/*
Theme Name: Alora Cafe Astra Child
Theme URI: https://alora.cafe/
Description: Alora Cafe child theme built on Astra with editable menu items.
Author: Alora Cafe
Template: astra
Version: 1.0.2
Text Domain: alora-astra-child
*/

:root {
  --alora-cream: #f7f3ec;
  --alora-paper: #fffdf8;
  --alora-ink: #211713;
  --alora-muted: #655d57;
  --alora-line: #ddd1be;
  --alora-coffee: #3b271f;
  --alora-gold: #c28a57;
  --alora-green: #65745a;
  --alora-taupe: #a88970;
  --alora-sand: #e7d3ba;
  --alora-sage: #eef3e8;
  --alora-clay: #b96f50;
  --alora-blush: #fbede4;
}

body {
  background: var(--alora-cream);
}

html {
  overflow-x: hidden;
}

body:not(.wp-admin) {
  overflow-x: clip;
}

@supports not (overflow: clip) {
  body:not(.wp-admin) {
    overflow-x: hidden;
  }
}

.alora-site-loader {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  gap: 12px;
  align-content: center;
  background: rgba(255, 253, 248, .96);
  color: var(--alora-coffee);
  opacity: 1;
  visibility: visible;
  transition: opacity .34s ease, visibility .34s ease;
}

.alora-site-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.alora-site-loader__mark {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 253, 248, .9);
  border: 1px solid rgba(194, 138, 87, .16);
  box-shadow: 0 16px 44px rgba(67, 40, 24, .1);
  animation: alora-loader-breathe 1.2s ease-in-out infinite;
}

.alora-site-loader__mark img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.alora-site-loader span {
  color: var(--alora-coffee);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}

@keyframes alora-loader-breathe {
  0%, 100% {
    transform: scale(1);
    opacity: .92;
  }

  50% {
    transform: scale(1.035);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alora-site-loader,
  .alora-site-loader__mark {
    animation: none;
    transition: none;
  }
}

.site-content {
  background: var(--alora-cream);
}

body:not(.wp-admin) a,
body:not(.wp-admin) a:hover,
body:not(.wp-admin) a:focus {
  text-decoration: none !important;
}

#ast-scroll-top {
  display: none !important;
}

.alora-site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 253, 248, .94);
  border-bottom: 1px solid var(--alora-line);
  backdrop-filter: blur(14px);
}

body.admin-bar .alora-site-header {
  top: 32px;
}

.alora-site-header__inner {
  max-width: 1360px;
  min-height: 84px;
  margin: 0 auto;
  padding: 12px 22px;
  display: grid;
  grid-template-columns: minmax(230px, .82fr) minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.alora-site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--alora-coffee);
  text-decoration: none;
}

.alora-site-brand:hover {
  color: var(--alora-green);
}

.alora-site-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.alora-site-brand strong,
.alora-site-brand small {
  display: block;
  letter-spacing: 0;
}

.alora-site-brand strong {
  font-size: 21px;
  line-height: 1;
}

.alora-site-brand small {
  margin-top: 4px;
  color: var(--alora-muted);
  font-size: 12px;
  line-height: 1.2;
}

.alora-site-nav {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: nowrap;
  min-width: 0;
}

.alora-site-nav a {
  flex: 0 0 auto;
  color: var(--alora-coffee);
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.alora-site-nav a:hover,
.alora-site-nav a:focus,
.alora-site-nav a.is-active {
  background: var(--alora-paper);
  border-color: var(--alora-line);
  color: var(--alora-green);
}

.alora-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--alora-coffee);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}

.alora-header-cta:hover,
.alora-header-cta:focus,
.alora-header-cta.is-active {
  background: var(--alora-green);
  color: #fff;
}

