*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --gold: #C9A84C; --gold-light: #E8D5A3; --gold-pale: #F7F0E0;
    --gold-dark: #8B6914; --cream: #FAF8F3; --dark: #0E0C09;
    --dark2: #1A1410; --text-muted: #9B8B6E;
  }
  html { scroll-behavior: smooth; }
  body { font-family: "Montserrat", sans-serif; background: var(--cream); color: var(--dark2); overflow-x: hidden; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 1.1rem 5%; background: rgba(14,12,9,0.88); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(201,168,76,0.18); }
  .nav-logo img { height: 44px; }
  .nav-links { display: flex; gap: 2rem; list-style: none; }
  .nav-links a { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-light); text-decoration: none; font-weight: 400; transition: color 0.3s; }
  .nav-links a:hover { color: var(--gold); }
  .nav-right { display: flex; align-items: center; gap: 1rem; }
  .nav-cta { font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500; padding: 0.55rem 1.4rem; border: 1px solid var(--gold); color: var(--gold); text-decoration: none; transition: all 0.3s; }
  .nav-cta:hover { background: var(--gold); color: var(--dark); }
  .lang-switcher { display: flex; border: 1px solid rgba(201,168,76,0.35); }
  .lang-btn { background: none; border: none; cursor: pointer; font-family: "Montserrat", sans-serif; font-size: 0.6rem; font-weight: 500; letter-spacing: 0.1em; color: rgba(232,213,163,0.5); padding: 0.35rem 0.55rem; transition: all 0.25s; border-right: 1px solid rgba(201,168,76,0.2); text-transform: uppercase; }
  .lang-btn:last-child { border-right: none; }
  .lang-btn:hover { color: var(--gold); background: rgba(201,168,76,0.08); }
  .lang-btn.active { color: var(--dark); background: var(--gold); }

  /* HERO */
  .hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 120px 5% 80px; position: relative; background: var(--dark); overflow: hidden; }
  .hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 70% at 50% 40%, rgba(201,168,76,0.12) 0%, transparent 65%), radial-gradient(ellipse 40% 50% at 20% 80%, rgba(139,105,20,0.08) 0%, transparent 60%); pointer-events: none; }
  .hero::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(201,168,76,0.012) 3px, rgba(201,168,76,0.012) 4px); pointer-events: none; }
  .hero-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(201,168,76,0.12); top: 50%; left: 50%; transform: translate(-50%,-50%); animation: ring-pulse 5s ease-in-out infinite; }
  .hero-ring:nth-child(1) { width: 420px; height: 420px; }
  .hero-ring:nth-child(2) { width: 640px; height: 640px; animation-delay: 1s; border-color: rgba(201,168,76,0.07); }
  .hero-ring:nth-child(3) { width: 860px; height: 860px; animation-delay: 2s; border-color: rgba(201,168,76,0.04); }
  @keyframes ring-pulse { 0%,100%{opacity:1;transform:translate(-50%,-50%) scale(1)} 50%{opacity:0.5;transform:translate(-50%,-50%) scale(1.02)} }
  .hero-sparks { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }

  .hero-photo-collage { position: absolute; inset: 0; z-index: 1; }
  .hero-photo { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 2.2s ease; z-index: 1; }
  .hero-photo.active { opacity: 0.32; }
  .hero-photo-collage::after { content: ''; position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, rgba(10,8,6,0.72), rgba(10,8,6,0.5) 45%, rgba(10,8,6,0.82)); }
  .spark { position: absolute; width: 2px; height: 2px; background: var(--gold); border-radius: 50%; animation: sparkle var(--dur,4s) ease-in-out infinite; animation-delay: var(--delay,0s); opacity: 0; }
  @keyframes sparkle { 0%,100%{opacity:0;transform:scale(0.5)} 50%{opacity:0.8;transform:scale(1.5)} }
  .hero-eyebrow { font-size: 0.62rem; letter-spacing: 0.4em; text-transform: uppercase; color: var(--gold); font-weight: 400; margin-bottom: 2rem; position: relative; z-index: 2; }
  .hero-logo { width: 200px; margin-bottom: 3rem; position: relative; z-index: 2; animation: logo-glow 3s ease-in-out infinite; }
  @keyframes logo-glow { 0%,100%{filter:drop-shadow(0 0 18px rgba(201,168,76,0.25)) drop-shadow(0 4px 30px rgba(201,168,76,0.1))} 50%{filter:drop-shadow(0 0 35px rgba(201,168,76,0.45)) drop-shadow(0 4px 40px rgba(201,168,76,0.2))} }
  .hero h1 { font-family: "Cormorant Garamond", serif; font-size: clamp(2.8rem,6vw,5.8rem); font-weight: 300; line-height: 1.08; color: #FAF8F3; margin-bottom: 1.8rem; position: relative; z-index: 2; }
  .hero h1 em { font-style: italic; color: var(--gold); display: block; }
  .hero-sub { font-size: 0.88rem; line-height: 1.9; color: rgba(250,248,243,0.55); max-width: 460px; margin: 0 auto 3.5rem; font-weight: 300; letter-spacing: 0.04em; position: relative; z-index: 2; }
  .hero-actions { display: flex; gap: 1.2rem; flex-wrap: wrap; justify-content: center; position: relative; z-index: 2; }
  .btn-primary { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500; padding: 1rem 2.6rem; background: var(--gold); color: var(--dark); text-decoration: none; transition: all 0.35s; border: 1px solid var(--gold); }
  .btn-primary:hover { background: #E8C56A; transform: translateY(-2px); }
  .btn-outline { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 400; padding: 1rem 2.6rem; border: 1px solid rgba(201,168,76,0.5); color: var(--gold-light); text-decoration: none; transition: all 0.35s; }
  .btn-outline:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
  .hero-scroll { position: relative; margin-top: 3rem; display: flex; flex-direction: column; align-items: center; gap: 0.5rem; z-index: 2; opacity: 0.45; animation: bounce 2s ease-in-out infinite; }
  .hero-scroll span { font-size: 0.55rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); }
  .hero-scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, var(--gold), transparent); }
  @keyframes bounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(6px)} }

  /* DIVIDER */
  .divider { display: flex; align-items: center; gap: 1.5rem; padding: 3rem 5%; max-width: 900px; margin: 0 auto; }
  .divider-line { flex: 1; height: 1px; background: linear-gradient(to right, transparent, var(--gold-light), transparent); }
  .divider-icon { font-size: 1.4rem; color: var(--gold); }

  /* SECTION HEADERS */
  .section-eyebrow { font-size: 0.62rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold); font-weight: 400; margin-bottom: 1rem; }
  .section-title { font-family: "Cormorant Garamond", serif; font-size: clamp(2rem,4vw,3.2rem); font-weight: 400; color: var(--dark2); margin-bottom: 4rem; line-height: 1.2; }

  /* VALORES */
  .valores { padding: 5rem 5%; max-width: 1200px; margin: 0 auto; text-align: center; }
  .valores-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(201,168,76,0.22); }
  .valor-card { background: var(--cream); padding: 3rem 1.8rem; text-align: center; transition: background 0.3s; border-right: 1px solid rgba(201,168,76,0.15); }
  .valor-card:last-child { border-right: none; }
  .valor-card:hover { background: var(--gold-pale); }
  .valor-icon { font-size: 1.8rem; margin-bottom: 1.2rem; display: block; color: var(--gold); }
  .valor-card h3 { font-family: "Cormorant Garamond", serif; font-size: 1.3rem; font-weight: 400; color: var(--dark2); margin-bottom: 0.8rem; }
  .valor-card p { font-size: 0.78rem; line-height: 1.8; color: var(--text-muted); font-weight: 300; }

  /* JOYERÍA */
  .joyeria { padding: 5rem 5%; background: linear-gradient(180deg, var(--cream) 0%, #EDE4CE 100%); }
  .star-section { padding: 5rem 5%; background: linear-gradient(180deg, var(--cream) 0%, #EDE4CE 100%); }
  .joyeria-header { text-align: center; margin-bottom: 4rem; }
  .products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 2rem; max-width: 1200px; margin: 0 auto; }
  .product-card { background: var(--cream); border: 1px solid rgba(201,168,76,0.22); overflow: hidden; transition: all 0.4s; position: relative; display: flex; flex-direction: column; }
  .product-card:hover { transform: translateY(-8px); box-shadow: 0 24px 60px rgba(139,105,20,0.14); }
  .product-thumb { height: 280px; overflow: hidden; position: relative; background: #0E0C09; flex-shrink: 0; }
  .product-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; display: block; }
  .product-card:hover .product-thumb img { transform: scale(1.06); }
  .product-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(14,12,9,0.55) 0%, transparent 50%); pointer-events: none; }
  .product-info { padding: 1.6rem; display: flex; flex-direction: column; flex: 1; }
  .product-tag { font-size: 0.58rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: 0.5rem; display: block; }
  .product-info h4 { font-family: "Cormorant Garamond", serif; font-size: 1.3rem; font-weight: 400; color: var(--dark2); margin-bottom: 0.8rem; line-height: 1.3; }
  .product-info p { font-size: 0.78rem; color: var(--text-muted); line-height: 1.75; font-weight: 300; margin-bottom: 1.4rem; flex: 1; }
  .limited-badge { position: absolute; top: 1rem; left: 1rem; z-index: 2; font-size: 0.56rem; letter-spacing: 0.15em; text-transform: uppercase; background: var(--gold); color: var(--dark); padding: 0.3rem 0.75rem; font-weight: 600; }
  .limited-badge.vinted { background: var(--dark); color: var(--gold); border: 1px solid var(--gold); }

  /* PRODUCT CTA BUTTON — friendly, with platform logo */
  .product-cta {
    display: flex; align-items: center; justify-content: center; gap: 0.7rem;
    padding: 0.8rem 1.2rem;
    text-decoration: none; transition: all 0.3s;
    font-size: 0.7rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
    border-radius: 2px;
  }
  .product-cta.wallapop {
    background: #f0fdf8; color: #1a7a68;
    border: 1.5px solid rgba(26,122,104,0.25);
  }
  .product-cta.wallapop:hover { background: #d4f5ee; border-color: rgba(26,122,104,0.5); transform: translateY(-2px); }
  .product-cta.vinted-btn {
    background: #f0faf9; color: #0e6b6b;
    border: 1.5px solid rgba(14,107,107,0.25);
  }
  .product-cta.vinted-btn:hover { background: #c8eded; border-color: rgba(14,107,107,0.5); transform: translateY(-2px); }
  .product-cta img { height: 18px; object-fit: contain; }
  .product-cta-arrow { opacity: 0.6; font-size: 1rem; }

  /* PLATAFORMAS */
  .plataformas { padding: 5rem 5%; text-align: center; }
  .plataformas-inner { max-width: 900px; margin: 0 auto; }
  .plataforma-cards { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; margin-top: 3rem; }
  .plataforma-card { display: flex; flex-direction: column; align-items: center; gap: 1.2rem; padding: 2.5rem 3.5rem; border: 1px solid rgba(201,168,76,0.3); background: white; text-decoration: none; color: var(--dark2); transition: all 0.3s; min-width: 220px; flex: 1; max-width: 280px; }
  .plataforma-card:hover { border-color: var(--gold); transform: translateY(-4px); box-shadow: 0 12px 30px rgba(139,105,20,0.1); }
  .plataforma-card img { height: 36px; object-fit: contain; max-width: 140px; }
  .plataforma-desc { font-size: 0.72rem; color: var(--text-muted); font-weight: 300; }

  /* INSTAGRAM */
  .instagram-section { padding: 5rem 5%; text-align: center; background: var(--dark); }
  .instagram-section .section-title { color: var(--gold-light); }
  .instagram-sub { font-size: 0.85rem; color: rgba(250,248,243,0.45); font-weight: 300; max-width: 380px; margin: 0 auto; line-height: 1.8; }
  .insta-cta { display: inline-flex; align-items: center; gap: 0.9rem; font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 500; padding: 1.1rem 2.6rem; border: 1px solid rgba(201,168,76,0.4); color: var(--gold-light); text-decoration: none; margin-top: 2.5rem; transition: all 0.3s; }
  .insta-cta:hover { border-color: var(--gold); color: var(--gold); background: rgba(201,168,76,0.06); }

  /* FOOTER */
  footer { padding: 2.5rem 5%; border-top: 1px solid rgba(201,168,76,0.18); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; background: var(--dark); }
  footer img.footer-logo { height: 36px; opacity: 0.65; }
  .footer-text { font-size: 0.68rem; color: rgba(250,248,243,0.3); letter-spacing: 0.1em; }
  .footer-links { display: flex; gap: 1.8rem; list-style: none; }
  .footer-links a { font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(250,248,243,0.35); text-decoration: none; transition: color 0.3s; }
  .footer-links a:hover { color: var(--gold); }



  /* DUAL CTAs */
  .product-ctas { display: flex; flex-direction: column; gap: 0.6rem; }

  /* BOTH platforms badge */
  .limited-badge.both { background: var(--dark2); color: var(--gold-light); font-size: 0.5rem; padding: 0.28rem 0.6rem; }

  /* Placeholder thumb for products without photo */
  .product-thumb-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.8rem; background: linear-gradient(135deg, #1a1410 0%, #2a200e 100%); }
  .thumb-icon { font-size: 2.8rem; color: var(--gold); opacity: 0.35; animation: logo-glow 3s ease-in-out infinite; }
  .thumb-label { font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(201,168,76,0.4); font-weight: 400; }

  /* PAGINATION */
  .pagination { display: flex; align-items: center; justify-content: center; gap: 0.5rem; margin-top: 3rem; flex-wrap: wrap; }
  .page-btn { background: none; border: 1px solid rgba(201,168,76,0.25); color: var(--text-muted); font-family: "Montserrat", sans-serif; font-size: 0.7rem; font-weight: 500; width: 38px; height: 38px; cursor: pointer; transition: all 0.25s; display: flex; align-items: center; justify-content: center; }
  .page-btn:hover { border-color: var(--gold); color: var(--gold); }
  .page-btn.active { background: var(--gold); border-color: var(--gold); color: var(--dark); }
  .page-btn.arrow { font-size: 1rem; width: 38px; }
  .page-info { font-size: 0.65rem; letter-spacing: 0.1em; color: var(--text-muted); padding: 0 0.5rem; }

  /* COOKIE BANNER */
  .cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 10000; background: rgba(14,12,9,0.97); border-top: 1px solid rgba(201,168,76,0.25); padding: 1.2rem 5%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; backdrop-filter: blur(10px); transform: translateY(0); transition: transform 0.4s ease; }
  .cookie-banner.hidden { transform: translateY(110%); }
  .cookie-text { font-size: 0.75rem; color: rgba(250,248,243,0.65); line-height: 1.6; max-width: 700px; font-weight: 300; }
  .cookie-text a { color: var(--gold); text-decoration: none; border-bottom: 1px solid rgba(201,168,76,0.3); }
  .cookie-text a:hover { border-color: var(--gold); }
  .cookie-actions { display: flex; gap: 0.8rem; flex-shrink: 0; }
  .cookie-btn { font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 600; padding: 0.6rem 1.4rem; cursor: pointer; transition: all 0.25s; border: none; font-family: "Montserrat", sans-serif; }
  .cookie-btn.accept { background: var(--gold); color: var(--dark); }
  .cookie-btn.accept:hover { background: #E8C56A; }
  .cookie-btn.reject { background: transparent; color: rgba(250,248,243,0.4); border: 1px solid rgba(250,248,243,0.15); }
  .cookie-btn.reject:hover { color: rgba(250,248,243,0.7); border-color: rgba(250,248,243,0.3); }

  /* LEGAL MODAL */
  .modal-overlay { position: fixed; inset: 0; z-index: 300; background: rgba(14,12,9,0.85); backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; padding: 2rem; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
  .modal-overlay.open { opacity: 1; pointer-events: all; }
  .modal-box { background: var(--cream); max-width: 720px; width: 100%; max-height: 80vh; overflow-y: auto; border: 1px solid rgba(201,168,76,0.25); position: relative; }
  .modal-header { padding: 2rem 2.5rem 1.5rem; border-bottom: 1px solid rgba(201,168,76,0.15); display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; position: sticky; top: 0; background: var(--cream); z-index: 2; }
  .modal-header h2 { font-family: "Cormorant Garamond", serif; font-size: 1.8rem; font-weight: 400; color: var(--dark2); }
  .modal-close { background: none; border: none; cursor: pointer; font-size: 1.5rem; color: var(--text-muted); line-height: 1; padding: 0.2rem; transition: color 0.2s; flex-shrink: 0; }
  .modal-close:hover { color: var(--dark2); }
  .modal-body { padding: 2rem 2.5rem; }
  .modal-body h3 { font-family: "Cormorant Garamond", serif; font-size: 1.2rem; font-weight: 400; color: var(--dark2); margin: 1.8rem 0 0.6rem; }
  .modal-body h3:first-child { margin-top: 0; }
  .modal-body p { font-size: 0.82rem; line-height: 1.85; color: #4a3f2f; font-weight: 300; margin-bottom: 0.8rem; }
  .modal-body a { color: var(--gold-dark); }
  .modal-eyebrow { font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: 0.3rem; display: block; }

  /* FOOTER LEGAL LINKS */
  .footer-legal { display: flex; gap: 1.5rem; flex-wrap: wrap; justify-content: center; margin-top: 0.5rem; }
  .footer-legal a { font-size: 0.6rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(250,248,243,0.25); text-decoration: none; transition: color 0.3s; cursor: pointer; }
  .footer-legal a:hover { color: var(--gold); }
  footer { flex-wrap: wrap; }
  .footer-bottom { width: 100%; border-top: 1px solid rgba(201,168,76,0.08); padding-top: 1rem; display: flex; justify-content: center; }

  .fade-in { opacity: 0; transform: translateY(28px); transition: opacity 0.75s ease, transform 0.75s ease; }
  .fade-in.visible { opacity: 1; transform: translateY(0); }

  @media (max-width: 900px) {
    .valores-grid { grid-template-columns: repeat(2,1fr); }
    .valor-card:nth-child(2) { border-right: none; }
    .valor-card:nth-child(1), .valor-card:nth-child(2) { border-bottom: 1px solid rgba(201,168,76,0.15); }
  }
  @media (max-width: 768px) {
    .nav-links { display: none; } .nav-cta { display: none; }
    .hero h1 { font-size: 2.4rem; }
    .product-thumb { height: 220px; }
    footer { flex-direction: column; text-align: center; }
    .footer-links { flex-wrap: wrap; justify-content: center; }
    .plataforma-card { max-width: 100%; }
  }

  /* ===== Carrito de compra ===== */
  .add-to-cart-btn {
    display: flex; align-items: center; justify-content: center; gap: 0.45rem;
    width: 100%; margin-top: 0; padding: 0.85rem 1rem;
    background: linear-gradient(135deg, #C9A84C 0%, #8B6914 100%);
    border: none; color: #fff;
    font-family: 'Montserrat', sans-serif; font-size: 0.76rem; letter-spacing: 0.09em;
    text-transform: uppercase; font-weight: 700; cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    border-radius: 2px;
    box-shadow: 0 4px 14px rgba(139,105,20,0.3);
  }
  .add-to-cart-btn:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(139,105,20,0.42); }
  .cart-plus-icon { font-size: 1.05rem; line-height: 1; }

  #ddCartFab {
    position: fixed; bottom: 92px; right: 24px; z-index: 998;
    width: 54px; height: 54px; border-radius: 50%; border: none;
    background: var(--dark); color: var(--gold); font-size: 1.4rem;
    cursor: pointer; box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    display: flex; align-items: center; justify-content: center;
    transition: transform 0.25s;
  }
  #ddCartFab:hover { transform: scale(1.08); }
  #ddCartFab.has-items { border: 2px solid var(--gold); }
  .dd-cart-count {
    position: absolute; top: -4px; right: -4px; background: var(--gold);
    color: var(--dark); font-family: 'Montserrat', sans-serif; font-size: 0.68rem;
    font-weight: 700; width: 20px; height: 20px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
  }

  .dd-cart-overlay {
    position: fixed; top: 0; left: 0; right: 0;
    height: 100vh; height: 100dvh; background: rgba(10,8,6,0.55); z-index: 1200;
    display: flex; justify-content: flex-end; opacity: 0; visibility: hidden;
    transition: opacity 0.3s; backdrop-filter: blur(2px);
  }
  .dd-cart-overlay.open { opacity: 1; visibility: visible; }
  .dd-cart-drawer {
    width: min(420px, 100%); height: 100vh; height: 100dvh; max-height: 100dvh; background: var(--cream);
    transform: translateX(100%);
    transition: transform 0.35s ease; box-shadow: -10px 0 30px rgba(0,0,0,0.2);
    overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain;
  }
  .dd-cart-overlay.open .dd-cart-drawer { transform: translateX(0); }
  .dd-cart-header {
    position: sticky; top: 0; z-index: 3; background: var(--cream);
    display: flex; justify-content: space-between; align-items: center;
    padding: 1.4rem 1.4rem 1rem; border-bottom: 1px solid rgba(201,168,76,0.2);
  }
  .dd-cart-header h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; color: var(--dark); font-weight: 500; margin: 0; }
  #ddCartClose { background: none; border: none; font-size: 1.8rem; line-height: 1; color: var(--dark); cursor: pointer; }
  .dd-cart-items { padding: 1rem 1.4rem; }
  .dd-cart-item { display: flex; gap: 0.8rem; padding: 0.8rem 0; border-bottom: 1px solid rgba(201,168,76,0.15); }
  .dd-cart-item img { width: 64px; height: 64px; object-fit: cover; border-radius: 4px; background: var(--gold-pale); }
  .dd-cart-item-info { flex: 1; }
  .dd-cart-item-name { font-family: 'Montserrat', sans-serif; font-size: 0.78rem; color: var(--dark); margin: 0 0 0.2rem; line-height: 1.3; }
  .dd-cart-item-price { font-size: 0.72rem; color: var(--text-muted); margin: 0 0 0.4rem; }
  .dd-cart-ref { font-weight: 600; }
  .dd-cart-qty { display: flex; align-items: center; gap: 0.5rem; }
  .dd-cart-qty button {
    width: 22px; height: 22px; border: 1px solid var(--gold); background: transparent;
    color: var(--gold-dark); cursor: pointer; border-radius: 2px; font-size: 0.85rem; line-height: 1;
  }
  .dd-cart-qty span { font-size: 0.78rem; min-width: 16px; text-align: center; }
  .dd-cart-remove { border: none !important; text-decoration: underline; margin-left: auto; font-size: 0.68rem !important; width: auto !important; height: auto !important; color: var(--text-muted); }
  .dd-cart-footer { padding: 1rem 1.4rem 1.4rem; padding-bottom: max(1.4rem, env(safe-area-inset-bottom)); border-top: 1px solid rgba(201,168,76,0.2); }
  .dd-cart-total { display: flex; justify-content: space-between; font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; color: var(--dark); margin-bottom: 0.3rem; }
  .dd-cart-shipping { font-size: 0.72rem; color: #2E8E69; font-weight: 600; margin: 0 0 0.9rem; }
  .dd-cart-empty-msg { text-align: center; color: var(--text-muted); font-size: 0.8rem; padding: 1rem 0; }
  .dd-cart-success { text-align: center; color: #2E8E69; font-size: 0.9rem; padding: 2rem 0; line-height: 1.6; }

  .dd-cart-toast {
    position: fixed; bottom: 160px; right: 24px; z-index: 1300;
    background: var(--dark); color: var(--gold-light); font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem; padding: 0.8rem 1.2rem; border-radius: 4px; max-width: 260px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.3); opacity: 0; transform: translateY(10px);
    transition: opacity 0.3s, transform 0.3s;
  }
  .dd-cart-toast.show { opacity: 1; transform: translateY(0); }

  @media (max-width: 640px) {
    #ddCartFab { bottom: 84px; right: 16px; width: 48px; height: 48px; font-size: 1.2rem; }
  }