/* High Rock Shooting Association — compiled site styles.
   Generated from the original design source. Edit here; there is no build step. */

/* ═══ Shared chrome ═══ */
.bs {
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
  background: var(--bg);
  color: var(--paper);
  --bg: #d8d6d2;            /* light neutral gray — primary surface */
  --bg-2: #c6c4c0;          /* mid neutral gray — stripe sections */
  --bg-3: #c9d2da;          /* cool gray w/ blue tint — parchment / emphasis */
  --paper: #16191e;         /* primary text on light bg */
  --paper-dim: #3a3d42;     /* muted text — bumped darker for legibility */
  --ink: #16191e;
  --on-photo: #ffffff;      /* text over dark hero photo */
  --on-photo-dim: rgba(255,255,255,0.8);
  --blue: #1781c4;          /* HRSA cobalt blue (logo) */
  --blue-deep: #0d5e94;
  --blue-bright: #3da7e8;   /* brighter cobalt for on-dark accents */
  --green: #1ea045;         /* HRSA kelly green */
  --green-deep: #0f6e30;
  --green-bright: #2ab854;  /* brighter green for on-dark accents */
  --red-bright: #ef5a3c;    /* closed-state indicator on dark backgrounds */
  --rule: rgba(22,25,30,0.14);
  --rule-strong: rgba(22,25,30,0.28);
}
.bs * { -webkit-font-smoothing: antialiased; }

/* ───── Over-photo overrides (hero + overlay nav) ───── */
.bs .hero h1 { color: var(--on-photo); }
.bs .hero .lede { color: var(--on-photo-dim); }
.bs .hero-status { color: var(--on-photo); }
.bs .hero-status .hours { color: var(--on-photo); }
.bs .nav-wrap.overlay .nav a { color: var(--on-photo); }
.bs .nav-wrap.overlay .brand-text .name { color: var(--on-photo); }
.bs .nav-wrap.overlay .brand-text .sub { color: var(--on-photo-dim); }
/* overlay brand-mark inherits image; nothing to override */

/* ───── Top strip ───── */
.bs .topstrip {
  background: var(--ink); color: var(--on-photo);
  padding: 14px 72px;
  display: flex; justify-content: space-between; align-items: center;
  font-family: 'Inter', system-ui, sans-serif; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  border-bottom: 1px solid var(--rule);
}
.bs .topstrip a { color: var(--on-photo); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.4); padding-bottom: 1px; }
.bs .topstrip .pulse { display: inline-flex; align-items: center; gap: 9px; color: var(--green-bright); }
.bs .topstrip .pulse::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--green-bright); }
.bs .topstrip .pulse.closed { color: var(--red-bright); }
.bs .topstrip .pulse.closed::before { background: var(--red-bright); }
.bs .topstrip .left, .bs .topstrip .right { display: flex; gap: 22px; align-items: center; }

/* ───── Nav ───── */
.bs .nav-wrap {
  position: sticky; top: 0; z-index: 50;
  background: var(--bg);
  padding: 20px 72px;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px;
  border-bottom: 1px solid var(--rule);
  box-shadow: 0 1px 0 rgba(22,25,30,0.04), 0 8px 24px -16px rgba(22,25,30,0.18);
}
.bs .nav-wrap.overlay {
  position: absolute; left: 0; right: 0;
  background: transparent;
  box-shadow: none;
  border-bottom: 0;
}
/* slim readability banner behind the overlay nav — fades out before the Directions button */
.bs .nav-wrap.overlay::before {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(14,13,10,0.92) 0%, rgba(14,13,10,0.70) 55%, rgba(14,13,10,0) 100%);
}
.bs .nav-wrap.overlay > * { position: relative; z-index: 1; }
.bs .brand { display: flex; align-items: center; gap: 14px; }
.bs .brand-mark {
  width: auto; height: 56px;
  display: block;
  object-fit: contain;
}
.bs .brand-text { line-height: 1.1; }
.bs .brand-text .name { font-family: 'Inter', system-ui, sans-serif; font-weight: 500; font-size: 18px; color: var(--paper); letter-spacing: -0.005em; }
.bs .brand-text .sub { font-family: 'Inter', system-ui, sans-serif; font-weight: 500; font-size: 10px; letter-spacing: 0.22em; color: var(--paper); text-transform: uppercase; margin-top: 4px; display: block; }
.bs .nav { display: flex; gap: 32px; align-items: center; justify-self: end; }
.bs .nav a { color: var(--paper); text-decoration: none; font-family: 'Inter', system-ui, sans-serif; font-size: 17px; font-weight: 500; padding: 8px 0; }
.bs .nav a.active { color: var(--blue); }
.bs .nav-toggle {
  display: none; /* desktop: hidden, shown in mobile media query */
  align-items: center; gap: 10px;
  min-height: 48px; padding: 9px 15px;
  background: transparent; border: 2px solid var(--rule); border-radius: 8px;
  cursor: pointer; -webkit-appearance: none; appearance: none; justify-self: end;
}
.bs .nav-toggle .nav-toggle-label {
  font-family: 'Inter', system-ui, sans-serif; font-weight: 700;
  font-size: 16px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--paper);
}
.bs .nav-toggle .bars { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 24px; }
.bs .nav-toggle .bars span {
  display: block; height: 2px; width: 100%; background: var(--paper);
  border-radius: 2px; transition: transform .25s ease, opacity .2s ease;
}
.bs .nav-wrap.overlay .nav-toggle { border-color: rgba(255,255,255,0.6); }
.bs .nav-wrap.overlay .nav-toggle .nav-toggle-label { color: var(--on-photo); }
.bs .nav-wrap.overlay .nav-toggle .bars span { background: var(--on-photo); }
.bs .nav-wrap.menu-open .nav-toggle .bars span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.bs .nav-wrap.menu-open .nav-toggle .bars span:nth-child(2) { opacity: 0; }
.bs .nav-wrap.menu-open .nav-toggle .bars span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.bs .nav .btn {
  background: var(--green); color: #fff; padding: 14px 22px;
  font-family: 'Inter', system-ui, sans-serif; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  font-weight: 600; min-height: 48px; display: inline-flex; align-items: center;
}

/* ───── Reusable section heads ───── */
.bs .head { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; margin-bottom: 48px; }
.bs .head .eyebrow { font-family: 'Inter', system-ui, sans-serif; font-size: 12.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--blue); margin-bottom: 16px; font-weight: 500; }
.bs .head h2 {
  font-family: 'Roboto Slab', Georgia, serif; font-weight: 500;
  font-size: 56px; line-height: 1.02; letter-spacing: -0.02em; margin: 0;
  color: var(--paper);
}
.bs .head h2 em { font-style: italic; color: var(--blue); }
.bs .head .desc { font-family: 'Inter', system-ui, sans-serif; font-weight: 450; font-size: 18px; line-height: 1.6; color: var(--paper); margin: 0; max-width: 460px; }

/* ───── Buttons ───── */
.bs .btn-brass { background: var(--green); color: #fff; padding: 18px 28px; font-family: 'Inter', system-ui, sans-serif; font-size: 12.5px; letter-spacing: 0.16em; text-transform: uppercase; text-decoration: none; font-weight: 600; min-height: 52px; display: inline-flex; align-items: center; box-sizing: border-box; }
.bs .btn-closed { background: #b63a1f; color: #fff; padding: 18px 28px; font-family: 'Inter', system-ui, sans-serif; font-size: 12.5px; letter-spacing: 0.16em; text-transform: uppercase; text-decoration: none; font-weight: 600; min-height: 52px; display: inline-flex; align-items: center; box-sizing: border-box; cursor: default; }
.bs .btn-ghost { color: var(--paper); border: 1.5px solid var(--rule-strong); padding: 18px 28px; font-family: 'Inter', system-ui, sans-serif; font-size: 12.5px; letter-spacing: 0.16em; text-transform: uppercase; text-decoration: none; font-weight: 600; min-height: 52px; display: inline-flex; align-items: center; box-sizing: border-box; }
.bs .btn-ghost-ink { color: var(--ink); border: 1.5px solid var(--ink); padding: 18px 28px; font-family: 'Inter', system-ui, sans-serif; font-size: 12.5px; letter-spacing: 0.16em; text-transform: uppercase; text-decoration: none; font-weight: 600; min-height: 52px; display: inline-flex; align-items: center; box-sizing: border-box; }
.bs .btn-disabled { color: var(--paper-dim); border: 1.5px dashed var(--rule-strong); padding: 18px 28px; font-family: 'Inter', system-ui, sans-serif; font-size: 12.5px; letter-spacing: 0.16em; text-transform: uppercase; text-decoration: none; font-weight: 600; min-height: 52px; display: inline-flex; align-items: center; box-sizing: border-box; cursor: not-allowed; pointer-events: none; }

/* ───── Footer ───── */
.bs footer { background: var(--bg-2); padding: 64px 72px 28px; border-top: 1px solid var(--rule); }
.bs .footer-grid { display: grid; grid-template-columns: 2.4fr 1fr 1fr 1fr; gap: 48px; border-bottom: 1px solid var(--rule); padding-bottom: 32px; }
.bs .footer-grid > * { min-width: 0; }
.bs footer h4 { font-family: 'Inter', system-ui, sans-serif; font-size: 12.5px; letter-spacing: 0.18em; text-transform: uppercase; margin: 0 0 16px; color: var(--blue); font-weight: 600; }
.bs footer p, .bs footer li { font-family: 'Inter', system-ui, sans-serif; font-weight: 450; font-size: 17px; line-height: 1.6; color: var(--paper); margin: 0 0 8px; list-style: none; padding: 0; }
.bs footer li a { color: var(--paper); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 0.15s; }
.bs footer li a:hover { border-bottom-color: var(--blue); color: var(--blue); }
.bs footer a.soc { display: inline-flex; align-items: flex-start; gap: 9px; white-space: nowrap; }
.bs footer a.soc svg { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 4px; }
.bs footer .lockup .name { font-family: 'Roboto Slab', Georgia, serif; font-size: 26px; letter-spacing: -0.015em; color: var(--paper); margin-bottom: 8px; font-weight: 500; }
.bs footer .lockup .name em { font-style: italic; color: var(--blue); font-weight: 400; }
.bs footer .lockup { display: block; }
.bs footer .lockup .name { white-space: nowrap; font-size: clamp(18px, 1.7vw, 25px); margin-bottom: 22px; }
.bs footer .lockup .lockup-row { display: flex; align-items: center; gap: 24px; }
.bs footer .lockup .mark { display: block; width: 140px; height: auto; flex-shrink: 0; opacity: 0.9; }
.bs footer .lockup .lockup-text { flex: 1; min-width: 0; }
.bs footer .lockup .lockup-text p:first-child { margin-top: 0; }
.bs .footer-bottom { padding-top: 18px; display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; font-family: 'Inter', system-ui, sans-serif; font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--paper); }

/* ───── Hero ───── */
.bs .hero {
  position: relative; min-height: 560px; overflow: hidden; background: #14171c;
}
.bs .hero-img { position: absolute; inset: 0; }
.bs .hero-img img { width: 100%; height: 100%; object-fit: cover; }
.bs .hero-grad {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(14,13,10,0.45) 0%, rgba(14,13,10,0.0) 18%, rgba(14,13,10,0.0) 50%, rgba(14,13,10,0.92) 100%),
    linear-gradient(90deg, rgba(14,13,10,0.4) 0%, rgba(14,13,10,0.0) 60%);
}
.bs .hero-content {
  position: relative; z-index: 2;
  padding: 132px 72px 0;
  max-width: 1080px;
}
.bs .hero h1 {
  font-family: 'Roboto Slab', Georgia, serif; font-weight: 500;
  font-size: 120px; line-height: 0.94; letter-spacing: -0.025em;
  margin: 0;
  color: var(--on-photo);
  -webkit-text-stroke: 1px rgba(14,13,10,0.6);
  text-shadow: 0 2px 18px rgba(14,13,10,0.55), 0 1px 2px rgba(14,13,10,0.6);
  paint-order: stroke fill;
}
.bs .hero h1 em { font-style: italic; color: var(--green-bright); font-weight: 500; }
.bs .hero .lede {
  font-family: 'Inter', system-ui, sans-serif; font-weight: 500; font-size: 21px; line-height: 1.5;
  color: var(--on-photo); max-width: 560px; margin: 32px 0 0;
}

