@font-face {
  font-family:Jakarta;
  src:url('/storefront-assets/fonts/jakarta.ttf') format('truetype');
  font-weight:200 800;
  font-display:swap
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
.checkout-item {
  padding:22px 0;
  border-bottom:1px solid var(--line);
  font-size:14px
}
.checkout-item p {
  color:var(--muted);
  margin:8px 0
}
.checkout-item span {
  font-weight:700
}
#rates {
  border:1px solid var(--line);
  border-radius:8px;
  margin-top:24px;
  padding:18px
}
#rates label {
  display:flex;
  align-items:center;
  gap:8px
}
.option-buttons button {
  min-width:48px
}
.option-buttons button[aria-pressed=true] {
  background:var(--ink);
  color:white
}
.cart-item .image-placeholder {
  font-size:11px;
  min-height:90px
}
.body p {
  margin:16px 0
}
.studio-example-label {
  font-size:11px;
  color:var(--muted);
  margin-top:12px
}
:root {
  --ink:#0b0d12;
  --bg:#f7f7f2;
  --surface:#fff;
  --brand:#39ff14;
  --text:var(--ink);
  --muted:#656a73;
  --accent:#185319;
  --line:#d9ddd5;
  --ease:cubic-bezier(.22,1,.36,1)
}
* {
  box-sizing:border-box
}
body {
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font:16px/1.6 Jakarta,system-ui,sans-serif
}
h1,h2,h3,p {
  margin:0
}
h1,h2,h3 {
  line-height:1.08;
  letter-spacing:-.045em
}
h1 {
  font-size:clamp(2.5rem,5vw,4.5rem);
  font-weight:800
}
h2 {
  font-size:clamp(2rem,3.8vw,3.7rem);
  font-weight:750
}
h3 {
  font-size:1.25rem
}
a {
  color:inherit;
  text-decoration:none
}
button,input,select,textarea {
  font:inherit
}
button,a,input,select,textarea {
  touch-action:manipulation
}
button {
  cursor:pointer
}
img {
  max-width:100%;
  height:auto;
  display:block
}
a:hover {
  text-decoration:underline;
  text-underline-offset:5px
}
button:disabled {
  opacity:.5;
  cursor:not-allowed
}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible {
  outline:3px solid #185319;
  outline-offset:4px
}
input,select,textarea {
  width:100%;
  min-height:48px;
  padding:12px 14px;
  background:#fff;
  color:var(--ink);
  border:1px solid #858980;
  border-radius:8px
}
input[type=checkbox],input[type=radio] {
  width:20px;
  min-height:20px;
  accent-color:var(--ink)
}
label {
  display:block;
  font-size:.88rem;
  font-weight:650;
  margin:18px 0 6px
}
fieldset {
  min-width:0
}
legend {
  font-weight:700
}
button,select {
  min-height:44px
}
.wrap {
  width:min(1280px,calc(100% - 64px));
  margin:0 auto
}
main {
  min-height:50vh;
  padding-bottom:80px
}
.store-header {
  border-bottom:1px solid var(--line);
  background:var(--bg);
  position:relative;
  z-index:20
}
.nav {
  display:flex;
  align-items:center;
  gap:30px;
  min-height:96px
}
.logo {
  font-size:30px;
  font-weight:800;
  letter-spacing:-2px;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
  gap:0
}
.logo span {
  font-weight:500
}
.logo i {
  font-style:normal;
  margin-left:6px;
  color:var(--ink);
  font-size:30px
}
.desktop-nav {
  display:flex;
  gap:22px;
  margin:auto;
  font-size:13px;
  font-weight:650
}
.nav-actions {
  display:flex;
  align-items:center;
  gap:20px;
  font-size:13px;
  font-weight:700
}
.agent-link {
  font-size:11px;
  white-space:nowrap
}
.cart-link {
  white-space:nowrap
}
.cart-link span {
  background:var(--ink);
  color:white;
  border-radius:50%;
  display:inline-grid;
  place-items:center;
  width:24px;
  height:24px;
  margin-left:5px
}
.hamburger {
  display:none;
  border:0;
  background:none;
  padding:4px
}
.skip-link {
  position:fixed;
  left:20px;
  top:-80px;
  background:var(--ink);
  color:white;
  padding:14px;
  z-index:100
}
.skip-link:focus {
  top:12px
}
.drawer {
  position:fixed;
  right:0;
  top:0;
  bottom:0;
  width:min(390px,100%);
  background:var(--bg);
  z-index:50;
  padding:24px;
  transform:translateX(100%);
  visibility:hidden;
  transition:transform .3s var(--ease),visibility .3s
}
.drawer.open {
  transform:translateX(0);
  visibility:visible
}
.drawer nav {
  display:grid;
  gap:12px;
  margin-top:30px;
  max-height:80vh;
  overflow:auto
}
.drawer nav a {
  padding:10px 0;
  font-size:21px;
  font-weight:650
}
.drawer-close {
  border:0;
  background:none;
  margin-left:auto;
  display:block
}
.drawer-backdrop {
  position:fixed;
  inset:0;
  background:#0007;
  z-index:40
}
.btn {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:28px;
  background:var(--ink);
  color:white;
  border:1px solid var(--ink);
  border-radius:8px;
  padding:15px 22px;
  font-size:14px;
  font-weight:700;
  line-height:1.4;
  min-height:50px;
  transition:transform .18s var(--ease),background .18s
}
.btn:hover {
  background:#242824;
  text-decoration:none
}
.btn:active {
  transform:scale(.98)
}
.btn span {
  font-size:20px
}
.btn.secondary {
  background:transparent;
  color:var(--ink);
  border-color:var(--line)
}
.btn.secondary:hover {
  background:#e9ece3
}
.text-link {
  font-size:14px;
  font-weight:700;
  border-bottom:1px solid;
  padding-bottom:5px
}
.eyebrow {
  font-size:11px;
  letter-spacing:.1em;
  text-transform:uppercase;
  font-weight:700;
  margin-bottom:22px
}
.payment-helper {
  font-size:12px;
  color:var(--muted);
  margin-top:18px;
  max-width:460px
}
.editorial-hero {
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:24px;
  min-height:670px;
  align-items:center;
  padding:54px 0 64px
}
.hero-words {
  position:relative;
  z-index:2
}
.hero-words h1 {
  font-size:clamp(3.7rem,6.5vw,6.3rem);
  line-height:1.01;
  letter-spacing:-.068em;
  max-width:720px
}
.hero-words h1 span {
  position:relative;
  display:inline-block
}
.hero-words h1 span:after {
  content:'';
  position:absolute;
  inset:auto -2% 4% -2%;
  height:18%;
  background:var(--brand);
  z-index:-1;
  transform:rotate(-2deg)
}
.hero-deck {
  font-size:18px;
  max-width:370px;
  margin-top:28px;
  line-height:1.65
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
  margin-top:32px
}
.hero-arrangement {
  position:relative;
  min-height:550px
}
.hero-arrangement a {
  display:block;
  position:absolute;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 15px 40px #191e1710
}
.hero-arrangement img {
  width:100%;
  height:100%;
  object-fit:contain;
  background:#eceee6
}
.hero-tee {
  width:72%;
  height:440px;
  left:4%;
  top:10px;
  transform:rotate(-5deg);
  background:#e7e9df
}
.hero-mug {
  width:43%;
  height:250px;
  right:-2%;
  bottom:4%;
  transform:rotate(7deg);
  background:#e8eddb
}
.hero-sticker {
  width:27%;
  height:160px;
  left:-3%;
  bottom:2%;
  transform:rotate(-9deg);
  background:white
}
.object-caption {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  font-size:10px;
  font-weight:650;
  background:#ffffffee;
  padding:10px 12px
}
.hero-stamp {
  position:absolute;
  right:0;
  top:0;
  width:106px;
  height:106px;
  border-radius:50%;
  background:var(--brand);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  transform:rotate(12deg);
  text-align:center;
  font-size:10px;
  font-weight:800;
  line-height:1.3;
  letter-spacing:.05em
}
.hero-stamp span {
  font-size:32px;
  line-height:1
}
.brand-strip {
  display:flex;
  justify-content:space-between;
  gap:24px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:20px 0;
  font-size:12px;
  font-weight:650
}
.shop-section {
  padding-top:88px
}
.section-heading {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:36px
}
.section-heading>p {
  font-size:14px;
  color:var(--muted)
}
.collection-doors {
  display:grid;
  grid-template-columns:1.1fr 1fr 1fr;
  gap:18px
}
.collection-door {
  padding:24px;
  background:#e9ece3;
  border-radius:12px;
  overflow:hidden
}
.collection-door:hover {
  text-decoration:none
}
.collection-door.warm {
  background:#eee8de
}
.collection-door.dark {
  background:#161a20;
  color:#fff
}
.door-art {
  height:270px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:-8px -8px 24px;
  overflow:hidden;
  border-radius:8px
}
.door-art img {
  width:100%;
  height:100%;
  object-fit:contain;
  mix-blend-mode:multiply;
  transition:transform .5s var(--ease)
}
.dark .door-art img {
  mix-blend-mode:normal;
  border-radius:6px
}
.collection-door:hover img {
  transform:scale(1.035)
}
.collection-door h3 {
  display:flex;
  justify-content:space-between;
  font-size:22px
}
.collection-door p {
  font-size:12px;
  margin-top:10px;
  opacity:.8
}
.shop-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:36px 22px
}
.featured-grid {
  grid-template-columns:repeat(3,minmax(0,1fr))
}
.shop-card {
  min-width:0
}
.card-image {
  display:block;
  background:#eeefe9;
  border-radius:10px;
  position:relative;
  overflow:hidden;
  aspect-ratio:1
}
.card-image img {
  width:100%;
  height:100%;
  object-fit:contain;
  transition:transform .45s var(--ease)
}
.card-image:hover img {
  transform:scale(1.035)
}
.card-action {
  position:absolute;
  bottom:12px;
  left:12px;
  right:12px;
  background:#fffffff2;
  border-radius:5px;
  display:flex;
  justify-content:space-between;
  padding:10px 12px;
  font-size:11px;
  transform:translateY(65px);
  transition:transform .3s var(--ease)
}
.card-image:hover .card-action,.card-image:focus-visible .card-action {
  transform:translateY(0)
}
.card-meta {
  display:flex;
  justify-content:space-between;
  font-size:10px;
  letter-spacing:.03em;
  color:var(--muted);
  margin:16px 0 7px
}
.shop-card h3 {
  font-size:17px;
  line-height:1.4;
  letter-spacing:-.03em
}
.card-price {
  font-size:14px;
  margin-top:7px
}
.studio-feature {
  margin-top:100px;
  background:var(--ink);
  color:#fff;
  border-radius:14px;
  padding:64px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:44px;
  overflow:hidden
}
.studio-feature .eyebrow {
  color:var(--brand)
}
.studio-feature h2 {
  font-size:clamp(2.8rem,4.6vw,4.6rem)
}
.studio-feature em {
  font-style:normal;
  color:var(--brand)
}
.studio-feature p:not(.eyebrow) {
  margin-top:24px;
  color:#bec3bf;
  font-size:14px
}
.studio-feature .btn {
  background:var(--brand);
  color:var(--ink);
  margin-top:30px
}
.studio-feature .payment-helper {
  font-size:11px!important
}
.studio-story {
  position:relative;
  min-height:360px
}
.idea-note {
  position:relative;
  z-index:2;
  background:#f4f1e8;
  color:var(--ink);
  padding:24px;
  width:75%;
  transform:rotate(-5deg);
  border-radius:3px
}
.idea-note span,.idea-result>span {
  font:10px/1.4 monospace
}
.idea-note p {
  color:var(--ink)!important;
  font-weight:700;
  font-size:18px!important;
  margin-top:16px!important
}
.hand-arrow {
  position:absolute;
  right:-20px;
  bottom:-40px;
  font-size:70px!important;
  color:var(--brand);
  transform:rotate(8deg)
}
.idea-result {
  position:absolute;
  right:-15px;
  bottom:-24px;
  width:62%;
  background:#fff;
  color:var(--ink);
  padding:12px;
  transform:rotate(7deg);
  border-radius:5px
}
.idea-result img {
  aspect-ratio:1;
  object-fit:contain
}
.idea-result>span {
  display:block;
  font-size:8px;
  margin-top:8px
}
.brand-story {
  text-align:center;
  padding:100px 20px 30px;
  max-width:780px;
  margin:auto
}
.brand-story>p:not(.eyebrow) {
  max-width:530px;
  margin:25px auto;
  color:var(--muted)
}
.brand-story .text-link {
  display:inline-block;
  margin-top:5px
}
.store-footer {
  background:#ecefe5;
  padding:55px 0 24px
}
.footer-top {
  display:grid;
  grid-template-columns:1.1fr 1.1fr 1fr 1fr;
  gap:30px
}
.footer-top>.logo {
  align-self:start
}
.footer-top>p {
  font-size:23px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:-.04em
}
.footer-top nav {
  display:grid;
  gap:9px;
  align-content:start;
  font-size:13px
}
.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid #ccd1c5;
  margin-top:44px;
  padding-top:20px;
  font-size:11px
}
.independence {
  font-size:10px;
  color:var(--muted);
  margin-top:12px
}
.collection-heading {
  padding:65px 0 35px;
  max-width:800px
}
.collection-heading h1 {
  white-space:pre-line
}
.collection-heading>p:last-child {
  margin-top:20px;
  color:var(--muted)
}
.catalog-filters {
  display:flex;
  align-items:end;
  flex-wrap:wrap;
  gap:16px;
  padding:20px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line)
}
.catalog-filters>div:first-child {
  flex:1;
  min-width:180px
}
.catalog-filters label {
  margin-top:0
}
.catalog-filters>a {
  font-size:12px;
  align-self:center
}
.result-count {
  font-size:12px;
  color:var(--muted);
  margin:25px 0
}
.empty-state {
  grid-column:1/-1;
  padding:60px 0
}
.breadcrumbs {
  display:flex;
  gap:12px;
  font-size:12px;
  color:var(--muted);
  padding:32px 0
}
.retail-product {
  display:grid;
  grid-template-columns:1.15fr 1fr;
  gap:70px;
  align-items:start
}
.retail-gallery {
  min-width:0
}
.gallery-zoom {
  width:100%;
  padding:0;
  border:0;
  border-radius:12px;
  background:#eeefe9;
  position:relative;
  overflow:hidden
}
.gallery-zoom img {
  width:100%;
  height:610px;
  object-fit:contain
}
.zoom-label {
  position:absolute;
  bottom:16px;
  right:16px;
  background:#fff;
  padding:7px 12px;
  border-radius:5px;
  font-size:11px
}
.image-caption {
  font-size:11px;
  color:var(--muted);
  margin:10px 0 18px
}
.retail-thumbs {
  display:flex;
  gap:10px;
  overflow:auto;
  padding:4px
}
.retail-thumbs button {
  padding:0;
  border:1px solid transparent;
  background:#fff;
  border-radius:5px;
  flex:0 0 76px;
  overflow:hidden
}
.retail-thumbs button[aria-pressed=true] {
  border:2px solid var(--ink)
}
.retail-thumbs img {
  width:76px;
  height:76px;
  object-fit:contain
}
.purchase-panel h1 {
  font-size:clamp(2.1rem,3.2vw,3.2rem);
  margin-bottom:18px
}
.item-definition {
  font-size:14px;
  color:var(--muted)
}
.retail-price {
  font-size:24px;
  font-weight:650;
  margin:22px 0
}
.variant-group {
  padding:0;
  border:0;
  margin:22px 0
}
.variant-group legend {
  font-size:13px;
  margin-bottom:10px
}
.option-buttons {
  display:flex;
  flex-wrap:wrap;
  gap:8px
}
.option-buttons button {
  background:#fff;
  border:1px solid #959a8e;
  border-radius:6px;
  padding:9px 14px;
  font-size:12px
}
.option-buttons button[aria-pressed=true] {
  background:var(--ink);
  color:#fff;
  border-color:var(--ink)
}
.option-buttons button[data-unavailable=true] {
  text-decoration:line-through;
  opacity:.55
}
.qty {
  width:88px
}
.selection-note {
  font-size:12px;
  min-height:20px;
  margin-top:12px
}
.shipping-note {
  font-size:12px;
  color:var(--muted);
  margin:20px 0
}
.shipping-note a {
  text-decoration:underline
}
.purchase-button {
  width:100%;
  background:var(--brand);
  color:var(--ink);
  border-color:var(--brand);
  justify-content:space-between
}
.purchase-button:hover {
  background:#30e811
}
.purchase-panel details {
  border-top:1px solid var(--line);
  padding:20px 0
}
.purchase-panel details:first-of-type {
  margin-top:26px
}
summary {
  cursor:pointer;
  font-size:14px;
  font-weight:700
}
details>p,details>.body {
  margin-top:16px;
  font-size:14px
}
.body {
  overflow-wrap:anywhere
}
.body p {
  margin-bottom:14px
}
.body ul {
  padding-left:20px
}
.body h2,.body h3 {
  font-size:20px;
  margin:20px 0 10px
}
dialog {
  border:0;
  border-radius:12px;
  padding:20px;
  max-width:95vw;
  max-height:95dvh
}
dialog::backdrop {
  background:#000b
}
dialog img {
  max-height:80dvh;
  max-width:85vw;
  object-fit:contain
}
.dialog-close {
  display:block;
  margin-left:auto;
  border:0;
  background:#fff;
  padding:10px
}
.mobile-buy {
  position:fixed;
  inset:auto 0 0;
  background:var(--bg);
  z-index:25;
  border-top:1px solid var(--line);
  padding:12px 20px;
  align-items:center;
  justify-content:space-between;
  gap:16px
}
.mobile-buy>span {
  font-size:12px;
  max-width:45%
}
.mobile-buy[hidden] {
  display:none
}
.cart-confirm {
  padding:18px;
  background:#e6efdd;
  border-radius:8px;
  margin-top:18px
}
.cart-confirm a {
  display:inline-block;
  margin:10px 16px 0 0;
  font-weight:700;
  text-decoration:underline
}
.product {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  margin-top:30px
}
.section {
  margin:44px 0 25px
}
.notice {
  padding:20px;
  background:#e8eee0;
  border-radius:8px;
  font-size:14px;
  line-height:1.7;
  margin:18px 0
}
.muted {
  color:var(--muted)
}
.two-col {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px
}
.totals {
  margin-top:22px;
  max-width:520px
}
.totals>div {
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:10px 0
}
.grand {
  font-size:22px;
  font-weight:750;
  border-top:1px solid var(--line)
}
table {
  width:100%;
  border-collapse:collapse
}
th,td {
  padding:14px 8px;
  border-bottom:1px solid var(--line);
  text-align:left;
  font-size:14px
}
pre {
  padding:16px;
  background:#ecefe5;
  overflow:auto;
  border-radius:8px
}
code {
  overflow-wrap:anywhere;
  font-size:.85em
}
.badge {
  font-size:12px;
  padding:6px 10px;
  border:1px solid var(--line);
  display:inline-block
}
.grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px
}
.card {
  background:#fff;
  border-radius:10px;
  overflow:hidden
}
.card img {
  width:100%;
  object-fit:contain
}
.image-placeholder {
  display:grid;
  place-items:center;
  min-height:160px
}
.help-page {
  max-width:760px;
  margin:60px auto
}
.help-page h1 {
  margin-bottom:25px
}
.help-page p {
  margin:18px 0
}
.help-page a {
  text-decoration:underline
}
.cart-item {
  display:grid;
  grid-template-columns:100px 1fr auto;
  gap:22px;
  padding:24px 0;
  border-bottom:1px solid var(--line);
  align-items:center
}
.cart-item img {
  width:100px;
  height:110px;
  object-fit:contain;
  background:#eee;
  border-radius:6px
}
.cart-item h2 {
  font-size:19px;
  letter-spacing:-.03em
}
.cart-item p {
  font-size:13px;
  color:var(--muted);
  margin:8px 0
}
.cart-item .qty {
  width:75px
}
.cart-item button.remove {
  border:0;
  background:none;
  font-size:12px;
  text-decoration:underline
}
.order-timeline {
  display:flex;
  gap:20px;
  flex-wrap:wrap;
  padding:20px 0;
  list-style:none;
  font-size:13px
}
.order-timeline li {
  padding:8px 12px;
  background:#e6e9e0;
  border-radius:5px
}
.order-timeline [aria-current=step] {
  background:var(--ink);
  color:#fff
}
.studio-intro {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:center;
  margin:50px 0
}
.studio-intro h1 {
  font-size:clamp(2.7rem,5vw,4.8rem)
}
.studio-intro>div>p {
  margin-top:20px
}
.studio-examples {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px
}
.studio-examples img {
  aspect-ratio:1;
  object-fit:contain;
  background:#e8ece1;
  border-radius:8px
}
.studio-examples figcaption {
  font-size:10px;
  margin-top:7px
}
.studio-examples figure {
  margin:0
}
.studio-workspace {
  padding:30px;
  background:#eeefe8;
  border-radius:12px
}
.studio-workspace .product {
  margin-top:10px
}
#cd-result h2 {
  font-size:28px
}
#cd-result {
  overflow-wrap:anywhere
}
#cd-result>p {
  margin:14px 0
}
#cd-msg:empty {
  display:none
}
[hidden] {
  display:none!important
}
@media(min-width:900px) {
  .mobile-buy {
    display:none
  }
  .purchase-panel {
    max-width:490px
  }
}
@media(max-width:1100px) {
  .desktop-nav {
    gap:12px
  }
  .agent-link {
    display:none
  }
  .nav {
    gap:20px
  }
  .hero-words h1 {
    font-size:clamp(3.7rem,7vw,5.8rem)
  }
  .hero-tee {
    height:380px
  }
  .hero-arrangement {
    min-height:490px
  }
  .hero-mug {
    height:210px
  }
  .studio-feature {
    padding:40px
  }
  .retail-product {
    gap:35px
  }
  .gallery-zoom img {
    height:520px
  }
}
@media(max-width:899px) {
  .desktop-nav {
    display:none
  }
  .nav-actions {
    margin-left:auto
  }
  .hamburger {
    display:inline-flex;
    align-items:center;
    gap:8px
  }
  .wrap {
    width:calc(100% - 40px)
  }
  .nav {
    min-height:78px
  }
  .logo {
    font-size:26px
  }
  .editorial-hero {
    grid-template-columns:1fr;
    padding-top:40px;
    gap:32px;
    min-height:0
  }
  .hero-words h1 {
    font-size:clamp(3.7rem,11vw,6.5rem);
    max-width:700px
  }
  .hero-deck {
    max-width:470px
  }
  .hero-arrangement {
    min-height:540px;
    width:min(580px,100%);
    margin:auto
  }
  .hero-tee {
    height:440px
  }
  .hero-mug {
    height:260px;
    right:1%
  }
  .hero-sticker {
    left:0
  }
  .brand-strip>span:nth-child(2) {
    display:none
  }
  .collection-doors {
    gap:12px
  }
  .collection-door {
    padding:16px
  }
  .door-art {
    height:200px
  }
  .collection-door h3 {
    font-size:19px
  }
  .shop-grid,.featured-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .studio-feature {
    grid-template-columns:1fr 1fr;
    gap:20px;
    padding:32px
  }
  .studio-story {
    min-height:320px
  }
  .idea-note {
    width:100%;
    padding:16px
  }
  .idea-result {
    width:90%
  }
  .footer-top {
    grid-template-columns:1fr 1fr
  }
  .retail-product {
    grid-template-columns:1fr;
    gap:30px
  }
  .retail-gallery {
    max-width:650px;
    width:100%;
    margin:auto
  }
  .gallery-zoom img {
    height:min(65vh,520px)
  }
  .purchase-panel h1 {
    font-size:2.5rem
  }
  .product {
    gap:28px
  }
  .card-action {
    transform:none
  }
  .studio-intro {
    gap:25px
  }
  .retail-product {
    padding-bottom:60px
  }
}
@media(max-width:600px) {
  .wrap {
    width:calc(100% - 40px)
  }
  .nav {
    gap:12px;
    min-height:74px
  }
  .nav-actions {
    gap:14px
  }
  .hamburger {
    font-size:0;
    gap:0
  }
  .hamburger span {
    font-size:21px
  }
  .logo {
    font-size:25px
  }
  .logo i {
    font-size:25px
  }
  .hero-words h1 {
    font-size:clamp(3.1rem,12.3vw,4.6rem)
  }
  .eyebrow {
    font-size:9px;
    letter-spacing:.07em;
    margin-bottom:20px
  }
  .editorial-hero {
    padding:36px 0 30px;
    gap:22px
  }
  .hero-deck {
    font-size:16px;
    margin-top:20px
  }
  .hero-actions {
    gap:18px;
    margin-top:24px
  }
  .hero-actions .btn {
    padding:14px 18px
  }
  .text-link {
    font-size:12px
  }
  .hero-arrangement {
    min-height:360px
  }
  .hero-tee {
    height:295px;
    left:4%;
    width:70%
  }
  .hero-mug {
    height:170px;
    width:44%;
    bottom:0
  }
  .hero-sticker {
    height:115px;
    width:30%;
    bottom:0
  }
  .hero-stamp {
    width:80px;
    height:80px;
    font-size:8px;
    right:0
  }
  .hero-stamp span {
    font-size:24px
  }
  .object-caption {
    font-size:8px;
    padding:7px
  }
  .brand-strip {
    font-size:10px;
    padding:16px 0;
    gap:14px
  }
  .shop-section {
    padding-top:54px
  }
  .section-heading {
    align-items:start;
    flex-direction:column;
    gap:16px;
    margin-bottom:24px
  }
  .section-heading h2 {
    font-size:2.25rem
  }
  .section-heading>p {
    font-size:13px
  }
  .collection-doors {
    grid-template-columns:1fr
  }
  .collection-door {
    display:grid;
    grid-template-columns:43% 1fr;
    align-items:center;
    gap:20px;
    padding:20px
  }
  .door-art {
    height:160px;
    margin:0
  }
  .collection-door h3 {
    font-size:24px;
    display:block
  }
  .collection-door h3 span {
    display:block;
    margin-top:10px
  }
  .collection-door p {
    font-size:12px
  }
  .shop-grid {
    gap:28px 14px
  }
  .shop-card h3 {
    font-size:14px
  }
  .card-meta {
    font-size:9px;
    gap:6px;
    flex-wrap:wrap;
    margin-top:10px
  }
  .card-price {
    font-size:13px
  }
  .card-action {
    font-size:9px;
    padding:6px;
    left:6px;
    right:6px;
    bottom:6px
  }
  .studio-feature {
    margin-top:60px;
    padding:30px 24px;
    grid-template-columns:1fr
  }
  .studio-feature h2 {
    font-size:3.2rem
  }
  .studio-story {
    width:90%;
    margin:24px auto 0;
    min-height:330px
  }
  .idea-note {
    width:75%
  }
  .idea-result {
    width:65%;
    bottom:0
  }
  .brand-story {
    padding:60px 0 10px
  }
  .brand-story h2 {
    font-size:2.3rem
  }
  .brand-story>p:not(.eyebrow) {
    font-size:14px
  }
  .store-footer {
    padding-top:36px
  }
  .footer-top {
    gap:30px 18px
  }
  .footer-top>.logo {
    font-size:28px
  }
  .footer-top>p {
    font-size:20px
  }
  .footer-bottom {
    flex-direction:column;
    gap:10px;
    margin-top:30px
  }
  .collection-heading {
    padding:36px 0 24px
  }
  .collection-heading h1 {
    font-size:2.8rem
  }
  .catalog-filters {
    gap:12px
  }
  .catalog-filters>div:first-child {
    flex-basis:100%
  }
  .catalog-filters>div {
    flex:1;
    min-width:120px
  }
  .catalog-filters select {
    font-size:13px
  }
  .product,.two-col {
    grid-template-columns:1fr
  }
  .section {
    font-size:2.2rem;
    margin-top:30px
  }
  .grid {
    grid-template-columns:1fr 1fr
  }
  .gallery-zoom img {
    height:390px
  }
  .purchase-panel h1 {
    font-size:2.4rem
  }
  .retail-price {
    margin:18px 0
  }
  .notice {
    padding:16px;
    font-size:13px
  }
  .cart-item {
    grid-template-columns:75px 1fr;
    gap:14px
  }
  .cart-item>div:last-child {
    grid-column:2
  }
  .cart-item img {
    width:75px;
    height:90px
  }
  .cart-item h2 {
    font-size:17px
  }
  .studio-intro {
    grid-template-columns:1fr;
    margin:35px 0;
    gap:25px
  }
  .studio-intro h1 {
    font-size:3rem
  }
  .studio-workspace {
    padding:20px
  }
  .studio-workspace .product {
    gap:24px
  }
  main {
    padding-bottom:50px
  }
  body:has(.mobile-buy:not([hidden])) {
    padding-bottom:80px
  }
}
@media(max-width:350px) {
  .wrap {
    width:calc(100% - 32px)
  }
  .shop-grid {
    grid-template-columns:1fr
  }
  .nav-actions {
    gap:9px
  }
  .search-link {
    display:none
  }
  .hero-words h1 {
    font-size:2.9rem
  }
  .hero-actions {
    align-items:start;
    flex-direction:column
  }
  .collection-door {
    grid-template-columns:1fr
  }
  .door-art {
    height:180px
  }
  .hero-arrangement {
    min-height:310px
  }
  .hero-tee {
    height:255px
  }
  .hero-mug {
    height:145px
  }
  .hero-sticker {
    height:100px
  }
  .studio-feature {
    padding:24px 18px
  }
  .studio-story {
    min-height:300px
  }
  .footer-top {
    grid-template-columns:1fr 1fr
  }
  .studio-intro h1 {
    font-size:2.6rem
  }
}
@media(prefers-reduced-motion:reduce) {
  *,*:before,*:after {
    scroll-behavior:auto!important;
    animation:none!important;
    transition:none!important
  }
}
html {
  scroll-padding-bottom:100px
}
.mobile-buy>span {
  min-width:0;
  max-width:50%;
  font-size:12px
}
.mobile-buy .btn {
  white-space:nowrap
}
.catalog-filters input[type=number] {
  max-width:150px
}
.gallery-zoom:disabled {
  opacity:1
}
.studio-examples img {
  width:100%
}
@media(max-width:600px) {
  .hamburger {
    font-size:11px;
    gap:4px
  }
  .hamburger span {
    font-size:16px
  }
  .nav-actions {
    gap:10px
  }
  .nav .logo {
    font-size:23px
  }
  .nav .logo i {
    font-size:22px
  }
  .hero-tee,.hero-mug,.hero-sticker {
    transform:none
  }
}
