/* ============================================================
   Claude Layout L2 — "Editorial Press" (dunkel-dominant)
   Dunkles redaktionelles Editorial: präzises Spaltenraster,
   feine Haarlinien, Serif-Display (Fraunces) mit Italic-Akzenten,
   Geometric Sans (Space Grotesk), Zahlenkolumnen wie im
   Fachmagazin. Keine Karten, keine Schatten, keine Streifen —
   Struktur entsteht ausschließlich über Linien und Weißraum.
   Referenz (nur Struktur/Anmutung): Orvik Studio, Webflow.
   Feste CI-Palette (Regel 33): Rot #e4002b · Anthrazit #090c11 ·
   Hell #f4f2ed. Grundtonalität überwiegend dunkel (Regel 32).
   Inhalte, Medien, Module: ausschließlich aus /Shared.
   ============================================================ */

:root {
    --ep-ink: #090c11;
    --ep-bg: #0b0e14;
    --ep-paper: #f4f2ed;
    --ep-red: #e4002b;
    --ep-text: #e9e7e1;
    --ep-muted: #8d919a;
    --ep-muted-dark: #5f646d;
    --ep-hair: rgba(244, 242, 237, .16);
    --ep-hair-strong: rgba(244, 242, 237, .32);
    --ep-hair-dark: rgba(9, 12, 17, .22);
    --ep-gutter: max(24px, 6vw);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body.ed-body {
    margin: 0;
    background: var(--ep-bg);
    color: var(--ep-text);
    font: 400 16px/1.75 'Space Grotesk', Arial, sans-serif;
    overflow-x: hidden;
    font-variant-numeric: tabular-nums;
}
img { max-width: 100%; display: block; }
.serif { font-family: Fraunces, Georgia, serif; font-weight: 380; letter-spacing: -.01em; }
.serif em { font-style: italic; color: var(--ep-red); font-weight: 420; }

/* ---------- Typo-Bausteine ---------- */
.ed-label {
    margin: 0 0 14px;
    font: 500 11px/1 'Space Grotesk', sans-serif;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--ep-muted);
}
.ed-label::after { content: ""; display: inline-block; width: 42px; height: 1px; background: var(--ep-red); margin-left: 14px; vertical-align: middle; }
.ed-h2 {
    margin: 0 0 26px;
    font-size: clamp(28px, 3.4vw, 48px);
    line-height: 1.12;
    color: var(--ep-text);
    max-width: 760px;
    overflow-wrap: break-word;
    hyphens: auto;
}
.ed-link {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    color: var(--ep-text);
    text-decoration: none;
    font: 500 13px/1.4 'Space Grotesk', sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--ep-hair-strong);
    padding-bottom: 6px;
    transition: border-color .25s ease, color .25s ease;
}
.ed-link::after { content: "→"; color: var(--ep-red); }
.ed-link:hover { color: #fff; border-color: var(--ep-red); }

/* ---------- Navigation: Haarlinien-Kopfzeile ---------- */
.ed-nav {
    position: fixed;
    z-index: 100;
    inset: 0 0 auto;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 var(--ep-gutter);
    background: rgba(9, 12, 17, .9);
    border-bottom: 1px solid var(--ep-hair);
    backdrop-filter: blur(14px);
}
.ed-nav__logo img { width: 132px; }
.ed-nav__menu { display: flex; gap: clamp(14px, 2vw, 30px); }
.ed-nav__menu a {
    color: var(--ep-text);
    text-decoration: none;
    font: 500 12px/1 'Space Grotesk', sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.ed-nav__menu a sup { color: var(--ep-red); font-size: 8px; margin-right: 4px; letter-spacing: 0; }
.ed-nav__menu a:hover { color: #fff; text-decoration: underline; text-underline-offset: 6px; text-decoration-color: var(--ep-red); }
.ed-nav__hotline {
    color: var(--ep-text);
    text-decoration: none;
    font: 500 12px/1 'Space Grotesk', sans-serif;
    letter-spacing: .06em;
    border: 1px solid var(--ep-hair-strong);
    padding: 10px 14px;
    white-space: nowrap;
    transition: border-color .25s ease;
}
.ed-nav__hotline:hover { border-color: var(--ep-red); }
/* Startseite: Navigation erst nach dem Scrollen (Regel 08) */
.ed-home .ed-nav { transform: translateY(-110%); transition: transform .4s ease; }
.ed-home .ed-nav.is-visible, .ed-nav.is-visible { transform: none; }

/* ---------- Hero ---------- */
.ed-hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: flex-end;
    background: #060810;
    overflow: hidden;
}
.ed-hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ed-hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(6, 8, 16, .95) 0 12%, rgba(6, 8, 16, .38) 48%, rgba(6, 8, 16, .2)),
        linear-gradient(90deg, rgba(6, 8, 16, .45), transparent 60%);
}
.ed-hero__logo {
    position: absolute;
    z-index: 2;
    top: clamp(80px, 15vh, 150px);
    left: 50%;
    transform: translateX(-50%) scale(.92);
    opacity: 0;
    transition: opacity 1.1s ease, transform 1.4s cubic-bezier(.16, 1, .3, 1);
    pointer-events: none;
}
.ed-hero__logo img { width: clamp(120px, 13vw, 190px); filter: drop-shadow(0 16px 38px rgba(0, 0, 0, .75)); }
.ed-hero__logo.is-visible { opacity: 1; transform: translateX(-50%) scale(1); }
.ed-hero__copy {
    position: relative;
    z-index: 2;
    width: min(1200px, calc(100% - 2 * var(--ep-gutter)));
    margin: 0 auto;
    padding: 0 0 76px;
    border-bottom: 1px solid var(--ep-hair);
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .9s ease, transform .9s ease;
}
.ed-hero__copy.is-visible { opacity: 1; transform: none; }
.ed-hero__copy h1 {
    margin: 8px 0 18px;
    font-size: clamp(34px, 5vw, 72px);
    line-height: 1.04;
    color: #fff;
    max-width: 900px;
}
.ed-hero__claim { max-width: 600px; margin: 0 0 30px; color: var(--ep-muted); font-size: 15px; }
.ed-hero__actions { display: flex; flex-wrap: wrap; gap: 34px; }
.ed-hero__sound {
    position: absolute;
    z-index: 3;
    right: var(--ep-gutter);
    bottom: 96px;
    padding: 10px 16px;
    background: transparent;
    color: var(--ep-text);
    border: 1px solid var(--ep-hair-strong);
    font: 500 11px/1 'Space Grotesk', sans-serif;
    letter-spacing: .14em;
    text-transform: uppercase;
    cursor: pointer;
    backdrop-filter: blur(6px);
    transition: border-color .25s ease, color .25s ease;
}
.ed-hero__sound:hover { border-color: var(--ep-red); color: #fff; }
.ed-hero__sound[aria-pressed="true"] { border-color: var(--ep-red); color: var(--ep-red); }

/* ---------- Kennzahlen: Zahlenkolumnen mit Haarlinien ---------- */
.ed-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: min(1200px, calc(100% - 2 * var(--ep-gutter)));
    margin: 0 auto;
    padding: clamp(44px, 5vw, 72px) 0;
    border-bottom: 1px solid var(--ep-hair);
}
.ed-metrics__col { padding: 0 clamp(20px, 3vw, 48px); border-left: 1px solid var(--ep-hair); }
.ed-metrics__col:first-child { border-left: 0; padding-left: 0; }
.ed-metrics__col span { font: 500 11px 'Space Grotesk', sans-serif; letter-spacing: .16em; color: var(--ep-red); }
.ed-metrics__col strong {
    display: block;
    margin: 10px 0 6px;
    font-size: clamp(44px, 5.4vw, 84px);
    font-weight: 340;
    line-height: .95;
    color: #fff;
}
.ed-metrics__col p { margin: 0; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--ep-muted); }

