:root {
  --gg-theme: #e1ab3f;
  --gg-theme-2: #f1c35f;
  --gg-theme-rgb: 225, 171, 63;
  --gg-theme-soft: rgba(var(--gg-theme-rgb), .16);
  --gg-progress: 0%;
  --gg-motion-ease: cubic-bezier(.2, .8, .2, 1);
}

body[data-gg-theme="gold"],
body[data-gg-theme="about"] {
  --gg-theme: #e1ab3f;
  --gg-theme-2: #f1c35f;
  --gg-theme-rgb: 225, 171, 63;
}

body[data-gg-theme="honey"] {
  --gg-theme: #efae37;
  --gg-theme-2: #ffd06c;
  --gg-theme-rgb: 239, 174, 55;
}

body[data-gg-theme="green"] {
  --gg-theme: #96c93d;
  --gg-theme-2: #c7e85b;
  --gg-theme-rgb: 150, 201, 61;
}

body[data-gg-theme="blue"] {
  --gg-theme: #2d7dff;
  --gg-theme-2: #64a2ff;
  --gg-theme-rgb: 45, 125, 255;
}

body[data-gg-theme="red"] {
  --gg-theme: #e23d42;
  --gg-theme-2: #ff686c;
  --gg-theme-rgb: 226, 61, 66;
}

body[data-gg-theme="beige"] {
  --gg-theme: #d7bd8f;
  --gg-theme-2: #f0d8aa;
  --gg-theme-rgb: 215, 189, 143;
}

body[data-gg-theme="bronze"] {
  --gg-theme: #c88436;
  --gg-theme-2: #e2aa60;
  --gg-theme-rgb: 200, 132, 54;
}

body {
  --cms-accent: var(--gg-theme);
  accent-color: var(--gg-theme);
}

/* Match the compact legacy pages to the scale used on the home page. */
body.corporate-page,
body.menu-page,
body.contact-page {
  font-size: 16px !important;
  line-height: 1.5;
}

body.corporate-page .container-xl,
body.menu-page .container-xl,
body.contact-page .container-xl {
  max-width: 1280px !important;
}

body.corporate-page .hero-section h1,
body.contact-page .hero-section h1,
body.menu-page .menu-hero-section h1 {
  font-size: clamp(2.85rem, 5vw, 4.75rem) !important;
  line-height: .98 !important;
  font-weight: 800;
}

body.corporate-page .hero-copy,
body.contact-page .hero-copy,
body.menu-page .menu-hero-section > .container-xl > .row > div:first-child > p {
  font-size: 1.18rem !important;
  line-height: 1.72 !important;
}

body.corporate-page .ornament-heading h2,
body.corporate-page .cooperation-title h2,
body.contact-page .section-title,
body.menu-page .weekly-heading h2 {
  font-size: 2rem !important;
  line-height: 1.2;
  font-weight: 800;
}

body.corporate-page .offer-item h3,
body.corporate-page .choose-item h3,
body.contact-page .quick-content h3,
body.menu-page .dish-card h3,
body.menu-page .menu-action-card strong {
  font-size: 1.12rem !important;
  line-height: 1.3;
}

body.corporate-page .offer-item p,
body.corporate-page .choose-item p,
body.corporate-page .cooperation-card p,
body.contact-page .quick-content p,
body.contact-page .faq-accordion .accordion-button,
body.contact-page .faq-accordion .accordion-body,
body.menu-page .weekly-day p,
body.menu-page .menu-notice p {
  font-size: .96rem !important;
  line-height: 1.55;
}

body.contact-page .contact-item span,
body.contact-page .form-control,
body.contact-page .form-select,
body.menu-page .menu-filter-btn,
body.menu-page .weekly-day h3,
body.menu-page .weekly-day span,
body.menu-page .menu-contact-item strong {
  font-size: 1rem !important;
}

body.menu-page .dish-meta span,
body.menu-page .dish-meta strong,
body.menu-page .menu-action-card span,
body.menu-page .menu-contact-item span,
body.contact-page .map-info p,
body.contact-page .social-copy span {
  font-size: .82rem !important;
  line-height: 1.45;
}

.gg-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: var(--gg-progress);
  height: 3px;
  z-index: 2000;
  pointer-events: none;
  background: linear-gradient(90deg, var(--gg-theme), var(--gg-theme-2));
  box-shadow: 0 0 18px rgba(var(--gg-theme-rgb), .62);
  transform: translateZ(0);
}

.gg-page-transition {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: opacity .48s var(--gg-motion-ease), transform .48s var(--gg-motion-ease);
}

.gg-page-ready {
  opacity: 1;
  transform: none;
}

body.gg-page-leaving {
  transition: opacity .28s ease;
}

body.gg-page-leaving > *:not(.gg-page-loader):not(script):not(style) {
  visibility: hidden !important;
}

