:root {
  --ink: #151d26;
  --blue: #3398db;
  --slate: #517193;
  --paper: #fbfdfe;
  --line: rgba(81, 113, 147, 0.18);
  --content: 1216px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 100px; }

body {
  margin: 0;
  color: var(--ink);
  background-color: var(--paper);
  background-image:
    linear-gradient(to right, transparent 119px, rgba(21, 29, 38, 0.055) 120px),
    linear-gradient(to bottom, transparent 119px, rgba(21, 29, 38, 0.055) 120px);
  background-size: 120px 120px, 120px 120px;
  font-family: "Geist", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  z-index: 1000;
  inset: 0;
  pointer-events: none;
  background: url("assets/texture-lite.webp") top left / 3000px 3000px repeat;
  opacity: 0.055;
}

a { color: inherit; }
img { display: block; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(calc(100% - 48px), var(--content)); margin-inline: auto; }
.section-grid { position: relative; overflow: hidden; }
.section { padding: 96px 0; }
.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; z-index: 100; top: 12px; left: 12px; transform: translateY(-200%); padding: 10px 14px; background: var(--ink); color: white; text-decoration: none; }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 20; top: 0; right: 0; left: 0; transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease; }
.site-header.is-scrolled { position: fixed; background: rgba(251,253,254,.86); box-shadow: 0 1px 0 rgba(81,113,147,.16), 0 12px 34px rgba(21,29,38,.06); backdrop-filter: blur(16px); }
.site-header.is-scrolled .nav { height: 78px; }
.nav { height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 24px; transition: height .25s ease; }
.brand { display: inline-flex; align-items: center; gap: 7px; text-decoration: none; font-family: "Sora", sans-serif; }
.brand__mark { flex: 0 0 auto; display: block; width: 24px; height: 24px; border-radius: 2px; background: var(--ink); }
.brand__logo { display: block; width: auto; height: 28px; max-width: 190px; object-fit: contain; }
.brand--small { font-size: 19px; }
.brand--large { font-size: 38px; gap: 9px; }
.brand--large .brand__mark { width: 48px; height: 48px; border-radius: 4px; }
.brand--large .brand__logo { height: 48px; max-width: 260px; }

.nav__links { display: flex; align-items: center; gap: 24px; }
.nav__links a { font-size: 18px; font-weight: 500; line-height: 28px; text-decoration: none; }
.nav__links a:hover, .nav__links a:focus-visible, .nav__links .active { color: var(--blue); text-decoration: underline; text-underline-offset: 4px; }
.nav__links i { width: 10px; height: 10px; border-radius: 50%; background: var(--ink); }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: rgba(251,253,254,.92); align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.menu-button span:not(.sr-only) { width: 18px; height: 1.5px; background: var(--ink); transition: .2s ease; }

