/* ─────────────────────────────────────────────────────────
   TIENDA EL ESCOCES — Dark Luxury Design System
   ───────────────────────────────────────────────────────── */

:root {
  --black:     #030303;
  --panel:     #080808;
  --hover:     #121212;
  --border:    #1A1A1A;
  --light:     #F4F4F4;
  --muted:     #888888;
  --gold:      #C5A572;
  --gold-dark: #A68A5D;
  --red:       #9d312c;
  --red-dark:  #7a2622;
  --serif:     'Playfair Display', Georgia, serif;
  --sans:      'Inter', 'Segoe UI', sans-serif;
}
/* ── RESET & BASE ────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

html, body {
  margin: 0;
  min-height: 100%;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  color: var(--light);
  font-family: var(--sans);
  background: var(--black);
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#tStoreMain,
.t-cart-page,
.t-auth-modal,
.t-full-page {
  width: 100%;
  max-width: 100%;
}

/* ── TOP TICKER (ABOVE HEADER) ───────────────────────────── */
.t-top-strip {
  --t-top-strip-bg-color: #100f0f;
  --t-top-strip-text-color: #f4f4f4;
  width: 100%;
  background: var(--t-top-strip-bg-color);
  color: var(--t-top-strip-text-color);
  border-bottom: 1px solid rgba(244, 244, 244, .14);
  overflow: hidden;
}

.t-top-strip-inner {
  max-width: 100%;
  overflow: hidden;
  padding: 10px 0;
}

.t-top-strip-track {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
  min-width: 200%;
  color: var(--t-top-strip-text-color);
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  will-change: transform;
  animation: topStripMarquee 18s linear infinite;
}

.t-top-strip-item {
  display: inline-flex;
  align-items: center;
}

.t-top-strip-sep {
  display: inline-flex;
  align-items: center;
  opacity: .55;
}

@keyframes topStripMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ── NAVBAR ──────────────────────────────────────────────── */
.t-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  border-bottom: 1px solid var(--border);
  background: rgba(3, 3, 3, .92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.t-nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  position: relative;
}

.t-nav-left {
  display: flex;
  gap: 36px;
}

.t-nav-link {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .7);
  text-decoration: none;
  transition: color 250ms;
}

.t-nav-link:hover { color: var(--gold); }

.t-nav-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  gap: 4px;
}

.t-nav-brand-fallback {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .2em;
  color: rgba(244, 244, 244, .92);
  line-height: 1;
  white-space: nowrap;
}

.t-nav-brand-name {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .22em;
  color: var(--light);
  line-height: 1;
  white-space: nowrap;
}

.t-nav-brand-dot { color: var(--gold); }

.t-nav-brand-sub {
  font-size: 8px;
  letter-spacing: .4em;
  text-transform: uppercase;
  color: var(--muted);
}

.t-nav-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.t-nav-mobile-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.t-nav-menu-btn {
  display: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(244, 244, 244, .22);
  background: rgba(255, 255, 255, .03);
  color: rgba(244, 244, 244, .84);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: border-color .2s, color .2s, background .2s;
}

.t-nav-menu-btn:hover {
  color: var(--gold);
  border-color: var(--gold);
  background: rgba(197, 165, 114, .08);
}

/* ── NAV SOCIAL ICONS ────────────────────────────────────── */
.t-nav-social {
  color: rgba(244, 244, 244, .6);
  display: flex;
  align-items: center;
  transition: color 250ms;
  line-height: 0;
  text-decoration: none;
}

.t-nav-social:hover { color: var(--gold); }

.t-nav-divider {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: rgba(244, 244, 244, .15);
  margin: 0 6px;
}

/* ── NAV LOGO IMAGE ──────────────────────────────────────── */
.t-nav-logo {
  height: 44px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  display: block;
  filter: brightness(1);
}

.t-nav-logo[hidden],
.t-nav-brand-fallback[hidden] {
  display: none !important;
}

/* ── NAV: button.t-nav-link reset ────────────────────────── */
button.t-nav-link {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

/* ── LOGIN BUTTON ────────────────────────────────────────── */
.t-btn-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .65);
  background: none;
  border: 1px solid rgba(244, 244, 244, .18);
  padding: 7px 14px;
  cursor: pointer;
  transition: color 250ms, border-color 250ms;
  white-space: nowrap;
  line-height: 1;
}

.t-btn-login-icon {
  display: none;
  flex-shrink: 0;
}

.t-btn-login-label {
  display: inline;
}

.t-btn-login:hover {
  color: var(--gold);
  border-color: var(--gold);
}

.t-btn-user {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(244, 244, 244, .24);
  background: rgba(255, 255, 255, .03);
  color: rgba(244, 244, 244, .84);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: border-color .2s, color .2s, background .2s;
}

.t-btn-user:hover {
  color: var(--gold);
  border-color: var(--gold);
  background: rgba(197, 165, 114, .08);
}

.t-btn-user[hidden] {
  display: none !important;
}

.t-btn-push-activate {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(157, 49, 44, .62);
  background: rgba(157, 49, 44, .16);
  color: rgba(255, 255, 255, .9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: border-color .2s, color .2s, background .2s;
}

.t-btn-push-activate:hover {
  border-color: rgba(157, 49, 44, .92);
  color: #fff;
  background: rgba(157, 49, 44, .3);
}

.t-btn-push-activate.is-blocked {
  border-color: rgba(248, 196, 53, .62);
  background: rgba(248, 196, 53, .12);
  color: rgba(248, 196, 53, .94);
}

.t-btn-push-activate[hidden] {
  display: none !important;
}

.t-push-status-dot {
  position: absolute;
  right: -2px;
  top: -2px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0 2px rgba(3, 3, 3, 0.9);
}

.t-push-status-dot--on {
  background: #2ecc71;
}

.t-push-status-dot--off {
  background: #ff4d4f;
}

.t-push-status-dot--unknown {
  background: #8f8f93;
}

.t-btn-login[hidden] {
  display: none !important;
}

/* ── CART TRIGGER ────────────────────────────────────────── */
.t-cart-trigger {
  position: relative;
  background: none;
  border: none;
  color: rgba(244, 244, 244, .8);
  cursor: pointer;
  padding: 6px;
  line-height: 0;
  transition: color 250ms;
}

.t-cart-trigger:hover { color: var(--gold); }

.t-cart-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--gold);
  color: #000;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  padding: 0 3px;
}

.t-mobile-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 240;
  background: rgba(0, 0, 0, .58);
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.t-mobile-drawer-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.t-mobile-drawer-backdrop[hidden] {
  display: none !important;
}

.t-mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 260;
  width: min(84vw, 320px);
  height: 100dvh;
  padding: calc(20px + env(safe-area-inset-top)) 16px calc(24px + env(safe-area-inset-bottom));
  border-right: 1px solid rgba(197, 165, 114, .24);
  background:
    radial-gradient(100% 64% at 0% 0%, rgba(197, 165, 114, .18) 0%, rgba(197, 165, 114, 0) 60%),
    linear-gradient(165deg, #0c0a0a 0%, #060606 100%);
  transform: translateX(-104%);
  transition: transform .24s cubic-bezier(.22, .72, .19, 1.01);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.t-mobile-drawer.is-open {
  transform: translateX(0);
}

.t-mobile-drawer[hidden] {
  display: none !important;
}

.t-mobile-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.t-mobile-drawer-kicker {
  font-size: 10px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .62);
}

.t-mobile-drawer-close {
  border: none;
  background: transparent;
  color: rgba(244, 244, 244, .74);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}

.t-mobile-drawer-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 6px;
}

.t-mobile-drawer-link {
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .02);
  color: var(--light);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-align: left;
  padding: 13px 12px;
  cursor: pointer;
  transition: border-color .2s, color .2s, background .2s;
}

.t-mobile-drawer-link:hover {
  border-color: rgba(197, 165, 114, .42);
  color: var(--gold);
  background: rgba(197, 165, 114, .06);
}

.t-mobile-drawer-link-install {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  border-color: rgba(157, 49, 44, .42);
  background: rgba(157, 49, 44, .14);
}

.t-mobile-drawer-link-install .t-mobile-install-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.t-mobile-drawer-link-install:hover {
  border-color: rgba(157, 49, 44, .72);
  color: #fff;
  background: rgba(157, 49, 44, .28);
}

.t-premium-toast-host {
  position: fixed;
  right: 14px;
  bottom: calc(16px + env(safe-area-inset-bottom));
  z-index: 420;
  display: grid;
  gap: 8px;
  width: min(90vw, 340px);
}

.t-premium-toast {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(8, 8, 8, 0.95);
  color: #f4f4f4;
  padding: 11px 12px;
  font-size: 12px;
  line-height: 1.35;
  transform: translateY(14px);
  opacity: 0;
  transition: transform .22s ease, opacity .22s ease;
}

.t-premium-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.t-premium-toast--success {
  border-color: rgba(46, 204, 113, 0.55);
}

.t-premium-toast--warning {
  border-color: rgba(248, 196, 53, 0.55);
}

.t-premium-toast--error {
  border-color: rgba(255, 77, 79, 0.55);
}

.t-pwa-hint-modal {
  position: fixed;
  inset: 0;
  z-index: 430;
}

.t-pwa-hint-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.t-pwa-hint-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(92vw, 360px);
  transform: translate(-50%, -50%);
  border-radius: 12px;
  border: 1px solid rgba(197, 165, 114, 0.3);
  background: linear-gradient(165deg, #111, #080808);
  color: #f4f4f4;
  padding: 16px;
  display: grid;
  gap: 10px;
}

