@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&family=Barlow+Condensed:wght@600;700;800;900&display=swap");

:root {
  --blue: #2a4abf;
  --blue-deep: #0528a4;
  --orange: #e75406;
  --orange-hot: #ff6a00;
  --black: #050505;
  --ink: #111318;
  --muted: #5f6672;
  --line: #d7dcec;
  --paper: #ffffff;
  --soft: #f4f6fb;
  --ice: #eef3ff;
  --radius: 8px;
  --max: 1280px;
  --shadow: 0 22px 60px rgba(5, 5, 5, 0.18);
}

/* Live rebuilt homepage: no poster image, no photo slices. */
.live-home {
  background: var(--paper);
}

.live-home .site-header {
  background: var(--black);
}

.wordmark {
  background: var(--black);
  border: 1px solid var(--blue);
  color: var(--paper);
  display: grid;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  line-height: 0.86;
  padding: 9px 12px 10px;
  text-transform: uppercase;
}

.wordmark span {
  color: var(--paper);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.wordmark strong {
  color: var(--blue);
  font-size: 2.28rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-shadow: 0 1.08em 0 var(--orange);
}

.wordmark em {
  color: var(--paper);
  font-size: 0.94rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin-top: 4px;
}

.live-home .brand.wordmark {
  align-self: stretch;
  justify-content: center;
  min-height: 78px;
  width: 150px;
}

.mock-hero {
  background:
    linear-gradient(122deg, var(--blue-deep) 0%, var(--blue) 54.5%, transparent 54.7%),
    var(--paper);
  color: var(--paper);
  display: grid;
  grid-template-columns: minmax(410px, 0.82fr) minmax(560px, 1.18fr);
  min-height: 590px;
  overflow: hidden;
  position: relative;
}

.mock-hero::before,
.mock-hero::after,
.featured-code-band::before,
.local-code-story::before {
  border: 1px solid rgba(255, 255, 255, 0.36);
  content: "";
  pointer-events: none;
  position: absolute;
  transform: skewX(-34deg);
}

.mock-hero::before {
  height: 360px;
  left: 30%;
  top: -32px;
  width: 360px;
}

.mock-hero::after {
  border-color: rgba(231, 84, 6, 0.8);
  bottom: 40px;
  height: 160px;
  right: 36px;
  width: 260px;
}

.mock-hero-copy {
  align-self: center;
  justify-self: end;
  max-width: 590px;
  padding: 58px 34px 54px 22px;
  position: relative;
  z-index: 2;
}

.mock-hero h1 {
  color: var(--paper);
  font-size: clamp(4.7rem, 6vw, 7.1rem);
  max-width: 560px;
}

.mock-hero p {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.08rem, 1.42vw, 1.25rem);
  margin: 22px 0 24px;
}

.mock-hero-art {
  min-height: 590px;
  position: relative;
  z-index: 1;
}

.code-storefront {
  height: 100%;
  min-height: 520px;
  position: relative;
}

.hero-storefront {
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 0 30%);
}

.building-face {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px),
    #151a20;
  background-size: 74px 74px;
  bottom: 78px;
  left: 10%;
  position: absolute;
  right: 22%;
  top: 84px;
  z-index: 2;
}

.building-face::before {
  background: #11161d;
  content: "";
  height: 112px;
  left: 0;
  position: absolute;
  right: 0;
  top: -30px;
  transform: skewX(-18deg);
  transform-origin: left bottom;
}

.store-sign {
  color: var(--blue);
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(2.4rem, 3.2vw, 4rem);
  font-weight: 900;
  left: 43%;
  line-height: 0.8;
  position: absolute;
  text-transform: uppercase;
  top: 48px;
  transform: translateX(-50%);
  z-index: 4;
}

.store-sign span {
  color: var(--orange);
  display: block;
}

.store-sign small {
  color: var(--paper);
  display: block;
  font-size: 0.28em;
  letter-spacing: 0.16em;
  line-height: 1;
  margin-top: 8px;
  text-align: center;
}

.store-window {
  border: 2px solid rgba(255, 255, 255, 0.78);
  bottom: 42px;
  color: var(--paper);
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(2.2rem, 2.8vw, 3.4rem);
  font-weight: 900;
  left: 62px;
  line-height: 0.92;
  padding: 28px 26px 40px;
  position: absolute;
  text-transform: uppercase;
  width: 240px;
  z-index: 3;
}

.store-window small {
  bottom: 14px;
  display: block;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.25em;
  font-weight: 800;
  left: 26px;
  letter-spacing: 0.08em;
  position: absolute;
}

.store-door {
  background: linear-gradient(90deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
  border: 2px solid rgba(255,255,255,0.35);
  bottom: 42px;
  left: 340px;
  position: absolute;
  top: 142px;
  width: 165px;
  z-index: 3;
}

.store-door::before {
  background: rgba(255,255,255,0.22);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 2px;
}

.store-door span {
  border: 1px solid rgba(255,255,255,0.78);
  color: var(--paper);
  font-size: 0.86rem;
  font-weight: 900;
  left: 50%;
  padding: 7px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 42%;
  transform: translate(-50%, -50%);
}

.mural-wall {
  background:
    linear-gradient(126deg, transparent 0 24%, var(--blue) 24% 50%, transparent 50%),
    linear-gradient(45deg, transparent 0 44%, var(--orange) 44% 55%, transparent 55%),
    #f2f6ff;
  bottom: 78px;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%, 0 12%);
  position: absolute;
  right: 0;
  top: 84px;
  width: 30%;
  z-index: 1;
}

.mural-wall i {
  border: 2px solid var(--black);
  display: block;
  height: 72%;
  position: absolute;
  top: 16%;
  transform: skewX(-22deg);
  width: 42px;
}

.mural-wall i:nth-child(1) { left: 22%; }
.mural-wall i:nth-child(2) { left: 50%; top: 10%; }
.mural-wall i:nth-child(3) { left: 76%; top: 20%; }

.sidewalk {
  background: #d8dde6;
  bottom: 0;
  height: 78px;
  left: 10%;
  position: absolute;
  right: 22%;
  z-index: 2;
}

.home-categories {
  background: var(--paper);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--max);
  padding: 24px 22px;
}

.home-category-card {
  background: var(--paper);
  border: 1px solid var(--blue);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  min-height: 330px;
  overflow: hidden;
  padding: 23px 18px 16px;
  position: relative;
}

.home-category-card::after {
  border-bottom: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  bottom: 16px;
  content: "";
  height: 42px;
  position: absolute;
  right: 16px;
  width: 42px;
}

.home-category-card h2 {
  color: var(--black);
  font-size: clamp(2.25rem, 2.6vw, 3rem);
  line-height: 0.88;
  min-height: 1.8em;
}

.home-category-card p {
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.36;
  margin: 12px 0 12px;
}

.object-row {
  align-items: end;
  display: flex;
  gap: 9px;
  justify-content: center;
  margin-top: auto;
  min-height: 156px;
  position: relative;
}

.bag,
.box,
.can,
.incense,
.wax,
.pocky {
  align-items: center;
  box-shadow: 0 15px 25px rgba(5, 5, 5, 0.12);
  color: var(--paper);
  display: inline-flex;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-weight: 900;
  justify-content: center;
  line-height: 0.86;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.bag {
  border-radius: 7px 7px 16px 16px;
  height: 118px;
  transform: perspective(120px) rotateX(2deg);
  width: 76px;
}

.bag::before {
  background: rgba(255,255,255,0.28);
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  right: 0;
  top: 10px;
}

.bag b {
  font-size: 1.1rem;
  padding: 0 5px;
  position: relative;
  z-index: 2;
}

.box {
  height: 82px;
  width: 108px;
}

.box b {
  font-size: 1.45rem;
}

.can {
  border-radius: 44% / 10%;
  height: 138px;
  width: 68px;
}

.can::before,
.can::after {
  border: 2px solid rgba(255,255,255,0.45);
  border-left: 0;
  border-right: 0;
  content: "";
  height: 10px;
  left: 6px;
  position: absolute;
  right: 6px;
}

.can::before { top: 8px; }
.can::after { bottom: 8px; }
.can b { font-size: 1.15rem; transform: rotate(-8deg); }

.incense {
  height: 132px;
  width: 44px;
}

.incense b {
  font-size: 0.9rem;
  transform: rotate(-90deg);
  white-space: nowrap;
}

.wax {
  border-radius: 6px;
  height: 94px;
  width: 78px;
}

.wax::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.3) 1px, transparent 1px),
    rgba(255,255,255,0.18);
  background-size: 18px 18px;
  bottom: 9px;
  content: "";
  left: 9px;
  position: absolute;
  right: 9px;
  top: 9px;
}

.wax b {
  font-size: 0.8rem;
  position: relative;
  z-index: 2;
}

