@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300&family=Noto+Serif+SC:wght@300;400;600;700&display=swap');

/* ─── 消除 Elementor 容器/Widget 间距 ─── */
.elementor-widget-tutu_home_header,
.elementor-widget-tutu_home_hero,
.elementor-widget-tutu_home_products,
.elementor-widget-tutu_home_craft,
.elementor-widget-tutu_home_authors,
.elementor-widget-tutu_home_materials,
.elementor-widget-tutu_home_custom_order,
.elementor-widget-tutu_home_testimonials,
.elementor-widget-tutu_home_instagram,
.elementor-widget-tutu_home_newsletter,
.elementor-widget-tutu_home_care {
  margin: 0 !important;
  padding: 0 !important;
}
.elementor-element > .elementor-widget-wrap > [class*="elementor-widget-tutu_home"] {
  margin-bottom: 0 !important;
}
.e-con:has(> [class*="elementor-widget-tutu_home"]),
.elementor-container:has(> .elementor-column > .elementor-widget-wrap > [class*="elementor-widget-tutu_home"]) {
  gap: 0 !important;
  --container-widget-gap: 0px !important;
}
.e-con > [class*="elementor-widget-tutu_home"] {
  --container-widget-gap: 0px !important;
  margin: 0 !important;
}

.tutu-home {
  --cream: #F5F0E8;
  --warm-white: #FAF7F2;
  --terracotta: #C9614A;
  --terracotta-light: #D4785F;
  --rust: #A84832;
  --brown: #8B5E3C;
  --dark: #1C1C1C;
  --muted: #6B6157;
  --card-bg: #FFFFFF;
  --border: #E8E0D5;
  --tag-bg: #EDE8E0;
  font-family: 'Cormorant Garamond', 'Noto Serif SC', serif;
  color: var(--dark);
  font-size: 16px;
  box-sizing: border-box;
}

.tutu-home *, .tutu-home *::before, .tutu-home *::after {
  box-sizing: border-box;
}

/* ─── HERO ─── */
.tutu-home .hero {
  position: relative; height: 560px; overflow: hidden;
  background: linear-gradient(135deg, #3D2B1F 0%, #6B3A2A 40%, #8B4A35 70%, #C97550 100%);
}
.tutu-home .hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0.55;
}
.tutu-home .hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(30,15,8,0.75) 45%, rgba(30,15,8,0.1) 100%);
}
.tutu-home .hero-content {
  position: relative; z-index: 2;
  padding: 80px 56px;
  max-width: 620px;
}
.tutu-home .hero-tag {
  font-size: 13px; letter-spacing: 2px; color: rgba(255,255,255,0.7);
  margin-bottom: 24px; text-transform: uppercase;
}
.tutu-home .hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 52px; line-height: 1.1; color: white; font-weight: 700;
  margin-bottom: 28px;
}
.tutu-home .hero-subtitle {
  font-size: 16px; color: rgba(255,255,255,0.8); line-height: 1.7;
  margin-bottom: 40px; max-width: 420px;
}
.tutu-home .hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.tutu-home .btn-primary {
  background: var(--terracotta); color: white;
  padding: 14px 32px; border-radius: 30px; border: none;
  font-family: inherit; font-size: 15px; cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  text-decoration: none; display: inline-block;
}
.tutu-home .btn-primary:hover { background: var(--rust); transform: translateY(-1px); }
.tutu-home .btn-outline {
  background: transparent; color: white;
  padding: 14px 32px; border-radius: 30px;
  border: 1.5px solid rgba(255,255,255,0.7);
  font-family: inherit; font-size: 15px; cursor: pointer;
  transition: all 0.2s;
  text-decoration: none; display: inline-block;
}
.tutu-home .btn-outline:hover { border-color: white; background: rgba(255,255,255,0.15); }

/* ─── FILTER BAR ─── */
.tutu-home .filter-bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 40px;
  border-bottom: 1px solid var(--border);
  background: var(--warm-white);
  flex-wrap: wrap; gap: 16px;
}
.tutu-home .filter-left { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.tutu-home .filter-icon { font-size: 13px; color: var(--muted); display: flex; align-items: center; gap: 6px; }
.tutu-home .filter-tags { display: flex; gap: 10px; flex-wrap: wrap; }
.tutu-home .filter-tag {
  padding: 8px 20px; border-radius: 30px; font-size: 14px;
  cursor: pointer; transition: all 0.2s; border: none;
  background: transparent; color: var(--muted); font-family: inherit;
}
.tutu-home .filter-tag.active { background: var(--terracotta); color: white; }
.tutu-home .filter-tag:hover:not(.active) { background: var(--tag-bg); }
.tutu-home .filter-right {
  display: flex; align-items: center; gap: 12px;
  font-size: 13px; color: var(--muted);
  flex-shrink: 0; white-space: nowrap;
}
.tutu-home .sort-select {
  border: 1px solid var(--border); background: white; font-family: inherit;
  font-size: 13px; color: var(--dark); cursor: pointer;
  padding: 8px 32px 8px 14px; border-radius: 8px;
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236B6157' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center;
  min-width: 160px;
}

/* ─── LOADING SPINNER ─── */
.tutu-home .tutu-spinner {
  display: none; justify-content: center; align-items: center;
  padding: 80px 0;
}
.tutu-home .tutu-spinner.active { display: flex; }
.tutu-home .tutu-spinner-ring {
  width: 36px; height: 36px; border-radius: 50%;
  border: 3px solid var(--border);
  border-top-color: var(--terracotta);
  animation: tutuSpin 0.8s linear infinite;
}
@keyframes tutuSpin { to { transform: rotate(360deg); } }

/* ─── MASONRY GRID ─── */
.tutu-home .masonry-section { padding: 32px 40px; background: var(--warm-white); position: relative; }
.tutu-home .masonry {
  columns: 3; column-gap: 20px;
  opacity: 1; transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.tutu-home .masonry.tutu-fade-out {
  opacity: 0; transform: translateY(10px);
}
.tutu-home .masonry.wc-grid {
  columns: unset;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  grid-auto-flow: dense;
}
.tutu-home .masonry.wc-grid .masonry-item { margin-bottom: 0; }
.tutu-home .masonry.wc-grid .story-card,
.tutu-home .masonry.wc-grid .quote-card,
.tutu-home .masonry.wc-grid .process-card,
.tutu-home .masonry.wc-grid .sustainability-card { grid-column: 1 / -1; margin-bottom: 0; }
.tutu-home .masonry-item {
  break-inside: avoid; margin-bottom: 20px;
  border-radius: 16px; overflow: hidden;
  position: relative; cursor: pointer;
  background: white;
}
.tutu-home .masonry-item img {
  width: 100%; display: block;
  transition: transform 0.4s ease;
}
.tutu-home .masonry-item:hover img { transform: scale(1.03); }
.tutu-home .masonry-item .overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 100%);
  padding: 40px 16px 16px;
  opacity: 0; transition: opacity 0.3s;
}
.tutu-home .masonry-item:hover .overlay { opacity: 1; }
.tutu-home .vista-rapida {
  background: white; color: var(--dark);
  border: none; padding: 8px 18px; border-radius: 20px;
  font-size: 12px; font-family: inherit; cursor: pointer;
  font-weight: 600;
}
.tutu-home .product-info { padding: 14px 16px 16px; }
.tutu-home .product-name { font-size: 13px; color: var(--muted); margin-bottom: 4px; }
.tutu-home .product-price { font-size: 16px; font-weight: 600; color: var(--dark); }
.tutu-home .color-dots { display: flex; gap: 6px; margin-top: 8px; }
.tutu-home .color-dot {
  width: 14px; height: 14px; border-radius: 50%;
  border: 1.5px solid rgba(0,0,0,0.15);
}

