/* [project]/src/components/SkipLink.module.css [app-client] (css) */
.SkipLink-module__Ir2r-G__skipLink {
  z-index: 9999;
  background: var(--amber);
  width: 1px;
  height: 1px;
  color: var(--bg-deep);
  border-radius: 0 0 8px;
  padding: 1rem;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  top: auto;
  left: -9999px;
  overflow: hidden;
}

.SkipLink-module__Ir2r-G__skipLink:focus {
  width: auto;
  height: auto;
  left: 0;
}

/* [project]/src/components/Navigation/Navigation.module.css [app-client] (css) */
.Navigation-module__l8qRma__wrapper {
  z-index: 1000;
  padding: 1rem 1.25rem;
  padding-top: calc(1rem + env(safe-area-inset-top, 0px));
  pointer-events: none;
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.Navigation-module__l8qRma__nav {
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  pointer-events: auto;
  background: #110f0cbf;
  border: 1px solid #e2a63b1a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: .65rem 2rem;
  display: flex;
}

.Navigation-module__l8qRma__links {
  align-items: center;
  gap: 2rem;
  list-style: none;
  display: flex;
}

.Navigation-module__l8qRma__link {
  color: var(--cream-muted);
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.Navigation-module__l8qRma__link:hover {
  color: var(--amber);
}

.Navigation-module__l8qRma__toggle {
  cursor: pointer;
  z-index: 1001;
  pointer-events: auto;
  background: none;
  border: none;
  padding: .5rem;
  display: none;
}

.Navigation-module__l8qRma__toggleBar {
  background: var(--cream);
  border-radius: 2px;
  width: 22px;
  height: 2px;
  margin: 5px 0;
  transition: transform .3s, opacity .3s;
  display: block;
}

.Navigation-module__l8qRma__toggleActive .Navigation-module__l8qRma__toggleBar:first-child {
  transform: rotate(45deg)translate(5px, 5px);
}

.Navigation-module__l8qRma__toggleActive .Navigation-module__l8qRma__toggleBar:nth-child(2) {
  opacity: 0;
}

.Navigation-module__l8qRma__toggleActive .Navigation-module__l8qRma__toggleBar:nth-child(3) {
  transform: rotate(-45deg)translate(5px, -5px);
}

@media (max-width: 768px) {
  .Navigation-module__l8qRma__wrapper {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .Navigation-module__l8qRma__nav {
    -webkit-backdrop-filter: none;
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
  }

  .Navigation-module__l8qRma__links {
    -webkit-backdrop-filter: blur(20px);
    width: 280px;
    height: 100dvh;
    padding: 2rem;
    padding-top: calc(2rem + env(safe-area-inset-top, 0px));
    padding-right: calc(2rem + env(safe-area-inset-right, 0px));
    padding-bottom: calc(2rem + env(safe-area-inset-bottom, 0px));
    pointer-events: auto;
    background: #110f0cf7;
    border-left: 1px solid #e2a63b14;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    transition: transform .4s cubic-bezier(.16, 1, .3, 1);
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  .Navigation-module__l8qRma__link {
    align-items: center;
    min-height: 44px;
    padding: 12px 16px;
    font-size: 1rem;
    display: flex;
  }

  .Navigation-module__l8qRma__linksOpen {
    transform: translateX(0);
  }

  .Navigation-module__l8qRma__toggle {
    min-width: 44px;
    min-height: 44px;
    padding: 10px;
    display: block;
  }
}

@media (pointer: coarse) {
  .Navigation-module__l8qRma__link {
    align-items: center;
    min-height: 44px;
    display: inline-flex;
  }
}

@media (prefers-reduced-motion: reduce) {
  .Navigation-module__l8qRma__links {
    transition: none !important;
  }

  .Navigation-module__l8qRma__link {
    transition: none;
  }
}

/* [project]/src/components/Hero/Hero.module.css [app-client] (css) */
.Hero-module__JgYmMq__hero {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.Hero-module__JgYmMq__bg {
  background: var(--bg-deep);
  position: absolute;
  inset: 0;
}

.Hero-module__JgYmMq__bgImage {
  object-fit: cover;
  opacity: .3;
  animation: 1.8s cubic-bezier(.16, 1, .3, 1) forwards Hero-module__JgYmMq__heroZoom;
}

@keyframes Hero-module__JgYmMq__heroZoom {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1);
  }
}

.Hero-module__JgYmMq__bg:after {
  content: "";
  background: radial-gradient(ellipse 80% 60% at 50% 40%, #e2a63b14 0%, transparent 60%), radial-gradient(ellipse 60% 50% at 20% 80%, #c44a2b0f 0%, transparent 50%), linear-gradient(to top, var(--bg-deep) 0%, transparent 12%);
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.Hero-module__JgYmMq__bg:before {
  content: "";
  z-index: 2;
  pointer-events: none;
  background: conic-gradient(#0000 0deg, #e2a63b05 60deg, #0000 120deg, #c44a2b04 240deg, #0000 360deg);
  width: 200%;
  height: 200%;
  animation: 30s linear infinite Hero-module__JgYmMq__heroRotate;
  position: absolute;
  top: -50%;
  left: -50%;
}

@keyframes Hero-module__JgYmMq__heroRotate {
  to {
    transform: rotate(360deg);
  }
}

.Hero-module__JgYmMq__content {
  z-index: 3;
  max-width: 800px;
  position: relative;
}

.Hero-module__JgYmMq__badge {
  color: var(--amber);
  letter-spacing: .06em;
  text-transform: uppercase;
  background: #e2a63b1a;
  border: 1px solid #e2a63b33;
  border-radius: 100px;
  align-items: center;
  gap: .5rem;
  margin-bottom: 2rem;
  padding: .5rem 1.25rem;
  font-size: .8rem;
  font-weight: 600;
  animation: .8s cubic-bezier(.16, 1, .3, 1) forwards Hero-module__JgYmMq__fadeInDown;
  display: inline-flex;
}

.Hero-module__JgYmMq__badgeIcon {
  width: 16px;
  height: 16px;
}

@keyframes Hero-module__JgYmMq__fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.Hero-module__JgYmMq__title {
  font-family: var(--font-serif);
  color: var(--cream);
  margin-bottom: .3em;
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 1.05;
  animation: 1s cubic-bezier(.16, 1, .3, 1) .15s both Hero-module__JgYmMq__fadeInUp;
}

.Hero-module__JgYmMq__titleEm {
  color: var(--amber);
  font-style: normal;
  position: relative;
}

.Hero-module__JgYmMq__titleEm:after {
  content: "";
  background: var(--amber);
  opacity: .4;
  border-radius: 2px;
  height: 3px;
  position: absolute;
  bottom: .05em;
  left: 0;
  right: 0;
}

@keyframes Hero-module__JgYmMq__fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.Hero-module__JgYmMq__sub {
  color: var(--cream-muted);
  max-width: 540px;
  margin: 0 auto 2.5rem;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 300;
  line-height: 1.7;
  animation: 1s cubic-bezier(.16, 1, .3, 1) .3s both Hero-module__JgYmMq__fadeInUp;
}

.Hero-module__JgYmMq__actions {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  animation: 1s cubic-bezier(.16, 1, .3, 1) .45s both Hero-module__JgYmMq__fadeInUp;
  display: flex;
}

.Hero-module__JgYmMq__scroll {
  color: var(--cream);
  letter-spacing: .15em;
  text-transform: uppercase;
  z-index: 3;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  gap: .25rem;
  font-size: .7rem;
  text-decoration: none;
  transition: color .3s;
  animation: 1s cubic-bezier(.16, 1, .3, 1) .8s both Hero-module__JgYmMq__fadeInUp;
  display: flex;
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
}

.Hero-module__JgYmMq__scroll:hover {
  color: var(--amber);
}

.Hero-module__JgYmMq__scrollArrow {
  width: 24px;
  height: 24px;
  color: var(--amber);
  animation: 2s ease-in-out infinite Hero-module__JgYmMq__scrollBounce;
}

@keyframes Hero-module__JgYmMq__scrollBounce {
  0%, 100% {
    opacity: .5;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(6px);
  }
}

@media (max-width: 480px) {
  .Hero-module__JgYmMq__title {
    margin-bottom: .5em;
    font-size: 2.5rem;
    line-height: 1.15;
  }

  .Hero-module__JgYmMq__sub {
    font-size: .95rem;
  }

  .Hero-module__JgYmMq__badge {
    padding: .6rem 1.4rem;
    font-size: .85rem;
  }

  .Hero-module__JgYmMq__actions {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  :is(.Hero-module__JgYmMq__actions .btn-primary, .Hero-module__JgYmMq__actions .btn-ghost) {
    justify-content: center;
    width: 100%;
    min-height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .Hero-module__JgYmMq__bg:before {
    animation: none;
  }

  .Hero-module__JgYmMq__title, .Hero-module__JgYmMq__sub, .Hero-module__JgYmMq__actions, .Hero-module__JgYmMq__scroll {
    opacity: 1;
    animation: none;
    transform: none;
  }

  .Hero-module__JgYmMq__scrollArrow {
    opacity: 1;
    animation: none;
  }

  .Hero-module__JgYmMq__bgImage {
    animation: none;
  }
}

/* [project]/src/components/ui/Button.module.css [app-client] (css) */
.Button-module__8RiFmG__primary {
  background: var(--amber);
  color: var(--bg-deep);
  letter-spacing: .02em;
  cursor: pointer;
  border: none;
  border-radius: 100px;
  align-items: center;
  gap: .6rem;
  padding: 1rem 2.2rem;
  font-size: .95rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background .3s;
  display: inline-flex;
}

.Button-module__8RiFmG__primary:hover {
  box-shadow: 0 12px 40px var(--amber-glow);
  background: var(--amber-bright);
  transform: translateY(-3px);
}

.Button-module__8RiFmG__primary svg {
  width: 18px;
  height: 18px;
  transition: transform .3s;
}

.Button-module__8RiFmG__primary:hover svg {
  transform: translateX(3px);
}

.Button-module__8RiFmG__ghost {
  color: var(--cream);
  letter-spacing: .02em;
  cursor: pointer;
  background: none;
  border: 1px solid #f5efe426;
  border-radius: 100px;
  align-items: center;
  gap: .6rem;
  padding: 1rem 2.2rem;
  font-size: .95rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .3s, background .3s;
  display: inline-flex;
}

.Button-module__8RiFmG__ghost:hover {
  border-color: var(--amber);
  background: #e2a63b0d;
}

@media (prefers-reduced-motion: reduce) {
  .Button-module__8RiFmG__primary, .Button-module__8RiFmG__ghost {
    transition: none;
  }

  .Button-module__8RiFmG__primary:hover, .Button-module__8RiFmG__primary:hover svg {
    transform: none;
  }
}

/* [project]/src/components/Divider.module.css [app-client] (css) */
.Divider-module__rYpoZq__divider {
  background: linear-gradient(to right, #0000, #e2a63b26, #0000);
  width: 100%;
  height: 1px;
  margin: 0;
}

/* [project]/src/components/About/About.module.css [app-client] (css) */
.About-module__S-Ka5a__about {
  background: radial-gradient(ellipse 50% 40% at 80% 20%, #e2a63b0a 0%, transparent 60%), var(--bg-dark);
}

.About-module__S-Ka5a__grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
  display: grid;
}

.About-module__S-Ka5a__visual {
  aspect-ratio: 4 / 3;
  background: var(--bg-card);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.About-module__S-Ka5a__visualImage {
  object-fit: cover;
}

.About-module__S-Ka5a__visual:after {
  content: "";
  pointer-events: none;
  border: 1px solid #e2a63b1a;
  border-radius: 20px;
  position: absolute;
  inset: 0;
}

.About-module__S-Ka5a__highlights {
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 2.5rem;
  display: grid;
}

.About-module__S-Ka5a__highlight {
  background: #e2a63b0a;
  border: 1px solid #e2a63b14;
  border-radius: 14px;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  display: flex;
}

.About-module__S-Ka5a__highlightIcon {
  background: #e2a63b1a;
  border: 1px solid #e2a63b26;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.About-module__S-Ka5a__highlightIcon svg {
  width: 20px;
  height: 20px;
  color: var(--amber);
}

.About-module__S-Ka5a__highlightTitle {
  font-family: var(--font-serif);
  color: var(--cream);
  margin-bottom: .25rem;
  font-size: 1rem;
}

.About-module__S-Ka5a__highlightDesc {
  color: var(--cream-dim);
  font-size: .82rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .About-module__S-Ka5a__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .About-module__S-Ka5a__visual {
    max-height: 300px;
  }
}

@media (max-width: 768px) {
  .About-module__S-Ka5a__highlights {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .About-module__S-Ka5a__highlights {
    grid-template-columns: 1fr;
  }

  .About-module__S-Ka5a__highlight {
    padding: 1.25rem;
  }
}

/* [project]/src/components/ui/SectionHeader.module.css [app-client] (css) */
.SectionHeader-module__1WsNmG__label {
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--amber);
  align-items: center;
  gap: .75rem;
  margin-bottom: 1rem;
  font-size: .75rem;
  font-weight: 700;
  display: inline-flex;
}

.SectionHeader-module__1WsNmG__label:before {
  content: "";
  background: var(--amber);
  width: 30px;
  height: 1px;
  display: block;
}

.SectionHeader-module__1WsNmG__title {
  font-family: var(--font-serif);
  color: var(--cream);
  white-space: pre-line;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.15;
}

.SectionHeader-module__1WsNmG__desc {
  color: var(--cream-muted);
  max-width: 550px;
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.7;
}

.SectionHeader-module__1WsNmG__centered {
  text-align: center;
  margin-bottom: 4rem;
}

.SectionHeader-module__1WsNmG__centered .SectionHeader-module__1WsNmG__label {
  justify-content: center;
}

.SectionHeader-module__1WsNmG__centered .SectionHeader-module__1WsNmG__label:before {
  display: none;
}

.SectionHeader-module__1WsNmG__centered .SectionHeader-module__1WsNmG__label:after {
  content: "";
  background: var(--amber);
  width: 30px;
  height: 1px;
  display: block;
}

.SectionHeader-module__1WsNmG__centered .SectionHeader-module__1WsNmG__desc {
  max-width: 500px;
  margin: 0 auto;
}

/* [project]/src/components/Menu/Menu.module.css [app-client] (css) */
.Menu-module__88cxuq__menu {
  background: var(--bg-deep);
}

.Menu-module__88cxuq__grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  display: grid;
}

@media (max-width: 1024px) {
  .Menu-module__88cxuq__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .Menu-module__88cxuq__grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .Menu-module__88cxuq__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

/* [project]/src/components/Menu/MenuCard.module.css [app-client] (css) */
.MenuCard-module__xeWNvG__card {
  background: var(--bg-card);
  text-align: center;
  cursor: pointer;
  border: 1px solid #f5efe40a;
  border-radius: 20px;
  padding: 0;
  transition: transform .5s cubic-bezier(.16, 1, .3, 1), box-shadow .5s, border-color .4s;
  position: relative;
  overflow: hidden;
}

.MenuCard-module__xeWNvG__card:before {
  content: "";
  background: linear-gradient(to right, transparent, var(--amber), transparent);
  opacity: 0;
  z-index: 1;
  width: 60%;
  height: 1px;
  transition: opacity .4s;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.MenuCard-module__xeWNvG__card:hover {
  border-color: #e2a63b1f;
  transform: translateY(-8px);
  box-shadow: 0 20px 60px #0006;
}

.MenuCard-module__xeWNvG__card:hover:before {
  opacity: 1;
}

.MenuCard-module__xeWNvG__imageWrapper {
  aspect-ratio: 16 / 10;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.MenuCard-module__xeWNvG__image {
  object-fit: cover;
  transition: transform .5s cubic-bezier(.16, 1, .3, 1);
}

.MenuCard-module__xeWNvG__card:hover .MenuCard-module__xeWNvG__image {
  transform: scale(1.05);
}

.MenuCard-module__xeWNvG__title {
  font-family: var(--font-serif);
  color: var(--cream);
  margin-bottom: .6rem;
  padding: 1.5rem 1.5rem 0;
  font-size: 1.35rem;
}

.MenuCard-module__xeWNvG__desc {
  color: var(--cream-dim);
  padding: 0 1.5rem 2rem;
  font-size: .88rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .MenuCard-module__xeWNvG__title {
    padding: 1.25rem 1.25rem 0;
  }

  .MenuCard-module__xeWNvG__desc {
    padding: 0 1.25rem 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .MenuCard-module__xeWNvG__card, .MenuCard-module__xeWNvG__image {
    transition: none;
  }

  .MenuCard-module__xeWNvG__card:hover, .MenuCard-module__xeWNvG__card:hover .MenuCard-module__xeWNvG__image {
    transform: none;
  }
}

/* [project]/src/components/Menu/MenuDetail.module.css [app-client] (css) */
.MenuDetail-module__gGRM1G__overlay {
  z-index: 2000;
  -webkit-backdrop-filter: blur(8px);
  padding: 2rem;
  padding-top: calc(2rem + env(safe-area-inset-top, 0px));
  padding-bottom: calc(2rem + env(safe-area-inset-bottom, 0px));
  overscroll-behavior: contain;
  opacity: 0;
  background: #000000b3;
  justify-content: center;
  align-items: flex-start;
  transition: opacity .35s;
  display: flex;
  position: fixed;
  inset: 0;
  overflow-y: auto;
}

.MenuDetail-module__gGRM1G__overlayVisible {
  opacity: 1;
}

.MenuDetail-module__gGRM1G__panel {
  background: var(--bg-dark);
  opacity: 0;
  border: 1px solid #e2a63b1a;
  border-radius: 24px;
  width: 100%;
  max-width: 720px;
  transition: transform .4s cubic-bezier(.16, 1, .3, 1), opacity .35s;
  position: relative;
  overflow: hidden;
  transform: translateY(40px)scale(.96);
}

.MenuDetail-module__gGRM1G__overlayVisible .MenuDetail-module__gGRM1G__panel {
  opacity: 1;
  transform: translateY(0)scale(1);
}

.MenuDetail-module__gGRM1G__header {
  height: 200px;
  position: relative;
  overflow: hidden;
}

.MenuDetail-module__gGRM1G__headerImage {
  object-fit: cover;
}

.MenuDetail-module__gGRM1G__headerGradient {
  background: linear-gradient(to top, var(--bg-dark) 0%, transparent 60%);
  position: absolute;
  inset: 0;
}

.MenuDetail-module__gGRM1G__headerTitle {
  font-family: var(--font-serif);
  color: var(--cream);
  z-index: 1;
  font-size: 2rem;
  position: absolute;
  bottom: 1.25rem;
  left: 1.75rem;
}

.MenuDetail-module__gGRM1G__close {
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  width: 40px;
  height: 40px;
  color: var(--cream);
  cursor: pointer;
  background: #110f0cb3;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  transition: background .2s, transform .2s;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.MenuDetail-module__gGRM1G__close:hover {
  background: #e2a63b4d;
  transform: scale(1.1);
}

.MenuDetail-module__gGRM1G__content {
  padding: .5rem 1.75rem 2rem;
}

.MenuDetail-module__gGRM1G__dish {
  border-bottom: 1px solid #f5efe40f;
  padding: 1.25rem 0;
}

.MenuDetail-module__gGRM1G__dish:last-child {
  border-bottom: none;
}

.MenuDetail-module__gGRM1G__dishHeader {
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: .35rem;
  display: flex;
}

.MenuDetail-module__gGRM1G__dishName {
  font-family: var(--font-display);
  color: var(--cream);
  font-size: 1.1rem;
  font-weight: 700;
}

.MenuDetail-module__gGRM1G__dishPrices {
  flex-shrink: 0;
  gap: .75rem;
  display: flex;
}

.MenuDetail-module__gGRM1G__dishPrice {
  text-align: right;
  white-space: nowrap;
}

.MenuDetail-module__gGRM1G__dishPriceLabel {
  color: var(--cream-dim);
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .65rem;
  display: block;
}

.MenuDetail-module__gGRM1G__dishPriceValue {
  color: var(--amber);
  font-size: 1rem;
  font-weight: 700;
}

.MenuDetail-module__gGRM1G__dishDesc {
  color: var(--cream-muted);
  margin-bottom: .6rem;
  font-size: .85rem;
  line-height: 1.5;
}

.MenuDetail-module__gGRM1G__tags {
  flex-wrap: wrap;
  gap: .4rem;
  margin-bottom: .5rem;
  display: flex;
}

.MenuDetail-module__gGRM1G__tag {
  letter-spacing: .02em;
  text-transform: uppercase;
  border-radius: 100px;
  padding: .2rem .55rem;
  font-size: .68rem;
  font-weight: 600;
}

.MenuDetail-module__gGRM1G__tagDietary {
  color: #81c784;
  background: #4caf5026;
}

.MenuDetail-module__gGRM1G__tagAllergen {
  color: var(--cream-dim);
  background: #e2a63b1a;
}

.MenuDetail-module__gGRM1G__meta {
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  display: flex;
}

.MenuDetail-module__gGRM1G__ingredients {
  color: var(--cream-dim);
  font-size: .78rem;
  line-height: 1.5;
}

.MenuDetail-module__gGRM1G__kcal {
  color: var(--cream-dim);
  white-space: nowrap;
  flex-shrink: 0;
  font-size: .75rem;
}

@media (max-width: 768px) {
  .MenuDetail-module__gGRM1G__overlay {
    padding: 1rem;
    padding-top: calc(1rem + env(safe-area-inset-top, 0px));
    padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
  }

  .MenuDetail-module__gGRM1G__panel {
    border-radius: 20px;
  }

  .MenuDetail-module__gGRM1G__header {
    height: 160px;
  }

  .MenuDetail-module__gGRM1G__headerTitle {
    font-size: 1.6rem;
    bottom: 1rem;
    left: 1.25rem;
  }

  .MenuDetail-module__gGRM1G__content {
    padding: .5rem 1.25rem 1.5rem;
  }

  .MenuDetail-module__gGRM1G__dishHeader {
    flex-direction: column;
    gap: .25rem;
  }

  .MenuDetail-module__gGRM1G__dishPrices {
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .MenuDetail-module__gGRM1G__overlay {
    padding: .5rem;
    padding-top: calc(.5rem + env(safe-area-inset-top, 0px));
    padding-bottom: calc(.5rem + env(safe-area-inset-bottom, 0px));
  }

  .MenuDetail-module__gGRM1G__panel {
    border-radius: 16px;
  }

  .MenuDetail-module__gGRM1G__header {
    height: 140px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .MenuDetail-module__gGRM1G__overlay, .MenuDetail-module__gGRM1G__panel {
    transition: none !important;
  }
}

/* [project]/src/components/Hours/Hours.module.css [app-client] (css) */
.Hours-module__zGRQ7a__hours {
  position: relative;
  overflow: hidden;
}

.Hours-module__zGRQ7a__bg {
  position: absolute;
  inset: 0;
}

.Hours-module__zGRQ7a__bgImage {
  object-fit: cover;
  opacity: .15;
}

.Hours-module__zGRQ7a__overlay {
  background: linear-gradient(to bottom, var(--bg-deep) 0%, transparent 15%), linear-gradient(to top, var(--bg-deep) 0%, transparent 15%), #110f0c99;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.Hours-module__zGRQ7a__content {
  z-index: 1;
  position: relative;
}

.Hours-module__zGRQ7a__wrapper {
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  display: grid;
}

.Hours-module__zGRQ7a__cta {
  text-align: center;
  border-top: 1px solid #f5efe40f;
  margin-top: 4rem;
  padding-top: 4rem;
}

.Hours-module__zGRQ7a__ctaTitle {
  font-family: var(--font-serif);
  color: var(--cream);
  margin-bottom: .5rem;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.15;
}

.Hours-module__zGRQ7a__ctaDesc {
  color: var(--cream-muted);
  max-width: 500px;
  margin: 0 auto 2rem;
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .Hours-module__zGRQ7a__wrapper {
    grid-template-columns: 1fr;
  }

  .Hours-module__zGRQ7a__cta {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}

/* [project]/src/components/Hours/HoursCard.module.css [app-client] (css) */
.HoursCard-module__eVbleW__card {
  -webkit-backdrop-filter: blur(20px) saturate(1.3);
  background: #110f0c80;
  border: 1px solid #e2a63b14;
  border-radius: 20px;
  padding: 2.5rem;
  transition: border-color .4s;
  position: relative;
  overflow: hidden;
}

.HoursCard-module__eVbleW__card:hover {
  border-color: #e2a63b2e;
}

.HoursCard-module__eVbleW__header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.75rem;
  display: flex;
}

.HoursCard-module__eVbleW__headerLeft {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.HoursCard-module__eVbleW__icon {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.HoursCard-module__eVbleW__iconAmber {
  background: #e2a63b1f;
  border: 1px solid #e2a63b33;
}

.HoursCard-module__eVbleW__iconEmber {
  background: #c44a2b1f;
  border: 1px solid #c44a2b33;
}

.HoursCard-module__eVbleW__iconAmber .HoursCard-module__eVbleW__svg {
  color: var(--amber);
}

.HoursCard-module__eVbleW__iconEmber .HoursCard-module__eVbleW__svg {
  color: var(--ember);
}

.HoursCard-module__eVbleW__svg {
  width: 22px;
  height: 22px;
}

.HoursCard-module__eVbleW__titleGroup {
  flex-direction: column;
  display: flex;
}

.HoursCard-module__eVbleW__title {
  font-family: var(--font-serif);
  color: var(--cream);
  font-size: 1.3rem;
  line-height: 1.2;
}

.HoursCard-module__eVbleW__subtitle {
  color: var(--cream-dim);
  margin-top: .15rem;
  font-size: .82rem;
}

.HoursCard-module__eVbleW__row {
  border-top: 1px solid #f5efe40f;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  display: flex;
}

.HoursCard-module__eVbleW__day {
  font-size: .95rem;
  font-weight: 500;
}

.HoursCard-module__eVbleW__time {
  font-family: var(--font-display);
  color: var(--amber);
  font-size: 1.1rem;
  font-weight: 700;
}

.HoursCard-module__eVbleW__badgeOpen, .HoursCard-module__eVbleW__badgeClosed {
  white-space: nowrap;
  border-radius: 100px;
  align-items: center;
  gap: .4rem;
  padding: .4rem .85rem;
  font-size: .75rem;
  font-weight: 600;
  display: inline-flex;
}

.HoursCard-module__eVbleW__badgeOpen {
  color: #6fcf6f;
  background: #4ac44a1f;
  border: 1px solid #4ac44a40;
}

.HoursCard-module__eVbleW__badgeClosed {
  color: #cf6f6f;
  background: #c44a4a1f;
  border: 1px solid #c44a4a40;
}

.HoursCard-module__eVbleW__dotOpen, .HoursCard-module__eVbleW__dotClosed {
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.HoursCard-module__eVbleW__dotOpen {
  background: #6fcf6f;
  animation: 2s ease-in-out infinite HoursCard-module__eVbleW__dotPulse;
}

.HoursCard-module__eVbleW__dotClosed {
  background: #cf6f6f;
}

@keyframes HoursCard-module__eVbleW__dotPulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .3;
  }
}

@media (max-width: 480px) {
  .HoursCard-module__eVbleW__card {
    padding: 1.75rem 1.5rem;
  }

  .HoursCard-module__eVbleW__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .HoursCard-module__eVbleW__card {
    transition: none;
  }

  .HoursCard-module__eVbleW__dotOpen {
    animation: none;
  }
}

/* [project]/src/components/Contact/Contact.module.css [app-client] (css) */
.Contact-module__Bs3a0a__contact {
  background: var(--bg-deep);
}

.Contact-module__Bs3a0a__header {
  margin-bottom: 3rem;
}

.Contact-module__Bs3a0a__grid {
  grid-template-columns: 1fr 1.2fr;
  align-items: stretch;
  gap: 3rem;
  display: grid;
}

.Contact-module__Bs3a0a__info {
  flex-direction: column;
  gap: 2rem;
  display: flex;
}

.Contact-module__Bs3a0a__item {
  align-items: flex-start;
  gap: 1.25rem;
  display: flex;
}

.Contact-module__Bs3a0a__itemIcon {
  background: #e2a63b14;
  border: 1px solid #e2a63b1f;
  border-radius: 14px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.Contact-module__Bs3a0a__itemIcon svg {
  width: 20px;
  height: 20px;
  color: var(--amber);
}

.Contact-module__Bs3a0a__itemLabel {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--cream-dim);
  margin-bottom: .3rem;
  font-size: .75rem;
  font-weight: 700;
}

.Contact-module__Bs3a0a__itemText {
  color: var(--cream);
  font-size: 1rem;
  font-weight: 500;
}

.Contact-module__Bs3a0a__itemLink {
  color: var(--amber);
  font-weight: 600;
  text-decoration: none;
  transition: color .3s;
}

.Contact-module__Bs3a0a__itemLink:hover {
  color: var(--amber-bright);
}

@media (max-width: 768px) {
  .Contact-module__Bs3a0a__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .Contact-module__Bs3a0a__itemText, .Contact-module__Bs3a0a__itemLink {
    font-size: 1.05rem;
  }
}

@media (pointer: coarse) {
  .Contact-module__Bs3a0a__itemLink {
    align-items: center;
    min-height: 44px;
    padding: 4px 0;
    display: inline-flex;
  }
}

@media (prefers-reduced-motion: reduce) {
  .Contact-module__Bs3a0a__itemLink {
    transition: none;
  }
}

/* [project]/src/components/Contact/ContactMap.module.css [app-client] (css) */
.ContactMap-module__Jms5pq__map {
  background: var(--bg-card);
  border: 1px solid #f5efe40a;
  border-radius: 20px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.ContactMap-module__Jms5pq__iframe {
  border: none;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .ContactMap-module__Jms5pq__map {
    aspect-ratio: 16 / 10;
    height: auto;
  }
}

@media (max-width: 480px) {
  .ContactMap-module__Jms5pq__map {
    aspect-ratio: 4 / 3;
    min-height: 280px;
  }
}

/* [project]/src/components/Footer/Footer.module.css [app-client] (css) */
.Footer-module__Grjkva__footer {
  background: var(--bg-deep);
  border-top: 1px solid #f5efe40a;
  padding: 3rem 2rem;
}

.Footer-module__Grjkva__inner {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.Footer-module__Grjkva__brand {
  font-family: var(--font-display);
  color: var(--cream);
  font-size: 1.2rem;
  font-weight: 800;
}

.Footer-module__Grjkva__brandDot {
  color: var(--amber);
}

.Footer-module__Grjkva__links {
  gap: 2rem;
  list-style: none;
  display: flex;
}

.Footer-module__Grjkva__link {
  color: var(--cream-dim);
  font-size: .85rem;
  text-decoration: none;
  transition: color .3s;
}

.Footer-module__Grjkva__link:hover {
  color: var(--amber);
}

.Footer-module__Grjkva__copy {
  color: var(--cream-dim);
  text-align: center;
  border-top: 1px solid #f5efe40a;
  width: 100%;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  font-size: .8rem;
}

@media (max-width: 768px) {
  .Footer-module__Grjkva__inner {
    text-align: center;
    flex-direction: column;
  }

  .Footer-module__Grjkva__links {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .Footer-module__Grjkva__links {
    flex-direction: column;
    gap: .5rem;
    width: 100%;
  }

  .Footer-module__Grjkva__link {
    text-align: center;
    min-height: 44px;
    padding: 10px 16px;
    display: block;
  }
}

@media (pointer: coarse) {
  .Footer-module__Grjkva__link {
    align-items: center;
    min-height: 44px;
    display: inline-flex;
  }
}

@media (prefers-reduced-motion: reduce) {
  .Footer-module__Grjkva__link {
    transition: none;
  }
}

/*# sourceMappingURL=src_components_11d3f444._.css.map*/