﻿.microphone-route,
.microphone-products,
.microphone-accessories {
    padding: clamp(56px, 7vw, 104px) 0;
}

.microphone-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .65fr);
    gap: 48px;
    align-items: end;
    margin-bottom: 34px;
}

.microphone-section-head h2,
.honesty-title h2 {
    margin: 8px 0 0;
    font-size: clamp(32px, 4vw, 58px);
    line-height: .98;
    letter-spacing: -.045em;
}

.microphone-section-head > p {
    max-width: 580px;
    margin: 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.55;
}

.microphone-route-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid var(--light-line);
}

.microphone-route-card {
    position: relative;
    min-height: 360px;
    padding: 26px;
    color: var(--ink);
    background: #fff;
    border-right: 1px solid var(--light-line);
    overflow: hidden;
    transition: background .2s ease, transform .2s ease;
}

.microphone-route-card:last-child { border-right: 0; }
.microphone-route-card:hover { background: #f2fbfd; transform: translateY(-4px); }
.microphone-route-card > span,
.microphone-accessory-grid article > span {
    color: #087d91;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.microphone-route-card h3 {
    margin: 82px 0 12px;
    font-size: clamp(28px, 2.4vw, 42px);
    letter-spacing: -.04em;
}

.microphone-route-card p { margin: 0 0 26px; color: var(--muted); line-height: 1.5; }
.microphone-route-card b { position: absolute; left: 26px; bottom: 26px; font-size: 13px; text-transform: uppercase; }

.microphone-glyph,
.lavalier-glyph,
.wave-glyph {
    position: absolute;
    top: 62px;
    right: 28px;
    width: 50px;
    height: 76px;
    border: 2px solid var(--ink);
    border-radius: 28px;
}

.microphone-glyph::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 64px;
    height: 42px;
    border: 2px solid var(--blue);
    border-top: 0;
    border-radius: 0 0 34px 34px;
    transform: translateX(-50%);
}

.microphone-glyph::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 44px;
    height: 2px;
    background: var(--ink);
    box-shadow: 0 -15px 0 -0.5px var(--ink);
    transform: translateX(-50%);
}

.lavalier-glyph { width: 34px; height: 34px; border-radius: 50%; }
.lavalier-glyph::after {
    content: "";
    position: absolute;
    left: 15px;
    top: 32px;
    width: 2px;
    height: 78px;
    background: var(--blue);
    transform: rotate(-16deg);
    transform-origin: top;
}

.wave-glyph {
    width: 76px;
    height: 76px;
    border: 0;
    border-radius: 50%;
    background: repeating-radial-gradient(circle, transparent 0 8px, rgba(0, 180, 210, .34) 9px 10px);
}

