:root {
  --ink: #111418;
  --muted: #66707c;
  --paper: #f4f1ea;
  --white: #fffdf8;
  --line: rgba(17, 20, 24, 0.12);
  --ocean: #0f4f5d;
  --lava: #e75b32;
  --gold: #c59645;
  --blueprint: #203f5f;
  --site-stone: #e0d8c9;
  --site-stone-light: #ebe5d8;
  --site-graphite: #171c1b;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #e9ece8;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-header {
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 24px 18px;
}

.page-header p,
.eyebrow,
.mockup-label span {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-header h1 {
  margin: 6px 0 4px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3rem, 8vw, 6.5rem);
  line-height: 0.9;
}

.page-header span {
  color: var(--muted);
  font-size: 1rem;
}

.mockup-stack {
  display: grid;
  gap: 42px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 24px 70px;
}

.mockup {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(30, 33, 36, 0.14);
}

.mockup-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 54px;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.68);
}

.mockup-label strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.35rem;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  min-height: 560px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 72px);
}

.hero-copy h2 {
  margin: 18px 0;
  max-width: 650px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(4.6rem, 12vw, 9.8rem);
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lead {
  max-width: 560px;
  margin: 0;
  color: rgba(17, 20, 24, 0.76);
  font-size: clamp(1.02rem, 1.8vw, 1.28rem);
  line-height: 1.62;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.92rem;
  font-weight: 800;
}

.button.primary {
  background: var(--ink);
  color: white;
}

.button.secondary {
  border-color: currentColor;
  background: transparent;
}

.hero-media {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
}

.hero-media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 8px 10px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.58);
  color: white;
  font-size: 0.72rem;
  font-weight: 700;
}

.stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.stats-bar div {
  min-height: 105px;
  padding: 22px 24px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.stats-bar div:last-child {
  border-right: 0;
}

.stats-bar strong,
.stats-bar span {
  display: block;
}

.stats-bar strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.1rem, 4vw, 3.35rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.stats-bar span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.editorial {
  background: var(--white);
}

.editorial .hero-shell {
  background:
    linear-gradient(90deg, rgba(197, 150, 69, 0.11), transparent 42%),
    var(--white);
}

.editorial .eyebrow {
  color: var(--gold);
}

.editorial .hero-copy h2 {
  font-family: "Newsreader", serif;
  font-size: clamp(4rem, 10vw, 8.4rem);
  line-height: 0.92;
  text-transform: none;
}

.editorial .button.primary {
  background: #1f2524;
}

.kona {
  background: #151917;
  color: #fff4df;
}

.kona .mockup-label {
  background: #0f1211;
  color: #fff4df;
  border-color: rgba(255, 255, 255, 0.12);
}

.kona .hero-shell {
  grid-template-columns: minmax(380px, 1.15fr) minmax(0, 0.85fr);
  background:
    radial-gradient(circle at 84% 18%, rgba(231, 91, 50, 0.34), transparent 30%),
    linear-gradient(135deg, #101412, #221612 62%, #3a1b14);
}

.kona .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 45%, rgba(20, 10, 4, 0.4));
}

.kona .eyebrow,
.kona .countdown-strip strong {
  color: #ffb25d;
}

.kona .lead {
  color: rgba(255, 244, 223, 0.78);
}

.kona .button.primary {
  background: var(--lava);
  color: #170c08;
}

.kona .button.secondary {
  color: #fff4df;
}

.kona .stats-bar {
  border-color: rgba(255, 255, 255, 0.14);
}

.kona .stats-bar div {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.kona .stats-bar span {
  color: rgba(255, 244, 223, 0.62);
}

.countdown-strip {
  display: inline-flex;
  align-items: baseline;
  gap: 9px;
  width: fit-content;
  margin-top: 24px;
  padding: 10px 12px;
  border-left: 3px solid var(--lava);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.92rem;
  font-weight: 800;
}

.countdown-strip strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}

.precision {
  background: #f6f7f2;
}

.precision .hero-shell {
  background:
    linear-gradient(rgba(32, 63, 95, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 63, 95, 0.045) 1px, transparent 1px),
    #f6f7f2;
  background-size: 34px 34px;
}

.precision .eyebrow {
  color: var(--blueprint);
}

.precision .button.primary {
  background: var(--blueprint);
}

.precision .hero-media {
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

.route-line {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 12px;
  max-width: 460px;
  margin-top: 26px;
  color: var(--blueprint);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.route-line i {
  height: 2px;
  background: currentColor;
}

.image-first {
  background: #0d1111;
  color: #f8f4ea;
}

.image-first .mockup-label {
  background: #0d1111;
  color: #f8f4ea;
  border-color: rgba(255, 255, 255, 0.12);
}

.image-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: #0d1111;
}

.image-hero > img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  display: block;
  object-fit: cover;
}

.image-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 12, 12, 0.76), rgba(8, 12, 12, 0.16) 42%, rgba(8, 12, 12, 0.82)),
    linear-gradient(90deg, rgba(8, 12, 12, 0.58), transparent 38%, rgba(8, 12, 12, 0.34));
}

.image-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: clamp(26px, 5vw, 64px);
}

.image-hero .eyebrow {
  width: fit-content;
  padding: 9px 12px;
  border: 1px solid rgba(248, 244, 234, 0.34);
  background: rgba(8, 12, 12, 0.25);
  color: #f8f4ea;
  backdrop-filter: blur(10px);
}

.image-hero h2 {
  align-self: center;
  max-width: 980px;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(5.6rem, 15vw, 13.5rem);
  line-height: 0.78;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

.image-hero-bottom {
  display: grid;
  grid-template-columns: minmax(260px, 520px) auto;
  align-items: end;
  gap: 26px;
}

.image-hero-bottom p {
  margin: 0;
  color: rgba(248, 244, 234, 0.78);
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  line-height: 1.55;
}

.image-first .actions {
  justify-content: end;
  margin-top: 0;
}

.image-first .button.primary {
  background: #f8f4ea;
  color: #0d1111;
}

.image-first .button.secondary {
  color: #f8f4ea;
}

.image-first .stats-bar {
  border-color: rgba(255, 255, 255, 0.12);
}

.image-first .stats-bar div {
  min-height: 92px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.035);
}

.image-first .stats-bar span {
  color: rgba(248, 244, 234, 0.58);
}

.flow-page {
  background: var(--site-stone);
  overflow-x: hidden;
}

.site-nav {
  position: fixed;
  top: 0;
  left: 50%;
  width: min(100%, 1440px);
  transform: translateX(-50%);
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 8px clamp(18px, 4vw, 54px);
  border: 1px solid rgba(248, 244, 234, 0.22);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: rgba(8, 12, 12, 0.36);
  color: #f8f4ea;
  backdrop-filter: blur(16px);
}

.site-brand {
  padding: 6px 10px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
}

.site-nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 10px;
  border-radius: 4px;
  color: rgba(248, 244, 234, 0.78);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-nav-links a:hover {
  background: rgba(248, 244, 234, 0.12);
  color: #f8f4ea;
}

.flow-hero {
  position: relative;
  min-height: 88vh;
  overflow: visible;
  background: #0d1111;
  color: #f8f4ea;
}

.flow-hero picture {
  position: absolute;
  inset: 0;
  display: block;
}

.flow-hero picture img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.flow-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 12, 12, 0.76), rgba(8, 12, 12, 0.16) 42%, rgba(8, 12, 12, 0.84)),
    linear-gradient(90deg, rgba(8, 12, 12, 0.6), transparent 44%, rgba(8, 12, 12, 0.32));
}

.flow-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 88vh;
  padding: clamp(96px, 9vw, 132px) clamp(28px, 5vw, 76px) clamp(148px, 13vw, 210px);
}

.flow-hero .eyebrow {
  width: fit-content;
  padding: 9px 12px;
  border: 1px solid rgba(248, 244, 234, 0.34);
  background: rgba(8, 12, 12, 0.25);
  backdrop-filter: blur(10px);
}

.flow-hero h1 {
  align-self: center;
  max-width: 1000px;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(5.5rem, 14vw, 13rem);
  line-height: 0.78;
  letter-spacing: 0;
  text-transform: uppercase;
}

.flow-hero-bottom {
  display: grid;
  grid-template-columns: minmax(280px, 600px) auto;
  align-items: end;
  gap: 32px;
}

.flow-hero-copy {
  min-width: 0;
}

.flow-hero-copy > p {
  margin: 0;
  max-width: 600px;
  color: rgba(248, 244, 234, 0.78);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.55;
}

.kona-countdown {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(calc(100% - 48px), 860px);
  min-height: 68px;
  padding: 10px 0 12px;
  transform: translateX(-50%);
}

.kona-countdown::before,
.kona-countdown::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0,
    rgba(231, 91, 50, 0.28) 4%,
    rgba(231, 91, 50, 0.78) 14%,
    rgba(231, 91, 50, 0.78) 86%,
    rgba(231, 91, 50, 0.28) 96%,
    transparent 100%
  );
  pointer-events: none;
  transform: translateX(-50%);
}

.kona-countdown::before {
  top: 0;
}

.kona-countdown::after {
  bottom: 0;
  opacity: 0.66;
}

.kona-countdown-head {
  display: grid;
  gap: 5px;
  min-width: max-content;
}

.kona-countdown-head span,
.kona-countdown-head time {
  font-size: 0.75rem;
  font-weight: 800;
}

