/* ============================================================
   ShopYourDrip, Shared Styles
   Palette: midnight navy + warm coral on cream
   ============================================================ */

:root {
  --bg: #f0f5fa;
  --bg-alt: #ffffff;
  --ink: #1a3a5c;
  --ink-soft: #5a7090;
  --line: #d8e3ee;
  --accent: #7bb8e0;
  --accent-deep: #4a90c2;
  --accent-soft: #d6e8f5;
  --radius: 18px;
  --radius-lg: 28px;
}

* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Archivo', sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ============ NAV ============ */
nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245, 241, 236, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.logo { font-weight: 900; font-size: 20px; letter-spacing: -0.5px; display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-mark { width: 28px; height: 28px; object-fit: contain; flex-shrink: 0; }
.logo-mark-light { width: 32px; height: 32px; object-fit: contain; flex-shrink: 0; opacity: 0.95; }
.logo-watermark { position: absolute; opacity: 0.04; pointer-events: none; user-select: none; }
.hero-watermark-mark { position: absolute; top: 18px; left: 18px; width: 36px; height: 36px; object-fit: contain; opacity: 0.45; z-index: 2; pointer-events: none; }
.hero-pattern { position: absolute; inset: 0; background-image: url('logo-light.png'); background-repeat: repeat; background-size: 140px 140px; opacity: 0.025; pointer-events: none; z-index: 1; mix-blend-mode: overlay; }
.signature-mark { display: block; width: 40px; height: 40px; object-fit: contain; margin: 28px auto 12px; opacity: 0.85; }
.pdp-tag-mark { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--ink-soft); font-weight: 600; margin-bottom: 16px; }
.pdp-tag-mark img { width: 18px; height: 18px; object-fit: contain; }
.nav-links { display: flex; gap: 32px; font-size: 14px; font-weight: 500; }
.nav-links a { position: relative; transition: color 0.2s; padding: 6px 0; }
.nav-links a:hover { color: var(--accent-deep); }
.nav-links a.active::after { content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 2px; background: var(--accent); }
.nav-right { display: flex; align-items: center; gap: 10px; }
.cart-btn { background: var(--ink); color: var(--bg); padding: 11px 18px; border-radius: 999px; font-size: 13px; font-weight: 600; display: flex; align-items: center; gap: 8px; transition: transform 0.2s; min-height: 44px; }
.cart-btn:hover { transform: scale(1.05); }
.cart-btn:active { transform: scale(0.97); }
.cart-count { background: var(--accent); color: var(--ink); font-weight: 700; width: 20px; height: 20px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; }
.menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 12px; border: 1px solid var(--line); background: var(--bg-alt); }
.menu-toggle svg { width: 20px; height: 20px; }

.mobile-menu { position: fixed; inset: 0; background: var(--bg); z-index: 99; padding: 80px 28px 28px; transform: translateX(100%); transition: transform 0.3s ease; display: flex; flex-direction: column; gap: 4px; }
.mobile-menu.open { transform: translateX(0); }
.mobile-menu a { font-size: 32px; font-weight: 700; letter-spacing: -1px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.mobile-menu a em { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; color: var(--accent-deep); }

/* ============ BUTTONS ============ */
.btn-primary { background: var(--ink); color: var(--bg); padding: 16px 28px; border-radius: 999px; font-weight: 600; font-size: 15px; display: inline-flex; align-items: center; gap: 10px; transition: all 0.2s; min-height: 50px; }
.btn-primary:hover { background: var(--accent-deep); transform: translateY(-2px); }
.btn-primary:active { transform: translateY(0); }
.btn-secondary { background: transparent; color: var(--ink); padding: 16px 28px; border-radius: 999px; font-weight: 600; font-size: 15px; border: 1.5px solid var(--ink); transition: all 0.2s; min-height: 50px; }
.btn-secondary:hover { background: var(--ink); color: var(--bg); }

/* ============ HERO ============ */
.hero { position: relative; padding: 70px 24px 90px; max-width: 1400px; margin: 0 auto; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.hero-tag { display: inline-flex; align-items: center; gap: 8px; background: var(--bg-alt); border: 1px solid var(--line); padding: 8px 16px; border-radius: 999px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 28px; }
.hero-tag .pulse { width: 8px; height: 8px; background: var(--accent); border-radius: 50%; animation: pulse 1.5s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(1.3); } }
.hero h1 { font-size: clamp(44px, 7vw, 88px); font-weight: 800; line-height: 0.95; letter-spacing: -2.5px; margin-bottom: 24px; }
.hero h1 em { font-family: 'Instrument Serif', serif; font-weight: 400; font-style: italic; color: var(--accent-deep); letter-spacing: -1px; }
.hero p { font-size: 17px; color: var(--ink-soft); max-width: 460px; margin-bottom: 36px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-visual { position: relative; aspect-ratio: 1 / 1; border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(135deg, var(--ink) 0%, var(--accent-deep) 100%); display: flex; align-items: center; justify-content: center; }
.hero-visual svg { width: 75%; height: 75%; }
.hero-slides { position: absolute; inset: 0; z-index: 2; }
.hero-slide { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.7s ease, transform 0.7s ease; pointer-events: none; transform: scale(0.96); padding: 50px 30px 60px; }
.hero-slide.active { opacity: 1; transform: scale(1); pointer-events: auto; }
.hero-slide-img { width: 78%; max-width: 380px; aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.35)); border-radius: var(--radius); overflow: hidden; background: rgba(255,255,255,0.04); }
.hero-slide-img svg { width: 100%; height: 100%; }
.hero-slide-img img { width: 100% !important; height: 100% !important; object-fit: cover !important; border-radius: var(--radius) !important; display: block; }
.hero-slide-meta { margin-top: 18px; text-align: center; color: #fff; }
.hero-slide-cat { font-size: 11px; text-transform: uppercase; letter-spacing: 2px; opacity: 0.7; font-weight: 600; margin-bottom: 6px; }
.hero-slide-name { font-size: 18px; font-weight: 700; letter-spacing: -0.3px; margin-bottom: 4px; }
.hero-slide-price { font-size: 16px; opacity: 0.85; font-weight: 600; }
.hero-dots { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 3; }
.hero-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.35); cursor: pointer; transition: all 0.3s; padding: 0; border: none; }
.hero-dot.active { background: #fff; width: 24px; border-radius: 4px; }
.hero-dot:hover { background: rgba(255,255,255,0.6); }
.hero-stat { position: absolute; background: var(--bg-alt); padding: 14px 20px; border-radius: 16px; box-shadow: 0 12px 40px rgba(13, 27, 42, 0.16); font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--ink-soft); font-weight: 600; z-index: 4; }
.hero-stat strong { display: block; font-size: 22px; font-weight: 800; color: var(--ink); letter-spacing: -0.5px; text-transform: none; }
.hero-stat-1 { top: 18px; left: 18px; }
.hero-stat-2 { bottom: 18px; right: 18px; }

