:root {
  --navy: #dceaf3;          /* bölüm — açık deniz mavisi */
  --navy-deep: #c9dceb;     /* menü & galeri — biraz daha derin mavi */
  --navy-dark: #0d2233;     /* footer ve koyu vurgular */
  --navy-mid: #b8d0e0;
  --cream: #e8dfd0;
  --cream-soft: #f3ede3;
  --sand: #a8895a;          /* altın vurgu */
  --ink: #24405c;           /* ana metin — yumuşak lacivert */
  --ink-strong: #142c42;    /* başlıklar */
  --muted: rgba(36, 64, 92, 0.74);
  --line: rgba(20, 44, 66, 0.14);
  --card: #eef5fa;          /* kart zeminleri — soft mavi-beyaz */
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --header-h: 5.25rem;
  /* Dağınık kılçık motifleri */
  --bones: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='%23142c42' stroke-width='1.15' stroke-linecap='round' opacity='0.11'%3E%3Cg transform='translate(28 36) rotate(-18)'%3E%3Cpath d='M2 10 H38'/%3E%3Cpath d='M8 10 L4 4 M8 10 L4 16 M14 10 L10 3.5 M14 10 L10 16.5 M20 10 L16 3 M20 10 L16 17 M26 10 L23 4 M26 10 L23 16 M32 10 L30 5.5 M32 10 L30 14.5'/%3E%3Ccircle cx='2' cy='10' r='1.4' fill='%23142c42'/%3E%3C/g%3E%3Cg transform='translate(128 78) rotate(32)'%3E%3Cpath d='M2 10 H34'/%3E%3Cpath d='M8 10 L5 5 M8 10 L5 15 M14 10 L11 4 M14 10 L11 16 M20 10 L17 4.5 M20 10 L17 15.5 M26 10 L24 6 M26 10 L24 14'/%3E%3Ccircle cx='2' cy='10' r='1.3' fill='%23142c42'/%3E%3C/g%3E%3Cg transform='translate(72 150) rotate(-8)'%3E%3Cpath d='M2 10 H30'/%3E%3Cpath d='M7 10 L4 5.5 M7 10 L4 14.5 M13 10 L10 4.5 M13 10 L10 15.5 M19 10 L17 6 M19 10 L17 14 M25 10 L23.5 7.5 M25 10 L23.5 12.5'/%3E%3Ccircle cx='2' cy='10' r='1.2' fill='%23142c42'/%3E%3C/g%3E%3Cg transform='translate(168 168) rotate(14)'%3E%3Cpath d='M2 10 H28'/%3E%3Cpath d='M7 10 L5 6 M7 10 L5 14 M13 10 L11 5 M13 10 L11 15 M19 10 L17.5 6.5 M19 10 L17.5 13.5'/%3E%3Ccircle cx='2' cy='10' r='1.1' fill='%23142c42'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--ink);
  background: var(--navy);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  opacity: 0.02;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Açılış: hero arkada, çene kapalı → hızlı açılış */
.intro-bite {
  position: fixed;
  inset: 0;
  z-index: 2000;
  overflow: hidden;
  pointer-events: none;
  animation: introVanish 1.15s steps(1, end) forwards;
}

.intro-void {
  display: none;
}

.intro-jaw {
  position: absolute;
  left: -10%;
  width: 120%;
  height: 58vh;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.55));
}

.intro-jaw svg {
  display: block;
  width: 100%;
  height: 100%;
}

