/* Grip Garage - site styles. Motor City Pro (01-design-spec.md).
   Mobile-first. Compositor-only motion. Semantic, anti-template. */

/* ============ fonts (self-hosted, OFL, variable weight range) ============ */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 800 900;
  font-display: swap;
  src: url('/fonts/archivo-900.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/fonts/inter-400.woff2') format('woff2');
}

/* ============ reset / base ============ */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: var(--text-base);
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--brand-deep); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { text-decoration: none; }
ul { list-style: none; padding: 0; }
button { font: inherit; color: inherit; cursor: pointer; }
h1, h2, h3 { font-family: 'Archivo', system-ui, sans-serif; line-height: 1.05; letter-spacing: -0.01em; }
:focus-visible { outline: 3px solid var(--brand-deep); outline-offset: 2px; border-radius: 3px; }

/* skip link */
.skip-link {
  position: absolute; left: 8px; top: 8px; z-index: 200;
  background: var(--action); color: #fff; padding: 0.6rem 1rem;
  border-radius: var(--radius-btn);
  transform: translateY(-160%); transition: transform var(--dur-fast) var(--ease-out);
}
.skip-link:focus { transform: translateY(0); }

/* ============ layout primitives ============ */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--space-section); }
.section--tight { padding-block: clamp(2.5rem, 1.5rem + 3vw, 4rem); }
.band--paper { background: var(--paper); }
.band--white { background: var(--paper-2); }
.band--graphite { background: var(--graphite); color: var(--graphite-ink); }
.band--ink { background: var(--ink-2); color: var(--graphite-ink); }
.band--graphite h1, .band--graphite h2, .band--graphite h3 { color: #fff; }

.kicker {
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 0.8rem;
  text-transform: uppercase; letter-spacing: 0.08em; color: var(--brand-deep);
  margin-bottom: 0.75rem;
}
.band--graphite .kicker { color: var(--brand); }
.h2 { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: var(--text-h2); }
.lead { font-size: clamp(1.05rem, 1rem + 0.5vw, 1.25rem); max-width: 60ch; }
.eyebrow-line { color: var(--brand-deep); font-weight: 600; }

/* diagonal cut motif (echoes the card's ~12deg split). A literal constant 12deg across a
   full-width band = ~0.21 x width (≈306px notch at 1440px), which harms the layout; the build
   uses a capped slant that reads as the same diagonal on real viewports. @supports fallback = flat. */
.cut-top { --cut: clamp(36px, 7vw, 100px); }
.cut-both { --cut: clamp(36px, 7vw, 100px); }
@supports (clip-path: polygon(0 0, 1px 1px, 0 1px)) {
  .cut-top { clip-path: polygon(0 var(--cut), 100% 0, 100% 100%, 0 100%); }
  .cut-both { clip-path: polygon(0 var(--cut), 100% 0, 100% calc(100% - var(--cut)), 0 100%); }
}

/* ============ buttons ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-weight: 600; font-size: 1rem; line-height: 1; text-decoration: none;
  padding: 0.95rem 1.4rem; border-radius: var(--radius-btn); border: 2px solid transparent;
  transition: transform var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
  min-height: 52px;
}
.btn svg { flex: none; }
.btn--primary { background: var(--action); color: #fff; box-shadow: var(--shadow-1); }
.btn--primary:hover { background: #175f9c; transform: translateY(-1px); box-shadow: var(--shadow-2); }
.btn--outline { background: transparent; color: var(--brand-deep); border-color: var(--brand-deep); }
.btn--outline:hover { background: var(--brand-deep); color: #fff; }
.btn--ghost-light { background: #fff; color: var(--action); }
.btn--ghost-light:hover { transform: translateY(-1px); box-shadow: var(--shadow-2); }
.btn--lg { padding: 1.1rem 1.8rem; font-size: 1.05rem; min-height: 56px; }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.85rem; }

/* ============ header ============ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: saturate(1.4) blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 64px; }
.brand { display: inline-flex; align-items: center; gap: 0.6rem; text-decoration: none; color: var(--ink); }
.brand img { width: 40px; height: 40px; }
.brand__word { font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 1.15rem; letter-spacing: -0.01em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.brand__word span { color: var(--brand-deep); }
@media (max-width: 359px) { .brand__word { display: none; } }

.nav-toggle { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: transparent; border: 1px solid var(--line); border-radius: var(--radius-btn); }
.nav-toggle .bar, .nav-toggle .bar::before, .nav-toggle .bar::after { display: block; width: 20px; height: 2px; background: var(--ink); position: relative; transition: transform var(--dur-fast), opacity var(--dur-fast); }
.nav-toggle .bar::before, .nav-toggle .bar::after { content: ''; position: absolute; left: 0; }
.nav-toggle .bar::before { top: -6px; }
.nav-toggle .bar::after { top: 6px; }
.nav-toggle[aria-expanded="true"] .bar { background: transparent; }
.nav-toggle[aria-expanded="true"] .bar::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .bar::after { transform: translateY(-6px) rotate(-45deg); }

.primary-nav { display: none; }
.primary-nav ul { display: flex; align-items: center; gap: 1.5rem; }
.primary-nav a { color: var(--ink); text-decoration: none; font-weight: 600; font-size: 0.95rem; padding: 0.4rem 0; border-bottom: 2px solid transparent; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { border-bottom-color: var(--brand); }
.header-cta { display: none; }
.header-cta .sub { font-size: 0.7rem; font-weight: 400; opacity: 0.85; }
.header-cta.btn--primary { flex-direction: column; gap: 0.05rem; padding-block: 0.55rem; }
.header-phone-mobile { display: inline-flex; }

/* mobile nav panel */
.mobile-nav { display: none; border-top: 1px solid var(--line); background: var(--paper); }
.mobile-nav.is-open { display: block; }
.mobile-nav ul { padding: 0.5rem 0 1rem; }
.mobile-nav a { display: block; padding: 0.85rem var(--gutter); text-decoration: none; color: var(--ink); font-weight: 600; border-bottom: 1px solid var(--line); }
.mobile-nav a:hover { background: color-mix(in srgb, var(--brand) 12%, transparent); }
.mobile-nav .btn { margin: 0.75rem var(--gutter) 0; width: calc(100% - 2*var(--gutter)); }

/* Without JS the toggle is inert, so expose the nav and hide the toggle.
   Desktop (>=1024px) still force-hides .mobile-nav and shows .primary-nav. */
@media (scripting: none) {
  .nav-toggle { display: none; }
  .mobile-nav { display: block; }
}

/* ============ hero ============ */
.hero { position: relative; padding-top: clamp(2rem, 1rem + 4vw, 3.5rem); padding-bottom: 0; overflow: hidden; }
.hero__grid { display: grid; gap: clamp(1.5rem, 1rem + 3vw, 2.5rem); }
.hero__title { font-weight: 900; font-size: var(--text-hero); margin: 0.5rem 0 0.75rem; }
.hero__title .accent { color: var(--brand-deep); }
.hero__sub { font-size: clamp(1.05rem, 1rem + 0.6vw, 1.3rem); max-width: 40ch; color: color-mix(in srgb, var(--ink) 82%, transparent); }
.hero__cta { margin-top: 1.5rem; }
.hero__trust { margin-top: 1.25rem; font-size: 0.95rem; color: color-mix(in srgb, var(--ink) 72%, transparent); max-width: 44ch; }
.hero__media { position: relative; }
.hero__media img { width: 100%; border-radius: var(--radius-card); box-shadow: var(--shadow-2); aspect-ratio: 4 / 3; object-fit: cover; height: auto; }
.hero__media picture { display: block; }

/* ============ trust bar (NAP) ============ */
.trust-bar { margin-top: clamp(-40px, -3vw, -20px); position: relative; z-index: 1; padding-top: calc(var(--cut) + clamp(1.5rem, 3vw, 2.5rem)); }
.trust-bar__row { display: grid; gap: 1rem 1.5rem; grid-template-columns: 1fr; }
.trust-item { display: flex; align-items: center; gap: 0.65rem; font-weight: 600; }
.trust-item svg { color: var(--brand); flex: none; }
.trust-item a { color: #fff; text-decoration: none; }
.trust-item a:hover { text-decoration: underline; }

/* ============ before / after (proof - page hero) ============ */
.proof__head { max-width: 60ch; margin-bottom: clamp(1.5rem, 3vw, 2.5rem); }
.pairs { display: grid; gap: clamp(1.5rem, 4vw, 2.5rem); }
.pair { display: grid; gap: 0.75rem; grid-template-columns: 1fr; }
@media (min-width: 560px) { .pair { grid-template-columns: 1fr 1fr; } }
.pair--secondary { max-width: 760px; }
.ba { position: relative; border-radius: var(--radius-card); overflow: hidden; box-shadow: var(--shadow-1); background: var(--graphite); }
.ba img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; height: auto; }
.ba__tag {
  position: absolute; top: 0.6rem; left: 0.6rem;
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 0.7rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: #fff; background: color-mix(in srgb, var(--graphite) 88%, transparent);
  padding: 0.3rem 0.6rem; border-radius: 5px; border: 1px solid color-mix(in srgb, var(--brand) 40%, transparent);
}
.pair__caption { grid-column: 1 / -1; font-size: 0.95rem; color: color-mix(in srgb, var(--ink) 72%, transparent); margin-top: 0.25rem; }
/* G3a fallback variant ("Recent work"): add class .proof--recent to the <section> */
.proof .proof__recent { display: none; }
.proof--recent .proof__default { display: none; }
.proof--recent .proof__recent { display: block; }
.proof--recent .ba__tag, .proof--recent .pair__caption, .proof--recent .proof__intro { display: none; }

/* ============ services (asymmetric, grid-breaking) ============ */
.services-grid { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
.svc {
  position: relative; border-radius: var(--radius-card); border: 1px solid var(--line);
  background: var(--paper); padding: clamp(1.25rem, 1rem + 2vw, 2rem); box-shadow: var(--shadow-1);
  display: flex; flex-direction: column; gap: 0.9rem;
}
.svc__media { border-radius: 8px; overflow: hidden; }
.svc__media img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; height: auto; }
.svc h3 { font-weight: 800; font-size: 1.3rem; }
.svc ul { display: grid; gap: 0.4rem; }
.svc li { position: relative; padding-left: 1.4rem; color: color-mix(in srgb, var(--ink) 82%, transparent); }
.svc li::before { content: ''; position: absolute; left: 0; top: 0.55em; width: 8px; height: 8px; background: var(--brand); border-radius: 2px; transform: rotate(45deg); }
.svc__benefit { font-weight: 600; color: var(--ink); }
.svc__link { margin-top: auto; font-weight: 600; color: var(--brand-deep); text-decoration: none; display: inline-flex; align-items: center; gap: 0.3rem; }
.svc__link:hover { gap: 0.5rem; text-decoration: underline; }
.svc--emergency { background: var(--graphite); color: var(--graphite-ink); border-color: var(--graphite); }
.svc--emergency h3 { color: #fff; }
.svc--emergency .svc__benefit { color: #fff; }
.svc-foot { margin-top: 1.5rem; }
.svc-foot a { font-weight: 600; }

/* ============ openers ============ */
.split { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); align-items: center; grid-template-columns: 1fr; }
.split__media img { border-radius: var(--radius-card); box-shadow: var(--shadow-1); aspect-ratio: 4 / 3; object-fit: cover; width: 100%; height: auto; }
.brandwords { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.brandword { font-weight: 600; font-size: 0.85rem; padding: 0.35rem 0.8rem; border: 1px solid var(--line); border-radius: 999px; color: var(--brand-deep); }

/* ============ emergency strip ============ */
.emergency { text-align: center; }
.emergency .h2 { color: #fff; }
.emergency__phone {
  display: inline-block; margin-top: 0.75rem;
  font-family: 'Archivo', sans-serif; font-weight: 800; font-size: var(--text-phone-xl);
  color: #fff; text-decoration: none; letter-spacing: -0.01em;
}
.emergency__phone:hover { color: var(--brand); }
.emergency p { color: var(--graphite-ink); }

/* ============ service area + about teaser ============ */
.prose p + p { margin-top: 1rem; }
.prose a { font-weight: 600; }

/* ============ FAQ accordion ============ */
.faq { display: grid; gap: 0.75rem; max-width: 800px; }
.faq__item { border: 1px solid var(--line); border-radius: var(--radius-card); background: var(--paper-2); overflow: hidden; }
.faq__q { width: 100%; text-align: left; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.1rem 1.25rem; font-weight: 600; font-size: 1.05rem; background: transparent; border: 0; }
.faq__q .chev { flex: none; transition: transform var(--dur) var(--ease-out); color: var(--brand-deep); }
.faq__q[aria-expanded="true"] .chev { transform: rotate(180deg); }
.faq__a { padding: 0 1.25rem 1.2rem; }
.faq__a p { color: color-mix(in srgb, var(--ink) 82%, transparent); }
/* When JS runs, collapse answers via display (leaves the a11y tree, no layout-thrash).
   With JS off, answers stay visible so the page is fully usable. */
@media (scripting: enabled) {
  .faq__a { display: none; }
  .faq__item.is-open .faq__a { display: block; }
}
@media (prefers-reduced-motion: reduce) { .faq__q .chev { transition: none; } }

/* ============ closing CTA ============ */
.closing { text-align: center; }
.closing .h2 { color: #fff; }
.closing p { color: var(--graphite-ink); max-width: 52ch; margin: 0.75rem auto 1.5rem; }
.closing .btn-row { justify-content: center; }

/* ============ gallery (masonry-lite) ============ */
.gallery { columns: 1; column-gap: 1rem; }
.gallery figure { break-inside: avoid; margin-bottom: 1rem; border-radius: var(--radius-card); overflow: hidden; box-shadow: var(--shadow-1); }
.gallery img { width: 100%; height: auto; display: block; }

/* ============ contact / forms / call card ============ */
.contact-grid { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); grid-template-columns: 1fr; }
.card {
  background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius-card);
  padding: clamp(1.5rem, 1rem + 2vw, 2.25rem); box-shadow: var(--shadow-1);
}
.card h2, .card h3 { margin-bottom: 0.75rem; }
.call-card ul { display: grid; gap: 0.5rem; margin: 0.5rem 0 1rem; }
.call-card li { font-weight: 600; font-size: 1.1rem; }
.call-card a { text-decoration: none; }
.details-list { display: grid; gap: 0.4rem; }
.details-list dt { font-weight: 600; color: var(--brand-deep); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.06em; }
.details-list dd { margin: 0 0 0.6rem; }

.field { display: grid; gap: 0.4rem; margin-bottom: 1.1rem; }
.field label { font-weight: 600; font-size: 0.95rem; }
.field input, .field textarea {
  font: inherit; padding: 0.8rem 0.9rem; border: 1px solid var(--line); border-radius: var(--radius-btn);
  background: var(--paper); color: var(--ink); width: 100%;
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--brand-deep); outline-offset: 1px; }
.field .err-msg { color: var(--err); font-size: 0.85rem; font-weight: 600; min-height: 0; }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--err); }
.consent { display: flex; gap: 0.6rem; align-items: flex-start; margin-bottom: 1.1rem; font-size: 0.95rem; }
.consent input { margin-top: 0.25rem; width: 18px; height: 18px; flex: none; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.form-status { font-weight: 600; margin-top: 0.5rem; }
.form-note { font-size: 0.85rem; color: color-mix(in srgb, var(--ink) 65%, transparent); margin-top: 0.75rem; }
.form-success h3 { color: var(--ok); }

/* ============ footer ============ */
.site-footer { background: var(--ink-2); color: var(--graphite-ink); padding-block: clamp(2.5rem, 2rem + 3vw, 4rem); }
.footer-grid { display: grid; gap: 2rem; grid-template-columns: 1fr; }
.footer-brand__word { font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 1.3rem; text-transform: uppercase; color: #fff; }
.footer-brand__tag { color: var(--brand); font-weight: 600; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; }
.site-footer a { color: var(--graphite-ink); text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-nav ul { display: flex; flex-wrap: wrap; gap: 0.5rem 1.25rem; }
.footer-nap { font-size: 0.95rem; line-height: 1.8; }
.footer-social { display: flex; gap: 0.75rem; margin-top: 0.75rem; }
.footer-social a { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; border: 1px solid color-mix(in srgb, #fff 20%, transparent); border-radius: 8px; }
.footer-social a:hover { border-color: var(--brand); }
.footer-bottom { border-top: 1px solid color-mix(in srgb, #fff 12%, transparent); margin-top: 2rem; padding-top: 1.5rem; display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; justify-content: space-between; font-size: 0.85rem; color: color-mix(in srgb, var(--graphite-ink) 80%, transparent); }
.footer-credit a { color: var(--brand); }

/* ============ sticky mobile call bar ============ */
.call-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  transform: translateY(110%); transition: transform var(--dur) var(--ease-out);
  padding: 0.5rem; background: color-mix(in srgb, var(--graphite) 96%, transparent); backdrop-filter: blur(6px);
}
.call-bar.is-shown { transform: translateY(0); }
.call-bar .btn { width: 100%; }
@media (prefers-reduced-motion: reduce) { .call-bar { transition: none; } }

/* ============ sub-page hero + detail sections ============ */
.page-hero { padding-block: clamp(2.5rem, 2rem + 3vw, 4.5rem); }
.page-hero h1 { font-family: 'Archivo', sans-serif; font-weight: 900; font-size: clamp(2rem, 1.4rem + 3.4vw, 3.4rem); margin-bottom: 0.75rem; }
.page-hero .lead { color: color-mix(in srgb, var(--ink) 80%, transparent); }
.detail { max-width: 760px; }
.detail h2 { font-weight: 800; font-size: var(--text-h2); margin-bottom: 0.75rem; }
.detail p { color: color-mix(in srgb, var(--ink) 82%, transparent); }
.detail--card { max-width: none; background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius-card); padding: clamp(1.25rem, 1rem + 2vw, 2rem); box-shadow: var(--shadow-1); }
.detail-stack { display: grid; gap: 1.25rem; }
@media (min-width: 768px) { .detail-stack { grid-template-columns: 1fr 1fr; } }
.about-grid { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); align-items: start; grid-template-columns: 1fr; }
@media (min-width: 860px) { .about-grid { grid-template-columns: 1.2fr 0.8fr; } }
.about-media img { border-radius: var(--radius-card); box-shadow: var(--shadow-2); aspect-ratio: 3 / 4; object-fit: cover; width: 100%; height: auto; }
.error-page { text-align: center; padding-block: clamp(4rem, 3rem + 8vw, 8rem); }
.error-page .code { font-family: 'Archivo', sans-serif; font-weight: 900; font-size: clamp(4rem, 2rem + 12vw, 9rem); color: var(--brand-deep); line-height: 1; }

/* ============ legal pages ============ */
.legal { max-width: 760px; }
.legal h1 { font-size: clamp(2rem, 1.5rem + 2vw, 2.75rem); margin-bottom: 0.5rem; }
.legal .updated { color: color-mix(in srgb, var(--ink) 60%, transparent); font-size: 0.9rem; margin-bottom: 1.5rem; }
.legal h2 { font-size: 1.4rem; margin: 1.75rem 0 0.5rem; }
.legal p { margin-bottom: 0.9rem; }

/* ============ reveal animation (only when JS runs; visible without JS) ============ */
@media (scripting: enabled) {
  .reveal { opacity: 0; transform: translateY(10px); transition: opacity var(--dur-reveal) var(--ease-out), transform var(--dur-reveal) var(--ease-out); }
  .reveal.is-visible { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ============ responsive ============ */
@media (min-width: 560px) {
  .trust-bar__row { grid-template-columns: repeat(3, auto); justify-content: space-between; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .gallery { columns: 2; }
}
@media (min-width: 768px) {
  .services-grid { grid-template-columns: repeat(6, 1fr); }
  .svc--installation { grid-column: span 6; }
  .svc--installation { flex-direction: row; align-items: stretch; }
  .svc--installation .svc__media { flex: 1 1 45%; }
  .svc--installation .svc__body { flex: 1 1 55%; display: flex; flex-direction: column; gap: 0.9rem; }
  .svc--repair { grid-column: span 4; }
  .svc--emergency { grid-column: span 2; }
  .contact-grid { grid-template-columns: 1.1fr 0.9fr; align-items: start; }
  .gallery { columns: 3; }
}
@media (min-width: 1024px) {
  .nav-toggle { display: none; }
  .mobile-nav { display: none !important; }
  .primary-nav { display: block; }
  .header-cta { display: inline-flex; }
  .header-phone-mobile { display: none; }
  .hero { padding-bottom: 0; }
  .hero__grid { grid-template-columns: 1fr 1fr; align-items: center; }
  .hero__media { margin-right: calc(-1 * var(--gutter)); }
  .hero__media img { aspect-ratio: 4 / 5; }
  .split { grid-template-columns: 1fr 1fr; }
  .split--reverse .split__media { order: 2; }
  .pair { max-width: none; }
  .call-bar { display: none; }
}
@media (min-width: 1200px) {
  .hero__media { margin-right: calc(-1 * (50vw - var(--wrap) / 2 + var(--gutter))); }
}