.t-pwa-hint-kicker {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, 0.66);
}

.t-pwa-hint-card h3 {
  margin: 0;
  font-size: 16px;
}

.t-pwa-hint-card ol {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 5px;
  color: rgba(244, 244, 244, 0.88);
  font-size: 13px;
}

.t-pwa-hint-close {
  border: 1px solid rgba(157, 49, 44, .7);
  border-radius: 8px;
  padding: 10px 12px;
  color: #fff;
  background: rgba(157, 49, 44, .18);
  cursor: pointer;
}

.t-pwa-hint-close--secondary {
  border-color: rgba(244, 244, 244, .28);
  color: rgba(244, 244, 244, .9);
  background: rgba(255, 255, 255, .08);
}

.t-pwa-hint-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.t-pwa-hint-note {
  margin: 0;
  color: rgba(244, 244, 244, .68);
  font-size: 12px;
  line-height: 1.4;
}

/* ── BUTTONS ─────────────────────────────────────────────── */
.t-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 300;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  padding: 14px 28px;
  transition: background 250ms, border-color 250ms, color 250ms, box-shadow 250ms;
  line-height: 1;
  white-space: nowrap;
}

.t-btn[hidden] {
  display: none !important;
}

.t-btn:disabled { opacity: .35; cursor: not-allowed; }

.t-btn-primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 0 20px rgba(157, 49, 44, .25);
}

.t-btn-primary:not(:disabled):hover {
  background: var(--red-dark);
  box-shadow: 0 0 28px rgba(157, 49, 44, .5);
}

.t-btn-outline {
  border-color: var(--border);
  color: var(--light);
  background: transparent;
}

.t-btn-outline:not(:disabled):hover {
  border-color: rgba(157, 49, 44, .6);
  color: var(--light);
}

.t-btn-ghost {
  color: rgba(244, 244, 244, .6);
  background: transparent;
  border-color: transparent;
}

.t-btn-ghost:not(:disabled):hover { color: var(--gold); }

.t-btn-favorite {
  min-width: 46px;
  padding: 12px 12px;
  border-color: rgba(244, 244, 244, .2);
  color: rgba(244, 244, 244, .72);
  background: transparent;
  letter-spacing: .05em;
}

.t-btn-favorite:not(:disabled):hover {
  border-color: rgba(197, 165, 114, .55);
  color: var(--gold);
}

.t-btn-favorite.is-active {
  border-color: rgba(157, 49, 44, .65);
  color: #f08f89;
  background: rgba(157, 49, 44, .12);
}

.t-btn-full { width: 100%; text-align: center; }
.t-btn-lg   { padding: 16px 48px; }
.t-btn-sm   { padding: 9px 12px; font-size: 9px; letter-spacing: .12em; }

/* ── HERO ────────────────────────────────────────────────── */
.t-hero {
  position: relative;
  height: 100svh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.t-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.t-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .38;
  display: block;
  animation: heroScale 8s ease-out forwards;
}

@keyframes heroScale {
  from { transform: scale(1.08); opacity: .25; }
  to   { transform: scale(1);    opacity: .38; }
}

.t-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to top,
    var(--black) 0%,
    rgba(3, 3, 3, .15) 40%,
    rgba(3, 3, 3, .55) 100%
  );
}

.t-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px;
  margin-top: 88px;
}

.t-kicker {
  margin: 0 0 20px;
  font-size: 10px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 400;
}

.t-hero-title {
  margin: 0 0 24px;
  font-family: var(--serif);
  font-size: clamp(52px, 10vw, 104px);
  font-weight: 300;
  line-height: .95;
  letter-spacing: -.02em;
  color: var(--light);
}

.t-hero-title em {
  font-style: italic;
  color: var(--gold);
}

.t-hero-copy {
  margin: 0 auto 40px;
  max-width: 480px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: .02em;
  color: rgba(244, 244, 244, .65);
}

.t-hero-cta { padding: 16px 52px; }

.t-hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.t-scroll-label {
  font-size: 8px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .35);
}

.t-scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, rgba(197, 165, 114, .6), transparent);
  animation: scrollLine 1.8s ease-in-out infinite;
}

@keyframes scrollLine {
  0%, 100% { opacity: .5; transform: scaleY(1) translateY(0); }
  50%       { opacity: 1;  transform: scaleY(1.1) translateY(4px); }
}

/* ── PROMO STRIP ─────────────────────────────────────────── */
.t-strip {
  --t-strip-bg-color: rgba(157, 49, 44, .05);
  --t-strip-text-color: var(--light);
  position: relative;
  border-top: 1px solid rgba(157, 49, 44, .2);
  border-bottom: 1px solid rgba(157, 49, 44, .2);
  background: var(--t-strip-bg-color);
  padding: 36px 32px;
  overflow: hidden;
}

.t-strip[hidden] {
  display: none !important;
}

.t-strip-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 120% at 50% 50%, rgba(157, 49, 44, .1), transparent);
  pointer-events: none;
}

.t-strip-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.t-strip-btn {
  flex-shrink: 0;
  border-color: rgba(157, 49, 44, .5) !important;
  color: var(--light);
}

.t-strip-title {
  margin: 0 0 6px;
  font-family: var(--serif);
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 400;
  color: var(--t-strip-text-color);
}

.t-strip-sub {
  margin: 0;
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--t-strip-text-color);
  opacity: .8;
}

/* ── SECTIONS ────────────────────────────────────────────── */
.t-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 88px 32px;
}

.t-section-catalog {
  padding-top: 64px;
}

.t-section-head {
  margin-bottom: 56px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 32px;
}

.t-section-head-center {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: none;
}

.t-section-title {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 300;
  letter-spacing: -.01em;
  line-height: 1;
}

.t-section-sub {
  margin: 0;
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ── BENTO CATEGORIES ────────────────────────────────────── */
.t-bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 280px 280px;
  gap: 4px;
}

/* First cell: big (2-col × 2-row) */
.t-bento-item:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

/* Second cell: wide top-right (spans 2 cols) */
.t-bento-item:nth-child(2) {
  grid-column: span 2;
}

.t-bento-item {
  position: relative;
  overflow: hidden;
  background: var(--panel);
  display: flex;
  align-items: flex-end;
  padding: 24px;
  cursor: pointer;
  text-decoration: none;
  color: var(--light);
}

.t-bento-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(3, 3, 3, .85) 0%, rgba(3, 3, 3, .2) 50%, transparent 100%);
  z-index: 1;
  transition: opacity .4s;
}

.t-bento-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .4;
  transition: opacity .7s ease, transform .7s ease;
}

.t-bento-item:hover .t-bento-img {
  opacity: .65;
  transform: scale(1.06);
}

.t-bento-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.t-bento-label {
  display: block;
  font-size: 9px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}

.t-bento-name {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 400;
  line-height: 1.1;
}

.t-bento-item:first-child .t-bento-name {
  font-size: clamp(28px, 4vw, 44px);
}

.t-bento-arrow {
  display: inline-block;
  margin-top: 12px;
  font-size: 20px;
  color: var(--red);
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity .3s, transform .3s;
}

.t-bento-item:hover .t-bento-arrow {
  opacity: 1;
  transform: none;
}

/* "Ver Todo" bento cell */
.t-bento-item-all {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid rgba(157, 49, 44, .2);
  background: rgba(157, 49, 44, .04);
  transition: background .3s;
}

.t-bento-item-all::after { display: none; }

.t-bento-item-all:hover { background: rgba(157, 49, 44, .1); }

.t-bento-item-all .t-bento-name { color: var(--red); }

.t-bento-all-sub {
  margin: 10px 0 0;
  font-size: 9px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .35);
}

/* ── FEATURED SECTION ───────────────────────────────────── */
.t-featured-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 32px;
  margin-bottom: 64px;
  flex-wrap: wrap;
}

.t-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 32px;
}

/* Featured card (same as product card but simplified) */
.t-featured-card {
  display: block;
  text-decoration: none;
  color: var(--light);
  cursor: pointer;
}

.t-featured-card:hover .t-product-name { color: var(--gold); }
.t-featured-card:hover .t-product-img  { transform: scale(1.05); filter: drop-shadow(0 12px 32px rgba(0,0,0,.7)) brightness(1.1); }

/* ── PROMOCIONES ESPECIALES SECTION ─────────────────────── */
.t-promos {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(244,244,244,.06);
  border-bottom: 1px solid rgba(244,244,244,.06);
  background: #0a0a0a;
}

.t-promos-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .07;
  pointer-events: none;
}

.t-promos-inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 88px 32px;
}

.t-promos-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(244,244,244,.08);
  padding-bottom: 32px;
  margin-bottom: 56px;
  flex-wrap: wrap;
}

.t-promos-kicker {
  margin: 0 0 12px;
  font-size: 9px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 700;
}

/* 4-column promo grid — horizontal card layout */
.t-promos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

.t-promo-card {
  position: relative;
  background: var(--panel);
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: background .25s;
}

.t-promo-card:hover { background: #141414; }
.t-promo-card:hover .t-promo-name { color: var(--gold); }
.t-promo-card:hover .t-promo-img  { transform: scale(1.05); filter: drop-shadow(0 12px 32px rgba(0,0,0,.7)) brightness(1.1); }

.t-promo-img-wrap {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
}

.t-promo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease, filter .4s, opacity .4s;
  opacity: .75;
}

.t-promo-discount-tag {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 4px 9px;
  border-radius: 3px;
  line-height: 1;
  z-index: 2;
}

.t-promo-body {
  padding: 20px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-top: 1px solid rgba(244,244,244,.06);
}

.t-promo-category {
  margin: 0;
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
}

.t-promo-name {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -.01em;
}

.t-promo-prices {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 4px;
  flex-wrap: wrap;
}

.t-promo-price {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--light);
}

.t-promo-compare {
  font-size: 12px;
  color: var(--muted);
  text-decoration: line-through;
  letter-spacing: .04em;
}

@media (max-width: 900px) {
  .t-promos-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 540px) {
  .t-promos-inner { padding: 64px 20px; }
  .t-promos-grid  { grid-template-columns: 1fr 1fr; gap: 1px; }
  .t-promo-body   { padding: 14px 14px 18px; }
}

/* ── CLUB PRIVÉE SECTION ──────────────────────────────────── */
.t-club {
  border-top: 1px solid rgba(244, 244, 244, .06);
  padding: 112px 32px;
}

.t-club-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
}

.t-club-copy {
  flex: 1;
}

.t-club-kicker {
  margin: 0 0 20px;
  font-size: 10px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 700;
}

.t-club-title {
  margin: 0 0 24px;
  font-family: var(--serif);
  font-size: clamp(52px, 7vw, 88px);
  font-weight: 300;
  line-height: .95;
  letter-spacing: -.02em;
}

.t-club-title em {
  font-style: italic;
  color: var(--red);
}

.t-club-desc {
  margin: 0 0 40px;
  max-width: 440px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(244, 244, 244, .6);
  letter-spacing: .02em;
}

.t-club-visual {
  flex-shrink: 0;
  width: 280px;
  position: relative;
  height: 360px;
}

/* When a custom image is uploaded */
.t-club-visual.has-image {
  width: 460px;
  height: 520px;
  border-radius: 2px;
  overflow: hidden;
}

.t-club-visual-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.t-club-card {
  position: absolute;
  border: 1px solid var(--border);
  background: var(--panel);
}

.t-club-card-1 {
  width: 160px; height: 220px;
  top: 0; left: 50%;
  transform: translateX(-50%) rotate(-6deg);
  background: linear-gradient(135deg, rgba(197, 165, 114, .08), rgba(3,3,3,0));
}

.t-club-card-2 {
  width: 160px; height: 220px;
  bottom: 0; left: 10%;
  transform: rotate(4deg);
  background: linear-gradient(135deg, rgba(157, 49, 44, .06), rgba(3,3,3,0));
}

.t-club-card-3 {
  width: 100px; height: 140px;
  bottom: 40px; right: 10%;
  transform: rotate(-2deg);
  background: rgba(197, 165, 114, .04);
}

/* ── CATALOG HEADER ─────────────────────────────────────── */
.t-catalog-header {
  margin-bottom: 16px;
}

.t-catalog-back-mobile {
  display: none;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(197, 165, 114, .26);
  background: linear-gradient(180deg, rgba(197, 165, 114, .14), rgba(197, 165, 114, .04));
  color: var(--gold);
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 9px 12px;
  cursor: pointer;
  transition: border-color .2s, color .2s, background .2s;
}

.t-catalog-back-mobile:hover {
  border-color: rgba(197, 165, 114, .54);
  color: #f2d59a;
  background: linear-gradient(180deg, rgba(197, 165, 114, .2), rgba(197, 165, 114, .08));
}

.t-catalog-toolbar {
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.t-catalog-mobile-controls {
  display: none;
}

.t-catalog-filter-toggle {
  border: 1px solid rgba(197, 165, 114, .24);
  background: linear-gradient(180deg, rgba(197, 165, 114, .12), rgba(197, 165, 114, .03));
  color: var(--light);
  padding: 9px 12px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  transition: border-color .2s, background .2s, color .2s;
}

.t-catalog-filter-toggle:hover {
  border-color: rgba(197, 165, 114, .5);
  color: var(--gold);
  background: linear-gradient(180deg, rgba(197, 165, 114, .2), rgba(197, 165, 114, .07));
}

.t-catalog-filter-toggle-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.t-catalog-filter-toggle-label {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: rgba(244, 244, 244, .68);
}

.t-catalog-filter-toggle-active {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--light);
}

.t-catalog-filter-toggle.is-filtered .t-catalog-filter-toggle-active {
  color: var(--gold);
}

.t-catalog-filter-sheet-backdrop,
.t-catalog-filter-sheet {
  display: none;
}

.t-catalog-filter-sheet[hidden],
.t-catalog-filter-sheet-backdrop[hidden] {
  display: none !important;
}

.t-catalog-filter-sheet-backdrop {
  position: fixed;
  inset: 0;
  z-index: 250;
  background: rgba(0, 0, 0, .58);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.t-catalog-filter-sheet-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.t-catalog-filter-sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 280;
  max-height: min(76dvh, 560px);
  padding: 16px 16px calc(24px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(197, 165, 114, .26);
  background:
    radial-gradient(120% 78% at 50% 0%, rgba(197, 165, 114, .14) 0%, rgba(197, 165, 114, 0) 68%),
    linear-gradient(180deg, #0b0a0a 0%, #060606 100%);
  transform: translateY(104%);
  transition: transform .24s cubic-bezier(.22, .72, .19, 1.01);
}

.t-catalog-filter-sheet.is-open {
  transform: translateY(0);
}

.t-catalog-filter-sheet-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.t-catalog-filter-sheet-kicker {
  margin: 0 0 4px;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .24em;
  color: rgba(244, 244, 244, .58);
}

.t-catalog-filter-sheet-title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(24px, 5.2vw, 30px);
  font-weight: 300;
  letter-spacing: .02em;
}

.t-catalog-filter-sheet-close {
  border: none;
  background: transparent;
  color: rgba(244, 244, 244, .72);
  padding: 6px;
  cursor: pointer;
  line-height: 0;
}

.t-filter-list-mobile {
  display: grid;
  gap: 8px;
  max-height: min(58dvh, 430px);
  overflow: auto;
  padding-right: 2px;
}

.t-filter-list-mobile li {
  list-style: none;
}

.t-filter-item-mobile {
  width: 100%;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, .09);
  background: rgba(255, 255, 255, .02);
  color: rgba(244, 244, 244, .82);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 13px 12px;
  cursor: pointer;
  transition: border-color .2s, color .2s, background .2s;
}

.t-filter-item-mobile:hover {
  border-color: rgba(197, 165, 114, .42);
  color: #f4e5c1;
  background: rgba(197, 165, 114, .07);
}

.t-filter-item-mobile.is-active {
  border-color: rgba(197, 165, 114, .55);
  color: var(--gold);
  background: rgba(197, 165, 114, .09);
}

/* ── CATALOG HEAD (legacy, kept for compat) ───────────────── */
.t-catalog-head {
  margin-bottom: 48px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.t-catalog-count {
  margin: 10px 0 0;
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Search */
.t-search-wrap {
  display: flex;
  align-items: center;
  border: 1px solid var(--border);
  background: var(--panel);
  transition: border-color 200ms;
}

.t-search-wrap:focus-within { border-color: rgba(157, 49, 44, .5); }

.t-search-input {
  background: none;
  border: none;
  color: var(--light);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 300;
  padding: 12px 16px;
  width: 260px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.t-search-input::placeholder { color: var(--muted); }

.t-search-btn {
  background: none;
  border: none;
  border-left: 1px solid var(--border);
  color: var(--muted);
  padding: 12px 14px;
  cursor: pointer;
  line-height: 0;
  transition: color 200ms;
}

.t-search-btn:hover { color: var(--gold); }

/* ── CATALOG LAYOUT ──────────────────────────────────────── */
.t-catalog-layout {
  display: flex;
  gap: 64px;
  align-items: flex-start;
}

/* Filter sidebar */
.t-filter-aside {
  flex-shrink: 0;
  width: 148px;
  position: sticky;
  top: 108px;
  align-self: flex-start;
}

.t-filter-heading {
  margin: 0 0 24px;
  font-size: 9px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid var(--border);
  padding-bottom: 14px;
}

.t-filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.t-filter-item {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .5);
  cursor: pointer;
  transition: color 200ms;
  user-select: none;
}

.t-filter-item:hover  { color: var(--light); }
.t-filter-item.is-active { color: var(--gold); }

/* ── PRODUCT GRID ────────────────────────────────────────── */
.t-product-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 28px;
  align-content: start;
}

/* Product card */
.t-product-card {
  display: block;
  text-decoration: none;
  color: var(--light);
  cursor: pointer;
  animation: fadeUp .45s ease both;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}

.t-product-img-wrap {
  aspect-ratio: 3 / 4;
  background: var(--panel);
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.t-product-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(3, 3, 3, .15);
  opacity: 0;
  transition: opacity .5s;
  z-index: 1;
}

.t-product-card:hover .t-product-img-wrap::after { opacity: 1; }

.t-product-privilege {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--gold);
  color: #000;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 3px 8px;
  z-index: 2;
}

.t-product-featured-ribbon {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(13, 13, 13, 0.82);
  border: 1px solid rgba(201, 169, 110, 0.45);
  color: #c9a96e;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 3px 8px;
  z-index: 2;
  backdrop-filter: blur(4px);
}

.t-product-promo-ribbon {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--red);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 3px 8px;
  z-index: 2;
}

.t-product-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, .55));
  transition: transform .7s ease, filter .7s ease;
}

.t-product-card:hover .t-product-img {
  transform: scale(1.05);
  filter: drop-shadow(0 12px 32px rgba(0, 0, 0, .7)) brightness(1.08);
}

.t-product-img-empty {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .18);
}

.t-product-meta {
  text-align: center;
  padding: 0 4px;
}

.t-product-brand {
  margin: 0 0 8px;
  font-size: 9px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--muted);
}

.t-product-name {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 400;
  line-height: 1.15;
  transition: color .3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.t-product-card:hover .t-product-name { color: var(--gold); }

.t-product-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 10px;
}

.t-rating-stars {
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--gold);
}

.t-rating-meta {
  font-size: 10px;
  letter-spacing: .08em;
  color: rgba(244, 244, 244, .56);
}

.t-product-price-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
}

.t-product-price {
  font-size: 13px;
  letter-spacing: .08em;
  color: var(--light);
}

.t-product-price.is-offer { color: var(--gold); }

.t-product-price-old {
  font-size: 11px;
  color: var(--muted);
  text-decoration: line-through;
}

.t-product-card-actions {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.t-product-stock {
  display: block;
  margin-bottom: 10px;
  font-size: 9px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .3);
}

.t-product-stock.is-out { color: rgba(157, 49, 44, .6); }

/* empty state card */
.t-product-empty {
  grid-column: 1 / -1;
  padding: 80px 24px;
  text-align: center;
  border: 1px solid var(--border);
  color: var(--muted);
  font-weight: 300;
  font-size: 14px;
}

/* ── PAGINATION ──────────────────────────────────────────── */
.t-pagination {
  margin-top: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border-top: 1px solid var(--border);
  padding-top: 40px;
}

.t-page-meta {
  margin: 0;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ── CART PAGE (full page, replaces main when cart is open) ── */
.t-cart-page {
  min-height: 100vh;
  background: var(--black);
}

.t-cart-page[hidden] { display: none !important; }

.t-cart-page-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 32px 88px;
}

.t-cart-page-topbar {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 56px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 32px;
}

.t-cart-page-title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 300;
  letter-spacing: -.01em;
}

.t-cart-back {
  background: none;
  border: none;
  color: rgba(244, 244, 244, .4);
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  transition: color 200ms;
  white-space: nowrap;
}

.t-cart-back:hover { color: var(--gold); }

.t-cart-page-body {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: start;
}

.t-cart-page-items {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.t-cart-summary-wrap {
  position: sticky;
  top: 108px;
}

.t-cart-summary {
  background: var(--panel);
  border: 1px solid var(--border);
  padding: 36px 32px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.t-cart-summary-title {
  margin: 0;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}

.t-cart-note {
  margin: 0;
  font-size: 9px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .3);
  text-align: center;
  line-height: 1.6;
}

.t-cart-trust {
  border-top: 1px solid rgba(244, 244, 244, .08);
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.t-cart-trust-title {
  margin: 0;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .62);
  text-align: center;
}

.t-cart-trust-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.t-cart-trust-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border: 1px solid rgba(244, 244, 244, .18);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .78);
}

.t-cart-trust-meta {
  margin: 0;
  text-align: center;
  font-size: 10px;
  color: rgba(244, 244, 244, .46);
  line-height: 1.5;
}

.t-cart-benefits {
  border-top: 1px solid rgba(244, 244, 244, .08);
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.t-cart-benefits[hidden] {
  display: none !important;
}

.t-cart-benefits-title {
  margin: 0;
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .58);
}

.t-cart-benefits-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.t-cart-benefit-item {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 8px;
  align-items: flex-start;
  margin: 0;
  font-size: 10px;
  color: rgba(244, 244, 244, .66);
  line-height: 1.45;
}

.t-cart-benefit-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(197, 165, 114, .85);
}

.t-cart-benefit-icon svg {
  width: 14px;
  height: 14px;
}

.t-cart-legal {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 9px;
  color: rgba(244, 244, 244, .44);
  line-height: 1.5;
}

.t-cart-legal[hidden] {
  display: none !important;
}

.t-cart-legal-link {
  color: rgba(244, 244, 244, .72);
  text-decoration: none;
  border-bottom: 1px solid rgba(244, 244, 244, .25);
  transition: color 180ms ease, border-color 180ms ease;
}

.t-cart-legal-link:hover,
.t-cart-legal-link:focus-visible {
  color: var(--gold);
  border-color: rgba(197, 165, 114, .72);
}

.t-cart-upsell {
  margin-top: 42px;
  border-top: 1px solid var(--border);
  padding-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.t-cart-upsell[hidden] {
  display: none !important;
}

.t-cart-upsell-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px 14px;
}

.t-cart-upsell-kicker {
  margin: 0;
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .48);
}

.t-cart-upsell-sub {
  margin: 0;
  font-size: 11px;
  color: rgba(244, 244, 244, .64);
}

.t-cart-upsell-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 2px 0 6px;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}

.t-cart-upsell-card {
  flex: 0 0 252px;
  border: 0;
  background: transparent;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  grid-template-areas:
    'thumb copy'
    'thumb add';
  align-items: start;
  gap: 8px 10px;
  padding: 6px 0;
  border-radius: 0;
  scroll-snap-align: start;
}

.t-cart-upsell-thumb {
  grid-area: thumb;
  width: 70px;
  height: 70px;
  position: relative;
  border: 1px solid rgba(244, 244, 244, .14);
  background: var(--panel);
  padding: 7px;
  cursor: pointer;
  border-radius: 0;
}

.t-cart-upsell-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}

.t-cart-upsell-img-empty {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  color: rgba(244, 244, 244, .38);
  text-transform: uppercase;
  letter-spacing: .08em;
}

.t-cart-upsell-badge {
  position: absolute;
  top: 3px;
  left: 3px;
  background: rgba(157, 49, 44, .9);
  color: #fff;
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 2px 4px;
}

.t-cart-upsell-copy {
  grid-area: copy;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.t-cart-upsell-name {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  text-align: left;
  color: rgba(244, 244, 244, .92);
  font-size: 10px;
  line-height: 1.25;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-wrap: balance;
}

.t-cart-upsell-name:hover,
.t-cart-upsell-name:focus-visible {
  color: var(--gold);
}

.t-cart-upsell-prices {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px;
}

.t-cart-upsell-price {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--gold);
}

.t-cart-upsell-price-old {
  font-size: 10px;
  color: rgba(244, 244, 244, .42);
  text-decoration: line-through;
}

.t-cart-upsell-add {
  grid-area: add;
  justify-self: start;
  border: 0;
  background: none;
  color: rgba(244, 244, 244, .88);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 0;
  min-width: 0;
  cursor: pointer;
  border-radius: 0;
  white-space: nowrap;
}

.t-cart-upsell-add:hover,
.t-cart-upsell-add:focus-visible {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.t-cart-upsell-add:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.t-cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 24px;
  grid-column: 1 / -1;
}

.t-cart-empty p {
  margin: 0 0 32px;
  font-size: 13px;
  font-weight: 300;
  color: rgba(244, 244, 244, .4);
  line-height: 1.6;
}

/* Cart item */
.t-cart-item {
  display: flex;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(244, 244, 244, .06);
}

.t-cart-item-img {
  width: 90px;
  height: 120px;
  object-fit: contain;
  background: var(--panel);
  flex-shrink: 0;
  padding: 12px;
}

.t-cart-item-img-empty {
  width: 90px;
  height: 120px;
  background: var(--panel);
  flex-shrink: 0;
}

.t-cart-item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.t-cart-item-name {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

.t-cart-item-variant {
  margin: 0;
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .55);
}

.t-cart-item-price {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: .04em;
  margin: 0;
}

.t-cart-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

/* Qty controls */
.t-qty {
  display: flex;
  align-items: center;
  border: 1px solid var(--border);
  height: 30px;
}

.t-qty-btn {
  width: 30px;
  height: 100%;
  background: none;
  border: none;
  color: rgba(244, 244, 244, .4);
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: color 200ms, background 200ms;
}

.t-qty-btn:hover { color: var(--light); background: var(--hover); }

.t-qty-val {
  padding: 0 10px;
  font-size: 12px;
  font-weight: 300;
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
  height: 100%;
  display: flex;
  align-items: center;
}

.t-cart-item-total {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--light);
}

.t-cart-remove {
  background: none;
  border: none;
  color: rgba(244, 244, 244, .25);
  cursor: pointer;
  width: 36px;
  height: 36px;
  min-width: 36px;
  flex: 0 0 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  border-radius: 999px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: color 200ms, background 200ms;
}

.t-cart-remove svg {
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.t-cart-remove:hover,
.t-cart-remove:focus-visible {
  color: var(--red);
  background: rgba(157, 49, 44, .14);
}

/* .t-cart-footer kept for back-compat if referenced anywhere */

.t-cart-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.t-cart-row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 300;
  color: rgba(244, 244, 244, .65);
  letter-spacing: .02em;
}

.t-cart-row-discount {
  color: rgba(147, 206, 158, .94);
}

.t-cart-row-discount[hidden] {
  display: none !important;
}

.t-cart-row-discount span:last-child {
  font-weight: 500;
}

.t-cart-row-shipping.is-free span:last-child {
  color: rgba(147, 206, 158, .94);
  font-weight: 500;
}

.t-cart-row-total {
  border-top: 1px solid var(--border);
  padding-top: 14px;
  margin-top: 4px;
}

.t-cart-row-total span:first-child {
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
}

.t-cart-row-total span:last-child {
  font-family: var(--serif);
  font-size: 26px;
  color: var(--gold);
}

.t-cart-status {
  margin: 0;
  font-size: 11px;
  color: var(--muted);
  text-align: center;
  font-weight: 300;
}

.t-cart-checkout-hint {
  margin: -8px 0 0;
  font-size: 10px;
  color: rgba(244, 244, 244, .62);
  text-align: center;
  line-height: 1.45;
}

.t-cart-coupon {
  border-top: 1px solid rgba(244, 244, 244, .08);
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.t-cart-coupon[hidden] {
  display: none !important;
}

.t-cart-coupon-label {
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .54);
}

.t-cart-coupon-controls {
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.t-cart-coupon-input {
  flex: 1;
  min-width: 0;
  height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(244, 244, 244, .16);
  background: rgba(17, 17, 17, .7);
  color: var(--light);
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.t-cart-coupon-input:focus {
  outline: none;
  border-color: var(--gold);
}

.t-cart-coupon-input::placeholder {
  color: rgba(244, 244, 244, .34);
  text-transform: none;
  letter-spacing: .03em;
}

.t-cart-coupon-apply {
  min-width: 94px;
  height: 40px;
  padding: 0 14px;
}

.t-cart-coupon-clear {
  align-self: flex-start;
  background: none;
  border: 0;
  padding: 0;
  color: rgba(244, 244, 244, .62);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

.t-cart-coupon-clear:hover,
.t-cart-coupon-clear:focus-visible {
  color: var(--gold);
}

.t-cart-coupon-status {
  margin: 0;
  font-size: 10px;
  line-height: 1.5;
  color: rgba(244, 244, 244, .62);
}

.t-cart-coupon-status[data-tone="success"] {
  color: rgba(147, 206, 158, .94);
}

.t-cart-coupon-status[data-tone="warning"] {
  color: rgba(255, 209, 133, .96);
}

.t-cart-coupon-status[data-tone="error"] {
  color: #d98578;
}

body.is-modal-open {
  overflow: hidden;
}

body.is-drawer-open {
  overflow: hidden;
}

body.is-catalog-filter-open {
  overflow: hidden;
}

/* ── STORE AUTH MODAL ────────────────────────────────────── */
.t-auth-modal {
  position: fixed;
  inset: 0;
  z-index: 320;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 4vw, 40px);
}

.t-auth-modal[hidden] { display: none !important; }

.t-auth-modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .84);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.t-auth-card {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  border: 1px solid var(--border);
  background: var(--panel);
  padding: 32px 26px 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.t-auth-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: transparent;
  color: rgba(244, 244, 244, .55);
  cursor: pointer;
  padding: 6px;
  line-height: 0;
}

.t-auth-close:hover {
  color: var(--light);
}

.t-auth-logo {
  max-width: 170px;
  max-height: 42px;
  object-fit: contain;
}

.t-auth-title {
  margin: 0;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}

.t-auth-copy {
  margin: 0;
  color: rgba(244, 244, 244, .62);
  font-size: 12px;
  line-height: 1.45;
}

.t-auth-mode-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(244, 244, 244, .18);
  background: rgba(255, 255, 255, .02);
}

.t-auth-mode-btn {
  border: 0;
  background: transparent;
  color: rgba(244, 244, 244, .62);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 11px 10px;
  cursor: pointer;
}

.t-auth-mode-btn.is-active {
  background: rgba(197, 165, 114, .18);
  color: var(--light);
}

.t-auth-pane {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.t-auth-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.t-auth-form input {
  border: 1px solid rgba(244, 244, 244, .24);
  background: rgba(255, 255, 255, .02);
  color: var(--light);
  font-family: var(--sans);
  font-size: 12px;
  padding: 11px 12px;
}

.t-auth-form input:focus {
  outline: none;
  border-color: rgba(197, 165, 114, .6);
}

.t-auth-google {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-color: rgba(244, 244, 244, .24);
  background: rgba(255, 255, 255, .02);
  color: var(--light);
}

.t-auth-google-icon {
  width: 18px;
  height: 18px;
  flex: none;
}

.t-auth-google:hover {
  border-color: rgba(197, 165, 114, .48);
}

.t-auth-login-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.t-auth-reset {
  align-self: flex-start;
  border: none;
  background: transparent;
  color: rgba(197, 165, 114, .92);
  cursor: pointer;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 0;
}

.t-auth-reset:hover {
  color: var(--light);
}

.t-auth-check {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  font-size: 12px;
  color: rgba(244, 244, 244, .75);
  line-height: 1.5;
  cursor: pointer;
  padding: 4px 0;
}

.t-auth-check input[type="checkbox"] {
  margin: 0;
  width: 16px;
  height: 16px;
  flex: none;
  cursor: pointer;
  accent-color: rgba(197, 165, 114, .9);
  margin-top: 1px;
}

.t-auth-check a {
  color: rgba(197, 165, 114, .96);
}

.t-auth-copy--sm {
  font-size: 12px;
  margin: 0;
  color: rgba(244, 244, 244, .72);
  line-height: 1.5;
}

.t-auth-otp-input {
  border: 1px solid rgba(197, 165, 114, .48) !important;
  background: rgba(255, 255, 255, .04) !important;
  color: var(--light) !important;
  font-family: var(--sans) !important;
  font-size: 22px !important;
  letter-spacing: .3em;
  text-align: center;
  padding: 14px 12px !important;
  width: 100%;
  box-sizing: border-box;
}

.t-auth-otp-input:focus {
  outline: none;
  border-color: rgba(197, 165, 114, .9) !important;
}

.t-auth-otp-success {
  padding: 14px 16px;
  background: rgba(197, 165, 114, .14);
  border: 1px solid rgba(197, 165, 114, .4);
  color: var(--light);
  font-size: 13px;
  text-align: center;
}

.t-auth-otp-success p {
  margin: 0;
}

/* ── FULL-SCREEN REGISTRATION / OTP PAGES ─────────────────── */
.t-full-page {
  position: fixed;
  inset: 0;
  z-index: 400;
  background: var(--black);
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  min-height: 100dvh;
  height: 100dvh;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}

.t-full-page-inner {
  width: min(520px, 100%);
  max-width: 520px;
  margin: 0 auto;
  padding: 20px 22px 56px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100vh;
  min-height: 100dvh;
  box-sizing: border-box;
}

.t-full-page-inner--center {
  justify-content: center;
  min-height: 100vh;
  min-height: 100dvh;
}

.t-full-page-top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 4px;
}

.t-full-page-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: none;
  background: transparent;
  color: rgba(244, 244, 244, .65);
  cursor: pointer;
  padding: 6px 0;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  line-height: 1;
}

.t-full-page-back:hover {
  color: var(--light);
}

.t-full-page-logo {
  max-width: 140px;
  max-height: 36px;
  object-fit: contain;
  margin-left: auto;
}

.t-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.t-field-label {
  font-size: 11px;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .58);
}

.t-req {
  color: rgba(197, 165, 114, .92);
}

.t-reg-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.t-reg-form input,
.t-reg-form select {
  border: 1px solid rgba(244, 244, 244, .22);
  background: rgba(255, 255, 255, .02);
  color: var(--light);
  font-family: var(--sans);
  font-size: 13px;
  padding: 11px 12px;
  width: 100%;
  box-sizing: border-box;
}

.t-reg-form input:focus,
.t-reg-form select:focus {
  outline: none;
  border-color: rgba(197, 165, 114, .6);
}

.t-reg-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(244, 244, 244, .65) 50%), linear-gradient(135deg, rgba(244, 244, 244, .65) 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 34px;
}

.t-reg-form select option,
.t-reg-form select optgroup {
  color: #111;
  background-color: #f8f8f8;
}

.t-pw-wrap {
  position: relative;
  display: flex;
}

.t-pw-wrap input {
  padding-right: 44px;
}

.t-pw-toggle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 42px;
  border: none;
  background: transparent;
  color: rgba(244, 244, 244, .45);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.t-pw-toggle:hover {
  color: rgba(244, 244, 244, .85);
}

.t-otp-envelope {
  display: flex;
  justify-content: center;
  padding: 8px 0 4px;
}

.t-otp-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.t-account-page-inner {
  width: min(1180px, 100%);
  max-width: 1180px;
  gap: 18px;
}

.t-account-layout {
  display: grid;
  gap: 14px;
  align-items: start;
}

.t-account-sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.t-account-content {
  min-width: 0;
}

.t-account-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border: 1px solid rgba(244, 244, 244, .12);
  background: rgba(255, 255, 255, .02);
  padding: 14px;
}

.t-account-kicker {
  margin: 0;
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .54);
}

.t-account-user-name {
  margin: 2px 0 0;
  font-size: 15px;
  font-weight: 600;
  color: rgba(244, 244, 244, .96);
  letter-spacing: .01em;
}

.t-account-user-email {
  margin: 0;
  font-size: 12px;
  color: rgba(244, 244, 244, .64);
  word-break: break-word;
}

.t-account-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.t-account-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(244, 244, 244, .18);
  background: rgba(255, 255, 255, .02);
  color: rgba(244, 244, 244, .66);
  font-size: 11px;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 10px 8px;
  cursor: pointer;
  text-align: center;
}

.t-account-tab-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(244, 244, 244, .58);
}

.t-account-tab-label {
  display: inline-block;
  line-height: 1.1;
}

.t-account-tab.is-active {
  color: var(--light);
  border-color: rgba(197, 165, 114, .55);
  background: rgba(197, 165, 114, .16);
}

.t-account-tab.is-active .t-account-tab-icon {
  color: rgba(197, 165, 114, .94);
}

.t-account-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 2px 0 10px;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .5);
}

.t-account-breadcrumb-root {
  color: rgba(244, 244, 244, .58);
}

.t-account-breadcrumb-sep {
  color: rgba(197, 165, 114, .7);
}

.t-account-breadcrumb-current {
  color: rgba(244, 244, 244, .9);
}