.intro-jaw--top {
  top: 0;
  z-index: 2;
  --closed: 14vh;
  --open: -68vh;
  --tilt: -3deg;
  animation: introJawOpen 1.15s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.intro-jaw--bottom {
  bottom: 0;
  z-index: 1;
  --closed: -16vh;
  --open: 72vh;
  --tilt: 3deg;
  filter: drop-shadow(0 -12px 28px rgba(0, 0, 0, 0.55)) brightness(0.86);
  animation: introJawOpen 1.15s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.jaw-flesh {
  fill: #040a13;
}

.jaw-bone {
  fill: none;
  stroke: #d8ceb8;
  stroke-width: 30;
  stroke-linecap: round;
}

.jaw-teeth {
  fill: #f0e9db;
  stroke: rgba(4, 10, 19, 0.55);
  stroke-width: 1.6;
}

@keyframes introJawOpen {
  0% {
    transform: translateY(var(--closed)) rotate(0deg);
  }
  100% {
    transform: translateY(var(--open)) rotate(var(--tilt));
  }
}

@keyframes introVanish {
  0%,
  92% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}

.container {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  padding: 0 1.75rem;
  color: var(--cream-soft);
  transition: background 0.4s var(--ease), backdrop-filter 0.4s var(--ease), border-color 0.4s var(--ease), color 0.4s var(--ease);
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  background: rgba(220, 234, 243, 0.9);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
  color: var(--ink-strong);
}

.site-header.is-scrolled .logo-img {
  filter: drop-shadow(0 1px 5px rgba(13, 34, 51, 0.5));
}

.logo {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.logo-img {
  height: 4.25rem;
  width: auto;
  transition: transform 0.3s var(--ease);
}

.logo:hover .logo-img {
  transform: scale(1.04);
}

.nav {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 2.35rem;
}

.nav a {
  position: relative;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.82;
  transition: opacity 0.25s var(--ease), color 0.25s var(--ease);
  overflow: visible;
}

.nav a:hover {
  opacity: 1;
  color: #c9ae7f;
}

.site-header.is-scrolled .nav a:hover {
  color: var(--sand);
}

.nav-label,
.menu-tab-label {
  display: inline-block;
  will-change: clip-path;
}

.nav a.is-eating {
  pointer-events: none;
  opacity: 1;
  color: var(--sand);
}

.nav-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
}

.nav-toggle span {
  display: block;
  width: 1.35rem;
  height: 1.5px;
  background: currentColor;
  margin-inline: auto;
  transition: transform 0.3s var(--ease), opacity 0.3s var(--ease);
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(0.28rem) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-0.28rem) rotate(-45deg);
}

/* Hero */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
  color: var(--cream-soft);
}

.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  transform: scale(1.04);
  animation: heroZoom 18s var(--ease) forwards;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(13, 34, 51, 0.5) 0%, rgba(13, 34, 51, 0.62) 45%, rgba(13, 34, 51, 0.72) 100%),
    radial-gradient(ellipse at 50% 30%, rgba(31, 60, 85, 0.22), transparent 60%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 6rem 1.5rem 5rem;
  max-width: 42rem;
  animation: riseIn 1.1s var(--ease) both;
}

.eyebrow {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sand);
  margin-bottom: 1.1rem;
}

.hero .eyebrow {
  color: #d4ba8c;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-bottom: 1.25rem;
}

.brand-main {
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 10vw, 6.5rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0.02em;
}

.brand-sub {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3.5vw, 2rem);
  font-style: italic;
  font-weight: 500;
  opacity: 0.88;
}

.hero-tagline {
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  font-weight: 300;
  color: rgba(243, 237, 227, 0.82);
  max-width: 28rem;
  margin: 0 auto 2rem;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
}

.hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 4.5rem;
  color: var(--navy);
  z-index: 2;
}

/* Buttons */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.9rem;
  padding: 0.75rem 1.35rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease), transform 0.3s var(--ease);
}

/* Yunus sıçraması: su hattı butonun üst kenarı, altı kırpılır */
.dolphin-pool {
  position: absolute;
  left: -1.75rem;
  right: -1.75rem;
  bottom: calc(100% - 2px);
  height: 5.75rem;
  overflow: hidden;
  pointer-events: none;
  z-index: 3;
}

.dolphin {
  position: absolute;
  bottom: 0;
  left: var(--x);
  width: 2.4rem;
  height: 1.5rem;
  margin-left: -1.2rem;
  animation: dolphinJump var(--dur) both;
}

.dolphin svg {
  display: block;
  width: 100%;
  height: 100%;
}

@keyframes dolphinJump {
  0% {
    animation-timing-function: cubic-bezier(0.24, 0.62, 0.4, 1);
    transform: translate(0, 1.9rem) rotate(calc(-58deg * var(--dir))) scaleX(var(--dir));
  }
  50% {
    animation-timing-function: cubic-bezier(0.6, 0, 0.76, 0.4);
    transform: translate(calc(var(--dx) * var(--dir)), calc(-1 * var(--h))) rotate(0deg) scaleX(var(--dir));
  }
  100% {
    transform: translate(calc(var(--dx) * 2 * var(--dir)), 1.9rem) rotate(calc(58deg * var(--dir))) scaleX(var(--dir));
  }
}

.dolphin-splash {
  position: absolute;
  bottom: -0.3rem;
  left: var(--x);
  width: 1.9rem;
  height: 0.7rem;
  margin-left: -0.95rem;
  border: 1px solid rgba(232, 223, 208, 0.75);
  border-radius: 50%;
  opacity: 0;
  animation: dolphinSplash 0.55s ease-out both;
}

