:root {
  color-scheme: dark;
  --ink: #f9f1e4;
  --muted: #c4b7a5;
  --dim: #8f8374;
  --paper: #07090d;
  --panel: #10131a;
  --panel-2: #161015;
  --line: rgba(249, 241, 228, 0.13);
  --gold: #d8ad65;
  --jade: #8fc2a5;
  --plum: #8c315c;
  --rose: #e05e7b;
  --night: #090b12;
  --max: 1180px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(140, 49, 92, 0.12), transparent 360px),
    var(--paper);
  color: var(--ink);
  font-family: "Aptos", "Segoe UI Variable", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(216, 173, 101, 0.22);
}

body.nav-open {
  overflow: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(249, 241, 228, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(249, 241, 228, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

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

a {
  color: inherit;
  text-decoration: none;
  touch-action: manipulation;
}

button {
  font: inherit;
  touch-action: manipulation;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--ink);
  color: var(--paper);
  padding: 10px 14px;
  border-radius: 8px;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

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

.site-header {
  position: fixed;
  inset: 18px clamp(14px, 3vw, 44px) auto;
  z-index: 50;
  display: flex;
  width: auto;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(249, 241, 228, 0.12);
  border-radius: 999px;
  background: rgba(7, 9, 13, 0.58);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(20px);
  transition: background 420ms var(--ease), border-color 420ms var(--ease), transform 420ms var(--ease);
}

.site-header.is-scrolled {
  background: rgba(7, 9, 13, 0.88);
  border-color: rgba(249, 241, 228, 0.18);
  transform: translateY(-4px);
}

.brand {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(216, 173, 101, 0.6);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(216, 173, 101, 0.14), rgba(140, 49, 92, 0.12));
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.brand strong,
.brand em {
  display: block;
  line-height: 1.05;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 500;
}

.brand em {
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgba(249, 241, 228, 0.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-nav a {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}

.site-nav a:not(.nav-cta)::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: 4px;
  background: var(--gold);
  content: "";
  transition: width 320ms var(--ease);
}

.site-nav a:hover::after {
  width: 100%;
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 850;
}

.nav-cta {
  padding: 0 18px;
  background: var(--ink);
  color: var(--paper);
}

.nav-toggle {
  position: relative;
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(249, 241, 228, 0.05);
  color: var(--ink);
}

.nav-toggle span {
  position: absolute;
  left: 14px;
  display: block;
  width: 18px;
  height: 1px;
  background: currentColor;
  transition: transform 360ms var(--ease), top 360ms var(--ease);
}

.nav-toggle span:first-child {
  top: 19px;
}

.nav-toggle span:last-child {
  top: 26px;
}

.nav-open .nav-toggle span:first-child {
  top: 22px;
  transform: rotate(45deg);
}

.nav-open .nav-toggle span:last-child {
  top: 22px;
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  align-items: end;
  padding: 138px clamp(18px, 6vw, 78px) 42px;
}

.hero-media,
.hero-media img,
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 9, 13, 0.94) 0%, rgba(7, 9, 13, 0.72) 38%, rgba(7, 9, 13, 0.18) 100%),
    linear-gradient(0deg, rgba(7, 9, 13, 0.96) 0%, rgba(7, 9, 13, 0.22) 46%, transparent 100%);
}

.hero-content {
  width: min(740px, 100%);
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin: 0 0 18px;
  border: 1px solid rgba(216, 173, 101, 0.22);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(216, 173, 101, 0.08);
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  width: max-content;
  max-width: 100%;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 0.98;
  text-wrap: balance;
}

h1 {
  max-width: 10ch;
  margin-bottom: 24px;
  font-size: clamp(58px, 10vw, 128px);
}

h2 {
  font-size: clamp(36px, 5vw, 72px);
}

h3 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
}

.hero-copy {
  max-width: 640px;
  color: rgba(249, 241, 228, 0.86);
  font-size: clamp(18px, 2vw, 23px);
}

.hero-actions,
.visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  border: 1px solid rgba(249, 241, 228, 0.2);
  min-height: 50px;
  padding: 0 22px;
  cursor: pointer;
  transition: transform 360ms var(--ease), background 360ms var(--ease), border-color 360ms var(--ease);
}

.button:hover {
  transform: translateY(-3px);
}

.button.primary {
  background: var(--ink);
  color: var(--paper);
}

.button.secondary {
  background: rgba(249, 241, 228, 0.08);
  color: var(--ink);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(760px, 100%);
  margin: clamp(54px, 9vw, 92px) 0 0;
  border: 1px solid rgba(249, 241, 228, 0.16);
  background: rgba(249, 241, 228, 0.12);
}

.hero-facts div {
  min-height: 96px;
  padding: 20px;
  background: rgba(7, 9, 13, 0.66);
  backdrop-filter: blur(14px);
}

