:root {
  --ink: #102536;
  --ink-2: #17384e;
  --blue: #129bd3;
  --blue-deep: #087eae;
  --cyan: #54c7df;
  --sky: #eaf8fc;
  --paper: #ffffff;
  --mist: #f3f7f9;
  --line: #d7e3e9;
  --warm: #f0a53b;
  --success: #1e8a69;
  --shadow: 0 18px 60px rgba(16, 37, 54, .13);
  --radius: 10px;
  --wrap: min(1200px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
button, .button { cursor: pointer; }

.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 999;
  background: var(--paper); padding: 12px 18px; border-radius: 6px;
}
.skip-link:focus { top: 16px; }
.wrap { width: var(--wrap); margin-inline: auto; }
.eyebrow {
  margin: 0 0 12px; color: var(--blue-deep); font-weight: 800;
  font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
}
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.65rem, 6vw, 5.6rem); max-width: 920px; }
h2 { font-size: clamp(2rem, 4vw, 3.55rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.65rem); }
p { margin: 0 0 1.25rem; }
.lead { font-size: clamp(1.08rem, 2vw, 1.35rem); line-height: 1.55; max-width: 760px; }
.muted { color: #587080; }
.kicker { color: var(--cyan); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
.section { padding: clamp(72px, 9vw, 126px) 0; }
.section--tight { padding: 56px 0; }
.section--mist { background: var(--mist); }
.section--ink { background: var(--ink); color: var(--paper); }
.section-head { display: grid; grid-template-columns: 1fr minmax(280px, 480px); gap: 42px; align-items: end; margin-bottom: 48px; }
.section-head p { margin: 0; color: #5d7180; font-size: 1.08rem; }
.section--ink .section-head p { color: #c8d8e2; }

.topline { background: var(--ink); color: #d9e8ef; font-size: .86rem; }
.topline .wrap { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.topline a { text-decoration: none; }
.topline-links { display: flex; gap: 20px; }
.topline-domestic { color: #fff; font-weight: 700; border-left: 1px solid rgba(255,255,255,.25); padding-left: 20px; }
.topline-domestic:hover, .topline-domestic:focus-visible { color: var(--gold); }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav-row { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand img { width: 262px; height: 45px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { text-decoration: none; font-weight: 750; font-size: .94rem; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--blue-deep); }
.nav-toggle { display: none; border: 0; background: var(--ink); color: white; border-radius: 6px; padding: 10px 14px; }
.landing-photo { margin: 0; background: var(--ink); color: white; }
.landing-photo img, .recovered-content .landing-photo img { display: block; width: 100%; height: clamp(220px,32vw,430px); object-fit: cover; }
.landing-photo figcaption, .recovered-content .landing-photo figcaption { margin: 0; padding: 9px 20px; font-size: .875rem; line-height: 1.4; color: white; }
.recovered-content .landing-photo.landing-van img { height: auto; max-height: 640px; object-fit: cover; }
.area-map-scroll { overflow: auto; border: 1px solid var(--line); border-radius: 8px; margin-top: 26px; }
.area-map { display: block; width: 100%; min-width: 780px; height: auto; }
.map-town-label { fill: #102536; stroke: white; stroke-width: 5px; paint-order: stroke; font: bold 18px Arial,sans-serif; }
.area-map a:hover .map-town-label, .area-map a:focus .map-town-label { fill: #087eae; text-decoration: underline; }
.area-map a:focus circle { stroke: #f0a53b; stroke-width: 5px; }
.map-credit { font-size: .875rem; margin-top: 12px; }
.recovered-content .about-photo.about-portrait img { width: min(100%,430px); max-height: none; height: auto; border-radius: 8px; }
.recovered-content .about-story > div:only-child { grid-column: 1 / -1; max-width: 850px; }
.about-person { padding: 32px; border-left: 4px solid var(--blue); background: var(--sky); }
.recovered-content .about-story h2, .about-person h2 { margin-bottom: 22px; }
.recovered-content .about-story { align-items: start; }
.main-nav { gap: 10px; }
.nav-group { position: relative; }
.nav-heading { display: flex; align-items: center; }
.nav-heading > a { padding: 12px 0; white-space: nowrap; }
.submenu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 44px; padding: 0; border: 0; border-radius: 4px; background: transparent; color: var(--ink); }
.submenu-toggle span { font-size: 20px; line-height: 1; }
.submenu-toggle[aria-expanded="true"] span { transform: rotate(180deg); }
.main-nav a:focus-visible, .submenu-toggle:focus-visible, .nav-toggle:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; }
.nav-submenu { position: absolute; top: 100%; left: 0; width: 290px; max-width: calc(100vw - 32px); max-height: calc(100dvh - 110px); overflow-y: auto; margin: 0; padding: 10px; list-style: none; background: white; color: var(--ink); border: 1px solid var(--line); border-top: 3px solid var(--blue); border-radius: 0 0 7px 7px; box-shadow: var(--shadow); }
.nav-submenu[hidden] { display: none; }
.nav-submenu a { display: block; padding: 10px 12px; line-height: 1.35; border-radius: 3px; font-size: .9rem; }
.nav-submenu a:hover, .nav-submenu a:focus-visible { background: var(--sky); color: var(--blue-deep); }
.nav-submenu li:first-child a { border-bottom: 1px solid var(--line); margin-bottom: 5px; color: var(--blue-deep); }
.nav-group:nth-last-of-type(-n+3) .nav-submenu { left: auto; right: 0; }
:where(main [id]) { scroll-margin-top: 110px; }
@media (min-width: 1081px) and (max-width: 1250px) { .brand img { width: 220px; height: auto; } .nav-row { gap: 14px; } .main-nav { gap: 6px; } .main-nav > .button { padding-inline: 12px; } }

.button {
  display: inline-flex; min-height: 48px; align-items: center; justify-content: center;
  gap: 10px; padding: 11px 20px; border-radius: 5px; border: 2px solid var(--blue);
  background: var(--blue); color: white; text-decoration: none; font-weight: 800;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-2px); background: var(--blue-deep); border-color: var(--blue-deep); }
.button--dark { background: var(--ink); border-color: var(--ink); }
.button--light { background: white; border-color: white; color: var(--ink); }
.button--outline { background: transparent; color: inherit; border-color: currentColor; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.hero { position: relative; min-height: min(760px, calc(100vh - 126px)); display: grid; align-items: end; overflow: hidden; background: var(--ink); color: white; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,28,41,.96) 0%, rgba(9,28,41,.82) 42%, rgba(9,28,41,.28) 78%, rgba(9,28,41,.16)); }
.hero-body { position: relative; z-index: 1; padding: clamp(72px, 10vw, 132px) 0 86px; }
.hero h1 span { color: var(--cyan); }
.hero .lead { margin-top: 24px; color: #e4f0f4; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 28px; color: #d5e7ee; font-size: .93rem; font-weight: 700; }
.hero-proof span::before { content: "✓"; color: var(--cyan); margin-right: 8px; }
.hero-index { position: absolute; z-index: 2; right: max(20px, calc((100vw - 1200px)/2)); bottom: 54px; display: grid; grid-template-columns: repeat(3, 90px); gap: 1px; background: rgba(255,255,255,.25); }
.hero-index div { background: rgba(10,34,49,.88); padding: 14px 12px; }
.hero-index strong { display: block; color: var(--cyan); font-size: 1.25rem; line-height: 1; }
.hero-index small { color: white; font-size: .69rem; line-height: 1.2; }

.proof-strip { border-bottom: 1px solid var(--line); background: white; }
.proof-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; min-height: 150px; }
.proof-panel { padding: 26px 30px; display: flex; align-items: center; gap: 20px; border-right: 1px solid var(--line); color: inherit; text-decoration: none; transition: background-color .2s ease, box-shadow .2s ease; }
.proof-panel:hover { background: #f5f9fb; box-shadow: inset 0 -3px 0 var(--gold); }
.proof-panel:focus-visible { outline: 3px solid var(--gold); outline-offset: -3px; }
.proof-panel:last-child { border-right: 0; }
.proof-panel img { max-height: 64px; max-width: 145px; object-fit: contain; }
.proof-panel strong { display: block; font-size: 1.05rem; }
.proof-panel span { color: #617886; font-size: .9rem; }

.intro-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(48px, 8vw, 110px); align-items: center; }
.intro-copy h2 { margin-bottom: 24px; }
.image-block { position: relative; }
.image-block img { width: 100%; height: 590px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-block figcaption { position: absolute; left: -26px; bottom: -26px; width: min(290px, 72%); background: var(--blue); color: white; padding: 24px; border-radius: 5px; font-weight: 800; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { min-height: 300px; background: white; padding: 34px; text-decoration: none; display: flex; flex-direction: column; transition: background .2s ease, color .2s ease; }
.service-card:hover { background: var(--ink); color: white; }
.service-card .service-image { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; margin-bottom: 20px; border-radius: 3px; }
.service-card .number { color: var(--blue); font-size: .8rem; font-weight: 900; letter-spacing: .13em; margin-bottom: 16px; }
.service-card h3 { margin: auto 0 16px; max-width: 250px; }
.service-card p { color: #607786; font-size: .94rem; margin-bottom: 24px; }
.service-card:hover p { color: #c8d9e3; }
.service-card .arrow { color: var(--blue); font-weight: 900; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feature { padding: 28px 0; border-top: 3px solid var(--blue); }
.feature p { margin: 12px 0 0; color: #5d7482; }
.section--ink .feature p { color: #bfd0d9; }

.project-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 230px; gap: 18px; }
.project-card { position: relative; overflow: hidden; border-radius: 7px; color: white; text-decoration: none; }
.project-card:nth-child(1) { grid-column: span 7; grid-row: span 2; }
.project-card:nth-child(2) { grid-column: span 5; }
.project-card:nth-child(3) { grid-column: span 5; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,28,42,.92), rgba(8,28,42,.02) 68%); }
.project-card:hover img { transform: scale(1.035); }
.project-card .caption { position: absolute; z-index: 1; inset: auto 26px 24px; }
.project-card small { color: var(--cyan); text-transform: uppercase; letter-spacing: .11em; font-weight: 800; }
.project-card h3 { margin-top: 5px; }

.review-stage { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: stretch; }
.review-lead { background: var(--blue); color: white; padding: clamp(34px, 5vw, 62px); border-radius: 8px; display: flex; flex-direction: column; justify-content: space-between; }
.review-lead .stars { letter-spacing: .16em; font-size: 1.25rem; }
.review-lead p { font-size: 1.16rem; }
.review-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.review-card { border: 1px solid var(--line); border-radius: 8px; padding: 28px; background: white; display: flex; flex-direction: column; }
.review-card img { height: 55px; width: auto; object-fit: contain; object-position: left; margin-bottom: 24px; }
.review-card p { color: #526b7a; flex: 1; }

.client-wall { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.client-wall figure { margin: 0; min-height: 112px; display: grid; place-items: center; border: 1px solid var(--line); background: white; padding: 12px; border-radius: 6px; }
.client-wall img { max-height: 90px; object-fit: contain; }

.area-band { position: relative; overflow: hidden; }
.area-band::after { content: "OXFORDSHIRE"; position: absolute; right: -2vw; bottom: -4vw; font-size: clamp(5rem, 16vw, 15rem); font-weight: 900; letter-spacing: -.08em; color: rgba(255,255,255,.045); line-height: 1; }
.area-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; position: relative; z-index: 1; }
.area-list span { border: 1px solid rgba(255,255,255,.22); border-radius: 999px; padding: 7px 13px; font-size: .92rem; }

.page-hero { background: var(--ink); color: white; padding: 84px 0 74px; }
.page-hero .lead { color: #cbdbe3; margin-top: 20px; }
.breadcrumbs { font-size: .85rem; color: #8da4b2; margin-bottom: 34px; }
.breadcrumbs a { color: #b8cbd5; }

.service-detail { display: grid; grid-template-columns: 85px 1fr 1fr; gap: 28px; padding: 42px 0; border-top: 1px solid var(--line); }
.service-detail:first-child { border-top: 0; }
.service-detail .number { color: var(--blue); font-weight: 900; font-size: 1.5rem; }
.service-detail ul { margin: 0; padding-left: 18px; color: #546b79; }
.service-detail li { margin-bottom: 8px; }

.sector-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.sector-card { border: 1px solid var(--line); border-radius: 8px; padding: 34px; background: white; }
.sector-card h2 { font-size: 1.8rem; margin-bottom: 18px; }
.sector-card ul { padding-left: 20px; color: #566e7d; }

.draft-banner { background: #fff4dc; border-bottom: 1px solid #edcb8a; color: #6b4a0b; padding: 12px 0; font-weight: 750; font-size: .9rem; }
.case-filter { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 34px; }
.case-filter button { border: 1px solid var(--line); background: white; border-radius: 999px; padding: 8px 15px; font-weight: 750; color: var(--ink); }
.case-filter button.is-active { background: var(--ink); color: white; border-color: var(--ink); }
.case-stack { display: grid; gap: 22px; }
.case-card { border: 1px solid var(--line); border-radius: 9px; overflow: hidden; background: white; }
.case-summary { display: grid; grid-template-columns: 280px 1fr auto; gap: 28px; align-items: center; padding-right: 24px; cursor: pointer; }
.case-summary img { width: 100%; height: 190px; object-fit: cover; }
.case-summary h2 { font-size: 1.65rem; margin: 5px 0 12px; }
.status { display: inline-flex; border-radius: 999px; padding: 5px 9px; background: #fff0d2; color: #785004; font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; }
.status--strong { background: #e3f5ef; color: #176c53; }
.case-toggle { border: 0; background: var(--sky); width: 42px; height: 42px; border-radius: 50%; font-size: 1.35rem; }
.case-details { display: none; border-top: 1px solid var(--line); padding: 34px; }
.case-card.is-open .case-details { display: grid; grid-template-columns: .82fr 1.18fr; gap: 46px; }
.case-card.is-open .case-toggle { transform: rotate(45deg); }
.case-details h3 { margin-bottom: 14px; }
.case-details ol { margin: 0; padding-left: 22px; }
.case-details li { margin-bottom: 10px; }
.evidence-box { background: var(--mist); padding: 24px; border-radius: 7px; margin-top: 22px; }
.evidence-box strong { display: block; margin-bottom: 8px; }
.photo-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.photo-pair img { width: 100%; height: 250px; object-fit: cover; border-radius: 5px; }
.photo-pair figcaption { font-size: .78rem; color: #5b7280; margin-top: 5px; }
.media-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 24px; }
.media-gallery figure { margin: 0; }
.media-gallery img { width: 100%; height: 225px; object-fit: cover; border-radius: 5px; }
.media-gallery figcaption { font-size: .75rem; line-height: 1.35; color: #5b7280; margin-top: 5px; }
.loose-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.loose-card { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.loose-card img { height: 220px; width: 100%; object-fit: cover; }
.loose-card div { padding: 22px; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-list { display: grid; gap: 18px; margin-top: 34px; }
.contact-item { border-top: 1px solid var(--line); padding-top: 18px; }
.contact-item strong { display: block; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; color: var(--blue-deep); }
.contact-item a { font-size: 1.25rem; font-weight: 800; text-decoration: none; }
.form-card { background: var(--mist); padding: clamp(26px, 5vw, 48px); border-radius: 9px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field--wide { grid-column: 1 / -1; }
.field label { font-weight: 800; font-size: .9rem; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #bdced7; border-radius: 5px; background: white; padding: 12px 13px; color: var(--ink); }
.field textarea { min-height: 150px; resize: vertical; }
.form-note { font-size: .84rem; color: #637a88; }

.cta-band { background: var(--blue); color: white; }
.cta-band .wrap { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding-top: 54px; padding-bottom: 54px; }
.cta-band h2 { font-size: clamp(1.7rem, 3.3vw, 3rem); }
.site-footer { background: #091a27; color: #c7d7df; padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 42px; }
.footer-brand img { width: 262px; height: 45px; object-fit: contain; filter: brightness(0) invert(1); opacity: .9; }
.site-footer h3 { color: white; font-size: 1rem; letter-spacing: 0; margin-bottom: 16px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 8px; }
.site-footer a { text-decoration: none; }
.socials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.socials a { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; flex: 0 0 44px; border: 1px solid rgba(255,255,255,.35); padding: 10px; border-radius: 4px; color: #fff; }
.socials a:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.socials a:focus-visible { outline: 3px solid #54c7df; outline-offset: 4px; }
.site-footer .socials .social-icon { display: block; width: 22px; height: 22px; max-width: none; object-fit: contain; filter: brightness(0) invert(1); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 48px; padding-top: 20px; font-size: .78rem; color: #94aab6; }

@media (max-width: 960px) {
  .main-nav { position: absolute; left: 0; right: 0; top: 88px; background: white; border-bottom: 1px solid var(--line); padding: 20px; flex-direction: column; align-items: stretch; display: none; }
  .main-nav.is-open { display: flex; }
  .nav-toggle { display: inline-flex; }
  .main-nav .button { width: 100%; }
  .hero-index { display: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-panel:first-child { grid-column: 1 / -1; }
  .intro-grid, .review-stage, .contact-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .client-wall { grid-template-columns: repeat(3, 1fr); }
  .service-detail { grid-template-columns: 55px 1fr; }
  .service-detail ul { grid-column: 2; }
  .case-summary { grid-template-columns: 220px 1fr auto; }
  .case-card.is-open .case-details { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  :root { --wrap: min(1200px, calc(100% - 28px)); }
  .topline .wrap { justify-content: center; }
  .topline span, .topline-links a:not(:first-child) { display: none; }
  .brand img { width: 210px; height: auto; }
  .nav-row { min-height: 76px; }
  .main-nav { top: 76px; }
  .hero { min-height: 690px; }
  .hero-media::after { background: linear-gradient(0deg, rgba(9,28,41,.96), rgba(9,28,41,.58)); }
  .hero-body { padding-bottom: 64px; }
  .proof-grid, .review-actions, .service-grid, .feature-grid, .client-wall, .sector-grid, .loose-grid, .form-grid { grid-template-columns: 1fr; }
  .proof-panel, .proof-panel:first-child { grid-column: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .section-head { grid-template-columns: 1fr; gap: 20px; }
  .image-block img { height: 430px; }
  .image-block figcaption { left: 12px; bottom: 12px; }
  .project-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 300px; }
  .project-card:nth-child(n) { grid-column: auto; grid-row: auto; }
  .service-detail { grid-template-columns: 1fr; }
  .service-detail ul { grid-column: auto; }
  .case-summary { grid-template-columns: 100px 1fr auto; gap: 14px; padding-right: 12px; }
  .case-summary img { height: 130px; }
  .case-summary .muted { display: none; }
  .case-details { padding: 22px; }
  .photo-pair { grid-template-columns: 1fr; }
  .media-gallery { grid-template-columns: 1fr 1fr; }
  .media-gallery img { height: 210px; }
  .cta-band .wrap { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .field--wide { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
@media (max-width: 1080px) {
  .nav-toggle { display: inline-flex; }
  .main-nav { position: absolute; left: 0; right: 0; top: 100%; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 20px; background: white; border-bottom: 1px solid var(--line); max-height: calc(100dvh - 90px); overflow-y: auto; overscroll-behavior: contain; }
  .main-nav.is-open { display: flex; }
  .nav-group { border-bottom: 1px solid var(--line); }
  .nav-heading { justify-content: space-between; }
  .nav-heading > a { flex: 1; padding: 13px 8px; }
  .submenu-toggle { width: 44px; height: 44px; background: var(--mist); }
  .nav-group .nav-submenu { position: static; width: 100%; max-width: none; max-height: none; box-shadow: none; border: 0; border-left: 3px solid var(--blue); border-radius: 0; padding: 2px 6px; margin-bottom: 12px; }
  .main-nav > .button { margin-top: 14px; width: 100%; }
}
.gallery-stage { margin: 0 0 28px; }
.gallery-stage h4 { font-size: 1rem; margin: 0 0 12px; padding-top: 12px; border-top: 2px solid #d9e5eb; }
.project-gallery { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px 14px; }
.project-gallery figure { margin: 0; min-width: 0; }
.project-gallery a { display: block; background: #eaf0f3; border-radius: 6px; overflow: hidden; }
.project-gallery img { width: 100%; height: 270px; object-fit: contain; display: block; }
.project-gallery figcaption { margin-top: 8px; font-size: .875rem; line-height: 1.5; color: #476170; }
.case-details h3:not(:first-child) { margin-top: 26px; }
@media (max-width: 480px) { .project-gallery { grid-template-columns: 1fr; } .project-gallery img { height: 320px; } }

/* Shared footer document links */
.footer-photo-credits{display:flex;flex-wrap:wrap;gap:8px 28px;align-items:center}.footer-photo-credits a{display:inline-flex;align-items:center;min-height:44px}
