:root {
  --bg: #07080d;
  --panel: #10131d;
  --panel-2: #17111d;
  --text: #f7f7fb;
  --muted: #b8bccd;
  --line: rgba(255, 255, 255, 0.14);
  --blue: #27d7ff;
  --violet: #a855f7;
  --amber: #f5b95f;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  line-height: 1.75;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(120deg, rgba(39, 215, 255, 0.1), transparent 38%),
    linear-gradient(300deg, rgba(168, 85, 247, 0.12), transparent 42%),
    #07080d;
}

img {
  display: block;
  max-width: 100%;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 5vw, 64px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 8, 13, 0.78);
  backdrop-filter: blur(18px);
}

.brand {
  display: grid;
  gap: 0;
  line-height: 1;
}

.brand-mark {
  font-size: 1.85rem;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 0 24px rgba(39, 215, 255, 0.68);
}

.brand-text {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 700;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(10px, 2.2vw, 26px);
  color: #e8eaf5;
  font-size: 0.86rem;
}

.site-nav a {
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--blue);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 128px clamp(18px, 6vw, 76px) 54px;
}

.hero-image,
.hero picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 8, 13, 0.94) 0%, rgba(7, 8, 13, 0.72) 48%, rgba(7, 8, 13, 0.2) 100%),
    linear-gradient(0deg, rgba(7, 8, 13, 0.98) 0%, transparent 52%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 830px;
}

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

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

h1 {
  margin-bottom: 20px;
  font-size: clamp(4.1rem, 16vw, 10rem);
  line-height: 0.82;
  font-weight: 950;
  text-shadow: 0 0 34px rgba(39, 215, 255, 0.5), 0 0 70px rgba(168, 85, 247, 0.34);
}

h1 span {
  display: block;
  margin-top: 16px;
  color: #edf2ff;
  font-size: clamp(1.1rem, 4.5vw, 2.1rem);
  line-height: 1.2;
  font-weight: 800;
}

h2 {
  font-size: clamp(1.8rem, 5vw, 3.4rem);
  line-height: 1.25;
}

h3 {
  font-size: 1.16rem;
  line-height: 1.4;
}

.hero-copy {
  max-width: 640px;
  color: #eef2ff;
  font-size: clamp(1.05rem, 2.6vw, 1.5rem);
  font-weight: 700;
}

.hero-tags,
.drink-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
}

.hero-tags span,
.drink-list span {
  border: 1px solid rgba(39, 215, 255, 0.26);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(12, 17, 27, 0.72);
  color: #eaf6ff;
  font-size: 0.88rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  color: #05060b;
  box-shadow: 0 0 28px rgba(39, 215, 255, 0.25);
}

.btn.ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #f4f6ff;
}

.band {
  padding: clamp(72px, 10vw, 122px) clamp(18px, 6vw, 76px);
}

.band.dark {
  background: linear-gradient(180deg, rgba(12, 15, 24, 0.76), rgba(8, 9, 14, 0.92));
}

.section-head {
  max-width: 790px;
  margin-bottom: 36px;
}

.section-head.center {
  margin-inline: auto;
  text-align: center;
}

.section-head p:not(.eyebrow) {
  color: var(--muted);
}

.split,
.access-layout,
.sub-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}

.copy-block {
  color: #dfe2ee;
}

.quick-info,
.shop-table {
  display: grid;
  gap: 12px;
  margin: 32px 0 0;
}

.quick-info div,
.shop-table div {
  display: grid;
  gap: 4px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

dt {
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 900;
}

dd {
  margin: 0;
  color: #f4f5fb;
}

.photo-frame,
.wide-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #111;
  box-shadow: var(--shadow);
}

.photo-frame img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.wide-photo {
  margin-top: 32px;
}

.wide-photo img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}

.feature-grid,
.info-grid,
.scene-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
}

.feature-card,
.info-item,
.scene-grid article,
.access-card,
details {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035));
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
}

.feature-card {
  padding: 24px;
}

.feature-card p,
.scene-grid p,
.access-card p,
details p {
  color: var(--muted);
}

.icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(39, 215, 255, 0.34);
  border-radius: 50%;
  color: var(--blue);
  font-weight: 900;
  box-shadow: 0 0 24px rgba(39, 215, 255, 0.2);
}

.drinks {
  background:
    linear-gradient(90deg, rgba(245, 185, 95, 0.1), transparent 32%),
    linear-gradient(270deg, rgba(39, 215, 255, 0.08), transparent 32%);
}

.social {
  padding-top: 56px;
  padding-bottom: 56px;
}

.instagram-panel {
  display: grid;
  max-width: 680px;
  min-height: 160px;
  place-items: center;
  gap: 8px;
  margin: 0 auto;
  border: 1px solid rgba(168, 85, 247, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(39, 215, 255, 0.14), rgba(168, 85, 247, 0.2)),
    #11131c;
  text-align: center;
  box-shadow: 0 0 60px rgba(168, 85, 247, 0.18);
}

.instagram-panel span {
  color: var(--muted);
}

.instagram-panel strong {
  color: #fff;
  font-size: 1.3rem;
}

.access-card {
  padding: 24px;
}

.address {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
}

.compact {
  margin-top: 22px;
}

.map-wrap {
  overflow: hidden;
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #111;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  filter: saturate(0.8) contrast(1.05);
}

.final-cta {
  padding: clamp(76px, 10vw, 120px) 18px;
  background:
    linear-gradient(135deg, rgba(39, 215, 255, 0.16), rgba(168, 85, 247, 0.2)),
    #0b0d14;
  text-align: center;
}

.final-cta p {
  color: var(--muted);
}

.center-row {
  justify-content: center;
}

.footer {
  padding: 34px 18px 48px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
}

.footer p {
  margin-bottom: 8px;
}

.footer a {
  color: var(--blue);
}

.sub-hero {
  padding: 128px clamp(18px, 6vw, 76px) 64px;
  background:
    linear-gradient(135deg, rgba(39, 215, 255, 0.14), transparent 35%),
    linear-gradient(300deg, rgba(168, 85, 247, 0.16), transparent 42%);
}

.sub-hero > div {
  max-width: 740px;
}

.sub-hero h1 {
  margin-bottom: 20px;
  font-size: clamp(2.9rem, 8vw, 5.6rem);
  line-height: 1.02;
}

.sub-hero p:not(.eyebrow) {
  color: #dfe2ee;
}

.info-item {
  padding: 22px;
}

.info-item span {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
}

.info-item strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: 1.08rem;
}

.scene-grid article {
  padding: 24px;
}

.shop-table {
  max-width: 920px;
}

.shop-table div {
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
}

.faq-list {
  display: grid;
  max-width: 920px;
  gap: 12px;
  margin: 0 auto;
}

details {
  padding: 18px 20px;
}

summary {
  cursor: pointer;
  color: #fff;
  font-weight: 800;
}

details p {
  margin: 12px 0 0;
}

@media (min-width: 820px) {
  .split,
  .access-layout,
  .sub-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  }

  .hero {
    align-items: center;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  .site-nav {
    max-width: 210px;
    font-size: 0.78rem;
  }

  .hero {
    padding-top: 150px;
  }

  .cta-row,
  .btn {
    width: 100%;
  }

  .shop-table div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn {
    transition: none;
  }
}
