@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 {
  width: 150px;
  height: 42px;
  overflow: hidden;
  isolation: isolate;
}
.brand-mini img {
  width: 180px;
  height: 127px;
  object-fit: cover;
  opacity: .98;
  mix-blend-mode: lighten;
  transform: translate(-15px, -42px);
}

.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 {
  width: min(650px, 51vw);
  margin: -80px 0 -78px -20px;
  mix-blend-mode: lighten;
  -webkit-mask-image: radial-gradient(ellipse 60% 38% at center, #000 52%, rgba(0, 0, 0, .86) 70%, transparent 100%);
  mask-image: radial-gradient(ellipse 60% 38% at center, #000 52%, rgba(0, 0, 0, .86) 70%, transparent 100%);
}
.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 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-index {
  position: absolute;
  top: 54px;
  right: max(48px, calc((100vw - 1400px) / 2));
  color: rgba(255, 255, 255, .06);
  font-family: var(--display);
  font-size: clamp(76px, 9vw, 140px);
  font-weight: 700;
  line-height: .8;
}
.section-heading h2, .gallery-heading h2, .honours-intro 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: -1px; left: 66.666%; width: 33.333%; height: 2px; 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: 680px; 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; background: linear-gradient(90deg, rgba(2,11,31,.72) 0%, rgba(2,11,31,.12) 48%, rgba(2,11,31,.2) 100%), url("assets/photos/ball-control.webp") center 45% / cover; filter: saturate(1.04); transform: scale(1.01); }
.statement::after { position: absolute; content: ""; inset: 0; background: linear-gradient(0deg, rgba(2,11,31,.75), transparent 45%, rgba(2,11,31,.16)); }
.statement-content { position: relative; z-index: 1; width: min(780px, 100%); }
.statement-content > p { margin: 0; font-family: var(--display); font-size: clamp(34px, 4vw, 58px); font-weight: 600; line-height: 1.12; letter-spacing: -.035em; 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: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px, 8vw, 130px); background: var(--paper); color: var(--navy-950); }
.honours .section-index { color: rgba(3, 19, 48, .05); }
.honours .eyebrow { color: var(--gold-500); }
.honours-intro { position: sticky; top: 130px; align-self: start; }
.honours-intro h2 { font-size: clamp(42px, 4vw, 60px); }
.honours-intro > p:last-child { max-width: 420px; margin-top: 36px; color: #5f6878; font-size: 16px; line-height: 1.7; }
.honours-list { border-top: 1px solid rgba(3, 19, 48, .2); }
.honour { display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 22px; min-height: 94px; padding: 18px 0; border-bottom: 1px solid rgba(3, 19, 48, .2); }
.honour-year { color: var(--gold-500); font-family: var(--display); font-size: 14px; font-weight: 700; }
.honour p { margin: 0 0 7px; color: #6e7684; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.honour h3 { margin: 0; font-family: var(--display); font-size: clamp(18px, 1.55vw, 23px); font-weight: 600; line-height: 1.18; }
.honour-mark { padding: 7px 10px; border: 1px solid rgba(3, 19, 48, .23); font-family: var(--display); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.honour.featured { background: linear-gradient(90deg, rgba(229, 191, 99, .2), transparent); }
.honour.featured .honour-mark { color: var(--navy-950); background: var(--gold-300) url("assets/brand/gradient-gold.png") center / cover; border-color: transparent; }

.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(42px, 4.2vw, 64px); font-weight: 600; line-height: 1.02; letter-spacing: -.035em; }
.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: 30px; margin-top: 28px; padding: 17px 22px; color: var(--navy-950); background: var(--gold-300) url("assets/brand/gradient-gold.png") center / cover; font-family: var(--display); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; transition: transform .25s, box-shadow .25s; }
.button:hover, .button:focus-visible { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(201,150,55,.25); }
.button span { font-size: 18px; }

.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 { font-family: var(--display); font-size: clamp(28px, 3vw, 46px); font-weight: 400; text-transform: uppercase; }
.footer-brand strong { color: var(--gold-300); }
.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 { grid-template-columns: 1fr; }
  .honours-intro { position: relative; top: auto; }
  .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; height: 40px; }
  .brand-mini img { width: 165px; height: 116px; transform: translate(-14px, -38px); }
  .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: -74px 0 -67px -18px; }
  .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-index { top: 28px; right: 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: -1px; width: 2px; 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-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 { grid-template-columns: 62px 1fr; }
  .honour-mark { grid-column: 2; width: fit-content; }
  .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: 110vw; margin: -72px 0 -68px -8vw; }
  .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; }
  .gallery-grid { columns: 1; }
  .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; }
}