/* ============ MARQUEE ============ */
.marquee { background: var(--ink); color: var(--bg); padding: 18px 0; overflow: hidden; white-space: nowrap; }
.marquee-track { display: inline-flex; gap: 56px; animation: scroll 28s linear infinite; padding-right: 56px; }
.marquee span { font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; display: inline-flex; align-items: center; gap: 56px; }
.marquee span::after { content: '●'; color: var(--accent); }
@keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ============ SECTIONS ============ */
section.section { padding: 90px 24px; max-width: 1400px; margin: 0 auto; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 44px; flex-wrap: wrap; gap: 18px; }
.section-head h2 { font-size: clamp(34px, 5vw, 56px); font-weight: 800; letter-spacing: -1.5px; line-height: 1; }
.section-head h2 em { font-family: 'Instrument Serif', serif; font-weight: 400; font-style: italic; color: var(--accent-deep); }
.section-head p { color: var(--ink-soft); max-width: 360px; font-size: 15px; }

/* ============ PRODUCT GRID ============ */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.card { background: var(--bg-alt); border-radius: var(--radius-lg); overflow: hidden; cursor: pointer; transition: transform 0.3s, box-shadow 0.3s; border: 1px solid var(--line); display: block; }
.card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(13, 27, 42, 0.1); }
.card:active { transform: translateY(-2px); }
.card-img { aspect-ratio: 1 / 1; background: linear-gradient(135deg, var(--accent-soft) 0%, #fff5f2 100%); position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.card-img svg { width: 65%; height: 65%; transition: transform 0.4s; }
.card:hover .card-img svg { transform: scale(1.08) rotate(-3deg); }
.card-badge { position: absolute; top: 14px; left: 14px; background: var(--accent); color: var(--bg-alt); padding: 5px 12px; border-radius: 999px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.card-body { padding: 20px 22px 24px; }
.card-cat { font-size: 11px; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; margin-bottom: 8px; }
.card-name { font-size: 17px; font-weight: 700; margin-bottom: 8px; letter-spacing: -0.3px; }
.card-rating { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--ink-soft); margin-bottom: 12px; }
.card-rating .stars { color: var(--accent); letter-spacing: 1px; }
.card-foot { display: flex; justify-content: space-between; align-items: center; }
.card-price { font-size: 20px; font-weight: 800; }
.card-arrow { width: 38px; height: 38px; background: var(--ink); color: var(--bg); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; transition: transform 0.2s, background 0.2s; }
.card:hover .card-arrow { background: var(--accent-deep); transform: rotate(-45deg); }

/* ============ FILTERS ============ */
.filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 32px; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.filters::-webkit-scrollbar { display: none; }
.filter-btn { padding: 11px 20px; border-radius: 999px; border: 1px solid var(--line); background: var(--bg-alt); font-size: 13px; font-weight: 600; color: var(--ink); transition: all 0.2s; white-space: nowrap; flex-shrink: 0; min-height: 44px; }
.filter-btn:hover { border-color: var(--ink); }
.filter-btn.active { background: var(--ink); color: var(--bg); border-color: var(--ink); }

/* ============ FEATURES STRIP ============ */
.features { background: var(--ink); color: var(--bg); padding: 80px 24px; }
.features-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 36px; }
.feature { display: flex; flex-direction: column; gap: 14px; }
.feature-icon { width: 48px; height: 48px; border-radius: 14px; background: var(--accent); color: var(--ink); display: inline-flex; align-items: center; justify-content: center; }
.feature h3 { font-size: 18px; font-weight: 700; letter-spacing: -0.3px; }
.feature p { font-size: 14px; color: rgba(255,255,255,0.7); }

/* ============ EMAIL SIGNUP ============ */
.email-signup { background: var(--accent-soft); padding: 70px 24px; }
.email-inner { max-width: 700px; margin: 0 auto; text-align: center; }
.email-inner h2 { font-size: clamp(28px, 4vw, 42px); font-weight: 800; letter-spacing: -1px; margin-bottom: 12px; line-height: 1.1; }
.email-inner h2 em { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; color: var(--accent-deep); }
.email-inner p { color: var(--ink-soft); margin-bottom: 28px; font-size: 16px; }
.email-form { display: flex; gap: 8px; max-width: 480px; margin: 0 auto; flex-wrap: wrap; }
.email-form input { flex: 1; min-width: 0; padding: 16px 20px; border-radius: 999px; border: 1.5px solid var(--ink); background: var(--bg-alt); font-size: 15px; font-family: inherit; min-height: 50px; }
.email-form input:focus { outline: 2px solid var(--accent); outline-offset: 2px; }
.email-form button { background: var(--ink); color: var(--bg); padding: 16px 28px; border-radius: 999px; font-weight: 700; font-size: 14px; transition: background 0.2s; min-height: 50px; white-space: nowrap; }
.email-form button:hover { background: var(--accent-deep); }

/* ============ TOAST ============ */
.toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(120px); background: var(--ink); color: var(--bg); padding: 14px 22px; border-radius: 999px; font-weight: 600; font-size: 14px; z-index: 300; transition: transform 0.3s; display: flex; align-items: center; gap: 10px; box-shadow: 0 8px 30px rgba(0,0,0,0.2); }
.toast.show { transform: translateX(-50%) translateY(0); }
.toast::before { content: '✓'; background: var(--accent); color: var(--ink); width: 20px; height: 20px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 12px; }