/* hero status — refined, two columns */
.bs .hero-status {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 3;
  background: rgba(14,13,10,0.7);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(245,238,217,0.18);
  padding: 22px 72px;
  display: flex; justify-content: space-between; align-items: center; gap: 48px;
  color: var(--on-photo);
}
.bs .hero-status .left { display: flex; gap: 36px; align-items: center; }
.bs .hero-status .pulse {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: 'Inter', system-ui, sans-serif; font-size: 11.5px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--green-bright);
}
.bs .hero-status .pulse::before { content: ''; width: 9px; height: 9px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 12px var(--green-bright); }
.bs .hero-status .hours { display: flex; gap: 32px; font-family: 'Inter', system-ui, sans-serif; font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; }
.bs .hero-status .hours em { font-style: normal; opacity: 0.55; margin-right: 8px; }
.bs .hero-status .cta {
  background: var(--green); color: #fff;
  font-family: 'Inter', system-ui, sans-serif; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  font-weight: 600; min-height: 48px; padding: 0 22px;
  display: inline-flex; align-items: center; white-space: nowrap;
  text-decoration: none; flex: 0 0 auto;
}

/* ───── Page hero (inner pages) ───── */
.bs .page-hero {
  padding: 52px 72px 72px;
  border-bottom: 1px solid var(--rule);
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 80px; align-items: end;
  background: var(--bg);
}
.bs .page-hero .crumb { font-family: 'Inter', system-ui, sans-serif; font-size: 12.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--blue); margin-bottom: 22px; font-weight: 600; }
.bs .page-hero h1 {
  font-family: 'Roboto Slab', Georgia, serif; font-weight: 500;
  font-size: 96px; line-height: 0.96; letter-spacing: -0.025em; margin: 0;
  color: var(--paper);
}
.bs .page-hero h1 em { font-style: italic; color: var(--blue); font-weight: 500; }
.bs .page-hero .lede {
  font-family: 'Inter', system-ui, sans-serif; font-weight: 450; font-size: 20px; line-height: 1.6;
  color: var(--paper); margin: 0;
}

/* ───── At-a-glance block (used on multiple pages) ───── */
.bs .glance {
  padding: 52px 72px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start;
}
.bs .glance-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px 48px; }
.bs .glance-item { padding: 28px 0; border-top: 1px solid var(--rule); }
.bs .glance-item .k { font-family: 'Inter', system-ui, sans-serif; font-size: 12.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--paper); font-weight: 600; }
.bs .glance-item .v { font-family: 'Roboto Slab', Georgia, serif; font-weight: 500; font-size: 24px; line-height: 1.15; margin-top: 12px; letter-spacing: -0.01em; color: var(--paper); }
.bs .glance-item .v em { font-style: italic; color: var(--blue); }
.bs .glance-item .n { font-family: 'Inter', system-ui, sans-serif; font-size: 15.5px; color: var(--paper); margin-top: 10px; line-height: 1.5; }

/* ───── Cards (light parchment) ───── */
.bs .parchment {
  background: var(--bg-3); color: var(--ink);
  padding: 52px 72px;
  position: relative;
}
.bs .parchment::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(22,25,30,0.045) 1px, transparent 1px); background-size: 5px 5px; pointer-events: none;
}
.bs .parchment > * { position: relative; }
.bs .parchment .head h2 { color: var(--ink); }
.bs .parchment .head h2 em { color: var(--blue); }
.bs .parchment .head .desc { color: #3a3d42; }
.bs .parchment .head .eyebrow { color: var(--blue); }

/* ───── Tables (fees, hours) ───── */
.bs .table { width: 100%; border-collapse: collapse; }
.bs .table th, .bs .table td {
  text-align: left; padding: 22px 0;
  border-bottom: 1px solid var(--rule);
}
.bs .table th { font-family: 'Inter', system-ui, sans-serif; font-size: 12.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--paper); font-weight: 600; }
.bs .table td { font-family: 'Roboto Slab', Georgia, serif; font-weight: 450; font-size: 19px; color: var(--paper); }
.bs .table td.muted { color: var(--paper); font-size: 17px; }
.bs .table .row-emphasis td { color: var(--blue); font-size: 20px; }

.bs .parchment .table th, .bs .parchment .table td { border-bottom: 1px solid rgba(22,25,30,0.18); }
.bs .parchment .table th { color: #3a3d42; }
.bs .parchment .table td { color: var(--ink); }
.bs .parchment .table td.muted { color: #3a3d42; }
.bs .parchment .table .row-emphasis td { color: var(--blue); }

/* ───── Numbered steps ───── */
.bs .steps {
  display: grid; gap: 32px;
}
.bs .step {
  display: grid; grid-template-columns: 80px 1fr;
  gap: 28px; padding: 32px 0; border-top: 1px solid var(--rule);
}
.bs .step:last-child { border-bottom: 1px solid var(--rule); }
.bs .step .n {
  font-family: 'Roboto Slab', Georgia, serif; font-weight: 400; font-style: italic;
  font-size: 56px; line-height: 0.9; letter-spacing: -0.025em;
  color: var(--blue);
}
.bs .step h3 { font-family: 'Roboto Slab', Georgia, serif; font-weight: 500; font-size: 26px; line-height: 1.15; letter-spacing: -0.015em; margin: 0 0 10px; color: var(--paper); }
.bs .step p { font-family: 'Inter', system-ui, sans-serif; font-weight: 450; font-size: 17.5px; line-height: 1.65; color: var(--paper); margin: 0; max-width: 540px; }

/* ───── Callout ───── */
.bs .callout {
  background: var(--bg-2); border-left: 2px solid var(--blue);
  padding: 28px 32px;
  display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: center;
}
.bs .callout .tag { font-family: 'Inter', system-ui, sans-serif; font-size: 12.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--blue); font-weight: 600; }
.bs .callout .txt { font-family: 'Roboto Slab', Georgia, serif; font-weight: 500; font-size: 19px; line-height: 1.55; color: var(--paper); margin: 0; }
.bs .parchment .callout { background: rgba(30,160,69,0.07); border-left-color: var(--green); }
.bs .parchment .callout .tag { color: var(--green); }
.bs .parchment .callout .txt { color: var(--ink); }

/* ───── Rules columns (Rules page) ───── */
.bs .rules-cols { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 56px; }
.bs .rules-col h3 { font-family: 'Roboto Slab', Georgia, serif; font-weight: 500; font-size: 28px; line-height: 1; margin: 0 0 20px; letter-spacing: -0.015em; color: var(--paper); }
.bs .rules-col h3 em { font-style: italic; color: var(--blue); font-weight: 400; }
.bs .rules-col ul { list-style: none; padding: 0; margin: 0; }
.bs .rules-col li {
  font-family: 'Inter', system-ui, sans-serif; font-weight: 450; font-size: 17px; line-height: 1.6;
  padding: 16px 0; border-top: 1px solid var(--rule);
  color: var(--paper);
}
.bs .rules-col li:last-child { border-bottom: 1px solid var(--rule); }
.bs .rules-col li strong { color: var(--blue); font-weight: 500; }

/* ───── Map block ───── */
.bs .map {
  background: var(--bg-2);
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--rule);
}
.bs .map-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(22,25,30,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22,25,30,0.07) 1px, transparent 1px);
  background-size: 48px 48px;
}
.bs .map .road {
  position: absolute;
  background: rgba(22,25,30,0.22);
}
.bs .map .road-1 { top: 30%; left: -10%; right: -10%; height: 14px; transform: rotate(-6deg); }
.bs .map .road-2 { top: 64%; left: -10%; right: -10%; height: 8px; transform: rotate(8deg); }
.bs .map .road-3 { left: 35%; top: -10%; bottom: -10%; width: 6px; transform: rotate(20deg); }
.bs .map .pin {
  position: absolute; left: 50%; top: 48%;
  transform: translate(-50%, -50%);
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.bs .map .pin .dot { width: 18px; height: 18px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(30,160,69,0.22), 0 0 24px rgba(30,160,69,0.5); }
.bs .map .pin .label {
  background: var(--bg); color: var(--paper);
  border: 1px solid var(--blue); padding: 8px 14px;
  font-family: 'Inter', system-ui, sans-serif; font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase;
}
.bs .map .compass {
  position: absolute; top: 18px; right: 18px;
  width: 44px; height: 44px;
  border: 1px solid var(--rule-strong); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Inter', system-ui, sans-serif; font-style: italic; color: var(--blue);
  font-size: 13px;
}

/* ───── Members benefits list ───── */
.bs .benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--rule); }
.bs .benefit {
  padding: 32px 32px 32px 0;
  display: grid; grid-template-columns: 36px 1fr; gap: 18px; align-items: start;
  border-bottom: 1px solid var(--rule);
}
.bs .benefit:nth-child(even) { padding-left: 32px; padding-right: 0; border-left: 1px solid var(--rule); }
.bs .benefit .ico { font-family: 'Inter', system-ui, sans-serif; font-size: 13px; color: var(--blue); padding-top: 4px; letter-spacing: 0.18em; font-weight: 600; }
.bs .benefit h4 { font-family: 'Roboto Slab', Georgia, serif; font-weight: 500; font-size: 20px; margin: 0 0 6px; letter-spacing: -0.01em; color: var(--paper); }
.bs .benefit p { font-family: 'Inter', system-ui, sans-serif; font-weight: 450; font-size: 17px; line-height: 1.6; color: var(--paper); margin: 0; }

