/* variants.css — styles for the homepage directions.
   Each variant is prefixed:
     .wn-   Working Notes (C, the minimal reference)
     .sg-   Sage          (D, centered integraal-style, italic + coral)
     .at-   Atelier       (E, quiet warm editorial, split hero)
   Shared utilities prefixed with .v-.
   Tokens come from colors_and_type.css.
   ==================================================================== */

/* ============= SHARED ============================================== */

/* Accent override — lets the canvas Tweaks panel retint the "teal" interactive
   colour for visual comparison without rewriting components. */
.v-root[data-accent="terracotta"] {
  --teal-50:  #FBEEE6;
  --teal-100: #F6DDD0;
  --teal-300: #EFB7A0;
  --teal-500: #DB7A57;
  --teal-600: #C0653B;
  --teal-700: #A8542F;
  --teal-800: #8A3F1F;
  --teal-900: #6B2E14;
  --focus-ring: var(--teal-600);
  --shadow-focus: 0 0 0 3px rgba(192, 101, 59, 0.22);
}
.v-root[data-accent="ink"] {
  --teal-50:  #F2EFE9;
  --teal-100: #ECE8E1;
  --teal-300: #A6A6A6;
  --teal-500: #5C5C5C;
  --teal-600: #2D2D2D;
  --teal-700: #1A1A1A;
  --teal-800: #000000;
  --teal-900: #000000;
  --focus-ring: var(--teal-600);
  --shadow-focus: 0 0 0 3px rgba(26, 26, 26, 0.18);
}

.v-root { background: var(--surface-page); color: var(--ink-900); }

/* Density */
.v-root[data-density="compact"] { --v-section: 56px; --v-stack: 18px; }
.v-root[data-density="airy"]    { --v-section: 112px; --v-stack: 32px; }
.v-root { --v-section: 80px; --v-stack: 24px; }

/* Photography toggle */
.v-root[data-photography="off"] .v-photo { display: none !important; }

/* Soft warm image placeholder */
.v-photo {
  background:
    radial-gradient(ellipse at 30% 35%, rgba(0, 140, 153, 0.10), transparent 60%),
    radial-gradient(ellipse at 70% 65%, rgba(219, 122, 87, 0.14), transparent 55%),
    var(--surface-sunken);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-md);
  position: relative; overflow: hidden;
  display: flex; align-items: flex-end;
}
.v-photo-label {
  font-size: 11px;
  color: var(--ink-400);
  padding: 12px 14px;
  letter-spacing: 0.04em;
  font-weight: 500;
}

/* Universal eyebrow */
.v-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-700);
}

/* Shared button reset; each variant restyles. */
.v-btn {
  font-family: var(--font-sans);
  font-weight: 600;
  border-radius: var(--radius-md);
  cursor: pointer;
  border: 1px solid transparent;
  transition: background var(--dur-base) var(--ease-standard),
              color var(--dur-base) var(--ease-standard),
              border-color var(--dur-base) var(--ease-standard);
  display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none; white-space: nowrap;
}
.v-btn:focus-visible { outline: none; box-shadow: var(--shadow-focus); }


/* ============= D · SAGE ============================================ */
/* Centered, integraal-inspired. The point is almost-empty: a hello, a one-line
   description, a coral flourish, three short offerings, a quiet contact note. */

.sg-page { background: var(--surface-page); }

.sg-header {
  max-width: 1080px;
  margin: 0 auto;
  padding: 28px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sg-logo {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 15px; font-weight: 600; color: var(--ink-900);
  text-decoration: none; letter-spacing: -0.005em;
}
.sg-nav {
  display: flex; gap: 28px;
  font-size: 13px; font-weight: 500;
}
.sg-nav a {
  color: var(--ink-700); text-decoration: none;
  position: relative; padding-bottom: 2px;
}
.sg-nav a:hover { color: var(--teal-700); }

.sg-hero {
  max-width: 760px;
  margin: 0 auto;
  padding: 96px 40px 80px;
  text-align: center;
  position: relative;
}
.sg-hero-portrait {
  width: 96px; height: 96px;
  border-radius: 50%;
  margin: 0 auto 40px;
  overflow: hidden;
  border: 1px solid var(--ink-200);
}
.sg-hero-portrait .v-photo {
  width: 100%; height: 100%;
  border-radius: 50%;
  border: none;
}
.sg-hello {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-optical-sizing: auto;
  font-size: 28px;
  color: var(--coral-700);
  margin-bottom: 18px;
  letter-spacing: -0.005em;
}
.sg-hero h1 {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 52px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  max-width: 18ch;
  margin: 0 auto 28px;
  color: var(--ink-900);
  text-wrap: balance;
}
.sg-hero h1 em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-optical-sizing: auto;
  color: var(--coral-700);
  margin: 0 0.04em;
  letter-spacing: -0.01em;
}
.sg-hero-lead {
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink-500);
  max-width: 50ch;
  margin: 0 auto 36px;
  text-wrap: pretty;
}
.sg-hero-byline {
  font-size: 13px;
  color: var(--ink-500);
  letter-spacing: 0.04em;
  margin-bottom: 32px;
}
.sg-hero-byline .deco-pulse { vertical-align: 0.1em; }
.sg-hero-actions {
  display: inline-flex; gap: 12px;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.sg-btn-primary {
  background: var(--ink-900);
  color: #fff;
  padding: 13px 22px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: var(--radius-pill);
}
.sg-btn-primary:hover { background: var(--coral-700); color: #fff; }
.sg-btn-quiet {
  background: transparent;
  color: var(--ink-700);
  padding: 13px 18px;
  font-size: 14px;
  font-weight: 500;
  border-radius: var(--radius-pill);
  border: 1px solid var(--ink-200);
}
.sg-btn-quiet:hover { color: var(--ink-900); border-color: var(--ink-400); background: var(--surface-card); }

/* The flourish divider between hero and the rest */
.sg-flourish {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0 56px;
}
.sg-flourish .deco-flourish {
  width: 100px;
  height: 28px;
}

.sg-section {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 40px;
}
.sg-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--ink-200);
}
.sg-section-label {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 22px;
  color: var(--ink-900);
  letter-spacing: -0.005em;
}
.sg-section-meta {
  font-size: 11px;
  color: var(--ink-400);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sg-offerings {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sg-offer {
  padding: 22px 0;
  border-bottom: 1px solid var(--ink-100);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: baseline;
}
.sg-offer:last-child { border-bottom: none; }
.sg-offer-kind {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal-700);
  margin-bottom: 4px;
}
.sg-offer h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  margin: 0 0 8px;
  letter-spacing: -0.005em;
  color: var(--ink-900);
}
.sg-offer-blurb {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-500);
  margin: 0 0 8px;
  max-width: 56ch;
}
.sg-offer-meta {
  font-size: 12.5px;
  color: var(--ink-500);
  margin: 0;
}
.sg-offer-meta strong { color: var(--ink-700); font-weight: 600; }
.sg-offer-status {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal-700);
  text-align: right;
  white-space: nowrap;
}
.sg-offer-status[data-s="live"]      { color: var(--success-700); }
.sg-offer-status[data-s="available"] { color: var(--ink-500); }
.sg-offer-status[data-s="filling"]   { color: var(--warning-700); }

/* Quote, italic + warm */
.sg-quote {
  max-width: 600px;
  margin: 0 auto;
  padding: 56px 40px;
  text-align: center;
}
.sg-quote-body {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: -0.005em;
  color: var(--ink-900);
  margin: 0 0 20px;
  text-wrap: balance;
}
.sg-quote-attrib {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-500);
  font-weight: 600;
}
.sg-quote-attrib strong { color: var(--ink-900); }

