/* site-factory site stylesheet (generated).
   Keyed to the design tokens in head.php :root (carried from templates.design_dna). */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;line-height:1.5;scroll-behavior:smooth}
body{margin:0;color:var(--foreground);background:var(--background)}
img,svg{vertical-align:middle}
img{max-width:100%;height:auto}
a{color:var(--primary);text-underline-offset:2px}
h1,h2,h3,h4{line-height:1.15;margin:0 0 .5rem;font-weight:400}
p{margin:0 0 1rem}
:focus-visible{outline:2px solid var(--ring);outline-offset:2px}

/* utility classes referenced across the scaffold */
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.min-h-screen{min-height:100vh}
.flex{display:flex}
.flex-col{flex-direction:column}
.flex-1{flex:1 1 auto}
.container-x{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}
.legal-page{line-height:1.7}
.legal-page h1{font-size:2rem;margin-bottom:1rem}
.legal-page h2{font-size:1.25rem;margin-top:2rem}
.legal-page p,.legal-page li{color:var(--foreground)}

/* ── editorial primitives ── */
.eyebrow{display:inline-block;font-family:var(--font-body);font-size:.72rem;
  font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--primary);margin:0 0 1rem}
.lede{font-size:1.3rem;line-height:1.55;color:var(--foreground);max-width:42rem}
.muted{color:var(--muted-foreground)}
.section{padding:5rem 0}
.section--tight{padding:3.5rem 0}
.section--surface{background:var(--surface)}
.section--panel{background:var(--panel)}
.rule{border:0;border-top:1px solid var(--border);margin:0}
.section-head{max-width:44rem;margin:0 0 2.5rem}
.section-head h2{font-size:2rem;margin:0 0 .75rem}
.section-head p{color:var(--muted-foreground);font-size:1.06rem;margin:0}

/* ── hero ── */
.hero{position:relative;overflow:hidden;background:var(--surface);border-bottom:1px solid var(--border)}
.hero-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:3.5rem;align-items:center;
  min-height:clamp(460px,64vh,640px)}
.hero-copy{padding:4.5rem 0}
.hero-copy h1{font-size:clamp(2.6rem,5vw,4rem);line-height:1.04;letter-spacing:-.015em;margin:0 0 1.4rem}
.hero-copy p{font-size:1.18rem;line-height:1.6;color:var(--muted-foreground);max-width:34rem;margin:0 0 2rem}
.hero-media{align-self:stretch;min-height:340px;border-radius:calc(var(--radius) * 3);
  background:var(--muted) center/cover no-repeat;box-shadow:var(--shadow-soft,0 20px 50px rgb(31 41 51/.10));
  margin:2rem 0}
.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;align-items:center}
.link-quiet{color:var(--foreground);text-decoration:none;font-weight:500;border-bottom:1px solid var(--border);padding-bottom:2px}
.link-quiet:hover{border-color:var(--primary)}

/* ── generic grids/cards ── */
.grid{display:grid;gap:1.5rem}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-auto{grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}
.card{background:var(--panel);border:1px solid var(--border);border-radius:calc(var(--radius) * 2.5);padding:1.75rem}
.card h3{font-size:1.2rem;margin:0 0 .5rem}
.card p{color:var(--muted-foreground);margin:0}

/* value props / trust */
.feature{padding:.25rem 0}
.feature .num{font-family:var(--font-body);font-size:.8rem;font-weight:600;letter-spacing:.14em;
  text-transform:uppercase;color:var(--primary);display:block;margin-bottom:.75rem}
.feature h3{font-size:1.22rem;margin:0 0 .5rem}
.feature p{color:var(--muted-foreground);margin:0}
.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.trust-item{border:1px solid var(--border);border-radius:calc(var(--radius) * 2.5);padding:1.5rem;background:var(--panel)}
.trust-item h3{font-size:1.05rem;margin:0 0 .4rem}
.trust-item p{color:var(--muted-foreground);font-size:.94rem;margin:0}

