/* ===== F2L Brewing Co. — Style Sheet ===== */

/* --- Custom Properties --- */
:root {
  --color-dark: #0f0d0a;
  --color-darker: #0a0907;
  --color-surface: #1c1915;
  --color-surface-hover: #262220;
  --color-surface-light: #2a2520;
  --color-amber: #d4940a;
  --color-amber-light: #f5b731;
  --color-amber-glow: rgba(212, 148, 10, 0.15);
  --color-foam: #fef3c7;
  --color-foam-dim: #c9b888;
  --color-copper: #b45309;
  --color-danger: #ef4444;
  --color-success: #22c55e;
  --color-mid: #eab308;
  --color-text: #e8e0d0;
  --color-text-muted: #8a8070;
  --color-border: rgba(212, 148, 10, 0.12);
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', -apple-system, sans-serif;
  --radius: 16px;
  --radius-sm: 10px;
  --radius-xs: 6px;
  --max-width: 1100px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.3);
  --shadow-md: 0 8px 30px rgba(0,0,0,0.4);
  --shadow-lg: 0 20px 60px rgba(0,0,0,0.5);
  --shadow-glow: 0 0 40px rgba(212, 148, 10, 0.08);
}

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--color-darker);
  color: var(--color-text);
  line-height: 1.6;
  min-height: 100vh;
  background-image:
    radial-gradient(ellipse at 20% 50%, rgba(212, 148, 10, 0.03) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(180, 83, 9, 0.03) 0%, transparent 50%);
}

a { color: var(--color-amber-light); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--color-foam); }
img { max-width: 100%; height: auto; display: block; }

/* --- Decorative Divider --- */
.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 3rem 0;
  color: var(--color-amber);
  opacity: 0.4;
}
.divider::before, .divider::after {
  content: '';
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, var(--color-amber), transparent);
}
.divider svg { flex-shrink: 0; }

/* --- Navigation --- */
.main-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(15, 13, 10, 0.95);
  border-bottom: 1px solid var(--color-border);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.nav-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.nav-logo {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-amber) !important;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.nav-logo-sub {
  font-size: 0.65rem;
  color: var(--color-text-muted);
  font-family: var(--font-body);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 0.3rem;
}

.nav-link {
  color: var(--color-text-muted) !important;
  padding: 0.5rem 1.1rem;
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all var(--transition);
  letter-spacing: 0.02em;
}

.nav-link:hover {
  background: var(--color-amber-glow);
  color: var(--color-amber-light) !important;
}

.nav-link.active {
  background: var(--color-amber);
  color: var(--color-dark) !important;
  font-weight: 600;
}

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; }
.nav-toggle span {
  display: block; width: 22px; height: 2px;
  background: var(--color-foam-dim); margin: 5px 0;
  transition: var(--transition); border-radius: 2px;
}
.nav-toggle.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* --- Layout --- */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 3rem 2rem;
}

.page-section { margin-bottom: 4rem; }

/* --- Hero Section --- */
.hero {
  text-align: center;
  padding: 6rem 2rem 5rem;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(212, 148, 10, 0.1) 0%, transparent 60%),
    radial-gradient(ellipse at 50% 100%, rgba(180, 83, 9, 0.06) 0%, transparent 50%),
    var(--color-dark);
}

.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d4940a' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  animation: grain 8s steps(10) infinite;
}

@keyframes grain {
  0%, 100% { transform: translate(0, 0); }
  10% { transform: translate(-5%, -10%); }
  30% { transform: translate(3%, -15%); }
  50% { transform: translate(12%, 9%); }
  70% { transform: translate(9%, 4%); }
  90% { transform: translate(-1%, 7%); }
}

.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to top, var(--color-darker), transparent);
  pointer-events: none;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--color-amber-glow);
  border: 1px solid var(--color-border);
  border-radius: 100px;
  padding: 0.4rem 1.2rem;
  font-size: 0.75rem;
  color: var(--color-amber-light);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 600;
  margin-bottom: 2rem;
  position: relative;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(3rem, 7vw, 5rem);
  color: var(--color-foam);
  margin-bottom: 0.3rem;
  position: relative;
  line-height: 1.1;
}

