/* =====================================================================
   Infinite Cypher — Content-page styles (About / Sponsorship)
   Extends the tokens & components in styles.css. Loaded AFTER styles.css.
   ===================================================================== */

/* Content pages scroll normally (no full-viewport hero snapping). */
.subpage main {
  position: relative;
  z-index: 1;
  max-width: 940px;
  margin: 0 auto;
  padding: calc(var(--eyebrow-h) + 7rem) 1.5rem 4rem;
}

/* Subpage top nav: keep brand + a couple of links, matches homepage nav. */
.subpage .topnav .glass-nav a {
  white-space: nowrap;
}

/* ---- Page header / hero band ---- */
.subpage-hero {
  text-align: center;
  margin-bottom: 3rem;
}

.subpage-eyebrow {
  display: inline-block;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: hsl(var(--gold));
  margin-bottom: 1.1rem;
}

.subpage-hero h1 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(2.6rem, 6.5vw, 5rem);
  line-height: 0.95;
  letter-spacing: 0.01em;
  color: #f7f8f8;
  margin: 0 auto 1.25rem;
  max-width: 18ch;
}

.subpage-hero .lede {
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  line-height: 1.5;
  color: rgba(247, 248, 248, 0.9);
  max-width: 60ch;
  margin: 0 auto;
}

/* ---- Content blocks (glass cards used as prose containers) ---- */
.content-card {
  max-width: 820px;
  margin: 0 auto 1.75rem;
  padding: 2.4rem clamp(1.4rem, 4vw, 3rem);
  text-align: left;
}

.content-card h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  line-height: 1;
  letter-spacing: 0.01em;
  color: #f7f8f8;
  margin-bottom: 1.25rem;
}

.content-card h2::after {
  content: '';
  display: block;
  width: 3rem;
  height: 3px;
  margin-top: 0.85rem;
  border-radius: 999px;
  background: linear-gradient(90deg, hsl(var(--gold)), hsl(38 100% 50%));
}

.content-card h3 {
  font-family: var(--mono);
  font-weight: 400;
  font-size: 1.02rem;
  letter-spacing: 0.06em;
  color: hsl(var(--gold));
  margin: 1.9rem 0 0.6rem;
}

.content-card p,
.content-card li {
  font-family: var(--mono);
  font-weight: 300;
  font-size: 0.95rem;
  line-height: 1.72;
  color: rgba(247, 248, 248, 0.86);
}

.content-card p {
  margin-bottom: 1.1rem;
  max-width: 68ch;
}

.content-card p:last-child {
  margin-bottom: 0;
}

.content-card ul {
  list-style: none;
  margin: 0 0 1.2rem;
  padding: 0;
}

.content-card ul li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.55rem;
  max-width: 68ch;
}

.content-card ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: hsl(var(--gold));
}

.content-card strong {
  color: #f7f8f8;
  font-weight: 400;
}

.content-card em {
  font-style: normal;
  font-weight: 700;
  color: #f7f8f8;
}

.content-card a:not(.btn-glass) {
  color: hsl(var(--gold));
  text-decoration: none;
  border-bottom: 1px solid hsla(var(--gold) / 0.4);
  transition: border-color 0.2s ease, color 0.2s ease;
}

.content-card a:not(.btn-glass):hover {
  border-color: hsl(var(--gold));
}

.pull-line {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.5rem, 3.4vw, 2.2rem);
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: hsl(var(--gold));
  margin: 1.6rem 0 0.4rem;
}

/* ---- Definition-list "quick facts" table ---- */
.facts-dl {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.facts-dl > div {
  display: grid;
  grid-template-columns: 12rem 1fr;
  gap: 1.25rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  align-items: baseline;
}

.facts-dl dt {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: hsl(var(--gold));
}

.facts-dl dd {
  font-family: var(--mono);
  font-weight: 300;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(247, 248, 248, 0.9);
  margin: 0;
}

/* ---- FAQ ---- */
.faq-item {
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-item:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-item h3 {
  margin: 0 0 0.5rem;
  color: #f7f8f8;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

.faq-item p {
  margin-bottom: 0;
  color: rgba(247, 248, 248, 0.82);
}

/* ---- Sponsorship tier cards ---- */
.tier-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.1rem;
  margin-top: 0.5rem;
}

.tier-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  padding: 1.6rem 1.5rem;
  display: flex;
  flex-direction: column;
}

.tier-card.tier-featured {
  border-color: hsla(var(--gold) / 0.55);
  box-shadow: 0 0 40px -12px hsla(var(--gold) / 0.35);
}

.tier-name {
  font-family: var(--display);
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  color: #f7f8f8;
}

.tier-price {
  font-family: var(--mono);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: hsl(var(--gold));
  margin: 0.15rem 0 0.5rem;
}

.tier-tagline {
  font-family: var(--serif);
  font-size: 1.05rem;
  line-height: 1.4;
  color: rgba(247, 248, 248, 0.8);
  margin-bottom: 1rem;
}

.tier-card ul {
  margin: 0;
}

.tier-card ul li {
  font-size: 0.86rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

/* ---- CTA row inside content ---- */
.content-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.content-card .btn-glass {
  padding: 1rem 1.7rem;
  font-size: 0.8rem;
}

/* ---- Form (sponsorship) ---- */
.sponsor-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1.25rem;
  margin-top: 0.5rem;
}

.sponsor-form .field-full {
  grid-column: 1 / -1;
}

.sponsor-form label {
  display: block;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(247, 248, 248, 0.65);
  margin-bottom: 0.4rem;
}

.sponsor-form input,
.sponsor-form select,
.sponsor-form textarea {
  width: 100%;
  font-family: var(--mono);
  font-size: 0.92rem;
  color: #f7f8f8;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  padding: 0.75rem 0.9rem;
}

.sponsor-form input:focus,
.sponsor-form select:focus,
.sponsor-form textarea:focus {
  outline: none;
  border-color: hsl(var(--gold));
  box-shadow: 0 0 0 2px hsla(var(--gold) / 0.25);
}

.sponsor-form textarea {
  min-height: 120px;
  resize: vertical;
}

.sponsor-form option {
  background: var(--void);
  color: #f7f8f8;
}

/* ---- Footer nav links ---- */
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.75rem;
}

.footer-nav a {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(247, 248, 248, 0.7);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-nav a:hover {
  color: hsl(var(--gold));
}

.footer-nav .footer-sep {
  color: rgba(247, 248, 248, 0.25);
}

/* ---- Mobile ---- */
@media (max-width: 720px) {
  .subpage main {
    padding-top: calc(var(--eyebrow-h) + 6.5rem);
  }

  .facts-dl > div {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }

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

  .content-card {
    padding: 1.8rem 1.3rem;
  }
}
