:root {
  --terracotta: #800000;
  --terracotta-soft: #800000;
  --terracotta-deep: #800000;
  --color-white: #EAE2D0;
  --cream: #EAE2D0;
  --cream-soft: #EAE2D0;
  --cream-deep: #EAE2D0;
  --primary: var(--terracotta);
  --primary-foreground: var(--cream-soft);
  --sidebar-primary: var(--terracotta);
  --sidebar-primary-foreground: var(--cream-soft);
  --chart-1: var(--terracotta);
  --chart-5: var(--cream-deep);
  --background: var(--cream-soft);
  --card: var(--cream);
  --popover: var(--cream-soft);
  --secondary: var(--cream-deep);
  --muted: var(--cream-deep);
  --destructive: var(--terracotta);
  --destructive-foreground: var(--cream-soft);
  --border: var(--cream-deep);
  --input: var(--cream-deep);
  --ring: var(--terracotta);
  --sidebar: var(--cream-soft);
  --sidebar-accent: var(--cream-deep);
  --sidebar-border: var(--cream-deep);
  --sidebar-ring: var(--terracotta);
}

body {
  background-image:
    radial-gradient(at 20% 10%, rgba(234, 226, 208, 0.18), transparent 50%),
    radial-gradient(at 80% 80%, rgba(234, 226, 208, 0.16), transparent 50%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'><filter id='noise'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.18 0 0 0 0 0.13 0 0 0 0 0.08 0 0 0 0.05 0'/></filter><rect width='100%25' height='100%25' filter='url(%23noise)'/></svg>") !important;
}

.burrata-tip {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(128, 0, 0, 0.32);
  background: rgba(234, 226, 208, 0.72);
  color: rgba(43, 24, 16, 0.78);
  box-shadow: inset 0 0 0 1px rgba(234, 226, 208, 0.36);
}

.burrata-tip-card {
  margin-top: 0.85rem;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  font-size: 0.68rem;
  line-height: 1;
}

.burrata-tip-modal {
  margin-bottom: 1.75rem;
  padding: 0.62rem 0.95rem;
  border-radius: 999px;
  font-size: 0.82rem;
}

.burrata-tip__label {
  color: var(--terracotta);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  white-space: nowrap;
}

[data-loc="client/src/components/Navigation.tsx:47"] {
  display: inline-flex !important;
  align-items: center;
  position: relative;
  isolation: isolate;
  gap: 0.65rem;
  min-height: 3.2rem;
  padding: 0.38rem 0.72rem 0.38rem 0.5rem;
  border-radius: 2px;
  background: var(--terracotta) !important;
  color: var(--cream-soft) !important;
  white-space: nowrap !important;
  line-height: 1;
  box-shadow:
    inset 0 0 0 1px rgba(234, 226, 208, 0.06),
    0 8px 22px rgba(128, 0, 0, 0.16);
}

[data-loc="client/src/components/Navigation.tsx:47"]::before {
  content: "";
  position: relative;
  z-index: 1;
  flex: 0 0 2.45rem;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 999px;
  background-color: var(--terracotta);
  background-image: url("/assets/welo-scissor-pizza-mark.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 82%;
  box-shadow: none;
}

[data-loc="client/src/components/Navigation.tsx:47"]::after {
  content: none !important;
  display: none !important;
}

[data-loc="client/src/components/Navigation.tsx:48"] {
  position: relative;
  z-index: 1;
  border-color: var(--cream-soft) !important;
  color: var(--cream-soft) !important;
  background: transparent !important;
}

[data-loc="client/src/components/Navigation.tsx:52"],
[data-loc="client/src/components/Navigation.tsx:55"],
[data-loc="client/src/components/Navigation.tsx:58"] {
  color: var(--cream-soft) !important;
}

[data-loc="client/src/components/Navigation.tsx:65"] {
  display: none !important;
}

#story [data-loc="client/src/components/Story.tsx:77"] {
  position: relative;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-left: 1.5px solid rgba(128, 0, 0, 0.24);
  background:
    linear-gradient(135deg, rgba(128, 0, 0, 0.075), transparent 42%),
    linear-gradient(180deg, rgba(234, 226, 208, 0.72), rgba(234, 226, 208, 0.22));
  border-radius: 8px;
  overflow: visible;
  box-shadow: inset 0 0 0 1px rgba(128, 0, 0, 0.08), 0 10px 30px rgba(43, 24, 16, 0.04);
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease, background 0.45s ease;
}

#story [data-loc="client/src/components/Story.tsx:77"]:hover {
  transform: translateY(-4px);
  border-color: rgba(128, 0, 0, 0.44);
  box-shadow: inset 0 0 0 1px rgba(128, 0, 0, 0.14), 0 20px 46px rgba(128, 0, 0, 0.11);
}

