:root {
  --ink: #17130f;
  --ink-soft: #2b2118;
  --mustard: #e3a90d;
  --mustard-soft: #f1c04b;
  --paper: #eadfca;
  --cream: #f8efe0;
  --rust: #9f4026;
  --olive: #56613d;
  --white: #fffaf1;
  --shell: min(1440px, calc(100vw - 64px));
  --display: "Barlow Condensed", sans-serif;
  --body: "DM Sans", sans-serif;
  --script: "Yellowtail", cursive;
}

/* =========================================================
   RESET AND GLOBALS
   ========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--white);
  font-family: var(--body);
}

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

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

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  transform: translateY(-150%);
  padding: 0.8rem 1rem;
  background: var(--mustard);
  color: var(--ink);
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.noscript {
  position: relative;
  z-index: 9999;
  padding: 10px 18px;
  background: var(--mustard);
  color: var(--ink);
  text-align: center;
  font-weight: 700;
}

:focus-visible {
  outline: 3px solid var(--mustard-soft);
  outline-offset: 4px;
}

::selection {
  background: var(--mustard);
  color: var(--ink);
}

/* =========================================================
   HEADER AND NAVIGATION
   ========================================================= */

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 18px 0;
  transition: background 0.35s ease, padding 0.35s ease, box-shadow 0.35s ease;
}

.site-header.is-scrolled {
  padding: 10px 0;
  background: rgba(23, 19, 15, 0.96);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: grid;
  grid-template-columns: 250px 1fr auto;
  align-items: center;
  gap: 34px;
}

.brand {
  display: flex;
  width: 210px;
  height: 108px;
  align-items: center;
}

.brand img {
  width: 100%;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 38px);
}

.site-nav a {
  position: relative;
  font: 700 0.85rem/1 var(--body);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: -12px;
  left: 0;
  height: 2px;
  background: var(--mustard);
  transition: right 0.25s ease;
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
  right: 0;
}

.menu-toggle {
  display: none;
}

/* =========================================================
   BUTTONS
   ========================================================= */

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid var(--mustard);
  background: transparent;
  color: inherit;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--mustard);
  color: var(--ink);
}

.button-outline {
  color: var(--white);
}

.button-outline:hover {
  background: var(--mustard);
  color: var(--ink);
}

.button-outline-dark {
  align-self: flex-start;
  border-color: var(--ink);
  color: var(--ink);
}

.button-outline-dark:hover {
  background: var(--ink);
  color: var(--white);
}

/* =========================================================
   HERO
   ========================================================= */

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  align-items: end;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(15, 11, 8, 0.78) 0%, rgba(15, 11, 8, 0.42) 45%, rgba(15, 11, 8, 0.12) 100%),
    url("images/gallery/la-cantina-01.webp");
  background-position: center 52%;
  background-size: cover;
  transform: scale(1.02);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 8, 5, 0.92) 0%, rgba(11, 8, 5, 0.67) 38%, rgba(11, 8, 5, 0.18) 72%, rgba(11, 8, 5, 0.25) 100%),
    linear-gradient(0deg, rgba(11, 8, 5, 0.65), transparent 38%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding: 210px 0 110px;
}

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

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--mustard);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font: 800 clamp(5rem, 9.2vw, 9.4rem) / 0.79 var(--display);
  letter-spacing: -0.035em;
  text-transform: uppercase;
  text-shadow: 0 4px 25px rgba(0, 0, 0, 0.28);
}

