:root {
  --black: #0b0b0b;
  --white: #ffffff;
  --offwhite: #f4f3f0;
  --muted: #6d6d6d;
  --green: #006b1f;
  --line: rgba(11, 11, 11, 0.18);
  --line-light: rgba(255, 255, 255, 0.22);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  color: var(--black);
  background: var(--offwhite);
  font-family: var(--sans);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

h1,
h2,
h3,
p,
blockquote,
dd,
li,
label,
input,
textarea,
a {
  overflow-wrap: break-word;
}

h1,
h2,
h3,
p,
blockquote,
dd,
li,
label {
  hyphens: auto;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 14px;
  left: 14px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--black);
  transform: translateY(-160%);
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  height: 86px;
  padding: 0 4.5vw;
  color: var(--black);
  background: transparent;
  border-bottom: 1px solid rgba(11, 11, 11, 0.18);
  transition:
    color 240ms ease,
    background 240ms ease,
    height 240ms ease,
    border-color 240ms ease;
}

.home-page .site-header {
  color: var(--white);
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.story-page .site-header {
  color: var(--white);
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.contact-page .site-header {
  color: var(--white);
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.site-header.is-scrolled {
  height: 68px;
  color: var(--black);
  background: rgba(246, 245, 241, 0.94);
  border-color: var(--line);
  backdrop-filter: blur(16px);
}

.site-brand,
.site-nav,
.section-label,
dt,
label,
.button,
.text-link,
.site-footer {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-brand {
  flex: 0 0 auto;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: flex-end;
  min-width: 0;
}

.site-nav a[aria-current="page"] {
  border-bottom: 1px solid currentColor;
}

.section-pad {
  padding: 112px 4vw;
}

.section-label {
  margin: 0;
}

.new-release .section-label {
  color: var(--green);
}

.opening-spread {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 96px 4vw;
  overflow: hidden;
  color: var(--white);
  background: var(--black) url("assets/hero image.jpg") center / cover no-repeat;
}

.opening-spread-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 11, 11, 0.74) 0%, rgba(11, 11, 11, 0.34) 48%, rgba(11, 11, 11, 0.16) 100%),
    linear-gradient(0deg, rgba(11, 11, 11, 0.22), rgba(11, 11, 11, 0.22));
}

.opening-spread-copy {
  position: relative;
  z-index: 1;
  width: min(100%, 1160px);
  text-align: center;
}

.opening-logo {
  width: min(78vw, 680px);
  margin: 0 auto 42px;
}

#opening-title {
  margin: 0;
  color: #c4902d;
  font-size: clamp(24px, 3.4vw, 54px);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.opening-spread h1 {
  margin: 30px 0 0;
  max-width: none;
  font-family: var(--sans);
  font-size: clamp(46px, 5.9vw, 92px);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0;
  white-space: nowrap;
}

.opening-spread-copy > p:last-child {
  max-width: none;
  margin: 34px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.45;
  white-space: nowrap;
}

.new-release {
  display: grid;
  grid-template-columns: minmax(560px, 0.92fr) minmax(360px, 0.62fr);
  gap: 7vw;
  align-items: start;
  min-height: calc(100vh - 70px - 1px);
  padding-top: 82px;
  padding-bottom: 72px;
  background: var(--offwhite);
  border-bottom: 1px solid var(--line);
}

.release-copy h1 {
  max-width: 760px;
  margin: 28px 0 0;
  font-family: var(--sans);
  font-size: clamp(30px, 2.55vw, 44px);
  font-weight: 700;
  line-height: 1.16;
}

.release-copy,
.order-feature-copy,
.shop-listing-card > div,
.story-copy,
.about-intro,
.contact-heading,
.cart-panel,
.form-panel {
  min-width: 0;
}

.release-description {
  max-width: 610px;
  margin: 58px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.78;
}

.release-description p {
  margin: 0;
}

.release-description p + p {
  margin-top: 18px;
}

.release-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 38px;
  max-width: 600px;
  margin: 50px 0 0;
}

