:root {
  --bg: #070707;
  --bg-deep: #0b060d;
  --card: rgba(18, 12, 22, 0.78);
  --card-strong: rgba(24, 15, 31, 0.9);
  --purple: #9b2cff;
  --purple-soft: rgba(155, 44, 255, 0.28);
  --gold: #d6a84f;
  --text: #f7f3ea;
  --muted: #b9afa3;
  --line: rgba(155, 44, 255, 0.3);
  --gold-line: rgba(214, 168, 79, 0.3);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 104px;
  color: var(--text);
  font-family:
    Pretendard,
    "Apple SD Gothic Neo",
    "Noto Sans KR",
    system-ui,
    sans-serif;
  background:
    radial-gradient(circle at 18% 10%, rgba(155, 44, 255, 0.18), transparent 28%),
    radial-gradient(circle at 82% 0%, rgba(214, 168, 79, 0.12), transparent 30%),
    linear-gradient(135deg, var(--bg) 0%, var(--bg-deep) 100%);
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0.08), rgba(7, 7, 7, 0.86));
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px clamp(18px, 5vw, 64px);
  background: rgba(7, 7, 7, 0.74);
  border-bottom: 1px solid rgba(155, 44, 255, 0.2);
  backdrop-filter: blur(18px);
}

.brand {
  color: var(--text);
  font-size: 1.25rem;
  font-weight: 900;
  text-shadow: 0 0 18px rgba(155, 44, 255, 0.82);
}

.nav {
  display: none;
  gap: 16px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav a:hover {
  color: var(--text);
}

.hero {
  position: relative;
  min-height: calc(100svh - 57px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #050505;
}

.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.hero__mark {
  position: absolute;
  top: 7%;
  right: -18%;
  z-index: 0;
  width: min(78vw, 520px);
  max-height: 82%;
  opacity: 0.2;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 18px rgba(155, 44, 255, 0.42)) blur(0.2px);
  object-fit: contain;
  pointer-events: none;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.92), rgba(7, 7, 7, 0.5) 55%, rgba(7, 7, 7, 0.78)),
    linear-gradient(0deg, rgba(7, 7, 7, 0.94), rgba(7, 7, 7, 0.1) 58%, rgba(7, 7, 7, 0.54));
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
  width: 100%;
  padding: 42px clamp(18px, 5vw, 64px) 30px;
}

