@font-face {
  font-family: Figtree;
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/fonts/figtree-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Figtree;
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/fonts/figtree-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Newsreader;
  font-style: normal;
  font-weight: 500 650;
  font-display: swap;
  src: url("/fonts/newsreader-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Newsreader;
  font-style: normal;
  font-weight: 500 650;
  font-display: swap;
  src: url("/fonts/newsreader-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Newsreader;
  font-style: italic;
  font-weight: 500 650;
  font-display: swap;
  src: url("/fonts/newsreader-italic-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Newsreader;
  font-style: italic;
  font-weight: 500 650;
  font-display: swap;
  src: url("/fonts/newsreader-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --abyss: #07090c;
  --lake: #101820;
  --glacier: #8fb8c4;
  --copper: #c4a07a;
  --bone: #f1eee7;
  --stone: #7a7670;
  --display: "Newsreader", "Times New Roman", serif;
  --sans: "Figtree", "Segoe UI", sans-serif;
  --measure: 38rem;
  --pad: clamp(4.5rem, 8vw, 7.25rem);
  --hair: 1px solid rgba(143, 184, 196, 0.55);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.72;
  letter-spacing: 0.012em;
  background: var(--abyss);
  color: var(--bone);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 70;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

img { max-width: 100%; height: auto; display: block; }

a {
  color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

a:hover { text-decoration-color: var(--copper); }

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 650;
  line-height: 1.22;
  letter-spacing: -0.018em;
  margin: 0 0 0.85rem;
  text-wrap: balance;
}

h1 { font-size: clamp(1.55rem, 2.5vw, 2.15rem); }
h2 { font-size: clamp(1.28rem, 1.9vw, 1.7rem); }
h3 { font-size: clamp(1.08rem, 1.3vw, 1.22rem); }

p { margin: 0 0 1.1rem; }

.eyebrow {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--glacier);
  margin: 0 0 0.85rem;
}

.surface-abyss { background: #07090c; color: #f1eee7; }
.surface-lake { background: #101820; color: #f1eee7; }
.surface-bone { background: #f1eee7; color: #07090c; }
.surface-glacier { background: #8fb8c4; color: #07090c; }

.wrap {
  width: min(1120px, calc(100% - 2.4rem));
  margin-inline: auto;
}

.measure { max-width: var(--measure); }

.hairline {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--glacier) 12%, var(--glacier) 88%, transparent);
  border: 0;
  margin: 0;
  opacity: 0.9;
}

.copper {
  color: var(--copper);
  font-style: italic;
  font-weight: 650;
}

.aside-note {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.55;
  color: var(--stone);
  margin: 0 0 1.5rem;
  max-width: 28rem;
  padding-left: 0.85rem;
  border-left: 1px solid var(--copper);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: var(--hair);
  background: rgba(7, 9, 12, 0.9);
}

.site-header.surface-abyss {
  background: rgba(7, 9, 12, 0.9);
  color: #f1eee7;
  backdrop-filter: blur(14px);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1120px, calc(100% - 2.4rem));
  margin-inline: auto;
  min-height: 3.85rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  font-family: var(--display);
  font-weight: 650;
  font-size: 0.98rem;
}

.logo-mark {
  width: 1.85rem;
  height: 1.85rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--glacier);
  color: var(--glacier);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  background:
    linear-gradient(135deg, rgba(143, 184, 196, 0.12), transparent 55%);
}

.nav-toggle-input { position: absolute; opacity: 0; pointer-events: none; }

.nav-toggle {
  display: none;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid currentColor;
  padding: 0.4rem 0.65rem;
}

.nav-list {
  display: flex;
  gap: 1.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.84rem;
  letter-spacing: 0.04em;
}

.nav-list a {
  text-decoration: none;
  position: relative;
  padding-bottom: 0.2rem;
}

.nav-list a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--copper);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s ease;
}

.nav-list a:hover::after,
.nav-list a[aria-current="page"]::after { transform: scaleX(1); }

.nav-list a[aria-current="page"] { color: var(--glacier); }

.hero {
  position: relative;
  min-height: 92vh;
  padding: 1.75rem 0 4.5rem;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  width: min(52vw, 560px);
  height: min(52vw, 560px);
  right: -8%;
  top: 12%;
  background: radial-gradient(circle, rgba(143, 184, 196, 0.16), transparent 68%);
  pointer-events: none;
}

.hero-spine {
  position: absolute;
  left: 0.35rem;
  top: 42%;
  transform: rotate(-90deg);
  transform-origin: left center;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--glacier);
  opacity: 0.55;
  pointer-events: none;
}

.hero-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding-bottom: 0.75rem;
}

