:root {
    --green-950: #102f29;
    --green-900: #193f36;
    --green-800: #245247;
    --green-700: #356a5c;
    --sage-300: #a9bbae;
    --sage-150: #d8e1da;
    --cream-50: #fcfaf5;
    --cream-100: #f5f0e6;
    --cream-200: #e9dfce;
    --clay-400: #bd8067;
    --clay-500: #a96750;
    --ink: #1f2623;
    --muted: #66716d;
    --white: #fff;
    --border: rgba(25, 63, 54, .16);
    --shadow: 0 24px 70px rgba(22, 45, 38, .12);
    --radius-sm: 12px;
    --radius-md: 24px;
    --radius-lg: 42px;
    --container: min(1240px, calc(100% - 56px));
    --serif: "Italiana", Georgia, serif;
    --sans: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--cream-50);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
svg { display: block; }
.container { width: var(--container); margin-inline: auto; }
.skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 9999;
    transform: translateY(-150%);
    background: var(--white);
    color: var(--green-900);
    padding: 10px 16px;
    border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    color: var(--white);
    transition: background .3s ease, box-shadow .3s ease, color .3s ease;
}
.site-header.is-scrolled {
    background: rgba(252, 250, 245, .94);
    color: var(--green-950);
    box-shadow: 0 8px 40px rgba(16, 47, 41, .08);
    backdrop-filter: blur(16px);
}
.header-inner {
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 218px; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; }
.brand-mark svg { width: 100%; height: 100%; }
.brand-mark path { stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-family: var(--serif); font-size: 21px; font-weight: 400; letter-spacing: .02em; }
.brand-copy small { margin-top: 5px; font-size: 9px; text-transform: uppercase; letter-spacing: .18em; opacity: .72; }
.main-nav { display: flex; align-items: center; gap: 29px; font-size: 13px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -7px;
    height: 1px;
    background: currentColor;
    transition: right .25s ease;
}
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta {
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 999px;
    padding: 12px 18px;
    transition: .25s ease;
}
.site-header.is-scrolled .nav-cta { border-color: var(--border); background: var(--green-900); color: var(--white); }
.nav-cta:hover { background: var(--white); color: var(--green-950); }
.site-header.is-scrolled .nav-cta:hover { background: var(--clay-500); }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; color: inherit; }
.menu-toggle span { display: block; height: 1.5px; background: currentColor; margin: 6px 0; transition: .25s ease; }