.scroll-progress { position: fixed; z-index: 1002; top: 0; right: 0; left: 0; height: 3px; background: var(--blue); transform: scaleX(0); transform-origin: left center; pointer-events: none; }
.back-to-top { position: fixed; z-index: 30; right: 24px; bottom: 24px; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: #fff; background: var(--ink); box-shadow: 0 10px 30px rgba(21,29,38,.18); font-size: 22px; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease, background .2s ease; }
.back-to-top:hover, .back-to-top:focus-visible { background: var(--blue); transform: translateY(-2px); }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 14px 18px; border: 1.5px solid var(--blue); border-radius: 26px; font-size: 16px; font-weight: 600; letter-spacing: -.02em; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button img { width: 22px; height: 22px; object-fit: contain; }
.button--dark { color: #fff; background: linear-gradient(90deg, #151d26, #2b3d4f); box-shadow: inset 0 0 0 999px rgba(21,29,38,.08); }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(21,29,38,.14); }
.text-link { font-weight: 600; text-underline-offset: 4px; }
.button-row { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.secondary-link { display: inline-flex; align-items: center; justify-content: center; gap: 10px; color: var(--slate); font-size: 24px; font-weight: 600; text-decoration: none; }
.secondary-link img { width: 34px; height: 34px; }
.secondary-link:hover { color: var(--blue); }

.hero { min-height: 1024px; padding: 104px 0 0; display: flex; flex-direction: column; }
.hero__art { position: absolute; inset: 0 0 104px; pointer-events: none; }
.hero__grid { position: absolute; width: 1440px; height: 934px; left: 50%; top: 0; transform: translate3d(calc(-50% + var(--hero-x, 0px)), var(--hero-y, 0px), 0); object-fit: cover; transition: transform .25s ease-out; }
.hero__glow { position: absolute; width: 928px; height: 744px; left: 50%; top: 180px; transform: translate3d(calc(-50% + var(--hero-glow-x, 0px)), var(--hero-glow-y, 0px), 0); opacity: .88; transition: transform .3s ease-out; }
.hero__inner { position: relative; flex: 1; padding-top: 57px; }
.hero__heading h1 { margin: 0; font-size: clamp(78px, 8.34vw, 120px); font-weight: 400; line-height: 1.2; letter-spacing: -.035em; }
.hero__heading > p, .hero__action-copy > p, .section-heading p, .service-card p, .why-card p, .story-grid p, .story-grid cite, .faq-answer p, .contact-card a, .contact-card address, .footer p, .footer__links a {
  font-family: "Geist Mono", monospace;
}
.hero__heading > p { max-width: 1014px; margin: 22px 0 0; font-size: 18px; line-height: 1.5; }
.hero__action-copy { width: min(592px, 50%); margin: 49px 0 0 auto; }
.hero__action-copy > p { margin: 0 0 24px; font-size: 18px; line-height: 1.5; }
.client-strip { position: relative; padding: 32px 0 28px; }
.client-strip > p { margin: 0 0 24px; text-align: center; font-size: 24px; font-weight: 600; }
.client-logos { display: flex; align-items: center; justify-content: space-between; gap: 24px; overflow: hidden; }
.client-logo { height: 48px; display: flex; align-items: center; gap: 10px; flex: 0 1 auto; }
.client-logo img:first-child { width: 44px; height: 44px; object-fit: contain; }
.client-logo img:last-child { height: 29px; width: auto; max-width: 130px; }

.section-heading { margin-bottom: 45px; }
.section-heading h2 { margin: 0; font-size: clamp(52px, 5.14vw, 74px); line-height: 1.2; font-weight: 400; letter-spacing: -.025em; }
.section-heading p { max-width: 1030px; margin: 24px 0 0; font-size: 18px; line-height: 1.5; }

.expertise { min-height: 1645px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 23px; row-gap: 38px; align-items: start; }
.service-card { min-width: 0; }
.service-card--offset { padding-top: 54px; }
.service-card h3, .why-card h3, .story-grid h3, .contact-card h3 { margin: 14px 24px 10px; color: var(--blue); font-size: 28px; line-height: 1.2; font-weight: 400; }
.service-card p, .why-card p { margin: 0 24px; color: var(--slate); font-size: 18px; line-height: 1.5; }
.service-card > a { display: inline-block; margin: 14px 24px 0; color: var(--blue); font-family: "Geist Mono", monospace; font-size: 13px; text-decoration: none; }
.service-card > a:hover { text-decoration: underline; }
.services-cta { grid-column: 1 / -1; min-height: 70px; display: flex; align-items: center; justify-content: center; margin: -8px 0; }
.sprite-crop { position: relative; width: 100%; height: 340px; overflow: hidden; }
.sprite-crop > img { position: absolute; width: 1440px; max-width: none; height: auto; }
.service-one > img { left: -112px; top: -300px; }
.service-two > img { left: -530px; top: -324px; }
.service-two { height: 310px; }
.service-three > img { left: -944px; top: -284px; }
.service-four > img { left: -112px; top: -951px; }
.service-five > img { left: -530px; top: -992px; }
.service-six > img { left: -944px; top: -934px; }

.impact { min-height: 757px; }
.impact__stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.impact__stats div { display: flex; flex-direction: column; gap: 20px; }
.impact__stats strong { font-size: 74px; line-height: 1.2; }
.impact__stats span, .impact__uptime span { font: 18px/1.5 "Geist Mono", monospace; }
.impact__uptime { display: flex; flex-direction: column; align-items: center; gap: 8px; margin-top: 35px; color: var(--blue); }
.impact__uptime strong { font-size: 120px; line-height: 1.2; }

.why { min-height: 943px; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why-card--offset { padding-top: 22px; }
.why-card .sprite-crop { height: 330px; }
.why-one > img { left: -112px; top: -294px; }
.why-two > img { left: -526px; top: -294px; }
.why-two { height: 285px !important; }
.why-three > img { left: -940px; top: -294px; }
.why__cta { display: flex; width: max-content; margin: 34px auto 0; }

.stories { min-height: 861px; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; padding: 12px; }
.story-grid article { display: flex; flex-direction: column; }
.story-grid h3 { margin: 0 0 12px; }
.story-grid p { margin: 0; color: var(--slate); font-size: 18px; line-height: 1.5; }
.story-grid cite { margin-top: 12px; color: var(--blue); font-size: 18px; line-height: 1.5; font-style: normal; }
.stories__cta { display: flex; width: max-content; margin: 45px auto 0; }

.faq { min-height: 823px; }
.accordion { border-top: 1px solid var(--slate); }
.faq-item { border-bottom: 1px solid var(--slate); }
.faq-item button { width: 100%; min-height: 85px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 24px; border: 0; color: var(--ink); background: transparent; font: 28px/1.3 "Geist", sans-serif; text-align: left; cursor: pointer; }
.faq-item button:hover { color: var(--blue); }
.faq-item button:focus-visible { color: var(--blue); outline: 2px solid var(--blue); outline-offset: -2px; }
.faq-icon { flex: 0 0 auto; font-size: 34px; font-weight: 300; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer > p { min-height: 0; overflow: hidden; margin: 0; padding: 0 24px; color: var(--slate); font-size: 18px; line-height: 1.5; transition: padding .3s ease; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer > p { padding: 18px 24px 26px; }

.contact { padding-bottom: 0; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 24px; }
.contact-card { min-width: 0; }
.contact-card h3 { margin-left: 0; }
.contact-card a, .contact-card address { display: block; color: var(--slate); font-size: 18px; line-height: 1.5; font-style: normal; text-decoration: none; }
.contact-card a:hover { color: var(--blue); text-decoration: underline; }
.vector-scene { position: relative; width: 100%; max-width: 341px; aspect-ratio: 1; overflow: hidden; }
.vector-scene img { position: absolute; width: auto; height: auto; }

.footer { margin-top: 0; }
.footer__main { display: grid; grid-template-columns: 1fr 1fr; gap: 108px; padding: 30px 0 36px; border-top: 1px solid rgba(81,113,147,.35); border-bottom: 1px solid rgba(81,113,147,.35); }
.footer__about > p { margin: 28px 0 22px; color: var(--slate); font-size: 18px; line-height: 1.5; }
.social-links { display: flex; gap: 12px; }
.social-links a { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #fff; }
.social-links img { width: 18px; height: 18px; object-fit: contain; }
.footer__links { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; }
.footer__links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer__links h3 { margin: 0 0 10px; font-size: 28px; font-weight: 400; }
.footer__links a { color: var(--slate); font-size: 18px; line-height: 1.5; text-decoration: none; }
.footer__links a:hover { color: var(--blue); }
.copyright { margin: 0; padding: 30px 0 34px; color: var(--slate); text-align: center; font-size: 18px; }

/* Interior pages */
.eyebrow {
  margin: 0 0 16px;
  color: var(--blue);
  font: 600 13px/1.4 "Geist Mono", monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.inner-hero { min-height: 850px; padding-top: 104px; }
.inner-hero .hero__art { bottom: 0; }
.inner-hero__content { position: relative; min-height: 746px; display: flex; flex-direction: column; justify-content: center; padding-top: 50px; }
.inner-hero__content > h1 { max-width: 1160px; margin: 0; font-size: clamp(78px, 8.34vw, 120px); font-weight: 400; line-height: 1.02; letter-spacing: -.045em; }
.inner-hero__intro { width: min(590px, 50%); margin: 54px 0 0 auto; }
.inner-hero__intro > p { margin: 0 0 24px; font: 18px/1.5 "Geist Mono", monospace; }

.split-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: start; }
.split-section .section-heading { margin: 0; }
.long-copy { padding-top: 42px; }
.long-copy p, .mission-grid > div > p { margin: 0 0 24px; color: var(--slate); font: 18px/1.65 "Geist Mono", monospace; }
.story-section { min-height: 760px; display: flex; align-items: center; }

.values-section { min-height: 1040px; }
.values-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--slate); border-left: 1px solid var(--slate); }
.values-grid article { min-height: 290px; padding: 36px; border-right: 1px solid var(--slate); border-bottom: 1px solid var(--slate); }
.values-grid span { color: var(--blue); font: 14px/1.4 "Geist Mono", monospace; }
.values-grid h3 { margin: 52px 0 12px; font-size: 34px; font-weight: 400; }
.values-grid p { max-width: 470px; margin: 0; color: var(--slate); font: 18px/1.5 "Geist Mono", monospace; }

.mission-section { min-height: 820px; display: flex; align-items: center; }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.mission-grid h2 { max-width: 570px; margin: 0; font-size: clamp(52px, 5.14vw, 74px); line-height: 1.15; font-weight: 400; letter-spacing: -.03em; }
.mission-grid > div:nth-child(2) { padding-top: 56px; }
.impact-inline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 70px; }
.impact-inline div { display: flex; flex-direction: column; gap: 10px; }
.impact-inline strong { color: var(--blue); font-size: 42px; font-weight: 500; }
.impact-inline span { color: var(--slate); font: 13px/1.4 "Geist Mono", monospace; }

.team-section { min-height: 1440px; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.team-card { min-width: 0; }
.team-card > img, .team-monogram { width: 100%; aspect-ratio: 1; object-fit: cover; background: #dfeef7; }
.team-monogram { display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #56b3e8, #2475aa); font-size: clamp(64px, 7vw, 104px); font-weight: 600; letter-spacing: -.08em; }
.team-card--dark .team-monogram { background: linear-gradient(145deg, #2c3c4b, #111820); }
.team-card--pale .team-monogram { color: var(--ink); background: linear-gradient(145deg, #edf7fc, #b9daeb); }
.team-card--sky .team-monogram { background: linear-gradient(145deg, #90d3f4, #3398db); }
.team-card--ink .team-monogram { background: linear-gradient(145deg, #517193, #151d26); }
.team-card h3 { margin: 18px 0 6px; color: var(--blue); font-size: 26px; font-weight: 400; }
.team-card p { margin: 0; color: var(--slate); font: 15px/1.5 "Geist Mono", monospace; }

.projects-section { min-height: 2050px; }
.projects-list { display: flex; flex-direction: column; gap: 96px; }
.project-card { display: grid; grid-template-columns: 1.14fr .86fr; gap: 64px; align-items: center; }
.project-card--reverse .project-card__image { order: 2; }
.project-card__image { min-width: 0; aspect-ratio: 1.33; overflow: hidden; background: #e7eaec; }
.project-card__image img { width: 100%; height: 100%; object-fit: cover; }
.project-card__copy h3 { margin: 0 0 18px; font-size: 40px; line-height: 1.15; font-weight: 400; letter-spacing: -.025em; }
.project-card__copy > p:not(.eyebrow) { margin: 0; color: var(--slate); font: 17px/1.55 "Geist Mono", monospace; }
.project-card__copy dl { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 32px 0; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-card__copy dl div { display: flex; flex-direction: column; gap: 7px; }
.project-card__copy dt { color: var(--slate); font: 12px/1.4 "Geist Mono", monospace; text-transform: uppercase; letter-spacing: .1em; }
.project-card__copy dd { margin: 0; font-size: 16px; }
.project-card__copy > a { color: var(--blue); font: 600 14px/1.4 "Geist Mono", monospace; text-decoration: none; }
.project-card__copy > a:hover { text-decoration: underline; }

.expertise--page { min-height: 1645px; }
.expertise--page .service-card { scroll-margin-top: 30px; }
.page-contact { min-height: 620px; display: flex; align-items: center; text-align: center; }
.page-contact .section-heading { margin-inline: auto; }
.page-contact .section-heading p { margin-inline: auto; }
.page-contact .secondary-link { margin-inline: auto; }
.site-footer { margin-top: 0; }

.inquiry-section { min-height: 1390px; display: flex; align-items: center; }
.inquiry-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.inquiry-copy { position: sticky; top: 40px; }
.inquiry-copy h2 { margin: 0; font-size: clamp(52px, 5.14vw, 74px); line-height: 1.15; font-weight: 400; letter-spacing: -.03em; }
.inquiry-copy > p:not(.eyebrow) { margin: 24px 0 0; color: var(--slate); font: 18px/1.55 "Geist Mono", monospace; }
.direct-contact { display: flex; flex-direction: column; gap: 26px; margin-top: 64px; }
.direct-contact div { display: flex; flex-direction: column; gap: 6px; }
.direct-contact span { color: var(--blue); font: 12px/1.4 "Geist Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.direct-contact a, .direct-contact address { color: var(--ink); font: 17px/1.5 "Geist Mono", monospace; font-style: normal; text-decoration: none; }
.direct-contact a:hover { color: var(--blue); }
.inquiry-form { display: flex; flex-direction: column; gap: 28px; padding: 44px; border: 1px solid rgba(81,113,147,.35); background: rgba(251,253,254,.76); backdrop-filter: blur(10px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.inquiry-form label { display: flex; flex-direction: column; gap: 10px; color: var(--ink); font: 14px/1.4 "Geist Mono", monospace; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; min-height: 56px; padding: 14px 16px; border: 1px solid var(--slate); border-radius: 0; color: var(--ink); background: rgba(255,255,255,.68); font: 17px/1.4 "Geist", sans-serif; outline: none; }
.inquiry-form textarea { min-height: 160px; resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(51,152,219,.14); }
.inquiry-form .consent { display: grid; grid-template-columns: 20px 1fr; align-items: center; gap: 12px; color: var(--slate); }
.inquiry-form .consent input { width: 20px; min-height: 20px; margin: 0; accent-color: var(--blue); }
.form-submit { width: max-content; cursor: pointer; }
.form-status { min-height: 24px; margin: -12px 0 0; color: var(--blue); font: 14px/1.5 "Geist Mono", monospace; }
.form-status[data-state="error"] { color: #b42318; }
.form-status[data-state="success"] { color: #16784a; }
.inquiry-form input.is-invalid, .inquiry-form select.is-invalid, .inquiry-form textarea.is-invalid { border-color: #b42318; box-shadow: 0 0 0 3px rgba(180,35,24,.1); }
.form-submit:disabled { cursor: wait; opacity: .7; transform: none; }
.contact--page { min-height: 1160px; padding-bottom: 70px; }

/* Progressive interaction enhancements */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease var(--reveal-delay, 0ms), transform .65s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.interactive-card { position: relative; isolation: isolate; transition: transform .25s ease, box-shadow .25s ease; }
.interactive-card::after { content: ""; position: absolute; z-index: -1; inset: -14px; border: 1px solid transparent; background: radial-gradient(240px circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(51,152,219,.13), transparent 72%); opacity: 0; transition: opacity .25s ease, border-color .25s ease; pointer-events: none; }
.interactive-card.is-visible:hover { transform: translateY(-6px); }
.interactive-card:hover::after { opacity: 1; border-color: rgba(51,152,219,.13); }
.site-toast { position: fixed; z-index: 1003; right: 24px; bottom: 84px; max-width: min(360px, calc(100% - 48px)); padding: 14px 18px; border-radius: 12px; color: #fff; background: var(--ink); box-shadow: 0 16px 38px rgba(21,29,38,.22); font: 14px/1.45 "Geist Mono", monospace; opacity: 0; visibility: hidden; transform: translateY(10px); transition: .22s ease; }
.site-toast.is-visible { opacity: 1; visibility: visible; transform: none; }
.hash-target { animation: target-pulse 1.5s ease; }
@keyframes target-pulse { 0%, 100% { filter: none; } 35% { filter: drop-shadow(0 0 18px rgba(51,152,219,.38)); } }

@media (max-width: 1100px) {
  .nav__links { gap: 12px; }
  .nav__links i { display: none; }
  .nav__cta { display: none; }
  .client-logos { justify-content: flex-start; overflow-x: auto; padding-bottom: 8px; }
  .service-grid, .why-grid, .story-grid { grid-template-columns: repeat(2, 1fr); }
  .services-cta { grid-column: 1 / -1; order: 3; }
  .service-card--offset, .why-card--offset { padding-top: 0; }
  .why__cta { margin-top: 40px; }
  .impact__stats { grid-template-columns: repeat(2, 1fr); row-gap: 42px; }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .footer__main { grid-template-columns: 1fr; gap: 52px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .project-card { grid-template-columns: 1fr; gap: 36px; }
  .project-card--reverse .project-card__image { order: initial; }
  .inquiry-grid { grid-template-columns: 1fr; gap: 64px; }
  .inquiry-copy { position: static; }
}

@media (max-width: 760px) {
  body { background-size: 80px 80px, 80px 80px; background-image: linear-gradient(to right, transparent 79px, rgba(21,29,38,.05) 80px), linear-gradient(to bottom, transparent 79px, rgba(21,29,38,.05) 80px); }
  body::before { background-size: 2200px 2200px; }
  .container { width: min(calc(100% - 32px), var(--content)); }
  .section { padding: 72px 0; }
  .nav, .site-header.is-scrolled .nav { height: 80px; }
  body.menu-open { overflow: hidden; }
  .menu-button { display: flex; }
  .nav__links { position: absolute; top: 72px; right: 16px; left: 16px; display: grid; gap: 0; padding: 8px; border: 1px solid var(--line); border-radius: 18px; background: rgba(251,253,254,.97); box-shadow: 0 18px 50px rgba(21,29,38,.14); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }
  .nav__links.open { opacity: 1; visibility: visible; transform: none; }
  .nav__links a { padding: 13px 14px; border-radius: 11px; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }
  .hero { min-height: 960px; padding-top: 80px; }
  .hero__inner { padding-top: 58px; }
  .hero__heading h1 { font-size: clamp(48px, 14vw, 70px); line-height: 1.06; }
  .hero__heading > p { margin-top: 28px; }
  .hero__action-copy { width: 100%; margin-top: 56px; }
  .hero__grid { left: 50%; width: 1180px; }
  .hero__glow { width: 780px; left: 58%; top: 250px; }
  .client-strip { padding-bottom: 24px; }
  .client-strip > p { font-size: 20px; }
  .section-heading h2 { font-size: clamp(42px, 12vw, 58px); }
  .section-heading p, .hero__heading > p, .hero__action-copy > p { font-size: 16px; }
  .service-grid, .why-grid, .story-grid, .contact-grid { grid-template-columns: 1fr; }
  .service-card, .why-card { max-width: 390px; width: 100%; margin-inline: auto; }
  .sprite-crop { width: 341px; max-width: 100%; }
  .service-grid { row-gap: 48px; }
  .services-cta { order: initial; margin: 8px 0; }
  .secondary-link { font-size: 20px; }
  .impact__stats { grid-template-columns: 1fr 1fr; gap: 38px 12px; }
  .impact__stats strong { font-size: 52px; }
  .impact__stats span { font-size: 14px; }
  .impact__uptime strong { font-size: 84px; }
  .why__cta, .stories__cta { margin-top: 46px; }
  .story-grid { padding: 0; gap: 42px; }
  .faq-item button { padding-inline: 8px; font-size: 21px; }
  .faq-answer > p, .faq-item.open .faq-answer > p { padding-left: 8px; padding-right: 8px; }
  .contact-grid { padding: 0; gap: 42px; }
  .contact-card { width: min(100%, 390px); margin-inline: auto; }
  .vector-scene { margin-inline: auto; }
  .footer { margin-top: 66px; }
  .footer__links { grid-template-columns: 1fr; }
  .brand--large { font-size: 31px; }
  .brand--large .brand__mark { width: 40px; height: 40px; }
  .inner-hero { min-height: 760px; padding-top: 80px; }
  .inner-hero__content { min-height: 680px; justify-content: center; padding-top: 24px; }
  .inner-hero__content > h1 { font-size: clamp(60px, 19vw, 90px); line-height: .98; }
  .inner-hero__intro { width: 100%; margin-top: 58px; }
  .inner-hero__intro > p { font-size: 16px; }
  .split-section, .mission-grid { grid-template-columns: 1fr; gap: 36px; }
  .long-copy, .mission-grid > div:nth-child(2) { padding-top: 0; }
  .story-section, .mission-section { min-height: auto; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article { min-height: 240px; padding: 28px; }
  .values-grid h3 { margin-top: 38px; }
  .impact-inline { grid-template-columns: 1fr; margin-top: 44px; }
  .impact-inline div { flex-direction: row; align-items: baseline; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
  .team-grid { grid-template-columns: 1fr; gap: 42px; }
  .team-card { max-width: 440px; margin-inline: auto; }
  .projects-list { gap: 76px; }
  .project-card__copy h3 { font-size: 32px; }
  .project-card__copy dl { grid-template-columns: 1fr; }
  .page-contact { min-height: 520px; }
  .inquiry-section { min-height: auto; }
  .inquiry-form { padding: 24px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 28px; }
  .contact--page { min-height: auto; }
  .back-to-top { right: 16px; bottom: 16px; }
  .site-toast { right: 16px; bottom: 76px; max-width: calc(100% - 32px); }
}

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