.t-account-panel {
  border: 1px solid rgba(244, 244, 244, .12);
  background: rgba(255, 255, 255, .02);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.t-account-panel[hidden] {
  display: none !important;
}

.t-account-panel h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
}

.t-account-kv {
  margin: 0;
  display: grid;
  gap: 10px;
}

.t-account-kv div {
  border-bottom: 1px solid rgba(244, 244, 244, .08);
  padding-bottom: 8px;
}

.t-account-kv dt {
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .52);
  margin-bottom: 4px;
}

.t-account-kv dd {
  margin: 0;
  font-size: 14px;
  color: rgba(244, 244, 244, .9);
  word-break: break-word;
}

.t-account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.t-account-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.t-account-orders-list {
  display: grid;
  gap: 10px;
}

.t-account-order-card {
  border: 1px solid rgba(244, 244, 244, .12);
  background: rgba(255, 255, 255, .02);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.t-account-order-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.t-account-order-number {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .58);
}

.t-account-order-total {
  font-size: 14px;
  color: rgba(197, 165, 114, .95);
}

.t-account-order-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.t-account-order-chip {
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px solid rgba(244, 244, 244, .16);
  background: rgba(255, 255, 255, .02);
  color: rgba(244, 244, 244, .82);
  padding: 4px 7px;
}

.t-account-order-chip--order {
  border-color: rgba(197, 165, 114, .34);
}

.t-account-order-chip--payment {
  border-color: rgba(115, 185, 255, .34);
}

.t-account-order-chip--paid,
.t-account-order-chip--delivered {
  border-color: rgba(71, 178, 107, .45);
  background: rgba(71, 178, 107, .18);
  color: #bff5ce;
}

.t-account-order-chip--processing,
.t-account-order-chip--shipped,
.t-account-order-chip--authorized {
  border-color: rgba(85, 173, 255, .45);
  background: rgba(85, 173, 255, .18);
  color: #c8e7ff;
}

.t-account-order-chip--pending {
  border-color: rgba(237, 186, 81, .45);
  background: rgba(237, 186, 81, .18);
  color: #ffe3a5;
}

.t-account-order-chip--failed,
.t-account-order-chip--cancelled,
.t-account-order-chip--refunded {
  border-color: rgba(233, 103, 103, .45);
  background: rgba(233, 103, 103, .18);
  color: #ffd1d1;
}

.t-account-order-note {
  margin: 0;
  font-size: 11px;
  color: rgba(244, 244, 244, .84);
  border-left: 2px solid rgba(197, 165, 114, .55);
  padding-left: 8px;
}

.t-account-order-note strong {
  color: rgba(197, 165, 114, .95);
  font-weight: 600;
}

.t-account-order-actions {
  display: flex;
  justify-content: flex-end;
}

.t-account-order-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 5px;
}

.t-account-order-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid rgba(244, 244, 244, .08);
  padding-bottom: 5px;
}

.t-account-order-item-title {
  font-size: 12px;
  color: rgba(244, 244, 244, .9);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.t-account-order-item-line {
  font-size: 11px;
  color: rgba(244, 244, 244, .68);
  white-space: nowrap;
}

.t-account-order-more {
  margin: 0;
  font-size: 11px;
  color: rgba(244, 244, 244, .6);
}

.t-account-favorites-list {
  display: grid;
  gap: 10px;
}

.t-account-fav-card {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(244, 244, 244, .12);
  background: rgba(255, 255, 255, .02);
  padding: 8px;
}

.t-account-fav-card-action {
  width: 100%;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color .2s, background .2s, transform .2s;
}

.t-account-fav-card-action:hover {
  border-color: rgba(197, 165, 114, .42);
  background: rgba(197, 165, 114, .06);
}

.t-account-fav-card-action:focus-visible {
  outline: 2px solid rgba(197, 165, 114, .58);
  outline-offset: 2px;
}

.t-account-fav-thumb {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border: 1px solid rgba(244, 244, 244, .12);
  background: rgba(255, 255, 255, .02);
}

.t-account-fav-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.t-account-fav-title {
  font-size: 13px;
  line-height: 1.35;
  color: rgba(244, 244, 244, .92);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.t-account-fav-price {
  font-size: 12px;
  color: rgba(197, 165, 114, .9);
}

.t-account-empty-card {
  border: 1px dashed rgba(244, 244, 244, .22);
  background: rgba(255, 255, 255, .01);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.t-account-empty-card p {
  margin: 0;
  color: rgba(244, 244, 244, .7);
  font-size: 13px;
  line-height: 1.5;
}

.t-account-empty-note {
  font-size: 11px !important;
  color: rgba(244, 244, 244, .52) !important;
}

.t-account-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.t-account-billing-switch {
  margin: 0;
  border: 1px solid rgba(244, 244, 244, .14);
  background: rgba(255, 255, 255, .02);
  padding: 10px;
}

.t-account-billing-address-fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px dashed rgba(244, 244, 244, .2);
  padding: 12px;
  background: rgba(255, 255, 255, .01);
}

.t-account-billing-address-fields[hidden] {
  display: none !important;
}

.t-guest-flow-inner {
  width: min(620px, 100%);
  max-width: 620px;
}

.t-guest-flow-card {
  border: 1px solid rgba(244, 244, 244, .14);
  background: rgba(255, 255, 255, .02);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.t-guest-flow-kicker {
  margin: 0;
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(197, 165, 114, .92);
}

.t-guest-flow-actions {
  display: grid;
  gap: 10px;
}

.t-guest-checkout-inner {
  width: min(760px, 100%);
  max-width: 760px;
  gap: 16px;
}

.t-guest-checkout-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.t-guest-checkout-summary {
  border: 1px solid rgba(244, 244, 244, .14);
  background: rgba(255, 255, 255, .02);
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.t-guest-checkout-summary-kicker {
  margin: 0;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .56);
}

.t-guest-checkout-summary-total {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 34px);
  color: rgba(197, 165, 114, .96);
  line-height: 1;
}

.t-guest-checkout-summary-meta {
  margin: 0;
  color: rgba(244, 244, 244, .62);
  font-size: 12px;
  line-height: 1.45;
}

.t-guest-checkout-switch {
  margin: 2px 0 0;
  border: 1px solid rgba(244, 244, 244, .14);
  background: rgba(255, 255, 255, .02);
  padding: 10px;
}

.t-guest-checkout-billing {
  border: 1px dashed rgba(244, 244, 244, .22);
  background: rgba(255, 255, 255, .01);
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.t-guest-checkout-billing[hidden] {
  display: none !important;
}

.t-guest-checkout-legal {
  margin: 2px 0 0;
  font-size: 11px;
  line-height: 1.45;
  color: rgba(244, 244, 244, .52);
}

.t-guest-checkout-legal a {
  color: rgba(197, 165, 114, .88);
  text-decoration: none;
}

.t-guest-checkout-legal a:hover {
  color: rgba(197, 165, 114, 1);
  text-decoration: underline;
}

@media (min-width: 900px) {
  .t-account-layout {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 16px;
  }

  .t-account-sidebar {
    position: sticky;
    top: calc(10px + env(safe-area-inset-top));
  }

  .t-account-tabs {
    grid-template-columns: 1fr;
  }

  .t-account-tab {
    justify-content: flex-start;
    text-align: left;
    padding: 12px 12px 12px 14px;
    border-left: 3px solid transparent;
  }

  .t-account-tab.is-active {
    border-left-color: rgba(197, 165, 114, .96);
    background: linear-gradient(90deg, rgba(197, 165, 114, .18) 0%, rgba(197, 165, 114, .08) 35%, rgba(255, 255, 255, .02) 100%);
  }

  .t-account-panel {
    min-height: 420px;
    padding: 20px;
  }
}

.t-reset-modal {
  z-index: 330;
}

.t-checkout-review-modal {
  z-index: 335;
}

.t-checkout-review-card {
  width: min(820px, 100%);
  max-height: 90vh;
  overflow-y: auto;
  gap: 14px;
}

.t-checkout-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.t-checkout-review-panel {
  border: 1px solid rgba(244, 244, 244, .14);
  background: rgba(255, 255, 255, .02);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.t-checkout-review-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.t-checkout-review-panel h4,
.t-checkout-review-order h4 {
  margin: 0;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .78);
}

.t-checkout-review-text {
  margin: 0;
  font-size: 12px;
  color: rgba(244, 244, 244, .86);
  line-height: 1.45;
}

.t-checkout-invoice-switch {
  padding: 0;
  margin: 0;
  grid-template-columns: 16px 1fr;
  gap: 8px;
  font-size: 11px;
  color: rgba(244, 244, 244, .78);
}

.t-checkout-invoice-switch input[type="checkbox"] {
  margin-top: 0;
}

.t-checkout-review-order {
  border: 1px solid rgba(244, 244, 244, .14);
  background: rgba(255, 255, 255, .02);
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.t-checkout-review-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 7px;
}

.t-checkout-review-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid rgba(244, 244, 244, .1);
  padding-bottom: 6px;
}

.t-checkout-review-item-title {
  font-size: 12px;
  color: rgba(244, 244, 244, .9);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.t-checkout-review-item-line {
  font-size: 11px;
  color: rgba(244, 244, 244, .66);
  white-space: nowrap;
}

.t-checkout-review-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 11px;
  color: rgba(244, 244, 244, .72);
}

.t-checkout-review-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-top: 1px solid rgba(244, 244, 244, .16);
  padding-top: 10px;
}

.t-checkout-review-total-row span {
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .54);
}

.t-checkout-review-total-row strong {
  font-family: var(--serif);
  font-size: 24px;
  color: var(--gold);
}

.t-reset-card {
  width: min(430px, 100%);
  gap: 10px;
}