.hero__content {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 16px;
  max-width: 12.5em;
  font-size: clamp(2rem, 8.4vw, 5.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: balance;
}

h1 span {
  display: block;
  word-break: keep-all;
  overflow-wrap: normal;
}

.hero-title {
  max-width: min(780px, 100%);
}

.hero-title__location {
  margin-bottom: 0.08em;
  color: rgba(247, 243, 234, 0.92);
  font-size: clamp(1.32rem, 5vw, 2.9rem);
  font-weight: 700;
  line-height: 1.22;
}

.hero-title__accent {
  width: fit-content;
  max-width: 100%;
  color: #b26bff;
  background: linear-gradient(90deg, #b26bff 0%, #e7c8ff 50%, #9b2cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.92rem, 8vw, 5.2rem);
  font-weight: 900;
  line-height: 1.08;
  text-shadow: 0 0 24px rgba(155, 44, 255, 0.26);
  filter: drop-shadow(0 0 10px rgba(178, 107, 255, 0.18));
  text-wrap: balance;
}

.hero-title__brand {
  color: #fff;
  font-size: clamp(2.7rem, 11vw, 6.6rem);
  font-weight: 800;
  line-height: 1.02;
  text-shadow: none;
  white-space: nowrap;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.85rem, 7.2vw, 4.1rem);
  line-height: 1.12;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: balance;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.22rem;
  line-height: 1.25;
  word-break: keep-all;
  overflow-wrap: normal;
}

.hero__subtitle,
.section-copy p,
.info-card p,
.location-card p,
.site-footer {
  color: var(--muted);
  line-height: 1.7;
}

.hero__subtitle {
  max-width: 560px;
  margin-bottom: 18px;
  font-size: clamp(1rem, 3.4vw, 1.28rem);
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: pretty;
}

.hero__slogan {
  max-width: 620px;
  color: #d0d0d0;
  font-size: clamp(0.98rem, 3.2vw, 1.22rem);
  font-weight: 450;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

.hero__actions,
.location-actions {
  display: grid;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
  transition:
    transform 180ms ease,
    filter 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.button:active {
  transform: translateY(1px) scale(0.98);
}

.button--primary {
  color: #120817;
  background: linear-gradient(135deg, #f6dc75, var(--gold) 45%, #b678ff);
  box-shadow:
    0 0 28px rgba(155, 44, 255, 0.26),
    0 18px 38px rgba(214, 168, 79, 0.2);
}

.button--ghost {
  color: #fff;
  border-color: rgba(217, 108, 255, 0.5);
  background: linear-gradient(135deg, #7b2cff, #d96cff);
  box-shadow:
    0 0 18px rgba(155, 44, 255, 0.35),
    0 18px 38px rgba(0, 0, 0, 0.26);
}

.button--ghost:hover {
  border-color: rgba(217, 108, 255, 0.72);
  box-shadow:
    0 0 26px rgba(155, 44, 255, 0.42),
    0 18px 40px rgba(0, 0, 0, 0.3);
}

.hero__promo {
  display: inline-flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin: 14px 0 0;
  padding: 10px 14px;
  color: var(--text);
  border: 1px solid rgba(214, 168, 79, 0.44);
  border-radius: 999px;
  background: rgba(18, 12, 22, 0.72);
  font-weight: 900;
  text-align: center;
  box-shadow: 0 0 26px rgba(155, 44, 255, 0.18);
}

.hero__panel,
.info-card,
.location-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--card);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero__panel {
  display: grid;
  overflow: hidden;
}

.panel-line {
  display: grid;
  gap: 6px;
  padding: 16px;
  border-bottom: 1px solid rgba(155, 44, 255, 0.16);
}

.panel-line:last-child {
  border-bottom: 0;
}

.panel-line span,
.info-card span,
.site-footer span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section {
  padding: 42px clamp(18px, 5vw, 64px);
}

.section-copy {
  max-width: 720px;
}

.section-copy h2 {
  max-width: 680px;
}

.section-copy p {
  max-width: 560px;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: pretty;
}

.feature,
.split-feature,
.neon-section,
.reservation-section,
.location-grid {
  display: grid;
  gap: 18px;
}

.feature--wide {
  padding-top: 52px;
}

.about-section {
  padding-block: 46px 34px;
  text-align: center;
}

.about-copy {
  max-width: 740px;
  margin-inline: auto;
  padding: 26px 20px;
  border-top: 1px solid rgba(155, 44, 255, 0.2);
  border-bottom: 1px solid rgba(214, 168, 79, 0.14);
  background: linear-gradient(180deg, rgba(155, 44, 255, 0.07), rgba(18, 12, 22, 0.18));
}

.about-copy h2 {
  margin-bottom: 18px;
  color: var(--gold);
  font-size: clamp(1.05rem, 4vw, 1.35rem);
  font-weight: 900;
  letter-spacing: 0.14em;
}

.about-copy p {
  margin-bottom: 0;
  color: rgba(247, 243, 234, 0.78);
  font-size: clamp(0.96rem, 3.6vw, 1rem);
  line-height: 1.8;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: pretty;
}

.about-copy .about-lead {
  margin-bottom: 12px;
  color: var(--text);
  font-weight: 700;
}

.media-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(155, 44, 255, 0.24);
  border-radius: 18px;
  background: var(--card-strong);
  box-shadow: var(--shadow);
  max-height: 560px;
}

.media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 56%, rgba(7, 7, 7, 0.34));
}

.media-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 420ms ease;
}

.media-card:hover img {
  transform: scale(1.025);
}

.media-card--wide {
  aspect-ratio: 2.35 / 1;
  max-height: 440px;
}

.media-card--room {
  aspect-ratio: 1.45 / 1;
  max-height: 460px;
}

.media-card--portrait {
  aspect-ratio: 4 / 5;
  max-height: 460px;
}

.media-card--tall {
  aspect-ratio: 4 / 5;
  max-height: 520px;
}

