/* ═══════════════════════════════════════
   SUNSET CASES — STYLE v2
   Paleta inspirada en el logo: terracota + crema
═══════════════════════════════════════ */

:root {
  --terracotta:        #C77E47;
  --terracotta-deep:   #A35C2A;
  --terracotta-soft:   #D99668;
  --cream:             #F4E2C2;
  --cream-soft:        #FBF4E3;
  --cream-deep:        #E8D2A6;
  --rose:              #E89A7C;
  --plum:              #6B3A2E;
  --ink:               #2A1810;
  --ink-soft:          #5A463A;
  --line:              rgba(42, 24, 16, 0.10);
  --shadow-sm:         0 4px 14px rgba(107, 58, 46, 0.08);
  --shadow-md:         0 12px 32px rgba(199, 126, 71, 0.18);
  --shadow-lg:         0 24px 60px rgba(107, 58, 46, 0.22);
  --radius:            22px;
  --radius-sm:         14px;
  --radius-lg:         32px;
  --grad-sunset:       linear-gradient(135deg, #C77E47 0%, #E89A7C 50%, #D45D5D 100%);
  --grad-warm:         linear-gradient(180deg, #FBF4E3 0%, #F4E2C2 100%);
}

/* ═══ Reset ═══ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  line-height: 1.6;
  background: var(--cream-soft);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

h1, h2, h3, h4 {
  font-family: 'Fraunces', 'Georgia', serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--ink);
}
h1 em, h2 em { font-style: italic; font-weight: 500; color: var(--terracotta-deep); }

.container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 24px; }

/* ═══════════════════════════════════════
   BRAND
═══════════════════════════════════════ */
.brand {
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--terracotta);
}
.sun-icon { width: 38px; height: 38px; flex-shrink: 0; transition: transform .6s; }
.brand:hover .sun-icon { transform: rotate(45deg); }
.brand-word { display: inline-flex; flex-direction: column; line-height: 0.85; }
.brand-sunset { font-family: 'Pacifico', cursive; font-size: 26px; color: var(--terracotta); letter-spacing: -0.01em; }
.brand-cases { font-family: 'Pacifico', cursive; font-size: 13px; color: var(--terracotta-deep); margin-left: 32px; margin-top: -2px; }

/* ═══════════════════════════════════════
   NAV
═══════════════════════════════════════ */
.nav-wrap {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251, 244, 227, 0.85);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--ink-soft); transition: color .2s; position: relative; }
.nav-links a::after { content:''; position: absolute; left: 0; bottom: -4px; width: 0; height: 2px; background: var(--terracotta); transition: width .25s; }
.nav-links a:hover { color: var(--terracotta-deep); }
.nav-links a:hover::after { width: 100%; }

.nav-actions { display: flex; gap: 10px; align-items: center; }
.lang-toggle {
  border: 1px solid var(--line); border-radius: 999px;
  padding: 7px 13px; font-size: 12px; font-weight: 700; letter-spacing: 0.05em;
  color: var(--ink); background: transparent; transition: all .2s;
}
.lang-toggle:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.cart-btn {
  position: relative; background: var(--ink); color: var(--cream);
  padding: 9px 14px; border-radius: 999px;
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 600; transition: transform .2s, background .2s;
}
.cart-btn:hover { transform: translateY(-2px); background: var(--terracotta-deep); }
.cart-count {
  background: var(--terracotta); min-width: 22px; height: 22px; border-radius: 999px;
  font-size: 11px; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center; padding: 0 6px;
}

/* ═══════════════════════════════════════
   HERO (editorial con stack de phones)
═══════════════════════════════════════ */
.hero {
  position: relative; overflow: hidden;
  padding: 90px 0 110px;
  background: var(--grad-warm);
  isolation: isolate;
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; z-index: -1; }
.sun-blob {
  position: absolute; top: -20%; right: -15%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(232,154,124,0.45) 0%, rgba(199,126,71,0.25) 40%, transparent 70%);
  border-radius: 50%; animation: float 14s ease-in-out infinite;
}
.sun-rays {
  position: absolute; bottom: -30%; left: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(212,93,93,0.25) 0%, transparent 60%);
  border-radius: 50%; animation: float 18s ease-in-out infinite reverse;
}
@keyframes float { 0%,100% { transform: translateY(0) translateX(0); } 50% { transform: translateY(-30px) translateX(20px); } }

