:root {
  --ink: #050505;
  --paper: #f5f5f2;
  --white: #ffffff;
  --cyan: #00aeef;
  --muted: #aaa;
  --line: rgba(255,255,255,.18);
  --shell: min(1280px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.5; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 100; background: var(--cyan); color: #000; padding: 12px 18px; font-weight: 700; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: #fff; transition: background .25s, color .25s, border-color .25s; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(5,5,5,.94); backdrop-filter: blur(14px); border-color: var(--line); }
.nav-shell { width: var(--shell); height: 92px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 190px; height: 38px; overflow: hidden; display: flex; align-items: center; }
.brand img { width: 208px; filter: brightness(0) invert(1); }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a { text-decoration: none; font-size: .9rem; font-weight: 700; letter-spacing: .02em; }
.site-nav a:not(.nav-cta):hover { color: var(--cyan); }
.nav-cta { border: 1px solid rgba(255,255,255,.55); padding: 11px 17px; transition: background .2s, color .2s; }
.nav-cta:hover { background: #fff; color: #000; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; background: transparent; padding: 9px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: #fff; margin: 6px 0; }

.hero { min-height: 820px; height: 100svh; position: relative; background: #050505; color: #fff; display: flex; align-items: flex-end; overflow: hidden; }
.hero-art { position: absolute; inset: 0; background: url("print-materials.webp") 57% center / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,5,.98) 0%, rgba(5,5,5,.84) 31%, rgba(5,5,5,.15) 67%, rgba(5,5,5,.1) 100%), linear-gradient(0deg, rgba(5,5,5,.72), transparent 44%); }
.hero-content { position: relative; z-index: 2; padding-bottom: clamp(70px, 10vh, 118px); }
.eyebrow { margin: 0 0 24px; color: var(--cyan); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: #007eac; }
.hero h1 { margin: 0; max-width: 780px; font-size: clamp(4.4rem, 9.5vw, 9rem); font-weight: 800; line-height: .82; letter-spacing: -.075em; }
.hero h1 em { color: var(--cyan); font-style: normal; }
.hero-copy { max-width: 570px; margin: 34px 0 0; font-size: clamp(1.08rem, 1.6vw, 1.35rem); line-height: 1.55; color: #dedede; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 54px; padding: 0 22px; border: 1px solid transparent; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--cyan); color: #000; }
.button-primary:hover { background: #fff; }
.text-link { color: #fff; text-underline-offset: 5px; font-weight: 700; }
.text-link:hover { color: var(--cyan); }
.hero-index { position: absolute; right: 28px; bottom: 30px; z-index: 2; color: rgba(255,255,255,.6); font-size: .75rem; letter-spacing: .16em; transform: rotate(-90deg); transform-origin: right bottom; }

.confidence { background: var(--cyan); }
.confidence-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.confidence-grid > div { min-height: 94px; padding: 25px 30px; border-left: 1px solid rgba(0,0,0,.2); display: flex; align-items: center; gap: 18px; }
.confidence-grid > div:last-child { border-right: 1px solid rgba(0,0,0,.2); }
.confidence-grid span { font-size: .72rem; font-weight: 800; }
.confidence-grid strong { font-size: .95rem; }

.section { padding: clamp(90px, 12vw, 170px) 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1.25fr .9fr; column-gap: 50px; align-items: end; margin-bottom: 76px; }
.section-heading .eyebrow { align-self: start; padding-top: 13px; }
.section-heading h2, .manifesto h2, .contact h2 { margin: 0; font-size: clamp(3.4rem, 6.5vw, 6.5rem); line-height: .9; letter-spacing: -.065em; }
.section-heading > p:last-child { margin: 0; color: #5c5c5c; font-size: 1.08rem; }
.service-list { border-top: 1px solid #bdbdb8; }
.service-item { position: relative; display: grid; grid-template-columns: 80px 1fr auto; gap: 30px; align-items: center; min-height: 176px; border-bottom: 1px solid #bdbdb8; overflow: hidden; }
.service-number { font-size: .76rem; font-weight: 800; color: #777; align-self: start; padding-top: 43px; }
.service-item h3 { margin: 0 0 9px; font-size: clamp(1.8rem, 3.2vw, 3rem); letter-spacing: -.045em; }
.service-item p { margin: 0; max-width: 690px; color: #666; }
.service-mark { font-size: 7rem; line-height: 1; font-weight: 900; color: rgba(0,174,239,.12); transition: color .2s, transform .25s; }
.service-item:hover .service-mark { color: var(--cyan); transform: rotate(-5deg) scale(1.08); }

.manifesto { background: var(--ink); color: #fff; padding: clamp(100px, 14vw, 190px) 0; }
.manifesto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.manifesto-copy { padding-top: 64px; }
.manifesto-copy p { color: #bdbdbd; font-size: 1.08rem; max-width: 570px; }
.manifesto-copy .lead { color: #fff; font-size: clamp(1.45rem, 2.4vw, 2.15rem); line-height: 1.35; letter-spacing: -.025em; margin-top: 0; }
.button-outline { margin-top: 25px; color: #fff; border-color: #666; }
.button-outline:hover { color: #000; background: #fff; }

.contact { background: #0a0a0a; color: #fff; padding: clamp(100px, 13vw, 175px) 0; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; }
.contact-intro > p:not(.eyebrow) { color: #aaa; max-width: 480px; font-size: 1.06rem; margin-top: 34px; }
.direct-contact { margin-top: 52px; display: grid; gap: 12px; }
.direct-contact a { text-decoration: none; font-size: 1.08rem; }
.direct-contact span { display: inline-block; width: 68px; color: var(--cyan); font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.project-form { position: relative; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.field { margin-bottom: 27px; }
.field label { display: block; margin-bottom: 8px; color: #d0d0d0; font-size: .82rem; font-weight: 700; }
.field label span { color: #777; font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; border: 0; border-bottom: 1px solid #555; border-radius: 0; background: transparent; color: #fff; padding: 13px 2px; outline: none; }
.field select { color-scheme: dark; }
.field textarea { resize: vertical; min-height: 128px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--cyan); box-shadow: 0 1px 0 var(--cyan); }
.field textarea::placeholder { color: #6f6f6f; }
.turnstile { min-height: 66px; margin: 5px 0 22px; }
.form-submit { width: 100%; border: 0; }
.form-note { color: #777; font-size: .78rem; text-align: center; }
.form-status { min-height: 28px; margin-top: 12px; font-weight: 700; color: var(--cyan); }
.form-status.error { color: #ff8d8d; }
.trap { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

.site-footer { background: #000; color: #aaa; border-top: 1px solid #262626; padding: 34px 0; }
.footer-grid { display: grid; grid-template-columns: .6fr 1fr auto; gap: 30px; align-items: center; }
.footer-grid p { margin: 0; font-size: .8rem; }
.footer-brand { color: #fff; text-decoration: none; font-size: 1.4rem; font-weight: 900; letter-spacing: -.055em; }
.footer-brand span { color: var(--cyan); }

@media (max-width: 900px) {
  :root { --shell: min(100% - 34px, 720px); }
  .nav-shell { height: 76px; }
  .brand { width: 158px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .site-nav { position: fixed; inset: 0; background: #050505; display: none; padding: 110px 24px 40px; flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav.open { display: flex; }
  .site-nav a { font-size: 1.5rem; padding: 20px 0; border-bottom: 1px solid #262626; }
  .site-nav .nav-cta { margin-top: 25px; text-align: center; border: 1px solid #555; }
  .hero { min-height: 720px; }
  .hero-art { background-position: 67% center; opacity: .62; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,5,5,.96), rgba(5,5,5,.35)), linear-gradient(0deg, rgba(5,5,5,.95), transparent 55%); }
  .hero h1 { font-size: clamp(4rem, 17vw, 7rem); }
  .confidence-grid { grid-template-columns: 1fr; }
  .confidence-grid > div { min-height: 70px; padding: 18px 2px; border-left: 0; border-bottom: 1px solid rgba(0,0,0,.2); }
  .confidence-grid > div:last-child { border-right: 0; border-bottom: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading .eyebrow { padding-top: 0; }
  .section-heading > p:last-child { max-width: 560px; }
  .service-item { grid-template-columns: 45px 1fr; padding: 27px 0; }
  .service-number { padding-top: 9px; }
  .service-mark { display: none; }
  .manifesto-grid, .contact-grid { grid-template-columns: 1fr; gap: 70px; }
  .manifesto-copy { padding-top: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 9px; }
}

@media (max-width: 560px) {
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  .hero-index { display: none; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .section-heading h2, .manifesto h2, .contact h2 { font-size: clamp(3.1rem, 15vw, 5rem); }
}

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