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

* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  background-color: #0b0907;
  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(217, 119, 6, 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: #d97706; 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: #d97706; color: #000; font-weight: 600; }

.whisky-nav {
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px 6%; border-bottom: 1px solid rgba(217, 119, 6, 0.15);
}
.whisky-logo { font-family: 'Cinzel', serif; font-size: 20px; font-weight: 700; color: #f59e0b; text-decoration: none; letter-spacing: 2px; }
.whisky-logo span { font-size: 11px; color: #78716c; letter-spacing: 3px; margin-left: 8px; }
.whisky-menu { display: flex; gap: 28px; list-style: none; }
.whisky-menu a { color: #a89f91; text-decoration: none; font-size: 14px; transition: 0.2s; }
.whisky-menu a:hover { color: #f59e0b; }

.btn-whisky-amber {
  background: linear-gradient(135deg, #d97706, #b45309);
  color: #000; font-weight: 600; padding: 12px 24px; border-radius: 4px;
  text-decoration: none; font-size: 14px; border: none; cursor: pointer; transition: 0.3s;
}
.btn-whisky-amber:hover { filter: brightness(1.15); transform: translateY(-1px); }
.btn-whisky-ghost {
  border: 1px solid rgba(217, 119, 6, 0.4); color: #d97706; padding: 12px 24px;
  border-radius: 4px; text-decoration: none; font-size: 14px; transition: 0.3s;
}
.btn-whisky-ghost:hover { background: rgba(217, 119, 6, 0.1); }

.whisky-hero {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
  padding: 60px 6% 80px; max-width: 1400px; margin: 0 auto;
}
.whisky-tag { font-size: 11px; letter-spacing: 2px; color: #d97706; font-weight: 600; text-transform: uppercase; }
.whisky-hero h1 { font-family: 'Playfair Display', serif; font-size: 52px; line-height: 1.15; margin: 16px 0 20px; color: #fff; }
.whisky-hero h1 em { font-style: italic; color: #f59e0b; font-weight: 400; }
.whisky-hero p { font-size: 17px; color: #a89f91; max-width: 520px; margin-bottom: 32px; }
.whisky-cta-group { display: flex; gap: 16px; align-items: center; }
.whisky-hero-media img {
  width: 100%; height: 540px; object-fit: cover; border-radius: 12px;
  border: 1px solid rgba(217, 119, 6, 0.25); box-shadow: 0 20px 50px rgba(0,0,0,0.7);
}

.vault-section { padding: 80px 6%; max-width: 1400px; margin: 0 auto; }
.vault-head span { font-size: 11px; letter-spacing: 3px; color: #d97706; text-transform: uppercase; }
.vault-head h2 { font-family: 'Playfair Display', serif; font-size: 36px; color: #fff; margin: 8px 0 40px; }
.vault-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cask-card {
  background: #130f0a; border: 1px solid rgba(217, 119, 6, 0.2); border-radius: 8px;
  padding: 32px; transition: 0.3s;
}
.cask-card.featured { border-color: #d97706; background: #1a140d; }
.cask-card:hover { transform: translateY(-4px); border-color: #f59e0b; }
.cask-num { font-size: 11px; letter-spacing: 1px; color: #d97706; }
.cask-card h3 { font-family: 'Cinzel', serif; font-size: 20px; color: #fff; margin: 12px 0 16px; }
.cask-meta { display: flex; gap: 12px; margin-bottom: 16px; font-size: 12px; color: #f59e0b; }
.cask-meta span { background: rgba(217, 119, 6, 0.12); padding: 4px 8px; border-radius: 4px; }
.cask-card p { font-size: 14px; color: #a89f91; }

.calc-section { padding: 40px 6% 100px; max-width: 1200px; margin: 0 auto; }
.calc-box {
  background: #140f0a; border: 1px solid rgba(217, 119, 6, 0.3); border-radius: 12px;
  padding: 48px; box-shadow: 0 20px 60px rgba(0,0,0,0.8);
}
.calc-header span { font-size: 11px; letter-spacing: 3px; color: #d97706; text-transform: uppercase; }
.calc-header h2 { font-family: 'Playfair Display', serif; font-size: 32px; color: #fff; margin: 8px 0 12px; }
.calc-header p { font-size: 15px; color: #a89f91; max-width: 700px; margin-bottom: 36px; }

.calc-controls { display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px; margin-bottom: 40px; }
.ctrl-col label { display: block; font-size: 14px; color: #e5ddd5; margin-bottom: 12px; font-weight: 500; }
.cask-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.cask-pill {
  background: #1c150e; border: 1px solid rgba(217, 119, 6, 0.3); color: #a89f91;
  padding: 8px 16px; border-radius: 6px; font-size: 13px; cursor: pointer; transition: 0.2s;
}
.cask-pill.active, .cask-pill:hover { background: #d97706; color: #000; font-weight: 600; }
input[type="range"] {
  width: 100%; accent-color: #d97706; height: 6px; border-radius: 3px; background: #261d14; outline: none; margin-top: 12px;
}

.calc-results-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 36px; }
.res-card {
  background: #0d0a07; border: 1px solid rgba(217, 119, 6, 0.2); border-radius: 8px;
  padding: 20px; text-align: center;
}
.res-lbl { font-size: 10px; letter-spacing: 1px; color: #78716c; display: block; margin-bottom: 6px; }
.res-val { font-family: 'Playfair Display', serif; font-size: 24px; color: #fff; font-weight: 600; display: block; }
.res-val.highlight { color: #f59e0b; font-size: 18px; }
.res-sub { font-size: 11px; color: #a89f91; margin-top: 4px; display: block; }
.calc-foot { text-align: center; }

.whisky-footer { text-align: center; padding: 40px 6%; border-top: 1px solid rgba(217, 119, 6, 0.15); color: #78716c; font-size: 13px; }

@media (max-width: 900px) {
  .whisky-hero { grid-template-columns: 1fr; }
  .vault-grid { grid-template-columns: 1fr; }
  .calc-controls { grid-template-columns: 1fr; }
  .calc-results-grid { grid-template-columns: 1fr 1fr; }
}
