:root {
  --red: #e21d2d;
  --deep-red: #be0e20;
  --black: #090909;
  --ink: #151515;
  --white: #f5f3ef;
  --paper: #e9e5dd;
  --line-dark: rgba(255,255,255,.18);
  --line-light: rgba(9,9,9,.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; background: var(--black); color: var(--ink); font-family: var(--font-geist-sans), Arial, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--red); color: white; }

.skip-link { position: fixed; top: -100px; left: 20px; z-index: 1000; background: white; color: black; padding: 12px 16px; }
.skip-link:focus { top: 20px; }
.section-dark { background: var(--black); color: var(--white); }
.section-light { background: var(--white); color: var(--ink); }
.section-paper { background: var(--paper); color: var(--ink); }
.section-red { background: var(--red); color: white; }
.section-pad { padding: 140px 5vw; position: relative; }
.section-index { position: absolute; top: 52px; right: 5vw; font: 11px var(--font-geist-mono), monospace; letter-spacing: .16em; opacity: .55; }
.section-index::before { content: "— "; }
.eyebrow { margin: 0 0 30px; font: 600 11px var(--font-geist-mono), monospace; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.65); }
h1,h2,h3,h4,p { margin-top: 0; }
h2 { margin: 0; font-weight: 490; font-size: clamp(58px, 8.2vw, 134px); line-height: .83; letter-spacing: -.075em; }
h2 i, h3 i, h1 i { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.section-heading { max-width: 1500px; margin: 0 auto; }

.site-header { position: fixed; top: 0; left: 0; width: 100%; height: 90px; padding: 0 3.5vw; z-index: 100; display: flex; align-items: center; justify-content: space-between; color: white; mix-blend-mode: difference; }
.brand { display: inline-flex; align-items: baseline; position: relative; font-size: 19px; font-weight: 850; letter-spacing: -.06em; z-index: 103; }
.brand-outline { color: transparent; -webkit-text-stroke: 1px currentColor; margin-left: 1px; }
.brand-dot { display: block; width: 5px; height: 5px; margin-left: 3px; background: var(--red); border-radius: 50%; }
.desktop-nav { display: flex; gap: clamp(18px, 2.4vw, 44px); height: 100%; align-items: center; }
.desktop-nav a { position: relative; display: flex; flex-direction: column; gap: 3px; font: 600 10px var(--font-geist-mono), monospace; letter-spacing: .13em; color: rgba(255,255,255,.7); }
.desktop-nav a::after { content: ""; position: absolute; left: 0; top: 33px; width: 0; height: 2px; background: white; transition: width .3s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: white; }
.desktop-nav a.active::after { width: 100%; }
.desktop-nav small { display: none; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: none; color: inherit; position: relative; z-index: 103; }
.menu-button span { display: block; height: 1px; width: 26px; background: currentColor; margin: 7px auto; transition: .3s; }
.mobile-menu { display: none; }

.motto-orbit { position: fixed; right: 2.3vw; width: 82px; height: 82px; z-index: 80; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: white; mix-blend-mode: difference; pointer-events: none; transition: top .12s linear, width .4s, height .4s, background .4s; }
.motto-core { position: absolute; inset: 18px; display: grid; place-items: center; border-radius: 50%; background: currentColor; color: var(--black); font: 900 22px var(--font-geist-sans), sans-serif; }
.motto-ring { position: absolute; inset: -10px; display: grid; place-items: start center; font: 7px var(--font-geist-mono), monospace; letter-spacing: .15em; white-space: nowrap; }
.motto-orbit.landed { background: var(--red); width: 94px; height: 94px; border-color: var(--red); }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: flex; align-items: flex-end; }
.hero-media { position: absolute; inset: 0; background: url("https://images.unsplash.com/photo-1540575467063-178a50c2df87?auto=format&fit=crop&w=2200&q=90") center/cover; filter: grayscale(100%) contrast(1.17); animation: hero-breathe 16s ease-in-out infinite alternate; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 30%, rgba(226,29,45,.35) 57%, transparent 73%); mix-blend-mode: screen; }
@keyframes hero-breathe { from { transform: scale(1.01); } to { transform: scale(1.09); } }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.55) 0, rgba(0,0,0,.14) 35%, rgba(0,0,0,.82) 100%), linear-gradient(90deg, rgba(0,0,0,.45), transparent 64%); }
.hero-index { position: absolute; right: 5vw; top: 125px; font: 10px var(--font-geist-mono), monospace; letter-spacing: .15em; color: rgba(255,255,255,.68); }
.hero-content { position: relative; z-index: 2; width: 100%; padding: 160px 5vw 120px; }
.hero h1 { margin: 0 0 55px; font-size: clamp(64px, 9vw, 154px); font-weight: 510; line-height: .78; letter-spacing: -.08em; max-width: 1300px; }
.hero h1 i { display: inline-block; font-weight: 400; }
.hero-bottom { max-width: 780px; margin-left: 43vw; display: flex; align-items: flex-end; gap: 80px; }
.hero-bottom > p { max-width: 510px; margin: 0; font-size: 17px; line-height: 1.55; color: rgba(255,255,255,.8); }
.round-link { width: 150px; height: 150px; border: 1px solid currentColor; border-radius: 50%; flex: 0 0 auto; padding: 30px; display: flex; align-items: center; justify-content: space-between; font: 600 11px var(--font-geist-mono), monospace; line-height: 1.4; text-transform: uppercase; transition: background .35s, color .35s, transform .35s; }
.round-link:hover { background: white; color: black; transform: rotate(-7deg); }
.round-link > span + span { font-size: 22px; }
.hero-disciplines { position: absolute; z-index: 3; left: 3.5vw; bottom: 30px; display: flex; gap: 22px; font: 9px var(--font-geist-mono), monospace; letter-spacing: .13em; color: rgba(255,255,255,.55); }
.scroll-cue { position: absolute; z-index: 3; right: 3.5vw; bottom: 26px; display: flex; gap: 14px; align-items: center; font: 9px var(--font-geist-mono), monospace; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue b { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }

.split-heading { display: grid; grid-template-columns: 1.05fr .75fr; gap: 9vw; align-items: end; }
.intro-copy { padding-bottom: 4px; }
.intro-copy h3 { font-size: 25px; font-weight: 600; margin-bottom: 32px; }
.intro-copy p { max-width: 600px; font-size: 17px; line-height: 1.65; color: #595754; }
.numbers-strip { max-width: 1500px; margin: 120px auto 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); display: grid; grid-template-columns: repeat(4, 1fr); }
.numbers-strip div { min-height: 190px; padding: 40px 28px; border-right: 1px solid var(--line-light); display: flex; align-items: flex-end; gap: 16px; }
.numbers-strip div:last-child { border: 0; }
.numbers-strip strong { font-size: clamp(48px, 5vw, 86px); line-height: .8; font-weight: 500; letter-spacing: -.07em; }
.numbers-strip span { font: 10px/1.5 var(--font-geist-mono), monospace; text-transform: uppercase; color: #72706c; }
.values-grid { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.values-grid article { min-height: 270px; padding: 38px 30px; border-right: 1px solid var(--line-light); transition: background .3s, color .3s; }
.values-grid article:first-child { border-left: 1px solid var(--line-light); }
.values-grid article:hover { background: var(--red); color: white; }
.values-grid article > span { font: 10px var(--font-geist-mono), monospace; opacity: .6; }
.values-grid h4 { margin: 88px 0 18px; font-size: 21px; }
.values-grid p { max-width: 250px; font-size: 13px; line-height: 1.55; opacity: .7; }
.join-banner { max-width: 1500px; min-height: 650px; margin: 140px auto 0; display: grid; grid-template-columns: 1.25fr .75fr; background: var(--black); color: white; overflow: hidden; }
.join-image { background: linear-gradient(90deg, transparent 50%, rgba(0,0,0,.2)), url("https://images.unsplash.com/photo-1521737711867-e3b97375f902?auto=format&fit=crop&w=1500&q=85") center/cover; filter: grayscale(1); transition: filter .5s, transform .8s; }
.join-banner:hover .join-image { filter: grayscale(.2); transform: scale(1.02); }
.join-copy { padding: 80px 6vw; align-self: center; }
.join-copy h3 { font-size: clamp(48px, 5.2vw, 82px); line-height: .88; letter-spacing: -.06em; font-weight: 500; }
.join-copy > p:not(.eyebrow) { max-width: 360px; color: rgba(255,255,255,.65); line-height: 1.6; }
.join-copy a { display: inline-flex; gap: 30px; margin-top: 30px; border-bottom: 1px solid white; padding-bottom: 8px; font: 11px var(--font-geist-mono), monospace; text-transform: uppercase; }

.experience { overflow: hidden; }
.experience-heading { text-align: center; }
.experience-heading > p:last-child { max-width: 580px; margin: 45px auto 80px; color: rgba(255,255,255,.63); line-height: 1.6; }
.solution-panels { max-width: 1500px; margin: 0 auto; min-height: 750px; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.25); }
.solution-card { position: relative; overflow: hidden; isolation: isolate; display: flex; align-items: flex-end; }
.solution-bg { position: absolute; inset: 0; z-index: -2; transition: transform 1s cubic-bezier(.2,.8,.2,1), filter .5s; background-size: cover; background-position: center; filter: grayscale(1); }
.physical .solution-bg { background-image: url("https://images.unsplash.com/photo-1492684223066-81342ee5ff30?auto=format&fit=crop&w=1400&q=85"); }
.digital .solution-bg { background-image: url("https://images.unsplash.com/photo-1598488035139-bdbb2231ce04?auto=format&fit=crop&w=1400&q=85"); }
.solution-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.92)); }
.solution-card:hover .solution-bg { transform: scale(1.07); filter: grayscale(.15); }
.solution-card:hover::after { background: linear-gradient(180deg, rgba(226,29,45,.14), rgba(0,0,0,.9)); }
.solution-number { position: absolute; top: 32px; right: 34px; font: 10px var(--font-geist-mono), monospace; }
.solution-copy { padding: 70px; }
.solution-copy h3 { font-size: clamp(54px, 5.4vw, 88px); line-height: .83; letter-spacing: -.07em; font-weight: 500; margin: 0 0 34px; }
.solution-copy > p:not(.eyebrow) { max-width: 480px; line-height: 1.55; color: rgba(255,255,255,.72); }
.video-link { display: flex; align-items: center; gap: 18px; margin-top: 38px; color: white; border: 0; background: none; padding: 0; text-align: left; text-transform: uppercase; font: 10px var(--font-geist-mono), monospace; letter-spacing: .08em; cursor: pointer; }
.play { width: 50px; height: 50px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; display: grid; place-items: center; font-size: 10px; padding-left: 2px; transition: .3s; }
.video-link:hover .play { background: var(--red); border-color: var(--red); transform: scale(1.1); }
.video-link small { display: block; margin-top: 6px; color: rgba(255,255,255,.45); }
.process { max-width: 1500px; margin: 150px auto 0; display: grid; grid-template-columns: .8fr 2.2fr; gap: 90px; }
.process-title h3 { font-size: clamp(45px, 5vw, 80px); font-weight: 500; letter-spacing: -.06em; line-height: .86; }
.process-steps { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line-dark); }
.process-steps > div { padding: 28px 24px; border-right: 1px solid var(--line-dark); min-height: 260px; }
.process-steps > div:last-child { border: 0; }
.process-steps span { color: var(--red); font: 10px var(--font-geist-mono), monospace; }
.process-steps h4 { margin: 100px 0 16px; font-size: 20px; }
.process-steps p { font-size: 13px; line-height: 1.5; color: rgba(255,255,255,.55); }

