:root {
  --red: #7d1028; --red-deep: #3a0713; --red-soft: #a7334c; --gold: #c89d42; --gold-light: #f1dfad;
  --cream: #fbf6ed; --paper: #fffdf9; --blush: #f3e4df; --ink: #24191c; --muted: #71666a;
  --line: rgba(70, 38, 45, .16); --white: #fff; --display: Georgia, "Times New Roman", serif;
  --body: Aptos, "Segoe UI", Arial, sans-serif; --max: 1180px; --radius: 28px; --shadow: 0 24px 65px rgba(57, 10, 23, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); line-height: 1.6; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
::selection { color: var(--paper); background: var(--red); }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; color: var(--white); background: var(--red-deep); border-radius: 9px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header { position: relative; z-index: 50; min-height: 80px; padding: 16px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; background: rgba(251, 246, 237, .9); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.site-header--hero { position: absolute; inset: 0 0 auto; background: rgba(251, 246, 237, .72); }
.brand { width: max-content; color: var(--red-deep); text-decoration: none; }
.brand span { font-family: var(--display); font-size: clamp(1.35rem, 2vw, 1.75rem); font-weight: 700; letter-spacing: -.035em; }
.header-edition { color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.site-header > .button { justify-self: end; }
.button { min-height: 52px; padding: 0 23px; border: 1px solid transparent; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; color: var(--ink); background: transparent; font-size: .75rem; font-weight: 850; letter-spacing: .08em; line-height: 1.2; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease; }
.button:hover { transform: translateY(-3px); }
.button b { font-size: 1rem; }
.button-small { min-height: 44px; padding-inline: 18px; font-size: .67rem; }
.button-primary { color: var(--white); background: var(--red); box-shadow: 7px 7px 0 var(--gold); }
.button-primary:hover { background: var(--red-deep); box-shadow: 4px 4px 0 var(--gold); }
.button-ghost { color: var(--red-deep); border-color: rgba(125, 16, 40, .35); background: rgba(255,255,255,.45); }
.button-ghost:hover { color: var(--white); background: var(--red); }
.button-light { color: var(--red-deep); background: var(--paper); box-shadow: 7px 7px 0 var(--gold); }
.button-light:hover { box-shadow: 4px 4px 0 var(--gold); }
.button-full { width: 100%; }

.hero { min-height: 880px; padding: 135px max(24px, calc((100vw - var(--max)) / 2)) 0; position: relative; overflow: hidden; background: radial-gradient(circle at 88% 18%, rgba(200,157,66,.22), transparent 29%), linear-gradient(135deg, #fffdf9 0%, var(--cream) 66%, var(--blush) 100%); }
.hero::before { content: "SVEGLIA"; position: absolute; right: -2vw; top: 22%; color: transparent; font-size: clamp(6rem, 13vw, 12rem); font-weight: 900; letter-spacing: -.08em; -webkit-text-stroke: 1px rgba(125,16,40,.08); transform: rotate(90deg); pointer-events: none; }
.hero-stage { min-height: 650px; max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .72fr); align-items: center; gap: clamp(50px, 7vw, 100px); }
.hero-copy { grid-column: 1; grid-row: 1; position: relative; z-index: 2; }
.hero-image { grid-column: 2; grid-row: 1; position: relative; width: min(100%, 450px); justify-self: end; padding: 12px; border: 1px solid rgba(125,16,40,.22); border-radius: 46px 46px 140px 46px; background: var(--paper); box-shadow: 18px 22px 0 var(--gold-light), var(--shadow); }
.hero-image::before { content: ""; position: absolute; inset: 35px -30px -30px 35px; z-index: -1; border-radius: 50%; border: 1px solid rgba(125,16,40,.2); }
.hero-image img { width: 100%; height: min(65vh, 600px); object-fit: cover; object-position: center 19%; border-radius: 35px 35px 125px 35px; }
.image-rule { position: absolute; right: -18px; bottom: 44px; padding: 12px 18px; border-radius: 12px; color: var(--red-deep); background: var(--gold-light); box-shadow: 6px 6px 0 var(--red); }
.image-rule span { font-family: var(--display); font-size: 1rem; font-weight: 700; }
.hero-kicker, .eyebrow { margin: 0 0 18px; color: var(--red); font-size: .7rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.hero h1, .wake h2, .audit h2, .faultline h2, .origin h2, .realms h2, .access h2, .faq h2, .final-word h2, .legal-hero h1, .thank-copy h1 { margin: 0; font-family: var(--display); font-weight: 700; letter-spacing: -.055em; line-height: .95; }
.hero h1 { max-width: 720px; font-size: clamp(4rem, 7.1vw, 7rem); }
.hero h1 span { display: block; }
.hero h1 em { display: block; color: var(--red); font-weight: 400; }
.hero-lead { max-width: 630px; margin: 28px 0 0; color: #51474a; font-size: clamp(1.03rem, 1.5vw, 1.25rem); }
.hero-actions { margin-top: 32px; display: flex; align-items: center; gap: 28px; }
.hero-actions p { margin: 0; color: var(--muted); font-family: var(--display); font-size: .95rem; font-style: italic; line-height: 1.35; }
.hero-index { max-width: var(--max); min-height: 90px; margin: 50px auto 0; padding: 20px 28px; border-radius: 24px 24px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; color: var(--white); background: var(--red-deep); box-shadow: 0 -12px 40px rgba(58,7,19,.12); }
.hero-index span { display: flex; align-items: center; justify-content: center; font-size: .72rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.hero-index span + span { padding-left: 26px; border-left: 1px solid rgba(255,255,255,.2); }

.section, .observe-content { max-width: var(--max); margin: 0 auto; padding: clamp(90px, 10vw, 150px) 24px; }
.wake { display: grid; grid-template-columns: 1.15fr .55fr; align-items: center; gap: clamp(30px, 7vw, 100px); }
.wake h2, .origin h2, .realms h2, .access h2, .faq h2 { font-size: clamp(3.2rem, 5.7vw, 6rem); }
.wake h2 em, .access h2 em, .final-word h2 em, .thank-copy h1 em { color: var(--red); font-weight: 400; }
.wake-copy > p:last-child { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: 1.05rem; }
.wake-note { padding: 28px; border: 1px solid rgba(125,16,40,.17); border-radius: 22px; background: var(--paper); box-shadow: 10px 10px 0 var(--gold-light); }
.wake-note span { display: block; margin-bottom: 8px; color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.wake-note strong { color: var(--red-deep); font-family: var(--display); font-size: 1.45rem; }
.audit { padding-top: 60px; }
.audit-head { display: grid; grid-template-columns: .42fr 1fr; gap: 40px; align-items: start; }
.audit-head h2 { font-size: clamp(2.8rem, 5vw, 5.25rem); }
.audit-grid { margin-top: 65px; display: grid; grid-template-columns: .52fr 1.25fr; gap: 55px; align-items: start; }
.audit-intro { position: sticky; top: 110px; }
.audit-intro p { margin-top: 0; color: var(--muted); font-size: 1.05rem; }
.text-link { display: inline-flex; gap: 12px; margin-top: 18px; color: var(--red); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.audit-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; list-style: none; }
.audit-list li { min-height: 320px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; background: rgba(255,255,255,.66); transition: transform .24s ease, box-shadow .24s ease; }
.audit-list li:nth-child(2) { transform: translateY(24px); }
.audit-list li:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.audit-list li:nth-child(2):hover { transform: translateY(18px); }
.audit-list > li > span { display: grid; width: 42px; aspect-ratio: 1; place-items: center; border-radius: 50%; color: var(--white); background: var(--red); font-size: .68rem; font-weight: 850; }
.audit-list div { margin-top: auto; }
.audit-list h3 { margin: 45px 0 10px; color: var(--red-deep); font-family: var(--display); font-size: 1.5rem; }
.audit-list p { margin: 0; color: var(--muted); font-size: .92rem; }

.faultline { padding: clamp(90px, 10vw, 145px) max(24px, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--red-deep); }
.faultline-title { display: grid; grid-template-columns: .4fr 1fr; gap: 40px; }
.faultline .eyebrow { color: var(--gold); }
.faultline h2 { font-size: clamp(3rem, 5.5vw, 5.7rem); }
.faultline-statements { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.faultline-statements article { min-height: 245px; padding: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(255,255,255,.055); }
.faultline-statements b { display: grid; width: 40px; aspect-ratio: 1; place-items: center; border-radius: 50%; color: var(--red-deep); background: var(--gold); }
.faultline-statements p { margin: 55px 0 0; color: #eadde0; }
.faultline-close { max-width: 760px; margin: 58px auto 0; color: var(--gold-light); font-family: var(--display); font-size: clamp(1.3rem, 2.2vw, 2rem); font-style: italic; text-align: center; }
.origin { display: grid; grid-template-columns: minmax(320px, .75fr) 1.1fr; gap: clamp(60px, 8vw, 110px); align-items: center; }
.origin-portrait { aspect-ratio: 5 / 4; position: relative; border-radius: 90px 34px 34px 34px; display: flex; align-items: flex-end; justify-content: center; overflow: hidden; background: var(--blush); box-shadow: 16px 16px 0 var(--gold-light); }
.origin-sun { position: absolute; width: 70%; aspect-ratio: 1; top: 8%; border-radius: 50%; background: var(--gold-light); }
.origin-portrait img { position: relative; z-index: 1; width: 100%; height: 100%; max-width: 100%; margin: 0; object-fit: contain; object-position: center bottom; }
.origin-portrait > p { position: absolute; z-index: 2; right: 18px; bottom: 18px; max-width: 220px; margin: 0; padding: 13px 16px; border-radius: 12px; color: var(--white); background: var(--red); font-family: var(--display); font-size: .95rem; font-style: italic; }
.origin-story header { margin-bottom: 45px; }
.origin-chapters { border-top: 1px solid var(--line); }
.origin-chapters article { padding: 24px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 70px 1fr; gap: 20px; }
.origin-chapters article > span { color: var(--red); font-family: var(--display); font-size: 1.4rem; font-weight: 700; }
.origin-chapters h3 { margin: 0 0 7px; font-family: var(--display); font-size: 1.25rem; }
.origin-chapters p { margin: 0; color: var(--muted); }

.realms { padding: clamp(95px, 10vw, 145px) max(24px, calc((100vw - var(--max)) / 2)); background: var(--paper); }
.realms-head { display: grid; grid-template-columns: .4fr 1fr; gap: 40px; }
.realm-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.realm { min-height: 360px; padding: 30px; border-radius: 30px; display: flex; flex-direction: column; overflow: hidden; position: relative; transition: transform .24s ease; }
.realm:hover { transform: translateY(-7px); }
.realm::after { content: ""; position: absolute; width: 140px; aspect-ratio: 1; right: -45px; top: -45px; border: 1px solid currentColor; border-radius: 50%; opacity: .12; }
.realm-power { color: var(--white); background: var(--red-deep); }
.realm-money { color: var(--red-deep); background: var(--gold-light); }
.realm-self { color: var(--ink); background: var(--blush); }
.realm > span { font-size: .66rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.realm h3 { margin: auto 0 14px; font-family: var(--display); font-size: 2.2rem; }
.realm p { margin: 0; opacity: .82; }
.realms-line { margin-top: 35px; padding: 22px 4px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.realms-line span { color: var(--red); font-size: .68rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.realms-line strong { font-family: var(--display); font-size: 1.35rem; }

.access { padding: clamp(90px, 10vw, 150px) max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .85fr 1fr; gap: clamp(50px, 8vw, 100px); align-items: center; color: var(--white); background: linear-gradient(135deg, var(--red) 0%, var(--red-deep) 100%); }
.access-index { display: inline-block; margin-bottom: 30px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 99px; font-size: .64rem; font-weight: 800; letter-spacing: .16em; }
.access .eyebrow { color: var(--gold); }
.access h2 em { color: var(--gold-light); }
.access-declaration > p:not(.eyebrow) { max-width: 530px; color: #eadde0; }
.access-quote { margin: 40px 0 0; padding: 22px 0 22px 25px; border-left: 3px solid var(--gold); color: var(--gold-light); font-family: var(--display); font-size: 1.25rem; font-style: italic; }
.lead-form { padding: clamp(30px, 4vw, 50px); border-radius: 34px; color: var(--ink); background: var(--paper); box-shadow: 18px 18px 0 var(--gold), 0 30px 70px rgba(0,0,0,.2); }
.form-head { padding-bottom: 22px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; }
.form-head span { color: var(--red); font-size: .67rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.form-head strong { font-family: var(--display); }
.field { margin-top: 23px; }
.field label { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.field label span { display: grid; width: 25px; aspect-ratio: 1; place-items: center; border-radius: 50%; color: var(--white); background: var(--red); font-size: .57rem; }
.field label em { margin-left: auto; color: var(--muted); font-size: .65rem; font-style: normal; font-weight: 650; }
.field input { width: 100%; min-height: 54px; padding: 0 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: var(--cream); outline: 0; transition: border .2s ease, box-shadow .2s ease; }
.field input:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(125,16,40,.12); }
.field input[aria-invalid="true"] { border-color: #b42318; }
.field-error, .form-error { color: #a41414; font-size: .75rem; }
.field-error { display: block; min-height: 18px; margin-top: 4px; }
.hp-field { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.form-consents { margin: 25px 0; display: grid; gap: 13px; }
.check-field { display: grid; grid-template-columns: 20px 1fr; gap: 10px; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.check-field input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--red); }
.check-field a { color: var(--red); }
.form-error { margin: 0 0 14px; padding: 10px 12px; border-radius: 9px; background: #fff0ef; }
.privacy-note { margin: 17px 0 0; color: var(--muted); font-size: .72rem; text-align: center; }
.lead-form.is-loading { opacity: .72; pointer-events: none; }
.lead-form button:disabled { opacity: .55; cursor: not-allowed; box-shadow: none; }

.faq { display: grid; grid-template-columns: .65fr 1fr; gap: clamp(50px, 8vw, 100px); }
.faq-intro { position: sticky; top: 110px; align-self: start; }
.faq-intro > p:last-child { color: var(--muted); }
.accordion { display: grid; gap: 12px; }
.accordion details { border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.66); overflow: hidden; }
.accordion summary { min-height: 74px; padding: 18px 20px; display: grid; grid-template-columns: 36px 1fr 24px; align-items: center; gap: 13px; cursor: pointer; font-weight: 750; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { display: grid; width: 34px; aspect-ratio: 1; place-items: center; border-radius: 50%; color: var(--white); background: var(--red); font-size: .62rem; }
.accordion summary b { color: var(--red); font-size: 1.2rem; transition: transform .25s ease; }
.accordion details[open] summary b { transform: rotate(45deg); }
.accordion details p { margin: 0; padding: 0 60px 24px 69px; color: var(--muted); }

.final-word { padding: clamp(90px, 10vw, 145px) max(24px, calc((100vw - var(--max)) / 2)); text-align: center; color: var(--white); background: var(--red); }
.final-word .eyebrow { color: var(--gold-light); }
.final-word h2 { max-width: 1000px; margin-inline: auto; font-size: clamp(3.1rem, 6vw, 6.4rem); }
.final-word h2 em { color: var(--gold-light); }
.final-word .button { margin-top: 42px; }
.risk-strip { padding: 28px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .23fr 1fr auto; align-items: center; gap: 26px; color: #ded1d5; background: var(--red-deep); font-size: .74rem; }
.risk-strip strong { color: var(--gold); text-transform: uppercase; }
.risk-strip p { margin: 0; }
.risk-strip a { color: var(--gold-light); font-weight: 800; text-decoration: none; white-space: nowrap; }

.site-footer { padding: 65px max(24px, calc((100vw - var(--max)) / 2)) 30px; color: #d8cbd0; background: #1d070e; }
.footer-top { padding-bottom: 45px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.footer-brand .brand { color: var(--gold-light); }
.footer-brand p { max-width: 430px; color: #a9979d; }
.footer-links { display: flex; flex-wrap: wrap; align-content: flex-start; justify-content: flex-end; gap: 12px 22px; }
.footer-links a, .footer-links button { padding: 0; border: 0; color: #d8cbd0; background: none; font-size: .75rem; text-decoration: none; cursor: pointer; }
.footer-links a:hover, .footer-links button:hover { color: var(--gold); }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 30px; color: #88777d; font-size: .67rem; }
.footer-bottom p { margin: 0; }
.legal-data { max-width: 600px; text-align: right; }

.mobile-sticky { display: none; }
.cookie-banner { position: fixed; z-index: 100; inset: auto 18px 18px; }
.cookie-main { max-width: 1160px; margin: 0 auto; padding: 21px; border: 1px solid rgba(125,16,40,.2); border-radius: 22px; display: grid; grid-template-columns: .72fr 1.2fr auto; align-items: center; gap: 25px; background: var(--paper); box-shadow: var(--shadow); }
.cookie-main > div:first-child { display: flex; align-items: center; gap: 13px; }
.cookie-icon { display: grid; width: 37px; aspect-ratio: 1; place-items: center; border-radius: 50%; color: var(--white); background: var(--red); font-size: .65rem; font-weight: 850; }
.cookie-main h2 { margin: 0; font-family: var(--display); font-size: 1.35rem; }
.cookie-main > p { margin: 0; color: var(--muted); font-size: .78rem; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-actions .button { min-height: 42px; padding: 0 14px; font-size: .6rem; }
.consent-modal { position: fixed; z-index: 110; inset: 0; padding: 18px; display: grid; place-items: center; background: rgba(29,7,14,.7); backdrop-filter: blur(8px); }
.modal-card { position: relative; width: min(610px, 100%); max-height: calc(100vh - 36px); overflow-y: auto; padding: clamp(26px, 5vw, 46px); border-radius: 28px; background: var(--paper); box-shadow: var(--shadow); }
.modal-card h2 { margin: 0; font-family: var(--display); font-size: 2.5rem; }
.modal-card > p:not(.eyebrow) { color: var(--muted); }
.modal-close { position: absolute; top: 18px; right: 18px; width: 38px; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.consent-row { min-height: 67px; padding: 13px 0; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.consent-row strong, .consent-row small { display: block; }
.consent-row small { color: var(--muted); }
.always-on { color: var(--red); font-size: .67rem; font-weight: 850; text-transform: uppercase; }
.consent-row input[role="switch"] { width: 42px; height: 23px; accent-color: var(--red); }

.legal-page { background: var(--cream); }
.legal-main { max-width: var(--max); margin: 0 auto; padding: 90px 24px 130px; }
.legal-hero { padding-bottom: 55px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { font-size: clamp(3.8rem, 7vw, 7rem); color: var(--red-deep); }
.legal-hero > p:last-child { max-width: 720px; color: var(--muted); }
.legal-content { margin-top: 55px; display: grid; grid-template-columns: 240px 1fr; gap: 75px; }
.legal-toc { position: sticky; top: 30px; align-self: start; padding: 24px; border: 1px solid var(--line); border-radius: 20px; display: grid; gap: 8px; background: var(--paper); }
.legal-toc strong { margin-bottom: 8px; color: var(--red); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.legal-toc a { color: var(--muted); font-size: .82rem; text-decoration: none; }
.legal-toc a:hover { color: var(--red); }
.legal-body section { padding: 0 0 36px; scroll-margin-top: 30px; }
.legal-body h2 { margin: 0 0 13px; color: var(--red-deep); font-family: var(--display); font-size: 1.8rem; }
.legal-body p, .legal-body li { color: #5f5558; }
.legal-body table { width: 100%; border-collapse: collapse; background: var(--paper); }
.legal-body th, .legal-body td { padding: 13px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-body th { color: var(--white); background: var(--red); }
.legal-callout { padding: 22px; border-left: 4px solid var(--gold); border-radius: 0 16px 16px 0; background: var(--paper); }

.thank-you { min-height: 100svh; padding: 28px; display: grid; place-items: center; background: linear-gradient(145deg, var(--cream), var(--blush)); }
.thank-shell { width: min(1120px, 100%); min-height: min(800px, calc(100svh - 56px)); position: relative; border-radius: 36px; display: grid; grid-template-columns: 1.05fr .85fr; grid-template-rows: auto 1fr; overflow: hidden; background: var(--paper); box-shadow: var(--shadow); }
.thank-masthead { grid-column: 1 / -1; padding: 24px 30px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.thank-masthead > span { color: var(--red); font-size: .66rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.thank-copy { z-index: 2; padding: clamp(48px, 6vw, 82px); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.thank-copy h1 { max-width: 680px; font-size: clamp(3.45rem, 5.7vw, 5.9rem); line-height: .98; }
.thank-copy > p:not(.eyebrow):not(.privacy-note) { max-width: 570px; margin: 25px auto 0; color: var(--muted); }
.thank-next { width: min(100%, 540px); margin: 30px auto; padding: 20px 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--cream); }
.thank-next p { margin: 4px 0 0; color: var(--muted); font-size: .84rem; }
.thank-copy .button { width: min(100%, 420px); color: var(--white); background: var(--red); box-shadow: 7px 7px 0 var(--gold); }
.thank-copy .privacy-note { text-align: center; }
.thank-portrait { position: relative; display: grid; place-items: center; overflow: hidden; isolation: isolate; border-left: 1px solid var(--line); background: radial-gradient(circle at 50% 42%, rgba(200,157,66,.3) 0 20%, rgba(243,228,223,.74) 20.5% 34%, #f8eee8 34.5% 100%); }
.thank-portrait::before { content: "SVEGLIA"; position: absolute; z-index: -1; left: 50%; top: 50%; color: rgba(125,16,40,.045); font-size: clamp(5rem, 9vw, 9rem); font-weight: 900; letter-spacing: -.08em; transform: translate(-50%, -50%) rotate(-90deg); }
.thank-orbit { position: absolute; width: min(78%, 520px); aspect-ratio: 1; top: 50%; left: 50%; border: 1px solid rgba(125,16,40,.22); border-radius: 50%; transform: translate(-50%, -50%); animation: orbit 16s linear infinite; }
.thank-orbit::after { content: ""; position: absolute; width: 12px; aspect-ratio: 1; top: 50%; left: -6px; border-radius: 50%; background: var(--red); }
.thank-visual-copy { position: relative; z-index: 2; width: min(82%, 430px); padding: 42px 24px; color: var(--ink); text-align: center; }
.thank-visual-copy > span { display: inline-block; margin-bottom: 34px; padding: 8px 14px; border: 1px solid rgba(125,16,40,.28); border-radius: 99px; color: var(--red); font-size: .65rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.thank-visual-copy blockquote { margin: 0; color: var(--red-deep); font-family: var(--display); font-size: clamp(2.7rem, 4.6vw, 5rem); font-style: italic; letter-spacing: -.045em; line-height: .96; }
.thank-visual-copy p { margin: 36px 0 0; color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
@keyframes orbit {
  from { transform: translate(-50%, -50%) rotate(0); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
.reveal { opacity: 1; transform: none; }
.js .reveal:not(.is-visible) { opacity: 0; transform: translateY(22px); }
.js .reveal { transition: opacity .6s ease, transform .6s ease; }

@media (max-width: 1000px) {
  .hero { min-height: auto; }
  .hero-stage { grid-template-columns: 1fr .72fr; gap: 35px; }
  .hero h1 { font-size: clamp(3.8rem, 8vw, 5.8rem); }
  .hero-image { min-width: 320px; }
  .wake { grid-template-columns: 1fr .45fr; }
  .audit-head, .faultline-title, .realms-head { grid-template-columns: 1fr; gap: 18px; }
  .audit-grid { grid-template-columns: 1fr; }
  .audit-intro, .faq-intro { position: static; }
  .origin { gap: 45px; }
  .origin-portrait { aspect-ratio: 5 / 4; }
  .access { grid-template-columns: 1fr 1fr; gap: 45px; }
  .lead-form { padding: 30px; }
  .faq { gap: 45px; }
  .cookie-main { grid-template-columns: 1fr; gap: 12px; }
  .cookie-actions { justify-content: flex-end; }
  .thank-shell { grid-template-columns: 1fr .7fr; }
}
@media (max-width: 760px) {
  body { padding-bottom: 66px; }
  .site-header { min-height: 68px; padding: 12px 20px; grid-template-columns: 1fr auto; }
  .header-edition, .site-header > .button { display: none; }
  .brand span { font-size: 1.35rem; }
  .hero { padding: 100px 20px 0; }
  .hero::before { display: none; }
  .hero-stage { min-height: auto; grid-template-columns: 1fr; gap: 42px; }
  .hero-copy { grid-column: 1; grid-row: 1; }
  .hero-image { grid-column: 1; grid-row: 2; width: calc(100% - 28px); min-width: 0; justify-self: center; border-radius: 32px 32px 95px 32px; box-shadow: 12px 15px 0 var(--gold-light), var(--shadow); }
  .hero-image img { height: 520px; border-radius: 23px 23px 84px 23px; }
  .image-rule { right: -12px; bottom: 26px; }
  .hero h1 { font-size: clamp(3.35rem, 16vw, 5.3rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-actions .button { width: 100%; }
  .hero-actions p { padding-left: 5px; }
  .hero-index { margin: 55px -20px 0; padding: 20px; border-radius: 0; grid-template-columns: 1fr; gap: 14px; }
  .hero-index span + span { padding: 14px 0 0; border: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .section, .observe-content { padding: 80px 20px; }
  .wake { grid-template-columns: 1fr; gap: 25px; }
  .wake-note { grid-column: 1; }
  .wake h2, .origin h2, .realms h2, .access h2, .faq h2 { font-size: clamp(2.8rem, 13vw, 4.5rem); }
  .audit { padding-top: 30px; }
  .audit-head h2, .faultline h2 { font-size: clamp(2.65rem, 12vw, 4.2rem); }
  .audit-grid { margin-top: 40px; gap: 30px; }
  .audit-list { grid-template-columns: 1fr; }
  .audit-list li, .audit-list li:nth-child(2) { min-height: 245px; transform: none; }
  .audit-list li:hover, .audit-list li:nth-child(2):hover { transform: translateY(-4px); }
  .faultline, .realms, .access, .final-word { padding: 80px 20px; }
  .faultline-statements { margin-top: 42px; grid-template-columns: 1fr; }
  .faultline-statements article { min-height: 210px; }
  .origin { grid-template-columns: 1fr; gap: 55px; }
  .origin-portrait { aspect-ratio: 5 / 4; border-radius: 70px 28px 28px 28px; }
  .origin-chapters article { grid-template-columns: 55px 1fr; }
  .realm-grid { margin-top: 42px; grid-template-columns: 1fr; }
  .realm { min-height: 285px; }
  .realms-line { align-items: flex-start; flex-direction: column; }
  .access { grid-template-columns: 1fr; gap: 50px; }
  .lead-form { margin: 0 5px; padding: 27px 22px; border-radius: 25px; box-shadow: 10px 10px 0 var(--gold); }
  .form-head { flex-direction: column; gap: 5px; }
  .faq { grid-template-columns: 1fr; gap: 36px; }
  .accordion summary { grid-template-columns: 34px 1fr 20px; padding: 16px; }
  .accordion details p { padding: 0 20px 22px 62px; }
  .final-word h2 { font-size: clamp(2.8rem, 13vw, 4.6rem); }
  .risk-strip { padding: 28px 20px; grid-template-columns: 1fr; gap: 10px; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-links { justify-content: flex-start; }
  .footer-bottom { flex-direction: column; }
  .legal-data { text-align: left; }
  .mobile-sticky { position: fixed; z-index: 90; inset: auto 0 0; min-height: 66px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; color: var(--white); background: var(--red); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; box-shadow: 0 -8px 25px rgba(58,7,19,.18); transition: transform .25s ease; }
  .mobile-sticky.is-hidden { transform: translateY(110%); }
  .cookie-banner { inset: auto 10px 76px; }
  .cookie-main { padding: 18px; border-radius: 18px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions .button-primary { grid-column: 1 / -1; }
  .legal-main { padding: 65px 20px 90px; }
  .legal-hero h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .legal-content { grid-template-columns: 1fr; gap: 40px; }
  .legal-toc { position: static; }
  .legal-body { overflow-wrap: anywhere; }
  .legal-body table { display: block; overflow-x: auto; }
  .thank-you { padding: 0; }
  .thank-shell { min-height: 100svh; border-radius: 0; grid-template-columns: 1fr; grid-template-rows: auto auto minmax(430px, 1fr); }
  .thank-masthead { padding: 20px; }
  .thank-copy { padding: 55px 20px 45px; }
  .thank-copy h1 { font-size: clamp(3.05rem, 13vw, 4.6rem); }
  .thank-copy .button { width: 100%; }
  .thank-portrait { min-height: 420px; }
  .thank-orbit { width: min(92%, 430px); }
  .thank-visual-copy { width: 100%; padding: 65px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal:not(.is-visible) { opacity: 1; transform: none; }
}
