:root {
  --warmu-ink: #1f1f1f;
  --warmu-sand: #f6f3ee;
  --warmu-cream: #fbf9f6;
  --warmu-border: #e8e2d8;
  --warmu-accent: #1f1f1f;
}

body {
  color: var(--warmu-ink);
  background: var(--warmu-sand);
}

.navbar {
  background: var(--warmu-sand);
}

.btn-pill {
  border-radius: 999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.hero-section {
  padding: 4rem 0 5rem;
}

.hero-card {
  background: var(--warmu-cream);
  border: 1px solid var(--warmu-border);
  border-radius: 28px;
  padding: 2.5rem;
  box-shadow: 0 20px 60px rgba(31, 31, 31, 0.08);
}

.hero-kicker {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #7c7368;
}

.hero-title {
  font-size: clamp(2.25rem, 3.2vw, 3.5rem);
  line-height: 1.08;
  font-weight: 700;
}

.hero-media {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid var(--warmu-border);
  background: #efeae1;
  box-shadow: 0 24px 80px rgba(31, 31, 31, 0.14);
}

.hero-media img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-placeholder {
  width: 100%;
  height: 520px;
  background: radial-gradient(circle at 20% 20%, #f7f2ea, #e8e1d7 60%, #e2dbd1);
}

.soft-card {
  background: var(--warmu-cream);
  border: 1px solid var(--warmu-border);
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(31, 31, 31, 0.06);
}

.section-title {
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  font-weight: 700;
}

.filter-chip {
  border-radius: 999px;
  border: 1px solid var(--warmu-border);
  background: var(--warmu-cream);
  color: var(--warmu-ink);
  padding: 0.45rem 1rem;
  font-size: 0.9rem;
}

.filter-chip.active {
  border-color: var(--warmu-ink);
  background: #efe9de;
}

.product-card {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--warmu-border);
  background: #fff;
  box-shadow: 0 16px 40px rgba(31, 31, 31, 0.06);
}

.product-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.product-hero-image {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--warmu-border);
  box-shadow: 0 24px 70px rgba(31, 31, 31, 0.1);
}

.product-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

.spec-grid .card {
  border: 1px solid var(--warmu-border);
}

.placeholder-image {
  width: 100%;
  height: 320px;
  background: linear-gradient(135deg, #e7e2da, #f7f4ee);
  border: 1px solid #e2ddd6;
  border-radius: 12px;
}

.card .placeholder-image {
  height: 200px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ai-search-wrap {
  max-width: 420px;
  width: 100%;
}

.ai-thumb {
  width: 48px;
  height: 64px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #e2ddd6;
  background: #f7f4ee;
}
