:root {
  --black: #070707;
  --black-2: #101010;
  --black-3: #171717;
  --ink: #19170f;
  --gold: #c88621;
  --gold-dark: #8f5e18;
  --yellow: #ead326;
  --yellow-soft: #f4e684;
  --paper: #f2efe5;
  --muted: #aaa69b;
  --line: rgba(255, 255, 255, .14);
  --shell: min(1180px, calc(100% - 40px));
  --radius: 3px;
  --shadow: 0 25px 80px rgba(0, 0, 0, .32);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  min-width: 280px;
  overflow-x: hidden;
  background: var(--black);
  color: var(--paper);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body.nav-open, body:has(dialog[open]) { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
address { font-style: normal; }
::selection { background: var(--yellow); color: var(--black); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 999;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  color: var(--black);
  background: var(--yellow);
  transform: translateY(-150%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.scroll-progress {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--yellow);
  box-shadow: 0 0 14px rgba(234, 211, 38, .45);
  pointer-events: none;
  transform: scaleX(var(--page-progress, 0));
  transform-origin: left center;
  will-change: transform;
}

.section-shell, .header-shell { width: var(--shell); margin-inline: auto; }
.section { position: relative; padding: clamp(88px, 10vw, 150px) 0; }
.section-heading h2,
.hero h1,
.store-intro h2,
.contact-copy h2 {
  margin: 0;
  font-family: Impact, "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: .95;
  text-transform: uppercase;
}
.section-heading h2 { font-size: clamp(3rem, 7vw, 6.8rem); }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--yellow);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .2em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.card-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.lead { font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1.45; }
.text-link {
  font-size: .9rem;
  font-weight: 700;
  text-underline-offset: 6px;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease;
}
.site-header.is-scrolled {
  background: rgba(7, 7, 7, .96);
  border-color: var(--line);
  backdrop-filter: blur(12px);
}
.header-shell { display: flex; align-items: center; min-height: 82px; }
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 190px;
  text-decoration: none;
}
.brand img { width: 54px; height: 54px; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 1.55rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.brand small { margin-top: 7px; color: var(--muted); font-size: .6rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 3vw, 38px); margin: 0 auto; }
.site-nav a {
  position: relative;
  padding: 30px 0 27px;
  color: #d8d5cb;
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .04em;
  text-decoration: none;
}
.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  height: 2px;
  background: var(--yellow);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.cart-trigger, .nav-toggle, .icon-button {
  border: 0;
  background: transparent;
  cursor: pointer;
}
.cart-trigger {
  position: relative;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
}
.cart-trigger svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cart-count {
  position: absolute;
  top: 2px;
  right: 0;
  display: grid;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  place-items: center;
  border-radius: 9px;
  color: var(--black);
  background: var(--yellow);
  font-size: .65rem;
  font-weight: 900;
}
.cart-trigger.is-bumping { animation: cart-bump .45s ease; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 11px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.hero {
  position: relative;
  display: grid;
  min-height: 820px;
  padding: 124px 0 68px;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background: var(--black);
}
.hero::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -6vw;
  width: 52vw;
  height: 100%;
  background: #12110d;
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
  content: "";
}
.hero::after {
  position: absolute;
  z-index: -1;
  top: -15%;
  right: 8%;
  width: 230px;
  height: 140%;
  background: var(--gold);
  content: "";
  opacity: .08;
  transform: rotate(19deg);
}
.hero-noise {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .065;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-field-light {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: radial-gradient(520px circle at var(--hero-x, 76%) var(--hero-y, 42%), rgba(234, 211, 38, .16), rgba(200, 134, 33, .055) 42%, transparent 72%);
  mix-blend-mode: screen;
  pointer-events: none;
}
.hero-runway { position: absolute; z-index: 1; right: 0; bottom: 3%; left: 0; height: 40%; pointer-events: none; }
.football-runner {
  position: absolute;
  bottom: 0;
  left: -32vw;
  width: clamp(270px, 30vw, 480px);
  max-width: none;
  color: var(--yellow);
  opacity: .16;
  filter: drop-shadow(0 15px 26px rgba(0,0,0,.5));
  transform: translate3d(88vw, 0, 0);
  will-change: transform, opacity;
}
.fx .football-runner { animation: football-cross 11s linear infinite; }
.runner-speed-lines { opacity: .46; stroke-width: 7; stroke-dasharray: 86 32; }
.fx .runner-speed-lines { animation: speed-dash .55s linear infinite; }
.runner-shadow { fill: rgba(0,0,0,.45); }
.runner-head, .runner-torso { fill: currentColor; stroke: var(--black); stroke-width: 7; }
.runner-limb { fill: none; stroke: currentColor; stroke-width: 25; stroke-linecap: round; stroke-linejoin: round; transform-box: fill-box; }
.runner-arm-back, .runner-leg-front { transform-origin: 12% 12%; }
.runner-arm-front, .runner-leg-back { transform-origin: 88% 12%; }
.fx .runner-arm-back, .fx .runner-leg-front { animation: limb-forward .56s ease-in-out infinite alternate; }
.fx .runner-arm-front, .fx .runner-leg-back { animation: limb-back .56s ease-in-out infinite alternate; }
.runner-ball { transform-box: fill-box; transform-origin: center; }
.runner-ball circle { fill: var(--paper); stroke: var(--black); stroke-width: 7; }
.runner-ball path { fill: var(--black); stroke: var(--black); stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.fx .runner-ball { animation: ball-roll .7s linear infinite; }
.hero-shell { position: relative; z-index: 2; display: grid; width: var(--shell); margin: auto; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 760px; font-size: clamp(4.5rem, 10.5vw, 9.8rem); }
.hero h1 em { display: block; color: var(--yellow); font-style: normal; }
.hero-title-line { display: block; overflow: hidden; }
.hero-title-line > span { display: block; }
.js.fx .hero-title-line > span { transform: translateY(112%); }
.js.fx .hero-copy.is-visible .hero-title-line > span { animation: title-rise .9s cubic-bezier(.19,1,.22,1) both; }
.js.fx .hero-copy.is-visible .hero-title-line:nth-child(2) > span { animation-delay: .12s; }
.hero-lead { max-width: 610px; margin: 28px 0 34px; color: #d0cdc4; font-size: clamp(1.08rem, 1.6vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  --mag-x: 0px;
  --mag-y: 0px;
  --button-lift: 0px;
  position: relative;
  display: inline-flex;
  min-height: 52px;
  padding: 0 25px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  transform: translate3d(var(--mag-x), calc(var(--mag-y) + var(--button-lift)), 0);
  will-change: transform;
}
.button:hover { --button-lift: -2px; }
.button-primary { border-color: var(--yellow); color: var(--black); background: var(--yellow); }
.button-primary:hover { background: var(--yellow-soft); }
.button-ghost:hover { border-color: var(--yellow); color: var(--yellow); }
.hero-socials { display: flex; gap: 24px; margin-top: 40px; }
.hero-socials a { color: #bdb9ae; font-size: .75rem; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.hero-socials a:hover { color: var(--yellow); }
.hero-mark { position: relative; display: grid; width: min(43vw, 540px); aspect-ratio: 1; margin-left: auto; place-items: center; }
.hero-mark img { position: relative; z-index: 3; width: 76%; filter: drop-shadow(0 25px 35px rgba(0,0,0,.5)); animation: crest-enter 1s cubic-bezier(.2,.8,.2,1) both .15s; }
.orbit { position: absolute; border: 1px solid rgba(234, 211, 38, .28); border-radius: 50%; }
.orbit-one { width: 92%; height: 92%; animation: orbit-turn 24s linear infinite; }
.orbit-one::before, .orbit-two::before { position: absolute; width: 11px; height: 11px; border-radius: 50%; background: var(--yellow); content: ""; }
.orbit-one::before { top: 14%; right: 12%; }
.orbit-two { width: 105%; height: 105%; border-style: dashed; opacity: .5; animation: orbit-turn 34s linear infinite reverse; }
.orbit-two::before { bottom: 22%; left: 3%; }
.hero-year { position: absolute; z-index: 4; right: 2%; bottom: 13%; padding: 6px 10px; color: var(--black); background: var(--yellow); font-size: .72rem; font-weight: 900; letter-spacing: .18em; }
.hero-word { position: absolute; z-index: -1; right: -1vw; bottom: -3.5vw; color: transparent; font-family: Impact, sans-serif; font-size: clamp(8rem, 21vw, 22rem); line-height: .8; -webkit-text-stroke: 1px rgba(255,255,255,.07); }

.motion-stripe { position: relative; z-index: 2; height: 11px; overflow: hidden; background: var(--yellow); }
.motion-stripe span { position: absolute; inset: 0 -80px; background: repeating-linear-gradient(120deg, var(--yellow) 0 36px, var(--black) 36px 60px); animation: stripe-shift 1.4s linear infinite; }
.motion-stripe-reverse span { animation-direction: reverse; }

.club-section { color: var(--ink); background: var(--paper); }
.club-section .eyebrow { color: var(--gold-dark); }
.split-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(50px, 9vw, 130px); }
.section-copy { padding-top: 48px; }
.section-copy p { max-width: 640px; }
.section-copy p:not(.lead) { color: #5e5a50; }
.identity-grid { display: grid; margin-top: clamp(60px, 8vw, 110px); border-top: 1px solid #cdc7b9; border-left: 1px solid #cdc7b9; grid-template-columns: repeat(4, 1fr); }
.identity-grid article { min-height: 170px; padding: 28px 25px; border-right: 1px solid #cdc7b9; border-bottom: 1px solid #cdc7b9; }
.identity-grid strong { display: block; margin-bottom: 18px; color: var(--gold-dark); font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(1.8rem, 3vw, 3rem); letter-spacing: .02em; text-transform: uppercase; }
.identity-grid span { color: #59554c; font-size: .85rem; }

.teams-section { background: var(--black); }
.heading-row { display: flex; justify-content: space-between; gap: 50px; align-items: end; }
.heading-row > p { max-width: 420px; margin: 0 0 10px; color: var(--muted); }
.team-grid { display: grid; margin-top: 70px; gap: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.team-card { position: relative; min-height: 520px; padding: clamp(28px, 4vw, 55px); overflow: hidden; border: 1px solid var(--line); background: var(--black-2); isolation: isolate; }
.team-card::before { position: absolute; z-index: -1; inset: 0; background: var(--gold); content: ""; opacity: .13; clip-path: polygon(56% 0,100% 0,100% 100%,15% 100%); transition: opacity .3s ease, transform .4s ease; transform: translateX(18%); }
.team-card:hover::before { opacity: .22; transform: translateX(8%); }
.team-card-academy::before { background: var(--yellow); clip-path: polygon(0 0,44% 0,88% 100%,0 100%); transform: translateX(-18%); }
.team-card-academy:hover::before { transform: translateX(-8%); }
.team-number { color: rgba(255,255,255,.08); font-family: Impact, sans-serif; font-size: clamp(7rem, 15vw, 13rem); line-height: .8; }
.academy-emblem { position: absolute; z-index: 1; top: clamp(25px, 3vw, 42px); right: clamp(25px, 3vw, 42px); width: clamp(125px, 14vw, 185px); height: auto; filter: drop-shadow(0 18px 24px rgba(0,0,0,.36)); }
.team-card-body { position: absolute; right: clamp(28px,4vw,55px); bottom: clamp(30px,4vw,55px); left: clamp(28px,4vw,55px); }
.team-card h3 { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 4rem); line-height: 1; text-transform: uppercase; }
.team-card p:not(.card-kicker) { max-width: 480px; color: #c2bfb5; }
.team-card a { display: inline-block; margin-top: 16px; color: var(--yellow); font-size: .82rem; font-weight: 800; text-underline-offset: 6px; }
.fx-glow-card { --fx-x: -999px; --fx-y: -999px; isolation: isolate; }
.fx-glow-card::after {
  position: absolute;
  z-index: 5;
  inset: 0;
  background: radial-gradient(320px circle at var(--fx-x) var(--fx-y), rgba(234,211,38,.16), rgba(200,134,33,.05) 38%, transparent 68%);
  box-shadow: inset 0 0 0 1px rgba(234,211,38,.12);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}
.fx-glow-card.has-pointer-glow::after { opacity: 1; }

.academy-transport-section { overflow: hidden; padding-top: 0; background: var(--black); }
.transport-layout { display: grid; gap: clamp(32px, 5vw, 72px); grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr); align-items: center; }
.transport-visual { position: relative; margin: 0; overflow: hidden; border: 1px solid var(--line); background: var(--black-2); box-shadow: 0 28px 70px rgba(0,0,0,.32); }
.transport-visual::before { position: absolute; z-index: 1; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); content: ""; }
.transport-visual::after { position: absolute; z-index: 1; top: -35%; bottom: -35%; left: -30%; width: 18%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent); content: ""; mix-blend-mode: screen; pointer-events: none; transform: skewX(-17deg); }
.js.fx .transport-visual.is-visible::after { animation: bus-sheen 1.15s cubic-bezier(.2,.7,.2,1) .42s both; }
.transport-visual img { display: block; width: 100%; height: auto; }
.transport-visual figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; display: flex; width: min(300px, 48%); min-height: 116px; padding: 19px 24px; flex-direction: column; justify-content: center; color: var(--black); background: var(--yellow); text-transform: uppercase; }
.transport-visual figcaption span { font-size: .65rem; font-weight: 900; letter-spacing: .16em; }
.transport-visual figcaption strong { margin-top: 5px; font-size: clamp(.95rem, 1.5vw, 1.25rem); line-height: 1.08; }
.transport-copy h2 { margin-top: 0; font-size: clamp(3.2rem, 5.8vw, 6.2rem); }
.transport-copy > p:not(.eyebrow) { margin: 26px 0 30px; color: #c2bfb5; }

.news-section { color: var(--ink); background: #e6e0d2; }
.news-section .eyebrow { color: var(--gold-dark); }
.news-grid { display: grid; margin-top: 70px; border-top: 1px solid #bfb7a6; border-left: 1px solid #bfb7a6; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.news-card { position: relative; min-height: 460px; padding: 32px; border-right: 1px solid #bfb7a6; border-bottom: 1px solid #bfb7a6; transition: background .25s ease; }
.news-card:hover { background: var(--paper); }
.news-index { margin-bottom: 76px; color: #9a9385; font-family: Impact, sans-serif; font-size: 3rem; }
.news-card h3 { margin: 0 0 18px; font-size: clamp(1.4rem, 2.2vw, 2rem); line-height: 1.13; }
.news-card p:not(.card-kicker) { color: #625d52; }
.news-card a { position: absolute; right: 32px; bottom: 30px; left: 32px; color: var(--gold-dark); font-size: .8rem; font-weight: 800; text-underline-offset: 6px; }

.store-section { min-height: 800px; overflow: hidden; background: var(--black-2); }
.store-backdrop { position: absolute; top: -2vw; right: -2vw; color: transparent; font-family: Impact, sans-serif; font-size: clamp(9rem, 24vw, 24rem); line-height: 1; -webkit-text-stroke: 1px rgba(255,255,255,.055); }
.store-intro { position: relative; max-width: 800px; }
.store-intro h2 { max-width: 750px; font-size: clamp(3.7rem, 8.5vw, 8.2rem); }
.store-intro > p:last-child { max-width: 650px; margin: 28px 0 0; color: var(--muted); }
.status-pill { display: inline-flex; margin-bottom: 26px; padding: 8px 12px; align-items: center; gap: 9px; border: 1px solid rgba(234,211,38,.38); color: var(--yellow-soft); background: rgba(234,211,38,.07); font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.status-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 4px rgba(234,211,38,.12); }
.doxoulis-stage {
  --mascot-x: 0px;
  --mascot-y: 0px;
  position: relative;
  display: grid;
  min-height: 470px;
  margin-top: 66px;
  padding: clamp(30px, 5vw, 66px);
  overflow: hidden;
  color: var(--black);
  background: var(--yellow);
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  align-items: center;
  isolation: isolate;
}
.doxoulis-stage::before { position: absolute; z-index: -2; inset: 0; background: repeating-linear-gradient(122deg, transparent 0 58px, rgba(7,7,7,.07) 58px 60px); content: ""; }
.doxoulis-stage::after { position: absolute; z-index: -1; top: -70%; right: -14%; width: 58%; height: 230%; background: var(--black); clip-path: polygon(34% 0,100% 0,68% 100%,0 100%); content: ""; }
.doxoulis-word { position: absolute; z-index: -1; right: -1.5%; bottom: -7%; color: transparent; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(7rem, 16vw, 15rem); line-height: .78; letter-spacing: -.025em; -webkit-text-stroke: 1px rgba(7,7,7,.22); }
.doxoulis-copy { position: relative; z-index: 2; max-width: 610px; }
.doxoulis-copy .card-kicker { color: #5a4507; }
.doxoulis-copy h3 { margin: 0; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(3.2rem, 7vw, 6.8rem); letter-spacing: -.025em; line-height: .9; text-transform: uppercase; }
.doxoulis-copy h3 em { display: block; color: var(--black); font-style: normal; -webkit-text-stroke: 1px var(--black); }
.doxoulis-copy > p:last-child { max-width: 560px; margin: 28px 0 0; color: #4d420c; font-weight: 650; }
.doxoulis-art { position: relative; z-index: 2; display: grid; min-height: 380px; place-items: center; transition: transform .24s cubic-bezier(.2,.7,.2,1); transform: translate3d(var(--mascot-x), var(--mascot-y), 0); }
.doxoulis-art img { position: relative; z-index: 2; width: min(100%, 340px); max-height: 420px; object-fit: contain; filter: drop-shadow(0 25px 28px rgba(0,0,0,.5)); }
.doxoulis-halo { position: absolute; width: min(29vw, 330px); aspect-ratio: 1; border: 1px solid rgba(234,211,38,.45); border-radius: 50%; box-shadow: 0 0 0 22px rgba(234,211,38,.055), 0 0 0 45px rgba(234,211,38,.035); }
.doxoulis-halo::before, .doxoulis-halo::after { position: absolute; border-radius: 50%; background: var(--yellow); content: ""; }
.doxoulis-halo::before { top: 12%; right: 2%; width: 11px; height: 11px; }
.doxoulis-halo::after { bottom: 7%; left: 8%; width: 7px; height: 7px; }
.fx .doxoulis-stage.is-visible .doxoulis-art img { animation: doxoulis-float 4.2s ease-in-out 1s infinite; }
.fx .doxoulis-stage.is-visible .doxoulis-halo { animation: halo-turn 16s linear infinite; }
.product-grid { display: grid; position: relative; z-index: 2; margin-top: 64px; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-card { --product-rx: 0deg; --product-ry: 0deg; overflow: hidden; border: 1px solid var(--line); background: var(--black-3); }
.product-image { position: relative; aspect-ratio: 1; overflow: hidden; background: #111; transform: perspective(900px) rotateX(var(--product-rx)) rotateY(var(--product-ry)); transform-style: preserve-3d; transition: transform .25s cubic-bezier(.2,.7,.2,1), box-shadow .25s ease; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-image { box-shadow: inset 0 0 0 1px rgba(234,211,38,.22); }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-badge { position: absolute; top: 14px; right: 14px; padding: 6px 9px; color: var(--black); background: var(--yellow); font-size: .62rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-details { padding: 23px; }
.product-details h3 { margin: 0 0 7px; font-size: 1.1rem; }
.product-details p { min-height: 48px; margin: 0 0 20px; color: var(--muted); font-size: .82rem; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.product-price { color: var(--yellow); font-weight: 900; }
.product-price.is-pending { color: #b0aca2; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.product-button { min-height: 40px; padding: 0 14px; border: 1px solid #3a3832; color: #77746c; background: transparent; font-size: .66rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; cursor: not-allowed; }
.product-button:not(:disabled) { border-color: var(--yellow); color: var(--black); background: var(--yellow); cursor: pointer; }
.product-controls { display: grid; margin: 18px 0; gap: 10px; grid-template-columns: 1fr 80px; }
.product-controls label { color: var(--muted); font-size: .72rem; }
.product-controls select, .product-controls input { width: 100%; min-height: 40px; margin-top: 5px; border: 1px solid #45423b; border-radius: 0; color: var(--paper); background: #0d0d0d; }
.store-notice { padding: 20px; border: 1px solid var(--line); color: var(--muted); }

.contact-section { color: var(--ink); background: var(--yellow); }
.contact-section .eyebrow { color: #574307; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px, 9vw, 130px); align-items: end; }
.contact-copy h2 { font-size: clamp(4rem, 8vw, 8rem); }
.contact-copy > p:not(.eyebrow) { max-width: 580px; margin-top: 28px; color: #514807; font-size: 1.08rem; }
.contact-socials { display: flex; gap: 25px; margin-top: 38px; }
.contact-socials a { font-size: .78rem; font-weight: 900; text-underline-offset: 6px; text-transform: uppercase; }
.contact-panel { border-top: 2px solid var(--ink); }
.contact-panel > div { display: grid; min-height: 96px; padding: 22px 2px; border-bottom: 1px solid rgba(25,23,15,.32); grid-template-columns: 130px 1fr; align-items: center; }
.contact-panel span { font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-panel a, .contact-panel strong { overflow-wrap: anywhere; font-size: clamp(1rem, 2vw, 1.35rem); font-weight: 750; text-decoration: none; }
.contact-panel a:hover { text-decoration: underline; text-underline-offset: 5px; }

.site-footer { background: #050505; }
.footer-main { display: grid; min-height: 230px; padding-block: 52px; grid-template-columns: 1fr 1fr 1.4fr; gap: 30px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 16px; font-family: Impact, sans-serif; font-size: 1.3rem; line-height: 1.05; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.footer-brand img { width: 82px; }
.footer-main > p { color: var(--yellow); font-size: .69rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px 25px; }
.footer-links a { color: #aaa69b; font-size: .72rem; text-underline-offset: 5px; }
.footer-bottom { display: flex; min-height: 60px; border-top: 1px solid var(--line); align-items: center; justify-content: space-between; color: #8d8980; font-size: .68rem; letter-spacing: .07em; text-transform: uppercase; }

.cart-dialog {
  width: min(620px, 100%);
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0 0 0 auto;
  padding: 0;
  border: 0;
  color: var(--paper);
  background: var(--black-2);
  box-shadow: var(--shadow);
}
.cart-dialog::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(3px); }
.cart-dialog[open] { animation: drawer-in .3s ease both; }
.cart-shell { min-height: 100%; padding: clamp(24px, 5vw, 48px); overflow-y: auto; }
.cart-header { display: flex; margin-bottom: 34px; justify-content: space-between; align-items: start; }
.cart-header h2 { margin: 0; font-size: clamp(2rem, 5vw, 3.5rem); text-transform: uppercase; }
.icon-button { display: grid; width: 42px; height: 42px; place-items: center; color: var(--paper); font-size: 2rem; line-height: 1; }
.cart-closed-message { padding: 22px; border-left: 4px solid var(--yellow); background: #1a1914; }
.cart-closed-message strong { color: var(--yellow); }
.cart-closed-message p { margin: 8px 0 0; color: var(--muted); font-size: .88rem; }
.cart-items { display: grid; gap: 12px; }
.cart-item { display: grid; padding: 15px 0; border-bottom: 1px solid var(--line); grid-template-columns: 72px 1fr auto; gap: 15px; align-items: center; }
.cart-item img { width: 72px; height: 72px; object-fit: cover; }
.cart-item h3 { margin: 0; font-size: .95rem; }
.cart-item p { margin: 4px 0 0; color: var(--muted); font-size: .75rem; }
.cart-item-actions { display: flex; align-items: center; gap: 8px; }
.cart-item-actions button { border: 1px solid var(--line); background: transparent; cursor: pointer; }
.remove-item { margin-top: 7px; padding: 0; border: 0 !important; color: #c3b477; text-decoration: underline; }
.cart-empty { padding: 45px 0; color: var(--muted); text-align: center; }
.cart-totals { margin: 25px 0; padding-top: 18px; border-top: 1px solid var(--line); }
.cart-totals > div { display: flex; padding: 6px 0; justify-content: space-between; color: var(--muted); }
.cart-totals .total-line { margin-top: 9px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--paper); font-size: 1.18rem; }
.checkout-form { margin-top: 35px; }
.checkout-form fieldset { padding: 0; border: 0; }
.checkout-form legend { margin-bottom: 20px; font-size: 1.2rem; font-weight: 800; }
.form-grid { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
.form-grid label { display: block; color: #c4c0b5; font-size: .76rem; font-weight: 700; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; margin-top: 6px; padding: 12px; border: 1px solid #47443d; border-radius: 0; color: var(--paper); background: #090909; }
.form-grid input, .form-grid select { min-height: 48px; }
.check-row { display: flex; margin: 22px 0; gap: 11px; color: #bbb7ad; font-size: .78rem; align-items: start; }
.check-row input { width: 18px; height: 18px; flex: 0 0 auto; }
.checkout-button { width: 100%; border: 0; }
.checkout-note { color: var(--muted); font-size: .72rem; text-align: center; }
.honeypot { position: absolute; left: -9999px; }

.legal-page { color: var(--ink); background: var(--paper); }
.legal-header { position: static; background: var(--black); }
.legal-header .header-shell { justify-content: space-between; }
.legal-main { width: min(820px, calc(100% - 40px)); min-height: 70vh; margin: 0 auto; padding: clamp(70px, 9vw, 120px) 0; }
.legal-main .eyebrow { color: var(--gold-dark); }
.legal-main h1 { margin: 0 0 35px; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(3.2rem, 8vw, 6rem); line-height: .95; text-transform: uppercase; }
.legal-main h2 { margin: 42px 0 10px; font-size: 1.3rem; }
.legal-main p, .legal-main li { color: #504c43; }
.legal-main a { color: #70470f; text-underline-offset: 4px; }
.legal-main code { padding: 2px 5px; color: var(--ink); background: #ddd5c5; }
.legal-callout { padding: 20px 22px; border-left: 4px solid var(--gold); background: #e4ddce; }
.back-link { display: inline-block; margin-bottom: 30px; font-weight: 800; }
.confirmation-card { padding: clamp(28px, 6vw, 55px); border: 1px solid #c6beae; }

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

@keyframes crest-enter { from { opacity: 0; transform: scale(.72) rotate(-8deg); } to { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes title-rise { to { transform: translateY(0); } }
@keyframes football-cross {
  0% { opacity: 0; transform: translate3d(0, 12px, 0) scale(.88); }
  7% { opacity: .52; }
  62% { opacity: .58; transform: translate3d(158vw, -5px, 0) scale(1.04); }
  68%, 100% { opacity: 0; transform: translate3d(174vw, -5px, 0) scale(1.04); }
}
@keyframes speed-dash { to { stroke-dashoffset: -118; } }
@keyframes limb-forward { to { transform: rotate(10deg) translateY(-2px); } }
@keyframes limb-back { to { transform: rotate(-10deg) translateY(2px); } }
@keyframes ball-roll { to { transform: rotate(360deg); } }
@keyframes bus-sheen { from { transform: translateX(0) skewX(-17deg); } to { transform: translateX(780%) skewX(-17deg); } }
@keyframes doxoulis-float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-12px) rotate(1deg); } }
@keyframes halo-turn { to { transform: rotate(360deg); } }
@keyframes orbit-turn { to { transform: rotate(360deg); } }
@keyframes stripe-shift { to { transform: translateX(60px); } }
@keyframes cart-bump { 0%,100% { transform: scale(1); } 45% { transform: scale(1.18) rotate(-5deg); } }
@keyframes drawer-in { from { transform: translateX(100%); } to { transform: translateX(0); } }

@media (max-width: 960px) {
  :root { --shell: min(100% - 32px, 760px); }
  .nav-toggle { display: block; order: 2; margin-left: auto; }
  .cart-trigger { order: 3; }
  .site-nav {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    min-height: 100dvh;
    padding: 120px 32px 50px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    background: #080808;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav a { width: 100%; padding: 15px 0; border-bottom: 1px solid var(--line); font-family: Impact, sans-serif; font-size: 2rem; text-transform: uppercase; }
  .site-nav a::after { display: none; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; padding: 150px 0 100px; }
  .hero-shell { grid-template-columns: 1fr; }
  .hero-mark { width: min(88vw, 500px); margin: 60px auto 0; }
  .hero-runway { bottom: 28%; height: 28%; }
  .football-runner { width: clamp(250px, 48vw, 390px); }
  .hero::before { top: 45%; width: 85vw; height: 55%; }
  .split-layout, .contact-layout { grid-template-columns: 1fr; }
  .section-copy { padding-top: 0; }
  .identity-grid { grid-template-columns: repeat(2, 1fr); }
  .heading-row { display: grid; align-items: start; }
  .transport-layout { grid-template-columns: 1fr; }
  .transport-copy { max-width: 680px; }
  .doxoulis-stage { grid-template-columns: 1fr 320px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-panel { margin-top: 30px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 28px); }
  html { scroll-padding-top: 76px; }
  .header-shell { min-height: 72px; }
  .brand { min-width: 0; }
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: 1.2rem; }
  .brand small { font-size: .52rem; }
  .hero { padding: 125px 0 70px; }
  .hero h1 { font-size: clamp(4rem, 23vw, 6.5rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-socials { justify-content: space-between; }
  .hero-mark { width: min(92vw, 430px); }
  .hero-runway { bottom: 35%; height: 24%; opacity: .7; }
  .section { padding: 80px 0; }
  .section-heading h2 { font-size: clamp(3rem, 16vw, 5rem); }
  .identity-grid { grid-template-columns: 1fr; }
  .identity-grid article { min-height: 135px; }
  .team-grid, .news-grid, .product-grid { grid-template-columns: 1fr; }
  .team-card { min-height: 460px; }
  .academy-transport-section { padding-top: 0; }
  .transport-visual figcaption { width: min(205px, 58%); min-height: 68px; padding: 10px 14px; }
  .transport-visual figcaption strong { font-size: .8rem; }
  .transport-copy h2 { font-size: clamp(3.2rem, 17vw, 5.4rem); }
  .doxoulis-stage { min-height: 760px; padding-bottom: 0; grid-template-columns: 1fr; align-items: start; }
  .doxoulis-stage::after { top: 45%; right: -35%; width: 130%; height: 75%; transform: rotate(-3deg); }
  .doxoulis-art { min-height: 390px; align-self: end; }
  .doxoulis-art img { width: min(75vw, 320px); }
  .doxoulis-halo { width: min(72vw, 310px); }
  .doxoulis-word { bottom: 1%; font-size: clamp(5rem, 25vw, 8rem); }
  .news-card { min-height: 400px; }
  .news-index { margin-bottom: 48px; }
  .store-intro h2, .contact-copy h2 { font-size: clamp(3.4rem, 18vw, 5.8rem); }
  .contact-panel > div { grid-template-columns: 100px 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main > p { margin: 0; }
  .footer-links { grid-column: auto; flex-direction: column; }
  .footer-bottom { min-height: 90px; padding: 18px 0; align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }
  .cart-dialog { width: 100%; }
  .cart-shell { padding: 22px 16px 36px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.full { grid-column: auto; }
}

@media (max-width: 380px) {
  .brand span { display: none; }
  .hero h1 { font-size: clamp(3.7rem, 24vw, 5.3rem); }
  .hero-socials { gap: 10px; }
  .contact-panel > div { grid-template-columns: 1fr; gap: 5px; }
  .cart-item { grid-template-columns: 60px 1fr; }
  .cart-item img { width: 60px; height: 60px; }
  .cart-item-actions { grid-column: 2; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .motion-stripe span { animation: none; }
  .js .reveal { opacity: 1; transform: none; }
  .hero-field-light { display: none; }
  .football-runner { opacity: .12; animation: none !important; transform: translate3d(88vw, 0, 0); }
  .runner-speed-lines, .runner-limb, .runner-ball, .transport-visual::after { animation: none !important; }
  .doxoulis-art img, .doxoulis-halo { animation: none !important; }
  .doxoulis-art { transform: none; }
  .product-image { transform: none; }
  .fx-glow-card::after { display: none; }
}

@media print {
  .site-header, .motion-stripe, .cart-dialog, .hero-actions, .hero-socials { display: none !important; }
  body, .section, .hero { color: #000; background: #fff; }
}
