html,
body {
  margin: 0;
}

/* Self-hosted fonts — no external requests */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/dm-sans-300.woff2") format("woff2");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/dm-sans-400.woff2") format("woff2");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/dm-sans-500.woff2") format("woff2");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/dm-sans-600.woff2") format("woff2");
}
@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/dm-mono-400.woff2") format("woff2");
}
@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/dm-mono-500.woff2") format("woff2");
}
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/newsreader-400.woff2") format("woff2");
}
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/newsreader-500.woff2") format("woff2");
}

:root {
  /* surfaces */
  --bg: oklch(97.2% 0.005 240);
  --surface: oklch(100% 0 0);
  --surface-sunk: oklch(98.6% 0.004 240);
  --border: oklch(91% 0.008 240);
  --border-strong: oklch(85% 0.01 240);

  /* ink */
  --text: oklch(22% 0.02 250);
  --text-muted: oklch(50% 0.015 250);
  --text-faint: oklch(64% 0.012 250);

  /* primary action — deep ink */
  --ink: oklch(26% 0.03 255);
  --ink-hover: oklch(20% 0.03 255);

  /* green — available / published / success */
  --green: oklch(45% 0.11 162);
  --green-bg: oklch(96% 0.035 162);
  --green-border: oklch(83% 0.08 162);

  /* amber — draft / paused / attention */
  --amber: oklch(52% 0.11 75);
  --amber-bg: oklch(96.5% 0.045 82);
  --amber-border: oklch(82% 0.09 75);

  /* red — danger zone */
  --red: oklch(52% 0.16 22);
  --red-bg: oklch(96% 0.04 22);
  --red-border: oklch(84% 0.09 22);

  /* slate — full / neutral status */
  --slate: oklch(48% 0.03 255);
  --slate-bg: oklch(95% 0.012 255);
  --slate-border: oklch(86% 0.015 255);

  --avatar: oklch(58% 0.08 255);

  --radius: 12px;
  --radius-sm: 8px;
  --shadow: 0 1px 2px oklch(40% 0.03 255 / 0.05), 0 6px 20px oklch(40% 0.03 255 / 0.05);
  --shadow-sm: 0 1px 2px oklch(40% 0.03 255 / 0.06);

  --font: "DM Sans", system-ui, sans-serif;
  --mono: "DM Mono", ui-monospace, monospace;
  --serif: "Newsreader", Georgia, serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.ds {
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  fill: currentColor;
  vertical-align: middle;
}
.icon svg,
svg.icon {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

/* ============================================================
   Cairncircle — Root Landing · marketing surface styles
   Layers on the ETHICS Mentoring DS tokens (profile-ds.css).
   "Stone & trail": warm neutrals + green guide accent + serif heads.
   Scope everything under .land so it never bleeds into the app DS.
   ============================================================ */

.land {
  /* warm-neutral override of the cool app palette ------------- */
  --paper: oklch(96.4% 0.008 78); /* sand-white page    */
  --surface: oklch(99.2% 0.004 78); /* cards              */
  --sand: oklch(93.8% 0.012 76); /* tonal section band */
  --sand-deep: oklch(90.5% 0.016 74); /* stepper / inset    */
  --border: oklch(88.5% 0.013 72);
  --border-soft: oklch(92% 0.01 74);
  --hair: oklch(84% 0.016 70);

  --ink: oklch(25% 0.012 62); /* warm near-black    */
  --text: oklch(27% 0.012 62);
  --muted: oklch(47% 0.013 62);
  --faint: oklch(60% 0.012 64);

  /* the single accent — "the path / the guide" */
  --trail: oklch(45% 0.11 162);
  --trail-deep: oklch(38% 0.1 162);
  --trail-tint: oklch(95.5% 0.035 162);
  --trail-line: oklch(82% 0.075 162);

  /* deep stone for reversed sections (Direction C, footers) */
  --stone: oklch(26% 0.018 145);
  --stone-2: oklch(22% 0.018 150);
  --stone-line: oklch(36% 0.02 150);
  --on-stone: oklch(95% 0.012 80);
  --on-stone-mut: oklch(74% 0.015 90);

  --lserif: "Newsreader", Georgia, serif;
  --lsans: "DM Sans", system-ui, sans-serif;
  --lmono: "DM Mono", ui-monospace, monospace;

  background: var(--paper);
  color: var(--text);
  font-family: var(--lsans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
}

.land *,
.land *::before,
.land *::after {
  box-sizing: border-box;
}

/* ---------- shared rhythm ---------- */
.land .wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 64px;
}
.land .wrap-narrow {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 64px;
}
.land section {
  position: relative;
}

.land .eyebrow {
  font-family: var(--lmono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--trail-deep);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.land .eyebrow.faint {
  color: var(--faint);
}
.land .eyebrow .ln {
  width: 22px;
  height: 1px;
  background: var(--trail-line);
}

.land h1,
.land h2,
.land h3 {
  font-family: var(--lserif);
  font-weight: 500;
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.02em;
}
.land h1 {
  font-size: 60px;
  line-height: 1.04;
}
.land h2 {
  font-size: 40px;
  line-height: 1.1;
}
.land h3 {
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.land p {
  margin: 0;
}
.land .lead {
  font-size: 19px;
  line-height: 1.62;
  color: var(--muted);
}
.land .lead strong {
  color: var(--text);
  font-weight: 600;
}

/* ---------- buttons ---------- */
.land .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--lsans);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.005em;
  padding: 13px 22px;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid transparent;
  transition:
    background 0.14s,
    border-color 0.14s,
    color 0.14s,
    transform 0.14s;
  white-space: nowrap;
  text-decoration: none;
}
.land .btn .icon {
  width: 17px;
  height: 17px;
}
.land .btn-accent {
  background: var(--trail);
  color: #fff;
  box-shadow: 0 1px 2px oklch(40% 0.06 162 / 0.25);
}
.land .btn-accent:hover {
  background: var(--trail-deep);
  transform: translateY(-1px);
}
.land .btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--hair);
}
.land .btn-ghost:hover {
  background: var(--surface);
  border-color: var(--ink);
}
.land .btn-line {
  background: transparent;
  color: var(--ink);
  border: none;
  padding: 13px 6px;
}
.land .btn-line .arr {
  transition: transform 0.16s;
}
.land .btn-line:hover .arr {
  transform: translateX(4px);
}
.land .btn-onstone {
  background: var(--on-stone);
  color: var(--stone-2);
}
.land .btn-onstone:hover {
  background: #fff;
  transform: translateY(-1px);
}
.land .btn-stone-ghost {
  background: transparent;
  color: var(--on-stone);
  border-color: var(--stone-line);
}
.land .btn-stone-ghost:hover {
  background: oklch(32% 0.018 148);
}
.land .btn-lg {
  padding: 16px 28px;
  font-size: 16px;
}

