/* ==========================================================================
   Elite Sporting Agencies
   Digital Design NE Ltd
   Palette and mark geometry taken from the supplied brand logo.
   ========================================================================== */

/* --------------------------------------------------------------- tokens -- */
:root {
  /* Brand, sampled directly from the logo artwork */
  --navy-900: #0c1320;
  --navy-800: #141c2b;
  --navy-700: #1b2333;
  --navy-600: #232937;
  --navy-500: #2f374a;

  --gold:        #c09a55;
  --gold-bright: #d8b472;
  --gold-deep:   #9a7a3f;

  --paper:   #ffffff;
  --paper-2: #f2f3f5;
  --paper-3: #e6e8ec;

  --ink:       #141c2b;
  --ink-muted: #5a6375;
  --mist:      #96a0b2;
  --mist-dim:  #6d7789;

  --rule-light: #dcdfe5;
  --rule-dark:  rgba(192, 154, 85, 0.28);

  /* Type */
  --face: "Archivo", "Archivo Fallback", "Helvetica Neue", Arial, sans-serif;

  --step--1: clamp(0.78rem, 0.76rem + 0.1vw, 0.84rem);
  --step-0:  clamp(1rem, 0.97rem + 0.14vw, 1.08rem);
  --step-1:  clamp(1.18rem, 1.1rem + 0.35vw, 1.4rem);
  --step-2:  clamp(1.45rem, 1.28rem + 0.75vw, 1.95rem);
  --step-3:  clamp(1.85rem, 1.5rem + 1.55vw, 2.9rem);
  --step-4:  clamp(2.3rem, 1.6rem + 3.1vw, 4.4rem);
  --step-5:  clamp(2.8rem, 1.5rem + 5.6vw, 6.6rem);

  /* Layout */
  --gutter: clamp(1.25rem, 5vw, 5rem);
  --measure: 66ch;
  --shell: 1440px;
  --band: clamp(4rem, 8vw, 7.5rem);
}

@font-face {
  font-family: "Archivo Fallback";
  src: local("Helvetica Neue"), local("Arial");
  size-adjust: 102%;
  ascent-override: 92%;
  descent-override: 24%;
}

/* ---------------------------------------------------------------- reset -- */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--face);
  font-size: var(--step-0);
  font-variation-settings: "wdth" 100, "wght" 400;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg { max-width: 100%; display: block; }
h1, h2, h3, h4, p, ul, ol, figure, blockquote { margin: 0; }
ul, ol { padding: 0; list-style: none; }
a { color: inherit; }
button { font: inherit; color: inherit; }

:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 3px;
  border-radius: 1px;
}

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--gold); color: var(--navy-900);
  padding: 0.75rem 1.25rem; font-weight: 700;
}
.skip:focus { left: 0; }

.sr {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}

