
:root {
  --ink: #f5f2ec;
  --ink-soft: #b4ada2;
  --bone: #0c0c0d;
  --bone-deep: #141416;
  --paper: #1a1a1d;
  --paper-deep: #212125;
  --swagger-red: #e8362b;
  --ozarks-gold: #e7ac1e;
  --biohazard-orange: #e0641f;
  --success: #5fa05f;
  --warning: #c98a2c;
  --rule: rgba(245, 242, 236, 0.14);
  --focus-ring: #e8362b;
  --max: 1480px;
  --motion: 160ms ease;
  --font-display: 'Bricolage Grotesque', Arial, sans-serif;
  --font-sans: 'Public Sans', Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bone);
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bone);
  font-family: var(--font-sans);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  position: relative;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(200, 40, 31, 0.22);
}

body.no-scroll {
  overflow: hidden;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
.button,
.nav-toggle {
  cursor: pointer;
  touch-action: manipulation;
}

:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 2px;
}

.site {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

figure {
  margin: 0;
}

.site-header,
.site-footer {
  border-bottom: 1px solid var(--rule);
  background: var(--bone);
  color: var(--ink);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--rule);
  background: rgba(12, 12, 13, 0.86);
  backdrop-filter: blur(10px);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-140%);
  padding: 10px 14px;
  border: 1px solid var(--rule);
  background: var(--paper);
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.74rem;
  font-weight: 700;
  transition: transform var(--motion);
}

.skip-link:focus-visible {
  transform: translateY(0);
}

.site-header__inner,
.site-footer__inner {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 0;
  min-height: 76px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  flex: 0 0 auto;
  min-width: 0;
}

.brand__mark {
  position: relative;
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--rule);
  background: var(--ink);
  color: var(--bone);
  line-height: 1;
  overflow: hidden;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 22px;
}

.brand__mark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: var(--swagger-red);
}

.brand__mark--image {
  padding: 0;
  background: var(--bone);
  object-fit: cover;
  display: block;
}

.brand__mark--image::before {
  display: none;
}

