/* =============================================
   DREMMY CARE — BRAND STYLESHEET
   Editorial, warm, science-meets-nature
   ============================================= */

:root {
  --cream: #FAF7F2;
  --cream-dark: #F0EBE3;
  --forest: #2D4A3E;
  --forest-light: #3D6455;
  --amber: #C8873A;
  --amber-light: #E0A85A;
  --text: #1C1C1A;
  --text-muted: #6B6357;
  --border: #E2D9CE;
  --white: #FFFFFF;
}

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

body {
  font-family: 'IBM Plex Sans Arabic', 'Segoe UI', sans-serif;
  background: var(--cream);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
}

/* NAVBAR */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(250, 247, 242, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 0 40px;
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.nav-logo {
  font-family: 'Lora', serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--forest);
  letter-spacing: -0.02em;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-links a {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--text); }
.nav-shop {
  background: var(--forest);
  color: var(--white) !important;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  transition: background 0.2s;
}
.nav-shop:hover { background: var(--forest-light) !important; }

/* HERO */
.hero {
  padding: 140px 40px 80px;
  background: var(--cream);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 80px;
}
.hero-eyebrow {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 16px;
}
.hero-headline {
  font-family: 'Lora', serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 600;
  line-height: 1.1;
  color: var(--text);
  margin-bottom: 24px;
  letter-spacing: -0.03em;
}
.hero-lede {
  font-size: 18px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 480px;
}
.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--forest);
  color: var(--white);
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  transition: background 0.2s, transform 0.2s;
}
.hero-cta:hover {
  background: var(--forest-light);
  transform: translateY(-2px);
}
.hero-image-block {
  position: relative;
}
.hero-image-wrap {
  width: 100%;
  aspect-ratio: 4/5;
  background: linear-gradient(135deg, var(--cream-dark) 0%, #E8D9C5 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.hero-image-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 40%, rgba(200, 135, 58, 0.15) 0%, transparent 60%);
}
.hero-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: var(--white);
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--forest);
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.hero-stats-row {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0;
  border-top: 1px solid var(--border);
  padding-top: 48px;
}
.stat-item {
  flex: 1;
  text-align: center;
  padding: 0 40px;
}
.stat-item:first-child { text-align: right; }
.stat-item:last-child { text-align: left; }
.stat-number {
  display: block;
  font-family: 'Lora', serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 4px;
}
.stat-label {
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 0.06em;
}
.stat-divider {
  width: 1px;
  height: 48px;
  background: var(--border);
}

/* PHILOSOPHY */
.philosophy {
  background: var(--cream-dark);
  padding: 100px 40px;
}
.philosophy-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 80px;
  align-items: start;
}
.philosophy-label {
  font-family: 'Lora', serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--amber);
  padding-top: 8px;
}
.philosophy-heading {
  font-family: 'Lora', serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 600;
  line-height: 1.3;
  color: var(--text);
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.philosophy-text {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.9;
  margin-bottom: 16px;
}

/* INGREDIENTS */
.ingredients {
  padding: 100px 40px;
  background: var(--cream);
}
.ingredients-header {
  max-width: 1200px;
  margin: 0 auto 64px;
  text-align: center;
}
.ingredients-title {
  font-family: 'Lora', serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  color: var(--text);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.ingredients-subtitle {
  font-size: 17px;
  color: var(--text-muted);
}
.ingredient-cards {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.ingredient-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 40px 32px;
  transition: box-shadow 0.25s, transform 0.25s;
}
.ingredient-card:hover {
  box-shadow: 0 8px 40px rgba(0,0,0,0.06);
  transform: translateY(-4px);
}
.ingredient-icon {
  font-size: 36px;
  margin-bottom: 20px;
  display: block;
}
.ingredient-card h3 {
  font-family: 'Lora', serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 12px;
}
.ingredient-card p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* COLLECTIONS */
.collections {
  padding: 100px 40px;
  background: var(--cream-dark);
}
.collections-header {
  max-width: 1200px;
  margin: 0 auto 56px;
}
.collections-title {
  font-family: 'Lora', serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  color: var(--text);
  letter-spacing: -0.02em;
}
.collection-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.collection-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3/4;
  display: block;
  text-decoration: none;
  transition: transform 0.3s;
}
.collection-card:hover { transform: scale(1.02); }
.collection-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 60%, transparent 100%);
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.collection-hair .collection-overlay { background: linear-gradient(to top, rgba(45,74,62,0.9) 0%, rgba(45,74,62,0.3) 60%, transparent 100%); }
.collection-skin .collection-overlay { background: linear-gradient(to top, rgba(200,135,58,0.9) 0%, rgba(200,135,58,0.3) 60%, transparent 100%); }
.collection-body .collection-overlay { background: linear-gradient(to top, rgba(80,60,40,0.9) 0%, rgba(80,60,40,0.3) 60%, transparent 100%); }
.collection-card h3 {
  font-family: 'Lora', serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 8px;
}
.collection-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  margin-bottom: 16px;
}
.collection-link {
  font-size: 13px;
  color: rgba(255,255,255,0.9);
  font-weight: 500;
}

