@font-face {
  font-family: "Inter Boars";
  src: url("font/Inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Inter Boars";
  src: url("font/Inter/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Marcellus Boars";
  src: url("font/Marcellus/Marcellus-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Scripble Boars";
  src: url("font/Scripble.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --green-950: #032d1d;
  --green-900: #063c26;
  --green-800: #07502f;
  --green-bright: #16b51a;
  --green-electric: #29d527;
  --ink: #0b1510;
  --paper: #f3f5ef;
  --white: #ffffff;
  --line: rgba(255,255,255,.16);
  --line-dark: rgba(11,21,16,.14);
  --shadow: 0 24px 60px rgba(0,0,0,.22);
  --radius: 2px;
  --container: min(1180px, calc(100% - 40px));
  --font-sans: "Inter Boars", ui-sans-serif, system-ui, sans-serif;
  --font-display: "Inter Boars", ui-sans-serif, system-ui, sans-serif;
  --font-editorial: "Marcellus Boars", Georgia, serif;
  --font-hand: "Scripble Boars", "Segoe Print", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  line-height: 1.55;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; transform: translateY(-150%); background: #fff; padding: 10px 14px; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: var(--white);
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled {
  background: rgba(3,45,29,.92);
  border-color: var(--line);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 48px; height: 48px; object-fit: cover; border: 1px solid rgba(255,255,255,.3); }
.brand span { display: grid; line-height: .9; letter-spacing: .08em; }
.brand strong, .brand em { font-family: var(--font-display); font-weight: 900; line-height: 1; letter-spacing: .025em; }
.brand strong { font-size: .84rem; }
.brand em { font-style: normal; color: var(--green-electric); font-size: 1.15rem; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a { font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.site-nav a:not(.nav-cta)::after { content: ""; display: block; height: 2px; background: var(--green-electric); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { border: 1px solid rgba(255,255,255,.42); padding: 12px 18px; }
.nav-cta:hover { background: var(--white); color: var(--green-950); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: #fff; margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 780px;
  color: var(--white);
  background:
    radial-gradient(circle at 79% 40%, rgba(41,213,39,.18), transparent 23%),
    linear-gradient(135deg, var(--green-950) 0%, #032718 55%, #041e14 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to right, transparent, #000 45%, #000);
}
.hero-grid { min-height: 780px; padding-top: 122px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; position: relative; z-index: 2; }
.hero-copy { padding-bottom: 40px; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: .73rem; font-weight: 900; letter-spacing: .17em; color: rgba(255,255,255,.72); }
.eyebrow span { width: 34px; height: 3px; background: var(--green-electric); }
.eyebrow.dark { color: rgba(11,21,16,.6); }
.hero h1, .section h2, .manifesto h2 {
  margin: 24px 0;
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .86;
  text-transform: uppercase;
}
.hero h1 { font-size: clamp(5.2rem, 9vw, 9.2rem); }
.hero h1 mark { color: var(--green-electric); background: none; }
.hero-copy > p { max-width: 620px; font-size: 1.08rem; color: rgba(255,255,255,.72); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 23px; text-decoration: none; text-transform: uppercase; font-size: .76rem; letter-spacing: .08em; font-weight: 900; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green-electric); color: #032718; }
.button-primary:hover { background: var(--white); }
.button-ghost { border-color: rgba(255,255,255,.4); }
.button-ghost:hover { background: var(--white); color: var(--green-950); }
.hero-mark { position: relative; justify-self: end; width: min(520px, 100%); }
.logo-frame { position: relative; transform: rotate(3deg); box-shadow: var(--shadow); border: 10px solid rgba(255,255,255,.92); background: var(--green-900); }
.logo-frame::before { content: ""; position: absolute; inset: -26px 24px 24px -26px; border: 1px solid rgba(41,213,39,.52); z-index: -1; }
.logo-frame img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.vertical-word { position: absolute; right: -42px; top: 50%; transform: translateY(-50%) rotate(90deg); transform-origin: center; font-size: .68rem; font-weight: 900; letter-spacing: .45em; color: rgba(255,255,255,.65); }
.hero-stripe { position: absolute; height: 16px; left: 0; right: 0; bottom: 0; background: repeating-linear-gradient(135deg, var(--green-electric) 0 22px, #0b7f17 22px 44px); }

.match-strip { background: #07150e; color: white; border-bottom: 1px solid rgba(255,255,255,.08); }
.match-grid { min-height: 126px; display: grid; grid-template-columns: 160px 1.5fr .8fr auto; align-items: stretch; }
.match-grid > * { display: flex; flex-direction: column; justify-content: center; padding: 24px 30px; border-right: 1px solid rgba(255,255,255,.11); }
.match-label { color: var(--green-electric); font-family: var(--font-hand); font-size: 1.85rem; font-weight: 400; letter-spacing: .02em; }
.match-kicker, .match-meta span { color: rgba(255,255,255,.48); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.match-info strong, .match-meta strong { margin-top: 4px; font-size: .92rem; }
.match-link { text-decoration: none; flex-direction: row; align-items: center; gap: 16px; font-size: .73rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; border-right: 0; }
.match-link span { color: var(--green-electric); font-size: 1.4rem; }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.section-heading h2, .section-top h2, .contact h2 { font-size: clamp(4.2rem, 7vw, 7.7rem); color: var(--green-950); }
.intro-copy { padding-top: 38px; max-width: 650px; }
.intro-copy .lead { font-family: var(--font-editorial); font-size: 1.65rem; line-height: 1.4; font-weight: 400; color: var(--green-900); }
.intro-copy p:not(.lead) { color: #58635d; }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 20px; text-decoration: none; font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.text-link span { color: var(--green-bright); font-size: 1.15rem; }
.values-grid { margin-top: 86px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.value-card { min-height: 330px; padding: 34px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); display: flex; flex-direction: column; align-items: flex-start; }
.value-number { display: block; color: var(--green-bright); font-size: .7rem; letter-spacing: .16em; font-weight: 900; }
.value-card h3 { font-family: var(--font-display); font-size: 2.2rem; font-weight: 900; letter-spacing: -.035em; margin: 76px 0 12px; color: var(--green-950); }
.value-card p { color: #657069; font-size: .92rem; }
.card-link { margin-top: auto; padding-top: 24px; color: var(--green-950); text-decoration: none; text-transform: uppercase; font-size: .68rem; font-weight: 900; letter-spacing: .1em; }
.card-link span { margin-left: 8px; color: var(--green-bright); font-size: 1rem; }
.card-link:hover { color: var(--green-bright); }
.about-detail { margin-top: 24px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.about-panel { min-height: 330px; padding: 42px; border: 1px solid var(--line-dark); background: rgba(255,255,255,.42); display: flex; flex-direction: column; align-items: flex-start; }
.about-label { color: var(--green-bright); font-size: .68rem; font-weight: 900; letter-spacing: .16em; }
.about-panel h3 { max-width: 520px; margin: 56px 0 16px; color: var(--green-950); font-family: var(--font-display); font-size: clamp(2.1rem, 3.3vw, 3.8rem); font-weight: 900; letter-spacing: -.045em; line-height: .95; }
.about-panel p { max-width: 570px; margin: 0; color: #58635d; }
.about-panel .text-link { margin-top: auto; padding-top: 28px; }

.inner-page { min-height: 100vh; background: var(--paper); }
.inner-hero { padding: 170px 0 90px; color: white; background: var(--green-950); }
.inner-hero h1 { max-width: 950px; margin: 24px 0; font-family: var(--font-display); font-size: clamp(4rem, 9vw, 8.5rem); font-weight: 900; letter-spacing: -.055em; line-height: .86; text-transform: uppercase; }
.inner-hero p { max-width: 680px; color: rgba(255,255,255,.7); font-size: 1.05rem; }
.team-detail-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 76% 45%, rgba(41,213,39,.14), transparent 26%), var(--green-950); }
.team-detail-hero::after { content: "C"; position: absolute; right: 2vw; bottom: -11%; color: rgba(255,255,255,.035); font-family: var(--font-display); font-size: min(38vw, 36rem); font-weight: 900; line-height: .75; pointer-events: none; }
.team-detail-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(330px, .7fr); gap: 100px; align-items: end; }
.team-detail-copy h1 { max-width: none; white-space: nowrap; font-size: clamp(4.5rem, 8vw, 8.5rem); }
.team-season-card { margin-bottom: 12px; padding: 34px; border: 1px solid rgba(41,213,39,.35); background: rgba(1,23,14,.7); backdrop-filter: blur(10px); }
.team-season-label { color: var(--green-electric); font-size: .65rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.team-season-card > strong { display: block; margin: 28px 0 38px; color: white; font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 3.1rem); line-height: .94; letter-spacing: -.04em; }
.team-season-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.14); }
.team-season-facts > div { padding: 17px; background: #05281a; }
.team-season-facts small, .team-season-facts b { display: block; }
.team-season-facts small { color: rgba(255,255,255,.45); font-size: .59rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.team-season-facts b { margin-top: 5px; color: white; font-size: .88rem; }
.team-season-card > a { display: flex; justify-content: space-between; margin-top: 26px; color: white; text-decoration: none; text-transform: uppercase; font-size: .68rem; font-weight: 900; letter-spacing: .09em; }
.team-season-card > a span { color: var(--green-electric); }
.inner-back { display: inline-flex; margin-bottom: 30px; color: var(--green-electric); text-decoration: none; text-transform: uppercase; font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.page-content { padding: 90px 0 120px; }
.placeholder-intro { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; margin-bottom: 70px; }
.placeholder-intro h2 { margin: 0; color: var(--green-950); font-family: var(--font-display); font-size: clamp(2.8rem, 5vw, 5.2rem); font-weight: 900; letter-spacing: -.05em; line-height: .92; text-transform: uppercase; }
.placeholder-intro p { margin-top: 0; color: #58635d; font-size: 1.05rem; }
.placeholder-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.placeholder-card { min-height: 280px; padding: 30px; border: 1px solid var(--line-dark); background: rgba(255,255,255,.55); }
.placeholder-card span { color: var(--green-bright); font-size: .67rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.placeholder-card h3 { margin: 70px 0 12px; color: var(--green-950); font-size: 1.45rem; line-height: 1.05; text-transform: uppercase; }
.placeholder-card p { color: #657069; font-size: .9rem; }
.placeholder-media { min-height: 360px; margin-top: 20px; border: 1px dashed rgba(3,45,29,.3); display: grid; place-items: center; color: rgba(3,45,29,.55); text-align: center; text-transform: uppercase; font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.editorial-media { position: relative; min-height: 460px; margin: 22px 0 0; overflow: hidden; background: var(--green-950); }
.editorial-media img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; }
.editorial-media figcaption { position: absolute; inset: auto 0 0; padding: 54px 32px 26px; color: rgba(255,255,255,.78); background: linear-gradient(transparent, rgba(2,10,6,.88)); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.demo-label { display: inline-flex; margin-bottom: 12px; padding: 6px 9px; color: #032718; background: var(--green-electric); font-size: .62rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); gap: 70px; align-items: start; }
.article-copy { color: #4f5c55; font-size: 1.03rem; }
.article-copy h2 { margin-top: 58px; color: var(--green-950); font-size: clamp(2.3rem, 5vw, 4.8rem); line-height: .95; }
.article-copy h2:first-child { margin-top: 0; }
.article-copy strong { color: var(--green-950); }
.article-aside { position: sticky; top: 120px; display: grid; gap: 1px; background: var(--line-dark); border: 1px solid var(--line-dark); }
.article-stat { padding: 24px; background: #fff; }
.article-stat span { display: block; color: #77817b; font-size: .63rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.article-stat strong { display: block; margin-top: 7px; color: var(--green-950); font-size: 1.2rem; }
.article-sources { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line-dark); font-size: .78rem; }
.article-sources a { color: var(--green-800); font-weight: 800; }
.gallery-intro { max-width: 720px; margin-bottom: 48px; color: #5b675f; font-size: 1.05rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.gallery-item { position: relative; min-height: 360px; margin: 0; overflow: hidden; background: var(--green-950); }
.gallery-item:nth-child(3n) { grid-column: 1 / -1; min-height: 520px; }
.gallery-item img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item figcaption { position: absolute; inset: auto 0 0; padding: 64px 24px 22px; color: white; background: linear-gradient(transparent, rgba(2,10,6,.9)); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.teams { color: white; background: var(--green-950); }
.section-top { display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 58px; }
.section-top h2 { color: white; margin-bottom: 0; }
.section-top > p { max-width: 440px; color: rgba(255,255,255,.64); margin-bottom: 8px; }
.teams .section-top > p { max-width: 540px; }
.no-wrap { white-space: nowrap; }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.13); }
.team-grid-single { grid-template-columns: 1fr; }
.team-card { min-height: 330px; position: relative; padding: 34px; background: #063622; text-decoration: none; display: flex; flex-direction: column; justify-content: space-between; transition: background .25s ease, transform .25s ease; overflow: hidden; }
.team-card::before { content: ""; position: absolute; width: 210px; height: 210px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; right: -80px; top: -80px; transition: transform .3s ease; }
.team-card:hover { background: #08502f; z-index: 2; transform: translateY(-5px); }
.team-card:hover::before { transform: scale(1.35); }
.team-card-primary { background: var(--green-bright); color: #041c12; }
.team-grid-single { border: 0; background: transparent; }
.team-grid-single .team-card {
  min-height: 410px;
  padding: 52px 56px;
  border: 1px solid rgba(41,213,39,.42);
  background: linear-gradient(105deg, rgba(3,45,29,.08) 0 55%, rgba(3,45,29,.76) 100%), linear-gradient(135deg, #16b51a, #0b7f32);
  color: white;
  box-shadow: 0 28px 70px rgba(0,0,0,.22);
}
.team-grid-single .team-card::before {
  content: "C";
  width: auto;
  height: auto;
  right: 42px;
  top: 50%;
  border: 0;
  border-radius: 0;
  transform: translateY(-52%);
  font-family: var(--font-display);
  font-size: clamp(15rem, 27vw, 27rem);
  font-weight: 900;
  line-height: .7;
  letter-spacing: -.08em;
  color: rgba(255,255,255,.075);
}
.team-grid-single .team-card:hover { background: linear-gradient(105deg, rgba(3,45,29,.02) 0 52%, rgba(3,45,29,.72) 100%), linear-gradient(135deg, #1acb20, #0b8735); }
.team-grid-single .team-card:hover::before { transform: translateY(-52%) scale(1.04); }
.team-grid-single .team-index { position: absolute; top: 34px; right: 38px; color: white; opacity: .72; }
.team-grid-single .team-card > div { position: relative; z-index: 2; max-width: 660px; }
.team-grid-single .team-card small { color: #032d1d; opacity: .78; }
.team-grid-single .team-card h3 { margin: 16px 0 18px; font-size: clamp(5rem, 10vw, 9rem); color: white; text-shadow: 0 3px 0 rgba(3,45,29,.16); }
.team-grid-single .team-card p { max-width: 560px; color: white; font-size: 1.05rem; line-height: 1.65; opacity: .86; }
.team-cta { display: inline-flex; align-items: center; gap: 12px; margin-top: 30px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.34); color: white; font-size: .7rem; font-weight: 900; letter-spacing: .13em; }
.team-cta b { font-size: 1rem; transition: transform .2s ease; }
.team-card:hover .team-cta b { transform: translateX(5px); }
.team-grid-single .team-arrow { display: none; }
.team-index { font-size: .69rem; font-weight: 900; letter-spacing: .15em; opacity: .55; }
.team-card small { font-size: .65rem; letter-spacing: .14em; font-weight: 900; opacity: .58; }
.team-card h3 { font-family: var(--font-display); font-size: clamp(3rem, 5vw, 5.5rem); font-weight: 900; line-height: .93; margin: 10px 0; letter-spacing: -.05em; }
.team-card p { max-width: 400px; opacity: .7; }
.team-arrow { position: absolute; right: 30px; bottom: 26px; font-size: 1.5rem; }

.manifesto { position: relative; min-height: 620px; overflow: hidden; background: #06120c; color: white; display: grid; place-items: center; }
.manifesto-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,27,17,.96), rgba(2,27,17,.6)), url('assets/logo-boars.jpg') center 43% / cover no-repeat; filter: saturate(.8); transform: scale(1.04); }
.manifesto-bg::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent 0 12px, rgba(255,255,255,.015) 12px 24px); }
.manifesto-content { position: relative; z-index: 2; }
.manifesto-content > span { color: var(--green-electric); font-size: .72rem; letter-spacing: .18em; font-weight: 900; }
.manifesto h2 { font-size: clamp(5rem, 11vw, 11rem); margin: 20px 0 12px; }
.manifesto p { margin: 0; font-family: var(--font-hand); font-size: 2.15rem; line-height: 1; letter-spacing: .02em; font-weight: 400; color: var(--green-electric); }

.news { background: #e9ede5; }
.section-top.light h2 { color: var(--green-950); }
.section-top.light .text-link { margin-bottom: 12px; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.news-card { background: white; border: 1px solid rgba(3,45,29,.09); transition: transform .25s ease, box-shadow .25s ease; }
.news-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(3,45,29,.12); }
.news-visual { aspect-ratio: 4/3; display: grid; place-items: center; position: relative; overflow: hidden; }
.news-visual::before, .news-visual::after { content: ""; position: absolute; }
.news-visual::before { width: 240px; height: 240px; border: 2px solid rgba(255,255,255,.18); transform: rotate(45deg); }
.news-visual::after { width: 140px; height: 140px; background: rgba(255,255,255,.08); border-radius: 50%; }
.news-visual span { position: relative; z-index: 3; font-family: var(--font-display); font-size: 3.2rem; font-weight: 900; letter-spacing: -.035em; }
.news-visual-one { background: linear-gradient(135deg, #032d1d, #0b6d35); color: var(--green-electric); }
.news-visual-two { background: linear-gradient(135deg, #0d160f, #27322b); color: white; }
.news-visual-three { background: linear-gradient(135deg, #10a719, #06401f); color: #031b11; }
.news-visual-four { background: linear-gradient(135deg, #173b2b, #07150e); color: var(--green-electric); }
.news-visual-five { background: linear-gradient(135deg, #16b51a, #087036); color: #031b11; }
.news-visual-six { background: linear-gradient(135deg, #eef2e9, #cbd7cb); color: var(--green-950); }
.news-body { padding: 26px; }
.news-meta { color: #7d877f; font-size: .63rem; font-weight: 900; letter-spacing: .12em; }
.news-body h3 { min-height: 112px; font-size: 1.14rem; line-height: 1.35; color: var(--green-950); }
.news-body a { text-decoration: none; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.news-body a span { color: var(--green-bright); margin-left: 6px; }
.news-body h2 { min-height: 112px; margin: 1em 0; color: var(--green-950); font-size: 1.14rem; line-height: 1.35; }
.news-body p { min-height: 72px; color: #657069; font-size: .9rem; }
.news-archive-hero { background: linear-gradient(125deg, #032d1d, #07150e); }
.news-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 42px; padding-bottom: 24px; border-bottom: 1px solid var(--line-dark); }
.news-filter { min-height: 42px; padding: 0 17px; border: 1px solid rgba(3,45,29,.22); background: transparent; color: var(--green-950); cursor: pointer; font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.news-filter:hover, .news-filter.active { border-color: var(--green-950); background: var(--green-950); color: white; }
.news-filter:focus-visible { outline: 3px solid var(--green-electric); outline-offset: 2px; }
.news-archive-grid { align-items: stretch; }
.news-archive-grid .news-card { display: flex; flex-direction: column; }
.news-archive-grid .news-body { display: flex; flex: 1; flex-direction: column; }
.news-archive-grid .news-body a { margin-top: auto; padding-top: 18px; }
.news-card[hidden] { display: none; }
.news-empty { padding: 36px; border: 1px solid var(--line-dark); color: #657069; text-align: center; }

.championship-hero { background: radial-gradient(circle at 80% 35%, rgba(41,213,39,.18), transparent 24%), linear-gradient(125deg, #032d1d, #07150e); }
.championship-nav { position: sticky; top: 84px; z-index: 20; border-bottom: 1px solid var(--line-dark); background: rgba(243,245,239,.96); backdrop-filter: blur(12px); }
.championship-nav .container { display: flex; overflow-x: auto; }
.championship-nav a { flex: 0 0 auto; padding: 18px 24px 16px 0; color: var(--green-950); text-decoration: none; text-transform: uppercase; font-size: .68rem; font-weight: 900; letter-spacing: .09em; }
.championship-overview { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.championship-kicker, .championship-section-heading > div > span { color: var(--green-bright); font-size: .67rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.championship-overview h2, .championship-section-heading h2 { margin: 18px 0 0; color: var(--green-950); font-family: var(--font-display); font-size: clamp(3rem, 6vw, 6.2rem); font-weight: 900; letter-spacing: -.055em; line-height: .88; }
.championship-status { padding: 32px; border-left: 4px solid var(--green-bright); background: white; }
.status-line { display: flex; align-items: center; gap: 10px; color: var(--green-950); }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #e7a900; box-shadow: 0 0 0 5px rgba(231,169,0,.14); }
.status-confirmed .status-dot { background: var(--green-bright); box-shadow: 0 0 0 5px rgba(22,181,26,.14); }
.championship-status p { color: #58635d; }
.championship-status small { color: #7d877f; }
.championship-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 60px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.championship-facts article { min-height: 140px; padding: 25px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.championship-facts span, .championship-facts strong { display: block; }
.championship-facts span { color: #7d877f; font-size: .62rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.championship-facts strong { margin-top: 28px; color: var(--green-950); font-size: 1.12rem; }
.championship-section { padding-top: 110px; scroll-margin-top: 130px; }
.championship-section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 44px; }
.championship-section-heading > p { color: #657069; }
.pending-panel { padding: 30px; border: 1px solid rgba(231,169,0,.35); background: #fffaf0; }
.pending-panel strong { color: var(--green-950); }
.pending-panel p { max-width: 780px; color: #657069; }
.teams-placeholder { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 22px; border: 1px solid var(--line-dark); background: var(--line-dark); }
.team-slot { min-height: 150px; padding: 25px; background: white; }
.team-slot > span { display: grid; width: 34px; height: 34px; place-items: center; margin-bottom: 24px; border-radius: 50%; background: #e9ede5; color: #829088; font-size: .68rem; font-weight: 900; }
.team-slot > img { width: 64px; height: 64px; margin-bottom: 18px; border-radius: 8px; background: white; object-fit: contain; }
.team-slot > img.team-logo-dark { padding: 7px; background: var(--green-950); }
.team-slot strong, .team-slot small { display: block; }
.team-slot strong { color: var(--green-950); }
.team-slot small { margin-top: 4px; color: #89938d; }
.team-slot-boars { background: var(--green-950); }
.team-slot-boars > span { background: var(--green-electric); color: var(--green-950); }
.team-slot-boars > img { border: 2px solid var(--green-electric); }
.team-slot-boars strong { color: white; }
.team-slot-boars small { color: rgba(255,255,255,.55); }
.schedule-shell { overflow: hidden; border: 1px solid var(--line-dark); background: white; }
.schedule-head { display: grid; grid-template-columns: .6fr .8fr 2fr .7fr; padding: 15px 22px; color: rgba(255,255,255,.66); background: var(--green-950); text-transform: uppercase; font-size: .62rem; font-weight: 900; letter-spacing: .1em; }
.schedule-empty { min-height: 210px; display: grid; place-content: center; gap: 7px; padding: 30px; text-align: center; }
.schedule-empty strong { color: var(--green-950); }
.schedule-empty span { color: #7d877f; font-size: .9rem; }
.promotion-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 34px; }
.promotion-stats article { min-height: 170px; padding: 26px; background: var(--green-950); color: white; }
.promotion-stats strong, .promotion-stats span { display: block; }
.promotion-stats strong { color: var(--green-electric); font-family: var(--font-display); font-size: 2.7rem; line-height: 1; }
.promotion-stats span { margin-top: 32px; color: rgba(255,255,255,.65); font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }
.championship-source-note { margin-top: 100px; padding: 28px; border-top: 1px solid var(--line-dark); color: #657069; font-size: .82rem; }
.championship-source-note strong { color: var(--green-950); }
.championship-source-note a { color: var(--green-800); font-weight: 800; }

.sponsors { color: white; background: #07150e; }
.sponsor-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.sponsors .section-heading h2 { color: white; }
.sponsors .section-heading p { color: rgba(255,255,255,.58); max-width: 420px; }
.sponsor-placeholder { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.sponsor-placeholder > div, .sponsor-placeholder > a { width: 100%; height: 126px; min-width: 0; display: grid; place-items: center; padding: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 4px; background: #fff; text-align: center; color: #07150e; font-size: .63rem; letter-spacing: .12em; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.sponsor-placeholder > .sponsor-dark { background: var(--green-950); }
.sponsor-placeholder > a.sponsor-ciacco { padding: 10px; overflow: hidden; }
.sponsor-placeholder > a.sponsor-ciacco img { width: 88%; height: 100%; transform: none; }
.sponsor-placeholder > a.sponsor-partenia { padding: 8px; overflow: hidden; }
.sponsor-placeholder > a.sponsor-partenia img { width: 86%; height: 100%; transform: none; }
.sponsor-placeholder > a.sponsor-sammontana img { width: 88%; height: 70%; }
.sponsor-placeholder > a.sponsor-benevento { padding: 8px; overflow: hidden; }
.sponsor-placeholder > a.sponsor-benevento img { transform: scale(1.12); }
.sponsor-placeholder > div:hover, .sponsor-placeholder > a:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(0,0,0,.28); }
.sponsor-placeholder img { display: block; width: 100%; height: 76px; object-fit: contain; object-position: center; }

.contact { background: var(--green-electric); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.contact-copy p { max-width: 480px; color: rgba(3,45,29,.76); font-weight: 600; }
.contact-note { max-width: 480px; margin-top: 34px; padding: 22px 0 0 22px; border-top: 1px solid rgba(3,45,29,.25); border-left: 3px solid var(--green-bright); display: grid; gap: 5px; }
.contact-note strong { color: var(--green-950); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-note span { color: #657069; font-size: .9rem; }
.contact-links { border-top: 1px solid rgba(3,45,29,.25); }
.contact-links a { display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 22px; padding: 25px 0; border-bottom: 1px solid rgba(3,45,29,.25); text-decoration: none; }
.contact-links span { font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; opacity: .6; }
.contact-links strong { font-size: 1.05rem; }
.contact-links em { font-style: normal; font-size: 1.4rem; transition: transform .2s ease; }
.contact-links a:hover em { transform: translate(3px,-3px); }

.site-footer { color: white; background: #020a06; padding: 34px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto auto auto; gap: 26px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 46px; height: 46px; object-fit: cover; }
.footer-brand div { display: grid; }
.footer-brand strong { font-family: var(--font-display); font-size: .82rem; font-weight: 900; line-height: 1; letter-spacing: .035em; }
.footer-brand span, .site-footer p, .site-footer > a { color: rgba(255,255,255,.48); font-size: .7rem; }
.footer-brand span { font-family: var(--font-hand); font-size: 1rem; line-height: 1.15; color: var(--green-electric); }
.site-footer a { text-decoration: none; font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.site-footer .site-credit { color: var(--green-electric); white-space: nowrap; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 14px; }
.footer-legal button { padding: 0; border: 0; color: white; background: none; cursor: pointer; font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.legal-hero { background: linear-gradient(125deg, #032d1d, #07150e); }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 780px); gap: 80px; justify-content: center; align-items: start; }
.legal-index { position: sticky; top: 120px; display: grid; padding: 24px; border: 1px solid var(--line-dark); background: white; }
.legal-index strong { margin-bottom: 12px; color: var(--green-950); text-transform: uppercase; font-size: .68rem; letter-spacing: .1em; }
.legal-index a { padding: 8px 0; color: #657069; text-decoration: none; font-size: .78rem; }
.legal-copy { color: #526058; }
.legal-copy h2 { scroll-margin-top: 120px; margin: 56px 0 14px; color: var(--green-950); font-size: 1.8rem; line-height: 1.15; }
.legal-copy h2:first-of-type { margin-top: 30px; }
.legal-copy h3 { margin: 28px 0 8px; color: var(--green-900); font-size: 1.05rem; }
.legal-copy a { color: var(--green-800); font-weight: 750; }
.legal-updated { display: inline-block; padding: 7px 10px; color: var(--green-950); background: var(--green-electric); font-size: .64rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.legal-table-wrap { overflow-x: auto; margin: 24px 0; }
.legal-table { width: 100%; border-collapse: collapse; background: white; font-size: .84rem; }
.legal-table th, .legal-table td { padding: 16px; border: 1px solid var(--line-dark); text-align: left; vertical-align: top; }
.legal-table th { color: white; background: var(--green-950); text-transform: uppercase; font-size: .63rem; letter-spacing: .08em; }
.cookie-banner { position: fixed; z-index: 1000; right: 24px; bottom: 120px; left: 24px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 22px 48px; max-width: 1180px; margin-inline: auto; padding: 30px; border: 1px solid rgba(41,213,39,.45); color: white; background: #031f14; box-shadow: 0 24px 80px rgba(0,0,0,.45); }
.cookie-close { position: absolute; top: 12px; right: 14px; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.35); color: white; background: transparent; cursor: pointer; font-size: 1.4rem; }
.cookie-copy > span { color: var(--green-electric); font-size: .62rem; font-weight: 900; letter-spacing: .14em; }
.cookie-copy h2 { margin: 7px 0; font-family: var(--font-display); font-size: 1.65rem; line-height: 1; }
.cookie-copy p { max-width: 720px; margin: 0 0 8px; color: rgba(255,255,255,.67); font-size: .85rem; }
.cookie-copy a { color: var(--green-electric); font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.cookie-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 9px; padding-right: 32px; }
.cookie-button { min-height: 43px; padding: 0 15px; border: 1px solid rgba(255,255,255,.38); color: white; background: transparent; cursor: pointer; text-transform: uppercase; font-size: .64rem; font-weight: 900; letter-spacing: .06em; }
.cookie-accept, .cookie-save { border-color: var(--green-electric); color: #031f14; background: var(--green-electric); }
.cookie-details { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.14); }
.cookie-details[hidden], .cookie-button[hidden] { display: none; }
.cookie-details label { display: flex; justify-content: space-between; gap: 18px; padding: 15px; background: #05281a; }
.cookie-details strong, .cookie-details small { display: block; }
.cookie-details small { margin-top: 3px; color: rgba(255,255,255,.55); font-size: .68rem; }
.cookie-details input { width: 19px; height: 19px; accent-color: var(--green-electric); }

/* Fascia sponsor sempre visibile */
body { padding-bottom: 72px; }
.sponsor-ticker { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; height: 72px; overflow: hidden; border-top: 1px solid rgba(32,225,31,.34); background: #020a06; box-shadow: 0 -8px 28px rgba(0,0,0,.24); }
.sponsor-ticker-inner { width: min(1120px, calc(100% - 48px)); height: 100%; margin: 0 auto; display: grid; grid-template-columns: 170px minmax(260px, 1fr) 70px; align-items: center; gap: 24px; }
.sponsor-ticker-label { color: var(--green-electric); font-size: .62rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.sponsor-ticker-count { color: rgba(255,255,255,.42); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-align: right; }
.sponsor-ticker-count strong { color: white; }
.sponsor-ticker-slides { position: relative; width: 100%; height: 56px; }
.sponsor-ticker-slide { position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; transform: scale(.96); pointer-events: none; transition: opacity .55s ease, transform .55s ease; }
.sponsor-ticker-slide.active { z-index: 1; opacity: 1; transform: scale(1); pointer-events: auto; }
.sponsor-ticker-slide a, .sponsor-ticker-slide > span { position: relative; display: block; width: min(420px, 100%); height: 56px; overflow: hidden; border-radius: 3px; background: #fff; }
.sponsor-ticker-slide .ticker-logo-dark { background: transparent; }
.sponsor-ticker-slide img { position: absolute; top: 50%; left: 50%; display: block; width: auto; height: auto; max-width: calc(100% - 28px); max-height: calc(100% - 12px); object-fit: contain; object-position: center; transform: translate(-50%, -50%); }
.sponsor-ticker-slide .ticker-logo-tall { width: min(210px, 62vw); }
.sponsor-ticker-slide .ticker-logo-ciacco img { width: 120px; height: 140px; max-width: none; max-height: none; transform: translate(-50%, -50%) scale(1.35); }
.sponsor-ticker-slide .ticker-logo-partenia img { width: 150px; height: 150px; max-width: none; max-height: none; transform: translate(-50%, -50%) scale(1.24); }
.sponsor-ticker-slide .sponsor-video { width: min(420px, 100%); height: 56px; background: #000; }
.sponsor-ticker-slide .ticker-logo-dark.sponsor-video { background: #000; }
.sponsor-ticker-slide video { display: block; width: 100%; max-width: 100%; height: 100%; object-fit: contain; object-position: center; opacity: 0; transition: opacity .12s linear; }
.sponsor-ticker-slide video.video-ready { opacity: 1; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .section { padding: 86px 0; }
  .site-nav { position: fixed; inset: 84px 0 0; padding: 40px 24px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: rgba(3,45,29,.98); transform: translateX(100%); transition: transform .25s ease; }
  .site-nav.open { transform: translateX(0); }
  .site-nav a { padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-size: .9rem; }
  .nav-cta { border: 0; }
  .menu-toggle { display: block; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { padding: 150px 0 105px; grid-template-columns: 1fr; }
  .hero-mark { width: min(520px, 88%); justify-self: center; }
  .vertical-word { right: -34px; }
  .match-grid { grid-template-columns: 140px 1fr 1fr; }
  .match-link { grid-column: 1 / -1; min-height: 62px; border-top: 1px solid rgba(255,255,255,.11); }
  .intro-grid, .sponsor-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-detail { grid-template-columns: 1fr; }
  .placeholder-intro { grid-template-columns: 1fr; gap: 30px; }
  .placeholder-grid { grid-template-columns: 1fr 1fr; }
  .intro-copy { padding-top: 0; }
  .section-top { align-items: start; flex-direction: column; gap: 12px; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card:last-child { grid-column: 1 / -1; }
  .article-layout { grid-template-columns: 1fr; gap: 44px; }
  .legal-layout { grid-template-columns: 1fr; gap: 35px; }
  .legal-index { position: static; }
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-actions { justify-content: flex-start; padding-right: 0; }
  .article-aside { position: static; grid-template-columns: repeat(2, 1fr); }
  .team-detail-hero-grid { grid-template-columns: 1fr; gap: 42px; align-items: start; }
  .team-season-card { max-width: 620px; margin-bottom: 0; }
  .championship-overview, .championship-section-heading { grid-template-columns: 1fr; gap: 34px; }
  .championship-facts, .promotion-stats { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  :root { --container: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 72px; }
  .site-nav { top: 72px; }
  .brand img { width: 42px; height: 42px; }
  .hero-grid { padding-top: 126px; gap: 38px; }
  .hero h1 { font-size: clamp(4.15rem, 21vw, 6.3rem); }
  .hero-copy > p { font-size: .98rem; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .logo-frame { border-width: 7px; }
  .vertical-word { display: none; }
  .match-grid { grid-template-columns: 1fr; }
  .match-grid > * { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.11); }
  .match-link { grid-column: auto; border-top: 0; border-bottom: 0; }
  .section-heading h2, .section-top h2, .contact h2 { font-size: clamp(3.7rem, 17vw, 5.4rem); }
  .values-grid, .team-grid, .news-grid, .sponsor-placeholder { grid-template-columns: 1fr; }
  .sponsor-placeholder > div, .sponsor-placeholder > a { grid-column: auto; height: 132px; }
  .sponsor-placeholder img { height: 68px; }
  .value-card { min-height: 240px; }
  .value-card h3 { margin-top: 46px; }
  .about-panel { min-height: auto; padding: 30px 24px; }
  .about-panel h3 { margin-top: 38px; }
  .inner-hero { padding: 130px 0 70px; }
  .team-detail-hero::after { right: -18vw; bottom: 3%; font-size: 24rem; }
  .team-detail-copy h1 { font-size: clamp(3.7rem, 18vw, 5.5rem); }
  .team-season-card { padding: 25px; }
  .team-season-facts { grid-template-columns: 1fr; }
  .placeholder-grid { grid-template-columns: 1fr; }
  .editorial-media, .editorial-media img { min-height: 310px; }
  .team-card { min-height: 285px; }
  .team-grid-single .team-card { min-height: 420px; padding: 34px 26px; }
  .team-grid-single .team-card::before { right: -28px; top: 44%; font-size: 17rem; }
  .team-grid-single .team-index { top: 24px; right: 24px; }
  .team-grid-single .team-card h3 { font-size: clamp(4.8rem, 25vw, 7rem); }
  .team-grid-single .team-card p { max-width: 92%; font-size: .94rem; }
  .news-card:last-child { grid-column: auto; }
  .news-body h3 { min-height: auto; }
  .news-body h2, .news-body p { min-height: auto; }
  .manifesto { min-height: 510px; }
  .manifesto h2 { font-size: clamp(4.4rem, 22vw, 7.4rem); }
  .contact-links a { grid-template-columns: 82px 1fr auto; gap: 10px; }
  .contact-links strong { font-size: .87rem; overflow-wrap: anywhere; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; }
  .footer-legal { gap: 12px 18px; }
  .cookie-banner { right: 10px; bottom: 92px; left: 10px; max-height: calc(100vh - 112px); overflow-y: auto; padding: 24px 18px; }
  .cookie-details { grid-template-columns: 1fr; }
  .cookie-actions { display: grid; grid-template-columns: 1fr; }
  .cookie-button { width: 100%; }
  .article-aside, .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item, .gallery-item:nth-child(3n) { grid-column: auto; min-height: 320px; }
  .championship-nav { top: 72px; }
  .championship-nav a { padding-right: 18px; }
  .championship-facts, .teams-placeholder, .promotion-stats { grid-template-columns: 1fr; }
  .schedule-head { display: none; }
  body { padding-bottom: 68px; }
  .sponsor-ticker { height: 68px; }
  .sponsor-ticker-inner { width: calc(100% - 24px); grid-template-columns: minmax(0, 1fr) 52px; gap: 10px; }
  .sponsor-ticker-label { display: none; }
  .sponsor-ticker-slides { height: 52px; }
  .sponsor-ticker-slide a, .sponsor-ticker-slide > span { width: 100%; height: 52px; }
  .sponsor-ticker-slide .ticker-logo-tall { width: min(180px, 58vw); }
  .sponsor-ticker-slide .sponsor-video { width: 100%; max-width: 100%; height: 52px; }
}

@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; }
  .sponsor-ticker-slide { transition: none; transform: none; }
}
