@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Serif+Display:ital@0;1&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #11130f;
  --paper: #f7f3e9;
  --white: #fffdf8;
  --blue: #2548f5;
  --orange: #f05b35;
  --yellow: #ffda55;
  --teal: #11786f;
  --line: rgba(17, 19, 15, .18);
  --display: "Bebas Neue", Impact, sans-serif;
  --serif: "DM Serif Display", Georgia, serif;
  --body: "Manrope", Verdana, sans-serif;
}

* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--yellow); color: var(--ink); padding: 10px 14px; font-weight: 700; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; border-bottom: 1px solid rgba(255,255,255,.25); color: white; }
.site-header.solid { position: relative; background: var(--ink); }
.nav-wrap { width: min(1240px, calc(100% - 40px)); height: 84px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 192px; height: 46px; object-fit: contain; object-position: left center; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { font-size: 13px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--yellow); }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.45); background: transparent; color: white; font: 700 12px var(--body); cursor: pointer; }

.hero { position: relative; min-height: 730px; height: 86vh; max-height: 900px; display: grid; align-items: end; overflow: hidden; color: white; background: var(--ink) url('/assets/images/hero.webp') center 34% / cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; background: rgba(8, 10, 7, .63); }
.hero::after { content: "101"; position: absolute; right: -18px; bottom: -92px; color: rgba(255,255,255,.10); font: 400 clamp(280px, 36vw, 590px)/.72 var(--display); }
.hero-inner { position: relative; z-index: 1; width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 150px 0 88px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 16px; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 4px; background: var(--yellow); }
.hero h1 { max-width: 900px; margin: 0; font: 400 clamp(70px, 10.2vw, 154px)/.82 var(--display); text-transform: uppercase; }
.hero h1 span { color: var(--yellow); }
.hero-copy { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-top: 28px; max-width: 1000px; }
.hero-copy p { max-width: 650px; margin: 0; color: rgba(255,255,255,.86); font-size: clamp(17px, 2vw, 21px); }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 22px; border: 2px solid currentColor; background: var(--yellow); color: var(--ink); font-weight: 700; text-decoration: none; white-space: nowrap; }
.button:hover, .button:focus-visible { background: var(--orange); color: white; }
.button.dark { background: var(--ink); color: white; }
.button.dark:hover { background: var(--blue); }

