:root {
  --ink: #111827;
  --muted: #5b6472;
  --paper: #fbfbff;
  --mist: #eef9fb;
  --night: #071122;
  --blue: #05bfe8;
  --cyan: #8df5ff;
  --line-cyan: #72e4ff;
  --reserve-green: #b9ec4f;
  --violet: #a600bf;
  --magenta: #ee3264;
  --green: #78c943;
  --gold: #f5a400;
  --brown: #6b4537;
  --line: rgba(17, 24, 39, .12);
  --shadow: 0 24px 70px rgba(10, 22, 45, .18);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Yu Gothic", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

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

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

button {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(16px, 4vw, 48px);
  color: #fff;
  transition: background .25s ease, box-shadow .25s ease, color .25s ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 34px rgba(11, 28, 54, .12);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  width: min(190px, 42vw);
  height: 58px;
  padding: 7px 12px;
  background: rgba(255, 255, 255, .9);
  border-radius: var(--radius);
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.global-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2.3vw, 30px);
  font-size: 14px;
  font-weight: 700;
}

.global-nav a {
  position: relative;
  padding: 8px 0;
}

.global-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--blue), var(--violet), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}

.global-nav a:hover::after {
  transform: scaleX(1);
}

.header-actions,
.hero-buttons,
.center-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.mini-button,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.mini-button {
  min-width: 74px;
  padding: 0 14px;
  color: #fff;
  background: rgba(255, 255, 255, .12);
}

.site-header.is-scrolled .mini-button,
.site-header.is-open .mini-button {
  color: var(--ink);
  border-color: var(--line);
}

.mini-button.reserve,
.primary-button {
  color: #071122;
  border-color: rgba(185, 236, 79, .6);
  background: linear-gradient(135deg, #d9ff7b, var(--reserve-green));
  box-shadow: 0 12px 28px rgba(185, 236, 79, .24);
}

.mini-button.line,
.line-button {
  color: #071122;
  border-color: rgba(114, 228, 255, .55);
  background: linear-gradient(135deg, #d8fbff, var(--line-cyan));
}

.primary-button,
.secondary-button {
  min-width: 150px;
  padding: 0 22px;
}

.secondary-button {
  color: #fff;
  background: rgba(255, 255, 255, .12);
}

.secondary-button.line-button {
  color: #071122;
  border-color: rgba(114, 228, 255, .55);
  background: linear-gradient(135deg, #d8fbff, var(--line-cyan));
}

.primary-button:hover,
.secondary-button:hover,
.mini-button:hover {
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .12);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  color: #fff;
  background: var(--night);
}

.hero::before,
.hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.hero::before {
  z-index: 1;
  background:
    linear-gradient(118deg, transparent 0 56%, rgba(255, 255, 255, .34) 56.2%, transparent 56.7%),
    linear-gradient(118deg, transparent 0 61%, rgba(141, 245, 255, .18) 61.2%, transparent 61.8%),
    repeating-linear-gradient(118deg, transparent 0 82px, rgba(255, 255, 255, .05) 83px, transparent 86px);
  opacity: .52;
  mix-blend-mode: screen;
}

.hero::after {
  z-index: 2;
  background:
    radial-gradient(circle at 16% 28%, rgba(255, 255, 255, .78) 0 1px, transparent 1.8px),
    radial-gradient(circle at 26% 66%, rgba(141, 245, 255, .7) 0 1px, transparent 1.7px),
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, .56) 0 1px, transparent 1.8px),
    radial-gradient(circle at 87% 72%, rgba(255, 255, 255, .42) 0 1px, transparent 1.8px);
  background-size: 220px 220px, 280px 280px, 260px 260px, 340px 340px;
  animation: heroStarField 18s linear infinite;
  opacity: .3;
}

.hero-media,
.hero-shade,
.hero-content,
.hero-panel {
  grid-area: 1 / 1;
}

