:root {
  --forest: #10261b;
  --forest-deep: #08150f;
  --leaf: #365a43;
  --moss: #82906e;
  --ivory: #f7f1e7;
  --paper: #fffaf2;
  --brass: #c59a57;
  --terracotta: #a75438;
  --ink: #1c231e;
  --muted: #6b7069;
  --line: rgba(16, 38, 27, .14);
  --heading: "Cormorant Garamond", Georgia, serif;
  --body: "Manrope", Arial, sans-serif;
  --shell: min(1240px, calc(100% - 48px));
  --shadow: 0 28px 80px rgba(8, 21, 15, .14);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background: var(--ivory); color: var(--ink); font: 400 16px/1.7 var(--body); }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
p, li { text-wrap: pretty; }
:focus-visible { outline: 3px solid var(--brass); outline-offset: 4px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 16px; transform: translateY(-150%); background: var(--paper); color: var(--forest); }
.skip-link:focus { transform: none; }
.site-shell { width: var(--shell); margin-inline: auto; }

.top-strip { background: var(--forest-deep); color: rgba(247,241,231,.8); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.top-strip-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.top-strip a { text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgba(247,241,231,.12); background: rgba(16,38,27,.96); color: var(--ivory); backdrop-filter: blur(18px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand-link { display: flex; align-items: center; gap: 14px; min-width: 188px; text-decoration: none; }
.brand-link img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.brand-copy { display: grid; line-height: 1; }
.brand-name { font-family: var(--heading); font-size: 1.15rem; font-weight: 700; letter-spacing: .16em; }
.brand-line { margin-top: 7px; color: var(--brass); font-size: .62rem; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 2px; }
.primary-nav a { position: relative; padding: 12px 9px; color: rgba(247,241,231,.78); font-size: .72rem; font-weight: 700; text-decoration: none; }
.primary-nav a::after { position: absolute; right: 10px; bottom: 7px; left: 10px; height: 1px; transform: scaleX(0); transform-origin: left; background: var(--brass); content: ""; transition: transform .25s var(--ease); }
.primary-nav a:hover, .primary-nav a.active { color: #fff; }
.primary-nav a:hover::after, .primary-nav a.active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid rgba(247,241,231,.25); border-radius: 50%; background: transparent; color: var(--ivory); cursor: pointer; }
.menu-toggle span { display: block; width: 19px; height: 1px; margin: 5px auto; background: currentColor; transition: .2s ease; }
body.menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
body.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
body.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-panel { display: none; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 0; padding: 13px 20px; font-size: .7rem; font-weight: 800; letter-spacing: .12em; line-height: 1.15; text-align: center; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .22s var(--ease), background .22s ease, color .22s ease, box-shadow .22s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--brass); color: var(--forest-deep); box-shadow: 0 12px 30px rgba(197,154,87,.2); }
.button-primary:hover { background: #d8b474; }
.button-secondary { border-color: var(--forest); background: transparent; color: var(--forest); }
.button-secondary:hover { background: var(--forest); color: var(--ivory); }
.button-gold { border-color: rgba(247,241,231,.4); background: rgba(247,241,231,.06); color: var(--ivory); }
.button-full { width: 100%; }

.hero { position: relative; min-height: calc(100svh - 116px); display: grid; align-items: end; isolation: isolate; overflow: hidden; background: var(--forest); color: var(--ivory); }
.hero-backdrop { position: absolute; inset: 0; z-index: -2; }
.hero-backdrop img { width: 100%; height: 100%; object-fit: cover; object-position: center 57%; transform: scale(1.01); animation: heroReveal 1.4s var(--ease) both; }
.hero::after { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8,21,15,.91) 0%, rgba(8,21,15,.58) 48%, rgba(8,21,15,.12) 80%), linear-gradient(0deg, rgba(8,21,15,.72), transparent 45%); content: ""; }
.hero-grid { width: var(--shell); margin-inline: auto; padding: clamp(96px, 12vw, 170px) 0 110px; }
.hero-copy { max-width: 830px; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--brass); font-size: .72rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { width: 42px; height: 1px; background: currentColor; content: ""; }
.hero h1, .page-hero h1 { margin: 0; font: 600 clamp(4.2rem, 8.1vw, 8.2rem)/.82 var(--heading); letter-spacing: -.035em; text-wrap: balance; }
.hero h1 em { color: var(--brass); font-weight: 500; }
.hero-intro { max-width: 610px; margin: 28px 0 0; color: rgba(247,241,231,.86); font-size: 1.08rem; line-height: 1.75; }
.hero-actions, .section-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-note { position: absolute; right: max(24px, calc((100vw - 1240px)/2)); bottom: 124px; display: grid; max-width: 230px; border-left: 1px solid var(--brass); padding-left: 18px; color: rgba(247,241,231,.8); font-size: .78rem; }
.hero-note strong { color: white; font-family: var(--heading); font-size: 1.5rem; font-weight: 600; }

.booking-ribbon { position: relative; z-index: 4; margin-top: -58px; }
.booking-ribbon-inner { display: grid; grid-template-columns: 1.15fr 1fr 1fr 1.1fr auto; align-items: end; background: var(--paper); box-shadow: var(--shadow); padding: 24px; }
.booking-ribbon .field { padding: 0 20px; border-right: 1px solid var(--line); }
.booking-ribbon .field:first-child { padding-left: 0; }
.booking-ribbon .button { min-height: 58px; padding-inline: 26px; }
.field { display: grid; gap: 7px; }
.field label { color: var(--leaf); font-size: .65rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; border: 1px solid var(--line); border-radius: 0; background: rgba(255,255,255,.55); color: var(--ink); padding: 12px 14px; outline: none; }
.booking-ribbon input, .booking-ribbon select { min-height: 30px; border: 0; background: transparent; padding: 0; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--brass); box-shadow: 0 0 0 3px rgba(197,154,87,.16); }
.booking-ribbon input:focus, .booking-ribbon select:focus { box-shadow: none; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.mini-form { display: grid; gap: 15px; }

.section { padding: clamp(82px, 9vw, 140px) 0; }
.section-compact { padding: 70px 0; }
.section-alt { background: var(--paper); }
.section-dark { background: var(--forest); color: var(--ivory); }
.section-head { display: grid; grid-template-columns: minmax(0, .9fr) minmax(280px, .38fr); align-items: end; gap: 60px; margin-bottom: 54px; }
.section-title, .page-section-title { margin: 0; color: var(--forest); font: 600 clamp(3rem, 5.2vw, 5.7rem)/.92 var(--heading); letter-spacing: -.025em; text-wrap: balance; }
.section-dark .section-title { color: var(--ivory); }
.section-copy { max-width: 620px; margin: 0; color: var(--muted); }
.section-dark .section-copy { color: rgba(247,241,231,.72); }
.intro-grid { display: grid; grid-template-columns: minmax(0,.7fr) minmax(320px,.3fr); gap: 8vw; align-items: start; }
.intro-lead { margin: 0; color: var(--forest); font: 500 clamp(2.5rem,4.2vw,4.5rem)/1.04 var(--heading); text-wrap: balance; }
.intro-copy { display: grid; gap: 20px; }
.intro-copy p { margin: 0; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--forest); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.text-link::after { width: 48px; height: 1px; background: var(--brass); content: ""; transition: width .25s var(--ease); }
.text-link:hover::after { width: 72px; }

.feature-grid, .package-grid, .experience-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: var(--line); }
.feature-card, .package-card, .experience-card { min-height: 250px; background: var(--paper); padding: 36px; }
.feature-card { position: relative; overflow: hidden; }
.feature-card::before { display: block; margin-bottom: 60px; color: var(--brass); font: 600 1rem var(--heading); content: "0" counter(feature); counter-increment: feature; }
.feature-grid { counter-reset: feature; }
.feature-card h3, .package-card h3, .experience-card h3, .contact-card h3, .info-panel h3, .room-card h3 { margin: 0 0 12px; color: var(--forest); font: 600 2rem/1 var(--heading); }
.feature-card p, .package-card p, .experience-card p, .contact-card p, .info-panel p { margin: 0; color: var(--muted); }
.feature-card a { position: absolute; inset: 0; font-size: 0; }