.kona-countdown-head span {
  color: var(--lava);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kona-countdown-head time {
  color: rgba(248, 244, 234, 0.7);
  letter-spacing: 0;
  text-transform: none;
}

.kona-countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 2vw, 22px);
  width: min(100%, 520px);
  min-width: 0;
}

.kona-countdown-grid div {
  min-width: 0;
  text-align: right;
}

.kona-countdown-grid strong {
  display: block;
  color: #fffdf8;
  font-family: "Bebas Neue", "Barlow Condensed", sans-serif;
  font-size: clamp(2.15rem, 4.1vw, 3.45rem);
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  line-height: 0.86;
  letter-spacing: 0;
  transform: skewX(-5deg);
  transform-origin: left center;
}

.kona-countdown-grid span {
  display: block;
  margin-top: 3px;
  color: rgba(248, 244, 234, 0.68);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transform: skewX(-5deg);
  transform-origin: left center;
}

.flow-hero .actions {
  justify-content: end;
  margin-top: 0;
}

.flow-hero .button.primary {
  background: #f8f4ea;
  color: #0d1111;
}

.flow-hero .button.secondary {
  color: #f8f4ea;
}

.race-clock {
  padding: clamp(54px, 8vw, 110px) 24px;
  background:
    linear-gradient(90deg, rgba(15, 79, 93, 0.08), transparent 45%),
    #f3f0e8;
}

.race-clock-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.section-kicker {
  margin-bottom: 18px;
  color: #6e7771;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.race-clock-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: stretch;
}

.countdown-panel,
.timeline-placeholder {
  min-width: 0;
  border: 1px solid rgba(17, 20, 24, 0.13);
  border-radius: 8px;
  background: rgba(235, 229, 216, 0.78);
  box-shadow: 0 20px 50px rgba(24, 31, 31, 0.08);
}

.countdown-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 430px;
  padding: clamp(26px, 4vw, 42px);
}

.countdown-panel p {
  margin: 0;
  color: var(--ocean);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.countdown-panel h2 {
  margin: 20px 0;
  max-width: 360px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: 0.84;
  letter-spacing: 0;
  text-transform: uppercase;
}

.countdown-numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.countdown-numbers div {
  min-height: 96px;
  padding: 16px 14px;
  border-left: 3px solid var(--lava);
  background: #151917;
  color: #f8f4ea;
}

.countdown-numbers strong,
.countdown-numbers span {
  display: block;
}

.countdown-numbers strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 0.9;
}

.countdown-numbers span {
  margin-top: 6px;
  color: rgba(248, 244, 234, 0.58);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.timeline-placeholder {
  padding: clamp(24px, 4vw, 38px);
}

.timeline-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 34px;
}

.timeline-head span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.timeline-head strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.timeline-placeholder ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
  list-style: none;
}

.timeline-placeholder li {
  position: relative;
  min-width: 0;
  min-height: 210px;
  padding: 34px 18px 0 0;
  border-top: 2px solid #151917;
  overflow-wrap: anywhere;
}

.timeline-placeholder li::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--lava);
  box-shadow: 0 0 0 6px rgba(231, 91, 50, 0.14);
}

.timeline-placeholder li span {
  display: block;
  color: var(--ocean);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.timeline-placeholder li strong {
  display: block;
  margin-top: 8px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.7rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.timeline-placeholder li p {
  margin: 12px 0 0;
  color: rgba(17, 20, 24, 0.66);
  font-size: 0.9rem;
  line-height: 1.5;
}

.timeline-note {
  margin: 8px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 20, 24, 0.12);
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.roadmap-clock {
  position: relative;
  margin-top: -1px;
  padding: clamp(60px, 8vw, 112px) 24px clamp(72px, 9vw, 128px);
  overflow: hidden;
  background:
    radial-gradient(ellipse at 14% 12%, rgba(231, 91, 50, 0.2), transparent 36%),
    radial-gradient(ellipse at 88% 5%, rgba(15, 79, 93, 0.22), transparent 40%),
    linear-gradient(180deg, #0d1111 0%, #151b19 18%, #39403a 42%, #e6ded0 72%, #f3f0e8 100%);
}

.roadmap-clock::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 210px;
  background: linear-gradient(180deg, rgba(8, 12, 12, 0.62), transparent);
  pointer-events: none;
}

.roadmap-clock::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  top: 30%;
  height: 260px;
  border-radius: 0 0 50% 50%;
  background: #f3f0e8;
  transform: rotate(-2.5deg);
  transform-origin: center;
  opacity: 0.92;
  pointer-events: none;
}

.roadmap-clock .race-clock-inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
}

.roadmap-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: 28px;
  align-items: start;
  margin-bottom: clamp(28px, 5vw, 58px);
  color: #f8f4ea;
}

.roadmap-intro .section-kicker {
  margin-bottom: 14px;
  color: #ffb25d;
}

.roadmap-intro h2 {
  max-width: 760px;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(4rem, 8vw, 8.2rem);
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
}

.race-day-countdown {
  justify-self: end;
  width: min(100%, 390px);
  padding-top: 6px;
  text-align: right;
}

.race-day-countdown span,
.race-day-countdown small {
  display: block;
  color: rgba(248, 244, 234, 0.7);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.race-day-countdown strong {
  display: block;
  margin: 4px 0 8px;
  color: #ffb25d;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(4rem, 7vw, 7.6rem);
  line-height: 0.88;
  text-transform: uppercase;
}

.race-day-countdown strong b,
.race-day-countdown small b {
  font: inherit;
}

.roadmap-stage {
  position: relative;
  overflow: visible;
  margin-inline: clamp(-18px, -2vw, -6px);
  background: transparent;
}

.roadmap-stage > img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 28px 34px rgba(24, 31, 31, 0.13));
}

.roadmap-card {
  position: absolute;
  top: 27.9%;
  width: 12.7%;
  min-height: 16.6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.7% 0.75%;
  text-align: center;
  color: #111418;
  overflow: hidden;
  background: rgba(255, 253, 248, 0.06);
}

.roadmap-card-1 {
  left: 7.25%;
  --roadmap-accent: #126cc0;
}

.roadmap-card-2 {
  left: 26.02%;
  --roadmap-accent: #ff661f;
}

.roadmap-card-3 {
  left: 43.87%;
  --roadmap-accent: #0e8a8d;
}

.roadmap-card-4 {
  left: 62.38%;
  --roadmap-accent: #7a3bae;
}

.roadmap-card-5 {
  left: 80.88%;
  --roadmap-accent: #4a9e2f;
}

