:root {
  --black: #050505;
  --soft-black: #202020;
  --grey: #767676;
  --line: #d8d8d8;
  --paper: #fbfbf8;
  --white: #ffffff;
  --text-font: "Questrial", Arial, Helvetica, sans-serif;
  --hand-font: "Bradley Hand", "Noteworthy", "Marker Felt", "Chalkboard SE", cursive;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

section[id] {
  scroll-margin-top: 116px;
}

.page-section,
.page-extra,
.editorial-draft,
.content-draft {
  display: none;
}

.page-section.is-active,
.page-extra.is-active {
  display: block;
}

body {
  margin: 0;
  color: var(--black);
  background: var(--paper);
  font-family: var(--text-font);
  letter-spacing: 0;
}

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

p {
  margin: 0;
  color: var(--soft-black);
  font-size: clamp(0.95rem, 1.3vw, 1.08rem);
  line-height: 1.55;
}

h1,
h2,
h3,
h4,
blockquote {
  margin: 0;
  font-weight: 900;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
.site-nav,
.brand,
.eyebrow,
.button,
button,
.map-note,
.price,
.subtitle,
.question,
.email,
label,
select,
.site-footer {
  text-transform: uppercase;
}

h1 {
  font-size: clamp(4rem, 13vw, 12rem);
  line-height: 0.82;
}

h2 {
  font-size: clamp(3rem, 9vw, 8rem);
  line-height: 0.86;
}

h3 {
  font-size: clamp(1.45rem, 3.1vw, 3rem);
  line-height: 0.92;
}

h4 {
  font-size: clamp(1rem, 1.8vw, 1.45rem);
  line-height: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 132px;
  padding: 12px clamp(22px, 6vw, 88px) 10px;
  background: rgba(251, 251, 248, 0.98);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  align-self: stretch;
  font-size: 0.9rem;
  font-weight: 900;
  white-space: nowrap;
}

.brand-logo {
  width: clamp(220px, 22vw, 340px);
  height: 108px;
  object-fit: contain;
  object-position: left center;
  filter: grayscale(1) contrast(1.16);
  mix-blend-mode: multiply;
  opacity: 0.96;
}

.brand span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.site-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: clamp(16px, 3vw, 56px);
  font-size: 0.7rem;
  font-weight: 800;
}

.site-nav a {
  padding: 8px 0;
  border-bottom: 1px solid transparent;
}

.site-nav a:hover {
  border-color: var(--black);
}

.site-nav a[aria-current="page"] {
  border-color: var(--black);
}

.nav-toggle,
.nav-button {
  display: none;
}

.hero {
  min-height: calc(100vh - 116px);
  padding: clamp(28px, 5vw, 72px) clamp(18px, 5vw, 72px) clamp(64px, 8vw, 112px);
  background: var(--white);
}

.hero.is-active {
  display: block;
}

.home-redesign {
  display: grid;
  gap: clamp(42px, 7vw, 104px);
  max-width: 1280px;
  margin: 0 auto;
}

.home-opening {
  display: grid;
  gap: 18px;
  max-width: 980px;
}

.home-opening h1 {
  max-width: 10ch;
  font-size: clamp(2.8rem, 8vw, 7rem);
  line-height: 0.9;
}

.home-opening p:not(.eyebrow) {
  max-width: 690px;
  font-size: clamp(1.08rem, 1.7vw, 1.45rem);
  font-weight: 800;
}

.home-portals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-portal {
  display: grid;
  align-content: space-between;
  gap: 18px;
  min-height: clamp(280px, 34vw, 460px);
  padding: clamp(18px, 3vw, 32px);
  background: var(--white);
}

.home-portal span {
  font-size: clamp(1.1rem, 2.2vw, 2rem);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.home-portal p {
  font-weight: 900;
}

.home-portal-image {
  display: block;
  width: min(100%, 220px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  justify-self: end;
  filter: grayscale(1);
}

.home-book-feature {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: end;
  min-height: clamp(520px, 70vh, 820px);
}

.home-book-feature figure {
  margin: 0;
}

.home-book-feature img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: grayscale(1);
}

.home-book-copy {
  display: grid;
  gap: clamp(18px, 3vw, 34px);
  align-content: end;
  max-width: 820px;
}

.home-book-copy h1 {
  max-width: 12ch;
  font-size: clamp(3rem, 8.8vw, 9.6rem);
  line-height: 0.82;
}

.home-book-copy p:not(.eyebrow) {
  max-width: 680px;
  font-size: clamp(1rem, 1.55vw, 1.35rem);
  font-weight: 900;
}

.availability-note {
  display: inline-block;
  width: fit-content;
  padding-top: 12px;
  border-top: 1px solid var(--black);
  color: var(--black);
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-editorial-line {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.72fr);
  gap: clamp(18px, 4vw, 64px);
  align-items: end;
  padding: clamp(34px, 6vw, 82px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-editorial-line h2,
.home-method-entry h2,
.home-catalog-entry h2 {
  font-size: clamp(1.9rem, 4.8vw, 5.8rem);
  line-height: 0.9;
}

.home-editorial-line p {
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  font-weight: 900;
}

.home-lower-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-method-entry,
.home-catalog-entry {
  display: grid;
  gap: clamp(22px, 4vw, 52px);
  min-height: clamp(420px, 46vw, 620px);
  padding: clamp(18px, 3vw, 36px);
  color: var(--black);
  background: var(--white);
}

.home-method-entry {
  grid-template-columns: minmax(0, 0.9fr) minmax(180px, 0.54fr);
  align-items: end;
}

.home-method-entry > div,
.home-catalog-entry > div:first-child {
  display: grid;
  gap: 16px;
}

.home-method-entry p:not(.eyebrow),
.home-catalog-entry p:not(.eyebrow) {
  max-width: 520px;
  font-weight: 900;
}

.home-method-entry img {
  display: block;
  width: 100%;
  max-height: 480px;
  object-fit: contain;
  align-self: start;
}

.home-catalog-entry {
  align-content: space-between;
}

.home-cover-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(6px, 1vw, 12px);
  align-items: end;
}

.home-cover-strip img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5.65;
  object-fit: cover;
  object-position: center top;
}

.map-board {
  position: relative;
  min-height: clamp(300px, 48vw, 580px);
  border: 1px solid var(--line);
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent 0 49%, #e9e9e9 49% 50%, transparent 50%),
    linear-gradient(0deg, transparent 0 49%, #ededed 49% 50%, transparent 50%),
    var(--white);
}

.map-board.real-map {
  display: grid;
  place-items: center;
  min-height: auto;
  border-color: transparent;
  background: var(--white);
}

.map-board.real-map img {
  display: block;
  width: min(100%, 1100px);
  height: auto;
}

.map-note {
  position: absolute;
  z-index: 2;
  max-width: 24ch;
  padding: 6px 8px;
  color: var(--black);
  background: var(--white);
  border: 1px solid var(--black);
  font-size: clamp(0.74rem, 1.6vw, 1.2rem);
  font-family: var(--hand-font);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0.02em;
}

.map-note.top {
  top: 11%;
  left: 8%;
}

.map-note.left {
  top: 47%;
  left: 11%;
}

.map-note.center {
  top: 33%;
  left: 42%;
  font-size: clamp(1.4rem, 4vw, 4.6rem);
}

.map-note.right {
  right: 8%;
  top: 20%;
}

.map-note.bottom {
  right: 18%;
  bottom: 13%;
}

.map-line {
  position: absolute;
  height: 1px;
  background: var(--black);
  transform-origin: left center;
}

.line-a {
  width: 38%;
  top: 25%;
  left: 18%;
  transform: rotate(17deg);
}

.line-b {
  width: 31%;
  top: 53%;
  left: 23%;
  transform: rotate(-11deg);
}

.line-c {
  width: 37%;
  top: 44%;
  left: 50%;
  transform: rotate(-23deg);
}

.line-d {
  width: 28%;
  bottom: 22%;
  left: 48%;
  transform: rotate(13deg);
}

.hero-text {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(22px, 5vw, 72px);
  align-items: end;
}

.eyebrow {
  color: var(--grey);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.25;
}

.hero-text .eyebrow {
  grid-column: 1 / -1;
}

.hero-text p:not(.eyebrow) {
  max-width: 720px;
  font-weight: 800;
}

.hero-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 16px;
  border: 1px solid var(--black);
  border-radius: 0;
  color: var(--black);
  background: transparent;
  font: 900 0.78rem var(--text-font);
  cursor: pointer;
}

.button:hover,
button:hover,
.button.dark {
  color: var(--white);
  background: var(--black);
}

.button.is-disabled,
.button.is-disabled:hover {
  color: var(--grey);
  background: transparent;
  border-color: var(--line);
  cursor: default;
}

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

.entry {
  display: grid;
  gap: 24px;
  min-height: 470px;
  padding: clamp(22px, 4vw, 46px);
  background: var(--paper);
}

.entry-visual {
  min-height: 230px;
  border: 1px solid var(--black);
}

.covers-mini {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-items: end;
  padding: 18px;
}

.covers-mini span {
  display: flex;
  align-items: flex-end;
  min-height: 165px;
  padding: 10px;
  color: var(--white);
  background: var(--black);
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1.05;
}

.covers-mini img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: center top;
  border: 1px solid var(--black);
}

.notes-mini,
.archive-mini {
  position: relative;
  display: grid;
  place-items: center;
  padding: 18px;
  background: var(--white);
}

.notes-mini span,
.archive-mini span {
  position: relative;
  margin: 6px;
  padding: 8px;
  border: 1px solid var(--black);
  background: var(--white);
  font-size: 0.72rem;
  font-family: var(--hand-font);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.archive-mini {
  grid-template-columns: repeat(2, 1fr);
}

.entry p {
  font-weight: 800;
}

.entry h2 {
  font-size: clamp(1.9rem, 4.2vw, 4.4rem);
  overflow-wrap: anywhere;
}

.entry-photo {
  width: 100%;
  min-height: 230px;
  object-fit: cover;
  object-position: center 24%;
  border: 1px solid var(--black);
  filter: grayscale(1) contrast(1.08);
}

.portrait-strip,
.section {
  padding: clamp(64px, 9vw, 128px) clamp(18px, 5vw, 72px);
}

.portrait-strip {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: center;
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.portrait-placeholder,
.process-image {
  display: grid;
  place-items: center;
  min-height: 500px;
  color: var(--grey);
  border: 1px solid var(--black);
  background:
    linear-gradient(135deg, transparent 49.7%, var(--black) 49.7% 50.2%, transparent 50.2%),
    linear-gradient(45deg, transparent 49.7%, var(--black) 49.7% 50.2%, transparent 50.2%),
    var(--white);
  font-size: clamp(1.4rem, 4vw, 4.6rem);
  font-weight: 900;
  line-height: 0.94;
  text-align: center;
}

.portrait-image {
  width: 100%;
  min-height: 500px;
  max-height: 720px;
  object-fit: cover;
  object-position: center 27%;
  border: 1px solid var(--black);
  filter: grayscale(1) contrast(1.08);
}

.portrait-image.large {
  min-height: 720px;
  max-height: 840px;
}

.large-copy {
  margin: 18px 0 28px;
  font-size: clamp(1.7rem, 4.4vw, 5rem);
  font-weight: 900;
  line-height: 0.96;
}

.text-link {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--black);
  font-size: 0.82rem;
  font-weight: 900;
}

.section-title {
  display: grid;
  gap: 16px;
  max-width: 1160px;
  margin-bottom: clamp(38px, 6vw, 74px);
}

.section-title > p:not(.eyebrow) {
  max-width: 680px;
  font-weight: 800;
}

.reading-column {
  display: grid;
  gap: 24px;
  max-width: 820px;
  margin-left: auto;
}

.editorial-logo {
  display: block;
  width: min(360px, 52vw);
  margin: -24px 0 48px auto;
  border: 1px solid var(--line);
  filter: grayscale(1) contrast(1.08);
}

.reading-column.wide {
  max-width: 1040px;
  margin: 56px 0 0 auto;
}

.reading-column p {
  font-size: clamp(1rem, 1.45vw, 1.32rem);
  font-weight: 700;
  line-height: 1.65;
}

.four-columns,
.process-grid,
.book-row,
.archive-grid,
.text-blocks,
.testimonials {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.four-columns {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 76px;
}

.four-columns article,
.process-grid article,
.archive-grid article,
.text-blocks article,
.quote,
.pack {
  padding: clamp(20px, 3vw, 34px);
  background: var(--paper);
}

.four-columns h3,
.process-grid h3,
.archive-grid h3,
.text-blocks h3 {
  margin-bottom: 18px;
  font-size: clamp(1rem, 2vw, 1.65rem);
}

.catalog {
  background: var(--white);
}

.book-featured {
  display: grid;
  grid-template-columns: minmax(280px, 0.64fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: start;
  padding-bottom: 72px;
  border-bottom: 1px solid var(--line);
}

.cover {
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-width: 0;
  aspect-ratio: 4 / 5.4;
  padding: 18px;
  color: var(--white);
  background: var(--black);
  font-size: clamp(1.2rem, 2.8vw, 3rem);
  font-weight: 900;
  line-height: 0.95;
}

.cover-image {
  width: 100%;
  aspect-ratio: 4 / 5.65;
  object-fit: cover;
  object-position: center top;
  border: 1px solid var(--line);
  background: var(--white);
}

.cover-image-centered {
  object-position: 55% top;
}

.featured-cover {
  margin: 0;
}

.featured-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center center;
  filter: grayscale(1) contrast(1.08);
}

.featured-cover figcaption {
  margin-top: 14px;
  color: var(--grey);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.image-credit {
  margin-top: 6px;
  color: var(--grey);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cover-large {
  min-height: 0;
  align-items: center;
  font-size: clamp(2.6rem, 6vw, 7rem);
}

.book-body {
  display: grid;
  gap: 22px;
}

.subtitle,
.question {
  font-weight: 900;
}

.price {
  color: var(--black);
  font-size: 1rem;
  font-weight: 900;
}

.trilogy {
  display: grid;
  gap: 34px;
  padding: 72px 0;
  border-bottom: 1px solid var(--line);
}

.trilogy-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(220px, 0.3fr) minmax(280px, 1fr);
  gap: 24px;
  align-items: end;
}

.book-row {
  grid-template-columns: repeat(3, 1fr);
}

.book.small {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 30px);
  background: var(--white);
}

.book.small .cover,
.book.small .cover-image {
  min-height: 340px;
  margin-bottom: 8px;
}

.method-volume-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 72px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.method-volume {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
  align-items: start;
  align-content: start;
  padding: clamp(18px, 3vw, 34px);
  background: var(--white);
}

.method-volume .cover-image {
  min-height: 0;
  max-height: 520px;
}

.method-volume > div {
  display: grid;
  gap: 16px;
  max-width: 780px;
}

.trilogy-buy {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 34px);
  align-items: end;
  margin-top: 72px;
  padding: clamp(22px, 4vw, 48px);
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trilogy-buy-covers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(8px, 1vw, 14px);
}

.trilogy-buy-covers img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5.65;
  object-fit: cover;
  object-position: center top;
}

.trilogy-buy .button {
  white-space: nowrap;
}

.catalog-note {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.catalog-note p {
  max-width: 860px;
  color: var(--grey);
  font-size: clamp(0.9rem, 1.05vw, 1rem);
  font-weight: 900;
  line-height: 1.45;
  text-transform: uppercase;
}

.secondary-books {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 72px;
}

.secondary-books .cover-image {
  width: min(100%, 300px);
  min-height: 0;
  justify-self: center;
}

.mini-cover-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.4vw, 18px);
  max-width: 520px;
}

