:root {
  --graphite: #111315;
  --carbon: #1a1e21;
  --page: #fbfaf7;
  --warm: #f5f3ee;
  --surface: #fff;
  --muted-surface: #eeece7;
  --text: #111315;
  --muted: #5d646a;
  --steel: #737a80;
  --border: #d7d4ce;
  --divider-dark: #454a4f;
  --action: #c8333a;
  --action-hover: #a9252c;
  --success: #236b45;
  --error: #b3261e;
  --radius: 12px;
  --shadow: 0 12px 36px rgba(17, 19, 21, .1);
  --container: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; background: var(--page); color: var(--text); font: 16px/1.6 Inter, Arial, sans-serif; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--action); outline-offset: 3px; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: 12px; padding: 10px 16px; transform: translateY(-150%); background: #fff; border-radius: 8px; }
.skip-link:focus { transform: none; }

.header { position: sticky; z-index: 100; top: 0; background: rgba(251,250,247,.96); border-bottom: 1px solid var(--divider-dark); backdrop-filter: blur(12px); }
.header__inner { min-height: 82px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; text-decoration: none; }
.brand img { width: 180px; height: 64px; object-fit: contain; }
.brand__mark { display: grid; place-items: center; width: 44px; height: 44px; margin-right: 10px; background: var(--action); color: #fff; border-radius: 9px; font: 800 15px/1 Arial; }
.brand__name { font: 800 22px/1 Manrope, Arial, sans-serif; }
.nav { display: flex; gap: 24px; margin-left: auto; }
.nav a, .header-contact-link { font-size: 16px; font-weight: 700; text-decoration: none; }
.nav a:hover, .header-contact-link:hover { color: var(--action); }
.header__actions { display: flex; align-items: center; gap: 18px; margin-left: 12px; }
.header-contact-link { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.header-contact-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; background: none; border: 0; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--text); transition: transform .2s, opacity .2s; }