.alora-shell {
  color: var(--alora-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.alora-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
}

.alora-hero {
  min-height: 58vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
  gap: 34px;
  align-items: center;
  padding: 56px 22px 38px;
}

.alora-kicker {
  color: var(--alora-gold);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.alora-hero h1,
.alora-section h2,
.alora-menu-category h2 {
  color: var(--alora-coffee);
  letter-spacing: 0;
}

.alora-hero h1 {
  font-size: clamp(48px, 8vw, 100px);
  line-height: .92;
  margin: 12px 0;
}

.alora-hero p,
.alora-lead {
  color: var(--alora-muted);
  font-size: clamp(18px, 2vw, 23px);
  max-width: 720px;
}

.alora-hero img,
.alora-hero-video {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(67, 40, 24, .22);
}

.alora-hero-video {
  display: block;
  background: var(--alora-sage);
}

.alora-about-hero {
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  gap: clamp(34px, 6vw, 86px);
  min-height: auto;
  padding-top: clamp(70px, 9vw, 118px);
  padding-bottom: 64px;
}

.alora-about-hero > div:first-child {
  order: 1;
}

.alora-about-hero__video {
  order: 2;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 30px;
  background: var(--alora-sage);
  box-shadow: 0 32px 100px rgba(67, 40, 24, .16);
}

.alora-about-strip {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 24px;
  padding: 18px 0 28px;
  overflow: hidden;
  background: #fffdf8;
}

.alora-about-strip__track {
  display: flex;
  align-items: center;
  gap: clamp(18px, 4vw, 64px);
  width: max-content;
  transform: translateX(-8vw);
}

.alora-about-strip__track img {
  display: block;
  width: min(92vw, 1320px);
  max-width: none;
  height: auto;
}

.alora-about-decor {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  padding: clamp(54px, 8vw, 94px) 22px;
}

.alora-about-decor__copy h2 {
  margin: 12px 0 0;
  color: var(--alora-coffee);
  font-size: clamp(40px, 6vw, 82px);
  line-height: .95;
  letter-spacing: 0;
}

.alora-about-decor__copy p {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--alora-muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.alora-about-decor__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.alora-about-decor__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(67, 40, 24, .12);
  border-radius: 999px;
  background: #fffdf8;
  color: var(--alora-coffee);
  font-weight: 900;
}

.alora-about-decor__visual {
  position: relative;
  min-height: clamp(420px, 44vw, 600px);
}

.alora-about-decor__visual img {
  position: absolute;
  display: block;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 28px 90px rgba(67, 40, 24, .14);
}

.alora-about-decor__visual img:nth-child(1) {
  inset: 0 auto auto 8%;
  width: 64%;
  aspect-ratio: 4 / 3;
}

.alora-about-decor__visual img:nth-child(2) {
  right: 0;
  bottom: 4%;
  width: 52%;
  aspect-ratio: 4 / 5;
  border: 10px solid #fffdf8;
}

.alora-about-decor__visual img:nth-child(3) {
  left: 0;
  bottom: 0;
  width: 38%;
  aspect-ratio: 1 / 1;
  border: 10px solid #fffdf8;
}

.alora-contact-page {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(194, 138, 87, .14), transparent 32%),
    linear-gradient(180deg, #fffaf2 0%, #f7efe4 100%);
}

.alora-contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
  align-items: center;
  gap: clamp(34px, 6vw, 92px);
  min-height: auto;
  padding-top: clamp(72px, 10vw, 132px);
  padding-bottom: 58px;
}

.alora-contact-hero__copy {
  max-width: 780px;
}

.alora-contact-hero__copy h1 {
  margin-bottom: 18px;
}

.alora-contact-hero__copy p {
  max-width: 720px;
}

.alora-contact-hero__video {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 30px;
  background: var(--alora-sage);
  box-shadow: 0 32px 100px rgba(67, 40, 24, .18);
}

.alora-contact-hours {
  width: min(100%, 520px);
  margin-top: 28px;
  padding: 22px;
  display: grid;
  gap: 6px;
  background: #fffdf8;
  border: 1px solid rgba(67, 40, 24, .1);
  border-radius: 22px;
  box-shadow: 0 18px 54px rgba(67, 40, 24, .08);
}

.alora-contact-hours span {
  color: var(--alora-copper);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.alora-contact-hours strong {
  color: var(--alora-coffee);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
}

.alora-contact-hours small {
  color: var(--alora-muted);
  font-size: 17px;
  font-weight: 800;
}

.alora-menu-hero {
  width: 100vw;
  height: clamp(430px, 45vw, 560px);
  display: flex;
  align-items: center;
  padding-top: 30px;
  margin: 0 calc(50% - 50vw);
  background-image: linear-gradient(90deg, rgba(255, 248, 238, .74) 0%, rgba(255, 248, 238, .42) 38%, rgba(255, 248, 238, .06) 68%), var(--alora-menu-hero-image);
  background-size: min(1040px, 78vw) auto;
  background-position: right 34px center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.alora-menu-hero__inner {
  width: 100%;
}

.alora-menu-hero__box {
  width: min(520px, 100%);
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 24px;
  background: rgba(255, 253, 248, .78);
  box-shadow: 0 24px 70px rgba(67, 40, 24, .12);
  backdrop-filter: blur(18px);
}

.alora-menu-hero__box h1 {
  color: var(--alora-coffee);
  font-size: clamp(56px, 7vw, 92px);
  line-height: .92;
  margin: 12px 0;
  letter-spacing: 0;
}

.alora-menu-hero__box p {
  color: var(--alora-muted);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.52;
  margin: 0;
}

.alora-menu-page {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #fff;
}

.alora-menu-page .alora-menu-tabs,
.alora-menu-page .alora-menu-tabs-section,
.alora-menu-page .alora-menu-strip-section,
.alora-menu-page .alora-section {
  background: #fff;
}

.alora-menu-page > .alora-section.alora-wrap {
  box-sizing: border-box;
  padding: 52px 22px;
}

.alora-menu-strip-section {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 10px;
  padding: 42px 0 34px;
  overflow: hidden;
  background: #fff;
}

.alora-menu-strip-section--secondary {
  margin-bottom: 0;
  height: clamp(230px, 26vw, 360px);
  padding: 0;
  display: flex;
  align-items: center;
}

.alora-menu-strip-logo {
  position: absolute;
  left: 50%;
  top: 56%;
  z-index: 2;
  width: clamp(118px, 11vw, 176px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.alora-menu-strip-logo img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  transform: none;
  filter: drop-shadow(0 18px 34px rgba(67, 40, 24, .14));
  will-change: auto;
}

.alora-menu-reservation-cta {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 54px 22px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  background: #fff;
}

.alora-menu-reservation-cta p {
  max-width: 620px;
  margin: 0;
  color: var(--alora-coffee);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.12;
}

.alora-menu-reservation-cta .alora-home-btn {
  min-height: 50px;
  padding: 0 28px;
  font-size: 16px;
}

.alora-menu-strip-section > img {
  display: block;
  width: min(118vw, 1672px);
  max-width: none;
  height: auto;
  margin: 0 auto;
  transform: translate3d(var(--alora-scroll-x, 0px), 0, 0);
  will-change: transform;
}

.alora-menu-strip-section--secondary > img {
  width: min(120vw, 1728px);
}

@media (prefers-reduced-motion: reduce) {
  .alora-menu-strip-section > img {
    transform: none;
    will-change: auto;
  }
}

.alora-home {
  background:
    radial-gradient(circle at 14% 8%, rgba(101, 116, 90, .13), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(185, 111, 80, .10), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, #f7f3ec 46%, #eef3e8 100%);
}

.alora-home-hero {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 78px 0 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax);
  text-align: center;
}

.alora-home-hero__copy {
  position: relative;
  z-index: 1;
}

.alora-home-hero h1 {
  max-width: 980px;
  margin: 14px auto 0;
  color: var(--alora-coffee);
  font-size: clamp(64px, 10vw, 142px);
  line-height: .88;
  letter-spacing: 0;
}

.alora-home-hero__after p {
  max-width: 720px;
  margin: 0 auto;
  color: #5f5954;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.42;
}

.alora-home-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.alora-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.alora-home-btn:hover,
.alora-home-btn:focus {
  background: var(--alora-gold);
  color: #fff;
}

.alora-home-btn.secondary {
  background: rgba(255, 255, 255, .72);
  color: #111;
  border: 1px solid rgba(17, 17, 17, .14);
  backdrop-filter: blur(12px);
}

.alora-home-btn.secondary:hover,
.alora-home-btn.secondary:focus {
  background: #fff;
  color: #111;
}

.alora-home-hero__visual {
  width: 100vw;
  height: clamp(520px, 52vw, 690px);
  margin: clamp(22px, 3vw, 42px) 0 0;
  overflow: hidden;
  background: #fff;
}

.alora-home-hero__visual img {
  display: block;
  width: min(118vw, 1672px);
  max-width: none;
  height: auto;
  margin: 0 auto;
  transform: translate3d(var(--alora-scroll-x, -720px), -10%, 0);
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .alora-home-hero__visual img {
    transform: none;
    will-change: auto;
  }
}

.alora-home-hero__after {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: clamp(22px, 3vw, 36px) auto 0;
  text-align: center;
}

.alora-home-cover-section {
  width: 100vw;
  min-height: 0;
  margin: 0 calc(50% - 50vw);
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(320px, 430px);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  padding:
    clamp(70px, 8vw, 116px)
    max(22px, calc((100vw - 1180px) / 2 + 22px));
  background: #fffdf8;
}

.alora-home-cover-section__copy {
  width: 100%;
}

.alora-home-cover-section__media {
  overflow: hidden;
  border-radius: 30px;
  background: var(--alora-sage);
  box-shadow: 0 32px 86px rgba(43, 55, 37, .13);
}

.alora-home-cover-section__media video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.alora-home-cover-section__copy h2 {
  margin: 14px 0 0;
  color: #171412;
  font-size: clamp(38px, 5vw, 72px);
  line-height: .96;
  letter-spacing: 0;
}

.alora-home-cover-section__copy p {
  margin: 18px 0 0;
  color: #5f5954;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
}

.alora-home-intro {
  display: grid;
  grid-template-columns: minmax(300px, .95fr) minmax(320px, 1fr);
  gap: 34px;
  align-items: center;
  padding-top: 86px;
  padding-bottom: 64px;
}

.alora-home-intro__media {
  overflow: hidden;
  border-radius: 28px;
  background: #f6f1e7;
  box-shadow: 0 34px 90px rgba(43, 55, 37, .12);
}

.alora-home-intro__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.alora-home-intro__copy h2,
.alora-home-section-head h2 {
  margin: 0;
  color: #171412;
  font-size: clamp(40px, 6.2vw, 82px);
  line-height: .94;
  letter-spacing: 0;
}

.alora-home-intro__copy p {
  max-width: 620px;
  margin: 20px 0 0;
  color: #5f5954;
  font-size: 21px;
  line-height: 1.58;
}

.alora-home-link {
  display: inline-flex;
  margin-top: 22px;
  color: #8c5f3f;
  font-weight: 900;
  text-decoration: none;
}

.alora-home-link:hover,
.alora-home-link:focus {
  color: var(--alora-gold);
}

.alora-home-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-bottom: 70px;
}

.alora-home-feature {
  overflow: hidden;
  border: 1px solid rgba(101, 116, 90, .14);
  border-radius: 26px;
  background: rgba(255, 253, 248, .76);
  box-shadow: 0 22px 70px rgba(43, 55, 37, .08);
  backdrop-filter: blur(16px);
}

.alora-home-feature img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  background: var(--alora-sage);
}

.alora-home-feature div {
  padding: 22px;
}

.alora-home-feature strong {
  display: block;
  color: #171412;
  font-size: 22px;
  line-height: 1.15;
}

.alora-home-feature p {
  margin: 10px 0 0;
  color: #645e58;
  font-size: 16px;
  line-height: 1.55;
}

.alora-home-menu-preview {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 78px 0 56px;
  background: #fffdf8;
}

.alora-home-pingpong-video {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 34px 0 84px;
  background: #fffdf8;
}

.alora-home-pingpong-video video {
  display: block;
  width: 100vw;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0;
  background: #f3eadf;
}

.alora-home-reservation {
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  min-height: 0;
  padding:
    clamp(72px, 8vw, 118px)
    max(22px, calc((100vw - 1180px) / 2 + 22px))
    clamp(74px, 8vw, 112px);
  background: linear-gradient(135deg, #eef3e8 0%, #fffdf8 58%, #fbede4 100%);
}

.alora-menu-video-hero {
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  min-height: 0;
  padding:
    clamp(72px, 8vw, 118px)
    max(22px, calc((100vw - 1180px) / 2 + 22px))
    clamp(74px, 8vw, 112px);
  background: linear-gradient(135deg, #f2eadf 0%, #eaf0e4 100%);
}

.alora-menu-video-hero > video {
  order: 2;
}

.alora-menu-video-hero > div {
  order: 1;
}

.alora-home-reservation .alora-hero-video,
.alora-menu-video-hero .alora-hero-video {
  box-shadow: 0 30px 90px rgba(67, 40, 24, .16);
}

.alora-home-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 28px;
}

.alora-home .alora-menu-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.alora-featured-category-list {
  display: grid;
  gap: 42px;
}

.alora-featured-category__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.alora-featured-category__head h3 {
  margin: 0;
  color: var(--alora-coffee);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1;
}

.alora-featured-category__head a {
  color: var(--alora-coffee);
  font-weight: 800;
}

.alora-featured-category__cta {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.alora-featured-category__cta .alora-home-btn {
  min-height: 42px;
  padding: 0 18px;
  font-size: 15px;
}

.alora-featured-menu-cta {
  display: flex;
  justify-content: center;
  padding-top: 8px;
}

.alora-home .alora-menu-card {
  border-color: rgba(101, 116, 90, .13);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(43, 55, 37, .08);
}

.alora-actions,
.alora-menu-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.alora-btn,
.alora-menu-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.alora-btn {
  padding: 13px 18px;
  background: var(--alora-coffee);
  color: #fff;
}

.alora-btn:hover {
  color: #fff;
  background: var(--alora-green);
}

.alora-btn.secondary {
  background: transparent;
  color: var(--alora-coffee);
  border: 1px solid var(--alora-coffee);
}

.alora-btn.secondary:hover {
  color: #fff;
}

.alora-section {
  padding: 52px 0;
}

.alora-menu-showcase .alora-section {
  padding-top: 20px;
}

.alora-section h2,
.alora-menu-category h2 {
  font-size: clamp(30px, 5vw, 56px);
  line-height: 1;
  margin: 0 0 18px;
}

.alora-grid,
.alora-menu-grid,
.alora-info,
.alora-map-list {
  display: grid;
  gap: 18px;
}

.alora-grid,
.alora-menu-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.alora-info,
.alora-map-list {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.alora-card,
.alora-menu-card,
.alora-info div,
.alora-text,
.alora-map-list a {
  background: var(--alora-paper);
  border: 1px solid var(--alora-line);
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(43, 55, 37, .08);
}

.alora-card,
.alora-menu-card {
  overflow: hidden;
}

.alora-menu-card {
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.alora-menu-card:hover,
.alora-menu-card:focus {
  border-color: rgba(194, 138, 87, .72);
  box-shadow: 0 24px 58px rgba(43, 55, 37, .13);
  transform: translateY(-3px);
  outline: none;
}

.alora-card img,
.alora-menu-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  background: var(--alora-sage);
}

.alora-card-body,
.alora-menu-body,
.alora-info div,
.alora-text {
  padding: 18px;
}

.alora-card h3,
.alora-menu-card h3 {
  color: var(--alora-coffee);
  font-size: 21px;
  line-height: 1.15;
  margin: 0 0 8px;
}

.alora-card p,
.alora-menu-card p,
.alora-text,
.alora-map-list small {
  color: var(--alora-muted);
}

.alora-price {
  display: inline-flex;
  background: #efe4cf;
  color: var(--alora-coffee);
  border-radius: 999px;
  padding: 7px 11px;
  font-weight: 900;
}

.alora-menu-more {
  display: inline-flex;
  margin-left: 8px;
  color: var(--alora-green);
  font-weight: 900;
  font-size: 14px;
}

.alora-menu-tabs-section {
  position: sticky;
  top: 84px;
  z-index: 80;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 12px 0;
  background: #fff;
}

.alora-menu-tabs {
  gap: 8px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  backdrop-filter: blur(18px);
  box-shadow: none;
}

body.admin-bar .alora-menu-tabs-section {
  top: 116px;
}

.alora-menu-tabs button {
  appearance: none;
  background: rgba(255, 255, 255, .62);
  border: 1px solid rgba(255, 255, 255, .72);
  color: var(--alora-coffee);
  cursor: pointer;
  min-height: 38px;
  padding: 8px 15px;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.alora-menu-tabs button:hover,
.alora-menu-tabs button:focus,
.alora-menu-tabs button.is-active {
  background: var(--alora-gold);
  border-color: var(--alora-gold);
  color: #fff;
  transform: translateY(-1px);
}

.alora-menu-category {
  margin: 34px 0 18px;
  padding-top: 22px;
  border-top: 1px solid var(--alora-line);
}

.alora-menu-showcase .alora-menu-category:first-child {
  margin-top: 0;
}

.alora-modal-open {
  overflow: hidden;
}

.alora-menu-modal[hidden] {
  display: none;
}

.alora-menu-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(36, 27, 22, .62);
  backdrop-filter: blur(10px);
}

.alora-menu-modal__dialog {
  position: relative;
  width: min(920px, 100%);
  max-height: min(760px, calc(100vh - 44px));
  display: grid;
  grid-template-columns: minmax(260px, .95fr) minmax(300px, 1fr);
  overflow: hidden;
  background: var(--alora-paper);
  border: 1px solid var(--alora-line);
  border-radius: 22px;
  box-shadow: 0 35px 90px rgba(0, 0, 0, .28);
}

.alora-menu-modal__dialog:focus {
  outline: none;
}

.alora-menu-modal__image {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  background: var(--alora-line);
}

.alora-menu-modal__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  padding: 34px;
}

.alora-menu-modal__category {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 11px;
  background: #f4e4cf;
  color: var(--alora-coffee);
  font-weight: 900;
}

.alora-menu-modal__title {
  margin: 0;
  color: var(--alora-coffee);
  font-size: clamp(34px, 5vw, 58px);
  line-height: .96;
  letter-spacing: 0;
}

.alora-menu-modal__desc {
  margin: 0;
  color: var(--alora-muted);
  font-size: 18px;
  line-height: 1.55;
}

.alora-menu-modal__price {
  display: inline-flex;
  border-radius: 999px;
  padding: 10px 14px;
  background: var(--alora-coffee);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.alora-menu-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 3px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 253, 248, .92);
  color: var(--alora-coffee);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.alora-menu-modal__close:hover,
.alora-menu-modal__close:focus {
  background: var(--alora-coffee);
  color: #fff;
}

.alora-menu-modal__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(67, 40, 24, .12);
  border-radius: 999px;
  background: rgba(255, 253, 248, .9);
  color: var(--alora-coffee);
  box-shadow: 0 16px 34px rgba(67, 40, 24, .18);
  cursor: pointer;
  font-size: 38px;
  line-height: 1;
  transform: translateY(-50%);
}

.alora-menu-modal__nav.prev {
  left: 16px;
}

.alora-menu-modal__nav.next {
  right: 16px;
}

.alora-menu-modal__nav:hover,
.alora-menu-modal__nav:focus {
  background: var(--alora-coffee);
  color: #fff;
}

.alora-gallery,
.alora-gallery-showcase {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.alora-gallery-card {
  min-height: 310px;
  margin: 0;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f0e5;
  border: 1px solid rgba(67, 40, 24, .08);
  border-radius: 24px;
  box-shadow: 0 22px 70px rgba(67, 40, 24, .08);
  overflow: hidden;
}

.alora-gallery-card:first-child,
.alora-gallery-card:nth-child(8n + 6) {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 638px;
}

.alora-gallery-card:nth-child(8n + 4),
.alora-gallery-card:nth-child(8n + 9) {
  grid-column: span 2;
}

.alora-gallery img,
.alora-gallery-showcase img {
  width: 100%;
  height: 100%;
  max-height: 270px;
  object-fit: contain;
  border-radius: 18px;
}

.alora-gallery-card:first-child img,
.alora-gallery-card:nth-child(8n + 6) img {
  max-height: 560px;
}

@media (max-width: 1100px) {
  .alora-gallery,
  .alora-gallery-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1280px) {
  .alora-site-header__inner {
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: 8px 14px;
    padding: 12px 18px;
  }

  .alora-site-brand {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }

  .alora-site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    max-width: 100%;
  }

  .alora-site-nav a {
    padding: 8px 10px;
    font-size: 13px;
  }

  .alora-header-cta {
    grid-column: 2;
    grid-row: 1;
    min-height: 46px;
    padding: 0 24px;
    font-size: 15px;
    white-space: nowrap;
  }
}

.alora-gallery-video-pair {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .8fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  max-width: 1180px;
  margin: 64px auto 92px;
  padding: 0 22px;
}

.alora-gallery-video-pair__item {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 28px;
  background: #ead9c5;
  box-shadow: 0 26px 80px rgba(67, 40, 24, .12);
}

.alora-gallery-video-pair__item--left {
  justify-self: start;
  margin-top: 0;
  border-radius: 28px;
}

.alora-gallery-video-pair__item--right {
  justify-self: end;
  border-radius: 28px 0 0 28px;
}

.alora-gallery-video-pair__copy {
  max-width: 520px;
}

.alora-gallery-video-pair__copy h2 {
  margin: 12px 0 0;
  color: var(--alora-coffee);
  font-size: clamp(42px, 6vw, 78px);
  line-height: .96;
  letter-spacing: 0;
}

.alora-gallery-video-pair__copy p {
  margin: 18px 0 0;
  color: var(--alora-muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.alora-gallery-video-pair__copy .alora-home-link {
  display: inline-flex;
  margin-top: 20px;
}

.alora-map-list a {
  display: block;
  color: var(--alora-coffee);
  padding: 18px;
  text-decoration: none;
  font-weight: 800;
}

.alora-contact-panel {
  padding: 12px 22px 76px;
}

.alora-contact-panel .alora-info {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.alora-contact-panel .alora-info div {
  min-height: 150px;
  padding: 22px;
  background: rgba(255, 253, 248, .86);
  border-color: rgba(255, 255, 255, .7);
  box-shadow: 0 20px 64px rgba(67, 40, 24, .09);
}

.alora-contact-panel .alora-info strong {
  display: block;
  margin-bottom: 12px;
  color: var(--alora-coffee);
  font-size: 18px;
}

.alora-contact-panel .alora-info a {
  color: var(--alora-copper);
  font-weight: 900;
}

.alora-contact-route {
  margin-top: 18px;
  padding: clamp(24px, 4vw, 42px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  background: var(--alora-coffee);
  color: #fff8ee;
  border-radius: 28px;
  box-shadow: 0 28px 90px rgba(67, 40, 24, .14);
}

.alora-contact-route h2 {
  margin: 8px 0 10px;
  color: inherit;
  font-size: clamp(34px, 5vw, 62px);
  line-height: .98;
}

.alora-contact-route p {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 248, 238, .78);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.5;
}

.alora-contact-route .alora-kicker {
  color: #d5a174;
}

.alora-contact-route .alora-btn {
  background: #fff8ee;
  color: var(--alora-coffee);
  white-space: nowrap;
}

.alora-review-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  background: var(--alora-paper);
  border: 1px solid var(--alora-line);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 18px 48px rgba(67, 40, 24, .08);
}

.alora-review-card h2 {
  margin: 10px 0 8px;
  color: var(--alora-coffee);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
}

.alora-review-card p {
  margin: 0;
  color: var(--alora-muted);
  font-size: 17px;
}

.alora-review-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 11px;
  background: #e7ede0;
  color: var(--alora-green);
  font-weight: 900;
}

.alora-contact-video {
  position: relative;
  z-index: 2;
  width: min(42vw, 520px);
  margin-left: auto;
  margin-right: max(22px, calc((100vw - 1180px) / 2 + 22px));
  padding-top: 28px;
}

.alora-contact-surface {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-bottom: 46px;
  background:
    radial-gradient(circle at 48% 22%, rgba(101, 116, 90, .18), transparent 35%),
    radial-gradient(circle at 86% 16%, rgba(185, 111, 80, .09), transparent 32%),
    linear-gradient(180deg, #fffdf8 0%, #eef3e8 52%, #f7f3ec 100%);
}

.alora-contact-video::before {
  content: "";
  position: absolute;
  inset: 12px -18px auto;
  height: min(360px, 34vw);
  border-radius: 36px;
  background: rgba(101, 116, 90, .16);
  filter: blur(42px);
  pointer-events: none;
}

.alora-contact-video {
  position: sticky;
  top: 106px;
}

.alora-contact-video video {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 28px;
  background: var(--alora-sage);
  box-shadow: 0 30px 90px rgba(43, 55, 37, .14);
}

.alora-contact-surface .alora-info div,
.alora-contact-surface .alora-text,
.alora-contact-surface .alora-review-card {
  background: rgba(255, 253, 248, .82);
  border-color: rgba(101, 116, 90, .13);
  box-shadow: 0 22px 70px rgba(43, 55, 37, .10);
  backdrop-filter: blur(16px);
}

.alora-about-video {
  padding-top: 46px;
}

.alora-about-video video {
  display: block;
  width: min(100%, 980px);
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 28px;
  background: var(--alora-sage);
  box-shadow: 0 30px 90px rgba(43, 55, 37, .14);
}

.alora-trustindex-footer {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 34px 22px 48px;
  background: #fffdf8;
}

.alora-trustindex-footer__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.alora-trustindex-footer__widget {
  min-width: 0;
}

.alora-trustindex-footer__widget .ti-widget ~ .ti-widget,
.alora-trustindex-footer__widget .ti-widget-container ~ .ti-widget-container,
.alora-trustindex-footer__widget .ti-header ~ .ti-header,
.alora-trustindex-footer__widget .ti-reviews-container ~ .ti-reviews-container,
.alora-trustindex-footer__widget .ti-reviews-container-wrapper ~ .ti-reviews-container-wrapper,
.alora-trustindex-footer__widget .ti-large-logo ~ .ti-large-logo {
  display: none !important;
}

.alora-trustindex-footer__fallback {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px;
  border-radius: 18px;
  background: var(--alora-paper);
  color: var(--alora-coffee);
  box-shadow: 0 18px 48px rgba(67, 40, 24, .08);
}

.alora-trustindex-footer__fallback span {
  color: var(--alora-gold);
  letter-spacing: 2px;
}

.alora-trustindex-footer__fallback strong {
  font-size: 32px;
}

.alora-trustindex-footer__fallback p {
  margin: 0;
  color: var(--alora-muted);
}

.alora-trustindex-footer__widget .ti-widget-container {
  display: block;
}

.alora-trustindex-footer__widget .ti-header {
  margin: 0 auto 34px;
  text-align: center;
}

.alora-trustindex-footer__widget .ti-rating-large {
  display: block;
  color: #111;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 8px;
}

.alora-trustindex-footer__widget .ti-stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 6px;
}

.alora-trustindex-footer__widget .ti-star,
.alora-trustindex-footer__widget .ti-logo-fb {
  display: inline-block;
  height: auto;
}

.alora-trustindex-footer__widget .ti-large-logo {
  margin-top: 12px;
}

.alora-trustindex-footer__widget .ti-reviews-container {
  position: relative;
}

.alora-trustindex-footer__widget .ti-reviews-container-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 58px);
  align-items: start;
}

.alora-trustindex-footer__widget .ti-review-item {
  display: block;
  width: auto !important;
}

.alora-trustindex-footer__widget .ti-review-item:nth-of-type(n+4) {
  display: none;
}

.alora-trustindex-footer__widget .ti-inner {
  color: #111;
  font-size: 18px;
  line-height: 1.35;
  text-align: left;
}

.alora-trustindex-footer__widget .ti-review-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: start;
  margin-bottom: 12px;
}

.alora-trustindex-footer__widget .ti-profile-img img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

.alora-trustindex-footer__widget .ti-profile-img {
  order: 1;
}

.alora-trustindex-footer__widget .ti-profile-details {
  order: 2;
}

.alora-trustindex-footer__widget .ti-platform-icon {
  order: 3;
}

.alora-trustindex-footer__widget .ti-name {
  color: #111;
  font-weight: 900;
  line-height: 1.2;
}

.alora-trustindex-footer__widget .ti-date {
  color: #8b8b8b;
  font-size: 15px;
  line-height: 1.3;
  margin-top: 3px;
}

.alora-trustindex-footer__widget .ti-platform-icon img {
  width: 25px;
  height: 25px;
}

.alora-trustindex-footer__widget .ti-review-content {
  margin-top: 12px;
}

.alora-trustindex-footer__widget .ti-controls {
  pointer-events: none;
}

.alora-trustindex-footer__widget .ti-next,
.alora-trustindex-footer__widget .ti-prev {
  display: none;
}

.alora-footer-map {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 58px 22px;
  background: var(--alora-coffee);
}

.alora-footer-map__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, .65fr) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}

