:root {
  color-scheme: light;
  --ink: #111827;
  --muted: #5b6472;
  --paper: #fbfaf6;
  --soft: #f2eee6;
  --line: #d9d0c2;
  --navy: #0c1724;
  --navy-2: #142233;
  --gold: #c9822b;
  --gold-2: #e5ad61;
  --white: #ffffff;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px clamp(18px, 4vw, 48px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(12, 23, 36, 0.82), rgba(12, 23, 36, 0));
}

.brand,
.nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand {
  text-decoration: none;
  font-weight: 750;
  letter-spacing: 0;
}

.brand-mark {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.nav {
  gap: clamp(14px, 2.4vw, 28px);
  font-size: 14px;
}

.nav a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.88);
}

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

.hero {
  position: relative;
  min-height: 90vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 16, 27, 0.96) 0%, rgba(8, 16, 27, 0.76) 34%, rgba(8, 16, 27, 0.18) 72%),
    linear-gradient(0deg, rgba(8, 16, 27, 0.88) 0%, rgba(8, 16, 27, 0.08) 44%);
}

.hero-content {
  position: relative;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 160px 0 82px;
}

.eyebrow,
.section-kicker,
.tier-label {
  margin: 0 0 14px;
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 1040px;
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4.6vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
}

.hero-copy {
  max-width: 840px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 1.8vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 780;
}

.button.primary {
  background: var(--gold);
  color: #170f07;
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--gold-2);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.44);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(66px, 8vw, 108px) 0;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 7vw, 88px);
  align-items: start;
}

.prose {
  color: var(--muted);
  font-size: 19px;
}

.prose p:last-child,
.section-heading p:last-child,
.tier p:last-child,
.apply-panel p:last-child,
.notice p:last-child,
.membership-note p:last-child,
.legal-panel p:last-child {
  margin-bottom: 0;
}

.quote-band {
  padding-top: clamp(36px, 5vw, 68px);
}

.quote-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 18px;
}

.quote-card {
  margin: 0;
  padding: clamp(28px, 4.8vw, 54px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf9;
}

.feature-quote {
  background: var(--navy);
  color: var(--white);
}

.quote-card blockquote {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4.4vw, 58px);
  line-height: 1.08;
}

.quote-card:not(.feature-quote) blockquote {
  font-size: clamp(26px, 3vw, 40px);
}

.quote-card figcaption {
  margin-top: 24px;
  color: var(--gold);
  font-weight: 800;
}

.feature-quote figcaption {
  color: var(--gold-2);
}

.quote-card a {
  text-decoration-color: rgba(201, 130, 43, 0.35);
}

.muted {
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100vw - var(--max)) / 2));
  background: var(--soft);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

#membership .section-heading {
  max-width: 940px;
}

#membership-title {
  font-size: clamp(34px, 4.2vw, 58px);
}

.wide-heading {
  max-width: none;
}

.wide-heading h2 {
  max-width: none;
  font-size: clamp(40px, 4vw, 68px);
}

.wide-heading p {
  max-width: 880px;
}

.section-heading p {
  color: var(--muted);
  font-size: 18px;
}

.principle-grid,
.membership-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.principle-grid article,
.tier,
.notice,
.apply-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.principle-grid article {
  min-height: 230px;
  padding: 28px;
}

.number {
  display: block;
  margin-bottom: 34px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 850;
}

.principle-grid p,
.tier p,
.notice p,
.apply-panel p,
.membership-note,
.legal-panel p,
.legal-panel li {
  color: var(--muted);
}

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

.tier {
  padding: 30px;
}

.tier.featured {
  border-color: rgba(201, 130, 43, 0.7);
  background: #fffaf0;
  box-shadow: 0 22px 52px rgba(38, 28, 14, 0.1);
}

.price {
  margin-bottom: 18px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1;
}

.price span {
  color: var(--muted);
  font-family: inherit;
  font-size: 18px;
}

.membership-note {
  margin-top: 20px;
  padding: 24px 28px;
  border-left: 4px solid var(--gold);
  background: #fffdf9;
  font-size: 17px;
}

.membership-note strong {
  color: var(--ink);
}

.dark {
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100vw - var(--max)) / 2));
  background: var(--navy);
  color: var(--white);
}

.dark .section-kicker {
  color: var(--gold-2);
}

.question-list {
  display: grid;
  gap: 14px;
}

.question-list p {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.86);
  font-size: 22px;
}

