/* guenstige-umzugsfirma-winterthur.ch — „Winterthur – Industriekultur & Gartenstadt“
   Umgebaute Fabrikhalle: warmer Betongrau-Grund, Backsteinrot als Primärfarbe,
   Stahlblau-Grau für dunkle Sektionen, frisches Blattgrün sparsam als Akzent.
   Kondensierte Industrie-Headlines (Systemschriften), Blaupausen-Raster im Hero,
   Sheddach-Silhouette, genietete Stahlträger als Trenner, Karten als Fabriketiketten. */

:root {
  --concrete: #e7e4df;
  --concrete-2: #dcd7cf;
  --paper: #f6f4f0;
  --brick: #b5472b;
  --brick-dark: #93391f;
  --brick-ink: #963a22;
  --brick-soft: #f0d9cf;
  --steel: #3d4b57;
  --steel-dark: #2c3741;
  --steel-2: #55636f;
  --steel-line: #8b98a3;
  --leaf: #4f8a3c;
  --leaf-ink: #36652a;
  --leaf-light: #a6d58f;
  --ink: #23292e;
  --ink-soft: #4a5259;
  --line: #c9c3b9;
  --notch: 12px;
  --font-head: "Bahnschrift SemiCondensed", "Bahnschrift", "DIN Alternate", "DIN Condensed", "Arial Narrow", sans-serif;
  --font-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --rivets: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='24'%3E%3Crect width='56' height='24' fill='%233d4b57'/%3E%3Crect y='0' width='56' height='4' fill='%2355636f'/%3E%3Crect y='20' width='56' height='4' fill='%232c3741'/%3E%3Ccircle cx='28' cy='12' r='3.4' fill='%232c3741'/%3E%3Ccircle cx='27.2' cy='11.2' r='2.3' fill='%238b98a3'/%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17.5px;
  line-height: 1.68;
  color: var(--ink);
  background: var(--concrete);
}
html:has(body.nav-open) { overflow: hidden; }
img { max-width: 100%; }
a { color: var(--brick-ink); text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
a:hover { color: var(--brick-dark); }
:focus-visible { outline: 3px solid var(--leaf); outline-offset: 3px; }

h1, h2, h3, h4, .brand-text, .btn, .kicker, .pills, .ribbon-num, .footer-title, .cta-band-title, .label-code, .step-no {
  font-family: var(--font-head);
}
h1, h2, h3, h4 { color: var(--steel-dark); line-height: 1.12; margin: 0 0 .55em; overflow-wrap: break-word; hyphens: auto; }
h1, h2 { text-transform: uppercase; font-weight: 700; letter-spacing: .01em; font-stretch: 87.5%; }
h1 { font-size: clamp(1.85rem, 1.1rem + 3vw, 3.3rem); }
h2 { font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.3rem); }
h3 { font-size: 1.3rem; font-weight: 700; }
h4 { font-size: 1.12rem; font-weight: 700; }
p { margin: 0 0 1em; }
ul, ol { padding-left: 1.2em; }
strong { color: inherit; }

