:root {
  --ink: #17373a;
  --deep: #073d43;
  --teal: #0b5960;
  --sun: #f4bd62;
  --clay: #c85d3a;
  --cream: #fff9ed;
  --paper: #f7f0df;
  --line: rgba(23, 55, 58, 0.18);
  --white: #ffffff;
  font-family: "Figtree", sans-serif;
  color: var(--ink);
  background: var(--cream);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: var(--cream); color: var(--ink); }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.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; }

.site-header {
  position: absolute; z-index: 10; inset: 0 0 auto; height: 100px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(22px, 5vw, 76px); color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.25);
}
.brand { display: inline-flex; gap: 12px; align-items: center; color: inherit; text-decoration: none; font-weight: 700; letter-spacing: .01em; }
.brand-logo { width: 66px; height: 66px; object-fit: cover; border-radius: 50%; box-shadow: 0 0 0 1px rgba(244,189,98,.52); }
.footer-logo { width: 82px; height: 82px; }
nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); }
nav a { color: var(--white); text-decoration: none; font-size: .96rem; font-weight: 600; }
nav a:not(.nav-cta):hover { color: var(--sun); }
.nav-cta { padding: 12px 18px; border: 1px solid rgba(255,255,255,.72); border-radius: 999px; }
.nav-cta:hover { background: var(--white); color: var(--deep); }
.menu-button { display: none; background: transparent; border: 0; padding: 8px; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: white; }

.hero { position: relative; min-height: 760px; height: 94vh; max-height: 980px; display: grid; align-items: center; overflow: hidden; color: white; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero > img { object-position: center 48%; transform: scale(1.01); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,36,41,.88) 0%, rgba(3,36,41,.62) 42%, rgba(3,36,41,.12) 78%), linear-gradient(0deg, rgba(3,25,28,.42), transparent 48%); }
.hero-content { position: relative; z-index: 1; width: min(880px, 86%); margin-left: clamp(24px, 8vw, 130px); padding-top: 54px; }
.eyebrow { margin: 0 0 24px; color: var(--sun); text-transform: uppercase; letter-spacing: .18em; font-size: .85rem; font-weight: 700; }
h1, h2, h3 { font-family: "Prata", serif; font-weight: 400; margin-top: 0; }
h1 { margin-bottom: 28px; font-size: clamp(3.1rem, 5.4vw, 5.65rem); line-height: 1; letter-spacing: -.035em; }
h1 span { display: block; white-space: nowrap; }
.hero .eyebrow { font-family: "Figtree", sans-serif; font-weight: 700; letter-spacing: .18em; }
.hero-copy { max-width: 680px; font-family: "Figtree", sans-serif; font-size: clamp(1.08rem, 1.4vw, 1.24rem); font-weight: 500; line-height: 1.72; letter-spacing: .005em; color: rgba(255,255,255,.91); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; border-radius: 999px; text-decoration: none; font-weight: 700; font-size: 1rem; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--sun); color: #17373a; }
.button-primary:hover { background: #ffd07c; }
.button-ghost { border: 1px solid rgba(255,255,255,.7); color: white; }
.button-ghost:hover { background: white; color: var(--deep); }
.scroll-cue { position: absolute; z-index: 1; right: clamp(24px, 5vw, 76px); bottom: 34px; display: flex; gap: 14px; align-items: center; color: white; text-decoration: none; text-transform: uppercase; letter-spacing: .14em; font-size: .8rem; font-weight: 700; }
.scroll-cue span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; }