#story [data-loc="client/src/components/Story.tsx:77"] p {
  max-width: 43rem;
  animation: about-copy-in 0.75s ease both;
}

#story [data-loc="client/src/components/Story.tsx:77"] p:nth-of-type(2) {
  animation-delay: 0.08s;
}

#story [data-loc="client/src/components/Story.tsx:77"] p:nth-of-type(3) {
  animation-delay: 0.16s;
}

#story [data-loc="client/src/components/Story.tsx:77"] p:nth-of-type(4) {
  animation-delay: 0.24s;
}

#story [data-loc="client/src/components/Story.tsx:77"] p:nth-of-type(5) {
  animation-delay: 0.32s;
}

#story [data-loc="client/src/components/Story.tsx:77"] strong {
  position: relative;
  display: inline;
  background-image: linear-gradient(transparent 62%, rgba(128, 0, 0, 0.13) 62%);
  background-size: 100% 100%;
  border-radius: 2px;
}

@keyframes about-scissor-float {
  0%,
  100% {
    transform: translateY(0) rotate(-7deg);
  }
  50% {
    transform: translateY(-5px) rotate(2deg);
  }
}

@keyframes about-copy-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 768px) {
  [data-loc="client/src/components/Navigation.tsx:47"] {
    gap: 0.72rem;
    min-height: 3.55rem;
    padding: 0.42rem 0.85rem 0.42rem 0.58rem;
  }

  [data-loc="client/src/components/Navigation.tsx:47"]::before {
    flex-basis: 2.85rem;
    width: 2.85rem;
    height: 2.85rem;
  }

}

.about-text-ready {
  padding: clamp(1.15rem, 2.4vw, 1.75rem) !important;
  border: 1.5px solid rgba(128, 0, 0, 0.22) !important;
  border-radius: 8px 28px 8px 28px !important;
  background: rgba(234, 226, 208, 0.58) !important;
  box-shadow: none !important;
  overflow: hidden !important;
  transform: none !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease !important;
}

.about-text-ready:hover {
  transform: none !important;
  box-shadow: none !important;
}

.about-text-ready::before,
.about-text-ready::after {
  content: none !important;
  display: none !important;
}

.about-text-ready p,
.about-text-ready h3,
.about-text-ready .about-text-counter {
  animation: none !important;
}

.about-left-carousel {
  position: relative;
  width: min(100%, 28rem);
  margin-top: clamp(1.75rem, 4vw, 3rem);
}

.about-left-carousel::before {
  content: none !important;
  display: none !important;
}

.about-stack-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  perspective: 900px;
}

.about-left-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid rgba(128, 0, 0, 0.2);
  border-radius: 8px;
  background: var(--cream-soft);
  box-shadow: 0 26px 60px rgba(43, 24, 16, 0.16);
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 0, 0) scale(0.92);
  transition: transform 0.34s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.22s ease, box-shadow 0.22s ease;
  will-change: transform, opacity;
}

.about-left-image.is-active {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  box-shadow: 0 28px 60px rgba(43, 24, 16, 0.15);
}

.about-left-image.is-next {
  z-index: 2;
  opacity: 0.46;
  pointer-events: auto;
  transform: translate3d(1.15rem, 0.95rem, -1px) rotate(3.2deg) scale(0.93);
}

.about-left-image.is-prev {
  z-index: 1;
  opacity: 0.34;
  pointer-events: auto;
  transform: translate3d(-1.1rem, 1.35rem, -2px) rotate(-3.8deg) scale(0.9);
}

.about-left-image:hover {
  box-shadow: 0 30px 64px rgba(128, 0, 0, 0.13);
}

.about-left-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
}

.about-left-image img[src$="welo-about-logo.png"] {
  object-fit: contain;
  padding: clamp(1.1rem, 3vw, 1.7rem);
  background: var(--terracotta);
}

.about-left-dots {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1rem;
}

.about-left-dots button {
  width: 2rem;
  height: 0.32rem;
  border: 0;
  border-radius: 999px;
  background: rgba(128, 0, 0, 0.2);
  transition: background 0.2s ease, width 0.2s ease;
}

.about-left-dots button.is-active {
  width: 3rem;
  background: var(--terracotta);
}