/* Story cards inside masonry */
.tutu-home .story-card {
  background: var(--terracotta); color: white;
  padding: 32px 28px; border-radius: 16px;
  margin-bottom: 20px; break-inside: avoid;
}
.tutu-home .story-card h3 { font-family: 'Playfair Display', serif; font-size: 22px; line-height: 1.4; margin-bottom: 12px; }
.tutu-home .story-card p { font-size: 14px; line-height: 1.6; opacity: 0.9; margin-bottom: 18px; }
.tutu-home .story-card .learn-btn {
  display: inline-block; background: white; color: var(--terracotta);
  padding: 8px 20px; border-radius: 20px; font-size: 13px;
  font-family: inherit; border: none; cursor: pointer; font-weight: 600;
}

.tutu-home .quote-card {
  background: var(--cream); padding: 32px 28px;
  border-radius: 16px; margin-bottom: 20px; break-inside: avoid;
}
.tutu-home .quote-card blockquote {
  font-family: 'Playfair Display', serif; font-size: 20px;
  line-height: 1.5; font-style: italic; color: var(--dark);
  margin-bottom: 16px;
}
.tutu-home .quote-attr { font-size: 13px; color: var(--muted); }

.tutu-home .process-card {
  background: #2C2417; color: white;
  padding: 32px 28px; border-radius: 16px;
  margin-bottom: 20px; break-inside: avoid;
  position: relative; overflow: hidden;
}
.tutu-home .process-card h3 { font-family: 'Playfair Display', serif; font-size: 24px; margin-bottom: 12px; }
.tutu-home .process-card p { font-size: 14px; line-height: 1.6; opacity: 0.75; }

.tutu-home .sustainability-card {
  background: white; border-radius: 16px; padding: 24px 20px;
  margin-bottom: 20px; break-inside: avoid;
  border: 1px solid var(--border);
}
.tutu-home .sustainability-card .badge-tag {
  background: var(--terracotta); color: white;
  display: inline-block; padding: 3px 12px; border-radius: 10px;
  font-size: 11px; margin-bottom: 14px;
}
.tutu-home .sustainability-card h4 {
  font-family: 'Playfair Display', serif; font-size: 18px; margin-bottom: 10px;
}
.tutu-home .sustainability-card p {
  font-size: 13px; color: var(--muted); line-height: 1.6;
}
.tutu-home .sustainability-card .learn-more-link {
  margin-top: 14px; background: none; border: none;
  color: var(--terracotta); font-size: 13px; cursor: pointer;
  font-family: inherit; padding: 0;
}

/* ─── CRAFT SECTION ─── */
.tutu-home .craft-section {
  padding: 80px 40px; background: var(--cream);
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.tutu-home .craft-left .section-label {
  font-size: 12px; letter-spacing: 2px; color: var(--terracotta);
  text-transform: uppercase; margin-bottom: 20px;
}
.tutu-home .craft-left h2 {
  font-family: 'Playfair Display', serif; font-size: 40px;
  line-height: 1.2; margin-bottom: 24px;
}
.tutu-home .craft-left p { font-size: 16px; line-height: 1.8; color: var(--muted); margin-bottom: 16px; }
.tutu-home .craft-stats { display: flex; gap: 40px; margin-top: 32px; }
.tutu-home .stat-item .stat-num {
  font-family: 'Playfair Display', serif; font-size: 32px;
  color: var(--terracotta); font-weight: 700;
}
.tutu-home .stat-item .stat-label { font-size: 13px; color: var(--muted); margin-top: 4px; }
.tutu-home .craft-right {
  display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto;
  gap: 12px;
}
.tutu-home .craft-right img {
  width: 100%; border-radius: 12px; object-fit: cover;
}
.tutu-home .craft-right img:first-child { grid-row: span 2; height: 100%; }

/* ─── AUTHORS SECTION ─── */
.tutu-home .authors-section { padding: 80px 40px; background: var(--warm-white); }
.tutu-home .section-header { text-align: center; margin-bottom: 48px; }
.tutu-home .section-header .section-label {
  font-size: 12px; letter-spacing: 2px; color: var(--terracotta);
  text-transform: uppercase; margin-bottom: 12px;
}
.tutu-home .section-header h2 {
  font-family: 'Playfair Display', serif; font-size: 42px; margin-bottom: 14px;
}
.tutu-home .section-header p { font-size: 16px; color: var(--muted); max-width: 500px; margin: 0 auto; }

.tutu-home .authors-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tutu-home .author-card {
  background: white; border-radius: 20px; overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06); transition: transform 0.3s;
}
.tutu-home .author-card:hover { transform: translateY(-4px); }
.tutu-home .author-card-img { position: relative; height: 260px; overflow: hidden; }
.tutu-home .author-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.tutu-home .author-card:hover .author-card-img img { transform: scale(1.05); }
.tutu-home .collab-badge {
  position: absolute; top: 14px; left: 14px;
  background: white; color: var(--terracotta);
  padding: 5px 12px; border-radius: 20px; font-size: 12px; font-weight: 600;
  display: flex; align-items: center; gap: 5px;
}
.tutu-home .collab-dot { width: 8px; height: 8px; background: var(--terracotta); border-radius: 50%; }
.tutu-home .author-card-body { padding: 20px 24px 24px; }
.tutu-home .author-by { font-size: 12px; color: var(--muted); margin-bottom: 6px; }
.tutu-home .author-card-body h3 { font-family: 'Playfair Display', serif; font-size: 22px; margin-bottom: 10px; }
.tutu-home .author-card-body p { font-size: 14px; color: var(--muted); line-height: 1.6; margin-bottom: 16px; }
.tutu-home .author-footer { display: flex; align-items: center; justify-content: space-between; }
.tutu-home .author-price { font-size: 18px; font-weight: 600; }
.tutu-home .btn-detail {
  background: var(--terracotta); color: white;
  padding: 9px 20px; border-radius: 20px; border: none;
  font-family: inherit; font-size: 13px; cursor: pointer;
  transition: background 0.2s; text-decoration: none; display: inline-block;
}
.tutu-home .btn-detail:hover { background: var(--rust); }