/* Contact prompt */
.sg-contact {
  max-width: 600px;
  margin: 32px auto 0;
  padding: 48px 40px;
  text-align: center;
}
.sg-contact-line {
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-700);
  margin: 0 0 24px;
}
.sg-contact-line em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  color: var(--coral-700);
}
.sg-contact-links {
  display: inline-flex;
  gap: 24px;
  font-size: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.sg-contact-links a {
  color: var(--ink-900);
  text-decoration: none;
  border-bottom: 1px solid var(--coral-500);
  padding-bottom: 2px;
}
.sg-contact-links a:hover { color: var(--coral-700); }

.sg-footer {
  max-width: 760px;
  margin: 64px auto 0;
  padding: 28px 40px 56px;
  border-top: 1px solid var(--ink-200);
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--ink-400);
  letter-spacing: 0.04em;
  flex-wrap: wrap;
  gap: 12px;
}
.sg-footer a { color: var(--ink-500); text-decoration: none; }
.sg-footer a:hover { color: var(--ink-900); }


/* ============= E · ATELIER ========================================= */
/* Warmer editorial. Quiet split hero (text + portrait), a single calm row
   of offerings, an italic pull-quote, a small dated writing list, a contact
   strip in dusk. Still feminine and personal, slightly more "site" than D. */

.at-page { background: var(--surface-page); }

.at-header-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 248, 245, 0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--ink-100);
}
.at-header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 48px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.at-logo {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 16px; font-weight: 600; color: var(--ink-900);
  text-decoration: none;
}
.at-nav {
  display: flex; gap: 28px; margin-right: auto; margin-left: 12px;
  font-size: 13px; font-weight: 500;
}
.at-nav a { color: var(--ink-700); text-decoration: none; }
.at-nav a:hover { color: var(--teal-700); }
.at-nav a.is-active { color: var(--teal-700); }
.at-header-cta {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-900);
  text-decoration: none;
  border-bottom: 1px solid var(--teal-600);
  padding-bottom: 2px;
}
.at-header-cta:hover { color: var(--teal-700); }

.at-hero {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 48px 96px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 72px;
  align-items: center;
}

/* Hero band — a full-bleed dusk surface that hosts the inner .at-hero grid.
   When data-theme="dusk" is set on this band, the colors_and_type.css dusk
   block recolors body text / links / etc., and the more specific overrides
   below handle the headline, eyebrow, lead, and starfield. */
.at-hero-band {
  position: relative;
  overflow: hidden;
}
[data-theme="dusk"].at-hero-band {
  background: var(--surface-dusk);
}

/* Aurora — a soft teal wash that drifts very slowly across the dusk hero.
   A primary lighter-teal glow centred upper-right, a quieter cooler-teal
   pool to the lower-left, and a tiny coral warmth note further down. The
   whole thing is heavily blurred and screen-blended so it adds light
   rather than colour. Sits behind .at-hero (z-index 2). */
.at-hero-aurora {
  position: absolute;
  inset: -8% -4%;
  background:
    radial-gradient(48% 55% at 72% 38%, rgba(127, 209, 214, 0.50), transparent 65%),
    radial-gradient(40% 48% at 32% 65%, rgba(127, 209, 214, 0.22), transparent 70%),
    radial-gradient(28% 32% at 78% 78%, rgba(219, 122, 87, 0.13), transparent 70%);
  filter: blur(48px);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 1;
  opacity: 1;
  animation: at-hero-aurora-drift 34s ease-in-out infinite alternate;
}
@keyframes at-hero-aurora-drift {
  0%   { transform: translate(0, 0)        scale(1); }
  100% { transform: translate(-2.5%, 1.5%) scale(1.06); }
}
@media (prefers-reduced-motion: reduce) {
  .at-hero-aurora { animation: none; }
}
.at-hero-band .at-hero { position: relative; z-index: 2; }

[data-theme="dusk"] .at-hero h1 { color: var(--fg-on-dusk); }
[data-theme="dusk"] .at-hero h1 em { color: var(--coral-400); }
[data-theme="dusk"] .at-hero-lead { color: var(--fg-on-dusk-muted); }
[data-theme="dusk"] .at-hero-eyebrow,
[data-theme="dusk"] .at-hero .v-eyebrow { color: var(--teal-300); }

/* Starfield on dusk: brighter teal motes, the guide ring a shade more
   visible, and a soft warm radial behind the field instead of the cream
   tint that was used on the light hero. */
[data-theme="dusk"] .at-hero-motes {
  background:
    radial-gradient(70% 60% at 55% 45%, rgba(219, 122, 87, 0.08), transparent 70%),
    transparent;
}
[data-theme="dusk"] .at-hero-motes span {
  background: radial-gradient(circle, rgba(127, 209, 214, 0.95), rgba(127, 209, 214, 0) 65%);
  box-shadow: 0 0 6px rgba(127, 209, 214, 0.40);
}
[data-theme="dusk"] .at-hero-motes span.is-large {
  box-shadow: 0 0 14px rgba(127, 209, 214, 0.55);
}
[data-theme="dusk"] .at-hero-motes span.is-coral {
  background: radial-gradient(circle, rgba(228, 144, 111, 0.95), rgba(228, 144, 111, 0) 65%);
  box-shadow: 0 0 6px rgba(228, 144, 111, 0.45);
}
[data-theme="dusk"] .at-hero-motes span.is-coral.is-large {
  box-shadow: 0 0 14px rgba(228, 144, 111, 0.60);
}

/* Node graph — decorative Obsidian-style idea network sitting in the hero's
   empty right column. Crisp teal lines + solid-fill nodes with a soft glow;
   a coral path threads from the bottom-left node up to the top-right. Static. */
.at-hero-graph {
  pointer-events: none;
  max-width: 360px;
  width: 100%;
  justify-self: center;
  align-self: center;
  opacity: 0.88;
}
.at-hero-graph svg {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 900px) {
  .at-hero-graph { display: none; }
}

/* ── Hero coral trend-path reveal — one-time draw-on animation ──
   Nodes 2-7 start as teal (fill-mode: both applies 0% during delay),
   then turn coral as the line-front arrives. Reduced-motion: fully
   drawn and coral immediately (base state, no animation). */
.at-cg-path {
  stroke-dasharray: 545;
  stroke-dashoffset: 0;
  animation: at-cg-draw 8s ease-in-out 5.4s both;
}
@keyframes at-cg-draw {
  from { stroke-dashoffset: 545; }
  to   { stroke-dashoffset: 0; }
}
.at-cg-node, .at-cg-glow {
  transform-box: fill-box;
  transform-origin: center;
}
/* Solid path nodes 2-7: visible as teal while waiting, turn coral on arrival */
.at-cg-node:not(.at-cg-node--first) {
  animation: at-cg-node-turn 0.9s ease-out var(--d, 0s) both;
}
@keyframes at-cg-node-turn {
  0%   { fill: var(--teal-300); fill-opacity: 0.70; filter: none; }
  100% { fill: var(--coral-400); fill-opacity: 0.90; }
}
/* Glow rings 2-7: teal ring → coral ring */
.at-cg-glow:not(.at-cg-glow--first) {
  animation: at-cg-glow-turn 0.9s ease-out var(--d, 0s) both;
}
@keyframes at-cg-glow-turn {
  0%   { fill-opacity: 0; }
  100% { fill: var(--coral-400); fill-opacity: 0.16; }
}
/* First node: slow triple pulse before the draw begins */
.at-cg-node--first, .at-cg-glow--first {
  animation: at-cg-pulse 1.8s ease-in-out 3 both;
}
@keyframes at-cg-pulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.32); }
}
@media (prefers-reduced-motion: reduce) {
  .at-cg-path, .at-cg-path2, .at-cg-path3, .at-cg-path4,
  .at-cg-node, .at-cg-glow,
  .at-cg-node--first, .at-cg-glow--first,
  .at-cg-node2, .at-cg-glow2,
  .at-cg-node3, .at-cg-glow3,
  .at-cg-node4, .at-cg-glow4 { animation: none !important; }
}

