/* Anthora.ai marketing site — multi-page additions on top of site-base.css */
@import url('./site-base.css');

/* ===== Even-spaced nav (overrides flex justify-content) ===== */
.nav-links-even { display: flex; gap: 0; flex: 1; justify-content: center; }
.nav-links-even a { flex: 0 0 auto; padding: 4px 22px; }

/* ===== Active nav state for current page ===== */
.nav-links a[aria-current="page"] { opacity: 1; }
.nav-links a[aria-current="page"]::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -22px;
  height: 1px; background: var(--ink);
}

/* ===== Page hero (lighter than home hero) ===== */
.page-hero { padding: 120px 0 72px; position: relative; }
.page-hero h1 {
  font-family: var(--font-editorial);
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 22px 0 28px;
  max-width: 22ch;
  color: var(--ink);
}
.page-hero h1 em { font-style: italic; color: var(--teal-700); font-weight: 500; }
.page-hero .lede { font-size: 19px; line-height: 1.6; color: rgba(15,42,74,0.65); max-width: 640px; margin: 0; text-wrap: pretty; }

.page-hero-meta {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px;
  max-width: 880px; margin-top: 64px; padding-top: 36px;
  border-top: 1px solid var(--rule);
}
.page-hero-meta b { font-family: var(--font-editorial); font-size: 52px; font-weight: 500; letter-spacing: -0.02em; color: var(--ink); display:block; line-height: 1; margin-bottom: 12px; }
.page-hero-meta span { font-size: 13px; color: rgba(15,42,74,0.6); letter-spacing: 0.08em; text-transform: uppercase; font-weight: 500; }

/* ===== Trust bar ===== */
.trust-bar { padding: 28px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); background: var(--page-bg-2); }
.trust-bar .container { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 36px; font-size: 16px; color: rgba(15,42,74,0.78); font-weight: 500; }
.trust-bar .dot { width: 4px; height: 4px; border-radius: 999px; background: var(--teal-700); opacity: 0.45; }

/* ===== 3-up value section (homepage) ===== */
.value-3 { padding: 56px 0 64px; }
.value-3 .section-head { margin: 0 0 48px; }
/* Tighten the bottom of the hero so the stats sit closer to the next section */
.hero { padding: 128px 0 80px !important; }
/* Tighten the top of the Solutions section */
.solutions { padding: 56px 0 144px !important; }
/* Reduce space below the customer quote */
.quoteband { padding: 144px 0 72px !important; }

/* ===== Powered by Lynk band ===== */
.lynk-band {
  position: relative;
  padding: 120px 0;
  background: var(--gradient-hero, linear-gradient(135deg, #0F2A4A 0%, #0A7C7C 100%));
  color: rgba(255,255,255,0.92);
  overflow: hidden;
}
.lynk-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 70% at 80% 20%, rgba(255,107,74,0.18) 0%, transparent 60%);
  pointer-events: none;
}
.lynk-band .container { position: relative; }
.lynk-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.lynk-left .eyebrow { color: #FF6B4A; }
.lynk-left h2 {
  font-family: var(--font-editorial);
  font-size: clamp(40px, 4.4vw, 64px);
  font-weight: 500;
  letter-spacing: -0.022em;
  line-height: 1.05;
  color: #fff;
  margin: 16px 0 0;
  text-wrap: balance;
}
.lynk-left h2 em { font-style: italic; color: #FF6B4A; font-weight: 500; }
.lynk-right .lede {
  font-size: 19px;
  line-height: 1.65;
  color: rgba(255,255,255,0.78);
  margin: 0;
  max-width: 560px;
}
.lynk-right .lede b { color: #fff; font-weight: 600; }
.lynk-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-top: 36px;
  border-top: 1px solid rgba(255,255,255,0.16);
}
.lynk-meta > div { display: flex; flex-direction: column; gap: 8px; }
.lynk-meta b {
  font-family: var(--font-editorial);
  font-size: clamp(56px, 5.2vw, 76px);
  font-weight: 500;
  letter-spacing: -0.024em;
  color: #fff;
  line-height: 1;
}
.lynk-meta span {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.62);
  font-weight: 500;
}
@media (max-width: 880px) {
  .lynk-grid { grid-template-columns: 1fr; gap: 40px; }
  .lynk-band { padding: 80px 0; }
}
.value-3 .v-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--rule); }
.value-3 .v-card { padding: 56px 40px 56px 0; border-bottom: 1px solid var(--rule); position: relative; }
.value-3 .v-card + .v-card { padding-left: 40px; border-left: 1px solid var(--rule); }
.value-3 .v-num { font-family: var(--font-mono); font-size: 12px; color: var(--teal-700); font-weight: 500; letter-spacing: 0.06em; }
.value-3 .v-card h3 { font-family: var(--font-editorial); font-size: 32px; font-weight: 500; letter-spacing: -0.018em; line-height: 1.1; margin: 32px 0 16px; }
.value-3 .v-card h3 em { font-style: italic; color: var(--teal-700); }
.value-3 .v-card p { font-size: 15px; line-height: 1.65; color: rgba(15,42,74,0.7); max-width: 320px; margin: 0; }