/* ============================================================
   STICKY HEADER
   ============================================================ */
.land .lhead {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  height: 66px;
  background: oklch(96.4% 0.008 78 / 0.82);
  backdrop-filter: saturate(1.1) blur(10px);
  -webkit-backdrop-filter: saturate(1.1) blur(10px);
  border-bottom: 1px solid var(--border-soft);
}
.land .lhead.on-stone {
  background: oklch(26% 0.018 145);
  border-bottom-color: var(--stone-line);
}
.land .lbrand {
  display: flex;
  align-items: center;
  gap: 11px;
}
.land .lbrand .name {
  font-family: var(--lserif);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.land .lhead.on-stone .lbrand .name {
  color: var(--on-stone);
}
.land .lnav {
  display: flex;
  align-items: center;
  gap: 34px;
}
.land .lnav a {
  font-size: 14.5px;
  color: var(--muted);
  text-decoration: none;
  cursor: pointer;
}
.land .lnav a:hover {
  color: var(--ink);
}
.land .lhead.on-stone .lnav a {
  color: var(--on-stone-mut);
}
.land .lhead.on-stone .lnav a:hover {
  color: var(--on-stone);
}
.land .lhead-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* ============================================================
   CAIRN MARK + CONCENTRIC MOTIF
   ============================================================ */
.land .cairn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.land .cairn span {
  display: block;
  background: currentColor;
  border-radius: 50%;
}

.land .concentric {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.land .concentric .ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid var(--trail-line);
}

/* faint motif watermark behind a section */
.land .motif-bg {
  position: absolute;
  pointer-events: none;
}
.land .motif-bg .ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid var(--trail-line);
  opacity: 0.5;
}

