@font-face {
  font-family: "Budmo";
  src: url("assets/BudmoJiggler.TTF") format("truetype");
  font-display: swap;
}

:root {
  --ink: #160710;
  --paper: rgba(255, 255, 255, 0.975);
  --burgundy: #701835;
  --burgundy-soft: #8b2147;
  --pink-glow: #d62b69;
  --marquee-fill: #fffafd;
  --marquee-stroke: #8d3b58;
  --marquee-glow: #dd678f;
  --header-height: 4.5625rem;
  --card-width: 47.61rem;
  --layout-shift: clamp(-1.95rem, calc((64rem - 100vw) / 16.8), 0rem);
  --display-font: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  --body-font: "Open Sans", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 1rem);
  background: #050406;
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #050406;
  font-family: var(--body-font);
}

@supports (overflow-x: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

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

img,
video {
  display: block;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(139, 33, 71, 0.45);
  outline-offset: 4px;
}

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

.background-video-frame {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  background: #050406;
}

.background-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.03);
  transform-origin: center;
  filter: brightness(0.94) saturate(1.06) contrast(1.04);
}

.background-video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), transparent 34%, rgba(0, 0, 0, 0.14)),
    radial-gradient(circle at center, transparent 44%, rgba(0, 0, 0, 0.14) 100%);
}

.motion-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  opacity: 1;
  background:
    radial-gradient(circle at 50% 36%, rgba(195, 190, 198, 0.48), transparent 24%),
    linear-gradient(145deg, rgba(85, 5, 43, 0.5), transparent 44%),
    #050406;
  transition: opacity 400ms ease;
}

body.has-background-video .motion-backdrop {
  opacity: 0;
}

.backdrop-smoke,
.light-sweep,
.disco-ball {
  position: absolute;
}

.backdrop-smoke {
  width: 65rem;
  height: 65rem;
  border-radius: 50%;
  filter: blur(30px);
  opacity: 0.3;
}

.smoke-one {
  top: 2rem;
  left: -18rem;
  background: radial-gradient(circle, rgba(214, 43, 105, 0.34), transparent 64%);
  animation: drift-left 18s ease-in-out infinite alternate;
}

.smoke-two {
  right: -20rem;
  bottom: -12rem;
  background: radial-gradient(circle, rgba(247, 199, 68, 0.2), transparent 64%);
  animation: drift-right 22s ease-in-out infinite alternate;
}

.disco-ball {
  top: 4.5rem;
  left: 50%;
  width: min(75vw, 52rem);
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.92), transparent 5%),
    repeating-conic-gradient(rgba(255, 255, 255, 0.22) 0deg 8deg, rgba(95, 95, 105, 0.25) 8deg 16deg),
    radial-gradient(circle, #bdb9c2, #27202b 64%, #050406 69%);
  opacity: 0.46;
}

.light-sweep {
  top: 8rem;
  left: 50%;
  width: 75rem;
  height: 16rem;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  filter: blur(16px);
  opacity: 0.42;
}

.light-one {
  animation: sweep-left 12s ease-in-out infinite alternate;
}

.light-two {
  animation: sweep-right 14s ease-in-out infinite alternate;
}

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  height: var(--header-height);
  color: #11090d;
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 0.4rem 1.2rem rgba(32, 24, 27, 0.06);
}

.topbar-inner {
  --header-spacer: clamp(0rem, calc((100vw - 64rem) * 0.24), 7.75rem);
  width: min(calc(100% - 8rem), 65rem);
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 8.5rem minmax(1rem, 1fr) auto var(--header-spacer);
  align-items: center;
}

.brand {
  grid-column: 1;
  justify-self: start;
  color: #fff;
  font-family: "Budmo", var(--display-font);
  font-size: clamp(2.4rem, 4vw, 2.75rem);
  line-height: 0.9;
  transform: rotate(-6deg);
  transform-origin: left center;
  -webkit-text-stroke: 1.2px var(--burgundy);
  paint-order: stroke fill;
  text-shadow:
    0 0 0.16rem var(--burgundy),
    0 0 0.7rem rgba(139, 33, 71, 0.82),
    0 0 1.15rem rgba(214, 43, 105, 0.58);
}

.nav-actions {
  grid-column: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.8rem, 1.5vw, 1.35rem);
  color: #120b0e;
  font-family: var(--display-font);
  font-size: clamp(1.18rem, 1.7vw, 1.65rem);
  text-transform: uppercase;
}

.nav-actions a {
  min-height: 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 180ms ease, transform 180ms ease;
}

.nav-actions a:hover,
.nav-actions a:focus-visible {
  color: var(--burgundy);
  transform: translateY(-1px);
}

.nav-actions a:focus-visible,
.carousel-button:focus-visible,
.order-button:focus-visible,
.page-footer a:focus-visible {
  outline: 3px solid rgba(139, 33, 71, 0.4);
  outline-offset: 4px;
}