.alora-footer-map__copy {
  padding: clamp(24px, 4vw, 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #4a3027;
  color: #fff8ee;
  border: 1px solid rgba(255, 248, 238, .12);
  border-radius: 24px;
}

.alora-footer-map__copy h2 {
  margin: 10px 0 12px;
  color: inherit;
  font-size: clamp(34px, 5vw, 58px);
  line-height: .98;
}

.alora-footer-map__copy p {
  margin: 0 0 22px;
  color: rgba(255, 248, 238, .78);
  font-size: 18px;
  line-height: 1.5;
}

.alora-footer-map__copy .alora-kicker {
  color: #d5a174;
}

.alora-footer-map__copy .alora-btn {
  width: fit-content;
  background: #fff8ee;
  color: var(--alora-coffee);
}

.alora-footer-map iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(18, 9, 6, .28);
}

@media (max-width: 900px) {
  .alora-home-hero__visual {
    height: clamp(260px, 44vw, 350px);
    margin-top: 18px;
  }

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

  .alora-footer-map iframe {
    min-height: 300px;
  }

  .alora-trustindex-footer__widget .ti-reviews-container-wrapper {
    grid-template-columns: 1fr;
  }

  .alora-trustindex-footer__widget .ti-review-item:nth-of-type(n+3) {
    display: none;
  }
}

