:root {
  --ink: #14251f;
  --muted: #617069;
  --cream: #f5f1e9;
  --paper: #fffdf8;
  --green: #163f32;
  --line: #d9ddd7;
  --gold: #c9a967;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.7 "DM Sans", sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, textarea { font: inherit; }
img { max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 20; top: -60px; left: 20px; padding: 10px 16px; background: white; transition: top .2s; }
.skip-link:focus { top: 10px; }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; height: 92px; padding: 0 clamp(22px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; color: white; border-bottom: 1px solid rgba(255,255,255,.25); }
.brand { display: inline-flex; gap: 12px; align-items: center; color: inherit; font-weight: 600; letter-spacing: -.03em; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 38px; aspect-ratio: 1; color: var(--ink); background: var(--cream); border-radius: 50%; font: 600 11px/1 "DM Sans", sans-serif; letter-spacing: .08em; }
.site-nav { display: flex; gap: 30px; align-items: center; }
.site-nav a { font-size: 13px; font-weight: 500; text-decoration: none; }
.site-nav a:not(.nav-cta) { opacity: .82; }
.site-nav a:hover { opacity: 1; }
.nav-cta { padding: 11px 18px; color: var(--ink); background: white; border-radius: 3px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; background: transparent; border: 0; }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 6px 0; background: currentColor; transition: transform .2s; }

h1, h2, h3 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-weight: 500; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 820px; font-size: clamp(3.1rem, 7vw, 7.3rem); }
h2 { font-size: clamp(2.4rem, 4.8vw, 5rem); }
h3 { font-size: 1.55rem; }
p { margin: 0 0 1rem; }
.eyebrow { margin: 0 0 18px; color: #476559; font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #e2e9e5; }
.button { display: inline-flex; justify-content: center; gap: 16px; align-items: center; min-height: 52px; padding: 0 25px; border: 1px solid transparent; border-radius: 2px; font-size: 13px; font-weight: 600; text-decoration: none; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--ink); background: white; }
.button-light:hover { background: var(--cream); }
.button-dark { color: white; background: var(--green); }
.text-link { display: inline-flex; gap: 12px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 600; text-decoration: none; }
.light-link { color: white; }

.hero { position: relative; min-height: min(920px, 100svh); padding: 170px clamp(22px, 8vw, 130px) 100px; display: flex; align-items: center; color: white; background: linear-gradient(90deg, rgba(5,24,18,.7), rgba(5,24,18,.14)), url("assets/saint-lucia-hero.jpg") center/cover; }
.hero-content > p:not(.eyebrow) { max-width: 540px; margin: 24px 0 34px; font-size: clamp(1rem, 1.6vw, 1.25rem); color: rgba(255,255,255,.86); }
.hero-actions { display: flex; gap: 27px; align-items: center; }
.scroll-cue { position: absolute; right: clamp(22px, 5vw, 76px); bottom: 42px; display: flex; gap: 13px; color: white; font-size: 11px; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; }