.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center; }
.hero-tag {
  display: inline-block; padding: 7px 16px; border-radius: 999px;
  background: #fff; border: 1px solid var(--cream-deep);
  color: var(--terracotta-deep); font-size: 13px; font-weight: 600;
  margin-bottom: 24px; box-shadow: var(--shadow-sm);
}
.hero-title { font-size: clamp(42px, 6.8vw, 80px); margin-bottom: 22px; }
.hero-title em {
  display: block; font-family: 'Pacifico', cursive; font-style: normal; font-weight: 400;
  color: var(--terracotta); font-size: 0.82em; margin-top: 6px;
}
.hero-sub { font-size: 18px; color: var(--ink-soft); margin-bottom: 32px; max-width: 480px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 15px 28px; border-radius: 999px;
  font-size: 15px; font-weight: 700;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.btn-primary { background: var(--ink); color: var(--cream); box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--terracotta-deep); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--cream); }

.hero-stats { display: flex; gap: 36px; padding-top: 24px; border-top: 1px solid var(--line); max-width: 460px; }
.hero-stats div { display: flex; flex-direction: column; }
.hero-stats strong { font-family: 'Fraunces', serif; font-weight: 900; font-size: 28px; color: var(--terracotta-deep); }
.hero-stats span { font-size: 13px; color: var(--ink-soft); }

/* Hero visual — stack de 3 cases */
.hero-visual { position: relative; aspect-ratio: 1/1.05; display: flex; align-items: center; justify-content: center; }
.hero-stack { position: relative; width: 100%; height: 100%; }
.hero-phone {
  position: absolute;
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(107, 58, 46, 0.28);
  transition: transform .5s cubic-bezier(.5,0,.2,1);
  object-fit: cover;
}
.hero-phone.main {
  width: 60%; aspect-ratio: 8/10;
  top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-6deg);
  z-index: 3;
}
.hero-phone.main:hover { transform: translate(-50%, -50%) rotate(0deg) scale(1.04); }
.hero-phone.back-left {
  width: 44%; aspect-ratio: 8/10;
  top: 8%; left: 0%;
  transform: rotate(-18deg);
  z-index: 1; opacity: 0.92;
}
.hero-phone.back-right {
  width: 44%; aspect-ratio: 8/10;
  bottom: 4%; right: 0%;
  transform: rotate(12deg);
  z-index: 2; opacity: 0.95;
}
.hero-sticker {
  position: absolute;
  font-size: 38px;
  z-index: 4;
  animation: wobble 5s ease-in-out infinite;
}
.hero-sticker-1 { top: 6%; right: 14%; }
.hero-sticker-2 { bottom: 16%; left: 8%; animation-delay: 1s; }
@keyframes wobble { 0%,100% { transform: rotate(-10deg) scale(1); } 50% { transform: rotate(10deg) scale(1.12); } }

