:root {
  --ink: #0b1712;
  --forest: #10251c;
  --forest-2: #17382a;
  --gold: #d9ae62;
  --sand: #d9be8b;
  --ivory: #f4f0e7;
  --sage: #aab8a4;
  --line: rgba(217, 190, 139, 0.28);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
::selection { color: var(--ink); background: var(--sand); }
.page-width { width: min(1380px, calc(100% - 96px)); margin-inline: auto; }
.section-pad { padding-block: clamp(96px, 11vw, 168px); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; padding-top: 28px; }
.site-header.solid { position: relative; padding: 24px 0; background: var(--ink); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 15px; width: max-content; color: var(--ivory); }
.brand-logo { width: 70px; height: 70px; flex: 0 0 auto; object-fit: contain; filter: drop-shadow(0 7px 18px rgba(0,0,0,.24)); }
.brand-wordmark { display: inline-flex; flex-direction: column; }
.brand-wordmark > span { font-family: var(--serif); font-size: clamp(18px, 1.6vw, 26px); line-height: 1; text-transform: uppercase; letter-spacing: .055em; }
.brand i { display: flex; align-items: center; gap: 11px; margin-top: 11px; color: var(--gold); font-size: 10px; font-style: normal; }
.brand i b { display: block; width: 48%; height: 1px; background: rgba(217,190,139,.62); }
.desktop-nav { display: flex; align-items: center; gap: clamp(24px, 2.7vw, 46px); }
.desktop-nav > a:not(.nav-cta) { position: relative; padding: 10px 0; font-size: 15px; }
.desktop-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: 2px; width: 0; height: 2px; background: var(--gold); transition: width .25s ease; }
.desktop-nav > a:hover::after, .desktop-nav > a:focus-visible::after { width: 100%; }
.nav-cta { margin-left: 4px; padding: 10px 18px; border: 1px solid rgba(244,240,231,.55); font-size: 14px; transition: .25s ease; }
.nav-cta:hover { color: var(--ink); background: var(--ivory); }
.mobile-menu { display: none; }

