:root {
  color-scheme: light;
  --paper: #fbfaf6;
  --paper-deep: #f1efe8;
  --ink: #0b0c0b;
  --muted: #5c5d59;
  --green: #438154;
  --green-dark: #285d3a;
  --red: #ef2d24;
  --blue: #2f5dc8;
  --line: rgba(11, 12, 11, 0.32);
  --display: "Archivo Black", "Arial Black", system-ui, sans-serif;
  --mono: "Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--mono);
  font-synthesis: none;
  margin: 0;
  min-width: 320px;
}
a { color: inherit; }
button, input, select { color: inherit; font: inherit; }
img { max-width: 100%; }
.sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; }
.skip-link { background: var(--ink); color: var(--paper); left: 16px; padding: 10px 14px; position: fixed; top: -80px; z-index: 100; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }

.utility-bar {
  align-items: center;
  background: var(--ink);
  color: #fff;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  gap: 14px;
  justify-content: center;
  letter-spacing: 0.035em;
  min-height: 37px;
  padding: 7px 20px;
  text-align: center;
  text-transform: uppercase;
}
.utility-bar span:nth-child(2) { color: var(--blue); }

.site-header {
  align-items: center;
  background: rgba(251, 250, 246, 0.98);
  border-bottom: 2px solid var(--ink);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 88px;
  padding: 0 clamp(24px, 3.7vw, 58px);
  position: relative;
  z-index: 20;
}
.wordmark {
  display: inline-flex;
  justify-self: start;
  text-decoration: none;
}
.wordmark-logo { height: 46px; width: auto; transition: transform 160ms ease; }
.wordmark:hover .wordmark-logo { transform: rotate(-1.5deg) scale(1.02); }
.site-nav { display: flex; gap: clamp(26px, 3.8vw, 58px); }
.site-nav a, .site-footer nav a {
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-underline-offset: 7px;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { text-decoration: underline; text-decoration-color: var(--red); text-decoration-thickness: 2px; }
.header-cta {
  border-bottom: 2px solid var(--ink);
  font-size: 11px;
  font-weight: 700;
  justify-self: end;
  padding: 0 0 5px;
  text-decoration: none;
  text-transform: uppercase;
}
.header-cta span { color: var(--red); margin-left: 9px; }
.menu-button { background: transparent; border: 0; cursor: pointer; display: none; justify-self: end; padding: 10px 0 10px 16px; }
.menu-button span { background: var(--ink); display: block; height: 2px; margin: 6px 0; transition: transform 160ms ease; width: 28px; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }

.checkout-notice {
  background: var(--green);
  border-bottom: 2px solid var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 16px clamp(24px, 4vw, 60px);
}
.checkout-notice.is-cancelled { background: var(--blue); }
.kicker, .product-eyebrow, .option-label {
  color: var(--red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.055em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

/* Shop spread */
.sticker-catalog {
  display: grid;
  gap: 34px 38px;
  grid-template-columns: minmax(300px, 0.8fr) minmax(520px, 1.2fr) minmax(300px, 0.82fr);
  margin: 0 auto;
  max-width: 1600px;
  overflow: hidden;
  padding: 25px clamp(26px, 3.2vw, 54px) 54px;
}
.sticker-intro { grid-row: 1 / 3; padding: 16px 2vw 30px 18px; }
.sticker-label {
  background: var(--blue);
  box-shadow: 3px 2px 0 var(--red);
  color: #fff;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.12em;
  margin: 0 0 28px;
  padding: 10px 18px;
  text-transform: uppercase;
  transform: rotate(-2deg);
}
.sticker-intro h1 {
  font-family: var(--display);
  font-size: clamp(74px, 6.2vw, 98px);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.86;
  margin: 0;
}
.sticker-intro h1 span { display: block; }
.sticker-intro h1 span:last-child { color: var(--green); }
.sticker-lede { font-size: 13px; line-height: 1.65; margin: 27px 0 0 12px; max-width: 310px; }
.sale-stamp {
  border: 3px solid var(--red);
  color: var(--red);
  display: flex;
  flex-direction: column;
  margin: 30px 0 0 12px;
  max-width: 238px;
  padding: 12px 16px 14px;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-1.6deg);
}
.sale-stamp strong { font-size: 11px; letter-spacing: 0.08em; }
.sale-stamp b { font-family: var(--display); font-size: 37px; font-weight: 400; letter-spacing: -0.03em; line-height: 1; margin: 4px 0; }
.sale-stamp span { font-size: 9px; font-weight: 700; }
.maker-notes { display: flex; gap: 24px; margin: 44px 0 0 5px; }
.maker-notes p { border-right: 1px solid var(--line); display: flex; flex-direction: column; font-size: 9px; line-height: 1.4; margin: 0; padding-right: 24px; text-transform: uppercase; }
.maker-notes p:last-child { border: 0; padding-right: 0; }
.maker-notes strong { font-weight: 700; }
.sticker-product-peak {
  display: grid;
  gap: 34px;
  grid-column: 2 / 4;
  grid-template-columns: minmax(440px, 480px) minmax(320px, 340px);
}
.sticker-product-topper {
  display: grid;
  gap: 34px;
  grid-column: 2;
  grid-template-columns: minmax(260px, 0.88fr) minmax(290px, 1.12fr);
}
.sticker-photo {
  align-self: start;
  background: #fff;
  display: block;
  padding: 13px;
  position: relative;
  text-decoration: none;
}
.sticker-photo::before {
  border: 1px solid var(--ink);
  bottom: 7px;
  content: "";
  left: 7px;
  pointer-events: none;
  position: absolute;
  right: 7px;
  top: 7px;
  z-index: 1;
}
.sticker-photo-peak { box-shadow: 3px 3px 0 var(--blue), 6px 6px 0 var(--red); transform: rotate(-1deg); }
.sticker-photo-topper { box-shadow: -3px 3px 0 var(--blue), 3px 5px 0 var(--red); transform: rotate(0.8deg); }
.sticker-photo img { display: block; height: 100%; object-fit: cover; width: 100%; }
.sticker-photo-peak img { aspect-ratio: 0.94 / 1; object-position: center; }
.sticker-photo-topper img { aspect-ratio: 0.86 / 1; object-position: center; }
.sticker-product-copy { align-self: center; min-width: 0; }
.sticker-product-peak .sticker-product-copy { align-self: start; max-width: 340px; padding-top: 28px; }
.sticker-product-copy h2 {
  font-family: var(--display);
  font-size: clamp(39px, 3.65vw, 58px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.91;
  margin: 0;
}
.sticker-product-copy h2 span { color: var(--green); }
.sticker-product-topper .sticker-product-copy h2 { font-size: clamp(32px, 3.2vw, 49px); }
.sticker-product-topper .checkout-button { width: 175px; }
.product-price {
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  font-weight: 700;
  gap: 11px;
  margin: 24px 0 14px;
  padding: 12px 0;
}
.product-price-regular { color: var(--muted); font-size: 13px; text-decoration: line-through; }
.product-price-current { color: var(--red); font-size: 18px; }
.product-price small { border: 2px solid var(--red); color: var(--red); font-size: 9px; letter-spacing: 0.05em; padding: 3px 5px; text-transform: uppercase; }
.option-label { color: var(--ink); font-size: 9px; margin-bottom: 15px; }
.colour-list { align-items: stretch; display: flex; flex-wrap: wrap; gap: 8px; }
.colour-chip {
  align-items: stretch;
  background: #fff;
  border: 1px solid rgba(11, 12, 11, 0.18);
  display: inline-flex;
  flex-direction: column;
  gap: 0;
  min-width: 56px;
}
.colour-swatch { background: var(--swatch); display: block; height: 65px; width: 100%; }
.colour-chip-label {
  background: #f5f3ee;
  font-size: 8px;
  font-style: italic;
  line-height: 1.15;
  min-height: 19px;
  padding: 4px 5px 3px;
  text-align: center;
  text-transform: uppercase;
}
.sticker-product-peak .colour-chip { min-width: 68px; }
.sticker-product-topper .colour-chip { min-width: 58px; }
.sticker-product-topper .colour-swatch { height: 50px; }
.checkout-button, .primary-link {
  align-items: center;
  background: var(--red);
  border: 2px solid var(--red);
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  gap: 28px;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 17px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 150ms ease, border-color 150ms ease;
}
.checkout-button { margin-top: 17px; width: 100%; }
.checkout-button:hover, .primary-link:hover { background: var(--blue); border-color: var(--blue); }
.checkout-button span, .primary-link span { font-size: 18px; }
.sticker-values { align-self: center; grid-column: 3; padding: 8px 10px 8px 30px; }
.sticker-values p { border-bottom: 1px solid var(--line); display: flex; flex-direction: column; font-size: 10px; line-height: 1.5; margin: 0; padding: 18px 0; }
.sticker-values p:first-child { border-top: 1px solid var(--line); }
.sticker-values strong { font-size: 11px; margin-bottom: 6px; }
.sticker-values span { color: var(--muted); }

/* Home */
.hero {
  border-bottom: 2px solid var(--ink);
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  min-height: 665px;
  overflow: hidden;
  padding: clamp(34px, 4vw, 62px);
}
.hero-copy { align-self: start; min-width: 0; padding: 44px clamp(24px, 5vw, 78px) 28px 18px; }
.hero .kicker { background: var(--blue); box-shadow: 3px 2px 0 var(--red); color: #fff; display: inline-block; padding: 8px 12px; transform: rotate(-1.5deg); }
.hero h1 {
  font-family: var(--display);
  font-size: clamp(64px, 6vw, 100px);
  font-weight: 400;
  letter-spacing: -0.078em;
  line-height: 0.83;
  margin: 22px 0 0;
}
.hero h1 span { color: var(--green); }
.hero-lede { font-size: 13px; line-height: 1.7; margin: 30px 0 0; max-width: 570px; }
.sale-callout { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 0; }
.sale-callout strong { border: 2px solid var(--red); color: var(--red); font-size: 10px; padding: 6px 8px; text-transform: uppercase; }
.sale-callout span { font-size: 11px; font-weight: 700; }
.primary-link { margin-top: 28px; width: auto; }
.hero-board {
  align-self: center;
  background: #fff;
  box-shadow: 4px 4px 0 var(--blue), 8px 8px 0 var(--red);
  max-width: 100%;
  overflow: hidden;
  padding: 14px;
  transform: rotate(0.8deg);
  width: fit-content;
}
.home-hero-photo { display: block; overflow: hidden; }
.home-hero-photo img { display: block; height: auto; transition: transform 220ms ease; width: 100%; }
.home-hero-photo:hover img { transform: scale(1.012); }
.home-hero-caption { align-items: center; display: flex; gap: 26px; justify-content: space-between; padding: 18px 12px 7px; }
.home-hero-caption p { display: flex; flex-direction: column; font-size: 9px; line-height: 1.5; margin: 0; }
.home-hero-caption p span { color: var(--muted); margin-top: 4px; }
.home-hero-caption a { color: var(--red); flex: 0 0 auto; font-size: 10px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.home-hero-caption a:hover { text-decoration: underline; text-underline-offset: 5px; }
.marquee { align-items: center; background: var(--ink); color: #fff; display: flex; font-size: 9px; font-weight: 700; gap: clamp(18px, 4vw, 62px); justify-content: center; letter-spacing: 0.08em; min-height: 46px; overflow: hidden; padding: 10px 20px; text-transform: uppercase; white-space: nowrap; }
.marquee i { background: var(--red); display: block; height: 6px; width: 6px; }
.marquee i:nth-of-type(even) { background: var(--blue); }
.shop { padding: 100px clamp(24px, 4vw, 60px) 112px; }
.section-intro { align-items: end; display: grid; gap: 36px; grid-template-columns: minmax(0, 1fr) minmax(260px, 0.35fr); margin: 0 auto 46px; max-width: 1480px; }
.section-intro .kicker { grid-column: 1 / -1; margin-bottom: -12px; }
.section-intro h2, .why h2, .ordering h2, .delivery h2, .faq h2, .product-story h2, .related-product h2 {
  font-family: var(--display);
  font-size: clamp(46px, 5.8vw, 86px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.9;
  margin: 0;
}
.section-intro > p:last-child { color: var(--muted); font-size: 12px; line-height: 1.65; margin: 0; }
.product-card { border-top: 1px solid var(--ink); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr); margin: 0 auto; max-width: 1480px; padding: 34px 0; }
.product-card:last-child { border-bottom: 1px solid var(--ink); }
.product-gallery { align-items: start; display: grid; gap: 14px; grid-template-columns: 2fr 1fr; min-width: 0; padding: 12px 42px 12px 12px; }
.product-photo { background: #fff; box-shadow: 3px 3px 0 var(--blue), 6px 6px 0 var(--red); margin: 0; overflow: hidden; padding: 9px; }
.product-photo-main { grid-row: 1 / 3; }
.product-photo img { aspect-ratio: 4 / 3; display: block; height: 100%; object-fit: cover; width: 100%; }
.product-details { align-self: center; min-width: 0; padding: 34px clamp(20px, 4vw, 68px); }
.product-details h3 { font-family: var(--display); font-size: clamp(42px, 4.5vw, 68px); font-weight: 400; letter-spacing: -0.06em; line-height: 0.9; margin: 0; }
.product-description { font-size: 12px; line-height: 1.65; margin: 24px 0 0; max-width: 520px; }
.product-features { border-top: 1px solid var(--line); list-style: none; margin: 25px 0 28px; padding: 0; }
.product-features li { border-bottom: 1px solid var(--line); display: grid; font-size: 10px; gap: 13px; grid-template-columns: 20px 1fr; line-height: 1.5; padding: 11px 0; }
.product-features li > span { color: var(--red); font-size: 9px; font-weight: 700; }
.product-actions { align-items: flex-start; display: flex; flex-direction: column; }
.product-actions .product-price { width: 100%; }
.product-actions .checkout-button { width: auto; }
.why { border-bottom: 2px solid var(--ink); border-top: 2px solid var(--ink); display: grid; gap: 8vw; grid-template-columns: 0.45fr 1fr; padding: 105px clamp(30px, 7vw, 112px); }
.why-label > span { color: var(--green); font-family: var(--display); font-size: 24px; font-weight: 400; line-height: 1.1; }
.why-copy > p { color: var(--muted); font-size: 13px; line-height: 1.75; margin: 34px 0 0; max-width: 720px; }
.why-copy .model-credit { border-top: 1px solid var(--line); color: var(--ink); font-size: 10px; margin-top: 32px; padding-top: 18px; }
.model-credit strong { color: var(--green); }
.ordering { padding: 105px clamp(24px, 4vw, 60px); }
.section-intro-compact { display: block; max-width: 760px; }
.section-intro-compact .kicker { margin-bottom: 18px; }
.order-steps { border-top: 2px solid var(--ink); list-style: none; margin: 50px 0 0; padding: 0; }
.order-steps li { border-bottom: 1px solid var(--line); display: grid; gap: 28px; grid-template-columns: 50px 1fr; padding: 23px 0 26px; }
.order-steps > li > span { color: var(--red); font-size: 10px; font-weight: 700; }
.order-steps h3 { font-family: var(--display); font-size: clamp(24px, 2.7vw, 38px); letter-spacing: -0.04em; margin: 0 0 7px; }
.order-steps p { color: var(--muted); font-size: 11px; line-height: 1.55; margin: 0; }
.delivery { background: var(--blue); border-bottom: 2px solid var(--ink); border-top: 2px solid var(--ink); color: #fff; }
.delivery-panel { min-height: 375px; padding: 68px clamp(30px, 7vw, 112px); }
.delivery .kicker { color: #fff; }
.delivery-panel > p:last-child { font-size: 13px; line-height: 1.6; margin: 30px 0 0; max-width: 680px; }
.faq { display: grid; gap: 8vw; grid-template-columns: 0.6fr 1fr; padding: 105px clamp(30px, 7vw, 112px); }
.faq-list { border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { align-items: center; cursor: pointer; display: flex; font-family: var(--display); font-size: clamp(17px, 1.9vw, 24px); font-weight: 400; justify-content: space-between; list-style: none; padding: 22px 0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red); font-family: var(--mono); font-size: 25px; transition: transform 150ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); font-size: 11px; line-height: 1.7; margin: -2px 44px 23px 0; max-width: 680px; }

/* Product pages */
.breadcrumbs { border-bottom: 1px solid var(--line); display: flex; font-size: 10px; gap: 9px; padding: 13px clamp(24px, 4vw, 60px); }
.breadcrumbs a { font-weight: 700; text-underline-offset: 4px; }
.breadcrumbs span:last-child { color: var(--muted); }
.product-page { align-items: start; border-bottom: 2px solid var(--ink); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr); padding: clamp(28px, 4vw, 58px); }
.product-page-gallery { display: grid; gap: 20px; grid-template-columns: repeat(2, minmax(0, 1fr)); min-width: 0; padding: 10px clamp(26px, 5vw, 70px) 10px 10px; }
.product-page-photo { background: #fff; box-shadow: 3px 3px 0 var(--blue), 6px 6px 0 var(--red); margin: 0; overflow: hidden; padding: 10px; }
.product-page-photo-main { grid-column: 1 / -1; transform: rotate(-0.7deg); }
.product-page-photo:nth-child(2n) { transform: rotate(0.8deg); }
.product-page-photo:nth-child(2n + 3) { transform: rotate(-0.5deg); }
.product-page-photo img { aspect-ratio: 4 / 3; display: block; height: 100%; object-fit: cover; width: 100%; }
.product-page-details { min-width: 0; padding: clamp(30px, 4vw, 62px) 0 clamp(30px, 4vw, 62px) clamp(22px, 4vw, 62px); position: sticky; top: 0; }
.product-page-details h1 { font-family: var(--display); font-size: clamp(48px, 5.4vw, 80px); font-weight: 400; letter-spacing: -0.07em; line-height: 0.88; margin: 0; }
.product-page-details h1 span { color: var(--green); }
.product-page-description { font-size: 12px; line-height: 1.7; margin: 26px 0 0; max-width: 560px; }
.product-page-price { margin: 0 0 22px; }
.product-purchase { border-top: 2px solid var(--ink); padding-top: 20px; }
.colour-picker { border: 0; margin: 0; padding: 0; }
.colour-picker legend, .quantity-control > span { font-size: 9px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.colour-picker legend { margin-bottom: 10px; padding: 0; }
.colour-options { display: grid; gap: 8px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.colour-option { cursor: pointer; min-width: 0; }
.colour-option input { opacity: 0; pointer-events: none; position: absolute; }
.colour-option .colour-chip { min-width: 0; width: 100%; }
.colour-option .colour-swatch { height: 48px; }
.colour-option:has(input:checked) .colour-chip { box-shadow: 0 0 0 3px var(--red); }
.colour-option:focus-within .colour-chip { outline: 3px solid var(--blue); outline-offset: 3px; }
.quantity-control { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; margin-top: 20px; padding-bottom: 12px; }
.quantity-control select { background: #fff; border: 1px solid var(--ink); border-radius: 0; min-height: 38px; padding: 0 30px 0 11px; }
.shipping-summary { border-bottom: 1px solid var(--line); display: flex; font-size: 10px; justify-content: space-between; padding: 13px 0; }
.shipping-summary strong { font-size: 11px; }
.checkout-submit { background: var(--red); border: 2px solid var(--red); color: #fff; cursor: pointer; display: flex; font-size: 11px; font-weight: 700; justify-content: space-between; margin-top: 22px; min-height: 53px; padding: 0 16px; text-transform: uppercase; width: 100%; }
.checkout-submit:hover:not(:disabled) { background: var(--blue); border-color: var(--blue); }
.checkout-submit:disabled { cursor: not-allowed; opacity: 0.5; }
.checkout-message { color: #a01c16; font-size: 10px; line-height: 1.5; margin: 11px 0 0; min-height: 1.5em; }
.order-fallback { border-top: 1px solid var(--ink); font-size: 10px; line-height: 1.6; margin: 22px 0 0; padding-top: 16px; }
.product-story { border-bottom: 2px solid var(--ink); padding: 100px clamp(30px, 8vw, 130px); }
.product-story .kicker { color: var(--red); }
.product-story h2 span { color: var(--green); }
.product-story > p:last-child { color: var(--muted); font-size: 12px; line-height: 1.8; margin: 30px 0 0; max-width: 700px; }
.product-story-blue { background: var(--blue); color: #fff; }
.product-story-blue .kicker, .product-story-blue > p:last-child { color: #fff; }
.related-product { border-bottom: 2px solid var(--ink); display: grid; grid-template-columns: 0.72fr 1.28fr; }
.related-product > div { align-self: center; padding: clamp(46px, 7vw, 100px); }
.related-product > div > p:not(.kicker) { color: var(--muted); font-size: 11px; line-height: 1.7; margin: 22px 0 0; max-width: 460px; }
.related-product .checkout-button { width: auto; }
.related-product > a { border-left: 2px solid var(--ink); display: block; min-width: 0; overflow: hidden; }
.related-product img { display: block; height: 100%; object-fit: cover; width: 100%; }

.site-footer { background: var(--ink); color: #fff; display: grid; gap: 38px; grid-template-columns: 1fr auto; padding: 58px clamp(24px, 5vw, 76px) 28px; }
.wordmark-footer { background: var(--paper); box-shadow: 3px 3px 0 rgba(255, 255, 255, 0.28); padding: 10px 14px; transform: rotate(-1.2deg); }
.wordmark-footer .wordmark-logo { height: 38px; }
.footer-lockup > p { color: rgba(255,255,255,.62); font-size: 11px; margin: 16px 0 0; }
.site-footer nav { display: flex; gap: 28px; }
.footer-credit { color: rgba(255,255,255,.78); font-size: 10px; grid-column: 1 / -1; line-height: 1.6; margin: 0; }
.footer-credit strong { color: #fff; }
.footer-legal { border-top: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.55); font-size: 9px; grid-column: 1 / -1; line-height: 1.6; margin: 12px 0 0; padding-top: 18px; }
.footer-meta { color: rgba(255,255,255,.55); font-size: 9px; grid-column: 1 / -1; margin: 0; }

@media (max-width: 1240px) {
  .sticker-catalog { grid-template-columns: minmax(260px, 0.7fr) minmax(520px, 1.5fr); }
  .sticker-intro { grid-row: 1 / 3; }
  .sticker-product-peak, .sticker-product-topper { grid-column: 2; }
  .sticker-product-peak { grid-template-columns: minmax(300px, 1fr) minmax(270px, 0.75fr); }
  .sticker-product-topper { grid-template-columns: minmax(240px, 0.85fr) minmax(280px, 1.15fr); }
  .sticker-values { display: none; }
  .site-nav { gap: 26px; }
  .product-page { grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr); }
}

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 78px; }
  .site-nav { background: var(--paper); border-bottom: 2px solid var(--ink); display: none; flex-direction: column; gap: 0; left: 0; padding: 8px 24px 22px; position: absolute; right: 0; top: 100%; }
  .site-nav.is-open { display: flex; }
  .site-nav a { border-top: 1px solid var(--line); font-size: 13px; padding: 16px 2px; }
  .header-cta { display: none; }
  .menu-button { display: block; }
  .sticker-catalog { grid-template-columns: 1fr; padding-top: 34px; }
  .sticker-intro, .sticker-product-peak, .sticker-product-topper { grid-column: 1; grid-row: auto; }
  .sticker-intro { display: grid; gap: 25px; grid-template-columns: 1fr 0.7fr; padding: 10px 12px 26px; }
  .sticker-intro .sticker-label { grid-column: 1 / -1; justify-self: start; margin-bottom: 0; }
  .sticker-intro h1 { align-self: center; }
  .sticker-lede { align-self: end; margin: 0; }
  .sale-stamp { grid-column: 1; margin: 0; }
  .maker-notes { align-self: center; grid-column: 2; grid-row: 3; margin: 0; }
  .sticker-product-peak { grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr); }
  .sticker-product-topper { grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr); }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 48px 18px 68px; }
  .hero-board { margin: 0 18px 30px; }
  .section-intro { align-items: start; grid-template-columns: 1fr; }
  .section-intro .kicker { grid-column: auto; }
  .product-card { grid-template-columns: 1fr; }
  .product-gallery { padding-right: 12px; }
  .product-page { grid-template-columns: 1fr; }
  .product-page-gallery { padding-right: 10px; }
  .product-page-details { padding-left: 10px; position: static; }
  .why, .faq { gap: 60px; grid-template-columns: 1fr; }
  .related-product { grid-template-columns: 1fr; }
  .related-product > a { border-left: 0; border-top: 2px solid var(--ink); }
}

@media (max-width: 640px) {
  .utility-bar { font-size: 8px; gap: 7px; min-height: 34px; padding-inline: 10px; }
  .site-header { padding-inline: 18px; }
  .wordmark-logo { height: 37px; }
  .sticker-catalog { gap: 54px; padding: 28px 18px 50px; }
  .sticker-intro { display: block; padding: 8px 4px 0; }
  .sticker-label { font-size: 10px; margin-bottom: 28px; }
  .sticker-intro h1 { font-size: clamp(54px, 14.5vw, 68px); letter-spacing: -0.085em; }
  .sticker-lede { margin: 24px 0 0; }
  .sale-stamp { margin: 28px 0 0; }
  .maker-notes { margin: 34px 0 0; }
  .sticker-product-peak, .sticker-product-topper { display: block; }
  .sticker-photo { margin: 0 4px 34px; }
  .sticker-photo-topper img { aspect-ratio: 1 / 1; }
  .sticker-product-copy { padding: 0 4px; }
  .sticker-product-copy h2, .sticker-product-topper .sticker-product-copy h2 { font-size: clamp(39px, 13vw, 55px); }
  .colour-list { gap: 6px; }
  .colour-chip { flex: 1 1 58px; }
  .hero { min-height: 0; padding: 28px 18px 42px; }
  .hero-copy { padding: 36px 4px 62px; }
  .hero h1 { font-size: clamp(54px, 14.5vw, 68px); }
  .hero-board { margin: 0 4px; padding: 9px; }
  .home-hero-caption { align-items: flex-start; flex-direction: column; }
  .marquee { justify-content: flex-start; }
  .shop { padding: 78px 18px 84px; }
  .section-intro h2, .why h2, .ordering h2, .delivery h2, .faq h2, .product-story h2, .related-product h2 { font-size: 48px; }
  .product-card { padding-block: 24px; }
  .product-gallery { gap: 9px; grid-template-columns: 1fr 1fr; padding: 8px 8px 32px; }
  .product-photo-main { grid-column: 1 / -1; grid-row: auto; }
  .product-details { padding: 28px 8px 42px; }
  .product-details h3 { font-size: 46px; }
  .product-actions .checkout-button { width: 100%; }
  .why, .faq { padding: 80px 24px; }
  .ordering { padding: 80px 18px; }
  .order-steps li { gap: 14px; grid-template-columns: 34px 1fr; }
  .delivery-panel { min-height: 320px; padding: 58px 24px; }
  .breadcrumbs { overflow: hidden; white-space: nowrap; }
  .product-page { padding: 20px 14px 40px; }
  .product-page-gallery { gap: 9px; padding: 8px 8px 38px; }
  .product-page-photo { padding: 6px; }
  .product-page-details { padding: 22px 6px 16px; }
  .product-page-details h1 { font-size: 52px; }
  .colour-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-story { padding: 80px 24px; }
  .related-product > div { padding: 68px 24px; }
  .site-footer { grid-template-columns: 1fr; padding: 52px 24px 26px; }
  .site-footer nav { flex-wrap: wrap; }
  .footer-credit, .footer-legal, .footer-meta { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
