/* TwentyFiftySix — 2026-07 redesign ("ember on graphite")
   Shared by index.html + investors.html. Values transcribed 1:1 from the
   Claude design files (Landing Page.dc.html / Investors.dc.html). */

body {
  margin: 0;
  background: #0f1113;
  color: #f0f0ec;
  font-family: Archivo, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box }
a { color: #ff5a1f; text-decoration: none }
a:hover { color: #ff7d4d }
::selection { background: #ff5a1f; color: #0f1113 }

@keyframes om-in { from { opacity: 0; transform: translateY(8px) } to { opacity: 1; transform: none } }
@keyframes om-bar { from { width: 0 } to { width: 100% } }
@keyframes om-blink { 0%, 100% { opacity: 1 } 50% { opacity: .15 } }
@keyframes om-pulse { 0%, 100% { opacity: .35; transform: scale(1) } 50% { opacity: 1; transform: scale(1.35) } }

.page { min-height: 100vh; background: #0f1113 }

/* ---------- scroll progress ---------- */
.progress {
  position: fixed; top: 0; left: 0; height: 2px;
  background: #ff5a1f; z-index: 60; width: 0;
}

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(15, 17, 19, .86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid #23282d;
}
.site-header .bar {
  max-width: 1200px; margin: 0 auto;
  padding: 12px clamp(16px, 4vw, 28px);
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px;
}
.container-narrow .bar,
.site-header .bar.bar-narrow {
  max-width: 1080px; gap: 10px 22px;
}
.wordmark {
  display: flex; align-items: baseline; gap: 9px; color: #f0f0ec;
}
.wordmark:hover { color: #f0f0ec }
.wordmark .name {
  font-family: Outfit, sans-serif; font-weight: 800; font-size: 17px;
  letter-spacing: -.04em; line-height: 1;
}
.crumb { font: 500 12px/1 'JetBrains Mono', monospace; color: #7d8590 }
.site-nav { display: flex; flex-wrap: wrap; gap: 10px 20px; font: 500 13px/1 Archivo, sans-serif }
.site-nav a { color: #7d8590 }
.site-nav a:hover { color: #f0f0ec }
.spacer { flex: 1 }
.slots {
  display: flex; align-items: center; gap: 7px;
  font: 500 11.5px/1 'JetBrains Mono', monospace; color: #7d8590;
}
.slots .dot {
  width: 6px; height: 6px; border-radius: 50%; background: #ff5a1f;
  animation: om-pulse 2.4s ease-in-out infinite;
}

/* ---------- buttons ---------- */
.btn-primary,
.btn-primary-sm,
.btn-primary-lg {
  display: inline-flex; align-items: center;
  font-family: 'JetBrains Mono', monospace; font-weight: 700; line-height: 1;
  letter-spacing: .09em; text-transform: uppercase;
  color: #0f1113; background: #ff5a1f;
  transition: transform .12s ease, box-shadow .12s ease;
}
.btn-primary:hover, .btn-primary-sm:hover, .btn-primary-lg:hover { color: #0f1113 }
.btn-primary-sm { font-size: 11.5px; letter-spacing: .08em; padding: 12px 15px; box-shadow: 4px 4px 0 #6d2409 }
.btn-primary-sm:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 #6d2409 }
.btn-primary { font-size: 12.5px; padding: 16px 22px; box-shadow: 5px 5px 0 #6d2409 }
.btn-primary:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 #6d2409 }
.btn-primary-lg { font-size: 13.5px; padding: 19px 26px; box-shadow: 6px 6px 0 #6d2409 }
.btn-primary-lg:hover { transform: translate(3px, 3px); box-shadow: 3px 3px 0 #6d2409 }
.btn-arrow::after { content: '→'; margin-left: 12px; font-size: 14px; line-height: 1 }
.btn-primary-lg.btn-arrow::after { margin-left: 14px; font-size: 15px }

.btn-ghost,
.btn-ghost-lg {
  display: inline-flex; align-items: center;
  font-family: 'JetBrains Mono', monospace; font-weight: 700; line-height: 1;
  letter-spacing: .09em; text-transform: uppercase;
  color: #f0f0ec; border: 1px solid #3a4148;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease, color .12s ease;
}
.btn-ghost { font-size: 12.5px; padding: 15px 21px; box-shadow: 5px 5px 0 #191d21 }
.btn-ghost:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 #191d21; border-color: #ff5a1f; color: #ff5a1f }
.btn-ghost-lg { font-size: 13.5px; padding: 18px 25px; box-shadow: 6px 6px 0 #191d21 }
.btn-ghost-lg:hover { transform: translate(3px, 3px); box-shadow: 3px 3px 0 #191d21; border-color: #ff5a1f; color: #ff5a1f }
.btn-email {
  font-weight: 600; letter-spacing: .02em; text-transform: none;
}

/* ---------- shared section chrome ---------- */
.section { border-bottom: 1px solid #23282d }
.section-alt { background: #0c0e10 }
.container { max-width: 1200px; margin: 0 auto; padding: clamp(52px, 7vw, 76px) clamp(18px, 4vw, 28px) clamp(60px, 7vw, 88px) }
.container-1080 { max-width: 1080px; margin: 0 auto }
.eyebrow {
  font: 500 12px/1 'JetBrains Mono', monospace;
  letter-spacing: .14em; color: #ff5a1f; margin-bottom: 14px;
}
.section-title {
  margin: 0 0 44px; max-width: 760px;
  font: 600 clamp(28px, 3.4vw, 42px)/1.1 Archivo, sans-serif;
  letter-spacing: -.025em; text-wrap: balance;
}
.grid-bg {
  background-color: #0f1113;
  background-image: linear-gradient(#181c20 1px, transparent 1px), linear-gradient(90deg, #181c20 1px, transparent 1px);
  background-size: 72px 72px;
}

/* ---------- hero (ship-log variant) ---------- */
.hero { position: relative; border-bottom: 1px solid #23282d; overflow: hidden }
.hero .glow {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(120% 90% at 12% 0%, rgba(255, 90, 31, .10), transparent 60%);
}
.hero-grid {
  position: relative; max-width: 1200px; margin: 0 auto;
  padding: clamp(56px, 7vw, 96px) clamp(18px, 4vw, 28px) clamp(64px, 8vw, 104px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: clamp(36px, 5vw, 64px); align-items: center;
}
.hero-eyebrow {
  font: 500 11.5px/1.6 'JetBrains Mono', monospace;
  letter-spacing: .14em; color: #ff5a1f; margin-bottom: 30px;
  animation: om-in .5s ease both;
}
.hero-h1 {
  margin: 0 0 38px; height: 2.15em; overflow: hidden;
  display: flex; align-items: flex-start;
  font: 800 clamp(48px, 6.4vw, 84px)/1.05 Outfit, sans-serif;
  letter-spacing: -.035em; text-wrap: balance;
  animation: om-in .6s ease both .06s;
}
.hero-h1 .pain { display: inline-block; animation: om-in .45s ease both }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; animation: om-in .6s ease both .18s }
.hero-trust {
  margin-top: 38px; display: flex; flex-wrap: wrap; gap: 10px 26px;
  font: 500 12px/1.6 'JetBrains Mono', monospace; color: #6c757e;
  animation: om-in .6s ease both .24s;
}

/* ship-log terminal card */
.shiplog {
  border: 1px solid #23282d; border-radius: 6px; background: #14171a;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .5); overflow: hidden;
  animation: om-in .7s ease both .2s;
}
.shiplog .titlebar {
  display: flex; align-items: center; gap: 9px; padding: 12px 14px;
  border-bottom: 1px solid #23282d; background: #101315;
}
.shiplog .titlebar .light { width: 9px; height: 9px; border-radius: 50%; background: #2f353b }
.shiplog .titlebar .label { font: 500 11.5px/1 'JetBrains Mono', monospace; color: #7d8590; margin-left: 6px }
.shiplog .body {
  padding: 20px 18px;
  font: 400 clamp(11.5px, 1.15vw, 13.5px)/2.1 'JetBrains Mono', monospace;
  color: #c9d1d9; white-space: nowrap; overflow: hidden;
}
.shiplog .line { display: flex; gap: 14px; animation: om-in .4s ease both }
.shiplog .line:nth-child(1) { animation-delay: .5s }
.shiplog .line:nth-child(2) { animation-delay: .75s }
.shiplog .line:nth-child(3) { animation-delay: 1s }
.shiplog .line:nth-child(4) { animation-delay: 1.25s }
.shiplog .line:nth-child(5) { animation-delay: 1.5s }
.shiplog .wk { color: #ff5a1f }
.shiplog .hi { color: #f0f0ec }
.shiplog .caret { animation: om-blink 1.1s steps(1) infinite; color: #ff5a1f }
.shiplog .track { margin-top: 20px; height: 3px; background: #23282d; border-radius: 2px; overflow: hidden }
.shiplog .fill { height: 3px; background: #ff5a1f; animation: om-bar 1.8s cubic-bezier(.2, .7, .2, 1) both .4s }
.shiplog .legend {
  margin-top: 11px; display: flex; justify-content: space-between;
  font: 500 11.5px/1 'JetBrains Mono', monospace; color: #7d8590;
}
.shiplog .legend .live { color: #ff5a1f }

/* ---------- cells: 1px-gap card grids ---------- */
.cellgrid {
  display: grid; gap: 1px; background: #23282d; border: 1px solid #23282d;
}
.cells-3 { grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)) }
.cells-4 { grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)) }
.cells-faq { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); margin-top: 36px }
.cells-stats { grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) }

.stall { background: #14171a; padding: 30px 26px 34px }
.stall .letter { font: 700 13px/1 'JetBrains Mono', monospace; color: #3a4148; margin-bottom: 22px }
.stall h3 { margin: 0 0 12px; font: 600 20px/1.25 Archivo, sans-serif; letter-spacing: -.01em }
.stall p { margin: 0; font: 400 15px/1.6 Archivo, sans-serif; color: #8b939b; text-wrap: pretty }

.faq-cell { background: #0f1113; padding: 30px 26px }
.faq-cell h3 { margin: 0 0 12px; font: 600 19px/1.3 Archivo, sans-serif; letter-spacing: -.01em }
.faq-cell p { margin: 0; font: 400 15px/1.6 Archivo, sans-serif; color: #8b939b; text-wrap: pretty }

/* ---------- how-it-works step cards ---------- */
.lede {
  margin: 0 0 48px; max-width: 620px;
  font: 400 17px/1.55 Archivo, sans-serif; color: #8b939b; text-wrap: pretty;
}
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(275px, 1fr)); gap: 20px }
.step {
  border: 1px solid #23282d; border-top: 2px solid #ff5a1f; background: #14171a;
  padding: 28px 24px 30px; display: flex; flex-direction: column; gap: 14px;
}
.step.step-muted { border-top-color: #2f353b }
.step .meta { display: flex; justify-content: space-between; align-items: baseline }
.step .tag { font: 500 11.5px/1 'JetBrains Mono', monospace; letter-spacing: .12em; color: #ff5a1f }
.step.step-muted .tag { color: #7d8590 }
.step .time { font: 500 11.5px/1 'JetBrains Mono', monospace; color: #7d8590 }
.step h3 { margin: 0; font: 600 24px/1.15 Archivo, sans-serif; letter-spacing: -.02em }
.step p { margin: 0; font: 400 15px/1.6 Archivo, sans-serif; color: #8b939b; text-wrap: pretty }
.step .price {
  margin-top: auto; padding-top: 18px; border-top: 1px solid #23282d;
  font: 700 18px/1 'JetBrains Mono', monospace; color: #f0f0ec;
}

/* ---------- comparison table ---------- */
.compare-wrap { overflow-x: auto; border: 1px solid #23282d; border-radius: 4px }
.compare { min-width: 680px }
.compare .row { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 1fr); border-bottom: 1px solid #23282d }
.compare .row:last-child { border-bottom: none }
.compare .row.head { background: #14171a }
.compare .cell { padding: 18px 22px }
.compare .head .cell { padding: 16px 22px; font: 500 11.5px/1 'JetBrains Mono', monospace; letter-spacing: .12em; color: #7d8590 }
.compare .cell + .cell { border-left: 1px solid #23282d }
.compare .label { font: 500 15px/1.4 Archivo, sans-serif; color: #f0f0ec }
.compare .agency { font: 400 15px/1.4 'JetBrains Mono', monospace; color: #8b939b }
.compare .tfs { font: 500 15px/1.4 'JetBrains Mono', monospace; color: #f0f0ec; background: rgba(255, 90, 31, .04) }
.compare .head .tfs { font-weight: 700; color: #ff5a1f; background: rgba(255, 90, 31, .06) }
.smallprint { margin-top: 22px; font: 500 12px/1.6 'JetBrains Mono', monospace; color: #6c757e }

/* ---------- work / receipts ---------- */
.workgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); gap: 24px }
.work-card { border: 1px solid #23282d; background: #14171a; border-radius: 4px; overflow: hidden }
a.work-card { display: block; color: inherit; transition: border-color .12s ease }
a.work-card:hover { color: inherit; border-color: #ff5a1f }
.work-card .shot {
  height: 260px; border-bottom: 1px solid #23282d; overflow: hidden;
  background: repeating-linear-gradient(135deg, #191d21, #191d21 8px, #14171a 8px, #14171a 16px);
}
.work-card .shot img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block }
.work-card .body { padding: 26px 24px 28px }
.work-card .meta { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 16px; gap: 10px }
.work-card .cat { font: 500 11.5px/1 'JetBrains Mono', monospace; letter-spacing: .12em; color: #ff5a1f }
.work-card .time { font: 700 11.5px/1 'JetBrains Mono', monospace; color: #f0f0ec; white-space: nowrap }
.work-card .time.badge { border: 1px solid #2f353b; padding: 6px 8px }
.work-card h3 { margin: 0 0 12px; font: 600 25px/1.15 Archivo, sans-serif; letter-spacing: -.02em }
.work-card .desc { font: 400 15px/1.6 Archivo, sans-serif; color: #8b939b; margin-bottom: 22px; text-wrap: pretty }
.tags { display: flex; gap: 8px; flex-wrap: wrap }
.tags span {
  font: 500 11px/1 'JetBrains Mono', monospace; color: #8b939b;
  border: 1px solid #2f353b; padding: 7px 9px; border-radius: 2px;
}

.quote {
  margin-top: 24px; border: 1px solid #23282d; background: #14171a;
  padding: 34px 30px; border-left: 2px solid #ff5a1f;
}
.quote .text { font: 400 clamp(19px, 2.1vw, 26px)/1.45 Archivo, sans-serif; color: #f0f0ec; max-width: 900px; text-wrap: pretty }
.quote .attr { margin-top: 20px; font: 500 11.5px/1 'JetBrains Mono', monospace; letter-spacing: .1em; color: #7d8590 }

/* ---------- about ---------- */
.about-flex { display: flex; flex-wrap: wrap; gap: clamp(32px, 4vw, 56px); align-items: flex-start }
.about-photo { flex: 1 1 300px; max-width: 380px; min-width: 0 }
.about-photo img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover; display: block;
  border: 1px solid #23282d;
}
.about-photo .caption {
  margin-top: 16px; display: flex; flex-direction: column; gap: 6px;
  font: 500 11.5px/1.7 'JetBrains Mono', monospace; color: #6c757e;
}
.about-text { flex: 1 1 460px; min-width: 0 }
.about-text h2 { margin: 0 0 24px; font: 600 clamp(28px, 3.4vw, 42px)/1.1 Archivo, sans-serif; letter-spacing: -.025em; text-wrap: balance }
.about-text p { margin: 0 0 18px; max-width: 660px; font: 400 17px/1.62 Archivo, sans-serif; color: #a8b0b8; text-wrap: pretty }
.about-text p.last { margin-bottom: 34px }
.stack { border-top: 1px solid #23282d; padding-top: 26px }
.stack .label { font: 500 11.5px/1 'JetBrains Mono', monospace; letter-spacing: .12em; color: #7d8590; margin-bottom: 16px }
.chips { display: flex; flex-wrap: wrap; gap: 8px }
.chips span {
  font: 500 12px/1 'JetBrains Mono', monospace; color: #c9d1d9;
  border: 1px solid #2f353b; padding: 9px 11px; border-radius: 2px;
}

/* ---------- investors band (landing) ---------- */
.invest-band {
  max-width: 1200px; margin: 0 auto;
  padding: clamp(40px, 5vw, 52px) clamp(18px, 4vw, 28px);
  display: flex; align-items: center; gap: 40px; flex-wrap: wrap;
}
.invest-band .copy { flex: 1; min-width: 340px }
.invest-band .eyebrow { font-size: 11.5px; margin-bottom: 12px }
.invest-band h2 { margin: 0 0 10px; font: 600 26px/1.2 Archivo, sans-serif; letter-spacing: -.02em }
.invest-band p { margin: 0; font: 400 16px/1.55 Archivo, sans-serif; color: #8b939b; max-width: 620px; text-wrap: pretty }

/* ---------- stats cells (statement hero / investors track record) ---------- */
.stat { background: #0f1113; padding: 28px 24px }
.stat .num { font: 700 34px/1 'JetBrains Mono', monospace; color: #f0f0ec }
.stat .num.accent { color: #ff5a1f }
.stat .label { margin-top: 10px; font: 500 11.5px/1.5 'JetBrains Mono', monospace; color: #7d8590 }

/* ---------- final CTA ---------- */
.cta { position: relative; overflow: hidden }
.cta .glow {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(90% 120% at 50% 100%, rgba(255, 90, 31, .12), transparent 60%);
}
.cta .inner {
  position: relative; max-width: 1200px; margin: 0 auto; text-align: center;
  padding: clamp(70px, 9vw, 110px) clamp(18px, 4vw, 28px) clamp(78px, 9vw, 120px);
}
.numeral { font-family: Michroma, sans-serif; line-height: 1; letter-spacing: -.01em }
.numeral .zero { color: #ff5a1f }
.cta .numeral { font-size: 26px; margin-bottom: 22px }
.cta .display-num { font: 800 30px/1 Outfit, sans-serif; letter-spacing: -.04em; margin-bottom: 22px }
.cta .display-num .zero { color: #ff5a1f }
.cta h2 {
  margin: 0 auto 20px; max-width: 820px;
  font: 700 clamp(32px, 4.4vw, 58px)/1.03 Archivo, sans-serif;
  letter-spacing: -.035em; text-wrap: balance;
}
.cta p { margin: 0 auto 34px; max-width: 560px; font: 400 18px/1.55 Archivo, sans-serif; color: #a8b0b8; text-wrap: pretty }
.cta .ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap }

/* ---------- monogram tile (brand mark · favicon/avatar-scale usage) ---------- */
.mono-tile {
  width: 30px; height: 30px; background: #0f1113; border: 1px solid #2f353b;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: Michroma, sans-serif; font-size: 8.5px; line-height: 1.25;
  letter-spacing: .04em; color: #f0f0ec;
}
.mono-tile .zero { color: #ff5a1f }

/* ---------- footer ---------- */
.site-footer { border-top: 1px solid #23282d; background: #0c0e10 }
.site-footer .inner {
  max-width: 1200px; margin: 0 auto; padding: 30px clamp(18px, 4vw, 28px);
  display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: space-between;
}
.site-footer .mark { display: flex; align-items: center; gap: 12px }
.site-footer .mark .name { font-family: Outfit, sans-serif; font-weight: 800; font-size: 15px; letter-spacing: -.04em; color: #f0f0ec }
.site-footer .meta { display: flex; gap: 22px; font: 500 12px/1 'JetBrains Mono', monospace; color: #6c757e; flex-wrap: wrap }
.site-footer .meta a { color: #6c757e }
.site-footer .meta a:hover { color: #ff7d4d }

/* ---------- investors page ---------- */
.inv-hero { border-bottom: 1px solid #23282d }
.inv-hero .inner { max-width: 1080px; margin: 0 auto; padding: clamp(56px, 7vw, 84px) clamp(18px, 4vw, 28px) clamp(60px, 7vw, 88px) }
.inv-hero .eyebrow { font-size: 12px; margin-bottom: 24px; animation: om-in .5s ease both }
.inv-hero h1 {
  margin: 0 0 24px; max-width: 860px;
  font: 700 clamp(36px, 5vw, 64px)/1.02 Archivo, sans-serif;
  letter-spacing: -.035em; text-wrap: balance;
  animation: om-in .6s ease both .06s;
}
.inv-hero .lede { margin: 0 0 34px; max-width: 620px; font: 400 18px/1.55 Archivo, sans-serif; color: #a8b0b8; text-wrap: pretty; animation: om-in .6s ease both .12s }
.inv-hero .ctas { display: flex; gap: 12px; flex-wrap: wrap; animation: om-in .6s ease both .18s }

.inv-section .inner { max-width: 1080px; margin: 0 auto; padding: clamp(50px, 6vw, 70px) clamp(18px, 4vw, 28px) clamp(56px, 7vw, 80px) }
.inv-section h2 { margin: 0 0 40px; max-width: 720px; font: 600 clamp(26px, 3.2vw, 38px)/1.12 Archivo, sans-serif; letter-spacing: -.025em; text-wrap: balance }
.inv-section .cellgrid { margin-top: 36px }
.inv-section .cellgrid.flush { margin-top: 0 }

.ref-step { background: #0f1113; padding: 26px 22px }
.ref-step .when { font: 500 11.5px/1 'JetBrains Mono', monospace; letter-spacing: .12em; color: #ff5a1f; margin-bottom: 14px }
.ref-step .when.muted { color: #7d8590 }
.ref-step h3 { margin: 0 0 10px; font: 600 17px/1.3 Archivo, sans-serif }
.ref-step p { margin: 0; font: 400 14.5px/1.55 Archivo, sans-serif; color: #8b939b }

.inv-quote { margin-top: 24px; border: 1px solid #23282d; background: #14171a; padding: 32px 28px; border-left: 2px solid #ff5a1f }
.inv-quote .text { font: 400 clamp(18px, 2vw, 24px)/1.45 Archivo, sans-serif; color: #f0f0ec; max-width: 820px; text-wrap: pretty }
.inv-quote .attr { margin-top: 18px; font: 500 11.5px/1 'JetBrains Mono', monospace; letter-spacing: .1em; color: #7d8590 }

.inv-cta .inner { max-width: 1080px; margin: 0 auto; padding: clamp(64px, 8vw, 90px) clamp(18px, 4vw, 28px) clamp(70px, 8vw, 100px); text-align: center }
.inv-cta h2 { margin: 0 auto 18px; max-width: 720px; font: 700 clamp(30px, 4vw, 50px)/1.05 Archivo, sans-serif; letter-spacing: -.035em; text-wrap: balance }
.inv-cta p { margin: 0 auto 32px; max-width: 540px; font: 400 17px/1.55 Archivo, sans-serif; color: #a8b0b8; text-wrap: pretty }
.inv-cta .ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap }

/* ---------- case study pages ---------- */
.cs-hero { border-bottom: 1px solid #23282d }
.cs-hero .inner { max-width: 1080px; margin: 0 auto; padding: clamp(56px, 8vw, 88px) clamp(16px, 4vw, 28px) }
.cs-hero .eyebrow { margin-bottom: 22px }
.cs-hero h1 {
  margin: 0 0 22px; max-width: 820px;
  font: 800 clamp(34px, 5vw, 60px)/1.05 Outfit, sans-serif;
  letter-spacing: -.035em; text-wrap: balance;
}
.cs-hero .lede { margin: 0 0 40px; max-width: 600px; font: 400 17px/1.6 Archivo, sans-serif; color: #a8b0b8; text-wrap: pretty }
.cs-stat { background: #0f1113; padding: 20px 22px }
.cs-stat .num { font: 700 26px/1 'JetBrains Mono', monospace; color: #f0f0ec }
.cs-stat .num.accent { color: #ff5a1f }
.cs-stat .label { margin-top: 8px; font: 500 11px/1.5 'JetBrains Mono', monospace; color: #7d8590 }

.cs-shot { border-bottom: 1px solid #23282d; background: #0c0e10 }
.cs-shot .inner { max-width: 1080px; margin: 0 auto; padding: clamp(40px, 5vw, 56px) clamp(16px, 4vw, 28px) }
.cs-shot img {
  width: 100%; height: clamp(260px, 38vw, 480px); object-fit: cover; object-position: top center;
  display: block; border: 1px solid #23282d;
}

.cs-section { border-bottom: 1px solid #23282d }
.cs-section .inner { max-width: 1080px; margin: 0 auto; padding: clamp(48px, 6vw, 72px) clamp(16px, 4vw, 28px) }
.cs-section h2 { margin: 0 0 18px; font: 600 clamp(24px, 2.8vw, 32px)/1.15 Archivo, sans-serif; letter-spacing: -.02em }
.cs-section p { margin: 0; font: 400 15.5px/1.65 Archivo, sans-serif; color: #8b939b; text-wrap: pretty }
.cs-two { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(28px, 4vw, 56px) }

.cslog { border: 1px solid #23282d; background: #14171a }
.cslog .titlebar {
  display: flex; align-items: center; gap: 9px; padding: 12px 14px;
  border-bottom: 1px solid #23282d; background: #101315;
}
.cslog .titlebar .light { width: 9px; height: 9px; border-radius: 50%; background: #2f353b }
.cslog .titlebar .label { font: 500 11.5px/1 'JetBrains Mono', monospace; color: #7d8590; margin-left: 6px }
.cslog .body {
  padding: 22px 20px;
  font: 400 clamp(12px, 1.5vw, 14px)/2.15 'JetBrains Mono', monospace;
  color: #c9d1d9; overflow-x: auto;
}
.cslog .line { display: flex; gap: 16px }
.cslog .wk { color: #ff5a1f; flex: none }
.cslog .hi { color: #f0f0ec }

.cs-shots-row { margin-top: 20px; display: grid; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); gap: 20px }
.cs-placeholder {
  height: 200px; border: 1px solid #23282d;
  background: repeating-linear-gradient(135deg, #191d21, #191d21 8px, #14171a 8px, #14171a 16px);
  display: flex; align-items: center; justify-content: center;
}
.cs-placeholder span { font: 500 10.5px/1.7 'JetBrains Mono', monospace; color: #6c757e; text-align: center }

.cs-quote {
  border: 1px solid #23282d; background: #14171a; border-left: 2px solid #ff5a1f;
  padding: 32px 28px; margin-bottom: 20px;
}
.cs-quote .text { font: 400 clamp(18px, 2vw, 24px)/1.5 Archivo, sans-serif; max-width: 820px; text-wrap: pretty }
.cs-quote .attr { margin-top: 18px; font: 500 11.5px/1 'JetBrains Mono', monospace; letter-spacing: .1em; color: #7d8590 }

.cs-cta { position: relative; overflow: hidden }
.cs-cta .inner { max-width: 1080px; margin: 0 auto; padding: clamp(64px, 8vw, 96px) clamp(16px, 4vw, 28px); text-align: center }
.cs-cta h2 {
  margin: 0 auto 18px; max-width: 680px;
  font: 800 clamp(28px, 4vw, 46px)/1.06 Outfit, sans-serif;
  letter-spacing: -.035em; text-wrap: balance;
}
.cs-cta p { margin: 0 auto 30px; max-width: 520px; font: 400 16px/1.6 Archivo, sans-serif; color: #a8b0b8 }
.cs-cta .ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap }

@media (prefers-reduced-motion: reduce) {
  .hero-eyebrow, .hero-h1, .hero-h1 .pain, .hero-ctas, .hero-trust,
  .shiplog, .shiplog .line, .shiplog .fill, .slots .dot, .shiplog .caret,
  .inv-hero .eyebrow, .inv-hero h1, .inv-hero .lede, .inv-hero .ctas {
    animation: none;
  }
}

/* case study — real screenshot tiles (lindsay-beer) */
.cs-shot-tile { margin: 0 }
.cs-shot-tile img { width: 100%; height: auto; display: block; border: 1px solid #23282d }
.cs-shot-tile figcaption { margin-top: 10px; font: 500 10.5px/1.6 'JetBrains Mono', monospace; letter-spacing: .06em; color: #6c757e }