.release-meta div {
  display: grid;
  gap: 8px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

dt {
  color: var(--muted);
}

dd {
  margin: 0;
  font-size: 18px;
}

.release-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 56px;
}

.quote-band {
  color: var(--white);
  background: #08291c;
}

.quote-lines {
  display: block;
  max-width: 1120px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.quote-line {
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.quote-line:last-child {
  border-bottom: 0;
}

.quote-line blockquote {
  max-width: 980px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--serif);
  font-size: clamp(22px, 2.2vw, 38px);
  line-height: 1.3;
}

.quote-line figcaption {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.quote-image {
  width: min(100%, 920px);
  margin: 44px 0;
}

.quote-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.contributor-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
  margin-top: 64px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.contributor-notes p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.75;
}

.contributor-notes strong {
  color: var(--white);
  font-weight: 800;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border: 1px solid var(--black);
  cursor: pointer;
}

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

.button-light {
  color: var(--black);
  background: transparent;
}

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

.release-image {
  margin: 0;
  justify-self: end;
  width: min(100%, 480px);
}

.release-image img {
  width: 100%;
  max-height: 600px;
  object-fit: contain;
}

.order-feature {
  display: grid;
  grid-template-columns: minmax(520px, 0.92fr) minmax(420px, 0.74fr);
  gap: 7vw;
  align-items: start;
  min-height: calc(100vh - 70px - 1px);
  padding-top: 118px;
  padding-bottom: 72px;
  background: var(--offwhite);
  border-bottom: 1px solid var(--line);
}

.shop-listing {
  padding-top: 136px;
  padding-bottom: 70px;
  background: var(--offwhite);
  border-bottom: 1px solid var(--line);
}

.shop-listing .section-label {
  color: var(--green);
}

.shop-listing-heading {
  display: grid;
  gap: 20px;
  margin-bottom: 44px;
}

.shop-listing-heading h1 {
  margin: 0;
  font-size: clamp(30px, 3.2vw, 52px);
  line-height: 1.08;
}

.shop-listing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.shop-listing-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.42);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.shop-listing-card:hover {
  background: var(--white);
  border-color: rgba(11, 11, 11, 0.42);
  transform: translateY(-2px);
}

.shop-listing-card img {
  width: 150px;
  height: 166px;
  object-fit: contain;
  background: var(--white);
}

.shop-listing-card h2 {
  margin: 10px 0 18px;
  font-size: clamp(20px, 1.7vw, 28px);
  line-height: 1.16;
}

.shop-listing-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.shop-listing-type {
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.order-feature .section-label {
  color: var(--green);
}

.order-feature-copy {
  display: flex;
  flex-direction: column;
  min-height: min(658px, 48vw);
}

.order-feature-copy h1 {
  max-width: 760px;
  margin: 28px 0 0;
  font-family: var(--sans);
  font-size: clamp(30px, 2.55vw, 44px);
  font-weight: 700;
  line-height: 1.16;
}

.order-description {
  max-width: 650px;
  margin: auto 0 0;
  padding-top: 28px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.48;
}

.order-description p {
  margin: 0;
}

.order-description p + p {
  margin-top: 18px;
}

.product-feature {
  min-height: auto;
}

.product-feature .order-feature-copy {
  min-height: auto;
}

.product-feature .order-description {
  margin: 42px 0 0;
}

.shop-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  max-width: 760px;
  margin: 34px 0 0;
}

.shop-meta div {
  display: grid;
  gap: 6px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.shop-meta div:first-child {
  border-top: 0;
}

.product-feature .shop-meta .no-top-line {
  border-top: 0;
}

.shop-meta .wide-meta,
.shop-meta .materials-meta {
  grid-column: 1 / -1;
}

.shop-meta dt {
  color: var(--muted);
}

.shop-meta dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}