.red { background: linear-gradient(145deg, #e32828, #ff7c21); }
.green { background: linear-gradient(145deg, #7ad337, #1aa049); }
.yellow { background: linear-gradient(145deg, #ffe26a, #f18a00); color: var(--black); }
.pink { background: linear-gradient(145deg, #ff5bb8, #ffb347); }
.blue { background: linear-gradient(145deg, #245eea, #48c8ff); }
.orange-can { background: linear-gradient(145deg, #ff8a19, #e74408); }
.green-can { background: linear-gradient(145deg, #b9e974, #2db471); }
.pink-can { background: linear-gradient(145deg, #ff4fb3, #ffb42d); }
.blue-stick { background: linear-gradient(145deg, #2462d9, #042b90); }
.black-stick { background: linear-gradient(145deg, #3b3f48, #050505); }
.purple-wax { background: linear-gradient(145deg, #b49be8, #7440b8); }

.cap-object {
  background: #07090d;
  border-radius: 50% 50% 12% 12%;
  box-shadow: 0 14px 24px rgba(5,5,5,0.18);
  color: var(--orange);
  display: inline-flex;
  font-weight: 900;
  height: 78px;
  justify-content: center;
  padding-top: 28px;
  position: relative;
  width: 126px;
}

.cap-object::after {
  background: #07090d;
  border-radius: 50%;
  bottom: -7px;
  content: "";
  height: 24px;
  position: absolute;
  right: -34px;
  transform: rotate(-10deg);
  width: 68px;
}

.art-object {
  background:
    radial-gradient(circle at 35% 35%, #ffe04b 0 9%, transparent 10%),
    radial-gradient(circle at 65% 45%, #ff5d16 0 10%, transparent 11%),
    linear-gradient(135deg, #2a4abf, #50d5cf 45%, #ff6a00 46%, #181a20 100%);
  border: 5px solid #eef3ff;
  box-shadow: 0 14px 24px rgba(5,5,5,0.16);
  height: 118px;
  transform: rotate(4deg);
  width: 110px;
}

.line-skyline {
  display: block;
  flex: 1;
  margin-top: 12px;
  min-height: 168px;
  position: relative;
}

.line-skyline::before {
  background:
    linear-gradient(90deg, transparent 0 23%, var(--blue) 23% 24%, transparent 24% 38%, var(--blue) 38% 39%, transparent 39% 58%, var(--blue) 58% 59%, transparent 59%),
    linear-gradient(0deg, transparent 0 78%, var(--blue) 78% 80%, transparent 80%);
  bottom: 12px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.line-skyline::after {
  border: 3px solid var(--blue);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  bottom: 12px;
  content: "";
  height: 124px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 46px;
}

.featured-code-band {
  background: var(--black);
  color: var(--paper);
  overflow: hidden;
  padding: 38px max(22px, calc((100vw - var(--max)) / 2 + 22px)) 58px;
  position: relative;
}

.featured-code-band::before {
  border-color: var(--orange);
  height: 115px;
  left: 25%;
  top: 24px;
  width: 260px;
}

.featured-code-band .section-heading {
  position: relative;
  z-index: 2;
}

.featured-code-band h2,
.featured-code-band h3 {
  color: var(--paper);
}

.featured-code-band .section-actions p {
  color: var(--paper);
}

.code-product-rail {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 20px;
  position: relative;
}

.code-product-rail::before,
.code-product-rail::after {
  align-items: center;
  background: var(--orange);
  color: var(--black);
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  z-index: 4;
}

.code-product-rail::before { content: "<"; left: -44px; }
.code-product-rail::after { content: ">"; right: -44px; }

.code-product-card {
  background: var(--paper);
  color: var(--black);
  min-height: 306px;
  padding: 18px 18px 20px;
}

.code-product-art {
  align-items: center;
  background: #f4f6fb;
  display: flex;
  height: 184px;
  justify-content: center;
  margin-bottom: 16px;
  overflow: hidden;
}

.code-product-art .bag {
  height: 126px;
  width: 86px;
}

.code-product-art .can {
  height: 142px;
  width: 72px;
}

.twin-pack,
.twin-incense {
  gap: 8px;
}

.pocky {
  background: #f5eee5;
  color: #1f2630;
  height: 132px;
  width: 58px;
}

.pocky::before {
  background: repeating-linear-gradient(90deg, #2e1d16 0 4px, transparent 4px 8px);
  bottom: 14px;
  content: "";
  left: 10px;
  position: absolute;
  right: 10px;
  top: 48px;
}

.pocky b {
  font-size: 1.05rem;
  position: relative;
  z-index: 2;
}

.code-product-card h3 {
  color: var(--black);
  font-size: 1.02rem;
  line-height: 1.08;
  min-height: 2.2em;
}

.code-product-card strong {
  display: block;
  font-size: 0.98rem;
  margin-top: 10px;
}

.local-code-story {
  background: var(--paper);
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1.45fr);
  margin: 0 auto;
  max-width: var(--max);
  padding: 62px 22px 58px;
  position: relative;
}

.local-code-story::before {
  border-color: var(--orange);
  height: 255px;
  left: 37%;
  top: 35px;
  width: 210px;
}

.local-code-story .story-copy {
  max-width: 410px;
  position: relative;
  z-index: 2;
}

.story-art {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
  min-height: 390px;
  position: relative;
  z-index: 2;
}

.shop-interior-code,
.hoodie-code {
  clip-path: polygon(9% 0, 100% 0, 92% 100%, 0 100%, 0 14%);
  overflow: hidden;
  position: relative;
}

.shop-interior-code {
  background:
    linear-gradient(145deg, rgba(255,255,255,0.08), transparent 34%),
    #161916;
}

.shelf-grid {
  bottom: 46px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  left: 42px;
  position: absolute;
  right: 34%;
  top: 64px;
}

.shelf-grid i {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.03)),
    linear-gradient(90deg, #e75406 0 22%, #2a4abf 22% 48%, #f8d34b 48% 72%, #ffffff 72%);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: inset 0 -22px 0 rgba(0,0,0,0.24);
}

.interior-lettering {
  border: 1px solid rgba(255,255,255,0.72);
  bottom: 50px;
  color: var(--paper);
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(2.2rem, 2.5vw, 3rem);
  font-weight: 900;
  line-height: 0.9;
  padding: 20px;
  position: absolute;
  right: 38px;
  text-transform: uppercase;
  width: 190px;
}

.hoodie-code {
  background:
    linear-gradient(126deg, rgba(42, 74, 191, 0.17), transparent 44%),
    #edf3ff;
}

.hoodie-code .cap-object {
  left: 28px;
  position: absolute;
  top: 42px;
  z-index: 3;
}

.hoodie-body {
  background: var(--black);
  border-radius: 38% 38% 10% 10%;
  bottom: 34px;
  color: var(--blue);
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 3.8rem;
  font-weight: 900;
  left: 50%;
  line-height: 0.78;
  padding: 108px 36px 42px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
  width: 265px;
}

.hoodie-body span {
  color: var(--orange);
}

.hoodie-body small {
  color: var(--paper);
  display: block;
  font-size: 0.28em;
  letter-spacing: 0.12em;
  margin-top: 14px;
}

.visit-code-band {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1fr) minmax(340px, 0.85fr);
}

.visit-code-band .visit-copy {
  background:
    linear-gradient(122deg, var(--blue-deep), var(--blue));
}

.visit-code-band .visit-copy h2,
.visit-code-band .visit-copy p {
  color: var(--paper);
}

.visit-storefront-code {
  min-height: 420px;
  overflow: hidden;
}

.small-storefront {
  min-height: 420px;
}

.small-storefront .building-face {
  bottom: 58px;
  left: 0;
  right: 22%;
  top: 50px;
}

.small-storefront .mural-wall {
  bottom: 58px;
  top: 50px;
}

.small-storefront .sidewalk {
  bottom: 0;
  height: 58px;
  left: 0;
}

.small-storefront .store-sign {
  font-size: 2.35rem;
  left: 50%;
  top: 34px;
}

.small-storefront .store-window {
  bottom: 38px;
  font-size: 2rem;
  left: 32px;
  width: 190px;
}

.small-storefront .store-door {
  bottom: 38px;
  left: 248px;
  top: 126px;
  width: 120px;
}

.footer-wordmark {
  width: 142px;
}

@media (max-width: 1100px) {
  .mock-hero,
  .local-code-story,
  .visit-code-band {
    grid-template-columns: 1fr;
  }

  .mock-hero-copy {
    justify-self: start;
    max-width: 720px;
    padding-left: 28px;
  }

  .mock-hero-art,
  .code-storefront {
    min-height: 430px;
  }

  .home-categories,
  .code-product-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-art {
    grid-template-columns: 1fr;
  }

  .shop-interior-code,
  .hoodie-code {
    min-height: 340px;
  }
}

@media (max-width: 640px) {
  .live-home .brand.wordmark {
    min-height: 70px;
    width: 146px;
  }

  .mock-hero {
    min-height: auto;
  }

  .mock-hero h1 {
    font-size: clamp(3.15rem, 14vw, 4.7rem);
  }

  .mock-hero-copy {
    padding: 46px 22px 30px;
  }

  .mock-hero-art,
  .code-storefront {
    min-height: 390px;
  }

  .building-face {
    left: 6%;
    right: 18%;
    top: 34px;
  }

  .store-sign {
    font-size: 2rem;
    top: 34px;
  }

  .store-window {
    bottom: 34px;
    font-size: 1.65rem;
    left: 22px;
    padding: 22px 18px 34px;
    width: 165px;
  }

  .store-door {
    bottom: 34px;
    left: 205px;
    top: 135px;
    width: 104px;
  }

  .home-categories,
  .code-product-rail {
    grid-template-columns: 1fr;
  }

  .home-category-card,
  .code-product-card {
    min-height: 265px;
  }

  .object-row {
    min-height: 128px;
  }

  .code-product-rail::before,
  .code-product-rail::after {
    display: none;
  }

  .local-code-story {
    padding-top: 52px;
  }

  .story-art {
    min-height: auto;
  }

  .shop-interior-code,
  .hoodie-code,
  .visit-storefront-code,
  .small-storefront {
    min-height: 330px;
  }

  .shelf-grid {
    right: 44%;
  }

  .interior-lettering {
    font-size: 1.85rem;
    right: 22px;
    width: 145px;
  }

  .visit-code-band {
    grid-template-columns: 1fr;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

body.nav-open {
  overflow: hidden;
}

.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

body.exact-home {
  background: var(--black);
  line-height: 1;
}

.exact-home-shell {
  background: var(--black);
  margin: 0;
  position: relative;
  width: 100%;
}

.exact-home-art {
  display: block;
  height: auto;
  max-width: none;
  width: 100%;
}

.exact-hotspots {
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hotspot {
  display: block;
  overflow: hidden;
  pointer-events: auto;
  position: absolute;
  text-indent: -9999px;
  white-space: nowrap;
}

.hotspot:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

.hot-home { height: 3.6%; left: 2.8%; top: 0.6%; width: 12.8%; }
.hot-snacks { height: 1.8%; left: 18.8%; top: 1.8%; width: 7.3%; }
.hot-gifts { height: 1.8%; left: 27.1%; top: 1.8%; width: 11.8%; }
.hot-apparel { height: 1.8%; left: 39.5%; top: 1.8%; width: 11.5%; }
.hot-visit-nav { height: 1.8%; left: 52.1%; top: 1.8%; width: 6.4%; }
.hot-loyalty { height: 1.8%; left: 58.9%; top: 1.8%; width: 8.5%; }
.hot-explore { height: 2.3%; left: 5.8%; top: 22.6%; width: 18.5%; }
.hot-visit-hero { height: 2.3%; left: 25.1%; top: 22.6%; width: 15.5%; }
.hot-cat-snacks { height: 14.1%; left: 3.3%; top: 27.8%; width: 17.4%; }
.hot-cat-drinks { height: 14.1%; left: 21.1%; top: 27.8%; width: 17.6%; }
.hot-cat-gifts { height: 14.1%; left: 39.2%; top: 27.8%; width: 18%; }
.hot-cat-apparel { height: 14.1%; left: 57.8%; top: 27.8%; width: 18%; }
.hot-cat-visit { height: 14.1%; left: 76.4%; top: 27.8%; width: 20.5%; }
.hot-all-products { height: 2.5%; left: 76.2%; top: 45.7%; width: 20.7%; }
.hot-story { height: 2.5%; left: 5.2%; top: 74.6%; width: 11.6%; }
.hot-directions { height: 2.6%; left: 5.4%; top: 86.6%; width: 17.1%; }
.hot-delivery { height: 4.6%; left: 64.8%; top: 79%; width: 31.8%; }
.hot-contact { height: 5.2%; left: 64.8%; top: 86.2%; width: 31.8%; }

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

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

button,
input,
textarea {
  font: inherit;
}

.site-shell {
  overflow: hidden;
  position: relative;
}

.topbar {
  display: none;
}

.topbar-inner,
.nav-inner,
.section-inner,
.footer-inner {
  margin: 0 auto;
  max-width: var(--max);
  padding-left: 22px;
  padding-right: 22px;
}

.topbar-inner {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  min-height: 38px;
}

.topbar a {
  color: var(--paper);
}

.site-header {
  background: var(--black);
  border-bottom: 0;
  position: sticky;
  top: 0;
  z-index: 30;
}

.nav-inner {
  align-items: center;
  display: flex;
  gap: 26px;
  min-height: 88px;
}

.brand {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  width: 174px;
}

.brand img {
  background: transparent;
  height: auto;
  padding: 0;
  width: 174px;
}

.site-nav {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 22px;
  justify-content: center;
}

.site-nav a {
  color: var(--paper);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
  padding: 14px 0;
  position: relative;
  text-transform: uppercase;
}

.site-nav a::after {
  background: var(--orange);
  bottom: 4px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-actions {
  align-items: center;
  display: flex;
  gap: 16px;
}

.icon-button,
.menu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--paper);
  cursor: pointer;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.cart-button {
  align-items: center;
  color: var(--paper);
  display: inline-flex;
  font-weight: 800;
  gap: 7px;
}

.menu-toggle {
  display: none;
}

.button {
  align-items: center;
  border: 2px solid var(--black);
  color: var(--black);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  line-height: 1;
  min-height: 48px;
  padding: 0 20px;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--paper);
}

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

.site-header .button.dark {
  border-color: rgba(255, 255, 255, 0.74);
}

.button.light {
  border-color: var(--paper);
  color: var(--paper);
}

.arrow {
  display: inline-block;
  font-size: 1.25em;
  line-height: 0;
  transform: translateY(-1px);
}

.hero {
  background:
    linear-gradient(122deg, rgba(5, 40, 164, 0.98) 0%, rgba(42, 74, 191, 0.98) 55.8%, rgba(255, 255, 255, 0) 56%),
    var(--paper);
  color: var(--paper);
  min-height: 550px;
  position: relative;
}

.hero::before,
.hero::after,
.geometric-lines::before,
.geometric-lines::after {
  border: 1px solid rgba(255, 255, 255, 0.34);
  content: "";
  pointer-events: none;
  position: absolute;
  transform: skewX(-34deg);
}

.hero::before {
  height: 62%;
  left: 34%;
  top: 0;
  width: 360px;
}

.hero::after {
  border-color: rgba(231, 84, 6, 0.8);
  bottom: 18px;
  height: 180px;
  right: 36px;
  width: 275px;
}

.hero-inner {
  align-items: center;
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(470px, 0.86fr) minmax(520px, 1.14fr);
  margin: 0 auto;
  max-width: 1280px;
  min-height: 550px;
  padding: 30px 22px 24px;
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 620px;
}

h1,
h2,
h3,
.display {
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(4.2rem, 5.35vw, 6.35rem);
}

h2 {
  color: var(--black);
  font-size: clamp(2.7rem, 4.8vw, 5.2rem);
}

h3 {
  color: var(--black);
  font-size: clamp(1.8rem, 2.8vw, 3rem);
}

.orange {
  color: var(--orange);
}

.blue {
  color: var(--blue);
}

.hero-copy p {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  margin: 18px 0 24px;
  max-width: 530px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-media {
  position: relative;
}

.hero-frame {
  background: var(--black);
  box-shadow: none;
  clip-path: polygon(12% 0, 100% 0, 100% 83%, 88% 100%, 0 100%, 0 18%);
  min-height: 450px;
  overflow: hidden;
  position: relative;
}

.hero-frame img {
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  width: 100%;
}

.hero-frame::after {
  background: linear-gradient(160deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.02));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-frame.product-hero {
  align-items: center;
  background:
    linear-gradient(135deg, #ffffff 0%, #f4f6fb 54%, #ffffff 54.2%),
    var(--paper);
  display: flex;
  justify-content: center;
  padding: 24px 32px;
}

.hero-frame.storefront-hero {
  background:
    linear-gradient(90deg, #191d22 0 68%, #ffffff 68% 100%);
  border: 0;
  display: block;
  padding: 0;
}

.storefront-scene {
  background:
    linear-gradient(180deg, #222832 0 24%, #11161d 24% 100%);
  height: 450px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.storefront-scene::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  inset: 0;
  opacity: 0.45;
  position: absolute;
}

.storefront-sign {
  background: rgba(255, 255, 255, 0.96);
  left: 28%;
  padding: 10px 16px;
  position: absolute;
  top: 52px;
  width: 245px;
  z-index: 3;
}

.storefront-sign img {
  height: auto;
  min-height: 0;
  width: 100%;
}

.storefront-window,
.storefront-door {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)),
    #20262e;
  border: 2px solid rgba(255, 255, 255, 0.46);
  bottom: 70px;
  color: var(--paper);
  position: absolute;
  z-index: 2;
}

.storefront-window {
  height: 245px;
  left: 72px;
  padding: 34px 28px;
  width: 225px;
}

.storefront-window::before {
  border: 1px solid rgba(255, 255, 255, 0.86);
  content: "";
  inset: 18px;
  position: absolute;
}

.storefront-window strong {
  display: block;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2.3rem;
  line-height: 0.94;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.storefront-window span {
  bottom: 30px;
  font-size: 0.86rem;
  font-weight: 800;
  left: 28px;
  position: absolute;
  text-transform: uppercase;
}

.storefront-door {
  height: 310px;
  left: 315px;
  width: 170px;
}

.storefront-door::before {
  background: rgba(255, 255, 255, 0.24);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 2px;
}

.storefront-door span {
  border: 1px solid rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
  font-weight: 900;
  left: 50%;
  padding: 7px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 42%;
  transform: translate(-50%, -50%);
}

.storefront-mural {
  background:
    linear-gradient(132deg, transparent 0 28%, var(--blue) 28% 48%, transparent 48%),
    linear-gradient(48deg, transparent 0 38%, var(--orange) 38% 50%, transparent 50%),
    #f5f8ff;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 0 14%);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 31%;
  z-index: 1;
}

.storefront-mural i {
  border: 2px solid var(--black);
  display: block;
  height: 70%;
  position: absolute;
  transform: skewX(-24deg);
  width: 42px;
}

.storefront-mural i:nth-child(1) {
  left: 20%;
  top: 16%;
}

.storefront-mural i:nth-child(2) {
  left: 47%;
  top: 10%;
}

.storefront-mural i:nth-child(3) {
  left: 74%;
  top: 20%;
}

.storefront-scene::after {
  background: #d9dde6;
  bottom: 0;
  content: "";
  height: 70px;
  left: 0;
  position: absolute;
  right: 0;
}

.hero-frame.product-hero::after {
  display: none;
}

.hero-product-board {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
  width: min(690px, 100%);
}

.hero-product-board::before {
  border: 2px solid var(--orange);
  content: "";
  height: 140px;
  position: absolute;
  right: -24px;
  top: -24px;
  transform: skewX(-24deg);
  width: 210px;
}

.hero-product-board::after {
  border: 1px solid var(--blue);
  bottom: -28px;
  content: "";
  height: 170px;
  left: -28px;
  position: absolute;
  transform: skewX(-24deg);
  width: 180px;
}

.hero-product {
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 178px;
  padding: 14px;
  position: relative;
  z-index: 1;
}

.hero-product:nth-child(2) {
  transform: translateY(28px);
}

.hero-product:nth-child(3) {
  transform: translateY(-18px);
}

.hero-product:nth-child(5) {
  transform: translateY(20px);
}

.hero-product.logo-cell {
  background: var(--black);
  border-color: var(--black);
}

.hero-product.logo-cell img {
  background: #ffffff;
  min-height: 0;
  padding: 8px;
}

.hero-product img {
  height: auto;
  max-height: 122px;
  min-height: 0;
  object-fit: contain;
  width: auto;
}

.hero-product span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  margin-top: 10px;
  text-transform: uppercase;
}

.frame-note {
  background: rgba(5, 5, 5, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.38);
  bottom: 34px;
  color: var(--paper);
  left: 34px;
  max-width: 260px;
  padding: 22px;
  position: absolute;
  z-index: 2;
}

.frame-note strong {
  display: block;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2rem;
  line-height: 0.98;
  text-transform: uppercase;
}

.frame-note span {
  display: block;
  font-size: 0.95rem;
  margin-top: 8px;
}

.section {
  padding: 76px 0;
  position: relative;
}

.section.tight {
  padding: 24px 0 34px;
}

.section.blue-band {
  background: var(--blue);
  color: var(--paper);
}

.section.black-band {
  background: var(--black);
  color: var(--paper);
}

.section.black-band h2,
.section.black-band h3,
.section.blue-band h2,
.section.blue-band h3 {
  color: var(--paper);
}

.section-heading {
  align-items: end;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 34px;
}

.section-actions {
  align-items: end;
  display: grid;
  gap: 16px;
  justify-items: end;
  max-width: 420px;
}

.section-heading p {
  color: var(--muted);
  margin: 0;
  max-width: 410px;
}

.black-band .section-heading p,
.blue-band .section-heading p {
  color: rgba(255, 255, 255, 0.78);
}

.local-search-section {
  background:
    linear-gradient(90deg, rgba(42, 74, 191, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(42, 74, 191, 0.08) 1px, transparent 1px),
    var(--paper);
  background-size: 42px 42px;
}

.local-seo-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.local-seo-card,
.local-faq-card {
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  min-height: 100%;
  padding: 24px;
  position: relative;
}

.local-seo-card::before,
.local-faq-card::before {
  background: var(--orange);
  content: "";
  height: 4px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 48px;
}

.local-seo-card span,
.local-faq-card span,
.local-proof span {
  color: var(--blue);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.local-seo-card h3,
.local-faq-card h3 {
  font-size: clamp(2rem, 2.2vw, 2.8rem);
  line-height: 0.92;
}

.local-seo-card p,
.local-faq-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.local-seo-card:hover {
  border-color: var(--blue);
  box-shadow: 0 18px 42px rgba(5, 5, 5, 0.12);
  transform: translateY(-2px);
}

.local-nap-strip {
  align-items: center;
  background: var(--black);
  color: var(--paper);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 18px;
  padding: 18px 22px;
}

.local-nap-strip strong {
  color: var(--orange-hot);
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 2rem;
  line-height: 0.9;
  text-transform: uppercase;
}

.local-nap-strip a,
.local-nap-strip span {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

.local-intent-grid,
.local-faq-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.local-proof {
  border-left: 4px solid var(--orange);
  padding-left: 20px;
}

.local-proof strong {
  display: block;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 3rem;
  line-height: 0.9;
  text-transform: uppercase;
}

.local-landing-hero {
  min-height: 430px;
}

.local-landing-hero .section-inner {
  position: relative;
  z-index: 1;
}

.local-landing-hero::before {
  border: 1px solid rgba(255, 255, 255, 0.32);
  content: "";
  height: 220px;
  pointer-events: none;
  position: absolute;
  right: 11%;
  top: 72px;
  transform: skewX(-34deg);
  width: 320px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 0;
}

.category-showcase {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding: 24px 0;
}

.category-tile {
  background: var(--paper);
  border: 1px solid var(--blue);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  min-height: 320px;
  overflow: hidden;
  padding: 22px 18px 14px;
  position: relative;
}

.category-tile::after {
  border-bottom: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  bottom: 14px;
  content: "";
  height: 44px;
  position: absolute;
  right: 14px;
  width: 44px;
}

.category-tile h3 {
  font-size: clamp(2rem, 2.45vw, 2.7rem);
  min-height: 2.05em;
}

.category-tile p {
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.36;
  margin: 8px 0 14px;
}

.category-tile > img {
  align-self: center;
  height: 142px;
  margin-top: auto;
  object-fit: contain;
  width: 100%;
}

.category-product-cluster {
  align-items: end;
  display: flex;
  gap: 7px;
  justify-content: center;
  margin-top: auto;
  min-height: 160px;
  padding: 8px 4px 0;
  position: relative;
  z-index: 2;
}

.category-product-cluster img {
  background: transparent;
  height: 132px;
  max-width: 42%;
  object-fit: contain;
  padding: 0;
  width: auto;
}

.snacks-cluster img:nth-child(1) {
  height: 112px;
}

.snacks-cluster img:nth-child(2) {
  height: 134px;
  margin-left: -10px;
  margin-right: -10px;
}

.snacks-cluster img:nth-child(3) {
  height: 120px;
}

.drink-cluster img {
  height: 150px;
  margin-left: -10px;
  margin-right: -10px;
}

.scent-cluster img:nth-child(1),
.scent-cluster img:nth-child(2) {
  height: 142px;
}

.scent-cluster img:nth-child(3) {
  height: 122px;
}

.style-cluster {
  align-items: center;
  gap: 12px;
}

.style-cluster img:first-child {
  height: 130px;
}

.style-cluster img:last-child {
  height: 138px;
}

.visit-tile .skyline-art {
  height: 176px;
}

.skyline-art {
  align-self: stretch;
  display: block;
  height: 150px;
  margin-top: auto;
  position: relative;
}

.skyline-art::before {
  background:
    linear-gradient(90deg, transparent 0 44%, var(--blue) 44% 48%, transparent 48%),
    linear-gradient(0deg, transparent 0 84%, var(--blue) 84% 86%, transparent 86%);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
}

.skyline-art i {
  border: 2px solid var(--blue);
  bottom: 0;
  display: block;
  position: absolute;
}

.skyline-art .tower {
  border-radius: 50% 50% 0 0;
  height: 132px;
  left: 52%;
  transform: translateX(-50%);
  width: 44px;
}

.skyline-art .tower::before,
.skyline-art .tower::after {
  background: var(--blue);
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.skyline-art .tower::before {
  height: 34px;
  top: -34px;
  width: 2px;
}

.skyline-art .tower::after {
  height: 2px;
  top: 54px;
  width: 82px;
}

.skyline-art .building {
  height: 56px;
  width: 38px;
}

.skyline-art .b1 {
  left: 10%;
}

.skyline-art .b2 {
  height: 82px;
  left: 25%;
}

.skyline-art .b3 {
  height: 66px;
  right: 8%;
  width: 46px;
}

.shop-preview {
  background:
    linear-gradient(90deg, rgba(42, 74, 191, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(42, 74, 191, 0.08) 1px, transparent 1px),
    var(--paper);
  background-size: 52px 52px;
  padding-top: 38px;
}

.shop-preview-head {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.58fr);
  margin-bottom: 24px;
}

.shop-preview-head h2 {
  max-width: 720px;
}

.shop-preview-head p {
  color: var(--muted);
  font-size: 1.08rem;
  margin: 12px 0 0;
  max-width: 760px;
}

.shop-strip {
  align-items: stretch;
  border-left: 4px solid var(--orange);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.shop-strip a {
  background: var(--soft);
  border-bottom: 1px solid var(--paper);
  border-right: 1px solid var(--paper);
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
  min-height: 54px;
  padding: 20px 14px 14px;
  text-transform: uppercase;
}

.shop-strip a:hover {
  background: var(--blue);
  color: var(--paper);
}

.mini-product-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mini-product-card {
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--black);
  display: grid;
  gap: 8px;
  min-height: 238px;
  padding: 14px;
  position: relative;
}

.mini-product-card::before {
  background: var(--orange);
  content: "";
  height: 4px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 44px;
}

.mini-product-card:hover {
  border-color: var(--blue);
  transform: translateY(-2px);
}

.mini-product-image {
  align-items: center;
  background: linear-gradient(135deg, var(--soft), #ffffff);
  display: flex;
  height: 138px;
  justify-content: center;
  margin-bottom: 2px;
  overflow: hidden;
}

.mini-product-image img {
  max-height: 122px;
  max-width: 100%;
  object-fit: contain;
  padding: 8px;
}

.mini-product-card strong {
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.1;
}

.mini-product-card > span:last-child {
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-rail,
.product-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-rail {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.product-card {
  background: var(--paper);
  border: 1px solid var(--line);
  min-height: 100%;
  padding: 18px 18px 20px;
  position: relative;
}

.product-card::before {
  background: var(--orange);
  content: "";
  height: 4px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 46px;
}

.black-band .product-card {
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.32);
}

.featured-band {
  position: relative;
}

.featured-band::before,
.featured-band::after {
  border: 1px solid rgba(231, 84, 6, 0.8);
  content: "";
  height: 118px;
  pointer-events: none;
  position: absolute;
  top: 36px;
  transform: skewX(-34deg);
  width: 245px;
}

.featured-band::before {
  left: 24%;
}

.featured-band::after {
  border-color: rgba(255, 255, 255, 0.45);
  left: 31%;
  top: 105px;
  width: 120px;
}

.featured-band .section-inner {
  position: relative;
}

.featured-band .product-rail {
  position: relative;
}

.featured-band .product-rail::before,
.featured-band .product-rail::after {
  align-items: center;
  background: var(--orange);
  color: var(--black);
  display: flex;
  font-size: 2.15rem;
  font-weight: 700;
  height: 62px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 3;
}

.featured-band .product-rail::before {
  content: "<";
  left: -46px;
}

.featured-band .product-rail::after {
  content: ">";
  right: -46px;
}

.featured-band .product-card {
  min-height: 318px;
}

.featured-band .product-card p,
.featured-band .product-card .tag {
  display: none;
}

.featured-band .product-card h3 {
  color: var(--black);
  font-size: 1rem;
  line-height: 1.08;
  min-height: 2.2em;
}

.price {
  color: var(--black);
  display: block;
  font-size: 0.95rem;
  font-weight: 900;
  margin-top: 10px;
}

.product-image {
  align-items: center;
  background: linear-gradient(135deg, var(--soft), #ffffff);
  display: flex;
  height: 205px;
  justify-content: center;
  margin-bottom: 16px;
  overflow: hidden;
}

.product-rail .product-image {
  height: 180px;
}

.product-image img {
  max-height: 178px;
  object-fit: contain;
  padding: 8px;
}

.product-rail .product-image img {
  max-height: 158px;
}

.product-card h3 {
  color: var(--black);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 6px;
  text-transform: none;
}

.product-rail .product-card h3 {
  font-size: 0.96rem;
}

.product-card p {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0;
}

.product-card .tag {
  color: var(--blue);
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  margin-top: 12px;
  text-transform: uppercase;
}

.story-grid {
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.story-section {
  background:
    linear-gradient(90deg, rgba(231, 84, 6, 0.12) 1px, transparent 1px),
    var(--paper);
  background-size: 72px 72px;
}

.concept-story {
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1.45fr);
}

.concept-story .story-copy {
  max-width: 430px;
}

.story-visual-pair {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
}

.interior-visual,
.merch-visual {
  clip-path: polygon(9% 0, 100% 0, 92% 100%, 0 100%, 0 14%);
  min-height: 390px;
  overflow: hidden;
  position: relative;
}

.interior-visual {
  background:
    linear-gradient(145deg, rgba(0, 0, 0, 0.1), transparent 42%),
    #181816;
}

.interior-visual::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.1) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 46px 46px;
  content: "";
  inset: 0;
  opacity: 0.38;
  position: absolute;
}

.shelf-wall {
  bottom: 40px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  left: 38px;
  position: absolute;
  right: 35%;
  top: 68px;
  z-index: 2;
}

.shelf-wall i {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    linear-gradient(90deg, #e75406 0 22%, #2a4abf 22% 45%, #f8d34b 45% 68%, #ffffff 68% 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 -24px 0 rgba(0, 0, 0, 0.25);
}

.interior-sign {
  border: 1px solid rgba(255, 255, 255, 0.72);
  bottom: 48px;
  color: var(--paper);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(2rem, 2.3vw, 3rem);
  font-weight: 900;
  line-height: 0.9;
  padding: 22px;
  position: absolute;
  right: 42px;
  text-transform: uppercase;
  width: 190px;
  z-index: 2;
}

.merch-visual {
  background:
    linear-gradient(120deg, rgba(42, 74, 191, 0.18), transparent 44%),
    #eef3ff;
}

.merch-visual::before {
  background: var(--black);
  border-radius: 38% 38% 12% 12%;
  bottom: 34px;
  content: "";
  height: 285px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 245px;
}

.hoodie-shape {
  align-items: center;
  display: flex;
  height: 285px;
  justify-content: center;
  left: 50%;
  padding: 74px 34px 0;
  position: absolute;
  bottom: 34px;
  transform: translateX(-50%);
  width: 245px;
  z-index: 2;
}

.hoodie-shape img {
  background: rgba(255, 255, 255, 0.94);
  height: auto;
  padding: 10px;
  width: 178px;
}

.merch-hat {
  bottom: 40px;
  height: 94px;
  left: 26px;
  object-fit: contain;
  position: absolute;
  width: 150px;
  z-index: 3;
}

.story-copy p,
.page-copy p,
.split-copy p {
  color: var(--muted);
  font-size: 1.05rem;
  margin: 18px 0 0;
}

.image-pair {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 0.8fr;
}

.image-pair img,
.feature-image img,
.visit-photo img {
  box-shadow: var(--shadow);
  height: 420px;
  object-fit: cover;
  width: 100%;
}

.feature-image img,
.visit-photo img {
  background: var(--soft);
  object-fit: contain;
  padding: 44px;
}

.image-pair img:first-child {
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%, 0 14%);
}

.image-pair img:last-child {
  clip-path: polygon(0 0, 100% 8%, 100% 100%, 10% 100%);
  margin-top: 46px;
}

.image-pair.product-pair img {
  background: var(--soft);
  object-fit: contain;
  padding: 34px;
}

.visit-band {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 0.78fr) minmax(0, 0.86fr);
}

.visit-copy {
  background: var(--blue);
  color: var(--paper);
  padding: 54px;
  position: relative;
}

.visit-copy h2 {
  color: var(--paper);
}

.visit-copy p {
  color: rgba(255, 255, 255, 0.82);
}

.visit-list {
  display: grid;
  gap: 16px;
  margin: 26px 0;
}

.visit-list span {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
}

.visit-photo {
  min-height: 440px;
}

.visit-photo img {
  height: 100%;
  min-height: 440px;
}

.visit-storefront-visual {
  background: var(--black);
  height: 100%;
  min-height: 440px;
  overflow: hidden;
}

.compact-storefront {
  height: 100%;
  min-height: 440px;
}

.compact-storefront .storefront-sign {
  left: 26%;
  top: 48px;
  width: 205px;
}

.compact-storefront .storefront-window {
  bottom: 58px;
  height: 224px;
  left: 48px;
  padding: 32px 24px;
  width: 215px;
}

.compact-storefront .storefront-window strong {
  font-size: 2.1rem;
}

.compact-storefront .storefront-door {
  bottom: 58px;
  height: 278px;
  left: 286px;
  width: 136px;
}

.compact-storefront .storefront-mural {
  width: 28%;
}

.visit-info-panel {
  background: var(--soft);
  border-bottom: 1px solid var(--blue);
  border-top: 1px solid var(--blue);
  color: var(--blue);
  display: grid;
  min-height: 440px;
  padding: 42px;
}

.visit-info-panel article {
  align-items: start;
  border-bottom: 1px solid rgba(42, 74, 191, 0.45);
  display: grid;
  gap: 18px;
  grid-template-columns: 58px 1fr;
  padding: 18px 0 30px;
}

.visit-info-panel article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.visit-info-panel h3 {
  color: var(--blue);
  font-size: 2.15rem;
}

.visit-info-panel p {
  color: var(--ink);
  margin: 8px 0 12px;
}

.visit-info-panel a {
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
}

.split {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.geometric-panel {
  background:
    linear-gradient(135deg, rgba(42, 74, 191, 0.08), transparent 50%),
    var(--paper);
  border: 1px solid var(--line);
  padding: 34px;
  position: relative;
}

.geometric-panel::before,
.geometric-panel::after {
  border: 2px solid var(--orange);
  content: "";
  display: none;
  pointer-events: none;
  position: absolute;
}

.geometric-panel::before {
  height: 88px;
  right: -18px;
  top: -18px;
  width: 140px;
}

.geometric-panel::after {
  border-color: var(--blue);
  bottom: -18px;
  height: 78px;
  left: -18px;
  width: 118px;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.feature-list div {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.feature-list strong {
  color: var(--blue);
  display: block;
  font-weight: 900;
  text-transform: uppercase;
}

.newsletter {
  background: var(--orange-hot);
  color: var(--paper);
}

.newsletter-inner {
  align-items: center;
  display: grid;
  gap: 26px;
  grid-template-columns: 0.9fr 1.1fr;
}

.newsletter h2 {
  color: var(--paper);
  font-size: clamp(2.1rem, 3.5vw, 4rem);
}

.newsletter p {
  margin: 8px 0 0;
}

.signup-form {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.signup-form input,
.contact-form input,
.contact-form textarea {
  background: var(--paper);
  border: 2px solid transparent;
  color: var(--ink);
  min-height: 52px;
  padding: 0 16px;
}

.signup-form input:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  outline: none;
}

.form-message {
  font-size: 0.95rem;
  font-weight: 700;
  grid-column: 1 / -1;
  min-height: 22px;
}

.page-hero {
  background:
    linear-gradient(120deg, rgba(5, 40, 164, 0.98), rgba(42, 74, 191, 0.96) 58%, rgba(5, 5, 5, 0.95) 58.2%),
    var(--blue);
  color: var(--paper);
  padding: 84px 0 42px;
  position: relative;
}

.page-hero h1 {
  max-width: 820px;
}

.page-hero p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.15rem;
  margin: 22px 0 0;
  max-width: 640px;
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.quick-links a {
  border: 1px solid rgba(255, 255, 255, 0.58);
  color: var(--paper);
  font-weight: 800;
  padding: 10px 14px;
  text-transform: uppercase;
}

.page-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
}

.category-menu {
  align-self: start;
  border-left: 4px solid var(--orange);
  display: grid;
  gap: 4px;
  position: sticky;
  top: 112px;
}

.category-menu a {
  background: var(--soft);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
  padding: 13px 14px;
  text-transform: uppercase;
}

.category-menu a:hover {
  background: var(--blue);
  color: var(--paper);
}

.content-stack {
  display: grid;
  gap: 46px;
}

.content-block {
  scroll-margin-top: 130px;
}

.product-grid.large {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.art-frame {
  background: var(--soft);
  border: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: 0.82fr 1.18fr;
  padding: 18px;
}

.art-frame img {
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  width: 100%;
}

.art-frame div {
  align-self: center;
  padding: 20px;
}

.map-panel {
  background: var(--soft);
  border: 1px solid var(--line);
  min-height: 360px;
  overflow: hidden;
  position: relative;
}

.map-panel::before {
  background:
    linear-gradient(90deg, rgba(42, 74, 191, 0.16) 1px, transparent 1px),
    linear-gradient(0deg, rgba(42, 74, 191, 0.16) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  inset: 0;
  position: absolute;
}

.map-marker {
  background: var(--orange);
  color: var(--paper);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  left: 50%;
  padding: 16px 20px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%) skewX(-8deg);
  white-space: nowrap;
}

.hours-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hours-item {
  border-top: 4px solid var(--orange);
  padding: 16px 0 0;
}

.hours-item strong {
  display: block;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form {
  display: grid;
  gap: 12px;
}

.contact-form textarea {
  min-height: 130px;
  padding-top: 14px;
  resize: vertical;
}

.perk-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.perk {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 24px;
}

.perk strong {
  color: var(--orange);
  display: block;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2.1rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.perk p {
  color: var(--muted);
  margin: 12px 0 0;
}

.site-footer {
  background: var(--black);
  color: var(--paper);
  padding: 48px 0 32px;
  position: relative;
}

.site-footer::after {
  border-bottom: 1px solid rgba(42, 74, 191, 0.7);
  border-left: 1px solid rgba(42, 74, 191, 0.7);
  bottom: 28px;
  content: "";
  height: 120px;
  position: absolute;
  right: 48px;
  transform: skewX(-28deg);
  width: 260px;
}

.footer-inner {
  display: grid;
  gap: 36px;
  grid-template-columns: 1.1fr 1fr 1fr 1fr;
  position: relative;
  z-index: 1;
}

.footer-logo {
  width: 178px;
}

.footer-col h3 {
  color: var(--paper);
  font-size: 1.6rem;
  margin-bottom: 14px;
}

.footer-col a,
.footer-col p {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  margin: 7px 0;
}

.footer-col a:hover {
  color: var(--orange);
}

.social-links {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.social-links a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  text-transform: uppercase;
  width: 36px;
}

.fineprint {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  margin: 34px auto 0;
  max-width: var(--max);
  padding: 18px 22px 0;
}

@media (max-width: 980px) {
  .topbar-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 9px;
    padding-top: 9px;
  }

  .nav-inner {
    gap: 14px;
    min-height: 76px;
  }

  .site-nav {
    background: var(--black);
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: var(--shadow);
    display: none;
    gap: 0;
    left: 0;
    padding: 14px 22px 26px;
    position: absolute;
    right: 0;
    top: 100%;
  }

  .nav-open .site-nav {
    display: grid;
  }

  .site-nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding: 18px 0;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-actions .button,
  .icon-button,
  .cart-button {
    display: none;
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero {
    background: var(--blue);
  }

  .hero-inner,
  .story-grid,
  .visit-band,
  .split,
  .newsletter-inner,
  .page-grid,
  .art-frame {
    grid-template-columns: 1fr;
  }

  .hero-frame,
  .hero-frame img {
    min-height: 390px;
  }

  .storefront-scene {
    height: 390px;
  }

  .storefront-sign {
    left: 24%;
    padding: 7px 10px;
    top: 38px;
    width: 170px;
  }

  .storefront-sign img {
    height: auto;
    min-height: 0;
    width: 100%;
  }

  .storefront-window {
    bottom: 54px;
    height: 190px;
    left: 28px;
    padding: 26px 20px;
    width: 170px;
  }

  .storefront-window strong {
    font-size: 1.75rem;
  }

  .storefront-door {
    bottom: 54px;
    height: 240px;
    left: 210px;
    width: 110px;
  }

  .storefront-mural {
    width: 35%;
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-visual-pair {
    grid-template-columns: 1fr;
  }

  .interior-visual,
  .merch-visual {
    min-height: 340px;
  }

  .shop-preview-head {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .shop-strip {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .mini-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-rail,
  .product-grid,
  .product-grid.large,
  .local-seo-grid,
  .local-intent-grid,
  .local-faq-grid,
  .perk-grid,
  .hours-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-menu {
    border-left: 0;
    border-top: 4px solid var(--orange);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    position: static;
  }

  .featured-band .product-rail::before,
  .featured-band .product-rail::after {
    display: none;
  }

  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .topbar {
    display: none;
  }

  .brand,
  .brand img {
    width: 145px;
  }

  .hero-inner {
    padding-top: 40px;
  }

  h1 {
    font-size: clamp(3.25rem, 15vw, 4.7rem);
  }

  h2 {
    font-size: clamp(2.5rem, 12vw, 3.6rem);
  }

  .hero-actions,
  .quick-links,
  .signup-form {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .frame-note {
    bottom: 18px;
    left: 18px;
    max-width: calc(100% - 36px);
  }

  .category-grid,
  .product-rail,
  .product-grid.large,
  .local-seo-grid,
  .local-intent-grid,
  .local-faq-grid,
  .image-pair,
  .perk-grid,
  .hours-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .shop-strip,
  .category-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mini-product-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mini-product-card {
    min-height: 214px;
    padding: 12px;
  }

  .mini-product-image {
    height: 124px;
  }

  .mini-product-image img {
    max-height: 108px;
  }

  .section {
    padding: 58px 0;
  }

  .local-seo-card,
  .local-faq-card {
    padding: 20px;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .category-tile {
    min-height: 280px;
  }

  .category-product-cluster {
    min-height: 145px;
  }

  .category-product-cluster img,
  .drink-cluster img,
  .scent-cluster img:nth-child(1),
  .scent-cluster img:nth-child(2),
  .style-cluster img:first-child,
  .style-cluster img:last-child {
    max-height: 122px;
  }

  .concept-story .story-copy {
    max-width: none;
  }

  .interior-sign {
    font-size: 2.1rem;
    right: 24px;
    width: 160px;
  }

  .shelf-wall {
    right: 42%;
  }

  .image-pair img,
  .image-pair img:last-child,
  .feature-image img,
  .visit-photo img,
  .visit-storefront-visual {
    height: 320px;
    margin-top: 0;
    min-height: 320px;
  }

  .compact-storefront {
    min-height: 320px;
  }

  .compact-storefront .storefront-sign {
    left: 21%;
    top: 34px;
    width: 165px;
  }

  .compact-storefront .storefront-window {
    bottom: 42px;
    height: 184px;
    left: 24px;
    padding: 27px 18px;
    width: 170px;
  }

  .compact-storefront .storefront-window strong {
    font-size: 1.68rem;
  }

  .compact-storefront .storefront-door {
    bottom: 42px;
    height: 218px;
    left: 204px;
    width: 105px;
  }

  .visit-copy {
    padding: 36px 24px;
  }

  .newsletter {
    padding: 34px 0;
  }

  .site-footer::after {
    display: none;
  }
}

/* Final live-home layer: generated storefront/products, no photo/poster homepage. */
.live-home .wordmark {
  align-items: start;
  background: var(--black);
  border: 1px solid var(--blue);
  color: var(--paper);
  display: grid;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  line-height: 0.86;
  padding: 9px 12px 10px;
  text-transform: uppercase;
}

.live-home .brand.wordmark {
  align-self: stretch;
  justify-content: center;
  min-height: 78px;
  width: 150px;
}

.live-home .footer-wordmark {
  min-height: 80px;
  width: 142px;
}

.live-home .wordmark > span {
  color: var(--paper);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.live-home .wordmark strong {
  color: var(--blue);
  display: block;
  font-size: 2.28rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 0.78;
  text-shadow: none;
}

.live-home .wordmark strong i {
  color: var(--orange);
  display: block;
  font-style: normal;
}

.live-home .wordmark em {
  color: var(--paper);
  font-size: 0.94rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin-top: 4px;
}

.live-home .brand.real-logo {
  align-items: center;
  align-self: center;
  background: transparent;
  border: 0;
  display: flex;
  justify-content: center;
  min-height: 0;
  padding: 0;
  width: 184px;
}

.live-home .brand.real-logo img {
  background: transparent;
  display: block;
  height: auto;
  min-height: 0;
  padding: 0;
  width: 100%;
}

.live-home .footer-real-logo {
  margin-bottom: 18px;
}

.live-home .mock-hero {
  grid-template-columns: minmax(410px, 0.78fr) minmax(600px, 1.22fr);
  min-height: 620px;
}

.live-home .mock-hero-art {
  min-height: 620px;
  position: relative;
}

.live-home .hero-storefront .store-window {
  bottom: 165px;
}

.live-home .store-sign {
  background: transparent;
  border: 0;
  padding: 0;
  width: 232px;
}

.live-home .store-sign img {
  background: transparent;
  display: block;
  height: auto;
  width: 100%;
}

.live-home .small-storefront .store-sign {
  width: 184px;
}

.live-home .hero-product-shelf {
  align-items: end;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(244,246,251,0.98));
  border: 1px solid var(--blue);
  bottom: 26px;
  box-shadow: 0 18px 42px rgba(5, 5, 5, 0.18);
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%, 0 18%);
  display: flex;
  gap: 10px;
  justify-content: center;
  left: clamp(24px, 4.5vw, 70px);
  max-width: 610px;
  min-height: 150px;
  padding: 15px 22px 18px;
  position: absolute;
  right: clamp(24px, 7vw, 120px);
  z-index: 8;
}

.live-home .hero-product-shelf::before {
  background: var(--orange);
  content: "";
  height: 5px;
  left: 42px;
  position: absolute;
  right: 42px;
  top: 0;
}

.live-home .hero-product-shelf .bag {
  height: 104px;
  width: 68px;
}

.live-home .hero-product-shelf .box {
  height: 74px;
  width: 98px;
}

.live-home .hero-product-shelf .can {
  height: 122px;
  width: 62px;
}

.live-home .hero-product-shelf .incense {
  height: 116px;
  width: 38px;
}

.live-home .hero-product-shelf .wax {
  height: 82px;
  width: 70px;
}

.live-home .bag,
.live-home .box,
.live-home .can,
.live-home .incense,
.live-home .wax,
.live-home .pocky {
  color: var(--paper);
  display: inline-flex;
}

.live-home .bag.blue,
.live-home .blue-stick,
.live-home .black-stick {
  color: var(--paper);
}

.live-home .yellow {
  color: var(--black);
}

.live-home .blue-box {
  background: linear-gradient(145deg, #245eea, #48c8ff);
}

.live-home .home-categories {
  padding-top: 30px;
}

.live-home .home-category-card {
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.live-home .home-category-card:hover {
  background: #f7f9ff;
  transform: translateY(-4px);
}

.live-home .featured-code-band .button.light {
  background: transparent;
}

.live-home .code-product-card {
  transition: transform 180ms ease;
}

.live-home .code-product-card:hover {
  transform: translateY(-5px);
}

.live-home .hoodie-body {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 110px 34px 42px;
}

.live-home .hoodie-body img {
  background: transparent;
  border: 0;
  display: block;
  height: auto;
  max-width: 180px;
  padding: 0;
  width: 100%;
}

@media (max-width: 1100px) {
  .live-home .mock-hero {
    background:
      linear-gradient(122deg, var(--blue-deep) 0%, var(--blue) 64%, transparent 64.2%),
      var(--paper);
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .live-home .mock-hero-copy {
    justify-self: start;
    max-width: 720px;
    padding-left: 28px;
  }

  .live-home .mock-hero-art,
  .live-home .code-storefront {
    min-height: 500px;
  }

  .live-home .hero-product-shelf {
    left: 28px;
    right: 28px;
  }

  .live-home .home-categories,
  .live-home .code-product-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .live-home .local-code-story,
  .live-home .visit-code-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .live-home .brand.wordmark,
  .live-home .brand.real-logo {
    min-height: 70px;
    width: 146px;
  }

  .live-home .wordmark strong {
    font-size: 2.08rem;
  }

  .live-home .mock-hero h1 {
    font-size: clamp(2.65rem, 12vw, 3.35rem);
    max-width: 340px;
  }

  .live-home .mock-hero-art,
  .live-home .code-storefront {
    min-height: 450px;
  }

  .live-home .hero-product-shelf {
    bottom: 16px;
    flex-wrap: wrap;
    gap: 8px;
    left: 16px;
    min-height: 150px;
    padding: 14px 18px 16px;
    right: 16px;
  }

  .live-home .hero-product-shelf .bag,
  .live-home .hero-product-shelf .can,
  .live-home .hero-product-shelf .incense {
    transform: scale(0.86);
    transform-origin: bottom center;
  }

  .live-home .building-face {
    left: 6%;
    right: 18%;
    top: 34px;
  }

  .live-home .store-sign {
    left: 58%;
    top: 8px;
    width: 146px;
  }

  .live-home .store-window {
    bottom: 34px;
    font-size: 1.65rem;
    left: 22px;
    padding: 22px 18px 34px;
    width: 165px;
  }

  .live-home .store-door {
    bottom: 34px;
    left: 205px;
    top: 135px;
    width: 104px;
  }

  .live-home .home-categories,
  .live-home .code-product-rail,
  .live-home .visit-code-band {
    grid-template-columns: 1fr;
  }

  .live-home .home-category-card,
  .live-home .code-product-card {
    min-height: 265px;
  }

  .live-home .code-product-rail::before,
  .live-home .code-product-rail::after {
    display: none;
  }
}

/* Home flow alignment: match the rest of the site rhythm and containers. */
.live-home .site-header .nav-actions {
  gap: 0;
}

.live-home .site-header .button.dark {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.74);
}

.live-home .mock-hero {
  background:
    linear-gradient(120deg, rgba(5, 40, 164, 0.98), rgba(42, 74, 191, 0.96) 58%, rgba(5, 5, 5, 0.95) 58.2%),
    var(--blue);
  gap: 38px;
  grid-template-columns: minmax(0, 0.88fr) minmax(470px, 0.82fr);
  min-height: 540px;
  padding: 58px max(22px, calc((100vw - var(--max)) / 2 + 22px)) 50px;
}

.live-home .mock-hero-copy {
  align-self: center;
  justify-self: start;
  max-width: 720px;
  padding: 0;
}

.live-home .mock-hero h1 {
  font-size: clamp(4.2rem, 5.35vw, 6.35rem);
  max-width: 760px;
}

.live-home .mock-hero p {
  max-width: 560px;
}

.live-home .mock-hero-art,
.live-home .code-storefront {
  min-height: 430px;
}

.live-home .hero-storefront {
  clip-path: polygon(10% 0, 100% 0, 100% 86%, 90% 100%, 0 100%, 0 18%);
}

.live-home .building-face {
  bottom: 66px;
  left: 6%;
  right: 21%;
  top: 62px;
}

.live-home .mural-wall {
  bottom: 66px;
  top: 62px;
}

.live-home .sidewalk {
  bottom: 0;
  height: 66px;
  left: 6%;
}

.live-home .hero-storefront .store-sign {
  left: 42%;
  top: 52px;
  width: 230px;
}

.live-home .hero-storefront .store-window {
  display: none;
}

.live-home .hero-product-shelf {
  bottom: 16px;
  left: 34px;
  max-width: 560px;
  right: 34px;
}

.live-home .home-category-section {
  background:
    linear-gradient(90deg, rgba(42, 74, 191, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(42, 74, 191, 0.05) 1px, transparent 1px),
    var(--paper);
  background-size: 52px 52px;
}

.live-home .home-category-section .section-heading {
  margin-bottom: 24px;
}

.live-home .home-categories {
  max-width: none;
  padding: 0;
}

.live-home .home-category-card {
  background: var(--paper);
  min-height: 315px;
}

.live-home .featured-code-band {
  padding: 76px 0;
}

.live-home .featured-code-band .section-inner {
  position: relative;
  z-index: 2;
}

.live-home .featured-code-band .section-heading {
  margin-bottom: 34px;
}

.live-home .code-product-card {
  min-height: 318px;
}

.live-home .local-code-story {
  padding: 76px 22px;
}

.live-home .visit-code-band {
  margin: 0 auto 0;
  max-width: var(--max);
}

@media (max-width: 1100px) {
  .live-home .mock-hero {
    grid-template-columns: 1fr;
    padding: 58px 22px 42px;
  }

  .live-home .mock-hero-copy {
    max-width: 760px;
  }

  .live-home .home-categories,
  .live-home .code-product-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .live-home .visit-code-band {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .live-home .site-header .button.dark {
    display: none;
  }

  .live-home .mock-hero {
    padding: 46px 22px 34px;
  }

  .live-home .mock-hero h1 {
    font-size: clamp(2.9rem, 12vw, 3.8rem);
    max-width: 340px;
  }

  .live-home .mock-hero-art,
  .live-home .code-storefront {
    min-height: 350px;
  }

  .live-home .mock-hero-art {
    overflow: hidden;
  }

  .live-home .home-category-section .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .live-home .home-categories,
  .live-home .code-product-rail {
    grid-template-columns: 1fr;
  }

  .live-home .local-code-story {
    padding: 58px 22px;
  }

  .live-home .hero-storefront .store-sign {
    display: none;
  }

  .live-home .hero-product-shelf {
    align-items: end;
    clip-path: none;
    column-gap: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: center;
    left: 34px;
    max-width: none;
    min-height: 188px;
    overflow: hidden;
    right: auto;
    row-gap: 8px;
    width: min(300px, calc(100% - 68px));
  }

  .live-home .hero-product-shelf .bag {
    height: 84px;
    transform: none;
    width: 52px;
  }

  .live-home .hero-product-shelf .can {
    height: 94px;
    transform: none;
    width: 50px;
  }

  .live-home .hero-product-shelf .box {
    height: 62px;
    width: 78px;
  }

  .live-home .hero-product-shelf .incense {
    height: 86px;
    transform: none;
    width: 30px;
  }

  .live-home .hero-product-shelf .wax {
    height: 62px;
    width: 54px;
  }
}

/* Product-image hero update. */
.live-home .mock-hero::before,
.live-home .mock-hero::after {
  display: none;
}

.live-home .hero-product-art {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: visible;
  padding: 10px 0 0;
}

.live-home .hero-product-art img {
  display: block;
  filter: drop-shadow(0 24px 32px rgba(0, 0, 0, 0.4));
  height: auto;
  max-height: 500px;
  object-fit: contain;
  width: min(760px, 108%);
}

@media (max-width: 1100px) {
  .live-home .hero-product-art {
    min-height: 360px;
    padding-top: 0;
  }

  .live-home .hero-product-art img {
    width: min(760px, 100%);
  }
}

@media (max-width: 640px) {
  .live-home .hero-product-art {
    justify-content: flex-start;
    min-height: 250px;
    padding-left: 22px;
  }

  .live-home .hero-product-art img {
    width: min(320px, calc(100vw - 44px));
  }
}

/* Real product image fills for home cards and rails. */
.live-home .home-product-cluster {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 8px;
  justify-content: center;
  margin-top: 16px;
  min-height: 190px;
  padding-top: 12px;
  position: relative;
}

.live-home .home-product-cluster img {
  filter: drop-shadow(0 14px 16px rgba(5, 5, 5, 0.18));
  height: auto;
  max-height: 160px;
  max-width: 38%;
  object-fit: contain;
  position: relative;
  width: auto;
  z-index: 2;
}

.live-home .snacks-cluster img:nth-child(1) {
  max-height: 140px;
  max-width: 42%;
}

.live-home .snacks-cluster img:nth-child(2),
.live-home .snacks-cluster img:nth-child(3) {
  max-height: 162px;
}

.live-home .drinks-cluster img:nth-child(1),
.live-home .drinks-cluster img:nth-child(3) {
  max-height: 166px;
}

.live-home .drinks-cluster img:nth-child(2) {
  max-height: 132px;
  max-width: 44%;
}

.live-home .scent-cluster img {
  max-height: 166px;
}

.live-home .style-cluster img {
  max-height: 142px;
  max-width: 38%;
}

.live-home .visit-cluster img {
  max-height: 174px;
  max-width: 96%;
  width: 100%;
}

.live-home .code-product-art img {
  display: block;
  filter: drop-shadow(0 14px 16px rgba(5, 5, 5, 0.16));
  height: auto;
  max-height: 158px;
  max-width: 100%;
  object-fit: contain;
  padding: 8px;
  width: auto;
}

.live-home .story-product-wall {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 30px;
}

.live-home .story-product-wall img,
.live-home .story-merch-wall img {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(42, 74, 191, 0.22);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
  height: 126px;
  object-fit: contain;
  padding: 12px;
  width: 100%;
}

.live-home .story-merch-wall {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
  padding: 30px;
}

.live-home .story-merch-wall img {
  height: 102px;
}

.live-home .story-merch-wall img:last-child {
  height: 148px;
}

@media (max-width: 640px) {
  .live-home .home-product-cluster {
    column-gap: 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 220px;
    min-width: 0;
    overflow: hidden;
    padding-inline: 12px;
  }

  .live-home .home-product-cluster img {
    justify-self: center;
    max-height: 128px;
    max-width: 88% !important;
    min-width: 0;
    object-fit: contain;
    width: auto;
  }

  .live-home .visit-cluster {
    grid-template-columns: 1fr;
    min-height: 170px;
  }

  .live-home .visit-cluster img {
    max-width: 100%;
  }

  .live-home .code-product-art img {
    max-height: 150px;
  }

  .live-home .story-product-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .live-home .home-category-section h2 {
    font-size: clamp(2.7rem, 10vw, 3.3rem);
    max-width: 340px;
  }

  .live-home .home-category-section .section-heading p,
  .live-home .home-categories,
  .live-home .home-category-card {
    max-width: calc(100vw - 44px);
    min-width: 0;
    width: calc(100vw - 44px);
  }

  .live-home .home-category-section .section-inner {
    overflow: hidden;
  }

  .live-home .home-category-section .section-heading p {
    overflow-wrap: anywhere;
  }
}

/* Generated site imagery layer: product cards remain individual product shots. */
.page-hero {
  background:
    linear-gradient(120deg, rgba(5, 40, 164, 0.97), rgba(42, 74, 191, 0.94) 48%, rgba(5, 5, 5, 0.82) 48.2%),
    url("../img/generated-storefront.jpg") center right / cover no-repeat;
  overflow: hidden;
}

.page-hero::after {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0) 0 70%, rgba(5, 5, 5, 0.25) 100%),
    linear-gradient(135deg, transparent 0 48%, rgba(231, 84, 6, 0.7) 48% 48.4%, transparent 48.4%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.page-hero .section-inner {
  position: relative;
  z-index: 2;
}

.live-home .hero-product-art {
  min-height: 620px;
  overflow: hidden;
  padding: 0;
}

.live-home .hero-product-art img {
  clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%, 0 13%);
  filter: none;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.live-home .hero-product-art::after,
.story-image-panel::after,
.generated-visit-scene::after,
.scene-image::after {
  background: linear-gradient(135deg, rgba(42, 74, 191, 0.1), rgba(231, 84, 6, 0.08));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.live-home .visit-cluster img {
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(42, 74, 191, 0.24);
  box-shadow: 0 14px 28px rgba(5, 5, 5, 0.12);
  max-height: none;
  object-fit: cover;
  padding: 0;
}

.generated-story-art {
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
}

.story-image-panel {
  background: var(--black);
  box-shadow: 0 22px 52px rgba(5, 5, 5, 0.22);
  clip-path: polygon(9% 0, 100% 0, 92% 100%, 0 100%, 0 14%);
  min-height: 420px;
  overflow: hidden;
  position: relative;
}

.story-image-panel.secondary {
  clip-path: polygon(0 0, 100% 7%, 100% 100%, 10% 100%);
}

.story-image-panel img,
.generated-visit-scene img,
.scene-image img,
.scene-pair img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
  width: 100%;
}

.generated-visit-scene {
  background: var(--black);
  min-height: 420px;
  overflow: hidden;
  position: relative;
}

.scene-image {
  background: var(--black);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.scene-image img {
  box-shadow: none;
  min-height: 420px;
}

.scene-pair img {
  background: var(--black);
  box-shadow: var(--shadow);
}

.art-frame img {
  object-position: center;
}

.product-card h3,
.product-card p,
.product-card .tag,
.code-product-card h3,
.code-product-card strong,
.mini-product-card strong {
  color: var(--black);
}

.product-card p {
  color: var(--muted);
}

.product-card .tag,
.mini-product-card > span:last-child {
  color: var(--blue);
}

.featured-code-band .code-product-card h3,
.featured-code-band .code-product-card strong {
  color: var(--black) !important;
}

@media (max-width: 1100px) {
  .generated-story-art {
    grid-template-columns: 1fr;
  }

  .live-home .hero-product-art {
    min-height: 430px;
  }
}

@media (max-width: 640px) {
  .page-hero {
    background:
      linear-gradient(140deg, rgba(5, 40, 164, 0.97), rgba(42, 74, 191, 0.9) 58%, rgba(5, 5, 5, 0.84) 58.2%),
      url("../img/generated-storefront.jpg") center / cover no-repeat;
  }

  .live-home .hero-product-art {
    min-height: 300px;
    padding-left: 0;
  }

  .live-home .hero-product-art img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    object-position: center;
    width: 100%;
  }

  .story-image-panel,
  .generated-visit-scene,
  .scene-image img {
    min-height: 300px;
  }
}

/* Contrast hardening pass. */
.page-hero,
.mock-hero,
.visit-code-band .visit-copy {
  background-color: var(--blue-deep);
}

.button.primary {
  color: var(--black);
}

.newsletter,
.newsletter h2,
.newsletter p {
  color: var(--black);
}

.newsletter .button.dark {
  color: var(--paper);
}

.section.black-band .product-card h3,
.section.black-band .product-card strong,
.section.black-band .product-card .price {
  color: var(--black) !important;
}

.section.black-band .product-card p {
  color: var(--muted) !important;
}

.section.black-band .product-card .tag {
  color: var(--blue) !important;
}

.section.blue-band .art-frame {
  background: var(--paper);
  color: var(--ink);
}

.section.blue-band .art-frame h2,
.section.blue-band .art-frame h3 {
  color: var(--black) !important;
}

.section.blue-band .art-frame p {
  color: var(--muted);
}

.section.blue-band .art-frame .button.light {
  border-color: var(--black);
  color: var(--black);
}

/* Supplied logo pass. */
.brand,
.live-home .brand.real-logo {
  align-items: center;
  background: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  min-height: 72px;
  padding: 8px 0;
  width: clamp(156px, 13vw, 204px);
}

.brand img,
.live-home .brand.real-logo img {
  background: transparent;
  display: block;
  height: auto;
  max-height: 68px;
  object-fit: contain;
  padding: 0;
  width: 100%;
}

.footer-logo {
  background: transparent;
  display: block;
  height: auto;
  max-height: 86px;
  object-fit: contain;
  padding: 10px 0 12px;
  width: min(220px, 100%);
}

.footer-real-logo {
  justify-content: flex-start;
  margin-bottom: 12px;
  min-height: 0;
  padding: 0;
  width: min(220px, 100%);
}

.footer-real-logo img {
  max-height: 86px;
}

.brand-stamp {
  background: var(--paper);
  border: 1px solid rgba(42, 74, 191, 0.18);
  display: block;
  height: auto;
  margin: 0 0 22px;
  max-width: 100%;
  padding: 14px 16px;
  width: min(236px, 70vw);
}

@media (max-width: 640px) {
  .brand,
  .live-home .brand.real-logo {
    min-height: 64px;
    padding: 7px 0;
    width: 154px;
  }

  .brand img,
  .live-home .brand.real-logo img {
    max-height: 58px;
  }

  .footer-logo,
  .footer-real-logo {
    width: min(190px, 100%);
  }

  .brand-stamp {
    padding: 12px 14px;
    width: min(218px, 80vw);
  }
}

/* Location map pass. */
.map-panel.real-map,
.home-map-panel {
  background: var(--black);
  border: 1px solid rgba(42, 74, 191, 0.28);
  box-shadow: var(--shadow);
  isolation: isolate;
  min-height: 420px;
}

.map-panel.real-map::before {
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(231, 84, 6, 0.75) 48% 48.5%, transparent 48.5%),
    linear-gradient(90deg, rgba(42, 74, 191, 0.18) 1px, transparent 1px),
    linear-gradient(0deg, rgba(42, 74, 191, 0.18) 1px, transparent 1px);
  background-size: auto, 42px 42px, 42px 42px;
  pointer-events: none;
  z-index: 2;
}

.map-panel iframe,
.home-map-panel iframe {
  border: 0;
  display: block;
  height: 100%;
  inset: 0;
  min-height: 420px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.map-marker {
  box-shadow: 0 16px 34px rgba(5, 5, 5, 0.24);
  max-width: calc(100% - 44px);
  text-align: center;
  white-space: nowrap;
  z-index: 3;
}

.home-map-panel .map-marker {
  font-size: 1.5rem;
  left: 34px;
  top: 34px;
  transform: skewX(-8deg);
}

@media (max-width: 640px) {
  .map-panel.real-map,
  .home-map-panel,
  .map-panel iframe,
  .home-map-panel iframe {
    min-height: 340px;
  }

  .map-marker,
  .home-map-panel .map-marker {
    font-size: 1.35rem;
    left: 18px;
    right: 18px;
    top: 18px;
    transform: skewX(-8deg);
    width: auto;
  }
}

/* Site rhythm polish pass. */
.topbar-inner,
.nav-inner,
.section-inner,
.footer-inner {
  padding-left: clamp(24px, 3.2vw, 36px);
  padding-right: clamp(24px, 3.2vw, 36px);
}

h1,
h2,
h3,
.display {
  line-height: 0.92;
  text-wrap: balance;
}

h1 {
  font-size: clamp(3.9rem, 5vw, 6rem);
}

h2 {
  font-size: clamp(2.55rem, 4.35vw, 4.75rem);
}

h3 {
  font-size: clamp(1.65rem, 2.4vw, 2.65rem);
}

.section {
  padding: clamp(64px, 5.2vw, 84px) 0;
}

.section-heading {
  align-items: center;
  gap: clamp(20px, 4vw, 46px);
  margin-bottom: clamp(28px, 3vw, 40px);
}

.section-heading p,
.story-copy p,
.page-copy p,
.split-copy p,
.product-card p,
.visit-info-panel p,
.newsletter p {
  line-height: 1.45;
}

.page-hero {
  padding: clamp(70px, 6vw, 94px) 0 clamp(46px, 4vw, 60px);
}

.page-hero p {
  font-size: 1.08rem;
  line-height: 1.5;
  max-width: 620px;
}

.quick-links {
  gap: 10px;
  margin-top: 24px;
}

.quick-links a {
  padding: 12px 16px;
}

.product-card,
.code-product-card,
.home-category-card {
  padding: 22px;
}

.product-card h3,
.code-product-card h3 {
  line-height: 1.16;
}

.product-card p {
  font-size: 0.94rem;
}

.visit-copy,
.visit-info-panel,
.geometric-panel {
  padding: clamp(38px, 4vw, 56px);
}

.visit-code-band .visit-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.visit-info-panel h3 {
  font-size: clamp(1.75rem, 2.2vw, 2.15rem);
  line-height: 0.96;
}

.newsletter {
  padding: clamp(28px, 3.2vw, 42px) 0;
}

.newsletter-inner {
  align-items: center;
  gap: clamp(28px, 4.8vw, 64px);
  grid-template-columns: minmax(280px, 0.72fr) minmax(440px, 1fr);
}

.newsletter h2 {
  color: var(--black);
  font-size: clamp(2.45rem, 3.15vw, 3.6rem);
  line-height: 0.88;
}

.newsletter p {
  color: var(--black);
  font-size: 1rem;
  margin-top: 6px;
  max-width: 500px;
}

.signup-form {
  align-items: center;
  justify-self: center;
  width: min(680px, 100%);
}

.signup-form input {
  min-height: 56px;
  padding: 0 18px;
}

.signup-form .button {
  min-height: 56px;
  padding: 0 24px;
}

@media (max-width: 1100px) {
  .newsletter-inner {
    grid-template-columns: 1fr;
  }

  .signup-form {
    justify-self: stretch;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .topbar-inner,
  .nav-inner,
  .section-inner,
  .footer-inner {
    padding-left: 22px;
    padding-right: 22px;
  }

  h1 {
    font-size: clamp(3.05rem, 13vw, 4.25rem);
  }

  h2 {
    font-size: clamp(2.45rem, 11vw, 3.35rem);
  }

  h3 {
    font-size: clamp(1.55rem, 7vw, 2.25rem);
  }

  .section {
    padding: 54px 0;
  }

  .page-hero {
    padding: 56px 0 38px;
  }

  .page-hero p {
    font-size: 1rem;
  }

  .product-card,
  .code-product-card,
  .home-category-card,
  .visit-info-panel,
  .geometric-panel {
    padding: 20px;
  }

  .visit-copy {
    padding: 34px 24px;
  }

  .newsletter {
    padding: 30px 0;
  }

  .newsletter-inner {
    gap: 18px;
  }

  .newsletter h2 {
    font-size: clamp(2.35rem, 10vw, 3rem);
  }

  .signup-form {
    grid-template-columns: 1fr;
  }

  .signup-form input,
  .signup-form .button {
    min-height: 54px;
  }
}

/* Shop section image replacement pass. */
.home-shelves-showcase {
  background: var(--black);
  border: 1px solid rgba(42, 74, 191, 0.32);
  box-shadow: var(--shadow);
  margin: 0 0 18px;
  min-height: 360px;
  overflow: hidden;
  position: relative;
}

.home-shelves-showcase::after {
  background:
    linear-gradient(135deg, transparent 0 45%, rgba(231, 84, 6, 0.52) 45% 45.35%, transparent 45.35%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 34%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.home-shelves-showcase img {
  display: block;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.live-home .home-categories {
  gap: 0;
  padding-top: 0;
}

.live-home .home-category-card {
  min-height: 210px;
  padding: 26px 22px 58px;
}

.live-home .home-category-card h2 {
  min-height: 1.45em;
}

.live-home .home-category-card p {
  max-width: 220px;
}

.brand-stamp {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.local-code-story .story-copy .button {
  margin-top: 20px;
}

@media (max-width: 900px) {
  .home-shelves-showcase,
  .home-shelves-showcase img {
    min-height: 300px;
  }

  .live-home .home-category-card {
    min-height: 185px;
  }
}

@media (max-width: 640px) {
  .home-shelves-showcase,
  .home-shelves-showcase img {
    min-height: 240px;
  }

  .live-home .home-category-card {
    min-height: 160px;
    padding: 22px 20px 54px;
  }

  .live-home .home-category-card h2 {
    min-height: 0;
  }
}

/* Custom Level Up builder pass. */
.custom-home-tease {
  background:
    linear-gradient(135deg, rgba(42, 74, 191, 0.08), transparent 42%),
    var(--paper);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.custom-home-tease-grid {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
}

.custom-home-tease h2 {
  max-width: 780px;
}

.custom-home-tease p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.58;
  margin: 14px 0 0;
  max-width: 760px;
}

.custom-home-actions {
  align-items: start;
  border-left: 4px solid var(--orange);
  display: grid;
  gap: 14px;
  justify-items: start;
  padding-left: 22px;
}

.custom-home-actions span {
  color: var(--ink);
  font-weight: 800;
  line-height: 1.35;
}

.custom-page-hero {
  background:
    linear-gradient(122deg, rgba(5, 40, 164, 0.96) 0%, rgba(42, 74, 191, 0.96) 58%, rgba(255, 255, 255, 0) 58.2%),
    linear-gradient(90deg, var(--paper) 0 100%);
}

.custom-page-hero h1 {
  max-width: 760px;
}

.custom-page-hero p {
  color: var(--paper);
  max-width: 650px;
}

.eyebrow {
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.custom-intro-band {
  background: var(--black);
  color: var(--paper);
  padding: 28px 0;
}

.custom-intro-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.custom-intro-grid article {
  border: 1px solid rgba(255, 255, 255, 0.18);
  min-height: 220px;
  padding: 24px;
  position: relative;
}

.custom-intro-grid article::after {
  border-bottom: 2px solid var(--orange);
  border-right: 2px solid var(--orange);
  bottom: 16px;
  content: "";
  height: 38px;
  position: absolute;
  right: 16px;
  width: 38px;
}

.custom-intro-grid span {
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.custom-intro-grid h2 {
  color: var(--paper);
  font-size: 2.6rem;
  margin-top: 10px;
}

.custom-intro-grid p {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 600;
  line-height: 1.5;
  margin: 14px 0 0;
}

.custom-builder-section {
  background:
    linear-gradient(90deg, rgba(42, 74, 191, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(42, 74, 191, 0.05) 1px, transparent 1px),
    var(--soft);
  background-size: 48px 48px;
  padding: 70px 0;
  scroll-margin-top: 104px;
}

.custom-builder-grid {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(300px, 0.95fr) minmax(360px, 1.05fr) minmax(300px, 0.72fr);
}

.custom-builder-copy,
.custom-controls,
.custom-summary {
  min-width: 0;
}

.custom-builder-copy h2 {
  font-size: 3.6rem;
}

.custom-builder-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.62;
  margin: 14px 0 18px;
}

.custom-preview-card,
.custom-panel,
.custom-summary {
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 18px 54px rgba(5, 5, 5, 0.1);
}

.custom-preview-card {
  overflow: hidden;
}

.custom-mockup {
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.94), transparent 220px),
    linear-gradient(135deg, rgba(231, 84, 6, 0.14), transparent 44%),
    #dfe4ed;
  min-height: 470px;
  overflow: hidden;
  position: relative;
}

.custom-template {
  inset: 28px;
  pointer-events: none;
  position: absolute;
}

.custom-template-fill,
.custom-template img {
  height: min(400px, 92%);
  left: 50%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(390px, 92%);
}

.custom-template-fill {
  background: var(--garment-color, #f5f5f1);
  filter: drop-shadow(0 26px 42px rgba(5, 5, 5, 0.18));
  mask-image: var(--template-mask);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: var(--template-mask);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.custom-template img {
  opacity: 0.92;
  z-index: 1;
}

.custom-side-toggle {
  background: rgba(5, 5, 5, 0.78);
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  left: 16px;
  padding: 5px;
  position: absolute;
  top: 16px;
  z-index: 6;
}

.custom-side-toggle button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.74);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 900;
  min-height: 34px;
  min-width: 64px;
  text-transform: uppercase;
}

.custom-side-toggle button[data-active="true"] {
  background: var(--paper);
  color: var(--black);
}

.custom-design {
  align-items: center;
  aspect-ratio: var(--design-aspect-ratio, 1);
  color: var(--design-color, #ffffff);
  display: grid;
  justify-items: center;
  left: var(--design-x, 50%);
  line-height: 1.02;
  padding: 4px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: var(--design-y, 45%);
  transform: translate(-50%, -50%);
  width: var(--design-width, 28%);
  z-index: 4;
}

.custom-design span {
  color: inherit;
  filter: drop-shadow(0 10px 18px rgba(5, 5, 5, 0.28));
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 2.35rem;
  font-weight: 900;
  line-height: 0.9;
  overflow-wrap: anywhere;
}

.custom-design img {
  filter: drop-shadow(0 10px 18px rgba(5, 5, 5, 0.28));
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  width: 100%;
}

.custom-size-tag,
.custom-mockup-note {
  background: rgba(5, 5, 5, 0.78);
  color: var(--paper);
  display: grid;
  gap: 2px;
  padding: 12px 14px;
  position: absolute;
  z-index: 5;
}

.custom-size-tag {
  bottom: 16px;
  left: 16px;
}

.custom-size-tag span,
.custom-mockup-note {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 850;
}

.custom-size-tag strong {
  color: var(--paper);
  font-size: 0.95rem;
  font-weight: 900;
}

.custom-mockup-note {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.custom-design[hidden],
.custom-mockup-note[hidden],
.custom-upload-drop[hidden],
.created-design-fields[hidden],
.custom-size-fields[hidden] {
  display: none !important;
}

.custom-controls {
  display: grid;
  gap: 14px;
}

.custom-panel {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 20px;
}

.custom-panel legend {
  color: var(--black);
  float: left;
  font-weight: 900;
  margin: 0 0 2px;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}

.custom-panel legend + * {
  clear: both;
}

.custom-choice-grid,
.custom-field-grid,
.color-swatch-grid,
.created-design-fields,
.size-grid {
  display: grid;
  gap: 10px;
}

.custom-choice-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.custom-field-grid,
.created-design-fields,
.custom-size-fields {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.custom-size-fields {
  display: grid;
  gap: 10px;
  grid-column: 1 / -1;
}

.custom-choice,
.color-swatch,
.segmented-control button,
.quick-quantity-row button {
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  min-height: 48px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.custom-choice {
  display: grid;
  gap: 4px;
  min-height: 88px;
  padding: 12px 10px;
  text-align: center;
}

.custom-choice small {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.custom-choice:hover,
.color-swatch:hover,
.segmented-control button:hover,
.quick-quantity-row button:hover {
  border-color: var(--blue);
  transform: translateY(-2px);
}

.custom-choice[data-active="true"],
.color-swatch[data-active="true"],
.segmented-control button[data-active="true"],
.quick-quantity-row button[data-active="true"] {
  background: var(--black);
  border-color: var(--black);
  color: var(--paper);
}

.custom-choice[data-active="true"] small,
.segmented-control button[data-active="true"] small {
  color: rgba(255, 255, 255, 0.76);
}

.custom-field-grid label,
.created-design-fields label,
.custom-size-fields label,
.size-grid label,
.custom-contact-card label {
  display: grid;
  gap: 6px;
}

.custom-field-grid span,
.created-design-fields span,
.custom-size-fields span,
.size-grid span,
.custom-contact-card span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.custom-field-grid input,
.custom-field-grid select,
.created-design-fields input,
.created-design-fields select,
.custom-size-fields input,
.size-grid input,
.custom-contact-card input,
.custom-contact-card textarea {
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  min-height: 46px;
  padding: 10px 12px;
  width: 100%;
}

.custom-contact-card textarea {
  min-height: 116px;
  resize: vertical;
}

.custom-helper {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.45;
  margin: 0;
}

.custom-upload-drop {
  align-items: start;
  background: var(--paper);
  border: 1px dashed rgba(5, 5, 5, 0.34);
  cursor: pointer;
  display: flex;
  gap: 12px;
  padding: 16px;
  position: relative;
}

.custom-upload-drop input {
  cursor: pointer;
  inset: 0;
  opacity: 0;
  position: absolute;
}

.custom-upload-drop span {
  display: grid;
  gap: 4px;
}

.custom-upload-drop small {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
}

.artwork-status {
  background: var(--ice);
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
  padding: 12px;
}

.color-swatch-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.color-swatch {
  align-items: center;
  display: flex;
  gap: 8px;
  padding: 10px 12px;
  text-align: left;
}

.color-swatch span {
  background: var(--swatch);
  border: 1px solid var(--swatch-border);
  border-radius: 999px;
  height: 18px;
  width: 18px;
}

.quick-quantity-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.quick-quantity-row button {
  min-width: 54px;
  padding: 0 14px;
}

.quantity-pricing-card {
  background: var(--ice);
}

.size-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.size-grid label {
  border: 1px solid var(--line);
  padding: 12px;
}

.custom-summary {
  display: grid;
  gap: 16px;
  padding: 16px;
  position: sticky;
  top: 104px;
}

.custom-summary .estimate-card {
  background: var(--black);
  color: var(--paper);
  display: grid;
  gap: 8px;
  padding: 18px;
}

.custom-summary .estimate-card strong {
  color: var(--paper);
  font-size: 2.05rem;
  font-weight: 900;
  line-height: 1;
}

.custom-summary .estimate-card span,
.custom-summary .estimate-card small {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 800;
  line-height: 1.45;
}

.custom-summary .estimate-details dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.custom-summary .estimate-details div {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 8px;
  grid-template-columns: 0.68fr 1fr;
  padding-bottom: 10px;
}

.custom-summary dt {
  color: var(--muted);
  font-weight: 850;
}

.custom-summary dd {
  color: var(--ink);
  font-weight: 900;
  margin: 0;
}

.custom-contact-card {
  border-top: 4px solid var(--orange);
  display: grid;
  gap: 12px;
  padding-top: 16px;
  scroll-margin-top: 104px;
}

.custom-contact-card h3 {
  font-size: 2rem;
}

.custom-contact-card p {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.custom-contact-card .button {
  width: 100%;
}

.register-band {
  background:
    linear-gradient(90deg, rgba(42, 74, 191, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(42, 74, 191, 0.055) 1px, transparent 1px),
    var(--paper);
  background-size: 46px 46px;
  padding: 74px 0;
  scroll-margin-top: 104px;
}

.register-grid {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(300px, 0.82fr) minmax(420px, 1.18fr);
}

.register-copy {
  background:
    linear-gradient(135deg, rgba(42, 74, 191, 0.88), rgba(5, 40, 164, 0.94)),
    var(--blue);
  color: var(--paper);
  display: grid;
  min-height: 100%;
  padding: 34px;
  position: relative;
}

.register-copy::after {
  border-bottom: 2px solid var(--orange-hot);
  border-right: 2px solid var(--orange-hot);
  bottom: 20px;
  content: "";
  height: 70px;
  position: absolute;
  right: 20px;
  width: 92px;
}

.register-copy h2 {
  color: var(--paper);
  font-size: clamp(3rem, 5vw, 5.5rem);
  line-height: 0.86;
  max-width: 520px;
}

.register-copy p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.56;
  margin: 18px 0 0;
  max-width: 520px;
}

.register-points {
  align-self: end;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 36px;
  padding-right: 90px;
}

.register-points span {
  border: 1px solid rgba(255, 255, 255, 0.44);
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 900;
  padding: 8px 10px;
  text-transform: uppercase;
}

.register-form {
  background: var(--soft);
  border: 1px solid var(--line);
  box-shadow: 0 18px 54px rgba(5, 5, 5, 0.1);
  display: grid;
  gap: 14px;
  padding: 26px;
}

.register-field-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.register-form label {
  display: grid;
  gap: 7px;
}

.register-form label > span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.register-form input,
.register-form select,
.register-form textarea {
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  min-height: 48px;
  padding: 10px 12px;
  width: 100%;
}

.register-form textarea {
  min-height: 122px;
  resize: vertical;
}

.register-form input:focus,
.register-form select:focus,
.register-form textarea:focus {
  border-color: var(--blue);
  outline: none;
}

.register-consent {
  align-items: start;
  background: var(--paper);
  border: 1px solid var(--line);
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 14px;
}

.register-consent input {
  accent-color: var(--orange);
  height: 18px;
  margin: 2px 0 0;
  min-height: 18px;
  padding: 0;
  width: 18px;
}

.register-consent span {
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: none;
}

.story-hero {
  background:
    linear-gradient(120deg, rgba(5, 40, 164, 0.98), rgba(42, 74, 191, 0.96) 54%, rgba(5, 5, 5, 0.96) 54.2%),
    var(--blue);
  color: var(--paper);
  overflow: hidden;
  padding: 72px 0 78px;
  position: relative;
}

.story-hero::after {
  border: 1px solid rgba(255, 255, 255, 0.26);
  content: "";
  height: 340px;
  position: absolute;
  right: -70px;
  top: 42px;
  transform: skewX(-28deg);
  width: 420px;
}

.story-hero-grid {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(360px, 0.9fr) minmax(440px, 1.1fr);
  position: relative;
  z-index: 1;
}

.story-hero-copy h1 {
  color: var(--paper);
  font-size: clamp(4.4rem, 7.4vw, 7.4rem);
  max-width: 760px;
}

.story-hero-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  font-weight: 700;
  line-height: 1.55;
  margin-top: 22px;
  max-width: 660px;
}

.story-photo-collage {
  display: grid;
  gap: 14px;
  grid-template-columns: 1.03fr 0.97fr;
}

.story-photo-card {
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: var(--shadow);
  color: var(--paper);
  margin: 0;
  min-height: 230px;
  overflow: hidden;
  position: relative;
}

.story-photo-card--tall {
  grid-row: span 2;
  min-height: 520px;
}

.story-photo-card--wide {
  grid-column: 1 / -1;
  min-height: 390px;
}

.story-photo-card--wide img {
  object-position: center 46%;
}

.story-photo-card img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.story-photo-card::after {
  background: linear-gradient(180deg, transparent 55%, rgba(5, 5, 5, 0.78));
  content: "";
  inset: 0;
  position: absolute;
}

.story-photo-card figcaption {
  bottom: 16px;
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 900;
  left: 16px;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}

.story-band {
  background: var(--paper);
  padding: 76px 0;
}

.story-root-grid,
.story-community-grid {
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1.18fr);
}

.story-root-grid h2,
.story-community-copy h2 {
  font-size: clamp(3.3rem, 5vw, 5.8rem);
  line-height: 0.88;
}

.story-body-copy {
  border-left: 4px solid var(--orange);
  display: grid;
  gap: 18px;
  padding-left: 24px;
}

.story-body-copy p,
.story-community-copy p {
  color: var(--muted);
  font-size: 1.04rem;
  font-weight: 650;
  line-height: 1.64;
  margin: 0;
}

.family-role-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.family-proof-panel {
  align-items: stretch;
  border: 1px solid var(--line);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(320px, 0.92fr) minmax(360px, 1.08fr);
  margin: 34px 0 18px;
  min-height: 360px;
}

.family-proof-panel figure {
  background: var(--black);
  margin: 0;
  min-height: 360px;
  overflow: hidden;
  position: relative;
}

.family-proof-panel img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 42%;
  position: absolute;
  width: 100%;
}

.family-proof-panel figure::after {
  background: linear-gradient(180deg, transparent 54%, rgba(5, 5, 5, 0.76));
  content: "";
  inset: 0;
  position: absolute;
}

.family-proof-panel figcaption {
  bottom: 18px;
  color: var(--paper);
  font-size: 0.82rem;
  font-weight: 900;
  left: 18px;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}

.family-proof-panel > div {
  align-content: center;
  background: var(--paper);
  display: grid;
  padding: clamp(26px, 4vw, 46px);
  position: relative;
}

.family-proof-panel > div::after {
  border-bottom: 2px solid var(--orange);
  border-right: 2px solid var(--orange);
  bottom: 20px;
  content: "";
  height: 48px;
  position: absolute;
  right: 20px;
  width: 48px;
}

.family-proof-panel span {
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.family-proof-panel h3 {
  font-size: clamp(2.8rem, 4vw, 4.55rem);
  line-height: 0.92;
  margin-top: 14px;
  max-width: 720px;
}

.family-proof-panel p {
  color: var(--muted);
  font-size: 1.03rem;
  font-weight: 650;
  line-height: 1.58;
  margin: 16px 0 0;
  max-width: 680px;
}

.family-role-grid article,
.story-timeline article,
.story-social-proof {
  background: var(--paper);
  border: 1px solid var(--line);
  min-height: 230px;
  padding: 24px;
  position: relative;
}

.family-role-grid article::after,
.story-timeline article::after,
.story-social-proof::after {
  border-bottom: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  bottom: 18px;
  content: "";
  height: 42px;
  position: absolute;
  right: 18px;
  width: 42px;
}

.family-role-grid span,
.story-timeline span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.family-role-grid h3,
.story-timeline h3 {
  font-size: 2.55rem;
  margin-top: 12px;
}

.family-role-grid p,
.story-timeline p,
.story-social-proof p {
  color: var(--muted);
  font-weight: 650;
  line-height: 1.5;
  margin: 12px 0 0;
}

.story-timeline {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.story-timeline article {
  min-height: 260px;
}

.section.black-band .story-timeline article {
  background: #10131a;
  border-color: rgba(255, 255, 255, 0.16);
}

.section.black-band .story-timeline article::after {
  border-color: var(--orange-hot);
}

.section.black-band .story-timeline span {
  color: var(--orange-hot);
}

.section.black-band .story-timeline h3 {
  color: var(--paper);
}

.section.black-band .story-timeline p {
  color: rgba(255, 255, 255, 0.78);
}

.story-community {
  background:
    linear-gradient(90deg, rgba(42, 74, 191, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(42, 74, 191, 0.055) 1px, transparent 1px),
    var(--soft);
  background-size: 46px 46px;
  padding: 88px 0;
}

.story-community-grid {
  align-items: start;
  gap: clamp(44px, 5vw, 76px);
  grid-template-columns: minmax(360px, 0.72fr) minmax(420px, 1fr);
}

.story-community-copy {
  display: grid;
  gap: 18px;
}

.story-community-copy .eyebrow {
  margin: 0 0 2px;
}

.story-community-copy h2 {
  max-width: 620px;
}

.story-community-copy p {
  font-size: 1rem;
  line-height: 1.58;
  max-width: 620px;
}

.story-social-proof {
  align-self: start;
  border-top: 4px solid var(--orange);
  box-shadow: 0 18px 54px rgba(5, 5, 5, 0.1);
  display: grid;
  gap: 20px;
  min-height: 0;
  padding: 28px 30px 30px;
}

.story-social-proof strong {
  color: var(--black);
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(2.7rem, 3.4vw, 4.15rem);
  font-weight: 900;
  line-height: 0.94;
  text-transform: uppercase;
}

.story-social-proof p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  max-width: 720px;
}

.story-social-proof .button {
  justify-self: start;
  margin-top: 10px;
}

.friends-logo-band {
  background:
    linear-gradient(135deg, rgba(42, 74, 191, 0.2) 1px, transparent 1px),
    var(--black);
  background-size: 34px 34px;
  color: var(--paper);
  overflow: hidden;
  padding: 82px 0;
}

.friends-logo-heading {
  align-items: end;
  display: grid;
  gap: clamp(24px, 4vw, 58px);
  grid-template-columns: minmax(360px, 0.95fr) minmax(360px, 0.75fr);
}

.friends-logo-heading .eyebrow {
  color: var(--orange-hot);
}

.friends-logo-heading h2 {
  color: var(--paper);
  font-size: clamp(3.25rem, 5vw, 6rem);
  line-height: 0.88;
  max-width: 740px;
}

.friends-logo-heading p:last-child {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
  margin: 0;
  max-width: 520px;
}

.friends-logo-carousel {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  margin-top: 34px;
  overflow: hidden;
  padding: 18px 0;
}

.friends-logo-track {
  animation: friendsLogoScroll 30s linear infinite;
  display: flex;
  gap: 16px;
  width: max-content;
}

.friends-logo-carousel:hover .friends-logo-track {
  animation-play-state: paused;
}

.friend-logo-card {
  align-content: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--paper);
  display: grid;
  gap: 8px;
  height: 136px;
  justify-items: center;
  min-width: 230px;
  padding: 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.friend-logo-card::before,
.friend-logo-card::after {
  content: "";
  position: absolute;
}

.friend-logo-card::before {
  background: var(--orange-hot);
  height: 4px;
  left: 0;
  top: 0;
  width: 48px;
}

.friend-logo-card::after {
  border-bottom: 2px solid var(--blue-light);
  border-right: 2px solid var(--blue-light);
  bottom: 14px;
  height: 34px;
  right: 14px;
  width: 34px;
}

.friend-logo-card:hover {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.36);
  transform: translateY(-2px);
}

.friend-logo-mark {
  align-items: center;
  border: 1px solid var(--orange-hot);
  color: var(--orange-hot);
  display: flex;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  line-height: 1;
  width: 42px;
}

.friend-logo-card strong {
  color: var(--paper);
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
}

.friend-logo-card small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

@keyframes friendsLogoScroll {
  from {
    transform: translateX(calc(-50% - 8px));
  }

  to {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .friends-logo-track {
    animation: none;
    flex-wrap: wrap;
    width: auto;
  }

  .level-agent-ping::after {
    animation: none;
  }
}

.level-agent {
  bottom: 22px;
  color: var(--ink);
  font-family: "Barlow", Arial, sans-serif;
  position: fixed;
  right: 22px;
  z-index: 100;
}

.level-agent-toggle {
  align-items: center;
  background: var(--orange-hot);
  border: 0;
  color: var(--black);
  cursor: pointer;
  display: flex;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  gap: 8px;
  height: 58px;
  justify-content: center;
  letter-spacing: 0;
  min-width: 86px;
  padding: 0 18px;
  text-transform: uppercase;
  box-shadow: 0 16px 40px rgba(5, 5, 5, 0.24);
}

.level-agent-ping {
  background: var(--black);
  display: block;
  height: 10px;
  position: relative;
  width: 10px;
}

.level-agent-ping::after {
  animation: levelAgentPing 1.8s ease-out infinite;
  border: 1px solid var(--black);
  content: "";
  inset: -8px;
  opacity: 0.7;
  position: absolute;
}

.level-agent-panel {
  background: var(--paper);
  border: 1px solid var(--line);
  bottom: 74px;
  box-shadow: 0 24px 70px rgba(5, 5, 5, 0.26);
  display: grid;
  grid-template-rows: auto minmax(150px, 1fr) auto auto;
  max-height: min(640px, calc(100vh - 120px));
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  transform: translateY(14px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  visibility: hidden;
  width: min(390px, calc(100vw - 28px));
}

.level-agent-panel[hidden] {
  display: none;
}

.level-agent[data-open="true"] .level-agent-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.level-agent[data-open="pending"][data-auto-open="true"] .level-agent-panel {
  animation: levelAgentAutoOpen 160ms ease 5s forwards;
}

.level-agent[data-open="false"] .level-agent-panel {
  animation: none;
}

.level-agent-header {
  align-items: center;
  background: var(--black);
  color: var(--paper);
  display: flex;
  justify-content: space-between;
  padding: 18px;
}

.level-agent-header span {
  color: var(--orange-hot);
  display: block;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.level-agent-header strong {
  display: block;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 0.9;
  margin-top: 4px;
  text-transform: uppercase;
}

.level-agent-close {
  align-items: center;
  background: var(--orange-hot);
  border: 0;
  color: var(--black);
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.level-agent-messages {
  display: grid;
  gap: 12px;
  overflow-y: auto;
  padding: 16px;
}

.level-agent-message {
  max-width: 94%;
}

.level-agent-message p {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.42;
  margin: 0;
}

.level-agent-message--agent {
  justify-self: start;
}

.level-agent-message--agent p {
  background: var(--soft);
  border-left: 4px solid var(--orange-hot);
  color: var(--ink);
  padding: 12px 12px 12px 14px;
}

.level-agent-message--user {
  justify-self: end;
}

.level-agent-message--user p {
  background: var(--blue);
  color: var(--paper);
  padding: 12px 14px;
}

.level-agent-results {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.level-agent-result {
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  display: grid;
  gap: 4px;
  padding: 12px 42px 12px 12px;
  position: relative;
  text-decoration: none;
}

.level-agent-result::after {
  border-bottom: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  bottom: 10px;
  content: "";
  height: 24px;
  position: absolute;
  right: 10px;
  width: 24px;
}

.level-agent-result:hover {
  border-color: var(--blue);
}

.level-agent-result span {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.level-agent-result strong {
  color: var(--black);
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.level-agent-result small {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.36;
}

.level-agent-prompts {
  border-top: 1px solid var(--line);
  display: flex;
  gap: 8px;
  padding: 12px 16px 0;
}

.level-agent-prompts button {
  background: var(--soft);
  border: 1px solid var(--line);
  color: var(--ink);
  cursor: pointer;
  flex: 1;
  font-size: 0.78rem;
  font-weight: 900;
  min-height: 36px;
  text-transform: uppercase;
}

.level-agent-prompts button:hover {
  border-color: var(--orange-hot);
}

.level-agent-form {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 54px;
  padding: 12px 16px 16px;
}

.level-agent-form input {
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  font: inherit;
  font-size: 0.95rem;
  min-height: 48px;
  padding: 0 12px;
}

.level-agent-form input:focus {
  border-color: var(--blue);
  outline: 2px solid rgba(42, 74, 191, 0.18);
}

.level-agent-form button {
  background: var(--black);
  border: 0;
  color: var(--paper);
  cursor: pointer;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
}

@keyframes levelAgentPing {
  from {
    opacity: 0.68;
    transform: scale(0.8);
  }

  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

@keyframes levelAgentAutoOpen {
  from {
    opacity: 0;
    pointer-events: none;
    transform: translateY(14px);
    visibility: hidden;
  }

  to {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }
}

.custom-pricing-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.custom-pricing-grid article {
  background: var(--paper);
  color: var(--ink);
  min-height: 220px;
  padding: 22px;
  position: relative;
}

.custom-pricing-grid article::after {
  border-bottom: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  bottom: 16px;
  content: "";
  height: 38px;
  position: absolute;
  right: 16px;
  width: 38px;
}

.custom-pricing-grid span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.custom-pricing-grid strong {
  color: var(--black);
  display: block;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 2.15rem;
  font-weight: 900;
  line-height: 0.95;
  margin-top: 12px;
  text-transform: uppercase;
}

.custom-pricing-grid p {
  color: var(--muted);
  font-weight: 650;
  line-height: 1.45;
  margin: 14px 0 0;
}

@media (max-width: 1180px) {
  .custom-builder-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
  }

  .custom-summary {
    grid-column: 1 / -1;
    position: static;
  }

  .custom-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .register-grid {
    grid-template-columns: 1fr;
  }

  .story-hero-grid,
  .story-root-grid,
  .story-community-grid,
  .friends-logo-heading {
    grid-template-columns: 1fr;
  }

  .story-photo-collage {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .story-photo-card,
  .story-photo-card--tall,
  .story-photo-card--wide {
    grid-row: auto;
    min-height: 340px;
  }

  .story-photo-card--wide {
    grid-column: 1 / -1;
  }

  .family-role-grid,
  .story-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .family-proof-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .custom-home-tease-grid,
  .custom-intro-grid,
  .custom-builder-grid {
    grid-template-columns: 1fr;
  }

  .custom-home-actions {
    border-left: 0;
    border-top: 4px solid var(--orange);
    padding-left: 0;
    padding-top: 18px;
  }

  .custom-builder-copy h2 {
    font-size: 3rem;
  }

  .custom-mockup {
    min-height: 420px;
  }

  .story-hero {
    background: var(--blue);
    padding: 54px 0 58px;
  }

  .story-photo-collage {
    grid-template-columns: 1fr;
  }

  .story-photo-card,
  .story-photo-card--tall,
  .story-photo-card--wide {
    min-height: 380px;
  }

  .family-role-grid,
  .story-timeline {
    grid-template-columns: 1fr;
  }

  .family-proof-panel figure {
    min-height: 280px;
  }
}

@media (max-width: 640px) {
  .custom-page-hero {
    background: var(--blue);
  }

  .custom-intro-grid article,
  .custom-panel,
  .custom-pricing-grid article {
    padding: 18px;
  }

  .register-band {
    padding: 52px 0;
  }

  .register-copy,
  .register-form {
    padding: 20px;
  }

  .register-field-grid {
    grid-template-columns: 1fr;
  }

  .register-points {
    padding-right: 0;
  }

  .story-band,
  .story-community,
  .friends-logo-band {
    padding: 52px 0;
  }

  .friends-logo-heading h2 {
    font-size: clamp(3rem, 18vw, 4.4rem);
  }

  .friends-logo-carousel {
    margin-top: 24px;
  }

  .friend-logo-card {
    height: 120px;
    min-width: 188px;
    padding: 16px;
  }

  .friend-logo-card strong {
    font-size: 1.58rem;
  }

  .story-body-copy {
    padding-left: 16px;
  }

  .story-photo-card,
  .story-photo-card--tall {
    min-height: 330px;
  }

  .family-proof-panel {
    margin-top: 26px;
    min-height: 0;
  }

  .family-proof-panel figure {
    aspect-ratio: 2.05 / 1;
    min-height: 0;
  }

  .family-proof-panel > div {
    padding: 22px;
  }

  .custom-choice-grid,
  .custom-field-grid,
  .created-design-fields,
  .custom-size-fields,
  .color-swatch-grid,
  .size-grid,
  .custom-pricing-grid {
    grid-template-columns: 1fr;
  }

  .custom-mockup {
    min-height: 360px;
  }

  .custom-template-fill,
  .custom-template img {
    height: min(318px, 88%);
    width: min(310px, 88%);
  }

  .custom-summary .estimate-details div {
    grid-template-columns: 1fr;
  }

  .level-agent {
    bottom: 12px;
    left: 12px;
    right: 12px;
  }

  .level-agent-toggle {
    margin-left: auto;
    min-width: 78px;
  }

  .level-agent-panel {
    bottom: 70px;
    left: 0;
    max-height: calc(100vh - 92px);
    right: 0;
    width: 100%;
  }

  .level-agent-header {
    padding: 16px;
  }

  .level-agent-header strong {
    font-size: 1.72rem;
  }

  .level-agent-messages {
    max-height: 48vh;
    padding: 14px;
  }

  .level-agent-prompts,
  .level-agent-form {
    padding-left: 14px;
    padding-right: 14px;
  }
}
