/* =========================================================
   1. ROOT VARIABLES
========================================================= */
:root {
  --bg-dark: #03130d;
  --bg-deep: #041a11;
  --bg-green: #08291b;
  --bg-green-soft: #0f3525;
  --panel: rgba(20, 61, 42, 0.72);
  --panel-border: rgba(221, 197, 125, 0.22);
  --gold: #d4b56d;
  --gold-light: #f0dda8;
  --cream: #f4e8c4;
  --text: #f7f0dc;
  --muted: #9ba89f;
  --white: #ffffff;
  --shadow: 0 25px 80px rgba(0, 0, 0, 0.45);
  --radius: 4px;
  --container: 1180px;
  --header-height: 88px;
}

/* =========================================================
   2. RESET
========================================================= */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 15%, rgba(26, 92, 61, 0.18), transparent 32%),
    linear-gradient(180deg, #03130d 0%, #061f15 48%, #03130d 100%);
  color: var(--text);
  font-family: "Manrope", sans-serif;
  line-height: 1.7;
}

body.menu-open {
  overflow: hidden;
}

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

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

button {
  color: inherit;
  font: inherit;
}

::selection {
  color: #102016;
  background: var(--gold-light);
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section-padding {
  position: relative;
  padding: 110px 0;
}

/* =========================================================
   3. CUSTOM CURSOR
========================================================= */
.cursor-dot,
.cursor-ring {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.cursor-dot {
  width: 6px;
  height: 6px;
  background: var(--gold-light);
}

.cursor-ring {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(240, 221, 168, 0.75);
  transition:
    width 0.25s ease,
    height 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.cursor-ring.cursor-active {
  width: 54px;
  height: 54px;
  border-color: rgba(240, 221, 168, 0.32);
  background: rgba(240, 221, 168, 0.08);
}

/* =========================================================
   4. BACKGROUND GLOWS
========================================================= */
.page-glow {
  position: fixed;
  z-index: -1;
  width: 420px;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.14;
  pointer-events: none;
}

.page-glow--one {
  top: 10%;
  left: -200px;
  background: #1c8a54;
}

.page-glow--two {
  right: -180px;
  bottom: 15%;
  background: #806225;
}

/* =========================================================
   5. TYPOGRAPHY
========================================================= */
.eyebrow {
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

h1,
h2,
h3,
.logo-name {
  font-family: "Cormorant Garamond", serif;
}

h1,
h2 {
  line-height: 0.96;
}

h2 {
  color: var(--cream);
  font-size: clamp(2.7rem, 5vw, 5rem);
  font-weight: 600;
}

.section-heading {
  margin-bottom: 54px;
  text-align: center;
}

/* =========================================================
   6. HEADER
========================================================= */
.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    backdrop-filter 0.35s ease;
}

.site-header.is-scrolled {
  border-bottom: 1px solid rgba(212, 181, 109, 0.12);
  background: rgba(2, 17, 11, 0.86);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}

.mini-brand {
  width: max-content;
  color: var(--cream);
  font-family: "Cormorant Garamond", serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.main-logo {
  position: absolute;
  top: 0;
  left: 50%;
  width: 92px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(86, 67, 20, 0.55);
  background:
    linear-gradient(135deg, rgba(255, 246, 202, 0.98), rgba(190, 153, 66, 0.95));
  color: #172116;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.36);
  transform: translateX(-50%);
}

.logo-icon {
  font-size: 1.6rem;
  line-height: 1;
}

.logo-name {
  margin-top: 5px;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.main-logo small {
  font-size: 0.43rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.desktop-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 27px;
  padding-right: 54px;
}

.desktop-nav a {
  position: relative;
  color: rgba(244, 232, 196, 0.82);
  font-size: 0.72rem;
  transition: color 0.25s ease;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.desktop-nav a:hover {
  color: var(--gold-light);
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.profile-button {
  position: absolute;
  right: max(20px, calc((100vw - var(--container)) / 2));
  top: 25px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(212, 181, 109, 0.35);
  border-radius: 50%;
  background: rgba(212, 181, 109, 0.16);
  color: var(--gold-light);
  cursor: pointer;
}

.menu-toggle,
.mobile-nav {
  display: none;
}

/* =========================================================
   7. HERO
========================================================= */
.hero-section {
  position: relative;
  min-height: 760px;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-background,
.hero-overlay,
.hero-vignette {
  position: absolute;
  inset: 0;
}

.hero-background {
  z-index: -5;
  background:
    linear-gradient(90deg, #020c08 0%, rgba(2, 19, 12, 0.88) 32%, rgba(2, 18, 11, 0.2) 70%),
    url("https://images.unsplash.com/photo-1504674900247-0877df9cc836?auto=format&fit=crop&w=2000&q=90")
      center / cover no-repeat;
  transform: scale(1.06);
  animation: heroZoom 14s ease-in-out infinite alternate;
}

.hero-overlay {
  z-index: -4;
  background:
    radial-gradient(circle at 46% 28%, rgba(25, 126, 72, 0.4), transparent 25%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(2, 16, 10, 0.74));
}

.hero-vignette {
  z-index: -3;
  box-shadow: inset 0 0 180px 60px rgba(0, 0, 0, 0.72);
}

@keyframes heroZoom {
  from {
    transform: scale(1.04);
  }
  to {
    transform: scale(1.1);
  }
}

.hero-content {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 0.9fr 1.15fr;
  align-items: center;
  padding-top: 80px;
}

.hero-copy {
  position: relative;
  z-index: 4;
  max-width: 570px;
}

.hero-copy h1 {
  color: var(--cream);
  font-family: "Cinzel Decorative", serif;
  font-size: clamp(3.1rem, 6.5vw, 6.8rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  text-shadow: 0 14px 45px rgba(0, 0, 0, 0.45);
}

.hero-copy h1 span {
  display: block;
  margin-top: 0.03em;
}

.hero-description {
  max-width: 540px;
  margin: 23px 0 31px;
  color: rgba(235, 234, 219, 0.7);
  font-size: 0.9rem;
}

.primary-button {
  width: max-content;
  min-width: 166px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 0 18px;
  border: 1px solid rgba(212, 181, 109, 0.66);
  background: linear-gradient(180deg, rgba(187, 147, 62, 0.34), rgba(82, 62, 20, 0.36));
  color: var(--gold-light);
  font-size: 0.73rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.26);
  transition:
    color 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.primary-button:hover {
  background: var(--gold-light);
  color: #142018;
  box-shadow: 0 18px 50px rgba(212, 181, 109, 0.22);
}

.hero-food-stage {
  position: relative;
  min-height: 510px;
  display: grid;
  place-items: center;
}

.hero-food-image {
  position: relative;
  width: min(640px, 55vw);
  aspect-ratio: 1.55;
  overflow: hidden;
  border-radius: 48% 48% 42% 42%;
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.55);
  transform: perspective(1000px) rotateX(8deg) rotateZ(-2deg);
}

.hero-food-image::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.14), transparent 28%),
    radial-gradient(circle at 50% 70%, transparent 30%, rgba(0, 0, 0, 0.35));
  content: "";
}

.hero-food-image img {
  height: 100%;
  object-fit: cover;
}

.hero-food-shadow {
  position: absolute;
  bottom: 38px;
  width: 72%;
  height: 80px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.75);
  filter: blur(28px);
}

.floating-leaf {
  position: absolute;
  z-index: 4;
  color: #7ab664;
  font-size: 4rem;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.5));
}

.leaf-one {
  top: 25%;
  right: 2%;
  transform: rotate(20deg);
}

.leaf-two {
  bottom: 16%;
  left: 1%;
  transform: rotate(-24deg);
}

.floating-spice {
  position: absolute;
  z-index: 3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d23d1c;
  box-shadow:
    18px 8px 0 #b7872b,
    30px -12px 0 #7a1d0b,
    48px 14px 0 #c94118,
    66px -4px 0 #e2ad35;
}

.spice-one {
  top: 25%;
  left: 17%;
}

.spice-two {
  right: 12%;
  bottom: 16%;
}

.hero-particle {
  position: absolute;
  z-index: 1;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 30px 8px rgba(212, 181, 109, 0.42);
  animation: floatParticle 5s ease-in-out infinite;
}

.particle-one {
  top: 18%;
  left: 67%;
}

.particle-two {
  top: 58%;
  left: 11%;
  animation-delay: 1.6s;
}

.particle-three {
  right: 8%;
  bottom: 18%;
  animation-delay: 3s;
}

@keyframes floatParticle {
  0%,
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.55;
  }
  50% {
    transform: translateY(-20px) scale(1.25);
    opacity: 1;
  }
}

.scroll-indicator {
  position: absolute;
  z-index: 6;
  bottom: 28px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-indicator i {
  width: 42px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}

.scroll-indicator i::after {
  width: 40%;
  height: 100%;
  display: block;
  background: var(--gold);
  content: "";
  animation: scrollLine 2.2s ease-in-out infinite;
}

@keyframes scrollLine {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(260%);
  }
}

/* =========================================================
   8. FEATURES
========================================================= */
.features-section {
  background:
    linear-gradient(180deg, #062018, #052017 68%, #061a13);
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr 0.86fr 1fr;
  align-items: stretch;
  gap: 26px;
}

.feature-card,
.feature-image-card {
  min-height: 335px;
  border: 1px solid var(--panel-border);
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 42px 32px;
  background:
    radial-gradient(circle at 50% -10%, rgba(56, 130, 89, 0.28), transparent 42%),
    linear-gradient(145deg, rgba(18, 65, 44, 0.96), rgba(8, 41, 27, 0.98));
  text-align: center;
}

.feature-card::before {
  position: absolute;
  inset: 13px;
  border: 1px solid rgba(212, 181, 109, 0.08);
  content: "";
  pointer-events: none;
}

.feature-card:hover,
.feature-image-card:hover {
  border-color: rgba(212, 181, 109, 0.48);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
}

.feature-icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border: 1px solid rgba(212, 181, 109, 0.46);
  border-radius: 50%;
  color: var(--gold-light);
  font-size: 1.75rem;
  transform: translateZ(34px);
}

.feature-card h3 {
  color: var(--cream);
  font-size: 1.9rem;
  font-weight: 600;
  transform: translateZ(28px);
}

.feature-card p {
  margin: 12px 0 18px;
  color: var(--muted);
  font-size: 0.78rem;
  transform: translateZ(20px);
}

.feature-card a {
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateZ(25px);
}

.feature-card a span {
  display: inline-block;
  transition: transform 0.25s ease;
}

.feature-card a:hover span {
  transform: translateX(5px);
}

.feature-image-card {
  position: relative;
  overflow: hidden;
  background: #061a13;
}

.feature-image-card img {
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.08);
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.feature-image-card:hover img {
  transform: scale(1.08);
}

.image-card-border {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(240, 221, 168, 0.2);
  pointer-events: none;
}

/* =========================================================
   9. ABOUT
========================================================= */
.about-section {
  background:
    radial-gradient(circle at 12% 50%, rgba(37, 104, 70, 0.17), transparent 30%),
    #03150f;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 88px;
}

.about-image-wrap {
  position: relative;
}

.about-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.98;
  border: 1px solid var(--panel-border);
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
}

.about-image::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), transparent 24%),
    linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.52));
  content: "";
}

