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

* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  background-color: #120e0a;
  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, 10, 0.95); backdrop-filter: blur(16px);
  border: 1px solid rgba(16, 185, 129, 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: #10b981; 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: #10b981; color: #000; font-weight: 600; }

.tile-nav {
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px 6%; border-bottom: 1px solid rgba(16, 185, 129, 0.15);
}
.tile-logo { font-family: 'Cinzel', serif; font-size: 20px; font-weight: 700; color: #10b981; text-decoration: none; letter-spacing: 2px; }
.tile-logo span { font-size: 10px; color: #d97706; margin-left: 8px; font-family: 'Outfit', sans-serif; letter-spacing: 2px; }
.tile-menu { display: flex; gap: 28px; list-style: none; }
.tile-menu a { color: #a89f91; text-decoration: none; font-size: 13px; transition: 0.2s; }
.tile-menu a:hover { color: #10b981; }

.btn-emerald-glaze {
  background: linear-gradient(135deg, #10b981, #059669);
  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-emerald-glaze:hover { filter: brightness(1.15); transform: translateY(-1px); }
.btn-tile-ghost {
  border: 1px solid rgba(16, 185, 129, 0.35); color: #10b981; padding: 12px 24px;
  border-radius: 4px; text-decoration: none; font-size: 13px; transition: 0.3s;
}
.btn-tile-ghost:hover { background: rgba(16, 185, 129, 0.1); }

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

.glazes-section { padding: 80px 6%; max-width: 1400px; margin: 0 auto; }
.glazes-head span { font-size: 11px; letter-spacing: 3px; color: #10b981; text-transform: uppercase; }
.glazes-head h2 { font-family: 'Cinzel', serif; font-size: 36px; color: #fff; margin: 8px 0 36px; }
.glazes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.glaze-card {
  background: #18130e; border: 1px solid rgba(16, 185, 129, 0.18); border-radius: 8px;
  padding: 32px; transition: 0.3s;
}
.glaze-card.featured { border-color: #10b981; background: #201912; }
.glaze-card:hover { transform: translateY(-4px); border-color: #10b981; }
.gz-tone { font-size: 10px; letter-spacing: 1.5px; color: #10b981; font-weight: 600; }
.glaze-card h4 { font-family: 'Cinzel', serif; font-size: 20px; color: #fff; margin: 12px 0 14px; }
.glaze-card p { font-size: 13px; color: #a89f91; }

.calc-section { padding: 40px 6% 100px; max-width: 1300px; margin: 0 auto; }
.calc-box {
  background: #18130e; border: 1px solid rgba(16, 185, 129, 0.3); border-radius: 12px;
  padding: 44px; box-shadow: 0 20px 60px rgba(0,0,0,0.8);
}
.cb-head span { font-size: 11px; letter-spacing: 3px; color: #10b981; text-transform: uppercase; }
.cb-head h2 { font-family: 'Cinzel', serif; font-size: 34px; color: #fff; margin: 8px 0 10px; }
.cb-head p { font-size: 14px; color: #a89f91; margin-bottom: 32px; }

.cb-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-bottom: 36px; }
.cbc-col label { display: block; font-size: 13px; color: #e2e8f0; margin-bottom: 12px; font-weight: 500; }
input[type="range"] {
  width: 100%; accent-color: #10b981; height: 6px; border-radius: 3px; background: #261d14; outline: none; margin-top: 12px;
}
.t-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.tp-btn {
  background: #231b14; border: 1px solid rgba(16, 185, 129, 0.25); color: #a89f91;
  padding: 10px 18px; border-radius: 6px; font-size: 12px; cursor: pointer; transition: 0.2s;
}
.tp-btn.active, .tp-btn:hover { background: #10b981; color: #000; font-weight: 600; border-color: #10b981; }

.cb-readout {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; background: #0c0906;
  border: 1px solid rgba(16, 185, 129, 0.2); border-radius: 8px; padding: 24px; margin-bottom: 36px;
}
.cbr-metric, .cbrm-metric { text-align: center; }
.cbrm-lbl { font-size: 10px; letter-spacing: 1px; color: #78716c; display: block; margin-bottom: 6px; }
.cbrm-val { font-family: 'Cinzel', serif; font-size: 20px; color: #fff; font-weight: 700; display: block; }
.cbrm-val.green { color: #10b981; }
.cbrm-sub { font-size: 11px; color: #a89f91; margin-top: 4px; display: block; }

.cb-foot { text-align: center; }
.tile-footer { text-align: center; padding: 40px 6%; border-top: 1px solid rgba(16, 185, 129, 0.15); color: #78716c; font-size: 13px; }

@media (max-width: 900px) {
  .tile-hero { grid-template-columns: 1fr; }
  .glazes-grid { grid-template-columns: 1fr; }
  .cb-controls { grid-template-columns: 1fr; }
  .cb-readout { grid-template-columns: 1fr 1fr; }
}