/* ============================================================
   HERO
   ============================================================ */
.land .hero {
  padding: 92px 0 84px;
}
.land .hero h1 {
  margin: 22px 0 0;
  max-width: 14ch;
}
.land .hero .lead {
  margin: 26px 0 0;
  max-width: 56ch;
}
.land .hero-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.land .trust {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
  font-size: 13.5px;
  color: var(--faint);
}
.land .trust .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--faint);
}
.land .trust b {
  color: var(--muted);
  font-weight: 600;
}

/* glass product glimpse frame */
.land .glass {
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  background: var(--surface);
  box-shadow:
    0 2px 4px oklch(40% 0.02 70 / 0.04),
    0 24px 60px oklch(35% 0.03 70 / 0.1);
}
.land .glass-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 11px 14px;
  border-bottom: 1px solid var(--border-soft);
  background: var(--sand);
}
.land .glass-bar .tl {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--hair);
}
.land .glass-bar .addr {
  margin-left: 8px;
  font-family: var(--lmono);
  font-size: 11px;
  color: var(--faint);
  letter-spacing: 0.02em;
}

/* mini product mock pieces (reused in glimpses) */
.land .mini-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 11px;
  padding: 15px;
  box-shadow: var(--shadow-sm, 0 1px 2px rgba(0, 0, 0, 0.04));
}
.land .mini-av {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--avatar, oklch(58% 0.08 255));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
}
.land .mini-av.round {
  border-radius: 50%;
}
.land .avail-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
}
.land .avail-dot.go {
  background: var(--trail);
}
.land .avail-dot.wait {
  background: oklch(52% 0.11 75);
}
.land .mini-label {
  font-family: var(--lmono);
  font-size: 9.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--faint);
}
.land .mini-tag {
  font-size: 11px;
  color: var(--muted);
  background: var(--sand);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 3px 9px;
}

/* ============================================================
   IMAGE PLACEHOLDER (striped, mono caption)
   ============================================================ */
.land .imgph {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background-color: var(--sand);
  background-image: repeating-linear-gradient(135deg, transparent 0 11px, oklch(86% 0.014 74 / 0.7) 11px 12px);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
}
.land .imgph .cap {
  font-family: var(--lmono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  background: oklch(96.4% 0.008 78 / 0.8);
  padding: 6px 11px;
  border-radius: 6px;
}
.land .imgph.on-stone {
  background-color: var(--stone-2);
  background-image: repeating-linear-gradient(135deg, transparent 0 11px, oklch(32% 0.02 150) 11px 12px);
  border-color: var(--stone-line);
}
.land .imgph.on-stone .cap {
  color: var(--on-stone-mut);
  background: oklch(24% 0.018 150 / 0.85);
}

/* ============================================================
   PROBLEM / STATUS QUO
   ============================================================ */
.land .problem-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 34px;
}
.land .prob {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 22px 0;
  border-top: 1px solid var(--border);
}
.land .prob:last-child {
  border-bottom: 1px solid var(--border);
}
.land .prob .strike {
  color: var(--faint);
  flex-shrink: 0;
  width: 30px;
  padding-top: 2px;
}
.land .prob .strike .icon {
  width: 20px;
  height: 20px;
}
.land .prob .ptxt h3 {
  font-size: 17px;
}
.land .prob .ptxt p {
  font-size: 15px;
  color: var(--muted);
  margin-top: 5px;
  line-height: 1.55;
}