/* ===== Products grid (5 cards, alt layout) ===== */
.products-grid { padding: 120px 0; }
.products-grid .pg { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.products-grid .pg-card { padding: 48px 40px 56px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); transition: background 280ms var(--ease-out); position: relative; min-height: 320px; display: flex; flex-direction: column; }
.products-grid .pg-card:hover { background: rgba(15,42,74,0.025); }
.products-grid .pg-card.featured { grid-column: span 2; background: var(--ink); color: var(--page-bg); border-right-color: rgba(255,255,255,0.08); }
.products-grid .pg-card.featured:hover { background: #14272F; }
.products-grid .pg-card.featured h3,
.products-grid .pg-card.featured .pg-num { color: var(--page-bg); }
.products-grid .pg-card.featured p { color: rgba(248,247,244,0.7); }
.products-grid .pg-card.featured h3 em { color: var(--coral-400); }
.products-grid .pg-card.featured .link-quiet { color: var(--page-bg); border-color: rgba(255,255,255,0.3); }
.products-grid .pg-card.featured .pg-icon { color: var(--coral-400); }
.pg-num { font-family: var(--font-mono); font-size: 11px; color: rgba(15,42,74,0.4); letter-spacing: 0.08em; }
.pg-icon { width: 28px; height: 28px; color: var(--teal-700); margin-top: 28px; }
.products-grid .pg-card h3 { font-family: var(--font-editorial); font-size: 30px; font-weight: 500; letter-spacing: -0.018em; line-height: 1.12; margin: 28px 0 14px; color: var(--ink); }
.products-grid .pg-card h3 em { font-style: italic; color: var(--teal-700); font-weight: 500; }
.products-grid .pg-card p { font-size: 15px; line-height: 1.65; color: rgba(15,42,74,0.65); margin: 0 0 28px; max-width: 460px; }
.products-grid .pg-card .link-quiet { color: var(--teal-700); font-size: 13px; font-weight: 500; border-color: rgba(10,124,124,0.3); margin-top: auto; align-self: flex-start; }

/* ===== Global advantage band (dark) ===== */
.advantage { padding: 144px 0; background: var(--gradient-hero); color: var(--paper); position: relative; overflow: hidden; }
.advantage::before {
  content: ""; position: absolute; inset: 0;
  background: url('./network-bg.svg') center/cover no-repeat;
  opacity: 0.18; pointer-events: none;
}
.advantage .container { position: relative; z-index: 1; }
.advantage .eyebrow { color: var(--teal-300); }
.advantage h2 { color: var(--paper); font-size: clamp(40px, 5vw, 64px); font-weight: 500; letter-spacing: -0.022em; line-height: 1.06; max-width: 18ch; margin: 18px 0 28px; }
.advantage h2 em { font-style: italic; color: var(--coral-400); font-weight: 500; }
.advantage .lede { color: rgba(248,247,244,0.75); font-size: 19px; max-width: 640px; }
.advantage .regions { display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px; margin-top: 72px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,0.12); }
.advantage .regions div { display: flex; flex-direction: column; gap: 8px; }
.advantage .regions b { font-family: var(--font-editorial); font-size: 28px; font-weight: 500; color: var(--paper); }
.advantage .regions span { font-size: 12px; color: rgba(248,247,244,0.55); letter-spacing: 0.06em; text-transform: uppercase; }
.advantage .btn-accent { margin-top: 48px; }

/* ===== Domains grid (8 cards w/ icons) ===== */
.domains { padding: 56px 0 72px; }
.dom-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.dom-card { padding: 36px 28px 36px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); transition: background 280ms var(--ease-out); position: relative; min-height: 240px; display: flex; flex-direction: column; }
.dom-card:hover { background: rgba(15,42,74,0.025); }
.dom-card .dom-icon { width: 24px; height: 24px; color: var(--teal-700); margin-bottom: 24px; }
.dom-card h3 { font-family: var(--font-editorial); font-size: 22px; font-weight: 500; letter-spacing: -0.012em; line-height: 1.2; margin: 0 0 12px; color: var(--ink); }
.dom-card p { font-size: 14px; line-height: 1.55; color: rgba(15,42,74,0.65); margin: 0; }
.dom-card .dom-num { position: absolute; top: 24px; right: 24px; font-family: var(--font-mono); font-size: 11px; color: rgba(15,42,74,0.35); }

/* ===== Global coverage (typographic strip) ===== */
.coverage { padding: 72px 0 56px; }
.coverage .section-head { margin-bottom: 56px; }
.cov-strip { border-top: 1px solid var(--rule); }
.cov-row {
  display: grid; grid-template-columns: 220px 1fr 220px; gap: 48px; align-items: baseline;
  padding: 32px 0; border-bottom: 1px solid var(--rule);
  transition: background 280ms var(--ease-out);
}
.cov-row:hover { background: rgba(15,42,74,0.02); }
.cov-name {
  font-family: var(--font-editorial); font-size: 26px; font-weight: 500;
  letter-spacing: -0.014em; line-height: 1.15; color: var(--ink);
}
.cov-countries { display: flex; flex-wrap: wrap; gap: 8px 6px; }
.cov-chip {
  font-family: var(--font-sans); font-size: 13px; font-weight: 500; color: rgba(15,42,74,0.78);
  padding: 6px 12px; border: 1px solid var(--rule); border-radius: 999px;
  background: var(--page-bg); white-space: nowrap;
  transition: border-color 200ms var(--ease-out), color 200ms var(--ease-out);
}
.cov-row:hover .cov-chip { border-color: rgba(15,42,74,0.18); }
.cov-langs {
  font-family: var(--font-mono); font-size: 12px; color: rgba(15,42,74,0.55);
  letter-spacing: 0.02em; text-align: right; line-height: 1.6;
}
.cov-foot {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px;
  margin-top: 56px; padding-top: 36px; border-top: 1px solid var(--rule);
}
.cov-foot-stat b {
  font-family: var(--font-editorial); font-size: 44px; font-weight: 500;
  letter-spacing: -0.02em; color: var(--ink); display: block; line-height: 1; margin-bottom: 10px;
}
.cov-foot-stat span {
  font-size: 12px; color: rgba(15,42,74,0.6); letter-spacing: 0.08em;
  text-transform: uppercase; font-weight: 500;
}