.hero { position: relative; min-height: max(760px, 100svh); overflow: hidden; background: var(--ink); isolation: isolate; }
.hero-image { position: absolute; inset: -2%; z-index: -3; background-image: url("/assets/images/hero-elephant.webp"); background-size: cover; background-position: 67% center; animation: heroScale 12s ease-out both; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(4,20,14,.98) 0%, rgba(4,20,14,.89) 30%, rgba(4,20,14,.48) 52%, rgba(4,20,14,.08) 78%), linear-gradient(0deg, rgba(3,15,11,.74) 0%, transparent 42%); }
.hero-content { padding-top: clamp(210px, 23vh, 270px); padding-bottom: 145px; }
.eyebrow { margin: 0 0 28px; color: var(--gold); font-size: 13px; font-weight: 650; text-transform: uppercase; letter-spacing: .27em; }
.eyebrow::after { content: ""; display: block; width: 58px; height: 1px; margin-top: 17px; background: currentColor; opacity: .7; }
.eyebrow.dark { color: #687c6c; }
.hero h1, .intro-section h2, .packages-home h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(78px, 8.2vw, 132px); line-height: .84; text-wrap: balance; animation: fadeUp .8s .12s both; }
.hero-copy { max-width: 620px; margin: 32px 0 0; color: rgba(244,240,231,.9); font-size: clamp(20px, 1.8vw, 28px); line-height: 1.48; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 38px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 15px 28px; border: 1px solid transparent; font-size: 15px; font-weight: 600; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-gold { color: #101710; background: linear-gradient(135deg, #e7c784, var(--gold)); }
.button-gold:hover { background: var(--ivory); }
.button-outline { color: var(--ivory); border-color: rgba(244,240,231,.6); background: rgba(6,26,18,.2); backdrop-filter: blur(8px); }
.button-outline:hover { color: var(--ink); background: var(--ivory); border-color: var(--ivory); }
.hero-proof { display: flex; gap: 14px; align-items: center; margin-top: 32px; color: var(--sage); font-size: 15px; }
.hero-proof span { color: var(--gold); font-size: 24px; }
.hero-index { position: absolute; bottom: 36px; left: 50%; display: flex; align-items: center; gap: 15px; transform: translateX(-50%); color: var(--sage); }
.hero-index strong { color: var(--gold); font-family: var(--serif); font-size: 22px; font-weight: 400; }
.hero-index span { width: 150px; height: 1px; background: linear-gradient(90deg, var(--gold) 0 15%, rgba(170,184,164,.5) 15%); }
.hero-index em { font-family: var(--serif); font-size: 21px; font-style: normal; }
.photo-credit { position: absolute; right: 24px; bottom: 22px; margin: 0; color: rgba(244,240,231,.5); font-size: 10px; letter-spacing: .04em; writing-mode: vertical-rl; }

.intro-section { color: #1a211c; background: var(--ivory); }
.intro-grid { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(64px, 10vw, 160px); }
.intro-section h2 { margin: 0; color: #13231b; font-size: clamp(56px, 6.3vw, 100px); line-height: .94; }
.intro-copy { padding-top: 32px; color: #526057; }
.intro-copy .lead { margin-top: 0; color: #26352c; font-family: var(--serif); font-size: clamp(26px, 2.2vw, 34px); line-height: 1.35; }
.intro-copy > p:not(.lead) { max-width: 650px; }
.text-link { position: relative; display: inline-flex; align-items: center; gap: 20px; margin-top: 22px; padding-bottom: 6px; border-bottom: 1px solid #6f7b72; color: #1c2e23; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.text-link.light { color: var(--ivory); border-color: rgba(244,240,231,.45); }
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 110px; border: 1px solid rgba(28,46,35,.18); background: rgba(28,46,35,.18); }
.stat-row > div { display: flex; min-height: 154px; flex-direction: column; justify-content: center; padding: 28px; background: var(--ivory); }
.stat-row strong { color: #183225; font-family: var(--serif); font-size: 39px; font-weight: 400; }
.stat-row span { color: #68736b; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }

.packages-home { background: #0f2119; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 58px; }
.packages-home h2 { margin: 0; font-size: clamp(55px, 6vw, 94px); line-height: 1; }
.package-list { border-top: 1px solid var(--line); }
.package-row { display: grid; grid-template-columns: 60px 1.05fr 1fr 105px 64px; gap: clamp(20px, 3vw, 50px); align-items: center; min-height: 190px; border-bottom: 1px solid var(--line); transition: background .3s ease, padding .3s ease; }
.package-row:hover { padding-inline: 22px; background: rgba(217,190,139,.055); }
.package-number, .package-time { color: var(--gold); font-size: 12px; letter-spacing: .16em; }
.package-row h3 { margin: 7px 0 0; font-family: var(--serif); font-size: clamp(31px, 3vw, 44px); font-weight: 400; line-height: 1; }
.package-row > p { margin: 0; color: var(--sage); font-size: 14px; line-height: 1.7; }
.package-price { display: flex; flex-direction: column; }
.package-price small { color: var(--sage); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.package-price strong { font-family: var(--serif); font-size: 30px; font-weight: 400; }
.circle-link { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid rgba(244,240,231,.46); border-radius: 50%; transition: .25s ease; }
.circle-link:hover { color: var(--ink); background: var(--gold); border-color: var(--gold); transform: rotate(45deg); }
.price-note { margin: 24px 0 0; color: rgba(170,184,164,.75); font-size: 12px; }

/* Interior pages */
.page-hero { position: relative; min-height: max(650px, 78svh); overflow: hidden; background: var(--ink); isolation: isolate; }
.page-hero-image { position: absolute; inset: 0; z-index: -3; background-repeat: no-repeat; background-size: cover; transform: scale(1.01); }
.page-hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(4,18,13,.95) 0%, rgba(4,18,13,.77) 38%, rgba(4,18,13,.18) 75%), linear-gradient(0deg, rgba(4,18,13,.76), transparent 55%); }
.page-hero-content { padding-top: clamp(230px, 28vh, 310px); padding-bottom: 110px; }
.page-hero h1,
.story-section h2,
.values-section h2,
.parks-section h2,
.contact-band h2,
.package-page-section h2,
.bungalow-section h2,
.included-section h2,
.gallery-section h2,
.testimonials-section h2,
.guest-voice h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
.page-hero h1 { max-width: 940px; margin: 0; font-size: clamp(70px, 7vw, 116px); line-height: .9; }
.page-hero-content > p:last-child { max-width: 660px; margin: 32px 0 0; color: rgba(244,240,231,.86); font-size: clamp(19px, 1.8vw, 26px); line-height: 1.5; }

.story-section { color: #26342c; background: var(--ivory); }
.story-grid { display: grid; grid-template-columns: .9fr 1fr; gap: clamp(60px, 9vw, 140px); align-items: center; }
.story-image-wrap { position: relative; min-height: 720px; overflow: hidden; }
.story-image-wrap::before { content: ""; position: absolute; inset: 22px -22px -22px 22px; z-index: -1; border: 1px solid #8a947e; }
.story-image-wrap img { width: 100%; height: 720px; object-fit: cover; }
.story-image-wrap span { position: absolute; right: 20px; bottom: 18px; padding: 8px 12px; color: var(--ivory); background: rgba(8,23,16,.82); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.story-copy h2 { max-width: 700px; margin: 0 0 38px; color: #14261c; font-size: clamp(50px, 5vw, 78px); line-height: .98; }
.story-copy .lead { color: #26382d; font-family: var(--serif); font-size: 27px; line-height: 1.42; }
.story-copy > p:not(.eyebrow):not(.lead) { color: #657068; }

.values-section { background: #10251c; }
.values-section h2 { margin: 0; font-size: clamp(55px, 6vw, 90px); line-height: 1; }
.section-side-copy { max-width: 430px; margin: 0; color: var(--sage); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.values-grid article { min-height: 340px; padding: 35px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.values-grid article > span { color: var(--gold); font-size: 12px; letter-spacing: .15em; }
.values-grid h3 { margin: 90px 0 18px; font-family: var(--serif); font-size: 34px; font-weight: 400; line-height: 1.1; }
.values-grid p { margin: 0; color: var(--sage); font-size: 14px; }

.parks-section { color: #1d2b23; background: #e8e2d6; }
.parks-intro h2 { max-width: 860px; margin: 0; font-size: clamp(56px, 7vw, 105px); line-height: .91; }
.parks-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 85px; background: rgba(23,56,42,.22); border: 1px solid rgba(23,56,42,.22); }
.parks-grid article { min-height: 255px; padding: 32px 28px; background: #e8e2d6; }
.parks-grid strong { font-family: var(--serif); font-size: 39px; font-weight: 400; }
.parks-grid p { margin-top: 45px; color: #637067; font-size: 14px; }

.contact-band { padding-block: clamp(85px, 9vw, 130px); background: linear-gradient(120deg, #132d21, #081a12); border-top: 1px solid var(--line); }
.contact-band-grid { display: grid; grid-template-columns: 1fr .95fr; gap: clamp(60px, 10vw, 160px); align-items: center; }
.contact-band h2 { max-width: 700px; margin: 0; font-size: clamp(57px, 6vw, 92px); line-height: .92; }
.contact-band-grid > div:last-child > p { max-width: 640px; color: var(--sage); font-size: 18px; }
.contact-band-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; }

.package-page-section { color: #17271e; background: var(--ivory); }
.package-page-intro { display: grid; grid-template-columns: 1fr .75fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.package-page-intro h2 { margin: 0; font-size: clamp(56px, 6vw, 90px); line-height: 1; }
.package-page-intro > p { color: #68736b; }
.package-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.package-cards article { display: flex; min-height: 590px; flex-direction: column; padding: 36px; border: 1px solid rgba(23,56,42,.22); background: #ece6db; transition: transform .3s ease, box-shadow .3s ease; }
.package-cards article:hover { transform: translateY(-8px); box-shadow: 0 28px 65px rgba(18,40,29,.13); }
.package-card-top { display: flex; justify-content: space-between; gap: 20px; color: #7a7f68; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.package-card-top span { color: #17382a; }
.package-card-top em { font-style: normal; }
.package-card-time { margin: 70px 0 8px !important; color: #8e7140 !important; font-size: 12px !important; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.package-cards h3 { margin: 0 0 22px; font-family: var(--serif); font-size: clamp(39px, 3.3vw, 52px); font-weight: 400; line-height: .98; }
.package-cards article > p { margin: 0; color: #667068; font-size: 14px; }
.package-card-price { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin: auto 0 28px; padding-top: 28px; border-top: 1px solid rgba(23,56,42,.2); }
.package-card-price div { display: flex; flex-direction: column; }
.package-card-price small { color: #7c887e; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.package-card-price strong { color: #17382a; font-family: var(--serif); font-size: 26px; font-weight: 400; }
.button-dark { color: var(--ivory); background: #17382a; }
.button-dark:hover { background: #0d2118; }
.package-disclaimer { margin-top: 22px; color: #6a756d; font-size: 12px; }

.bungalow-section { background: #0d1e17; }
.bungalow-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px, 9vw, 140px); align-items: center; }
.bungalow-image { height: 680px; overflow: hidden; }
.bungalow-image img { width: 100%; height: 100%; object-fit: cover; }
.bungalow-section h2 { margin: 0 0 28px; font-size: clamp(55px, 5vw, 80px); line-height: .96; }
.bungalow-section p { color: var(--sage); }
.bungalow-price { display: flex; flex-direction: column; margin: 35px 0; padding: 24px 0; border-block: 1px solid var(--line); }
.bungalow-price small { color: var(--sage); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.bungalow-price strong { color: var(--sand); font-family: var(--serif); font-size: 42px; font-weight: 400; }
.bungalow-section ul { margin: 0 0 30px; padding-left: 20px; color: var(--sage); }

.included-section { color: #223128; background: var(--ivory); }
.included-grid { display: grid; grid-template-columns: .85fr 1fr; gap: clamp(70px, 10vw, 160px); }
.included-section h2 { margin: 0; color: #14261c; font-size: clamp(54px, 5.5vw, 86px); line-height: .95; }
.included-list { border-top: 1px solid rgba(23,56,42,.22); }
.included-list article { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(23,56,42,.22); }
.included-list article > span { color: #9b7742; font-size: 12px; }
.included-list h3 { margin: 0 0 6px; font-family: var(--serif); font-size: 30px; font-weight: 400; }
.included-list p { margin: 0; color: #6c766f; font-size: 14px; }

.gallery-section { color: #1e2c24; background: var(--ivory); }
.gallery-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 80px; align-items: end; margin-bottom: 70px; }
.gallery-heading .eyebrow { grid-column: 1 / -1; }
.gallery-heading h2 { margin: 0; font-size: clamp(55px, 6vw, 90px); line-height: .96; }
.gallery-heading > p:last-child { color: #68736b; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 78px; gap: 18px; }
.gallery-item { position: relative; grid-column: span 4; grid-row: span 5; margin: 0; overflow: hidden; background: #c7c1b5; }
.gallery-item.wide { grid-column: span 8; }
.gallery-item.tall { grid-row: span 7; }
.gallery-item.crop-left img { object-position: 30% center; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item::after { content: ""; position: absolute; inset: auto 0 0; height: 36%; background: linear-gradient(transparent, rgba(6,20,14,.78)); pointer-events: none; }
.gallery-item figcaption { position: absolute; right: 18px; bottom: 16px; left: 18px; z-index: 2; display: flex; justify-content: space-between; gap: 18px; color: var(--ivory); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.gallery-item figcaption span { color: var(--gold); }

.testimonials-section { color: #203027; background: var(--ivory); }
.testimonials-intro { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(70px, 9vw, 140px); align-items: end; }
.testimonials-intro h2 { max-width: 760px; margin: 0; font-size: clamp(55px, 6vw, 92px); line-height: .95; }
.testimonials-intro > p { color: #69746c; }
.experience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 80px; border: 1px solid rgba(23,56,42,.2); background: rgba(23,56,42,.2); }
.experience-grid article { min-height: 295px; padding: 38px; background: var(--ivory); }
.experience-grid article > span { color: #9b7742; font-size: 11px; letter-spacing: .14em; }
.experience-grid h3 { margin: 70px 0 14px; font-family: var(--serif); font-size: 38px; font-weight: 400; }
.experience-grid p { max-width: 540px; margin: 0; color: #69746c; }

.guest-voice { background: #0e2118; }
.guest-voice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 9vw, 140px); align-items: center; }
.guest-voice-image { height: 620px; overflow: hidden; }
.guest-voice-image img { width: 100%; height: 100%; object-fit: cover; }
.guest-voice h2 { margin: 0 0 28px; font-size: clamp(55px, 5vw, 82px); line-height: .95; }
.guest-voice p:not(.eyebrow) { max-width: 570px; color: var(--sage); }
.guest-voice .button { margin-top: 22px; }

.site-footer { padding-top: 96px; background: #08130f; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.15fr .55fr 1fr 1.15fr; gap: clamp(35px, 5vw, 80px); padding-bottom: 80px; }
.footer-grid > div:first-child > p { max-width: 300px; margin-top: 27px; color: var(--sage); }
.site-footer .brand-logo { width: 94px; height: 94px; }
.footer-label { margin: 0 0 22px !important; color: var(--gold) !important; font-size: 11px !important; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.footer-grid > div:nth-child(2), .footer-grid > div:nth-child(3) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid a:not(.brand):hover { color: var(--gold); }
.footer-grid p { color: var(--sage); font-size: 14px; }
.footer-action h3 { margin: 0 0 24px; font-family: var(--serif); font-size: 37px; font-weight: 400; line-height: 1.15; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 24px; border-top: 1px solid rgba(217,190,139,.15); color: rgba(170,184,164,.7); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

@keyframes heroScale { from { transform: scale(1.03); } to { transform: scale(1); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; } }

@media (max-width: 1050px) {
  .page-width { width: min(100% - 48px, 920px); }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { display: grid; width: 48px; height: 42px; place-content: center; gap: 7px; border: 1px solid rgba(244,240,231,.5); cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { display: block; width: 20px; height: 1px; background: var(--ivory); }
  .mobile-menu nav { position: absolute; top: 52px; right: 0; display: flex; width: min(320px, calc(100vw - 48px)); flex-direction: column; gap: 0; padding: 18px; color: var(--ivory); background: rgba(8,25,18,.98); border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(0,0,0,.35); }
  .mobile-menu nav > a:not(.button) { padding: 12px 8px; border-bottom: 1px solid var(--line); }
  .mobile-menu nav .button { margin-top: 14px; }
  .package-row { grid-template-columns: 46px 1fr 100px 55px; }
  .package-row > p { display: none; }
  .footer-grid { grid-template-columns: 1.2fr .6fr 1fr; }
  .footer-action { grid-column: 1 / -1; padding-top: 30px; border-top: 1px solid var(--line); }
  .story-grid, .bungalow-grid, .guest-voice-grid { gap: 55px; }
  .story-image-wrap, .story-image-wrap img, .bungalow-image, .guest-voice-image { height: 560px; min-height: 560px; }
  .values-grid, .parks-grid { grid-template-columns: repeat(2, 1fr); }
  .package-cards { grid-template-columns: 1fr; }
  .package-cards article { min-height: 460px; }
  .package-card-time { margin-top: 45px !important; }
  .gallery-item { grid-column: span 6; }
  .gallery-item.wide { grid-column: span 12; }
}

@media (max-width: 720px) {
  .page-width { width: calc(100% - 38px); }
  .section-pad { padding-block: 84px; }
  .site-header { padding-top: 20px; }
  .brand { gap: 10px; }
  .brand-logo { width: 52px; height: 52px; }
  .brand-wordmark > span { font-size: 15px; }
  .brand i { margin-top: 8px; }
  .hero { min-height: 780px; }
  .hero-image { background-position: 59% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,20,14,.93), rgba(4,20,14,.52)), linear-gradient(0deg, rgba(3,15,11,.9), transparent 56%); }
  .hero-content { padding-top: 190px; }
  .hero h1 { font-size: clamp(68px, 20vw, 92px); }
  .hero-copy { max-width: 440px; font-size: 19px; }
  .hero-actions { flex-direction: column; width: min(100%, 340px); }
  .hero-proof { max-width: 320px; font-size: 13px; line-height: 1.5; }
  .hero-index span { width: 90px; }
  .photo-credit { display: none; }
  .intro-grid { grid-template-columns: 1fr; gap: 48px; }
  .intro-copy { padding-top: 0; }
  .stat-row { grid-template-columns: 1fr 1fr; margin-top: 70px; }
  .stat-row > div { min-height: 130px; padding: 20px; }
  .stat-row strong { font-size: 31px; }
  .section-heading-row { align-items: flex-start; flex-direction: column; }
  .package-row { grid-template-columns: 38px 1fr 62px; gap: 14px; min-height: 150px; }
  .package-price { display: none; }
  .package-row h3 { font-size: 29px; }
  .circle-link { width: 48px; height: 48px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-action { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .page-hero { min-height: 690px; }
  .page-hero-image { background-position: center !important; }
  .page-hero-shade { background: linear-gradient(90deg, rgba(4,18,13,.9), rgba(4,18,13,.43)), linear-gradient(0deg, rgba(4,18,13,.86), transparent 55%); }
  .page-hero-content { padding-top: 220px; }
  .page-hero h1 { font-size: clamp(64px, 17vw, 88px); }
  .story-grid, .contact-band-grid, .package-page-intro, .bungalow-grid, .included-grid, .gallery-heading, .testimonials-intro, .guest-voice-grid { grid-template-columns: 1fr; }
  .story-image-wrap, .story-image-wrap img, .bungalow-image, .guest-voice-image { height: 430px; min-height: 430px; }
  .story-copy h2, .parks-intro h2, .contact-band h2, .package-page-intro h2, .included-section h2, .gallery-heading h2, .testimonials-intro h2, .guest-voice h2 { font-size: 54px; }
  .section-side-copy { display: none; }
  .values-grid, .parks-grid, .experience-grid { grid-template-columns: 1fr; }
  .values-grid article { min-height: 270px; }
  .values-grid h3 { margin-top: 55px; }
  .parks-grid { margin-top: 55px; }
  .parks-grid article { min-height: 220px; }
  .package-page-intro { gap: 30px; }
  .package-cards article { min-height: 530px; padding: 28px; }
  .bungalow-grid { gap: 50px; }
  .included-grid { gap: 55px; }
  .gallery-heading { gap: 22px; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: auto; }
  .gallery-item, .gallery-item.wide, .gallery-item.tall { grid-column: auto; grid-row: auto; height: 360px; }
  .experience-grid article { min-height: 260px; padding: 30px; }
  .experience-grid h3 { margin-top: 50px; }
}

.error-page { min-height: 100svh; display: grid; place-items: center; padding: 60px 20px; text-align: center; background: radial-gradient(circle at 50% 25%, #17382a, var(--ink) 58%); }
.error-card { max-width: 760px; }
.error-card .brand { margin-bottom: 70px; }
.error-card > strong { display: block; color: var(--gold); font-family: var(--serif); font-size: clamp(70px, 14vw, 150px); font-weight: 400; line-height: .8; }
.error-card h1 { margin: 28px 0 16px; font-family: var(--serif); font-size: clamp(44px, 7vw, 76px); font-weight: 400; line-height: 1; }
.error-card > p { margin: 0 auto 30px; max-width: 560px; color: var(--sage); }