@keyframes dolphinSplash {
  0% {
    opacity: 0.85;
    transform: scale(0.35);
  }
  100% {
    opacity: 0;
    transform: scale(1.7);
  }
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--sand);
  color: #fff;
}

.btn-primary:hover {
  background: #97794c;
}

.btn-ghost {
  background: transparent;
  color: var(--ink-strong);
  border-color: rgba(20, 44, 66, 0.38);
}

.btn-ghost:hover {
  border-color: var(--ink-strong);
  background: rgba(20, 44, 66, 0.05);
}

.hero .btn-ghost {
  color: var(--cream-soft);
  border-color: rgba(243, 237, 227, 0.5);
}

.hero .btn-ghost:hover {
  border-color: var(--cream-soft);
  background: rgba(243, 237, 227, 0.08);
}

/* Sections */
.section {
  position: relative;
  padding: clamp(4.5rem, 10vw, 7rem) 0;
  background-color: var(--navy);
  background-image: var(--bones);
  background-size: 220px 220px;
  background-repeat: repeat;
}

.section.menu,
.section.gallery {
  background-color: var(--navy-deep);
  background-image: var(--bones);
  background-size: 240px 240px;
}

.section-head {
  max-width: 34rem;
  margin-bottom: 3rem;
}

.section-head h2,
.split-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
  color: var(--ink-strong);
}

.section-lead,
.split-copy p {
  color: var(--muted);
  font-weight: 300;
  font-size: 1.02rem;
}

.split-copy p + p {
  margin-top: 1rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.experience-split {
  align-items: start;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.experience-copy {
  position: sticky;
  top: calc(var(--header-h) + 1.5rem);
  padding-bottom: 2rem;
  min-width: 0;
}

.experience-copy h2 {
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  margin-bottom: 1.25rem;
}

.experience-copy p {
  font-size: 0.95rem;
  line-height: 1.7;
}

.experience-quote {
  margin: 1.35rem 0;
  padding: 1.15rem 0 1.15rem 1.15rem;
  border-left: 2px solid var(--sand);
  color: var(--ink-strong);
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.55;
}

/* Gerçek sekme / kart stack — CSS sticky */
.tab-stack {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
}

.tab-card {
  --tab-gap: 0.85rem;
  position: sticky;
  top: calc(var(--header-h) + 1.4rem + (var(--i) * var(--tab-gap)));
  z-index: calc(10 + var(--i));
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  margin: 0;
  margin-bottom: 14vh;
  overflow: hidden;
  border: 1px solid rgba(20, 44, 66, 0.12);
  background: var(--card);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.5),
    0 24px 55px rgba(20, 44, 66, 0.18);
  transition:
    filter 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.tab-card:last-child {
  margin-bottom: 0;
}

.tab-card.is-front {
  border-color: rgba(168, 137, 90, 0.45);
  box-shadow:
    0 1px 0 rgba(168, 137, 90, 0.2),
    0 28px 65px rgba(20, 44, 66, 0.28);
}

/* İnce üst çizgi — elit sekme hissi */
.tab-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  z-index: 3;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(168, 137, 90, 0.55),
    transparent
  );
  opacity: 0.75;
  pointer-events: none;
}

/* Yanlar hafif silik + soft vignette */
.tab-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(20, 44, 66, 0.16) 0%,
      rgba(20, 44, 66, 0.04) 12%,
      transparent 24%,
      transparent 76%,
      rgba(20, 44, 66, 0.04) 88%,
      rgba(20, 44, 66, 0.16) 100%
    ),
    linear-gradient(
      180deg,
      rgba(20, 44, 66, 0.1) 0%,
      transparent 14%,
      transparent 80%,
      rgba(20, 44, 66, 0.14) 100%
    );
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.tab-card.is-front::after {
  opacity: 0.85;
}

.tab-card.is-behind {
  filter: brightness(0.94) saturate(0.9);
  border-color: rgba(20, 44, 66, 0.08);
}

.tab-card.is-behind::after {
  opacity: 1;
}

.tab-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: none;
  filter: contrast(1.03) saturate(1.04);
}

.split.reverse {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.split-media {
  overflow: hidden;
  min-height: 22rem;
}

.split-media img {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05);
}

.map-frame {
  min-height: 22rem;
  border: 1px solid var(--line);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  border: 0;
  filter: grayscale(0.15) contrast(1.02);
}

/* Menu */
.section.menu {
  position: relative;
  overflow: hidden;
}

.section.menu::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 60% 45% at 10% 20%, rgba(168, 137, 90, 0.06), transparent 55%),
    radial-gradient(ellipse 50% 40% at 90% 80%, rgba(170, 200, 220, 0.45), transparent 60%);
}

