/* =========================================================================
   Proto-page extras — CSS for the bespoke viz/section classes used by the
   injected ai-agents / ai-agents-standalone / websites bodies that the theme
   did not already style. Pulled verbatim from the prototype by
   tools/extract-proto-css.mjs; fonts are self-hosted, only the --white* /
   --line-bright / --gold-soft palette tokens are aliased to theme tokens.
   ========================================================================= */
.site-main {
	--white: var(--text);
	--white-soft: var(--text-secondary);
	--white-faint: var(--text-muted);
	--white-dim: var(--text-muted);
	--line-bright: rgba(248, 247, 244, 0.22);
	--gold-soft: rgba(200, 169, 107, 0.55);
}

.pricing-face-btn { transition: transform 0.2s ease; }

.pricing-face-btn img { transition: border-color 0.2s ease, box-shadow 0.2s ease; }

.pricing-face-btn:hover { transform: translateY(-4px); }

.pricing-face-btn:hover img { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,169,107,0.25); }

.pricing-face-btn:focus-visible { outline: none; }

.pricing-face-btn:focus-visible img { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,169,107,0.45); }

/* PRICING + STANDALONE ECONOMIC ANCHOR PERSONALIZATION */
.vert-personalized-anchor {
  display: none;
  margin-top: 32px;
  padding: 24px 28px;
  border: 1px solid var(--line-gold);
  background: rgba(200, 169, 107, 0.06);
}

body.has-vertical .vert-personalized-anchor { display: block; }

.vert-personalized-anchor-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.vert-personalized-anchor-text {
  font-size: 14px;
  color: var(--white);
  line-height: 1.6;
  margin: 0;
}

.vert-personalized-anchor-text strong { color: var(--gold); }

/* Industry card variant — used on /ai-agents-standalone */
.industries-grid .industry-card {
  padding: 36px 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex; flex-direction: column;
  transition: background 0.4s;
}

.industries-grid .industry-card:hover { background: var(--navy-2); }

.industry-eyebrow {
  font-family: 'JetBrains Mono', monospace; font-size: 10px;
  color: var(--gold); letter-spacing: 0.22em; text-transform: uppercase;
  margin-bottom: 16px;
}

.industries-grid .industry-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px; font-weight: 400; letter-spacing: -0.01em;
  color: var(--white); line-height: 1.2;
  margin: 0 0 12px;
}

.industry-desc {
  font-family: 'Inter', sans-serif; font-size: 14px; line-height: 1.6;
  color: var(--white-soft); margin: 0 0 24px;
}

.industry-meta { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); }

.industry-meta-row {
  display: grid; grid-template-columns: 110px 1fr; gap: 12px;
  font-family: 'Inter', sans-serif; font-size: 12px; line-height: 1.5;
  padding: 6px 0;
}

.industry-meta-row .meta-label {
  font-family: 'JetBrains Mono', monospace; font-size: 9px;
  color: var(--gold); letter-spacing: 0.18em; text-transform: uppercase;
  padding-top: 2px;
}

.industry-meta-row .meta-value { color: var(--white-soft); }

/* Also serving strip — used on /ai-agents-standalone */
.also-serving-strip {
  margin-top: 56px;
  padding: 36px 32px;
  border: 1px solid var(--line);
  background: rgba(200, 169, 107, 0.03);
}

.also-serving-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 20px;
}

.also-serving-list {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px;
}

.also-serving-item { padding-right: 8px; }

.also-serving-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px; font-weight: 500; color: var(--white);
  margin-bottom: 8px; line-height: 1.2;
}

.also-serving-detail {
  font-family: 'Inter', sans-serif; font-size: 12px;
  color: var(--white-soft); line-height: 1.5;
}

@media (max-width: 1100px) {
  .also-serving-list { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 700px) {
  .also-serving-list { grid-template-columns: 1fr; }
}

/* ============================================================
   FUNCTION REPLACEMENT POSITIONING — META FRAME + VIZ + LAYERED
   ============================================================ */

/* META FRAME — opens the positioning */
.meta-frame {
  padding: 56px 48px;
  border: 1px solid var(--line-gold);
  background: linear-gradient(180deg, rgba(200, 169, 107, 0.06) 0%, rgba(200, 169, 107, 0.02) 100%);
  max-width: 1080px;
  margin: 0 auto;
}

.meta-frame-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 400;
  color: var(--white);
  margin: 18px 0 28px;
  line-height: 1.15;
}

.meta-frame-h2 em { font-style: italic; color: var(--gold); }

.meta-frame-lede {
  font-size: 16px;
  color: var(--white-soft);
  line-height: 1.7;
  margin-bottom: 18px;
}

.meta-frame-lede:last-child { margin-bottom: 0; }

.meta-frame-lede strong { color: var(--white); }

.meta-frame-lede em { color: var(--gold); font-style: italic; }