/* ------------------------------------------------------------ primitives -- */
.shell {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.band { padding-block: var(--band); }
.band--tight { padding-block: clamp(2.75rem, 5vw, 4.5rem); }
.band--dark { background: var(--navy-800); color: var(--paper); }
.band--deep { background: var(--navy-900); color: var(--paper); }
.band--tint { background: var(--paper-2); }

.band--dark p, .band--deep p { color: #c6ccd8; }

/* Heading register: the bill. Expanded, heavy, set tight. */
.bill {
  font-variation-settings: "wdth" 112, "wght" 800;
  text-transform: uppercase;
  line-height: 0.92;
  letter-spacing: -0.005em;
  margin: 0;
}
.bill--xl { font-size: var(--step-5); }
.bill--lg { font-size: var(--step-4); }
.bill--md { font-size: var(--step-3); }
.bill--sm { font-size: var(--step-2); letter-spacing: 0.005em; }

/* Section heading register: sentence case, quieter than the bill. */
.heading {
  font-variation-settings: "wdth" 100, "wght" 700;
  font-size: var(--step-3);
  line-height: 1.06;
  letter-spacing: -0.015em;
  margin: 0;
}
.heading--sm { font-size: var(--step-2); }

/* Data register: slightly condensed, replaces a monospace tell. */
.data {
  font-variation-settings: "wdth" 88, "wght" 600;
  letter-spacing: 0.02em;
}

.lede {
  font-size: var(--step-1);
  line-height: 1.5;
  max-width: 52ch;
  font-variation-settings: "wdth" 100, "wght" 400;
  color: var(--ink-muted);
}
.band--dark .lede, .band--deep .lede { color: #b9c1cf; }

.prose { max-width: var(--measure); }
.prose p + p { margin-top: 1.1em; }
.prose a { color: var(--gold-deep); text-underline-offset: 3px; }
.band--dark .prose a, .band--deep .prose a { color: var(--gold-bright); }

/* The mark's geometry reused as a section opener */
.rule {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--gold);
  border: 0;
  margin: 0 0 1.75rem;
  max-width: 3.5rem;
}
.rule--full { max-width: none; height: 1px; background: var(--rule-light); }
.band--dark .rule--full, .band--deep .rule--full { background: rgba(255, 255, 255, 0.12); }

/* ---------------------------------------------------------------- button -- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.95rem 1.7rem;
  border: 2px solid transparent;
  border-radius: 2px;
  background: var(--gold);
  color: var(--navy-900);
  font-variation-settings: "wdth" 96, "wght" 700;
  font-size: var(--step--1);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.btn:hover { background: var(--gold-bright); }

.btn--ghost { background: transparent; border-color: var(--gold); color: var(--gold); }
.btn--ghost:hover { background: var(--gold); color: var(--navy-900); }

.btn--dark { background: var(--navy-800); color: var(--paper); }
.btn--dark:hover { background: var(--navy-600); }

.btn--wide { width: 100%; }

/* ------------------------------------------------------------------- nav -- */
.masthead {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--navy-800);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.masthead__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 84px;
}
.masthead__logo { display: block; flex: 0 0 auto; }
.masthead__logo img { height: clamp(34px, 4.6vw, 46px); width: auto; }

.nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.4rem); }
.nav__link {
  color: #ced4de;
  text-decoration: none;
  font-variation-settings: "wdth" 96, "wght" 600;
  font-size: var(--step--1);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-block: 0.4rem;
  border-bottom: 2px solid transparent;
  transition: color 0.16s ease, border-color 0.16s ease;
}
.nav__link:hover { color: var(--paper); }
.nav__link[aria-current="page"] { color: var(--paper); border-bottom-color: var(--gold); }

.nav__cta { padding: 0.72rem 1.3rem; }

.navtoggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 2px;
  color: var(--paper);
  padding: 0.6rem 0.95rem;
  font-variation-settings: "wdth" 92, "wght" 700;
  font-size: var(--step--1);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 960px) {
  .navtoggle { display: block; }
  .nav {
    position: absolute;
    inset: 84px 0 auto 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--navy-900);
    border-bottom: 1px solid var(--rule-dark);
    padding: 0.5rem var(--gutter) 1.5rem;
  }
  .nav[hidden] { display: none; }
  .nav__link {
    padding-block: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: var(--step-0);
  }
  .nav__link[aria-current="page"] { border-bottom-color: var(--gold); }
  .nav__cta { margin-top: 1.25rem; }
}

/* ------------------------------------------------------------------ hero -- */
.hero {
  position: relative;
  background: var(--navy-800);
  color: var(--paper);
  overflow: hidden;
}
.hero__watermark {
  /* the brand mark, oversized and quiet, bled off the right edge */
  position: absolute;
  right: -12%;
  top: 50%;
  translate: 0 -50%;
  width: min(70vh, 660px);
  aspect-ratio: 1;
  color: rgba(192, 154, 85, 0.055);
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 900px) { .hero__watermark { right: -34%; color: rgba(192, 154, 85, 0.04); } }
.hero__inner {
  position: relative;
  z-index: 1;
  padding-block: clamp(3.5rem, 9vw, 7.5rem) clamp(2.5rem, 4vw, 3.5rem);
}
.hero__title { max-width: none; }
.hero__title .bill { display: block; white-space: nowrap; }
@media (max-width: 460px) { .hero__title .bill { font-size: clamp(2.1rem, 11vw, 3rem); } }
.hero__lede { margin-top: 1.75rem; max-width: 46ch; color: #b9c1cf; font-size: var(--step-1); line-height: 1.5; }
.hero__actions { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: 0.9rem; }

/* The single orchestrated page-load moment */
.hero__title .bill { animation: billIn 0.7s cubic-bezier(0.2, 0.7, 0.25, 1) both; }
.hero__title .bill:nth-child(2) { animation-delay: 0.08s; }
.hero__title .bill:nth-child(3) { animation-delay: 0.16s; }
@keyframes billIn { from { opacity: 0; transform: translateY(0.5em); } to { opacity: 1; transform: none; } }

/* ----------------------------------------------------------- bill strip -- */
.onsale {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--rule-dark);
  background: var(--navy-900);
}
.onsale__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.onsale__title {
  font-variation-settings: "wdth" 92, "wght" 700;
  font-size: var(--step--1);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}
