@font-face { font-family: "DM Serif Display"; font-style: normal; font-weight: 400; font-display: swap; src: url("assets/fonts/dm-serif-display-normal-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "DM Serif Display"; font-style: normal; font-weight: 400; font-display: swap; src: url("assets/fonts/dm-serif-display-normal-latin-ext.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "DM Serif Display"; font-style: italic; font-weight: 400; font-display: swap; src: url("assets/fonts/dm-serif-display-italic-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "DM Serif Display"; font-style: italic; font-weight: 400; font-display: swap; src: url("assets/fonts/dm-serif-display-italic-latin-ext.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Plus Jakarta Sans"; font-style: normal; font-weight: 400 800; font-display: swap; src: url("assets/fonts/plus-jakarta-sans-normal-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Plus Jakarta Sans"; font-style: normal; font-weight: 400 800; font-display: swap; src: url("assets/fonts/plus-jakarta-sans-normal-latin-ext.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

:root {
  color-scheme: dark;
  font-synthesis-weight: none;
  /* Palette from the Brazilian Heel Spa logo: black-green, deep emerald, warm gold, ivory. */
  --bg: oklch(15% .012 155);
  --bg-2: oklch(18.5% .015 156);
  --panel: oklch(21% .019 157);
  --green: oklch(31% .064 159);
  --green-hi: oklch(37% .075 160);
  --gold: oklch(83% .104 86);
  --gold-hi: oklch(89% .09 90);
  --gold-lo: oklch(76% .11 80);
  --ivory: oklch(97% .015 87);
  --text: oklch(90% .012 95);
  --muted: oklch(79% .016 110);
  --hair: oklch(97% .015 87 / .09);
  --hair-gold: oklch(83% .104 86 / .3);
  --display: "DM Serif Display", Georgia, serif;
  --body: "Plus Jakarta Sans", system-ui, sans-serif;
  /* Shape: pills for every button, 28px shells with 22px cores for framed media and cards. */
  --r-shell: 28px;
  --r-core: 22px;
  /* Motion (emil-design-eng): strong ease-out for UI, iOS drawer curve for sliding bars. */
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-drawer: cubic-bezier(0.32, 0.72, 0, 1);
  --press: 160ms;
  --reveal: 900ms;
}
* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 104px; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--body); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: clip; }
/* Film grain: fixed, non-interactive layer so it never repaints with scroll. */
body::after { content: ""; position: fixed; inset: 0; z-index: 40; pointer-events: none; opacity: .05; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button:not(:disabled), summary { cursor: pointer; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
::selection { background: var(--gold); color: var(--bg); }
[hidden] { display: none !important; }
h1, h2, h3, p, dl, dd { margin-top: 0; }
p { max-width: 64ch; text-wrap: pretty; }
strong { color: var(--ivory); font-weight: 700; }
h1, h2 { font-synthesis: none; font-family: var(--display); font-weight: 400; color: var(--ivory); letter-spacing: -.015em; text-wrap: balance; }
h1 em, h2 em { font-style: italic; color: var(--gold); padding-right: .04em; }
h2 { font-size: clamp(38px, 4.3vw, 62px); line-height: 1.1; margin-bottom: 28px; padding-bottom: .04em; }
.skip-link { position: fixed; z-index: 50; top: -100px; left: 20px; padding: 12px 20px; background: var(--gold); color: var(--bg); border-radius: 999px; }
.skip-link:focus { top: 12px; }

/* Eyebrow: plain small caps, rationed to hero, lessons and offer. */
.eyebrow { margin: 0 0 20px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

/* Buttons: gold pill with a nested icon island. */
.button { display: inline-flex; align-items: center; gap: 16px; min-height: 60px; padding: 8px 8px 8px 28px; border: 0; border-radius: 999px; background: linear-gradient(180deg, var(--gold-hi), var(--gold-lo)); color: oklch(16% .012 155); font-size: 15px; font-weight: 700; letter-spacing: .01em; white-space: nowrap; -webkit-user-select: none; user-select: none; box-shadow: inset 0 1px 0 oklch(100% 0 0 / .5), 0 14px 34px -14px oklch(83% .104 86 / .6); transition: transform var(--press) var(--ease-out), box-shadow 300ms var(--ease-out); }
.button-icon { display: grid; place-items: center; width: 44px; height: 44px; flex-shrink: 0; border-radius: 50%; background: oklch(15% .012 155 / .92); color: var(--gold); font-size: 18px; transition: transform 300ms var(--ease-out); }
.button:active { transform: scale(.97); }
.button--sm { min-height: 48px; gap: 12px; padding: 5px 5px 5px 20px; font-size: 13px; }
.button--sm .button-icon { width: 38px; height: 38px; font-size: 15px; }
.button--block { width: 100%; justify-content: space-between; }

@media (hover: hover) and (pointer: fine) {
  .button:hover { box-shadow: inset 0 1px 0 oklch(100% 0 0 / .5), 0 18px 44px -12px oklch(83% .104 86 / .75); }
  .button:hover .button-icon { transform: translate(3px, -1px) scale(1.06); }
  .nav-link:hover { color: var(--gold); }
  .carousel-actions button:hover:not(:disabled) { background: var(--gold); color: var(--bg); border-color: var(--gold); }
  .faq summary:hover { color: var(--gold); }
  .yn button:hover:not([aria-pressed="true"]) { background: oklch(97% .015 87 / .08); }
}

/* Urgency + floating glass navigation. */
.urgency { text-align: center; padding: 10px 20px; background: var(--green); color: var(--ivory); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.site-header { position: sticky; top: 12px; z-index: 20; padding: 12px 20px 0; pointer-events: none; }
.nav-pill { pointer-events: auto; max-width: 1180px; margin: 0 auto; display: flex; align-items: center; gap: 28px; padding: 7px 7px 7px 22px; border: 1px solid var(--hair); border-radius: 999px; background: oklch(15% .012 155 / .62); -webkit-backdrop-filter: blur(18px) saturate(140%); backdrop-filter: blur(18px) saturate(140%); box-shadow: inset 0 1px 0 oklch(100% 0 0 / .06), 0 20px 40px -24px oklch(5% .01 155 / .9); }
.brand { width: 118px; flex-shrink: 0; }
.site-header nav { display: flex; gap: 30px; margin-left: auto; font-size: 14px; color: var(--muted); }
.nav-link { min-height: 44px; display: inline-flex; align-items: center; transition: color 200ms ease; }

/* Hero */
.hero { position: relative; isolation: isolate; max-width: 1240px; margin: 0 auto; padding: 56px 40px 88px; display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(0, .78fr); align-items: center; gap: 64px; min-height: min(860px, calc(100dvh - 110px)); }
.hero::before { content: ""; position: absolute; inset: -140px -30vw -80px; z-index: -1; pointer-events: none; background: radial-gradient(38% 46% at 76% 46%, oklch(83% .104 86 / .17), transparent 70%), radial-gradient(40% 50% at 14% 24%, oklch(40% .085 160 / .5), transparent 72%); }
.hero h1 { font-size: clamp(44px, 4.6vw, 68px); line-height: 1.1; margin-bottom: 28px; padding-bottom: .06em; }
.lead { font-size: 19px; color: var(--text); max-width: 40ch; margin-bottom: 36px; text-wrap: balance; }
.hero-portrait { position: relative; margin: 0; }
.bezel { padding: 6px; border-radius: var(--r-shell); border: 1px solid var(--hair); background: linear-gradient(160deg, oklch(97% .015 87 / .11), oklch(97% .015 87 / .02) 55%, oklch(83% .104 86 / .08)); box-shadow: 0 40px 80px -40px oklch(5% .01 155 / .9); }
.bezel-core { border-radius: var(--r-core); overflow: hidden; background: var(--bg-2); box-shadow: inset 0 1px 1px oklch(100% 0 0 / .08); }
.bezel-core img { width: 100%; }
.bezel--arch { border-radius: 999px 999px var(--r-shell) var(--r-shell); }
.bezel--arch .bezel-core { border-radius: 999px 999px var(--r-core) var(--r-core); height: min(620px, 72dvh); }
.bezel--arch img { height: 100%; object-fit: cover; object-position: center 18%; }
.portrait-caption { margin-top: 20px; text-align: center; font-size: 13px; letter-spacing: .04em; color: var(--muted); }
.portrait-caption strong { margin-left: 6px; font-family: var(--display); font-weight: 400; font-size: 24px; letter-spacing: -.01em; color: var(--ivory); }

/* Proof strip */
.proof-strip { max-width: 1240px; margin: 0 auto; padding: 0 40px; }
.proof-strip dl { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; border-block: 1px solid var(--hair); }
.proof-strip dl > div { padding: 30px 28px; }
.proof-strip dl > div + div { border-left: 1px solid var(--hair); }
.proof-strip dt { font-family: var(--display); font-size: 44px; line-height: 1; color: var(--gold); margin-bottom: 10px; }
.proof-strip dd { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.45; }


.section { max-width: 1240px; margin: 0 auto; padding: 136px 40px; }

/* Story: sticky editorial split. */
.story { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 88px; align-items: start; }
.story-head { position: sticky; top: 124px; }
.story-head h2 { margin: 0; }
.story-body p { font-size: 18px; }
.story-body .story-lead { font-family: var(--display); font-size: clamp(26px, 2.3vw, 34px); line-height: 1.3; color: var(--ivory); margin-bottom: 32px; max-width: 30ch; }
.story-body .story-lead strong, .offer-punch strong, .author-hello strong { font-weight: 400; }
.story-body .story-close { font-family: var(--display); font-style: italic; font-size: clamp(24px, 2vw, 30px); line-height: 1.3; color: var(--gold); margin: 40px 0 0; }

/* Quiz: interactive panel. */
.quiz { padding-block: 40px; }
.quiz-panel { position: relative; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 20px 72px; padding: 72px; border: 1px solid var(--hair); border-radius: 36px; background: radial-gradient(90% 120% at 0% 0%, var(--green-hi), oklch(25% .05 160) 55%, oklch(19% .03 158)); box-shadow: inset 0 1px 0 oklch(100% 0 0 / .08), 0 50px 100px -50px oklch(5% .01 155 / .9); }
.quiz-head { align-self: start; position: sticky; top: 124px; }
.quiz-head h2 { margin-bottom: 16px; }
.quiz-hint { display: none; font-size: 15px; color: var(--muted); }
.js .quiz-hint { display: block; }
.quiz-list { list-style: none; margin: 0; padding: 0; }
.quiz-list li { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--hair); }
.quiz-list p { margin: 0; font-size: 18px; color: var(--ivory); }
.yn { display: none; padding: 4px; gap: 2px; border: 1px solid var(--hair); border-radius: 999px; background: oklch(10% .01 155 / .4); }
.js .yn { display: inline-flex; }
.yn button { min-width: 60px; min-height: 44px; padding: 0 16px; border: 0; border-radius: 999px; background: transparent; font-size: 14px; font-weight: 700; color: var(--text); transition: background-color 200ms ease, color 200ms ease, transform var(--press) var(--ease-out); }
.yn button:active { transform: scale(.95); }
.yn button[data-answer="yes"][aria-pressed="true"] { background: var(--gold); color: var(--bg); }
.yn button[data-answer="no"][aria-pressed="true"] { background: oklch(97% .015 87 / .16); color: var(--ivory); }
.quiz-result { grid-column: 2; display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 24px; padding: 24px 24px 24px 28px; border: 1px solid transparent; border-radius: 24px; transition: border-color 300ms ease, background-color 300ms ease; }
.quiz-result p { margin: 0; font-family: var(--display); font-size: 25px; line-height: 1.3; color: var(--ivory); }
.quiz-result p strong { font-weight: 400; color: var(--gold); }
.quiz-result.is-match { border-color: var(--hair-gold); background: oklch(83% .104 86 / .08); }
.quiz-result .button { flex-shrink: 0; }

/* Audience bento. */
.audience > h2 { max-width: 18ch; margin-bottom: 48px; }
.bento { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-areas: "feature feature a" "feature feature b" "wide wide wide"; gap: 16px; }
.bento-cell { padding: 36px; border: 1px solid var(--hair); border-radius: var(--r-shell); background: var(--panel); box-shadow: inset 0 1px 0 oklch(100% 0 0 / .05); }
.bento-cell:nth-child(2) { grid-area: a; }
.bento-cell:nth-child(3) { grid-area: b; }
.bento-cell b { display: block; font-family: var(--display); font-weight: 400; font-size: 27px; line-height: 1.2; color: var(--ivory); margin-bottom: 14px; }
.bento-cell p { margin: 0; font-size: 16px; color: var(--muted); }
.bento-cell--feature { grid-area: feature; display: flex; flex-direction: column; justify-content: flex-end; min-height: 440px; padding: 48px; background: radial-gradient(70% 80% at 100% 0%, oklch(83% .104 86 / .2), transparent 70%), linear-gradient(155deg, var(--green-hi), oklch(20% .03 158)); }
.bento-cell--feature b { font-size: clamp(38px, 3.6vw, 56px); line-height: 1.08; max-width: 16ch; margin-bottom: 20px; }
.bento-cell--feature p { font-size: 18px; color: var(--text); max-width: 34ch; }
.bento-cell--wide { grid-area: wide; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-color: var(--hair-gold); }
.bento-cell--wide b { font-size: 30px; }

/* Carousels */
.lessons, .social { max-width: none; padding-inline: max(40px, calc((100vw - 1160px) / 2)); overflow: clip; }
.lessons { background: linear-gradient(180deg, var(--bg), var(--bg-2) 30%, var(--bg-2) 70%, var(--bg)); }
.section-heading { margin-bottom: 52px; }
.section-heading > p { font-size: 18px; max-width: 52ch; margin: 0; color: var(--muted); }
.carousel { min-width: 0; }
.carousel-track { display: flex; gap: 20px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; padding: 4px 0 14px; }
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-track:focus-visible { outline-offset: 6px; border-radius: var(--r-shell); }
.lesson-slide { flex: 0 0 calc((100% - 60px) / 4); min-width: 0; scroll-snap-align: start; }
.lesson-slide .bezel-core img { aspect-ratio: 300 / 580; object-fit: cover; }
.carousel-controls { display: flex; align-items: center; gap: 28px; padding-top: 30px; }
.swipe-hint { margin: 0; font-size: 13px; color: var(--muted); white-space: nowrap; }
.carousel-progress { flex: 1; height: 2px; background: var(--hair); border-radius: 2px; overflow: hidden; }
.carousel-progress span { display: block; height: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 300ms var(--ease-out); }
.carousel-actions { display: flex; align-items: center; gap: 14px; -webkit-user-select: none; user-select: none; }
.carousel-actions button { display: grid; place-items: center; width: 52px; height: 52px; padding: 0; border: 1px solid var(--hair-gold); border-radius: 50%; background: var(--panel); color: var(--gold); font-size: 20px; transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease, opacity 200ms ease, transform var(--press) var(--ease-out); }
.carousel-actions button:active:not(:disabled) { transform: scale(.94); }
.carousel-actions button:disabled { opacity: .3; cursor: default; }
.carousel-count { min-width: 60px; text-align: center; font-size: 13px; color: var(--muted); font-variant-numeric: tabular-nums; }
.carousel-count [data-current] { color: var(--ivory); font-weight: 700; }
@media (hover: hover) and (pointer: fine) { .swipe-hint { display: none; } }

/* Bonuses: offset pair. */
.bonuses > h2 { max-width: 22ch; margin-bottom: 56px; }
.bonus-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; align-items: start; }
.bonus--offset { margin-top: 110px; }
.bonus-core img { aspect-ratio: 4 / 5; object-fit: cover; background: var(--bg); }
.bonus-body { padding: 32px 32px 36px; }
.bonus-tag { display: inline-block; margin-bottom: 16px; padding: 5px 12px; border: 1px solid var(--hair-gold); border-radius: 999px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.bonus-body h3 { font-family: var(--display); font-weight: 400; font-size: 32px; line-height: 1.15; color: var(--ivory); margin-bottom: 14px; }
.bonus-body p { font-size: 16px; color: var(--muted); }
.bonus-body .bonus-price { display: flex; align-items: center; gap: 14px; margin: 24px 0 0; }
.bonus-price s { color: var(--muted); font-size: 16px; }
.bonus-price b { padding: 6px 14px; border-radius: 999px; background: var(--gold); color: var(--bg); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }

/* Social proof */
.testimonial-slide { margin: 0; flex: 0 0 calc((100% - 40px) / 3); min-width: 0; scroll-snap-align: start; }
.testimonial-slide .bezel-core { background: var(--bg); }
.testimonial-slide img { height: 470px; object-fit: contain; }
.testimonial-slide figcaption { padding: 14px 6px 0; font-size: 14px; color: var(--muted); }
.results-note { margin: 24px 0 0; font-size: 13px; color: var(--muted); }

/* Offer: the showpiece. */
.offer { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 88px; align-items: center; }
.offer::before { content: ""; position: absolute; inset: 0 -20vw; z-index: -1; pointer-events: none; background: radial-gradient(34% 50% at 76% 50%, oklch(83% .104 86 / .14), transparent 70%); }
.offer-copy h2 { max-width: 15ch; }
.offer-copy > p { font-size: 18px; }
.offer-copy .offer-punch { font-family: var(--display); font-style: italic; font-size: clamp(24px, 2vw, 30px); line-height: 1.3; color: var(--ivory); max-width: 26ch; }
.included { list-style: none; margin: 36px 0 0; padding: 0; display: grid; gap: 14px; }
.included li { position: relative; padding-left: 42px; font-size: 16px; color: var(--text); line-height: 1.5; }
.included li::before { content: "✓"; position: absolute; left: 0; top: -1px; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: oklch(83% .104 86 / .15); color: var(--gold); font-size: 13px; font-weight: 800; }
.price-ring { padding: 1px; border-radius: 34px; background: linear-gradient(160deg, oklch(89% .09 90 / .9), oklch(83% .104 86 / .12) 38%, oklch(83% .104 86 / .06) 62%, oklch(89% .09 90 / .7)); box-shadow: 0 50px 120px -40px oklch(83% .104 86 / .32); }
.price-core { padding: 48px 44px 40px; border-radius: 33px; background: linear-gradient(180deg, var(--panel), oklch(16% .013 155)); text-align: center; }
.offer-logo { width: 164px; margin: 0 auto 26px; }
.price-core p { margin-inline: auto; }
.price-alert { display: inline-block; margin-bottom: 26px; padding: 7px 16px; border-radius: 999px; background: oklch(83% .104 86 / .1); color: var(--gold); font-size: 13px; font-weight: 700; }
.price-from { font-size: 15px; color: var(--muted); margin-bottom: 4px; }
.price-value { margin-bottom: 18px; font-family: var(--display); font-size: clamp(96px, 9vw, 132px); line-height: .95; color: var(--gold); letter-spacing: -.03em; }
.price-currency { font-size: .3em; vertical-align: .95em; margin-right: 8px; letter-spacing: 0; }
.price-cents { font-size: .36em; letter-spacing: 0; }
.price-save { display: inline-block; margin-bottom: 30px; padding: 7px 16px; border-radius: 999px; background: var(--green); color: var(--ivory); font-size: 14px; font-weight: 700; }
#checkout-feedback { margin-top: 14px; font-size: 14px; color: var(--ivory); }
.price-meta { margin: 16px auto 0; font-size: 14px; color: var(--muted); }
.trust { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; margin: 26px 0 0; padding: 22px 0 0; border-top: 1px solid var(--hair); }
.trust li { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 600; color: var(--text); }
.trust li::before { content: "✓"; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: oklch(83% .104 86 / .15); color: var(--gold); font-size: 11px; font-weight: 800; }

/* Guarantee: contained panel. */
.guarantee { padding-block: 40px 136px; }
.guarantee-panel { max-width: 1040px; margin: 0 auto; display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 56px; align-items: center; padding: 56px 64px; border: 1px solid var(--hair); border-radius: 36px; background: radial-gradient(50% 90% at 0% 50%, oklch(83% .104 86 / .12), transparent 70%), var(--panel); }
.guarantee-seal { width: 240px; filter: drop-shadow(0 24px 40px oklch(83% .104 86 / .22)); }
.guarantee-panel h2 { margin-bottom: 18px; }
.guarantee-panel p { font-size: 17px; margin-bottom: 30px; }

/* Author */
.author { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 88px; align-items: center; }
.author-photo .bezel-core { height: 640px; }
.author-photo img { height: 100%; object-fit: cover; object-position: center 20%; }
.author-copy .author-hello { font-family: var(--display); font-size: 30px; line-height: 1.25; color: var(--ivory); }
.author-copy > p { font-size: 18px; }

/* FAQ: sticky head + card accordion. */
.faq { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 88px; align-items: start; padding-top: 40px; }
.faq-head { position: sticky; top: 124px; }
.faq-head p { font-size: 18px; margin-bottom: 32px; }
.faq-list details { margin-bottom: 12px; padding: 0 26px; border: 1px solid var(--hair); border-radius: 22px; background: var(--panel); transition: border-color 250ms ease, background-color 250ms ease; }
.faq-list details[open] { border-color: var(--hair-gold); background: oklch(23% .024 157); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; list-style: none; font-size: 17px; font-weight: 600; color: var(--ivory); transition: color 200ms ease; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; display: grid; place-items: center; flex-shrink: 0; width: 34px; height: 34px; border: 1px solid var(--hair-gold); border-radius: 50%; color: var(--gold); font-size: 20px; font-weight: 400; transition: transform 250ms var(--ease-out), background-color 250ms ease, color 250ms ease; }
.faq details[open] summary::after { transform: rotate(45deg); background: var(--gold); color: var(--bg); }
.faq details p { margin: 0 0 24px; font-size: 16px; color: var(--muted); }

footer { border-top: 1px solid var(--hair); padding: 56px max(24px, calc((100vw - 760px) / 2)); font-size: 13px; text-align: center; color: var(--muted); }
.footer-logo { width: 170px; margin: 0 auto 28px; }
footer strong { display: block; margin-bottom: 18px; font-weight: 600; color: var(--text); }
footer p { margin: 14px auto; max-width: 80ch; }

/* Mobile purchase bar (phones only). */
.mobile-bar { display: none; }

/* Motion */
@media (prefers-reduced-motion: no-preference) {
  @keyframes rise { from { opacity: 0; transform: translateY(24px); filter: blur(6px); } }
  @keyframes settle { from { opacity: 0; transform: translateY(18px) scale(.97); } }
  @keyframes answer { from { opacity: 0; transform: translateY(-6px); } }
  .hero-copy > * { animation: rise 900ms var(--ease-out) both; }
  .hero-copy > :nth-child(2) { animation-delay: 70ms; }
  .hero-copy > :nth-child(3) { animation-delay: 140ms; }
  .hero-copy > :nth-child(4) { animation-delay: 210ms; }
  .hero-portrait .bezel { animation: settle 1100ms var(--ease-out) 120ms both; }
  .faq details[open] p { animation: answer 300ms var(--ease-out); }
  .js [data-reveal] { opacity: 0; transform: translateY(32px); filter: blur(6px); transition: opacity var(--reveal) var(--ease-out), transform var(--reveal) var(--ease-out), filter var(--reveal) var(--ease-out); transition-delay: calc(var(--i, 0) * 80ms); }
  .js [data-reveal].is-visible { opacity: 1; transform: none; filter: none; }
}

@media (max-width: 1080px) {
  .hero { gap: 48px; }
  .lesson-slide { flex-basis: calc((100% - 40px) / 3); }
  .quiz-panel { padding: 56px; gap: 20px 48px; }
  .story, .faq, .offer, .author { gap: 56px; }
}

@media (max-width: 760px) {
  body { font-size: 16px; padding-bottom: 92px; }
  .urgency { font-size: 10px; letter-spacing: .1em; padding: 9px 14px; }
  .site-header { top: 8px; padding: 8px 12px 0; }
  .nav-pill { padding: 5px 5px 5px 16px; gap: 12px; }
  .brand { width: 100px; }
  .site-header nav { display: none; }
  .nav-pill > .button { margin-left: auto; }
  .button--sm { font-size: 12px; padding-left: 16px; }
  .section { padding: 96px 20px; }
  h2 { font-size: clamp(34px, 9.4vw, 44px); }
  .hero { grid-template-columns: 1fr; gap: 36px; padding: 22px 20px 56px; min-height: 0; }
  .hero-copy { text-align: center; }
  .hero .eyebrow { margin-bottom: 16px; font-size: 11px; letter-spacing: .12em; }
  .hero h1 { font-size: clamp(32px, 8.8vw, 40px); margin-bottom: 16px; }
  .lead { font-size: 16px; margin: 0 auto 22px; max-width: 34ch; }
  .hero .button { width: 100%; justify-content: space-between; }
  .hero-portrait { max-width: 360px; width: 100%; margin: 0 auto; }
  .bezel--arch .bezel-core { height: 430px; }
  .proof-strip { padding: 0 20px; }
  .proof-strip dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-strip dl > div { padding: 24px 16px; }
  .proof-strip dl > div + div { border-left: 0; }
  .proof-strip dl > div:nth-child(even) { border-left: 1px solid var(--hair); }
  .proof-strip dl > div:nth-child(n + 3) { border-top: 1px solid var(--hair); }
  .proof-strip dt { font-size: 34px; }
  .proof-strip dd { font-size: 13px; }
  .story, .faq, .offer, .author { grid-template-columns: 1fr; gap: 40px; }
  .story-head, .quiz-head, .audience > h2, .section-heading, .bonuses > h2, .offer-copy, .author-copy, .faq-head, .bonus-body, .proof-strip dl > div { text-align: center; }
  .audience > h2, .bonuses > h2, .offer-copy h2, .offer-copy > p, .section-heading > p, .author-copy > p, .faq-head p { margin-inline: auto; }
  .story-body .story-lead { margin-inline: auto; text-align: center; }
  .story-body .story-close { text-align: center; }
  .included { width: fit-content; max-width: 100%; margin-inline: auto; text-align: left; }
  .bonus-body .bonus-price { justify-content: center; }
  .faq-head .button { width: 100%; justify-content: space-between; }
  .trust { display: grid; justify-content: center; justify-items: start; gap: 12px; }
  .story-head, .faq-head, .quiz-head { position: static; }
  .story-body p { font-size: 17px; }
  .quiz { padding: 24px 12px; }
  .quiz-panel { grid-template-columns: 1fr; padding: 40px 22px; border-radius: 28px; gap: 8px; }
  .quiz-list li { grid-template-columns: 1fr; gap: 14px; padding: 22px 0; }
  .quiz-list p { font-size: 17px; }
  .yn { justify-self: start; }
  .quiz-result { grid-column: auto; flex-direction: column; align-items: stretch; padding: 22px; text-align: center; }
  .quiz-result p { font-size: 22px; }
  .quiz-result .button { justify-content: space-between; }
  .audience > h2 { margin-bottom: 32px; }
  .bento { grid-template-columns: 1fr; grid-template-areas: none; gap: 12px; }
  .bento-cell, .bento-cell:nth-child(2), .bento-cell:nth-child(3), .bento-cell--feature, .bento-cell--wide { grid-area: auto; }
  .bento-cell { padding: 28px 24px; }
  .bento-cell--feature { min-height: 320px; padding: 32px 24px; }
  .bento-cell--wide { flex-direction: column; align-items: stretch; }
  .bento-cell--wide .button { justify-content: space-between; }
  .bento-cell b { font-size: 25px; }
  .lessons, .social { padding-inline: 20px; }
  .section-heading { margin-bottom: 36px; }
  .section-heading > p { font-size: 17px; }
  .carousel-track { gap: 14px; margin-right: -20px; padding-right: 20px; }
  .lesson-slide { flex-basis: 76%; }
  .carousel-controls { gap: 16px; padding-top: 24px; }
  .carousel-actions { gap: 8px; }
  .carousel-actions button { width: 46px; height: 46px; }
  .carousel-count { min-width: 50px; }
  .bonus-grid { grid-template-columns: 1fr; gap: 24px; }
  .bonus--offset { margin-top: 0; }
  .bonus-body { padding: 26px 22px 28px; }
  .bonus-body h3 { font-size: 28px; }
  .testimonial-slide { flex-basis: 86%; }
  .testimonial-slide img { height: 420px; }
  .price-core { padding: 36px 22px 30px; }
  .price-value { font-size: 96px; }
  .guarantee { padding: 24px 12px 96px; }
  .guarantee-panel { grid-template-columns: 1fr; gap: 28px; padding: 40px 24px; text-align: center; border-radius: 28px; }
  .guarantee-seal { width: 170px; margin: 0 auto; }
  .guarantee-panel p { margin-inline: auto; }
  .guarantee-panel .button { width: 100%; justify-content: space-between; }
  .author-photo { max-width: 380px; width: 100%; margin: 0 auto; }
  .author-photo .bezel-core { height: 460px; }
  .author-copy .author-hello { font-size: 26px; }
  .faq { padding-top: 24px; }
  .faq-list details { padding: 0 20px; }
  .faq summary { font-size: 16px; }
  .mobile-bar { position: fixed; z-index: 25; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 6px 6px 6px 20px; border: 1px solid var(--hair-gold); border-radius: 999px; background: oklch(15% .012 155 / .8); -webkit-backdrop-filter: blur(16px) saturate(140%); backdrop-filter: blur(16px) saturate(140%); box-shadow: 0 20px 40px -16px oklch(5% .01 155 / .95); transform: translateY(160%); opacity: 0; transition: transform 500ms var(--ease-drawer), opacity 300ms ease; }
  .mobile-bar.is-shown { transform: none; opacity: 1; }
  .mobile-bar p { margin: 0; display: flex; flex-direction: column; line-height: 1.1; }
  .mobile-bar s { font-size: 12px; color: var(--muted); }
  .mobile-bar strong { font-family: var(--display); font-weight: 400; font-size: 26px; color: var(--gold); }
}

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