:root {
  --cream: #fdf8f2;
  --white: #ffffff;
  --terra: #0cb60c;
  /* terracotta */

  --terra-d: #34ac1d;
  --saffron: #5fe820;
  /* saffron gold */
  --sage: #7a9e7e;
  /* sage green */
  --sage-l: #c8ddc9;
  --blush: #f2d4c2;
  /* warm blush */
  --bark: #15003d;
  /* deep bark brown */
  --ink: #1e1208;
  /* very dark warm brown */
  --mist: #f7ede2;
  --border: rgba(92, 61, 46, 0.12);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--cream);
  color: var(--ink);
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  font-family: "Fraunces", serif;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  text-decoration: none;
  color: inherit;
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-thumb {
  background: var(--terra);
}

#nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 1.4rem 0;
  transition: all 0.45s ease;
}

#nav.scrolled {
  background: rgba(253, 248, 242, 0.95);
  backdrop-filter: blur(14px);
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 4px 32px rgba(201, 98, 63, 0.08);
}

.logo {
  font-family: "Fraunces", serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--terra);
  letter-spacing: -0.02em;
}

.logo span {
  color: var(--bark);
  font-weight: 300;
  font-style: italic;
}

.nl {
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  opacity: 1;
  padding: 0.4rem 0.8rem;
  transition:
    color 0.3s,
    opacity 0.3s;
}

.nav-reserve {
  background: var(--terra);
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.75rem 1.4rem;
  border: none;
  cursor: pointer;
  transition: all 0.35s;
  display: inline-block;
  border-radius: 50px;
}

.nav-reserve:hover {
  background: var(--terra-d);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(201, 98, 63, 0.35);
}

.toggler-line {
  display: block;
  width: 20px;
  height: 1.5px;
  background: var(--terra);
  margin: 4px 0;
}

/* ============ HERO — UNIQUE CIRCULAR LAYOUT ============ */
#hero {
  min-height: 100vh;
  background: var(--cream);
  display: flex;
  align-items: center;
  padding-top: 5rem;
  position: relative;
  overflow: hidden;
}

/* big decorative arch background */
.hero-arch {
  position: absolute;
  top: -10%;
  right: -2%;
  width: 60vw;
  height: 115vh;

  background:
    linear-gradient(rgb(255, 251, 251),
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)),
    url("../images/banner-right.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  border-radius: 100% 0 0 100%;
  z-index: 0;
  overflow: hidden;
}

.hero-arch::after {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: 100% 0 0 100%;
  border: 1px solid rgba(201, 98, 63, 0.15);
}

/* floating circle deco */
.hero-dot {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}

.hero-dot-1 {
  width: 320px;
  height: 300px;
  background: rgb(160 205 110 / 12%);
  top: 9%;
  left: 7%;
}

.hero-dot-2 {
  width: 180px;
  height: 180px;
  background: rgba(122, 123, 158, 0.15);
  bottom: -7%;
  left: -2%;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 2rem 0;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.6rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 1.6rem;
  background: rgb(113 103 255 / 15%);
  padding: 0.4rem 1rem;
  border-radius: 50px;
  animation: fadeUp 0.8s ease both;
}

.hero-tag i {
  font-size: 0.75rem;
}

.hero-h1 {
  font-size: clamp(3.2rem, 7vw, 6.5rem);
  line-height: 0.97;
  font-weight: 900;
  color: var(--bark);
  animation: fadeUp 0.9s 0.12s ease both;
}

.hero-h1 em {
  font-style: italic;
  color: var(--terra);
}

.hero-h1 .outline-txt {
  -webkit-text-stroke: 2px var(--bark);
  color: transparent;
  display: block;
}

.hero-sub {
  font-size: 1em;
  line-height: 1.95;
  color: rgba(92, 61, 46, 0.6);
  max-width: 420px;
  margin-top: 1.8rem;
  animation: fadeUp 0.9s 0.25s ease both;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
  animation: fadeUp 0.9s 0.38s ease both;
}

.btn-terra {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--terra);
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.9rem 2.2rem;
  border: none;
  font-weight: 700;
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.35s;
}

.btn-terra:hover {
  background: var(--terra-d);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(201, 98, 63, 0.4);
  color: #fff;
}

.btn-ring {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  border: 1.5px solid var(--bark);
  color: var(--bark);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.9rem 2rem;
  font-weight: 700;
  border-radius: 50px;
  transition: all 0.35s;
}