.gg-page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 0;
  overflow: hidden;
  pointer-events: all;
  background:
    radial-gradient(circle at 50% 47%, rgba(var(--gg-theme-rgb), .12), transparent 28%),
    #05080c;
  opacity: 1;
  visibility: visible;
  transition: opacity .48s var(--gg-motion-ease), visibility .48s;
}

.gg-page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.gg-page-loader.is-entering {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: none;
}

.gg-page-loader__brand {
  position: relative;
  width: 220px;
  height: 80px;
  animation: gg-loader-brand-in .72s var(--gg-motion-ease) both;
}

.gg-page-loader__brand img {
  display: block;
  width: 220px;
  height: 80px;
  object-fit: contain;
  filter: drop-shadow(0 0 15px rgba(var(--gg-theme-rgb), .2));
}

@keyframes gg-loader-brand-in {
  from { opacity: 0; transform: translate3d(0, 9px, 0) scale(.96); }
  to { opacity: 1; transform: none; }
}

.gg-page-loader.is-entering .gg-page-loader__brand {
  animation: gg-loader-brand-in .5s var(--gg-motion-ease) both;
}

.site-header,
.site-footer {
  border-color: rgba(var(--gg-theme-rgb), .22) !important;
}

/* The header follows the home-page component on every public page. */
.site-header {
  background: rgba(5, 8, 13, .86) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .04) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px) !important;
}

.site-header .header-inner {
  min-height: 92px !important;
}

.site-header .container-xl,
.site-footer .container-xl {
  max-width: 1280px !important;
}

.site-header .navbar-brand {
  padding: 0;
  margin-right: 1rem;
}

.site-header .brand-logo {
  display: block;
  width: auto !important;
  height: 60px !important;
  object-fit: contain;
  object-position: left center;
}

.site-header .nav-gap {
  gap: 1.2rem !important;
}

.site-header .navbar-nav .nav-link {
  padding: 2rem 0 .85rem !important;
  color: rgba(255, 255, 255, .84);
  font-size: inherit;
  font-weight: 500;
}

.site-header .btn-order {
  min-width: 0;
  padding: .92rem 1.35rem !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 14px !important;
  font-weight: 700;
}

/* One shared footer layout for every public page. */
.site-footer {
  --gg-footer-accent: #e1ab3f;
  margin-top: 1.2rem !important;
  padding: 1.8rem 0 .7rem !important;
  border-top: 1px solid rgba(225, 171, 63, .15) !important;
  background: #0a0d0e !important;
}

.site-footer .footer-main {
  display: grid !important;
  grid-template-columns: 1.25fr 1.15fr repeat(3, .75fr) .7fr !important;
  gap: 1.25rem !important;
  align-items: flex-start !important;
  padding: 0 !important;
  border: 0 !important;
}

.site-footer .footer-brand-col,
.site-footer .footer-contact-col,
.site-footer .footer-nav-col,
.site-footer .footer-social-col {
  min-width: 0;
  border: 0 !important;
  padding: 0 !important;
}

.site-footer .footer-logo {
  display: block;
  width: auto !important;
  max-width: 100%;
  height: 58px !important;
  object-fit: contain;
  object-position: left center;
}

.site-footer .footer-contact-col,
.site-footer .footer-nav-col,
.site-footer .footer-social-col {
  display: flex !important;
  flex-direction: column;
  align-content: initial !important;
  gap: .6rem !important;
}

.site-footer h3 {
  margin: 0 0 .25rem !important;
  color: var(--gg-footer-accent) !important;
  font-size: 1rem !important;
  font-weight: 700;
}

.site-footer a,
.site-footer span {
  color: #dddfe6 !important;
  font-size: inherit !important;
}

.site-footer .footer-contact-col a {
  display: flex;
  align-items: center;
  gap: .65rem;
}

.site-footer .footer-contact-col i {
  width: auto !important;
  margin: 0 !important;
  color: var(--gg-footer-accent) !important;
  font-size: 1rem !important;
}

.site-footer .footer-social-links {
  display: flex;
  gap: .75rem !important;
}

.site-footer .footer-social-links a {
  width: 48px !important;
  height: 48px !important;
  display: grid;
  place-items: center;
  border: 1px solid rgba(225, 171, 63, .28) !important;
  border-radius: 50%;
  background: transparent;
  color: var(--gg-footer-accent) !important;
  font-size: 1.25rem !important;
}

.site-footer .footer-bottom {
  min-height: 0 !important;
  margin-top: 1.3rem !important;
  padding: 1rem 0 0 !important;
  display: flex !important;
  justify-content: space-between;
  align-items: initial !important;
  gap: 1rem !important;
  border-top: 1px solid rgba(255, 255, 255, .06) !important;
  color: #b8bec9 !important;
  font-size: .96rem !important;
}