/* ───── Pricing card ───── */
.bs .pricing {
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
}
.bs .price-card {
  background: var(--bg-2); border: 1px solid var(--rule);
  padding: 36px 32px;
  display: flex; flex-direction: column;
}
.bs .price-card.featured { background: var(--bg-3); border-color: var(--green); }
.bs .price-card .ttl { font-family: 'Inter', system-ui, sans-serif; font-size: 12.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--blue); font-weight: 600; }
.bs .price-card .price {
  font-family: 'Roboto Slab', Georgia, serif; font-weight: 400;
  font-size: 64px; line-height: 1; letter-spacing: -0.025em; margin: 14px 0 4px; color: var(--paper);
}
.bs .price-card .price .per { font-family: 'Inter', system-ui, sans-serif; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--paper); margin-left: 8px; font-weight: 600; }
.bs .price-card .desc { font-family: 'Inter', system-ui, sans-serif; font-weight: 450; font-size: 17px; line-height: 1.6; color: var(--paper); margin: 14px 0 22px; }
.bs .price-card ul { list-style: none; margin: 0 0 26px; padding: 0; }
.bs .price-card li {
  font-family: 'Inter', system-ui, sans-serif; font-weight: 450; font-size: 17px; line-height: 1.55; color: var(--paper);
  padding: 12px 0; border-bottom: 1px solid var(--rule);
  display: grid; grid-template-columns: 20px 1fr; gap: 14px; align-items: start;
}
.bs .price-card li::before { content: '+'; font-family: 'Inter', system-ui, sans-serif; font-size: 16px; color: var(--blue); line-height: 1.55; font-weight: 700; }
.bs .price-card .cta { margin-top: auto; }

/* ───── FAQ ───── */
.bs .faq { border-top: 1px solid var(--rule); }
.bs .faq-item { padding: 28px 0; border-bottom: 1px solid var(--rule); display: grid; grid-template-columns: 1fr 2fr; gap: 64px; align-items: start; }
.bs .faq-item h4 { font-family: 'Roboto Slab', Georgia, serif; font-weight: 500; font-size: 22px; line-height: 1.2; margin: 0; letter-spacing: -0.01em; color: var(--paper); }
.bs .faq-item p { font-family: 'Inter', system-ui, sans-serif; font-weight: 450; font-size: 17.5px; line-height: 1.65; margin: 0; color: var(--paper); }

/* ───── Mobile (≤ 760px) ───── */
.bs .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 80px; }

@media (max-width: 760px) {
  /* generic 2-col helper falls back to 1 col */
  .bs .grid-2 { grid-template-columns: 1fr; gap: 0; }

  /* topstrip → stacked, compact */
  .bs .topstrip {
    padding: 10px 16px;
    flex-direction: column; align-items: flex-start; gap: 4px;
    font-size: 9.5px; letter-spacing: 0.14em;
  }
  .bs .topstrip .left, .bs .topstrip .right { flex-wrap: wrap; gap: 10px; }
  .bs .topstrip .right > span:nth-child(2),
  .bs .topstrip .right > span:nth-child(3) { display: none; }

  /* nav — brand + hamburger on one row; menu drops down when open */
  .bs .nav-wrap {
    padding: 12px 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
  .bs .nav-wrap.overlay::before {
    -webkit-mask-image: none; mask-image: none;
    background: linear-gradient(180deg, rgba(14,13,10,0.95) 0%, rgba(14,13,10,0.74) 65%, rgba(14,13,10,0) 100%);
  }
  .bs .nav-wrap > div:nth-of-type(1) { display: none; } /* spacer */
  .bs .brand-mark { width: auto; height: 40px; }
  .bs .brand-text .name { font-size: 13px; }
  .bs .brand-text .sub { font-size: 8.5px; letter-spacing: 0.18em; }

  .bs .nav-toggle { display: inline-flex; }

  .bs .nav {
    flex-basis: 100%;
    order: 3;
    display: none; /* collapsed until the hamburger is tapped */
    flex-direction: column;
    gap: 2px;
    justify-self: stretch;
    border-top: 1px solid var(--rule);
    padding-top: 8px;
    margin-top: 4px;
  }
  .bs .nav-wrap.menu-open .nav { display: flex; }
  .bs .nav a {
    font-size: 18px;
    padding: 8px 4px;
    min-width: 0;
  }
  /* CNav menu rows — full width, 50px tap target, left aligned */
  .bs .nav-wrap .nav a {
    width: 100%;
    box-sizing: border-box;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .bs .nav .btn {
    margin-top: 4px;
    padding: 12px 14px;
    font-size: 11px;
    letter-spacing: 0.14em;
    justify-content: center;
    display: flex;
    align-items: center;
    line-height: 1.1;
    min-height: 48px;
  }

  /* nav overlay (homepage hero) — keep dark hamburger + dropdown */
  .bs .nav-wrap.overlay { padding-top: 12px; padding-bottom: 12px; }
  .bs .nav-wrap.overlay .nav { border-top-color: rgba(255,255,255,0.18); }

  /* hero */
  .bs .hero { min-height: 440px; }
  .bs .hero-content { padding: 124px 20px 0; max-width: 100%; }
  .bs .hero h1 { font-size: 52px; line-height: 0.98; }
  .bs .hero .lede { font-size: 16px; margin-top: 18px; }
  .bs .hero-status {
    padding: 14px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .bs .hero-status .left {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }
  .bs .hero-status .hours { flex-direction: column; gap: 4px; }

  /* page-hero (inner) */
  .bs .page-hero {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 48px 20px 36px;
  }
  .bs .page-hero h1 { font-size: 44px; }
  .bs .page-hero .lede { font-size: 16px; }

  /* section heads */
  .bs .head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 32px; }
  .bs .head h2 { font-size: 34px; line-height: 1.05; }
  .bs .head .desc { font-size: 15px; max-width: 100%; }

  /* glance */
  .bs .glance {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 48px 20px;
  }
  .bs .glance-grid { grid-template-columns: 1fr; gap: 0; }
  .bs .glance-item { padding: 18px 0; }
  .bs .glance-item .v { font-size: 20px; }

  /* parchment */
  .bs .parchment { padding: 48px 20px; }

  /* tables */
  .bs .table th, .bs .table td { padding: 14px 0; }
  .bs .table td { font-size: 15px; }
  .bs .table .row-emphasis td { font-size: 16px; }

  /* steps */
  .bs .step { grid-template-columns: 56px 1fr; gap: 16px; padding: 24px 0; }
  .bs .step .n { font-size: 40px; }
  .bs .step h3 { font-size: 20px; }
  .bs .step p { font-size: 15px; }

  /* callout */
  .bs .callout { grid-template-columns: 1fr; padding: 18px 20px; gap: 8px; }
  .bs .callout .txt { font-size: 16px; }

  /* rules cols */
  .bs .rules-cols { grid-template-columns: 1fr; gap: 32px; }

  /* map */
  .bs .map { aspect-ratio: 4 / 3; }
  .bs .map-grid { background-size: 32px 32px; }

  /* benefits — single col, drop the alternating split */
  .bs .benefits { grid-template-columns: 1fr; }
  .bs .benefit { padding: 22px 0; border-left: 0; }
  .bs .benefit:nth-child(even) { padding-left: 0; padding-right: 0; border-left: 0; }

  /* pricing */
  .bs .pricing { grid-template-columns: 1fr; gap: 20px; }
  .bs .price-card { padding: 26px 22px; }
  .bs .price-card .price { font-size: 44px; }

  /* faq */
  .bs .faq-item { grid-template-columns: 1fr; gap: 8px; padding: 20px 0; }
  .bs .faq-item h4 { font-size: 18px; }
  .bs .faq-item p { font-size: 15px; }

  /* footer */
  .bs footer { padding: 40px 20px 20px; }
  .bs .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; padding-bottom: 24px; }
  .bs .footer-grid .lockup { grid-column: 1 / -1; }
  .bs footer .lockup .name { font-size: 22px; }
  .bs .footer-bottom { flex-direction: column; gap: 6px; align-items: center; }

  /* buttons */
  .bs .btn-brass, .bs .btn-ghost, .bs .btn-ghost-ink {
    padding: 12px 16px;
    font-size: 10px;
    letter-spacing: 0.16em;
  }
}

/* ───── Tablet (761–1100px) — keep the desktop layout, but ease side
   padding, column gaps, and oversized display type so nothing crowds
   the edges in the mid-range. ───── */
@media (min-width: 761px) and (max-width: 1100px) {
  .bs .topstrip { padding: 13px 36px; }

  .bs .nav-wrap { padding: 18px 36px; gap: 20px; }
  .bs .nav { gap: 20px; }
  .bs .nav a { font-size: 15px; }
  .bs .nav .btn { padding: 12px 16px; }
  .bs .brand-text .name { font-size: 16px; }

  .bs .head { gap: 40px; margin-bottom: 36px; }
  .bs .head h2 { font-size: 44px; }
  .bs .head .desc { font-size: 16px; }

  .bs .hero-content { padding: 112px 36px 0; max-width: 860px; }
  .bs .hero h1 { font-size: 84px; }
  .bs .hero .lede { font-size: 19px; }
  .bs .hero-status { padding: 20px 36px; gap: 28px; }
  .bs .hero-status .left { gap: 24px; }
  .bs .hero-status .hours { gap: 20px; }

  .bs .page-hero { padding: 48px 36px 56px; gap: 44px; }
  .bs .page-hero h1 { font-size: 64px; }
  .bs .page-hero .lede { font-size: 18px; }

  .bs .glance { padding: 48px 36px; gap: 44px; }
  .bs .glance-grid { gap: 28px 36px; }

  .bs .parchment { padding: 48px 36px; }

  .bs .faq-item { gap: 40px; }
  .bs .rules-cols { gap: 36px; }

  .bs footer { padding: 56px 36px 26px; }
  .bs .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 40px; }
  .bs .footer-grid .lockup { grid-column: 1 / -1; }
}