.hero-script {
  margin: 20px 0 30px;
  color: var(--mustard-soft);
  font: 400 clamp(2.2rem, 4.2vw, 4rem) / 0.95 var(--script);
  transform: rotate(-2deg);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.scroll-cue {
  position: absolute;
  right: 34px;
  bottom: 34px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.scroll-cue i {
  display: block;
  width: 1px;
  height: 62px;
  background: var(--mustard);
}

/* =========================================================
   STORY AND FEATURE CARDS
   ========================================================= */

.story-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.3fr repeat(3, 1.25fr);
  min-height: 610px;
  background: var(--paper);
}

.story-cactus {
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, #a5442b, #782a1d);
}

.story-cactus::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image: radial-gradient(#fff 1px, transparent 1px);
  background-size: 4px 4px;
}

.cactus-art {
  position: absolute;
  bottom: -12%;
  left: 50%;
  width: 24%;
  height: 82%;
  border-radius: 60px 60px 10px 10px;
  background: #263d28;
  box-shadow: -34px 110px 0 -17px #263d28, 34px 170px 0 -17px #263d28;
  transform: translateX(-50%);
}

.cactus-art::before,
.cactus-art::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 125px;
  border-radius: 18px;
  background: #263d28;
}

.cactus-art::before {
  top: 120px;
  left: -32px;
  transform: rotate(-28deg);
}

.cactus-art::after {
  top: 175px;
  right: -32px;
  transform: rotate(28deg);
}

.story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 6vw, 92px) clamp(34px, 4.6vw, 72px);
  color: var(--ink);
}

.story-copy .section-kicker {
  color: var(--rust);
}

.story-copy h2,
.coming-next h2,
.visit-copy h2,
.booking-copy h2 {
  margin: 0 0 22px;
  font: 800 clamp(2.8rem, 4vw, 4.5rem) / 0.86 var(--display);
  text-transform: uppercase;
}

.story-copy p {
  max-width: 42ch;
  color: #473b31;
  line-height: 1.72;
}

.story-copy .signature {
  margin: 12px 0 0;
  color: var(--olive);
  font: 400 2.7rem var(--script);
}

.feature-card {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.feature-card:hover::before {
  transform: scale(1.06);
}

.feature-food {
  background-image:
    linear-gradient(180deg, rgba(15, 11, 8, 0.04), rgba(15, 11, 8, 0.72)),
    url("images/gallery/la-cantina-07.webp");
}

.feature-drinks {
  background-image:
    linear-gradient(180deg, rgba(15, 11, 8, 0.02), rgba(15, 11, 8, 0.74)),
    url("images/gallery/la-cantina-03.webp");
}

.feature-night {
  background-image:
    linear-gradient(180deg, rgba(15, 11, 8, 0.04), rgba(15, 11, 8, 0.78)),
    url("images/gallery/la-cantina-12.webp");
}

.feature-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(12, 8, 5, 0.92), transparent 62%);
}

.feature-copy {
  position: absolute;
  right: 26px;
  bottom: 36px;
  left: 26px;
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
}

.feature-copy strong {
  display: block;
  font: 700 clamp(1.8rem, 2.4vw, 2.65rem) / 1 var(--display);
}

.feature-copy small {
  display: block;
  margin-top: 10px;
  color: var(--mustard);
  font-weight: 800;
  letter-spacing: 0.12em;
}

/* =========================================================
   MENU
   ========================================================= */

.menu-section {
  padding: 132px 0 120px;
  overflow: hidden;
  background: var(--cream);
  color: var(--ink);
}

.menu-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 58px;
}

.menu-heading .section-kicker {
  color: var(--rust);
}

.menu-heading h2,
.drinks-copy h2,
.gallery-heading h2 {
  margin: 0;
  font: 800 clamp(4rem, 7vw, 7.4rem) / 0.82 var(--display);
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.menu-heading > p {
  max-width: 48ch;
  margin: 0 0 8px;
  color: #5b4c3e;
  font-size: 1.06rem;
  line-height: 1.8;
}

.menu-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 1fr;
  gap: 18px;
}

.menu-card {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.menu-card:nth-child(2) {
  margin-top: 72px;
}

.menu-card-media {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  transition: transform 0.75s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.menu-card:hover .menu-card-media {
  transform: scale(1.055);
}

.menu-card-tacos .menu-card-media {
  background-image: url("images/gallery/la-cantina-01.webp");
}

.menu-card-enchiladas .menu-card-media {
  background-image: url("images/gallery/la-cantina-14.webp");
}

.menu-card-grill .menu-card-media {
  background-image: url("images/gallery/la-cantina-08.webp");
}

.menu-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(14, 9, 6, 0.96), rgba(14, 9, 6, 0.04) 70%);
}