/* ── Second path (anim2) — invisible by default ── */
.at-cg-path2 {
  stroke-dasharray: 510;
  stroke-dashoffset: 510;
}
.at-cg-node2, .at-cg-glow2 {
  transform-box: fill-box;
  transform-origin: center;
}

/* ── Phase: fading — fade anim1 coral elements → teal ── */
[data-phase="fading"] .at-cg-path {
  stroke-dashoffset: 0;
  animation: at-cg-fade-path 1.5s ease-in-out forwards !important;
}
[data-phase="fading"] .at-cg-node {
  animation: at-cg-fade-node 1.5s ease-in-out forwards !important;
}
[data-phase="fading"] .at-cg-glow {
  animation: at-cg-fade-glow 1.5s ease-in-out forwards !important;
}
@keyframes at-cg-fade-path {
  to { stroke-opacity: 0; }
}
@keyframes at-cg-fade-node {
  from { fill: var(--coral-400); fill-opacity: 0.90; }
  to   { fill: var(--teal-300);  fill-opacity: 0.58; filter: none; }
}
@keyframes at-cg-fade-glow {
  from { fill: var(--coral-400); fill-opacity: 0.16; }
  to   { fill: var(--teal-300);  fill-opacity: 0; }
}

/* ── All phases after anim1 — lock anim1 elements to teal ── */
[data-phase="anim2"] .at-cg-node,
[data-phase="fading2"] .at-cg-node,
[data-phase="anim3"] .at-cg-node,
[data-phase="fading3"] .at-cg-node,
[data-phase="anim4"] .at-cg-node,
[data-phase="fading4"] .at-cg-node,
[data-phase="idle"] .at-cg-node {
  animation: none !important;
  fill: var(--teal-300) !important;
  fill-opacity: 0.58 !important;
  filter: none !important;
}
[data-phase="anim2"] .at-cg-glow,
[data-phase="fading2"] .at-cg-glow,
[data-phase="anim3"] .at-cg-glow,
[data-phase="fading3"] .at-cg-glow,
[data-phase="anim4"] .at-cg-glow,
[data-phase="fading4"] .at-cg-glow,
[data-phase="idle"] .at-cg-glow {
  animation: none !important;
  fill-opacity: 0 !important;
}
[data-phase="anim2"] .at-cg-path,
[data-phase="fading2"] .at-cg-path,
[data-phase="anim3"] .at-cg-path,
[data-phase="fading3"] .at-cg-path,
[data-phase="anim4"] .at-cg-path,
[data-phase="fading4"] .at-cg-path,
[data-phase="idle"] .at-cg-path {
  animation: none !important;
  stroke-opacity: 0 !important;
}

/* ── Phase: anim2 — draw second path, light up nodes ── */
[data-phase="anim2"] .at-cg-path2 {
  animation: at-cg-draw2 7s ease-in-out both;
}
@keyframes at-cg-draw2 {
  from { stroke-dashoffset: 510; }
  to   { stroke-dashoffset: 0; }
}
/* All nodes fade in — no pulse; first node uses 0s delay via fallback */
[data-phase="anim2"] .at-cg-node2 {
  animation: at-cg-node2-appear 1s ease-out var(--d, 0s) both;
}
[data-phase="anim2"] .at-cg-glow2 {
  animation: at-cg-glow2-appear 1s ease-out var(--d, 0s) both;
}
@keyframes at-cg-node2-appear {
  0%   { fill-opacity: 0; filter: none; }
  100% { fill-opacity: 0.90; }
}
@keyframes at-cg-glow2-appear {
  0%   { fill-opacity: 0; }
  100% { fill-opacity: 0.16; }
}

/* ── Phase: fading2 — keep path2 drawn, fade nodes → invisible ── */
[data-phase="fading2"] .at-cg-path2 {
  stroke-dashoffset: 0;
  animation: at-cg-fade-path 1.5s ease-in-out forwards !important;
}
[data-phase="fading2"] .at-cg-node2 {
  animation: at-cg-node2-fade 1.5s ease-in-out forwards !important;
  filter: none !important;
}
[data-phase="fading2"] .at-cg-glow2 {
  animation: at-cg-glow2-fade 1.5s ease-in-out forwards !important;
}
@keyframes at-cg-node2-fade {
  from { fill-opacity: 0.90; }
  to   { fill-opacity: 0; }
}
@keyframes at-cg-glow2-fade {
  from { fill-opacity: 0.16; }
  to   { fill-opacity: 0; }
}

/* ── Phases anim3+ — lock anim2 elements invisible ── */
[data-phase="anim3"] .at-cg-node2,
[data-phase="fading3"] .at-cg-node2,
[data-phase="anim4"] .at-cg-node2,
[data-phase="fading4"] .at-cg-node2,
[data-phase="idle"] .at-cg-node2 {
  animation: none !important;
  fill-opacity: 0 !important;
  filter: none !important;
}
[data-phase="anim3"] .at-cg-glow2,
[data-phase="fading3"] .at-cg-glow2,
[data-phase="anim4"] .at-cg-glow2,
[data-phase="fading4"] .at-cg-glow2,
[data-phase="idle"] .at-cg-glow2 {
  animation: none !important;
  fill-opacity: 0 !important;
}
[data-phase="anim3"] .at-cg-path2,
[data-phase="fading3"] .at-cg-path2,
[data-phase="anim4"] .at-cg-path2,
[data-phase="fading4"] .at-cg-path2,
[data-phase="idle"] .at-cg-path2 {
  animation: none !important;
  stroke-opacity: 0 !important;
}

/* ── Phases anim4+ — lock anim3 elements invisible ── */
[data-phase="anim4"] .at-cg-node3,
[data-phase="fading4"] .at-cg-node3,
[data-phase="idle"] .at-cg-node3 {
  animation: none !important;
  fill-opacity: 0 !important;
  filter: none !important;
}
[data-phase="anim4"] .at-cg-glow3,
[data-phase="fading4"] .at-cg-glow3,
[data-phase="idle"] .at-cg-glow3 {
  animation: none !important;
  fill-opacity: 0 !important;
}
[data-phase="anim4"] .at-cg-path3,
[data-phase="fading4"] .at-cg-path3,
[data-phase="idle"] .at-cg-path3 {
  animation: none !important;
  stroke-opacity: 0 !important;
}

/* ── Third path (anim3) — invisible by default ── */
/* Route: (38,258) → (82,185) → (145,212) → (172,128) → (258,78) → (188,48)
   Left-side column rising from mid-left to upper-left — a different quadrant
   from anim1 (bottom-left diagonal) and anim2 (right-side column).
   All edges exist in Layer 1's teal mesh. Total path ≈ 418px → dasharray 425. */
.at-cg-path3 {
  stroke-dasharray: 425;
  stroke-dashoffset: 425;
}
.at-cg-node3, .at-cg-glow3 {
  transform-box: fill-box;
  transform-origin: center;
}

