/* CPM 3D — Homepage v2 "Pop" styles (sticker system) */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-text);
  background: var(--bg);
  color: var(--text);
  font-size: 15.5px;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 40px; }

/* ===== Shared primitives ===== */
.eyebrow {
  display: inline-flex; align-self: center; font-size: 12.5px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ink); background: var(--mint);
  border: 2px solid var(--ink); box-shadow: 3px 3px 0 var(--ink);
  border-radius: var(--radius-pill); padding: 6px 16px; white-space: nowrap;
}
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; color: var(--ink); }
.h2 { font-size: 62px; line-height: 1.06; }
.h2 .pop-w { text-shadow: 3px 3px 0 rgba(27, 42, 74, 0.18); }
.h2 .c-teal, .h2 .c-yellow, .h2 .c-red, .h2 .c-mint, .h2 .c-orange { text-shadow: 2.5px 2.5px 0 var(--ink); }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 52px; display: flex; flex-direction: column; gap: 18px; align-items: center; }
.section-head p { color: var(--text-soft); font-size: 16px; font-weight: 500; }

.btn {
  font-family: var(--font-display); font-weight: 400; font-size: 18px; letter-spacing: 0.04em;
  border: var(--ow) solid var(--ink); border-radius: var(--radius-pill); padding: 15px 32px;
  color: var(--ink); box-shadow: 4px 4px 0 var(--ink);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  display: inline-flex; align-items: center; gap: 10px;
}
.btn:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.btn-yellow { background: var(--yellow); }
.btn-teal { background: var(--teal); color: #FFFFFF; }
.btn-white { background: var(--paper); }
.stars { color: var(--yellow); display: inline-flex; gap: 1.5px; filter: drop-shadow(1px 1px 0 var(--ink)); }

/* ===== Waves ===== */
.wave { display: block; width: 100%; height: 92px; margin-bottom: -1px; }
.wave svg { display: block; width: 100%; height: 100%; }
[data-waves="off"] .wave { display: none; }

/* ===== Utility bar ===== */
.utilbar { background: var(--ink); color: var(--cream); font-size: 13px; font-weight: 500; }
.utilbar .container { display: flex; justify-content: space-between; align-items: center; height: 42px; }
.utilbar a { display: inline-flex; align-items: center; gap: 6px; opacity: 0.9; }
.utilbar a:hover { opacity: 1; color: var(--yellow); }
.utilbar .promo { white-space: nowrap; }
.utilbar .links { display: flex; gap: 26px; }
.utilbar .promo b { color: var(--yellow); font-weight: 700; }
.utilbar .promo a { text-decoration: underline; text-underline-offset: 3px; color: var(--mint); margin-left: 6px; }
.utilbar .shipping-message { display: inline-flex; align-items: center; gap: 5px; vertical-align: middle; }
.utilbar .shipping-icon { color: var(--mint); display: inline-flex; transform: translateY(1px); }

/* ===== Header ===== */
.site-header { background: var(--paper); position: sticky; top: 0; z-index: 50; }
.header-wave { position: absolute; left: 0; right: 0; top: 100%; height: 28px; pointer-events: none; }
.header-wave svg { display: block; width: 100%; height: 100%; }
[data-waves="off"] .header-wave { display: none; }
[data-waves="off"] .site-header { border-bottom: var(--ow) solid var(--ink); }
.site-header .container { display: flex; align-items: center; gap: 26px; height: 96px; }
.header-logo img { height: 84px; width: auto; mix-blend-mode: multiply; }
.site-header nav { display: flex; gap: 22px; font-weight: 600; font-size: 14.5px; }
.site-header nav a { position: relative; padding: 6px 0; color: var(--ink); white-space: nowrap; }
.site-header nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 5px;
  border-radius: 4px; background: var(--teal); border: 0; transition: right 0.2s ease;
}
.site-header nav a:nth-child(2)::after { background: var(--yellow); }
.site-header nav a:nth-child(3)::after { background: var(--red); }
.site-header nav a:nth-child(4)::after { background: var(--mint); }
.site-header nav a:nth-child(5)::after { background: var(--orange); }
.site-header nav a:hover::after, .site-header nav a.active::after { right: 0; }
.header-spacer { flex: 1; }
.search-pill {
  display: flex; align-items: center; gap: 10px; background: var(--cream);
  border: 2px solid var(--ink); border-radius: var(--radius-pill);
  padding: 9px 16px; width: 210px; color: var(--ink);
}
.search-pill input { border: none; background: transparent; outline: none; font-family: inherit; font-size: 14px; font-weight: 500; width: 100%; color: var(--ink); }
.search-pill input::placeholder { color: var(--text-soft); }
.header-actions { display: flex; align-items: center; gap: 20px; color: var(--ink); }
.header-actions a { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 600; }
.header-actions a:hover { color: var(--teal); }
.cart-bubble {
  background: var(--red); color: #FFFFFF; font-size: 11px; font-weight: 700;
  border: 2px solid var(--ink); border-radius: 999px; padding: 1px 7px; margin-left: -4px;
}

/* ===== Hero ===== */
.hero { position: relative; min-height: 640px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--ink); }
.hero-bg {
  position: absolute; inset: 0;
  background: var(--ink);
}
.hero-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(27, 42, 74, 0.62) 0%, rgba(27, 42, 74, 0.34) 44%, rgba(19, 31, 56, 0.86) 100%),
    radial-gradient(125% 95% at 50% 30%, rgba(19, 31, 56, 0.04) 0%, rgba(19, 31, 56, 0.5) 100%);
}
.hero-graphics {
  position: absolute; inset: 0; pointer-events: none;
}
.hero-content { position: relative; z-index: 2; text-align: center; color: var(--cream); display: flex; flex-direction: column; align-items: center; gap: 24px; padding: 80px 24px 150px; }
.hero-content .kicker {
  font-size: 13px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink); background: var(--yellow); border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.4); border-radius: 999px; padding: 7px 18px; white-space: nowrap;
}
.hero-content h1 { font-size: 86px; line-height: 1.02; color: var(--cream); max-width: 900px; text-wrap: balance; }
.hero-content h1 .c-teal, .hero-content h1 .c-yellow, .hero-content h1 .c-red, .hero-content h1 .c-mint { text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.45); }
.hero-content .sub { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: center; }
.hero-content .sub span {
  font-size: 13.5px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase;
  background: rgba(250, 245, 234, 0.12); border: 2px solid rgba(250, 245, 234, 0.55);
  color: var(--cream); border-radius: 999px; padding: 7px 16px;
}
.hero-wave { position: absolute; left: 0; right: 0; bottom: -1px; z-index: 3; }
.hero-wave svg { display: block; width: 100%; height: 112px; }
[data-waves="off"] .hero-wave { display: none; }

