:root {
  --scarlet: #bb0000;
  --scarlet-dark: #780000;
  --ink: #151515;
  --steel: #555b62;
  --silver: #b6bbc1;
  --mist: #f5f6f7;
  --white: #ffffff;
  --gold: #c9972b;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(187, 0, 0, 0.08), transparent 26rem),
    linear-gradient(315deg, rgba(85, 91, 98, 0.14), transparent 24rem),
    var(--mist);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem clamp(1rem, 3vw, 3rem);
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.brand-mark {
  display: grid;
  flex: 0 0 2.6rem;
  width: 2.6rem;
  height: 2.6rem;
  place-items: center;
  border: 4px solid var(--silver);
  outline: 3px solid var(--scarlet);
  background: var(--white);
  color: var(--scarlet);
  font-size: 1.25rem;
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
  white-space: nowrap;
}

.brand strong {
  font-size: 0.95rem;
  letter-spacing: 0;
}

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

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem;
}

.nav-links a {
  padding: 0.45rem 0.7rem;
  color: var(--steel);
  font-size: 0.9rem;
  font-weight: 800;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--scarlet);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(20rem, 1.06fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 6.5rem) clamp(1rem, 3vw, 3rem) clamp(2rem, 5vw, 4rem);
}

.hero-copy {
  max-width: 41rem;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--scarlet);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 1.1rem;
  font-size: clamp(2.8rem, 7vw, 6.2rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 34rem;
  color: #31363a;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.78rem 1.1rem;
  border: 2px solid transparent;
  border-radius: 6px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(21, 21, 21, 0.18);
}

.button-primary {
  background: var(--scarlet);
  color: var(--white);
}

.button-secondary {
  border-color: var(--ink);
  background: var(--white);
  color: var(--ink);
}

.hero-gallery {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.75rem, 2vw, 1.3rem);
  align-items: end;
}

.portrait {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 8px solid var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: var(--ink);
}

.portrait img {
  width: 100%;
  height: min(58vw, 34rem);
  min-height: 26rem;
  object-fit: cover;
}

.portrait-brian {
  transform: translateY(-1.4rem);
}

.portrait-david {
  transform: translateY(1.4rem);
}

.portrait figcaption {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
  padding: 0.8rem;
  border-left: 5px solid var(--scarlet);
  background: rgba(255, 255, 255, 0.91);
}

.portrait figcaption strong,
.portrait figcaption span {
  display: block;
}

.portrait figcaption strong {
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.1;
}

.portrait figcaption span {
  color: var(--steel);
  font-size: 0.86rem;
  font-weight: 800;
}

.score-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1200px;
  margin: 0 auto clamp(2rem, 6vw, 4rem);
  padding: 0 clamp(1rem, 3vw, 3rem);
}

.score-strip div {
  min-width: 0;
  padding: 1.1rem;
  border-top: 5px solid var(--scarlet);
  background: var(--ink);
  color: var(--white);
}

.score-strip div:nth-child(even) {
  background: #30353a;
}

.score-strip strong,
.score-strip span {
  display: block;
}

.score-strip strong {
  font-size: clamp(1.05rem, 2vw, 1.5rem);
  line-height: 1.1;
}

.score-strip span {
  margin-top: 0.35rem;
  color: #d7dbe0;
  font-size: 0.85rem;
  font-weight: 800;
}

.section {
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 3vw, 3rem);
}

.section-heading {
  max-width: 1200px;
  margin: 0 auto 1.6rem;
}

.section-heading h2,
.cheer-panel h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.story-section,
.articles-section,
.rituals-section {
  background: var(--white);
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 1.1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  max-width: 1200px;
  margin: 0 auto;
}

.story-copy {
  padding: clamp(1.25rem, 3vw, 2rem);
  border-left: 8px solid var(--scarlet);
  background: var(--mist);
}

.story-copy p:last-child {
  margin-bottom: 0;
}

.timeline {
  display: grid;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1rem;
  border: 1px solid rgba(21, 21, 21, 0.09);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 35px rgba(21, 21, 21, 0.08);
}

.timeline span,
.ritual-card span {
  display: grid;
  width: 2.45rem;
  height: 2.45rem;
  place-items: center;
  border-radius: 50%;
  background: var(--scarlet);
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 900;
}