.menu-shell {
  position: relative;
  z-index: 1;
  margin-top: 0.5rem;
}

.menu-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.5rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(20, 44, 66, 0.14);
}

.menu-tab {
  appearance: none;
  position: relative;
  border: 0;
  background: transparent;
  color: rgba(20, 44, 66, 0.45);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.55rem 0.1rem 0.85rem;
  cursor: pointer;
  transition: color 0.3s var(--ease);
  overflow: visible;
}

.menu-tab:focus {
  outline: none;
}

.menu-tab:focus-visible {
  color: var(--ink-strong);
}

.menu-tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.15rem;
  height: 2px;
  background: var(--sand);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-tab:hover {
  color: var(--ink-strong);
}

.menu-tab.is-active {
  color: var(--ink-strong);
}

.menu-tab.is-active::after {
  transform: scaleX(1);
}

.menu-tab.is-eating {
  pointer-events: none;
  color: var(--ink-strong);
}

.menu-fish {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.85rem;
  height: 1rem;
  pointer-events: none;
  z-index: 3;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

.menu-fish svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

@media (prefers-reduced-motion: reduce) {
  .nav-label,
  .menu-tab-label {
    will-change: auto;
  }
}

.menu-panel {
  display: none;
  animation: menuFade 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-panel.is-active {
  display: block;
}

@keyframes menuFade {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.menu-board {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.menu-board-dense {
  grid-template-columns: repeat(3, 1fr);
}

.menu-card {
  position: relative;
  padding: 1.6rem 1.55rem 1.7rem 1.7rem;
  border: 1px solid rgba(20, 44, 66, 0.1);
  background: var(--card);
  box-shadow: 0 14px 32px rgba(20, 44, 66, 0.08);
  overflow: hidden;
  transition:
    border-color 0.35s var(--ease),
    transform 0.35s var(--ease),
    box-shadow 0.35s var(--ease);
}

.menu-card::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  bottom: 1.2rem;
  left: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--sand), transparent 85%);
  opacity: 0.75;
}

.menu-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 100% 0%, rgba(168, 137, 90, 0.1), transparent 42%);
  opacity: 0;
  transition: opacity 0.35s var(--ease);
}

.menu-card:hover {
  border-color: rgba(168, 137, 90, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 22px 45px rgba(20, 44, 66, 0.14);
}

.menu-card:hover::after {
  opacity: 1;
}

.menu-card h3 {
  position: relative;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  font-weight: 600;
  color: var(--sand);
  margin-bottom: 1.15rem;
  padding-bottom: 0.8rem;
  letter-spacing: 0.01em;
}

.menu-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.4rem;
  height: 1px;
  background: rgba(168, 137, 90, 0.65);
}

.menu-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.menu-list li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem 0.75rem;
  padding: 0.72rem 0 0.72rem 1.05rem;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.35;
  color: var(--ink);
  border-bottom: 1px solid rgba(20, 44, 66, 0.07);
  transition: color 0.25s var(--ease), padding-left 0.25s var(--ease);
}

.menu-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0.15rem;
}

.menu-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border: 1px solid rgba(168, 137, 90, 0.8);
  transform: translateY(-50%) rotate(45deg);
  opacity: 0.8;
}

.menu-list li:hover {
  color: var(--navy-dark);
  padding-left: 1.2rem;
}

.menu-list em {
  font-style: normal;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sand);
  border: 1px solid rgba(168, 137, 90, 0.4);
  padding: 0.22rem 0.45rem;
  white-space: nowrap;
}

/* Gallery */
.section.gallery {
  background-color: var(--navy-deep);
  background-image: var(--bones);
  background-size: 240px 240px;
  overflow: hidden;
}

.gallery-slider {
  position: relative;
}

.gallery-viewport {
  overflow: hidden;
  margin-inline: auto;
  perspective: 1200px;
}

