:root {
  --ink: #11110f;
  --paper: #f7f6f2;
  --white: #ffffff;
  --soft: #eeece6;
  --line: #d7d4cc;
  --muted: #64625d;
  --blue: #0b2f6f;
  --blue-deep: #071e48;
  --serif: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  --sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --container: min(1180px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a, summary, select { cursor: pointer; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.055em; }
h1 { margin-bottom: 32px; font-family: var(--sans); font-size: clamp(3.8rem, 6.3vw, 6.3rem); font-weight: 650; line-height: .88; }
h1 em { display: inline-block; color: var(--blue); font-family: var(--serif); font-size: .74em; font-weight: 400; line-height: 1; }
h2 { margin-bottom: 24px; font-family: var(--serif); font-size: clamp(2.9rem, 5.5vw, 5.2rem); font-weight: 400; line-height: .96; }
h3 { line-height: 1.25; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 132px 0; border-top: 1px solid var(--line); }
.eyebrow { margin-bottom: 24px; color: var(--blue); font-size: .67rem; font-weight: 600; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.eyebrow::before { display: none; }
.eyebrow-light { color: var(--muted); }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; transform: translateY(-150%); border: 1px solid var(--ink); background: var(--white); font-weight: 700; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }

.site-header { position: absolute; z-index: 30; top: 0; right: 0; left: 0; color: var(--ink); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: .95rem; font-weight: 650; letter-spacing: -.02em; }
.brand-copy small { display: none; }
.desktop-nav { display: flex; gap: 34px; margin-left: auto; }
.desktop-nav a { position: relative; color: #343330; font-size: .75rem; font-weight: 500; text-decoration: none; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; transform: scaleX(0); transform-origin: left; background: var(--blue); content: ''; transition: transform .2s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.language-links { display: flex; align-items: center; border: 1px solid var(--line); }
.language-links a { min-width: 42px; min-height: 40px; display: grid; place-items: center; color: var(--muted); font-size: .62rem; font-weight: 600; letter-spacing: .08em; text-align: center; text-decoration: none; transition: background .2s, color .2s; }
.language-links a + a { border-left: 1px solid var(--line); }
.language-links a:hover { color: var(--ink); }
.language-links a[aria-current='page'] { color: var(--white); background: var(--blue); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 13px 22px; border: 1px solid var(--blue); border-radius: 0; color: var(--white); background: var(--blue); font-size: .72rem; font-weight: 650; letter-spacing: .02em; line-height: 1.2; text-decoration: none; transition: background .2s, color .2s; }
.button svg, .text-link svg, .service-card > a svg { transition: transform .2s ease; }
.button:hover svg, .text-link:hover svg, .service-card > a:hover svg { transform: translateX(4px); }
.button:hover { color: var(--blue); background: transparent; }
.button-small { min-height: 40px; padding: 9px 16px; }
.menu-button { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid var(--blue); border-radius: 0; color: var(--blue); background: transparent; }
.menu-close { display: none; }
.menu-button[aria-expanded='true'] .menu-open { display: none; }
.menu-button[aria-expanded='true'] .menu-close { display: inline-flex; }
.mobile-nav { position: absolute; top: 78px; right: 0; left: 0; padding: 26px 24px 30px; border-bottom: 1px solid var(--line); background: var(--paper); }
.mobile-nav nav { display: grid; }
.mobile-nav nav a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid var(--line); text-decoration: none; }
.language-links-mobile { width: max-content; margin-top: 24px; }

.hero { padding: 132px 0 76px; background: var(--paper); }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(270px, .48fr); align-items: center; gap: clamp(70px, 10vw, 145px); }
.hero-copy { padding-bottom: 0; }
.hero-copy .eyebrow { margin-bottom: 42px; }
.hero-intro { max-width: 610px; margin-bottom: 34px; color: #3f3e3a; font-size: 1.08rem; line-height: 1.7; }
.hero-buttons { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.button-accent { min-height: 54px; padding: 14px 24px; color: var(--white); background: var(--blue); box-shadow: none; }
.button-accent:hover { color: var(--blue); background: transparent; box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: .72rem; font-weight: 650; text-decoration: none; }
.text-link-light { color: var(--ink); }
.client-proof { max-width: 600px; margin-top: 46px; }
.client-proof > p { margin: 0 0 16px; color: var(--muted); font-size: .6rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.client-logos { display: flex; align-items: center; flex-wrap: wrap; gap: 24px 38px; }
.client-logos img { width: auto; max-width: 180px; height: 38px; object-fit: contain; object-position: left center; opacity: .78; }
.client-logos .police-logo { height: 42px; }
.client-logos .consulate-logo { height: 50px; clip-path: circle(49%); background: transparent; mix-blend-mode: multiply; }
.portrait-wrap { width: 100%; max-width: 350px; margin: 0 auto; align-self: center; justify-self: center; }
.portrait-frame { overflow: hidden; aspect-ratio: 4 / 5; border: 1px solid var(--line); border-radius: 0; background: var(--soft); box-shadow: none; }
.portrait-frame img { width: 100%; height: 106%; object-fit: cover; filter: saturate(.94) contrast(1.02); will-change: transform; }
.portrait-wrap figcaption { display: flex; justify-content: space-between; gap: 16px; padding-top: 11px; color: var(--muted); font-size: .58rem; letter-spacing: .09em; text-transform: uppercase; }
.services { background: var(--white); }
.services-layout { display: grid; grid-template-columns: minmax(280px, .67fr) minmax(0, 1.33fr); align-items: start; gap: clamp(72px, 10vw, 140px); }
.section-heading { display: grid; grid-template-columns: 1.15fr .55fr; align-items: end; gap: 100px; margin-bottom: 76px; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; }
.section-heading > p { max-width: 420px; margin-bottom: 6px; color: var(--muted); }
.services .section-heading { position: sticky; top: 110px; display: block; margin: 0; }
.services .section-heading h2 { max-width: 460px; }
.services .section-heading > p { max-width: 390px; margin: 30px 0 0; }
.service-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
.service-card { position: relative; overflow: hidden; min-height: 430px; display: flex; flex-direction: column; padding: clamp(34px, 4vw, 52px); border: 1px solid var(--line); background: var(--paper); box-shadow: 0 22px 55px rgba(7,30,72,0); transition: border-color .3s ease, box-shadow .3s ease, background .3s ease; }
.service-card::before { position: absolute; top: -1px; right: -1px; left: -1px; height: 3px; transform: scaleX(0); transform-origin: left; background: var(--blue); content: ''; transition: transform .45s cubic-bezier(.22,1,.36,1); }
.service-card-head { display: grid; grid-template-columns: 46px minmax(0,1fr); gap: 24px; align-items: start; }
.service-icon { width: 42px; height: 42px; display: grid; place-items: center; margin: 0; border: 1px solid var(--line); border-radius: 0; color: var(--blue); background: var(--white); }
.service-icon svg { width: 18px; height: 18px; }
.service-card h3 { margin-bottom: 14px; font-size: 1.25rem; font-weight: 550; letter-spacing: -.025em; }
.service-card > p { max-width: 480px; color: var(--muted); font-size: .86rem; }
.service-card-head p { max-width: 520px; margin: 0; color: var(--muted); font-size: .86rem; }
.service-card-body { margin-left: 70px; }
.service-card ul, .credentials { margin: 34px 0 40px; padding: 28px 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); column-gap: 30px; }
.service-card li, .credentials li { display: flex; align-items: flex-start; gap: 10px; margin: 8px 0; font-size: .76rem; }
.service-card li svg, .credentials li svg { flex: 0 0 auto; margin-top: 4px; color: var(--blue); }
.service-card > a { display: flex; align-items: center; justify-content: space-between; margin: auto 0 0 70px; padding-top: 18px; border-top: 1px solid var(--line); font-size: .68rem; font-weight: 650; text-decoration: none; }

.process { color: rgba(255,255,255,.72); background: var(--blue-deep); border-color: rgba(255,255,255,.16); }
.process-grid { display: grid; grid-template-columns: .75fr 1.25fr; column-gap: clamp(80px, 12vw, 170px); row-gap: 64px; }
.process h2 { max-width: 520px; color: var(--white); }
.process .eyebrow { color: #b8c8e6; }
.section-intro { max-width: 510px; color: rgba(255,255,255,.66); }
.privacy-note { width: 100%; display: grid; grid-column: 1 / -1; grid-template-columns: 28px 1fr; gap: 18px; margin: 0; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.privacy-note > svg { flex: 0 0 auto; color: #b8c8e6; }
.privacy-note > div { display: grid; grid-template-columns: minmax(220px, .55fr) 1fr; gap: 40px; align-items: start; }
.privacy-note strong { display: block; margin: 0; font-size: .75rem; }
.privacy-note p { max-width: 680px; margin: 0; color: rgba(255,255,255,.62); font-size: .73rem; line-height: 1.55; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.steps li { display: grid; grid-template-columns: 44px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.steps li + li { padding-top: 30px; }
.steps > li > span { width: auto; height: auto; display: block; padding-top: 4px; border: 0; border-radius: 0; color: #b8c8e6; font-family: var(--serif); font-size: .74rem; }
.steps h3 { margin: 0 0 8px; color: var(--white); font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.steps p { max-width: 580px; margin: 0; color: rgba(255,255,255,.64); font-size: .82rem; }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: clamp(80px, 12vw, 170px); }
.about-visual { padding: 0; }
.about-image { overflow: hidden; aspect-ratio: 4 / 5; border: 1px solid var(--line); border-radius: 0; background: var(--soft); box-shadow: none; }
.about-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.94) contrast(1.02); will-change: transform; }
.about-visual > p { position: static; width: auto; margin: 14px 0 0; padding: 0; border-radius: 0; color: var(--muted); background: transparent; box-shadow: none; font-family: var(--serif); font-size: .77rem; line-height: 1.5; }
.about-copy { max-width: 650px; }
.about-lead { max-width: 620px; color: var(--ink); font-family: var(--serif); font-size: 1.7rem; line-height: 1.4; }
.about-copy > p:not(.eyebrow):not(.about-lead) { color: var(--muted); }
.credentials { margin: 32px 0; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.credentials li { font-size: .78rem; font-weight: 600; }
.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .58fr 1fr; gap: 110px; align-items: start; }
.faq-heading { position: sticky; top: 40px; }
.faq-heading .text-link { margin-top: 22px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 25px 0; font-family: var(--serif); font-size: 1.18rem; font-weight: 400; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary i { position: relative; flex: 0 0 auto; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 0; }
.accordion summary i::before, .accordion summary i::after { position: absolute; top: 50%; left: 50%; width: 9px; height: 1px; transform: translate(-50%,-50%); background: var(--ink); content: ''; transition: transform .2s; }
.accordion summary i::after { transform: translate(-50%,-50%) rotate(90deg); }
.accordion details[open] summary i::after { transform: translate(-50%,-50%); }
.accordion details p { max-width: 670px; margin: -3px 55px 27px 0; color: var(--muted); font-size: .82rem; }

.contact { padding: 132px 0; border-top: 1px solid var(--line); color: var(--ink); background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(75px, 11vw, 150px); align-items: start; }
.contact-copy h2 { max-width: 550px; }
.contact-copy > p:not(.eyebrow) { max-width: 510px; color: var(--muted); }
.contact-direct { margin-top: 52px; padding-top: 28px; border-top: 1px solid var(--line); }
.contact-direct > p { margin-bottom: 18px; color: var(--muted); font-size: .7rem; font-weight: 600; }
.contact-direct > a { display: flex; align-items: center; gap: 14px; width: fit-content; min-height: 44px; text-decoration: none; }
.contact-direct > a > svg, .contact-location > svg { color: var(--blue); }
.contact-direct a span { display: grid; }
.contact-direct small { color: var(--muted); font-size: .58rem; }
.contact-direct strong { font-size: .76rem; }
.contact-location { display: flex; align-items: flex-start; gap: 14px; max-width: 350px; margin-top: 22px; color: var(--muted); font-size: .75rem; }
.contact-location svg { flex: 0 0 auto; margin-top: 4px; }
.contact-form { padding: 0; border: 0; border-radius: 0; color: var(--ink); background: transparent; box-shadow: none; }
.contact-form h3 { margin-bottom: 34px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 18px; }
.contact-form label > span { font-size: .66rem; font-weight: 650; }
.contact-form label b { margin-left: 3px; color: var(--blue); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 52px; padding: 13px 14px; border: 1px solid #c8c5be; border-radius: 0; outline: none; color: var(--ink); background: var(--white); font-size: .8rem; transition: border-color .2s; }
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #87847e; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: none; }
.button-submit { width: 100%; margin-top: 6px; border: 1px solid var(--blue); background: var(--blue); }
.button-submit:hover { color: var(--blue); background: transparent; }
.form-consent { display: flex; align-items: flex-start; gap: 8px; margin: 16px 2px 0; color: var(--muted); font-size: .62rem; line-height: 1.45; }
.form-consent svg { flex: 0 0 auto; width: 14px; margin-top: 1px; }
.form-status { min-height: 22px; margin: 10px 0 0; color: var(--ink); font-size: .7rem; font-weight: 600; }

.site-footer { padding: 108px 0 24px; color: rgba(255,255,255,.64); background: var(--blue-deep); }
.site-footer :focus-visible { outline-color: var(--white); }
.footer-lead { padding-bottom: 88px; border-bottom: 1px solid rgba(255,255,255,.18); }
.footer-kicker { margin: 0 0 34px; color: rgba(255,255,255,.64); font-size: .63rem; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; }
.footer-lead-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(250px, .48fr); align-items: end; gap: clamp(60px, 9vw, 130px); }
.footer-lead h2 { margin: 0; color: var(--white); font-size: clamp(3.2rem, 6.2vw, 6.5rem); line-height: .91; }
.footer-lead h2 span, .footer-lead h2 em { display: block; }
.footer-lead h2 span { font-family: var(--sans); font-weight: 620; }
.footer-lead h2 em { margin-top: 8px; font-family: var(--serif); font-size: .83em; font-weight: 400; }
.footer-action { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.42); border-bottom: 1px solid rgba(255,255,255,.42); color: var(--white); font-size: .72rem; font-weight: 650; letter-spacing: .04em; text-decoration: none; transition: border-color .2s ease, padding .2s ease; }
.footer-action:hover { padding-left: 10px; border-color: var(--white); }
.footer-action svg { transition: transform .2s ease; }
.footer-action:hover svg { transform: translateX(4px); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .62fr .62fr 1fr; gap: clamp(38px, 6vw, 82px); padding: 52px 0 58px; }
.brand-footer { color: var(--white); }
.footer-identity > p { max-width: 350px; margin: 20px 0 0; font-size: .76rem; }
.footer-grid h3 { margin: 0 0 20px; color: var(--white); font-size: .62rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid nav, .footer-contact { display: grid; align-content: start; gap: 9px; }
.footer-grid nav a, .footer-contact a { width: fit-content; color: rgba(255,255,255,.68); font-size: .72rem; text-decoration: none; transition: color .2s ease; }
.footer-grid nav a:hover, .footer-contact a:hover { color: var(--white); }
.footer-language nav a { min-height: 30px; display: flex; align-items: center; font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-language nav a[aria-current='page'] { color: var(--white); }
.footer-contact a:first-of-type { overflow-wrap: anywhere; }
.footer-grid address { max-width: 300px; margin-top: 8px; font-size: .7rem; font-style: normal; }
.footer-registration { display: grid; gap: 3px; margin-top: 13px; color: rgba(255,255,255,.5); font-size: .62rem; line-height: 1.5; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); font-size: .61rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: rgba(255,255,255,.7); text-decoration: none; }
.footer-bottom a:hover { color: var(--white); }

@media (hover: hover) {
  .service-card:hover { border-color: #b8c2d2; background: #f8f9fb; box-shadow: 0 22px 55px rgba(7,30,72,.075); }
  .service-card:hover::before { transform: scaleX(1); }
}

.js .reveal { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  :root { --container: min(100% - 48px, 920px); }
  .desktop-nav, .header-actions > .button-small { display: none; }
  .header-actions { margin-left: auto; }
  .menu-button { display: inline-flex; }
  .hero-grid { grid-template-columns: 1fr .48fr; gap: 65px; }
  .section-heading { gap: 55px; }
  .about-grid { gap: 80px; }
  .faq-grid { gap: 70px; }
  .footer-grid { grid-template-columns: 1.2fr .6fr .6fr 1fr; gap: 34px; }
}

@media (max-width: 800px) {
  :root { --container: min(100% - 36px, 680px); }
  .section, .contact { padding: 96px 0; }
  .hero { padding: 122px 0 76px; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { padding-bottom: 0; }
  .hero-copy .eyebrow { margin-bottom: 30px; }
  .portrait-wrap { display: none; }
  .services-layout { grid-template-columns: 1fr; gap: 50px; }
  .services .section-heading { position: static; }
  .services .section-heading > p { margin-top: 22px; }
  .section-heading, .process-grid, .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .section-heading { gap: 20px; margin-bottom: 50px; }
  .process-grid, .about-grid, .contact-grid { gap: 64px; }
  .about-visual { width: min(76%, 360px); margin-inline: auto; }
  .faq-grid { gap: 42px; }
  .faq-heading { position: static; }
  .site-footer { padding-top: 88px; }
  .footer-lead { padding-bottom: 68px; }
  .footer-lead-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-action { max-width: 420px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 50px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  :root { --container: calc(100% - 28px); }
  html { scroll-padding-top: 72px; }
  h1 { font-size: clamp(3.2rem, 15vw, 4.5rem); }
  h1 em { font-size: .72em; }
  h2 { font-size: clamp(2.65rem, 13vw, 3.6rem); }
  .header-inner { min-height: 72px; }
  .header-actions > .language-links { display: none; }
  .mobile-nav { top: 72px; }
  .hero { padding: 108px 0 66px; }
  .hero-intro { font-size: .95rem; }
  .hero-buttons { align-items: flex-start; flex-direction: column; gap: 20px; }
  .button-accent { width: 100%; }
  .client-proof { margin-top: 40px; }
  .client-proof > p { text-align: center; }
  .client-logos { justify-content: center; gap: 22px; }
  .client-logos img { max-width: 150px; height: 32px; }
  .client-logos .police-logo { height: 36px; }
  .client-logos .consulate-logo { height: 42px; }
  .service-card { min-height: 0; padding: 30px 26px; }
  .service-card-head { grid-template-columns: 40px minmax(0,1fr); gap: 17px; }
  .service-icon { width: 38px; height: 38px; margin: 0; }
  .service-card-body, .service-card > a { margin-left: 0; }
  .service-card ul { grid-template-columns: 1fr; margin: 26px 0 30px; padding-top: 22px; }
  .steps li { grid-template-columns: 34px 1fr; gap: 14px; }
  .privacy-note > div { grid-template-columns: 1fr; gap: 6px; }
  .about-visual { width: 82%; }
  .accordion summary { font-size: 1.05rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .site-footer { padding-top: 72px; }
  .footer-kicker { margin-bottom: 26px; }
  .footer-lead { padding-bottom: 56px; }
  .footer-lead h2 { font-size: clamp(2.85rem, 13vw, 3.8rem); }
  .footer-lead h2 em { margin-top: 6px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; padding: 42px 0 48px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

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