.microphone-honesty { padding: clamp(50px, 6vw, 86px) 0; color: #fff; background: #061f27; }
.microphone-honesty-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 18px; }
.honesty-title { padding: 16px 28px 16px 0; }
.honesty-title .kicker { color: var(--blue); }
.honesty-card { padding: 30px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.055); }
.honesty-card-muted { background: transparent; }
.honesty-card > span { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.honesty-card h3 { margin: 14px 0 22px; font-size: 24px; }
.honesty-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; color: #b7c9cf; }
.honesty-card li::before { content: "↳"; margin-right: 9px; color: var(--blue); }
.honesty-card a { display: inline-block; margin-top: 26px; color: #fff; font-weight: 800; }

.microphone-products { background: #f4f7f8; }
.microphone-empty { padding: clamp(34px, 5vw, 70px); text-align: center; border: 1px solid var(--light-line); background: #fff; }
.microphone-empty > span { color: #087d91; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.microphone-empty h3 { margin: 12px 0; font-size: clamp(27px, 3vw, 42px); }
.microphone-empty p { max-width: 660px; margin: 0 auto 26px; color: var(--muted); line-height: 1.55; }
.empty-level { display: flex; justify-content: center; align-items: end; gap: 6px; height: 52px; margin-bottom: 24px; }
.empty-level i { width: 7px; background: var(--blue); animation: mic-level 1.1s ease-in-out infinite alternate; }
.empty-level i:nth-child(1), .empty-level i:nth-child(5) { height: 17px; }
.empty-level i:nth-child(2), .empty-level i:nth-child(4) { height: 34px; animation-delay: -.4s; }
.empty-level i:nth-child(3) { height: 50px; animation-delay: -.8s; }
@keyframes mic-level { to { height: 9px; opacity: .45; } }

.microphone-product-grid { display: grid; gap: 20px; }
.microphone-product-card { display: grid; grid-template-columns: minmax(240px, .38fr) minmax(0, 1fr); border: 1px solid var(--light-line); background: #fff; }
.microphone-product-media { position: relative; display: grid; place-items: center; min-height: 390px; padding: 28px; background: #eef3f4; }
.microphone-product-media > span { position: absolute; top: 18px; left: 18px; padding: 7px 9px; color: #087d91; background: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.microphone-product-media img { width: 100%; height: 280px; object-fit: contain; }
.microphone-product-body { padding: 28px; }
.microphone-product-title { display: flex; justify-content: space-between; gap: 20px; align-items: start; margin-bottom: 24px; }
.microphone-product-title h3 { margin: 0; font-size: 27px; }
.microphone-product-title strong { white-space: nowrap; font-size: 20px; }
.microphone-spec-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--light-line); }
.microphone-spec-grid > div { min-height: 92px; padding: 14px; border-right: 1px solid var(--light-line); border-bottom: 1px solid var(--light-line); }
.microphone-spec-grid > div:nth-child(4n) { border-right: 0; }
.microphone-spec-grid > div:nth-last-child(-n+4) { border-bottom: 0; }
.microphone-spec-grid span, .microphone-fit span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.microphone-spec-grid b { font-size: 14px; line-height: 1.35; }
.microphone-fit { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 22px 0; }
.microphone-fit > div { padding-left: 14px; border-left: 3px solid var(--blue); }
.microphone-fit p { margin: 0; color: var(--muted); line-height: 1.45; }
.microphone-product-actions { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
.microphone-product-actions .button, .microphone-product-actions button { width: 100%; min-height: 48px; }

.microphone-accessory-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.microphone-accessory-grid article { min-height: 220px; padding: 24px; border: 1px solid var(--light-line); background: #fff; }
.microphone-accessory-grid h3 { margin: 50px 0 12px; font-size: 22px; }
.microphone-accessory-grid p { margin: 0; color: var(--muted); line-height: 1.5; }
.microphone-accessory-link { display: inline-block; margin-top: 24px; font-weight: 800; }

.microphone-note { padding: 30px 0; color: #fff; background: #087d91; }
.microphone-note .container { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; }
.microphone-note strong { font-size: 22px; }
.microphone-note p { margin: 0; color: rgba(255,255,255,.82); line-height: 1.5; }
.microphone-note a { color: #fff; font-weight: 800; white-space: nowrap; }

.microphone-catalog {
    padding: clamp(38px, 5vw, 72px) 0 clamp(76px, 8vw, 118px);
    background: #f4f7f8;
}

.microphone-catalog-grid {
    align-items: stretch;
}

@media (max-width: 1100px) {
    .microphone-route-grid { grid-template-columns: repeat(2, 1fr); }
    .microphone-route-card { border-bottom: 1px solid var(--light-line); }
    .microphone-route-card:nth-child(2) { border-right: 0; }
    .microphone-honesty-grid { grid-template-columns: 1fr 1fr; }
    .honesty-title { grid-column: 1 / -1; }
    .microphone-spec-grid { grid-template-columns: repeat(2, 1fr); }
    .microphone-spec-grid > div:nth-child(2n) { border-right: 0; }
    .microphone-spec-grid > div:nth-child(4n) { border-right: 0; }
    .microphone-spec-grid > div:nth-last-child(-n+4) { border-bottom: 1px solid var(--light-line); }
    .microphone-spec-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
    .microphone-accessory-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
    .microphone-route,
    .microphone-products,
    .microphone-accessories { padding: 48px 0; }
    .microphone-section-head { grid-template-columns: 1fr; gap: 16px; margin-bottom: 24px; }
    .microphone-route-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; border: 0; gap: 12px; padding-bottom: 8px; }
    .microphone-route-card { flex: 0 0 82vw; min-height: 320px; border: 1px solid var(--light-line); scroll-snap-align: start; }
    .microphone-route-card:nth-child(2), .microphone-route-card:last-child { border-right: 1px solid var(--light-line); }
    .microphone-honesty-grid { grid-template-columns: 1fr; }
    .honesty-title { grid-column: auto; padding-right: 0; }
    .honesty-card { padding: 24px; }
    .microphone-product-card { grid-template-columns: 1fr; }
    .microphone-product-media { min-height: 260px; }
    .microphone-product-media img { height: 220px; }
    .microphone-product-body { padding: 18px; }
    .microphone-product-title { display: grid; gap: 8px; }
    .microphone-spec-grid { grid-template-columns: 1fr 1fr; }
    .microphone-spec-grid > div { min-height: 98px; padding: 12px; }
    .microphone-fit { grid-template-columns: 1fr; }
    .microphone-product-actions { grid-template-columns: 1fr; }
    .microphone-accessory-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
    .microphone-accessory-grid article { min-height: 205px; padding: 18px; }
    .microphone-accessory-grid h3 { margin-top: 34px; font-size: 19px; }
    .microphone-note .container { grid-template-columns: 1fr; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
    .empty-level i { animation: none; }
}