.roadmap-card span {
  display: block;
  color: var(--roadmap-accent);
  font-size: clamp(0.48rem, 0.72vw, 0.8rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.roadmap-card strong {
  display: block;
  margin-top: 4px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(0.78rem, 1.15vw, 1.35rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.roadmap-card p {
  margin: 6px 0 0;
  color: rgba(17, 20, 24, 0.68);
  font-size: clamp(0.46rem, 0.7vw, 0.78rem);
  font-weight: 700;
  line-height: 1.22;
}

.roadmap-note {
  max-width: 880px;
  margin: 24px 0 0;
  color: #6e7771;
  font-size: 0.92rem;
  line-height: 1.55;
}

.athlete-profile {
  position: relative;
  contain: paint;
  margin-top: -1px;
  padding: clamp(172px, 16vw, 236px) 24px clamp(68px, 8vw, 112px);
  overflow: hidden;
  background:
    linear-gradient(180deg, #0d1111 0, #0d1111 clamp(170px, 14vw, 218px), transparent clamp(170px, 14vw, 218px)),
    linear-gradient(180deg, #d6c3aa 0%, #ece1d1 48%, #f6f2e8 100%);
}

.athlete-profile::before {
  content: "";
  position: absolute;
  inset: -42px -12% auto;
  height: clamp(230px, 20vw, 292px);
  border-radius: 0 0 58% 42%;
  background:
    radial-gradient(ellipse at 82% 44%, rgba(231, 91, 50, 0.26), transparent 34%),
    #0d1111;
  transform: rotate(-3.2deg);
  transform-origin: center top;
  pointer-events: none;
}

.athlete-profile::after {
  content: "";
  position: absolute;
  left: -12%;
  right: -12%;
  top: clamp(74px, 8vw, 118px);
  height: clamp(136px, 12vw, 172px);
  border-radius: 54% 46% 0 0;
  background:
    linear-gradient(90deg, rgba(231, 91, 50, 0.18), transparent 38%),
    linear-gradient(120deg, rgba(15, 79, 93, 0.18), transparent 58%),
    #d6c3aa;
  transform: rotate(-4deg);
  transform-origin: center;
  pointer-events: none;
}

.profile-inner,
.partner-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

.profile-inner {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(340px, 0.75fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
  max-width: 1040px;
  margin-top: clamp(-94px, -7vw, -56px);
}

.profile-heading {
  grid-column: 1;
}

.profile-heading h2,
.partner-lead h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(4rem, 9vw, 8.8rem);
  line-height: 0.84;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.profile-portrait {
  grid-column: 1;
  justify-self: center;
  width: min(100%, 430px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(231, 91, 50, 0.24);
  border-radius: 8px;
  background: #111;
  box-shadow: 0 28px 70px rgba(23, 28, 27, 0.22);
  transform: rotate(-0.8deg);
}

.profile-portrait img {
  width: 100%;
  height: auto;
  display: block;
  filter: saturate(0.9) contrast(1.04);
}

.profile-copy {
  grid-column: 2;
}

.profile-facts {
  display: none;
}

.profile-copy .section-kicker {
  margin-bottom: 18px;
  color: var(--lava);
  font-family: "Caveat", cursive;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: none;
}

.profile-info-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(23, 28, 27, 0.2);
}

.profile-info-list div {
  display: grid;
  grid-template-columns: minmax(120px, 0.56fr) minmax(0, 1fr);
  gap: 18px;
  min-height: clamp(94px, 7.2vw, 112px);
  padding: 18px 0;
  border-bottom: 1px solid rgba(23, 28, 27, 0.16);
  align-items: center;
}

.profile-info-list dt {
  color: rgba(23, 28, 27, 0.56);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.profile-info-list dd {
  margin: 0;
  color: var(--site-graphite);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.7rem, 2.7vw, 2.65rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.94;
  text-transform: uppercase;
}

.profile-info-list dd span {
  display: block;
  margin-top: 6px;
  color: rgba(23, 28, 27, 0.58);
  font-family: "Manrope", sans-serif;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.profile-info-list dd.profile-club {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(10px, 1vw, 14px);
  white-space: nowrap;
}

.profile-info-list dd.profile-club strong {
  flex: 0 0 auto;
  font: inherit;
  line-height: 0.94;
  min-width: 0;
}

.profile-club-logo-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: clamp(91px, 8.2vw, 110px);
  height: clamp(48px, 4.6vw, 62px);
  padding: 0;
  border-radius: 0;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.profile-club-logo-link:hover,
.profile-club-logo-link:focus-visible {
  transform: translateY(-2px);
  opacity: 0.9;
}

.profile-club-logo-link:focus-visible {
  outline: 2px solid rgba(238, 50, 62, 0.72);
  outline-offset: 3px;
}

.profile-club-logo-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.profile-copy p,
.partner-lead p,
.visibility-grid p {
  margin: 0;
  color: rgba(17, 20, 24, 0.7);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.72;
}

.profile-copy p + p {
  margin-top: 22px;
}

.profile-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.profile-facts span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(17, 20, 24, 0.16);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.62);
  color: rgba(17, 20, 24, 0.74);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vision-section {
  padding: clamp(42px, 5.5vw, 72px) 24px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.2), transparent 34%),
    var(--site-stone-light);
}

.vision-inner,
.social-sponsors-inner,
.newsfeed-hero-inner,
.newsfeed-main {
  max-width: 1180px;
  margin: 0 auto;
}

.vision-head {
  text-align: center;
}

.vision-head .section-kicker {
  margin-bottom: 10px;
  color: var(--lava);
}

.vision-head h2,
.social-sponsors-head h2,
.newsfeed-hero h1 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.8rem, 5.2vw, 4.9rem);
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.vision-tabs {
  position: relative;
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 34px);
  width: fit-content;
  margin: clamp(16px, 2.5vw, 26px) auto 0;
  border-bottom: 1px solid rgba(17, 20, 24, 0.16);
}

.vision-tab {
  appearance: none;
  position: relative;
  min-width: clamp(82px, 8vw, 108px);
  padding: 0 0 11px;
  border: 0;
  background: transparent;
  color: rgba(17, 20, 24, 0.38);
  cursor: pointer;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.45rem, 2.35vw, 2.15rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0;
  text-align: center;
}

.vision-tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 4px;
  background: var(--lava);
  opacity: 0;
  transform: scaleX(0.62);
  transition: opacity 180ms ease, transform 180ms ease;
}

.vision-tab:hover,
.vision-tab:focus-visible,
.vision-tab.is-active {
  color: var(--ink);
}

.vision-tab.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.vision-panels {
  margin-top: clamp(16px, 2.4vw, 28px);
}

.vision-panel {
  animation: visionPanelIn 280ms ease both;
}

.achievements-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: clamp(28px, 4.4vw, 64px);
  align-items: stretch;
  max-width: 1060px;
  margin: 0 auto;
}

.achievement-list {
  display: grid;
  align-self: center;
}

.achievement-row {
  display: grid;
  grid-template-columns: minmax(82px, 112px) 1fr;
  gap: 12px;
  align-items: baseline;
  padding: clamp(7px, 0.8vw, 10px) 0;
  border-top: 1px solid rgba(17, 20, 24, 0.14);
}

.achievement-row:first-child {
  border-top: 0;
}

.achievement-row > span {
  color: var(--lava);
  font-size: clamp(0.72rem, 0.95vw, 0.88rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-align: right;
  text-transform: uppercase;
}

.achievement-row h3 {
  margin: 0;
  color: #111418;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.18rem, 1.55vw, 1.55rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.achievement-row p {
  margin: 3px 0 0;
  color: rgba(17, 20, 24, 0.58);
  font-size: clamp(0.78rem, 0.9vw, 0.88rem);
  font-weight: 600;
  line-height: 1.35;
}

.achievement-finish {
  position: relative;
  justify-self: center;
  width: min(100%, 340px);
  aspect-ratio: 2 / 3;
  margin: 0;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(17, 20, 24, 0.13);
  border-radius: 8px;
  background: #111418;
  box-shadow: 0 24px 54px rgba(17, 20, 24, 0.16);
}

.achievement-finish img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vision-roadmap {
  display: grid;
  gap: 24px;
}

.roadmap-scene {
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid rgba(17, 20, 24, 0.12);
  border-radius: 8px;
  background: #fdf8f2;
}

.roadmap-scene-content {
  --roadmap-stage-lift: clamp(176px, 20vw, 256px);
  position: relative;
  min-width: 940px;
  padding: clamp(18px, 2vw, 26px) clamp(18px, 2vw, 26px) clamp(52px, 5vw, 72px);
  background: #fdf8f2;
}

.roadmap-route-stage {
  position: relative;
  margin-top: calc(-1 * var(--roadmap-stage-lift));
}

.roadmap-route-art {
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(-3%);
}

.roadmap-credentials {
  position: absolute;
  top: 67%;
  right: 2%;
  left: 3%;
  display: grid;
  grid-template-columns: 1.18fr 0.95fr 1.08fr 1.18fr 0.9fr;
  align-items: start;
  gap: clamp(8px, 1vw, 14px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.roadmap-credential {
  --roadmap-drop: 56px;
  --roadmap-line: rgba(17, 20, 24, 0.76);
  position: relative;
  min-width: 0;
  padding-top: var(--roadmap-drop);
}

.roadmap-credential-lanzarote {
  --roadmap-drop: 74px;
}

.roadmap-credential-mittelmosel {
  --roadmap-drop: 38px;
}

.roadmap-credential-vorbereitung {
  --roadmap-drop: 84px;
}

.roadmap-credential-diagnostik {
  --roadmap-drop: 48px;
}

.roadmap-credential-hawaii {
  --roadmap-drop: 64px;
}

.roadmap-credential::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: var(--roadmap-drop);
  transform: translateX(-50%);
  background: var(--roadmap-line);
}

.roadmap-credential::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  border: 3px solid #fdf8f2;
  border-radius: 50%;
  transform: translateX(-50%);
  background: var(--lava);
}

.roadmap-credential-card {
  height: 108px;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  padding: clamp(9px, 1vw, 14px);
  border: 1px solid rgba(17, 20, 24, 0.24);
  border-top: 4px solid var(--lava);
  border-radius: 3px 3px 13px 13px;
  background: #fffdf7;
  box-shadow: 0 12px 20px rgba(24, 31, 31, 0.1);
}

.roadmap-credential-card h3 {
  margin: 0;
  color: #111418;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(0.86rem, 1.15vw, 1.05rem);
  font-weight: 800;
  line-height: 1.04;
  hyphens: manual;
  overflow-wrap: normal;
  text-align: center;
  text-wrap: balance;
  text-transform: uppercase;
}

.roadmap-credential-meta {
  display: block;
  margin-top: 3px;
  font-size: 0.88em;
  line-height: 1.05;
}

@keyframes visionPanelIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.partner-case {
  padding: clamp(58px, 8vw, 104px) 24px clamp(68px, 9vw, 118px);
  background:
    linear-gradient(135deg, rgba(15, 79, 93, 0.08), transparent 38%),
    linear-gradient(180deg, #f4efe4 0%, #e4dccd 100%);
}

.partner-inner {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.55fr);
  gap: clamp(28px, 5vw, 58px);
  max-width: 1120px;
  margin: 0 auto;
}

.partner-lead {
  min-width: 0;
  max-width: 640px;
}

.partner-lead .section-kicker {
  color: var(--ocean);
}

.partner-lead h2 {
  max-width: 620px;
  margin: 0;
  color: var(--site-graphite);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.45rem, 4.4vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: none;
}

.partner-lead p {
  max-width: 600px;
  margin-top: 18px;
  color: rgba(17, 20, 24, 0.68);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.7;
}

.partner-actions {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
  width: fit-content;
  margin-top: clamp(24px, 4vw, 42px);
  padding-top: 22px;
  border-top: 1px solid rgba(17, 20, 24, 0.16);
}

.partner-actions .button {
  border-color: rgba(248, 244, 234, 0.16);
  background:
    radial-gradient(ellipse at 19% 8%, rgba(231, 91, 50, 0.22), transparent 30%),
    linear-gradient(90deg, rgba(15, 79, 93, 0.28), transparent 58%),
    #474d4d;
  color: var(--lava);
}

.partner-actions .button.primary {
  border-color: rgba(231, 91, 50, 0.34);
}

.partner-actions .button.secondary {
  border-color: rgba(231, 91, 50, 0.42);
}

.partner-actions span {
  color: var(--site-graphite);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partner-support-card {
  min-width: 0;
  align-self: start;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(17, 20, 24, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.72), rgba(255, 253, 248, 0.36)),
    rgba(255, 253, 248, 0.52);
  box-shadow: 0 18px 46px rgba(24, 31, 31, 0.07);
}

.partner-support-card span,
.sponsor-showcase-head span {
  display: block;
  color: var(--lava);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partner-support-card p {
  margin: 40px 0 0;
  color: rgba(17, 20, 24, 0.72);
  font-size: clamp(1.05rem, 1.7vw, 1.24rem);
  font-weight: 700;
  line-height: 1.62;
}

.partner-support-card h3 {
  margin: 18px 0 0;
  color: var(--site-graphite);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.partner-support-card ul {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.partner-support-card li {
  position: relative;
  padding-left: 20px;
  color: rgba(17, 20, 24, 0.68);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.5;
}

.partner-support-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lava);
}

.sponsor-showcase {
  min-width: 0;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(22px, 4.5vw, 48px);
  align-items: start;
  margin-top: clamp(4px, 1.5vw, 16px);
  padding-top: clamp(30px, 4vw, 46px);
  border-top: 1px solid rgba(17, 20, 24, 0.16);
}

.sponsor-showcase-thanks {
  margin: 0 0 18px;
  color: var(--site-graphite);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(1.25rem, 1.9vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.012em;
  line-height: 1.28;
  text-transform: none;
}

.sponsor-showcase-head {
  align-self: center;
}

.sponsor-showcase-head span {
  max-width: 300px;
  margin-top: 18px;
  color: rgba(17, 20, 24, 0.56);
  line-height: 1.45;
}

.sponsor-tiers {
  min-width: 0;
  display: grid;
  gap: 14px;
}

.sponsor-tier {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
  border-top: 1px solid rgba(17, 20, 24, 0.14);
  border-left: 1px solid rgba(17, 20, 24, 0.14);
  border-bottom: 1px solid rgba(17, 20, 24, 0.14);
  background: rgba(255, 253, 248, 0.34);
}

.sponsor-tier-label {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 16px 18px;
  border-right: 1px solid rgba(17, 20, 24, 0.14);
  color: var(--site-graphite);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sponsor-tier-icon {
  width: clamp(34px, 2.8vw, 42px);
  height: clamp(34px, 2.8vw, 42px);
  flex: 0 0 auto;
  border-radius: 3px;
  object-fit: cover;
}

.sponsor-tier-logos,
.sponsor-roster {
  min-width: 0;
  display: grid;
  grid-auto-rows: 1fr;
}

.sponsor-tier-logos {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sponsor-tier-exclusive .sponsor-tier-logos {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sponsor-roster {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sponsor-logo-card {
  min-width: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  border-right: 1px solid rgba(17, 20, 24, 0.14);
  border-bottom: 1px solid rgba(17, 20, 24, 0.14);
  background: rgba(255, 253, 248, 0.34);
  color: inherit;
  text-align: center;
  text-decoration: none;
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

a.sponsor-logo-card:hover,
a.sponsor-logo-card:focus-visible {
  background: rgba(255, 253, 248, 0.64);
  box-shadow: inset 0 0 0 1px rgba(231, 91, 50, 0.32);
  transform: translateY(-2px);
}

a.sponsor-logo-card:focus-visible {
  outline: 3px solid rgba(231, 91, 50, 0.42);
  outline-offset: -3px;
}

.sponsor-tier-logos .sponsor-logo-card {
  min-height: 138px;
}

.sponsor-roster .sponsor-logo-card {
  min-height: 118px;
}

.sponsor-tier-logos .sponsor-logo-card:nth-child(2n),
.sponsor-roster .sponsor-logo-card:nth-child(3n) {
  border-right: 0;
}

.sponsor-tier-logos .sponsor-logo-card:nth-last-child(-n + 2),
.sponsor-roster .sponsor-logo-card:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.sponsor-tier-exclusive .sponsor-logo-card:nth-child(2n) {
  border-right: 1px solid rgba(17, 20, 24, 0.14);
}

.sponsor-tier-exclusive .sponsor-logo-card:nth-child(3n) {
  border-right: 0;
}

.sponsor-tier-exclusive .sponsor-logo-card {
  border-bottom: 0;
}

.sponsor-main {
  padding: clamp(20px, 3vw, 30px);
  background:
    linear-gradient(135deg, rgba(231, 91, 50, 0.1), transparent 42%),
    rgba(255, 253, 248, 0.52);
}

.sponsor-logo-card img {
  display: block;
  width: min(100%, 156px);
  height: 66px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.sponsor-roster .sponsor-logo-card[href="https://berenz-burggraf-stb.de"] img {
  transform: scale(1.1);
}

.sponsor-logo-card-dark img {
  mix-blend-mode: normal;
}

.sponsor-main img {
  width: min(100%, 270px);
  height: 82px;
}

.partner-download {
  max-width: 520px;
  margin-top: clamp(30px, 5vw, 56px);
  padding-top: 24px;
  border-top: 1px solid rgba(17, 20, 24, 0.16);
}

.partner-download span {
  display: block;
  color: var(--lava);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partner-download strong {
  display: block;
  margin: 9px 0 18px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.partner-values {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 10px;
  padding-top: clamp(8px, 2vw, 22px);
}

.partner-values span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(17, 20, 24, 0.16);
  border-radius: 999px;
  background: rgba(235, 229, 216, 0.68);
  color: #27302d;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.visibility-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: clamp(12px, 3vw, 34px);
  border-top: 1px solid rgba(17, 20, 24, 0.16);
}

.visibility-grid article {
  min-height: 236px;
  padding: clamp(24px, 3vw, 34px) clamp(18px, 2.5vw, 28px);
  border-right: 1px solid rgba(17, 20, 24, 0.12);
}

.visibility-grid article:last-child {
  border-right: 0;
}

.visibility-grid span {
  display: block;
  color: var(--lava);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.visibility-grid h3 {
  margin: 54px 0 14px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.visibility-grid p {
  font-size: 0.96rem;
  line-height: 1.6;
}

.partner-board {
  padding: clamp(72px, 10vw, 138px) 24px;
  background: #171c1b;
  color: #f8f4ea;
}

.partner-board-inner,
.news-inner,
.social-inner,
.contact-inner {
  width: 100%;
  min-width: 0;
  max-width: 1180px;
  margin: 0 auto;
}

.board-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.55fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: end;
}

.board-head > *,
.featured-partner > *,
.news-head > *,
.news-grid > *,
.social-inner > *,
.contact-inner > * {
  min-width: 0;
}

.board-head .section-kicker,
.social-strip .section-kicker,
.contact-section .section-kicker {
  color: #ffb25d;
}

.board-head h2,
.news-head h2,
.social-inner h2,
.contact-copy h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3.8rem, 8vw, 8rem);
  line-height: 0.84;
  letter-spacing: 0;
  text-transform: uppercase;
}

.featured-partner {
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 0.48fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: center;
  margin-top: clamp(38px, 6vw, 78px);
  padding: clamp(28px, 5vw, 58px) 0;
  border-top: 1px solid rgba(248, 244, 234, 0.18);
  border-bottom: 1px solid rgba(248, 244, 234, 0.18);
}

.featured-partner div {
  min-height: 230px;
  display: grid;
  place-content: center;
  padding: 30px;
  border: 1px dashed rgba(248, 244, 234, 0.35);
  background:
    linear-gradient(135deg, rgba(255, 178, 93, 0.12), transparent 44%),
    rgba(255, 255, 255, 0.04);
  text-align: center;
}

.featured-partner span,
.supporter-logos span:first-child,
.news-card span,
.social-links span,
.concept-download span,
.contact-form label span {
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-partner span,
.supporter-logos span:first-child {
  color: rgba(248, 244, 234, 0.56);
}

.featured-partner strong {
  display: block;
  margin-top: 12px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.4rem, 5vw, 5.1rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.featured-partner p {
  max-width: 520px;
  margin: 0;
  color: rgba(248, 244, 234, 0.7);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.72;
}

.supporter-logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  margin-top: clamp(28px, 5vw, 58px);
  border-left: 1px solid rgba(248, 244, 234, 0.16);
  border-top: 1px solid rgba(248, 244, 234, 0.16);
}

.supporter-logos span {
  min-height: 112px;
  display: grid;
  place-items: center;
  padding: 18px;
  border-right: 1px solid rgba(248, 244, 234, 0.16);
  border-bottom: 1px solid rgba(248, 244, 234, 0.16);
  color: rgba(248, 244, 234, 0.62);
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.news-preview {
  padding: clamp(72px, 10vw, 138px) 24px;
  background:
    linear-gradient(180deg, #e8e1d2 0%, var(--site-stone) 100%);
}

.news-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.45fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: end;
}

.news-head .section-kicker {
  color: var(--ocean);
}

.news-head p {
  margin: 0 0 10px;
  color: rgba(17, 20, 24, 0.68);
  font-size: 1rem;
  line-height: 1.65;
}

.news-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 18px;
  margin-top: clamp(34px, 6vw, 70px);
}

.news-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 20, 24, 0.12);
  border-radius: 8px;
  background: rgba(235, 229, 216, 0.74);
}

.news-card-large {
  grid-row: span 2;
}

.news-card img {
  width: 100%;
  height: 235px;
  display: block;
  object-fit: cover;
}

.news-card-large img {
  height: 520px;
}

.news-card div {
  padding: clamp(20px, 3vw, 30px);
}

.news-card span {
  color: var(--lava);
}

.news-card h3 {
  margin: 14px 0 12px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.news-card p {
  margin: 0;
  color: rgba(17, 20, 24, 0.66);
  font-size: 0.96rem;
  line-height: 1.6;
}

.social-strip {
  padding: clamp(56px, 8vw, 100px) 24px;
  background:
    linear-gradient(90deg, rgba(15, 79, 93, 0.24), transparent 54%),
    #0f1617;
  color: #f8f4ea;
}

.social-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.88fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: end;
}

.social-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(248, 244, 234, 0.2);
  border-left: 1px solid rgba(248, 244, 234, 0.2);
}

.social-links a {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border-right: 1px solid rgba(248, 244, 234, 0.2);
  border-bottom: 1px solid rgba(248, 244, 234, 0.2);
  background: rgba(255, 255, 255, 0.03);
}

.social-icon-links a {
  min-height: clamp(170px, 18vw, 230px);
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}

.social-icon {
  width: clamp(70px, 8vw, 108px);
  height: clamp(70px, 8vw, 108px);
  display: grid;
  place-items: center;
  border: 1px solid rgba(248, 244, 234, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.social-icon img {
  width: 72%;
  height: 72%;
  display: block;
}

.social-links span {
  color: #ffb25d;
}

.social-links strong {
  font-size: 0.95rem;
  line-height: 1.35;
}

.social-icon-links strong {
  color: rgba(248, 244, 234, 0.86);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-section {
  padding: clamp(76px, 10vw, 148px) 24px;
  background:
    linear-gradient(135deg, rgba(231, 91, 50, 0.16), transparent 38%),
    #151917;
  color: #f8f4ea;
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 0.72fr);
  gap: clamp(34px, 7vw, 86px);
  align-items: start;
}

.contact-copy p {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(248, 244, 234, 0.72);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.72;
}

.concept-download {
  max-width: 520px;
  margin-top: clamp(34px, 5vw, 58px);
  padding: 24px 0;
  border-top: 1px solid rgba(248, 244, 234, 0.18);
  border-bottom: 1px solid rgba(248, 244, 234, 0.18);
}

.concept-download span,
.contact-form label span {
  color: #ffb25d;
}

.concept-download strong {
  display: block;
  margin: 8px 0 18px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.contact-mail {
  display: inline-block;
  margin-top: 26px;
  color: #ffb25d;
  font-weight: 900;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(248, 244, 234, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form .message-field,
.contact-form button {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(248, 244, 234, 0.2);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  color: #f8f4ea;
  font: inherit;
  font-size: 0.94rem;
  padding: 12px 13px;
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(248, 244, 234, 0.45);
}

.contact-form select option {
  color: #111418;
}

.contact-form .button.primary {
  margin-top: 6px;
  background: #ffb25d;
  color: #151917;
}

.social-sponsors {
  position: relative;
  padding: clamp(22px, 3vw, 34px) 24px;
  background:
    radial-gradient(ellipse at 19% 8%, rgba(231, 91, 50, 0.22), transparent 30%),
    linear-gradient(90deg, rgba(15, 79, 93, 0.28), transparent 58%),
    #101617;
  border-top: 1px solid rgba(248, 244, 234, 0.18);
  border-bottom: 1px solid rgba(248, 244, 234, 0.18);
  color: #f8f4ea;
}

.social-sponsors::before,
.social-sponsors::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  height: 1px;
  pointer-events: none;
  background: rgba(248, 244, 234, 0.08);
}

.social-sponsors::before {
  top: 7px;
}

.social-sponsors::after {
  bottom: 7px;
}

.social-sponsors-inner {
  display: grid;
  grid-template-columns: minmax(210px, 0.82fr) minmax(0, 1.74fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: center;
}

.social-sponsors-head {
  min-width: 0;
  display: block;
  max-width: none;
}

.social-sponsors-head-compact {
  max-width: none;
}

.social-sponsors .section-kicker {
  color: #ffb25d;
}

.social-sponsors-head h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.5rem, 5.3vw, 4.7rem);
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
}

.social-sponsors .social-links {
  margin-top: 0;
}

.social-sponsors .social-icon-links {
  grid-template-columns: repeat(3, 1fr);
  border: 0;
  gap: 10px;
}

.social-sponsors .social-icon-links a {
  position: relative;
  min-height: clamp(108px, 9vw, 132px);
  align-items: stretch;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(248, 244, 234, 0.17);
  border-radius: 0;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.035);
  overflow: hidden;
  text-align: left;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.social-sponsors .social-icon-links a::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 48px;
  height: 1px;
  background: currentColor;
  opacity: 0.26;
  transform: scaleX(0.24);
  transform-origin: left;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.social-sponsors .social-icon-links a::after {
  content: "";
  position: absolute;
  inset: auto -18% -70% -18%;
  height: 92px;
  opacity: 0;
  filter: blur(24px);
  background: var(--social-glow, rgba(255, 178, 93, 0.44));
  transition: opacity 180ms ease;
}

.social-sponsors .social-icon-links a:nth-child(1) {
  --social-accent: #e23d8f;
  --social-glow: linear-gradient(90deg, #ffcf44, #ef3e6f, #8038ff);
}

.social-sponsors .social-icon-links a:nth-child(2) {
  --social-accent: #fc4c02;
  --social-glow: linear-gradient(90deg, #fc4c02, #ff9f1c);
}

.social-sponsors .social-icon-links a:nth-child(3) {
  --social-accent: #1877f2;
  --social-glow: linear-gradient(90deg, #1877f2, #62d8ce);
}

.social-sponsors .social-icon-links a:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--social-accent, #ffb25d) 58%, #f8f4ea 20%);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.028)),
    rgba(255, 255, 255, 0.055);
}

.social-sponsors .social-icon-links a:hover::before {
  opacity: 0.68;
  transform: scaleX(1);
}

.social-sponsors .social-icon-links a:hover::after {
  opacity: 0.42;
}

.social-sponsors .social-icon {
  position: relative;
  z-index: 1;
  width: clamp(44px, 4vw, 56px);
  height: clamp(44px, 4vw, 56px);
  display: block;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition:
    filter 180ms ease,
    transform 180ms ease;
}

.social-sponsors .social-icon img,
.social-sponsors .social-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.social-sponsors .social-icon-links a:hover .social-icon {
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.28));
  transform: translateY(-2px) scale(1.06);
}

.social-sponsors .social-icon-links strong {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(248, 244, 234, 0.82);
  font-size: 0.78rem;
}

.social-sponsors .social-arrow {
  color: var(--social-accent, #ffb25d);
  font-size: 1rem;
  line-height: 1;
  opacity: 0.74;
  transform: translateX(-3px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.social-sponsors .social-icon-links a:hover .social-arrow {
  opacity: 1;
  transform: translateX(0);
}

.social-sponsors .featured-partner {
  margin-top: clamp(34px, 5vw, 64px);
}

.newsfeed-page {
  background:
    linear-gradient(180deg, var(--site-stone-light) 0%, var(--site-stone) 48%, #d7cfbf 100%),
    var(--site-stone);
}

.newsfeed-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(128px, 15vw, 210px) 24px clamp(62px, 9vw, 116px);
  background: #0d1111;
  color: #f8f4ea;
}

.newsfeed-hero picture {
  position: absolute;
  inset: 0;
}

.newsfeed-hero picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.newsfeed-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 12, 12, 0.58), rgba(8, 12, 12, 0.86));
}

.newsfeed-hero-inner {
  position: relative;
  z-index: 1;
}

.newsfeed-hero h1 {
  color: #ffb25d;
  font-size: clamp(3.25rem, 6.4vw, 5.9rem);
  font-weight: 600;
}

.newsfeed-main {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(48px, 8vw, 96px) 0 clamp(76px, 10vw, 140px);
}

.feed-grid,
.feed-grid .news-card,
.feed-grid .news-card a,
.feed-grid .news-card div {
  min-width: 0;
}

.feed-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 clamp(24px, 4vw, 38px);
}

.feed-filter button {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(17, 20, 24, 0.16);
  border-radius: 999px;
  min-height: 38px;
  padding: 0 13px;
  color: var(--site-graphite);
  background: rgba(255, 253, 248, 0.72);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feed-filter button.is-active {
  border-color: var(--lava);
  color: #fffdf8;
  background: var(--lava);
}

.feed-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 30px);
  margin: 0 auto;
}

.feed-grid .news-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(17, 20, 24, 0.2);
  border-top: 7px solid var(--lava);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 253, 248, 0.96)),
    #fffdf8;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 22px 48px rgba(17, 20, 24, 0.14);
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
}

.feed-grid .news-card:hover {
  transform: translateY(-4px);
}

.feed-grid .news-card-large {
  grid-column: 1 / -1;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 34px 78px rgba(17, 20, 24, 0.2);
}

.feed-grid .news-card a {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
}

.feed-grid .news-card-large a {
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  grid-template-rows: none;
  align-items: stretch;
}

.feed-grid .news-card img {
  width: 100%;
  height: 205px;
  display: block;
  background: #e8dfd0;
  border-bottom: 1px solid rgba(17, 20, 24, 0.12);
  object-fit: cover;
}

.feed-grid .news-card-large img {
  height: clamp(260px, 28vw, 360px);
  object-fit: contain;
}

.feed-grid .news-card div {
  padding: clamp(16px, 2vw, 24px);
}

.feed-grid .news-card-large div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3.6vw, 42px);
}

.feed-grid .news-card h2 {
  margin: 0 0 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.65rem, 2.45vw, 2.6rem);
  line-height: 0.96;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
  white-space: normal;
  text-transform: uppercase;
}

.feed-grid .news-card-large h2 {
  max-width: 700px;
  font-size: clamp(2.55rem, 4.5vw, 4.7rem);
}

.feed-grid .news-card p {
  margin: 10px 0 0;
  color: rgba(17, 20, 24, 0.74);
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}

.news-card-meta,
.article-meta {
  display: block;
  margin-bottom: 10px;
  color: var(--lava);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feed-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 34px;
  border: 1px dashed rgba(17, 20, 24, 0.28);
  background: rgba(255, 253, 248, 0.72);
  font-weight: 800;
}

.article-page {
  background: #f8f4ea;
}

.article-hero {
  min-height: 430px;
  display: flex;
  align-items: flex-end;
  padding-bottom: clamp(38px, 6vw, 68px);
  background:
    linear-gradient(135deg, rgba(217, 84, 43, 0.12), transparent 38%),
    linear-gradient(180deg, #101616 0%, #172437 100%);
}

.article-hero::after {
  background: linear-gradient(180deg, rgba(248, 244, 234, 0.03), rgba(8, 12, 12, 0.2));
}

.article-hero-inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding-inline: clamp(24px, 7vw, 92px);
  text-align: center;
}

.article-hero h1 {
  max-width: 860px;
  margin-inline: auto;
  color: #f8f4ea;
  font-size: clamp(3.2rem, 7vw, 7rem);
  line-height: 0.9;
  text-wrap: balance;
}

.article-hero h1 span {
  display: block;
}

.article-hero h1 span:last-child {
  margin-top: 12px;
  color: #ffb45b;
  font-family: "Newsreader", serif;
  font-size: clamp(1.35rem, 2.6vw, 2.4rem);
  font-weight: 700;
  line-height: 1.08;
  text-transform: none;
}

.article-hero-inner > p:last-child {
  max-width: 620px;
  margin: 18px auto 0;
  color: rgba(248, 244, 234, 0.78);
  font-size: 1rem;
  line-height: 1.55;
}

.article-main {
  padding: 0 24px clamp(76px, 10vw, 132px);
  background: #f8f4ea;
}

.article-body {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(32px, 6vw, 74px) clamp(22px, 5vw, 46px) 0;
  color: #223041;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.78;
}

.article-media {
  width: min(100%, 920px);
  margin: 0 auto clamp(36px, 6vw, 62px);
}

.article-media-inline {
  width: min(100%, 380px);
  margin: clamp(24px, 4vw, 42px) auto clamp(26px, 5vw, 48px);
}

.article-media-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 380px);
  margin: -30px auto clamp(26px, 5vw, 48px);
}

.article-gallery-thumb {
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(34, 48, 65, 0.18);
  border-radius: 8px;
  background: transparent;
  cursor: zoom-in;
}

.article-gallery-thumb img {
  aspect-ratio: 1;
  width: 100%;
  display: block;
  object-fit: cover;
}

.article-gallery-thumb:focus-visible {
  outline: 3px solid var(--lava);
  outline-offset: 2px;
}

@media (max-width: 560px) {
  .article-media-gallery {
    gap: 8px;
    width: min(100%, 320px);
    margin-top: -20px;
  }
}

.article-image-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 20, 24, 0.14);
  border-radius: 8px;
  background: #e8dfd0;
  cursor: zoom-in;
  box-shadow: 0 22px 54px rgba(17, 20, 24, 0.14);
}

