@font-face {
  font-family: "DesiDisplay";
  src: url("assets/fonts/MarttabuckDEMO.woff2") format("woff2"),
    url("assets/fonts/MarttabuckDEMO.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "DesiBlock";
  src: url("assets/fonts/Evogria.woff2") format("woff2"),
    url("assets/fonts/Evogria.woff") format("woff");
  font-display: swap;
}

:root {
  --cream: #f7f1dc;
  --paper: #fffaf0;
  --maroon: #4a0e0a;
  --maroon-soft: #61100c;
  --mustard: #ecc21b;
  --mustard-deep: #c99a0e;
  --teal: #3e8977;
  --teal-deep: #245f52;
  --ink: #2a1b12;
  --shadow: 0 22px 55px rgba(74, 14, 10, .16);
  --display: "DesiDisplay", "Fraunces", serif;
  --block: "DesiBlock", "Bungee", sans-serif;
  --body: "Manrope", "Poppins", sans-serif;
  --sans: var(--body);
  --serif: var(--display);
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body)
}

body.loading {
  overflow: hidden
}

.section-pad {
  padding: clamp(4.5rem, 8vw, 7rem) clamp(1.25rem, 4vw, 4rem)
}

h1,
h2,
h3,
h4 {
  font-family: var(--display);
  color: var(--maroon);
  line-height: 1.04;
  letter-spacing: -.02em
}

.script {
  font-family: "Caveat", cursive;
  font-weight: 700
}

.loader {
  background: var(--maroon);
  color: var(--paper)
}

.loader-mark {
  font-family: var(--block);
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: .9;
  color: var(--mustard);
  text-align: center
}

.loader-line {
  background: rgba(255, 252, 243, .16)
}

.loader-line i,
.progress {
  background: var(--mustard)
}

.loader p {
  color: rgba(255, 252, 243, .75)
}

.cursor {
  border-color: rgba(236, 194, 27, .75)
}

.cursor.hover {
  background: rgba(236, 194, 27, .16)
}

.promo-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: .48rem 1rem;
  background: var(--maroon);
  color: var(--paper);
  border-bottom: 1px solid rgba(255, 250, 240, .16);
  font-size: .82rem;
  line-height: 1.25;
  text-align: center;
}

.promo-bar .script,
.promo-bar a {
  color: var(--mustard)
}

.promo-bar strong {
  font-weight: 900
}

.promo-bar a {
  font-weight: 900;
  text-underline-offset: 3px;
  white-space: nowrap
}

.nav {
  top: 38px;
  background: transparent;
  border-bottom: 1px solid transparent;
  backdrop-filter: none;
  padding: 1.1rem 4vw
}

.nav.scrolled {
  background: rgba(247, 241, 220, .94);
  box-shadow: 0 12px 30px rgba(74, 14, 10, .08);
  border-color: rgba(74, 14, 10, .08);
  backdrop-filter: blur(14px)
}

.nav.scrolled .header-contact a {
  color: var(--maroon);
}

.nav.scrolled .header-contact a img {
  filter: invert(100%) invert(10%) sepia(87%) saturate(5833%) hue-rotate(345deg) brightness(36%) contrast(92%);
}


.brand {
  font-family: var(--block);
  line-height: .82;
  letter-spacing: .02em;
  transform: rotate(-2deg);
  font-size: 1.18rem
}

.brand strong {
  color: var(--mustard)
}

.brand span {
  display: block;
  color: var(--paper);
  margin-left: .35rem
}

.nav.scrolled .brand strong {
  color: var(--maroon)
}

.nav.scrolled .brand span {
  color: var(--teal-deep)
}

.nav-links {
  gap: 2.25rem;
  font-size: .82rem;
  letter-spacing: .09em
}

.nav-links a {
  color: var(--paper);
  font-weight: 900;
  text-shadow: 0 1px 16px rgba(0, 0, 0, .25)
}

.nav.scrolled .nav-links a {
  color: var(--maroon);
  text-shadow: none
}

.nav-links a::after {
  background: var(--mustard-deep)
}

.nav-cta {
  border: 1.5px solid var(--maroon);
  background: var(--mustard);
  color: var(--maroon);
  border-radius: 999px;
  box-shadow: 0 3px 0 var(--maroon-soft);
  font-weight: 900;
  font-size: .75rem
}