/* ============================================================
   HOW IT WORKS — stepper (centerpiece)
   ============================================================ */
.land .steps {
  margin-top: 48px;
}
/* vertical (Direction A) */
.land .steps-v {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}
.land .step-v {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 26px;
  padding: 0 0 40px;
  position: relative;
}
.land .step-v:last-child {
  padding-bottom: 0;
}
.land .step-v .rail {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.land .step-v .rail .line {
  width: 1px;
  flex: 1;
  background: var(--trail-line);
  margin-top: 6px;
}
.land .step-v:last-child .rail .line {
  display: none;
}
.land .step-num {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--lserif);
  font-size: 21px;
  color: var(--trail-deep);
  background: var(--trail-tint);
  border: 1px solid var(--trail-line);
}
.land .step-v .sbody {
  padding-top: 9px;
}
.land .step-v h3 {
  font-size: 20px;
}
.land .step-v p {
  font-size: 15.5px;
  color: var(--muted);
  margin-top: 8px;
  line-height: 1.6;
  max-width: 52ch;
}
.land .step-meta {
  font-family: var(--lmono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--trail-deep);
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* horizontal (Direction C) */
.land .steps-h {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
}
.land .step-h {
  background: var(--surface);
  padding: 28px 24px 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.land .step-h .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.land .step-h .n {
  font-family: var(--lmono);
  font-size: 12px;
  color: var(--faint);
  letter-spacing: 0.08em;
}
.land .step-h h3 {
  font-size: 19px;
}
.land .step-h p {
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.55;
}

/* ============================================================
   WHAT YOU GET — capability cards
   ============================================================ */
.land .cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 44px;
}
.land .cap-grid.two {
  grid-template-columns: repeat(2, 1fr);
}
.land .capcard {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 26px 24px 28px;
  display: flex;
  flex-direction: column;
}
.land .capcard .cap-ic {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--trail-tint);
  color: var(--trail-deep);
  border: 1px solid var(--trail-line);
  margin-bottom: 18px;
}
.land .capcard .cap-ic .icon {
  width: 21px;
  height: 21px;
}
.land .capcard h3 {
  font-size: 18px;
}
.land .capcard p {
  font-size: 14.5px;
  color: var(--muted);
  margin-top: 9px;
  line-height: 1.58;
}

/* compliance thin band */
.land .compband {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 18px;
  padding: 20px 26px;
  border-radius: 12px;
  background: var(--sand);
  border: 1px solid var(--border);
}
.land .compband .ci {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: var(--muted);
}
.land .compband .ci .icon {
  width: 17px;
  height: 17px;
  color: var(--trail-deep);
}
.land .compband .ci b {
  color: var(--text);
  font-weight: 600;
}

/* ============================================================
   TONAL / STONE SECTION BANDS
   ============================================================ */
.land .band-sand {
  background: var(--sand);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.land .band-stone {
  background: var(--stone);
  color: var(--on-stone);
}
.land #start {
  overflow: hidden;
}
.land .band-stone h1,
.land .band-stone h2,
.land .band-stone h3 {
  color: var(--on-stone);
}
.land .band-stone .lead {
  color: var(--on-stone-mut);
}
.land .band-stone .lead strong {
  color: var(--on-stone);
}
.land .band-stone .eyebrow {
  color: oklch(72% 0.09 162);
}
.land .band-stone .eyebrow .ln {
  background: var(--stone-line);
}

/* ============================================================
   WHY CAIRNCIRCLE — comparison
   ============================================================ */
