/* ============================================================
   Boris Lauser — High Nutrition Evolution
   Shared design system. Three visual directions via [data-theme].
   ============================================================ */

:root{
  /* brand constants */
  --lime:#A8E80B;
  --lime-deep:#4F7A00;
  --ink:#161812;
  --off:#F4F3ED;
  --dark:#13150F;

  /* type */
  --font-body:'Space Grotesk', system-ui, sans-serif;
  --font-display:'Bricolage Grotesque', system-ui, sans-serif;

  /* rhythm */
  --maxw:1240px;
  --gutter:clamp(20px, 5vw, 64px);
  --radius:18px;
  --radius-lg:26px;
}

/* ---------- THEME A · POP (dark, bold, energetic) — default ---------- */
[data-theme="pop"]{
  --bg:#13150F; --fg:#F4F3ED;
  --muted:rgba(244,243,237,.64);
  --surface:#1b1e16; --surface-2:#232719;
  --accent:#A8E80B; --accent-ink:#13150F;
  --on-accent:#13150F;
  --line:rgba(244,243,237,.14);
  --hero-display:var(--font-display);
  --shadow:0 30px 60px -24px rgba(0,0,0,.7);
}

/* ---------- THEME B · EDITORIAL (light, premium, serif heads) ---------- */
[data-theme="editorial"]{
  --bg:#F4F3ED; --fg:#161812;
  --muted:#5d5e55;
  --surface:#ffffff; --surface-2:#ecebe1;
  --accent:#A8E80B; --accent-ink:#13150F;
  --on-accent:#13150F;
  --line:rgba(22,24,18,.13);
  --hero-display:'Spectral', Georgia, serif;
  --shadow:0 30px 60px -28px rgba(22,24,18,.28);
}
[data-theme="editorial"] .display-serif{ font-style:italic; }

/* ---------- THEME C · FRESH (light lime, clean, airy) ---------- */
[data-theme="fresh"]{
  --bg:#F1F7E2; --fg:#18200B;
  --muted:#5a6347;
  --surface:#ffffff; --surface-2:#e6f2c8;
  --accent:#7Bc400; --accent-ink:#0e1605;
  --on-accent:#0e1605;
  --line:rgba(24,32,11,.13);
  --hero-display:var(--font-display);
  --shadow:0 30px 60px -28px rgba(40,60,0,.22);
}

/* ============================================================ */
*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0; background:var(--bg); color:var(--fg);
  font-family:var(--font-body); font-size:17px; line-height:1.6;
  -webkit-font-smoothing:antialiased;
  transition:background .4s ease, color .4s ease;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
h1,h2,h3,h4{ margin:0; font-weight:700; letter-spacing:-.02em; line-height:1.04; }

.container{ max-width:var(--maxw); margin:0 auto; padding-inline:var(--gutter); }
.section{ padding-block:clamp(64px,9vw,128px); }
.eyebrow{
  font-size:12px; letter-spacing:.26em; text-transform:uppercase; font-weight:600;
  color:var(--muted); display:inline-flex; align-items:center; gap:10px;
}
.eyebrow::before{ content:""; width:22px; height:2px; background:var(--accent); border-radius:2px; }
.lead{ color:var(--muted); font-size:clamp(17px,1.7vw,20px); max-width:60ch; }

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; gap:9px; cursor:pointer;
  font-family:var(--font-body); font-weight:600; font-size:15px; letter-spacing:.01em;
  padding:14px 24px; border-radius:999px; border:1px solid transparent;
  transition:transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease;
  white-space:nowrap;
}
.btn:hover{ transform:translateY(-2px); }
.btn-primary{ background:var(--accent); color:var(--on-accent); }
.btn-primary:hover{ filter:brightness(1.05); }
.btn-ghost{ background:transparent; color:var(--fg); border-color:var(--line); }
.btn-ghost:hover{ border-color:var(--accent); }
.btn-arrow svg{ width:16px; height:16px; }