/* ═══ Homepage ═══ */
/* ───── Homepage-specific ───── */

/* hero bottom bar: nav + status combined (option B) */
.bs .hero { min-height: 420px; display: flex; flex-direction: column; }
.bs .hero h1 { font-size: clamp(44px, 6.2vw, 80px); white-space: nowrap; }
.bs .hero-brand { position: absolute; top: 26px; left: 72px; z-index: 5; display: flex; align-items: center; gap: 14px; }
.bs .hero-brand .brand-text { text-align: left; line-height: 1.15; }
.bs .hero-brand .brand-text .name { font-family: 'Inter', system-ui, sans-serif; font-weight: 600; font-size: 17px; color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,0.55); }
.bs .hero-brand .brand-text .sub { font-family: 'Inter', system-ui, sans-serif; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.9); text-shadow: 0 1px 6px rgba(0,0,0,0.55); }
.bs .hero-brand .brand-mark { height: 64px; width: auto; display: block; filter: drop-shadow(0 2px 8px rgba(0,0,0,0.45)); }
.bs .hero-content { flex: 1 1 auto; min-height: 0; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; padding: clamp(72px, 9vw, 96px) clamp(20px, 5vw, 72px) clamp(40px, 5vw, 72px); max-width: none; text-align: right; }
.bs .hero-barnav {
  position: relative; z-index: 3;
  background: linear-gradient(180deg, #24282e 0%, #16191d 52%, #050608 100%);
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: clamp(12px, 1.5vw, 18px) clamp(16px, 5vw, 72px);
  color: var(--on-photo);
}
.bs .hero-barnav .bn-row {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: clamp(8px, 1.1vw, 14px) clamp(16px, 2.6vw, 32px);
}
.bs .hero-barnav .bn-top { border-bottom: 1px solid rgba(255,255,255,0.14); padding-bottom: 12px; }
.bs .hero-barnav .brand { display: flex; align-items: center; gap: 13px; text-decoration: none; color: inherit; }
.bs .hero-barnav .brand-mark { height: 44px; width: auto; display: block; }
.bs .hero-barnav .brand-text .name { font-family: 'Inter', system-ui, sans-serif; font-weight: 600; font-size: 16px; color: #fff; line-height: 1.1; }
.bs .hero-barnav .brand-text .sub { font-family: 'Inter', system-ui, sans-serif; font-size: 9.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--on-photo-dim); }
.bs .hero-barnav .nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px clamp(12px, 1.5vw, 28px); }
.bs .hero-barnav .nav a { color: #fff; text-decoration: none; font-family: 'Inter', system-ui, sans-serif; font-size: clamp(13px, 1.05vw, 17.5px); font-weight: 600; }
.bs .hero-barnav .nav a:hover { color: var(--green-bright); }
.bs .hero-barnav .bn-status { flex: 0 1 auto; min-width: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; text-align: center; gap: 6px clamp(10px, 1.4vw, 18px); }
.bs .hero-barnav .pulse { display: inline-flex; align-items: center; gap: 11px; font-family: 'Inter', system-ui, sans-serif; font-size: clamp(11px, 0.95vw, 13.5px); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--on-photo); }
.bs .hero-barnav .pulse::before { content: ''; width: 11px; height: 11px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 12px var(--green-bright); }
.bs .hero-barnav .pulse.closed::before { background: var(--red-bright); box-shadow: 0 0 12px var(--red-bright); }
.bs .hero-barnav .hours { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; text-align: center; gap: 4px clamp(10px, 1.3vw, 18px); font-family: 'Inter', system-ui, sans-serif; font-size: clamp(11px, 0.95vw, 13.5px); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--on-photo); }
.bs .hero-barnav .hours em { font-style: normal; opacity: 0.65; margin-right: 7px; }
.bs .hero-barnav .cta { background: var(--green); color: #fff; font-family: 'Inter', system-ui, sans-serif; font-size: clamp(10px, 0.85vw, 12px); letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; min-height: 44px; padding: 0 clamp(14px, 1.4vw, 22px); display: inline-flex; align-items: center; white-space: nowrap; text-decoration: none; flex: 0 0 auto; }
.bs .hero-barnav .bn-right { flex: 0 1 auto; min-width: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(10px, 1.4vw, 18px); }
.bs .hero-barnav .bn-social { flex: 0 0 auto; display: flex; align-items: center; gap: clamp(14px, 1.5vw, 22px); }
.bs .hero-barnav .bn-soc { display: inline-flex; width: 38px; height: 38px; transition: transform 0.15s ease; }
.bs .hero-barnav .bn-soc:hover { transform: translateY(-2px); }
.bs .hero-barnav .bn-toggle { display: none; }
.bs .hero-barnav .bn-burger-wrap { display: inline-flex; align-items: center; gap: 11px; }
.bs .hero-barnav .bn-menu-label { display: none; font-family: 'Inter', system-ui, sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 0.16em; text-transform: uppercase; color: #fff; }
.bs .hero-barnav .bn-burger { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 26px; height: 18px; flex: 0 0 auto; }
.bs .hero-barnav .bn-burger span { display: block; height: 2px; width: 100%; background: #fff; border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
.bs .hero-barnav.menu-open .bn-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.bs .hero-barnav.menu-open .bn-burger span:nth-child(2) { opacity: 0; }
.bs .hero-barnav.menu-open .bn-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.bs .hero-barnav .bn-soc svg { width: 100%; height: 100%; display: block; }
.bs .hero-barnav .bn-about { color: var(--on-photo); text-decoration: none; font-family: 'Inter', system-ui, sans-serif; font-size: 15px; font-weight: 500; }
.bs .hero-barnav .bn-about:hover { color: var(--green-bright); }

.bs .home-disc {
  padding: 52px 72px;
  border-top: 1px solid var(--rule);
}
.bs .home-disc .disc-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
}
.bs .home-disc .disc-photo {
  grid-row: span 2;
  background: var(--bg-3); overflow: hidden;
  min-height: 540px;
}
.bs .home-disc .disc-photo img { width: 100%; height: 100%; object-fit: cover; }
.bs .home-disc .disc-cell {
  padding: 32px 0 0; border-top: 1px solid var(--rule);
}
.bs .home-disc .disc-cell .nm { font-family: 'Roboto Slab', Georgia, serif; font-size: 30px; line-height: 1; margin: 0 0 12px; letter-spacing: -0.02em; color: var(--paper); font-weight: 500; }
.bs .home-disc .disc-cell .nm em { font-style: italic; color: var(--blue); font-weight: 400; }
.bs .home-disc .disc-cell .dt { font-family: 'Inter', system-ui, sans-serif; font-weight: 450; font-size: 16px; line-height: 1.55; color: var(--paper); }

.bs .home-events {
  padding: 52px 72px; background: var(--bg-2);
}
.bs .home-events-list .ev {
  display: grid; grid-template-columns: 180px 1fr 220px;
  gap: 48px; padding: 28px 0; border-top: 1px solid var(--rule);
  align-items: center;
}
.bs .home-events-list .ev:last-child { border-bottom: 1px solid var(--rule); }
.bs .home-events-list .ev .date {
  font-family: 'Roboto Slab', Georgia, serif; font-weight: 400;
  font-size: 48px; line-height: 0.9; letter-spacing: -0.02em; color: var(--paper);
}
.bs .home-events-list .ev .date .mo { display: block; font-family: 'Inter', system-ui, sans-serif; font-size: 11px; letter-spacing: 0.22em; color: var(--blue); margin-bottom: 8px; }
.bs .home-events-list .ev .nm { font-family: 'Roboto Slab', Georgia, serif; font-weight: 500; font-size: 26px; line-height: 1.1; letter-spacing: -0.015em; color: var(--paper); }
.bs .home-events-list .ev .dt { font-family: 'Inter', system-ui, sans-serif; font-weight: 450; font-size: 16px; color: var(--paper); margin-top: 8px; line-height: 1.5; }
.bs .home-events-list .ev .kind {
  font-family: 'Inter', system-ui, sans-serif; font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--blue); justify-self: end;
}

.bs .home-member {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border-top: 1px solid var(--rule);
}
.bs .home-member-photo { min-height: 405px; background: var(--bg-3); overflow: hidden; }
.bs .home-member-photo img { width: 100%; height: 160%; object-fit: cover; object-position: center top; transform: translateY(-25%); }
.bs .home-member-text {
  background: var(--bg); padding: 34px 72px;
  display: flex; flex-direction: column; justify-content: center;
}
.bs .home-member-text h2 { font-family: 'Roboto Slab', Georgia, serif; font-weight: 500; font-size: 46px; line-height: 1.04; margin: 0 0 16px; letter-spacing: -0.02em; color: var(--paper); }
.bs .home-member-text h2 em { font-style: italic; color: var(--blue); font-weight: 500; }
.bs .home-member-text p { font-family: 'Inter', system-ui, sans-serif; font-weight: 450; font-size: 17.5px; line-height: 1.6; color: var(--paper); max-width: 480px; margin: 0; }
.bs .home-member-text .ctas { display: flex; gap: 14px; margin-top: 24px; }

/* ───── At a glance — horizontal strip ───── */
.bs .home-glance { padding: 48px 72px 88px; }
.bs .home-social { display: flex; gap: 14px; align-items: center; margin-bottom: 24px; }
.bs .home-social a { display: inline-flex; width: 42px; height: 42px; transition: transform 0.15s ease; }
.bs .home-social a:hover { transform: translateY(-2px); }
.bs .home-social svg { width: 100%; height: 100%; display: block; }
.bs .home-glance-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 1px solid var(--paper);
  border-bottom: 1px solid var(--paper);
}
.bs .home-glance-item {
  padding: 28px 28px 32px;
  border-right: 1px solid var(--rule);
}
.bs .home-glance-item:first-child { padding-left: 0; }
.bs .home-glance-item:last-child { border-right: 0; padding-right: 0; }
.bs .home-glance-item .k {
  font-family: 'Inter', system-ui, sans-serif; font-size: 21px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--blue); margin-bottom: 12px; font-weight: 700;
}
.bs .home-glance-item .v {
  font-family: 'Roboto Slab', Georgia, serif; font-weight: 500;
  font-size: 22px; line-height: 1.2; letter-spacing: -0.01em;
  color: var(--paper); margin-bottom: 8px;
}
.bs .home-glance-item .v em { font-style: italic; color: var(--blue); }
.bs .home-glance-item .n {
  font-family: 'Inter', system-ui, sans-serif; font-style: italic;
  font-size: 27px; color: var(--blue); line-height: 1.4; font-weight: 700;
}

