/* =========================================================================
   peptidemenow.com — single-page landing
   GLP-1 funnel into Lotus Med Group. Self-hosted assets, no third-party.
   ========================================================================= */

@font-face {
  font-family: "Bricolage";
  src: url("/fonts/bricolage.woff2") format("woff2-variations"),
       url("/fonts/bricolage.woff2") format("woff2");
  font-weight: 200 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "JBMono";
  src: url("/fonts/jetbrains-mono.woff2") format("woff2-variations"),
       url("/fonts/jetbrains-mono.woff2") format("woff2");
  font-weight: 300 700; font-style: normal; font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  --bg:        #ffffff;
  --surface:   #f5f8fc;
  --surface-2: #eef2f8;
  --line:      #dbe3ee;
  --line-2:    #c7d1e0;
  --ink:       #0d1224;
  --ink-soft:  #2a3047;
  --ink-dim:   #5d6480;
  --navy:      #1f2363;
  --navy-2:    #2a3073;
  /* Accent palette pulled directly from the logo's bead chain + power glow.
     Deep teal for buttons, brighter cyan for highlights/glows. */
  --accent:    #1f6a85;
  --accent-2:  #155370;
  --accent-glow: #3fb6d4;
  --accent-bright: #39bff0;
  --pill-bg:   #eaf0fa;
  --display:   "Bricolage", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --mono:      "JBMono", ui-monospace, Menlo, Consolas, monospace;
  --radius-1:  6px;
  --radius-2:  12px;
  --radius-3:  18px;
  --shadow-1:  0 1px 2px rgba(15, 22, 50, .06), 0 4px 12px rgba(15, 22, 50, .05);
  --shadow-2:  0 8px 24px rgba(15, 22, 50, .12);
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--display);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: var(--navy); text-underline-offset: 0.18em; }
a:hover { color: var(--accent-2); }

img { max-width: 100%; height: auto; display: block; }

/* ---------- Top bar ---------- */
.lp-bar {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid rgba(219, 227, 238, 0.6);
}
/* Brand wordmark in the nav: PEPTIDE ME N + power-button glyph + W.
   Debossed/engraved into the surface — text appears pushed-in via paired
   light-below / dark-above text-shadows. */
.lp-bar__brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-family: var(--display);
  font-weight: 800;
  /* Clamp so the wordmark shrinks on narrow viewports instead of wrapping */
  font-size: clamp(0.78rem, 3vw, 1rem);
  letter-spacing: -0.01em;
  /* Keep all of "PEPTIDE ME N⏻W" on a single line — never split the W off */
  white-space: nowrap;
  text-decoration: none;
  /* Deep teal-navy — pulled from the dark stop of the bead chain gradients,
     same family as the CTA but darker. */
  color: #0a3145;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85),
    0 -1px 0 rgba(0, 0, 0, 0.35);
  transition: color 160ms ease;
}
.lp-bar__brand:hover { color: var(--accent); }
.lp-bar__brand-text { line-height: 1; }
.lp-bar__brand-pwr {
  width: 0.92em;
  height: 0.92em;
  margin: 0 0.04em;
  /* Pulled up slightly so the glyph sits like a capital O */
  transform: translateY(-0.04em);
  /* Same deboss effect for the SVG */
  filter:
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.9))
    drop-shadow(0 -0.5px 0 rgba(15, 22, 50, 0.22));
}
.lp-bar__cta {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 16px;
  background: var(--accent);
  color: white;
  font-family: var(--mono);
  font-size: 0.83rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 120ms ease, background 120ms ease, box-shadow 120ms ease;
  box-shadow: 0 1px 2px rgba(31, 106, 133, 0.3);
}
.lp-bar__cta:hover { background: var(--accent-2); color: white; transform: translateY(-1px); box-shadow: 0 4px 14px rgba(31, 106, 133, 0.4); }

/* ---------- Layout ---------- */
.lp { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

.lp-eyebrow {
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-dim);
  margin: 0 0 12px;
}
.lp-h2 {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.6rem, 3.4vw, 2.2rem);
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0 0 16px;
}

/* ---------- Hero ---------- */
/* Full-bleed brushed-metal field. JPEG matches it perfectly so it blends
   into the background instead of floating in a framed card. */