.split { display: grid; grid-template-columns: minmax(0,.98fr) minmax(340px,.7fr); gap: clamp(44px,7vw,100px); align-items: center; }
.split-reverse > :first-child { order: 2; }
.photo-frame { position: relative; display: block; aspect-ratio: 4/5; overflow: hidden; background: var(--forest); }
.photo-frame-wide { aspect-ratio: 16/10; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.photo-frame:hover img { transform: scale(1.035); }
.photo-frame-cottages img { object-position: center; }
.photo-caption { position: absolute; right: 20px; bottom: 20px; left: 20px; background: rgba(8,21,15,.86); color: var(--ivory); padding: 18px; backdrop-filter: blur(10px); }
.photo-caption span { display: block; color: var(--brass); font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.photo-caption strong { font: 600 1.6rem var(--heading); }
.list-check { display: grid; gap: 15px; margin: 28px 0 0; padding: 0; list-style: none; }
.list-check li { position: relative; padding-left: 28px; color: var(--muted); }
.list-check li::before { position: absolute; top: .74em; left: 0; width: 13px; height: 1px; background: var(--brass); content: ""; }

.room-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.room-card { background: var(--paper); }
.room-card .photo-frame { aspect-ratio: 16/10; }
.room-card-body, .room-body { padding: 30px; }
.room-meta, .meta-list { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 20px 0; padding: 0; color: var(--leaf); font-size: .7rem; font-weight: 800; letter-spacing: .1em; list-style: none; text-transform: uppercase; }
.room-card-copy { display: grid; align-content: center; min-height: 420px; background: var(--forest); }
.room-card-copy h3, .room-card-copy p, .room-card-copy .meta-list { color: var(--ivory); }
.room-card-copy .button-secondary { border-color: rgba(247,241,231,.4); color: var(--ivory); }
.status-chip { display: inline-flex; margin-bottom: 22px; border: 1px solid rgba(197,154,87,.55); padding: 7px 10px; color: #805d25; font-size: .63rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.package-card { min-height: 290px; }
.package-card h3 { margin-bottom: 18px; }
.experience-card { min-height: 230px; }
.experience-card::before { display: block; width: 34px; height: 1px; margin-bottom: 50px; background: var(--brass); content: ""; }

.content-grid, .booking-layout { display: grid; grid-template-columns: minmax(0,.85fr) minmax(340px,.55fr); gap: clamp(40px,7vw,96px); align-items: center; }
.booking-card, .info-panel { background: var(--paper); box-shadow: var(--shadow); padding: clamp(28px,4vw,52px); }
.booking-card h2 { margin: 0 0 24px; color: var(--forest); font: 600 2.6rem/1 var(--heading); }
.info-panel h3 { font-size: 2rem; }
.section-dark .info-panel { border: 1px solid rgba(247,241,231,.15); background: rgba(247,241,231,.06); box-shadow: none; }
.section-dark .info-panel h3 { color: var(--ivory); }
.section-dark .info-panel p { color: rgba(247,241,231,.66); }

.page-hero { position: relative; overflow: hidden; background: var(--forest); color: var(--ivory); }
.page-hero:has(.single-column)::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,21,15,.96), rgba(8,21,15,.67)), url('../img/resort-grounds-1600.webp') center/cover; content: ""; }
.page-hero:has(.single-column) .page-hero-grid { position: relative; }
.page-hero-grid { min-height: 560px; display: grid; grid-template-columns: minmax(0,.65fr) minmax(360px,.55fr); align-items: center; gap: 7vw; padding: 90px 0; }
.page-hero-grid.single-column { min-height: 480px; grid-template-columns: minmax(0,800px); }
.page-hero h1 { color: var(--ivory); font-size: clamp(4rem,7vw,7.2rem); }
.page-intro { max-width: 650px; margin: 28px 0 0; color: rgba(247,241,231,.72); font-size: 1.05rem; }
.page-hero .photo-frame { aspect-ratio: 4/3; box-shadow: 32px 32px 0 rgba(197,154,87,.12); }