.mini-cover-row img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5.65;
  object-fit: cover;
  object-position: center top;
}

.pack {
  display: grid;
  align-content: start;
  gap: 16px;
}

.method {
  background: var(--paper);
}

.method-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: end;
}

.method-hero h2 {
  margin-top: 18px;
}

.process-image {
  min-height: 460px;
  font-size: clamp(1.2rem, 3vw, 3.8rem);
  font-family: var(--hand-font);
  font-weight: 500;
}

.method-image {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  min-height: 0;
  max-height: 760px;
  object-fit: contain;
  object-position: center top;
  border: 0;
  background: transparent;
}

.process-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 72px;
}

.archive {
  background: var(--white);
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 34px;
}

.filters span {
  padding: 9px 12px;
  border: 1px solid var(--black);
  font-size: 0.74rem;
  font-weight: 900;
}

.archive-grid {
  grid-template-columns: repeat(3, 1fr);
}

.archive-grid article {
  min-height: 260px;
}

.archive-grid span {
  display: block;
  margin-bottom: 68px;
  color: var(--grey);
  font-weight: 900;
}

.carolina-head {
  display: grid;
  gap: clamp(34px, 6vw, 86px);
}

.carolina-title {
  max-width: 1120px;
}

.carolina-bio-row {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: start;
}