.hero-media {
  width: 100%;
  height: 100%;
  min-height: 100svh;
  object-fit: cover;
  object-position: 54% 42%;
  filter: saturate(1.04) contrast(1.04);
  transform: scale(1.01);
}

.hero-shade {
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(5, 10, 22, .94), rgba(5, 10, 22, .64) 38%, rgba(5, 10, 22, .22) 72%),
    linear-gradient(180deg, rgba(5, 10, 22, .38), transparent 26%, rgba(5, 10, 22, .78)),
    linear-gradient(130deg, rgba(141, 245, 255, .2), transparent 26%, rgba(166, 0, 191, .18) 76%, transparent);
}

.hero-content {
  z-index: 4;
  align-self: center;
  width: min(680px, calc(100% - 32px));
  margin-left: clamp(16px, 7vw, 92px);
  padding-top: 96px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .5);
}

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

.hero h1 {
  position: relative;
  max-width: 680px;
  margin: 0;
  font-size: clamp(42px, 6.9vw, 82px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: 0;
  color: #fff;
  paint-order: stroke fill;
  text-shadow:
    0 0 20px rgba(141, 245, 255, .24),
    0 20px 54px rgba(0, 0, 0, .5);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, .96);
  background:
    radial-gradient(circle, #fff 0 1.1px, transparent 1.9px),
    radial-gradient(circle, rgba(141, 245, 255, .98) 0 1px, transparent 1.8px),
    radial-gradient(circle, rgba(238, 50, 100, .72) 0 1px, transparent 1.8px),
    linear-gradient(100deg, rgba(255, 255, 255, .96), rgba(141, 245, 255, .88), rgba(255, 255, 255, .78), rgba(185, 236, 79, .82));
  background-position: 0 0, 35px 24px, 78px 42px, 0 0;
  background-size: 86px 86px, 118px 118px, 152px 152px, 240% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  animation: headlineStars 9s linear infinite, headlineGlow 4.8s ease-in-out infinite;
}

.hero h1 span {
  display: block;
}

.hero-copy {
  max-width: 610px;
  margin: 24px 0 30px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(16px, 2vw, 19px);
}

.hero .hero-buttons {
  margin-top: clamp(34px, 7vh, 92px);
}

.hero-panel {
  z-index: 4;
  align-self: end;
  justify-self: end;
  width: min(360px, calc(100% - 32px));
  margin: 0 clamp(16px, 5vw, 64px) clamp(22px, 4vw, 48px) 16px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--radius);
  background: rgba(7, 17, 34, .58);
  backdrop-filter: blur(16px);
}

@keyframes headlineStars {
  0% {
    background-position: 0 0, 35px 24px, 78px 42px, 0 0;
  }

  100% {
    background-position: 86px -86px, 153px -94px, 230px -110px, 240% 0;
  }
}

@keyframes headlineGlow {
  0%,
  100% {
    filter: drop-shadow(0 0 4px rgba(141, 245, 255, .18));
  }

  50% {
    filter: drop-shadow(0 0 16px rgba(141, 245, 255, .42));
  }
}

@keyframes heroStarField {
  0% {
    background-position: 0 0, 0 0, 0 0, 0 0;
  }

  100% {
    background-position: 220px -220px, 280px -280px, 260px -260px, 340px -340px;
  }
}

@keyframes slidePhotos {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50% - 6px));
  }
}

@keyframes slidePhotosReverse {
  0% {
    transform: translateX(calc(-50% - 6px));
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slideStaff {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50% - 8px));
  }
}

.hero-panel span,
.hero-panel small {
  display: block;
  color: rgba(255, 255, 255, .72);
}

.hero-panel strong {
  display: block;
  margin: 4px 0;
  font-size: 22px;
}

.quick-reserve {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 5;
  background: #fff;
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  overflow: hidden;
}

.quick-reserve a {
  padding: 22px clamp(14px, 3vw, 30px);
  border-right: 1px solid var(--line);
}

