:root {
  color-scheme: dark;
  --ink: #fff7ed;
  --muted: rgba(255, 247, 237, 0.68);
  --line: rgba(255, 247, 237, 0.14);
  --accent: #fb923c;
  --accent-strong: #ea580c;
  --bg: #110603;
  --panel: #1b0b06;
  font-family: "Outfit", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(135deg, rgba(194, 65, 12, 0.24), transparent 38%),
    radial-gradient(circle at 85% 18%, rgba(251, 146, 60, 0.18), transparent 24rem),
    var(--bg);
  color: var(--ink);
}

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

.site-header,
footer {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header {
  min-height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 300;
  font-size: 26px;
  letter-spacing: 6px;
}

.brand i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
}

nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: 14px;
}

main {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - 120px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 48px;
  padding: 36px 0 70px;
}

.eyebrow {
  margin: 0 0 18px;
  color: #fdba74;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1;
}

h1 {
  margin: 0;
  font-size: clamp(80px, 14vw, 170px);
  font-weight: 500;
}

.lead {
  width: min(610px, 100%);
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}

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

.primary-link,
.secondary-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.primary-link {
  background: linear-gradient(135deg, var(--accent-strong), #c2410c);
  box-shadow: 0 18px 42px rgba(234, 88, 12, 0.24);
}

.secondary-link {
  border: 1px solid var(--line);
  color: var(--muted);
}

.hero-panel {
  border: 1px solid var(--line);
  background: rgba(27, 11, 6, 0.76);
  backdrop-filter: blur(18px);
  padding: 28px;
  display: grid;
  gap: 16px;
  border-radius: 8px;
}

.hero-panel div,
.section-grid article {
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
}

.hero-panel div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.hero-panel strong {
  display: block;
  font-size: 44px;
  line-height: 1;
}

.hero-panel span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 44px 0 72px;
}

.section-grid article,
.principle-grid article {
  min-height: 240px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
}

.section-grid article span,
.principle-grid article span {
  color: var(--accent);
  font-weight: 700;
}

.section-grid h2,
.wide-band h2 {
  margin: 22px 0 14px;
  font-size: 34px;
  font-weight: 500;
}

.section-grid p,
.wide-band p,
.doctrine-intro p,
.principle-grid p {
  color: var(--muted);
  line-height: 1.7;
}

.doctrine-section {
  padding: 70px 0 22px;
  border-top: 1px solid var(--line);
}

.doctrine-section-alt {
  margin-top: 42px;
}

.doctrine-intro {
  max-width: 880px;
}

.doctrine-intro h2 {
  margin: 0 0 22px;
  font-size: clamp(46px, 7vw, 86px);
  font-weight: 500;
  line-height: 0.96;
}

.doctrine-intro p {
  max-width: 780px;
  font-size: 17px;
}

blockquote {
  margin: 42px 0;
  padding: 34px 0 34px 34px;
  border-left: 2px solid var(--accent);
}

blockquote p {
  max-width: 860px;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: 1.08;
}

blockquote cite {
  display: block;
  margin-top: 18px;
  color: #fdba74;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

.principle-grid article {
  min-height: 280px;
}

.principle-grid h3 {
  margin: 24px 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

.wide-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 42px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.wide-band div {
  max-width: 720px;
}

footer {
  min-height: 92px;
  color: rgba(255, 247, 237, 0.46);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .site-header,
  footer,
  .wide-band {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 56px;
  }

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

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

  .doctrine-section {
    padding-top: 54px;
  }

  blockquote {
    padding-left: 20px;
  }
}