.bio-portrait-block {
  display: grid;
  gap: clamp(24px, 4vw, 48px);
}

.bio-under-photo {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}

.bio-under-photo > div {
  display: grid;
  gap: 20px;
  max-width: 980px;
}

.bio-under-photo p {
  font-size: clamp(1.02rem, 1.45vw, 1.3rem);
  font-weight: 800;
  line-height: 1.7;
}

.carolina-title h2 {
  margin-bottom: clamp(20px, 4vw, 48px);
}

.portrait-placeholder.large {
  min-height: 720px;
}

.lead {
  margin-top: 24px;
  font-size: clamp(1.4rem, 3vw, 3.2rem);
  font-weight: 900;
  line-height: 1;
}

.bio-single {
  display: grid;
  gap: 26px;
  max-width: 900px;
  margin-left: auto;
}

.bio-single p {
  font-size: clamp(1.02rem, 1.45vw, 1.3rem);
  font-weight: 800;
  line-height: 1.7;
}

.visual-archive {
  background: var(--white);
}

.atlas-archive {
  display: grid;
  gap: clamp(58px, 8vw, 120px);
}

.atlas-block {
  display: grid;
  gap: clamp(22px, 4vw, 52px);
  padding-top: clamp(18px, 3vw, 38px);
  border-top: 1px solid var(--line);
}

