:root {
  --basalt: #17191a;
  --iron: #252a2c;
  --steel: #647278;
  --copper: #c86f3b;
  --ember: #f3a23c;
  --heat: #f5c36a;
  --ash: #f1e8d9;
  --paper: #fffaf1;
  --ink: #252525;
  --sage: #637b70;
  --line: rgba(241, 232, 217, .18);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--basalt);
  color: var(--ash);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
a { color: var(--heat); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--heat); outline-offset: 4px; }
img { display: block; max-width: 100%; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 99; padding: .8rem 1rem; background: var(--paper); color: var(--ink); }
.skip-link:focus { left: 1rem; top: 1rem; }
.site-header {
  position: sticky; top: 0; z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(23, 25, 26, .94);
  backdrop-filter: blur(16px);
}
.nav {
  max-width: var(--max); margin: auto; padding: .85rem 1.25rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.brand { display: flex; align-items: center; gap: .8rem; color: var(--ash); text-decoration: none; font-weight: 900; letter-spacing: -.03em; }
.brand-mark {
  width: 42px; height: 42px; border: 2px solid var(--copper); border-radius: 50%;
  display: grid; place-items: center; color: var(--ember); box-shadow: inset 0 0 0 5px var(--iron);
}
.nav-links { display: flex; flex-wrap: wrap; gap: .85rem; align-items: center; }
.nav-links a { color: var(--ash); text-decoration: none; font-size: .94rem; font-weight: 700; }
.nav-links a:hover { color: var(--heat); }
.hero { position: relative; min-height: 690px; display: grid; align-items: end; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(23,25,26,.98) 0%, rgba(23,25,26,.85) 42%, rgba(23,25,26,.3) 72%),
              linear-gradient(0deg, var(--basalt) 0%, transparent 40%),
              url("assets/hero.jpg") center/cover;
}
.hero-inner { position: relative; width: min(var(--max), calc(100% - 2.5rem)); margin: 0 auto; padding: 7rem 0 6rem; }
.eyebrow { color: var(--heat); text-transform: uppercase; letter-spacing: .17em; font-size: .78rem; font-weight: 900; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; margin: 0; }
h1 { max-width: 820px; font-size: clamp(3rem, 8vw, 6.5rem); }
h2 { font-size: clamp(2rem, 5vw, 4rem); }
h3 { font-size: 1.35rem; }
.lead { max-width: 720px; font-size: clamp(1.08rem, 2vw, 1.35rem); color: rgba(241,232,217,.82); margin: 1.35rem 0 0; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .75rem 1.2rem; text-decoration: none; font-weight: 900; border: 1px solid var(--copper); border-radius: 3px 18px 3px 18px; }
.button.primary { background: var(--ember); color: var(--basalt); border-color: var(--ember); }
.button.secondary { background: rgba(23,25,26,.7); color: var(--ash); }
.section { padding: 6.5rem 1.25rem; }
.section-inner { max-width: var(--max); margin: auto; }
.section.light { background: var(--paper); color: var(--ink); }
.section.copper { background: linear-gradient(135deg, #8f482b, #c86f3b); color: #fff9ef; }
.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.intro-copy p { font-size: 1.09rem; }
.rule { width: 76px; height: 6px; background: var(--ember); border-radius: 99px; margin: 1.2rem 0; }
.tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.3rem; }
.tool {
  min-height: 240px; padding: 1.5rem; background: var(--iron); border: 1px solid var(--line);
  border-radius: 3px 30px 3px 30px; position: relative; overflow: hidden;
}
.tool::after { content: ""; position: absolute; width: 80px; height: 80px; right: -28px; bottom: -28px; border: 2px solid var(--copper); border-radius: 50%; }
.tool-number { color: var(--ember); font-size: .78rem; font-weight: 900; letter-spacing: .17em; }
.tool h3 { margin: .9rem 0 .7rem; }
.tool p { color: rgba(241,232,217,.7); margin: 0; }
.image-band { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 560px; }
.image-band img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; }
.image-copy { background: var(--iron); padding: clamp(2rem, 6vw, 6rem); display: flex; flex-direction: column; justify-content: center; }
.principles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2.5rem; }
.principle { border-top: 4px solid var(--copper); padding-top: 1rem; }
.principle strong { display: block; font-size: 1.15rem; }
.principle span { display: block; color: rgba(241,232,217,.7); margin-top: .4rem; }
.identity { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem; }
.identity-card { border: 1px solid rgba(37,37,37,.18); padding: 1.4rem; border-radius: 3px 24px 3px 24px; background: #fff; }
.identity-card dt { color: #75503d; font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.identity-card dd { margin: .25rem 0 1rem; font-weight: 700; }
.identity-card dd:last-child { margin-bottom: 0; }
.notice { max-width: 840px; padding: 1.2rem 1.3rem; border-left: 5px solid var(--ember); background: rgba(243,162,60,.12); }
.policy-layout { display: grid; grid-template-columns: 280px 1fr; gap: 3rem; align-items: start; }
.policy-nav { position: sticky; top: 92px; background: var(--iron); border: 1px solid var(--line); padding: 1.2rem; border-radius: 3px 24px 3px 24px; }
.policy-nav strong { display: block; color: var(--heat); margin-bottom: .7rem; }
.policy-nav a { display: block; color: var(--ash); text-decoration: none; padding: .3rem 0; font-size: .9rem; }
.policy-section { padding: 0 0 2.8rem; margin: 0 0 2.8rem; border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }
.policy-section p, .policy-section li { color: rgba(241,232,217,.78); }
.policy-section h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
.footer { border-top: 1px solid var(--line); padding: 2.5rem 1.25rem; }
.footer-inner { max-width: var(--max); margin: auto; display: flex; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.footer p { margin: .2rem 0; color: rgba(241,232,217,.65); }
.small { font-size: .88rem; }

@media (max-width: 900px) {
  .nav { align-items: flex-start; }
  .nav-links { justify-content: flex-end; }
  .intro-grid, .image-band, .policy-layout { grid-template-columns: 1fr; }
  .tool-grid { grid-template-columns: repeat(2, 1fr); }
  .principles { grid-template-columns: repeat(2, 1fr); }
  .policy-nav { position: static; }
}
@media (max-width: 620px) {
  .nav { display: block; }
  .nav-links { justify-content: flex-start; margin-top: .7rem; }
  .nav-links a { font-size: .82rem; }
  .hero { min-height: 610px; }
  .tool-grid, .principles, .identity { grid-template-columns: 1fr; }
  .section { padding: 4.5rem 1rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