/* ===== Custom projects teaser ===== */
.custom-teaser {
  position: relative;
  padding: 76px 0 78px;
  background: linear-gradient(180deg, var(--bg) 0%, #FFF8E9 100%);
}
.custom-teaser-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 52px;
  align-items: center;
}
.custom-teaser-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.custom-teaser-copy h2 {
  font-size: 58px;
  line-height: 1.05;
}
.custom-teaser-copy h2 .c-teal {
  text-shadow: 2.5px 2.5px 0 var(--ink);
}
.custom-teaser-copy p {
  max-width: 620px;
  color: var(--text-soft);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.66;
}
.custom-teaser-card {
  position: relative;
  background: var(--paper);
  border: var(--ow) solid var(--ink);
  border-radius: var(--radius-lg);
  box-shadow: 7px 7px 0 var(--ink);
  padding: 34px;
  transform: rotate(1.5deg);
}
.custom-teaser-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 2px dashed rgba(27, 42, 74, 0.22);
  border-radius: calc(var(--radius-lg) - 10px);
  pointer-events: none;
}
.custom-card-kicker {
  display: inline-flex;
  margin-bottom: 22px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
}
.custom-teaser-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  list-style: none;
}
.custom-teaser-card li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: var(--bg);
  border: 2.5px solid var(--ink);
  border-radius: 16px;
  color: var(--ink);
  font-weight: 800;
  box-shadow: 3px 3px 0 rgba(27, 42, 74, 0.18);
}
.custom-teaser-card li span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--ink);
  background: var(--mint);
  border: 2px solid var(--ink);
  border-radius: 50%;
}
.custom-teaser-card li span > svg {
  display: block;
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  overflow: visible;
}
.custom-teaser-card li:nth-child(2) span { background: var(--yellow); }
.custom-teaser-card li:nth-child(3) span { background: var(--teal); color: #FFFFFF; }
.custom-teaser-card li:nth-child(4) span { background: var(--red); color: #FFFFFF; }

/* ===== Custom projects page ===== */
.custom-projects-page {
  padding: 72px 0 110px;
}
.custom-projects-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 52px;
  align-items: start;
}
.custom-projects-copy {
  position: sticky;
  top: 140px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.custom-projects-copy h2 {
  font-size: 48px;
  line-height: 1.08;
}
.custom-projects-copy p {
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.72;
  font-weight: 600;
}
.custom-projects-copy .custom-mini-list {
  display: grid;
  gap: 11px;
  width: 100%;
  margin-top: 8px;
}
.custom-mini-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 800;
}
.custom-mini-list i {
  width: 13px;
  height: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 2px 2px 0 var(--ink);
  flex-shrink: 0;
}
.custom-mini-list i > svg {
  display: block;
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  overflow: visible;
}
.custom-mini-list span:nth-child(2) i { background: var(--yellow); }
.custom-mini-list span:nth-child(3) i { background: var(--red); }
.custom-quote-card {
  background: var(--paper);
  border: var(--ow) solid var(--ink);
  border-radius: var(--radius-lg);
  box-shadow: 7px 7px 0 var(--ink);
  padding: 36px;
}
.custom-quote-card h2 {
  font-size: 34px;
  margin-bottom: 8px;
}
.custom-quote-card > p {
  margin-bottom: 24px;
  color: var(--text-soft);
  font-size: 15px;
  font-weight: 600;
}
.custom-quote-form {
  display: grid;
  gap: 18px;
}
.custom-quote-form .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.custom-quote-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.custom-quote-form input,
.custom-quote-form textarea {
  width: 100%;
  min-width: 0;
  color: var(--ink);
  background: var(--bg);
  border: 2.5px solid var(--ink);
  border-radius: 15px;
  padding: 13px 15px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  outline: none;
}
.custom-quote-form textarea {
  min-height: 150px;
  resize: vertical;
}
.custom-quote-form input:focus,
.custom-quote-form textarea:focus {
  background: var(--paper);
  box-shadow: 3px 3px 0 var(--teal);
}
.custom-quote-form input[type="file"] {
  padding: 11px;
  background: var(--cream);
}
.custom-quote-form .file-help {
  margin-top: -6px;
  color: var(--text-soft);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}
.custom-quote-form .hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.custom-form-status {
  min-height: 22px;
  color: var(--text-soft);
  font-size: 13.5px;
  font-weight: 800;
}
.custom-form-status.is-error { color: var(--red); }
.custom-form-status.is-success { color: var(--teal); }
.custom-quote-form .btn {
  width: fit-content;
  border: var(--ow) solid var(--ink);
}
.custom-quote-form.is-loading .btn {
  opacity: 0.72;
  pointer-events: none;
}
.custom-inspiration {
  margin-top: 86px;
}
.custom-inspiration .section-head {
  max-width: 720px;
  margin: 0 auto 34px;
}
.custom-inspiration .section-head p {
  max-width: 680px;
  margin: 0 auto;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 700;
}
.inspiration-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.inspiration-card {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
  border: var(--ow) solid var(--ink);
  border-radius: var(--radius);
  box-shadow: 6px 6px 0 var(--ink);
}
.inspiration-media {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: var(--ow) solid var(--ink);
}
.inspiration-card div {
  display: grid;
  gap: 8px;
  padding: 20px 20px 22px;
}
.inspiration-card span {
  width: fit-content;
  padding: 6px 12px;
  color: var(--ink);
  background: var(--mint);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 2px 2px 0 var(--ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.inspiration-card:nth-child(2n) span { background: var(--yellow); }
.inspiration-card:nth-child(3n) span { background: var(--teal); color: #FFFFFF; }
.inspiration-card h3 {
  font-size: 24px;
  line-height: 1.08;
}
.inspiration-card p {
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.52;
  font-weight: 700;
}

/* ===== Categories ===== */
.categories { padding: 88px 0 76px; }
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; margin-top: 8px; }
.cat-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 18px; }
.cat-circle {
  width: 150px; height: 150px; border-radius: 50%;
  border: var(--ow) solid var(--ink); box-shadow: 5px 5px 0 var(--ink);
  display: flex; align-items: center; justify-content: center; color: var(--ink);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cat-circle > svg {
  display: block;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  overflow: visible;
}
.cat-item:nth-child(1) .cat-circle { background: var(--teal); }
.cat-item:nth-child(2) .cat-circle { background: var(--yellow); }
.cat-item:nth-child(3) .cat-circle { background: var(--red); }
.cat-item:nth-child(4) .cat-circle { background: var(--mint); }
.cat-item:hover .cat-circle { transform: translate(-3px, -3px) rotate(-4deg); box-shadow: 8px 8px 0 var(--ink); }
.cat-item h3 { font-size: 23px; }
.cat-item p { font-size: 14px; color: var(--text-soft); max-width: 230px; line-height: 1.55; font-weight: 500; }

/* ===== Ticker ===== */
.ticker { background: var(--yellow); border-top: var(--ow) solid var(--ink); border-bottom: var(--ow) solid var(--ink); color: var(--ink); overflow: hidden; padding: 13px 0; }
.ticker-inner { display: flex; width: max-content; animation: tickerScroll 30s linear infinite; }
.ticker:hover .ticker-inner { animation-play-state: paused; }
.ticker-item { display: inline-flex; align-items: center; gap: 14px; padding: 0 26px; font-size: 14px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
.ticker-item .gem { color: var(--red); display: inline-flex; }
@keyframes tickerScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-inner { animation: none; } }

/* ===== About ===== */
.about { padding: 96px 0 110px; }
.about-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 64px; align-items: start; }
.about-left h2 { font-size: 56px; line-height: 1.06; margin: 20px 0 36px; }
.about-collage { position: relative; padding-bottom: 30px; }
.about-collage .ph-main { height: 330px; border-radius: var(--radius-lg); border: var(--ow) solid var(--ink); box-shadow: 6px 6px 0 var(--ink); }
.about-collage .seal-float {
  position: absolute; top: -48px; right: -14px; transform: rotate(7deg);
  background: #FFFFFF; border: var(--ow) solid var(--ink); border-radius: 24px;
  box-shadow: 5px 5px 0 var(--ink); padding: 10px;
}
.about-collage .seal-float img { width: 110px; display: block; }
.about-right { display: flex; flex-direction: column; gap: 26px; padding-top: 30px; }
.about-right .ph-tall { height: 380px; border-radius: var(--radius-lg); border: var(--ow) solid var(--ink); box-shadow: 6px 6px 0 var(--ink); }
.about-collage .ph-main img, .about-right .ph-tall img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-right p { color: var(--text-soft); font-size: 16px; line-height: 1.7; font-weight: 500; }
.about-right .signoff { font-family: var(--font-display); color: var(--teal); font-size: 19px; text-shadow: 1.5px 1.5px 0 var(--ink); }

/* ===== Product band (tabs) ===== */
.band { position: relative; background: var(--band); color: var(--cream); }
.band-pattern {
  background-image:
    radial-gradient(ellipse at 50% -12%, rgba(43, 173, 199, 0.14) 0%, rgba(43, 173, 199, 0.04) 34%, transparent 62%),
    radial-gradient(ellipse at 50% 112%, rgba(255, 194, 44, 0.1) 0%, rgba(255, 194, 44, 0.035) 38%, transparent 64%);
  background-repeat: no-repeat;
  background-size: 100% 360px, 100% 360px;
}
.band-inner { padding-top: 30px; padding-bottom: 96px; }
.band h2 { color: var(--cream); text-align: center; }
.band .section-head p { color: rgba(250, 245, 234, 0.75); }
.tabs {
  display: flex; justify-content: center; gap: 6px; background: var(--paper);
  border: var(--ow) solid var(--ink); box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.4);
  border-radius: var(--radius-pill); padding: 6px; width: max-content; margin: 0 auto 38px;
}
.tab-btn {
  border: 2px solid transparent; background: transparent; color: var(--ink);
  font-size: 14.5px; font-weight: 700; padding: 11px 26px; border-radius: var(--radius-pill);
  transition: background 0.16s ease; white-space: nowrap;
}
.tab-btn:hover { background: var(--cream); }
.tab-btn.active { background: var(--yellow); border-color: var(--ink); box-shadow: 2px 2px 0 var(--ink); }
.tab-panel-card {
  background: var(--paper); border: var(--ow) solid var(--ink);
  border-radius: var(--radius-lg); box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.4);
  padding: 38px 42px; color: var(--text);
}
.product-rows { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px 36px; }
.prow { display: flex; align-items: center; gap: 16px; padding: 12px; border-radius: var(--radius-md); border: 2px solid transparent; transition: background 0.15s ease, border-color 0.15s ease; }
.prow:hover { background: var(--bg); border-color: var(--ink); }
.prow .ph { width: 74px; height: 74px; border-radius: var(--radius-sm); border: 2px solid var(--ink); flex-shrink: 0; }
.prow .ph img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; display: block; }
.prow .ph .ph-tag { display: none; }
.prow .ph .ph-ic { color: var(--ink); opacity: 0.55; }
.prow-info { display: flex; flex-direction: column; gap: 3px; }
.prow-info b { font-family: var(--font-display); font-weight: 400; font-size: 16.5px; color: var(--ink); }
.prow-price { font-size: 15px; font-weight: 700; }
.prow-price s { color: var(--text-soft); font-weight: 500; margin-right: 7px; }
.prow-price .now { color: var(--red); }
.collection-empty { grid-column: 1 / -1; padding: 24px; border: 2px dashed var(--ink); border-radius: var(--radius-md); text-align: center; color: var(--ink); font-weight: 800; background: rgba(255,255,255,0.32); }