/* ───── What's New ───── */
.bs .home-news { padding: 44px 72px; background: var(--bg-2); border-top: 1px solid var(--rule); }
.bs .home-news-list { display: flex; flex-direction: column; gap: 0; margin-top: 24px; }
.bs .home-news-item {
  display: grid; grid-template-columns: 140px 1fr; gap: 32px;
  padding: 18px 0; border-top: 1px solid var(--rule);
  align-items: baseline;
}
.bs .home-news-item:last-child { border-bottom: 1px solid var(--rule); }
.bs .home-news-item .date {
  font-family: 'Inter', system-ui, sans-serif; font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--blue); font-weight: 700;
}
.bs .home-news-item .text {
  font-family: 'Inter', system-ui, sans-serif; font-weight: 450; font-size: 17px;
  line-height: 1.5; color: var(--paper); margin: 0;
}

/* ───── About the Rock ───── */
.bs .home-about {
  padding: 52px 72px;
  border-top: 1px solid var(--rule);
}
.bs .home-about-body {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px;
}
.bs .home-about-body p {
  font-family: 'Inter', system-ui, sans-serif; font-weight: 450;
  font-size: 18px; line-height: 1.65; color: var(--paper);
  margin: 0;
}
.bs .home-about-body p a {
  color: var(--green); text-decoration: underline;
  text-underline-offset: 3px; text-decoration-thickness: 1px;
}

@media (max-width: 760px) {
  .bs .home-disc { padding: 48px 20px; }
  .bs .home-disc .disc-grid { grid-template-columns: 1fr; gap: 24px; }
  .bs .home-disc .disc-photo { min-height: 260px; grid-row: auto; }
  .bs .home-disc .disc-cell { padding-top: 20px; }
  .bs .home-disc .disc-cell .nm { font-size: 22px; }

  .bs .home-glance { padding: 48px 20px; }
  .bs .home-glance-grid { grid-template-columns: 1fr; }
  .bs .home-glance-item { border-right: 0; border-bottom: 1px solid var(--rule); padding: 18px 0; }
  .bs .home-glance-item:last-child { border-bottom: 0; padding-bottom: 0; }

  .bs .home-about { padding: 48px 20px; }
  .bs .home-about-body { grid-template-columns: 1fr; gap: 16px; }
  .bs .home-about-body p { font-size: 16px; }

  .bs .home-news { padding: 44px 20px; }
  .bs .home-news-item { grid-template-columns: 1fr; gap: 6px; }

  .bs .home-member { grid-template-columns: 1fr; }
  .bs .home-member-photo { min-height: 260px; }
  .bs .home-member-text { padding: 48px 20px; }
  .bs .home-member-text h2 { font-size: 36px; }

  /* hero bottom bar stacks below the photo on mobile */
  .bs .hero { min-height: 0; }
  .bs .hero h1 { font-size: 36px; white-space: normal; line-height: 1.02; }
  .bs .hero-brand { top: 16px; left: 16px; gap: 9px; }
  .bs .hero-brand .brand-mark { height: 44px; }
  .bs .hero-brand .brand-text .name { font-size: 13px; }
  .bs .hero-brand .brand-text .sub { font-size: 8.5px; letter-spacing: 0.16em; }
  .bs .hero-content { padding: 56px 20px 40px; text-align: right; min-height: 360px; }

  /* hero bottom bar → compact row + hamburger menu */
  .bs .hero-barnav { padding: 10px 16px; }
  .bs .hero-barnav .bn-toggle {
    display: flex; align-items: center; justify-content: space-between;
    width: 100%; gap: 14px; min-height: 48px;
    background: transparent; border: 0; padding: 4px 2px; cursor: pointer;
    -webkit-appearance: none; appearance: none;
  }
  .bs .hero-barnav .bn-toggle .pulse { font-size: 13.5px; }
  .bs .hero-barnav .bn-menu-label { display: inline; }
  .bs .hero-barnav .bn-burger-wrap { border: 2px solid rgba(255,255,255,0.6); border-radius: 8px; padding: 10px 16px; }
  .bs .hero-barnav .bn-row {
    display: none;
    flex-direction: column; align-items: stretch;
    flex-wrap: nowrap; gap: 16px;
    padding-top: 14px; margin-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.14);
  }
  .bs .hero-barnav.menu-open .bn-row { display: flex; }
  .bs .hero-barnav .bn-status { order: 1; justify-content: flex-start; text-align: left; }
  .bs .hero-barnav .bn-status .pulse { display: none; } /* shown in the collapsed toggle instead */
  .bs .hero-barnav .hours { justify-content: flex-start; text-align: left; font-size: 12px; }
  .bs .hero-barnav .bn-social { order: 3; justify-content: flex-start; }
  .bs .hero-barnav .bn-right { order: 2; flex-direction: column; align-items: stretch; gap: 12px; width: 100%; }
  .bs .hero-barnav .nav { flex-direction: column; align-items: stretch; gap: 2px; }
  .bs .hero-barnav .nav a { font-size: 18px; min-height: 50px; display: flex; align-items: center; }
  .bs .hero-barnav .cta { justify-content: center; min-height: 50px; }
}

/* ───── Tablet (761–1100px) ───── */
@media (min-width: 761px) and (max-width: 1100px) {
  .bs .hero-content { padding: 80px 36px 56px; }
  .bs .hero-brand { left: 36px; }

  .bs .home-glance { padding: 44px 36px 72px; }
  .bs .home-glance-grid { grid-template-columns: repeat(2, 1fr); }
  .bs .home-glance-item { padding: 22px 24px 26px; }
  .bs .home-glance-item:nth-child(odd) { padding-left: 0; }
  .bs .home-glance-item:nth-child(even) { border-right: 0; padding-right: 0; }
  .bs .home-glance-item:nth-child(1),
  .bs .home-glance-item:nth-child(2) { border-bottom: 1px solid var(--rule); }

  .bs .home-disc { padding: 48px 36px; }
  .bs .home-disc .disc-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .bs .home-disc .disc-photo { min-height: 420px; }

  .bs .home-member-text { padding: 34px 40px; }
  .bs .home-member-text h2 { font-size: 40px; }

  .bs .home-about { padding: 48px 36px; }
  .bs .home-about-body { gap: 44px; }
}

/* ═══ Visit ═══ */
.bs .visit-hours-fees {
  padding: 52px 72px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  border-bottom: 1px solid var(--rule);
}
.bs .visit-hours-fees h3 {
  font-family: 'Inter', system-ui, sans-serif; font-size: 12.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--blue); margin: 0 0 24px; font-weight: 600;
}
.bs .visit-card-title { font-family: 'Roboto Slab', Georgia, serif; font-weight: 600; font-size: 32px; line-height: 1.02; letter-spacing: -0.02em; margin: 0 0 28px; color: var(--paper); }
.bs .visit-card-title em { font-style: italic; color: var(--blue); font-weight: 400; }

.bs .visit-directions {
  padding: 52px 72px;
  scroll-margin-top: 150px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start;
  border-bottom: 1px solid var(--rule);
}
.bs .visit-directions .addr {
  font-family: 'Roboto Slab', Georgia, serif; font-weight: 500; font-size: 22px; line-height: 1.45; color: var(--paper);
  margin: 22px 0 28px;
}
.bs .visit-directions .addr strong { display: block; font-weight: 600; color: var(--paper); font-size: 26px; margin-bottom: 6px; letter-spacing: -0.01em; }
.bs .visit-directions .from {
  border-top: 1px solid var(--rule); padding-top: 18px; margin-top: 24px;
}
.bs .visit-directions .from-row { padding: 14px 0; display: grid; grid-template-columns: 110px 1fr; gap: 24px; font-family: 'Inter', system-ui, sans-serif; font-weight: 450; font-size: 17px; color: var(--paper); border-bottom: 1px solid var(--rule); }
.bs .visit-directions .from-row .city { color: var(--blue); }

.bs .visit-faq {
  padding: 52px 72px;
  scroll-margin-top: 150px;
}
.bs #first-visit { scroll-margin-top: 150px; }

.bs .visit-cta {
  padding: 52px 72px;
  background: var(--bg-2);
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; align-items: center;
  border-top: 1px solid var(--rule);
}
.bs .visit-cta h2 { font-family: 'Roboto Slab', Georgia, serif; font-weight: 500; font-size: 56px; line-height: 1; letter-spacing: -0.02em; margin: 0 0 20px; color: var(--paper); }
.bs .visit-cta h2 em { font-style: italic; color: var(--blue); font-weight: 500; }
.bs .visit-cta p { font-family: 'Inter', system-ui, sans-serif; font-weight: 450; font-size: 17.5px; line-height: 1.6; color: var(--paper); margin: 0; max-width: 480px; }
.bs .visit-cta .ctas { display: flex; gap: 14px; justify-self: end; flex-wrap: wrap; }

@media (max-width: 760px) {
  .bs .visit-hours-fees { grid-template-columns: 1fr; gap: 36px; padding: 48px 20px; }
  .bs .visit-card-title { font-size: 22px; margin-bottom: 18px; }
  .bs .visit-directions { grid-template-columns: 1fr; gap: 32px; padding: 48px 20px; }
  .bs .visit-directions .addr { font-size: 16px; }
  .bs .visit-directions .addr strong { font-size: 18px; }
  .bs .visit-directions .from-row { grid-template-columns: 1fr; gap: 2px; padding: 10px 0; }
  .bs .visit-faq { padding: 48px 20px; }
  .bs .visit-cta { grid-template-columns: 1fr; gap: 20px; padding: 48px 20px; }
  .bs .visit-cta h2 { font-size: 34px; }
  .bs .visit-cta .ctas { justify-self: start; }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .bs .visit-hours-fees { padding: 48px 36px; gap: 48px; }
  .bs .visit-card-title { font-size: 28px; }
  .bs .visit-directions { padding: 48px 36px; gap: 44px; }
  .bs .visit-faq { padding: 48px 36px; }
  .bs .visit-cta { padding: 48px 36px; gap: 40px; }
  .bs .visit-cta h2 { font-size: 44px; }
}