.about-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.about-image:hover img {
  transform: scale(1.06);
}

.about-badge {
  position: absolute;
  right: -34px;
  bottom: 38px;
  width: 128px;
  height: 128px;
  display: grid;
  place-content: center;
  border: 1px solid rgba(212, 181, 109, 0.4);
  background: rgba(9, 40, 27, 0.9);
  text-align: center;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(14px);
}

.about-badge strong {
  color: var(--gold-light);
  font-family: "Cormorant Garamond", serif;
  font-size: 2.3rem;
  line-height: 1;
}

.about-badge span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.63rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-copy {
  max-width: 600px;
}

.about-copy h2 {
  margin-bottom: 27px;
}

.about-copy > p:not(.eyebrow) {
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 0.86rem;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 27px 0 30px;
  list-style: none;
  color: #c6d0c9;
  font-size: 0.82rem;
}

.check-list span {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  margin-right: 9px;
  border: 1px solid rgba(212, 181, 109, 0.3);
  border-radius: 50%;
  color: var(--gold);
  font-size: 0.66rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--gold-light);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.text-link span {
  transition: transform 0.25s ease;
}

.text-link:hover span {
  transform: translate(4px, -4px);
}

/* =========================================================
   10. MENU
========================================================= */
.menu-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 45%, rgba(59, 128, 82, 0.14), transparent 32%),
    linear-gradient(180deg, #08271c, #062118);
}