/* ===== Timeline ===== */
.history { padding: 96px 0 104px; background: var(--cream); }
.history-top { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; margin-bottom: 66px; }
.history-top h2 { font-size: 56px; line-height: 1.06; margin-top: 20px; }
.history-top p { color: var(--text-soft); font-size: 16px; line-height: 1.7; font-weight: 500; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; position: relative; }
.timeline::before { content: ""; position: absolute; left: 8px; right: 16%; top: 88px; height: 0; border-top: 3px dashed rgba(27, 42, 74, 0.35); }
.t-item { position: relative; }
.t-item .year { font-family: var(--font-display); font-size: 56px; line-height: 1; }
.t-item:nth-child(1) .year { color: var(--teal); text-shadow: 2.5px 2.5px 0 var(--ink); }
.t-item:nth-child(2) .year { color: var(--yellow); text-shadow: 2.5px 2.5px 0 var(--ink); }
.t-item:nth-child(3) .year { color: var(--red); text-shadow: 2.5px 2.5px 0 var(--ink); }
.t-item:nth-child(4) .year { color: var(--mint); text-shadow: 2.5px 2.5px 0 var(--ink); }
.t-item .dot {
  width: 16px; height: 16px; border-radius: 50%; background: var(--paper);
  border: 3px solid var(--ink); box-shadow: 0 0 0 4px var(--cream);
  margin: 22px 0 22px 4px; position: relative; z-index: 1;
}
.t-item h3 { font-size: 21px; margin-bottom: 8px; }
.t-item p { font-size: 14px; color: var(--text-soft); line-height: 1.6; max-width: 230px; font-weight: 500; }

