:root {
  --whc-amber: #b5651d;
  --whc-amber-dark: #7a3e12;
  --whc-cream: #f7f1e6;
  --whc-gold: #c99700;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background-color: var(--whc-cream);
  color: #2b2118;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--whc-gold);
}

/* Navbar branding */
.whc-navbar {
  background: linear-gradient(90deg, var(--whc-amber-dark), var(--whc-amber));
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.whc-navbar .navbar-brand,
.whc-navbar .nav-link {
  color: var(--whc-cream) !important;
}

.whc-navbar .nav-link:hover {
  color: #fff !important;
  text-decoration: underline;
}

.whc-logo {
  font-size: 1.35rem;
  letter-spacing: 1px;
}

/* Klein logo links in de navbar */
.whc-brand-logo {
  height: 42px;
  width: auto;
}

.whc-tagline {
  font-size: 0.85rem;
  font-weight: 400;
  opacity: 0.85;
  margin-left: 0.6rem;
}

/* Groot logo in de hero */
.whc-hero-logo {
  height: 190px;
  width: auto;
  flex-shrink: 0;
}

/* Buttons */
.btn-primary {
  background-color: var(--whc-amber);
  border-color: var(--whc-amber-dark);
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--whc-amber-dark);
  border-color: var(--whc-amber-dark);
}

/* Cards */
.card {
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.whc-hero {
  background: linear-gradient(135deg, var(--whc-amber-dark), var(--whc-amber));
  color: var(--whc-cream);
  border-radius: 0.75rem;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
}

/* Rating badge */
.whc-rating {
  display: inline-block;
  min-width: 2.6rem;
  text-align: center;
  background-color: var(--whc-gold);
  color: #2b2118;
  font-weight: 700;
  border-radius: 0.4rem;
  padding: 0.15rem 0.5rem;
}

.text-brown {
  color: var(--whc-amber-dark);
}

/* Standaard whiskyglas als er geen foto is */
.whc-thumb-glass {
  height: 40px;
  width: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Whiskyglas als inline-accent aan het einde van de hero-tekst */
.whc-hero-glass {
  height: 1.6em;
  width: auto;
  vertical-align: -0.4em;
  margin-left: 0.15em;
}

/* Fotostrook op de 'Uitgelicht'-kaarten */
.whc-card-photo {
  height: 140px;
  object-fit: contain;
  background-color: #fff;
}

.footer {
  background-color: var(--whc-cream);
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
