:root {
  --forest: #123f34;
  --forest-deep: #092c25;
  --sage: #9fb9a8;
  --cream: #f3efe5;
  --paper: #fbfaf6;
  --ink: #19302a;
  --line: rgba(25, 48, 42, .17);
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; background: var(--paper); }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 12% 20%, rgba(159,185,168,.13), transparent 28rem), var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; transform: translateY(-150%); background: white; color: var(--forest); }
.skip-link:focus { transform: none; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: clamp(84px, 11vw, 160px); }

.site-header {
  position: fixed;
  z-index: 50;
  top: 18px;
  left: 50%;
  width: min(1120px, calc(100% - 40px));
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 14px 10px 18px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.035)), rgba(11,28,23,.13);
  box-shadow: 0 15px 45px rgba(0,0,0,.1), inset 0 1px rgba(255,255,255,.18);
  color: white;
  transform: translateX(-50%);
  backdrop-filter: blur(24px) saturate(1.35);
  -webkit-backdrop-filter: blur(24px) saturate(1.35);
}

.brand { display: flex; align-items: center; gap: 12px; font-size: .77rem; font-weight: 700; letter-spacing: .13em; text-decoration: none; white-space: nowrap; }
.brand img { width: 42px; height: 42px; object-fit: contain; filter: invert(1); }
nav { display: flex; align-items: center; gap: clamp(12px, 1.8vw, 28px); }
nav a { position: relative; padding: 11px 0; font-size: .83rem; text-decoration: none; }
nav a::after { content: ""; position: absolute; right: 0; bottom: 7px; left: 0; height: 1px; background: white; transform: scaleX(0); transform-origin: right; transition: transform 220ms ease; }
nav a:hover::after, nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-button { display: none; width: 48px; height: 48px; border: 0; border-radius: 14px; background: rgba(255,255,255,.12); color: white; }
.menu-button span:not(.sr-only) { display: block; width: 20px; height: 1px; margin: 5px auto; background: currentColor; }

.hero { position: relative; min-height: 96svh; display: grid; place-items: center; overflow: hidden; border-radius: 0 0 clamp(32px, 5vw, 72px) clamp(32px, 5vw, 72px); color: white; isolation: isolate; }
.hero > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 50% center; }
.hero__veil { position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 50% 50%, transparent 12%, rgba(7,30,25,.08) 58%, rgba(7,30,25,.28)), linear-gradient(180deg, rgba(9,35,29,.22), rgba(9,35,29,.08) 46%, rgba(8,31,26,.76)); }
.hero__content { width: min(900px, calc(100% - 44px)); padding-top: 90px; text-align: center; }
.eyebrow { margin: 0 0 22px; font-size: .72rem; font-weight: 700; letter-spacing: .27em; }
.eyebrow--green { color: #557267; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .96; }
h1 { font-size: clamp(5.5rem, 15vw, 12rem); }
.hero__subtitle { margin: 8px 0 34px; font-size: clamp(1.1rem, 2.3vw, 1.8rem); }
.button-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.button { min-width: 166px; padding: 14px 22px; border: 1px solid rgba(255,255,255,.75); border-radius: 999px; font-size: .88rem; font-weight: 600; text-decoration: none; transition: background 200ms ease, color 200ms ease, transform 200ms ease; }
.button--primary { border-color: var(--forest); background: var(--forest); }
.button:hover { transform: translateY(-2px); background: white; color: var(--forest); }
.hero__contact { position: absolute; right: clamp(26px, 5vw, 74px); bottom: 150px; left: clamp(26px, 5vw, 74px); display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 26px; color: rgba(255,255,255,.72); font-size: .74rem; }
.hero__contact a { text-decoration: none; }

.benefits { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: -126px; overflow: hidden; border: 1px solid rgba(255,255,255,.3); border-radius: 26px; background: linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.035)), rgba(10,39,32,.48); box-shadow: 0 28px 80px rgba(8,31,26,.2), inset 0 1px rgba(255,255,255,.16); color: white; backdrop-filter: blur(30px) saturate(1.35); -webkit-backdrop-filter: blur(30px) saturate(1.35); }
.benefits article { min-height: 246px; padding: 34px 28px; border-right: 1px solid rgba(255,255,255,.18); transition: background 240ms ease, transform 240ms cubic-bezier(.22,.75,.16,1); }
.benefits article:last-child { border-right: 0; }
.benefits article:hover { background: rgba(255,255,255,.075); transform: translateY(-3px); }
.benefits h2 { margin: 0 0 18px; font-size: clamp(1.45rem, 2vw, 2rem); }
.benefits p { margin: 0; color: rgba(255,255,255,.76); font-size: .87rem; line-height: 1.6; }
.benefits p a { color: white; text-underline-offset: 3px; }
.intro a { color: var(--forest); text-underline-offset: 3px; }

.intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 10vw, 140px); align-items: start; }
.section-heading h2 { font-size: clamp(3.2rem, 7vw, 6.7rem); }
.prose { font-size: clamp(.98rem, 1.25vw, 1.12rem); }
.prose p { margin: 0 0 1.2em; }
.prose ul { padding-left: 1.2em; }
.intro__copy { max-width: 680px; padding-top: 44px; }

.partner { margin-top: clamp(-82px, -6vw, -48px); margin-bottom: clamp(72px, 9vw, 120px); }
.partner a { display: grid; grid-template-columns: 150px 1fr; gap: clamp(24px, 5vw, 68px); align-items: center; max-width: 780px; margin-left: auto; padding: 24px 34px 24px 24px; border: 1px solid var(--line); border-radius: 28px; background: var(--cream); font-family: var(--serif); font-size: clamp(1.45rem, 2.6vw, 2.5rem); line-height: 1.15; text-decoration: none; transition: transform 220ms ease, box-shadow 220ms ease; }
.partner a:hover { transform: translateY(-3px); box-shadow: 0 20px 48px rgba(25,48,42,.1); }
.partner img { width: 150px; height: auto; aspect-ratio: 1; border-radius: 20px; object-fit: contain; }

.photo-story { display: grid; grid-template-columns: 1.4fr .8fr; gap: 22px; padding-bottom: clamp(84px, 10vw, 140px); }
.photo-story figure { position: relative; margin: 0; overflow: hidden; border-radius: 28px; }
.photo-story img { width: 100%; height: 100%; object-fit: cover; }
.photo-story__large { min-height: 680px; }
.photo-story__small { min-height: 440px; }
.photo-story__copy { align-self: center; padding: clamp(30px, 5vw, 70px); }
.photo-story figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 20px 22px; border: 1px solid rgba(255,255,255,.45); border-radius: 20px; background: rgba(11,47,39,.62); color: white; font-family: var(--serif); font-size: 2rem; backdrop-filter: blur(14px); }
.photo-story figcaption span { display: block; margin-top: 5px; font-family: var(--sans); font-size: .76rem; line-height: 1.5; }
.photo-story figcaption > span:first-child { display: inline; margin-top: 0; font-family: inherit; font-size: inherit; line-height: inherit; }

.animal-strip { display: grid; grid-template-columns: 1.2fr .9fr .9fr; min-height: 520px; background: var(--forest); color: white; }
.animal-strip img { width: 100%; height: 100%; object-fit: cover; }
.animal-strip__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 7vw, 100px); font-family: var(--serif); font-size: clamp(1.55rem, 2.6vw, 2.7rem); line-height: 1.12; }
.animal-strip__copy p { margin: 0 0 .72em; }

.section-heading--split { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 10vw, 140px); margin-bottom: 64px; }
.rooms__description { padding-top: 24px; columns: 2; column-gap: 38px; }
.rooms__description p, .rooms__description ul { break-inside: avoid; }
.room-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.room-grid figure { position: relative; min-height: 480px; margin: 0; overflow: hidden; border-radius: 24px; }
.room-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms ease; }
.room-grid figure:hover img { transform: scale(1.025); }
.room-grid figcaption { position: absolute; right: 18px; bottom: 18px; padding: 10px 15px; border-radius: 999px; background: rgba(250,248,241,.88); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(10px); }

