:root {
  --ivory: #f6f2ea;
  --paper: #fcfaf5;
  --forest: #17382f;
  --forest-soft: #23473d;
  --ink: #26332f;
  --muted: #66736f;
  --line: rgba(23, 56, 47, 0.18);
  --gold: #b69058;
  --sand: #e5ddd0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; font-size: 15px; line-height: 1.7; }
img { display: block; width: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Italiana", Georgia, serif; font-weight: 400; line-height: 1.02; letter-spacing: -.02em; }
h1 { color: #fff; font-size: clamp(4rem, 8vw, 8.7rem); max-width: 980px; margin-bottom: 22px; }
h2 { color: var(--forest); font-size: clamp(3.1rem, 5.6vw, 6.2rem); margin-bottom: 26px; }
h3 { font-size: 2.55rem; margin-bottom: 12px; }
em { color: var(--gold); font-style: italic; }
.section { padding: 140px max(7vw, 28px); }
.eyebrow { color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .24em; margin-bottom: 25px; text-transform: uppercase; }
.section-copy { color: var(--muted); font-size: 17px; max-width: 700px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 53px; padding: 0 27px; background: var(--gold); border: 1px solid var(--gold); color: #fff; cursor: pointer; font-family: inherit; font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; transition: .3s ease; }
.button:hover { background: #a57e47; border-color: #a57e47; transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 19px; font-size: 9px; }
.text-link { display: inline-flex; align-items: center; gap: 11px; color: var(--forest); font-size: 10px; font-weight: 600; letter-spacing: .18em; margin-top: 18px; text-transform: uppercase; }
.text-link span { color: var(--gold); font-size: 19px; transition: transform .25s; }
.text-link:hover span { transform: translateX(6px); }
.light { color: #fff; }

.site-header { align-items: center; display: flex; height: 78px; justify-content: space-between; left: 0; padding: 0 max(5vw, 24px); position: fixed; top: 0; width: 100%; z-index: 20; transition: .35s; }
.site-header.scrolled { background: rgba(252,250,245,.95); box-shadow: 0 10px 30px rgba(0,0,0,.06); backdrop-filter: blur(14px); }
.brand { align-items: center; display: flex; position: relative; z-index: 22; }
.brand img { height: 72px; object-fit: contain; width: 133px; }
.scrolled .brand img { filter: brightness(0) saturate(100%) invert(19%) sepia(19%) saturate(1096%) hue-rotate(113deg) brightness(89%); }
.nav { align-items: center; display: flex; gap: 27px; }
.nav a:not(.button) { color: #fff; font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.scrolled .nav a:not(.button) { color: var(--forest); }
.nav-whatsapp { opacity: .8; }
.menu-toggle { display: none; }

.hero { align-items: end; background: #071813; display: flex; min-height: 100svh; overflow: hidden; padding: 150px max(7vw,28px) 107px; position: relative; }
.hero-video, .hero-overlay { height: 100%; inset: 0; position: absolute; }
.hero-video { object-fit: cover; width: 100%; }
.hero-overlay { background: linear-gradient(90deg,rgba(3,19,16,.78) 0%,rgba(3,19,16,.34) 55%,rgba(3,19,16,.08)), linear-gradient(0deg,rgba(3,19,16,.48),transparent 45%); }
.hero-content { max-width: 1060px; position: relative; z-index: 2; }
.hero-copy { color: rgba(255,255,255,.87); font-size: 18px; max-width: 630px; }
.hero-actions { align-items: center; display: flex; gap: 30px; margin-top: 34px; }
.hero-mark { bottom: 36px; color: rgba(255,255,255,.75); font-family: "Italiana", Georgia, serif; font-size: 21px; letter-spacing: .03em; margin: 0; position: absolute; right: max(6vw, 28px); z-index: 2; }
.scroll-note { bottom: 37px; color: rgba(255,255,255,.8); font-size: 9px; font-weight: 600; left: max(7vw,28px); letter-spacing: .18em; position: absolute; text-transform: uppercase; z-index: 2; }
.scroll-note span { border-left: 1px solid var(--gold); display: inline-block; height: 32px; margin-right: 13px; vertical-align: middle; }
.video-toggle { align-items: center; background: rgba(7,31,25,.45); border: 1px solid rgba(255,255,255,.4); border-radius: 999px; bottom: 82px; color: #fff; cursor: pointer; display: flex; font: inherit; font-size: 9px; font-weight: 600; gap: 10px; letter-spacing: .16em; padding: 10px 16px 10px 11px; position: absolute; right: max(6vw,28px); text-transform: uppercase; z-index: 3; transition: .25s ease; }
.video-toggle:hover { background: rgba(7,31,25,.72); border-color: rgba(255,255,255,.75); }
.video-toggle-icon { align-items: center; background: var(--gold); border-radius: 50%; display: inline-flex; font-size: 8px; height: 25px; justify-content: center; padding-left: 2px; width: 25px; }
.intro { background: var(--ivory); padding-block: 160px; text-align: center; }
.intro h2 { font-size: clamp(3rem, 5vw, 5.8rem); }
.intro .section-copy { margin: 0 auto 8px; max-width: 820px; }
.section-heading { max-width: 900px; }
.experience { background: var(--paper); }
.experience-grid { display: grid; gap: 15px; grid-template-columns: 1.18fr .82fr; grid-template-rows: repeat(2, 355px); margin-top: 55px; }
.experience-card { overflow: hidden; position: relative; }
.experience-card-large { grid-row: 1 / 3; }
.experience-card img { height: 100%; transition: transform .6s ease; }
.experience-card:hover img { transform: scale(1.04); }
.experience-card:not(.text-card)::after { background: linear-gradient(0deg,rgba(5,24,19,.8),transparent 65%); content: ""; inset: 0; position: absolute; }
.card-copy { bottom: 0; color: #fff; padding: 32px; position: absolute; z-index: 1; }
.card-copy p:last-child { color: rgba(255,255,255,.78); max-width: 470px; }
.card-number { color: var(--gold); font-size: 10px; letter-spacing: .18em; }
.text-card { background: var(--forest); color: #fff; padding: 42px; }
.text-card h3 { font-size: 3rem; }
.text-card p:not(.card-number) { color: rgba(255,255,255,.7); max-width: 470px; }

.weekend { background: var(--forest); display: grid; grid-template-columns: 1.05fr .95fr; }
.weekend-image img { height: 100%; min-height: 720px; }
.weekend-copy { align-self: center; color: rgba(255,255,255,.75); padding: 75px max(7vw,55px); }
.weekend-copy h2 { color: #fff; font-size: clamp(3.2rem,4.5vw,5.4rem); }
.event-flow { border-bottom: 1px solid rgba(255,255,255,.18); border-top: 1px solid rgba(255,255,255,.18); display: flex; flex-wrap: wrap; gap: 18px; justify-content: space-between; margin: 34px 0 12px; padding: 18px 0; }
.event-flow span { color: rgba(255,255,255,.85); font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }

.stay, .dining { align-items: center; display: grid; gap: 7vw; grid-template-columns: .85fr 1.15fr; }
.split-image img { aspect-ratio: 1.25; }
.dining { background: var(--ivory); grid-template-columns: 1.15fr .85fr; }
.dining-images { min-height: 590px; position: relative; }
.dining-image-main { height: 520px; width: 87%; }
.dining-image-small { border: 9px solid var(--ivory); bottom: 0; height: 255px; object-position: center; position: absolute; right: 0; width: 47%; }

.trust { background: var(--forest); color: #fff; }
.trust h2 { color: #fff; }
.trust .section-copy { color: rgba(255,255,255,.7); }
.trust-grid { border-top: 1px solid rgba(255,255,255,.15); display: grid; grid-template-columns: repeat(4,1fr); margin-top: 60px; }
.trust-grid article { border-right: 1px solid rgba(255,255,255,.15); min-height: 220px; padding: 30px 25px; }
.trust-grid article:last-child { border-right: 0; }
.trust-grid p { color: var(--gold); font-size: 10px; letter-spacing: .18em; }
.trust-grid h3 { font-size: 2rem; }
.trust-grid span { color: rgba(255,255,255,.65); display: block; font-size: 14px; }

.gallery { background: var(--paper); display: grid; gap: 12px; grid-template-columns: 1fr 1fr; grid-template-rows: 280px 330px; padding: 12px; }
.gallery-heading { align-self: center; padding: 35px 6vw; }
.gallery-heading h2 { font-size: clamp(3rem,4.5vw,5.4rem); }
.gallery img { height: 100%; }
.gallery img:first-of-type { grid-row: span 2; }

.tour { background: #e4dbce; display: grid; gap: 6vw; grid-template-columns: 1.05fr .95fr; }
.tour-copy p:not(.eyebrow) { color: var(--muted); max-width: 650px; }
.tour-copy .button { margin-top: 24px; }
.tour-list { border-left: 1px solid rgba(23,56,47,.24); padding-left: 45px; }
.tour-list > p { color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.tour-list ol { list-style: none; margin: 0; padding: 0; }
.tour-list li { border-bottom: 1px solid rgba(23,56,47,.16); color: var(--forest); padding: 16px 0; }
.tour-list span { color: var(--gold); font-size: 10px; letter-spacing: .15em; margin-right: 16px; }

.enquire { background: var(--forest); color: #fff; padding: 130px max(7vw,28px); }
.enquire-heading { margin: 0 auto 52px; max-width: 900px; text-align: center; }
.enquire h2 { color: #fff; }
.enquire-heading > p:last-child { color: rgba(255,255,255,.68); font-size: 17px; }
.enquiry-form { display: grid; gap: 17px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 auto; max-width: 940px; }
.enquiry-form label span { clip: rect(0,0,0,0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; width: 1px; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.22); border-radius: 0; color: #fff; font: inherit; outline: none; padding: 17px; transition: border .25s; width: 100%; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--gold); }
.enquiry-form textarea { resize: vertical; }
.enquiry-form option { color: var(--ink); }
::placeholder { color: rgba(255,255,255,.55); }
.full { grid-column: 1 / -1; }
.form-note { color: rgba(255,255,255,.65); font-size: 13px; margin: 2px 0 0; text-align: center; }
.form-note a { color: var(--gold); text-decoration: underline; }

.faq { background: var(--paper); display: grid; gap: 6vw; grid-template-columns: .8fr 1.2fr; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { color: var(--forest); cursor: pointer; display: flex; font-family: "Italiana", Georgia, serif; font-size: 25px; justify-content: space-between; list-style: none; padding: 20px 0; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--gold); font-family: "DM Sans"; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { color: var(--muted); margin: -4px 0 25px; max-width: 800px; }

.footer { background: #0e2822; color: rgba(255,255,255,.7); display: grid; gap: 35px; grid-template-columns: 1.3fr 1fr 1fr; padding: 70px max(7vw,28px) 95px; }
.footer-brand { align-items: flex-start; display: inline-flex; }
.footer-brand img { filter: none; height: 132px; width: 195px; }
.footer p { font-size: 13px; margin-top: 20px; }
.footer-links { display: flex; flex-direction: column; gap: 6px; }
.footer a { font-size: 12px; }
.footer-contact { display: flex; flex-direction: column; gap: 5px; }
.footer-contact p { margin-bottom: 5px; }
.footer-contact a { color: var(--gold); }
.mobile-actions { display: none; }

@media (max-width: 900px) {
  h1 { font-size: clamp(4rem, 14vw, 6.5rem); }
  h2 { font-size: clamp(3.1rem, 10vw, 5rem); }
  .section { padding: 90px 24px; }
  .menu-toggle { background: transparent; border: 0; display: flex; flex-direction: column; gap: 7px; padding: 10px 0 10px 10px; position: relative; z-index: 22; }
  .menu-toggle span { background: #fff; display: block; height: 1px; transition: .25s; width: 26px; }
  .scrolled .menu-toggle span, .menu-open .menu-toggle span { background: var(--forest); }
  .menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .nav { align-items: flex-start; background: var(--paper); flex-direction: column; gap: 22px; inset: 0; padding: 120px 28px 30px; position: fixed; transform: translateX(100%); transition: transform .35s ease; }
  .menu-open .nav { transform: translateX(0); }
  .nav a:not(.button) { color: var(--forest); font-family: "Italiana"; font-size: 31px; font-weight: 400; letter-spacing: 0; text-transform: none; }
  .nav .button { margin-top: 10px; }
  .hero { align-items: flex-start; min-height: 100svh; padding: 124px 24px 164px; }
  .hero-content { padding-top: 17px; }
  .hero-copy { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 7px; margin-top: 26px; }
  .hero-mark { bottom: 64px; font-size: 15px; left: 24px; right: auto; }
  .video-toggle { bottom: 100px; left: 24px; right: auto; }
  .scroll-note { display: none; }
  .intro { padding-block: 105px; text-align: left; }
  .experience-grid { display: block; margin-top: 35px; }
  .experience-card { height: 430px; margin-top: 13px; }
  .experience-card.text-card { height: auto; min-height: 325px; }
  .card-copy, .text-card { padding: 25px; }
  .weekend, .stay, .dining, .faq, .tour { display: block; }
  .weekend-image img { min-height: 430px; }
  .weekend-copy { padding: 70px 24px 80px; }
  .stay .split-image { margin-top: 40px; }
  .dining-images { margin-bottom: 55px; min-height: 370px; }
  .dining-image-main { height: 335px; width: 91%; }
  .dining-image-small { border-width: 6px; height: 160px; width: 53%; }
  .trust-grid { display: block; margin-top: 40px; }
  .trust-grid article { border-bottom: 1px solid rgba(255,255,255,.15); border-right: 0; min-height: auto; padding: 25px 0; }
  .gallery { display: block; padding: 8px; }
  .gallery-heading { padding: 70px 17px 45px; }
  .gallery img { height: 310px; margin-top: 8px; }
  .tour-list { border-left: 0; border-top: 1px solid rgba(23,56,47,.24); margin-top: 50px; padding-left: 0; padding-top: 25px; }
  .enquire { padding: 90px 24px; }
  .enquiry-form { display: block; }
  .enquiry-form label { display: block; margin-top: 13px; }
  .enquiry-form .button { margin-top: 18px; width: 100%; }
  .faq-list { margin-top: 35px; }
  .footer { display: block; padding-bottom: 100px; }
  .footer-links, .footer-contact { margin-top: 33px; }
  .mobile-actions { background: rgba(252,250,245,.98); bottom: 0; display: grid; grid-template-columns: repeat(3,1fr); left: 0; position: fixed; width: 100%; z-index: 25; }
  .mobile-actions a { border-right: 1px solid var(--line); color: var(--forest); font-size: 9px; font-weight: 600; letter-spacing: .12em; padding: 15px 8px; text-align: center; text-transform: uppercase; }
  .mobile-actions a:last-child { background: var(--gold); color: #fff; }
}

@media (max-width: 480px) {
  h1 { font-size: clamp(3.75rem, 16vw, 5rem); }
  .hero { padding-inline: 20px; padding-top: 108px; }
  .hero-content { padding-top: 8px; }
  .hero-copy { font-size: 14px; line-height: 1.65; }
  .hero-actions { margin-top: 20px; }
  .hero-mark, .video-toggle { left: 20px; }
  .hero-mark { font-size: 14px; }
  .mobile-actions a { font-size: 8px; padding-inline: 4px; }
}