/* ═══ Rules ═══ */
.bs .rules-shell {
  display: grid; grid-template-columns: 280px 1fr;
  gap: 80px;
  padding: 52px 72px 60px;
  border-top: 1px solid var(--rule);
}
.bs .rules-side {
  position: sticky; top: 150px; align-self: start;
  border-top: 1px solid var(--paper); padding-top: 18px;
}
.bs .rules-side .label {
  font-family: 'Inter', system-ui, sans-serif; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 18px;
}
.bs .rules-toc { list-style: none; padding: 0; margin: 0 0 32px; }
.bs .rules-toc li { padding: 6px 0; }
.bs .rules-toc a {
  font-family: 'Inter', system-ui, sans-serif; font-weight: 500; font-size: 14px;
  color: var(--paper); text-decoration: none;
  display: grid; grid-template-columns: 28px 1fr; gap: 8px;
}
.bs .rules-toc a:hover { color: var(--blue); }
.bs .rules-toc a .n { font-family: 'Inter', system-ui, sans-serif; font-size: 10.5px; color: var(--paper-dim); letter-spacing: 0.18em; }
.bs .rules-side .download {
  margin-top: 8px;
  padding: 22px 22px 24px;
  background: var(--bg-3);
  border-top: 3px solid var(--green);
}
.bs .rules-side .download .ttl {
  font-family: 'Inter', system-ui, sans-serif; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 8px;
}
.bs .rules-side .download h4 { font-family: 'Roboto Slab', Georgia, serif; font-weight: 500; font-size: 19px; line-height: 1.15; margin: 0 0 14px; color: var(--paper); }
.bs .rules-side .download a {
  display: block; padding: 10px 0;
  font-family: 'Inter', system-ui, sans-serif; font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--paper); text-decoration: none;
  border-top: 1px solid var(--rule-strong);
}
.bs .rules-side .download a:hover { color: var(--blue); }
.bs .rules-side .download a:last-child { border-bottom: 1px solid var(--rule-strong); }

.bs .rules-main { min-width: 0; max-width: 760px; }
.bs .rules-section { padding: 0 0 44px; scroll-margin-top: 150px; }
.bs .rules-section + .rules-section { border-top: 1px solid var(--rule); padding-top: 44px; }
.bs .rules-section .num {
  font-family: 'Inter', system-ui, sans-serif; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 14px; font-weight: 600;
}
.bs .rules-section h2 {
  font-family: 'Roboto Slab', Georgia, serif; font-weight: 500;
  font-size: 44px; line-height: 1; letter-spacing: -0.02em;
  margin: 0 0 18px; color: var(--paper);
  scroll-margin-top: 24px;
}
.bs .rules-section h2 em { font-style: italic; color: var(--blue); font-weight: 500; }
.bs .rules-section .blurb {
  font-family: 'Inter', system-ui, sans-serif; font-weight: 450; font-size: 17px; line-height: 1.6;
  color: var(--paper-dim); margin: 0 0 28px; max-width: 600px;
}
.bs .rules-section ul { list-style: none; padding: 0; margin: 0; }
.bs .rules-section li {
  font-family: 'Inter', system-ui, sans-serif; font-weight: 450; font-size: 17px; line-height: 1.6;
  padding: 16px 0;
  display: flex; gap: 16px; align-items: baseline;
  border-bottom: 1px solid var(--rule);
  color: var(--paper);
}
.bs .rules-section li:first-child { border-top: 1px solid var(--paper); }
.bs .rules-section li::before {
  content: ''; flex: 0 0 18px; height: 2px; background: var(--green);
  transform: translateY(-5px);
}
.bs .rules-section li strong { color: var(--blue); font-weight: 600; }

/* ───── Essentials band — the three priorities that override everything.
   Dark, full-width, visually distinct from the light reference below so the
   reader instantly separates "the big three" from the detailed rules. ───── */
.bs .rules-essentials {
  background: var(--ink); color: #fff;
  padding: 48px 72px 52px;
  border-top: 1px solid var(--rule);
}
.bs .rules-essentials .lead {
  font-family: 'Inter', system-ui, sans-serif; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--blue-bright, var(--blue)); margin: 0 0 30px; font-weight: 600;
}
.bs .rules-ess-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.bs .rules-ess { padding: 2px 44px; border-left: 1px solid rgba(255,255,255,0.16); }
.bs .rules-ess:first-child { padding-left: 0; border-left: 0; }
.bs .rules-ess:last-child { padding-right: 0; }
.bs .rules-ess .tag {
  font-family: 'Inter', system-ui, sans-serif; font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--blue-bright, var(--blue)); margin-bottom: 14px; font-weight: 600;
}
.bs .rules-ess h3 {
  font-family: 'Roboto Slab', Georgia, serif; font-weight: 500; font-size: 23px; line-height: 1.22;
  letter-spacing: -0.01em; margin: 0; color: #fff;
}
.bs .rules-ess h3 em { font-style: italic; color: var(--blue-bright, var(--blue)); font-weight: 500; }

.bs .rules-final {
  margin-top: 36px;
  padding: 32px 36px;
  background: var(--bg-3);
  border-left: 3px solid var(--green);
}
.bs .rules-final p { font-family: 'Inter', system-ui, sans-serif; font-size: 15.5px; line-height: 1.6; color: var(--paper); margin: 0; }

@media (max-width: 760px) {
  .bs .rules-shell {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 20px 56px;
  }
  .bs .rules-side {
    position: static;
    border-top: 1px solid var(--paper);
    padding-top: 14px;
    min-width: 0;
  }
  /* TOC becomes a horizontal scrollable pill strip on mobile */
  .bs .rules-toc {
    display: flex; flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    min-width: 0;
    gap: 10px;
    margin: 0 -20px 20px;
    padding: 4px 20px 12px;
    scrollbar-width: thin;
  }
  .bs .rules-toc::-webkit-scrollbar { height: 4px; }
  .bs .rules-toc::-webkit-scrollbar-thumb { background: var(--rule-strong); border-radius: 2px; }
  .bs .rules-toc li { padding: 0; flex: 0 0 auto; }
  .bs .rules-toc a {
    display: inline-flex; align-items: center; gap: 6px;
    grid-template-columns: none;
    padding: 8px 12px;
    border: 1px solid var(--rule-strong);
    border-radius: 999px;
    white-space: nowrap;
    font-size: 13px;
    background: var(--bg);
  }
  .bs .rules-toc a .n { font-size: 10px; }

  .bs .rules-side .download { padding: 18px 18px 20px; }
  .bs .rules-side .download h4 { font-size: 17px; }

  .bs .rules-main { max-width: 100%; }
  .bs .rules-section { padding: 0 0 36px; }
  .bs .rules-section + .rules-section { padding-top: 36px; }
  .bs .rules-section h2 { font-size: 30px; scroll-margin-top: 12px; }
  .bs .rules-section .blurb { font-size: 15.5px; margin-bottom: 20px; }
  .bs .rules-section li { font-size: 15px; padding: 12px 0; gap: 12px; }

  .bs .rules-essentials { padding: 36px 20px 40px; }
  .bs .rules-essentials .lead { margin-bottom: 22px; }
  .bs .rules-ess-grid { grid-template-columns: 1fr; gap: 0; }
  .bs .rules-ess { padding: 18px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,0.16); }
  .bs .rules-ess:first-child { padding-top: 0; border-top: 0; }
  .bs .rules-ess h3 { font-size: 21px; }

  .bs .rules-final { padding: 22px 20px; }
  .bs .rules-final p { font-size: 15px; }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .bs .rules-shell { grid-template-columns: 230px 1fr; gap: 48px; padding: 48px 36px 56px; }
  .bs .rules-section h2 { font-size: 38px; }
  .bs .rules-essentials { padding: 44px 36px 48px; }
  .bs .rules-ess { padding: 2px 28px; }
}

/* ═══ Membership ═══ */
.bs .mem-intro {
  padding: 52px 72px 56px;
  border-bottom: 1px solid var(--rule);
}
.bs .mem-intro p { font-family: 'Inter', system-ui, sans-serif; font-weight: 450; font-size: 19px; line-height: 1.65; color: var(--paper); margin: 0 0 16px; max-width: 760px; }
.bs .mem-intro p:last-child { margin-bottom: 0; }
.bs .mem-intro p.muted { color: var(--paper); font-weight: 450; font-size: 17.5px; }

.bs .mem-stats {
  padding: 32px 72px;
  background: var(--bg-2);
  border-bottom: 1px solid var(--rule);
}
.bs .mem-stats-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 0;
}
.bs .mem-stat {
  padding: 12px 32px;
  border-right: 1px solid var(--rule);
  text-align: center;
}
.bs .mem-stat:last-child { border-right: 0; }
.bs .mem-stat .v { font-family: 'Roboto Slab', Georgia, serif; font-size: 40px; line-height: 1; letter-spacing: -0.025em; color: var(--paper); }
.bs .mem-stat .v em { font-style: italic; color: var(--blue); }
.bs .mem-stat .k { font-family: 'Inter', system-ui, sans-serif; font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--paper-dim); margin-top: 8px; }

.bs .mem-benefits {
  padding: 52px 72px;
  border-bottom: 1px solid var(--rule);
}

.bs .mem-apply {
  padding: 52px 72px;
  background: var(--bg-2);
  border-bottom: 1px solid var(--rule);
}

.bs .mem-pricing {
  padding: 52px 72px;
}

.bs .mem-timeline {
  padding: 52px 72px;
  border-bottom: 1px solid var(--rule);
}
.bs .tl { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 44px; }
.bs .tl-step { position: relative; padding-right: 26px; }
.bs .tl-step::before { content: ''; position: absolute; top: 23px; left: 48px; right: 0; height: 2px; background: var(--rule-strong); }
.bs .tl-step:last-child { padding-right: 0; }
.bs .tl-step:last-child::before { display: none; }
.bs .tl-dot { width: 46px; height: 46px; border-radius: 50%; background: var(--green); color: #fff; font-family: 'Roboto Slab', Georgia, serif; font-weight: 500; font-size: 20px; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; margin-bottom: 24px; }
.bs .tl-when { font-family: 'Inter', system-ui, sans-serif; font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--blue); font-weight: 600; margin-bottom: 10px; }
.bs .tl-title { font-family: 'Roboto Slab', Georgia, serif; font-weight: 500; font-size: 22px; line-height: 1.1; letter-spacing: -0.01em; margin: 0 0 10px; color: var(--paper); }
.bs .tl-desc { font-family: 'Inter', system-ui, sans-serif; font-weight: 450; font-size: 15.5px; line-height: 1.55; color: var(--paper); margin: 0; }