/* ---------- Sektionen ---------- */
.ed-section { padding: clamp(56px, 7vw, 110px) var(--ep-gutter); }
.ed-section__head { margin-bottom: clamp(28px, 4vw, 48px); }
.ed-section--hairline-top { border-top: 1px solid var(--ep-hair); }
/* heller Papier-Einschub als redaktionelle Zäsur */
.ed-section--paper { background: var(--ep-paper); color: var(--ep-ink); }
.ed-section--paper .ed-h2 { color: var(--ep-ink); }
.ed-section--paper .ed-label { color: var(--ep-muted-dark); }

/* Intro: großes Serif-Statement + schmale Begleitspalte */
.ed-intro {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: clamp(16px, 2vw, 32px);
    row-gap: 20px;
    align-items: end;
}
.ed-intro .ed-label { grid-column: 1 / -1; }
.ed-intro__statement {
    grid-column: 1 / span 8;
    margin: 0;
    font-size: clamp(30px, 4.2vw, 62px);
    line-height: 1.08;
    color: #fff;
}
.ed-intro__aside {
    grid-column: 10 / span 3;
    margin: 0;
    padding-top: 14px;
    border-top: 1px solid var(--ep-hair);
    font-size: 14px;
    color: var(--ep-muted);
}

/* ---------- Leistungs-Index (Startseite) ---------- */
.ed-index { border-top: 1px solid var(--ep-hair); }
.ed-index__row {
    display: grid;
    grid-template-columns: 90px 1fr 220px 140px;
    gap: clamp(16px, 3vw, 44px);
    align-items: center;
    padding: 26px 0;
    border-bottom: 1px solid var(--ep-hair);
    color: inherit;
    text-decoration: none;
    transition: background .25s ease;
}
.ed-index__row:hover { background: rgba(244, 242, 237, .03); }
.ed-index__num { font: 500 13px 'Space Grotesk', sans-serif; letter-spacing: .1em; color: var(--ep-red); }
.ed-index__body h3 { margin: 0 0 6px; font-size: clamp(20px, 2.2vw, 30px); font-weight: 380; color: #fff; }
.ed-index__body p { margin: 0; font-size: 14px; color: var(--ep-muted); max-width: 560px; }
.ed-index__figure { margin: 0; height: 110px; overflow: hidden; filter: grayscale(.25); transition: filter .35s ease; }
.ed-index__row:hover .ed-index__figure { filter: none; }
.ed-index__figure img { width: 100%; height: 100%; object-fit: cover; }
.ed-index__more { font: 500 11px 'Space Grotesk', sans-serif; letter-spacing: .12em; text-transform: uppercase; color: var(--ep-muted); justify-self: end; }
.ed-index__more::after { content: " →"; color: var(--ep-red); }
.ed-index__row:hover .ed-index__more { color: #fff; }

/* ---------- Prozess / Philosophie: Spalten mit Haarlinien ---------- */
.ed-process { display: grid; grid-template-columns: repeat(4, 1fr); }
.ed-process__col { padding: 6px clamp(18px, 2.5vw, 40px) 0; border-left: 1px solid var(--ep-hair-dark); min-height: 150px; }
.ed-section:not(.ed-section--paper) .ed-process__col { border-color: var(--ep-hair); }
.ed-process__col:first-child { border-left: 0; padding-left: 0; }
.ed-process__col span { font: 500 12px 'Space Grotesk', sans-serif; letter-spacing: .12em; color: var(--ep-red); }
.ed-process__col h3 { margin: 12px 0 8px; font-size: 21px; font-weight: 400; }
.ed-process__col p { margin: 12px 0 0; font-size: 14px; line-height: 1.7; color: inherit; opacity: .78; }
.ed-process:has(.ed-process__col:nth-child(3):last-child) { grid-template-columns: repeat(3, 1fr); }

/* ---------- Split (Team / Über uns) ---------- */
.ed-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(24px, 4vw, 72px);
    align-items: center;
    padding: clamp(56px, 7vw, 110px) var(--ep-gutter);
    border-top: 1px solid var(--ep-hair);
}
.ed-split figure { margin: 0; }
.ed-split figure img { width: 100%; height: clamp(300px, 38vw, 480px); object-fit: cover; }
.ed-split figcaption {
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid var(--ep-hair);
    font: 500 11px 'Space Grotesk', sans-serif;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--ep-muted);
}
.ed-split__text p { color: var(--ep-muted); max-width: 520px; }
.ed-split__text .ed-link { margin-top: 10px; }