.btn-ring:hover {
  background: var(--bark);
  color: #fff;
  border-color: var(--bark);
}

/* hero image cluster */

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============ MARQUEE STRIP ============ */
.strip {
  background: var(--bark);
  padding: 0.85rem 0;
  overflow: hidden;
  white-space: nowrap;
}

.strip-inner {
  display: inline-flex;
  gap: 0;
  animation: marquee 25s linear infinite;
}

.strip-item {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  padding: 0 2.5rem;
  border-right: 1px solid rgba(226, 222, 222, 0.733);
}

.strip-item i {
  color: rgba(255, 255, 255, 0.5);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* ============ ABOUT / STORY ============ */
#story {
  background: var(--white);
  padding: 7rem 0;
  overflow: hidden;
}

.story-wrap {
  display: grid;
  grid-template-columns: 6fr 6fr;
  gap: 5rem;
  align-items: center;
}

.story-img-cluster {
  position: relative;
  height: 560px;
}

.sic-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 65%;
  height: 420px;
  border-radius: 200px 200px 0 200px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgb(43, 61, 99);
}

.sic-small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  height: 280px;
  border-radius: 0 150px 150px 150px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(78, 155, 34, 0.568);
}

.sic-badge {
  position: absolute;
  right: 8%;
  top: 25%;
  background: var(--bark);
  padding: 1.2rem 1.5rem;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 14px 40px rgba(232, 160, 32, 0.3);
}

.sic-badge .sb-yr {
  font-family: "Fraunces", serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

.sic-badge .sb-lbl {
  font-size: 0.55rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.sic-leaf {
  position: absolute;
  left: 55%;
  bottom: 10%;
  font-size: 3.5rem;
  opacity: 0.18;
  color: var(--sage);
}

.sec-eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--terra);
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.2rem;
}

.sec-eyebrow::before {
  content: "";
  width: 28px;
  height: 1.5px;
  background: var(--terra);
}

.story-text h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.12;
  color: var(--bark);
}

.story-text h2 em {
  font-style: italic;
  color: var(--terra);
}

.story-text p {
  font-size: 1rem;
  line-height: 2;
  color: rgba(92, 61, 46, 0.65);
  margin-top: 1.3rem;
}

.story-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2.5rem;
}

.sf {
  background: var(--cream);
  padding: 1.4rem;
  border-radius: 12px;
  border-left: 3px solid var(--terra);
}

.sf-num {
  font-family: "Fraunces", serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--terra);
}

.sf-lbl {
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  margin-top: 0.2rem;
}

/* ============ MENU SPOTLIGHT ============ */
#menu {
  background: var(--cream);
  padding: 7rem 0;
}

.menu-head {
  text-align: center;
  margin-bottom: 4rem;
}

.menu-head h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--bark);
}

.menu-head p {
  font-size: 1rem;
  color: rgba(92, 61, 46, 0.55);
  max-width: 400px;
  margin: 0.8rem auto 0;
  line-height: 1.9;
}

/* Category tabs */
.menu-tabs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}

.mtab {
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.55rem 1.4rem;
  border-radius: 50px;
  border: 1.5px solid var(--border);
  color: rgba(92, 61, 46, 0.55);
  cursor: pointer;
  transition: all 0.3s;
  background: transparent;
}

.mtab.active,
.mtab:hover {
  background: var(--bark);
  border-color: var(--bark);
  color: #fff;
}

/* magazine-style menu grid */
.menu-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  gap: 16px;
}

.mc {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 4px 24px rgba(92, 61, 46, 0.07);
  cursor: pointer;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s;
}

.mc:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(92, 61, 46, 0.14);
}

.mc:nth-child(1) {
  grid-column: 1/6;
  grid-row: 1/2;
}

.mc:nth-child(2) {
  grid-column: 6/9;
  grid-row: 1/2;
}

.mc:nth-child(3) {
  grid-column: 9/13;
  grid-row: 1/2;
}

.mc:nth-child(4) {
  grid-column: 1/5;
  grid-row: 2/3;
}

.mc:nth-child(5) {
  grid-column: 5/10;
  grid-row: 2/3;
}

.mc:nth-child(6) {
  grid-column: 10/13;
  grid-row: 2/3;
}

.mc-img {
  overflow: hidden;
  position: relative;
}

.mc:nth-child(1) .mc-img {
  height: 280px;
}

