:root {
  --ink: #173d53;
  --ink-2: #2f7195;
  --ink-3: #e3eff4;
  --paper: #f7f9fa;
  --paper-2: #eaf2f5;
  --white: #ffffff;
  --orange: #f4773b;
  --orange-dark: #c95726;
  --line: rgba(23,61,83,.17);
  --line-inverse: rgba(255,255,255,.32);
  --muted: #5a6b74;
  --muted-inverse: #d5e4ea;
  --shell: 1240px;
  --shadow: 0 24px 70px rgba(5, 12, 18, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.is-menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

.sr-only {
  position: absolute !important;
  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: 1rem;
  top: 1rem;
  z-index: 1000;
  background: var(--white);
  color: var(--ink);
  padding: .8rem 1rem;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }

.shell { width: min(calc(100% - 48px), var(--shell)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--ink-2);
  color: var(--white);
  border-bottom: 1px solid var(--line-inverse);
}
.header-inner { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.wordmark { display: inline-flex; flex-direction: column; gap: 3px; text-decoration: none; width: max-content; }
.wordmark-main { font-size: 20px; font-weight: 900; letter-spacing: -.03em; line-height: 1; border-bottom: 4px solid var(--orange); padding-bottom: 5px; }
.wordmark-sub { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 9px; letter-spacing: .14em; opacity: .65; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(16px, 2.3vw, 32px); }
.main-nav a { text-decoration: none; font-size: 13px; color: rgba(255,255,255,.88); }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--white); }
.menu-toggle { display: none; }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  transition: transform .22s ease, background-color .22s ease, border-color .22s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid rgba(255,90,31,.34);
  outline-offset: 3px;
}
.button-orange { background: var(--orange); color: #fff; }
.button-orange:hover { background: var(--orange-dark); }
.button-ghost { border-color: rgba(255,255,255,.65); color: var(--white); background: rgba(9,15,21,.22); }
.button-small { min-height: 42px; padding: 0 16px; font-size: 12px; }

.hero {
  min-height: 720px;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { height: 112%; object-fit: cover; object-position: center 50%; transform: translate3d(0, 0, 0) scale(1.02); will-change: transform; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(25,34,35,.72) 0%, rgba(25,34,35,.43) 40%, rgba(25,34,35,.08) 74%, rgba(25,34,35,.04) 100%),
    linear-gradient(0deg, rgba(25,34,35,.32) 0%, rgba(25,34,35,.02) 64%);
}
.hero-content { position: relative; z-index: 2; padding: 126px 0 64px; }
.eyebrow, .mini-label {
  margin: 0 0 16px;
  color: var(--orange);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.eyebrow.dark { color: var(--orange-dark); }
.hero h1, .section-heading h2, .career h2, .quality h2, .contact h2, .jobs h2 {
  margin: 0;
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .96;
}
.hero h1 { max-width: 860px; font-size: clamp(58px, 8vw, 118px); text-wrap: balance; }
.hero-copy { max-width: 660px; margin: 30px 0 0; font-size: clamp(18px, 2.1vw, 25px); line-height: 1.45; color: #f3f9fb; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.hero-facts {
  width: min(720px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 72px 0 0;
  border-top: 1px solid var(--line-inverse);
  border-bottom: 1px solid var(--line-inverse);
}
.hero-facts div { padding: 18px 22px 18px 0; }
.hero-facts div + div { padding-left: 22px; border-left: 1px solid var(--line-inverse); }
.hero-facts dt { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; color: var(--muted-inverse); font-size: 11px; letter-spacing: .08em; }
.hero-facts dd { margin: 5px 0 0; font-size: 20px; font-weight: 800; }
.asset-note { position: absolute; right: 24px; bottom: 18px; z-index: 3; font-size: 10px; color: rgba(255,255,255,.84); background: rgba(18,62,86,.58); padding: 7px 9px; }

.trust-strip { background: #dcebf1; color: var(--ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 112px; display: grid; grid-template-columns: 1.2fr repeat(4, 1fr); align-items: stretch; }
.trust-grid > * { display: flex; align-items: center; gap: 10px; margin: 0; padding: 0 22px; border-left: 1px solid var(--line); }
.trust-grid > *:first-child { border-left: 0; padding-left: 0; color: var(--muted); }
.trust-grid span { color: var(--orange); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; }
.trust-grid strong { font-size: 15px; }

.section { padding: 120px 0; }
.section-heading { max-width: 830px; margin-bottom: 58px; }
.section-heading h2, .career h2, .quality h2, .contact h2, .jobs h2 { font-size: clamp(42px, 5vw, 72px); }
.section-heading > p:last-child, .career-copy > p:last-of-type, .contact-copy > p:last-of-type, .jobs-intro > p:last-of-type {
  max-width: 720px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65;
}

.services { background: var(--paper); }
.service-layout { display: grid; grid-template-columns: 355px minmax(0,1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.service-tabs { display: flex; flex-direction: column; border-right: 1px solid var(--ink); }
.service-tabs button {
  width: 100%; min-height: 118px; display: grid; grid-template-columns: 36px 1fr; grid-template-rows: auto auto; align-content: center;
  gap: 4px 10px; text-align: left; background: transparent; border: 0; border-bottom: 1px solid var(--line); padding: 22px; cursor: pointer;
  transition: background-color .26s ease, color .26s ease, padding-left .26s ease;
}
.service-tabs button:last-child { border-bottom: 0; }
.service-tabs button span { grid-row: 1 / span 2; align-self: start; color: var(--orange-dark); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; }
.service-tabs button strong { font-size: 16px; }
.service-tabs button small { color: var(--muted); font-size: 12px; }
.service-tabs button[aria-selected="true"] { background: var(--ink); color: var(--white); padding-left: 28px; }
.service-tabs button[aria-selected="true"] small { color: var(--muted-inverse); }
.service-panel { display: grid; grid-template-columns: 1fr 1.05fr; min-height: 470px; background: var(--white); overflow: hidden; }
.service-copy { padding: 54px 46px; transition: opacity .26s ease, transform .26s ease; }
.service-copy.is-switching { opacity: 0; transform: translateY(8px); }
.service-copy h3 { margin: 0; font-size: clamp(30px, 3vw, 48px); line-height: 1.04; letter-spacing: -.04em; }
.service-copy > p:not(.mini-label) { color: var(--muted); line-height: 1.6; }
.service-copy ul { margin: 28px 0 0; padding: 0; list-style: none; }
.service-copy li { padding: 12px 0 12px 26px; border-top: 1px solid var(--line); position: relative; font-size: 14px; }
.service-copy li::before { content: "↗"; position: absolute; left: 0; color: var(--orange-dark); }
.service-visual { margin: 0; position: relative; overflow: hidden; min-height: 100%; background: var(--ink-2); }
.service-visual img { width: 100%; height: 100%; object-fit: cover; transition: opacity .26s ease, transform .32s ease; }
.service-visual img.is-switching { opacity: .35; transform: scale(1.015); }
.service-visual figcaption { position: absolute; left: 14px; bottom: 14px; background: rgba(8,13,18,.75); color: #fff; padding: 7px 9px; font-size: 10px; }

.projects { background: var(--ink-3); color: var(--ink); }
.section-heading-inverse > p:last-child { color: var(--muted); }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-card { border-top: 1px solid var(--line); }
.project-open { width: 100%; padding: 0; text-align: left; background: transparent; border: 0; color: inherit; cursor: pointer; }
.project-image-wrap { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: #111; }
.project-image-wrap img { height: 100%; object-fit: cover; transition: transform .35s ease; }
.project-open:hover .project-image-wrap img { transform: scale(1.018); }
.concept-tag { position: absolute; top: 14px; right: 14px; padding: 7px 9px; background: var(--orange); color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.project-card-body { padding: 24px 0 14px; }
.project-kicker { margin: 0 0 10px; color: var(--orange); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.project-card h3 { margin: 0 0 24px; font-size: 26px; line-height: 1.05; letter-spacing: -.035em; }
.project-card dl { margin: 0; border-top: 1px solid var(--line); }
.project-card dl div { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.project-card dt { color: var(--muted); }
.project-card dd { margin: 0; text-align: right; font-weight: 700; }
.text-link { display: inline-flex; gap: 10px; margin-top: 20px; color: var(--ink); font-weight: 800; font-size: 13px; }

.process { background: var(--paper-2); }
.process-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.process-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--ink); }
.process-list li { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid var(--ink); }
.process-list li > span { color: var(--orange-dark); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; }
.process-list h3 { margin: 0 0 8px; font-size: 22px; }
.process-list p { margin: 0; color: var(--muted); line-height: 1.55; }

.team { background: var(--white); border-top: 1px solid var(--line); }
.team-intro { display: grid; grid-template-columns: .82fr 1.18fr; gap: 74px; align-items: end; margin-bottom: 72px; }
.team-intro-copy { max-width: 560px; }
.team-intro-copy h2 { margin: 0; font-size: clamp(42px, 5vw, 74px); line-height: .96; letter-spacing: -.055em; }
.team-intro-copy > p:not(.eyebrow) { max-width: 570px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.team-source-link { display: inline-flex; margin-top: 26px; color: var(--ink); text-decoration: none; }
.team-source-link:hover { color: var(--orange-dark); }
.team-group { position: relative; margin: 0; overflow: hidden; background: var(--ink-2); }
.team-group::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,11,16,.14), transparent 38%, rgba(5,11,16,.22)); pointer-events: none; }
.team-group img { aspect-ratio: 1276 / 373; height: auto; object-fit: cover; }
.team-group figcaption { position: absolute; left: 18px; bottom: 16px; z-index: 1; padding: 7px 9px; background: rgba(5,11,16,.78); color: #fff; font-size: 10px; letter-spacing: .02em; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0 24px; border-top: 1px solid var(--ink); }
.team-member { min-width: 0; display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 16px; align-items: center; padding: 24px 0 26px; border-bottom: 1px solid var(--line); }
.team-member:nth-child(3n) { padding-top: 38px; }
.team-member:nth-child(4n) { padding-bottom: 38px; }
.team-portrait { position: relative; width: 92px; height: 92px; overflow: hidden; border: 4px solid var(--paper); border-radius: 50%; background: var(--paper-2); box-shadow: 0 0 0 1px rgba(10,17,24,.22); animation: team-float 8s ease-in-out infinite; animation-delay: calc(var(--member-index, 0) * -.35s); transition: transform .3s ease, box-shadow .3s ease; }
.team-member:nth-child(1) { --member-index: 1; }
.team-member:nth-child(2) { --member-index: 2; }
.team-member:nth-child(3) { --member-index: 3; }
.team-member:nth-child(4) { --member-index: 4; }
.team-member:nth-child(5) { --member-index: 5; }
.team-member:nth-child(6) { --member-index: 6; }
.team-member:nth-child(7) { --member-index: 7; }
.team-member:nth-child(8) { --member-index: 8; }
.team-member:nth-child(9) { --member-index: 9; }
.team-member:nth-child(10) { --member-index: 10; }
.team-member:nth-child(11) { --member-index: 11; }
.team-member:nth-child(12) { --member-index: 12; }
.team-portrait img { width: 100%; height: 100%; object-fit: cover; }
.team-member:hover .team-portrait { transform: translateY(-5px) rotate(2deg); box-shadow: 0 0 0 1px var(--orange-dark), 0 12px 24px rgba(5,12,18,.18); }
.team-role { margin: 0 0 7px; color: var(--orange-dark); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 10px; line-height: 1.35; text-transform: uppercase; letter-spacing: .07em; }
.team-member h3 { margin: 0; font-size: 17px; line-height: 1.08; letter-spacing: -.02em; }
.team-source-note { max-width: 760px; margin: 30px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
@keyframes team-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }

.career { min-height: 640px; position: relative; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.career-media, .career-overlay { position: absolute; inset: 0; }
.career-media img { height: 100%; object-fit: cover; object-position: 60% center; }
.career-overlay { background: linear-gradient(90deg, rgba(5,11,16,.94) 0%, rgba(5,11,16,.78) 44%, rgba(5,11,16,.3) 78%); }
.career-content { position: relative; z-index: 2; }
.career-copy { max-width: 650px; }
.career-copy > p:last-of-type { color: #d7dde2; }
.career-copy .button { margin-top: 28px; }
.career-note { bottom: -238px; right: 0; }

.jobs { padding: 76px 0 100px; background: var(--white); }
.jobs-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 18px; align-items: stretch; }
.jobs-intro { padding-right: 40px; }
.jobs h2 { font-size: clamp(34px, 4vw, 54px); }
.job-card { position: relative; border: 1px solid var(--ink); padding: 32px; min-height: 330px; display: flex; flex-direction: column; align-items: flex-start; }
.concept-tag-light { position: static; display: inline-block; background: var(--ink); margin-bottom: 34px; }
.job-card > p:first-of-type { color: var(--orange-dark); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; text-transform: uppercase; }
.job-card h3 { margin: 6px 0 16px; font-size: 30px; }
.job-card > p:last-of-type { margin: 0; color: var(--muted); line-height: 1.55; }
.text-button { margin-top: auto; padding: 24px 0 0; background: none; border: 0; border-bottom: 1px solid var(--ink); font-weight: 800; cursor: pointer; }

.quality { background: var(--paper-2); color: var(--ink); }
.quality-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.quality-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.quality-grid article { min-height: 230px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quality-grid span { color: var(--orange-dark); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; }
.quality-grid h3 { margin: 46px 0 10px; font-size: 24px; }
.quality-grid p { margin: 0; color: var(--muted); line-height: 1.55; }

.contact { background: var(--paper); }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 86px; align-items: start; }
.contact-direct { margin-top: 34px; border-top: 1px solid var(--ink); }
.contact-direct > * { display: block; padding: 13px 0; border-bottom: 1px solid var(--ink); text-decoration: none; font-weight: 700; }
.project-form { background: var(--white); border-top: 6px solid var(--orange); padding: 38px; box-shadow: var(--shadow); }
.form-row { margin-bottom: 24px; }
.form-row label, .form-row legend { display: block; margin-bottom: 8px; font-weight: 800; font-size: 13px; }
.form-row input, .form-row textarea, .form-row select {
  width: 100%; border: 1px solid #90979d; border-radius: 0; background: #fff; color: var(--ink); padding: 14px 15px; min-height: 50px;
}
.form-row textarea { resize: vertical; }
.form-row input[aria-invalid="true"], .form-row textarea[aria-invalid="true"], .form-row select[aria-invalid="true"] { border-color: #b3261e; box-shadow: 0 0 0 1px #b3261e; }
.field-error { display: block; min-height: 18px; margin-top: 6px; color: #9e241e; font-size: 12px; }
.callback-fieldset { border: 0; padding: 0; margin-inline: 0; }
.radio-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #90979d; }
.radio-grid label { margin: 0; padding: 14px; border-right: 1px solid #90979d; font-weight: 600; cursor: pointer; }
.radio-grid label:last-child { border-right: 0; }
.radio-grid input { width: auto; min-height: auto; margin-right: 6px; }
.button-submit { width: 100%; }
.form-note { color: var(--muted); font-size: 12px; line-height: 1.5; }
.form-success { margin-top: 20px; padding: 18px; border: 1px solid #31744a; background: #edf7ef; color: #173d25; }
.form-success strong, .form-success span { display: block; }
.form-success span { margin-top: 6px; font-size: 13px; }

.site-footer { background: var(--ink); color: var(--white); padding: 70px 0 84px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr 1.1fr; gap: 44px; }
.wordmark-footer { margin-bottom: 20px; }
.site-footer p { color: var(--muted-inverse); font-size: 13px; line-height: 1.55; }
.footer-label { color: var(--white) !important; font-weight: 800; margin-top: 0; }
.site-footer a:not(.wordmark) { display: block; margin: 10px 0; color: #dbe1e5; text-decoration: none; }
.site-footer a:hover { color: var(--orange); }
.footer-note { border-left: 1px solid var(--line-inverse); padding-left: 28px; }

.project-dialog, .info-dialog {
  width: min(920px, calc(100% - 36px));
  max-height: 88vh;
  border: 0;
  padding: 0;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 30px 110px rgba(0,0,0,.5);
}
.project-dialog::backdrop, .info-dialog::backdrop { background: rgba(4,9,13,.78); backdrop-filter: blur(4px); }
.project-dialog { grid-template-columns: .95fr 1.05fr; }
.project-dialog[open] { display: grid; }
.dialog-visual { min-height: 100%; background: var(--ink); }
.dialog-visual img { height: 100%; object-fit: cover; }
.dialog-content, .info-dialog { padding: 46px; }
.dialog-content h2, .info-dialog h2 { margin: 0; font-size: 42px; line-height: 1; letter-spacing: -.04em; }
.dialog-content > p:not(.mini-label):not(.dialog-disclaimer), .info-dialog > p:not(.mini-label) { color: var(--muted); line-height: 1.65; }
.dialog-meta { margin: 26px 0 0; border-top: 1px solid var(--ink); }
.dialog-meta div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.dialog-meta dd { margin: 0; font-weight: 800; text-align: right; }
.dialog-disclaimer { margin-top: 26px; padding: 14px; background: #f1eee7; color: #50575d; font-size: 11px; line-height: 1.5; }
.dialog-close { position: absolute; top: 12px; right: 14px; z-index: 3; width: 42px; height: 42px; border: 1px solid var(--ink); background: var(--white); font-size: 28px; line-height: 1; cursor: pointer; }
.info-dialog { max-width: 600px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .header-inner { grid-template-columns: auto auto 1fr; }
  .main-nav { position: fixed; inset: 110px 0 auto 0; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--ink); padding: 22px 24px 34px; border-bottom: 1px solid var(--line-inverse); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 16px 0; border-bottom: 1px solid var(--line-inverse); font-size: 16px; }
  .menu-toggle { justify-self: end; display: inline-flex; flex-direction: column; justify-content: center; gap: 6px; width: 44px; height: 44px; border: 1px solid var(--line-inverse); background: transparent; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 18px; height: 1px; background: #fff; margin: 0 auto; }
  .header-cta { justify-self: end; }
  .service-layout { grid-template-columns: 290px minmax(0,1fr); }
  .service-panel { grid-template-columns: 1fr; }
  .service-visual { min-height: 300px; }
  .process-layout, .quality-layout, .contact-layout, .team-intro { grid-template-columns: 1fr; gap: 44px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); gap: 0 18px; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 9px); }
  .jobs-grid { grid-template-columns: 1fr 1fr; }
  .jobs-intro { grid-column: 1 / -1; max-width: 760px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .header-inner { min-height: 66px; grid-template-columns: auto 1fr auto; gap: 10px; }
  .wordmark-main { font-size: 17px; }
  .wordmark-sub { font-size: 7px; }
  .header-cta { display: none; }
  .main-nav { top: 99px; }
  .hero { min-height: 760px; }
  .hero-content { padding: 110px 0 72px; }
  .hero h1 { font-size: clamp(54px, 16vw, 82px); }
  .hero-copy { font-size: 17px; line-height: 1.55; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-facts { margin-top: 50px; grid-template-columns: 1fr; }
  .hero-facts div, .hero-facts div + div { border-left: 0; border-top: 1px solid var(--line-inverse); padding: 14px 0; display: flex; justify-content: space-between; gap: 20px; align-items: baseline; }
  .hero-facts div:first-child { border-top: 0; }
  .hero-facts dd { font-size: 17px; }
  .asset-note { right: 12px; bottom: 10px; max-width: calc(100% - 24px); }
  .trust-grid { grid-template-columns: 1fr 1fr; padding: 12px 0; }
  .trust-grid > * { min-height: 62px; border-left: 0; border-bottom: 1px solid var(--line); padding: 0; }
  .trust-grid > p { grid-column: 1 / -1; min-height: 46px; }
  .trust-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .section { padding: 86px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .career h2, .quality h2, .contact h2, .jobs h2 { font-size: 42px; }
  .service-layout { grid-template-columns: 1fr; border-bottom: 0; }
  .service-tabs { border-right: 0; display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--ink); }
  .service-tabs button { min-height: 100px; border-right: 1px solid var(--line); }
  .service-tabs button:nth-child(even) { border-right: 0; }
  .service-copy { padding: 34px 22px; }
  .project-grid, .jobs-grid, .quality-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .team-member { grid-template-columns: 78px minmax(0, 1fr); gap: 12px; }
  .team-portrait { width: 78px; height: 78px; }
  .team-member h3 { font-size: 15px; }
  .team-role { font-size: 9px; }
  .project-card:last-child { grid-column: auto; max-width: none; }
  .project-image-wrap { aspect-ratio: 16 / 11; }
  .career { min-height: 700px; }
  .career-overlay { background: linear-gradient(0deg, rgba(5,11,16,.95) 0%, rgba(5,11,16,.78) 65%, rgba(5,11,16,.3) 100%); }
  .career-content { align-self: end; padding-bottom: 60px; }
  .career-note { bottom: 10px; right: 0; }
  .jobs-intro { padding-right: 0; }
  .project-form { padding: 24px 18px; }
  .radio-grid { grid-template-columns: 1fr; }
  .radio-grid label { border-right: 0; border-bottom: 1px solid #90979d; }
  .radio-grid label:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-note { border-left: 0; border-top: 1px solid var(--line-inverse); padding: 24px 0 0; }
  .project-dialog[open] { display: block; overflow: auto; }
  .dialog-visual { height: 240px; }
  .dialog-content, .info-dialog { padding: 32px 22px; }
  .dialog-content h2, .info-dialog h2 { font-size: 34px; }
}

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