.brand__text {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.brand__title,
.brand__sub {
  text-transform: uppercase;
}

.brand__title {
  font-family: var(--font-display);
  font-size: clamp(0.86rem, 1vw, 0.98rem);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.brand__sub {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border: 1px solid var(--rule);
  border-left: 0;
  background: var(--bone);
  color: var(--ink);
  min-width: 64px;
}

.nav-toggle__icon {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 22px;
  height: 16px;
}

.nav-toggle__icon span {
  display: block;
  height: 2px;
  background: var(--ink);
  transition: transform 160ms ease, opacity 160ms ease;
}

.site.is-nav-open .nav-toggle__icon span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site.is-nav-open .nav-toggle__icon span:nth-child(2) {
  opacity: 0;
}

.site.is-nav-open .nav-toggle__icon span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
  padding-left: clamp(10px, 1.6vw, 24px);
}

.site-nav__cta {
  display: none;
}

.site-nav a.site-nav__cta {
  display: none;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 clamp(10px, 0.9vw, 15px);
  border: 2px solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.76rem;
  font-weight: 600;
  transition: background-color var(--motion), color var(--motion), border-color var(--motion);
}

.site-nav a {
  color: var(--ink);
}

.site-nav a[aria-current='page'] {
  border-color: var(--rule);
  background: var(--paper);
  color: var(--ink);
  box-shadow: inset 0 -3px 0 var(--swagger-red);
  text-decoration: none;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-left: clamp(8px, 1vw, 14px);
  padding: 0 clamp(14px, 1.1vw, 20px);
  border: 1px solid var(--rule);
  background: var(--ink);
  color: var(--bone);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.78rem;
  font-weight: 700;
  transition: background-color var(--motion), color var(--motion), border-color var(--motion);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.button:hover,
.button:focus-visible {
  background: var(--ink);
  color: var(--bone);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a:active {
  border-color: var(--rule);
}

.header-cta:hover,
.header-cta:focus-visible,
.header-cta:active,
.button--primary:hover,
.button--primary:focus-visible,
.button--primary:active,
.button--secondary:hover,
.button--secondary:focus-visible,
.button--secondary:active {
  border-color: var(--swagger-red);
}

.header-cta:hover,
.header-cta:focus-visible {
  background: var(--swagger-red);
  color: var(--bone);
}

.button--primary,
.button--secondary {
  transition: background-color var(--motion), color var(--motion), border-color var(--motion);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 20px;
  border: 1px solid var(--rule);
  background: var(--bone);
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.button--primary {
  background: var(--ink);
  color: var(--bone);
}

.button--secondary,
.button--ghost {
  background: var(--bone);
  color: var(--ink);
}

.button--secondary:hover,
.button--secondary:focus-visible,
.button--ghost:hover,
.button--ghost:focus-visible {
  background: var(--paper);
  color: var(--ink);
}

.button--inverse {
  background: var(--bone);
  color: var(--ink);
}

.hero,
.section {
  padding: clamp(18px, 2.6vw, 34px) 0;
}

.hero__grid,
.page-hero__grid,
.home-hero__grid {
  display: grid;
  gap: 18px;
}

.eyebrow,
.manifesto,
.callout-strip .eyebrow,
.brand__sub,
.hero__meta,
.minor,
.notice,
.legal-copy,
.pill,
.comparison th,
.field label,
  .site-footer__links,
  .step__num,
  .home-card__meta,
  .seo-link-list,
  .club-card__tone {
  font-family: var(--font-sans);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-weight: 600;
}

.eyebrow::before {
  content: '';
  width: 56px;
  height: 2px;
  background: var(--swagger-red);
}

h1,
h2,
h3,
.display,
.club-card__index,
.club-card h3,
.step__title,
.home-ghost__text,
.home-panel h2,
.metric__value,
.home-card__name {
  margin: 0;
  font-family: var(--font-display);
  line-height: 0.92;
}

h1,
.display,
.club-card__index,
.home-ghost__text,
.metric__value,
.home-card__name {
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 0.88;
}

h1,
.display {
  font-size: clamp(2.6rem, 5vw, 5.4rem);
  text-transform: none;
}

h2,
.home-panel h2 {
  font-size: clamp(2rem, 3.2vw, 3.6rem);
  font-weight: 700;
  letter-spacing: -0.01em;
}

h3,
.club-card h3,
.step__title {
  font-size: clamp(1.35rem, 1.8vw, 2.2rem);
  font-weight: 600;
  letter-spacing: 0;
}

.lede {
  margin: 0;
  max-width: 56ch;
  font-size: clamp(1rem, 1.1vw, 1.12rem);
  line-height: 1.65;
  color: var(--ink);
}

.hero__actions,
.section__actions,
.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 22px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  font-weight: 600;
}

.hero__meta span + span::before {
  content: '·';
  margin: 0 10px;
}

.home-hero {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: var(--bone);
  overflow: hidden;
}

.manifesto {
  margin: 0;
  padding: 14px 18px;
  border-bottom: 1px solid var(--rule);
  background: var(--bone);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-weight: 600;
}

.home-ghost {
  min-height: 120px;
  border-bottom: 1px solid var(--rule);
  background: var(--ink);
  color: var(--bone);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.home-ghost__text {
  padding: 18px;
  font-size: clamp(3.2rem, 12vw, 11rem);
  opacity: 0.14;
  text-transform: uppercase;
  max-width: 10ch;
}

.home-hero__grid {
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
}

.hero-copy,
.home-panel,
.club-page__panel,
.apply-panel,
.content-card,
.form-card,
.info-card,
.policy-card,
.faq-item,
.editorial-block,
.comparison,
.club-card,
.callout-strip {
  border: 1px solid var(--rule);
}

.home-hero .hero-copy,
.home-hero .home-panel {
  border: 0;
}

.home-hero .hero-copy {
  border-right: 0;
}

.home-hero-cinematic {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: min(94vh, 860px);
  margin: 0 0 64px;
  padding: 64px 0 clamp(72px, 8vw, 112px);
  overflow: hidden;
  background: var(--ink);
  color: var(--bone);
}

.home-hero-cinematic__image {
  position: absolute;
  inset: -8% -8%;
  background-size: cover;
  background-position: center;
  filter: grayscale(0.18) contrast(1.08);
}

.home-hero-cinematic__scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(200, 40, 31, 0.3), transparent 55%),
    linear-gradient(180deg, rgba(20, 17, 16, 0.1) 0%, rgba(20, 17, 16, 0.55) 55%, rgba(20, 17, 16, 0.94) 100%);
}

.home-hero-cinematic__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 24px;
  max-width: 58ch;
}

.home-hero-cinematic .display {
  color: var(--bone);
}

.home-hero-cinematic .lede {
  color: var(--bone);
  max-width: 52ch;
}

.home-hero-cinematic .eyebrow {
  color: var(--bone);
}

@media (max-width: 760px) {
  .home-hero-cinematic {
    min-height: min(88vh, 640px);
  }
}

.club-hero-cinematic {
  position: relative;
  padding: 64px 0;
  overflow: hidden;
  background: var(--bone);
  color: var(--ink);
}

.club-hero-cinematic__scrim {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 88% 8%, color-mix(in srgb, var(--accent, var(--swagger-red)) 22%, transparent), transparent 60%);
}