.hero-title span {
  display: block;
  color: var(--color-amber);
}

.hero-subtitle {
  font-family: var(--font-heading);
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  color: var(--color-foam-dim);
  font-style: italic;
  margin-bottom: 1.2rem;
  position: relative;
}

.hero-tagline {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  max-width: 480px;
  margin: 0 auto 2.5rem;
  min-height: 1.6em;
  position: relative;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--color-amber);
  color: var(--color-dark) !important;
  font-weight: 700;
  padding: 1rem 2.4rem;
  border-radius: 100px;
  font-size: 1rem;
  transition: all var(--transition);
  position: relative;
  box-shadow: 0 4px 20px rgba(212, 148, 10, 0.3);
}

.hero-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(212, 148, 10, 0.4);
  background: var(--color-amber-light);
}

.hero-cta svg {
  transition: transform var(--transition);
}
.hero-cta:hover svg {
  transform: translateX(3px);
}

/* --- Section Headers --- */
.section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-header .overline {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--color-amber);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* --- Beer Cards Grid --- */
.beer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
}

.beer-card {
  background: var(--color-surface);
  border-radius: var(--radius);
  border: 1px solid var(--color-border);
  padding: 1.5rem;
  transition: all var(--transition);
  display: flex;
  gap: 1.5rem;
  align-items: center;
  cursor: pointer;
  text-decoration: none !important;
  color: var(--color-text) !important;
  position: relative;
  overflow: hidden;
}

.beer-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, var(--color-amber), var(--color-copper));
  border-radius: var(--radius) 0 0 var(--radius);
}

.beer-card:hover {
  background: var(--color-surface-hover);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md), var(--shadow-glow);
  border-color: rgba(212, 148, 10, 0.25);
}

.beer-card-img {
  width: 90px;
  height: 120px;
  border-radius: var(--radius-sm);
  object-fit: contain;
  flex-shrink: 0;
  background: var(--color-darker);
  padding: 4px;
  border: 1px solid var(--color-border);
}

.beer-card-info h3 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: var(--color-amber);
  margin-bottom: 0.15rem;
}

.beer-card-info .batch {
  font-size: 0.72rem;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 600;
}

.beer-card-info .tagline {
  font-size: 0.85rem;
  color: var(--color-foam-dim);
  font-style: italic;
  margin-top: 0.5rem;
  line-height: 1.4;
}

.beer-card-rating {
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--color-amber-light);
  margin-top: 0.5rem;
}

.beer-card-rating small {
  font-size: 0.7rem;
  color: var(--color-text-muted);
  font-family: var(--font-body);
}

/* --- Beer Detail Page --- */
.beer-detail-header {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3rem;
  align-items: start;
  margin-bottom: 3rem;
}

.beer-label-container {
  position: relative;
}

.beer-label-img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--color-border);
}

.beer-label-container::after {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: calc(var(--radius) + 8px);
  border: 1px solid var(--color-border);
  pointer-events: none;
}

.beer-stats h1 {
  font-family: var(--font-heading);
  font-size: 3rem;
  color: var(--color-amber);
  margin-bottom: 0.1rem;
  line-height: 1;
}

.beer-stats .beer-full-name {
  font-size: 1.15rem;
  color: var(--color-foam-dim);
  font-style: italic;
  margin-bottom: 1.5rem;
}

.stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.stat-item {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 0.8rem 1rem;
}

.stat-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--color-text-muted);
  font-weight: 600;
  display: block;
  margin-bottom: 0.15rem;
}

.stat-value {
  font-size: 1rem;
  color: var(--color-foam);
  font-weight: 600;
}

.tasting-notes {
  margin-top: 0.5rem;
  padding: 1.2rem 1.4rem;
  background: var(--color-surface);
  border-radius: var(--radius-sm);
  border: 1px solid var(--color-border);
  position: relative;
  overflow: hidden;
}