/* ─── MATERIALS SECTION ─── */
.tutu-home .materials-section {
  display: grid; grid-template-columns: 1fr 1fr;
  background: #1C1410;
}
.tutu-home .materials-img { overflow: hidden; }
.tutu-home .materials-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tutu-home .materials-content { padding: 80px 60px; color: white; }
.tutu-home .materials-content .section-label {
  font-size: 12px; letter-spacing: 2px; color: var(--terracotta);
  text-transform: uppercase; margin-bottom: 20px;
}
.tutu-home .materials-content h2 {
  font-family: 'Playfair Display', serif; font-size: 40px;
  line-height: 1.2; margin-bottom: 24px;
}
.tutu-home .materials-content p { font-size: 15px; line-height: 1.8; opacity: 0.75; margin-bottom: 16px; }
.tutu-home .certs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 36px; }
.tutu-home .cert-item {
  background: rgba(255,255,255,0.07); border-radius: 14px;
  padding: 18px; border: 1px solid rgba(255,255,255,0.1);
}
.tutu-home .cert-icon { font-size: 22px; margin-bottom: 8px; }
.tutu-home .cert-title { font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.tutu-home .cert-desc { font-size: 12px; opacity: 0.6; line-height: 1.5; }

/* ─── CUSTOM ORDER ─── */
.tutu-home .custom-section {
  display: grid; grid-template-columns: 1fr 1fr;
  padding: 80px 40px; gap: 60px; align-items: center;
  background: var(--cream);
}
.tutu-home .custom-left .section-label {
  font-size: 12px; letter-spacing: 2px; color: var(--terracotta);
  text-transform: uppercase; margin-bottom: 20px;
}
.tutu-home .custom-left h2 {
  font-family: 'Playfair Display', serif; font-size: 42px; line-height: 1.2;
  margin-bottom: 20px;
}
.tutu-home .custom-left > p { font-size: 15px; line-height: 1.8; color: var(--muted); margin-bottom: 36px; }
.tutu-home .steps { display: flex; flex-direction: column; gap: 20px; margin-bottom: 36px; }
.tutu-home .step { display: flex; gap: 16px; align-items: flex-start; }
.tutu-home .step-num {
  width: 32px; height: 32px; background: var(--terracotta); color: white;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700; flex-shrink: 0;
}
.tutu-home .step-text h4 { font-size: 15px; font-weight: 600; margin-bottom: 4px; }
.tutu-home .step-text p { font-size: 14px; color: var(--muted); line-height: 1.6; }
.tutu-home .custom-right { display: grid; grid-template-columns: auto 1fr; gap: 12px; }
.tutu-home .swatches { display: grid; grid-template-columns: repeat(4, 36px); gap: 6px; align-content: start; }
.tutu-home .swatch { width: 36px; height: 36px; border-radius: 8px; }
.tutu-home .custom-imgs { display: flex; flex-direction: column; gap: 12px; }
.tutu-home .custom-imgs img { width: 100%; border-radius: 14px; object-fit: cover; flex: 1; }

/* ─── TESTIMONIALS ─── */
.tutu-home .testimonials-section { padding: 80px 40px; background: var(--warm-white); }
.tutu-home .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.tutu-home .testimonial-card {
  background: white; border-radius: 20px; padding: 28px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.tutu-home .testimonial-header { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.tutu-home .testimonial-avatar {
  width: 48px; height: 48px; border-radius: 50%; object-fit: cover;
}
.tutu-home .testimonial-name { font-size: 15px; font-weight: 600; }
.tutu-home .testimonial-loc { font-size: 12px; color: var(--muted); }
.tutu-home .stars { color: var(--terracotta); font-size: 14px; margin-bottom: 14px; }
.tutu-home .testimonial-text { font-size: 14px; line-height: 1.7; color: var(--muted); font-style: italic; }

/* ─── INSTAGRAM ─── */
.tutu-home .instagram-section { padding: 60px 40px; background: var(--cream); text-align: center; }
.tutu-home .instagram-section .section-label {
  font-size: 12px; letter-spacing: 2px; color: var(--terracotta);
  text-transform: uppercase; margin-bottom: 12px;
}
.tutu-home .instagram-section h2 {
  font-family: 'Playfair Display', serif; font-size: 36px; margin-bottom: 8px;
}
.tutu-home .instagram-section p { font-size: 15px; color: var(--muted); margin-bottom: 32px; }
.tutu-home .instagram-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px;
  border-radius: 16px; overflow: hidden;
}
.tutu-home .instagram-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; transition: transform 0.3s; }
.tutu-home .instagram-grid img:hover { transform: scale(1.05); }

/* ─── NEWSLETTER ─── */
.tutu-home .newsletter-section {
  background: #C9614A; padding: 64px 40px; text-align: center;
}
.tutu-home .newsletter-section .mail-icon { font-size: 36px; margin-bottom: 16px; }
.tutu-home .newsletter-section h2 {
  font-family: 'Playfair Display', serif; font-size: 36px;
  color: white; margin-bottom: 12px;
}
.tutu-home .newsletter-section p { font-size: 15px; color: rgba(255,255,255,0.8); margin-bottom: 28px; }
.tutu-home .newsletter-form { display: flex; gap: 0; max-width: 440px; margin: 0 auto 16px; border-radius: 30px; overflow: hidden; }
.tutu-home .newsletter-form input {
  flex: 1; padding: 14px 24px; border: none; outline: none;
  font-family: inherit; font-size: 14px; background: white;
}
.tutu-home .newsletter-form button {
  background: var(--dark); color: white; padding: 14px 24px;
  border: none; cursor: pointer; font-family: inherit; font-size: 14px;
  font-weight: 600; white-space: nowrap;
}
.tutu-home .newsletter-note { font-size: 12px; color: rgba(255,255,255,0.65); }

/* ─── CARE SECTION ─── */
.tutu-home .care-section {
  display: grid; grid-template-columns: 1fr 1fr; padding: 80px 40px; gap: 60px;
  align-items: center; background: var(--warm-white);
}
.tutu-home .care-img img { width: 100%; border-radius: 20px; object-fit: cover; height: 400px; }
.tutu-home .care-content .section-label {
  font-size: 12px; letter-spacing: 2px; color: var(--terracotta);
  text-transform: uppercase; margin-bottom: 16px;
}
.tutu-home .care-content h2 {
  font-family: 'Playfair Display', serif; font-size: 40px;
  line-height: 1.2; margin-bottom: 16px;
}
.tutu-home .care-content > p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 36px; }
.tutu-home .care-items { display: flex; flex-direction: column; gap: 20px; margin-bottom: 32px; }
.tutu-home .care-item { display: flex; gap: 16px; align-items: flex-start; }
.tutu-home .care-icon { font-size: 20px; width: 32px; flex-shrink: 0; }
.tutu-home .care-item h4 { font-size: 15px; font-weight: 600; margin-bottom: 4px; }
.tutu-home .care-item p { font-size: 14px; color: var(--muted); line-height: 1.6; }
.tutu-home .btn-download {
  background: transparent; border: 1.5px solid var(--terracotta);
  color: var(--terracotta); padding: 12px 28px; border-radius: 30px;
  font-family: inherit; font-size: 14px; cursor: pointer;
  transition: all 0.2s; text-decoration: none; display: inline-block;
}
.tutu-home .btn-download:hover { background: var(--terracotta); color: white; }

