
:root {
  --forest-950: #10241b;
  --forest-900: #173326;
  --forest-800: #214532;
  --forest-700: #2d5a43;
  --sage-500: #829a86;
  --sage-300: #b7c7b6;
  --cream-50: #fcfaf5;
  --cream-100: #f3ede1;
  --cream-200: #e9dfcf;
  --gold-500: #bc8c52;
  --gold-600: #a6753f;
  --ink-900: #202621;
  --ink-700: #4d5650;
  --ink-500: #717a74;
  --white: #ffffff;
  --danger: #a13d3d;
  --shadow-sm: 0 10px 30px rgba(17, 37, 28, .08);
  --shadow-lg: 0 24px 70px rgba(17, 37, 28, .16);
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --container: 1180px;
  --header-height: 78px;
  --transition: 220ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 16px); }
body {
  margin: 0;
  color: var(--ink-900);
  background: var(--cream-50);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(188, 140, 82, .55); outline-offset: 3px; }

.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 9999;
  transform: translateY(-150%); background: var(--white); color: var(--forest-900);
  padding: .75rem 1rem; border-radius: 10px; box-shadow: var(--shadow-sm);
}
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.section { padding: 92px 0; }
.section--compact { padding: 58px 0; }
.section--dark { background: var(--forest-950); color: var(--white); }
.section--cream { background: var(--cream-100); }
.section--white { background: var(--white); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 14px;
  color: var(--gold-600); font-size: .78rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 30px; height: 1px; background: currentColor; }
.section-title, h1, h2, h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.05; letter-spacing: -.025em;
}
.section-title { margin: 0; font-size: clamp(2.35rem, 5vw, 4.6rem); font-weight: 600; }
.section-lead { max-width: 710px; margin: 20px 0 0; color: var(--ink-700); font-size: 1.05rem; }
.section--dark .section-lead { color: rgba(255,255,255,.72); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 42px; }
.section-head__action { flex: 0 0 auto; }

.button {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px;
  padding: .78rem 1.25rem; border: 1px solid transparent; border-radius: 999px;
  font-weight: 750; transition: transform var(--transition), background var(--transition), border-color var(--transition), color var(--transition);
}
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--gold-500); color: var(--forest-950); }
.button--primary:hover { background: #c99a60; }
.button--dark { background: var(--forest-900); color: var(--white); }
.button--dark:hover { background: var(--forest-700); }
.button--light { background: var(--white); color: var(--forest-900); }
.button--outline { border-color: rgba(255,255,255,.62); color: var(--white); background: rgba(255,255,255,.05); }
.button--outline-dark { border-color: var(--forest-800); color: var(--forest-900); background: transparent; }
.button--small { min-height: 42px; padding: .62rem 1rem; font-size: .92rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--forest-800); font-weight: 800; }
.text-link::after { content: "→"; transition: transform var(--transition); }
.text-link:hover::after { transform: translateX(4px); }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000; height: var(--header-height);
  color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); transition: background var(--transition), box-shadow var(--transition), color var(--transition);
}
.site-header.is-scrolled, .site-header.site-header--solid { background: rgba(252,250,245,.96); color: var(--forest-950); box-shadow: 0 10px 30px rgba(17,37,28,.08); backdrop-filter: blur(16px); border-bottom-color: rgba(17,37,28,.08); }
.site-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: max-content; }
.brand__mark { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, serif; font-size: 1.15rem; font-weight: 700; }
.brand__text strong { display: block; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.3rem; line-height: .95; letter-spacing: .01em; }
.brand__text small { display: block; margin-top: 4px; font-size: .63rem; letter-spacing: .15em; text-transform: uppercase; opacity: .72; }
.nav { display: flex; align-items: center; gap: 24px; }
.nav__links { display: flex; align-items: center; gap: 24px; }
.nav__link { position: relative; font-size: .91rem; font-weight: 700; }
.nav__link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--gold-500); transition: right var(--transition); }
.nav__link:hover::after, .nav__link.is-active::after { right: 0; }
.nav-toggle { display: none; width: 45px; height: 45px; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); color: inherit; }
.site-header.is-scrolled .nav-toggle, .site-header--solid .nav-toggle { background: var(--cream-100); }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { content: ""; display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; transition: var(--transition); }
.nav-toggle[aria-expanded="true"] span { opacity: 0; }
.nav-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