.nav.scrolled .nav-cta {
  border-color: var(--maroon);
  background: var(--mustard);
  color: var(--maroon);
  box-shadow: 0 3px 0 var(--maroon-soft)
}

.nav-cta span {
  color: inherit
}

.menu-toggle i {
  background: var(--maroon)
}

.header-contact-order-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.header-contact a {
  display: flex;
  color: var(--cream);
  font-weight: bold;
  gap: 8px;
}

.header-contact a img {
  height: 20px;
  width: 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  border: 1.5px solid transparent;
  border-radius: 999px;
  padding: .92rem 1.65rem;
  font-family: var(--body);
  font-size: .88rem;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease
}

.btn-primary {
  background: var(--mustard);
  color: var(--maroon);
  box-shadow: 0 3px 0 var(--maroon-soft);
  /* transition: all 0.4s ease; */
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 0 var(--maroon-soft);
  /* background-color: var(--teal-deep);
  box-shadow: 0 3px 0 var(--gold);
  color: var(--cream); */
}

.btn-primary:active {
  transform: translateY(2px);
  box-shadow: 0 1px 0 var(--maroon-soft)
}

.btn-outline {
  background: transparent;
  color: var(--paper);
  border-color: rgba(255, 252, 243, .55)
}

.btn-outline:hover {
  background: rgba(255, 252, 243, .13)
}

.btn-dark {
  background: var(--maroon);
  color: var(--mustard);
  box-shadow: 0 3px 0 #240705;
  border-color: #240705
}

.btn-dark:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 0 #240705
}

.button {
  border-radius: 999px
}

.hero-actions {
  display: flex;
  gap: .9rem;
  flex-direction: row;
  /* flex-wrap: wrap; */
  align-items: center
}

.hero {
  height: 100svh;
  min-height: 760px;
  /* background: var(--maroon); */
  background: var(--teal-deep);
  display: flex;
  align-items: center;
  isolation: isolate;
  padding-top: 38px
}

.hero-bg {
  /* inset: 0 0 0 36%; */
  background-image: url("assets/hero.jpg");
  background-size: cover;
  background-position: center right;
  background-color: var(--teal-deep);
  filter: saturate(1.12) contrast(1.04);
  transform: none
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--maroon), rgba(74, 14, 10, .58) 23%, rgba(74, 14, 10, .03) 66%)
}

.hero-shade {
  /* background: radial-gradient(circle at 22% 28%, rgba(236, 194, 27, .11), transparent 32%), linear-gradient(90deg, rgba(74, 14, 10, .95) 0%, rgba(74, 14, 10, .82) 34%, rgba(74, 14, 10, .18) 66%, rgba(74, 14, 10, .04) 100%), linear-gradient(0deg, rgba(74, 14, 10, .48), transparent 44%) */
}

.hero-orbit {
  display: none
}

.hero-eyebrow {
  position: relative;
  z-index: 3;
  color: var(--maroon);
  background: var(--mustard);
  border: 1px solid rgba(255, 250, 240, .5);
  width: max-content;
  border-radius: 999px;
  padding: .58rem 1rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
  text-shadow: none
}

.hero-copy {
  width: min(690px, 90%);
  margin-left: clamp(1.25rem, 7vw, 7rem);
  padding: clamp(1.4rem, 3vw, 2.4rem) 0;
  /* background: linear-gradient(90deg, rgba(74, 14, 10, .34), rgba(74, 14, 10, 0)); */
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none
}

.hero h1 {
  font-family: var(--display);
  font-weight: 900;
  /* letter-spacing: -.04em; */
  letter-spacing: 0em;
  /* font-size: clamp(3.4rem, 7.2vw, 7.5rem); */
  font-size: clamp(3.4rem, 6vw, 6rem);
  line-height: .9;
  margin: 1.2rem 0 1.5rem;
  color: var(--paper);
  text-shadow: 0 8px 26px rgba(0, 0, 0, .22)
}

.hero-line i {
  color: var(--paper)
}

.hero-line.italic {
  padding-left: 0
}

.hero-line.italic i,
.hero h1 em,
em {
  font-style: normal;
  color: var(--mustard)
}