.wrap { width: 100%; max-width: 1180px; margin-inline: auto; padding-inline: 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--brick); color: #fff; padding: 8px 14px; z-index: 200; }
.skip:focus { left: 12px; color: #fff; }
.text-center { text-align: center; }
.grid-3 { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.grid-4 { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.highlight { background: var(--brick-soft); padding: 0 .15em; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--paper); border-bottom: 4px solid var(--steel); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--steel-dark); position: relative; z-index: 3; }
.brand:hover { color: var(--steel-dark); }
.logo-mark { flex: none; display: block; }
.brand-text { display: flex; flex-direction: column; font-weight: 600; font-size: .95rem; line-height: 1.05; letter-spacing: .02em; color: var(--ink-soft); }
.brand-text span { font-weight: 700; font-size: 1.32rem; color: var(--steel-dark); text-transform: uppercase; letter-spacing: .06em; }
.nav { display: flex; align-items: center; gap: 22px; }
.nav-list { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-list a { display: block; padding: 8px 14px; font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; text-transform: uppercase; letter-spacing: .04em; color: var(--steel-dark); text-decoration: none; border-bottom: 3px solid transparent; }
.nav-list a:hover { color: var(--brick-ink); border-bottom-color: var(--brick); }
.nav-list a[aria-current="page"] { border-bottom-color: var(--leaf); }
.nav-toggle { display: none; position: relative; z-index: 3; width: 48px; height: 48px; border: 2px solid var(--steel); background: var(--paper); cursor: pointer; }
.nav-toggle-bars, .nav-toggle-bars::before, .nav-toggle-bars::after {
  position: absolute; left: 50%; width: 22px; height: 3px; margin-left: -11px; background: var(--steel-dark); content: ""; transition: transform .2s ease, background .2s ease;
}
.nav-toggle-bars { top: 50%; margin-top: -1.5px; }
.nav-toggle-bars::before { top: -7px; }
.nav-toggle-bars::after { top: 7px; }
body.nav-open .nav-toggle-bars { background: transparent; }
body.nav-open .nav-toggle-bars::before { transform: translateY(7px) rotate(45deg); }
body.nav-open .nav-toggle-bars::after { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 24px; font-weight: 700; font-size: 1.08rem; letter-spacing: .05em; text-transform: uppercase; text-decoration: none; border: 0; cursor: pointer; clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px); transition: background .15s ease, transform .15s ease; }
a.btn.btn--brick, a.btn.btn--brick:visited { background: var(--brick); color: #ffffff; }
a.btn.btn--brick:hover { background: var(--brick-dark); color: #ffffff; transform: translateY(-1px); }
a.btn.btn--steel, a.btn.btn--steel:visited { background: var(--steel); color: #ffffff; }
a.btn.btn--steel:hover { background: var(--steel-dark); color: #ffffff; }
a.btn.btn--paper, a.btn.btn--paper:visited { background: var(--paper); color: var(--steel-dark); }
a.btn.btn--paper:hover { background: #ffffff; color: var(--brick-ink); }
.btn--lg { min-height: 56px; padding: 14px 30px; font-size: 1.16rem; }
.btn-arrow { display: inline-block; width: 18px; height: 12px; background: currentColor; clip-path: polygon(0 40%, 60% 40%, 60% 0, 100% 50%, 60% 100%, 60% 60%, 0 60%); }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 42px 0 0; background-color: var(--concrete);
  background-image:
    linear-gradient(rgba(61, 75, 87, .13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(61, 75, 87, .13) 1px, transparent 1px),
    linear-gradient(rgba(61, 75, 87, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(61, 75, 87, .06) 1px, transparent 1px);
  background-size: 120px 120px, 120px 120px, 24px 24px, 24px 24px;
  background-position: -1px -1px;
}
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 44px; align-items: center; padding-bottom: 34px; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: .92rem; color: var(--ink-soft); margin-bottom: 14px; }
.crumbs a { color: var(--ink-soft); }
.pills { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0 0 16px; }
.pills li { position: relative; padding: 3px 12px 3px 22px; background: var(--paper); border: 1.5px solid var(--steel); font-size: .92rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--steel-dark); }
.pills li::before { content: ""; position: absolute; left: 8px; top: 50%; width: 6px; height: 6px; margin-top: -3px; border-radius: 50%; background: var(--leaf); }
.hero h1 { margin-bottom: .4em; }
.hero h1::after { content: ""; display: block; width: 92px; height: 7px; margin-top: 16px; background: linear-gradient(90deg, var(--brick) 0 66%, var(--leaf) 66% 100%); }
.lead { font-size: 1.14rem; color: var(--ink); max-width: 38em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 22px 0 16px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 6px 20px; list-style: none; padding: 0; margin: 0; font-weight: 600; color: var(--steel-dark); }
.hero-points li { display: inline-flex; align-items: center; gap: 7px; }
.hero-points .ico { color: var(--leaf-ink); width: 20px; height: 20px; }
.hero-visual { position: relative; }
.hero-visual::before { content: ""; position: absolute; inset: -12px 12px 12px -12px; border: 2px dashed rgba(61, 75, 87, .45); pointer-events: none; }
.hero-tag { position: absolute; right: -6px; bottom: 22px; z-index: 2; background: var(--brick); color: #fff; font-family: var(--font-head); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: .95rem; padding: 6px 14px; }
.hero--legal { padding: 40px 0 34px; }
.hero--legal h1::after { display: none; }
.shed { display: block; width: 100%; height: 64px; margin-bottom: -1px; color: var(--steel); }

/* Stahlband unter dem Hero */
.ribbon { background: var(--steel); color: #eef1f3; padding: 20px 0 22px; }
.ribbon-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; list-style: none; margin: 0; padding: 0; }
.ribbon-list li { display: flex; flex-direction: column; padding-left: 16px; border-left: 4px solid var(--leaf-light); }
.ribbon-num { font-size: 1.55rem; font-weight: 700; color: #ffffff; line-height: 1.15; }
.ribbon-txt { font-size: .98rem; color: #d6dde2; }

/* ---------- Media slots ---------- */
.media { display: block; width: 100%; aspect-ratio: 4 / 3; position: relative; overflow: hidden;
  background-color: var(--steel);
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 80' preserveAspectRatio='none'%3E%3Cpath d='M0 80V46l50-26v26l50-26v26l50-26v26l50-26v26l50-26v26l50-26v26l50-26v26l50-26v60z' fill='%232c3741'/%3E%3Cpath d='M50 20v26M100 20v26M150 20v26M200 20v26M250 20v26M300 20v26M350 20v26M400 20v26' stroke='%23a6d58f' stroke-width='3'/%3E%3C/svg%3E"),
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(155deg, #c7613f 0%, var(--brick) 38%, var(--steel) 100%);
  background-size: 100% 34%, 22px 22px, 22px 22px, 100% 100%;
  background-position: bottom, 0 0, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  clip-path: polygon(var(--notch) 0, 100% 0, 100% calc(100% - var(--notch)), calc(100% - var(--notch)) 100%, 0 100%, 0 var(--notch));
}
.media--hero { aspect-ratio: 16 / 11; }
img.media { display: block; height: auto; object-fit: cover; aspect-ratio: 4 / 3; background: var(--steel); }
img.media--hero { aspect-ratio: 16 / 11; }

/* ---------- Sections ---------- */
.sec { padding: 72px 0; }
.sec--paper { background: var(--paper); }
.sec--mid { background: var(--concrete-2); }
.sec--steel { background: var(--steel); color: #e8ecef; }
.sec--steel h2, .sec--steel h3, .sec--steel h4 { color: #ffffff; }
.sec--steel a:not(.btn) { color: #f3c1ad; }
.sec--steel a:not(.btn):hover { color: #ffffff; }
.sec--steel .kicker { color: var(--leaf-light); }
.sec--steel .kicker::before { background: var(--leaf-light); }
.sec--steel .note { color: #c9d1d7; }
.sec-head { max-width: 50em; margin-bottom: 30px; }
.kicker { display: inline-flex; align-items: center; gap: 10px; font-size: .98rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--brick-ink); margin-bottom: 8px; }
.kicker::before { content: ""; width: 26px; height: 4px; background: var(--brick); }
.prose { max-width: 50em; }
.prose h2 { margin-top: 1.4em; }
.prose h2:first-child, .prose .kicker + h2 { margin-top: 0; }
.prose h3 { margin-top: 1.4em; }
.note { font-size: .95rem; color: var(--ink-soft); }
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.split--top { align-items: start; }
.beam { display: block; height: 24px; background: var(--rivets) repeat-x left center / 56px 24px; }

/* Karten als Fabriketiketten mit abgeschnittenen Ecken */
.cards { display: grid; gap: 22px; margin: 26px 0; }
.cards--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cards--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { position: relative; background: var(--paper); color: var(--ink); padding: 30px 24px 22px;
  clip-path: polygon(var(--notch) 0, calc(100% - var(--notch)) 0, 100% var(--notch), 100% calc(100% - var(--notch)), calc(100% - var(--notch)) 100%, var(--notch) 100%, 0 calc(100% - var(--notch)), 0 var(--notch));
  background-image: linear-gradient(var(--steel), var(--steel)); background-size: 100% 6px; background-repeat: no-repeat;
}
.sec--paper .card { background-color: var(--concrete); }
.card::after { content: ""; position: absolute; top: 16px; right: 18px; width: 7px; height: 7px; border-radius: 50%; background: var(--steel-line); box-shadow: -14px 0 0 var(--steel-line); }
.card h3, .card h4 { color: var(--steel-dark); }
.card p:last-child, .card ul:last-child { margin-bottom: 0; }
.card--brick { background-image: linear-gradient(var(--brick), var(--brick)); }
.card--leaf { background-image: linear-gradient(var(--leaf), var(--leaf)); }
.sec--steel .card { background-color: var(--paper); color: var(--ink); }
.sec--steel .card a:not(.btn) { color: var(--brick-ink); }
.sec--steel .card h3, .sec--steel .card h4 { color: var(--steel-dark); }
.sec--steel .card .note { color: var(--ink-soft); }
.label-code { display: inline-block; font-size: .85rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); border: 1.5px solid var(--steel-line); padding: 0 8px; margin-bottom: 10px; }
.card .ico-box { display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; background: var(--steel); color: #fff; margin-bottom: 12px; }
.card--brick .ico-box { background: var(--brick); }
.card--leaf .ico-box { background: var(--leaf-ink); }
.card-link { font-weight: 700; }
.ico { width: 24px; height: 24px; flex: none; }

/* Stadtkreise */
.kreise { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; list-style: none; padding: 0; margin: 26px 0; }
.kreise li { background: var(--paper); padding: 18px 20px; border-left: 6px solid var(--steel); }
.kreise li:nth-child(3n+1) { border-left-color: var(--brick); }
.kreise li:nth-child(3n+2) { border-left-color: var(--leaf); }
.kreise strong { display: block; font-family: var(--font-head); font-size: 1.2rem; text-transform: uppercase; letter-spacing: .05em; color: var(--steel-dark); margin-bottom: 4px; }

/* Schritte */
.steps { counter-reset: s; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; list-style: none; padding: 0; margin: 26px 0; }
.steps > li { position: relative; padding: 24px 22px 20px; background: var(--paper); border-top: 6px solid var(--brick); }
.sec--paper .steps > li { background: var(--concrete); }
.step-no { display: block; font-size: 2.4rem; font-weight: 700; line-height: 1; color: var(--brick); margin-bottom: 8px; }
.steps h3 { font-size: 1.2rem; }

/* Listen */
.checks { list-style: none; padding: 0; margin: 0 0 1.2em; }
.checks li { position: relative; padding-left: 32px; margin-bottom: .6em; }
.checks li::before { content: ""; position: absolute; left: 2px; top: .38em; width: 16px; height: 16px; background: var(--leaf); clip-path: polygon(0 55%, 18% 38%, 40% 58%, 82% 10%, 100% 28%, 40% 92%); }
.sec--steel .checks li::before { background: var(--leaf-light); }
.bolts { list-style: none; padding: 0; margin: 0 0 1.2em; }
.bolts li { position: relative; padding-left: 30px; margin-bottom: .65em; }
.bolts li::before { content: ""; position: absolute; left: 3px; top: .45em; width: 13px; height: 13px; border-radius: 50%; background: var(--steel-line); box-shadow: inset 0 0 0 3px var(--steel); }

/* Zeitachse Checkliste */
.timeline { list-style: none; padding: 0; margin: 28px 0; border-left: 4px solid var(--steel); }
.timeline > li { position: relative; padding: 0 0 26px 30px; }
.timeline > li::before { content: ""; position: absolute; left: -12px; top: 4px; width: 20px; height: 20px; background: var(--brick); border: 4px solid var(--concrete); border-radius: 50%; }
.sec--paper .timeline > li::before { border-color: var(--paper); }
.timeline h3 { margin-bottom: .3em; }
.timeline .when { display: inline-block; font-family: var(--font-head); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: .9rem; background: var(--steel); color: #fff; padding: 1px 10px; margin-bottom: 6px; }

/* Hinweisbox */
.tip { display: flex; gap: 16px; align-items: flex-start; background: var(--paper); border: 2px solid var(--steel); border-left-width: 10px; padding: 18px 20px; margin: 24px 0; }
.tip .ico { color: var(--brick); margin-top: 3px; }
.tip p:last-child { margin-bottom: 0; }
.tip--leaf { border-color: var(--leaf-ink); }
.tip--leaf .ico { color: var(--leaf-ink); }
.sec--paper .tip { background: #ffffff; }
.sec--steel .tip { background: var(--steel-dark); border-color: var(--leaf-light); color: #e8ecef; }
.sec--steel .tip .ico { color: var(--leaf-light); }

/* ---------- Tabellen (Layout-Regeln kommen aus base.css) ---------- */
.table-wrap { margin: 20px 0 10px; }
table { border-collapse: collapse; background: var(--paper); font-size: 1rem; }
caption { caption-side: top; text-align: left; font-family: var(--font-head); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--steel-dark); padding: 0 0 8px; }
thead th { background: var(--steel); color: #ffffff; font-family: var(--font-head); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; text-align: left; padding: 11px 14px; border-bottom: 4px solid var(--brick); }
tbody th, tbody td { padding: 11px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
tbody th { font-weight: 700; color: var(--steel-dark); }
tbody tr:nth-child(even) { background: #efece6; }
td.num { font-variant-numeric: tabular-nums; white-space: nowrap; }
.sec--paper table { background: #ffffff; }
.sec--paper tbody tr:nth-child(even) { background: var(--paper); }
.sec--steel table { color: var(--ink); }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; }
.faq-item { background: var(--paper); border-left: 6px solid var(--steel); }
.sec--paper .faq-item { background: var(--concrete); }
.faq-item summary { position: relative; list-style: none; cursor: pointer; padding: 16px 52px 16px 20px; font-weight: 700; font-size: 1.06rem; color: var(--steel-dark); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: ""; position: absolute; right: 20px; top: 50%; width: 14px; height: 14px; margin-top: -9px; border-right: 3px solid var(--brick); border-bottom: 3px solid var(--brick); transform: rotate(45deg); transition: transform .2s ease; }
.faq-item[open] { border-left-color: var(--brick); }
.faq-item[open] summary::after { transform: rotate(225deg); margin-top: -3px; }
.faq-a { padding: 0 20px 14px; }
.sec--steel .faq-item { background: var(--paper); color: var(--ink); }

.inline-cta { margin: 26px 0 6px; }

/* ---------- CTA-Band ---------- */
.cta-band { position: relative; background: var(--steel); color: #e8ecef; padding: 0 0 54px; }
.cta-band .shed { color: var(--steel); background: var(--concrete); height: 54px; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-top: 26px; }
.cta-band-title { font-size: clamp(1.5rem, 1.1rem + 1.4vw, 2.2rem); font-weight: 700; text-transform: uppercase; color: #ffffff; margin: 0 0 6px; line-height: 1.1; }
.cta-band p { margin: 0; max-width: 40em; }

/* ---------- Footer ---------- */
.site-footer { background: var(--steel-dark); color: #d3dade; font-size: .98rem; }
.site-footer .beam { margin-bottom: 44px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 32px; padding-bottom: 36px; }
.footer-title { color: #ffffff; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 10px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 6px; }
.site-footer a { color: #e6ebee; text-decoration: none; }
.site-footer a:hover { color: #ffffff; text-decoration: underline; }
.brand--footer, .brand--footer:hover { color: #ffffff; }
.brand--footer .brand-text { color: #c3ccd2; }
.brand--footer .brand-text span { color: #ffffff; }
.footer-brand p { margin-top: 14px; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 20px; padding-top: 18px; padding-bottom: 26px; border-top: 1px solid #4a5864; }
.footer-bottom p { margin: 0; }

/* ---------- Legal ---------- */
.legal { padding: 20px 0 70px; }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-visual { max-width: 640px; }
  .cards--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cards--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav { display: none; position: fixed; inset: 0; z-index: 2; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 26px; padding: 104px 24px 32px; background: var(--steel); overflow-y: auto; }
  .nav.is-open { display: flex; }
  .nav-list { flex-direction: column; gap: 0; }
  .nav-list a { color: #ffffff; font-size: 1.6rem; padding: 14px 4px; border-bottom: 1px solid #56636e; }
  .nav-list a:hover { color: #f3c1ad; border-bottom-color: #56636e; }
  .nav-list a[aria-current="page"] { color: var(--leaf-light); border-bottom-color: #56636e; }
  body.nav-open .brand { color: #ffffff; }
  body.nav-open .brand-text, body.nav-open .brand-text span { color: #ffffff; }
  body.nav-open .nav-toggle { background: var(--steel); border-color: #ffffff; }
  body.nav-open .nav-toggle-bars::before, body.nav-open .nav-toggle-bars::after { background: #ffffff; }
  .nav-cta { align-self: flex-start; }
  .split { grid-template-columns: 1fr; gap: 30px; }
  .steps { grid-template-columns: 1fr; }
  .cta-band-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 680px) {
  body { font-size: 17px; }
  .sec { padding: 52px 0; }
  .cards--2, .cards--3, .cards--4 { grid-template-columns: 1fr; }
  .ribbon-list { grid-template-columns: 1fr; gap: 12px; }
  .footer-grid { grid-template-columns: 1fr; }
  .brand-text { font-size: .82rem; }
  .brand-text span { font-size: 1.12rem; }
  .logo-mark { width: 38px; height: 38px; }
  .shed { height: 40px; }
  .hero-tag { right: 6px; }
  .hero-visual::before { inset: -8px 8px 8px -8px; }
  .btn--lg { padding: 14px 20px; font-size: 1.05rem; }
  td.num { white-space: normal; }
}