.about-text-carousel {
  min-height: clamp(24rem, 32vw, 28rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: none;
}

.about-text-carousel.is-switching {
  opacity: 1;
  transform: none;
}

.about-text-counter {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: clamp(1rem, 2vw, 1.45rem);
  color: rgba(43, 26, 19, 0.72);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.about-text-counter i {
  width: 4rem;
  height: 1px;
  background: rgba(128, 0, 0, 0.28);
}

.about-text-eyebrow {
  margin: 0 0 0.65rem;
  color: var(--terracotta);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-text-carousel h3 {
  margin: 0;
  color: var(--espresso);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 3.65rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.about-text-body {
  margin: clamp(1rem, 2vw, 1.4rem) 0 0;
  color: rgba(43, 26, 19, 0.82);
  font-size: clamp(1rem, 1.55vw, 1.12rem);
  font-weight: 550;
  line-height: 1.72;
}

.about-text-controls {
  display: flex;
  align-items: center;
  gap: 0.78rem;
  margin-top: clamp(1.35rem, 3vw, 2rem);
}

.about-text-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(128, 0, 0, 0.28);
  border-radius: 999px;
  background: transparent;
  color: var(--terracotta);
  font-size: 1.95rem;
  line-height: 1;
  transition: background 0.16s ease, color 0.16s ease, transform 0.16s ease, border-color 0.16s ease;
}

.about-text-arrow:hover {
  border-color: var(--terracotta);
  background: var(--terracotta);
  color: var(--cream-soft);
  transform: translateY(-2px);
}

[data-loc="client/src/components/Navigation.tsx:77"] {
  transform: translateZ(0);
  transition: color 0.14s ease !important;
  will-change: color;
}

[data-loc="client/src/components/Navigation.tsx:77"].reveal-line::after {
  width: 100% !important;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease !important;
  will-change: transform;
}

[data-loc="client/src/components/Navigation.tsx:77"].reveal-line:hover::after {
  transform: scaleX(1);
}

@media (min-width: 1024px) {
  #story [data-loc="client/src/components/Story.tsx:76"] {
    padding-top: clamp(10rem, 17vw, 14rem) !important;
  }
}

@media (max-width: 560px) {
  .about-left-carousel {
    width: min(100%, 21rem);
  }

  .about-left-image {
    aspect-ratio: 4 / 4.45;
  }

  .about-text-carousel {
    min-height: auto;
  }

  .about-text-carousel h3 {
    font-size: 1.95rem;
  }

  .about-text-body {
    line-height: 1.58;
  }
}

[data-loc="client/src/components/Hero.tsx:22"] {
  background: radial-gradient(circle, rgba(128, 0, 0, 0.5) 0%, transparent 70%) !important;
}

[data-loc="client/src/components/Hero.tsx:137"] {
  filter: drop-shadow(0 8px 32px rgba(128, 0, 0, 0.35)) !important;
}

[data-loc="client/src/components/Hero.tsx:150"] {
  filter: drop-shadow(0 4px 16px rgba(128, 0, 0, 0.4)) !important;
}

[data-loc="client/src/components/Hero.tsx:87"] {
  display: block !important;
  max-width: 17rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-top: 0 !important;
  padding-top: 0 !important;
  text-align: center !important;
}

[data-loc="client/src/components/Hero.tsx:91"],
[data-loc="client/src/components/Hero.tsx:95"] {
  display: none !important;
}

[data-loc="client/src/components/Hero.tsx:99"] {
  position: relative;
  width: min(100%, 16rem);
  min-height: 6.15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.34rem;
  border-left: 0 !important;
  border: 1.5px solid var(--terracotta);
  background: var(--cream-soft);
  color: var(--terracotta);
  padding: 0.92rem 1.15rem !important;
  border-radius: 8px 28px 8px 28px;
  box-shadow: 0 16px 36px rgba(128, 0, 0, 0.14), inset 0 0 0 1px rgba(128, 0, 0, 0.05);
  transform-origin: center;
  animation: oven-sticker-float 4.8s ease-in-out infinite;
}

[data-loc="client/src/components/Hero.tsx:99"]::after {
  content: "";
  position: absolute;
  inset: 0.42rem;
  width: auto;
  border-radius: 999px;
  border: 1px solid rgba(128, 0, 0, 0.16);
  background: transparent;
  opacity: 1;
  pointer-events: none;
}

[data-loc="client/src/components/Hero.tsx:100"] {
  color: var(--terracotta) !important;
  font-size: clamp(1.32rem, 2.8vw, 1.82rem) !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

[data-loc="client/src/components/Hero.tsx:101"] {
  color: var(--terracotta) !important;
  margin-top: 0 !important;
  font-size: 0.68rem !important;
  letter-spacing: 0.08em !important;
  max-width: 14.5rem;
  white-space: nowrap;
}

[data-loc="client/src/components/Hero.tsx:75"] {
  width: fit-content !important;
  align-self: center !important;
  white-space: nowrap !important;
  border-color: rgba(128, 0, 0, 0.5) !important;
  color: var(--terracotta) !important;
  background: transparent !important;
  box-shadow: inset 0 0 0 1px rgba(128, 0, 0, 0.12);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, transform 0.3s ease !important;
}

[data-loc="client/src/components/Hero.tsx:75"]:hover {
  border-color: var(--terracotta) !important;
  color: var(--terracotta) !important;
  box-shadow: inset 0 0 0 1px rgba(128, 0, 0, 0.38), 0 0 0 4px rgba(128, 0, 0, 0.08);
  transform: translateY(-1px);
}

@keyframes oven-sticker-float {
  0%,
  100% {
    transform: translateY(0) rotate(-1.5deg);
    box-shadow: 0 16px 36px rgba(128, 0, 0, 0.14), inset 0 0 0 1px rgba(128, 0, 0, 0.05);
  }
  50% {
    transform: translateY(-5px) rotate(1deg);
    box-shadow: 0 22px 42px rgba(128, 0, 0, 0.18), inset 0 0 0 1px rgba(128, 0, 0, 0.08);
  }
}

.dark {
  --primary: var(--terracotta);
  --primary-foreground: var(--cream-soft);
  --destructive: var(--terracotta);
  --destructive-foreground: var(--cream-soft);
  --ring: var(--terracotta);
}

.google-reviews-section {
  position: relative;
  overflow: hidden;
  background: var(--cream-soft);
  padding: clamp(4.75rem, 8vw, 7.5rem) 1rem;
}

.google-reviews-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(128, 0, 0, 0.05), rgba(128, 0, 0, 0) 34%),
    linear-gradient(90deg, rgba(66, 133, 244, 0.08), rgba(251, 188, 4, 0.08) 45%, rgba(52, 168, 83, 0.08));
  opacity: 0.58;
  pointer-events: none;
}

.google-reviews-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 74rem);
  margin: 0 auto;
}

