:root {
  --ink: #101828;
  --paper: #fffaf0;
  --white: #ffffff;
  --blue: #275efe;
  --orange: #ff6b35;
  --lime: #d8ff52;
  --sky: #bfe4ff;
  --muted: #667085;
  --line: #101828;
  --max: 1180px;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
img { max-width: 100%; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 100; background: white; padding: 10px 14px; border: 2px solid var(--line); }
.shell { width: min(calc(100% - 36px), var(--max)); margin: 0 auto; }

.site-header { padding: 20px 0 0; position: relative; z-index: 20; }
.nav-wrap {
  display: flex; align-items: center; justify-content: space-between;
  background: var(--white); border: 2px solid var(--line); border-radius: 999px;
  padding: 9px 10px 9px 18px; box-shadow: 5px 5px 0 var(--line);
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { display: block; width: 148px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 5px; }
.nav-links a { text-decoration: none; font-weight: 750; padding: 9px 11px; border-radius: 999px; font-size: .9rem; }
.nav-links a:hover, .nav-links a[aria-current="page"] { background: var(--lime); }
.nav-links .nav-cta { color: white; background: var(--ink); }
.nav-links .nav-cta:hover { background: var(--blue); }
.menu-button { display: none; border: 0; background: var(--ink); color: white; border-radius: 999px; padding: 9px 13px; font: inherit; font-weight: 800; }

.hero { padding: 96px 0 74px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 13px; height: 13px; background: var(--orange); border: 2px solid var(--line); border-radius: 3px; }
h1, h2, h3 { line-height: 1.02; letter-spacing: -.045em; margin-top: 0; }
h1 { font-size: clamp(3.5rem, 9vw, 7.7rem); max-width: 1040px; margin: 22px 0 26px; }
h1 .accent { color: var(--blue); }
.hero-copy { display: grid; grid-template-columns: 1.25fr .75fr; gap: 52px; align-items: end; }
.lead { font-size: clamp(1.15rem, 2vw, 1.48rem); max-width: 760px; margin: 0; color: #344054; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.button { display: inline-flex; justify-content: center; align-items: center; text-decoration: none; font-weight: 900; border: 2px solid var(--line); border-radius: 999px; padding: 13px 20px; background: white; box-shadow: 4px 4px 0 var(--line); transition: transform .15s, box-shadow .15s; }
.button:hover { transform: translate(3px, 3px); box-shadow: 1px 1px 0 var(--line); }
.button.primary { background: var(--blue); color: white; }
.mini-card { background: var(--lime); border: 2px solid var(--line); border-radius: var(--radius); padding: 22px; transform: rotate(1deg); box-shadow: 7px 7px 0 var(--line); }
.mini-card strong { display: block; font-size: 2rem; line-height: 1; margin-bottom: 8px; }

.ticker { background: var(--ink); color: white; border-block: 2px solid var(--line); overflow: hidden; }
.ticker-inner { display: flex; gap: 26px; padding: 14px 0; font-weight: 800; white-space: nowrap; justify-content: center; }
.ticker span::after { content: "✦"; color: var(--lime); margin-left: 26px; }

section { padding: 88px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 38px; }
.section-head h2 { font-size: clamp(2.5rem, 5vw, 4.8rem); margin: 10px 0 0; max-width: 820px; }
.section-head p { max-width: 420px; color: var(--muted); margin: 0; }
.grid { display: grid; gap: 20px; }
.grid.three { grid-template-columns: repeat(3, 1fr); }
.grid.two { grid-template-columns: repeat(2, 1fr); }
.card { background: var(--white); border: 2px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 6px 6px 0 var(--line); }
.card:nth-child(2n) { background: var(--sky); }
.card:nth-child(3n) { background: var(--lime); }
.card .number { font-size: .8rem; font-weight: 950; letter-spacing: .12em; color: var(--blue); }
.card h3 { font-size: 1.65rem; margin: 36px 0 12px; }
.card p { margin: 0; color: #344054; }
.card-link { display: inline-block; margin-top: 22px; font-weight: 900; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.tag { font-size: .77rem; font-weight: 850; border: 1.5px solid var(--line); border-radius: 999px; padding: 6px 10px; background: rgba(255,255,255,.7); }

.statement { background: var(--blue); color: white; border-block: 2px solid var(--line); }
.statement blockquote { font-size: clamp(2.2rem, 5vw, 5rem); font-weight: 900; line-height: 1.03; letter-spacing: -.045em; margin: 0; max-width: 1050px; }
.statement p { margin: 22px 0 0; color: var(--lime); font-weight: 800; }

.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: start; }
.sticky-note { position: sticky; top: 28px; background: var(--orange); border: 2px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 7px 7px 0 var(--line); transform: rotate(-1.5deg); }
.sticky-note h2 { font-size: 2.4rem; margin-bottom: 14px; }
.prose { font-size: 1.13rem; }
.prose h2 { font-size: clamp(2.3rem, 5vw, 4rem); margin-bottom: 24px; }
.prose h3 { font-size: 1.8rem; margin: 46px 0 14px; }
.prose p { color: #344054; }
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 32px; }
.stat { border: 2px solid var(--line); border-radius: 16px; padding: 18px; background: white; }
.stat strong { display: block; font-size: 2rem; line-height: 1; }
.stat span { font-size: .82rem; color: var(--muted); font-weight: 700; }

.page-hero { padding: 82px 0 50px; }
.page-hero h1 { font-size: clamp(3.6rem, 8vw, 7rem); margin-bottom: 22px; }
.page-hero .lead { max-width: 850px; }
.project-list { display: grid; gap: 24px; }
.project { display: grid; grid-template-columns: 110px 1fr 230px; gap: 28px; align-items: start; background: white; border: 2px solid var(--line); border-radius: var(--radius); padding: 30px; }
.project-id { width: 64px; height: 64px; display: grid; place-items: center; background: var(--lime); border: 2px solid var(--line); border-radius: 50%; font-weight: 950; }
.project h2 { font-size: clamp(1.8rem, 4vw, 3rem); margin-bottom: 10px; }
.project p { color: #475467; margin-bottom: 0; }
.project aside { font-size: .85rem; font-weight: 750; border-left: 2px solid var(--line); padding-left: 20px; }

.note-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; }
.note { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; }
.note h2 { font-size: 2rem; margin: 18px 0 10px; }
.note.featured { background: var(--ink); color: white; }
.note.featured p { color: #d0d5dd; }
.note small { font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }

.contact-band { padding: 76px 0; background: var(--lime); border-block: 2px solid var(--line); }
.contact-band .shell { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.contact-band h2 { font-size: clamp(2.4rem, 5vw, 5rem); margin: 0; max-width: 780px; }

footer { padding: 32px 0 46px; }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; color: var(--muted); font-size: .9rem; }
.footer-inner a { font-weight: 800; color: var(--ink); }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.fine-print { font-size: .9rem; color: #475467; max-width: 900px; }
.hero-copy > *, .split > *, .project > * { min-width: 0; }
.mini-card strong + strong { margin-top: 18px; font-size: 1.3rem; }
.credential-strip { display: flex; flex-wrap: wrap; gap: 14px 36px; padding: 20px 0; font-weight: 800; }
.service-card h3, .plan-card h3 { margin-top: 20px; }
.service-card .deliverable { margin-top: 18px; padding-top: 18px; border-top: 1px solid #10182855; }
.service-card, .plan-card { display: flex; flex-direction: column; }
.service-card .card-link, .plan-card .button { margin-top: auto; align-self: flex-start; }
.service-card .deliverable, .plan-card ul { margin-bottom: 24px; }
.plan-card ul { padding-left: 20px; }
.plan-card li { margin-bottom: 10px; }
.plan-card .plan-price { font-size: 1.1rem; font-weight: 850; margin: 20px 0 0; }
.section-note { border: 2px solid var(--line); border-radius: 18px; padding: 24px; margin-top: 36px; background: white; }
.section-note h3 { font-size: 1.5rem; margin-bottom: 12px; }
.section-note p:last-child { margin-bottom: 0; }
.step-grid { counter-reset: steps; }
.step-grid article { border-top: 3px solid var(--line); padding-top: 22px; }
.step-grid h3 { font-size: 1.5rem; margin: 20px 0 12px; }
.step-grid p { color: #475467; }
.table-wrap { overflow-x: auto; border: 2px solid var(--line); border-radius: 20px; background: white; }
.compare { width: 100%; border-collapse: collapse; font-size: 1rem; }
.compare caption { text-align: left; font-size: 1.3rem; font-weight: 850; padding: 20px; background: var(--lime); }
.compare th, .compare td { text-align: left; vertical-align: top; padding: 20px; border-bottom: 1px solid #d0d5dd; }
.compare th { background: #edf6ff; }
.compare tr:last-child td { border-bottom: 0; }
.compare td:first-child { font-weight: 850; }
.compare small { display: block; font-weight: 500; margin-top: 8px; font-size: .875rem; }
.source-note { font-size: .875rem; margin-top: 18px; color: #475467; }
.source-note a { font-weight: 750; }
.notice { display: inline-block; border: 2px solid var(--line); padding: 12px 18px; border-radius: 12px; background: var(--sky); font-weight: 800; }
.contact-band .button { flex-shrink: 0; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
[id] { scroll-margin-top: 24px; }
@media (max-width: 1060px) {
  .menu-button { display: block; }
  .nav-links { display: none; position: absolute; left: 18px; right: 18px; top: 92px; flex-direction: column; align-items: stretch; background: white; border: 2px solid var(--line); border-radius: 22px; padding: 12px; box-shadow: 6px 6px 0 var(--line); }
  .nav-links.open { display: flex; }
  .nav-links a { text-align: center; font-size: 1rem; }
}

@media (max-width: 820px) {
  .menu-button { display: block; }
  .nav-links { display: none; position: absolute; left: 18px; right: 18px; top: 82px; flex-direction: column; align-items: stretch; background: white; border: 2px solid var(--line); border-radius: 22px; padding: 12px; box-shadow: 6px 6px 0 var(--line); }
  .nav-links.open { display: flex; }
  .nav-links a { text-align: center; }
  .hero { padding-top: 68px; }
  .hero-copy, .split, .note-grid { grid-template-columns: 1fr; }
  .mini-card { margin-top: 12px; }
  .grid.three, .grid.two { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .section-head p { margin-top: 18px; }
  .sticky-note { position: static; }
  .project { grid-template-columns: 72px 1fr; }
  .project aside { grid-column: 2; border-left: 0; border-top: 2px solid var(--line); padding: 18px 0 0; }
  .contact-band .shell, .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .shell { width: min(calc(100% - 24px), var(--max)); }
  .brand-logo { width: 126px; }
  h1 { font-size: 3.25rem; }
  section { padding: 66px 0; }
  .card, .project { padding: 22px; }
  .project { grid-template-columns: 1fr; }
  .project aside { grid-column: 1; }
  .stats { grid-template-columns: 1fr; }
  .ticker-inner { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