/* ===== Callout box ===== */
.callout { padding: 96px 0; }
.callout-box { background: var(--ink); color: var(--paper); padding: 72px 64px; border-radius: 4px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: center; position: relative; overflow: hidden; }
.callout-box::before {
  content: ""; position: absolute; right: -160px; top: -160px; width: 480px; height: 480px;
  background: radial-gradient(ellipse at center, rgba(255,107,74,0.18), transparent 70%);
  pointer-events: none;
}
.callout-box .eyebrow { color: var(--teal-300); }
.callout-box h3 { font-family: var(--font-editorial); font-size: 40px; font-weight: 500; letter-spacing: -0.02em; line-height: 1.1; margin: 16px 0 0; color: var(--paper); position: relative; }
.callout-box h3 em { font-style: italic; color: var(--coral-400); font-weight: 500; }
.callout-box p { font-size: 17px; line-height: 1.6; color: rgba(248,247,244,0.78); margin: 0 0 28px; position: relative; }
.callout-box .btn { background: var(--coral-500); color: #fff; border-color: transparent; }
.callout-box .btn:hover { background: var(--coral-600); }

/* ===== Benefits grid (For Experts) ===== */
.benefits { padding: 120px 0; }
.ben-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.ben-card { padding: 40px 36px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); display: flex; gap: 24px; align-items: flex-start; }
.ben-icon { flex: none; width: 44px; height: 44px; border-radius: 999px; background: var(--teal-50); color: var(--teal-700); display: flex; align-items: center; justify-content: center; }
.ben-card h4 { font-family: var(--font-sans); font-size: 16px; font-weight: 600; margin: 0 0 6px; color: var(--ink); }
.ben-card p { font-size: 14px; line-height: 1.6; color: rgba(15,42,74,0.65); margin: 0; }

/* ===== Expert testimonials strip ===== */
.expert-voices { padding: 96px 0; background: var(--page-bg-2); }
.voices-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.voice-card { background: var(--page-bg); border: 1px solid var(--rule); border-radius: 4px; padding: 32px; }
.voice-card blockquote { font-family: var(--font-editorial); font-size: 18px; font-style: italic; line-height: 1.45; margin: 0 0 24px; color: var(--ink); letter-spacing: -0.01em; }
.voice-foot { display: flex; align-items: center; gap: 12px; padding-top: 20px; border-top: 1px solid var(--rule); }
.voice-av { width: 36px; height: 36px; border-radius: 999px; flex: none; color: #fff; display:flex; align-items:center; justify-content:center; font-weight:600; font-size:13px; }
.voice-name { font-size: 13px; font-weight: 600; color: var(--ink); }
.voice-loc { font-size: 12px; color: rgba(15,42,74,0.55); }

/* ===== Process steps (For Experts) ===== */
.process { padding: 120px 0 64px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--rule); }
.step { padding: 40px 32px; border-bottom: 1px solid var(--rule); position: relative; }
.step + .step { border-left: 1px solid var(--rule); }
.step .step-num { font-family: var(--font-mono); font-size: 11px; color: var(--teal-700); letter-spacing: 0.08em; }
.step h4 { font-family: var(--font-editorial); font-size: 22px; font-weight: 500; letter-spacing: -0.012em; line-height: 1.2; margin: 24px 0 12px; }
.step p { font-size: 14px; line-height: 1.6; color: rgba(15,42,74,0.65); margin: 0; }

/* ===== Contact form ===== */
.contact-section { padding: 96px 0 144px; }
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 80px; align-items: start; }
.contact-aside h3 { font-family: var(--font-editorial); font-size: 28px; font-weight: 500; letter-spacing: -0.015em; margin: 0 0 16px; }
.contact-aside p { font-size: 15px; line-height: 1.65; color: rgba(15,42,74,0.65); margin: 0 0 32px; max-width: 380px; }
.contact-meta { padding-top: 24px; border-top: 1px solid var(--rule); display: flex; flex-direction: column; gap: 18px; }
.contact-meta div { display: flex; gap: 14px; align-items: flex-start; font-size: 14px; color: rgba(15,42,74,0.78); }
.contact-meta i { color: var(--teal-700); flex: none; margin-top: 2px; }
.contact-meta b { color: var(--ink); display: block; font-weight: 600; margin-bottom: 4px; }
.contact-meta a { color: var(--teal-700); text-decoration: none; }
.contact-meta a:hover { color: var(--teal-800); text-decoration: underline; text-underline-offset: 3px; }

.form { background: var(--page-bg); border: 1px solid var(--rule); border-radius: 8px; padding: 40px; display: flex; flex-direction: column; gap: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label { font-size: 12px; font-weight: 600; color: var(--ink); letter-spacing: 0.04em; text-transform: uppercase; }
.field input, .field select, .field textarea {
  font-family: var(--font-sans); font-size: 15px;
  background: #fff; border: 1px solid var(--rule); border-radius: 6px;
  padding: 12px 14px; color: var(--ink); outline: none;
  transition: border-color 180ms, box-shadow 180ms;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--teal-600); box-shadow: 0 0 0 3px rgba(10,124,124,0.12);
}
.field textarea { min-height: 140px; resize: vertical; line-height: 1.55; }
.form .btn { align-self: flex-start; }
.form-note { font-size: 13px; color: rgba(15,42,74,0.6); display: flex; gap: 8px; align-items: center; }
.form-note i { color: var(--teal-700); }