.quick-reserve a:last-child {
  border-right: 0;
}

.quick-reserve span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.quick-reserve strong {
  display: block;
  margin-top: 4px;
  font-size: clamp(18px, 2.4vw, 24px);
}

.section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(78px, 10vw, 130px) 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading h2,
.split h2,
.access h2 {
  margin: 0;
  font-size: clamp(30px, 4.4vw, 54px);
  line-height: 1.22;
  letter-spacing: 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.intro-copy {
  color: var(--muted);
  font-size: 17px;
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature-list article,
.menu-card,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.feature-list article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px 18px;
  padding: 22px;
}

.feature-list span,
.flow-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  font-weight: 900;
}

.feature-list h3,
.menu-card h3,
.flow-list h3,
.blog-card h3 {
  margin: 0 0 8px;
  line-height: 1.45;
}

.feature-list p,
.menu-card p,
.flow-list p,
.blog-card p {
  margin: 0;
  color: var(--muted);
}

.feature-list article p,
.feature-list article h3 {
  grid-column: 2;
}

.photo-marquee,
.gallery-slider,
.staff-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.photo-marquee {
  margin: 0 auto;
  padding: 8px 0 18px;
  background: #071122;
}

.photo-marquee::before,
.photo-marquee::after,
.gallery-slider::before,
.gallery-slider::after,
.staff-slider::before,
.staff-slider::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(130px, 16vw);
  pointer-events: none;
  content: "";
}

.photo-marquee::before,
.gallery-slider::before,
.staff-slider::before {
  left: 0;
  background: linear-gradient(90deg, var(--paper), transparent);
}

.photo-marquee::after,
.gallery-slider::after,
.staff-slider::after {
  right: 0;
  background: linear-gradient(270deg, var(--paper), transparent);
}

.photo-marquee::before {
  background: linear-gradient(90deg, #071122, transparent);
}

.photo-marquee::after {
  background: linear-gradient(270deg, #071122, transparent);
}

.marquee-track {
  display: flex;
  gap: 12px;
  width: max-content;
  animation: slidePhotos 46s linear infinite;
}

.marquee-track.reverse {
  animation-name: slidePhotosReverse;
  animation-duration: 52s;
}

.marquee-track img,
.gallery-slider img {
  width: clamp(270px, 32vw, 480px);
  height: clamp(260px, 34vw, 430px);
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(10, 22, 45, .18);
}

.photo-marquee img {
  height: clamp(250px, 30vw, 390px);
  box-shadow: none;
}

.concern {
  width: 100%;
  padding-right: max(16px, calc((100vw - 1120px) / 2));
  padding-left: max(16px, calc((100vw - 1120px) / 2));
  background: linear-gradient(135deg, #f7fcff, #fff7fb 54%, #f9fff4);
}

.concern-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.concern-grid p {
  margin: 0;
  padding: 18px 20px;
  border-left: 4px solid var(--blue);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .82);
  font-weight: 800;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.menu-card {
  padding: 24px;
}

.menu-card.featured {
  grid-column: span 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
  gap: clamp(22px, 5vw, 48px);
  align-items: center;
  padding: 16px;
}

.menu-card.featured img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: var(--radius);
}

.menu-card strong {
  display: block;
  margin-top: 18px;
  color: var(--violet);
}

.tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #fff;
  background: var(--magenta);
  font-size: 12px;
  font-weight: 900;
}

.center-actions {
  justify-content: center;
  margin-top: 30px;
}

.experience {
  width: 100%;
  padding-right: max(16px, calc((100vw - 1120px) / 2));
  padding-left: max(16px, calc((100vw - 1120px) / 2));
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 17, 34, .95), rgba(7, 35, 61, .92)),
    linear-gradient(90deg, var(--blue), var(--violet));
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.split p:not(.eyebrow) {
  color: rgba(255, 255, 255, .78);
}

