@font-face {
  font-family: "Octin Spray";
  src: url("./public/fonts/octin-spraypaint.otf") format("opentype");
  font-display: swap;
}

:root {
  --burgundy: #65152a;
  --burgundy-dark: #3f0d1b;
  --cream: #f2ede4;
  --ink: #211d1b;
  --line: rgba(242, 237, 228, 0.34);
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--cream);
  background: var(--burgundy-dark);
  font-family: Georgia, "Times New Roman", serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.page-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(
      105deg,
      rgba(47, 8, 20, 0.94) 0%,
      rgba(101, 21, 42, 0.77) 53%,
      rgba(31, 14, 17, 0.88) 100%
    ),
    url("./public/logoSWB.png") center / cover fixed;
}
.page-shell::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: repeating-linear-gradient(
    115deg,
    transparent 0 90px,
    rgba(242, 237, 228, 0.035) 91px 92px
  );
  content: "";
  pointer-events: none;
}
.site-header,
.hero,
.card-grid,
.scroll-cue,
footer {
  position: relative;
  z-index: 1;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 72px));
  margin: auto;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.header-note,
.eyebrow,
.scroll-cue,
footer {
  font-family: Arial, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.header-note {
  font-size: 0.65rem;
  opacity: 0.72;
}
.hero {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: min(1180px, calc(100% - 72px));
  min-height: 480px;
  margin: auto;
  padding: 72px 0 52px;
}
.eyebrow {
  margin: 0 0 20px;
  color: #e3b7a5;
  font-size: 0.68rem;
  font-weight: 700;
}
h1 {
  max-width: 720px;
  margin: 0;
  font-family: "Octin Spray", Impact, sans-serif;
  font-size: clamp(4.5rem, 11vw, 9.6rem);
  font-weight: 400;
  line-height: 0.78;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
h1 em {
  color: #e3b7a5;
  font-style: normal;
}
.intro {
  margin: 36px 0 0 8px;
  font-size: 1.14rem;
  line-height: 1.35;
}
.hero-stamp {
  display: grid;
  width: 145px;
  height: 145px;
  place-content: center;
  border: 1px solid rgba(242, 237, 228, 0.65);
  border-radius: 50%;
  rotate: 10deg;
  color: #e3b7a5;
  font-family: "Octin Spray", Impact, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1180px, calc(100% - 72px));
  margin: auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.nav-card {
  min-height: 248px;
  padding: 22px 20px 20px;
  border-right: 1px solid var(--line);
  background: rgba(62, 12, 27, 0.45);
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}
.nav-card:first-child {
  border-left: 1px solid var(--line);
}
.nav-card:hover,
.nav-card:focus-visible {
  background: var(--burgundy);
  transform: translateY(-8px);
  outline: none;
}
.card-number {
  display: block;
  color: #e3b7a5;
  font:
    700 0.68rem Arial,
    sans-serif;
  letter-spacing: 0.14em;
}
.card-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 48px;
}
.card-content strong {
  font-family: "Octin Spray", Impact, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}
.card-content span {
  max-width: 200px;
  color: rgba(242, 237, 228, 0.78);
  font-size: 0.95rem;
  line-height: 1.3;
}
.card-action {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  font:
    700 0.62rem Arial,
    sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.card-action span {
  color: #e3b7a5;
  font-size: 1.2rem;
  line-height: 0.5;
}
.scroll-cue {
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(1180px, calc(100% - 72px));
  margin: 28px auto 0;
  color: rgba(242, 237, 228, 0.58);
  font-size: 0.58rem;
}
.scroll-cue span {
  width: 34px;
  height: 1px;
  background: #e3b7a5;
}
.details {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 72px));
  margin: 140px auto 0;
}
.detail-section {
  min-height: 260px;
  padding: 60px 0;
  border-top: 1px solid var(--line);
  scroll-margin-top: 30px;
}
.detail-section h2 {
  margin: 0 0 14px;
  font-family: "Octin Spray", Impact, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  text-transform: uppercase;
}
.detail-section > p:last-child {
  max-width: 420px;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.45;
}
.news-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}
.news-item {
  display: flex;
  flex-direction: column;
  min-height: 285px;
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(62, 12, 27, 0.42);
}
.news-item-upcoming {
  grid-column: 1 / -1;
  min-height: 230px;
  border-color: #e3b7a5;
  background: rgba(101, 21, 42, 0.72);
}
.news-item-upcoming h3 {
  margin-top: 28px;
}
.news-item address {
  margin-top: auto;
  padding-top: 20px;
  color: #e3b7a5;
  font-size: 0.95rem;
  font-style: normal;
  line-height: 1.4;
}
.news-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #e3b7a5;
  font:
    700 0.64rem Arial,
    sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.news-item h3 {
  margin: 38px 0 12px;
  font-family: "Octin Spray", Impact, sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
}
.news-item p {
  max-width: 480px;
  margin: 0;
  color: rgba(242, 237, 228, 0.82);
  font-size: 1rem;
  line-height: 1.42;
}
.news-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  width: fit-content;
  min-width: 190px;
  margin-top: auto;
  padding: 13px 16px;
  border: 1px solid #e3b7a5;
  background: var(--burgundy);
  color: var(--cream);
  font:
    700 0.72rem Arial,
    sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}