.article-image-button img {
  width: 100%;
  max-height: min(64vh, 560px);
  display: block;
  object-fit: contain;
}

.article-image-button span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 4px;
  background: rgba(13, 17, 17, 0.78);
  color: #f8f4ea;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.article-media figcaption {
  margin-top: 12px;
  color: rgba(34, 48, 65, 0.68);
  font-size: 0.86rem;
  line-height: 1.48;
}

.article-body p {
  max-width: none;
  margin: 0 0 24px;
}

.article-rich-text {
  display: grid;
  gap: 18px;
  max-width: none;
  margin: 0 0 30px;
}

.article-rich-text h2,
.article-rich-text h3 {
  margin: 18px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  color: #172437;
  line-height: 1.06;
}

.article-rich-text h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.article-rich-text h3 {
  font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.article-rich-text p,
.article-rich-text li {
  margin: 0;
  color: #223041;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.78;
}

.article-rich-text ul,
.article-rich-text ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.25rem;
}

.article-rich-text a {
  color: #b64a24;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.article-rich-text strong {
  font-weight: 800;
}

.article-lead {
  color: #172437;
  font-family: "Newsreader", serif;
  font-size: clamp(1.24rem, 1.9vw, 1.52rem);
  line-height: 1.52;
}

.article-back-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 18px;
  margin-left: 0;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  background: #21384d;
  color: #f8f4ea;
  font-weight: 900;
  text-decoration: none;
}