.land .vs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 40px;
}
.land .vs-col {
  border-radius: 14px;
  padding: 28px 26px;
}
.land .vs-col.them {
  background: transparent;
  border: 1px solid var(--border);
}
.land .vs-col.us {
  background: var(--trail-tint);
  border: 1px solid var(--trail-line);
}
.land .vs-col .vh {
  font-family: var(--lmono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.land .vs-col.them .vh {
  color: var(--faint);
}
.land .vs-col.us .vh {
  color: var(--trail-deep);
}
.land .vs-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 11px 0;
  font-size: 15px;
  line-height: 1.5;
}
.land .vs-row .icon {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  margin-top: 2px;
}
.land .vs-col.them .vs-row {
  color: var(--muted);
}
.land .vs-col.them .vs-row .icon {
  color: var(--faint);
}
.land .vs-col.us .vs-row {
  color: var(--text);
}
.land .vs-col.us .vs-row .icon {
  color: var(--trail);
}
.land .vs-row + .vs-row {
  border-top: 1px solid oklch(86% 0.02 100 / 0.6);
}
.land .vs-col.us .vs-row + .vs-row {
  border-top-color: oklch(86% 0.05 162 / 0.5);
}

/* honest note */
.land .honest {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-top: 22px;
  padding: 18px 22px;
  border-radius: 12px;
  border: 1px dashed var(--hair);
  background: var(--surface);
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.6;
}
.land .honest .icon {
  width: 19px;
  height: 19px;
  color: var(--trail-deep);
  flex-shrink: 0;
  margin-top: 1px;
}
.land .honest b {
  color: var(--text);
  font-weight: 600;
}

/* ============================================================
   ROI / STRATEGIC CASE
   ============================================================ */
.land .roi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 44px;
}
.land .roi {
  padding: 4px 4px 0;
}
.land .roi .rnum {
  font-family: var(--lserif);
  font-size: 44px;
  font-weight: 500;
  color: var(--trail);
  letter-spacing: -0.02em;
  line-height: 1;
}
.land .band-stone .roi .rnum {
  color: oklch(72% 0.11 162);
}
.land .roi h3 {
  font-size: 17px;
  margin-top: 14px;
}
.land .roi p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 8px;
  line-height: 1.55;
}
.land .band-stone .roi p {
  color: var(--on-stone-mut);
}

/* ============================================================
   PROOF
   ============================================================ */
.land .proof {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}
.land .proof .quote {
  font-family: var(--lserif);
  font-size: 27px;
  line-height: 1.4;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.land .band-stone .proof .quote {
  color: var(--on-stone);
}
.land .proof .attr {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 26px;
}
.land .proof .attr .who {
  font-size: 14px;
}
.land .proof .attr .who b {
  display: block;
  color: var(--text);
  font-weight: 600;
}
.land .band-stone .proof .attr .who b {
  color: var(--on-stone);
}
.land .proof .attr .who span {
  color: var(--muted);
}
.land .band-stone .proof .attr .who span {
  color: var(--on-stone-mut);
}
.land .founding {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 6px 13px;
  border-radius: 100px;
  background: var(--trail-tint);
  border: 1px solid var(--trail-line);
  font-family: var(--lmono);
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--trail-deep);
}

/* ============================================================
   FAQ
   ============================================================ */
.land .faq {
  margin-top: 44px;
}
.land .faq-item {
  border-top: 1px solid var(--border);
  padding: 24px 0;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
}
.land .faq-item:last-child {
  border-bottom: 1px solid var(--border);
}
.land .faq-item .q {
  font-family: var(--lserif);
  font-size: 20px;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1.3;
}
.land .faq-item .a {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.62;
}
.land .faq-item .a b {
  color: var(--text);
  font-weight: 600;
}

/* stacked FAQ variant (Direction B) */
.land .faq-stack .faq-item {
  grid-template-columns: 1fr;
  gap: 12px;
}

/* ============================================================
   FINAL CTA BAND
   ============================================================ */