.hero-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(240px, 0.78fr);
  gap: 1.5rem 2.5rem;
  align-items: end;
  min-height: calc(92vh - 7.5rem);
  padding-top: 2.75rem;
}

.hero h1 {
  max-width: 22ch;
  margin-bottom: 1.1rem;
  font-size: clamp(1.6rem, 2.7vw, 2.35rem);
  line-height: 1.26;
  font-weight: 500;
}

.hero-sub {
  max-width: 34rem;
  color: rgba(241, 238, 231, 0.78);
  font-size: 0.98rem;
  margin-bottom: 1.5rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.4rem;
}

.trust {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--stone);
}

.hero-photo {
  position: relative;
  justify-self: end;
  width: min(100%, 380px);
  margin: 0 0 -3.25rem 8%;
  border: 1px solid var(--glacier);
  box-shadow:
    -18px 22px 0 -17px var(--copper),
    0 28px 70px rgba(0, 0, 0, 0.48);
}

.hero-photo img {
  width: 100%;
  height: 52vh;
  min-height: 280px;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.08) brightness(0.92);
}

.photo-caption {
  position: absolute;
  left: 0.7rem;
  bottom: 0.65rem;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bone);
  background: rgba(7, 9, 12, 0.55);
  padding: 0.25rem 0.45rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  padding: 0.45rem 1.1rem;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: var(--sans);
}

.btn-primary {
  background: #8fb8c4;
  color: #07090c;
  border-color: #8fb8c4;
}

.btn-ghost {
  background: transparent;
  color: currentColor;
  border-color: currentColor;
}

.btn:hover { filter: brightness(1.08); box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18); }

.slab {
  padding: var(--pad) 0;
  border-top: var(--hair);
}

.slab-inner {
  max-width: var(--measure);
  position: relative;
  padding-left: 1.15rem;
}

.slab-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 1px;
  background: var(--copper);
  opacity: 0.5;
}

.spine {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: var(--hair);
  border-bottom: var(--hair);
}

.spine-item {
  padding: 1.8rem 1.1rem 1.55rem;
  border-right: var(--hair);
  position: relative;
}

.spine-item:last-child { border-right: 0; }

.spine-item:nth-child(even) { padding-top: 2.5rem; }

.spine-idx {
  display: block;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--copper);
  margin-bottom: 0.55rem;
}

.spine-word {
  font-family: var(--display);
  font-weight: 650;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  letter-spacing: -0.03em;
  margin: 0;
  font-style: italic;
}

.editorial-slabs { display: grid; counter-reset: slab; }

.ed-slab {
  display: grid;
  grid-template-columns: 0.32fr 0.68fr;
  gap: 2.5rem;
  align-items: center;
  padding: var(--pad) 0;
  border-top: var(--hair);
  counter-increment: slab;
}

.ed-slab img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border: 1px solid var(--glacier);
  filter: saturate(0.75) contrast(1.05);
  box-shadow: 14px 16px 0 -13px var(--copper);
}

.ed-slab:nth-child(even) { grid-template-columns: 0.68fr 0.32fr; }
.ed-slab:nth-child(even) img { order: 2; box-shadow: -14px 16px 0 -13px var(--glacier); }
.ed-slab:nth-child(even) .ed-copy { order: 1; }

.ed-copy h2 { max-width: 16ch; }

.pull-quote {
  padding: var(--pad) 0;
  border-top: var(--hair);
  position: relative;
}

.pull-quote blockquote {
  margin: 0 auto;
  max-width: 40rem;
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.25rem, 2.3vw, 1.85rem);
  line-height: 1.38;
  position: relative;
  padding-left: 2.2rem;
}

.pull-quote blockquote::before {
  content: "«";
  position: absolute;
  left: -0.15rem;
  top: -0.35rem;
  font-size: 3.2rem;
  line-height: 1;
  color: var(--copper);
  opacity: 0.7;
  font-style: normal;
}

.pull-quote cite {
  display: block;
  margin: 1.1rem auto 0;
  max-width: 40rem;
  padding-left: 2.2rem;
  font-family: var(--sans);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--glacier);
}

