:root {
  --ink: #090909;
  --white: #ffffff;
  --soft: #f2f3f5;
  --line: #d9dce1;
  --muted: #62666d;
  --coral: #ff5b48;
  --cobalt: #2658ff;
  --lime: #c8ff38;
  --yellow: #ffd84c;
  --green: #20c77a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; font-size: 16px; letter-spacing: 0; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 14px; color: var(--white); background: var(--ink); }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 40; top: 0; left: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; min-height: 76px; padding: 0 42px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.25); transition: background .2s ease, position .2s ease; }
.site-header.scrolled { position: fixed; background: rgba(9,9,9,.94); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; color: inherit; font-weight: 900; text-decoration: none; }
.brand-mark { display: block; width: 42px; height: 42px; flex: 0 0 42px; overflow: hidden; color: transparent; background: var(--ink) url('/casting-growth-mark.20260816b.svg') center / cover no-repeat; border: 1px solid rgba(255,255,255,.45); border-radius: 6px; font-size: 0; }
.brand-name { font-size: 18px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; }
.desktop-nav a { position: relative; color: inherit; font-size: 14px; font-weight: 800; text-decoration: none; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; content: ''; background: var(--lime); transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.site-header > .button { justify-self: end; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 22px; padding: 0 22px; border: 1px solid transparent; border-radius: 4px; font-weight: 900; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 0 rgba(0,0,0,.18); }
.button:disabled { cursor: wait; opacity: .62; transform: none; }
.button-small { min-height: 44px; padding: 0 18px; font-size: 13px; }
.button-outline { color: var(--white); background: rgba(0,0,0,.18); border-color: rgba(255,255,255,.7); }
.button-coral { color: var(--ink); background: var(--coral); }
.button-ink { color: var(--white); background: var(--ink); }
.button-light { color: var(--ink); background: var(--white); }
.button-lime { color: var(--ink); background: var(--lime); }
.full-button { width: 100%; }
.text-button { padding: 8px 0; color: inherit; background: transparent; border: 0; border-bottom: 2px solid currentColor; font-weight: 900; }
.icon-button { display: grid; flex: 0 0 auto; width: 46px; height: 46px; place-items: center; padding: 0; overflow: hidden; color: var(--ink); background: var(--white); border: 1px solid currentColor; border-radius: 50%; line-height: 1; transition: transform .2s ease, background .2s ease; }
.icon-button svg { display: block; width: 20px; height: 20px; }
.icon-button:hover { background: var(--lime); transform: rotate(8deg); }

.hero { position: relative; min-height: 760px; height: 100svh; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: rgba(0,0,0,.18); }
.hero-content { position: relative; z-index: 2; display: flex; width: min(760px, 58vw); min-height: 100%; flex-direction: column; justify-content: center; padding: 118px 0 118px 5.5vw; }
.eyebrow { margin: 0 0 20px; font-size: 12px; font-weight: 900; line-height: 1.3; text-transform: uppercase; }
.eyebrow.light { color: var(--white); }
.eyebrow.ink { color: var(--ink); }
.live-dot { display: inline-block; width: 9px; height: 9px; margin-right: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(32,199,122,.16); }
.hero h1 { max-width: 760px; margin: 0; font-family: Arial Black, Arial, Helvetica, sans-serif; font-size: 88px; font-weight: 900; line-height: .88; }
.hero h1 span { color: var(--lime); }
.hero-copy { max-width: 610px; margin: 28px 0 0; font-size: 20px; line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 32px; }
.hero-drop { position: absolute; z-index: 2; right: 42px; bottom: 94px; display: grid; width: 240px; padding: 18px; color: var(--ink); background: var(--yellow); border: 1px solid var(--ink); box-shadow: 8px 8px 0 var(--cobalt); transform: rotate(-2deg); }
.hero-drop span, .hero-drop small { font-size: 11px; font-weight: 900; text-transform: uppercase; }
.hero-drop strong { margin: 8px 0 4px; font-size: 21px; }
.hero-lanes { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); min-height: 58px; align-items: center; padding: 0 5.5vw; border-top: 1px solid rgba(255,255,255,.35); background: rgba(9,9,9,.58); }
.hero-lanes span { font-size: 12px; font-weight: 800; }

.marquee { overflow: hidden; color: var(--ink); background: var(--lime); border-block: 1px solid var(--ink); }
.marquee div { display: flex; width: max-content; min-width: 100%; align-items: center; justify-content: space-around; gap: 28px; padding: 17px 32px; }
.marquee span { font-family: Arial Black, Arial, sans-serif; font-size: 18px; text-transform: uppercase; }
.marquee i { width: 10px; height: 10px; background: var(--coral); border-radius: 50%; }

.section { padding: 110px max(5.5vw, 24px); }
.opportunity-section { background: var(--soft); }
.opportunity-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; max-width: 1440px; margin: 0 auto 54px; }
h2 { margin: 0; font-family: Arial Black, Arial, Helvetica, sans-serif; font-size: 64px; font-weight: 900; line-height: .98; }
.opportunity-heading > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 19px; line-height: 1.55; }
.opportunity-toolbar { display: flex; max-width: 1440px; align-items: center; justify-content: space-between; margin: 0 auto 22px; }
.filter-group { display: flex; gap: 8px; }
.filter-button { min-height: 42px; padding: 0 15px; color: var(--ink); background: transparent; border: 1px solid #aeb2b9; border-radius: 24px; font-weight: 800; }
.filter-button span { display: inline-grid; min-width: 22px; height: 22px; place-items: center; margin-left: 7px; background: var(--white); border-radius: 50%; font-size: 11px; }
.filter-button.active { color: var(--white); background: var(--ink); border-color: var(--ink); }
.opportunity-toolbar > p { margin: 0; color: var(--muted); font-size: 13px; font-weight: 800; }
.opportunity-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(320px, .75fr); gap: 18px; max-width: 1440px; margin: 0 auto; }
.opportunity-card { overflow: hidden; background: var(--white); border: 1px solid var(--ink); border-radius: 6px; }
.featured-opportunity { display: grid; grid-row: span 2; grid-template-columns: minmax(340px, .95fr) minmax(350px, 1.05fr); min-height: 700px; }
.opportunity-visual { position: relative; display: flex; overflow: hidden; min-height: 420px; align-items: center; padding: 78px 24px 170px; background: var(--ink); }
.opportunity-visual img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; object-position: center; border: 1px solid #333; opacity: 1; }
.status-badge { position: absolute; top: 18px; left: 18px; padding: 9px 12px; border-radius: 24px; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.status-badge.live { background: var(--lime); }
.prize-badge { position: absolute; bottom: 24px; left: 20px; display: grid; max-width: 220px; padding: 14px 16px; color: var(--ink); background: var(--yellow); border: 1px solid var(--white); box-shadow: 6px 6px 0 var(--cobalt); transform: rotate(-1deg); }
.prize-badge strong { font-family: Arial Black, Arial, sans-serif; font-size: 38px; line-height: .9; }
.prize-badge span { margin-top: 6px; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.card-index { position: absolute; right: 18px; bottom: 12px; color: var(--white); font-family: Arial Black, Arial, sans-serif; font-size: 74px; }
.opportunity-body { display: flex; flex-direction: column; padding: 28px; }
.partner-line { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 34px; color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.opportunity-body h3 { margin: 0; font-family: Arial Black, Arial, sans-serif; font-size: 40px; line-height: .98; }
.opportunity-body > p { margin: 22px 0; color: var(--muted); font-size: 16px; line-height: 1.5; }
.opportunity-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.opportunity-tags span { padding: 7px 10px; background: var(--soft); border: 1px solid var(--line); border-radius: 18px; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.opportunity-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: auto; padding-top: 34px; }
.opportunity-stats div { display: grid; gap: 4px; padding-top: 16px; border-top: 1px solid var(--line); }
.opportunity-stats div:first-child { padding: 14px; background: var(--yellow); border: 1px solid var(--ink); }
.opportunity-stats strong { font-family: Arial Black, Arial, sans-serif; font-size: 28px; }
.opportunity-stats small { color: var(--muted); line-height: 1.3; }
.card-actions { display: flex; align-items: center; gap: 10px; margin-top: 24px; }
.card-actions .button { flex: 1; }
.upcoming-card { display: grid; grid-template-columns: 155px 1fr; min-height: 341px; }
.upcoming-card.cobalt { color: var(--white); background: var(--cobalt); }
.upcoming-card.lime { color: var(--ink); background: var(--lime); }
.upcoming-art { display: flex; overflow: hidden; flex-direction: column; justify-content: center; padding: 14px; border-right: 1px solid currentColor; }
.upcoming-art span { font-family: Arial Black, Arial, sans-serif; font-size: 34px; line-height: .9; transform: rotate(-6deg); }
.upcoming-art span:nth-child(2) { color: var(--lime); transform: rotate(5deg); }
.expert-art span:nth-child(2) { color: var(--cobalt); }
.upcoming-card .opportunity-body { padding: 22px; }
.upcoming-card .partner-line { margin-bottom: 22px; color: currentColor; opacity: .75; }
.upcoming-card h3 { font-size: 28px; }
.upcoming-card .opportunity-body > p { margin: 14px 0; color: currentColor; font-size: 14px; }
.upcoming-card .opportunity-tags { margin-bottom: 20px; }
.upcoming-card .opportunity-tags span { color: var(--ink); background: var(--white); border: 0; }
.upcoming-card .button { margin-top: auto; }
.empty-filter { max-width: 1440px; margin: 24px auto 0; padding: 40px; text-align: center; background: var(--white); border: 1px dashed var(--ink); }

.talent-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; padding: 110px max(5.5vw, 24px); color: var(--white); background: var(--cobalt); }
.talent-intro { align-self: center; max-width: 660px; }
.talent-intro h2 { font-size: 58px; }
.talent-intro > p:not(.eyebrow) { max-width: 580px; margin: 26px 0; font-size: 19px; line-height: 1.55; }
.talent-lanes { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.65); }
.talent-lanes article { min-height: 270px; padding: 28px; border-right: 1px solid rgba(255,255,255,.65); border-bottom: 1px solid rgba(255,255,255,.65); }
.talent-lanes article:nth-child(2n) { border-right: 0; }
.talent-lanes article:nth-child(n+3) { border-bottom: 0; }
.talent-lanes span { display: inline-grid; width: 34px; height: 34px; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 11px; font-weight: 900; }
.talent-lanes h3 { margin: 58px 0 12px; font-family: Arial Black, Arial, sans-serif; font-size: 28px; }
.talent-lanes p { margin: 0; color: rgba(255,255,255,.82); line-height: 1.5; }

.featured-section { background: var(--white); }
.campaign-topline { display: flex; max-width: 1440px; justify-content: space-between; margin: 0 auto 60px; padding-bottom: 14px; border-bottom: 2px solid var(--ink); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.campaign-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; max-width: 1440px; margin: 0 auto; }
.campaign-copy { align-self: center; }
.campaign-copy h2 { font-size: 60px; }
.campaign-lead { margin: 26px 0; color: var(--muted); font-size: 18px; line-height: 1.55; }
.campaign-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 34px 0; border-block: 1px solid var(--line); }
.campaign-facts div { display: grid; gap: 6px; padding: 20px 12px 20px 0; }
.campaign-facts strong { font-family: Arial Black, Arial, sans-serif; font-size: 24px; }
.campaign-facts span { color: var(--muted); font-size: 11px; line-height: 1.35; }
.inline-link { display: inline-flex; gap: 10px; align-items: center; padding-bottom: 5px; border-bottom: 2px solid currentColor; font-weight: 900; text-decoration: none; }
.site-preview { overflow: hidden; color: var(--white); background: var(--ink); border: 1px solid var(--ink); border-radius: 6px; text-decoration: none; box-shadow: 12px 12px 0 var(--lime); }
.browser-bar { display: flex; height: 42px; align-items: center; gap: 6px; padding: 0 14px; }
.browser-bar span { width: 8px; height: 8px; background: var(--coral); border-radius: 50%; }
.browser-bar span:nth-child(2) { background: var(--yellow); }
.browser-bar span:nth-child(3) { background: var(--green); }
.browser-bar strong { margin-left: 8px; font-size: 11px; }
.site-preview img { width: 100%; aspect-ratio: 16/9; object-fit: cover; object-position: top; }
.track-list { max-width: 1440px; margin: 80px auto 0; border-top: 2px solid var(--ink); }
.track-list article { display: grid; grid-template-columns: 150px 1fr 220px 48px; gap: 24px; align-items: center; min-height: 138px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.track-code { width: fit-content; padding: 8px 10px; font-size: 10px; font-weight: 900; }
.track-code.coral { background: var(--coral); }
.track-code.cobalt { color: var(--white); background: var(--cobalt); }
.track-code.lime { background: var(--lime); }
.track-list h3 { margin: 0 0 7px; font-family: Arial Black, Arial, sans-serif; font-size: 25px; }
.track-list p { margin: 0; color: var(--muted); line-height: 1.45; }
.track-list article > strong { display: grid; gap: 4px; font-family: Arial Black, Arial, sans-serif; font-size: 16px; line-height: 1.15; text-transform: uppercase; }
.track-list article > strong small { color: var(--muted); font-family: Arial, sans-serif; font-size: 10px; font-weight: 800; }
.campaign-action-band { display: flex; max-width: 1440px; align-items: center; justify-content: space-between; gap: 30px; margin: 40px auto 0; padding: 28px; background: var(--yellow); border: 1px solid var(--ink); }
.campaign-action-band div { display: grid; gap: 6px; }
.campaign-action-band strong { font-size: 19px; }
.campaign-action-band span { color: #3d3d3d; }
.legal-note { max-width: 1440px; margin: 18px auto 0; color: var(--muted); font-size: 11px; line-height: 1.5; }

.journey-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; color: var(--white); background: var(--ink); }
.journey-section > img { width: 100%; height: 100%; min-height: 760px; object-fit: cover; }
.journey-copy { padding: 90px 7vw; }
.journey-copy h2 { font-size: 60px; }
.journey-copy ol { margin: 52px 0 0; padding: 0; list-style: none; }
.journey-copy li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid #444; }
.journey-copy li:last-child { border-bottom: 1px solid #444; }
.journey-copy li > span { color: var(--lime); font-weight: 900; }
.journey-copy h3 { margin: 0 0 5px; font-size: 19px; }
.journey-copy p { margin: 0; color: #afb1b5; line-height: 1.45; }

.newsletter-section { position: relative; display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; min-height: 520px; padding: 90px max(5.5vw, 24px); background: var(--lime); overflow: hidden; }
.newsletter-section h2 { max-width: 760px; font-size: 68px; }
.newsletter-section > div > p:not(.eyebrow) { max-width: 600px; font-size: 18px; line-height: 1.5; }
.newsletter-sticker { position: absolute; top: 34px; right: 44px; display: grid; width: 120px; height: 120px; place-items: center; color: var(--white); background: var(--coral); border: 2px solid var(--ink); border-radius: 50%; font-family: Arial Black, Arial, sans-serif; font-size: 14px; line-height: 1.05; text-align: center; transform: rotate(8deg); }
.newsletter-inline { align-self: end; }
.newsletter-inline > label:first-child { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.input-action { display: flex; border-bottom: 3px solid var(--ink); }
.input-action input { width: 100%; padding: 16px 4px; background: transparent; border: 0; outline: 0; font-size: 21px; }
.input-action button { display: grid; width: 60px; place-items: center; padding: 0; background: transparent; border: 0; font-size: 26px; line-height: 1; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 24px; align-items: center; padding: 42px 5.5vw; color: var(--white); background: var(--ink); }
.site-footer p { margin: 0; color: #aeb0b4; font-size: 13px; }
.site-footer nav { display: flex; gap: 18px; }
.site-footer nav a { font-size: 12px; font-weight: 800; }
.copyright { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid #333; }

.modal { position: fixed; z-index: 100; inset: 0; display: none; }
.modal.open { display: block; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.7); backdrop-filter: blur(7px); }
.modal-panel { position: absolute; top: 0; right: 0; overflow-y: auto; width: min(720px, 100%); height: 100%; padding: 58px; background: var(--white); box-shadow: -24px 0 60px rgba(0,0,0,.25); }
.application-panel { width: min(820px, 100%); }
.modal-close { position: absolute; top: 20px; right: 20px; display: grid; width: 44px; height: 44px; place-items: center; color: var(--ink); background: transparent; border: 1px solid var(--ink); font-size: 28px; }
.modal-heading { padding-right: 40px; }
.modal-heading h2, .newsletter-panel h2, .success-state h2 { margin: 0; font-family: Arial Black, Arial, sans-serif; font-size: 46px; line-height: 1; }
.modal-heading > p:last-child, .newsletter-panel > p { color: var(--muted); line-height: 1.5; }
.application-form { margin-top: 34px; }
fieldset { margin: 0 0 28px; padding: 0; border: 0; }
legend { margin-bottom: 12px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.track-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.track-options label { position: relative; }
.track-options input { position: absolute; opacity: 0; }
.track-options label > span { display: grid; min-height: 96px; align-content: center; gap: 5px; padding: 14px; background: var(--soft); border: 2px solid transparent; border-radius: 4px; }
.track-options input:checked + span { background: var(--lime); border-color: var(--ink); }
.track-options small { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid label, .newsletter-panel form > label:not(.consent):not(.honeypot) { display: grid; gap: 7px; }
.form-grid label > span, .newsletter-panel form > label > span { font-size: 12px; font-weight: 900; }
.form-grid .full { grid-column: 1 / -1; }
input, select, textarea { width: 100%; min-height: 48px; padding: 12px; color: var(--ink); background: var(--white); border: 1px solid #aeb2b9; border-radius: 3px; outline: 0; }
textarea { min-height: 118px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--cobalt); box-shadow: 0 0 0 3px rgba(38,88,255,.15); }
.counter { display: block; margin-top: -2px; color: var(--muted); text-align: right; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin-top: 18px; color: #4c5057; font-size: 12px; line-height: 1.45; }
.consent input { width: 18px; min-height: 18px; margin: 0; accent-color: var(--cobalt); }
.consent a { font-weight: 800; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 24px; }
.form-status { min-height: 18px; margin: 8px 0 0; font-size: 12px; font-weight: 800; }
.form-status.error { color: #b92323; }
.newsletter-panel form { display: grid; gap: 15px; margin-top: 30px; }
.newsletter-panel .consent { margin-top: 0; }
.success-state { margin-top: 60px; }
.success-mark { display: grid; width: 64px; height: 64px; place-items: center; margin-bottom: 28px; background: var(--lime); border-radius: 50%; font-size: 34px; }
.success-state > p:not(.eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.5; }
.success-actions { display: flex; align-items: center; gap: 26px; margin-top: 30px; }
.toast { position: fixed; z-index: 120; right: 20px; bottom: 20px; visibility: hidden; padding: 16px 20px; color: var(--white); background: var(--ink); transform: translateY(140%); transition: transform .25s ease; }
.toast.show { visibility: visible; transform: none; }

.legal-page { color: var(--ink); }
.legal-page h1 { font-family: Arial Black, Arial, sans-serif; line-height: .95; }

@media (max-width: 1300px) {
  .opportunity-grid { grid-template-columns: 1fr 1fr; }
  .featured-opportunity { grid-column: 1 / -1; grid-row: auto; min-height: 620px; }
  .upcoming-card { min-height: 330px; }
}

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; padding-inline: 24px; }
  .desktop-nav { display: none; }
  .hero-content { width: 70vw; padding-left: 32px; }
  .hero h1 { font-size: 72px; }
  .hero-drop { right: 24px; }
  .opportunity-grid { grid-template-columns: 1fr; }
  .featured-opportunity { grid-column: auto; grid-row: auto; }
  .upcoming-card { min-height: 300px; }
  .talent-section { grid-template-columns: 1fr; }
  .campaign-layout { grid-template-columns: 1fr; }
  .site-preview { max-width: 850px; }
  .journey-copy { padding: 70px 5vw; }
  .newsletter-section { grid-template-columns: 1fr; }
  .newsletter-inline { max-width: 700px; }
}

@media (max-width: 760px) {
  .site-header { min-height: 64px; padding-inline: 16px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-name { font-size: 15px; }
  .site-header > .button { min-height: 38px; padding-inline: 12px; font-size: 11px; }
  .hero { min-height: 720px; height: 100svh; }
  .hero-media { object-position: 63% center; }
  .hero-shade { background: rgba(0,0,0,.42); }
  .hero-content { width: 100%; justify-content: flex-end; padding: 100px 18px 120px; }
  .hero h1 { max-width: 100%; font-size: 54px; }
  .hero-copy { max-width: 520px; margin-top: 20px; font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; margin-top: 22px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-button { align-self: flex-start; }
  .hero-drop { display: none; }
  .hero-lanes { grid-template-columns: repeat(2, 1fr); min-height: 78px; padding: 10px 18px; gap: 8px; }
  .hero-lanes span { font-size: 10px; }
  .marquee div { justify-content: flex-start; }
  .marquee span { font-size: 14px; }
  .section { padding: 74px 18px; }
  h2 { font-size: 44px; }
  .opportunity-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 34px; }
  .opportunity-heading > p { font-size: 16px; }
  .opportunity-toolbar { align-items: flex-start; flex-direction: column; gap: 16px; }
  .filter-group { width: 100%; overflow-x: auto; padding-bottom: 4px; }
  .filter-button { flex: 0 0 auto; }
  .featured-opportunity { grid-template-columns: 1fr; min-height: 0; }
  .opportunity-visual { min-height: 360px; padding: 64px 14px 130px; }
  .prize-badge { bottom: 20px; left: 14px; max-width: 190px; }
  .prize-badge strong { font-size: 32px; }
  .card-index { font-size: 58px; }
  .opportunity-body { padding: 22px; }
  .opportunity-body h3 { font-size: 34px; }
  .partner-line { margin-bottom: 24px; }
  .upcoming-card { grid-template-columns: 112px 1fr; min-height: 330px; }
  .upcoming-art span { font-size: 25px; }
  .upcoming-card h3 { font-size: 24px; }
  .talent-section { gap: 48px; padding: 74px 18px; }
  .talent-intro h2 { font-size: 43px; }
  .talent-lanes { grid-template-columns: 1fr; }
  .talent-lanes article { min-height: 210px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.65) !important; }
  .talent-lanes article:last-child { border-bottom: 0 !important; }
  .talent-lanes h3 { margin-top: 36px; }
  .campaign-topline { gap: 20px; margin-bottom: 38px; font-size: 10px; }
  .campaign-layout { gap: 38px; }
  .campaign-copy h2 { font-size: 43px; }
  .campaign-facts { grid-template-columns: 1fr; }
  .campaign-facts div { grid-template-columns: 105px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
  .campaign-facts div:last-child { border-bottom: 0; }
  .site-preview { box-shadow: 7px 7px 0 var(--lime); }
  .track-list { margin-top: 60px; }
  .track-list article { grid-template-columns: 1fr 48px; gap: 16px; }
  .track-list article > .track-code, .track-list article > div { grid-column: 1; }
  .track-list article > strong { grid-column: 1; }
  .track-list article > .icon-button { grid-column: 2; grid-row: 1 / 4; }
  .campaign-action-band { align-items: stretch; flex-direction: column; }
  .journey-section { grid-template-columns: 1fr; }
  .journey-section > img { min-height: 460px; max-height: 520px; }
  .journey-copy { padding: 64px 18px; }
  .journey-copy h2 { font-size: 44px; }
  .newsletter-section { gap: 50px; min-height: 680px; padding: 84px 18px 58px; }
  .newsletter-section h2 { font-size: 47px; }
  .newsletter-sticker { top: 20px; right: 18px; width: 88px; height: 88px; font-size: 11px; }
  .site-footer { grid-template-columns: 1fr; padding: 38px 18px; }
  .site-footer nav { flex-wrap: wrap; }
  .modal-panel { padding: 72px 20px 38px; }
  .modal-heading h2, .newsletter-panel h2, .success-state h2 { font-size: 39px; }
  .track-options { grid-template-columns: 1fr; }
  .track-options label > span { min-height: 74px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .form-submit, .success-actions { align-items: stretch; flex-direction: column; }
  .form-submit .button { width: 100%; }
  .legal-page { padding: 84px 18px !important; }
  .legal-page h1 { font-size: 46px !important; }
}

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