.mc:nth-child(2) .mc-img,
.mc:nth-child(3) .mc-img {
  height: 280px;
}

.mc:nth-child(4) .mc-img,
.mc:nth-child(6) .mc-img {
  height: 240px;
}

.mc:nth-child(5) .mc-img {
  height: 240px;
}

.mc-img img {
  transition: transform 0.65s ease;
  filter: brightness(0.93);
}

.mc:hover .mc-img img {
  transform: scale(1.08);
}

.mc-veg {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  border: 1.5px solid #2d8a2d;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.mc-veg-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2d8a2d;
}

.mc-non {
  border-color: #c0392b;
}

.mc-non .mc-veg-dot {
  background: #c0392b;
}

.mc-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--saffron);
  color: #000000;
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.25rem 0.6rem;
  border-radius: 50px;
}

.mc-body {
  padding: 1.2rem 1.4rem 1.4rem;
}

.mc-cat {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 0.3rem;
}

.mc-name {
  font-family: "Fraunces", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--bark);
}

.mc-desc {
  font-size: 0.95rem;
  color: rgba(92, 61, 46, 0.55);
  line-height: 1.75;
  margin-top: 0.3rem;
}

.mc-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.9rem;
}

.mc-price {
  font-family: "Fraunces", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--terra);
}

.mc-add {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--terra);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: all 0.3s;
}

.mc-add:hover {
  background: var(--terra-d);
  transform: scale(1.15);
}

/* ============ EXPERIENCE / VIBE ============ */
#vibe {
  background: var(--mist);
  padding: 7rem 0;
  overflow: hidden;
}

.vibe-wrap {
  display: grid;
  grid-template-columns: 6fr 6fr;
  gap: 4rem;
  align-items: center;
}

.vibe-text h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.12;
  color: var(--bark);
}

.vibe-text h2 em {
  font-style: italic;
  color: var(--terra);
}

.vibe-text p {
  font-size: 1rem;
  line-height: 2;
  color: rgba(92, 61, 46, 0.65);
  margin-top: 1.3rem;
}

.vibe-perks {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin-top: 2rem;
}

.vp {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.2rem;
  background: var(--white);
  border-radius: 14px;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.vp:hover {
  transform: translateX(6px);
  box-shadow: 0 8px 24px rgba(92, 61, 46, 0.08);
}

.vp-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--bark);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.1rem;
}

.vp-title {
  font-size: 1rem;
  font-weight: 500;
  color: var(--bark);
  margin-bottom: 0.2rem;
}

.vp-desc {
  font-size: 0.75rem;
  color: rgba(92, 61, 46, 0.55);
  line-height: 1.7;
}

.vibe-img-wrap {
  position: relative;
}

.vibe-img-wrap .vi-tall {
  height: 580px;
  border-radius: 30px 30px 160px 30px;
  overflow: hidden;
}

.vi-pill {
  position: absolute;
  right: -38px;
  bottom: -30px;
  background: var(--bark);
  color: #fff;
  padding: 1.2rem 1.6rem;
  border-radius: 16px;
  box-shadow: 0 14px 40px rgba(122, 158, 126, 0.35);
  max-width: 180px;
}

.vi-pill i {
  font-size: 1.3rem;
  margin-bottom: 0.4rem;
  display: block;
}

.vi-pill .vip-title {
  font-size: 1.2rem;
  font-weight: 600;
}

.vi-pill .vip-sub {
  font-size: 0.8rem;
  opacity: 0.8;
  margin-top: 0.2rem;
  line-height: 1.5;
}

/* ============ CHEF SECTION ============ */
#chef {
  background: var(--white);
  padding: 7rem 0;
}

.chef-wrap {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 0;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(92, 61, 46, 0.1);
}

.chef-img {
  height: 800px;
  position: relative;
  overflow: hidden;
}

.chef-img img {
  filter: brightness(0.88) saturate(1.1);
}

.chef-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 55%, var(--bark) 100%);
}

.chef-content {
  background: var(--bark);
  padding: 4rem 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.chef-content h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: #fff;
  line-height: 1.15;
}

.chef-content h2 em {
  font-style: italic;
  color: var(--saffron);
}

.chef-content p {
  font-size: 1rem;
  line-height: 1.95;
  color: rgba(253, 248, 242, 0.55);
  margin-top: 1.2rem;
}