.prices { background: var(--forest-deep); color: white; }
.prices__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; }
.prices__heading { grid-row: span 2; padding: 20px 40px 20px 0; }
.prices__heading h2 { font-size: clamp(4rem, 8vw, 7.5rem); }
.price-card { padding: clamp(28px, 4vw, 52px); border: 1px solid rgba(255,255,255,.19); border-radius: 26px; background: rgba(255,255,255,.055); }
.price-card h3 { margin: 0 0 18px; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.price-card p { margin: 0 0 1.2em; }
.price-card p:last-child { margin-bottom: 0; }
.price-card--main { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.price-card--main strong { display: block; margin-bottom: 10px; font-family: var(--serif); font-size: clamp(3rem, 5vw, 5rem); font-weight: 400; line-height: 1; }

.surroundings { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px, 6vw, 80px); align-items: start; }
.surroundings__visual { position: sticky; top: 110px; height: min(75svh, 780px); overflow: hidden; border-radius: 30px; }
.surroundings__visual img { width: 100%; height: 100%; object-fit: cover; }
.section-heading--overlay { position: absolute; right: 28px; bottom: 28px; left: 28px; color: white; }
.section-heading--overlay h2 { font-size: clamp(3.2rem, 5.5vw, 5.5rem); }
.link-list { border-top: 1px solid var(--line); }
.link-list details, .link-list__item { border-bottom: 1px solid var(--line); }
.link-list summary, .link-list__trigger { position: relative; width: 100%; padding: 24px 44px 24px 0; border: 0; background: transparent; color: inherit; cursor: pointer; list-style: none; font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.7rem); text-align: left; transition: color 180ms ease, padding-left 220ms ease; }
.link-list summary::-webkit-details-marker { display: none; }
.link-list summary::after, .link-list__trigger::after { content: "+"; position: absolute; top: 24px; right: 5px; font-family: var(--sans); font-weight: 300; transition: transform 260ms cubic-bezier(.22,.75,.16,1); }
.link-list details[open] summary::after { content: "–"; }
.link-list__item.is-expanded .link-list__trigger::after { transform: rotate(45deg); }
.link-list__trigger:hover, .link-list__trigger:focus-visible { padding-left: 8px; color: #476b5d; }
.link-list__panel { display: grid; grid-template-rows: 0fr; visibility: hidden; opacity: 0; transition: grid-template-rows 280ms cubic-bezier(.22,.75,.16,1), opacity 220ms ease, visibility 0s linear 280ms; }
.link-list__item.is-expanded .link-list__panel { grid-template-rows: 1fr; visibility: visible; opacity: 1; transition-delay: 0s; }
.link-list__panel-inner { overflow: hidden; }
.link-list details p, .link-list__panel p { margin: -8px 0 12px; color: #50635c; }
.link-list details a, .link-list__panel a { display: inline-block; margin-bottom: 24px; color: #476b5d; font-size: .88rem; text-underline-offset: 3px; }

.trees { display: grid; grid-template-columns: 1fr 1fr; padding: 0; background: #294941; color: white; }
.trees > * { min-width: 0; }
.trees > img { width: 100%; height: 100%; min-height: 820px; object-fit: cover; }
.trees__content { padding: clamp(56px, 9vw, 130px); }
.trees h2 { margin-bottom: 44px; font-size: clamp(4rem, 8vw, 7rem); overflow-wrap: anywhere; }
.trees h3 { margin: 36px 0 8px; font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }

.contact { background: var(--cream); }
.contact__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 10vw, 140px); }
.contact h2 { font-size: clamp(3rem, 6vw, 6rem); }
.contact__links { border-top: 1px solid var(--line); }
.contact__links a { display: flex; justify-content: space-between; gap: 20px; padding: 24px 4px; border-bottom: 1px solid var(--line); text-decoration: none; }
.contact__links span { transition: transform 180ms ease; }
.contact__links a:hover span { transform: rotate(12deg); }
.contact__partner { grid-column: 2; justify-self: end; width: 120px; margin-top: -90px; }
.contact__partner img { width: 100%; height: auto; aspect-ratio: 1; border-radius: 16px; object-fit: contain; }

.journey { border-top: 1px solid var(--line); background: var(--paper); }
.journey__grid { display: grid; grid-template-columns: minmax(430px, .78fr) minmax(0, 1.22fr); gap: clamp(36px, 4vw, 62px); align-items: center; }
.journey__grid > * { min-width: 0; }
.journey h2 { max-width: 11ch; font-family: var(--serif); font-size: clamp(2.8rem, 3.6vw, 3.9rem); font-weight: 400; letter-spacing: -.045em; line-height: .94; overflow-wrap: normal; }
.journey__widget { min-width: 0; overflow: hidden; padding: clamp(18px, 2.5vw, 30px); border: 1px solid var(--line); border-radius: 26px; background: var(--cream); box-shadow: 0 20px 60px rgba(25,48,42,.08); }
.journey__widget [data-hfs-widget], .journey__widget iframe { width: 100% !important; max-width: 100% !important; min-width: 0 !important; }

footer { display: grid; grid-template-columns: 1fr auto auto; gap: 28px; align-items: center; padding: 28px clamp(24px, 5vw, 72px); background: var(--forest-deep); color: rgba(255,255,255,.68); font-size: .72rem; }
footer a { color: white; font-weight: 700; letter-spacing: .18em; text-decoration: none; }
footer p { margin: 0; }

.has-reveal .reveal { opacity: 0; transform: translateY(24px); transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.7,.2,1); }
.has-reveal .reveal.is-visible, .has-reveal .reveal:focus-within { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .site-header { align-items: flex-start; }
  .menu-button { display: block; flex: 0 0 auto; }
  nav { position: absolute; top: calc(100% + 8px); right: 0; left: 0; display: grid; gap: 0; padding: 10px; border: 1px solid rgba(255,255,255,.32); border-radius: 20px; background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.03)), rgba(11,28,23,.24); box-shadow: 0 20px 50px rgba(0,0,0,.13), inset 0 1px rgba(255,255,255,.16); visibility: hidden; opacity: 0; transform: translateY(-8px) scale(.985); transform-origin: top; pointer-events: none; transition: opacity 200ms ease, transform 240ms cubic-bezier(.22,.75,.16,1), visibility 0s linear 240ms; backdrop-filter: blur(28px) saturate(1.4); -webkit-backdrop-filter: blur(28px) saturate(1.4); }
  nav.is-open { visibility: visible; opacity: 1; transform: none; pointer-events: auto; transition-delay: 0s; }
  nav a { padding: 12px 14px; border-radius: 10px; }
  nav a:hover { background: rgba(255,255,255,.08); }
  nav a::after { display: none; }
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .benefits article:nth-child(2) { border-right: 0; }
  .benefits article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .intro, .section-heading--split, .surroundings, .contact__grid, .journey__grid { grid-template-columns: 1fr; }
  .journey h2 { max-width: 12ch; }
  .intro__copy { max-width: none; padding-top: 0; }
  .contact__partner { grid-column: auto; justify-self: start; margin-top: 10px; }
  .rooms__description { columns: 1; }
  .prices__grid { grid-template-columns: 1fr; }
  .prices__heading { grid-row: auto; }
  .surroundings__visual { position: relative; top: auto; height: 620px; }
  .trees { grid-template-columns: .85fr 1.15fr; }
  footer { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 88px; }
  .shell { width: min(100% - 28px, 1240px); }
  .section { padding-block: 76px; }
  .site-header { top: 10px; width: calc(100% - 20px); min-height: 62px; border-radius: 999px; }
  .brand { font-size: .66rem; }
  .brand img { width: 38px; height: 38px; }
  .menu-button { width: 42px; height: 42px; }
  .hero { min-height: 780px; border-radius: 0 0 42px 42px; }
  .hero__content { padding-top: 52px; }
  h1 { font-size: clamp(5.4rem, 28vw, 8.5rem); }
  .hero__contact { display: none; }
  .button { width: 100%; }
  .benefits { grid-template-columns: 1fr; margin-top: -64px; border-radius: 24px; }
  .benefits article { min-height: 0; padding: 26px 24px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .benefits article:last-child { border-bottom: 0; }
  .benefits h2 { margin: 18px 0 12px; }
  .photo-story { grid-template-columns: 1fr; }
  .photo-story__large, .photo-story__small { min-height: 480px; }
  .photo-story__copy { padding: 34px 12px; }
  .animal-strip { grid-template-columns: 1fr 1fr; }
  .animal-strip__copy { grid-column: 1 / -1; }
  .animal-strip img { aspect-ratio: 1; }
  .room-grid { grid-template-columns: 1fr; }
  .room-grid figure { min-height: 380px; }
  .price-card--main { grid-template-columns: 1fr; }
  .surroundings__visual { height: 520px; }
  .trees { grid-template-columns: 1fr; }
  .trees > img { min-height: 480px; max-height: 600px; }
  .trees__content { padding: 64px 24px; }
  .trees h2 { font-size: clamp(3.2rem, 16vw, 4rem); }
  .contact__links a { overflow-wrap: anywhere; }
  .journey h2 { max-width: none; font-size: clamp(2.55rem, 12vw, 3.2rem); overflow-wrap: anywhere; }
  .journey__widget { padding: 18px; border-radius: 20px; }
  .partner { margin-top: -28px; }
  .partner a { grid-template-columns: 90px 1fr; padding: 16px; border-radius: 22px; }
  .partner img { width: 90px; border-radius: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