.media-card img[src*="private-room-curtain"] {
  object-position: center 50%;
}

.media-card img[src*="private-room-hallway"] {
  object-position: center 48%;
}

.media-card img[src*="premium-whisky"] {
  object-fit: contain;
  object-position: center;
}

.media-card img[src*="signature-neon"] {
  object-position: center 38%;
}

.media-card img[src*="purple-neon"] {
  object-position: center 42%;
}

.media-card img[src*="private-room-main"] {
  object-position: center 48%;
}

.image-story {
  display: grid;
  padding: 8px;
  border: 1px solid rgba(155, 44, 255, 0.22);
  border-radius: 18px;
  background: rgba(18, 12, 22, 0.46);
}

.image-story h2 {
  margin-bottom: 0;
  font-size: clamp(1.22rem, 5vw, 1.65rem);
  line-height: 1.2;
}

.gallery-pair {
  gap: 16px;
  padding-top: 16px;
  padding-bottom: 34px;
}

.neon-section {
  background:
    linear-gradient(180deg, rgba(155, 44, 255, 0.08), rgba(7, 7, 7, 0)),
    transparent;
}

.reservation-section {
  border-top: 1px solid rgba(155, 44, 255, 0.2);
  border-bottom: 1px solid rgba(155, 44, 255, 0.2);
  background: linear-gradient(135deg, rgba(155, 44, 255, 0.1), rgba(214, 168, 79, 0.06));
}

.reservation-cards {
  display: grid;
  gap: 14px;
}

.info-card {
  padding: 22px;
}

.info-card .button {
  width: 100%;
  margin-top: 8px;
}

.event-section {
  margin-top: 44px;
  padding: 8px clamp(18px, 5vw, 64px) 42px;
  overflow: visible;
}

.event-banner,
.event-section img {
  width: 100%;
  height: auto;
  display: block;
}

.event-banner {
  aspect-ratio: 1672 / 941;
  max-height: 420px;
  object-fit: contain;
  object-position: center;
  border-radius: 18px;
  box-shadow:
    0 0 34px rgba(155, 44, 255, 0.22),
    0 18px 46px rgba(0, 0, 0, 0.42);
}

.map-wrap {
  min-height: 320px;
  overflow: hidden;
  border: 1px solid rgba(155, 44, 255, 0.24);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(155, 44, 255, 0.16), rgba(214, 168, 79, 0.08)),
    var(--card-strong);
  box-shadow: var(--shadow);
}

.map-wrap iframe {
  width: 100%;
  min-height: 320px;
  display: block;
  border: 0;
  filter: saturate(0.86) contrast(1.05);
}

.location-card {
  padding: 22px;
}

.location-actions {
  margin-top: 18px;
}

.notice-section {
  padding: 2px clamp(18px, 5vw, 64px) 0;
  background: #050505;
}

.notice-card {
  display: grid;
  gap: 8px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 0 16px;
  border-top: 1px solid rgba(155, 44, 255, 0.18);
  border-bottom: 1px solid rgba(214, 168, 79, 0.12);
  background: transparent;
}

.notice-copy h2 {
  margin-bottom: 8px;
  color: rgba(247, 243, 234, 0.9);
  font-size: 0.9rem;
  line-height: 1.35;
}

.notice-card small {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.notice-copy ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.notice-copy li {
  position: relative;
  padding-left: 14px;
  color: var(--gold);
}

.notice-copy li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: rgba(214, 168, 79, 0.88);
}

.notice-copy li {
  color: rgba(185, 175, 163, 0.9);
  font-size: 0.82rem;
  line-height: 1.6;
}

.notice-card small {
  display: block;
  padding-top: 2px;
  color: rgba(185, 175, 163, 0.82);
}

.site-footer {
  display: grid;
  gap: 16px;
  padding: 22px clamp(18px, 5vw, 64px) 34px;
  background: #050505;
  border-top: 0;
}

.site-footer strong {
  color: var(--text);
  font-size: 1.28rem;
  text-shadow: 0 0 16px rgba(155, 44, 255, 0.6);
}

.site-footer p {
  margin: 6px 0 0;
}

