/* ============================================================
   GECKO — Sitio web
   ============================================================ */
body { margin: 0; font-family: var(--font-body); color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.mono { font-family: var(--font-mono); }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 28px; }
img { max-width: 100%; display: block; }

/* ---------- announcement ---------- */
.announce { background: var(--ink); color: var(--white); font-family: var(--font-mono); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.announce .wrap { display: flex; align-items: center; justify-content: center; gap: 14px; height: 38px; white-space: nowrap; overflow: hidden; }
.announce span { white-space: nowrap; }
.announce b { color: var(--red-bright); font-weight: 600; }
.announce .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--steel); }

/* ---------- header ---------- */
header.site { position: sticky; top: 0; z-index: 40; background: rgba(242,241,237,.86); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
header.site .wrap { display: flex; align-items: center; gap: 26px; height: 72px; }
.wm { font-family: var(--font-display); font-weight: 900; letter-spacing: -.035em; color: var(--ink); display: inline-flex; align-items: flex-end; line-height: .9; }
.wm .wm-mark { display: inline-block; width: .34em; height: .8em; margin-left: .1em; background: var(--red); transform: skewX(-16deg); }
.wm.lg { font-size: 30px; }
nav.main { display: flex; gap: 24px; margin-left: 8px; }
nav.main a { font-weight: 600; font-size: 15px; color: var(--ink-2); padding: 6px 0; border-bottom: 2px solid transparent; }
nav.main a:hover { color: var(--red); }
.header-search { margin-left: auto; display: flex; align-items: center; gap: 8px; background: var(--white); border: 1px solid var(--line-2); border-radius: 999px; padding: 9px 16px; width: 250px; transition: border-color .15s, box-shadow .15s; }
.header-search:focus-within { border-color: var(--red); box-shadow: 0 0 0 3px rgba(228,0,43,.12); }
.header-search input { border: none; outline: none; background: none; font-family: var(--font-body); font-size: 14px; width: 100%; color: var(--ink); }
.header-search svg { color: var(--steel-2); flex: none; }
.btn { font-family: var(--font-body); font-weight: 700; font-size: 14.5px; border: none; cursor: pointer; border-radius: 999px; padding: 11px 20px; display: inline-flex; align-items: center; gap: 9px; transition: transform .08s, background .15s, box-shadow .15s; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { background: var(--red-deep); }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: var(--ink-3); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line-2); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-wa { background: #1FA855; color: #fff; }
.btn-wa:hover { background: #178a45; }
.btn-sm { padding: 8px 14px; font-size: 13px; }
.quote-btn { position: relative; }
.quote-badge { position: absolute; top: -6px; right: -6px; background: var(--red); color: #fff; font-family: var(--font-mono); font-size: 11px; font-weight: 600; min-width: 19px; height: 19px; border-radius: 999px; display: grid; place-items: center; padding: 0 5px; border: 2px solid var(--paper); }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.hero::before { content:""; position: absolute; inset: 0; background-image: repeating-linear-gradient(-45deg, rgba(255,255,255,.025) 0 2px, transparent 2px 9px); pointer-events: none; }
.hero .wrap { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; padding: 64px 28px 56px; align-items: center; }
.hero-eyebrow { font-family: var(--font-mono); font-size: 12.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--red-bright); margin: 0 0 20px; display: flex; align-items: center; gap: 10px; }
.hero-eyebrow::before { content:""; width: 28px; height: 2px; background: var(--red); }
.hero h1 { font-family: var(--font-display); font-weight: 900; font-size: clamp(40px, 5.4vw, 74px); line-height: .96; letter-spacing: -.03em; margin: 0 0 22px; }
.hero h1 em { color: var(--red-bright); font-style: normal; }
.hero p.lead { font-size: 19px; line-height: 1.5; color: rgba(255,255,255,.72); max-width: 46ch; margin: 0 0 30px; }
.hero-stats { display: flex; gap: 30px; margin-top: 34px; }
.hero-stats .st .n { font-family: var(--font-display); font-weight: 800; font-size: 30px; letter-spacing: -.02em; }
.hero-stats .st .n em { color: var(--red-bright); font-style: normal; }
.hero-stats .st .l { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-top: 4px; }

/* finder widget */
.finder { background: var(--white); color: var(--ink); border-radius: 14px; padding: 22px; box-shadow: var(--shadow-lg); }
.finder h3 { font-family: var(--font-display); font-weight: 800; font-size: 19px; margin: 0 0 4px; letter-spacing: -.01em; }
.finder .sub { font-size: 13.5px; color: var(--steel-2); margin: 0 0 18px; }
.finder .fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--steel-2); }
.field select { appearance: none; -webkit-appearance: none; font-family: var(--font-body); font-size: 14.5px; font-weight: 500; color: var(--ink); background: var(--paper); border: 1px solid var(--line-2); border-radius: 8px; padding: 11px 34px 11px 13px; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%235A5D66' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; }
.field select:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(228,0,43,.12); }
.finder .btn { width: 100%; justify-content: center; margin-top: 16px; padding: 13px; }

/* ---------- brand regions ---------- */
.regions { background: var(--white); border-bottom: 1px solid var(--line); }
.regions .wrap { display: flex; align-items: center; gap: 18px; padding: 22px 28px; flex-wrap: wrap; }
.regions .rl { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--steel-2); }
.region-chips { display: flex; gap: 10px; flex-wrap: wrap; }
.chip { font-family: var(--font-body); font-weight: 600; font-size: 14px; border: 1px solid var(--line-2); border-radius: 999px; padding: 8px 16px; background: var(--paper); color: var(--ink-2); cursor: pointer; transition: all .12s; }
.chip:hover { border-color: var(--ink); }
.chip.on { background: var(--ink); color: #fff; border-color: var(--ink); }

/* ---------- section frame ---------- */
section.block { padding: 72px 0; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 34px; }
.sec-eyebrow { font-family: var(--font-mono); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--red); margin: 0 0 10px; display: flex; align-items: center; gap: 10px; }
.sec-eyebrow::before { content:""; width: 24px; height: 2px; background: var(--red); }
.sec-title { font-family: var(--font-display); font-weight: 900; font-size: clamp(28px, 3.6vw, 42px); letter-spacing: -.02em; margin: 0; line-height: 1; }
.sec-desc { color: var(--steel-2); font-size: 16px; max-width: 48ch; margin: 12px 0 0; }

