:root {
  --bg: #0b0e19;
  --bg-tint: #10141f;
  --surface: #141926;
  --ink: #f2f3f7;
  --muted: #a9abbb;
  --accent: #0b57d0;
  --accent-hover: #1669e8;
  --accent-light: #79b8ff;
  --line: rgba(242, 243, 247, 0.12);
  --display: "Space Grotesk", sans-serif;
  --body: "Archivo", sans-serif;
  --shell: 1280px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 400 17px/1.65 var(--body); -webkit-font-smoothing: antialiased; }
body, button, input, textarea, select { font-family: var(--body); }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -0.035em; line-height: 1.06; }
h1 { font-size: clamp(3rem, 7.2vw, 6.7rem); }
h2 { font-size: clamp(2.25rem, 4.4vw, 4.25rem); }
h3 { font-size: 1.5rem; }

.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 16px; background: var(--ink); color: var(--bg); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 2px solid var(--accent-light); outline-offset: 4px; }
body:not(.home) main { padding-top: 72px; }
main section { scroll-margin-top: 72px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(11, 14, 25, 0.9); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.nav-shell { width: min(calc(100% - 48px), var(--shell)); height: 72px; margin-inline: auto; display: flex; align-items: center; gap: 26px; }
.brand img { width: 150px; height: auto; }
.desktop-nav { display: flex; gap: 24px; margin: 0 0 0 auto; padding: 0; list-style: none; }
.desktop-nav a, .mobile-nav a { color: var(--ink); font-family: var(--display); font-size: 0.9rem; font-weight: 500; text-decoration: none; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--accent-light); }
.nav-cta { margin-left: 4px; }
.menu-button { display: none; margin-left: auto; padding: 10px 16px; border: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); font-weight: 600; }
.mobile-nav { max-height: calc(100dvh - 72px); overflow-y: auto; padding: 0 24px 24px; border-top: 1px solid var(--line); background: var(--bg); }
.mobile-nav[hidden] { display: none; }
.mobile-nav a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 25px; border: 1px solid transparent; border-radius: 0; font-family: var(--display); font-size: 0.92rem; font-weight: 600; text-decoration: none; white-space: nowrap; transition: background 160ms ease, border-color 160ms ease; }
.button-primary { background: var(--accent); color: #fff; }
.button-primary:hover { background: var(--accent-hover); }
.button:disabled { cursor: wait; opacity: 0.68; }
.button-secondary { border-color: rgba(242, 243, 247, 0.42); color: var(--ink); }
.button-secondary:hover { border-color: var(--ink); background: rgba(242, 243, 247, 0.05); }
.text-link { display: inline-block; color: var(--accent-light); font-family: var(--display); font-weight: 600; text-underline-offset: 5px; }
.eyebrow { margin-bottom: 18px; color: var(--accent-light); font-family: var(--display); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }

.hero { position: relative; min-height: 100dvh; overflow: hidden; display: flex; align-items: flex-end; isolation: isolate; }
.hero-image { position: absolute; inset: -6%; z-index: -3; width: 112%; height: 112%; max-width: none; object-fit: cover; object-position: center 46%; animation: hero-drift 34s ease-in-out infinite alternate; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(80deg, rgba(11, 14, 25, 0.96) 4%, rgba(11, 14, 25, 0.62) 52%, rgba(11, 14, 25, 0.2)), linear-gradient(to top, rgba(11, 14, 25, 0.96), transparent 64%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at 82% 36%, rgba(121, 184, 255, 0.14), transparent 45%); }
.hero-content { padding-top: 112px; padding-bottom: clamp(48px, 8vh, 88px); }
.hero h1 { max-width: 13ch; margin-bottom: 22px; font-size: clamp(3.1rem, 6vw, 5.8rem); text-wrap: balance; }
.hero-lead { max-width: 620px; margin-bottom: 30px; color: rgba(242, 243, 247, 0.88); font-size: clamp(1.05rem, 1.6vw, 1.2rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
@keyframes hero-drift { from { transform: scale(1.02) translate3d(0, 0, 0); } to { transform: scale(1.12) translate3d(-2%, -1%, 0); } }

.signal-bar { border-block: 1px solid var(--line); background: var(--bg-tint); }
.signal-grid { display: grid; grid-template-columns: 1.2fr 0.8fr 1fr; }
.signal-grid p { margin: 0; padding: 22px 24px; border-right: 1px solid var(--line); font-family: var(--display); font-size: 0.9rem; }
.signal-grid p:first-child { padding-left: 0; }
.signal-grid p:last-child { border-right: 0; }

.section { padding-block: clamp(90px, 11vw, 150px); }
.section-tint { background: var(--bg-tint); }
.intro-grid { display: block; }
.intro-grid h2 { max-width: 14ch; margin-bottom: 0; }
.prose-large { width: min(100%, 680px); margin: 52px 0 0 auto; padding-top: 0; }
.prose-large p { margin-bottom: 28px; color: var(--muted); font-size: 1.2rem; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 48px; margin-bottom: 54px; }
.section-heading h2 { max-width: 16ch; margin-bottom: 0; }
.section-heading.narrow h2 { max-width: 12ch; }

.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { position: relative; grid-column: span 5; min-height: 315px; overflow: hidden; display: flex; align-items: flex-end; padding: 34px; background: var(--surface); text-decoration: none; }
.service-card.wide { grid-column: span 7; }
.service-card.tall { grid-column: span 7; min-height: 390px; }
.service-card.accent { grid-column: 1 / -1; min-height: 250px; background: var(--accent); }
.service-card-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1); }
.service-card:hover img { transform: scale(1.035); }
.card-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7, 9, 16, 0.96), rgba(7, 9, 16, 0.12) 72%); }
.card-copy { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 9px; }
.card-copy small { color: var(--accent-light); font-family: var(--display); font-size: 0.72rem; font-style: normal; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.accent .card-copy small, .accent .card-copy em { color: #fff; }
.card-copy strong { max-width: 15ch; font: 700 clamp(1.65rem, 3vw, 2.55rem)/1.05 var(--display); letter-spacing: -0.03em; }
.card-copy em { max-width: 38ch; color: rgba(242, 243, 247, 0.72); font-style: normal; }

.split-feature { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); align-items: stretch; }
.feature-image { min-height: 630px; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy { padding: clamp(45px, 7vw, 90px); background: var(--surface); }
.feature-copy h2 { max-width: 10ch; margin-bottom: 28px; }
.feature-copy > p:not(.eyebrow) { color: var(--muted); }
.check-list { margin: 35px 0 40px; padding: 0; list-style: none; }
.check-list li { padding: 15px 0 15px 28px; border-top: 1px solid var(--line); position: relative; }
.check-list li::before { content: "↗"; position: absolute; left: 0; color: var(--accent-light); }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-block: 1px solid var(--line); }
.process-grid li { min-height: 240px; padding: 38px 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: flex-end; }
.process-grid li:last-child { border-right: 0; }
.process-grid h3 { margin-bottom: 16px; }
.process-grid p { color: var(--muted); font-size: 0.95rem; }

.consultancy-note { display: grid; grid-template-columns: minmax(0, 1.25fr); justify-content: end; padding-block: 100px; border-bottom: 1px solid var(--line); }
.consultancy-note > div { width: min(100%, 820px); margin-left: auto; }
.consultancy-note h2 { margin-bottom: 24px; }
.consultancy-note div p { max-width: 700px; color: var(--muted); }
.closing-cta { padding-block: clamp(100px, 13vw, 170px); background: linear-gradient(115deg, #063b8f, var(--accent) 72%); }
.closing-cta h2 { max-width: 15ch; margin-bottom: 22px; }
.closing-cta > .shell > p:not(.eyebrow) { max-width: 620px; margin-bottom: 34px; }
.closing-cta .button-primary { background: #fff; color: var(--accent); }

.page-hero { position: relative; min-height: min(680px, 74dvh); overflow: hidden; display: flex; align-items: flex-end; isolation: isolate; border-bottom: 1px solid var(--line); background: var(--surface); }
.page-hero-media { position: absolute; inset: 0; z-index: -3; }
.page-hero-media img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.page-hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(11, 14, 25, 0.98) 0%, rgba(11, 14, 25, 0.86) 50%, rgba(11, 14, 25, 0.45) 100%), linear-gradient(to top, rgba(11, 14, 25, 0.96), transparent 68%); }
.page-hero > .shell { position: relative; z-index: 1; padding-block: clamp(82px, 10vw, 128px); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: clamp(54px, 7vw, 90px); color: rgba(242, 243, 247, 0.68); font-family: var(--display); font-size: 0.78rem; }
.breadcrumbs a { color: var(--ink); text-underline-offset: 4px; }
.breadcrumbs a:hover { color: var(--accent-light); }
.page-hero .eyebrow { margin-bottom: 20px; }
.page-hero h1 { max-width: 19ch; margin-bottom: 26px; font-size: clamp(3.15rem, 6.4vw, 5.75rem); text-wrap: balance; }
.page-lede { max-width: 770px; margin-bottom: 0; color: rgba(242, 243, 247, 0.84); font-size: clamp(1.08rem, 1.8vw, 1.32rem); line-height: 1.55; }
.compact-hero { min-height: 610px; }
.compact-hero > .shell { padding-bottom: 90px; }

.content-layout { display: grid; grid-template-columns: minmax(0, 820px) minmax(260px, 330px); justify-content: space-between; gap: clamp(70px, 8vw, 120px); padding-block: clamp(88px, 10vw, 142px); }
.content-main { min-width: 0; }
.content-intro { margin-bottom: clamp(70px, 8vw, 108px); padding-left: 28px; border-left: 3px solid var(--accent); color: rgba(242, 243, 247, 0.94); font-size: clamp(1.25rem, 2vw, 1.52rem); line-height: 1.62; }
.content-section + .content-section { margin-top: clamp(70px, 8vw, 112px); }
.content-section h2 { max-width: 19ch; margin-bottom: 28px; font-size: clamp(2.1rem, 3.6vw, 3.25rem); }
.content-section h3 { margin: 34px 0 16px; font-size: 1.35rem; }
.content-section p { max-width: 73ch; color: var(--muted); }
.content-section p + p { margin-top: 22px; }
.privacy-contact a { color: var(--accent-light); text-underline-offset: 4px; }
.privacy-contact address { margin-top: 20px; color: var(--muted); font-style: normal; }
.content-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 30px; margin: 32px 0 0; padding-left: 21px; }
.content-list li { padding-left: 4px; color: rgba(242, 243, 247, 0.9); }
.content-list li::marker { color: var(--accent-light); }

.content-aside { min-width: 0; align-self: start; position: sticky; top: 104px; }
.aside-block { padding: 28px 0; border-block: 1px solid var(--line); }
.aside-block h2, .aside-callout h2 { margin-bottom: 18px; font-size: 1.25rem; letter-spacing: -0.02em; }
.aside-block ul { margin: 0; padding-left: 19px; color: var(--muted); }
.aside-block li + li { margin-top: 10px; }
.review-date { margin: 22px 0; color: var(--muted); font-size: 0.78rem; }
.aside-callout { padding: 30px; border: 1px solid var(--line); background: var(--surface); }
.aside-callout p { color: var(--muted); font-size: 0.92rem; }

.link-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-flow: dense; gap: 1px; margin-top: 40px; border: 1px solid var(--line); background: var(--line); }
.link-card { grid-column: span 4; min-height: 230px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; background: var(--surface); text-decoration: none; transition: background 180ms ease, color 180ms ease; }
.link-card:nth-child(5n + 1) { grid-column: span 7; min-height: 300px; background: linear-gradient(to top, rgba(11, 14, 25, 0.96), rgba(11, 14, 25, 0.35)), url('/assets/img/responsive/skyline-dusk-2-960.webp') center / cover; }
.link-card:nth-child(5n + 2) { grid-column: span 5; background: #063b8f; }
.link-card:hover { background-color: var(--accent); }
.link-card:hover small { color: #fff; }
.link-card span { max-width: 18ch; font: 650 clamp(1.3rem, 2.1vw, 1.9rem)/1.12 var(--display); letter-spacing: -0.025em; }
.link-card small { max-width: 48ch; margin-top: 12px; color: rgba(242, 243, 247, 0.72); font-size: 0.83rem; }

.source-section { padding-top: 40px; border-top: 1px solid var(--line); }
.source-section ul { margin: 0 0 26px; padding-left: 20px; }
.source-section li + li { margin-top: 12px; }
.source-section a { color: var(--accent-light); text-underline-offset: 4px; }
.source-section p { font-size: 0.88rem; }

.related-section { padding-block: clamp(80px, 9vw, 126px); }
.related-section h2 { max-width: 14ch; margin-bottom: 42px; }
.related-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.related-grid a { grid-column: span 3; min-height: 240px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; background: var(--surface); text-decoration: none; }
.related-grid a:first-child { grid-column: span 6; background: var(--accent); }
.related-grid a:hover { background: #063b8f; }
.related-grid a:first-child span, .related-grid a:hover span { color: #fff; }
.related-grid strong { max-width: 18ch; font: 650 1.45rem/1.15 var(--display); letter-spacing: -0.02em; }
.related-grid span { margin-top: 12px; color: rgba(242, 243, 247, 0.68); font-size: 0.83rem; }

.consultation-form { margin-top: 42px; }
.contact-routes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 38px; border: 1px solid var(--line); background: var(--line); }
.contact-routes p { min-width: 0; margin: 0; padding: 24px; background: var(--surface); }
.contact-routes strong, .contact-routes a, .contact-routes span, .contact-routes small { display: block; }
.contact-routes strong { margin-bottom: 9px; color: var(--accent-light); font: 700 0.7rem/1.2 var(--display); letter-spacing: 0.12em; text-transform: uppercase; }
.contact-routes a { overflow-wrap: anywhere; color: var(--ink); text-underline-offset: 4px; }
.contact-routes small { margin-top: 8px; color: var(--muted); font-size: 0.76rem; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.form-grid label, .consent-row { display: flex; flex-direction: column; gap: 9px; color: var(--ink); font-family: var(--display); font-size: 0.86rem; font-weight: 600; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 54px; border: 1px solid rgba(242, 243, 247, 0.28); border-radius: 0; background: #090c15; color: var(--ink); padding: 13px 15px; font-size: 1rem; }
.form-grid textarea { resize: vertical; min-height: 150px; }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: #8f93a4; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--accent-light); outline: 2px solid var(--accent-light); outline-offset: 2px; }
.form-grid [aria-invalid="true"] { border-color: #ff9494; }
.form-summary { grid-column: 1 / -1; }
.form-summary span { color: var(--muted); font-family: var(--body); font-size: 0.78rem; font-weight: 400; }
.consent-row { flex-direction: row; align-items: flex-start; margin: 28px 0 18px; font-family: var(--body); font-weight: 400; }
.consent-row input { flex: 0 0 auto; width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--accent); }
.form-note { font-size: 0.82rem; }
.consultation-form .button { margin-top: 12px; }
.form-status { min-height: 26px; margin-top: 18px; color: #ffb0b0; }
.field-error { color: #ffb0b0; font-family: var(--body); font-size: 0.78rem; font-weight: 400; }
.form-result { margin-top: 28px; padding: 28px; border: 1px solid var(--accent-light); background: rgba(11, 87, 208, 0.18); }
.form-result[hidden] { display: none; }
.form-result h3 { margin-bottom: 10px; }
.form-result p { margin-bottom: 0; }
.form-result-error { border-color: #ff9494; background: rgba(140, 28, 42, 0.18); }

.sitemap-group { display: grid; grid-template-columns: minmax(180px, 0.38fr) 1fr; gap: 36px; padding-block: 34px; border-top: 1px solid var(--line); }
.sitemap-group h3 { margin: 0; }
.sitemap-group ul { columns: 2; column-gap: 34px; margin: 0; padding-left: 18px; }
.sitemap-group li { break-inside: avoid; margin-bottom: 9px; }
.sitemap-group a { color: var(--ink); text-underline-offset: 4px; }
.sitemap-group a:hover { color: var(--accent-light); }

.site-footer { padding-top: 78px; border-top: 1px solid var(--line); background: #080a12; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; padding-bottom: 70px; }
.footer-brand img { margin-bottom: 26px; }
.footer-brand p { max-width: 390px; color: var(--muted); }
.site-footer h2 { margin-bottom: 20px; color: var(--muted); font-family: var(--display); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: 10px; }
.site-footer a { color: var(--ink); font-size: 0.9rem; text-decoration: none; }
.site-footer a:hover { color: var(--accent-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 40px; padding-block: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.78rem; }
.footer-bottom p { max-width: 780px; margin: 0; }

@media (min-width: 1101px) {
  .mobile-nav { display: none !important; }
}

@media (max-width: 1100px) {
  .desktop-nav, .nav-cta { display: none; }
  .menu-button { display: block; }
  .intro-grid, .split-feature, .consultancy-note { grid-template-columns: 1fr; }
  .prose-large { padding-top: 0; }
  .service-card, .service-card.wide, .service-card.tall { grid-column: span 6; }
  .service-card.accent { grid-column: 1 / -1; }
  .feature-image { min-height: 450px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid li:nth-child(2) { border-right: 0; }
  .process-grid li:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .content-layout { grid-template-columns: 1fr; }
  .content-main { max-width: 820px; }
  .content-aside { position: static; display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr); gap: 28px; }
  .review-date { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 2; }
}

@media (max-width: 700px) {
  .shell { width: min(calc(100% - 36px), var(--shell)); }
  .nav-shell { width: calc(100% - 36px); height: 72px; }
  .brand img { width: 140px; }
  .hero-content { padding-top: 92px; padding-bottom: 24px; }
  .hero .eyebrow { margin-bottom: 12px; font-size: 0.68rem; }
  .hero h1 { margin-bottom: 16px; font-size: clamp(2.35rem, 12.5vw, 3.4rem); line-height: 1.02; }
  .hero-lead { margin-bottom: 20px; font-size: 0.98rem; line-height: 1.5; }
  .button-row { gap: 10px; }
  .button-row .button { width: 100%; min-height: 48px; padding: 11px 12px; font-size: 0.84rem; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid p, .signal-grid p:first-child { padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .signal-grid p:last-child { border-bottom: 0; }
  .section-heading { display: block; }
  .section-heading .text-link { margin-top: 24px; }
  .service-card, .service-card.wide, .service-card.tall, .service-card.accent { grid-column: 1 / -1; min-height: 300px; padding: 26px; }
  .feature-image { min-height: 320px; }
  .feature-copy { padding: 36px 24px; }
  .feature-copy .button { width: 100%; white-space: normal; text-align: center; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid li:last-child { border-bottom: 0; }
  .consultancy-note { gap: 20px; }
  .page-hero { min-height: calc(100svh - 72px); }
  .page-hero > .shell { padding-block: 32px; }
  .breadcrumbs { margin-bottom: 26px; font-size: 0.68rem; line-height: 1.4; }
  .page-hero .eyebrow { margin-bottom: 12px; }
  .page-hero h1 { max-width: none; margin-bottom: 16px; font-size: clamp(2.1rem, 10.5vw, 3rem); line-height: 1.02; }
  .page-lede { font-size: 0.94rem; line-height: 1.45; }
  .compact-hero { min-height: calc(100svh - 72px); }
  .content-layout { gap: 58px; padding-block: 72px; }
  .content-intro { margin-bottom: 64px; padding-left: 18px; font-size: 1.14rem; }
  .content-section + .content-section { margin-top: 68px; }
  .content-section h2 { margin-bottom: 22px; font-size: 2rem; }
  .content-list { grid-template-columns: 1fr; }
  .content-aside { display: block; }
  .content-aside > * + * { margin-top: 24px; }
  .link-grid, .related-grid { grid-template-columns: 1fr; }
  .link-card, .link-card:nth-child(5n + 1), .link-card:nth-child(5n + 2), .related-grid a, .related-grid a:first-child { grid-column: 1; min-height: 220px; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-routes { grid-template-columns: 1fr; }
  .form-summary { grid-column: auto; }
  .sitemap-group { display: block; }
  .sitemap-group h3 { margin-bottom: 20px; }
  .sitemap-group ul { columns: 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 16px; }
}

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