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

* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  background-color: #0f0b08;
  color: #e5ddd5;
  font-family: 'Plus Jakarta Sans', 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(212, 175, 55, 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: #d4af37; font-weight: 600; white-space: nowrap; }
.simple-switcher a { color: #a1a1aa; 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: #d4af37; color: #000; font-weight: 600; }

.boot-nav {
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px 6%; border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}
.boot-logo { font-family: 'Cinzel', serif; font-size: 19px; font-weight: 700; color: #d4af37; text-decoration: none; letter-spacing: 2px; }
.boot-logo span { font-size: 10px; color: #78716c; margin-left: 8px; font-family: 'Plus Jakarta Sans', sans-serif; letter-spacing: 2px; }
.boot-menu { display: flex; gap: 28px; list-style: none; }
.boot-menu a { color: #a1a1aa; text-decoration: none; font-size: 13px; transition: 0.2s; }
.boot-menu a:hover { color: #d4af37; }

.btn-cognac {
  background: linear-gradient(135deg, #d4af37, #aa8c2c);
  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-cognac:hover { filter: brightness(1.15); transform: translateY(-1px); }
.btn-boot-ghost {
  border: 1px solid rgba(212, 175, 55, 0.35); color: #d4af37; padding: 12px 24px;
  border-radius: 4px; text-decoration: none; font-size: 13px; transition: 0.3s;
}
.btn-boot-ghost:hover { background: rgba(212, 175, 55, 0.1); }

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

.last-section { padding: 80px 6%; max-width: 1400px; margin: 0 auto; }
.last-head span { font-size: 11px; letter-spacing: 3px; color: #d4af37; text-transform: uppercase; }
.last-head h2 { font-family: 'Playfair Display', serif; font-size: 36px; color: #fff; margin: 8px 0 36px; }
.last-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.last-card {
  background: #17120e; border: 1px solid rgba(212, 175, 55, 0.18); border-radius: 8px;
  padding: 32px; transition: 0.3s;
}
.last-card.featured { border-color: #d4af37; background: #221b14; }
.last-card:hover { transform: translateY(-4px); border-color: #d4af37; }
.lc-tag { font-size: 10px; letter-spacing: 1.5px; color: #d4af37; font-weight: 600; }
.last-card h4 { font-family: 'Playfair Display', serif; font-size: 20px; color: #fff; margin: 12px 0 14px; }
.last-card p { font-size: 13px; color: #a1a1aa; }

.specifier-section { padding: 40px 6% 100px; max-width: 1300px; margin: 0 auto; }
.specifier-box {
  background: #17120e; border: 1px solid rgba(212, 175, 55, 0.3); border-radius: 12px;
  padding: 44px; box-shadow: 0 20px 60px rgba(0,0,0,0.8);
}
.sb-head span { font-size: 11px; letter-spacing: 3px; color: #d4af37; text-transform: uppercase; }
.sb-head h2 { font-family: 'Playfair Display', serif; font-size: 34px; color: #fff; margin: 8px 0 10px; }
.sb-head p { font-size: 14px; color: #a1a1aa; margin-bottom: 32px; }

.sb-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-bottom: 36px; }
.sbc-col label { display: block; font-size: 13px; color: #e2e8f0; margin-bottom: 12px; font-weight: 600; }
.b-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.bp-btn {
  background: #241c15; border: 1px solid rgba(212, 175, 55, 0.25); color: #a1a1aa;
  padding: 10px 18px; border-radius: 6px; font-size: 12px; cursor: pointer; transition: 0.2s;
}
.bp-btn.active, .bp-btn:hover { background: #d4af37; color: #000; font-weight: 600; border-color: #d4af37; }

.sb-readout {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; background: #0b0806;
  border: 1px solid rgba(212, 175, 55, 0.2); border-radius: 8px; padding: 24px; margin-bottom: 36px;
}
.sbr-stat { text-align: center; }
.sbrs-lbl { font-size: 10px; letter-spacing: 1px; color: #78716c; display: block; margin-bottom: 6px; }
.sbrs-val { font-family: 'Playfair Display', serif; font-size: 20px; color: #fff; font-weight: 700; display: block; }
.sbrs-val.cognac { color: #d4af37; font-size: 18px; }
.sbrs-sub { font-size: 11px; color: #a1a1aa; margin-top: 4px; display: block; }

.sb-foot { text-align: center; }
.boot-footer { text-align: center; padding: 40px 6%; border-top: 1px solid rgba(212, 175, 55, 0.15); color: #78716c; font-size: 13px; }

@media (max-width: 900px) {
  .boot-hero { grid-template-columns: 1fr; }
  .last-grid { grid-template-columns: 1fr; }
  .sb-controls { grid-template-columns: 1fr; }
  .sb-readout { grid-template-columns: 1fr 1fr; }
}