.process { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.process-step { min-height: 245px; padding: 34px max(30px, calc((100vw - 1240px) / 6)); border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.process-step:last-child { border-right: 0; }
.process-step:nth-child(1) { background: var(--yellow); }
.process-step:nth-child(2) { background: var(--orange); color: white; }
.process-step:nth-child(3) { background: var(--blue); color: white; }
.step-no { font: 400 18px var(--display); }
.process h2 { margin: 22px 0 4px; font: 400 clamp(52px, 6vw, 84px)/.9 var(--display); text-transform: uppercase; }
.process p { margin: 0; max-width: 33ch; font-size: 14px; }

.section { padding: 100px 0; }
.inner { width: min(1240px, calc(100% - 40px)); margin: auto; }
.section-head { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; align-items: start; margin-bottom: 56px; }
.kicker { margin: 0; color: var(--orange); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.display-title { margin: 0; font: 400 clamp(54px, 7.6vw, 110px)/.88 var(--display); text-transform: uppercase; }
.serif-title { margin: 0; font: 400 clamp(42px, 5vw, 72px)/1.02 var(--serif); }
.lead { max-width: 680px; margin: 18px 0 0; font-size: clamp(18px, 2vw, 23px); line-height: 1.45; }

.services { background: var(--white); }
.service-list { border-top: 1px solid var(--ink); }
.service-row { display: grid; grid-template-columns: 80px .8fr 1.2fr; gap: 32px; padding: 28px 0; border-bottom: 1px solid var(--line); align-items: start; }
.service-row .number { color: var(--blue); font: 400 28px var(--display); }
.service-row h3 { margin: 0; font: 400 clamp(30px, 3vw, 44px)/1 var(--serif); }
.service-row p { margin: 0; color: #4e504a; }

.manifesto { background: var(--ink); color: white; overflow: hidden; }
.manifesto-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 70px; align-items: center; }
.manifesto figure { position: relative; margin: 0; }
.manifesto figure::before { content: ""; position: absolute; width: 46%; height: 36%; left: -24px; bottom: -24px; background: var(--orange); }
.manifesto figure img { position: relative; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.85) contrast(1.05); }
.manifesto blockquote { margin: 25px 0; color: var(--yellow); font: 400 clamp(35px, 4vw, 60px)/1.02 var(--serif); }
.manifesto p { color: rgba(255,255,255,.75); }

.work { background: #dfe6ff; }
.work-grid { display: grid; grid-template-columns: 1.3fr .7fr .9fr; grid-template-rows: 240px 240px; gap: 12px; }
.work-grid figure { position: relative; margin: 0; overflow: hidden; background: #bcc6e7; }
.work-grid figure:first-child { grid-row: 1 / 3; }
.work-grid figure:last-child { grid-column: 2 / 4; }
.work-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.work-grid figure:hover img { transform: scale(1.035); }
.work-grid figcaption { position: absolute; inset: auto 0 0; padding: 14px 16px; background: rgba(17,19,15,.84); color: white; font-size: 12px; font-weight: 700; text-transform: uppercase; }

.managed-content { background: var(--yellow); }
.managed-content:not(:has(a)) { display: none; }
.managed-content [data-na-home-published-list], .managed-content [data-na-published-list] { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--ink); }
.managed-content a { min-height: 140px; padding: 24px; border-right: 1px solid rgba(17,19,15,.25); border-bottom: 1px solid rgba(17,19,15,.25); font: 400 25px/1.15 var(--serif); text-decoration: none; }
.managed-content a:hover { background: var(--ink); color: white; }
.network-strip:empty, .context-strip:empty { display: none; }
.network-strip, .context-strip { width: min(1240px, calc(100% - 40px)); margin: 28px auto; padding: 20px 0; border-top: 1px solid var(--line); }

.cta-band { padding: 80px 0; background: var(--teal); color: white; }
.cta-band .inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band h2 { max-width: 790px; margin: 0; font: 400 clamp(46px, 6vw, 88px)/.9 var(--display); text-transform: uppercase; }

.site-footer { padding: 50px 0 28px; background: var(--ink); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.footer-brand { font: 400 clamp(40px, 6vw, 78px)/.85 var(--display); text-transform: uppercase; }
.footer-brand span { color: var(--yellow); }
.socials { display: flex; flex-wrap: wrap; gap: 10px 18px; justify-content: flex-end; }
.socials a { font-size: 13px; font-weight: 700; text-transform: uppercase; }
.legal { display: flex; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.58); font-size: 12px; }
.legal-links { display: flex; gap: 18px; }

.page-hero { padding: 115px 0 70px; background: var(--blue); color: white; }
.page-hero.orange { background: var(--orange); }
.page-hero.teal { background: var(--teal); }
.page-hero.yellow { background: var(--yellow); color: var(--ink); }
.page-hero .display-title { max-width: 1000px; }
.page-hero p { max-width: 680px; margin: 22px 0 0; font-size: 20px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.prose { max-width: 780px; }
.prose h2 { margin: 1.5em 0 .4em; font: 400 clamp(34px, 4vw, 56px)/1.05 var(--serif); }
.prose h3 { margin: 1.5em 0 .35em; font: 400 29px/1.1 var(--serif); }
.prose p { color: #42453f; }
.big-list { border-top: 2px solid var(--ink); }
.big-list article { display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.big-list b { font: 400 25px var(--display); color: var(--orange); }
.big-list h2, .big-list h3 { margin: 0 0 8px; font: 400 clamp(28px, 3vw, 42px)/1.05 var(--serif); }
.big-list p { margin: 0; color: #51534d; }
.contact-links { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 2px solid var(--ink); }
.contact-links a { min-height: 140px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: flex-end; justify-content: space-between; font: 400 30px var(--serif); text-decoration: none; }
.contact-links a:hover { background: var(--yellow); }
.policy { width: min(780px, calc(100% - 40px)); margin: auto; padding: 90px 0; }

@media (max-width: 850px) {
  .nav-wrap { height: 72px; }
  .brand img { width: 160px; }
  .menu-button { display: block; }
  .nav-links { position: absolute; top: 72px; left: 0; right: 0; padding: 22px; background: var(--ink); flex-direction: column; align-items: flex-start; display: none; }
  .nav-links.open { display: flex; }
  .hero { min-height: 700px; height: auto; }
  .hero-copy, .cta-band .inner { align-items: flex-start; flex-direction: column; }
  .process { grid-template-columns: 1fr; }
  .process-step { min-height: 190px; border-right: 0; }
  .section-head, .manifesto-grid, .split, .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .service-row { grid-template-columns: 55px 1fr; }
  .service-row p { grid-column: 2; }
  .work-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 200px 200px; }
  .work-grid figure:first-child { grid-column: 1 / 3; grid-row: auto; }
  .work-grid figure:last-child { grid-column: 1 / 3; }
  .managed-content [data-na-home-published-list], .managed-content [data-na-published-list] { grid-template-columns: 1fr 1fr; }
  .socials { justify-content: flex-start; }
}

@media (max-width: 540px) {
  .nav-wrap, .hero-inner, .inner { width: min(100% - 28px, 1240px); }
  .hero { min-height: 670px; background-position: 62% center; }
  .hero h1 { font-size: clamp(64px, 20vw, 92px); }
  .hero-copy { gap: 26px; }
  .section { padding: 72px 0; }
  .service-row { grid-template-columns: 42px 1fr; gap: 12px; }
  .managed-content [data-na-home-published-list], .managed-content [data-na-published-list], .contact-links { grid-template-columns: 1fr; }
  .work-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 240px); }
  .work-grid figure:first-child, .work-grid figure:last-child { grid-column: auto; }
  .legal { flex-direction: column; }
}

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