:root {
  --paper: #f6f0eb;
  --white: #fffdf9;
  --ink: #30242b;
  --plum: #542f43;
  --plum-deep: #382130;
  --rose: #d9a9b3;
  --rose-light: #ead6d7;
  --clay: #bd755f;
  --sage: #a9ae98;
  --sand: #d8c1a6;
  --line: rgba(48, 36, 43, .18);
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.sr-only, .skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  inset: 1rem auto auto 1rem;
  z-index: 100;
  padding: .75rem 1rem;
  background: var(--white);
}

.partner-bar {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.35rem;
  padding: .45rem 1rem;
  color: #f7edf1;
  background: var(--plum-deep);
  font-size: .67rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.partner-bar > strong { color: #d9a9b3; font-weight: 500; white-space: nowrap; }
.partner-links { display: flex; align-items: center; gap: 1rem; }
.partner-item { display: inline-flex; align-items: baseline; gap: .42rem; white-space: nowrap; }
.partner-item small { color: #c8b3bc; font-size: .57rem; letter-spacing: .09em; }
.partner-links a {
  color: #fff;
  font-weight: 600;
  text-underline-offset: .22rem;
  text-decoration-thickness: 1px;
  transition: color .2s ease;
}
.partner-links a:hover, .partner-links a:focus-visible { color: #e4b5bd; }
.partner-links i { width: 3px; height: 3px; background: currentColor; border-radius: 50%; }

.site-header {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.1rem clamp(1.25rem, 4vw, 4.75rem);
  background: rgba(255, 253, 249, .92);
  border-bottom: 1px solid rgba(48, 36, 43, .08);
  position: relative;
  z-index: 20;
}
.brand {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  min-width: 185px;
  line-height: .85;
}
.header-note {
  margin: 0;
  color: #7b6871;
  font-size: .69rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.brand-main {
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  letter-spacing: -.04em;
}
.brand-script {
  margin: .25rem 0 0 3.2rem;
  color: var(--clay);
  font-family: Georgia, serif;
  font-size: 1rem;
  font-style: italic;
  letter-spacing: .08em;
}
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.7rem); }
.main-nav a {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .25s ease;
}
.main-nav a:hover, .main-nav a:focus-visible { color: var(--clay); }
.main-nav .nav-cta {
  padding: .82rem 1.3rem;
  color: var(--white);
  background: var(--plum);
}
.main-nav .nav-cta:hover { color: var(--white); background: var(--clay); }
.menu-toggle { display: none; }

.hero {
  min-height: min(760px, calc(100vh - 144px));
  display: grid;
  grid-template-columns: 48% 52%;
  overflow: hidden;
  background: #eee4df;
}
.hero-image-wrap { position: relative; min-height: 650px; }
.hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(64, 39, 48, .09), transparent 50%);
  pointer-events: none;
}
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; }
.hero-stamp {
  position: absolute;
  z-index: 2;
  right: -62px;
  top: 11%;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--plum);
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  box-shadow: 0 0 0 9px rgba(84,47,67,.12);
  font-size: .55rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero-stamp strong { margin: -.2rem 0; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(4rem, 8vw, 8.5rem) clamp(2rem, 7vw, 7.8rem);
}
.hero-copy::before {
  content: "A";
  position: absolute;
  right: 4%;
  top: -11%;
  color: rgba(255,255,255,.42);
  font-family: var(--serif);
  font-size: 31rem;
  line-height: 1;
  pointer-events: none;
}
.eyebrow, .section-kicker, .card-topic, .issue {
  position: relative;
  z-index: 1;
  font-size: .67rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow { margin: 0 0 1.6rem; color: var(--clay); }
h1, h2, h3, blockquote { font-family: var(--serif); font-weight: 400; }
h1 {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.4rem, 6.2vw, 6.8rem);
  line-height: .98;
  letter-spacing: -.045em;
}
h1 em, .closing h2 em { color: var(--clay); font-weight: 400; }
.hero-lead { position: relative; z-index: 1; max-width: 580px; margin: 2rem 0 2.2rem; font-size: 1.06rem; }
.button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 1.8rem;
  padding: .95rem 1.25rem;
  color: var(--white);
  background: var(--plum);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .25s ease, background .25s ease;
}
.button:not(.button-static):hover { transform: translateY(-2px); background: var(--clay); }
.button-static { cursor: default; }
.button span { font-size: 1.15rem; }
.issue { margin: auto 0 0; padding-top: 4rem; display: flex; align-items: center; gap: .8rem; color: #7b6871; }
.issue span { width: 42px; height: 1px; background: currentColor; }

.section-pad { padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 6vw, 7.5rem); }
.section-kicker { display: flex; align-items: center; gap: .75rem; margin-bottom: 2.6rem; color: #77636c; }
.section-kicker span { color: var(--clay); }
.section-kicker::after { content: ""; width: 48px; height: 1px; background: currentColor; opacity: .45; }
.manifesto { background: var(--white); }
.manifesto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 10rem); align-items: start; }
.manifesto h2, .worlds-heading h2, .more-worlds h2 {
  margin: 0;
  font-size: clamp(2.75rem, 5.2vw, 5.7rem);
  line-height: 1.04;
  letter-spacing: -.04em;
}
.manifesto-copy { max-width: 610px; padding-top: .75rem; }
.manifesto-copy p { margin-top: 0; color: #695961; }
.manifesto-copy .large-copy { color: var(--ink); font-family: var(--serif); font-size: clamp(1.6rem, 2.3vw, 2.3rem); line-height: 1.35; }
.text-link { display: inline-flex; gap: 1rem; margin-top: 1.2rem; padding-bottom: .2rem; border-bottom: 1px solid var(--ink); font-size: .77rem; font-weight: 600; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.text-link-static { border-bottom-color: transparent; }

.worlds { color: var(--white); background: var(--plum-deep); }
.worlds-heading { display: grid; grid-template-columns: .55fr 1.1fr .65fr; gap: clamp(2rem, 5vw, 6rem); align-items: end; margin-bottom: 5rem; }
.worlds-heading .section-kicker { grid-column: 1 / -1; margin-bottom: 0; }
.section-kicker.light { color: #d3bcc6; }
.worlds-heading h2 { font-size: clamp(2.7rem, 5vw, 5.3rem); }
.worlds-heading > p { margin: 0 0 .5rem; color: #d3c4ca; }
.worlds-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; align-items: start; }
.world-card {
  position: relative;
  min-height: 410px;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  overflow: hidden;
  color: var(--ink);
  text-decoration: none;
  transition: transform .35s ease, box-shadow .35s ease;
}
.world-card::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  top: -70px;
  border: 1px solid rgba(48,36,43,.22);
  border-radius: 50%;
  transition: transform .4s ease;
}
.world-card:hover { box-shadow: 0 22px 55px rgba(15,7,12,.18); }
.world-card.offset { margin-top: 3.5rem; }
.world-card.rose { background: var(--rose); }
.world-card.cream { background: #f0e3d8; }
.world-card.sage { background: var(--sage); }
.world-card.clay { background: var(--clay); color: var(--white); }
.world-card.plum { background: #754f63; color: var(--white); }
.world-card.sand { background: var(--sand); }
.card-number { align-self: flex-end; font-family: var(--serif); font-size: 1.25rem; }
.card-topic { margin-top: auto; opacity: .76; }
.world-card h3 { margin: 1rem 0 .9rem; font-size: clamp(1.75rem, 2.2vw, 2.45rem); line-height: 1.12; }
.world-card p { margin: 0; font-size: .9rem; opacity: .82; }
.card-arrow { position: absolute; right: 1.7rem; bottom: 1.55rem; font-size: 1.4rem; }

.editorial { display: grid; grid-template-columns: .45fr 1.4fr .65fr; gap: clamp(2rem, 6vw, 7rem); align-items: center; background: #eadbd9; }
.editorial-mark { color: rgba(84,47,67,.18); font-family: var(--serif); font-size: clamp(10rem, 20vw, 24rem); line-height: .5; align-self: start; }
.editorial-copy .section-kicker { margin-bottom: 1.8rem; }
blockquote { margin: 0; font-size: clamp(2.2rem, 4.4vw, 4.9rem); line-height: 1.12; letter-spacing: -.035em; }
.editorial-copy > p { max-width: 670px; margin-top: 2rem; color: #6d5861; }
.editorial-note { padding: 2.3rem 0 2.3rem 2.3rem; border-left: 1px solid rgba(48,36,43,.25); }
.editorial-note span { display: block; margin-bottom: 1.2rem; color: var(--clay); font-size: .65rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.editorial-note strong { font-family: var(--serif); font-size: clamp(1.6rem, 2.2vw, 2.3rem); font-weight: 400; line-height: 1.35; }

.more-worlds { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); background: var(--white); }
.more-worlds h2 { max-width: 650px; font-size: clamp(2.6rem, 4.5vw, 4.7rem); }
.mini-links { border-top: 1px solid var(--line); }
.mini-links article { position: relative; display: grid; gap: .5rem; padding: 2rem 3rem 2rem 0; border-bottom: 1px solid var(--line); }
.mini-links article span { color: var(--clay); font-size: .65rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.mini-links article strong { max-width: 610px; font-family: var(--serif); font-size: clamp(1.25rem, 1.8vw, 1.8rem); font-weight: 400; line-height: 1.3; }
.mini-links article i { position: absolute; right: 0; top: 50%; font-size: 1.4rem; font-style: normal; transform: translateY(-50%); }

.closing { padding: clamp(5rem, 10vw, 9rem) 1.5rem; color: var(--white); background: var(--plum); text-align: center; }
.closing p { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.closing h2 { max-width: 970px; margin: 1.5rem auto 2.5rem; font-size: clamp(3rem, 6.5vw, 7rem); line-height: 1; letter-spacing: -.045em; }
.closing h2 em { color: #e1b3b8; }
.button-light { color: var(--plum); background: var(--white); }
.button-light:hover { color: var(--white); }

.site-footer { padding: 4.5rem clamp(1.25rem, 6vw, 7.5rem) 2rem; color: #ded0d6; background: #281821; }
.footer-brand { color: var(--white); }
.site-footer > p { max-width: 480px; margin: 2rem 0 4rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.14); font-size: .7rem; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 46% 54%; }
  .hero-copy { padding-right: 2.5rem; padding-left: 4.5rem; }
  .worlds-heading { grid-template-columns: 1fr 1fr; }
  .worlds-heading > p { grid-column: 2; }
  .worlds-grid { grid-template-columns: repeat(2, 1fr); }
  .world-card.offset { margin-top: 0; }
  .editorial { grid-template-columns: .25fr 1fr; }
  .editorial-note { grid-column: 2; }
}

@media (max-width: 780px) {
  .partner-bar { align-items: flex-start; flex-direction: column; gap: .4rem; padding: .65rem 1.25rem .75rem; }
  .partner-links { width: 100%; align-items: flex-start; flex-direction: column; gap: .38rem; }
  .partner-links i { display: none; }
  .partner-item { white-space: normal; }
  .partner-links a { font-size: .62rem; }
  .site-header { min-height: 88px; }
  .header-note { max-width: 135px; text-align: right; }
  .hero { display: flex; flex-direction: column; min-height: 0; }
  .hero-image-wrap { min-height: 66vh; }
  .hero-stamp { width: 115px; height: 115px; right: 1.2rem; top: auto; bottom: -55px; }
  .hero-copy { padding: 6rem 1.25rem 4rem; }
  .hero-copy::before { right: -10%; top: 0; font-size: 20rem; }
  .issue { padding-top: 3.5rem; }
  .manifesto-grid, .worlds-heading, .more-worlds { grid-template-columns: 1fr; }
  .worlds-heading > p { grid-column: auto; }
  .worlds-grid { grid-template-columns: 1fr; }
  .world-card { min-height: 360px; }
  .editorial { grid-template-columns: 1fr; }
  .editorial-mark { display: none; }
  .editorial-note { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