.club-hero-cinematic__content {
  position: relative;
  z-index: 1;
}

.club-hero-cinematic .eyebrow,
.club-hero-cinematic .lede,
.club-hero-cinematic .display {
  color: var(--ink);
}

.club-hero-cinematic .club-page__panel {
  background: var(--paper);
}

.club-page__panel--seal {
  display: grid;
  justify-items: center;
  text-align: center;
}

.club-page__seal {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  box-shadow: 0 0 0 2px var(--ink-soft), 0 0 0 4px var(--accent, var(--swagger-red));
  background: var(--paper);
}

.home-hero__support {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  margin: 0 0 clamp(18px, 2.6vw, 34px);
  border: 1px solid var(--rule);
  background: var(--ink);
  color: var(--bone);
}

.home-hero__support .home-panel {
  border: 0;
}

.media-frame {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--rule);
  background: var(--bone);
  min-width: 0;
}

.media-frame img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  max-height: min(62svh, 620px);
}

.media-frame--wide img {
  aspect-ratio: 16 / 9;
}

.media-frame--tall img {
  aspect-ratio: 3 / 4;
}

.media-frame figcaption {
  padding: 12px 14px;
  border-top: 1px solid var(--rule);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  font-weight: 600;
  background: var(--bone);
}

.gallery-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.gallery-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.gallery-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gallery-card {
  display: grid;
  gap: 0;
  min-width: 0;
}

.gallery-card .media-frame {
  height: 100%;
}

.gallery-card__body {
  padding: 14px 0 0;
}

.gallery-card__body p {
  margin: 8px 0 0;
  max-width: 32ch;
}

.hero-copy {
  padding: clamp(18px, 2vw, 24px);
  background: var(--bone);
}

.home-panel,
.club-page__panel {
  position: relative;
  padding: clamp(18px, 2vw, 24px);
  background: var(--paper);
  color: var(--ink);
  overflow: hidden;
}

.home-panel--photo {
  background-size: cover;
  background-position: center;
}

.home-panel--photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 15%, rgba(200, 40, 31, 0.35), transparent 55%),
    linear-gradient(180deg, rgba(20, 17, 16, 0.45) 0%, rgba(20, 17, 16, 0.92) 100%);
  z-index: 0;
}

.home-panel--photo > * {
  position: relative;
  z-index: 1;
}

.home-panel .media-frame {
  margin-bottom: 18px;
}

.home-panel .eyebrow,
.club-page__panel .eyebrow,
.callout-strip .eyebrow,
.home-panel .section-label,
.club-page__panel .section-label,
.callout-strip .section-label,
.home-hero-cinematic .section-label {
  color: inherit;
}

.home-panel .eyebrow::before,
.club-page__panel .eyebrow::before,
.callout-strip .eyebrow::before {
  background: currentColor;
}

.home-panel h2,
.club-page__panel h3 {
  color: inherit;
  max-width: 11ch;
}

.home-panel .rule-list,
.club-page__panel .rule-list {
  margin-top: 18px;
}

.club-grid,
.metric-grid,
.flow-grid,
.info-grid,
.faq-grid,
.content-grid {
  display: grid;
  gap: 16px;
}

.club-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.club-card {
  display: grid;
  gap: 0;
  background: var(--bone);
  overflow: hidden;
  align-self: start;
  min-width: 0;
}

.club-card__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) clamp(48px, 4vw, 62px);
  column-gap: clamp(12px, 1.2vw, 18px);
  align-items: center;
  min-height: 88px;
  padding: clamp(14px, 1.6vw, 20px);
  border-bottom: 1px solid var(--rule);
}

.club-card__index {
  color: var(--accent, var(--swagger-red));
  font-size: clamp(2rem, 2.8vw, 3rem);
  line-height: 0.82;
  letter-spacing: -0.07em;
}