.hero-intro {
  color: rgba(255, 250, 240, .88);
  font-size: 1.04rem;
  line-height: 1.75;
  max-width: 540px
}

.hero-stats {
  display: flex;
  gap: clamp(1.15rem, 3vw, 2.25rem);
  margin-top: 2.4rem;
  padding-top: 1.45rem;
  border-top: 1px solid rgba(255, 250, 240, .2);
  flex-wrap: wrap
}

.hero-stat b {
  display: block;
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  line-height: 1;
  color: var(--mustard)
}

.hero-stat span {
  display: block;
  margin-top: .45rem;
  color: rgba(255, 250, 240, .68);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase
}

.hero-note {
  background: rgba(255, 250, 240, .1);
  border-color: rgba(255, 250, 240, .18);
  backdrop-filter: blur(12px)
}

.hero-note span {
  color: var(--mustard)
}

.scroll-cue {
  color: rgba(255, 250, 240, .74)
}

.scroll-cue i {
  border-color: rgba(255, 250, 240, .4)
}

.scroll-cue i::after {
  background: var(--mustard)
}

.section-index,
.eyebrow {
  color: var(--teal-deep);
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin: 0 auto 3.5rem;
  max-width: 1180px
}

.section-head h2 {
  /* font-size: clamp(2.1rem, 4vw, 4.8rem); */
  max-width: 760px;
  font-size: clamp(2.1rem, 4vw, 4.5rem);
}

.section-head>p {
  max-width: 390px;
  color: #5a4436;
  line-height: 1.7
}

.different {
  background: var(--cream)
}

.diff-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.35rem;
  max-width: 1180px;
  margin: 0 auto
}

.diff-card {
  /* background: var(--paper); */
  /* border: 1px solid rgba(74, 14, 10, .1); */
  /* border-radius: 1.4rem; */
  padding: 2rem 1.6rem;
  /* box-shadow: 0 12px 30px rgba(74, 14, 10, .06); */
  transition: transform .25s ease, box-shadow .25s ease
}

.diff-card:not(:last-child) {
  border-right: 1px solid rgba(74, 14, 10, .2);
}

.diff-card:hover {
  /* transform: translateY(-6px) rotate(-.5deg); */
  /* box-shadow: var(--shadow) */
}

.diff-icon {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.25rem;
  border-radius: 1rem;
  /* background: rgba(236, 194, 27, .24); */
  font-size: 1.65rem
}

.diff-card:nth-child(even) .diff-icon {
  /* background: rgba(62, 137, 119, .18) */
}

.diff-card h3 {
  font-size: 1.2rem;
  margin-bottom: .65rem
}

.diff-card p {
  color: #5a4436;
  line-height: 1.62;
  font-size: .94rem
}

.diff-icon img {
  width: 60px;
  height: 60px;
}

.diff-sub-section h2 {
  text-align: center;
  margin-top: 3rem;
  color: #5a4436;
  font-size: 1.5rem;
}

.signature,
.menu-section {
  background: var(--maroon);
  color: var(--paper);
  border-radius: 2.2rem;
  margin: 1.25rem
}

.signature h2,
.signature .dish-info h3,
.signature .section-head h2 {
  color: var(--paper)
}

.signature .section-index,
.signature .eyebrow {
  color: var(--mustard)
}

.signature .section-head>p {
  color: rgba(255, 250, 240, .72)
}

.menu-filters {
  display: flex;
  gap: .7rem;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto 2rem;
  border-bottom: 0 !important
}

.menu-filters button {
  border: 1px solid rgba(255, 250, 240, .22);
  background: rgba(255, 250, 240, .06);
  color: rgba(255, 250, 240, .86);
  border-radius: 999px;
  padding: .82rem 1.2rem;
  font-weight: 900;
  font-size: .86rem;
  letter-spacing: .08em;
  cursor: pointer
}

.menu-filters button.active {
  background: var(--mustard);
  border-color: var(--mustard);
  color: var(--maroon)
}

.menu-filters button::after {
  display: none !important
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.35rem;
  max-width: 1180px;
  margin: 0 auto;
  align-items: stretch
}

