@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Italiana&display=swap');

:root {
  --navy: #07101f;
  --navy-2: #0b1629;
  --cream: #f4eee7;
  --paper: #fffaf4;
  --pink: #f51268;
  --pink-light: #ff5b96;
  --gold: #d7ad61;
  --ink: #0b1424;
  --muted: #a9afba;
  --line-light: rgba(255,255,255,.14);
  --line-dark: rgba(7,16,31,.14);
  --serif: "Italiana", "Times New Roman", serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--navy); color: #fff; font-family: var(--sans); line-height: 1.55; -webkit-font-smoothing: antialiased; }
button, select { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--cream); color: var(--ink); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.announcement { min-height: 32px; padding: 6px 16px; background: #030813; border-bottom: 1px solid var(--line-light); text-align: center; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; color: #c7cbd3; }
.announcement strong { color: var(--gold); font-weight: 600; }
.site-header { position: sticky; top: 0; z-index: 50; min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px clamp(16px, 5vw, 76px); background: rgba(7,16,31,.9); border-bottom: 1px solid var(--line-light); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; font-size: 10px; font-weight: 600; line-height: 1.03; letter-spacing: .12em; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.brand em { color: var(--pink); font-style: normal; letter-spacing: .18em; }

.button { border: 1px solid var(--gold); border-radius: 999px; background: var(--pink); color: #fff; min-height: 58px; padding: 15px 23px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; font-size: 12px; font-weight: 600; letter-spacing: .055em; text-transform: uppercase; box-shadow: 0 12px 30px rgba(245,18,104,.22); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: #ff2878; box-shadow: 0 16px 38px rgba(245,18,104,.3); }
.button:disabled { opacity: .64; cursor: wait; transform: none; }
.button span { font-size: 18px; }
.button-small { min-height: 42px; padding: 9px 15px; font-size: 10px; white-space: nowrap; }

.section-dark, .section-cream { padding: clamp(78px, 9vw, 132px) clamp(20px, 6vw, 92px); }
.section-dark { background: var(--navy); color: #fff; }
.section-cream { background: var(--cream); color: var(--ink); }
.section-index { max-width: 1240px; margin: 0 auto clamp(30px, 5vw, 64px); color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 9px; color: #d8dbe1; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 1px; background: var(--gold); }
.eyebrow.dark { color: #334052; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.015em; }
h1 em, h2 em, .statement em { color: var(--pink); font-style: normal; }
h2 { font-size: clamp(42px, 5.2vw, 78px); }

.hero { position: relative; isolation: isolate; min-height: calc(100svh - 100px); display: grid; grid-template-columns: minmax(0,1.08fr) minmax(320px,.72fr); gap: clamp(28px, 5vw, 82px); align-items: center; padding-top: clamp(58px, 7vw, 98px); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 25% 30%, #13294f 0, transparent 42%), linear-gradient(132deg, #07101f 0%, #060b14 70%); }
.hero-glow { position: absolute; z-index: -2; width: 45vw; height: 45vw; border-radius: 50%; right: -18vw; top: 2vw; background: rgba(245,18,104,.12); filter: blur(90px); }
.hero-copy { max-width: 790px; }
.workshop-name { margin: 0 0 14px; color: var(--pink-light); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { max-width: 760px; font-size: clamp(55px, 6.4vw, 98px); letter-spacing: -.035em; line-height: .98; }
.hero h1 em { display: inline; margin-left: 0; }
.hero-lead { max-width: 720px; margin: 26px 0 14px; color: #f3efe9; font-family: var(--serif); font-size: clamp(21px, 2vw, 30px); line-height: 1.32; }
.hero-lead strong { color: var(--gold); font-weight: 400; }
.hero-body { max-width: 650px; margin: 0; color: #b8bdc7; font-size: clamp(15px, 1.3vw, 18px); }
.event-panel { margin: 34px 0 26px; max-width: 720px; display: grid; grid-template-columns: 1.35fr 1.5fr .7fr .7fr; border: 1px solid var(--line-light); border-radius: 3px; background: rgba(255,255,255,.035); box-shadow: 0 20px 70px rgba(0,0,0,.25); }
.event-panel > div { padding: 17px 18px; border-right: 1px solid var(--line-light); }
.event-panel > div:last-child { border: 0; }
.event-panel span { display: block; margin-bottom: 4px; color: #9fa6b2; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.event-panel strong { display: block; color: #fff; font-size: 14px; line-height: 1.25; }
.event-panel small { display: block; margin-top: 4px; color: var(--gold); font-size: 9px; }
.event-main strong { color: var(--pink-light); }
.event-card { max-width: 720px; margin: 32px 0 26px; padding: 23px 25px; display: grid; grid-template-columns: 1fr auto; gap: 8px 24px; align-items: end; border: 1px solid rgba(215,173,97,.48); background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); box-shadow: 0 24px 75px rgba(0,0,0,.3); }
.event-card-heading { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.event-card-heading span, .event-card label { color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.event-card-heading small { color: #929aa7; font-size: 9px; }
.event-card-date { color: #fff; font-family: var(--serif); font-size: clamp(23px, 2.2vw, 32px); line-height: 1.1; }
.event-card-hour { color: var(--pink-light); font-family: var(--serif); font-size: clamp(54px, 5vw, 78px); font-weight: 400; line-height: .9; }
.event-card label { grid-column: 1 / -1; margin-top: 10px; }
.event-card select { grid-column: 1 / -1; width: 100%; padding: 13px 38px 13px 14px; border: 1px solid var(--line-light); border-radius: 2px; background: #0e1a2d; color: #fff; }
.event-card-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 16px; padding-top: 7px; color: #9ea5b1; font-size: 10px; }
.hero-actions { max-width: 570px; }
.hero-actions .button { width: 100%; }
.hero-actions > p, .final-cta > p { margin: 10px 0 0; color: #8f97a5; text-align: center; font-size: 10px; }
.checkout-status { min-height: 20px; margin-top: 8px; color: var(--gold); font-size: 12px; text-align: center; }
.checkout-status.error { color: #ff8db7; }
.hero-visual { position: relative; align-self: stretch; min-height: 680px; }
.portrait-frame { position: absolute; inset: 0; overflow: hidden; border-left: 1px solid rgba(215,173,97,.4); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, var(--navy) 0, transparent 28%); pointer-events: none; }
.portrait-frame > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; filter: saturate(.82) contrast(1.05) brightness(.86); }
.portrait-card { position: absolute; z-index: 2; left: 8%; right: 4%; bottom: 9%; padding: 20px 22px; border: 1px solid rgba(215,173,97,.42); background: rgba(7,16,31,.78); backdrop-filter: blur(12px); }
.portrait-card span { display: block; color: var(--gold); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.portrait-card strong { display: block; margin-top: 7px; font-family: var(--serif); font-size: 21px; font-weight: 400; line-height: 1.25; }
.gold-line { position: absolute; z-index: 3; width: 180px; left: -38px; bottom: 20%; overflow: visible; }
.gold-line path { fill: none; stroke: var(--gold); stroke-width: 1.4; }

.split-heading { max-width: 1240px; margin: auto; display: grid; grid-template-columns: 1.2fr .6fr; gap: clamp(36px, 8vw, 120px); align-items: end; }
.split-heading > p, .split-heading > div > p { margin: 0 0 6px; font-size: clamp(17px, 1.65vw, 23px); line-height: 1.5; }
.tension-list { max-width: 1240px; margin: clamp(48px, 7vw, 84px) auto 0; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.tension-list article { min-height: 210px; padding: 26px 24px 30px 0; border-right: 1px solid var(--line-dark); }
.tension-list article:not(:first-child) { padding-left: 24px; }
.tension-list article:last-child { border: 0; }
.tension-list span { color: var(--pink); font-family: var(--serif); font-size: 22px; }
.tension-list p { margin: 46px 0 0; font-family: var(--serif); font-size: clamp(18px, 1.7vw, 25px); line-height: 1.32; }
.identification-list { max-width: 1240px; margin: clamp(48px, 7vw, 84px) auto 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-dark); }
.identification-list p { display: grid; grid-template-columns: 32px 1fr; gap: 8px; margin: 0; padding: 20px 26px 20px 0; border-bottom: 1px solid var(--line-dark); font-family: var(--serif); font-size: clamp(18px, 1.7vw, 24px); line-height: 1.3; }
.identification-list p:nth-child(even) { padding-left: 26px; border-left: 1px solid var(--line-dark); }
.identification-list span { color: var(--pink); }
.identification-close { max-width: 980px; margin: 50px auto 0; padding: 28px 0 0 34px; border-left: 1px solid var(--gold); color: #535d6b; font-family: var(--serif); font-size: clamp(21px, 2.2vw, 31px); line-height: 1.35; }
.identification-close strong { display: block; margin-top: 12px; color: var(--ink); font-weight: 400; }
.section-cta { max-width: 1240px; margin: 28px auto 0; text-align: right; }
.text-cta { border: 0; border-bottom: 1px solid var(--pink); background: transparent; padding: 6px 0 9px; color: var(--ink); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.text-cta span { color: var(--pink); font-size: 18px; }

.perspective-grid { max-width: 1240px; margin: auto; display: grid; grid-template-columns: 1fr .72fr; gap: clamp(50px, 9vw, 140px); }
.perspective h2 { color: #eeeae5; }
.statement { max-width: 760px; margin: 34px 0 0; font-family: var(--serif); font-size: clamp(30px, 4vw, 60px); line-height: 1.08; }
.not-this { border-left: 1px solid rgba(215,173,97,.45); padding-left: clamp(24px, 4vw, 52px); }
.not-this > p { margin-top: 0; color: var(--gold); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.not-this ul { list-style: none; margin: 28px 0; padding: 0; }
.not-this li { padding: 13px 0; border-bottom: 1px solid var(--line-light); color: #c4c9d1; }
.not-this li::before { content: "—"; margin-right: 10px; color: var(--pink); }
.not-this blockquote { margin: 35px 0 0; color: #fff; font-family: var(--serif); font-size: clamp(20px, 2vw, 28px); line-height: 1.35; }

.deliverable-grid { max-width: 1140px; margin: auto; display: grid; grid-template-columns: .82fr 1fr; gap: clamp(50px, 9vw, 130px); align-items: center; }
.deliverable-copy p:not(.eyebrow) { margin: 28px 0 32px; max-width: 480px; color: #4a5361; font-size: 18px; }
.offer-decisions { list-style: none; margin: -8px 0 34px; padding: 0; max-width: 520px; }
.offer-decisions li { padding: 10px 0; border-bottom: 1px solid var(--line-dark); color: #3d4857; }
.offer-decisions li::before { content: "✦"; margin-right: 10px; color: var(--pink); }
.workbook { position: relative; padding: clamp(28px, 5vw, 58px); background: var(--paper); border: 1px solid #ddcfbd; box-shadow: 0 30px 70px rgba(35,22,12,.16); transform: rotate(1.2deg); }
.workbook::before { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(215,173,97,.3); pointer-events: none; }
.workbook-top { display: flex; align-items: center; justify-content: space-between; color: #687080; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.workbook-top img { width: 38px; height: 38px; }
.workbook h3 { margin: 36px 0 0; font-family: var(--serif); font-size: clamp(46px, 5vw, 72px); font-weight: 400; line-height: .9; }
.workbook h3 em { color: var(--pink); font-style: normal; }
.workbook > p { margin: 12px 0 28px; color: #81725f; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.workbook ol { list-style: none; margin: 0; padding: 0; }
.workbook li { display: flex; justify-content: space-between; gap: 18px; padding: 14px 0; border-bottom: 1px solid #e4d8c8; font-size: 13px; }
.workbook li b { color: #718b64; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.offer-sheet li { min-height: 48px; }
.offer-sheet li b { flex: 1; min-width: 80px; border-bottom: 1px dotted #c5b69f; }
.signature { margin-top: 32px; color: #9f7b39; font-family: var(--serif); font-size: 18px; text-align: right; }
.im-start-mockup { position: relative; max-width: 540px; margin-inline: auto; padding: 16px; background: #090b12; border: 1px solid rgba(215,173,97,.55); box-shadow: 0 34px 80px rgba(19,12,18,.28); transform: rotate(1deg); }
.im-start-mockup::before { content: ""; position: absolute; inset: -18px 24px 22px -18px; z-index: -1; border: 1px solid rgba(245,18,104,.22); }
.im-start-mockup img { display: block; width: 100%; height: auto; max-height: 720px; object-fit: contain; object-position: center top; }
.im-start-mockup span { display: block; padding: 14px 8px 4px; color: var(--gold); font-size: 9px; letter-spacing: .12em; text-align: center; text-transform: uppercase; }

.im-start { background: radial-gradient(circle at 82% 22%, rgba(245,18,104,.12), transparent 28%), var(--navy); }
.im-start-intro { max-width: 1240px; margin: auto; display: grid; grid-template-columns: 1.1fr .7fr; gap: clamp(42px, 8vw, 120px); align-items: end; }
.im-start-intro h2 { color: #f1ece6; }
.im-start-intro > div:last-child { padding-left: 28px; border-left: 1px solid rgba(215,173,97,.55); }
.im-start-intro p { margin: 0 0 24px; color: #c0c6d0; font-size: clamp(17px, 1.6vw, 22px); line-height: 1.5; }
.im-start-intro strong { display: block; color: var(--pink-light); font-family: var(--serif); font-size: clamp(27px, 3vw, 42px); font-weight: 400; }
.im-start-steps { max-width: 1240px; margin: clamp(52px, 7vw, 84px) auto 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.im-start-steps li { min-height: 190px; padding: 28px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.im-start-steps span { color: var(--gold); font-family: var(--serif); font-size: 24px; }
.im-start-steps p { margin: 48px 0 0; color: #f2eee8; font-family: var(--serif); font-size: clamp(20px, 2vw, 28px); line-height: 1.25; }

.agenda .split-heading { align-items: start; }
.agenda .split-heading p { color: #aeb5c1; }
.timeline { max-width: 1240px; list-style: none; margin: 72px auto 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line-light); }
.timeline.six-steps { grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line-light); }
.timeline.six-steps li { min-height: 290px; border-bottom: 1px solid var(--line-light); }
.timeline.six-steps li:first-child { padding-left: 22px; }
.timeline.six-steps li:first-child::before { left: 20px; }
.timeline li { position: relative; min-height: 270px; padding: 30px 22px 20px; border-right: 1px solid var(--line-light); }
.timeline li:first-child { padding-left: 0; }
.timeline li:last-child { border: 0; }
.timeline.six-steps li:nth-child(3n) { border-right: 0; }
.timeline.six-steps li:nth-child(n+4) { border-bottom: 0; }
.timeline li::before { content: ""; position: absolute; width: 7px; height: 7px; top: -4px; left: 20px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 5px rgba(245,18,104,.12); }
.timeline li:first-child::before { left: 0; }
.timeline li > span { color: var(--gold); font-family: var(--serif); font-size: 22px; }
.step-icon { width: 34px; height: 34px; margin-top: 34px; color: var(--pink-light); fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.timeline h3 { margin: 22px 0 10px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.timeline p { margin: 0; color: #aeb5c1; font-size: 14px; }

.implementation { position: relative; overflow: hidden; background: #eee5dc; }
.implementation::before { content: ""; position: absolute; width: 430px; height: 430px; right: -210px; top: 80px; border: 1px solid rgba(215,173,97,.42); border-radius: 48% 52% 57% 43%; transform: rotate(18deg); pointer-events: none; }
.implementation-intro { position: relative; max-width: 1240px; margin: auto; display: grid; grid-template-columns: 1.15fr .62fr; gap: clamp(40px, 8vw, 120px); align-items: end; }
.implementation-lead { padding-left: 30px; border-left: 1px solid rgba(215,173,97,.7); }
.implementation-lead p { margin: 0 0 18px; color: #46505e; font-size: clamp(17px, 1.55vw, 22px); }
.implementation-lead p:first-child { color: var(--ink); font-family: var(--serif); font-size: clamp(23px, 2.2vw, 32px); line-height: 1.28; }
.movement-grid { position: relative; max-width: 1240px; margin: clamp(55px, 8vw, 92px) auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.movement-grid article { min-height: 315px; padding: 32px clamp(22px, 3vw, 42px) 38px; border-right: 1px solid var(--line-dark); }
.movement-grid article:first-child { padding-left: 0; }
.movement-grid article:last-child { border-right: 0; }
.movement-grid article > span { color: var(--pink); font-family: var(--serif); font-size: 25px; }
.movement-grid h3 { margin: 70px 0 12px; font-family: var(--serif); font-size: clamp(34px, 3vw, 48px); font-weight: 400; }
.movement-grid p { max-width: 310px; margin: 0; color: #4f5968; font-size: 16px; }
.implementation-close { position: relative; max-width: 1240px; margin: 38px auto 0; display: grid; grid-template-columns: 145px minmax(0,1fr) minmax(260px,310px); gap: clamp(20px, 3vw, 38px); align-items: center; }
.daily-note { width: 145px; height: 145px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--gold); border-radius: 50%; color: var(--ink); transform: rotate(-4deg); }
.daily-note strong { color: var(--pink); font-family: var(--serif); font-size: 58px; font-weight: 400; line-height: 1; }
.daily-note span { font-size: 10px; font-weight: 600; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.implementation-close > p { max-width: 600px; margin: 0; color: #4b5563; font-family: var(--serif); font-size: clamp(19px, 1.75vw, 25px); line-height: 1.35; }
.implementation-close .button { width: 100%; min-width: 0; }
.launch-week-mockup { position: relative; max-width: 1080px; margin: clamp(20px, 4vw, 52px) auto clamp(-40px, -3vw, -20px); text-align: center; }
.launch-week-mockup img { width: 100%; max-height: 820px; object-fit: contain; filter: drop-shadow(0 32px 34px rgba(73,48,35,.18)); }
.launch-week-mockup figcaption { margin-top: -38px; color: #6b5d55; font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.implementation-close > p strong { color: var(--ink); font-weight: 400; }

.audience h2 { max-width: 1240px; margin: auto; }
.audience-grid { max-width: 1240px; margin: 60px auto 0; display: grid; grid-template-columns: 1fr .58fr; gap: clamp(40px, 9vw, 130px); }
.fit-list p { display: grid; grid-template-columns: 32px 1fr; margin: 0; padding: 19px 0; border-bottom: 1px solid var(--line-dark); font-family: var(--serif); font-size: clamp(19px, 2vw, 27px); line-height: 1.25; }
.fit-list span { color: var(--pink); }
.not-fit { align-self: start; padding: 34px; background: var(--navy); color: #fff; box-shadow: 14px 14px 0 rgba(215,173,97,.18); }
.not-fit > span { color: var(--gold); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.not-fit ul { margin: 22px 0 0; padding-left: 20px; color: #c3c8d0; }
.not-fit li { margin: 14px 0; }

.schedules label { display: block; margin: 24px 0 8px; color: var(--gold); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.schedules select { width: 100%; padding: 14px 38px 14px 14px; border: 1px solid var(--line-light); border-radius: 0; background: #0e1a2d; color: #fff; }
.selected-time { max-width: 1240px; margin: 55px auto 28px; padding: 26px 30px; border: 1px solid rgba(215,173,97,.45); display: grid; grid-template-columns: .8fr 1.4fr auto; gap: 20px; align-items: center; background: rgba(255,255,255,.035); }
.selected-time > span { color: var(--gold); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.selected-time strong { font-family: var(--serif); font-size: clamp(21px, 2.2vw, 31px); font-weight: 400; }
.selected-time small { color: #9199a6; }
.time-table { max-width: 1240px; margin: auto; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.time-row { min-height: 112px; padding: 18px 20px; border: 0; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); background: transparent; color: #fff; text-align: left; transition: background .2s ease; }
.time-row:hover { background: rgba(255,255,255,.055); }
.time-row span, .time-row strong { display: block; }
.time-row span { color: var(--gold); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.time-row small { display: block; margin-top: 2px; color: #8f97a4; text-transform: none; letter-spacing: 0; }
.time-row strong { margin-top: 12px; font-family: var(--serif); font-size: 20px; font-weight: 400; }

.pricing-grid { max-width: 1140px; margin: auto; display: grid; grid-template-columns: 1fr .64fr; gap: clamp(55px, 9vw, 125px); align-items: start; }
.pricing-copy > p:not(.eyebrow) { max-width: 580px; margin: 28px 0 50px; color: #525c6b; font-size: 18px; }
.after-payment { padding-top: 28px; border-top: 1px solid var(--line-dark); }
.after-payment h3 { font-family: var(--serif); font-size: 28px; font-weight: 400; }
.after-payment ol { list-style: none; margin: 0; padding: 0; }
.after-payment li { display: grid; grid-template-columns: 30px 1fr; gap: 10px; align-items: start; margin: 15px 0; }
.after-payment li span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: var(--gold); font-size: 10px; }
.price-card { position: sticky; top: 95px; padding: clamp(30px, 4vw, 48px); background: var(--navy); color: #fff; box-shadow: 18px 18px 0 rgba(215,173,97,.2); }
.price-card > span { color: var(--gold); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.price-card .price-promise { margin: 18px 0 22px; padding: 0 0 22px; border-bottom: 1px solid var(--line-light); color: #f5f0ea; font-family: var(--serif); font-size: clamp(21px, 2vw, 27px); line-height: 1.25; text-align: left; }
.price-card .price-promise strong { color: #fff; font-weight: 400; }
.price-card .price-promise em { color: var(--pink-light); font-style: normal; }
.price { margin: 9px 0 22px; display: flex; align-items: flex-start; }
.price strong { font-family: var(--serif); font-size: 105px; font-weight: 400; line-height: .9; }
.price sup { margin: 13px 0 0 10px; color: var(--pink-light); font-size: 14px; }
.price-card ul { list-style: none; margin: 0 0 30px; padding: 0; }
.price-card li { padding: 11px 0; border-bottom: 1px solid var(--line-light); color: #cbd0d8; }
.price-card li::before { content: "✦"; margin-right: 10px; color: var(--gold); }
.price-card .button { width: 100%; }
.price-card > p { color: #8d95a3; font-size: 10px; text-align: center; }

.faq { padding-top: 30px; }
.faq-grid { max-width: 1240px; margin: auto; display: grid; grid-template-columns: .52fr 1fr; gap: clamp(50px, 9vw, 130px); }
.faq-grid > div:first-child > p { max-width: 290px; color: #5d6674; }
.accordions { border-top: 1px solid var(--line-dark); }
details { border-bottom: 1px solid var(--line-dark); }
summary { list-style: none; display: flex; justify-content: space-between; gap: 20px; padding: 21px 0; cursor: pointer; font-weight: 600; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--pink); font-size: 22px; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details > p { margin: -4px 40px 23px 0; color: #536070; }

.final-cta { text-align: center; padding-top: clamp(100px, 12vw, 170px); padding-bottom: clamp(100px, 12vw, 170px); background: radial-gradient(circle at 50% 45%, #162d54 0, #07101f 55%); }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { max-width: 1040px; margin: auto; }
.final-copy { max-width: 760px; margin: 30px auto 0 !important; color: #c0c6cf !important; font-family: var(--serif); font-size: clamp(19px, 2vw, 27px) !important; line-height: 1.4; }
.final-meta { margin: 32px auto; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 22px; color: var(--gold); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.final-meta span + span::before { content: "·"; margin-right: 22px; color: #6f7785; }
.final-cta .button { min-width: min(100%, 500px); }
footer { padding: 45px clamp(20px, 6vw, 92px); display: grid; grid-template-columns: .6fr 1.4fr auto; gap: 32px; align-items: center; background: #030813; border-top: 1px solid var(--line-light); color: #8d95a3; font-size: 10px; }
.footer-brand { color: #fff; }
.legal-links { display: flex; flex-wrap: wrap; gap: 16px; }

.cookie-banner { position: fixed; z-index: 80; left: 16px; right: 16px; bottom: 16px; max-width: 720px; margin: auto; padding: 18px; display: flex; justify-content: space-between; gap: 20px; align-items: center; background: #fffaf4; color: var(--ink); border: 1px solid #dbc699; box-shadow: 0 18px 70px rgba(0,0,0,.3); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font-family: var(--serif); font-size: 19px; }
.cookie-banner p { margin: 3px 0 0; font-size: 11px; }
.cookie-actions { display: flex; gap: 8px; align-items: center; }
.cookie-actions > button:first-child { border: 0; background: transparent; color: var(--ink); font-size: 10px; text-decoration: underline; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

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

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 620px; margin: 0 -20px -78px; }
  .portrait-frame { border-left: 0; border-top: 1px solid rgba(215,173,97,.4); }
  .portrait-frame::after { background: linear-gradient(0deg, var(--navy) 0, transparent 23%), linear-gradient(180deg, var(--navy) 0, transparent 24%); }
  .event-panel { grid-template-columns: 1fr 1fr; }
  .event-panel > div:nth-child(2) { border-right: 0; }
  .event-panel > div:nth-child(-n+2) { border-bottom: 1px solid var(--line-light); }
  .split-heading, .perspective-grid, .deliverable-grid, .im-start-intro, .implementation-intro, .audience-grid, .pricing-grid, .faq-grid { grid-template-columns: 1fr; }
  .im-start-intro > div:last-child { padding-left: 0; padding-top: 28px; border-left: 0; border-top: 1px solid rgba(215,173,97,.55); }
  .tension-list { grid-template-columns: 1fr 1fr; }
  .tension-list article:nth-child(2) { border-right: 0; }
  .tension-list article:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
  .timeline { grid-template-columns: 1fr; border-top: 0; border-left: 1px solid var(--line-light); margin-left: 5px; }
  .timeline.six-steps { grid-template-columns: 1fr 1fr; margin-left: 0; }
  .timeline.six-steps li, .timeline.six-steps li:first-child { min-height: 240px; padding: 28px 24px; }
  .timeline.six-steps li::before, .timeline.six-steps li:first-child::before { top: -4px; left: 20px; }
  .timeline li, .timeline li:first-child { min-height: 0; padding: 0 0 42px 34px; border: 0; }
  .timeline li::before, .timeline li:first-child::before { top: 8px; left: -4px; }
  .timeline li > span { position: absolute; right: 0; opacity: .3; }
  .timeline h3 { margin: 0 0 7px; }
  .movement-grid { grid-template-columns: 1fr; }
  .movement-grid article, .movement-grid article:first-child { min-height: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .movement-grid article:last-child { border-bottom: 0; }
  .movement-grid h3 { margin: 24px 0 8px; }
  .launch-week { grid-template-columns: 1fr 1fr; }
  .implementation-close { grid-template-columns: auto 1fr; }
  .implementation-close .button { grid-column: 1 / -1; width: 100%; }
  .time-table { grid-template-columns: 1fr 1fr; }
  .price-card { position: static; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .site-header { min-height: 62px; }
  .site-header .brand span { display: none; }
  .site-header .brand img { width: 38px; height: 38px; }
  .button-small { padding: 8px 12px; font-size: 9px; }
  .section-dark, .section-cream { padding: 72px 20px; }
  .section-index { margin-bottom: 28px; }
  .hero { min-height: auto; padding-top: 46px; }
  .hero h1 { font-size: clamp(49px, 14.7vw, 65px); }
  .hero h1 em { margin-left: 0; }
  .hero-lead { font-size: 21px; }
  .hero-body { font-size: 15px; }
  .event-panel { margin-top: 28px; grid-template-columns: 1fr 1fr; }
  .event-panel > div { padding: 14px 12px; }
  .event-main, .event-local { grid-column: 1 / -1; border-right: 0 !important; }
  .event-local { border-bottom: 1px solid var(--line-light); }
  .event-card { margin-top: 28px; padding: 20px; grid-template-columns: 1fr; align-items: start; }
  .event-card-date, .event-card-hour { grid-column: 1; }
  .event-card-hour { margin: 3px 0 8px; }
  .event-card-heading { align-items: flex-start; }
  .event-card-heading small { max-width: 150px; text-align: right; overflow-wrap: anywhere; }
  .event-card-meta { flex-direction: column; gap: 4px; }
  .hero-actions .button { min-height: 64px; padding-inline: 18px; }
  .hero-visual { min-height: 510px; margin-top: 20px; }
  .portrait-frame > img { object-position: 50% 40%; }
  .portrait-card { left: 20px; right: 20px; bottom: 32px; }
  .gold-line { width: 120px; left: -12px; bottom: 27%; }
  h2 { font-size: clamp(40px, 12.8vw, 56px); }
  .split-heading { gap: 28px; }
  .tension-list { grid-template-columns: 1fr; }
  .tension-list article, .tension-list article:not(:first-child) { min-height: 0; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .tension-list p { margin: 22px 0 0; font-size: 21px; }
  .identification-list { grid-template-columns: 1fr; }
  .identification-list p, .identification-list p:nth-child(even) { padding: 18px 0; border-left: 0; }
  .identification-close { padding-left: 20px; }
  .section-cta { text-align: left; }
  .not-this { padding-left: 20px; }
  .workbook { padding: 28px 24px; transform: rotate(.4deg); }
  .workbook h3 { font-size: 47px; }
  .workbook li { flex-direction: column; gap: 3px; }
  .im-start-mockup { padding: 10px; transform: rotate(.3deg); }
  .im-start-mockup img { max-height: none; }
  .im-start-steps { grid-template-columns: 1fr; }
  .im-start-steps li { min-height: 0; padding: 24px 20px; }
  .im-start-steps p { margin-top: 24px; }
  .implementation-lead { padding-left: 20px; }
  .implementation-close { grid-template-columns: 1fr; }
  .daily-note { width: 120px; height: 120px; }
  .daily-note strong { font-size: 49px; }
  .implementation-close .button { grid-column: auto; }
  .timeline.six-steps { grid-template-columns: 1fr; border: 1px solid var(--line-light); }
  .timeline.six-steps li, .timeline.six-steps li:first-child { min-height: 0; padding: 28px 20px; }
  .timeline.six-steps li { border-right: 0; border-bottom: 1px solid var(--line-light); }
  .timeline.six-steps li:nth-child(n+4) { border-bottom: 1px solid var(--line-light); }
  .timeline.six-steps li:last-child { border-bottom: 0; }
  .timeline.six-steps .step-icon { margin-top: 26px; }
  .timeline.six-steps h3 { margin: 16px 0 8px; }
  .launch-week-mockup { margin: 22px -12px -10px; }
  .launch-week-mockup img { max-height: none; }
  .launch-week-mockup figcaption { margin: -18px 18px 0; }
  .time-table { grid-template-columns: 1fr; }
  .selected-time { grid-template-columns: 1fr; padding: 20px; }
  .time-row { min-height: 96px; }
  .price-card { margin-inline: 0; box-shadow: 10px 10px 0 rgba(215,173,97,.2); }
  .faq { padding-top: 14px; }
  .final-meta { display: grid; gap: 7px; }
  .final-meta span + span::before { display: none; }
  .cookie-banner { align-items: stretch; flex-direction: column; }
  .cookie-actions { justify-content: space-between; }
}