.lightbox-open {
  overflow: hidden;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 44px);
  opacity: 0;
  pointer-events: none;
}

.image-lightbox[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}

.image-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(5, 7, 7, 0.88);
  cursor: zoom-out;
}

.image-lightbox-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 1120px);
  max-height: 92vh;
  margin: 0;
}

.image-lightbox-panel img {
  width: 100%;
  max-height: 92vh;
  display: block;
  object-fit: contain;
}

.image-lightbox-close {
  position: absolute;
  top: 12px;
  right: 12px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(248, 244, 234, 0.24);
  border-radius: 4px;
  background: rgba(13, 17, 17, 0.82);
  color: #f8f4ea;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.image-lightbox-previous,
.image-lightbox-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 52px;
  height: 52px;
  transform: translateY(-50%);
  padding: 0;
  border: 0;
  background: transparent;
  color: #f8f4ea;
  cursor: pointer;
  font-size: 0;
}

.image-lightbox-previous::before,
.image-lightbox-next::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 27px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 1px 8px rgba(5, 7, 7, 0.68);
  pointer-events: none;
}

.image-lightbox-previous::after,
.image-lightbox-next::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  filter: drop-shadow(0 1px 4px rgba(5, 7, 7, 0.68));
  pointer-events: none;
}

.image-lightbox-previous::before { right: 9px; transform: translateY(-50%); }
.image-lightbox-next::before { left: 9px; transform: translateY(-50%); }
.image-lightbox-previous::after { left: 9px; transform: translateY(-50%) rotate(-135deg); }
.image-lightbox-next::after { right: 9px; transform: translateY(-50%) rotate(45deg); }

