/* ==========================================================================
   Accueil — composants propres à index.html
   ========================================================================== */

.home-page {
  overflow-x: clip;
  background: #07162b;
}

.home-page .site-header {
  position: fixed;
  inset: 0 0 auto;
  min-height: 78px;
  background: linear-gradient(180deg, rgba(5, 15, 30, 0.96), rgba(5, 15, 30, 0.72));
  border-bottom-color: rgba(255, 255, 255, 0.08);
  transition: min-height 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.home-page .site-header.is-scrolled,
.home-page.nav-open .site-header {
  min-height: 70px;
  background: rgba(7, 22, 43, 0.98);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}

.home-page .header-inner {
  min-height: inherit;
}

.home-brand {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
  color: #fff;
  text-decoration: none;
}

.home-brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.home-brand-copy {
  display: grid;
  gap: 4px;
}

.home-brand-copy strong {
  font-family: var(--font-title);
  font-size: 1.02rem;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.home-brand-copy small {
  color: #a9b9cc;
  font-size: 0.66rem;
  line-height: 1;
  letter-spacing: 0.06em;
}

.home-page .nav-toggle {
  position: relative;
  z-index: 4;
}

.home-page .primary-nav {
  gap: clamp(10px, 1.25vw, 18px);
}

.home-page .primary-nav a {
  font-family: var(--font-body);
  font-size: 0.74rem;
  letter-spacing: 0.03em;
  text-transform: none;
}

.home-page .primary-nav a:not(.btn) {
  padding-inline: 0;
}

.home-page .header-cta {
  min-height: 44px;
  padding: 13px 20px;
  font-family: var(--font-title);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Hero */

.home-hero {
  position: relative;
  display: grid;
  min-height: min(760px, 100svh);
  overflow: hidden;
  background: #061326;
  color: #fff;
}

.home-hero::before {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: 6px;
  background: linear-gradient(180deg, transparent 8%, var(--color-burgundy-light) 28%, var(--color-burgundy-light) 82%, transparent);
  content: "";
}

.home-hero-media,
.home-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-hero-media img {
  object-fit: cover;
  object-position: center;
}

.home-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 13, 27, 0.99) 0%, rgba(3, 13, 27, 0.94) 31%, rgba(3, 13, 27, 0.56) 57%, rgba(3, 13, 27, 0.12) 100%),
    linear-gradient(0deg, rgba(3, 13, 27, 0.72), transparent 45%);
}

.home-hero-slash {
  position: absolute;
  inset: 0 14% 0 auto;
  width: 8%;
  background: linear-gradient(180deg, transparent, rgba(166, 25, 61, 0.22), transparent);
  clip-path: polygon(76% 0, 100% 0, 24% 100%, 0 100%);
}

.home-hero-media-note {
  position: absolute;
  right: 24px;
  bottom: 18px;
  z-index: 4;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(3, 13, 27, 0.72);
  color: #b9c8da;
  font-size: 0.66rem;
  letter-spacing: 0.04em;
}

.home-hero-inner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  min-height: inherit;
  padding-top: 106px;
  padding-bottom: 50px;
}

.home-hero-copy {
  width: min(680px, 59%);
}

.home-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #d8e0eb;
  font-family: var(--font-title);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.home-hero-kicker span {
  width: 32px;
  height: 2px;
  background: var(--color-burgundy-light);
}

.home-hero-overline {
  margin-bottom: 7px;
  color: #94a9c1;
  font-family: var(--font-title);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.home-hero h1 {
  color: #fff;
  font-size: clamp(4.4rem, 8vw, 7rem);
  line-height: 0.84;
  letter-spacing: -0.025em;
  text-shadow: 0 8px 38px rgba(0, 0, 0, 0.28);
}

.home-hero h1 em,
.display-title em,
.final-cta h2 em {
  color: #e33a65;
  font-style: normal;
}

.home-hero-lead {
  max-width: 590px;
  margin: 25px 0 28px;
  color: #c8d3e1;
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  line-height: 1.58;
}

.home-hero .btn,
.final-cta .btn {
  min-height: 54px;
  padding: 17px 26px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-arrow span {
  margin-left: 5px;
  font-family: var(--font-body);
  font-size: 1.12em;
  transition: transform 0.18s ease;
}

.btn-arrow:hover span {
  transform: translateX(3px);
}

.home-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  padding: 0;
  margin: 28px 0 0;
  color: #9cb0c8;
  font-family: var(--font-title);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  list-style: none;
  text-transform: uppercase;
}

.home-hero-points li {
  position: relative;
}

.home-hero-points li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -14px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-burgundy-light);
  content: "";
}

