:root {
  --raguba-burgundy: #a51f43;
  --raguba-burgundy-dark: #5e1025;
  --raguba-gold: #fff0ad;
  --raguba-cream: #fff7df;
  --raguba-ink: #281017;
  --raguba-muted: #745a54;
  --raguba-border: rgba(94, 16, 37, 0.14);
}

html {
  min-height: 100%;
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--raguba-ink);
  font-family: "Segoe UI", Arial, sans-serif;
  background: var(--raguba-cream);
  display: flex;
  flex-direction: column;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1000;
  transform: translateY(-140%);
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: var(--raguba-gold);
  color: var(--raguba-burgundy-dark);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 40px rgba(40, 16, 23, 0.22);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

main {
  flex: 1 0 auto;
}

[id] {
  scroll-margin-top: 6rem;
}

.container {
  width: min(100% - 3rem, 1320px);
  max-width: 1320px;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem rgba(165, 31, 67, 0.35);
}

.raguba-nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 10;
  background: rgba(94, 16, 37, 0.9);
  border-bottom: 1px solid rgba(255, 240, 173, 0.22);
  backdrop-filter: blur(14px);
}

.raguba-nav .navbar-brand img {
  width: 190px;
  height: auto;
  display: block;
}

.raguba-nav .navbar-toggler {
  border-color: rgba(255, 240, 173, 0.45);
}

.raguba-nav .navbar-toggler-icon {
  filter: invert(1);
}

.raguba-nav .nav-link {
  color: var(--raguba-cream);
  font-weight: 650;
  letter-spacing: 0;
  margin-left: 0.55rem;
}

.raguba-nav .nav-link:hover {
  color: var(--raguba-gold);
}

.raguba-nav .nav-link.active,
.raguba-nav .nav-link[aria-current="page"] {
  color: var(--raguba-gold);
  box-shadow: inset 0 -2px 0 var(--raguba-gold);
}

.nav-link--button {
  border: 1px solid rgba(255, 240, 173, 0.55);
  border-radius: 999px;
  padding-inline: 1rem !important;
}

.hero,
.page-hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.hero {
  min-height: min(760px, 86vh);
}

.page-hero {
  min-height: 430px;
  padding-top: 5.5rem;
}

.hero--home {
  background-image: url("/images/raguba/generated/home-hero-v2.webp");
}

.page-hero--contact {
  background-image: url("/images/raguba/generated/contact-hero-v2.webp");
}

.page-hero--salon {
  background-image: url("/images/raguba/generated/home-hero-v2.webp");
}

.page-hero--about {
  background-image: url("/images/raguba/generated/about-hero-v2.webp");
}

.page-hero--gallery {
  background-image: url("/images/raguba/generated/menu-hero-v2.webp");
}

.page-hero--food {
  background-image: url("/images/raguba/generated/menu-hero-v2.webp");
}

.page-hero--cafe {
  background-image: url("/images/raguba/generated/cafe-hero-v2.webp");
  background-position: center 42%;
}

.page-hero--nargile {
  background-image: url("/images/raguba/generated/nargile-hero-v2.webp");
  background-position: center 35%;
}

.page-hero--legal,
.page-hero--utility {
  background-image: url("/images/raguba/generated/brand-texture-v2.webp");
}

.hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(48, 8, 19, 0.92) 0%, rgba(94, 16, 37, 0.76) 46%, rgba(40, 16, 23, 0.28) 100%);
}

.hero__content,
.page-hero__content {
  position: relative;
  z-index: 1;
  color: white;
}

.hero__content {
  padding-top: 7rem;
  padding-bottom: 5rem;
  max-width: 1140px;
}

.page-hero__content {
  max-width: 860px;
  padding-block: 4rem;
}

.eyebrow {
  color: var(--raguba-burgundy);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  margin-bottom: 0.75rem;
}

.hero .eyebrow,
.page-hero .eyebrow {
  color: var(--raguba-gold);
}

.hero h1,
.page-hero h1 {
  max-width: 820px;
  font-size: clamp(2.8rem, 6vw, 5.7rem);
  line-height: 0.98;
  font-weight: 850;
  letter-spacing: 0;
  margin: 0 0 1.4rem;
}

.page-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
}

.hero__lead,
.page-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.75;
  margin-bottom: 2rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.btn-raguba,
.btn-outline-raguba {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  font-weight: 800;
}

.btn-raguba {
  background: var(--raguba-gold);
  color: var(--raguba-burgundy-dark);
  border-color: var(--raguba-gold);
}

.btn-raguba:hover {
  background: white;
  color: var(--raguba-burgundy-dark);
}

.btn-raguba--dark {
  background: var(--raguba-burgundy);
  color: white;
  border-color: var(--raguba-burgundy);
}

.btn-raguba--dark:hover {
  background: var(--raguba-burgundy-dark);
  color: white;
}

.btn-outline-raguba {
  color: white;
  border-color: rgba(255, 240, 173, 0.7);
}

.btn-outline-raguba:hover {
  background: rgba(255, 240, 173, 0.12);
  color: white;
}

.btn-outline-raguba--dark {
  color: var(--raguba-burgundy-dark);
  border-color: rgba(94, 16, 37, 0.34);
}

.btn-outline-raguba--dark:hover {
  color: var(--raguba-burgundy-dark);
  background: rgba(165, 31, 67, 0.08);
}

.section {
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
}

.section--cream {
  background: var(--raguba-cream);
}

.section--white {
  background: #fffdf6;
}

.has-raguba-entry {
  overflow-x: hidden;
  background: #12060b;
}

.has-raguba-entry #main-content {
  min-height: 100vh;
}

.raguba-entry {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  align-content: space-between;
  padding: max(1rem, env(safe-area-inset-top)) clamp(0.95rem, 4vw, 4rem) max(1rem, env(safe-area-inset-bottom));
  overflow: hidden;
  color: #fffdf6;
}

.raguba-entry__bg,
.raguba-entry__shade {
  position: absolute;
  inset: 0;
}

.raguba-entry__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.035);
  filter: saturate(0.88) contrast(1.08) brightness(0.9);
}

.raguba-entry__shade {
  background:
    radial-gradient(circle at 78% 26%, rgba(255, 240, 173, 0.13), transparent 18rem),
    radial-gradient(circle at 18% 82%, rgba(165, 31, 67, 0.42), transparent 24rem),
    linear-gradient(90deg, rgba(18, 6, 11, 0.92) 0%, rgba(67, 12, 28, 0.76) 45%, rgba(18, 6, 11, 0.92) 100%),
    linear-gradient(180deg, rgba(18, 6, 11, 0.34), rgba(18, 6, 11, 0.96));
}

.raguba-entry__top,
.raguba-entry__content {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.raguba-entry__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.25rem;
}

.raguba-entry__top-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
}