.google-section-copy {
  width: min(100%, 48rem);
  margin: 0 auto 1.6rem;
  text-align: center;
}

.google-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  margin-bottom: 0.8rem;
  color: var(--terracotta);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.google-section-copy h2 {
  margin: 0;
  color: var(--espresso);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(2.55rem, 5vw, 5rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0;
}

.google-section-copy h2 span {
  color: var(--terracotta);
}

.google-section-copy p {
  width: min(100%, 39rem);
  margin: 1rem auto 0;
  color: rgba(43, 26, 19, 0.76);
  font-size: clamp(0.98rem, 1.4vw, 1.08rem);
  line-height: 1.72;
}

.google-review-card {
  color: #e8eaed;
  background: #202124;
  border: 1px solid rgba(232, 234, 237, 0.14);
  box-shadow: 0 26px 70px rgba(32, 33, 36, 0.24);
}

.google-scorebar {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.05rem;
  width: min(100%, 49rem);
  margin: 0 auto;
  padding: 0.75rem 0.85rem 0.75rem 1rem;
  border-radius: 8px;
  color: #e8eaed;
  background: #202124;
  border: 1px solid rgba(232, 234, 237, 0.14);
  box-shadow: 0 18px 44px rgba(32, 33, 36, 0.18);
  animation: google-panel-in 0.75s ease both;
}

.google-scorebar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.28rem;
  border-radius: 8px 0 0 8px;
  background: linear-gradient(180deg, #4285f4, #34a853 34%, #fbbc04 67%, #ea4335);
}

.google-scorebar-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.7rem;
  padding-left: 0.2rem;
  font-size: 1.14rem;
}

.google-stars {
  display: inline-flex;
  color: #fbbc04;
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 0 18px rgba(251, 188, 4, 0.18);
}

.google-scorebar-rating {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  min-width: 0;
}

.google-scorebar-rating strong {
  color: #f1f3f4;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-weight: 800;
  line-height: 1;
}

.google-scorebar-rating .google-stars {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.google-scorebar-rating span:not(.google-stars) {
  color: #aeb0b4;
  font-size: 0.95rem;
  font-weight: 800;
  white-space: nowrap;
}

.google-scorebar-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0.56rem 1rem;
  border: 1px solid rgba(138, 180, 248, 0.42);
  border-radius: 999px;
  color: #8ab4f8;
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.google-scorebar-link:hover {
  border-color: #8ab4f8;
  background: rgba(138, 180, 248, 0.11);
  transform: translateY(-1px);
}

.google-carousel {
  position: relative;
  max-width: 68rem;
  margin: clamp(2.2rem, 4vw, 3.4rem) auto 0;
  padding: 0 3.2rem;
}

.google-reviews-stage {
  position: relative;
  height: 28rem;
  perspective: 1200px;
}

.google-review-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(39rem, 74vw);
  min-height: 20.2rem;
  padding: clamp(1.05rem, 2.5vw, 1.45rem);
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.74);
  transition: transform 0.62s cubic-bezier(0.2, 0.85, 0.24, 1), opacity 0.45s ease, filter 0.45s ease;
  will-change: transform, opacity;
  clip-path: polygon(0 0, calc(100% - 1.45rem) 0, 100% 1.45rem, 100% 100%, 1.45rem 100%, 0 calc(100% - 1.45rem));
}