.chef-name {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.chef-name .cn {
  font-family: "Fraunces", serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}

.chef-name .cr {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--saffron);
  margin-top: 0.2rem;
}

.chef-awards {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 1.8rem;
}

.ca {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.45rem 0.9rem;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(253, 248, 242, 0.5);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

/* ============ GALLERY ============ */
#gallery {
  background: var(--cream);
  padding: 6rem 0;
}

.gallery-head {
  text-align: center;
  margin-bottom: 3.5rem;
}

.gallery-head h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--bark);
}

.gallery-head p {
  font-size: 1rem;
  color: rgba(92, 61, 46, 0.5);
  margin-top: 0.7rem;
}

.gal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 240px 300px;
  gap: 14px;
}

.gal-item {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
}

.gal-item:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/2;
}

.gal-item:nth-child(2) {
  grid-column: 3/4;
  grid-row: 1/2;
}

.gal-item:nth-child(3) {
  grid-column: 4/5;
  grid-row: 1/2;
}

.gal-item:nth-child(4) {
  grid-column: 1/2;
  grid-row: 2/3;
}

.gal-item:nth-child(5) {
  grid-column: 2/4;
  grid-row: 2/3;
}

.gal-item:nth-child(6) {
  grid-column: 4/5;
  grid-row: 2/3;
}

.gal-item img {
  transition: transform 0.7s ease;
}

.gal-item:hover img {
  transform: scale(1.1);
}

.gal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(92, 61, 46, 0);
  transition: background 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gal-item:hover .gal-overlay {
  background: rgba(92, 61, 46, 0.35);
}

.gal-icon {
  font-size: 1.5rem;
  color: #fff;
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.35s;
}

.gal-item:hover .gal-icon {
  opacity: 1;
  transform: scale(1);
}

/* ============ TESTIMONIALS ============ */
#reviews {
  background: var(--mist);
  padding: 7rem 0;
}

.reviews-head {
  text-align: center;
  margin-bottom: 4rem;
}

.reviews-head h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--bark);
}

.reviews-head p {
  font-size: 1rem;
  color: rgba(92, 61, 46, 0.5);
  margin-top: 0.7rem;
}

.rev-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.rev-card {
  background: var(--white);
  padding: 2.2rem;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(92, 61, 46, 0.06);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  position: relative;
  overflow: hidden;
}

.rev-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: var(--terra);
  transition: height 0.5s ease;
}

.rev-card:hover::before {
  height: 100%;
}

.rev-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 44px rgba(92, 61, 46, 0.12);
}

.rev-stars {
  color: var(--saffron);
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.rev-quote {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--bark);
}

.rev-author {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.rev-ava {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--blush);
  flex-shrink: 0;
}

.rev-ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rev-name {
  font-size: 1rem;
  font-weight: 500;
  color: var(--bark);
}

.rev-date {
  font-size: 0.8rem;
  color: rgba(51, 50, 49, 0.507);
  margin-top: 0.1rem;
}

.rev-dish {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: var(--bark);
  font-size: 0.55rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
  padding: 0.25rem 0.6rem;
  border-radius: 50px;
}

/* ============ RESERVATION ============ */
#reserve {
  background: var(--terra);
  padding: 7rem 0;
  position: relative;
  overflow: hidden;
}

#reserve::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  top: -200px;
  right: -100px;
}

#reserve::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  bottom: -100px;
  left: -50px;
}

.res-inner {
  position: relative;
  z-index: 2;
}

.res-head {
  text-align: center;
  margin-bottom: 3.5rem;
}

.res-head h2 {
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  color: #fff;
  line-height: 1.1;
}

.res-head h2 em {
  font-style: italic;
  color: var(--bark);
}

.res-head p {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 0.8rem;
}

.res-form {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 24px;
  padding: 3rem;
  box-shadow: 0 30px 80px rgba(92, 61, 46, 0.2);
  max-width: 800px;
  margin: 0 auto;
}

.rf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}

.rf-group {}

.rf-label {
  display: block;
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(22, 18, 17, 0.836);
  margin-bottom: 0.5rem;
}

.rf-input,
.rf-select {
  width: 100%;
  border: 1.5px solid var(--border);
  background: var(--cream);
  padding: 0.75rem 1rem;
  border-radius: 10px;
  font-family: "Outfit", sans-serif;
  font-size: 0.86rem;
  color: var(--bark);
  outline: none;
  transition: border-color 0.3s;
  appearance: none;
  -webkit-appearance: none;
}

.rf-input:focus,
.rf-select:focus {
  border-color: var(--terra);
  box-shadow: 0 0 0 3px rgba(201, 98, 63, 0.1);
}

.rf-btn {
  width: 100%;
  background: var(--bark);
  color: #fff;
  border: none;
  padding: 1rem;
  border-radius: 12px;
  font-family: "Outfit", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.35s;
  margin-top: 0.5rem;
}

.rf-btn:hover {
  box-shadow: 0 8px 24px rgba(201, 98, 63, 0.4);
  transform: translateY(-1px);
}

.res-info {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}

.ri-item {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.ri-item i {
  font-size: 1.4rem;
  color: rgb(0, 0, 0);
  display: block;
  margin-bottom: 0.4rem;
}

.ri-val {
  font-size: 1rem;
  color: rgb(0, 0, 0);
  font-weight: 700;
}

.ri-lbl {
  font-size: 0.6rem;
  letter-spacing: 0.14em;

  text-transform: uppercase;
  color: rgb(0, 0, 0);
  margin-top: 0.1rem;
}

/* ============ FOOTER ============ */
footer {
  background: var(--bark);
  padding: 4rem 0 2rem;
}

.footer-top {
  display: grid;
  grid-template-columns: 4fr 2fr 2fr 2fr;
  gap: 3rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(253, 248, 242, 0.08);
}

.ft-brand {
  font-family: "Fraunces", serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--terra);
}

.ft-brand span {
  color: rgba(253, 248, 242, 0.9);
  font-weight: 300;
  font-style: italic;
}

.ft-about {
  font-size: 0.8rem;
  color: rgba(253, 248, 242, 0.589);
  line-height: 1.85;
  margin-top: 0.8rem;
  max-width: 260px;
}

.ft-social {
  display: flex;
  gap: 0.6rem;
  margin-top: 1.5rem;
}

.ft-soc {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(253, 248, 242, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(253, 248, 242, 0.4);
  font-size: 0.85rem;
  transition: all 0.3s;
}

.ft-soc:hover {
  background: var(--terra);
  border-color: var(--terra);
  color: #fff;
}

.ft-col h5 {
  font-family: "Fraunces", serif;
  font-size: 1rem;
  font-weight: 700;
  color: rgba(253, 248, 242, 0.9);
  margin-bottom: 1.2rem;
}

.ft-col ul {
  list-style: none;
  padding: 0;
}

.ft-col ul li {
  margin-bottom: 0.55rem;
}

.ft-col ul li a {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.534);
  transition: color 0.3s;
}

.ft-col ul li a:hover {
  color: var(--terra);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom p {
  font-size: 0.75rem;
  color: rgb(133, 129, 125);
  letter-spacing: 0.08em;
}

/* ============ SCROLL REVEAL ============ */
.rv {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.rv.up {
  opacity: 1;
  transform: translateY(0);
}

.rv-l {
  opacity: 0;
  transform: translateX(-32px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.rv-l.up {
  opacity: 1;
  transform: translateX(0);
}

.rv-r {
  opacity: 0;
  transform: translateX(32px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.rv-r.up {
  opacity: 1;
  transform: translateX(0);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1100px) {
  #hero .col-lg-6:first-child {
    max-width: 100%;
  }

  .story-wrap {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .story-img-cluster {
    height: 420px;
  }

  .chef-wrap {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .chef-img {
    height: 360px;
  }

  .chef-img-overlay {
    background: linear-gradient(0deg, var(--bark) 30%, transparent);
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

@media (max-width: 900px) {
  .vibe-wrap {
    grid-template-columns: 1fr;
  }

  .menu-bento {
    grid-template-columns: 1fr 1fr;
  }

  .mc:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .mc:nth-child(n) .mc-img {
    height: 220px;
  }

  .rev-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gal-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 200px);
  }

  .gal-item:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .rf-row {
    grid-template-columns: 1fr;
  }

  .res-info {
    gap: 1.5rem;
  }
}

@media (max-width: 600px) {
  .menu-bento {
    grid-template-columns: 1fr;
  }

  .rev-grid {
    grid-template-columns: 1fr;
  }

  .gal-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .gal-item {
    height: 220px;
  }

  .gal-item:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .about-pillars,
  .story-facts {
    grid-template-columns: 1fr 1fr;
  }
}