/* ---------- the b. mark ---------- */
.mark{ display:inline-flex; align-items:flex-end; line-height:.78; }
.mark .b{ font-family:var(--font-display); font-weight:800; letter-spacing:-.02em; line-height:.78; color:var(--fg); }
.mark .sprout{ height:1em; width:.42em; margin-left:.05em; display:block; overflow:visible; color:var(--accent); }
.mark.on-accent .b{ color:var(--on-accent); }
.mark.on-accent .sprout{ color:var(--on-accent); }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header{
  position:sticky; top:0; z-index:50;
  background:color-mix(in srgb, var(--bg) 82%, transparent);
  backdrop-filter:blur(14px); border-bottom:1px solid var(--line);
}
.nav{ display:flex; align-items:center; justify-content:space-between; gap:20px; height:72px; }
.nav .brand{ display:inline-flex; align-items:center; gap:12px; }
.nav .brand .mark{ font-size:32px; }
.brand-tx{ display:flex; flex-direction:column; gap:3px; line-height:1; transform:translateY(2px); }
.nav .brand .bn{ font-family:var(--font-body); font-weight:700; font-size:15px; letter-spacing:.14em; }
.nav .brand .bt{ font-family:var(--font-body); font-weight:500; font-size:8px; letter-spacing:.2em; text-transform:uppercase; color:var(--accent); white-space:nowrap; }
.nav-links{ display:flex; align-items:center; gap:6px; }
.nav-links a{
  padding:9px 14px; border-radius:999px; font-weight:500; font-size:15px; color:var(--muted);
  transition:color .15s, background .15s;
}
.nav-links a:hover, .nav-links a[aria-current="page"]{ color:var(--fg); background:var(--surface); }
.nav-right{ display:flex; align-items:center; gap:10px; }

.lang-toggle{ display:inline-flex; border:1px solid var(--line); border-radius:999px; overflow:hidden; }
.lang-toggle button{
  background:transparent; border:0; cursor:pointer; font-family:var(--font-body); font-weight:600;
  font-size:12.5px; letter-spacing:.06em; padding:7px 11px; color:var(--muted);
}
.lang-toggle button[aria-pressed="true"]{ background:var(--accent); color:var(--on-accent); }

.nav-burger{ display:none; background:transparent; border:1px solid var(--line); border-radius:12px; width:42px; height:42px; cursor:pointer; align-items:center; justify-content:center; }
.nav-burger span{ display:block; width:18px; height:2px; background:var(--fg); position:relative; }
.nav-burger span::before,.nav-burger span::after{ content:""; position:absolute; left:0; width:18px; height:2px; background:var(--fg); }
.nav-burger span::before{ top:-6px; } .nav-burger span::after{ top:6px; }