.section { padding: clamp(80px, 10vw, 150px) clamp(22px, 8vw, 130px); }
.section-heading { max-width: 660px; }
.section-heading.centered { margin: 0 auto 70px; text-align: center; }
.section-heading p:last-child { max-width: 550px; margin: 22px auto 0; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.step { position: relative; padding: 38px 40px 5px 0; }
.step:not(:last-child) { margin-right: 38px; border-right: 1px solid var(--line); }
.step span { display: inline-block; margin-bottom: 55px; color: #77857f; font-size: 11px; letter-spacing: .15em; }
.step p { max-width: 320px; margin-top: 14px; color: var(--muted); font-size: 14px; }

.services { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 12vw, 180px); color: white; background: var(--green); }
.services .eyebrow { color: #b8c9c1; }
.services-intro p:not(.eyebrow) { max-width: 400px; margin: 24px 0 33px; color: #c4d0cb; }
.accordion { border-top: 1px solid rgba(255,255,255,.25); }
.service-item { border-bottom: 1px solid rgba(255,255,255,.25); }
.service-item button { width: 100%; padding: 30px 0; display: flex; justify-content: space-between; align-items: center; color: white; background: none; border: 0; text-align: left; cursor: pointer; }
.service-item button span { display: flex; gap: 22px; align-items: center; font: 500 clamp(1.35rem, 2.5vw, 2.25rem)/1.2 "Playfair Display", serif; }
.service-item button small { color: #a8bbb2; font: 500 10px/1 "DM Sans", sans-serif; letter-spacing: .12em; }
.service-item button i { position: relative; width: 17px; height: 17px; }
.service-item button i::before, .service-item button i::after { content: ""; position: absolute; top: 8px; left: 0; width: 17px; height: 1px; background: white; transition: transform .25s; }
.service-item button i::after { transform: rotate(90deg); }
.service-item.open button i::after { transform: rotate(0); }
.service-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.service-item.open .service-content { grid-template-rows: 1fr; }
.service-content ul { min-height: 0; overflow: hidden; margin: 0; padding: 0; list-style: none; }
.service-content li { margin: 0 0 12px 34px; color: #c4d0cb; font-size: 14px; }
.service-content li:last-child { margin-bottom: 30px; }
.service-content li::before { content: "—"; margin-right: 12px; color: var(--gold); }

.about { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; background: var(--cream); }
.about-image { min-height: 530px; background: url("assets/about-concierge.jpg") center/cover; }
.about-copy { padding: clamp(70px, 10vw, 150px) clamp(30px, 9vw, 130px); align-self: center; }
.about-copy .lead { margin-top: 26px; color: var(--ink); font-size: 1.1rem; }
.about-copy p:not(.eyebrow, .lead) { color: var(--muted); }
.about-copy .button { margin-top: 20px; }

.request { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 10vw, 150px); color: white; background: #0d2920; }
.request-intro > p:not(.eyebrow) { max-width: 440px; margin-top: 24px; color: #c3d0ca; }
.response-note { margin-top: 50px; padding-top: 25px; display: flex; gap: 17px; border-top: 1px solid rgba(255,255,255,.2); }
.response-note span { color: var(--gold); }
.response-note p { color: #b8c6bf; font-size: 13px; }
.response-note strong { color: white; }
.request-form { padding: clamp(28px, 4vw, 54px); color: var(--ink); background: var(--paper); border-radius: 3px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
label { display: grid; gap: 8px; margin-bottom: 20px; font-size: 11px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
label span { color: #b04f3b; }
input, textarea { width: 100%; padding: 12px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #bdc5c0; border-radius: 0; outline: none; resize: vertical; }
input:focus, textarea:focus { border-color: var(--green); }
textarea { min-height: 110px; }
.request-form .button { margin-top: 8px; color: white; background: var(--green); border: 0; }
.form-note { display: inline; margin-left: 16px; color: #78847e; font-size: 10px; }

.contact { padding-top: 90px; padding-bottom: 90px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.contact h2 { max-width: 550px; }
.contact > div:last-child { max-width: 580px; color: var(--muted); }
.contact .text-link { margin-top: 12px; color: var(--ink); }
footer { padding: 45px clamp(22px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto auto auto; gap: 35px; align-items: center; color: #c4d0cb; background: #071b15; font-size: 12px; }
footer p { margin: 0; }
footer a { text-decoration: none; }
.footer-brand { color: white; }
.copyright { opacity: .65; }

@media (max-width: 900px) {
  .site-header { height: 76px; }
  .menu-toggle { z-index: 2; display: block; color: white; }
  .menu-open .menu-toggle span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; padding: 110px 25px 40px; display: flex; flex-direction: column; align-items: stretch; gap: 0; color: white; background: var(--green); transform: translateX(100%); transition: transform .3s; }
  .menu-open .site-nav { transform: translateX(0); }
  .site-nav a { padding: 18px 0; font-size: 18px; border-bottom: 1px solid rgba(255,255,255,.18); }
  .site-nav .nav-cta { margin-top: 25px; padding: 15px 20px; color: var(--ink); text-align: center; border: 0; }
  .steps, .services, .about, .request, .contact { grid-template-columns: 1fr; }
  .step:not(:last-child) { margin-right: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .step span { margin-bottom: 25px; }
  .about-image { min-height: 500px; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .brand-mark { width: 34px; }
  h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .hero { min-height: 780px; padding-top: 130px; background-position: 62% center; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .scroll-cue { display: none; }
  .section-heading.centered { margin-bottom: 40px; text-align: left; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-note { display: block; margin: 15px 0 0; }
  .about-image { min-height: 380px; }
  .service-item button span { gap: 13px; }
  footer { grid-template-columns: 1fr; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