/* TESTIMONIALS */
.testimonials {
  padding: 100px 40px;
  background: var(--forest);
}
.testimonials-inner { max-width: 1200px; margin: 0 auto; }
.testimonials-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amber-light);
  margin-bottom: 16px;
}
.testimonials-heading {
  font-family: 'Lora', serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 600;
  color: var(--white);
  margin-bottom: 56px;
  letter-spacing: -0.02em;
}
.testimonial-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.testimonial-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 36px 32px;
}
.testimonial-quote {
  font-family: 'Lora', serif;
  font-size: 64px;
  color: var(--amber);
  line-height: 0.5;
  margin-bottom: 16px;
}
.testimonial-text {
  font-size: 15px;
  color: rgba(255,255,255,0.88);
  line-height: 1.8;
  margin-bottom: 20px;
}
.testimonial-author {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 8px;
}
.testimonial-verdict {
  font-size: 12px;
  color: var(--amber-light);
  font-weight: 500;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 12px;
  margin-top: 4px;
}

/* VISION */
.vision {
  padding: 100px 40px;
  background: var(--cream);
}
.vision-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.vision-text-block {
  max-width: 680px;
}
.vision-heading {
  font-family: 'Lora', serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 600;
  color: var(--text);
  line-height: 1.3;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.vision-body {
  font-size: 17px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 40px;
}
.vision-pillars {
  display: flex;
  gap: 24px;
}
.pillar {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--cream-dark);
  border: 1px solid var(--border);
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
}
.pillar-icon { font-size: 18px; }

/* FOOTER */
.footer {
  background: var(--text);
  padding: 60px 40px 40px;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 48px;
  align-items: start;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-name {
  font-family: 'Lora', serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 4px;
}
.footer-tagline {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-links a {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--white); }
.footer-social {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-social a {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-social a:hover { color: var(--white); }
.footer-copy {
  max-width: 1200px;
  margin: 32px auto 0;
  font-size: 12px;
  color: rgba(255,255,255,0.35);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-image-block { display: none; }
  .philosophy-inner { grid-template-columns: 1fr; gap: 24px; }
  .ingredient-cards { grid-template-columns: 1fr 1fr; }
  .collection-grid { grid-template-columns: 1fr 1fr; }
  .testimonial-cards { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .stat-item { padding: 0 20px; }
}
@media (max-width: 600px) {
  .navbar { padding: 0 20px; }
  .nav-links { gap: 16px; }
  .nav-links a:not(.nav-shop) { display: none; }
  .hero { padding: 120px 20px 60px; }
  .hero-headline { font-size: 36px; }
  .philosophy, .ingredients, .collections, .testimonials, .vision { padding: 60px 20px; }
  .ingredient-cards { grid-template-columns: 1fr; }
  .collection-grid { grid-template-columns: 1fr; }
  .vision-pillars { flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .hero-stats-row { flex-direction: column; gap: 24px; }
  .stat-item { text-align: center !important; }
  .stat-divider { width: 80px; height: 1px; }
}