/* Informations pratiques */

.quick-start {
  position: relative;
  z-index: 4;
  background: var(--color-burgundy);
  color: #fff;
}

.quick-start-layout {
  display: grid;
  grid-template-columns: 0.82fr 2.18fr;
  align-items: stretch;
}

.quick-start-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 210px;
  padding: 30px 34px 30px 0;
  background: #651021;
}

.quick-start-heading::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc((100vw - min(100vw - 64px, var(--container-width))) / 2);
  background: #651021;
  content: "";
  transform: translateX(-100%);
}

.quick-start .section-number {
  margin-bottom: 10px;
  color: #efb3c2;
}

.quick-start h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.quick-start-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quick-start-item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 210px;
  padding: 30px 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.quick-start-item img {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  padding: 8px;
  border-radius: 50%;
  background: #fff;
}

.quick-start-item p {
  color: #efb3c2;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-start-item h3 {
  margin: 4px 0 3px;
  color: #fff;
  font-size: 1.25rem;
}

.quick-start-item span {
  color: #f2dbe0;
  font-size: 0.82rem;
  line-height: 1.4;
}

/* Sections éditoriales */

.home-section {
  position: relative;
  padding: 88px 0;
}

.section-number {
  display: block;
  margin-bottom: 18px;
  color: var(--color-burgundy-light);
  font-family: var(--font-title);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-number-light {
  color: #e86d8a;
}

.display-title {
  color: var(--color-blue-dark);
  font-size: clamp(2.7rem, 4.5vw, 4.65rem);
  line-height: 0.92;
  letter-spacing: -0.02em;
}

.display-title-light {
  color: #fff;
}

.section-copy > p {
  margin: 24px 0;
  color: #42505f;
  font-size: 1rem;
  line-height: 1.72;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--color-burgundy-light);
  color: var(--color-blue-dark);
  font-family: var(--font-title);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span {
  transition: transform 0.18s ease;
}

.text-link:hover span {
  transform: translate(2px, -2px);
}

.text-link-light {
  color: #fff;
}

.sport-intro {
  overflow: hidden;
  background: #f7f4ef;
}

.sport-intro::before {
  position: absolute;
  inset: 0 -90px 0 auto;
  width: 36%;
  background: linear-gradient(135deg, rgba(18, 62, 124, 0.02), rgba(18, 62, 124, 0.09));
  clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
  content: "";
}

.sport-intro-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(48px, 7vw, 86px);
  align-items: center;
}

.motion-board {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  padding: 42px 48px;
  background:
    linear-gradient(140deg, rgba(18, 62, 124, 0.96), rgba(7, 22, 43, 0.99)),
    #0b1f3a;
  color: #fff;
  box-shadow: 0 28px 64px -34px rgba(11, 31, 58, 0.7);
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
}

.motion-board::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(112deg, transparent 46%, rgba(255, 255, 255, 0.06) 46.2%, rgba(255, 255, 255, 0.06) 46.8%, transparent 47%),
    linear-gradient(112deg, transparent 64%, rgba(166, 25, 61, 0.25) 64.2%, rgba(166, 25, 61, 0.25) 71%, transparent 71.2%);
  content: "";
}

.motion-tag,
.motion-word,
.motion-meter,
.motion-puck {
  position: relative;
  z-index: 2;
}

