:root{
  --color-primary:#111111;--color-secondary:#39393b;--color-accent:#d30005;
  --color-on-primary:#ffffff;--color-bg:#ffffff;--color-bg-alt:#f5f5f5;--color-surface:#f5f5f5;
  --color-text:#111111;--color-text-soft:#4b4b4d;--color-text-muted:#707072;--color-text-dim:#9e9ea0;
  --color-border:#cacacb;--color-border-soft:#e5e5e5;--color-dark:#111111;--color-success:#007d48;
  --font-heading:'Bebas Neue',Impact,'Arial Narrow',sans-serif;
  --font-body:'Inter',Helvetica,Arial,sans-serif;
  --radius-sm:0;--radius-md:0;--radius-lg:0;--radius-pill:9999px;--radius-field:24px;
  --shadow-sm:none;--shadow-md:none;--shadow-lg:none;
  --space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:18px;--space-xl:24px;--space-2xl:30px;
  --space-section:48px;--container:1440px;--header-h:60px;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;padding-top:var(--header-h);background:var(--color-bg);color:var(--color-text);
  font-family:var(--font-body);font-size:16px;font-weight:400;line-height:1.5;
  -webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
h1,h2,h3,h4,h5,h6{margin:0}
p{margin:0 0 var(--space-lg)}
ul,ol{margin:0;padding:0}
table{border-collapse:collapse;width:100%}
[hidden]{display:none !important}
:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px}
.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;
  clip:rect(0 0 0 0);white-space:nowrap;border:0}
.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 20px}
section{padding:56px 0}
.section-alt{background:var(--color-bg-alt)}
.section-head{max-width:860px;margin:0 0 36px}
.section-title{font-family:var(--font-heading);font-weight:400;text-transform:uppercase;
  letter-spacing:.01em;line-height:.95;font-size:clamp(30px,4.6vw,52px);color:var(--color-text)}
.section-subtitle{margin:14px 0 0;font-size:17px;line-height:1.55;color:var(--color-text-soft);max-width:70ch}
.icon{flex:0 0 auto;display:block}

.btn-primary,.btn-secondary,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;
  gap:8px;font-family:var(--font-body);font-size:16px;font-weight:500;line-height:1.2;
  text-decoration:none;border-radius:var(--radius-pill);border:1px solid transparent;
  padding:14px 30px;min-height:48px;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}
.btn-primary{background:var(--color-primary);color:var(--color-on-primary);border-color:var(--color-primary)}
.btn-primary:hover{background:#000}
.btn-secondary{background:var(--color-surface);color:var(--color-text);border-color:var(--color-surface)}
.btn-secondary:hover{background:var(--color-border-soft)}
.btn-ghost{background:transparent;color:var(--color-text);border-color:var(--color-border)}
.btn-ghost:hover{border-color:var(--color-primary)}
.btn-sm{padding:10px 20px;min-height:40px;font-size:14px}
.btn-lg{padding:16px 34px;min-height:52px;font-size:17px}
.hero .btn-ghost,.signup .btn-ghost,.railbar .btn-ghost{color:#fff;border-color:rgba(255,255,255,.7)}
.hero .btn-ghost:hover,.signup .btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.1)}

.mast{position:fixed;top:0;left:0;right:0;z-index:60;height:var(--header-h);
  background:var(--color-bg);box-shadow:inset 0 -1px 0 var(--color-border-soft)}
.mast__inner{display:flex;align-items:center;gap:16px;height:var(--header-h)}
.mast__logo{font-family:var(--font-heading);font-size:28px;letter-spacing:.04em;text-transform:uppercase;
  text-decoration:none;color:var(--color-text);line-height:1}
.mast__nav{display:none;flex:1;justify-content:center}
.mast__list{display:flex;gap:26px;list-style:none}
.mast__link{font-size:15px;font-weight:500;text-decoration:none;color:var(--color-text);
  padding:6px 0;border-bottom:2px solid transparent}