.menu-card-copy {
  position: absolute;
  right: 30px;
  bottom: 32px;
  left: 30px;
  z-index: 2;
}

.menu-card-copy > span {
  color: var(--mustard);
  font-weight: 800;
  letter-spacing: 0.18em;
}

.menu-card h3 {
  margin: 8px 0 10px;
  font: 800 clamp(2.5rem, 4vw, 4.5rem) / 0.9 var(--display);
  text-transform: uppercase;
}

.menu-card p {
  max-width: 32ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.62;
}

.menu-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 54px;
  padding-top: 30px;
  border-top: 1px solid rgba(23, 19, 15, 0.22);
}

.menu-note p {
  max-width: 720px;
  margin: 0;
  color: #5b4c3e;
  font-size: 1.05rem;
}

.text-link {
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.text-link span {
  color: var(--rust);
}

/* =========================================================
   DRINKS
   ========================================================= */

.drinks-section {
  position: relative;
  display: grid;
  min-height: 820px;
  align-items: center;
  overflow: hidden;
}

.drinks-media {
  position: absolute;
  inset: 0;
  background: url("images/gallery/la-cantina-12.webp") center 42% / cover no-repeat;
  transform: scale(1.03);
}

.drinks-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 10, 6, 0.96) 0%, rgba(16, 10, 6, 0.82) 42%, rgba(16, 10, 6, 0.28) 70%, rgba(16, 10, 6, 0.48) 100%);
}

.drinks-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  align-items: center;
  gap: 90px;
  padding-block: 130px;
}

.drinks-copy {
  max-width: 700px;
}

.drinks-copy > p:not(.section-kicker) {
  max-width: 48ch;
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  line-height: 1.8;
}

.drinks-list {
  align-self: center;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}

.drinks-list div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 4px 18px;
  padding: 23px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.drinks-list span {
  grid-row: span 2;
  color: var(--mustard);
  font-weight: 800;
}

.drinks-list strong {
  font: 700 1.65rem/1 var(--display);
  text-transform: uppercase;
}

.drinks-list small {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.86rem;
}

/* =========================================================
   GALLERY
   ========================================================= */

.gallery-section {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 9vw, 9rem) 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(223, 170, 54, 0.12), transparent 28rem),
    var(--ink);
}

.gallery-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 31rem);
  align-items: end;
  gap: clamp(2rem, 6vw, 7rem);
  margin-bottom: clamp(2.5rem, 5vw, 5rem);
}

.gallery-heading h2 {
  color: var(--cream);
}

.gallery-heading > p {
  margin: 0;
  color: rgba(246, 234, 213, 0.72);
  line-height: 1.8;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 14rem;
  gap: clamp(0.75rem, 1.4vw, 1.35rem);
}

.gallery-tile {
  position: relative;
  isolation: isolate;
  display: block;
  grid-column: span 4;
  grid-row: span 2;
  min-width: 0;
  overflow: hidden;
  border-radius: 0.35rem;
  background: #251e17;
  box-shadow: 0 1.25rem 3.5rem rgba(0, 0, 0, 0.22);
}

.gallery-tile-wide {
  grid-column: span 8;
}

.gallery-tile-tall {
  grid-row: span 3;
}

.gallery-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.5s ease;
}

.gallery-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(12, 9, 6, 0) 42%, rgba(12, 9, 6, 0.8) 100%);
  transition: opacity 0.35s ease;
}

.gallery-tile::after {
  content: "+";
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  opacity: 0;
  background: rgba(17, 13, 9, 0.3);
  color: #fff;
  font-family: var(--body);
  font-size: 1.25rem;
  line-height: 1;
  backdrop-filter: blur(8px);
  transform: translateY(-0.4rem);
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}