.split img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-list li {
  padding: 22px;
  border-top: 3px solid var(--blue);
  background: #fff;
  box-shadow: 0 14px 36px rgba(20, 35, 60, .08);
}

.gallery {
  width: 100%;
  padding-top: clamp(64px, 8vw, 104px);
  padding-right: 0;
  padding-left: 0;
}

.gallery .section-heading,
.staff .section-heading {
  width: min(1120px, calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
}

.gallery-slider {
  margin-top: 32px;
}

.staff {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  background:
    linear-gradient(180deg, #fbfbff, #eef9fb);
}

.staff-slider {
  margin-top: 34px;
  padding: 8px 0 16px;
}

.staff-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: slideStaff 54s linear infinite;
}

.staff-card {
  flex: 0 0 clamp(280px, 30vw, 410px);
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, .1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 20px 54px rgba(10, 22, 45, .12);
}

.staff-card img {
  width: 100%;
  height: clamp(230px, 26vw, 320px);
  object-fit: cover;
}

.staff-card div {
  padding: 20px;
}

.staff-card span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.staff-card h3 {
  margin: 8px 0 8px;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.35;
}

.staff-card p {
  margin: 0;
  color: var(--muted);
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track,
  .staff-track,
  .hero h1,
  .hero::after {
    animation: none;
  }
}

.blog {
  width: 100%;
  padding-right: max(16px, calc((100vw - 1120px) / 2));
  padding-left: max(16px, calc((100vw - 1120px) / 2));
  background: var(--mist);
}

.blog-toolbar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.blog-toolbar button,
.blog-card button {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  cursor: pointer;
  font-weight: 800;
}

.blog-toolbar button {
  padding: 0 16px;
}

.blog-toolbar button.active {
  color: #fff;
  background: var(--night);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.blog-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 38px rgba(20, 35, 60, .08);
}

.blog-card.is-hidden {
  display: none;
}

.blog-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.blog-card div {
  padding: 20px;
}

.blog-card time {
  color: var(--violet);
  font-size: 13px;
  font-weight: 900;
}

.blog-card button {
  margin-top: 16px;
  padding: 0 18px;
}

/* WordPress取得カードの「読む」リンク（ボタンと同じ見た目） */
.blog-readmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 16px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: inherit;
  text-decoration: none;
  font-weight: 800;
}