.tasting-notes::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, var(--color-amber), var(--color-copper));
}

.tasting-notes .label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--color-text-muted);
  margin-bottom: 0.4rem;
  font-weight: 600;
}

.tasting-notes p {
  font-style: italic;
  color: var(--color-foam-dim);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* --- Beer Story --- */
.beer-story {
  background: var(--color-surface);
  border-radius: var(--radius);
  padding: 2.5rem;
  margin-bottom: 3rem;
  border: 1px solid var(--color-border);
  position: relative;
}

.beer-story::before {
  content: '\201C';
  position: absolute;
  top: 10px;
  left: 20px;
  font-family: var(--font-heading);
  font-size: 6rem;
  color: var(--color-amber);
  opacity: 0.1;
  line-height: 1;
}

.beer-story h3 {
  font-family: var(--font-heading);
  color: var(--color-amber);
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}

.beer-story p {
  margin-bottom: 1.2rem;
  color: var(--color-text);
  line-height: 1.9;
}

.beer-story em { color: var(--color-foam-dim); }

/* --- Rating Form --- */
#rating-form {
  background: var(--color-surface);
  border-radius: var(--radius);
  padding: 2.5rem;
  margin-bottom: 3rem;
  border: 1px solid var(--color-border);
  position: relative;
}

#rating-form h2 {
  font-family: var(--font-heading);
  color: var(--color-amber);
  font-size: 2rem;
  margin-bottom: 0.3rem;
}

.form-subtitle {
  color: var(--color-text-muted);
  font-size: 0.85rem;
  font-style: italic;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--color-border);
}

.rating-slider-group {
  margin-bottom: 2.2rem;
  padding-bottom: 2.2rem;
  border-bottom: 1px solid rgba(255,255,255,0.03);
}

.rating-slider-group:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.slider-label {
  display: block;
  font-weight: 600;
  color: var(--color-foam);
  margin-bottom: 0.8rem;
  font-size: 1rem;
}

.slider-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

.slider-hints {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider-low, .slider-high {
  font-size: 0.72rem;
  color: var(--color-text-muted);
  line-height: 1.3;
  max-width: 140px;
}

.slider-low { text-align: left; }
.slider-high { text-align: right; }

.slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}

.beer-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: var(--color-darker);
  outline: none;
  cursor: pointer;
  border: 1px solid var(--color-border);
}

.beer-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-amber-light), var(--color-amber));
  cursor: pointer;
  border: 3px solid var(--color-surface);
  box-shadow: 0 2px 10px rgba(212, 148, 10, 0.3);
  transition: all var(--transition);
}

.beer-slider::-webkit-slider-thumb:hover {
  background: linear-gradient(135deg, var(--color-foam), var(--color-amber-light));
  box-shadow: 0 2px 16px rgba(212, 148, 10, 0.5);
  transform: scale(1.1);
}

.beer-slider::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-amber-light), var(--color-amber));
  cursor: pointer;
  border: 3px solid var(--color-surface);
  box-shadow: 0 2px 10px rgba(212, 148, 10, 0.3);
}

.slider-value {
  position: absolute;
  right: -48px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--color-amber-light);
  background: var(--color-darker);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xs);
}

/* --- Checkboxes --- */
.checkbox-section {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--color-border);
}

.checkbox-section h3 {
  font-family: var(--font-heading);
  color: var(--color-foam);
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}

.checkbox-section h3 .subtitle {
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: var(--color-text-muted);
  font-weight: 400;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.beer-checkbox {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem 1rem;
  cursor: pointer;
  font-size: 0.88rem;
  color: var(--color-text);
  transition: all var(--transition);
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
}

.beer-checkbox:hover {
  color: var(--color-foam);
  background: var(--color-amber-glow);
  border-color: var(--color-border);
}

.beer-checkbox input[type="checkbox"] { display: none; }

.checkmark {
  width: 24px;
  height: 24px;
  border: 2px solid var(--color-text-muted);
  border-radius: var(--radius-xs);
  flex-shrink: 0;
  transition: all var(--transition);
  position: relative;
}

.beer-checkbox input:checked + .checkmark {
  background: var(--color-amber);
  border-color: var(--color-amber);
  box-shadow: 0 0 12px rgba(212, 148, 10, 0.3);
}

.beer-checkbox input:checked + .checkmark::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid var(--color-dark);
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}

