:root {
  color-scheme: dark;
  --black: #1a1919;
  --charcoal: #3f3b3a;
  --gray: #9b9d98;
  --paper: #efefef;
  --line: rgba(239, 239, 239, .16);
  --accent: #b8d66f;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--black);
  color: var(--paper);
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(26, 25, 25, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.nav {
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}
.brand {
  grid-column: 2;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .18em;
}
.nav-links {
  justify-self: end;
  display: flex;
  gap: 22px;
  font-size: 13px;
  color: var(--gray);
}
.nav-links a[aria-current="page"], .nav-links a:hover { color: var(--paper); }

main { min-height: calc(100vh - 180px); }
.hero {
  max-width: 1180px;
  min-height: calc(100vh - 126px);
  margin: 0 auto;
  padding: 56px 28px 44px;
  display: grid;
  grid-template-columns: minmax(280px, 48%) minmax(280px, 1fr);
  gap: 64px;
  align-items: center;
}
.hero-cover, .product-cover {
  background: #111;
  border: 1px solid var(--line);
  padding: 18px;
}
.hero-copy h1, .product-info h1, .page-title h1, .contact-layout h1, .page-narrow h1 {
  margin: 10px 0 18px;
  font-size: clamp(40px, 7vw, 92px);
  line-height: .95;
  font-weight: 300;
}
.kicker {
  margin: 0;
  color: var(--gray);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.season { color: var(--gray); }
.hero-copy p:not(.kicker):not(.season) {
  max-width: 560px;
  color: #d8d8d4;
  line-height: 1.85;
}
.buy-line {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.button, button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--paper);
  background: var(--paper);
  color: var(--black);
  min-height: 44px;
  padding: 0 22px;
  font: inherit;
  cursor: pointer;
}
.photo-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px 72px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.photo-grid span {
  aspect-ratio: 4 / 5;
  background: linear-gradient(145deg, #262424, #686861);
}
.photo-grid span:nth-child(2n) { background: linear-gradient(145deg, #4a4642, #1f1e1e); }
.photo-grid span:nth-child(3n) { background: linear-gradient(145deg, #898b84, #33302f); }

.product-detail {
  max-width: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 52.5% 47.5%;
  gap: 0;
  align-items: stretch;
  min-height: 520px;
  border-bottom: 1px solid var(--line);
}
.product-detail .product-cover {
  min-height: 520px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 42% 45%, #2c2c2b 0, #151514 52%, #0c0c0c 100%);
  border: 0;
  border-right: 1px solid var(--line);
  padding: 42px;
}
.product-detail .product-cover img {
  max-height: 420px;
  width: auto;
  filter: drop-shadow(0 28px 34px rgba(0,0,0,.56));
}
.product-detail .product-info {
  background: linear-gradient(135deg, #b8b8b3, #8e8f8c);
  color: #111;
  padding: 62px 9vw 46px 62px;
}
.product-detail .product-info h1 {
  margin: 0 0 22px;
  font-size: clamp(48px, 5vw, 78px);
  font-weight: 300;
  line-height: 1;
}
.detail-season, .detail-issn, .detail-type {
  margin: 0 0 12px;
  color: #1d1d1b;
  font-size: 18px;
}
.detail-type { margin-top: 18px; }
.short-rule {
  display: block;
  width: 130px;
  height: 1px;
  margin: 18px 0;
  background: rgba(0,0,0,.45);
}
.product-info dl {
  margin: 18px 0 28px;
  border-top: 1px solid rgba(0,0,0,.22);
}
.product-info dl div, .contact-list div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.product-detail .product-info dl div {
  grid-template-columns: 92px 1fr;
  border-bottom-color: rgba(0,0,0,.18);
}
.product-detail .product-info dt { color: rgba(0,0,0,.58); }
.product-detail .ssfw span { color: rgba(0,0,0,.24); }
.product-detail .ssfw .is-active { color: #111; }
.detail-price {
  display: grid;
  gap: 8px;
  margin: 26px 0 28px;
}
.detail-price strong {
  font-size: 32px;
  font-weight: 800;
}
.detail-price span {
  font-size: 14px;
  color: rgba(0,0,0,.72);
}
.product-detail .button {
  min-width: 300px;
  min-height: 58px;
  background: #090909;
  color: #fff;
  border-color: #090909;
  font-weight: 700;
}
dt { color: var(--gray); }
dd { margin: 0; line-height: 1.7; }
.ssfw {
  display: inline-flex;
  gap: 9px;
  font-size: 12px;
  letter-spacing: .18em;
  vertical-align: middle;
}
.ssfw span { color: rgba(239,239,239,.28); }
.ssfw .is-active { color: var(--paper); font-weight: 700; }

.inside-teaser, .inside-strip {
  max-width: 1180px;
  margin: 0 auto 78px;
  padding: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 18px;
  align-items: center;
  cursor: zoom-in;
}
.inside-strip {
  max-width: none;
  margin: 0;
  padding: 26px 36px 34px;
  background: linear-gradient(180deg, #232323, #111);
  border-top: 0;
  border-bottom: 0;
}
.inside-strip .inside-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}
.inside-fullscreen {
  min-height: 34px;
  border: 0;
  background: transparent;
  color: #d9d9d4;
  padding: 0;
}
.inside-fullscreen::before {
  content: "↗";
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 1px solid rgba(239,239,239,.7);
}
.inside-strip .strip-images {
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.inside-strip .strip-images img {
  aspect-ratio: 2 / 1.06;
  width: 100%;
  object-fit: cover;
  border: 1px solid rgba(239,239,239,.18);
  box-shadow: 0 18px 24px rgba(0,0,0,.36);
}
.inside-teaser h2, .inside-heading h2 { margin: 8px 0 0; font-weight: 300; }
.strip-images {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.inside-strip { display: block; }
.inside-heading { margin-bottom: 18px; }

.page-title, .page-narrow, .contact-layout {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 28px;
}
.archive-shelf {
  max-width: 1180px;
  margin: 0 auto 72px;
  padding: 0 28px;
}
.archive-item {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 28px;
  align-items: end;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}
.archive-item img { width: 150px; }
.archive-item h2 { margin: 0 0 8px; font-weight: 300; font-size: 34px; }
.archive-item p { color: var(--gray); }
.archive-item a { border-bottom: 1px solid var(--paper); }

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
}
.contact-strip {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.contact-strip span {
  aspect-ratio: 1;
  background: linear-gradient(145deg, #242221, #8b8c83);
}
.quiet-form {
  max-width: 520px;
  display: grid;
  gap: 16px;
}
label { display: grid; gap: 8px; color: var(--gray); }
input {
  min-height: 46px;
  border: 1px solid var(--line);
  background: #111;
  color: var(--paper);
  padding: 0 14px;
  font: inherit;
}
.note { color: var(--gray); }

.viewer {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  grid-template-rows: 58px 1fr 110px 42px;
  background: #080808;
}
.viewer.is-open { display: grid; }
.viewer-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 24px;
  border-bottom: 1px solid var(--line);
  background: #0e0e0e;
}
.viewer-bar strong { letter-spacing: .18em; font-weight: 500; }
.icon-button {
  justify-self: end;
  width: 42px;
  min-height: 42px;
  padding: 0;
  border-radius: 50%;
}
.viewer-stage {
  margin: 0;
  min-width: 0;
  display: grid;
  place-items: center;
  padding: 24px 118px 18px;
}
.viewer-stage img {
  width: min(78vw, 1040px);
  max-height: calc(100vh - 230px);
  object-fit: contain;
  border: 1px solid rgba(239,239,239,.12);
  box-shadow: 0 24px 70px rgba(0,0,0,.5);
}
.viewer-stage figcaption {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 18px;
  text-align: center;
  margin-top: 0;
  color: var(--gray);
}
.viewer-arrow {
  position: absolute;
  top: 50%;
  width: 52px;
  min-height: 80px;
  padding: 0;
  background: transparent;
  color: var(--paper);
  font-size: 54px;
}
.viewer-arrow.is-left { left: 22px; }
.viewer-arrow.is-right { right: 22px; }
.viewer-strip {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  align-items: center;
  padding: 12px 24px;
  border-top: 0;
  background: #080808;
}
.viewer-strip img {
  height: 72px;
  width: 132px;
  object-fit: cover;
  opacity: .45;
  border: 1px solid transparent;
}
.viewer-strip img.is-active {
  opacity: 1;
  border-color: var(--paper);
}
.site-footer {
  padding: 30px 28px;
  border-top: 1px solid var(--line);
  color: var(--gray);
  font-size: 12px;
  text-align: center;
}

@media (max-width: 820px) {
  .nav {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
    justify-items: center;
  }
  .brand { grid-column: auto; }
  .nav-links {
    justify-self: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero, .product-detail, .contact-layout {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 38px;
  }
  .photo-grid { grid-template-columns: repeat(3, 1fr); }
  .inside-teaser { grid-template-columns: 1fr; }
  .archive-item {
    grid-template-columns: 110px 1fr;
    align-items: start;
  }
  .archive-item strong { grid-column: 2; }
  .product-info dl div, .contact-list div { grid-template-columns: 1fr; gap: 6px; }
  .viewer-stage { padding: 22px 64px; }
}

/* Reframe direction pass */
.home-issue {
  max-width: 1240px;
  min-height: calc(100vh - 76px);
  margin: 0 auto;
  padding: 38px 28px 34px;
  display: grid;
  grid-template-columns: minmax(180px, .82fr) minmax(320px, 1.16fr) minmax(220px, .82fr);
  gap: 34px;
  align-items: end;
}
.issue-cover {
  align-self: center;
  padding: 18px;
  background: #111;
  border: 1px solid rgba(239,239,239,.12);
  box-shadow: 0 30px 90px rgba(0,0,0,.34);
}
.issue-cover img {
  width: min(100%, 520px);
  margin: 0 auto;
}
.issue-meta {
  padding-bottom: 18px;
}
.issue-meta h1 {
  margin: 10px 0 28px;
  font-size: clamp(42px, 8vw, 112px);
  line-height: .9;
  font-weight: 250;
}
.issue-meta dl, .cart-summary dl, .checkout-summary dl {
  margin: 0;
  border-top: 1px solid var(--line);
}
.issue-meta dl div, .cart-summary dl div, .checkout-summary dl div {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.issue-meta.right {
  display: grid;
  gap: 24px;
  align-content: end;
}
.season-mark {
  margin: 0;
  justify-self: start;
  padding: 11px 0;
}
.quiet-copy {
  margin: 0;
  color: #d6d6d1;
  line-height: 1.85;
}
.price-row {
  display: grid;
  gap: 4px;
}
.price-row span {
  font-size: 28px;
  font-weight: 400;
}
.price-row small {
  color: var(--gray);
}
.document-grid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px 68px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.document-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(.72) contrast(.96);
  border: 1px solid rgba(239,239,239,.08);
}
.page-title.compact {
  padding-bottom: 24px;
}
.cart-layout, .checkout-layout {
  max-width: 1180px;
  margin: 0 auto 72px;
  padding: 0 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: start;
}
.cart-list, .checkout-summary, .cart-summary, .checkout-form {
  border-top: 1px solid var(--line);
}
.cart-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 92px 58px 112px;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.cart-item img {
  width: 92px;
  border: 1px solid var(--line);
}
.cart-item strong, .cart-item span {
  display: block;
}
.cart-item span, .empty-cart, .form-message {
  color: var(--gray);
}
.cart-item label {
  gap: 4px;
}
.cart-item input {
  width: 72px;
}
.cart-remove {
  min-height: 36px;
  padding: 0 10px;
  border-color: var(--line);
  background: transparent;
  color: var(--paper);
  font-size: 13px;
}
.cart-summary, .checkout-summary {
  padding-top: 18px;
  position: sticky;
  top: 104px;
}
.cart-summary .button {
  margin-top: 22px;
  width: 100%;
}
.checkout-form {
  padding-top: 18px;
}
.checkout-form h1 {
  margin: 10px 0 28px;
  font-size: clamp(38px, 6vw, 78px);
  line-height: .96;
  font-weight: 300;
}
fieldset {
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  display: grid;
  gap: 14px;
}
legend {
  margin-bottom: 12px;
  color: var(--gray);
  font-size: 13px;
}
.checkout-summary .cart-item {
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
}
.checkout-summary .cart-item img { width: 64px; }
.checkout-summary .cart-item label,
.checkout-summary .cart-remove { display: none; }

@media (max-width: 960px) {
  .home-issue {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 36px;
  }
  .issue-meta {
    padding-bottom: 0;
  }
  .document-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .cart-layout, .checkout-layout {
    grid-template-columns: 1fr;
  }
  .cart-summary, .checkout-summary {
    position: static;
  }
}

@media (max-width: 640px) {
  .cart-item {
    grid-template-columns: 72px 1fr;
  }
  .cart-item b {
    grid-column: 2;
  }
  .cart-remove {
    grid-column: 2;
    justify-self: start;
  }
  .document-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* PDF mockup alignment for public site */
:root {
  --site-black: #0c0c0c;
  --site-panel: #9b9c98;
  --site-panel-dark: #30302f;
  --site-paper: #f1f1ed;
}
body {
  background: #111;
}
.site-header {
  position: sticky;
  background: #090909;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav {
  max-width: none;
  min-height: 64px;
  grid-template-columns: 1fr auto 1fr;
  padding: 0 36px;
}
.brand {
  grid-column: 2;
  grid-row: 1;
  color: #dcdcd7;
  font-size: 18px;
  line-height: .95;
  letter-spacing: .04em;
}
.nav-links {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  display: flex;
  gap: 32px;
  color: #d8d8d2;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.header-actions {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 22px;
}
.order-link,
.cart-link {
  color: #d8d8d2;
  font-size: 12px;
}
.cart-link {
  text-transform: uppercase;
  letter-spacing: .08em;
}
.cart-link[aria-current="page"],
.order-link[aria-current="page"] {
  color: #fff;
}
.site-footer {
  background: #090909;
  border-top: 1px solid rgba(255,255,255,.12);
}
.mock-home {
  min-height: 540px;
  display: grid;
  grid-template-columns: 48% 52%;
  background: #111;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.mock-home-cover {
  display: grid;
  place-items: center;
  min-height: 540px;
  padding: 44px;
  background: radial-gradient(circle at 44% 54%, #242424 0, #111 52%, #070707 100%);
  border-right: 1px solid rgba(255,255,255,.14);
}
.mock-home-cover a {
  display: grid;
  place-items: center;
  width: min(360px, 64%);
  min-width: 260px;
}
.mock-home-cover img {
  width: 100%;
  height: auto;
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 28px 42px rgba(0,0,0,.62));
}
.mock-home-info {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 58px 7vw 52px;
  background: linear-gradient(135deg, #b2b3af, #858682);
  color: #111;
}
.home-title-block h1 {
  margin: 0 0 20px;
  font-size: clamp(48px, 6vw, 84px);
  font-weight: 250;
  line-height: .95;
}
.home-title-block p {
  margin: 0 0 12px;
  font-size: 18px;
  letter-spacing: 0;
}
.home-title-block .short-rule {
  margin: 18px 0;
}
.home-type {
  margin-top: 18px;
}
.home-ssfw {
  margin: 30px 0 26px;
}
.home-ssfw .ssfw {
  gap: 28px;
  font-size: 34px;
  letter-spacing: .05em;
}
.home-title-block .ssfw span,
.home-ssfw .ssfw span { color: rgba(0,0,0,.24); }
.home-title-block .ssfw .is-active,
.home-ssfw .ssfw .is-active { color: #111; }
.home-price {
  display: grid;
  gap: 8px;
  margin: 0 0 28px;
}
.home-price strong {
  font-size: 32px;
  font-weight: 800;
}
.home-price span {
  color: rgba(0,0,0,.72);
  font-size: 14px;
}
.home-actions {
  display: grid;
  width: min(320px, 100%);
}
.home-actions .button,
.home-actions button {
  width: 100%;
  min-height: 58px;
  border: 0;
  background: #090909;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
}
.inside-teaser {
  max-width: none;
  margin: 0;
  padding: 26px 40px 40px;
  grid-template-columns: 220px repeat(3, minmax(0, 1fr));
  background: linear-gradient(180deg, #242424, #111);
  border: 0;
}
.inside-teaser > div:first-child {
  align-self: start;
}
.inside-teaser img {
  width: 100%;
  aspect-ratio: 1.8 / 1;
  object-fit: cover;
  box-shadow: 0 16px 26px rgba(0,0,0,.32);
}
.product-detail {
  min-height: 500px;
}
.product-detail .product-cover {
  min-height: 500px;
  padding: 36px;
}
.product-detail .product-info {
  background: linear-gradient(135deg, #a9aaa6, #858683);
  padding-top: 58px;
}
.product-detail .product-info h1 {
  color: #111;
  font-size: clamp(46px, 5.4vw, 74px);
}
.product-detail .button {
  width: min(320px, 100%);
  background: #090909;
  color: #fff;
}
.inside-strip {
  padding: 22px 36px 30px;
}
.inside-strip .strip-images {
  grid-template-columns: repeat(4, 1fr);
}
.product-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: #d9d9d4;
  text-align: center;
  font-size: 14px;
}
.archive-page {
  min-height: calc(100vh - 64px);
  padding: 58px 52px 72px;
  background: linear-gradient(135deg, #3c3d3b, #242424);
}
.archive-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 44px;
}
.archive-head h1 {
  margin: 0;
  font-size: 54px;
  font-weight: 250;
}
.archive-head p {
  margin: 8px 0 0;
  color: #c6c6c0;
}
.archive-head nav {
  display: flex;
  gap: 34px;
  color: #d7d7d2;
  font-size: 13px;
}
.archive-head .is-active {
  border-bottom: 2px solid #eee;
}
.archive-page .archive-shelf {
  max-width: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: 42px;
}
.archive-page .archive-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
  padding: 0;
  border: 0;
}
.archive-page .archive-item img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  box-shadow: 0 16px 24px rgba(0,0,0,.28);
}
.archive-page .archive-item h2 {
  font-size: 32px;
  color: #e6e6df;
}
.archive-page .archive-item p {
  margin: 6px 0;
  color: #d0d0ca;
}
.archive-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}
.archive-actions a,
.archive-actions button {
  min-height: 38px;
  border: 1px solid rgba(255,255,255,.35);
  background: transparent;
  color: #f1f1ed;
}
.archive-actions button {
  background: #f1f1ed;
  color: #111;
}
.contact-layout {
  max-width: none;
  min-height: calc(100vh - 64px);
  padding: 0;
  grid-template-columns: 52% 48%;
  gap: 0;
  background: #111;
}
.contact-dark {
  padding: 86px 56px;
  background: radial-gradient(circle at 40% 40%, #191919, #070707 70%);
}
.contact-dark h1 {
  font-size: clamp(42px, 6vw, 78px);
  font-weight: 250;
}
.contact-dark img {
  margin-top: 52px;
  width: 100%;
  aspect-ratio: 2.4 / 1;
  object-fit: cover;
  filter: grayscale(1);
}
.contact-list {
  margin: 0;
  padding: 70px 56px;
  background: linear-gradient(135deg, #b8b9b5, #8c8d89);
  color: #111;
}
.contact-list div {
  grid-template-columns: 140px 1fr;
  border-bottom-color: rgba(0,0,0,.28);
}
.contact-list dt {
  color: #222;
}
.contact-list a {
  color: #111;
}
@media (max-width: 900px) {
  .nav {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
  }
  .brand,
  .nav-links,
  .header-actions {
    grid-column: auto;
    grid-row: auto;
    justify-self: center;
  }
  .mock-home,
  .product-detail,
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .mock-home-info {
    grid-template-columns: 1fr;
  }
  .archive-page .archive-shelf,
  .inside-strip .strip-images {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-specs {
    grid-template-columns: 1fr;
  }
}

/* Desktop layout repair pass */
body {
  background: #efede8;
}
body.page-split-bg {
  background: #111;
}
body.page-dark-bg {
  background: #242424;
}
body.page-neutral-bg {
  background: #efede8;
}
.site-header,
main,
.site-footer {
  width: min(100%, 1200px);
  margin-left: auto;
  margin-right: auto;
}
.site-header {
  left: 0;
  right: 0;
  box-shadow: -100vw 0 0 #090909, 100vw 0 0 #090909;
}
.site-footer {
  box-shadow: -100vw 0 0 #090909, 100vw 0 0 #090909;
}
main {
  background: #111;
  overflow: hidden;
}
.nav {
  min-height: 64px;
}
.mock-home {
  min-height: 520px;
  grid-template-columns: 50% 50%;
}
.mock-home-cover {
  min-height: 520px;
  padding: 36px;
}
.mock-home-cover img {
  max-height: 420px;
}
.mock-home-info,
.product-detail .product-info {
  padding: 58px 72px 52px;
}
.home-title-block,
.product-info {
  max-width: 480px;
}
.product-detail {
  grid-template-columns: 50% 50%;
  min-height: 520px;
}
.product-detail .product-cover {
  min-height: 520px;
  padding: 38px;
}
.product-detail .product-cover img {
  max-height: 420px;
}
.product-detail .product-info {
  display: grid;
  align-content: center;
  max-width: none;
}
.inside-strip,
.inside-teaser {
  padding-left: 40px;
  padding-right: 40px;
}
.inside-strip .strip-images,
.inside-teaser {
  gap: 24px;
}
.archive-page {
  min-height: 640px;
  padding: 58px 52px 68px;
}
.archive-page .archive-shelf {
  grid-template-columns: repeat(2, minmax(240px, 300px));
  justify-content: start;
  gap: 46px;
}
.archive-page .archive-item img {
  aspect-ratio: 3 / 4.05;
}
.archive-actions {
  grid-template-columns: 1fr;
}
.order-check-page {
  min-height: 640px;
  display: grid;
  grid-template-columns: 52% 48%;
  background: #111;
}
.order-check-dark {
  padding: 92px 58px;
  background: radial-gradient(circle at 34% 38%, #1b1b1b, #070707 72%);
}
.order-check-dark h1 {
  margin: 12px 0 22px;
  font-size: clamp(54px, 7vw, 92px);
  line-height: .95;
  font-weight: 250;
}
.order-check-dark p:not(.kicker) {
  max-width: 360px;
  color: #d5d5cf;
  line-height: 1.8;
}
.order-check-panel {
  padding: 86px 58px;
  background: linear-gradient(135deg, #b8b9b5, #8d8e8a);
  color: #111;
}
.order-check-panel .quiet-form {
  max-width: none;
  border-top: 1px solid rgba(0,0,0,.28);
  padding-top: 28px;
}
.order-check-panel label {
  color: #222;
}
.order-check-panel input {
  background: #f1f1ed;
  color: #111;
  border-color: rgba(0,0,0,.18);
}
.order-check-panel .button {
  width: 100%;
  min-height: 56px;
  margin-top: 8px;
  background: #090909;
  color: #fff;
  border-color: #090909;
  font-weight: 700;
}
.order-check-panel dl {
  margin: 42px 0 0;
  border-top: 1px solid rgba(0,0,0,.28);
}
.order-check-panel dl div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0,0,0,.18);
}
.order-check-panel dt {
  color: rgba(0,0,0,.62);
}
.order-check-panel dd {
  color: #111;
}
@media (max-width: 900px) {
  .site-header,
  main,
  .site-footer {
    width: 100%;
  }
  .mock-home,
  .product-detail,
  .order-check-page {
    grid-template-columns: 1fr;
  }
  .mock-home-info,
  .product-detail .product-info,
  .order-check-dark,
  .order-check-panel {
    padding: 44px 28px;
  }
  .archive-page .archive-shelf {
    grid-template-columns: 1fr;
  }
}