.onsale__all { color: #c6ccd8; font-size: var(--step--1); letter-spacing: 0.04em; text-decoration: none; border-bottom: 1px solid var(--rule-dark); }
.onsale__all:hover { color: var(--paper); border-bottom-color: var(--gold); }

.onsale__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 900px) { .onsale__grid { grid-template-columns: 1fr; } }

.onsale__item {
  display: block;
  padding: 1.9rem 1.9rem 2.1rem 0;
  text-decoration: none;
  color: var(--paper);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.18s ease;
}
.onsale__item:last-child { border-right: 0; }
.onsale__item:nth-child(n + 2) { padding-left: 1.9rem; }
.onsale__item:hover { background: rgba(192, 154, 85, 0.06); }
@media (max-width: 900px) {
  .onsale__item { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.08); padding: 1.6rem 0; }
  .onsale__item:nth-child(n + 2) { padding-left: 0; }
}
.onsale__name { font-size: var(--step-2); font-variation-settings: "wdth" 108, "wght" 800; text-transform: uppercase; line-height: 1; }
.onsale__meta { margin-top: 0.7rem; color: var(--mist); font-size: var(--step--1); }
.onsale__meta span { display: block; }
.onsale__price { margin-top: 0.9rem; color: var(--gold); font-variation-settings: "wdth" 88, "wght" 600; font-size: var(--step--1); letter-spacing: 0.04em; }

/* ------------------------------------------------------------- datestamp -- */
.datestamp {
  display: grid;
  grid-template-columns: auto;
  align-content: start;
  border-left: 3px solid var(--gold);
  padding-left: 0.85rem;
  line-height: 1;
}
.datestamp__day {
  font-variation-settings: "wdth" 96, "wght" 800;
  font-size: clamp(2.1rem, 4vw, 3rem);
  letter-spacing: -0.02em;
}
.datestamp__mon {
  font-variation-settings: "wdth" 88, "wght" 700;
  font-size: var(--step--1);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-top: 0.4rem;
  color: var(--gold-deep);
}
.band--dark .datestamp__mon, .band--deep .datestamp__mon, .onsale .datestamp__mon { color: var(--gold); }
.datestamp__yr { font-size: var(--step--1); color: var(--ink-muted); margin-top: 0.25rem; letter-spacing: 0.08em; }
.band--dark .datestamp__yr, .band--deep .datestamp__yr { color: var(--mist-dim); }

/* ------------------------------------------------------------ section hd -- */
.sectionhead {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
}
.sectionhead__text { max-width: 46ch; }
.sectionhead__text p { margin-top: 0.9rem; color: var(--ink-muted); }
.band--dark .sectionhead__text p, .band--deep .sectionhead__text p { color: #b9c1cf; }

/* ---------------------------------------------------------------- roster -- */
.roster {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(232px, 1fr));
  gap: 1px;
  background: var(--rule-light);
  border: 1px solid var(--rule-light);
}
.band--dark .roster, .band--deep .roster { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.1); }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--paper);
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease;
}
.band--dark .card, .band--deep .card { background: var(--navy-800); color: var(--paper); }
.card:hover { background: var(--paper-2); }
.band--dark .card:hover, .band--deep .card:hover { background: var(--navy-700); }

.card__slot {
  display: block;
  position: relative;
  aspect-ratio: 4 / 5;
  background: var(--navy-800);
  overflow: hidden;
}
.card__slot img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }

/* Designed fallback used until the agency supplies portraits */
.monogram {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background:
    radial-gradient(120% 90% at 50% 0%, var(--navy-600) 0%, var(--navy-900) 78%);
}
.monogram__ring {
  width: 58%;
  aspect-ratio: 1;
  border: 2px solid rgba(192, 154, 85, 0.5);
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.monogram__txt {
  font-variation-settings: "wdth" 104, "wght" 800;
  font-size: clamp(1.6rem, 4.5vw, 2.3rem);
  letter-spacing: 0.04em;
  color: var(--gold);
}
.monogram__bar {
  position: absolute;
  left: 11%; right: 11%;
  height: 2px;
  background: rgba(192, 154, 85, 0.42);
}
.monogram__bar--mid { left: 26%; right: 44%; }

.card__body { padding: 1.35rem 1.4rem 1.6rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.card__name { font-size: var(--step-1); font-variation-settings: "wdth" 106, "wght" 800; text-transform: uppercase; line-height: 1.02; }
.card__sport { color: var(--gold-deep); font-variation-settings: "wdth" 88, "wght" 600; font-size: var(--step--1); letter-spacing: 0.12em; text-transform: uppercase; }
.band--dark .card__sport, .band--deep .card__sport { color: var(--gold); }
.card__line { color: var(--ink-muted); font-size: var(--step--1); line-height: 1.5; }
.band--dark .card__line, .band--deep .card__line { color: #aeb6c4; }
.card__next {
  margin-top: auto;
  padding-top: 0.9rem;
  border-top: 1px solid var(--rule-light);
  font-variation-settings: "wdth" 88, "wght" 600;
  font-size: var(--step--1);
  letter-spacing: 0.03em;
  color: var(--ink);
}
.band--dark .card__next, .band--deep .card__next { border-top-color: rgba(255, 255, 255, 0.12); color: var(--paper); }

/* ----------------------------------------------------------- event rows -- */
.events { border-top: 1px solid var(--rule-light); }
.band--dark .events, .band--deep .events { border-top-color: rgba(255, 255, 255, 0.12); }

.event {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr) auto;
  gap: clamp(1.25rem, 3vw, 3rem);
  align-items: start;
  padding-block: clamp(1.75rem, 3.5vw, 2.75rem);
  border-bottom: 1px solid var(--rule-light);
}
.band--dark .event, .band--deep .event { border-bottom-color: rgba(255, 255, 255, 0.12); }

@media (max-width: 800px) {
  .event { grid-template-columns: 5.5rem minmax(0, 1fr); }
  .event__act { grid-column: 1 / -1; }
}

.event__name { font-size: var(--step-2); font-variation-settings: "wdth" 108, "wght" 800; text-transform: uppercase; line-height: 1; }
.event__name a { text-decoration: none; }
.event__name a:hover { color: var(--gold-deep); }
.band--dark .event__name a:hover, .band--deep .event__name a:hover { color: var(--gold-bright); }
.event__sub { margin-top: 0.75rem; color: var(--ink-muted); font-size: var(--step-0); }
.band--dark .event__sub, .band--deep .event__sub { color: #b0b8c6; }
.event__facts { margin-top: 1.1rem; display: flex; flex-wrap: wrap; gap: 0.5rem 1.6rem; }
.event__fact { font-variation-settings: "wdth" 88, "wght" 600; font-size: var(--step--1); letter-spacing: 0.04em; color: var(--ink); }
.band--dark .event__fact, .band--deep .event__fact { color: #d3d9e2; }
.event__fact b { color: var(--gold-deep); font-variation-settings: "wdth" 88, "wght" 700; }
.band--dark .event__fact b, .band--deep .event__fact b { color: var(--gold); }
.event__act { display: flex; flex-direction: column; gap: 0.6rem; align-items: stretch; }
.event__seller { font-size: 0.74rem; letter-spacing: 0.06em; color: var(--ink-muted); text-align: center; }
.band--dark .event__seller, .band--deep .event__seller { color: var(--mist-dim); }

/* -------------------------------------------------------------- services -- */
.services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--rule-light); border: 1px solid var(--rule-light); }
.band--dark .services, .band--deep .services { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.1); }
.service { background: var(--paper); padding: 2rem 1.75rem 2.25rem; }
@media (max-width: 1040px) { .services { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px)  { .services { grid-template-columns: 1fr; } }
.band--dark .service, .band--deep .service { background: var(--navy-800); }
.service__mark { width: 30px; height: 30px; margin-bottom: 1.1rem; }
.service__title { font-size: var(--step-1); font-variation-settings: "wdth" 102, "wght" 700; line-height: 1.12; letter-spacing: -0.01em; }
.service__copy { margin-top: 0.75rem; color: var(--ink-muted); font-size: 0.95rem; }
.band--dark .service__copy, .band--deep .service__copy { color: #aeb6c4; }
.service__list { margin-top: 1.1rem; display: grid; gap: 0.45rem; }
.service__list li { position: relative; padding-left: 1.1rem; font-size: 0.93rem; color: var(--ink-muted); }
.band--dark .service__list li, .band--deep .service__list li { color: #aeb6c4; }
.service__list li::before { content: ""; position: absolute; left: 0; top: 0.62em; width: 6px; height: 2px; background: var(--gold); }

/* ---------------------------------------------------------------- steps -- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: clamp(1.75rem, 3vw, 2.75rem); }
.step { border-top: 2px solid var(--gold); padding-top: 1.1rem; }
.step__n { font-variation-settings: "wdth" 88, "wght" 700; font-size: var(--step--1); letter-spacing: 0.16em; color: var(--gold); }
.step__t { margin-top: 0.7rem; font-size: var(--step-1); font-variation-settings: "wdth" 102, "wght" 700; line-height: 1.14; }
.step__c { margin-top: 0.6rem; font-size: 0.95rem; color: var(--ink-muted); }
.band--dark .step__c, .band--deep .step__c { color: #aeb6c4; }

/* -------------------------------------------------------------- profile -- */
.profilehead { background: var(--navy-800); color: var(--paper); position: relative; overflow: hidden; }
.profilehead__inner { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: end; padding-block: clamp(2.75rem, 6vw, 5rem); }
@media (max-width: 860px) { .profilehead__inner { grid-template-columns: 1fr; align-items: start; } }
.profilehead__sport { color: var(--gold); font-variation-settings: "wdth" 88, "wght" 700; font-size: var(--step--1); letter-spacing: 0.18em; text-transform: uppercase; }
.profilehead__name { margin-top: 1rem; }
.profilehead__strap { margin-top: 1.5rem; color: #b9c1cf; max-width: 46ch; font-size: var(--step-1); line-height: 1.5; }
.profilehead__slot { display: block; margin-left: auto; aspect-ratio: 4 / 5; position: relative; overflow: hidden; background: var(--navy-900); max-width: 340px; width: 100%; }
.profilehead__slot img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }

.profilegrid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
@media (max-width: 860px) { .profilegrid { grid-template-columns: 1fr; } }

.facts { border-top: 1px solid var(--rule-light); margin-top: 1.75rem; }
.fact { display: grid; grid-template-columns: 10rem minmax(0, 1fr); gap: 1.25rem; padding-block: 1.05rem; border-bottom: 1px solid var(--rule-light); }
@media (max-width: 560px) { .fact { grid-template-columns: 1fr; gap: 0.3rem; } }
.fact__k { font-variation-settings: "wdth" 88, "wght" 700; font-size: var(--step--1); letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-deep); padding-top: 0.15em; }
.fact__v { font-size: 0.98rem; line-height: 1.55; }

.panel { background: var(--navy-800); color: var(--paper); padding: 2rem 1.75rem 2.25rem; border-top: 3px solid var(--gold); }
.panel__t { font-size: var(--step-1); font-variation-settings: "wdth" 104, "wght" 700; line-height: 1.12; }
.panel__c { margin-top: 0.85rem; color: #aeb6c4; font-size: 0.95rem; }
.panel__list { margin-top: 1.25rem; display: grid; gap: 0.6rem; }
.panel__list li { display: grid; grid-template-columns: 5.5rem 1fr; gap: 0.8rem; align-items: start; font-size: 0.93rem; color: #d3d9e2; }
.panel__list b { color: var(--gold); font-variation-settings: "wdth" 88, "wght" 700; font-size: var(--step--1); letter-spacing: 0.08em; text-transform: uppercase; padding-top: 0.15em; }
.panel .btn { margin-top: 1.6rem; }

/* ----------------------------------------------------------------- form -- */
.form { display: grid; gap: 1.15rem; }
.field { display: grid; gap: 0.45rem; }
.field > label { font-variation-settings: "wdth" 92, "wght" 700; font-size: var(--step--1); letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); }
.band--dark .field > label, .band--deep .field > label { color: #d3d9e2; }
.field input, .field select, .field textarea {
  font: inherit;
  font-size: 0.98rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid var(--rule-light);
  border-radius: 2px;
  background: var(--paper);
  color: var(--ink);
  width: 100%;
}
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); outline-offset: 1px; }
.field--pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }
@media (max-width: 620px) { .field--pair { grid-template-columns: 1fr; } }
.form > .btn { justify-self: start; }
.form__note { font-size: 0.85rem; color: var(--ink-muted); }
.form__status { padding: 0.9rem 1.1rem; border-left: 3px solid var(--gold); background: var(--paper-2); font-size: 0.93rem; }
.form__status[hidden] { display: none; }

/* --------------------------------------------------------------- to-fill -- */
/* Visible marker for details the agency has not yet supplied.
   Nothing on this site is invented: unknown values are shown, not guessed. */
.tbc {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-variation-settings: "wdth" 88, "wght" 600;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  color: var(--ink-muted);
  border: 1px dashed var(--rule-light);
  border-radius: 2px;
  padding: 0.3rem 0.6rem;
}
.band--dark .tbc, .band--deep .tbc { color: var(--mist); border-color: rgba(255, 255, 255, 0.22); }
.tbc::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex: 0 0 auto; }

/* --------------------------------------------------------------- pagetop -- */
.pagetop { background: var(--navy-800); color: var(--paper); }
.pagetop__inner { padding-block: clamp(2.5rem, 6vw, 4.5rem); }
.pagetop__lede { margin-top: 1.4rem; max-width: 50ch; color: #b9c1cf; font-size: var(--step-1); line-height: 1.5; }

.crumbs { display: flex; gap: 0.7rem; align-items: center; font-size: var(--step--1); color: var(--mist-dim); margin-bottom: 1.5rem; }
.crumbs a { color: var(--mist); text-decoration: none; border-bottom: 1px solid transparent; }
.crumbs a:hover { color: var(--paper); border-bottom-color: var(--gold); }

/* ------------------------------------------------------------------ cta -- */
.cta__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
@media (max-width: 800px) { .cta__inner { grid-template-columns: 1fr; } }
.cta__actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }

/* --------------------------------------------------------------- footer -- */
.footer { background: var(--navy-900); color: var(--paper); padding-block: clamp(3rem, 5vw, 4.5rem) 2rem; }
.footer__grid { display: grid; grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr)); gap: clamp(2rem, 4vw, 3.5rem); }
@media (max-width: 900px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; } }
.footer__logo img { height: 42px; width: auto; }
.footer__blurb { margin-top: 1.25rem; color: #99a2b2; font-size: 0.93rem; max-width: 34ch; }
.footer__h { font-variation-settings: "wdth" 88, "wght" 700; font-size: var(--step--1); letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.footer__list { display: grid; gap: 0.6rem; }
.footer__list a { color: #c6ccd8; text-decoration: none; font-size: 0.94rem; }
.footer__list a:hover { color: var(--paper); }
.footer__list li { color: #99a2b2; font-size: 0.94rem; }
.footer__base { margin-top: clamp(2.5rem, 4vw, 3.5rem); padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, 0.1); display: flex; flex-wrap: wrap; gap: 0.75rem 2rem; justify-content: space-between; color: #7c8697; font-size: 0.82rem; }
.footer__base a { color: #99a2b2; text-decoration: none; }
.footer__base a:hover { color: var(--paper); }

/* ----------------------------------------------------------------- misc -- */
.notice {
  border-left: 3px solid var(--gold);
  padding: 1rem 1.25rem;
  background: var(--paper-2);
  font-size: 0.92rem;
  color: var(--ink-muted);
  max-width: 62ch;
}
.band--dark .notice, .band--deep .notice { background: rgba(255, 255, 255, 0.04); color: #aeb6c4; }

.empty { padding: 3rem 0; color: var(--ink-muted); }

.split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } }

/* ==========================================================================
   MOTION LAYER
   One orchestrated hero moment, restrained reveals and hover states that
   respond to the visitor. All of it switches off under reduced motion.
   ========================================================================== */

:root { --head-h: 84px; --ease: cubic-bezier(0.2, 0.7, 0.25, 1); }

/* ------------------------------------------------------- condensing head -- */
.masthead { transition: background 0.3s ease, box-shadow 0.3s ease; }
.masthead__inner { min-height: var(--head-h); transition: min-height 0.3s var(--ease); }
.masthead__logo img { transition: height 0.3s var(--ease); }

body.is-scrolled { --head-h: 64px; }
body.is-scrolled .masthead {
  background: rgba(20, 28, 43, 0.92);
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  box-shadow: 0 14px 34px rgba(6, 10, 18, 0.42);
}
body.is-scrolled .masthead__logo img { height: clamp(28px, 3.4vw, 34px); }

@media (max-width: 960px) { .nav { inset: var(--head-h) 0 auto 0; } }

/* ------------------------------------------------------------- watermark -- */
@keyframes esaSpin { to { rotate: 360deg; } }
.hero__watermark { animation: esaSpin 140s linear infinite; }

/* ------------------------------------------------------- featured client -- */
.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 420px);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
@media (max-width: 1020px) { .hero__inner { grid-template-columns: 1fr; } }

.hero__feature { width: 100%; max-width: 420px; margin-left: auto; }
@media (max-width: 1020px) { .hero__feature { margin-left: 0; max-width: 340px; } }

.feature__stage {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--navy-900);
  border-top: 3px solid var(--gold);
}
.feature__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  text-decoration: none;
  color: var(--paper);
  transition: opacity 0.85s ease;
}
.feature__slide.is-on { opacity: 1; pointer-events: auto; }
.feature__slide img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  transform: scale(1.06);
}
.feature__slide.is-on img { transform: scale(1); transition: transform 8s linear; }