.menu-noise {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  pointer-events: none;
  background-image:
    repeating-radial-gradient(circle at 0 0, transparent 0, #ffffff 1px, transparent 2px);
  background-size: 7px 7px;
}

.menu-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 55px;
}

.menu-copy {
  position: relative;
  z-index: 4;
}

.menu-intro {
  max-width: 610px;
  margin: 23px 0 33px;
  color: var(--muted);
  font-size: 0.86rem;
}

.menu-list {
  display: grid;
  max-width: 650px;
  gap: 14px;
}

.menu-item {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 13px 15px;
  border: 1px solid rgba(212, 181, 109, 0.12);
  background: rgba(2, 20, 13, 0.34);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.menu-item:hover {
  border-color: rgba(212, 181, 109, 0.4);
  background: rgba(23, 69, 47, 0.5);
  transform: translateX(8px);
}

.menu-item img {
  width: 74px;
  height: 64px;
  object-fit: cover;
}

.menu-item h3 {
  color: var(--cream);
  font-size: 1.25rem;
  line-height: 1.2;
}

.menu-item p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.67rem;
}

.menu-item > span {
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
}

.menu-visual {
  position: relative;
  min-height: 510px;
  display: grid;
  place-items: center;
}

.menu-dish {
  position: relative;
  z-index: 3;
  width: min(430px, 39vw);
  aspect-ratio: 1;
  overflow: hidden;
  border: 12px solid #0e251a;
  border-radius: 50%;
  box-shadow:
    0 42px 80px rgba(0, 0, 0, 0.55),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  animation: dishFloat 5.5s ease-in-out infinite;
}

