:root {
  color-scheme: dark;
  --night: #07131d;
  --ink: #0b1d2a;
  --text: #f5f6f5;
  --muted: #bdc6ca;
  --red: #e9413c;
  font-family: "Arial", "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--night); color: var(--text); }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #ff8179; outline-offset: 4px; }
.skip-link { position: absolute; z-index: 20; left: 1rem; top: -5rem; padding: .8rem 1rem; background: white; color: var(--night); }
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute;
  z-index: 5;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: min(100%, 1536px);
  margin: auto;
  padding: 1.6rem clamp(1.25rem, 4.5vw, 5rem);
}
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; line-height: 1; }
.brand-number { font-size: 2.45rem; font-weight: 900; font-style: italic; letter-spacing: -.13em; padding-right: .15em; }
.brand-words { display: grid; gap: .12rem; border-left: 2px solid var(--red); padding-left: .7rem; font-size: .82rem; font-weight: 800; letter-spacing: .19em; white-space: nowrap; }
.brand-words strong { color: var(--red); font-size: .72rem; letter-spacing: .4em; }
.header-link { text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.55); padding-bottom: .38rem; font-size: .88rem; font-weight: 700; letter-spacing: .02em; white-space: nowrap; transition: color .2s, border-color .2s; }
.header-link:hover { color: #fff; border-color: var(--red); }
.header-link span { color: var(--red); margin-left: .5rem; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2.4rem); margin-left: auto; }
.main-nav a { text-decoration: none; color: #e3e9ec; font-size: .9rem; font-weight: 700; transition: color .2s; }
.main-nav a:hover { color: #ff7771; }

.hero { position: relative; min-height: min(900px, 100svh); min-height: 100svh; overflow: hidden; display: flex; align-items: center; isolation: isolate; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 50% 52%; z-index: -2; filter: saturate(.92) contrast(1.04); }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(2,12,21,.98) 0%, rgba(2,12,21,.92) 24%, rgba(2,12,21,.68) 46%, rgba(2,12,21,.06) 100%), linear-gradient(0deg, rgba(2,12,21,.82) 0%, transparent 27%, rgba(2,12,21,.23) 100%); }
.hero-content { width: min(100%, 1536px); margin: 0 auto; padding: 10rem clamp(1.25rem, 7vw, 8rem) 8rem; }
.eyebrow { display: flex; align-items: center; gap: .85rem; margin: 0 0 1.5rem; color: #fff; font-size: .8rem; font-weight: 800; letter-spacing: .23em; }
.eyebrow-line { width: 2.2rem; height: 2px; background: var(--red); }
.hero h1 { max-width: 11ch; margin: 0; font-size: clamp(4.3rem, 8.7vw, 9.4rem); font-weight: 800; letter-spacing: -.075em; line-height: .95; }
.hero h1 em { color: #fff; font-style: normal; position: relative; white-space: nowrap; }
.hero h1 em::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.09em; height: .055em; background: var(--red); transform: skewX(-12deg); }
.hero-intro { max-width: 34rem; margin: 2.35rem 0 2rem; color: #e1e7e9; font-size: clamp(1.05rem, 1.8vw, 1.35rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.8rem; min-height: 3.7rem; padding: .9rem 1.4rem; border-radius: 2px; text-decoration: none; font-size: .95rem; font-weight: 800; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: var(--red); }
.button-primary:hover { background: #fb544c; }
.button-quiet { border: 1px solid rgba(255,255,255,.55); background: rgba(9,25,36,.3); }
.button-quiet:hover { background: rgba(255,255,255,.14); }
.button span { font-size: 1.3rem; font-weight: 400; }
.hero-bottom { position: absolute; bottom: 0; left: 0; right: 0; display: flex; justify-content: space-between; gap: 2rem; width: min(100%, 1536px); margin: auto; padding: 1.4rem clamp(1.25rem, 4.5vw, 5rem); border-top: 1px solid rgba(255,255,255,.24); color: #d0d8da; font-size: .7rem; font-weight: 700; letter-spacing: .2em; }

.section-shell { width: min(100% - 2.8rem, 1380px); margin-inline: auto; }
.section-kicker { display: flex; align-items: baseline; gap: .6rem; margin: 0; font-size: .8rem; font-weight: 800; letter-spacing: .18em; }
.section-kicker span { color: var(--red); }
.club-section { padding: clamp(5rem, 9vw, 9.5rem) 0 clamp(4.5rem, 8vw, 8rem); background: #f0f2f1; color: #102430; }
.club-heading { display: grid; grid-template-columns: minmax(12rem, .6fr) 1.6fr; gap: 3rem; align-items: start; margin-bottom: clamp(3rem, 6vw, 6rem); }
.club-heading .section-kicker { padding-top: .75rem; }
.club-heading h2, .app-copy h2, .install-copy h2 { margin: 0; font-size: clamp(3.1rem, 6.3vw, 6.5rem); font-weight: 800; letter-spacing: -.075em; line-height: 1.03; }
.club-heading h2 em, .app-copy h2 em, .install-copy h2 em { font-style: normal; color: #667985; }
.club-heading p:not(.section-kicker) { max-width: 46rem; margin: 2rem 0 0; font-size: clamp(1.1rem, 1.8vw, 1.36rem); line-height: 1.62; color: #53636b; }
.club-figure { margin-top: 0; margin-bottom: 0; }
.club-figure img { display: block; width: 100%; height: auto; aspect-ratio: 1672 / 941; object-fit: cover; background: #233c50; }
.club-figure figcaption { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1rem; border-top: 1px solid #c4cdcd; color: #596a74; font-size: .77rem; font-weight: 800; letter-spacing: .15em; }

.app-section { padding: clamp(5rem, 9vw, 9rem) 0 clamp(4rem, 7vw, 7rem); background: #f8f9f8; color: #102430; }
.app-intro { display: grid; grid-template-columns: 1fr minmax(20rem, .83fr); gap: clamp(2.5rem, 7vw, 9rem); align-items: center; }
.app-copy .section-kicker { margin-bottom: 2.4rem; }
.app-copy h2 em { color: #7c8a91; }
.app-lead { max-width: 38rem; margin: 2.4rem 0 2rem; color: #55666e; font-size: clamp(1.07rem, 1.7vw, 1.3rem); line-height: 1.6; }
.text-link { display: inline-flex; align-items: center; gap: 1rem; border-bottom: 2px solid var(--red); padding-bottom: .55rem; color: #173342; text-decoration: none; font-size: 1rem; font-weight: 800; }
.text-link span { color: var(--red); font-size: 1.25rem; }
.text-link:hover { color: #b92525; }
.app-visual { position: relative; display: grid; justify-items: center; gap: 1.35rem; padding: 2rem; background: radial-gradient(ellipse at 50% 44%, #e9eeee 0, #f8f9f8 68%); }
.app-visual::before { content: ""; position: absolute; top: 15%; left: 6%; width: 88%; aspect-ratio: 1; border: 1px solid #cbd4d7; border-radius: 50%; }
.phone-preview { position: relative; width: min(75%, 22rem); overflow: hidden; border: .55rem solid #172630; border-radius: 2.6rem; box-shadow: 1.5rem 2rem 3rem rgba(20,43,55,.2); background: #f6f5f2; transform: rotate(-4deg); }
.phone-preview img { display: block; width: 100%; height: auto; }
.app-preview-caption { position: relative; color: #64737b; font-size: .72rem; font-weight: 800; letter-spacing: .2em; }
.features { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(5rem, 9vw, 10rem); border-top: 1px solid #c8d0d1; border-bottom: 1px solid #c8d0d1; }
.feature { min-height: 15.5rem; padding: 1.7rem 1.7rem 2rem 0; }
.feature + .feature { border-left: 1px solid #c8d0d1; padding-left: 1.7rem; }
.feature-index { color: #cc3130; font-size: .8rem; font-weight: 800; letter-spacing: .17em; }
.feature h3 { margin: 2.3rem 0 .8rem; font-size: clamp(1.3rem, 1.9vw, 1.65rem); letter-spacing: -.04em; }
.feature p { margin: 0; max-width: 17rem; color: #627179; font-size: 1rem; line-height: 1.55; }

.install-section { position: relative; overflow: hidden; padding: clamp(5rem, 9vw, 9rem) 0; background: #0b1e2b; }
.install-section::before { content: "406"; position: absolute; left: -.06em; bottom: -.25em; color: rgba(255,255,255,.026); font-size: clamp(20rem, 43vw, 44rem); font-weight: 900; font-style: italic; letter-spacing: -.15em; line-height: 1; pointer-events: none; }
.install-layout { position: relative; display: grid; grid-template-columns: minmax(20rem, .9fr) 1fr; gap: clamp(3rem, 10vw, 10rem); }
.install-copy .section-kicker { margin-bottom: 2rem; }
.install-copy h2 em { color: #a4b5bd; }
.install-copy p:not(.section-kicker) { max-width: 37rem; margin: 2.3rem 0 2.2rem; color: #cbd7dc; font-size: 1.15rem; line-height: 1.65; }
.install-steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.22); }
.install-steps li { display: grid; grid-template-columns: 4.3rem 1fr; gap: 1.1rem; padding: 1.8rem 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.step-number { color: #fb5f56; font-size: 1.35rem; font-weight: 800; letter-spacing: -.05em; }
.install-steps strong { display: block; font-size: 1.3rem; letter-spacing: -.025em; }
.install-steps p { margin: .55rem 0 .7rem; color: #c3d0d6; font-size: 1rem; line-height: 1.5; }
.install-steps a { color: white; text-decoration: none; border-bottom: 1px solid var(--red); padding-bottom: .2rem; font-size: .92rem; font-weight: 800; }
.install-steps a:hover { color: #ff736d; }
.install-steps a span { color: #ff736d; margin-left: .4rem; }

.site-footer { background: #06111a; }
.footer-layout { display: flex; justify-content: space-between; gap: 4rem; padding-top: 4rem; padding-bottom: 4rem; }
.footer-brand { text-decoration: none; font-size: 2.2rem; font-weight: 900; font-style: italic; letter-spacing: -.12em; }
.footer-brand span { display: inline-block; border-left: 2px solid var(--red); margin-left: .5rem; padding-left: .65rem; vertical-align: middle; font-size: .8rem; font-style: normal; letter-spacing: .13em; }
.footer-layout p { max-width: 23rem; margin: .9rem 0 0; color: #aab9c0; font-size: .95rem; line-height: 1.55; }
.footer-links { display: flex; align-items: flex-start; flex-wrap: wrap; justify-content: flex-end; gap: 1rem 2rem; }
.footer-links a { color: #d1d9dc; text-decoration: none; font-size: .9rem; }
.footer-links a:hover { color: #ff7771; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.15rem; padding-bottom: 1.5rem; border-top: 1px solid rgba(255,255,255,.14); color: #99a9b1; font-size: .8rem; }

@media (max-width: 1080px) { .main-nav { display: none; } }
@media (max-width: 1000px) {
  .hero { min-height: 850px; min-height: 100svh; align-items: flex-end; background: var(--night); }
  .hero-image { height: 44svh; bottom: auto; object-position: 50% 36%; }
  .hero-shade { background: linear-gradient(0deg, var(--night) 48%, rgba(2,12,21,.9) 55%, rgba(2,12,21,.08) 77%); }
  .hero-content { padding: max(23rem, 44svh) clamp(1.4rem, 7vw, 5rem) 7.7rem; }
}
@media (max-width: 900px) {
  .club-heading { grid-template-columns: 1fr; gap: 1.6rem; }
  .app-intro { grid-template-columns: 1fr; }
  .app-visual { width: min(100%, 34rem); margin: 1rem auto 0; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .feature { border-bottom: 1px solid #c8d0d1; }
  .feature:nth-child(3) { border-left: 0; padding-left: 0; }
  .feature:nth-child(n+3) { border-bottom: 0; }
  .install-layout { grid-template-columns: 1fr; }
  .install-copy p:not(.section-kicker) { max-width: 44rem; }
}

@media (max-width: 700px) {
  .site-header { padding-top: 1.1rem; }
  .brand-number { font-size: 2rem; }
  .brand-words { font-size: .68rem; }
  .brand-words strong { font-size: .63rem; }
  .header-link { font-size: .75rem; }
  .hero-content { padding-left: 1.4rem; padding-right: 1.4rem; }
  .hero h1 { font-size: clamp(3.4rem, 13vw, 5.5rem); }
  .hero-intro { margin-top: 1.6rem; font-size: 1.05rem; }
  .eyebrow { font-size: .69rem; letter-spacing: .14em; }
  .hero-bottom { font-size: .6rem; }
  .section-shell { width: min(100% - 2.6rem, 1380px); }
  .club-heading h2, .app-copy h2, .install-copy h2 { font-size: clamp(2.8rem, 11vw, 4.5rem); }
  .club-heading p:not(.section-kicker), .app-lead { font-size: 1.05rem; }
  .club-figure figcaption { display: block; line-height: 1.5; }
  .club-figure figcaption span + span { display: none; }
  .app-visual { padding: 1.5rem .25rem; }
  .phone-preview { width: min(72%, 19rem); }
  .features { margin-top: 5rem; }
  .feature { min-height: auto; padding-bottom: 2rem; }
  .feature h3 { margin-top: 1.7rem; }
  .footer-layout { flex-direction: column; gap: 2.5rem; }
  .footer-links { justify-content: flex-start; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 600px) {
  .features { grid-template-columns: 1fr; }
  .feature, .feature + .feature, .feature:nth-child(3), .feature:nth-child(n+3) { border-left: 0; border-bottom: 1px solid #c8d0d1; padding: 1.4rem 0 1.8rem; }
  .feature:last-child { border-bottom: 0; }
}

@media (max-width: 380px) {
  .header-link { font-size: .69rem; }
  .brand { gap: .4rem; }
  .brand-number { font-size: 1.75rem; }
  .brand-words { padding-left: .5rem; }
  .hero h1 { font-size: 3.2rem; }
  .hero-bottom span:last-child { display: none; }
  .install-steps li { grid-template-columns: 3.2rem 1fr; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button, .header-link, .main-nav a { transition: none; } }