.section { padding: clamp(82px, 10vw, 150px) clamp(24px, 8vw, 130px); }
.section-kicker { display: flex; align-items: center; gap: 14px; margin-bottom: 46px; color: var(--clay); text-transform: uppercase; letter-spacing: .15em; font-size: .82rem; font-weight: 700; }
.section-kicker span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid currentColor; border-radius: 50%; }
.section-kicker.light { color: var(--sun); }
.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(48px, 8vw, 120px); align-items: center; }
.intro h2, .booking-heading h2, .closing h2 { font-size: clamp(2.5rem, 4.6vw, 4.7rem); line-height: 1.07; letter-spacing: -.035em; }
.script-note { margin: 0 0 12px; color: var(--clay); font-family: "Figtree", sans-serif; font-style: italic; font-weight: 500; font-size: 1.28rem; }
.intro-story h2 { max-width: 850px; margin-bottom: 36px; font-family: "Prata", serif; font-weight: 400; font-size: clamp(2.35rem, 4.2vw, 4.4rem); line-height: 1.06; letter-spacing: -.04em; }
.advisor-portrait { position: relative; isolation: isolate; margin: 0; padding: 0 26px 26px 0; }
.advisor-portrait::before { content: ""; position: absolute; z-index: -1; inset: 34px 0 0 34px; background: var(--sun); box-shadow: 0 24px 50px rgba(23,55,58,.16); }
.portrait-frame { position: relative; overflow: hidden; aspect-ratio: .82; border: 8px solid white; background: linear-gradient(145deg, #dce7e3, #a9c1ba); box-shadow: 0 28px 55px rgba(23,55,58,.24), 0 5px 12px rgba(23,55,58,.12); }
.portrait-frame::before { content: ""; position: absolute; inset: 12px; z-index: 1; border: 1px solid rgba(255,255,255,.82); pointer-events: none; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 4%; display: block; transform: rotate(-7deg) scale(1.2); transform-origin: center 42%; }
.advisor-portrait figcaption { position: relative; margin-top: 18px; padding-left: 8px; color: #587274; text-transform: uppercase; letter-spacing: .11em; font-size: .78rem; font-weight: 700; line-height: 1.6; }
.intro-copy { max-width: 760px; }
.intro-copy > p { font-size: 1.08rem; line-height: 1.8; color: #39595b; }
.signature { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); font-family: "Prata", serif; font-size: 1.35rem; }
.signature span { display: block; margin-top: 6px; font-family: "Figtree", sans-serif; color: #687f80; font-size: .84rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }

.credentials { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(46px, 8vw, 130px); padding: 58px clamp(24px, 8vw, 130px); color: white; background-color: #51463c; background-image: linear-gradient(90deg, rgba(81,70,60,.98) 0%, rgba(81,70,60,.93) 54%, rgba(81,70,60,.82) 100%), url("local-food.jpg"); background-size: cover; background-position: center; }
.credential-intro .eyebrow { margin-bottom: 14px; }
.credential-intro h2 { max-width: 570px; margin-bottom: 0; font-family: "Prata", serif; font-weight: 400; font-size: clamp(1.85rem, 3vw, 3rem); line-height: 1.14; }
.credential-list { display: grid; border-top: 1px solid rgba(255,255,255,.2); }
.credential-item { display: grid; grid-template-columns: 54px 1fr; gap: 22px; align-items: center; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.credential-mark { display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid rgba(244,189,98,.7); border-radius: 50%; color: var(--sun); font-family: "Figtree", sans-serif; font-size: 1.2rem; }
.credential-item p { margin: 0 0 5px; color: var(--sun); text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 700; }
.credential-item h3 { margin: 0 0 5px; font-family: "Prata", serif; font-weight: 400; font-size: 1.42rem; }
.credential-item div > span { color: rgba(255,255,255,.72); font-size: .92rem; line-height: 1.5; }

.planning { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 8vw, 140px); color: white; background-color: #293634; background-image: linear-gradient(90deg, rgba(41,54,52,.97) 0%, rgba(41,54,52,.92) 52%, rgba(41,54,52,.84) 100%), url("wellness-resort.jpg"); background-size: cover; background-position: center; }
.planning h2 { max-width: 620px; margin-bottom: 26px; font-size: clamp(2.65rem, 4.8vw, 5rem); line-height: 1.03; }
.planning-heading > p { max-width: 560px; color: rgba(255,255,255,.74); font-size: 1.08rem; line-height: 1.75; }
.button-sun { margin-top: 22px; color: var(--deep); background: var(--sun); }
.button-sun:hover { background: white; }
.planning-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.planning-action { display: flex; flex-direction: column; min-height: 320px; padding: 32px; border: 1px solid rgba(255,255,255,.24); color: white; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.planning-action:hover { transform: translateY(-3px); background: rgba(255,255,255,.08); }
.planning-action > span { color: var(--sun); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 700; }
.planning-action h3 { margin: auto 0 12px; font-size: 1.8rem; }
.planning-action p { margin: 0 0 24px; color: rgba(255,255,255,.7); line-height: 1.6; }
.planning-action strong { color: var(--sun); font-size: .9rem; }
.service-options { grid-column: 1 / -1; margin-top: 8px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,.22); }
.service-options-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(28px, 6vw, 90px); align-items: end; margin-bottom: 30px; }
.service-options-heading > p { margin: 0; color: var(--sun); text-transform: uppercase; letter-spacing: .15em; font-size: .8rem; font-weight: 700; }
.service-options-heading h3 { max-width: 820px; margin: 0; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.15; }
.service-options-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.service-options-grid article { min-width: 0; padding: 28px clamp(20px, 2.6vw, 38px) 30px 0; }
.service-options-grid article + article { padding-left: clamp(20px, 2.6vw, 38px); border-left: 1px solid rgba(255,255,255,.2); }
.service-options-grid article > span { display: block; margin-bottom: 38px; color: var(--sun); font-size: .84rem; font-weight: 700; }
.service-options-grid h4 { margin: 0 0 12px; color: white; font-family: "Prata", serif; font-size: 1.4rem; font-weight: 400; }
.service-options-grid p { margin: 0; color: rgba(255,255,255,.7); font-size: .98rem; line-height: 1.65; }
.service-options-note { margin: 22px 0 0; color: rgba(255,255,255,.68); font-size: .92rem; }

.inquiry { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(54px, 8vw, 130px); align-items: start; color: white; background-color: #2e354f; background-image: linear-gradient(120deg, rgba(41,47,74,.96), rgba(52,56,82,.9)), url("ocean-waves.jpg"); background-size: auto, cover; background-position: center; background-blend-mode: normal, soft-light; }
.inquiry-heading { position: sticky; top: 36px; padding-top: 4px; }
.inquiry-heading .eyebrow { margin-bottom: 18px; }
.inquiry-heading h2 { max-width: 590px; margin-bottom: 24px; font-family: "Prata", serif; font-weight: 400; font-size: clamp(2.5rem, 4.2vw, 4.5rem); line-height: 1.06; letter-spacing: -.04em; }
.inquiry-heading > p { max-width: 510px; color: rgba(255,255,255,.78); font-size: 1.02rem; line-height: 1.7; }
.inquiry-form { padding: 0; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 18px; }
.field { display: grid; gap: 8px; color: white; font-size: .92rem; font-weight: 700; }
.field-full { grid-column: 1 / -1; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid rgba(255,255,255,.42); border-radius: 2px; outline: 0; color: white; background-color: rgba(255,255,255,.08); font: inherit; font-weight: 500; color-scheme: dark; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 132px; padding: 14px; line-height: 1.55; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,.48); }
.field select option { color: var(--ink); background: white; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--sun); background: rgba(255,255,255,.12); box-shadow: 0 0 0 2px rgba(244,189,98,.18); }
.form-submit-row { display: flex; gap: 22px; align-items: center; margin-top: 24px; }
.form-submit-row p { max-width: 390px; margin: 0; color: rgba(255,255,255,.62); font-size: .84rem; line-height: 1.5; }
.button-form { min-width: 190px; min-height: 50px; padding: 0 24px; border: 0; border-radius: 0; cursor: pointer; color: var(--deep); background: var(--sun); text-transform: uppercase; letter-spacing: .15em; font-size: .78rem; }
.button-form:hover { background: #ffd07c; }
.button-form:disabled { cursor: wait; opacity: .65; transform: none; }
.form-status { min-height: 1.4em; margin: 16px 0 0; color: var(--sun); font-weight: 700; text-align: left; }
.form-status.error { color: #ffb09e; }
.form-target { position: absolute; width: 1px; height: 1px; border: 0; opacity: 0; pointer-events: none; }

.independent { color: #f5fbf8; background-color: #194f56; background-image: radial-gradient(circle at 90% 5%, rgba(91,164,159,.32), transparent 28%), linear-gradient(135deg, rgba(9,48,58,.91), rgba(27,93,88,.82)), url("ocean-waves.jpg"); background-size: auto, auto, cover; background-position: center; background-blend-mode: screen, normal, soft-light; }
.independent .section-kicker { color: #a8d8c7; }
.booking-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: clamp(36px, 8vw, 120px); align-items: end; margin-bottom: 62px; }
.booking-heading h2 { margin-bottom: 0; max-width: 760px; }
.booking-heading p { margin: 0 0 10px; color: rgba(245,251,248,.76); font-size: 1.06rem; line-height: 1.7; }
.booking-grid { background: transparent; }
.booking-card { position: relative; display: grid; grid-template-columns: minmax(140px, 180px) minmax(220px, .72fr) minmax(280px, 1fr); gap: clamp(22px, 3vw, 46px); align-items: center; margin-bottom: 14px; padding: 18px; color: #f5fbf8; border: 1px solid rgba(181,222,213,.24); background: rgba(6,43,53,.74); box-shadow: 0 18px 40px rgba(2,25,32,.2); backdrop-filter: blur(3px); }
.booking-card:last-child { margin-bottom: 0; }
.booking-card::before { content: ""; position: absolute; inset: 10px auto 10px 0; width: 3px; opacity: 0; background: #b9dd98; transition: opacity .2s ease; }
.booking-card:hover::before { opacity: 1; }
.booking-card:nth-child(even) { background: rgba(27,76,73,.76); }
.booking-visual { position: relative; height: 126px; display: grid; place-items: center; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.32); background-color: #285e62; background-image: radial-gradient(circle at 76% 18%, rgba(185,221,152,.2), transparent 28%), repeating-linear-gradient(45deg, rgba(255,255,255,.065) 0 1px, transparent 1px 13px), repeating-linear-gradient(-45deg, rgba(185,222,213,.055) 0 1px, transparent 1px 13px), linear-gradient(145deg, rgba(52,116,111,.92), rgba(21,67,76,.96)); }
.booking-visual::after { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.11); pointer-events: none; }
.card-icon { position: relative; z-index: 1; display: grid; place-items: center; width: 86px; height: 86px; border: 1.5px solid rgba(255,255,255,.84); border-radius: 50%; color: #fffaf3; background: rgba(20,36,45,.28); box-shadow: 0 12px 28px rgba(25,35,42,.24), inset 0 0 24px rgba(255,255,255,.08); transition: transform .25s ease, background .25s ease; }
.booking-card:hover .card-icon { transform: translateY(-2px) scale(1.04); background: rgba(20,36,45,.5); }
.card-icon svg { width: 43px; height: 43px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.card-label { margin: 0 0 8px; color: #b9dd98; text-transform: uppercase; letter-spacing: .15em; font-size: .76rem; font-weight: 700; }
.booking-card h3 { margin-bottom: 8px; font-size: 1.75rem; }
.booking-copy > p:not(.card-label) { margin: 0; color: rgba(245,251,248,.7); line-height: 1.55; }
.provider-links { display: flex; justify-content: flex-start; align-items: center; gap: 9px; flex-wrap: wrap; }
.provider-links a { padding: 10px 14px; border: 1px solid rgba(181,222,213,.48); border-radius: 999px; color: #f5fbf8; background: rgba(255,255,255,.07); text-decoration: none; font-size: .88rem; font-weight: 600; line-height: 1.35; letter-spacing: .025em; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.provider-links a:hover { border-color: #b9dd98; background: #b9dd98; color: #123f49; }
.support-note { margin-top: 28px; padding: 24px 28px; border-left: 4px solid #b9dd98; background: rgba(5,39,48,.54); color: rgba(245,251,248,.72); line-height: 1.6; }
.support-note strong { color: #f5fbf8; }
.support-note a { font-weight: 700; color: #b9dd98; }

.advisor { display: grid; grid-template-columns: 1.1fr .7fr; gap: clamp(50px, 9vw, 140px); align-items: end; color: white; background-color: #51463c; background-image: linear-gradient(90deg, rgba(81,70,60,.96) 0%, rgba(81,70,60,.91) 58%, rgba(81,70,60,.8) 100%), url("cultural-street.jpg"); background-size: cover; background-position: center; }
.advisor h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(2.6rem, 4.8vw, 5rem); line-height: 1.04; }
.advisor-copy p { color: rgba(255,255,255,.74); font-size: 1.08rem; line-height: 1.75; }

.social { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(54px, 8vw, 130px); align-items: end; background: var(--cream); }
.social-heading h2 { max-width: 680px; margin-bottom: 24px; font-size: clamp(2.5rem, 4.5vw, 4.6rem); line-height: 1.05; letter-spacing: -.035em; }
.social-heading > p { max-width: 620px; margin-bottom: 0; color: #506c6e; font-size: 1.06rem; line-height: 1.75; }
.social-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.social-link { position: relative; min-height: 210px; display: flex; flex-direction: column; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; background: rgba(255,255,255,.38); transition: color .2s ease, background .2s ease, transform .2s ease; }
.social-link:hover { color: white; background: var(--teal); transform: translateY(-2px); }
.social-icon { position: absolute; top: 22px; right: 22px; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--teal); font-family: "Figtree", sans-serif; font-size: 1.35rem; font-weight: 700; letter-spacing: -.04em; text-transform: none; }
.social-instagram svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.social-instagram .instagram-dot { fill: currentColor; stroke: none; }
.social-link:hover .social-icon { color: white; border-color: rgba(255,255,255,.42); }
.social-type { max-width: calc(100% - 58px); color: var(--clay); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 700; }
.social-link:hover .social-type { color: var(--sun); }
.social-link strong { margin: auto 0 16px; font-family: "Prata", serif; font-size: 1.65rem; font-weight: 400; }
.social-link em { color: #5f797b; font-size: .9rem; font-style: normal; font-weight: 700; }
.social-link:hover em { color: rgba(255,255,255,.78); }

.faq { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: clamp(54px, 8vw, 130px); align-items: start; background: #f1eadb; }
.faq-heading { position: sticky; top: 36px; }
.faq-heading h2 { max-width: 560px; margin-bottom: 22px; font-size: clamp(2.5rem, 4.4vw, 4.6rem); line-height: 1.06; letter-spacing: -.035em; }
.faq-heading > p { max-width: 520px; margin-bottom: 0; color: #53696a; font-size: 1.06rem; line-height: 1.75; }
.faq-list { border-top: 1px solid rgba(23,55,58,.22); }
.faq-list details { border-bottom: 1px solid rgba(23,55,58,.22); }
.faq-list summary { position: relative; padding: 25px 48px 25px 0; cursor: pointer; list-style: none; color: #17373a; font-family: "Prata", serif; font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.35; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 23px; right: 4px; color: var(--clay); font-family: "Figtree", sans-serif; font-size: 1.55rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 820px; margin: -4px 52px 25px 0; color: #4b6465; font-size: 1rem; line-height: 1.75; }

.closing { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .72fr); gap: clamp(54px, 9vw, 140px); align-items: center; text-align: left; color: #f6fcf9; background-color: #174e59; background-image: radial-gradient(circle at 8% 8%, rgba(112,181,170,.3), transparent 30%), linear-gradient(120deg, rgba(10,55,68,.86), rgba(36,102,91,.72)), url("ocean-waves.jpg"); background-size: auto, auto, cover; background-position: center bottom; background-blend-mode: screen, normal, soft-light; box-shadow: inset 0 1px rgba(255,255,255,.16); }
.closing h2 { max-width: 880px; margin: 0; font-family: "Prata", serif; font-weight: 400; font-size: clamp(2.6rem, 4.7vw, 4.9rem); line-height: 1.06; letter-spacing: -.035em; }
.closing .eyebrow { color: #b9dd98; }
.closing-actions { position: relative; z-index: 1; padding: 12px 0 12px clamp(28px, 4vw, 54px); color: #f6fcf9; border-left: 1px solid rgba(190,226,216,.45); }
.closing-actions > p { max-width: 490px; margin: 0 0 28px; color: rgba(246,252,249,.78); font-size: 1.06rem; line-height: 1.7; }
.closing-actions > div { display: flex; gap: 12px; flex-wrap: wrap; }
.closing-primary { color: #123f49; background: #b9dd98; box-shadow: 0 14px 34px rgba(13,50,57,.16); }
.closing-primary:hover { background: white; }
.closing-secondary { color: #f6fcf9; border: 1px solid rgba(246,252,249,.68); }
.closing-secondary:hover { color: #164a55; background: #f6fcf9; }
footer { padding: 54px clamp(24px, 8vw, 130px) 30px; background: #052f34; color: rgba(255,255,255,.72); }
.footer-brand { color: white; }
footer > p { margin: 24px 0; }
.office-hours { display: grid; gap: 5px; }
.office-hours strong { color: var(--sun); text-transform: uppercase; letter-spacing: .13em; font-size: .8rem; }
.office-hours span { color: white; }
.footer-contact { display: flex; gap: 10px 24px; flex-wrap: wrap; margin: -4px 0 28px; }
.footer-contact a { color: var(--sun); font-weight: 700; text-underline-offset: 4px; }
.footer-contact a:hover { color: white; }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-links a { color: white; font-weight: 600; }
.copyright { margin-top: 46px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); font-size: .84rem; }

@media (max-width: 900px) {
  .site-header { height: 82px; }
  .menu-button { display: block; position: relative; z-index: 12; }
  nav { position: absolute; inset: 0 0 auto; min-height: 100vh; display: none; flex-direction: column; align-items: flex-start; justify-content: center; gap: 28px; padding: 90px 32px 40px; background: var(--deep); }
  nav.open { display: flex; }
  nav a { font-size: 1.25rem; }
  .hero { min-height: 700px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(3,36,41,.9), rgba(3,36,41,.5)), linear-gradient(0deg, rgba(3,25,28,.5), transparent 45%); }
  .hero-content { margin-left: 24px; width: calc(100% - 48px); }
  .intro-grid, .credentials, .planning, .inquiry, .booking-heading, .advisor, .social, .faq, .closing { grid-template-columns: 1fr; }
  .advisor-portrait { max-width: 540px; }
  .planning-actions { grid-template-columns: 1fr; }
  .service-options-heading { grid-template-columns: 1fr; }
  .service-options-grid { grid-template-columns: 1fr; }
  .service-options-grid article { padding: 24px 0; }
  .service-options-grid article + article { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .service-options-grid article > span { margin-bottom: 18px; }
  .inquiry-heading { position: static; }
  .faq-heading { position: static; }
  .booking-card { grid-template-columns: 150px 1fr; gap: 24px; }
  .provider-links { grid-column: 2; }
}

@media (max-width: 540px) {
  .brand { font-size: .9rem; }
  .brand-logo { width: 54px; height: 54px; }
  .footer-logo { width: 72px; height: 72px; }
  .hero { min-height: 690px; height: 100svh; }
  .hero > img { object-position: 58% center; }
  .hero-content { padding-top: 38px; }
  h1 { font-size: clamp(2.15rem, 9vw, 3.05rem); line-height: 1.08; }
  .hero-copy { font-size: 1rem; line-height: 1.55; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .scroll-cue { display: none; }
  .section { padding-left: 22px; padding-right: 22px; }
  .advisor-portrait { width: calc(100% - 10px); padding: 0 18px 18px 0; }
  .advisor-portrait::before { inset: 24px 0 0 24px; }
  .portrait-frame { transform: none; }
  .social-grid { grid-template-columns: 1fr; }
  .social-link { min-height: 190px; }
  .credentials { padding-left: 22px; padding-right: 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .form-submit-row { align-items: stretch; flex-direction: column; }
  .form-submit-row .button { width: 100%; }
  .form-status { text-align: left; }
  .booking-grid { padding: 0 18px; }
  .booking-card { grid-template-columns: 1fr; padding: 18px; }
  .booking-visual { height: 160px; }
  .card-icon { width: 96px; height: 96px; }
  .card-icon svg { width: 48px; height: 48px; }
  .provider-links { grid-column: 1 / -1; }
}

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