/* VIZ 1 — CAPACITY GAP */
.viz-capacity {
  border: 1px solid var(--line);
  max-width: 1100px;
  margin: 0 auto;
}

.viz-cap-row {
  display: grid;
  grid-template-columns: 1.3fr 1.8fr 1.8fr;
  gap: 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
}

.viz-cap-row:last-child { border-bottom: none; }

.viz-cap-header {
  background: rgba(200, 169, 107, 0.06);
  border-bottom: 1px solid var(--line-gold);
}

.viz-cap-header .viz-cap-dim,
.viz-cap-header .viz-cap-human,
.viz-cap-header .viz-cap-ai {
  padding: 18px 22px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  text-align: left;
}

.viz-cap-header .viz-cap-sub {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  color: var(--white-dim);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.02em;
  display: block;
  margin-top: 4px;
}

.viz-cap-dim {
  padding: 22px;
  font-size: 13px;
  color: var(--white);
  font-weight: 500;
  border-right: 1px solid var(--line);
}

.viz-cap-human, .viz-cap-ai {
  padding: 22px;
  border-right: 1px solid var(--line);
}

.viz-cap-ai { border-right: none; }

.viz-cap-bar {
  width: 100%;
  height: 6px;
  background: rgba(248, 247, 244, 0.05);
  margin-bottom: 10px;
  position: relative;
}

.viz-cap-fill {
  height: 100%;
}

.viz-cap-fill-human {
  background: rgba(248, 247, 244, 0.3);
}

.viz-cap-fill-ai {
  background: var(--gold);
}

.viz-cap-val {
  font-size: 13px;
  color: var(--white-soft);
  line-height: 1.4;
}

.viz-cap-val-gold {
  color: var(--white);
  font-weight: 500;
}

.viz-cap-sub {
  display: block;
  font-size: 11px;
  color: var(--white-dim);
  margin-top: 4px;
}

.viz-cap-cost {
  background: rgba(200, 169, 107, 0.06);
  border-top: 1px solid var(--line-gold);
}

.viz-cap-cost .viz-cap-dim {
  font-size: 14px;
  color: var(--gold);
}

.viz-cap-cost-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 500;
  color: var(--white-soft);
  line-height: 1.1;
}

.viz-cap-cost-val.viz-cap-val-gold {
  color: var(--gold);
}

.viz-cap-cost-val .viz-cap-sub {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 400;
  display: inline-block;
  margin-left: 6px;
  color: var(--white-dim);
}

.viz-caption {
  font-size: 11px;
  color: var(--white-dim);
  line-height: 1.6;
  max-width: 760px;
  margin: 24px auto 0;
  font-style: italic;
}

@media (max-width: 900px) {
  .viz-cap-row {
    grid-template-columns: 1fr;
  }
  .viz-cap-dim, .viz-cap-human, .viz-cap-ai {
    border-right: none;
    border-bottom: 1px solid var(--line);
  }
  .viz-cap-row:last-child .viz-cap-ai { border-bottom: none; }
  .meta-frame { padding: 36px 24px; }
  .meta-frame-h2 { font-size: 28px; }
}

/* VIZ 2 — COST PER CONVERSATION */
.viz-cpc {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid var(--line);
}

.viz-cpc-side {
  padding: 56px 48px;
  text-align: center;
}

.viz-cpc-human {
  background: rgba(248, 247, 244, 0.02);
  border-right: 1px solid var(--line);
}

.viz-cpc-ai {
  background: rgba(200, 169, 107, 0.05);
  border-left: 1px solid var(--line);
}

.viz-cpc-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.viz-cpc-detail {
  font-size: 12px;
  color: var(--white-dim);
  margin-bottom: 24px;
}

.viz-cpc-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 96px;
  font-weight: 300;
  color: var(--white);
  line-height: 1;
  margin-bottom: 16px;
}

.viz-cpc-ai .viz-cpc-num { color: var(--gold); }

.viz-cpc-unit {
  font-size: 24px;
  color: var(--white-dim);
  font-style: italic;
  font-weight: 400;
  margin-left: 4px;
}

.viz-cpc-foot {
  font-size: 12px;
  color: var(--white-soft);
  font-style: italic;
}

.viz-cpc-mult {
  padding: 32px 28px;
  text-align: center;
  border-left: 1px solid var(--line-gold);
  border-right: 1px solid var(--line-gold);
  background: var(--navy-2);
}

.viz-cpc-mult-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 72px;
  font-weight: 500;
  color: var(--gold);
  line-height: 1;
}

.viz-cpc-mult-x {
  font-size: 36px;
  vertical-align: super;
  margin-left: 4px;
}

.viz-cpc-mult-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 12px;
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .viz-cpc { grid-template-columns: 1fr; }
  .viz-cpc-human, .viz-cpc-ai {
    border-right: none; border-left: none;
    border-bottom: 1px solid var(--line);
  }
  .viz-cpc-num { font-size: 64px; }
  .viz-cpc-mult { border: none; border-bottom: 1px solid var(--line-gold); padding: 24px; }
  .viz-cpc-mult-num { font-size: 48px; }
}