.dish-card {
  position: relative;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid rgba(255, 250, 240, .16);
  border-radius: 1.55rem;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .16);
  transition: transform .28s ease, box-shadow .28s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  transform: none !important
}

.dish-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .26)
}

.dish-card.featured {
  grid-row: auto !important;
  transform: none !important
}

.dish-image {
  position: relative;
  overflow: hidden;
  /* aspect-ratio: 4/3; */
  border-radius: 0
}

.dish-card.featured .dish-image {
  /* aspect-ratio: 4/3 */
}

.dish-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s ease
}

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

.dish-image span {
  position: absolute;
  left: 1rem;
  top: 1rem;
  background: var(--mustard);
  color: var(--maroon);
  border-radius: 999px;
  padding: .45rem .8rem;
  font-weight: 900;
  font-size: .72rem;
  text-transform: uppercase
}

.dish-info {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem;
  flex: 1;
  align-items: flex-start
}

.dish-info .dish-name {
  width: 80%;
}

.dish-info .dish-cat {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}

.dish-info p {
  color: var(--teal-deep);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: .35rem
}

.dish-card .dish-info h3 {
  color: var(--maroon);
  /* font-family: var(--block); */
  /* font-size: 1.20rem; */
  font-size: 1.10rem
}

.dish-info small {
  display: block;
  color: #6a4c3d;
  line-height: 1.55;
  margin-top: .35rem
}

.dish-info strong {
  color: var(--maroon);
  font-family: var(--block);
  font-weight: 400;
  font-size: 1.35rem;
  white-space: nowrap
}

.dish-cat-box {
  height: 20px;
  width: 20px;

  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}

.dish-cat-g {
  border: 1px solid #2a6e60;
}

.dish-cat-r {
  border: 1px solid #e32f2f;
}

.dish-cat-circle {
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.dish-cat-g .dish-cat-circle {
  background-color: #2a6e60;
}

.dish-cat-r .dish-cat-circle {
  background-color: #e32f2f;
}

.hidden-card {
  display: none
}

.inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 2rem auto 0;
  background: rgba(255, 250, 240, .07);
  border: 1.5px dashed rgba(255, 250, 240, .25);
  border-radius: 1.25rem;
  padding: 1.55rem 2rem
}

.inline-cta p {
  font-family: var(--display);
  font-size: 1.25rem;
  color: var(--paper)
}

.inline-cta span {
  display: block;
  margin-top: .25rem;
  font-family: var(--body);
  font-size: .9rem;
  color: rgba(255, 250, 240, .68)
}

.myod {
  /* background: var(--cream) */
}

.myod-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(2rem, 6vw, 4rem);
  max-width: 1180px;
  margin: 0 auto;

  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 6vw, 4rem);
  align-items: center;
}

.myod-copy .pill {
  display: inline-block;
  margin-bottom: 1.2rem;
  background: var(--maroon);
  color: var(--mustard);
  border-radius: 999px;
  padding: .55rem 1rem;
  font-weight: 900;
  letter-spacing: .12em;
  background: var(--gold);
  color: var(--maroon);
}

.myod-copy h2 {
  /* font-size: clamp(2.3rem, 4.4vw, 5rem); */
  font-size: clamp(2.1rem, 4vw, 4.5rem);
  margin-bottom: 1rem
}

.myod-copy>p {
  max-width: 520px;
  color: #5a4436;
  /* color: var(--cream); */
  line-height: 1.75;
  margin-bottom: 1.6rem
}

.step {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.4rem 0;
  border-top: 1px solid rgba(74, 14, 10, .14)
}

.step:last-child {
  border-bottom: 1px solid rgba(74, 14, 10, .14)
}

.step-num {
  display: grid;
  place-items: center;
  flex: none;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--teal);
  color: var(--paper);
  font-family: var(--block)
}

.step h4 {
  font-size: 1.1rem;
  margin-bottom: .3rem;
  color: var(--mustard-deep);
}

.step p {
  color: #5a4436;
  /* color: var(--cream); */
  line-height: 1.55
}

.myod-visual {
  position: relative;
}

.myod-frame {
  overflow: hidden;
  border: 8px solid var(--paper);
  border-radius: 1.8rem;
  box-shadow: var(--shadow)
}

.myod-frame img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover
}