/* --- Name Input --- */
.name-field-group {
  margin-bottom: 2rem;
}

.name-input {
  width: 100%;
  padding: 0.8rem 1rem;
  background: var(--color-surface);
  border: 1px solid rgba(212, 148, 10, 0.25);
  border-radius: 8px;
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 1rem;
  margin-top: 0.5rem;
  transition: border-color var(--transition);
  box-sizing: border-box;
}

.name-input:focus {
  outline: none;
  border-color: var(--color-amber);
  box-shadow: 0 0 0 3px var(--color-amber-glow);
}

.name-input::placeholder {
  color: var(--color-text-muted);
  font-style: italic;
}

.optional-tag {
  color: var(--color-text-muted);
  font-weight: 400;
  font-size: 0.8em;
}

/* --- Submit Button --- */
.submit-btn {
  display: block;
  width: 100%;
  margin-top: 2.5rem;
  padding: 1.1rem;
  background: linear-gradient(135deg, var(--color-amber), var(--color-copper));
  color: var(--color-dark);
  font-weight: 700;
  font-size: 1.1rem;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: all var(--transition);
  font-family: var(--font-body);
  box-shadow: 0 4px 20px rgba(212, 148, 10, 0.3);
  letter-spacing: 0.02em;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(212, 148, 10, 0.4);
}

.submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.submit-message {
  text-align: center;
  padding: 1.2rem;
  color: var(--color-amber-light);
  font-style: italic;
  font-size: 0.95rem;
  transition: all var(--transition);
  background: var(--color-amber-glow);
  border-radius: var(--radius-sm);
  margin-top: 1rem;
}

.hidden { display: none; }
.show { display: block; }

/* --- Community Verdicts --- */
#community-verdicts {
  background: var(--color-surface);
  border-radius: var(--radius);
  padding: 2.5rem;
  margin-bottom: 3rem;
  border: 1px solid var(--color-border);
}

#community-verdicts h2 {
  font-family: var(--font-heading);
  color: var(--color-amber);
  font-size: 2rem;
  margin-bottom: 0.3rem;
}

.verdict-count {
  color: var(--color-text-muted);
  font-size: 0.85rem;
  font-style: italic;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--color-border);
}

.no-ratings {
  color: var(--color-text-muted);
  font-style: italic;
  padding: 3rem 0;
  text-align: center;
  font-size: 1.05rem;
}

.verdict-bars { margin-bottom: 2rem; }

.verdict-bar-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.verdict-bar-label {
  min-width: 150px;
  font-size: 0.85rem;
  color: var(--color-foam-dim);
  text-align: right;
  font-weight: 500;
}

.verdict-bar-track {
  flex: 1;
  height: 14px;
  background: var(--color-darker);
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid var(--color-border);
}

