:root {
  color-scheme: dark;
  --bg: #080a0e;
  --deep: #030406;
  --panel: #151117;
  --ink: #fff2e8;
  --muted: #c9b8a9;
  --paper: #121820;
  --paper-ink: #fff2e8;
  --line: rgba(232, 76, 62, 0.22);
  --line-dark: rgba(232, 76, 62, 0.26);
  --gold: #c6783f;
  --gold-bright: #f0b86d;
  --red: #e84c3e;
  --green: #3f8f86;
  --blue: #6f84a0;
  --shadow: 0 18px 46px rgba(0, 0, 0, 0.38);
  --radius: 8px;
  --max: 1180px;
  --header: 74px;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(232, 76, 62, 0.052) 1px, transparent 1px) 0 0 / 28px 28px,
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0.018) 1px, transparent 1px, transparent 7px),
    var(--bg);
  color: var(--ink);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(232, 76, 62, 0.14), transparent 35%, rgba(63, 143, 134, 0.08) 74%, transparent);
  mix-blend-mode: screen;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 1.35rem;
  font-size: clamp(3.2rem, 8vw, 7.5rem);
  line-height: 1.04;
  max-width: 820px;
}

h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.04;
}

h3 {
  margin-bottom: 0.45rem;
  font-size: 1rem;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 50;
  transform: translateY(-150%);
  background: var(--gold);
  color: #fff7f5;
  padding: 0.65rem 0.85rem;
  border-radius: 6px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: var(--header);
  background: rgba(5, 4, 4, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.nav-wrap,
.hero,
.section-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.nav-wrap {
  min-height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
}

.brand img {
  width: 44px;
  height: 44px;
  filter: drop-shadow(0 0 12px rgba(255, 64, 56, 0.22));
}

.brand-logo {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border: 1px solid rgba(232, 76, 62, 0.7);
  border-radius: 6px;
  padding: 4px;
  background: #050505;
  box-shadow: 0 0 12px rgba(255, 28, 24, 0.18);
}

.brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.nav-links a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  padding: 0 0.72rem;
  color: #dfd5bf;
  font-size: 0.92rem;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: rgba(232, 76, 62, 0.16);
  color: #fff8e6;
  outline: none;
}

.icon-button {
  width: 42px;
  height: 42px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
}

.hero {
  padding: clamp(3rem, 7vw, 6.5rem) 0 clamp(2.4rem, 4vw, 4rem);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
}

.hero-copy {
  position: relative;
}

.hero-copy::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 0.2rem;
  width: 5px;
  height: 72%;
  border-radius: 99px;
  background: linear-gradient(var(--red), var(--gold), var(--green));
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.8rem;
  color: var(--gold-bright);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.lead {
  max-width: 720px;
  margin-bottom: 1.35rem;
  color: #ded7c7;
  font-size: clamp(1.1rem, 2vw, 1.34rem);
  line-height: 1.55;
}

.leader-strip,
.hero-actions,
.link-row,
.segmented,
.tabs,
.roster-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.leader-strip {
  margin-bottom: 1.5rem;
}

.leader-strip span,
.summary-pill {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0.45rem 0.7rem;
  background: rgba(255, 255, 255, 0.045);
  color: #e9dfcd;
}

.leader-strip b,
.summary-pill b {
  color: var(--gold-bright);
}

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.52rem;
  border: 1px solid rgba(255, 82, 74, 0.38);
  border-radius: 6px;
  padding: 0.66rem 0.9rem;
  background: rgba(255, 255, 255, 0.065);
  color: #fff7f5;
  font-weight: 700;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  background: rgba(198, 120, 63, 0.18);
  border-color: rgba(240, 184, 109, 0.78);
  outline: none;
}

.button.primary {
  background: var(--gold);
  color: #fff8f7;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.07) inset;
}

.button.ghost {
  border-color: rgba(255, 255, 255, 0.18);
}

.button svg {
  width: 19px;
  height: 19px;
}

.button img {
  width: 22px;
  height: 22px;
  border-radius: 4px;
}

.hero-board {
  border: 1px solid rgba(232, 76, 62, 0.34);
  border-radius: var(--radius);
  padding: clamp(1rem, 3vw, 1.4rem);
  background:
    linear-gradient(145deg, rgba(232, 76, 62, 0.08), rgba(63, 143, 134, 0.045)),
    rgba(13, 12, 15, 0.94);
  box-shadow: var(--shadow);
}