.floating-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 10px;
  padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
  background: rgba(7, 7, 7, 0.88);
  border-top: 1px solid rgba(155, 44, 255, 0.34);
  box-shadow: 0 -18px 44px rgba(0, 0, 0, 0.44);
  backdrop-filter: blur(18px);
}

.floating-cta__button,
.desktop-quick__button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 10px;
  font-weight: 900;
  text-align: center;
  transition:
    transform 160ms ease,
    filter 160ms ease,
    box-shadow 160ms ease;
}

.floating-cta__button:hover,
.desktop-quick__button:hover {
  transform: translateY(-2px);
  filter: brightness(1.07);
}

.floating-cta__button:active,
.desktop-quick__button:active {
  transform: translateY(1px) scale(0.98);
}

.floating-cta__button--kakao,
.desktop-quick__button--kakao {
  color: #120817;
  background: linear-gradient(135deg, #f6dc75, var(--gold) 48%, #bd7fff);
  box-shadow: 0 12px 28px rgba(155, 44, 255, 0.24);
}

.floating-cta__button--phone,
.desktop-quick__button--phone {
  color: #fff;
  border: 1px solid rgba(217, 108, 255, 0.5);
  background: linear-gradient(135deg, #7b2cff, #d96cff);
  box-shadow: 0 0 18px rgba(155, 44, 255, 0.35);
}

.desktop-quick {
  display: none;
}

.fade-up {
  animation: fadeUp 680ms ease both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@media (min-width: 720px) {
  body {
    padding-bottom: 0;
  }

  .nav {
    display: flex;
  }

  .hero__actions,
  .location-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 520px;
  }

  .hero__promo {
    width: auto;
    padding-inline: 20px;
  }

  .hero__panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero__mark {
    top: 8%;
    right: 2%;
    width: min(34vw, 520px);
    opacity: 0.24;
  }

  .panel-line {
    border-right: 1px solid rgba(155, 44, 255, 0.16);
    border-bottom: 0;
  }

  .panel-line:last-child {
    border-right: 0;
  }

  .feature,
  .split-feature,
  .reservation-section,
  .location-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(22px, 4vw, 44px);
  }

  .feature--reverse {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.05fr);
  }

  .split-feature .media-card {
    order: -1;
  }

  .gallery-pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .neon-section {
    grid-template-columns: minmax(0, 0.74fr) minmax(260px, 0.85fr) minmax(0, 0.74fr);
    align-items: center;
  }

  .neon-section .section-copy h2 {
    font-size: clamp(1.8rem, 4vw, 3rem);
  }

  .reservation-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer {
    grid-template-columns: 1.4fr 1fr auto;
    align-items: end;
  }

  .floating-cta {
    display: none;
  }

  .desktop-quick {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 40;
    display: grid;
    gap: 10px;
    width: 164px;
  }

  .desktop-quick__button {
    min-height: 50px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.34);
  }
}