.raguba-entry__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(150px, 17vw, 226px);
  min-height: 62px;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(255, 240, 173, 0.26);
  border-radius: 8px;
  background: rgba(18, 6, 11, 0.62);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.raguba-entry__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.raguba-entry__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 46px;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 240, 173, 0.22);
  border-radius: 999px;
  background: rgba(18, 6, 11, 0.68);
  color: #fffdf6;
  text-decoration: none;
  font-weight: 850;
  backdrop-filter: blur(14px);
}

.raguba-entry__phone i {
  color: var(--raguba-gold);
}

.raguba-entry__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 500px);
  align-items: center;
  gap: clamp(2rem, 8vw, 6.5rem);
  padding: clamp(2.4rem, 9vh, 6.5rem) 0 clamp(1.1rem, 4vh, 2.6rem);
}

.raguba-entry__content--minimal {
  grid-template-columns: minmax(280px, 460px);
  justify-content: end;
}

.raguba-entry__copy {
  max-width: 650px;
}

.raguba-entry__pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 36px;
  padding: 0.52rem 0.9rem;
  border: 1px solid rgba(255, 240, 173, 0.28);
  border-radius: 999px;
  background: rgba(165, 31, 67, 0.48);
  color: var(--raguba-gold);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.raguba-entry h1 {
  margin: 1.05rem 0 1rem;
  max-width: 11ch;
  color: #fffdf6;
  font-size: clamp(3rem, 7.3vw, 6.45rem);
  line-height: 0.94;
  font-weight: 950;
  letter-spacing: 0;
}

.raguba-entry__copy p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 253, 246, 0.82);
  font-size: clamp(1rem, 1.8vw, 1.28rem);
  line-height: 1.65;
}

.raguba-entry__features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.raguba-entry__features span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 42px;
  padding: 0.62rem 0.82rem;
  border: 1px solid rgba(255, 240, 173, 0.18);
  border-radius: 999px;
  background: rgba(255, 253, 246, 0.08);
  color: rgba(255, 253, 246, 0.9);
  font-weight: 850;
  backdrop-filter: blur(14px);
}

.raguba-entry__features i {
  color: var(--raguba-gold);
}

.raguba-entry__actions {
  display: grid;
  gap: 0.9rem;
  width: 100%;
  padding: 0.85rem;
  border: 1px solid rgba(255, 240, 173, 0.18);
  border-radius: 8px;
  background: rgba(18, 6, 11, 0.54);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(20px);
}

.raguba-entry-card {
  position: relative;
  display: grid;
  align-content: center;
  gap: 0;
  min-height: 88px;
  padding: 0.96rem 5rem 0.96rem 5.85rem;
  border: 1px solid rgba(255, 240, 173, 0.3);
  border-radius: 18px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 240, 173, 0.35), transparent 8rem),
    linear-gradient(90deg, rgba(123, 15, 47, 0.98), rgba(156, 80, 21, 0.9));
  color: var(--raguba-burgundy-dark);
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.raguba-entry-card::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  width: 62px;
  height: 62px;
  border-radius: 17px;
  background: #7b0f2f url("/images/raguba-logo.png") center / 82% auto no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255, 240, 173, 0.34);
  transform: translateY(-50%);
}

.raguba-entry-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 84px;
  height: 100%;
  background:
    linear-gradient(180deg, rgba(94, 16, 37, 0.96), rgba(40, 16, 23, 0.98));
}

.raguba-entry-card__badge {
  display: none;
  width: fit-content;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 253, 246, 0.72);
  font-size: 0.72rem;
  font-weight: 950;
}

.raguba-entry-card strong {
  align-self: center;
  color: #fffdf6;
  font-size: clamp(1.42rem, 3.45vw, 1.9rem);
  line-height: 1;
  font-weight: 950;
}

.raguba-entry-card small {
  display: none;
  max-width: 22rem;
  color: rgba(94, 16, 37, 0.78);
  font-weight: 750;
  line-height: 1.4;
}

.raguba-entry-card > i {
  position: absolute;
  right: 1.2rem;
  top: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fffdf6;
  color: var(--raguba-burgundy);
  font-size: 1rem;
  transform: translateY(-50%);
}

.raguba-entry-platforms {
  display: grid;
  gap: 0.58rem;
  padding-top: 0.15rem;
}

.raguba-entry-platforms > span {
  color: rgba(255, 240, 173, 0.86);
  font-size: 0.75rem;
  font-weight: 950;
  text-transform: uppercase;
}

.entry-platform {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 0.82rem;
  min-height: 68px;
  padding: 0.62rem 0.82rem;
  border: 1px solid rgba(255, 240, 173, 0.08);
  border-radius: 14px;
  background: rgba(9, 6, 4, 0.86);
  color: #fffdf6;
  text-decoration: none;
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.18);
}

.entry-platform__logo {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: transparent;
  padding: 0;
  overflow: hidden;
}

.entry-platform__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.entry-platform strong {
  font-size: clamp(1rem, 2.25vw, 1.18rem);
  font-weight: 900;
  line-height: 1;
}

.entry-platform i {
  color: var(--raguba-gold);
  font-size: 0.92rem;
}

.entry-platform--disabled {
  opacity: 0.62;
  cursor: default;
}

.entry-platform--disabled strong {
  color: rgba(255, 253, 246, 0.88);
}

.entry-platform--yemeksepeti {
  background: linear-gradient(90deg, rgba(9, 6, 4, 0.94), rgba(40, 8, 20, 0.88));
}

.entry-platform--getir {
  background: linear-gradient(90deg, rgba(9, 6, 4, 0.94), rgba(31, 25, 7, 0.88));
}

.entry-platform--trendyol {
  background: linear-gradient(90deg, rgba(9, 6, 4, 0.94), rgba(47, 21, 5, 0.84));
}

.entry-platform--migros {
  background: linear-gradient(90deg, rgba(9, 6, 4, 0.94), rgba(50, 16, 4, 0.88));
}

.entry-platform:hover,
.entry-platform:focus-visible,
.raguba-entry-card:hover,
.raguba-entry-card:focus-visible,
.raguba-entry__phone:hover,
.raguba-entry__phone:focus-visible {
  transform: translateY(-1px);
}

.entry-platform--disabled:hover {
  transform: none;
}

.raguba-entry-location {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 240, 173, 0.16);
  border-radius: 15px;
  background: rgba(18, 6, 11, 0.68);
  color: var(--raguba-gold);
  text-decoration: none;
  backdrop-filter: blur(14px);
}

.raguba-entry-location i {
  display: grid;
  place-items: center;
  font-size: 1.05rem;
}

.raguba-entry-location:hover,
.raguba-entry-location:focus-visible {
  color: var(--raguba-gold);
  transform: translateY(-1px);
}

.raguba-entry-platforms--empty {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 240, 173, 0.14);
  border-radius: 8px;
  background: rgba(15, 5, 9, 0.62);
}

.raguba-entry-platforms--empty p {
  margin: 0;
  color: rgba(255, 253, 246, 0.72);
  font-weight: 750;
}

.settings-form-section {
  display: grid;
  gap: 1.1rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--raguba-border);
}

.settings-form-section h2 {
  margin: 0.15rem 0 0.3rem;
  color: var(--raguba-burgundy-dark);
  font-size: 1.35rem;
}

.settings-form-section p:not(.eyebrow) {
  margin: 0;
  color: var(--raguba-muted);
  line-height: 1.6;
}

@media (max-width: 920px) {
  .raguba-entry {
    align-content: start;
  }

  .raguba-entry__content {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1.6rem;
    padding-top: clamp(1.8rem, 6vh, 3.6rem);
  }

  .raguba-entry__content--minimal {
    justify-content: stretch;
  }

  .raguba-entry h1 {
    max-width: 11ch;
  }
}

@media (max-width: 640px) {
  .raguba-entry {
    padding-inline: 0.85rem;
  }

  .raguba-entry__top {
    align-items: flex-start;
  }

  .raguba-entry__top-actions {
    gap: 0.45rem;
  }

  .raguba-entry__logo {
    width: 138px;
    min-height: 52px;
    padding: 0.55rem 0.65rem;
  }

  .raguba-entry__phone {
    width: 46px;
    min-width: 46px;
    padding: 0;
  }

  .raguba-entry__phone span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .raguba-entry h1 {
    font-size: clamp(2.9rem, 15.5vw, 4.35rem);
  }

  .raguba-entry__copy p {
    font-size: 1rem;
  }

  .raguba-entry-card {
    min-height: 78px;
    padding: 0.82rem 4.15rem 0.82rem 5.15rem;
    border-radius: 16px;
  }

  .raguba-entry-card::before {
    left: 0.82rem;
    width: 56px;
    height: 56px;
    border-radius: 16px;
  }

  .raguba-entry-card::after {
    width: 68px;
  }

  .raguba-entry-card > i {
    right: 0.9rem;
    width: 38px;
    height: 38px;
  }

  .entry-platform {
    min-height: 62px;
    grid-template-columns: 48px 1fr auto;
    gap: 0.72rem;
    padding: 0.56rem 0.72rem;
    border-radius: 14px;
  }

  .entry-platform__logo {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .entry-platform__logo img {
    width: 100%;
    height: 100%;
  }

  .raguba-entry__features {
    gap: 0.45rem;
  }

  .raguba-entry__features span {
    min-height: 38px;
    padding: 0.52rem 0.68rem;
    font-size: 0.88rem;
  }
}

.has-raguba-app-home {
  background: #fff7df;
}

.has-raguba-app-home #main-content {
  min-height: 100vh;
}

.raguba-app-home {
  min-height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 240, 173, 0.28), transparent 24rem),
    linear-gradient(180deg, #5e1025 0%, #2b1019 34rem, #fff7df 34rem, #fff7df 100%);
  color: var(--raguba-ink);
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.raguba-app-header {
  position: sticky;
  top: max(0.6rem, env(safe-area-inset-top));
  z-index: 50;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  width: min(1040px, calc(100% - 1.5rem));
  min-height: 64px;
  margin: 0 auto;
  padding: 0.55rem 0.65rem;
  border: 1px solid rgba(255, 240, 173, 0.26);
  border-radius: 8px;
  background: rgba(94, 16, 37, 0.9);
  color: white;
  box-shadow: 0 18px 44px rgba(40, 16, 23, 0.22);
  backdrop-filter: blur(18px);
}

.raguba-app-header__brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.raguba-app-header__brand img {
  width: clamp(128px, 19vw, 196px);
  height: auto;
}

.raguba-app-header__mode {
  display: grid;
  min-width: 0;
}

.raguba-app-header__mode span {
  color: var(--raguba-gold);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.raguba-app-header__mode strong {
  overflow: hidden;
  color: white;
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.raguba-app-header__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 240, 173, 0.32);
  border-radius: 50%;
  background: rgba(255, 240, 173, 0.08);
  color: var(--raguba-gold);
  text-decoration: none;
}

.raguba-app-hero,
.raguba-app-empty {
  position: relative;
  width: min(1040px, calc(100% - 1.5rem));
  min-height: min(560px, 62vh);
  margin: 0.85rem auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 240, 173, 0.2);
  border-radius: 8px;
  background: var(--raguba-burgundy-dark);
  color: white;
  box-shadow: 0 28px 80px rgba(40, 16, 23, 0.26);
}

.raguba-app-empty {
  display: grid;
  place-items: end start;
  min-height: 520px;
}

.raguba-app-hero > img,
.raguba-app-empty > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.raguba-app-hero__shade,
.raguba-app-empty::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(40, 16, 23, 0.12), rgba(40, 16, 23, 0.88)),
    linear-gradient(90deg, rgba(94, 16, 37, 0.84), transparent 62%);
}

.raguba-app-hero__copy,
.raguba-app-empty > div {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding: clamp(1.35rem, 5vw, 3rem);
}

.raguba-app-hero h1,
.raguba-app-empty h1 {
  margin: 0;
  max-width: 720px;
  color: white;
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 950;
  line-height: 0.88;
}

.raguba-app-hero p:not(.eyebrow),
.raguba-app-empty p:not(.eyebrow) {
  max-width: 520px;
  margin: 1rem 0 0;
  color: rgba(255, 247, 223, 0.82);
  font-size: 1.04rem;
  line-height: 1.55;
}

.raguba-app-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.raguba-app-tools {
  position: sticky;
  top: calc(max(0.6rem, env(safe-area-inset-top)) + 78px);
  z-index: 40;
  width: min(1040px, calc(100% - 1.5rem));
  margin: 0.75rem auto 0;
  padding: 0.65rem;
  border: 1px solid rgba(94, 16, 37, 0.13);
  border-radius: 8px;
  background: rgba(255, 247, 223, 0.92);
  box-shadow: 0 18px 40px rgba(40, 16, 23, 0.1);
  backdrop-filter: blur(18px);
}

.raguba-app-search {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
}

.raguba-app-search i {
  position: absolute;
  left: 0.9rem;
  color: var(--raguba-burgundy);
}

.raguba-app-search input {
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 1rem 0.75rem 2.6rem;
  border: 1px solid rgba(94, 16, 37, 0.16);
  border-radius: 8px;
  background: #fffdf6;
  color: var(--raguba-ink);
  font: inherit;
  outline: none;
}

.raguba-app-search input:focus {
  border-color: var(--raguba-burgundy);
  box-shadow: 0 0 0 4px rgba(165, 31, 67, 0.12);
}

