/* Landing page: The Backniners Club */

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

.kicker.light { color: var(--sage); }

/* ---- hero ---- */
.hero {
  position: relative;
  background:
    linear-gradient(280deg, rgba(18, 28, 22, 0.86) 0%, rgba(18, 28, 22, 0.6) 55%, rgba(18, 28, 22, 0.46) 100%),
    url("img/textures/grass.jpg") center / cover no-repeat var(--pine);
  border-radius: 28px;
  margin-top: 10px;
  padding: 92px 90px 100px;
  color: var(--cream);
  overflow: hidden;
}
.hero .art { display: none; }
.hero .inner {
  position: relative;
  display: flex;
  flex-direction: row-reverse; /* copy is first in the DOM but sits right */
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
.hero .copy { flex: 1.25; min-width: 0; }
.hero .cta { flex: 1; max-width: 360px; }
.hero h1 {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(2.5rem, 4.4vw, 3.7rem);
  line-height: 1.0; letter-spacing: -0.015em;
  margin: 24px 0 20px; color: var(--cream);
  text-wrap: balance;
}
.hero h1 em { font-style: normal; font-weight: 600; }
.hero .sub { font-size: 1.2rem; color: var(--cream-soft); max-width: 40ch; }
.capture { display: flex; flex-direction: column; gap: 12px; }
.capture[hidden] { display: none; }
.capture input {
  width: 100%;
  background: rgba(16, 22, 18, 0.55);
  border: 1px solid rgba(243, 237, 218, 0.5);
  border-radius: 12px;
  padding: 16px 20px;
  font: 0.95rem var(--sans);
  color: var(--cream);
}
.capture input::placeholder { color: rgba(243, 237, 218, 0.55); }
.btn-cream {
  background: var(--cream); color: var(--pine-deep);
  border: 0; border-radius: 12px;
  padding: 16px 32px;
  font: 600 0.95rem var(--sans);
  cursor: pointer;
}
.btn-cream:hover { background: #fff; }
.btn-cream[disabled] { opacity: 0.6; cursor: default; }
.hero .trust { margin-top: 18px; font-size: 0.82rem; color: rgba(243, 237, 218, 0.85); }
.hero .trust.success { color: var(--cream); font-size: 0.95rem; }
.hero .trust a { color: var(--cream); }
@media (max-width: 900px) {
  .hero { padding: 60px 40px 68px; }
  .hero .art { opacity: 0.3; }
  .hero .inner { flex-direction: column; align-items: flex-start; gap: 40px; }
  .hero .cta { max-width: 420px; width: 100%; }
}
@media (max-width: 640px) {
  .hero { padding: 48px 26px 56px; }
  .hero .art { display: none; }
}

/* ---- promise band ---- */
.promise {
  text-align: center;
  padding: 92px 40px 80px;
  margin-top: 26px;
  border-radius: 28px;
  background:
    linear-gradient(rgba(255, 254, 251, 0.42), rgba(255, 254, 251, 0.5)),
    url("img/textures/ball.jpg") center / cover no-repeat var(--white);
}
.promise h2 {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(2.1rem, 5vw, 3.75rem);
  line-height: 1.12; letter-spacing: -0.01em;
  margin-top: 18px;
  text-wrap: balance;
}
.promise h2 b { font-weight: 600; color: var(--sage-deep); }

/* ---- range numeral cards ---- */
.range { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 1000px) { .range { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .range { grid-template-columns: 1fr; } }
.cat-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 20px;
  padding: 32px 32px 28px; min-height: 180px;
  display: flex; flex-direction: column; justify-content: space-between;
  text-decoration: none; color: var(--char);
  transition: transform 0.15s ease, border-color 0.15s ease;
}
.cat-card:hover { transform: translateY(-3px); border-color: var(--sage); }
.cat-card.dark { background: var(--pine); border-color: var(--pine); color: var(--cream); }
.cat-card .num { font-family: var(--serif); font-weight: 300; font-size: 3.75rem; line-height: 1; color: var(--sage-deep); }
.cat-card.dark .num { color: var(--sage); }
.cat-card .label { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-top: 24px; }
.cat-card .name { font-family: var(--serif); font-weight: 400; font-size: 1.35rem; }
.cat-card .go { font-size: 1.05rem; color: var(--sage-deep); }
.cat-card.dark .go { color: var(--sage); }
.range-note { text-align: center; margin-top: 28px; font-size: 0.9rem; color: var(--muted); }
.range-note a { color: var(--sage-deep); font-weight: 600; text-decoration: none; }
.range-note a:hover { text-decoration: underline; }

/* ---- feature band ---- */
.feature {
  background:
    linear-gradient(100deg, rgba(16, 20, 18, 0.8) 0%, rgba(16, 20, 18, 0.5) 60%, rgba(16, 20, 18, 0.3) 100%),
    url("img/textures/iron.jpg") center / cover no-repeat var(--pine);
  border-radius: 28px;
  margin-top: 104px;
  padding: 80px 90px;
  color: var(--cream);
  display: flex; align-items: center; gap: 70px;
}
.feature .txt { flex: 1; }
.feature h2 {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  line-height: 1.1; margin: 20px 0 14px;
  text-wrap: balance;
}
.feature p { color: var(--cream-soft); font-size: 1.1rem; max-width: 44ch; }
.feature .watch {
  display: inline-flex; align-items: center; gap: 14px;
  margin-top: 32px;
  background: var(--cream); color: var(--pine-deep);
  border-radius: 999px; padding: 16px 30px;
  font-weight: 600; font-size: 0.95rem;
  text-decoration: none;
}
.feature .watch::before { content: "▶"; font-size: 0.7rem; }
.feature .watch:hover { background: #fff; }
.feature .ballwrap { flex: none; width: 300px; height: 300px; }
@media (max-width: 900px) {
  .feature { flex-direction: column; align-items: flex-start; gap: 36px; padding: 52px 40px; }
  .feature .ballwrap { width: 190px; height: 190px; }
  .feature .ballwrap svg { width: 190px; height: 190px; }
  .promise { padding: 64px 26px 56px; }
  #members { padding: 40px 22px 30px; }
}

/* ---- members / notices ---- */
#members {
  display: block;
  margin-top: 104px;
  padding: 56px 44px 44px;
  border-radius: 28px;
  background:
    linear-gradient(rgba(241, 238, 230, 0.5), rgba(241, 238, 230, 0.62)),
    url("img/textures/tees.jpg") center / cover no-repeat var(--stone);
}
.notices-head { display: flex; align-items: baseline; justify-content: space-between; margin: 0 0 30px; }
.notices-head h2 {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
  letter-spacing: -0.01em;
}
.notices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 1000px) { .notices { grid-template-columns: 1fr; } }
.note {
  background: var(--white); border: 1px solid var(--border); border-radius: 20px;
  padding: 30px 32px 28px; min-height: 190px;
  display: flex; flex-direction: column; justify-content: space-between; gap: 20px;
}
.note.dark { background: var(--pine); border-color: var(--pine); color: var(--cream); }
.note .tag {
  font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--sage-deep);
}
.note.dark .tag { color: var(--sage); }
.note h3 { font-family: var(--serif); font-weight: 400; font-size: 1.45rem; line-height: 1.25; margin-top: 12px; }
.note .foot { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.note .meta { font-size: 0.85rem; color: var(--muted); }
.note.dark .meta { color: rgba(243, 237, 218, 0.6); }
.note .go { font-size: 1.05rem; color: var(--sage-deep); text-decoration: none; }
.note.dark .go { color: var(--sage); }