.alora-site-footer {
  background: var(--alora-coffee);
  color: #fff8ee;
  margin-top: 0;
}

.alora-site-footer__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 54px 22px 38px;
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(160px, 1fr));
  gap: 26px;
}

.alora-site-footer h2,
.alora-site-footer h3,
.alora-site-footer p {
  color: inherit;
  letter-spacing: 0;
}

.alora-site-footer h2 {
  margin: 0 0 12px;
  font-size: 42px;
  line-height: 1;
}

.alora-site-footer h3 {
  margin: 0 0 12px;
  font-size: 16px;
  text-transform: uppercase;
  color: #f0c98f;
}

.alora-site-footer p {
  margin: 0 0 12px;
  color: rgba(255, 248, 238, .82);
}

.alora-footer-actions,
.alora-footer-col {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.alora-footer-actions {
  align-items: flex-start;
  margin-top: 18px;
}

.alora-site-footer a {
  color: #fff8ee;
  text-decoration: none;
}

.alora-site-footer a:hover,
.alora-site-footer a:focus {
  color: #f0c98f;
}

.alora-footer-actions a {
  border: 1px solid rgba(255, 248, 238, .3);
  border-radius: 999px;
  padding: 9px 12px;
}

.alora-site-footer__bottom {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 22px 24px;
  border-top: 1px solid rgba(255, 248, 238, .2);
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  color: rgba(255, 248, 238, .72);
  font-size: 14px;
}

@media (max-width: 980px) {
  .alora-site-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .alora-footer-brand {
    grid-column: 1 / -1;
  }

  .alora-menu-tabs-section,
  body.admin-bar .alora-menu-tabs-section {
    top: 0;
  }

  .alora-menu-tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 22px 2px;
    scroll-padding-inline: 22px;
    scrollbar-width: none;
  }

  .alora-menu-tabs::-webkit-scrollbar {
    display: none;
  }

  .alora-menu-tabs button {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

@media (min-width: 781px) and (max-width: 980px) {
  .alora-menu-hero {
    height: auto;
    min-height: 0;
    align-items: flex-start;
    padding: clamp(300px, 42vw, 360px) 0 28px;
    background-image: var(--alora-menu-hero-image);
    background-size: min(720px, 94vw) auto;
    background-position: clamp(-260px, -32vw, -140px) 8px;
    background-attachment: scroll;
  }

  .alora-menu-hero__box {
    margin: 0 auto;
    padding: 0 22px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .alora-menu-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
    overflow: visible;
    gap: 8px;
  }

  .alora-menu-tabs button {
    width: 100%;
    min-width: 0;
    padding: 9px 10px;
    font-size: 14px;
    line-height: 1.12;
    white-space: normal;
    text-align: center;
  }

  .alora-menu-tabs button:last-child:nth-child(3n + 1) {
    grid-column: 2;
  }
}

.alora-mobile-app-nav {
  display: none;
}

.alora-modal-open {
  overflow: hidden;
}

.alora-reservation-modal[hidden] {
  display: none;
}

.alora-reservation-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 22px;
  overflow: auto;
}

.alora-reservation-modal__backdrop {
  position: fixed;
  inset: 0;
  padding: 0;
  border: 0;
  background: rgba(33, 23, 19, .58);
  backdrop-filter: blur(14px) saturate(1.02);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.alora-reservation-modal__backdrop:hover,
.alora-reservation-modal__backdrop:focus,
.alora-reservation-modal__backdrop:active {
  background: rgba(33, 23, 19, .58);
  outline: none;
}

.alora-reservation-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  padding: clamp(24px, 5vw, 34px);
  border: 1px solid rgba(255, 248, 238, .72);
  border-radius: 28px;
  background: rgba(255, 253, 248, .92);
  color: var(--alora-coffee);
  box-shadow: 0 34px 110px rgba(33, 23, 19, .28);
  backdrop-filter: blur(24px) saturate(1.1);
  outline: none;
}

.alora-reservation-modal__dialog h2 {
  margin: 10px 0 12px;
  color: var(--alora-coffee);
  font-size: clamp(32px, 5vw, 48px);
  line-height: .96;
}

.alora-reservation-modal__dialog p {
  margin: 0;
  color: var(--alora-muted);
  font-size: 17px;
  line-height: 1.5;
}

.alora-reservation-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: var(--alora-coffee);
  color: #fff8ee;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(33, 23, 19, .18);
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.alora-reservation-modal__close svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
}