/* ============ FOOTER ============ */
footer { background: var(--ink); color: var(--bg); padding: 60px 24px 110px; }
.footer-inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 44px; }
.footer-brand h3 { font-size: 26px; font-weight: 900; margin-bottom: 14px; }
.footer-brand p { font-size: 14px; color: rgba(255,255,255,0.6); max-width: 260px; }
.footer-col h4 { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 14px; color: var(--accent); }
.footer-col a { display: block; font-size: 14px; color: rgba(255,255,255,0.7); margin-bottom: 10px; transition: color 0.2s; padding: 4px 0; }
.footer-col a:hover { color: var(--bg); }
.footer-bot { max-width: 1400px; margin: 0 auto; padding-top: 26px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; justify-content: space-between; font-size: 13px; color: rgba(255,255,255,0.5); flex-wrap: wrap; gap: 12px; }

/* ============ ABOUT PAGE ============ */
.about-hero { padding: 90px 24px 40px; max-width: 760px; margin: 0 auto; text-align: center; }
.about-hero h1 { font-size: clamp(42px, 6vw, 72px); font-weight: 800; letter-spacing: -2px; line-height: 1; margin-bottom: 24px; }
.about-hero h1 em { font-family: 'Instrument Serif', serif; font-weight: 400; font-style: italic; color: var(--accent-deep); }
.about-hero .kicker { font-size: 12px; text-transform: uppercase; letter-spacing: 2px; color: var(--accent-deep); font-weight: 700; margin-bottom: 16px; }

.story { max-width: 680px; margin: 0 auto; padding: 30px 24px 80px; font-size: 18px; line-height: 1.7; color: var(--ink); }
.story p { margin-bottom: 24px; }
.story p.lead { font-size: 22px; font-weight: 600; line-height: 1.4; letter-spacing: -0.4px; margin-bottom: 32px; }
.story em { font-family: 'Instrument Serif', serif; font-style: italic; color: var(--accent-deep); font-weight: 400; }
.story .signature { margin-top: 40px; padding-top: 30px; border-top: 1px solid var(--line); font-family: 'Instrument Serif', serif; font-style: italic; font-size: 22px; color: var(--ink); }
.story-callout { background: var(--bg-alt); border-left: 4px solid var(--accent); padding: 24px 28px; border-radius: 0 var(--radius) var(--radius) 0; margin: 32px 0; font-size: 17px; }
.story-callout strong { color: var(--accent-deep); }

.about-blocks { max-width: 1100px; margin: 0 auto; padding: 30px 24px 90px; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.about-block { background: var(--bg-alt); padding: 32px 28px; border-radius: var(--radius-lg); border: 1px solid var(--line); }
.about-block h3 { font-size: 21px; font-weight: 700; margin-bottom: 12px; letter-spacing: -0.5px; }
.about-block p { color: var(--ink-soft); font-size: 15px; }

/* ============ PRODUCT PAGE ============ */
.pdp { max-width: 1200px; margin: 0 auto; padding: 40px 24px 60px; }
.pdp-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 50px; align-items: start; }
.pdp-images { position: sticky; top: 90px; }
.pdp-main-img { aspect-ratio: 1 / 1; background: linear-gradient(135deg, var(--accent-soft) 0%, #fff5f2 100%); border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.pdp-main-img svg, .pdp-main-img img { width: 70%; height: 70%; object-fit: contain; }
.pdp-thumbs { display: flex; gap: 10px; margin-top: 14px; }
.pdp-thumb { width: 70px; height: 70px; border-radius: 14px; background: var(--bg-alt); border: 2px solid var(--line); cursor: pointer; display: flex; align-items: center; justify-content: center; overflow: hidden; transition: border-color 0.2s; }
.pdp-thumb.active { border-color: var(--ink); }
.pdp-thumb svg { width: 70%; height: 70%; }

.pdp-info { padding-top: 10px; }
.pdp-cat { font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: var(--ink-soft); font-weight: 600; margin-bottom: 10px; }
.pdp-name { font-size: clamp(28px, 4vw, 40px); font-weight: 800; letter-spacing: -1px; line-height: 1.05; margin-bottom: 14px; }
.pdp-rating { display: flex; align-items: center; gap: 8px; margin-bottom: 18px; font-size: 13px; color: var(--ink-soft); }
.pdp-rating .stars { color: var(--accent); letter-spacing: 2px; font-size: 16px; }
.pdp-price { font-size: 28px; font-weight: 800; color: var(--accent-deep); margin-bottom: 22px; }
.pdp-desc { color: var(--ink-soft); font-size: 16px; margin-bottom: 24px; line-height: 1.6; }
.pdp-section { margin-bottom: 22px; }
.pdp-label { font-size: 12px; text-transform: uppercase; font-weight: 700; letter-spacing: 1.5px; margin-bottom: 10px; display: block; }
.opt-row { display: flex; gap: 8px; flex-wrap: wrap; }
.opt { padding: 10px 18px; border-radius: 12px; border: 1.5px solid var(--line); font-size: 13px; font-weight: 600; background: var(--bg-alt); transition: all 0.2s; min-height: 44px; }
.opt:hover { border-color: var(--ink); }
.opt.selected { background: var(--ink); color: var(--bg); border-color: var(--ink); }

/* Color swatches (circular dots) */
.swatch-row { gap: 10px; flex-wrap: wrap; }
.swatch { width: 44px; height: 44px; border-radius: 50%; border: 2px solid transparent; padding: 3px; background: transparent; cursor: pointer; transition: all 0.2s; display: inline-flex; align-items: center; justify-content: center; }
.swatch:hover { border-color: var(--line); transform: scale(1.05); }
.swatch.selected { border-color: var(--ink); }
.swatch-dot { width: 100%; height: 100%; border-radius: 50%; display: block; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08); }
.add-btn { width: 100%; background: var(--ink); color: var(--bg); padding: 18px; border-radius: 14px; font-weight: 700; font-size: 15px; transition: all 0.2s; min-height: 56px; margin-top: 12px; }
.add-btn:hover { background: var(--accent-deep); }
.add-btn:active { transform: scale(0.98); }

.pdp-meta { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); display: grid; gap: 14px; }
.pdp-meta-row { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: var(--ink-soft); }
.pdp-meta-row svg { width: 18px; height: 18px; color: var(--accent-deep); flex-shrink: 0; margin-top: 2px; }
.pdp-meta-row strong { color: var(--ink); font-weight: 700; display: block; margin-bottom: 2px; }