.nav-actions span {
  color: var(--burgundy);
  opacity: 0.72;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.call-link {
  min-width: 2.5rem;
  color: var(--burgundy) !important;
  font-size: 0;
}

.call-link::before {
  content: "\260E";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  line-height: 1;
  transform: rotate(-24deg);
}

.site-shell {
  position: relative;
  z-index: 5;
  width: 100%;
  min-height: 100vh;
  padding-top: var(--header-height);
  padding-bottom: clamp(8.25rem, calc(16.5rem - 8.6vw), 11rem);
}

.hero {
  width: 100%;
  min-height: clamp(25.625rem, 40vw, 28.3125rem);
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
}

.hero h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-family: "Budmo", var(--display-font);
  font-size: clamp(5.8rem, 26vw, 12.25rem);
  font-weight: 400;
  line-height: 0.85;
  transform: translateX(var(--layout-shift));
  text-shadow:
    0 0 0.22rem #fff,
    0 0 0.8rem rgba(229, 67, 126, 0.95),
    0 0 1.8rem rgba(139, 33, 71, 0.88),
    0.12rem 0.22rem 0 rgba(60, 0, 25, 0.34);
}

.floating-stage {
  position: relative;
  z-index: 6;
  left: var(--layout-shift);
  width: min(100%, 64rem);
  margin: 0 auto;
}

.content-card {
  position: relative;
  z-index: 3;
  isolation: isolate;
  container-type: inline-size;
  width: min(calc(100% - 2rem), var(--card-width));
  margin: 0 auto;
  color: var(--ink);
  background: none;
  overflow: visible;
}

.content-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0 0 2.125rem;
  border-radius: 3rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(255, 252, 253, 0.965)),
    radial-gradient(circle at 50% 22%, rgba(210, 210, 216, 0.22), transparent 42%);
  box-shadow: 0 2rem 4.8rem rgba(23, 3, 13, 0.34);
}

.card-content {
  position: relative;
  z-index: 2;
  padding: 3.75rem 3.25rem 0;
}

.intro-block,
.menu-block,
.access-block {
  position: relative;
  z-index: 2;
  text-align: center;
}

.intro-block h2 {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.4rem;
  white-space: nowrap;
}

.intro-prefix {
  color: #080608;
  font-family: var(--display-font);
  font-size: 2.82rem;
  font-weight: 400;
  line-height: 1;
}

.intro-roma {
  display: inline-block;
  color: var(--marquee-fill);
  font-family: "Budmo", var(--display-font);
  font-size: 4.35rem;
  font-weight: 400;
  line-height: 0.88;
  transform: rotate(-6deg);
  -webkit-text-stroke: 0.75px var(--marquee-stroke);
  paint-order: stroke fill;
  text-shadow:
    0 0 1px var(--marquee-stroke),
    0 0 4px rgba(178, 62, 101, 0.72),
    0 0 11px rgba(221, 103, 143, 0.48),
    3px 4px 5px rgba(58, 9, 27, 0.24);
}

.intro-block > p {
  max-width: 35rem;
  margin: 1.3rem auto 2.1rem;
  font-size: 0.98rem;
  line-height: 1.48;
}

.menu-block h2,
.access-block h2 {
  margin: 0;
  color: var(--marquee-fill);
  font-family: "Budmo", var(--display-font);
  font-weight: 400;
  line-height: 1;
  -webkit-text-stroke: 0.75px var(--marquee-stroke);
  paint-order: stroke fill;
  text-shadow:
    0 0 1px var(--marquee-stroke),
    0 0 4px rgba(178, 62, 101, 0.72),
    0 0 11px rgba(221, 103, 143, 0.48),
    3px 4px 5px rgba(58, 9, 27, 0.24);
}

.menu-block h2 {
  display: inline-block;
  font-size: 3.35rem;
  transform: rotate(-5deg);
}

.menu-subtitle {
  margin: 0.8rem 0 1.2rem;
  font-family: var(--display-font);
  font-size: 1.03rem;
  line-height: 1.22;
}

.carousel {
  position: relative;
  width: 100%;
  margin: 0 auto 1.15rem;
  padding-inline: 0.45rem;
}

.carousel-window {
  width: 100%;
  overflow: hidden;
}

.carousel-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 0.35rem;
}