.method-atlas {
  margin-top: clamp(64px, 9vw, 132px);
}

.atlas-heading {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: start;
}

.atlas-heading span {
  color: var(--grey);
  font-weight: 900;
}

.atlas-heading h3 {
  max-width: 920px;
}

.atlas-wall {
  column-count: 4;
  column-gap: clamp(14px, 2vw, 26px);
  background: transparent;
}

.atlas-wall figure {
  break-inside: avoid;
  margin: 0 0 clamp(14px, 2vw, 26px);
  padding: 0;
  background: transparent;
}

.atlas-wall img {
  display: block;
  width: 100%;
  height: auto;
}

.atlas-wall .atlas-feature {
  column-span: all;
  display: grid;
  justify-items: center;
  margin-bottom: clamp(22px, 3vw, 42px);
}

.atlas-wall .atlas-feature img {
  width: min(100%, 470px);
}

.flamenco-atlas-wall {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.62fr);
  column-count: initial;
  gap: clamp(18px, 3vw, 42px);
  align-items: start;
}

.flamenco-atlas-wall figure {
  margin: 0;
}

.flamenco-atlas-wall .atlas-feature {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-items: end;
  margin: 0;
}

.flamenco-atlas-wall .atlas-feature img {
  width: min(100%, 430px);
}

