
:root {
  --nero: #070805;
  --carbon: #151713;
  --olive: #2f3b18;
  --gold: #d7b568;
  --lime: #b7ff4a;
  --cream: #f4efe1;
  --muted: #8f927f;
  --line: rgba(215,181,104,.22);
  --paper: #fbf8ef;
  --ink: #15130e;
  --shadow: 0 24px 70px rgba(0,0,0,.28);
}
* { 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", Arial, sans-serif;
  line-height: 1.68;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 56px);
  color: var(--cream);
  background: rgba(7,8,5,.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--nero);
  background: linear-gradient(135deg, var(--gold), var(--lime));
  font-size: 12px;
}
.site-nav { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.site-nav a {
  padding: 9px 12px;
  border-radius: 999px;
  color: #e8dfc8;
  font-size: 14px;
  font-weight: 800;
}
.site-nav a:hover, .site-nav a[aria-current="page"] {
  color: var(--nero);
  background: var(--gold);
}
.hero {
  min-height: calc(100vh - 76px);
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--nero);
  color: var(--cream);
}
.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .78;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,8,5,.94), rgba(7,8,5,.62) 52%, rgba(7,8,5,.14)),
    linear-gradient(0deg, rgba(7,8,5,.9), transparent 42%);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 76px 0;
}
.kicker, .eyebrow {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 960px;
  margin: 16px 0 20px;
  font-size: clamp(44px, 7vw, 100px);
  line-height: .94;
  letter-spacing: 0;
  text-transform: uppercase;
}
.hero p {
  max-width: 650px;
  color: #e5dcc3;
  font-size: clamp(17px, 2vw, 21px);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  color: var(--nero);
  background: var(--gold);
  font-weight: 900;
}
.button.dark {
  color: var(--cream);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.24);
}
.track-strip {
  width: min(1180px, calc(100% - 36px));
  margin: -44px auto 0;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--carbon);
  color: var(--cream);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 6px;
  overflow: hidden;
}
.track-strip div { padding: 24px; border-right: 1px solid var(--line); }
.track-strip div:last-child { border-right: 0; }
.track-strip strong { display: block; color: var(--gold); font-size: 28px; line-height: 1; }
.track-strip span { color: #c9bea2; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.section {
  width: min(1180px, calc(100% - 36px));
  margin: 90px auto;
}
.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 34px;
  align-items: end;
  margin-bottom: 30px;
}
h1, h2, h3 { line-height: 1.08; letter-spacing: 0; }
.section-head h2 {
  margin: 8px 0 0;
  font-size: clamp(32px, 4.6vw, 58px);
  text-transform: uppercase;
}
.section-head p { margin: 0; color: #5f5d50; }
.experience-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 22px;
}
.quote-panel {
  padding: 34px;
  color: var(--cream);
  background: linear-gradient(145deg, var(--carbon), #2c301f);
  border-radius: 6px;
  min-height: 450px;
  display: grid;
  align-content: end;
}
.quote-panel h3 { margin: 0 0 16px; font-size: 38px; }
.visual-panel {
  border-radius: 6px;
  overflow: hidden;
  min-height: 450px;
  box-shadow: var(--shadow);
}
.visual-panel img { width: 100%; height: 100%; min-height: 450px; object-fit: cover; }
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.article-card {
  overflow: hidden;
  background: #fffdf7;
  border: 1px solid #e4dcc7;
  border-radius: 6px;
  box-shadow: 0 18px 46px rgba(28,23,8,.08);
}
.article-card img { width: 100%; height: 220px; object-fit: cover; }
.article-card div { padding: 20px; }
.article-card time { color: #75612b; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.article-card h3 { margin: 10px 0 12px; font-size: 23px; }
.article-card p { margin: 0; color: #666250; }
.resource-band {
  padding: 64px 0;
  color: var(--cream);
  background: linear-gradient(135deg, #070805, #252916 60%, #151713);
}
.resource-inner {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 36px;
}
.resource-inner h2 { margin: 8px 0 0; font-size: 40px; }
.resource-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.resource-links a {
  padding: 13px 14px;
  border: 1px solid rgba(215,181,104,.28);
  border-radius: 6px;
  background: rgba(255,255,255,.05);
  color: #f1e8d0;
  font-weight: 760;
}
.page-hero {
  padding: 74px 0 46px;
  color: var(--cream);
  background: radial-gradient(circle at 82% 10%, rgba(183,255,74,.22), transparent 28%), linear-gradient(135deg, #070805, #252916);
}
.page-hero .wrap, .article-layout, .simple-page, .site-footer .wrap {
  width: min(990px, calc(100% - 36px));
  margin: 0 auto;
}
.page-hero h1 {
  margin: 10px 0 14px;
  max-width: 940px;
  font-size: clamp(38px, 5.6vw, 76px);
}
.page-hero p { max-width: 780px; color: #ddd3b9; font-size: 18px; }
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 275px;
  gap: 34px;
  margin-top: 56px;
  margin-bottom: 86px;
}
.article-body {
  padding: 34px;
  background: #fffdf7;
  border: 1px solid #e2d9c1;
  border-radius: 6px;
}
.article-body img { width: 100%; margin: 28px 0; border-radius: 6px; }
.article-body h2 { margin-top: 42px; font-size: 32px; }
.article-body h3 { margin-top: 30px; font-size: 24px; }
.article-body p { font-size: 17px; }
.article-body a { color: #6d5516; font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.article-body ul { padding-left: 22px; }
.context-link {
  margin: 30px 0;
  padding: 18px 20px;
  color: #3e3829;
  background: #f6f0df;
  border-left: 4px solid var(--gold);
  border-radius: 6px;
}
.article-side {
  position: sticky;
  top: 98px;
  align-self: start;
  display: grid;
  gap: 14px;
}
.side-box {
  padding: 18px;
  background: #fffdf7;
  border: 1px solid #e2d9c1;
  border-radius: 6px;
}
.side-box h3 { margin: 0 0 12px; font-size: 18px; }
.side-box a { display: block; margin: 9px 0; color: #6d5516; font-weight: 850; }
.simple-page {
  margin-top: 54px;
  margin-bottom: 86px;
  padding: 34px;
  background: #fffdf7;
  border: 1px solid #e2d9c1;
  border-radius: 6px;
}
.simple-page h2 { margin-top: 34px; font-size: 30px; }
.simple-page a { color: #6d5516; font-weight: 850; text-decoration: underline; }
.site-footer {
  padding: 36px 0;
  background: var(--nero);
  color: #e7ddc3;
}
.site-footer .wrap { display: flex; gap: 20px; align-items: center; justify-content: space-between; }
.site-footer a { color: #fff7d6; font-weight: 850; }
@media (max-width: 920px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .site-nav { justify-content: flex-start; }
  .track-strip, .section-head, .experience-grid, .article-grid, .resource-inner, .article-layout { grid-template-columns: 1fr; }
  .track-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .resource-links { grid-template-columns: 1fr; }
  .article-side { position: static; }
  .hero { min-height: 760px; }
}