.feature__veil {
  position: absolute; inset: 0;
  background: linear-gradient(to top,
    rgba(10, 16, 27, 0.95) 0%,
    rgba(10, 16, 27, 0.6) 32%,
    rgba(10, 16, 27, 0) 62%);
}
.feature__meta { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.5rem 1.4rem 1.55rem; display: grid; gap: 0.4rem; }
.feature__sport { font-variation-settings: "wdth" 88, "wght" 700; font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.feature__name { font-variation-settings: "wdth" 106, "wght" 800; font-size: var(--step-2); text-transform: uppercase; line-height: 1; }
.feature__line { font-size: 0.85rem; line-height: 1.45; color: #c2c9d6; }

.feature__dots { display: flex; gap: 0.45rem; justify-content: flex-end; margin-top: 0.9rem; }
.feature__dot {
  width: 30px; height: 3px; padding: 0;
  border: 0; cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
  transition: width 0.3s var(--ease);
}
.feature__dot span { display: block; height: 100%; width: 0; background: var(--gold); }
.feature__dot[aria-selected="true"] { width: 46px; }
@keyframes esaDot { from { width: 0; } to { width: 100%; } }
.feature__dot[aria-selected="true"] span { animation: esaDot 5.6s linear forwards; }
.hero__feature.is-paused .feature__dot[aria-selected="true"] span { animation-play-state: paused; }

/* --------------------------------------------------------------- reveals -- */
[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.75s var(--ease), transform 0.75s var(--ease);
  transition-delay: var(--d, 0ms);
  will-change: opacity, transform;
}
[data-reveal].is-in { opacity: 1; transform: none; }

/* ------------------------------------------------------------- hovers ---- */
.card__slot img { transition: transform 0.85s var(--ease); }
.card:hover .card__slot img,
.card:focus-visible .card__slot img { transform: scale(1.06); }

.card__slot::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(12, 19, 32, 0.6), rgba(12, 19, 32, 0) 55%);
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.card:hover .card__slot::after { opacity: 0.3; }

.card__body { position: relative; }
.card__body::before {
  content: "";
  position: absolute; top: 0; left: 0;
  height: 2px; width: 0;
  background: var(--gold);
  transition: width 0.45s var(--ease);
}
.card:hover .card__body::before,
.card:focus-visible .card__body::before { width: 100%; }

.card__name { transition: color 0.25s ease; }
.card:hover .card__name { color: var(--gold-deep); }
.band--dark .card:hover .card__name, .band--deep .card:hover .card__name { color: var(--gold-bright); }

.event { transition: background 0.35s ease; }
.event:hover { background: linear-gradient(90deg, rgba(192, 154, 85, 0.07), rgba(192, 154, 85, 0) 45%); }
.datestamp { transition: border-color 0.3s ease; }
.event:hover .datestamp { border-left-color: var(--gold-bright); }

.service { transition: background 0.3s ease, transform 0.4s var(--ease); }
.service:hover { background: var(--paper-2); }
.band--dark .service:hover, .band--deep .service:hover { background: var(--navy-700); }

.onsale__item .onsale__name { transition: color 0.25s ease; }
.onsale__item:hover .onsale__name { color: var(--gold-bright); }

.btn { position: relative; overflow: hidden; }
.btn > * { position: relative; z-index: 1; }
.btn:not(.btn--ghost)::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 42%, rgba(255, 255, 255, 0.3) 50%, transparent 58%);
  transform: translateX(-125%);
  transition: transform 0.75s var(--ease);
  pointer-events: none;
}
.btn:not(.btn--ghost):hover::after { transform: translateX(125%); }