.raguba-app-category-strip {
  display: flex;
  gap: 0.55rem;
  margin-top: 0.6rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.raguba-app-category-strip::-webkit-scrollbar {
  display: none;
}

.raguba-app-category-strip a {
  display: inline-grid;
  grid-template-columns: 38px auto;
  align-items: center;
  gap: 0.5rem;
  flex: 0 0 auto;
  min-height: 48px;
  padding: 0.32rem 0.75rem 0.32rem 0.32rem;
  border: 1px solid rgba(94, 16, 37, 0.16);
  border-radius: 999px;
  background: #fffdf6;
  color: var(--raguba-burgundy-dark);
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
}

.raguba-app-category-strip a.is-active {
  background: var(--raguba-burgundy);
  color: var(--raguba-gold);
  border-color: var(--raguba-burgundy);
}

.raguba-app-category-strip img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}

.raguba-app-products {
  width: min(1040px, calc(100% - 1.5rem));
  margin: 1rem auto 0;
}

.raguba-app-category {
  scroll-margin-top: 165px;
  margin-bottom: 1.25rem;
}

.raguba-app-category__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 0.65rem;
}

.raguba-app-category__head .eyebrow {
  margin-bottom: 0.1rem;
}

.raguba-app-category__head h2 {
  margin: 0;
  color: var(--raguba-burgundy-dark);
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 950;
  line-height: 0.95;
}

.raguba-app-category__head a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 42px;
  flex: 0 0 auto;
  color: var(--raguba-burgundy);
  font-size: 0.85rem;
  font-weight: 900;
  text-decoration: none;
}

.raguba-app-product-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 0.75rem;
}

.raguba-app-product {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 0;
  min-height: 126px;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(94, 16, 37, 0.14);
  border-radius: 8px;
  background: #fffdf6;
  color: var(--raguba-ink);
  text-align: left;
  box-shadow: 0 14px 34px rgba(40, 16, 23, 0.07);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  touch-action: manipulation;
}

.raguba-app-product:hover {
  border-color: rgba(165, 31, 67, 0.38);
  box-shadow: 0 18px 44px rgba(40, 16, 23, 0.11);
  transform: translateY(-2px);
}

.raguba-app-product:active {
  transform: scale(0.985);
}

.raguba-app-product > img {
  width: 100%;
  height: 100%;
  min-height: 126px;
  object-fit: cover;
  background: var(--raguba-burgundy-dark);
}

.raguba-app-product__copy {
  display: grid;
  align-content: center;
  gap: 0.48rem;
  min-width: 0;
  padding: 0.85rem;
}

.raguba-app-product__copy strong {
  color: var(--raguba-burgundy-dark);
  font-size: 1.04rem;
  font-weight: 900;
  line-height: 1.18;
}

.raguba-app-product__copy small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--raguba-muted);
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.raguba-app-product__copy > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}

.raguba-app-product__copy b {
  color: var(--raguba-burgundy);
  font-size: 1rem;
  font-weight: 950;
  white-space: nowrap;
}

.raguba-app-product__copy em {
  color: var(--raguba-burgundy);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.raguba-app-no-results {
  display: grid;
  place-items: center;
  min-height: 240px;
  padding: 2rem;
  border: 1px solid rgba(94, 16, 37, 0.12);
  border-radius: 8px;
  background: #fffdf6;
  color: var(--raguba-muted);
  text-align: center;
}

.raguba-app-no-results[hidden] {
  display: none;
}

.raguba-app-no-results i {
  color: var(--raguba-burgundy);
  font-size: 2rem;
}

.raguba-app-no-results strong {
  margin-top: 0.6rem;
  color: var(--raguba-burgundy-dark);
  font-size: 1.35rem;
}

.raguba-app-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: min(1040px, calc(100% - 1.5rem));
  margin: 1rem auto 2rem;
  padding: 1rem;
  border-radius: 8px;
  background: var(--raguba-burgundy-dark);
  color: white;
}

.raguba-app-contact h2 {
  margin: 0;
  color: white;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.raguba-app-contact__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}

.raguba-app-contact__actions a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(255, 240, 173, 0.28);
  border-radius: 999px;
  color: var(--raguba-gold);
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
}

.raguba-home-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.raguba-home-modal[hidden] {
  display: none;
}

.raguba-home-modal__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(40, 16, 23, 0.78);
  backdrop-filter: blur(8px);
}

.raguba-home-modal__panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr);
  overflow: hidden;
  width: min(900px, 100%);
  max-height: min(740px, 92vh);
  border: 1px solid rgba(255, 240, 173, 0.24);
  border-radius: 8px;
  background: var(--raguba-burgundy-dark);
  color: white;
  box-shadow: 0 34px 86px rgba(40, 16, 23, 0.44);
}

.raguba-home-modal__panel > img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.raguba-home-modal__close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--raguba-gold);
  color: var(--raguba-burgundy-dark);
}

.raguba-home-modal__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 5vw, 3rem);
}

.raguba-home-modal__copy > span {
  color: var(--raguba-gold);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.raguba-home-modal__copy h2 {
  margin: 0.75rem 0 0.45rem;
  color: white;
  font-size: clamp(2rem, 5vw, 4.3rem);
  font-weight: 950;
  line-height: 0.96;
}

.raguba-home-modal__copy strong {
  color: var(--raguba-gold);
  font-size: 1.45rem;
}

.raguba-home-modal__copy p {
  margin: 1rem 0 1.25rem;
  color: rgba(255, 247, 223, 0.8);
  line-height: 1.65;
}

.raguba-home-modal__copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 999px;
  background: var(--raguba-gold);
  color: var(--raguba-burgundy-dark);
  font-weight: 950;
  text-decoration: none;
}

body.home-menu-modal-open {
  overflow: hidden;
}

