:root {
  --ink: #11100e;
  --ink-soft: #37332e;
  --paper: #f7f4ef;
  --ivory: #fffaf2;
  --stone: #c9bda8;
  --stone-dark: #897d6c;
  --accent: #b51f28;
  --line: rgba(17, 16, 14, 0.16);
  --shadow: 0 26px 70px rgba(17, 16, 14, 0.2);
  --serif: "Didot", "Bodoni 72", "Bodoni 72 Smallcaps", "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.skip-link {
  position: fixed;
  left: 18px;
  top: 12px;
  z-index: 20;
  transform: translateY(-140%);
  background: var(--ink);
  color: var(--ivory);
  padding: 10px 14px;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 18px clamp(18px, 4vw, 54px);
  color: var(--ivory);
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled,
.policy-header {
  background: rgba(247, 244, 239, 0.92);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid currentColor;
  font-family: var(--serif);
  font-size: 0.92rem;
  letter-spacing: 0;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.4vw, 34px);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav a {
  opacity: 0.88;
}

.nav a:hover,
.nav a:focus-visible {
  opacity: 1;
  color: var(--accent);
}

.hero {
  min-height: 92svh;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  background: var(--ink);
  color: var(--ivory);
  overflow: hidden;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(104px, 14vw, 180px) clamp(22px, 5vw, 78px) clamp(42px, 7vw, 92px);
  position: relative;
  z-index: 1;
}

.disclosure,
.section-label {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 720px;
  font-family: var(--serif);
  font-size: clamp(4.7rem, 10.6vw, 10.7rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.86;
}

.hero-lede {
  max-width: 610px;
  margin: 30px 0 0;
  color: rgba(255, 250, 242, 0.78);
  font-size: clamp(1.02rem, 1.25vw, 1.2rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid currentColor;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--ivory);
  color: var(--ink);
  border-color: var(--ivory);
}

.button-secondary {
  color: var(--ivory);
}

.hero-media {
  min-height: 92svh;
  position: relative;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(17, 16, 14, 0.38), rgba(17, 16, 14, 0.02) 42%, rgba(17, 16, 14, 0.1));
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
  background: var(--ivory);
}

.intro-band div {
  min-height: 118px;
  padding: 28px clamp(18px, 4vw, 54px);
  border-right: 1px solid var(--line);
}

.intro-band div:last-child {
  border-right: 0;
}

.intro-band span {
  display: block;
  margin-bottom: 10px;
  color: var(--stone-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.intro-band strong {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.8vw, 2.4rem);
  font-weight: 400;
}

.section {
  padding: clamp(70px, 10vw, 150px) clamp(18px, 5vw, 74px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(150px, 0.45fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 82px);
  align-items: start;
  max-width: 1280px;
  margin: 0 auto 48px;
}

.section-heading h2,
.persona-copy h2,
.contact-section h2,
.policy-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 6vw, 6.8rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.94;
}

.editorial-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.82fr 0.82fr;
  gap: clamp(14px, 2vw, 26px);
  max-width: 1280px;
  margin: 0 auto;
  align-items: end;
}

.feature-image {
  margin: 0;
}

.feature-image picture,
.portrait-lockup picture {
  display: block;
  overflow: hidden;
  background: var(--stone);
  box-shadow: var(--shadow);
}

.feature-image picture {
  aspect-ratio: 4 / 5;
}

.feature-image.tall picture {
  aspect-ratio: 0.62 / 1;
}

.feature-image figcaption {
  margin-top: 12px;
  color: var(--stone-dark);
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.persona-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
  gap: clamp(32px, 8vw, 118px);
  align-items: center;
  background: #191612;
  color: var(--ivory);
}

.persona-copy {
  max-width: 760px;
}

.persona-copy p:not(.section-label),
.policy-hero p,
.policy-content p {
  color: rgba(255, 250, 242, 0.72);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.78;
}

.portrait-lockup {
  align-self: stretch;
  min-height: 520px;
}

.portrait-lockup picture {
  height: 100%;
  min-height: 520px;
}

.journal-section {
  background: var(--ivory);
}

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

.theme-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1280px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.theme-list article {
  min-height: 260px;
  padding: clamp(26px, 4vw, 46px);
  border-right: 1px solid var(--line);
}

.theme-list article:last-child {
  border-right: 0;
}

.theme-list span {
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.theme-list h3 {
  margin: 30px 0 12px;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1;
}

.theme-list p {
  max-width: 320px;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.38fr);
  gap: 32px;
  align-items: end;
  padding: clamp(70px, 10vw, 140px) clamp(18px, 5vw, 74px);
  background: var(--ink);
  color: var(--ivory);
}

.contact-actions {
  display: grid;
  gap: 12px;
}

.contact-actions a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(255, 250, 242, 0.28);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-actions a::after {
  content: "->";
  font-size: 1rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(18px, 5vw, 74px);
  background: var(--ink);
  color: rgba(255, 250, 242, 0.62);
  border-top: 1px solid rgba(255, 250, 242, 0.12);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--ivory);
}

.policy-page {
  background: var(--ink);
}

.policy-shell {
  padding: 120px clamp(18px, 5vw, 74px) 76px;
  color: var(--ivory);
}

.policy-hero {
  max-width: 980px;
  margin: 0 auto 46px;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(255, 250, 242, 0.18);
}

.policy-hero p {
  max-width: 720px;
}

.policy-hero span {
  display: block;
  margin-top: 22px;
  color: var(--stone);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.policy-content {
  max-width: 980px;
  margin: 0 auto;
}

.policy-content h2 {
  margin: 38px 0 10px;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-weight: 400;
  line-height: 1.05;
}

.policy-content p {
  margin: 0;
  max-width: 820px;
}

@media (max-width: 920px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    gap: 16px;
  }

  .nav {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .hero,
  .persona-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero-media {
    order: -1;
    min-height: 48svh;
  }

  .hero-copy {
    padding-top: 46px;
  }

  .intro-band,
  .theme-list,
  .editorial-grid {
    grid-template-columns: 1fr;
  }

  .intro-band div,
  .theme-list article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .feature-image.tall picture {
    aspect-ratio: 4 / 5;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: auto;
    padding: 16px;
  }

  .brand {
    gap: 8px;
    font-size: 0.68rem;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .nav {
    max-width: 168px;
    font-size: 0.64rem;
    line-height: 1.35;
  }

  .hero h1 {
    font-size: clamp(4rem, 22vw, 7rem);
  }

  .hero-copy {
    padding-inline: 18px;
    padding-bottom: 34px;
  }

  .button {
    width: 100%;
  }

  .section,
  .contact-section {
    padding-inline: 18px;
  }

  .portrait-lockup,
  .portrait-lockup picture {
    min-height: 420px;
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