.gallery-tile span {
  position: absolute;
  right: 1.25rem;
  bottom: 1.15rem;
  left: 1.25rem;
  z-index: 2;
  color: #fff;
  font: 700 clamp(1.1rem, 1.5vw, 1.45rem) / 1 var(--display);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transform: translateY(0.35rem);
  transition: transform 0.35s ease;
}

.gallery-tile:hover img {
  filter: saturate(1.08) contrast(1.02);
  transform: scale(1.045);
}

.gallery-tile:hover::before {
  opacity: 1;
}

.gallery-tile:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.gallery-tile:hover span {
  transform: translateY(0);
}

/* GLightbox */

.glightbox-container {
  font-family: var(--body);
}

.glightbox-clean .gslide-description {
  background: rgba(18, 14, 10, 0.94);
}

.glightbox-clean .gdesc-inner {
  padding: 1rem 1.25rem;
}

.glightbox-clean .gslide-title {
  margin: 0;
  color: var(--cream);
  font: 700 1.25rem/1 var(--display);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  border-radius: 50%;
  background-color: rgba(18, 14, 10, 0.68);
  backdrop-filter: blur(10px);
}

.glightbox-clean .gclose:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gprev:hover {
  background-color: #d69d2a;
}

/* =========================================================
   LOCATION AND MAP
   ========================================================= */

.visit-section {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 700px;
  background: var(--paper);
  color: var(--ink);
}

.visit-map {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background: #d8c7a7;
}

.visit-map::before,
.visit-map::after,
.map-lines,
.map-pin,
.visit-map > p {
  display: none;
}

.visit-map iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.88) contrast(1.03);
}

.visit-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 9vw, 150px) clamp(36px, 7vw, 110px);
  background: var(--paper);
}

.visit-copy .section-kicker {
  color: var(--rust);
}

.visit-copy > p:not(.section-kicker) {
  max-width: 53ch;
  color: #55473a;
  line-height: 1.8;
}

.visit-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 34px 0 38px;
  padding: 28px 0;
  border-block: 1px solid rgba(23, 19, 15, 0.22);
}

.visit-details small {
  display: block;
  margin-bottom: 9px;
  color: var(--rust);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visit-details strong {
  font: 700 1.35rem/1.25 var(--display);
  text-transform: uppercase;
}

/* =========================================================
   BOOKING FORM
   ========================================================= */

.booking-section {
  position: relative;
  display: grid;
  min-height: 780px;
  align-items: center;
  overflow: hidden;
}

.booking-media {
  position: absolute;
  inset: 0;
  background: url("images/gallery/la-cantina-06.webp") center / cover no-repeat;
  transform: scale(1.04);
}

.booking-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 8, 5, 0.96), rgba(12, 8, 5, 0.72) 48%, rgba(12, 8, 5, 0.48)),
    linear-gradient(0deg, rgba(12, 8, 5, 0.76), transparent 55%);
}

.booking-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.85fr);
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
  padding-block: 120px;
}

.booking-copy h2 {
  font-size: clamp(4rem, 7vw, 7rem);
}

.booking-copy > p:not(.section-kicker) {
  max-width: 40ch;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
  line-height: 1.8;
}

.booking-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(14, 10, 7, 0.72);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(16px);
}

.booking-form label {
  display: grid;
  gap: 9px;
  min-width: 0;
}

.booking-form label > span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.booking-form input,
.booking-form select {
  width: 100%;
  min-width: 0;
  min-height: 56px;
  padding: 0 48px 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.07);
  color: var(--white);
  line-height: 1.2;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.booking-form input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.booking-form input:hover,
.booking-form select:hover {
  border-color: rgba(255, 255, 255, 0.44);
}

.booking-form input:focus,
.booking-form select:focus {
  border-color: var(--mustard);
  outline: 2px solid var(--mustard);
  outline-offset: 2px;
  background-color: rgba(255, 255, 255, 0.1);
}

.booking-form select {
  cursor: pointer;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--mustard) 50%),
    linear-gradient(135deg, var(--mustard) 50%, transparent 50%);
  background-position: calc(100% - 19px) 50%, calc(100% - 13px) 50%;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
}