.site-footer .footer-bottom > div {
  display: flex;
  gap: 1rem !important;
  flex-wrap: wrap;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--gg-footer-accent) !important;
}

.site-footer .footer-social-links a:hover,
.site-footer .footer-social-links a:focus-visible {
  background: var(--gg-footer-accent) !important;
  color: #111 !important;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.hero-section h1 > span:not(.gg-title-word),
.menu-hero-section h1 > span:not(.gg-title-word),
.menu-hero-section h2,
.section-title h2,
.section-title,
.eyebrow {
  color: var(--gg-theme) !important;
}

/* Active navigation is identified by colour only. */
.navbar .nav-link,
.navbar-dark .navbar-nav .nav-link {
  border-bottom-color: transparent !important;
}

.navbar .nav-link.active::after,
.navbar-dark .navbar-nav .nav-link.active::after {
  content: none !important;
  display: none !important;
}

/* Dropdown uses its own fixed caret, independent from the removed active underline. */
.site-header .navbar-nav .dropdown-toggle::after,
.site-header .navbar-nav .dropdown-toggle.active::after,
.site-header .navbar-nav .dropdown-toggle:hover::after {
  content: "" !important;
  position: static !important;
  display: inline-block !important;
  width: 0 !important;
  height: 0 !important;
  margin-left: .45rem !important;
  vertical-align: .16em !important;
  border: .3em solid transparent !important;
  border-top-color: currentColor !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  background: none !important;
}

.btn-order,
.btn-gold,
.btn-accent,
.gold-button,
.menu-filter-btn.active {
  background: linear-gradient(180deg, var(--gg-theme-2), var(--gg-theme)) !important;
  border-color: color-mix(in srgb, var(--gg-theme) 72%, #fff 10%) !important;
  color: #151008 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.26), 0 12px 28px rgba(var(--gg-theme-rgb), .18);
}

.btn-outline-gold,
.btn-outline-accent,
.outline-button {
  border-color: rgba(var(--gg-theme-rgb), .48) !important;
}

.hero-section,
.menu-hero-section,
.page-hero {
  overflow: clip;
}

.hero-section::after,
.menu-hero-section::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 7% 5% auto;
  width: min(36vw, 480px);
  aspect-ratio: 1;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(var(--gg-theme-rgb), .12), transparent 67%);
  filter: blur(8px);
  transform: translate3d(var(--gg-parallax-x, 0), var(--gg-parallax-y, 0), 0);
}

:where(.hero-art, .hero-frame, .hero-main-frame, .hero-image-wrap, .menu-hero-image-wrap) {
  overflow: hidden !important;
  border-radius: 54px 128px 54px 128px !important;
}

:where(.hero-main-image, .hero-image, .menu-hero-image, .page-hero > img, .segment-card img, .quick-card img, .dish-image) {
  transform: translate3d(0, var(--gg-img-y, 0px), 0) scale(var(--gg-img-scale, 1.025));
  will-change: transform;
}

.gg-hero-slider {
  position: relative;
}

.gg-hero-slider .hero-main-image,
.gg-hero-slider .hero-image,
.gg-hero-slider .menu-hero-image {
  transition: opacity .7s var(--gg-motion-ease), transform 5.8s ease, filter .7s ease;
}

.gg-hero-slider.is-switching :where(.hero-main-image, .hero-image, .menu-hero-image) {
  opacity: .28;
  transform: scale(1.055);
}

.gg-slider-dots {
  position: absolute;
  left: 50%;
  bottom: .85rem;
  z-index: 5;
  display: flex;
  gap: .45rem;
  transform: translateX(-50%);
  padding: .35rem .45rem;
  border: 1px solid rgba(var(--gg-theme-rgb), .25);
  border-radius: 999px;
  background: rgba(5, 8, 13, .58);
  backdrop-filter: blur(12px);
}

.gg-slider-dots button {
  width: .58rem;
  height: .58rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.34);
}

.gg-slider-dots button.is-active {
  width: 1.45rem;
  background: var(--gg-theme);
}

.gg-title-word {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: currentColor !important;
}

.hero-section h1 > .gg-title-word,
.menu-hero-section h1 > .gg-title-word,
.page-hero h1 > .gg-title-word {
  color: inherit !important;
}

.gg-title-word > span {
  display: inline-block;
  transform: translate3d(0, 105%, 0);
  opacity: 0;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: currentColor !important;
}

.gg-in .gg-title-word > span,
.gg-title-ready .gg-title-word > span {
  animation: gg-word-rise .86s var(--gg-motion-ease) forwards;
  animation-delay: calc(var(--gg-word-index, 0) * 42ms);
}