.profilehead__slot img { transition: transform 1.2s var(--ease); }
.profilehead__slot { border-top: 3px solid var(--gold); }

.fact { transition: background 0.25s ease; }
.fact:hover { background: var(--paper-2); }

/* --------------------------------------------------- route change fade --- */
@keyframes esaPageIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
#app.is-changing { animation: esaPageIn 0.45s var(--ease) both; }

/* ------------------------------------------------------- reduced motion -- */
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .hero__watermark { animation: none; }
  .feature__dot[aria-selected="true"] span { animation: none; width: 100%; }
  .feature__slide.is-on img { transition: none; transform: none; }
  #app.is-changing { animation: none; }
}

/* ==========================================================================
   EVENT PHOTOGRAPHY
   ========================================================================== */

/* ------------------------------------------------------------ the reel --- */
.reel { overflow: hidden; }
.reel__track {
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
}
.reel__lane {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: esaReel var(--reel-dur, 84s) linear infinite;
}
@keyframes esaReel { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.reel__track:hover .reel__lane,
.reel__track:focus-within .reel__lane { animation-play-state: paused; }

.reel__item {
  position: relative;
  flex: 0 0 auto;
  width: clamp(215px, 23vw, 320px);
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--navy-900);
}
.reel__item img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(0.8) brightness(0.86) contrast(1.04);
  transition: filter 0.6s ease, transform 0.9s var(--ease);
}
.reel__item::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(24, 33, 51, 0.24), rgba(12, 19, 32, 0.52));
  transition: opacity 0.6s ease;
  pointer-events: none;
}
.reel__item:hover img, .reel__item:focus-visible img { filter: none; transform: scale(1.05); }
.reel__item:hover::after, .reel__item:focus-visible::after { opacity: 0; }
.reel__item::before {
  content: "";
  position: absolute; inset: auto 0 0 0;
  height: 2px; width: 0;
  background: var(--gold);
  z-index: 2;
  transition: width 0.5s var(--ease);
}
.reel__item:hover::before { width: 100%; }

