/* ============================================
   BigEZ Depot — Shared Stylesheet
   ============================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --blue: #185FA5; --blue-dark: #0e4a85; --blue-light: #E6F1FB;
  --red: #A32D2D; --red-dark: #7e2020; --red-light: #FCEBEB;
  --green: #3B6D11; --green-dark: #2a5009; --green-light: #EAF3DE;
  --amber: #854F0B; --amber-light: #FAEEDA;
  --purple: #534AB7; --purple-dark: #3C3489; --purple-light: #EEEDFE;
  --text: #1a1a1a; --text-muted: #666; --text-faint: #999;
  --border: rgba(0,0,0,0.1); --border-strong: rgba(0,0,0,0.18);
  --bg: #fff; --bg-soft: #f7f7f5;
  --radius: 12px; --radius-sm: 8px; --radius-pill: 100px;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.08);
  --font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: var(--font); color: var(--text); background: var(--bg); line-height: 1.6; font-size: 16px; -webkit-font-smoothing: antialiased; overflow-x: hidden; width: 100%; max-width: 100vw; }
a { text-decoration: none; color: inherit; }
img, svg { display: block; max-width: 100%; }
button { font-family: inherit; }

/* Skip link for accessibility */
.skip-link { position: absolute; top: -100px; left: -9999px; background: var(--blue); color: #fff; padding: 8px 16px; z-index: 1000; border-radius: 0 0 var(--radius-sm) 0; }
.skip-link:focus { top: 0; left: 0; }

/* Focus states */
a:focus-visible, button:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; border-radius: var(--radius-sm); }

/* ============================================
   NAVIGATION
   ============================================ */
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 32px; border-bottom: 1px solid var(--border); background: var(--bg); position: sticky; top: 0; z-index: 100; gap: 16px; }
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-blocks { display: flex; gap: 3px; }
.logo-seg { width: 11px; height: 28px; border-radius: 3px; }
.logo-text { font-size: 18px; font-weight: 700; letter-spacing: -0.3px; }
.nav-links { display: flex; gap: 24px; font-size: 14px; color: var(--text-muted); }
.nav-links a { font-size: 16px; font-weight: 600; color: var(--text); text-decoration: none; padding: 8px 2px; position: relative; transition: color .15s; }
.nav-links a:hover, .nav-links a.active { color: var(--blue); }
.nav-links a.active { font-weight: 600; }
.nav-right { display: flex; gap: 10px; flex-shrink: 0; align-items: center; }

/* Hamburger (mobile) */
.hamburger { display: none; background: transparent; border: none; padding: 8px; cursor: pointer; flex-direction: column; gap: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: transform .2s, opacity .2s; }
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Mobile menu panel */
.mobile-menu { display: none; position: fixed; top: 57px; left: 0; right: 0; bottom: 0; background: var(--bg); padding: 24px 20px; z-index: 99; overflow-y: auto; }
.mobile-menu.open { display: block; }
.mobile-menu a:not(.btn) { display: block; padding: 14px 0; font-size: 17px; border-bottom: 1px solid var(--border); }
.mobile-menu a:not(.btn).active { color: var(--blue); font-weight: 600; }
.mobile-menu .mobile-ctas { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
.mobile-menu .mobile-ctas .btn { width: 100%; }

/* ============================================
   BUTTONS
   ============================================ */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 11px 22px; border-radius: var(--radius-sm); font-size: 14px; font-weight: 600; cursor: pointer; border: 1px solid var(--border); background: transparent; transition: background .15s, border-color .15s, transform .1s; line-height: 1; text-align: center; }