.alora-reservation-modal__close:hover,
.alora-reservation-modal__close:focus,
.alora-reservation-modal__close:active {
  background: #3f281f;
  color: #fff8ee;
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(33, 23, 19, .24);
}

.alora-reservation-modal__close:focus-visible {
  outline: 3px solid rgba(194, 138, 87, .38);
  outline-offset: 3px;
}

.alora-reservation-modal__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.alora-reservation-form {
  display: grid;
  gap: 12px;
  width: min(100%, 440px);
  margin-top: 22px;
}

.alora-reservation-form label {
  display: grid;
  gap: 7px;
  margin: 0;
  color: var(--alora-coffee);
  font-weight: 800;
}

.alora-reservation-form label span {
  font-size: 13px;
}

.alora-reservation-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(91, 65, 49, .18);
  border-radius: 16px;
  background: rgba(255, 255, 255, .86);
  color: var(--alora-coffee);
  box-shadow: none;
}

.alora-reservation-form input:focus {
  border-color: var(--alora-gold);
  outline: 3px solid rgba(194, 138, 87, .22);
}

.alora-reservation-form .alora-btn {
  width: 100%;
  justify-content: center;
  border: 0;
  cursor: pointer;
}

.alora-reservation-form small {
  color: var(--alora-muted);
  font-weight: 700;
  line-height: 1.35;
}

