/* ============================================================================
   DMI — redesigned concept ("v2"). Self-contained stylesheet; does not depend
   on the v1 main.css so the original clone stays byte-for-byte untouched.

   Addresses the 2026-06-06 multi-stakeholder + visual-designer review:
   locked color scale, stronger type hierarchy, real imagery, first-class nav,
   progressive RFQ form, technical-content scaffolding.
   No copyrighted DMI assets are referenced; imagery is CC/AI per /v2/credits.html
   ============================================================================ */

:root {
  /* --- Locked navy scale (review: "lock all text colors to a strict scale") --- */
  --navy-900: #07182e;
  --navy-800: #0b2545;   /* brand base (matches v1) */
  --navy-700: #143158;
  --navy-600: #1d4173;
  --navy-500: #2d5286;
  --navy-100: #e8eef6;
  --navy-050: #f4f7fb;

  /* --- Accent (safety orange) --- */
  --accent:     #f5a623;
  --accent-700: #d6890c;
  --accent-800: #8a5300;  /* amber dark enough for text on light bg (>=4.5:1) */
  --accent-050: #fff6e6;

  /* --- Neutrals --- */
  --ink:    #14202e;     /* body text */
  --ink-600:#3b4a5a;     /* secondary text */
  --line:   #d8dee5;
  --line-2: #e9edf2;
  --white:  #ffffff;
  --paper:  #f6f8fa;

  --radius: 8px;
  --radius-lg: 14px;
  --maxw: 1180px;
  --shadow-sm: 0 1px 2px rgba(7,24,46,.06), 0 2px 6px rgba(7,24,46,.06);
  --shadow-md: 0 10px 30px rgba(7,24,46,.12);
  --shadow-lg: 0 24px 60px rgba(7,24,46,.20);

  --font: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  line-height: 1.65;
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 { color: var(--navy-800); line-height: 1.12; letter-spacing: -0.02em; font-weight: 800; }
h2 { font-size: clamp(1.6rem, 2.6vw, 2.15rem); margin: 0 0 .6rem; }
h3 { font-size: 1.2rem; margin: 0 0 .4rem; letter-spacing: -0.01em; }
p { margin: 0 0 1rem; }

a { color: var(--navy-600); text-decoration: none; }
a:hover, a:focus { text-decoration: underline; }
/* In-text links must be distinguishable without relying on color (WCAG 1.4.1 /
   axe link-in-text-block). Navigation, buttons and card links are excluded. */
.concept-ribbon a, .breadcrumb a, .callout a, .form-note a, .prefill-banner a,
.footer-legal a, .footer-contact a, .page-head p a:not(.btn), .section p a:not(.btn) {
  text-decoration: underline;
  text-underline-offset: 2px;
}

img, svg { max-width: 100%; height: auto; display: block; }
picture { display: block; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 1.5rem; }

.eyebrow {
  display: inline-block;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--navy-500);
  margin: 0 0 .6rem;
}
.eyebrow.on-dark { color: #a8bbd4; }
.lead { font-size: clamp(1.05rem, 1.5vw, 1.2rem); color: var(--ink-600); max-width: 65ch; }

.skip-link { position: absolute; left: -999px; top: 0; background: var(--navy-900); color: #fff; padding: .6rem 1rem; z-index: 1000; }
.skip-link:focus { left: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--accent); color: var(--navy-900);
  font-weight: 800; font-size: 1rem; line-height: 1;
  padding: .95rem 1.6rem; border-radius: var(--radius); border: 0; cursor: pointer;
  font-family: inherit; transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
  box-shadow: 0 6px 18px rgba(245,166,35,.28);
}
.btn:hover { filter: brightness(1.04); transform: translateY(-1px); text-decoration: none; box-shadow: 0 10px 24px rgba(245,166,35,.36); }
.btn:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }
.btn-lg { padding: 1.1rem 2rem; font-size: 1.06rem; }
.btn-ghost { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.55); box-shadow: none; font-weight: 700; }
.btn-ghost:hover { background: rgba(255,255,255,.12); filter: none; }
.btn-outline { background: transparent; color: var(--navy-700); border: 2px solid var(--navy-700); box-shadow: none; }
.btn-outline:hover { background: var(--navy-800); color: #fff; filter: none; }
/* solid navy with orange text — co-equal emphasis with the orange CTA */
.btn-navy { background: var(--navy-700); color: var(--accent); box-shadow: 0 6px 18px rgba(11,37,69,.28); }
.btn-navy:hover { background: var(--navy-800); color: var(--accent); filter: none; }
.btn .arrow { transition: transform .15s ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* ---------- Header ---------- */
.site-header { background: var(--navy-900); color: #fff; position: sticky; top: 0; z-index: 100; box-shadow: 0 1px 0 rgba(255,255,255,.06), 0 6px 20px rgba(7,24,46,.25); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 76px; }

.brand { display: flex; align-items: center; gap: .7rem; color: #fff; }
.brand:hover { text-decoration: none; }
.brand-logo { height: 40px; width: auto; }
.brand-lockup { display: flex; flex-direction: column; line-height: 1.05; border-left: 2px solid rgba(255,255,255,.18); padding-left: .7rem; }
.brand-lockup .kicker { font-size: .62rem; letter-spacing: .22em; text-transform: uppercase; color: var(--accent); font-weight: 800; }
.brand-lockup .sub { font-size: .72rem; letter-spacing: .04em; color: #b9c6d8; font-weight: 600; }

.nav-toggle { display: none; flex-direction: column; align-items: center; justify-content: center; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; min-width: 44px; min-height: 44px; }
.nav-toggle span { width: 26px; height: 3px; background: #fff; border-radius: 2px; transition: .2s; }

.site-nav .nav-list { display: flex; align-items: center; gap: .15rem; list-style: none; margin: 0; padding: 0; }
.site-nav a, .dropdown-toggle {
  display: block; color: #dbe5f1; padding: .6rem .85rem; font-size: .94rem; font-weight: 600;
  border-radius: var(--radius); background: none; border: 0; cursor: pointer; font-family: inherit; letter-spacing: -0.01em;
}
.site-nav a:hover, .site-nav a:focus, .dropdown-toggle:hover, .dropdown-toggle:focus { background: rgba(255,255,255,.10); text-decoration: none; color: #fff; }
.nav-cta { background: var(--accent) !important; color: var(--navy-900) !important; font-weight: 800 !important; box-shadow: 0 4px 14px rgba(245,166,35,.30); }
.nav-cta:hover { filter: brightness(1.05); }

.has-dropdown { position: relative; }
.dropdown-toggle::after { content: " \25BE"; font-size: .7em; opacity: .8; }
.dropdown-menu {
  position: absolute; top: calc(100% + 4px); left: 0; min-width: 230px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow-md); list-style: none; margin: 0; padding: .4rem; display: none; z-index: 50;
}
.has-dropdown.open .dropdown-menu { display: block; }
.dropdown-menu a { color: var(--ink); padding: .55rem .8rem; font-weight: 600; border-radius: 6px; }
.dropdown-menu a:hover { background: var(--navy-050); color: var(--navy-800); }
.dropdown-menu .muted { display: block; font-size: .78rem; color: var(--ink-600); font-weight: 500; }

/* ---------- Hero ---------- */
.hero { position: relative; color: #fff; overflow: hidden; background: var(--navy-900); }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .42; }
/* Strong scrim under the (left-aligned) headline, easing to a lighter wash on the
   right so the equipment in the photo stays legible. */
.hero-overlay { position: absolute; inset: 0; background:
    linear-gradient(110deg, rgba(7,24,46,.92) 0%, rgba(11,37,69,.74) 46%, rgba(11,37,69,.38) 100%); }
.hero-inner { position: relative; padding: clamp(3.5rem, 8vw, 6.5rem) 0; max-width: 720px; }
.hero h1 { color: #fff; font-size: clamp(2.1rem, 5vw, 3.6rem); margin: 0 0 1.1rem; }
.hero h1 .hl { color: var(--accent); }
.hero-sub { font-size: clamp(1rem, 1.4vw, 1.12rem); line-height: 1.65; color: #cfdbeb; max-width: 54ch; letter-spacing: .005em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.8rem; }
.hero-trust { margin-top: 1.6rem; font-size: .84rem; color: #cfdbeb; letter-spacing: .02em; display: flex; flex-wrap: wrap; gap: .5rem .85rem; padding: .7rem .95rem; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); }
.hero-trust span { display: inline-flex; align-items: center; gap: .35rem; }
.hero-trust b { color: #fff; font-weight: 800; }

/* ---------- Stat / proof bar ---------- */
.proofbar { background: var(--navy-800); color: #fff; border-top: 3px solid var(--accent); }
.proofbar .grid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding: 1.6rem 0; }
.stat { text-align: center; padding: .4rem .6rem; }
.stat .n { font-size: clamp(1.5rem, 2.6vw, 2.1rem); font-weight: 800; color: var(--accent); letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.stat.key .n { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
.stat:not(.key) .n { color: #cdd8e6; font-size: clamp(1.3rem, 2.2vw, 1.7rem); }
.stat .l { font-size: .82rem; color: #c5d2e3; letter-spacing: .02em; }

/* ---------- Sections ---------- */
.section { padding: clamp(3rem, 6vw, 4.5rem) 0; }
.section.alt { background: var(--navy-050); border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); }
/* Dark industrial section — keeps the navy/orange rhythm instead of drifting to
   SaaS gray-blue (UI review #9). Light text + scoped component overrides. */
.section.dark { background: var(--navy-900); color: #c4d2e6; border-top: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.07); }
.section.dark h1, .section.dark h2, .section.dark h3, .section.dark h4 { color: #fff; }
.section.dark .lead { color: #b6c6dc; }
.section.dark .eyebrow { color: #a8bbd4; }
.section.dark p { color: #b6c6dc; }
.section.dark a:not(.btn) { color: #fff; }
.section.dark .form-note { color: #9fb2cc; }
.section.dark .form-note a { color: var(--accent); }
.section.dark .pill-list li { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.16); color: #dce6f2; }
.section.dark .btn-outline { color: #fff; border-color: rgba(255,255,255,.45); }
.section.dark .btn-outline:hover { background: rgba(255,255,255,.12); }
.section.dark .btn-navy { background: var(--navy-600); }
.section-head { max-width: 70ch; margin-bottom: 1.5rem; }
.center { text-align: center; margin-left: auto; margin-right: auto; }

.breadcrumb { background: var(--navy-050); border-bottom: 1px solid var(--line); font-size: .88rem; padding: .65rem 0; }
.breadcrumb a { color: var(--ink-600); }

.page-head { background: linear-gradient(180deg, var(--navy-050), #fff); border-bottom: 1px solid var(--line); padding: clamp(2.2rem, 5vw, 3.2rem) 0; }
.page-head h1 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); margin: 0 0 .6rem; }

/* ---------- Cards / grids ---------- */
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.grid.cols-2 { grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); }
.card {
  border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; overflow: hidden;
  display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s, border-color .2s;
}
.card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); border-color: var(--navy-100); }
.card .card-body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; flex: 1; }
.card h3 { color: var(--navy-800); }
.card p { color: var(--ink-600); margin-bottom: 1rem; }
.card .card-link { margin-top: auto; font-weight: 700; color: var(--navy-600); }
.card-img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background: var(--navy-050); }

/* feature card with side image */
.feature { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: center; }
.feature.flip { direction: rtl; }
.feature.flip > * { direction: ltr; }
.feature img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.feature .eyebrow { margin-bottom: .4rem; }

/* ---------- Certifications band ---------- */
.certs { display: flex; flex-wrap: wrap; gap: .6rem; align-items: center; }
.cert {
  display: inline-flex; align-items: center; gap: .5rem; font-size: .86rem; font-weight: 800; color: var(--navy-800);
  background: #fff; border: 1.5px solid #c3d0e2; border-radius: 999px; padding: .5rem 1rem; box-shadow: var(--shadow-sm);
}
.cert .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px rgba(245,166,35,.18); }

/* ---------- Callout ---------- */
.callout { background: var(--accent-050); border: 1px solid #f2dca7; border-left: 4px solid var(--accent); padding: 1.6rem 1.85rem; border-radius: 0 var(--radius) var(--radius) 0; margin: 1.5rem 0; }
.callout.dark { background: var(--navy-800); border-color: var(--accent); border-left-width: 4px; color: #e7eefa; box-shadow: var(--shadow-md); }
.callout.dark a { color: var(--accent); }

/* ---------- CTA strip ---------- */
.cta-strip { background: linear-gradient(120deg, var(--navy-800), var(--navy-600)); color: #fff; border-radius: var(--radius-lg); padding: clamp(2rem, 4vw, 3rem); display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; justify-content: space-between; box-shadow: var(--shadow-md); }
.cta-strip h2 { color: #fff; margin: 0 0 .4rem; }
.cta-strip p { color: #cfdbeb; margin: 0; max-width: 52ch; }

/* ---------- Timeline ---------- */
.timeline { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.timeline li { border-left: 3px solid var(--navy-500); padding: 0 0 1.5rem 1.6rem; position: relative; }
.timeline li::before { content: ""; position: absolute; left: -8px; top: 5px; width: 13px; height: 13px; border-radius: 50%; background: var(--accent); border: 2px solid #fff; }
.timeline h3 { margin: 0 0 .2rem; }
.timeline p { color: var(--ink-600); margin: 0; }

/* ---------- Spec / data table ---------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
table.spec { width: 100%; border-collapse: collapse; font-size: .94rem; }
table.spec th, table.spec td { text-align: left; padding: .75rem 1rem; border-bottom: 1px solid var(--line-2); font-variant-numeric: tabular-nums; }
table.spec thead th { background: var(--navy-800); color: #fff; font-weight: 700; letter-spacing: .01em; }
table.spec tbody tr:nth-child(even) { background: var(--navy-050); }
table.spec td:first-child { font-weight: 700; color: var(--navy-700); }
.spec-note { font-size: .85rem; color: var(--ink-600); margin: .85rem 0 0; }

/* ---------- Progressive disclosure (deep spec tables) ---------- */
.disclosure { border: 1px solid var(--line); border-radius: var(--radius); margin: 1.4rem 0; overflow: hidden; background: #fff; }
.disclosure > summary { cursor: pointer; list-style: none; padding: .9rem 1.15rem; font-weight: 700; color: var(--navy-700); background: var(--navy-050); display: flex; align-items: center; justify-content: space-between; }
.disclosure > summary::-webkit-details-marker { display: none; }
.disclosure > summary::after { content: "+"; font-size: 1.25rem; line-height: 1; color: var(--accent-700); }
.disclosure[open] > summary::after { content: "\2212"; }
.disclosure .disclosure-body { padding: 1.15rem; }
.disclosure .disclosure-body > :first-child { margin-top: 0; }

/* ---------- Forms / progressive RFQ ---------- */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: clamp(1.4rem, 3vw, 2rem); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem 1.25rem; }
.form-grid .full { grid-column: 1 / -1; }
.field label { display: block; font-weight: 700; margin-bottom: .35rem; font-size: .92rem; color: var(--navy-800); }
.field .hint { font-weight: 500; color: var(--ink-600); font-size: .82rem; }
.field input, .field select, .field textarea {
  width: 100%; padding: .72rem .85rem; border: 1.5px solid var(--line-2); border-radius: var(--radius); font: inherit; background: #fff; color: var(--ink); transition: border-color .12s ease, box-shadow .12s ease;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: var(--navy-500); }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline: 2px solid var(--accent); outline-offset: 1px; border-color: var(--navy-600); box-shadow: 0 0 0 3px rgba(245,166,35,.16); }
.field .req { color: var(--accent-700); }

.form-progressive { border: 1px dashed var(--line); border-radius: var(--radius); margin: 1.25rem 0; overflow: hidden; }
.form-progressive > summary { cursor: pointer; list-style: none; padding: .85rem 1.1rem; font-weight: 700; color: var(--navy-700); background: var(--navy-050); display: flex; align-items: center; justify-content: space-between; }
.form-progressive > summary::-webkit-details-marker { display: none; }
.form-progressive > summary::after { content: "+ Add details"; font-weight: 700; color: var(--accent-700); font-size: .85rem; }
.form-progressive[open] > summary::after { content: "\2212 Hide"; }
.form-progressive .progressive-body { padding: 1.1rem 1.1rem .4rem; }

.form-note { font-size: .88rem; color: var(--ink-600); }
.form-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: 1.25rem; }
.form-status { margin-top: 1.1rem; padding: 1rem 1.2rem; border-radius: var(--radius); display: none; font-weight: 600; }
.form-status.show { display: block; }
.form-status.ok { background: #e9f7ee; border: 1px solid #a7d8b9; color: #1c6b3a; }
.form-status.err { background: #fdecec; border: 1px solid #e7a9a9; color: #98231f; }
.form-status.info { background: var(--accent-050); border: 1px solid #f2dca7; color: #8a5a00; }

/* prefill banner when arriving from a calculator */
.prefill-banner { display: none; background: var(--navy-800); color: #fff; border-radius: var(--radius); padding: .9rem 1.1rem; margin-bottom: 1.25rem; font-size: .92rem; }
.prefill-banner.show { display: flex; gap: .6rem; align-items: flex-start; }
.prefill-banner .tag { background: var(--accent); color: var(--navy-900); font-weight: 800; font-size: .7rem; letter-spacing: .08em; padding: .2rem .5rem; border-radius: 4px; text-transform: uppercase; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.aside-card { background: var(--navy-050); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.4rem 1.5rem; }
.aside-card h2 { font-size: 1.2rem; }
.aside-card p { margin: .35rem 0; color: var(--ink-600); }
.aside-card .label { font-weight: 700; color: var(--navy-800); }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: #c3d0e2; padding: clamp(2.5rem, 5vw, 3.5rem) 0 1.5rem; margin-top: 0; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 2rem; }
.site-footer .brand-logo { height: 36px; margin-bottom: .9rem; }
.site-footer h4 { color: #fff; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 .8rem; }
.footer-nav { display: flex; flex-direction: column; gap: .5rem; }
.footer-nav a { color: #c3d0e2; font-size: .94rem; }
.footer-contact p { margin: .25rem 0; font-size: .92rem; }
.footer-contact a { color: #fff; }
.footer-legal { border-top: 1px solid rgba(255,255,255,.12); margin-top: 1.8rem; padding-top: 1.2rem; font-size: .82rem; color: #8ea3bd; display: flex; flex-wrap: wrap; gap: .4rem 1rem; justify-content: space-between; }
.status-pill { display: inline-flex; align-items: center; gap: .45rem; font-size: .76rem; color: #cdd8e6; }
.status-pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px rgba(245,166,35,.18); }

/* ---------- Concept ribbon (links between original + redesign) ---------- */
.concept-ribbon { background: var(--accent); color: var(--navy-900); font-weight: 700; font-size: .85rem; text-align: center; padding: .5rem 1rem; }
.concept-ribbon a { color: var(--navy-900); text-decoration: underline; font-weight: 800; }

/* ---------- Utilities ---------- */
.stack > * + * { margin-top: 1rem; }
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.muted { color: var(--ink-600); }
.pill-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.pill-list li { background: var(--navy-050); border: 1px solid var(--line); border-radius: 999px; padding: .4rem .9rem; font-size: .86rem; font-weight: 600; color: var(--navy-700); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .feature { grid-template-columns: 1fr; }
  .feature.flip { direction: ltr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .proofbar .grid4 { grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
}
@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .site-nav { position: absolute; top: 76px; left: 0; right: 0; background: var(--navy-900); border-top: 1px solid rgba(255,255,255,.12); max-height: 0; overflow: hidden; transition: max-height .25s ease; }
  .site-nav.open { max-height: 85vh; overflow: auto; }
  .site-nav .nav-list { flex-direction: column; align-items: stretch; padding: .5rem; gap: .15rem; }
  .dropdown-menu { position: static; box-shadow: none; border: 0; background: rgba(255,255,255,.06); }
  .dropdown-menu a { color: #dbe5f1; }
  .dropdown-menu a:hover { background: rgba(255,255,255,.12); color: #fff; }
  .dropdown-menu .muted { color: #9fb2cc; }
  .form-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .footer-top { grid-template-columns: 1fr; }
  .brand-lockup .sub { display: none; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }
