.distillery-hero-copy,
.distillery-source-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.distillery-hero-copy {
  min-height: clamp(560px, 66vw, 760px);
  align-content: end;
  padding: 0;
  background: var(--obsidian);
}

.distillery-hero-copy h1 {
  max-width: 10.5ch;
}

.distillery-hero-image,
.distillery-brand-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.distillery-hero-image {
  z-index: -2;
  filter: saturate(.88) contrast(1.08) brightness(.54);
  transform: scale(1.02);
}

.distillery-hero-overlay,
.distillery-brand-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.distillery-hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 7, 6, .92), rgba(8, 7, 6, .68) 46%, rgba(8, 7, 6, .28)),
    linear-gradient(180deg, rgba(8, 7, 6, .08), rgba(8, 7, 6, .92) 82%),
    radial-gradient(circle at 20% 18%, rgba(214, 178, 94, .18), transparent 34%);
}

.distillery-hero-inner {
  display: grid;
  align-content: end;
  gap: 1rem;
  max-width: 820px;
  padding: clamp(1.4rem, 4vw, 3.4rem);
}

.distillery-source-panel {
  min-height: clamp(560px, 66vw, 760px);
  display: grid;
  grid-template-rows: auto minmax(280px, 1fr) auto auto;
  align-content: stretch;
  gap: .85rem;
  padding: 1rem;
  background: #07121a;
}

.distillery-source-panel::before {
  content: attr(data-brand);
  position: absolute;
  top: .7rem;
  left: .85rem;
  right: .85rem;
  z-index: -1;
  color: rgba(255, 247, 232, .06);
  font-family: var(--serif);
  font-size: clamp(4.5rem, 11vw, 9rem);
  line-height: .78;
  letter-spacing: 0;
  pointer-events: none;
}

.distillery-brand-backdrop {
  z-index: -3;
  opacity: .54;
  filter: saturate(.74) contrast(1.05) brightness(.42);
  transform: scale(1.035);
}

.distillery-brand-overlay {
  background:
    linear-gradient(180deg, rgba(7, 18, 26, .62), rgba(7, 18, 26, .86) 34%, rgba(8, 7, 6, .92)),
    radial-gradient(circle at 72% 20%, rgba(214, 178, 94, .18), transparent 32%),
    linear-gradient(120deg, rgba(19, 44, 63, .42), rgba(42, 24, 17, .38));
}

.distillery-brand-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .18rem .9rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(214, 178, 94, .22);
  background: rgba(8, 7, 6, .58);
  backdrop-filter: blur(10px);
}

.distillery-brand-mark {
  grid-row: 1 / span 4;
  width: 58px;
  height: 58px;
  object-fit: contain;
  border: 1px solid rgba(242, 213, 139, .38);
  border-radius: 50%;
  background: rgba(255, 247, 232, .88);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .28);
}

.distillery-brand-letter {
  display: grid;
  place-items: center;
  color: var(--obsidian);
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 900;
}

.distillery-brand-intro .folio,
.distillery-brand-intro p,
.distillery-brand-intro h2 {
  margin: 0;
}

.distillery-brand-intro h2 {
  color: var(--cream);
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  line-height: .92;
}

.distillery-brand-intro p:not(.folio),
.distillery-brand-intro span {
  color: rgba(255, 247, 232, .72);
  line-height: 1.45;
}

.distillery-brand-intro span {
  display: block;
  color: var(--gold-soft);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.distillery-google-map {
  position: relative;
  z-index: 1;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid rgba(242, 213, 139, .25);
  background:
    repeating-linear-gradient(90deg, rgba(242, 213, 139, .08) 0, rgba(242, 213, 139, .08) 1px, transparent 1px, transparent 48px),
    repeating-linear-gradient(0deg, rgba(255, 247, 232, .05) 0, rgba(255, 247, 232, .05) 1px, transparent 1px, transparent 48px),
    rgba(7, 18, 26, .9);
}

.distillery-map-fallback-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: end start;
  padding: 1.1rem;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 45%, rgba(242, 213, 139, .18), transparent 16%),
    radial-gradient(circle at 50% 45%, rgba(242, 213, 139, .07), transparent 34%);
}

.distillery-map-fallback-layer > div {
  max-width: min(420px, 88%);
  display: grid;
  gap: .28rem;
  padding: .9rem 1rem;
  border: 1px solid rgba(242, 213, 139, .32);
  background: rgba(8, 7, 6, .72);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .36);
  text-align: left;
  backdrop-filter: blur(12px);
}

.distillery-map-fallback-layer span {
  color: var(--gold-soft);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.distillery-map-fallback-layer strong {
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.12;
}

.distillery-map-fallback-layer em {
  color: rgba(255, 247, 232, .68);
  font-style: normal;
  font-weight: 800;
}

.distillery-map-pulse {
  position: absolute;
  left: 50%;
  top: 42%;
  width: 18px;
  height: 18px;
  border: 2px solid var(--gold-soft);
  border-radius: 50%;
  background: rgba(242, 213, 139, .82);
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 0 14px rgba(242, 213, 139, .09),
    0 0 0 30px rgba(242, 213, 139, .055),
    0 0 48px rgba(242, 213, 139, .38);
}

.distillery-google-map iframe {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 300px;
  border: 0;
  filter: saturate(.82) contrast(1.05) brightness(.78);
}

.distillery-google-map-fallback {
  display: grid;
  place-content: center;
  gap: .25rem;
  padding: 1rem;
  text-align: center;
}

.distillery-google-map-fallback span {
  color: var(--gold-soft);
  font-weight: 900;
  text-transform: uppercase;
}

.distillery-google-map-fallback strong {
  color: var(--cream);
  font-family: var(--serif);
  font-size: 1.7rem;
}

.distillery-map-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.distillery-map-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: .65rem .78rem;
  border: 1px solid rgba(214, 178, 94, .32);
  color: var(--gold-soft);
  background: rgba(8, 7, 6, .62);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.distillery-map-actions a:hover {
  border-color: rgba(242, 213, 139, .68);
  color: var(--cream);
}

.distillery-map-orb {
  display: none;
}

@media (max-width: 1120px) {
  .distillery-hero-copy,
  .distillery-source-panel {
    min-height: 620px;
  }
}

@media (max-width: 760px) {
  .distillery-hero-copy {
    min-height: 540px;
    padding: 0;
  }

  .distillery-source-panel {
    min-height: 0;
    grid-template-rows: auto 280px auto auto;
    padding: .75rem;
  }

  .distillery-brand-intro {
    padding: .85rem;
  }

  .distillery-brand-mark {
    width: 48px;
    height: 48px;
  }

  .distillery-google-map,
  .distillery-google-map iframe {
    min-height: 280px;
  }

  .distillery-map-actions {
    display: grid;
  }
}