/* ─── PRODUCT TEXTURE BADGE ─── */
.tutu-home .texture-badge {
  background: var(--terracotta); color: white;
  display: inline-block; padding: 2px 10px; border-radius: 10px;
  font-size: 11px; margin-bottom: 6px;
}

/* ─── 响应式设计 ─── */

/* Tablet landscape */
@media (max-width: 1200px) {
  .tutu-home .masonry { columns: 2; column-gap: 20px; }
  .tutu-home .masonry.wc-grid { grid-template-columns: repeat(3, 1fr); }
  .tutu-home .hero { height: 500px; }
  .tutu-home .hero-title { font-size: 44px; }
  .tutu-home .craft-right { grid-template-columns: 1fr 1fr; }
  .tutu-home .craft-right img:first-child { grid-row: auto; height: 200px; }
}

/* Tablet portrait */
@media (max-width: 900px) {
  .tutu-home .hero { height: 440px; }
  .tutu-home .hero-content { padding: 60px 28px; max-width: 100%; }
  .tutu-home .hero-title { font-size: 38px; }
  .tutu-home .hero-subtitle { font-size: 15px; max-width: none; }
  .tutu-home .hero-btns { flex-wrap: wrap; gap: 12px; }

  .tutu-home .filter-bar { padding: 16px 20px; flex-direction: column; align-items: stretch; gap: 12px; }
  .tutu-home .filter-left { flex-direction: column; gap: 10px; }
  .tutu-home .filter-tags { flex-wrap: wrap; gap: 8px; }
  .tutu-home .filter-tag { padding: 6px 14px; font-size: 13px; }
  .tutu-home .filter-right { flex-wrap: wrap; white-space: normal; justify-content: space-between; gap: 8px; }
  .tutu-home .sort-select { min-width: 0; flex: 1; }

  .tutu-home .masonry-section { padding: 28px 24px; }
  .tutu-home .masonry { columns: 2; column-gap: 16px; }
  .tutu-home .masonry.wc-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }

  .tutu-home .craft-section { grid-template-columns: 1fr; padding: 60px 28px; gap: 40px; }
  .tutu-home .craft-left h2 { font-size: 32px; }
  .tutu-home .craft-right { grid-template-columns: repeat(2, 1fr); }
  .tutu-home .craft-right img:first-child { grid-row: auto; height: 180px; }

  .tutu-home .authors-section { padding: 60px 28px; }
  .tutu-home .authors-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .tutu-home .section-header h2 { font-size: 34px; }

  .tutu-home .materials-section { grid-template-columns: 1fr; }
  .tutu-home .materials-img { height: 280px; }
  .tutu-home .materials-content { padding: 56px 28px; }
  .tutu-home .materials-content h2 { font-size: 32px; }

  .tutu-home .custom-section { grid-template-columns: 1fr; padding: 60px 28px; gap: 40px; }
  .tutu-home .custom-left h2 { font-size: 34px; }
  .tutu-home .custom-right { grid-template-columns: auto 1fr; }

  .tutu-home .testimonials-section { padding: 60px 28px; }
  .tutu-home .testimonials-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }

  .tutu-home .instagram-section { padding: 56px 28px; }
  .tutu-home .instagram-section h2 { font-size: 30px; }
  .tutu-home .instagram-grid { grid-template-columns: repeat(3, 1fr); }
  .tutu-home .instagram-grid img:nth-child(n+4) { display: none; }

  .tutu-home .newsletter-section { padding: 60px 28px; }
  .tutu-home .newsletter-section h2 { font-size: 30px; }

  .tutu-home .care-section { grid-template-columns: 1fr; padding: 60px 28px; gap: 40px; }
  .tutu-home .care-content h2 { font-size: 32px; }
  .tutu-home .care-img img { height: 300px; }
}