.serial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.75rem;
}

.serial-card {
  position: relative;
  padding: 1.7rem 1.2rem 2.2rem;
  scroll-margin-top: 5rem;
  border: 1px solid rgba(143, 184, 196, 0.38);
  overflow: hidden;
  min-height: 14.5rem;
  transition: box-shadow 0.45s ease, filter 0.45s ease;
}

.serial-card:hover {
  filter: brightness(1.06);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.serial-card.paper {
  background:
    repeating-linear-gradient(0deg, rgba(7, 9, 12, 0.035), rgba(7, 9, 12, 0.035) 1px, transparent 1px, transparent 8px),
    #f1eee7;
}

.serial-num {
  position: absolute;
  right: 0.15rem;
  top: -0.55rem;
  font-family: var(--display);
  font-weight: 650;
  font-size: 5.2rem;
  line-height: 1;
  color: currentColor;
  opacity: 0.07;
  pointer-events: none;
}

.serial-card h2,
.serial-card h3 {
  position: relative;
  max-width: 15ch;
  font-size: 1.12rem;
}

.serial-card p { position: relative; font-size: 0.9rem; margin-bottom: 0.85rem; }

.btn-more {
  position: relative;
  z-index: 1;
  min-height: 2.15rem;
  margin-top: 0.35rem;
  padding: 0.35rem 0.8rem;
  font-size: 0.72rem;
}

.serial-card .btn-more { margin-bottom: 1.35rem; }

.monogram-corner {
  position: absolute;
  left: 1rem;
  bottom: 0.7rem;
  font-family: var(--display);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  color: var(--copper);
}

.brief-block {
  width: min(38rem, 100%);
  margin: 0;
  padding: 2.4rem 1.6rem 2.2rem;
  border: 1px solid rgba(7, 9, 12, 0.1);
  box-shadow:
    0 18px 40px rgba(7, 9, 12, 0.06),
    inset 0 0 0 1px rgba(196, 160, 122, 0.18);
  position: relative;
}

.brief-block::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  bottom: 0.7rem;
  left: 0.55rem;
  width: 1px;
  background: var(--copper);
  opacity: 0.45;
}

.drop-cap::first-letter {
  font-family: var(--display);
  font-weight: 650;
  font-size: 3.1rem;
  float: left;
  line-height: 0.82;
  padding: 0.28rem 0.4rem 0 0;
  color: var(--copper);
}

.signed {
  margin-top: 1.6rem;
  font-family: var(--display);
  font-style: italic;
}

.portrait-open {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  gap: 2.2rem;
  align-items: start;
}

.portrait-open img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border: 1px solid rgba(7, 9, 12, 0.18);
  filter: saturate(0.72) contrast(1.06);
  box-shadow: 16px 18px 0 -15px var(--copper);
}

.thread-list { display: grid; gap: 0; }

.thread {
  display: grid;
  grid-template-columns: 3.6rem 1fr;
  gap: 1.2rem;
  padding: 1.65rem 0;
  border-top: var(--hair);
}

.thread-num {
  font-family: var(--display);
  font-weight: 650;
  font-size: 1.45rem;
  font-style: italic;
  color: var(--copper);
}

.hybrid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  min-height: 24rem;
  position: relative;
}

.hybrid img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  filter: saturate(0.62) brightness(0.82) contrast(1.08);
}

.hybrid-quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.8rem, 4.5vw, 3.6rem);
}

.hybrid-quote blockquote {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.35;
  margin: 0 0 1.3rem;
}

.contact-stack {
  display: grid;
  gap: 2rem;
  width: min(38rem, calc(100% - 2.4rem));
  margin: 0 auto;
  padding: var(--pad) 0;
}

.address-block {
  font-style: normal;
  padding: 1rem 0 0.4rem 1rem;
  border-left: 1px solid var(--copper);
}

.map-frame {
  width: 100%;
  height: 360px;
  border: 1px solid var(--glacier);
  overflow: hidden;
  box-shadow: 0 0 0 8px rgba(16, 24, 32, 0.04);
}

.map-frame iframe {
  width: 100%;
  height: 360px;
  border: 0;
  filter: hue-rotate(190deg) saturate(0.55) brightness(0.90);
}

.form-grid { display: grid; gap: 0.9rem; }