/* ═══════════════════════════════════════
   TRUST BAR — marquee
═══════════════════════════════════════ */
.trust-bar {
  background: var(--ink); color: var(--cream);
  overflow: hidden; padding: 16px 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.trust-marquee { overflow: hidden; white-space: nowrap; }
.trust-track {
  display: inline-flex; gap: 48px; align-items: center;
  animation: marquee 40s linear infinite;
  font-size: 14px; font-weight: 600; letter-spacing: 0.03em;
}
.trust-track > span { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; }
.trust-track > span > span:first-child { color: var(--terracotta); font-size: 14px; }
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ═══════════════════════════════════════
   SECTIONS
═══════════════════════════════════════ */
.section { padding: 90px 0; }
.section-tight { padding: 30px 0 90px; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.eyebrow {
  display: inline-block;
  text-transform: uppercase; letter-spacing: 0.18em;
  font-size: 12px; font-weight: 700;
  color: var(--terracotta); margin-bottom: 14px;
}
.eyebrow-light { color: var(--cream); opacity: 0.8; }
.section-head h2 { font-size: clamp(32px, 4.5vw, 52px); margin-bottom: 14px; }
.section-head p { color: var(--ink-soft); font-size: 17px; }

/* ═══════════════════════════════════════
   BENTO COLECCIÓN
═══════════════════════════════════════ */
.bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 260px;
  gap: 16px;
}
.bento-item {
  position: relative; overflow: hidden;
  border-radius: var(--radius);
  background: var(--cream);
  cursor: pointer;
  transition: transform .35s cubic-bezier(.5,0,.2,1), box-shadow .35s;
}
.bento-item:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.bento-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s cubic-bezier(.5,0,.2,1);
}
.bento-item:hover img { transform: scale(1.06); }
.bento-big { grid-column: span 2; grid-row: span 2; }
.bento-wide { grid-column: span 2; }

.bento-info {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 22px 24px;
  background: linear-gradient(to top, rgba(42,24,16,0.85), rgba(42,24,16,0) 100%);
  color: var(--cream);
}
.bento-tag {
  display: inline-block;
  background: rgba(244, 226, 194, 0.22);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(244, 226, 194, 0.25);
  padding: 4px 10px; border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; margin-bottom: 10px;
}
.bento-info h3 {
  color: var(--cream);
  font-size: 22px;
  margin: 0;
}
.bento-big .bento-info h3 { font-size: 30px; }
.bento-cta {
  display: inline-block; margin-top: 10px;
  font-size: 13px; font-weight: 700;
  color: var(--cream); opacity: 0.9;
}

/* ═══════════════════════════════════════
   SHOWCASE HORIZONTAL
═══════════════════════════════════════ */
.showcase { padding: 40px 0 90px; }
.showcase-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 28px;
}
.showcase-head h2 { font-size: clamp(30px, 4vw, 44px); }
.showcase-nav { display: flex; gap: 10px; }
.scroll-btn {
  width: 46px; height: 46px; border-radius: 50%;
  background: #fff; border: 1px solid var(--cream-deep);
  font-size: 18px; color: var(--ink);
  transition: all .2s;
}
.scroll-btn:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }

.showcase-scroll {
  display: flex; gap: 18px;
  overflow-x: auto;
  padding: 8px 24px 20px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.showcase-scroll::-webkit-scrollbar { display: none; }
.showcase-card {
  flex: 0 0 280px;
  scroll-snap-align: start;
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .3s, box-shadow .3s;
  text-align: left;
}
.showcase-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.showcase-card img { width: 100%; aspect-ratio: 1/1.15; object-fit: cover; }
.showcase-card-body { padding: 16px 20px 20px; }
.showcase-card h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px; font-weight: 700; margin-bottom: 4px;
}
.showcase-card-price {
  font-family: 'Fraunces', serif;
  font-size: 18px; font-weight: 900;
  color: var(--terracotta-deep);
}