/* ═══════════════════════════════════
 *  Mobile  ≤ 640 px
 * ═══════════════════════════════════ */
@media (max-width: 640px) {

  /* ── Hero ── */
  .tutu-home .hero { height: 360px; }
  .tutu-home .hero-content { padding: 32px 20px; }
  .tutu-home .hero-tag { font-size: 10px; margin-bottom: 12px; letter-spacing: 1.5px; }
  .tutu-home .hero-title { font-size: 26px; line-height: 1.2; margin-bottom: 16px; }
  .tutu-home .hero-subtitle { font-size: 13px; margin-bottom: 24px; max-width: none; line-height: 1.6; }
  .tutu-home .hero-btns { gap: 10px; }
  .tutu-home .btn-primary, .tutu-home .btn-outline { padding: 10px 22px; font-size: 13px; }

  /* ── Filter bar: compact + horizontal scroll tabs ── */
  .tutu-home .filter-bar { padding: 10px 14px; gap: 8px; }
  .tutu-home .filter-left { flex-direction: row; align-items: center; gap: 8px; overflow: hidden; }
  .tutu-home .filter-icon { font-size: 12px; flex-shrink: 0; }
  .tutu-home .filter-tags {
    flex-wrap: nowrap; gap: 6px;
    overflow-x: auto; -webkit-overflow-scrolling: touch;
    scrollbar-width: none; padding-bottom: 2px;
  }
  .tutu-home .filter-tags::-webkit-scrollbar { display: none; }
  .tutu-home .filter-tag { padding: 5px 12px; font-size: 12px; white-space: nowrap; flex-shrink: 0; }
  .tutu-home .filter-right { font-size: 11px; gap: 6px; justify-content: flex-start; }
  .tutu-home .sort-select { font-size: 11px; padding: 5px 26px 5px 8px; min-width: 120px; }

  /* ── Products: TRUE 2-column grid (not CSS columns) ── */
  .tutu-home .masonry {
    columns: unset;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .tutu-home .masonry.wc-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .tutu-home .masonry-section { padding: 10px 12px; }
  .tutu-home .masonry-item { margin-bottom: 0; border-radius: 12px; }
  .tutu-home .masonry-item img { height: 160px !important; max-height: 160px; }
  .tutu-home .product-info { padding: 8px 10px 10px; }
  .tutu-home .product-name { font-size: 11px; margin-bottom: 2px; }
  .tutu-home .product-price { font-size: 13px; }
  .tutu-home .color-dots { margin-top: 4px; gap: 4px; }
  .tutu-home .color-dot { width: 10px; height: 10px; }
  .tutu-home .masonry-item .overlay { display: none; }

  /* Special cards span full width (2 cols) */
  .tutu-home .story-card,
  .tutu-home .quote-card,
  .tutu-home .process-card,
  .tutu-home .sustainability-card { grid-column: 1 / -1; margin-bottom: 0; }
  .tutu-home .story-card { padding: 18px 16px; }
  .tutu-home .story-card h3 { font-size: 16px; margin-bottom: 6px; }
  .tutu-home .story-card p { font-size: 12px; line-height: 1.5; margin-bottom: 10px; }
  .tutu-home .story-card .learn-btn { padding: 6px 16px; font-size: 11px; }
  .tutu-home .quote-card { padding: 16px; }
  .tutu-home .quote-card blockquote { font-size: 15px; margin-bottom: 8px; }
  .tutu-home .quote-attr { font-size: 11px; }
  .tutu-home .process-card { padding: 16px; }
  .tutu-home .process-card h3 { font-size: 16px; margin-bottom: 6px; }
  .tutu-home .process-card p { font-size: 12px; }
  .tutu-home .sustainability-card { padding: 14px; }
  .tutu-home .sustainability-card .badge-tag { font-size: 10px; padding: 2px 8px; margin-bottom: 6px; }
  .tutu-home .sustainability-card h4 { font-size: 14px; margin-bottom: 6px; }
  .tutu-home .sustainability-card p { font-size: 11px; }

  /* ── Craft: compact ── */
  .tutu-home .craft-section { padding: 36px 16px; gap: 24px; }
  .tutu-home .craft-left h2 { font-size: 24px; margin-bottom: 16px; }
  .tutu-home .craft-left p { font-size: 13px; line-height: 1.6; margin-bottom: 10px; }
  .tutu-home .craft-stats { flex-direction: row; gap: 20px; margin-top: 20px; flex-wrap: wrap; }
  .tutu-home .stat-item .stat-num { font-size: 22px; }
  .tutu-home .stat-item .stat-label { font-size: 11px; }
  .tutu-home .craft-right { grid-template-columns: 1fr 1fr; gap: 8px; }
  .tutu-home .craft-right img { height: 130px !important; }
  .tutu-home .craft-right img:first-child { grid-row: auto; height: 130px !important; }

  /* ── Authors: horizontal swipe on mobile ── */
  .tutu-home .authors-section { padding: 36px 0; }
  .tutu-home .authors-section .section-header { padding: 0 16px; margin-bottom: 24px; }
  .tutu-home .section-header h2 { font-size: 24px; margin-bottom: 8px; }
  .tutu-home .section-header p { font-size: 13px; }
  .tutu-home .authors-grid {
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; gap: 0; padding: 0 16px;
    scrollbar-width: none; -ms-overflow-style: none;
  }
  .tutu-home .authors-grid::-webkit-scrollbar { display: none; }
  .tutu-home .author-card {
    flex: 0 0 100%; max-width: 100%; scroll-snap-align: center;
    margin-right: 16px;
  }
  .tutu-home .author-card:last-child { margin-right: 0; }
  .tutu-home .author-card-img { height: 180px; }
  .tutu-home .author-card-body { padding: 14px 16px 16px; }
  .tutu-home .author-by { font-size: 11px; margin-bottom: 4px; }
  .tutu-home .author-card-body h3 { font-size: 18px; margin-bottom: 6px; }
  .tutu-home .author-card-body p { font-size: 12px; line-height: 1.5; margin-bottom: 12px; }
  .tutu-home .author-price { font-size: 16px; }
  .tutu-home .btn-detail { padding: 7px 16px; font-size: 12px; }

  /* ── Materials: compact ── */
  .tutu-home .materials-section { grid-template-columns: 1fr; }
  .tutu-home .materials-img { height: 180px; }
  .tutu-home .materials-content { padding: 28px 16px; }
  .tutu-home .materials-content .section-label { margin-bottom: 12px; }
  .tutu-home .materials-content h2 { font-size: 24px; margin-bottom: 16px; }
  .tutu-home .materials-content p { font-size: 13px; margin-bottom: 10px; }
  .tutu-home .certs-grid { grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 20px; }
  .tutu-home .cert-item { padding: 12px; }
  .tutu-home .cert-icon { font-size: 18px; margin-bottom: 4px; }
  .tutu-home .cert-title { font-size: 12px; margin-bottom: 2px; }
  .tutu-home .cert-desc { font-size: 10px; }

  /* ── Custom Order: compact ── */
  .tutu-home .custom-section { padding: 36px 16px; gap: 24px; }
  .tutu-home .custom-left .section-label { margin-bottom: 12px; }
  .tutu-home .custom-left h2 { font-size: 24px; margin-bottom: 12px; }
  .tutu-home .custom-left > p { font-size: 13px; margin-bottom: 24px; }
  .tutu-home .steps { gap: 12px; margin-bottom: 24px; }
  .tutu-home .step-num { width: 28px; height: 28px; font-size: 12px; }
  .tutu-home .step-text h4 { font-size: 13px; }
  .tutu-home .step-text p { font-size: 12px; }
  .tutu-home .custom-right { grid-template-columns: 1fr; }
  .tutu-home .swatches { grid-template-columns: repeat(8, 28px); gap: 4px; margin-bottom: 10px; }
  .tutu-home .swatch { width: 28px; height: 28px; border-radius: 6px; }
  .tutu-home .custom-imgs { flex-direction: row; gap: 8px; }
  .tutu-home .custom-imgs img { height: 140px !important; border-radius: 10px; }

  /* ── Testimonials: horizontal swipe on mobile ── */
  .tutu-home .testimonials-section { padding: 36px 0; }
  .tutu-home .testimonials-section .section-header { padding: 0 16px; }
  .tutu-home .testimonials-grid {
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; gap: 0; padding: 0 16px; margin-top: 24px;
    scrollbar-width: none; -ms-overflow-style: none;
  }
  .tutu-home .testimonials-grid::-webkit-scrollbar { display: none; }
  .tutu-home .testimonial-card {
    flex: 0 0 100%; max-width: 100%; scroll-snap-align: center;
    padding: 16px; border-radius: 14px; margin-right: 16px;
  }
  .tutu-home .testimonial-card:last-child { margin-right: 0; }
  .tutu-home .testimonial-header { gap: 10px; margin-bottom: 10px; }
  .tutu-home .testimonial-avatar { width: 36px; height: 36px; }
  .tutu-home .testimonial-name { font-size: 13px; }
  .tutu-home .testimonial-loc { font-size: 11px; }
  .tutu-home .stars { font-size: 12px; margin-bottom: 8px; }
  .tutu-home .testimonial-text { font-size: 12px; line-height: 1.6; }

  /* ── Instagram: compact ── */
  .tutu-home .instagram-section { padding: 32px 16px; }
  .tutu-home .instagram-section .section-label { margin-bottom: 8px; }
  .tutu-home .instagram-section h2 { font-size: 24px; margin-bottom: 4px; }
  .tutu-home .instagram-section p { font-size: 12px; margin-bottom: 20px; }
  .tutu-home .instagram-grid { grid-template-columns: repeat(3, 1fr); gap: 4px; border-radius: 10px; }
  .tutu-home .instagram-grid img:nth-child(n+4) { display: none; }

  /* ── Newsletter: compact ── */
  .tutu-home .newsletter-section { padding: 36px 16px; }
  .tutu-home .newsletter-section .mail-icon { font-size: 28px; margin-bottom: 10px; }
  .tutu-home .newsletter-section h2 { font-size: 24px; margin-bottom: 8px; }
  .tutu-home .newsletter-section p { font-size: 13px; margin-bottom: 20px; }
  .tutu-home .newsletter-form { flex-direction: column; border-radius: 12px; overflow: visible; margin-bottom: 10px; }
  .tutu-home .newsletter-form input { border-radius: 30px; margin-bottom: 8px; padding: 12px 20px; font-size: 13px; }
  .tutu-home .newsletter-form button { border-radius: 30px; padding: 12px 20px; font-size: 13px; }
  .tutu-home .newsletter-note { font-size: 10px; }

  /* ── Care: compact ── */
  .tutu-home .care-section { padding: 36px 16px; gap: 20px; }
  .tutu-home .care-img img { height: 200px; border-radius: 14px; }
  .tutu-home .care-content .section-label { margin-bottom: 10px; }
  .tutu-home .care-content h2 { font-size: 24px; margin-bottom: 10px; }
  .tutu-home .care-content > p { font-size: 13px; margin-bottom: 24px; }
  .tutu-home .care-items { gap: 14px; margin-bottom: 24px; }
  .tutu-home .care-icon { font-size: 16px; width: 24px; }
  .tutu-home .care-item h4 { font-size: 13px; margin-bottom: 2px; }
  .tutu-home .care-item p { font-size: 12px; }
  .tutu-home .btn-download { padding: 10px 24px; font-size: 13px; }
}

/* ═══════════════════════════════════
 *  Small mobile  ≤ 400 px
 * ═══════════════════════════════════ */
@media (max-width: 400px) {
  .tutu-home .hero { height: 320px; }
  .tutu-home .hero-title { font-size: 22px; }
  .tutu-home .hero-content { padding: 28px 14px; }
  .tutu-home .btn-primary, .tutu-home .btn-outline { padding: 10px 18px; font-size: 12px; width: 100%; text-align: center; }

  .tutu-home .filter-bar { padding: 8px 10px; gap: 6px; }
  .tutu-home .filter-tag { padding: 4px 10px; font-size: 11px; }
  .tutu-home .filter-right { font-size: 10px; }
  .tutu-home .sort-select { font-size: 10px; padding: 4px 24px 4px 8px; min-width: 100px; }

  .tutu-home .masonry { gap: 8px; }
  .tutu-home .masonry-item img { height: 120px !important; max-height: 120px; }
  .tutu-home .product-info { padding: 6px 8px 8px; }
  .tutu-home .product-name { font-size: 10px; }
  .tutu-home .product-price { font-size: 11px; }
  .tutu-home .color-dot { width: 8px; height: 8px; }

  .tutu-home .craft-left h2, .tutu-home .custom-left h2, .tutu-home .materials-content h2,
  .tutu-home .care-content h2, .tutu-home .section-header h2 { font-size: 22px; }
  .tutu-home .newsletter-section h2, .tutu-home .instagram-section h2 { font-size: 20px; }

  .tutu-home .craft-right img { height: 100px !important; }
  .tutu-home .craft-right img:first-child { height: 100px !important; }
  .tutu-home .custom-imgs img { height: 110px !important; }
  .tutu-home .materials-img { height: 150px; }
  .tutu-home .care-img img { height: 160px; }
  .tutu-home .author-card-img { height: 160px; }
}

/* ─── Swipe Dots (mobile only) ─── */
.tutu-home .swipe-dots { display: none; }
@media (max-width: 640px) {
  .tutu-home .swipe-dots {
    display: flex; justify-content: center; gap: 8px;
    margin-top: 16px; padding: 0 16px;
  }
  .tutu-home .swipe-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--border); transition: all 0.3s ease;
  }
  .tutu-home .swipe-dot.active {
    background: var(--terracotta); width: 20px; border-radius: 4px;
  }
}