.verdict-bar-fill {
  height: 100%;
  border-radius: 7px;
  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.bar-low { background: linear-gradient(90deg, var(--color-danger), #f97316); }
.bar-mid { background: linear-gradient(90deg, #f97316, var(--color-mid)); }
.bar-high { background: linear-gradient(90deg, var(--color-amber), var(--color-success)); }

.verdict-bar-value {
  min-width: 36px;
  font-weight: 700;
  color: var(--color-amber-light);
  font-size: 1rem;
}

/* --- Checkbox Stats --- */
.checkbox-stats {
  padding-top: 2rem;
  border-top: 1px solid var(--color-border);
}

.checkbox-stats h3 {
  font-family: var(--font-heading);
  color: var(--color-foam);
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
}

.checkbox-stat {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

.cb-stat-label {
  min-width: 230px;
  font-size: 0.82rem;
  color: var(--color-foam-dim);
  text-align: right;
}

.cb-stat-bar-track {
  flex: 1;
  height: 10px;
  background: var(--color-darker);
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid var(--color-border);
}

.cb-stat-bar-fill {
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(90deg, var(--color-amber), var(--color-amber-light));
  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.cb-stat-value {
  min-width: 44px;
  font-size: 0.85rem;
  color: var(--color-text-muted);
  font-weight: 600;
}

/* --- Hall of Shame --- */
.shame-list { margin-top: 2rem; }

.shame-entry {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: var(--color-surface);
  border-radius: var(--radius);
  padding: 1.5rem 2rem;
  margin-bottom: 1rem;
  border: 1px solid var(--color-border);
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.shame-entry::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, var(--color-amber), var(--color-copper));
}

.shame-entry:hover {
  background: var(--color-surface-hover);
  transform: translateX(6px);
  box-shadow: var(--shadow-md);
  border-color: rgba(212, 148, 10, 0.2);
}

.shame-rank {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  color: var(--color-amber);
  min-width: 55px;
  text-align: center;
}

.shame-img {
  width: 65px;
  height: 85px;
  border-radius: var(--radius-sm);
  object-fit: contain;
  background: var(--color-darker);
  padding: 3px;
  border: 1px solid var(--color-border);
}

.shame-info { flex: 1; }

.shame-info h3 {
  font-family: var(--font-heading);
  color: var(--color-foam);
  font-size: 1.15rem;
}

.shame-info .batch {
  font-size: 0.72rem;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 600;
}

.shame-verdict {
  font-style: italic;
  font-size: 0.88rem;
  color: var(--color-foam-dim);
  margin-top: 0.3rem;
}

.shame-score { text-align: center; }

.shame-score .number {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  color: var(--color-amber-light);
}

.shame-score .label {
  font-size: 0.68rem;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.lonely-message {
  text-align: center;
  color: var(--color-text-muted);
  font-style: italic;
  padding: 2.5rem;
  background: var(--color-surface);
  border-radius: var(--radius);
  margin-top: 1.5rem;
  border: 1px dashed var(--color-border);
  font-size: 1rem;
}

/* --- About Page --- */
.about-section {
  background: var(--color-surface);
  border-radius: var(--radius);
  padding: 2.5rem;
  margin-bottom: 2rem;
  border: 1px solid var(--color-border);
}

.about-section h2 {
  font-family: var(--font-heading);
  color: var(--color-amber);
  font-size: 1.7rem;
  margin-bottom: 1.2rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--color-border);
}

.about-section h3 {
  font-family: var(--font-heading);
  color: var(--color-foam);
  font-size: 1.1rem;
  margin: 1.5rem 0 0.6rem;
}

.about-section p {
  margin-bottom: 0.8rem;
  line-height: 1.8;
}

.about-section em { color: var(--color-foam-dim); }

/* Timeline */
.timeline {
  position: relative;
  padding-left: 2.5rem;
  margin-top: 1.5rem;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--color-amber), var(--color-copper), transparent);
}

.timeline-item {
  position: relative;
  margin-bottom: 1.8rem;
  padding-left: 0.5rem;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: calc(-2.5rem + 2px);
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--color-amber);
  border: 3px solid var(--color-surface);
  box-shadow: 0 0 10px rgba(212, 148, 10, 0.3);
}

.timeline-date {
  font-size: 0.72rem;
  color: var(--color-amber);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 700;
}

.timeline-text {
  color: var(--color-text);
  font-size: 0.92rem;
  line-height: 1.5;
}

.empty-trophy {
  text-align: center;
  padding: 3rem;
  color: var(--color-text-muted);
  font-style: italic;
}

.empty-trophy .trophy-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
  opacity: 0.2;
  filter: grayscale(0.5);
}

/* --- Page Titles --- */
.page-title {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  color: var(--color-amber);
  margin-bottom: 0.3rem;
}

.page-subtitle {
  color: var(--color-text-muted);
  font-style: italic;
  margin-bottom: 2.5rem;
  font-size: 1rem;
}

/* --- Why Section (Home) --- */
.why-section {
  text-align: center;
  padding: 3rem 2rem;
  background: var(--color-surface);
  border-radius: var(--radius);
  border: 1px solid var(--color-border);
  position: relative;
  overflow: hidden;
}

.why-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--color-amber), transparent);
}

