:root {
  --ink: #17251f;
  --green: #123a2b;
  --green-deep: #0c2c20;
  --green-soft: #dfe7df;
  --gold: #bd9137;
  --gold-light: #e4c77f;
  --cream: #f7f2e8;
  --paper: #fffdf8;
  --line: rgba(18, 58, 43, .18);
  --shadow: 0 22px 60px rgba(29, 43, 35, .12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
}
img { display: block; width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  color: var(--green);
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.08;
}
h1 { max-width: 750px; font-size: calc(clamp(3.25rem, 6.2vw, 6.8rem) - 2pt); letter-spacing: -.045em; }
h2 { font-size: clamp(2.4rem, 4.8vw, 4.7rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.65rem, 2.3vw, 2.25rem); }
button, input, textarea, select { font: inherit; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: white;
  background: var(--green);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
  padding: 12px clamp(22px, 5vw, 80px);
  border-bottom: 1px solid rgba(18, 58, 43, .1);
  background: rgba(255, 253, 248, .94);
  backdrop-filter: blur(14px);
}
.brand, .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--green);
  text-decoration: none;
}
.brand-logo {
  width: clamp(165px, 14vw, 185px);
  height: auto;
}
.brand-symbol {
  display: grid;
  width: 49px;
  height: 49px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 2rem;
}
.brand-name { display: grid; font-family: var(--serif); line-height: .95; }
.brand-name strong { font-size: 1.25rem; font-weight: 500; }
.brand-name em { color: var(--gold); font-size: 1.5rem; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.7vw, 42px); }
.site-nav a, .nav-dropdown-toggle {
  color: var(--ink);
  font-size: .78rem;
  font-weight: 650;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-dropdown { position: relative; }
.nav-dropdown-toggle { display: flex; gap: 7px; align-items: center; padding: 12px 0; border: 0; background: transparent; cursor: pointer; }
.nav-dropdown-toggle span { color: var(--gold); font-size: .7rem; transition: transform .2s ease; }
.nav-dropdown-menu { position: absolute; z-index: 10; top: 100%; left: -20px; display: none; width: 310px; padding: 12px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 35px rgba(15,39,28,.14); }
.nav-dropdown-menu a { display: block; padding: 11px 10px; line-height: 1.35; }
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu, .nav-dropdown.is-open .nav-dropdown-menu { display: block; }
.nav-dropdown.is-open .nav-dropdown-toggle span { transform: rotate(180deg); }
.site-nav a:hover, .site-nav a:focus-visible, .nav-dropdown-toggle:hover, .nav-dropdown-toggle:focus-visible { color: var(--gold); }
.site-nav .nav-button { padding: 10px 18px; border: 1px solid var(--gold); color: var(--green); }
.menu-button { display: none; border: 0; background: transparent; }

.hero {
  background:
    radial-gradient(circle at 20% 0%, rgba(228, 199, 127, .24), transparent 34%),
    var(--cream);
}
.hero-banner {
  position: relative;
  height: clamp(280px, 35.43vw, 520px);
  overflow: hidden;
  background: var(--cream);
}
.hero-banner .hero-banner-art {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  object-fit: cover;
  object-position: center 49%;
  filter: contrast(1.04) saturate(.98);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.2) 10%, #000 28%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.2) 10%, #000 28%);
}
.hero-banner-copy { position: absolute; z-index: 1; inset: 0; display: flex; flex-direction: column; justify-content: center; max-width: 1440px; margin: 0 auto; padding: clamp(28px, 4vw, 55px) clamp(24px, 7vw, 110px); text-align: left; }
.hero-banner-logo { width: clamp(290px, 31vw, 470px); max-width: 42%; margin: 0; }
.hero-banner-logo img { position: static; width: 100%; height: auto; object-fit: contain; filter: none; }
.hero-banner-copy p { max-width: 480px; margin: 27px 0 0; padding-top: 22px; border-top: 2px solid var(--gold); color: var(--green); font-family: var(--serif); font-size: clamp(1.35rem, 2.1vw, 2rem); line-height: 1.35; }
.hero-availability-badge {
  position: absolute;
  z-index: 2;
  right: clamp(10px, 1.5vw, 24px);
  bottom: clamp(10px, 1.5vw, 22px);
  display: grid;
  width: clamp(112px, 9.5vw, 144px);
  aspect-ratio: 1;
  padding: 18px;
  place-items: center;
  border: 2px solid rgba(228, 199, 127, .78);
  border-radius: 50%;
  color: var(--paper);
  background: var(--green);
  box-shadow: 0 14px 32px rgba(15, 39, 28, .3);
  font-family: var(--serif);
  font-size: clamp(.95rem, 1.15vw, 1.1rem);
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
}
.scroll-cue {
  position: fixed;
  z-index: 60;
  bottom: 18px;
  left: 50%;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(18, 58, 43, .32);
  border-radius: 50%;
  color: var(--green);
  background: rgba(255, 253, 248, .76);
  box-shadow: 0 8px 24px rgba(18, 58, 43, .12);
  pointer-events: none;
  transform: translateX(-50%);
}
.scroll-cue span {
  width: 11px;
  height: 11px;
  margin-top: -5px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  animation: scroll-cue 1.8s ease-in-out infinite;
}
@keyframes scroll-cue {
  0%, 100% { transform: translateY(-2px) rotate(45deg); }
  50% { transform: translateY(4px) rotate(45deg); }
}
.hero-copy {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(60px, 7vw, 100px) 24px clamp(55px, 7vw, 90px);
}
.eyebrow {
  margin-bottom: 18px;
  color: var(--gold);
  font-size: .75rem;
  font-weight: 750;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; display: inline-block; width: 42px; height: 1px; margin: 0 13px 4px 0; background: currentColor; }