/* ═══════════════════════════════════════
   FILTERS + PRODUCTS
═══════════════════════════════════════ */
.filters { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
.filter {
  padding: 10px 20px; border-radius: 999px;
  border: 1.5px solid var(--cream-deep); background: #fff;
  font-size: 14px; font-weight: 600; color: var(--ink-soft);
  transition: all .2s;
}
.filter.active, .filter:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.product {
  background: #fff; border-radius: var(--radius);
  border: 1px solid var(--line); overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}
.product:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.product-image {
  aspect-ratio: 1/1; position: relative; overflow: hidden;
  background: var(--cream-soft);
}
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.product:hover .product-image img { transform: scale(1.05); }
.product-badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--terracotta); color: var(--cream);
  padding: 5px 12px; border-radius: 999px;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  z-index: 2;
}
.product-info { padding: 18px 20px 22px; }
.product-info .cat-tag { font-size: 11px; font-weight: 700; color: var(--terracotta); text-transform: uppercase; letter-spacing: 0.1em; }
.product-info h3 { font-family: 'DM Sans', sans-serif; font-size: 17px; font-weight: 600; margin: 6px 0 12px; }
.product-bottom { display: flex; justify-content: space-between; align-items: center; }
.price { font-family: 'Fraunces', serif; font-size: 22px; font-weight: 900; color: var(--ink); }
.price-old { font-size: 14px; color: var(--ink-soft); text-decoration: line-through; margin-right: 6px; font-weight: 500; }
.add-btn {
  background: var(--ink); color: var(--cream);
  width: 38px; height: 38px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 20px; font-weight: 700;
  transition: background .25s, transform .25s;
}
.add-btn:hover { background: var(--terracotta); transform: rotate(90deg) scale(1.08); }

/* ═══════════════════════════════════════
   EDITORIAL SPLIT
═══════════════════════════════════════ */
.split {
  background: var(--cream);
  padding: 90px 0;
  position: relative; overflow: hidden;
}
.split::before {
  content: ''; position: absolute;
  top: -20%; right: -10%;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(199,126,71,0.25), transparent 70%);
  border-radius: 50%;
}
.split-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split-visual {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  transform: rotate(-2deg);
  transition: transform .5s cubic-bezier(.5,0,.2,1);
}
.split-visual:hover { transform: rotate(0deg); }
.split-visual img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.split-badge {
  position: absolute; top: 20px; right: 20px;
  background: #fff; color: var(--ink);
  padding: 10px 16px; border-radius: 999px;
  font-size: 13px; font-weight: 700;
  display: inline-flex; align-items: center; gap: 8px;
  box-shadow: var(--shadow-sm);
}
.split-badge-star { color: var(--terracotta); font-size: 14px; }
.split-copy .eyebrow { margin-bottom: 14px; }
.split-copy h2 { font-size: clamp(32px, 4.5vw, 52px); margin-bottom: 18px; }
.split-copy > p { color: var(--ink-soft); font-size: 17px; margin-bottom: 24px; max-width: 480px; }
.split-list { margin-bottom: 32px; }
.split-list li {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 10px 0;
  font-size: 15px; color: var(--ink);
  border-bottom: 1px solid rgba(42,24,16,0.08);
}
.split-list li:last-child { border-bottom: none; }
.split-list li > span:first-child { color: var(--terracotta); font-size: 14px; margin-top: 2px; }