.gallery-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 22px; }
.gallery-card { margin: 0; }
.gallery-card:nth-child(1) { grid-column: span 7; }
.gallery-card:nth-child(2) { grid-column: span 5; padding-top: 90px; }
.gallery-card:nth-child(3) { grid-column: 3 / span 7; }
.gallery-card .photo-frame { aspect-ratio: 4/3; }
.gallery-card h3 { margin: 16px 0 0; color: var(--forest); font: 600 1.7rem var(--heading); }
.contact-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: var(--line); }
.contact-card { min-height: 190px; background: var(--paper); padding: 34px; }
.contact-card a { text-decoration-color: var(--brass); text-underline-offset: 5px; }
.map-placeholder { position: relative; min-height: 330px; display: grid; place-items: end start; overflow: hidden; background: linear-gradient(145deg, rgba(197,154,87,.18), rgba(130,144,110,.15)), url('../img/resort-grounds-1600.webp') center/cover; }
.map-placeholder::before { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,21,15,.8), transparent 70%); content: ""; }
.map-placeholder > div { position: relative; padding: 28px; }
.map-placeholder strong, .map-placeholder span { display: block; }
.map-placeholder strong { font: 600 2rem var(--heading); }
.map-placeholder span { color: rgba(247,241,231,.76); }