.myod-badge {
  position: absolute;
  top: -22px;
  right: -22px;
  background: var(--mustard);
  color: var(--maroon);
  width: 118px;
  height: 118px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-family: 'Fraunces', serif;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
  transform: rotate(8deg);
  line-height: 1.1;
}

#built-by-duo p {
  /* color: #5a4436; */
  color: var(--cream);
}

.myod-badge span {
  font-family: var(--body);
  font-weight: 600;
  font-size: 1rem;
  padding-top: 8px;
}

.flavours {
  overflow: hidden;
  text-align: center;
  background: var(--mustard);
  border-radius: 2.2rem;
  margin: clamp(4rem, 7vw, 6rem) auto;
  color: var(--maroon);
  /* max-width: 1180px; */
  max-width: 1280px;
  border: 10px solid var(--paper);
  box-shadow: 0 28px 70px rgba(74, 14, 10, .18)
}

.flavours .eyebrow {
  justify-content: center;
  color: var(--maroon)
}

.flavour-count {
  font-family: var(--block);
  font-size: clamp(5rem, 15vw, 13rem);
  line-height: .85;
  color: var(--maroon)
}

.flavour-count span {
  font-size: .34em;
  vertical-align: super
}

.flavours h3 {
  max-width: 720px;
  margin: 1rem auto 2.5rem;
  color: var(--maroon-soft);
  font-size: clamp(1.35rem, 2.4vw, 2rem)
}

.math {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap
}

.math-card {
  background: var(--paper);
  border-radius: 1.2rem;
  box-shadow: 0 10px 24px rgba(74, 14, 10, .12);
  padding: 1.25rem 1.6rem;
  min-width: 140px
}

.math-card-result {
  background: var(--maroon);
}


.math-card b {
  display: block;
  font-family: var(--block);
  font-size: 1.6rem;
  color: var(--maroon)
}

.math-card span {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
  color: var(--teal-deep)
}

.math-op {
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 900
}

.math-card-result b {
  color: var(--mustard);
}

.math-card-result span {
  color: var(--paper);
}


.gallery {
  background: var(--cream)
}

.gallery .masonry {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 160px;
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto
}

.gallery-sizer {
  display: none
}

.gallery-item {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 1.35rem;
  background: var(--maroon);
  box-shadow: 0 14px 34px rgba(74, 14, 10, .12);
  width: 100%;
}

.gallery-item.wide {
  grid-column: span 2
}

.gallery-item.tall {
  grid-row: span 2
}

.gallery-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform .65s ease, filter .65s ease
}

.gallery-item:hover img {
  transform: scale(1.08);
  filter: blur(1.5px) brightness(.72)
}

.gallery-item figcaption {
  position: absolute;
  inset: auto 1rem 1rem;
  display: flex;
  align-items: center;
  gap: .65rem;
  transform: translateY(18px);
  opacity: 0;
  color: var(--paper);
  font-family: var(--display);
  transition: .3s ease
}

.gallery-item:hover figcaption {
  transform: translateY(0);
  opacity: 1
}

.gallery-item figcaption span {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--mustard);
  color: var(--maroon);
  font-family: var(--block);
  font-size: .7rem
}

.testimonials {
  /* background: var(--maroon); */
  background: var(--teal-deep);
  color: var(--paper)
}

.testimonials .section-index,
.stars {
  color: var(--mustard)
}

.quote-mark {
  color: rgba(236, 194, 27, .25)
}

.testimonial p {
  color: var(--paper)
}

.testimonial small {
  color: rgba(255, 250, 240, .6)
}

.testimonial-controls button {
  border-color: rgba(255, 250, 240, .24);
  color: var(--paper)
}

.testimonial-controls i.active {
  background: var(--mustard)
}

.reserve {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 3rem;
  background: var(--cream)
}

.reserve-intro h2 {
  font-size: clamp(2.6rem, 5vw, 5.8rem)
}

.reserve-intro p {
  color: #5a4436;
  line-height: 1.75
}

.reserve-intro a {
  color: var(--maroon);
  font-weight: 900
}

.booking-form {
  background: var(--paper);
  border: 1px solid rgba(74, 14, 10, .1);
  border-radius: 1.6rem;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  box-shadow: var(--shadow)
}

