.hero-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,100,51,.08), transparent 45%);
}

.hero-tag {
  z-index: 2;
  background: rgba(16,32,44,.9);
  padding: 13px 16px;
  border-radius: 8px;
}

.card figure {
  height: 205px;
  margin: 0 0 24px;
  border-radius: 9px;
  overflow: hidden;
  background: #fff;
}

.card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.crop-mug { object-position: 6% 58%; transform: scale(1.15); }
.crop-thermal { object-position: 42% 38%; transform: scale(1.2); }
.crop-pen { object-position: 52% 94%; transform: scale(1.2); }
.crop-beer { object-position: 91% 45%; transform: scale(1.2); }

:root {
  --orange: #eeac25;
  --orange2: #cc8610;
  --yellow: #f5be43;
  --ink: #17130c;
  --navy: #11100d;
  --cream: #fffaf0;
}

.brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.brand-mark { display: none; }

.topbar {
  background: #11100d;
  color: #fff;
  border-bottom-color: rgba(238,172,37,.28);
}

.hero-visual > img {
  object-position: center;
}

.hero-visual::after {
  background: linear-gradient(90deg, rgba(17,16,13,.08), transparent 50%);
}

.card figure {
  background: #fff;
}

.card figure img {
  object-position: center;
  transform: none;
}

.gold-card {
  background: linear-gradient(145deg, #f5be43, #df9414);
  color: #17130c;
}

.floating-wa {
  border: 3px solid #f5be43;
}

footer .brand img {
  width: 58px;
  height: 58px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  max-width: 920px;
  margin: auto;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
  background: #11100d;
  border: 1px solid rgba(245,190,67,.4);
  border-radius: 12px;
  box-shadow: 0 18px 55px rgba(0,0,0,.35);
}

.cookie-banner[hidden] { display: none; }
.cookie-banner strong { color: #f5be43; }
.cookie-banner p { margin: 4px 0 0; font-size: .86rem; color: #d6d2ca; }
.cookie-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.cookie-actions button { padding: 10px 16px; border-radius: 7px; font: inherit; font-weight: 800; cursor: pointer; }
.cookie-actions > button:first-child { color: #fff; background: transparent; border: 1px solid #777; }
.cookie-actions .btn { box-shadow: none; }

@media (max-width: 620px) {
  .cookie-banner { align-items: stretch; flex-direction: column; gap: 14px; }
  .cookie-actions button { flex: 1; }
}