/* ── Phase: anim3 — draw third path, light up nodes ── */
[data-phase="anim3"] .at-cg-path3 {
  animation: at-cg-draw3 6s ease-in-out both;
}
@keyframes at-cg-draw3 {
  from { stroke-dashoffset: 425; }
  to   { stroke-dashoffset: 0; }
}
/* All nodes fade in — first uses 0s delay via fallback */
[data-phase="anim3"] .at-cg-node3 {
  animation: at-cg-node2-appear 1s ease-out var(--d, 0s) both;
}
[data-phase="anim3"] .at-cg-glow3 {
  animation: at-cg-glow2-appear 1s ease-out var(--d, 0s) both;
}

/* ── Phase: fading3 — keep path3 drawn, fade nodes → invisible ── */
[data-phase="fading3"] .at-cg-path3 {
  stroke-dashoffset: 0;
  animation: at-cg-fade-path 1.5s ease-in-out forwards !important;
}
[data-phase="fading3"] .at-cg-node3 {
  animation: at-cg-node2-fade 1.5s ease-in-out forwards !important;
  filter: none !important;
}
[data-phase="fading3"] .at-cg-glow3 {
  animation: at-cg-glow2-fade 1.5s ease-in-out forwards !important;
}

/* ── Phase: idle — anim3 invisible ── */
[data-phase="idle"] .at-cg-node3,
[data-phase="idle"] .at-cg-glow3 {
  animation: none !important;
  fill-opacity: 0 !important;
}
[data-phase="idle"] .at-cg-path3 {
  animation: none !important;
  stroke-opacity: 0 !important;
}

/* ── Fourth path (anim4) — invisible by default ── */
/* Route: (342,42) → (372,92) → (352,200) → (358,305) → (285,242) → (135,325)
   Descends from the anim1 endpoint down the right side to the anim2 start.
   Uses only unused path edges. Total ≈ 541px → dasharray 550. */
.at-cg-path4 {
  stroke-dasharray: 550;
  stroke-dashoffset: 550;
}
.at-cg-node4, .at-cg-glow4 {
  transform-box: fill-box;
  transform-origin: center;
}

/* ── Phase: anim4 — draw fourth path ── */
[data-phase="anim4"] .at-cg-path4 {
  animation: at-cg-draw4 7s ease-in-out both;
}
@keyframes at-cg-draw4 {
  from { stroke-dashoffset: 550; }
  to   { stroke-dashoffset: 0; }
}
[data-phase="anim4"] .at-cg-node4 {
  animation: at-cg-node2-appear 1s ease-out var(--d, 0s) both;
}
[data-phase="anim4"] .at-cg-glow4 {
  animation: at-cg-glow2-appear 1s ease-out var(--d, 0s) both;
}

/* ── Phase: fading4 — keep path4 drawn, fade nodes → invisible ── */
[data-phase="fading4"] .at-cg-path4 {
  stroke-dashoffset: 0;
  animation: at-cg-fade-path 1.5s ease-in-out forwards !important;
}
[data-phase="fading4"] .at-cg-node4 {
  animation: at-cg-node2-fade 1.5s ease-in-out forwards !important;
  filter: none !important;
}
[data-phase="fading4"] .at-cg-glow4 {
  animation: at-cg-glow2-fade 1.5s ease-in-out forwards !important;
}

/* ── Phase: idle — anim4 invisible ── */
[data-phase="idle"] .at-cg-node4,
[data-phase="idle"] .at-cg-glow4 {
  animation: none !important;
  fill-opacity: 0 !important;
}
[data-phase="idle"] .at-cg-path4 {
  animation: none !important;
  stroke-opacity: 0 !important;
}

/* ── Phase: loop1 — anim1 repeats without the first-node pulse ──
   Draw starts after 0.5s (vs 5.4s). Nodes use --dl timing
   (recalculated from the new draw offset). */
[data-phase="loop1"] .at-cg-path {
  animation: at-cg-draw 8s ease-in-out 0.5s both !important;
}
[data-phase="loop1"] .at-cg-node--first {
  animation: at-cg-node2-appear 1s ease-out 0s both !important;
}
[data-phase="loop1"] .at-cg-glow--first {
  animation: at-cg-glow2-appear 1s ease-out 0s both !important;
}
[data-phase="loop1"] .at-cg-node:not(.at-cg-node--first) {
  animation: at-cg-node-turn 0.9s ease-out var(--dl, 0s) both !important;
}
[data-phase="loop1"] .at-cg-glow:not(.at-cg-glow--first) {
  animation: at-cg-glow-turn 0.9s ease-out var(--dl, 0s) both !important;
}

.at-hero-eyebrow { margin-bottom: 24px; }
.at-hero-hello {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 26px;
  color: var(--coral-700);
  margin-bottom: 12px;
  letter-spacing: -0.005em;
}
.at-hero h1 {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 54px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 4px 0 28px;
  max-width: 14ch;
  color: var(--ink-900);
  text-wrap: balance;
}
.at-hero h1 em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  color: var(--coral-700);
}
.at-hero-lead {
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink-500);
  margin: 0 0 36px;
  max-width: 48ch;
}
.at-hero-actions {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin-bottom: 32px;
}
.at-btn-primary {
  background: var(--teal-700);
  color: #fff;
  padding: 13px 22px;
  font-size: 14px;
}
.at-btn-primary:hover { background: var(--teal-800); }
.at-btn-secondary {
  background: transparent;
  color: var(--ink-900);
  border-color: var(--ink-300);
  padding: 12px 20px;
  font-size: 14px;
}
.at-btn-secondary:hover { border-color: var(--teal-600); color: var(--teal-700); }

.at-hero-byline {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  color: var(--ink-500);
  padding-top: 24px;
  border-top: 1px solid var(--ink-100);
}
.at-hero-byline strong { color: var(--ink-900); font-weight: 600; }

/* Hero divider — a short teal rule between the headline and the subtitle,
   echoing the reference layout. */
.at-hero-rule {
  display: block;
  width: 56px;
  height: 2px;
  border-radius: 2px;
  background: var(--teal-300);
  margin: 0 0 22px;
  opacity: 0.9;
}
/* Fraunces-italic ampersand accent in the subtitle. */
.at-hero-lead em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  color: var(--coral-400);
}

/* Hero aside — holds the background-removed photo of Diana, bottom-anchored
   so she sits on the smooth dusk gradient (a soft teal glow behind her ties
   her into the band rather than floating flatly). Replaces the old starfield. */
.at-hero-aside {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 360px;
}
.at-hero-aside::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -96px;
  width: 92%;
  height: 92%;
  transform: translateX(-50%);
  background: radial-gradient(60% 60% at 50% 62%, rgba(127, 209, 214, 0.22), transparent 70%);
  filter: blur(20px);
  z-index: 1;
  pointer-events: none;
}
.at-hero-photo {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 440px;
  height: auto;
  /* Pull flush to the band's bottom edge (consumes .at-hero's 96px bottom
     padding) so she reads as emerging from the bottom rather than floating. */
  margin-bottom: -96px;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.35));
}
.at-hero-motes {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
  background:
    radial-gradient(60% 55% at 60% 40%, rgba(0, 140, 153, 0.06), transparent 70%),
    radial-gradient(50% 50% at 30% 70%, rgba(219, 122, 87, 0.04), transparent 70%),
    var(--surface-page);
}
/* Constellation guide ring intentionally removed — the motes drift on a
   blank field over the dusk teal. */
