/* ============================================================
   CULTURILY — LANDING (shared)
   Manifesto landing from the Claude Design "Culturily Landing"
   (mobile-primary) + "Landing Desktop" (≥920px) export.
   Brand-locked: lime #CCFF00, dark #0e0e0e, Cabinet Grotesk /
   DM Sans / Fraunces. Loaded by index.html (and reusable by about).
   ============================================================ */

.cl-page { background: #0e0e0e; color: #f8f8f8; font-family: 'DM Sans', system-ui, sans-serif; overflow-x: hidden; }

/* Scroll reveal — degrades to visible (JS adds .in; fallback keyframe). */
.cl-reveal { opacity: 0; transform: translateY(26px); transition: opacity 850ms cubic-bezier(.16,.8,.3,1), transform 850ms cubic-bezier(.16,.8,.3,1); animation: clRevealFallback .6s ease 1.2s forwards; }
.cl-reveal.in { opacity: 1; transform: none; animation: none; }
@keyframes clRevealFallback { to { opacity: 1; transform: none; } }
@keyframes clFloat  { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-14px) rotate(-2deg); } }
@keyframes clFloatB { 0%,100% { transform: translateY(0) rotate(2.5deg); } 50% { transform: translateY(-16px) rotate(2.5deg); } }

/* ── Nav ── */
.cl-nav { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 18px 24px; background: rgba(14,14,14,0.72); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid rgba(248,248,248,0.06); }
.cl-logo { font-family: 'Fraunces', Georgia, serif; font-size: 23px; font-weight: 500; letter-spacing: -0.01em; color: #f8f8f8; text-decoration: none; }
.cl-nav-cta { display: none; align-items: center; background: #CCFF00; color: #0e0e0e; font-family: 'DM Sans', sans-serif; font-weight: 800; font-size: 14.5px; border: none; border-radius: 11px; padding: 11px 22px; cursor: pointer; text-decoration: none; box-shadow: 0 0 0 1px rgba(204,255,0,0.3), 0 8px 22px rgba(204,255,0,0.18); }
.cl-nav-cta:active { transform: translateY(1px); }

/* ── CTA button (lime 3D lip) ── */
.cl-cta { display: inline-flex; align-items: center; justify-content: center; width: 100%; max-width: 340px; background: #CCFF00; color: #0e0e0e; font-family: 'DM Sans', sans-serif; font-weight: 800; font-size: 17px; border: none; border-radius: 16px; padding: 18px; cursor: pointer; text-decoration: none; box-shadow: 0 4px 0 0 #9bcc00, 0 18px 40px rgba(204,255,0,0.22); transition: transform 60ms ease, box-shadow 60ms ease; }
.cl-cta:active { transform: translateY(3px); box-shadow: 0 1px 0 0 #9bcc00; }
/* Secondary hero CTA — neutral ghost. Lime stays exclusive to the primary
   (design system: lime is the single hero accent). Mirrors .cl-cta geometry;
   reuses the .btn-secondary token recipe (transparent / border-strong / off-white). */
.cl-cta-row { display: flex; flex-direction: column; align-items: center; gap: 12px; width: 100%; }
.cl-cta-2 { display: inline-flex; align-items: center; justify-content: center; box-sizing: border-box; width: 100%; max-width: 340px; background: transparent; color: var(--text-primary); font-family: 'DM Sans', sans-serif; font-weight: 800; font-size: 17px; border: 1.5px solid var(--border-strong); border-radius: 16px; padding: 18px; cursor: pointer; text-decoration: none; transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease; }
.cl-cta-2:hover { background: var(--surface-3); border-color: var(--text-primary); }

/* ── Hero ── */
.cl-hero { position: relative; padding: 76px 22px 64px; display: flex; flex-direction: column; align-items: center; text-align: center; overflow: hidden; }
.cl-glow { position: absolute; top: -140px; left: 50%; transform: translateX(-50%); width: 680px; height: 680px; max-width: 150vw; background: radial-gradient(circle, rgba(204,255,0,0.17), transparent 62%); filter: blur(22px); pointer-events: none; }
.cl-hero-inner { position: relative; width: 100%; display: flex; flex-direction: column; align-items: center; }
.cl-hero-copy { display: flex; flex-direction: column; align-items: center; gap: 24px; max-width: 760px; width: 100%; }
.cl-h1 { font-family: 'Cabinet Grotesk', system-ui, sans-serif; font-weight: 600; font-size: clamp(46px, 15vw, 92px); line-height: 0.96; letter-spacing: -0.035em; margin: 0; color: #f8f8f8; }
.lp-cycle { display: inline-block; min-width: 5ch; color: #CCFF00; transition: opacity 550ms ease; }
.cl-sub { font-size: clamp(16px, 4.6vw, 20px); line-height: 1.5; color: rgba(248,248,248,0.62); margin: 0; max-width: 440px; }
.cl-hero-device { position: relative; margin-top: 54px; }
.cl-hero-device .cl-glow { inset: -34px; top: auto; left: auto; transform: none; width: auto; height: auto; }

/* ── Idea ── */
.cl-idea { padding: 116px 24px; display: flex; justify-content: center; }
.cl-idea-inner { max-width: 860px; display: flex; flex-direction: column; gap: 28px; align-items: center; text-align: center; }
.cl-idea-h { font-family: 'Cabinet Grotesk', system-ui, sans-serif; font-weight: 500; font-size: clamp(34px, 9vw, 72px); line-height: 1.04; letter-spacing: -0.03em; margin: 0; text-wrap: balance; }
.cl-dim { color: rgba(248,248,248,0.4); }
.cl-lime { color: #CCFF00; }
.cl-idea-p { font-size: clamp(16px, 4.4vw, 19px); line-height: 1.5; color: rgba(248,248,248,0.6); margin: 0; max-width: 420px; }

/* ── Beats ── */
.cl-beats { display: flex; flex-direction: column; gap: 120px; padding: 30px 22px 40px; }
.cl-beat { max-width: 980px; margin: 0 auto; width: 100%; display: flex; flex-wrap: wrap; gap: 44px; align-items: center; justify-content: center; }
.cl-beat:nth-child(even) { flex-direction: row-reverse; }
.cl-beat-copy { flex: 1; min-width: 260px; display: flex; flex-direction: column; gap: 15px; align-items: center; text-align: center; }
.cl-beat-step { font-family: 'Cabinet Grotesk', system-ui, sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0.04em; color: #CCFF00; }
.cl-beat-h { font-family: 'Cabinet Grotesk', system-ui, sans-serif; font-weight: 600; font-size: clamp(36px, 10vw, 60px); line-height: 1.0; letter-spacing: -0.03em; margin: 0; }
.cl-beat-body { font-size: clamp(15px, 4.2vw, 18px); line-height: 1.55; color: rgba(248,248,248,0.6); margin: 0; max-width: 400px; }
.cl-beat-device { flex: 0 0 auto; position: relative; display: flex; justify-content: center; }
.cl-beat-device .cl-glow { inset: -22px; top: auto; left: auto; transform: none; width: auto; height: auto; background: radial-gradient(circle, rgba(204,255,0,0.1), transparent 68%); filter: blur(16px); }

/* ── Cultures ── */
.cl-cult { padding: 116px 22px; }
.cl-cult-head { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; text-align: center; }
.cl-cult-head-h { font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: clamp(15px, 4.2vw, 17px); line-height: 1.5; margin: 0 0 22px; color: rgba(248,248,248,0.55); }
.cl-cult-grid { width: 100%; display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.cl-cult-card { display: flex; align-items: center; gap: 13px; background: #161616; border: 1px solid rgba(248,248,248,0.07); border-radius: 16px; padding: 16px 18px; text-decoration: none; color: inherit; transition: border-color var(--t-fast, 120ms) ease, transform var(--t-fast, 120ms) ease; }
.cl-cult-card:hover { border-color: rgba(204,255,0,0.3); transform: translateY(-2px); }
.cl-cult-flag { display: inline-flex; width: 34px; height: 23px; border-radius: 4px; overflow: hidden; box-shadow: 0 0 0 1px rgba(248,248,248,0.14); flex-shrink: 0; }
.cl-cult-flag svg { display: block; width: 100%; height: 100%; }
.cl-cult-name { font-family: 'Cabinet Grotesk', system-ui, sans-serif; font-size: 16px; font-weight: 600; }

/* ── Habit (inverted light block) ── */
.cl-habit { background: #ffffff; color: #0e0e0e; padding: 100px 22px; }
.cl-habit-inner { max-width: 600px; margin: 0 auto; display: flex; flex-direction: column; gap: 36px; align-items: center; }
.cl-habit-copy { display: flex; flex-direction: column; gap: 13px; text-align: center; }
.cl-habit-h { font-family: 'Cabinet Grotesk', system-ui, sans-serif; font-weight: 600; font-size: clamp(36px, 10vw, 58px); line-height: 1.0; letter-spacing: -0.03em; margin: 0; color: #0e0e0e; }
.cl-habit-p { font-size: clamp(15px, 4.2vw, 17px); line-height: 1.5; color: #44403c; margin: 0; max-width: 420px; align-self: center; }
.cl-habit-visual { width: 100%; display: flex; flex-direction: column; gap: 36px; align-items: center; }
.cl-streak { display: inline-flex; align-items: center; gap: 14px; background: #171717; border: 1px solid rgba(248,248,248,0.08); border-radius: 20px; padding: 16px 24px; box-shadow: 0 8px 28px rgba(0,0,0,0.4); }
.cl-streak-num { font-family: 'Cabinet Grotesk', system-ui, sans-serif; font-size: 32px; font-weight: 600; color: #f8f8f8; line-height: 1; }
.cl-streak-lbl { font-size: 12.5px; color: rgba(248,248,248,0.5); margin-top: 3px; }
/* ladder */
.cl-ladder { width: 100%; position: relative; display: flex; align-items: flex-start; justify-content: space-between; }
.cl-ladder-line { position: absolute; left: 22px; right: 22px; top: 22px; height: 2px; background: rgba(14,14,14,0.12); }
.cl-ladder-node { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 9px; width: 19%; }
.cl-node-circle { width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #0e0e0e; border: 1.5px solid rgba(204,255,0,0.5); }
/* completed: black circle, lime symbol */
.cl-ladder-node.is-complete .cl-node-circle { opacity: 1; background: #0e0e0e; border: 1.5px solid #CCFF00; }
/* current: solid lime circle, black symbol */
.cl-ladder-node.is-current .cl-node-circle { background: #CCFF00; border: 1.5px solid rgba(14,14,14,0.3); box-shadow: 0 6px 16px rgba(204,255,0,0.4); }
/* locked: three identical muted grey nodes */
.cl-ladder-node.is-locked .cl-node-circle { opacity: 0.64; border-color: rgba(204,255,0,0.32); }
.cl-node-label { font-family: 'Cabinet Grotesk', system-ui, sans-serif; font-size: 11.5px; font-weight: 600; color: rgba(14,14,14,0.6); white-space: nowrap; }
.cl-ladder-node.is-complete .cl-node-label,
.cl-ladder-node.is-current .cl-node-label { font-weight: 700; color: #0e0e0e; }
/* mini leaderboard */
.cl-board { width: 100%; max-width: 380px; display: flex; flex-direction: column; gap: 8px; }
.cl-board-row { display: flex; align-items: center; gap: 11px; background: #0e0e0e; border: 1px solid rgba(248,248,248,0.08); border-radius: 13px; padding: 10px 13px; }
.cl-board-row.is-me { border: 1px solid #CCFF00; box-shadow: 0 0 0 1px rgba(204,255,0,0.35), 0 6px 22px rgba(204,255,0,0.25); }
.cl-board-rank { width: 18px; text-align: center; font-family: 'Cabinet Grotesk', system-ui, sans-serif; font-size: 13px; font-weight: 600; color: rgba(248,248,248,0.5); }
.cl-board-row.is-me .cl-board-rank { color: #CCFF00; }
.cl-board-av { width: 28px; height: 28px; border-radius: 9px; display: flex; align-items: center; justify-content: center; background: rgba(204,255,0,0.12); border: 1px solid rgba(204,255,0,0.35); font-family: 'Cabinet Grotesk', system-ui, sans-serif; font-size: 13px; font-weight: 700; color: #CCFF00; }
.cl-board-name { flex: 1; font-family: 'Cabinet Grotesk', system-ui, sans-serif; font-size: 14px; color: #f8f8f8; }
.cl-board-xp { font-family: 'Cabinet Grotesk', system-ui, sans-serif; font-size: 14px; font-weight: 600; color: rgba(248,248,248,0.6); }
.cl-board-row.is-me .cl-board-xp { color: #CCFF00; }

/* ── Close ── */
.cl-close { position: relative; padding: 150px 22px 160px; display: flex; flex-direction: column; align-items: center; gap: 34px; text-align: center; overflow: hidden; }
.cl-close .cl-glow { top: auto; bottom: -160px; width: 640px; height: 640px; background: radial-gradient(circle, rgba(204,255,0,0.14), transparent 64%); }
.cl-close-h { position: relative; font-family: 'Cabinet Grotesk', system-ui, sans-serif; font-weight: 600; font-size: clamp(52px, 16vw, 104px); line-height: 0.95; letter-spacing: -0.04em; margin: 0; max-width: 760px; text-wrap: balance; }
.cl-close-cta { position: relative; max-width: 340px; font-size: 18px; padding: 19px; box-shadow: 0 4px 0 0 #9bcc00, 0 18px 44px rgba(204,255,0,0.24); }
.cl-close-note { position: relative; font-size: 14px; color: rgba(248,248,248,0.45); }

/* ── Footer ── */
.cl-footer { border-top: 1px solid rgba(248,248,248,0.07); padding: 36px 24px 100px; display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center; }
.cl-footer-logo { font-family: 'Fraunces', Georgia, serif; font-size: 20px; font-weight: 500; color: #f8f8f8; }
.cl-footer-links { display: flex; gap: 24px; font-size: 14px; }
.cl-footer-links a { color: rgba(248,248,248,0.55); text-decoration: none; }
.cl-footer-links a:hover { color: #f8f8f8; }
.cl-footer-meta { font-size: 12.5px; color: rgba(248,248,248,0.3); }
.cl-footer-meta .cl-fr { font-family: 'Fraunces', Georgia, serif; }

/* ── Sticky mobile CTA ── */
.cl-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 300; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: linear-gradient(180deg, rgba(14,14,14,0), rgba(14,14,14,0.85) 32%); display: flex; justify-content: center; pointer-events: none; }
.cl-sticky .cl-cta { max-width: 440px; pointer-events: auto; font-size: 16px; padding: 16px; border-radius: 14px; box-shadow: 0 6px 22px rgba(0,0,0,0.5), 0 0 0 1px rgba(204,255,0,0.3); }

/* ── Phone mockups (decorative) ── */
.cl-phone { width: 256px; border-radius: 34px; background: #0e0e0e; border: 1px solid rgba(248,248,248,0.12); padding: 10px; box-shadow: 0 34px 80px rgba(0,0,0,0.6); animation: clFloat 7s ease-in-out infinite; }
.cl-phone.alt { animation-name: clFloatB; }
.cl-phone-inner { border-radius: 26px; overflow: hidden; background: #0e0e0e; border: 1px solid rgba(248,248,248,0.06); }
.cl-mbar { height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 0 13px; border-bottom: 1px solid rgba(248,248,248,0.06); }
.cl-mbar-flag { width: 21px; height: 14px; border-radius: 3px; overflow: hidden; display: block; box-shadow: 0 0 0 1px rgba(248,248,248,0.12); }
.cl-mbar-flag svg { display: block; width: 100%; height: 100%; }
.cl-mbar-tag { font-family: 'Cabinet Grotesk', system-ui, sans-serif; font-size: 11px; color: rgba(204,255,0,0.9); font-weight: 600; }
.cl-mbar-prog { flex: 1; height: 7px; border-radius: 9999px; background: #1e1e1e; }
.cl-mbar-prog > span { display: block; height: 100%; border-radius: 9999px; background: #CCFF00; }
.cl-mbody { padding: 13px; display: flex; flex-direction: column; gap: 11px; }
.cl-mcard { background: #171717; border: 1px solid rgba(248,248,248,0.07); border-radius: 16px; padding: 13px; }
.cl-mcard.hero { border: 1px solid rgba(204,255,0,0.25); border-top: 2px solid #CCFF00; box-shadow: 0 3px 0 0 rgba(204,255,0,0.25); }
.cl-mring { position: relative; width: 50px; height: 50px; flex: 0 0 50px; }
.cl-mring span { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: 'Cabinet Grotesk', system-ui, sans-serif; font-size: 13px; font-weight: 600; color: #f8f8f8; }
.cl-meyebrow { font-size: 8px; font-weight: 700; letter-spacing: 0.1em; color: rgba(204,255,0,0.9); }
.cl-mtitle { font-family: 'Cabinet Grotesk', system-ui, sans-serif; font-size: 13px; color: #f8f8f8; line-height: 1.1; }
.cl-mcont { margin-top: 11px; height: 34px; border-radius: 11px; background: #CCFF00; display: flex; align-items: center; justify-content: center; font-family: 'DM Sans', sans-serif; font-weight: 800; font-size: 12px; color: #0e0e0e; }
.cl-mopt { display: flex; align-items: center; gap: 9px; padding: 11px; border-radius: 12px; background: #171717; border: 1px solid rgba(248,248,248,0.08); font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 600; color: #f8f8f8; }
.cl-mopt.ok { background: rgba(204,255,0,0.1); border-color: #CCFF00; color: #CCFF00; }
.cl-mrow { display: flex; align-items: center; gap: 9px; padding: 9px 11px; border-radius: 11px; background: #171717; border: 1px solid rgba(248,248,248,0.06); }
.cl-mrow.me { background: rgba(204,255,0,0.08); border-color: rgba(204,255,0,0.4); }
.cl-mrow .r { width: 16px; font-family: 'Cabinet Grotesk', system-ui, sans-serif; font-size: 11px; font-weight: 600; color: rgba(248,248,248,0.5); }
.cl-mrow.zone .r, .cl-mrow.me .r, .cl-mrow.zone .x, .cl-mrow.me .x { color: #CCFF00; }
.cl-mrow .a { width: 26px; height: 26px; border-radius: 8px; background: #262626; }
.cl-mrow.me .a { background: rgba(204,255,0,0.14); }
.cl-mrow .n { flex: 1; font-family: 'Cabinet Grotesk', system-ui, sans-serif; font-size: 12px; color: #f8f8f8; }
.cl-mrow .x { font-family: 'Cabinet Grotesk', system-ui, sans-serif; font-size: 12px; font-weight: 600; color: rgba(248,248,248,0.6); }
.cl-mzlabel { font-size: 8px; font-weight: 700; letter-spacing: 0.1em; }
.cl-mzlabel.p { color: rgba(204,255,0,0.9); }
.cl-mzlabel.h { color: rgba(248,248,248,0.4); margin-top: 2px; }

/* ── Desktop (≥920px) ── */
@media (min-width: 920px) {
  .cl-nav { justify-content: space-between; padding-left: 44px; padding-right: 44px; }
  .cl-nav-cta { display: inline-flex; }
  .cl-hero { padding: 80px 56px 120px; }
  .cl-hero-copy { max-width: 820px; }
  .cl-h1 { font-size: clamp(72px, 8vw, 120px); }
  .cl-cta { width: auto; padding-left: 56px; padding-right: 56px; }
  .cl-cta-2 { width: auto; padding-left: 56px; padding-right: 56px; }
  .cl-cta-row { flex-direction: row; justify-content: center; align-items: stretch; }
  .cl-hero-device { display: none; }
  .cl-idea { padding: 170px 56px; }
  .cl-beats { flex-direction: row; gap: 34px; max-width: 1260px; margin: 0 auto; align-items: stretch; }
  .cl-beat, .cl-beat:nth-child(even) { flex-direction: column; max-width: none; margin: 0; flex: 1 1 0; gap: 32px; justify-content: flex-start; }
  .cl-beat-h { font-size: clamp(30px, 3.4vw, 44px); }
  .cl-beat-device { order: -1; }
  .cl-cult-grid { grid-template-columns: repeat(4, 1fr); max-width: 1080px; gap: 18px; margin-inline: auto; }
  .cl-habit { padding: 140px 56px; }
  .cl-habit-inner { flex-direction: row; max-width: 1080px; align-items: center; gap: 72px; }
  .cl-habit-copy { text-align: left; flex: 1 1 0; align-items: flex-start; }
  .cl-habit-h { font-size: clamp(44px, 4.4vw, 64px); }
  .cl-habit-p { align-self: flex-start; }
  .cl-habit-visual { flex: 0 0 420px; }
  .cl-close { padding: 190px 56px 200px; }
  .cl-close-h { font-size: clamp(96px, 11vw, 168px); }
  .cl-close-cta { width: auto; padding-left: 64px; padding-right: 64px; }
  .cl-footer { flex-direction: row; justify-content: space-between; align-items: center; padding-left: 56px; padding-right: 56px; text-align: left; }
  .cl-footer-meta { order: 3; }
  .cl-sticky { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .cl-phone, .cl-reveal { animation: none !important; }
  .cl-reveal { opacity: 1; transform: none; }
}

/* ============================================================
   ABOUT — light editorial manifesto. Deliberately the inverse
   of the dark landing above: beige canvas, Fraunces-led type,
   one narrow column, lots of whitespace. Lime only on the CTA.
   Loaded by about.html.
   ============================================================ */
.ab-page { min-height: 100vh; background: #E6D7C0; color: #0e0e0e; font-family: 'Fraunces', Georgia, serif; display: flex; flex-direction: column; align-items: center; padding: 30px 26px 0; }

/* scroll reveal — degrades to visible (JS adds .in; fallback keyframe) */
.ab-rise { opacity: 0; transform: translateY(18px); transition: opacity 1100ms cubic-bezier(.16,.8,.3,1), transform 1100ms cubic-bezier(.16,.8,.3,1); animation: abRiseFallback .8s ease 1s forwards; }
.ab-rise.in { opacity: 1; transform: none; animation: none; }
@keyframes abRiseFallback { to { opacity: 1; transform: none; } }

/* wordmark */
.ab-mark { width: 100%; max-width: 640px; padding: 8px 0 0; }
.ab-mark a { font-family: 'Fraunces', Georgia, serif; font-size: 21px; font-weight: 500; letter-spacing: -0.01em; color: #0e0e0e; text-decoration: none; }

/* manifesto column */
.ab-col { flex: 1; width: 100%; max-width: 640px; display: flex; flex-direction: column; justify-content: center; padding: 86px 0 64px; }
.ab-body { font-size: 25px; line-height: 1.62; letter-spacing: -0.012em; color: #0e0e0e; font-weight: 400; }
.ab-body p { margin: 0 0 1.5em; }
.ab-body p:last-child { margin-bottom: 0; }
.ab-mark-lime { box-shadow: inset 0 -0.5em 0 rgba(204,255,0,0.55); }
.ab-sign { margin: 2.4em 0 0 !important; font-style: italic; font-size: 0.72em; color: rgba(14,14,14,0.55); }

/* quiet CTA — the only lime on the page */
.ab-cta-wrap { width: 100%; max-width: 640px; display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 40px 0 56px; }
.ab-cta { font-family: 'DM Sans', system-ui, sans-serif; font-weight: 700; font-size: 15px; letter-spacing: 0.01em; color: #0e0e0e; text-decoration: none; border-bottom: 2px solid #CCFF00; padding-bottom: 3px; transition: opacity 120ms ease; }
.ab-cta:hover { opacity: 0.7; }
.ab-cta-note { font-family: 'DM Sans', system-ui, sans-serif; font-size: 12px; color: rgba(14,14,14,0.4); }

/* slim footer */
.ab-footer { width: 100%; max-width: 640px; display: flex; justify-content: center; gap: 22px; flex-wrap: wrap; padding: 0 0 48px; }
.ab-footer a { font-family: 'DM Sans', system-ui, sans-serif; font-size: 12px; color: rgba(14,14,14,0.45); text-decoration: none; transition: color 120ms ease; }
.ab-footer a:hover { color: #0e0e0e; }

@media (min-width: 900px) {
  .ab-page { padding-left: 72px; padding-right: 72px; }
  .ab-col { max-width: 720px; }
  .ab-body { font-size: 31px; line-height: 1.55; }
  .ab-mark, .ab-cta-wrap, .ab-footer { max-width: 720px; }
}

@media (prefers-reduced-motion: reduce) {
  .ab-rise { opacity: 1; transform: none; animation: none; }
  .ab-cta { transition: none; }
}
