:root {
  --ink: #111111;
  --paper: #fffdf4;
  --cyan: #00b8e6;
  --magenta: #ff3b9d;
  --yellow: #ffd938;
  --green: #22c55e;
  --soft: #f1f1eb;
  --line: rgba(17,17,17,0.18);
  --muted: #5e5a52;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Arial Narrow", Arial, sans-serif;
  line-height: 1.58;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(0,184,230,0.08), transparent 28%),
    linear-gradient(180deg, rgba(255,59,157,0.07), transparent 32%),
    linear-gradient(135deg, transparent 0 80%, rgba(255,217,56,0.12) 80% 100%);
}

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

a {
  color: inherit;
}

.print-layout {
  display: grid;
  grid-template-columns: 245px 1fr;
  min-height: 100vh;
}

.print-rail {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 20px;
  padding: 24px 18px;
  color: var(--paper);
  background: var(--ink);
  border-right: 8px solid var(--cyan);
}

.brand {
  display: grid;
  gap: 7px;
  color: var(--paper);
  text-decoration: none;
}

.brand strong {
  font-size: 2rem;
  line-height: 0.9;
}

.brand span {
  color: #d9d6ca;
  font-size: 0.82rem;
}

.print-rail nav {
  display: grid;
  align-content: start;
  gap: 8px;
}

.print-rail nav a,
.gallery-link {
  padding: 11px 12px;
  border: 1px solid rgba(255,255,255,0.18);
  text-decoration: none;
  font-weight: 800;
}

.print-rail nav a:hover,
.print-rail nav a[aria-current="page"] {
  color: var(--ink);
  background: var(--yellow);
}

.gallery-link {
  color: var(--paper);
}

.rail-toggle {
  display: none;
}

main {
  min-width: 0;
}

.print-hero,
.section,
.page-hero,
.press-hero,
.quote-page {
  position: relative;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.print-hero {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(24px, 5vw, 74px);
  align-items: center;
  min-height: 88vh;
  padding: 72px 0 42px;
}

.hero-copy h1,
.page-hero h1,
.press-copy h1,
.quote-intro h1 {
  margin: 0;
  font-size: clamp(2.35rem, 4.9vw, 5rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy p,
.page-hero p,
.press-copy p,
.quote-intro p {
  max-width: 690px;
  color: var(--muted);
  font-size: clamp(1.04rem, 2vw, 1.24rem);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--magenta);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 3px solid var(--ink);
  color: var(--ink);
  background: var(--paper);
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 6px 6px 0 var(--ink);
}

.button.magenta {
  background: var(--magenta);
  color: var(--ink);
}

.button.cyan {
  background: var(--cyan);
}

.proof-stack {
  position: relative;
  min-height: 580px;
}

.sample {
  position: absolute;
  width: 62%;
  height: 330px;
  object-fit: cover;
  border: 5px solid var(--ink);
  box-shadow: 18px 18px 0 rgba(17,17,17,0.15);
}

.sample-a {
  top: 0;
  right: 8%;
  transform: rotate(3deg);
}

.sample-b {
  left: 0;
  top: 170px;
  transform: rotate(-5deg);
  border-color: var(--magenta);
}

.sample-c {
  right: 0;
  bottom: 0;
  transform: rotate(4deg);
  border-color: var(--cyan);
}

.section {
  padding: 72px 0;
}

.press-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: none;
  padding: 0;
  border-block: 4px solid var(--ink);
}

.press-strip div {
  padding: 22px;
  background: var(--yellow);
  border-right: 2px solid var(--ink);
}

.press-strip div:nth-child(2) {
  background: var(--cyan);
}

.press-strip div:nth-child(3) {
  background: var(--magenta);
  color: var(--ink);
}

.press-strip strong,
.press-strip span {
  display: block;
}

.press-strip strong {
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
}

.folded,
.quote-lab,
.paper-lab,
.reorder-feature,
.press-hero,
.quote-page {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(24px, 5vw, 68px);
  align-items: center;
}

.folded-copy h2,
.quote-copy h2,
.paper-lab h2,
.reorder-feature h2,
.section-heading h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3.1vw, 3.3rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.folded-notes {
  display: grid;
  gap: 14px;
}

.folded-notes article,
.shelf-card,
.product-row,
.quote-tool,
.values-grid article,
.person,
.print-form,
.quote-features article {
  background: var(--paper);
  border: 4px solid var(--ink);
}

.folded-notes article {
  padding: 20px;
}

.folded-notes strong {
  display: block;
  font-size: 1.25rem;
}

.product-shelf,
.values-grid,
.people-grid,
.quote-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.shelf-card img,
.person img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-bottom: 4px solid var(--ink);
}

.shelf-card h3,
.shelf-card p,
.person h3,
.person p,
.quote-features h2,
.quote-features p {
  margin-left: 18px;
  margin-right: 18px;
}

.shelf-card h3 {
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
}

.page-hero {
  padding: 78px 0 28px;
}

.product-ledger {
  display: grid;
  gap: 16px;
}

.product-row {
  display: grid;
  grid-template-columns: 0.34fr 1fr;
  gap: 22px;
  padding: 22px;
}