.at-hero-motes span {
  position: absolute;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 107, 115, 0.85), rgba(0, 107, 115, 0) 65%);
  opacity: 0;
  animation: at-mote-drift 22s ease-in-out infinite;
}
.at-hero-motes span.is-coral {
  background: radial-gradient(circle, rgba(168, 84, 47, 0.85), rgba(168, 84, 47, 0) 65%);
}
.at-hero-motes span.is-small { width: 4px; height: 4px; }
.at-hero-motes span.is-tiny  { width: 3px; height: 3px; }
.at-hero-motes span.is-large { width: 10px; height: 10px; }

/* Slight twinkle on top of the drift, applied via animation-delay tweaks
   on individual motes via inline style. */
@keyframes at-mote-drift {
  0%, 100% { transform: translate(0, 0)        scale(0.9); opacity: 0; }
  15%      { opacity: 0.7; }
  50%      { transform: translate(-8px, -14px) scale(1.05); opacity: 0.95; }
  85%      { opacity: 0.35; }
}

/* Larger preset: fewer, bigger motes, so they need more visible drift to
   stop reading as static. Two alternating keyframes (odd/even) give the
   field two different motion paths so the constellation breathes rather
   than translating in lockstep. */
.at-hero-motes[data-preset="larger"] span {
  animation: at-mote-drift-l 18s ease-in-out infinite;
}
.at-hero-motes[data-preset="larger"] span:nth-child(even) {
  animation-name: at-mote-drift-l-alt;
  animation-duration: 20s;
}
@keyframes at-mote-drift-l {
  0%, 100% { transform: translate(0, 0)          scale(0.85); opacity: 0; }
  15%      { opacity: 0.7; }
  38%      { transform: translate(16px, -12px)   scale(1.05); opacity: 0.95; }
  62%      { transform: translate(-10px, -26px)  scale(1.0);  opacity: 0.85; }
  85%      { opacity: 0.35; }
}
@keyframes at-mote-drift-l-alt {
  0%, 100% { transform: translate(0, 0)          scale(0.85); opacity: 0; }
  18%      { opacity: 0.65; }
  42%      { transform: translate(-18px, 10px)   scale(1.1);  opacity: 0.95; }
  68%      { transform: translate(8px, 22px)     scale(0.95); opacity: 0.75; }
  85%      { opacity: 0.3; }
}

@media (prefers-reduced-motion: reduce) {
  .at-hero-motes span { animation: none; opacity: 0.55; }
}

.at-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 48px;
}
.at-section--sunken { background: var(--surface-sunken); }
.at-section--sunken .at-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}

.at-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.at-section-head h2 {
  font-family: var(--font-sans);
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.15;
  margin: 8px 0 0;
  max-width: 20ch;
  text-wrap: balance;
}
.at-section-head h2 em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  color: var(--coral-700);
}
.at-section-head-meta {
  font-size: 13px;
  color: var(--ink-500);
  text-align: right;
  letter-spacing: 0.04em;
}
.at-section-head-meta a {
  color: var(--teal-700);
  text-decoration: none;
  border-bottom: 1px solid var(--teal-300);
}
.at-section-head-meta a:hover { color: var(--teal-800); border-color: var(--teal-700); }

/* Open right now — four quiet cards. Teal-led, with coral reserved only for
   the single italic warmth-lever word in the section heading. */
.at-open {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.at-card {
  background: var(--surface-card);
  border: 1px solid var(--ink-100);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex;
  flex-direction: column;
  transition: border-color var(--dur-base) var(--ease-standard),
              transform var(--dur-base) var(--ease-standard);
}
.at-card:hover {
  border-color: var(--teal-600);
}
.at-card-kind {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal-700);
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.at-card h3 {
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 14px;
  letter-spacing: -0.005em;
}
.at-card-blurb {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink-500);
  margin: 0 0 8px;
}
.at-card-items {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  flex: 1;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink-500);
}
.at-card-items li::before {
  content: "— ";
  color: var(--ink-300);
}
.at-card-foot {
  padding-top: 16px;
  border-top: 1px solid var(--ink-100);
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
}
.at-card-when { color: var(--ink-700); }
.at-card-price { color: var(--ink-900); font-weight: 600; }
.at-card-status {
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--teal-700);
  margin-top: 6px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.at-card-status[data-s="live"]      { color: var(--success-700); }
.at-card-status[data-s="available"] { color: var(--ink-500); }
.at-card-status[data-s="filling"]   { color: var(--warning-700); }
.at-card-cta {
  margin-top: 0;
  align-self: flex-start;
  background: var(--teal-700);
  color: #fff;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 500;
  border-radius: var(--radius-pill);
  letter-spacing: 0.01em;
}
.at-card-cta span { transition: transform var(--dur-base) var(--ease-standard); display: inline-block; }
.at-card-cta:hover { background: var(--coral-700); color: #fff; }
.at-card-cta:hover span { transform: translateX(3px); }
button.at-card-cta { border: none; font-family: inherit; cursor: pointer; }
.at-card-foot { margin-top: auto; }
.at-card[data-active="true"] { border-color: var(--teal-600); box-shadow: 0 0 0 3px var(--teal-100); }

/* --- OFFER DETAIL PANEL ------------------------------------------------- */
.at-detail {
  background: var(--surface-card);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-xl);
  padding: 40px;
  margin-top: 20px;
  animation: detail-in 220ms var(--ease-out);
}
@keyframes detail-in {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}
.at-detail-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}
.at-detail-title {
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink-900);
  letter-spacing: -0.01em;
}
.at-detail-close {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  color: var(--ink-400);
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  font-family: inherit;
  transition: color var(--dur-base) var(--ease-standard),
              background var(--dur-base) var(--ease-standard);
}
.at-detail-close:hover { color: var(--ink-900); background: var(--surface-sunken); }
.at-detail-text {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-500);
  margin: 0 0 24px;
  max-width: var(--max-prose);
}
.at-detail-list { margin: 0 0 28px; }
.at-detail-list-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal-700);
  margin: 0 0 10px;
}
.at-detail-list ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 7px; }
.at-detail-list li {
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ink-500);
  padding-left: 18px;
  position: relative;
}
.at-detail-list li::before { content: "—"; position: absolute; left: 0; color: var(--ink-300); }
.at-detail-products {
  border: 1px solid var(--ink-100);
  border-radius: var(--radius-md);
  overflow: hidden;
  margin: 0 0 28px;
}
.at-detail-product-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 18px;
  font-size: 14.5px;
  color: var(--ink-700);
  border-bottom: 1px solid var(--ink-100);
}
.at-detail-product-row:last-child { border-bottom: none; }
.at-detail-product-price { font-weight: 600; color: var(--ink-900); }
.at-detail-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0 0 28px;
}
.at-detail-option {
  background: var(--surface-sunken);
  border-radius: var(--radius-lg);
  padding: 20px;
}
.at-detail-option strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-900);
  margin: 0 0 8px;
}
.at-detail-option p { font-size: 13.5px; line-height: 1.55; color: var(--ink-500); margin: 0; }
.at-detail-note {
  background: var(--teal-50);
  border-left: 3px solid var(--teal-500);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 14px 18px;
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--ink-700);
  margin: 0 0 24px;
}
.at-detail-foot {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--ink-100);
}
.at-detail-price { font-size: 15px; font-weight: 600; color: var(--ink-900); }
.at-detail-cta {
  background: var(--teal-700);
  color: #fff;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  border-radius: var(--radius-pill);
  letter-spacing: 0.01em;
}
.at-detail-cta span { display: inline-block; transition: transform var(--dur-base) var(--ease-standard); }
.at-detail-cta:hover { background: var(--coral-700); color: #fff; }
.at-detail-cta:hover span { transform: translateX(3px); }

/* "Also running" callout below the cards — a single quiet line that keeps
   the free Claude & Safety series visible without giving it card weight. */
.at-also {
  margin-top: 32px;
  padding: 16px 24px;
  background: var(--surface-card);
  border: 1px solid var(--ink-100);
  border-left: 3px solid var(--teal-600);
  border-radius: var(--radius-md);
  display: flex;
  align-items: baseline;
  gap: 18px;
  text-decoration: none;
  color: var(--ink-900);
  font-size: 14px;
  transition: border-color var(--dur-base) var(--ease-standard),
              background var(--dur-base) var(--ease-standard);
}
.at-also:hover {
  background: var(--surface-page);
  border-color: var(--ink-200);
  border-left-color: var(--teal-700);
  color: var(--ink-900);
}
.at-also-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-700);
  flex: 0 0 auto;
}
.at-also-body { flex: 1 1 auto; color: var(--ink-700); }
.at-also-body strong { color: var(--ink-900); font-weight: 600; }
.at-also-arrow {
  font-size: 16px;
  color: var(--teal-700);
  transition: transform var(--dur-base) var(--ease-standard);
}
.at-also:hover .at-also-arrow { transform: translateX(4px); }