.hero-lead { max-width: 630px; color: var(--green); font-family: var(--serif); font-size: clamp(1.45rem, 2.3vw, 2rem); line-height: 1.3; }
.hero .hero-lead { max-width: none; white-space: nowrap; }
.hero-copy > p:not(.eyebrow, .hero-lead) { max-width: 820px; }
.hero-story { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: clamp(40px, 7vw, 90px); align-items: center; margin-top: 38px; }
.hero-story-copy p { max-width: 680px; }
.hero-story-image { margin: 0; overflow: hidden; box-shadow: var(--shadow); }
.hero-story-image img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin: 36px 0 0; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid var(--green);
  color: white;
  background: var(--green);
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s, background .2s;
}
.button:hover, .button:focus-visible { background: var(--green-deep); transform: translateY(-2px); }
.text-link, .card-link { color: var(--green); font-weight: 700; text-underline-offset: 5px; }
.hero-facts { display: flex; max-width: 680px; margin: 0; padding: 0; list-style: none; }
.hero-facts li { display: grid; min-width: 145px; padding: 0 24px; border-left: 1px solid var(--line); }
.hero-facts li:first-child { padding-left: 0; border-left: 0; }
.hero-facts strong { color: var(--green); font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.hero-facts span { color: #56625d; font-size: .78rem; }
.hero-visual { position: relative; min-height: 650px; overflow: hidden; }
.hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(247, 242, 232, .18), transparent 25%), linear-gradient(0deg, rgba(12, 44, 32, .14), transparent 35%);
  content: "";
}
.hero-visual img { height: 100%; object-fit: cover; object-position: 55% center; }
.hero-seal {
  position: absolute;
  z-index: 1;
  right: 34px;
  bottom: 34px;
  display: grid;
  width: 158px;
  height: 158px;
  align-content: center;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 50%;
  color: white;
  background: rgba(18,58,43,.86);
  font-family: var(--serif);
  line-height: 1.05;
  text-align: center;
  box-shadow: var(--shadow);
}
.hero-seal span { font-size: .9rem; }
.hero-seal strong { color: var(--gold-light); font-size: 1.25rem; font-style: italic; font-weight: 500; }

