@import url('https://fonts.googleapis.com/css2?family=Italiana&family=Outfit:wght@300;400;500;600&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  background-color: #100d0a;
  color: #e5ddd5;
  font-family: 'Outfit', sans-serif;
  line-height: 1.6;
  padding-bottom: 90px;
}

.simple-switcher {
  position: fixed; bottom: 16px; left: 50%; transform: translateX(-50%);
  background: rgba(18, 14, 11, 0.95); backdrop-filter: blur(16px);
  border: 1px solid rgba(180, 83, 9, 0.35); border-radius: 40px;
  padding: 8px 16px; display: flex; align-items: center; gap: 8px;
  z-index: 9999; max-width: 95vw; overflow-x: auto; box-shadow: 0 10px 30px rgba(0,0,0,0.8);
}
.simple-switcher span { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: #f59e0b; font-weight: 600; white-space: nowrap; }
.simple-switcher a { color: #a89f91; text-decoration: none; font-size: 12px; padding: 4px 10px; border-radius: 20px; white-space: nowrap; transition: 0.2s; }
.simple-switcher a:hover, .simple-switcher a.active { background: #f59e0b; color: #000; font-weight: 600; }

.candle-nav {
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px 6%; border-bottom: 1px solid rgba(180, 83, 9, 0.15);
}
.candle-logo { font-family: 'Italiana', serif; font-size: 22px; color: #f59e0b; text-decoration: none; letter-spacing: 2px; }
.candle-logo span { font-size: 10px; color: #78716c; font-family: 'Outfit', sans-serif; letter-spacing: 3px; margin-left: 8px; }
.candle-menu { display: flex; gap: 28px; list-style: none; }
.candle-menu a { color: #a89f91; text-decoration: none; font-size: 14px; transition: 0.2s; }
.candle-menu a:hover { color: #f59e0b; }

.btn-warm-wax {
  background: linear-gradient(135deg, #d97706, #b45309);
  color: #000; font-weight: 600; padding: 12px 24px; border-radius: 4px;
  text-decoration: none; font-size: 13px; border: none; cursor: pointer; transition: 0.3s;
}
.btn-warm-wax:hover { filter: brightness(1.15); transform: translateY(-1px); }
.btn-candle-ghost {
  border: 1px solid rgba(180, 83, 9, 0.35); color: #f59e0b; padding: 12px 24px;
  border-radius: 4px; text-decoration: none; font-size: 13px; transition: 0.3s;
}
.btn-candle-ghost:hover { background: rgba(180, 83, 9, 0.1); }

.candle-hero {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center;
  padding: 60px 6% 80px; max-width: 1400px; margin: 0 auto;
}
.candle-badge { font-size: 11px; letter-spacing: 2px; color: #f59e0b; font-weight: 600; text-transform: uppercase; }
.candle-hero h1 { font-family: 'Italiana', serif; font-size: 52px; line-height: 1.15; margin: 16px 0 20px; color: #fff; }
.candle-hero h1 em { font-style: normal; color: #f59e0b; }
.candle-hero p { font-size: 16px; color: #a89f91; max-width: 520px; margin-bottom: 32px; }
.candle-actions { display: flex; gap: 16px; }
.candle-hero-media img {
  width: 100%; height: 520px; object-fit: cover; border-radius: 12px;
  border: 1px solid rgba(180, 83, 9, 0.25); box-shadow: 0 20px 50px rgba(0,0,0,0.8);
}

.radius-section { padding: 80px 6%; max-width: 1400px; margin: 0 auto; }
.radius-head span { font-size: 11px; letter-spacing: 3px; color: #f59e0b; text-transform: uppercase; }
.radius-head h2 { font-family: 'Italiana', serif; font-size: 38px; color: #fff; margin: 8px 0 36px; }
.radius-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.candle-card {
  background: #16120d; border: 1px solid rgba(180, 83, 9, 0.2); border-radius: 8px;
  padding: 32px; transition: 0.3s;
}
.candle-card.featured { border-color: #f59e0b; background: #1c1610; }
.candle-card:hover { transform: translateY(-4px); border-color: #f59e0b; }
.c-code { font-size: 11px; letter-spacing: 1px; color: #f59e0b; font-weight: 600; }
.candle-card h3 { font-family: 'Italiana', serif; font-size: 24px; color: #fff; margin: 12px 0 16px; }
.c-scent-notes { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.c-scent-notes span { background: rgba(180, 83, 9, 0.15); color: #f59e0b; font-size: 11px; padding: 4px 8px; border-radius: 4px; }
.candle-card p { font-size: 14px; color: #a89f91; }

.calc-chamber-section { padding: 40px 6% 100px; max-width: 1300px; margin: 0 auto; }
.calc-chamber-box {
  background: #16120d; border: 1px solid rgba(180, 83, 9, 0.3); border-radius: 12px;
  padding: 44px; box-shadow: 0 20px 60px rgba(0,0,0,0.8);
}
.cc-head span { font-size: 11px; letter-spacing: 3px; color: #f59e0b; text-transform: uppercase; }
.cc-head h2 { font-family: 'Italiana', serif; font-size: 36px; color: #fff; margin: 8px 0 10px; }
.cc-head p { font-size: 14px; color: #a89f91; margin-bottom: 36px; }

.cc-controls-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 36px; margin-bottom: 36px; }
.cc-col label { display: block; font-size: 13px; color: #e5ddd5; margin-bottom: 12px; font-weight: 500; }
input[type="range"] {
  width: 100%; accent-color: #f59e0b; height: 6px; border-radius: 3px; background: #261d14; outline: none; margin-top: 12px;
}
.c-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.cp-btn {
  background: #201912; border: 1px solid rgba(180, 83, 9, 0.25); color: #a89f91;
  padding: 8px 16px; border-radius: 4px; font-size: 12px; cursor: pointer; transition: 0.2s;
}
.cp-btn.active, .cp-btn:hover { background: #f59e0b; color: #000; font-weight: 600; border-color: #f59e0b; }

.cc-results-board {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; background: #0c0907;
  border: 1px solid rgba(180, 83, 9, 0.2); border-radius: 8px; padding: 24px; margin-bottom: 36px;
}
.cc-metric { text-align: center; }
.ccm-lbl { font-size: 10px; letter-spacing: 1px; color: #78716c; display: block; margin-bottom: 6px; }
.ccm-val { font-family: 'Italiana', serif; font-size: 22px; color: #fff; font-weight: 600; display: block; }
.ccm-val.warm { color: #f59e0b; font-size: 18px; }
.ccm-sub { font-size: 11px; color: #a89f91; margin-top: 4px; display: block; }

.cc-foot { text-align: center; }
.candle-footer { text-align: center; padding: 40px 6%; border-top: 1px solid rgba(180, 83, 9, 0.15); color: #78716c; font-size: 13px; }

@media (max-width: 900px) {
  .candle-hero { grid-template-columns: 1fr; }
  .radius-grid { grid-template-columns: 1fr; }
  .cc-controls-grid { grid-template-columns: 1fr; }
  .cc-results-board { grid-template-columns: 1fr 1fr; }
}
