:root {
  --black: #111317;
  --ink: #23252b;
  --paper: #f2f0eb;
  --cream: #e6e2d7;
  --acid: #e0b528;
  --orange: #d59a16;
  --muted: #6f7076;
  --line: rgba(35, 37, 43, .18);
  --white-line: rgba(255, 255, 255, .17);
  --gold-soft: rgba(224, 181, 40, .18);
  --gold-strong: rgba(224, 181, 40, .92);
  --max: 1460px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.section { width: min(var(--max), calc(100% - 80px)); margin-inline: auto; }

/* Scroll-scrubbed "Curtain Reveal" between the main page sections. */
.curtain-section {
  position: relative;
  isolation: isolate;
  --curtain-cover-clip: 100%;
  --curtain-cover: linear-gradient(180deg, #f2f0eb 0%, #eee8d9 88%, #d8c27e 100%);
}
.curtain-motion .curtain-section::before {
  content: "";
  position: absolute;
  z-index: 44;
  inset: -1px 0 0;
  background: var(--curtain-cover);
  clip-path: inset(0 0 var(--curtain-cover-clip) 0);
  pointer-events: none;
  will-change: clip-path;
}
.curtain-motion .curtain-section.curtain-settled::before { content: none; }
.credentials {
  --curtain-cover: linear-gradient(180deg, #111317 0%, #161817 88%, #5e4a13 100%);
}
.intro {
  --curtain-cover: linear-gradient(135deg, #e8c447 0%, #d8ab1f 86%, #b98d12 100%);
}
.services, .final-cta {
  --curtain-cover: linear-gradient(180deg, #f2f0eb 0%, #eee8d9 88%, #d8c27e 100%);
}
.journey {
  --curtain-cover: linear-gradient(180deg, #111317 0%, #151715 88%, #5d4913 100%);
}
.goals {
  --curtain-cover: linear-gradient(180deg, #0b0d0a 0%, #121411 88%, #564412 100%);
}
.tools {
  --curtain-cover: linear-gradient(180deg, #f2f0eb 0%, #eee8d9 88%, #d8c27e 100%);
}
.about {
  --curtain-cover: linear-gradient(180deg, #17191d 0%, #1b1d1f 88%, #6a5318 100%);
}
footer {
  --curtain-cover: linear-gradient(135deg, #e8c447 0%, #d8ab1f 86%, #b98d12 100%);
}
.scroll-progress {
  position: fixed; inset: 0 auto auto 0; width: 100%; height: 3px;
  z-index: 100; pointer-events: none;
}
.scroll-progress span { display: block; height: 100%; width: 0; background: var(--acid); }

.topbar {
  position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 82px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 40px; color: white; background: linear-gradient(180deg, rgba(17,19,23,.74), transparent);
  transition: background .3s, backdrop-filter .3s;
}
.topbar.scrolled { background: rgba(17,19,23,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(224,181,40,.18); }
.brand { display: flex; align-items: center; gap: 13px; width: max-content; }
.brand-logo {
  width: 64px; height: 64px; object-fit: contain; background: rgba(255,255,255,.96);
  padding: 6px; border-radius: 2px; box-shadow: 0 8px 30px rgba(0,0,0,.18);
}
.footer-logo { background: #fff; }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font: 13px "Archivo Black", sans-serif; letter-spacing: -.02em; }
.brand-copy small { font: 8px "DM Mono", monospace; letter-spacing: .15em; opacity: .72; }
.topbar nav { display: flex; gap: 30px; font: 10px "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.topbar nav a { opacity: .8; transition: opacity .2s; }
.topbar nav a:hover { opacity: 1; }
.button {
  border: 0; background: var(--acid); color: var(--ink); padding: 17px 20px;
  font: 10px "DM Mono", monospace; letter-spacing: .08em; display: inline-flex;
  align-items: center; justify-content: space-between; gap: 28px; cursor: pointer;
  transition: transform .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-small { justify-self: end; padding: 13px 16px; }
.button-dark { background: var(--black); color: white; }
.button, .round-cta { box-shadow: 0 10px 24px rgba(224,181,40,.18); }
.button-acid { margin-top: 30px; }
.menu-toggle { display: none; border: 0; background: none; width: 42px; height: 42px; position: relative; }
.menu-toggle span { position: absolute; left: 8px; right: 8px; height: 1px; background: white; }
.menu-toggle span:first-child { top: 16px; }
.menu-toggle span:last-child { top: 25px; }
.mobile-menu { display: none; }

.hero {
  height: min(960px, 100svh); min-height: 780px; position: relative;
  isolation: isolate; background: #111317; color: white; overflow: hidden;
}
.hero-media {
  position: absolute; z-index: 0; inset: 0;
  background: #111317 url("assets/hero-alexandre-portrait.jpg") center center / cover no-repeat;
  transform: scale(1.015);
  animation: hero-media-in 1.05s cubic-bezier(.22,1,.36,1) .08s both;
}
.hero-orbit {
  position: absolute; z-index: 1; top: 49%; right: clamp(24px, 7vw, 135px);
  width: clamp(420px, 45vw, 690px); aspect-ratio: 1; border-radius: 50%;
  border: 1px solid rgba(224,181,40,.34);
  background: radial-gradient(circle, rgba(224,181,40,.13), rgba(224,181,40,.035) 55%, transparent 71%);
  box-shadow: 0 0 110px rgba(224,181,40,.09), inset 0 0 80px rgba(224,181,40,.04);
  transform: translateY(-50%);
  pointer-events: none;
  animation: hero-orbit-in .9s cubic-bezier(.22,1,.36,1) .22s both;
}
.hero-orbit::after {
  content: ""; position: absolute; inset: 12%; border-radius: inherit;
  border: 1px solid rgba(224,181,40,.16);
}
.hero-subject-shield {
  position: absolute; z-index: 2; inset: 0;
  background: #111317 url("assets/hero-alexandre-portrait.jpg") center center / cover no-repeat;
  clip-path: ellipse(24% 62% at 79% 52%);
  transform: scale(1.015);
  pointer-events: none;
  animation: hero-media-in 1.05s cubic-bezier(.22,1,.36,1) .08s both;
}
.hero-overlay {
  position: absolute; z-index: 3; inset: 0;
  background:
    linear-gradient(90deg, rgba(17,19,23,.96) 0%, rgba(17,19,23,.74) 42%, rgba(17,19,23,.12) 74%, rgba(17,19,23,.24) 100%),
    linear-gradient(0deg, rgba(17,19,23,.94) 0%, rgba(17,19,23,.34) 38%, transparent 67%),
    linear-gradient(180deg, rgba(224,181,40,.08), transparent 30%);
}
.hero-meta {
  position: absolute; z-index: 4; top: 106px; left: 40px; right: 40px;
  display: flex; justify-content: space-between;
  font: 9px "DM Mono", monospace; letter-spacing: .17em;
  animation: hero-fade-down .55s ease .48s both;
}
.hero-content { position: absolute; z-index: 4; left: 40px; right: 40px; bottom: 42px; }
.eyebrow { margin: 0 0 24px; font: 9px "DM Mono", monospace; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.dark { color: #62655b; }
.hero h1 {
  width: min(83vw, 1360px); margin: 0; font: clamp(64px, 9vw, 145px)/.8 "Archivo Black", sans-serif;
  letter-spacing: -.075em; text-transform: uppercase;
}
.hero h1 span { display: block; white-space: nowrap; }
.hero h1 .outline { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.82); }
.hero-bottom {
  margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.28);
  display: flex; justify-content: space-between; align-items: flex-end; gap: 40px;
}
.hero-bottom > p { max-width: 540px; margin: 0; color: #d9d9d2; font-size: 17px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero-profile-card {
  display: flex; align-items: center; gap: 12px; padding: 10px 14px; min-width: 240px;
  background: rgba(17,19,23,.46); border: 1px solid rgba(224,181,40,.22); backdrop-filter: blur(10px);
}
.hero-profile-card img { width: 62px; height: 62px; object-fit: cover; }
.hero-profile-card strong { display: block; font-size: 14px; }
.hero-profile-card small { color: #d7d8d2; font: 9px "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.round-cta {
  width: 118px; height: 118px; border-radius: 50%; border: 0; background: var(--acid);
  color: var(--ink); display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; cursor: pointer; font: 9px "DM Mono", monospace; letter-spacing: .08em;
  transition: transform .25s;
}
.round-cta:hover { transform: rotate(-4deg) scale(1.03); }
.round-cta b { font-size: 20px; font-weight: 400; }
.text-link { font: 9px "DM Mono", monospace; letter-spacing: .12em; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.5); }
.text-link span { color: var(--acid); margin-left: 15px; }

.topbar .brand { animation: hero-from-left .55s ease .05s both; }
.topbar nav { animation: hero-fade-down .55s ease .12s both; }
.topbar .button-small, .topbar .menu-toggle { animation: hero-from-right .55s ease .05s both; }
.hero .eyebrow { animation: hero-fade-up .6s ease .62s both; }
.hero h1 span:nth-child(1) { animation: hero-fade-up .7s cubic-bezier(.22,1,.36,1) .72s both; }
.hero h1 span:nth-child(2) { animation: hero-fade-up .7s cubic-bezier(.22,1,.36,1) .86s both; }
.hero h1 span:nth-child(3) { animation: hero-fade-up .7s cubic-bezier(.22,1,.36,1) 1s both; }
.hero-bottom { animation: hero-fade-up .72s cubic-bezier(.22,1,.36,1) 1.14s both; }

@keyframes hero-media-in {
  from { opacity: 0; transform: scale(1.08); }
  to { opacity: 1; transform: scale(1.015); }
}
@keyframes hero-orbit-in {
  from { opacity: 0; transform: translateY(-50%) scale(.78); }
  to { opacity: 1; transform: translateY(-50%) scale(1); }
}
@keyframes hero-fade-up {
  from { opacity: 0; transform: translateY(32px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes hero-fade-down {
  from { opacity: 0; transform: translateY(-18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes hero-from-left {
  from { opacity: 0; transform: translateX(-22px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes hero-from-right {
  from { opacity: 0; transform: translateX(22px); }
  to { opacity: 1; transform: translateX(0); }
}

.credentials {
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(135deg, #e8c447, #d8ab1f); color: var(--ink); border-bottom: 1px solid rgba(17,19,23,.12);
}
.credential { padding: 28px 40px; display: grid; gap: 6px; border-right: 1px solid rgba(0,0,0,.16); }
.credential:last-child { border-right: 0; }
.credential strong { font: 40px "Archivo Black", sans-serif; letter-spacing: -.055em; }
.credential span { font: 9px "DM Mono", monospace; letter-spacing: .09em; text-transform: uppercase; }

.section-label { display: flex; align-items: center; gap: 15px; font: 9px "DM Mono", monospace; letter-spacing: .18em; text-transform: uppercase; }
.section-label::after { content: ""; height: 1px; background: var(--line); flex: 1; }
.section-label span { color: #7e8177; }
.section-label.light { color: white; }
.section-label.light::after { background: var(--white-line); }
.section-label.light span { color: #777b71; }

.intro { padding-top: 130px; padding-bottom: 110px; }
.intro-grid { display: grid; grid-template-columns: 1.45fr .55fr; gap: 90px; margin-top: 72px; }
.intro h2, .services h2, .goals h2, .tools h2, .about h2, .final-cta h2 {
  margin: 0; font: clamp(48px, 6.25vw, 96px)/.96 "Archivo Black", sans-serif;
  letter-spacing: -.065em;
}
.intro h2 em, .services h2 em { font-family: "DM Sans", sans-serif; font-weight: 400; }
.intro-copy { align-self: end; }
.intro-copy p { font-size: 18px; line-height: 1.62; margin: 0 0 28px; }
.accent-note { padding-top: 25px; border-top: 1px solid var(--line); font-weight: 600; }

.method-steps { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 100px; border-top: 1px solid var(--line); }
.method-steps article { padding: 30px 26px 14px 0; border-right: 1px solid var(--line); min-height: 220px; }
.method-steps article:not(:first-child) { padding-left: 26px; }
.method-steps article:last-child { border-right: 0; }
.method-steps article > span { font: 9px "DM Mono", monospace; color: #81847a; }
.method-steps h3 { margin: 45px 0 12px; font: 25px "Archivo Black", sans-serif; letter-spacing: -.04em; }
.method-steps p { margin: 0; color: var(--muted); line-height: 1.55; font-size: 14px; }

.services { background: var(--black); color: white; padding: 120px 0 135px; }
.services-head h2 { margin-top: 58px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 80px; }
.service-card { min-width: 0; height: 650px; position: relative; overflow: hidden; background: #1b1d18; }
.service-image { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.service-card:hover .service-image { transform: scale(1.045); }
.service-presencial .service-image { background-image: url("assets/service-presencial.jpg"); background-position: center 28%; }
.service-planejamento .service-image { background-image: url("assets/service-avaliacao.jpg"); background-position: center 24%; }
.service-online .service-image { background-image: url("assets/service-consultoria.jpg"); background-position: center 24%; }
.service-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.93), transparent 65%), linear-gradient(180deg, rgba(0,0,0,.42), transparent 25%); }
.service-top { position: absolute; top: 23px; left: 24px; right: 24px; display: flex; justify-content: space-between; font: 8px "DM Mono", monospace; letter-spacing: .15em; }
.service-copy { position: absolute; left: 24px; right: 24px; bottom: 25px; }
.service-copy h3 { max-width: 100%; margin: 0 0 18px; font: clamp(30px,2.9vw,48px)/.9 "Archivo Black", sans-serif; letter-spacing: -.055em; overflow-wrap: normal; }
.service-copy p { max-width: 310px; color: #d0d1ca; line-height: 1.5; font-size: 14px; }
.service-link { width: 100%; margin-top: 24px; padding: 14px 0 0; border: 0; border-top: 1px solid rgba(255,255,255,.35); background: transparent; color: white; display: flex; justify-content: space-between; font: 9px "DM Mono", monospace; cursor: pointer; }
.service-link b { color: var(--acid); font-size: 18px; font-weight: 400; }
.service-card::after { content:""; position:absolute; inset:auto 0 0 0; height:4px; background:linear-gradient(90deg, transparent, rgba(224,181,40,.95), transparent); opacity:.82; }

.journey { background: #0b0d0a; color: white; padding: 125px 0 135px; overflow: hidden; }
.journey-head { position: relative; z-index: 2; }
.journey-title-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; margin-top: 65px; }
.journey h2 { margin: 0; max-width: 900px; font: clamp(48px, 6.25vw, 96px)/.96 "Archivo Black", sans-serif; letter-spacing: -.065em; }
.journey-title-grid > p { margin: 0; color: #aeb1a9; font-size: 17px; line-height: 1.65; }
.orbital-shell { margin-top: 70px; }
.orbital-stage { position: relative; height: 720px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: radial-gradient(circle at 50% 50%, rgba(224,181,40,.08), transparent 31%), linear-gradient(135deg, #17191d, #0d0f12); }
.orbital-stage::before { content:""; position:absolute; inset:0; opacity:.13; background-image: radial-gradient(rgba(255,255,255,.55) .65px, transparent .65px); background-size: 13px 13px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.orbit-ring { position:absolute; border:1px solid rgba(255,255,255,.13); border-radius:50%; pointer-events:none; }
.orbit-ring-outer { width:480px; height:480px; }
.orbit-ring-inner { width:315px; height:315px; border-color:rgba(224,181,40,.18); }
.orbit-center { position:absolute; z-index:10; width:126px; height:126px; border-radius:50%; border:1px solid rgba(224,181,40,.78); background: radial-gradient(circle at 35% 30%, #f7de7f, #e0b528 58%, #b38612); color:#111317; display:grid; place-content:center; box-shadow:0 0 65px rgba(224,181,40,.22); cursor:pointer; }
.orbit-center::before,.orbit-center::after { content:""; position:absolute; inset:-13px; border:1px solid rgba(224,181,40,.24); border-radius:50%; animation:orbit-ping 2.6s ease-out infinite; }
.orbit-center::after { inset:-30px; animation-delay:.8s; }
.orbit-center span,.orbit-center small { font:8px "DM Mono", monospace; letter-spacing:.16em; }
.orbit-center strong { font:24px "Archivo Black", sans-serif; letter-spacing:-.05em; }
.orbit-node { position:absolute; z-index:20; width:70px; border:0; background:transparent; color:white; display:grid; justify-items:center; gap:10px; cursor:pointer; transition:transform .8s cubic-bezier(.2,.75,.2,1), opacity .5s; }
.orbit-icon { width:46px; height:46px; border-radius:50%; border:1px solid rgba(255,255,255,.55); background:#090a08; display:grid; place-items:center; font:9px "DM Mono", monospace; box-shadow:0 0 0 8px rgba(255,255,255,.025); transition:.25s; }
.orbit-node b { font:9px "DM Mono", monospace; letter-spacing:.09em; text-transform:uppercase; white-space:nowrap; font-weight:500; }
.orbit-node.active .orbit-icon { background:var(--acid); color:#10120d; border-color:var(--acid); transform:scale(1.22); box-shadow:0 0 35px rgba(213,255,64,.27); }
.orbit-node.related .orbit-icon { border-color:var(--acid); }
.orbit-card { position:absolute; z-index:30; left:40px; bottom:38px; width:min(330px, calc(100% - 80px)); background:rgba(8,9,7,.88); border:1px solid rgba(255,255,255,.19); padding:24px; backdrop-filter:blur(16px); box-shadow:0 18px 80px rgba(0,0,0,.35); }
.orbit-card-top { display:flex; justify-content:space-between; gap:18px; font:8px "DM Mono", monospace; letter-spacing:.12em; color:#9b9e96; }
.orbit-card-top span:last-child { color:var(--acid); font-weight:600; }
.orbit-card h3 { margin:24px 0 10px; font:30px "Archivo Black", sans-serif; letter-spacing:-.05em; }
.orbit-card p { margin:0; color:#b7b9b2; line-height:1.55; font-size:14px; }
.orbit-meter { margin-top:22px; padding-top:17px; border-top:1px solid rgba(255,255,255,.12); display:grid; grid-template-columns:1fr auto; gap:10px; font:8px "DM Mono", monospace; letter-spacing:.1em; }
.orbit-meter b { color:var(--acid); }
.orbit-meter i { grid-column:1/-1; height:3px; background:rgba(255,255,255,.1); overflow:hidden; }
.orbit-meter em { display:block; width:100%; height:100%; background:var(--acid); transition:width .5s; }
.orbit-hint { margin:16px 0 0; color:#767970; text-align:center; font:8px "DM Mono", monospace; letter-spacing:.14em; text-transform:uppercase; }
@keyframes orbit-ping { 0%{transform:scale(.85);opacity:.75} 100%{transform:scale(1.35);opacity:0} }

.goals { padding-top: 130px; padding-bottom: 130px; }
.goals-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; margin-top: 70px; }
.goals-title { position: sticky; top: 120px; height: max-content; }
.goals-title h2 { font-size: clamp(45px,5.3vw,82px); }
.goals-list { border-top: 1px solid var(--line); }
.goals-list article { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.goals-list article > span { font: 9px "DM Mono", monospace; color: #7d8075; }
.goals-list h3 { margin: 0 0 8px; font: 28px "Archivo Black", sans-serif; letter-spacing: -.045em; }
.goals-list p { margin: 0; color: var(--muted); line-height: 1.55; }

.tools { background: #17191d; color: white; padding: 115px 0; }
.tools-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; }
.tools-copy > p:not(.eyebrow) { max-width: 580px; color: #afb2aa; line-height: 1.6; font-size: 17px; }
.tools-copy .section-label { margin-bottom: 70px; }
.bmi-card { background: var(--paper); color: var(--ink); padding: 38px; box-shadow: 18px 18px 0 rgba(224,181,40,.16); }
.bmi-head { display: flex; justify-content: space-between; align-items: flex-start; }
.bmi-head span { font: 9px "DM Mono", monospace; letter-spacing: .15em; }
.bmi-head strong { font: 64px/.85 "Archivo Black", sans-serif; letter-spacing: -.07em; color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
.bmi-card h3 { font: 29px "Archivo Black", sans-serif; letter-spacing: -.04em; margin: 50px 0 10px; }
.bmi-card > p { color: var(--muted); line-height: 1.5; font-size: 14px; }
#bmi-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 35px; }
#bmi-form label { font: 8px "DM Mono", monospace; letter-spacing: .13em; display: grid; gap: 10px; }
.input-unit { border: 1px solid #b8b8af; display: flex; align-items: center; padding-right: 14px; }
.input-unit input { width: 100%; border: 0; background: transparent; padding: 15px; outline: none; font-size: 18px; }
.input-unit span { color: #787a72; }
#bmi-form button { grid-column: 1/-1; border: 0; background: var(--black); color: white; padding: 16px 18px; display: flex; justify-content: space-between; font: 9px "DM Mono", monospace; cursor: pointer; }
#bmi-form button span { color: var(--acid); font-size: 18px; }
.bmi-result { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: end; }
.bmi-result > span { font: 8px "DM Mono", monospace; letter-spacing: .12em; }
.bmi-result strong { grid-row: 1/3; grid-column: 2; font: 54px/.8 "Archivo Black", sans-serif; letter-spacing: -.06em; }
.bmi-result p { margin: 0; color: var(--muted); font-size: 13px; }

.about { padding-top: 130px; padding-bottom: 130px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 95px; }
.about-photo {
  min-height: 720px; background:
    linear-gradient(180deg, transparent 65%, rgba(0,0,0,.32)),
    url("assets/about-alexandre-black.png") center 28%/cover;
}
.about-copy { align-self: center; }
.about-copy .section-label { margin-bottom: 70px; }
.about-copy h2 { font-size: clamp(46px,5vw,78px); }
.about-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.65; font-size: 17px; }
.about-copy .button { margin-top: 22px; background: var(--ink); color: white; }

.gallery { padding-top: 0; padding-bottom: 130px; }
.gallery-grid { margin-top: 65px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 14px; }
.gallery-large { grid-row: 1 / span 2; }
.gallery-large, .gallery-small { margin: 0; overflow: hidden; background: #ddd; }
.gallery-grid img { display: block; width: 100%; height: 100%; object-fit: cover; }
.gallery-large img { min-height: 760px; }
.gallery-small img { min-height: 373px; }

.final-cta { position: relative; overflow: hidden; background: linear-gradient(135deg, #e8c447, #d8ab1f); color: var(--ink); }
.final-noise { position: absolute; inset: 0; opacity: .1; background-image: radial-gradient(#111317 .7px, transparent .7px); background-size: 6px 6px; }
.final-grid { position: relative; padding-top: 105px; padding-bottom: 105px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 90px; align-items: end; }
.final-grid > div:first-child > span { font: 9px "DM Mono", monospace; letter-spacing: .16em; }
.final-cta h2 { margin-top: 35px; }
.final-grid > div:last-child p { max-width: 430px; font-size: 18px; line-height: 1.55; }

footer { background: var(--black); color: white; }
.footer-main { padding-top: 70px; padding-bottom: 65px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; }
.footer-main p { margin: 0; color: #8f918a; line-height: 1.6; }
.footer-links { justify-self: end; display: grid; gap: 10px; font-size: 13px; }
.footer-bottom { padding-top: 22px; padding-bottom: 28px; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; color: #777a72; font: 8px "DM Mono", monospace; letter-spacing: .13em; }

/* Modal */
.modal { position: fixed; inset: 0; z-index: 200; display: none; }
.modal.open { display: block; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(4,5,3,.78); backdrop-filter: blur(7px); }
.modal-panel {
  position: absolute; top: 0; right: 0; width: min(720px, 100%); height: 100%;
  background: var(--paper); overflow-y: auto; padding: 38px 42px 35px;
  transform: translateX(100%); transition: transform .38s cubic-bezier(.2,.7,.2,1);
}
.modal.open .modal-panel { transform: translateX(0); }
.modal-head { display: flex; justify-content: space-between; align-items: flex-start; }
.modal-head span { font: 8px "DM Mono", monospace; letter-spacing: .15em; }
.modal-head h2 { margin: 9px 0 0; font: 54px/.9 "Archivo Black", sans-serif; letter-spacing: -.06em; }
.modal-close { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: transparent; font-size: 27px; cursor: pointer; }
.demo-notice { margin-top: 28px; padding: 16px; background: #e6ebd3; display: grid; gap: 5px; }
.demo-notice strong { font: 8px "DM Mono", monospace; letter-spacing: .13em; }
.demo-notice span { font-size: 12px; line-height: 1.45; color: #5f6256; }
.stepper { display: flex; align-items: center; margin: 35px 0 40px; }
.stepper span { width: 36px; height: 36px; border: 1px solid #a9aaa2; border-radius: 50%; display: grid; place-items: center; font: 8px "DM Mono", monospace; color: #83857c; }
.stepper span.active { background: var(--ink); color: white; border-color: var(--ink); }
.stepper i { height: 1px; background: #c5c5bd; flex: 1; }
.form-step { display: none; }
.form-step.active { display: block; }
.step-kicker { font: 8px "DM Mono", monospace; letter-spacing: .15em; color: #74776d; margin: 0 0 12px; }
.form-step h3, .form-success h3 { margin: 0 0 30px; font: 34px "Archivo Black", sans-serif; letter-spacing: -.045em; }
.form-grid { display: grid; gap: 22px; }
.form-grid.two { grid-template-columns: 1fr 1fr; }
.form-grid label { display: grid; gap: 9px; font: 8px "DM Mono", monospace; letter-spacing: .11em; text-transform: uppercase; }
.form-grid input, .form-grid select, .form-grid textarea {
  width: 100%; border: 0; border-bottom: 1px solid #aaa9a1; border-radius: 0;
  background: transparent; padding: 11px 0 13px; outline: 0; color: var(--ink);
  font: 15px "DM Sans", sans-serif; text-transform: none; resize: vertical;
}
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--ink); }
.form-grid .check { grid-template-columns: auto 1fr; align-items: flex-start; gap: 12px; font-family: "DM Sans", sans-serif; line-height: 1.45; text-transform: none; letter-spacing: 0; font-size: 13px; }
.form-grid .check input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--ink); }
.form-grid .check label {
  display: inline; font: inherit; letter-spacing: 0; line-height: inherit;
  text-transform: none; cursor: pointer;
}
.form-actions { margin-top: 38px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; }
.button-ghost, .button-next { border: 0; padding: 15px 18px; font: 9px "DM Mono", monospace; cursor: pointer; }
.button-ghost { background: transparent; border: 1px solid #aaa; }
.button-ghost:disabled { opacity: .35; cursor: default; }
.button-next { background: var(--ink); color: white; display: flex; gap: 30px; align-items: center; }
.button-next span { color: var(--acid); font-size: 18px; }
.hidden { display: none !important; }
.medical-note { margin: 30px 0 0; color: #797b72; font-size: 11px; line-height: 1.5; }
.form-success { display: none; }
.form-success.active { display: block; }
.form-success > span { font: 8px "DM Mono", monospace; letter-spacing: .15em; color: #6d705f; }
.form-success p { color: var(--muted); line-height: 1.55; }
.success-actions { display: flex; gap: 10px; margin: 25px 0; }
.success-actions button { border: 0; background: var(--ink); color: white; padding: 14px 16px; font: 8px "DM Mono", monospace; cursor: pointer; }
#summary-preview { white-space: pre-wrap; background: #e7e3d8; padding: 18px; font: 12px/1.55 "DM Mono", monospace; max-height: 330px; overflow: auto; }

.reveal { opacity: 0; transform: translateY(28px); transition: .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .topbar { grid-template-columns: 1fr auto; padding: 0 26px; }
  .topbar nav, .button-small { display: none; }
  .menu-toggle { display: block; }
  .hero-orbit { right: -90px; width: min(64vw, 600px); }
  .mobile-menu {
    position: fixed; z-index: 45; top: 0; left: 0; right: 0; padding: 105px 28px 30px;
    background: var(--black); color: white; display: flex; flex-direction: column;
    transform: translateY(-110%); transition: transform .35s;
  }
  .mobile-menu.open { transform: translateY(0); }
  .mobile-menu a { padding: 15px 0; border-bottom: 1px solid #30322d; }
  .mobile-menu .button { margin-top: 22px; }
  .intro-grid, .goals-grid, .tools-inner, .about, .final-grid, .journey-title-grid { grid-template-columns: 1fr; }
  .intro-grid, .goals-grid, .journey-title-grid { gap: 50px; }
  .goals-title { position: static; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:first-child { grid-column: 1/-1; }
  .method-steps { grid-template-columns: 1fr 1fr; }
  .method-steps article:nth-child(2) { border-right: 0; }
  .tools-inner { gap: 70px; }
  .about { gap: 60px; }
  .about-photo { min-height: 600px; }
  .final-grid { gap: 40px; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; }
  .footer-links { justify-self: start; }
}

@media (max-width: 680px) {
  .section { width: calc(100% - 38px); }
  .topbar { height: 70px; padding: 0 19px; }
  .brand-logo { width: 56px; height: 56px; padding: 5px; }
  .brand-copy strong { font-size: 11px; }
  .hero { min-height: 820px; height: 100svh; }
  .hero-media {
    background-size: auto 62%;
    background-position: 74% 9%;
  }
  .hero-subject-shield {
    background-size: auto 62%;
    background-position: 74% 9%;
    clip-path: ellipse(54% 34% at 74% 30%);
  }
  .hero-orbit { top: 31%; right: -95px; width: 345px; }
  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(17,19,23,.04) 0%, rgba(17,19,23,.1) 34%, rgba(17,19,23,.86) 58%, #111317 75%),
      linear-gradient(90deg, rgba(17,19,23,.46), rgba(17,19,23,.02) 78%);
  }
  .hero-meta { top: 92px; left: 19px; right: 19px; }
  .hero-meta span:last-child { display: none; }
  .hero-content { left: 19px; right: 19px; bottom: 24px; }
  .hero .eyebrow {
    width: min(47vw, 190px);
    margin-bottom: 18px;
    padding: 10px 12px 9px;
    background: rgba(17,19,23,.88);
    border-left: 2px solid var(--acid);
    box-shadow: 0 10px 28px rgba(0,0,0,.2);
    backdrop-filter: blur(8px);
    line-height: 1.6;
    letter-spacing: .14em;
  }
  .hero h1 { width: 100%; font-size: clamp(52px, 17vw, 74px); line-height: .84; }
  .hero h1 span { white-space: normal; }
  .hero-bottom { flex-direction: column; align-items: flex-start; gap: 18px; }
  .hero-bottom > p { max-width: 315px; font-size: 14px; }
  .hero-actions { width: 100%; gap: 15px; }
  .hero-profile-card { min-width: 0; width: 100%; }
  .round-cta { width: 91px; height: 91px; font-size: 7px; }
  .text-link { display: none; }
  .hero-profile-card img { width: 54px; height: 54px; }
  .credentials { grid-template-columns: 1fr 1fr; }
  .credential { padding: 21px 19px; }
  .credential:nth-child(2) { border-right: 0; }
  .credential strong { font-size: 30px; }
  .intro, .goals, .about { padding-top: 90px; padding-bottom: 80px; }
  .intro-grid { margin-top: 45px; }
  .intro h2, .services h2, .goals h2, .tools h2, .about h2, .final-cta h2 { font-size: 47px; }
  .method-steps { margin-top: 65px; }
  .method-steps article { padding: 22px 12px 16px 0; min-height: 205px; }
  .method-steps article:not(:first-child) { padding-left: 12px; }
  .method-steps h3 { margin-top: 35px; font-size: 21px; }
  .services { padding: 90px 0; }
  .services-head h2 { margin-top: 42px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 55px; }
  .service-card:first-child { grid-column: auto; }
  .service-card { height: 550px; }
  .service-copy h3 { font-size: clamp(32px, 9vw, 44px); }
  .journey { padding: 85px 0 90px; }
  .journey-title-grid { margin-top: 45px; }
  .journey h2 { font-size: 47px; }
  .orbital-shell { width: 100%; margin-top: 50px; }
  .orbital-stage { height: 670px; border-left:0; border-right:0; }
  .orbit-ring-outer { width: 310px; height: 310px; }
  .orbit-ring-inner { width: 215px; height: 215px; }
  .orbit-center { width: 104px; height: 104px; }
  .orbit-node b { font-size: 7px; }
  .orbit-icon { width: 41px; height: 41px; }
  .orbit-card { left:19px; bottom:22px; width:calc(100% - 38px); }
  .goals-grid { margin-top: 45px; }
  .goals-list h3 { font-size: 24px; }
  .tools { padding: 85px 0; }
  .tools-copy .section-label { margin-bottom: 45px; }
  .bmi-card { padding: 25px; box-shadow: 10px 10px 0 rgba(213,255,64,.12); }
  #bmi-form { grid-template-columns: 1fr; }
  #bmi-form button { grid-column: auto; }
  .about-photo { min-height: 490px; background-position: center top; }
  .gallery { padding-bottom: 80px; }
  .gallery-grid { margin-top: 45px; grid-template-columns: 1fr; }
  .gallery-large { grid-row: auto; }
  .gallery-large img, .gallery-small img { min-height: 280px; }
  .about-copy .section-label { margin-bottom: 45px; }
  .final-grid { padding-top: 80px; padding-bottom: 80px; }
  .footer-bottom { flex-wrap: wrap; gap: 14px; }
  .modal-panel { padding: 25px 20px 30px; }
  .modal-head h2 { font-size: 45px; }
  .form-grid.two { grid-template-columns: 1fr; }
  .stepper { margin: 28px 0 34px; }
  .stepper span { width: 31px; height: 31px; }
  .form-step h3, .form-success h3 { font-size: 29px; }
  .success-actions { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .curtain-motion .curtain-section::before { content: none !important; }
}


/* Palette refresh from logo */
.hero h1 .outline { -webkit-text-stroke: 1.5px rgba(224,181,40,.78); }
.text-link, .hero-bottom { border-color: rgba(224,181,40,.3); }
.eyebrow.dark, .section-label span, .method-steps article > span, .goals-list article > span { color: #8a7640; }
.accent-note { border-top-color: rgba(224,181,40,.3); }
.bmi-card { border: 1px solid rgba(224,181,40,.22); }
#bmi-form button, .about-copy .button { background: var(--black); color: #fff; }
#bmi-form button span { color: var(--acid); }
.demo-notice { background: #f3e8bb; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--acid); }
.button-next { background: var(--black); }
.success-actions button { background: var(--black); }
.footer-bottom { border-top-color: rgba(224,181,40,.16); }
.hero-profile-card strong { color: #fff; }
.brand-copy small { opacity: .84; }
.brand-logo { border: 1px solid rgba(224,181,40,.22); }

/* Conversion, FAQ and secure forms */
.faq { padding-top: 130px; padding-bottom: 120px; }
.faq-grid {
  display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px;
  margin-top: 70px; align-items: start;
}
.faq-grid h2 { margin: 0; font: clamp(46px,5vw,78px)/.98 "Archivo Black", sans-serif; letter-spacing: -.06em; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 0; }
.faq-list summary {
  list-style: none; cursor: pointer; padding: 25px 48px 25px 0; position: relative;
  font: 21px "Archivo Black", sans-serif; letter-spacing: -.035em;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+"; position: absolute; right: 4px; top: 19px; color: var(--orange);
  font: 30px "DM Sans", sans-serif; transition: transform .2s;
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { margin: -3px 0 25px; max-width: 680px; color: var(--muted); line-height: 1.65; }

.contact-choice {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px; width: min(var(--max), calc(100% - 80px));
  padding-bottom: 130px; background: rgba(35,37,43,.13);
}
.contact-choice > div { background: var(--paper); padding: 58px; }
.contact-choice > div:last-child { background: var(--black); color: white; }
.contact-choice > div > span { font: 8px "DM Mono", monospace; letter-spacing: .16em; color: #8a7640; }
.contact-choice h2 { margin: 25px 0 16px; font: 42px/.98 "Archivo Black", sans-serif; letter-spacing: -.055em; }
.contact-choice p { max-width: 540px; color: var(--muted); line-height: 1.6; }
.contact-choice > div:last-child p { color: #aeb1a9; }
.contact-choice .button { margin-top: 20px; }
.button-outline { background: transparent; color: white; border: 1px solid rgba(255,255,255,.35); box-shadow: none; }

.modal-panel-compact { width: min(620px, 100%); }
.lead-intro { color: var(--muted); line-height: 1.6; margin: 30px 0; }
.form-submit { width: 100%; justify-content: space-between; }
.form-status { min-height: 22px; margin: 0; color: #6d5840; font-size: 13px; line-height: 1.45; }
.form-status.error { color: #a72c22; }
.form-status.success { color: #3b6f3e; }
.form-status.config { color: #715d1b; }
.turnstile-slot { min-height: 4px; }
.honeypot {
  position: absolute !important; left: -10000px !important; top: auto !important;
  width: 1px !important; height: 1px !important; overflow: hidden !important;
}
.submission-code {
  display: inline-block; margin-top: 12px; padding: 11px 14px;
  background: #e7e3d8; font: 11px "DM Mono", monospace; letter-spacing: .08em;
}
.check a { text-decoration: underline; text-underline-offset: 3px; }
.is-disabled { opacity: .48; cursor: not-allowed; }

button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible,
textarea:focus-visible, summary:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 4px;
}

/* Privacy */
.privacy-page { background: var(--paper); }
.privacy-topbar {
  min-height: 86px; padding: 10px 40px; display: flex; align-items: center;
  justify-content: space-between; gap: 30px; background: var(--black); color: white;
}
.privacy-main { padding-top: 90px; padding-bottom: 120px; }
.privacy-hero { max-width: 1050px; margin: 70px 0 95px; }
.privacy-hero h1 { margin: 0; font: clamp(58px,8vw,118px)/.88 "Archivo Black", sans-serif; letter-spacing: -.075em; }
.privacy-hero > p:last-child { max-width: 760px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.privacy-layout { display: grid; grid-template-columns: 300px 1fr; gap: 90px; align-items: start; }
.privacy-layout aside {
  position: sticky; top: 30px; padding: 28px; background: var(--black); color: white;
  border-top: 4px solid var(--acid);
}
.privacy-layout aside > strong { font: 9px "DM Mono", monospace; letter-spacing: .14em; color: var(--acid); }
.privacy-layout aside p { color: #c2c4bd; line-height: 1.6; }
.privacy-contact { display: grid; gap: 10px; margin-top: 28px; font-size: 13px; }
.privacy-contact a:not(.is-disabled) { text-decoration: underline; text-underline-offset: 4px; }
.privacy-content { max-width: 840px; }
.privacy-content section { padding: 0 0 40px; margin-bottom: 40px; border-bottom: 1px solid var(--line); }
.privacy-content h2 { margin: 0 0 18px; font: 28px "Archivo Black", sans-serif; letter-spacing: -.04em; }
.privacy-content p { color: var(--muted); line-height: 1.7; font-size: 16px; }

@media (max-width: 1050px) {
  .faq-grid, .privacy-layout { grid-template-columns: 1fr; gap: 55px; }
  .privacy-layout aside { position: static; max-width: 480px; }
}

@media (max-width: 680px) {
  .faq { padding-top: 85px; padding-bottom: 80px; }
  .faq-grid { margin-top: 45px; }
  .faq-grid h2 { font-size: 47px; }
  .faq-list summary { font-size: 18px; padding-right: 42px; }
  .contact-choice { width: calc(100% - 38px); grid-template-columns: 1fr; padding-bottom: 80px; }
  .contact-choice > div { padding: 34px 24px; }
  .contact-choice h2 { font-size: 34px; }
  .privacy-topbar { padding: 10px 19px; }
  .privacy-topbar .text-link { display: none; }
  .privacy-main { padding-top: 65px; padding-bottom: 80px; }
  .privacy-hero { margin: 45px 0 65px; }
  .privacy-hero h1 { font-size: 56px; }
  .privacy-hero > p:last-child { font-size: 16px; }
  .privacy-layout { gap: 45px; }
  .privacy-content h2 { font-size: 24px; }
}