.land .finalcta {
  text-align: center;
  padding: 96px 0;
}
.land .finalcta h2 {
  font-size: 46px;
  max-width: 18ch;
  margin: 22px auto 0;
}
.land .finalcta .lead {
  margin: 22px auto 0;
  max-width: 50ch;
}
.land .finalcta .hero-cta {
  justify-content: center;
  margin-top: 38px;
}
.land .finalcta .fineprint {
  margin-top: 22px;
  font-size: 13px;
  color: var(--faint);
}
.land .band-stone .finalcta .fineprint {
  color: var(--on-stone-mut);
}

/* ============================================================
   FOOTER
   ============================================================ */
.land .lfoot {
  background: var(--stone-2);
  color: var(--on-stone-mut);
  padding: 56px 0 40px;
}
.land .lfoot .frow {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.land .lfoot .name {
  font-family: var(--lserif);
  font-size: 22px;
  color: var(--on-stone);
  font-weight: 500;
}
.land .lfoot .tag {
  font-size: 14px;
  max-width: 30ch;
  margin-top: 12px;
  line-height: 1.55;
}
.land .lfoot .fcols {
  display: flex;
  gap: 64px;
  flex-wrap: wrap;
}
.land .lfoot .fcol h4 {
  font-family: var(--lmono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: oklch(66% 0.015 90);
  font-weight: 500;
  margin: 0 0 14px;
}
.land .lfoot .fcol a {
  display: block;
  font-size: 14px;
  color: var(--on-stone-mut);
  text-decoration: none;
  margin-bottom: 10px;
}
.land .lfoot .fcol a:hover {
  color: var(--on-stone);
}
.land .lfoot .fbot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 48px;
  padding-top: 26px;
  border-top: 1px solid var(--stone-line);
}
.land .lfoot .fbot .cp {
  font-size: 12.5px;
  color: oklch(58% 0.015 90);
}
.land .lfoot .fbot .handle {
  font-family: var(--lmono);
  font-size: 11.5px;
  letter-spacing: 0.05em;
  color: oklch(58% 0.015 90);
}

/* section heading block */
.land .shead {
  max-width: 60ch;
}
.land .shead.center {
  margin: 0 auto;
  text-align: center;
}
.land .shead h2 {
  margin-top: 16px;
}
.land .shead .lead {
  margin-top: 18px;
}
.land .shead.center .eyebrow {
  justify-content: center;
}

.land .problem-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 56px;
  margin-top: 28px;
}
.land .how-glimpses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 28px;
  align-items: center;
}

/* ---------- Tablet ---------- */
@media (max-width: 1080px) {
  .land .wrap,
  .land .wrap-narrow {
    padding-left: 32px;
    padding-right: 32px;
  }
  .land .steps-h {
    grid-template-columns: repeat(2, 1fr);
  }
  .land .roi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .land .cap-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .land .faq-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .land .how-glimpses {
    grid-template-columns: 1fr;
  }
}
/* ---------- Mobile ---------- */
@media (max-width: 640px) {
  .land .wrap,
  .land .wrap-narrow {
    padding-left: 22px;
    padding-right: 22px;
  }
  /* Hero wrap has inline padding:96px 64px 84px — override side AND top/bottom with !important */
  .land #top .wrap {
    padding-left: 22px !important;
    padding-right: 22px !important;
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .land .lnav {
    display: none;
  }
  .land .lhead {
    padding: 0 20px;
  }
  .land .steps-h {
    grid-template-columns: 1fr;
  }
  .land .roi-grid {
    grid-template-columns: 1fr;
  }
  .land .cap-grid {
    grid-template-columns: 1fr;
  }
  .land .problem-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .land .vs {
    grid-template-columns: 1fr;
  }
  .land section {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .land h1 {
    font-size: 38px !important;
  }
  .land .finalcta h2 {
    font-size: 32px !important;
  }
  .land .shead h2,
  .land h2 {
    font-size: 28px !important;
  }
  .land .compband {
    gap: 14px;
  }
}

.land .attr .who b {
  display: block;
}