.hero { overflow: hidden; background-color: var(--graphite); background-image: linear-gradient(90deg, rgba(17,19,21,.58), rgba(17,19,21,.38)), url("hero-depth-texture-ultrawide-v3.webp"); background-position: center; background-size: auto 100%; background-repeat: no-repeat; color: #fff; }
.hero__grid { min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 64px; padding-block: 90px; }
.eyebrow { margin: 0 0 20px; color: var(--action); font-size: 12px; line-height: 1.3; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, h3 { font-family: Manrope, Arial, sans-serif; letter-spacing: -.025em; }
h1 { max-width: 820px; margin: 0; font-size: clamp(42px, 5.1vw, 68px); line-height: 1.02; }
h2 { margin: 0; font-size: clamp(34px, 4vw, 48px); line-height: 1.1; }
h3 { margin: 0; font-size: 22px; line-height: 1.25; }
.hero__lead { max-width: 670px; margin: 28px 0 0; color: rgba(255,255,255,.76); font-size: 20px; line-height: 1.5; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero__content .actions { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; }
.hero__content .actions .button { width: 100%; min-width: 0; padding-inline: 18px; }
.button { height: 52px; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid transparent; border-radius: 9px; font-weight: 800; line-height: 1.2; text-decoration: none; cursor: pointer; transition: background .18s, color .18s, border-color .18s, transform .18s; }
.button:hover { transform: translateY(-1px); }
.button--primary { background: var(--action); color: #fff; }
.button--primary:hover { background: var(--action-hover); }
.button--ghost { border-color: rgba(255,255,255,.38); color: #fff; }
.button--ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.button--call { border-color: #f39a32; background: #f39a32; color: var(--graphite); }
.button--call:hover { border-color: #ffad4f; background: #ffad4f; }
.button--max { background: #fff; border-color: #fff; color: var(--graphite); }
.button--max:hover { background: var(--warm); }
.button--max-contact { background: #fff; border-color: var(--graphite); color: var(--graphite); box-shadow: 0 8px 20px rgba(17,19,21,.1); }
.button--max-contact:hover { background: var(--warm); border-color: var(--graphite); color: var(--graphite); }
.contact-call { margin-top: 12px; }
.button--small { height: 52px; min-height: 52px; padding: 10px 17px; font-size: 16px; }
.button--wide { width: 100%; }
.hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; width: 100%; margin: 48px 0 0; padding: 0; list-style: none; }
.hero__facts li { position: relative; min-width: 0; display: grid; grid-template-columns: 22px auto; column-gap: 10px; padding: 0 16px; }
.hero__facts li:first-child { padding-left: 0; }
.hero__facts li + li::before { content: ""; position: absolute; top: 0; bottom: 0; left: -6px; width: 1px; background: rgba(255,255,255,.22); }
.hero__facts strong, .hero__facts span { display: block; }
.hero__facts strong, .hero__facts span { grid-column: 2; }
.hero__facts svg { grid-row: 1 / 3; width: 20px; height: 20px; margin-top: 1px; fill: none; stroke: rgba(255,255,255,.58); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.hero__facts strong { font: 700 15px/1.3 Manrope, Arial, sans-serif; }
.hero__facts span { margin-top: 5px; color: rgba(255,255,255,.6); font-size: 13px; }
.hero__visual { position: relative; min-height: 510px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); background: var(--carbon); }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__tooltip { position: absolute; z-index: 2; right: 30px; bottom: 15px; left: 30px; padding: 14px 16px 14px 18px; border-left: 4px solid var(--action); background: rgba(17,19,21,.9); box-shadow: 0 12px 32px rgba(0,0,0,.3); color: #fff; font: 700 14px/1.45 Manrope, Arial, sans-serif; letter-spacing: .01em; pointer-events: none; }
.hero__visual:focus-visible { outline: 3px solid var(--action); outline-offset: 4px; }

@media (prefers-reduced-motion: reduce) {
  .hero__tooltip { transition: none; }
}

.section { padding-block: 100px; }
.section--warm { background: var(--warm); }
.section--dark { background: var(--graphite); color: #fff; }
#request { padding-bottom: 30px; }
#directions, #process, #request { border-top: 1px solid var(--divider-dark); }
.photo-break { min-height: clamp(240px, 22vw, 340px); background-color: var(--graphite); background-image: linear-gradient(rgba(17,19,21,.12), rgba(17,19,21,.22)), url("warehouse-parallax-banner-v1.webp"); background-position: center 56%; background-size: cover; background-repeat: no-repeat; border-block: 1px solid var(--divider-dark); }
.section-heading { display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 48px; margin-bottom: 48px; }
.section-heading--directions { grid-template-columns: 1.25fr .75fr; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 18px; }
.cards { display: grid; gap: 20px; }
.cards--four { grid-template-columns: repeat(4, 1fr); }
.card { min-height: 440px; display: flex; flex-direction: column; overflow: hidden; padding: 28px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); color: inherit; font: inherit; text-align: left; cursor: pointer; transition: background .18s, border-color .18s, box-shadow .18s, transform .18s; }
.card:hover { background: #fff; border-color: rgba(198,45,55,.45); box-shadow: 0 12px 28px rgba(17,19,21,.1); transform: translateY(-3px); }
.card:focus-visible { outline: 3px solid var(--action); outline-offset: 3px; }
.card__media { display: block; height: 138px; flex: 0 0 138px; overflow: hidden; margin: -28px -28px 22px; background: var(--graphite); }
.card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.card:hover .card__media img { transform: scale(1.035); }
.card__top { min-height: 38px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.card__number { color: var(--action); font: 800 13px/1 Manrope, Arial, sans-serif; }
.card__icon { width: 32px; height: 32px; margin-top: -4px; fill: none; stroke: var(--steel); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; opacity: .72; }
.card p { color: var(--muted); }
.card__action { margin-top: auto; color: var(--action); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.card:hover .card__icon, .card:focus-visible .card__icon { stroke: var(--action); opacity: 1; }
.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.split__intro { position: sticky; top: 120px; }
.split__intro > p:not(.eyebrow) { margin: 26px 0 34px; color: rgba(255,255,255,.7); font-size: 18px; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.service-card { min-height: 220px; padding: 28px; background: var(--carbon); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); color: inherit; font: inherit; text-align: left; cursor: pointer; transition: background .18s, border-color .18s, box-shadow .18s, transform .18s; }
.service-card:hover { background: #202428; border-color: rgba(198,45,55,.7); box-shadow: 0 12px 28px rgba(0,0,0,.24); transform: translateY(-3px); }
.service-card:focus-visible { outline: 3px solid var(--action); outline-offset: 3px; }
.service-grid__icon { width: 30px; height: 30px; margin-bottom: 22px; fill: none; stroke: rgba(255,255,255,.48); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card:hover .service-grid__icon, .service-card:focus-visible .service-grid__icon { stroke: var(--action); }
.service-grid p { color: rgba(255,255,255,.65); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: step; }
.steps li { min-width: 0; min-height: 430px; border: 1px solid var(--border); border-right: 0; }
.steps li:last-child { border-right: 1px solid var(--border); }
.step-card { width: 100%; height: 100%; display: flex; flex-direction: column; overflow: hidden; padding: 0; border: 0; background: transparent; color: inherit; font: inherit; text-align: left; cursor: pointer; transition: background .18s, box-shadow .18s, transform .18s; }
.step-card:hover { background: #fff; box-shadow: 0 12px 28px rgba(17,19,21,.1); transform: translateY(-3px); }
.step-card:focus-visible { position: relative; z-index: 2; outline: 3px solid var(--action); outline-offset: 2px; }
.step__media { display: block; height: 190px; flex: 0 0 190px; margin: 0; background-image: url("process-task-to-result-v1.webp"); background-position: left calc(18% - 10px); background-size: 300% auto; background-repeat: no-repeat; transition: filter .25s, transform .35s; }
.steps li:nth-child(2) .step__media { background-position: center calc(18% - 10px); }
.steps li:nth-child(3) .step__media { background-position: right calc(18% - 10px); }
.step-card:hover .step__media { filter: saturate(1.08) contrast(1.03); transform: scale(1.015); }
.step__body { position: relative; display: block; flex: 1; padding: 28px 32px 32px; }
.step__number { display: block; margin-bottom: 34px; color: var(--action); font-weight: 800; }
.steps__icon { position: absolute; top: 28px; right: 30px; width: 32px; height: 32px; fill: none; stroke: var(--muted); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; opacity: .72; }
.step-card:hover .steps__icon, .step-card:focus-visible .steps__icon { stroke: var(--action); opacity: 1; }
.steps p { color: var(--muted); }

.request-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: start; }
.request-copy > p:not(.eyebrow) { max-width: 580px; color: var(--muted); font-size: 18px; }
.contact-list { display: grid; gap: 0; margin: 36px 0 28px; border-top: 1px solid var(--border); }
.contact-list > * { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--border); text-decoration: none; }
.contact-list span { color: var(--muted); font-size: 13px; }
.contact-list .working-hours { display: inline-grid; justify-self: start; justify-items: end; }
.contact-list .working-hours span { color: inherit; font-size: inherit; }

@media (min-width: 821px) {
  .request-grid { align-items: stretch; }
  .request-copy { display: flex; flex-direction: column; padding-bottom: 98px; }
  .request-copy .button--max-contact { margin-top: auto; }
}

.lead-form { padding: 38px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 28px; }
.form-heading p:last-child { margin-bottom: 0; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 16px; }
.form-grid label > span { display: block; margin-bottom: 8px; font-size: 14px; font-weight: 700; }
.required-mark { color: var(--error); }
.form-grid__wide { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid #b9b6b0; border-radius: 8px; background: #fff; color: var(--text); }
input, select { height: 54px; padding: 0 14px; }
select:has(option[value=""]:checked) { color: #858b90; }
select option { color: var(--text); }
textarea { min-height: 130px; padding: 13px 14px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--action); outline: 2px solid rgba(200,51,58,.18); }
[aria-invalid="true"] { border-color: var(--error); }
.field-error { display: block; min-height: 20px; margin-top: 4px; color: var(--error); font-size: 12px; }
.consent { display: flex; gap: 12px; margin: 22px 0; color: var(--muted); font-size: 13px; }
.consent input { flex: 0 0 20px; width: 20px; height: 20px; margin-top: 1px; accent-color: var(--action); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { display: none; margin: 18px 0 0; font-size: 14px; font-weight: 700; line-height: 1.45; white-space: pre-line; }
.form-status.is-success, .form-status.is-error { display: grid; grid-template-columns: 24px minmax(0, 1fr); align-items: center; gap: 10px; }
.form-status.is-success { color: var(--success); }
.form-status.is-error { color: var(--error); }
.form-status.is-success::before, .form-status.is-error::before { box-sizing: border-box; display: grid; place-items: center; width: 24px; height: 24px; border: 2px solid currentColor; border-radius: 50%; font: 800 15px/1 Arial, sans-serif; }
.form-status.is-error::before { content: "!"; }
.form-status.is-success::before { content: "✓"; }

@media (min-width: 821px) {
  #request-form .form-status { display: grid; grid-template-columns: 24px minmax(0, 1fr); align-items: center; gap: 10px; min-height: 42px; visibility: hidden; }
  #request-form .form-status.is-success, #request-form .form-status.is-error { visibility: visible; }
}

.lead-form.is-sending { opacity: .72; pointer-events: none; }
.lead-modal { width: min(760px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 0; overflow: auto; border: 0; border-radius: var(--radius); background: transparent; color: var(--graphite); }
.lead-modal::backdrop { background: rgba(17,19,21,.78); backdrop-filter: blur(3px); }
.lead-modal__panel { position: relative; }
.lead-form--modal { box-shadow: none; }
.lead-modal__close { position: absolute; z-index: 2; top: 14px; right: 16px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--warm); color: var(--graphite); font: 500 30px/1 Arial, sans-serif; cursor: pointer; transition: background .18s, color .18s, transform .18s; }
.lead-modal__close:hover { background: var(--action); color: #fff; transform: rotate(5deg); }
.lead-modal__close:focus-visible { outline: 3px solid var(--action); outline-offset: 2px; }

.legal { padding: 40px 0 70px; background: var(--warm); }
.legal details { border-top: 1px solid var(--border); }
.legal details:last-child { border-bottom: 1px solid var(--border); }
.legal summary { padding: 18px 0; font-weight: 800; cursor: pointer; }
.legal details div { max-width: 780px; padding-bottom: 18px; color: var(--muted); }
.legal-full-link { color: var(--action); font-weight: 800; }
.footer { padding: 72px 0 24px; background: var(--graphite); color: #fff; }
.footer__grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 48px; }
.footer__grid > div:first-child { display: flex; flex-direction: column; align-items: center; text-align: center; transform: translateY(-26px); }
.footer .brand { color: #fff; }
.footer .brand img { width: 300px; height: 122px; object-fit: contain; }
.footer__grid > div:first-child p { margin-top: -12px; }
.footer h2 { margin-bottom: 18px; font-size: 15px; }
.footer p, .footer a { display: block; margin: 7px 0; color: rgba(255,255,255,.65); }
.footer .footer__contact-link { display: flex; align-items: center; gap: 9px; width: fit-content; }
.footer__contact-link svg { flex: 0 0 auto; width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.footer__bottom { display: flex; justify-content: space-between; margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); font-size: 13px; color: rgba(255,255,255,.55); }
.footer__legal-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 28px; }
.footer__legal-links a { margin: 0; }
.legal-page-main { background: var(--warm); }
.legal-document { padding: 76px 0 100px; }
.legal-document__content { max-width: 940px; padding: 56px 64px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.legal-document h1 { max-width: 820px; margin-bottom: 16px; font-size: clamp(34px, 5vw, 58px); }
.legal-document h2 { margin-top: 48px; font-size: clamp(24px, 3vw, 32px); }

.error-page-main { background: var(--warm); }
.error-page { padding: 42px 0 72px; text-align: center; }
.error-page__inner { display: grid; justify-items: center; }
.error-page__image { display: block; width: min(100%, 1150px); height: auto; }
.error-page__copy { position: relative; max-width: 620px; margin-top: -58px; }
.error-page__copy h1 { margin-bottom: 10px; font-size: clamp(32px, 4vw, 48px); }
.error-page__copy p { margin: 0 0 24px; color: var(--muted); font-size: 18px; }
.legal-document h3 { margin-top: 30px; font-size: 20px; }
.legal-document p, .legal-document li { color: var(--muted); }
.legal-document ul { padding-left: 24px; }
.legal-document__meta { margin-bottom: 42px; color: var(--steel); }
.legal-document__notice { padding: 16px 18px; border-left: 4px solid var(--action); background: var(--warm); }
.mobile-actions { display: none; }

@media (min-width: 821px) and (prefers-reduced-motion: no-preference) {
  .photo-break { background-attachment: fixed; }
}

@media (max-width: 1100px) {
  .nav { gap: 16px; }
  .phone-link, .header-max-link { display: none; }
  .hero__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .cards--four { grid-template-columns: 1fr 1fr; }
  .card { min-height: 420px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 74px; }
  .container { width: min(100% - 36px, var(--container)); }
  .header__inner { min-height: 72px; }
  .brand img { width: 150px; height: 54px; }
  .header__actions { margin-left: auto; }
  .header__actions .button { display: none; }
  .menu-toggle { display: block; order: 3; }
  .nav { position: fixed; inset: 72px 0 auto; display: grid; gap: 0; margin: 0; padding: 12px 18px 24px; transform: translateY(-130%); background: var(--page); border-bottom: 1px solid var(--border); box-shadow: var(--shadow); transition: transform .22s; }
  .nav.is-open { transform: none; }
  .nav a { padding: 15px 6px; border-bottom: 1px solid var(--border); font-size: 16px; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero__grid, .split, .request-grid { grid-template-columns: 1fr; }
  .hero__grid { padding-block: 70px; }
  .hero__visual { min-height: 430px; }
  .section { padding-block: 74px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .split { gap: 48px; }
  .split__intro { position: static; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 0; border-right: 1px solid var(--border); border-bottom: 0; }
  .steps li:last-child { border-bottom: 1px solid var(--border); }
  .step__number { margin-bottom: 26px; }
}

@media (max-width: 600px) {
  body { padding-bottom: 64px; }
  .container { width: calc(100% - 32px); }
  .header__inner { gap: 10px; }
  .brand img { width: 138px; }
  h1 { font-size: 40px; }
  h2 { font-size: 32px; }
  .hero__grid { min-height: auto; padding-block: 56px 64px; }
  .hero__lead { font-size: 17px; }
  .actions .button { width: 100%; }
  .hero__content .actions { grid-template-columns: 1fr; }
  .hero__facts { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .hero__facts li { min-width: 0; padding: 0 0 0 16px; border-left: 2px solid rgba(255,255,255,.2); }
  .hero__facts li:first-child { padding-left: 16px; border-left: 2px solid rgba(255,255,255,.2); }
  .hero__facts li + li::before { display: none; }
  .hero__visual { min-height: 350px; padding: 44px 18px 20px; }
  .cards--four, .service-grid, .form-grid { grid-template-columns: 1fr; }
  .card { min-height: 400px; }
  .form-grid__wide { grid-column: auto; }
  .section { padding-block: 58px; }
  .lead-form { padding: 26px 20px; }
  #request-form { scroll-margin-top: 15px; }
  .legal-document { padding: 40px 0 64px; }
  .legal-document__content { padding: 30px 22px; }
  .error-page { padding: 24px 0 54px; }
  .error-page__image { width: calc(100% + 24px); max-width: none; }
  .error-page__copy { margin-top: -18px; }
  .error-page__copy p { font-size: 16px; }
  .contact-list > * { grid-template-columns: 1fr; gap: 5px; }
  .footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .footer__bottom { display: grid; gap: 8px; }
  .mobile-actions { position: fixed; z-index: 90; inset: auto 0 0; display: grid; grid-template-columns: repeat(3,1fr); min-height: 64px; padding-bottom: env(safe-area-inset-bottom); background: var(--graphite); box-shadow: 0 -6px 24px rgba(0,0,0,.18); }
  .mobile-actions a { display: grid; place-items: center; border-right: 1px solid rgba(255,255,255,.15); color: #fff; font-size: 13px; font-weight: 800; text-decoration: none; }
  .mobile-actions a:nth-child(1) { background: #fff; color: var(--graphite); }
  .mobile-actions a:nth-child(2) { background: #f39a32; color: var(--graphite); }
  .mobile-actions a:nth-child(3) { background: var(--action); color: #fff; }
  .mobile-actions a:last-child { background: var(--action); border-right: 0; }
}

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