@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/fonts/sora-latin.woff2") format("woff2");
}

:root {
  --navy-950: #020b1f;
  --navy-900: #031330;
  --navy-800: #031b43;
  --navy-700: #05265a;
  --gold-100: #f9e08d;
  --gold-300: #e5bf63;
  --gold-500: #c99637;
  --paper: #f4f1e9;
  --white: #fff;
  --muted: #aab5c9;
  --line: rgba(255, 255, 255, .14);
  --page: min(1400px, calc(100vw - 96px));
  --display: "Sora", "Segoe UI", Helvetica, Arial, sans-serif;
  --sans: "Sora", "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy-950); }
body {
  margin: 0;
  color: var(--white);
  background: var(--navy-900);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
em { color: var(--gold-300); font-style: normal; }

.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: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: var(--navy-950);
  background: var(--gold-300);
  transform: translateY(-160%);
  transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 max(32px, calc((100vw - 1400px) / 2));
  border-bottom: 1px solid transparent;
  transition: background .35s, border-color .35s, height .35s;
}
.site-header.scrolled {
  height: 78px;
  background: rgba(2, 11, 31, .9);
  border-color: var(--line);
  backdrop-filter: blur(16px);
}

.brand-mini {
  position: relative;
  width: 150px;
  aspect-ratio: 3.667;
  overflow: hidden;
  isolation: isolate;
}
.brand-mini img {
  width: 123.76%;
  max-width: none;
  height: auto;
  transform: translate(-9.15%, -31.8%);
}

.site-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 54px); }
.site-nav a {
  position: relative;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.site-nav a:not(.nav-contact)::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -10px;
  left: 0;
  height: 1px;
  background: var(--gold-300);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s;
}
.site-nav a:hover::after,
.site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-contact { padding: 12px 18px; border: 1px solid rgba(229, 191, 99, .6); color: var(--gold-300); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--navy-900) url("assets/brand/gradient-blue.png") center / cover no-repeat;
}
.hero::before {
  position: absolute;
  z-index: -1;
  content: "";
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 11, 31, .98) 0%, rgba(3, 19, 48, .94) 43%, rgba(3, 19, 48, .15) 72%, rgba(3, 19, 48, .38) 100%),
    linear-gradient(0deg, var(--navy-950) 0%, transparent 24%);
}
.hero::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: -20%;
  left: 46%;
  width: 1px;
  height: 140%;
  background: rgba(229, 191, 99, .45);
  transform: rotate(13deg);
  box-shadow: 18px 0 50px rgba(229, 191, 99, .15);
}
.hero-noise {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  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='.16'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
.hero-photo {
  position: absolute;
  z-index: -2;
  inset: 0 0 0 43%;
  overflow: hidden;
}
.hero-photo::before {
  position: absolute;
  z-index: 1;
  content: "";
  inset: 0;
  background: linear-gradient(90deg, var(--navy-900), transparent 31%), linear-gradient(0deg, var(--navy-950), transparent 23%);
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 34%;
  filter: saturate(.92) contrast(1.06);
  transform: scale(1.015);
}
.hero-watermark {
  position: absolute;
  z-index: -1;
  right: -3vw;
  bottom: -13vw;
  color: transparent;
  font-family: var(--display);
  font-size: clamp(320px, 43vw, 780px);
  font-weight: 900;
  line-height: .7;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .1);
}
.hero-content {
  position: relative;
  z-index: 4;
  width: var(--page);
  margin: 0 auto;
  padding-top: clamp(170px, 20vh, 230px);
}
.hero-kicker, .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: var(--gold-300);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.hero-kicker span { width: 42px; height: 1px; background: currentColor; }
.hero-logo {
  position: relative;
  width: min(650px, 51vw);
  aspect-ratio: 3.667;
  margin: 4px 0 28px;
  overflow: hidden;
}
.hero-logo img {
  width: 134.52%;
  max-width: none;
  height: auto;
  transform: translate(-12.37%, -33.06%);
}
.hero-position {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 34px;
  font-family: var(--display);
  font-size: clamp(16px, 1.15vw, 19px);
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.hero-position > span { color: var(--gold-300); }
.hero-facts {
  display: grid;
  grid-template-columns: repeat(5, minmax(86px, 118px));
  gap: 0;
  width: fit-content;
  margin: 0 0 30px;
  padding: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.hero-facts div { padding: 16px 18px 16px 0; }
.hero-facts div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.hero-facts dt {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero-facts dd {
  margin: 0;
  color: var(--gold-100);
  font-family: var(--display);
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 700;
  text-transform: uppercase;
}
.hero-facts .fact-compact dd {
  font-size: clamp(14px, 1.15vw, 18px);
  letter-spacing: .01em;
  white-space: nowrap;
}
.hero-facts small { font-size: .5em; }
.hero-achievements { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-achievement {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 10px 14px 10px 10px;
  color: var(--gold-100);
  background: rgba(2, 11, 31, .48);
  border: 1px solid rgba(229, 191, 99, .52);
  backdrop-filter: blur(10px);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.hero-achievement small { display: block; margin-bottom: 3px; color: var(--muted); font-size: 8px; letter-spacing: .13em; }
.trophy { display: grid; width: 34px; height: 34px; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--gold-300) url("assets/brand/gradient-gold.png") center / cover; }
.trophy svg { width: 20px; fill: var(--navy-950); }
.scroll-cue {
  position: absolute;
  z-index: 5;
  right: max(32px, calc((100vw - 1400px) / 2));
  bottom: 38px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.scroll-cue svg { width: 28px; height: 28px; fill: none; stroke: var(--gold-300); stroke-width: 1.5; animation: bounce 1.8s infinite; }
@keyframes bounce { 0%, 100% { transform: translateY(-3px); } 50% { transform: translateY(5px); } }

.section { position: relative; padding: clamp(92px, 9vw, 132px) max(48px, calc((100vw - 1400px) / 2)); overflow: hidden; }
.section-heading h2, .gallery-heading h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.035em;
}
.section-heading-compact h2 { font-size: clamp(46px, 5vw, 70px); }

.journey { background: var(--navy-900) url("assets/brand/gradient-blue.png") center / cover; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 64px; border-top: 1px solid var(--line); }
.timeline::before { position: absolute; top: -2px; left: 66.666%; width: 33.333%; height: 4px; content: ""; background: linear-gradient(90deg, var(--gold-100), var(--gold-500)); }
.timeline-item { position: relative; min-height: 320px; padding: 42px clamp(28px, 3vw, 54px); }
.timeline-item + .timeline-item { border-left: 1px solid var(--line); }
.club-logo { display: flex; align-items: center; height: 118px; }
.club-logo img { max-width: 100px; max-height: 94px; filter: drop-shadow(0 12px 22px rgba(0,0,0,.28)); }
.timeline-years { margin: 11px 0 0; color: var(--gold-300); font-size: 12px; font-weight: 600; letter-spacing: .08em; }
.timeline-item h3 { margin: 30px 0 0; font-family: var(--display); font-size: clamp(22px, 2.1vw, 30px); font-weight: 600; line-height: 1.1; }

.statement { position: relative; min-height: 720px; display: flex; align-items: flex-end; overflow: hidden; padding: 0 max(48px, calc((100vw - 1400px) / 2)) 68px; background: var(--navy-950); }
.statement-photo { position: absolute; inset: 0; overflow: hidden; background: var(--navy-950); }
.statement-photo::before { position: absolute; content: ""; inset: -5%; background: url("assets/photos/ball-control.webp") center / cover; filter: blur(24px) saturate(.72); opacity: .34; transform: scale(1.05); }
.statement-photo img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: contain; object-position: 72% center; filter: saturate(1.02) contrast(1.02); }
.statement::after { position: absolute; content: ""; inset: 0; background: linear-gradient(90deg, rgba(2,11,31,.82) 0%, rgba(2,11,31,.38) 40%, rgba(2,11,31,.08) 72%, rgba(2,11,31,.28) 100%), linear-gradient(0deg, rgba(2,11,31,.78), transparent 44%, rgba(2,11,31,.14)); }
.statement-content { position: relative; z-index: 1; width: min(780px, 100%); }
.statement-content > p { margin: 0; font-family: var(--display); font-size: clamp(30px, 3.55vw, 52px); font-weight: 650; line-height: 1.1; letter-spacing: -.04em; text-transform: uppercase; text-shadow: 0 8px 28px rgba(0,0,0,.55); }
.statement-strengths { display: flex; flex-wrap: wrap; gap: 0; margin: 34px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.4); list-style: none; }
.statement-strengths li { padding: 16px 28px 0 0; color: var(--white); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.statement-strengths li + li { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.28); }

.honours { display: block; background: var(--paper); color: var(--navy-950); }
.honours .eyebrow { color: var(--gold-500); }
.honours-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.honours-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(42px, 4vw, 60px); font-weight: 600; line-height: 1; letter-spacing: -.035em; }
.honours-heading > strong { color: var(--gold-500); font-family: var(--display); font-size: clamp(30px, 3.4vw, 52px); line-height: .9; }
.honours-current { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 62px; border-top: 4px solid var(--gold-300); border-left: 1px solid rgba(3,19,48,.18); border-bottom: 1px solid rgba(3,19,48,.18); }
.honour-title { position: relative; min-height: 290px; padding: 34px 30px 52px; border-right: 1px solid rgba(3,19,48,.18); }
.honours-cup { display: grid; width: 54px; height: 54px; place-items: center; margin-bottom: 48px; color: var(--navy-950); background: transparent; border: 1px solid var(--gold-500); border-radius: 50%; }
.honours-cup svg { width: 26px; fill: var(--gold-500); }
.honour-title p, .honour-past p { margin: 0 0 9px; color: #707987; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.honour-title p span, .honour-past p span { color: var(--gold-500); }
.honour-title h3 { max-width: 280px; margin: 0; font-family: var(--display); font-size: clamp(20px, 1.65vw, 25px); font-weight: 650; line-height: 1.2; }
.honour-result { position: absolute; right: 26px; bottom: 24px; color: var(--gold-500); font-size: 8px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.honours-history { margin-top: 66px; }
.history-label { margin: 0 0 15px; color: var(--gold-500); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.honours-history-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(3,19,48,.2); border-left: 1px solid rgba(3,19,48,.2); }
.honour-past { position: relative; min-height: 128px; padding: 24px 22px 22px 76px; border-right: 1px solid rgba(3,19,48,.2); border-bottom: 1px solid rgba(3,19,48,.2); }
.honour-year { position: absolute; top: 24px; left: 20px; color: var(--gold-500); font-family: var(--display); font-size: 12px; font-weight: 800; }
.honour-past h3 { margin: 0; font-family: var(--display); font-size: clamp(15px, 1.15vw, 18px); font-weight: 600; line-height: 1.3; }

.gallery { padding-bottom: clamp(110px, 10vw, 160px); background: var(--navy-950); }
.gallery-heading { display: block; }
.gallery-heading .eyebrow { margin-bottom: 18px; }
.gallery-grid { columns: 3 340px; column-gap: 16px; margin-top: 58px; }
.gallery-card { position: relative; display: block; width: 100%; margin: 0 0 16px; break-inside: avoid; overflow: hidden; padding: 0; border: 0; background: #061d47; cursor: zoom-in; }
.gallery-card img { width: 100%; height: auto; object-fit: contain; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .5s; }
.gallery-card::after, .gallery-card span { display: none; }
.gallery-card:hover img, .gallery-card:focus-visible img { transform: scale(1.055); filter: saturate(1.15); }

.agent { position: relative; min-height: 710px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: var(--navy-900); }
.agent::after { position: absolute; content: "PCR"; right: -1vw; bottom: -6vw; color: transparent; font-family: var(--display); font-size: 32vw; font-weight: 900; line-height: .72; -webkit-text-stroke: 1px rgba(255,255,255,.055); }
.agent-photo { min-height: 650px; background: linear-gradient(90deg, transparent 70%, var(--navy-900)), linear-gradient(0deg, var(--navy-900), transparent 30%), url("assets/photos/lopes-duel.webp") 55% center / cover; filter: saturate(.8); }
.agent-content { position: relative; z-index: 2; align-self: center; max-width: 610px; padding: 100px max(48px, calc((100vw - 1400px) / 2)) 100px clamp(50px, 7vw, 110px); }
.agent-content h2 { margin: 0 0 28px; font-family: var(--display); font-size: clamp(34px, 3.45vw, 58px); font-weight: 600; line-height: 1.02; letter-spacing: -.04em; }
.agent-content h2 span, .agent-content h2 em { display: block; }
.agent-content h2 span { white-space: nowrap; }
.agent-content > p:not(.eyebrow) { max-width: 520px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; margin-top: 28px; padding: 7px 8px 7px 21px; color: var(--white); background: rgba(255,255,255,.04); border: 1px solid rgba(229,191,99,.62); border-radius: 999px; font-family: var(--display); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; transition: transform .25s, background .25s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: rgba(229,191,99,.1); }
.button-label { flex: 0 0 auto; white-space: nowrap; }
.button-arrow { display: grid; width: 42px; height: 42px; place-items: center; flex: 0 0 auto; color: var(--navy-950); background: var(--gold-300) url("assets/brand/gradient-gold.png") center / cover; border-radius: 50%; font-size: 18px; line-height: 1; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: end; padding: 70px max(48px, calc((100vw - 1400px) / 2)) 36px; background: var(--navy-950); border-top: 1px solid var(--line); }
.footer-brand { position: relative; width: min(470px, 72vw); aspect-ratio: 11.988; overflow: hidden; }
.footer-brand img { width: 117.02%; max-width: none; height: auto; transform: translate(-5%, -46.9%); }
.site-footer > p { grid-column: 1; margin: 0; color: var(--muted); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.socials { grid-column: 2; grid-row: 1 / span 2; display: flex; gap: 26px; }
.socials a { font-family: var(--display); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-footer small { grid-column: 1 / -1; margin-top: 42px; padding-top: 22px; color: #6c7890; border-top: 1px solid var(--line); font-size: 11px; }

.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; padding: 40px 90px; color: var(--white); background: rgba(2, 11, 31, .96); border: 0; }
.lightbox::backdrop { background: rgba(2, 11, 31, .92); backdrop-filter: blur(12px); }
.lightbox[open] { display: grid; grid-template-columns: 60px minmax(0, 1fr) 60px; align-items: center; gap: 20px; }
.lightbox figure { min-width: 0; height: calc(100vh - 80px); display: grid; grid-template-rows: minmax(0, 1fr) auto; justify-items: center; margin: 0; }
.lightbox figure img { max-width: 100%; height: 100%; object-fit: contain; }
.lightbox figcaption { padding-top: 16px; color: var(--gold-300); font-family: var(--display); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.lightbox figcaption { display: none; }
.lightbox button { border: 0; background: transparent; cursor: pointer; }
.lightbox-close { position: fixed; z-index: 2; top: 25px; right: 30px; font-size: 42px; font-weight: 200; }
.lightbox-nav { font-size: 30px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.timeline-item:nth-child(2) { transition-delay: .12s; }
.timeline-item:nth-child(3) { transition-delay: .24s; }

:focus-visible { outline: 2px solid var(--gold-300); outline-offset: 5px; }

@media (max-width: 1100px) {
  :root { --page: calc(100vw - 64px); }
  .site-header { padding-inline: 32px; }
  .site-nav { gap: 24px; }
  .hero-photo { left: 38%; }
  .hero::before { background: linear-gradient(90deg, rgba(2,11,31,.98), rgba(3,19,48,.9) 52%, rgba(3,19,48,.2) 78%); }
  .honours-current, .honours-history-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .agent-content { padding-right: 48px; }
}

@media (max-width: 820px) {
  :root { --page: calc(100vw - 40px); }
  .site-header { height: 76px; padding-inline: 20px; }
  .brand-mini { width: 138px; }
  .menu-toggle { position: relative; z-index: 2; display: block; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; }
  .menu-toggle span:not(.sr-only) { position: absolute; left: 10px; width: 24px; height: 1px; background: var(--white); transition: transform .25s, top .25s; }
  .menu-toggle span:first-child { top: 17px; }
  .menu-toggle span:nth-child(2) { top: 26px; }
  .menu-toggle[aria-expanded="true"] span:first-child { top: 22px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { top: 22px; transform: rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; visibility: hidden; opacity: 0; background: var(--navy-950); transition: opacity .25s, visibility .25s; }
  .site-nav.open { visibility: visible; opacity: 1; }
  .site-nav a { font-size: 19px; }
  .nav-contact { margin-top: 12px; }
  .hero { min-height: 870px; }
  .hero-photo { inset: 0; opacity: .68; }
  .hero-photo img { object-position: 58% 20%; }
  .hero-photo::before { background: linear-gradient(90deg, rgba(2,11,31,.8), rgba(2,11,31,.22)), linear-gradient(0deg, var(--navy-950) 2%, rgba(3,19,48,.78) 48%, rgba(3,19,48,.2)); }
  .hero::before { z-index: 0; background: linear-gradient(90deg, rgba(2,11,31,.58), rgba(3,19,48,.08)), linear-gradient(0deg, var(--navy-950), transparent 58%); }
  .hero-content { z-index: 4; display: flex; flex-direction: column; justify-content: flex-end; min-height: 870px; padding: 130px 0 92px; }
  .hero-logo { width: min(560px, 94vw); margin: 4px 0 26px; }
  .hero-position { flex-wrap: wrap; }
  .hero-facts { grid-template-columns: repeat(5, 1fr); width: 100%; }
  .hero-facts div { padding: 15px 10px 15px 0; }
  .hero-facts div + div { padding-left: 10px; }
  .hero-facts dd { font-size: 21px; }
  .scroll-cue { display: none; }
  .section { padding: 100px 20px; }
  .section-heading h2, .gallery-heading h2 { font-size: clamp(40px, 10vw, 58px); }
  .timeline { grid-template-columns: 1fr; margin-top: 50px; border-top: 0; border-left: 1px solid var(--line); }
  .timeline::before { top: 0; bottom: auto; left: -2px; width: 4px; height: 33.333%; }
  .timeline-item { min-height: 250px; border-top: 1px solid var(--line); }
  .timeline-item + .timeline-item { border-left: 0; }
  .club-logo { height: 90px; }
  .timeline-item h3 { margin-top: 24px; }
  .timeline-years { margin-top: 10px; }
  .statement { min-height: 560px; padding: 0 20px 42px; }
  .statement-photo img { object-position: center 18%; }
  .statement-content > p { width: auto; font-size: clamp(30px, 8vw, 42px); }
  .statement-strengths { gap: 14px 22px; margin-top: 26px; padding-top: 14px; }
  .statement-strengths li { padding: 0; font-size: 10px; }
  .statement-strengths li + li { padding-left: 0; border-left: 0; }
  .honours { padding-inline: 20px; }
  .honour-title { min-height: 240px; padding: 28px 24px 48px; }
  .honours-cup { margin-bottom: 34px; }
  .honour-past { min-height: 118px; }
  .gallery-grid { columns: 2; column-gap: 10px; margin-top: 44px; }
  .gallery-card { margin-bottom: 10px; }
  .agent { grid-template-columns: 1fr; }
  .agent-photo { min-height: 460px; background-position: 55% center; }
  .agent-content { padding: 80px 20px 100px; }
  .site-footer { grid-template-columns: 1fr; padding: 60px 20px 30px; }
  .socials { grid-column: 1; grid-row: auto; margin-top: 16px; }
  .lightbox { padding: 70px 12px 30px; }
  .lightbox[open] { grid-template-columns: 38px minmax(0, 1fr) 38px; gap: 4px; }
  .lightbox figure { height: calc(100vh - 110px); }
}

@media (max-width: 520px) {
  .hero { min-height: max(844px, 100svh); }
  .hero-content { min-height: max(844px, 100svh); padding-bottom: 42px; }
  .hero-kicker { font-size: 11px; }
  .hero-logo { width: 100%; margin: 4px 0 24px; }
  .hero-position { gap: 9px; font-size: 14px; }
  .hero-facts { grid-template-columns: repeat(2, 1fr); }
  .hero-facts div:nth-child(3) { border-left: 0; }
  .hero-facts div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .hero-facts div:last-child { grid-column: 1 / -1; padding-left: 0; border-left: 0; }
  .hero-achievements { display: grid; grid-template-columns: 1fr; }
  .hero-achievement { width: 100%; font-size: 11px; }
  .honours-heading { align-items: flex-start; flex-direction: column; gap: 22px; }
  .honours-current, .honours-history-grid { grid-template-columns: 1fr; }
  .honour-title { min-height: 205px; }
  .honours-cup { width: 48px; height: 48px; margin-bottom: 28px; }
  .honour-result { right: 22px; bottom: 20px; }
  .gallery-grid { columns: 1; }
  .footer-brand { width: min(430px, 88vw); }
  .socials { align-items: start; flex-direction: column; gap: 14px; }
}

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

/* trajectory logo visual balance - 20260708c */
.timeline .club-logo {
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
}

.timeline .club-logo img {
  object-fit: contain;
  transform-origin: center;
}

.timeline-item:nth-child(1) .club-logo img {
  max-width: 96px;
  max-height: 106px;
  transform: scale(1.18);
}

.timeline-item:nth-child(2) .club-logo img {
  max-width: 86px;
  max-height: 86px;
  transform: scale(.94);
}

.timeline-item:nth-child(3) .club-logo img {
  max-width: 88px;
  max-height: 104px;
  transform: scale(1.03);
}

@media (max-width: 820px) {
  .journey {
    padding-top: 78px;
    padding-bottom: 98px;
  }

  .timeline {
    margin-top: 38px;
  }

  .timeline::before {
    top: 0;
    left: -2px;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--gold-100), var(--gold-500));
  }

  .timeline-item {
    min-height: 0;
    padding: 34px 24px 36px 28px;
  }

  .timeline-item:last-child {
    padding-bottom: 62px;
  }

  .timeline .club-logo {
    width: 100px;
    height: 100px;
    margin-bottom: 18px;
  }

  .timeline .club-logo img {
    object-fit: contain;
  }

  .timeline-item:nth-child(1) .club-logo img {
    width: 92px;
    height: 92px;
    max-width: 92px;
    max-height: 92px;
    transform: scale(1.14);
  }

  .timeline-item:nth-child(2) .club-logo img {
    width: 76px;
    height: 76px;
    max-width: 76px;
    max-height: 76px;
    transform: none;
  }

  .timeline-item:nth-child(3) .club-logo img {
    width: 82px;
    height: 94px;
    max-width: 82px;
    max-height: 94px;
    transform: scale(1.02);
  }

  .timeline-item h3 {
    margin-top: 18px;
  }
}

@media (max-width: 520px) {
  .journey {
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .timeline {
    margin-top: 32px;
  }
}

/* mobile hero photo stack + framing - 20260708d */
@media (max-width: 820px) {
  .hero-photo {
    z-index: 0;
    inset: 0;
    opacity: 1;
  }

  .hero-photo img {
    object-position: 58% 8%;
    filter: saturate(1.08) contrast(1.08) brightness(1.18);
    transform: scale(1.015);
  }

  .hero-photo::before {
    z-index: 1;
    background:
      linear-gradient(90deg, rgba(2,11,31,.52) 0%, rgba(2,11,31,.22) 44%, rgba(2,11,31,.04) 100%),
      linear-gradient(0deg, rgba(2,11,31,.78) 0%, rgba(2,11,31,.42) 40%, rgba(2,11,31,.02) 78%);
  }

  .hero::before {
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(2,11,31,.62) 0%, rgba(2,11,31,.30) 42%, rgba(2,11,31,.04) 100%),
      linear-gradient(0deg, var(--navy-950) 0%, rgba(2,11,31,.54) 42%, transparent 76%);
  }

  .hero-content {
    z-index: 4;
  }
}

@media (max-width: 520px) {
  .hero-photo img {
    object-position: 57% 7%;
    filter: saturate(1.1) contrast(1.08) brightness(1.22);
  }

  .hero-photo::before {
    background:
      linear-gradient(90deg, rgba(2,11,31,.54) 0%, rgba(2,11,31,.24) 48%, rgba(2,11,31,.05) 100%),
      linear-gradient(0deg, rgba(2,11,31,.80) 0%, rgba(2,11,31,.42) 40%, rgba(2,11,31,.02) 78%);
  }
}

/* mobile hero clarity - 20260708e */
@media (max-width: 820px) {
  .hero-photo img {
    filter: saturate(1.12) contrast(1.12) brightness(1.24);
  }

  .hero-photo::before {
    background:
      linear-gradient(90deg, rgba(2,11,31,.46) 0%, rgba(2,11,31,.18) 44%, rgba(2,11,31,.03) 100%),
      linear-gradient(0deg, rgba(2,11,31,.74) 0%, rgba(2,11,31,.38) 40%, rgba(2,11,31,.01) 78%);
  }
}

@media (max-width: 520px) {
  .hero-photo img {
    filter: saturate(1.14) contrast(1.13) brightness(1.27);
  }

  .hero-photo::before {
    background:
      linear-gradient(90deg, rgba(2,11,31,.48) 0%, rgba(2,11,31,.20) 48%, rgba(2,11,31,.04) 100%),
      linear-gradient(0deg, rgba(2,11,31,.76) 0%, rgba(2,11,31,.38) 40%, rgba(2,11,31,.01) 78%);
  }
}

/* mobile hero visibility + face shift - 20260708g */
@media (max-width: 820px) {
  .hero-photo img {
    object-position: 53% 6%;
    filter: saturate(1.14) contrast(1.12) brightness(1.25);
    transform: scale(1.005);
  }

  .hero-photo::before {
    background:
      linear-gradient(90deg, rgba(2,11,31,.42) 0%, rgba(2,11,31,.16) 46%, rgba(2,11,31,.02) 100%),
      linear-gradient(0deg, rgba(2,11,31,.68) 0%, rgba(2,11,31,.32) 42%, rgba(2,11,31,.01) 78%);
  }

  .hero::before {
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(2,11,31,.42) 0%, rgba(2,11,31,.16) 44%, rgba(2,11,31,.02) 100%),
      linear-gradient(0deg, rgba(2,11,31,.68) 0%, rgba(2,11,31,.30) 42%, transparent 76%);
  }
}

@media (max-width: 520px) {
  .hero-photo img {
    object-position: 52% 6%;
    filter: saturate(1.15) contrast(1.13) brightness(1.27);
  }

  .hero-photo::before {
    background:
      linear-gradient(90deg, rgba(2,11,31,.42) 0%, rgba(2,11,31,.15) 50%, rgba(2,11,31,.02) 100%),
      linear-gradient(0deg, rgba(2,11,31,.68) 0%, rgba(2,11,31,.30) 42%, rgba(2,11,31,.01) 78%);
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(2,11,31,.42) 0%, rgba(2,11,31,.15) 48%, rgba(2,11,31,.02) 100%),
      linear-gradient(0deg, rgba(2,11,31,.68) 0%, rgba(2,11,31,.28) 42%, transparent 76%);
  }
}

/* footer social icons - 20260708i */
.socials a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.social-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  color: currentColor;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-icon-facebook {
  fill: currentColor;
  stroke: none;
  width: 13px;
  height: 13px;
}