/* ============= BACKGROUND CARDS — supporting the offer ============== */
/* Four cards that appear AFTER the offerings, framed as supporting the
   service rather than leading it. Teal-led, white card on cream. */
.at-bg-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.at-bg-card {
  background: var(--surface-card);
  border: 1px solid var(--ink-100);
  border-radius: var(--radius-lg);
  padding: 24px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color var(--dur-base) var(--ease-standard);
}
.at-bg-card:hover { border-color: var(--teal-600); }
.at-bg-card-marker {
  width: 26px;
  height: 2px;
  background: var(--teal-600);
  margin-bottom: 6px;
}
.at-bg-card-value {
  font-size: 20px;
  font-weight: 600;
  color: var(--ink-900);
  letter-spacing: -0.01em;
  line-height: 1.2;
  text-wrap: balance;
}
.at-bg-card-label {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-500);
  margin: 0;
}
.at-bg-note {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--ink-100);
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-500);
  max-width: 64ch;
}
.at-bg-note a {
  color: var(--teal-700);
  text-decoration: none;
  border-bottom: 1px solid var(--teal-300);
}
.at-bg-note a:hover { color: var(--teal-800); border-color: var(--teal-700); }

/* ============= ABOUT THE FOUNDER — redesigned ============== */
.at-founder { width: 100%; }
.at-founder .v-eyebrow { margin-bottom: 12px; }
.at-founder-intro {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}
.at-founder-intro-text { flex: 1; min-width: 0; }
.at-founder-photo {
  width: 340px;
  flex-shrink: 0;
  border-radius: var(--radius-lg);
  display: block;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.10), 0 8px 24px rgba(0,0,0,0.28);
}
.at-founder-name {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--teal-800);
  margin: 0 0 20px 0;
}
[data-theme="dusk"] .at-founder-name { color: var(--fg-on-dusk); }
.at-founder-aka {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: -0.005em;
  color: var(--coral-500);
  margin: -10px 0 22px;
}
.at-founder-aka-particle {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--fg-subtle);
}
[data-theme="dusk"] .at-founder-aka { color: var(--coral-400); }
[data-theme="dusk"] .at-founder-aka-particle { color: var(--fg-on-dusk-muted); }
.at-founder-bio {
  font-size: 16px;
  line-height: 1.7;
  color: var(--fg-muted);
  max-width: 72ch;
  margin: 0 0 32px 0;
}
[data-theme="dusk"] .at-founder-bio { color: var(--fg-on-dusk-muted); }
[data-theme="dusk"] .at-founder-area-body { color: var(--fg-on-dusk-muted); }
.at-founder-bullets {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.at-founder-bullets li {
  font-size: 15px;
  line-height: 1.6;
  color: var(--fg-on-dusk-muted);
  padding-left: 18px;
  position: relative;
}
.at-founder-bullets li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--teal-400);
}
.at-founder-bullets strong {
  color: var(--fg-on-dusk);
  font-weight: 600;
}
.at-founder-areas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 40px;
}
.at-founder-area {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 20px 20px 22px;
}
.at-founder-area-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--fg-default);
  margin-bottom: 8px;
}
.at-founder-area-body {
  font-size: 14px;
  line-height: 1.55;
  color: var(--fg-muted);
  margin: 0;
}
.at-founder-creds-block {
  padding-top: 32px;
}
.at-founder-creds-label { margin-bottom: 16px; }
[data-theme="dusk"] .at-founder .v-eyebrow { color: var(--teal-300); }
.at-founder-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.at-founder-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 500;
  color: var(--fg-default);
  background: var(--teal-50);
  border: 1px solid var(--teal-100);
  border-radius: var(--radius-pill);
  padding: 6px 13px;
  line-height: 1;
  text-decoration: none;
}
.at-founder-pill.is-link:hover {
  border-color: var(--teal-500);
  color: var(--fg-default);
}
.at-founder-pill-sep { color: var(--fg-subtle); }
.at-founder-pill-issuer { color: var(--fg-muted); font-weight: 400; }
[data-theme="dusk"] .at-founder-pill {
  background: var(--teal-700);
  border-color: var(--teal-600);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
[data-theme="dusk"] .at-founder-pill-sep { color: var(--fg-on-dusk-muted); }
[data-theme="dusk"] .at-founder-pill-issuer { color: var(--fg-on-dusk-muted); font-weight: 400; }
[data-theme="dusk"] .at-founder-pill.is-link:hover {
  background: var(--teal-600);
  border-color: var(--teal-500);
  color: #fff;
}
.at-founder-pill--popup {
  position: relative;
  cursor: default;
}
.at-pill-popup {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  width: 270px;
  background: var(--ink-900);
  color: #FAF8F5;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  padding: 11px 15px;
  border-radius: 8px;
  white-space: normal;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s var(--ease-standard);
  z-index: 20;
}
.at-founder-pill--popup:hover .at-pill-popup,
.at-founder-pill--popup:focus .at-pill-popup,
.at-founder-pill--popup:focus-within .at-pill-popup {
  opacity: 1;
}
[data-theme="dusk"] .at-pill-popup {
  background: var(--ink-700);
}
.at-founder-linkedin {
  font-size: 14px;
  font-weight: 600;
  padding: 11px 18px;
  background: var(--ink-900);
  color: #FAF8F5;
  border-color: var(--ink-900);
}
.at-founder-linkedin:hover {
  background: var(--ink-700);
  border-color: var(--ink-700);
  color: #FAF8F5;
}
[data-theme="dusk"] .at-founder-linkedin {
  background: transparent;
  border-color: rgba(236, 244, 242, 0.30);
  color: var(--fg-on-dusk);
}
[data-theme="dusk"] .at-founder-linkedin:hover {
  background: rgba(236, 244, 242, 0.08);
  border-color: rgba(236, 244, 242, 0.50);
  color: var(--fg-on-dusk);
}

/* ============= CONTACT STARFIELD ============== */
.at-contact-starfield {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.at-contact-starfield .at-hero-motes {
  position: absolute;
  inset: 0;
  background: none;
  border-radius: 0;
  overflow: visible;
}
/* Brighter stars — contact has no aurora so needs stronger glow */
.at-contact-starfield .at-hero-motes span {
  background: radial-gradient(circle, rgba(127, 209, 214, 1.0), rgba(127, 209, 214, 0) 65%);
  box-shadow: 0 0 14px rgba(127, 209, 214, 0.70), 0 0 5px rgba(127, 209, 214, 0.95);
}
.at-contact-starfield .at-hero-motes span.is-large {
  box-shadow: 0 0 24px rgba(127, 209, 214, 0.80), 0 0 10px rgba(127, 209, 214, 1.0);
}
.at-contact-starfield .at-hero-motes span.is-coral {
  background: radial-gradient(circle, rgba(228, 144, 111, 1.0), rgba(228, 144, 111, 0) 65%);
  box-shadow: 0 0 14px rgba(228, 144, 111, 0.70), 0 0 5px rgba(228, 144, 111, 0.95);
}
/* Content above stars */
.at-contact .deco-coral-wash,
.at-contact-inner { position: relative; z-index: 2; }

/* Quotes grid — three quotes side by side, italic body, quiet attribution.
   Replaces the single big pull-quote. Cream surface, no card chrome by
   default to keep the section feeling like a page of letters rather than
   marketing testimonials. */
.at-quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.at-quote-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 28px 0 0;
  border-top: 2px solid var(--ink-900);
}
.at-quote-card-body {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: -0.005em;
  color: var(--ink-900);
  margin: 0;
  text-wrap: pretty;
  flex: 1;
  position: relative;
  padding-left: 18px;
}
.at-quote-card-body::before {
  content: "“";
  position: absolute;
  left: -4px;
  top: -8px;
  color: var(--coral-500);
  font-size: 36px;
  line-height: 1;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
}
.at-quote-card-attrib {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 18px;
  border-top: 1px solid var(--ink-100);
}
.at-quote-card-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-900);
  letter-spacing: 0.02em;
}
.at-quote-card-role {
  font-size: 12px;
  color: var(--ink-500);
}

