:root {
  --cream: #f4efe5;
  --paper: #fbf8f1;
  --ink: #1d2924;
  --green: #19352d;
  --sage: #a9b5a1;
  --gold: #b9935a;
  --brown: #6f513c;
  --line: rgba(29, 41, 36, .16);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
img { display: block; width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only, .skip-link { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { z-index: 1000; width: auto; height: auto; clip: auto; top: 1rem; left: 1rem; padding: .7rem 1rem; color: white; background: var(--green); }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 92px; padding: 0 clamp(24px, 5vw, 80px); display: flex; align-items: center; justify-content: space-between; color: white; transition: .35s ease; }
.site-header.scrolled { height: 74px; color: var(--ink); background: rgba(251,248,241,.95); box-shadow: 0 8px 35px rgba(26,45,37,.08); backdrop-filter: blur(12px); }
.brand { display: inline-flex; gap: 11px; align-items: center; text-decoration: none; }
.brand-mark { width: 41px; height: 41px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: italic 600 24px/1 var(--serif); }
.brand-name { font: 600 21px/1 var(--serif); letter-spacing: -.3px; }
.brand-name small { display: block; margin-top: 3px; font: 500 8px/1 var(--sans); letter-spacing: 2.1px; text-transform: uppercase; }
nav { display: flex; gap: 34px; align-items: center; }
nav > a:not(.button) { position: relative; color: inherit; font-size: 13px; text-decoration: none; }
nav > a:not(.button)::after { position: absolute; content: ""; left: 0; right: 100%; bottom: -4px; border-bottom: 1px solid; transition: .25s; }
nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; }

.button { min-height: 54px; padding: 0 22px; display: inline-flex; gap: 28px; align-items: center; justify-content: space-between; color: white; background: var(--green); border: 1px solid var(--green); font-size: 12px; font-weight: 600; letter-spacing: .8px; text-decoration: none; text-transform: uppercase; transition: .25s; }
.button:hover { color: var(--green); background: transparent; }
.button-small { min-height: 43px; padding: 0 17px; gap: 12px; color: var(--ink); border-color: white; background: white; }
.scrolled .button-small { color: white; border-color: var(--green); background: var(--green); }
.button-light { color: var(--green); border-color: var(--paper); background: var(--paper); }
.button-light:hover { color: white; }
.section { padding: 120px clamp(24px, 7vw, 112px); }
.eyebrow { margin: 0 0 22px; color: var(--brown); font-size: 10px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; }
.eyebrow.light { color: #d6c2a2; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -2px; line-height: 1.06; }
h1 em, h2 em { font-weight: 500; }
h2 { margin-bottom: 28px; font-size: clamp(44px, 5vw, 72px); }
.lead { font: 500 clamp(19px, 2vw, 25px)/1.55 var(--serif); }

.hero { position: relative; min-height: 800px; height: 100svh; overflow: hidden; color: white; background: #594939; }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,28,23,.78) 0%, rgba(13,28,23,.48) 37%, rgba(13,28,23,.06) 68%), linear-gradient(0deg, rgba(10,20,16,.35), transparent 40%); }
.hero-copy { position: absolute; z-index: 2; top: 50%; left: clamp(24px, 7vw, 112px); width: min(660px, 82vw); transform: translateY(-43%); }
.hero-copy .eyebrow { color: #e2d4bd; }
h1 { margin-bottom: 30px; font-size: clamp(62px, 7.4vw, 112px); }
.hero-intro { max-width: 540px; font-size: clamp(17px, 1.45vw, 21px); color: rgba(255,255,255,.84); }
.hero-actions { display: flex; gap: 32px; align-items: center; margin-top: 38px; }
.hero .button { color: var(--green); border-color: var(--paper); background: var(--paper); }
.hero .button:hover { color: white; background: transparent; }
.text-link { padding: 14px 0; font-size: 12px; font-weight: 600; letter-spacing: .7px; text-decoration: none; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,.55); }
.text-link span { margin-left: 14px; }
.hero-note { position: absolute; z-index: 2; right: clamp(24px, 5vw, 80px); bottom: 42px; display: flex; gap: 20px; align-items: flex-start; font: italic 500 15px/1.55 var(--serif); color: rgba(255,255,255,.85); }
.hero-note .line { width: 42px; margin-top: 11px; border-top: 1px solid var(--gold); }

.welcome { display: grid; grid-template-columns: .55fr 1.1fr .85fr; gap: clamp(32px, 6vw, 92px); align-items: center; background: var(--paper); }
.section-label { align-self: start; padding-top: 10px; font-size: 10px; font-weight: 600; letter-spacing: 2.2px; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.section-label span { color: var(--gold); }
.welcome-copy { max-width: 590px; }
.welcome-copy > p:not(.eyebrow):not(.lead) { max-width: 530px; color: #5c665f; }
.signature { margin-top: 40px; font: italic 500 30px/1 var(--serif); color: var(--brown); }
.signature span { margin-left: 8px; font: 500 9px/1 var(--sans); letter-spacing: 1.5px; text-transform: uppercase; }
.photo-frame { position: relative; margin: 0 auto; max-width: 430px; padding: 18px; border: 1px solid #c9b89d; }
.photo-frame img { aspect-ratio: .76; object-fit: cover; object-position: 74% center; filter: sepia(.08); }
.photo-caption { position: absolute; right: -28px; bottom: 34px; padding: 17px 22px; color: white; background: var(--green); font: italic 500 17px/1.6 var(--serif); }

.services { color: #f5f1e9; background: var(--green); }
.section-heading { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 70px; }
.section-heading h2 { margin: 0; }
.section-heading > p { width: 360px; margin-bottom: 8px; color: #b7c0ba; }
.service-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); }
.service-card { min-height: 570px; padding: 38px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); transition: .35s; }
.service-card:hover { background: rgba(255,255,255,.055); transform: translateY(-4px); }
.service-card.featured { color: var(--ink); background: #d6cfbd; }
.service-number { margin-bottom: 46px; color: #a9b4ae; font-size: 10px; letter-spacing: 2px; }
.featured .service-number { color: var(--brown); }
.service-icon { height: 62px; font: 400 48px/1 var(--serif); color: var(--gold); }
.service-card h3 { margin: 20px 0 14px; font: 500 34px/1.1 var(--serif); }
.service-card p { min-height: 78px; color: #b9c1bc; font-size: 14px; }
.featured p { color: #58625c; }
.service-card ul { margin: 10px 0 36px; padding: 0; list-style: none; font-size: 13px; color: #d7ddd9; }
.featured ul { color: #3d4943; }
.service-card li { padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.featured li { border-color: rgba(29,41,36,.12); }
.card-link { margin-top: auto; padding-top: 18px; display: flex; justify-content: space-between; color: inherit; border-top: 1px solid currentColor; font-size: 10px; font-weight: 600; letter-spacing: 1.4px; text-decoration: none; text-transform: uppercase; }
.service-note { margin: 38px 0 0; color: #aeb9b2; text-align: center; font: italic 500 17px/1.4 var(--serif); }
.service-note a { color: white; }

.why { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px, 9vw, 140px); align-items: center; background: var(--cream); }
.why-image { position: relative; }
.why-image img { min-height: 700px; object-fit: cover; object-position: 73% center; }
.image-badge { position: absolute; right: -48px; bottom: 70px; width: 130px; height: 130px; display: flex; gap: 7px; align-items: center; justify-content: center; color: white; background: var(--brown); border-radius: 50%; }
.image-badge strong { font: 500 30px/1 var(--serif); }
.image-badge span { font-size: 9px; line-height: 1.3; letter-spacing: 1px; text-transform: uppercase; }
.why-copy { max-width: 590px; }
.why-copy .lead { margin-bottom: 42px; color: #4d5c55; }
.benefit { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 27px 0; border-top: 1px solid var(--line); }
.benefit > span { color: var(--gold); font-size: 10px; letter-spacing: 2px; }
.benefit h3 { margin-bottom: 8px; font: 500 22px/1.2 var(--serif); }
.benefit p { margin-bottom: 0; color: #637068; font-size: 14px; }

.how { background: var(--paper); }
.dark-text { color: var(--ink); }
.steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.steps li { min-height: 330px; padding: 31px; position: relative; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step-number { position: absolute; top: 25px; right: 25px; color: var(--gold); font-size: 9px; letter-spacing: 2px; }
.step-symbol { margin: 35px 0 55px; font: 500 40px/1 var(--serif); color: var(--brown); }
.steps h3 { margin-bottom: 12px; font: 500 23px/1.2 var(--serif); }
.steps p { color: #657068; font-size: 13px; }

.booking { position: relative; display: grid; grid-template-columns: .83fr 1.17fr; gap: clamp(50px, 7vw, 110px); align-items: center; overflow: hidden; color: white; background: #6d513d; }
.booking::before { position: absolute; content: "W"; left: -30px; bottom: -180px; font: italic 500 520px/1 var(--serif); color: rgba(255,255,255,.035); }
.booking-copy { position: relative; }
.booking-copy p:not(.eyebrow):not(.booking-help) { max-width: 530px; color: rgba(255,255,255,.72); }
.booking-copy .button { margin-top: 22px; }
.booking-help { margin-top: 22px; font: italic 500 15px/1.4 var(--serif); color: rgba(255,255,255,.68); }
.booking-help a { color: white; }
.booking-panel { position: relative; min-height: 560px; display: grid; place-items: center; }
.booking-panel iframe { width: 100%; height: 650px; border: 0; background: white; }
.calendar-mockup { width: min(100%, 550px); padding: 35px; color: var(--ink); background: var(--paper); box-shadow: 0 32px 80px rgba(30,18,11,.2); }
.calendar-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 28px; border-bottom: 1px solid var(--line); font: 500 25px/1 var(--serif); }
.calendar-logo { width: 36px; height: 36px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 50%; font: italic 500 18px/1 var(--serif); }
.calendar-mockup > p { margin: 28px 0 12px; color: #68736c; font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; }
.calendar-mockup button { width: 100%; padding: 17px 0; display: flex; justify-content: space-between; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--line); font: 500 17px/1.2 var(--serif); cursor: pointer; }
.calendar-mockup button:hover { color: var(--brown); }
.calendar-mockup small { font: 600 9px/1.8 var(--sans); letter-spacing: 1px; text-transform: uppercase; }
.calendar-footer { margin-top: 26px; color: #8d948f; font-size: 9px; text-align: right; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 150px); background: var(--cream); }
.contact-intro { max-width: 650px; }
.contact-intro h2 { font-size: clamp(42px, 4.5vw, 68px); }
.contact-intro > p:last-child { max-width: 500px; color: #68736c; }
.contact-details { align-self: center; }
.contact-item { padding: 20px 0; display: grid; grid-template-columns: 110px 1fr 20px; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-item > span { color: var(--brown); font-size: 9px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; }
.contact-item strong { font: 500 20px/1.3 var(--serif); }
.contact-item b { color: var(--gold); font-weight: 400; }
.socials { display: flex; gap: 22px; margin-top: 32px; }
.socials a { font-size: 11px; font-weight: 600; letter-spacing: 1.3px; text-transform: uppercase; }

footer { padding: 60px clamp(24px, 7vw, 112px); display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 35px; align-items: end; color: #c5cec8; background: #10251f; font-size: 11px; }
.footer-brand { color: white; }
footer p { margin: 0; line-height: 1.7; }
.legal-links { display: flex; gap: 25px; justify-content: center; }
.copyright { text-align: right; }
.floating-book { position: fixed; z-index: 45; right: 22px; bottom: 22px; width: 94px; height: 94px; display: none; flex-direction: column; align-items: center; justify-content: center; color: white; background: var(--brown); border-radius: 50%; box-shadow: 0 10px 35px rgba(29,41,36,.25); font-size: 10px; font-weight: 600; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; }
.floating-book b { margin-top: 3px; font-size: 16px; font-weight: 400; }

.service-card, .benefit, .welcome-copy, .about-visual { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media (max-width: 1020px) {
  nav { gap: 20px; }
  .welcome { grid-template-columns: 30px 1fr 1fr; gap: 35px; }
  .service-list { grid-template-columns: repeat(2, 1fr); }
  .why { gap: 65px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .booking { grid-template-columns: 1fr; }
  .booking-copy { max-width: 690px; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; padding: 0 20px; }
  .site-header.scrolled { height: 65px; }
  .brand-mark { width: 35px; height: 35px; font-size: 20px; }
  .brand-name { font-size: 18px; }
  .menu-toggle { width: 40px; height: 40px; padding: 10px; display: flex; flex-direction: column; justify-content: center; gap: 5px; color: inherit; background: transparent; border: 0; }
  .menu-toggle span:not(.sr-only) { width: 20px; border-top: 1px solid currentColor; }
  nav { position: absolute; top: 100%; left: 0; right: 0; padding: 24px; display: none; flex-direction: column; align-items: stretch; gap: 0; color: var(--ink); background: var(--paper); box-shadow: 0 18px 32px rgba(26,45,37,.12); }
  nav.open { display: flex; }
  nav > a { padding: 13px 0; }
  nav .button { margin-top: 10px; }
  .section { padding: 82px 22px; }
  .hero { min-height: 720px; }
  .hero-image { object-position: 63% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(13,28,23,.83), rgba(13,28,23,.25)), linear-gradient(0deg, rgba(10,20,16,.4), transparent 50%); }
  .hero-copy { left: 22px; width: calc(100% - 44px); transform: translateY(-48%); }
  h1 { font-size: clamp(54px, 16vw, 76px); }
  .hero-intro { max-width: 94%; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hero-note { display: none; }
  .welcome { grid-template-columns: 1fr; }
  .section-label { display: none; }
  .about-visual { padding-right: 20px; }
  .photo-caption { right: -12px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 14px; margin-bottom: 45px; }
  .section-heading > p { width: auto; }
  .service-list { grid-template-columns: 1fr; }
  .service-card { min-height: 510px; padding: 30px; }
  .why { grid-template-columns: 1fr; }
  .why-image img { min-height: 530px; }
  .image-badge { right: 14px; bottom: -35px; width: 115px; height: 115px; }
  .why-copy { margin-top: 20px; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 280px; }
  .booking-panel { min-height: auto; }
  .calendar-mockup { padding: 24px; }
  .contact { grid-template-columns: 1fr; }
  .contact-item { grid-template-columns: 82px 1fr 16px; gap: 12px; }
  .contact-item strong { font-size: 17px; overflow-wrap: anywhere; }
  footer { padding-bottom: 130px; grid-template-columns: 1fr; text-align: left; }
  .legal-links { justify-content: flex-start; }
  .copyright { text-align: left; }
  .floating-book { display: flex; }
}