.news-link:hover,
.news-link:focus-visible {
  border-color: var(--cream);
  background: #7d1d37;
  transform: translateY(-3px);
  outline: none;
}
.news-link span {
  color: #e3b7a5;
  font-size: 1.3rem;
  line-height: 0.5;
}
.adhesion-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-width: 250px;
  margin-top: 34px;
  padding: 16px 18px;
  background: var(--burgundy);
  color: var(--cream);
  font:
    700 0.72rem Arial,
    sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}
.adhesion-link:hover,
.adhesion-link:focus-visible {
  background: #7d1d37;
  transform: translateY(-3px);
  outline: none;
}
.adhesion-link > span:last-child {
  color: #e3b7a5;
  font-size: 1.2rem;
  line-height: 0.5;
}
.contact-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  max-width: 700px;
  margin-top: 34px;
}
.contact-links a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: rgba(62, 12, 27, 0.42);
  font:
    700 0.72rem Arial,
    sans-serif;
  letter-spacing: 0.04em;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}
.contact-links a:hover,
.contact-links a:focus-visible {
  border-color: #e3b7a5;
  background: var(--burgundy);
  transform: translateY(-3px);
  outline: none;
}
.contact-links svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #e3b7a5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}
.contact-links a span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.athlete-groups {
  display: grid;
  gap: 42px;
  margin-top: 42px;
}
.athlete-group h3 {
  margin: 0 0 18px;
  color: #e3b7a5;
  font:
    700 0.72rem Arial,
    sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.athlete-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.athlete-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 14px 15px;
  border: 1px solid var(--line);
  background: rgba(62, 12, 27, 0.42);
  font:
    700 0.75rem Arial,
    sans-serif;
  letter-spacing: 0.03em;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}
.athlete-link:hover,
.athlete-link:focus-visible {
  border-color: #e3b7a5;
  background: var(--burgundy);
  transform: translateY(-3px);
  outline: none;
}
.athlete-link svg {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  fill: none;
  stroke: #e3b7a5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}
.athlete-link > span:not(.athlete-arrow) {
  min-width: 0;
  overflow-wrap: anywhere;
}
.athlete-arrow {
  margin-left: auto;
  color: #e3b7a5;
  font-size: 1.1rem;
}
.athlete-group-reserve {
  opacity: 0.82;
}
footer {
  display: flex;
  justify-content: space-between;
  width: min(1180px, calc(100% - 72px));
  margin: 50px auto 0;
  padding: 24px 0 34px;
  border-top: 1px solid var(--line);
  color: rgba(242, 237, 228, 0.58);
  font-size: 0.58rem;
}
@media (max-width: 760px) {
  .site-header,
  .hero,
  .card-grid,
  .scroll-cue,
  .details,
  footer {
    width: min(100% - 36px, 560px);
  }
  .header-note {
    display: none;
  }
  .hero {
    min-height: auto;
    padding: 72px 0 56px;
  }
  h1 {
    font-size: clamp(4rem, 18vw, 6rem);
  }
  .hero-stamp {
    width: 96px;
    height: 96px;
    font-size: 0.85rem;
  }
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .nav-card {
    min-height: 220px;
  }
  .nav-card:nth-child(2) {
    border-right: 0;
  }
  .nav-card:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
  .card-content {
    margin-top: 34px;
  }
  .card-content strong {
    font-size: 1.8rem;
  }
  .details {
    margin-top: 100px;
  }
  .detail-section h2 {
    font-size: 3rem;
  }
  .news-list {
    grid-template-columns: 1fr;
  }
  .news-item-upcoming {
    grid-column: auto;
  }
  .news-meta {
    flex-direction: column;
    gap: 7px;
  }
  .contact-links {
    grid-template-columns: 1fr;
  }
  .athlete-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  footer {
    flex-direction: column;
    gap: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .nav-card {
    transition: none;
  }
}