@media (max-width:900px){
  .nav-links{
    position:fixed; inset:72px 0 auto 0; flex-direction:column; align-items:stretch; gap:2px;
    background:var(--bg); border-bottom:1px solid var(--line); padding:14px var(--gutter) 24px;
    transform:translateY(-120%); transition:transform .3s ease; z-index:40;
  }
  body.menu-open .nav-links{ transform:translateY(0); }
  .nav-links a{ font-size:18px; padding:13px 14px; }
  .nav-burger{ display:inline-flex; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero{ position:relative; overflow:hidden; }
.hero-inner{ padding-block:clamp(48px,7vw,96px); display:grid; gap:clamp(36px,5vw,64px); grid-template-columns:1.15fr .85fr; align-items:center; }
.hero h1{
  font-family:var(--hero-display);
  font-size:clamp(44px,7vw,92px); font-weight:800; letter-spacing:-.03em; line-height:.98;
}
[data-theme="editorial"] .hero h1{ font-weight:600; letter-spacing:-.01em; }
.hero h1 .hl{ color:var(--accent); }
.hero .sub{ margin-top:22px; font-size:clamp(17px,1.8vw,21px); color:var(--muted); max-width:48ch; }
.hero .cta-row{ margin-top:34px; display:flex; gap:12px; flex-wrap:wrap; }
.hero .badges{ margin-top:34px; display:flex; gap:22px; flex-wrap:wrap; color:var(--muted); font-size:13.5px; }
.hero .badges b{ color:var(--fg); font-weight:700; }
.hero-visual{ position:relative; aspect-ratio:4/5; border-radius:var(--radius-lg); overflow:hidden; background:var(--surface-2); box-shadow:var(--shadow); }
@media (max-width:860px){ .hero-inner{ grid-template-columns:1fr; } .hero-visual{ aspect-ratio:16/11; } }

/* giant watermark b. */
.hero-watermark{ position:absolute; right:-4%; bottom:-26%; font-family:var(--font-display); font-weight:800; font-size:46vw; line-height:1; color:var(--accent); opacity:.07; pointer-events:none; user-select:none; }

/* ============================================================
   IMAGE PLACEHOLDERS (user adds photos later)
   ============================================================ */
.ph{
  position:relative; width:100%; height:100%; min-height:120px;
  background:
    repeating-linear-gradient(45deg, transparent, transparent 13px, color-mix(in srgb,var(--fg) 6%, transparent) 13px, color-mix(in srgb,var(--fg) 6%, transparent) 14px),
    var(--surface-2);
  display:flex; align-items:center; justify-content:center; text-align:center;
}
.ph::after{
  content:attr(data-label); position:absolute; padding:7px 13px; border-radius:999px;
  background:color-mix(in srgb,var(--bg) 70%, transparent); border:1px solid var(--line);
  font-size:11px; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); font-weight:600;
}
.ph.tall{ aspect-ratio:3/4; } .ph.wide{ aspect-ratio:16/10; } .ph.sq{ aspect-ratio:1/1; }

/* ============================================================
   SECTION HEADERS
   ============================================================ */
.sec-head{ display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:clamp(28px,4vw,52px); flex-wrap:wrap; }
.sec-head h2{ font-size:clamp(30px,4.4vw,54px); max-width:18ch; }
.sec-head h2 .hl{ color:var(--accent); }
.sec-head .lead{ max-width:42ch; }

/* ============================================================
   COURSE CARDS (Akademie)
   ============================================================ */
.courses{ display:grid; gap:20px; grid-template-columns:repeat(3,1fr); }
@media (max-width:900px){ .courses{ grid-template-columns:1fr; } }
.course{
  display:flex; flex-direction:column; background:var(--surface); border:1px solid var(--line);
  border-radius:var(--radius-lg); overflow:hidden; transition:transform .2s, border-color .2s;
}
.course:hover{ transform:translateY(-4px); border-color:var(--accent); }
.course .top{ aspect-ratio:5/4; position:relative; }
.course .lvl{ position:absolute; top:14px; left:14px; z-index:2; background:var(--accent); color:var(--on-accent); font-weight:700; font-size:11px; letter-spacing:.12em; text-transform:uppercase; padding:6px 11px; border-radius:999px; }
.course .standalone{ position:absolute; top:14px; right:14px; z-index:2; background:color-mix(in srgb,var(--bg) 60%, transparent); border:1px solid var(--line); color:var(--fg); font-weight:600; font-size:10px; letter-spacing:.1em; text-transform:uppercase; padding:6px 10px; border-radius:999px; }
.course .body{ padding:24px; display:flex; flex-direction:column; gap:12px; flex:1; }
.course .body h3{ font-family:var(--font-display); font-weight:800; font-size:25px; }
.course .body p{ color:var(--muted); font-size:15px; margin:0; }
.course .meta{ display:flex; gap:14px; flex-wrap:wrap; color:var(--muted); font-size:12.5px; margin-top:auto; padding-top:8px; }
.course .meta span{ display:inline-flex; align-items:center; gap:6px; }
.course .meta span::before{ content:""; width:5px; height:5px; border-radius:50%; background:var(--accent); }
.course .foot{ padding:0 24px 24px; display:flex; align-items:center; justify-content:space-between; gap:12px; }
.course .price{ font-family:var(--font-display); font-weight:700; font-size:20px; }

/* short courses row */
.shorts{ display:grid; gap:14px; grid-template-columns:repeat(3,1fr); margin-top:20px; }
@media (max-width:900px){ .shorts{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .shorts{ grid-template-columns:1fr; } }
.short{ background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:18px 20px; display:flex; flex-direction:column; gap:8px; transition:border-color .2s; }
.short:hover{ border-color:var(--accent); }
.short.has-img{ padding:0; overflow:hidden; }
.short.has-img .s-media{ aspect-ratio:1300/394; background:var(--surface-2) center/cover no-repeat; position:relative; }
.short.has-img .s-media .pill{ position:absolute; left:12px; top:12px; background:color-mix(in srgb,var(--bg) 55%, transparent); backdrop-filter:blur(5px); border:1px solid var(--line); color:var(--fg); font-size:10px; letter-spacing:.1em; text-transform:uppercase; font-weight:700; padding:5px 10px; border-radius:999px; }
.short.has-img .s-media .pr{ position:absolute; right:12px; top:12px; background:var(--accent); color:#13150F; font-size:12px; font-weight:700; padding:5px 10px; border-radius:999px; }
.short.has-img .s-tx{ padding:16px 20px 20px; display:flex; flex-direction:column; gap:6px; }
.short.has-img .s-tx .go{ font-size:12.5px; color:var(--accent); font-weight:600; margin-top:4px; }
.short h4{ font-size:17px; font-weight:700; }
.short p{ margin:0; color:var(--muted); font-size:13.5px; }
.short .tag{ font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--accent); font-weight:700; }

/* ============================================================
   SPLIT FEATURE (Consulting / Food Architecture)
   ============================================================ */
.split{ display:grid; gap:clamp(32px,5vw,64px); grid-template-columns:1fr 1fr; align-items:center; }
.split.rev .split-media{ order:2; }
@media (max-width:860px){ .split{ grid-template-columns:1fr; } .split.rev .split-media{ order:0; } }
.split-media{ border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow); }
.feature-list{ list-style:none; padding:0; margin:24px 0 0; display:flex; flex-direction:column; gap:14px; }
.feature-list li{ display:flex; gap:13px; align-items:flex-start; }
.feature-list li svg{ width:22px; height:22px; flex:0 0 auto; color:var(--accent); margin-top:2px; }
.feature-list li b{ font-weight:700; }
.feature-list li span{ color:var(--muted); }

/* ============================================================
   RETREATS
   ============================================================ */
.retreats{ display:grid; gap:20px; grid-template-columns:repeat(2,1fr); }
@media (max-width:760px){ .retreats{ grid-template-columns:1fr; } }
.retreat{ position:relative; border-radius:var(--radius-lg); overflow:hidden; min-height:340px; display:flex; align-items:flex-end; color:#fff; }
.retreat .ph{ position:absolute; inset:0; }
.retreat .scrim{ position:absolute; inset:0; background:linear-gradient(180deg, rgba(10,12,6,.05) 30%, rgba(10,12,6,.82) 100%); }
.retreat .r-body{ position:relative; z-index:2; padding:26px; width:100%; }
.retreat .r-body h3{ font-family:var(--font-display); font-weight:800; font-size:30px; color:#fff; }
.retreat .r-body .where{ font-size:13px; letter-spacing:.14em; text-transform:uppercase; opacity:.85; margin-bottom:8px; }
.retreat .r-body p{ color:rgba(255,255,255,.85); font-size:14.5px; margin:8px 0 16px; max-width:42ch; }
.retreat .pill{ position:absolute; top:18px; right:18px; z-index:3; background:var(--accent); color:var(--on-accent); font-weight:700; font-size:11px; letter-spacing:.1em; text-transform:uppercase; padding:6px 12px; border-radius:999px; }
.retreat.small{ min-height:260px; }

/* ============================================================
   SHOP
   ============================================================ */
.shop-grid{ display:grid; gap:18px; grid-template-columns:repeat(4,1fr); }
@media (max-width:900px){ .shop-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:520px){ .shop-grid{ grid-template-columns:1fr; } }
.product{ background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; display:flex; flex-direction:column; transition:transform .2s, border-color .2s; }
.product:hover{ transform:translateY(-3px); border-color:var(--accent); }
.product .ph{ aspect-ratio:1/1; }
.product .p-body{ padding:16px 18px 20px; display:flex; flex-direction:column; gap:6px; }
.product .kind{ font-size:10.5px; letter-spacing:.12em; text-transform:uppercase; color:var(--accent); font-weight:700; }
.product h4{ font-size:16px; font-weight:700; }
.product .p-foot{ margin-top:8px; display:flex; align-items:center; justify-content:space-between; }
.product .price{ font-family:var(--font-display); font-weight:700; }

/* ============================================================
   SMALL BLOCKS: dinner club, projects
   ============================================================ */
.band{ background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-lg); padding:clamp(26px,4vw,44px); display:grid; grid-template-columns:1.2fr .8fr; gap:30px; align-items:center; }
@media (max-width:760px){ .band{ grid-template-columns:1fr; } }
.band h3{ font-family:var(--font-display); font-weight:800; font-size:clamp(24px,3.4vw,36px); }
.band p{ color:var(--muted); margin:12px 0 0; }

.projects{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
@media (max-width:760px){ .projects{ grid-template-columns:1fr; } }
.project{ display:flex; gap:18px; align-items:center; background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:22px; transition:border-color .2s; }
.project:hover{ border-color:var(--accent); }
.project .pj-ph{ width:64px; height:64px; border-radius:14px; flex:0 0 auto; background:var(--surface-2); display:flex; align-items:center; justify-content:center; font-family:var(--font-display); font-weight:800; font-size:24px; }
.project h4{ font-size:18px; font-weight:700; }
.project p{ margin:4px 0 0; color:var(--muted); font-size:14px; }
.project .arr{ margin-left:auto; color:var(--accent); }

/* ============================================================
   CTA STRIP
   ============================================================ */
.cta-strip{ background:var(--accent); color:var(--on-accent); border-radius:var(--radius-lg); padding:clamp(34px,5vw,64px); text-align:center; position:relative; overflow:hidden; }
.cta-strip h2{ font-family:var(--font-display); font-weight:800; font-size:clamp(28px,4.6vw,52px); }
.cta-strip p{ max-width:48ch; margin:14px auto 26px; opacity:.82; }
.cta-strip .btn-primary{ background:var(--on-accent); color:var(--accent); }
.cta-strip .wm{ position:absolute; left:-3%; bottom:-40%; font-family:var(--font-display); font-weight:800; font-size:34vw; opacity:.1; line-height:1; pointer-events:none; }

/* ============================================================
   NEWSLETTER + FOOTER
   ============================================================ */
.site-footer{ border-top:1px solid var(--line); margin-top:0; padding-block:clamp(48px,7vw,88px); background:var(--surface); }
.foot-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:36px; }
@media (max-width:860px){ .foot-grid{ grid-template-columns:1fr 1fr; gap:30px; } }
@media (max-width:520px){ .foot-grid{ grid-template-columns:1fr; } }
.foot-brand .mark{ font-size:40px; }
.foot-brand .foot-logo{ display:inline-flex; align-items:center; gap:14px; text-decoration:none; color:var(--fg); }
.foot-brand .foot-logo .bn{ font-family:var(--font-body); font-weight:700; font-size:17px; letter-spacing:.14em; }
.foot-brand .foot-logo .bt{ font-family:var(--font-body); font-weight:500; font-size:9px; letter-spacing:.24em; text-transform:uppercase; color:var(--accent); white-space:nowrap; }
.foot-brand .foot-logo .brand-tx{ transform:translateY(3px); }
.foot-brand p{ color:var(--muted); font-size:14px; margin:16px 0 0; max-width:34ch; }
.foot-col h5{ font-size:11px; letter-spacing:.18em; text-transform:uppercase; color:var(--muted); margin:0 0 16px; font-weight:600; }
.foot-col a{ display:block; color:var(--fg); padding:6px 0; font-size:15px; opacity:.85; }
.foot-col a:hover{ opacity:1; color:var(--accent); }
.news{ display:flex; flex-direction:column; gap:9px; margin-top:14px; max-width:340px; }
.news-row{ display:flex; gap:8px; }
.news-row input{ flex:1; background:var(--bg); border:1px solid var(--line); border-radius:999px; padding:12px 16px; color:var(--fg); font-family:var(--font-body); font-size:14px; }
.news-row input:focus{ outline:none; border-color:var(--accent); }
.news-consent{ display:flex; gap:8px; align-items:flex-start; font-size:11.5px; line-height:1.4; color:var(--muted); cursor:pointer; }
.news-consent input{ margin-top:2px; accent-color:var(--accent); flex:0 0 auto; }
.news-consent a{ color:var(--accent); }
.dinner-news .dn-card{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(24px,4vw,48px); align-items:center; background:var(--surface); border:1px solid var(--accent); border-radius:var(--radius-lg); padding:clamp(26px,4vw,44px); }
@media (max-width:760px){ .dinner-news .dn-card{ grid-template-columns:1fr; } }
.dinner-news .dn-tx h2{ font-family:var(--font-display); font-weight:800; font-size:clamp(24px,3.2vw,34px); letter-spacing:-.02em; margin-top:8px; }
.dinner-news .dn-tx p{ color:var(--muted); margin-top:12px; font-size:15px; line-height:1.6; max-width:42ch; }
.dinner-news .news{ max-width:none; margin-top:0; }
.foot-base{ display:flex; align-items:center; justify-content:space-between; gap:16px; margin-top:48px; padding-top:24px; border-top:1px solid var(--line); color:var(--muted); font-size:13px; flex-wrap:wrap; }
.foot-socials{ display:flex; gap:10px; }
.foot-socials a{ width:38px; height:38px; border:1px solid var(--line); border-radius:50%; display:flex; align-items:center; justify-content:center; }
.foot-socials a:hover{ border-color:var(--accent); color:var(--accent); }
.foot-socials svg{ width:16px; height:16px; fill:currentColor; }

/* ============================================================
   DESIGN SWITCHER (preview tool, not a site feature)
   ============================================================ */
.switcher{
  position:fixed; right:18px; bottom:18px; z-index:90;
  background:var(--surface); border:1px solid var(--line); border-radius:16px;
  box-shadow:0 20px 50px -16px rgba(0,0,0,.5); padding:12px; display:flex; flex-direction:column; gap:10px;
  max-width:230px;
}
.switcher .sw-title{ font-size:10px; letter-spacing:.16em; text-transform:uppercase; color:var(--muted); font-weight:700; display:flex; align-items:center; justify-content:space-between; }
.switcher .sw-title button{ background:transparent; border:0; color:var(--muted); cursor:pointer; font-size:14px; line-height:1; }
.switcher .sw-row{ display:flex; gap:6px; }
.switcher .sw-row button{
  flex:1; cursor:pointer; font-family:var(--font-body); font-weight:600; font-size:12px;
  padding:9px 8px; border-radius:10px; border:1px solid var(--line); background:var(--bg); color:var(--fg);
}
.switcher .sw-row button[aria-pressed="true"]{ background:var(--accent); color:var(--on-accent); border-color:var(--accent); }
.switcher.collapsed .sw-body{ display:none; }
.switcher .sw-open{ position:fixed; right:18px; bottom:18px; }

/* reveal: content visible by default (robust in every environment) */
.reveal{ opacity:1; }

/* ============================================================
   FOOTER LEGAL LINKS
   ============================================================ */
.foot-legal{ display:flex; gap:20px; flex-wrap:wrap; }
.foot-legal a{ color:var(--muted); font-size:13px; }
.foot-legal a:hover{ color:var(--accent); }

/* ============================================================
   LEGAL PAGES (Impressum · Datenschutz · AGB)
   ============================================================ */
.legal{ max-width:840px; margin:0 auto; padding-block:clamp(44px,6vw,88px); }
.legal .eyebrow{ margin-bottom:14px; }
.legal h1{ font-family:var(--font-display); font-weight:800; font-size:clamp(34px,5vw,58px); letter-spacing:-.03em; line-height:1.03; }
.legal .updated{ color:var(--muted); font-size:13.5px; margin-top:14px; letter-spacing:.02em; }
.legal .intro{ color:var(--muted); font-size:clamp(16px,1.6vw,18px); margin-top:20px; max-width:66ch; }
.legal h2{ font-family:var(--font-display); font-weight:800; font-size:clamp(21px,2.6vw,28px); margin:clamp(34px,4vw,52px) 0 12px; }
.legal h3{ font-size:17px; font-weight:700; margin:26px 0 8px; }
.legal p, .legal li{ color:color-mix(in srgb, var(--fg) 86%, transparent); font-size:16px; line-height:1.72; }
.legal p{ margin:0 0 14px; }
.legal ul{ margin:0 0 16px; padding-left:22px; display:flex; flex-direction:column; gap:6px; }
.legal a{ color:var(--accent); text-decoration:underline; text-underline-offset:3px; }
.legal a:hover{ filter:brightness(1.1); }
.legal hr{ border:0; border-top:1px solid var(--line); margin:clamp(30px,4vw,48px) 0; }
.legal .fill{ background:color-mix(in srgb, var(--accent) 22%, transparent); border-bottom:1px solid var(--accent); border-radius:3px; padding:0 5px; font-weight:600; color:var(--fg); }
.legal .note{ background:var(--surface); border:1px solid var(--line); border-left:3px solid var(--accent); border-radius:var(--radius); padding:16px 20px; margin:20px 0; }
.legal .note p{ font-size:14.5px; color:var(--muted); margin:0; }
.legal .toc{ display:flex; flex-wrap:wrap; gap:8px; margin:26px 0 4px; }
.legal .toc a{ text-decoration:none; font-size:13px; color:var(--muted); border:1px solid var(--line); border-radius:999px; padding:6px 13px; }
.legal .toc a:hover{ border-color:var(--accent); color:var(--accent); filter:none; }
.legal address{ font-style:normal; }
