:root {
  --hc-site-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --hc-site-ink: #24170f;
  --hc-site-cream: #f6efe3;
  --hc-site-gold: #d8aa3c;
  --hc-site-gold-light: #e7c57b;
  --hc-site-copper: #a86428;
  --hc-site-dark: #160f0a;
}

body {
  font-family: var(--hc-site-font);
}

body > .hc-footer.hc-footer--global {
  display: block;
  position: relative;
  left: 50%;
  width: min(1180px, calc(100vw - 40px));
  margin: 28px 0 30px;
  padding: 0 0 28px;
  box-sizing: border-box;
  transform: translateX(-50%);
  color: rgba(255, 248, 232, 0.78);
  font-family: var(--hc-site-font);
  font-size: 13px;
  text-align: left;
}

.hc-footer--global .hc-footer-panel {
  width: min(840px, 100%);
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 8px 4px;
  border-top: 1px solid rgba(231, 197, 123, 0.2);
}

.hc-footer--global .hc-footer-groups {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  gap: clamp(24px, 5vw, 64px);
  max-width: 760px;
  margin: 0 auto;
}

.hc-footer--global .hc-footer-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.hc-footer--global .hc-footer-group > p {
  margin: 0 0 4px;
  color: var(--hc-site-gold-light);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hc-footer--global .hc-footer-group a,
.hc-footer--global .hc-footer-group a:link,
.hc-footer--global .hc-footer-group a:visited {
  border: 0;
  color: rgba(255, 248, 232, 0.8) !important;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: color 150ms ease, font-weight 150ms ease;
}

.hc-footer--global .hc-footer-group a:hover,
.hc-footer--global .hc-footer-group a:focus-visible {
  color: #fff !important;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--hc-site-gold);
  text-underline-offset: 4px;
}

.hc-footer--global .hc-footer-meta {
  width: min(940px, 100%);
  box-sizing: border-box;
  margin: 0 auto;
  padding: 16px 8px 0;
  color: rgba(255, 248, 232, 0.5);
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

.hc-footer--global .hc-footer-meta p {
  margin: 0;
}

.hc-footer--global .hc-footer-meta a,
.hc-footer--global .hc-footer-meta a:link,
.hc-footer--global .hc-footer-meta a:visited {
  border: 0;
  color: inherit !important;
  font-weight: 600;
  text-decoration: none;
}

.hc-footer--global .hc-footer-meta a:hover,
.hc-footer--global .hc-footer-meta a:focus-visible {
  color: rgba(255, 248, 232, 0.8) !important;
}

.hc-footer--global .hc-footer-compact {
  display: none;
}

body > .hc-footer.hc-footer--global.hc-footer--compact {
  margin-top: 18px;
  margin-bottom: 22px;
  padding-bottom: 0;
  text-align: center;
}

.hc-footer--global.hc-footer--compact .hc-footer-panel,
.hc-footer--global.hc-footer--compact .hc-footer-meta,
body.hc-footer-game-mode .hc-footer--global .hc-footer-panel,
body.hc-footer-game-mode .hc-footer--global .hc-footer-meta {
  display: none;
}

.hc-footer--global.hc-footer--compact .hc-footer-compact,
body.hc-footer-game-mode .hc-footer--global .hc-footer-compact {
  display: block;
  color: rgba(255, 248, 232, 0.42);
  font-size: 10px;
  line-height: 1.55;
}

.hc-footer--global.hc-footer--compact .hc-footer-compact a,
.hc-footer--global.hc-footer--compact .hc-footer-compact a:link,
.hc-footer--global.hc-footer--compact .hc-footer-compact a:visited {
  border: 0;
  color: rgba(255, 248, 232, 0.42) !important;
  font-weight: 600;
  text-decoration: none;
}

.hc-footer--global.hc-footer--compact .hc-footer-compact a:hover,
.hc-footer--global.hc-footer--compact .hc-footer-compact a:focus-visible {
  color: rgba(255, 248, 232, 0.72) !important;
}

@media (max-width: 800px) {
  .hc-footer--global .hc-footer-groups {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 30px 24px;
  }
}

@media (max-width: 520px) {
  body > .hc-footer.hc-footer--global {
    width: calc(100vw - 20px);
    margin-top: 18px;
  }

  .hc-footer--global .hc-footer-panel {
    padding: 20px 14px 4px;
  }

  .hc-footer--global .hc-footer-meta { padding: 14px 6px 0; }
}

.hc-footer-copyright .hc-footer-brand-link,
.hc-footer-copyright .hc-footer-brand-link:link,
.hc-footer-copyright .hc-footer-brand-link:visited {
  color: inherit !important;
  text-decoration: none;
  border-bottom: 1px solid rgba(244, 228, 189, 0.32);
}

.hc-footer-copyright .hc-footer-brand-link:hover,
.hc-footer-copyright .hc-footer-brand-link:focus-visible {
  color: #ffffff !important;
  border-bottom-color: var(--hc-site-gold-light);
}

body.hc-whiskies-page .catalogue-wordmark strong,
body.hc-whiskies-page .catalogue-hero h1,
body.hc-whiskies-page .catalogue-panel h2,
body.hc-whiskies-page .catalogue-cta h2,
body.hc-whiskies-page .catalogue-account-panel h2,
body.hc-whiskies-page .catalogue-stat-grid article > strong,
body.hc-whiskies-page .catalogue-stat-grid h2,
body.hc-whiskies-page .catalogue-total strong,
body.hc-whiskies-page .catalogue-rank-row > span,
body.hc-whiskies-page .catalogue-rank-row > b,
body.hc-whiskies-page .catalogue-callout strong,
body.hc-whiskies-page .catalogue-account-links strong {
  font-family: var(--hc-site-font);
}