.impact-heading { display: grid; grid-template-columns: 1.25fr .55fr; align-items: end; gap: 8vw; }
.impact-heading > p { max-width: 480px; margin: 0 0 5px; font-size: 17px; line-height: 1.6; color: #62605d; }
.filter-bar { max-width: 1500px; margin: 100px auto 36px; display: flex; border-bottom: 1px solid var(--line-light); }
.filter-bar button { border: 0; background: none; padding: 20px 28px 20px 0; margin-right: 30px; cursor: pointer; text-transform: uppercase; font: 10px var(--font-geist-mono), monospace; letter-spacing: .08em; color: #77736d; position: relative; }
.filter-bar button::after { content: ""; position: absolute; bottom: -1px; left: 0; height: 2px; width: 0; background: var(--red); transition: width .3s; }
.filter-bar button.active { color: var(--ink); }
.filter-bar button.active::after { width: calc(100% - 28px); }
.filter-bar span { margin-left: 10px; opacity: .5; }
.portfolio-grid { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-flow: dense; gap: 14px; }
.work-card { grid-column: span 5; min-height: 440px; position: relative; background-size: cover; background-position: center; overflow: hidden; filter: grayscale(.25); }
.work-card.wide { grid-column: span 7; }
.work-card.tall { min-height: 590px; }
.work-overlay { position: absolute; inset: 0; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; color: white; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.9)); opacity: 0; transition: opacity .4s; }
.work-card::after { content: ""; position: absolute; inset: 0; background: var(--red); mix-blend-mode: multiply; opacity: 0; transition: opacity .4s; }
.work-card:hover { filter: grayscale(0); }
.work-card:hover::after { opacity: .55; }
.work-card:hover .work-overlay { opacity: 1; z-index: 2; }
.work-overlay > span { font: 9px var(--font-geist-mono), monospace; letter-spacing: .1em; }
.work-overlay h3 { margin: 0 0 8px; max-width: 85%; font-size: clamp(28px, 3vw, 48px); letter-spacing: -.04em; }
.work-overlay p { margin: 0; font: 10px var(--font-geist-mono), monospace; text-transform: uppercase; }
.work-overlay b { position: absolute; right: 26px; bottom: 28px; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; }
.trust-block { max-width: 1500px; margin: 150px auto 0; }
.trust-copy h3 { font-size: clamp(44px, 5.3vw, 82px); letter-spacing: -.06em; line-height: .95; font-weight: 500; }
.trust-block blockquote { max-width: 870px; margin: 90px 0 90px 30%; font-family: Georgia, serif; font-size: clamp(28px, 3vw, 48px); line-height: 1.25; }
.trust-block blockquote footer { margin-top: 30px; font: 10px var(--font-geist-mono), monospace; text-transform: uppercase; color: #77736d; }
.logo-marquee { overflow: hidden; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); padding: 45px 0; }
.logo-marquee > div { width: max-content; display: flex; gap: 90px; align-items: center; animation: marquee 28s linear infinite; }
.logo-marquee span { font-size: clamp(20px, 2.3vw, 34px); font-weight: 780; color: #8b8780; white-space: nowrap; letter-spacing: -.05em; }
@keyframes marquee { from { transform: translateX(4vw); } to { transform: translateX(-35%); } }

.insights-heading { display: grid; grid-template-columns: 1.1fr .65fr; gap: 9vw; align-items: end; }
.insights-heading > div:last-child { padding-bottom: 5px; }
.insights-heading h3 { font-size: 25px; }
.insights-heading > div:last-child p { color: #625f59; line-height: 1.6; }
.article-grid { max-width: 1500px; margin: 110px auto 0; display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 24px; }
.article-image { aspect-ratio: 1.15/1; background-size: cover; background-position: center; filter: grayscale(1); position: relative; overflow: hidden; transition: filter .4s, background-size .5s; }
.article-grid article:hover .article-image { filter: grayscale(0); }
.article-image span { position: absolute; top: 18px; right: 18px; width: 35px; height: 35px; display: grid; place-items: center; background: var(--red); color: white; border-radius: 50%; font: 9px var(--font-geist-mono), monospace; }
.article-meta { display: flex; justify-content: space-between; gap: 10px; margin: 22px 0; font: 9px var(--font-geist-mono), monospace; letter-spacing: .06em; text-transform: uppercase; color: #77736d; }
.article-grid article h3 { font-size: clamp(24px, 2vw, 32px); line-height: 1.1; letter-spacing: -.04em; min-height: 105px; }
.article-grid article a { display: inline-flex; gap: 18px; padding-bottom: 7px; border-bottom: 1px solid; font: 10px var(--font-geist-mono), monospace; text-transform: uppercase; }
.newsletter { max-width: 1500px; margin: 140px auto 0; background: var(--black); color: white; min-height: 390px; padding: 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.newsletter h3 { margin: 0; font-size: clamp(38px, 4.2vw, 66px); line-height: .93; letter-spacing: -.05em; font-weight: 500; }
.newsletter form label { display: block; font: 9px var(--font-geist-mono), monospace; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-bottom: 14px; }
.newsletter form > div { display: flex; border-bottom: 1px solid white; }
.newsletter input { flex: 1; background: none; border: 0; outline: 0; color: white; padding: 18px 0; font-size: 18px; }
.newsletter button { border: 0; background: none; color: white; padding: 0; font: 10px var(--font-geist-mono), monospace; text-transform: uppercase; cursor: pointer; }

.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; }
.contact-lead { position: sticky; top: 130px; align-self: start; }
.contact-lead h2 { font-size: clamp(70px, 8vw, 128px); }
.contact-lead > p:last-child { max-width: 430px; margin-top: 60px; line-height: 1.6; color: rgba(255,255,255,.75); }
.contact-form { padding-top: 75px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.contact-form > label, .field-row label { display: block; margin-bottom: 54px; }
.contact-form label > span { display: block; margin-bottom: 13px; font: 9px var(--font-geist-mono), monospace; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.68); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.52); border-radius: 0; background: transparent; color: white; padding: 14px 0; outline: 0; resize: vertical; transition: border-color .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: white; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.55); }
.contact-form select option { color: black; }
.form-end { display: flex; justify-content: space-between; align-items: flex-end; margin-top: 15px; }
.form-end fieldset { border: 0; padding: 0; margin: 0; }
.form-end legend { margin-bottom: 15px; font: 9px var(--font-geist-mono), monospace; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.68); }
.form-end fieldset label { margin-right: 24px; font-size: 13px; }
.form-end input { width: auto; accent-color: var(--black); }
.submit-button { width: 160px; height: 160px; border-radius: 50%; border: 1px solid white; background: white; color: var(--red); display: flex; align-items: center; justify-content: space-around; text-transform: uppercase; font: 600 10px var(--font-geist-mono), monospace; cursor: pointer; transition: .3s; }
.submit-button:hover { background: var(--black); color: white; border-color: var(--black); transform: rotate(-6deg); }
.submit-button > span + span { font-size: 20px; }
.success { margin-top: 36px; padding: 16px; background: rgba(0,0,0,.16); border-left: 3px solid white; font-size: 13px; }