.shop-about {
  color: var(--white);
  background: #08291c;
}

.shop-about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7vw;
}

.shop-about h2 {
  margin: 0 0 22px;
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shop-about p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.72;
}

.shop-about p + p {
  margin-top: 18px;
}

.order-jump {
  display: inline-flex;
  margin-top: 28px;
  color: #ff6a00;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.order-jump:hover {
  border-bottom: 2px solid currentColor;
}

.shop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 22px;
  align-items: center;
  margin-top: 28px;
}

.shop-actions .order-jump {
  margin-top: 0;
}

.product-carousel {
  position: relative;
  justify-self: center;
  width: min(100%, 520px);
  aspect-ratio: 0.79;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.product-carousel-wrap {
  justify-self: center;
  width: min(100%, 620px);
  margin: 0;
}

.product-carousel-wrap .product-carousel {
  width: 100%;
}

.product-feature .product-carousel-wrap {
  margin-top: clamp(124px, 9vw, 172px);
}

.book-product-carousel {
  margin-top: clamp(180px, 14vw, 244px);
}

.postcard-carousel {
  align-self: center;
  aspect-ratio: 1.86;
}

.product-caption {
  max-width: 620px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.postcard-contents {
  max-width: 620px;
  margin: 28px auto 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.postcard-contents p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.postcard-contents ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.postcard-contents li {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.postcard-contents em {
  display: block;
  color: var(--black);
}

.postcard-contents span {
  display: block;
}

.product-carousel::before,
.product-carousel::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  color: var(--black);
  background: rgba(255, 255, 255, 0.88);
  font-size: 30px;
  line-height: 1;
  opacity: 0.72;
  transform: translateY(-50%);
  transition:
    opacity 180ms ease,
    background 180ms ease;
}

.product-carousel::before {
  left: 18px;
  content: "‹";
}

.product-carousel::after {
  right: 18px;
  content: "›";
}

.product-carousel:hover::before,
.product-carousel:hover::after,
.product-carousel:focus-visible::before,
.product-carousel:focus-visible::after {
  opacity: 1;
}

.product-carousel:hover::before,
.product-carousel:hover::after {
  background: rgba(255, 255, 255, 0.94);
}

.product-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 280ms ease;
}

.product-slide.is-active {
  opacity: 1;
}

.details {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.details-grid,
.section-row {
  display: grid;
  grid-template-columns: 0.42fr minmax(300px, 0.88fr) 0.7fr;
  gap: 5vw;
  align-items: start;
}

.details h1,
.details h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(34px, 4.6vw, 66px);
  font-weight: 400;
  line-height: 1.05;
}

.details p,
.section-row > p:not(.section-label) {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

.gallery,
.order {
  background: var(--offwhite);
  border-bottom: 1px solid var(--line);
}

.carousel {
  position: relative;
  margin-top: 54px;
}

.carousel-stage {
  position: relative;
  overflow: hidden;
  height: min(76vh, 760px);
  min-height: 560px;
  border: 1px solid var(--line);
  background: var(--white);
}

.carousel-slide {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: min(54vw, 820px);
  height: 100%;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) scale(0.74);
  transition:
    opacity 360ms ease,
    transform 360ms ease;
}

.carousel-slide.is-active {
  z-index: 3;
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.carousel-slide.is-prev {
  z-index: 1;
  opacity: 0.34;
  transform: translateX(calc(-50% - min(34vw, 520px))) scale(0.82);
}

.carousel-slide.is-next {
  z-index: 1;
  opacity: 0.34;
  transform: translateX(calc(-50% + min(34vw, 520px))) scale(0.82);
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.carousel-button {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line);
  color: var(--black);
  background: rgba(255, 255, 255, 0.88);
  font-size: 32px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

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

.carousel-prev {
  left: 22px;
}

.carousel-next {
  right: 22px;
}

.carousel-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 24px;
}

.carousel-dots button {
  width: 34px;
  height: 3px;
  padding: 0;
  border: 0;
  background: rgba(11, 11, 11, 0.24);
  cursor: pointer;
}

.carousel-dots button[aria-current="true"] {
  background: var(--black);
}

.preview {
  background: #08291c;
  color: var(--white);
  border-bottom: 1px solid var(--line-light);
}

.preview .section-row > p:not(.section-label) {
  color: rgba(255, 255, 255, 0.68);
}

.preview-frame {
  margin-top: 54px;
  border: 1px solid var(--line-light);
  background: rgba(255, 255, 255, 0.08);
}

.preview-frame iframe {
  display: block;
  width: 100%;
  height: min(76vh, 760px);
  min-height: 520px;
  border: 0;
}

.text-link {
  display: inline-flex;
  margin-top: 22px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
}

.cart {
  background: var(--offwhite);
  border-bottom: 1px solid var(--line);
}

.cart-panel {
  max-width: 1180px;
  margin-top: 54px;
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
}

.cart-empty {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.cart-items {
  display: grid;
  gap: 0;
}

.cart-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 24px;
  align-items: center;
  padding: 22px 0;
}

.cart-item-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.cart-item-price {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.cart-quantity {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cart-quantity button,
.cart-remove {
  border: 1px solid var(--line);
  color: var(--black);
  background: transparent;
  cursor: pointer;
}

.cart-quantity button {
  width: 34px;
  height: 34px;
  font-size: 18px;
}

.cart-quantity span {
  min-width: 22px;
  text-align: center;
  font-weight: 700;
}

.cart-remove {
  padding: 9px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cart-summary {
  display: grid;
  gap: 12px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.cart-summary > div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 18px;
}

.cart-summary > div:not(.cart-total) {
  color: var(--muted);
  font-size: 15px;
}

.cart-summary strong {
  text-align: right;
}

.cart-panel .button {
  margin-top: 28px;
}

.form-panel {
  max-width: 1180px;
  margin-top: 54px;
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 34px;
}

.wide {
  grid-column: 1 / -1;
}

label {
  display: grid;
  gap: 8px;
}

input,
textarea {
  width: 100%;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid rgba(11, 11, 11, 0.34);
  color: var(--black);
  background: transparent;
  border-radius: 0;
  outline: 0;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
}

input:focus,
textarea:focus {
  border-color: var(--black);
}

.form-panel .button {
  margin-top: 34px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.contact-actions .button {
  margin-top: 0;
}

.about-overview {
  color: var(--white);
  background: #08291c;
  padding-top: 156px;
}

.contact {
  color: var(--black);
  background: var(--offwhite);
  padding-top: 92px;
  padding-bottom: 88px;
}

.page-fill {
  min-height: calc(100vh - 70px - 88px);
}

.contact .form-panel {
  margin-top: 44px;
  padding: 0;
  background: transparent;
  border: 0;
}

.about-intro {
  max-width: 980px;
}

.about-intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(26px, 3.1vw, 48px);
  font-weight: 700;
  line-height: 1.16;
}

.about-intro p + p {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(20px, 2.1vw, 32px);
  font-weight: 500;
  line-height: 1.32;
}

.contact-heading {
  max-width: 760px;
}

.contact-heading > p:not(.section-label) {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.contact label {
  color: var(--black);
}

.contact input,
.contact textarea {
  color: var(--black);
  border-bottom-color: rgba(11, 11, 11, 0.34);
}

.contact input:focus,
.contact textarea:focus {
  border-color: var(--black);
}

.story-section {
  display: flex;
  align-items: center;
  min-height: 100vh;
  color: var(--white);
  background: #08291c;
}

.story-copy {
  max-width: 980px;
}

.story-copy h1 {
  margin: 0;
  max-width: 820px;
  font-family: var(--sans);
  font-size: clamp(26px, 3vw, 46px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

.story-question {
  max-width: 640px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.62;
}

.story-note {
  max-width: 620px;
  margin: 78px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
  line-height: 1.72;
}

.story-featured-link {
  max-width: 820px;
  margin: 0 0 76px;
  padding: 34px 0 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.story-featured-kicker {
  margin: 0 0 18px;
  color: var(--white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.story-essay-kicker {
  margin-bottom: 18px;
}

.story-featured-link h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--sans);
  font-size: clamp(26px, 3vw, 46px);
  font-weight: 700;
  line-height: 1.12;
}

.story-featured-link p:not(.story-featured-kicker) {
  max-width: 640px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.62;
}

.story-article-section {
  align-items: flex-start;
  padding-top: 142px;
  padding-bottom: 128px;
}

.story-article {
  max-width: 820px;
  margin-top: 72px;
  color: rgba(255, 255, 255, 0.78);
}

.story-article p {
  margin: 0;
  font-size: 18px;
  line-height: 1.78;
}

.story-article p + p {
  margin-top: 20px;
}

.story-article h2 {
  margin: 74px 0 22px;
  color: var(--white);
  font-size: clamp(26px, 2.5vw, 42px);
  line-height: 1.12;
}

.story-article ul {
  display: block;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.story-article li {
  display: inline;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.4;
}

.story-article li + li::before {
  content: " ";
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 34px 4vw;
  color: var(--white);
  background: var(--black);
  border-top: 1px solid var(--line-light);
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    min-height: 112px;
    padding: 20px 22px;
  }

  .site-header.is-scrolled {
    height: auto;
  }

  .site-nav {
    justify-content: flex-start;
    gap: 16px 22px;
  }

  .section-pad {
    padding: 68px 22px;
  }

  main > .section-pad:first-child:not(.opening-spread) {
    padding-top: 126px;
  }

  .opening-spread {
    min-height: calc(100vh - 118px);
    padding: 78px 22px;
  }

  .opening-spread h1 {
    font-size: clamp(42px, 14vw, 74px);
    white-space: normal;
  }

  .opening-logo {
    width: min(86vw, 520px);
    margin-bottom: 30px;
  }

  #opening-title {
    font-size: clamp(18px, 6.4vw, 34px);
    letter-spacing: 0.08em;
  }

  .opening-spread-copy > p:last-child {
    max-width: 560px;
    white-space: normal;
  }

  .quote-line blockquote {
    font-size: clamp(22px, 7vw, 34px);
  }

  .quote-image {
    margin: 34px 0;
  }

  .order-feature,
  .contact {
    padding-top: 72px;
  }

  .new-release,
  .order-feature,
  .details-grid,
  .section-row,
  .shop-meta,
  .shop-listing-grid,
  .shop-about-grid,
  .contributor-notes {
    grid-template-columns: 1fr;
  }

  .shop-listing {
    padding-top: 126px;
  }

  .shop-listing-card {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 18px;
    min-height: 0;
    padding: 16px;
  }

  .shop-listing-card img {
    width: 112px;
    height: 128px;
  }

  .shop-meta .wide-meta,
  .shop-meta .materials-meta {
    grid-column: auto;
  }

  .cart-item {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cart-quantity {
    justify-content: flex-start;
  }

  .new-release,
  .order-feature {
    min-height: auto;
    gap: 48px;
  }

  .release-copy h1,
  .order-feature-copy h1 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .order-feature-copy {
    min-height: auto;
  }

  .order-description {
    margin-top: 48px;
    font-size: 15px;
  }

  .order-jump {
    margin-top: 30px;
  }

  .release-description {
    margin-top: 34px;
  }

  .release-meta {
    margin-top: 36px;
  }

  .release-meta,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .release-actions {
    margin-top: 40px;
  }

  .release-image {
    justify-self: start;
    width: min(100%, 460px);
  }

  .product-carousel {
    justify-self: start;
    width: min(100%, 460px);
  }

  .book-product-carousel {
    margin-top: 0;
  }

  .product-carousel-wrap {
    justify-self: start;
    width: min(100%, 460px);
  }

  .product-feature .product-carousel-wrap {
    margin-top: 0;
  }

  .carousel-stage {
    height: 64vh;
    min-height: 430px;
  }

  .carousel-slide {
    width: 74vw;
  }

  .carousel-slide.is-prev {
    transform: translateX(calc(-50% - 52vw)) scale(0.8);
  }

  .carousel-slide.is-next {
    transform: translateX(calc(-50% + 52vw)) scale(0.8);
  }

  .carousel-button {
    top: auto;
    bottom: 16px;
    width: 42px;
    height: 42px;
    transform: none;
  }

  .preview-frame iframe {
    height: 62vh;
    min-height: 420px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  .site-brand,
  .site-nav,
  .section-label,
  dt,
  label,
  .button,
  .text-link,
  .site-footer {
    font-size: 10px;
    letter-spacing: 0.11em;
  }

  .site-nav {
    gap: 10px 16px;
    line-height: 1.2;
  }

  .section-pad {
    padding: 58px 18px;
  }

  main > .section-pad:first-child:not(.opening-spread) {
    padding-top: 112px;
  }

  .opening-spread {
    min-height: 100svh;
    padding: 128px 18px 64px;
  }

  .opening-logo {
    width: min(88vw, 390px);
    margin-bottom: 26px;
  }

  .opening-spread h1 {
    font-size: clamp(36px, 11.2vw, 54px);
    line-height: 1.04;
  }

  .opening-spread-copy > p:last-child {
    max-width: 330px;
    margin-top: 24px;
    font-size: 17px;
    line-height: 1.42;
  }

  .shop-listing,
  .about-overview,
  .cart {
    padding-top: 136px;
  }

  .about-overview {
    min-height: auto;
    padding-top: 190px;
    padding-bottom: 76px;
  }

  .new-release,
  .order-feature,
  .contact {
    padding-top: 58px;
  }

  .new-release,
  .order-feature {
    gap: 36px;
    padding-bottom: 58px;
  }

  .release-copy h1,
  .order-feature-copy h1,
  .shop-listing-heading h1 {
    font-size: clamp(28px, 8.7vw, 38px);
    line-height: 1.12;
  }

  .release-description,
  .order-description,
  .shop-about p,
  .contact-heading > p:not(.section-label),
  .details p,
  .section-row > p:not(.section-label) {
    font-size: 15px;
    line-height: 1.58;
  }

  .release-description,
  .product-feature .order-description,
  .order-description {
    margin-top: 30px;
  }

  .release-actions,
  .shop-actions,
  .contact-actions {
    gap: 12px;
    margin-top: 32px;
  }

  .button {
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
  }

  .release-image,
  .product-carousel,
  .product-carousel-wrap {
    width: 100%;
  }

  .release-image img {
    max-height: 520px;
  }

  .product-carousel {
    max-height: 540px;
  }

  .book-product-carousel {
    aspect-ratio: 0.78;
  }

  .postcard-carousel {
    aspect-ratio: 1.45;
  }

  .product-carousel::before,
  .product-carousel::after {
    width: 38px;
    height: 38px;
    font-size: 26px;
  }

  .product-carousel::before {
    left: 10px;
  }

  .product-carousel::after {
    right: 10px;
  }

  .product-caption,
  .postcard-contents {
    margin-right: 0;
    margin-left: 0;
  }

  .shop-listing {
    padding-bottom: 54px;
  }

  .shop-listing-heading {
    gap: 14px;
    margin-bottom: 28px;
  }

  .shop-listing-card {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
  }

  .shop-listing-card img {
    width: 92px;
    height: 104px;
  }

  .shop-listing-card h2 {
    margin: 8px 0 12px;
    font-size: 19px;
  }

  .shop-meta {
    gap: 0;
    margin-top: 28px;
  }

  .shop-meta div {
    padding: 14px 0;
  }

  .shop-meta dd,
  .postcard-contents li,
  .product-caption {
    font-size: 13px;
  }

  .quote-line {
    padding: 24px 0;
  }

  .quote-line blockquote {
    font-size: clamp(21px, 6.5vw, 30px);
    line-height: 1.28;
  }

  .quote-line figcaption {
    margin-top: 12px;
    font-size: 10px;
  }

  .quote-image {
    margin: 26px 0;
  }

  .contributor-notes {
    gap: 28px;
    margin-top: 44px;
    padding-top: 28px;
  }

  .contributor-notes p {
    font-size: 14px;
    line-height: 1.62;
  }

  .shop-about-grid {
    gap: 42px;
  }

  .preview-frame {
    margin-top: 34px;
  }

  .preview-frame iframe {
    height: 68vh;
    min-height: 360px;
  }

  .cart-panel,
  .form-panel {
    margin-top: 34px;
    padding: 22px;
  }

  .contact .form-panel {
    padding: 0;
  }

  .form-grid {
    gap: 22px;
  }

  input,
  textarea {
    padding: 12px 0;
    font-size: 16px;
  }

  .cart-summary > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    font-size: 16px;
  }

  .cart-summary strong {
    text-align: left;
  }

  .about-intro p {
    font-size: clamp(24px, 7vw, 34px);
  }

  .about-intro p + p {
    font-size: clamp(18px, 5vw, 24px);
  }

  .story-section {
    align-items: flex-start;
    min-height: 100svh;
    padding-top: 118px;
  }

  .story-copy h1 {
    font-size: clamp(24px, 7.2vw, 34px);
  }

  .story-question {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.58;
  }

  .story-note {
    margin-top: 48px;
  }

  .story-featured-link {
    margin-bottom: 52px;
    padding: 26px 0 32px;
  }

  .story-featured-link h2 {
    font-size: clamp(24px, 7.2vw, 34px);
  }

  .story-featured-link p:not(.story-featured-kicker) {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.58;
  }

  .story-article-section {
    padding-top: 118px;
    padding-bottom: 72px;
  }

  .story-article {
    margin-top: 46px;
  }

  .story-article p,
  .story-article li {
    font-size: 15px;
    line-height: 1.64;
  }

  .story-article h2 {
    margin: 52px 0 18px;
    font-size: clamp(24px, 7vw, 34px);
  }

  .story-article ul {
    margin: 18px 0;
  }

  .site-footer {
    gap: 18px;
    padding: 28px 18px;
  }

  .site-footer nav {
    gap: 12px 18px;
  }
}

@media (max-width: 420px) {
  .site-header {
    padding-right: 14px;
    padding-left: 14px;
  }

  .site-brand {
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .site-nav {
    gap: 9px 12px;
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .section-pad {
    padding-right: 14px;
    padding-left: 14px;
  }

  .opening-spread {
    padding-right: 14px;
    padding-left: 14px;
  }

  .about-overview {
    padding-top: 198px;
    padding-bottom: 64px;
  }

  .opening-spread h1 {
    font-size: clamp(31px, 10.4vw, 42px);
  }

  .opening-spread-copy > p:last-child {
    max-width: 300px;
    font-size: 15px;
  }

  .release-copy h1,
  .order-feature-copy h1,
  .shop-listing-heading h1 {
    font-size: clamp(26px, 8vw, 34px);
  }

  .shop-listing-card {
    grid-template-columns: 1fr;
  }

  .shop-listing-card img {
    width: min(100%, 170px);
    height: auto;
    max-height: 150px;
  }

  .postcard-carousel {
    aspect-ratio: 1.2;
  }

  .preview-frame iframe {
    min-height: 320px;
  }

  .quote-line blockquote {
    font-size: clamp(20px, 6.1vw, 27px);
  }
}
