@font-face {
  font-family: "Montserrat Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("./fonts/montserrat-variable.woff2") format("woff2");
}

:root {
  --black: #080808;
  --black-soft: #111111;
  --gold: #c8a65f;
  --gold-light: #e1c581;
  --paper: #f1f0ec;
  --white: #f8f7f4;
  --muted: #a7a7a1;
  --line: rgba(255, 255, 255, 0.14);
  --font-gotham: "Gotham", "Montserrat Variable", "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-gotham);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
a { -webkit-tap-highlight-color: transparent; }

.shell {
  width: min(1380px, calc(100% - 96px));
  margin-inline: auto;
}

.hero {
  padding-bottom: 62px;
  background: var(--black);
}

.site-header {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand {
  width: 138px;
  display: inline-flex;
  flex: 0 0 auto;
  transition: opacity 160ms ease;
}

.brand img {
  width: 100%;
  height: auto;
  aspect-ratio: 900 / 479;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand:hover { opacity: 0.78; }

.header-status {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #c4c1b8;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.header-status span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(200, 166, 95, 0.12);
}

.hero-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(380px, 0.75fr);
  gap: clamp(70px, 10vw, 160px);
  align-items: end;
  padding-block: clamp(72px, 8vw, 118px) clamp(58px, 7vw, 94px);
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.21em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(54px, 6.25vw, 92px);
  font-weight: 700;
  letter-spacing: -0.062em;
  line-height: 0.94;
}

.hero h1 .title-line {
  display: block;
  white-space: nowrap;
}

.hero h1 .title-line-gold {
  color: var(--gold-light);
  font-weight: 500;
}

.hero-content > p {
  margin: 0;
  color: #b6b4ad;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

.hero-actions {
  width: min(100%, 320px);
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 0 20px 0 23px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease,
    border-color 180ms ease;
}

.button:hover { transform: translateY(-2px); }
.button span { font-size: 17px; font-weight: 400; line-height: 1; }

.button:focus-visible,
.brand:focus-visible,
footer a:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 4px;
}

.button-primary { background: var(--gold); color: #090909; }
.button-primary:hover { background: var(--gold-light); }

.button-secondary {
  border-color: rgba(255, 255, 255, 0.24);
  background: transparent;
}

.button-secondary:hover { border-color: var(--gold); color: var(--gold-light); }

.hero-media {
  margin-block: 0;
}

.hero-photo {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #171717;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: grayscale(1);
}

.hero-media figcaption {
  min-height: 76px;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 22px;
  align-items: center;
  margin: 0;
  padding: 0 4px;
  border-bottom: 1px solid var(--line);
}

.hero-media figcaption span {
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.hero-media figcaption strong {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-media figcaption p {
  margin: 0;
  color: #8f8d86;
  font-size: 12px;
}

.quick-info {
  display: grid;
  grid-template-columns: 0.9fr 0.85fr 1.25fr 1.1fr;
  gap: 34px;
  margin-top: 54px;
}

.quick-info div {
  padding-left: 18px;
  border-left: 1px solid rgba(200, 166, 95, 0.65);
}

.quick-info dt {
  margin-bottom: 8px;
  color: #77746d;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.quick-info dd {
  margin: 0;
  color: #d0cec8;
  font-size: 12px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.quick-info a:hover { color: var(--gold-light); }

.partners {
  padding-block: clamp(96px, 10vw, 148px);
  overflow: hidden;
  background: var(--paper);
  color: #111;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 100px;
  align-items: end;
  margin-bottom: 68px;
}

.eyebrow-dark { color: #856622; }

.section-heading h2,
.consumer-copy h2 {
  margin: 0;
  font-size: clamp(42px, 5.1vw, 72px);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.section-heading > p {
  max-width: 420px;
  margin: 0;
  color: #5e5d59;
  font-size: 14px;
  line-height: 1.75;
}

.brand-carousel {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}

.brand-track {
  width: max-content;
  display: flex;
  gap: 14px;
  animation: marquee 28s linear infinite;
}

.brand-carousel:hover .brand-track { animation-play-state: paused; }

.brand-card {
  width: 300px;
  height: 156px;
  display: grid;
  place-items: center;
  padding: 32px;
  border: 1px solid #d7d5cf;
  background: #faf9f6;
}

.brand-logo-frame {
  width: 200px;
  height: 70px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.brand-card img {
  width: 200px;
  height: 70px;
  max-width: none;
  object-fit: contain;
  filter: none;
}

.brand-card img.logo-bacardi-limited {
  filter: brightness(0) saturate(100%) invert(69%) sepia(34%) saturate(762%)
    hue-rotate(3deg) brightness(93%) contrast(87%);
}

.brand-card img.logo-diageo {
  transform: scale(0.82);
}

@keyframes marquee {
  to { transform: translateX(calc(-50% - 7px)); }
}

.consumer-section { padding-block: clamp(88px, 9vw, 130px); }

.consumer-card {
  min-height: 440px;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) auto;
  gap: clamp(42px, 6vw, 92px);
  align-items: end;
  padding: clamp(48px, 6vw, 86px);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(200, 166, 95, 0.52);
  background: #101010;
}

.consumer-card::before {
  content: "";
  width: 330px;
  height: 330px;
  position: absolute;
  top: -178px;
  right: -80px;
  border: 1px solid rgba(200, 166, 95, 0.22);
  border-radius: 50%;
}

.consumer-number {
  align-self: start;
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.consumer-copy { max-width: 780px; }
.consumer-copy .eyebrow { margin-bottom: 16px; }

.consumer-copy p:last-child {
  max-width: 590px;
  margin: 28px 0 0;
  color: #a9a69f;
  font-size: 14px;
  line-height: 1.75;
}

.button-light {
  min-width: 235px;
  position: relative;
  z-index: 2;
  background: var(--gold);
  color: #080808;
}

.button-light:hover { background: var(--gold-light); }

footer {
  padding: 80px 0 28px;
  border-top: 1px solid var(--line);
  background: #050505;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1.25fr 0.65fr;
  gap: 58px;
  padding-bottom: 62px;
}

.footer-brand img { width: 132px; height: auto; }

.footer-brand p,
.footer-column p,
.footer-column a {
  color: #929089;
  font-size: 12px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.footer-brand p { max-width: 240px; margin: 22px 0 0; }

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-column > span {
  margin-bottom: 18px;
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-column p { margin: 0; }
.footer-column a { transition: color 160ms ease; }
.footer-column a:hover { color: var(--gold-light); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #5f5c56;
  font-size: 9px;
  letter-spacing: 0.07em;
  line-height: 1.5;
  text-transform: uppercase;
}

.footer-bottom p { margin: 0; }

@media (max-width: 1100px) {
  .shell { width: min(100% - 56px, 980px); }
  .hero-intro { grid-template-columns: 1.35fr minmax(330px, 0.65fr); gap: 58px; }
  .hero h1 { font-size: clamp(54px, 6.6vw, 72px); }
  .section-heading { gap: 58px; }
  .consumer-card { grid-template-columns: 52px minmax(0, 1fr); }
  .button-light { grid-column: 2; width: max-content; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1.2fr; }
  .footer-column:last-child { grid-column: 2; }
}

@media (max-width: 820px) {
  .site-header { height: 94px; }
  .brand { width: 122px; }
  .header-status { font-size: 9px; }
  .hero-intro { grid-template-columns: 1fr; gap: 38px; padding-block: 72px 56px; }
  .hero-content { max-width: 590px; }
  .hero-actions { max-width: 320px; grid-template-columns: 1fr; }
  .hero-photo { aspect-ratio: 4 / 3; }
  .hero-photo img { object-position: center center; }
  .quick-info { grid-template-columns: 1fr 1fr; }
  .section-heading { grid-template-columns: 1fr; gap: 26px; }
  .section-heading > p { max-width: 600px; }
  .consumer-card { min-height: 500px; grid-template-columns: 1fr; align-items: start; }
  .consumer-number { display: none; }
  .button-light { grid-column: 1; align-self: end; width: max-content; }
  .footer-grid { grid-template-columns: 1.1fr 1fr; }
  .footer-column:last-child { grid-column: auto; }
}

@media (max-width: 600px) {
  .shell { width: calc(100% - 40px); }
  .site-header { height: 82px; }
  .brand { width: 106px; }
  .header-status { max-width: 148px; text-align: right; line-height: 1.45; }
  .header-status span { display: none; }
  .hero-intro { padding-block: 58px 44px; }
  .eyebrow { margin-bottom: 16px; font-size: 9px; }
  .hero h1 { font-size: clamp(44px, 13.3vw, 58px); line-height: 0.96; }
  .hero h1 .title-line-primary { white-space: normal; }
  .hero-content > p { font-size: 14px; }
  .hero-actions { grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-media { width: 100%; }
  .hero-photo { aspect-ratio: 4 / 3; }
  .hero-media figcaption {
    width: calc(100% - 40px);
    min-height: 84px;
    grid-template-columns: 32px 1fr;
    margin-inline: auto;
  }
  .hero-media figcaption p { display: none; }
  .quick-info { grid-template-columns: 1fr; gap: 25px; margin-top: 42px; }
  .quick-info div:last-child { grid-column: auto; }
  .partners { padding-block: 84px; }
  .section-heading { margin-bottom: 48px; }
  .section-heading h2, .consumer-copy h2 { font-size: 42px; }
  .brand-carousel { mask-image: linear-gradient(to right, transparent, black 3%, black 97%, transparent); }
  .brand-card { width: 248px; height: 132px; padding: 28px; }
  .brand-logo-frame { width: 176px; height: 62px; }
  .brand-card img { width: 176px; height: 62px; }
  .consumer-section { width: 100%; padding-block: 0; }
  .consumer-card { min-height: 520px; padding: 58px 20px 44px; border-left: 0; border-right: 0; }
  .button-light { width: 100%; }
  footer { padding-top: 64px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-brand { margin-bottom: 8px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