/* Pricing list — a quiet dated-style index. Three columns:
   name (left, bold), short note (middle, muted), price (right, right-aligned).
   The single "Free" row sits at the bottom and stays inside the same rhythm,
   marked subtly via a coral accent on the price value. */
.at-pricing {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--ink-200);
}
.at-price-row {
  padding: 22px 0;
  border-bottom: 1px solid var(--ink-100);
  display: grid;
  grid-template-columns: 280px 1fr 160px;
  gap: 32px;
  align-items: baseline;
}
.at-price-name {
  font-size: 17px;
  font-weight: 600;
  color: var(--ink-900);
  letter-spacing: -0.005em;
  line-height: 1.3;
}
.at-price-note {
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-500);
}
.at-price-value {
  font-size: 17px;
  font-weight: 600;
  color: var(--ink-900);
  text-align: right;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.005em;
  white-space: nowrap;
}
.at-price-row[data-free="true"] .at-price-value {
  color: var(--coral-700);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 14px;
}

/* Recent writing — dated index list */
.at-writing {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--ink-200);
}
.at-write {
  padding: 18px 0;
  border-bottom: 1px solid var(--ink-100);
  display: grid;
  grid-template-columns: 140px 1fr 110px;
  gap: 24px;
  align-items: baseline;
}
.at-write-date {
  font-size: 12px;
  color: var(--ink-500);
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
}
.at-write h3 {
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  letter-spacing: -0.005em;
}
.at-write h3 a {
  color: var(--ink-900);
  text-decoration: none;
  background-image: linear-gradient(var(--teal-600), var(--teal-600));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1.5px;
  transition: background-size var(--dur-base) var(--ease-standard);
  padding-bottom: 2px;
}
.at-write h3 a:hover { background-size: 100% 1.5px; color: var(--teal-700); }
.at-write-kind {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-400);
  text-align: right;
}

/* Contact strip — dusk theme, warm, single CTA */
.at-contact {
  margin-top: 0;
  padding: 96px 48px;
  position: relative;
  overflow: hidden;
}
.at-contact-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.at-contact h2 {
  font-family: var(--font-sans);
  font-size: 44px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  color: var(--ink-900);
  max-width: 22ch;
  margin-left: auto;
  margin-right: auto;
}
.at-contact h2 em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  color: var(--coral-600);
}
.at-contact p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-500);
  margin: 0 auto 32px;
  max-width: 52ch;
}
.at-contact-actions {
  display: inline-flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.at-contact-li {
  color: #7a9ab5;
  display: flex;
  transition: color 0.18s;
}
.at-contact-li:hover { color: var(--coral-500); }
.at-contact-actions .v-btn { padding: 13px 22px; font-size: 14px; }
a.at-contact-primary,
a.at-contact-secondary {
  background: var(--teal-600);
  color: #fff;
  border-color: var(--teal-600);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.at-contact-primary:hover,
.at-contact-secondary:hover {
  background: var(--coral-500);
  border-color: var(--coral-500);
  color: #fff;
}

/* Footer */
.at-footer {
  background: var(--surface-card);
  padding: 48px 48px 28px;
  border-top: 1px solid var(--ink-100);
}
.at-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
}
.at-footer-tag {
  font-size: 13px;
  color: var(--ink-500);
  margin: 14px 0 0;
  max-width: 30ch;
  line-height: 1.5;
}
.at-footer-head {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-500);
  margin-bottom: 14px;
}
.at-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
}
.at-footer-col a {
  color: var(--ink-700);
  text-decoration: none;
}
.at-footer-col a:hover { color: var(--teal-700); }
.at-footer-base {
  max-width: 1200px;
  margin: 36px auto 0;
  padding-top: 18px;
  border-top: 1px solid var(--ink-100);
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--ink-500);
  letter-spacing: 0.02em;
}


/* ============= C · WORKING NOTES =================================== */
/* Carry-over reference: minimal single column, scholarly, link-first. */

.wn-page {
  background: var(--surface-page);
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 32px 80px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-700);
}
.wn-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0 0 28px;
  border-bottom: 1px solid var(--ink-200);
  margin-bottom: 56px;
  gap: 24px;
  flex-wrap: wrap;
}
.wn-mark {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 16px; font-weight: 600; color: var(--ink-900);
  text-decoration: none;
}
.wn-mark-dot {
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--teal-700); display: inline-block;
}
.wn-nav {
  display: flex; gap: 24px; font-size: 14px;
}
.wn-nav a {
  color: var(--ink-700); text-decoration: none;
  text-underline-offset: 3px;
}
.wn-nav a:hover { color: var(--teal-700); text-decoration: underline; }

.wn-hero { margin-bottom: 64px; }
.wn-hero-eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--teal-700);
  margin-bottom: 18px;
}
.wn-hero h1 {
  font-size: 36px; font-weight: 600; line-height: 1.2;
  letter-spacing: -0.015em; margin: 0 0 20px;
  max-width: 22ch; color: var(--ink-900); text-wrap: balance;
}
.wn-hero p {
  font-size: 18px; line-height: 1.65; color: var(--ink-700);
  margin: 0 0 16px; max-width: none;
}
.wn-hero a { color: var(--teal-700); }
.wn-hero a:hover { color: var(--teal-800); }
.wn-hero-signoff {
  display: flex; gap: 12px; align-items: baseline;
  font-size: 14px; color: var(--ink-500);
  margin-top: 20px; padding-top: 18px;
  border-top: 1px solid var(--ink-100);
}
.wn-hero-signoff strong { color: var(--ink-900); font-weight: 600; }