.booking-form label span {
  color: var(--maroon);
  font-weight: 900
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  background: #fff7e5;
  border: 1px solid rgba(74, 14, 10, .16);
  color: var(--ink)
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(62, 137, 119, .15)
}

.form-status {
  color: var(--teal-deep);
  font-weight: 900
}

.visit {
  background: var(--teal-deep);
  border-radius: 2.2rem;
  margin: 1.25rem;
  overflow: hidden
}

.visit-grid {
  grid-column: 1 / -1;
  /* Spans full width of parent section */
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.visit-info {
  padding: clamp(2rem, 5vw, 4.4rem);
  color: var(--paper)
}

.visit-info h2 {
  font-size: clamp(2rem, 3.5vw, 4rem);
  color: var(--paper);
  margin-bottom: 1.4rem
}

.visit-info .section-index,
.visit-row b {
  color: var(--mustard)
}

.visit-row {
  display: flex;
  gap: 1rem;
  padding: 1.1rem 0;
  border-top: 1px solid rgba(255, 250, 240, .18)
}

.visit-row:last-of-type {
  border-bottom: 1px solid rgba(255, 250, 240, .18);
  margin-bottom: 1.8rem
}

.visit-row span:not(.ic) {
  color: rgba(255, 250, 240, .85);
  line-height: 1.55
}

.visit-map {
  min-height: 420px;
  background: linear-gradient(135deg, #2a6e60, #173f37)
}

.visit-row img {
  height: 18px;
}

.map-pin span {
  background: var(--mustard);
  color: var(--maroon)
}

.final-cta {
  text-align: center;
  background: var(--cream)
}

.final-cta h2 {
  font-size: clamp(2.2rem, 5vw, 5.4rem);
  max-width: 820px;
  margin: 0 auto 1rem
}

.final-cta .script {
  display: block;
  color: var(--teal-deep);
  font-size: .65em
}

.final-cta p {
  max-width: 560px;
  margin: 0 auto 2rem;
  color: #5a4436;
  line-height: 1.7
}

.footer {
  background: #fff7e5;
  color: var(--maroon);
  padding-top: 3.5rem;
  padding-bottom: 2rem
}

.footer h2,
.footer .brand strong {
  color: var(--mustard)
}

.footer .brand strong {
  color: var(--maroon)
}

.footer .brand span {
  color: var(--teal-deep)
}

.footer a {
  color: inherit;
  font-weight: 800
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(74, 14, 10, .14)
}

.footer-top>p {
  max-width: 420px;
  color: #5a4436;
  line-height: 1.6;
  margin: 0;
  text-align: right
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding-top: 1.5rem;
  color: #5a4436;
  font-size: .74rem;
  letter-spacing: .07em
}

.footer-bottom div {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap
}

.sticky-cta {
  display: none
}

.also-available-on {
  margin-top: 3rem;
}

.also-available-on h2 {
  text-align: center;
  color: #5a4436;
  font-size: 1.2rem;
}

.also-available-on-list {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.also-available-on-list img {
  width: 50px;
  height: 50px;
}

/* MYOD Swiper */
.myod-swiper-wrapper {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 8px solid var(--paper);
  border-radius: 1.8rem;
  box-shadow: var(--shadow);
}

/* Constrain the swiper container if needed */
.myod-swiper {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  /* Adjust this to match your page width */
  margin: 0 auto;
  overflow: hidden;
  /* Keeps hidden slides from causing horizontal scrolling */
}

/* Force the images to behave and scale nicely */
.myod-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  /* Set a fixed height if you want them uniform */
  object-fit: cover;
  /* Prevents stretching or distortion */
  border-radius: 8px;
  /* Optional: matches modern card UIs */
  display: block;
}

.swiper-pagination-bullet {
  background-color: var(--teal) !important;
  opacity: 0.8 !important;
}

.swiper-pagination-bullet-active {
  background-color: var(--mustard) !important;
  opacity: 1 !important;
}

@media (max-width:980px) {

  .section-head,
  .reserve {
    display: block
  }

  .section-head>p {
    margin-top: 1rem
  }

  .diff-grid,
  .menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .myod-wrap,
  .visit-grid {
    grid-template-columns: 1fr
  }

  .myod-visual {
    max-width: 460px;
    margin: 0 auto
  }

  .gallery .masonry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 180px;
    gap: 18px
  }

  .gallery-item.wide {
    grid-column: span 2
  }
}

@media (max-width:900px) {

  .nav-links {
    background: var(--paper);
    visibility: hidden;
  }

  .nav-links.open {
    box-shadow: var(--shadow);
    z-index: 1001;
    visibility: visible;
  }

  .nav.menu-open {
    backdrop-filter: none !important;
  }

  .nav-links a {
    color: var(--maroon);
    text-shadow: none;
    font-size: 1.6rem;
    opacity: 0;
  }

  .menu-toggle {
    z-index: 1002;
  }

  .menu-toggle i {
    background: var(--paper)
  }

  .nav.scrolled .menu-toggle i,
  .menu-toggle[aria-expanded="true"] i {
    background: var(--maroon)
  }

  .header-contact-order-wrapper {
    display: none;
  }
}

@media (max-width:680px) {
  .promo-bar {
    min-height: 48px;
    gap: .28rem .55rem;
    flex-wrap: wrap;
    font-size: .72rem;
    padding: .46rem .8rem
  }

  .nav {
    top: 48px
  }

  .hero-actions .btn {
    width: 100%
  }

  .hero {
    min-height: 760px;
    /* align-items: flex-end; */
    align-items: center;
    padding: 72px 0 4.25rem
  }

  .hero-bg {
    inset: 0;
    background-position: 57% top;
    opacity: .72
  }

  .hero-shade {
    /* background: linear-gradient(0deg, rgba(74, 14, 10, .96) 0%, rgba(74, 14, 10, .82) 48%, rgba(74, 14, 10, .28) 100%) */
  }

  .hero-copy {
    margin: 0 1.25rem;
    padding: 1.1rem 0;
    width: auto;
    /* background: linear-gradient(90deg, rgba(74, 14, 10, .42), rgba(74, 14, 10, 0)); */
    border-radius: 0
  }

  .hero h1 {
    font-size: clamp(2.85rem, 15vw, 3.8rem);
    margin: .85rem 0 1rem
  }

  .hero-intro {
    font-size: .92rem;
    line-height: 1.58
  }

  .hero-actions {
    gap: .65rem;
    margin-top: 1.2rem
  }

  .hero-stats {
    gap: .85rem;
    margin-top: 1.15rem;
    padding-top: .95rem
  }

  .hero-stat {
    flex: 1 1 calc(50% - 1rem);
    min-width: 120px
  }

  .diff-grid,
  .menu-grid {
    grid-template-columns: 1fr
  }

  .dish-card.featured {
    grid-row: auto
  }

  .signature,
  .flavours,
  .visit {
    margin: .75rem;
    border-radius: 1.5rem
  }

  .gallery .masonry {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 18px
  }

  .gallery-item,
  .gallery-item.wide,
  .gallery-item.tall {
    grid-column: auto;
    grid-row: auto
  }

  .gallery-item img,
  .gallery-item.tall img {
    height: 300px
  }

  .booking-form .form-row {
    grid-template-columns: 1fr
  }

  .footer-top {
    align-items: flex-start;
    flex-direction: column
  }

  .footer-top>p {
    text-align: left
  }

  .footer-bottom {
    gap: 1.2rem;
    align-items: flex-start
  }

  .sticky-cta {
    position: sticky;
    bottom: 0;
    z-index: 70;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: var(--paper);
    border-top: 1px solid rgba(74, 14, 10, .14);
    padding: .8rem 1rem;
    box-shadow: 0 -8px 20px rgba(74, 14, 10, .1)
  }

  .sticky-cta .txt b {
    display: block;
    font-family: var(--display);
    font-size: .95rem;
    color: var(--maroon)
  }

  .sticky-cta .txt span {
    font-size: .75rem;
    color: #5a4436
  }

  .sticky-cta .btn {
    padding: .75rem 1.1rem;
    font-size: .75rem
  }

  .testimonial>p {
    font-size: clamp(1.2rem, 2vw, 2rem);
  }
}

@media (max-width:360px) {
  .promo-bar {
    min-height: 88px
  }

  .nav {
    top: 88px
  }

  .hero {
    padding-top: 88px
  }
}