:root {
  --ink: #10110f;
  --ink-raised: #171815;
  --paper: #f0eadf;
  --paper-muted: #b9b2a7;
  --line: rgba(240, 234, 223, 0.16);
  --molten: #ff5a1f;
  --molten-soft: #ff8a52;
  --verified: #b8f45f;
  --font-geist-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-geist-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--font-geist-sans), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
main { min-height: 100vh; overflow: hidden; background: radial-gradient(circle at 82% 8%, rgba(255,90,31,.12), transparent 24%), var(--ink); }
.site-header { height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(24px, 5vw, 76px); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.42); position: relative; transform: rotate(-3deg); }
.brand-mark::after { content: ''; position: absolute; inset: 5px; border: 1px solid var(--molten); }
.brand-mark span { font: 700 12px var(--font-geist-mono); letter-spacing: -.06em; z-index: 1; }
.brand-name { font-size: 17px; font-weight: 650; letter-spacing: -.03em; }
.site-header nav { display: flex; gap: 28px; }
.site-header nav a { color: #898981; font: 600 10px var(--font-geist-mono); letter-spacing: .08em; text-transform: uppercase; transition: color .2s ease; }
.site-header nav a:hover { color: var(--paper); }
.header-link { justify-self: end; font: 600 11px var(--font-geist-mono); letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid var(--paper); padding-bottom: 5px; }
.hero { width: min(1450px, 100%); min-height: calc(100vh - 84px); margin: 0 auto; padding: clamp(72px, 10vh, 124px) clamp(24px, 5vw, 76px) 80px; display: grid; grid-template-columns: minmax(0, .94fr) minmax(480px, 1.06fr); gap: clamp(48px, 7vw, 112px); align-items: center; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 28px; color: var(--molten-soft); font: 600 11px var(--font-geist-mono); letter-spacing: .13em; }
.eyebrow span { width: 28px; height: 1px; background: var(--molten); }
h1 { margin: 0; max-width: 800px; font-size: clamp(54px, 6.25vw, 96px); line-height: .91; letter-spacing: -.073em; font-weight: 570; }
h1 em { display: block; color: var(--molten); font-style: normal; }
.hero-deck { max-width: 620px; margin: 34px 0 0; color: var(--paper-muted); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.55; letter-spacing: -.02em; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 38px; flex-wrap: wrap; }
.primary-cta, .secondary-cta { display: inline-flex; align-items: center; gap: 18px; padding: 17px 20px; background: var(--paper); color: var(--ink); font-weight: 700; font-size: 14px; transition: transform .2s ease, background .2s ease; }
.primary-cta:hover, .secondary-cta:hover { transform: translateY(-2px); background: #fff8ed; }
.primary-cta span, .secondary-cta span { color: var(--molten); font-size: 20px; line-height: 0; }
.micro-proof { color: #7e7b74; font: 500 11px var(--font-geist-mono); }
.micro-proof i { display: inline-block; width: 6px; height: 6px; background: var(--verified); border-radius: 50%; margin-right: 8px; }
.identity-note { margin: 22px 0 0; color: #6f7069; font: 500 10px/1.5 var(--font-geist-mono); }
.identity-note strong { color: var(--paper-muted); }
.foundry-card { position: relative; border: 1px solid rgba(255,255,255,.2); padding: 22px; background: rgba(20,21,18,.9); box-shadow: 0 35px 90px rgba(0,0,0,.3); }
.foundry-card::before, .foundry-card::after { content: ''; position: absolute; width: 12px; height: 12px; }
.foundry-card::before { left: -1px; top: -1px; border-left: 2px solid var(--molten); border-top: 2px solid var(--molten); }
.foundry-card::after { right: -1px; bottom: -1px; border-right: 2px solid var(--molten); border-bottom: 2px solid var(--molten); }
.card-topline { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: #77776f; font: 600 9px var(--font-geist-mono); letter-spacing: .09em; }
.live-label { color: var(--verified); }
.live-label i { display: inline-block; width: 6px; height: 6px; background: var(--verified); border-radius: 50%; margin-right: 6px; animation: pulse 1.8s infinite; }
.case-label { padding: 24px 0 8px; }
.case-label span { display: block; color: var(--molten-soft); font: 600 9px var(--font-geist-mono); letter-spacing: .12em; margin-bottom: 8px; }
.case-label strong { display: block; max-width: 440px; font-size: clamp(24px, 2.5vw, 38px); line-height: 1.05; letter-spacing: -.045em; }
.build-line { display: grid; gap: 12px; padding: 18px 0; }
.stage { min-height: 76px; display: grid; grid-template-columns: 42px 1fr; align-items: center; border: 1px solid var(--line); padding: 14px 15px; position: relative; background: rgba(255,255,255,.018); }
.stage-index { color: #575951; font: 600 11px var(--font-geist-mono); }
.stage-label { display: block; margin-bottom: 6px; color: #777970; font: 600 9px var(--font-geist-mono); letter-spacing: .12em; }
.stage strong { font-size: 15px; letter-spacing: -.02em; }
.stage-forge { border-color: rgba(255,90,31,.46); background: linear-gradient(90deg, rgba(255,90,31,.13), transparent); }
.stage-forge .stage-label, .stage-forge .stage-index { color: var(--molten-soft); }
.stage-verified { border-color: rgba(184,244,95,.26); }
.stage-verified .stage-label { color: var(--verified); }
.connector { position: absolute; width: 1px; height: 13px; background: #4b4c45; left: 35px; bottom: -13px; z-index: 2; }
.forge-output { border-top: 1px solid var(--line); padding-top: 18px; display: grid; grid-template-columns: 48px 1fr auto; gap: 14px; align-items: center; }
.output-stamp { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--molten); color: var(--molten); font: 800 15px var(--font-geist-mono); transform: rotate(-4deg); }
.forge-output span { display: block; margin-bottom: 4px; color: #73756e; font: 600 8px var(--font-geist-mono); letter-spacing: .12em; }
.forge-output strong { font-size: 13px; }
.status-pill { margin: 0 !important; padding: 6px 8px; border: 1px solid rgba(184,244,95,.4); color: var(--verified) !important; }
.marquee { border-block: 1px solid var(--line); overflow: hidden; white-space: nowrap; background: #131411; }
.marquee div { width: max-content; padding: 18px 0; color: #73736d; font: 600 10px var(--font-geist-mono); letter-spacing: .14em; animation: crawl 22s linear infinite; }
.marquee span { color: var(--molten); margin: 0 34px; }
.section-shell { width: min(1450px, 100%); margin: 0 auto; padding: clamp(90px, 11vw, 160px) clamp(24px, 5vw, 76px); }
.section-heading { max-width: 920px; margin-bottom: 60px; }
.section-heading h2, .case-intro h2, .service-copy h2 { margin: 0; font-size: clamp(42px, 5.5vw, 78px); line-height: .98; letter-spacing: -.06em; font-weight: 560; }
.section-kicker { margin-bottom: 22px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.process-card { min-height: 390px; padding: clamp(24px, 3.2vw, 46px); position: relative; overflow: hidden; border-right: 1px solid var(--line); background: rgba(255,255,255,.012); }
.process-card:last-child { border-right: 0; }
.process-top { display: flex; justify-content: space-between; color: #6a6b65; font: 600 9px var(--font-geist-mono); letter-spacing: .1em; }
.process-top span:first-child { color: var(--molten-soft); }
.process-card h3 { margin: 70px 0 16px; font-size: clamp(31px, 3vw, 48px); letter-spacing: -.05em; }
.process-card p { max-width: 340px; margin: 0; color: #97968f; font-size: 15px; line-height: 1.6; }
.process-glyph { position: absolute; right: 28px; bottom: 24px; width: 86px; height: 86px; opacity: .72; }
.process-glyph span { position: absolute; display: block; border: 1px solid #4e5049; }
.glyph-01 span:nth-child(1) { inset: 10px 34px; border-color: var(--molten); }
.glyph-01 span:nth-child(2) { inset: 34px 10px; }
.glyph-01 span:nth-child(3) { inset: 23px; transform: rotate(45deg); }
.glyph-02 span:nth-child(1) { width: 66px; height: 1px; left: 10px; top: 42px; transform: rotate(28deg); border-color: var(--molten); }
.glyph-02 span:nth-child(2) { width: 66px; height: 1px; left: 10px; top: 42px; transform: rotate(-28deg); }
.glyph-02 span:nth-child(3) { inset: 15px; border-radius: 50%; }
.glyph-03 span:nth-child(1) { inset: 8px; border-color: var(--verified); }
.glyph-03 span:nth-child(2) { width: 38px; height: 18px; border: 0; border-left: 2px solid var(--verified); border-bottom: 2px solid var(--verified); transform: rotate(-45deg); left: 25px; top: 28px; }
.glyph-03 span:nth-child(3) { inset: 20px; opacity: .35; }
.lanes { border-top: 1px solid var(--line); }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.split-heading > p { margin: 0; color: #8d8c85; font-size: 16px; line-height: 1.65; max-width: 520px; }
.lane-list { border-top: 1px solid var(--line); }
.lane-row { min-height: 150px; display: grid; grid-template-columns: 70px 190px 1fr auto; gap: 24px; align-items: center; border-bottom: 1px solid var(--line); transition: background .2s ease, padding .2s ease; }
.lane-row:hover { background: rgba(255,255,255,.018); padding-inline: 16px; }
.lane-number { color: var(--molten-soft); font: 600 10px var(--font-geist-mono); }
.lane-code { color: #72736c; font: 600 9px/1.5 var(--font-geist-mono); letter-spacing: .1em; }
.lane-row h3 { margin: 0 0 8px; font-size: clamp(23px, 2.5vw, 36px); letter-spacing: -.04em; }
.lane-row p { margin: 0; color: #82827b; font-size: 14px; }
.lane-arrow { color: var(--molten); font-size: 26px; }
.case-study { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(60px, 10vw, 150px); align-items: center; background: linear-gradient(135deg, rgba(255,90,31,.06), transparent 55%); border-top: 1px solid var(--line); }
.case-intro > p:not(.section-kicker) { max-width: 600px; color: #9a9991; font-size: 17px; line-height: 1.65; margin: 28px 0; }
.case-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.case-tags span { padding: 7px 9px; border: 1px solid var(--line); color: #777870; font: 600 8px var(--font-geist-mono); letter-spacing: .1em; }
.receipt { border: 1px solid rgba(184,244,95,.25); background: #121410; padding: 24px; box-shadow: 0 40px 90px rgba(0,0,0,.26); }
.receipt-header { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: #70716a; font: 600 9px var(--font-geist-mono); letter-spacing: .1em; }
.receipt-header span:last-child { color: var(--verified); }
.receipt-counts { display: grid; grid-template-columns: repeat(3, 1fr); padding: 32px 0; border-bottom: 1px solid var(--line); }
.receipt-counts div { text-align: center; border-right: 1px solid var(--line); }
.receipt-counts div:last-child { border-right: 0; }
.receipt-counts strong { display: block; font-size: clamp(38px, 5vw, 62px); letter-spacing: -.06em; }
.receipt-counts span { color: #6d6e68; font: 600 8px var(--font-geist-mono); letter-spacing: .1em; }
.receipt-rows { padding: 18px 0; }
.receipt-rows div { display: grid; grid-template-columns: 16px 1fr auto; padding: 12px 0; color: #91918a; font: 500 11px var(--font-geist-mono); border-bottom: 1px solid rgba(255,255,255,.06); }
.receipt-rows strong { color: var(--paper); }
.dot { width: 6px; height: 6px; border-radius: 50%; align-self: center; }
.dot-green { background: var(--verified); }
.dot-orange { background: var(--molten); }
.receipt > p { margin: 4px 0 0; color: #61625d; font: 500 9px/1.5 var(--font-geist-mono); }
.service-band { width: min(1450px, calc(100% - 48px)); margin: 0 auto 70px; padding: clamp(42px, 6vw, 82px); display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; background: var(--paper); color: var(--ink); }
.service-copy { max-width: 900px; }
.service-copy .section-kicker { color: #a94620; }
.service-copy h2 { font-size: clamp(38px, 4.6vw, 68px); }
.service-copy > p:last-child { max-width: 700px; color: #64625c; line-height: 1.6; margin: 24px 0 0; }
.service-band .secondary-cta { background: var(--ink); color: var(--paper); white-space: nowrap; }
footer { min-height: 160px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(24px, 5vw, 76px); border-top: 1px solid var(--line); }
.footer-brand { justify-self: start; }
footer p { color: #74756e; font-size: 13px; }
footer > span { justify-self: end; color: #5e5f59; font: 600 9px var(--font-geist-mono); letter-spacing: .1em; }
@keyframes pulse { 0%,100% { opacity: 1; box-shadow: 0 0 0 0 rgba(184,244,95,.3); } 50% { opacity: .55; box-shadow: 0 0 0 5px rgba(184,244,95,0); } }
@keyframes crawl { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; } .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 68px; } .foundry-card { max-width: 720px; }
  .process-grid { grid-template-columns: 1fr; } .process-card { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--line); } .process-card:last-child { border-bottom: 0; }
  .split-heading, .case-study { grid-template-columns: 1fr; }
  .lane-row { grid-template-columns: 54px 160px 1fr auto; }
  .service-band { grid-template-columns: 1fr; align-items: start; }
}
@media (max-width: 660px) {
  .site-header { height: 72px; } .header-link { display: none; }
  .hero { min-height: auto; padding-top: 56px; } h1 { font-size: clamp(48px, 15vw, 70px); }
  .foundry-card { padding: 14px; } .card-topline { flex-direction: column; gap: 8px; } .forge-output { grid-template-columns: 42px 1fr; } .status-pill { display: none !important; }
  .section-shell { padding-block: 90px; } .section-heading { margin-bottom: 42px; }
  .process-card { min-height: 330px; }
  .split-heading { gap: 28px; }
  .lane-row { grid-template-columns: 34px 1fr auto; gap: 12px; padding-block: 24px; }
  .lane-code { grid-column: 2; } .lane-row > div { grid-column: 2; } .lane-number { grid-row: 1 / span 2; } .lane-arrow { grid-column: 3; grid-row: 1 / span 2; }
  .receipt-counts strong { font-size: 38px; }
  .service-band { width: calc(100% - 24px); margin-bottom: 28px; padding: 32px 24px; }
  .service-band .secondary-cta { white-space: normal; }
  footer { grid-template-columns: 1fr; gap: 22px; padding-block: 38px; } footer p, footer > span { justify-self: start; margin: 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