.lp-hero {
  position: relative;
  /* Break out of the .lp container so the metal field runs edge-to-edge */
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  text-align: center;
  padding: clamp(48px, 7vw, 96px) 24px clamp(64px, 8vw, 128px);
  /* Vertical brushed-metal gradient calibrated to logo-pmn.jpg edges */
  background:
    linear-gradient(180deg,
      #dde2eb 0%,
      #c8ced9 28%,
      #aeb4c5 52%,
      #c4cad6 78%,
      #e3e8f0 100%);
  overflow: hidden;
}
/* Faint vertical hairlines for the brushed-metal "stroke" look */
.lp-hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.06) 0,
    rgba(255, 255, 255, 0.06) 1px,
    transparent 1px,
    transparent 3px);
  mix-blend-mode: overlay;
  pointer-events: none;
}
/* Soft center highlight + bottom fade so the metal feels lit and transitions cleanly */
.lp-hero::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(70% 60% at 50% 35%, rgba(255, 255, 255, 0.22), transparent 75%),
    linear-gradient(180deg, transparent 70%, rgba(255, 255, 255, 0.55) 100%);
  pointer-events: none;
}
.lp-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
}
.lp-hero__art {
  margin: 0 auto clamp(24px, 3vw, 36px);
  max-width: 920px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.lp-hero__art img {
  display: block;
  width: 100%;
  height: auto;
  /* Very gentle edge fade — only the outer 2.5% on each side fades into the
     surrounding metal bg. Stays well clear of the codon decorations and the
     PEPTIDE / NOW letters, just kisses the JPEG's silver edge into the
     hero's silver. */
  -webkit-mask-image: linear-gradient(90deg,
    transparent 0%,
    rgba(0,0,0,0.6) 1.2%,
    #000 2.5%,
    #000 97.5%,
    rgba(0,0,0,0.6) 98.8%,
    transparent 100%);
          mask-image: linear-gradient(90deg,
    transparent 0%,
    rgba(0,0,0,0.6) 1.2%,
    #000 2.5%,
    #000 97.5%,
    rgba(0,0,0,0.6) 98.8%,
    transparent 100%);
}
.lp-hero__eyebrow {
  font-family: var(--mono);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--navy);
  margin: 0 0 16px;
}
/* "Powered by Lotus" lockup — dark pill carrying the Lotus mark, sized so its
   native silver-on-black blends seamlessly with the pill background. Anchors
   the hero with the partner brand for business-card recognition. */