.alora-reservation-form__trap {
  display: none !important;
}

.alora-reservation-hero .alora-reservation-form {
  max-width: 420px;
}

@media (max-width: 780px) {
  body:not(.wp-admin) {
    padding-bottom: 88px;
  }

  .alora-gallery,
  .alora-gallery-showcase {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .alora-gallery-card,
  .alora-gallery-card:first-child,
  .alora-gallery-card:nth-child(8n + 4),
  .alora-gallery-card:nth-child(8n + 6),
  .alora-gallery-card:nth-child(8n + 9) {
    grid-column: auto;
    grid-row: auto;
    min-height: 270px;
    padding: 18px;
    border-radius: 20px;
  }

  .alora-gallery-showcase img,
  .alora-gallery-card:first-child img,
  .alora-gallery-card:nth-child(8n + 6) img {
    max-height: 240px;
  }

  body.admin-bar .alora-site-header {
    top: 46px;
  }

  .alora-site-header {
    position: sticky;
    top: 0;
    margin: 8px 10px 0;
    border: 1px solid rgba(255, 248, 238, .76);
    border-radius: 24px;
    background: rgba(255, 253, 248, .68);
    box-shadow: 0 18px 48px rgba(67, 40, 24, .10);
    backdrop-filter: blur(24px) saturate(1.16);
  }

  .alora-site-header__inner {
    grid-template-columns: 1fr auto;
    min-height: auto;
    gap: 8px 10px;
    align-items: center;
    padding: 9px 12px 8px;
  }

  .alora-site-brand {
    min-width: 0;
    gap: 10px;
  }

  .alora-site-brand span {
    min-width: 0;
  }

  .alora-site-brand img {
    width: 56px;
    height: 56px;
  }

  .alora-site-brand strong {
    overflow: hidden;
    font-size: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .alora-site-brand small {
    display: none;
  }

  .alora-header-cta {
    justify-self: end;
    min-height: 44px;
    padding: 0 15px;
    font-size: 13px;
    white-space: nowrap;
  }

  .alora-menu-page,
  .alora-menu-hero,
  .alora-menu-tabs-section,
  .alora-menu-reservation-cta,
  .alora-menu-strip-section,
  .alora-trustindex-footer,
  .alora-footer-map {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }

  .alora-menu-page {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
  }

  .alora-menu-page .alora-wrap,
  .alora-menu-page > .alora-section.alora-wrap,
  .alora-menu-tabs.alora-wrap {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .alora-menu-strip-section > img,
  .alora-menu-strip-section--secondary > img {
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }

  .alora-footer a,
  .alora-site-footer a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .alora-site-nav {
    display: none;
  }

  .alora-mobile-app-nav {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    z-index: 1200;
    height: 72px;
    padding: 8px 8px 9px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 3px;
    border: 1px solid rgba(255, 248, 238, .78);
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 253, 248, .78), rgba(247, 243, 236, .66));
    box-shadow: 0 16px 42px rgba(33, 23, 19, .16);
    backdrop-filter: blur(28px) saturate(1.22);
  }

  .alora-mobile-app-nav a {
    position: relative;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 18px;
    color: var(--alora-coffee);
    text-decoration: none;
    font-weight: 900;
    transition: background .16s ease, color .16s ease, transform .16s ease, box-shadow .16s ease;
    -webkit-tap-highlight-color: transparent;
  }

  .alora-mobile-app-nav a:hover,
  .alora-mobile-app-nav a:focus {
    background: rgba(255, 253, 248, .72);
    color: var(--alora-green);
    outline: none;
    transform: translateY(-1px);
  }

  .alora-mobile-app-nav a:active {
    transform: translateY(1px);
  }

  .alora-mobile-app-nav a.is-active {
    background: #fffdf8;
    color: var(--alora-coffee);
    box-shadow: inset 0 0 0 1px rgba(67, 40, 24, .08), 0 8px 22px rgba(67, 40, 24, .08);
  }

  .alora-mobile-app-nav span {
    display: grid;
    place-items: center;
    width: 23px;
    height: 23px;
    line-height: 1;
  }

  .alora-mobile-app-nav svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.35;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .alora-mobile-app-nav small {
    max-width: 100%;
    overflow: hidden;
    font-size: 10.5px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .alora-mobile-app-nav__reserve {
    margin-top: -28px;
    color: var(--alora-coffee) !important;
  }

  .alora-mobile-app-nav__reserve:hover,
  .alora-mobile-app-nav__reserve:focus,
  .alora-mobile-app-nav__reserve.is-active {
    background: transparent !important;
    color: var(--alora-coffee) !important;
    box-shadow: none;
  }

  .alora-mobile-app-nav__reserve span {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: radial-gradient(circle at 35% 25%, #6b4a3c 0%, var(--alora-coffee) 64%);
    color: #fff8ee;
    box-shadow: 0 14px 28px rgba(67, 40, 24, .26);
    transition: background .16s ease, transform .16s ease, box-shadow .16s ease;
  }

  .alora-mobile-app-nav__reserve:hover span,
  .alora-mobile-app-nav__reserve:focus span {
    background: radial-gradient(circle at 35% 25%, #778469 0%, var(--alora-green) 66%);
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(67, 40, 24, .24);
  }

  .alora-mobile-app-nav__reserve.is-active span {
    background: radial-gradient(circle at 35% 25%, #d7a16d 0%, var(--alora-gold) 62%);
    color: #211713;
    box-shadow: 0 15px 32px rgba(194, 138, 87, .34);
  }

  .alora-mobile-app-nav__reserve svg {
    width: 25px;
    height: 25px;
    stroke-width: 2.6;
  }

  .alora-mobile-app-nav__reserve small {
    max-width: 76px;
    padding-top: 1px;
    font-size: 10.5px;
  }

  .alora-reservation-modal {
    place-items: center;
    padding: 18px 14px;
  }

  .alora-reservation-modal__dialog {
    width: min(100%, 560px);
    max-height: calc(100dvh - 36px);
    overflow: auto;
    padding: 28px 20px 22px;
    border-radius: 26px;
  }

  .alora-reservation-modal__dialog h2 {
    max-width: calc(100% - 54px);
    font-size: clamp(34px, 10.5vw, 44px);
    line-height: 1.03;
  }

  .alora-reservation-modal__dialog p {
    font-size: 18px;
    line-height: 1.46;
  }

  .alora-reservation-modal__close {
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
  }

  .alora-reservation-modal__actions {
    flex-direction: column;
  }

  .alora-reservation-modal__actions .alora-btn {
    width: 100%;
  }

  .alora-reservation-form {
    width: 100%;
  }

  .alora-menu-tabs-section,
  body.admin-bar .alora-menu-tabs-section {
    top: 0;
  }

  .alora-menu-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 0 12px;
    overflow: visible;
    scroll-padding-inline: 12px;
  }

  .alora-menu-tabs button {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    padding: 8px 10px;
    font-size: clamp(13px, 3.7vw, 15px);
    line-height: 1.08;
    white-space: normal;
    text-align: center;
  }

  .alora-menu-tabs button:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .alora-home-hero {
    padding-top: 58px;
    text-align: center;
  }

  .alora-home-hero__copy,
  .alora-home-hero__after {
    text-align: center;
  }

  .alora-home-hero h1 {
    font-size: clamp(54px, 18vw, 86px);
    margin-left: auto;
    margin-right: auto;
  }

  .alora-home-hero__after p {
    font-size: 19px;
    margin-left: auto;
    margin-right: auto;
  }

  .alora-home-actions {
    justify-content: center;
  }

  .alora-home-hero__visual {
    height: clamp(230px, 58vw, 300px);
    margin-top: 16px;
  }

  .alora-home-hero__visual img {
    width: 136vw;
    margin-left: -3vw;
  }

  .alora-home-hero__after {
    margin-top: 22px;
  }

  .alora-home-cover-section {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 52px 22px;
  }

  .alora-home-cover-section__copy {
    width: 100%;
  }

  .alora-home-cover-section__copy h2 {
    font-size: clamp(34px, 11vw, 52px);
  }

  .alora-home-intro {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 54px;
  }

  .alora-home-intro__copy h2,
  .alora-home-section-head h2 {
    font-size: clamp(38px, 13vw, 60px);
  }

  .alora-home-intro__copy p {
    font-size: 18px;
  }

  .alora-home-features,
  .alora-home .alora-menu-grid {
    grid-template-columns: 1fr;
  }

  .alora-home-menu-preview .alora-menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .alora-home-menu-preview .alora-menu-card {
    border-radius: 18px;
  }

  .alora-home-menu-preview .alora-menu-card img {
    aspect-ratio: 1 / .9;
  }

  .alora-home-menu-preview .alora-menu-body {
    padding: 12px;
  }

  .alora-home-menu-preview .alora-menu-card h3 {
    font-size: 15px;
    line-height: 1.18;
  }

  .alora-home-menu-preview .alora-price {
    padding: 5px 9px;
    font-size: 13px;
  }

  .alora-home-section-head {
    display: block;
  }

  .alora-home-pingpong-video {
    padding: 18px 0 54px;
  }

  .alora-home-pingpong-video video {
    width: 100%;
    border-radius: 0;
  }

  .alora-home-feature img {
    height: 230px;
  }

  .alora-menu-hero {
    height: auto;
    min-height: 0;
    align-items: flex-start;
    padding: clamp(260px, 68vw, 320px) 0 28px;
    background-image: var(--alora-menu-hero-image);
    background-size: min(620px, 138vw) auto;
    background-position: clamp(-260px, -32vw, -140px) 8px;
    background-attachment: scroll;
  }

  .alora-menu-hero__box {
    margin: 0 auto;
    padding: 0 20px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .alora-menu-hero__box h1 {
    font-size: clamp(48px, 17vw, 70px);
  }

  .alora-menu-strip-section {
    margin-top: 22px;
    padding: 22px 0 16px;
  }

  .alora-menu-strip-section > img {
    width: 130vw;
    max-width: none;
    margin-left: -15vw;
  }

  .alora-gallery-video-pair {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 36px;
    margin-bottom: 62px;
    padding: 0 22px;
  }

  .alora-gallery-video-pair__item {
    width: 100%;
    aspect-ratio: 16 / 11;
    border-radius: 18px;
  }

  .alora-gallery-video-pair__item--left {
    margin-top: 0;
    border-radius: 18px;
  }

  .alora-gallery-video-pair__copy {
    padding-left: 0;
  }

  .alora-gallery-video-pair__item--right {
    border-radius: 18px 0 0 18px;
  }

  .alora-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .alora-about-hero {
    gap: 24px;
    padding-top: 50px;
    padding-bottom: 44px;
  }

  .alora-about-hero__video {
    aspect-ratio: 16 / 11;
    border-radius: 22px;
  }

  .alora-about-strip {
    margin-bottom: 10px;
    padding: 10px 0 20px;
  }

  .alora-about-strip__track {
    gap: 18px;
    transform: translateX(-18vw);
  }

  .alora-about-strip__track img {
    width: 136vw;
  }

  .alora-about-decor {
    grid-template-columns: 1fr;
    gap: 28px;
    overflow: hidden;
    padding-top: 42px;
    padding-bottom: 54px;
  }

  .alora-about-decor__visual {
    justify-self: center;
    width: min(100%, 340px);
    min-height: 380px;
  }

  .alora-contact-hero {
    grid-template-columns: 1fr;
    padding-top: 56px;
    padding-bottom: 38px;
  }

  .alora-contact-hero__video {
    aspect-ratio: 16 / 11;
    border-radius: 22px;
  }

  .alora-contact-hours {
    margin-top: 22px;
    padding: 18px;
  }

  .alora-hero img,
  .alora-hero-video {
    aspect-ratio: 16 / 11;
  }

  .alora-site-footer__inner {
    grid-template-columns: 1fr;
    padding-top: 42px;
  }

  .alora-site-footer h2 {
    font-size: 34px;
  }

  .alora-review-card {
    grid-template-columns: 1fr;
  }

  .alora-contact-panel {
    padding-bottom: 48px;
  }

  .alora-contact-panel .alora-info {
    grid-template-columns: 1fr;
  }

  .alora-contact-panel .alora-info div {
    min-height: auto;
  }

  .alora-contact-route {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .alora-contact-video {
    position: relative;
    top: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
  }

  .alora-contact-surface {
    padding-bottom: 30px;
  }

  .alora-contact-video::before {
    inset: 16px 0 auto;
    height: 260px;
    filter: blur(28px);
  }

  .alora-contact-video video {
    border-radius: 18px;
  }

  .alora-about-video {
    padding-top: 28px;
  }

  .alora-about-video video {
    border-radius: 18px;
  }

  .alora-menu-modal {
    align-items: stretch;
    padding: 12px;
  }

  .alora-menu-modal__dialog {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 24px);
    overflow-y: auto;
  }

  .alora-menu-modal__image {
    min-height: 260px;
    max-height: 42vh;
  }

  .alora-menu-modal__content {
    padding: 24px;
  }

  .alora-menu-modal__close {
    position: fixed;
    top: max(22px, env(safe-area-inset-top));
    right: max(22px, env(safe-area-inset-right));
    z-index: 2010;
    width: 48px;
    height: 48px;
    padding-bottom: 4px;
    box-shadow: 0 14px 32px rgba(67, 40, 24, .16);
  }

  .alora-menu-modal__nav {
    top: auto;
    bottom: 18px;
    width: 42px;
    height: 42px;
    font-size: 32px;
    transform: none;
  }

  .alora-menu-modal__nav.prev {
    left: 18px;
  }

  .alora-menu-modal__nav.next {
    right: 18px;
  }
}



/* Alora Cafe live mobile hotfix - page-id-980 */
@media (max-width: 768px) {
  body.home.page-id-980 {
    background: #f8f2e9 !important;
    color: #3e3225 !important;
  }

  body.home.page-id-980::before {
    opacity: 0.08 !important;
  }

  body.home.page-id-980 .entry-content {
    padding: 18px 18px 36px !important;
    color: #3e3225 !important;
  }

  body.home.page-id-980 .entry-content p,
  body.home.page-id-980 .entry-content li,
  body.home.page-id-980 .entry-content strong,
  body.home.page-id-980 .entry-content h4,
  body.home.page-id-980 .entry-content label {
    color: #3e3225 !important;
  }

  body.home.page-id-980 .entry-content h1,
  body.home.page-id-980 .entry-content h2,
  body.home.page-id-980 .entry-content h3 {
    color: #b88a49 !important;
    line-height: 1.15 !important;
  }

  body.home.page-id-980 .entry-content h1 {
    font-size: clamp(32px, 11vw, 44px) !important;
    margin: 0 0 10px !important;
    word-break: normal !important;
  }

  body.home.page-id-980 .entry-content button[onclick^="filterItems"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-height: 40px !important;
    margin: 0 6px 8px 0 !important;
    padding: 10px 14px !important;
    border-radius: 999px !important;
    background: #eadcc9 !important;
    color: #2f2922 !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    box-shadow: none !important;
  }

  body.home.page-id-980 .entry-content button[onclick^="filterItems"] + br {
    display: none !important;
  }

  body.home.page-id-980 .entry-content button[style*="position:absolute"][onclick="closeModal()"] {
    display: none !important;
  }

  body.home.page-id-980 .entry-content section,
  body.home.page-id-980 .notes-card,
  body.home.page-id-980 .why-card,
  body.home.page-id-980 .about-container,
  body.home.page-id-980 .res-card,
  body.home.page-id-980 .review-card {
    background: rgba(255, 255, 255, 0.66) !important;
    border-radius: 18px !important;
    padding: 18px !important;
    backdrop-filter: none !important;
  }

  body.home.page-id-980 .entry-content ul {
    padding-left: 20px !important;
    margin: 10px 0 24px !important;
  }

  body.home.page-id-980 input,
  body.home.page-id-980 select,
  body.home.page-id-980 textarea {
    color: #2f2922 !important;
    background: #fff !important;
  }
}