.blog-readmore:hover {
  background: rgba(20, 35, 60, .05);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  padding: 18px 20px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-list p {
  margin: 12px 0 0;
  color: var(--muted);
}

.access {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  min-height: 540px;
  color: #fff;
  background: var(--night);
}

.access-copy {
  padding: clamp(52px, 7vw, 86px) max(16px, 8vw);
}

.access dl {
  margin: 28px 0;
}

.access dl div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.access dt {
  color: var(--cyan);
  font-weight: 900;
}

.access dd {
  margin: 0;
}

.map-placeholder {
  display: grid;
  place-content: center;
  min-height: 360px;
  background:
    linear-gradient(rgba(7, 17, 34, .3), rgba(7, 17, 34, .45)),
    url("assets/ceiling-ring.jpg") center / cover;
  text-align: center;
}

.map-placeholder strong {
  display: block;
  font-size: clamp(30px, 5vw, 64px);
  line-height: 1;
}

.map-placeholder span {
  margin-top: 12px;
  color: rgba(255, 255, 255, .78);
}

.site-footer {
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 46px 16px 92px;
  text-align: center;
  background: #fff;
}

.site-footer img {
  width: min(240px, 68vw);
}

.site-footer p {
  margin: 0;
  font-weight: 900;
}

.site-footer small {
  color: var(--muted);
}

.mobile-action-bar {
  position: fixed;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 60;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 18px 50px rgba(8, 15, 30, .24);
}

.mobile-action-bar a {
  display: grid;
  place-items: center;
  min-height: 52px;
  color: #fff;
  background: var(--night);
  border-right: 1px solid rgba(255, 255, 255, .14);
  font-weight: 900;
}

.mobile-action-bar a:first-child {
  color: var(--night);
  background: linear-gradient(135deg, #d9ff7b, var(--reserve-green));
}

.mobile-action-bar a:last-child {
  border-right: 0;
  color: var(--night);
  background: linear-gradient(135deg, #d8fbff, var(--line-cyan));
}

.post-modal {
  width: min(720px, calc(100% - 32px));
  border: 0;
  border-radius: var(--radius);
  padding: 0;
  box-shadow: var(--shadow);
}

.post-modal::backdrop {
  background: rgba(7, 17, 34, .72);
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

[data-post-content] {
  padding: clamp(28px, 5vw, 46px);
}

[data-post-content] time {
  color: var(--violet);
  font-weight: 900;
}

[data-post-content] h2 {
  margin: 10px 0 14px;
  line-height: 1.35;
}

[data-post-content] p {
  color: var(--muted);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .global-nav {
    position: absolute;
    top: 100%;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 12px;
    color: var(--ink);
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .global-nav.is-open {
    display: flex;
  }

  .global-nav a {
    padding: 12px;
  }

  .header-actions {
    display: none;
  }

  .hero-content {
    align-self: end;
    margin: 0 auto 132px;
  }

  .hero-panel {
    justify-self: start;
    margin: 0 16px 24px;
  }

  .intro-grid,
  .split,
  .access {
    grid-template-columns: 1fr;
  }

  .menu-grid,
  .blog-grid,
  .concern-grid {
    grid-template-columns: 1fr 1fr;
  }

  .menu-card.featured {
    grid-column: span 2;
    grid-template-columns: 1fr;
  }

  .flow-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 68px;
  }

  .brand {
    width: min(190px, 58vw);
  }

  .hero,
  .hero-media {
    min-height: 100svh;
  }

  .hero-media {
    object-position: 57% 45%;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(5, 10, 22, .18), rgba(5, 10, 22, .55) 40%, rgba(5, 10, 22, .94) 74%),
      radial-gradient(circle at 68% 20%, rgba(141, 245, 255, .18), transparent 30%);
  }

  .hero-content {
    width: calc(100% - 36px);
    margin-bottom: 118px;
  }

  .hero h1 {
    font-size: 36px;
    line-height: 1.18;
  }

  .hero h1 span {
    display: block;
  }

  .hero-copy {
    font-size: 15px;
    max-width: 330px;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .hero .hero-buttons {
    margin-top: 28px;
  }

  .hero-buttons {
    align-items: stretch;
  }

  .hero-buttons a {
    flex: 1 1 100%;
  }

  .hero-panel {
    width: calc(100% - 28px);
    margin-right: 14px;
    margin-left: 14px;
  }

  .quick-reserve {
    grid-template-columns: 1fr;
    margin-top: 0;
    width: 100%;
    border-radius: 0;
  }

  .quick-reserve a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section {
    width: calc(100% - 28px);
  }

  .menu-grid,
  .blog-grid,
  .concern-grid,
  .flow-list {
    grid-template-columns: 1fr;
  }

  .split img,
  .menu-card.featured img {
    height: 310px;
  }

  .marquee-track img,
  .gallery-slider img {
    width: 78vw;
    height: 310px;
  }

  .staff-card {
    flex-basis: 82vw;
  }

  .staff-card img {
    height: 260px;
  }

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

  .feature-list article {
    grid-template-columns: 1fr;
  }

  .feature-list article p,
  .feature-list article h3 {
    grid-column: 1;
  }

  .access-copy {
    padding: 58px 18px;
  }

  .access dl div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .mobile-action-bar {
    display: grid;
    right: auto;
    width: min(340px, calc(100vw - 20px));
  }

  .mobile-action-bar a {
    min-width: 0;
    font-size: 14px;
  }
}