.image-lightbox-previous { left: 12px; }
.image-lightbox-next { right: 12px; }

.image-lightbox-count {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 12px;
  padding: 6px 10px;
  border-radius: 4px;
  background: rgba(13, 17, 17, 0.82);
  color: #f8f4ea;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.07em;
}

.image-lightbox-previous:focus-visible,
.image-lightbox-next:focus-visible,
.image-lightbox-close:focus-visible {
  outline: 3px solid var(--lava);
  outline-offset: 2px;
}

@media (max-width: 560px) {
  .image-lightbox-previous,
  .image-lightbox-next {
    width: 46px;
    height: 46px;
  }
}

.editor-page {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(198, 95, 78, 0.1), transparent 34%),
    linear-gradient(180deg, #e0d8c9 0%, #d4cbb9 100%);
  color: #172437;
}

.editor-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(17, 20, 24, 0.12);
  background: rgba(13, 17, 17, 0.92);
  color: #f8f4ea;
}

.editor-topbar a,
.editor-topbar strong {
  color: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.editor-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 20px;
  padding: 24px;
}

.editor-panel {
  min-width: 0;
  border: 1px solid rgba(17, 20, 24, 0.14);
  border-radius: 8px;
  background: rgba(248, 244, 234, 0.72);
  box-shadow: 0 18px 54px rgba(17, 20, 24, 0.08);
}

.editor-form-panel {
  padding: clamp(20px, 3vw, 34px);
}

.editor-heading {
  margin-bottom: 24px;
}