.wn-section { margin-bottom: 56px; }
.wn-h {
  font-size: 11px; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--ink-500);
  margin: 0 0 24px; padding-bottom: 8px;
  border-bottom: 1px solid var(--ink-200);
  display: flex; justify-content: space-between; align-items: baseline;
}
.wn-h-count { color: var(--ink-300); font-weight: 400; }

.wn-list { list-style: none; padding: 0; margin: 0; }
.wn-item {
  padding: 20px 0;
  border-bottom: 1px solid var(--ink-100);
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 16px;
  align-items: baseline;
}
.wn-item:last-child { border-bottom: none; }
.wn-item-n {
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  color: var(--ink-300);
  font-weight: 500;
}
.wn-item h3 {
  font-size: 18px; font-weight: 600; line-height: 1.3;
  letter-spacing: -0.005em; margin: 0 0 4px; color: var(--ink-900);
}
.wn-item h3 a {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(var(--teal-700), var(--teal-700));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1.5px;
  transition: background-size var(--dur-base) var(--ease-standard);
  padding-bottom: 2px;
}
.wn-item h3 a:hover { background-size: 100% 1.5px; }
.wn-item-meta {
  font-size: 13.5px; color: var(--ink-500); margin: 0; line-height: 1.5;
}
.wn-item-meta strong { color: var(--ink-700); font-weight: 600; }
.wn-item-right {
  font-size: 12px;
  color: var(--ink-500);
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.wn-item-status {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal-700);
  margin-top: 4px;
}
.wn-item-status[data-s="filling"] { color: var(--warning-700); }
.wn-item-status[data-s="live"]    { color: var(--success-700); }

.wn-about p {
  font-size: 17px; line-height: 1.7; color: var(--ink-700);
  margin: 0 0 16px;
}
.wn-about-creds {
  list-style: none; padding: 0; margin: 16px 0 0;
  font-size: 14px; color: var(--ink-500);
  display: flex; flex-direction: column; gap: 4px;
}
.wn-about-creds li { padding-left: 16px; position: relative; }
.wn-about-creds li::before {
  content: "—";
  position: absolute; left: 0; color: var(--ink-300);
}

.wn-writing { list-style: none; padding: 0; margin: 0; }
.wn-write {
  padding: 14px 0;
  border-bottom: 1px solid var(--ink-100);
  display: grid;
  grid-template-columns: 120px 1fr 80px;
  gap: 18px;
  align-items: baseline;
}
.wn-write:last-child { border-bottom: none; }
.wn-write-date {
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  color: var(--ink-500);
  letter-spacing: 0.04em;
}
.wn-write-title {
  font-size: 15.5px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
  color: var(--ink-900);
}
.wn-write-title a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: var(--ink-200);
  text-underline-offset: 3px;
}
.wn-write-title a:hover { text-decoration-color: var(--teal-700); color: var(--teal-700); }
.wn-write-kind {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-400);
  text-align: right;
}

.wn-contact {
  margin-top: 64px;
  padding: 28px 0;
  border-top: 1px solid var(--ink-200);
  border-bottom: 1px solid var(--ink-200);
}
.wn-contact-lead {
  font-size: 17px;
  color: var(--ink-700);
  margin: 0 0 14px;
  max-width: none;
}
.wn-contact-links {
  display: flex;
  gap: 20px;
  font-size: 14px;
  flex-wrap: wrap;
}
.wn-contact-links a {
  color: var(--teal-700);
  text-decoration: none;
  border-bottom: 1px solid var(--ink-200);
  padding-bottom: 2px;
}
.wn-contact-links a:hover { border-color: var(--teal-700); color: var(--teal-800); }

.wn-footer {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid var(--ink-200);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 12px;
  color: var(--ink-500);
  letter-spacing: 0.04em;
  flex-wrap: wrap;
  gap: 16px;
}
.wn-footer-links { display: flex; gap: 18px; }
.wn-footer-links a { color: var(--ink-500); text-decoration: none; }
.wn-footer-links a:hover { color: var(--ink-900); }


/* ============= MOBILE TWEAKS ======================================= */

@media (max-width: 1080px) {
  .at-bg-cards { grid-template-columns: repeat(2, 1fr); }
  .at-open { grid-template-columns: repeat(2, 1fr); }
  .at-detail { padding: 32px; }
}
@media (max-width: 900px) {
  .at-hero { grid-template-columns: 1fr; gap: 32px; padding: 48px 32px 64px; }
  .at-hero h1 { font-size: 38px; }
  .at-hero-aside { max-width: 320px; margin: 0 auto; min-height: 0; }
  .at-hero-photo { max-width: 280px; margin-bottom: -64px; }
  .at-open { grid-template-columns: 1fr; gap: 18px; }
  .at-section { padding: 56px 32px; }
  .at-section--sunken .at-section-inner { padding: 0 32px; }
  .at-bg-cards { grid-template-columns: 1fr; }
  .at-quotes { grid-template-columns: 1fr; gap: 32px; }
  .at-quote-card-body { font-size: 18px; }
  .at-contact h2 { font-size: 32px; }
  .at-contact { padding: 64px 32px; }
  .at-write { grid-template-columns: 1fr; gap: 4px; }
  .at-write-kind { text-align: left; }
  .at-write-date { font-size: 11px; }
  .at-price-row { grid-template-columns: 1fr auto; gap: 8px 24px; }
  .at-price-note { grid-column: 1 / -1; margin-top: -6px; }
  .at-also { flex-direction: column; align-items: flex-start; gap: 6px; }
  .at-detail { padding: 24px; }
  .at-detail-options { grid-template-columns: 1fr; }
  .at-footer-inner { grid-template-columns: 1fr 1fr; gap: 28px; }
  .at-founder-intro { flex-direction: column; gap: 28px; }
  .at-founder-photo { width: 200px; }
  .at-services-stack { grid-template-columns: 1fr; gap: 18px; }
}

/* Single-offer layout (2026-05 simplification). One centred, generous card
   in place of the four-column offer grid, plus the email line under the
   contact CTA. */

/* Services layout (2026-05). Intro line above, cards stacked. */
.at-open-lead {
  max-width: 64ch;
  margin: -16px 0 40px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-500);
}
.at-services-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.at-card-place {
  margin-top: auto;
  padding-top: 14px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--teal-700);
}
.at-card--wide { grid-column: 1 / -1; }
.at-card--wide .at-card-blurb { font-style: italic; }
.at-em-coral { font-style: italic; color: var(--coral-500); }
.at-ready-list {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
}
.at-ready-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-top: 1px solid var(--ink-100);
  font-size: 14.5px;
  line-height: 1.5;
}
.at-ready-name { color: var(--ink-700); }
a.at-ready-name--link {
  color: var(--teal-700);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.15s;
}
a.at-ready-name--link:hover {
  color: var(--teal-600);
}
.at-ready-kind {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal-700);
  white-space: nowrap;
}

.at-open--single {
  grid-template-columns: minmax(0, 640px);
  justify-content: center;
}
.at-card--single {
  padding: 36px 40px;
}
.at-card--single h3 {
  font-size: 24px;
}
.at-card--single .at-card-blurb {
  font-size: 15.5px;
}
.at-card--single .at-card-foot {
  margin-top: 8px;
  align-items: flex-start;
}
.at-contact .at-contact-email {
  font-size: 14px;
  margin: 18px auto 0;
}
.at-contact .at-contact-email a {
  color: var(--teal-700);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.at-contact .at-contact-email a:hover {
  color: var(--coral-600);
}