.booking-form select:invalid {
  color: rgba(255, 255, 255, 0.48);
}

.booking-form select option {
  background: var(--ink);
  color: var(--white);
}

.booking-form .button,
.form-note {
  grid-column: 1 / -1;
}

.booking-form .button {
  width: 100%;
  margin-top: 4px;
}

.form-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  line-height: 1.6;
}

.form-note.is-success {
  color: var(--mustard-soft);
}

.form-note.is-error {
  color: #ffb4a4;
}

/* =========================================================
   FLATPICKR
   ========================================================= */

.flatpickr-calendar {
  border: 1px solid rgba(227, 169, 13, 0.38);
  border-radius: 0;
  background: var(--ink-soft);
  color: var(--white);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  font-family: var(--body);
}

.flatpickr-calendar.arrowTop::before,
.flatpickr-calendar.arrowTop::after {
  border-bottom-color: var(--ink-soft);
}

.flatpickr-calendar.arrowBottom::before,
.flatpickr-calendar.arrowBottom::after {
  border-top-color: var(--ink-soft);
}

.flatpickr-months {
  padding: 0.55rem 0.4rem 0;
}

.flatpickr-months .flatpickr-month,
.flatpickr-current-month,
.flatpickr-current-month input.cur-year {
  background: transparent;
  color: var(--white);
}

.flatpickr-current-month {
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  background: var(--ink-soft);
  color: var(--white);
}

.flatpickr-prev-month,
.flatpickr-next-month {
  color: var(--mustard);
  fill: var(--mustard);
}

.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
  fill: var(--mustard-soft);
}

span.flatpickr-weekday {
  color: var(--mustard);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.flatpickr-day {
  border-radius: 0;
  color: rgba(255, 255, 255, 0.78);
}

.flatpickr-day:hover,
.flatpickr-day:focus {
  border-color: rgba(227, 169, 13, 0.3);
  background: rgba(227, 169, 13, 0.18);
  color: var(--white);
}

.flatpickr-day.today {
  border-color: var(--mustard);
  color: var(--mustard-soft);
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  border-color: var(--mustard);
  background: var(--mustard);
  color: var(--ink);
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  color: rgba(255, 255, 255, 0.22);
}

.flatpickr-time {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.flatpickr-time input,
.flatpickr-time .flatpickr-am-pm {
  color: var(--white);
  font-family: var(--body);
  font-weight: 700;
}

.flatpickr-time input:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: rgba(227, 169, 13, 0.12);
}

.numInputWrapper span {
  border-color: rgba(255, 255, 255, 0.12);
}

.numInputWrapper span:hover {
  background: rgba(227, 169, 13, 0.18);
}

/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
  padding: 70px 0 28px;
  background: #0d0a08;
}

.footer-main {
  display: grid;
  grid-template-columns: 250px 1fr auto;
  align-items: center;
  gap: 70px;
}

.footer-brand {
  width: 220px;
}

.footer-brand img {
  width: 100%;
}

.footer-main > p {
  max-width: 45ch;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.7;
}

.footer-main nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 22px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-main nav a:hover {
  color: var(--mustard);
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.4rem;
  margin-top: 1.25rem;
}