/* ===== Carousel ===== */
.everyone { padding: 96px 0 90px; }
.carousel-wrap { position: relative; }
.carousel { display: flex; gap: 28px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 10px 8px 26px; scrollbar-width: none; }
.carousel::-webkit-scrollbar { display: none; }
.pcard {
  scroll-snap-align: start; flex: 0 0 calc((100% - 84px) / 4); min-width: 240px;
  background: var(--paper); border: var(--ow) solid var(--ink); border-radius: var(--radius-md);
  box-shadow: 5px 5px 0 var(--ink); overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.pcard:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--ink); }
.pcard .ph { height: 215px; border-bottom: var(--ow) solid var(--ink); }
.pcard .ph img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pcard .ph .ph-ic { color: var(--ink); opacity: 0.5; }
.pcard-body { padding: 16px 20px 22px; display: flex; flex-direction: column; gap: 7px; align-items: flex-start; }
.pcard-cat {
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  border: 2px solid var(--ink); border-radius: 999px; padding: 3px 11px; color: var(--ink);
}
.pcard:nth-child(4n+1) .pcard-cat { background: var(--teal); color: #FFFFFF; }
.pcard:nth-child(4n+2) .pcard-cat { background: var(--yellow); }
.pcard:nth-child(4n+3) .pcard-cat { background: var(--red); color: #FFFFFF; }
.pcard:nth-child(4n+4) .pcard-cat { background: var(--mint); }
.pcard-name { font-family: var(--font-display); font-size: 19px; color: var(--ink); }
.pcard-price { font-size: 16px; font-weight: 700; }
.pcard-price s { color: var(--text-soft); font-weight: 500; margin-right: 8px; }
.pcard-price .now { color: var(--red); }
.car-nav {
  position: absolute; top: 38%; width: 54px; height: 54px; border-radius: 50%;
  background: var(--paper); color: var(--ink); border: var(--ow) solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  display: flex; align-items: center; justify-content: center; z-index: 4;
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.car-nav:hover { background: var(--yellow); transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.car-nav.prev { left: -26px; }
.car-nav.next { right: -26px; }
.car-dots { display: flex; justify-content: center; gap: 9px; margin-top: 6px; }
.car-dots .cdot { width: 13px; height: 13px; border-radius: 50%; background: var(--paper); border: 2.5px solid var(--ink); padding: 0; transition: width 0.2s ease, background 0.2s ease; }
.car-dots .cdot.active { width: 32px; border-radius: 8px; background: var(--yellow); }

/* ===== Countdown band ===== */
.countdown-wave { position: relative; z-index: 3; pointer-events: none; background: transparent; }
.countdown-wave-top { margin-bottom: -92px; margin-block-end: -92px; }
.countdown-wave-bottom { margin-top: -92px; margin-block-start: -92px; margin-bottom: 0; margin-block-end: 0; }
.wp-block-post-content > .countdown-wave-top { margin-block-end: -92px !important; }
.wp-block-post-content > .countdown-wave-bottom { margin-block-start: -92px !important; margin-block-end: 0 !important; }
.band-offer { position: relative; overflow: hidden; background: var(--orange); color: var(--ink); isolation: isolate; }
.cd-bg { position: absolute; inset: -8px 0; z-index: 0; }
.cd-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.cd-scrim {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(100deg, rgba(240, 146, 27, 0.18) 0%, rgba(246, 185, 43, 0.08) 42%, rgba(16, 29, 58, 0.34) 100%);
}
.band-offer .eyebrow { background: var(--paper); }
.countdown-inner { position: relative; z-index: 2; padding-top: 146px; padding-bottom: 196px; }
.countdown-grid { display: grid; grid-template-columns: 1.12fr 0.88fr; gap: 64px; align-items: center; }
.cd-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 0; }
.cd-copy .eyebrow { align-self: flex-start; }
.countdown-grid h2 { color: var(--ink); font-size: 46px; line-height: 1.06; margin: 16px 0 0; text-align: left; }
.countdown-grid h2 .c-paper { color: #FFFFFF; text-shadow: 3px 3px 0 var(--ink); }
.cd-sub { color: var(--ink); font-size: 16.5px; line-height: 1.55; font-weight: 500; max-width: 460px; margin: 18px 0 26px; opacity: 0.92; }
.cd-cta { display: flex; gap: 12px; width: 100%; max-width: 480px; flex-wrap: wrap; }
.cd-cta input {
  flex: 1 1 200px; min-width: 0;
  font-family: var(--font-text); font-size: 16px; font-weight: 500; color: var(--ink);
  background: var(--paper); border: var(--ow) solid var(--ink); border-radius: var(--radius-pill);
  box-shadow: 4px 4px 0 var(--ink); padding: 14px 22px;
}
.cd-cta input::placeholder { color: #97836A; }
.cd-cta input:focus { outline: none; box-shadow: 4px 4px 0 var(--ink), 0 0 0 3px rgba(255, 255, 255, 0.6); }
.btn-ink { background: var(--ink); color: var(--cream); }
.cd-cta .btn { padding: 14px 26px; white-space: nowrap; }
.cd-note { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.02em; color: var(--ink); opacity: 0.78; margin-top: 14px; }
.cd-success {
  display: flex; align-items: center; gap: 12px; width: 100%; max-width: 480px;
  background: var(--paper); border: var(--ow) solid var(--ink); border-radius: var(--radius-md);
  box-shadow: 5px 5px 0 var(--ink); padding: 16px 20px;
}
.cd-success b { font-family: var(--font-display); font-weight: 400; font-size: 19px; color: var(--ink); }
.cd-success span { font-size: 14px; font-weight: 500; color: var(--text-soft); }
.cd-success .cd-tick {
  flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%; background: var(--mint);
  border: 2.5px solid var(--ink); display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); color: var(--ink); font-size: 18px;
}
.cd-right {
  display: flex; flex-direction: column; gap: 16px; align-items: flex-start;
  background: rgba(255, 255, 255, 0.88); border: var(--ow) solid var(--ink);
  border-radius: var(--radius-lg); box-shadow: 6px 6px 0 rgba(27, 42, 74, 0.72);
  padding: 30px; backdrop-filter: blur(8px) saturate(1.06);
}
.cd-label { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 700; color: var(--ink); }
.cd-boxes { display: flex; gap: 14px; flex-wrap: wrap; }
.cd-box {
  background: var(--paper); border: var(--ow) solid var(--ink); box-shadow: 4px 4px 0 var(--ink);
  border-radius: var(--radius-md); padding: 16px 0 12px; text-align: center; width: 96px;
}
.cd-box b { display: block; font-family: var(--font-display); font-size: 40px; font-weight: 400; line-height: 1; color: var(--ink); }
.cd-box span { font-size: 10.5px; font-weight: 700; letter-spacing: 0.2em; color: var(--text-soft); text-transform: uppercase; }
.cd-link {
  margin-top: 6px; font-family: var(--font-display); font-weight: 400; font-size: 17px; color: var(--ink);
  display: inline-flex; align-items: center; gap: 8px; padding-bottom: 2px;
  border-bottom: 2.5px solid var(--ink); transition: gap 0.16s ease;
}
.cd-link:hover { gap: 13px; }

/* ===== Values ===== */
.values { padding: 88px 0 80px; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 44px; }
.v-item { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.v-icon {
  width: 90px; height: 90px; border-radius: 50%; color: var(--ink);
  border: var(--ow) solid var(--ink); box-shadow: 4px 4px 0 var(--ink);
  display: flex; align-items: center; justify-content: center;
}
.v-icon > svg {
  display: block;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  overflow: visible;
}
.v-item:nth-child(1) .v-icon { background: var(--mint); }
.v-item:nth-child(2) .v-icon { background: var(--yellow); }
.v-item:nth-child(3) .v-icon { background: var(--teal); }
.v-item:nth-child(4) .v-icon { background: var(--red); }
.v-item h3 { font-size: 21px; }
.v-item p { font-size: 14px; color: var(--text-soft); max-width: 230px; line-height: 1.6; font-weight: 500; }

/* ===== Blog ===== */
.blog { padding: 30px 0 110px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.bcard {
  display: flex; flex-direction: column; gap: 0; background: var(--paper);
  border: var(--ow) solid var(--ink); border-radius: var(--radius-md);
  box-shadow: 5px 5px 0 var(--ink); overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.bcard:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--ink); }
.bcard .ph {
  height: 235px;
  border-bottom: var(--ow) solid var(--ink);
  position: relative;
  border-radius: 0;
  background-image: var(--post-image);
  background-size: cover;
  background-position: center;
}
.bcard .ph::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16, 29, 58, 0) 52%, rgba(16, 29, 58, 0.18) 100%),
    radial-gradient(circle at 12% 18%, rgba(255, 247, 223, 0.2), transparent 34%);
  pointer-events: none;
}
.bcard .tag {
  position: absolute; left: 16px; bottom: 16px; z-index: 2;
  background: var(--yellow); color: var(--ink); font-size: 11px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 14px;
  border: 2px solid var(--ink); box-shadow: 2.5px 2.5px 0 var(--ink); border-radius: var(--radius-pill);
}
.bcard:nth-child(2) .tag { background: var(--mint); }
.bcard:nth-child(3) .tag { background: var(--teal); color: #FFFFFF; }
.bcard h3 { font-size: 22px; line-height: 1.25; padding: 18px 22px 6px; }
.bcard .bmeta { font-size: 12.5px; color: var(--text-soft); padding: 0 22px 22px; letter-spacing: 0.05em; text-transform: uppercase; font-weight: 700; }

/* ===== Footer ===== */
.footer { background: var(--ink); color: rgba(250, 245, 234, 0.85); }
.footer-main { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 56px; padding: 80px 0 56px; }
.footer h4 { font-family: var(--font-display); font-size: 18px; font-weight: 400; letter-spacing: 0.04em; color: var(--yellow); margin-bottom: 20px; }
.footer-toggle { display: none; }
.footer-panel { display: contents; }
.footer ul { list-style: none; display: flex; flex-direction: column; gap: 12px; font-size: 14.5px; font-weight: 500; }
.footer ul a:hover { color: var(--mint); }
.footer-logo-card {
  display: inline-block; background: #FFFFFF; border: var(--ow) solid var(--ink);
  border-radius: 20px; padding: 10px; box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.4);
}
.footer-logo-card img { width: 110px; display: block; }
.footer-brand p { font-size: 14px; line-height: 1.7; margin-top: 20px; max-width: 300px; font-weight: 500; }
.footer-contact { display: flex; flex-direction: column; gap: 16px; font-size: 14.5px; font-weight: 500; }
.footer-contact .ships-from { display: flex; align-items: center; gap: 13px; font-family: var(--font-display); font-size: 18px; line-height: 1.35; color: var(--cream); }
.footer-contact .ships-from svg { flex-shrink: 0; border-radius: 3px; box-shadow: 2.5px 2.5px 0 rgba(0, 0, 0, 0.4); }
.footer-bottom { border-top: 2px solid rgba(250, 245, 234, 0.18); padding: 22px 0; display: flex; justify-content: space-between; align-items: center; font-size: 13px; }
.pay-pills { display: flex; gap: 8px; }
.pay-pills span {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em;
  border: 2px solid rgba(250, 245, 234, 0.35); border-radius: 8px; padding: 4px 9px;
}

@media (max-width: 1080px) {
  .utilbar .links { display: none; }
  .cat-grid, .values-grid, .timeline { grid-template-columns: repeat(2, 1fr); }
  .product-rows { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .history-top, .countdown-grid, .blog-grid, .custom-teaser-grid, .custom-projects-grid { grid-template-columns: 1fr; }
  .custom-teaser-copy { align-items: center; text-align: center; }
  .custom-teaser-copy p { margin-left: auto; margin-right: auto; }
  .custom-teaser-card { max-width: 620px; margin: 0 auto; transform: none; }
  .custom-projects-copy {
    position: static;
    text-align: center;
    align-items: center;
  }
  .custom-mini-list {
    max-width: 420px;
  }
  .inspiration-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .hero-content h1 { font-size: 58px; }
  .timeline::before { display: none; }
  .pcard { flex-basis: calc((100% - 28px) / 2); }
}

.mobile-menu-toggle,
.mobile-menu-close,
.mobile-nav-head,
.mobile-nav-backdrop,
.mobile-nav-extra {
  display: none;
}

@media (max-width: 720px) {
  body.mobile-nav-open { overflow: hidden; }

  .utilbar { position: relative; z-index: 80; }
  .utilbar .container {
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 14px !important;
    justify-content: center !important;
  }
  .utilbar .promo {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11.5px;
    line-height: 1;
    text-align: center;
  }
  .utilbar .promo a { margin-left: 5px; }
  .utilbar .shipping-message { gap: 4px; }
  .utilbar .links { display: none !important; }

  .site-header {
    z-index: 90;
    overflow: visible;
  }
  .site-header .container {
    display: grid !important;
    grid-template-columns: 48px 1fr 68px !important;
    align-items: center !important;
    justify-content: initial !important;
    gap: 10px !important;
    height: 76px !important;
    min-height: 76px !important;
    padding: 7px 16px 8px !important;
    flex-wrap: nowrap !important;
    overflow: visible !important;
  }
  .header-wave { height: 20px !important; }

  .mobile-menu-toggle {
    grid-column: 1 !important;
    order: 0 !important;
    display: inline-flex !important;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    background: var(--cream);
    color: var(--ink);
    border: 2.5px solid var(--ink);
    border-radius: 14px;
    box-shadow: 3px 3px 0 var(--ink);
    padding: 0;
  }
  .mobile-menu-toggle span {
    display: block;
    width: 21px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
  }

  .header-logo {
    grid-column: 2 !important;
    order: 0 !important;
    flex: initial !important;
    display: flex !important;
    justify-content: center !important;
    min-width: 0;
  }
  .header-logo img {
    height: 74px !important;
    max-height: 74px !important;
    width: auto !important;
  }
  .header-spacer { display: none !important; }
  .site-header > .container > .search-pill { display: none !important; }

  .header-actions {
    grid-column: 3 !important;
    order: 0 !important;
    flex: initial !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 0 !important;
    flex-wrap: nowrap !important;
    max-width: none !important;
  }
  .header-actions a:not([href*="/cart/"]) { display: none !important; }
  .header-actions a[href*="/cart/"] {
    display: inline-flex !important;
    width: 62px;
    height: 46px;
    justify-content: center;
    gap: 3px;
    overflow: visible;
    color: var(--ink);
    font-size: 0 !important;
    background: var(--cream);
    border: 2.5px solid var(--ink);
    border-radius: 14px;
    box-shadow: 3px 3px 0 var(--ink);
    position: relative;
  }
  .header-actions a[href*="/cart/"] svg {
    width: 21px;
    height: 21px;
  }
  .cart-bubble {
    position: absolute;
    top: -7px;
    right: -6px;
    margin: 0;
    min-width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    font-size: 11px;
    line-height: 1;
    z-index: 3;
    pointer-events: none;
  }

  .site-header nav {
    position: fixed !important;
    inset: 0 auto 0 0 !important;
    z-index: 1001 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    width: min(86vw, 360px) !important;
    max-width: calc(100vw - 28px) !important;
    height: 100dvh !important;
    padding: 18px 18px 26px !important;
    overflow-y: auto !important;
    background: var(--paper) !important;
    border-right: var(--ow) solid var(--ink);
    box-shadow: 8px 0 0 rgba(27, 42, 74, 0.18);
    transform: translateX(-110%);
    transition: transform 0.22s ease;
    pointer-events: none;
  }
  body.mobile-nav-open .site-header nav {
    transform: translateX(0);
    pointer-events: auto;
  }
  .site-header nav .mobile-nav-head {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 16px;
    margin-bottom: 8px;
    border-bottom: 2px solid rgba(27, 42, 74, 0.14);
  }
  .site-header nav .mobile-nav-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }
  .site-header nav .mobile-nav-brand img {
    width: 58px;
    height: auto;
    mix-blend-mode: multiply;
    flex-shrink: 0;
  }
  .site-header nav .mobile-nav-title {
    font-family: var(--font-display);
    font-size: 22px;
    line-height: 1;
    color: var(--ink);
  }
  .mobile-menu-close {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border: 2.5px solid var(--ink);
    border-radius: 14px;
    background: var(--red);
    color: #FFFFFF;
    box-shadow: 3px 3px 0 var(--ink);
    font-family: var(--font-display);
    font-size: 24px;
    line-height: 1;
  }
  .site-header nav > a {
    display: flex !important;
    align-items: center;
    min-height: 52px;
    padding: 13px 8px !important;
    border-bottom: 2px solid rgba(27, 42, 74, 0.1);
    font-family: var(--font-display);
    font-size: 24px;
    line-height: 1;
    color: var(--ink);
    white-space: normal !important;
  }
  .site-header nav > a::after { display: none !important; }
  .site-header nav > a.active,
  .site-header nav > a[aria-current="page"],
  .site-header nav > a.current-menu-item {
    margin: 6px 0;
    padding: 12px 14px !important;
    border: 2.5px solid var(--ink);
    border-radius: 16px;
    background: var(--yellow);
    color: var(--ink);
    box-shadow: 3px 3px 0 var(--ink);
  }

  .site-header nav .mobile-nav-extra {
    display: flex !important;
    flex-direction: column;
    gap: 14px;
    margin-top: 20px;
  }
  .site-header nav .mobile-nav-extra .search-pill {
    display: flex !important;
    order: 0 !important;
    width: 100% !important;
    max-width: none !important;
    flex: initial !important;
  }
  .site-header nav .mobile-nav-links {
    display: grid;
    gap: 10px;
  }
  .site-header nav .mobile-nav-links a {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 46px;
    padding: 10px 14px;
    border: 2.5px solid var(--ink);
    border-radius: 14px;
    background: var(--cream);
    box-shadow: 3px 3px 0 var(--ink);
    font-weight: 700;
    font-size: 14px;
  }
  .site-header nav .mobile-nav-links a[aria-label="Wishlist"] {
    justify-content: center;
    font-size: 0;
  }

  .mobile-nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: block;
    opacity: 0;
    pointer-events: none;
    background: transparent;
    transition: none;
  }
  body.mobile-nav-open .mobile-nav-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .container { padding-left: 20px; padding-right: 20px; }

  .categories {
    padding: 54px 0 48px;
  }
  .custom-teaser {
    padding: 54px 0 56px;
    background: linear-gradient(180deg, var(--bg) 0%, #FFF8E9 100%);
  }
  .custom-teaser-grid {
    gap: 28px;
  }
  .custom-teaser-copy h2 {
    max-width: 360px;
    font-size: 42px;
  }
  .custom-teaser-copy p {
    max-width: 350px;
    font-size: 14.5px;
    line-height: 1.58;
  }
  .custom-teaser-card {
    width: min(100%, 360px);
    padding: 24px 18px 20px;
    box-shadow: 4px 4px 0 var(--ink);
  }
  .custom-teaser-card::before { inset: 10px; }
  .custom-card-kicker {
    margin-bottom: 16px;
    font-size: 10px;
  }
  .custom-teaser-card li {
    padding: 11px 12px;
    font-size: 13px;
    line-height: 1.2;
  }
  .custom-teaser-card li span {
    width: 30px;
    height: 30px;
  }
  .custom-projects-page {
    padding: 54px 0 76px;
  }
  .custom-projects-grid {
    gap: 30px;
  }
  .custom-projects-copy h2 {
    font-size: 38px;
  }
  .custom-projects-copy p {
    max-width: 360px;
    font-size: 14.5px;
    line-height: 1.6;
  }
  .custom-quote-card {
    width: min(100%, 380px);
    margin: 0 auto;
    padding: 24px 18px 22px;
    box-shadow: 4px 4px 0 var(--ink);
  }
  .custom-quote-card h2 {
    font-size: 28px;
    text-align: center;
  }
  .custom-quote-card > p {
    text-align: center;
  }
  .custom-quote-form .form-row {
    grid-template-columns: 1fr;
  }
  .custom-quote-form .btn {
    width: 100%;
    justify-content: center;
  }
  .custom-inspiration {
    margin-top: 58px;
  }
  .custom-inspiration .section-head {
    margin-bottom: 24px;
  }
  .custom-inspiration .section-head h2 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
  }
  .custom-inspiration .section-head p {
    max-width: 350px;
    font-size: 14.5px;
    line-height: 1.56;
  }
  .inspiration-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    width: min(100%, 380px);
    margin: 0 auto;
  }
  .inspiration-card {
    box-shadow: 4px 4px 0 var(--ink);
  }
  .inspiration-card div {
    padding: 16px 16px 18px;
  }
  .inspiration-card h3 {
    font-size: 22px;
  }
  .categories .section-head {
    margin-bottom: 28px;
  }
  .categories .cat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 14px !important;
    align-items: start;
  }
  .categories .cat-item {
    gap: 9px;
    min-width: 0;
  }
  .categories .cat-circle {
    width: 96px;
    height: 96px;
    border-width: 3px;
    box-shadow: 3px 3px 0 var(--ink);
  }
  .categories .cat-circle svg {
    width: 36px !important;
    height: 36px !important;
  }
  .categories .cat-item h3 {
    font-size: 17px;
    line-height: 1.05;
  }
  .categories .cat-item p {
    max-width: 142px;
    font-size: 11px;
    line-height: 1.35;
  }

  .about {
    padding: 68px 0 78px;
    text-align: center;
  }
  .about-grid {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 0 !important;
  }
  .about-left,
  .about-right {
    display: contents;
  }
  .about-left .eyebrow {
    order: 1;
    align-self: center;
  }
  .about-left h2 {
    order: 2;
    max-width: 360px;
    margin: 18px auto 18px;
    font-size: 43px;
    line-height: 1.08;
    text-align: center;
  }
  .about-right p {
    order: 3;
    max-width: 350px;
    margin: 0 auto 28px;
    font-size: 15px;
    line-height: 1.65;
    text-align: center;
  }
  .about-collage {
    order: 4;
    width: min(100%, 350px);
    margin: 0 auto 24px;
    padding-bottom: 0;
  }
  .about-collage .ph-main {
    height: 260px;
    box-shadow: 4px 4px 0 var(--ink);
  }
  .about-collage .seal-float {
    top: auto;
    right: -8px;
    bottom: -20px;
    border-radius: 18px;
    padding: 8px;
    transform: rotate(6deg);
    box-shadow: 4px 4px 0 var(--ink);
  }
  .about-collage .seal-float img {
    width: 78px;
  }
  .about-right .signoff {
    order: 5;
    margin: 8px auto 28px;
    text-align: center;
  }
  .about-right .ph-tall {
    order: 6;
    width: min(86%, 310px);
    height: 220px;
    margin: 0 auto;
    box-shadow: 4px 4px 0 var(--ink);
    transform: rotate(-2deg);
  }

  .band-inner {
    padding-top: 22px;
    padding-bottom: 72px;
  }
  .tabs {
    width: calc(100vw - 28px);
    max-width: 410px;
    gap: 4px;
    margin-bottom: 22px;
    padding: 5px;
  }
  .tab-btn {
    flex: 1 1 0;
    min-width: 0;
    padding: 10px 8px;
    font-size: 12.5px;
    line-height: 1;
  }
  .tab-panel-card {
    padding: 18px;
    border-radius: 24px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.4);
  }
  .product-rows {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }
  body.home .wp-site-blocks section#shop .tab-panel-card .product-rows,
  body .wp-site-blocks section#shop .tab-panel-card .product-rows {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .prow {
    min-width: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 10px;
    background: rgba(250, 245, 234, 0.72);
    border: 2px solid rgba(27, 42, 74, 0.18);
    border-radius: 18px;
  }
  .prow .ph {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.82;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
  }
  .prow .ph svg {
    width: 34px !important;
    height: 34px !important;
  }
  .prow-info {
    align-items: center;
    text-align: center;
    gap: 5px;
  }
  .prow-info b {
    font-size: 14.5px;
    line-height: 1.12;
  }
  .prow .stars {
    display: none;
  }
  .prow-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 6px;
    font-size: 13px;
    line-height: 1.1;
  }
  .prow-price s {
    margin-right: 0;
  }

  .history {
    padding: 68px 0 78px;
    text-align: center;
  }
  .history-top {
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
    gap: 18px !important;
    margin-bottom: 40px;
    text-align: center;
  }
  .history-top > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .history-top .eyebrow {
    align-self: center;
  }
  .history-top h2 {
    max-width: 360px;
    margin: 16px auto 0;
    font-size: 42px;
    line-height: 1.08;
    text-align: center;
  }
  .history-top p {
    max-width: 350px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.65;
    text-align: center;
  }
  .timeline,
  body .wp-site-blocks .history .timeline {
    grid-template-columns: 1fr !important;
    max-width: 350px;
    margin: 0 auto;
    gap: 16px !important;
  }
  .timeline::before {
    display: none !important;
  }
  .t-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 18px 18px;
    background: var(--paper);
    border: 3px solid var(--ink);
    border-radius: 22px;
    box-shadow: 4px 4px 0 var(--ink);
  }
  .t-item .year {
    font-size: 44px;
  }
  .t-item .dot {
    width: 14px;
    height: 14px;
    margin: 10px auto 12px;
    box-shadow: 0 0 0 4px var(--paper);
  }
  .t-item h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .t-item p {
    max-width: 280px;
    margin: 0 auto;
    font-size: 13.5px;
    line-height: 1.45;
  }

  .wp-block-post-content > .countdown-wave-top {
    margin-block-end: -56px !important;
  }
  .wp-block-post-content > .countdown-wave-bottom {
    margin-block-start: -56px !important;
  }
  .countdown-wave svg {
    height: 64px;
  }
  .band-offer {
    display: flex;
    flex-direction: column;
    background: var(--orange);
  }
  .band-offer .cd-bg {
    position: relative;
    inset: auto;
    z-index: 0;
    height: 225px;
    width: 100%;
    border-top: 4px solid var(--ink);
    border-bottom: 4px solid var(--ink);
    overflow: hidden;
  }
  .band-offer .cd-bg img {
    object-position: 68% center;
    filter: saturate(1.08) contrast(1.04);
  }
  .band-offer .cd-scrim {
    display: none;
  }
  .countdown-inner {
    width: 100%;
    padding-top: 34px;
    padding-bottom: 78px;
  }
  .countdown-grid {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 26px !important;
    text-align: center;
  }
  .cd-copy {
    align-items: center;
    width: 100%;
    max-width: 360px;
    text-align: center;
  }
  .cd-copy .eyebrow {
    align-self: center;
  }
  .countdown-grid h2 {
    max-width: 360px;
    margin: 16px auto 0;
    font-size: 38px;
    line-height: 1.08;
    text-align: center;
  }
  .countdown-grid h2 .c-paper {
    color: #FFFFFF;
    text-shadow: 2.5px 2.5px 0 var(--ink);
  }
  .cd-sub {
    max-width: 340px;
    margin: 18px auto 24px;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
  }
  .cd-cta {
    max-width: 340px;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin: 0 auto;
  }
  .cd-cta input,
  .cd-cta .btn {
    width: 100%;
    flex: 0 0 auto;
    min-height: 58px;
    justify-content: center;
    text-align: center;
  }
  .cd-cta input {
    padding: 14px 22px;
  }
  .cd-note {
    max-width: 300px;
    margin: 16px auto 0;
    text-align: center;
    line-height: 1.45;
  }
  .cd-right {
    width: min(100%, 350px);
    align-items: center;
    text-align: center;
    padding: 22px 18px;
    border-radius: 22px;
  }
  .cd-boxes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 12px;
  }
  .cd-box {
    width: auto;
    padding: 14px 0 11px;
  }
  .cd-box b {
    font-size: 34px;
  }
  .cd-link {
    justify-content: center;
    text-align: center;
  }

  .values {
    padding: 54px 0 58px;
  }
  .values-grid,
  body .wp-site-blocks .values .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px 12px !important;
  }
  .v-item {
    min-width: 0;
    gap: 10px;
    padding: 16px 10px 14px;
    background: var(--paper);
    border: 3px solid var(--ink);
    border-radius: 20px;
    box-shadow: 4px 4px 0 var(--ink);
  }
  .v-icon {
    width: 66px;
    height: 66px;
    border-width: 3px;
    box-shadow: 3px 3px 0 var(--ink);
  }
  .v-icon svg {
    width: 28px !important;
    height: 28px !important;
  }
  .v-item h3 {
    font-size: 15.5px;
    line-height: 1.08;
  }
  .v-item p {
    max-width: 130px;
    font-size: 11px;
    line-height: 1.35;
  }

  .footer-main {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 58px 0 34px;
    text-align: center;
  }
  .footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px;
  }
  .footer-logo-card {
    margin: 0 auto;
  }
  .footer-logo-card img {
    width: 116px;
  }
  .footer-brand p {
    max-width: 330px;
    margin: 18px auto 0;
    text-align: center;
  }
  .footer-accordion {
    width: min(100%, 360px);
    margin: 0 auto;
    background: rgba(250, 245, 234, 0.06);
    border: 2.5px solid rgba(250, 245, 234, 0.24);
    border-radius: 18px;
    overflow: hidden;
  }
  .footer-accordion > h4 {
    display: none;
  }
  .footer-toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 15px 18px;
    color: var(--yellow);
    background: transparent;
    border: 0;
    font-family: var(--font-display);
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .footer-toggle-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    color: var(--ink);
    background: var(--mint);
    border: 2px solid var(--cream);
    border-radius: 999px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.32);
  }
  .footer-accordion .footer-panel {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.22s ease, opacity 0.16s ease;
  }
  .footer-accordion.is-open .footer-panel {
    max-height: 620px;
    opacity: 1;
  }
  .footer-accordion .footer-panel ul {
    align-items: center;
    gap: 11px;
    padding: 0 18px 18px;
    font-size: 14px;
    text-align: center;
  }
  .footer-accordion .footer-panel > span {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0 18px 16px;
  }
  .footer-contact {
    gap: 0;
    font-size: 14px;
  }
  .footer-contact .ships-from {
    flex-direction: column;
    gap: 8px;
    font-size: 16px;
  }
  .footer-bottom {
    width: min(100%, 360px);
    margin: 4px auto 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 20px 18px 22px;
    background: rgba(250, 245, 234, 0.06);
    border: 2.5px solid rgba(250, 245, 234, 0.24);
    border-radius: 18px;
    text-align: center;
    line-height: 1.5;
  }
  body .wp-site-blocks .footer .footer-bottom {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    text-align: center !important;
  }
  .footer-bottom > span:first-child {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    font-size: 12.5px;
  }
  .footer-bottom > span:first-child a {
    display: inline-block;
    margin-top: 2px;
  }
  .pay-pills {
    justify-content: center;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 260px);
    gap: 8px;
  }
  .pay-pills span {
    text-align: center;
    padding: 7px 8px;
  }
}

