:root {
  --hf-gold: #a18959;
  --hf-gold-dark: #8b764c;
  --hf-charcoal: #3c4044;
  --hf-text: #54595f;
  --hf-paper: #f5f2e9;
  --hf-footer: #c6c7c8;
  --hf-white: #ffffff;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--hf-text);
  background: var(--hf-paper);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.72;
  letter-spacing: .2px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; }

.hf-topbar {
  background: var(--hf-gold);
  color: var(--hf-white);
  font-size: 12px;
}

.hf-topbar__inner,
.hf-nav__inner,
.hf-footer__inner {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.hf-topbar__inner {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}

.hf-topbar a {
  text-decoration: none;
  white-space: nowrap;
}

.hf-nav {
  position: relative;
  z-index: 2;
  background: var(--hf-white);
  border-bottom: 1px solid rgba(60, 64, 68, .09);
}

.hf-nav__inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 44px;
}

.hf-brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

.hf-brand img {
  display: block;
  width: 82px;
  height: 82px;
  object-fit: contain;
}

.hf-menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 34px;
  font-size: 15px;
  letter-spacing: .5px;
}

.hf-menu a {
  color: var(--hf-charcoal);
  text-decoration: none;
  transition: color .2s ease;
}

.hf-menu a:hover,
.hf-menu a:focus-visible { color: var(--hf-gold); }

.hf-shop {
  display: inline-flex;
  min-width: 142px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  background: #cbb585;
  color: var(--hf-charcoal);
  text-decoration: none;
  font-size: 15px;
  letter-spacing: .6px;
}

.hf-hero {
  position: relative;
  overflow: hidden;
  background: var(--hf-charcoal);
  color: var(--hf-white);
}

.hf-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(0,0,0,.64), rgba(0,0,0,.2)),
    url("https://hfdistillery.com.ar/wp-content/uploads/hilbing-gin-dry-london.jpg") center 48% / cover no-repeat;
  opacity: .82;
}

.hf-hero__inner {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
  padding: 68px 0 72px;
}

.hf-kicker {
  margin: 0 0 10px;
  color: #ead9b7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.hf-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--hf-white);
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: .5px;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.hf-page {
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
  padding: 64px 0 78px;
}

.hf-legal-content {
  max-width: 860px;
  overflow-wrap: anywhere;
}

.hf-legal-content .meta {
  margin: 0 0 34px;
  color: #777b7e;
  font-size: 14px;
  font-weight: 500;
}

.hf-legal-content p { margin: 0 0 18px; }

.hf-legal-content h2 {
  margin: 42px 0 16px;
  color: var(--hf-charcoal);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .2px;
}

.hf-legal-content ul {
  margin: 0 0 22px;
  padding-left: 24px;
}

.hf-legal-content li { margin-bottom: 8px; }

.hf-legal-content .box {
  margin: 32px 0 38px;
  padding: 24px 26px;
  background: var(--hf-white);
  border-left: 4px solid var(--hf-gold);
  box-shadow: 0 10px 30px rgba(60, 64, 68, .07);
}

.legal-source-footer {
  display: block;
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid rgba(60, 64, 68, .2);
  color: #74787b;
  font-size: 13px;
  line-height: 1.65;
}

.hf-footer {
  position: relative;
  overflow: hidden;
  padding: 64px 0 30px;
  background: var(--hf-footer);
  color: var(--hf-white);
}

.hf-footer::before {
  content: "";
  position: absolute;
  top: 24px;
  left: max(24px, calc((100% - 1140px) / 2));
  width: 88px;
  height: 96px;
  background: url("https://hfdistillery.com.ar/wp-content/uploads/hilbing-frankelogo-white@2x.png") center / contain no-repeat;
  opacity: .9;
}

.hf-footer__inner { position: relative; }

.hf-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 56px;
  padding-top: 74px;
}

.hf-footer h2 {
  margin: 0 0 18px;
  color: var(--hf-white);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.hf-footer p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.55;
}

.hf-footer a { text-decoration: none; }
.hf-footer a:hover,
.hf-footer a:focus-visible { color: var(--hf-charcoal); }

.hf-legal-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
}

.hf-footer__bottom {
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .32);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

@media (max-width: 860px) {
  .hf-topbar__inner { justify-content: center; }
  .hf-topbar__address { display: none; }
  .hf-nav__inner { min-height: 78px; gap: 16px; }
  .hf-brand img { width: 66px; height: 66px; }
  .hf-menu { gap: 18px; font-size: 13px; }
  .hf-menu a:nth-child(2),
  .hf-menu a:nth-child(3),
  .hf-menu a:nth-child(4) { display: none; }
  .hf-shop { min-width: 100px; min-height: 40px; font-size: 13px; }
}

@media (max-width: 600px) {
  body { font-size: 15px; line-height: 1.68; }
  .hf-topbar__inner,
  .hf-nav__inner,
  .hf-footer__inner { width: min(calc(100% - 28px), 1140px); }
  .hf-topbar__inner { min-height: 32px; gap: 14px; font-size: 10px; }
  .hf-topbar__inner a:first-child { display: none; }
  .hf-nav__inner {
    min-height: 72px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 12px;
  }
  .hf-brand img { width: 58px; height: 58px; }
  .hf-menu { min-width: 0; margin-left: 0; gap: 0; }
  .hf-menu a:not(:first-child) { display: none; }
  .hf-shop { min-width: 84px; min-height: 38px; }
  .hf-hero__inner,
  .hf-page { width: min(calc(100% - 36px), 920px); }
  .hf-hero__inner { padding: 50px 0 54px; }
  .hf-hero h1 { font-size: clamp(27px, 8vw, 32px); line-height: 1.1; }
  .hf-page { padding: 42px 0 56px; }
  .hf-legal-content .meta { margin-bottom: 28px; font-size: 13px; }
  .hf-legal-content h2 { margin-top: 34px; font-size: 20px; }
  .hf-legal-content .box { margin: 26px 0 32px; padding: 20px 18px; }
  .hf-footer { padding-top: 42px; }
  .hf-footer::before { top: 20px; left: 18px; width: 68px; height: 74px; }
  .hf-footer__grid { grid-template-columns: 1fr; gap: 30px; padding-top: 62px; }
  .hf-footer h2 { font-size: 24px; }
  .hf-footer__bottom { margin-top: 34px; }
}