.google-review-card.is-active {
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
  cursor: default;
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
  filter: saturate(1.04);
}

.google-review-card.is-prev {
  z-index: 3;
  opacity: 0.68;
  pointer-events: auto;
  cursor: pointer;
  transform: translate(calc(-50% - 18rem), calc(-50% + 1.1rem)) rotate(-7deg) scale(0.82);
  filter: blur(0.2px) saturate(0.88);
}

.google-review-card.is-next {
  z-index: 3;
  opacity: 0.68;
  pointer-events: auto;
  cursor: pointer;
  transform: translate(calc(-50% + 18rem), calc(-50% + 1.1rem)) rotate(7deg) scale(0.82);
  filter: blur(0.2px) saturate(0.88);
}

.google-review-card.is-prev-2 {
  z-index: 2;
  opacity: 0.28;
  cursor: pointer;
  transform: translate(calc(-50% - 27rem), calc(-50% + 2.2rem)) rotate(-11deg) scale(0.72);
}

.google-review-card.is-next-2 {
  z-index: 2;
  opacity: 0.28;
  cursor: pointer;
  transform: translate(calc(-50% + 27rem), calc(-50% + 2.2rem)) rotate(11deg) scale(0.72);
}

.google-review-topline {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.9rem;
}

.google-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 999px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  box-shadow: inset 0 -12px 24px rgba(0, 0, 0, 0.16);
}