.menu-dish img {
  height: 100%;
  object-fit: cover;
}

@keyframes dishFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-14px) rotate(1deg);
  }
}

.menu-orbit {
  position: absolute;
  border: 1px solid rgba(212, 181, 109, 0.12);
  border-radius: 50%;
}

.orbit-one {
  width: 510px;
  height: 510px;
  animation: rotateOrbit 22s linear infinite;
}

.orbit-two {
  width: 620px;
  height: 360px;
  transform: rotate(-18deg);
  animation: rotateOrbitReverse 30s linear infinite;
}

@keyframes rotateOrbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateOrbitReverse {
  from {
    transform: rotate(-18deg);
  }
  to {
    transform: rotate(-378deg);
  }
}

.spice-dot {
  position: absolute;
  z-index: 5;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #9c2416;
  box-shadow: 0 0 20px rgba(169, 48, 23, 0.55);
}

.dot-a {
  top: 18%;
  left: 12%;
}

.dot-b {
  right: 6%;
  bottom: 28%;
  background: #d7a437;
}

.dot-c {
  bottom: 15%;
  left: 20%;
  background: #5da25d;
}

.dot-d {
  top: 27%;
  right: 14%;
  background: #c64524;
}

.menu-caption {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 25px;
  padding: 16px 19px;
  border: 1px solid rgba(212, 181, 109, 0.28);
  background: rgba(3, 24, 16, 0.82);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(12px);
}

.menu-caption small {
  display: block;
  color: var(--gold);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-caption strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem;
}

/* =========================================================
   11. RESERVATION
========================================================= */
.reservation-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #03150f;
}

.reservation-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 58px 64px;
  border: 1px solid rgba(212, 181, 109, 0.23);
  background:
    linear-gradient(100deg, rgba(4, 31, 20, 0.95), rgba(11, 56, 37, 0.74)),
    url("https://images.unsplash.com/photo-1476224203421-9ac39bcb3327?auto=format&fit=crop&w=1600&q=80")
      center / cover;
  box-shadow: var(--shadow);
}

.reservation-card::after {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(240, 221, 168, 0.1);
  content: "";
  pointer-events: none;
}

.reservation-card > * {
  position: relative;
  z-index: 2;
}

.reservation-card h2 {
  max-width: 740px;
  font-size: clamp(2.3rem, 4.4vw, 4.6rem);
}

/* =========================================================
   12. FOOTER
========================================================= */
.site-footer {
  padding: 80px 0 22px;
  border-top: 1px solid rgba(212, 181, 109, 0.12);
  background:
    linear-gradient(180deg, #03150f, #020e09);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.72fr 0.92fr 0.84fr;
  gap: 58px;
  padding-bottom: 55px;
}

.footer-logo {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-light);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  letter-spacing: 0.08em;
}

.footer-brand > p {
  max-width: 350px;
  margin: 20px 0 24px;
  color: var(--muted);
  font-size: 0.77rem;
}

.opening-hours {
  width: max-content;
  display: grid;
  gap: 4px;
  padding: 12px 16px;
  border: 1px solid rgba(212, 181, 109, 0.2);
}

