:root {
  --bg: #050a10;
  --navy: #08111b;
  --navy-2: #0a1622;
  --blue: #0066ff;
  --bright-blue: #168bff;
  --white: #f5f7fa;
  --muted: #8d99a8;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.15);
  --container: 1280px;
  --header-h: 86px;
  --font-mono: "DM Mono", monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 20px); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--white); font-family: Manrope, Inter, Arial, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
body.menu-open main, body.menu-open .footer { visibility: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
address { font-style: normal; }
::selection { background: var(--blue); color: #fff; }
:focus-visible { outline: 2px solid var(--bright-blue); outline-offset: 5px; }
.skip-link { position: fixed; left: 18px; top: -60px; z-index: 100; padding: 12px 16px; background: var(--white); color: var(--bg); transition: top .2s; }
.skip-link:focus { top: 18px; }
.page-grain { position: fixed; inset: 0; z-index: 80; opacity: .025; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 150 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.section-shell { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }
.section-divider { border-top: 1px solid var(--line); }
.eyebrow { margin: 0 0 20px; color: var(--bright-blue); font: 500 .69rem/1.4 "DM Mono", monospace; letter-spacing: .24em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h2 { margin-bottom: 0; font-size: clamp(2.55rem, 4.6vw, 4.9rem); line-height: .98; letter-spacing: -.055em; }
h2 span { color: var(--bright-blue); }
.text-link { display: inline-flex; align-items: center; gap: 12px; width: fit-content; color: var(--bright-blue); font-size: .82rem; font-weight: 700; }
.text-link span, .button span, .service a span { transition: transform .25s ease; }
.text-link:hover span, .button:hover span, .service a:hover span { transform: translateX(4px); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: var(--header-h); transition: background .3s, border-color .3s, backdrop-filter .3s; }
.site-header.scrolled { background: rgba(5, 10, 16, .86); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { width: min(calc(100% - 64px), var(--container)); height: 100%; margin-inline: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; }
.brand img { width: 40px; height: 40px; }
.brand-type { font-size: .78rem; font-weight: 800; letter-spacing: -.02em; white-space: nowrap; }
.brand-type strong { color: var(--bright-blue); }
.brand-type small { display: block; margin-top: 2px; color: #657383; font: 500 .46rem/1.2 "DM Mono", monospace; letter-spacing: .24em; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { position: relative; padding: 32px 0; color: #aab4c0; font-size: .75rem; font-weight: 600; transition: color .2s; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 23px; height: 2px; background: var(--bright-blue); transition: right .25s; }
.site-nav a:hover, .site-nav a.active { color: var(--white); }
.site-nav a.active::after { right: 0; }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 14px; padding: 9px 10px 9px 18px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; font-size: .72rem; font-weight: 700; transition: border-color .2s, background .2s; }
.header-cta span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: var(--bright-blue); font-size: 1rem; transition: transform .25s; }
.header-cta:hover { border-color: var(--bright-blue); background: rgba(22,139,255,.08); }
.header-cta:hover span { transform: rotate(45deg); }
.menu-toggle { display: none; border: 0; background: none; cursor: pointer; }

.hero { position: relative; min-height: 100svh; padding-top: calc(var(--header-h) + 62px); padding-bottom: 72px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 42px; }
.hero::before { content: ""; position: absolute; left: -18vw; top: 10%; width: 42vw; height: 42vw; background: radial-gradient(circle, rgba(0,102,255,.09), transparent 68%); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; padding-left: 8px; }
.hero h1 { margin: 0 0 26px; font-size: clamp(4.8rem, 7.35vw, 8.6rem); line-height: .86; letter-spacing: -.075em; }
.hero h1 span, .hero h1 strong { display: block; }
.hero h1 span { color: var(--white); font-weight: 800; }
.hero h1 strong { color: var(--bright-blue); font-weight: 800; }
.hero-lede { margin-bottom: 8px; font-size: clamp(1.05rem, 1.4vw, 1.35rem); font-weight: 650; letter-spacing: -.02em; }
.hero-description { max-width: 520px; margin-bottom: 0; color: #9aa6b4; font-size: .94rem; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 51px; padding: 0 22px; border-radius: 999px; font-size: .76rem; font-weight: 750; transition: transform .2s, background .2s, border-color .2s; }
.button-primary { background: var(--bright-blue); color: #fff; box-shadow: 0 12px 34px rgba(0,102,255,.18); }
.button-primary:hover { background: #2a98ff; transform: translateY(-2px); }
.button-secondary { border: 1px solid rgba(255,255,255,.4); }
.button-secondary:hover { border-color: var(--bright-blue); color: var(--bright-blue); transform: translateY(-2px); }
.hero-proof { display: flex; align-items: center; gap: 17px; margin-top: 54px; }
.hero-proof p { margin: 0; color: var(--muted); font: .64rem/1.7 "DM Mono", monospace; letter-spacing: .04em; }
.hero-proof strong { color: var(--white); font-size: .69rem; }
.proof-rule { width: 42px; height: 1px; background: var(--bright-blue); }
.hero-media { position: relative; align-self: stretch; min-height: 650px; overflow: hidden; isolation: isolate; background: #07111b; }
.sprite { background-image: url("/assets/design-reference.png"); background-repeat: no-repeat; }
.sprite-hero { position: absolute; inset: 0; background-image: url("/assets/hero-studio.png"); background-size: cover; background-position: 50% center; filter: saturate(.92) contrast(1.06); transform: scale(1.015); }
.hero-media-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,10,16,.88) 0, rgba(5,10,16,.24) 31%, transparent 56%), linear-gradient(0deg, rgba(5,10,16,.56), transparent 38%); }
.hero-media::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(22,139,255,.16); pointer-events: none; }
.hero-frame-label { position: absolute; right: 20px; bottom: 18px; display: flex; align-items: center; gap: 16px; font: .52rem "DM Mono", monospace; letter-spacing: .12em; }
.hero-frame-label span { color: #cbd6e1; }
.hero-frame-label b { color: var(--bright-blue); font-weight: 500; }
.scroll-cue { position: absolute; left: 8px; bottom: 22px; display: flex; align-items: center; gap: 10px; color: #687685; font: .55rem "DM Mono", monospace; letter-spacing: .2em; writing-mode: vertical-rl; }
.scroll-cue span { width: 1px; height: 30px; background: linear-gradient(var(--bright-blue), transparent); }

.services, .portfolio, .sofascore, .about, .process { padding-block: 120px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-heading > p { max-width: 370px; margin: 0 0 5px; color: var(--muted); font-size: .88rem; }
.services-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border: 1px solid var(--line); }
.service { position: relative; min-height: 410px; padding: 34px 28px 30px; background: linear-gradient(145deg, rgba(10,22,34,.72), rgba(6,13,21,.2)); border-right: 1px solid var(--line); transition: background .35s, transform .35s; }
.service:last-child { border-right: 0; }
.service:hover { z-index: 2; background: #0a1723; transform: translateY(-5px); box-shadow: 0 18px 50px rgba(0,0,0,.22); }
.service-number { position: absolute; right: 22px; top: 22px; color: #546272; font: .63rem "DM Mono", monospace; }
.service svg { width: 43px; margin: 28px 0 47px; fill: none; stroke: var(--bright-blue); stroke-width: 1.6; }
.service h3 { margin-bottom: 20px; font-size: 1.13rem; letter-spacing: -.035em; text-transform: uppercase; }
.service ul { min-height: 118px; margin: 0 0 25px; padding: 0; list-style: none; color: #aab5c1; font-size: .78rem; }
.service li { margin: 8px 0; }
.service li::before { content: "↗"; margin-right: 9px; color: var(--bright-blue); }
.service a { display: inline-flex; gap: 8px; color: var(--bright-blue); font-size: .73rem; font-weight: 700; }

.portfolio-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 30px; }
.filters { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 8px; }
.filter { min-height: 38px; padding: 0 16px; border: 1px solid var(--line-strong); border-radius: 999px; background: transparent; color: #a8b2bd; font-size: .69rem; cursor: pointer; transition: background .2s, border-color .2s, color .2s; }
.filter:hover, .filter.active { border-color: var(--bright-blue); background: var(--bright-blue); color: #fff; }
.project-grid { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); grid-auto-rows: 245px; gap: 10px; }
.project-card { position: relative; overflow: hidden; padding: 0; border: 0; background: #09131e; text-align: left; cursor: pointer; }
.project-card:nth-child(1) { grid-column: 1 / 8; grid-row: 1 / 3; }
.project-card:nth-child(2) { grid-column: 8 / 13; grid-row: 1; }
.project-card:nth-child(3) { grid-column: 8 / 13; grid-row: 2; }
.project-card:nth-child(4) { grid-column: 1 / 5; grid-row: 3 / 5; }
.project-card:nth-child(5) { grid-column: 5 / 9; grid-row: 3 / 5; }
.project-card:nth-child(6) { grid-column: 9 / 13; grid-row: 3 / 5; }
.project-card-art { position: absolute; inset: 0; background-image: url("/assets/design-reference.png"); background-repeat: no-repeat; background-size: 338% 1087%; filter: saturate(.92) contrast(1.06); transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .4s; }
.project-card-art:not(.art-waiting) { overflow: hidden; background: #07111b; }
.project-card-art img { width: 100%; height: 100%; object-fit: cover; }
.project-card-art.is-contained img { object-fit: contain; padding: 1.25rem; }
.project-card-art.art-waiting { display: flex; flex-direction: column; justify-content: flex-start; padding: clamp(1.25rem, 2.6vw, 2.2rem); background: linear-gradient(135deg, #07111b, #04090f 72%); background-image: none; border: 1px solid rgba(255,255,255,.045); filter: none; }
.art-waiting::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.035) 50%, transparent 50.1%), linear-gradient(transparent 49.9%, rgba(255,255,255,.035) 50%, transparent 50.1%); background-size: 68px 68px; opacity: .45; }
.project-card-art.art-waiting > * { position: relative; z-index: 1; }
.project-card-art.art-waiting > span { color: var(--bright-blue); font: 600 .66rem/1.2 "DM Mono", monospace; letter-spacing: .18em; }
.project-card-art.art-waiting > strong { max-width: 8em; margin: auto 0 6rem; color: rgba(245,247,250,.2); font-size: clamp(1.65rem, 3vw, 3.4rem); line-height: .9; letter-spacing: -.06em; }
.project-card-art.art-waiting > small { display: none; }
.art-dume { background-position: 6.5% 44.5%; }
.art-katarina { background-position: 49% 44.5%; }
.art-ogradjenik { background-position: 93.5% 44.5%; }
.art-merch { background-position: 6.5% 55.4%; }
.art-futsal { background-position: 49% 55.4%; }
.art-brand { background-position: 93.5% 55.4%; }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,7,12,.96), transparent 66%); transition: background .35s; }
.project-card:hover .project-card-art { transform: scale(1.045); filter: saturate(1.04) contrast(1.04); }
.project-card:hover::after { background: linear-gradient(0deg, rgba(2,7,12,.98), rgba(5,10,16,.04) 76%); }
.project-card-content { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; }
.project-card-content small { display: block; margin-bottom: 7px; color: var(--bright-blue); font: .57rem "DM Mono", monospace; letter-spacing: .1em; }
.project-card-content strong { display: block; padding-right: 42px; font-size: 1.22rem; line-height: 1.15; letter-spacing: -.035em; }
.project-card-content span { display: inline-block; margin-top: 7px; color: #aeb9c5; font-size: .68rem; opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s; }
.project-card:hover .project-card-content span { opacity: 1; transform: none; }
.project-card-arrow { position: absolute; z-index: 3; right: 20px; top: 18px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; font-size: .95rem; transition: color .2s, border-color .2s, transform .2s; }
.project-card:hover .project-card-arrow { color: var(--bright-blue); border-color: var(--bright-blue); transform: rotate(45deg); }
.project-card.is-hidden { display: none; }
.portfolio-empty { grid-column: 1 / -1; display: grid; place-items: center; min-height: 180px; margin: 0; border: 1px solid var(--line); color: var(--muted); font-size: .8rem; text-align: center; padding: 24px; }
.project-index { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; margin-top: 82px; padding-top: 58px; border-top: 1px solid var(--line); }
.project-index h3 { margin: 0; font-size: clamp(2rem, 3vw, 3.4rem); line-height: 1; letter-spacing: -.05em; }
.project-index-list { border-top: 1px solid var(--line); }
.index-project { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 18px; min-height: 64px; border-bottom: 1px solid var(--line); color: #ccd4dd; }
.index-project span { color: var(--bright-blue); font: .6rem "DM Mono", monospace; }
.index-project strong { font-size: .8rem; font-weight: 600; }
.index-project em { color: #687685; font: normal .58rem "DM Mono", monospace; }
.index-project:hover strong { color: var(--bright-blue); }

.sports { display: grid; grid-template-columns: 1.06fr .94fr; background: var(--navy); }
.sports-visual { position: relative; min-height: 670px; overflow: hidden; }
.sprite-sports { position: absolute; inset: 0; background-image: url("/assets/sports-trophy.png"); background-size: cover; background-position: 43% center; filter: saturate(.84) brightness(.78); transform: scale(1.02); }
.sports-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, var(--navy)), linear-gradient(0deg, rgba(5,10,16,.65), transparent 55%); }
.sports-score { position: absolute; z-index: 2; left: 42px; bottom: 38px; display: grid; grid-template-columns: auto auto; gap: 2px 17px; align-items: end; }
.sports-score span, .sports-score small { font: .58rem "DM Mono", monospace; letter-spacing: .14em; }
.sports-score span { color: var(--bright-blue); }
.sports-score strong { grid-row: span 2; font-size: 3.2rem; line-height: .8; letter-spacing: -.06em; }
.sports-score small { color: #9eacba; }
.sports-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(38px, 6vw, 100px); }
.sports-copy h2 { margin-bottom: 32px; font-size: clamp(3.4rem, 5vw, 6.7rem); }
.sports-copy > p:not(.eyebrow) { max-width: 560px; color: #9aa6b4; font-size: .95rem; }
.capabilities { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; margin: 32px 0 40px; border-top: 1px solid var(--line); }
.capabilities span { padding: 14px 0; border-bottom: 1px solid var(--line); color: #c8d1db; font-size: .72rem; }
.capabilities span::before { content: "/"; margin-right: 9px; color: var(--bright-blue); }

.sofascore { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; }
.sofascore-heading h2 { font-size: clamp(2.45rem, 4vw, 4.5rem); }
.score-panel { align-self: start; border: 1px solid var(--line); background: #07111b; }
.score-panel-top { display: flex; justify-content: space-between; gap: 20px; padding: 18px 20px; border-bottom: 1px solid var(--line); color: #778594; font: .57rem "DM Mono", monospace; letter-spacing: .11em; }
.status-dot { color: #99b9d9; }
.status-dot::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--bright-blue); box-shadow: 0 0 12px var(--blue); }
.score-row { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 18px; min-height: 70px; padding: 0 20px; border-bottom: 1px solid var(--line); }
.score-row:last-child { border-bottom: 0; }
.score-row span, .score-row em { color: #718091; font: normal .57rem "DM Mono", monospace; }
.score-row strong { font-size: .8rem; font-weight: 600; }
.sofascore-note { grid-column: 2; max-width: 650px; margin: -38px 0 0; color: #697786; font-size: .7rem; }

.about { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; }
.about-aside { display: flex; flex-direction: column; justify-content: space-between; min-height: 480px; }
.about-monogram { display: flex; align-items: center; gap: 20px; }
.about-monogram img { width: 90px; opacity: .78; }
.about-monogram span { color: #a8b3bf; font: 500 .86rem/1.7 "DM Mono", monospace; letter-spacing: .18em; }
.about-meta { margin: 0; color: #607080; font: .58rem/1.8 "DM Mono", monospace; letter-spacing: .12em; }
.about-content h2 { margin-bottom: 52px; font-size: clamp(2.65rem, 4vw, 5rem); }
.about-columns { columns: 2; column-gap: 48px; }
.about-columns p { break-inside: avoid; margin-bottom: 24px; color: #9ca8b5; font-size: .89rem; }

.process { padding-bottom: 145px; }
.process-track { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin: 74px 0 0; padding: 0; list-style: none; }
.process-track::before { content: ""; position: absolute; left: 18px; right: 18px; top: 20px; height: 1px; background: linear-gradient(90deg, var(--bright-blue), rgba(255,255,255,.12)); }
.process-track li { position: relative; padding-right: 34px; }
.process-track li > span { position: relative; z-index: 2; display: grid; place-items: center; width: 41px; height: 41px; margin-bottom: 28px; border: 1px solid var(--bright-blue); border-radius: 50%; background: var(--bg); color: var(--bright-blue); font: .61rem "DM Mono", monospace; }
.process-track h3 { margin-bottom: 8px; font-size: .87rem; text-transform: uppercase; }
.process-track p { max-width: 190px; margin: 0; color: var(--muted); font-size: .76rem; }

.contact { position: relative; min-height: 490px; overflow: hidden; background: #07121e; }
.contact-art { position: absolute; inset: 0; background-image: url("/assets/contact-field.png"); background-size: cover; background-position: 70% center; filter: saturate(.84) brightness(.7); }
.contact-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, #07111d 0, rgba(7,17,29,.91) 38%, rgba(7,17,29,.15) 78%), linear-gradient(0deg, rgba(0,102,255,.14), transparent 60%); }
.contact-inner { position: relative; z-index: 2; padding-block: 100px; }
.contact h2 { font-size: clamp(3.6rem, 6vw, 7.4rem); }
.contact p:not(.eyebrow) { margin: 22px 0 30px; color: #b1bbc6; font-size: .9rem; }
.contact-actions { display: flex; align-items: center; gap: 24px; }
.contact-actions > a:not(.button) { color: #bec8d3; font-size: .78rem; border-bottom: 1px solid rgba(255,255,255,.3); }

.footer { background: #04080d; }
.footer-main { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 50px; padding-block: 52px; }
.footer nav { display: flex; gap: 24px; color: #919dab; font-size: .7rem; }
.footer nav a:hover, .footer address a:hover { color: var(--bright-blue); }
.footer address { justify-self: end; display: flex; flex-direction: column; align-items: flex-end; gap: 4px; color: #8b97a5; font-size: .66rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 21px; border-top: 1px solid var(--line); color: #596675; font-size: .58rem; }

.project-detail { min-height: 100vh; padding-top: var(--header-h); }
.project-detail-hero { position: relative; height: min(76vh, 760px); min-height: 520px; overflow: hidden; }
.project-detail-art { position: absolute; inset: 0; background-image: url("/assets/design-reference.png"); background-repeat: no-repeat; background-size: 338% 1087%; filter: saturate(.85) brightness(.72); transform: scale(1.08); }
.project-detail-art.has-image { overflow: hidden; background: #050a10; background-image: none; filter: none; transform: none; }
.project-detail-art.has-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) brightness(.68); }
.project-detail-art.has-image.is-contained img { object-fit: contain; padding: clamp(2rem, 6vw, 6rem); filter: saturate(.9) brightness(.6); }
.project-detail-art.detail-waiting { display: flex; flex-direction: column; justify-content: center; gap: 1.5rem; padding: clamp(2rem, 8vw, 9rem); background: linear-gradient(125deg, #07131f, #03080d 72%); background-image: none; filter: none; transform: none; }
.detail-waiting > * { position: relative; z-index: 1; }
.detail-waiting > span, .detail-waiting > small { color: var(--bright-blue); font: 600 .66rem/1.4 "DM Mono", monospace; letter-spacing: .18em; }
.detail-waiting > strong { color: rgba(245,247,250,.12); font-size: clamp(3rem, 7vw, 8rem); line-height: .84; letter-spacing: -.065em; }
.detail-waiting > small { color: #627080; }
.art-placeholder { background-image: linear-gradient(135deg, #08111b, #0b2034 55%, #07111b); background-size: cover; background-position: center; }
.project-detail-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, #050a10, transparent 67%), linear-gradient(90deg, rgba(5,10,16,.52), transparent); }
.project-detail-head { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 62px; }
.project-detail-head h1 { max-width: 920px; margin: 0; font-size: clamp(3.6rem, 8vw, 8.8rem); line-height: .88; letter-spacing: -.075em; text-transform: uppercase; }
.back-link { position: absolute; top: 34px; left: 0; color: #c4ced8; font-size: .7rem; }
.back-link:hover { color: var(--bright-blue); }
.project-detail-body { padding-block: 75px 120px; }
.project-detail-meta { display: grid; grid-template-columns: .45fr 1fr 1fr; gap: 35px; padding-bottom: 52px; border-bottom: 1px solid var(--line); }
.project-detail-meta div { display: flex; flex-direction: column; gap: 9px; }
.project-detail-meta span { color: var(--bright-blue); font: .58rem "DM Mono", monospace; letter-spacing: .14em; }
.project-detail-meta strong { color: #c8d1db; font-size: .8rem; font-weight: 500; }
.project-detail-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-block: 66px; }
.project-detail-copy > p:first-child { max-width: 720px; font-size: clamp(1.45rem, 2.5vw, 2.4rem); line-height: 1.28; letter-spacing: -.035em; }
.detail-factual-note { color: #6f7c89; font-size: .72rem; }
.project-gallery { display: grid; grid-template-columns: 1.4fr .6fr; gap: 10px; min-height: 560px; }
.gallery-panel { position: relative; min-height: 560px; overflow: hidden; padding: 0; border: 1px solid var(--line); background: #07111b; cursor: zoom-in; }
.gallery-panel > img { width: 100%; height: 100%; min-height: 560px; object-fit: contain; transition: transform .45s ease; }
.gallery-panel:hover > img { transform: scale(1.018); }
.gallery-panel > span { position: absolute; right: 1rem; bottom: 1rem; padding: .45rem .55rem; background: rgba(5,10,16,.78); color: var(--white); font: 600 .62rem/1 "DM Mono", monospace; }
.gallery-panel.gallery-waiting { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(1.5rem, 4vw, 3rem); background: linear-gradient(135deg, #07111b, #04090f 72%); background-image: none; filter: none; }
.gallery-waiting span { position: relative; z-index: 1; color: var(--bright-blue); font: 600 .68rem/1 "DM Mono", monospace; }
.gallery-waiting strong { position: relative; z-index: 1; align-self: flex-end; color: rgba(245,247,250,.15); font-size: clamp(2rem, 4vw, 4.5rem); line-height: .9; text-align: right; }
.gallery-panel:last-child { filter: saturate(.75) brightness(.72); transform: none; }
.gallery-panel:last-child:has(img) { filter: none; }
.sofascore-link { display: inline-flex; align-items: center; gap: 1rem; margin-top: 1.6rem; padding: .85rem 1.15rem; border: 1px solid rgba(22,139,255,.4); color: var(--bright-blue); font-weight: 650; transition: color .2s, border-color .2s, background .2s; }
.sofascore-link:hover { color: var(--white); border-color: var(--bright-blue); background: rgba(22,139,255,.08); }
.sofascore-link[hidden] { display: none; }
.lightbox { width: min(94vw, 1500px); height: 94vh; padding: 0; border: 1px solid rgba(255,255,255,.12); background: #03070b; overflow: hidden; }
.lightbox::backdrop { background: rgba(0,4,8,.92); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; height: 100%; object-fit: contain; }
.lightbox button { position: absolute; z-index: 2; top: 1rem; right: 1rem; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(5,10,16,.8); color: white; font-size: 1.5rem; cursor: pointer; }
.next-project { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-top: 90px; padding: 36px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.next-project span { grid-column: 1; color: var(--bright-blue); font: .58rem "DM Mono", monospace; letter-spacing: .14em; }
.next-project strong { grid-column: 1; margin-top: 11px; font-size: clamp(1.7rem, 3vw, 3rem); letter-spacing: -.04em; }
.next-project b { grid-column: 2; grid-row: 1 / span 2; color: var(--bright-blue); font-size: 2.5rem; font-weight: 400; transition: transform .2s; }
.next-project:hover b { transform: translateX(8px); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  :root { --header-h: 76px; }
  .section-shell, .header-inner { width: min(calc(100% - 44px), var(--container)); }
  .header-inner { gap: 24px; }
  .site-nav { gap: 18px; }
  .hero { grid-template-columns: .95fr 1.05fr; gap: 24px; }
  .hero h1 { font-size: clamp(4.35rem, 8vw, 6.6rem); }
  .hero-media { min-height: 570px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .service:nth-child(2) { border-right: 0; }
  .service:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .sports { grid-template-columns: 1fr 1fr; }
  .sofascore, .about { grid-template-columns: .62fr 1.38fr; gap: 44px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer nav { grid-row: 2; grid-column: 1 / -1; }
}

@media (max-width: 780px) {
  :root { --header-h: 70px; }
  .section-shell, .header-inner { width: min(calc(100% - 36px), var(--container)); }
  .header-inner { display: flex; justify-content: space-between; }
  .brand img { width: 36px; height: 36px; }
  .site-nav { position: fixed; z-index: 2; inset: var(--header-h) 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 34px 22px; background: #050a10; box-shadow: -22px 0 70px rgba(0,0,0,.48); transform: translateX(100%); visibility: hidden; transition: transform .35s ease, visibility .35s; }
  .site-nav.open { transform: none; visibility: visible; }
  .site-nav a { display: flex; align-items: center; min-height: 67px; padding: 0; border-bottom: 1px solid var(--line); font-size: 1.18rem; }
  .site-nav a::after { display: none; }
  .header-cta { display: none; }
  .menu-toggle { display: grid; gap: 6px; width: 44px; height: 44px; place-content: center; }
  .menu-toggle span { display: block; width: 24px; height: 2px; background: var(--white); transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { min-height: auto; padding-top: calc(var(--header-h) + 54px); padding-bottom: 64px; grid-template-columns: 1fr; gap: 34px; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(4rem, 15vw, 6.3rem); }
  .hero-description { font-size: .88rem; }
  .hero-media { min-height: 58svh; margin-inline: -18px; }
  .sprite-hero { background-size: cover; background-position: 57% center; }
  .hero-proof { display: none; }
  .scroll-cue { display: none; }
  .services, .portfolio, .sofascore, .about, .process { padding-block: 84px; }
  .section-heading, .portfolio-head { display: block; }
  .section-heading > p { margin-top: 22px; }
  .filters { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; margin: 26px -18px 0; padding: 0 18px 8px; scrollbar-width: none; }
  .filter { flex: none; }
  .project-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 225px; }
  .project-card, .project-card:nth-child(n) { grid-column: span 1; grid-row: span 1; }
  .project-card:nth-child(1), .project-card:nth-child(5) { grid-column: 1 / -1; grid-row: span 2; }
  .project-card-content strong { font-size: 1rem; }
  .project-card-content span { display: none; }
  .project-index { grid-template-columns: 1fr; gap: 34px; }
  .sports { grid-template-columns: 1fr; }
  .sports-visual { min-height: 520px; }
  .sports-visual::after { background: linear-gradient(0deg, var(--navy), transparent 50%); }
  .sports-copy { padding: 70px 22px 84px; }
  .sofascore, .about { grid-template-columns: 1fr; }
  .sofascore-note { grid-column: 1; margin-top: -28px; }
  .about-aside { min-height: 0; gap: 34px; }
  .about-meta { display: none; }
  .about-columns { columns: 1; }
  .process-track { grid-template-columns: 1fr 1fr; gap: 42px 22px; }
  .process-track::before { display: none; }
  .contact { min-height: 520px; }
  .contact-art { background-size: cover; background-position: 72% center; }
  .footer-main { grid-template-columns: 1fr; align-items: start; gap: 34px; }
  .footer nav { grid-row: auto; grid-column: auto; flex-wrap: wrap; }
  .footer address { justify-self: start; align-items: flex-start; }
  .project-detail-meta { grid-template-columns: 1fr 1fr; }
  .project-detail-copy { grid-template-columns: 1fr; gap: 18px; }
  .project-gallery { grid-template-columns: 1fr; }
  .gallery-panel { min-height: 420px; }
}

@media (max-width: 480px) {
  .section-shell, .header-inner { width: min(calc(100% - 32px), var(--container)); }
  .brand-type { font-size: .7rem; }
  .hero { padding-top: calc(var(--header-h) + 38px); }
  .hero h1 { font-size: clamp(3.8rem, 18vw, 5.45rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-media { min-height: 420px; margin-inline: -16px; }
  .hero-signature { font-size: 1.4rem; }
  h2 { font-size: clamp(2.35rem, 12vw, 3.65rem); }
  .services-grid { grid-template-columns: 1fr; }
  .service { min-height: 330px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service:last-child { border-bottom: 0; }
  .service svg { margin-bottom: 30px; }
  .service ul { min-height: auto; }
  .project-grid { grid-template-columns: 1fr; grid-auto-rows: 350px; }
  .project-card, .project-card:nth-child(n) { grid-column: 1; grid-row: span 1; }
  .project-card-content { left: 18px; right: 18px; bottom: 17px; }
  .index-project { grid-template-columns: 34px 1fr; }
  .index-project em { display: none; }
  .sports-visual { min-height: 430px; }
  .capabilities { grid-template-columns: 1fr; }
  .score-panel-top { align-items: flex-start; flex-direction: column; }
  .score-row { grid-template-columns: 30px 1fr; }
  .score-row em { display: none; }
  .about-content h2 { font-size: 2.55rem; }
  .about-monogram img { width: 68px; }
  .process-track { grid-template-columns: 1fr; }
  .process-track li { display: grid; grid-template-columns: 50px 1fr; padding: 0; }
  .process-track li > span { margin: 0; }
  .contact h2 { font-size: 3.35rem; }
  .contact-actions { align-items: flex-start; flex-direction: column; }
  .footer-bottom { flex-direction: column; }
  .project-detail-hero { min-height: 540px; }
  .project-detail-head h1 { font-size: 3.55rem; }
  .project-detail-meta { grid-template-columns: 1fr; }
}

@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; }
}

/* Dedicated pages */
.route-hero {
  min-height: 72svh;
  padding-top: clamp(10rem, 18vh, 14rem);
  padding-bottom: clamp(4rem, 9vw, 8rem);
  display: grid;
  grid-template-columns: minmax(7rem, .34fr) 1.66fr;
  align-items: end;
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.route-hero::after { content: ""; position: absolute; inset: 0 0 0 49%; pointer-events: none; border-left: 1px solid var(--border); background: linear-gradient(125deg, transparent 20%, rgba(0,102,255,.07)); }
.route-hero-index { color: #5f6d7c; font: 600 .67rem/1.2 var(--font-mono); letter-spacing: .2em; writing-mode: vertical-rl; transform: rotate(180deg); }
.route-hero > div:last-child { position: relative; z-index: 1; }
.route-hero h1 { margin: 1.7rem 0 1.8rem; max-width: 1100px; font-size: clamp(3.7rem, 8.8vw, 9.4rem); font-weight: 760; letter-spacing: -.065em; line-height: .84; }
.route-hero h1 span, .route-section-head h2 span, .sports-editorial-title em, .contact-details h2 span { color: var(--bright-blue); font-style: normal; }
.route-intro { max-width: 620px; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.65; }
.route-section { padding-top: clamp(5rem, 9vw, 9rem); padding-bottom: clamp(6rem, 11vw, 10rem); }
.route-section-head { display: grid; grid-template-columns: .65fr 1.35fr; align-items: end; gap: 2rem; margin-bottom: 4rem; }
.route-section-head > p { color: var(--bright-blue); font: 600 .7rem/1.2 var(--font-mono); letter-spacing: .22em; }
.route-section-head h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5.6rem); line-height: .95; letter-spacing: -.055em; }
.route-services { grid-template-columns: repeat(2, 1fr); }
.route-services .service-card { min-height: 380px; padding: clamp(2rem, 4vw, 3.5rem); }
.portfolio-page { padding-top: 6rem; }
.full-grid { grid-template-columns: repeat(12, 1fr); }
.full-grid .project-card { grid-column: span 4; }
.full-grid .project-card:nth-child(5n + 1), .full-grid .project-card:nth-child(5n + 2) { grid-column: span 6; }
.route-sports { margin-top: 0; }
.sports-editorial { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); padding-top: clamp(6rem, 10vw, 10rem); padding-bottom: clamp(6rem, 10vw, 10rem); }
.sports-editorial-title > span { color: var(--bright-blue); font: 600 .7rem/1 var(--font-mono); letter-spacing: .2em; }
.sports-editorial-title h2 { margin: 2rem 0 0; font-size: clamp(2.8rem, 5vw, 5.3rem); line-height: .96; letter-spacing: -.055em; }
.capability-list { border-top: 1px solid var(--border); }
.capability-list > div { display: grid; grid-template-columns: 4rem 1fr; align-items: center; min-height: 74px; border-bottom: 1px solid var(--border); }
.capability-list span { color: var(--bright-blue); font: 600 .7rem/1 var(--font-mono); }
.capability-list strong { font-size: clamp(1.05rem, 1.5vw, 1.35rem); font-weight: 560; }
.sofascore-page { display: grid; grid-template-columns: .72fr 1.28fr; gap: 4rem 7vw; }
.sofascore-page .sofascore-heading { grid-row: span 2; }
.sofascore-page .score-panel, .sofascore-page .sofascore-note, .sofascore-page .legal-panel { width: auto; margin: 0; }
.legal-panel { grid-column: 2; padding: 1.5rem; border: 1px solid var(--border); color: var(--muted); }
.legal-panel strong { display: block; color: var(--white); margin-bottom: .45rem; }
.legal-panel p { margin: 0; line-height: 1.65; }
.competition-section { padding-bottom: clamp(7rem, 12vw, 11rem); }
.competition-list { border-top: 1px solid var(--line); }
.competition-list a { display: grid; grid-template-columns: 4rem 1fr auto; align-items: center; gap: 1rem; min-height: 86px; border-bottom: 1px solid var(--line); transition: background .25s, padding .25s; }
.competition-list a:hover { padding-inline: 1rem; background: rgba(255,255,255,.025); }
.competition-list span { color: var(--bright-blue); font: 600 .67rem/1 "DM Mono", monospace; }
.competition-list strong { font-size: clamp(1rem, 1.5vw, 1.3rem); }
.competition-list em { color: var(--muted); font-size: .78rem; font-style: normal; }
.route-about { padding-top: clamp(6rem, 10vw, 10rem); }
.route-process { padding-bottom: clamp(7rem, 12vw, 11rem); }
.route-cta { min-height: 560px; position: relative; display: flex; align-items: center; overflow: hidden; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.route-cta .contact-art { position: absolute; inset: 0; background: url('/assets/contact-field.png') center 66% / cover no-repeat; }
.route-cta-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,10,16,.98) 7%, rgba(5,10,16,.76) 48%, rgba(5,10,16,.22)); }
.route-cta-inner { width: min(calc(100% - 64px), var(--container)); position: relative; z-index: 1; }
.route-cta h2 { margin: 1.25rem 0 2rem; font-size: clamp(3rem, 6.3vw, 7rem); line-height: .86; letter-spacing: -.06em; }
.route-cta h2 span { color: var(--bright-blue); }

/* Contact */
.contact-page { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem, 8vw, 9rem); padding-top: clamp(6rem, 10vw, 10rem); padding-bottom: clamp(7rem, 12vw, 11rem); }
.contact-details h2 { margin: 1.4rem 0 3rem; font-size: clamp(2.7rem, 4.5vw, 5rem); line-height: .95; letter-spacing: -.055em; }
.contact-list { border-top: 1px solid var(--border); }
.contact-list a { display: grid; grid-template-columns: 1fr auto; gap: .45rem 1rem; padding: 1.4rem 0; border-bottom: 1px solid var(--border); }
.contact-list small { grid-column: 1; color: var(--muted); font: 600 .65rem/1 var(--font-mono); letter-spacing: .16em; }
.contact-list strong { grid-column: 1; font-size: clamp(.95rem, 1.3vw, 1.15rem); overflow-wrap: anywhere; }
.contact-list span { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--bright-blue); transition: transform .25s ease; }
.contact-list a:hover span { transform: translate(3px, -3px); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; padding: clamp(1.5rem, 4vw, 3.5rem); border: 1px solid var(--border); background: #07111b; }
.form-heading, .form-wide { grid-column: 1 / -1; }
.form-heading { display: flex; justify-content: space-between; gap: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--border); }
.form-heading span { color: var(--bright-blue); font: 600 .68rem/1.2 var(--font-mono); letter-spacing: .2em; }
.form-heading p { margin: 0; color: var(--muted); font-size: .8rem; }
.contact-form label, .admin-login label { display: grid; gap: .7rem; color: #c2cbd5; font-size: .78rem; font-weight: 650; letter-spacing: .04em; }
.contact-form input, .contact-form select, .contact-form textarea, .admin-login input, .admin-message select { width: 100%; border: 1px solid rgba(255,255,255,.12); border-radius: 0; background: #050b12; color: var(--white); font: inherit; padding: .95rem 1rem; outline: none; transition: border-color .2s, background .2s; }
.contact-form textarea { resize: vertical; min-height: 150px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus, .admin-login input:focus { border-color: var(--bright-blue); background: #071523; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-submit { display: flex; align-items: center; gap: 1.5rem; margin-top: .5rem; }
.form-submit p { margin: 0; color: var(--muted); line-height: 1.5; }
.form-submit p.success { color: #83dcb3; }
.form-submit p.error, [data-admin-status] { color: #ff8b8b; }
.button:disabled { opacity: .55; cursor: wait; }

/* Admin */
.admin-page { min-height: 100svh; padding-top: 8rem; padding-bottom: 6rem; }
.admin-page > header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 2rem; border-bottom: 1px solid var(--border); }
.admin-page > header > p { color: var(--muted); }
.admin-shell { max-width: 1080px; margin: 5rem auto 0; }
.admin-login { max-width: 520px; margin: 0 auto; padding: clamp(2rem, 5vw, 4rem); border: 1px solid var(--border); background: #07111b; }
.admin-login h1 { margin: 1rem 0; font-size: clamp(2.7rem, 5vw, 4.5rem); letter-spacing: -.055em; }
.admin-login > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; margin-bottom: 2rem; }
.admin-login .button { margin-top: 1.4rem; }
.admin-toolbar { display: flex; justify-content: space-between; align-items: end; margin-bottom: 2rem; }
.admin-toolbar h1 { margin: .8rem 0 0; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.admin-toolbar button { background: none; border: 0; color: var(--white); cursor: pointer; }
.admin-messages { display: grid; gap: 1rem; }
.admin-message { padding: clamp(1.4rem, 3vw, 2.2rem); border: 1px solid var(--border); background: #07111b; }
.admin-message.is-new { border-left: 3px solid var(--bright-blue); }
.admin-message header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.admin-message header div { display: flex; gap: 1rem; color: var(--muted); font: 600 .66rem/1 var(--font-mono); letter-spacing: .1em; }
.admin-message header span { color: var(--bright-blue); }
.admin-message select { width: auto; padding: .55rem .75rem; }
.admin-message h2 { margin: 1.8rem 0 .7rem; font-size: clamp(1.5rem, 3vw, 2.4rem); }
.admin-message > p { white-space: pre-wrap; color: #c1cad4; line-height: 1.7; }
.admin-message footer { display: flex; flex-wrap: wrap; gap: .7rem 1.5rem; margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid var(--border); color: var(--muted); font-size: .83rem; }
.admin-message footer a:hover { color: var(--bright-blue); }
.admin-empty { padding: 5rem 2rem; text-align: center; border: 1px solid var(--border); color: var(--muted); }

@media (max-width: 900px) {
  .route-hero { min-height: 64svh; grid-template-columns: 1fr; padding-top: 9rem; }
  .route-hero-index { display: none; }
  .route-hero::after { inset-left: 64%; }
  .route-section-head, .sports-editorial, .sofascore-page, .contact-page { grid-template-columns: 1fr; }
  .route-services { grid-template-columns: 1fr 1fr; }
  .full-grid .project-card, .full-grid .project-card:nth-child(5n + 1), .full-grid .project-card:nth-child(5n + 2) { grid-column: span 6; }
  .legal-panel { grid-column: 1; }
  .route-cta { min-height: 500px; }
  .route-cta-inner { width: min(calc(100% - 44px), var(--container)); }
}

@media (max-width: 620px) {
  .route-hero { min-height: 630px; align-items: center; padding-top: 7.5rem; padding-bottom: 3rem; }
  .route-hero h1 { font-size: clamp(3rem, 14.2vw, 4.15rem); overflow-wrap: anywhere; }
  .route-intro { font-size: 1rem; }
  .route-hero::after { display: none; }
  .route-services { grid-template-columns: 1fr; }
  .route-services .service-card { min-height: auto; }
  .route-section-head { margin-bottom: 2.5rem; }
  .full-grid { display: grid; grid-template-columns: 1fr; }
  .full-grid .project-card, .full-grid .project-card:nth-child(5n + 1), .full-grid .project-card:nth-child(5n + 2) { grid-column: 1; }
  .sports-editorial { gap: 3.5rem; }
  .route-cta { min-height: 460px; }
  .route-cta-inner { width: min(calc(100% - 32px), var(--container)); }
  .route-cta-shade { background: linear-gradient(90deg, rgba(5,10,16,.96), rgba(5,10,16,.56)); }
  .contact-page { gap: 4rem; }
  .contact-form { grid-template-columns: 1fr; padding: 1.3rem; }
  .contact-form label, .form-heading, .form-wide { grid-column: 1; }
  .form-heading { display: grid; gap: .65rem; }
  .form-submit { align-items: flex-start; flex-direction: column; }
  .form-submit .button { width: 100%; }
  .admin-page { padding-top: 7rem; }
  .admin-page > header > p { display: none; }
  .admin-shell { margin-top: 3rem; }
  .admin-login { padding: 1.5rem; }
  .admin-message header { align-items: flex-start; flex-direction: column; }
  .competition-list a { grid-template-columns: 2.5rem 1fr; padding-block: 1rem; }
  .competition-list em { grid-column: 2; }
}