.avatar-photo { background: linear-gradient(135deg, #8ab4f8, #fbbc04); color: #202124; }
.avatar-green { background: #689f38; }
.avatar-indigo { background: #5b6ec9; }
.avatar-caramel { background: linear-gradient(135deg, #9c6a4c, #f4b183); }
.avatar-brown { background: #8d6e63; }
.avatar-purple { background: #8e24aa; }
.avatar-teal { background: #00695c; }
.avatar-blue { background: #4285f4; }
.avatar-yellow { background: linear-gradient(135deg, #fbbc04, #607d8b); }
.avatar-violet { background: #ab47bc; }
.avatar-rose { background: linear-gradient(135deg, #f8bbd0, #7e57c2); }

.google-review-person h3 {
  margin: 0;
  color: #f1f3f4;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.1;
}

.google-review-person p,
.google-review-rating span,
.google-review-context,
.google-review-source {
  color: #aeb0b4;
}

.google-review-person p {
  margin: 0.16rem 0 0;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.28;
}

.google-more {
  display: inline-flex;
  width: 2rem;
  height: 2.4rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transition: background 0.2s ease;
}

.google-more:hover,
.google-more[aria-expanded="true"] {
  background: rgba(232, 234, 237, 0.09);
}

.google-more span {
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  background: #bdc1c6;
}

.google-review-menu {
  position: absolute;
  z-index: 12;
  right: 0.45rem;
  top: 3.65rem;
  width: min(16rem, 74vw);
  padding: 0.45rem;
  border: 1px solid rgba(232, 234, 237, 0.18);
  border-radius: 8px;
  background: #303134;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  animation: google-menu-in 0.18s ease both;
}

.google-review-menu a {
  display: block;
  padding: 0.72rem 0.8rem;
  border-radius: 6px;
  color: #e8eaed;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.28;
  text-decoration: none;
}

.google-review-menu a:hover {
  background: rgba(138, 180, 248, 0.12);
  color: #8ab4f8;
}

.google-review-rating {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1.25rem;
}

.google-review-card .google-stars {
  font-size: 1.32rem;
  animation: review-star-glow 2.8s ease-in-out infinite;
}

.google-review-rating span:not(.google-stars) {
  font-size: 0.93rem;
  font-weight: 800;
}

.google-review-context {
  margin: 0.85rem 0 0;
  font-size: 0.9rem;
  font-weight: 800;
}

.google-review-text {
  margin: 1rem 0 0;
  color: #d6d8dc;
  font-size: clamp(0.98rem, 1.55vw, 1.13rem);
  font-weight: 650;
  line-height: 1.58;
}

.google-review-source {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  margin-top: 1.1rem;
  font-size: 0.78rem;
  font-weight: 800;
}

.google-wordmark {
  display: inline-flex;
  align-items: baseline;
  color: #f1f3f4;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.google-section-kicker .google-wordmark {
  letter-spacing: 0;
  text-transform: none;
}

.google-blue { color: #4285f4; }
.google-red { color: #ea4335; }
.google-yellow { color: #fbbc04; }
.google-green { color: #34a853; }

.google-carousel-control {
  position: absolute;
  z-index: 8;
  top: 50%;
  width: 2.65rem;
  height: 2.65rem;
  border: 1px solid rgba(128, 0, 0, 0.24);
  border-radius: 999px;
  background: rgba(234, 226, 208, 0.92);
  color: var(--terracotta);
  font-size: 2rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  box-shadow: 0 12px 28px rgba(128, 0, 0, 0.12);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.google-carousel-control:hover {
  border-color: var(--terracotta);
  background: var(--terracotta);
  color: var(--cream-soft);
  transform: translateY(-50%) scale(1.04);
}

.google-carousel-prev {
  left: 0;
}

.google-carousel-next {
  right: 0;
}

@keyframes google-panel-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes review-star-glow {
  0%,
  100% {
    text-shadow: 0 0 12px rgba(251, 188, 4, 0.13);
  }
  50% {
    text-shadow: 0 0 22px rgba(251, 188, 4, 0.33);
  }
}

@keyframes google-menu-in {
  from {
    opacity: 0;
    transform: translateY(-5px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 900px) {
  .google-scorebar {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .google-scorebar-rating {
    justify-content: center;
    flex-wrap: wrap;
  }

  .google-carousel {
    padding: 0 0.6rem;
  }

  .google-reviews-stage {
    height: 31rem;
    overflow: hidden;
  }

  .google-review-card {
    width: min(30rem, 88vw);
  }

  .google-review-card.is-prev {
    transform: translate(calc(-50% - 5.4rem), calc(-50% + 2rem)) rotate(-8deg) scale(0.76);
  }

  .google-review-card.is-next {
    transform: translate(calc(-50% + 5.4rem), calc(-50% + 2rem)) rotate(8deg) scale(0.76);
  }

  .google-review-card.is-prev-2,
  .google-review-card.is-next-2 {
    opacity: 0;
  }

  .google-carousel-control {
    top: auto;
    bottom: -0.45rem;
    transform: none;
  }

  .google-carousel-control:hover {
    transform: scale(1.04);
  }

  .google-carousel-prev {
    left: calc(50% - 3.25rem);
  }

  .google-carousel-next {
    right: calc(50% - 3.25rem);
  }
}

@media (max-width: 560px) {
  .google-reviews-section {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .google-scorebar {
    padding: 0.95rem 0.85rem;
  }

  .google-reviews-stage {
    height: 34rem;
  }

  .google-review-card {
    width: min(27rem, 91vw);
    min-height: 25rem;
  }

  .google-review-text {
    line-height: 1.52;
  }
}

#drinks {
  color: var(--espresso) !important;
  background: var(--cream-soft) !important;
}

#drinks::before {
  content: none !important;
  display: none !important;
}

#drinks [data-loc="client/src/components/Drinks.tsx:23"] {
  background: radial-gradient(circle, rgba(128, 0, 0, 0.06), transparent 70%) !important;
}

#drinks [data-loc="client/src/components/Drinks.tsx:25"] {
  background: radial-gradient(circle, rgba(128, 0, 0, 0.045), transparent 70%) !important;
}

#drinks [data-loc="client/src/components/Drinks.tsx:31"],
#drinks [data-loc="client/src/components/Drinks.tsx:35"],
#drinks [data-loc="client/src/components/Drinks.tsx:55"] {
  color: var(--terracotta) !important;
}

#drinks [data-loc="client/src/components/Drinks.tsx:32"],
#drinks [data-loc="client/src/components/Drinks.tsx:58"] {
  color: var(--espresso) !important;
}

#drinks [data-loc="client/src/components/Drinks.tsx:42"] {
  color: rgba(43, 26, 19, 0.72) !important;
}

#drinks [data-loc="client/src/components/Drinks.tsx:52"] {
  position: relative;
  padding: clamp(0.9rem, 2vw, 1.25rem) 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

#drinks [data-loc="client/src/components/Drinks.tsx:52"]:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 -1px 0 rgba(128, 0, 0, 0.16);
}

#drinks [data-loc="client/src/components/Drinks.tsx:53"] {
  border-color: rgba(128, 0, 0, 0.22) !important;
}

#drinks [data-loc="client/src/components/Drinks.tsx:63"] {
  color: rgba(43, 26, 19, 0.82) !important;
}

#drinks [data-loc="client/src/components/Drinks.tsx:63"] + [data-loc="client/src/components/Drinks.tsx:63"],
#drinks [data-loc="client/src/components/Drinks.tsx:63"] {
  border-bottom: 1px solid rgba(128, 0, 0, 0.08);
  padding-bottom: 0.35rem;
}

#drinks [data-loc="client/src/components/Drinks.tsx:70"] {
  color: rgba(43, 26, 19, 0.45) !important;
}

#drinks [data-loc="client/src/components/Drinks.tsx:75"] {
  color: var(--terracotta) !important;
  font-weight: 800 !important;
}

footer[data-loc="client/src/components/Footer.tsx:8"] {
  color: var(--espresso) !important;
  background: var(--cream-soft) !important;
}

footer[data-loc="client/src/components/Footer.tsx:8"]::before {
  content: none !important;
  display: none !important;
}

footer[data-loc="client/src/components/Footer.tsx:8"] [data-loc="client/src/components/Footer.tsx:14"],
footer[data-loc="client/src/components/Footer.tsx:8"] [data-loc="client/src/components/Footer.tsx:21"],
footer[data-loc="client/src/components/Footer.tsx:8"] [data-loc="client/src/components/Footer.tsx:24"],
footer[data-loc="client/src/components/Footer.tsx:8"] [data-loc="client/src/components/Footer.tsx:44"],
footer[data-loc="client/src/components/Footer.tsx:8"] [data-loc="client/src/components/Footer.tsx:60"],
footer[data-loc="client/src/components/Footer.tsx:8"] [data-loc="client/src/components/Footer.tsx:65"],
footer[data-loc="client/src/components/Footer.tsx:8"] [data-loc="client/src/components/Footer.tsx:102"],
footer[data-loc="client/src/components/Footer.tsx:8"] [data-loc="client/src/components/Footer.tsx:110"] {
  color: rgba(43, 26, 19, 0.74) !important;
}

footer[data-loc="client/src/components/Footer.tsx:8"] [data-loc="client/src/components/Footer.tsx:32"],
footer[data-loc="client/src/components/Footer.tsx:8"] [data-loc="client/src/components/Footer.tsx:57"],
footer[data-loc="client/src/components/Footer.tsx:8"] [data-loc="client/src/components/Footer.tsx:17"],
footer[data-loc="client/src/components/Footer.tsx:8"] [data-loc="client/src/components/Footer.tsx:96"],
footer[data-loc="client/src/components/Footer.tsx:8"] [data-loc="client/src/components/Footer.tsx:107"],
footer[data-loc="client/src/components/Footer.tsx:8"] [data-loc="client/src/components/Footer.tsx:108"] {
  color: var(--terracotta) !important;
}

footer[data-loc="client/src/components/Footer.tsx:8"] [data-loc="client/src/components/Footer.tsx:72"],
footer[data-loc="client/src/components/Footer.tsx:8"] [data-loc="client/src/components/Footer.tsx:81"] {
  border-color: rgba(128, 0, 0, 0.3) !important;
  color: var(--terracotta) !important;
  background: transparent;
}

footer[data-loc="client/src/components/Footer.tsx:8"] [data-loc="client/src/components/Footer.tsx:72"]:hover,
footer[data-loc="client/src/components/Footer.tsx:8"] [data-loc="client/src/components/Footer.tsx:81"]:hover,
footer[data-loc="client/src/components/Footer.tsx:8"] [data-loc="client/src/components/Footer.tsx:107"]:hover,
footer[data-loc="client/src/components/Footer.tsx:8"] [data-loc="client/src/components/Footer.tsx:108"]:hover,
footer[data-loc="client/src/components/Footer.tsx:8"] [data-loc="client/src/components/Footer.tsx:44"]:hover,
footer[data-loc="client/src/components/Footer.tsx:8"] [data-loc="client/src/components/Footer.tsx:65"]:hover {
  color: var(--terracotta) !important;
  border-color: var(--terracotta) !important;
}

footer[data-loc="client/src/components/Footer.tsx:8"] [data-loc="client/src/components/Footer.tsx:95"] {
  border-color: rgba(128, 0, 0, 0.14) !important;
}

@media (max-width: 640px) {
  #drinks [data-loc="client/src/components/Drinks.tsx:52"] {
    padding: 1.05rem;
  }
}

[data-loc="client/src/components/MenuShowcase.tsx:67"],
[data-loc="client/src/components/Atmosphere.tsx:93"],
#drinks [data-loc="client/src/components/Drinks.tsx:41"] {
  position: relative;
  align-self: center;
  margin-top: clamp(0.9rem, 3vw, 1.8rem) !important;
  min-height: clamp(8.25rem, 12vw, 10.75rem);
  display: flex;
  align-items: center;
  padding: clamp(1.25rem, 2.8vw, 1.9rem) clamp(1.15rem, 2.7vw, 2rem) !important;
  border: 2px solid var(--terracotta);
  border-radius: 8px 34px 8px 34px;
  background: rgba(234, 226, 208, 0.64);
  box-shadow: 0 18px 46px rgba(128, 0, 0, 0.08), inset 0 0 0 1px rgba(128, 0, 0, 0.03);
  isolation: isolate;
}

[data-loc="client/src/components/MenuShowcase.tsx:67"] > *,
[data-loc="client/src/components/Atmosphere.tsx:93"] > *,
#drinks [data-loc="client/src/components/Drinks.tsx:41"] > * {
  position: relative;
  z-index: 1;
}

[data-loc="client/src/components/MenuShowcase.tsx:67"]::before,
[data-loc="client/src/components/Atmosphere.tsx:93"]::before,
#drinks [data-loc="client/src/components/Drinks.tsx:41"]::before {
  content: "";
  position: absolute;
  inset: 0.7rem;
  border: 1px solid rgba(128, 0, 0, 0.18);
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
}

[data-loc="client/src/components/MenuShowcase.tsx:67"]::after,
[data-loc="client/src/components/Atmosphere.tsx:93"]::after,
#drinks [data-loc="client/src/components/Drinks.tsx:41"]::after {
  content: "!";
  position: absolute;
  top: -0.9rem;
  right: clamp(1rem, 2.4vw, 1.65rem);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 2px solid var(--terracotta);
  border-radius: 999px;
  background: var(--cream-soft);
  color: var(--terracotta);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(128, 0, 0, 0.14);
}

@media (min-width: 1024px) {
  [data-loc="client/src/components/MenuShowcase.tsx:67"],
  [data-loc="client/src/components/Atmosphere.tsx:93"],
  #drinks [data-loc="client/src/components/Drinks.tsx:41"] {
    margin-top: clamp(1.5rem, 3.4vw, 3.75rem) !important;
  }
}

@media (max-width: 700px) {
  [data-loc="client/src/components/MenuShowcase.tsx:67"],
  [data-loc="client/src/components/Atmosphere.tsx:93"],
  #drinks [data-loc="client/src/components/Drinks.tsx:41"] {
    min-height: auto;
    padding: 1.35rem 1rem !important;
    border-radius: 8px 24px 8px 24px;
  }

  [data-loc="client/src/components/MenuShowcase.tsx:67"]::before,
  [data-loc="client/src/components/Atmosphere.tsx:93"]::before,
  #drinks [data-loc="client/src/components/Drinks.tsx:41"]::before {
    inset: 0.5rem;
    border-radius: 28px;
  }

  [data-loc="client/src/components/MenuShowcase.tsx:67"]::after,
  [data-loc="client/src/components/Atmosphere.tsx:93"]::after,
  #drinks [data-loc="client/src/components/Drinks.tsx:41"]::after {
    right: 0.8rem;
  }
}

#story [data-loc="client/src/components/Story.tsx:77"].about-text-ready {
  padding: clamp(1.15rem, 2.4vw, 1.75rem) !important;
}

#story [data-loc="client/src/components/Story.tsx:77"].about-text-ready::before,
#story [data-loc="client/src/components/Story.tsx:77"].about-text-ready::after {
  content: none !important;
  display: none !important;
  background-image: none !important;
}