.t-reset-kicker {
  margin: 0;
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(197, 165, 114, .9);
}

.t-reset-title {
  margin: 0;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
}

.t-reset-copy {
  margin: 0;
  color: rgba(244, 244, 244, .66);
  font-size: 12px;
  line-height: 1.45;
}

.t-reset-label {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .62);
}

.t-reset-input {
  border: 1px solid rgba(244, 244, 244, .24);
  background: rgba(255, 255, 255, .02);
  color: var(--light);
  font-family: var(--sans);
  font-size: 12px;
  padding: 11px 12px;
}

.t-reset-input:focus {
  outline: none;
  border-color: rgba(197, 165, 114, .6);
}

.t-reset-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.t-auth-message {
  margin: 0;
  min-height: 16px;
  color: rgba(244, 244, 244, .58);
  font-size: 11px;
}

.t-auth-message[data-tone="success"] {
  color: #bff5ce;
}

.t-auth-message[data-tone="warning"] {
  color: #ffe3a5;
}

.t-auth-message[data-tone="error"] {
  color: #ffd1d1;
}

/* ── PRODUCT MODAL ───────────────────────────────────────── */
.t-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 4vw, 40px);
}

.t-modal[hidden] { display: none !important; }

.t-modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .82);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.t-modal-card {
  position: relative;
  z-index: 1;
  background: var(--panel);
  border: 1px solid var(--border);
  width: min(920px, 100%);
  max-height: 90vh;
  overflow-y: auto;
}

.t-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  color: var(--muted);
  cursor: pointer;
  padding: 6px;
  z-index: 1;
  line-height: 0;
  transition: color 200ms;
}

.t-modal-close:hover { color: var(--light); }

/* Modal body: 2-col grid */
.t-modal-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.t-modal-img-panel {
  aspect-ratio: 3 / 4;
  background: var(--hover);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  position: relative;
  overflow: hidden;
}

/* Carousel arrows */
.t-gal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(5, 5, 12, .55);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(244,244,244,.7);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  z-index: 4;
  opacity: 0;
  transition: opacity .22s, background .22s;
  line-height: 1;
  padding: 0;
}

.t-modal-img-carousel:hover .t-gal-arrow { opacity: 1; }
.t-gal-arrow:hover { background: rgba(5,5,12,.85); color: var(--gold); border-color: rgba(201,169,110,.3); }
.t-gal-prev { left: 10px; }
.t-gal-next { right: 10px; }

/* Dots */
.t-gal-dots {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 6px;
  z-index: 4;
}

.t-gal-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: none;
  background: rgba(244,244,244,.28);
  cursor: pointer;
  padding: 0;
  transition: background .18s, transform .18s;
}

.t-gal-dot.active {
  background: var(--gold);
  transform: scale(1.35);
}

.t-modal-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 36px rgba(0, 0, 0, .8));
}

.t-modal-info {
  padding: 48px 40px 48px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
}

.t-modal-brand {
  font-size: 10px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 16px;
}

.t-modal-title {
  margin: 0 0 24px;
  font-family: var(--serif);
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.01em;
}

.t-modal-desc {
  margin: 0 0 28px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(244, 244, 244, .65);
  letter-spacing: .02em;
}

.t-modal-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 0 0 24px;
}

.t-modal-price-label {
  font-size: 9px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 8px;
}

.t-modal-price {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  color: var(--light);
  line-height: 1;
}

.t-modal-price.is-offer { color: var(--gold); }

.t-modal-price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.t-modal-price-old {
  font-family: var(--serif);
  font-size: clamp(16px, 2vw, 20px);
  color: var(--muted);
  text-decoration: line-through;
  font-weight: 400;
  line-height: 1;
}

.t-modal-discount-badge {
  display: inline-flex;
  align-items: center;
  background: var(--red);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 3px 8px;
  line-height: 1;
}

.t-modal-variants {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.t-modal-variant-label {
  display: block;
  margin: 0 0 6px;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .55);
}

.t-modal-variant-select {
  width: 100%;
  margin: 0 0 18px;
  border: 1px solid rgba(244, 244, 244, .2);
  background: rgba(255, 255, 255, .02);
  color: var(--light);
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .03em;
  padding: 10px 12px;
}

.t-modal-variant-select:focus {
  outline: none;
  border-color: rgba(197, 165, 114, .6);
}

.t-modal-rating-block {
  margin: 0 0 18px;
  padding: 10px 0 0;
}

.t-modal-rating-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
  margin: 0 0 12px;
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
  font-family: inherit;
}

.t-modal-rating-toggle {
  cursor: pointer;
}

.t-modal-rating-toggle:hover .t-rating-stars,
.t-modal-rating-toggle:hover .t-rating-meta,
.t-modal-rating-toggle:hover .t-modal-rating-chevron {
  color: var(--gold);
}

.t-modal-rating-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 300ms ease-out;
  transform: rotate(0deg);
}

.t-modal-rating-summary[aria-expanded='true'] .t-modal-rating-chevron {
  transform: rotate(180deg);
}

.t-modal-social-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.t-modal-social-panel[hidden] {
  display: none !important;
}

.t-modal-rate-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid rgba(244, 244, 244, .12);
  padding-top: 12px;
}

.t-modal-rate-label {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .55);
}

.t-modal-rate-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.t-rating-btn {
  border: 1px solid rgba(244, 244, 244, .24);
  background: transparent;
  color: rgba(244, 244, 244, .7);
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 7px 9px;
  cursor: pointer;
}

.t-rating-btn:hover:not(:disabled) {
  border-color: rgba(197, 165, 114, .5);
  color: var(--gold);
}

.t-rating-btn.is-active {
  border-color: rgba(197, 165, 114, .65);
  color: var(--gold);
  background: rgba(197, 165, 114, .12);
}

.t-rating-btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.t-modal-rate-hint {
  margin: 2px 0 0;
  font-size: 11px;
  color: rgba(244, 244, 244, .55);
}

.t-modal-review-block {
  margin: 0 0 20px;
  padding-top: 2px;
}

.t-modal-review-title,
.t-modal-review-list-title {
  margin: 0 0 6px;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .7);
}

.t-modal-review-help {
  margin: 0 0 10px;
  font-size: 11px;
  color: rgba(244, 244, 244, .55);
}

.t-modal-review-input {
  width: 100%;
  min-height: 74px;
  resize: vertical;
  border: 1px solid rgba(244, 244, 244, .2);
  background: rgba(255, 255, 255, .02);
  color: var(--light);
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.45;
  padding: 10px 12px;
}

.t-modal-review-input:focus {
  outline: none;
  border-color: rgba(197, 165, 114, .6);
}

.t-modal-review-input:disabled {
  opacity: .55;
  cursor: not-allowed;
}

.t-modal-review-editor {
  margin-top: 10px;
}

.t-modal-review-editor-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 8px 0 14px;
}

.t-modal-review-counter {
  font-size: 10px;
  letter-spacing: .08em;
  color: rgba(244, 244, 244, .5);
}

.t-modal-review-save {
  padding: 7px 10px;
  font-size: 10px;
  letter-spacing: .08em;
}

.t-modal-review-list-wrap {
  border-top: 1px solid rgba(244, 244, 244, .14);
  padding-top: 12px;
}

.t-modal-review-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.t-modal-review-controls {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.t-modal-review-item {
  border-bottom: 1px solid rgba(244, 244, 244, .1);
  padding-bottom: 10px;
}

.t-modal-review-item-text {
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(244, 244, 244, .88);
}

.t-modal-review-item-meta {
  margin: 0;
  font-size: 10px;
  letter-spacing: .06em;
  color: rgba(244, 244, 244, .45);
}

.t-modal-review-empty {
  margin: 0;
  font-size: 11px;
  color: rgba(244, 244, 244, .55);
}

.t-modal-review-more {
  margin-top: 0;
}

.t-modal-variant {
  font-size: 11px;
  letter-spacing: .05em;
  color: rgba(244, 244, 244, .55);
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}

.t-modal-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 1100px) {
  .t-featured-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 24px; }

  .t-club-visual { display: none; }

  .t-cart-page-body { grid-template-columns: 1fr; }

  .t-cart-summary-wrap { position: static; }
}

@media (max-width: 1024px) {
  .t-bento {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .t-bento-item:first-child {
    grid-column: span 2;
    grid-row: span 1;
    min-height: 260px;
  }

  .t-bento { grid-template-rows: none; }

  .t-product-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 20px; }

  .t-filter-aside { display: none; }

  .t-catalog-layout { gap: 0; }

  .t-catalog-toolbar {
    margin-bottom: 26px;
    justify-content: space-between;
  }

  .t-catalog-mobile-controls {
    display: block;
  }

  .t-catalog-filter-sheet,
  .t-catalog-filter-sheet-backdrop {
    display: block;
  }

  .t-modal-body { grid-template-columns: 1fr; }

  .t-modal-img-panel { aspect-ratio: 4 / 3; padding: 28px; }

  .t-modal-info { padding: 28px 24px 32px; }
}