.lp-hero__lotus {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 14px 26px;
  margin: 0 auto 22px;
  background: #050507;
  color: #c9cfdc;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: var(--radius-2);
  box-shadow:
    0 3px 14px rgba(8, 12, 28, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 140ms ease, box-shadow 140ms ease;
}
.lp-hero__lotus:hover {
  transform: translateY(-1px);
  box-shadow:
    0 6px 16px rgba(8, 12, 28, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.lp-hero__lotus--below {
  margin: 22px auto 0;
}
.lp-hero__lotus-pre {
  font-family: var(--mono);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: #ffffff;
  flex: none;
}
.lp-hero__lotus-mark {
  display: block;
  height: 72px;
  width: auto;
  flex: none;
}
.lp-hero__title {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.9rem, 4.6vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #0d1224;
  margin: 0 auto 14px;
  max-width: 22ch;
  /* Subtle drop shadow so the title sits above the metal field */
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.lp-hero__lede {
  max-width: 56ch;
  margin: 0 auto 28px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #2a3047;
}
.lp-hero__ctas {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
}
/* Ghost button needs higher contrast on the silver field */
.lp-hero .lp-btn--ghost {
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(31, 35, 99, 0.4);
  color: var(--navy);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.lp-hero .lp-btn--ghost:hover {
  background: white;
  border-color: var(--navy);
}

/* ---------- Buttons ---------- */
.lp-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 22px;
  font-family: var(--mono);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: 999px;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition: transform 120ms ease, background 120ms ease, color 120ms ease, box-shadow 120ms ease, border-color 120ms ease;
  cursor: pointer;
}
.lp-btn--primary {
  background: var(--accent);
  color: white;
  box-shadow: 0 2px 6px rgba(31, 106, 133, 0.3);
}
.lp-btn--primary:hover {
  background: var(--accent-2);
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(57, 191, 240, 0.45);
}
.lp-btn--ghost {
  background: transparent;
  color: var(--navy);
  border-color: var(--line-2);
}
.lp-btn--ghost:hover {
  border-color: var(--navy);
  color: var(--navy);
  background: var(--surface);
}

/* ---------- Parallax band (between hero and products) ---------- */
.lp-band {
  position: relative;
  /* Break out of the .lp container so the band runs edge-to-edge */
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  min-height: clamp(360px, 60vh, 540px);
  display: grid; place-items: center;
  overflow: hidden;
  isolation: isolate;
  color: white;
  /* Longevity park-runner photo with a navy + cyan wash so brand color reads
     through and text stays legible. Source: longevity-park-runner.jpg
     (Centre for Ageing Better via Unsplash) — see credits.json. */
  background-color: #060a22;
  background-image:
    radial-gradient(60% 80% at 18% 28%, rgba(57, 191, 240, 0.22), transparent 65%),
    linear-gradient(180deg, rgba(6, 10, 34, 0.62), rgba(31, 35, 99, 0.70)),
    url("/img/photos/parallax.webp");
  background-size: 100% 200%, 100% 100%, cover;
  background-position: center, center, center;
}
/* Parallax: only on devices that can afford it. Mobile (esp. iOS) gets a
   normal scrolling cover image — same look, no jank. */
@media (min-width: 769px) and (hover: hover) {
  .lp-band {
    background-attachment: fixed, fixed, fixed;
  }
}
/* Soft molecular dot overlay for texture */
.lp-band::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.07) 1px, transparent 0);
  background-size: 22px 22px;
  pointer-events: none;
  z-index: 1;
}
/* Subtle vignette so text always reads */
.lp-band::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(80% 60% at 50% 50%, transparent 40%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
  z-index: 1;
}
.lp-band__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: clamp(56px, 9vw, 110px) 24px;
  max-width: 880px;
}
.lp-band__eyebrow {
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 22px;
}
.lp-band__line {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(2rem, 5.4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: white;
  margin: 0 0 28px;
}
.lp-band__line em {
  font-style: normal;
  background: linear-gradient(180deg, #cdf3ff, #39bff0 60%, #1f6a85);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lp-band__cta {
  /* Override default primary shadow with one that reads on dark bg */
  box-shadow: 0 4px 16px rgba(57, 191, 240, 0.45);
}

/* ---------- Products ---------- */
.lp-products {
  padding: clamp(40px, 6vw, 72px) 0;
  border-top: 1px solid var(--line);
}
.lp-products__head { text-align: center; max-width: 56ch; margin: 0 auto clamp(24px, 4vw, 40px); }

.lp-products__grid {
  display: grid;
  /* Feature card spans the full row at desktop; the two follow-up cards
     sit side-by-side beneath it. Pure CSS — no JS reordering. */
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.lp-products__grid > .lp-card--feature {
  grid-column: 1 / -1;
}
@media (max-width: 720px) {
  .lp-products__grid { grid-template-columns: 1fr; }
}

.lp-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-3);
  padding: clamp(20px, 3vw, 28px);
  display: flex; flex-direction: column;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}
.lp-card:hover {
  border-color: var(--line-2);
  transform: translateY(-2px);
  box-shadow: var(--shadow-1);
}
.lp-card__top {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.lp-card__pill {
  display: inline-block;
  padding: 4px 10px;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
  background: var(--pill-bg);
  border-radius: 999px;
}
.lp-card__pill--hot {
  color: white;
  background: linear-gradient(135deg, #1f6a85, #39bff0);
  box-shadow: 0 1px 6px rgba(57, 191, 240, 0.4);
}

/* Feature card (Retatrutide / hottest GLP) — bigger, brighter, centered name */
.lp-card--feature {
  background: linear-gradient(160deg, #ffffff 0%, #f0f7fa 70%, #e2eef3 100%);
  border: 1px solid #b9d8e3;
  box-shadow: 0 4px 18px rgba(31, 106, 133, 0.08);
  position: relative;
  overflow: hidden;
}
.lp-card--feature::before {
  content: "";
  position: absolute;
  top: -40%; right: -20%;
  width: 60%; height: 200%;
  background: radial-gradient(circle, rgba(57, 191, 240, 0.18), transparent 60%);
  pointer-events: none;
}
.lp-card--feature .lp-card__name {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  background: linear-gradient(180deg, #0d1224, #1f6a85);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lp-card--feature .lp-card__line { font-size: 1.02rem; max-width: 56ch; }
.lp-card__cat {
  font-family: var(--mono);
  font-size: 0.78rem;
  color: var(--ink-dim);
  letter-spacing: 0.04em;
}
.lp-card__name {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.4rem, 2.5vw, 1.7rem);
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0 0 10px;
}
.lp-card__line {
  margin: 0 0 24px;
  color: var(--ink-soft);
  line-height: 1.55;
  flex: 1;
}
.lp-card__cta { align-self: flex-start; }

.lp-products__note {
  margin: clamp(20px, 3.5vw, 32px) auto 0;
  max-width: 64ch;
  text-align: center;
  font-size: 0.92rem;
  color: var(--ink-dim);
  line-height: 1.55;
}
.lp-products__note a { font-weight: 600; }

/* ---------- Why Lotus (parallax band, dark) ---------- */
/* Doctor-at-desk photo with a navy + cyan wash. Mirrors the .lp-band
   aesthetic so the page has two parallax beats. Source: doctor-desk.jpg
   (Vitaly Gariev via Unsplash). */
.lp-why {
  position: relative;
  /* Break out of the .lp container so the band runs edge-to-edge */
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  padding: clamp(56px, 8vw, 96px) 24px clamp(56px, 8vw, 96px);
  color: white;
  isolation: isolate;
  overflow: hidden;
  background-color: #060a22;
  background-image:
    radial-gradient(55% 65% at 80% 30%, rgba(57, 191, 240, 0.20), transparent 65%),
    linear-gradient(180deg, rgba(6, 10, 34, 0.78), rgba(14, 19, 56, 0.82)),
    url("/img/photos/why-bg.webp");
  background-size: 100% 200%, 100% 100%, cover;
  background-position: center, center, center;
}
@media (min-width: 769px) and (hover: hover) {
  .lp-why { background-attachment: fixed, fixed, fixed; }
}
.lp-why__inner {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.lp-why .lp-eyebrow { color: rgba(255, 255, 255, 0.7); }
.lp-why__head { text-align: center; max-width: 64ch; margin: 0 auto clamp(28px, 4vw, 44px); }
.lp-why__head .lp-h2 { color: white; }
.lp-why__lede { color: rgba(255, 255, 255, 0.85); margin: 8px 0 0; line-height: 1.6; }
.lp-why__lede strong { color: white; }
.lp-why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 720px) {
  .lp-why__grid { grid-template-columns: 1fr; }
}
.lp-why__col {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: var(--radius-2);
  padding: 22px;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.lp-why__col:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(57, 191, 240, 0.35);
  transform: translateY(-2px);
}
.lp-why__col h3 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
  color: var(--accent-bright);
}
.lp-why__col p { margin: 0; color: rgba(255, 255, 255, 0.85); font-size: 0.96rem; }
.lp-why__cta { text-align: center; margin-top: clamp(28px, 4vw, 40px); }

/* ---------- Footer ---------- */
.lp-foot {
  margin-top: clamp(40px, 6vw, 80px);
  padding: clamp(28px, 4.5vw, 48px) 20px clamp(20px, 3vw, 28px);
  background: linear-gradient(180deg, var(--surface), white);
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
  color: var(--ink-dim);
}
.lp-foot__top {
  max-width: 1080px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
/* Footer Lotus card — dark surface so the silver-on-black logo blends, with
   tracked-out "POWERED BY" tag above and Lotus's own tagline below. */
.lp-foot__lotus {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  text-decoration: none;
  color: #c9cfdc;
  background: #050507;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 14px 24px 12px;
  border-radius: var(--radius-2);
  box-shadow:
    0 2px 10px rgba(8, 12, 28, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 120ms ease, box-shadow 120ms ease;
}
.lp-foot__lotus:hover {
  transform: translateY(-1px);
  color: #e6ebf3;
  box-shadow:
    0 6px 16px rgba(8, 12, 28, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
}
.lp-foot__lotus-pre { font-family: var(--mono); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.20em; text-transform: uppercase; color: #ffffff; }
.lp-foot__lotus-img { display: block; height: 68px; width: auto; }
.lp-foot__lotus-sub { font-family: var(--mono); font-size: 0.78rem; letter-spacing: 0.04em; color: #ffffff; }

.lp-foot__pills {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.lp-foot__pill {
  display: inline-block;
  padding: 6px 12px;
  background: var(--pill-bg);
  color: var(--navy);
  font-family: var(--mono);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 999px;
}

.lp-foot__legal {
  max-width: 1080px; margin: 22px auto 0;
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  font-family: var(--mono);
  font-size: 0.78rem;
  color: var(--ink-dim);
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.lp-foot__legal a { color: var(--ink-dim); text-decoration: none; }
.lp-foot__legal a:hover { color: var(--navy); text-decoration: underline; }
.lp-foot__sep { opacity: 0.5; }

/* ---------- Legal pages (terms/privacy/refunds/shipping) ---------- */
.legal {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 48px) 20px;
  color: var(--ink-soft);
  line-height: 1.65;
}
.legal h1 {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.7rem, 3.5vw, 2.2rem);
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 14px;
}
.legal h2 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.2rem;
  margin: 28px 0 8px;
  color: var(--navy);
}
.legal p, .legal li { color: var(--ink-soft); }
.legal a { color: var(--navy); }
.legal__back {
  display: inline-block;
  margin-bottom: 18px;
  font-family: var(--mono);
  font-size: 0.82rem;
  color: var(--ink-dim);
  text-decoration: none;
}
.legal__back:hover { color: var(--navy); }