.btn:hover { background: var(--bg-soft); border-color: var(--border-strong); }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--blue); color: var(--blue-light); border-color: var(--blue); }
.btn-primary:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.btn-danger { background: var(--red); color: var(--red-light); border-color: var(--red); }
.btn-danger:hover { background: var(--red-dark); border-color: var(--red-dark); }
.btn-green { background: var(--green); color: var(--green-light); border-color: var(--green); }
.btn-green:hover { background: var(--green-dark); border-color: var(--green-dark); }
.btn-purple { background: var(--purple); color: var(--purple-light); border-color: var(--purple); }
.btn-purple:hover { background: var(--purple-dark); border-color: var(--purple-dark); }
.btn-lg { padding: 14px 28px; font-size: 15px; }
.btn-block { width: 100%; }

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  padding: 88px 32px 64px;
  text-align: center;
  background: #1a1a1a;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('images/hero-bg.jpg');
  background-size: cover;
  background-position: center;
  z-index: -2;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.55) 40%, rgba(0,0,0,0.88) 100%);
  z-index: -1;
}
.hero h1 { color: #fff; font-size: 56px; line-height: 1.1; text-shadow: 0 2px 12px rgba(0,0,0,0.7), 0 1px 3px rgba(0,0,0,0.9); font-weight: 800; letter-spacing: -1px; margin-bottom: 16px; }

.hero-badge { background: rgba(0,0,0,0.5); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.3); color: #fff; padding: 8px 18px; font-size: 13px; font-weight: 600; margin-bottom: 20px; }
.hero-btns .btn { backdrop-filter: blur(8px); }
.hero-btns .btn:not(.btn-primary):not(.btn-danger) { background: rgba(255,255,255,0.12); color: #fff; border-color: rgba(255,255,255,0.3); }
.hero-btns .btn:not(.btn-primary):not(.btn-danger):hover { background: rgba(255,255,255,0.22); border-color: rgba(255,255,255,0.5); }
.hero-badge { display: inline-flex; align-items: center; gap: 7px; border-radius: var(--radius-pill); }
.badge-dot { width: 8px; height: 8px; border-radius: 50%; background: #3ee070; flex-shrink: 0; animation: pulse 2s infinite; box-shadow: 0 0 8px rgba(62,224,112,0.8); }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.5; } }

.hero h1 .blue { color: #85B7EB; }
.hero h1 .red { color: #F09595; }
.hero h1 .green { color: #C0DD97; }
.hero p.lead { font-size: 18px; color: #fff; max-width: 560px; margin: 0 auto 32px; line-height: 1.6; text-shadow: 0 1px 8px rgba(0,0,0,0.8); font-weight: 500; }
.hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 48px; }

.hero-stats { display: flex; justify-content: center; gap: 56px; flex-wrap: wrap; }
.stat { text-align: center; }
.hero .stat-num { font-size: 36px; font-weight: 900; letter-spacing: -0.5px; text-shadow: 0 2px 12px rgba(0,0,0,0.9), 0 1px 3px rgba(0,0,0,1); }
.hero .stat-label { font-size: 13px; color: #fff; margin-top: 6px; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 700; text-shadow: 0 1px 6px rgba(0,0,0,0.8), 0 1px 3px rgba(0,0,0,0.9); }

/* ============================================
   TRUST STRIP
   ============================================ */
.trust-strip { display: flex; border-bottom: 1px solid var(--border); }
.trust-item { display: flex; align-items: center; gap: 12px; padding: 18px 24px; border-right: 1px solid var(--border); flex: 1; min-width: 0; }
.trust-item:last-child { border-right: none; }
.trust-icon { width: 36px; height: 36px; border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; font-weight: 700; }
.trust-title { font-size: 14px; font-weight: 600; display: block; }
.trust-desc { font-size: 12px; color: var(--text-muted); display: block; margin-top: 2px; }

/* ============================================
   SECTIONS
   ============================================ */
.section { padding: 64px 32px; }
.section + .section { border-top: 1px solid var(--border); }
.section-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 28px; flex-wrap: wrap; gap: 12px; }
.section-title { font-size: 24px; font-weight: 800; letter-spacing: -0.3px; }
.section-sub { font-size: 15px; color: var(--text-muted); margin-top: 6px; }
.section-link { font-size: 14px; color: var(--blue); font-weight: 500; }
.section-link:hover { text-decoration: underline; }
.text-center { text-align: center; }

/* ============================================
   CATEGORY CARDS
   ============================================ */
.cats { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.cat-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px 20px; transition: border-color .15s, box-shadow .15s, transform .15s; }
.cat-card:hover { border-color: var(--border-strong); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.cat-icon { width: 52px; height: 52px; border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.cat-name { font-size: 18px; font-weight: 700; margin-bottom: 5px; }
.cat-desc { font-size: 12px; color: var(--text-muted); line-height: 1.45; }
.cat-arrow { font-size: 13px; color: var(--text-faint); margin-top: 16px; font-weight: 500; }
.cat-card:hover .cat-arrow { color: var(--blue); }
.new-badge { background: #FAF0D7; color: #6B4E0A; font-size: 10px; font-weight: 700; padding: 2px 7px; border-radius: var(--radius-pill); vertical-align: middle; margin-left: 6px; letter-spacing: 0.3px; }

/* ============================================
   SCENTS BANNER
   ============================================ */
.scents-banner { background: #FAF0D7; border-radius: var(--radius); padding: 22px 28px; display: flex; align-items: center; justify-content: space-between; margin-top: 16px; gap: 20px; flex-wrap: wrap; }
.scents-left { display: flex; align-items: center; gap: 18px; }
.scents-icon { width: 56px; height: 56px; border-radius: var(--radius); background: var(--bg); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.scents-title { font-size: 16px; font-weight: 700; margin-bottom: 4px; color: #6B4E0A; }
.scents-desc { font-size: 13px; color: #6B4E0A; opacity: 0.8; }

/* ============================================
   LISTING CARDS
   ============================================ */
.listings { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.listing-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: box-shadow .15s, transform .15s; cursor: pointer; }
.listing-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.listing-img { height: 160px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px; }
.listing-img span { font-size: 11px; color: var(--text-faint); }
.listing-body { padding: 14px 16px; }
.tag { font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: var(--radius-pill); display: inline-block; margin-bottom: 8px; letter-spacing: 0.3px; text-transform: uppercase; }
.tag-furn { background: var(--green-light); color: var(--green); }
.tag-appl { background: var(--blue-light); color: var(--blue); }
.tag-matt { background: var(--red-light); color: var(--red); }
.tag-scent { background: #FAF0D7; color: #6B4E0A; }
.listing-name { font-size: 14px; font-weight: 600; margin-bottom: 6px; line-height: 1.3; }
.listing-row { display: flex; align-items: baseline; gap: 6px; }
.listing-price { font-size: 18px; font-weight: 800; color: var(--blue); }
.listing-orig { font-size: 12px; color: var(--text-faint); text-decoration: line-through; }
.listing-del { font-size: 11px; color: var(--green); margin-top: 6px; font-weight: 500; }
.listing-del.muted { color: var(--text-faint); }

/* ============================================
   WHY BIGEZ
   ============================================ */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.why-card { padding: 32px 28px; border: 1px solid var(--border); border-radius: var(--radius); }
.why-icon { width: 56px; height: 56px; border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.why-icon svg { width: 28px; height: 28px; }
.why-title { font-size: 26px; font-weight: 800; margin-bottom: 14px; color: var(--text); letter-spacing: -0.01em; }
.why-desc { font-size: 18px; color: var(--text-muted); line-height: 1.6; }
.why-logo { max-width: 280px; width: 60%; height: auto; max-height: 80px; object-fit: contain; margin-bottom: 8px; }
@media (max-width: 600px) {
  .why-card { padding: 26px 22px; }
  .why-title { font-size: 22px; }
  .why-desc { font-size: 16px; }
  .why-logo { max-width: 220px; max-height: 64px; }
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.testimonial { padding: 24px; background: var(--bg-soft); border-radius: var(--radius); border: 1px solid var(--border); display: flex; flex-direction: column; }
.stars { color: #f59e0b; font-size: 15px; letter-spacing: 1px; margin-bottom: 12px; }
.testimonial-text { font-size: 15px; line-height: 1.6; color: var(--text); margin-bottom: 16px; flex: 1; }
.testimonial-author { display: flex; align-items: center; gap: 10px; }
.avatar { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: #fff; }
.author-name { font-size: 14px; font-weight: 600; }
.author-meta { font-size: 12px; color: var(--text-muted); }

/* ============================================
   VISIT US / MAP
   ============================================ */
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: stretch; }
.visit-info h2 { font-size: 28px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 12px; }
.visit-info > p { font-size: 15px; color: var(--text-muted); line-height: 1.6; margin-bottom: 20px; }
.visit-detail { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--border); }
.visit-detail:last-of-type { border-bottom: none; }
.visit-detail-icon { width: 36px; height: 36px; border-radius: var(--radius-sm); background: var(--bg-soft); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 16px; }
.visit-detail-label { font-size: 11px; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 3px; }
.visit-detail-value { font-size: 14px; font-weight: 500; }
.visit-detail-value a { color: var(--blue); }
.visit-detail-value a:hover { text-decoration: underline; }
.map-wrap { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); background: var(--bg-soft); min-height: 400px; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 400px; border: 0; display: block; }

/* ============================================
   FINANCING BANNER (on homepage)
   ============================================ */
.finance-banner { padding: 56px 32px; background: var(--bg-soft); border-bottom: 1px solid var(--border); }
.finance-inner { max-width: 860px; margin: 0 auto; display: flex; align-items: center; gap: 48px; flex-wrap: wrap; }
.finance-badge { display: inline-block; background: var(--blue); color: var(--blue-light); font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: var(--radius-pill); margin-bottom: 12px; letter-spacing: 0.3px; }
.finance-content { flex: 1; min-width: 260px; }
.finance-content h2 { font-size: 28px; font-weight: 800; margin-bottom: 10px; letter-spacing: -0.4px; }
.finance-content p { font-size: 15px; color: var(--text-muted); line-height: 1.6; }
.finance-features { display: flex; flex-direction: column; gap: 10px; margin-top: 18px; }
.finance-feat { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.check { width: 20px; height: 20px; border-radius: 50%; background: var(--green-light); color: var(--green); display: flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; font-weight: 700; }
.finance-cta { display: flex; flex-direction: column; gap: 10px; flex-shrink: 0; }

/* ============================================
   FINANCING PAGE — CARDS
   ============================================ */
.fin-hero-pills { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.pill { background: #fff; border: 1px solid rgba(255,255,255,0.3); border-radius: var(--radius-pill); padding: 8px 18px; font-size: 14px; display: flex; align-items: center; gap: 8px; font-weight: 700; color: #1a1a1a; box-shadow: 0 2px 8px rgba(0,0,0,0.15); }
.pill-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }

.fin-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.fin-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; transition: box-shadow .15s, transform .15s; }
.fin-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.fin-card.featured { border: 2px solid var(--blue); position: relative; }
.card-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 16px; gap: 10px; }
.provider-name { font-size: 17px; font-weight: 800; letter-spacing: -0.2px; }
.provider-type { font-size: 11px; color: var(--text-muted); margin-top: 2px; text-transform: uppercase; letter-spacing: 0.5px; }
.featured-badge { background: var(--blue-light); color: var(--blue); font-size: 10px; font-weight: 700; padding: 4px 10px; border-radius: var(--radius-pill); white-space: nowrap; text-transform: uppercase; letter-spacing: 0.3px; }
.amount { font-size: 32px; font-weight: 800; color: var(--blue); letter-spacing: -0.8px; }
.amount-label { font-size: 12px; color: var(--text-muted); margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.5px; }
.divider { height: 1px; background: var(--border); margin: 12px 0; }
.detail { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; font-size: 13px; color: var(--text-muted); line-height: 1.5; }
.detail strong { color: var(--text); font-weight: 600; }
.detail:last-of-type { margin-bottom: 0; }
.chip { min-width: 28px; height: 22px; padding: 0 7px; border-radius: 5px; font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.chip-blue { background: var(--blue-light); color: var(--blue); }
.chip-green { background: var(--green-light); color: var(--green); }
.chip-amber { background: var(--amber-light); color: var(--amber); }
.card-actions { display: flex; gap: 8px; margin-top: auto; padding-top: 20px; }
.phone-row { font-size: 12px; color: var(--text-faint); margin-top: 12px; }
.phone-row a { color: inherit; }
.phone-row a:hover { color: var(--text); }

/* Helper card */
.helper-card { background: var(--bg-soft); border: 2px dashed var(--border-strong); border-radius: var(--radius); padding: 28px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.helper-icon { width: 52px; height: 52px; border-radius: 50%; background: var(--green-light); color: var(--green); display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 800; margin: 0 auto 16px; }
.helper-title { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.helper-desc { font-size: 13px; color: var(--text-muted); line-height: 1.5; margin-bottom: 20px; }

/* In-store banner */
.instore-banner { background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-top: 16px; }
.instore-title { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.instore-desc { font-size: 13px; color: var(--text-muted); line-height: 1.55; }

/* ============================================
   FAQ ACCORDION
   ============================================ */
.faq-section { padding: 56px 32px; background: var(--bg-soft); border-top: 1px solid var(--border); }
.faq-list { max-width: 800px; margin: 28px auto 0; }
.faq-item { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 10px; overflow: hidden; transition: border-color .15s; }
.faq-item:hover { border-color: var(--border-strong); }
.faq-item.open { border-color: var(--blue); }
.faq-toggle { width: 100%; background: transparent; border: none; padding: 18px 20px; text-align: left; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: inherit; }
.faq-q { font-size: 15px; font-weight: 600; }
.faq-plus { width: 22px; height: 22px; flex-shrink: 0; color: var(--text-muted); transition: transform .2s; }
.faq-item.open .faq-plus { transform: rotate(45deg); color: var(--blue); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-answer-inner { padding: 0 20px 18px; font-size: 14px; color: var(--text-muted); line-height: 1.65; }
.faq-item.open .faq-answer { max-height: 400px; }

/* ============================================
   FOOTER
   ============================================ */
footer { padding: 40px 32px 28px; border-top: 1px solid var(--border); background: var(--bg-soft); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 32px; }
.footer-col h4 { font-size: 13px; font-weight: 700; margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.5px; }
.footer-col a, .footer-col p { display: block; font-size: 13px; color: var(--text-muted); line-height: 2; }
.footer-col a:hover { color: var(--text); }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.footer-brand-text { font-size: 16px; font-weight: 800; }
.footer-tagline { font-size: 13px; color: var(--text-muted); line-height: 1.6; margin-bottom: 16px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 36px; height: 36px; border-radius: var(--radius-sm); background: var(--bg); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; transition: background .15s, border-color .15s; }
.footer-social a:hover { background: var(--blue); border-color: var(--blue); color: var(--blue-light); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 12px; color: var(--text-faint); }
.footer-credit { text-align: center; font-size: 12px; color: var(--text-muted); margin-top: 14px; letter-spacing: 0.3px; font-weight: 600; }
.footer-credit a { color: var(--text); text-decoration: none; border-bottom: 1px dotted currentColor; font-weight: 700; transition: color .15s, border-color .15s; }
.footer-credit a:hover { color: var(--blue); border-bottom-color: var(--blue); }
.footer-credit .credit-sep { color: var(--text-faint); margin: 0 6px; font-weight: 400; }

.footer-staff-link { text-align: center; font-size: 11px; color: var(--text-faint); margin-top: 8px; letter-spacing: 0.3px; }
.footer-staff-link a { color: inherit; text-decoration: none; opacity: 0.7; transition: opacity .15s, color .15s; }
.footer-staff-link a:hover { opacity: 1; color: var(--blue); }

/* ============================================
   FINANCING HERO PUNCH-UP
   ============================================ */
.fin-hero { background: linear-gradient(135deg, #0e4a85 0%, #1a1a1a 60%, #2a0a0a 100%); padding: 72px 32px 56px; }
.fin-hero::before, .fin-hero::after { display: none; }
.fin-hero-badge { background: var(--red) !important; color: #fff !important; border: none !important; font-weight: 700 !important; letter-spacing: 0.5px; padding: 10px 20px !important; box-shadow: 0 4px 16px rgba(163,45,45,0.5); }
.fin-hero-h1 { font-size: 64px !important; line-height: 1.05; letter-spacing: -1.5px; }
.fin-hero-accent { background: linear-gradient(90deg, #FFD800 0%, #FF9D00 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: #FFD800; text-shadow: none; }
@media (max-width: 600px) { .fin-hero-h1 { font-size: 40px !important; } .fin-hero { padding: 56px 20px 40px; } }

/* ============================================
   HOMEPAGE SOCIAL ROW (Facebook + Instagram)
   ============================================ */
.home-social { padding: 18px 32px; background: var(--bg-soft); border-bottom: 1px solid var(--border); }
.home-social-inner { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; max-width: 1200px; margin: 0 auto; }
.home-social-label { font-size: 14px; font-weight: 600; color: var(--text); }
.home-social-icon { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: var(--radius-pill); text-decoration: none; font-size: 14px; font-weight: 700; transition: transform .15s, box-shadow .15s; color: #fff; }
.home-social-fb { background: #1877F2; }
.home-social-fb:hover { transform: translateY(-1px); box-shadow: 0 4px 14px rgba(24,119,242,0.45); }
.home-social-ig { background: linear-gradient(45deg, #F09433 0%, #E6683C 25%, #DC2743 50%, #CC2366 75%, #BC1888 100%); }
.home-social-ig:hover { transform: translateY(-1px); box-shadow: 0 4px 14px rgba(220,39,67,0.45); }
@media (max-width: 600px) {
  .home-social { padding: 16px 16px; }
  .home-social-inner { gap: 10px; }
  .home-social-label { width: 100%; text-align: center; font-size: 13px; }
  .home-social-icon { padding: 11px 22px; font-size: 14px; flex: 1; max-width: 160px; justify-content: center; }
}

/* ============================================
   PRODUCT MODAL — APPLY FOR FINANCING BUTTON
   ============================================ */
.modal-financing-btn { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 14px 20px; background: var(--red); color: #fff; border: 2px solid var(--red); border-radius: var(--radius-sm); font-size: 15px; font-weight: 700; text-decoration: none; margin: 14px 0 8px; transition: background .15s, transform .1s, box-shadow .15s; box-shadow: 0 2px 8px rgba(163,45,45,0.25); letter-spacing: 0.2px; }
.modal-financing-btn:hover { background: var(--red-dark); border-color: var(--red-dark); box-shadow: 0 4px 14px rgba(163,45,45,0.35); transform: translateY(-1px); }
.modal-financing-btn:active { transform: translateY(0); }

/* ============================================
   PRODUCT MODAL — MATTRESS SIZE PICKER + BEST DEAL CTA
   ============================================ */
.modal-mattress-sizes { background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 14px; margin-bottom: 16px; }
.modal-mattress-sizes-label { font-size: 12px; font-weight: 700; color: var(--text); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; }
.modal-mattress-sizes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mattress-size-pick { display: flex; flex-direction: column; align-items: center; gap: 4px; background: var(--bg); border: 2px solid var(--border); border-radius: var(--radius-sm); padding: 10px 6px; cursor: pointer; transition: border-color .15s, background .15s, transform .1s; font-family: inherit; }
.mattress-size-pick:hover { border-color: var(--red); background: var(--red-light); }
.mattress-size-pick.selected { border-color: var(--red); background: var(--red); color: #fff; box-shadow: 0 2px 8px rgba(163,45,45,0.3); }
.mattress-size-pick.selected .mattress-size-pick-price { color: #fff; }
.mattress-size-pick-label { font-size: 13px; font-weight: 700; line-height: 1.2; }
.mattress-size-pick-price { font-size: 14px; font-weight: 800; color: var(--red); }
.modal-mattress-from { font-size: 14px; font-weight: 600; color: var(--text-muted); margin-right: 4px; }
.modal-mattress-size-tag { display: inline-block; background: var(--red-light); color: var(--red); font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: var(--radius-pill); margin-left: 8px; vertical-align: middle; text-transform: uppercase; letter-spacing: 0.3px; }
@media (max-width: 480px) { .modal-mattress-sizes-grid { grid-template-columns: 1fr 1fr; } }

.modal-best-deal-btn { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 14px 20px; background: var(--green); color: #fff; border: 2px solid var(--green); border-radius: var(--radius-sm); font-size: 14px; font-weight: 700; text-decoration: none; margin: 0 0 8px; transition: background .15s, transform .1s, box-shadow .15s; box-shadow: 0 2px 8px rgba(59,109,17,0.22); letter-spacing: 0.2px; line-height: 1.3; text-align: center; }
.modal-best-deal-btn:hover { background: var(--green-dark); border-color: var(--green-dark); box-shadow: 0 4px 14px rgba(59,109,17,0.35); transform: translateY(-1px); }
.modal-best-deal-btn:active { transform: translateY(0); }

/* "From" label on marketplace card prices */
.mp-card-from { font-size: 11px; font-weight: 600; color: var(--text-muted); margin-right: 3px; }
/* "Tap for prices" on bedroom-set cards (price varies by configuration) */
.mp-card-tap-prices { font-size: 13px; font-weight: 700; color: var(--blue); border-bottom: 1px dashed var(--blue); padding-bottom: 1px; }

/* ============================================
   PRODUCT MODAL — BEDROOM SET BUILDER
   ============================================ */
.modal-bedroom-builder { background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 16px; margin-bottom: 16px; }
.modal-bedroom-section { margin-bottom: 16px; }
.modal-bedroom-section-label { font-size: 12px; font-weight: 700; color: var(--text); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; }

.modal-bedroom-size-pick { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
@media (min-width: 480px) { .modal-bedroom-size-pick { grid-template-columns: repeat(4, 1fr); } }
.bedroom-size-btn { background: var(--bg); border: 2px solid var(--border); border-radius: var(--radius-sm); padding: 14px; cursor: pointer; transition: border-color .15s, background .15s, transform .1s; font-family: inherit; }
.bedroom-size-btn:hover { border-color: var(--blue); background: var(--blue-light); }
.bedroom-size-btn.selected { border-color: var(--blue); background: var(--blue); color: #fff; box-shadow: 0 2px 8px rgba(24,95,165,0.3); }
.bedroom-size-btn-label { font-size: 16px; font-weight: 800; }

.modal-bedroom-comp-list { display: flex; flex-direction: column; gap: 8px; }
.bedroom-comp-row { display: grid; grid-template-columns: 24px 1fr auto; gap: 12px; align-items: center; padding: 12px 14px; background: var(--bg); border: 2px solid var(--border); border-radius: var(--radius-sm); cursor: pointer; transition: border-color .15s, background .15s; }
.bedroom-comp-row:hover { border-color: var(--blue); }
.bedroom-comp-row.checked { border-color: var(--blue); background: var(--blue-light); }
.bedroom-comp-row.locked { cursor: default; background: var(--bg-soft); border-color: var(--border-strong); }
.bedroom-comp-row.locked:hover { border-color: var(--border-strong); }
.bedroom-comp-row input[type="checkbox"] { width: 18px; height: 18px; cursor: pointer; accent-color: var(--blue); }
.bedroom-comp-row.locked input[type="checkbox"] { opacity: 0.6; }
.bedroom-comp-name { font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.bedroom-comp-locked-tag { font-size: 10px; font-weight: 700; background: var(--blue); color: #fff; padding: 2px 7px; border-radius: var(--radius-pill); letter-spacing: 0.4px; }
.bedroom-comp-price { font-size: 14px; font-weight: 800; color: var(--blue); }
.bedroom-comp-empty { padding: 20px; text-align: center; color: var(--text-muted); font-size: 13px; background: var(--bg); border: 1px dashed var(--border); border-radius: var(--radius-sm); }

.modal-bedroom-summary { background: var(--blue); color: #fff; border-radius: var(--radius-sm); padding: 16px; margin-top: 14px; position: relative; }
.modal-bedroom-summary-toggle { width: 100%; border: none; cursor: pointer; font-family: inherit; text-align: left; transition: filter .15s; padding-right: 36px; }
.modal-bedroom-summary-toggle:hover { filter: brightness(1.08); }
.modal-bedroom-summary-toggle .modal-bedroom-summary-chevron { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); transition: transform .2s; opacity: 0.85; }
.modal-bedroom-summary-toggle.expanded .modal-bedroom-summary-chevron { transform: translateY(-50%) rotate(180deg); }
.modal-bedroom-summary-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.modal-bedroom-summary-label { font-size: 11px; font-weight: 700; opacity: 0.85; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }
.modal-bedroom-summary-tap { font-size: 10px; font-weight: 600; opacity: 0.7; text-transform: none; letter-spacing: 0; margin-left: 4px; }
.modal-bedroom-summary-detail { font-size: 14px; font-weight: 600; line-height: 1.3; }
.modal-bedroom-total-wrap { text-align: right; }
.modal-bedroom-total { font-size: 28px; font-weight: 900; line-height: 1; letter-spacing: -0.5px; display: flex; align-items: center; gap: 8px; justify-content: flex-end; }
.modal-bedroom-bundle-tag { display: inline-block; background: rgba(255,255,255,0.25); color: #fff; font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: var(--radius-pill); letter-spacing: 0.5px; vertical-align: middle; }
.modal-bedroom-savings { font-size: 12px; font-weight: 600; opacity: 0.95; margin-top: 4px; }
.modal-bedroom-config-tag { display: inline-block; background: var(--blue-light); color: var(--blue); font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: var(--radius-pill); margin-left: 8px; vertical-align: middle; text-transform: uppercase; letter-spacing: 0.3px; }

.modal-bedroom-breakdown { margin-top: 14px; }
.modal-bedroom-breakdown-label { font-size: 12px; font-weight: 700; color: var(--text); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; }
.modal-bedroom-breakdown-list { display: flex; flex-direction: column; gap: 6px; }
.bedroom-breakdown-row { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 10px 12px; background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-sm); }
.bedroom-breakdown-info { flex: 1; min-width: 0; }
.bedroom-breakdown-name { font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.bedroom-breakdown-sku { font-size: 10px; font-weight: 700; background: var(--bg-soft); color: var(--text-muted); padding: 2px 6px; border-radius: var(--radius-pill); letter-spacing: 0.3px; }
.bedroom-breakdown-meta { font-size: 11px; color: var(--text-muted); margin-top: 2px; }
.bedroom-breakdown-price { font-size: 14px; font-weight: 700; color: var(--text); }
.bedroom-breakdown-empty { padding: 16px; text-align: center; color: var(--text-muted); font-size: 12px; background: var(--bg); border: 1px dashed var(--border); border-radius: var(--radius-sm); }

/* Bedroom set mattress add-on (always visible dropdown below the blue box) */
.modal-bedroom-mattress-hint { font-size: 12px; color: var(--text-muted); margin: -4px 0 10px; line-height: 1.4; }
.modal-bedroom-mattress-select { width: 100%; padding: 12px 14px; font-size: 14px; font-weight: 600; border: 2px solid var(--border); border-radius: var(--radius-sm); background: var(--bg); color: var(--text); font-family: inherit; cursor: pointer; appearance: auto; }
.modal-bedroom-mattress-select:hover:not(:disabled) { border-color: var(--red); }
.modal-bedroom-mattress-select:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 3px var(--red-light); }
.modal-bedroom-mattress-select:disabled { opacity: 0.6; cursor: not-allowed; background: var(--bg-soft); }
.modal-bedroom-mattress-empty { padding: 14px; text-align: center; color: var(--text-muted); font-size: 12px; background: var(--bg); border: 1px dashed var(--border); border-radius: var(--radius-sm); margin-top: 8px; }

/* Bedroom grand-total box (set + mattress with 15% bundle discount) */
.modal-bedroom-grand { background: var(--bg); border: 2px solid var(--blue); border-radius: var(--radius-sm); padding: 14px 16px; margin-top: 14px; }
.modal-bedroom-grand-row { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 6px 0; font-size: 14px; }
.modal-bedroom-grand-key { color: var(--text); font-weight: 600; flex: 1; min-width: 0; }
.modal-bedroom-grand-val { color: var(--text); font-weight: 700; white-space: nowrap; }
.bedroom-grand-orig { color: var(--text-faint); text-decoration: line-through; font-weight: 500; margin-right: 6px; font-size: 13px; }
.modal-bedroom-grand-discount { font-size: 12px; color: var(--green); font-weight: 600; padding: 6px 0; border-top: 1px dashed var(--border); border-bottom: 1px dashed var(--border); margin: 4px 0; line-height: 1.4; }
.modal-bedroom-grand-total-row { border-top: 2px solid var(--blue); margin-top: 6px; padding-top: 12px; }
.modal-bedroom-grand-total-row .modal-bedroom-grand-key { font-size: 15px; font-weight: 800; color: var(--blue); text-transform: uppercase; letter-spacing: 0.5px; }
.modal-bedroom-grand-total { font-size: 24px; font-weight: 900; color: var(--blue); letter-spacing: -0.5px; }

@media (max-width: 480px) {
  .modal-bedroom-summary-row { flex-direction: column; align-items: flex-start; }
  .modal-bedroom-total-wrap { text-align: left; }
  .modal-bedroom-total { justify-content: flex-start; }
}

/* ============================================
   SCROLL TO TOP
   ============================================ */
.scroll-top { position: fixed; bottom: 24px; right: 24px; width: 44px; height: 44px; border-radius: 50%; background: var(--blue); color: var(--blue-light); border: none; cursor: pointer; opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; z-index: 90; box-shadow: var(--shadow-md); display: flex; align-items: center; justify-content: center; font-size: 18px; }
.scroll-top.visible { opacity: 1; pointer-events: auto; }
.scroll-top:hover { background: var(--blue-dark); transform: translateY(-2px); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  /* At tablet widths, hide "Marketplace" and "Financing" text buttons — keep just Call Us */
  .nav-right .btn:not(.btn-green) { display: none; }
  /* With nav-links hidden, justify-content:space-between would spread logo / Call / hamburger
     evenly. Push nav-right against the hamburger so spacing is consistent. */
  .nav-right { margin-left: auto; }
  .hero h1 { font-size: 34px; }
  .hero-stats { gap: 32px; }
  .stat-num { font-size: 24px; }
  .trust-strip { flex-wrap: wrap; }
  .trust-item { flex: 1 1 50%; border-bottom: 1px solid var(--border); }
  .trust-item:nth-child(2) { border-right: none; }
  .trust-item:nth-child(3), .trust-item:nth-child(4) { border-bottom: none; }
  .cats, .why-grid, .testimonials { grid-template-columns: 1fr 1fr; }
  .listings { grid-template-columns: 1fr 1fr; }
  .fin-grid { grid-template-columns: 1fr 1fr; }
  .finance-inner { flex-direction: column; align-items: flex-start; gap: 24px; }
  .finance-cta { width: 100%; }
  .visit-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}

@media (max-width: 600px) {
  .nav-logo-img { height: 32px; }
  .nav { padding: 12px 14px; gap: 8px; }
  .nav, .mobile-menu, .footer { max-width: 100%; }
  /* On small phones the nav-right Call Us text + Spanish "Llámenos" + the
     hamburger overflow the available width and push the hamburger off-screen.
     Drop the label here so the green Call button stays icon-only. The full
     text still appears in the mobile-menu CTAs and on tablets/desktop. */
  .nav-call-label { display: none; }
  .nav-call-btn { padding: 8px 12px; }
  /* SVG icon has inline margin-right:6px for the label gap. With label hidden it
     becomes dead space, pushing the icon off-center inside the green pill. */
  .nav-call-btn svg { margin-right: 0 !important; }
  .hero { padding: 44px 14px 36px; }
  .hero h1 { font-size: 28px; letter-spacing: -0.5px; }
  .hero p.lead { font-size: 15px; }
  .hero-btns .btn { width: 100%; }
  .hero-stats {
    gap: 16px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    justify-items: center;
  }
  .hero-stats .stat { width: 100%; max-width: 150px; }
  .hero .stat-num { font-size: 26px; }
  .hero .stat-label { font-size: 11px; margin-top: 4px; }
  .trust-strip { flex-direction: column; }
  .trust-item { flex: 1; border-right: none !important; border-bottom: 1px solid var(--border); }
  .trust-item:last-child { border-bottom: none; }
  .section { padding: 40px 16px; }
  .section-title { font-size: 20px; }
  .cats, .why-grid, .testimonials, .listings, .fin-grid { grid-template-columns: 1fr; }
  .scents-banner { flex-direction: column; align-items: flex-start; }
  .scents-banner .btn { width: 100%; }
  .finance-banner { padding: 36px 16px; }
  .finance-content h2 { font-size: 22px; }
  .faq-section { padding: 36px 16px; }
  .instore-banner { flex-direction: column; align-items: stretch; }
  .instore-banner .btn { width: 100%; }
  footer { padding: 32px 16px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* ============================================
   PRODUCT DETAIL MODAL & MESSAGE BUTTONS
   ============================================ */
.product-modal-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 200; display: none; align-items: center; justify-content: center; padding: 20px; overflow-y: auto; }
.product-modal-backdrop.show { display: flex; }
.product-modal { background: var(--bg); border-radius: var(--radius); max-width: 540px; width: 100%; max-height: 90vh; overflow-y: auto; position: relative; }
.product-modal-close { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; border-radius: 50%; background: rgba(0,0,0,0.5); color: #fff; border: none; font-size: 22px; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 5; line-height: 1; font-family: inherit; }
.product-modal-close:hover { background: rgba(0,0,0,0.75); }
.product-modal-img { width: 100%; display: block; overflow: hidden; border-radius: var(--radius) var(--radius) 0 0; background: #fafafa; position: relative; }
.product-modal-img > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.product-modal-img > svg { display: block; margin: 60px auto; }

/* Horizontal swipe gallery: photos paginate side-by-side, no background tint */
.gallery-scroll {
  width: 100%;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  background: #fafafa;
}
.gallery-scroll::-webkit-scrollbar { display: none; }
.gallery-scroll-item {
  flex: 0 0 100%;
  width: 100%;
  aspect-ratio: 4 / 3;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
}
.gallery-scroll-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
  display: block;
}

/* Photo counter dot — bottom center over the image area */
.gallery-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  background: rgba(0,0,0,0.5);
  padding: 6px 10px;
  border-radius: 999px;
  pointer-events: none;
  backdrop-filter: blur(4px);
}
.gallery-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  transition: background .2s;
}
.gallery-dot.active {
  background: #fff;
}
/* Hide dots when single photo */
.gallery-scroll[data-photos="1"] + .gallery-dots { display: none; }
.product-modal-body { padding: 24px; }
.product-modal-tag { display: inline-block; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: var(--radius-pill); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.3px; }
.product-modal-name { font-size: 22px; font-weight: 800; margin-bottom: 8px; line-height: 1.2; letter-spacing: -0.3px; }
.product-modal-meta { font-size: 13px; color: var(--text-muted); margin-bottom: 16px; }
.product-modal-price-row { display: flex; align-items: baseline; gap: 10px; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.product-modal-price { font-size: 32px; font-weight: 800; color: var(--blue); letter-spacing: -0.5px; }
.product-modal-orig { font-size: 16px; color: var(--text-faint); text-decoration: line-through; }
.product-modal-savings { background: var(--red-light); color: var(--red); font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: var(--radius-pill); margin-left: auto; }
.product-modal-features { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 20px; }
.product-feature { display: flex; align-items: center; gap: 8px; padding: 10px 12px; background: var(--bg-soft); border-radius: var(--radius-sm); font-size: 12px; }
.product-feature-icon { width: 20px; height: 20px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.product-feature-label { font-size: 10px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.3px; font-weight: 600; }
.product-feature-value { font-size: 13px; font-weight: 600; }
.message-section { margin-top: 8px; }
.message-section-title { font-size: 13px; font-weight: 700; margin-bottom: 4px; }
.message-section-sub { font-size: 12px; color: var(--text-muted); margin-bottom: 12px; line-height: 1.5; }
.message-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.message-btn { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 16px; border-radius: var(--radius-sm); font-size: 14px; font-weight: 700; border: none; cursor: pointer; text-decoration: none; transition: opacity .15s, transform .1s, box-shadow .15s; font-family: inherit; }
.message-btn:hover { opacity: 0.92; transform: translateY(-1px); }
.message-btn:active { transform: translateY(0); }
/* iMessage + WhatsApp brand colors with matching tinted shadows so the buttons read as platform actions, not generic CTAs. Mirror the card-msg-btn polish. */
.message-btn-imessage { background: #007AFF; color: #fff; box-shadow: 0 2px 6px rgba(0,122,255,0.3); }
.message-btn-whatsapp { background: #25D366; color: #fff; box-shadow: 0 2px 6px rgba(37,211,102,0.35); }
.message-btn svg { flex-shrink: 0; }
.product-modal-call { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 10px; padding: 12px; border: 1px solid var(--border); border-radius: var(--radius-sm); font-size: 13px; color: var(--text-muted); text-decoration: none; font-weight: 500; transition: background .15s; }
.product-modal-call:hover { background: var(--bg-soft); color: var(--text); }

/* Quick-action message buttons on cards (small, secondary) */
/* Wider gap so the iMessage + WhatsApp pills don't read as one mashed-together strip on phones. */
.card-msg-row { display: flex; gap: 10px; margin-top: 8px; padding-top: 8px; border-top: 1px solid var(--border); }
.card-msg-btn { flex: 1; display: flex; align-items: center; justify-content: center; gap: 5px; padding: 8px 8px; border-radius: 6px; font-size: 11px; font-weight: 700; border: none; cursor: pointer; text-decoration: none; font-family: inherit; }
.card-msg-btn:hover { opacity: 0.9; transform: translateY(-1px); }
.card-msg-btn:active { transform: translateY(0); }
.card-msg-btn svg { flex-shrink: 0; }
.card-msg-imessage { background: #007AFF; color: #fff; box-shadow: 0 1px 3px rgba(0,122,255,0.3); }
/* WhatsApp brand green + matching shadow so the button reads as the platform icon */
.card-msg-whatsapp { background: #25D366; color: #fff; box-shadow: 0 1px 3px rgba(37,211,102,0.35); }

@media (max-width: 600px) {
  .product-modal { max-width: 100%; border-radius: var(--radius) var(--radius) 0 0; max-height: 95vh; margin-top: auto; }
  .product-modal-backdrop { padding: 0; align-items: flex-end; }
  .product-modal-body { padding: 20px 16px; }
  .product-modal-name { font-size: 19px; }
  .product-modal-price { font-size: 28px; }
  .product-modal-features { grid-template-columns: 1fr; }
}

/* Logo images replacing 3-color blocks */
.nav-logo-img, .footer-logo-img, .login-logo-img, .admin-logo-img { display: block; }
.nav-logo-img { height: 44px; width: auto; vertical-align: middle; display: block; }
.footer-logo-img { height: 56px; width: auto; opacity: 0.95; display: block; }
.login-logo-img { max-width: 300px; width: 100%; height: auto; margin: 0 auto 20px; display: block; }
.admin-logo-img { height: 40px; width: auto; display: block; }


/* Hero CTA sizing */
.hero-btns { gap: 14px; }
.hero-btns .btn { font-size: 15px; padding: 15px 32px; font-weight: 600; }


/* Hero stat numbers - brighten inline brand colors for dark bg legibility */
.hero .stat-num[style*="185FA5"] { color: #5E9FE8 !important; }
.hero .stat-num[style*="A32D2D"] { color: #F08585 !important; }
.hero .stat-num[style*="3B6D11"] { color: #8FD13F !important; }


/* Tighten spacing after hero */
.hero + .section { padding-top: 48px; }

/* ============================================
   WAVE 2 — MARKETPLACE CARD ALIGNMENT FIX
   ============================================ */
/* Locked card heights so two-line titles don't break alignment */
.mp-card { display: flex; flex-direction: column; }
.mp-card-img { height: 180px; flex-shrink: 0; position: relative; }
.mp-card-body { display: flex; flex-direction: column; flex: 1; padding: 14px 16px; }
.mp-card-name {
  font-size: 15px; font-weight: 600; line-height: 1.35; margin-bottom: 6px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; min-height: 2.7em; /* always reserve 2 lines */
}
.mp-card-sub { font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.3px; margin-bottom: 6px; font-weight: 600; }
.mp-card-row { margin-top: auto; display: flex; align-items: baseline; gap: 8px; }
.mp-card-meta { font-size: 12px; font-weight: 600; margin-top: 6px; }

/* Scent cards — same treatment */
.s-card { display: flex; flex-direction: column; }
.s-card-body { display: flex; flex-direction: column; flex: 1; }
.s-card-name {
  font-size: 14px; font-weight: 600; line-height: 1.35; margin-bottom: 4px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; min-height: 2.7em;
}

/* ============================================
   WAVE 2 — SOLD OUT STATE
   ============================================ */
.mp-card.sold-out { opacity: 0.75; }
.mp-card.sold-out .mp-card-img img { filter: grayscale(0.3); }
.mp-card.sold-out .mp-card-name { text-decoration: line-through; text-decoration-thickness: 1px; color: var(--text-muted); }
.mp-card.sold-out .mp-card-price { color: var(--text-muted); }
.sold-banner {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: rgba(26, 26, 26, 0.85); color: #fff;
  font-size: 12px; font-weight: 700; letter-spacing: 1.2px;
  text-transform: uppercase; text-align: center;
  padding: 6px 0; z-index: 3;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.s-card.sold-out { opacity: 0.75; }
.s-card.sold-out .s-card-img img { filter: grayscale(0.3); }
.s-card.sold-out .s-card-name { text-decoration: line-through; color: var(--text-muted); }
.modal-sold-overlay { position: absolute; left: 0; right: 0; bottom: 0; background: rgba(26, 26, 26, 0.9); color: #fff; font-size: 16px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; text-align: center; padding: 12px 0; z-index: 3; }

/* ============================================
   WAVE 2 — WISHLIST
   ============================================ */
.wishlist-btn {
  position: absolute; top: 8px; left: 8px; width: 36px; height: 36px;
  border-radius: 50%; background: rgba(255,255,255,0.95);
  /* Red outline so the heart icon reads as a save/favorite affordance even when inactive */
  border: 1.5px solid var(--red);
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  color: var(--red); transition: transform .15s, background .15s, box-shadow .15s;
  z-index: 4; padding: 0; font-family: inherit;
  box-shadow: 0 1px 3px rgba(163,45,45,0.18);
}
.wishlist-btn:hover { transform: scale(1.08); background: #fff; box-shadow: 0 2px 6px rgba(163,45,45,0.28); }
.wishlist-btn.active { background: var(--red); color: #fff; border-color: var(--red); }
.wishlist-btn.active svg { fill: #fff !important; }
.wishlist-btn-text { display: none; }

.mp-card, .s-card { position: relative; }

/* Floating wishlist button */
.wishlist-fab {
  position: fixed; bottom: 24px; right: 24px; z-index: 99;
  display: flex; align-items: center; gap: 8px;
  padding: 14px 20px 14px 16px; background: var(--red); color: #fff;
  border-radius: 100px; text-decoration: none; font-weight: 600; font-size: 14px;
  box-shadow: 0 6px 20px rgba(163, 45, 45, 0.4); transition: transform .15s, box-shadow .15s;
}
.wishlist-fab:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(163, 45, 45, 0.5); }
.wishlist-fab-count { background: #fff; color: var(--red); border-radius: 100px; min-width: 22px; height: 22px; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; padding: 0 7px; }

/* Product modal — gallery */
/* Old gallery-main/thumbs replaced by .gallery-scroll above */

.product-modal-desc { margin: 14px 0 18px; padding: 14px 16px; background: var(--bg-soft); border-radius: var(--radius-sm); font-size: 14px; line-height: 1.6; color: var(--text); white-space: pre-wrap; }

/* Modal secondary actions (wishlist + financing) */
.modal-secondary-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.modal-secondary-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 14px; border-radius: var(--radius-sm); font-size: 13px; font-weight: 600;
  text-decoration: none; border: 1px solid var(--border); background: var(--bg);
  color: var(--text); cursor: pointer; font-family: inherit;
  transition: background .15s, border-color .15s;
}
.modal-secondary-btn:hover { background: var(--bg-soft); border-color: var(--border-strong); }
.modal-secondary-btn.active { background: var(--red-light); color: var(--red); border-color: var(--red); }
.modal-secondary-btn.active svg { fill: var(--red); }

/* Full-width wishlist + share buttons + matching modal call button */
.modal-wishlist-fullwidth,
.modal-share-fullwidth { width: 100%; margin-top: 10px; padding: 13px 14px; font-size: 14px; }
/* Wishlist (modal): red outline always — matches the card heart so the affordance is consistent. Inactive = white bg with red text/icon, active = solid red bg with white icon. */
.modal-wishlist-fullwidth { color: var(--red); border-color: var(--red); border-width: 1.5px; }
.modal-wishlist-fullwidth svg { stroke: currentColor; }
.modal-wishlist-fullwidth:hover { background: var(--red-light); border-color: var(--red); color: var(--red); }
.modal-wishlist-fullwidth.active { background: var(--red); color: #fff; border-color: var(--red); }
.modal-wishlist-fullwidth.active svg { stroke: #fff; fill: #fff; }
.modal-share-fullwidth { color: var(--blue); border-color: var(--blue-light); }
.modal-share-fullwidth:hover { background: var(--blue-light); border-color: var(--blue); color: var(--blue); }
.modal-share-fullwidth svg { stroke: currentColor; }
.modal-call-btn { width: 100%; margin-top: 10px; padding: 14px 18px; font-size: 15px; text-decoration: none; }

/* Demoted financing button — outlined red, less attention-grabbing, sits below contact info */
.modal-financing-btn-secondary {
  background: transparent !important;
  color: var(--red) !important;
  border: 1.5px solid var(--red) !important;
  box-shadow: none !important;
  font-size: 13px !important;
  padding: 11px 16px !important;
  font-weight: 600 !important;
  margin: 14px 0 0 !important;
  letter-spacing: 0;
}
.modal-financing-btn-secondary:hover {
  background: var(--red-light) !important;
  border-color: var(--red-dark) !important;
  color: var(--red-dark) !important;
  box-shadow: none !important;
  transform: none !important;
}

/* ============================================
   WAVE 2 — FINANCING LOGOS
   ============================================ */
.provider-logo {
  height: 52px; display: flex; align-items: center; justify-content: flex-start;
  margin-bottom: 14px;
}
.provider-logo img {
  max-height: 100%; max-width: 180px; width: auto; object-fit: contain; display: block;
}

/* ============================================
   SENIOR-FRIENDLY FONT SIZES (tighter responsive)
   ============================================ */
@media (min-width: 601px) {
  .lead, p.lead { font-size: 18px; }
  .faq-question { font-size: 16px !important; }
  .faq-answer-inner { font-size: 15px !important; }
}

/* Stronger mobile typography */
@media (max-width: 600px) {
  body { font-size: 16px; }
  .mp-card-name, .s-card-name { font-size: 14px; }
  .modal-secondary-actions { grid-template-columns: 1fr; }
}

/* ============================================
   WAVE 2 — ADMIN MULTI-PHOTO UPLOADER
   ============================================ */
.multi-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 6px;
}
@media (max-width: 600px) {
  .multi-photo-grid { grid-template-columns: repeat(2, 1fr); }
}

.photo-slot {
  position: relative;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-family: inherit;
  cursor: pointer;
  transition: border-color .15s, background .15s;
}
.photo-slot.filled {
  cursor: default;
  border-style: solid;
}
.photo-slot.filled img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-slot.empty {
  border: 2px dashed var(--border-strong);
  background: var(--bg);
  color: var(--text-muted);
  flex-direction: column;
  gap: 6px;
}
.photo-slot.empty:hover {
  border-color: var(--blue);
  background: var(--blue-light);
  color: var(--blue);
}
.photo-slot-icon { font-size: 22px; }
.photo-slot-label { font-size: 11px; font-weight: 600; }

.photo-slot-remove {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: inherit;
  line-height: 1;
  padding: 0;
  transition: background .15s, transform .15s;
  z-index: 3;
}
.photo-slot-remove:hover {
  background: var(--red);
  transform: scale(1.08);
}

.photo-slot-main {
  position: absolute;
  top: 5px;
  left: 5px;
  background: var(--blue);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  z-index: 2;
}

.photo-slot-make-main {
  position: absolute;
  bottom: 5px;
  left: 5px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  cursor: pointer;
  font-family: inherit;
  z-index: 2;
  transition: background .15s;
}
.photo-slot-make-main:hover {
  background: var(--blue);
}

/* ============================================
   WAVE 2 — ADMIN ITEM LIST (photo count, sold state, attribution)
   ============================================ */
.item-thumb { position: relative; }
.photo-count-badge {
  position: absolute;
  bottom: 3px;
  right: 3px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 1px 5px;
  border-radius: 3px;
  line-height: 1.3;
}

.item-sold-tag {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 3px;
  letter-spacing: 0.5px;
}

.item-row.sold .item-name {
  text-decoration: line-through;
  color: var(--text-muted);
}
.item-row.sold {
  opacity: 0.7;
}
.item-row.sold .item-thumb img {
  filter: grayscale(0.6);
}

.item-attribution {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 4px;
  line-height: 1.4;
}
.item-attribution strong {
  color: var(--text);
  font-weight: 600;
}

/* ============================================
   WAVE 2 — ADMIN SETTINGS CARDS
   ============================================ */
.settings-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  margin-bottom: 16px;
}
.settings-card .field:last-of-type {
  margin-bottom: 14px;
}
.section-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding: 0 4px;
}
.section-heading span {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.section-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--border);
}

/* ============================================
   WAVE 2.1 — Clickable feature tile (Financing link from modal)
   ============================================ */
.product-feature-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background .15s, border-color .15s, transform .1s;
  cursor: pointer;
}
.product-feature-link:hover {
  background: var(--blue-light);
  border-color: var(--blue);
}
.product-feature-link:hover .product-feature-label,
.product-feature-link:hover .product-feature-value {
  color: var(--blue);
}
.product-feature-link:active {
  transform: translateY(1px);
}

/* ============================================
   WAVE 2.1 — Store number column in admin list
   ============================================ */
.item-store-num {
  display: inline-flex;
  align-items: center;
  background: var(--blue-light);
  color: var(--blue);
  font-weight: 800;
  font-size: 11px;
  padding: 3px 7px;
  border-radius: 4px;
  letter-spacing: 0.3px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

/* ============================================
   Store Photos bar (homepage) — between hero and categories
   ============================================ */
.store-photos-section {
  padding: 20px 0 10px 0;
  border-bottom: 1px solid var(--border);
}
.store-photos-header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 12px;
}
.store-photos-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
  margin: 0;
}
.store-photos-sub {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 2px;
}
.store-photos-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 4px 20px 20px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
.store-photos-scroll::-webkit-scrollbar {
  height: 6px;
}
.store-photos-scroll::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 10px;
}
.store-photo-item {
  flex: 0 0 auto;
  width: 280px;
  height: 200px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-soft);
  scroll-snap-align: start;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.store-photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 600px) {
  .store-photo-item {
    width: 220px;
    height: 160px;
  }
  .store-photos-title { font-size: 18px; }
}

/* ============================================
   Latest listings empty state (homepage)
   ============================================ */
.listings-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 48px 24px;
  background: var(--bg-soft);
  border: 2px dashed var(--border);
  border-radius: var(--radius);
}
.listings-empty-icon { font-size: 44px; margin-bottom: 8px; }
.listings-empty-title { font-size: 18px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.listings-empty-desc { font-size: 14px; color: var(--text-muted); margin-bottom: 16px; line-height: 1.5; }
.listings-empty .btn { text-decoration: none; }

/* Big centered photo picker (shown when no photos uploaded yet) */
.photo-big-picker {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 32px 20px;
  background: var(--blue-light);
  border: 2px dashed var(--blue);
  border-radius: var(--radius);
  color: var(--blue);
  font-family: inherit;
  cursor: pointer;
  transition: background .15s, transform .1s;
  width: 100%;
  min-height: 140px;
}
.photo-big-picker:hover {
  background: #D4E5F7;
}
.photo-big-picker:active {
  transform: translateY(1px);
}
.photo-big-picker-icon {
  font-size: 42px;
  line-height: 1;
}
.photo-big-picker-title {
  font-size: 16px;
  font-weight: 700;
}
.photo-big-picker-sub {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 500;
}