.bs .mem-final {
  padding: 52px 72px;
  background: var(--bg-2);
  display: grid; grid-template-columns: 1fr auto; gap: 64px; align-items: center;
  border-top: 1px solid var(--rule);
}
.bs .mem-final h2 { font-family: 'Roboto Slab', Georgia, serif; font-weight: 500; font-size: 56px; line-height: 1; letter-spacing: -0.02em; margin: 0; color: var(--paper); }
.bs .mem-final h2 em { font-style: italic; color: var(--blue); font-weight: 500; }
.bs .mem-final p { font-family: 'Inter', system-ui, sans-serif; font-weight: 450; font-size: 17.5px; line-height: 1.6; color: var(--paper); max-width: 540px; margin: 18px 0 0; }

@media (max-width: 760px) {
  .bs .mem-intro { padding: 48px 20px 32px; }
  .bs .mem-intro p { font-size: 16px; }
  .bs .mem-stats { padding: 22px 20px; }
  .bs .mem-stats-grid { grid-template-columns: 1fr; gap: 0; }
  .bs .mem-stat { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .bs .mem-stat:last-child { border-bottom: 0; }
  .bs .mem-stat .v { font-size: 30px; }
  .bs .mem-benefits { padding: 48px 20px; }
  .bs .mem-apply { padding: 48px 20px; }
  .bs .mem-pricing { padding: 48px 20px; }
  .bs .mem-timeline { padding: 48px 20px; }
  .bs .tl { grid-template-columns: 1fr; margin-top: 28px; }
  .bs .tl-step { padding: 0 0 28px 64px; }
  .bs .tl-step::before { top: 46px; left: 22px; right: auto; bottom: 0; width: 2px; height: auto; }
  .bs .tl-step:last-child { padding-bottom: 0; }
  .bs .tl-dot { position: absolute; left: 0; top: 0; margin-bottom: 0; }
  .bs .mem-final { grid-template-columns: 1fr; gap: 24px; padding: 48px 20px; }
  .bs .mem-final h2 { font-size: 34px; }
  .bs .app-status { grid-template-columns: 1fr !important; gap: 14px !important; align-items: start !important; }
  .bs .app-status > span:first-child { justify-self: start; }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .bs .mem-intro { padding: 48px 36px 52px; }
  .bs .mem-stats { padding: 30px 36px; }
  .bs .mem-benefits { padding: 48px 36px; }
  .bs .mem-apply { padding: 48px 36px; }
  .bs .mem-pricing { padding: 48px 36px; }
  .bs .mem-timeline { padding: 48px 36px; }
  .bs .tl { gap: 0 4px; }
  .bs .tl-step { padding-right: 16px; }
  .bs .tl-step::before { left: 44px; }
  .bs .tl-title { font-size: 19px; }
  .bs .tl-desc { font-size: 14px; }
  .bs .mem-final { padding: 48px 36px; gap: 40px; }
  .bs .mem-final h2 { font-size: 44px; }
}

/* ═══ Cowboy Action ═══ */
/* ───── Cowboy hero — dark, dramatic, photo + roundel ───── */
.bs .cowboy-hero {
  position: relative;
  background: #14171c;
  padding: 64px 72px 92px;
  border-bottom: 1px solid var(--rule);
  overflow: hidden;
}
.bs .cowboy-hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 6px 6px; pointer-events: none;
}
.bs .cowboy-hero-inner { position: relative; z-index: 2; max-width: 1120px; margin: 0 auto; }
.bs .cowboy-hero .crumb {
  font-family: 'Inter', system-ui, sans-serif; font-size: 12.5px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--green-bright); margin-bottom: 20px; font-weight: 600;
}
.bs .cowboy-hero h1 {
  font-family: 'Roboto Slab', Georgia, serif; font-weight: 500;
  font-size: 82px; line-height: 0.95; letter-spacing: -0.025em; margin: 0; color: #fff;
}
.bs .cowboy-hero h1 em { font-style: italic; color: var(--green-bright); font-weight: 500; }
.bs .cowboy-hero .lede {
  font-family: 'Inter', system-ui, sans-serif; font-weight: 450; font-size: 20px; line-height: 1.6;
  color: rgba(255,255,255,0.82); margin: 26px 0 0; max-width: 620px;
}
.bs .cowboy-hero-head { display: flex; align-items: center; }
.bs .cowboy-hero-copy { flex: 0 1 600px; min-width: 0; }
.bs .cowboy-hero-media { position: relative; margin-top: 44px; }
.bs .cowboy-hero-photo {
  position: relative; overflow: hidden; background: #0c0e12;
  border: 1px solid rgba(255,255,255,0.12); aspect-ratio: 16 / 9;
}
.bs .cowboy-hero-photo img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 45%; display: block;
}
.bs .cowboy-hero-photo::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(12,14,18,0) 62%, rgba(12,14,18,0.55) 100%);
}
.bs .cowboy-hero-cap {
  position: absolute; left: 0; bottom: 0; z-index: 3;
  background: rgba(12,14,18,0.74); color: #fff; padding: 11px 20px;
  font-family: 'Inter', system-ui, sans-serif; font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase;
}
.bs .cowboy-hero-cap em { font-style: normal; color: var(--green-bright); }
.bs .cowboy-hero-badge-wrap { flex: 1 1 auto; display: flex; align-items: center; justify-content: center; }
.bs .cowboy-hero-badge {
  flex: 0 0 auto; width: 300px; height: 300px;
  filter: drop-shadow(0 14px 26px rgba(0,0,0,0.55));
}
.bs .cowboy-intro {
  padding: 52px 72px;
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: start;
  border-bottom: 1px solid var(--rule);
}
.bs .cowboy-intro p { font-family: 'Inter', system-ui, sans-serif; font-weight: 450; font-size: 19px; line-height: 1.6; color: var(--paper); margin: 0 0 16px; }
.bs .cowboy-intro p.muted { color: var(--paper); font-weight: 450; font-size: 17.5px; }
.bs .cowboy-intro .pull {
  font-family: 'Roboto Slab', Georgia, serif; font-style: italic; font-size: 24px;
  line-height: 1.4; color: var(--paper); margin: 0;
  padding: 28px 32px;
  border-left: 3px solid var(--green);
  background: var(--bg-2);
}
.bs .cowboy-intro .pull em { font-style: normal; color: var(--green); }

.bs .cowboy-schedule {
  padding: 52px 72px;
  background: var(--bg-2);
  border-bottom: 1px solid var(--rule);
}
.bs .schedule-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 18px; margin-top: 28px;
}
.bs .schedule-card {
  padding: 28px 32px; background: var(--bg); border: 1px solid var(--rule);
  display: flex; flex-direction: column; gap: 8px;
}
.bs .schedule-card .ttl {
  font-family: 'Inter', system-ui, sans-serif; font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--green); margin-bottom: 14px;
}
.bs .schedule-card h3 { font-family: 'Roboto Slab', Georgia, serif; font-weight: 500; font-size: 22px; line-height: 1.15; margin: 0 0 8px; color: var(--paper); }
.bs .schedule-card h3 em { font-style: italic; color: var(--green); font-weight: 500; }
.bs .schedule-card p { font-family: 'Inter', system-ui, sans-serif; font-size: 15.5px; line-height: 1.55; color: var(--paper); margin: 0; }

.bs .cowboy-newshooter {
  padding: 52px 72px;
  background: var(--bg-3);
  position: relative;
  border-bottom: 1px solid var(--rule);
}
.bs .cowboy-newshooter::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(22,25,30,0.045) 1px, transparent 1px);
  background-size: 5px 5px; pointer-events: none;
}
.bs .cowboy-newshooter > * { position: relative; }

.bs .cowboy-cta {
  padding: 52px 72px;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; align-items: center;
  background: var(--bg-2);
  border-top: 1px solid var(--rule);
}
.bs .cowboy-cta h2 { font-family: 'Roboto Slab', Georgia, serif; font-weight: 500; font-size: 56px; line-height: 1; letter-spacing: -0.02em; margin: 0 0 20px; color: var(--paper); }
.bs .cowboy-cta h2 em { font-style: italic; color: var(--green); font-weight: 500; }
.bs .cowboy-cta p { font-family: 'Inter', system-ui, sans-serif; font-weight: 450; font-size: 17.5px; line-height: 1.6; color: var(--paper); margin: 0; max-width: 540px; }
.bs .cowboy-cta .ctas { display: flex; gap: 14px; flex-wrap: wrap; justify-self: end; }

@media (max-width: 760px) {
  .bs .cowboy-hero { padding: 40px 20px 60px; }
  .bs .cowboy-hero h1 { font-size: 40px; }
  .bs .cowboy-hero .lede { font-size: 16px; margin-top: 18px; }
  .bs .cowboy-hero-head { flex-direction: column; align-items: flex-start; gap: 22px; }
  .bs .cowboy-hero-copy { flex: 0 0 auto; }
  .bs .cowboy-hero-badge-wrap { order: -1; flex: 0 0 auto; display: block; }
  .bs .cowboy-hero-media { margin-top: 32px; }
  .bs .cowboy-hero-photo { aspect-ratio: 4 / 3; }
  .bs .cowboy-hero-badge { width: 120px; height: 120px; order: -1; }
  .bs .cowboy-hero-cap { font-size: 10px; padding: 9px 14px; }
  .bs .cowboy-intro { grid-template-columns: 1fr; gap: 28px; padding: 48px 20px; }
  .bs .cowboy-intro .pull { padding: 18px 20px; font-size: 19px; }
  .bs .cowboy-schedule { padding: 48px 20px; }
  .bs .schedule-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 18px; }
  .bs .schedule-card { padding: 22px 20px; }
  .bs .cowboy-newshooter { padding: 48px 20px; }
  .bs .cowboy-cta { grid-template-columns: 1fr; gap: 24px; padding: 48px 20px; }
  .bs .cowboy-cta h2 { font-size: 34px; }
  .bs .cowboy-cta .ctas { justify-self: start; }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .bs .cowboy-hero { padding: 52px 36px 76px; }
  .bs .cowboy-hero h1 { font-size: 64px; }
  .bs .cowboy-hero .lede { font-size: 18px; }
  .bs .cowboy-hero-badge { width: 220px; height: 220px; }
  .bs .cowboy-intro { padding: 48px 36px; gap: 48px; }
  .bs .cowboy-schedule { padding: 48px 36px; }
  .bs .cowboy-newshooter { padding: 48px 36px; }
  .bs .cowboy-cta { padding: 48px 36px; gap: 40px; }
  .bs .cowboy-cta h2 { font-size: 44px; }
}