.atlas-wall-pending {
  column-count: 3;
}

.text-blocks {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 76px;
}

.testimonials {
  grid-template-columns: repeat(2, 1fr);
  padding-top: 0;
  background: var(--white);
}

.rotating-voices {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 0;
  background: var(--white);
}

.voices-title {
  padding-top: clamp(16px, 2vw, 24px);
  padding-bottom: 0;
  background: var(--white);
}

.rotating-voices .quote {
  display: none;
  min-height: clamp(210px, 24vw, 340px);
  padding: clamp(20px, 3vw, 42px) clamp(22px, 5vw, 72px);
  background: var(--white);
}

.rotating-voices .quote.is-visible {
  display: grid;
  align-content: center;
}

blockquote {
  font-size: clamp(0.95rem, 1.35vw, 1.55rem);
  line-height: 1.18;
}

.quote p {
  margin-top: 18px;
  color: var(--grey);
  font-weight: 900;
  text-transform: uppercase;
}

.quote .quote-credit {
  max-width: 42ch;
  margin-top: 8px;
  font-size: 0.76rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 0.9fr);
  gap: clamp(28px, 6vw, 92px);
  background: var(--white);
}

.contact h2 {
  margin: 18px 0 28px;
}

.email {
  margin-top: 28px;
  font-weight: 900;
}