/* ─── Card Responsive Visibility ─── */
@media (max-width: 640px) {
  .tutu-home .tutu-hide-mobile { display: none !important; }
}
@media (min-width: 641px) {
  .tutu-home .tutu-hide-desktop { display: none !important; }
}

/* ═══════════════════════════════════
 *  HEADER
 * ═══════════════════════════════════ */

/* ── Base ── */
.tutu-header {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  z-index: 99999;
  padding: 12px 40px;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
  font-family: 'Archivo Black', sans-serif;
  box-sizing: border-box;
}
.tutu-header *, .tutu-header *::before, .tutu-header *::after {
  box-sizing: border-box;
}

/* 让 Elementor 父容器不阻挡 fixed 定位，且不占文档流空间 */
.elementor-widget-tutu_home_header,
.elementor-widget-tutu_home_header > .elementor-widget-container {
  position: static !important;
  overflow: visible !important;
  z-index: auto !important;
}
.e-con:has(> .elementor-widget-tutu_home_header),
.e-con:has(> .e-con-inner > .elementor-widget-tutu_home_header),
.elementor-section:has(.elementor-widget-tutu_home_header),
.elementor-column:has(.elementor-widget-tutu_home_header),
.elementor-widget-wrap:has(.elementor-widget-tutu_home_header) {
  position: static !important;
  overflow: visible !important;
  z-index: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  height: 0 !important;
}
.e-con-inner:has(> .elementor-widget-tutu_home_header) {
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  height: 0 !important;
  overflow: visible !important;
}