.hero-facts dt,
.details dt {
  color: var(--gold);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-facts dd,
.details dd {
  margin: 8px 0 0;
  color: var(--muted);
}

.details dd a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.section {
  padding: clamp(76px, 10vw, 140px) clamp(18px, 5vw, 66px);
}

.section[id] {
  scroll-margin-top: 112px;
}

.section > * {
  max-width: var(--max);
  margin-inline: auto;
}

.split-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(28px, 7vw, 92px);
  align-items: end;
}

.split-intro p,
.menu-copy p,
.feature p,
.schedule-card p,
.lounge-panel p,
.site-footer p,
.visit-card address,
.details dd {
  color: var(--muted);
}

.feature-grid,
.schedule-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 58px;
}

.feature,
.schedule-card {
  min-height: 270px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 38px);
  background:
    linear-gradient(135deg, rgba(216, 173, 101, 0.07), transparent 38%),
    rgba(249, 241, 228, 0.035);
}

.feature span,
.schedule-card span {
  display: block;
  margin-bottom: 54px;
  color: var(--jade);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sushi-section {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(22px, 5vw, 70px);
  align-items: center;
  background:
    linear-gradient(120deg, rgba(249, 241, 228, 0.97), rgba(239, 224, 204, 0.97)),
    #f5ecdf;
  color: #18130f;
}

.sushi-section > * {
  max-width: none;
}

.menu-visual {
  overflow: hidden;
  min-height: 620px;
}

.menu-visual img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: 70% center;
  filter: saturate(0.98) contrast(0.98);
}

.menu-copy {
  max-width: 560px;
  padding-right: clamp(0px, 5vw, 64px);
}

.menu-copy .eyebrow {
  border-color: rgba(126, 78, 58, 0.2);
  background: rgba(126, 78, 58, 0.08);
  color: #7e4e3a;
}

.menu-copy p {
  color: #5f574d;
}

.menu-list,
.occasion-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 32px 0;
}

.menu-list span,
.occasion-row span {
  display: flex;
  min-height: 58px;
  align-items: center;
  border: 1px solid rgba(24, 19, 15, 0.14);
  border-radius: 8px;
  padding: 0 16px;
  color: #2f2923;
  font-weight: 850;
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #7e4e3a;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(126, 78, 58, 0.28);
  text-underline-offset: 5px;
}

.livehouse-section {
  padding-top: clamp(58px, 7vw, 98px);
  padding-bottom: clamp(76px, 10vw, 136px);
  background:
    linear-gradient(135deg, rgba(140, 49, 92, 0.3), transparent 46%),
    linear-gradient(180deg, #090b12, #121018);
}

.livehouse-copy {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1fr);
  grid-template-areas:
    "label label"
    "body title";
  column-gap: clamp(28px, 7vw, 80px);
  row-gap: clamp(24px, 4vw, 42px);
  align-items: start;
}

.livehouse-copy .section-kicker {
  grid-area: label;
  justify-self: start;
}

.livehouse-copy h2 {
  grid-area: title;
  max-width: 720px;
  margin-bottom: 0;
}

.livehouse-copy p:last-child {
  grid-area: body;
  max-width: 470px;
  color: var(--muted);
  font-size: 18px;
  margin-bottom: 0;
}

.lounge-section {
  min-height: 720px;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(7, 9, 13, 0.95), rgba(7, 9, 13, 0.6)),
    url("images/apollo-rooftop-sushi-livehouse-1440.jpg") center / cover;
}

.lounge-panel {
  margin-right: auto;
  margin-left: 0;
  max-width: 760px;
  border: 1px solid rgba(249, 241, 228, 0.14);
  border-radius: 8px;
  padding: clamp(28px, 5vw, 52px);
  background: rgba(7, 9, 13, 0.68);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.occasion-row span {
  border-color: rgba(249, 241, 228, 0.13);
  color: var(--ink);
  background: rgba(249, 241, 228, 0.055);
}

.visit-section {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1.24fr);
  gap: 0;
  padding: 0;
}

.visit-section > * {
  max-width: none;
}

.visit-card {
  padding: clamp(52px, 7vw, 92px) clamp(22px, 5vw, 64px);
  background: var(--panel);
}

.visit-card h2 {
  margin-bottom: 24px;
  font-size: clamp(38px, 4.8vw, 66px);
}

.visit-card address {
  font-style: normal;
  font-size: 18px;
}

.details {
  display: grid;
  gap: 1px;
  margin: 36px 0 0;
  border: 1px solid var(--line);
  background: var(--line);
}

.details div {
  padding: 18px;
  background: #151821;
}

.details a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.copy-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--jade);
  font-size: 14px;
}

.map-panel {
  display: grid;
  align-items: stretch;
  padding: clamp(18px, 4vw, 48px);
  background:
    linear-gradient(135deg, rgba(216, 173, 101, 0.1), transparent 40%),
    #111217;
}

