html { scroll-behavior: smooth; }
body.szm-modern-media-body {
    --szm-ink: #090909;
    --szm-paper: #fff;
    --szm-warm: #f1efe9;
    --szm-line: #d8d5ce;
    --szm-muted: #65645f;
    margin: 0 !important;
    background: #fff;
}
body.szm-modern-media-body #wpadminbar { position: fixed; }
.szm-header *, .szm-header *::before, .szm-header *::after,
.szm-footer *, .szm-footer *::before, .szm-footer *::after { box-sizing: border-box; }
.szm-skip-link { position: fixed; z-index: 100000; top: -100px; left: 20px; padding: 12px 16px; background: #fff; color: #090909; font: 700 13px/1 Arial, sans-serif; }
.szm-skip-link:focus { top: 12px; }

.szm-header { position: sticky; z-index: 1000; top: 0; min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 14px clamp(24px, 4vw, 70px); border-bottom: 1px solid #d8d5ce; background: rgba(255,255,255,.96); color: #090909; backdrop-filter: blur(14px); font-family: Arial, Helvetica, sans-serif; }
.admin-bar .szm-header { top: 32px; }
.szm-brand { display: inline-flex; flex: 0 0 auto; align-items: center; color: #090909 !important; text-decoration: none !important; }
.szm-brand img { display: block; width: clamp(225px, 17vw, 286px); height: auto; }
.szm-header-nav { display: flex; align-items: center; gap: clamp(11px, 1.25vw, 22px); }
.szm-header-nav a { position: relative; padding: 10px 0; color: #090909 !important; font-size: 11.5px; font-weight: 700; text-decoration: none !important; white-space: nowrap; }
.szm-header-nav a::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.szm-header-nav a:hover::after, .szm-header-nav a:focus-visible::after, .szm-header-nav a.is-current::after { transform: scaleX(1); transform-origin: left; }
.szm-header-contact { min-height: 42px; display: inline-flex; align-items: center; padding: 0 17px !important; border: 1px solid #090909; }
.szm-header-contact::after { display: none; }
.szm-header-contact:hover, .szm-header-contact:focus-visible { background: #fff !important; color: #090909 !important; outline: 2px solid #090909; outline-offset: 3px; }
.szm-menu-toggle { display: none; min-width: 78px; min-height: 42px; align-items: center; justify-content: space-between; gap: 12px; padding: 0 12px; border: 1px solid #090909; border-radius: 0; background: #fff; color: #090909; font: 800 11px/1 Arial, sans-serif; }
.szm-menu-toggle i, .szm-menu-toggle i::before { display: block; width: 17px; height: 1px; background: currentColor; content: ""; transition: transform .2s ease; }
.szm-menu-toggle i::before { transform: translateY(5px); }
.szm-menu-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
.szm-menu-toggle[aria-expanded="true"] i::before { transform: rotate(90deg); }

.szm-media { width: 100%; max-width: none; margin: 0; overflow: hidden; background: var(--szm-paper); color: var(--szm-ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.55; }
.szm-media *, .szm-media *::before, .szm-media *::after { box-sizing: border-box; }
.szm-media a { color: inherit; text-decoration: none; }
.szm-media h1, .szm-media h2, .szm-media h3, .szm-media p { margin-top: 0; }
.szm-media h1, .szm-media h2, .szm-media h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
.szm-kicker { margin: 0 0 23px; font-size: 11px !important; font-weight: 900; letter-spacing: .2em; }

.szm-hero { max-width: 1600px; min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(480px, .95fr); margin: 0 auto; border-bottom: 1px solid var(--szm-line); }
.szm-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(88px, 9vw, 145px) clamp(36px, 7vw, 112px); }
.szm-hero h1 { margin-bottom: 34px; font-size: clamp(72px, 8vw, 124px) !important; line-height: .86 !important; }
.szm-hero__lead { max-width: 650px; margin-bottom: 0; color: #454440; font-size: clamp(18px, 1.5vw, 22px) !important; line-height: 1.65; }
.szm-button { width: fit-content; min-height: 58px; display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; margin-top: 38px; padding: 0 25px; border: 1px solid var(--szm-ink); background: var(--szm-ink); color: #fff !important; font-size: 13px; font-weight: 800; }
.szm-button:hover, .szm-button:focus-visible { background: var(--szm-ink); color: #fff !important; outline: 2px solid var(--szm-ink); outline-offset: 4px; }

.szm-hero__art { position: relative; min-height: 690px; overflow: hidden; background: var(--szm-ink); color: #fff; }
.szm-hero__art > svg { position: absolute; inset: 5% 3% auto; width: 94%; height: auto; fill: none; stroke: rgba(255,255,255,.48); stroke-width: 1.35; }
.szm-hero__label { position: absolute; z-index: 2; top: 30px; left: 32px; font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.szm-hero__stamp { position: absolute; z-index: 2; right: 30px; bottom: 31px; padding-left: 20px; border-left: 1px solid #fff; font-size: 10px; line-height: 1.6; letter-spacing: .16em; }
.szm-hero__stations { position: absolute; z-index: 3; right: 30px; bottom: 30px; left: 30px; display: flex; align-items: center; gap: 10px; }
.szm-hero__stations span { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 16px; background: #fff; }
.szm-hero__stations img { display: block; width: auto; max-width: 122px; max-height: 34px; }
.szm-hero__stations span:first-child img { max-width: 105px; }
.szm-hero__stamp { display: none; }
.szm-sound { position: absolute; right: 32px; bottom: 114px; left: 32px; height: 108px; display: flex; align-items: center; justify-content: center; gap: 13px; }
.szm-sound i { width: 3px; height: 28px; display: block; background: #fff; animation: szm-wave 1.25s ease-in-out infinite alternate; }
.szm-sound i:nth-child(2), .szm-sound i:nth-child(8) { height: 48px; animation-delay: -.2s; }
.szm-sound i:nth-child(3), .szm-sound i:nth-child(7) { height: 76px; animation-delay: -.45s; }
.szm-sound i:nth-child(4), .szm-sound i:nth-child(6) { height: 58px; animation-delay: -.72s; }
.szm-sound i:nth-child(5) { height: 102px; animation-delay: -.9s; }
@keyframes szm-wave { to { transform: scaleY(.36); opacity: .45; } }

.szm-numbers { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1600px; margin: 0 auto; border-bottom: 1px solid var(--szm-line); }
.szm-numbers > div { min-height: 120px; padding: 29px 32px; border-right: 1px solid var(--szm-line); }
.szm-numbers > div:last-child { border-right: 0; }
.szm-numbers strong, .szm-numbers span { display: block; }
.szm-numbers strong { font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.szm-numbers span { margin-top: 7px; color: var(--szm-muted); font-size: 12px; }
.szm-marquee { overflow: hidden; padding: 20px 0; border-bottom: 1px solid var(--szm-line); background: var(--szm-warm); white-space: nowrap; }
.szm-marquee div { width: max-content; font-size: 11px; font-weight: 900; letter-spacing: .16em; animation: szm-marquee 38s linear infinite; }
@keyframes szm-marquee { to { transform: translateX(-50%); } }

.szm-library { max-width: 1320px; margin: 0 auto; padding: clamp(95px, 10vw, 150px) 32px; }
.szm-section-head { display: grid; grid-template-columns: 1.55fr .75fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.szm-section-head h2 { max-width: 820px; margin-bottom: 0; font-size: clamp(50px, 6vw, 82px) !important; line-height: .98 !important; }
.szm-section-head > p { margin-bottom: 5px; color: var(--szm-muted); font-size: 14px; }
.szm-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 35px; padding-bottom: 22px; border-bottom: 1px solid var(--szm-ink); }
.szm-filters button { min-height: 38px; padding: 0 15px; border: 1px solid var(--szm-ink); border-radius: 0; background: #fff; color: var(--szm-ink); font: 800 11px/1 Arial, sans-serif; cursor: pointer; }
.szm-filters button:hover, .szm-filters button:focus-visible { background: #fff; color: var(--szm-ink); outline: 2px solid var(--szm-ink); outline-offset: 2px; }
.szm-filters button[aria-pressed="true"] { background: var(--szm-ink); color: #fff; }

.szm-appearances { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--szm-ink); border-left: 1px solid var(--szm-ink); }
.szm-card { min-width: 0; display: grid; grid-template-rows: 290px 1fr; border-right: 1px solid var(--szm-ink); border-bottom: 1px solid var(--szm-ink); background: #fff; color: var(--szm-ink); }
.szm-card[hidden] { display: none !important; }
.szm-card--featured { grid-column: span 2; grid-template-columns: 1.05fr .95fr; grid-template-rows: minmax(440px, auto); }
.szm-card:hover, .szm-card:focus-within { background: #fff; color: var(--szm-ink); box-shadow: none; filter: none; }
.szm-card__visual { position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; border-bottom: 1px solid var(--szm-ink); background: var(--szm-warm); }
.szm-card--featured .szm-card__visual { border-right: 1px solid var(--szm-ink); border-bottom: 0; background: var(--szm-ink); color: #fff; }
.szm-card__number { position: absolute; top: 17px; left: 18px; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.szm-card__broadcast { position: absolute; top: 17px; right: 18px; font-size: 9px; font-weight: 900; letter-spacing: .17em; }
.szm-card__station-logo { position: absolute; top: 50%; left: 50%; display: block; width: min(47%, 205px); max-height: 84px; object-fit: contain; transform: translate(-50%, -73%); }
.szm-card__station-logo.is-rmf { width: min(52%, 226px); max-height: 76px; }
.szm-card--featured .szm-card__station-logo { padding: 13px 18px; background: #fff; }
.szm-card--featured .szm-card__station-logo:not(.is-rmf) { width: min(44%, 240px); }
.szm-card--featured .szm-card__station-logo.is-rmf { width: min(48%, 250px); }
.szm-card__year { position: absolute; right: 18px; bottom: 13px; font-family: Georgia, serif; font-size: 24px; }
.szm-player { position: absolute; right: 18px; bottom: 54px; left: 18px; height: 58px; display: grid; grid-template-columns: 44px 1fr 38px; gap: 13px; align-items: center; padding: 0 13px; border: 1px solid currentColor; }
.szm-player__play { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid currentColor; border-radius: 50%; }
.szm-player__play i, .szm-card__listen-icon i { width: 0; height: 0; display: block; margin-left: 3px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid currentColor; }
.szm-player__wave { height: 30px; display: flex; align-items: center; gap: 3px; overflow: hidden; }
.szm-player__wave i { width: 2px; height: 9px; flex: 0 0 2px; display: block; background: currentColor; }
.szm-player__wave i:nth-child(3n+1) { height: 22px; }
.szm-player__wave i:nth-child(4n+2) { height: 14px; }
.szm-player__wave i:nth-child(5n+3) { height: 28px; }
.szm-player__live { font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.szm-card__body { display: flex; flex-direction: column; padding: 30px; }
.szm-card--featured .szm-card__body { justify-content: center; padding: clamp(34px, 5vw, 70px); }
.szm-card__meta { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 28px; color: #686762; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.szm-card__label { margin-bottom: 12px; font-size: 10px !important; font-weight: 900; letter-spacing: .16em; }
.szm-card h3 { margin-bottom: 20px; font-size: clamp(31px, 3vw, 46px) !important; line-height: 1.02 !important; }
.szm-card--featured h3 { font-size: clamp(43px, 4.5vw, 66px) !important; }
.szm-card__body > p:not(.szm-card__label) { margin-bottom: 28px; color: #55544f; font-size: 14px; line-height: 1.7; }
.szm-card__body > a.szm-card__listen { width: fit-content; min-height: 44px; display: inline-flex; align-items: center; gap: 11px; margin-top: auto; padding: 0 15px 0 10px; border: 1px solid var(--szm-ink); background: var(--szm-ink); color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.szm-card__listen-icon { width: 26px; height: 26px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid currentColor; border-radius: 50%; }
.szm-card__listen b { margin-left: 9px; font-size: 13px; }
.szm-card__body > a.szm-card__listen:hover, .szm-card__body > a.szm-card__listen:focus-visible { background: var(--szm-ink); color: #fff; outline: 2px solid var(--szm-ink); outline-offset: 4px; }

.szm-expertise { display: grid; grid-template-columns: 1fr 1fr; background: var(--szm-warm); border-top: 1px solid var(--szm-line); }
.szm-expertise__heading { padding: clamp(90px, 9vw, 145px) clamp(34px, 8vw, 125px); border-right: 1px solid #c9c5bc; }
.szm-expertise__heading h2 { margin-bottom: 0; font-size: clamp(55px, 6vw, 84px) !important; line-height: .95 !important; }
.szm-expertise__list { padding: clamp(75px, 8vw, 125px) clamp(34px, 7vw, 105px); }
.szm-expertise__list > div { display: grid; grid-template-columns: 40px 1fr; gap: 18px; padding: 27px 0; border-bottom: 1px solid #c9c5bc; }
.szm-expertise__list > div:first-child { border-top: 1px solid #c9c5bc; }
.szm-expertise__list span { font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.szm-expertise__list strong { display: block; margin-bottom: 7px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.szm-expertise__list p { grid-column: 2; margin-bottom: 0; color: var(--szm-muted); font-size: 13px; }

.szm-cta { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; padding: clamp(95px, 11vw, 160px) max(32px, calc((100vw - 1256px) / 2)); background: var(--szm-ink); color: #fff; }
.szm-cta h2 { margin-bottom: 0; font-size: clamp(60px, 7vw, 102px) !important; line-height: .91 !important; }
.szm-cta__contact > p { margin-bottom: 30px; color: rgba(255,255,255,.7); font-size: 16px; }
.szm-button--light { width: 100%; margin-top: 0; border-color: #fff; background: #fff; color: var(--szm-ink) !important; }
.szm-button--light:hover, .szm-button--light:focus-visible { background: #fff; color: var(--szm-ink) !important; outline-color: #fff; }
.szm-phone { display: inline-block; margin-top: 26px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.55); color: #fff !important; font-family: Georgia, serif; font-size: 25px; }

.szm-footer { background: var(--szm-ink); color: #fff; font-family: Arial, Helvetica, sans-serif; }
.szm-footer a { color: inherit; text-decoration: none; }
.szm-footer__grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 55px; max-width: 1320px; margin: 0 auto; padding: 62px 32px; border-top: 1px solid rgba(255,255,255,.22); }
.szm-footer__grid h3 { margin: 0 0 20px; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.szm-footer__grid p, .szm-footer__grid a { font-size: 13px; line-height: 1.75; }
.szm-footer__grid > div:last-child a { display: block; margin-bottom: 8px; }
.szm-footer__brand > img { display: block; width: min(100%, 310px); height: auto; }
.szm-footer__brand > p { max-width: 310px; margin: 27px 0 0; color: rgba(255,255,255,.58); }
.szm-footer__bottom { display: flex; justify-content: space-between; gap: 25px; padding: 20px max(32px, calc((100vw - 1256px) / 2)); border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .08em; }

.szm-reveal { opacity: 1; transform: none; }
.szm-js .szm-reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.szm-js .szm-reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
    .szm-sound i, .szm-marquee div { animation: none; }
    .szm-js .szm-reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 1180px) {
    .szm-header { min-height: 76px; }
    .szm-menu-toggle { display: inline-flex; }
    .szm-header-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 24px 26px; border-bottom: 1px solid #090909; background: #fff; }
    .szm-header-nav.is-open { display: flex; }
    .szm-header-nav a { padding: 14px 0; border-bottom: 1px solid #dedcd6; }
    .szm-header-contact { justify-content: center; margin-top: 12px; border: 1px solid #090909 !important; }
    .szm-hero { grid-template-columns: 1fr 42%; }
    .szm-numbers { grid-template-columns: repeat(2, 1fr); }
    .szm-numbers > div:nth-child(2) { border-right: 0; }
    .szm-numbers > div:nth-child(-n+2) { border-bottom: 1px solid var(--szm-line); }
    .szm-expertise { grid-template-columns: 1fr; }
    .szm-expertise__heading { border-right: 0; border-bottom: 1px solid #c9c5bc; }
    .szm-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
    .admin-bar .szm-header { top: 46px; }
    .szm-header { padding: 10px 18px; }
    .szm-brand img { width: 190px; }
    .szm-hero { display: flex; flex-direction: column; min-height: 0; }
    .szm-hero__copy { padding: 72px 24px 62px; }
    .szm-hero h1 { font-size: clamp(64px, 19vw, 87px) !important; }
    .szm-hero__lead { font-size: 17px !important; }
    .szm-button { width: 100%; }
    .szm-hero__art { min-height: 520px; }
    .szm-numbers { grid-template-columns: 1fr; }
    .szm-numbers > div { border-right: 0; border-bottom: 1px solid var(--szm-line); }
    .szm-numbers > div:last-child { border-bottom: 0; }
    .szm-library { padding: 82px 20px; }
    .szm-section-head { display: block; margin-bottom: 42px; }
    .szm-section-head h2 { margin-bottom: 24px; font-size: 50px !important; }
    .szm-filters { flex-wrap: nowrap; overflow-x: auto; padding: 2px 2px 18px; }
    .szm-filters button { flex: 0 0 auto; }
    .szm-appearances { grid-template-columns: 1fr; }
    .szm-card, .szm-card--featured { grid-column: auto; display: grid; grid-template-columns: 1fr; grid-template-rows: 270px auto; }
    .szm-card--featured .szm-card__visual { border-right: 0; border-bottom: 1px solid var(--szm-ink); }
    .szm-card--featured .szm-card__body { padding: 30px; }
    .szm-card--featured h3, .szm-card h3 { font-size: 37px !important; }
    .szm-expertise__heading, .szm-expertise__list { padding: 80px 24px; }
    .szm-expertise__heading h2 { font-size: 54px !important; }
    .szm-cta { grid-template-columns: 1fr; gap: 45px; padding: 86px 24px; }
    .szm-cta h2 { font-size: 61px !important; }
    .szm-footer__grid { grid-template-columns: 1fr; gap: 40px; padding: 58px 24px; }
    .szm-footer__bottom { align-items: flex-start; flex-direction: column; padding: 20px 24px; }
}