/* Bundle upsell on product page */
.bundle-upsell { margin-top: 24px; padding: 22px 24px; background: linear-gradient(135deg, var(--accent-soft) 0%, var(--bg-alt) 100%); border: 1.5px solid var(--accent); border-radius: var(--radius); position: relative; }
.bundle-upsell-head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; flex-wrap: wrap; }
.bundle-upsell-head h3 { font-size: 17px; font-weight: 800; letter-spacing: -0.4px; color: var(--ink); margin: 0; }
.bundle-upsell-tag { display: inline-block; padding: 4px 10px; background: var(--accent-deep); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.5px; border-radius: 6px; text-transform: uppercase; }
.bundle-upsell-desc { font-size: 14px; color: var(--ink-soft); line-height: 1.55; margin-bottom: 14px; }
.bundle-upsell-desc strong { color: var(--ink); font-weight: 700; }
.bundle-upsell-btn { width: 100%; padding: 13px 18px; background: var(--ink); color: var(--bg); border: none; border-radius: 10px; font-size: 14px; font-weight: 700; letter-spacing: 0.2px; cursor: pointer; transition: all 0.2s; display: block; text-align: center; text-decoration: none; box-sizing: border-box; }
.bundle-upsell-btn:hover { background: var(--accent-deep); color: var(--bg); }