.hero {
  min-height: 820px; position: relative; display: grid; align-items: end; color: var(--white); overflow: hidden; background: var(--forest-950);
}
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,25,17,.9) 0%, rgba(9,25,17,.54) 48%, rgba(9,25,17,.2) 100%), linear-gradient(0deg, rgba(8,22,15,.8), transparent 55%); }
.hero__content { position: relative; z-index: 1; padding: 170px 0 86px; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, 520px); gap: 64px; align-items: end; }
.hero__intro { min-width: 0; }
.hero__eyebrow { margin: 0 0 18px; color: #e7c99d; text-transform: uppercase; letter-spacing: .2em; font-size: .77rem; font-weight: 800; }
.hero h1 { max-width: 790px; margin: 0; font-size: clamp(4rem, 9vw, 8.5rem); font-weight: 600; }
.hero__lead { max-width: 700px; margin: 25px 0 32px; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 2.5vw, 1.25rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__facts {
  position: static;
  width: 100%;
  margin: 0;
}

.hero-highlight {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  border: 0;
  background: none;
  box-shadow: none;
  overflow: visible;
}

.hero-highlight__item {
  position: relative;
  min-height: 116px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 19px 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.04)),
    rgba(6,22,15,.54);
  box-shadow: 0 16px 34px rgba(0,0,0,.24);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  overflow: hidden;
}

.hero-highlight__item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, #e3b46f, rgba(227,180,111,.18));
}

.hero-highlight__number {
  flex: 0 0 auto;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3.35rem;
  line-height: .82;
  font-weight: 700;
  color: #fff;
}

.hero-highlight__copy {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.hero-highlight__copy strong {
  font-size: .93rem;
  line-height: 1;
  font-weight: 800;
  color: #edc98f;
}

.hero-highlight__copy small {
  font-size: .78rem;
  line-height: 1.35;
  font-weight: 600;
  color: rgba(255,255,255,.83);
}

.hero__scroll { position: absolute; left: max(16px, calc((100vw - var(--container))/2)); bottom: 35px; z-index: 2; display: flex; align-items: center; gap: 10px; font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; opacity: .75; }
.hero__scroll::before { content: ""; width: 42px; height: 1px; background: currentColor; }

.page-hero { position: relative; min-height: 520px; display: flex; align-items: end; color: var(--white); background: var(--forest-950); overflow: hidden; }
.page-hero__media { position: absolute; inset: 0; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,27,18,.88), rgba(10,27,18,.32)); }
.page-hero__content { position: relative; z-index: 1; padding: 160px 0 70px; max-width: 820px; }
.page-hero h1 { font-size: clamp(3.5rem, 8vw, 7rem); margin: 0; font-weight: 600; }
.page-hero p { max-width: 660px; color: rgba(255,255,255,.8); font-size: 1.08rem; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.68); }
.breadcrumb span::before { content: "/"; margin-right: 8px; }

