:root {
  color-scheme: dark;
  --black: #070605;
  --black-soft: #0d0b09;
  --panel: rgba(20, 16, 12, 0.72);
  --copper: #b97945;
  --copper-light: #e0b27b;
  --gold: #cf985d;
  --cream: #f1e8db;
  --muted: #a99f92;
  --line: rgba(205, 151, 94, 0.26);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  color: var(--cream);
  background:
    radial-gradient(circle at 19% 15%, rgba(149, 85, 38, 0.11), transparent 29rem),
    radial-gradient(circle at 82% 42%, rgba(105, 62, 31, 0.08), transparent 34rem),
    linear-gradient(155deg, #050505 0%, #0a0806 52%, #050505 100%);
  font-family: var(--sans);
  line-height: 1.5;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.018) 50%, transparent 50.1%);
  opacity: 0.6;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.13;
  background-image:
    repeating-radial-gradient(circle at 24% 31%, rgba(255,255,255,.045) 0 1px, transparent 1px 4px);
  mix-blend-mode: soft-light;
}

a {
  color: inherit;
}

.site-header,
main,
footer {
  width: min(1180px, calc(100% - 42px));
  margin-inline: auto;
}

.site-header {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(207, 152, 93, 0.17);
}

.wordmark {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  font-family: var(--serif);
  letter-spacing: 0.17em;
  line-height: 1;
}

.wordmark span {
  font-size: 1rem;
  color: #dfb27e;
}

.wordmark small {
  margin-top: 7px;
  font: 600 0.54rem/1 var(--sans);
  letter-spacing: 0.44em;
  color: #81776c;
}

.header-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #887e72;
  font-size: 0.71rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.header-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--copper-light);
  box-shadow: 0 0 16px rgba(224, 178, 123, 0.72);
}

.hero {
  min-height: calc(100vh - 94px);
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(440px, 1.1fr);
  align-items: center;
  gap: clamp(34px, 6vw, 96px);
  padding: 64px 0 84px;
}

.emblem-wrap {
  position: relative;
  isolation: isolate;
}

.emblem-glow {
  position: absolute;
  z-index: -1;
  inset: 16%;
  border-radius: 50%;
  background: rgba(170, 101, 50, .11);
  filter: blur(54px);
}

.emblem {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 50px rgba(0,0,0,.52));
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--copper-light);
  font: 600 .72rem/1.4 var(--sans);
  letter-spacing: .28em;
}

.eyebrow b,
.subline b {
  color: #6c4930;
}

.hero h1,
.section-heading h2,
.coming-soon h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.025em;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(3.1rem, 6.1vw, 6.8rem);
  line-height: .91;
  color: #f1e8db;
}

.hero h1 span,
.section-heading h2 span {
  display: inline-block;
  color: var(--copper-light);
  font-style: italic;
}

.lead {
  max-width: 590px;
  margin: 34px 0 0;
  color: #d5cabc;
  font: 400 clamp(1.05rem, 1.5vw, 1.23rem)/1.65 var(--sans);
}

.subline {
  margin: 22px 0 0;
  color: #c49566;
  font-size: .78rem;
  line-height: 1.85;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.subline span {
  color: #82776a;
  letter-spacing: .09em;
  text-transform: none;
}

.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 38px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 2px;
  text-decoration: none;
  font-size: .77rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

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

.button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--copper-light);
  outline-offset: 4px;
}