.club-card__title {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.club-card h3 {
  font-size: clamp(1.35rem, 1.8vw, 2.05rem);
  max-width: none;
  overflow-wrap: anywhere;
}

.club-card__media {
  display: grid;
  min-height: clamp(170px, 17vw, 250px);
}

.club-card__brand,
.club-card__photo {
  min-width: 0;
}

.club-card__head .club-card__brand {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  padding: 5px;
  border: 1px solid var(--rule);
  background: var(--paper);
  overflow: hidden;
}

.club-card__brand img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.club-card__photo {
  display: block;
  background: var(--bone);
  min-height: 100%;
}

.club-card__photo img {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.club-card__meta,
.club-card__copy,
.home-card__meta,
.minor,
.notice,
.comparison td,
.field input,
.field select,
.field textarea,
.pill,
.site-footer__links,
.step__text {
  font-size: 0.95rem;
}

.club-card__tone {
  margin: 0;
  padding: 12px clamp(14px, 1.6vw, 20px);
  border-bottom: 1px solid var(--rule);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--accent, var(--swagger-red));
}

.club-card__meta {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
}

.club-card__art {
  margin-top: 18px;
  min-height: 116px;
  padding: 18px;
  display: grid;
  align-content: end;
  gap: 4px;
  background: var(--accent, var(--swagger-red));
  color: var(--bone);
}

.club-card__art span:first-child {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.club-card__art span:last-child {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 600;
}

.club-card__footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 12px clamp(14px, 1.6vw, 20px);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 600;
}

.club-card__footer a {
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.22em;
}

.club-card__footer a:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--rule);
  background: var(--ink);
  color: var(--bone);
  text-decoration: none;
  transition: background-color var(--motion), color var(--motion), border-color var(--motion);
}

.club-card__footer a:first-child:hover,
.club-card__footer a:first-child:focus-visible {
  border-color: var(--accent, var(--swagger-red));
  background: var(--accent, var(--swagger-red));
}

.rule-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid currentColor;
}

.rule-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 2px solid currentColor;
}

.rule-list li::before {
  content: '';
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  margin-top: 5px;
  background: currentColor;
}

.metric {
  padding: 18px;
  background: var(--bone);
}

.metric__label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 600;
}

.metric__value {
  margin-top: 10px;
  font-size: clamp(1.4rem, 2vw, 2.5rem);
  text-transform: uppercase;
}

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

.step {
  padding: 18px;
  border-left: 1px solid var(--rule);
  background: var(--bone);
}

.step:first-child {
  border-left: 0;
}

.step__num {
  color: var(--swagger-red);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
}

.step__title {
  margin-top: 14px;
  font-size: clamp(1.1rem, 1.7vw, 1.6rem);
  text-transform: uppercase;
}

.step__text {
  margin-top: 8px;
  line-height: 1.6;
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--rule);
}

.section-heading p {
  margin: 0;
  max-width: 54ch;
}

.info-card,
.content-card,
.policy-card,
.faq-item,
.editorial-block {
  padding: 20px;
  background: var(--bone);
}

.club-page__panel .content-card {
  color: var(--ink);
}

.seo-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 20px;
}

.seo-stack {
  display: grid;
  gap: 18px;
}

.seo-block {
  padding: 0 0 18px;
  border-bottom: 1px solid var(--rule);
}

.seo-block h2 {
  max-width: 13ch;
  text-transform: uppercase;
}

.seo-block p {
  margin: 12px 0 0;
  max-width: 68ch;
}

.seo-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.78rem;
  font-weight: 600;
}

.seo-link-list a {
  position: relative;
  overflow: hidden;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--rule);
  padding: 0 12px;
}

.seo-link-list a span:last-child {
  position: relative;
  z-index: 1;
}

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

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

.faq-item {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid var(--rule);
  padding: 0;
}

.faq-item > * {
  padding: 18px 0;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.1rem, 1.4vw, 1.6rem);
  text-transform: uppercase;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  flex: 0 0 auto;
  font-size: 1.5rem;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: '–';
}

.faq-item p {
  margin: 0;
  padding-top: 0;
}

.page-hero {
  padding: clamp(18px, 2.8vw, 38px) 0 10px;
  max-height: none;
}

.page-hero .display {
  font-size: clamp(2.6rem, 4.8vw, 5.2rem);
}

.page-hero__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.page-hero__grid--single {
  grid-template-columns: 1fr;
}

.club-page__panel .accent-line {
  height: 2px;
  width: 84px;
  background: currentColor;
  margin: 18px 0 0;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.pill {
  padding: 8px 12px;
  border: 1px solid var(--rule);
  background: var(--bone);
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.club-page__panel .pill {
  background: transparent;
  color: inherit;
  border-color: currentColor;
}

.comparison {
  width: 100%;
  border-collapse: collapse;
  background: var(--bone);
}

.comparison th,
.comparison td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--rule);
  vertical-align: top;
}

.comparison td {
  color: var(--ink);
}

.comparison th {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  font-weight: 600;
  background: var(--ink);
  color: var(--bone);
}