.why-section h2 {
  font-family: var(--font-heading);
  color: var(--color-amber);
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.why-section p {
  max-width: 580px;
  margin: 0 auto;
  color: var(--color-foam-dim);
  font-style: italic;
  line-height: 1.9;
  font-size: 1.02rem;
}

/* --- Stats Banner --- */
.stats-banner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 3rem 0;
}

.stat-card {
  text-align: center;
  padding: 2rem 1rem;
  background: var(--color-surface);
  border-radius: var(--radius);
  border: 1px solid var(--color-border);
}

.stat-card .number {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  color: var(--color-amber);
  line-height: 1;
  margin-bottom: 0.3rem;
}

.stat-card .desc {
  font-size: 0.8rem;
  color: var(--color-text-muted);
  font-style: italic;
}

/* --- Footer --- */
.site-footer {
  text-align: center;
  padding: 3rem 2rem;
  border-top: 1px solid var(--color-border);
  color: var(--color-text-muted);
  font-size: 0.78rem;
  margin-top: 2rem;
  background: var(--color-dark);
}

.site-footer p { margin-bottom: 0.4rem; }
.site-footer .footer-logo {
  font-family: var(--font-heading);
  color: var(--color-amber);
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  opacity: 0.5;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .nav-toggle { display: block; }
  .nav-links {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: rgba(15, 13, 10, 0.98);
    flex-direction: column;
    padding: 1rem;
    border-bottom: 1px solid var(--color-border);
    backdrop-filter: blur(20px);
  }
  .nav-links.open { display: flex; }

  .hero { padding: 4rem 1.5rem 3.5rem; }

  .beer-detail-header {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .beer-label-img {
    max-width: 220px;
    margin: 0 auto;
  }
  .beer-label-container { text-align: center; }

  .slider-value {
    position: static;
    width: auto;
    height: auto;
    background: none;
    border: none;
    text-align: right;
    margin-left: auto;
  }
  .slider-wrapper {
    padding-right: 0;
  }

  .checkbox-grid { grid-template-columns: 1fr; }

  .verdict-bar-label { min-width: 90px; font-size: 0.78rem; }
  .cb-stat-label { min-width: 140px; font-size: 0.72rem; }
  .shame-entry { flex-wrap: wrap; gap: 1rem; padding: 1.2rem; }
  .stat-grid { grid-template-columns: 1fr; }
  .stats-banner { grid-template-columns: 1fr; gap: 1rem; }
  .container { padding: 2rem 1.2rem; }
}

/* --- Photo Gallery --- */

.photo-gallery {
  background: var(--color-surface);
  border: 1px solid var(--color-amber-glow);
  border-radius: 12px;
  padding: 2.5rem;
  margin-bottom: 2rem;
}

.photo-gallery h2 {
  font-family: var(--font-display);
  color: var(--color-amber);
  font-size: 2rem;
  margin-bottom: 0.3rem;
}

.gallery-subtitle {
  color: var(--color-text-muted);
  font-style: italic;
  margin-bottom: 2rem;
  font-size: 0.95rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.gallery-item img {
  width: 100%;
  border-radius: 10px;
  border: 2px solid var(--color-surface-light);
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.gallery-item img:hover {
  border-color: var(--color-amber);
  transform: scale(1.02);
}

.gallery-item-featured {
  grid-column: 1 / -1;
}

.gallery-caption {
  color: var(--color-text-muted);
  font-size: 0.88rem;
  font-style: italic;
  margin-top: 0.8rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .photo-gallery {
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .beer-grid { grid-template-columns: 1fr; }
  .slider-low, .slider-high { font-size: 0.65rem; }
}