.editor-heading h1 {
  margin-top: 6px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3rem, 6vw, 5.7rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.editor-form {
  display: grid;
  gap: 18px;
}

.editor-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.editor-form label,
.editor-export {
  display: grid;
  gap: 7px;
}

.editor-form label span,
.editor-export span,
.editor-preview-head span {
  color: rgba(23, 36, 55, 0.7);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.editor-form input,
.editor-form select,
.editor-form textarea,
.editor-export textarea {
  width: 100%;
  border: 1px solid rgba(17, 20, 24, 0.16);
  border-radius: 4px;
  background: rgba(255, 253, 248, 0.78);
  color: #172437;
  font: inherit;
}

.editor-form input,
.editor-form select {
  min-height: 42px;
  padding: 0 12px;
}

.editor-form textarea,
.editor-export textarea {
  min-height: 94px;
  padding: 11px 12px;
  line-height: 1.55;
  resize: vertical;
}

.editor-field-wide {
  grid-column: 1 / -1;
}

.editor-block-toolbar,
.editor-block-actions,
.editor-preview-head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.editor-block-toolbar {
  padding-top: 8px;
}

.editor-block-toolbar button,
.editor-block-actions button,
.editor-preview-head button {
  min-height: 34px;
  border: 1px solid rgba(17, 20, 24, 0.16);
  border-radius: 4px;
  background: #21384d;
  color: #f8f4ea;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.editor-block-toolbar button {
  padding: 0 13px;
}

.editor-block-actions button,
.editor-preview-head button {
  padding: 0 10px;
}

.editor-blocks {
  display: grid;
  gap: 14px;
}

.editor-block {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(17, 20, 24, 0.12);
  border-radius: 6px;
  background: rgba(255, 253, 248, 0.58);
}

.editor-block-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.editor-block-head strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.35rem;
  text-transform: uppercase;
}

.editor-output-panel {
  position: sticky;
  top: 68px;
  align-self: start;
  max-height: calc(100vh - 92px);
  overflow: auto;
  padding: 16px;
}

.editor-preview-wrap,
.editor-export {
  display: grid;
  gap: 12px;
}

.editor-preview-wrap {
  margin-bottom: 18px;
}

.editor-preview-head {
  align-items: center;
  justify-content: space-between;
}

.editor-preview {
  max-height: 52vh;
  overflow: auto;
  padding: 22px;
  border: 1px solid rgba(17, 20, 24, 0.12);
  border-radius: 6px;
  background: rgba(224, 216, 201, 0.64);
  font-size: 0.92rem;
}

.editor-preview .article-lead {
  font-size: 1.05rem;
}

.editor-preview .article-media-inline {
  width: min(100%, 280px);
}

.editor-preview .article-media img {
  width: 100%;
  max-height: 360px;
  display: block;
  object-fit: contain;
  border: 1px solid rgba(17, 20, 24, 0.12);
  border-radius: 6px;
  background: #e8dfd0;
}

.editor-export textarea {
  min-height: 260px;
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.78rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(72px, 8vw, 150px);
  padding: 23px 24px;
  border-top: 1px solid rgba(248, 244, 234, 0.12);
  background: #0d1111;
  color: rgba(248, 244, 234, 0.76);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer a:hover {
  color: #ffb25d;
}

.legal-page {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(15, 79, 93, 0.06), transparent 34%),
    linear-gradient(180deg, #e7dfd0 0%, var(--site-stone) 46%, #d7cfbf 100%);
}

.legal-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  padding: 18px 24px;
  border-bottom: 1px solid rgba(17, 20, 24, 0.1);
  background: rgba(224, 216, 201, 0.86);
  backdrop-filter: blur(18px);
}

.legal-nav a {
  color: var(--lava);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-main {
  padding: clamp(74px, 10vw, 132px) 24px clamp(76px, 10vw, 128px);
}

.legal-hero,
.legal-content {
  width: min(100%, 880px);
  margin: 0 auto;
}

.legal-hero {
  display: grid;
  gap: 12px;
  margin-bottom: clamp(34px, 5vw, 62px);
  padding-bottom: clamp(26px, 4vw, 42px);
  border-bottom: 1px solid rgba(17, 20, 24, 0.14);
}

.legal-hero h1 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.2rem, 6vw, 5rem);
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
}

.legal-content {
  display: grid;
  gap: 0;
}

.legal-content h2 {
  margin: clamp(34px, 5vw, 52px) 0 10px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 20, 24, 0.12);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.75rem, 3.1vw, 2.45rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.legal-content h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.legal-content p {
  max-width: 760px;
  margin: 0 0 16px;
  color: rgba(17, 20, 24, 0.74);
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  line-height: 1.82;
}

.legal-content a {
  color: var(--ocean);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.legal-contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 760px;
  margin: 14px 0 8px;
  padding: clamp(18px, 3vw, 24px);
  border: 1px solid rgba(17, 20, 24, 0.14);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.46);
}

.legal-contact-form label {
  display: grid;
  gap: 7px;
}

.legal-contact-form .contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.legal-contact-form label span {
  color: rgba(17, 20, 24, 0.62);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.legal-message-field,
.legal-contact-form button,
.legal-contact-form .form-status {
  grid-column: 1 / -1;
}

.legal-contact-form input,
.legal-contact-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(17, 20, 24, 0.18);
  border-radius: 4px;
  background: rgba(255, 253, 248, 0.72);
  color: var(--site-graphite);
  font: inherit;
  font-size: 0.95rem;
  padding: 11px 12px;
}

.legal-contact-form textarea {
  min-height: 118px;
  resize: vertical;
}

.legal-contact-form input:focus,
.legal-contact-form textarea:focus {
  border-color: var(--ocean);
  outline: 3px solid rgba(15, 79, 93, 0.16);
}

.legal-contact-form .button.primary {
  justify-self: center;
  width: fit-content;
  min-height: 46px;
  margin-top: 4px;
  border: 0;
  background: var(--ocean);
  color: #fffdf8;
  cursor: pointer;
}

.legal-contact-form .button.primary:disabled {
  cursor: wait;
  opacity: 0.68;
}

