/* The Artist Tree storefront — brand system lifted from theartisttree.com:
   Gilroy (Black for headlines), black pill buttons, orange as the single accent, greige ground,
   teal for interactive/active states, the blob artwork as the one decorative moment. */
:root {
  --black: #000;
  --charcoal: #262626;
  --ink: #1f2124;
  --ink-2: #333;
  --muted: #6b6b6b;
  --greige: #d7d2cb;
  --greige-2: #d6d1c8;
  --cream: #ece8e2;
  --paper: #fffbf4;
  --white: #fff;
  --line: #e2ddd6;
  --teal: #016067;
  --teal-ink: #036067;
  --teal-deep: #1d5a53;
  --teal-pale: #cddfe1;
  --orange: #dd3303;
  --orange-soft: #fbe9e2;
  --indica: #5e1ff0;
  --font: "Gilroy", "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  --pill: 25px;
  --radius: 14px;
  --shadow: 0 1px 2px rgba(0,0,0,.06), 0 10px 30px rgba(0,0,0,.08);
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font); font-size: 16px; line-height: 1.5; color: var(--ink-2); background: var(--greige); }
img { max-width: 100%; display: block; }
a { color: var(--teal-ink); }
h1, h2, h3, h4 { margin: 0; line-height: 1.08; letter-spacing: -.005em; color: var(--black); font-weight: 900; }
button { font: inherit; cursor: pointer; }
input, select, textarea { font: inherit; }
[hidden] { display: none !important; }
.wrap { width: 100%; max-width: 1920px; margin: 0 auto; padding-inline: clamp(16px, 2.5vw, 48px); }
.muted { color: var(--muted); }
.small { font-size: 13px; }
.center { text-align: center; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 2px; }

/* Buttons: pill, bold, black by default. Orange only where money changes hands. */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 28px; border-radius: var(--pill); border: 0; font-weight: 700; font-size: 15px; text-decoration: none; line-height: 1.2; background: var(--black); color: #fff; transition: transform .06s, filter .15s; }
.btn:hover { filter: brightness(1.15); }
.btn:active { transform: translateY(1px); }
.btn--teal { background: var(--black); color: #fff; }
.btn--orange { background: var(--orange); color: #fff; }
.btn--grey { background: var(--greige-2); color: var(--black); }
.btn--ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.7); }
.btn--block { width: 100%; }
.btn--lg { padding: 16px 36px; font-size: 17px; }
.btn[disabled] { opacity: .5; cursor: not-allowed; filter: none; }
.iconbtn { background: none; border: 0; font-size: 28px; line-height: 1; padding: 4px 10px; color: var(--black); border-radius: 8px; }
.iconbtn:hover { background: rgba(0,0,0,.06); }
.linkbtn { background: none; border: 0; padding: 0; color: var(--teal-ink); text-decoration: underline; font-weight: 700; }