.section { padding: clamp(86px, 10vw, 150px) clamp(22px, 6vw, 96px); }
.section-intro {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  align-items: end;
  max-width: 1440px;
  margin: 0 auto 64px;
}
.section-intro h2 { margin-bottom: 0; }
.section-intro > p { max-width: 610px; margin: 0 0 10px; color: #4d5a54; font-size: 1.08rem; }
.tours { background: var(--paper); }
.tour-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(22px, 3vw, 42px); max-width: 1500px; margin: 0 auto; align-items: start; }
.tour-card { border: 1px solid var(--line); background: white; box-shadow: 0 18px 50px rgba(24, 45, 34, .06); }
.tour-card.featured { margin-top: -20px; border-color: rgba(189,145,55,.55); box-shadow: var(--shadow); }
.tour-image { position: relative; height: 270px; overflow: hidden; background: var(--green-soft); }
.tour-image img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.tour-card:hover .tour-image img { transform: scale(1.035); }
.tour-number {
  position: absolute;
  right: 18px;
  bottom: 0;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: white;
  background: var(--green);
  font-family: var(--serif);
  font-size: 1.25rem;
}
.tour-body { padding: clamp(25px, 3vw, 42px); }
.tour-kicker { margin-bottom: 10px; color: var(--gold); font-size: .7rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.tour-body h3 { min-height: 2.15em; margin-bottom: 22px; }
.tour-body p { color: #46534d; font-size: .94rem; }
.accent-line { color: var(--green) !important; font-family: var(--serif); font-size: 1.2rem !important; font-style: italic; }
.tour-facts { display: flex; flex-wrap: wrap; gap: 7px; margin: 26px 0; padding: 0; list-style: none; }
.tour-facts li { padding: 7px 10px; color: var(--green); background: var(--cream); font-size: .76rem; }
.tour-facts strong { font-weight: 750; }
details { margin: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
summary { padding: 14px 0; color: var(--green); font-size: .83rem; font-weight: 750; cursor: pointer; }
details ul { margin-top: 0; padding: 0 0 14px 21px; color: #4d5a54; font-size: .85rem; }
.card-link { display: inline-block; margin-top: 8px; color: var(--gold); font-size: .8rem; text-transform: uppercase; }
.day-program { margin: 20px 0; padding: 0; list-style: none; }
.day-program li { display: grid; grid-template-columns: 82px 1fr; gap: 12px; padding: 7px 0; border-bottom: 1px dotted var(--line); color: #4d5a54; font-size: .82rem; }
.day-program time { color: var(--gold); font-weight: 750; }

.story-section {
  display: grid;
  grid-template-columns: minmax(380px, .9fr) minmax(0, 1.1fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
  padding: clamp(90px, 11vw, 170px) clamp(22px, 7vw, 120px);
  color: #e7ede8;
  background: var(--green);
}
.story-collage { position: relative; align-self: center; width: 100%; height: 720px; min-height: 0; }
.story-collage::before { position: absolute; top: -25px; left: -25px; width: 70%; height: 55%; border: 1px solid rgba(228,199,127,.5); content: ""; }
.collage-main { position: absolute; top: 0; right: 13%; left: 0; height: 500px; object-fit: cover; object-position: center 78%; }
.collage-small { position: absolute; right: 0; bottom: 0; width: 55%; height: 260px; border: 10px solid var(--green); object-fit: cover; object-position: center 36%; }
.story-copy { max-width: 760px; }
.story-copy h2, .story-copy h3 { color: white; }
.story-copy > p { color: #d8e1dc; }
.story-copy blockquote {
  margin: 38px 0;
  padding: 6px 0 6px 28px;
  border-left: 2px solid var(--gold);
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.3vw, 2.15rem);
  font-style: italic;
  line-height: 1.35;
}
.story-button { margin-top: 2px; border-color: var(--gold); color: var(--green-deep); background: var(--gold-light); }
.story-button:hover, .story-button:focus-visible { color: white; background: var(--gold); }
.gerard-note { margin-top: 45px; padding-top: 38px; border-top: 1px solid rgba(255,255,255,.18); }
.gerard-note h3 { margin-bottom: 18px; }
.gerard-note p { color: #d8e1dc; }
.signature { color: white !important; font-family: var(--serif); font-size: 1.1rem; font-style: italic; }
.signature strong { color: var(--gold-light); white-space: nowrap; }

.media-section { background: var(--paper); }
.gallery-page { min-height: calc(100vh - 180px); background: var(--cream); }
.gallery-page h1 { margin-bottom: 0; font-size: clamp(3rem, 6vw, 6rem); }
.gallery-grid { max-width: 1440px; margin: 0 auto; column-count: 3; column-gap: 14px; }
.gallery-grid a { display: block; margin: 0 0 14px; overflow: hidden; break-inside: avoid; background: var(--green-soft); }
.gallery-grid a:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.gallery-grid img { width: 100%; height: auto; transition: transform .45s ease; }
.gallery-grid a:hover img { transform: scale(1.035); }
.lightbox-open { overflow: hidden; }
.gallery-lightbox {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  padding: 32px clamp(72px, 8vw, 120px);
  place-items: center;
  background: rgba(14, 30, 24, .92);
}
.gallery-lightbox[hidden] { display: none; }
.gallery-lightbox figure { display: grid; max-width: 100%; max-height: 100%; margin: 0; place-items: center; }
.gallery-lightbox img { display: block; width: auto; height: auto; max-width: calc(100vw - 180px); max-height: calc(100vh - 96px); object-fit: contain; box-shadow: 0 18px 60px rgba(0, 0, 0, .35); }
.gallery-lightbox figcaption { position: absolute; bottom: 9px; color: white; font-size: .9rem; letter-spacing: .08em; }
.gallery-lightbox-close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 50%;
  color: white;
  background: rgba(0, 0, 0, .2);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}
.gallery-lightbox-close:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.gallery-lightbox-nav { position: absolute; top: 50%; display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid rgba(255, 255, 255, .65); border-radius: 50%; color: white; background: rgba(0, 0, 0, .28); font-size: 3rem; line-height: 1; cursor: pointer; transform: translateY(-50%); }
.gallery-lightbox-prev { left: 18px; }
.gallery-lightbox-next { right: 18px; }
.gallery-lightbox-nav:hover, .gallery-lightbox-nav:focus-visible { color: var(--green); background: var(--gold-light); }
.join-tour-button { margin: 10px 0 28px; }
.join-page { min-height: calc(100vh - 180px); background: var(--cream); }
.join-intro { max-width: 850px; margin: 0 auto clamp(36px, 6vw, 70px); text-align: center; }
.join-intro h1 { margin-bottom: 22px; font-size: clamp(2rem, 3.3vw, 3.6rem); }
.join-intro p:not(.eyebrow) { font-size: 1.12rem; }
.join-lead-lines span { display: block; }
.tour-table-wrap { max-width: 1200px; margin: 0 auto; overflow-x: auto; border: 1px solid var(--line); background: white; box-shadow: 0 20px 50px rgba(15,39,28,.1); }
.tour-table { width: 100%; border-collapse: collapse; }
.tour-table th { padding: 18px 20px; color: white; background: var(--green); font-family: var(--sans); font-size: .76rem; letter-spacing: .1em; text-align: left; text-transform: uppercase; white-space: nowrap; }
.tour-table td { padding: 20px; border-bottom: 1px solid var(--line); color: var(--ink); vertical-align: top; }
.tour-table tbody tr:last-child td { border-bottom: 0; }
.tour-table .empty-tours { padding: 42px 24px; color: var(--muted); text-align: center; }
.join-contact { max-width: 760px; margin: 38px auto 0; text-align: center; }
.join-contact .button { margin-top: 12px; }
.video-feature { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(30px, 5vw, 68px); align-items: center; max-width: 1040px; margin: clamp(70px, 9vw, 120px) auto 0; padding: clamp(24px, 3vw, 40px); background: var(--cream); }
.video-poster { position: relative; min-height: 300px; overflow: hidden; }
.video-poster img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.video-poster video { display: block; width: 100%; height: 100%; min-height: 300px; max-height: 520px; background: #0c1611; object-fit: contain; }
.play-symbol { position: absolute; inset: 50% auto auto 50%; display: grid; width: 78px; height: 78px; place-items: center; border-radius: 50%; color: white; background: rgba(18,58,43,.9); font-size: 1.45rem; transform: translate(-50%, -50%); }
.video-feature h3 { font-size: clamp(2rem, 4vw, 3.5rem); }

.detail-hero { display: grid; grid-template-columns: 1fr 1fr; height: clamp(280px, 35.43vw, 520px); min-height: 0; background: var(--cream); }
.detail-hero-copy { align-self: center; padding: clamp(38px, 5vw, 72px) clamp(24px, 7vw, 110px); }
.detail-hero-copy h1 { font-size: clamp(2.6rem, 4.3vw, 4.7rem); }
.detail-hero-copy h1.tour-two-title { font-size: clamp(2rem, 3.3vw, 3.6rem); }
.tour-two-title span { display: block; white-space: nowrap; }
.detail-hero-copy h1.tour-three-title { font-size: clamp(2rem, 3.3vw, 3.6rem); white-space: nowrap; }
.detail-hero-copy h1.tour-one-title { font-size: clamp(2rem, 3.3vw, 3.6rem); white-space: nowrap; }
.detail-hero-image { position: relative; min-height: 0; }
.detail-hero-image img { height: 100%; object-fit: cover; }
.detail-hero-image img.de-gaulle-portrait { object-position: center 25%; }
.detail-content { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(45px, 8vw, 110px); max-width: 1200px; margin: 0 auto; padding: clamp(75px, 10vw, 140px) 24px; }
.detail-copy { max-width: 740px; }
.detail-copy h2 { margin-top: 48px; font-size: clamp(2rem, 4vw, 3.2rem); }
.detail-copy .lead { color: var(--green); font-family: var(--serif); font-size: 1.45rem; line-height: 1.45; }
.detail-copy h2.detail-small-heading { font-size: 1.45rem; line-height: 1.45; }
.detail-copy blockquote { margin: 42px 0; padding: 10px 0 10px 28px; border-left: 2px solid var(--gold); color: var(--green); font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.25rem); font-style: italic; line-height: 1.35; }
.detail-copy blockquote.guide-welcome-quote { font-size: clamp(1.35rem, 2.1vw, 1.75rem); }
.story-detail-hero .detail-hero-image img { object-position: center; }
.guide-detail-hero .detail-hero-image img { object-position: center; }
.story-detail-content .detail-copy > p { margin-bottom: 26px; }
.story-closing { margin-top: 44px; color: var(--green); font-family: var(--serif); font-size: 1.45rem; font-style: italic; }
.detail-aside { align-self: start; padding: 28px; background: var(--cream); }
.detail-aside h3 { font-size: 1.5rem; }
.detail-aside ul { padding-left: 20px; }
.detail-aside .button { width: 100%; margin-top: 15px; }
.detail-aside.did-you-know { color: #f7f2e7; background: var(--green); }
.detail-aside.did-you-know h3,
.detail-aside.did-you-know p { color: #f7f2e7; }
.detail-side { display: grid; gap: 24px; align-self: start; }
.palissage-video-link {
  position: absolute;
  z-index: 1;
  right: clamp(18px, 3vw, 38px);
  bottom: clamp(18px, 3vw, 34px);
  display: grid;
  width: clamp(112px, 9.5vw, 144px);
  aspect-ratio: 1;
  margin: 0;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  color: var(--paper);
  background: var(--green);
  box-shadow: 0 16px 36px rgba(18, 58, 43, .2);
  font-family: var(--serif);
  font-size: clamp(.92rem, 1.2vw, 1.12rem);
  line-height: 1.18;
  text-align: center;
  text-decoration: none;
  transition: color .2s, background .2s, transform .2s;
}
.palissage-video-link::before {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0 0 50px 4px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid var(--gold-light);
  content: "";
}
.palissage-video-link span { margin-top: 24px; }
.palissage-video-link:hover,
.palissage-video-link:focus-visible {
  color: var(--green);
  background: var(--gold-light);
  transform: translateY(-3px);
}
.palissage-video-link:hover::before,
.palissage-video-link:focus-visible::before { border-left-color: var(--green); }
.palissage-video-link:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.story-window-card { margin: 0; }
.story-window-card img { width: 100%; height: auto; }
.story-window-card figcaption { margin-top: 13px; color: #56625d; font-size: .88rem; line-height: 1.5; }
.guide-side { align-self: start; }
.guide-family-photo { width: 100%; margin: 28px 0 0; }
.guide-family-photo img { width: 100%; height: auto; }
.guide-family-photo figcaption { margin-top: 12px; color: #56625d; font-size: .88rem; line-height: 1.5; }
.detail-back { display: inline-block; margin-bottom: 30px; color: var(--gold); font-weight: 700; }

.practical { background: var(--cream); }
.practical-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: 1440px; margin: 0 auto; background: rgba(18,58,43,.14); }
.practical-item { display: flex; gap: 18px; min-height: 145px; padding: 30px; background: var(--paper); }
.practical-item > span { display: grid; flex: 0 0 48px; width: 48px; height: 48px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: var(--serif); font-size: 1.45rem; font-weight: 600; line-height: 1; }
.practical-item:nth-child(2) > span { font-size: 1.15rem; }
.practical-item strong { color: var(--green); font-family: var(--serif); font-size: 1.2rem; font-weight: 500; }
.practical-item p { margin: 5px 0 0; color: #55615c; font-size: .9rem; }

.contact-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(55px, 8vw, 130px);
  padding: clamp(90px, 11vw, 160px) clamp(22px, 8vw, 140px);
  color: #e7ede8;
  background:
    linear-gradient(rgba(12,44,32,.95), rgba(12,44,32,.95)),
    url("assets/radio-londres.webp") center/cover;
}
.eyebrow.light { color: var(--gold-light); }
.contact-copy h2 { color: white; }
.contact-copy > p { max-width: 620px; }
.contact-copy address { margin: 36px 0; font-style: normal; }
.contact-copy address strong { color: white; font-family: var(--serif); font-size: 1.35rem; }
.direct-contact { display: grid; gap: 7px; }
.direct-contact a { width: max-content; color: var(--gold-light); font-weight: 700; text-underline-offset: 4px; }
.contact-form { padding: clamp(25px, 4vw, 55px); color: var(--ink); background: var(--paper); box-shadow: 0 30px 70px rgba(0,0,0,.2); }
.contact-form label { display: grid; gap: 7px; margin-bottom: 18px; color: var(--green); font-size: .75rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(18,58,43,.3);
  border-radius: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: .95rem;
  letter-spacing: 0;
  text-transform: none;
}
.contact-form input, .contact-form select { height: 48px; }
.contact-form textarea { padding: 12px 0; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--gold); box-shadow: 0 1px var(--gold); }
.button-gold { border-color: var(--gold); background: var(--gold); }
.button-gold:hover, .button-gold:focus-visible { background: #a77a22; }
.contact-form small { display: block; margin-top: 13px; color: #6b746f; font-size: .7rem; line-height: 1.45; }

footer {
  display: grid;
  grid-template-columns: 1fr 1.5fr auto auto;
  gap: 30px;
  align-items: center;
  padding: 35px clamp(22px, 5vw, 80px);
  color: #c8d4cd;
  background: #071d15;
  font-size: .76rem;
}
.footer-brand { display: grid; gap: 0; color: white; font-family: var(--serif); font-size: 1.1rem; line-height: 1; }
.footer-brand em { color: var(--gold-light); font-size: 1.25rem; }
footer p { margin: 0; }
footer nav { display: flex; gap: 17px; }
footer a { text-underline-offset: 4px; }

.legal-page { min-height: 100vh; background: var(--cream); }
.legal-shell { max-width: 850px; margin: 0 auto; padding: 80px 25px 120px; }
.legal-shell h1 { font-size: clamp(2.7rem, 7vw, 5rem); }
.legal-shell h2 { margin-top: 45px; font-size: 1.8rem; }
.legal-shell a { color: var(--green); }
.legal-back { display: inline-block; margin-bottom: 55px; color: var(--gold) !important; font-weight: 700; }
.legal-note { padding: 18px 22px; border-left: 3px solid var(--gold); background: white; }

@media (max-width: 1160px) {
  .hero { grid-template-columns: 1fr .78fr; }
  .hero-copy { padding-left: 5vw; padding-right: 5vw; }
  .hero-facts { flex-wrap: wrap; gap: 18px 0; }
  .tour-grid { grid-template-columns: 1fr; max-width: 760px; }
  .tour-card.featured { margin-top: 0; }
  .tour-image { height: 360px; }
  .tour-body h3 { min-height: 0; }
  .story-section { grid-template-columns: 1fr 1fr; gap: 55px; }
  .story-collage { height: 650px; }
  .collage-main { height: 450px; }
  .collage-small { height: 240px; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  body { font-size: 16px; }
  .site-header { min-height: 86px; }
  .brand-logo { width: 155px; }
  .brand-symbol { width: 42px; height: 42px; font-size: 1.6rem; }
  .brand-name strong { font-size: 1.05rem; }
  .brand-name em { font-size: 1.25rem; }
  .menu-button { position: relative; z-index: 2; display: grid; width: 44px; height: 44px; align-content: center; gap: 6px; padding: 9px; }
  .menu-button span:not(.sr-only) { display: block; height: 1px; background: var(--green); }
  .site-nav {
    position: absolute;
    inset: 86px 0 auto;
    display: none;
    align-items: stretch;
    padding: 22px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 0 25px 45px rgba(15,39,28,.13);
  }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 10px 4px; }
  .site-nav .nav-button { text-align: center; }
  .nav-dropdown-toggle { justify-content: space-between; width: 100%; padding: 10px 4px; }
  .nav-dropdown-menu { position: static; width: 100%; padding: 3px 0 7px 16px; border: 0; background: transparent; box-shadow: none; }
  .nav-dropdown:hover .nav-dropdown-menu { display: none; }
  .nav-dropdown.is-open .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu { display: block; }
  .nav-dropdown-menu a { padding: 9px 4px; font-size: .72rem; }
  .hero-copy { padding: 60px 24px 58px; }
  .hero .hero-lead { white-space: normal; }
  .hero-story { grid-template-columns: 1fr; }
  .hero-story-image { max-width: 680px; }
  .hero-visual { min-height: 560px; }
  .hero-seal { width: 130px; height: 130px; }
  .section-intro { grid-template-columns: 1fr; gap: 20px; }
  .story-section { grid-template-columns: 1fr; }
  .story-collage { height: 620px; }
  .collage-main { height: 430px; }
  .collage-small { height: 230px; }
  .practical-grid { grid-template-columns: 1fr 1fr; }
  .contact-section { grid-template-columns: 1fr; }
  .video-feature, .detail-hero, .detail-content { grid-template-columns: 1fr; }
  .detail-hero { height: auto; }
  .detail-hero-image { min-height: 430px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, footer nav { justify-content: center; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .hero-banner-copy { padding: 32px 20px; }
  .hero-banner .hero-banner-art { right: -8%; width: 100%; object-position: center 49%; -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.15) 18%, #000 47%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.15) 18%, #000 47%); }
  .hero-banner-logo { width: min(55vw, 300px); max-width: 55%; }
  .hero-banner-copy p { max-width: 54%; margin-top: 18px; padding-top: 15px; font-size: 1.05rem; }
  .hero-availability-badge { right: 8px; bottom: 8px; width: 94px; padding: 12px; font-size: .8rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-facts { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-facts li { min-width: 0; padding-left: 15px; }
  .hero-facts li:nth-child(3) { grid-column: 1 / -1; padding-top: 12px; padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .hero-visual { min-height: 460px; }
  .hero-seal { right: 18px; bottom: 18px; }
  .section { padding-left: 18px; padding-right: 18px; }
  .tour-image { height: 245px; }
  .tour-body { padding: 25px 21px 30px; }
  .story-section { padding-left: 18px; padding-right: 18px; }
  .story-collage { height: 430px; }
  .collage-main { right: 8%; height: 300px; object-position: center 76%; }
  .collage-small { width: 63%; height: 175px; bottom: 0; object-position: center 34%; }
  .practical-grid { grid-template-columns: 1fr; }
  .gallery-grid { column-count: 2; }
  .tour-table th, .tour-table td { padding: 14px 12px; }
  .gallery-lightbox { padding: 60px 12px 70px; }
  .gallery-lightbox img { max-width: calc(100vw - 24px); max-height: calc(100vh - 130px); }
  .gallery-lightbox-nav { top: auto; bottom: 10px; width: 46px; height: 46px; transform: none; }
  .gallery-lightbox-prev { left: calc(50% - 58px); }
  .gallery-lightbox-next { right: calc(50% - 58px); }
  .gallery-lightbox figcaption { bottom: 25px; }
  .video-poster { min-height: 260px; }
  .video-poster video { min-height: 260px; }
  .practical-item { min-height: 120px; }
  .contact-section { padding-left: 18px; padding-right: 18px; }
  .contact-form { padding: 25px 19px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .scroll-cue span { animation: none; }
}