.motion-tag {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #b7c6d8;
  font-family: var(--font-title);
  font-size: 0.64rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.motion-word {
  margin-top: 50px;
  font-family: var(--font-title);
  font-size: clamp(4rem, 7vw, 6.1rem);
  font-weight: 700;
  line-height: 0.78;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.motion-word em {
  color: #e33a65;
  font-style: normal;
}

.motion-meter {
  position: absolute;
  right: 66px;
  bottom: 28px;
  left: 48px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #9babc0;
  font-family: var(--font-title);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.motion-meter i {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.motion-puck {
  position: absolute;
  top: 74px;
  right: 72px;
  width: 48px;
  height: 15px;
  border-radius: 50%;
  background: #02070d;
  box-shadow: 0 11px 20px rgba(0, 0, 0, 0.48);
  transform: rotate(-10deg);
}

/* Profils */

.pack-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(18, 62, 124, 0.48), transparent 31%),
    #07162b;
  color: #fff;
}

.pack-section::before {
  position: absolute;
  inset: 0;
  opacity: 0.11;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 80%, transparent);
  content: "";
}

.home-section-heading {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 46px;
  margin-bottom: 38px;
}

.home-section-heading > p {
  max-width: 500px;
  padding-bottom: 4px;
  color: #aebed2;
  font-size: 1rem;
  line-height: 1.65;
}

.pack-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.pack-card {
  position: relative;
  display: grid;
  min-height: 208px;
  align-content: space-between;
  overflow: hidden;
  padding: 23px 21px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(14, 42, 78, 0.74);
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.pack-card::after {
  position: absolute;
  right: -38px;
  bottom: -60px;
  width: 96px;
  height: 150px;
  background: rgba(166, 25, 61, 0.2);
  content: "";
  transform: skewX(-18deg);
}

.pack-card:hover {
  border-color: rgba(227, 58, 101, 0.72);
  background: #123e7c;
  transform: translateY(-5px);
}

.pack-card img {
  width: 40px;
  height: 40px;
  margin-bottom: 28px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.pack-card h3 {
  margin-bottom: 7px;
  color: #fff;
  font-size: 1.35rem;
}

.pack-card p {
  color: #aebed2;
  font-size: 0.83rem;
  line-height: 1.45;
}

.pack-card > span {
  position: absolute;
  top: 19px;
  right: 19px;
  color: #b8c5d5;
}

/* Lieu */

.den-section {
  overflow: hidden;
  background: #f3efe8;
}

.den-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(54px, 8vw, 96px);
  align-items: center;
}

.den-visual {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  background:
    radial-gradient(circle at 65% 48%, rgba(166, 25, 61, 0.48), transparent 4%, transparent 7%),
    linear-gradient(145deg, #0c2c54, #06162c);
  box-shadow: 0 30px 64px -34px rgba(11, 31, 58, 0.67);
  clip-path: polygon(0 0, 95% 0, 100% 89%, 8% 100%);
}

.den-visual::before,
.den-visual::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  content: "";
}

.den-visual::before {
  inset: 12% -18% -32% 28%;
}

.den-visual::after {
  inset: 27% -3% -12% 43%;
}

.den-visual-label {
  position: absolute;
  top: 28px;
  left: 31px;
  color: #9db0c8;
  font-family: var(--font-title);
  font-size: 0.65rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.den-visual > strong {
  position: absolute;
  right: 10%;
  bottom: 11%;
  color: rgba(255, 255, 255, 0.08);
  font-family: var(--font-title);
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 0.78;
  text-align: right;
}

.rink-outline {
  position: absolute;
  top: 28%;
  left: 14%;
  width: 63%;
  height: 46%;
  border: 2px solid rgba(255, 255, 255, 0.33);
  border-radius: 34% / 48%;
  transform: rotate(-9deg);
}

.rink-outline::before,
.rink-outline::after,
.rink-outline span {
  position: absolute;
  content: "";
}

.rink-outline::before {
  inset: 0 50% 0 auto;
  border-left: 2px solid rgba(166, 25, 61, 0.8);
}

.rink-outline::after {
  top: 50%;
  left: 50%;
  width: 28%;
  aspect-ratio: 1;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.rink-outline span {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-burgundy-light);
  transform: translate(-50%, -50%);
}

.den-address {
  margin: 24px 0 26px;
  padding: 17px 0 17px 21px;
  border-left: 4px solid var(--color-burgundy-light);
  color: #536173;
  font-style: normal;
  line-height: 1.65;
}

.den-address span {
  display: block;
  margin-bottom: 2px;
  color: var(--color-blue-dark);
  font-family: var(--font-title);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.den-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.btn-dark {
  background: var(--color-blue-dark);
  color: #fff;
}

.btn-dark:hover {
  background: var(--color-blue);
}

/* Actualités et partenaires */

.club-news {
  background: linear-gradient(120deg, #07162b, #0e315e);
  color: #fff;
}

.club-news-inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr auto;
  gap: 42px;
  align-items: center;
  min-height: 250px;
  padding-block: 50px;
}

.club-news h2 {
  color: #fff;
  font-size: clamp(2.25rem, 4vw, 3.8rem);
}

.club-news p {
  max-width: 540px;
  color: #b9c7d8;
  line-height: 1.65;
}

.partner-ribbon {
  position: relative;
  overflow: hidden;
  padding: 58px 0;
  background: linear-gradient(105deg, #a6193d, #711024);
  color: #fff;
}

.partner-ribbon::after {
  position: absolute;
  top: -70%;
  right: 18%;
  width: 220px;
  height: 250%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  content: "";
  transform: rotate(15deg);
}

.partner-ribbon-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr auto;
  gap: 48px;
  align-items: center;
}

.partner-ribbon h2 {
  color: #fff;
  font-size: clamp(2.2rem, 3.7vw, 3.7rem);
}

.partner-ribbon .section-number {
  margin-bottom: 9px;
  color: #f3b8c6;
}

.partner-ribbon p {
  color: #f2d7de;
  line-height: 1.6;
}

/* Appel final et footer */

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 92px 0 98px;
  background: #0b1f3a;
  color: #fff;
  text-align: center;
}

.final-cta::before,
.final-cta::after {
  position: absolute;
  inset-block: -20%;
  width: 24%;
  background: rgba(18, 62, 124, 0.34);
  content: "";
  transform: skewX(-14deg);
}

.final-cta::before {
  left: -12%;
}

.final-cta::after {
  right: -12%;
}

.final-cta-lines {
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background-image: repeating-linear-gradient(115deg, transparent 0, transparent 44px, rgba(255, 255, 255, 0.13) 45px, transparent 46px);
  mask-image: linear-gradient(90deg, #000, transparent 28%, transparent 72%, #000);
}

.final-cta-inner {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
}

.final-cta-kicker {
  margin-bottom: 15px;
  color: #e66583;
  font-family: var(--font-title);
  font-size: 0.71rem;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.final-cta h2 {
  color: #fff;
  font-size: clamp(3.2rem, 6.2vw, 6rem);
  line-height: 0.88;
  letter-spacing: -0.02em;
}

.final-cta p {
  max-width: 590px;
  margin: 23px 0 29px;
  color: #aebed2;
  font-size: 1.03rem;
}

.home-footer {
  padding-top: 0;
  background: #050f1e;
}

.footer-topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-block: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  color: #6f8197;
  font-family: var(--font-title);
  font-size: 0.64rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.home-footer .footer-grid {
  padding-top: 52px;
}

.footer-logo {
  display: inline-block;
  padding: 13px 15px;
  background: #fff;
  text-decoration: none;
}

.footer-logo img {
  width: 260px;
  height: auto;
}

.footer-brand-column .footer-note {
  max-width: 340px;
  margin-top: 19px;
}

.home-footer .footer-bottom {
  margin-top: 44px;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1100px) {
  .home-page .primary-nav {
    gap: 10px;
  }

  .home-page .primary-nav a {
    font-size: 0.69rem;
  }

  .home-page .header-cta {
    padding-inline: 15px;
  }

  .quick-start-item {
    padding-inline: 20px;
  }

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

  .pack-card {
    min-height: 190px;
  }
}

@media (max-width: 980px) {
  .home-page .site-header {
    min-height: 76px;
    background: rgba(7, 22, 43, 0.98);
  }

  .home-page .header-inner {
    flex-wrap: wrap;
  }

  .js .home-page .header-inner {
    flex-wrap: nowrap;
  }

  .js .home-page .nav-toggle {
    display: inline-flex;
  }

  .home-page .primary-nav {
    display: flex;
    flex: 1 0 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px 24px 26px;
    background: #07162b;
  }

  .js .home-page .primary-nav {
    position: fixed;
    inset: 0;
    z-index: 2;
    display: none;
    justify-content: center;
    min-height: 100dvh;
    padding: 96px 28px 34px;
    overflow-y: auto;
    background: rgba(7, 22, 43, 0.995);
  }

  .js .home-page .primary-nav.is-open {
    display: flex;
  }

  .home-page .primary-nav a {
    width: 100%;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-family: var(--font-title);
    font-size: 1.03rem;
    letter-spacing: 0.07em;
    text-align: center;
    text-transform: uppercase;
  }

  .home-page .primary-nav a:not(.btn) {
    padding: 13px 0;
  }

  .home-page .header-cta {
    margin: 17px 0 0;
  }

  html:not(.js) .home-page .site-header {
    position: relative;
  }

  .home-hero {
    min-height: min(740px, 100svh);
  }

  .home-hero-copy {
    width: min(650px, 82%);
  }

  .quick-start-layout {
    grid-template-columns: 1fr;
  }

  .quick-start-heading {
    min-height: 0;
    padding: 27px 0;
  }

  .quick-start-heading::before {
    right: calc(100% - 1px);
    left: auto;
    width: 50vw;
    transform: none;
  }

  .sport-intro-grid,
  .den-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .section-copy {
    max-width: 690px;
  }

  .home-section-heading {
    display: grid;
    gap: 22px;
  }

  .home-section-heading > p {
    max-width: 680px;
  }

  .den-visual {
    min-height: 360px;
  }

  .club-news-inner,
  .partner-ribbon-inner {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .club-news .btn,
  .partner-ribbon .btn {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .home-brand {
    gap: 8px;
  }

  .home-brand img {
    width: 46px;
    height: 46px;
  }

  .home-brand-copy strong {
    font-size: 0.88rem;
  }

  .home-brand-copy small {
    font-size: 0.54rem;
  }

  .home-hero {
    min-height: min(730px, 100svh);
  }

  .home-hero::before {
    width: 4px;
  }

  .home-hero-media img {
    object-position: 50% 28%;
  }

  .home-hero-shade {
    background:
      linear-gradient(180deg, rgba(3, 13, 27, 0.4) 0%, rgba(3, 13, 27, 0.5) 29%, rgba(3, 13, 27, 0.93) 60%, rgba(3, 13, 27, 0.99) 100%),
      linear-gradient(90deg, rgba(3, 13, 27, 0.72), rgba(3, 13, 27, 0.24));
  }

  .home-hero-slash {
    right: 5%;
    width: 23%;
  }

  .home-hero-inner {
    align-items: end;
    padding-top: 102px;
    padding-bottom: 34px;
  }

  .home-hero-copy {
    width: 100%;
  }

  .home-hero-kicker {
    margin-bottom: 12px;
    font-size: 0.62rem;
  }

  .home-hero-overline {
    font-size: 0.65rem;
  }

  .home-hero h1 {
    font-size: clamp(3.75rem, 18.5vw, 5rem);
  }

  .home-hero-lead {
    max-width: 96%;
    margin: 17px 0 20px;
    font-size: 0.93rem;
    line-height: 1.48;
  }

  .home-hero .hero-actions {
    flex-direction: column;
    gap: 9px;
  }

  .home-hero .btn,
  .final-cta .btn {
    min-height: 50px;
    padding: 15px 18px;
  }

  .home-hero-points {
    gap: 7px 19px;
    margin-top: 18px;
    font-size: 0.57rem;
  }

  .home-hero-points li:not(:last-child)::after {
    right: -11px;
  }

  .quick-start-heading {
    padding-block: 24px;
  }

  .quick-start h2 {
    margin-bottom: 12px;
  }

  .quick-start-grid {
    grid-template-columns: 1fr;
  }

  .quick-start-item {
    min-height: 0;
    padding: 20px 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .quick-start-item h3 {
    font-size: 1.18rem;
  }

  .home-section {
    padding: 64px 0;
  }

  .display-title {
    font-size: clamp(2.55rem, 13.2vw, 3.65rem);
  }

  .section-copy > p {
    margin: 20px 0;
    font-size: 0.94rem;
  }

  .motion-board {
    min-height: 300px;
    padding: 31px 28px;
  }

  .motion-word {
    margin-top: 47px;
    font-size: clamp(3.75rem, 20vw, 5rem);
  }

  .motion-meter {
    right: 26px;
    bottom: 22px;
    left: 28px;
    gap: 6px;
    font-size: 0.48rem;
  }

  .motion-puck {
    top: 66px;
    right: 38px;
  }

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

  .pack-card {
    grid-template-columns: 42px 1fr;
    min-height: 0;
    gap: 15px;
    align-items: center;
    padding: 18px 46px 18px 18px;
  }

  .pack-card img {
    width: 38px;
    height: 38px;
    margin: 0;
  }

  .pack-card h3 {
    font-size: 1.2rem;
  }

  .pack-card p {
    font-size: 0.8rem;
  }

  .pack-card > span {
    top: 50%;
    transform: translateY(-50%);
  }

  .den-grid {
    gap: 38px;
  }

  .den-visual {
    min-height: 290px;
  }

  .den-actions {
    display: grid;
  }

  .den-actions .text-link {
    justify-self: start;
  }

  .club-news-inner,
  .partner-ribbon-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .club-news-inner {
    min-height: 0;
    padding-block: 50px;
  }

  .club-news .btn,
  .partner-ribbon .btn {
    grid-column: auto;
    justify-self: stretch;
  }

  .partner-ribbon {
    padding: 52px 0;
  }

  .final-cta {
    padding: 76px 0 82px;
  }

  .final-cta h2 {
    font-size: clamp(3.1rem, 16.5vw, 4.6rem);
  }

  .final-cta .hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .footer-topline {
    font-size: 0.54rem;
  }

  .home-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 24px;
    padding-top: 42px;
  }

  .footer-brand-column {
    grid-column: 1 / -1;
  }

  .footer-logo img {
    width: 230px;
  }

  .home-footer .footer-bottom {
    margin-top: 36px;
  }
}

@media (max-width: 370px) {
  .home-brand-copy small {
    display: none;
  }

  .home-hero h1 {
    font-size: 3.72rem;
  }

  .home-hero-points {
    letter-spacing: 0.07em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .site-header,
  .btn-arrow span,
  .text-link span,
  .pack-card {
    transition: none;
  }
}
