:root {
  --deep: #071016;
  --deep-soft: #0d1b23;
  --deep-light: #152832;
  --paper: #ece7dc;
  --ink: #171918;
  --muted: rgba(236, 231, 220, 0.64);
  --line: rgba(236, 231, 220, 0.18);
  --copper: #c58145;
  --copper-light: #dda56e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--deep);
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--copper-light); outline-offset: 4px; }
img { display: block; max-width: 100%; }

.site-header {
  min-height: 96px;
  padding: 22px clamp(22px, 5vw, 80px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 13px;
  width: max-content;
  font: 15px/1.05 Georgia, serif;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.wordmark img { width: 42px; height: 42px; }
.wordmark-text { display: flex; flex-direction: column; }
.site-header nav { display: flex; gap: 30px; }
.site-header nav a, .header-cta {
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.site-header nav a:hover, .header-cta:hover { color: var(--copper-light); }
.header-cta { justify-self: end; }

.hero {
  min-height: 610px;
  padding: 88px clamp(24px, 9vw, 150px) 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 78% 35%, rgba(197, 129, 69, .14), transparent 34%),
    linear-gradient(135deg, #071016, #10232c);
}
.breadcrumb, .eyebrow, .section-label {
  font-size: 10px;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.breadcrumb { margin: 0 0 auto; color: rgba(236, 231, 220, .48); }
.breadcrumb a:hover { color: var(--copper-light); }
.eyebrow { margin: 68px 0 20px; color: var(--copper); }
.hero h1 {
  max-width: 1050px;
  margin: 0;
  font: 400 clamp(54px, 7.3vw, 108px)/.96 Georgia, serif;
  letter-spacing: -.05em;
}
.hero .subtitle {
  max-width: 770px;
  margin: 30px 0 0;
  color: var(--muted);
  font: clamp(19px, 2vw, 27px)/1.55 Georgia, serif;
}

.intro-panel {
  padding: 94px clamp(24px, 9vw, 150px);
  display: grid;
  grid-template-columns: .42fr 1.15fr;
  gap: clamp(42px, 9vw, 135px);
  background: var(--paper);
  color: var(--ink);
}
.intro-panel .section-label { color: #8b5c35; }
.intro-copy { max-width: 790px; }
.intro-copy p, .notice p {
  margin: 0;
  color: #4e514e;
  font: 20px/1.8 Georgia, serif;
}
.intro-copy p + p { margin-top: 24px; }
.notice {
  margin-top: 48px;
  padding: 30px 32px;
  border-left: 3px solid var(--copper);
  background: rgba(197, 129, 69, .08);
}
.notice h2 { margin: 0 0 14px; font: 400 27px/1.15 Georgia, serif; }
.notice p { font-size: 17px; }
.notice p + p { margin-top: 12px; }

.cards {
  padding: 100px clamp(24px, 7vw, 110px) 116px;
}
.cards-heading {
  display: grid;
  grid-template-columns: .36fr 1fr;
  gap: clamp(36px, 7vw, 100px);
  align-items: end;
  margin-bottom: 52px;
}
.cards-heading .section-label { color: var(--copper); }
.cards-heading h2 {
  max-width: 800px;
  margin: 0;
  font: 400 clamp(42px, 5vw, 72px)/1.03 Georgia, serif;
  letter-spacing: -.035em;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.card {
  min-height: 390px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.012);
}
a.card:hover { background: rgba(255,255,255,.035); }
.card-number { color: var(--copper); font-size: 10px; letter-spacing: .16em; }
.card h3 { margin: 70px 0 18px; font: 400 clamp(30px, 3vw, 43px)/1.06 Georgia, serif; }
.card p { margin: 0; color: var(--muted); line-height: 1.75; }
.card p + p { margin-top: 14px; }
.card-action { margin-top: auto; padding-top: 38px; color: var(--copper-light); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.card.pending { color: rgba(236,231,220,.7); }
.card.pending .card-action { color: rgba(236,231,220,.45); }

.territories-link {
  padding: 88px clamp(24px, 9vw, 150px);
  display: grid;
  grid-template-columns: .42fr 1.15fr;
  gap: clamp(42px, 9vw, 135px);
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 30%, rgba(197, 129, 69, .12), transparent 36%),
    var(--deep-soft);
}
.territories-link .section-label { color: var(--copper); }
.territories-link h2 {
  max-width: 780px;
  margin: 0 0 24px;
  font: 400 clamp(40px, 5vw, 70px)/1.03 Georgia, serif;
  letter-spacing: -.035em;
}
.territories-link p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font: 19px/1.75 Georgia, serif;
}
.territories-link .button { margin-top: 30px; }

.article-shell { background: var(--paper); color: var(--ink); }
.article-body {
  width: min(820px, calc(100% - 48px));
  margin: 0 auto;
  padding: 94px 0 118px;
}
.article-body h2 {
  margin: 70px 0 22px;
  font: 400 clamp(32px, 4vw, 48px)/1.12 Georgia, serif;
  letter-spacing: -.025em;
}
.article-body h2:first-child { margin-top: 0; }
.article-body p {
  margin: 0;
  color: #454845;
  font: 20px/1.85 Georgia, serif;
}
.article-body p + p { margin-top: 24px; }
.article-body em { color: var(--ink); }
.article-image {
  width: min(1120px, calc(100vw - 48px));
  margin: 64px 50% 74px;
  transform: translateX(-50%);
}
.article-image img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.article-image figcaption {
  margin-top: 16px;
  color: #6b645c;
  font: 15px/1.6 Georgia, serif;
}

.article-cta, .index-cta {
  padding: 86px clamp(24px, 9vw, 150px);
  text-align: center;
  background: linear-gradient(135deg, #0c171d, #172832);
}
.article-cta p, .index-cta p {
  max-width: 770px;
  margin: 0 auto;
  color: var(--paper);
  font: clamp(28px, 3.3vw, 46px)/1.25 Georgia, serif;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 36px;
  padding: 15px 24px;
  background: var(--copper);
  color: var(--deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.button:hover { background: var(--copper-light); }
.article-cta > .button:first-child { margin-top: 0; }

.article-next {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
}
.article-next a {
  min-height: 220px;
  padding: 38px clamp(24px, 6vw, 88px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
}
.article-next small { color: var(--copper); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.article-next strong { margin: 20px 0 0; font: 400 clamp(28px, 3vw, 42px)/1.12 Georgia, serif; }

footer {
  min-height: 132px;
  padding: 34px clamp(24px, 5vw, 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .intro-panel, .cards-heading, .territories-link { grid-template-columns: 1fr; }
  .card-grid { grid-template-columns: 1fr; }
  .card { min-height: 300px; }
}
@media (max-width: 620px) {
  .site-header { min-height: 82px; padding: 18px 22px; }
  .wordmark { font-size: 13px; }
  .header-cta { font-size: 0; }
  .header-cta::after { content: "→"; font-size: 21px; }
  .hero { min-height: 590px; padding-top: 58px; padding-bottom: 76px; }
  .hero h1 { font-size: 52px; }
  .hero .subtitle { font-size: 19px; }
  .intro-panel, .cards, .article-cta, .index-cta, .territories-link { padding-top: 72px; padding-bottom: 72px; }
  .intro-copy p { font-size: 18px; }
  .article-body { width: min(100% - 38px, 820px); padding: 72px 0 86px; }
  .article-body p { font-size: 18px; line-height: 1.78; }
  .article-body h2 { margin-top: 58px; }
  .article-image { width: calc(100vw - 38px); margin-top: 48px; margin-bottom: 58px; }
  .article-next { grid-template-columns: 1fr; }
  .article-next a { min-height: 180px; border-bottom: 1px solid var(--line); }
  footer { align-items: flex-start; flex-direction: column; }
}

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