.footer-socials a {
  position: relative;
  color: rgba(246, 234, 213, 0.72);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.footer-socials a:hover {
  color: var(--white) !important;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* =========================================================
   FLOATING ACTIONS
   ========================================================= */

.floating-messenger,
.back-to-top {
  position: fixed;
  right: 22px;
  z-index: 40;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

.floating-messenger {
  bottom: 22px;
  background: #0084ff;
  color: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.floating-messenger svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

.floating-messenger:hover {
  background: #0077e6;
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0, 132, 255, 0.38);
}

.back-to-top {
  bottom: 84px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: var(--ink);
  color: var(--mustard);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* =========================================================
   REVEAL ANIMATIONS
   ========================================================= */

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {
  .header-inner {
    grid-template-columns: 190px 1fr auto;
  }

  .brand {
    width: 175px;
  }

  .site-nav {
    gap: 18px;
  }

  .site-nav a {
    font-size: 0.76rem;
  }

  .story-grid {
    grid-template-columns: 1fr 1fr;
  }

  .story-cactus,
  .story-copy {
    min-height: 500px;
  }

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

  .feature-night {
    grid-column: span 2;
    min-height: 440px;
  }
}

@media (max-width: 1050px) {
  .gallery-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-auto-rows: 13rem;
  }

  .gallery-tile {
    grid-column: span 4;
  }

  .gallery-tile-wide {
    grid-column: span 8;
  }
}

@media (max-width: 1000px) {
  .menu-heading,
  .drinks-inner,
  .booking-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

  .menu-card:nth-child(2) {
    margin-top: 0;
  }

  .menu-card:last-child {
    grid-column: span 2;
    min-height: 460px;
  }

  .drinks-list {
    max-width: 660px;
  }

  .visit-section {
    grid-template-columns: 1fr;
  }

  .visit-map {
    min-height: 520px;
  }

  .booking-inner {
    max-width: 760px;
  }

  .footer-main {
    grid-template-columns: 220px 1fr;
    gap: 38px;
  }

  .footer-main nav {
    grid-column: span 2;
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: min(100% - 36px, 680px);
  }

  .site-header {
    padding: 10px 0;
  }

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

  .brand {
    width: 148px;
    height: 82px;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-grid;
    justify-self: end;
    width: 50px;
    height: 50px;
    place-content: center;
    gap: 7px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
  }

  .menu-toggle span:not(.sr-only) {
    width: 22px;
    height: 2px;
    background: currentColor;
    transition: transform 0.25s ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 102px 18px auto;
    display: grid;
    gap: 0;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(23, 19, 15, 0.98);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-18px);
    transition: 0.25s ease;
  }

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

  .site-nav a {
    padding: 17px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-nav a::after {
    display: none;
  }

  .hero-inner {
    padding-top: 170px;
  }

  .hero h1 {
    font-size: clamp(4.6rem, 19vw, 7rem);
  }

  .hero-script {
    font-size: clamp(2.1rem, 9vw, 3.2rem);
  }

  .story-grid {
    grid-template-columns: 1fr;
  }

  .story-cactus {
    display: none;
  }

  .story-copy,
  .feature-card {
    min-height: 500px;
  }

  .feature-night {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .gallery-heading {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 12rem;
    gap: 0.7rem;
  }

  .gallery-tile,
  .gallery-tile-wide {
    grid-column: span 1;
    grid-row: span 2;
  }

  .gallery-tile-tall {
    grid-row: span 3;
  }

  .gallery-tile:nth-child(5n + 1) {
    grid-column: span 2;
  }

  .gallery-tile::after {
    width: 2.4rem;
    height: 2.4rem;
    opacity: 1;
    transform: none;
  }

  .gallery-tile span {
    font-size: 1rem;
  }
}

@media (max-width: 680px) {
  .menu-section {
    padding: 90px 0 82px;
  }

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

  .menu-card,
  .menu-card:last-child {
    grid-column: auto;
    min-height: 520px;
  }

  .menu-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .drinks-section {
    min-height: auto;
  }

  .drinks-inner {
    padding-block: 96px;
  }

  .drinks-copy h2,
  .menu-heading h2,
  .gallery-heading h2 {
    font-size: clamp(3.7rem, 17vw, 5.4rem);
  }

  .visit-map {
    min-height: 430px;
  }

  .visit-copy {
    padding: 76px 28px;
  }

  .visit-details {
    grid-template-columns: 1fr;
  }

  .booking-inner {
    padding-block: 88px;
  }

  .booking-form {
    grid-template-columns: 1fr;
    padding: 26px 20px;
  }

  .booking-form .button,
  .form-note {
    grid-column: auto;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-main nav {
    grid-column: auto;
    justify-content: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .button {
    width: 100%;
  }

  .scroll-cue {
    display: none;
  }

  .story-copy {
    padding: 54px 28px;
  }

  .floating-messenger {
    right: 16px;
    bottom: 16px;
    width: 50px;
    height: 50px;
  }

  .back-to-top {
    right: 16px;
    bottom: 78px;
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-auto-rows: 10.5rem;
  }

  .gallery-tile {
    border-radius: 0.25rem;
  }

  .gallery-tile span {
    right: 0.85rem;
    bottom: 0.8rem;
    left: 0.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .gallery-tile:hover img {
    transform: none;
  }
}

.site-credits {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;

  color: rgba(255, 255, 255, 0.42);
}

.site-credits a {
  color: rgba(255, 255, 255, 0.72);
  transition: color 0.2s ease;
}

.site-credits a:hover {
  color: var(--mustard);
}

@media (max-width: 680px) {
  .site-credits {
    justify-content: flex-start;
  }
}

/* =========================================================
   MOBILE NAVIGATION
   ========================================================= */

@media (max-width: 820px) {
  :root {
    --shell: min(100% - 36px, 680px);
  }

  .site-header {
    padding: 10px 0;
  }

  .site-header.is-scrolled {
    padding: 8px 0;
  }

  .header-inner {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: 148px 1fr 50px;
    align-items: center;
    gap: 16px;
  }

  .brand {
    position: relative;
    z-index: 3;

    width: 148px;
    height: 82px;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    position: relative;
    z-index: 1002;

    display: inline-grid;
    grid-column: 3;
    justify-self: end;
    place-content: center;

    width: 50px;
    height: 50px;
    padding: 0;

    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(15, 11, 8, 0.72);
    color: var(--white);

    cursor: pointer;
    pointer-events: auto;

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 22px;
    height: 2px;

    background: currentColor;

    transition:
      transform 0.25s ease,
      opacity 0.25s ease;
  }

  .menu-toggle span:not(.sr-only) + span:not(.sr-only) {
    margin-top: 7px;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    z-index: 1001;

    top: 102px;
    right: 18px;
    left: 18px;

    display: grid;
    gap: 0;

    max-height: calc(100svh - 120px);
    padding: 18px;

    overflow-y: auto;

    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(23, 19, 15, 0.98);

    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateY(-18px);

    transition:
      opacity 0.25s ease,
      visibility 0.25s ease,
      transform 0.25s ease;

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: translateY(0);
  }

  .site-nav a {
    display: block;
    padding: 17px 4px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.08);

    color: var(--white);
    font-size: 0.8rem;
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .site-nav a::after {
    display: none;
  }
}

 .footer-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

a.footer-social {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(216, 161, 26, .35);
    border-radius: 50%;
    color: var(--accent);
    font-size: 1.2rem;
    text-decoration: none;
    transition: .35s ease;
}

a.footer-social:hover {
    background: var(--accent);
    color: #111;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(216, 161, 26, .35);
}
/* =========================================================
   FOOTER SOCIAL UPDATE
   ========================================================= */
.footer-main {
  grid-template-columns: 250px minmax(0, 1fr) auto;
}

.footer-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.footer-copy p {
  max-width: 45ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.7;
}

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin: 0;
}

a.footer-social {
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(227, 169, 13, 0.35);
  border-radius: 50%;
  color: var(--mustard);
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

a.footer-social:hover,
a.footer-social:focus-visible {
  background: var(--mustard);
  color: var(--ink);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(227, 169, 13, 0.28);
}

@media (max-width: 1100px) {
  .footer-main {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .footer-main nav {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .footer-main {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-main nav {
    grid-column: auto;
  }
}


.opening-hours {
    
    margin-top: 32px;
    padding: 28px 0;
    border-top: 1px solid rgba(23, 19, 15, 0.22);
    border-bottom: 1px solid rgba(23, 19, 15, 0.22);
}

.opening-hours-title {
    margin: 0 0 18px;
    color: var(--rust);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.opening-hours-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px 30px;
}

.opening-hours-grid span {
    color: #55473a;
}

.opening-hours-grid strong {
    color: var(--ink);
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 520px) {
    .opening-hours-grid {
        gap: 10px 18px;
    }
}