@font-face {
  font-family: "Montserrat";
  src: url("brand/a870cbb7a8d854a8.woff2") format("woff2");
  font-weight: 300 700;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("brand/77eaa2f07734af16.woff2") format("woff2");
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --ink: #292829;
  --charcoal: #5f6263;
  --muted: #777b7d;
  --gold: #d8a64f;
  --gold-light: #efc77f;
  --paper: #ffffff;
  --soft: #f7f6f3;
  --line: #e9e6df;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--muted);
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.wrap { width: min(var(--max), calc(100% - 80px)); margin-inline: auto; }
.section { padding: 112px 0; scroll-margin-top: 112px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 16px; }
.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; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 230px 1fr 160px;
  gap: 36px;
  align-items: center;
  min-height: 118px;
  padding: 14px max(28px, calc((100vw - var(--max)) / 2));
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(233, 230, 223, 0.9);
  backdrop-filter: blur(14px);
}
.brand img { width: 228px; height: auto; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(24px, 4vw, 62px); }
.desktop-nav a, .mobile-menu a { position: relative; color: #656667; font-family: "Montserrat", sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 28px; background: var(--gold); color: #fff; border: 1px solid var(--gold); font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: 500; line-height: 1.2; letter-spacing: .04em; text-transform: uppercase; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { background: #bd8832; border-color: #bd8832; transform: translateY(-2px); }
.mobile-menu { display: none; }

h1, h2, h3 { margin: 0; color: rgba(0,0,0,.72); font-family: "Montserrat", sans-serif; font-weight: 400; line-height: 1.18; letter-spacing: -.025em; }
h1 { font-size: clamp(42px, 4.7vw, 68px); }
h2 { font-size: clamp(34px, 3.2vw, 48px); }
h3 { font-size: clamp(24px, 2vw, 30px); }
p { margin: 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; color: #a87524; font-family: "Montserrat", sans-serif; font-size: 11px; font-weight: 500; line-height: 1.2; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--gold); }
.eyebrow.centered { justify-content: center; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
.text-link span { color: var(--gold); font-size: 17px; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, 3px); }

.hero { position: relative; min-height: 660px; overflow: hidden; background: #fff url("brand/e4319ba6d1ea8325.png") right center / auto 100% no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.97) 31%, rgba(255,255,255,.32) 58%, rgba(255,255,255,0) 78%); pointer-events: none; }
.hero-inner { position: relative; z-index: 1; display: flex; align-items: center; width: min(var(--max), calc(100% - 80px)); min-height: 660px; margin: 0 auto; }
.hero-copy { width: min(660px, 58%); padding: 58px 0; }
.hero h1 { text-transform: uppercase; letter-spacing: -.03em; }
.hero h1 span { display: block; color: var(--gold); }
.hero-lede { max-width: 610px; margin-top: 26px; color: var(--charcoal); font-size: clamp(20px, 2vw, 25px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; flex-wrap: wrap; }

.stats-section { background: var(--ink); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats div { display: flex; flex-direction: column; justify-content: center; min-height: 168px; padding: 34px; border-right: 1px solid rgba(255,255,255,.12); }
.stats div:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.stats strong { color: var(--gold-light); font-family: "Montserrat", sans-serif; font-size: 38px; font-weight: 400; line-height: 1; }
.stats span { margin-top: 12px; color: rgba(255,255,255,.62); font-size: 14px; }

.split-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(70px, 10vw, 150px); align-items: start; }
.section-heading h2 { max-width: 530px; }
.about-copy .lead { color: var(--charcoal); font-family: "Montserrat", sans-serif; font-size: 23px; line-height: 1.5; }
.about-copy > p + p { margin-top: 24px; }
.values { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px 30px; margin-top: 36px; }
.values span { position: relative; padding: 14px 0 14px 23px; border-bottom: 1px solid var(--line); color: var(--charcoal); font-size: 15px; }
.values span::before { content: ""; position: absolute; left: 0; top: 24px; width: 7px; height: 7px; border: 1px solid var(--gold); transform: rotate(45deg); }

.services { background: var(--soft); }
.section-intro { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.66fr); gap: 80px; align-items: end; margin-bottom: 64px; }
.section-intro > p { max-width: 520px; padding-bottom: 4px; }
.service-list { display: grid; gap: 24px; }
.service-card { display: grid; grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr); min-height: 390px; background: #fff; overflow: hidden; }
.service-card:nth-child(even) .service-image { order: 2; }
.service-image { overflow: hidden; background: #ece9e2; }
.service-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .6s ease, filter .4s ease; }
.service-card:hover .service-image img { transform: scale(1.025); filter: saturate(.95); }
.service-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 6vw, 78px); }
.service-number { color: var(--gold); font-family: "Montserrat", sans-serif; font-size: 12px; letter-spacing: .12em; }
.service-content h3 { margin-top: 18px; }
.service-content p { max-width: 610px; margin: 20px 0 28px; }
.service-content .text-link { margin-top: auto; }

.work { background: var(--paper); }
.work-intro { align-items: end; }
.work-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 26px; }
.work-card { position: relative; display: block; min-height: 340px; overflow: hidden; background: var(--ink); }
.work-card-wide { grid-column: 1 / -1; min-height: 560px; }
.work-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(25,24,24,.8), rgba(25,24,24,0) 65%); }
.work-card img { width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: transform .6s ease, opacity .35s ease; }
.work-card:hover img, .work-card:focus-visible img { transform: scale(1.025); opacity: .96; }
.work-card > div { position: absolute; z-index: 2; left: 34px; right: 34px; bottom: 30px; }
.work-card span { color: var(--gold-light); font-family: "Montserrat", sans-serif; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.work-card h3 { margin-top: 5px; color: #fff; }

.case-study-page { background: var(--paper); }
.case-hero { padding: 88px 0 0; background: var(--soft); }
.case-back { margin-bottom: 44px; }
.case-hero-copy { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 70px; align-items: end; padding-bottom: 62px; }
.case-hero h1 { max-width: 830px; font-size: clamp(42px, 6vw, 78px); }
.case-summary { max-width: 520px; padding-bottom: 8px; color: var(--charcoal); font-size: clamp(19px, 2vw, 23px); line-height: 1.55; }
.case-status { display: flex; gap: 12px; align-items: flex-start; margin-top: 24px; padding: 16px 18px; border-left: 2px solid var(--gold); background: #fff; color: var(--charcoal); font-size: 14px; line-height: 1.5; }
.case-status strong { color: var(--ink); font-family: "Montserrat", sans-serif; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.case-hero-media { min-height: min(660px, 58vw); overflow: hidden; background: var(--ink); }
.case-hero-media img { width: 100%; height: 100%; min-height: min(660px, 58vw); object-fit: cover; }
.case-overview { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .58fr); gap: 90px; }
.case-overview .lead { max-width: 730px; color: var(--charcoal); font-family: "Montserrat", sans-serif; font-size: clamp(23px, 3vw, 34px); line-height: 1.45; }
.case-overview-copy > p + p { margin-top: 24px; }
.case-meta { display: grid; align-content: start; border-top: 1px solid var(--line); }
.case-meta div { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.case-meta dt { color: #a87524; font-family: "Montserrat", sans-serif; font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.case-meta dd { margin: 0; color: var(--charcoal); font-size: 15px; }
.case-detail-section { background: var(--soft); }
.case-detail-grid { display: grid; grid-template-columns: minmax(280px, .58fr) minmax(0, 1fr); gap: clamp(60px, 10vw, 140px); }
.case-detail-grid h2 { max-width: 470px; }
.case-detail-copy { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 52px; }
.case-detail-copy article { padding-top: 20px; border-top: 1px solid #ddd9d0; }
.case-detail-copy h3 { margin-bottom: 14px; font-size: 22px; }
.case-gallery { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.case-gallery figure { margin: 0; overflow: hidden; background: #ece9e2; }
.case-gallery figure:first-child { grid-column: 1 / -1; }
.case-gallery img { width: 100%; height: 420px; object-fit: cover; filter: saturate(.75); }
.case-gallery figure:first-child img { height: 600px; }
.case-gallery figcaption { padding: 14px 16px; background: #fff; border: 1px solid var(--line); border-top: 0; font-size: 13px; }
.case-outcome { background: var(--ink); color: rgba(255,255,255,.68); }
.case-outcome h2 { max-width: 780px; color: #fff; }
.case-outcome .eyebrow { color: var(--gold-light); }
.case-outcome-copy { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr); gap: 80px; align-items: end; margin-top: 34px; }
.case-outcome-copy .lead { color: #fff; font-size: 22px; }
.case-outcome-note { padding: 22px 24px; border: 1px solid rgba(255,255,255,.16); }
.case-next { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 54px 0; }
.case-next h2 { margin-top: 4px; font-size: clamp(27px, 3vw, 38px); }
.case-next .button { min-width: 190px; }

.clients { padding-top: 96px; background: var(--soft); }
.client-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 42px; }
.client-heading > p { max-width: 440px; padding-bottom: 6px; text-align: right; }
.logo-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); background: #fff; }
.logo-tile { display: flex; justify-content: center; align-items: center; min-height: 170px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.logo-tile img { width: 112px; height: 112px; object-fit: contain; filter: grayscale(1); opacity: .72; transition: filter .25s ease, opacity .25s ease; }
.logo-tile:hover img { filter: grayscale(0); opacity: 1; }

.affiliations { text-align: center; }
.affiliations h2 { margin-bottom: 48px; }
.affiliation-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; width: min(820px, 100%); margin: 0 auto; }
.affiliation { display: flex; justify-content: center; align-items: center; min-height: 130px; border: 1px solid var(--line); background: #fff; }
.affiliation img { width: 82px; height: 82px; object-fit: contain; filter: grayscale(1); }
.clutch { color: var(--ink); font-family: Arial, sans-serif; font-size: 27px; font-weight: 700; }
.clutch span { color: #e55b4b; }

.contact { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; padding: 0; background: var(--ink); }
.contact-visual { min-height: 650px; background: url("brand/custom/custom-software-hero.png") center / cover no-repeat; filter: saturate(.7); }
.contact-panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 8vw, 120px); color: rgba(255,255,255,.68); }
.contact-panel h2 { max-width: 600px; color: #fff; }
.contact-panel > p:not(.eyebrow) { max-width: 580px; margin-top: 24px; }
.contact-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; flex-wrap: wrap; }
.contact-phone { color: #fff; font-family: "Montserrat", sans-serif; font-size: 14px; border-bottom: 1px solid var(--gold); }

.modal-open { overflow: hidden; }
.strategy-dialog {
  width: min(900px, calc(100vw - 40px));
  max-width: none;
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #fff;
  color: var(--muted);
  box-shadow: 0 28px 90px rgba(0,0,0,.28);
}
.strategy-dialog::backdrop { background: rgba(26,25,25,.74); backdrop-filter: blur(4px); }
.strategy-dialog-shell { display: flex; flex-direction: column; max-height: calc(100dvh - 32px); }
.strategy-dialog-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 32px; padding: 34px 40px 30px; border-bottom: 1px solid var(--line); background: var(--soft); }
.strategy-dialog-header .eyebrow { margin-bottom: 12px; }
.strategy-dialog-header h2 { font-size: clamp(28px, 4vw, 40px); }
.dialog-close { position: relative; flex: 0 0 auto; width: 48px; height: 48px; padding: 0; border: 1px solid #d9d5cc; border-radius: 50%; background: #fff; transition: border-color .2s ease, transform .2s ease; }
.dialog-close:hover { border-color: var(--gold); transform: rotate(4deg); }
.dialog-close span::before, .dialog-close span::after { content: ""; position: absolute; left: 14px; top: 23px; width: 19px; height: 1px; background: var(--ink); }
.dialog-close span::before { transform: rotate(45deg); }
.dialog-close span::after { transform: rotate(-45deg); }
.strategy-dialog-scroll { padding: 28px 40px 38px; overflow-y: auto; overscroll-behavior: contain; }
.strategy-dialog-intro { max-width: 620px; margin-bottom: 26px; }
.strategy-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px 24px; }
.form-field { display: grid; align-content: start; gap: 8px; }
.form-field-full { grid-column: 1 / -1; }
.form-field label { color: var(--ink); font-family: "Montserrat", sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.form-field label > span:not(.optional) { color: #ad761f; }
.form-field .optional { color: var(--muted); font-family: "Source Sans Pro", sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #d8d5cf;
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  outline: 0;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.form-field input, .form-field select { min-height: 50px; padding: 11px 14px; }
.form-field textarea { min-height: 130px; padding: 13px 14px; line-height: 1.5; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(216,166,79,.16); }
.strategy-form.was-validated .form-field input:invalid, .strategy-form.was-validated .form-field textarea:invalid { border-color: #aa4c3d; }
.select-wrap { position: relative; }
.select-wrap::after { content: ""; position: absolute; right: 17px; top: 20px; width: 7px; height: 7px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); transform: rotate(45deg); pointer-events: none; }
.form-field select { appearance: none; padding-right: 44px; }
.form-actions { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 4px; }
.required-note { font-size: 13px; }
.form-submit { min-width: 176px; }
.form-submit:disabled { opacity: .68; cursor: wait; transform: none; }
.form-status { min-height: 27px; margin-top: -8px; color: #3f6a4f; font-size: 14px; }
.form-status.is-error { color: #9b3f32; }
.form-success { padding: 34px 0 18px; outline: 0; }
.form-success h3 { margin-bottom: 14px; }
.form-success > p:not(.eyebrow) { margin-bottom: 28px; }
.form-success .text-link { padding: 0; border: 0; background: transparent; }

.footer { padding-top: 80px; background: #fff; }
.newsletter { display: grid; grid-template-columns: 1fr minmax(360px,.8fr); gap: 80px; align-items: end; padding-bottom: 72px; border-bottom: 1px solid var(--line); }
.newsletter h2 { font-size: clamp(30px, 3vw, 42px); }
.newsletter > div > p:last-child { margin-top: 14px; }
.newsletter form { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--charcoal); }
.newsletter input { min-width: 0; padding: 16px 0; border: 0; outline: 0; color: var(--ink); background: transparent; }
.newsletter button { border: 0; background: transparent; color: var(--gold); font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.footer-main { display: grid; grid-template-columns: 1.4fr .55fr 1fr; gap: 80px; padding: 68px 0; }
.footer-brand { display: inline-block; margin-bottom: 24px; }
.footer-brand img { width: 245px; }
.footer-main p { font-size: 14px; line-height: 1.65; }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 10px; color: var(--charcoal); font-size: 15px; }
.footer-contact div { display: flex; gap: 20px; margin-top: 14px; font-size: 13px; }
.legal { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0 28px; border-top: 1px solid var(--line); font-size: 12px; }
.legal div { display: flex; gap: 22px; }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 220px 1fr; min-height: 94px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; justify-self: end; position: relative; }
  .mobile-menu summary { display: flex; align-items: center; gap: 9px; color: var(--ink); font-family: "Montserrat", sans-serif; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span, .mobile-menu summary span::before, .mobile-menu summary span::after { display: block; width: 20px; height: 1px; background: var(--ink); content: ""; }
  .mobile-menu summary span { position: relative; }
  .mobile-menu summary span::before { position: absolute; top: -6px; }
  .mobile-menu summary span::after { position: absolute; top: 6px; }
  .mobile-menu nav { position: absolute; right: 0; top: 38px; display: grid; gap: 0; width: 220px; padding: 12px 24px; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(0,0,0,.08); }
  .mobile-menu nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .hero, .hero-inner { min-height: 590px; }
  .hero { background-position: 42% center; }
  .hero-copy { width: 68%; }
  .stats div { padding: 24px; }
  .section { padding: 88px 0; }
  .split-grid, .section-intro { gap: 50px; }
  .service-card { grid-template-columns: minmax(280px,.8fr) minmax(0,1.2fr); }
  .service-content { padding: 42px; }
  .logo-grid { grid-template-columns: repeat(3,1fr); }
  .contact { grid-template-columns: .8fr 1.2fr; }
  .contact-panel { padding: 66px 54px; }
  .case-hero-copy, .case-overview, .case-detail-grid, .case-outcome-copy { gap: 48px; }
  .case-detail-grid { grid-template-columns: 1fr; }
  .newsletter { gap: 50px; }
}

@media (max-width: 720px) {
  .wrap, .hero-inner { width: min(100% - 40px, var(--max)); }
  .site-header { min-height: 82px; padding-inline: 20px; }
  .brand img { width: 188px; }
  .hero { min-height: 690px; background-size: auto 62%; background-position: 62% bottom; }
  .hero::after { background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.98) 47%, rgba(255,255,255,.15) 78%, rgba(255,255,255,0) 100%); }
  .hero-inner { min-height: 690px; align-items: flex-start; }
  .hero-copy { width: 100%; padding-top: 80px; }
  .hero h1 { font-size: clamp(40px, 12vw, 58px); }
  .hero-lede { font-size: 19px; }
  .stats { grid-template-columns: repeat(2,1fr); }
  .stats div { min-height: 138px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .split-grid, .section-intro, .newsletter, .footer-main { grid-template-columns: 1fr; }
  .section-intro { gap: 24px; margin-bottom: 42px; }
  .values { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(even) { grid-template-columns: 1fr; }
  .service-card:nth-child(even) .service-image { order: 0; }
  .service-image { height: 260px; }
  .service-content { padding: 38px 28px; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card-wide { grid-column: auto; min-height: 390px; }
  .work-card { min-height: 330px; }
  .case-hero { padding-top: 58px; }
  .case-back { margin-bottom: 30px; }
  .case-hero-copy, .case-overview, .case-outcome-copy { grid-template-columns: 1fr; gap: 30px; }
  .case-hero-copy { padding-bottom: 42px; }
  .case-hero-media, .case-hero-media img { min-height: 420px; }
  .case-overview { gap: 44px; }
  .case-meta div { grid-template-columns: 90px 1fr; }
  .case-detail-copy, .case-gallery { grid-template-columns: 1fr; }
  .case-gallery figure:first-child { grid-column: auto; }
  .case-gallery img, .case-gallery figure:first-child img { height: 320px; }
  .case-outcome-copy { align-items: start; }
  .case-next { grid-template-columns: 1fr; }
  .case-next .button { justify-self: start; }
  .client-heading { display: block; }
  .client-heading > p { margin-top: 20px; text-align: left; }
  .logo-grid { grid-template-columns: repeat(2,1fr); }
  .logo-tile { min-height: 140px; }
  .affiliation-row { grid-template-columns: repeat(2,1fr); }
  .contact { grid-template-columns: 1fr; }
  .contact-visual { min-height: 360px; }
  .contact-panel { padding: 64px 24px 74px; }
  .strategy-dialog { width: calc(100vw - 20px); max-height: calc(100dvh - 20px); }
  .strategy-dialog-shell { max-height: calc(100dvh - 20px); }
  .strategy-dialog-header { gap: 18px; padding: 26px 22px 22px; }
  .strategy-dialog-scroll { padding: 24px 22px 30px; }
  .strategy-form { grid-template-columns: 1fr; gap: 18px; }
  .form-field-full { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .form-submit { width: 100%; }
  .newsletter { align-items: start; gap: 36px; }
  .newsletter form { grid-template-columns: 1fr; }
  .newsletter button { justify-self: start; padding: 14px 0; }
  .footer-main { gap: 36px; }
  .legal { flex-direction: column; }
}

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