.timeline h3,
.ritual-card h3,
.profile-card h3 {
  margin-bottom: 0.35rem;
  font-size: 1.3rem;
}

.timeline p,
.ritual-card p,
.feature-article p,
.article-card p,
.profile-card p {
  margin-bottom: 0;
  color: #373d42;
}

.article-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.9fr));
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-article,
.article-card {
  min-width: 0;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(21, 21, 21, 0.1);
  border-radius: 8px;
  background: var(--mist);
}

.feature-article {
  grid-row: span 2;
  border-top: 8px solid var(--scarlet);
  background:
    linear-gradient(180deg, rgba(187, 0, 0, 0.09), transparent 14rem),
    var(--mist);
}

.feature-article h3 {
  margin-bottom: 0.9rem;
  font-size: clamp(1.8rem, 4vw, 3.1rem);
  line-height: 1;
}

.feature-article p + p {
  margin-top: 1rem;
}

.article-card {
  border-left: 6px solid var(--scarlet);
}

.article-card h3 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.08;
}

.profiles-section {
  background:
    linear-gradient(90deg, var(--ink), #30353a 58%, var(--scarlet-dark));
  color: var(--white);
}

.profiles-section .eyebrow,
.profiles-section .section-heading h2 {
  color: var(--white);
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 2rem);
  max-width: 1200px;
  margin: 0 auto;
}

.profile-card {
  display: grid;
  grid-template-columns: minmax(8rem, 0.72fr) minmax(0, 1fr);
  gap: 1.1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.profile-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 6px;
  object-fit: cover;
}

.profile-card p {
  color: #eef1f3;
}

.tag {
  margin-bottom: 0.35rem;
  color: var(--gold) !important;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ritual-grid,
.quote-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

.ritual-card {
  min-width: 0;
  padding: 1.25rem;
  border: 1px solid rgba(21, 21, 21, 0.1);
  border-radius: 8px;
  background: var(--mist);
}

.ritual-card span {
  margin-bottom: 1rem;
}

.cheer-section {
  background:
    linear-gradient(180deg, rgba(187, 0, 0, 0.08), rgba(21, 21, 21, 0.06)),
    var(--mist);
}

.cheer-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.46fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(21, 21, 21, 0.1);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 20px 50px rgba(21, 21, 21, 0.1);
}

.cheer-panel p {
  max-width: 42rem;
  color: #373d42;
}

.meter-wrap {
  display: grid;
  gap: 0.9rem;
  justify-items: stretch;
}

.meter {
  height: 1.2rem;
  overflow: hidden;
  border: 1px solid rgba(21, 21, 21, 0.15);
  border-radius: 999px;
  background: #e2e5e8;
}

.meter-fill {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--scarlet), var(--gold));
  transition: width 220ms ease;
}

.meter-wrap strong {
  color: var(--scarlet);
  font-size: 2.4rem;
  line-height: 1;
}

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

blockquote {
  margin: 0;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-left: 8px solid var(--scarlet);
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
}

blockquote p {
  font-size: clamp(1.15rem, 2.4vw, 1.7rem);
  font-weight: 900;
  line-height: 1.2;
}

blockquote cite {
  color: #d7dbe0;
  font-style: normal;
  font-weight: 900;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem clamp(1rem, 3vw, 3rem);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--ink);
  color: var(--white);
}

.site-footer p {
  margin: 0;
}

@media (max-width: 900px) {
  .hero,
  .story-grid,
  .cheer-panel {
    grid-template-columns: 1fr;
  }

  .score-strip,
  .article-grid,
  .ritual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-article {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .profile-grid,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .portrait img {
    height: 32rem;
  }
}

@media (max-width: 640px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .hero {
    padding-top: 2.4rem;
  }

  .hero-gallery {
    grid-template-columns: 1fr;
  }

  .portrait-brian,
  .portrait-david {
    transform: none;
  }

  .portrait img {
    height: 30rem;
    min-height: 24rem;
  }

  .score-strip,
  .article-grid,
  .ritual-grid {
    grid-template-columns: 1fr;
  }

  .profile-card {
    grid-template-columns: 1fr;
  }

  .profile-card img {
    max-height: 25rem;
  }
}