.decade-context {
  display: grid;
  grid-template-columns: minmax(220px, 0.52fr) minmax(0, 1.48fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: center;
  padding: clamp(80px, 9vw, 132px) max(24px, calc((100vw - var(--max)) / 2));
  background:
    radial-gradient(circle at 12% 42%, rgba(201, 130, 43, 0.14), transparent 28%),
    #040912;
  color: var(--white);
}

.decade-side p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 760;
  line-height: 1.35;
}

.decade-question h2 {
  max-width: 980px;
  color: var(--white);
  font-size: clamp(38px, 5.4vw, 72px);
  line-height: 0.98;
}

.decade-question p {
  max-width: 780px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 18px;
  font-weight: 650;
}

.question-panels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.question-panels article,
.real-talk {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.question-panels article {
  padding: 28px;
}

.question-panels p,
.real-talk p {
  color: var(--muted);
}

.real-talk {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 18px;
  padding: clamp(26px, 4vw, 42px);
}

.apply {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 22px;
  align-items: stretch;
}

.apply-panel,
.notice {
  padding: clamp(28px, 4.2vw, 52px);
}

.apply-panel {
  background: var(--navy-2);
  color: var(--white);
}

.apply-panel p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.apply-panel .button {
  margin-top: 18px;
}

.notice h2 {
  font-family: inherit;
  font-size: 22px;
  line-height: 1.2;
}

.inspiration {
  width: min(1440px, calc(100% - 40px));
  padding-bottom: clamp(40px, 6vw, 76px);
}

.resource-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.resource-grid a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fffdf9;
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
}

.resource-grid a:hover,
.resource-grid a:focus-visible {
  border-color: rgba(201, 130, 43, 0.7);
  color: #8f5414;
}

.face-marquee {
  display: grid;
  gap: 18px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding: 4px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.face-row {
  display: flex;
  width: max-content;
}

.face-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: face-scroll 46s linear infinite;
}

.face-row.reverse .face-track {
  animation-name: face-scroll-reverse;
  animation-duration: 54s;
}

.face-marquee:hover .face-track,
.face-marquee:focus-within .face-track {
  animation-play-state: paused;
}

.face-card {
  position: relative;
  display: block;
  flex: 0 0 clamp(188px, 18vw, 292px);
  aspect-ratio: 705 / 440;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(217, 208, 194, 0.9);
  border-radius: 8px;
  background: #111827;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.11);
  cursor: default;
}

.face-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.02);
  transform: scale(1.01);
  transition: transform 240ms ease, filter 240ms ease;
}

.face-card span {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: 38px 16px 14px;
  color: var(--white);
  background: linear-gradient(0deg, rgba(7, 11, 16, 0.9), rgba(7, 11, 16, 0));
  font-weight: 850;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.face-card:hover img,
.face-card:focus img,
.face-card:focus-visible img {
  filter: saturate(1) contrast(1.04);
  transform: scale(1.045);
}

.face-card:hover span,
.face-card:focus span,
.face-card:focus-visible span {
  opacity: 1;
  transform: translateY(0);
}

.face-card:focus-visible {
  outline: 3px solid var(--gold-2);
  outline-offset: 3px;
}

.directory-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-top: clamp(48px, 7vw, 96px);
  padding-top: clamp(42px, 6vw, 74px);
  border-top: 1px solid var(--line);
}

.directory-intro h2 {
  font-size: clamp(34px, 4.2vw, 58px);
}

.directory-intro p:last-child {
  color: var(--muted);
  font-size: 18px;
}

.directory-tools {
  display: grid;
  gap: 22px;
  margin-top: 34px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf9;
}

.search-box {
  display: grid;
  gap: 9px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.search-box input {
  width: 100%;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper);
  color: var(--ink);
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none;
}

.filter-groups {
  display: grid;
  gap: 20px;
}

.filter-group {
  display: grid;
  gap: 10px;
}

.filter-label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.filter-buttons button {
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
}

.filter-buttons button.active,
.filter-buttons button:hover,
.filter-buttons button:focus-visible {
  border-color: rgba(201, 130, 43, 0.7);
  background: #fff4dd;
  color: #8f5414;
}

.result-status {
  margin: 24px 0 16px;
  color: var(--muted);
  font-weight: 800;
}

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

.person-card {
  display: grid;
  gap: 14px;
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf9;
}