@media (max-width: 374px) {
  .categories .cat-grid { gap: 14px 8px !important; }
  .categories .cat-circle { width: 76px; height: 76px; }
  .categories .cat-circle svg { width: 30px !important; height: 30px !important; }
  .categories .cat-item h3 { font-size: 14px; }
  .categories .cat-item p { display: none; }
  .tab-btn { font-size: 11.5px; padding-left: 5px; padding-right: 5px; }
  .tab-panel-card { padding: 14px; }
  .product-rows { gap: 10px !important; }
  .prow { padding: 8px; }
  .prow-info b { font-size: 13px; }
  .prow-price { font-size: 12px; }
  .history-top h2 { font-size: 36px; }
  .history-top p { font-size: 14px; }
  .t-item .year { font-size: 40px; }
  .band-offer .cd-bg { height: 196px; }
  .countdown-grid h2 { font-size: 33px; }
  .cd-sub { font-size: 14px; }
  .cd-box b { font-size: 30px; }
  .values-grid,
  body .wp-site-blocks .values .values-grid { gap: 12px 10px !important; }
  .v-item { padding: 14px 8px 12px; }
  .v-icon { width: 58px; height: 58px; }
  .v-icon svg { width: 24px !important; height: 24px !important; }
  .v-item h3 { font-size: 13.5px; }
  .v-item p { font-size: 10px; line-height: 1.3; }
  .footer-bottom { padding-left: 14px; padding-right: 14px; }
  .pay-pills { width: min(100%, 230px); }
  .pay-pills span { font-size: 9px; padding-left: 5px; padding-right: 5px; }
}

@media (max-width: 720px) {
  body .site-header .container > nav {
    position: fixed !important;
    inset: 0 auto 0 0 !important;
    z-index: 1001 !important;
    display: flex !important;
    grid-template-columns: none !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    order: initial !important;
    flex: none !important;
    width: min(86vw, 360px) !important;
    max-width: calc(100vw - 28px) !important;
    height: 100dvh !important;
    padding: 18px 18px 26px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    border-right: var(--ow) solid var(--ink);
    border-left: 0 !important;
    box-shadow: 8px 0 0 rgba(27, 42, 74, 0.18);
    transform: translateX(-110%);
  }
  body.mobile-nav-open .site-header .container > nav {
    transform: translateX(0) !important;
    pointer-events: auto !important;
  }
}