/* ── Inner layout ── */
.tutu-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
}

/* ── Logo ── */
.tutu-header__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.tutu-header__logo img {
  height: 50px;
  width: auto;
  display: block;
}
.tutu-header__logo-text {
  font-family: 'Archivo Black', sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #3a2e1e;
  letter-spacing: 0.05em;
}

/* ── Nav capsule ── */
.tutu-header__nav {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 999px;
  padding: 8px 8px 8px 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  gap: 8px;
}
.tutu-header__menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 32px;
  align-items: center;
}
.tutu-header__menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tutu-header__menu a {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 400;
  color: #3a2e1e;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
  font-family: 'Archivo Black', sans-serif;
}
.tutu-header__menu a:hover,
.tutu-header__menu .current-menu-item a {
  color: #C9614A;
}

/* ── CTA button ── */
.tutu-header__cta {
  display: inline-block;
  border: 1.5px solid #C9614A;
  border-radius: 999px;
  padding: 8px 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 400;
  color: #C9614A;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
  font-family: 'Archivo Black', sans-serif;
}
.tutu-header__cta:hover {
  background: #C9614A;
  color: #ffffff;
}

/* ── Icons ── */
.tutu-header__icons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.tutu-header__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3a2e1e;
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
}
.tutu-header__icon:hover {
  color: #C9614A;
}
.tutu-header__icon svg {
  width: 22px;
  height: 22px;
}
.tutu-header__cart-trigger {
  position: relative;
}
.tutu-hidden { display: none !important; }
.tutu-header__cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  background: #C9614A;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  min-width: 16px;
  height: 16px;
  padding: 0 3px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: 'Cormorant Garamond', sans-serif;
}