.form-status {
  min-height: 1.35em;
  margin: 0;
  color: rgba(17, 20, 24, 0.68);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.form-status:empty {
  display: none;
}

.form-status[data-state="success"] {
  color: #1f6f43;
}

.form-status[data-state="error"] {
  color: #a43b2c;
}

@media (max-width: 880px) {
  .hero-shell,
  .kona .hero-shell {
    grid-template-columns: 1fr;
  }

  .kona .hero-media {
    order: 2;
  }

  .precision .hero-media {
    clip-path: none;
  }

  .stats-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-bar div:nth-child(2) {
    border-right: 0;
  }

  .stats-bar div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .kona .stats-bar div:nth-child(-n + 2) {
    border-bottom-color: rgba(255, 255, 255, 0.12);
  }

  .image-hero,
  .image-hero > img {
    min-height: 720px;
  }

  .image-hero-bottom {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .image-first .actions {
    justify-content: start;
    margin-top: 0;
  }

  .flow-hero-bottom,
  .race-clock-grid {
    grid-template-columns: 1fr;
  }

  .flow-hero-content {
    padding-bottom: clamp(168px, 22vw, 230px);
  }

  .kona-countdown {
    width: min(calc(100% - 40px), 720px);
  }

  .flow-hero .actions {
    justify-content: start;
  }

  .timeline-placeholder ol {
    grid-template-columns: 1fr 1fr;
    row-gap: 28px;
  }

  .roadmap-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .race-day-countdown {
    justify-self: start;
    width: 100%;
    text-align: left;
  }

  .profile-inner,
  .partner-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .profile-heading,
  .profile-portrait,
  .profile-copy {
    grid-column: auto;
  }

  .profile-portrait {
    width: min(100%, 420px);
  }

  .visibility-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .visibility-grid article:nth-child(2) {
    border-right: 0;
  }

  .visibility-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(17, 20, 24, 0.12);
  }

  .board-head,
  .featured-partner,
  .news-head,
  .sponsor-showcase,
  .social-inner,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .social-sponsors-inner,
  .social-sponsors-head {
    grid-template-columns: 1fr;
  }

  .social-sponsors-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .supporter-logos {
    grid-template-columns: repeat(3, 1fr);
  }

  .sponsor-tier {
    grid-template-columns: 1fr;
  }

  .sponsor-showcase-head {
    text-align: center;
  }

  .sponsor-tier-label {
    min-height: 54px;
    padding: 8px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(17, 20, 24, 0.14);
  }

  .sponsor-tier-icon {
    width: 38px;
    height: 38px;
  }

  .sponsor-roster {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sponsor-roster .sponsor-logo-card:nth-child(3n) {
    border-right: 1px solid rgba(17, 20, 24, 0.14);
  }

  .sponsor-roster .sponsor-logo-card:nth-child(2n) {
    border-right: 0;
  }

  .sponsor-roster .sponsor-logo-card:nth-last-child(-n + 4) {
    border-bottom: 1px solid rgba(17, 20, 24, 0.14);
  }

  .sponsor-roster .sponsor-logo-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-card-large {
    grid-row: auto;
  }

  .news-card-large img,
  .news-card img {
    height: clamp(240px, 52vw, 420px);
  }

  .social-links {
    grid-template-columns: 1fr;
  }

  .social-sponsors .social-icon-links {
    grid-template-columns: 1fr;
  }

  .site-nav {
    left: 0;
    width: 100%;
    transform: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-inline: 10px;
  }

  .site-nav-links {
    width: 100%;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 2px;
  }

  .site-nav-links a {
    padding-inline: 6px;
    font-size: 0.62rem;
    letter-spacing: 0;
  }

  .feed-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .page-header {
    padding-top: 34px;
  }

  .mockup-stack {
    padding-inline: 12px;
  }

  .mockup-label {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .hero-copy {
    padding: 34px 22px;
  }

  .hero-copy h2 {
    font-size: clamp(3.6rem, 21vw, 5.8rem);
  }

  .actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .stats-bar {
    grid-template-columns: 1fr;
  }

  .stats-bar div,
  .stats-bar div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .kona .stats-bar div {
    border-bottom-color: rgba(255, 255, 255, 0.12);
  }

  .image-first .stats-bar div {
    border-bottom-color: rgba(255, 255, 255, 0.12);
  }

  .stats-bar div:last-child {
    border-bottom: 0;
  }

  .image-hero,
  .image-hero > img {
    min-height: 760px;
  }

  .image-hero-overlay {
    padding: 24px 20px;
  }

  .image-hero h2 {
    font-size: clamp(4.3rem, 23vw, 6.6rem);
    align-self: end;
    margin-bottom: 28px;
  }

  .flow-hero,
  .flow-hero-content {
    min-height: 760px;
  }

  .flow-hero {
    background:
      linear-gradient(180deg, #0d1111 0%, #151917 48%, #0d1111 100%);
  }

  .flow-hero picture img {
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: center center;
  }

  .flow-hero::after {
    background:
      linear-gradient(180deg, rgba(8, 12, 12, 0.86), rgba(8, 12, 12, 0.5) 28%, rgba(8, 12, 12, 0.34) 50%, rgba(8, 12, 12, 0.9) 74%, rgba(8, 12, 12, 0.98)),
      linear-gradient(90deg, rgba(8, 12, 12, 0.58), transparent 48%, rgba(8, 12, 12, 0.5));
  }

  .flow-hero-content {
    padding: 86px 20px 150px;
  }

  .flow-hero h1 {
    align-self: start;
    margin-bottom: 0;
    font-size: clamp(3.4rem, 18vw, 5rem);
  }

  .flow-hero-copy > p {
    max-width: 340px;
    font-size: 0.88rem;
    line-height: 1.42;
  }

  .flow-hero-copy > p + p {
    margin-top: 7px;
  }

  .kona-countdown {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    width: calc(100% - 40px);
    min-height: auto;
    padding: 10px 0 12px;
  }

  .kona-countdown-head {
    min-width: 0;
  }

  .kona-countdown-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .kona-countdown-grid div {
    text-align: left;
  }

  .kona-countdown-grid strong {
    font-size: clamp(1.85rem, 9vw, 2.8rem);
  }

  .kona-countdown-grid span {
    font-size: 0.56rem;
  }

  .countdown-numbers,
  .timeline-placeholder ol {
    grid-template-columns: 1fr;
  }

  .timeline-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .timeline-placeholder li {
    min-height: auto;
    padding-bottom: 18px;
  }

  .roadmap-clock {
    padding-inline: 12px;
  }

  .roadmap-intro h2 {
    font-size: clamp(3.6rem, 17vw, 5.2rem);
  }

  .roadmap-stage {
    overflow-x: auto;
    margin-inline: 0;
    padding-bottom: 8px;
  }

  .roadmap-stage > img {
    min-width: 980px;
  }

  .roadmap-card {
    top: 27.9%;
    width: 125px;
    min-height: 118px;
    padding: 10px;
  }

  .roadmap-card-1 {
    left: 71px;
  }

  .roadmap-card-2 {
    left: 255px;
  }

  .roadmap-card-3 {
    left: 430px;
  }

  .roadmap-card-4 {
    left: 612px;
  }

  .roadmap-card-5 {
    left: 793px;
  }

  .roadmap-card span {
    font-size: 0.62rem;
  }

  .roadmap-card strong {
    font-size: 1rem;
  }

  .roadmap-card p {
    font-size: 0.58rem;
  }

  .athlete-profile,
  .partner-case {
    padding-inline: 20px;
  }

  .athlete-profile {
    padding-top: clamp(260px, 72vw, 330px);
  }

  .profile-inner {
    margin-top: 0;
  }

  .profile-heading h2 {
    font-size: clamp(3.5rem, 17vw, 5.4rem);
  }

  .partner-lead h2 {
    font-size: clamp(2.3rem, 11vw, 3.45rem);
  }

  .visibility-grid {
    grid-template-columns: 1fr;
  }

  .partner-lead,
  .partner-actions,
  .partner-support-card,
  .sponsor-showcase,
  .sponsor-showcase-head,
  .sponsor-tiers,
  .partner-visibility {
    width: 100%;
    max-width: 100%;
  }

  .visibility-grid article,
  .visibility-grid article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(17, 20, 24, 0.12);
  }

  .visibility-grid article:last-child {
    border-bottom: 0;
  }

  .visibility-grid article {
    min-height: auto;
  }

  .visibility-grid h3 {
    margin-top: 32px;
  }

  .partner-board,
  .news-preview,
  .social-strip,
  .contact-section {
    padding-inline: 20px;
  }

  .board-head h2,
  .news-head h2,
  .social-inner h2,
  .contact-copy h2 {
    font-size: clamp(3.4rem, 16vw, 5.2rem);
  }

  .supporter-logos {
    grid-template-columns: 1fr 1fr;
  }

  .sponsor-tier-logos {
    grid-template-columns: 1fr;
  }

  .sponsor-tier-exclusive .sponsor-tier-logos {
    grid-template-columns: 1fr;
  }

  .sponsor-tier-logos .sponsor-logo-card:nth-child(2n) {
    border-right: 1px solid rgba(17, 20, 24, 0.14);
  }

  .sponsor-tier-logos .sponsor-logo-card:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(17, 20, 24, 0.14);
  }

  .sponsor-tier-logos .sponsor-logo-card:last-child {
    border-bottom: 0;
  }

  .sponsor-tier-logos .sponsor-logo-card {
    min-height: 126px;
  }

  .sponsor-roster .sponsor-logo-card {
    min-height: 108px;
  }

  .supporter-logos span {
    min-height: 96px;
  }

  .featured-partner div {
    min-height: 190px;
  }

  .news-card img,
  .news-card-large img {
    height: 250px;
  }

  .feed-grid .news-card img {
    height: clamp(285px, 78vw, 340px);
  }

  .feed-grid .news-card div {
    padding: 18px 20px 20px;
  }

  .contact-form {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .legal-contact-form {
    grid-template-columns: 1fr;
  }

  .site-nav {
    padding: 8px;
  }

  .site-nav-links a {
    min-height: 27px;
    padding-inline: 4px;
    font-size: 0.56rem;
  }

  .profile-info-list div {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 15px 0;
  }

  .profile-info-list dd.profile-club {
    align-items: center;
    gap: 12px;
  }

  .profile-club-logo-link {
    width: clamp(70px, 18vw, 86px);
    height: clamp(58px, 15vw, 70px);
  }

  .flow-hero-content {
    padding-top: 76px;
  }

  .vision-section,
  .social-sponsors,
  .newsfeed-main {
    padding-inline: 20px;
  }

  .vision-head h2,
  .social-sponsors-head h2,
  .newsfeed-hero h1 {
    font-size: clamp(2.8rem, 13vw, 4.4rem);
  }

  .newsfeed-hero h1 {
    font-size: clamp(2.75rem, 12vw, 3.85rem);
    font-weight: 600;
  }

  .newsfeed-hero picture img {
    object-fit: contain;
    object-position: center bottom;
  }

  .vision-tabs {
    gap: 18px;
    width: 100%;
  }

  .vision-tab {
    min-width: 0;
    flex: 1;
    font-size: clamp(1.7rem, 9vw, 2.45rem);
  }

  .achievements-feature {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .achievement-list {
    grid-template-columns: 1fr;
  }

  .achievement-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .achievement-row > span {
    text-align: left;
  }

  .roadmap-scene-content {
    --roadmap-stage-lift: 204px;
    min-width: 900px;
    padding: 12px 12px 64px;
  }

  .roadmap-credential-card {
    height: 108px;
    padding: 8px;
  }

  .roadmap-credential-card h3 {
    font-size: 0.82rem;
  }

  .feed-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 880px) {
  .feed-grid {
    grid-template-columns: 1fr;
  }

  .feed-grid .news-card-large a {
    grid-template-columns: 1fr;
  }

  .feed-grid .news-card-large div {
    padding: clamp(18px, 5vw, 26px);
  }
}

@media (max-width: 560px) {
  .newsfeed-main {
    width: min(100% - 28px, 1180px);
  }

  .feed-filter button {
    min-height: 34px;
    padding-inline: 10px;
    font-size: 0.68rem;
  }

  .feed-grid {
    gap: 20px;
  }

  .feed-grid .news-card img {
    height: clamp(128px, 36vw, 150px);
  }

  .feed-grid .news-card-large img {
    height: clamp(165px, 48vw, 205px);
  }

  .feed-grid .news-card div {
    padding: 13px 16px 15px;
  }

  .feed-grid .news-card-large div {
    padding: 15px 18px 18px;
  }

  .feed-grid .news-card h2 {
    font-size: clamp(1.05rem, 5.6vw, 1.34rem);
    line-height: 1.02;
    max-width: 22ch;
    word-break: normal;
  }

  .feed-grid .news-card-large h2 {
    font-size: clamp(1.18rem, 6.2vw, 1.5rem);
    line-height: 1.02;
    max-width: 20ch;
    word-break: break-word;
  }

  .feed-grid .news-card p {
    font-size: 0.84rem;
    line-height: 1.38;
    max-width: 34ch;
  }

  .news-card-meta {
    margin-bottom: 8px;
    font-size: 0.7rem;
  }
}