.product-row span {
  color: var(--magenta);
  font-weight: 900;
  text-transform: uppercase;
}

.product-row h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.45vw, 2.45rem);
  line-height: 1;
  text-transform: uppercase;
}

.quote-lab {
  padding: 34px;
  background: var(--ink);
  color: var(--paper);
}

.quote-lab p,
.quote-lab .eyebrow {
  color: var(--paper);
}

.quote-tool {
  display: grid;
  gap: 12px;
  padding: 20px;
  color: var(--ink);
  background: var(--cyan);
}

.quote-tool label {
  display: grid;
  gap: 6px;
  font-weight: 900;
}

.quote-tool input,
.quote-tool select {
  width: 100%;
  padding: 12px;
  border: 3px solid var(--ink);
  background: var(--paper);
  font: inherit;
}

.quote-tool input {
  accent-color: var(--magenta);
}

.quote-output,
.paper-note {
  min-height: 74px;
  margin: 0;
  padding: 16px;
  color: var(--ink);
  background: var(--paper);
  border: 3px solid var(--ink);
  font-weight: 800;
}

.quote-lab .quote-output {
  color: var(--ink);
}

.paper-lab {
  border-top: 4px solid var(--ink);
}

.swatch-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.swatch {
  min-height: 120px;
  padding: 16px;
  border: 4px solid var(--ink);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.swatch[data-paper="smooth"] {
  background: #f9f9f2;
}

.swatch[data-paper="linen"] {
  background:
    linear-gradient(90deg, rgba(17,17,17,0.06) 1px, transparent 1px),
    linear-gradient(rgba(17,17,17,0.06) 1px, transparent 1px),
    #f7f2df;
  background-size: 10px 10px;
}

.swatch[data-paper="recycled"] {
  background: #ded4b8;
}

.swatch.is-active {
  outline: 6px solid var(--magenta);
}

.lookbook-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
  gap: 16px;
}

.lookbook-item {
  margin: 0;
  border: 4px solid var(--ink);
  background: var(--paper);
}

.lookbook-item.tall {
  grid-row: span 2;
}

.lookbook-item.wide {
  grid-column: span 2;
}

.lightbox-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.lookbook-item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.lookbook-item.tall img {
  height: 700px;
}

.lookbook-item.wide img {
  height: 360px;
}

.lookbook-item figcaption {
  padding: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  place-items: center;
  padding: 32px;
  background: rgba(17,17,17,0.88);
}

.lightbox.is-open {
  display: grid;
}

.lightbox img {
  max-height: 82vh;
  border: 5px solid var(--paper);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 10px 14px;
  border: 3px solid var(--ink);
  background: var(--yellow);
  font: inherit;
  font-weight: 900;
}

.reorder-feature {
  padding: 34px;
  background: var(--yellow);
  border: 4px solid var(--ink);
}

.press-photo {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  border: 5px solid var(--ink);
}

.values-grid article,
.quote-features article {
  padding: 20px;
}

.people-grid {
  grid-template-columns: 1.2fr 1fr 1fr;
}

.quote-page {
  padding: 76px 0 44px;
}

.print-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  background: var(--yellow);
}

.print-form label {
  display: grid;
  gap: 6px;
  font-weight: 900;
}

.print-form input,
.print-form select,
.print-form textarea {
  width: 100%;
  padding: 12px;
  border: 3px solid var(--ink);
  background: var(--paper);
  font: inherit;
}

.form-status {
  margin: 0;
  color: var(--ink);
  font-weight: 900;
}

.reveal {
  opacity: 0;
  transform: translateY(18px) scale(0.99);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (max-width: 980px) {
  .rail-toggle {
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 50;
    display: inline-flex;
    padding: 10px 14px;
    border: 3px solid var(--ink);
    background: var(--yellow);
    font: inherit;
    font-weight: 900;
  }

  .print-layout {
    grid-template-columns: 1fr;
  }

  .print-rail {
    position: fixed;
    inset: 0 auto 0 0;
    width: min(310px, 88vw);
    transform: translateX(-105%);
    transition: transform 220ms ease;
  }

  .print-layout.rail-open .print-rail {
    transform: translateX(0);
  }

  .print-hero,
  .folded,
  .quote-lab,
  .paper-lab,
  .reorder-feature,
  .press-hero,
  .quote-page,
  .product-row {
    grid-template-columns: 1fr;
  }

  .product-shelf,
  .values-grid,
  .people-grid,
  .quote-features,
  .press-strip,
  .swatch-row,
  .lookbook-grid {
    grid-template-columns: 1fr;
  }

  .proof-stack {
    min-height: auto;
    display: grid;
    gap: 12px;
  }

  .sample {
    position: static;
    width: 100%;
    transform: none;
  }

  .lookbook-item.wide,
  .lookbook-item.tall {
    grid-column: auto;
    grid-row: auto;
  }

  .lookbook-item.tall img,
  .lookbook-item.wide img {
    height: 320px;
  }
}

@media (max-width: 620px) {
  .hero-copy h1,
  .page-hero h1,
  .press-copy h1,
  .quote-intro h1 {
    font-size: clamp(2.1rem, 10.5vw, 3.35rem);
  }
}