.gallery-track {
  display: flex;
  align-items: center;
  will-change: transform;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-slide {
  flex: 0 0 78%;
  margin-inline: 1.1%;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  opacity: 0.5;
  transform: scale(0.88) translateZ(0);
  filter: brightness(0.96) saturate(0.88);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-slide.is-active {
  opacity: 1;
  transform: scale(1) translateZ(0);
  filter: none;
  border-color: rgba(168, 137, 90, 0.5);
  z-index: 2;
  box-shadow: 0 22px 50px rgba(20, 44, 66, 0.2);
}

.gallery-slide img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.gallery-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 1.75rem;
}

.gallery-btn {
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(20, 44, 66, 0.3);
  background: rgba(238, 245, 250, 0.85);
  color: var(--ink-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s var(--ease), border-color 0.3s var(--ease), transform 0.3s var(--ease);
}

.gallery-btn:hover {
  background: #fff;
  border-color: var(--ink-strong);
  transform: translateY(-1px);
}

.gallery-btn:active {
  transform: scale(0.96);
}

.gallery-dots {
  display: flex;
  gap: 0.55rem;
  align-items: center;
}

.gallery-dot {
  width: 0.45rem;
  height: 0.45rem;
  border: 0;
  padding: 0;
  border-radius: 999px;
  background: rgba(20, 44, 66, 0.25);
  cursor: pointer;
  transition: width 0.45s var(--ease), background 0.45s var(--ease);
}

.gallery-dot.is-active {
  width: 1.55rem;
  background: var(--sand);
}

@media (max-width: 760px) {
  .gallery-slide {
    flex-basis: 88%;
    margin-inline: 1%;
  }

  .gallery-slide img {
    aspect-ratio: 4 / 3;
  }
}

/* Location info */
.info-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin: 1.75rem 0 2rem;
}

.info-list li {
  display: grid;
  gap: 0.2rem;
}

.info-label {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sand);
}

.info-list a:hover {
  color: var(--sand);
}

.split-copy .hero-ctas {
  justify-content: flex-start;
}

/* Footer */
.site-footer {
  background: var(--navy-dark);
  color: var(--cream-soft);
  border-top: 0;
  padding: 2rem 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-brand {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.footer-copy {
  font-size: 0.85rem;
  color: rgba(243, 237, 227, 0.66);
}

.footer-credit {
  color: #cdb37f;
  border-bottom: 1px solid transparent;
  transition: color 0.3s var(--ease), border-color 0.3s var(--ease);
}

.footer-credit:hover {
  color: #fff;
  border-bottom-color: #fff;
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes heroZoom {
  from { transform: scale(1.08); }
  to { transform: scale(1.02); }
}

/* Responsive */
@media (max-width: 1100px) {
  .menu-board-dense {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .split,
  .split.reverse {
    grid-template-columns: 1fr;
  }

  .experience-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.5rem;
  }

  .menu-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .menu-board,
  .menu-board-dense {
    grid-template-columns: 1fr;
  }

  .experience-copy {
    position: sticky;
    top: calc(var(--header-h) + 1rem);
  }

  .tab-card {
    --tab-gap: 0.7rem;
    aspect-ratio: 16 / 10;
    height: auto;
    margin-bottom: 10vh;
  }

  .section-head {
    text-align: center;
    margin-inline: auto;
  }

  .split-copy .hero-ctas {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .logo-img {
    height: 3.4rem;
  }

  .experience-split {
    grid-template-columns: 1fr;
  }

  .experience-copy {
    position: static;
  }

  .tab-card {
    margin-bottom: 8vh;
  }

  .menu-grid {
    grid-template-columns: 1fr;
  }

  .menu-tabs {
    gap: 0.2rem 1rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .menu-tabs::-webkit-scrollbar {
    display: none;
  }

  .menu-tab {
    flex: 0 0 auto;
    text-align: center;
    padding: 0.55rem 0.15rem 0.85rem;
    font-size: 0.66rem;
  }

  .menu-board-dense {
    grid-template-columns: 1fr;
  }

  .menu-card {
    padding: 1.35rem 1.25rem 1.4rem 1.45rem;
  }

  .nav-toggle {
    display: flex;
    position: relative;
    z-index: 2;
  }

  .nav {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--header-h);
    transform: translateY(-120%);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.5rem 1.5rem 1.25rem;
    background: rgba(220, 234, 243, 0.97);
    color: var(--ink-strong);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.35s var(--ease), opacity 0.35s var(--ease);
  }

  .nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav a {
    padding: 0.95rem 0;
    font-size: 0.85rem;
    border-bottom: 1px solid var(--line);
    opacity: 1;
  }

  .nav a:last-child {
    border-bottom: 0;
  }

  .hero-ctas .btn {
    width: 100%;
  }

  .intro-jaw {
    height: 48vh;
  }

  .intro-jaw--top {
    --closed: 22vh;
    --open: -58vh;
  }

  .intro-jaw--bottom {
    --closed: -24vh;
    --open: 62vh;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .intro-bite {
    display: none;
  }
  .hero-bg img,
  .hero-content,
  .reveal {
    animation: none !important;
    transition: none !important;
    opacity: 1;
    transform: none;
  }
}