/* ═══ About ═══ */
.bs .page-hero { align-items: center; }
.bs .page-hero > div:first-child { align-self: center; }
.bs .page-hero .hero-pic {
  width: 67%; aspect-ratio: 430 / 427; object-fit: cover; object-position: center bottom;
  border-radius: 4px; display: block; align-self: center; justify-self: center;
}
.bs .ab-mission {
  padding: 52px 72px;
  border-bottom: 1px solid var(--rule);
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start;
}
.bs .ab-mission .label {
  font-family: 'Inter', system-ui, sans-serif; font-size: 12.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 18px; font-weight: 600;
}
.bs .ab-mission h2 {
  font-family: 'Roboto Slab', Georgia, serif; font-weight: 500;
  font-size: 56px; line-height: 1.02; letter-spacing: -0.02em; margin: 0;
  color: var(--paper);
}
.bs .ab-mission h2 em { font-style: italic; color: var(--blue); font-weight: 500; }
.bs .ab-mission p {
  font-family: 'Inter', system-ui, sans-serif; font-weight: 450;
  font-size: 21px; line-height: 1.6; color: var(--paper); margin: 0 0 18px;
}
.bs .ab-mission p:last-child { margin-bottom: 0; }
.bs .ab-mission p strong { font-weight: 600; color: var(--paper); }

.bs .ab-pillars {
  padding: 52px 72px;
  background: var(--bg-2);
  border-bottom: 1px solid var(--rule);
}
.bs .ab-pillars-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
  margin-top: 48px;
}
.bs .ab-pillar {
  padding: 28px 28px 32px;
  background: var(--bg);
  border-top: 3px solid var(--green);
  display: flex; flex-direction: column; gap: 10px;
}
.bs .ab-pillar .n {
  font-family: 'Inter', system-ui, sans-serif; font-size: 12.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--green); font-weight: 600;
}
.bs .ab-pillar h3 {
  font-family: 'Roboto Slab', Georgia, serif; font-weight: 500; font-size: 22px; line-height: 1.15;
  letter-spacing: -0.01em; margin: 0; color: var(--paper);
}
.bs .ab-pillar p {
  font-family: 'Inter', system-ui, sans-serif; font-weight: 450; font-size: 16px; line-height: 1.55;
  color: var(--paper); margin: 0;
}

.bs .ab-history {
  padding: 52px 72px;
  border-bottom: 1px solid var(--rule);
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start;
}
.bs .ab-history h2 {
  font-family: 'Roboto Slab', Georgia, serif; font-weight: 500;
  font-size: 56px; line-height: 1.02; letter-spacing: -0.02em; margin: 0;
  color: var(--paper);
}
.bs .ab-history h2 em { font-style: italic; color: var(--blue); font-weight: 500; }
.bs .ab-history p {
  font-family: 'Inter', system-ui, sans-serif; font-weight: 450;
  font-size: 18px; line-height: 1.65; color: var(--paper); margin: 0 0 18px;
}
.bs .ab-history p:last-child { margin-bottom: 0; }
.bs .ab-history p em { font-style: italic; color: var(--green); font-weight: 500; }

.bs .ab-stats {
  padding: 32px 72px;
  background: var(--bg-2);
  border-bottom: 1px solid var(--rule);
}
.bs .ab-stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
}
.bs .ab-stat {
  padding: 16px 32px 16px 0;
  border-right: 1px solid var(--rule);
}
.bs .ab-stat:last-child { border-right: 0; }
.bs .ab-stat .v {
  font-family: 'Roboto Slab', Georgia, serif; font-size: 40px; line-height: 1; letter-spacing: -0.025em;
  color: var(--paper);
}
.bs .ab-stat .v em { font-style: italic; color: var(--blue); }
.bs .ab-stat .k {
  font-family: 'Inter', system-ui, sans-serif; font-size: 12.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--paper); margin-top: 10px; font-weight: 600;
}

.bs .ab-final {
  padding: 52px 72px;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; align-items: center;
  background: var(--bg-2);
  border-top: 1px solid var(--rule);
}
.bs .ab-final h2 {
  font-family: 'Roboto Slab', Georgia, serif; font-weight: 500;
  font-size: 56px; line-height: 1; letter-spacing: -0.02em; margin: 0 0 20px;
  color: var(--paper);
}
.bs .ab-final h2 em { font-style: italic; color: var(--green); font-weight: 500; }
.bs .ab-final p {
  font-family: 'Inter', system-ui, sans-serif; font-weight: 450;
  font-size: 18px; line-height: 1.6; color: var(--paper); margin: 0; max-width: 540px;
}
.bs .ab-final .ctas { display: flex; gap: 14px; flex-wrap: wrap; justify-self: end; }

@media (max-width: 760px) {
  .bs .ab-mission { grid-template-columns: 1fr; gap: 28px; padding: 48px 20px; }
  .bs .ab-mission h2 { font-size: 34px; }
  .bs .ab-mission p { font-size: 17px; }
  .bs .ab-pillars { padding: 48px 20px; }
  .bs .ab-pillars-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 28px; }
  .bs .ab-history { grid-template-columns: 1fr; gap: 28px; padding: 48px 20px; }
  .bs .ab-history h2 { font-size: 34px; }
  .bs .ab-stats { padding: 22px 20px; }
  .bs .ab-stats-grid { grid-template-columns: 1fr; gap: 0; }
  .bs .ab-stat { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .bs .ab-stat:last-child { border-bottom: 0; }
  .bs .ab-stat .v { font-size: 30px; }
  .bs .ab-final { grid-template-columns: 1fr; gap: 24px; padding: 48px 20px; }
  .bs .ab-final h2 { font-size: 34px; }
  .bs .ab-final .ctas { justify-self: start; }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .bs .ab-mission { padding: 48px 36px; gap: 48px; }
  .bs .ab-mission h2 { font-size: 44px; }
  .bs .ab-mission p { font-size: 19px; }
  .bs .ab-pillars { padding: 48px 36px; }
  .bs .ab-pillars-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 36px; }
  .bs .ab-history { padding: 48px 36px; gap: 48px; }
  .bs .ab-history h2 { font-size: 44px; }
  .bs .ab-stats { padding: 30px 36px; }
  .bs .ab-final { padding: 48px 36px; gap: 40px; }
  .bs .ab-final h2 { font-size: 44px; }
}

/* ═══ Updates ═══ */
.bs .up-list { padding: 12px 72px 72px; }
.bs .up-item {
  display: grid; grid-template-columns: 160px 1fr; gap: 40px;
  padding: 28px 0; border-top: 1px solid var(--rule);
  align-items: baseline;
}
.bs .up-item:last-child { border-bottom: 1px solid var(--rule); }
.bs .up-item .date {
  font-family: 'Inter', system-ui, sans-serif; font-size: 12px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--blue); font-weight: 700;
}
.bs .up-item .text {
  font-family: 'Inter', system-ui, sans-serif; font-weight: 450; font-size: 19px;
  line-height: 1.55; color: var(--paper); margin: 0;
}
.bs .up-empty {
  padding: 12px 72px 72px;
  font-family: 'Inter', system-ui, sans-serif; font-size: 17px; color: var(--paper-dim);
}

@media (max-width: 760px) {
  .bs .up-list { padding: 8px 20px 48px; }
  .bs .up-item { grid-template-columns: 1fr; gap: 6px; padding: 22px 0; }
  .bs .up-item .text { font-size: 17px; }
  .bs .up-empty { padding: 8px 20px 48px; }
}

/* ═══ WordPress additions ═══ */
/* Body copy coming out of the block editor (generic pages, single updates). */
.bs .hrsa-prose { max-width: 720px; }
.bs .hrsa-prose p, .bs .hrsa-prose li { font-family: 'Inter', system-ui, sans-serif; font-weight: 450; font-size: 18px; line-height: 1.65; color: var(--paper); }
.bs .hrsa-prose h2 { font-family: 'Roboto Slab', Georgia, serif; font-weight: 500; font-size: 34px; line-height: 1.1; letter-spacing: -0.02em; color: var(--paper); margin: 40px 0 14px; }
.bs .hrsa-prose h3 { font-family: 'Roboto Slab', Georgia, serif; font-weight: 500; font-size: 24px; line-height: 1.15; color: var(--paper); margin: 32px 0 10px; }
.bs .hrsa-prose img { max-width: 100%; height: auto; }
.bs .hrsa-prose blockquote { border-left: 3px solid var(--green); background: var(--bg-2); margin: 24px 0; padding: 20px 26px; }

/* Editor output inside an Update entry. */
.bs .up-item .text p, .bs .up-item .text li { font-family: 'Inter', system-ui, sans-serif; font-weight: 450; font-size: 19px; line-height: 1.55; color: var(--paper); margin: 0 0 12px; }
.bs .up-item .text > :last-child { margin-bottom: 0; }
.bs .up-item .text ul, .bs .up-item .text ol { margin: 0 0 12px; padding-left: 22px; }

/* Links, so anything added in the editor inherits the palette. */
.bs a { color: var(--green); }
.bs a:hover { color: var(--green-deep); }
.bs .hrsa-prose a { text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.bs .nav a, .bs .brand, .bs footer a, .bs .topstrip a, .bs .btn-brass, .bs .btn-ghost, .bs .btn-ghost-ink, .bs .cta, .bs .home-news-item .text a, .bs .rules-toc a { color: inherit; }
.bs .nav a.active { color: var(--blue); }
.bs .hero-barnav .nav a { color: #fff; }

/* WordPress admin bar sits above a sticky nav. */
body.admin-bar .bs .nav-wrap { top: 32px; }
@media screen and (max-width: 782px) { body.admin-bar .bs .nav-wrap { top: 46px; } }

/* Alignment classes the block editor emits. */
.bs .alignleft { float: left; margin: 0 24px 18px 0; }
.bs .alignright { float: right; margin: 0 0 18px 24px; }
.bs .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.bs .screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; }
