/* Big Deal Trailers public website — original manufacturer-style design */
:root {
  --red: #ef1b23;
  --red-dark: #b70d14;
  --red-soft: #fff0f1;
  --black: #090b10;
  --ink: #121722;
  --steel: #2f3948;
  --muted: #657083;
  --line: #dfe4eb;
  --soft: #f4f6f8;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(9, 11, 16, 0.12);
  --radius: 18px;
  --wrap: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(var(--wrap), calc(100% - 44px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 44px)); 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; }

.utility-bar {
  background: var(--black);
  color: #d9dde4;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-links { display: flex; gap: 18px; flex-wrap: wrap; }
.utility-links a { text-decoration: none; color: #d9dde4; }
.utility-links a:hover { color: #fff; }
.utility-tag { color: #fff; display: flex; align-items: center; gap: 9px; }
.utility-tag::before { content: ""; width: 7px; height: 7px; border-radius: 99px; background: var(--red); box-shadow: 0 0 0 4px rgba(239,27,35,.18); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(18,23,34,.10);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 86px; display: grid; grid-template-columns: 245px 1fr auto; align-items: center; gap: 28px; }
.site-logo { display: block; width: 235px; }
.site-logo img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 4px; }
.main-nav a {
  position: relative;
  padding: 31px 12px 29px;
  color: #242b38;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: center;
  background: var(--red);
  transition: transform .2s ease;
}
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; }

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: .015em;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-red { background: var(--red); color: #fff; border-color: var(--red); }
.btn-red:hover { background: var(--red-dark); border-color: var(--red-dark); }
.btn-dark { background: var(--black); color: #fff; border-color: var(--black); }
.btn-dark:hover { background: #262b35; border-color: #262b35; }
.btn-light { background: #fff; color: var(--black); border-color: rgba(255,255,255,.72); }
.btn-light:hover { background: var(--soft); }
.btn-outline { background: transparent; color: var(--ink); border-color: #aeb7c4; }
.btn-outline:hover { border-color: var(--black); background: var(--black); color: #fff; }
.btn-arrow::after { content: "→"; font-size: 20px; line-height: 1; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: 690px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(6,8,12,.99) 0%, rgba(12,16,23,.96) 54%, rgba(22,28,38,.88) 100%);
  color: #fff;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 35%, #000);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 680px;
  height: 680px;
  right: -240px;
  top: -220px;
  border: 110px solid rgba(239,27,35,.17);
  border-radius: 50%;
}
.hero-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(480px, 1.06fr); align-items: center; gap: 48px; padding: 86px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-size: 13px; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 44px; height: 5px; background: var(--red); }
.hero h1 { max-width: 800px; margin: 22px 0 24px; font-size: clamp(52px, 6.4vw, 88px); line-height: .93; letter-spacing: -.05em; text-transform: uppercase; }
.hero h1 span { color: var(--red); }
.hero-copy { max-width: 710px; margin: 0 0 32px; color: #cfd5df; font-size: clamp(18px, 1.65vw, 22px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 25px; color: #aeb7c4; font-size: 13px; font-weight: 700; }
.hero-note::before { content: ""; width: 30px; height: 1px; background: #687386; }
.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.hero-visual-card {
  width: 100%;
  position: relative;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.15);
  box-shadow: 0 35px 100px rgba(0,0,0,.32);
}
.hero-visual-card::before { content: "TECHNICAL CONCEPT"; position: absolute; top: 16px; right: 18px; color: #8390a3; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.hero-blueprint { width: 100%; height: auto; }
.hero-chip { position: absolute; min-width: 150px; padding: 12px 14px; background: #fff; color: var(--ink); border-left: 5px solid var(--red); box-shadow: 0 16px 38px rgba(0,0,0,.28); }
.hero-chip strong { display: block; font-size: 14px; }
.hero-chip span { display: block; margin-top: 2px; color: var(--muted); font-size: 11px; font-weight: 700; }
.hero-chip.one { left: -22px; bottom: 42px; }
.hero-chip.two { right: -18px; top: 74px; }

.proof-strip { background: var(--red); color: #fff; }
.proof-grid { min-height: 88px; display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { display: flex; align-items: center; gap: 13px; padding: 18px 24px; border-right: 1px solid rgba(255,255,255,.24); }
.proof-item:last-child { border-right: 0; }
.proof-icon { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.46); font-weight: 950; }
.proof-item strong { display: block; font-size: 14px; text-transform: uppercase; letter-spacing: .05em; }
.proof-item span { display: block; font-size: 12px; color: #ffe5e7; }

.section { padding: 92px 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--black); color: #fff; }
.section-red { background: var(--red); color: #fff; }
.section-head { display: grid; grid-template-columns: minmax(0, .85fr) minmax(300px, .55fr); gap: 50px; align-items: end; margin-bottom: 42px; }
.section-head.single { display: block; max-width: 800px; }
.kicker { display: flex; align-items: center; gap: 11px; color: var(--red); font-size: 12px; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.kicker::before { content: ""; width: 36px; height: 4px; background: currentColor; }
.section-dark .kicker, .section-red .kicker { color: #fff; }
.section-title { margin: 13px 0 0; font-size: clamp(38px, 4.5vw, 64px); line-height: .98; letter-spacing: -.045em; text-transform: uppercase; }
.section-intro { margin: 0; color: var(--muted); font-size: 18px; }
.section-dark .section-intro { color: #bac2ce; }
.section-red .section-intro { color: #ffe6e8; }

.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.category-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.category-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #c8ced7; }
.category-art {
  position: absolute;
  inset: 0 0 auto 0;
  height: 185px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(18,23,34,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18,23,34,.05) 1px, transparent 1px),
    linear-gradient(155deg, #fafbfc, #edf0f4);
  background-size: 22px 22px, 22px 22px, auto;
}
.category-art svg { width: 84%; height: 138px; }
.category-index { position: absolute; top: 14px; left: 15px; color: #a9b1bd; font-size: 11px; font-weight: 950; letter-spacing: .12em; }
.category-card h3 { margin: 0 0 8px; font-size: 22px; line-height: 1.05; text-transform: uppercase; letter-spacing: -.02em; }
.category-card p { margin: 0; color: var(--muted); font-size: 14px; }
.category-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 15px; color: var(--red); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.category-link::after { content: "→"; font-size: 18px; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #303640; border: 1px solid #303640; }
.feature { min-height: 300px; padding: 34px; background: var(--black); }
.feature-number { color: var(--red); font-size: 46px; font-weight: 950; line-height: 1; }
.feature h3 { margin: 30px 0 12px; font-size: 24px; text-transform: uppercase; }
.feature p { margin: 0; color: #aeb7c4; }

.build-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) 410px; gap: 50px; align-items: center; padding: 54px; background: var(--red); color: #fff; box-shadow: var(--shadow); }
.build-panel::after { content: ""; position: absolute; width: 360px; height: 360px; right: -170px; bottom: -210px; border: 70px solid rgba(0,0,0,.14); border-radius: 50%; }
.build-panel h2 { margin: 0 0 14px; font-size: clamp(38px, 4.3vw, 62px); line-height: .96; text-transform: uppercase; letter-spacing: -.045em; }
.build-panel p { max-width: 710px; margin: 0; color: #ffe7e9; font-size: 18px; }
.build-steps { position: relative; z-index: 1; display: grid; gap: 10px; }
.build-step { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 12px; padding: 14px; background: rgba(0,0,0,.17); border: 1px solid rgba(255,255,255,.22); }
.build-step strong { display: grid; place-items: center; width: 42px; height: 42px; background: #fff; color: var(--red); }
.build-step span { font-weight: 850; }

.split { display: grid; grid-template-columns: 1fr 1fr; min-height: 570px; }
.split-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px max(44px, calc((100vw - var(--wrap))/2)); }
.split-copy h2 { margin: 14px 0 20px; font-size: clamp(40px, 4vw, 62px); line-height: .98; text-transform: uppercase; letter-spacing: -.04em; }
.split-copy p { margin: 0 0 24px; color: var(--muted); font-size: 18px; }
.split-visual { position: relative; overflow: hidden; display: grid; place-items: center; min-height: 480px; background: var(--black); color: #fff; }
.split-visual::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 30px 30px; }
.split-visual-content { position: relative; z-index: 1; width: min(520px, 82%); }
.split-visual .outline-word { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.32); font-size: clamp(58px, 8vw, 120px); font-weight: 950; line-height: .8; text-transform: uppercase; }
.split-visual .solid-word { margin-top: 8px; color: var(--red); font-size: clamp(50px, 7vw, 105px); font-weight: 950; line-height: .82; text-transform: uppercase; }
.split-visual .caption { margin-top: 25px; max-width: 420px; color: #aeb7c4; font-weight: 700; }

.page-hero { position: relative; overflow: hidden; padding: 92px 0 76px; color: #fff; background: var(--black); }
.page-hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 34px 34px; }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero h1 { max-width: 920px; margin: 20px 0 18px; font-size: clamp(50px, 6vw, 82px); line-height: .92; letter-spacing: -.05em; text-transform: uppercase; }
.page-hero p { max-width: 760px; margin: 0; color: #c2cad5; font-size: 20px; }
.breadcrumbs { display: flex; gap: 9px; color: #9ca6b5; font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs a { color: #fff; text-decoration: none; }

.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 50px; align-items: start; }
.content h2 { margin: 0 0 16px; font-size: clamp(34px, 3.5vw, 50px); line-height: 1; text-transform: uppercase; letter-spacing: -.035em; }
.content h3 { margin: 34px 0 12px; font-size: 24px; text-transform: uppercase; }
.content p { color: var(--muted); font-size: 17px; }
.content ul { padding-left: 22px; color: var(--muted); }
.sidebar-card { position: sticky; top: 118px; padding: 28px; background: var(--soft); border-top: 6px solid var(--red); }
.sidebar-card h3 { margin: 0 0 12px; font-size: 22px; text-transform: uppercase; }
.sidebar-card p { color: var(--muted); }
.sidebar-card .btn { width: 100%; margin-top: 8px; }

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.timeline-item { padding: 24px; border: 1px solid var(--line); background: #fff; }
.timeline-item strong { display: grid; place-items: center; width: 46px; height: 46px; background: var(--red); color: #fff; font-size: 20px; }
.timeline-item h3 { margin: 22px 0 9px; font-size: 20px; text-transform: uppercase; }
.timeline-item p { margin: 0; color: var(--muted); font-size: 14px; }

.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 28px 0; }
.check { display: flex; gap: 12px; padding: 15px; background: var(--soft); font-weight: 800; }
.check::before { content: "✓"; color: var(--red); font-weight: 950; }

.lead-form { display: grid; gap: 16px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 12px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #cfd5de;
  border-radius: 2px;
  outline: none;
}
.field textarea { min-height: 145px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(239,27,35,.11); }
.form-note { color: var(--muted); font-size: 12px; }
.form-status { min-height: 22px; margin: 0; font-size: 14px; font-weight: 800; }
.form-status.success { color: #087647; }
.form-status.error { color: #b42318; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }

.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 40px; }
.contact-card { padding: 26px; background: var(--soft); border-top: 4px solid var(--red); }
.contact-card h3 { margin: 0 0 8px; text-transform: uppercase; }
.contact-card p { margin: 0; color: var(--muted); }

.faq { display: grid; gap: 10px; }
.faq details { border: 1px solid var(--line); background: #fff; }
.faq summary { cursor: pointer; list-style: none; padding: 20px 55px 20px 20px; font-weight: 900; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 20px; top: 15px; color: var(--red); font-size: 28px; }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding: 0 20px 20px; margin: 0; color: var(--muted); }

.cta-band { padding: 58px 0; background: var(--red); color: #fff; }
.cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; }
.cta-inner h2 { margin: 0; font-size: clamp(32px, 4vw, 52px); line-height: 1; text-transform: uppercase; }
.cta-inner p { margin: 10px 0 0; color: #ffe3e5; }
.cta-actions { display: flex; gap: 10px; flex-wrap: wrap; }

.site-footer { background: #07090d; color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.3fr .7fr .7fr .8fr; gap: 48px; padding: 64px 0 48px; }
.footer-logo { width: 260px; padding: 12px; background: #fff; }
.footer-about { max-width: 390px; margin-top: 20px; color: #aeb7c4; }
.footer-column h3 { margin: 0 0 16px; color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.footer-column a { display: block; margin: 9px 0; color: #aeb7c4; text-decoration: none; font-weight: 700; }
.footer-column a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding: 22px 0; border-top: 1px solid #252b35; color: #7f8998; font-size: 12px; }

.photo-ready { position: relative; min-height: 370px; display: grid; place-items: center; text-align: center; overflow: hidden; padding: 40px; background: #111722; color: #fff; }
.photo-ready::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 28px 28px; }
.photo-ready-content { position: relative; z-index: 1; max-width: 520px; }
.photo-ready strong { display: block; font-size: 28px; text-transform: uppercase; }
.photo-ready span { display: block; margin-top: 10px; color: #aeb7c4; }
.photo-ready em { display: inline-block; margin-top: 20px; padding: 8px 12px; border: 1px solid #465164; color: #d5dae2; font-size: 11px; font-style: normal; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.notice { padding: 18px 20px; background: #fff8e6; border-left: 5px solid #f0b429; color: #684f00; }

@media (max-width: 1120px) {
  .header-inner { grid-template-columns: 210px 1fr auto; gap: 16px; }
  .site-logo { width: 200px; }
  .main-nav a { padding-inline: 8px; font-size: 13px; }
  .hero-grid { grid-template-columns: 1fr .95fr; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-main { grid-template-columns: 1.2fr repeat(3, .7fr); gap: 28px; }
}

@media (max-width: 930px) {
  .utility-links { display: none; }
  .header-inner { min-height: 76px; grid-template-columns: 1fr auto; }
  .site-logo { width: 205px; }
  .main-nav {
    position: fixed;
    inset: 110px 0 0;
    z-index: 60;
    display: none;
    align-content: start;
    justify-content: stretch;
    padding: 22px;
    background: #fff;
    overflow-y: auto;
  }
  body.menu-open .main-nav { display: grid; }
  .main-nav a { padding: 16px 4px; border-bottom: 1px solid var(--line); font-size: 17px; }
  .main-nav a::after { display: none; }
  .header-actions .btn { display: none; }
  .menu-toggle { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--line); background: #fff; cursor: pointer; }
  .menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; width: 22px; height: 2px; background: var(--black); transition: .2s ease; }
  .menu-toggle { gap: 5px; }
  body.menu-open .menu-toggle span { opacity: 0; }
  body.menu-open .menu-toggle::before { transform: translateY(7px) rotate(45deg); }
  body.menu-open .menu-toggle::after { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding: 70px 0; }
  .hero-visual { min-height: auto; margin-top: 20px; }
  .hero-chip.one { left: 8px; bottom: 12px; }
  .hero-chip.two { right: 8px; top: 50px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.24); }
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: 1fr; }
  .build-panel { grid-template-columns: 1fr; padding: 38px; }
  .split { grid-template-columns: 1fr; }
  .split-copy { padding: 65px 34px; }
  .content-grid { grid-template-columns: 1fr; }
  .sidebar-card { position: static; }
  .timeline { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .wrap, .narrow { width: min(100% - 26px, var(--wrap)); }
  .utility-inner { min-height: 30px; }
  .header-inner { min-height: 70px; }
  .site-logo { width: 178px; }
  .main-nav { inset: 100px 0 0; }
  .hero-grid { padding: 54px 0; }
  .hero h1 { font-size: 48px; }
  .hero-visual-card { padding: 8px; }
  .hero-chip { display: none; }
  .hero-actions .btn { width: 100%; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .proof-item:last-child { border-bottom: 0; }
  .section { padding: 68px 0; }
  .section-title { font-size: 40px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 320px; }
  .build-panel { padding: 28px 22px; }
  .timeline { grid-template-columns: 1fr; }
  .check-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .contact-cards { grid-template-columns: 1fr; }
  .cta-inner { grid-template-columns: 1fr; }
  .cta-actions .btn { width: 100%; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin: 5px 0; }
}

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