@media (max-width: 991px) {
  .raguba-home-modal {
    align-items: end;
    padding: 0;
  }

  .raguba-home-modal__panel {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(200px, 34vh) auto;
    width: 100%;
    max-height: 92vh;
    overflow-y: auto;
    border-radius: 8px 8px 0 0;
  }

  .raguba-home-modal__panel > img {
    min-height: 0;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .raguba-app-home {
    background:
      radial-gradient(circle at 10% -4%, rgba(255, 240, 173, 0.25), transparent 18rem),
      linear-gradient(180deg, #5e1025 0%, #2b1019 27rem, #fff7df 27rem, #fff7df 100%);
  }

  .raguba-app-header {
    top: max(0.45rem, env(safe-area-inset-top));
    width: calc(100% - 0.8rem);
    min-height: 58px;
    gap: 0.55rem;
    padding: 0.45rem 0.5rem;
  }

  .raguba-app-header__brand img {
    width: 112px;
  }

  .raguba-app-header__mode span {
    font-size: 0.58rem;
  }

  .raguba-app-header__mode strong {
    font-size: 0.78rem;
  }

  .raguba-app-header__icon {
    width: 38px;
    height: 38px;
  }

  .raguba-app-hero,
  .raguba-app-empty {
    width: calc(100% - 0.8rem);
    min-height: 360px;
    margin-top: 0.55rem;
  }

  .raguba-app-hero__copy,
  .raguba-app-empty > div {
    padding: 1rem;
  }

  .raguba-app-hero h1,
  .raguba-app-empty h1 {
    font-size: clamp(2.35rem, 14vw, 4.2rem);
  }

  .raguba-app-hero p:not(.eyebrow),
  .raguba-app-empty p:not(.eyebrow) {
    max-width: 300px;
    font-size: 0.92rem;
  }

  .raguba-app-hero__actions {
    gap: 0.55rem;
  }

  .raguba-app-tools {
    top: calc(max(0.45rem, env(safe-area-inset-top)) + 66px);
    width: calc(100% - 0.8rem);
    margin-top: 0.55rem;
    padding: 0.45rem;
  }

  .raguba-app-search input {
    min-height: 44px;
    font-size: 0.92rem;
  }

  .raguba-app-category-strip {
    margin-right: -0.45rem;
    margin-left: -0.45rem;
    padding: 0 0.45rem;
  }

  .raguba-app-category-strip a {
    min-height: 44px;
    font-size: 0.8rem;
  }

  .raguba-app-products {
    width: calc(100% - 0.8rem);
    margin-top: 0.8rem;
  }

  .raguba-app-category {
    scroll-margin-top: 145px;
    margin-bottom: 1rem;
  }

  .raguba-app-category__head {
    align-items: center;
  }

  .raguba-app-category__head h2 {
    font-size: clamp(1.45rem, 8vw, 2.35rem);
  }

  .raguba-app-category__head a {
    min-height: 36px;
    font-size: 0.74rem;
  }

  .raguba-app-product-list {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .raguba-app-product {
    grid-template-columns: 100px minmax(0, 1fr);
    min-height: 106px;
  }

  .raguba-app-product > img {
    min-height: 106px;
  }

  .raguba-app-product__copy {
    gap: 0.36rem;
    padding: 0.72rem;
  }

  .raguba-app-product__copy strong {
    font-size: 0.96rem;
  }

  .raguba-app-product__copy small {
    font-size: 0.82rem;
  }

  .raguba-app-product__copy b {
    font-size: 0.9rem;
  }

  .raguba-app-product__copy em {
    font-size: 0.62rem;
  }

  .raguba-app-contact {
    display: grid;
    width: calc(100% - 0.8rem);
    margin-bottom: 1rem;
    padding: 0.9rem;
  }

  .raguba-app-contact__actions {
    justify-content: start;
  }

  .raguba-home-modal__copy {
    padding: 1.1rem 1rem calc(1.2rem + env(safe-area-inset-bottom));
  }

  .raguba-home-modal__copy h2 {
    font-size: clamp(1.8rem, 10vw, 3rem);
  }
}

@media (max-width: 410px) {
  .raguba-app-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .raguba-app-header__mode {
    display: none;
  }

  .raguba-app-header__brand img {
    width: 138px;
  }

  .raguba-app-hero .btn {
    width: 100%;
  }

  .raguba-app-product {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .raguba-app-product__copy em {
    display: none;
  }
}

.error-hero {
  min-height: 680px;
}

.error-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: center;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--raguba-border);
  border-radius: 8px;
  background: #fffdf6;
  box-shadow: 0 18px 45px rgba(40, 16, 23, 0.06);
}

.error-panel > i {
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--raguba-gold);
  color: var(--raguba-burgundy-dark);
  font-size: 1.8rem;
}

.error-panel h2 {
  margin: 0 0 0.65rem;
  font-weight: 850;
}

.error-panel p:not(.eyebrow) {
  margin: 0;
  color: var(--raguba-muted);
  line-height: 1.7;
}

.error-panel .error-path {
  margin-top: 0.8rem;
  font-weight: 750;
  color: var(--raguba-burgundy-dark);
}

.error-path code {
  display: inline-block;
  max-width: 100%;
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
  background: rgba(165, 31, 67, 0.08);
  color: var(--raguba-burgundy);
  overflow-wrap: anywhere;
}

.error-panel__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
}

.error-panel__actions a {
  border: 1px solid rgba(94, 16, 37, 0.24);
  border-radius: 999px;
  color: var(--raguba-burgundy-dark);
  padding: 0.65rem 0.95rem;
  font-weight: 850;
  text-decoration: none;
}

.error-panel__actions a:hover {
  background: rgba(165, 31, 67, 0.08);
}

.error-reference {
  padding-top: 2rem;
}

.error-reference p {
  color: var(--raguba-muted);
}

.form-alert {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 1.5rem 0;
  padding: 1rem;
  border: 1px solid rgba(25, 135, 84, 0.25);
  border-radius: 8px;
  background: rgba(25, 135, 84, 0.08);
  color: #1d5b3a;
  font-weight: 700;
}

.form-alert--danger {
  border-color: rgba(165, 31, 67, 0.25);
  background: rgba(165, 31, 67, 0.08);
  color: var(--raguba-burgundy-dark);
}