.comparison tr:last-child td {
  border-bottom: 0;
}

.comparison-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.comparison-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--rule);
  background: var(--paper);
}

.comparison-card__name {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.comparison-card__meta {
  display: grid;
  gap: 6px;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
}

.comparison-card__meta strong {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.68rem;
}

.apply-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 0;
  overflow: hidden;
  background: var(--bone);
}

.apply-panel__intro {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 24px;
  border-right: 1px solid var(--rule);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent, var(--swagger-red)) 24%, transparent), transparent 42%),
    var(--bone);
}

.apply-panel__intro h2 {
  max-width: 9ch;
  text-transform: uppercase;
}

.form-card {
  position: relative;
  padding: 24px;
  background: var(--bone);
}

.request-stamp {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 5;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border: 3px solid var(--swagger-red);
  border-radius: 4px;
  padding: 10px 18px;
  transform: rotate(-6deg) scale(0.7);
  opacity: 0;
  pointer-events: none;
  background: color-mix(in srgb, var(--bone) 88%, transparent);
  transition: transform 0.4s cubic-bezier(0.2, 1.4, 0.4, 1), opacity 0.3s ease;
}

.request-stamp.is-visible {
  transform: rotate(-6deg) scale(1);
  opacity: 1;
}

.request-stamp__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--swagger-red);
}

.request-stamp__sub {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--swagger-red);
}

@media (max-width: 480px) {
  .request-stamp {
    top: 12px;
    right: 12px;
    padding: 8px 12px;
  }
}

.form-card form {
  display: grid;
  gap: 16px;
}

.apply-form {
  max-width: 780px;
}

.field-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.field {
  display: grid;
  gap: 8px;
}

.field label {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 600;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--rule);
  padding: 14px 16px;
  background: var(--paper);
  color: var(--ink);
  border-radius: 0;
}

.field input:required + .field__hint::before,
.field textarea:required + .field__hint::before {
  content: 'Required. ';
  font-weight: 700;
}

.field textarea {
  min-height: 132px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: var(--ink-soft);
}

.field__hint,
.form-status {
  font-size: 0.84rem;
  line-height: 1.45;
}

.field__hint {
  color: var(--ink-soft);
}

.checkbox-grid {
  display: grid;
  gap: 12px;
  margin-top: 10px;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.94rem;
}

.checkbox input {
  margin-top: 4px;
  accent-color: var(--accent, var(--swagger-red));
}

.notice {
  margin: 0;
}

.form-status {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--rule);
  background: var(--bone-deep);
  color: var(--ink);
  font-weight: 600;
}

.form-status:empty {
  display: none;
}

.form-status--error {
  background: #f6d8d4;
}

.form-status--success {
  background: #dcebd6;
}

.button[aria-disabled='true'],
.button:disabled {
  opacity: 0.62;
  cursor: not-allowed;
  border-color: var(--rule);
}

.legal-copy {
  display: grid;
  gap: 16px;
  max-width: 80ch;
}

.site-footer {
  margin-top: 28px;
  border-top: 1px solid var(--rule);
  border-bottom: 0;
  background: var(--bone-deep);
  color: var(--ink);
}

.site-footer__inner {
  min-height: 94px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.site-footer .brand__title,
.site-footer .brand__sub,
.site-footer__links,
.minor,
.notice,
.field label {
  color: inherit;
}

.site-footer .brand__mark {
  border-color: var(--rule);
  background: var(--paper);
  color: var(--ink);
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.74rem;
  font-weight: 600;
}

.minor {
  font-size: 0.9rem;
  line-height: 1.6;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-card__meta {
  margin: 0;
}

.callout-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  background: var(--swagger-red);
  color: var(--bone);
}

.callout-strip__text {
  margin-top: 6px;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.4vw, 2.4rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.photo-divider {
  position: relative;
  min-height: 220px;
  background-size: cover;
  background-position: center;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  overflow: hidden;
}

.photo-divider::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 17, 16, 0.35) 0%, rgba(20, 17, 16, 0.75) 100%);
}

.photo-divider__caption {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  height: 100%;
  min-height: 220px;
  padding: 18px 24px;
  color: var(--bone);
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.6vw, 1.6rem);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.link-card {
  position: relative;
  overflow: hidden;
}

.link-card__photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.28;
}

.link-card > a {
  position: relative;
  z-index: 1;
}

@media (max-width: 1180px) {
  .home-hero__grid,
  .hero__grid,
  .apply-panel,
  .seo-grid,
  .home-hero__support {
    grid-template-columns: 1fr;
  }

  .apply-panel__intro {
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }

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

  .club-card h3 {
    font-size: clamp(1.55rem, 4vw, 3.2rem);
  }
}

