:root {
  --surface-card: #ffffff;
  --surface-tint: rgba(234, 240, 247, 0.92);
  --surface-card-muted: rgba(234,240,247,0.62);

  --ink: #536580;
  --sky: #D4E0EE;
  --cloud: #DCE6F2;
  --slate: #92A3AE;
  --stone: #CFC9B6;
  --paper: #EAF0F7;

  --font-body: "mrs-eaves", serif;
  --font-smallcaps: "mrs-eaves-roman-small-caps", serif;
  --font-all-smallcaps: "mrs-eaves-roman-all-small-ca", serif;
  --font-script: "ProprietorScript", cursive;

  --max: 1100px;

  --nav-bg: rgba(212, 224, 238, 0.72);
  --nav-border: rgba(83, 101, 128, 0.18);
  --shadow: 0 10px 24px rgba(0,0,0,0.08);
}

@font-face {
  font-family: "ProprietorScript";
  src:
    url("/assets/fonts/ProprietorScript.woff2") format("woff2"),
    url("/assets/fonts/ProprietorScript.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* { box-sizing: border-box; }
html, body { height: 100%; }

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body);
  background: var(--paper);
}

a { color: inherit; text-decoration: none; }

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  position: relative;
}

.nav {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  z-index: 3;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-pill {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  background: var(--nav-bg);
  border: 1px solid var(--nav-border);
  border-radius: 999px;
  box-shadow: var(--shadow);
  position: relative;
flex-wrap: nowrap;
}

.nav a {
  font-family: var(--font-all-smallcaps);
  font-weight: 400;
  letter-spacing: 0.10em;
  font-size: clamp(12px, 1.1vw, 15px);
  line-height: 1;
  padding: clamp(8px, 0.8vw, 10px) clamp(10px, 1.0vw, 14px);
  border-radius: 999px;
  transition: background 160ms ease, transform 160ms ease;

  white-space: nowrap;
}

.nav a:hover {
  background: rgba(220, 230, 242, 0.70);
  transform: translateY(-1px);
}

.nav a[aria-current="page"] {
  background: rgba(207, 201, 182, 0.24);
  border: 1px solid rgba(83, 101, 128, 0.12);
}

.hero-content {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 110px 0 56px;
  position: relative;
  z-index: 2;
}

.hero-card {
  width: min(720px, 100%);
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.names {
  font-family: var(--font-script);
  font-size: clamp(60px, 7.6vw, 92px);
  line-height: 0.9;
  margin: 0 0 14px;
  letter-spacing: 0.02em;
}

.details {
  font-family: var(--font-all-smallcaps);
  font-weight: 400;
  letter-spacing: 0.14em;
  font-size: clamp(18px, 2.4vw, 20px);
  line-height: 1.55;
  margin: 0;
}

.details span { display: block; }

@media (min-width: 980px) {
  .names {
    font-size: clamp(88px, 6.9vw, 132px);
    margin-bottom: 18px;
  }
  .details {
    font-size: 22px;
    letter-spacing: 0.16em;
  }
}

.page-shell{
  min-height: 100svh;
  /* Keep pages tight under the nav, matching index.html */
  padding: 56px 0 70px;
  background: linear-gradient(180deg, rgba(234,240,247,0.92) 0%, rgba(234,240,247,0.78) 45%, rgba(234,240,247,0.92) 100%);
}

/* Home page hero should be full bleed behind the floating nav */
body.home .page-shell{ padding: 0; }

.paper{
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  background: var(--surface-tint);
  border: 1px solid rgba(83, 101, 128, 0.12);
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: clamp(24px, 4vw, 40px);
}

/* Home hero is full bleed, so remove the paper framing */
body.home .paper{
  width: 100%;
  max-width: none;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  background: var(--surface-tint);
}

.h1-smallcaps{
  font-family: var(--font-smallcaps);
  letter-spacing: 0.10em;
  font-weight: 400;
  margin: 0 0 18px;
  font-size: clamp(22px, 3vw, 28px);
}

.prose{
  max-width: 72ch;
  font-size: 18px;
  line-height: 1.95;
}

.prose p{ margin: 0 0 18px; }

.story-photo{ margin: 26px 0 28px; display: block; }
.story-photo img{
  width: 100%;
  aspect-ratio: 3 / 4;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(83, 101, 128, 0.10);
}

.story-photo.narrow{ width: min(520px, 100%); margin-left: auto; margin-right: auto; }
.story-photo.mid{ width: min(640px, 100%); margin-left: auto; margin-right: auto; }

@media (max-width: 720px) {
  .nav a { font-size: 14px; padding: 9px 9px; }
  .prose{ font-size: 17px; line-height: 1.9; }
  .paper{ padding: 22px 18px; }
  .story-photo.narrow, .story-photo.mid { width: 100%; }
  .story-photo img { border-radius: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .nav a { transition: none; }
  .nav a:hover { transform: none; }
}


/* Schedule layout */
.day-block{
  margin-top: 40px;
}

.day-block:first-of-type{
  margin-top: 0;
}

.day-title{
  font-family: var(--font-all-smallcaps);
  letter-spacing: 0.14em;
  font-size: 16px;
  margin: 0 0 14px;
  opacity: 0.90;
}

.event-list{
  display: grid;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.event-card{
  border-radius: 18px;
  border: 1px solid rgba(83, 101, 128, 0.10);
  background: var(--surface-card);
  padding: 16px 18px;
}

.event-name{
  font-family: var(--font-smallcaps);
  letter-spacing: 0.10em;
  font-weight: 400;
  margin: 0 0 6px;
  font-size: 20px;
}

.event-meta{
  font-family: var(--font-all-smallcaps);
  letter-spacing: 0.12em;
  font-size: 13px;
  margin: 0 0 10px;
  opacity: 0.88;
}

.event-location{
  margin: 0;
}


/* Our Story alternating layout */
.story-split{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  margin: 0 0 26px;
}

.story-split .story-photo{
  margin: 0;
}

@media (min-width: 980px){
  .story-split{
    grid-template-columns: 1.05fr 1fr;
    gap: 26px;
    align-items: center;
    margin-bottom: 34px;
  }
  .story-split .story-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .story-split.right{
    grid-template-columns: 1fr 1.05fr;
  }
  .story-split.right .story-text{
    order: 1;
  }
  .story-split.right .story-photo{
    order: 2;
  }
  .story-split .story-photo.narrow{
    width: min(420px, 100%);
    margin-left: auto;
    margin-right: auto;
  }
}


/* Travel & Lodging */
.travel-grid{
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.travel-card{
  border-radius: 18px;
  border: 1px solid rgba(83,101,128,0.10);
  background: var(--surface-card);
  padding: 18px 20px;
}

.travel-card h3{
  margin-top: 0;
  font-family: var(--font-smallcaps);
  letter-spacing: 0.10em;
}

.hotel-meta{
  font-size: 14px;
  opacity: 0.9;
}

.notice{
  margin-top: 20px;
  font-size: 15px;
  opacity: 0.9;
}
.h2-smallcaps{
  font-family: var(--font-smallcaps);
  letter-spacing: 0.10em;
  font-weight: 400;
  margin: 28px 0 12px;
  font-size: clamp(18px, 2.4vw, 22px);
}
/* Card title with icon */
.card-title{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:0;
  font-family: var(--font-smallcaps);
  letter-spacing: 0.10em;
}

.card-title svg{
  width:18px;
  height:18px;
  flex:0 0 auto;
}

@media (min-width: 980px){
  .travel-grid.three{
    grid-template-columns: repeat(3, 1fr);
  }
}

.subheader{
  font-family: var(--font-all-smallcaps);
  letter-spacing: 0.12em;
  font-size: 13px;
  margin: 12px 0 6px;
  opacity: 0.88;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(83,101,128,0.18);
  background: rgba(220,230,242,0.65);
  font-family: var(--font-all-smallcaps);
  letter-spacing: 0.12em;
  font-size: 13px;
  text-decoration: none;
}

.map-embed{
  margin-top: 14px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(83,101,128,0.10);
}

.map-embed iframe{
  width:100%;
  height: 420px;
  border:0;
  display:block;
}

.callout{
  margin-top: 22px;
  border-radius: 18px;
  border: 1px solid rgba(83,101,128,0.12);
  background: rgba(220,230,242,0.45);
  padding: 16px 18px;
}

.callout p{
  margin: 0;
}

.callout p + p{
  margin-top: 12px;
}
.card-title img{
  width:18px;
  height:18px;
  flex:0 0 auto;
  display:block;
}

.lodging-grid{
  display:grid;
  gap:18px;
  margin-top:18px;
}

@media (min-width: 980px){
  .lodging-grid{
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
  .lodging-grid .map-card{
    grid-row: span 2;
  }
  .lodging-grid .span-2{
    grid-column: 1 / -1;
  }
}

.callout-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.callout-list li{
  padding: 12px 0;
}

.callout-list li + li{
  border-top: 1px solid rgba(83,101,128,0.12);
}


/* Local Guide */
.lede{
  max-width: 74ch;
  margin-top: 10px;
  margin-bottom: 22px;
}

.guide-card{
  margin-top: 22px;
  border-radius: 18px;
  border: 1px solid rgba(83,101,128,0.10);
  background: var(--surface-card);
  padding: 18px 20px;
}

.place-list{
  list-style: none;
  padding: 0;
  margin: 10px 0 18px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.place{
  border-radius: 16px;
  border: 1px solid rgba(83,101,128,0.10);
  background: rgba(234,240,247,0.72);
  padding: 14px 16px;
}

.place-head{
  display: flex;
  align-items: center;
  gap: 8px;
}

.place-name{
  font-family: var(--font-smallcaps);
  letter-spacing: 0.10em;
  text-decoration: none;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.1;
}

.place-name:hover{
  text-decoration: underline;
}

.heart{
  width: 16px;
  height: 16px;
  display: inline-block;
  transform: translateY(1px);
}

.place-loc{
  margin-top: 6px;
  font-family: var(--font-all-smallcaps);
  letter-spacing: 0.16em;
  font-size: 12px;
  opacity: 0.85;
}

.place-desc{
  margin: 10px 0 0;
  max-width: 80ch;
}

.place-actions{
  margin-top: 12px;
}

.btn-small{
  padding: 9px 12px;
  font-size: 12px;
}

.note{
  margin-top: -8px;
  margin-bottom: 20px;
  opacity: 0.9;
  max-width: 74ch;
}

.h4-smallcaps{
  margin-top: 6px;
  font-family: var(--font-all-smallcaps);
  letter-spacing: 0.16em;
  font-size: 14px;
}

@media (min-width: 900px){
  .place-list{
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
}


/* Local Guide helpers */
.legend{
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.legend-item{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-all-smallcaps);
  letter-spacing: 0.16em;
  font-size: 12px;
  opacity: 0.95;
}

.jump{
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jump a{
  text-decoration: none;
  font-family: var(--font-all-smallcaps);
  letter-spacing: 0.16em;
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(83,101,128,0.18);
  background: rgba(234,240,247,0.60);
  color: var(--ink);
}

.jump a:hover{
  background: rgba(234,240,247,0.85);
}


/* Local Guide: featured blocks */
.legend-note{
  margin-top: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  opacity: 0.9;
}

.featured{
  margin-top: 18px;
  padding-top: 10px;
  border-top: 1px solid rgba(83,101,128,0.10);
}

.featured-head{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.featured-legend{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-all-smallcaps);
  letter-spacing: 0.14em;
  font-size: 12px;
  opacity: 0.85;
}

.feature-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.feature-card{
  border-radius: 16px;
  border: 1px solid rgba(83,101,128,0.10);
  background: rgba(255,255,255,0.46);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.feature-media{
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: rgba(220,230,242,0.60);
}

.feature-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feature-body{
  padding: 12px 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.feature-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.feature-title{
  font-family: var(--font-smallcaps);
  letter-spacing: 0.10em;
  text-decoration: none;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.2;
}

.feature-title:hover{
  text-decoration: underline;
}

.feature-heart{
  flex: 0 0 auto;
  opacity: 0.95;
}

.feature-loc{
  font-family: var(--font-all-smallcaps);
  letter-spacing: 0.16em;
  font-size: 11px;
  opacity: 0.85;
}

.feature-desc{
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.feature-actions{
  margin-top: auto;
}

@media (max-width: 920px){
  .feature-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px){
  .feature-grid{
    grid-template-columns: 1fr;
  }
  .feature-media{
    aspect-ratio: 16 / 9;
  }
}


/* FAQ */
.faq{
  margin-top: 10px;
}

.faq-section{
  border-radius: 18px;
  border: 1px solid rgba(83,101,128,0.10);
  background: var(--surface-card);
  padding: 18px 20px;

  margin-top: 26px;
}

Jpx;
}

.faq-item{
  border-radius: 16px;
  border: 1px solid rgba(83,101,128,0.22);
  background: var(--surface-card);
  overflow: hidden;
}

.faq-q{
  list-style: none;
  cursor: pointer;
  padding: 14px 16px;
  font-family: var(--font-smallcaps);
  letter-spacing: 0.10em;
  color: var(--ink);
  font-size: 15px;
}

.faq-q::-webkit-details-marker{
  display: none;
}

.faq-q::after{
  content: "+";
  float: right;
  opacity: 0.8;
  transform: translateY(-1px);
}

.faq-item[open] .faq-q::after{
  content: "×";
}

.faq-a{
  padding: 0 16px 16px;
}

.faq-a p{
  margin: 0;
  max-width: 80ch;
}

/* Our Story photo carousel */
.story-carousel {
  position: relative;
  margin: 18px 0 22px;
}

.story-carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 82%;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px;
  border-radius: 16px;
}

.story-carousel__track::-webkit-scrollbar {
  height: 10px;
}

.story-carousel__item {
  scroll-snap-align: start;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #fff;
  aspect-ratio: 16 / 9;
}

.story-carousel__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.story-carousel__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.story-carousel__btn:focus {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}

.story-carousel__btn--prev { left: 10px; }
.story-carousel__btn--next { right: 10px; }

@media (min-width: 820px) {
  .story-carousel__track { grid-auto-columns: 46%; }
  .story-carousel__btn { display: flex; }
}

@media (min-width: 1100px) {
  .story-carousel__track { grid-auto-columns: 36%; }
}

.story-condensed {
  max-width: 78ch;
}

.story-condensed h2 {
  margin: 0 0 10px;
}

.story-condensed p {
  margin: 0 0 12px;
}

/* Travel map max width cap */
.map-embed {
  max-width: 520px;
}

@media (min-width: 980px) {
  .map-embed {
    max-width: 560px;
  }
}


/* Our Story static photo grid */
.story-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.story-grid .hero{
  grid-column: span 2;
  grid-row: span 2;
}

.story-grid img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  display:block;
}

.story-grid .tile{
  overflow: hidden;
  border-radius: 18px;
}

.story-grid .tile img{
  width: 100%;
  height: 100%;
}

.story-grid .tile{
  background: rgba(255,255,255,0.35);
}

@media (max-width: 900px){
  .story-grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .story-grid .hero{
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media (max-width: 600px){
  .story-grid{
    grid-template-columns: 1fr;
  }
  .story-grid .hero{
    grid-column: span 1;
  }
}



/* Schedule hierarchy: When -> What -> Where */
.event-card .event-meta{
  font-family: "mrs-eaves-roman-all-small-ca", serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 8px 0 10px 0;
  font-size: 1.15rem;
}

.event-card .event-name{
  margin: 0;
}

.event-card .event-location{
  opacity: 0.85;
}


/* Local Guide: extra breathing room between categories */
.guide-card .h3-smallcaps{
  margin-top: 34px;
}
.guide-card .h3-smallcaps:first-of-type{
  margin-top: 0;
}


/* Travel map: cap width so it doesn't overpower on wide screens */
.map-embed{
  max-width: 640px;
}


/* FINAL POLISH: Navigation */


/* Our Story: two perspectives */
body.our-story .lede{
  margin-bottom: 22px;
}

.perspective-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 980px){
  .perspective-grid{
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
}

.perspective .h2-smallcaps{ margin-top: 0; }

.photo-pair{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 8px 0 14px;
}

.photo-trio{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 8px 0 14px;
}

@media (min-width: 560px){
  .photo-trio{
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 980px){
  .photo-trio{
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.photo-tile{
  margin: 0;
}

.photo-media{
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(83,101,128,0.10);
  background: rgba(234,240,247,0.72);
  aspect-ratio: 3 / 4;
}

.photo-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.photo-caption{
  max-width: 86%;
  margin: 10px auto 0;
  font-size: 0.95rem;
  line-height: 1.5;
  font-style: italic;
  opacity: 0.92;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3em;
}

.photo{
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(83,101,128,0.10);
  background: rgba(234,240,247,0.72);
}

.photo img{
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.prompt-stack{ display: grid; gap: 12px; }

.prompt{
  border-radius: 16px;
  border: 1px solid rgba(83,101,128,0.10);
  background: rgba(234,240,247,0.72);
  padding: 14px 16px;
}

.prompt-q{
  font-family: var(--font-all-smallcaps);
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 8px;
}

.prompt-a{
  font-size: 16px;
  line-height: 1.65;
  opacity: 0.95;
}

.story-bottom{
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(83,101,128,0.12);
}

.nav{
  position: sticky;
  top: 0;
  z-index: 50;
}

.nav-pill{
  display: inline-flex;
  gap: 6px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(83,101,128,0.18);
}

.nav-pill a{
  font-family: "mrs-eaves-roman-all-small-ca", serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: none;
  color: rgba(83,101,128,0.88);
  padding: 10px 12px;
  border-radius: 999px;
  text-decoration: none;
  line-height: 1;
}

.nav-pill a:hover{
  background: rgba(83,101,128,0.08);
}

.nav-pill a[aria-current="page"]{
  background: rgba(83,101,128,0.12);
  color: rgba(83,101,128,0.98);
}

.nav-pill a:focus-visible{
  outline: 2px solid rgba(83,101,128,0.45);
  outline-offset: 2px;
}

/* Make tap targets friendlier on small screens */
@media (max-width: 640px){
  .nav-pill{
    padding: 10px;
    gap: 4px;
  }
  .nav-pill a{
    padding: 11px 10px;
    font-size: 0.88rem;
  }
}


/* FINAL POLISH: Spacing rhythm */
.section{
  margin-top: var(--space-5);
}

.card{
  padding: var(--space-3);
  border-radius: 18px;
}

.card + .card{
  margin-top: var(--space-3);
}

/* Reduce cognitive load in long pages */
.prose p{
  margin-top: 0;
  margin-bottom: var(--space-2);
}

/* Buttons: consistent */
.button, .btn, a.button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  font-family: "mrs-eaves-roman-all-small-ca", serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: 1px solid rgba(83,101,128,0.22);
  background: rgba(255,255,255,0.78);
  color: rgba(83,101,128,0.96);
}

.button:hover, .btn:hover, a.button:hover{
  background: rgba(83,101,128,0.08);
}

.button:focus-visible, .btn:focus-visible, a.button:focus-visible{
  outline: 2px solid rgba(83,101,128,0.45);
  outline-offset: 2px;
}


/* FINAL POLISH: Home hero legibility handled by .hero-overlay */

.hero-card{
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.names{
  font-size: clamp(2.8rem, 4.2vw, 4.4rem);
  line-height: 0.95;
  margin: 0 0 10px 0;
}

.details{
  font-family: "mrs-eaves-roman-all-small-ca", serif;
  letter-spacing: 0.08em;
  font-size: 1.15rem;
  line-height: 1.15;
  gap: 6px;
}


/* FINAL POLISH: Schedule */
.day-block{
  margin-top: var(--space-5);
}
.day-block:first-of-type{
  margin-top: var(--space-3);
}

.day-title{
  font-family: "mrs-eaves-roman-all-small-ca", serif;
  letter-spacing: 0.08em;
  font-size: 1.5rem;
  margin: 0 0 var(--space-2) 0;
}

.event-list{
  display: grid;
  gap: var(--space-3);
}


/* FINAL POLISH: Local Guide accordions */
.accordion-stack{
  display: grid;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

details.accordion{
  border: 1px solid rgba(83,101,128,0.18);
  border-radius: 18px;
  background: rgba(255,255,255,0.65);
  overflow: hidden;
}

.accordion-summary{
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-summary::-webkit-details-marker{ display:none; }

.accordion-summary::after{
  content: "+";
  font-family: "mrs-eaves", serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: rgba(83,101,128,0.85);
}

details[open] > .accordion-summary::after{
  content: "−";
}

.accordion-summary:focus-visible{
  outline: 2px solid rgba(83,101,128,0.45);
  outline-offset: 3px;
  border-radius: 14px;
}

.accordion-body{
  padding: 0 18px 18px 18px;
}

.place-list{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.place{
  padding: 14px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(83,101,128,0.12);
}

.place-head{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.place-name{
  font-family: "mrs-eaves", serif;
  font-weight: 700;
  color: rgba(83,101,128,0.98);
  text-decoration: none;
}

.place-name:hover{
  text-decoration: underline;
}

.place-loc{
  margin-top: 6px;
  font-family: "mrs-eaves-roman-all-small-ca", serif;
  letter-spacing: 0.08em;
  color: rgba(83,101,128,0.82);
}

.place-desc{
  margin: 10px 0 0 0;
}

.place-actions{
  margin-top: 12px;
}

.heart-inline{
  width: 18px;
  height: 18px;
  opacity: 0.95;
}

.feature-grid{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--space-3);
  margin-top: var(--space-3);
}

.feature-card{
  grid-column: span 4;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(83,101,128,0.18);
  background: rgba(255,255,255,0.70);
}

.feature-media img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.feature-body{
  padding: 16px 16px 18px 16px;
}

.feature-top{
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.feature-title{
  font-family: "mrs-eaves", serif;
  font-weight: 700;
  text-decoration: none;
  color: rgba(83,101,128,0.98);
}

.feature-title:hover{
  text-decoration: underline;
}

.feature-loc{
  margin-top: 6px;
  font-family: "mrs-eaves-roman-all-small-ca", serif;
  letter-spacing: 0.08em;
  color: rgba(83,101,128,0.82);
}

.feature-actions{
  margin-top: 12px;
}

@media (max-width: 1000px){
  .feature-card{ grid-column: span 6; }
}

@media (max-width: 640px){
  .feature-card{ grid-column: span 12; }
  .feature-media img{ height: 210px; }
}


/* FINAL POLISH: Our Story readability */
.story-text, .story-prose{
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 760px;
  margin-top: var(--space-4);
}

@media (max-width: 640px){
  .story-text, .story-prose{
    font-size: 1.03rem;
  }
}

/* FINAL POLISH: Skip link */
.skip-link{
  position: absolute;
  left: 12px;
  top: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(83,101,128,0.25);
  color: rgba(83,101,128,0.98);
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform 120ms ease;
  z-index: 100;
}
.skip-link:focus{
  transform: translateY(0);
}


/* FINAL POLISH: Nav width consistency */
header.nav{
  display: flex;
  justify-content: center;
  padding: 14px 14px;
}

.nav-pill{
  width: auto;
  max-width: 100%;
}

/* FINAL POLISH: Map sizing */
.map-embed, iframe{
  max-width: 100%;
}
.map-frame{
  max-width: 980px;
}


/* HOME HERO (img-based, 100vh) */
.hero-home{
  position: relative;
  height: 100vh;
  min-height: 560px;
  overflow: hidden;
}
.hero-home .hero-bg{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
}
.hero-home .hero-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.10));
}
.hero-home .hero-inner{
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(18px, 4vw, 56px);
}
.hero-home .hero-text{
  max-width: 520px;
  text-align: center;
}

/* Desktop: nudge the hero copy right so it sits centered in the sky negative space */
@media (min-width: 721px){
  .hero-home .hero-text{
    /* Large desktops: a gentle offset to keep the text floating in the sky */
    margin-left: clamp(44px, 6vw, 120px);
  }
}

/* Medium widths: shift left sooner so the text stays in the negative space */
@media (min-width: 721px) and (max-width: 1100px){
  .hero-home .hero-text{
    margin-left: clamp(18px, 3.2vw, 56px);
  }
}


.hero-home .hero-names{
  font-family: "ProprietorScript", cursive;
  color: var(--ink, #536580);
  font-size: clamp(50px, 6vw, 88px);
  line-height: 0.95;
  margin-bottom: 14px;
}
.hero-home .hero-details{
  font-family: "mrs-eaves-roman-all-small-ca", "mrs-eaves", serif;
  color: var(--ink, #536580);
  font-size: clamp(18px, 1.6vw, 22px);
  letter-spacing: 0.06em;
  line-height: 1.5;
}

/* Mobile: center horizontally for legibility */
@media (max-width: 720px){
  .hero-home .hero-inner{
    justify-content: center;
    text-align: center;
    padding: 22px;
  }
  .hero-home .hero-text{
    text-align: center;
    max-width: 560px;
  }
  .hero-home .hero-bg{
    object-position: center bottom;
  }
}


/* Home hero should reach top of viewport behind nav */
body.home header{
  position: absolute;
  /* Float the nav slightly down, consistent with other pages, while staying over the hero */
  top: 22px;
  left: 0;
  right: 0;
  margin: 0;
  padding-top: 0;
  z-index: 50;
}
body.home main{
  padding-top: 0;
}

/* Schedule spacing tune: 28px between cards, 40px between day groups */
.schedule-grid .event-list{ gap: 28px; }
.schedule-grid .day-block{ margin-top: 40px; }
.schedule-grid .day-block:first-of-type{ margin-top: 0; }


/* --- v50a nav consistency overrides --- */
:root{
  --nav-top-offset: 34px; /* matches homepage placement */
}

/* Force the pill nav to sit at the same offset on every page */
nav.nav-pill{
  position: fixed !important;
  top: var(--nav-top-offset) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 1000 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Ensure no accidental blur/filters on nav children */
nav.nav-pill, nav.nav-pill *{
  filter: none !important;
}

/* Pull page content closer to the nav, while still clearing it */
.page-shell{
  padding-top: 112px !important;
}


/* Local Guide: entry thumbnails */
.place-list .place{
  display: flex;
  gap: 14px;
  align-items: center;
}
.place-list .place-thumb{
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  border-radius: 16px;
  object-fit: cover;
  background: rgba(0,0,0,0.03);
  border: 1px solid rgba(83,101,128,0.18);
}
.place-list .place-content{
  flex: 1 1 auto;
}

.place-list .place > .place-head,
.place-list .place > .place-meta,
.place-list .place > .place-actions,
.place-list .place > .place-body{
  flex: 1 1 auto;
}
.place-list .place .place-head{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}



/* Local Guide: entry layout with thumbnail left, heart top-right on name row, anecdote below */
.place{
  display: grid;
  grid-template-columns: 80px 1fr;
  column-gap: 14px;
  row-gap: 6px;
  align-items: start;
}
.place > .place-thumb{
  grid-column: 1;
  grid-row: 1 / span 4;
}
.place-head,
.place-loc,
.place-actions,
.place-note{
  grid-column: 2;
}
.place-head{
  justify-content: space-between;
}
.place-actions{
  margin-top: 2px;
}
.place-note{
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(38,51,74,0.78);
}


/* Local Guide entry layout: 3-row card */
.place-list .place{
  display: block;
}

.place-row-top{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.place-heart{
  width: 22px;
  height: 22px;
  opacity: 0.9;
}

.place-row-main{
  display: flex;
  align-items: center;
  gap: 18px;
}

.place-row-main .place-thumb{
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  border-radius: 16px;
  object-fit: cover;
}

.place-main{
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.place-main .place-name{
  margin: 0;
}

.place-main .place-loc{
  margin: 0;
}

.place-row-main .place-actions{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin: 0;
}

.place-row-main .place-actions .button{
  margin: 0;
}

.place-desc{
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(38,51,74,0.72);
  font-style: italic;
}

/* Local Guide: prevent empty bottom gaps when cards have different heights.
   Use CSS columns on desktop to create a masonry-like flow. */
.place-list{
  display: block; /* override any grid rules declared earlier */
  column-count: 1;
  column-gap: 18px;
}

.place{
  display: inline-block; /* required for CSS columns */
  width: 100%;
  margin: 0 0 18px;
  break-inside: avoid;
}

@media (min-width: 900px){
  .place-list{ column-count: 2; }
}

@media (min-width: 1200px){
  .place-list{ column-count: 2; column-gap: 22px; }
}

/* Inline favorite heart next to Website button */
.place-heart-inline{
  margin-left: 12px;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

/* Local Guide: heart inline next to name */
.place-titleline{
  display:flex;
  align-items:center;
  gap:10px;
}
.heart-inline{
  width:16px;
  height:16px;
  flex:0 0 auto;
  opacity:0.95;
}

.place-row-top{ display:none; }


.faq-q:hover{ background: rgba(234,240,247,0.55); }

.page-intro{
  margin: 10px 0 16px;
  max-width: 70ch;
  font-size: 16px;
  line-height: 1.55;
  opacity: 0.95;
}
@media (max-width: 720px){
  .page-intro{ font-size: 15px; }
}


/* FAQ rebuilt to match Local Guide surfaces */
.faq-qtitle{
  font-family: var(--font-body);
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
}




/* Mobile nav toggle */
.nav-toggle{
  display:none;
  appearance:none;
  border:1px solid var(--nav-border);
  background: rgba(255,255,255,0.88);
  color: var(--ink);
  border-radius: 999px;
  padding: 10px 14px;
  font: inherit;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-variant: small-caps;
  cursor: pointer;
}
.nav-toggle:focus-visible{
  outline: 2px solid rgba(64, 110, 165, 0.35);
  outline-offset: 3px;
}
.nav-links{
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:center;
  flex-wrap: nowrap;
}

/* Mobile dropdown panel */
@media (max-width: 720px){
  .nav-toggle{ display:flex; align-items:center; gap:10px; }
  .nav-pill nav{ width: 100%; }
  .nav-links{
    display:none;
    position:absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    width: min(92vw, 380px);
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    background: rgba(255,255,255,0.96);
    border: 1px solid var(--nav-border);
    border-radius: 20px;
    box-shadow: var(--shadow);
    z-index: 50;
  }
  .nav-pill.is-open .nav-links{ display:flex; }
  .nav-links a{ width:100%; text-align:center; }

  /* Home hero text: move up on mobile to sit in the sky area */
  .hero-home .hero-inner{
    align-items: flex-start;
  }
  .hero-home .hero-text{
    margin-top: clamp(64px, 14vh, 150px);
  }
}


/* === Our Story (v58) === */
.story-perspectives-grid{
  display:grid;
  gap:24px;
  margin-top:28px;
}
@media (min-width: 900px){
  .story-perspectives-grid{ grid-template-columns: 1fr 1fr; }
}

.story-person-card{
  background: var(--surface-card);
  border: 1px solid rgba(41, 58, 87, 0.16);
  border-radius: 26px;
  padding: 22px;
  box-shadow: 0 18px 40px rgba(25, 37, 55, 0.08);
}

.story-photo-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:16px;
  margin-top:16px;
}

@media (max-width: 680px){
  .story-photo-grid{ grid-template-columns: 1fr; }
}

.story-photo{
  margin:0;
}

.story-photo img{
  width:100%;
  aspect-ratio: 3 / 4;
  height:auto;
  object-fit:cover;
  border-radius: 18px;
  border: 1px solid rgba(41, 58, 87, 0.12);
  display:block;
}

.story-prompts-column{
  display:flex;
  flex-direction:column;
  gap:18px;
  margin-top:22px;
}

.story-photo-caption{
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.45;
  color: rgba(41, 58, 87, 0.85);
  font-style: italic;
  margin-top:10px;
  padding-left: 10px;
  padding-right: 10px;
}

.story-prompts-grid{
  display:grid;
  gap:24px;
  margin-top:26px;
}

@media (min-width: 900px){
  .story-prompts-grid{ grid-template-columns: 1fr 1fr; }
}

.story-prompts-column{
  display:grid;
  gap:18px;
}

.story-prompt-card p{
  margin: 10px 0 0 0;
}

.story-q{
  font-weight: 700;
}