#menu [data-loc="client/src/components/MenuShowcase.tsx:140"] {
  border-color: rgba(43, 26, 19, 0.34) !important;
  box-shadow:
    inset 0 0 0 1px rgba(43, 26, 19, 0.08),
    0 14px 34px rgba(43, 26, 19, 0.06);
}

#menu [data-loc="client/src/components/MenuShowcase.tsx:140"]:hover {
  border-color: rgba(128, 0, 0, 0.46) !important;
  box-shadow:
    inset 0 0 0 1px rgba(128, 0, 0, 0.12),
    0 20px 46px rgba(43, 26, 19, 0.12);
}

[data-loc="client/src/components/Contact.tsx:161"] {
  border-color: rgba(43, 26, 19, 0.48) !important;
  box-shadow: inset 0 0 0 1px rgba(43, 26, 19, 0.08);
}

[data-loc="client/src/components/Contact.tsx:161"]:hover {
  border-color: var(--terracotta) !important;
  box-shadow:
    inset 0 0 0 1px rgba(128, 0, 0, 0.12),
    0 10px 24px rgba(128, 0, 0, 0.08);
}

#story,
#reviews,
#menu,
#atmosphere,
#drinks,
#contact,
footer[data-loc="client/src/components/Footer.tsx:8"] {
  background-color: var(--cream-soft) !important;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0, rgba(234, 226, 208, 0) clamp(5.5rem, 9vw, 8.5rem)),
    linear-gradient(0deg, rgba(43, 26, 19, 0.045) 0, rgba(234, 226, 208, 0) clamp(5rem, 8vw, 7.75rem)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -1px 0 rgba(43, 26, 19, 0.055);
}

#menu,
#atmosphere,
#drinks,
#contact {
  border-top: 1px solid rgba(43, 26, 19, 0.055);
}

footer[data-loc="client/src/components/Footer.tsx:8"] {
  border-top: 1.5px solid rgba(43, 26, 19, 0.52) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 -18px 48px rgba(43, 26, 19, 0.07);
}
