:root {
  --ink: #10110f;
  --ink-soft: #191a17;
  --paper: #f3f0e9;
  --paper-deep: #e8e3d8;
  --gold: #d9a441;
  --gold-light: #f2cf7d;
  --muted: #6f716b;
  --line: rgba(16,17,15,.12);
  --white: #fff;
  --green: #8bc48a;
  --shadow: 0 26px 70px rgba(16,17,15,.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .17;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.17'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header {
  width: min(1280px, calc(100% - 32px));
  height: 76px;
  margin: 14px auto 0;
  padding: 0 28px;
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(15,16,14,.58);
  backdrop-filter: blur(14px);
}
.logo { font: 700 25px/1 "Manrope"; letter-spacing: -1.5px; }
.logo span { color: var(--gold); }
.desktop-nav { display: flex; gap: 30px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.desktop-nav a { color: rgba(255,255,255,.72); transition: .2s; }
.desktop-nav a:hover { color: var(--gold-light); }
.header-cta { padding: 11px 16px; color: var(--ink); background: var(--gold); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.hero {
  min-height: 810px;
  width: 100%;
  max-width: none;
  padding: 150px max(28px, calc((100vw - 1180px)/2)) 80px;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: 70px;
  color: var(--white);
  background:
    radial-gradient(circle at 72% 25%, rgba(217,164,65,.13), transparent 28%),
    linear-gradient(135deg, #10110f 0%, #171913 55%, #0c0d0b 100%);
  overflow: hidden;
}
.hero-copy { max-width: 650px; }
.eyebrow { margin: 0 0 18px; color: #92702e; font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 1px; margin: 0 9px 3px 0; background: var(--gold); }
.eyebrow.light { color: var(--gold-light); }
h1, h2, h3 { margin-top: 0; }
h1, h2 { font-family: "Oswald", sans-serif; text-transform: uppercase; line-height: 1.08; }
h1 { margin-bottom: 28px; font-size: clamp(60px, 7vw, 105px); letter-spacing: -3px; }
h1 em { color: var(--gold); font-style: normal; }
.hero-lead { max-width: 600px; color: rgba(255,255,255,.67); font-size: 17px; }
.hero-actions, .final-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.button {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .2s, background .2s, border .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--ink); }
.button-primary:hover { background: var(--gold-light); }
.button-ghost { border-color: rgba(255,255,255,.3); color: var(--white); }
.button-ghost:hover { border-color: var(--gold); }
.button-light { background: var(--white); color: var(--ink); }
.button-ghost.dark { border-color: var(--line); color: var(--ink); }
.hero-proof { display: flex; gap: 35px; margin-top: 52px; }
.hero-proof div { padding-left: 13px; border-left: 2px solid var(--gold); display: grid; }
.hero-proof strong { font-family: "Oswald"; font-size: 26px; line-height: 1; }
.hero-proof span { margin-top: 5px; color: rgba(255,255,255,.48); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.hero-visual { position: relative; max-width: 530px; justify-self: end; }
.portrait-wrap { position: relative; overflow: hidden; border-radius: 250px 250px 4px 4px; border: 1px solid rgba(255,255,255,.16); }
.portrait-wrap img { width: 100%; height: 630px; object-fit: cover; object-position: center top; filter: saturate(.78) contrast(1.08); }
.portrait-shade { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(10,11,9,.88)); }
.portrait-caption { position: absolute; left: 28px; bottom: 25px; display: grid; }
.portrait-caption strong { font-family: "Oswald"; font-size: 22px; text-transform: uppercase; }
.portrait-caption span { color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.floating-card { position: absolute; background: rgba(245,242,234,.96); color: var(--ink); box-shadow: var(--shadow); }
.week-card { width: 184px; left: -62px; bottom: 132px; padding: 17px; }
.card-kicker { font-size: 8px; letter-spacing: .13em; font-weight: 800; color: var(--muted); }
.mini-chart { height: 48px; margin: 13px 0 10px; display: flex; align-items: end; gap: 6px; }
.mini-chart i { flex: 1; background: var(--gold); }
.week-card strong { font: 700 28px/1 "Oswald"; }
.week-card small, .cycle-card small { display: block; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.cycle-card { right: -35px; top: 130px; padding: 14px 18px; display: flex; align-items: center; gap: 10px; }
.cycle-card strong { display: block; font-size: 12px; }
.status-dot, .availability span { width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(139,196,138,.16); }

.trust-strip { padding: 25px max(20px, calc((100vw - 1180px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--gold); }
.trust-strip p { margin: 0; font-size: 12px; }
.trust-items { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-items span { padding: 7px 10px; border: 1px solid rgba(16,17,15,.22); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.problem, .results, .nutrition, .paths { padding-block: 120px; }
.section-heading { max-width: 720px; margin-bottom: 55px; }
.section-heading h2, .method-copy h2, .about-copy h2, .final-cta h2 { margin-bottom: 20px; font-size: clamp(42px, 5.2vw, 72px); letter-spacing: -1.5px; }
.section-heading > p:last-child, .method-copy > p, .about-copy > p { color: var(--muted); }
.difference-note { max-width: 900px; margin: -20px 0 38px; padding: 24px 28px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 28px; align-items: center; color: var(--white); background: var(--ink); }
.difference-note strong { color: var(--gold); font: 600 clamp(26px, 3vw, 40px)/1.05 "Oswald"; text-transform: uppercase; letter-spacing: -.5px; }
.difference-note p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.problem-card { padding: 38px 38px 45px 0; border-right: 1px solid var(--line); }
.problem-card + .problem-card { padding-left: 38px; }
.problem-card:last-child { border-right: 0; }
.number { font-family: "Oswald"; color: var(--gold); font-size: 13px; }
.problem-card h3 { margin: 50px 0 14px; font: 600 25px/1.1 "Oswald"; text-transform: uppercase; }
.problem-card p { color: var(--muted); font-size: 13px; }

.method { padding-block: 120px; color: var(--white); background: var(--ink); }
.method-layout { display: grid; grid-template-columns: .83fr 1.17fr; gap: 70px; align-items: center; }
.method-steps { list-style: none; margin: 38px 0 0; padding: 0; }
.method-steps li { padding: 17px 0; display: flex; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.method-steps b { color: var(--gold); font: 600 13px "Oswald"; }
.method-steps div { display: grid; }
.method-steps strong { font-size: 13px; }
.method-steps span { color: rgba(255,255,255,.48); font-size: 11px; }
.report-mock { padding: 22px; color: var(--ink); background: #f8f6f0; box-shadow: 0 40px 90px rgba(0,0,0,.35); transform: rotate(1.2deg); }
.report-top, .report-profile, .chart-head { display: flex; align-items: center; justify-content: space-between; }
.report-top { padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.report-top div { display: grid; }
.report-top div span { color: #a57d2d; font-size: 14px; font-weight: 800; }
.report-top div strong { font: 600 17px "Oswald"; }
.report-status { padding: 6px 8px; color: #527652; background: #e1efdf; font-size: 7px; font-weight: 800; letter-spacing: .08em; }
.report-profile { padding: 22px 0; }
.avatar { width: 44px; height: 44px; display: grid; place-items: center; color: var(--white); background: var(--ink); font-size: 11px; font-weight: 800; }
.report-profile > div:nth-child(2) { flex: 1; padding-left: 12px; display: grid; }
.report-profile > div:nth-child(2) strong { font-size: 11px; }
.report-profile > div:nth-child(2) span, .score span { color: var(--muted); font-size: 8px; text-transform: uppercase; }
.score { display: grid; text-align: right; }
.score b { color: #a57d2d; font: 700 30px/1 "Oswald"; }
.report-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.report-stats div { padding: 12px; background: #eae6dd; display: grid; }
.report-stats span { color: var(--muted); font-size: 7px; text-transform: uppercase; }
.report-stats strong { margin: 5px 0 2px; font: 600 16px "Oswald"; }
.report-stats small { font-size: 7px; }
.positive { color: #638763; }
.report-chart { margin-top: 10px; padding: 15px; background: var(--white); }
.chart-head strong { font-size: 9px; }
.chart-head span { color: var(--muted); font-size: 8px; }
.report-chart svg { width: 100%; height: auto; margin-top: 10px; }
.grid-line { fill: none; stroke: #eeeae0; stroke-width: 1; }
.area { fill: url(#area); }
.line { fill: none; stroke: var(--gold); stroke-width: 4; }
.dots circle { fill: #fff; stroke: var(--gold); stroke-width: 3; }
.report-note { margin-top: 10px; padding: 11px; display: flex; gap: 10px; align-items: center; background: #eeeae0; }
.report-note span { width: 6px; height: 26px; background: var(--gold); }
.report-note p { margin: 0; font-size: 8px; }

.story-carousel { position: relative; background: var(--paper-deep); box-shadow: 0 22px 60px rgba(16,17,15,.08); }
.story-slides { position: relative; }
.story-slide { display: none; grid-template-columns: .9fr 1.1fr; min-height: 620px; }
.story-slide.active { display: grid; animation: storyIn .45s ease both; }
@keyframes storyIn { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: none; } }
.result-image { position: relative; }
.result-image img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; filter: saturate(.65); }
.result-image span { position: absolute; top: 18px; left: 18px; padding: 7px 10px; background: var(--gold); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.transformation-visual { position: relative; min-height: 620px; padding: 28px; display: flex; align-items: center; justify-content: center; background: #171814; overflow: hidden; }
.transformation-visual:before { content: ""; position: absolute; inset: 0; opacity: .55; background: radial-gradient(circle at 30% 18%, rgba(217,164,65,.16), transparent 28%), linear-gradient(135deg, rgba(255,255,255,.08), transparent 38%); pointer-events: none; }
.transform-frame { position: relative; z-index: 1; width: min(100%, 430px); aspect-ratio: 3 / 4; overflow: hidden; box-shadow: 0 22px 55px rgba(0,0,0,.36); background: var(--ink); }
.transform-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.02); opacity: 0; transform: scale(1.03); transition: opacity .55s ease, transform .8s ease; }
.transform-frame img.active { opacity: 1; transform: scale(1); }
.transform-label { position: absolute; left: 14px; bottom: 14px; padding: 8px 11px; color: var(--ink); background: var(--gold); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.transform-badge { position: absolute; z-index: 2; top: 24px; left: 24px; padding: 7px 10px; color: var(--ink); background: var(--gold); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.transform-controls { position: absolute; z-index: 2; right: 24px; bottom: 24px; display: flex; gap: 6px; padding: 6px; background: rgba(16,17,15,.72); backdrop-filter: blur(8px); }
.transform-controls button { border: 1px solid rgba(255,255,255,.2); padding: 8px 10px; color: rgba(255,255,255,.62); background: transparent; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; cursor: pointer; }
.transform-controls button.active { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.result-copy { padding: clamp(35px, 6vw, 80px); display: flex; flex-direction: column; justify-content: center; }
.story-type { margin-bottom: 22px; color: #9a742a; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.quote { margin: 0 0 38px; max-width: 590px; font: 600 clamp(28px, 4vw, 48px)/1.15 "Oswald"; text-transform: uppercase; }
.story-body { max-width: 580px; margin: -12px 0 28px; color: var(--muted); font-size: 13px; }
.story-visual { min-height: 620px; padding: clamp(35px, 6vw, 70px); display: flex; flex-direction: column; justify-content: end; color: var(--white); overflow: hidden; position: relative; }
.story-visual:before { content: ""; position: absolute; inset: 0; opacity: .45; background-image: radial-gradient(circle at 72% 20%, rgba(255,255,255,.2), transparent 25%), linear-gradient(125deg, transparent 35%, rgba(255,255,255,.08)); }
.safety-visual { background: linear-gradient(145deg, #52695b, #1b2820); }
.active-life-visual { background: linear-gradient(145deg, #667071, #273033); }
.independence-visual { background: linear-gradient(145deg, #8a744a, #30291c); }
.comeback-visual { background: linear-gradient(145deg, #70616c, #2e252c); }
.athlete-visual { background: linear-gradient(145deg, #526756, #18271c); }
.story-icon { width: 72px; height: 72px; margin-bottom: auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; font: 600 28px "Oswald"; position: relative; }
.story-visual strong { max-width: 400px; padding-top: .08em; font: 600 clamp(42px, 5vw, 68px)/1.12 "Oswald"; text-transform: uppercase; position: relative; }
.story-visual p { max-width: 390px; margin-bottom: 0; color: rgba(255,255,255,.65); font-size: 12px; position: relative; }
.story-points { display: flex; flex-wrap: wrap; gap: 7px; }
.story-points span { padding: 8px 10px; border: 1px solid var(--line); color: var(--muted); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.result-metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.result-metrics div { padding: 20px 16px 20px 0; display: grid; }
.result-metrics b { font: 600 18px "Oswald"; color: #9a742a; }
.result-metrics span { color: var(--muted); font-size: 8px; text-transform: uppercase; }
.fine-print { margin: 25px 0 0; color: var(--muted); font-size: 9px; }
.story-controls { min-height: 66px; padding: 10px 16px; display: flex; align-items: center; justify-content: flex-end; gap: 12px; border-top: 1px solid var(--line); background: rgba(255,255,255,.35); }
.story-arrow { width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; font-size: 17px; transition: .2s; }
.story-arrow:hover { color: var(--white); background: var(--ink); }
.story-dots { display: flex; gap: 5px; margin-right: auto; }
.story-dots button { width: 24px; height: 3px; padding: 0; border: 0; background: rgba(16,17,15,.18); cursor: pointer; }
.story-dots button.active { background: var(--gold); }
.story-counter { color: var(--muted); font-size: 10px; }
.story-counter b { color: var(--ink); }

.nutrition { padding-top: 35px; }
.nutrition-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: center; padding: clamp(34px, 6vw, 75px); background: #e8e3d8; }
.nutrition-copy h2 { margin-bottom: 24px; font: 600 clamp(42px, 5vw, 70px)/1.08 "Oswald"; text-transform: uppercase; letter-spacing: -1.5px; }
.nutrition-copy > p:not(.eyebrow) { color: var(--muted); font-size: 13px; }
.nutrition-points { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 27px; }
.nutrition-points span { padding: 8px 10px; border: 1px solid var(--line); color: var(--muted); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.meal-preview { padding: 22px; background: #fbfaf7; box-shadow: 0 28px 65px rgba(16,17,15,.15); transform: rotate(1deg); }
.meal-preview-head { padding-bottom: 15px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.meal-preview-head div { display: grid; }
.meal-preview-head span { color: #a57d2d; font-size: 13px; font-weight: 800; }
.meal-preview-head strong { font: 600 17px "Oswald"; }
.meal-preview-head > b { padding: 5px 8px; color: #73591f; background: #eee3c9; font-size: 7px; letter-spacing: .1em; }
.meal-carousel { position: relative; margin: 18px auto 0; min-height: 560px; overflow: hidden; background: #ebe7de; }
.meal-slide { position: absolute; inset: 0; margin: 0; opacity: 0; pointer-events: none; transition: opacity .35s ease; display: grid; place-items: center; }
.meal-slide.active { opacity: 1; pointer-events: auto; }
.meal-slide img { width: min(100%, 395px); max-height: 540px; object-fit: contain; filter: saturate(.94); box-shadow: 0 18px 42px rgba(16,17,15,.16); }
.meal-slide figcaption { position: absolute; left: 16px; right: 16px; bottom: 14px; padding: 10px 12px; color: var(--white); background: rgba(16,17,15,.82); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.meal-controls { margin-top: 13px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.meal-controls button { width: 34px; height: 34px; border: 1px solid var(--line); color: var(--ink); background: transparent; cursor: pointer; }
.meal-controls button:hover { background: #ebe7de; }
.meal-dots { display: flex; justify-content: center; gap: 7px; flex: 1; }
.meal-dots button { width: 8px; height: 8px; padding: 0; border-radius: 999px; background: rgba(16,17,15,.22); border: 0; }
.meal-dots button.active { width: 22px; background: var(--gold); }
.meal-preview > p { margin: 15px 0 0; color: var(--muted); font-size: 8px; }

.paths { padding-top: 40px; }
.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.path-card { min-height: 570px; padding: clamp(32px, 5vw, 58px); display: flex; flex-direction: column; }
.path-card.local { color: var(--white); background: var(--ink-soft); }
.path-card.online { color: var(--white); background: #a57d2d; }
.path-label { color: var(--gold-light); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.path-card h3 { margin: 32px 0 18px; max-width: 470px; font: 600 clamp(36px, 4vw, 58px)/1.12 "Oswald"; text-transform: uppercase; }
.path-card p { color: rgba(255,255,255,.62); font-size: 13px; }
.path-card ul { margin: 22px 0 35px; padding: 0; list-style: none; }
.path-card li { padding: 10px 0; border-top: 1px solid rgba(255,255,255,.15); font-size: 11px; }
.path-card li:before { content: "✓"; margin-right: 9px; color: var(--gold-light); }
.availability { margin-top: auto; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.availability strong { font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }

.application { padding-block: 40px 120px; }
.application-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 55px; padding: clamp(32px, 5vw, 64px); color: var(--white); background: #191a17; }
.application-copy h2 { margin-bottom: 20px; font: 600 clamp(38px, 4.7vw, 66px)/1.08 "Oswald"; text-transform: uppercase; letter-spacing: -1.4px; }
.application-copy > p:not(.eyebrow) { color: rgba(255,255,255,.62); font-size: 13px; }
.price-box { margin-top: 28px; padding: 22px 20px; color: var(--ink); background: var(--gold); }
.price-box span { display: block; margin-bottom: 6px; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.price-box strong { display: block; font: 700 clamp(32px, 4vw, 48px)/1 "Oswald"; letter-spacing: -.8px; text-transform: uppercase; }
.price-box p { margin: 14px 0 0; color: rgba(16,17,15,.72); font-size: 11px; }
.application-note { margin-top: 28px; padding: 16px 18px; display: grid; gap: 4px; border: 1px solid rgba(255,255,255,.12); }
.application-note strong { color: var(--gold); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.application-note span { color: rgba(255,255,255,.56); font-size: 11px; }
.application-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-content: start; }
.application-form label { display: grid; gap: 7px; }
.application-form label.full { grid-column: 1 / -1; }
.application-form label span { color: rgba(255,255,255,.58); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.application-form input,
.application-form select,
.application-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.13); border-radius: 0; padding: 14px 13px; color: var(--white); background: rgba(255,255,255,.06); font: 500 13px "Manrope", sans-serif; outline: none; }
.application-form textarea { resize: vertical; min-height: 135px; }
.application-form input:focus,
.application-form select:focus,
.application-form textarea:focus { border-color: var(--gold); background: rgba(255,255,255,.09); }
.application-form option { color: var(--ink); }
.application-form button { grid-column: 1 / -1; width: 100%; border: 0; }
.direct-contact { grid-column: 1 / -1; padding: 16px 18px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); }
.direct-contact strong { display: block; color: var(--gold); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.direct-contact p { margin: 7px 0 12px; color: rgba(255,255,255,.62); font-size: 11px; }
.direct-contact a { color: var(--white); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid var(--gold); }
.direct-contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; }
.direct-contact a.direct-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--gold);
  border-bottom: 0;
  font-size: 12px;
  letter-spacing: .04em;
}
.form-feedback { grid-column: 1 / -1; margin: 0; padding: 14px 16px; color: #f7edd0; background: rgba(217,164,65,.16); border-left: 3px solid var(--gold); font-size: 11px; }

.about { padding-block: 120px; color: var(--white); background: #191a17; }
.about-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: center; }
.about-portrait { position: relative; }
.about-portrait img { width: 100%; max-height: 590px; object-fit: cover; object-position: top; filter: saturate(.7); }
.about-badge { position: absolute; right: -25px; bottom: 30px; width: 190px; padding: 18px; color: var(--ink); background: var(--gold); display: grid; }
.about-badge strong { font: 700 29px "Oswald"; }
.about-badge span { font-size: 8px; font-weight: 800; text-transform: uppercase; }
.about-copy { max-width: 700px; }
.about-copy p { font-size: 13px; }
.about-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.about-tags span { padding: 8px 10px; border: 1px solid rgba(255,255,255,.15); font-size: 8px; font-weight: 800; text-transform: uppercase; }

.legal-page { background: var(--paper); }
.legal-hero {
  padding: 160px 0 85px;
  color: var(--white);
  background:
    radial-gradient(circle at 70% 18%, rgba(217,164,65,.16), transparent 30%),
    linear-gradient(135deg, #10110f 0%, #171913 55%, #0c0d0b 100%);
}
.legal-hero h1 { max-width: 900px; margin-bottom: 24px; font-size: clamp(58px, 8vw, 108px); letter-spacing: -3px; }
.legal-hero p:last-child { max-width: 720px; margin: 0; color: rgba(255,255,255,.68); font-size: 17px; }
.legal-content { padding-block: 80px 110px; display: grid; gap: 18px; }
.legal-card { padding: clamp(24px, 4vw, 42px); background: rgba(255,255,255,.42); border: 1px solid var(--line); box-shadow: 0 18px 55px rgba(16,17,15,.06); }
.legal-card h2 { margin-bottom: 15px; color: var(--ink); font-size: clamp(26px, 3vw, 42px); letter-spacing: -.7px; }
.legal-card p { max-width: 900px; color: var(--muted); }
.legal-card p:last-child { margin-bottom: 0; }
.legal-card ul { margin: 0; padding-left: 20px; color: var(--muted); }
.legal-card li + li { margin-top: 8px; }
.legal-note { color: var(--white); background: var(--ink); }
.legal-note h2 { color: var(--gold); }
.legal-note p { color: rgba(255,255,255,.68); }

.final-cta { padding-block: 100px; display: flex; justify-content: space-between; align-items: end; gap: 35px; }
.final-cta h2 { max-width: 720px; margin-bottom: 0; }
.final-actions { justify-content: flex-end; flex-shrink: 0; }
footer { padding: 25px max(20px, calc((100vw - 1180px)/2)); color: var(--white); background: var(--ink); display: flex; align-items: center; gap: 28px; }
footer p { margin: 0 auto 0 0; color: rgba(255,255,255,.45); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
footer div { display: flex; gap: 18px; font-size: 9px; text-transform: uppercase; }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

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

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 135px; gap: 45px; }
  .hero-visual { justify-self: center; }
  .method-layout, .about-layout, .nutrition-layout, .application-layout { grid-template-columns: 1fr; }
  .method-copy { max-width: 700px; }
  .story-slide, .story-slide.active { grid-template-columns: 1fr; }
  .result-image img { min-height: 390px; }
  .transformation-visual { min-height: 520px; }
  .story-visual { min-height: 390px; }
  .final-cta { display: block; }
  .final-actions { justify-content: flex-start; }
}
@media (max-width: 720px) {
  .section-shell { width: min(100% - 28px, 1180px); }
  .site-header { height: 64px; padding: 0 14px; }
  .header-cta { padding: 9px 11px; font-size: 9px; }
  .hero { min-height: auto; padding: 115px 14px 65px; }
  h1 { font-size: clamp(52px, 16vw, 72px); line-height: 1.12; letter-spacing: -2px; }
  .hero-lead { font-size: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 15px; justify-content: space-between; }
  .hero-proof strong { font-size: 22px; }
  .portrait-wrap img { height: 510px; }
  .week-card { left: -5px; bottom: 108px; }
  .cycle-card { right: -5px; top: 90px; }
  .trust-strip { display: block; }
  .trust-items { margin-top: 14px; }
  .problem, .results, .nutrition, .paths, .method, .about { padding-block: 75px; }
  .problem-grid, .path-grid { grid-template-columns: 1fr; }
  .difference-note { margin: -12px 0 28px; padding: 22px 20px; grid-template-columns: 1fr; gap: 12px; }
  .problem-card, .problem-card + .problem-card { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .problem-card h3 { margin-top: 24px; }
  .method-layout { gap: 45px; }
  .report-mock { padding: 12px; transform: none; }
  .report-stats { gap: 4px; }
  .report-stats div { padding: 8px; }
  .report-stats strong { font-size: 13px; }
  .result-copy { padding: 30px 20px; }
  .result-metrics { grid-template-columns: 1fr; }
  .story-slide { min-height: auto; }
  .transformation-visual { min-height: 500px; padding: 18px; }
  .transform-frame { width: min(100%, 310px); }
  .transform-badge { top: 14px; left: 14px; }
  .transform-controls { right: 14px; bottom: 14px; }
  .story-controls { justify-content: space-between; }
  .story-dots { margin-right: 0; }
  .nutrition { padding-top: 10px; }
  .nutrition-layout { gap: 40px; padding: 28px 20px; }
  .meal-preview { padding: 12px; transform: none; }
  .meal-carousel { min-height: 430px; }
  .meal-slide img { max-height: 410px; }
  .meal-slide figcaption { left: 10px; right: 10px; bottom: 10px; font-size: 8px; }
  .path-card { min-height: auto; padding: 32px 24px; }
  .availability { margin-top: 30px; }
  .application { padding-block: 10px 75px; }
  .application-layout { gap: 34px; padding: 32px 20px; }
  .application-form { grid-template-columns: 1fr; }
  .about-badge { right: 10px; }
  .final-cta { padding-block: 75px; }
  .final-actions .button { width: 100%; }
  footer { align-items: flex-start; flex-wrap: wrap; }
}
.form-honeypot {
  left: -10000px !important;
  position: absolute !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