.site-footer { background: var(--forest-deep); color: rgba(247,241,231,.7); padding: 90px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 64px; }
.footer-logo { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.footer-logo img { width: 70px; height: 70px; border-radius: 50%; }
.footer-logo span { display: grid; }
.footer-logo strong { color: var(--ivory); font: 600 1.8rem var(--heading); }
.footer-logo span span { color: var(--brass); font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid h3 { margin: 0 0 18px; color: var(--ivory); font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid a, .footer-grid p { display: block; margin: 0 0 9px; font-size: .84rem; text-decoration: none; }
.footer-grid a:hover { color: var(--brass); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 70px; border-top: 1px solid rgba(247,241,231,.12); padding-top: 24px; font-size: .68rem; }
.floating-actions { display: none; }

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

@media (max-width: 1180px) {
  .primary-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-panel { position: fixed; inset: 0; z-index: 35; display: grid; align-content: center; background: rgba(8,21,15,.985); padding: 120px 32px 40px; opacity: 0; visibility: hidden; transition: .25s ease; }
  body.menu-open .mobile-panel { opacity: 1; visibility: visible; }
  .mobile-panel nav { display: grid; max-height: 60vh; overflow: auto; }
  .mobile-panel nav a { border-bottom: 1px solid rgba(247,241,231,.13); padding: 13px 0; color: var(--ivory); font: 600 2rem var(--heading); text-decoration: none; }
  .mobile-panel .section-actions { margin-top: 25px; }
  .booking-ribbon-inner { grid-template-columns: repeat(4,1fr); }
  .booking-ribbon .button { grid-column: 1 / -1; margin-top: 20px; }
}

@media (max-width: 800px) {
  :root { --shell: min(100% - 32px, 1240px); }
  .top-strip-inner { min-height: 32px; justify-content: center; text-align: center; }
  .top-strip-inner span:last-child { display: none; }
  .header-inner { min-height: 72px; }
  .brand-link img { width: 48px; height: 48px; }
  .brand-name { font-size: .95rem; }
  .header-actions > .button { display: none; }
  .hero { min-height: calc(100svh - 104px); }
  .hero-grid { padding: 92px 0 120px; }
  .hero h1 { font-size: clamp(4rem,19vw,6.2rem); }
  .hero-intro { font-size: .98rem; }
  .hero-note { display: none; }
  .booking-ribbon { margin-top: 0; }
  .booking-ribbon-inner { grid-template-columns: repeat(2,1fr); padding: 22px 16px; }
  .booking-ribbon .field { padding: 14px; border-right: 0; border-bottom: 1px solid var(--line); }
  .booking-ribbon .button { margin-top: 16px; }
  .section { padding: 78px 0; }
  .section-head, .intro-grid, .split, .content-grid, .booking-layout, .page-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .split-reverse > :first-child { order: initial; }
  .feature-grid, .package-grid, .experience-grid, .room-grid, .contact-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 220px; }
  .page-hero-grid { min-height: 0; padding: 76px 0; }
  .page-hero-grid.single-column { min-height: 430px; }
  .page-hero h1 { font-size: clamp(3.8rem,18vw,6rem); }
  .photo-frame { aspect-ratio: 4/3; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; }
  .gallery-card:nth-child(n) { grid-column: auto; padding-top: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-bottom { display: grid; }
  .floating-actions { position: fixed; right: 12px; bottom: 12px; left: 12px; z-index: 30; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 18px 45px rgba(8,21,15,.28); }
  .floating-actions .button { min-height: 52px; }
  body { padding-bottom: 72px; }
}

@media (max-width: 520px) {
  .booking-ribbon-inner, .field-grid, .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .hero-actions, .section-actions { display: grid; }
  .button { width: 100%; }
  .section-title { font-size: 3.25rem; }
}
