:root {
  --paper: #ece9e1;
  --white: #f8f7f2;
  --ink: #11110f;
  --grey: #77746c;
  --line: rgba(17, 17, 15, .2);
  --pink: #ed0064;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }

.site-head {
  position: fixed;
  z-index: 30;
  inset: 0 0 auto;
  height: 62px;
  padding: 0 3vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: color-mix(in srgb, var(--paper) 91%, transparent);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(12px);
}
.site-head.scrolled { border-color: var(--line); }
.wordmark { font-weight: 700; letter-spacing: -.04em; }
.edition, .header-buy, .kicker, .swipe-hint, dt, .ig-label, footer {
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.edition { color: var(--grey); }
.header-buy { justify-self: end; border-bottom: 1px solid; padding-bottom: 3px; }

.hero {
  min-height: 100svh;
  padding: clamp(100px, 12vh, 132px) 3vw 32px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 39vw);
  grid-template-rows: 1fr auto;
  gap: 5vw;
}
.hero-copy { grid-column: 1; grid-row: 1; align-self: center; position: relative; z-index: 2; min-width: 0; color: var(--ink); }
.kicker { margin: 0 0 22px; color: var(--grey); }
h1, h2, p { margin-top: 0; }
h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(72px, 10.8vw, 180px);
  font-weight: 400;
  line-height: .75;
  letter-spacing: -.07em;
}
h1 span, h1 em { display: block; }
h1 em { margin-left: 1.05em; font-weight: 400; }
.year { margin: 24px 0 0 10vw; font-size: 10px; letter-spacing: .2em; }
.statement {
  margin: clamp(50px, 8vh, 86px) 0 0 10vw;
  display: grid;
  grid-template-columns: repeat(2, minmax(210px, 1fr));
  gap: 34px;
  max-width: 720px;
}
.statement p { margin: 0; font-family: var(--serif); font-size: clamp(12px, 1.05vw, 16px); line-height: 1.7; }
.cover-object { grid-column: 2; grid-row: 1; align-self: center; justify-self: end; width: min(34vw, 500px); margin: 0; }
.cover-object img { width: 100%; height: auto; aspect-ratio: 1413 / 2000; object-fit: contain; box-shadow: 0 26px 55px rgba(31, 28, 21, .16); }
.cover-object figcaption { margin-top: 10px; color: var(--grey); font-size: 9px; letter-spacing: .12em; text-align: right; text-transform: uppercase; }
.enter {
  grid-column: 1 / -1;
  grid-row: 2;
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid var(--ink);
  font-size: 10px;
  letter-spacing: .12em;
}