.logo-card {
  margin: 0 0 1rem;
  border: 1px solid rgba(255, 35, 29, 0.42);
  border-radius: var(--radius);
  overflow: hidden;
  background: #050607;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035), 0 16px 34px rgba(0, 0, 0, 0.38);
}

.chaos-logo {
  color: #ff3b31;
}

.full-logo {
  width: 100%;
  height: auto;
  aspect-ratio: 640 / 430;
}

.logo-bg {
  fill: #070304;
}

.logo-title,
.logo-motto {
  fill: #ff6359;
  stroke: rgba(0, 0, 0, 0.95);
  stroke-width: 4;
  paint-order: stroke fill;
  font-family: Impact, "Arial Black", "Trebuchet MS", sans-serif;
  font-weight: 900;
  letter-spacing: 3px;
  filter: drop-shadow(0 1px 0 rgba(255, 210, 174, 0.18));
}

.logo-title {
  font-size: 42px;
}

.logo-motto {
  font-size: 29px;
}

.logo-scuff {
  fill: none;
  stroke: rgba(255, 255, 255, 0.045);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 1 12;
}

.star-arm {
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-width: 20;
}

.brand-logo .star-arm {
  stroke-width: 9;
}

.star-head {
  fill: currentColor;
  stroke: #050505;
  stroke-linejoin: round;
  stroke-width: 4;
}

.brand-logo .star-head {
  stroke-width: 2.5;
}

.star-core {
  fill: #070304;
  stroke: currentColor;
  stroke-width: 8;
}

.star-core.outer {
  fill: #070304;
  stroke: var(--gold-bright);
  stroke-width: 7;
}

.star-core.middle {
  fill: #170707;
  stroke: currentColor;
  stroke-width: 5;
}

.star-core.inner {
  fill: var(--gold-bright);
  stroke: #070304;
  stroke-width: 2;
}

.core-mark {
  fill: none;
  stroke: var(--gold-bright);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5;
}

.brand-logo .star-core {
  stroke-width: 4;
}

.brand-logo .star-core.outer {
  stroke: currentColor;
  stroke-width: 4;
}

.brand-logo .star-core.middle {
  fill: var(--gold-bright);
  stroke: #070304;
  stroke-width: 2;
}

