@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #211d3d;
  --muted: #5d5a70;
  --paper: #f4f2f7;
  --line: #d8d5e4;
  --acid: #cfc9f2;
  --warm: #ecc9a8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Manrope, Arial, sans-serif; }
a { color: inherit; }
.wrap { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }

.site-header { align-items: center; display: flex; justify-content: space-between; margin: 0 auto; padding: 28px 24px; width: min(1280px, 100%); }
.wordmark { align-items: center; display: flex; font-size: 19px; font-weight: 700; gap: 10px; letter-spacing: -.04em; text-decoration: none; }
.mark { align-items: center; background: var(--ink); border-radius: 50%; color: var(--acid); display: inline-flex; font-family: Georgia, serif; font-size: 18px; height: 31px; justify-content: center; width: 31px; }
.header-link { font-family: 'DM Mono', monospace; font-size: 11px; text-decoration: none; text-transform: uppercase; }
.header-link span { color: #807c96; font-size: 15px; margin-left: 5px; }

.hero { padding-bottom: 132px; padding-top: 112px; }
.eyebrow { color: #7b7694; font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: .08em; margin: 0 0 28px; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(52px, 8.2vw, 112px); font-weight: 500; letter-spacing: -.085em; line-height: .96; margin-bottom: 68px; max-width: 1050px; }
h1 em { color: #5a4fc4; font-family: Georgia, serif; font-weight: 400; }
.hero-bottom { align-items: flex-end; display: flex; gap: 36px; justify-content: space-between; }
.intro { color: var(--muted); font-size: 18px; line-height: 1.55; margin: 0; max-width: 515px; }
.button { align-items: center; background: var(--ink); border-radius: 100px; color: var(--paper); display: inline-flex; flex-shrink: 0; font-size: 13px; font-weight: 700; gap: 32px; padding: 17px 20px 17px 24px; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { background: #373061; transform: translateY(-2px); }
.button span { color: var(--acid); font-size: 19px; }

.signal-band { background: var(--acid); }
.signal-grid { display: grid; gap: 60px; grid-template-columns: 1fr 1fr; padding-bottom: 47px; padding-top: 47px; }
.signal-grid p { font-size: 18px; line-height: 1.55; margin: 0; max-width: 500px; }
.signal-label { font-size: 27px !important; letter-spacing: -.04em; line-height: 1.15 !important; }

.section { padding-bottom: 145px; padding-top: 145px; }
.section-heading { display: flex; justify-content: space-between; margin-bottom: 82px; }
.section-heading .eyebrow { flex: 0 0 25%; }
h2 { font-size: clamp(38px, 5vw, 66px); font-weight: 500; letter-spacing: -.075em; line-height: 1; margin: 0; max-width: 650px; }
.capabilities { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.capability { border-right: 1px solid var(--line); padding: 28px 32px 0 0; }
.capability + .capability { padding-left: 32px; }
.capability:last-child { border: 0; }
.number, .approach-item > span { color: #8c88a3; font-family: 'DM Mono', monospace; font-size: 11px; }
h3 { font-size: 24px; font-weight: 600; letter-spacing: -.05em; margin: 75px 0 18px; }
.capability p, .approach-item p { color: var(--muted); font-size: 15px; line-height: 1.7; margin: 0; }

.statement-section { background: var(--ink); color: var(--paper); }
.statement { padding-bottom: 145px; padding-top: 145px; }
.statement .eyebrow { color: #a09bbd; }
blockquote { font-size: clamp(34px, 5.1vw, 70px); letter-spacing: -.075em; line-height: 1.03; margin: 0; max-width: 1040px; }

.approach { display: grid; gap: 80px; grid-template-columns: 1fr 1fr; }
.approach .section-heading { display: block; margin: 0; }
.approach .section-heading h2 { max-width: 430px; }
.approach-list { border-top: 1px solid var(--line); }
.approach-item { border-bottom: 1px solid var(--line); display: grid; gap: 30px; grid-template-columns: 32px 1fr; padding: 25px 0; }
.approach-item strong { color: var(--ink); font-weight: 600; }

.closing-section { background: var(--warm); }
.closing { padding-bottom: 125px; padding-top: 125px; }
.closing h2 { margin-bottom: 44px; max-width: 690px; }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: #fdfbff; }
.button-light span { color: #5a4fc4; }
.site-footer { color: #807c96; display: flex; font-family: 'DM Mono', monospace; font-size: 10px; justify-content: space-between; padding-bottom: 28px; padding-top: 28px; text-transform: uppercase; }

@media (max-width: 700px) {
  .wrap { width: min(100% - 36px, 1160px); }
  .site-header { padding: 22px 18px; }
  .header-link { font-size: 9px; }
  .hero { padding-bottom: 84px; padding-top: 70px; }
  h1 { font-size: clamp(48px, 15vw, 76px); margin-bottom: 44px; }
  .hero-bottom, .section-heading { align-items: flex-start; flex-direction: column; gap: 32px; }
  .intro { font-size: 16px; }
  .signal-grid, .capabilities, .approach { display: block; }
  .signal-grid p + p { margin-top: 30px; }
  .section, .statement { padding-bottom: 90px; padding-top: 90px; }
  .section-heading { margin-bottom: 50px; }
  .capability, .capability + .capability { border-bottom: 1px solid var(--line); border-right: 0; padding: 25px 0 30px; }
  .capability:last-child { border-bottom: 0; }
  h3 { margin: 46px 0 14px; }
  .approach { display: block; }
  .approach-list { margin-top: 50px; }
  .closing { padding-bottom: 90px; padding-top: 90px; }
  .site-footer { gap: 20px; line-height: 1.5; }
}