@media (max-width: 760px) {
  .site-header__inner {
    min-height: 72px;
    flex-wrap: nowrap;
  }

  .site-footer__inner {
    min-height: 72px;
    flex-wrap: wrap;
  }

  .brand {
    padding: 9px 0;
  }

  .brand__mark {
    width: 48px;
    height: 48px;
  }

  .brand__text {
    min-width: 0;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav {
    display: none;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    gap: 0;
    margin-left: 0;
    padding: 0;
    background: var(--bone);
    z-index: 30;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-bottom: max(24px, env(safe-area-inset-bottom));
  }

  .site.is-nav-open .site-nav {
    display: flex;
    flex-direction: column;
  }

  .site.is-nav-open .nav-toggle {
    background: var(--ink);
    color: var(--bone);
  }

  .site.is-nav-open .nav-toggle__icon span {
    background: var(--bone);
  }

  .site-nav a {
    width: 100%;
    min-width: 0;
    min-height: 60px;
    justify-content: flex-start;
    border: 0;
    border-bottom: 1px solid var(--rule);
    box-shadow: none;
    background: var(--bone) !important;
    color: var(--ink) !important;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible,
  .site-nav a:active {
    transform: none;
  }

  .header-cta {
    display: none;
  }

  .site-nav a.site-nav__cta {
    display: flex;
    width: calc(100% - 40px);
    margin: auto 20px 24px 20px;
    background: var(--ink) !important;
    color: var(--bone) !important;
    border: 1px solid var(--rule);
  }

  .site-nav__cta:active {
    border-color: var(--swagger-red);
  }

  .display {
    font-size: clamp(2.1rem, 9.4vw, 3rem);
  }

  .page-hero .display {
    font-size: clamp(2.1rem, 9.4vw, 3rem);
  }

  .hero .page-actions .button--secondary {
    min-height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }

  .page-hero__grid {
    grid-template-columns: 1fr;
  }

  .page-hero__grid > .club-page__panel {
    display: none;
  }

  .club-grid,
  .info-grid,
  .steps,
  .gallery-grid,
  .content-grid,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .club-card__media {
    min-height: clamp(240px, 72vw, 420px);
  }

  .club-card__photo img {
    min-height: 0;
  }

  .club-card__footer {
    flex-direction: column;
    align-items: stretch;
  }

  .club-card__footer a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .club-card__footer a:first-child {
    justify-content: center;
  }

  .comparison-cards {
    grid-template-columns: 1fr;
  }

  .callout-strip {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 360px) {
  .site-header__inner {
    min-height: 72px;
  }

  .brand {
    gap: 10px;
  }

  .brand__mark {
    width: 42px;
    height: 42px;
  }

  .brand__title {
    font-size: 0.7rem;
    letter-spacing: 0.06em;
  }

  .brand__sub {
    display: none;
  }

  .hero .manifesto,
  .page-hero .manifesto,
  .hero .hero__meta,
  .page-hero .hero__meta,
  .page-hero .pill-row {
    display: none;
  }

  .page-hero .lede {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .page-hero .page-actions .button--secondary {
    min-height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
}

.section-label {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.section-label__index {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--swagger-red);
}

.display-serif {
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: none;
  letter-spacing: -0.01em;
  color: var(--swagger-red);
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

html.js [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

html.js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition-duration: 0ms !important;
    animation-duration: 0ms !important;
  }

  [data-reveal] {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ================= Preloader (homepage only) ================= */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bone);
  transition: opacity 0.4s ease;
}

.preloader__mark {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 2px var(--bone), 0 0 0 4px var(--swagger-red);
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.preloader.is-visible .preloader__mark {
  opacity: 1;
  transform: scale(1);
}

.preloader.is-leaving {
  opacity: 0;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .preloader {
    display: none !important;
  }
}

/* ================= Homepage hero (post-ritual welcome) ================= */
.home-hero {
  position: relative;
  min-height: min(86vh, 760px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  background: var(--bone);
  color: var(--ink);
  padding: clamp(72px, 10vw, 120px) clamp(24px, 6vw, 96px);
  margin: 0 0 64px;
}

.home-hero .section-label {
  color: var(--ink-soft);
}

.home-hero .eyebrow {
  color: var(--ink-soft);
}

.home-hero h1.display {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: none;
  color: var(--ink);
  font-size: clamp(2.4rem, 1.7rem + 3.4vw, 4.6rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  max-width: 16ch;
  margin: 22px 0;
}

.home-hero .lede {
  color: var(--ink-soft);
  max-width: 52ch;
  margin: 0 0 30px;
}

.home-hero .page-actions {
  justify-content: flex-start;
}

.home-hero .hero__meta {
  justify-content: flex-start;
  color: var(--ink-soft);
}

/* 2026-08 redesign: Private Index System */
:root {
  --text-xs: clamp(0.72rem, 0.69rem + 0.15vw, 0.82rem);
  --text-sm: clamp(0.86rem, 0.82rem + 0.18vw, 0.98rem);
  --text-md: clamp(1rem, 0.96rem + 0.22vw, 1.12rem);
  --text-lg: clamp(1.2rem, 1.08rem + 0.5vw, 1.48rem);
  --text-xl: clamp(1.7rem, 1.25rem + 1.8vw, 3rem);
  --text-display: clamp(3rem, 8.4vw, 8.8rem);
  --section-gap: clamp(56px, 8vw, 124px);
}

.site {
  width: min(calc(100% - clamp(24px, 4vw, 72px)), var(--max));
}

.header-cta,
.site-nav a.site-nav__cta {
  min-width: 164px;
}

.section {
  padding: var(--section-gap) 0;
}

.section-heading {
  display: grid;
  gap: 14px;
  max-width: 980px;
  margin-bottom: clamp(28px, 4vw, 56px);
}

.section-heading h2 {
  max-width: 15ch;
  text-transform: uppercase;
}

.section-heading .minor {
  max-width: 58ch;
  font-size: var(--text-md);
}

.home-hero-redesign {
  min-height: min(96svh, 920px);
  margin-bottom: 0;
  border-bottom: 1px solid var(--rule);
}

.home-hero-redesign .home-hero-cinematic__content {
  max-width: 72ch;
  padding-top: clamp(40px, 6vw, 96px);
}

.home-hero-redesign .display {
  font-size: var(--text-display);
  max-width: 9.5ch;
}

.home-hero-redesign .display-serif {
  display: block;
  margin-top: 0.04em;
  color: var(--bone);
}

.home-hero-redesign .lede {
  font-size: clamp(1.05rem, 1.35vw, 1.38rem);
}

.section--selector {
  padding-top: clamp(48px, 7vw, 104px);
  background: var(--bone);
}

.index-list.club-grid,
.index-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--rule);
}

.index-entry {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.5fr) auto;
  align-items: stretch;
  border: 0;
  border-bottom: 1px solid var(--rule);
  background: var(--bone);
  overflow: clip;
}

.index-entry__main {
  display: grid;
  grid-template-columns: clamp(64px, 10vw, 156px) minmax(0, 1fr);
  gap: clamp(16px, 3vw, 48px);
  padding: clamp(22px, 4vw, 58px) clamp(16px, 3vw, 48px) clamp(22px, 4vw, 58px) 0;
}

.index-entry__num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.6rem, 6vw, 6.4rem);
  line-height: 0.82;
  letter-spacing: -0.02em;
  color: var(--accent, var(--swagger-red));
}

.index-entry__body {
  display: grid;
  align-content: center;
  gap: 12px;
}

.index-entry__kicker,
.index-entry__tags,
.proof-band__rules,
.field__error {
  font-family: var(--font-sans);
}

.index-entry__kicker {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: var(--text-xs);
  font-weight: 700;
  color: var(--ink-soft);
}

.index-entry__name {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 5.2vw, 6.7rem);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.index-entry__text {
  max-width: 58ch;
  font-size: var(--text-md);
  color: var(--ink);
}

.index-entry__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.index-entry__tags span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid var(--rule);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: var(--text-xs);
  font-weight: 700;
  background: var(--paper);
}

.index-entry__visual {
  min-height: 100%;
  border-left: 1px solid var(--rule);
  border-right: 1px solid var(--rule);
  background: var(--ink);
}

.index-entry__identity {
  width: 100%;
  height: 100%;
  min-height: 220px;
  display: grid;
  place-items: center;
  gap: 16px;
  padding: 24px;
  background: var(--ink);
}

.index-entry__identity img {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 2px var(--bone), 0 0 0 4px var(--accent, var(--swagger-red));
  background: var(--paper);
}

.index-entry__identity span {
  color: var(--bone);
}

.index-entry__identity span {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2vw, 2.4rem);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  text-align: center;
}

.index-entry__actions {
  width: min(250px, 20vw);
  min-width: 212px;
  display: grid;
  align-content: center;
  gap: 12px;
  padding: clamp(16px, 2vw, 28px);
}

.index-entry__actions .button {
  width: 100%;
  min-height: 50px;
  text-align: center;
}

.index-entry__actions .button--primary:hover,
.index-entry__actions .button--primary:focus-visible {
  background: var(--accent, var(--swagger-red));
  border-color: var(--accent, var(--swagger-red));
}

.index-list--compact .index-entry {
  grid-template-columns: minmax(0, 1fr) auto;
}

.index-list--compact .index-entry__visual {
  display: none;
}

.index-list--compact .index-entry__name {
  font-size: clamp(1.8rem, 3.8vw, 4.4rem);
}

.protocol-section {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: var(--paper);
}

.protocol-grid.steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--rule);
  background: var(--bone);
}