/* VIZ 3 — COMPETITIVE TIMELINE */
.viz-timeline {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 32px 36px;
  border: 1px solid var(--line);
  position: relative;
}

.viz-tl-axis {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 32px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.viz-tl-q {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--white-dim);
  text-align: center;
}

.viz-tl-curves {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.viz-tl-curve {
  padding: 24px;
  border: 1px solid var(--line);
  text-align: center;
}

.viz-tl-curve-early {
  border-color: var(--line-gold);
  background: rgba(200, 169, 107, 0.06);
}

.viz-tl-curve-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.viz-tl-curve-early .viz-tl-curve-label { color: var(--gold); }

.viz-tl-curve-late .viz-tl-curve-label { color: var(--white-dim); }

.viz-tl-curve-bar {
  width: 60%;
  background: linear-gradient(180deg, var(--gold) 0%, rgba(200, 169, 107, 0.3) 100%);
  margin: 0 auto 16px;
  border-radius: 2px 2px 0 0;
  min-height: 32px;
  max-height: 140px;
}

.viz-tl-curve-late .viz-tl-curve-bar {
  background: linear-gradient(180deg, rgba(248, 247, 244, 0.4) 0%, rgba(248, 247, 244, 0.1) 100%);
}

.viz-tl-curve-detail {
  font-size: 12px;
  color: var(--white-soft);
  line-height: 1.5;
}

.viz-tl-now {
  position: absolute;
  top: 0;
  left: 33%;
  height: 100%;
  pointer-events: none;
}

.viz-tl-now-line {
  width: 1px;
  height: 100%;
  background: var(--gold);
  opacity: 0.6;
}

.viz-tl-now-label {
  position: absolute;
  top: -22px;
  left: -34px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--navy);
  padding: 4px 8px;
}

@media (max-width: 900px) {
  .viz-tl-curves { grid-template-columns: 1fr; gap: 24px; }
  .viz-timeline { padding: 36px 20px 28px; }
  .viz-tl-now { display: none; }
}

/* LAYERED FRAME — 3 stacked rows of capability, math, timing */
.layered-frame {
  max-width: 1080px;
  margin: 0 auto;
  border: 1px solid var(--line);
}

.layered-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0;
  border-bottom: 1px solid var(--line);
  align-items: stretch;
}

.layered-row:last-child { border-bottom: none; }

.layered-tag {
  background: rgba(200, 169, 107, 0.05);
  padding: 40px 32px;
  border-right: 1px solid var(--line);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: flex-start;
}

.layered-content {
  padding: 40px 36px;
}

.layered-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 400;
  color: var(--white);
  margin: 0 0 16px;
  line-height: 1.25;
}

.layered-content h3 em { font-style: italic; color: var(--gold); }

.layered-content p {
  font-size: 14px;
  color: var(--white-soft);
  line-height: 1.7;
  margin: 0;
}

.layered-content p strong { color: var(--white); }

@media (max-width: 900px) {
  .layered-row { grid-template-columns: 1fr; }
  .layered-tag {
    border-right: none;
    border-bottom: 1px solid var(--line);
    padding: 20px 24px;
  }
  .layered-content { padding: 28px 24px; }
  .layered-content h3 { font-size: 22px; }
}

.team-meta-row .meta-label {
  font-family: 'JetBrains Mono', monospace; font-size: 9px;
  color: var(--gold); letter-spacing: 0.16em; text-transform: uppercase;
  padding-top: 2px;
}

.team-meta-row .meta-value { color: var(--white-soft); }

.stats-head { text-align: center; max-width: 720px; margin: 0 auto 70px; }

.stats-head .eyebrow { justify-content: center; margin-bottom: 28px; }

.stats-head h2 { margin-bottom: 24px; }

.hew-wrap { max-width:1100px; margin:0 auto; }

.hew-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--line); border:1px solid var(--line); border-radius:14px; overflow:hidden; margin-top:26px; }

.hew-cell { background:var(--navy); padding:24px 18px; }

.hew-cell-ico { width:30px; height:30px; color:var(--gold); margin-bottom:14px; }

.hew-cell h4 { font-family:'Cormorant Garamond',serif; font-weight:600; font-size:19px; color:var(--white); margin:0 0 8px; }

.hew-cell p { font-size:13px; line-height:1.55; color:var(--white-soft); margin:0; }

.hew-foot { margin-top:22px; font-size:13.5px; line-height:1.65; color:var(--white-soft); text-align:center; max-width:72ch; margin-left:auto; margin-right:auto; }

.hew-foot strong { color:var(--gold); }

@media (max-width:860px){ .hew-grid { grid-template-columns:repeat(2,1fr); } }

@media (max-width:480px){ .hew-grid { grid-template-columns:1fr; } }
