:root {
  color-scheme: light;
  --ink: #241f1f;
  --muted: #625b55;
  --paper: #faf8f4;
  --paper-strong: #ffffff;
  --line: #ded8cf;
  --red: #b9272d;
  --red-dark: #7f181d;
  --green: #4f6f5d;
  --shadow: 0 18px 48px rgba(36, 31, 31, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.6;
}

a {
  color: var(--red-dark);
  text-underline-offset: 0.2em;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(185, 39, 45, 0.45);
  outline-offset: 4px;
}

.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  color: var(--paper-strong);
}

.site-header-solid {
  position: relative;
  color: var(--ink);
  background: var(--paper-strong);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: inherit;
  font-weight: 760;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-weight: 820;
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-nav a {
  color: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover {
  text-decoration: underline;
}

.hero {
  position: relative;
  min-height: min(780px, 92vh);
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  background: #15110f;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(21, 17, 15, 0.9) 0%, rgba(21, 17, 15, 0.58) 38%, rgba(21, 17, 15, 0.08) 78%),
    linear-gradient(180deg, rgba(21, 17, 15, 0.46) 0%, rgba(21, 17, 15, 0.18) 48%, rgba(21, 17, 15, 0.76) 100%);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("/assets/hero-workspace.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
}

.hero-content {
  width: min(760px, 100%);
  padding: 8.5rem clamp(1.1rem, 6vw, 5rem) 5.5rem;
  color: #fff;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffd7d8;
}

h1,
h2 {
  margin: 0;
  line-height: 1.08;
}

h1 {
  max-width: 12ch;
  font-size: clamp(3rem, 8vw, 6.8rem);
  font-weight: 820;
}

.lede {
  max-width: 36rem;
  margin: 1.35rem 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
}

.section-band {
  background: var(--paper-strong);
  border-block: 1px solid var(--line);
}

.section-content {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 1.1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.split h2,
.policy h1 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 820;
}

.split p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

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

.principles article {
  min-height: 17rem;
  padding: clamp(1.5rem, 4vw, 2.4rem);
  background: var(--paper);
}

.principle-number {
  color: var(--green);
  font-size: 0.86rem;
  font-weight: 820;
}

.principles h2 {
  margin-top: 3.6rem;
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.principles p {
  margin: 0.85rem 0 0;
  color: var(--muted);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem clamp(1rem, 4vw, 3rem);
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: var(--paper-strong);
}

.site-footer p {
  margin: 0;
}

.policy-main {
  background:
    linear-gradient(180deg, var(--paper-strong), var(--paper) 28rem);
}

.policy {
  width: min(780px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 6rem) 0;
}

.policy > p {
  color: var(--muted);
  font-size: 1.05rem;
}

.policy h2 {
  margin-top: 2.4rem;
  font-size: 1.35rem;
}

.policy h2 + p {
  margin-top: 0.55rem;
}

@media (max-width: 760px) {
  .site-header {
    padding-top: 0.85rem;
  }

  .brand {
    gap: 0.55rem;
  }

  .brand-mark {
    width: 2rem;
    height: 2rem;
  }

  .hero {
    min-height: 88vh;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(21, 17, 15, 0.9), rgba(21, 17, 15, 0.46)),
      linear-gradient(180deg, rgba(21, 17, 15, 0.38), rgba(21, 17, 15, 0.84));
  }

  .hero-media {
    background-position: 58% center;
  }

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

  .principles article {
    min-height: 13rem;
  }

  .principles h2 {
    margin-top: 2.2rem;
  }

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