/* categories */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cat { position: relative; border: 1px solid var(--line); border-radius: 12px; background: var(--white); padding: 24px; cursor: pointer; overflow: hidden; transition: border-color .15s, transform .12s, box-shadow .15s; }
.cat:hover { border-color: var(--ink); transform: translateY(-3px); box-shadow: var(--shadow); }
.cat .ic { width: 46px; height: 46px; border-radius: 10px; background: var(--paper-2); display: grid; place-items: center; color: var(--ink); margin-bottom: 40px; }
.cat:hover .ic { background: var(--red); color: #fff; }
.cat h4 { font-family: var(--font-display); font-weight: 800; font-size: 19px; margin: 0 0 5px; letter-spacing: -.01em; }
.cat .meta { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .06em; color: var(--steel-2); text-transform: uppercase; }
.cat .arrow { position: absolute; top: 24px; right: 24px; color: var(--steel); transition: transform .15s, color .15s; }
.cat:hover .arrow { color: var(--red); transform: translate(2px,-2px); }

/* ---------- catalog ---------- */
.catalog { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.filters { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-bottom: 28px; }
.filters .count { margin-left: auto; font-family: var(--font-mono); font-size: 12px; color: var(--steel-2); letter-spacing: .06em; }
.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.prod { border: 1px solid var(--line); border-radius: 12px; background: var(--paper); overflow: hidden; display: flex; flex-direction: column; transition: border-color .15s, transform .12s, box-shadow .15s; }
.prod:hover { border-color: var(--line-2); transform: translateY(-3px); box-shadow: var(--shadow); }
.prod .img { aspect-ratio: 4/3; border-bottom: 1px solid var(--line); }
.prod .badge { position: absolute; top: 10px; left: 10px; z-index: 3; background: var(--red); color: #fff; font-family: var(--font-mono); font-weight: 600; font-size: 11px; letter-spacing: .04em; padding: 4px 8px; border-radius: 5px; }
.prod .imgwrap { position: relative; }

/* photo upload slot */
.slot { position: relative; aspect-ratio: 4/3; border-bottom: 1px solid var(--line); background-color: var(--paper-2); background-image: repeating-linear-gradient(-45deg, rgba(20,21,26,.05) 0 10px, transparent 10px 20px); display: grid; place-items: center; cursor: pointer; overflow: hidden; }
.slot.filled { cursor: default; background-image: none; }
.slot > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.slot.drag { outline: 2px dashed var(--red); outline-offset: -6px; background-color: rgba(228,0,43,.07); }
.slot-empty { display: flex; flex-direction: column; align-items: center; gap: 3px; color: var(--steel-2); pointer-events: none; padding: 12px; text-align: center; }
.slot-empty svg { color: var(--steel); margin-bottom: 4px; }
.slot-empty span { font-family: var(--font-mono); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; font-weight: 500; white-space: nowrap; }
.slot-empty small { font-family: var(--font-mono); font-size: 10px; letter-spacing: .05em; color: var(--steel); white-space: nowrap; }
.slot:hover .slot-empty, .slot:hover .slot-empty svg { color: var(--red); }
.slot-tools { position: absolute; top: 8px; right: 8px; display: flex; gap: 6px; opacity: 0; }
.slot:hover .slot-tools { opacity: 1; }
.slot-tools button { width: 28px; height: 28px; border-radius: 6px; border: none; background: rgba(20,21,26,.8); color: #fff; cursor: pointer; display: grid; place-items: center; }
.slot-tools button:hover { background: var(--red); }
.prod .body { padding: 14px 15px 16px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.prod .ptag { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--red); }
.prod h4 { font-weight: 700; font-size: 16px; line-height: 1.25; margin: 2px 0 0; letter-spacing: -.01em; }
.prod .sku { font-family: var(--font-mono); font-size: 11.5px; color: var(--steel-2); letter-spacing: .03em; }
.prod .price-row { display: flex; align-items: baseline; gap: 8px; margin-top: 10px; }
.prod .price { font-family: var(--font-display); font-weight: 800; font-size: 22px; letter-spacing: -.01em; }
.prod .was { font-family: var(--font-mono); font-size: 12.5px; color: var(--steel); text-decoration: line-through; }
.prod .add { margin-top: 12px; width: 100%; justify-content: center; }
.prod .added { background: var(--ink) !important; }

/* ---------- offer banner ---------- */
.offer { background: var(--red); color: #fff; position: relative; overflow: hidden; }
.offer::after { content:""; position: absolute; inset: 0; background-image: repeating-linear-gradient(-45deg, rgba(0,0,0,.07) 0 2px, transparent 2px 12px); pointer-events: none; }
.offer .wrap { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 46px 28px; }
.offer .big { font-family: var(--font-display); font-weight: 900; font-size: clamp(32px, 5vw, 60px); line-height: .95; letter-spacing: -.02em; margin: 0; }
.offer .big span { -webkit-text-stroke: 2px #fff; color: transparent; }
.offer p { font-size: 16px; color: rgba(255,255,255,.85); margin: 12px 0 0; max-width: 40ch; }

/* ---------- steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.step { border: 1px solid var(--line); border-radius: 12px; background: var(--white); padding: 28px; position: relative; }
.step .num { font-family: var(--font-display); font-weight: 900; font-size: 14px; width: 34px; height: 34px; border-radius: 8px; background: var(--ink); color: #fff; display: grid; place-items: center; margin-bottom: 50px; }
.step h4 { font-family: var(--font-display); font-weight: 800; font-size: 20px; margin: 0 0 8px; letter-spacing: -.01em; }
.step p { color: var(--steel-2); font-size: 15px; line-height: 1.5; margin: 0; }
.step .ln { position: absolute; top: 45px; right: -9px; color: var(--line-2); z-index: 2; }

/* ---------- wholesale ---------- */
.whole { background: var(--ink); color: #fff; border-radius: 16px; overflow: hidden; display: grid; grid-template-columns: 1.2fr 1fr; }
.whole .txt { padding: 48px; }
.whole .eyebrow { font-family: var(--font-mono); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--red-bright); margin: 0 0 16px; }
.whole h3 { font-family: var(--font-display); font-weight: 900; font-size: clamp(26px,3.4vw,40px); line-height: 1; letter-spacing: -.02em; margin: 0 0 16px; }
.whole p { color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.55; margin: 0 0 26px; max-width: 42ch; }
.whole ul { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 10px; }
.whole li { display: flex; align-items: center; gap: 10px; font-size: 15px; color: rgba(255,255,255,.85); }
.whole li svg { color: var(--red-bright); flex: none; }
.whole .side { background-color: var(--ink-2); }

/* ---------- footer ---------- */
footer.site { background: var(--ink); color: rgba(255,255,255,.7); padding: 64px 0 0; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 48px; }
footer.site .wm { color: #fff; font-size: 34px; margin-bottom: 16px; }
footer.site .blurb { font-size: 14.5px; line-height: 1.6; max-width: 34ch; }
.foot-col h5 { font-family: var(--font-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--steel); margin: 0 0 16px; }
.foot-col a, .foot-col div.fi { display: block; font-size: 14.5px; color: rgba(255,255,255,.7); padding: 5px 0; }
.foot-col a:hover { color: #fff; }
.foot-tbd { color: var(--red-bright); font-family: var(--font-mono); font-size: 11px; letter-spacing: .05em; }
.foot-bottom { border-top: 1px solid var(--line-dk); padding: 22px 0; display: flex; justify-content: space-between; align-items: center; font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--steel); }
.foot-pay { display: flex; gap: 8px; }
.foot-pay span { border: 1px solid var(--line-dk); border-radius: 5px; padding: 4px 9px; font-size: 10.5px; }

/* ---------- quote drawer ---------- */
.scrim { position: fixed; inset: 0; background: rgba(20,21,26,.5); z-index: 90; opacity: 0; pointer-events: none; }
.scrim.open { opacity: 1; pointer-events: auto; }
.drawer { position: fixed; top: 0; right: 0; height: 100%; width: 420px; max-width: 92vw; background: var(--paper); z-index: 100; transform: translateX(100%); display: flex; flex-direction: column; box-shadow: var(--shadow-lg); }
.drawer.open { transform: translateX(0); }
.drawer .dh { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.drawer .dh h3 { font-family: var(--font-display); font-weight: 900; font-size: 21px; margin: 0; letter-spacing: -.01em; }
.drawer .dh .x { background: none; border: none; cursor: pointer; color: var(--steel-2); padding: 6px; border-radius: 6px; }
.drawer .dh .x:hover { background: var(--paper-2); color: var(--ink); }
.drawer .items { flex: 1; overflow-y: auto; padding: 8px 22px; }
.qitem { display: grid; grid-template-columns: 54px 1fr auto; gap: 12px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.qitem .qi-img { width: 54px; height: 54px; border-radius: 8px; object-fit: cover; }
img.qi-img { display: block; }
.qitem h5 { margin: 0 0 3px; font-size: 14.5px; font-weight: 700; line-height: 1.2; }
.qitem .qi-sku { font-family: var(--font-mono); font-size: 11px; color: var(--steel-2); }
.qitem .qty { display: inline-flex; align-items: center; gap: 0; border: 1px solid var(--line-2); border-radius: 7px; overflow: hidden; margin-top: 6px; }
.qitem .qty button { background: var(--white); border: none; width: 26px; height: 26px; cursor: pointer; font-size: 15px; color: var(--ink); }
.qitem .qty button:hover { background: var(--paper-2); }
.qitem .qty span { width: 30px; text-align: center; font-family: var(--font-mono); font-size: 13px; }
.qitem .qi-price { font-family: var(--font-display); font-weight: 800; font-size: 16px; text-align: right; white-space: nowrap; }
.qitem .qi-rm { background: none; border: none; color: var(--steel); cursor: pointer; font-size: 11px; font-family: var(--font-mono); padding: 2px 0; margin-top: 4px; }
.qitem .qi-rm:hover { color: var(--red); }
.drawer .empty { text-align: center; color: var(--steel-2); padding: 60px 30px; }
.drawer .empty svg { color: var(--line-2); margin-bottom: 16px; }
.drawer .df { border-top: 1px solid var(--line); padding: 20px 22px; background: var(--white); }
.drawer .df .tot { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 4px; }
.drawer .df .tot .tl { font-family: var(--font-mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--steel-2); }
.drawer .df .tot .tv { font-family: var(--font-display); font-weight: 900; font-size: 28px; letter-spacing: -.02em; }
.drawer .df .note { font-size: 12px; color: var(--steel-2); margin: 0 0 16px; line-height: 1.4; }
.drawer .df .btn { width: 100%; justify-content: center; padding: 14px; font-size: 15px; }

/* toast */
.toast { position: fixed; bottom: 26px; left: 50%; transform: translateX(-50%); background: var(--ink); color: #fff; padding: 13px 22px; border-radius: 999px; font-size: 14px; font-weight: 600; z-index: 120; opacity: 0; pointer-events: none; display: flex; align-items: center; gap: 10px; box-shadow: var(--shadow-lg); }
.toast.show { opacity: 1; }
.toast svg { color: var(--red-bright); }

@media (max-width: 1080px) {
  .prod-grid { grid-template-columns: repeat(3,1fr); }
  .cat-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 860px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 36px; }
  nav.main, .header-search { display: none; }
  .whole { grid-template-columns: 1fr; }
  .whole .side { min-height: 200px; }
  .steps { grid-template-columns: 1fr; }
  .offer .wrap { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .prod-grid { grid-template-columns: repeat(2,1fr); }
  .cat-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
}