@media (prefers-reduced-motion: reduce) {
  .reel__lane { animation: none; }
  .reel__track { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .reel__item img { filter: grayscale(0.4) brightness(0.9); }
}

/* --------------------------------------------------------------- banner -- */
.banner { position: relative; overflow: hidden; background: var(--navy-900); }
.banner img {
  width: 100%;
  aspect-ratio: 16 / 6;
  object-fit: cover;
  object-position: center 28%;
}
@media (max-width: 720px) { .banner img { aspect-ratio: 4 / 3; } }
.banner::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(12, 19, 32, 0.28) 0%, rgba(12, 19, 32, 0) 38%, rgba(12, 19, 32, 0.4) 100%);
  pointer-events: none;
}

/* -------------------------------------------------------------- gallery -- */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 860px) { .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .gallery { grid-template-columns: 1fr; } }

.gallery figure { margin: 0; position: relative; overflow: hidden; background: var(--navy-900); }
.gallery img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform 0.9s var(--ease), filter 0.6s ease;
  filter: saturate(0.92);
}
.gallery figure:hover img { transform: scale(1.05); filter: none; }
.gallery figcaption {
  padding: 0.75rem 0 0;
  font-size: 0.85rem;
  color: var(--ink-muted);
}
.band--dark .gallery figcaption, .band--deep .gallery figcaption { color: #aeb6c4; }

/* ------------------------------------------------------------ md panel --- */
.mdcard { background: var(--navy-800); color: var(--paper); border-top: 3px solid var(--gold); }
.mdcard__slot { display: block; aspect-ratio: 4 / 5; overflow: hidden; background: var(--navy-900); }
.mdcard__slot img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.mdcard__body { padding: 1.75rem 1.75rem 2rem; }
.mdcard__role { font-variation-settings: "wdth" 88, "wght" 700; font-size: var(--step--1); letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
.mdcard__name { margin-top: 0.5rem; font-size: var(--step-2); font-variation-settings: "wdth" 106, "wght" 800; text-transform: uppercase; line-height: 1; }
.mdcard__copy { margin-top: 0.9rem; color: #aeb6c4; font-size: 0.95rem; }
.mdcard .btn { margin-top: 1.5rem; }

/* ==========================================================================
   PAGE INTRO
   A navy curtain on every page load: the mark settles, drifts up and fades,
   then the curtain lifts to reveal the page. Pure CSS, so it still clears
   itself if the script fails to run.
   ========================================================================== */

.intro {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  background: var(--navy-800);
  will-change: transform;
  animation: esaCurtain 0.62s cubic-bezier(0.66, 0, 0.32, 1) 0.74s forwards;
}
@keyframes esaCurtain { to { transform: translateY(-101%); } }

/* a quiet gold edge that leads the curtain up */
.intro::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: var(--gold);
  opacity: 0;
  animation: esaCurtainEdge 0.35s ease 0.42s forwards;
}
@keyframes esaCurtainEdge { to { opacity: 1; } }

.intro__logo {
  width: min(62vw, 430px);
  height: auto;
  opacity: 0;
  transform: translateY(16px) scale(0.982);
  animation:
    esaIntroIn 0.52s cubic-bezier(0.2, 0.7, 0.25, 1) 0.04s forwards,
    esaIntroOut 0.46s cubic-bezier(0.55, 0, 0.35, 1) 0.68s forwards;
}
@keyframes esaIntroIn  { to { opacity: 1; transform: none; } }
@keyframes esaIntroOut { to { opacity: 0; transform: translateY(-38px); } }

html.is-intro, html.is-intro body { overflow: hidden; }

/* the hero headline arrives as the curtain clears */
.hero__title .bill { animation-delay: 0.8s; }
.hero__title .bill:nth-child(2) { animation-delay: 0.88s; }
.hero__title .bill:nth-child(3) { animation-delay: 0.96s; }

@media (prefers-reduced-motion: reduce) {
  .intro { display: none; }
  html.is-intro, html.is-intro body { overflow: visible; }
  .hero__title .bill { animation-delay: 0s; }
}