/* ===== Legal pages ===== */
.legal { padding: 80px 0 120px; }
.legal-grid { display: grid; grid-template-columns: 240px 1fr; gap: 64px; align-items: start; }
.legal-toc { position: sticky; top: 100px; padding: 24px; background: var(--page-bg-2); border-radius: 4px; border: 1px solid var(--rule); }
.legal-toc h5 { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal-700); margin: 0 0 12px; }
.legal-toc a { display: block; font-size: 13px; color: rgba(15,42,74,0.7); padding: 6px 0; border-bottom: 1px solid var(--rule); }
.legal-toc a:last-child { border-bottom: none; }
.legal-toc a:hover { color: var(--ink); text-decoration: none; }
.legal-doc { max-width: 720px; }
.legal-doc h2 { font-family: var(--font-editorial); font-size: 28px; font-weight: 500; letter-spacing: -0.015em; margin: 48px 0 16px; line-height: 1.2; }
.legal-doc h2:first-child { margin-top: 0; }
.legal-doc h3 { font-family: var(--font-sans); font-size: 16px; font-weight: 600; margin: 28px 0 8px; color: var(--ink); }
.legal-doc p { font-size: 15px; line-height: 1.7; color: rgba(15,42,74,0.78); margin: 0 0 16px; }
.legal-doc ul { padding-left: 20px; margin: 0 0 16px; }
.legal-doc li { font-size: 15px; line-height: 1.7; color: rgba(15,42,74,0.78); margin-bottom: 6px; }
.legal-meta { font-size: 13px; color: rgba(15,42,74,0.55); margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid var(--rule); }

/* ===== Compliance badges ===== */
.compliance-badges { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 32px 0; }
.cb { padding: 20px; border: 1px solid var(--rule); border-radius: 4px; text-align: center; background: var(--page-bg); }
.cb b { display: block; font-family: var(--font-editorial); font-size: 18px; color: var(--ink); margin-bottom: 4px; }
.cb span { font-size: 11px; color: rgba(15,42,74,0.55); letter-spacing: 0.04em; }

/* ===== Final CTA — homepage variant with quote ===== */
.final-cta-quote { padding: 144px 0; }
.final-cta-quote .container { max-width: 1080px; }
.final-cta-quote .eyebrow { color: var(--teal-700); }
.final-cta-quote blockquote {
  font-family: var(--font-editorial);
  font-size: clamp(36px, 4.6vw, 60px);
  font-weight: 400; font-style: italic;
  letter-spacing: -0.022em; line-height: 1.18;
  margin: 24px 0 44px; color: var(--ink); max-width: 22ch;
}
.final-cta-quote blockquote em { color: var(--teal-700); }
.final-cta-quote .qmark { color: rgba(15,42,74,0.3); }
/* For-experts page: tighten and let the apply quote span one line */
#apply.final-cta-quote { padding: 72px 0 144px; }
#apply.final-cta-quote blockquote {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(32px, 4.2vw, 56px);
}