.mast__link:hover,.mast__link.is-active{border-bottom-color:var(--color-primary)}
.mast__cta{margin-left:auto}
.mast__burger{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;
  border:0;border-radius:var(--radius-pill);background:var(--color-surface);color:var(--color-text);cursor:pointer}
.mast__nav.is-open{display:block;position:fixed;top:var(--header-h);left:0;right:0;
  background:var(--color-bg);border-top:1px solid var(--color-border-soft);padding:8px 20px 20px}
.mast__nav.is-open .mast__list{flex-direction:column;gap:0}
.mast__nav.is-open .mast__link{display:block;padding:14px 0;border-bottom:1px solid var(--color-border-soft)}
body.no-scroll{overflow:hidden}

.hero{position:relative;min-height:50vh;display:flex;align-items:flex-end;padding:0;
  background:var(--color-dark);color:#fff;overflow:hidden}
.hero__media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero__scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,17,17,.78) 0%,rgba(17,17,17,.42) 52%,rgba(17,17,17,.12) 100%),linear-gradient(180deg,rgba(17,17,17,.18) 0%,rgba(17,17,17,.55) 100%)}
.hero__inner{position:relative;z-index:2;padding-top:52px;padding-bottom:34px}
.hero__title{font-family:var(--font-heading);font-weight:400;text-transform:uppercase;line-height:.9;
  letter-spacing:.01em;font-size:clamp(34px,6vw,64px);max-width:17ch;color:#fff}
.hero__lede{margin:14px 0 0;max-width:56ch;font-size:17px;line-height:1.5;color:#fff}
.hero__marks{list-style:none;display:flex;flex-wrap:wrap;gap:8px 10px;margin:16px 0 0}
.hero__mark{font-size:13px;font-weight:500;color:#fff;border:1px solid rgba(255,255,255,.55);
  border-radius:var(--radius-pill);padding:6px 14px}
.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
.hero__actions .btn-primary{background:#fff;color:#111;border-color:#fff}
.hero__actions .btn-primary:hover{background:var(--color-border-soft)}

.proof-strip{background:var(--color-dark);color:#fff;padding:22px 0}
.proof-strip__inner{display:grid;grid-template-columns:1fr 1fr;gap:18px 20px}
.proof-strip__item{display:flex;flex-direction:column;gap:4px}
.proof-strip__num{font-family:var(--font-heading);font-size:30px;line-height:1;letter-spacing:.02em;color:var(--color-text)}
.proof-strip__label{font-size:12px;font-weight:500;line-height:1.4;color:var(--color-text-muted)}
.proof-strip .proof-strip__num{color:#fff}
.proof-strip .proof-strip__label{color:var(--color-text-dim)}

.shelf .section-head{margin-bottom:28px}
.products-grid{display:grid;grid-template-columns:1fr;gap:32px 8px}
.product-card{display:flex;flex-direction:column;background:var(--color-bg);border-radius:0;padding:0}
.product-card__media{display:block;background:var(--color-surface);margin:0 0 12px}
.product-card__media img{width:100%;aspect-ratio:1/1;object-fit:contain;background:var(--color-surface)}
.product-card__title{font-size:16px;font-weight:500;line-height:1.35;margin:0 0 8px}
.product-card__rating{font-size:14px;font-weight:500;color:var(--color-text);margin:0 0 8px}
.product-card__reviews{color:var(--color-text-muted);font-weight:400}
.product-card__description{margin:0 0 6px;font-size:14px;line-height:1.6;color:var(--color-text-soft);
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.product-card__description.is-expanded{-webkit-line-clamp:unset;overflow:visible}
.product-card__more{align-self:flex-start;background:none;border:0;padding:0 0 12px;cursor:pointer;
  font-family:var(--font-body);font-size:14px;font-weight:500;color:var(--color-text);text-decoration:underline}
.product-card__highlights{list-style:none;margin:0 0 16px;display:grid;gap:6px}
.product-card__highlights li{position:relative;padding-left:18px;font-size:13px;line-height:1.5;color:var(--color-text-soft)}
.product-card__highlights li::before{content:"";position:absolute;left:0;top:8px;width:8px;height:1px;background:var(--color-primary)}
.product-card__cta{margin-top:auto;align-self:flex-start}
.product-card-bullets{list-style:none;margin:0 0 16px;display:grid;gap:6px;font-size:13px;color:var(--color-text-soft)}
.product-badge{display:inline-block;border-radius:999px;padding:4px 10px;font-size:.8125rem;font-weight:600;
  background:#fdeaea;color:var(--color-accent);margin:0 0 8px}
.product-badge--restock{background:var(--color-surface);color:var(--color-text-muted)}
.product-card--unavailable .product-card__media img{filter:grayscale(.55)}
.product-card--unavailable .product-card__title{color:var(--color-text-muted)}

.category-chips{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:40px;
  padding-top:28px;border-top:1px solid var(--color-border)}
.category-chip{display:inline-flex;align-items:center;border:1px solid var(--color-border);
  border-radius:var(--radius-pill);padding:9px 18px;font-size:14px;font-weight:500;
  text-decoration:none;color:var(--color-text);background:var(--color-bg)}
.category-chip:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}
.category-chips__all{margin-left:0}

.datum .data-table__wrap{overflow-x:auto;border-top:1px solid var(--color-border)}
.data-table{min-width:680px;font-size:15px}
.data-table th,.data-table td{text-align:left;vertical-align:top;padding:20px 16px 20px 0;
  border-bottom:1px solid var(--color-border-soft)}
.data-table thead th{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;
  color:var(--color-text-muted);padding-top:14px;padding-bottom:14px}
.data-table__metric{font-family:var(--font-heading);font-size:26px;line-height:1.1;letter-spacing:.02em;
  color:var(--color-text);white-space:nowrap;width:1%}
.data-table__claim{line-height:1.6;color:var(--color-text);max-width:56ch}
.data-table__gap{display:block;margin-top:8px;font-size:13px;line-height:1.55;color:var(--color-text-muted)}
.data-table__proof{font-size:13px;color:var(--color-text-muted);max-width:26ch}

.why-list{display:grid;gap:2px}
.why-row{display:grid;grid-template-columns:1fr;background:var(--color-bg)}
.why-row__panel{display:flex;align-items:center;justify-content:center;background:var(--color-primary);
  color:#fff;padding:34px}
.why-row__icon{display:flex}
.why-row__icon .icon{width:40px;height:40px}
.why-row__body{padding:28px 26px}
.why-row__title{font-size:19px;font-weight:600;line-height:1.3;margin:0 0 10px}
.why-row__text{margin:0;color:var(--color-text-soft);line-height:1.6}

.voice-feed{display:grid;gap:2px;max-width:860px}
.voice-quote{margin:0;background:var(--color-bg);padding:28px 26px;border-left:2px solid var(--color-primary)}
.voice-quote__stars{margin:0 0 12px;font-size:16px;letter-spacing:.14em;color:var(--color-text)}
.voice-quote__dim{color:var(--color-border)}
.voice-quote__text{margin:0 0 14px;line-height:1.65;color:var(--color-text)}
.voice-quote__meta{font-size:13px;color:var(--color-text-muted);display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.voice-quote__badge{display:inline-flex;border:1px solid var(--color-border);border-radius:var(--radius-pill);
  padding:3px 10px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text)}

.craft-list{display:grid;gap:2px}
.craft-block{display:grid;grid-template-columns:1fr;background:var(--color-bg)}
.craft-block__media img{width:100%;aspect-ratio:4/3;object-fit:cover}
.craft-block__body{padding:30px 26px}
.craft-block__title{font-family:var(--font-heading);font-weight:400;text-transform:uppercase;
  letter-spacing:.01em;line-height:1;font-size:clamp(24px,3.4vw,36px);margin:0 0 14px}
.craft-block__text{margin:0 0 18px;line-height:1.65;color:var(--color-text-soft)}
.craft-block__points{list-style:none;display:grid;gap:10px;margin:0 0 22px}
.craft-block__points li{position:relative;padding-left:20px;font-size:15px;line-height:1.55;color:var(--color-text)}
.craft-block__points li::before{content:"";position:absolute;left:0;top:10px;width:10px;height:1px;background:var(--color-primary)}
.craft-block__cta{align-self:start}

.path-steps{list-style:none;display:grid;gap:2px;counter-reset:step}
.path-step{background:var(--color-bg-alt);padding:26px 24px}
.path-step__num{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;
  border-radius:var(--radius-pill);background:var(--color-primary);color:#fff;
  font-family:var(--font-heading);font-size:22px;line-height:1;margin-bottom:14px}
.path-step__title{font-size:18px;font-weight:600;margin:0 0 8px}
.path-step__text{margin:0;color:var(--color-text-soft);line-height:1.6}

.story__grid{display:grid;grid-template-columns:1fr;gap:28px}
.story__media img{width:100%;aspect-ratio:1/1;object-fit:cover;background:var(--color-surface)}
.story__body p{line-height:1.7;color:var(--color-text-soft);max-width:66ch}
.story__body p:first-child{color:var(--color-text)}
.story__link{font-weight:500;color:var(--color-text);text-decoration:underline;text-underline-offset:3px}

.pick-table__wrap{overflow-x:auto;border-top:1px solid var(--color-border)}
.pick-table{min-width:720px;font-size:15px}
.pick-table th,.pick-table td{text-align:left;vertical-align:top;padding:18px 16px 18px 0;
  border-bottom:1px solid var(--color-border-soft);line-height:1.55}
.pick-table thead th{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;
  color:var(--color-text-muted)}
.pick-table thead th:nth-child(2){color:var(--color-text)}
.pick-table tbody th{font-weight:500;color:var(--color-text);width:22%}
.pick-table__brand{background:var(--color-bg-alt);font-weight:500;color:var(--color-text);padding-left:16px}
.pick .pick-table__brand{background:var(--color-bg)}

.risk-list{display:grid;gap:2px}
.risk-item{display:grid;grid-template-columns:1fr;gap:10px;background:var(--color-bg);padding:26px 24px}
.risk-item__q{font-size:18px;font-weight:600;line-height:1.35;margin:0;color:var(--color-text)}
.risk-item__body p{margin:0 0 10px;line-height:1.65;color:var(--color-text-soft)}
.risk-item__body p:last-child{margin-bottom:0}
.risk-item__stat{font-size:13px;color:var(--color-text-muted);border-left:2px solid var(--color-border);padding-left:12px}

.coach__grid{display:grid;grid-template-columns:1fr;gap:28px}
.coach__media img{width:180px;height:180px;object-fit:cover;border-radius:var(--radius-pill);background:var(--color-surface)}
.coach__name{margin:14px 0 2px;font-size:17px;font-weight:600}
.coach__role{margin:0;font-size:14px;color:var(--color-text-muted)}
.coach__quote p{line-height:1.7;color:var(--color-text);max-width:66ch}
.coach__disclosure{font-size:13px;color:var(--color-text-muted)}
.coach__head{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;
  color:var(--color-text-muted);margin:24px 0 10px}
.coach__tips{list-style:none;display:grid;gap:12px;margin:8px 0 0;border-top:1px solid var(--color-border);padding-top:20px}
.coach__tips li{position:relative;padding-left:20px;line-height:1.6;color:var(--color-text-soft);font-size:15px}
.coach__tips li::before{content:"";position:absolute;left:0;top:11px;width:10px;height:1px;background:var(--color-primary)}
.coach__picks{list-style:none;display:flex;flex-wrap:wrap;gap:8px}
.coach__pick{border:1px solid var(--color-border);border-radius:var(--radius-pill);padding:8px 16px;
  font-size:14px;font-weight:500;color:var(--color-text)}

.arc-timeline{list-style:none;display:grid;gap:2px;counter-reset:none}
.arc-item{background:var(--color-bg);padding:24px}
.arc-item__label{display:inline-flex;background:var(--color-primary);color:#fff;border-radius:var(--radius-pill);
  padding:5px 14px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}
.arc-item__text{margin:0;line-height:1.65;color:var(--color-text-soft)}
.arc-close{margin:28px 0 0;font-size:15px;font-weight:500;color:var(--color-text)}

.ask-list,.ask-more{display:grid;border-top:1px solid var(--color-border)}
.ask-item{border-bottom:1px solid var(--color-border-soft)}
.ask-item > summary{cursor:pointer;list-style:none}
.ask-item > summary::-webkit-details-marker{display:none}
.ask-question{position:relative;padding:22px 44px 22px 0;font-size:17px;font-weight:500;
  line-height:1.45;color:var(--color-text)}
.ask-question::after{content:"";position:absolute;right:14px;top:50%;width:11px;height:11px;
  margin-top:-7px;border-right:1.5px solid var(--color-text);border-bottom:1.5px solid var(--color-text);
  transform:rotate(45deg);transition:transform .18s ease}
.ask-item[open] .ask-question::after{transform:rotate(225deg);margin-top:-2px}
.ask-answer{padding:0 0 22px}
.ask-answer p{margin:0;line-height:1.7;color:var(--color-text-soft);max-width:76ch}
.ask-toggle{margin-top:26px;background:var(--color-surface);border:1px solid var(--color-surface);
  border-radius:var(--radius-pill);padding:14px 30px;min-height:48px;cursor:pointer;
  font-family:var(--font-body);font-size:16px;font-weight:500;color:var(--color-text)}
.ask-toggle:hover{background:var(--color-border-soft)}

.signup{background:var(--color-dark);color:#fff;padding:64px 0}
.signup__inner{max-width:760px;text-align:center}
.signup .section-title{color:#fff}
.signup .section-subtitle{color:var(--color-text-dim);margin-left:auto;margin-right:auto}
.signup__form{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:28px 0 0}
.signup__input{flex:1 1 260px;max-width:380px;height:48px;border:1px solid transparent;
  border-radius:var(--radius-field);background:#fff;color:var(--color-text);
  font-family:var(--font-body);font-size:16px;padding:0 18px}
.signup__input:focus{outline:none;border-color:#fff;box-shadow:0 0 0 12px rgba(255,255,255,.12)}
.signup__note{margin:16px 0 0;font-size:13px;color:var(--color-text-dim)}
.signup-note{margin:18px auto 0;max-width:520px;font-size:14px;line-height:1.5;padding:10px 14px;border-radius:6px}
.signup-note--error{color:#fff;background:rgba(211,0,5,.18);border:1px solid var(--color-accent)}

.shots-grid{display:grid;grid-template-columns:1fr;gap:2px}
.shots-item{margin:0;background:var(--color-bg)}
.shots-item__img{width:100%;aspect-ratio:1/1;object-fit:cover;background:var(--color-surface);cursor:zoom-in}
.shots-item__caption{padding:12px 14px 18px;font-size:13px;color:var(--color-text-muted)}
.zoom{position:fixed;inset:0;z-index:90;background:rgba(17,17,17,.93);display:flex;
  flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:40px 20px}
.zoom__img{max-width:min(92vw,900px);max-height:74vh;object-fit:contain}
.zoom__caption{margin:0;color:#fff;font-size:14px;text-align:center}
.zoom__close{position:absolute;top:18px;right:18px;width:44px;height:44px;border:0;cursor:pointer;
  border-radius:var(--radius-pill);background:rgba(255,255,255,.15);color:#fff;
  display:inline-flex;align-items:center;justify-content:center}

.site-base{background:var(--color-bg);border-top:1px solid var(--color-border);padding:52px 0 32px}
.site-base__grid{display:grid;grid-template-columns:1fr;gap:32px}
.site-base__brand{font-family:var(--font-heading);font-size:28px;letter-spacing:.04em;
  text-transform:uppercase;margin:0 0 10px;color:var(--color-text)}
.site-base__tag{margin:0 0 16px;font-size:14px;line-height:1.6;color:var(--color-text-muted);max-width:38ch}
.site-base__contact{font-style:normal;font-size:14px;line-height:1.9;color:var(--color-text-muted)}
.site-base__contact a{color:var(--color-text-muted);text-decoration:none}
.site-base__contact a:hover{color:var(--color-text)}
.site-base__head{margin:0 0 14px;font-size:14px;font-weight:500;color:var(--color-text)}
.site-base__links{list-style:none;display:grid;gap:10px}
.site-base__links a{font-size:14px;color:var(--color-text-muted);text-decoration:none}
.site-base__links a:hover{color:var(--color-text)}
.site-base__social{display:flex;flex-wrap:wrap;gap:8px}
.site-base__social a{border:1px solid var(--color-border);border-radius:var(--radius-pill);
  padding:8px 16px;font-size:13px;font-weight:500;text-decoration:none;color:var(--color-text)}
.site-base__social a:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}
.site-base__languages{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.site-base__languages:empty{display:none}
.site-base__bottom{margin-top:32px;padding-top:20px;border-top:1px solid var(--color-border-soft)}
.site-base__bottom p{margin:0 0 8px;font-size:12px;line-height:1.7;color:var(--color-text-muted)}
.site-base__copyright{font-weight:500;color:var(--color-text-muted)}

.consent{position:fixed;left:0;right:0;bottom:0;z-index:80;background:var(--color-bg);
  box-shadow:inset 0 1px 0 var(--color-border)}
.consent__inner{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding-top:14px;padding-bottom:14px}
.consent__text{margin:0;flex:1 1 260px;font-size:13px;line-height:1.5;color:var(--color-text-soft)}
.consent__text a{color:var(--color-text);text-decoration:underline}
.consent__actions{display:flex;gap:8px}

.railbar{position:fixed;left:0;right:0;bottom:0;z-index:70;background:rgba(17,17,17,.94);
  backdrop-filter:blur(8px);color:#fff}
.railbar__inner{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding-top:12px;padding-bottom:12px}
.railbar__text{margin:0;flex:1 1 200px;font-size:14px;font-weight:500;color:#fff}
.railbar .btn-primary{background:#fff;color:#111;border-color:#fff}
.railbar__close{width:36px;height:36px;border:0;border-radius:var(--radius-pill);cursor:pointer;
  background:rgba(255,255,255,.14);color:#fff;display:inline-flex;align-items:center;justify-content:center}

.page{display:block}
.page-head{padding:34px 20px 6px}
.back-link{font-size:14px;font-weight:500;color:var(--color-text-muted);text-decoration:none}
.back-link:hover{color:var(--color-text)}
.page-head__title{margin:14px 0 0;font-family:var(--font-heading);font-weight:400;
  text-transform:uppercase;line-height:.95;letter-spacing:.01em;font-size:clamp(34px,6vw,64px)}

.reach-grid{display:grid;grid-template-columns:1fr;gap:36px}
.reach-form{display:grid;gap:16px;align-content:start;background:var(--color-bg);padding:26px 24px}
.reach-field{display:grid;gap:6px}
.reach-field label{font-size:14px;font-weight:500;color:var(--color-text)}
.reach-field input,.reach-field textarea{width:100%;border:1px solid var(--color-border);
  border-radius:var(--radius-field);background:var(--color-bg);color:var(--color-text);
  font-family:var(--font-body);font-size:16px;padding:12px 16px}
.reach-field input{height:48px}
.reach-field textarea{border-radius:16px;resize:vertical;line-height:1.5}
.reach-field input:focus,.reach-field textarea:focus{outline:none;border-color:var(--color-primary);
  box-shadow:0 0 0 10px var(--color-surface)}
.reach-note{margin:0;font-size:14px;line-height:1.5;padding:10px 14px;border-radius:6px}
.reach-note--error{color:#C0392B;background:#FDEDEC;border:1px solid #C0392B}
.reach-info{display:grid;gap:24px;align-content:start}
.reach-info__row h3{font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;
  color:var(--color-text-muted);margin:0 0 8px}
.reach-info__row p{margin:0;line-height:1.7;color:var(--color-text)}
.reach-info__row a{color:var(--color-text);text-decoration:underline;text-underline-offset:3px}

.creed-grid{display:grid;grid-template-columns:1fr;gap:2px}
.creed-card{background:var(--color-bg-alt);padding:28px 24px}
.creed-card__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;
  border-radius:var(--radius-pill);background:var(--color-primary);color:#fff;margin-bottom:16px}
.creed-card__title{font-size:19px;font-weight:600;margin:0 0 10px;line-height:1.3}
.creed-card__text{margin:0;line-height:1.65;color:var(--color-text-soft)}
.proof-page__note{margin:26px 0 0;font-size:14px;line-height:1.7;color:var(--color-text-muted);max-width:70ch}
.proof-page__note a{color:var(--color-text);text-decoration:underline;text-underline-offset:3px}

.legal__updated{font-size:13px;color:var(--color-text-muted);margin:0 0 28px}
.legal__body{display:grid;gap:30px;max-width:76ch}
.legal__block h2{font-family:var(--font-heading);font-weight:400;text-transform:uppercase;
  letter-spacing:.01em;line-height:1;font-size:clamp(24px,3.4vw,34px);margin:0 0 14px}
.legal__block p{margin:0 0 14px;line-height:1.7;color:var(--color-text-soft)}
.legal__block p:last-child{margin-bottom:0}

.coach__body{display:block}
.coach__body > *:last-child{margin-bottom:0}
.site-base__col{display:block}
.why-row--flip .why-row__panel{background:var(--color-secondary)}

.arc,.ask,.coach,.craft,.datum,.path,.pick,.risk,.shelf,.shots,.story,.story-page,.voice,.why,
.creed,.proof-page,.reach,.legal{position:relative}
.auto-email{word-break:break-word}

@media (min-width:600px){
  .products-grid{grid-template-columns:repeat(2,1fr);gap:36px 8px}
  .shots-grid{grid-template-columns:repeat(2,1fr)}
  .proof-strip__inner{grid-template-columns:repeat(4,1fr)}
  .creed-grid{grid-template-columns:repeat(2,1fr)}
  .path-steps{grid-template-columns:repeat(2,1fr)}
}
@media (min-width:768px){
  section{padding:72px 0}
  .container{padding:0 32px}
  .hero__inner{padding-top:64px;padding-bottom:44px}
  .story__grid{grid-template-columns:340px 1fr;gap:40px;align-items:start}
  .coach__grid{grid-template-columns:220px 1fr;gap:40px;align-items:start}
  .reach-grid{grid-template-columns:1.1fr .9fr;gap:40px}
  .why-row{grid-template-columns:140px 1fr;align-items:stretch}
  .craft-block{grid-template-columns:1fr 1fr;align-items:center}
  .craft-block--flip .craft-block__media{order:2}
  .craft-block__media img{aspect-ratio:1/1;height:100%}
  .risk-item{grid-template-columns:.9fr 1.1fr;gap:26px;padding:30px 26px}
  .site-base__grid{grid-template-columns:repeat(2,1fr);gap:36px}
}
@media (min-width:1024px){
  :root{--header-h:64px}
  section{padding:88px 0}
  .mast__burger{display:none}
  .mast__nav{display:flex}
  .products-grid{grid-template-columns:repeat(3,1fr)}
  .shots-grid{grid-template-columns:repeat(3,1fr)}
  .path-steps{grid-template-columns:repeat(4,1fr)}
  .site-base__grid{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px}
  .why-row{grid-template-columns:170px 1fr}
  .why-row__body{padding:32px 34px}
  .craft-block__body{padding:40px}
  .voice-quote{padding:32px 34px}
}
@media (min-width:1200px){
  .products-grid{grid-template-columns:repeat(4,1fr)}
  .shots-grid{grid-template-columns:repeat(4,1fr)}
  .hero{min-height:52vh}
}
@media (min-width:1600px){
  .container{padding:0 64px}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{transition-duration:.01ms !important;animation-duration:.01ms !important}
}