/* ═══════════════════════════════════════
   VALUE / WHY US
═══════════════════════════════════════ */
.value-card {
  position: relative; overflow: hidden;
  background: var(--ink); color: var(--cream);
  border-radius: 32px;
  padding: 70px 50px;
}
.value-bg-sun {
  position: absolute; top: -30%; right: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(199,126,71,0.4) 0%, transparent 60%);
  border-radius: 50%;
}
.value-inner { position: relative; text-align: center; max-width: 880px; margin: 0 auto; }
.value-inner h2 { color: var(--cream); font-size: clamp(30px, 4.5vw, 46px); margin-bottom: 14px; }
.value-inner > p { color: rgba(244, 226, 194, 0.7); margin-bottom: 50px; font-size: 17px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value-item {
  background: rgba(244, 226, 194, 0.06);
  border: 1px solid rgba(244, 226, 194, 0.12);
  border-radius: 18px; padding: 28px 24px; text-align: center;
  transition: background .3s, transform .3s;
}
.value-item:hover { background: rgba(244, 226, 194, 0.10); transform: translateY(-4px); }
.value-icon {
  width: 56px; height: 56px; border-radius: 16px;
  background: var(--grad-sunset);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 26px; margin-bottom: 18px;
}
.value-item h3 { color: var(--cream); font-size: 19px; margin-bottom: 8px; }
.value-item p { color: rgba(244,226,194,0.65); font-size: 14px; }

/* ═══════════════════════════════════════
   MASONRY GALLERY
═══════════════════════════════════════ */
.masonry {
  columns: 4;
  column-gap: 16px;
}
.masonry-item {
  display: block;
  break-inside: avoid;
  margin-bottom: 16px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  position: relative;
  cursor: pointer;
  transition: transform .3s, box-shadow .3s;
}
.masonry-item:hover { transform: scale(1.03); box-shadow: var(--shadow-md); }
.masonry-item img { width: 100%; display: block; transition: transform .5s; }
.masonry-item::after {
  content: '❤';
  position: absolute; top: 10px; right: 12px;
  color: #fff;
  font-size: 18px;
  opacity: 0;
  transition: opacity .25s;
  text-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.masonry-item:hover::after { opacity: 1; }

/* ═══════════════════════════════════════
   FOOTER
═══════════════════════════════════════ */
.footer { background: var(--cream); padding: 70px 0 30px; margin-top: 30px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 50px; }
.footer-brand .brand { margin-bottom: 16px; }
.footer-brand p { font-size: 14px; color: var(--ink-soft); max-width: 320px; }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a {
  width: 38px; height: 38px; border-radius: 50%;
  background: #fff; border: 1px solid var(--cream-deep);
  display: inline-flex; align-items: center; justify-content: center;
  transition: all .2s;
}
.socials a:hover { background: var(--ink); border-color: var(--ink); transform: translateY(-3px); }
.footer-grid h4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase; letter-spacing: 0.08em;
}
.footer-grid li { margin-bottom: 10px; }
.footer-grid a { font-size: 14px; color: var(--ink-soft); transition: color .2s; }
.footer-grid a:hover { color: var(--terracotta-deep); }
.footer-bottom {
  border-top: 1px solid var(--cream-deep);
  padding-top: 22px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px; color: var(--ink-soft);
}

/* ═══════════════════════════════════════
   CART DRAWER
═══════════════════════════════════════ */
.overlay {
  position: fixed; inset: 0;
  background: rgba(42, 24, 16, 0.55); z-index: 200;
  opacity: 0; pointer-events: none; transition: opacity .3s;
}
.overlay.open { opacity: 1; pointer-events: auto; }
.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: 100%; max-width: 440px;
  background: var(--cream-soft); z-index: 201;
  transform: translateX(100%);
  transition: transform .4s cubic-bezier(.5,0,.2,1);
  display: flex; flex-direction: column;
  box-shadow: -20px 0 60px rgba(0,0,0,0.2);
}
.cart-drawer.open { transform: translateX(0); }
.cart-header {
  padding: 24px 26px;
  display: flex; justify-content: space-between; align-items: center;
  background: var(--cream); border-bottom: 1px solid var(--cream-deep);
}
.cart-header h3 { font-size: 24px; }
.cart-close {
  font-size: 20px; line-height: 1; color: var(--ink);
  width: 36px; height: 36px; border-radius: 50%;
  background: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.cart-close:hover { background: var(--ink); color: var(--cream); }
.cart-body { flex: 1; overflow-y: auto; padding: 16px 26px; }
.cart-empty { text-align: center; padding: 80px 20px; color: var(--ink-soft); }
.cart-empty .big { font-size: 64px; margin-bottom: 14px; }
.cart-empty h4 { font-family: 'Fraunces', serif; font-size: 22px; margin-bottom: 6px; color: var(--ink); }
.cart-item {
  display: flex; gap: 14px; padding: 16px 0;
  border-bottom: 1px solid var(--cream-deep);
}
.cart-item:last-child { border-bottom: none; }
.cart-item-img {
  width: 72px; height: 72px; border-radius: 14px;
  background: var(--cream); overflow: hidden; flex-shrink: 0;
}
.cart-item-img img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-info h4 { font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 600; margin-bottom: 4px; }
.cart-item-info .price { font-size: 15px; }
.qty-control {
  display: inline-flex; align-items: center;
  border: 1px solid var(--cream-deep); background: #fff;
  border-radius: 999px; margin-top: 8px;
}
.qty-control button {
  width: 30px; height: 30px; color: var(--ink); font-size: 18px;
  display: inline-flex; align-items: center; justify-content: center;
}
.qty-control span { padding: 0 12px; font-weight: 700; font-size: 14px; }
.remove-btn { color: var(--terracotta-deep); font-size: 13px; font-weight: 600; margin-top: 8px; display: inline-block; cursor: pointer; }
.remove-btn:hover { text-decoration: underline; }
.cart-footer { border-top: 1px solid var(--cream-deep); padding: 24px 26px; background: var(--cream); }
.totals { margin-bottom: 18px; }
.totals-row { display: flex; justify-content: space-between; font-size: 14px; color: var(--ink-soft); margin-bottom: 6px; }
.totals-row.total {
  font-family: 'Fraunces', serif; font-size: 22px; color: var(--ink); font-weight: 900;
  margin-top: 10px; padding-top: 14px; border-top: 1px solid var(--cream-deep);
}
.checkout-buttons { display: flex; flex-direction: column; gap: 8px; }
.pay-btn {
  width: 100%; padding: 14px; border-radius: 14px;
  font-size: 15px; font-weight: 600;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  transition: opacity .2s, transform .2s;
}
.pay-btn:hover { transform: translateY(-2px); }
.pay-apple { background: #000; color: #fff; }
.pay-google { background: #fff; color: #000; border: 1.5px solid var(--ink); }
.pay-card { background: var(--grad-sunset); color: #fff; box-shadow: var(--shadow-md); }
.pay-note { font-size: 11px; color: var(--ink-soft); text-align: center; margin-top: 12px; }

/* ═══════════════════════════════════════
   TOAST
═══════════════════════════════════════ */
.toast {
  position: fixed; bottom: 24px; left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: var(--ink); color: var(--cream);
  padding: 13px 22px; border-radius: 999px;
  font-size: 14px; font-weight: 600;
  box-shadow: var(--shadow-lg);
  z-index: 300; opacity: 0;
  transition: all .35s cubic-bezier(.5,0,.2,1);
}
.toast.show { transform: translateX(-50%) translateY(0); opacity: 1; }

/* ═══════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════ */
@media (max-width: 1020px) {
  .bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
  .bento-big { grid-column: span 2; grid-row: span 2; }
  .bento-wide { grid-column: span 2; }
  .masonry { columns: 3; }
}
@media (max-width: 980px) {
  .hero { padding: 70px 0 90px; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-visual { max-width: 420px; margin: 0 auto; aspect-ratio: 1/1; }
  .nav-links { display: none; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .value-grid { grid-template-columns: 1fr; gap: 16px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .value-card { padding: 50px 28px; }
  .split-grid { grid-template-columns: 1fr; gap: 40px; }
  .split { padding: 70px 0; }
}
@media (max-width: 700px) {
  .bento { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .bento-big, .bento-wide { grid-column: span 1; grid-row: span 1; }
  .masonry { columns: 2; }
}
@media (max-width: 600px) {
  .section { padding: 60px 0; }
  .section-head { margin-bottom: 36px; }
  .hero { padding: 50px 0 70px; }
  .hero-stats { gap: 20px; }
  .hero-stats strong { font-size: 24px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .product-info { padding: 14px 16px 18px; }
  .product-info h3 { font-size: 15px; }
  .price { font-size: 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .brand-sunset { font-size: 22px; }
  .brand-cases { font-size: 12px; margin-left: 26px; }
  .sun-icon { width: 32px; height: 32px; }
  .nav { padding: 12px 16px; }
  .lang-toggle { padding: 6px 10px; font-size: 11px; }
  .cart-btn span:not(.cart-count) { display: none; }
  .showcase-card { flex: 0 0 220px; }
  .showcase-head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .split-visual { transform: rotate(0deg); }
}
