:root {
  --navy-950: #03102f;
  --navy-900: #06143a;
  --navy-800: #0a2360;
  --blue: #123e9a;
  --yellow: #ffc517;
  --yellow-soft: #ffdc5d;
  --green: #60a744;
  --paper: #f5f4ef;
  --white: #fffef8;
  --ink: #0a1730;
  --muted: #526077;
  --line: rgba(6, 20, 58, 0.16);
  --shell: min(1240px, calc(100vw - 64px));
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }

.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 12px 16px; color: var(--navy-950); background: var(--yellow); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 100; inset: 0 0 auto; height: 88px; color: white; transition: background .25s ease, box-shadow .25s ease, height .25s ease; }
.site-header.is-scrolled { position: fixed; height: 72px; background: rgba(3, 16, 47, .94); box-shadow: 0 12px 36px rgba(0, 0, 0, .18); backdrop-filter: blur(12px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; flex-direction: column; line-height: .77; text-decoration: none; font-family: var(--display); text-transform: uppercase; transform: skew(-3deg); }
.brand span { color: var(--yellow); font-size: .75rem; font-weight: 800; letter-spacing: .18em; }
.brand strong { color: white; font-size: 1.55rem; font-style: italic; font-weight: 900; letter-spacing: -.04em; }
.site-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 48px); }
.site-nav a { position: relative; padding: 16px 0; color: rgba(255,255,255,.76); font-size: .78rem; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; transition: color .2s ease; }
.site-nav a span { color: var(--yellow); margin-right: 6px; font-family: var(--display); }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 8px; height: 2px; background: var(--yellow); transition: right .25s var(--ease); }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a.is-active { color: white; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.is-active::after { right: 0; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 6px auto; background: white; transition: transform .25s, opacity .25s; }

.hero { position: relative; min-height: 810px; height: 100svh; max-height: 1040px; color: white; background: var(--navy-950); overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(105deg, rgba(3,16,47,.98) 0%, rgba(5,21,59,.96) 43%, rgba(7,28,77,.72) 72%, rgba(5,19,51,.54) 100%); }
.hero-backdrop { position: absolute; z-index: -2; inset: 0; background: url("assets/goias-bg.webp") center/cover no-repeat; filter: saturate(.85) contrast(1.08); transform: scale(1.04); animation: backdrop-drift 18s ease-in-out infinite alternate; }
.hero-number { position: absolute; z-index: -1; right: -1.5vw; bottom: 1vh; color: rgba(255,255,255,.035); font: 900 clamp(14rem, 31vw, 36rem)/.65 var(--display); letter-spacing: -.08em; }
.hero-grid { display: grid; grid-template-columns: repeat(12, 1fr); height: 100%; padding-top: 88px; }
.hero-copy { z-index: 3; grid-column: 1 / 8; align-self: center; padding-bottom: 2vh; }
.overline { display: flex; align-items: center; gap: 14px; margin: 0 0 24px; color: var(--yellow); font-family: var(--display); font-size: clamp(.95rem, 1.5vw, 1.25rem); font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.overline span { display: block; width: 54px; height: 4px; background: var(--yellow); }
.hero h1 { margin: 0; font-family: var(--display); font-weight: 900; text-transform: uppercase; letter-spacing: -.055em; line-height: .74; }
.title-line { display: block; overflow: hidden; padding-bottom: .1em; }
.title-line > span { display: block; font-size: clamp(5rem, 9.7vw, 10.3rem); color: var(--yellow); transform: translateY(0); }
.title-line.title-main > span { color: var(--white); font-size: clamp(6.4rem, 12.7vw, 13.5rem); }
.js .title-line > span { animation: title-in .75s var(--ease) both; }
.js .title-line.title-main > span { animation-delay: .08s; }
.hero-signature { position: relative; display: inline-block; margin: 8px 0 28px 5px; font: italic 700 clamp(1.55rem, 2.8vw, 2.65rem)/1 var(--display); }
.hero-signature::after { content: ""; position: absolute; left: 0; right: -14px; bottom: -8px; height: 5px; background: linear-gradient(90deg, var(--yellow) 0 36%, var(--green) 36% 70%, #2d6ed1 70%); transform-origin: left; animation: line-grow .7s .55s var(--ease) both; }
.hero-lead { max-width: 580px; margin: 0 0 28px; color: rgba(255,255,255,.76); font-size: clamp(1rem, 1.4vw, 1.16rem); line-height: 1.65; }
.text-link { display: inline-flex; align-items: center; gap: 16px; min-height: 48px; color: white; font-size: .82rem; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .1em; }
.text-link span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; transition: background .2s, color .2s, transform .2s; }
.text-link:hover span, .text-link:focus-visible span { color: var(--navy-950); background: var(--yellow); transform: translateY(3px); }
.hero-portrait { position: absolute; z-index: 2; right: clamp(20px, 7vw, 150px); bottom: 0; width: min(49vw, 720px); height: calc(100% - 70px); pointer-events: none; }
.hero-portrait img { position: absolute; z-index: 2; right: 0; bottom: -2px; width: 100%; height: 100%; object-fit: contain; object-position: bottom right; filter: drop-shadow(-24px 14px 36px rgba(0,0,0,.34)); animation: portrait-in .9s .12s var(--ease) both; }
.portrait-halo { position: absolute; z-index: 1; width: min(42vw, 630px); aspect-ratio: 1; right: -3%; top: 15%; border: 1px solid rgba(255,197,23,.28); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,197,23,.025), 0 0 0 160px rgba(255,255,255,.018); }
.vote-stamp { position: absolute; z-index: 4; right: -3%; top: 25%; margin: 0; transform: rotate(-4deg); text-align: center; }
.vote-stamp span { display: block; margin-bottom: -9px; color: white; font: 800 1.05rem/1 var(--display); text-transform: uppercase; letter-spacing: .2em; }
.vote-stamp strong { color: var(--yellow); font: 900 clamp(4rem, 7vw, 7rem)/.8 var(--display); letter-spacing: -.09em; text-shadow: 0 10px 24px rgba(0,0,0,.32); }
.campaign-stripe { position: absolute; z-index: 5; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 44% 21% 35%; height: 8px; }
.campaign-stripe span:nth-child(1) { background: #2b65bd; }
.campaign-stripe span:nth-child(2) { background: var(--yellow); }
.campaign-stripe span:nth-child(3) { background: var(--green); }

.video-block { padding: 128px 0 148px; color: white; background: var(--navy-950); }
.section-intro { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; padding: 124px 0 80px; border-top: 1px solid var(--line); }
.video-block .section-intro { padding-top: 0; border: 0; }
.block-index { grid-column: 1 / 4; margin: 7px 0 0; color: var(--blue); font: 800 .82rem/1 var(--body); letter-spacing: .13em; }
.section-intro > div { grid-column: 5 / 13; }
.section-intro h2 { margin: 0; font: 900 clamp(4.2rem, 7.7vw, 7.8rem)/.82 var(--display); text-transform: uppercase; letter-spacing: -.055em; }
.section-intro h2 em { color: var(--blue); font-style: normal; }
.section-intro > div > p { max-width: 600px; margin: 30px 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.section-intro-light .block-index { color: var(--yellow); }
.section-intro-light h2 em { color: var(--yellow); }
.section-intro-light > div > p { color: rgba(255,255,255,.64); }
.player { position: relative; aspect-ratio: 16 / 8.25; min-height: 480px; background: #020919; overflow: hidden; isolation: isolate; box-shadow: 0 42px 90px rgba(0,0,0,.38); }
.player::before { content: ""; position: absolute; z-index: 4; inset: 16px; border: 1px solid rgba(255,255,255,.16); pointer-events: none; }
.player > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.15); }
.player-scrim { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(1,8,26,.92), rgba(3,16,47,.48) 58%, rgba(2,9,27,.62)), linear-gradient(0deg, rgba(0,0,0,.55), transparent 42%); }
.player-topline { position: absolute; z-index: 5; top: 44px; left: 48px; right: 48px; display: flex; justify-content: space-between; color: rgba(255,255,255,.68); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.player-title { position: absolute; z-index: 5; left: 48px; bottom: 80px; font-family: var(--display); text-transform: uppercase; }
.player-title span { display: block; color: white; font-size: clamp(2.1rem, 4vw, 4.3rem); font-weight: 700; line-height: .8; }
.player-title strong { display: block; color: var(--yellow); font-size: clamp(3.7rem, 7vw, 7.3rem); line-height: .82; letter-spacing: -.04em; }
.play { position: absolute; z-index: 7; left: 67%; top: 48%; width: 104px; height: 104px; padding: 0; color: var(--navy-950); border: 0; border-radius: 50%; background: var(--yellow); cursor: pointer; transform: translate(-50%, -50%); box-shadow: 0 0 0 13px rgba(255,197,23,.15), 0 18px 40px rgba(0,0,0,.35); transition: transform .25s var(--ease), background .2s; }
.play svg { width: 38px; fill: currentColor; transform: translateX(3px); }
.play:hover, .play:focus-visible { background: white; transform: translate(-50%, -50%) scale(1.07); }
.player-controls { position: absolute; z-index: 5; left: 48px; right: 48px; bottom: 35px; display: flex; align-items: center; gap: 14px; }
.mini-play { width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid white; }
.player-controls i { flex: 1; height: 2px; background: rgba(255,255,255,.3); }
.player-controls i::after { content: ""; display: block; width: 18%; height: 100%; background: white; }
.player-controls small { color: white; font-size: .7rem; }
.player-controls b { width: 12px; height: 12px; border: 1px solid white; }
.video-notice { position: absolute; z-index: 10; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 8% 13%; background: rgba(3,16,47,.96); transform: translateY(105%); visibility: hidden; transition: transform .45s var(--ease), visibility 0s .45s; }
.player.is-open .video-notice { transform: translateY(0); visibility: visible; transition-delay: 0s; }
.video-notice button { position: absolute; top: 28px; right: 34px; width: 48px; height: 48px; color: white; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; font-size: 2rem; cursor: pointer; }
.video-notice span { color: var(--yellow); font: 800 .85rem/1 var(--body); text-transform: uppercase; letter-spacing: .16em; }
.video-notice strong { display: block; max-width: 850px; margin: 22px 0; font: 900 clamp(2.8rem, 6vw, 6.2rem)/.9 var(--display); text-transform: uppercase; letter-spacing: -.04em; }
.video-notice p { max-width: 570px; color: rgba(255,255,255,.68); line-height: 1.6; }

.about { padding-bottom: 130px; background: var(--paper); }
.about-editorial { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; padding-bottom: 96px; }
.pull-quote { position: relative; grid-column: 1 / 5; padding: 28px 28px 30px 0; border-top: 5px solid var(--yellow); }
.pull-quote > span { position: absolute; top: 16px; right: 10px; color: rgba(18,62,154,.12); font: 900 8rem/.8 Georgia, serif; }
.pull-quote p { position: relative; margin: 0; font: 700 clamp(1.8rem, 3vw, 2.8rem)/1.08 var(--display); }
.about-story { grid-column: 6 / 13; }
.about-story .lead { margin: 0 0 42px; color: var(--ink); font: 600 clamp(1.4rem, 2vw, 1.85rem)/1.4 var(--body); }
.story-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.story-columns p { margin: 0; color: var(--muted); font-size: .98rem; line-height: 1.75; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facts article { display: flex; align-items: center; gap: 22px; min-height: 174px; padding: 24px 34px; border-right: 1px solid var(--line); }
.facts article:first-child { padding-left: 0; }
.facts article:last-child { border-right: 0; }
.facts strong { color: var(--blue); font: 900 clamp(4.2rem, 7vw, 7.2rem)/.8 var(--display); letter-spacing: -.06em; }
.facts sup { color: var(--yellow); font-size: .42em; }
.facts span { color: var(--muted); font-size: .78rem; font-weight: 700; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }

.proposals { padding-bottom: 148px; color: white; background: var(--navy-900); }
.section-intro-dark { padding-top: 132px; border-color: rgba(255,255,255,.14); }
.section-intro-dark .block-index { color: var(--yellow); }
.section-intro-dark h2 em { color: var(--yellow); }
.section-intro-dark > div > p { color: rgba(255,255,255,.58); }
.proposal-list { display: grid; gap: 108px; }
.proposal-row { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; align-items: center; }
.proposal-photo { position: relative; grid-column: 1 / 8; aspect-ratio: 1.55; overflow: hidden; background: var(--navy-950); }
.proposal-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.proposal-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.05); transition: transform .8s var(--ease), filter .4s; }
.proposal-row:hover .proposal-photo img { transform: scale(1.035); filter: saturate(1) contrast(1.05); }
.proposal-photo > span { position: absolute; z-index: 2; left: 26px; top: 20px; color: white; font: 900 4.5rem/.8 var(--display); text-shadow: 0 4px 20px rgba(0,0,0,.45); }
.proposal-copy { grid-column: 9 / 13; }
.proposal-copy > p { margin: 0 0 18px; color: var(--yellow); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.proposal-copy h3 { margin: 0 0 32px; font: 800 clamp(3rem, 4.8vw, 5.1rem)/.88 var(--display); text-transform: uppercase; letter-spacing: -.045em; }
.proposal-copy > div { display: grid; grid-template-columns: 38px 1fr; gap: 16px; align-items: start; }
.proposal-copy > div > span { height: 4px; margin-top: 10px; background: var(--yellow); }
.proposal-copy > div p { margin: 0; color: rgba(255,255,255,.65); font-size: .96rem; line-height: 1.68; }
.proposal-row-reverse .proposal-photo { grid-column: 6 / 13; order: 2; }
.proposal-row-reverse .proposal-copy { grid-column: 1 / 5; order: 1; }

.social { position: relative; padding: 130px 0 120px; color: var(--navy-950); background: var(--yellow); overflow: hidden; }
.social::after { content: ""; position: absolute; right: -8%; bottom: -35%; width: 42vw; aspect-ratio: 1; border: 1px solid rgba(3,16,47,.16); border-radius: 50%; box-shadow: 0 0 0 80px rgba(3,16,47,.025), 0 0 0 160px rgba(3,16,47,.02); }
.social-watermark { position: absolute; left: -1vw; bottom: -5.5vw; color: rgba(3,16,47,.045); font: 900 28vw/.7 var(--display); letter-spacing: -.08em; }
.social-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.social-grid > .block-index { color: var(--navy-950); }
.social-main { grid-column: 4 / 9; }
.social-main h2 { margin: 0; font: 900 clamp(4.2rem, 7.5vw, 8rem)/.8 var(--display); text-transform: uppercase; letter-spacing: -.055em; }
.social-main h2 em { color: var(--blue); font-style: normal; }
.social-main > p { max-width: 620px; margin: 34px 0 42px; font-size: 1rem; line-height: 1.65; }
.social-links { border-top: 2px solid var(--navy-950); }
.social-links a { display: grid; grid-template-columns: 100px 1fr 30px; gap: 18px; align-items: center; min-height: 86px; border-bottom: 1px solid rgba(3,16,47,.3); text-decoration: none; transition: padding .25s var(--ease), background .25s; }
.social-links a:hover, .social-links a:focus-visible { padding-inline: 12px; background: rgba(255,255,255,.28); }
.social-links span { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.social-links strong { font-size: .96rem; overflow-wrap: anywhere; }
.social-links i { font-size: 1.4rem; font-style: normal; }
.contact-card { grid-column: 10 / 13; align-self: end; padding: 30px 28px 24px; color: white; background: var(--navy-950); }
.contact-card > span { display: block; margin-bottom: 26px; color: var(--yellow); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.contact-card a { display: block; margin: 0 0 15px; color: rgba(255,255,255,.74); font-size: .74rem; line-height: 1.35; text-decoration: none; overflow-wrap: anywhere; }
.contact-card a:hover, .contact-card a:focus-visible { color: white; text-decoration: underline; }
.contact-card strong { display: block; margin-top: 30px; color: var(--yellow); font: 900 4.3rem/.8 var(--display); letter-spacing: -.07em; }

.site-footer { padding: 44px 0; color: white; background: var(--navy-950); }
.site-footer .shell { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.site-footer p { margin: 0; color: rgba(255,255,255,.55); font-size: .75rem; }
.site-footer p:last-child { text-align: right; }

@keyframes title-in { from { transform: translateY(112%); } to { transform: translateY(0); } }
@keyframes line-grow { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes portrait-in { from { opacity: 0; transform: translateX(55px); } to { opacity: 1; transform: translateX(0); } }
@keyframes backdrop-drift { from { transform: scale(1.04) translate3d(-.4%, 0, 0); } to { transform: scale(1.08) translate3d(.6%, -.4%, 0); } }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 48px, 900px); }
  .hero { min-height: 760px; max-height: 900px; }
  .hero-copy { grid-column: 1 / 9; }
  .hero-portrait { right: 0; width: 58vw; opacity: .82; }
  .hero::before { background: linear-gradient(100deg, rgba(3,16,47,.99) 0%, rgba(5,21,59,.92) 52%, rgba(5,21,59,.55) 100%); }
  .vote-stamp { right: 7%; top: 23%; }
  .section-intro > div { grid-column: 4 / 13; }
  .block-index { grid-column: 1 / 4; }
  .about-story { grid-column: 6 / 13; }
  .facts article { align-items: flex-start; flex-direction: column; gap: 12px; }
  .proposal-photo { grid-column: 1 / 8; }
  .proposal-copy { grid-column: 8 / 13; }
  .proposal-row-reverse .proposal-photo { grid-column: 6 / 13; }
  .proposal-row-reverse .proposal-copy { grid-column: 1 / 6; }
  .social-main { grid-column: 4 / 9; }
  .contact-card { grid-column: 9 / 13; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 32px); }
  html { scroll-padding-top: 68px; }
  .site-header, .site-header.is-scrolled { height: 68px; }
  .menu-toggle { position: relative; z-index: 102; display: block; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 101; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 6px; padding: 80px 32px; background: var(--navy-950); transform: translateX(100%); visibility: hidden; transition: transform .38s var(--ease), visibility 0s .38s; }
  .site-nav.is-open { transform: translateX(0); visibility: visible; transition-delay: 0s; }
  .site-nav a { width: 100%; padding: 14px 0; font: 800 2.3rem/1 var(--display); }
  .site-nav a span { display: inline-block; width: 38px; font-size: .8rem; }
  .hero { height: auto; min-height: 780px; max-height: none; }
  .hero-grid { display: block; min-height: 780px; padding-top: 132px; }
  .hero-copy { position: relative; z-index: 5; width: 100%; }
  .overline { margin-bottom: 18px; font-size: .84rem; }
  .overline span { width: 34px; height: 3px; }
  .title-line > span { font-size: clamp(4.4rem, 22vw, 6.5rem); }
  .title-line.title-main > span { font-size: clamp(5.7rem, 28vw, 8rem); }
  .hero-signature { margin-top: 2px; font-size: 1.7rem; }
  .hero-lead { max-width: 78%; font-size: .92rem; line-height: 1.55; }
  .hero-portrait { right: -21%; width: 94vw; height: 64%; opacity: .6; }
  .hero-portrait::after { content: ""; position: absolute; z-index: 3; inset: 0; background: linear-gradient(90deg, var(--navy-950) 0%, transparent 38%), linear-gradient(0deg, transparent 0 45%, rgba(3,16,47,.12)); }
  .vote-stamp { right: 24%; top: 63%; }
  .vote-stamp strong { font-size: 4.5rem; }
  .portrait-halo { width: 72vw; top: 26%; }
  .hero-number { bottom: 4%; font-size: 13rem; }
  .video-block { padding: 88px 0 96px; }
  .section-intro, .video-block .section-intro { display: block; padding: 88px 0 52px; }
  .video-block .section-intro { padding-top: 0; }
  .block-index { margin-bottom: 28px; }
  .section-intro h2 { font-size: clamp(3.45rem, 17vw, 5.2rem); }
  .section-intro > div > p { margin-top: 22px; font-size: .94rem; }
  .player { aspect-ratio: 9 / 13; min-height: 570px; }
  .player > img { object-position: 68% center; }
  .player::before { inset: 10px; }
  .player-topline { top: 29px; left: 26px; right: 26px; }
  .player-topline span:last-child { display: none; }
  .player-title { left: 26px; right: 26px; bottom: 84px; }
  .player-title span { font-size: 2.4rem; }
  .player-title strong { font-size: 4.3rem; }
  .play { left: auto; right: 34px; top: 34%; width: 82px; height: 82px; transform: none; }
  .play:hover, .play:focus-visible { transform: scale(1.06); }
  .player-controls { left: 26px; right: 26px; bottom: 32px; }
  .video-notice { padding: 70px 30px; }
  .video-notice button { top: 22px; right: 22px; }
  .video-notice strong { font-size: 3.35rem; }
  .about { padding-bottom: 88px; }
  .about-editorial { display: block; padding-bottom: 68px; }
  .pull-quote { margin-bottom: 58px; padding-right: 20px; }
  .about-story .lead { font-size: 1.25rem; }
  .story-columns { grid-template-columns: 1fr; gap: 22px; }
  .facts { grid-template-columns: 1fr; }
  .facts article, .facts article:first-child { flex-direction: row; align-items: center; min-height: 132px; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .facts article:last-child { border-bottom: 0; }
  .facts strong { min-width: 138px; font-size: 5.2rem; }
  .proposals { padding-bottom: 96px; }
  .section-intro-dark { padding-top: 90px; }
  .proposal-list { gap: 78px; }
  .proposal-row, .proposal-row-reverse { display: flex; flex-direction: column; gap: 30px; align-items: stretch; }
  .proposal-row-reverse .proposal-photo, .proposal-row-reverse .proposal-copy { order: initial; }
  .proposal-photo { aspect-ratio: 4 / 3; }
  .proposal-photo > span { left: 18px; top: 16px; font-size: 3.6rem; }
  .proposal-copy h3 { margin-bottom: 24px; font-size: 3.45rem; }
  .social { padding: 90px 0 80px; }
  .social-grid { display: block; }
  .social-main h2 { font-size: clamp(4.1rem, 18vw, 5.8rem); }
  .social-main > p { margin: 28px 0 34px; }
  .social-links a { grid-template-columns: 78px 1fr 24px; gap: 8px; min-height: 80px; }
  .social-links strong { font-size: .78rem; }
  .contact-card { margin-top: 40px; padding: 28px 24px 22px; }
  .site-footer .shell { grid-template-columns: 1fr auto; }
  .site-footer p:nth-child(2) { display: none; }
  .site-footer p:last-child { max-width: 160px; }
}

@media (max-width: 390px) {
  .hero-lead { max-width: 94%; }
  .title-line > span { font-size: 4.15rem; }
  .title-line.title-main > span { font-size: 5.35rem; }
  .hero-portrait { right: -29%; width: 108vw; }
  .facts strong { min-width: 118px; font-size: 4.5rem; }
  .player-title strong { font-size: 3.75rem; }
  .social-links a { grid-template-columns: 1fr 22px; }
  .social-links span { display: none; }
}

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