.button-primary {
  color: #120d09;
  background: linear-gradient(135deg, #e3bb8d, #a76635);
  box-shadow: 0 12px 36px rgba(143, 78, 33, .18);
}

.button-secondary {
  border-color: #514437;
  color: #d6c5b1;
  background: rgba(255,255,255,.015);
}

.button-secondary:hover {
  border-color: #a7754e;
}

.signature {
  width: min(430px, 100%);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  margin-top: 44px;
  color: #74685d;
}

.signature span {
  height: 1px;
  background: linear-gradient(90deg, transparent, #5b3c27);
}

.signature span:last-child {
  background: linear-gradient(90deg, #5b3c27, transparent);
}

.signature strong {
  font: 400 .64rem/1 var(--serif);
  letter-spacing: .26em;
}

.preview {
  padding: 110px 0 125px;
  border-top: 1px solid var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 68px;
}

.section-heading h2 {
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: .98;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pillars article {
  min-height: 255px;
  padding: 30px 34px 38px;
  border-right: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(139, 82, 39, .045), transparent 70%);
}

.pillars article:last-child {
  border-right: 0;
}

.number {
  color: #71533a;
  font: 400 .68rem/1 var(--serif);
  letter-spacing: .16em;
}

.pillars h3 {
  margin: 48px 0 13px;
  font: 400 1.55rem/1.1 var(--serif);
  color: #dbb487;
}

.pillars p {
  max-width: 310px;
  margin: 0;
  color: #93887c;
  font-size: .91rem;
  line-height: 1.65;
}

.coming-soon {
  position: relative;
  padding: 90px 28px 100px;
  text-align: center;
  border: 1px solid rgba(188, 130, 76, .22);
  background:
    radial-gradient(circle at center, rgba(159, 92, 45, .10), transparent 52%),
    rgba(255,255,255,.012);
  overflow: hidden;
}

.coming-soon::before,
.coming-soon::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 1px;
  top: 50%;
  background: linear-gradient(90deg, transparent, #65432a);
}

.coming-soon::before {
  left: 3%;
}

.coming-soon::after {
  right: 3%;
  transform: rotate(180deg);
}

.coming-soon p {
  margin: 0 0 16px;
  color: #96673f;
  font-size: .67rem;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.coming-soon h2 {
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  color: #e7c093;
}

.coming-soon > span {
  display: block;
  margin-top: 16px;
  color: #857b70;
  font-size: .9rem;
}

footer {
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  color: #6f675e;
  font-size: .75rem;
}

footer > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

footer strong {
  color: #a17752;
  font: 400 1rem/1 var(--serif);
  letter-spacing: .1em;
}

footer a {
  color: #8d8175;
  text-decoration: none;
}

.footer-right {
  text-align: right;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}

.footer-links a {
  color: #a78b70;
  text-decoration: underline;
  text-decoration-color: rgba(205, 151, 94, .28);
  text-underline-offset: 4px;
}

.footer-links a:hover,
.footer-links a[aria-current="page"] {
  color: var(--copper-light);
}

.header-back {
  color: #9b8e80;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}

.header-back:hover {
  color: var(--copper-light);
}

.legal-main {
  width: min(860px, calc(100% - 42px));
  padding: 96px 0 54px;
}

.legal-hero {
  padding-bottom: 52px;
}

.legal-hero .eyebrow {
  margin-bottom: 18px;
}

.legal-hero h1 {
  margin: 0;
  color: #f1e8db;
  font: 400 clamp(3rem, 8vw, 6.1rem)/.96 var(--serif);
  letter-spacing: -.035em;
}

.legal-intro {
  max-width: 650px;
  margin: 24px 0 0;
  color: #a89c8e;
  font-size: 1rem;
  line-height: 1.7;
}

.legal-date {
  margin: 13px 0 0;
  color: #755f4d;
  font-size: .72rem;
  letter-spacing: .08em;
}

.legal-card {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(139, 82, 39, .04), transparent 28%);
}

.legal-section {
  padding: 38px 34px 42px;
  border-bottom: 1px solid var(--line);
}

.legal-section:last-child {
  border-bottom: 0;
}

.legal-label {
  margin: 0 0 18px;
  color: #8b603e;
  font: 600 .65rem/1.3 var(--sans);
  letter-spacing: .2em;
  text-transform: uppercase;
}

.legal-section h2 {
  margin: 0 0 17px;
  color: #ddb586;
  font: 400 1.65rem/1.25 var(--serif);
}

.legal-section p,
.legal-section address {
  max-width: 720px;
  margin: 0 0 16px;
  color: #a99f92;
  font-size: .93rem;
  font-style: normal;
  line-height: 1.75;
}

.legal-section p:last-child,
.legal-section address:last-child {
  margin-bottom: 0;
}

.legal-section a {
  color: #d1a778;
  text-underline-offset: 4px;
}

.legal-nav {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 30px 4px 12px;
}

.legal-nav a {
  color: #9d8066;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.legal-nav a:hover {
  color: var(--copper-light);
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 45px 0 78px;
  }

  .emblem-wrap {
    width: min(530px, 84vw);
    margin-inline: auto;
  }

  .hero-copy {
    text-align: center;
  }

  .eyebrow {
    margin-top: 8px;
  }

  .hero h1,
  .lead,
  .signature {
    margin-inline: auto;
  }

  .actions {
    justify-content: center;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

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

  .pillars article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .pillars article:last-child {
    border-bottom: 0;
  }

  .pillars h3 {
    margin-top: 27px;
  }

  .coming-soon::before,
  .coming-soon::after {
    display: none;
  }
}

@media (max-width: 560px) {
  .site-header,
  main,
  footer {
    width: min(100% - 28px, 1180px);
  }

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

  .wordmark span {
    font-size: .82rem;
  }

  .header-status {
    font-size: .58rem;
    letter-spacing: .12em;
  }

  .hero {
    padding-top: 24px;
  }

  .emblem-wrap {
    width: min(450px, 100%);
  }

  .eyebrow {
    font-size: .62rem;
    letter-spacing: .19em;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 14vw, 4rem);
  }

  .lead {
    margin-top: 26px;
    font-size: 1rem;
  }

  .subline {
    font-size: .68rem;
    letter-spacing: .11em;
  }

  .actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .preview {
    padding: 78px 0 84px;
  }

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

  .section-heading h2 {
    font-size: 2.8rem;
  }

  .pillars article {
    padding-inline: 24px;
  }

  .coming-soon {
    padding: 64px 22px 70px;
  }

  .coming-soon h2 {
    font-size: 2.75rem;
  }

  footer {
    min-height: 230px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .footer-right {
    text-align: left;
    word-break: break-word;
  }

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

  .legal-main {
    width: min(100% - 28px, 860px);
    padding-top: 62px;
  }

  .legal-hero {
    padding-bottom: 38px;
  }

  .legal-section {
    padding: 30px 20px 34px;
  }

  .legal-section h2 {
    font-size: 1.45rem;
  }

  .legal-section p,
  .legal-section address {
    font-size: .9rem;
  }

  .legal-nav {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  .button {
    transition: none;
  }
}
