:root {
  --ink: #101916;
  --ink-soft: #1b2922;
  --cream: #f4f0e8;
  --paper: #faf8f3;
  --gold: #c9a66b;
  --gold-light: #dfc390;
  --font-sans: "Manrope", sans-serif;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --ease-out: cubic-bezier(.23,1,.32,1);
}
* { box-sizing: border-box; }
body { margin: 0; }
a { text-decoration: none; }
button, input { font: inherit; }
.site-shell { overflow: clip; }
.page-width { width: min(100% - 88px, 1320px); margin-inline: auto; }
.section-pad { padding-block: clamp(95px, 9vw, 150px); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 400; }
h1, h2 { font-family: var(--font-serif); letter-spacing: -.048em; }
h2 { font-size: clamp(54px, 6.3vw, 96px); line-height: .91; }
h2 em, h1 em { font-weight: 400; color: var(--gold); }

/* Brand & navigation */
.site-header { position: absolute; top: 0; left: 0; width: 100%; z-index: 30; color: #f7f1e7; transition: background .25s var(--ease-out), box-shadow .25s var(--ease-out); }
.site-header-solid { position: fixed; background: rgba(13,22,18,.96); backdrop-filter: blur(18px); box-shadow: 0 1px 0 rgba(230,211,170,.11); }
.site-header-inner { width: min(100% - 88px, 1320px); margin: auto; height: 91px; display: flex; align-items: center; gap: 30px; border-bottom: 1px solid rgba(242,229,203,.18); }
.site-header-solid .site-header-inner { border-bottom-color: transparent; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; color: #f6efe3; }
.brand-dark { color: var(--ink); }
.brand-symbol { width: 48px; height: 48px; color: var(--gold); }
.brand-wordmark { display: flex; flex-direction: column; gap: 3px; line-height: 1; }
.brand-wordmark strong { font-family: var(--font-serif); font-size: 26px; font-weight: 600; letter-spacing: -.055em; white-space: nowrap; }
.brand-wordmark small { font-family: var(--font-sans); font-size: 7px; letter-spacing: .19em; font-weight: 700; white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.25vw, 35px); margin-left: auto; }
.desktop-nav a { font-size: 11px; color: rgba(246,239,227,.76); transition: color .2s; white-space: nowrap; }
.desktop-nav a:hover { color: var(--gold-light); }
.header-cta { display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 1px solid rgba(201,166,107,.85); padding: 13px 17px; color: #f6efe3; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .075em; white-space: nowrap; transition: background .2s, color .2s, transform .16s var(--ease-out); }
.header-cta:hover { background: var(--gold); color: var(--ink); }
.header-cta:active, .cta:active, .form-submit:active, .mobile-sticky-cta:active { transform: scale(.97); }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; color: #f6efe3; padding: 8px; }
.mobile-nav { display: none; }

/* Hero */
.hero { position: relative; min-height: min(880px, 100svh); background: #0e1613; color: #f8f4eb; display: flex; align-items: center; isolation: isolate; }
.hero-image, .hero-shade { position: absolute; inset: 0; z-index: -1; }
.hero-image { background-size: cover; background-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(10,19,15,.98) 0%, rgba(10,19,15,.87) 29%, rgba(10,19,15,.32) 58%, rgba(10,19,15,.05) 100%), linear-gradient(0deg,rgba(11,20,16,.42),transparent 20%); }
.hero-inner { padding-top: 160px; padding-bottom: 126px; }
.hero-content { max-width: 700px; }
.hero-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 33px; color: #dfc494; font-size: 10px; letter-spacing: .23em; font-weight: 700; }
.eyebrow-line { width: 28px; height: 1px; background: #d3b57e; }
.hero h1 { font-size: clamp(68px, 6.5vw, 98px); line-height: .9; margin-bottom: 35px; }
.hero h1 em { display: block; margin-top: 8px; color: #dbba80; }
.hero-description { max-width: 550px; font-size: 15px; line-height: 1.9; color: rgba(246,241,231,.78); margin-bottom: 33px; }
.hero-actions { display: flex; gap: 31px; align-items: center; flex-wrap: wrap; }
.cta { display: inline-flex; align-items: center; justify-content: center; gap: 34px; min-height: 57px; padding: 0 22px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: background .2s var(--ease-out), color .2s var(--ease-out), transform .16s var(--ease-out); }
.cta-gold { color: #192219; background: #d5b578; }
.cta-gold:hover { background: #f0d39b; }
.cta-outline { border: 1px solid rgba(218,191,143,.72); color: #f4e9d7; }
.cta-outline:hover { background: #d5b578; color: #192219; }
.text-link, .inline-link { display: inline-flex; align-items: center; gap: 11px; font-size: 11px; font-weight: 700; letter-spacing: .04em; border-bottom: 1px solid currentColor; padding-bottom: 5px; transition: gap .2s var(--ease-out); }
.text-link:hover, .inline-link:hover { gap: 17px; }
.text-link-light { color: #e9d4ac; }
.hero-fineprint { margin: 21px 0 0; font-size: 10px; letter-spacing: .025em; color: rgba(247,241,227,.53); }
.hero-bottom { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); height: 67px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(242,229,203,.17); color: rgba(248,241,229,.5); font-size: 9px; letter-spacing: .22em; }
.hero-bottom span:last-child { display: flex; align-items: center; gap: 8px; }

/* Common headings */
.section-label { display: flex; align-items: center; gap: 11px; margin-bottom: 37px; color: #8f6e40; font-size: 10px; letter-spacing: .2em; font-weight: 800; }
.section-label > span:first-child { font-size: 10px; letter-spacing: .04em; }
.section-label-rule { width: 27px; height: 1px; background: currentColor; opacity: .65; }
.section-label-light { color: #d5b783; }

/* Intro */
.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 1.05fr .82fr; gap: clamp(70px, 10vw, 165px); align-items: center; }
.intro-copy { max-width: 700px; }
.intro-copy h2 { max-width: 720px; margin-bottom: 33px; }
.intro-copy h2 em { display: block; color: #ab8048; }
.intro-copy > p:not(.section-label) { max-width: 550px; color: #555b51; font-size: 14px; line-height: 2; margin-bottom: 17px; }
.intro-copy .inline-link { margin-top: 22px; color: #72532b; }
.intro-image-wrap { position: relative; margin: 14px 0 32px; }
.intro-image-wrap::before { content: ""; position: absolute; top: -18px; right: -18px; width: 62%; height: 62%; border-top: 1px solid #baa77f; border-right: 1px solid #baa77f; }
.intro-image-wrap img { display: block; width: 100%; height: 590px; object-fit: cover; filter: saturate(.82); }
.intro-image-caption { position: absolute; bottom: -28px; left: -34px; background: #1c2921; color: #f3ead9; padding: 25px 30px; width: min(92%, 330px); box-shadow: 12px 15px 34px rgba(19,31,23,.14); }
.intro-image-caption span { display: block; color: #c4a678; font-size: 9px; letter-spacing: .2em; margin-bottom: 6px; }
.intro-image-caption strong { font-family: var(--font-serif); font-weight: 400; font-style: italic; font-size: 31px; line-height: 1; }

/* Manifesto */
.manifesto { background: #233027; color: #f2eee2; }
.manifesto-inner { min-height: 370px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding-block: 60px; }
.manifesto-mark svg { color: #cbaa73; width: 52px; height: 52px; margin: auto auto 23px; }
.manifesto p { font-family: var(--font-serif); font-size: clamp(39px,4.25vw,65px); line-height: 1.1; letter-spacing: -.03em; max-width: 980px; margin-bottom: 26px; }
.manifesto p em { color: #d6b679; }
.manifesto-foot { font-size: 9px; letter-spacing: .26em; color: #bda976; }

/* Deliverables */
.deliverables { background: #f8f5ee; }
.section-heading-grid { display: grid; grid-template-columns: 1.2fr .58fr; gap: 60px; align-items: end; margin-bottom: 66px; }
.section-heading-grid h2 { margin: 0; max-width: 860px; }
.section-heading-grid h2 em { color: #a67d45; }
.section-heading-grid > p { max-width: 340px; margin-bottom: 4px; font-size: 14px; color: #63685d; line-height: 1.9; }
.deliverable-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d7d0c1; border-left: 1px solid #d7d0c1; }
.deliverable-card { min-height: 325px; display: flex; flex-direction: column; position: relative; padding: 31px 36px 42px; border-right: 1px solid #d7d0c1; border-bottom: 1px solid #d7d0c1; background: #f8f5ee; transition: background .2s var(--ease-out); }
.deliverable-card:hover { background: #eee9df; }
.card-number { font-family: var(--font-serif); font-size: 28px; color: #a88a5b; }
.card-line { display: block; width: 36px; height: 1px; background: #b79b6d; margin: 34px 0 34px; }
.deliverable-card h3 { font-family: var(--font-serif); font-size: 34px; letter-spacing: -.035em; line-height: 1; margin-bottom: 15px; }
.deliverable-card p { max-width: 330px; font-size: 12px; line-height: 1.85; color: #697065; margin-bottom: 12px; }
.card-arrow { position: absolute; right: 30px; top: 32px; color: #998567; }
.method-note { display: grid; grid-template-columns: 35px 1fr auto; align-items: center; gap: 21px; border-bottom: 1px solid #cfc7b5; padding: 32px 0; }
.method-icon { font-size: 32px; color: #b48b4e; line-height: 1; }
.method-note p { margin: 0; max-width: 880px; font-size: 13px; line-height: 1.8; color: #555c51; }
.method-note strong { color: #233027; }
.method-note a { color: #846338; padding: 10px; }

/* Journey */
.journey { background: #15211b; color: #f7f1e5; position: relative; }
.journey::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .1; background-image: radial-gradient(circle, #d7bd8a 1px, transparent 1.1px); background-size: 34px 34px; mask-image: linear-gradient(90deg,transparent 35%,black); }
.journey-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .88fr 1fr; gap: 11vw; }
.journey-side h2 { font-size: clamp(55px, 5.5vw, 86px); margin-bottom: 32px; }
.journey-side h2 em { display: block; }
.journey-side > p:not(.section-label) { font-size: 14px; line-height: 1.95; color: #c0c9bf; max-width: 480px; }
.journey-result { margin: 50px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; border-top: 1px solid rgba(226,205,169,.22); border-bottom: 1px solid rgba(226,205,169,.22); padding: 22px 0; }
.journey-result span { color: #c9ad79; font-size: 9px; letter-spacing: .17em; font-weight: 700; }
.journey-result strong { font-family: var(--font-serif); font-size: 31px; font-weight: 400; }
.journey-steps { border-top: 1px solid rgba(219,205,179,.23); }
.journey-step { display: grid; grid-template-columns: 58px 1fr 20px; align-items: start; gap: 23px; padding: 28px 4px 31px; border-bottom: 1px solid rgba(219,205,179,.23); }
.step-number { font-family: var(--font-serif); color: #c9ac77; font-size: 24px; line-height: 1.3; }
.journey-step h3 { font-family: var(--font-serif); font-size: 37px; line-height: 1; letter-spacing: -.03em; margin-bottom: 10px; }
.journey-step p { font-size: 12px; line-height: 1.8; color: #b6c1b5; max-width: 390px; margin: 0; }
.journey-step > svg { color: #c9ac77; margin-top: 14px; }

/* Outcome */
.outcome { background: #ebe6da; }
.outcome-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(70px, 12vw, 170px); align-items: center; }
.outcome-art { min-height: 570px; background: radial-gradient(ellipse at 50% 45%, #cebfa5 0%, #b5a78e 48%, #988b73 100%); position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; box-shadow: 25px 28px 55px rgba(67,58,40,.15); }
.outcome-art::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(252,247,232,.38); pointer-events: none; }
.outcome-art > span { position: absolute; left: 37px; top: 38px; z-index: 2; color: #efe9dc; font-size: 9px; font-weight: 800; letter-spacing: .21em; }
.outcome-art > span:last-child { top: auto; bottom: 38px; right: 37px; left: auto; }
.outcome-book { width: 230px; height: 350px; position: relative; display: flex; flex-direction: column; justify-content: space-between; align-items: center; padding: 49px 18px 47px; color: #e5d0a1; background: linear-gradient(94deg,#111d18 0%,#23352a 8%,#1a2921 12%,#17261e 88%,#304233 100%); box-shadow: -13px 15px 12px rgba(28,34,23,.22), 17px 23px 24px rgba(28,34,23,.33), inset 3px 0 4px rgba(255,255,255,.1); transform: perspective(760px) rotateY(-14deg) rotateZ(-5deg); }
.outcome-book::before { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(221,190,131,.57); }
.outcome-book::after { content: ""; position: absolute; right: -11px; top: 8px; width: 11px; height: calc(100% - 14px); background: repeating-linear-gradient(90deg,#ede2c7,#d6c6a3 2px,#eee1c4 3px); transform: skewY(38deg); transform-origin: left top; }
.outcome-book > span { font-family: var(--font-serif); font-size: 47px; letter-spacing: -.045em; line-height: .77; text-align: center; z-index: 1; }
.outcome-book svg { width: 76px; height: 76px; z-index: 1; }
.outcome-copy h2 { margin-bottom: 29px; }
.outcome-copy h2 em { display: block; color: #a17a43; }
.outcome-copy > p:not(.section-label) { color: #5c6559; font-size: 14px; line-height: 1.95; max-width: 600px; }
.outcome-list { display: flex; flex-wrap: wrap; gap: 10px 25px; border-block: 1px solid #cdc5b5; padding: 23px 0; margin: 31px 0 31px; }
.outcome-list span { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; color: #4c5849; }
.outcome-list svg { color: #9e7440; }
.outcome-copy .inline-link { color: #705029; }

/* Audience */
.audience { background: #26342a; color: #f4eee2; }
.audience-grid { display: grid; grid-template-columns: .88fr 1fr; gap: clamp(70px,10vw,160px); }
.audience h2 { margin-bottom: 27px; }
.audience h2 em { color: #d3b67f; }
.audience-grid > div:first-child > p:not(.section-label) { font-size: 14px; line-height: 1.95; color: #bbc7bb; max-width: 490px; margin-bottom: 34px; }
.audience-list { border-top: 1px solid rgba(227,213,188,.27); }
.audience-list > div { display: grid; grid-template-columns: 56px 1fr; gap: 15px; padding: 30px 0; border-bottom: 1px solid rgba(227,213,188,.27); }
.audience-list span { font-family: var(--font-serif); font-size: 26px; color: #c6aa79; }
.audience-list p { font-family: var(--font-serif); font-size: clamp(22px, 2vw, 30px); line-height: 1.18; letter-spacing: -.015em; margin: 0; max-width: 560px; }

/* A quiet editorial pause around the offer, not a competing design language. */
.offer-band { background: #bda170; color: #172219; padding-block: clamp(72px, 8vw, 120px); }
.offer-band-grid { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(60px, 10vw, 145px); align-items: center; }
.offer-band-grid > div:first-child { border-top: 1px solid rgba(29,39,26,.38); display: flex; flex-direction: column; justify-content: space-between; min-height: 305px; padding-top: 18px; }
.offer-band-grid > div:first-child > span { font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.offer-band-grid > div:first-child > strong { font-family: var(--font-serif); font-weight: 400; font-size: clamp(145px, 18vw, 245px); letter-spacing: -.09em; line-height: .7; white-space: nowrap; }
.offer-band-grid > div:first-child small { font-family: var(--font-sans); font-size: 11px; letter-spacing: .18em; font-weight: 800; writing-mode: vertical-rl; transform: rotate(180deg); display: inline-block; vertical-align: 18px; margin-left: 8px; }
.offer-band h2 { font-size: clamp(56px, 5.4vw, 79px); line-height: .96; max-width: 720px; margin-bottom: 26px; }
.offer-band h2 em { color: #f7f0e2; display: block; }
.offer-band p { color: #283426; font-size: 14px; line-height: 1.85; max-width: 580px; margin-bottom: 28px; }
.offer-band .cta-gold { background: #17261d; color: #f7f0e2; }
.offer-band .cta-gold:hover { background: #334837; }

/* FAQ */
.faq { background: #f8f5ee; }
.faq-grid { display: grid; grid-template-columns: .7fr 1fr; gap: clamp(60px, 11vw, 165px); align-items: start; }
.faq h2 { font-size: clamp(56px, 5.4vw, 83px); margin-bottom: 24px; }
.faq h2 em { color: #a67d45; }
.faq-grid > div:first-child > p:not(.section-label) { color: #687066; font-size: 13px; line-height: 1.85; max-width: 330px; }
.faq-items { border-top: 1px solid #cfc8b9; }
.faq-item { border-bottom: 1px solid #cfc8b9; }
.faq-trigger { display: flex; align-items: center; text-align: left; gap: 21px; min-height: 83px; padding: 20px 0; color: #293329; font-family: var(--font-serif); font-size: 25px; line-height: 1.13; letter-spacing: -.015em; font-weight: 500; text-decoration: none !important; }
.faq-trigger > svg { color: #9d7b4b; flex: 0 0 auto; }
.faq-index { color: #a18a66; font-family: var(--font-sans); font-size: 10px; font-weight: 700; letter-spacing: .08em; flex: 0 0 30px; }
.faq-answer { padding-left: 51px; padding-right: 25px; color: #5d675c; font-size: 13px; line-height: 1.9; max-width: 690px; }

/* Final form */
.final-cta { background: #121e18; color: #f6f0e5; position: relative; }
.final-cta::before { content: ""; position: absolute; top: 0; left: 0; width: 55%; height: 100%; opacity: .23; background: radial-gradient(ellipse at 48% 30%, #67715a 0%, transparent 61%); pointer-events: none; }
.final-grid { display: grid; grid-template-columns: 1fr .83fr; gap: clamp(70px, 11vw, 165px); position: relative; align-items: center; }
.final-copy h2 { font-size: clamp(64px, 6.3vw, 100px); margin-bottom: 31px; }
.final-copy h2 em { display: block; }
.final-copy > p:not(.section-label):not(.final-small) { font-size: 14px; line-height: 1.95; color: #bfc9bd; max-width: 550px; }
.final-quote { margin: 52px 0 38px; border-top: 1px solid rgba(222,202,164,.29); padding-top: 20px; display: flex; align-items: start; gap: 14px; }
.final-quote span { font-family: var(--font-serif); font-size: 65px; line-height: 1; color: #caa96f; }
.final-quote p { font-family: var(--font-serif); font-size: 28px; line-height: 1.22; font-style: italic; max-width: 450px; margin: 12px 0 0; color: #e8ddc7; }
.final-small { color: #c6ae7d; font-size: 9px; letter-spacing: .19em; font-weight: 700; }
.form-panel { background: #f4f0e7; padding: clamp(30px, 4vw, 58px); color: #253126; box-shadow: 25px 32px 65px rgba(0,0,0,.16); }
.form-panel-header > span { color: #947044; font-size: 9px; letter-spacing: .2em; font-weight: 800; }
.form-panel-header h3 { font-family: var(--font-serif); font-size: clamp(37px, 3.2vw, 49px); letter-spacing: -.04em; line-height: .98; margin: 22px 0 16px; }
.form-panel-header p { color: #646c60; font-size: 12px; line-height: 1.85; margin-bottom: 26px; }
.lead-form { display: flex; flex-direction: column; }
.lead-form > label:not(.consent-label) { color: #435043; font-size: 10px; font-weight: 800; letter-spacing: .055em; margin: 14px 0 8px; }
.lead-form > input, .lead-form > select { width: 100%; height: 48px; border: 1px solid #d2cbbb; border-radius: 0; color: #233127; background: #fcfaf5; padding: 0 14px; font-size: 12px; outline: none; transition: border-color .2s, box-shadow .2s; }
.lead-form > input:focus, .lead-form > select:focus { border-color: #997345; box-shadow: 0 0 0 2px rgba(201,166,107,.2); }
.lead-form > select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23445143' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; }
.field-optional { color: #857e70; font-size: 9px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.lead-form > input::placeholder { color: #9aa094; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.consent-label { display: flex; align-items: flex-start; gap: 10px; margin: 20px 0 22px; cursor: pointer; }
.consent-label input { accent-color: #987039; margin-top: 2px; flex: 0 0 auto; }
.consent-label span { font-size: 10px; line-height: 1.65; color: #677064; }
.consent-label a { color: #805a2c; text-decoration: underline; text-underline-offset: 2px; }
.form-error { color: #a23432; font-size: 11px; margin: 0 0 12px; }
.form-submit { height: 55px; border: 0; background: #b69058; color: #142016; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; font-size: 11px; letter-spacing: .075em; text-transform: uppercase; font-weight: 800; transition: background .2s var(--ease-out), transform .16s var(--ease-out); }
.form-submit:hover { background: #d6b77f; }
.form-submit:disabled { opacity: .7; cursor: wait; }
.form-note { text-align: center; margin: 13px 0 0; color: #778074; font-size: 9px; line-height: 1.6; }
.form-success { min-height: 314px; display: flex; flex-direction: column; justify-content: center; align-items: start; }
.success-icon { width: 52px; height: 52px; display: grid; place-items: center; background: #e7dfd0; color: #745934; margin-bottom: 22px; }
.form-success h3 { font-family: var(--font-serif); font-size: 44px; line-height: 1; margin-bottom: 15px; }
.form-success p { color: #5f685d; font-size: 13px; line-height: 1.8; }
.form-success a { display: inline-flex; align-items: center; gap: 8px; color: #79572c; font-size: 11px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 4px; }

/* Footer & utility pages */
.footer { background: #0d1612; color: #eee8dc; }
.footer-main { display: flex; justify-content: space-between; gap: 50px; padding-block: 70px 80px; }
.footer-main p { font-family: var(--font-serif); font-style: italic; font-size: 23px; line-height: 1.15; color: #abaf9e; margin: 26px 0 0; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 63px; align-content: center; }
.footer-links a { color: #b9c2b4; font-size: 11px; }
.footer-links a:hover { color: #d5b784; }
.footer-bottom { border-top: 1px solid rgba(224,209,180,.17); display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-block: 25px; font-size: 9px; letter-spacing: .15em; color: #819082; }
.footer-bottom a { display: inline-flex; align-items: center; gap: 8px; color: #d5b784; white-space: nowrap; }
.footer-bottom .footer-kdp { max-width: 560px; line-height: 1.6; letter-spacing: .02em; text-transform: none; }
.footer-bottom .footer-kdp a { text-decoration: underline; text-underline-offset: 2px; }
.mobile-sticky-cta { display: none; }
.utility-page { min-height: 100vh; background: var(--cream); }
.utility-header { background: #142019; padding: 20px 0; }
.utility-content { max-width: 820px; padding-block: 90px 130px; }
.utility-content h1 { font-size: clamp(55px, 7vw, 90px); line-height: .9; margin-bottom: 35px; }
.utility-content h2 { font-size: 37px; margin: 42px 0 13px; }
.utility-content p, .utility-content li { color: #5b655b; font-size: 14px; line-height: 1.9; }
.utility-content a { color: #7f5c31; text-decoration: underline; }
.utility-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 30px; font-size: 11px; font-weight: 700; letter-spacing: .08em; color: #826038; }

@media (max-width: 1100px) {
  .desktop-nav { gap: 14px; }
  .desktop-nav a { font-size: 10px; }
  .site-header-inner { gap: 20px; }
  .brand-wordmark strong { font-size: 23px; }
  .header-cta { font-size: 9px; padding: 12px; }
  .hero h1 { font-size: 83px; }
}

@media (max-width: 900px) {
  .page-width, .site-header-inner { width: min(100% - 48px, 1320px); }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav { display: flex; flex-direction: column; padding: 10px 24px 25px; background: #0d1612; border-top: 1px solid rgba(220,198,163,.2); }
  .mobile-nav a { display: flex; justify-content: space-between; align-items: center; color: #f3ede0; font-size: 14px; padding: 15px 0; border-bottom: 1px solid rgba(220,198,163,.14); }
  .mobile-nav a.mobile-nav-main { color: #d8b980; font-weight: 700; }
  .hero { min-height: 800px; }
  .hero h1 { font-size: clamp(68px,9vw,87px); }
  .intro-grid, .section-heading-grid, .journey-layout, .outcome-grid, .audience-grid, .faq-grid, .final-grid { gap: 65px; }
  .intro-grid { grid-template-columns: 1fr .82fr; }
  .intro-image-wrap img { height: 520px; }
  .intro-copy h2 { font-size: 61px; }
  .deliverable-grid { grid-template-columns: repeat(2,1fr); }
  .journey-layout, .outcome-grid, .audience-grid, .final-grid { grid-template-columns: 1fr 1fr; }
  .journey-side h2, .audience h2, .outcome h2, .final-copy h2 { font-size: 65px; }
  .offer-band-grid { gap: 60px; }
  .offer-band-grid > div:first-child > strong { font-size: 160px; }
  .journey-step { grid-template-columns: 34px 1fr; gap: 14px; }
  .journey-step > svg { display: none; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 67px; }
  .page-width, .site-header-inner { width: min(100% - 38px, 1320px); }
  .section-pad { padding-block: 82px; }
  .site-header-inner { height: 73px; }
  .brand-symbol { width: 41px; height: 41px; }
  .brand-wordmark strong { font-size: 22px; }
  .brand-wordmark small { font-size: 6.2px; }
  .hero { min-height: 820px; align-items: start; }
  .hero-image { background-position: 64% bottom; opacity: 1; }
  .hero-shade { background: linear-gradient(180deg,rgba(11,20,16,.98) 0%,rgba(11,20,16,.94) 20%,rgba(11,20,16,.78) 49%,rgba(11,20,16,.36) 63%,rgba(11,20,16,.1) 81%,rgba(11,20,16,.38) 100%),linear-gradient(90deg,rgba(11,20,16,.31),transparent); }
  .hero-inner { padding-top: 146px; padding-bottom: 140px; }
  .hero-eyebrow { font-size: 8px; letter-spacing: .16em; margin-bottom: 26px; }
  .hero h1 { font-size: clamp(59px, 12.3vw, 78px); line-height: .9; max-width: 560px; margin-bottom: 26px; }
  .hero-description { font-size: 13px; line-height: 1.75; max-width: 520px; }
  .hero-actions { gap: 20px; }
  .cta { min-height: 54px; gap: 24px; font-size: 10px; }
  .hero-fineprint { font-size: 9px; }
  .hero-bottom { height: 53px; font-size: 7px; letter-spacing: .12em; }
  .hero-bottom span:nth-child(2) { display: none; }
  .intro-grid, .section-heading-grid, .journey-layout, .outcome-grid, .audience-grid, .faq-grid, .final-grid { grid-template-columns: 1fr; gap: 55px; }
  h2 { font-size: clamp(57px, 12vw, 75px); }
  .intro-copy h2, .journey-side h2, .audience h2, .outcome h2, .final-copy h2 { font-size: clamp(57px,12vw,75px); }
  .section-label { margin-bottom: 27px; font-size: 9px; }
  .intro-image-wrap { margin: 0 10px 20px 0; }
  .intro-image-wrap img { height: 530px; }
  .intro-image-caption { left: 0; bottom: -22px; }
  .manifesto-inner { min-height: 340px; }
  .manifesto p { font-size: 46px; }
  .section-heading-grid { gap: 20px; margin-bottom: 43px; }
  .section-heading-grid > p { max-width: 560px; }
  .deliverable-grid { grid-template-columns: 1fr; }
  .deliverable-card { min-height: auto; padding: 26px 27px 35px; }
  .card-line { margin: 23px 0 24px; }
  .deliverable-card h3 { font-size: 33px; }
  .deliverable-card p { max-width: 550px; }
  .method-note { grid-template-columns: 30px 1fr; }
  .method-note a { display: none; }
  .journey-layout { gap: 48px; }
  .journey-result { margin: 35px 0; }
  .journey-step { grid-template-columns: 50px 1fr; gap: 14px; }
  .outcome-art { min-height: 530px; order: 2; }
  .outcome-copy { order: 1; }
  .audience-grid { gap: 50px; }
  .audience-list > div { padding: 24px 0; }
  .faq-grid { gap: 35px; }
  .faq-trigger { font-size: 24px; min-height: 74px; }
  .final-grid { gap: 36px; }
  .offer-band-grid { grid-template-columns: 1fr; gap: 35px; }
  .offer-band-grid > div:first-child { min-height: 0; padding-top: 12px; }
  .offer-band-grid > div:first-child > strong { font-size: 125px; margin-top: 20px; }
  .offer-band h2 { font-size: clamp(54px, 11vw, 72px); }
  .final-quote { margin: 34px 0 25px; }
  .form-panel { padding: 30px 25px; }
  .footer-main { display: block; padding-block: 60px; }
  .footer-links { margin-top: 40px; max-width: 360px; }
  .footer-bottom { flex-direction: column; align-items: start; padding-bottom: 99px; }
  .mobile-sticky-cta { position: fixed; bottom: 0; z-index: 45; display: flex; justify-content: space-between; align-items: center; width: 100%; background: #d1af74; color: #172219; padding: 16px 22px calc(16px + env(safe-area-inset-bottom)); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 800; box-shadow: 0 -8px 25px rgba(0,0,0,.13); transition: transform .16s var(--ease-out); }
}
@media (max-width: 400px) {
  .hero h1 { font-size: 57px; }
  .hero-actions { align-items: start; flex-direction: column; }
  .hero { min-height: 865px; }
  .hero-description { font-size: 12px; }
  .intro-image-wrap img { height: 440px; }
  .outcome-art { min-height: 440px; }
  .outcome-book { transform: perspective(760px) rotateY(-14deg) rotateZ(-5deg) scale(.82); }
}

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

/* ---- Versão estática: base, FAQ nativo, preço e redirecionamento ---- */
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { background: var(--cream); color: #202820; font-family: var(--font-sans); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; }
svg.icon { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
::selection { background: #c9a66b; color: #101916; }
:focus-visible { outline: 2px solid #c9a66b; outline-offset: 4px; }
button, select, a[href], summary, input[type="checkbox"] { cursor: pointer; }
.section-label > span:first-child { font-size: inherit; letter-spacing: inherit; }

.faq-item summary { list-style: none; justify-content: space-between; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-trigger .faq-q { flex: 1; }
.faq-trigger > svg { transition: transform .2s var(--ease-out); }
.faq-item[open] .faq-trigger > svg { transform: rotate(180deg); }
.faq-answer { padding-bottom: 22px; margin: 0; }

.offer-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 14px; border-top: 1px solid rgba(29,39,26,.3); padding-top: 18px; margin: 4px 0 28px; }
.offer-price span { font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.offer-price strong { font-family: var(--font-serif); font-weight: 500; font-size: clamp(44px, 4.4vw, 64px); letter-spacing: -.04em; line-height: 1; }
.offer-price small { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.form-price { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; border-block: 1px solid #d8d0bf; padding: 14px 0; margin: 0 0 8px; }
.form-price span { color: #647061; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.form-price strong { font-family: var(--font-serif); font-size: 34px; font-weight: 500; letter-spacing: -.03em; color: #1c2920; line-height: 1; }
.form-price strong small { font-family: var(--font-sans); font-size: 10px; letter-spacing: .08em; font-weight: 700; color: #7a6040; margin-left: 6px; }

.form-success .spinner { width: 22px; height: 22px; border: 2px solid #d9cdb7; border-top-color: #8a6534; border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.form-success .form-success-link { margin-top: 6px; }
[hidden] { display: none !important; }

/* ---- Ajustes mobile ---- */
@media (max-width: 700px) {
  .page-width, .site-header-inner { width: calc(100% - 40px); }
  .site-header-inner { height: 66px; }
  .brand-symbol { width: 36px; height: 36px; }
  .brand-wordmark strong { font-size: 20px; }
  .section-pad { padding-block: 68px; }

  .hero { min-height: 100svh; align-items: center; }
  .hero-inner { padding-top: 104px; padding-bottom: 84px; }
  .hero-eyebrow { font-size: 8px; letter-spacing: .14em; gap: 10px; margin-bottom: 20px; }
  .eyebrow-line { width: 18px; flex: 0 0 auto; }
  .hero h1 { font-size: clamp(40px, 11.2vw, 58px); line-height: .98; margin-bottom: 20px; letter-spacing: -.04em; }
  .hero h1 em { margin-top: 4px; }
  .hero-description { font-size: 14px; line-height: 1.65; margin-bottom: 26px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 18px; }
  .hero-actions .cta { justify-content: space-between; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-fineprint { font-size: 11px; margin-top: 16px; }
  .hero-bottom { display: none; }

  h2, .intro-copy h2, .journey-side h2, .audience h2, .outcome h2, .final-copy h2, .faq h2 { font-size: clamp(38px, 10.5vw, 54px); line-height: .98; }
  .offer-band h2 { font-size: clamp(36px, 10vw, 50px); }
  .section-label { margin-bottom: 20px; }
  .intro-copy > p:not(.section-label), .journey-side > p:not(.section-label), .outcome-copy > p:not(.section-label), .final-copy > p:not(.section-label):not(.final-small), .offer-band p { font-size: 14px; line-height: 1.75; }

  .intro-image-wrap img { height: 400px; }
  .intro-image-caption { padding: 18px 20px; }
  .intro-image-caption strong { font-size: 25px; }
  .manifesto-inner { min-height: 0; padding-block: 64px; }
  .manifesto p { font-size: 34px; }
  .deliverable-card h3 { font-size: 28px; }
  .deliverable-card p { font-size: 13px; }
  .journey-result strong { font-size: 25px; }
  .journey-step { padding: 22px 0 24px; grid-template-columns: 38px 1fr; }
  .journey-step h3 { font-size: 28px; }
  .step-number { font-size: 20px; }
  .outcome-art { min-height: 420px; }
  .outcome-book { transform: perspective(760px) rotateY(-14deg) rotateZ(-5deg) scale(.82); }
  .audience-list > div { grid-template-columns: 40px 1fr; }
  .audience-list span { font-size: 22px; }
  .audience-list p { font-size: 21px; }
  .offer-band-grid > div:first-child > strong { font-size: 104px; }
  .offer-price strong { font-size: 44px; }
  .faq-trigger { font-size: 20px; gap: 14px; min-height: 68px; }
  .faq-index { flex-basis: 22px; }
  .faq-answer { padding-left: 36px; padding-right: 0; }
  .final-quote p { font-size: 22px; }
  .final-quote span { font-size: 50px; }
  .form-panel { padding: 26px 20px; margin-inline: -4px; }
  .form-panel-header h3 { font-size: 34px; }
  .lead-form > input, .lead-form > select { font-size: 16px; height: 50px; } /* 16px evita zoom no iOS */
  .consent-label span { font-size: 12px; }
  .form-note { font-size: 11px; }
  .cta { width: 100%; justify-content: space-between; }

  .mobile-sticky-cta { transform: translateY(110%); transition: transform .3s var(--ease-out); padding-block: 14px calc(14px + env(safe-area-inset-bottom)); }
  body.show-sticky .mobile-sticky-cta { transform: none; }
}
@media (max-width: 400px) {
  .hero { min-height: 100svh; }
  .hero h1 { font-size: clamp(38px, 11vw, 46px); }
  .hero-description { font-size: 13.5px; }
}

/* Foto do hero em quadro (somente celular) */
.hero-figure { display: none; }
@media (max-width: 700px) {
  .hero { min-height: 0; background: #101916; }
  .hero-image, .hero-shade { display: none; }
  .hero-inner { padding-top: 100px; padding-bottom: 56px; }
  .hero-figure { display: block; position: relative; margin: 6px 10px 34px 0; }
  .hero-figure::before { content: ""; position: absolute; top: -10px; right: -10px; width: 58%; height: 58%; border-top: 1px solid rgba(201,166,107,.6); border-right: 1px solid rgba(201,166,107,.6); pointer-events: none; }
  .hero-figure img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 74% 62%; box-shadow: 0 18px 40px rgba(0,0,0,.35); }
}
