:root {
  --red: #d71920;
  --red-dark: #a80f15;
  --black: #0c0d0f;
  --ink: #17191d;
  --paper: #f5f3ef;
  --white: #fff;
  --muted: #686b71;
  --line: #d8d5cf;
  --max: 1180px;
  --shadow: 0 18px 55px rgb(0 0 0 / .12);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-spring: cubic-bezier(.22, 1.18, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #ffdc45; outline-offset: 4px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 12px 18px; color: #000; background: #ffdc45; font-weight: 800; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 50; top: 0; color: #fff; background: rgb(12 13 15 / .96); border-bottom: 1px solid rgb(255 255 255 / .12); backdrop-filter: blur(10px); transition: background .55s ease, border-color .55s ease, box-shadow .55s ease; }
.site-header.is-scrolled { background: rgb(12 13 15 / .78); border-bottom-color: rgb(255 255 255 / .2); box-shadow: 0 14px 34px rgb(0 0 0 / .22); }
.header-inner { display: flex; align-items: center; min-height: 82px; }
.brand { display: flex; min-width: 0; align-items: center; gap: 12px; margin-right: auto; color: #fff; text-decoration: none; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1rem; letter-spacing: .03em; text-transform: uppercase; }
.brand small { color: #b8bbc0; font-size: .7rem; }
.crest { display: inline-flex; flex: 0 0 42px; width: 42px; aspect-ratio: 450 / 720; align-items: flex-start; color: var(--red); }
.crest-image { display: block; width: 100%; height: auto; aspect-ratio: 450 / 720; object-fit: contain; }
.crest svg { display: block; width: 100%; height: auto; }
.main-nav ul { display: flex; align-items: stretch; gap: 10px; margin: 0; padding: 0; list-style: none; }
.main-nav a { display: block; padding: 28px 14px 25px; border-bottom: 3px solid transparent; color: #e9e9e9; font-size: .86rem; font-weight: 700; text-decoration: none; }
.main-nav a:hover, .main-nav a[aria-current="page"] { border-color: var(--red); color: #fff; }
.main-nav a.nav-member-cta { margin: 17px 0 14px; padding: 11px 17px; color: var(--black); background: #ffdc45; border: 0; box-shadow: 0 7px 0 rgb(0 0 0 / .24); font-weight: 950; letter-spacing: .05em; text-transform: uppercase; }
.main-nav a.nav-member-cta:hover, .main-nav a.nav-member-cta[aria-current="page"] { color: var(--black); background: #fff; border: 0; }
.nav-dropdown { position: relative; }
.nav-dropdown > a::after { content: "⌄"; margin-left: 7px; color: #9da0a6; font-size: .8em; }
.nav-submenu { position: absolute; z-index: 60; top: 100%; left: 0; display: none !important; min-width: 250px; padding: 8px 0; background: #111214; border: 1px solid #303238; box-shadow: 0 16px 30px rgb(0 0 0 / .28); }
.nav-dropdown:hover > .nav-submenu, .nav-dropdown:focus-within > .nav-submenu { display: block !important; }
.main-nav .nav-submenu a { padding: 12px 16px; border: 0; border-left: 3px solid transparent; color: #d8d9dc; font-size: .78rem; white-space: nowrap; }
.main-nav .nav-submenu a:hover, .main-nav .nav-submenu a:focus-visible { color: #fff; background: #24262b; border-left-color: var(--red); }
.main-nav .nav-submenu a span { color: #92959b; font-size: .9em; font-weight: 500; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; }
.social-links a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; gap: 8px; padding: 9px; color: #fff; background: #24262b; border: 1px solid #44474e; border-radius: 4px; text-decoration: none; }
.social-links a:hover { color: #fff; background: var(--red-dark); border-color: var(--red); text-decoration: none; }
.social-links svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; }
.social-links .social-icon-fill { fill: currentColor; stroke: none; }
.social-links-mobile { display: none; }
.menu-toggle { display: none; min-width: 48px; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 0 10px; color: #fff; background: transparent; border: 1px solid rgb(255 255 255 / .45); font: inherit; font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; }
.menu-icon { position: relative; display: block; width: 16px; height: 2px; flex: 0 0 16px; background: currentColor; }
.menu-icon::before, .menu-icon::after { position: absolute; left: 0; width: 16px; height: 2px; content: ""; background: currentColor; transition: transform .18s ease, top .18s ease, opacity .18s ease; }
.menu-icon::before { top: -5px; }
.menu-icon::after { top: 5px; }
.menu-toggle[aria-expanded="true"] .menu-icon { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-icon::before { top: 0; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-icon::after { top: 0; transform: rotate(-45deg); }
.menu-label { font-weight: 700; }

.hero { position: relative; min-height: 690px; overflow: hidden; color: #fff; background: #090a0c; }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; opacity: .14; background: repeating-linear-gradient(110deg, transparent 0 45px, #fff 46px, transparent 47px 92px); mask-image: linear-gradient(to right, transparent, #000); animation: hero-lines-drift 16s ease-in-out infinite alternate; pointer-events: none; }
.hero::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgb(5 6 7 / .88) 0%, rgb(5 6 7 / .7) 34%, rgb(5 6 7 / .22) 72%, rgb(5 6 7 / .08) 100%), linear-gradient(0deg, rgb(5 6 7 / .48), transparent 48%, rgb(5 6 7 / .15)); pointer-events: none; }
.hero-image { --parallax-y: 0px; position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: translate3d(0, var(--parallax-y), 0) scale(1.1); transform-origin: center; transition: transform .7s var(--ease-out); will-change: transform; }
.hero-content { position: relative; z-index: 2; padding-top: clamp(95px, 12vw, 150px); padding-bottom: 110px; }
.eyebrow { margin: 0 0 18px; color: #fff; font-size: .72rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 30px; height: 3px; margin: 0 10px 3px 0; background: var(--red); }
.eyebrow.red { color: var(--red-dark); }
.eyebrow.dark { color: var(--ink); }
.hero h1, .section h2, .membership h2, .match-strip h2 { margin: 0; font-weight: 900; letter-spacing: -.055em; line-height: .92; text-transform: uppercase; }
.hero h1 { max-width: 920px; font-size: clamp(3.4rem, 8.4vw, 7.4rem); }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em, .membership h2 em { color: var(--red); font-style: normal; }
.hero-lead { width: min(100%, 610px); max-width: 100%; margin: 32px 0; color: #d8d9dc; font-size: clamp(1rem, 2vw, 1.24rem); text-shadow: 0 2px 12px rgb(0 0 0 / .78); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 22px; border: 2px solid transparent; font-size: .8rem; font-weight: 900; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; transition: transform .42s var(--ease-spring), background-color .42s ease, border-color .42s ease, color .42s ease, box-shadow .42s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(1px); }
.button-primary { color: #fff; background: var(--red); }
.button-primary:hover { background: #f02b32; }
.button-member { color: var(--black); background: #ffdc45; border-color: #ffdc45; box-shadow: 0 7px 0 rgb(0 0 0 / .32); }
.button-member:hover { color: var(--black); background: #fff; border-color: #fff; }
.button-member span { margin-left: 10px; font-size: 1.15em; }
.button-ghost { color: #fff; border-color: rgb(255 255 255 / .55); }
.button-ghost:hover { background: rgb(255 255 255 / .1); }
.hero-caption { position: absolute; right: 18px; bottom: 14px; margin: 0; padding: 6px 10px; color: rgb(255 255 255 / .78); background: rgb(5 6 7 / .48); border-left: 2px solid var(--red); font-size: .68rem; line-height: 1.35; }

.match-strip { color: var(--ink); background: #fff; border-bottom: 1px solid var(--line); }
.match-layout { display: grid; grid-template-columns: .9fr 1.6fr auto; align-items: center; gap: 40px; min-height: 190px; }
.match-layout > * { min-width: 0; }
.match-heading h2 { font-size: clamp(2rem, 4vw, 3rem); }
.match-heading p:last-child { margin: 12px 0 0; color: var(--muted); font-size: .85rem; }
.fixture { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: clamp(16px, 3vw, 36px); }
.team { display: flex; align-items: center; gap: 13px; font-size: .92rem; }
.team:last-child { flex-direction: row-reverse; text-align: right; }
.mini-crest { display: grid; flex: 0 0 55px; width: 55px; aspect-ratio: 1; place-items: center; color: #fff; background: var(--red); border: 5px solid var(--black); border-radius: 50%; font-size: .7rem; font-weight: 900; }
.mini-crest.home { background: #fff; }
.mini-crest img { display: block; width: 66%; height: 90%; object-fit: contain; }
.mini-crest.away { color: #272a30; background: #ddd; border-color: #aaa; }
.versus { text-align: center; }
.versus span, .versus small { display: block; color: var(--muted); font-size: .65rem; }
.versus strong { display: block; font-size: 1.5rem; }
.text-link { font-size: .78rem; font-weight: 900; letter-spacing: .04em; text-decoration-color: var(--red); text-underline-offset: 5px; text-transform: uppercase; }
.text-link span { color: var(--red); font-size: 1.2em; }

.section { padding: clamp(78px, 10vw, 130px) 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 50px; }
.section-heading h2, .history-teaser h2 { font-size: clamp(2.6rem, 6vw, 5.1rem); }
.news-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr; gap: 22px; }
.news-card { min-width: 0; overflow: hidden; background: #fff; box-shadow: var(--shadow); transition: transform .68s var(--ease-out), box-shadow .68s ease; }
.news-card:hover { transform: translateY(-6px); box-shadow: 0 26px 62px rgb(0 0 0 / .18); }
.news-card.featured { grid-row: span 1; }
.asset-image { min-height: 235px; overflow: hidden; background: #202329; }
.asset-image img { display: block; width: 100%; height: 235px; object-fit: cover; transition: transform .9s var(--ease-out), filter .9s ease; }
.asset-image-poster { display: grid; place-items: center; background: #050505; }
.asset-image-poster img { width: 100%; height: 235px; object-fit: contain; object-position: center; }
.news-card:hover .asset-image img { transform: scale(1.06); filter: saturate(1.08); }
.featured .asset-image, .featured .asset-image img { min-height: 330px; height: 330px; }
.placeholder-image { position: relative; display: grid; min-height: 235px; overflow: hidden; place-items: center; color: rgb(255 255 255 / .62); background: #202329; font-size: .64rem; font-weight: 800; letter-spacing: .16em; }
.featured .placeholder-image { min-height: 330px; }
.placeholder-image::before { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, transparent 40%, rgb(215 25 32 / .65)); }
.placeholder-image.stadium::after { content: ""; position: absolute; right: -5%; bottom: -55%; left: -5%; height: 75%; border: 18px solid rgb(255 255 255 / .15); border-radius: 50%; }
.placeholder-image.diagonal { background: repeating-linear-gradient(125deg, #17191d 0 35px, #25282e 36px 70px); }
.placeholder-image.dots { background-color: var(--red-dark); background-image: radial-gradient(rgb(255 255 255 / .18) 2px, transparent 2px); background-size: 18px 18px; }
.placeholder-image span { position: relative; z-index: 2; }
.card-content { min-width: 0; padding: 25px; }
.card-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 14px; margin: 0 0 16px; color: var(--muted); font-size: .68rem; font-weight: 700; text-transform: uppercase; }
.card-meta span { color: var(--red-dark); }
.news-card h2, .news-card h3 { margin: 0; font-size: clamp(1.18rem, 2vw, 1.65rem); letter-spacing: normal; line-height: 1.15; text-transform: none; }
.news-card h2 a, .news-card h3 a { text-decoration: none; }
.news-card h2 a:hover, .news-card h3 a:hover { color: var(--red-dark); text-decoration: underline; text-underline-offset: 4px; }
.card-content > p:last-child { margin-bottom: 0; color: var(--muted); }

.football { color: #fff; background: var(--black); }
.section-heading.light > p { max-width: 390px; color: #aeb0b5; }
.team-links { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.team-panel { position: relative; isolation: isolate; display: flex; align-items: end; min-height: 390px; overflow: hidden; padding: 34px; color: #fff; background: #202329; text-decoration: none; transition: transform .68s var(--ease-out), box-shadow .68s ease; }
.team-panel:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgb(0 0 0 / .3); }
.team-panel::before { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(180deg, transparent 36%, rgb(5 6 7 / .08) 52%, rgb(5 6 7 / .78) 100%); pointer-events: none; }
.team-panel-image { position: absolute; z-index: 0; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 50%; transition: transform 1s var(--ease-out), filter 1s ease; }
.team-panel:hover .team-panel-image { transform: scale(1.08); filter: saturate(1.1) contrast(1.03); }
.panel-number { position: absolute; z-index: 2; top: -30px; right: 20px; color: rgb(255 255 255 / .13); font-size: 11rem; font-weight: 950; line-height: 1; }
.panel-copy { position: absolute; z-index: 3; right: 20px; bottom: 20px; left: 20px; display: flex; flex-direction: column; align-items: flex-start; padding: 17px 18px 16px; background: rgb(5 6 7 / .7); border-left: 4px solid var(--red); box-shadow: 0 10px 24px rgb(0 0 0 / .18); backdrop-filter: blur(10px); }
.panel-copy small { margin-bottom: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.panel-copy strong { font-size: clamp(2.1rem, 5vw, 4.2rem); letter-spacing: -.05em; line-height: 1; text-transform: uppercase; }
.panel-copy > span { margin-top: 16px; border-bottom: 1px solid rgb(255 255 255 / .5); font-size: .8rem; font-weight: 700; }
.panel-copy b { margin-left: 10px; color: #fff; }
.source-note { margin: 22px 0 0; color: #aeb0b5; font-size: .75rem; }

.membership { position: relative; overflow: hidden; padding: clamp(90px, 12vw, 150px) 0; color: #fff; background: linear-gradient(110deg, #b61016, var(--red)); }
.membership-pattern { position: absolute; inset: 0 0 0 50%; opacity: .28; background: repeating-linear-gradient(120deg, transparent 0 50px, #000 51px 95px); transform: skewX(-12deg); }
.membership-inner { position: relative; z-index: 1; }
.membership h2 { max-width: 850px; font-size: clamp(3.1rem, 8vw, 7.2rem); }
.membership h2 em { color: var(--black); }
.membership p:not(.eyebrow) { max-width: 560px; margin: 28px 0; font-size: 1.1rem; }
.visual-membership { overflow: hidden; background: #090a0c; scroll-margin-top: 90px; }
.visual-membership-prominent { border-top: 4px solid var(--red); }
.visual-membership-link { position: relative; display: block; }
.visual-membership-image { display: block; width: 100%; height: auto; transition: transform .95s var(--ease-out), filter .95s ease; }
.visual-membership-cta { position: absolute; z-index: 1; bottom: clamp(14px, 3.7vw, 52px); left: clamp(18px, 19.7vw, 284px); display: inline-flex; width: clamp(265px, 24vw, 340px); min-height: clamp(38px, 4vw, 52px); align-items: center; justify-content: space-between; gap: 15px; padding: 12px 20px; color: var(--black); background: #ffdc45; border: 3px solid var(--black); box-shadow: 0 7px 0 rgb(0 0 0 / .5); font-size: clamp(.72rem, 1.15vw, .98rem); font-weight: 950; letter-spacing: .1em; line-height: 1; text-transform: uppercase; }
.visual-membership-arrow { font-size: 1.45em; line-height: .7; }
.visual-membership-link:hover .visual-membership-image { transform: scale(1.018); filter: saturate(1.08); }
.visual-membership-link:hover .visual-membership-cta, .visual-membership-link:focus-visible .visual-membership-cta { background: #fff; }
.visual-membership-link:focus-visible { outline: 4px solid #ffdc45; outline-offset: -4px; }
.button-light { color: var(--ink); background: #fff; }
.button-light:hover { background: #f3eebf; }

.history-teaser { color: #fff; background: #17191d; }
.history-teaser-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); align-items: center; gap: clamp(28px, 5vw, 80px); }
.history-teaser-media { position: relative; isolation: isolate; min-height: 430px; overflow: hidden; background: #202329; border-top: 5px solid var(--red); box-shadow: 0 22px 50px rgb(0 0 0 / .28); }
.history-teaser-media::after { position: absolute; z-index: 0; inset: 0; content: ""; background: linear-gradient(180deg, rgb(5 6 7 / .02) 30%, rgb(5 6 7 / .88) 100%); pointer-events: none; }
.history-teaser-media img { display: block; width: 100%; height: 100%; min-height: 430px; object-fit: cover; filter: grayscale(1) contrast(1.1); transition: transform 1.05s var(--ease-out), filter 1.05s ease; }
.history-teaser-media:hover img { transform: scale(1.035); filter: grayscale(1) contrast(1.14) brightness(1.06); }
.history-teaser-overlay { position: absolute; z-index: 1; right: 28px; bottom: 28px; left: 28px; }
.history-teaser-overlay h2 { color: #fff; }
.history-teaser-copy { align-self: center; }
.history-teaser-copy > p { color: #d0d2d5; font-size: 1.1rem; }
.history-teaser-links { margin-top: 32px; border-top: 1px solid rgb(255 255 255 / .2); }
.history-teaser-links a { display: flex; justify-content: space-between; padding: 17px 0; color: #fff; border-bottom: 1px solid rgb(255 255 255 / .2); font-weight: 800; text-decoration: none; transition: padding .25s ease, color .25s ease; }
.history-teaser-links a:hover { padding-inline: 8px; color: #fff; background: rgb(255 255 255 / .06); }
.history-teaser-links span { color: var(--red); }

.sponsors { position: relative; overflow: hidden; padding: clamp(58px, 8vw, 105px) 0 70px; border-top: 1px solid var(--line); }
.sponsors-red { color: var(--black); background: var(--red); }
.sponsors-red::before { position: absolute; inset: -35% -8% auto 48%; height: 150%; content: ""; opacity: .14; background: repeating-linear-gradient(125deg, transparent 0 48px, var(--black) 49px 92px); transform: skewX(-15deg); pointer-events: none; }
.sponsors-inner { position: relative; z-index: 1; }
.sponsor-eyebrow { margin-bottom: 22px; color: var(--black); }
.sponsors h2 { max-width: 850px; margin: 0; font-size: clamp(2.25rem, 5vw, 5rem); letter-spacing: -.055em; line-height: .95; text-transform: uppercase; }
.sponsor-groups { display: grid; grid-template-columns: 1.2fr .85fr 1.2fr; gap: 18px; margin-top: 52px; }
.sponsor-group { min-width: 0; }
.sponsor-group h3 { margin: 0 0 13px; color: var(--black); font-size: .78rem; letter-spacing: .14em; line-height: 1.25; text-transform: uppercase; }
.sponsor-slots { display: grid; gap: 10px; }
.sponsor-slot { display: flex; min-height: 102px; align-items: center; justify-content: center; flex-direction: column; padding: 18px; color: var(--black); border: 2px solid var(--black); background: rgb(255 255 255 / .08); font-size: .82rem; font-weight: 850; letter-spacing: .03em; text-align: center; text-transform: uppercase; }
.sponsor-slot small { display: block; margin-top: 7px; font-size: .64rem; font-weight: 700; letter-spacing: .1em; opacity: .72; text-transform: uppercase; }
.sponsor-note { max-width: 760px; margin: 34px 0 0 auto; color: rgb(0 0 0 / .72); font-size: .75rem; line-height: 1.5; text-align: right; }
.sponsor-faldon { padding: 0; background: var(--red); }
.sponsor-faldon::before { display: none; }
.sponsor-faldon .container { width: 100%; max-width: none; }
.sponsor-faldon .sponsors-inner { padding: 0; }
.faldon-visual { position: relative; width: min(100%, 865px); margin-inline: auto; overflow: hidden; background: var(--red); }
.faldon-visual img { display: block; width: 100%; height: auto; }
.faldon-hotspot { position: absolute; display: block; border-radius: 12px; }
.faldon-hotspot:hover { background: rgb(255 255 255 / .08); }
.faldon-hotspot:focus-visible { z-index: 2; outline: 4px solid #ffdc45; outline-offset: 3px; background: rgb(255 255 255 / .1); }
.faldon-hotspot-gobcan { top: 15.5%; left: 3%; width: 31%; height: 11%; }
.faldon-hotspot-islas { top: 15.5%; left: 36%; width: 27%; height: 11%; }
.faldon-hotspot-cabildo { top: 15.5%; left: 66%; width: 32%; height: 11%; }
.faldon-hotspot-lapalma { top: 31%; left: 5%; width: 28%; height: 12%; }
.faldon-hotspot-sanbernardo { top: 31%; left: 34%; width: 31%; height: 12%; }
.faldon-hotspot-futur { top: 31%; left: 66%; width: 32%; height: 13%; }
.faldon-hotspot-santacruz { top: 46%; left: 28%; width: 47%; height: 16%; }
.faldon-hotspot-hummel { top: 71%; left: 34%; width: 32%; height: 13%; }

.site-footer { padding-top: 70px; color: #d8d9dc; background: #0a0b0c; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 50px; padding-bottom: 30px; }
.footer-brand { display: flex; align-items: flex-start; gap: 18px; }
.crest.small { flex-basis: 40px; width: 40px; }
.footer-brand strong { color: #fff; font-size: 1.35rem; text-transform: uppercase; }
.footer-brand p { margin: 6px 0; color: #85888e; font-size: .78rem; }
.site-footer nav { display: flex; flex-direction: column; gap: 13px; }
.site-footer nav a { color: #bfc1c5; font-size: .83rem; text-decoration: none; }
.site-footer nav a:hover { color: #fff; text-decoration: underline; }
.footer-social { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 20px; border-top: 1px solid #292b2f; }
.footer-social p { margin: 0; color: #fff; font-size: .82rem; font-weight: 800; text-transform: uppercase; }
.social-links-footer a { color: #d8d9dc; }
.social-links-footer span { font-size: .78rem; font-weight: 750; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 14px; border-top: 1px solid #292b2f; color: #85888e; font-size: .72rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #d8d9dc; }
.developer-credit { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 8px 0 18px; color: #85888e; font-size: .62rem; letter-spacing: .08em; }
.developer-credit img { display: block; width: 28px; height: auto; aspect-ratio: 773 / 1010; border: 1px solid rgb(255 255 255 / .22); border-radius: 4px; background: #fff; object-fit: contain; }

@keyframes hero-lines-drift {
  from { background-position: 0 0; transform: translate3d(-1.5%, 0, 0); }
  to { background-position: 72px 0; transform: translate3d(1.5%, 0, 0); }
}

@keyframes inner-hero-glow {
  from { background-position: 72% 18%, 0 0; }
  to { background-position: 90% 34%, 0 0; }
}

.scroll-progress { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 4px; background: var(--red); box-shadow: 0 0 24px rgb(215 25 32 / .8); pointer-events: none; transform: scaleX(var(--scroll-progress, 0)); transform-origin: left center; }
html.js .reveal-on-scroll { opacity: 0; transform: translate3d(0, 44px, 0); transition: opacity 1.15s var(--ease-out), transform 1.15s var(--ease-out); transition-delay: var(--reveal-delay, 0ms); will-change: opacity, transform; }
html.js .reveal-on-scroll.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
html.js .reveal-on-scroll.reveal-scale { transform: translate3d(0, 34px, 0) scale(.94); }
html.js .reveal-on-scroll.reveal-scale.is-visible { transform: translate3d(0, 0, 0) scale(1); }
html.js .visual-hero.reveal-on-scroll { transform: none; transition-duration: 1.35s; }
html.js .visual-hero.reveal-on-scroll.is-visible { transform: none; }
html.js .hero-content .eyebrow,
html.js .hero-content h1,
html.js .hero-content .hero-lead,
html.js .hero-content .button-row,
html.js .hero-caption,
html.js .inner-hero > .container > .breadcrumbs,
html.js .inner-hero > .container > .eyebrow,
html.js .inner-hero > .container > h1,
html.js .inner-hero > .container > .lead { opacity: 0; transform: translate3d(0, 24px, 0); transition: opacity .95s var(--ease-out), transform 1.05s var(--ease-out); }
html.js .hero-content h1 { transform: translate3d(0, 38px, 0) scale(.96); }
html.js .hero-content.is-visible .eyebrow,
html.js .hero-content.is-visible h1,
html.js .hero-content.is-visible .hero-lead,
html.js .hero-content.is-visible .button-row,
html.js .hero-content.is-visible ~ .hero-caption,
html.js .inner-hero > .container.is-visible > .breadcrumbs,
html.js .inner-hero > .container.is-visible > .eyebrow,
html.js .inner-hero > .container.is-visible > h1,
html.js .inner-hero > .container.is-visible > .lead { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
html.js .hero-content.is-visible .eyebrow,
html.js .inner-hero > .container.is-visible > .breadcrumbs { transition-delay: 120ms; }
html.js .hero-content.is-visible h1,
html.js .inner-hero > .container.is-visible > .eyebrow { transition-delay: 280ms; }
html.js .hero-content.is-visible .hero-lead,
html.js .inner-hero > .container.is-visible > h1 { transition-delay: 460ms; }
html.js .hero-content.is-visible .button-row,
html.js .inner-hero > .container.is-visible > .lead { transition-delay: 640ms; }
html.js .hero-content.is-visible ~ .hero-caption { transition-delay: 860ms; }
html.js .news-card.reveal-on-scroll.is-visible:hover { transform: translate3d(0, -6px, 0); }
html.js .team-panel.reveal-on-scroll.is-visible:hover { transform: translate3d(0, -6px, 0); }
html.js .section-card.reveal-on-scroll.is-visible:hover { transform: translate3d(0, -4px, 0); }
.text-link span { display: inline-block; transition: transform .42s var(--ease-spring); }
.text-link:hover span, .text-link:focus-visible span { transform: translateX(5px); }
.faldon-hotspot { transition: background-color .42s ease, transform .42s var(--ease-spring); }
.faldon-hotspot:hover { transform: scale(1.035); }

.inner-hero { padding: 65px 0 72px; color: #fff; background: radial-gradient(circle at 80% 20%, rgb(215 25 32 / .35), transparent 25%), #111317; background-size: 150% 150%; animation: inner-hero-glow 13s ease-in-out infinite alternate; }
.breadcrumbs { margin: 0 0 35px; color: #b6b8bd; font-size: .78rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: var(--red); }
.inner-hero h1 { max-width: 900px; margin: 0; font-size: clamp(3rem, 7vw, 6rem); letter-spacing: -.055em; line-height: .95; overflow-wrap: anywhere; text-transform: uppercase; }
.inner-hero .lead { max-width: 720px; margin: 25px 0 0; color: #ced0d4; font-size: 1.08rem; }
.visual-hero { overflow: hidden; color: #fff; background: #090a0c; }
.visual-hero-image { --parallax-y: 0px; display: block; width: 100%; height: auto; transform: translate3d(0, var(--parallax-y), 0) scale(1.08); transform-origin: center; transition: transform .7s var(--ease-out); will-change: transform; }
.visual-hero-trail { background: #111317; border-bottom: 1px solid rgb(255 255 255 / .08); }
.visual-hero-trail .breadcrumbs { margin: 0; padding: 16px 0; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.identity-mark { display: block; width: min(150px, 100%); height: 230px; margin: 0 auto 22px; object-fit: contain; }
.identity-block h3 { margin: 25px 0 6px; font-size: 1.05rem; text-transform: uppercase; }
.identity-block p { margin-top: 0; }
.anthem-player { margin: 18px 0 28px; padding: 18px; background: #f3f3f1; border-left: 4px solid var(--red); }
.anthem-player-title { margin: 0 0 10px !important; color: var(--black); font-size: .78rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.anthem-player audio { display: block; width: 100%; }
.content-grid.history-layout { grid-template-columns: minmax(0, 1fr); }
.history-stadium { scroll-margin-top: 110px; }
.history-stadium-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr); gap: clamp(28px, 5vw, 64px); align-items: center; }
.history-stadium-copy h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.045em; line-height: .98; text-transform: uppercase; }
.history-stadium-copy > p { max-width: 62ch; }
.history-stadium-copy .history-kicker { margin: 9px 0 24px; color: var(--red-dark); font-size: 1.15rem; font-weight: 900; }
.history-stadium-note { margin: 25px 0; padding: 14px 16px; color: var(--muted); background: #f3f3f1; border-left: 4px solid var(--red); font-size: .8rem; }
.history-stadium-media { min-height: 360px; overflow: hidden; background: #202329; }
.history-stadium-image { display: block; width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.history-story { max-width: 980px; }
.history-story .panel-image { height: 260px; }
.history-story h2 { font-size: clamp(2rem, 4vw, 3.4rem); text-transform: uppercase; }
.history-story h3 { margin: 42px 0 12px; color: var(--red-dark); font-size: 1.2rem; text-transform: uppercase; letter-spacing: .04em; }
.history-story p { max-width: 78ch; }
.history-story .history-kicker { margin: -6px 0 24px; color: var(--red-dark); font-size: 1.15rem; font-weight: 900; }
.history-timeline-block { margin-top: 64px; padding-top: 30px; border-top: 1px solid var(--line); scroll-margin-top: 110px; }
.history-timeline-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .72fr); align-items: end; gap: 30px; margin-bottom: 32px; }
.history-timeline-heading h3 { margin: 0; color: var(--ink); font-size: clamp(1.9rem, 4vw, 3.3rem); letter-spacing: -.045em; line-height: .98; text-transform: uppercase; }
.history-timeline-heading > p { max-width: 38ch; margin: 0; color: var(--muted); font-size: .9rem; }
.history-timeline-layout { display: block; }
.history-timeline-nav { min-width: 0; }
.history-timeline-nav-label { margin: 0 0 13px; color: var(--muted); font-size: .68rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.history-timeline-viewport { overflow-x: hidden; overflow-y: hidden; padding: 170px 0 20px; scrollbar-color: var(--red) var(--line); scrollbar-width: thin; }
.history-timeline { position: relative; display: grid; grid-template-columns: repeat(19, minmax(0, 1fr)); min-width: 0; gap: 0; margin: 0; padding: 0 18px 32px; list-style: none; border: 0; }
.history-timeline::before { position: absolute; top: 58px; right: 18px; left: 18px; height: 4px; content: ""; background: linear-gradient(90deg, var(--red), var(--red) 19%, #b9b6b0 75%, var(--line)); }
.history-timeline li { position: relative; min-width: 0; padding: 0; border: 0; }
.history-timeline-trigger { position: relative; display: flex; min-height: 82px; flex-direction: column; align-items: center; gap: 12px; width: 100%; padding: 0 4px; color: var(--ink); background: transparent; border: 0; font: inherit; text-align: center; cursor: pointer; }
.history-timeline-marker { position: relative; z-index: 2; order: 2; display: block; flex: 0 0 18px; width: 18px; height: 18px; margin: 0; background: var(--paper); border: 4px solid var(--line); border-radius: 50%; transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.history-timeline-copy { display: contents; }
.history-timeline time { position: relative; z-index: 2; order: 1; color: var(--red-dark); font-size: .68rem; font-weight: 950; letter-spacing: 0; line-height: 1; white-space: nowrap; }
.history-timeline strong { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.history-timeline-summary { position: absolute; z-index: 10; bottom: calc(100% + 23px); left: 50%; display: block; width: 220px; margin: 0; padding: 15px 16px; color: #d3d5d8; background: #17191d; border-top: 4px solid var(--red); box-shadow: 0 16px 30px rgb(0 0 0 / .22); font-size: .78rem; line-height: 1.45; opacity: 0; text-align: left; transform: translate(-50%, 8px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; visibility: hidden; }
.history-timeline-summary::before { display: block; margin-bottom: 8px; color: #fff; content: attr(data-timeline-title); font-size: .84rem; font-weight: 900; letter-spacing: .02em; line-height: 1.15; text-transform: uppercase; }
.history-timeline-summary::after { position: absolute; bottom: -9px; left: 50%; width: 0; height: 0; content: ""; border-top: 9px solid #17191d; border-right: 9px solid transparent; border-left: 9px solid transparent; transform: translateX(-50%); }
.history-timeline-trigger:hover .history-timeline-marker, .history-timeline-trigger:focus-visible .history-timeline-marker, .history-timeline-trigger[aria-pressed="true"] .history-timeline-marker { background: var(--red); border-color: var(--red); box-shadow: 0 0 0 6px rgb(215 25 32 / .12); transform: scale(1.1); }
.history-timeline-trigger:hover .history-timeline-summary, .history-timeline-trigger:focus-visible .history-timeline-summary, .history-timeline-trigger:focus-within .history-timeline-summary { opacity: 1; transform: translate(-50%, 0); visibility: visible; }
.history-timeline li:first-child .history-timeline-summary { left: 0; transform: translate(0, 8px); }
.history-timeline li:first-child .history-timeline-summary::after { left: 20px; transform: none; }
.history-timeline li:first-child .history-timeline-trigger:hover .history-timeline-summary, .history-timeline li:first-child .history-timeline-trigger:focus-visible .history-timeline-summary { transform: translateY(0); }
.history-timeline li:last-child .history-timeline-summary { right: 0; left: auto; transform: translate(0, 8px); }
.history-timeline li:last-child .history-timeline-summary::after { right: 20px; left: auto; transform: none; }
.history-timeline li:last-child .history-timeline-trigger:hover .history-timeline-summary, .history-timeline li:last-child .history-timeline-trigger:focus-visible .history-timeline-summary { transform: translateY(0); }
.history-timeline-detail { display: none; }
.history-timeline-note { margin: 25px 0 0; color: var(--muted); font-size: .73rem; }
.filter-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 35px; padding: 0; list-style: none; }
.filter-list a { display: block; padding: 9px 14px; background: #fff; border: 1px solid var(--line); font-size: .78rem; font-weight: 800; text-decoration: none; }
.filter-list a[aria-current="page"] { color: #fff; background: var(--red-dark); border-color: var(--red-dark); }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article-shell { display: grid; grid-template-columns: minmax(0, 760px) 250px; justify-content: space-between; gap: 60px; }
.article-body { font-size: 1.08rem; }
.article-featured-image { margin: 0 0 32px; background: #202329; }
.article-featured-image img { display: block; width: 100%; max-height: 430px; object-fit: cover; }
.article-featured-image figcaption { padding: 10px 14px; color: #73767c; background: #f3f3f1; font-size: .75rem; }
.article-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 32px 0; }
.article-gallery figure { margin: 0; background: #202329; }
.article-gallery img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.article-gallery figcaption { padding: 10px 12px; color: #73767c; background: #f3f3f1; font-size: .72rem; }
.article-quote { margin: 34px 0; padding: 24px 28px; color: #fff; background: var(--red-dark); border-left: 6px solid #ffdc45; font-size: 1.2rem; }
.article-quote p { margin: 0; }
.article-quote cite { display: block; margin-top: 12px; color: #f7d9d9; font-size: .78rem; font-style: normal; font-weight: 800; }
.article-body h2 { margin-top: 2.2em; font-size: 1.8rem; text-transform: none; letter-spacing: -.02em; }
.article-body ul { padding-left: 1.35em; }
.article-body .draft-note, .data-notice { padding: 18px 20px; background: #fff5c7; border-left: 5px solid #d09c00; font-size: .88rem; }
.article-stats { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin: 25px 0 35px; }
.article-stats div { padding: 18px 14px; background: #f3f3f1; border-top: 4px solid var(--red); }
.article-stats dt { color: var(--red-dark); font-size: 2.2rem; font-weight: 950; line-height: 1; }
.article-stats dd { margin: 10px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.35; }
.article-aside { align-self: start; padding: 24px; background: #fff; border-top: 5px solid var(--red); }
.article-aside h2 { margin-top: 0; font-size: 1rem; text-transform: uppercase; }
.article-aside a { display: block; padding: 10px 0; border-top: 1px solid var(--line); font-weight: 700; }
.squad-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 35px; }
.person-card { min-height: 220px; padding: 20px; color: #fff; background: linear-gradient(145deg, #2a2c31, #111317); border-bottom: 6px solid var(--red); }
.person-card span { display: block; margin-top: 120px; color: #aeb0b5; font-size: .7rem; text-transform: uppercase; }
.person-card strong { font-size: 1.05rem; }
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.content-panel { padding: 30px; background: #fff; border-top: 5px solid var(--red); }
.panel-image { display: block; width: calc(100% + 60px); height: 180px; margin: -30px -30px 26px; object-fit: cover; }
.content-panel h2 { margin-top: 0; font-size: 1.6rem; text-transform: none; letter-spacing: -.02em; }
.club-directory { align-items: stretch; }
.club-directory-featured { color: #fff; background: #17191d; }
.club-directory-featured h2 { color: #fff; }
.club-directory-featured p { color: #c9cbd0; }
.document-list { display: grid; gap: 14px; margin: 28px 0 42px; }
.document-card { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; padding: 22px 24px; background: #fff; border-left: 5px solid var(--red); box-shadow: 0 10px 28px rgb(0 0 0 / .06); }
.document-card h3 { margin: 8px 0 8px; font-size: 1.2rem; line-height: 1.15; }
.document-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.document-card .card-meta { margin: 0; }
.document-status { flex: 0 0 auto; padding: 7px 10px; color: #775700; background: #ffed9c; font-size: .68rem; font-weight: 850; letter-spacing: .04em; text-align: center; text-transform: uppercase; }
.document-card a { color: var(--red-dark); font-weight: 850; }
.document-card--available { border-left-color: #19733c; }
.document-card--available .button-primary { color: #fff; font-weight: 900; }
.cantera-feature-grid { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(0, 1fr); align-items: stretch; gap: 28px; }
.cantera-season-poster { margin: 0; padding: 14px; background: #101114; border-top: 5px solid var(--red); box-shadow: 0 18px 40px rgb(0 0 0 / .13); }
.cantera-season-poster img { display: block; width: 100%; max-height: 720px; object-fit: contain; background: #050506; }
.cantera-season-poster figcaption { padding: 12px 4px 0; color: #c9cbd0; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cantera-feature-grid .content-panel { display: flex; flex-direction: column; justify-content: center; }
.template-note { padding: 12px 20px; color: #3b3215; background: #ffed9c; font-size: .78rem; text-align: center; }
.sports-board { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: 22px; margin: 30px 0; }
.sports-panel { min-width: 0; padding: 28px; background: #fff; border-top: 5px solid var(--red); }
.sports-panel .section-heading { margin-bottom: 22px; }
.sports-fixture-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.sports-fixture { display: grid; grid-template-columns: minmax(135px, .8fr) minmax(0, 1.8fr) auto; align-items: center; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.sports-fixture-date { color: var(--muted); font-size: .75rem; text-transform: capitalize; }
.sports-fixture-teams { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 12px; min-width: 0; }
.sports-fixture-team { display: flex; align-items: center; gap: 8px; min-width: 0; }
.sports-fixture-team:last-child { flex-direction: row-reverse; text-align: right; }
.sports-fixture-team strong { min-width: 0; overflow-wrap: anywhere; }
.sports-fixture-badge { display: grid; flex: 0 0 30px; width: 30px; height: 30px; place-items: center; color: #272a30; background: #f0f0ee; border: 1px solid #d7d6d1; border-radius: 50%; font-size: .58rem; font-weight: 900; }
.sports-fixture-badge img { display: block; width: 78%; height: 78%; object-fit: contain; }
.sports-score { min-width: 42px; padding: 6px 7px; color: #fff; background: var(--black); font-size: .82rem; font-weight: 900; text-align: center; }
.sports-status { color: var(--red-dark); font-size: .68rem; font-weight: 900; text-transform: uppercase; white-space: nowrap; }
.sports-table-wrap { overflow-x: auto; }
.sports-table { width: 100%; border-collapse: collapse; font-size: .82rem; }
.sports-table th, .sports-table td { padding: 11px 8px; border-bottom: 1px solid var(--line); text-align: right; white-space: nowrap; }
.sports-table th:first-child, .sports-table td:first-child { text-align: center; }
.sports-table th:nth-child(2), .sports-table td:nth-child(2) { width: 100%; text-align: left; }
.sports-table thead { color: var(--muted); font-size: .68rem; text-transform: uppercase; }
.sports-table tbody tr.is-mensajero { color: #fff; background: var(--red-dark); }
.sports-table tbody tr.is-mensajero th, .sports-table tbody tr.is-mensajero td { border-color: rgb(255 255 255 / .25); }
.sports-attribution { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding: 16px 20px; color: var(--muted); background: #fff; border-left: 5px solid #d09c00; font-size: .78rem; }
.sports-attribution p { margin: 0; }
.sports-attribution a { color: var(--red-dark); font-weight: 800; }
.sports-warning { flex-basis: 100%; color: #775700; }
.sports-error { border-left-color: #b00020; }

.section-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.section-card { display: grid; min-height: 230px; padding: 30px; color: #fff; background: #17191d url('assets/diagonal-red.svg') center/cover; border-bottom: 7px solid var(--red); text-decoration: none; }
.section-card:hover { background: linear-gradient(140deg, #111316, #7d0b10); }
.section-card > span { color: #ff6d72; font-weight: 900; }
.section-card strong { align-self: end; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; text-transform: uppercase; }
.section-card small { color: #c9cbd0; font-size: .9rem; }
.section-card--banner { display: block; min-height: 0; padding: 0; overflow: hidden; aspect-ratio: 1280 / 560; background: #111; }
.section-card-image { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease-out), filter .9s ease; }
.section-card--banner:hover .section-card-image, .section-card--banner:focus-visible .section-card-image { transform: scale(1.07); filter: brightness(1.08) saturate(1.08); }
.archive-controls { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); align-items: end; gap: 18px; margin-bottom: 25px; padding: 25px; background: #fff; border-top: 5px solid var(--red); }
.archive-controls h2 { margin: 0; font-size: 1.6rem; }
.form-field { display: grid; min-width: 0; gap: 6px; }
.form-field label { font-weight: 800; }
.form-field label span, .form-field small { color: var(--muted); font-size: .78rem; font-weight: 400; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 48px; padding: 11px 12px; color: var(--ink); background: #fff; border: 2px solid #777b82; border-radius: 0; font: inherit; }
.form-field textarea { resize: vertical; }
.form-field [aria-invalid="true"], .check-field [aria-invalid="true"] { border-color: #b00020; }
.archive-results { display: grid; gap: 0; margin: 20px 0 30px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.archive-results li { display: grid; grid-template-columns: 160px 1fr; gap: 25px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.archive-results time { color: var(--muted); font-size: .85rem; }
.archive-results a { font-weight: 750; text-decoration-color: var(--red); text-underline-offset: 4px; }
.results-status { font-weight: 800; }
.form-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: clamp(35px, 7vw, 80px); align-items: start; }
.form-layout form { display: grid; gap: 22px; margin-top: 28px; }
.check-field { display: grid; grid-template-columns: auto 1fr; gap: 8px 12px; align-items: start; }
.check-field input { width: 22px; height: 22px; margin: 2px 0 0; }
.check-field .field-error { grid-column: 2; }
.field-error { min-height: 1.2em; color: #9d001c; font-size: .82rem; font-weight: 750; }
.form-summary { padding: 15px; color: #750016; background: #ffe2e7; border-left: 5px solid #b00020; }
.form-success { padding: 18px; color: #123a23; background: #dff5e7; border-left: 5px solid #19733c; }
.mail-fallback { color: var(--muted); font-size: .86rem; }
.mail-fallback a, .aside-contact a { color: var(--red-dark); font-weight: 850; }
.aside-contact { margin-bottom: 0; padding-top: 15px; border-top: 1px solid var(--line); }

@media (max-width: 920px) {
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .main-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: 8px 20px 20px; background: #0c0d0f; border-top: 1px solid #303237; }
  .main-nav.is-open { display: block; }
  .main-nav ul { display: block; }
  .main-nav a { padding: 15px 8px; border-bottom: 1px solid #292b30; }
  .nav-dropdown > a::after { float: right; }
  .nav-submenu, .nav-dropdown:hover > .nav-submenu, .nav-dropdown:focus-within > .nav-submenu { position: static; display: block !important; min-width: 0; padding: 0 0 8px 16px; background: transparent; border: 0; box-shadow: none; }
  .main-nav .nav-submenu a { padding: 11px 8px; border-left: 2px solid #383a40; font-size: .78rem; white-space: normal; }
  .main-nav a.nav-member-cta { margin: 10px 8px 14px; padding: 14px 16px; border: 0; box-shadow: none; text-align: center; }
  .main-nav .social-links-mobile { display: flex; gap: 10px; padding: 16px 8px 0; }
  .main-nav .social-links-mobile a { flex: 1; padding: 10px; border: 1px solid #3d4046; }
  .main-nav .social-links-mobile svg { flex: 0 0 22px; }
  .match-layout { grid-template-columns: 1fr; gap: 28px; padding-block: 45px; }
  .match-layout > .text-link { justify-self: start; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card.featured { grid-column: span 2; }
  .history-teaser-layout { gap: 40px; }
  .archive-grid { grid-template-columns: 1fr 1fr; }
  .article-shell { grid-template-columns: 1fr; }
  .article-gallery { gap: 14px; }
  .squad-grid { grid-template-columns: 1fr 1fr; }
  .archive-controls { grid-template-columns: 1fr 1fr; }
  .form-layout { grid-template-columns: 1fr; }
  .history-timeline-heading { grid-template-columns: 1fr; align-items: start; gap: 14px; }
  .history-timeline-heading > p { max-width: 58ch; }
  .history-timeline-viewport { overflow-x: auto; padding-top: 158px; }
  .history-timeline { min-width: 980px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 70px; }
  .brand { max-width: calc(100% - 72px); }
  .brand small { display: none; }
  .hero { min-height: 610px; }
  .hero-content { padding-top: 90px; }
  .hero-lead { width: 100%; }
  .hero h1 { max-width: 100%; font-size: clamp(1.9rem, 9vw, 3.35rem); letter-spacing: -.06em; }
  .hero-image { object-position: 58% center; transform: translate3d(0, var(--parallax-y), 0) scale(1.06); }
  .visual-hero-image { transform: translate3d(0, var(--parallax-y), 0) scale(1.045); }
  .button-row { align-items: stretch; flex-direction: column; max-width: 330px; }
  .hero-caption { right: 14px; left: 14px; max-width: calc(100% - 28px); text-align: center; overflow-wrap: anywhere; }
  .menu-toggle { flex: 0 0 auto; }
  .fixture { width: 100%; min-width: 0; gap: 8px; padding: 14px 10px; background: #f8f7f3; border-top: 3px solid var(--red); }
  .team { flex-direction: column; font-size: .76rem; text-align: center; }
  .team:last-child { flex-direction: column; text-align: center; }
  .team, .team strong { min-width: 0; }
  .team strong { overflow-wrap: anywhere; }
  .mini-crest { flex-basis: 46px; width: 46px; }
  .match-layout { gap: 20px; padding-block: 32px 34px; }
  .match-layout > .text-link { margin-top: -6px; }
  .hero-caption { padding: 5px 8px; color: rgb(255 255 255 / .86); background: rgb(5 6 7 / .58); }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .news .section-heading, .news .section-heading h2 { width: 100%; max-width: 100%; }
  .news .section-heading h2 { font-size: clamp(1.85rem, 8vw, 3.35rem); overflow-wrap: anywhere; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card.featured { grid-column: auto; }
  .news-card h2, .news-card h3 { overflow-wrap: anywhere; }
  .card-meta { gap: 4px 8px; font-size: .62rem; }
  .featured .asset-image, .featured .asset-image img { min-height: 250px; height: 250px; }
  .featured .placeholder-image { min-height: 250px; }
  .article-gallery { grid-template-columns: 1fr; }
  .team-links { grid-template-columns: 1fr; gap: 16px; }
  .team-panel { min-height: 0; aspect-ratio: 1.35 / 1; padding: 18px; }
  .panel-number { top: -16px; right: 12px; font-size: 7rem; }
  .panel-copy { right: 12px; bottom: 12px; left: 12px; padding: 12px 14px; }
  .panel-copy small { margin-bottom: 6px; font-size: .63rem; }
  .panel-copy strong { font-size: clamp(1.65rem, 8vw, 2.4rem); }
  .panel-copy > span { margin-top: 10px; font-size: .72rem; }
  .history-teaser-layout { grid-template-columns: 1fr; }
  .history-teaser-media { min-height: 0; aspect-ratio: 1.6 / 1; }
  .history-teaser-media img { min-height: 0; }
  .history-teaser-overlay { right: 18px; bottom: 18px; left: 18px; }
  .history-stadium-grid { grid-template-columns: 1fr; }
  .history-stadium-media, .history-stadium-image { min-height: 280px; }
  .sponsor-groups { grid-template-columns: 1fr; gap: 30px; margin-top: 38px; }
  .sponsors h2 { font-size: clamp(2.15rem, 11vw, 3.6rem); }
  .sponsor-note { margin-left: 0; text-align: left; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .footer-social { align-items: flex-start; flex-direction: column; }
  .archive-grid, .content-grid { grid-template-columns: 1fr; }
  .cantera-feature-grid { grid-template-columns: 1fr; }
  .cantera-season-poster img { max-height: none; }
  .article-stats { grid-template-columns: 1fr 1fr; }
  .section-card-grid, .archive-controls { grid-template-columns: 1fr; }
  .document-card { flex-direction: column; gap: 14px; }
  .document-status { align-self: flex-start; }
  .sports-board { grid-template-columns: 1fr; }
  .sports-fixture { grid-template-columns: 1fr auto; gap: 8px 12px; }
  .sports-fixture-teams { grid-column: 1 / -1; grid-row: 1; }
  .sports-fixture-date { grid-column: 1; grid-row: 2; }
  .sports-status { grid-column: 2; grid-row: 2; }
  .archive-results li { grid-template-columns: 1fr; gap: 4px; }
  .history-timeline-block { margin-top: 48px; padding-top: 24px; }
  .history-timeline-viewport { margin-inline: -14px; padding: 152px 14px 16px; }
  .history-timeline { min-width: 980px; }
  .history-timeline-summary { width: 220px; padding: 14px; font-size: .76rem; }
  .history-timeline li.is-active .history-timeline-summary { opacity: 1; transform: translate(-50%, 0); visibility: visible; }
  .history-timeline li:first-child.is-active .history-timeline-summary, .history-timeline li:last-child.is-active .history-timeline-summary { transform: translateY(0); }
  .inner-hero h1 { font-size: clamp(2.5rem, 12vw, 3.4rem); }
  .visual-membership-cta { width: min(265px, calc(100% - 36px)); }
}

@media (max-width: 420px) {
  .article-stats { grid-template-columns: 1fr; }
}

@media (hover: none), (pointer: coarse) {
  .history-timeline li.is-active .history-timeline-summary { opacity: 1; transform: translate(-50%, 0); visibility: visible; }
  .history-timeline li:first-child.is-active .history-timeline-summary { transform: translateY(0); }
  .history-timeline li:last-child.is-active .history-timeline-summary { transform: translateY(0); }
}

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