:root {
  --red: #e3010e;
  --ink: #0e1116;
  --ink-soft: #2d3035;
  --soft: #3a3f47;
  --muted: #6b7280;
  --line: #e5e7eb;
  --paper: #fcfaf6;
  --accent: #faf8f5;
  --highlight: #fff5f5;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Helvetica, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--red);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: min(var(--max-width), calc(100% - 48px));
  margin: 0 auto;
  padding: 26px 0 18px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-left: 5px solid var(--red);
  background: var(--ink);
  color: var(--paper);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.brand-text {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--soft);
  font-size: 13px;
}

.site-nav a {
  padding: 6px 0;
}

main {
  width: min(var(--max-width), calc(100% - 48px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 560px;
  padding: 128px 0 92px;
  border-bottom: 1px solid var(--line);
}

.hero-rule {
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
  background: var(--red);
}

.section-kicker {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.legal-hero h1 {
  max-width: 860px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(52px, 8vw, 96px);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.hero-copy {
  max-width: 670px;
  margin: 28px 0 0;
  color: var(--soft);
  font-size: clamp(19px, 2vw, 25px);
  font-style: italic;
  font-weight: 300;
  line-height: 1.35;
}

.hero-word {
  display: inline;
}

.contact-list span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section {
  padding: 86px 0;
  border-bottom: 1px solid var(--line);
}

.section-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 74px;
}

.section-heading h2 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(34px, 4.3vw, 58px);
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.section-heading strong {
  font-weight: 700;
}

.section-heading.compact {
  max-width: 720px;
  margin-bottom: 42px;
}

.section-body {
  color: var(--ink-soft);
  font-size: 18px;
}

.section-body p {
  margin: 0;
}

.section-body p + p {
  margin-top: 28px;
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-left: 5px solid var(--red);
}

.principle {
  padding: 34px 30px 38px;
  background: var(--accent);
}

.principle span {
  display: block;
  margin-bottom: 42px;
  color: var(--red);
  font-size: 14px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.principle h3 {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.principle p {
  margin: 0;
  color: var(--soft);
}

.statement {
  padding: 72px 0;
  border-left: 7px solid var(--red);
}

.statement p {
  max-width: 900px;
  margin: 0;
  padding-left: 34px;
  color: var(--ink);
  font-size: clamp(27px, 4vw, 48px);
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.contact-section {
  align-items: start;
}

.info-grid {
  display: grid;
  gap: 28px;
}

.contact-list {
  display: grid;
  gap: 1px;
  margin: 0;
  background: var(--line);
  border-top: 3px solid var(--red);
  font-style: normal;
}

.contact-list div {
  padding: 24px 26px;
  background: var(--accent);
}

.contact-list a,
.contact-list p {
  margin: 0;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.45;
}

.related-link {
  padding: 24px 26px;
  border-left: 5px solid var(--red);
  background: var(--accent);
}

.related-link span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.related-link a {
  color: var(--ink);
  font-size: 19px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  width: min(var(--max-width), calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0 34px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  gap: 22px;
}

.legal-page {
  padding-bottom: 72px;
}

.legal-hero {
  padding: 92px 0 54px;
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  font-size: clamp(48px, 7vw, 82px);
}

.legal-hero p:last-child {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--soft);
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
}

.legal-content {
  max-width: 760px;
  padding-top: 58px;
}

.legal-content h2 {
  margin: 42px 0 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 18px;
  font-weight: 700;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p {
  margin: 0;
  color: var(--ink-soft);
}

.legal-content a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.legal-note {
  margin-top: 46px !important;
  padding: 22px 24px;
  border-left: 5px solid var(--red);
  background: var(--highlight);
  font-style: italic;
}

@media (max-width: 780px) {
  .site-header,
  .site-footer,
  main {
    width: min(100% - 32px, var(--max-width));
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding-top: 20px;
  }

  .site-nav {
    flex-wrap: wrap;
    gap: 16px;
  }

  .brand-text {
    white-space: normal;
  }

  .hero {
    min-height: auto;
    padding: 72px 0 56px;
  }

  .hero-rule {
    width: 8px;
  }

  .hero h1,
  .legal-hero h1 {
    max-width: calc(100% - 18px);
    font-size: clamp(38px, 11vw, 52px);
  }

  .hero-word {
    display: block;
  }

  .hero-copy {
    max-width: calc(100% - 44px);
  }

  .principles,
  .section-split {
    grid-template-columns: 1fr;
  }

  .section,
  .legal-hero {
    padding: 58px 0;
  }

  .section-split {
    gap: 30px;
  }

  .section-heading.compact {
    margin-bottom: 28px;
  }

  .principle span {
    margin-bottom: 24px;
  }

  .statement p {
    padding-left: 22px;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .hero h1,
  .legal-hero h1 {
    font-size: 38px;
    letter-spacing: -0.035em;
  }

  .section-heading h2 {
    font-size: 34px;
  }

  .principle,
  .contact-list div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-footer nav {
    flex-direction: column;
    gap: 10px;
  }
}