.opening-hours span {
  color: var(--muted);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.opening-hours strong {
  color: var(--cream);
  font-size: 0.73rem;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-column h3 {
  margin-bottom: 11px;
  color: var(--cream);
  font-size: 1.15rem;
}

.footer-column a,
.footer-column span {
  color: var(--muted);
  font-size: 0.72rem;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.footer-column a:hover {
  color: var(--gold-light);
  transform: translateX(4px);
}

.footer-bottom {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(212, 181, 109, 0.1);
}

.footer-bottom p {
  color: #67756c;
  font-size: 0.64rem;
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-links a {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(212, 181, 109, 0.2);
  border-radius: 50%;
  color: var(--gold);
  font-size: 0.56rem;
  transition:
    background 0.25s ease,
    color 0.25s ease;
}

.social-links a:hover {
  background: var(--gold-light);
  color: #102016;
}

/* =========================================================
   13. SCROLL REVEAL
========================================================= */
.reveal {
  opacity: 0;
  transform: translateY(42px);
  transition:
    opacity 0.85s cubic-bezier(0.2, 0.65, 0.2, 1),
    transform 0.85s cubic-bezier(0.2, 0.65, 0.2, 1);
}

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

/* =========================================================
   14. TABLET
========================================================= */
@media (max-width: 1024px) {
  :root {
    --header-height: 78px;
  }

  .desktop-nav,
  .profile-button {
    display: none;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .main-logo {
    left: 50%;
    width: 82px;
    min-height: 90px;
  }

  .menu-toggle {
    position: relative;
    z-index: 1002;
    justify-self: end;
    width: 38px;
    height: 38px;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(212, 181, 109, 0.24);
    background: rgba(8, 41, 27, 0.7);
    cursor: pointer;
  }

  .menu-toggle span {
    width: 19px;
    height: 1px;
    display: block;
    background: var(--gold-light);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .menu-toggle.is-active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    background: rgba(2, 15, 10, 0.97);
    backdrop-filter: blur(20px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition:
      opacity 0.35s ease,
      visibility 0.35s ease,
      transform 0.35s ease;
  }

  .mobile-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .mobile-nav a {
    color: var(--cream);
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
  }

  .hero-content {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 620px;
  }

  .hero-food-stage {
    position: absolute;
    right: -15%;
    bottom: 4%;
    width: 72%;
    opacity: 0.55;
  }

  .hero-food-image {
    width: 100%;
  }

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

  .feature-image-card {
    order: 3;
    grid-column: 1 / -1;
    min-height: 420px;
  }

  .about-grid,
  .menu-grid {
    gap: 55px;
  }

  .menu-dish {
    width: min(390px, 42vw);
  }

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

/* =========================================================
   15. MOBILE
========================================================= */
@media (max-width: 720px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section-padding {
    padding: 82px 0;
  }

  .mini-brand {
    font-size: 0.72rem;
  }

  .main-logo {
    width: 72px;
    min-height: 79px;
  }

  .logo-icon {
    font-size: 1.28rem;
  }

  .logo-name {
    font-size: 0.92rem;
  }

  .hero-section {
    min-height: 720px;
  }

  .hero-content {
    padding-top: 108px;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 15vw, 4.9rem);
  }

  .hero-description {
    max-width: 90%;
    font-size: 0.8rem;
  }

  .hero-food-stage {
    right: -35%;
    bottom: -2%;
    width: 105%;
    opacity: 0.42;
  }

  .floating-leaf {
    font-size: 2.4rem;
  }

  .features-grid,
  .about-grid,
  .menu-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .feature-image-card {
    grid-column: auto;
    min-height: 340px;
    order: 0;
  }

  .feature-card {
    min-height: 300px;
  }

  .about-grid {
    gap: 58px;
  }

  .about-badge {
    right: 12px;
    bottom: -30px;
  }

  .menu-visual {
    min-height: 430px;
    order: -1;
  }

  .menu-dish {
    width: min(340px, 86vw);
  }

  .orbit-one {
    width: 390px;
    height: 390px;
  }

  .orbit-two {
    width: 420px;
    height: 280px;
  }

  .menu-caption {
    right: 4px;
    bottom: 18px;
  }

  .menu-item {
    grid-template-columns: 58px 1fr auto;
    gap: 12px;
    padding: 11px;
  }

  .menu-item img {
    width: 58px;
    height: 54px;
  }

  .menu-item h3 {
    font-size: 1.04rem;
  }

  .menu-item p {
    font-size: 0.58rem;
  }

  .reservation-card {
    min-height: 330px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 42px 28px;
  }

  .footer-grid {
    gap: 38px;
  }

  .footer-bottom {
    min-height: 95px;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
  }
}

/* =========================================================
   16. TOUCH DEVICE / REDUCED MOTION
========================================================= */
@media (hover: none), (pointer: coarse) {
  .cursor-dot,
  .cursor-ring {
    display: none;
  }
}

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