:root {
  --black: #050505;
  --ink: #0b0b0b;
  --charcoal: #111214;
  --panel: #171719;
  --line: rgba(255,255,255,.19);
  --paper: #f1f0ec;
  --muted: #aaa9a4;
  --red: #ed111c;
  --red-dark: #bd0710;
  --amber: #f2a31d;
  --wrap: min(1440px, calc(100vw - 72px));
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --sans: Inter, Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; background: var(--black); color: #fff; font-family: var(--sans); font-size: 16px; line-height: 1.55; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 100; opacity: .035; background-image: repeating-linear-gradient(0deg, transparent 0 2px, #fff 2px 3px); mix-blend-mode: soft-light; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; background: #fff; color: #000; padding: 10px 16px; font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 80; height: 86px; background: rgba(2,2,2,.94); border-bottom: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(12px); }
.header-inner { width: min(1510px, calc(100vw - 38px)); height: 100%; margin: auto; display: flex; align-items: center; gap: 22px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 10px; min-width: 245px; }
.brand-flag { position: relative; display: block; width: 46px; height: 29px; flex: 0 0 46px; background: repeating-linear-gradient(to bottom, #fff 0 3px, transparent 3px 5px); border: 1px solid rgba(255,255,255,.18); }
.brand-flag::before { content: ""; position: absolute; left: -1px; top: -1px; width: 22px; height: 16px; background-color: #050505; background-image: radial-gradient(circle, #fff 0 1px, transparent 1.25px); background-size: 5px 5px; background-position: 1px 1px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.brand-words { display: flex; flex-direction: column; line-height: 1; }
.brand-words strong { font: 900 31px/.83 Arial, Helvetica, sans-serif; letter-spacing: -2px; }
.brand-words small { margin-top: 7px; font: 900 9px/1 var(--sans); letter-spacing: .1px; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(13px, 1.55vw, 28px); margin-left: auto; }
.site-nav a, .quote-link { font: 900 clamp(11px, .84vw, 14px)/1 var(--sans); text-transform: uppercase; letter-spacing: .2px; white-space: nowrap; }
.site-nav a { padding-block: 32px; position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 23px; height: 2px; background: var(--red); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.quote-link { padding: 15px 18px; background: var(--red); border: 1px solid var(--red); }
.quote-link:hover { background: #fff; color: #000; border-color: #fff; }
.menu-toggle { display: none; width: 44px; height: 42px; padding: 8px; border: 1px solid var(--line); color: #fff; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; }
.menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 52px; padding: 0 21px; border: 1px solid var(--red); background: var(--red); color: #fff; font-weight: 900; font-size: 13px; line-height: 1; letter-spacing: .2px; text-transform: uppercase; cursor: pointer; transition: .2s ease; }
.button:hover, .button:focus-visible { background: #fff; color: #000; border-color: #fff; transform: translateY(-2px); }
.button--outline { background: transparent; border-color: rgba(255,255,255,.66); }
.section--light .button--outline { border-color: #222; color: #111; }
.button-row, .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.eyebrow { display: flex; gap: 12px; align-items: center; margin: 0 0 18px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: 1.8px; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 3px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); text-transform: uppercase; letter-spacing: -.035em; }
h2 { margin-bottom: 22px; font-size: clamp(50px, 6vw, 94px); line-height: .87; }
h2 em, h1 em { color: var(--red); font-style: normal; }
h3 { margin-bottom: 10px; font-size: 19px; line-height: 1.15; text-transform: uppercase; }
p { color: #c2c1bd; }
.lead-copy { font-size: clamp(18px, 2vw, 25px); line-height: 1.45; color: inherit; }

.home-hero { min-height: 730px; position: relative; overflow: hidden; isolation: isolate; border-bottom: 1px solid var(--line); background: #020202; }
.home-hero__media { position: absolute; inset: 0 0 0 27%; z-index: -2; background-image: linear-gradient(90deg, #030303 0%, rgba(3,3,3,.8) 20%, rgba(3,3,3,.08) 60%, rgba(3,3,3,.2) 100%), linear-gradient(0deg, rgba(0,0,0,.2), rgba(0,0,0,.08)), url("../images/empire-skater.webp"); background-size: auto 160%; background-repeat: no-repeat; background-position: 72% 62%; filter: contrast(1.08) saturate(.92); }
.home-hero__media::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 69% 50%, rgba(242,163,29,.16), transparent 24%), linear-gradient(90deg, #030303 0 5%, transparent 40%); mix-blend-mode: screen; }
.home-hero__content { min-height: 730px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 45px 0 30px; }
.home-hero h1 { max-width: 710px; margin: 0 0 22px; display: flex; flex-direction: column; font-size: clamp(70px, 8.2vw, 140px); line-height: .75; }
.home-hero h1 span, .home-hero h1 em { display: block; }
.home-hero h1 em { font-size: .88em; }
.home-hero__content > p { max-width: 520px; margin-bottom: 24px; color: #f0efeb; font-size: clamp(18px, 1.5vw, 25px); }
.hero-badges { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 30px; font-size: 11px; font-weight: 900; text-transform: uppercase; }

.proof-strip { border-bottom: 1px solid var(--line); background: #090909; }
.proof-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.proof-grid > div { min-height: 132px; padding: 24px 12px; display: grid; justify-items: center; align-content: center; gap: 12px; text-align: center; border-right: 1px solid var(--line); font-size: 11px; font-weight: 900; line-height: 1.25; text-transform: uppercase; }
.proof-grid > div:first-child { border-left: 1px solid var(--line); }
.mini-icon { font: 400 28px/1 var(--sans); color: #fff; }
.stats { background: linear-gradient(90deg, #0d0d0d, #050505); border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid > div { min-height: 180px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-right: 1px solid var(--line); text-align: center; }
.stats-grid > div:first-child { border-left: 1px solid var(--line); }
.stats-grid strong { color: var(--red); font: 900 clamp(42px, 4vw, 67px)/1 var(--display); letter-spacing: .02em; }
.stats-grid span { margin-top: 8px; font-weight: 900; text-transform: uppercase; }
.stats-grid small { margin-top: 4px; color: #aaa; }

.section { position: relative; padding: clamp(86px, 9vw, 150px) 0; overflow: hidden; }
.section--charcoal { background: var(--charcoal); border-block: 1px solid var(--line); }
.section--light { background: var(--paper); color: #090909; }
.section--light p { color: #444; }
.section--light .eyebrow { color: var(--red); }
.section-heading { max-width: 760px; }
.section-heading.wide { max-width: 1050px; margin-bottom: 50px; }
.section-heading.centered { margin: 0 auto 52px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered p:last-child { font-size: 18px; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(50px, 8vw, 125px); align-items: center; }

.ecosystem-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #d0cfca; }
.eco-card { position: relative; min-height: 290px; padding: 34px; color: #0b0b0b; border-right: 1px solid #d0cfca; border-bottom: 1px solid #d0cfca; transition: background .2s, color .2s, transform .2s; }
.eco-card:nth-child(3n) { border-right: 0; }
.eco-card:nth-child(n+4) { border-bottom: 0; }
.eco-card:hover { background: #111; color: #fff; transform: translateY(-3px); }
.eco-card:hover p { color: #c8c7c2; }
.eco-card h3 { margin-top: 72px; font-size: 23px; }
.eco-card p { min-height: 72px; }
.eco-card b { color: var(--red); font-size: 12px; text-transform: uppercase; }
.card-no { position: absolute; top: 28px; right: 28px; color: #aaa; font: 900 15px/1 var(--sans); }
.process { background: radial-gradient(circle at 15% 20%, #1b1b1d 0, #090909 43%, #030303 100%); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 10px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process-list span { color: var(--red); font-weight: 900; }
.process-list h3 { margin: 0 0 5px; }
.process-list p { margin: 0; }

.page-hero { position: relative; min-height: 600px; overflow: hidden; isolation: isolate; border-bottom: 1px solid var(--line); }
.hero-media { position: absolute; inset: 0; z-index: -2; background-color: #080808; background-size: cover; background-position: center; filter: saturate(.76) contrast(1.12); transform: scale(1.01); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.97) 0, rgba(0,0,0,.86) 35%, rgba(0,0,0,.25) 76%, rgba(0,0,0,.35)), linear-gradient(0deg, rgba(0,0,0,.48), transparent 55%); }
.hero--factory .hero-media, .hero--decks .hero-media, .hero--about .hero-media { background-image: url("../images/skateboard-manufacturing.jpg"); }
.hero--print .hero-media, .hero--school .hero-media { background-image: url("../images/custom-skateboard-printing.jpg"); background-position: center 58%; }
.hero--veneer .hero-media, .hero--molds .hero-media { background-image: url("../images/skateboard-manufacturing.jpg"); background-position: right center; filter: grayscale(.3) sepia(.14) brightness(.75) contrast(1.22); }
.hero--quote .hero-media { background-image: url("../images/empire-skater.webp"); background-size: auto 160%; background-repeat: no-repeat; background-position: 83% 60%; }
.page-hero__content { min-height: 600px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 75px 0; }
.page-hero h1 { max-width: 970px; margin: 0 0 22px; font-size: clamp(68px, 8.5vw, 138px); line-height: .8; }
.hero-lead { max-width: 670px; color: #efeee9; font-size: clamp(18px, 1.7vw, 26px); }
.hero-actions { margin-top: 10px; }
.hero-index { position: absolute; right: 32px; bottom: 25px; font-size: 10px; font-weight: 900; letter-spacing: 2px; writing-mode: vertical-rl; }

.number-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.number-grid article { min-height: 255px; padding: 35px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.number-grid article > span { display: block; margin-bottom: 48px; color: var(--red); font-size: 13px; font-weight: 900; }
.number-grid h3 { font-size: 27px; }
.number-grid p { max-width: 570px; margin-bottom: 0; }
.number-grid--three { grid-template-columns: repeat(3, 1fr); }
.number-grid--four { grid-template-columns: repeat(4, 1fr); }
.number-grid--three article, .number-grid--four article { min-height: 315px; }
.media-split { border-top: 1px solid var(--line); }
.media-split__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(45px, 7vw, 110px); align-items: center; }
.media-card { min-height: 610px; border: 1px solid var(--line); background-color: #111; background-size: cover; background-position: center; box-shadow: 18px 18px 0 var(--red); }
.media-card--racks { background-image: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.28)), url("../images/skateboard-manufacturing.jpg"); }
.media-card--shipment { background-image: linear-gradient(rgba(0,0,0,.08), rgba(0,0,0,.27)), url("../images/custom-skateboard-printing.jpg"); }
.tick-list { list-style: none; margin: 28px 0; padding: 0; }
.tick-list li { position: relative; padding: 13px 0 13px 31px; border-bottom: 1px solid var(--line); }
.tick-list li:first-child { border-top: 1px solid var(--line); }
.tick-list li::before { content: "+"; position: absolute; left: 2px; color: var(--red); font-weight: 900; }
.section--light .tick-list li { border-color: #cfcec9; }
.specialist-link { margin-top: 35px; padding: 22px; border-left: 4px solid var(--red); background: rgba(255,255,255,.04); }
.specialist-link a, .choice-grid a { color: var(--red); font-weight: 900; text-transform: uppercase; }
.faq details { border-top: 1px solid #c6c5c0; }
.faq details:last-child { border-bottom: 1px solid #c6c5c0; }
.faq summary { padding: 22px 36px 22px 0; cursor: pointer; font-weight: 900; text-transform: uppercase; }
.faq p { padding-right: 28px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.choice-grid article { padding: 35px; min-height: 330px; }
.choice-grid article + article { border-left: 1px solid var(--line); }
.choice-grid span { color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.choice-grid h3 { margin-top: 70px; font-size: 28px; }
.use-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #cecdc8; }
.use-grid article { min-height: 220px; padding: 30px; border-right: 1px solid #cecdc8; }
.use-grid article:last-child { border-right: 0; }
.ply-stack { max-width: 630px; display: grid; gap: 8px; perspective: 900px; }
.ply-stack span { display: flex; align-items: center; justify-content: flex-end; height: 48px; padding: 0 18px; background: linear-gradient(90deg, #ab733e, #e5bd79 65%, #f8dfae); border: 1px solid rgba(255,255,255,.5); color: #17100a; font-size: 11px; font-weight: 900; text-transform: uppercase; transform: skewX(-8deg); box-shadow: 12px 9px 0 rgba(0,0,0,.25); }
.ply-stack span:nth-child(3), .ply-stack span:nth-child(5) { height: 27px; background: linear-gradient(90deg, #b89663, #eed3a5); }
.check-panel { padding: clamp(28px, 4vw, 56px); background: #111; color: #fff; }
.check-panel h3 { font-size: 27px; }
.location { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: center; }

.studio-panel { background: linear-gradient(115deg, #090909 0 68%, #181818 68%); }
.section--red-rule::before { content: ""; position: absolute; top: 0; left: 0; width: 28%; height: 8px; background: var(--red); }
.split--studio > div:last-child { max-width: 620px; }
.split--studio p { font-size: 19px; }
.quote-band { padding: 80px 0; background: var(--red); color: #fff; }
.quote-band p, .quote-band .eyebrow { color: #fff; }
.quote-band__inner { display: grid; grid-template-columns: 1.1fr .8fr auto; gap: 6vw; align-items: end; }
.quote-band h2 { margin: 0; font-size: clamp(58px, 6vw, 90px); }
.quote-band h2 em { color: #090909; }
.quote-band .button { color: #fff; background: #080808; border-color: #080808; }

.quote-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.contact-direct { margin-top: 40px; border-top: 1px solid var(--line); }
.contact-direct a, .contact-direct address { display: block; padding: 18px 0; border-bottom: 1px solid var(--line); font-style: normal; font-weight: 800; }
.contact-direct small { display: block; color: var(--red); font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; }
.quote-form { padding: clamp(28px, 4vw, 55px); background: #111; border-top: 7px solid var(--red); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-grid label { display: grid; gap: 8px; color: #ddd; font-size: 11px; font-weight: 900; letter-spacing: .8px; text-transform: uppercase; }
.form-grid .full { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid #414145; border-radius: 0; background: #090909; color: #fff; padding: 14px; outline: none; text-transform: none; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--red); box-shadow: 0 0 0 2px rgba(237,17,28,.2); }
.quote-form .button { margin-top: 25px; }
.form-note { margin: 14px 0 0; font-size: 12px; }
.not-found { min-height: 72vh; display: flex; align-items: center; background: radial-gradient(circle at 80% 50%, #2a090b, #050505 45%); }
.not-found h1 { margin: 0 0 30px; font-size: clamp(90px, 15vw, 210px); line-height: .72; }

.site-footer { background: #030303; border-top: 1px solid var(--line); }
.footer-top { padding-block: 75px; display: grid; grid-template-columns: 1.25fr 1fr 1.15fr 1fr; gap: 55px; }
.footer-brand .brand { margin-bottom: 24px; }
.footer-brand p { max-width: 330px; }
.footer-top h2 { margin-bottom: 20px; font: 900 12px/1 var(--sans); letter-spacing: 1px; }
.footer-top > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-top > div:not(.footer-brand) a, .footer-top address { margin: 5px 0; color: #aaa; font-size: 13px; font-style: normal; }
.footer-top a:hover { color: #fff; }
.footer-bottom { min-height: 70px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--line); color: #777; font-size: 11px; text-transform: uppercase; }
.footer-bottom b { color: var(--red); margin: 0 6px; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1220px) {
  :root { --wrap: min(1140px, calc(100vw - 44px)); }
  .brand { min-width: 205px; }
  .brand-words strong { font-size: 27px; }
  .site-nav { gap: 13px; }
  .site-nav a { font-size: 10px; }
  .quote-link { padding-inline: 13px; font-size: 10px; }
  .home-hero__media { left: 20%; background-position: 78% 62%; }
  .ecosystem-grid { grid-template-columns: repeat(2, 1fr); }
  .eco-card:nth-child(3n) { border-right: 1px solid #d0cfca; }
  .eco-card:nth-child(2n) { border-right: 0; }
  .eco-card:nth-child(n+4) { border-bottom: 1px solid #d0cfca; }
  .eco-card:nth-child(n+5) { border-bottom: 0; }
  .number-grid--four { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-top > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 960px) {
  .site-header { height: 74px; }
  .header-inner { width: calc(100vw - 28px); }
  .brand { min-width: 0; }
  .brand-flag { width: 38px; height: 24px; flex-basis: 38px; background-size: auto; }
  .brand-flag::before { width: 18px; height: 13px; background-size: 4px 4px; }
  .brand-words strong { font-size: 24px; }
  .brand-words small { font-size: 7px; }
  .menu-toggle { display: block; margin-left: auto; }
  .quote-link { order: 3; padding: 12px 13px; }
  .js .site-nav { display: none; position: fixed; left: 0; right: 0; top: 74px; margin: 0; padding: 18px 22px 30px; flex-direction: column; align-items: stretch; background: #050505; border-bottom: 1px solid var(--line); }
  .js .site-nav.is-open { display: flex; }
  .site-nav a { padding: 11px 0; font-size: 13px; border-bottom: 1px solid var(--line); }
  .site-nav a::after { display: none; }
  .split, .media-split__grid, .quote-layout, .location { grid-template-columns: 1fr; }
  .media-card { min-height: 470px; }
  .proof-grid { grid-template-columns: repeat(3, 1fr); }
  .proof-grid > div:nth-child(4) { border-left: 1px solid var(--line); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid > div:nth-child(3) { border-left: 1px solid var(--line); }
  .use-grid { grid-template-columns: repeat(2, 1fr); }
  .use-grid article { border-bottom: 1px solid #cecdc8; }
  .use-grid article:nth-child(2) { border-right: 0; }
  .use-grid article:nth-child(n+3) { border-bottom: 0; }
  .quote-band__inner { grid-template-columns: 1fr 1fr; }
  .quote-band__inner .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 700px) {
  :root { --wrap: calc(100vw - 32px); }
  body { font-size: 15px; }
  .quote-link { display: none; }
  .home-hero, .home-hero__content { min-height: 690px; }
  .home-hero__media { inset: 0; opacity: .64; background-size: auto 130%; background-position: 69% 64%; }
  .home-hero__media::after { background: linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.12)), linear-gradient(0deg, rgba(0,0,0,.65), transparent); }
  .home-hero h1 { font-size: clamp(62px, 19vw, 92px); max-width: 96%; }
  .home-hero__content > p { max-width: 90%; }
  .hero-badges { gap: 13px 20px; font-size: 9px; }
  .page-hero, .page-hero__content { min-height: 570px; }
  .page-hero h1 { font-size: clamp(62px, 18vw, 95px); }
  .hero--quote .hero-media { background-size: auto 125%; background-position: 69% 55%; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div { min-height: 105px; }
  .proof-grid > div:nth-child(odd) { border-left: 1px solid var(--line); }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid > div { min-height: 150px; padding: 12px; }
  .stats-grid small { font-size: 10px; }
  .ecosystem-grid, .number-grid, .number-grid--three, .number-grid--four, .choice-grid, .use-grid { grid-template-columns: 1fr; }
  .eco-card, .eco-card:nth-child(n), .number-grid article, .choice-grid article, .use-grid article { border-right: 0; border-bottom: 1px solid currentColor; }
  .eco-card:last-child, .number-grid article:last-child, .choice-grid article:last-child, .use-grid article:last-child { border-bottom: 0; }
  .eco-card { min-height: 255px; }
  .choice-grid article + article { border-left: 0; }
  .number-grid article, .number-grid--three article, .number-grid--four article { min-height: 230px; }
  .number-grid article > span { margin-bottom: 30px; }
  .media-card { min-height: 360px; box-shadow: 9px 9px 0 var(--red); }
  .quote-band__inner { grid-template-columns: 1fr; }
  .quote-band__inner .button { grid-column: auto; justify-self: start; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-top > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 22px; }
}

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