.person-top {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.person-avatar {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(201, 130, 43, 0.45);
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold-2);
  font-weight: 900;
}

.person-path {
  margin-bottom: 4px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.person-card h3 {
  margin-bottom: 0;
}

.person-meta,
.person-story,
.source-note {
  color: var(--muted);
}

.person-meta {
  margin-bottom: 0;
  font-weight: 780;
}

.person-story {
  margin-bottom: 0;
}

.directory-more {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.directory-more-button {
  border-color: var(--line);
  background: #fffdf9;
  color: var(--ink);
}

.directory-more-button[hidden] {
  display: none;
}

.source-note {
  margin-top: 28px;
  padding: 22px 24px;
  border-left: 4px solid var(--gold);
  background: #fffdf9;
}

.apprenticeship-section {
  padding-top: 0;
}

.apprenticeship-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: start;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fffdf9;
}

.apprenticeship-panel h2 {
  font-size: clamp(34px, 4vw, 58px);
}

.apprenticeship-copy {
  color: var(--muted);
  font-size: 18px;
}

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

@keyframes face-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@keyframes face-scroll-reverse {
  from {
    transform: translateX(calc(-50% - 9px));
  }

  to {
    transform: translateX(0);
  }
}

.resources {
  border-top: 1px solid var(--line);
}

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

.resource-grid a {
  justify-content: space-between;
  padding: 18px 20px;
}

.legal-section {
  padding-top: 0;
}

.legal-panel {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf9;
}

.legal-panel h2 {
  font-family: inherit;
  font-size: clamp(26px, 3vw, 36px);
}

.legal-panel ul {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding-left: 20px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: 28px;
  padding: 42px clamp(20px, 4vw, 48px);
  background: #070b10;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer strong {
  color: var(--white);
}

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

.footer-brand {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  column-gap: 16px;
  align-items: center;
}

.footer-brand p {
  grid-column: 2;
}

.footer-mark {
  grid-row: 1 / span 2;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.footer-credit {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
}

.footer-credit a {
  color: var(--white);
  text-decoration-color: rgba(255, 255, 255, 0.32);
}

.legal {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
    gap: 16px;
    position: absolute;
  }

  .brand span:last-child {
    max-width: 150px;
    line-height: 1.15;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: 760px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(8, 16, 27, 0.6) 0%, rgba(8, 16, 27, 0.96) 58%),
      linear-gradient(90deg, rgba(8, 16, 27, 0.95), rgba(8, 16, 27, 0.35));
  }

  .hero-content {
    padding-top: 130px;
    padding-bottom: 52px;
  }

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

  .two-column,
  .apply,
  .site-footer,
  .quote-grid,
  .real-talk,
  .decade-context,
  .directory-intro,
  .apprenticeship-panel {
    grid-template-columns: 1fr;
  }

  .principle-grid,
  .membership-grid,
  .question-panels,
  .resource-grid,
  .people-grid {
    grid-template-columns: 1fr;
  }

  .wide-heading h2 {
    font-size: clamp(34px, 11vw, 54px);
  }

  .decade-context {
    padding: 72px 20px;
  }

  .decade-question h2 {
    font-size: clamp(38px, 11vw, 58px);
  }

  .decade-question p {
    font-size: 18px;
  }

  .directory-tools {
    padding: 18px;
  }

  .filter-buttons {
    gap: 8px;
  }

  .filter-buttons button {
    flex: 1 1 auto;
  }

  .face-marquee {
    gap: 12px;
    margin-top: 8px;
  }

  .face-track {
    gap: 12px;
    animation-duration: 38s;
  }

  .face-row.reverse .face-track {
    animation-duration: 44s;
  }

  .face-card {
    flex-basis: 210px;
  }

  .principle-grid article {
    min-height: auto;
  }

  .question-list p {
    font-size: 19px;
  }

  .quote-card {
    padding: 28px;
  }

  .footer-credit {
    justify-content: flex-start;
  }

  .footer-brand {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .footer-mark {
    width: 48px;
    height: 48px;
  }
}

@media (hover: none) {
  .face-card span {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .face-marquee {
    width: min(var(--max), calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .face-row,
  .face-track {
    width: auto;
  }

  .face-track {
    flex-wrap: wrap;
    animation: none;
  }

  .face-track .face-card:nth-child(n + 8) {
    display: none;
  }

  .face-card span {
    opacity: 1;
    transform: none;
  }
}