.price-list {
  margin-top: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
}

.price-list summary {
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price-list p {
  margin-top: 12px;
}

.contact-form {
  display: grid;
  gap: 18px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--grey);
  font-size: 0.76rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--black);
  border-radius: 0;
  padding: 13px 12px;
  color: var(--black);
  background: var(--white);
  font: 800 0.95rem var(--text-font);
  text-transform: uppercase;
}

textarea {
  resize: vertical;
}

.legal {
  background: var(--paper);
}

.legal-copy {
  display: grid;
  gap: 18px;
  max-width: 820px;
}

.legal-copy p {
  font-size: clamp(1rem, 1.45vw, 1.18rem);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--grey);
  background: var(--paper);
  font-size: 0.76rem;
  font-weight: 900;
}

.site-footer span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: flex-end;
}

.footer-legal a {
  border-bottom: 1px solid transparent;
}

.footer-legal a:hover {
  border-color: var(--grey);
}

.footer-logo {
  width: 34px;
  height: 28px;
  object-fit: contain;
  filter: grayscale(1) contrast(1.08);
}

body .page-section:not(.is-active),
body .page-extra:not(.is-active),
body .content-draft,
body .editorial-draft {
  display: none;
}

@media (max-width: 760px) {
  .nav-button {
    display: grid;
    gap: 6px;
    width: 36px;
    cursor: pointer;
  }

  .nav-button span {
    height: 2px;
    background: var(--black);
  }

  .site-nav {
    position: fixed;
    inset: 116px 0 auto 0;
    display: none;
    padding: 22px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }

  .nav-toggle:checked ~ .site-nav {
    display: grid;
    justify-content: stretch;
    gap: 12px;
  }
}

@media (max-width: 760px) {
  .hero-text,
  .portrait-strip,
  .book-featured,
	  .method-hero,
	  .home-book-feature,
	  .home-editorial-line,
	  .home-lower-grid,
	  .home-method-entry,
	  .carolina-bio-row,
	  .contact,
  .method-volume,
  .trilogy-buy,
  .bio-under-photo,
  .trilogy-copy {
    grid-template-columns: 1fr;
  }

  .entry-grid,
  .four-columns,
  .process-grid,
  .archive-grid,
  .book-row,
  .home-portals,
  .text-blocks,
  .testimonials {
    grid-template-columns: 1fr;
  }

	  .home-portal {
	    min-height: auto;
	  }

	  .home-book-feature,
	  .home-method-entry,
	  .home-catalog-entry {
	    min-height: auto;
	  }

	  .home-book-copy h1 {
	    font-size: clamp(2.9rem, 15vw, 5.4rem);
	  }

	  .home-method-entry img {
	    max-height: none;
	  }

	  .home-cover-strip {
	    grid-template-columns: repeat(3, minmax(0, 1fr));
	  }

  .method-volume-grid {
    grid-template-columns: 1fr;
  }

  .portrait-placeholder,
  .portrait-placeholder.large,
  .process-image,
  .portrait-image,
  .portrait-image.large {
    min-height: 420px;
  }

  .archive-wall {
    column-count: 2;
  }

  .site-footer,
  .footer-legal {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 86px;
  }

  .brand-logo {
    width: 118px;
    height: 66px;
  }

  .site-nav {
    inset: 86px 0 auto 0;
  }

  .hero {
    min-height: auto;
  }

  .map-board {
    min-height: 360px;
  }

  .map-note.center {
    left: 18%;
    top: 37%;
  }

  .map-note.right {
    right: 6%;
    top: 62%;
  }

  .hero-actions,
  .button,
  button {
    width: 100%;
  }

  .entry {
    min-height: auto;
  }

  .cover-large,
  .book.small .cover,
  .book.small .cover-image {
    min-height: 360px;
  }

  .archive-wall {
    column-count: 1;
  }
}