.stat-strip { background: var(--forest-900); color: var(--white); }
.stat-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.stat { padding: 25px 16px; text-align: center; border-right: 1px solid rgba(255,255,255,.12); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font-family: "Cormorant Garamond", Georgia, serif; font-size: 2rem; line-height: 1; color: #e6c28e; }
.stat span { display: block; margin-top: 7px; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; opacity: .7; }

.split { display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; }
.split--reverse .split__media { order: 2; }
.split__media { position: relative; }
.split__media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.split__media::after { content: ""; position: absolute; width: 42%; height: 36%; right: -20px; bottom: -20px; border: 1px solid var(--gold-500); border-radius: var(--radius-md); z-index: -1; }
.split__content p { color: var(--ink-700); }
.feature-list { display: grid; gap: 15px; margin: 28px 0; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 12px; align-items: start; }
.feature-list li::before { content: "✓"; width: 25px; height: 25px; flex: 0 0 25px; display: grid; place-items: center; border-radius: 50%; background: var(--cream-200); color: var(--forest-800); font-weight: 900; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { overflow: hidden; border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); transition: transform var(--transition), box-shadow var(--transition); }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.card__media { position: relative; overflow: hidden; }
.card__media img { width: 100%; aspect-ratio: 16/11; object-fit: cover; transition: transform 600ms ease; }
.card:hover .card__media img { transform: scale(1.04); }
.card__badge { position: absolute; left: 16px; top: 16px; padding: .45rem .75rem; border-radius: 999px; background: rgba(16,36,27,.9); color: white; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.card__body { padding: 25px; }
.card h3 { margin: 0 0 9px; font-size: 2rem; }
.card p { margin: 0 0 18px; color: var(--ink-700); }
.card__meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.chip { padding: .4rem .7rem; border-radius: 999px; background: var(--cream-100); color: var(--forest-800); font-size: .78rem; font-weight: 700; }

.icon-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.icon-card { padding: 28px; border: 1px solid var(--cream-200); border-radius: var(--radius-md); background: var(--white); }
.icon-card__icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 14px; background: var(--cream-100); color: var(--forest-800); font-size: 1.3rem; }
.icon-card h3 { margin: 0 0 10px; font-size: 1.65rem; }
.icon-card p { margin: 0; color: var(--ink-700); font-size: .95rem; }

.feature-band { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: var(--forest-900); color: var(--white); }
.feature-band__media { position: absolute; inset: 0; opacity: .32; }
.feature-band__media img { width: 100%; height: 100%; object-fit: cover; }
.feature-band__body { position: relative; z-index: 1; min-height: 430px; display: grid; align-content: center; max-width: 690px; padding: 70px; }
.feature-band__body p { color: rgba(255,255,255,.76); }

.use-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border-radius: var(--radius-md); background: var(--cream-200); }
.use-card { padding: 34px 26px; background: var(--white); }
.use-card span { color: var(--gold-600); font-size: .75rem; font-weight: 850; letter-spacing: .15em; }
.use-card h3 { margin: 12px 0; font-size: 1.8rem; }
.use-card p { margin: 0; color: var(--ink-700); font-size: .93rem; }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.gallery-item { position: relative; overflow: hidden; border: 0; padding: 0; background: none; border-radius: 18px; min-height: 260px; }
.gallery-item:nth-child(6n+1), .gallery-item:nth-child(6n+5) { grid-column: span 7; }
.gallery-item:nth-child(6n+2), .gallery-item:nth-child(6n+6) { grid-column: span 5; }
.gallery-item:nth-child(6n+3), .gallery-item:nth-child(6n+4) { grid-column: span 6; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item::after { content: attr(data-title); position: absolute; inset: auto 14px 14px; padding: 10px 14px; border-radius: 12px; background: rgba(15,34,25,.82); color: white; font-size: .84rem; text-align: left; opacity: 0; transform: translateY(8px); transition: var(--transition); }
.gallery-item:hover::after { opacity: 1; transform: none; }
.gallery-filter { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 30px; }
.filter-button { border: 1px solid var(--cream-200); border-radius: 999px; padding: .62rem .95rem; background: var(--white); color: var(--ink-700); font-weight: 700; }
.filter-button.is-active { background: var(--forest-900); color: var(--white); border-color: var(--forest-900); }
.gallery-item[hidden] { display: none; }
.lightbox { position: fixed; inset: 0; z-index: 2000; display: none; place-items: center; padding: 24px; background: rgba(8,20,14,.92); }
.lightbox.is-open { display: grid; }
.lightbox__image { max-width: min(1100px, 92vw); max-height: 82vh; border-radius: 18px; }
.lightbox__caption { color: white; margin-top: 14px; text-align: center; }
.lightbox__close { position: absolute; top: 20px; right: 20px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(255,255,255,.1); color: white; font-size: 1.5rem; }

.testimonial { max-width: 860px; margin: auto; text-align: center; }
.testimonial blockquote { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2rem, 4.5vw, 3.5rem); line-height: 1.18; }
.testimonial cite { display: block; margin-top: 25px; color: var(--gold-500); font-style: normal; font-weight: 800; }