.site-footer { padding: 80px 5vw 30px; }
.footer-top { min-height: 210px; display: flex; align-items: flex-start; justify-content: space-between; border-bottom: 1px solid var(--line-dark); }
.footer-brand { font-size: clamp(35px, 5vw, 76px); }
.footer-top > p { font: 9px var(--font-geist-mono), monospace; letter-spacing: .14em; color: rgba(255,255,255,.55); }
.back-top { font: 9px var(--font-geist-mono), monospace; text-transform: uppercase; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1.4fr .7fr; gap: 4vw; padding: 65px 0; border-bottom: 1px solid var(--line-dark); }
.footer-label { font: 9px var(--font-geist-mono), monospace; letter-spacing: .12em; color: rgba(255,255,255,.42); }
.footer-grid a, .footer-grid address { display: block; font-style: normal; font-size: 13px; line-height: 1.75; color: rgba(255,255,255,.76); }
.footer-grid a:hover { color: var(--red); }
.socials { display: grid; grid-template-columns: 1fr 1fr; gap: 5px 16px; }
.footer-bottom { display: flex; gap: 50px; padding-top: 28px; font: 8px var(--font-geist-mono), monospace; letter-spacing: .05em; text-transform: uppercase; color: rgba(255,255,255,.42); }
.footer-bottom a:last-child { margin-left: auto; }

