:root {
  --bg: #33415b;
  --bg-deep: #263145;
  --accent: #c8a250;
  --accent-soft: #e6d4ab;
  --paper: #f3eee5;
  --paper-deep: #e6ddcf;
  --text-light: #f8f3eb;
  --text-dark: #20283a;
  --muted: #7a8392;
  --line: rgba(200, 162, 80, 0.26);
  --shadow: 0 30px 70px rgba(14, 20, 33, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text-dark);
  background:
    radial-gradient(circle at top left, rgba(200, 162, 80, 0.12), transparent 30%),
    linear-gradient(180deg, #2a364d, #1f2737 80%);
  font-family: "Manrope", sans-serif;
}

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

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

.page-shell {
  width: min(1440px, calc(100% - 32px));
  margin: 16px auto;
  border: 1px solid rgba(200, 162, 80, 0.18);
  background: rgba(17, 23, 35, 0.24);
  backdrop-filter: blur(14px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 34px;
  background: rgba(26, 34, 50, 0.9);
  border-bottom: 1px solid rgba(200, 162, 80, 0.1);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--text-light);
}

.brand img {
  width: 58px;
  height: 58px;
}

.brand strong,
.brand em {
  display: block;
  font-style: normal;
}

.brand strong {
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand em {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  color: var(--accent-soft);
}

.site-nav {
  display: flex;
  gap: 22px;
  color: rgba(248, 243, 235, 0.82);
  font-size: 0.95rem;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #1b2232;
  background: linear-gradient(135deg, #d9ba79, var(--accent));
  box-shadow: 0 12px 30px rgba(200, 162, 80, 0.22);
}

.button-outline,
.button-ghost {
  color: var(--text-light);
  border-color: rgba(200, 162, 80, 0.42);
  background: transparent;
}

.button-ghost {
  color: var(--accent-soft);
}

section {
  padding: 88px 54px;
}

.section-dark {
  background:
    radial-gradient(circle at top right, rgba(200, 162, 80, 0.08), transparent 25%),
    linear-gradient(180deg, rgba(51, 65, 91, 0.98), rgba(38, 49, 69, 0.98));
  color: var(--text-light);
}

.section-light {
  background:
    linear-gradient(180deg, rgba(243, 238, 229, 0.98), rgba(233, 225, 212, 0.98));
}

.section-muted {
  background:
    linear-gradient(180deg, rgba(38, 38, 38, 0.96), rgba(28, 28, 28, 0.98));
  color: var(--text-light);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 800;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.98;
}

h1 {
  font-size: clamp(3.6rem, 7vw, 6.6rem);
  max-width: 760px;
}

h2 {
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  max-width: 920px;
}

h3 {
  font-size: clamp(1.8rem, 2.4vw, 2.5rem);
}

p,
li {
  line-height: 1.7;
  font-size: 1rem;
}

.lead,
.section-text {
  max-width: 680px;
  font-size: 1.15rem;
  color: rgba(248, 243, 235, 0.82);
}

.section-light .section-text,
.section-light .lead,
.section-light p,
.section-light li {
  color: rgba(32, 40, 58, 0.82);
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading.narrow {
  max-width: 820px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 36px;
  min-height: calc(100vh - 98px);
  align-items: center;
}

.hero-copy {
  padding-right: 10px;
}

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

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-metrics li,
.hero-card,
.info-card,
.advantage-card,
.case-card,
.person-card,
.process-card,
.tall-card,
.column-panel,
.feature-card {
  border: 1px solid rgba(200, 162, 80, 0.18);
  box-shadow: var(--shadow);
}

.hero-metrics li {
  padding: 20px;
  background: rgba(255, 255, 255, 0.04);
}

.hero-metrics strong,
.hero-metrics span {
  display: block;
}

.hero-metrics strong {
  margin-bottom: 6px;
  color: var(--accent-soft);
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-metrics span {
  color: rgba(248, 243, 235, 0.84);
  font-size: 0.94rem;
}

.hero-card {
  position: relative;
  background: linear-gradient(180deg, rgba(18, 25, 38, 0.72), rgba(18, 25, 38, 0.92));
  padding: 18px;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid var(--line);
  pointer-events: none;
}

.hero-card-inner {
  position: relative;
  padding: 42px 34px;
}

.hero-logo {
  width: 128px;
  margin: 0 auto 24px;
}

.hero-card-title {
  margin-bottom: 6px;
  color: var(--accent-soft);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
}

.hero-divider {
  width: 72px;
  height: 2px;
  margin: 24px 0;
  background: linear-gradient(90deg, var(--accent), transparent);
}

.grid-three,
.grid-two,
.grid-two-large,
.process-grid,
.entry-flow {
  display: grid;
  gap: 20px;
}

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

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

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

.cards-soft .info-card,
.advantage-card,
.person-card,
.column-panel {
  background: rgba(255, 255, 255, 0.74);
}

.info-card,
.advantage-card,
.case-card,
.person-card,
.process-card,
.tall-card,
.column-panel,
.feature-card {
  padding: 28px;
  border-radius: 28px;
}

.card-index,
.case-label,
.process-card span,
.entry-flow span,
.tall-card span {
  color: var(--accent);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: start;
}

.stacked-cards {
  display: grid;
  gap: 18px;
}

.dark-card,
.case-card,
.tall-card,
.process-card {
  background: rgba(255, 255, 255, 0.05);
}

.two-column-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.column-panel h3,
.feature-card h3,
.info-card h3,
.advantage-card h3,
.case-card h3,
.person-card h3 {
  margin: 8px 0 12px;
}

.column-panel ul {
  padding-left: 18px;
  margin: 14px 0 0;
}

.accent-panel {
  background: linear-gradient(180deg, rgba(51, 65, 91, 0.96), rgba(31, 39, 55, 0.96));
  color: var(--text-light);
}

.accent-panel li,
.accent-panel h3 {
  color: inherit;
}

.people-grid .person-card {
  min-height: 220px;
}

.role {
  margin: 10px 0 18px;
  color: var(--accent);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
}

.committee {
  margin-top: 20px;
  padding: 18px 24px;
  border-radius: 20px;
  background: var(--bg);
  color: var(--text-light);
  text-align: center;
  font-weight: 700;
}

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

.process-card h3,
.entry-flow h3 {
  margin: 14px 0 10px;
}

.process-note {
  max-width: 980px;
  margin: 26px auto 0;
  text-align: center;
  color: rgba(248, 243, 235, 0.8);
}

.cards-tall .tall-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tall-card span {
  font-size: 2.25rem;
  font-family: "Cormorant Garamond", serif;
}

.tall-card p {
  font-size: 1.18rem;
}

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

.entry-flow article {
  padding: 24px;
  border-top: 1px solid rgba(200, 162, 80, 0.24);
  background: rgba(255, 255, 255, 0.38);
}

.cta {
  padding: 48px 54px 72px;
  background: transparent;
}

.cta-box {
  padding: 56px 24px;
  border: 1px solid rgba(200, 162, 80, 0.34);
  text-align: center;
  background: linear-gradient(180deg, rgba(51, 65, 91, 0.96), rgba(33, 42, 60, 0.98));
  color: var(--text-light);
}

.cta-box img {
  width: 126px;
  margin: 0 auto 22px;
}

.cta-box h2 {
  max-width: 920px;
  margin: 0 auto 18px;
}

.cta-box p {
  margin: 0 auto 28px;
  max-width: 680px;
  color: rgba(248, 243, 235, 0.82);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .site-header,
  .hero,
  .split-layout,
  .two-column-list,
  .grid-three,
  .grid-two,
  .grid-two-large,
  .process-grid,
  .entry-flow {
    grid-template-columns: 1fr;
  }

  .site-header {
    position: static;
    display: grid;
    justify-content: stretch;
  }

  .site-nav {
    flex-wrap: wrap;
  }

  .hero {
    min-height: auto;
  }

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

@media (max-width: 720px) {
  .page-shell {
    width: calc(100% - 16px);
    margin: 8px auto;
  }

  section {
    padding: 64px 22px;
  }

  .site-header {
    padding: 18px 20px;
  }

  .brand span {
    display: none;
  }

  .button {
    width: 100%;
  }

  .hero-actions {
    flex-direction: column;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.45rem;
  }
}
