:root {
    --burgundy: #7a1632;
    --burgundy-dark: #541022;
    --navy: #092640;
    --navy-soft: #123955;
    --blush: #f6d8dd;
    --ivory: #fff9f6;
    --beige: #f4eae3;
    --gold: #c89b52;
    --text: #29252a;
    --muted: #6f666b;
    --white: #fff;
    --green: #167c59;
    --border: rgba(41, 37, 42, .12);
    --shadow: 0 24px 70px rgba(63, 27, 42, .12);
    --radius-lg: 34px;
    --radius-md: 22px;
    --radius-sm: 14px;
    --container: 1200px;
    --header-height: 82px;
}

*, *::before, *::after { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 108px; }
body {
    margin: 0;
    min-width: 320px;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    color: var(--text);
    background: var(--ivory);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(200, 155, 82, .7); outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.14; letter-spacing: -.025em; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { font-size: clamp(2.65rem, 5vw, 5.25rem); }
h2 { font-size: clamp(2.1rem, 3.7vw, 3.7rem); }
h3 { font-size: 1.25rem; }
p { color: var(--muted); }
svg { width: 1.4em; height: 1.4em; fill: currentColor; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container, .hero__grid, .hero__content, .hero__visual, .header-inner, main, section, footer { min-width: 0; max-width: 100%; }
.hero h1, .section-heading h2, .visual-break h2, .legal-page h1 { overflow-wrap: break-word; word-break: normal; }
.section { position: relative; padding: 112px 0; }

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1000;
    padding: 12px 18px;
    transform: translateY(-150%);
    border-radius: 10px;
    color: var(--white);
    background: var(--navy);
}
.skip-link:focus { transform: translateY(0); }

.info-bar { color: rgba(255,255,255,.86); background: var(--navy); font-size: .79rem; }
.info-bar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.info-bar p { margin: 0; color: inherit; }
.info-bar__phone { display: inline-flex; align-items: center; gap: 7px; font-weight: 750; color: var(--white); white-space: nowrap; }
.info-bar__phone svg { width: 16px; height: 16px; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    height: var(--header-height);
    border-bottom: 1px solid rgba(122,22,50,.08);
    background: rgba(255,249,246,.92);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { background: rgba(255,255,255,.97); box-shadow: 0 12px 35px rgba(46,19,29,.08); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 250px; }
.brand__mark { display: grid; place-items: center; width: 46px; height: 46px; flex: 0 0 auto; border-radius: 50%; color: var(--burgundy); background: linear-gradient(145deg, var(--blush), var(--white)); border: 1px solid rgba(122,22,50,.16); }
.brand__mark svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linejoin: round; }
.brand strong, .brand small { display: block; }
.brand strong { color: var(--burgundy-dark); font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; line-height: 1.2; }
.brand small { margin-top: 3px; color: var(--muted); font-size: .67rem; letter-spacing: .02em; }
.main-nav { display: flex; align-items: center; gap: clamp(13px, 1.6vw, 25px); }
.main-nav a { position: relative; padding: 27px 0; color: #463a3f; font-size: .86rem; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 19px; height: 2px; background: var(--burgundy); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a.is-active::after { right: 0; }
.main-nav a:hover, .main-nav a.is-active { color: var(--burgundy); }
.menu-toggle, .nav-overlay { display: none; }
.mobile-nav-contacts { display: none; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 15px; color: var(--burgundy); font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.eyebrow--light { color: #f4c9d4; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: .87rem; font-weight: 800; line-height: 1.2; text-align: center; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--white); background: var(--burgundy); box-shadow: 0 12px 28px rgba(122,22,50,.2); }
.button--primary:hover { background: var(--burgundy-dark); box-shadow: 0 16px 36px rgba(122,22,50,.26); }
.button--outline { color: var(--burgundy); border-color: rgba(122,22,50,.3); background: transparent; }
.button--outline:hover { background: rgba(122,22,50,.06); }
.button--light { color: var(--navy); background: var(--white); }

.hero { position: relative; isolation: isolate; min-height: calc(100vh - 120px); display: grid; align-items: center; padding: 66px 0 82px; overflow: hidden; background: radial-gradient(circle at 20% 25%, #fff 0, var(--ivory) 38%, #f7e7e6 100%); }
.hero::before { content: ""; position: absolute; z-index: -1; top: -20%; left: -10%; width: 48vw; height: 48vw; border: 1px solid rgba(200,155,82,.22); border-radius: 50%; }
.hero__shape { position: absolute; z-index: -1; right: -110px; bottom: -170px; width: 440px; height: 440px; border-radius: 50%; background: rgba(122,22,50,.055); }
.hero__grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr); align-items: center; gap: clamp(36px, 5vw, 82px); }
.hero__content { position: relative; z-index: 2; }
.hero h1 { max-width: 760px; margin-bottom: 24px; color: var(--navy); }
.hero h1 em { color: var(--burgundy); font-style: italic; }
.hero__lead { max-width: 680px; margin-bottom: 25px; font-size: 1.08rem; }
.doctor-chip { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 28px; padding: 9px 16px 9px 9px; border: 1px solid rgba(122,22,50,.13); border-radius: 999px; background: rgba(255,255,255,.72); box-shadow: 0 10px 30px rgba(65,32,44,.07); }
.doctor-chip__avatar { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--white); background: var(--burgundy); font-size: .72rem; font-weight: 850; }
.doctor-chip strong, .doctor-chip small { display: block; }
.doctor-chip strong { color: var(--navy); font-size: .88rem; }
.doctor-chip small { color: var(--muted); font-size: .68rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 29px; }
.hero__contact { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; max-width: 620px; }
.hero__contact a { display: flex; align-items: center; gap: 12px; min-width: 0; padding: 13px 14px; border: 1px solid var(--border); border-radius: var(--radius-sm); background: rgba(255,255,255,.72); transition: border-color .2s ease, transform .2s ease; }
.hero__contact a:hover { transform: translateY(-2px); border-color: rgba(122,22,50,.4); }
.hero__contact svg { width: 24px; height: 24px; flex: 0 0 auto; color: var(--burgundy); }
.hero__contact small, .hero__contact strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hero__contact small { color: var(--muted); font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; }
.hero__contact strong { color: var(--navy); font-size: .8rem; }
.hero__visual { position: relative; }
.hero__image-wrap { position: relative; aspect-ratio: 1 / 1.04; overflow: hidden; border: 10px solid rgba(255,255,255,.68); border-radius: 46% 46% 28% 28% / 33% 33% 24% 24%; box-shadow: var(--shadow); background: var(--blush); }
.hero__image-wrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -80px 90px rgba(9,38,64,.13); pointer-events: none; }
.hero__image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 72% center; }
.hero__note { position: absolute; left: -25px; bottom: 34px; max-width: 245px; padding: 15px 18px; border: 1px solid rgba(200,155,82,.3); border-radius: 16px; color: var(--navy); background: rgba(255,255,255,.93); box-shadow: 0 18px 45px rgba(46,27,35,.13); font-size: .82rem; font-weight: 750; }
.hero__note span { display: block; margin-bottom: 4px; color: var(--burgundy); font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; }

.trust-strip { position: relative; z-index: 2; border-block: 1px solid var(--border); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.trust-grid > div { display: flex; align-items: center; gap: 13px; min-height: 104px; padding: 20px 22px; border-right: 1px solid var(--border); }
.trust-grid > div:first-child { border-left: 1px solid var(--border); }
.trust-grid svg { flex: 0 0 auto; width: 30px; height: 30px; color: var(--burgundy); }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { color: var(--navy); font-size: .82rem; }
.trust-grid small { margin-top: 2px; color: var(--muted); font-size: .69rem; }

.two-column { display: grid; grid-template-columns: minmax(300px, .76fr) minmax(0, 1.24fr); gap: clamp(50px, 8vw, 130px); align-items: start; }
.section-heading h2 { margin-bottom: 22px; color: var(--navy); }
.section-heading > p { max-width: 720px; }
.section-heading--center { max-width: 810px; margin: 0 auto 52px; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-slogan { color: var(--burgundy); font-family: Georgia, "Times New Roman", serif; font-size: 1.23rem; font-style: italic; }
.prose p { margin-bottom: 22px; font-size: 1.05rem; }
.prose p:first-child::first-letter { float: left; margin: 6px 9px 0 0; color: var(--burgundy); font-family: Georgia, serif; font-size: 3.6rem; line-height: .72; }
.notice { display: flex; gap: 14px; margin-top: 30px; padding: 18px; border-left: 3px solid var(--gold); border-radius: 0 12px 12px 0; background: var(--beige); }
.notice svg { flex: 0 0 auto; color: var(--burgundy); }
.notice p { margin: 0; font-size: .88rem; }

.soft-section { background: linear-gradient(180deg, #f7eeea, #fff9f6); }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.feature-card { position: relative; min-height: 235px; padding: 34px 30px; overflow: hidden; border: 1px solid rgba(122,22,50,.09); border-radius: var(--radius-md); background: rgba(255,255,255,.88); box-shadow: 0 13px 40px rgba(60,27,38,.055); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.feature-card:hover { transform: translateY(-5px); border-color: rgba(122,22,50,.22); box-shadow: var(--shadow); }
.feature-card__number { display: block; margin-bottom: 24px; color: var(--gold); font-family: Georgia, serif; font-size: 1rem; }
.feature-card h3 { margin-bottom: 11px; color: var(--navy); }
.feature-card p { margin: 0; font-size: .88rem; }
.feature-card::after { content: ""; position: absolute; right: -30px; bottom: -45px; width: 100px; height: 100px; border: 1px solid rgba(122,22,50,.08); border-radius: 50%; }

.methods { background: var(--white); }
.methods .section-heading { max-width: 790px; margin-bottom: 46px; }
.method-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.method-card { min-height: 420px; padding: clamp(32px, 5vw, 58px); border-radius: var(--radius-lg); }
.method-card--dark { color: var(--white); background: linear-gradient(145deg, var(--navy), #0f4664); box-shadow: 0 25px 65px rgba(9,38,64,.18); }
.method-card--light { border: 1px solid rgba(122,22,50,.12); background: linear-gradient(145deg, #fff7f6, var(--blush)); }
.method-card__icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 32px; border-radius: 18px; color: var(--burgundy); background: var(--white); }
.method-card h3 { margin-bottom: 16px; font-family: Georgia, serif; font-size: clamp(1.7rem, 2.8vw, 2.5rem); }
.method-card--dark h3 { color: var(--white); }
.method-card--light h3 { color: var(--navy); }
.method-card--dark p { color: rgba(255,255,255,.74); }
.method-card ul { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 0; padding: 0; list-style: none; }
.method-card li { padding: 8px 12px; border: 1px solid currentColor; border-radius: 999px; font-size: .75rem; opacity: .82; }

.visual-break { position: relative; isolation: isolate; min-height: 600px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--navy); }
.visual-break > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 72% center; }
.visual-break__overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(9,38,64,.97) 0%, rgba(9,38,64,.84) 43%, rgba(9,38,64,.15) 76%, rgba(9,38,64,.05) 100%); }
.visual-break__content { padding-block: 90px; }
.visual-break__content h2 { max-width: 690px; margin-bottom: 22px; color: var(--white); }
.visual-break__content p { max-width: 600px; margin-bottom: 29px; color: rgba(255,255,255,.8); }

.process { background: var(--ivory); }
.timeline { position: relative; max-width: 900px; margin: 0 auto; padding: 0; list-style: none; }
.timeline::before { content: ""; position: absolute; top: 22px; bottom: 22px; left: 26px; width: 1px; background: linear-gradient(var(--gold), rgba(200,155,82,.15)); }
.timeline li { position: relative; display: grid; grid-template-columns: 54px minmax(0,1fr); gap: 24px; margin-bottom: 15px; padding: 20px 24px 20px 0; border-radius: 18px; transition: background .2s ease, transform .2s ease; }
.timeline li:hover { transform: translateX(5px); background: rgba(255,255,255,.7); }
.timeline li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(200,155,82,.38); border-radius: 50%; color: var(--burgundy); background: var(--ivory); font-family: Georgia, serif; font-weight: 700; }
.timeline h3 { margin: 2px 0 7px; color: var(--navy); }
.timeline p { margin: 0; font-size: .9rem; }

.recovery { background: var(--white); }
.recovery__grid { display: grid; grid-template-columns: minmax(320px, .83fr) minmax(0, 1.17fr); align-items: center; gap: clamp(45px, 8vw, 115px); }
.recovery__image { position: relative; }
.recovery__image img { width: 100%; max-height: 690px; object-fit: cover; object-position: center top; border-radius: 45% 45% 22px 22px; box-shadow: var(--shadow); }
.recovery__badge { position: absolute; right: -26px; bottom: 30px; max-width: 240px; padding: 16px 18px; border-radius: 15px; color: var(--white); background: var(--burgundy); font-size: .78rem; font-weight: 700; box-shadow: 0 18px 40px rgba(122,22,50,.22); }
.recovery__content h2 { margin-bottom: 22px; color: var(--navy); }
.check-list { display: grid; gap: 12px; margin-top: 32px; }
.check-list > div { display: flex; align-items: flex-start; gap: 13px; padding: 14px 16px; border: 1px solid var(--border); border-radius: 14px; }
.check-list svg { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 2px; color: var(--burgundy); }
.check-list strong, .check-list small { display: block; }
.check-list strong { color: var(--navy); font-size: .87rem; }
.check-list small { margin-top: 2px; color: var(--muted); font-size: .75rem; }

.risks { color: var(--white); background: linear-gradient(135deg, var(--burgundy-dark), var(--burgundy) 58%, #943655); }
.risks__grid { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: clamp(40px, 8vw, 110px); align-items: center; }
.risks .section-heading h2 { color: var(--white); }
.risks .section-heading p { color: rgba(255,255,255,.72); }
.risk-list { display: flex; flex-wrap: wrap; gap: 10px; }
.risk-list span { padding: 11px 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: rgba(255,255,255,.9); background: rgba(255,255,255,.07); font-size: .82rem; }
.surgical-warning { margin-top: 55px; padding: 18px 22px; border: 1px solid rgba(255,255,255,.26); border-radius: 14px; color: var(--white); background: rgba(9,38,64,.18); font-size: .86rem; font-weight: 720; text-align: center; }

.doctor { background: var(--beige); }
.doctor__grid { display: grid; grid-template-columns: minmax(360px, 1fr) minmax(0, .95fr); align-items: center; gap: clamp(45px, 7vw, 100px); }
.doctor__image { overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.doctor__image img { width: 100%; aspect-ratio: 1.08 / 1; object-fit: cover; object-position: center; }
.doctor__content h2 { margin-bottom: 13px; color: var(--navy); }
.doctor__facts { display: grid; gap: 0; margin: 30px 0; border-top: 1px solid rgba(41,37,42,.14); }
.doctor__facts > div { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid rgba(41,37,42,.14); }
.doctor__facts dt { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.doctor__facts dd { margin: 0; color: var(--navy); font-weight: 750; }
.doctor__facts a { color: var(--burgundy); }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: var(--burgundy); font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.privacy-section { padding-block: 70px; background: var(--white); }
.privacy-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 36px 40px; border: 1px solid rgba(122,22,50,.14); border-radius: var(--radius-md); background: linear-gradient(110deg, #fff, #fff6f4); box-shadow: 0 14px 45px rgba(64,25,40,.06); }
.privacy-card__icon { display: grid; place-items: center; width: 68px; height: 68px; border-radius: 50%; color: var(--white); background: var(--burgundy); }
.privacy-card__icon svg { width: 33px; height: 33px; }
.privacy-card h2 { margin-bottom: 9px; font-size: clamp(1.7rem, 3vw, 2.65rem); color: var(--navy); }
.privacy-card p { margin: 0; }

.faq { background: var(--ivory); }
.faq__grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(45px, 8vw, 115px); align-items: start; }
.faq .section-heading { position: sticky; top: 130px; }
.accordion { border-top: 1px solid var(--border); }
.accordion details { border-bottom: 1px solid var(--border); }
.accordion summary { position: relative; padding: 23px 44px 23px 0; cursor: pointer; color: var(--navy); font-size: 1rem; font-weight: 800; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; top: 50%; right: 5px; width: 17px; height: 2px; background: var(--burgundy); transition: transform .2s ease; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { margin: -4px 42px 22px 0; font-size: .9rem; }

.contact { position: relative; padding: 104px 0; overflow: hidden; background: var(--navy); }
.contact::after { content: ""; position: absolute; right: -120px; top: -180px; width: 440px; height: 440px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.contact__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); align-items: center; gap: clamp(45px, 8vw, 110px); }
.contact h2 { color: var(--white); }
.contact__content > p { max-width: 650px; color: rgba(255,255,255,.72); }
.contact__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.contact-button { display: flex; align-items: center; gap: 12px; min-width: 230px; padding: 14px 17px; border-radius: 15px; color: var(--navy); background: var(--white); transition: transform .2s ease; }
.contact-button:hover { transform: translateY(-3px); }
.contact-button--whatsapp { color: var(--white); background: var(--green); }
.contact-button svg { width: 27px; height: 27px; }
.contact-button small, .contact-button strong { display: block; }
.contact-button small { font-size: .65rem; text-transform: uppercase; letter-spacing: .08em; opacity: .7; }
.contact-button strong { font-size: .85rem; }
.contact__privacy { margin: 15px 0 0; font-size: .75rem; }
.contact-card { padding: 36px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-md); color: var(--white); background: rgba(255,255,255,.075); backdrop-filter: blur(10px); }
.contact-card h3 { margin-bottom: 5px; color: var(--white); font-family: Georgia, serif; font-size: 1.75rem; }
.contact-card > p { color: rgba(255,255,255,.68); }
.contact-card dl { margin: 26px 0; }
.contact-card dl > div { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.12); }
.contact-card dt { margin-bottom: 3px; color: #f1c8d1; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-card dd { margin: 0; color: var(--white); font-size: .86rem; }
.contact-card__note { margin: 0 !important; font-size: .7rem; }
.contact-card code { color: var(--white); }

.site-footer { padding: 70px 0 35px; color: rgba(255,255,255,.75); background: #061b2e; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, .7fr); gap: 48px; padding-bottom: 45px; }
.brand--footer { margin-bottom: 18px; }
.brand--footer strong, .brand--footer small { color: var(--white); }
.brand--footer .brand__mark { color: #f2b7c4; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.12); }
.footer-grid p { max-width: 360px; color: rgba(255,255,255,.55); font-size: .82rem; }
.footer-grid h2 { margin-bottom: 17px; color: var(--white); font-family: inherit; font-size: .76rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { display: block; margin-bottom: 9px; color: rgba(255,255,255,.66); font-size: .8rem; }
.footer-grid a:hover { color: var(--white); }
.footer-legal { padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-legal p { margin-bottom: 8px; color: rgba(255,255,255,.5); font-size: .72rem; }
.footer-legal span { display: block; margin-top: 18px; color: rgba(255,255,255,.55); font-size: .72rem; }

.mobile-contact { display: none; }
.cookie-trigger { position: fixed; z-index: 75; left: 16px; bottom: 16px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; color: var(--white); background: rgba(9,38,64,.88); cursor: pointer; font-size: .65rem; }
.cookie-banner { position: fixed; z-index: 300; left: 50%; bottom: 20px; width: min(calc(100% - 30px), 880px); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 25px; padding: 24px; transform: translateX(-50%); border: 1px solid rgba(122,22,50,.16); border-radius: 18px; background: var(--white); box-shadow: 0 30px 100px rgba(9,38,64,.24); }
.cookie-banner[hidden] { display: none; }
.cookie-banner h2 { margin-bottom: 6px; color: var(--navy); font-family: inherit; font-size: 1rem; font-weight: 800; }
.cookie-banner p { margin-bottom: 5px; font-size: .78rem; }
.cookie-banner a { color: var(--burgundy); font-size: .73rem; font-weight: 750; }
.cookie-banner__actions { display: flex; gap: 8px; }
.cookie-banner .button { min-height: 42px; padding: 9px 17px; }

.js-enabled .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.js-enabled .reveal--delay { transition-delay: .12s; }
.js-enabled .reveal.is-visible { opacity: 1; transform: none; }

.legal-body { background: var(--ivory); }
.legal-back { min-height: 42px; }
.legal-page { min-height: 70vh; padding: 90px 0; }
.legal-page__inner { max-width: 880px; }
.legal-page h1 { max-width: 760px; margin-bottom: 20px; color: var(--navy); font-size: clamp(2.5rem, 5vw, 4.5rem); }
.legal-page__intro { margin-bottom: 50px; font-size: 1.08rem; }
.legal-page section { margin: 0 0 38px; }
.legal-page section h2 { margin-bottom: 13px; color: var(--navy); font-family: inherit; font-size: 1.32rem; font-weight: 800; }
.legal-page section p { margin-bottom: 12px; }
.legal-footer { padding-top: 35px; }
.error-body { display: grid; min-height: 100vh; place-items: center; background: radial-gradient(circle at center, #fff, var(--blush)); }
.error-page { width: 100%; padding: 80px 0; text-align: center; }
.error-page h1 { color: var(--navy); }
.error-page p { margin-bottom: 28px; }

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