.logo-ring,
.logo-swirl {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.full-logo .logo-ring {
  stroke-width: 14;
}

.full-logo .logo-ring.inner {
  stroke-width: 8;
}

.brand-logo .logo-ring {
  stroke-width: 8;
}

.brand-logo .logo-ring.thin {
  stroke-width: 5;
}

.logo-spoke {
  fill: currentColor;
  stroke: #060606;
  stroke-width: 3;
  stroke-linejoin: round;
}

.brand-logo .logo-spoke {
  stroke-width: 2;
}

.full-logo .logo-swirl {
  stroke-width: 8;
}

.full-logo .logo-swirl.short {
  stroke-width: 6;
}

.brand-logo .logo-swirl {
  stroke-width: 6;
}

.board-heading {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.1rem;
}

.board-heading img {
  width: 56px;
  height: 56px;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.board-heading p,
.section-head p,
.player-card p,
.progress-row small,
.report-row small,
.need-card p,
.schedule-card p {
  color: var(--muted);
}

.board-heading p,
.player-card p,
.schedule-card p {
  margin-bottom: 0;
}

.stat-grid {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.stat-grid div {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0.9rem;
  background: rgba(0, 0, 0, 0.22);
}

.stat-grid dt {
  color: var(--muted);
  font-size: 0.82rem;
}

.stat-grid dd {
  margin: 0.15rem 0 0;
  color: #fff8e9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 4vw, 2.35rem);
}

.section {
  padding: clamp(3rem, 6vw, 5.5rem) 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.4rem;
}

.section-head p {
  max-width: 620px;
  margin-bottom: 0;
  line-height: 1.55;
}

.band-dark {
  background:
    linear-gradient(90deg, rgba(63, 143, 134, 0.045), transparent 35%),
    #101115;
  border-block: 1px solid var(--line);
}

.band-paper {
  background:
    linear-gradient(90deg, rgba(240, 184, 109, 0.05) 1px, transparent 1px) 0 0 / 32px 32px,
    var(--paper);
  color: var(--paper-ink);
}

.band-paper .section-kicker {
  color: var(--gold-bright);
}

.band-paper .section-head p,
.band-paper .about-copy {
  color: var(--muted);
}

.band-ink {
  background:
    repeating-linear-gradient(135deg, rgba(232, 76, 62, 0.032), rgba(232, 76, 62, 0.032) 1px, transparent 1px, transparent 11px),
    #090b0f;
}

.band-contact {
  background:
    linear-gradient(135deg, rgba(232, 76, 62, 0.16), transparent 30%),
    radial-gradient(circle at 85% 25%, rgba(63, 143, 134, 0.16), transparent 26rem),
    #08090d;
  border-top: 1px solid var(--line);
}

.split,
.logs-layout,
.resources-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
}

.contact-layout {
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
}

.about-copy {
  columns: 2 280px;
  column-gap: 2.2rem;
  font-size: 1.02rem;
  line-height: 1.7;
}

.schedule-grid,
.recruit-grid,
.resource-columns,
.contact-grid,
.progress-list,
.reports-panel,
.requirement-panel,
.roster-grid {
  display: grid;
  gap: 0.8rem;
}

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

.schedule-card {
  min-height: 150px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr auto;
  gap: 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
}

.schedule-card .day {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 82, 74, 0.42);
  border-radius: 6px;
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
}

.schedule-card span {
  grid-column: 1 / -1;
  justify-self: start;
  border-radius: 4px;
  padding: 0.28rem 0.5rem;
  background: rgba(226, 55, 51, 0.16);
  color: #ffb0ab;
  font-size: 0.78rem;
  font-weight: 700;
}

.schedule-card.accent {
  border-color: rgba(232, 76, 62, 0.55);
}

.schedule-card.quiet {
  border-color: rgba(63, 143, 134, 0.45);
}

.roster-head {
  align-items: start;
}

.roster-tools {
  min-width: min(100%, 420px);
  display: grid;
  gap: 0.7rem;
}

.segmented button,
.tabs button {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0.55rem 0.75rem;
  background: rgba(255, 255, 255, 0.055);
  color: #e9dec9;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.tabs button {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.segmented button.is-active,
.tabs button.is-active {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff8f7;
}

.search-box {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 0.72rem;
  background: rgba(255, 255, 255, 0.055);
}

.search-box svg {
  width: 18px;
  color: var(--gold-bright);
}

.search-box input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff8e8;
  font: inherit;
}

.roster-summary {
  min-height: 50px;
  margin-bottom: 1rem;
}

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

.player-card {
  --class: var(--gold);
  position: relative;
  min-height: 122px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
  background: rgba(255, 255, 255, 0.048);
}

.player-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--class);
}

.player-card header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.8rem;
}

.player-card h3 {
  margin-bottom: 0.25rem;
  color: var(--class);
  font-size: 1.04rem;
}

.ilvl {
  min-width: 44px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-weight: 800;
}

.player-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.chip {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  padding: 0.24rem 0.45rem;
  background: rgba(0, 0, 0, 0.22);
  color: #e2d7c4;
  font-size: 0.78rem;
}

.role-tank {
  color: #bdd8ff;
}

.role-healer {
  color: #c1f4d5;
}

.role-dps {
  color: #ffd2d2;
}