.form-alert a {
  color: inherit;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.honeypot-field {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-grid label {
  display: grid;
  gap: 0.45rem;
  color: var(--raguba-ink);
  font-weight: 750;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  border: 1px solid var(--raguba-border);
  border-radius: 8px;
  background: #fffdf6;
  color: var(--raguba-ink);
  padding: 0.9rem 1rem;
  outline: none;
}

.form-grid input::placeholder,
.form-grid textarea::placeholder {
  color: rgba(116, 90, 84, 0.68);
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: rgba(165, 31, 67, 0.52);
  box-shadow: 0 0 0 0.2rem rgba(165, 31, 67, 0.12);
}

.form-grid small,
.validation-summary {
  color: var(--raguba-burgundy);
  font-weight: 700;
}

.form-grid .form-hint {
  color: var(--raguba-muted);
  font-weight: 650;
}

.form-grid__wide {
  grid-column: 1 / -1;
}

.consent-field {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.75rem;
  font-weight: 650;
}

.consent-field input {
  width: 20px;
  height: 20px;
  margin-top: 0.15rem;
}

.consent-field a {
  color: var(--raguba-burgundy);
  font-weight: 850;
}

.consent-field small {
  grid-column: 2;
}

.check-field {
  grid-template-columns: auto 1fr;
  align-items: center;
  align-content: center;
  gap: 0.75rem;
}

.check-field input {
  width: 20px;
  height: 20px;
}

.check-field small {
  grid-column: 2;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 5vw, 5rem);
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-list article {
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--raguba-border);
}

.faq-list article:first-child {
  padding-top: 0;
}

.faq-list h3 {
  font-size: 1.25rem;
  font-weight: 850;
}

.faq-list p {
  color: var(--raguba-muted);
  line-height: 1.7;
  margin: 0;
}

.legal-page {
  display: grid;
  gap: 1rem;
  max-width: 980px;
}

.legal-page article {
  padding: 1.5rem;
  border: 1px solid var(--raguba-border);
  border-radius: 8px;
  background: #fffdf6;
}

.legal-page h2 {
  font-size: 1.35rem;
  font-weight: 850;
}

.legal-page p {
  color: var(--raguba-muted);
  line-height: 1.8;
  margin: 0;
}

.legal-contact-list {
  display: grid;
  gap: 0.75rem;
  margin: 1rem 0 0;
}

.legal-contact-list div {
  display: grid;
  grid-template-columns: minmax(90px, auto) minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
}

.legal-contact-list dt {
  color: var(--raguba-burgundy-dark);
  font-weight: 850;
}

.legal-contact-list dd {
  margin: 0;
  color: var(--raguba-muted);
  line-height: 1.65;
}

.legal-contact-list a {
  color: var(--raguba-burgundy);
  font-weight: 850;
  text-decoration: none;
}

.footer {
  flex-shrink: 0;
  background: var(--raguba-burgundy-dark);
  color: rgba(255, 247, 223, 0.75);
  padding: 1.25rem 0;
}

.footer .container {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .raguba-nav .navbar-nav {
    padding-top: 1rem;
  }

  .raguba-nav .nav-link {
    margin-left: 0;
  }

  .error-panel {
    grid-template-columns: 1fr;
  }

  .error-panel__actions {
    justify-content: flex-start;
  }

}

@media (max-width: 575px) {
  .raguba-nav .navbar-brand img {
    width: 156px;
  }

  .hero {
    min-height: 660px;
  }

  .page-hero {
    min-height: 420px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 2.55rem;
  }

  .hero__actions .btn {
    width: 100%;
  }

}

.qr-menu-shell {
  min-height: 100vh;
  padding: 5.85rem 0 clamp(5rem, 8vw, 7rem);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 240, 173, 0.22), transparent 28rem),
    linear-gradient(180deg, #5e1025 0%, #281017 40%, #fff7df 40%, #fff7df 100%);
}

.qr-menu-body {
  display: block;
  min-height: 100vh;
  padding-bottom: 0;
  background: #fff7df;
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  overscroll-behavior-y: contain;
  -webkit-tap-highlight-color: rgba(255, 240, 173, 0.2);
}

.qr-menu-body .qr-menu-shell {
  padding-top: 0;
  padding-bottom: calc(clamp(2.5rem, 6vw, 5rem) + env(safe-area-inset-bottom));
}

.qr-menu-body .qr-menu-header {
  top: max(0.65rem, env(safe-area-inset-top));
}

.qr-menu-header {
  position: sticky;
  top: 4.7rem;
  z-index: 9;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  box-sizing: border-box;
  width: min(1140px, calc(100% - 2rem));
  min-height: 72px;
  margin: 0 auto;
  padding: 0.65rem 0.8rem;
  border: 1px solid rgba(255, 240, 173, 0.24);
  border-radius: 16px;
  background: rgba(94, 16, 37, 0.86);
  color: var(--raguba-cream);
  box-shadow: 0 14px 34px rgba(40, 16, 23, 0.2);
  backdrop-filter: blur(18px);
}

.qr-menu-back {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 240, 173, 0.28);
  border-radius: 16px;
  color: var(--raguba-gold);
  text-decoration: none;
}

.qr-menu-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  justify-self: start;
}

.qr-menu-brand img {
  width: clamp(142px, 16vw, 196px);
  height: auto;
}

.qr-menu-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0.65rem 0.95rem;
  border: 1px solid rgba(255, 240, 173, 0.24);
  border-radius: 999px;
  background: rgba(255, 240, 173, 0.08);
  color: var(--raguba-cream);
  font-size: clamp(0.82rem, 2vw, 0.95rem);
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.qr-menu-phone i {
  color: var(--raguba-gold);
}

.qr-menu-phone:hover,
.qr-menu-phone:focus-visible {
  color: var(--raguba-gold);
}

.qr-menu-header__copy {
  display: grid;
  min-width: 0;
}

.qr-menu-header__copy span,
.qr-product-modal__copy > span {
  color: var(--raguba-gold);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.qr-menu-header__copy strong {
  overflow: hidden;
  margin-top: 0.1rem;
  color: white;
  font-size: clamp(1rem, 2vw, 1.28rem);
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.qr-category-screen,
.qr-products-screen,
.qr-menu-empty {
  width: min(1140px, calc(100% - 2rem));
  margin: 0 auto;
}

.qr-category-screen {
  padding-top: clamp(1.4rem, 4vw, 3rem);
}

.qr-menu-title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
  gap: 1.5rem;
  align-items: end;
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
  color: white;
}

.qr-menu-title--cover {
  position: relative;
  display: grid;
  min-height: min(520px, 52vh);
  overflow: hidden;
  border: 1px solid rgba(255, 240, 173, 0.2);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(40, 16, 23, 0.24);
}

.qr-menu-title--cover img,
.qr-product-heading img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qr-menu-title__shade,
.qr-product-heading__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(40, 16, 23, 0.12), rgba(40, 16, 23, 0.86)),
    linear-gradient(90deg, rgba(94, 16, 37, 0.8), transparent 62%);
}

.qr-menu-title--cover > div {
  position: relative;
  z-index: 1;
  align-self: end;
  padding: clamp(1.25rem, 5vw, 2.4rem);
}

.qr-menu-title .eyebrow,
.qr-product-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
  color: var(--raguba-gold);
}

.qr-menu-title h1,
.qr-product-heading h1 {
  margin: 0;
  font-size: clamp(2.8rem, 8vw, 6.5rem);
  font-weight: 950;
  line-height: 0.92;
}

.qr-menu-title p:not(.eyebrow) {
  color: rgba(255, 247, 223, 0.78);
  line-height: 1.7;
  margin: 0 0 0.35rem;
}

.qr-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 0.9rem;
}

.qr-category-card {
  position: relative;
  display: block;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid rgba(255, 240, 173, 0.2);
  border-radius: 20px;
  background: var(--raguba-ink);
  color: white;
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(40, 16, 23, 0.18);
  touch-action: manipulation;
}

.qr-category-card:hover {
  color: white;
  transform: translateY(-3px);
}

.qr-category-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  transition: transform 240ms ease;
}

.qr-category-card:hover img {
  transform: scale(1.035);
}

