:root {
  --paper: #f7f4ee;
  --paper-2: #eee7db;
  --paper-warm: #e9e6e1;
  --ink: #292320;
  --muted: #6d645e;
  --wine: #8f1d24;
  --wine-dark: #68151a;
  --gold: #b79a58;
  --gold-ink: #846a30;
  --gold-pale: #dfd0aa;
  --silver: #b5b7ba;
  --silver-mid: #c8c8c8;
  --silver-light: #d8d9db;
  --line: #d3cec5;
  --white: #fff;
  --radius: 14px;
  --shadow: 0 24px 70px rgba(92, 60, 48, .13);
  --container: min(1240px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; overflow-x: clip; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", sans-serif; line-height: 1.65; overflow-x: clip; background-image: radial-gradient(circle at 12% 22%, rgba(183,154,88,.055), transparent 28rem); }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 16px; background: var(--ink); color: white; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 50; height: 80px; color: white; }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(223,208,170,.42); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 1rem; font-weight: 700; letter-spacing: .08em; white-space: nowrap; }
.brand b { color: var(--gold); }
.brand-mark { width: 26px; height: 26px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; transform: rotate(45deg); }
.brand-mark i { background: var(--wine); box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); }
.brand-mark i:nth-child(2) { transform: translateY(5px); background: var(--gold); }
.brand-mark i:nth-child(3) { transform: translateY(10px); }
.main-nav { display: flex; align-items: center; gap: clamp(19px, 2.2vw, 34px); font-size: .86rem; font-weight: 600; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gold); transition: right .25s ease; }
.main-nav > a:hover::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.13); color: white; padding: 12px; }
.menu-toggle span { display: block; height: 2px; background: currentColor; margin: 5px 0; transition: .25s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 0 24px; border: 1px solid var(--wine); border-radius: 999px; background: var(--wine); color: white; font-weight: 700; font-size: .9rem; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { background: var(--wine-dark); border-color: var(--wine-dark); transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.98); }
.button-small { min-height: 42px; padding: 0 18px; background: white; border-color: white; color: var(--ink); }
.button-small:hover { background: var(--gold); border-color: var(--gold); }
.button-ghost { border-color: var(--silver-mid); background: rgba(24,20,20,.15); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.button-ghost:hover { background: white; color: var(--ink); border-color: white; }
.button-dark { background: var(--ink); border-color: var(--ink); }
.button-dark:hover { background: var(--wine); border-color: var(--wine); }
.button-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.button-outline:hover { color: white; background: var(--ink); border-color: var(--ink); }
.button-light { background: white; border-color: white; color: var(--ink); }
.button-light:hover { background: var(--gold); border-color: var(--gold); }

.hero { position: relative; min-height: min(900px, 100dvh); height: max(700px, 88dvh); display: flex; align-items: center; background: #171313; color: white; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: url("assets/hungaria-tv-hero.png") center / cover no-repeat; transform: scale(1.015); animation: heroIn 1.2s ease-out both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,12,12,.96) 0%, rgba(15,12,12,.78) 35%, rgba(15,12,12,.14) 72%, rgba(15,12,12,.23) 100%), linear-gradient(0deg, rgba(10,8,8,.5), transparent 45%); }
.motif { background-color: transparent; }
.hero-pattern { position: absolute; z-index: 3; left: 0; bottom: 0; width: 100%; height: 48px; background-color: rgba(37,25,25,.84); background-image: url("assets/hungarian-folk-band.svg"); background-position: center; background-repeat: repeat-x; background-size: auto 48px; border-top: 1px solid rgba(212,214,216,.72); }
.hero-content { position: relative; z-index: 2; padding-top: 72px; }
.hero-kicker { margin: 0 0 18px; font-size: .78rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; color: #dfc98f; }
.hero h1 { max-width: 680px; margin: 0; font-family: "Newsreader", serif; font-size: clamp(4.6rem, 10vw, 9.3rem); font-weight: 500; letter-spacing: -.055em; line-height: .78; }
.hero-lead { max-width: 650px; margin: 35px 0 0; font-size: clamp(1.45rem, 2.5vw, 2.35rem); line-height: 1.2; font-weight: 600; letter-spacing: -.025em; }
.hero-copy { max-width: 520px; margin: 16px 0 28px; color: rgba(255,255,255,.76); font-size: 1.02rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.section { position: relative; padding: clamp(90px, 10vw, 150px) 0; overflow: hidden; }
.section > .container { position: relative; z-index: 2; }
.folk-corner { position: absolute; z-index: 1; width: min(29vw, 410px); aspect-ratio: 1; background: url("assets/hungarian-folk-corner.svg") center / contain no-repeat; pointer-events: none; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 16px; color: var(--gold-ink); font-size: .75rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: linear-gradient(90deg, var(--wine) 0 45%, var(--gold) 45%); }
h2 { margin: 0; font-family: "Newsreader", serif; font-size: clamp(2.7rem, 5.2vw, 5.25rem); font-weight: 600; line-height: .98; letter-spacing: -.038em; max-width: 900px; text-wrap: balance; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 48px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--wine); font-weight: 700; border-bottom: 1px solid var(--gold); padding-bottom: 4px; white-space: nowrap; }
.text-link i { transition: transform .2s; }
.text-link:hover i { transform: translateX(4px); }

.latest { background: linear-gradient(180deg, transparent 68%, #f8f7f4 100%), radial-gradient(circle at 92% 12%, rgba(255,255,255,.9), transparent 27rem), linear-gradient(145deg, #eef0f1 0%, #f4f2ed 58%, #eeebe5 100%); }
.latest-corner { right: max(72px, calc((100vw - 1240px) / 2)); top: 67px; width: 240px; opacity: .88; background-image: url("assets/magyar mot1.png"); background-size: contain; background-repeat: no-repeat; background-position: top right; filter: none; }
.latest-all { display: flex; justify-content: flex-end; margin-top: 28px; }
.video-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 22px; align-items: start; }
.video-card { position: relative; padding: 9px 9px 22px; border: 1px solid var(--silver); border-top: 2px solid var(--gold); border-radius: calc(var(--radius) + 3px); background: rgba(255,255,255,.64); box-shadow: 0 16px 42px rgba(75,72,69,.09), inset 0 0 0 1px rgba(255,255,255,.7); }
.video-card:nth-child(2) { border-top-color: var(--wine); }
.video-card:nth-child(3) { border-top-color: var(--silver); }
.video-card .thumb, .feature-image, .mini-video { position: relative; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--silver); background: #ddd; box-shadow: 0 16px 42px rgba(88,65,53,.08); }
.thumb { display: block; aspect-ratio: 16/10; }
.video-card:first-child .thumb { aspect-ratio: 16/11.5; }
.thumb img, .feature-image img, .mini-video img { height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.thumb::after, .feature-image::after, .mini-video::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.25), transparent 55%); }
.thumb:hover img, .feature-image:hover img, .mini-video:hover img { transform: scale(1.035); }
.play { position: absolute; z-index: 2; left: 18px; bottom: 18px; width: 47px; height: 47px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--wine); box-shadow: 0 8px 24px rgba(0,0,0,.16); transition: transform .2s, background .2s; }
.play i { display: none; }
.play::before { content: ""; width: 0; height: 0; margin-left: 3px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid currentColor; }
a:hover .play { transform: scale(1.08); background: var(--gold); color: var(--ink); }
.card-meta { display: flex; justify-content: space-between; gap: 12px; margin: 14px 8px 8px; padding-top: 10px; border-top: 1px solid var(--silver); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .075em; color: var(--muted); }
.card-meta span { color: var(--gold-ink); }
.video-card h3 { margin: 0 8px; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.25; letter-spacing: -.025em; }
.video-card h3 a:hover { color: var(--wine); }

.featured { padding-top: 0; background: linear-gradient(180deg, #f8f7f4 0%, #fcfbf8 32%, #f5f6f5 100%); }
.feature-grid { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 610px; background: #eee7db; border: 1px solid var(--silver); border-top: 3px solid var(--gold); border-radius: var(--radius); overflow: hidden; box-shadow: 0 28px 90px rgba(92,60,48,.1), 0 0 0 6px rgba(200,200,200,.13); }
.feature-image { border-radius: 0; }
.feature-image img { position: absolute; inset: 0; }
.play-large { left: 50%; top: 50%; bottom: auto; width: 70px; height: 70px; transform: translate(-50%, -50%); }
.play-large::before { margin-left: 4px; border-top-width: 10px; border-bottom-width: 10px; border-left-width: 16px; }
.feature-image:hover .play-large { transform: translate(-50%, -50%) scale(1.08); }
.feature-copy { align-self: center; padding: clamp(38px, 6vw, 84px); }
.feature-copy h2 { font-size: clamp(2.4rem, 4vw, 4.4rem); }
.feature-copy > p:not(.eyebrow) { margin: 28px 0 34px; color: var(--muted); }

.topics { overflow: hidden; background: linear-gradient(120deg, #e6e7e8 0%, #eee7db 48%, #e9e6e1 100%); color: var(--ink); border-block: 1px solid var(--silver); }
.topics::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 75% 20%, rgba(183,154,88,.18), transparent 24rem), repeating-linear-gradient(90deg, transparent 0 79px, rgba(181,183,186,.12) 79px 80px); }
.topics .container { position: relative; z-index: 1; }
.topics-intro { margin-bottom: 58px; }
.topics-intro h2 { max-width: 760px; }
.topics-motif { position: absolute; right: max(72px, calc((100vw - 1240px) / 2)); top: 105px; width: 240px; height: 240px; opacity: .9; background-image: url("assets/magyar mot3.png"); background-position: top right; background-repeat: no-repeat; background-size: contain; }
.topic-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--gold); border-left: 1px solid var(--silver); background: rgba(255,255,255,.52); box-shadow: 0 24px 70px rgba(76,73,70,.1), inset 0 0 0 1px rgba(255,255,255,.8); }
.topic { position: relative; min-height: 170px; padding: 28px 24px 28px 30px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; border-bottom: 1px solid var(--silver); border-right: 1px solid var(--silver); transition: background .25s, color .25s, transform .25s; }
.topic::before { content: ""; position: absolute; left: 0; top: 30%; bottom: 30%; width: 3px; background: var(--silver); }
.topic:nth-child(3n+1)::before { background: var(--wine); }
.topic:nth-child(3n+2)::before { background: var(--gold); }
.topic i { color: var(--gold-ink); font-size: 2rem; }
.topic:nth-child(3n) i { color: #85888c; }
.topic span { font-size: 1.15rem; font-weight: 650; }
.topic b { color: #97918a; font-size: .7rem; font-weight: 600; }
.topic:hover { z-index: 1; background: var(--wine); color: white; transform: translateY(-3px); box-shadow: 0 14px 30px rgba(104,21,26,.18); }
.topic:hover i { color: var(--gold-pale); }
.topic:hover b { color: rgba(255,255,255,.55); }

.about { background: radial-gradient(circle at 5% 72%, rgba(183,154,88,.1), transparent 23rem), linear-gradient(180deg, #fbfaf7 0%, var(--paper) 100%); border-bottom: 1px solid var(--silver-light); }
.about::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 46px; background: url("assets/hungarian-folk-band.svg") center / auto 46px repeat-x; opacity: .48; }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.about-copy h2 { font-size: clamp(2.7rem, 5vw, 5.2rem); }
.about-copy > p:not(.eyebrow) { max-width: 590px; margin: 28px 0 30px; color: var(--muted); font-size: 1.05rem; }
.about-visual { position: relative; min-height: 640px; }
.about-visual > img { position: relative; z-index: 2; width: 85%; height: 590px; margin-left: auto; object-fit: cover; object-position: center; border: 2px solid var(--silver); border-radius: var(--radius); box-shadow: var(--shadow), 14px 14px 0 rgba(200,200,200,.34); }
.about-stamp { position: absolute; z-index: 4; left: 0; bottom: 40px; width: 190px; height: 190px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 4px solid var(--gold-pale); outline: 1px solid var(--gold); outline-offset: 5px; border-radius: 50%; background: var(--wine); color: white; box-shadow: var(--shadow); transform: rotate(-8deg); }
.about-stamp strong { font-family: "Newsreader", serif; font-size: 2.4rem; font-weight: 500; line-height: 1; }
.about-stamp span { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.about-visual::before { content: none; }

.videos { background: radial-gradient(circle at 88% 20%, rgba(143,29,36,.08), transparent 23rem), linear-gradient(135deg, #f3e9e8 0%, #ece8e5 52%, #e7e8e9 100%); border-block: 1px solid var(--silver); }
.videos::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 119px, rgba(181,183,186,.16) 119px 120px); pointer-events: none; }
.videos-corner { left: auto; right: max(72px, calc((100vw - 1240px) / 2)); top: 95px; bottom: auto; width: 240px; opacity: .88; background-image: url("assets/magyar mot3.png"); background-size: contain; background-repeat: no-repeat; background-position: top right; transform: none; }
.video-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.mini-video:nth-child(even) { border-color: var(--gold); }
.mini-video { aspect-ratio: 4/5; color: white; }
.mini-video b { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 78px; font-size: 1.05rem; line-height: 1.25; }
.mini-video .play { width: 42px; height: 42px; }
.center-action { text-align: center; margin-top: 44px; }

.support { position: relative; background: linear-gradient(110deg, #72181e, var(--wine) 62%, #9d3036); color: white; overflow: hidden; border-block: 1px solid var(--silver-mid); }
.support::before, .support::after { content: ""; position: absolute; z-index: 1; left: 0; width: 100%; height: 42px; background: url("assets/hungarian-folk-band-support.svg") center / auto 42px repeat-x; opacity: 1; }
.support::before { top: 0; }
.support::after { bottom: 0; transform: rotate(180deg); }
.support-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 10vw, 150px); padding-block: clamp(80px, 9vw, 130px); align-items: end; }
.support h2 { font-size: clamp(2.8rem, 5.3vw, 5.5rem); }
.support .eyebrow { color: #eadcb7; }
.support .eyebrow::before { background: linear-gradient(90deg, white 0 45%, var(--gold) 45%); }
.support-inner > div:last-child p { margin: 0 0 28px; color: rgba(255,255,255,.78); }
.support-motif { position: absolute; right: max(-35px, calc((100vw - 1240px) / 2 - 95px)); top: 62px; width: 204px; height: 204px; opacity: .98; background-image: url("assets/magyar mot5.png"); background-position: top right; background-repeat: no-repeat; background-size: contain; transform: none; filter: none; }

.contact { background: linear-gradient(125deg, #f5f3ee 0%, #e8e7e5 100%); border-bottom: 1px solid var(--silver); }
.contact::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 12% 84%, rgba(200,174,114,.15), transparent 22rem); pointer-events: none; }
.contact-corner { display: block; width: 240px; height: auto; margin-top: 36px; opacity: .92; }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 10vw, 150px); }
.contact-copy h2 { font-size: clamp(3.5rem, 6vw, 6.5rem); }
.contact-copy > p:not(.eyebrow) { margin: 25px 0; color: var(--muted); }
.mail-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; color: var(--wine); }
.contact-form { display: grid; gap: 24px; padding: clamp(24px, 4vw, 42px); border: 1px solid var(--silver); border-top: 3px solid var(--gold); border-radius: var(--radius); background: rgba(255,255,255,.58); box-shadow: 0 18px 50px rgba(82,78,75,.08), inset 0 0 0 1px rgba(255,255,255,.8); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
label { display: grid; gap: 8px; color: #434241; font-size: .78rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
input, textarea { width: 100%; border: 1.5px solid var(--silver); border-radius: 10px; background: rgba(255,255,255,.8); color: var(--ink); padding: 15px 16px; outline: none; text-transform: none; box-shadow: inset 0 1px 2px rgba(100,102,104,.06); transition: border-color .2s, box-shadow .2s; }
textarea { resize: vertical; min-height: 150px; }
input:focus, textarea:focus { border-color: var(--wine); box-shadow: 0 0 0 3px rgba(143,29,36,.1); }
.invalid { border-color: #b4232c; background: #fff8f8; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.form-status { margin: 0; color: var(--wine); font-weight: 700; font-size: .9rem; }

.footer { padding: 70px 0 22px; background: #2b1e1f; color: white; border-top: 4px solid var(--silver-mid); box-shadow: inset 0 3px 0 var(--gold); }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr auto; gap: 50px; align-items: start; padding-bottom: 60px; }
.footer-top p { color: rgba(255,255,255,.55); margin: 16px 0 0; }
.footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 40px; color: rgba(255,255,255,.72); font-size: .9rem; }
.footer nav a:hover { color: white; }
.socials { display: flex; gap: 10px; }
.socials a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: 1.2rem; transition: .2s; }
.socials a:hover { background: var(--wine); border-color: var(--wine); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(191,192,194,.3); color: rgba(255,255,255,.55); font-size: .75rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.25,1); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes heroIn { from { opacity: .65; transform: scale(1.06); } to { opacity: 1; transform: scale(1.015); } }

@media (max-width: 980px) {
  :root { --container: min(100% - 36px, 900px); }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; top: 0; right: 0; width: min(380px, 88vw); height: 100dvh; padding: 100px 28px 40px; background: #181516; display: flex; flex-direction: column; align-items: stretch; gap: 6px; transform: translateX(101%); transition: transform .32s ease; box-shadow: -20px 0 60px rgba(0,0,0,.22); }
  .main-nav.open { transform: none; }
  .main-nav > a { padding: 13px 5px; font-size: 1.05rem; }
  .main-nav .button { margin-top: 18px; padding-inline: 18px; }
  .menu-toggle { position: relative; z-index: 2; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { min-height: 760px; height: 92dvh; }
  .hero-media { background-position: 60% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(15,12,12,.92) 0%, rgba(15,12,12,.68) 58%, rgba(15,12,12,.28) 100%); }
  .hero h1 { font-size: clamp(4.4rem, 15vw, 7rem); }
  .video-grid { grid-template-columns: 1fr 1fr; }
  .video-card:first-child { grid-column: 1 / -1; }
  .video-card:first-child .thumb { aspect-ratio: 16/8; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-image { min-height: 490px; }
  .topic-list { grid-template-columns: 1fr 1fr; }
  .topic:nth-child(3n) { border-right: 1px solid var(--silver); }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-copy { max-width: 700px; }
  .video-strip { grid-template-columns: 1fr 1fr; }
  .mini-video { aspect-ratio: 16/11; }
  .support-inner { grid-template-columns: 1fr; }
  .latest-corner { right: 60px; top: 61px; width: 240px; }
  .topics-intro h2 { max-width: 500px; }
  .topics-motif { right: 60px; top: 110px; width: 240px; height: 240px; }
  .videos-corner { right: 60px; top: 110px; width: 240px; }
  .support h2 { max-width: 620px; }
  .support-motif { right: -40px; top: 56px; width: 138px; height: 138px; }
}

@media (max-width: 640px) {
  :root { --container: calc(100% - 32px); }
  .site-header { height: 68px; }
  .brand { font-size: .87rem; }
  .brand-mark { width: 22px; height: 22px; }
  .hero { height: auto; min-height: 760px; align-items: flex-end; }
  .hero-media { background-position: 68% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(12,10,10,.98) 0%, rgba(12,10,10,.78) 60%, rgba(12,10,10,.32) 100%); }
  .hero-content { padding: 160px 0 78px; }
  .hero h1 { font-size: clamp(4rem, 22vw, 6rem); line-height: .84; }
  .hero-lead { margin-top: 25px; font-size: 1.45rem; }
  .hero-copy { font-size: .95rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .section { padding: 82px 0; }
  h2 { font-size: clamp(2.45rem, 13vw, 3.8rem); }
  .section-heading { display: block; margin-bottom: 34px; }
  .section-heading .text-link { margin-top: 22px; }
  .video-grid { grid-template-columns: 1fr; gap: 42px; }
  .video-card:first-child { grid-column: auto; }
  .video-card:first-child .thumb, .thumb { aspect-ratio: 16/10; }
  .feature-image { min-height: 340px; }
  .feature-image img { object-position: 62% center; }
  .feature-copy { padding: 42px 24px 48px; }
  .topic-list { grid-template-columns: 1fr; }
  .topic, .topic:nth-child(3n) { min-height: 108px; border-right: 1px solid var(--silver); }
  .about-grid { gap: 48px; }
  .about-visual { min-height: 450px; }
  .about-visual > img { width: 92%; height: 420px; }
  .about-stamp { width: 135px; height: 135px; bottom: 6px; }
  .about-stamp strong { font-size: 1.8rem; }
  .latest-corner { right: 28px; top: 177px; width: 198px; opacity: .86; }
  .topics-intro h2 { max-width: none; }
  .topics-motif { right: 28px; top: 230px; width: 198px; height: 198px; opacity: .9; }
  .videos-corner { right: 28px; top: 225px; width: 198px; opacity: .88; }
  .support-inner { padding-bottom: 230px; }
  .support h2 { max-width: none; }
  .support-motif { right: -16px; top: auto; bottom: 34px; width: 110px; height: 110px; opacity: .98; }
  .contact-corner { width: 198px; margin-top: 30px; opacity: .92; }
  .video-strip { grid-template-columns: 1fr; }
  .mini-video { aspect-ratio: 16/11; }
  .support-inner { padding-block: 78px; gap: 34px; }
  .support h2 { font-size: 3rem; }
  .form-row { grid-template-columns: 1fr; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .footer-top { grid-template-columns: 1fr; gap: 34px; padding-bottom: 42px; }
  .footer-bottom { gap: 15px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