.class-death-knight { --class: #c41e3a; }
.class-demon-hunter { --class: #a330c9; }
.class-druid { --class: #ff7c0a; }
.class-hunter { --class: #aad372; }
.class-mage { --class: #3fc7eb; }
.class-monk { --class: #00ff98; }
.class-paladin { --class: #f48cba; }
.class-priest { --class: #f2f2f2; }
.class-rogue { --class: #fff468; }
.class-shaman { --class: #0070dd; }
.class-warlock { --class: #8788ee; }
.class-warrior { --class: #c69b6d; }

.progress-row,
.report-row,
.need-card,
.requirement-card,
.contact-grid div {
  border-radius: var(--radius);
  padding: 1rem;
}

.progress-row,
.report-row,
.need-card,
.contact-grid div {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(232, 76, 62, 0.055), rgba(63, 143, 134, 0.035)),
    rgba(255, 255, 255, 0.065);
}

.progress-list + .link-row {
  margin-top: 1.55rem;
}

.progress-row {
  color: #fff7f0;
  line-height: 1.45;
}

.progress-row strong {
  color: #ffd094;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.38rem;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

.progress-row span {
  color: #fff9f2;
  font-weight: 800;
}

.progress-row small {
  color: #f0d4c3;
  font-size: 0.9rem;
}

.reports-panel {
  border-left: 1px solid var(--line);
  padding-left: clamp(1rem, 3vw, 2rem);
}

#reportsList {
  display: grid;
  gap: 0.65rem;
  min-width: 0;
}

.report-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.25rem 0.9rem;
  min-width: 0;
  color: #f4e8d0;
  text-decoration: none;
}

.report-row strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #fff4f0;
  font-size: 1.02rem;
}

.report-row span {
  min-width: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.report-row small {
  grid-row: 1 / span 2;
  grid-column: 2;
  justify-self: end;
  border: 1px solid rgba(255, 82, 74, 0.3);
  border-radius: 4px;
  padding: 0.24rem 0.42rem;
  color: var(--gold-bright);
  font-size: 0.76rem;
  font-weight: 700;
  white-space: nowrap;
}

.report-row:hover,
.report-row:focus-visible {
  border-color: rgba(255, 116, 110, 0.78);
  outline: none;
}

.text-link {
  justify-self: start;
  color: var(--gold-bright);
  font-weight: 700;
  text-underline-offset: 0.18em;
}

.tabs {
  margin-bottom: 1rem;
}

.requirement-panel,
.resource-columns,
.contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.requirement-card {
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.045);
}

.requirement-card h3,
.resource-columns h3 {
  color: #ff8c86;
}

.requirement-card ul,
.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.requirement-card li,
.check-list li {
  position: relative;
  margin: 0.55rem 0;
  padding-left: 1.05rem;
  line-height: 1.45;
}

.requirement-card li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
}

.need-card {
  min-height: 150px;
}

.need-card h3 {
  display: inline-flex;
  border-radius: 4px;
  padding: 0.28rem 0.52rem;
  background: rgba(255, 255, 255, 0.12);
}

.need-card.high { border-color: rgba(169, 74, 69, 0.58); }
.need-card.medium { border-color: rgba(226, 55, 51, 0.42); }
.need-card.low { border-color: rgba(174, 64, 60, 0.48); }
.need-card.social { border-color: rgba(63, 143, 134, 0.5); }
.need-card.high h3 { color: #ffd2ce; }
.need-card.medium h3 { color: #ffb2ad; }
.need-card.low h3 { color: #ffcfca; }
.need-card.social h3 { color: #ffdeda; }

.contact-grid div {
  min-height: 148px;
  display: grid;
  align-content: center;
  gap: 0.35rem;
  min-width: 0;
  overflow: hidden;
  border-color: rgba(240, 184, 109, 0.24);
  background:
    linear-gradient(145deg, rgba(232, 76, 62, 0.09), rgba(63, 143, 134, 0.055)),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.26);
}

.contact-grid span {
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  font-weight: 700;
}

.contact-grid strong,
.contact-grid a {
  color: #fff4f0;
  font-size: 1.02rem;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.35;
}

.contact-grid a {
  color: #ffd0cc;
  text-underline-offset: 0.18em;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.2rem 1rem;
  background: var(--deep);
  color: #a9a08d;
  text-align: center;
  font-size: 0.88rem;
}

.site-footer p {
  margin-bottom: 0;
}

@media (max-width: 1020px) {
  .hero,
  .logs-layout,
  .resources-layout,
  .contact-layout,
  .split {
    grid-template-columns: 1fr;
  }

  .schedule-grid,
  .recruit-grid,
  .roster-grid,
  .requirement-panel,
  .resource-columns,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reports-panel {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 760px) {
  .icon-button {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(var(--header) - 8px);
    display: none;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 0.5rem;
    background: rgba(9, 9, 8, 0.98);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: grid;
  }

  .nav-links a {
    min-height: 44px;
  }

  .hero {
    padding-top: 2.4rem;
  }

  .hero-copy::before {
    left: -10px;
  }

  .section-head,
  .roster-head {
    display: grid;
    gap: 1rem;
  }

  .schedule-grid,
  .recruit-grid,
  .roster-grid,
  .requirement-panel,
  .resource-columns,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .schedule-card {
    min-height: 134px;
  }

  .about-copy {
    columns: 1;
  }

  .tabs button,
  .segmented button {
    flex: 1 1 auto;
  }
}

@media (max-width: 440px) {
  .brand small {
    display: none;
  }

  h1 {
    font-size: 3rem;
  }

  .hero-actions .button,
  .link-row .button {
    width: 100%;
  }

  .stat-grid {
    grid-template-columns: 1fr;
  }
}