@media (min-width: 1024px) {
  .site-header {
    padding-inline: max(32px, calc((100vw - 1200px) / 2));
  }

  .hero {
    min-height: 720px;
  }

  .hero__inner {
    max-width: 1220px;
    min-height: 720px;
    margin: 0 auto;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
    align-items: center;
    padding: 96px 32px 74px;
  }

  .hero__content {
    max-width: 720px;
  }

  .hero-title__location {
    font-size: clamp(2rem, 2.8vw, 2.8rem);
  }

  .hero-title__accent {
    font-size: clamp(3.1rem, 5.1vw, 4.9rem);
  }

  .hero-title__brand {
    font-size: clamp(4.1rem, 6vw, 6rem);
  }

  .hero__slogan {
    font-size: 1.12rem;
  }

  .hero__actions {
    grid-template-columns: repeat(2, minmax(0, 220px));
    max-width: 464px;
  }

  .hero__panel {
    grid-template-columns: 1fr;
    align-self: center;
  }

  .panel-line {
    min-height: 104px;
    padding: 20px;
    align-content: center;
    border-right: 0;
    border-bottom: 1px solid rgba(155, 44, 255, 0.16);
  }

  .panel-line:last-child {
    border-bottom: 0;
  }

  main > .section,
  main > .event-section {
    width: min(100% - 64px, 1200px);
    margin-inline: auto;
  }

  .section {
    padding: 96px 0;
  }

  .feature--wide {
    padding-top: 104px;
  }

  .about-section {
    padding-block: 70px 54px;
  }

  .about-copy {
    max-width: 760px;
    padding: 34px 42px;
  }

  .about-copy p {
    font-size: 1rem;
  }

  .feature,
  .split-feature {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 56px;
  }

  .split-feature,
  .split-feature--liquor {
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.86fr);
  }

  .feature--reverse {
    grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.12fr);
  }

  .section-copy {
    max-width: 480px;
  }

  .section-copy h2 {
    font-size: clamp(2.2rem, 3.6vw, 3.35rem);
  }

  .section-copy p {
    max-width: 420px;
    font-size: 1.02rem;
  }

  .media-card {
    max-height: 460px;
  }

  .media-card--wide {
    height: 390px;
    max-height: 420px;
    aspect-ratio: auto;
  }

  .media-card--room {
    height: 420px;
    max-height: 440px;
    aspect-ratio: auto;
  }

  .media-card--tall {
    height: 440px;
    max-height: 460px;
    aspect-ratio: auto;
  }

  .media-card--portrait {
    height: 320px;
    max-height: 340px;
    aspect-ratio: auto;
  }

  .media-card img[src*="private-room-curtain"] {
    object-position: center 50%;
  }

  .media-card img[src*="private-room-hallway"] {
    object-position: center 48%;
  }

  .media-card img[src*="premium-whisky"] {
    object-fit: contain;
    object-position: center;
  }

  .gallery-pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding-top: 0;
    padding-bottom: 72px;
  }

  .image-story {
    padding: 10px;
    border-radius: 16px;
  }

  .neon-section {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.52fr) minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    padding-block: 92px;
  }

  .neon-section .section-copy {
    justify-self: center;
    text-align: center;
  }

  .neon-section .section-copy h2 {
    font-size: clamp(2rem, 3vw, 2.8rem);
  }

  .neon-section .media-card--tall {
    height: 380px;
    max-height: 420px;
  }

  .reservation-section {
    grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
    gap: 44px;
    align-items: center;
    padding: 72px 36px;
    border-radius: 22px;
  }

  .reservation-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .info-card {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .event-section {
    padding: 4px 0 88px;
  }

  .event-banner {
    max-width: 960px;
    max-height: 420px;
    margin-inline: auto;
    object-fit: contain;
  }

  .location-section {
    padding-block: 92px 108px;
  }

  .location-section .section-copy {
    max-width: none;
    margin-bottom: 24px;
  }

  .location-grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
    gap: 34px;
    align-items: stretch;
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 390px;
  }

  .location-card {
    display: flex;
    min-height: 390px;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
  }

  .location-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }

  .notice-card,
  .site-footer {
    width: min(100% - 64px, 1200px);
    margin-inline: auto;
  }

  .site-footer {
    padding-inline: 0;
  }
}

@media (max-width: 430px) {
  .hero__inner {
    padding-top: 36px;
  }

  .hero__mark {
    top: 10%;
    right: -28%;
    width: 92vw;
    opacity: 0.18;
  }

  .media-card--wide {
    aspect-ratio: 1.45 / 1;
  }

  .section {
    padding-block: 34px;
  }

  .feature--wide {
    padding-top: 40px;
  }

  .media-card {
    max-height: 620px;
  }

  .media-card--room {
    aspect-ratio: 1.2 / 1;
    max-height: 420px;
  }

  .media-card--portrait,
  .media-card--tall {
    aspect-ratio: 4 / 5;
    max-height: 560px;
  }

  .gallery-pair {
    padding-top: 8px;
    padding-bottom: 28px;
  }

  .image-story {
    padding: 8px;
  }

  .image-story .media-card {
    max-height: 500px;
  }

  .neon-section .media-card--tall,
  .split-feature--liquor .media-card--tall {
    max-height: 560px;
  }

  .event-banner {
    width: 100%;
    max-height: 380px;
    object-fit: contain;
  }

  .event-section {
    padding-top: 0;
    padding-bottom: 34px;
  }
}