.reader-section {
  min-height: 100svh;
  padding: 106px 3vw 72px;
  color: var(--white);
  background: #10100f;
}
.reader-heading {
  display: block;
  margin-bottom: 42px;
}
.reader-heading .kicker { color: #8e8c85; }
.reader-heading h2, .order h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(46px, 6.3vw, 94px);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.05em;
}
.reader { outline: 0; }
.reader:focus-visible { outline: 1px solid var(--pink); outline-offset: 10px; }
.stage { position: relative; width: min(1120px, 88vw); height: min(72vh, 720px); margin: 0 auto; }
.stage-nav {
  position: absolute;
  z-index: 12;
  top: 50%;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  color: var(--white);
  background: rgba(16,16,15,.7);
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
  cursor: pointer;
}
.stage-prev { left: 12px; }
.stage-next { right: 12px; }
.frame {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateX(28px);
  transition: opacity .45s ease, transform .6s cubic-bezier(.2,.8,.2,1), visibility .45s;
}
.frame.is-active { z-index: 2; opacity: 1; visibility: visible; transform: none; }
.page-object, .spread-object { position: relative; height: 100%; filter: drop-shadow(0 22px 34px rgba(0,0,0,.35)); }
.page-object img { width: 100%; height: 100%; object-fit: contain; }
.cover-page { aspect-ratio: 1413 / 2000; }
.blank-page { aspect-ratio: 2 / 3; }
.cover-page { background: #fff; }
.single-page { background: #efede6; }
.blank-page { background: #efede6; color: var(--ink); }
.folio { position: absolute; right: 4%; bottom: 2.8%; font-size: 8px; letter-spacing: .1em; }
.folio.light { color: rgba(255,255,255,.75); }
.folio.dark { color: rgba(0,0,0,.72); }
.spread-object { width: 100%; height: auto; max-height: 100%; aspect-ratio: 1811 / 1280; background: var(--pink); }
.spread-object img { width: 100%; height: 100%; object-fit: contain; }
.facing-spread {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  max-width: 100%;
  background: #efede6;
  filter: drop-shadow(0 22px 34px rgba(0,0,0,.35));
}
.pages-inside-one { aspect-ratio: 2688 / 2000; }
.pages-two-three { aspect-ratio: 1335 / 889; background: #77749a; }
.pages-two-three .image-half img { object-fit: contain; }
.pages-four-five { aspect-ratio: 1331 / 890; background: #fff; }
.pages-four-five .image-half img { object-fit: contain; }
.pages-eleven-twelve { aspect-ratio: 2998 / 2000; }
.pages-fourteen-fifteen { aspect-ratio: 1428 / 953; background: #fff; }
.pages-sixteen-seventeen { aspect-ratio: 1335 / 891; }
.pages-eighteen-nineteen { aspect-ratio: 1335 / 892; }
.pages-thirty-four-thirty-five { aspect-ratio: 1339 / 890; background: #c3daea; }
.pages-fourteen-fifteen .image-half img,
.pages-sixteen-seventeen .image-half img,
.pages-eighteen-nineteen .image-half img,
.pages-thirty-four-thirty-five .image-half img { object-fit: contain; }
.blank-half, .image-half { min-width: 0; min-height: 0; overflow: hidden; }
.blank-half { background: #efede6; }
.image-half img { width: 100%; height: 100%; object-fit: cover; }
.gutter { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: rgba(0,0,0,.18); box-shadow: 0 0 18px rgba(0,0,0,.28); }
.reader-controls {
  width: min(1120px, 88vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 22px auto 0;
}
.nav-button { width: 48px; height: 48px; border: 1px solid #55534f; color: var(--white); background: transparent; cursor: pointer; transition: .2s; }
.nav-button:hover { color: var(--ink); background: var(--white); }
.swipe-hint { display: none; margin: 20px 0 0; color: #77756f; text-align: center; }

.order {
  min-height: 94svh;
  padding: 112px 3vw 28px;
  display: grid;
  grid-template-columns: 1fr minmax(300px, .62fr) minmax(250px, .45fr);
  grid-template-rows: 1fr auto;
  gap: 6vw;
}
.order-copy, .book-data, .ig-card { align-self: center; }
.order h2 em { font-weight: 400; color: var(--pink); }
.order-cn { margin: 28px 0 0; font-family: var(--serif); font-size: 18px; }
.book-data { margin: 0; border-top: 1px solid var(--ink); }
.book-data div { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.book-data dt { color: var(--grey); }
.book-data dd { margin: 0; font-family: var(--serif); font-size: 18px; text-align: right; }
.ig-card {
  position: relative;
  min-height: 410px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  border-top: 4px solid var(--pink);
  background: var(--white);
  color: var(--ink);
}
.ig-card img { width: 100%; margin: 12px 0; aspect-ratio: 1; object-fit: contain; }
.ig-card strong { margin-top: auto; font-family: var(--serif); font-size: clamp(20px, 2vw, 28px); font-weight: 400; font-style: italic; letter-spacing: -.03em; }
.ig-arrow { position: absolute; top: 18px; right: 22px; font-size: 30px; }
.ig-card small { margin-top: 16px; font-size: 10px; line-height: 1.55; letter-spacing: .08em; }
footer { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 15px; border-top: 1px solid var(--line); color: var(--grey); }

@media (max-width: 820px) {
  .site-head { height: 56px; padding: 0 18px; grid-template-columns: 1fr 1fr; }
  .edition { display: none; }
  .hero { padding: 96px 18px 24px; display: flex; flex-direction: column; }
  .hero-copy, .cover-object, .enter { grid-column: auto; grid-row: auto; }
  h1 { font-size: clamp(78px, 25vw, 132px); }
  .year { margin-left: 15vw; }
  .cover-object { order: 2; width: min(74vw, 390px); margin: 54px 0 42px auto; }
  .hero-copy { order: 1; }
  .statement { margin: 50px 0 0; grid-template-columns: 1fr; gap: 22px; }
  .statement p { font-size: 13px; }
  .enter { order: 3; }
  .reader-section { min-height: auto; padding: 88px 18px 64px; }
  .reader-heading { display: block; margin-bottom: 32px; }
  .reader-heading h2 { font-size: 50px; }
  .stage { width: 100%; height: min(68svh, 610px); }
  .stage-nav { width: 44px; height: 44px; }
  .stage-prev { left: 4px; }
  .stage-next { right: 4px; }
  .page-object { max-width: 83vw; }
  .spread-object { width: 100%; }
  .facing-spread { width: 100%; height: auto; max-height: 100%; }
  .reader-controls { width: 100%; }
  .nav-button { width: 42px; height: 42px; }
  .swipe-hint { display: block; }
  .order { min-height: auto; padding: 92px 18px 24px; display: block; }
  .order h2 { font-size: 64px; }
  .book-data { margin: 58px 0; }
  .ig-card { width: min(82vw, 380px); min-height: 0; margin-left: auto; }
  footer { margin-top: 72px; }
}

@media (max-width: 420px) {
  .stage { height: 62svh; }
  .reader-section { overflow: hidden; }
}

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