.map-card {
  display: grid;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(249, 241, 228, 0.14);
  border-radius: 8px;
  background: #0d1017;
}

.map-topline {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(249, 241, 228, 0.11);
  padding: 0 20px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.map-frame {
  position: relative;
  min-height: clamp(360px, 46vw, 560px);
  overflow: hidden;
  background: #171b23;
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
}

.map-copy {
  padding: clamp(24px, 4vw, 42px);
}

.map-copy h3 {
  max-width: 600px;
  font-size: clamp(28px, 4vw, 48px);
}

.map-copy p {
  max-width: 560px;
  color: var(--muted);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px clamp(18px, 5vw, 64px);
  border-top: 1px solid var(--line);
  background: #050609;
}

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

.site-footer nav {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer nav a {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}

.mobile-actionbar {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 760ms var(--ease), transform 760ms var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .site-header {
    inset: 12px 12px auto;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 76px 12px auto;
    display: grid;
    gap: 6px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(7, 9, 13, 0.96);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 320ms var(--ease), transform 320ms var(--ease);
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    display: flex;
    min-height: 48px;
    align-items: center;
    padding: 0 12px;
  }

  .nav-cta {
    justify-content: center;
  }

  .site-nav .nav-cta {
    display: none;
  }

  .split-intro,
  .feature-grid,
  .schedule-grid,
  .sushi-section,
  .visit-section {
    grid-template-columns: 1fr;
  }

  .livehouse-copy {
    grid-template-columns: 1fr;
    grid-template-areas:
      "label"
      "title"
      "body";
  }

  .sushi-section {
    padding: 0;
  }

  .menu-copy {
    max-width: none;
    padding: 54px 22px 76px;
  }

  .menu-visual,
  .menu-visual img {
    min-height: 420px;
  }

  .map-frame {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  .site-header {
    padding-left: 12px;
  }

  .brand strong {
    font-size: 18px;
  }

  .brand em {
    font-size: 9px;
  }

  .hero {
    min-height: 100svh;
    padding: 104px 18px 112px;
  }

  .hero-media img {
    object-position: 67% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(7, 9, 13, 0.9), rgba(7, 9, 13, 0.42)),
      linear-gradient(0deg, rgba(7, 9, 13, 0.98), rgba(7, 9, 13, 0.12));
  }

  h1 {
    max-width: 7.2ch;
    font-size: clamp(50px, 15vw, 62px);
  }

  .hero-content,
  .hero-copy {
    width: min(100%, calc(100vw - 36px));
    max-width: 100%;
    min-width: 0;
  }

  .hero-copy {
    max-width: 31ch;
    font-size: 17px;
  }

  .hero-facts,
  .menu-list,
  .occasion-row {
    grid-template-columns: 1fr;
  }

  .hero-facts {
    margin-top: 34px;
  }

  .hero-facts div {
    min-height: 72px;
    padding: 15px 16px;
  }

  .hero-actions,
  .visit-actions {
    display: grid;
    width: 100%;
  }

  .hero-actions {
    justify-items: start;
  }

  .button {
    min-height: 54px;
    width: 100%;
    max-width: 100%;
  }

  .hero-actions .button {
    width: calc(100vw - 56px);
    max-width: calc(100vw - 56px);
  }

  .site-nav a,
  .nav-cta {
    min-height: 52px;
  }

  .section {
    padding-block: 68px;
  }

  .section[id] {
    scroll-margin-top: 92px;
  }

  .livehouse-section {
    padding-top: 58px;
  }

  .feature,
  .schedule-card {
    min-height: auto;
  }

  .feature span,
  .schedule-card span {
    margin-bottom: 34px;
  }

  .lounge-section {
    min-height: auto;
  }

  .map-panel {
    padding: 14px;
  }

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

  .map-topline {
    display: grid;
    min-height: auto;
    justify-content: stretch;
    gap: 6px;
    padding: 16px;
  }

  .site-footer {
    display: block;
  }

  .site-footer nav {
    flex-wrap: wrap;
    margin-top: 22px;
  }

  .mobile-actionbar {
    position: fixed;
    right: 18px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    left: 12px;
    z-index: 60;
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    max-width: calc(100vw - 30px);
    gap: 8px;
    border: 1px solid rgba(249, 241, 228, 0.14);
    border-radius: 999px;
    padding: 8px;
    background: rgba(7, 9, 13, 0.9);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 22px));
    transition: opacity 260ms var(--ease), transform 260ms var(--ease);
  }

  .show-mobile-actionbar .mobile-actionbar {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-actionbar a {
    display: inline-flex;
    min-width: 0;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .mobile-actionbar a:first-child {
    background: rgba(249, 241, 228, 0.08);
    color: var(--ink);
  }

  .mobile-actionbar a:last-child {
    background: var(--ink);
    color: var(--paper);
  }
}