/* ---------- Kartenzone: Karte links, Ausrüstung rechts (Regel 36) ---------- */
.ed-mapzone {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: clamp(24px, 4vw, 72px);
    align-items: center;
    border-top: 1px solid var(--ep-hair);
}
.ed-mapzone__map { min-width: 0; }
.ed-mapzone__map .rt-germany-module { padding: clamp(16px, 2.5vw, 40px) 12px; }
.ed-equipment__list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ep-hair); }
.ed-equipment__list li {
    display: flex;
    gap: 18px;
    align-items: baseline;
    padding: 13px 0;
    border-bottom: 1px solid var(--ep-hair);
    font-size: 15px;
}
.ed-equipment__list li span { font: 500 11px 'Space Grotesk', sans-serif; letter-spacing: .1em; color: var(--ep-red); flex: none; }

/* ---------- Notfall-Zäsur ---------- */
.ed-emergency { padding: clamp(48px, 6vw, 90px) var(--ep-gutter); }
.ed-emergency__frame {
    border: 1px solid var(--ep-red);
    padding: clamp(28px, 4vw, 56px);
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}
.ed-emergency__frame h2 { margin: 6px 0 14px; font-size: clamp(26px, 3vw, 42px); font-weight: 380; color: #fff; }
.ed-emergency__frame .ed-label::after { display: none; }
.ed-emergency__frame .ed-label { color: var(--ep-red); }
.ed-emergency__copy { max-width: 640px; margin: 0 auto 26px; color: var(--ep-muted); }

/* ---------- Footer ---------- */
.ed-footer { border-top: 1px solid var(--ep-hair); padding: clamp(44px, 6vw, 80px) var(--ep-gutter) 24px; background: var(--ep-ink); }
.ed-footer__top {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: end;
    padding-bottom: 36px;
    border-bottom: 1px solid var(--ep-hair);
}
.ed-footer__claim { margin: 0; max-width: 720px; font-size: clamp(20px, 2.4vw, 32px); line-height: 1.3; color: var(--ep-text); }
.ed-footer__top img { width: 120px; }
.ed-footer__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; padding: 36px 0; }
.ed-footer__grid b { display: block; margin-bottom: 14px; font: 500 11px 'Space Grotesk', sans-serif; letter-spacing: .18em; text-transform: uppercase; color: var(--ep-muted); }
.ed-footer__grid a { display: block; margin: 9px 0; color: var(--ep-text); text-decoration: none; font-size: 13px; }
.ed-footer__grid a span { color: var(--ep-red); font-size: 11px; margin-right: 8px; }
.ed-footer__grid a:hover { color: #fff; text-decoration: underline; text-underline-offset: 5px; text-decoration-color: var(--ep-red); }
.ed-footer__legal { display: block; padding-top: 18px; border-top: 1px solid var(--ep-hair); font-size: 12px; color: var(--ep-muted); }

/* ---------- Unterseiten: Seitenkopf ---------- */
.ed-sub { padding-top: 72px; }
.ed-pagehead {
    padding: clamp(60px, 8vw, 120px) var(--ep-gutter) clamp(40px, 5vw, 70px);
    border-bottom: 1px solid var(--ep-hair);
}
.ed-pagehead h1 {
    margin: 8px 0 18px;
    font-size: clamp(34px, 4.6vw, 66px);
    line-height: 1.06;
    color: #fff;
    max-width: 880px;
    overflow-wrap: break-word;
    hyphens: auto;
}
.ed-pagehead__copy { margin: 0; max-width: 620px; color: var(--ep-muted); }
.ed-pagehead__contact { display: flex; flex-wrap: wrap; gap: 34px; margin-top: 28px; }
.ed-pagehead--slim { padding-bottom: clamp(32px, 4vw, 52px); }

/* ---------- Leistungen: Kacheln als Editorial-Figuren (Regel 15) ---------- */
.ed-figures { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(14px, 2vw, 26px); }
.ed-figures__item { color: inherit; text-decoration: none; }
.ed-figures__item figure { margin: 0 0 12px; overflow: hidden; }
.ed-figures__item img { width: 100%; height: 230px; object-fit: cover; filter: grayscale(.25); transition: filter .35s ease, transform .45s ease; }
.ed-figures__item:hover img { filter: none; transform: scale(1.04); }
.ed-figures__item span { font: 500 11px 'Space Grotesk', sans-serif; letter-spacing: .12em; color: var(--ep-red); }
.ed-figures__item h3 {
    margin: 6px 0 0;
    padding-top: 8px;
    border-top: 1px solid var(--ep-hair);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.35;
    color: var(--ep-text);
}
.ed-figures__item:hover h3 { color: #fff; }

/* ---------- Akkordeon (Regel 16) ---------- */
.ed-accordion { border-top: 1px solid var(--ep-hair); margin-top: 10px; }
.ed-accordion__item { border-bottom: 1px solid var(--ep-hair); }
.ed-accordion__item > button {
    display: flex;
    align-items: baseline;
    gap: 22px;
    width: 100%;
    padding: 24px 2px;
    background: none;
    border: 0;
    color: inherit;
    text-align: left;
    cursor: pointer;
}
.ed-accordion__item > button span { font: 500 12px 'Space Grotesk', sans-serif; letter-spacing: .1em; color: var(--ep-red); }
.ed-accordion__item > button strong { flex: 1; font-size: clamp(20px, 2.4vw, 32px); font-weight: 380; color: var(--ep-text); }
.ed-accordion__item.is-open > button strong { color: #fff; font-style: italic; }
.ed-accordion__marker { position: relative; width: 16px; height: 16px; flex: none; align-self: center; }
.ed-accordion__marker::before, .ed-accordion__marker::after { content: ""; position: absolute; inset: 7px 0; background: var(--ep-text); transition: transform .3s ease, background .3s ease; }
.ed-accordion__marker::after { transform: rotate(90deg); }
.ed-accordion__item.is-open .ed-accordion__marker::before,
.ed-accordion__item.is-open .ed-accordion__marker::after { background: var(--ep-red); }
.ed-accordion__item.is-open .ed-accordion__marker::after { transform: rotate(0); }
.ed-accordion__panel { max-height: 0; overflow: hidden; transition: max-height .45s cubic-bezier(.22, 1, .36, 1); }
.ed-accordion__inner {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: clamp(20px, 3vw, 48px);
    padding: 6px 2px 32px;
}
.ed-accordion__inner figure { margin: 0; }
.ed-accordion__inner img { width: 100%; height: 220px; object-fit: cover; }
.ed-accordion__inner figcaption { margin-top: 8px; padding-top: 6px; border-top: 1px solid var(--ep-hair); font: 500 10px 'Space Grotesk', sans-serif; letter-spacing: .14em; text-transform: uppercase; color: var(--ep-muted); }
.ed-accordion__inner p { margin: 0 0 16px; color: var(--ep-muted); }
.ed-accordion__inner h4 { margin: 0 0 10px; font: 500 11px 'Space Grotesk', sans-serif; letter-spacing: .18em; text-transform: uppercase; color: var(--ep-text); }
.ed-accordion__inner ol { margin: 0 0 22px; padding-left: 20px; color: var(--ep-muted); font-size: 14px; display: grid; gap: 5px; }

/* ---------- Kontakt ---------- */
.ed-contact { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(28px, 5vw, 90px); align-items: start; }
.ed-contact__aside p { color: var(--ep-muted-dark); }
.ed-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 26px; }
.ed-form label { display: grid; gap: 8px; }
.ed-form label span { font: 500 10px 'Space Grotesk', sans-serif; letter-spacing: .16em; text-transform: uppercase; color: var(--ep-muted-dark); }
.ed-form input, .ed-form select, .ed-form textarea {
    padding: 12px 2px;
    border: 0;
    border-bottom: 1px solid var(--ep-hair-dark);
    background: transparent;
    font: 400 16px 'Space Grotesk', sans-serif;
    color: var(--ep-ink);
    border-radius: 0;
}
.ed-form input:focus, .ed-form select:focus, .ed-form textarea:focus { outline: none; border-bottom: 1px solid var(--ep-red); }
.ed-form__full { grid-column: 1 / -1; }
.ed-form__submit {
    grid-column: 1 / -1;
    justify-self: start;
    padding: 14px 22px;
    background: var(--ep-ink);
    color: var(--ep-paper);
    border: 0;
    font: 500 12px 'Space Grotesk', sans-serif;
    letter-spacing: .12em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .25s ease;
}
.ed-form__submit:hover { background: var(--ep-red); }

/* ---------- Rechtstexte ---------- */
.ed-article { max-width: 760px; margin: 0 auto; overflow-wrap: break-word; hyphens: auto; }
.ed-article h2 { margin: 38px 0 12px; font-size: clamp(22px, 2.4vw, 32px); font-weight: 380; color: #fff; padding-top: 18px; border-top: 1px solid var(--ep-hair); overflow-wrap: break-word; hyphens: auto; }
.ed-article h3 { margin: 22px 0 8px; font-size: 16px; font-weight: 500; color: var(--ep-text); }
.ed-article p { margin: 0 0 14px; color: var(--ep-muted); }

/* ---------- Scroll-Reveal-Grundzustand (Regel 10/11) ---------- */
[data-ed-reveal] { opacity: var(--ed-o, 1); transform: translate3d(0, var(--ed-y, 0), 0); will-change: transform, opacity; }

/* ---------- Responsiv: 1440 / 768 / 390 (Regel 12) ---------- */
@media (max-width: 1024px) {
    .ed-index__row { grid-template-columns: 60px 1fr 160px; }
    .ed-index__more { display: none; }
    .ed-figures { grid-template-columns: repeat(3, 1fr); }
    .ed-figures__item:nth-child(4), .ed-figures__item:nth-child(5) { grid-column: span 1; }
}
@media (max-width: 860px) {
    .ed-nav__menu { display: none; }
    .ed-metrics { grid-template-columns: 1fr; }
    .ed-metrics__col { border-left: 0; padding: 18px 0; border-top: 1px solid var(--ep-hair); }
    .ed-metrics__col:first-child { border-top: 0; padding-top: 0; }
    .ed-intro__statement { grid-column: 1 / -1; }
    .ed-intro__aside { grid-column: 1 / -1; }
    .ed-index__row { grid-template-columns: 50px 1fr; }
    .ed-index__figure { display: none; }
    .ed-process, .ed-process:has(.ed-process__col:nth-child(3):last-child) { grid-template-columns: 1fr; }
    .ed-process__col { border-left: 0; border-top: 1px solid var(--ep-hair-dark); padding: 18px 0 8px; min-height: 0; }
    .ed-section:not(.ed-section--paper) .ed-process__col { border-color: var(--ep-hair); }
    .ed-process__col:first-child { border-top: 0; padding-top: 0; }
    .ed-split, .ed-mapzone, .ed-contact { grid-template-columns: 1fr; }
    .ed-figures { grid-template-columns: 1fr 1fr; }
    .ed-accordion__inner { grid-template-columns: 1fr; }
    .ed-footer__top { grid-template-columns: 1fr; }
    .ed-footer__grid { grid-template-columns: 1fr; gap: 22px; }
    .ed-hero__sound { bottom: 84px; }
}
@media (max-width: 480px) {
    .ed-figures { grid-template-columns: 1fr; }
    .ed-figures__item img { height: 200px; }
    .ed-form { grid-template-columns: 1fr; }
    .ed-hero__copy h1 { font-size: 32px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    * { transition: none !important; animation: none !important; }
}