/* ── Hamburger ── */
.tutu-header__hamburger {
  display: none; /* hidden on desktop */
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 28px;
  height: 28px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.tutu-header__hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #3a2e1e;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.tutu-header__hamburger--active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.tutu-header__hamburger--active span:nth-child(2) {
  opacity: 0;
}
.tutu-header__hamburger--active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ── Mobile menu ── */
.tutu-header__mobile-menu {
  display: none;
  flex-direction: column;
  padding: 16px 24px 24px;
  background: #ffffff;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.tutu-header__mobile-menu--open {
  display: flex;
}
.tutu-header__mobile-menu .tutu-header__menu {
  flex-direction: column;
  gap: 0;
  padding: 0;
}
.tutu-header__mobile-menu .tutu-header__menu li {
  border-bottom: 1px solid #E8E0D5;
}
.tutu-header__mobile-menu .tutu-header__menu li:last-child {
  border-bottom: none;
}
.tutu-header__mobile-menu .tutu-header__menu a {
  display: block;
  padding: 14px 0;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.tutu-header__cta--mobile {
  margin-top: 12px;
  text-align: center;
  padding: 12px 20px;
  font-size: 13px;
}

/* Prevent body scroll when mobile menu open */
body.tutu-header-menu-open {
  overflow: hidden;
}

/* ── Mobile (≤768px) ── */
@media (max-width: 768px) {
  .tutu-header {
    padding: 10px 16px;
  }
  .tutu-header__nav {
    display: none;
  }
  .tutu-header__hamburger {
    display: flex;
  }
  .tutu-header__logo img {
    height: 38px;
  }
  .tutu-header__logo-text {
    font-size: 22px;
  }
  .tutu-header__icons {
    gap: 12px;
  }
  .tutu-header__icon svg {
    width: 20px;
    height: 20px;
  }
}

/* ── Small mobile (≤400px) ── */
@media (max-width: 400px) {
  .tutu-header {
    padding: 8px 12px;
  }
  .tutu-header__logo img {
    height: 32px;
  }
  .tutu-header__logo-text {
    font-size: 20px;
  }
}

/* ═══════════════════════════════════
 *  CART DRAWER
 * ═══════════════════════════════════ */

/* Overlay */
.tutu-cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 999998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.tutu-cart-overlay--open {
  opacity: 1;
  visibility: visible;
}

/* Drawer panel */
.tutu-cart-drawer {
  position: fixed;
  top: 0; right: 0;
  width: 400px;
  max-width: 90vw;
  height: 100%;
  background: #ffffff;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
  font-family: Arial, Helvetica, sans-serif;
  color: #1C1C1C;
  box-shadow: -4px 0 24px rgba(0,0,0,0.12);
}
.tutu-cart-drawer--open {
  transform: translateX(0);
}
.tutu-cart-drawer *, .tutu-cart-drawer *::before, .tutu-cart-drawer *::after {
  box-sizing: border-box;
}

/* Header */
.tutu-cart-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #E8E0D5;
  flex-shrink: 0;
}
.tutu-cart-drawer__header h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.tutu-cart-drawer__close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #6B6157;
  line-height: 1;
  padding: 0;
  transition: color 0.2s;
}
.tutu-cart-drawer__close:hover {
  color: #1C1C1C;
}

/* Body (scrollable) */
.tutu-cart-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 24px;
}

/* Empty state */
.tutu-cart-drawer__empty {
  text-align: center;
  color: #6B6157;
  padding: 60px 0;
  font-size: 15px;
  font-style: italic;
}

/* Cart item */
.tutu-cart-item {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #E8E0D5;
  position: relative;
  align-items: flex-start;
}
.tutu-cart-item:last-child {
  border-bottom: none;
}
.tutu-cart-item__img {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
}
.tutu-cart-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tutu-cart-item__info {
  flex: 1;
  min-width: 0;
}
.tutu-cart-item__name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #1C1C1C;
  text-decoration: none;
  margin-bottom: 4px;
  line-height: 1.3;
}
.tutu-cart-item__name:hover {
  color: #C9614A;
}
.tutu-cart-item__price {
  font-size: 14px;
  color: #6B6157;
  margin-bottom: 10px;
}
.tutu-cart-item__qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #E8E0D5;
  border-radius: 6px;
  overflow: hidden;
}
.tutu-cart-item__qty-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #3a2e1e;
  transition: background 0.15s;
  padding: 0;
}
.tutu-cart-item__qty-btn:hover {
  background: #F5F0E8;
}
.tutu-cart-item__qty-val {
  width: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-left: 1px solid #E8E0D5;
  border-right: 1px solid #E8E0D5;
  line-height: 30px;
}
.tutu-cart-item__remove {
  position: absolute;
  top: 16px;
  right: 0;
  background: none;
  border: none;
  font-size: 20px;
  color: #6B6157;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: color 0.2s;
}
.tutu-cart-item__remove:hover {
  color: #C9614A;
}

/* Footer */
.tutu-cart-drawer__footer {
  padding: 20px 24px;
  border-top: 1px solid #E8E0D5;
  flex-shrink: 0;
}
.tutu-cart-drawer__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 16px;
}
.tutu-cart-drawer__total-val {
  font-size: 17px;
}
.tutu-cart-drawer__btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 20px;
  border-radius: 999px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-bottom: 8px;
}
.tutu-cart-drawer__btn:last-child {
  margin-bottom: 0;
}
.tutu-cart-drawer__btn--outline {
  border: 1.5px solid #C9614A;
  color: #C9614A;
  background: transparent;
}
.tutu-cart-drawer__btn--outline:hover {
  background: #C9614A;
  color: #ffffff;
}
.tutu-cart-drawer__btn--primary {
  background: #C9614A;
  color: #ffffff;
  border: 1.5px solid #C9614A;
}
.tutu-cart-drawer__btn--primary:hover {
  background: #A84832;
  border-color: #A84832;
}

/* Mobile drawer */
@media (max-width: 480px) {
  .tutu-cart-drawer {
    width: 100%;
    max-width: 100vw;
  }
  .tutu-cart-drawer__header { padding: 16px; }
  .tutu-cart-drawer__body { padding: 12px 16px; }
  .tutu-cart-drawer__footer { padding: 16px; }
  .tutu-cart-item__img { width: 60px; height: 60px; }
}