.protocol-grid .step {
  border: 0;
  border-right: 1px solid var(--rule);
  padding: clamp(18px, 2.4vw, 34px);
}

.protocol-grid .step:last-child {
  border-right: 0;
}

.protocol-grid .step__num {
  font-size: clamp(2.5rem, 5vw, 5.8rem);
}

.proof-band {
  display: grid;
  border: 1px solid var(--rule);
  background: var(--ink);
  color: var(--bone);
  min-height: clamp(320px, 34vw, 460px);
}

.proof-band__copy {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 24px;
  max-width: 62ch;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 88px) clamp(24px, 5vw, 72px);
  text-align: left;
}

.proof-band__copy h2 {
  max-width: 12ch;
  color: inherit;
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: none;
  font-size: clamp(1.9rem, 1.4rem + 2.4vw, 3.2rem);
}

.proof-band__copy .lede,
.proof-band__copy .eyebrow {
  color: inherit;
}

.proof-band__rules {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.proof-band__rules span {
  border: 2px solid currentColor;
  padding: 10px 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: var(--text-xs);
  font-weight: 700;
}

.comparison-cards {
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
}

.apply-panel {
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
}

.apply-panel__intro {
  background: var(--ink);
  color: var(--bone);
}

.apply-panel__intro .eyebrow,
.apply-panel__intro .lede,
.apply-panel__intro h2 {
  color: inherit;
}

.apply-panel__intro .pill {
  color: inherit;
  border-color: currentColor;
  background: transparent;
}

.field input[aria-invalid='true'],
.field select[aria-invalid='true'],
.field textarea[aria-invalid='true'] {
  border-color: var(--swagger-red);
  background: #fff4f1;
}

.field__error {
  min-height: 1.2em;
  color: var(--swagger-red);
  font-size: 0.82rem;
  font-weight: 700;
}

.field__error:empty {
  display: none;
}

.form-status--success {
  background: #e2efdc;
}

.form-status--error {
  background: #f6d8d4;
}

.callout-strip {
  background: var(--accent, var(--swagger-red));
}

.site-footer {
  border-top: 1px solid var(--rule);
  background: var(--bone-deep);
  color: var(--ink);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(220px, auto) minmax(240px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
  padding: 18px 0;
}

.site-footer .brand__mark {
  border-color: var(--rule);
}

.site-footer__disclaimer {
  margin: 0;
  font-size: var(--text-xs);
  line-height: 1.45;
  color: var(--ink-soft);
}

@media (max-width: 1180px) {
  .index-entry {
    grid-template-columns: 1fr;
  }

  .index-entry__visual {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--rule);
  }

  .index-entry__actions {
    width: 100%;
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--rule);
  }

  .protocol-grid.steps,
  .proof-band,
  .apply-panel,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .protocol-grid .step {
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }

  .protocol-grid .step:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .site {
    width: min(calc(100% - 32px), var(--max));
  }

  .home-hero {
    min-height: auto;
    padding: clamp(52px, 14vw, 86px) 24px;
  }

  .index-entry__main {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 0;
  }

  .index-entry__num {
    font-size: clamp(3rem, 22vw, 5rem);
  }

  .index-entry__actions {
    grid-template-columns: 1fr;
    padding: 16px 0 28px;
    border-top: 0;
  }

  .index-entry__visual {
    min-height: 240px;
  }

  .index-entry__identity img {
    width: 172px;
    height: 172px;
  }

  .page-hero__grid > .club-page__panel {
    display: grid;
  }

  .club-hero-cinematic .page-hero__grid > .club-page__panel {
    margin-top: 18px;
  }

  .proof-band__copy {
    padding: 24px;
  }

  .site-nav a.site-nav__cta {
    width: calc(100% - 32px);
    margin: auto 16px 24px;
  }
}

@media (max-width: 360px) {
  .index-entry__name {
    font-size: clamp(1.9rem, 14vw, 2.7rem);
  }
}