@keyframes gg-word-rise {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

[data-reveal],
.gg-reveal {
  will-change: transform, opacity;
}

.gg-reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0) scale(.985);
  filter: blur(6px);
}

.gg-reveal.gg-in {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
  transition: opacity .82s var(--gg-motion-ease), transform .82s var(--gg-motion-ease), filter .82s var(--gg-motion-ease);
}

.gg-card-motion {
  position: relative;
  transform-style: preserve-3d;
  transition: transform .34s var(--gg-motion-ease), border-color .34s ease, box-shadow .34s ease, background .34s ease;
  will-change: transform;
}

.gg-card-motion::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  border-radius: inherit;
  background: radial-gradient(circle at var(--gg-card-x, 50%) var(--gg-card-y, 50%), rgba(var(--gg-theme-rgb), .19), transparent 44%);
  transition: opacity .28s ease;
}

.gg-card-motion:hover,
.gg-card-motion:focus-within {
  border-color: rgba(var(--gg-theme-rgb), .58) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.28), 0 0 28px rgba(var(--gg-theme-rgb), .12) !important;
}

.gg-card-motion:hover::after,
.gg-card-motion:focus-within::after {
  opacity: 1;
}

.gg-card-motion > * {
  position: relative;
  z-index: 1;
}

.gg-scroll-slider {
  position: relative;
}

.gg-slider-controls {
  display: flex;
  justify-content: flex-end;
  gap: .6rem;
  margin: 0 0 .75rem;
}

.gg-slider-controls button {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(var(--gg-theme-rgb), .42);
  border-radius: 999px;
  color: var(--gg-theme);
  background: rgba(10, 13, 16, .78);
  display: grid;
  place-items: center;
}

.gg-slider-controls button:hover,
.gg-slider-controls button:focus-visible {
  color: #151008;
  background: var(--gg-theme);
}

.gg-slider-track {
  flex-wrap: nowrap !important;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--gg-theme-rgb), .55) rgba(255,255,255,.06);
  padding-bottom: .6rem;
}

.gg-slider-track > * {
  flex: 0 0 min(82vw, 310px);
  scroll-snap-align: start;
}

.gg-slider-track .col-lg-6,
.gg-slider-track .col-lg-4,
.gg-slider-track .col-md-6 {
  width: auto;
}

.gg-slider-track .col-lg-6 {
  flex-basis: min(86vw, 520px);
}

.gg-slider-track .col-lg {
  flex-basis: min(76vw, 230px);
}

.btn,
button,
a {
  -webkit-tap-highlight-color: rgba(var(--gg-theme-rgb), .16);
}

.btn:hover,
.gold-button:hover,
.outline-button:hover,
.btn-order:hover,
.btn-gold:hover,
.btn-outline-gold:hover {
  transform: translate3d(0, -2px, 0);
}

@media (max-width: 991px) {
  .site-header .header-inner {
    min-height: 0 !important;
    padding: .45rem 0;
  }

  .site-header .nav-gap {
    gap: 0 !important;
  }

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

  .site-header .navbar-nav .nav-link {
    padding: .85rem 0 !important;
  }

  .site-header .header-order {
    margin-top: 10px;
  }

  .site-footer .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .site-footer .footer-brand-col,
  .site-footer .footer-contact-col {
    grid-column: 1 / -1;
  }

  .gg-slider-controls {
    justify-content: flex-start;
  }

  :where(.hero-art, .hero-frame, .hero-main-frame, .hero-image-wrap, .menu-hero-image-wrap) {
    clip-path: none;
  }
}

@media (max-width: 575px) {
  body.corporate-page .container-xl,
  body.menu-page .container-xl,
  body.contact-page .container-xl {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  body.corporate-page .hero-section h1,
  body.contact-page .hero-section h1,
  body.menu-page .menu-hero-section h1 {
    font-size: 2.55rem !important;
  }

  body.corporate-page .hero-copy,
  body.contact-page .hero-copy,
  body.menu-page .menu-hero-section > .container-xl > .row > div:first-child > p {
    font-size: 1.05rem !important;
  }

  body.corporate-page .ornament-heading h2,
  body.corporate-page .cooperation-title h2,
  body.contact-page .section-title,
  body.menu-page .weekly-heading h2 {
    font-size: 1.55rem !important;
  }

  .site-header .brand-logo {
    height: 54px !important;
  }

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

  .site-footer .footer-brand-col,
  .site-footer .footer-contact-col {
    grid-column: auto;
  }

  .site-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start !important;
  }
}

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

  .gg-page-transition,
  .gg-reveal,
  .gg-title-word > span,
  :where(.hero-main-image, .hero-image, .menu-hero-image, .page-hero > img, .segment-card img, .quick-card img, .dish-image) {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  .gg-scroll-progress {
    transition: none !important;
  }

  .gg-page-loader {
    display: none !important;
  }
}