/* Top bar + header, matching the WP chrome */
.topbar { background: var(--teal); color: var(--paper); font-size: 13px; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; padding-block: 6px; gap: 12px; }
.topbar a { color: var(--paper); font-weight: 700; }
.hdr { background: var(--charcoal); color: #fff; position: sticky; top: 0; z-index: 30; }
.hdr__inner { display: flex; align-items: center; gap: 28px; min-height: 84px; }
.hdr__logo img { height: 46px; width: auto; }
.hdr__nav { display: flex; align-items: center; gap: 24px; margin-left: auto; font-weight: 700; font-size: 15px; }
.hdr__nav > a { color: #fff; text-decoration: none; padding: 6px 0; border-bottom: 2px solid transparent; }
.hdr__nav > a:hover { border-color: var(--orange); }
.hdr__deals { color: #ff9c73 !important; }
.hdr__stores { position: relative; }
.hdr__stores summary { list-style: none; cursor: pointer; padding: 6px 0; display: flex; align-items: center; gap: 6px; }
.hdr__stores summary::-webkit-details-marker { display: none; }
.hdr__stores summary::after { content: ""; width: 7px; height: 7px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(45deg) translateY(-2px); }
.hdr__stores ul { position: absolute; right: 0; top: 100%; margin: 10px 0 0; padding: 8px 0; list-style: none; background: #fff; color: var(--black); border-radius: var(--radius); box-shadow: var(--shadow); min-width: 220px; }
.hdr__stores li a { display: block; padding: 9px 18px; color: var(--black); text-decoration: none; font-weight: 700; }
.hdr__stores li a:hover, .hdr__stores li a[aria-current] { background: var(--cream); }
.hdr__actions { display: flex; align-items: center; gap: 10px; }
.hdr__signin { background: transparent; border: 1.5px solid rgba(255,255,255,.6); color: #fff; padding: 9px 18px; border-radius: var(--pill); font-weight: 700; font-size: 14px; }
.hdr__signin:hover { border-color: #fff; }
.hdr__bag { position: relative; background: #fff; color: var(--black); border: 0; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; }
.hdr__count { position: absolute; top: -4px; right: -4px; background: var(--orange); color: #fff; font-size: 11px; font-weight: 900; min-width: 19px; height: 19px; border-radius: 999px; display: grid; place-items: center; padding: 0 5px; }

/* Store hero: showroom photo, dark left gradient, Gilroy Black headline — the location-page treatment */
.storehead { position: relative; background: var(--black) center/cover no-repeat; color: #fff; min-height: 340px; display: flex; align-items: center; isolation: isolate; }
.storehead::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.65) 45%, rgba(0,0,0,.15) 100%); z-index: -1; }
.storehead__inner { display: flex; justify-content: space-between; align-items: flex-end; gap: 28px; flex-wrap: wrap; padding-block: 44px 64px; flex: 0 1 auto; }
.storehead h1 { font-size: clamp(38px, 5.2vw, 64px); color: #fff; max-width: 14ch; }
.storehead h1 span { display: block; font-size: .45em; font-weight: 700; color: var(--greige); letter-spacing: 0; margin-bottom: 6px; }
.storehead__meta { margin: 14px 0 0; color: #fff; font-size: 16px; display: grid; gap: 2px; }
.storehead__meta a { color: #fff; }
.storehead__cta { display: flex; gap: 10px; margin-top: 22px; flex-wrap: wrap; }
.storehead__pills { display: flex; gap: 8px; flex-wrap: wrap; }
.pill { display: inline-block; padding: 6px 14px; border-radius: var(--pill); font-size: 13px; font-weight: 700; background: rgba(255,255,255,.14); color: #fff; text-decoration: none; }
.pill--on { background: #fff; color: var(--black); }
.pill--off { background: rgba(255,255,255,.1); color: var(--greige); }
.pill--dark { background: var(--black); color: #fff; }

/* Menu container: the light "gallery" panel the WP page wraps the menu in */
.menuwrap { background: var(--cream); border-radius: 22px; margin-top: -34px; position: relative; z-index: 2; padding-bottom: 30px; box-shadow: var(--shadow); }
.cats { padding-top: 6px; }
.cats__scroller { display: flex; gap: 6px; overflow-x: auto; padding: 20px 22px 8px; scrollbar-width: none; }
.cats__scroller::-webkit-scrollbar { display: none; }
.cat { flex: 0 0 auto; width: 96px; text-align: center; text-decoration: none; color: var(--muted); font-weight: 700; font-size: 13px; }
.cat__icon { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 6px; border-radius: 50%; background: #fff; overflow: hidden; transition: transform .15s, box-shadow .15s; }
.cat__icon img { width: 40px; height: 40px; object-fit: contain; }
.cat:hover .cat__icon { transform: translateY(-2px); box-shadow: 0 6px 14px rgba(0,0,0,.08); }
.cat.is-active { color: var(--black); font-weight: 900; }
.cat.is-active .cat__icon { background: var(--black); }
.cat.is-active .cat__icon img { filter: brightness(0) invert(1); }
.cat__label { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.toolbar { position: sticky; top: 84px; z-index: 20; background: var(--cream); border-top: 1px solid rgba(0,0,0,.06); border-bottom: 1px solid rgba(0,0,0,.06); }
.toolbar__inner { display: flex; align-items: center; gap: 10px; padding: 12px 22px; flex-wrap: wrap; }
.search { display: flex; align-items: center; background: #fff; border-radius: var(--pill); padding: 3px 4px 3px 16px; flex: 1 1 240px; max-width: 420px; }
.search input { border: 0; background: none; flex: 1; padding: 8px 0; min-width: 0; }
.search input:focus { outline: none; }
.search button { border: 0; background: var(--black); color: #fff; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; flex: 1; }
.chip { display: inline-flex; align-items: center; gap: 6px; padding: 9px 16px; border-radius: var(--pill); background: #fff; color: var(--black); text-decoration: none; font-weight: 700; font-size: 14px; border: 1.5px solid transparent; }
.chip--on { background: var(--black); color: #fff; }
.chip--filters { border-color: var(--black); background: transparent; }
.sort label { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14px; }
.sort select { border: 0; background: #fff; padding: 9px 12px; border-radius: var(--pill); font-weight: 700; }

.menu { display: grid; grid-template-columns: 260px 1fr; gap: 30px; padding: 22px 26px 10px; align-items: start; }
.filters { background: #fff; border-radius: var(--radius); padding: 16px 18px; position: sticky; top: 150px; max-height: calc(100vh - 170px); overflow: auto; }
.filters__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 4px; }
.filters__head h2 { font-size: 20px; }
.filters__head .iconbtn { display: none; }
.filters fieldset { border: 0; padding: 12px 0; margin: 0; border-top: 1px solid var(--line); }
.filters legend { font-weight: 900; font-size: 14px; padding: 0 0 6px; color: var(--black); }
.check { display: flex; align-items: center; gap: 8px; padding: 4px 0; font-size: 14px; cursor: pointer; }
.check input { width: 17px; height: 17px; accent-color: var(--black); margin: 0; }
.check .muted { margin-left: auto; font-size: 12px; }
.filters__brandsearch { width: 100%; padding: 8px 10px; border: 1px solid var(--line); border-radius: 8px; margin-bottom: 6px; }
.filters__brandlist { max-height: 220px; overflow: auto; }
.filters__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding-top: 12px; border-top: 1px solid var(--line); position: sticky; bottom: -16px; background: #fff; padding-bottom: 4px; }
.filters__actions .btn { padding-inline: 14px; font-size: 14px; }
.menu__main { min-width: 0; }
.results { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.results h2 { font-size: 30px; }

/* Shelves and grid */
.shelf { margin-bottom: 30px; }
.shelf__head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 12px; gap: 12px; }
.shelf__head h2 { font-size: 28px; }
.shelf__head a { font-weight: 700; text-decoration: none; color: var(--black); border-bottom: 2px solid var(--orange); }
.shelf__row { display: grid; grid-auto-flow: column; grid-auto-columns: 214px; gap: 14px; overflow-x: auto; padding-bottom: 10px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: rgba(0,0,0,.35) transparent; }
.shelf__row > .card { scroll-snap-align: start; }
/* The blob band: the brand's signature artwork behind the daily-deals shelf only. */
.shelf--blob { position: relative; margin: 0 -22px 30px; padding: 26px 22px 18px; background: var(--teal) url("/assets/img/blob-hero.avif") center/cover no-repeat; border-radius: 18px; }
.shelf--blob .shelf__head h2 { color: var(--black); background: var(--paper); display: inline-block; padding: 6px 14px; border-radius: var(--pill); font-size: 24px; }
.shelf--blob .shelf__head a { color: var(--black); background: var(--paper); padding: 6px 12px; border-radius: var(--pill); border: 0; }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 16px; }
.more { display: flex; justify-content: center; padding: 26px 0; }

/* Card */
.card { background: #fff; border-radius: var(--radius); display: flex; flex-direction: column; overflow: hidden; position: relative; }
.card__media { position: relative; display: block; aspect-ratio: 1; background: #fff; }
.card__media img { width: 100%; height: 100%; object-fit: contain; padding: 12px; }
.card__noimg { width: 100%; height: 100%; display: grid; place-items: center; background: var(--cream); }
.badge { position: absolute; top: 10px; right: 10px; padding: 5px 10px; border-radius: var(--pill); font-size: 12px; font-weight: 900; color: #fff; background: var(--black); }
.badge--deal { background: var(--orange); }
.badge--lg { font-size: 15px; padding: 8px 16px; top: 16px; right: 16px; }
.card__body { padding: 8px 14px 12px; flex: 1; display: flex; flex-direction: column; gap: 2px; }
.strain { font-size: 12px; font-weight: 700; color: var(--black); }
.strain--indica { color: var(--indica); }
.strain--sativa { color: var(--teal-deep); }
.strain--hybrid { color: var(--black); }
.strain--cbd { color: var(--teal-ink); }
.card__name { font-size: 15px; font-weight: 700; line-height: 1.25; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card__name a { color: var(--black); text-decoration: none; }
.card__brand, .card__pot { color: var(--muted); font-size: 13px; }
.card__price { margin-top: auto; padding-top: 8px; display: flex; gap: 8px; align-items: baseline; font-size: 17px; }
.card__price s { color: var(--muted); font-size: 14px; }
.card__price strong { font-weight: 900; color: var(--black); }
.card__price .is-sale { color: var(--orange); }
.card__add { margin: 0 14px 14px; border: 0; background: var(--black); color: #fff; font-weight: 700; padding: 11px; border-radius: var(--pill); transition: filter .15s; }
.card__add:hover { filter: brightness(1.2); }
.card__add.is-added { background: var(--teal-ink); }
.card__low { position: absolute; left: 10px; top: 10px; background: #fff; color: var(--orange); font-size: 12px; font-weight: 700; padding: 4px 9px; border-radius: var(--pill); }

.empty { text-align: center; padding: 40px 16px; display: grid; gap: 14px; justify-items: center; }

/* PDP */
.crumbs { padding-block: 16px 0; font-size: 14px; color: var(--muted); }
.crumbs a { text-decoration: none; font-weight: 700; color: var(--black); }
.pdp { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 36px; padding-block: 16px 40px; }
.pdp__media { position: relative; background: #fff; border-radius: 22px; overflow: hidden; align-self: start; }
.pdp__media img { width: 100%; aspect-ratio: 1; object-fit: contain; padding: 28px; }
.pdp__info h1 { font-size: clamp(28px, 3.2vw, 42px); margin: 12px 0 6px; }
.pdp__brand { font-weight: 700; font-size: 16px; color: var(--black); }
.pdp__deal { color: var(--orange); font-weight: 700; display: flex; gap: 6px; align-items: center; margin: 10px 0 0; }
.pdp__price { display: flex; align-items: baseline; gap: 12px; margin: 18px 0 14px; font-size: 34px; }
.pdp__price strong { font-weight: 900; color: var(--black); }
.pdp__price .is-sale { color: var(--orange); }
.pdp__price s { font-size: 20px; color: var(--muted); }
.pdp__price .muted { font-size: 14px; }
.pdp__buy { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-bottom: 8px; }
.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--black); border-radius: var(--pill); overflow: hidden; background: #fff; }
.qty__btn { border: 0; background: none; width: 44px; height: 48px; font-size: 22px; font-weight: 700; }
.qty__n { min-width: 34px; text-align: center; font-weight: 900; }
.pdp__h { font-size: 20px; margin: 28px 0 10px; }
.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.tile { background: #fff; border-radius: var(--radius); padding: 14px; display: grid; gap: 4px; }
.tile span { font-size: 12px; color: var(--muted); font-weight: 700; }
.tile strong { font-size: 19px; font-weight: 900; color: var(--black); }
.pdp__desc { background: #fff; border-radius: var(--radius); padding: 16px 18px; line-height: 1.6; }
.terps { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.terps li { background: #fff; border-radius: var(--pill); padding: 6px 12px; font-size: 14px; }
.warn { background: #fff; border-radius: var(--radius); padding: 12px 18px; margin-top: 22px; font-size: 14px; }
.warn summary { font-weight: 700; cursor: pointer; }

/* Deals page hero on the blob artwork */
.dealshero { background: var(--teal) url("/assets/img/blob-hero.avif") center/cover no-repeat; color: var(--black); padding-block: 54px; }
.dealshero__inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.dealshero__card { background: var(--paper); border-radius: 22px; padding: 30px 34px; max-width: 620px; box-shadow: var(--shadow); }
.dealshero h1 { font-size: clamp(34px, 4.6vw, 56px); max-width: 13ch; }
.dealshero p { color: var(--ink-2); max-width: 52ch; margin: 14px 0 0; }
.dealshero__count { display: grid; text-align: center; background: var(--black); color: #fff; border-radius: 22px; padding: 22px 30px; }
.dealshero__count strong { font-size: 50px; font-weight: 900; line-height: 1; color: #fff; }
.dealshero__count span { font-size: 13px; font-weight: 700; color: var(--greige); }
.dealshero + .wrap { padding-top: 28px; }

/* Store picker: showroom photo cards with the WP caption treatment */
.pick { padding-block: 44px 70px; }
.pick h1 { font-size: clamp(34px, 4.5vw, 52px); }
.pick__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; margin-top: 24px; }
.pick__card { position: relative; border-radius: 18px; overflow: hidden; text-decoration: none; color: #fff; background: var(--black) center/cover no-repeat; min-height: 240px; display: flex; align-items: flex-end; transition: transform .15s; }
.pick__card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,.35) 40%, rgba(0,0,0,.9) 100%); }
.pick__card:hover { transform: translateY(-3px); }
.pick__card > div { position: relative; padding: 18px; display: grid; gap: 3px; }
.pick__card h2 { color: #fff; font-size: 24px; }
.pick__card p { margin: 0; font-size: 14px; color: var(--greige); }
.pick__pills { display: flex; gap: 6px; margin-top: 8px; }
.pick__pills .pill { background: rgba(255,255,255,.18); color: #fff; }
.pick__pills .pill--on { background: #fff; color: var(--black); }

/* Checkout + orders */
.checkout { padding-block: 30px 60px; }
.checkout h1, .orders h1 { font-size: 38px; margin-bottom: 18px; }
.checkout__cols { display: grid; grid-template-columns: minmax(0, 7fr) minmax(300px, 5fr); gap: 22px; align-items: start; }
.panel { background: #fff; border-radius: var(--radius); padding: 20px 22px; margin-bottom: 14px; }
.panel h2 { font-size: 20px; margin-bottom: 10px; }
.panel label { display: block; margin-top: 10px; font-weight: 700; font-size: 14px; }
.panel textarea, .panel input[type=text] { width: 100%; margin-top: 4px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; font-weight: 400; }
.co-lines .line { grid-template-columns: 48px 1fr auto; }
.promo { display: flex; gap: 8px; margin: 12px 0 4px; }
.promo input { flex: 1; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; text-transform: uppercase; }
.promo .btn { padding-inline: 18px; }
.totals { margin: 12px 0; display: grid; gap: 6px; }
.totals div { display: flex; justify-content: space-between; }
.totals dt { color: var(--muted); }
.totals dd { margin: 0; font-weight: 700; }
.totals__grand { border-top: 1px solid var(--line); padding-top: 8px; font-size: 22px; }
.totals__grand dt, .totals__grand dd { color: var(--black); font-weight: 900; }
.messages { list-style: none; margin: 0 0 10px; padding: 0; display: grid; gap: 6px; }
.messages li { background: var(--orange-soft); color: #8a2a00; border-radius: 8px; padding: 8px 10px; font-size: 14px; }
.orders { padding-block: 30px 60px; }
.orders__list { display: grid; gap: 12px; }
.order { background: #fff; border-radius: var(--radius); padding: 16px 18px; display: grid; gap: 6px; }
.order__head { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.order__status { padding: 4px 12px; border-radius: var(--pill); background: var(--black); color: #fff; font-weight: 700; font-size: 13px; }

/* Bag drawer */
.drawer__scrim, .modal__scrim { position: fixed; inset: 0; background: rgba(0,0,0,.55); z-index: 40; }
.drawer__panel { position: fixed; top: 0; right: 0; bottom: 0; width: min(540px, 100%); background: #fff; z-index: 41; display: flex; flex-direction: column; box-shadow: -8px 0 30px rgba(0,0,0,.25); animation: slidein .2s ease-out; }
@keyframes slidein { from { transform: translateX(30px); opacity: .6; } to { transform: none; opacity: 1; } }
.drawer__head { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px 12px; border-bottom: 1px solid var(--line); }
.drawer__head h2 { font-size: 28px; }
.drawer__body { flex: 1; overflow: auto; padding: 14px 22px; }
.drawer__foot { padding: 14px 22px 22px; border-top: 1px solid var(--line); display: grid; gap: 10px; }
.line { display: grid; grid-template-columns: 64px 1fr auto auto auto; gap: 12px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); }
.line__img { width: 64px; height: 64px; object-fit: contain; background: var(--cream); border-radius: 10px; }
.line__name { font-weight: 700; color: var(--black); text-decoration: none; display: block; font-size: 14px; }
.line__brand { font-size: 13px; display: block; }
.line__price { font-size: 13px; color: var(--muted); }
.line__price s { margin-left: 6px; }
.line__qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: var(--pill); }
.line__qty .qty__btn { width: 30px; height: 32px; font-size: 18px; }
.line__qty .qty__n { min-width: 22px; font-size: 14px; }
.line__total { font-weight: 900; min-width: 64px; text-align: right; color: var(--black); }
.line__remove { background: none; border: 0; font-size: 20px; color: var(--muted); }
.bag__totals { display: grid; gap: 4px; font-size: 15px; }
.bag__totals div { display: flex; justify-content: space-between; }
.bag__totals .grand { font-size: 22px; font-weight: 900; color: var(--black); padding-top: 6px; border-top: 1px solid var(--line); }

/* Modal */
.modal__card { position: fixed; z-index: 41; left: 50%; top: 50%; transform: translate(-50%, -50%); width: min(460px, calc(100% - 32px)); max-height: calc(100vh - 32px); overflow: auto; background: #fff; border-radius: 22px; padding: 30px; }
.modal__close { position: absolute; top: 10px; right: 10px; }
.modal h2 { font-size: 30px; margin-bottom: 6px; }
.form { display: grid; gap: 10px; margin-top: 12px; }
.form label { display: grid; gap: 4px; font-size: 14px; font-weight: 700; }
.form input { padding: 12px 12px; border: 1px solid #cfc9c1; border-radius: 10px; font-weight: 400; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.form__err { color: #b00020; font-weight: 700; font-size: 14px; margin: 0; }
.modal--gate .modal__scrim { background: rgba(0,0,0,.93); }
.modal--gate .modal__card { background: var(--charcoal); color: #fff; display: grid; gap: 10px; justify-items: center; }
.modal--gate h2 { color: #fff; }
.modal--gate .muted { color: var(--greige); }
.modal--gate .btn--teal { background: var(--orange); }
.gate__btns { display: flex; gap: 10px; margin-top: 8px; }

.toast { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%); background: var(--black); color: #fff; padding: 12px 20px; border-radius: var(--pill); font-weight: 700; z-index: 50; box-shadow: var(--shadow); }

/* Footer: black, three columns like theartisttree.com */
.ftr { background: var(--black); color: var(--greige); margin-top: 30px; }
.ftr__inner { display: grid; grid-template-columns: 1.2fr 2fr; gap: 30px; padding-block: 48px 24px; }
.ftr__lic { font-size: 13px; margin: 16px 0 0; max-width: 34ch; }
.ftr__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ftr__cols h4 { color: #fff; font-size: 13px; margin-bottom: 10px; letter-spacing: .04em; }
.ftr__cols a { display: block; color: var(--greige); text-decoration: none; font-size: 14px; padding: 3px 0; }
.ftr__cols a:hover { color: var(--orange); }
.ftr__legal { border-top: 1px solid rgba(255,255,255,.12); padding-block: 16px 28px; font-size: 12px; color: #9c9790; }
.ftr__legal p { margin: 4px 0; }

/* Responsive */
@media (max-width: 960px) {
  .menu { grid-template-columns: 1fr; }
  .filters { position: fixed; inset: 0 0 0 auto; width: min(360px, 100%); max-height: none; border-radius: 0; z-index: 45; transform: translateX(100%); transition: transform .2s; box-shadow: -8px 0 30px rgba(0,0,0,.2); }
  .filters.is-open { transform: none; }
  .filters__head .iconbtn { display: block; }
  .ftr__inner { grid-template-columns: 1fr; }
  .checkout__cols { grid-template-columns: 1fr; }
  .pdp { grid-template-columns: 1fr; }
  .storehead { min-height: 300px; }
}
@media (max-width: 640px) {
  .hdr__inner { gap: 14px; min-height: 68px; }
  .hdr__logo img { height: 34px; }
  .hdr__nav > a { display: none; }
  .hdr__signin { padding: 8px 14px; font-size: 13px; }
  .toolbar { top: 68px; }
  .menuwrap { border-radius: 16px; margin-top: -20px; }
  .cats__scroller, .toolbar__inner { padding-inline: 14px; }
  .menu { padding-inline: 14px; }
  .shelf--blob { margin-inline: -14px; padding-inline: 14px; }
  .search { flex-basis: 100%; max-width: none; order: -1; }
  .grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .shelf__row { grid-auto-columns: 170px; }
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .line { grid-template-columns: 56px 1fr auto; }
  .line__total { grid-column: 2; text-align: left; }
  .line__remove { grid-column: 3; grid-row: 1; }
  .card__name { font-size: 14px; }
  .card__add { margin: 0 10px 10px; }
  .storehead h1 { font-size: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}