.qr-category-card__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(40, 16, 23, 0.06), rgba(40, 16, 23, 0.86)),
    linear-gradient(45deg, rgba(165, 31, 67, 0.45), transparent 55%);
}

.qr-category-card__copy {
  position: absolute;
  inset: auto 1rem 1rem;
  display: grid;
  gap: 0.5rem;
}

.qr-category-card__copy strong {
  color: white;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 950;
  line-height: 0.95;
}

.qr-category-card__copy small {
  color: rgba(255, 247, 223, 0.8);
  line-height: 1.45;
}

.qr-category-card__copy b {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  color: var(--raguba-gold);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.qr-price-note {
  margin: 1.25rem 0 0;
  color: var(--raguba-muted);
  font-size: 0.82rem;
  text-align: center;
}

.qr-contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1rem;
}

.qr-contact-actions a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(255, 240, 173, 0.35);
  border-radius: 999px;
  background: rgba(94, 16, 37, 0.72);
  color: var(--raguba-gold);
  font-weight: 850;
  text-decoration: none;
}

.qr-products-screen {
  padding-top: clamp(1rem, 3vw, 2rem);
}

.qr-category-tabs {
  position: sticky;
  top: calc(max(0.65rem, env(safe-area-inset-top)) + 86px);
  z-index: 8;
  display: flex;
  gap: 0.42rem;
  width: min(1140px, 100%);
  margin: 0.85rem auto;
  padding: 0.42rem;
  overflow-x: auto;
  border: 1px solid rgba(255, 240, 173, 0.18);
  border-radius: 16px;
  background: rgba(40, 16, 23, 0.62);
  backdrop-filter: blur(16px);
  scrollbar-width: none;
}

.qr-category-tabs::-webkit-scrollbar {
  display: none;
}

.qr-category-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0.48rem 0.78rem;
  border: 1px solid rgba(255, 240, 173, 0.24);
  border-radius: 12px;
  color: rgba(255, 247, 223, 0.86);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  touch-action: manipulation;
}

.qr-category-tab.is-active {
  background: var(--raguba-gold);
  color: var(--raguba-burgundy-dark);
  border-color: var(--raguba-gold);
  box-shadow: inset 0 0 0 1px rgba(94, 16, 37, 0.04);
}

.qr-category-tab--all {
  gap: 0.4rem;
}

.qr-back-categories {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0;
  color: var(--raguba-burgundy);
  font-weight: 850;
  text-decoration: none;
}

.qr-product-heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
  min-height: 280px;
  overflow: hidden;
  margin-bottom: 0.85rem;
  padding: clamp(1.2rem, 4vw, 2rem);
  border: 1px solid rgba(255, 240, 173, 0.22);
  border-radius: 22px;
  color: white;
  box-shadow: 0 22px 60px rgba(40, 16, 23, 0.22);
}

.qr-product-heading > div,
.qr-product-heading > strong {
  position: relative;
  z-index: 1;
}

.qr-product-heading > div {
  min-width: 0;
  max-width: 44rem;
}

.qr-product-heading h1 {
  max-width: 100%;
  font-size: clamp(2.55rem, 6.8vw, 4.35rem);
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.qr-product-heading p:not(.eyebrow) {
  color: rgba(255, 247, 223, 0.76);
  line-height: 1.6;
  margin: 0.25rem 0 0;
}

.qr-product-heading strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: var(--raguba-gold);
  color: var(--raguba-burgundy-dark);
  font-size: 0.88rem;
  font-weight: 950;
  white-space: nowrap;
}

.qr-product-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.85rem;
  color: var(--raguba-muted);
  font-size: 0.82rem;
  font-weight: 850;
}

.qr-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 0.8rem;
}

.qr-product-card {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 0;
  min-height: 132px;
  overflow: hidden;
  border: 1px solid rgba(94, 16, 37, 0.16);
  border-radius: 18px;
  background: #fffdf6;
  color: var(--raguba-ink);
  padding: 0;
  text-align: left;
  box-shadow: 0 16px 38px rgba(40, 16, 23, 0.08);
  touch-action: manipulation;
}

.qr-product-card:hover {
  border-color: rgba(165, 31, 67, 0.36);
  transform: translateY(-2px);
}

.qr-product-card__image {
  display: block;
  min-height: 132px;
  background: var(--raguba-burgundy-dark);
}

.qr-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qr-product-card__body {
  display: flex;
  align-items: center;
  align-content: center;
  min-width: 0;
  padding: 0.95rem;
}

.qr-product-card__body > span {
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.qr-product-card strong {
  color: var(--raguba-burgundy-dark);
  font-size: 1.06rem;
  line-height: 1.15;
}

.qr-product-card b {
  color: var(--raguba-burgundy);
  font-size: 1rem;
  white-space: nowrap;
}

.qr-product-card small {
  display: none;
  overflow: hidden;
  color: var(--raguba-muted);
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.qr-product-card__meta {
  display: none;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.qr-product-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0.28rem 0.46rem;
  border-radius: 8px;
  background: rgba(94, 16, 37, 0.08);
  color: var(--raguba-burgundy);
  font-size: 0.7rem;
  font-weight: 850;
  line-height: 1;
}

.qr-product-card em {
  display: none;
  align-items: center;
  gap: 0.4rem;
  color: var(--raguba-burgundy);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.qr-category-switcher {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1.2rem;
  border: 1px solid rgba(255, 240, 173, 0.24);
  border-radius: 18px;
  background: rgba(94, 16, 37, 0.92);
  color: var(--raguba-cream);
}

.qr-category-switcher span {
  color: rgba(255, 247, 223, 0.75);
}

.qr-category-switcher a {
  color: var(--raguba-gold);
  font-weight: 900;
  text-decoration: none;
}

.qr-menu-empty {
  display: grid;
  place-items: center;
  min-height: 58vh;
  padding: 3rem 1rem;
  color: white;
  text-align: center;
}

.qr-menu-empty i {
  color: var(--raguba-gold);
  font-size: 2.5rem;
}

.qr-menu-empty h1 {
  margin: 1rem 0 0.5rem;
  font-size: clamp(2.3rem, 6vw, 4.5rem);
  font-weight: 950;
  line-height: 0.95;
}

.qr-menu-empty p {
  color: rgba(255, 247, 223, 0.78);
}

.qr-product-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.qr-product-modal[hidden] {
  display: none;
}

.qr-product-modal__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(40, 16, 23, 0.78);
  backdrop-filter: blur(8px);
}

.qr-product-modal__panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  overflow: hidden;
  width: min(920px, 100%);
  max-height: min(760px, 92vh);
  border: 1px solid rgba(255, 240, 173, 0.28);
  border-radius: 22px;
  background: var(--raguba-burgundy-dark);
  color: white;
  box-shadow: 0 35px 90px rgba(40, 16, 23, 0.45);
}

.qr-product-modal__panel > img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.qr-modal-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--raguba-gold);
  color: var(--raguba-burgundy-dark);
}