/* ── product cards ── */
.product-card{text-decoration:none;color:inherit;background:var(--panel);border:1px solid var(--border);
  border-radius:calc(var(--radius) * 2.5);overflow:hidden;display:block;transition:border-color .2s,box-shadow .2s,transform .2s}
.product-card:hover{border-color:var(--ring);box-shadow:0 12px 30px rgb(31 41 51/.08);transform:translateY(-2px)}
.product-card .thumb{aspect-ratio:1/1;background:var(--muted)}
.product-card .thumb img{width:100%;height:100%;object-fit:cover}
.product-card .body{padding:1rem 1.15rem 1.25rem}
.product-card .body h3{font-size:1.1rem;margin:0 0 .2rem}
.product-card .tagline{color:var(--muted-foreground);font-size:.9rem;margin:0 0 .6rem;min-height:1.1em}
.product-card .price{font-weight:600;color:var(--foreground);font-family:var(--font-body);margin:0}
.tag{display:inline-block;background:var(--primary);color:var(--primary-foreground);font-family:var(--font-body);
  font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.28rem .6rem;border-radius:999px}

/* ── lifestyle band ── */
.life-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.life-cell{aspect-ratio:4/5;border-radius:calc(var(--radius) * 2.5);background:var(--muted) center/cover no-repeat;
  position:relative;overflow:hidden;display:flex;align-items:flex-end}
.life-cell figcaption{width:100%;padding:1rem;font-size:.9rem;color:#fff;
  background:linear-gradient(to top,rgb(20 24 28/.6),transparent)}

/* ── programs / guides ── */
.stack-card{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.1fr);gap:2rem;align-items:center;
  border:1px solid var(--border);border-radius:calc(var(--radius) * 3);overflow:hidden;background:var(--panel)}
.stack-card + .stack-card{margin-top:1.75rem}
.stack-card .media{aspect-ratio:4/3;background:var(--muted) center/cover no-repeat;min-height:220px}
.stack-card .content{padding:2rem 2.25rem 2rem 0}
.stack-card h3{font-size:1.5rem;margin:0 0 .4rem}
.stack-card .summary{color:var(--muted-foreground);margin:0 0 1rem}
.checklist{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:.5rem}
.checklist li{position:relative;padding-left:1.5rem;color:var(--foreground);font-size:.95rem}
.checklist li::before{content:'';position:absolute;left:0;top:.5em;width:.5rem;height:.5rem;border-radius:999px;background:var(--primary)}
.meta-line{font-family:var(--font-body);font-size:.82rem;letter-spacing:.04em;color:var(--muted-foreground);margin:.25rem 0 0}
.access-pill{display:inline-block;font-family:var(--font-body);font-size:.72rem;font-weight:600;letter-spacing:.08em;
  text-transform:uppercase;padding:.3rem .65rem;border-radius:999px;border:1px solid var(--border);color:var(--primary);background:var(--surface)}

/* ── product detail extras ── */
.benefit-list{list-style:none;padding:0;margin:1.25rem 0;display:grid;gap:.6rem}
.benefit-list li{position:relative;padding-left:1.6rem;color:var(--foreground)}
.benefit-list li::before{content:'';position:absolute;left:0;top:.45em;width:.6rem;height:.6rem;border-radius:999px;
  background:var(--primary);opacity:.85}
.prose-block{margin-top:1.25rem;color:var(--muted-foreground);line-height:1.65}

/* ── responsive ── */
@media (max-width:900px){
  .hero-grid{grid-template-columns:1fr;gap:1.5rem;min-height:0}
  .hero-media{min-height:280px;margin:0 0 1rem}
  .hero-copy{padding:3rem 0 1rem}
  .grid-3,.trust,.life-grid{grid-template-columns:1fr}
  .grid-2{grid-template-columns:1fr}
  .stack-card{grid-template-columns:1fr}
  .stack-card .content{padding:1.5rem 1.5rem 1.75rem}
  .section{padding:3.25rem 0}
}