label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: 0;
  border-bottom: 1px solid rgba(7, 9, 12, 0.28);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.65);
  color: #07090c;
  font: inherit;
}

textarea { min-height: 9rem; resize: vertical; }

.consent {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0;
}

.honeypot {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.field-error { color: #7a2e2e; font-size: 0.82rem; min-height: 1.05em; }
.form-banner,
.form-success,
.form-wait {
  padding: 0.9rem 1rem;
  border: 1px solid currentColor;
  margin-bottom: 1.1rem;
}

.js .form-success { display: none; }
.js .form-success.is-visible { display: block; }

.faq-list { width: min(42rem, calc(100% - 2.4rem)); margin: 0 auto; }

.faq-item {
  border-top: var(--hair);
  padding: 0;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.15rem 2rem 1.15rem 0;
  font-family: var(--display);
  font-style: italic;
  font-weight: 650;
  font-size: 1.12rem;
  position: relative;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 1.1rem;
  font-style: normal;
  color: var(--copper);
  font-size: 1.1rem;
}

.faq-item[open] summary::after { content: "–"; }

.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p { padding-bottom: 1.15rem; }

.legal-doc {
  width: min(42rem, calc(100% - 2.4rem));
  margin: 0 auto;
  padding: var(--pad) 0;
}

.legal-doc h2 { margin-top: 2rem; }

.crumbs {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 1.2rem;
}

.crumbs a { text-decoration: none; }

.page-open { padding: var(--pad) 0 1.6rem; }

.page-open h1 {
  max-width: 18ch;
  margin-bottom: 1.1rem;
}

.site-footer {
  border-top: var(--hair);
  padding: 3rem 0 2.2rem;
  font-size: 0.88rem;
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: "JP";
  position: absolute;
  right: 3%;
  bottom: -0.28em;
  font-family: var(--display);
  font-size: clamp(6rem, 14vw, 11rem);
  line-height: 0.8;
  color: var(--glacier);
  opacity: 0.06;
  pointer-events: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 1fr;
  gap: 1.8rem;
  margin-bottom: 1.6rem;
  position: relative;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.35rem;
  margin: 1.3rem 0;
  position: relative;
}

.footer-disclaimer {
  max-width: 44rem;
  color: rgba(241, 238, 231, 0.7);
  font-size: 0.84rem;
  position: relative;
}

.cookie-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  width: min(24rem, calc(100% - 2rem));
  padding: 1.1rem;
  border: 1px solid var(--glacier);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.cookie-banner[hidden] { display: none; }

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.cookie-panel { margin-top: 0.75rem; display: grid; gap: 0.35rem; }

.err-hero { min-height: 68vh; display: grid; align-content: center; padding: var(--pad) 0; }

.err-hero h1 { max-width: 16ch; }

.js .reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

.draw-rule {
  height: 1px;
  background: var(--copper);
  transform-origin: left center;
}

.js .draw-rule { transform: scaleX(0); transition: transform 0.9s ease; }
.js .draw-rule.is-visible { transform: scaleX(1); }

@media (max-width: 900px) {
  .hero { min-height: 78vh; }
  .hero-spine { display: none; }
  .hero-stage {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 1.6rem;
  }
  .hero-photo {
    justify-self: end;
    margin: 0.6rem 0 -1.8rem auto;
    width: min(82%, 320px);
  }
  .hero-photo img { height: 34vh; min-height: 200px; }
  .spine { grid-template-columns: 1fr 1fr; }
  .spine-item:nth-child(2),
  .spine-item:nth-child(4) { border-right: 0; }
  .spine-item:nth-child(even) { padding-top: 1.8rem; }
  .ed-slab,
  .ed-slab:nth-child(even),
  .portrait-open,
  .hybrid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .ed-slab:nth-child(even) img { order: 0; }
  .serial-grid { grid-template-columns: 1fr; }
  .nav-toggle { display: inline-flex; }
  .nav-list {
    display: none;
    position: absolute;
    top: 3.85rem;
    left: 0;
    right: 0;
    background: #07090c;
    border-bottom: var(--hair);
    flex-direction: column;
    padding: 1rem 1.2rem 1.3rem;
    gap: 0.8rem;
  }
  .nav-toggle-input:checked ~ .nav-list { display: flex; }
  .slab-inner { padding-left: 0.9rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  .js .reveal,
  .js .reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
  }
}