.qr-product-modal__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4rem);
}

.qr-product-modal__copy h2 {
  margin: 0.8rem 0 0.5rem;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  font-weight: 950;
  line-height: 0.95;
}

.qr-product-modal__copy strong {
  color: var(--raguba-gold);
  font-size: 1.7rem;
}

.qr-product-modal__copy p {
  margin: 1.5rem 0;
  color: rgba(255, 247, 223, 0.78);
  line-height: 1.75;
}

.qr-product-modal__facts {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 1.2rem;
}

.qr-product-modal__facts div {
  display: grid;
  gap: 0.2rem;
  padding: 0.7rem 0.78rem;
  border: 1px solid rgba(255, 240, 173, 0.16);
  border-radius: 10px;
  background: rgba(255, 253, 246, 0.08);
}

.qr-product-modal__facts dt {
  color: var(--raguba-gold);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.qr-product-modal__facts dd {
  margin: 0;
  color: rgba(255, 247, 223, 0.88);
  font-size: 0.92rem;
  line-height: 1.45;
}

.qr-product-modal__copy button {
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  background: var(--raguba-gold);
  color: var(--raguba-burgundy-dark);
  font-weight: 900;
}

body.qr-modal-open {
  overflow: hidden;
}

@media (max-width: 991px) {
  .qr-menu-title {
    grid-template-columns: 1fr;
  }

  .qr-product-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

}

@media (max-width: 767px) {
  .qr-menu-shell {
    padding-top: 0;
    padding-bottom: 2.5rem;
    background:
      radial-gradient(circle at 18% -8%, rgba(255, 240, 173, 0.22), transparent 17rem),
      linear-gradient(180deg, #5e1025 0%, #281017 42%, #fff7df 42%, #fff7df 100%);
  }

  .qr-menu-body .qr-menu-shell {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .qr-menu-header {
    top: max(0.45rem, env(safe-area-inset-top));
    grid-template-columns: 38px minmax(0, 1fr) auto;
    width: calc(100% - 1rem);
    min-height: 64px;
    padding: 0.5rem;
    border-radius: 16px;
    gap: 0.55rem;
  }

  .qr-menu-body .qr-menu-header {
    top: max(0.45rem, env(safe-area-inset-top));
  }

  .qr-menu-back {
    width: 38px;
    height: 38px;
  }

  .qr-menu-brand img {
    width: clamp(116px, 34vw, 138px);
  }

  .qr-menu-phone {
    min-height: 38px;
    padding: 0.55rem 0.65rem;
    font-size: 0.76rem;
  }

  .qr-menu-header__copy {
    grid-column: auto;
    grid-row: auto;
  }

  .qr-menu-header__copy span {
    font-size: 0.58rem;
  }

  .qr-menu-header__copy strong {
    font-size: 0.9rem;
  }

  .qr-category-screen,
  .qr-products-screen,
  .qr-menu-empty {
    width: calc(100% - 1rem);
  }

  .qr-category-screen {
    padding-top: 0.85rem;
  }

  .qr-menu-title--cover {
    min-height: 300px;
    border-radius: 20px;
  }

  .qr-menu-title {
    gap: 0.8rem;
    margin-bottom: 0.8rem;
  }

  .qr-menu-title h1,
  .qr-product-heading h1 {
    font-size: clamp(2rem, 10vw, 3.05rem);
    line-height: 1;
  }

  .qr-menu-title p:not(.eyebrow),
  .qr-category-card__copy small,
  .qr-product-card small,
  .qr-category-switcher span {
    display: none;
  }

  .qr-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .qr-category-card,
  .qr-category-card img {
    min-height: 178px;
    border-radius: 16px;
  }

  .qr-category-card__copy {
    inset: auto 0.7rem 0.7rem;
    gap: 0.35rem;
  }

  .qr-category-card__copy strong {
    font-size: clamp(1.18rem, 6vw, 1.7rem);
  }

  .qr-category-card__copy b {
    font-size: 0.64rem;
  }

  .qr-category-tabs {
    top: calc(max(0.45rem, env(safe-area-inset-top)) + 66px);
    width: 100%;
    margin: 0.6rem 0 0.7rem;
    padding: 0.36rem;
    border-inline: 1px solid rgba(255, 240, 173, 0.18);
    border-radius: 14px;
  }

  .qr-category-tab {
    min-height: 34px;
    padding: 0.42rem 0.66rem;
    border-radius: 10px;
    font-size: 0.76rem;
  }

  .qr-contact-actions a span {
    font-size: 0.78rem;
  }

  .qr-products-screen {
    padding-top: 0.1rem;
  }

  .qr-back-categories {
    margin-bottom: 0;
  }

  .qr-product-heading {
    grid-template-columns: minmax(0, 1fr);
    min-height: 190px;
    margin-bottom: 0.65rem;
    padding: 1rem;
    border-radius: 18px;
  }

  .qr-product-heading > strong {
    justify-self: start;
    min-height: 36px;
    font-size: 0.78rem;
  }

  .qr-product-heading p:not(.eyebrow) {
    margin-top: 0.3rem;
    font-size: 0.84rem;
    line-height: 1.35;
  }

  .qr-product-toolbar {
    margin-bottom: 0.65rem;
    padding-inline: 0.15rem;
  }

  .qr-product-card {
    grid-template-columns: 98px minmax(0, 1fr);
    min-height: 104px;
    border-radius: 16px;
  }

  .qr-product-card__image {
    min-height: 104px;
  }

  .qr-product-card__body {
    padding: 0.75rem;
  }

  .qr-product-card__body > span {
    align-items: center;
  }

  .qr-product-card strong {
    font-size: 0.98rem;
  }

  .qr-product-card b {
    font-size: 0.92rem;
  }

  .qr-product-card em {
    font-size: 0.64rem;
  }

  .qr-category-switcher {
    padding: 0.8rem;
    border-radius: 16px;
  }

  .qr-product-modal {
    align-items: end;
    padding: 0;
  }

  .qr-product-modal__panel {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(190px, 32vh) auto;
    width: 100%;
    max-height: 92vh;
    overflow-y: auto;
    border-radius: 22px 22px 0 0;
  }

  .qr-product-modal__panel > img {
    min-height: 0;
    height: 100%;
  }

  .qr-product-modal__copy {
    padding: 1.25rem 1rem calc(1.25rem + env(safe-area-inset-bottom));
  }

  .qr-product-modal__copy h2 {
    font-size: clamp(1.9rem, 10vw, 3rem);
  }

  .qr-product-modal__copy p {
    margin: 0.9rem 0;
    line-height: 1.55;
  }
}
