:root {
  --ink: #050505;
  --paper: #f3f2ef;
  --muted: #6b6b68;
  --line: rgba(5, 5, 5, 0.22);
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
main { min-height: 100vh; overflow: hidden; }
.site-header {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  min-height: 126px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--ink);
}
.brand { display: block; width: 148px; height: 72px; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
nav {
  display: flex;
  gap: clamp(22px, 3vw, 54px);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
nav a { text-decoration: none; }
nav a:hover, nav a:focus-visible { text-decoration: underline; text-underline-offset: 5px; }
.hero, .focus, .principle, .status { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.hero {
  min-height: calc(100svh - 126px);
  padding: clamp(70px, 10vw, 150px) 0 44px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.eyebrow, .section-label {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 1260px;
  margin: 36px 0 clamp(72px, 10vw, 150px);
  font-size: clamp(54px, 8.35vw, 132px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.91;
}
.hero-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.5fr);
  gap: 48px;
  align-items: end;
}
.hero-lead { max-width: 760px; margin: 0; font-size: clamp(20px, 2.1vw, 32px); line-height: 1.25; }
.text-link {
  justify-self: end;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  text-transform: uppercase;
}
.text-link span { margin-left: 16px; }
.section-rule { border-top: 1px solid var(--ink); padding: clamp(72px, 9vw, 140px) 0; }
.section-intro {
  display: grid;
  grid-template-columns: 0.7fr 1.8fr;
  gap: 48px;
  margin-bottom: clamp(70px, 9vw, 130px);
}
.section-intro h2, .status h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(38px, 5.4vw, 82px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}
.focus-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.focus-item {
  min-height: 390px;
  padding: 28px 32px 0 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
}
.focus-item + .focus-item { padding-left: 32px; }
.focus-item:last-child { border-right: 0; }
.focus-number { color: var(--muted); font-size: 13px; font-weight: 700; }
.focus-item h3 {
  max-width: 360px;
  margin: 70px 0 28px;
  font-size: clamp(25px, 2.5vw, 38px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.06;
}
.focus-item p { max-width: 390px; margin: auto 0 0; color: #30302e; font-size: 17px; line-height: 1.5; }
.principle { display: grid; grid-template-columns: 0.55fr 2fr; gap: 48px; }
.principle blockquote {
  max-width: 1120px;
  margin: 0;
  font-size: clamp(40px, 6.6vw, 102px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.96;
}
.principle-note {
  grid-column: 2;
  max-width: 560px;
  margin-top: 68px;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 18px;
  font-size: 20px;
  line-height: 1.4;
}
.principle-note p { margin: 0; }
.status {
  display: grid;
  grid-template-columns: 1.55fr 0.65fr;
  gap: clamp(50px, 9vw, 150px);
  align-items: end;
}
.status .section-label { margin-bottom: 54px; }
.status > p { max-width: 440px; margin: 0; font-size: 19px; line-height: 1.52; }
.site-footer {
  margin-top: clamp(20px, 4vw, 60px);
  padding: clamp(72px, 9vw, 140px) max(24px, calc((100% - var(--max)) / 2));
  background: var(--ink);
  color: white;
}
.footer-top h2 {
  max-width: 1120px;
  margin: 58px 0 42px;
  font-size: clamp(48px, 7.2vw, 110px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.94;
}
.contact-email {
  display: inline-flex;
  gap: 18px;
  align-items: baseline;
  color: white;
  font-size: clamp(24px, 3.2vw, 48px);
  font-weight: 500;
  letter-spacing: -0.025em;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}
.contact-email span { font-size: 0.65em; }
.footer-bottom {
  margin-top: clamp(120px, 16vw, 250px);
  padding-top: 26px;
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 44px;
  align-items: end;
  border-top: 1px solid #4a4a4a;
}
.footer-bottom img { width: 126px; height: 72px; object-fit: contain; }
.footer-bottom p {
  margin: 0 0 8px;
  color: #aaa;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.legal-link {
  margin-bottom: 8px;
  color: #aaa;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

.legal-page {
  width: min(calc(100% - 48px), 980px);
  margin: 0 auto;
  padding: 64px 0 120px;
}
.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--ink);
}
.legal-header img {
  width: 148px;
  height: 72px;
  object-fit: contain;
}
.legal-header a:last-child {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-underline-offset: 5px;
  text-transform: uppercase;
}
.legal-content { padding-top: clamp(72px, 10vw, 130px); }
.legal-content h1 {
  margin: 0 0 72px;
  font-size: clamp(56px, 9vw, 116px);
  letter-spacing: -0.06em;
  line-height: 0.92;
}
.legal-section {
  padding: 42px 0;
  border-top: 1px solid var(--line);
}
.legal-section h2 {
  margin: 0 0 28px;
  font-size: clamp(27px, 4vw, 42px);
  letter-spacing: -0.035em;
}
.legal-section dl {
  display: grid;
  grid-template-columns: minmax(210px, 0.55fr) 1fr;
  gap: 14px 36px;
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
}
.legal-section dt { color: var(--muted); }
.legal-section dd { margin: 0; }
.legal-section p {
  max-width: 760px;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}
.legal-updated { color: var(--muted); }
@media (max-width: 840px) {
  .site-header, .hero, .focus, .principle, .status { width: min(calc(100% - 32px), var(--max)); }
  .site-header { min-height: 102px; }
  .brand { width: 108px; height: 58px; }
  nav a:not(:last-child) { display: none; }
  .hero { min-height: calc(100svh - 102px); padding-top: 64px; }
  .hero h1 {
    margin-top: 28px;
    font-size: clamp(48px, 14.8vw, 86px);
    hyphens: auto;
    overflow-wrap: anywhere;
  }
  .hero-footer, .section-intro, .principle, .status { grid-template-columns: 1fr; }
  .text-link { justify-self: start; }
  .section-intro { margin-bottom: 72px; }
  .focus-list { grid-template-columns: 1fr; }
  .focus-item, .focus-item + .focus-item {
    min-height: 330px;
    padding: 28px 0 34px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .focus-item:last-child { border-bottom: 0; }
  .focus-item h3 { margin-top: 48px; }
  .principle blockquote, .principle-note { grid-column: 1; }
  .principle-note { margin-top: 30px; }
  .status { align-items: start; }
  .footer-bottom { grid-template-columns: 1fr; gap: 14px; }
  .legal-page { width: min(calc(100% - 32px), 980px); padding-top: 28px; }
  .legal-header img { width: 108px; height: 58px; }
  .legal-section dl { grid-template-columns: 1fr; gap: 5px; }
  .legal-section dd + dt { margin-top: 16px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
