:root {
  --bg: #07040c;
  --panel: rgba(18, 10, 26, 0.88);
  --panel-strong: rgba(26, 14, 38, 0.96);
  --text: #f6ecff;
  --muted: #c4b4d7;
  --pink: #ff4fae;
  --cyan: #59f0ff;
  --gold: #ffd36a;
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 79, 174, 0.18), transparent 28%),
    radial-gradient(circle at top right, rgba(89, 240, 255, 0.16), transparent 24%),
    linear-gradient(180deg, #090511 0%, #05030a 100%);
  line-height: 1.6;
}

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

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.site-header,
.hero,
.section,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  margin-top: 16px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(8, 5, 14, 0.8);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.brand {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand-note,
.eyebrow,
.form-status,
.address,
.steps,
.booking-meta span {
  color: var(--muted);
}

.brand-note {
  margin: 2px 0 0;
  font-size: 0.9rem;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.main-nav a,
.site-footer a {
  padding: 10px 14px;
  border-radius: 999px;
  transition: 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.site-footer a:hover,
.site-footer a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
}

.hero {
  padding: 48px 0 22px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
}

.hero-copy,
.story-card,
.menu-card,
.booking-form,
.booking-copy,
.map-card,
.alley-copy {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 34px;
}

.eyebrow {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
}

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

h1 {
  font-size: clamp(2.3rem, 4vw, 4.6rem);
  line-height: 1.05;
  margin-bottom: 18px;
}

h2 {
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  margin-bottom: 12px;
}

.hero-text {
  max-width: 58ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
}

.btn-primary {
  background: linear-gradient(135deg, var(--pink), #ff7c6d);
  color: white;
}

.btn-secondary {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
}

.hero-points {
  padding-left: 18px;
  margin: 0;
  display: grid;
  gap: 8px;
}

.hero-media img,
.story-card img,
.menu-card img,
.alley-copy img {
  border-radius: 28px;
  min-height: 100%;
}

.hero-media img {
  height: 100%;
  box-shadow: var(--shadow);
}

.section {
  padding: 28px 0;
}

.section-heading {
  margin-bottom: 18px;
}

.ambience-grid,
.menu-grid,
.alley-layout,
.booking-section {
  display: grid;
  gap: 20px;
}

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

.story-card {
  overflow: hidden;
}

.story-card div,
.menu-card-body,
.alley-copy,
.booking-copy,
.booking-form {
  padding: 22px;
}

.story-card img {
  height: 240px;
}

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

.menu-card {
  overflow: hidden;
}

.menu-card img {
  height: 220px;
}

.menu-card.featured {
  background: linear-gradient(180deg, rgba(255, 79, 174, 0.08), rgba(18, 10, 26, 0.9));
}

.title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.title-row span {
  color: var(--gold);
  font-weight: 700;
  white-space: nowrap;
}

.booking-section {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
}

.booking-copy,
.booking-form,
.map-card,
.alley-copy {
  background: var(--panel-strong);
}

.booking-meta {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.booking-meta strong,
.booking-meta span {
  display: block;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 14px;
}

input,
select,
textarea {
  width: 100%;
  margin-top: 8px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  padding: 14px 15px;
  font: inherit;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.wide {
  width: 100%;
}

.alley-layout {
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.map-card {
  padding: 22px;
}

.map-grid {
  position: relative;
  min-height: 420px;
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(89, 240, 255, 0.05), rgba(255, 79, 174, 0.06)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.03) 0 1px, transparent 1px 52px),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.03) 0 1px, transparent 1px 52px),
    #100816;
}

.lane,
.poi {
  position: absolute;
  border-radius: 16px;
  padding: 10px 14px;
}

.lane {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255,255,255,0.08);
  color: #ece4f7;
}

.lane-main {
  left: 10%;
  top: 18%;
  width: 76%;
}

.lane-cross {
  left: 38%;
  top: 35%;
  height: 46%;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.poi {
  background: rgba(13, 9, 20, 0.9);
  border: 1px solid var(--line);
  box-shadow: 0 10px 22px rgba(0,0,0,0.3);
}

.temple { left: 8%; top: 8%; }
.jazz { right: 8%; top: 29%; }
.lantern { left: 16%; bottom: 18%; }
.ramen {
  right: 10%;
  bottom: 12%;
  background: linear-gradient(135deg, rgba(255, 79, 174, 0.26), rgba(89, 240, 255, 0.2));
  box-shadow: 0 0 20px rgba(255, 79, 174, 0.24);
}

.path {
  position: absolute;
  background: linear-gradient(90deg, var(--cyan), var(--pink));
  box-shadow: 0 0 16px rgba(89, 240, 255, 0.55);
}

.path-one {
  left: 44%;
  top: 24%;
  width: 5px;
  height: 44%;
}

.path-two {
  left: 44%;
  bottom: 21%;
  width: 35%;
  height: 5px;
}

.alley-copy img {
  height: 260px;
  margin-bottom: 18px;
}

.steps {
  padding-left: 20px;
}

.site-footer {
  margin-top: 16px;
  margin-bottom: 22px;
  padding: 20px 10px 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

@media (max-width: 1024px) {
  .hero,
  .booking-section,
  .alley-layout,
  .ambience-grid,
  .menu-grid {
    grid-template-columns: 1fr 1fr;
  }

  .menu-card.featured {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .site-header {
    position: static;
    width: min(100% - 24px, 1180px);
    border-radius: 18px;
    padding: 14px;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero,
  .ambience-grid,
  .menu-grid,
  .booking-section,
  .alley-layout,
  .form-row {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 20px;
  }

  .hero-copy,
  .story-card div,
  .menu-card-body,
  .alley-copy,
  .booking-copy,
  .booking-form,
  .map-card {
    padding: 18px;
  }

  .hero-media img,
  .story-card img,
  .menu-card img,
  .alley-copy img {
    height: auto;
  }

  .menu-card.featured {
    grid-column: auto;
  }

  .map-grid {
    min-height: 320px;
  }

  .lane-cross {
    left: 44%;
  }
}

@media (max-width: 480px) {
  .site-header,
  .hero,
  .section,
  .site-footer {
    width: min(100% - 20px, 1180px);
  }

  h1 {
    font-size: 2rem;
  }

  .btn,
  .main-nav a,
  .site-footer a {
    width: 100%;
  }

  .main-nav {
    width: 100%;
  }

  .title-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .lane,
  .poi {
    font-size: 0.82rem;
    padding: 8px 10px;
  }
}