@media (pointer: fine) {
  .cursor-glow { position: fixed; z-index: 999; width: 420px; height: 420px; border-radius: 50%; pointer-events: none; transform: translate(-50%,-50%); background: radial-gradient(circle, rgba(226,29,45,.12), transparent 65%); mix-blend-mode: screen; left: var(--mouse-x, 50%); top: var(--mouse-y, 50%); }
  body::after { content: ""; position: fixed; z-index: 998; left: var(--mouse-x, 50%); top: var(--mouse-y, 50%); width: 7px; height: 7px; border-radius: 50%; background: white; mix-blend-mode: difference; transform: translate(-50%,-50%); pointer-events: none; }
}

@media (max-width: 1000px) {
  .section-pad { padding: 110px 5vw; }
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .mobile-menu { display: flex; position: fixed; inset: 0; z-index: 99; background: var(--red); color: white; flex-direction: column; justify-content: center; padding: 100px 8vw 40px; transform: translateY(-105%); transition: transform .6s cubic-bezier(.7,0,.2,1); }
  .mobile-menu.open { transform: none; }
  .mobile-menu-links a { display: grid; grid-template-columns: 45px 1fr auto; align-items: baseline; border-bottom: 1px solid rgba(255,255,255,.35); padding: 14px 0; }
  .mobile-menu-links em { font: 9px var(--font-geist-mono); font-style: normal; }
  .mobile-menu-links span { font-size: clamp(35px, 8vw, 64px); font-weight: 600; letter-spacing: -.06em; }
  .mobile-menu-links small { font: 9px var(--font-geist-mono); text-transform: uppercase; }
  .mobile-menu > p { margin: 35px 0 0 45px; font: 9px var(--font-geist-mono); letter-spacing: .12em; text-transform: uppercase; }
  .hero-bottom { margin-left: 25vw; }
  .split-heading, .impact-heading, .insights-heading { grid-template-columns: 1fr; }
  .intro-copy { margin: 70px 0 0 30%; }
  .numbers-strip, .values-grid { grid-template-columns: repeat(2,1fr); }
  .values-grid article:nth-child(3) { border-left: 1px solid var(--line-light); }
  .solution-panels { min-height: 650px; }
  .solution-copy { padding: 45px; }
  .process { grid-template-columns: 1fr; }
  .impact-heading > p, .insights-heading > div:last-child { margin: 50px 0 0 30%; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .article-grid article:last-child { grid-column: 2; }
  .newsletter { padding: 50px; }
  .contact { grid-template-columns: 1fr; }
  .contact-lead { position: static; }
  .contact-form { padding-top: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .section-pad { padding: 90px 22px; }
  .section-index { top: 30px; right: 22px; }
  .site-header { height: 72px; padding: 0 20px; }
  .motto-orbit { width: 58px; height: 58px; right: 12px; opacity: .9; }
  .motto-core { inset: 13px; font-size: 16px; }
  .motto-ring { display: none; }
  .hero-content { padding: 130px 22px 115px; }
  .hero h1 { font-size: clamp(59px, 17vw, 84px); margin-bottom: 45px; line-height: .83; }
  .hero-bottom { margin: 0; display: block; }
  .hero-bottom > p { font-size: 15px; padding-right: 20px; }
  .round-link { width: 120px; height: 120px; margin: 30px 0 0 auto; padding: 22px; }
  .hero-disciplines { display: none; }
  .scroll-cue span { display: none; }
  h2 { font-size: clamp(55px, 17vw, 86px); }
  .intro-copy, .impact-heading > p, .insights-heading > div:last-child { margin: 45px 0 0; }
  .numbers-strip { grid-template-columns: 1fr 1fr; margin-top: 70px; }
  .numbers-strip div { min-height: 145px; padding: 25px 12px; display: block; }
  .numbers-strip strong { display: block; margin-bottom: 16px; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article, .values-grid article:first-child, .values-grid article:nth-child(3) { border-left: 0; border-right: 0; border-bottom: 1px solid var(--line-light); min-height: 205px; padding: 28px 10px; }
  .values-grid h4 { margin: 58px 0 12px; }
  .join-banner { margin-top: 90px; grid-template-columns: 1fr; }
  .join-image { min-height: 360px; }
  .join-copy { padding: 55px 30px; }
  .experience-heading > p:last-child { margin-bottom: 55px; }
  .solution-panels { grid-template-columns: 1fr; }
  .solution-card { min-height: 600px; }
  .solution-copy { padding: 35px 25px; }
  .process { margin-top: 90px; gap: 35px; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-steps > div { min-height: 210px; border-bottom: 1px solid var(--line-dark); }
  .process-steps h4 { margin-top: 70px; }
  .filter-bar { margin-top: 65px; overflow-x: auto; }
  .filter-bar button { white-space: nowrap; }
  .portfolio-grid { display: block; }
  .work-card, .work-card.wide, .work-card.tall { min-height: 420px; margin-bottom: 12px; }
  .work-overlay { opacity: 1; }
  .work-card::after { opacity: .25; }
  .trust-block { margin-top: 95px; }
  .trust-block blockquote { margin: 60px 0; }
  .article-grid { grid-template-columns: 1fr; margin-top: 70px; }
  .article-grid article:last-child { grid-column: auto; }
  .article-grid article { margin-bottom: 45px; }
  .article-grid article h3 { min-height: auto; }
  .newsletter { margin-top: 75px; padding: 40px 24px; grid-template-columns: 1fr; min-height: 500px; }
  .newsletter form > div { display: block; }
  .newsletter button { padding: 16px 0; }
  .contact-lead > p:last-child { margin-top: 35px; }
  .contact-form { margin-top: 40px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-end { display: block; }
  .submit-button { width: 135px; height: 135px; margin: 45px 0 0 auto; }
  .footer-top { display: grid; min-height: 180px; }
  .footer-top > p { order: 3; }
  .back-top { position: absolute; right: 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; gap: 16px; }
  .footer-bottom a:last-child { margin: 0; }
}

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