.hero {
    min-height: 820px;
    height: min(900px, 100vh);
    position: relative;
    display: flex;
    align-items: center;
    color: var(--white);
    overflow: hidden;
    isolation: isolate;
}
.hero-photo, .hero-overlay { position: absolute; inset: 0; }
.hero-photo {
    z-index: -3;
    background-image: url("https://images.pexels.com/photos/28783990/pexels-photo-28783990.jpeg?auto=compress&cs=tinysrgb&w=2000");
    background-size: cover;
    background-position: center 42%;
    transform: scale(1.02);
}
.hero-overlay {
    z-index: -2;
    background:
        radial-gradient(circle at 82% 25%, rgba(255,255,255,.12), transparent 36%),
        linear-gradient(90deg, rgba(10, 39, 32, .92) 0%, rgba(15, 53, 44, .77) 42%, rgba(14, 42, 36, .22) 75%, rgba(14, 42, 36, .42) 100%),
        linear-gradient(0deg, rgba(12, 39, 33, .42), transparent 40%);
}
.hero::after {
    content: "";
    position: absolute;
    width: 530px;
    height: 530px;
    right: -210px;
    bottom: -260px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 50%;
    box-shadow: 0 0 0 62px rgba(255,255,255,.04), 0 0 0 124px rgba(255,255,255,.025);
}
.hero-content { display: grid; grid-template-columns: minmax(0, 1fr) 260px; align-items: end; gap: 70px; padding-top: 72px; }
.hero-copy { max-width: 815px; }
.eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 0 0 27px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .17em;
    text-transform: uppercase;
}
.eyebrow span { width: 34px; height: 1px; background: rgba(255,255,255,.7); }
.hero h1 {
    max-width: 820px;
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(57px, 6.1vw, 96px);
    line-height: .99;
    letter-spacing: -.035em;
    font-weight: 400;
}
.hero h1 em { font-style: italic; color: #d9cbb4; }
.hero-text { max-width: 650px; margin: 30px 0 0; font-size: 18px; line-height: 1.7; color: rgba(255,255,255,.83); }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 26px;
    border: 0;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    transition: transform .22s ease, background .22s ease, color .22s ease;
}
.button svg, .inline-whatsapp svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: transform .22s ease; }
.button:hover { transform: translateY(-2px); }
.button:hover svg, .inline-whatsapp:hover svg { transform: translateX(4px); }
.button-primary { background: var(--clay-400); color: var(--white); }
.button-primary:hover { background: var(--clay-500); }
.text-link { font-size: 14px; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 4px; }
.text-link span { margin-left: 7px; }
.hero-card {
    align-self: end;
    margin-bottom: 18px;
    padding: 28px 27px;
    border: 1px solid rgba(255,255,255,.24);
    background: rgba(14, 45, 38, .38);
    backdrop-filter: blur(12px);
    border-radius: 22px;
}
.hero-card-number { font-family: var(--serif); font-size: 66px; line-height: 1; color: #eadfcd; }
.hero-card > p { margin: 4px 0 20px; font-size: 14px; line-height: 1.5; }
.hero-card-line { height: 1px; background: rgba(255,255,255,.25); margin: 17px 0; }
.hero-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; font-size: 12px; color: rgba(255,255,255,.8); }
.hero-card li::before { content: "✓"; margin-right: 8px; color: #d9cbb4; }
.hero-scroll { position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.hero-scroll span { width: 38px; height: 1px; background: rgba(255,255,255,.4); }

.trust-strip { background: var(--cream-100); border-bottom: 1px solid var(--border); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 30px 28px; border-right: 1px solid var(--border); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { display: block; color: var(--green-900); font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1.2; }
.trust-grid span { display: block; margin-top: 5px; font-size: 11px; text-transform: uppercase; letter-spacing: .11em; color: var(--muted); }

.section { padding: 130px 0; }
.section-kicker { margin: 0 0 18px; color: var(--clay-500); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.section-kicker::before { content: ""; display: inline-block; width: 25px; height: 1px; margin: 0 9px 3px 0; background: currentColor; }
.section h2 { margin: 0; font-family: var(--serif); color: var(--green-950); font-size: clamp(43px, 4.6vw, 68px); font-weight: 400; line-height: 1.08; letter-spacing: -.025em; }
.section h2 em { font-style: italic; color: var(--clay-500); }

.about { background: var(--cream-50); }
.about-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1fr); gap: clamp(70px, 8vw, 130px); align-items: center; }
.about-photo-wrap { position: relative; width: 90%; margin-left: auto; }
.about-photo-wrap::before { content: ""; position: absolute; inset: -22px 24px 25px -24px; border: 1px solid var(--border); border-radius: 170px 170px 28px 28px; }
.about-photo-wrap img { position: relative; width: 100%; aspect-ratio: .82; object-fit: cover; object-position: center 24%; border-radius: 160px 160px 24px 24px; filter: saturate(.96) contrast(1.01); }
.about-seal {
    position: absolute;
    right: -54px;
    bottom: 50px;
    width: 156px;
    height: 156px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--green-900);
    color: var(--white);
    box-shadow: var(--shadow);
    text-align: center;
}
.about-seal span, .about-seal small { font-size: 9px; text-transform: uppercase; letter-spacing: .18em; opacity: .75; }
.about-seal strong { margin: 1px 0; font-family: var(--serif); font-size: 38px; font-weight: 400; line-height: 1; }
.about-caption { margin: 28px 0 0 10%; color: var(--muted); font-size: 12px; font-style: italic; }
.about-copy .lead { margin-top: 30px; font-size: 19px; line-height: 1.7; color: var(--green-800); }
.about-copy > p:not(.section-kicker) { max-width: 640px; }
.about-copy blockquote { margin: 32px 0; padding: 14px 0 14px 25px; border-left: 2px solid var(--clay-400); font-family: var(--serif); font-size: 29px; color: var(--green-900); }
.inline-whatsapp { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 6px; border-bottom: 1px solid var(--green-900); color: var(--green-900); font-weight: 700; font-size: 14px; }

.philosophy { background: var(--cream-100); }
.philosophy-head { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 65px; }
.philosophy-head h2 { max-width: 920px; }
.philosophy-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); }
.philosophy-card { padding: 42px 40px 0 0; }
.philosophy-card + .philosophy-card { border-left: 1px solid var(--border); padding-left: 40px; }
.philosophy-card > span { color: var(--clay-500); font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.philosophy-card h3 { margin: 28px 0 8px; font-family: var(--serif); color: var(--green-900); font-size: 31px; font-weight: 400; }
.philosophy-card p { margin: 0; color: var(--muted); }

.services { background: var(--green-950); color: rgba(255,255,255,.76); }
.services .section-kicker { color: #d2aa91; }
.services h2 { color: var(--white); }
.services-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 62px; }
.services-intro > p { margin: 0 0 10px; max-width: 510px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.service-card { min-height: 360px; position: relative; padding: 36px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); overflow: hidden; transition: background .3s ease, transform .3s ease; }
.service-card::before { content: ""; position: absolute; width: 230px; height: 230px; right: -170px; bottom: -170px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; transition: .4s ease; }
.service-card:hover { background: rgba(255,255,255,.055); }
.service-card:hover::before { right: -90px; bottom: -90px; }
.service-icon { width: 42px; height: 42px; color: #d2aa91; }
.service-icon svg { width: 100%; height: 100%; }
.service-index { position: absolute; top: 38px; right: 36px; font-size: 10px; letter-spacing: .16em; color: rgba(255,255,255,.4); }
.service-tag { margin: 30px 0 8px; color: #d2aa91; font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.service-card h3 { margin: 0 0 16px; color: var(--white); font-family: var(--serif); font-size: 30px; line-height: 1.15; font-weight: 400; }
.service-card > p:not(.service-tag) { margin: 0; font-size: 14px; line-height: 1.7; }
.service-select { position: absolute; left: 36px; bottom: 30px; border: 0; padding: 0; background: transparent; color: var(--white); font-size: 12px; font-weight: 700; opacity: .7; }
.service-select span { margin-left: 5px; color: #d2aa91; }
.service-select:hover { opacity: 1; }
.services-note { max-width: 800px; margin: 28px auto 0; text-align: center; font-size: 11px; color: rgba(255,255,255,.48); }

.care-modes { background: var(--green-800); color: rgba(255,255,255,.78); }
.care-modes-grid { display: grid; grid-template-columns: 1fr .92fr; gap: clamp(70px, 8vw, 120px); align-items: center; }
.section-kicker-light { color: #e0bca4; }
.care-modes h2 { color: var(--white); }
.care-modes-copy > p:not(.section-kicker) { max-width: 620px; margin-top: 24px; }
.care-mode-list { margin-top: 48px; border-top: 1px solid rgba(255,255,255,.18); }
.care-mode-list article { display: grid; grid-template-columns: 55px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.mode-number { color: #e0bca4; font-size: 11px; letter-spacing: .16em; }
.care-mode-list h3 { margin: 0 0 6px; color: var(--white); font-family: var(--serif); font-size: 29px; font-weight: 400; }
.care-mode-list p { margin: 0; font-size: 14px; }
.booking-card { padding: clamp(35px, 4.2vw, 58px); border-radius: var(--radius-lg); background: var(--cream-50); color: var(--ink); box-shadow: 0 30px 90px rgba(10, 35, 29, .25); }
.booking-label { margin: 0 0 10px; color: var(--clay-500); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.booking-card h3 { margin: 0; color: var(--green-950); font-family: var(--serif); font-size: 39px; line-height: 1.15; font-weight: 400; }
.booking-card > p:not(.booking-label) { margin: 13px 0 27px; color: var(--muted); font-size: 14px; }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; margin-bottom: 7px; color: var(--green-900); font-size: 11px; font-weight: 700; }
.form-field input, .form-field select { width: 100%; height: 52px; border: 1px solid var(--border); border-radius: 10px; background: var(--white); color: var(--ink); padding: 0 15px; outline: none; transition: .2s ease; }
.form-field input:focus, .form-field select:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(53,106,92,.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.button-light { width: 100%; margin-top: 3px; background: var(--green-900); color: var(--white); }
.button-light:hover { background: var(--clay-500); }
.form-feedback { min-height: 22px; margin: 10px 0 0; font-size: 12px; color: #a14838; }

.benefits { background: var(--cream-50); }
.benefits-grid { display: grid; grid-template-columns: .92fr 1fr; gap: clamp(75px, 9vw, 140px); align-items: center; }
.benefits-photo { position: relative; }
.benefits-photo::after { content: ""; position: absolute; inset: 28px -25px -25px 38px; border: 1px solid var(--border); border-radius: 28px; z-index: -1; }
.benefits-photo img { width: 100%; aspect-ratio: .9; object-fit: cover; border-radius: 26px 140px 26px 26px; filter: saturate(.82); }
.photo-note { position: absolute; right: -45px; bottom: 48px; padding: 14px 19px; background: var(--cream-50); box-shadow: var(--shadow); border-radius: 999px; color: var(--green-900); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.photo-note span { display: inline-block; width: 17px; height: 1px; background: var(--clay-500); margin: 0 8px 3px 0; }
.benefit-items { margin-top: 46px; }
.benefit-items article { display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding: 24px 0; border-top: 1px solid var(--border); }
.benefit-items article:last-child { border-bottom: 1px solid var(--border); }
.benefit-items article > span { color: var(--clay-500); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.benefit-items h3 { margin: 0 0 5px; color: var(--green-900); font-family: var(--serif); font-size: 27px; font-weight: 400; }
.benefit-items p { margin: 0; color: var(--muted); font-size: 14px; }

.faq { background: var(--cream-100); }
.faq-grid { display: grid; grid-template-columns: .68fr 1.15fr; gap: clamp(70px, 8vw, 130px); align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro > p:not(.section-kicker) { margin: 25px 0; color: var(--muted); }
.accordion { border-top: 1px solid var(--border); }
.accordion-item { border-bottom: 1px solid var(--border); }
.accordion-item button { width: 100%; min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border: 0; background: transparent; color: var(--green-950); padding: 20px 0; text-align: left; font-family: var(--serif); font-size: 24px; }
.accordion-item button i { position: relative; flex: 0 0 28px; height: 28px; border: 1px solid var(--border); border-radius: 50%; }
.accordion-item button i::before, .accordion-item button i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; background: var(--green-900); transform: translate(-50%, -50%); transition: .2s ease; }
.accordion-item button i::after { transform: translate(-50%, -50%) rotate(90deg); }
.accordion-item.is-open button i::after { transform: translate(-50%, -50%) rotate(0deg); }
.accordion-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .32s ease; }
.accordion-content > p { overflow: hidden; margin: 0; padding-right: 50px; color: var(--muted); }
.accordion-item.is-open .accordion-content { grid-template-rows: 1fr; }
.accordion-item.is-open .accordion-content > p { padding-bottom: 30px; }

.final-cta { min-height: 590px; position: relative; display: grid; place-items: center; overflow: hidden; isolation: isolate; color: var(--white); text-align: center; }
.final-cta-bg { position: absolute; inset: 0; z-index: -2; background: linear-gradient(rgba(14,47,40,.76), rgba(14,47,40,.82)), url("https://images.pexels.com/photos/6187300/pexels-photo-6187300.jpeg?auto=compress&cs=tinysrgb&w=2000") center/cover; }
.final-cta::after { content: ""; position: absolute; z-index: -1; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.035), 0 0 0 120px rgba(255,255,255,.02); }
.final-cta-content > p { margin: 0 0 16px; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.final-cta h2 { margin: 0 0 34px; font-family: var(--serif); font-size: clamp(47px, 5.2vw, 75px); line-height: 1.04; font-weight: 400; }
.final-cta h2 em { color: #e0c7b6; font-style: italic; }

.site-footer { background: #0c2822; color: rgba(255,255,255,.7); }
.footer-main { display: grid; grid-template-columns: 1.5fr .65fr .8fr .8fr; gap: 60px; padding: 72px 0 60px; }
.brand-footer { color: var(--white); }
.footer-brand p { max-width: 310px; margin: 23px 0 0; font-size: 13px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: 13px; }
.footer-column h3 { margin: 0 0 10px; color: #d7c4b2; font-size: 10px; text-transform: uppercase; letter-spacing: .17em; }
.footer-column a:hover { color: var(--white); }
.footer-column small { margin-top: 8px; font-size: 10px; color: rgba(255,255,255,.45); }
.footer-contact a:first-of-type { color: var(--white); font-family: var(--serif); font-size: 21px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0 28px; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; }
.footer-bottom p { margin: 0; }

.whatsapp-float { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; padding: 10px 14px 10px 10px; border-radius: 999px; background: #1fa855; color: var(--white); box-shadow: 0 12px 35px rgba(16,47,41,.28); font-size: 12px; font-weight: 700; transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float svg { width: 29px; height: 29px; fill: currentColor; }
.mobile-booking-bar { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .15s; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }

@media (max-width: 1100px) {
    :root { --container: min(100% - 42px, 980px); }
    .main-nav { gap: 19px; }
    .hero-content { grid-template-columns: 1fr 230px; gap: 40px; }
    .hero h1 { font-size: clamp(58px, 7vw, 78px); }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .about-grid, .benefits-grid { gap: 80px; }
    .care-modes-grid { gap: 65px; }
    .footer-main { grid-template-columns: 1.3fr .7fr .8fr; }
    .footer-contact { grid-column: 2 / 4; }
}

@media (max-width: 900px) {
    .site-header { color: var(--white); }
    .header-inner { min-height: 76px; }
    .menu-toggle { display: block; position: relative; z-index: 3; }
    .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
    .main-nav {
        position: fixed;
        inset: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 27px;
        padding: 90px max(28px, 8vw);
        background: var(--green-950);
        color: var(--white);
        transform: translateX(100%);
        transition: transform .35s ease;
        font-family: var(--serif);
        font-size: 36px;
    }
    .main-nav.is-open { transform: translateX(0); }
    .nav-cta { margin-top: 15px; font-family: var(--sans); font-size: 13px; }
    .hero { min-height: 760px; height: auto; padding: 150px 0 100px; }
    .hero-content { grid-template-columns: 1fr; }
    .hero-card { display: none; }
    .hero-copy { max-width: 720px; }
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-grid > div:nth-child(2) { border-right: 0; }
    .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
    .trust-grid > div:first-child, .trust-grid > div:nth-child(3) { padding-left: 20px; }
    .section { padding: 100px 0; }
    .about-grid, .benefits-grid, .care-modes-grid, .faq-grid { grid-template-columns: 1fr; }
    .about-photo-wrap { width: min(75%, 560px); margin: 0 auto; }
    .about-copy { max-width: 720px; }
    .philosophy-head { display: block; }
    .philosophy-grid { grid-template-columns: 1fr; }
    .philosophy-card, .philosophy-card + .philosophy-card { border-left: 0; padding: 28px 0; border-bottom: 1px solid var(--border); }
    .services-intro { grid-template-columns: 1fr; gap: 25px; }
    .care-modes-copy { max-width: 760px; }
    .booking-card { max-width: 680px; }
    .benefits-photo { max-width: 620px; }
    .benefits-copy { max-width: 720px; }
    .faq-intro { position: static; max-width: 650px; }
    .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
    .footer-contact { grid-column: auto; }
}

@media (max-width: 640px) {
    :root { --container: calc(100% - 32px); }
    body { padding-bottom: 64px; }
    .brand { min-width: auto; }
    .brand-mark { width: 39px; height: 39px; }
    .brand-copy strong { font-size: 18px; }
    .brand-copy small { font-size: 7px; }
    .hero { min-height: 720px; padding: 125px 0 95px; }
    .hero-photo { background-position: 61% center; }
    .hero-overlay { background: linear-gradient(90deg, rgba(9,36,30,.92), rgba(10,40,33,.66)), linear-gradient(0deg, rgba(9,36,30,.5), transparent); }
    .eyebrow { font-size: 9px; letter-spacing: .12em; }
    .hero h1 { font-size: clamp(48px, 14.4vw, 64px); }
    .hero-text { font-size: 16px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
    .hero-scroll { display: none; }
    .button { min-height: 54px; width: 100%; padding: 0 21px; }
    .trust-grid { grid-template-columns: 1fr; }
    .trust-grid > div { border-right: 0; border-bottom: 1px solid var(--border); padding: 20px 5px !important; }
    .trust-grid > div:last-child { border-bottom: 0; }
    .section { padding: 80px 0; }
    .section h2 { font-size: clamp(39px, 11.5vw, 52px); }
    .about-grid { gap: 72px; }
    .about-photo-wrap { width: 87%; margin-left: 0; }
    .about-photo-wrap::before { inset: -14px 15px 18px -14px; }
    .about-seal { width: 124px; height: 124px; right: -35px; bottom: 28px; }
    .about-seal strong { font-size: 30px; }
    .about-seal span, .about-seal small { font-size: 7px; }
    .about-caption { margin-left: 0; }
    .about-copy .lead { font-size: 17px; }
    .about-copy blockquote { font-size: 25px; }
    .philosophy-head { margin-bottom: 40px; }
    .services-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 350px; padding: 30px; }
    .service-select { left: 30px; }
    .care-modes-grid { gap: 55px; }
    .booking-card { padding: 30px 22px; border-radius: 28px; }
    .booking-card h3 { font-size: 34px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .benefits-photo::after { display: none; }
    .benefits-photo img { border-radius: 22px 90px 22px 22px; }
    .photo-note { right: -8px; bottom: 25px; }
    .faq-grid { gap: 50px; }
    .accordion-item button { min-height: 78px; font-size: 21px; }
    .accordion-content > p { padding-right: 0; }
    .final-cta { min-height: 530px; }
    .final-cta h2 { font-size: 46px; }
    .footer-main { grid-template-columns: 1fr; gap: 40px; }
    .footer-bottom { flex-direction: column; gap: 8px; }
    .whatsapp-float { display: none; }
    .mobile-booking-bar { display: block; position: fixed; z-index: 950; left: 0; right: 0; bottom: 0; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); background: rgba(252,250,245,.96); box-shadow: 0 -8px 30px rgba(16,47,41,.12); backdrop-filter: blur(12px); }
    .mobile-booking-bar a { min-height: 48px; display: grid; place-items: center; border-radius: 999px; background: #1fa855; color: var(--white); font-size: 13px; font-weight: 700; }
}

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

/* Recursos configuráveis e rodapé atualizado */
.brand-logo { width: 100%; height: 100%; object-fit: contain; }
.social-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.social-links a, .social-links .social-disabled {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 50%;
    color: rgba(255,255,255,.82);
    transition: background .22s ease, color .22s ease, transform .22s ease;
}
.social-links a:hover { background: #d2aa91; color: #102f29; transform: translateY(-2px); }
.social-links .social-disabled { opacity: .28; cursor: default; }
.social-links svg { width: 17px; height: 17px; }
.footer-whatsapp { color: var(--white) !important; font-family: var(--sans) !important; font-size: 13px !important; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 3px; }
.footer-bottom p a { color: rgba(255,255,255,.92); font-weight: 600; }
.footer-bottom p span { margin-inline: 5px; opacity: .55; }
.whatsapp-float svg { width: 29px; height: 29px; fill: currentColor; }

@media (max-width: 600px) {
    .footer-bottom p { line-height: 1.7; }
    .footer-bottom p span { display: none; }
}

/* Correções de responsividade e menu mobile */
html, body { max-width: 100%; overflow-x: clip; }
.site-header, .main-nav, .menu-toggle { -webkit-tap-highlight-color: transparent; }

@media (max-width: 900px) {
    .site-header {
        z-index: 1200;
    }

    /* Evita que backdrop-filter transforme o menu fixed em um bloco preso ao header. */
    .site-header.is-scrolled {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .site-header:has(.main-nav.is-open),
    .site-header.menu-active {
        background: transparent;
        color: var(--white);
        box-shadow: none;
    }

    .header-inner > a {
        position: relative;
        z-index: 1202;
    }

    .menu-toggle {
        z-index: 1203;
        flex: 0 0 44px;
        border-radius: 50%;
        touch-action: manipulation;
    }

    .menu-toggle:focus-visible {
        outline: 2px solid currentColor;
        outline-offset: 2px;
    }

    .main-nav {
        z-index: 1201;
        width: 100%;
        height: 100vh;
        height: 100dvh;
        min-height: 100%;
        overflow-y: auto;
        overscroll-behavior: contain;
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
        transform: translate3d(100%, 0, 0);
        transition: transform .32s ease, opacity .2s ease, visibility 0s linear .32s;
        padding-top: max(105px, calc(78px + env(safe-area-inset-top)));
        padding-bottom: max(34px, calc(24px + env(safe-area-inset-bottom)));
    }

    .main-nav.is-open {
        visibility: visible;
        pointer-events: auto;
        opacity: 1;
        transform: translate3d(0, 0, 0);
        transition-delay: 0s;
    }

    .main-nav > a {
        width: min(100%, 520px);
    }

    body.menu-open {
        position: fixed;
        width: 100%;
        overflow: hidden;
        overscroll-behavior: none;
        touch-action: none;
    }
}

@media (max-width: 640px) {
    .header-inner { gap: 12px; }
    .brand-copy { min-width: 0; }
    .brand-copy strong,
    .brand-copy small {
        max-width: 190px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .main-nav {
        justify-content: flex-start;
        gap: 20px;
        padding-inline: 24px;
        font-size: clamp(29px, 9vw, 38px);
    }

    .nav-cta {
        width: 100%;
        min-height: 52px;
        display: grid;
        place-items: center;
        text-align: center;
        padding-inline: 16px;
    }

    .hero,
    .final-cta {
        min-height: min(760px, 100svh);
    }

    .service-card,
    .booking-card,
    .accordion-item,
    .footer-main > * {
        min-width: 0;
    }
}

@supports not selector(:has(*)) {
    @media (max-width: 900px) {
        .site-header.menu-active {
            background: transparent;
            color: var(--white);
            box-shadow: none;
        }
    }
}