.location-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; align-items: stretch; }
.location-card { padding: 40px; border-radius: var(--radius-md); background: var(--forest-900); color: var(--white); }
.location-card p, .location-card li { color: rgba(255,255,255,.74); }
.location-card ul { padding-left: 18px; }
.map-placeholder { min-height: 420px; display: grid; place-items: center; padding: 35px; border: 1px dashed var(--sage-500); border-radius: var(--radius-md); background: linear-gradient(135deg, #dfe7df, #f3ede1); text-align: center; }
.map-placeholder strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 2rem; }

.booking-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 52px; align-items: start; }
.booking-copy { position: sticky; top: calc(var(--header-height) + 30px); }
.booking-copy__card { margin-top: 28px; padding: 25px; border-radius: var(--radius-md); background: var(--cream-100); }
.booking-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding: 34px; border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.field { display: grid; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label { color: var(--forest-900); font-size: .86rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #d9ded9; border-radius: 12px; background: #fff; padding: .9rem 1rem; color: var(--ink-900); }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--forest-700); outline: 3px solid rgba(45,90,67,.12); }
.form-note { grid-column: 1 / -1; margin: 0; color: var(--ink-500); font-size: .82rem; }
.form-status { grid-column: 1 / -1; min-height: 24px; margin: 0; font-weight: 700; }
.form-status.is-error { color: var(--danger); }

.faq-list { max-width: 900px; margin: 0 auto; border-top: 1px solid var(--cream-200); }
.faq-item { border-bottom: 1px solid var(--cream-200); }
.faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; border: 0; padding: 24px 0; background: transparent; color: var(--forest-950); text-align: left; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.75rem; font-weight: 650; }
.faq-question span:last-child { font-family: Inter, sans-serif; font-size: 1.4rem; transition: transform var(--transition); }
.faq-question[aria-expanded="true"] span:last-child { transform: rotate(45deg); }
.faq-answer { overflow: hidden; max-height: 0; transition: max-height 320ms ease; }
.faq-answer__inner { padding: 0 0 24px; color: var(--ink-700); }

.detail-grid { display: grid; grid-template-columns: 1fr 360px; gap: 50px; align-items: start; }
.detail-aside { position: sticky; top: calc(var(--header-height) + 28px); padding: 28px; border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.detail-aside h3 { margin: 0 0 16px; font-size: 2rem; }
.detail-list { display: grid; gap: 0; margin: 0; }
.detail-row { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--cream-200); }
.detail-row dt { color: var(--ink-500); }
.detail-row dd { margin: 0; font-weight: 800; text-align: right; }
.content h2 { margin: 52px 0 18px; font-size: 2.8rem; }
.content h2:first-child { margin-top: 0; }
.content p { color: var(--ink-700); }
.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.spec-card { padding: 22px; border-radius: 16px; background: var(--cream-100); }
.spec-card strong { display: block; margin-bottom: 5px; color: var(--forest-900); }
.spec-card span { color: var(--ink-700); }
.notice { padding: 22px 24px; border-left: 4px solid var(--gold-500); border-radius: 0 14px 14px 0; background: #f7f0e6; color: var(--ink-700); }

.cta { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: var(--forest-900); color: var(--white); }
.cta::after { content: "A"; position: absolute; right: 25px; top: -100px; color: rgba(255,255,255,.035); font-family: Georgia, serif; font-size: 460px; line-height: 1; }
.cta__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 56px; }
.cta h2 { margin: 0; font-size: clamp(2.3rem, 5vw, 4.4rem); }
.cta p { max-width: 650px; margin: 12px 0 0; color: rgba(255,255,255,.72); }
.cta__actions { display: flex; flex-wrap: wrap; gap: 10px; flex: 0 0 auto; }

.site-footer { background: #0b1c14; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 42px; padding: 70px 0 52px; }
.footer-brand p { max-width: 390px; color: rgba(255,255,255,.65); }
.footer-title { margin: 0 0 18px; font-family: Inter, sans-serif; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: #e2bd87; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: rgba(255,255,255,.68); }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.56); font-size: .84rem; }

.floating-actions { position: fixed; z-index: 900; right: 18px; bottom: 18px; display: grid; gap: 10px; }
.floating-button { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--forest-900); color: white; box-shadow: var(--shadow-lg); font-size: 1.15rem; }
.floating-button--wa { background: #176b46; }
.mobile-action-bar { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .hero-layout { grid-template-columns: 1fr; gap: 34px; }
  .hero__facts { width: min(620px, 100%); margin-left: auto; }

  .nav__links { gap: 16px; }
  .nav__link { font-size: .84rem; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .icon-grid { grid-template-columns: repeat(2, 1fr); }
  .use-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  :root { --header-height: 70px; }
  .nav-toggle { display: block; }
  .nav { position: fixed; inset: var(--header-height) 0 0; display: block; padding: 22px 20px 120px; background: var(--cream-50); color: var(--forest-950); transform: translateX(100%); transition: transform 280ms ease; overflow-y: auto; }
  .nav.is-open { transform: none; }
  .nav__links { display: grid; gap: 0; }
  .nav__link { display: block; padding: 17px 0; border-bottom: 1px solid var(--cream-200); font-size: 1.08rem; }
  .nav__link::after { display: none; }
  .nav .button { width: 100%; margin-top: 24px; }
  .hero { min-height: 720px; }
  .hero__content { padding-bottom: 100px; }
  .hero__scroll { display: none; }
  .split, .location-grid, .booking-layout, .detail-grid { grid-template-columns: 1fr; }
  .split { gap: 46px; }
  .split--reverse .split__media { order: initial; }
  .booking-copy, .detail-aside { position: static; }
  .detail-aside { order: -1; }
  .stat-grid { grid-template-columns: repeat(3, 1fr); }
  .stat:nth-child(3) { border-right: 0; }
  .stat:nth-child(n+4) { border-top: 1px solid rgba(255,255,255,.12); }
  .gallery-item { grid-column: span 6 !important; }
  .cta__inner { display: grid; padding: 44px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid > :last-child { grid-column: auto; }
}

@media (max-width: 640px) {
  .hero-layout { padding: 140px 0 76px; }
  .hero-highlight { gap: 9px; }
  .hero-highlight__item { min-height: 96px; padding: 15px 13px; border-radius: 17px; gap: 10px; }
  .hero-highlight__number { font-size: 2.4rem; }
  .hero-highlight__copy strong { font-size: .78rem; }
  .hero-highlight__copy small { font-size: .68rem; }

  .container { width: min(calc(100% - 24px), var(--container)); }
  .section { padding: 70px 0; }
  .section-head { display: block; }
  .section-head__action { margin-top: 22px; }
  .brand__text small { display: none; }
  .hero { min-height: 680px; }
  .hero__content { padding: 140px 0 90px; }
  .hero h1 { font-size: clamp(3.7rem, 17vw, 5.4rem); }
  .hero__actions .button { width: 100%; }
  .page-hero { min-height: 440px; }
  .page-hero__content { padding: 130px 0 56px; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2n) { border-right: 0; }
  .stat:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.12); }
  .card-grid, .icon-grid, .use-grid, .spec-grid { grid-template-columns: 1fr; }
  .feature-band__body { min-height: 500px; padding: 35px 25px; }
  .gallery-grid { gap: 10px; }
  .gallery-item { grid-column: 1 / -1 !important; min-height: 230px; }
  .booking-form { grid-template-columns: 1fr; padding: 24px; }
  .field--full, .form-note, .form-status { grid-column: auto; }
  .faq-question { font-size: 1.45rem; }
  .cta__inner { padding: 36px 24px; }
  .cta__actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
  .floating-actions { display: none; }
  .mobile-action-bar { position: fixed; z-index: 950; inset: auto 0 0; display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(252,250,245,.96); border-top: 1px solid var(--cream-200); backdrop-filter: blur(14px); }
  .mobile-action-bar a { display: grid; place-items: center; min-height: 58px; color: var(--forest-900); font-size: .76rem; font-weight: 800; border-right: 1px solid var(--cream-200); }
  .mobile-action-bar a:last-child { border-right: 0; background: var(--forest-900); color: white; }
  body { padding-bottom: 58px; }
}

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