@media (max-width: 1024px) {
  .products-grid .pg, .dom-grid { grid-template-columns: repeat(2, 1fr); }
  .ben-grid, .voices-grid, .steps { grid-template-columns: 1fr 1fr; }
  .contact-grid, .legal-grid, .callout-box { grid-template-columns: 1fr; gap: 32px; }
  .legal-toc { position: static; }
  .advantage .regions { grid-template-columns: repeat(3, 1fr); }
  .compliance-badges { grid-template-columns: repeat(2, 1fr); }
  .cov-row { grid-template-columns: 180px 1fr; gap: 24px; }
  .cov-langs { grid-column: 2; text-align: left; }
  .cov-foot { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}
@media (max-width: 720px) {
  .value-3 .v-grid, .products-grid .pg, .dom-grid, .ben-grid, .voices-grid, .steps, .form-row, .page-hero-meta { grid-template-columns: 1fr; }
  .value-3 .v-card + .v-card, .step + .step { padding-left: 32px; border-left: none; }
  .callout-box { padding: 40px 28px; }
  .form { padding: 24px; }
  .cov-row { grid-template-columns: 1fr; gap: 14px; padding: 24px 0; }
  .cov-langs { grid-column: 1; }
}

/* ===== Animated hero glyph ===== */
.hero-glyph svg { overflow: visible; }

/* Slow opposing rotation of ring groups */
@keyframes hg-rot-cw  { to { transform: rotate(360deg); } }
@keyframes hg-rot-ccw { to { transform: rotate(-360deg); } }
.hg-rings-cw  { animation: hg-rot-cw  120s linear infinite; }
.hg-rings-ccw { animation: hg-rot-ccw  90s linear infinite; }

/* Pulsing expert nodes — coral halo grows + fades */
@keyframes hg-pulse {
  0%   { transform: scale(0.4); opacity: 0; }
  20%  { opacity: 0.9; }
  100% { transform: scale(6);   opacity: 0; }
}
.hg-pulse {
  transform-box: fill-box;
  transform-origin: center;
  animation: hg-pulse 3.6s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

/* Signal arcs — dashed line that travels along the path */
.hg-arc {
  stroke-dasharray: 30 280;
  stroke-dashoffset: 0;
}
@keyframes hg-arc-travel {
  0%   { stroke-dashoffset: 310; opacity: 0; }
  15%  { opacity: 1; }
  85%  { opacity: 1; }
  100% { stroke-dashoffset: 0;   opacity: 0; }
}
.hg-arc-1 { animation: hg-arc-travel 4.2s cubic-bezier(0.65, 0, 0.35, 1) infinite; animation-delay: 0s; }
.hg-arc-2 { animation: hg-arc-travel 5.0s cubic-bezier(0.65, 0, 0.35, 1) infinite; animation-delay: 1.1s; }
.hg-arc-3 { animation: hg-arc-travel 4.6s cubic-bezier(0.65, 0, 0.35, 1) infinite; animation-delay: 2.3s; }
.hg-arc-4 { animation: hg-arc-travel 5.4s cubic-bezier(0.65, 0, 0.35, 1) infinite; animation-delay: 3.4s; }

/* Coral satellite — slow orbit around center */
@keyframes hg-orbit { to { transform: rotate(360deg); } }
.hg-orbit { animation: hg-orbit 28s linear infinite; }

/* Teal counter-orbit (inner ring) */
@keyframes hg-orbit-ccw { to { transform: rotate(-360deg); } }
.hg-orbit-ccw { animation: hg-orbit-ccw 18s linear infinite; }

/* Radar sweep wedge */
@keyframes hg-radar { to { transform: rotate(360deg); } }
.hg-radar { animation: hg-radar 8s linear infinite; }

/* Inner breathing ring */
@keyframes hg-breath {
  0%, 100% { transform: scale(0.85); opacity: 0.4; }
  50%      { transform: scale(1.15); opacity: 0.9; }
}
.hg-breath { animation: hg-breath 5s cubic-bezier(0.65, 0, 0.35, 1) infinite; }

/* Twinkling background nodes */
@keyframes hg-twinkle {
  0%, 100% { fill-opacity: 0.18; }
  50%      { fill-opacity: 0.7;  }
}
.hg-twinkle { animation: hg-twinkle 2.4s ease-in-out infinite; }

/* Smaller secondary teal pulses */
@keyframes hg-pulse-sm {
  0%   { transform: scale(0.5); opacity: 0; }
  20%  { opacity: 0.9; }
  100% { transform: scale(4.5); opacity: 0; }
}
.hg-pulse-sm {
  transform-box: fill-box;
  transform-origin: center;
  animation: hg-pulse-sm 4.2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

/* Center mark — gentle expanding ring */
@keyframes hg-center {
  0%   { transform: scale(1);  opacity: 0.6; }
  100% { transform: scale(9);  opacity: 0;   }
}
.hg-center-pulse {
  transform-box: fill-box;
  transform-origin: center;
  animation: hg-center 3.2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

@media (prefers-reduced-motion: reduce) {
  .hg-rings-cw, .hg-rings-ccw, .hg-pulse, .hg-pulse-sm, .hg-arc, .hg-orbit, .hg-orbit-ccw, .hg-radar, .hg-breath, .hg-twinkle, .hg-center-pulse { animation: none !important; }
}


/* ============================================================
   PORTAL — Expert Portal (quieter app shell)
   ============================================================ */
.portal-shell { min-height: 100vh; background: var(--page-bg); display: flex; flex-direction: column; }
.portal-topbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 32px; border-bottom: 1px solid var(--rule); background: var(--page-bg);
}
.portal-topbar .wordmark { font-size: 22px; }
.portal-topbar .top-right { display: flex; align-items: center; gap: 18px; font-size: 13px; color: rgba(15,42,74,0.65); }
.portal-topbar .top-right a { color: rgba(15,42,74,0.65); text-decoration: none; }
.portal-topbar .top-right a:hover { color: var(--ink); }

/* === Auth screens === */
.auth-wrap { flex: 1; display: grid; place-items: center; padding: 56px 24px; }
.auth-card {
  width: 100%; max-width: 440px; background: var(--page-bg);
  border: 1px solid var(--rule); border-radius: 8px; padding: 40px;
  box-shadow: 0 1px 0 rgba(15,42,74,0.02), 0 24px 48px -28px rgba(15,42,74,0.18);
}
.auth-card h1 { font-family: var(--font-editorial); font-size: 28px; font-weight: 500; letter-spacing: -0.012em; margin: 0 0 8px; color: var(--ink); }
.auth-card .sub { font-size: 14px; color: rgba(15,42,74,0.65); margin: 0 0 28px; line-height: 1.55; }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; background: rgba(15,42,74,0.04); border-radius: 6px; padding: 4px; margin-bottom: 24px; gap: 4px; }
.auth-tab { padding: 9px 14px; font-size: 13px; font-weight: 500; border: none; background: transparent; cursor: pointer; border-radius: 4px; color: rgba(15,42,74,0.6); transition: all 0.15s; font-family: inherit; }
.auth-tab.active { background: var(--page-bg); color: var(--ink); box-shadow: 0 1px 2px rgba(15,42,74,0.08); }

.auth-field { margin-bottom: 16px; }
.auth-field label { display: block; font-size: 12px; font-weight: 500; color: rgba(15,42,74,0.75); margin-bottom: 6px; letter-spacing: 0.01em; }
.auth-field input, .portal-input {
  width: 100%; padding: 11px 14px; font-size: 14px;
  border: 1px solid var(--rule); border-radius: 6px; background: var(--page-bg);
  font-family: inherit; color: var(--ink); transition: border-color 0.15s, box-shadow 0.15s;
}
.auth-field input:focus, .portal-input:focus { outline: none; border-color: var(--teal-700); box-shadow: 0 0 0 3px rgba(13,82,89,0.1); }
.auth-field .row-flex { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.auth-field .row-flex a { font-size: 12px; color: var(--teal-700); text-decoration: none; }
.auth-field .row-flex a:hover { text-decoration: underline; }
.auth-error { font-size: 12px; color: #b1422f; margin-top: 6px; }

.auth-submit {
  width: 100%; padding: 12px; background: var(--coral-600); color: #fff;
  border: none; border-radius: 6px; font-size: 14px; font-weight: 500;
  cursor: pointer; font-family: inherit; transition: background 0.15s; margin-top: 8px;
}
.auth-submit:hover { background: var(--coral-700, #b54a30); }
.auth-submit:disabled { opacity: 0.5; cursor: not-allowed; }

.auth-divider { display: flex; align-items: center; gap: 12px; margin: 22px 0; font-size: 11px; color: rgba(15,42,74,0.45); letter-spacing: 0.06em; text-transform: uppercase; }
.auth-divider::before, .auth-divider::after { content: ''; flex: 1; height: 1px; background: var(--rule); }

.oauth-btn {
  width: 100%; padding: 11px; background: var(--page-bg); color: var(--ink);
  border: 1px solid var(--rule); border-radius: 6px; font-size: 14px; font-weight: 500;
  cursor: pointer; font-family: inherit; display: flex; align-items: center; justify-content: center; gap: 10px;
  margin-bottom: 10px; transition: background 0.15s, border-color 0.15s;
}
.oauth-btn:hover { background: rgba(15,42,74,0.03); border-color: rgba(15,42,74,0.2); }
.oauth-btn svg { width: 18px; height: 18px; }

.auth-checkbox { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; color: rgba(15,42,74,0.7); line-height: 1.5; margin: 16px 0 4px; }
.auth-checkbox input { margin-top: 2px; accent-color: var(--coral-600); flex-shrink: 0; }
.auth-checkbox a { color: var(--teal-700); text-decoration: none; }
.auth-checkbox a:hover { text-decoration: underline; }

.auth-foot { font-size: 12px; color: rgba(15,42,74,0.55); text-align: center; margin-top: 20px; }
.auth-foot a { color: var(--teal-700); text-decoration: none; }

.magic-sent { padding: 24px; background: rgba(13,82,89,0.06); border: 1px solid rgba(13,82,89,0.18); border-radius: 6px; font-size: 13px; line-height: 1.55; color: var(--ink); margin-top: 8px; }
.magic-sent b { color: var(--teal-700); }

/* === Onboarding === */
.onb-wrap { flex: 1; display: flex; flex-direction: column; }
.onb-progress { padding: 20px 32px; border-bottom: 1px solid var(--rule); background: var(--page-bg); }
.onb-progress-inner { max-width: 840px; margin: 0 auto; }
.onb-steps { display: flex; gap: 8px; align-items: center; font-size: 12px; color: rgba(15,42,74,0.55); }
.onb-steps .stp { display: flex; align-items: center; gap: 8px; }
.onb-steps .stp .dot {
  width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(15,42,74,0.08); color: rgba(15,42,74,0.55); font-size: 11px; font-weight: 600;
  font-family: var(--font-mono);
}
.onb-steps .stp.done .dot { background: var(--teal-700); color: #fff; }
.onb-steps .stp.active .dot { background: var(--coral-600); color: #fff; }
.onb-steps .stp.active span { color: var(--ink); font-weight: 500; }
.onb-steps .stp .bar { width: 32px; height: 1px; background: var(--rule); }
.onb-steps .stp.done .bar { background: var(--teal-700); }

.onb-body { flex: 1; padding: 56px 24px; }
.onb-card {
  max-width: 720px; margin: 0 auto; background: var(--page-bg);
  border: 1px solid var(--rule); border-radius: 8px; padding: 48px;
}
.onb-card h2 { font-family: var(--font-editorial); font-size: 28px; font-weight: 500; letter-spacing: -0.012em; margin: 0 0 8px; color: var(--ink); }
.onb-card .lead { font-size: 14px; color: rgba(15,42,74,0.65); line-height: 1.55; margin: 0 0 32px; }
.onb-card .step-eyebrow { font-family: var(--font-mono); font-size: 11px; color: var(--teal-700); letter-spacing: 0.08em; margin-bottom: 8px; }

.onb-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--rule); }
.onb-back { font-size: 13px; color: rgba(15,42,74,0.55); background: transparent; border: none; cursor: pointer; font-family: inherit; padding: 8px 0; }
.onb-back:hover { color: var(--ink); }
.onb-next {
  padding: 11px 22px; background: var(--coral-600); color: #fff; border: none;
  border-radius: 6px; font-size: 14px; font-weight: 500; cursor: pointer; font-family: inherit;
  display: inline-flex; align-items: center; gap: 8px; transition: background 0.15s;
}
.onb-next:hover { background: var(--coral-700, #b54a30); }
.onb-next:disabled { opacity: 0.4; cursor: not-allowed; }

/* Connect step */
.connect-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 20px; }
.connect-card {
  border: 1px solid var(--rule); border-radius: 6px; padding: 24px;
  display: flex; flex-direction: column; align-items: flex-start; gap: 10px;
  background: var(--page-bg); cursor: pointer; transition: border-color 0.15s, background 0.15s;
  font-family: inherit; text-align: left; width: 100%;
}
.connect-card > * { flex-shrink: 0; }
.connect-card:hover { border-color: rgba(15,42,74,0.25); background: rgba(15,42,74,0.015); }
.connect-card.disabled { opacity: 0.85; cursor: not-allowed; }
.connect-card .ic { width: 36px; height: 36px; border-radius: 6px; background: rgba(15,42,74,0.05); display: grid; place-items: center; color: var(--teal-700); }
.connect-card .ic svg { width: 20px; height: 20px; }
.connect-card .cc-text { display: block; width: 100%; }
.connect-card h4 { font-family: var(--font-editorial); font-size: 17px; font-weight: 500; margin: 0 0 6px; color: var(--ink); line-height: 1.25; }
.connect-card p { font-size: 13px; color: rgba(15,42,74,0.65); margin: 0; line-height: 1.5; }
.connect-card .badge { font-family: var(--font-mono); font-size: 10px; color: rgba(15,42,74,0.5); letter-spacing: 0.08em; background: rgba(15,42,74,0.05); padding: 3px 7px; border-radius: 3px; display: inline-block; white-space: nowrap; }
.connect-card.done { border-color: var(--teal-700); background: rgba(13,82,89,0.04); }
.connect-card.done .ic { background: var(--teal-700); color: #fff; }

.parsing-box { padding: 16px; background: rgba(13,82,89,0.05); border: 1px solid rgba(13,82,89,0.15); border-radius: 6px; font-size: 13px; color: var(--ink); display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.parsing-box .spinner { width: 14px; height: 14px; border: 2px solid rgba(13,82,89,0.2); border-top-color: var(--teal-700); border-radius: 50%; animation: spin 0.7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.skip-link { font-size: 13px; color: rgba(15,42,74,0.55); text-decoration: underline; cursor: pointer; background: none; border: none; padding: 0; font-family: inherit; }
.skip-link:hover { color: var(--ink); }

/* Classify step */
.q-block { margin-bottom: 28px; }
.q-block label.q-label { display: block; font-size: 13px; font-weight: 500; color: var(--ink); margin-bottom: 4px; }
.q-block .q-help { font-size: 12px; color: rgba(15,42,74,0.55); margin-bottom: 10px; }
.q-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.q-chip {
  padding: 8px 14px; border: 1px solid var(--rule); border-radius: 999px;
  background: var(--page-bg); font-size: 13px; cursor: pointer; font-family: inherit;
  color: rgba(15,42,74,0.75); transition: all 0.15s;
}
.q-chip:hover { border-color: rgba(15,42,74,0.3); }
.q-chip.on { background: var(--ink); color: #fff; border-color: var(--ink); }

.lang-row { display: grid; grid-template-columns: 1fr 180px auto; gap: 8px; align-items: center; margin-bottom: 8px; }
.lang-row .lang-other { grid-column: 1 / -1; margin-top: 2px; }
.lang-row select { padding: 9px 10px; font-size: 13px; border: 1px solid var(--rule); border-radius: 6px; background: var(--page-bg); font-family: inherit; }
.lang-row .x-btn { background: transparent; border: none; cursor: pointer; color: rgba(15,42,74,0.4); padding: 6px; font-size: 16px; line-height: 1; }
.lang-row .x-btn:hover { color: #b1422f; }
.add-lang { background: transparent; border: 1px dashed var(--rule); border-radius: 6px; padding: 9px 14px; font-size: 12px; color: rgba(15,42,74,0.65); cursor: pointer; font-family: inherit; }
.add-lang:hover { border-color: rgba(15,42,74,0.3); color: var(--ink); }

.rate-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.rate-row .pfx { position: relative; }
.rate-row .pfx::before { content: '$'; position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: rgba(15,42,74,0.5); font-size: 14px; }
.rate-row .pfx input { padding-left: 24px; }

/* Review step */
.review-list { display: grid; gap: 16px; }
.review-row { display: grid; grid-template-columns: 200px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--rule); align-items: start; }
.review-row .k { font-size: 12px; color: rgba(15,42,74,0.55); font-weight: 500; letter-spacing: 0.01em; padding-top: 2px; }
.review-row .v { font-size: 14px; color: var(--ink); line-height: 1.5; }
.review-row .v .empty { color: rgba(15,42,74,0.4); font-style: italic; }

/* Submitted step */
.submit-art {
  width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(13,82,89,0.1); color: var(--teal-700); margin: 0 auto 24px;
}
.submit-art svg { width: 32px; height: 32px; }
.submit-card { text-align: center; }
.submit-card h2 { font-size: 32px; }
.submit-card .lead { max-width: 480px; margin: 0 auto 32px; }
.submit-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* === Dashboard === */
.dash-hero {
  border-bottom: 1px solid var(--rule); padding: 48px 32px; background: var(--page-bg);
}
.dash-hero-inner { max-width: 1080px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.dash-hello { font-family: var(--font-editorial); font-size: 32px; font-weight: 500; letter-spacing: -0.012em; margin: 0; color: var(--ink); }
.dash-hello em { font-style: normal; color: var(--coral-600); }
.dash-sub { font-size: 14px; color: rgba(15,42,74,0.65); margin: 6px 0 0; }
.status-pill {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px;
  border-radius: 999px; font-size: 13px; font-weight: 500;
  background: rgba(217,142,118,0.12); color: var(--coral-600); border: 1px solid rgba(217,142,118,0.3);
}
.status-pill .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--coral-600); position: relative; }
.status-pill .pulse::after { content: ''; position: absolute; inset: -4px; border-radius: 50%; background: var(--coral-600); opacity: 0.3; animation: pulse 1.6s ease-out infinite; }
@keyframes pulse { 0% { transform: scale(0.6); opacity: 0.4; } 100% { transform: scale(1.6); opacity: 0; } }

.dash-body { padding: 48px 32px; }
.dash-grid { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr; gap: 24px; }
.dash-panel {
  background: var(--page-bg); border: 1px solid var(--rule); border-radius: 8px; padding: 32px;
}
.dash-panel h3 { font-family: var(--font-editorial); font-size: 20px; font-weight: 500; margin: 0 0 4px; color: var(--ink); }
.dash-panel .panel-sub { font-size: 13px; color: rgba(15,42,74,0.6); margin: 0 0 22px; }
.dash-panel .panel-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 22px; gap: 12px; }
.dash-panel .panel-head a { font-size: 13px; color: var(--teal-700); text-decoration: none; }
.dash-panel .panel-head a:hover { text-decoration: underline; }

.profile-row { display: grid; grid-template-columns: 140px 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--rule); }
.profile-row:last-child { border-bottom: none; }
.profile-row .k { font-size: 12px; color: rgba(15,42,74,0.55); }
.profile-row .v { font-size: 14px; color: var(--ink); }
.profile-row .v .empty { color: rgba(15,42,74,0.4); font-style: italic; }

.timeline { display: grid; gap: 14px; }
.tl-item { display: grid; grid-template-columns: 24px 1fr; gap: 12px; align-items: start; }
.tl-item .tl-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(15,42,74,0.2); margin-top: 6px; margin-left: 7px; }
.tl-item.done .tl-dot { background: var(--teal-700); }
.tl-item.active .tl-dot { background: var(--coral-600); box-shadow: 0 0 0 4px rgba(217,142,118,0.2); }
.tl-item .tl-title { font-size: 14px; color: var(--ink); font-weight: 500; }
.tl-item .tl-meta { font-size: 12px; color: rgba(15,42,74,0.55); }

.dash-cta { background: var(--ink); color: #fff; border-radius: 8px; padding: 28px; }
.dash-cta h4 { font-family: var(--font-editorial); font-size: 18px; font-weight: 500; margin: 0 0 8px; color: #fff; }
.dash-cta p { font-size: 13px; color: rgba(255,255,255,0.7); margin: 0 0 16px; line-height: 1.55; }
.dash-cta a { display: inline-block; font-size: 13px; color: #fff; text-decoration: underline; }

.logout-btn { background: transparent; border: 1px solid var(--rule); color: rgba(15,42,74,0.7); padding: 7px 14px; border-radius: 6px; font-size: 13px; cursor: pointer; font-family: inherit; }
.logout-btn:hover { border-color: rgba(15,42,74,0.3); color: var(--ink); }

@media (max-width: 720px) {
  .auth-card, .onb-card { padding: 28px; }
  .connect-grid, .rate-row, .dash-grid { grid-template-columns: 1fr; }
  .review-row, .profile-row { grid-template-columns: 1fr; gap: 4px; }
  .lang-row { grid-template-columns: 1fr 1fr 32px; }
  .portal-topbar { padding: 14px 18px; }
  .dash-hero, .dash-body { padding: 32px 18px; }
}


/* ============================================================
   About page
   ============================================================ */
.about-section { padding: 96px 0; border-top: 1px solid var(--rule); }
.about-section-alt { background: var(--off-white); }
.about-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 80px;
  max-width: 1080px;
  margin: 0 auto;
  align-items: start;
}
.about-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal-700);
  padding-top: 8px;
  border-top: 1px solid var(--ink);
  align-self: start;
}
.about-prose { color: var(--ink); }
.about-prose p {
  font-family: var(--font-editorial);
  font-weight: 400;
  font-size: 26px;
  line-height: 1.45;
  letter-spacing: -0.005em;
  margin: 0 0 28px;
  text-wrap: pretty;
}
.about-prose p:last-child { margin-bottom: 0; }
.about-prose p em { color: var(--coral-600); font-style: italic; }
.about-prose b { font-weight: 600; }

/* values grid */
.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border: 1px solid var(--rule);
  background: var(--paper);
  margin-top: 48px;
}
.value-card {
  padding: 44px 40px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  position: relative;
}
.value-card:nth-child(2n) { border-right: none; }
.value-card:nth-last-child(-n+2) { border-bottom: none; }
.value-card .vc-num {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.15em;
  color: var(--teal-700);
  margin-bottom: 18px;
}
.value-card h3 {
  font-family: var(--font-editorial);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 12px;
}
.value-card p {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(15,42,74,0.7);
  margin: 0;
  text-wrap: pretty;
}

/* closing mark — three big lines */
.about-closing {
  padding: 120px 0 96px;
  text-align: center;
  border-top: 1px solid var(--rule);
}
.about-closing p {
  font-family: var(--font-editorial);
  font-weight: 400;
  font-size: clamp(36px, 4.6vw, 56px);
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--ink);
  margin: 0 0 6px;
}
.about-closing p:last-child { margin-bottom: 0; color: rgba(15,42,74,0.85); }
.about-closing p em { color: var(--coral-600); font-style: italic; }

/* about page final CTA tweaks */
.about-closing + .final-cta-quote { padding-top: 56px; }

/* ============================================================
   Home page — About teaser band
   ============================================================ */
.about-teaser {
  padding: 96px 0;
  background: var(--off-white);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.about-teaser .container {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1180px;
}
.about-teaser .at-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal-700);
  margin-bottom: 18px;
}
.about-teaser h2 {
  font-family: var(--font-editorial);
  font-weight: 400;
  font-size: clamp(36px, 3.6vw, 48px);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 24px;
  color: var(--ink);
  text-wrap: balance;
}
.about-teaser h2 em { color: var(--coral-600); font-style: italic; }
.about-teaser p {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(15,42,74,0.72);
  margin: 0 0 28px;
  max-width: 52ch;
}
.about-teaser .at-link {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
}
.about-teaser .at-link:hover { color: var(--coral-600); border-bottom-color: var(--coral-600); }
.about-teaser .at-side {
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.about-teaser .at-stat {
  padding: 16px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.about-teaser .at-stat:nth-child(2n) { border-right: none; }
.about-teaser .at-stat:nth-last-child(-n+2) { border-bottom: none; }
.about-teaser .at-stat b {
  display: block;
  font-family: var(--font-editorial);
  font-weight: 500;
  font-size: 32px;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 8px;
}
.about-teaser .at-stat span {
  font-size: 13px;
  color: rgba(15,42,74,0.65);
  line-height: 1.4;
  display: block;
}

@media (max-width: 880px) {
  .about-grid { grid-template-columns: 1fr; gap: 24px; }
  .about-eyebrow { border-top: none; padding-top: 0; }
  .about-prose p { font-size: 22px; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card, .value-card:nth-child(2n) { border-right: none; border-bottom: 1px solid var(--rule); }
  .value-card:last-child { border-bottom: none; }
  .about-teaser .container { grid-template-columns: 1fr; gap: 40px; }
}