@media (max-width: 700px) {
  .t-nav-left { display: none; }

  .t-nav-inner {
    height: 72px;
    padding: 0 14px;
  }

  .t-nav-right {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  .t-nav-mobile-left {
    gap: 8px;
  }

  .t-nav-menu-btn {
    display: inline-flex;
  }

  .t-btn-login {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border-color: rgba(244, 244, 244, .24);
    background: rgba(255, 255, 255, .03);
    padding: 0;
    letter-spacing: 0;
    color: rgba(244, 244, 244, .86);
    font-size: 0;
  }

  .t-btn-login:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(197, 165, 114, .08);
  }

  .t-btn-login-icon {
    display: block;
  }

  .t-btn-login-label {
    display: none;
  }

  .t-section { padding: 56px 20px; }

  .t-section-catalog { padding-top: 48px; }

  .t-hero-title { font-size: clamp(44px, 13vw, 64px); }

  .t-bento { grid-template-columns: repeat(2, 1fr); }

  .t-bento-item:first-child {
    grid-column: span 2;
    min-height: 200px;
  }

  .t-bento-item:not(:first-child) {
    min-height: 160px;
  }

  .t-featured-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }

  .t-product-grid { grid-template-columns: 1fr; gap: 36px 0; }

  .t-search-input { width: 160px; }

  .t-catalog-toolbar {
    align-items: stretch;
    gap: 10px;
  }

  .t-search-wrap {
    flex: 1;
    min-width: 0;
  }

  .t-search-input {
    width: 100%;
    min-width: 0;
  }

  .t-catalog-filter-toggle {
    min-height: 42px;
    padding: 8px 10px;
  }

  .t-catalog-filter-toggle-label {
    font-size: 7px;
  }

  .t-catalog-filter-toggle-active {
    font-size: 10px;
    letter-spacing: .07em;
  }

  .t-cart-coupon-controls {
    flex-direction: column;
  }

  .t-cart-coupon-apply {
    width: 100%;
  }

  .t-cart-page-inner { padding: 32px 20px 64px; }

  .t-cart-benefits-title {
    font-size: 8px;
  }

  .t-cart-benefit-item {
    font-size: 9px;
  }

  .t-cart-upsell {
    margin-top: 28px;
    padding-top: 18px;
  }

  .t-cart-upsell-track {
    gap: 9px;
  }

  .t-cart-upsell-card {
    flex-basis: 218px;
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 5px 0;
    gap: 7px 8px;
  }

  .t-cart-upsell-thumb {
    width: 58px;
    height: 58px;
    padding: 5px;
  }

  .t-cart-upsell-name {
    font-size: 9px;
    line-height: 1.22;
  }

  .t-cart-upsell-price {
    font-size: 14px;
  }

  .t-cart-upsell-add {
    min-width: 0;
    padding: 0;
  }

  .t-club { padding: 72px 20px; }

  .t-nav-brand-fallback {
    font-size: 14px;
    letter-spacing: .14em;
  }

  .t-nav-logo {
    height: 34px;
    max-width: 132px;
  }

  .t-top-strip-inner { padding: 8px 0; }

  .t-top-strip-track {
    font-size: 9px;
    letter-spacing: .16em;
    gap: 12px;
  }

  .t-strip { padding: 24px 20px; }

  .t-pagination { gap: 16px; }

  .t-footer { padding: 28px 20px 0; }

  .t-footer-inner { grid-template-columns: 1fr; gap: 24px; }

  .t-catalog-back-mobile {
    display: inline-flex;
    margin-bottom: 14px;
  }

  /* Prevent mobile auto-zoom/fake horizontal drift on auth full pages */
  .t-full-page-inner {
    padding: calc(16px + env(safe-area-inset-top)) 16px calc(32px + env(safe-area-inset-bottom));
  }

  .t-reg-form input,
  .t-auth-otp-input,
  .t-reset-input,
  .t-auth-form input {
    font-size: 16px;
  }

  .t-account-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .t-account-tab {
    font-size: 10px;
    letter-spacing: .04em;
    padding: 9px 6px;
  }

  .t-account-panel {
    padding: 12px;
  }

  .t-account-panel h3 {
    font-size: 22px;
  }

  .t-account-fav-card {
    grid-template-columns: 48px 1fr;
  }

  .t-account-fav-thumb {
    width: 48px;
    height: 48px;
  }

  .t-account-grid-2 {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .t-guest-flow-card {
    padding: 16px;
  }

  .t-guest-checkout-summary {
    padding: 12px;
  }

  .t-guest-checkout-summary-total {
    font-size: 26px;
  }

  .t-checkout-review-grid {
    grid-template-columns: 1fr;
  }

  .t-checkout-review-card {
    width: min(100%, 100%);
    max-height: 100dvh;
    border-left: 0;
    border-right: 0;
  }

  .t-checkout-review-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .t-checkout-review-item-line {
    white-space: normal;
  }

  /* Product modal image: keep full image visible on mobile */
  .t-modal {
    padding: 0;
  }

  .t-modal-card {
    width: 100%;
    max-height: 100dvh;
    min-height: 100dvh;
    border-left: 0;
    border-right: 0;
  }

  .t-modal-img-panel {
    aspect-ratio: auto;
    min-height: clamp(260px, 48dvh, 420px);
    max-height: 56vh;
    max-height: 56dvh;
    padding: 14px;
  }

  .t-modal-img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center center;
  }

  .t-modal-info {
    padding: 20px 16px 24px;
  }
}

/* ── PUBLIC LEGAL PAGES ──────────────────────────────────── */
.t-legal-page {
  min-height: min(72vh, 920px);
  padding: clamp(26px, 4.2vw, 46px) clamp(18px, 5vw, 52px) clamp(42px, 8vw, 72px);
  background:
    radial-gradient(85% 70% at 14% 0%, rgba(157, 49, 44, 0.22), rgba(157, 49, 44, 0) 70%),
    radial-gradient(80% 65% at 88% 0%, rgba(212, 164, 96, 0.14), rgba(212, 164, 96, 0) 72%),
    linear-gradient(180deg, #121010 0%, #0f0e0e 100%);
}

.t-legal-page-inner {
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.t-legal-back {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
  color: var(--light);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 11px;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.t-legal-back:hover,
.t-legal-back:focus-visible {
  color: var(--gold);
  border-color: rgba(212, 164, 96, 0.55);
  transform: translateY(-1px);
}

.t-legal-kicker {
  margin: 8px 0 0;
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, 0.56);
}

.t-legal-title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.08;
  color: var(--light);
}

.t-legal-lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(244, 244, 244, 0.75);
  max-width: 72ch;
}

.t-legal-content {
  margin-top: 10px;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: clamp(16px, 3vw, 28px);
  background: rgba(255, 255, 255, 0.02);
}

.t-legal-content h2,
.t-legal-content h3 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-weight: 400;
  color: var(--light);
  line-height: 1.2;
}

.t-legal-content h2 {
  font-size: clamp(24px, 3.8vw, 32px);
}

.t-legal-content h3 {
  font-size: clamp(18px, 2.8vw, 24px);
}

.t-legal-content p {
  margin: 0 0 12px;
  color: rgba(244, 244, 244, 0.8);
  font-size: 14px;
  line-height: 1.75;
}

.t-legal-content ul {
  margin: 0 0 14px;
  padding-left: 18px;
  color: rgba(244, 244, 244, 0.82);
  display: grid;
  gap: 8px;
}

.t-legal-content li {
  font-size: 14px;
  line-height: 1.65;
}

.t-legal-content a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 164, 96, 0.35);
}

.t-legal-content a:hover,
.t-legal-content a:focus-visible {
  border-bottom-color: rgba(212, 164, 96, 0.75);
}

.t-legal-content p:last-child,
.t-legal-content ul:last-child {
  margin-bottom: 0;
}

.t-legal-dates {
  margin: 2px 0 0;
  font-size: 11px;
  letter-spacing: 0.01em;
  color: rgba(244, 244, 244, 0.48);
}

.t-legal-empty {
  color: rgba(244, 244, 244, 0.68);
}

@media (max-width: 760px) {
  .t-legal-page {
    padding-top: 24px;
  }

  .t-legal-content {
    border-radius: 14px;
  }
}

/* ── COMPACT FOOTER ──────────────────────────────────────── */
.t-footer {
  background: var(--panel);
  border-top: 1px solid var(--border);
  padding: 36px 32px 0;
}

.t-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 16px 48px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.t-footer-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.t-footer-col-brand {
  gap: 10px;
}

.t-footer-logo {
  height: 36px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  object-position: left;
  display: block;
  opacity: .82;
}

.t-footer-brand-name {
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: .14em;
  color: var(--light);
  opacity: .85;
}

.t-footer-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 10.5px;
  color: var(--muted);
  line-height: 1.55;
}

.t-footer-info a {
  color: inherit;
  text-decoration: none;
  transition: color 200ms;
}

.t-footer-info a:hover { color: var(--gold); }

.t-footer-socials {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 2px;
}

.t-footer-social {
  color: var(--muted);
  display: flex;
  align-items: center;
  transition: color 200ms;
  line-height: 0;
  text-decoration: none;
}

.t-footer-social:hover { color: var(--gold); }

.t-footer-col-title {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, .4);
  margin: 0;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.t-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.t-footer-link {
  font-size: 10.5px;
  color: var(--muted);
  text-decoration: none;
  transition: color 200ms;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: var(--sans);
  text-align: left;
  line-height: 1.4;
}

.t-footer-link:hover { color: var(--gold); }

.t-footer-legal-note {
  font-size: 9.5px;
  color: rgba(244, 244, 244, .2);
  line-height: 1.55;
  margin: 4px 0 0;
}

.t-footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0 18px;
  flex-wrap: wrap;
}

.t-footer-copy {
  font-size: 9.5px;
  color: rgba(244, 244, 244, .2);
  letter-spacing: .03em;
  margin: 0;
}

.t-footer-dev {
  font-size: 9px;
  color: rgba(244, 244, 244, .18);
  text-decoration: none;
  letter-spacing: .06em;
  transition: color 200ms;
}

.t-footer-dev:hover { color: var(--muted); }