.pdp-details { max-width: 900px; margin: 80px auto 0; padding: 0 24px; }
.pdp-details h2 { font-size: 28px; font-weight: 800; letter-spacing: -0.8px; margin-bottom: 20px; }
.pdp-details ul { padding-left: 20px; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.pdp-details ul li { margin-bottom: 8px; }

/* Size link button on product page */
.size-link { background: none; border: none; color: var(--accent-deep); font-size: 12px; font-weight: 600; cursor: pointer; padding: 0; margin-left: 10px; text-decoration: underline; text-underline-offset: 2px; font-family: inherit; }
.size-link:hover { color: var(--ink); }

/* Size table */
.size-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.size-table { width: 100%; border-collapse: collapse; background: var(--bg-alt); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); margin-top: 8px; }
.size-table th, .size-table td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--line); font-size: 14px; }
.size-table th { background: var(--accent-soft); color: var(--ink); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.size-table tr:last-child td { border-bottom: none; }
.size-table tr:hover { background: var(--bg); }

/* PDP REVIEWS */
.pdp-reviews { max-width: 1200px; margin: 80px auto 0; padding: 60px 24px; border-top: 1px solid var(--line); }
.pdp-reviews-head { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin-bottom: 36px; }
.pdp-reviews-head h2 { font-size: clamp(28px, 4vw, 40px); font-weight: 800; letter-spacing: -1px; line-height: 1; }
.pdp-reviews-rating { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.pdp-reviews-rating .stars-big { color: var(--accent-deep); font-size: 22px; letter-spacing: 2px; }
.pdp-reviews-rating .rating-num { font-size: 22px; font-weight: 800; color: var(--ink); }
.pdp-reviews-rating .rating-count { font-size: 14px; color: var(--ink-soft); }
.review-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 18px; }
.review-card { background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; display: flex; flex-direction: column; gap: 10px; }
.review-stars { color: var(--accent-deep); font-size: 16px; letter-spacing: 1.5px; }
.review-title { font-size: 16px; font-weight: 700; letter-spacing: -0.2px; color: var(--ink); }
.review-body { font-size: 14px; color: var(--ink-soft); line-height: 1.6; flex: 1; }
.review-foot { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; padding-top: 10px; border-top: 1px solid var(--line); font-size: 12px; color: var(--ink-soft); }
.review-author { font-weight: 700; color: var(--ink); }
.review-variant { background: var(--accent-soft); color: var(--accent-deep); padding: 3px 8px; border-radius: 999px; font-size: 11px; font-weight: 600; }
.review-verified { color: var(--accent-deep); font-weight: 600; margin-left: auto; }

/* sticky mobile add-to-bag */
.sticky-add { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: var(--bg-alt); border-top: 1px solid var(--line); padding: 12px 16px; gap: 10px; z-index: 90; align-items: center; box-shadow: 0 -4px 20px rgba(0,0,0,0.06); }
.sticky-add .price { font-weight: 800; font-size: 18px; flex-shrink: 0; }
.sticky-add button { flex: 1; background: var(--ink); color: var(--bg); padding: 14px; border-radius: 12px; font-weight: 700; font-size: 14px; }

/* ============ MOBILE BREAKPOINTS ============ */
@media (max-width: 880px) {
  .nav-links { display: none; }
  .menu-toggle { display: inline-flex; }
  .nav-inner { padding: 14px 20px; }
  .cart-btn { padding: 10px 14px; font-size: 12px; }
  .hero { padding: 40px 20px 70px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-stat-1, .hero-stat-2 { display: none; }
  .hero-visual { max-width: 480px; margin: 0 auto; width: 100%; }
  .hero-slide { padding: 0; justify-content: stretch; }
  .hero-slide-img { width: 100%; height: 100%; max-width: none; aspect-ratio: auto; border-radius: var(--radius-lg); filter: none; flex: 1; }
  .hero-slide-img img { object-fit: cover !important; border-radius: var(--radius-lg) !important; }
  .hero-slide-meta { display: block; position: absolute; left: 0; right: 0; bottom: 0; padding: 60px 20px 28px; text-align: left; color: #fff; background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0) 100%); border-radius: 0 0 var(--radius-lg) var(--radius-lg); margin: 0; pointer-events: none; }
  .hero-slide-cat { font-size: 10px; opacity: 0.85; margin-bottom: 4px; }
  .hero-slide-name { font-size: 17px; margin-bottom: 2px; }
  .hero-slide-price { font-size: 15px; opacity: 0.95; }
  .hero-dots { bottom: 12px; z-index: 5; }
  .hero h1 { letter-spacing: -1.5px; }
  .hero p { font-size: 16px; }
  .hero-actions { width: 100%; }
  .btn-primary, .btn-secondary { flex: 1; justify-content: center; padding: 16px 22px; }
  section.section { padding: 60px 20px; }
  .section-head h2 { letter-spacing: -1px; }
  .grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .card-body { padding: 16px 16px 18px; }
  .card-name { font-size: 15px; }
  .card-price { font-size: 18px; }
  .card-arrow { width: 34px; height: 34px; }
  .card-cat { font-size: 10px; }
  .card-rating { font-size: 11px; }
  .features { padding: 60px 20px; }
  .features-grid { gap: 28px; }
  .email-signup { padding: 50px 20px; }
  .email-form { flex-direction: column; }
  .email-form button { width: 100%; }
  .about-hero { padding: 50px 20px 30px; }
  .story { padding: 20px 20px 60px; font-size: 17px; }
  .story p.lead { font-size: 19px; }
  .about-blocks { padding: 20px 20px 70px; gap: 16px; }
  .about-block { padding: 28px 24px; }
  .pdp { padding: 24px 20px 90px; }
  .pdp-grid { grid-template-columns: 1fr; gap: 24px; }
  .pdp-images { position: static; }
  .pdp-name { letter-spacing: -0.5px; }
  .pdp-details { margin-top: 50px; padding: 0 20px; }
  .pdp-reviews { padding: 40px 20px; margin-top: 40px; }
  .pdp-reviews-head { margin-bottom: 24px; }
  .add-btn { display: none; }
  .sticky-add { display: flex; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .marquee { padding: 14px 0; }
  .marquee span { font-size: 12px; letter-spacing: 1.5px; }
  .chat-bubble { bottom: 18px; right: 18px; width: 54px; height: 54px; }
  .chat-window { bottom: 84px; right: 16px; left: 16px; width: auto; max-width: none; height: 70vh; }
  .suggestions { padding: 60px 20px; }
  .help-hero { padding: 50px 20px 24px; }
  .help-cats { margin: 24px auto 30px; padding: 0 20px; gap: 10px; }
  .faq-section { padding: 24px 20px 50px; }
  .help-contact { padding: 0 20px; }
  .help-contact-card { padding: 28px 22px; }
}
@media (max-width: 420px) {
  .grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 42px; }
  .section-head h2 { font-size: 32px; }
  .footer-inner { grid-template-columns: 1fr; }
}


/* ============ SUGGESTIONS SECTION ============ */
.suggestions { padding: 90px 24px; max-width: 1400px; margin: 0 auto; }
.suggestions-inner { max-width: 1200px; margin: 0 auto; }
.suggestions .section-head { margin-bottom: 44px; }
.suggestions-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }
.sugg-card { background: var(--bg-alt); border: 1.5px dashed var(--accent); border-radius: var(--radius-lg); padding: 24px 24px 22px; position: relative; }
.sugg-tag { display: inline-block; background: var(--accent-soft); color: var(--accent-deep); padding: 4px 12px; border-radius: 999px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px; }
.sugg-card h3 { font-size: 18px; font-weight: 700; letter-spacing: -0.3px; margin-bottom: 8px; }
.sugg-card p { color: var(--ink-soft); font-size: 14px; margin-bottom: 14px; line-height: 1.5; }
.sugg-example { background: var(--bg); border-radius: 10px; padding: 12px 14px; font-size: 13px; color: var(--ink-soft); font-style: italic; }

/* ============ CHATBOT ============ */
.chat-bubble { position: fixed; bottom: 24px; right: 24px; width: 60px; height: 60px; background: var(--ink); color: var(--bg); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 150; box-shadow: 0 0 0 3px rgba(244, 246, 250, 0.5), 0 10px 30px rgba(26, 58, 92, 0.3); transition: transform 0.2s; border: none; }
.chat-bubble:hover { transform: scale(1.08); }
.chat-bubble:active { transform: scale(0.96); }
.chat-bubble svg { width: 26px; height: 26px; }
.chat-bubble.has-unread::after { content: ''; position: absolute; top: 4px; right: 4px; width: 14px; height: 14px; background: var(--accent); border: 2px solid var(--bg); border-radius: 50%; animation: pulse 1.5s infinite; }
.chat-window { position: fixed; bottom: 100px; right: 24px; width: 380px; max-width: calc(100vw - 32px); height: 540px; max-height: calc(100vh - 130px); background: var(--bg-alt); border-radius: var(--radius-lg); box-shadow: 0 20px 60px rgba(26, 58, 92, 0.25); z-index: 149; display: none; flex-direction: column; overflow: hidden; border: 1px solid var(--line); }
.chat-window.open { display: flex; animation: chatIn 0.3s ease; }
@keyframes chatIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.chat-header { background: var(--ink); color: var(--bg); padding: 18px 22px; display: flex; align-items: center; gap: 12px; }
.chat-avatar { width: 38px; height: 38px; background: var(--accent-soft); color: var(--ink); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px; flex-shrink: 0; overflow: hidden; }
.chat-avatar img { width: 70%; height: 70%; object-fit: contain; }
.chat-header-info { flex: 1; }
.chat-header-name { font-weight: 700; font-size: 15px; }
.chat-header-status { font-size: 12px; color: rgba(255,255,255,0.7); display: flex; align-items: center; gap: 6px; }
.chat-header-status::before { content: ''; width: 8px; height: 8px; background: #4ade80; border-radius: 50%; }
.chat-close { background: none; border: none; color: var(--bg); cursor: pointer; padding: 4px; opacity: 0.7; transition: opacity 0.2s; }
.chat-close:hover { opacity: 1; }
.chat-messages { flex: 1; overflow-y: auto; padding: 18px; display: flex; flex-direction: column; gap: 12px; -webkit-overflow-scrolling: touch; }
.chat-msg { max-width: 85%; padding: 10px 14px; border-radius: 16px; font-size: 14px; line-height: 1.45; animation: msgIn 0.2s ease; }
@keyframes msgIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.chat-msg.bot { background: var(--bg); color: var(--ink); align-self: flex-start; border-bottom-left-radius: 4px; }
.chat-msg.user { background: var(--ink); color: var(--bg); align-self: flex-end; border-bottom-right-radius: 4px; }
.chat-suggestions { padding: 0 18px 12px; display: flex; gap: 6px; flex-wrap: wrap; }
.chat-suggestion { background: var(--accent-soft); color: var(--ink); border: 1px solid var(--accent); padding: 7px 12px; border-radius: 999px; font-size: 12px; font-weight: 600; cursor: pointer; transition: all 0.15s; }
.chat-suggestion:hover { background: var(--accent); color: var(--bg-alt); }
.chat-input-row { padding: 14px 16px; border-top: 1px solid var(--line); display: flex; gap: 8px; }
.chat-input { flex: 1; padding: 11px 16px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--bg); font-family: inherit; font-size: 14px; outline: none; }
.chat-input:focus { border-color: var(--ink); }
.chat-send { background: var(--ink); color: var(--bg); border: none; border-radius: 50%; width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; transition: background 0.2s; }
.chat-send:hover { background: var(--accent-deep); }

/* ============ HELP PAGE ============ */
.help-hero { padding: 80px 24px 30px; max-width: 760px; margin: 0 auto; text-align: center; }
.help-hero h1 { font-size: clamp(40px, 6vw, 64px); font-weight: 800; letter-spacing: -1.5px; line-height: 1; margin-bottom: 16px; }
.help-hero h1 em { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; color: var(--accent-deep); }
.help-hero p { color: var(--ink-soft); font-size: 17px; max-width: 540px; margin: 0 auto; }
.help-cats { max-width: 1100px; margin: 30px auto 50px; padding: 0 24px; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
.help-cat { background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 20px; text-align: center; cursor: pointer; transition: all 0.2s; text-decoration: none; color: var(--ink); }
.help-cat:hover { border-color: var(--ink); transform: translateY(-3px); }
.help-cat svg { width: 28px; height: 28px; color: var(--accent-deep); margin-bottom: 10px; }
.help-cat h3 { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.help-cat p { font-size: 12px; color: var(--ink-soft); }
.faq-section { max-width: 800px; margin: 0 auto; padding: 30px 24px 60px; }
.faq-section h2 { font-size: clamp(28px, 4vw, 40px); font-weight: 800; letter-spacing: -1px; margin-bottom: 24px; }
.faq-item { background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 10px; overflow: hidden; }
.faq-q { padding: 18px 22px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-weight: 600; font-size: 15px; transition: background 0.15s; }
.faq-q:hover { background: var(--bg); }
.faq-q .faq-icon { width: 24px; height: 24px; flex-shrink: 0; transition: transform 0.2s; color: var(--accent-deep); }
.faq-item.open .faq-q .faq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-item.open .faq-a { max-height: 500px; }
.faq-a-inner { padding: 0 22px 20px; color: var(--ink-soft); font-size: 15px; line-height: 1.6; }
.help-contact { max-width: 800px; margin: 0 auto 80px; padding: 0 24px; }
.help-contact-card { background: var(--ink); color: var(--bg); border-radius: var(--radius-lg); padding: 36px 32px; text-align: center; }
.help-contact-card h3 { font-size: 24px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 8px; }
.help-contact-card p { color: rgba(255,255,255,0.75); margin-bottom: 22px; font-size: 15px; }
.help-contact-card .btn-primary { background: var(--accent); color: var(--ink); }
.help-contact-card .btn-primary:hover { background: var(--bg-alt); transform: translateY(-2px); }

/* ============================================================
   CART DRAWER
   ============================================================ */
.cart-drawer { position: fixed; inset: 0; z-index: 9999; pointer-events: none; }
.cart-drawer.open { pointer-events: auto; }
.cart-drawer-overlay { position: absolute; inset: 0; background: rgba(13, 27, 42, 0.5); opacity: 0; transition: opacity 0.3s ease; backdrop-filter: blur(2px); }
.cart-drawer.open .cart-drawer-overlay { opacity: 1; }
.cart-drawer-panel { position: absolute; top: 0; right: 0; height: 100%; width: 100%; max-width: 460px; background: var(--bg-alt); display: flex; flex-direction: column; transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: -8px 0 32px rgba(0,0,0,0.15); }
.cart-drawer.open .cart-drawer-panel { transform: translateX(0); }
.cart-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--line); flex-shrink: 0; }
.cart-drawer-head h2 { font-size: 20px; font-weight: 800; letter-spacing: -0.5px; color: var(--ink); margin: 0; }
.cart-drawer-close { background: transparent; border: none; cursor: pointer; padding: 8px; border-radius: 8px; color: var(--ink); transition: background 0.2s; }
.cart-drawer-close:hover { background: var(--bg); }
.cart-drawer-body { flex: 1; overflow-y: auto; padding: 8px 0; }
.cart-drawer-footer { border-top: 1px solid var(--line); padding: 20px 24px 24px; flex-shrink: 0; }

/* Empty state */
.cart-empty { padding: 60px 24px; text-align: center; color: var(--ink-soft); display: flex; flex-direction: column; align-items: center; }
.cart-empty h3 { font-size: 18px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.cart-empty p { font-size: 14px; margin-bottom: 22px; }
.cart-empty-btn { display: inline-block; padding: 12px 22px; background: var(--ink); color: var(--bg); text-decoration: none; border-radius: 10px; font-size: 14px; font-weight: 700; transition: background 0.2s; }
.cart-empty-btn:hover { background: var(--accent-deep); }

/* Line items */
.cart-line { display: flex; gap: 14px; padding: 16px 24px; border-bottom: 1px solid var(--line); position: relative; }
.cart-line-img { width: 80px; height: 80px; border-radius: 10px; overflow: hidden; flex-shrink: 0; background: var(--bg); }
.cart-line-img img { width: 100%; height: 100%; object-fit: cover; }
.cart-line-img svg { width: 100%; height: 100%; }
.cart-line-info { flex: 1; min-width: 0; padding-right: 24px; }
.cart-line-name { font-size: 14px; font-weight: 700; color: var(--ink); margin-bottom: 2px; line-height: 1.3; }
.cart-line-variant { font-size: 12px; color: var(--ink-soft); margin-bottom: 10px; }
.cart-line-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.cart-qty { display: inline-flex; align-items: center; gap: 0; border: 1.5px solid var(--line); border-radius: 8px; overflow: hidden; }
.cart-qty-btn { background: transparent; border: none; width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; color: var(--ink); cursor: pointer; transition: background 0.15s; }
.cart-qty-btn:hover { background: var(--bg); }
.cart-qty-val { font-size: 13px; font-weight: 700; color: var(--ink); min-width: 24px; text-align: center; }
.cart-line-price { font-size: 14px; font-weight: 700; color: var(--ink); }
.cart-line-remove { position: absolute; top: 14px; right: 18px; background: transparent; border: none; padding: 4px; color: var(--ink-soft); cursor: pointer; border-radius: 6px; transition: all 0.15s; }
.cart-line-remove:hover { color: var(--ink); background: var(--bg); }

/* Smart bundle nudge */
.cart-bundle-nudge { margin: 16px 24px; padding: 16px 18px; background: linear-gradient(135deg, var(--accent-soft) 0%, var(--bg) 100%); border: 1.5px solid var(--accent); border-radius: 12px; }
.cart-bundle-nudge-tag { display: inline-block; padding: 3px 9px; background: var(--accent-deep); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 0.5px; border-radius: 5px; text-transform: uppercase; margin-bottom: 8px; }
.cart-bundle-nudge-text { font-size: 13px; color: var(--ink-soft); line-height: 1.5; margin-bottom: 12px; }
.cart-bundle-nudge-text strong { display: block; color: var(--ink); font-weight: 700; margin-bottom: 3px; }
.cart-bundle-nudge-btn { width: 100%; padding: 10px 14px; background: var(--ink); color: var(--bg); border: none; border-radius: 8px; font-size: 13px; font-weight: 700; cursor: pointer; transition: background 0.2s; display: block; text-align: center; text-decoration: none; box-sizing: border-box; }
.cart-bundle-nudge-btn:hover { background: var(--accent-deep); color: var(--bg); }

/* Footer */
.cart-subtotal { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; }
.cart-subtotal span:first-child { font-size: 15px; color: var(--ink-soft); font-weight: 600; }
.cart-subtotal span:last-child { font-size: 22px; font-weight: 800; color: var(--ink); letter-spacing: -0.5px; }
.cart-shipping-note { font-size: 12px; color: var(--ink-soft); margin-bottom: 16px; }
.cart-spam-note { font-size: 11px; color: var(--ink-soft); line-height: 1.4; text-align: center; margin-top: 12px; padding: 10px 12px; background: rgba(124, 182, 232, 0.1); border-radius: 8px; }
.cart-spam-note strong { color: var(--ink); font-weight: 700; }
.cart-checkout-btn { width: 100%; padding: 16px 22px; background: var(--ink); color: var(--bg); border: none; border-radius: 12px; font-size: 15px; font-weight: 700; letter-spacing: 0.2px; cursor: pointer; transition: all 0.2s; }
.cart-checkout-btn:hover { background: var(--accent-deep); transform: translateY(-1px); }

/* Mobile */
@media (max-width: 520px) {
  .cart-drawer-panel { max-width: 100%; }
}

/* ============================================================
   BUNDLE BUILDER PAGE
   ============================================================ */
.bundle-builder { max-width: 1100px; margin: 0 auto; padding: 60px 24px 80px; }
.bundle-builder-head { text-align: center; margin-bottom: 50px; }
.bundle-builder-tag { display: inline-block; padding: 6px 14px; background: var(--accent-deep); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; border-radius: 6px; text-transform: uppercase; margin-bottom: 18px; }
.bundle-builder-head h1 { font-size: 56px; font-weight: 900; letter-spacing: -2px; line-height: 1.05; color: var(--ink); margin-bottom: 18px; }
.bundle-builder-head h1 em { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; color: var(--accent-deep); }
.bundle-builder-head p { font-size: 18px; color: var(--ink-soft); max-width: 580px; margin: 0 auto; line-height: 1.5; }
.bundle-builder-head p strong { color: var(--ink); font-weight: 700; }

.bundle-builder-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-bottom: 40px; }
.bundle-card { display: flex; gap: 18px; padding: 20px; background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius-lg); transition: border-color 0.2s; }
.bundle-card:hover { border-color: var(--accent); }
.bundle-card-img { width: 130px; height: 130px; flex-shrink: 0; border-radius: var(--radius); overflow: hidden; background: var(--bg); }
.bundle-card-img img { width: 100%; height: 100%; object-fit: cover; }
.bundle-card-img svg { width: 100%; height: 100%; }
.bundle-card-body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 14px; }
.bundle-card-name { font-size: 16px; font-weight: 800; letter-spacing: -0.3px; color: var(--ink); }
.bundle-card-section label { display: block; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 8px; }
.bundle-card-label { color: var(--ink); text-transform: none; letter-spacing: 0; font-weight: 600; font-size: 12px; }
.bundle-card-onesize { font-size: 13px; color: var(--ink); padding: 8px 12px; background: var(--bg); border-radius: 8px; display: inline-block; }
.opt-mini { padding: 7px 12px; border-radius: 8px; border: 1.5px solid var(--line); font-size: 12px; font-weight: 600; background: var(--bg-alt); color: var(--ink); cursor: pointer; transition: all 0.15s; min-height: 32px; }
.opt-mini:hover { border-color: var(--ink); }
.opt-mini.selected { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.opt-row { display: flex; gap: 6px; flex-wrap: wrap; }

.bundle-builder-summary { max-width: 480px; margin: 0 auto; padding: 28px 32px; background: linear-gradient(135deg, var(--accent-soft) 0%, var(--bg-alt) 100%); border: 1.5px solid var(--accent); border-radius: var(--radius-lg); }
.bundle-summary-line { display: flex; justify-content: space-between; align-items: baseline; padding: 8px 0; font-size: 15px; color: var(--ink-soft); }
.bundle-summary-strike { text-decoration: line-through; }
.bundle-summary-total { display: flex; justify-content: space-between; align-items: baseline; padding-top: 14px; margin-top: 8px; border-top: 1.5px solid var(--accent); font-weight: 800; }
.bundle-summary-total span:first-child { font-size: 16px; color: var(--ink); }
.bundle-summary-total span:last-child { font-size: 28px; color: var(--ink); letter-spacing: -0.8px; }
.bundle-add-btn { width: 100%; margin-top: 20px; padding: 16px 22px; background: var(--ink); color: var(--bg); border: none; border-radius: 12px; font-size: 15px; font-weight: 700; letter-spacing: 0.2px; cursor: pointer; transition: all 0.2s; }
.bundle-add-btn:hover { background: var(--accent-deep); transform: translateY(-1px); }
.bundle-builder-note { text-align: center; margin-top: 14px; font-size: 12px; color: var(--ink-soft); }

/* Mobile bundle builder */
@media (max-width: 720px) {
  .bundle-builder { padding: 40px 20px 60px; }
  .bundle-builder-head h1 { font-size: 36px; letter-spacing: -1.2px; }
  .bundle-builder-head p { font-size: 15px; }
  .bundle-builder-grid { grid-template-columns: 1fr; gap: 14px; }
  .bundle-card { padding: 16px; gap: 14px; }
  .bundle-card-img { width: 100px; height: 100px; }
}

/* ============================================================
   CART BUNDLE GROUP (in cart drawer)
   ============================================================ */
.cart-bundle-group { margin: 12px 16px 20px; padding: 14px; background: linear-gradient(135deg, var(--accent-soft) 0%, var(--bg) 100%); border: 1.5px solid var(--accent); border-radius: 12px; }
.cart-bundle-group-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.cart-bundle-group-title { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 800; color: var(--ink); }
.cart-bundle-group-tag { display: inline-block; padding: 3px 8px; background: var(--accent-deep); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 0.5px; border-radius: 5px; text-transform: uppercase; }
.cart-bundle-group-remove { background: transparent; border: none; padding: 4px; color: var(--ink-soft); cursor: pointer; border-radius: 6px; transition: all 0.15s; }
.cart-bundle-group-remove:hover { color: var(--ink); background: rgba(255,255,255,0.5); }
.cart-bundle-item { display: flex; gap: 10px; padding: 6px 0; }
.cart-bundle-item-img { width: 44px; height: 44px; border-radius: 6px; overflow: hidden; flex-shrink: 0; background: var(--bg-alt); }
.cart-bundle-item-img img { width: 100%; height: 100%; object-fit: cover; }
.cart-bundle-item-img svg { width: 100%; height: 100%; }
.cart-bundle-item-info { flex: 1; min-width: 0; padding: 2px 0; }
.cart-bundle-item-name { font-size: 13px; font-weight: 700; color: var(--ink); line-height: 1.25; }
.cart-bundle-item-variant { font-size: 11px; color: var(--ink-soft); margin-top: 2px; }
.cart-bundle-group-pricing { margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--accent); }
.cart-bundle-group-line { display: flex; justify-content: space-between; font-size: 12px; color: var(--ink-soft); padding: 2px 0; }
.cart-bundle-group-line.discount { color: var(--accent-deep); font-weight: 700; }
.cart-bundle-group-total { display: flex; justify-content: space-between; align-items: baseline; padding-top: 6px; margin-top: 4px; border-top: 1px solid var(--accent); font-weight: 800; color: var(--ink); }
.cart-bundle-group-total span:last-child { font-size: 16px; }