.pizza-slide {
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.pizza-slide > img {
  width: 125%;
  height: auto;
  max-width: none;
  margin: -3.55rem -12.5% -3rem;
  filter: drop-shadow(0 1rem 1.15rem rgba(92, 12, 20, 0.13));
}

.pizza-copy {
  min-height: 4.4rem;
  padding-inline: 0.2rem;
}

.pizza-copy h3 {
  margin: 0 0 0.25rem;
  color: #1b1116;
  font-family: var(--display-font);
  font-size: 0.88rem;
  text-transform: uppercase;
}

.pizza-copy p {
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.carousel-button {
  position: absolute;
  top: 42%;
  z-index: 8;
  width: 2.4rem;
  height: 4.5rem;
  border: 0;
  padding: 0;
  display: grid;
  place-items: center;
  color: rgba(80, 75, 78, 0.42);
  background: transparent;
  font: 4.5rem/1 Arial, sans-serif;
  text-shadow: 0 0.18rem 0.25rem rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transform: translateY(-50%);
  transition: color 180ms ease, transform 180ms ease;
}

.carousel-button:hover,
.carousel-button:focus-visible {
  color: var(--burgundy);
  transform: translateY(-50%) scale(1.06);
}

.carousel-button.prev {
  left: -2.45rem;
}

.carousel-button.next {
  right: -2.45rem;
}

.order-button {
  width: 11rem;
  min-height: 2.85rem;
  margin: 0 auto 2.3rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--burgundy);
  box-shadow: 0 0.72rem 1.3rem rgba(112, 24, 53, 0.2);
  font-family: var(--display-font);
  font-size: 1.2rem;
  transition: transform 180ms ease, background 180ms ease;
}

.order-button:hover,
.order-button:focus-visible {
  background: #8b2147;
  transform: translateY(-2px);
}

.access-block {
  margin-top: 0.3rem;
}

.access-block h2 {
  font-size: 2.65rem;
}

.access-grid {
  width: min(100%, 26rem);
  margin: 1.15rem auto 1.35rem;
  display: grid;
  grid-template-columns: minmax(0, 11.25rem) minmax(0, 12.5rem);
  justify-content: center;
  align-items: start;
  gap: 2.25rem;
  text-align: left;
}

.access-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.access-column:first-child {
  padding-left: 0.15rem;
}

.access-item h3 {
  margin: 0 0 0.25rem;
  color: #21151a;
  font-size: 0.98rem;
  text-transform: uppercase;
}

.access-item h3 span {
  color: var(--burgundy);
}

.access-item p,
.access-item address {
  margin: 0 0 0.2rem;
  font-size: 0.88rem;
  font-style: normal;
  line-height: 1.32;
}

.access-item address {
  text-decoration: underline;
  text-underline-offset: 0.08rem;
}

.footer-anchor {
  position: relative;
  z-index: 5;
}

.page-footer {
  position: relative;
  z-index: 8;
  width: 100%;
  min-height: 5.0625rem;
  margin: 0;
  padding: 0.85rem 2.5rem;
  border-radius: 999px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  color: #fff;
  background: rgba(112, 24, 53, 0.975);
  box-shadow:
    inset 0 0.75rem 0 rgba(255, 255, 255, 0.045),
    0 1rem 1.8rem rgba(75, 6, 32, 0.14);
  font-size: 0.76rem;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.35rem;
  text-transform: uppercase;
}

.footer-label {
  margin-right: 0.2rem;
  font-family: var(--display-font);
  font-size: 0.9rem;
}

.social-icon {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  flex: 0 0 auto;
  margin: 0;
  object-fit: contain;
}

.page-footer > strong {
  display: inline-block;
  justify-self: center;
  color: #fff;
  font-family: "Budmo", var(--display-font);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  transform: rotate(-6deg) translateY(-0.05rem);
  transform-origin: center;
  -webkit-text-stroke: 0.7px #fff;
  paint-order: stroke fill;
  text-shadow:
    0 0 0.1rem #fff,
    0 0 0.62rem rgba(255, 174, 205, 0.82);
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.12rem;
  font-size: 0.68rem;
  line-height: 1.12;
}

.footer-links a {
  text-decoration: underline;
  text-underline-offset: 0.14rem;
}

.gif-decor {
  position: absolute;
  z-index: 6;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}

.gif-decor > img {
  position: absolute;
  max-width: none;
  filter: none;
}

.gif-decor.diva {
  left: -8.399cqw;
  top: -8.136cqw;
  width: 21.654cqw;
  height: 30.315cqw;
}

.gif-decor.diva > img {
  left: -1.083cqw;
  top: -6.976cqw;
  width: 32.48cqw;
  height: 43.604cqw;
}

.gif-decor.face {
  right: -6.325cqw;
  top: 30.577cqw;
  width: 17.06cqw;
  height: 23.228cqw;
}

.gif-decor.face > img {
  left: -4.632cqw;
  top: -4.203cqw;
  width: 23.159cqw;
  height: 27.653cqw;
}

.gif-decor.dancer {
  left: -15.092cqw;
  bottom: 100%;
  width: 38.583cqw;
  height: 27.165cqw;
}

.gif-decor.dancer > img {
  left: -2.248cqw;
  top: -1.35cqw;
  width: 43.169cqw;
  height: 28.514cqw;
}

.gif-decor.trio {
  right: -4.987cqw;
  bottom: 100%;
  width: 31.234cqw;
  height: 17.585cqw;
}

.gif-decor.trio > img {
  left: -0.477cqw;
  top: -11.522cqw;
  width: 32.734cqw;
  height: 39.967cqw;
}

@keyframes drift-left {
  to {
    transform: translate3d(7rem, 4rem, 0);
  }
}

@keyframes drift-right {
  to {
    transform: translate3d(-7rem, -4rem, 0);
  }
}

@keyframes sweep-left {
  from {
    transform: translateX(-50%) rotate(-18deg);
  }
  to {
    transform: translateX(-50%) rotate(16deg);
  }
}

@keyframes sweep-right {
  from {
    transform: translateX(-50%) rotate(24deg);
  }
  to {
    transform: translateX(-50%) rotate(-13deg);
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 4.25rem;
    --layout-shift: 0rem;
  }

  .topbar-inner {
    width: calc(100% - 2.5rem);
    grid-template-columns: auto minmax(1rem, 1fr) auto;
  }

  .hero {
    min-height: clamp(22rem, 48vw, 27rem);
  }

  .floating-stage {
    left: 0;
  }

  .card-content {
    padding: 3rem 2rem 0;
  }

  .carousel-button.prev {
    left: -1.8rem;
  }

  .carousel-button.next {
    right: -1.8rem;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 4rem;
  }

  .site-shell {
    padding-bottom: 8rem;
  }

  .topbar-inner {
    width: calc(100% - 1.5rem);
  }

  .brand {
    font-size: 2rem;
  }

  .nav-actions {
    gap: 0.65rem;
    font-size: 0.86rem;
  }

  .nav-actions span {
    display: none;
  }

  .call-link {
    min-width: 1.8rem;
  }

  .call-link::before {
    font-size: 1.35rem;
  }

  .hero {
    min-height: clamp(17rem, 80vw, 22rem);
  }

  .content-card {
    width: calc(100% - 2rem);
  }

  .content-card::before {
    inset-bottom: 1.125rem;
    border-radius: 1.75rem;
  }

  .card-content {
    padding: 2.6rem 1.35rem 0;
  }

  .intro-prefix {
    font-size: clamp(1.75rem, 7vw, 2.25rem);
  }

  .intro-roma {
    font-size: clamp(2.6rem, 11vw, 3.45rem);
  }

  .intro-block > p {
    margin-top: 1rem;
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .gif-decor.face {
    top: 75cqw;
  }

  .menu-block h2 {
    font-size: 2.45rem;
  }

  .menu-subtitle {
    font-size: 0.92rem;
  }

  .carousel {
    width: min(100%, 22rem);
    padding-inline: 1.7rem;
  }

  .carousel-track {
    display: flex;
    gap: 0;
  }

  .pizza-slide {
    min-width: 100%;
  }

  .pizza-slide > img {
    width: 92%;
    margin: -4.6rem auto -4rem;
  }

  .pizza-copy {
    min-height: 4.6rem;
  }

  .pizza-copy p {
    max-width: 15rem;
    margin-inline: auto;
    font-size: 0.72rem;
  }

  .carousel-button.prev {
    left: -0.35rem;
  }

  .carousel-button.next {
    right: -0.35rem;
  }

  .access-block h2 {
    font-size: 2.35rem;
  }

  .access-grid {
    width: min(100%, 20rem);
    margin-bottom: 6rem;
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: center;
  }

  .access-column {
    gap: 1rem;
  }

  .access-column:first-child {
    padding-left: 0;
  }

  .page-footer {
    min-height: 9rem;
    padding: 1rem;
    border-radius: 1.75rem;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.7rem;
    text-align: center;
  }

  .footer-social {
    justify-content: center;
    flex-wrap: wrap;
  }

  .page-footer > strong {
    font-size: 2rem;
  }

  .footer-links {
    align-items: center;
    font-size: 0.67rem;
  }
}

@media (max-width: 430px) {
  .topbar-inner {
    width: calc(100% - 1rem);
  }

  .brand {
    font-size: 1.78rem;
  }

  .nav-actions {
    gap: 0.45rem;
    font-size: 0.75rem;
  }

  .hero {
    min-height: 18.7rem;
  }

  .card-content {
    padding-inline: 1.05rem;
  }

  .intro-block h2 {
    gap: 0.2rem;
  }

  .intro-prefix {
    font-size: 1.62rem;
  }

  .intro-roma {
    font-size: 2.45rem;
  }

  .intro-block > p {
    font-size: 0.87rem;
  }

  .menu-subtitle {
    font-size: 0.82rem;
  }

  .carousel {
    padding-inline: 1.35rem;
  }
}

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

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