/* Typography template system */
.layout-typography .hero-carousel,
.layout-typography .toolbar,
.layout-typography .category-rail,
.layout-typography .topbar {
  display: none;
}

/* Pure Black — sharp black/white coffee menu with marble intro */
.template-pure-black-marble.app-shell {
  width: min(100%, 1060px);
  padding: max(12px, env(safe-area-inset-top)) clamp(10px, 3vw, 32px) max(30px, env(safe-area-inset-bottom));
  color: #fff;
}

.template-pure-black-marble {
  background:
    radial-gradient(circle at 10% 0%, rgba(255,255,255,.14), transparent 17rem),
    radial-gradient(circle at 90% 20%, rgba(255,255,255,.08), transparent 20rem),
    linear-gradient(180deg, #000 0%, #090909 42%, #010101 100%);
}

.pure-black-menu {
  position: relative;
  overflow: hidden;
  min-height: calc(100dvh - 28px);
  border: 1px solid rgba(255,255,255,.72);
  background:
    linear-gradient(115deg, transparent 0 18%, rgba(255,255,255,.06) 18.2% 18.45%, transparent 18.7%),
    linear-gradient(72deg, transparent 0 66%, rgba(255,255,255,.05) 66.2% 66.45%, transparent 66.7%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.045) 0 1px, transparent 1px 72px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 72px),
    #020202;
  box-shadow: 0 26px 120px rgba(0,0,0,.72), inset 0 0 0 7px rgba(255,255,255,.025);
  font-family: Inter, Arial, system-ui, sans-serif;
}

.pure-hero {
  position: relative;
  min-height: clamp(560px, 88dvh, 820px);
  padding: clamp(22px, 5vw, 54px);
  border-bottom: 1px solid rgba(255,255,255,.45);
  overflow: hidden;
  isolation: isolate;
}

.pure-marble-lines {
  position: absolute;
  inset: -18%;
  z-index: -1;
  opacity: .56;
  background:
    linear-gradient(118deg, transparent 0 28%, rgba(255,255,255,.18) 28.1% 28.35%, transparent 28.55%),
    linear-gradient(54deg, transparent 0 50%, rgba(255,255,255,.13) 50.05% 50.24%, transparent 50.45%),
    linear-gradient(164deg, transparent 0 72%, rgba(255,255,255,.1) 72.1% 72.35%, transparent 72.55%),
    radial-gradient(circle at 80% 18%, rgba(255,255,255,.14), transparent 15rem);
  filter: blur(.2px);
}

.pure-topline {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
}

.pure-logo {
  width: clamp(58px, 12vw, 90px);
  height: clamp(58px, 12vw, 90px);
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.92);
  background: #000;
  color: #fff;
  text-decoration: none;
  box-shadow: 8px 8px 0 rgba(255,255,255,.14);
}

.pure-logo-img {
  width: 76%;
  height: 76%;
  object-fit: contain;
}

.pure-logo-bars {
  display: grid;
  gap: 8px;
  width: 56px;
}

.pure-logo-bars i {
  display: block;
  height: 12px;
  background: #fff;
}

.pure-logo-bars i:nth-child(2) {
  width: 34%;
}

.pure-topline div {
  display: grid;
  gap: 3px;
  min-width: 0;
  text-transform: uppercase;
}

.pure-topline span,
.pure-topline em {
  color: rgba(255,255,255,.68);
  font-size: clamp(11px, 2vw, 13px);
  font-style: normal;
  font-weight: 900;
  letter-spacing: .28em;
}

.pure-topline strong {
  color: #fff;
  font-size: clamp(20px, 4vw, 42px);
  font-weight: 1000;
  letter-spacing: -.04em;
  line-height: .86;
}

.pure-topline em {
  justify-self: end;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.7);
  color: #000;
  background: #fff;
}

.pure-hero-stack {
  position: absolute;
  left: clamp(24px, 6vw, 64px);
  right: clamp(24px, 6vw, 64px);
  bottom: clamp(38px, 8vw, 86px);
}

.pure-hero-stack p {
  width: max-content;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.72);
  color: #000;
  background: #fff;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.pure-hero-stack h1 {
  display: grid;
  gap: clamp(2px, .8vw, 8px);
  max-width: 760px;
  margin: 0;
  font-family: Impact, "Arial Black", Inter, sans-serif;
  font-size: clamp(78px, 18vw, 190px);
  font-weight: 1000;
  line-height: .72;
  letter-spacing: -.07em;
  text-transform: uppercase;
}

.pure-hero-stack h1 span {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: .03em .08em .08em;
  color: #000;
  background: #fff;
  transform: skew(-2deg);
}

.pure-hero-stack h1 span:nth-child(even) {
  margin-left: clamp(32px, 10vw, 120px);
  color: #fff;
  background: #000;
  border: 1px solid #fff;
}

.pure-hero-stack small {
  display: block;
  max-width: 520px;
  margin-top: 24px;
  color: rgba(255,255,255,.76);
  font-size: clamp(15px, 3vw, 21px);
  font-weight: 700;
  line-height: 1.35;
}

.pure-featured,
.pure-board {
  padding: clamp(20px, 5vw, 48px);
}

.pure-section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.pure-section-title span {
  color: #fff;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(34px, 8vw, 72px);
  line-height: .82;
  letter-spacing: -.04em;
}

.pure-section-title strong {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.72);
  color: #000;
  background: #fff;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .18em;
}

.pure-featured {
  border-bottom: 1px solid rgba(255,255,255,.45);
  background:
    linear-gradient(90deg, rgba(255,255,255,.07), transparent 42%),
    #050505;
}

.pure-featured-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(245px, 31%);
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
}

.pure-featured-rail .pure-product {
  min-height: 245px;
  grid-template-columns: 1fr;
  grid-template-rows: 132px minmax(0, 1fr) 42px;
  scroll-snap-align: start;
}

.pure-featured-rail .pure-product-media {
  border-right: 0;
  border-bottom: 1px solid rgba(255,255,255,.45);
}

.pure-category-slider {
  position: sticky;
  top: 0;
  z-index: 15;
  display: flex;
  gap: 9px;
  overflow-x: auto;
  padding: 14px clamp(20px, 5vw, 48px);
  border-bottom: 1px solid rgba(255,255,255,.45);
  background: rgba(0,0,0,.88);
  backdrop-filter: blur(18px);
}

.pure-category-slider button {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.56);
  border-radius: 0;
  color: #fff;
  background: #050505;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .08em;
  text-transform: uppercase;
  transform: skew(-7deg);
}

.pure-category-slider button.is-active {
  color: #000;
  background: #fff;
  border-color: #fff;
}

.pure-category-slider button::first-letter {
  font-size: 1.15em;
}

.pure-board {
  display: grid;
  gap: clamp(24px, 5vw, 52px);
}

.pure-board-head {
  display: grid;
  gap: 8px;
  max-width: 720px;
}

.pure-board-head span {
  color: #fff;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(48px, 10vw, 110px);
  line-height: .78;
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.pure-board-head p {
  margin: 0;
  color: rgba(255,255,255,.7);
  font-size: clamp(14px, 2.5vw, 18px);
  font-weight: 700;
}

.pure-category-block {
  display: grid;
  gap: 16px;
}

.pure-product-lanes {
  display: grid;
  gap: 14px;
}

.pure-product {
  position: relative;
  display: grid;
  grid-template-columns: minmax(108px, 28%) minmax(0, 1fr) 54px;
  min-height: 150px;
  border: 1px solid rgba(255,255,255,.7);
  background:
    linear-gradient(135deg, rgba(255,255,255,.11), transparent 36%),
    #060606;
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.pure-product:hover {
  transform: translateY(-2px);
  border-color: #fff;
  background: #0d0d0d;
}

.pure-product--right {
  grid-template-columns: 54px minmax(0, 1fr) minmax(108px, 28%);
}

.pure-product--right .pure-product-media {
  grid-column: 3;
  grid-row: 1;
  border-right: 0;
  border-left: 1px solid rgba(255,255,255,.42);
}

.pure-product--right .pure-product-main {
  grid-column: 2;
  grid-row: 1;
}

.pure-product--right .pure-detail-button {
  grid-column: 1;
  grid-row: 1;
  border-left: 0;
  border-right: 1px solid rgba(255,255,255,.42);
}

.pure-product-media {
  position: relative;
  display: grid;
  place-items: stretch;
  min-height: 100%;
  overflow: hidden;
  border-right: 1px solid rgba(255,255,255,.42);
  background:
    radial-gradient(circle at 50% 45%, rgba(255,255,255,.16), transparent 58%),
    linear-gradient(135deg, #1b1b1b, #050505);
}

.pure-product-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.2)),
    radial-gradient(circle at 50% 44%, transparent 0 45%, rgba(0,0,0,.18) 78%);
}

.pure-product-img {
  width: 100%;
  height: 100%;
  min-height: 148px;
  box-sizing: border-box;
  display: block;
  filter: saturate(1.12) contrast(1.05) brightness(.96);
}

img.pure-product-img {
  position: absolute;
  inset: 0;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  transform: scale(1.015);
}

.pure-product-main {
  display: grid;
  align-content: center;
  gap: 10px;
  min-width: 0;
  padding: 18px 16px;
}

.pure-product-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
}

.pure-product-head h3 {
  margin: 0;
  color: #fff;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(28px, 5vw, 48px);
  line-height: .84;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.pure-product-head strong {
  color: #000;
  background: #fff;
  padding: 8px 10px;
  font-size: clamp(15px, 3vw, 22px);
  font-weight: 1000;
  white-space: nowrap;
}

.pure-product-main p {
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.28;
}

.pure-product-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.pure-product-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid rgba(255,255,255,.52);
  color: #000;
  background: #fff;
  font-size: 10px;
  font-weight: 1000;
}

.pure-detail-button {
  display: grid;
  place-items: center;
  border: 0;
  border-left: 1px solid rgba(255,255,255,.42);
  color: #fff;
  background: #000;
  font-size: 28px;
  font-weight: 1000;
}

.drawer-backdrop--pure-black-marble {
  background: rgba(0,0,0,.78);
  backdrop-filter: blur(20px);
}

.drawer--pure-black-marble {
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 0;
  color: #fff;
  background:
    linear-gradient(130deg, rgba(255,255,255,.08), transparent 38%),
    #050505;
}

.drawer--pure-black-marble .drawer-hero {
  background: #000;
  border-bottom: 1px solid rgba(255,255,255,.65);
}

.drawer--pure-black-marble .drawer-brand-mini,
.drawer--pure-black-marble .drawer-kicker {
  color: #000;
  background: #fff;
  width: max-content;
  padding: 5px 8px;
  font-weight: 1000;
}

.drawer--pure-black-marble h2,
.drawer--pure-black-marble .product-title-row .price,
.drawer--pure-black-marble .nutrition-table dd,
.drawer--pure-black-marble .detail-tile strong,
.drawer--pure-black-marble .required-info-card strong,
.drawer--pure-black-marble .legal-info-panel strong {
  color: #fff;
}

.drawer--pure-black-marble .drawer-description,
.drawer--pure-black-marble .option-row,
.drawer--pure-black-marble .legal-info-panel p {
  color: rgba(255,255,255,.72);
}

.drawer--pure-black-marble .required-info-card,
.drawer--pure-black-marble .legal-info-panel,
.drawer--pure-black-marble .detail-tile,
.drawer--pure-black-marble .variation-group {
  border-radius: 0;
  border-color: rgba(255,255,255,.38);
  background: rgba(255,255,255,.045);
}

.drawer--pure-black-marble .required-info-card span,
.drawer--pure-black-marble .legal-info-panel span,
.drawer--pure-black-marble .detail-tile span,
.drawer--pure-black-marble .variation-group h4 {
  color: rgba(255,255,255,.62);
}

.drawer--pure-black-marble .drawer-visual-frame {
  border-radius: 0;
  background: #000;
}

.drawer--pure-black-marble img.drawer-product-visual {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  transform: scale(1.012);
  filter: saturate(1.1) contrast(1.06) brightness(.94);
}

.pure-black-intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #000;
  animation: pureIntroFade .42s ease 1.86s forwards;
}

.pure-black-intro-marble {
  position: absolute;
  inset: -20%;
  opacity: .8;
  background:
    linear-gradient(118deg, transparent 0 31%, rgba(255,255,255,.22) 31.05% 31.22%, transparent 31.45%),
    linear-gradient(62deg, transparent 0 56%, rgba(255,255,255,.18) 56.05% 56.18%, transparent 56.38%),
    radial-gradient(circle at 72% 28%, rgba(255,255,255,.12), transparent 13rem),
    #000;
  transform: rotate(-3deg) scale(1.05);
}

.pure-black-intro-frame {
  position: relative;
  display: grid;
  width: min(86vw, 540px);
  gap: 5px;
}

.pure-intro-word {
  display: block;
  padding: .04em .11em .11em;
  color: #000;
  background: #fff;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(72px, 19vw, 150px);
  font-weight: 1000;
  line-height: .76;
  letter-spacing: -.06em;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 0 0 1px rgba(255,255,255,.88);
  animation: pureWordStrike .92s cubic-bezier(.17,.9,.22,1.18) forwards;
  animation-delay: calc(var(--i) * .16s);
  transform: translateX(var(--from)) scale(.98);
  opacity: 0;
}

.pure-intro-word--left { --from: -120vw; }
.pure-intro-word--right { --from: 120vw; }

@keyframes pureWordStrike {
  0% { opacity: 0; transform: translateX(var(--from)) scale(.98); }
  70% { opacity: 1; transform: translateX(0) scale(1.03); }
  100% { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes pureIntroFade {
  to { opacity: 0; visibility: hidden; }
}

@media (max-width: 640px) {
  .template-pure-black-marble.app-shell {
    padding-inline: 8px;
  }

  .pure-hero {
    min-height: auto;
    padding: 18px;
  }

  .pure-hero-stack {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: clamp(14px, 4.5vw, 24px);
  }

  .pure-topline {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
  }

  .pure-topline em {
    display: none;
  }

  .pure-hero-stack small {
    max-width: min(100%, 32ch);
  }

  .pure-featured,
  .pure-board {
    padding: 22px 18px;
  }

  .pure-section-title span {
    font-size: clamp(32px, 10vw, 44px);
  }

  .pure-section-title strong {
    padding: 8px 10px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .pure-section-title--featured strong {
    display: none;
  }

  .pure-featured-rail {
    grid-auto-columns: minmax(236px, 78%);
  }

  .pure-product,
  .pure-product--right {
    grid-template-columns: 92px minmax(0, 1fr) 40px;
    min-height: 132px;
  }

  .pure-product--right .pure-product-media,
  .pure-product--right .pure-product-main,
  .pure-product--right .pure-detail-button {
    grid-column: auto;
    grid-row: auto;
  }

  .pure-product--right .pure-product-media {
    border-left: 0;
    border-right: 1px solid rgba(255,255,255,.42);
  }

  .pure-product--right .pure-detail-button {
    border-right: 0;
    border-left: 1px solid rgba(255,255,255,.42);
  }

  .pure-product-img {
    min-height: 130px;
  }

  img.pure-product-img {
    transform: scale(1.01);
  }

  .pure-product-main {
    padding: 13px 11px;
  }

  .pure-product-head {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pure-product-head h3 {
    font-size: clamp(23px, 7vw, 34px);
  }

  .pure-product-head strong {
    width: max-content;
    font-size: 14px;
  }

  .pure-product-main p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .pure-product-chips span {
    font-size: 9px;
  }
}

/* RAFF Coffee — clean cream, steel gray, white and black live menu */
.template-raff-steel.app-shell {
  width: min(100%, 980px);
  padding: max(14px, env(safe-area-inset-top)) clamp(12px, 3vw, 34px) max(26px, env(safe-area-inset-bottom));
  color: #11100f;
}

.template-raff-steel {
  background:
    radial-gradient(circle at 18% -8%, rgba(255,255,255,.16), transparent 22rem),
    radial-gradient(circle at 92% 8%, rgba(205,187,159,.16), transparent 18rem),
    linear-gradient(180deg, #0b0b0b 0%, #171615 38%, #090909 100%);
}

.raff-steel-menu {
  --raff-black: #0b0b0a;
  --raff-ink: #11100f;
  --raff-cream: #f6efe2;
  --raff-cream-2: #fffaf2;
  --raff-steel: #c8c9c5;
  --raff-steel-dark: #73746f;
  --raff-line: rgba(17,16,15,.12);
  position: relative;
  overflow: hidden;
  min-height: calc(100dvh - 28px);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: clamp(26px, 5vw, 44px);
  background:
    linear-gradient(135deg, rgba(255,255,255,.42), rgba(255,255,255,0) 18%),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(180deg, var(--raff-cream-2), var(--raff-cream));
  background-size: auto, 42px 42px, auto;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.92),
    0 30px 90px rgba(0,0,0,.46);
}

.raff-steel-menu::before,
.raff-steel-menu::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.raff-steel-menu::before {
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 48%, rgba(0,0,0,.045) 48% 49%, transparent 49%),
    radial-gradient(circle at 88% 17%, rgba(200,201,197,.32), transparent 11rem);
}

.raff-steel-menu::after {
  width: clamp(180px, 38vw, 360px);
  height: clamp(180px, 38vw, 360px);
  right: clamp(-92px, -12vw, -48px);
  top: clamp(110px, 20vw, 190px);
  border-radius: 50%;
  border: clamp(24px, 5vw, 54px) solid rgba(200,201,197,.18);
  box-shadow: inset 0 0 0 1px rgba(115,116,111,.12);
}

.raff-hero {
  position: relative;
  z-index: 1;
  padding: clamp(22px, 5vw, 48px);
  color: var(--raff-ink);
}

.raff-hero-top,
.raff-logo-lockup,
.raff-hero-grid,
.raff-board-head,
.raff-category-heading,
.raff-product-title-line,
.raff-footer {
  display: flex;
  align-items: center;
}

.raff-hero-top {
  justify-content: space-between;
  gap: 16px;
}

.raff-logo-lockup {
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.raff-logo-image,
.raff-logo-text {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: var(--raff-black);
  box-shadow: 0 14px 28px rgba(0,0,0,.16);
}

.raff-logo-image {
  object-fit: cover;
  padding: 4px;
}

.raff-logo-text {
  color: var(--raff-cream);
  font-weight: 950;
  letter-spacing: -.04em;
}

.raff-logo-lockup strong,
.raff-logo-lockup small {
  display: block;
}

.raff-logo-lockup strong {
  color: var(--raff-ink);
  font-size: 18px;
  font-weight: 950;
  letter-spacing: .08em;
}

.raff-logo-lockup small {
  margin-top: 2px;
  color: rgba(17,16,15,.58);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.raff-menu-button {
  width: 54px;
  height: 54px;
  display: grid;
  place-content: center;
  gap: 5px;
  border: 1px solid rgba(17,16,15,.16);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.8), rgba(200,201,197,.2));
  color: var(--raff-ink);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.94);
}

.raff-menu-button span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.raff-hero-grid {
  position: relative;
  min-height: clamp(220px, 34vw, 340px);
  display: block;
}

.raff-hero-copy {
  max-width: 620px;
  padding-top: clamp(30px, 7vw, 68px);
}

.raff-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(17,16,15,.1);
  background: rgba(255,255,255,.62);
  color: rgba(17,16,15,.68);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.raff-hero h1 {
  max-width: 9.2ch;
  margin: 0;
  color: var(--raff-ink);
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(56px, 12vw, 112px);
  font-weight: 1000;
  letter-spacing: -.095em;
  line-height: .82;
  text-transform: uppercase;
}

.raff-hero p {
  max-width: 44ch;
  margin: 22px 0 0;
  color: rgba(17,16,15,.66);
  font-size: clamp(16px, 2.8vw, 21px);
  font-weight: 650;
  line-height: 1.45;
}

.raff-intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,.18), transparent 18rem),
    #070707;
  animation: raffIntroLeave .36s ease 1.82s forwards;
  pointer-events: none;
}

.raff-intro-tape {
  width: min(118vw, 980px);
  display: grid;
  gap: clamp(5px, 1vw, 10px);
  transform: rotate(-8deg);
}

.raff-intro-tape-row {
  display: flex;
  width: max-content;
  gap: clamp(20px, 5vw, 58px);
  padding: clamp(7px, 1.5vw, 14px) clamp(18px, 4vw, 44px);
  border-top: 1px solid rgba(246,239,226,.36);
  border-bottom: 1px solid rgba(246,239,226,.36);
  color: #0b0b0a;
  background:
    linear-gradient(90deg, rgba(246,239,226,.98), rgba(200,201,197,.92), rgba(246,239,226,.98));
  box-shadow: 0 18px 44px rgba(0,0,0,.36);
  animation: raffTapeSlide 1.92s cubic-bezier(.17,.84,.44,1) both;
  animation-delay: calc(var(--i) * .035s);
}

.raff-intro-tape-row:nth-child(even) {
  margin-left: -18vw;
  animation-name: raffTapeSlideReverse;
}

.raff-intro-tape-row--pango {
  color: #fff7e8;
  border-color: rgba(255, 183, 43, .42);
  background:
    linear-gradient(90deg, #7e0604, #d61c16 52%, #8d0906);
}

.raff-intro-tape-row--pango span {
  text-shadow: 0 4px 0 rgba(0,0,0,.16);
}

.raff-intro-tape-row span {
  font-size: clamp(42px, 13vw, 118px);
  font-weight: 1000;
  letter-spacing: -.08em;
  line-height: .82;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes raffTapeSlide {
  0% { opacity: 0; transform: translate3d(-45vw, -20px, 0); }
  18% { opacity: 1; }
  72% { opacity: 1; transform: translate3d(0, 0, 0); }
  100% { opacity: 1; transform: translate3d(24vw, 0, 0); }
}

@keyframes raffTapeSlideReverse {
  0% { opacity: 0; transform: translate3d(45vw, 20px, 0); }
  18% { opacity: 1; }
  72% { opacity: 1; transform: translate3d(0, 0, 0); }
  100% { opacity: 1; transform: translate3d(-24vw, 0, 0); }
}

@keyframes raffIntroLeave {
  to { opacity: 0; transform: scale(1.015); visibility: hidden; }
}

/* RAFF x PANGO joint QR gateway */
.template-raff-pango-gateway.app-shell {
  width: min(100%, 980px);
  min-height: 100dvh;
  padding: max(14px, env(safe-area-inset-top)) clamp(12px, 3vw, 34px) max(26px, env(safe-area-inset-bottom));
  color: #11100f;
  background:
    radial-gradient(circle at 16% 4%, rgba(255,255,255,.14), transparent 18rem),
    radial-gradient(circle at 90% 82%, rgba(227,27,35,.18), transparent 20rem),
    #080808;
}

.joint-gateway {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100dvh - 32px);
  border-radius: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(255,255,255,.18);
  background: #f8f2e7;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    0 32px 90px rgba(0,0,0,.44);
}

.joint-gateway::before,
.joint-gateway::after,
.joint-gateway-split {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.joint-gateway::before {
  z-index: -1;
  background:
    linear-gradient(132deg, rgba(255,255,255,.78) 0 48.6%, rgba(17,16,15,.2) 48.8% 49.2%, rgba(132,8,6,.97) 49.4% 100%);
}

.joint-gateway::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(17,16,15,.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17,16,15,.04) 1px, transparent 1px),
    radial-gradient(circle at 18% 28%, rgba(200,201,197,.34), transparent 12rem),
    radial-gradient(circle at 84% 72%, rgba(255,183,43,.23), transparent 14rem);
  background-size: 42px 42px, 42px 42px, auto, auto;
  mix-blend-mode: multiply;
  opacity: .78;
}

.joint-gateway-split {
  z-index: 0;
  opacity: .12;
}

.joint-split-label {
  position: absolute;
  font-size: clamp(74px, 17vw, 168px);
  font-weight: 1000;
  line-height: .82;
  letter-spacing: -.09em;
  text-transform: uppercase;
}

.joint-split-label--raff {
  top: 12%;
  left: 5%;
  color: #11100f;
}

.joint-split-label--pango {
  right: -2%;
  bottom: 10%;
  color: #fff1df;
  transform: rotate(-10deg);
}

.joint-gateway-head,
.joint-choice-panel,
.joint-gateway-foot {
  position: relative;
  z-index: 2;
}

.joint-gateway-head {
  padding: clamp(32px, 7vw, 78px) clamp(24px, 6vw, 62px) clamp(18px, 5vw, 44px);
  max-width: 780px;
}

.joint-gateway-head span,
.joint-choice-copy span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 12px;
  border: 1px solid rgba(17,16,15,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  color: rgba(17,16,15,.62);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.joint-gateway-head h1 {
  margin: 0;
  color: #11100f;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(60px, 14vw, 128px);
  font-weight: 1000;
  letter-spacing: -.1em;
  line-height: .82;
  text-transform: uppercase;
}

.joint-gateway-head p {
  max-width: 44ch;
  margin: 22px 0 0;
  color: rgba(17,16,15,.68);
  font-size: clamp(16px, 2.4vw, 21px);
  font-weight: 720;
  line-height: 1.44;
}

.joint-choice-panel {
  margin: clamp(16px, 5vw, 46px) clamp(14px, 5vw, 48px) clamp(20px, 5vw, 48px);
  padding: clamp(18px, 4vw, 30px);
  border: 1px solid rgba(17,16,15,.12);
  border-radius: clamp(24px, 4vw, 34px);
  background: rgba(255,255,255,.78);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.92),
    0 22px 58px rgba(26,23,18,.12);
}

.joint-choice-copy h2 {
  max-width: 14ch;
  margin: 0 0 10px;
  color: #11100f;
  font-size: clamp(32px, 6vw, 54px);
  font-weight: 1000;
  letter-spacing: -.075em;
  line-height: .92;
}

.joint-choice-copy p {
  max-width: 48ch;
  margin: 0 0 clamp(18px, 4vw, 30px);
  color: rgba(17,16,15,.58);
  font-weight: 760;
  line-height: 1.45;
}

.joint-brand-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 3vw, 18px);
}

.joint-brand-card {
  position: relative;
  overflow: hidden;
  min-height: clamp(144px, 22vw, 204px);
  display: grid;
  align-content: center;
  gap: 7px;
  padding: clamp(20px, 4vw, 32px);
  border-radius: clamp(24px, 4vw, 34px);
  text-align: left;
  border: 1px solid rgba(17,16,15,.16);
  color: #11100f;
  background:
    radial-gradient(circle at 82% 22%, rgba(200,201,197,.5), transparent 5rem),
    linear-gradient(145deg, #fffdf8, #e8dfd0);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92);
}

.joint-brand-card::before,
.joint-brand-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.joint-brand-card::before {
  width: clamp(88px, 17vw, 158px);
  height: clamp(88px, 17vw, 158px);
  right: clamp(18px, 4vw, 38px);
  top: clamp(18px, 4vw, 34px);
  border-radius: 50%;
  border: clamp(14px, 3vw, 28px) solid rgba(17,16,15,.08);
}

.joint-brand-card::after {
  inset: auto clamp(22px, 4vw, 40px) clamp(18px, 3vw, 30px) auto;
  width: 46px;
  height: 12px;
  border-radius: 999px;
  background: currentColor;
  opacity: .14;
}

.joint-brand-card--pango {
  border-color: rgba(255,213,150,.28);
  color: #fff7e8;
  background:
    radial-gradient(circle at 82% 24%, rgba(255,183,43,.22), transparent 5.4rem),
    linear-gradient(145deg, #b0120c, #67100d);
}

.joint-brand-mark,
.joint-brand-card strong,
.joint-brand-card small,
.joint-brand-card em {
  position: relative;
  z-index: 1;
}

.joint-brand-mark {
  width: fit-content;
  margin-bottom: auto;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: #11100f;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .14em;
}

.joint-brand-card--pango .joint-brand-mark {
  background: rgba(255,183,43,.92);
  color: #3d0705;
}

.joint-brand-card strong {
  font-size: clamp(34px, 7vw, 64px);
  font-weight: 1000;
  letter-spacing: -.085em;
  line-height: .82;
}

.joint-brand-card small {
  max-width: 24ch;
  color: currentColor;
  opacity: .68;
  font-size: 14px;
  font-weight: 760;
  line-height: 1.35;
}

.joint-brand-card em {
  width: fit-content;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: #11100f;
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
}

.joint-brand-card--pango em {
  background: rgba(255,183,43,.92);
  color: #3d0705;
}

.joint-gateway-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 clamp(22px, 5vw, 50px) clamp(24px, 5vw, 48px);
  color: rgba(255,247,232,.8);
  font-size: 13px;
  font-weight: 800;
}

.joint-gateway-foot strong {
  color: #fff7e8;
}

.gateway-back-control {
  position: sticky;
  top: max(10px, env(safe-area-inset-top));
  z-index: 30;
  width: fit-content;
  margin: 0 0 10px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: #fff7e8;
  background: rgba(10,10,10,.86);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 34px rgba(0,0,0,.18);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -.01em;
}

.gateway-back-control--pango {
  border-color: rgba(255,183,43,.36);
}

@media (max-width: 640px) {
  .joint-brand-grid {
    grid-template-columns: 1fr;
  }

  .joint-gateway-foot {
    display: grid;
    color: rgba(17,16,15,.52);
  }
}

.raff-entry-screen,
.raff-nav-stack {
  position: relative;
  z-index: 2;
  margin: 0 clamp(12px, 4vw, 38px) clamp(14px, 4vw, 34px);
}

.raff-entry-screen {
  padding: clamp(18px, 4vw, 30px);
  border: 1px solid rgba(17,16,15,.1);
  border-radius: clamp(20px, 3vw, 28px);
  background:
    linear-gradient(145deg, rgba(255,255,255,.82), rgba(255,255,255,.52)),
    rgba(255,250,242,.74);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.92),
    0 20px 55px rgba(31,27,21,.1);
}

.raff-entry-head {
  max-width: 620px;
  margin-bottom: clamp(14px, 3vw, 22px);
}

.raff-entry-head span,
.raff-nav-stack span {
  color: rgba(17,16,15,.52);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.raff-entry-head h2 {
  margin: 0 0 8px;
  color: var(--raff-ink);
  font-size: clamp(31px, 7vw, 52px);
  font-weight: 1000;
  letter-spacing: -.07em;
  line-height: .92;
}

.raff-entry-head p {
  max-width: 38ch;
  margin: 0;
  color: rgba(17,16,15,.62);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.raff-entry-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.raff-entry-card {
  position: relative;
  min-height: 128px;
  overflow: hidden;
  display: grid;
  align-content: end;
  justify-content: stretch;
  gap: 10px;
  padding: 20px 24px;
  border: 1px solid rgba(17,16,15,.1);
  border-radius: 26px;
  text-align: left;
  color: var(--raff-ink);
  background:
    radial-gradient(circle at 78% 24%, rgba(200,201,197,.42), transparent 4.8rem),
    linear-gradient(150deg, rgba(255,255,255,.92), rgba(246,239,226,.62));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.94);
}

.raff-entry-card::after {
  content: "";
  position: absolute;
  right: clamp(14px, 4vw, 28px);
  top: 50%;
  width: clamp(72px, 18vw, 118px);
  height: clamp(72px, 18vw, 118px);
  border-radius: 50%;
  border: 14px solid rgba(255,255,255,.07);
  transform: translateY(-50%);
}

.raff-entry-card::before {
  content: "";
  position: absolute;
  right: clamp(42px, 12vw, 82px);
  top: 50%;
  width: clamp(48px, 13vw, 86px);
  height: clamp(48px, 13vw, 86px);
  opacity: .22;
  transform: translateY(-50%);
}

.raff-entry-card[data-raff-section="food"]::before {
  border-bottom: 8px solid currentColor;
  border-radius: 0 0 999px 999px;
  box-shadow: 0 -18px 0 -12px currentColor, 18px -22px 0 -16px currentColor, -18px -22px 0 -16px currentColor;
}

.raff-entry-card[data-raff-section="drink"]::before {
  border: 8px solid currentColor;
  border-top-width: 12px;
  border-radius: 0 0 22px 22px;
  box-shadow: 18px 8px 0 -8px transparent, 23px 8px 0 -11px currentColor, 0 -24px 0 -18px currentColor;
}

.raff-entry-card[data-raff-section="dessert"]::before {
  border-left: 8px solid currentColor;
  border-bottom: 8px solid currentColor;
  border-radius: 0 0 8px 28px;
  transform: translateY(-50%) rotate(-18deg);
  box-shadow: 18px 18px 0 -13px currentColor;
}

.raff-entry-card.is-ready {
  border-color: rgba(17,16,15,.22);
  background:
    radial-gradient(circle at 78% 24%, rgba(17,16,15,.16), transparent 5.4rem),
    linear-gradient(150deg, #11100f, #393733);
  color: var(--raff-cream);
}

.raff-entry-card strong,
.raff-entry-card small,
.raff-entry-card em,
.raff-entry-number,
.raff-entry-icon {
  position: relative;
  z-index: 1;
}

.raff-entry-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  border-radius: 18px;
  background: rgba(255,255,255,.58);
  font-size: 24px;
}

.raff-entry-card.is-ready .raff-entry-icon {
  background: rgba(246,239,226,.14);
}

.raff-entry-number {
  color: currentColor;
  opacity: .58;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.raff-entry-card strong {
  font-size: clamp(31px, 7vw, 46px);
  font-weight: 1000;
  letter-spacing: -.06em;
  line-height: .94;
}

.raff-entry-card small {
  color: currentColor;
  opacity: .66;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.raff-entry-card em {
  width: fit-content;
  margin-top: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  color: var(--raff-ink);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

.raff-entry-card.is-ready em {
  color: var(--raff-cream);
  background: rgba(246,239,226,.16);
}

.raff-nav-stack {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 clamp(6px, 1.4vw, 10px);
}

.raff-nav-stack button,
.raff-empty-section button {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  color: var(--raff-cream);
  background: #11100f;
  font-weight: 950;
}

.raff-nav-stack button {
  padding: 0 16px;
}

.raff-nav-stack strong {
  display: block;
  margin-top: 2px;
  color: var(--raff-ink);
  font-size: 24px;
  font-weight: 1000;
  letter-spacing: -.05em;
}

.raff-category-rail {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 0 clamp(18px, 5vw, 48px) 18px;
  scrollbar-width: none;
}

.raff-category-rail::-webkit-scrollbar { display: none; }

.raff-category-rail button {
  flex: 0 0 auto;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 16px;
  border: 1px solid rgba(17,16,15,.12);
  border-radius: 999px;
  color: rgba(17,16,15,.72);
  background: rgba(255,255,255,.66);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.raff-category-rail button.is-active {
  border-color: #10100f;
  background: #10100f;
  color: var(--raff-cream);
}

.raff-category-rail button span {
  font-size: 14px;
}

.raff-menu-board {
  position: relative;
  z-index: 1;
  margin: 0 clamp(12px, 4vw, 38px) clamp(14px, 4vw, 34px);
  padding: clamp(16px, 4vw, 30px);
  border: 1px solid rgba(17,16,15,.1);
  border-radius: clamp(24px, 4vw, 36px);
  background:
    linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.62)),
    rgba(255,255,255,.62);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.94),
    0 20px 50px rgba(31,27,21,.1);
  backdrop-filter: blur(14px);
}

.raff-board-head {
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.raff-board-head span,
.raff-category-heading small,
.raff-compliance-chips span {
  color: rgba(17,16,15,.55);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.raff-chip--calorie {
  color: rgba(17,16,15,.68);
}

.raff-chip--allergen {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgba(17,16,15,.82);
}

.raff-chip--allergen b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 5px;
  color: #11100f;
  background: #d9a63a;
  font-size: 10px;
  font-weight: 1000;
  line-height: 1;
}

.raff-board-head h2 {
  margin: 4px 0 0;
  color: var(--raff-ink);
  font-size: clamp(25px, 4vw, 40px);
  font-weight: 1000;
  letter-spacing: -.05em;
}

.raff-board-head p {
  max-width: 32ch;
  margin: 0;
  color: rgba(17,16,15,.62);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.raff-category-section + .raff-category-section {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(17,16,15,.09);
}

.raff-category-heading {
  gap: 10px;
  margin-bottom: 12px;
}

.raff-category-heading > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--raff-cream);
  background: var(--raff-ink);
  font-weight: 950;
}

.raff-category-heading h2 {
  margin: 0;
  color: var(--raff-ink);
  font-size: 20px;
  font-weight: 950;
  letter-spacing: -.03em;
}

.raff-category-heading small {
  margin-left: auto;
}

.raff-product-list {
  display: grid;
  gap: 10px;
}

.raff-product-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 10px;
  align-items: center;
  min-height: 78px;
  padding: 10px 10px 10px 14px;
  border: 1px solid rgba(17,16,15,.09);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.86), rgba(246,239,226,.72)),
    #fffaf2;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92);
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.raff-product-row:hover {
  transform: translateY(-1px);
  border-color: rgba(17,16,15,.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.94), 0 12px 26px rgba(31,27,21,.08);
}

.raff-product-copy {
  min-width: 0;
}

.raff-product-title-line {
  justify-content: space-between;
  gap: 12px;
}

.raff-product-title-line h3 {
  min-width: 0;
  margin: 0;
  color: var(--raff-ink);
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 950;
  letter-spacing: -.04em;
  line-height: 1.1;
}

.raff-product-title-line strong {
  color: var(--raff-ink);
  font-size: clamp(15px, 2.8vw, 19px);
  font-weight: 1000;
  white-space: nowrap;
}

.raff-product-copy p {
  display: -webkit-box;
  overflow: hidden;
  margin: 4px 0 7px;
  color: rgba(17,16,15,.62);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.raff-compliance-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.raff-compliance-chips span {
  max-width: 100%;
  overflow: hidden;
  padding: 4px 7px;
  border: 1px solid rgba(17,16,15,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: .03em;
  text-transform: none;
}

.raff-row-arrow {
  width: 34px;
  height: 46px;
  border: 0;
  border-radius: 14px;
  color: var(--raff-cream);
  background: var(--raff-ink);
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
}

.raff-empty-section {
  display: grid;
  justify-items: start;
  gap: 10px;
  padding: clamp(20px, 5vw, 34px);
  border: 1px dashed rgba(17,16,15,.16);
  border-radius: 24px;
  background: rgba(255,255,255,.52);
}

.raff-empty-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #11100f;
  font-size: 26px;
}

.raff-empty-section h2 {
  margin: 0;
  color: var(--raff-ink);
  font-size: clamp(24px, 5vw, 34px);
  font-weight: 1000;
  letter-spacing: -.05em;
}

.raff-empty-section p {
  max-width: 42ch;
  margin: 0;
  color: rgba(17,16,15,.62);
  font-weight: 700;
  line-height: 1.45;
}

.raff-empty-section button {
  padding: 0 18px;
}

.raff-footer {
  position: relative;
  z-index: 1;
  justify-content: space-between;
  gap: 18px;
  padding: 0 clamp(20px, 5vw, 48px) 34px;
  color: rgba(246,239,226,.68);
  font-size: 12px;
  font-weight: 700;
}

.raff-footer strong {
  color: var(--raff-steel);
  white-space: nowrap;
}

.raff-side-backdrop {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  justify-content: flex-end;
  background: rgba(0,0,0,0);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease, background .22s ease;
}

.raff-side-backdrop.open {
  background: rgba(0,0,0,.48);
  opacity: 1;
  pointer-events: auto;
}

.raff-side-menu {
  width: min(88vw, 390px);
  min-height: 100dvh;
  overflow-y: auto;
  padding: max(18px, env(safe-area-inset-top)) 18px max(22px, env(safe-area-inset-bottom));
  color: #12110f;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(246,239,226,.94)),
    #fffaf2;
  border-left: 1px solid rgba(255,255,255,.72);
  box-shadow: -28px 0 70px rgba(0,0,0,.3);
  transform: translateX(104%);
  transition: transform .26s ease;
}

.raff-side-menu.open {
  transform: translateX(0);
}

.raff-side-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.raff-side-head span {
  color: #11100f;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.raff-side-close {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(17,16,15,.1);
  border-radius: 999px;
  color: #11100f;
  background: rgba(255,255,255,.72);
  font-size: 30px;
  line-height: 1;
}

.raff-side-section {
  padding: 18px;
  border: 1px solid rgba(17,16,15,.1);
  border-radius: 24px;
  background: rgba(255,255,255,.56);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}

.raff-side-section + .raff-side-section {
  margin-top: 14px;
}

.raff-side-section small,
.raff-feedback-form span {
  color: rgba(17,16,15,.56);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.raff-side-section h2,
.raff-side-section h3 {
  margin: 8px 0 10px;
  color: #11100f;
  font-weight: 1000;
  letter-spacing: -.05em;
  line-height: 1;
}

.raff-side-section h2 {
  font-size: 34px;
}

.raff-side-section h3 {
  font-size: 24px;
}

.raff-side-section p {
  margin: 0;
  color: rgba(17,16,15,.66);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.raff-side-note {
  margin-top: 10px !important;
  color: rgba(17,16,15,.78) !important;
}

.raff-feedback-form {
  display: grid;
  gap: 12px;
}

.raff-feedback-form label {
  display: grid;
  gap: 7px;
}

.raff-feedback-form select,
.raff-feedback-form textarea {
  width: 100%;
  border: 1px solid rgba(17,16,15,.12);
  border-radius: 16px;
  color: #11100f;
  background: rgba(255,255,255,.76);
  font: inherit;
  font-weight: 700;
  outline: none;
}

.raff-feedback-form select {
  min-height: 48px;
  padding: 0 13px;
}

.raff-feedback-form textarea {
  resize: vertical;
  padding: 13px;
  line-height: 1.35;
}

.raff-feedback-form button {
  min-height: 50px;
  border: 0;
  border-radius: 16px;
  color: #fffaf2;
  background: #11100f;
  font-weight: 950;
}

.raff-feedback-status {
  margin: 0;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 800;
}

.raff-feedback-status--success {
  color: #135d38;
  background: rgba(36,160,96,.12);
}

.raff-feedback-status--error {
  color: #8c2118;
  background: rgba(210,70,54,.14);
}

.raff-feedback-status--pending {
  color: #6a5531;
  background: rgba(205,187,159,.22);
}

.drawer-backdrop--raff-steel {
  background: rgba(0,0,0,.68);
}

.drawer--raff-steel {
  --raff-ink: #11100f;
  --raff-cream: #f6efe2;
  color: var(--raff-ink);
  border-color: rgba(255,255,255,.28);
  background:
    linear-gradient(180deg, #fffaf2, #f3eadb);
}

.drawer--raff-steel .drawer-hero {
  background:
    radial-gradient(circle at 50% 44%, rgba(255,255,255,.5), transparent 34%),
    linear-gradient(145deg, #10100f, #3a3935 48%, #c8c9c5 49%, #f8f5ef 62%, #11100f);
}

.drawer--raff-steel .drawer-brand-mini {
  color: var(--raff-cream);
  background: rgba(17,16,15,.78);
}

.drawer--raff-steel .drawer-visual-frame {
  border-color: rgba(255,255,255,.42);
  background: #f8f4ec;
}

.drawer--raff-steel h2,
.drawer--raff-steel .product-title-row .price,
.drawer--raff-steel .variation-group h4 {
  color: var(--raff-ink);
}

.drawer--raff-steel .drawer-kicker,
.drawer--raff-steel .required-info-card span,
.drawer--raff-steel .detail-tile span {
  color: #6f6253;
}

.drawer--raff-steel .drawer-description,
.drawer--raff-steel .option-row,
.drawer--raff-steel .legal-info-panel p {
  color: rgba(17,16,15,.64);
}

.drawer--raff-steel .required-info-card,
.drawer--raff-steel .legal-info-panel,
.drawer--raff-steel .detail-tile,
.drawer--raff-steel .variation-group {
  border-color: rgba(17,16,15,.12);
  background: rgba(255,255,255,.62);
}

.drawer--raff-steel .required-info-card strong,
.drawer--raff-steel .legal-info-panel strong,
.drawer--raff-steel .detail-tile strong,
.drawer--raff-steel .nutrition-table dd {
  color: var(--raff-ink);
}

.drawer--raff-steel .nutrition-table div {
  background: rgba(17,16,15,.045);
}

@media (max-width: 640px) {
  .template-raff-steel.app-shell {
    padding-inline: 8px;
  }

  .raff-steel-menu {
    border-radius: 28px;
  }

  .raff-hero {
    padding: 18px 18px 26px;
  }

  .raff-logo-image,
  .raff-logo-text {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .raff-menu-button {
    width: 48px;
    height: 48px;
  }

  .raff-hero-grid {
    min-height: 292px;
    display: block;
  }

  .raff-hero h1 {
    max-width: 8.5ch;
    font-size: clamp(46px, 16vw, 72px);
  }

  .raff-hero p {
    max-width: 28ch;
    font-size: 15px;
  }

  .raff-category-rail {
    padding-inline: 18px;
  }

  .raff-entry-screen {
    padding: 18px;
  }

  .raff-entry-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .raff-entry-card {
    min-height: 118px;
    justify-items: start;
    padding: 18px 20px;
    text-align: left;
  }

  .raff-entry-card strong {
    font-size: 34px;
    letter-spacing: -.06em;
  }

  .raff-entry-card em {
    padding: 7px 10px;
    font-size: 11px;
  }

  .raff-nav-stack {
    padding-inline: 6px;
  }

  .raff-menu-board {
    padding: 14px;
    border-radius: 24px;
  }

  .raff-board-head {
    display: block;
  }

  .raff-board-head p {
    margin-top: 8px;
  }

  .raff-product-row {
    grid-template-columns: minmax(0, 1fr) 32px;
    min-height: 78px;
    border-radius: 18px;
  }

  .raff-product-title-line {
    display: flex;
  }

  .raff-product-title-line strong {
    display: inline;
    margin-top: 0;
    font-size: 15px;
  }

  .raff-row-arrow {
    width: 32px;
    height: 44px;
  }

  .raff-footer {
    display: block;
    padding-inline: 20px;
  }

  .raff-footer strong {
    display: block;
    margin-top: 8px;
  }
}

.layout-typography .app-shell {
  max-width: 980px;
}

.tm-body {
  padding-bottom: 40px;
}

.tm-script,
.tm-script-col {
  font-family: "Great Vibes", "Playfair Display", Georgia, serif;
  font-weight: 400;
}

.tm-header {
  margin-bottom: 28px;
  text-align: center;
}

.tm-header h1,
.tm-header .tm-outline {
  margin: 0;
}

.tm-header p {
  color: var(--muted);
  line-height: 1.6;
}

.tm-band {
  height: 10px;
  margin: 12px auto;
  max-width: 320px;
  border-radius: 999px;
  background: repeating-linear-gradient(
    90deg,
    color-mix(in srgb, var(--primary) 70%, transparent),
    color-mix(in srgb, var(--primary) 70%, transparent) 4px,
    transparent 4px,
    transparent 8px
  );
}

.tm-items,
.tm-category {
  display: grid;
  gap: 0;
}

.tm-category + .tm-category {
  margin-top: 28px;
}

.tm-category-title {
  margin: 0 0 14px;
  font-size: clamp(22px, 4vw, 34px);
  letter-spacing: 0.02em;
}

.tm-item {
  padding: 14px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--text) 10%, transparent);
  cursor: pointer;
}

.tm-item-main {
  display: grid;
  gap: 8px;
}

.tm-item-copy h3 {
  margin: 0 0 4px;
  font-size: clamp(16px, 2.4vw, 20px);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tm-item-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.tm-leader-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.tm-leaders {
  flex: 1;
  border-bottom: 1px dotted color-mix(in srgb, var(--primary) 55%, transparent);
  transform: translateY(-3px);
}

.tm-leader-row strong,
.tm-price,
.tm-cell-price {
  color: var(--primary);
  white-space: nowrap;
}

.tm-badge {
  display: inline-block;
  margin-bottom: 6px;
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tm-taste-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.tm-taste-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 9px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--primary) 35%, transparent);
  background: color-mix(in srgb, var(--primary) 8%, transparent);
  color: var(--muted);
  font-size: 11px;
  line-height: 1.2;
}

.tm-taste-tag::before {
  content: "◦";
  color: var(--primary);
  font-weight: 700;
}

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

.tm-footer {
  margin-top: 28px;
  padding: 14px 16px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--primary) 30%, transparent);
  background: color-mix(in srgb, var(--primary) 10%, transparent);
  text-align: center;
  font-size: 13px;
}

/* Bistro */
.template-bistro {
  --primary: #ffc107;
  --background: #121214;
  --text: #ffffff;
  --muted: #d7d7dc;
}

.template-bistro .tm-header--bistro .tm-script {
  color: #ffc107;
  font-size: clamp(42px, 10vw, 72px);
  line-height: 1;
}

.template-bistro .tm-header--bistro h1 {
  letter-spacing: 0.35em;
  font-size: 14px;
  font-weight: 700;
}

.template-bistro .tm-category-title {
  color: #ffc107;
  font-weight: 800;
  text-transform: uppercase;
}

.template-bistro .tm-body {
  position: relative;
}

.template-bistro .tm-body::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -40px;
  height: 180px;
  background: radial-gradient(circle at 50% 100%, rgba(255, 193, 7, 0.35), transparent 70%);
  pointer-events: none;
}

/* Bar Menu */
.template-bar-menu {
  --primary: #d4af37;
  --background: #050505;
  --text: #f7f2e8;
  --muted: #c8bea8;
}

.template-bar-menu .tm-header--bar .tm-script {
  color: #d4af37;
  font-size: clamp(38px, 8vw, 64px);
}

.template-bar-menu .tm-category-title {
  color: #d4af37;
  font-family: "Great Vibes", cursive;
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 400;
}

/* Midnight Dine */
.template-midnight-dine {
  --primary: #ff8c42;
  --background: #050505;
  --text: #ffffff;
  --muted: #b8b8b8;
}

.template-midnight-dine .app-shell {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Ccircle cx='12' cy='12' r='1' fill='rgba(255,255,255,0.05)'/%3E%3C/svg%3E"),
    #050505;
}

.template-midnight-dine .tm-kicker,
.template-midnight-dine .tm-category-title {
  color: #ff8c42;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.template-midnight-dine .tm-header--midnight h1 {
  font-size: clamp(28px, 5vw, 42px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Our Menu */
.template-our-menu {
  --primary: #e8c872;
  --background: #101010;
  --text: #ffffff;
  --muted: #c7c7c7;
}

.template-our-menu .tm-hero-photo {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 18px;
  max-height: 220px;
}

.template-our-menu .tm-hero-photo img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.template-our-menu .tm-hero-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.template-our-menu .tm-script {
  font-size: clamp(38px, 8vw, 58px);
  color: #fff;
}

.template-our-menu .tm-heart {
  color: #e8c872;
  font-size: 28px;
}

.template-our-menu .tm-item--thumb {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.template-our-menu .tm-thumb {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}

.template-our-menu .tm-columns--our {
  position: relative;
}

.template-our-menu .tm-columns--our::before {
  content: "";
  position: absolute;
  top: 36px;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: color-mix(in srgb, var(--primary) 50%, transparent);
}

/* Grill Chalk */
.template-grill-chalk {
  --primary: #f5f0e6;
  --background: #3b2f2f;
  --text: #fff8ef;
  --muted: #eadfce;
}

.template-grill-chalk .app-shell {
  border: 2px dashed rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  padding: 20px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.05), transparent 40%),
    #3b2f2f;
}

.template-grill-chalk .tm-header--grill h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 6vw, 44px);
}

.template-grill-chalk .tm-grill-title {
  margin: 0 0 10px;
  font-family: "Great Vibes", cursive;
  font-size: 28px;
  color: #fff8ef;
}

.template-grill-chalk .tm-grill-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
}

.template-grill-chalk .tm-cell {
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 12px;
  text-align: center;
  cursor: pointer;
}

.template-grill-chalk .tm-cell h4 {
  margin: 0 0 6px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.template-grill-chalk .tm-cell p {
  margin: 0 0 8px;
  font-size: 12px;
  color: var(--muted);
}

.template-grill-chalk .tm-cell-price {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 8px;
}

/* Resto Chalk */
.template-resto-chalk {
  --primary: #ffffff;
  --background: #080808;
  --text: #ffffff;
  --muted: #d8d8d8;
}

.template-resto-chalk .app-shell {
  border: 4px double rgba(255, 255, 255, 0.8);
  padding: 24px 18px;
}

.template-resto-chalk .tm-outline {
  font-size: clamp(42px, 10vw, 72px);
  color: transparent;
  -webkit-text-stroke: 1.5px #fff;
  letter-spacing: 0.08em;
}

.template-resto-chalk .tm-resto-pill {
  display: inline-block;
  margin: 0 auto 20px;
  padding: 8px 22px;
  border: 1px solid #fff;
  border-radius: 999px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.template-resto-chalk .tm-resto-wrap {
  text-align: center;
}

.template-resto-chalk .tm-item--centered h3 {
  margin: 0 0 8px;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.template-resto-chalk .tm-item--centered p {
  max-width: 52ch;
  margin: 0 auto 10px;
}

.template-resto-chalk .tm-diamonds {
  display: block;
  margin-top: 8px;
  letter-spacing: 0.35em;
  opacity: 0.8;
}

/* Elegant Gold */
.template-elegant-gold {
  --primary: #c9a84c;
  --background: #090909;
  --text: #f6f1e6;
  --muted: #c9bea8;
}

.template-elegant-gold .tm-script {
  color: #c9a84c;
  font-size: clamp(36px, 8vw, 58px);
}

/* Gourmet Orange */
.template-gourmet-orange {
  --primary: #e67e22;
  --background: #080808;
  --text: #ffffff;
  --muted: #bdbdbd;
}

.template-gourmet-orange .tm-category-title,
.template-gourmet-orange .tm-kicker {
  color: #e67e22;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

/* Luxury Columns */
.template-luxury-columns {
  --primary: #d4af37;
  --background: #0a0a0a;
  --text: #f5f5f5;
  --muted: #c8c8c8;
}

.template-luxury-columns .tm-divider {
  width: 120px;
  height: 1px;
  margin: 16px auto 0;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
}

.template-luxury-columns .tm-columns {
  gap: 32px;
}

/* Classic Script */
.template-classic-script {
  --primary: #f2ca50;
  --background: #0b0b0b;
  --text: #ffffff;
  --muted: #cccccc;
}

.template-classic-script .tm-script {
  font-size: clamp(40px, 9vw, 68px);
  color: #f2ca50;
}

.template-classic-script .tm-header--classic p {
  letter-spacing: 0.35em;
  text-transform: uppercase;
  font-size: 12px;
}

.tm-legal-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.tm-legal-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 0 8px;
  border: 1px solid color-mix(in srgb, var(--primary) 24%, transparent);
  border-radius: 999px;
  color: color-mix(in srgb, var(--text) 86%, var(--primary));
  background: color-mix(in srgb, var(--primary) 8%, transparent);
  font-size: 11px;
  font-weight: 800;
}

/* Tropical Cafe */
.template-tropical-cafe {
  --primary: #52d273;
  --secondary: #ffb23e;
  --background: #07100c;
  --surface: #102018;
  --text: #f3fff6;
  --muted: #b7d9c0;
}

.template-tropical-cafe .tm-body {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 18% 12%, color-mix(in srgb, var(--primary) 22%, transparent), transparent 16rem),
    radial-gradient(ellipse at 90% 0%, color-mix(in srgb, var(--secondary) 16%, transparent), transparent 18rem),
    linear-gradient(180deg, #06140d, #0c1711 38%, #07100c);
}

.template-tropical-cafe .tm-body::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    radial-gradient(ellipse at 20px 12px, transparent 0 8px, color-mix(in srgb, var(--primary) 48%, transparent) 9px 10px, transparent 11px),
    radial-gradient(ellipse at 60px 42px, transparent 0 9px, color-mix(in srgb, var(--secondary) 42%, transparent) 10px 11px, transparent 12px);
  background-size: 88px 72px;
  pointer-events: none;
}

.template-tropical-cafe .tm-header--tropical {
  position: relative;
  z-index: 1;
}

.template-tropical-cafe .tm-leaf-mark {
  display: block;
  width: 86px;
  height: 58px;
  margin: 0 auto 10px;
  background:
    radial-gradient(ellipse at 27% 50%, color-mix(in srgb, var(--primary) 88%, #fff 8%) 0 38%, transparent 39%),
    radial-gradient(ellipse at 70% 48%, color-mix(in srgb, var(--secondary) 80%, #fff 8%) 0 34%, transparent 35%);
  border-radius: 999px;
  filter: drop-shadow(0 12px 26px rgba(0,0,0,.28));
}

.template-tropical-cafe .tm-category-title {
  color: color-mix(in srgb, var(--primary) 86%, #fff 8%);
}

.template-tropical-cafe .tm-item {
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.025)),
    color-mix(in srgb, var(--surface) 74%, #062012 26%);
}

/* Minimal Ink */
.template-minimal-sushi {
  --primary: #181512;
  --secondary: #ff5a3d;
  --background: #e9dfd2;
  --surface: #f8f1e7;
  --text: #181512;
  --muted: #64594f;
}

.template-minimal-sushi .tm-body {
  color: #181512;
  background:
    radial-gradient(circle at 85% 12%, rgba(255, 90, 61, 0.18), transparent 12rem),
    linear-gradient(180deg, #f8f1e7, #e9dfd2);
  border-color: rgba(24, 21, 18, 0.12);
}

.template-minimal-sushi .tm-header--ink h1 {
  color: #181512;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.04em;
}

.template-minimal-sushi .tm-ink-mark {
  display: block;
  width: 118px;
  height: 24px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: #181512;
  transform: rotate(-8deg);
}

.template-minimal-sushi .tm-ink-mark::after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  margin-left: 82px;
  transform: translateY(8px);
  border: 4px solid var(--secondary);
  border-radius: 999px;
  background: transparent;
}

.template-minimal-sushi .tm-category-title,
.template-minimal-sushi .tm-price {
  color: #181512;
}

.template-minimal-sushi .tm-item {
  border-color: rgba(24,21,18,.16);
  background: rgba(255,255,255,.32);
}

.template-minimal-sushi .tm-legal-strip span {
  color: #181512;
  border-color: rgba(24,21,18,.16);
  background: rgba(255,255,255,.34);
}

@media (max-width: 720px) {
  .tm-columns,
  .tm-columns--our {
    grid-template-columns: 1fr;
  }

  .template-our-menu .tm-columns--our::before {
    display: none;
  }
}

/* PANGO Street Food */
.template-pango-street {
  --primary: #c6281f;
  --primary-bright: #f04a22;
  --secondary: #f5a400;
  --background: #090a09;
  --surface: #151515;
  --surface-2: #1c1a18;
  --text: #fff7ea;
  --muted: #cdbfb0;
  --border: rgba(255, 216, 174, 0.18);
  --display-font: Impact, "Arial Black", "Bebas Neue", system-ui, sans-serif;
}

.template-pango-street.app-shell {
  width: min(100%, 760px);
  padding: 0;
  background: #0b0c0b;
  color: var(--text);
  overflow: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pango-menu {
  position: relative;
  min-height: 100dvh;
  padding: 12px clamp(12px, 3vw, 22px) 26px;
  background:
    radial-gradient(circle at 12% 4%, rgba(198, 40, 31, 0.18), transparent 18rem),
    linear-gradient(180deg, #101010 0%, #090a09 62%, #111 100%);
}

.pango-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(300px, 52vw, 430px);
  border-radius: 32px 32px 0 0;
  margin: 0;
  padding: clamp(34px, 5vw, 54px) clamp(26px, 6vw, 48px) 34px;
  background:
    radial-gradient(circle at 72% 40%, rgba(255, 118, 15, 0.12), transparent 22rem),
    radial-gradient(circle at 22% 26%, rgba(255, 255, 255, 0.08), transparent 11rem),
    linear-gradient(135deg, #a20f0a 0%, #8d0906 45%, #6e0504 100%);
  color: #fff;
  border: 1px solid rgba(255, 220, 190, 0.22);
  border-bottom: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 20px 60px rgba(0, 0, 0, 0.32);
}

.pango-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(35deg, rgba(255, 255, 255, 0.024) 0 2px, transparent 2px 8px),
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.08), transparent 14rem);
  opacity: 0.65;
  z-index: -1;
}

.pango-menu-button {
  position: absolute;
  top: clamp(24px, 4vw, 38px);
  right: clamp(24px, 4vw, 38px);
  width: 64px;
  height: 64px;
  display: grid;
  place-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(54, 18, 14, 0.28);
  color: #fff;
  box-shadow: inset 0 0 28px rgba(255, 255, 255, 0.04);
}

.pango-menu-button span {
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.pango-wordmark {
  position: relative;
  width: max-content;
  max-width: 66%;
}

.pango-wordmark h1 {
  margin: 0;
  color: #fff4e4;
  font-family: var(--display-font);
  font-size: clamp(58px, 15vw, 126px);
  font-weight: 1000;
  line-height: 0.74;
  letter-spacing: -0.06em;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.09);
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.22));
}

.pango-wordmark p {
  margin: 16px 0 0 4px;
  color: var(--secondary);
  font-family: var(--display-font);
  font-size: clamp(22px, 4vw, 38px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pango-crown {
  position: absolute;
  top: -38px;
  right: -44px;
  color: var(--secondary);
  font-family: Georgia, serif;
  font-size: clamp(38px, 8vw, 60px);
  transform: rotate(-8deg);
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.12);
}

.pango-hero-title {
  display: grid;
  gap: 4px;
  max-width: 10ch;
  margin: clamp(46px, 7vw, 74px) 0 0;
  font-family: var(--display-font);
  font-size: clamp(42px, 9vw, 76px);
  line-height: 0.88;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.pango-hero-title span {
  color: #fff4e4;
}

.pango-hero-title strong {
  color: var(--secondary);
  font: inherit;
}

.pango-swipe {
  display: block;
  width: 150px;
  height: 10px;
  margin-top: 16px;
  border-radius: 999px;
  background: var(--secondary);
  clip-path: polygon(0 44%, 96% 0, 100% 54%, 4% 100%);
}

.pango-hero-copy {
  max-width: 25ch;
  margin: 18px 0 0;
  color: rgba(255, 247, 234, 0.88);
  font-size: clamp(17px, 3.2vw, 25px);
  font-weight: 650;
  line-height: 1.28;
}

.pango-bowl-art {
  position: absolute;
  right: -16px;
  bottom: 22px;
  width: min(44vw, 330px);
  color: rgba(255, 59, 36, 0.2);
  fill: none;
  stroke: currentColor;
  stroke-width: 13;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pango-bowl-art text {
  fill: rgba(255, 85, 55, 0.22);
  stroke: none;
  font-family: var(--display-font);
  font-size: 40px;
  letter-spacing: -0.05em;
}

.pango-category-rail {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin: 0;
  padding: 24px 14px 20px;
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
  background: linear-gradient(180deg, #101111 0%, #0d0e0e 100%);
  scrollbar-width: none;
}

.pango-category-rail::-webkit-scrollbar {
  display: none;
}

.pango-category-rail button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 58px;
  padding: 0 16px;
  border: 1px solid rgba(255, 238, 216, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: #e9ded3;
  font: 800 clamp(14px, 2.15vw, 18px)/1 Inter, ui-sans-serif, system-ui, sans-serif;
  white-space: nowrap;
}

.pango-category-rail button.is-active {
  border-color: rgba(255, 176, 43, 0.45);
  background: linear-gradient(135deg, #d03526, #9e120d);
  color: #fff8ea;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26), 0 12px 30px rgba(177, 25, 18, 0.26);
}

.pango-category-rail span,
.pango-section-title span,
.pango-soon-left span {
  display: inline-grid;
  place-items: center;
  width: 27px;
  height: 27px;
  color: #f4a400;
}

.pango-category-rail svg,
.pango-section-title svg,
.pango-soon-left svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pango-active-section {
  padding: 18px 16px 18px;
  border: 1px solid var(--border);
  border-top: 0;
  border-radius: 0 0 30px 30px;
  background:
    radial-gradient(circle at 86% 0%, rgba(198, 40, 31, 0.13), transparent 18rem),
    linear-gradient(180deg, #101111 0%, #0b0c0c 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.pango-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  padding-inline: 6px;
}

.pango-section-title {
  display: flex;
  align-items: center;
  gap: 14px;
}

.pango-section-head h2 {
  margin: 0;
  color: #fff4e4;
  font-family: var(--display-font);
  font-size: clamp(31px, 6vw, 52px);
  line-height: 1;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.pango-section-title::after {
  content: "";
  align-self: end;
  width: 96px;
  height: 7px;
  margin-left: -100px;
  margin-bottom: -11px;
  border-radius: 999px;
  background: #e53324;
  transform: rotate(-2deg);
}

.pango-section-head > strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 17px;
  background: linear-gradient(135deg, #e03b2d, #9e130f);
  color: #fff7ea;
  font-size: clamp(12px, 2vw, 15px);
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.pango-pasta-list {
  display: grid;
  gap: 14px;
}

.pango-pasta-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(118px, 26%) minmax(0, 1fr) auto auto;
  align-items: center;
  min-height: clamp(118px, 18vw, 150px);
  border: 1px solid rgba(255, 229, 206, 0.16);
  border-radius: 19px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035), transparent 34%),
    linear-gradient(135deg, #181818 0%, #151514 52%, #111 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 13px 28px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.pango-pasta-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 26%;
  width: 1px;
  background: rgba(255, 229, 206, 0.12);
}

.pango-pasta-image {
  position: relative;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 10px;
}

.pango-pasta-image img {
  width: min(152px, 96%);
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 15px rgba(0, 0, 0, 0.35));
}

.pango-pasta-image span {
  position: absolute;
  top: 17px;
  left: 17px;
  z-index: 2;
  width: 48px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px 13px 15px 12px;
  background: var(--secondary);
  color: #2a1506;
  font-family: var(--display-font);
  font-size: 15px;
  text-transform: uppercase;
  transform: rotate(-14deg);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
}

.pango-pasta-copy {
  padding: 14px 18px;
}

.pango-pasta-copy h3,
.pango-soon-card h3 {
  margin: 0;
  color: #fff7ea;
  font-family: var(--display-font);
  font-size: clamp(20px, 3.6vw, 28px);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.pango-pasta-copy p {
  max-width: 32ch;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: clamp(14px, 2.8vw, 19px);
  font-weight: 500;
  line-height: 1.32;
}

.pango-pasta-card > strong {
  padding: 0 16px;
  color: #fff7ea;
  font-family: var(--display-font);
  font-size: clamp(25px, 5vw, 34px);
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.pango-tags {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 9px;
  color: var(--secondary);
  font-size: clamp(13px, 2.5vw, 18px);
  font-weight: 800;
}

.pango-tags span {
  font-size: 16px;
}

.pango-info-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  margin-top: 9px;
  padding: 0 11px;
  border: 1px solid rgba(245, 164, 0, 0.42);
  border-radius: 999px;
  color: #fff3df;
  background: rgba(245, 164, 0, 0.1);
  font: 850 clamp(11px, 2.1vw, 13px)/1 Inter, system-ui, sans-serif;
}

.pango-info-chip:hover {
  background: rgba(245, 164, 0, 0.18);
}

.pango-pasta-card > em {
  padding-right: 24px;
  color: var(--secondary);
  font-style: normal;
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
}

.pango-soon-section {
  padding: 18px 16px 0;
}

.pango-soon-list {
  display: grid;
  gap: 12px;
}

.pango-soon-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 78px;
  border-radius: 18px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 120, 90, 0.12);
  background:
    radial-gradient(circle at 0 50%, rgba(230, 60, 38, 0.18), transparent 14rem),
    linear-gradient(90deg, #5a1511 0%, #55100d 60%, #3a0d0b 100%);
  color: #f7e6d8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 13px 24px rgba(0, 0, 0, 0.2);
}

.pango-soon-left {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.pango-soon-left span {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--secondary);
  box-shadow: inset 0 0 0 1px rgba(255, 214, 170, 0.12);
}

.pango-soon-card h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pango-soon-card strong {
  flex: 0 0 auto;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ead4c6;
  font-size: clamp(12px, 2vw, 15px);
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.pango-soon-card i {
  flex: 0 0 auto;
  color: rgba(255, 235, 222, 0.76);
  font-style: normal;
  font-size: 21px;
}

.pango-footer {
  display: grid;
  place-items: center;
  gap: 4px;
  margin: 28px 0 0;
  padding: 22px 16px 10px;
  text-align: center;
}

.pango-footer > span {
  color: rgba(255, 244, 228, 0.34);
  font-size: 42px;
}

.pango-footer strong {
  color: #fff4e4;
  font-weight: 950;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.pango-footer small {
  color: var(--secondary);
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 560px) {
  .pango-menu {
    padding: 8px;
  }

  .pango-hero {
    min-height: 286px;
    border-radius: 26px 26px 0 0;
    padding: 36px 24px 26px;
  }

  .pango-menu-button {
    width: 52px;
    height: 52px;
  }

  .pango-wordmark {
    max-width: 78%;
  }

  .pango-bowl-art {
    width: 48vw;
    right: -46px;
    bottom: 30px;
  }

  .pango-category-rail {
    gap: 8px;
    padding: 18px 10px 14px;
  }

  .pango-category-rail button {
    min-height: 50px;
    padding: 0 15px;
  }

  .pango-active-section {
    padding: 14px 10px 14px;
  }

  .pango-section-head {
    align-items: flex-start;
    padding-inline: 2px;
  }

  .pango-section-head > strong {
    padding: 10px 12px;
  }

  .pango-pasta-card {
    grid-template-columns: minmax(86px, 27%) minmax(0, 1fr) auto 28px;
    min-height: 116px;
  }

  .pango-pasta-card::before {
    left: 27%;
  }

  .pango-pasta-card > strong {
    align-self: center;
    padding: 0 7px 0 3px;
    font-size: clamp(19px, 4vw, 25px);
  }

  .pango-pasta-card > em {
    display: grid;
    place-items: center;
    padding-right: 8px;
    font-size: 36px;
  }

  .pango-pasta-copy {
    padding: 12px 10px 12px 14px;
  }

  .pango-pasta-copy p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .pango-soon-section {
    padding-inline: 10px;
  }

  .pango-soon-card {
    min-height: 70px;
    padding: 10px 12px;
  }

  .pango-soon-left span {
    width: 46px;
    height: 46px;
  }

  .pango-soon-card strong {
    padding: 10px 12px;
  }

  .pango-soon-card i {
    display: none;
  }
}

@media (max-width: 380px) {
  .pango-pasta-card {
    grid-template-columns: minmax(78px, 25%) minmax(0, 1fr) auto 24px;
  }

  .pango-pasta-card::before {
    left: 25%;
  }

  .pango-pasta-card > strong {
    display: block;
    font-size: 18px;
  }
}

/* Yahyakaptan Pilavcısı — pirinç, bakır ve beyaz esnaf vitrini */
.template-yahya-pilav {
  --yahya-ink: #21180d;
  --yahya-muted: #735f43;
  --yahya-paper: #fffaf0;
  --yahya-cream: #f5ead6;
  --yahya-gold: #c58a2c;
  --yahya-copper: #9e5b25;
  --yahya-green: #21492f;
  --yahya-line: rgba(70, 47, 20, 0.16);
  --background: #faf3e6;
  --surface: #fffaf0;
  --text: #21180d;
  --muted: #735f43;
  color: var(--yahya-ink);
}

.template-yahya-pilav.app-shell {
  width: 100%;
  max-width: min(100vw, 790px);
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% -5%, rgba(197, 138, 44, 0.16), transparent 23rem),
    linear-gradient(180deg, #fff8eb 0%, #f6ead8 100%);
  color: var(--yahya-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.yahya-menu {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 100dvh;
  padding: 12px clamp(12px, 3vw, 22px) 28px;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(158, 91, 37, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(158, 91, 37, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, #fff9ed 0%, #f4ead8 100%);
  background-size: 28px 28px, 28px 28px, auto;
}

.yahya-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: 100%;
  min-height: clamp(330px, 58vw, 470px);
  border-radius: 34px;
  padding: clamp(24px, 5vw, 46px);
  border: 1px solid rgba(98, 71, 35, 0.18);
  background:
    radial-gradient(circle at 84% 58%, rgba(255, 255, 255, 0.72), transparent 15rem),
    radial-gradient(circle at 20% 20%, rgba(197, 138, 44, 0.16), transparent 18rem),
    linear-gradient(135deg, rgba(255, 253, 246, 0.96), rgba(245, 232, 207, 0.95));
  box-shadow: 0 28px 80px rgba(85, 54, 19, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.yahya-rice-pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.52;
}

.yahya-rice-pattern i {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 13px;
  height: 6px;
  border-radius: 999px 999px 999px 0;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(197, 138, 44, 0.16);
  transform: rotate(var(--r));
  box-shadow: 0 3px 8px rgba(158, 91, 37, 0.08);
}

.yahya-topline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  padding: 8px 12px;
  border: 1px solid rgba(61, 42, 20, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--yahya-muted);
  font-size: clamp(10px, 2.1vw, 12px);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(80, 50, 18, 0.08);
}

.yahya-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 15px;
  color: #fff9ed;
  background: linear-gradient(135deg, var(--yahya-green), #102719);
  font-weight: 1000;
  letter-spacing: -0.08em;
}

.yahya-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 37%);
  align-items: end;
  gap: clamp(18px, 5vw, 44px);
  margin-top: clamp(42px, 8vw, 78px);
}

.yahya-eyebrow {
  width: fit-content;
  margin: 0 0 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff9ed;
  background: var(--yahya-copper);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.yahya-hero h1 {
  max-width: 9ch;
  margin: 0;
  color: var(--yahya-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 13vw, 108px);
  font-weight: 950;
  line-height: 0.82;
  letter-spacing: -0.08em;
}

.yahya-lead {
  max-width: 28ch;
  margin: 22px 0 0;
  color: var(--yahya-muted);
  font-size: clamp(17px, 3.3vw, 23px);
  font-weight: 750;
  line-height: 1.28;
}

.yahya-bowl-hero {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 44%, #fff 0 30%, #fff5cf 31% 46%, transparent 47%),
    radial-gradient(circle at 50% 62%, rgba(197, 138, 44, 0.24), transparent 50%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(235, 214, 176, 0.32));
  border: 1px solid rgba(158, 91, 37, 0.16);
  box-shadow: inset 0 0 0 18px rgba(255, 255, 255, 0.24), 0 26px 56px rgba(91, 55, 20, 0.14);
}

.yahya-bowl-hero::before,
.yahya-bowl-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.yahya-bowl-hero::before {
  width: 66%;
  height: 28%;
  bottom: 28%;
  background: #2d2417;
  clip-path: ellipse(50% 50% at 50% 0%);
}

.yahya-bowl-hero::after {
  width: 38%;
  height: 11%;
  bottom: 28%;
  background: #fff7ce;
  box-shadow: -16px -2px 0 #fff7ce, 14px -3px 0 #fff7ce, 2px -10px 0 #fff7ce;
}

.yahya-bowl-hero span {
  position: absolute;
  inset: 18%;
  border: 2px dashed rgba(158, 91, 37, 0.18);
  border-radius: inherit;
}

.yahya-bowl-hero strong {
  position: absolute;
  bottom: 17%;
  color: rgba(158, 91, 37, 0.55);
  font-size: clamp(20px, 4vw, 34px);
  font-weight: 1000;
  letter-spacing: 0.16em;
}

.yahya-hero-stamp {
  justify-self: end;
  align-self: start;
  display: grid;
  place-items: center;
  width: clamp(86px, 18vw, 132px);
  aspect-ratio: 1;
  color: #fffaf0;
  background: var(--yahya-ink);
  border: 2px solid rgba(33, 24, 13, 0.78);
  box-shadow: 10px 10px 0 rgba(197, 138, 44, 0.18);
  font-family: "Arial Black", Impact, system-ui, sans-serif;
  font-size: clamp(20px, 4vw, 34px);
  font-weight: 1000;
  line-height: 0.86;
  letter-spacing: -0.07em;
  text-align: center;
  transform: rotate(-2deg);
}

.yahya-category-rail {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  gap: 9px;
  overflow-x: auto;
  padding: 18px 4px 16px;
  scrollbar-width: none;
}

.yahya-category-rail::-webkit-scrollbar {
  display: none;
}

.yahya-category-rail button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(90, 58, 25, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--yahya-muted);
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(88, 52, 16, 0.08);
  white-space: nowrap;
}

.yahya-category-rail button.is-active {
  border-color: rgba(33, 73, 47, 0.28);
  background: linear-gradient(135deg, var(--yahya-green), #12291a);
  color: #fff8e9;
}

.yahya-category-rail svg,
.yahya-category-head svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.yahya-board {
  max-width: 100%;
  overflow: hidden;
  border: 1px solid rgba(90, 58, 25, 0.14);
  border-radius: 31px;
  padding: clamp(16px, 4vw, 28px);
  background:
    radial-gradient(circle at 100% 0%, rgba(197, 138, 44, 0.12), transparent 19rem),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 62px rgba(86, 55, 21, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.yahya-board-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
  padding: 13px 15px;
  border-radius: 19px;
  color: #fff9ed;
  background: linear-gradient(135deg, #2b5138, #15301f);
}

.yahya-board-note strong {
  font-weight: 1000;
}

.yahya-board-note span {
  color: rgba(255, 249, 237, 0.76);
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.yahya-category-block + .yahya-category-block {
  margin-top: 30px;
}

.yahya-category-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 13px;
  color: var(--yahya-green);
}

.yahya-category-head span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: #fff5dc;
  border: 1px solid rgba(197, 138, 44, 0.24);
  color: var(--yahya-copper);
}

.yahya-category-head h2 {
  margin: 0;
  color: var(--yahya-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 6vw, 46px);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.yahya-product-list {
  display: grid;
  gap: 12px;
}

.yahya-product-card {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 116px;
  border: 1px solid rgba(80, 52, 22, 0.13);
  border-radius: 23px;
  padding: 10px 12px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.86), rgba(255, 250, 240, 0.72)),
    radial-gradient(circle at 0 50%, rgba(197, 138, 44, 0.13), transparent 13rem);
  box-shadow: 0 13px 30px rgba(74, 47, 18, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  cursor: pointer;
}

.yahya-product-card::before {
  content: "";
  position: absolute;
  inset: 10px auto 10px 118px;
  width: 1px;
  background: rgba(80, 52, 22, 0.10);
}

.yahya-product-art {
  position: relative;
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border-radius: 27px;
  background: linear-gradient(135deg, #fff2d2, #f6dfad);
  border: 1px solid rgba(197, 138, 44, 0.18);
  overflow: hidden;
}

.yahya-product-art::after {
  content: "";
  position: absolute;
  inset: auto -18px -18px auto;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
}

.yahya-product-svg {
  position: relative;
  z-index: 1;
  width: 78px;
  height: 78px;
}

.yahya-product-svg path,
.yahya-product-svg circle {
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.yahya-product-svg path[stroke],
.yahya-product-svg circle[stroke] {
  fill: none;
}

.yahya-product-copy {
  min-width: 0;
  padding-left: 8px;
}

.yahya-product-copy h3 {
  margin: 0;
  color: var(--yahya-ink);
  font-size: clamp(20px, 4.2vw, 27px);
  font-weight: 1000;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.yahya-product-copy p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 7px 0 0;
  color: var(--yahya-muted);
  font-size: clamp(13px, 2.8vw, 16px);
  font-weight: 650;
  line-height: 1.32;
}

.yahya-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 9px;
}

.yahya-product-meta span {
  min-height: 25px;
  display: inline-grid;
  place-items: center;
  padding: 0 9px;
  border-radius: 999px;
  color: var(--yahya-green);
  background: rgba(33, 73, 47, 0.08);
  border: 1px solid rgba(33, 73, 47, 0.10);
  font-size: 11px;
  font-weight: 900;
}

.yahya-price-box {
  display: grid;
  align-items: center;
  justify-items: end;
  gap: 9px;
}

.yahya-price-box strong {
  color: var(--yahya-copper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 4.7vw, 31px);
  font-weight: 1000;
  white-space: nowrap;
}

.yahya-price-box button {
  width: 43px;
  height: 43px;
  border: 0;
  border-radius: 16px;
  color: #fff9ed;
  background: var(--yahya-ink);
  font-size: 31px;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(33, 24, 13, 0.18);
}

.yahya-footer {
  display: grid;
  gap: 8px;
  margin: 24px 0 0;
  padding: 20px 8px 0;
  color: rgba(33, 24, 13, 0.54);
  text-align: center;
  font-weight: 700;
}

.yahya-footer strong {
  color: var(--yahya-copper);
  font-weight: 950;
}

/* Yahyakaptan v2 — daha keskin, esnaf vitrini değil poster/editorial menü */
.template-yahya-pilav .yahya-hero {
  border-radius: 12px;
  border-color: rgba(33, 24, 13, 0.24);
  box-shadow: 0 22px 52px rgba(33, 24, 13, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.template-yahya-pilav .yahya-topline,
.template-yahya-pilav .yahya-eyebrow,
.template-yahya-pilav .yahya-category-rail button,
.template-yahya-pilav .yahya-board,
.template-yahya-pilav .yahya-board-note,
.template-yahya-pilav .yahya-category-head span,
.template-yahya-pilav .yahya-product-card,
.template-yahya-pilav .yahya-product-art,
.template-yahya-pilav .yahya-price-box button {
  border-radius: 0;
}

.template-yahya-pilav .yahya-bowl-hero {
  display: none;
}

.template-yahya-pilav .yahya-hero-grid {
  grid-template-columns: 1fr;
}

.template-yahya-pilav .yahya-hero h1 {
  max-width: 12ch;
  font-family: "Arial Black", Impact, system-ui, sans-serif;
  font-size: clamp(42px, 10vw, 92px);
  text-transform: uppercase;
  letter-spacing: -0.09em;
  overflow-wrap: anywhere;
}

.template-yahya-pilav .yahya-board {
  background:
    linear-gradient(90deg, rgba(158, 91, 37, 0.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(158, 91, 37, 0.05) 1px, transparent 1px),
    rgba(255, 255, 255, 0.82);
  background-size: 42px 42px, 42px 42px, auto;
}

.template-yahya-pilav .yahya-product-card {
  grid-template-columns: 70px minmax(0, 1fr) auto;
  min-height: 102px;
  padding: 12px;
  background: #fffaf0;
  border-color: rgba(33, 24, 13, 0.22);
  box-shadow: 8px 8px 0 rgba(33, 24, 13, 0.07);
}

.template-yahya-pilav .yahya-product-card::before {
  left: 92px;
  background: rgba(33, 24, 13, 0.16);
}

.template-yahya-pilav .yahya-product-art {
  width: 58px;
  height: 58px;
  color: #fff8e9;
  background: #21180d;
  border-color: #21180d;
}

.template-yahya-pilav .yahya-product-art::after,
.template-yahya-pilav .yahya-product-svg {
  display: none;
}

.template-yahya-pilav .yahya-product-monogram {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-weight: 1000;
  letter-spacing: -0.05em;
}

.template-yahya-pilav .yahya-product-monogram em {
  font-style: normal;
  font-size: 18px;
}

.template-yahya-pilav .yahya-product-monogram i {
  position: absolute;
  left: 12px;
  right: 12px;
  height: 2px;
  background: rgba(255, 248, 233, 0.8);
}

.template-yahya-pilav .yahya-product-monogram i:nth-child(2) {
  top: 13px;
}

.template-yahya-pilav .yahya-product-monogram i:nth-child(3) {
  bottom: 13px;
}

.template-yahya-pilav .yahya-product-monogram i:nth-child(4) {
  top: 50%;
  left: 18px;
  right: auto;
  width: 18px;
  transform: translateY(-50%);
}

.template-yahya-pilav .yahya-price-box button {
  width: 40px;
  height: 40px;
}

@media (max-width: 520px) {
  .template-yahya-pilav .yahya-product-card {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 9px;
    padding-right: 74px;
  }

  .template-yahya-pilav .yahya-product-card::before {
    left: 68px;
  }

  .template-yahya-pilav .yahya-product-art {
    width: 44px;
    height: 44px;
  }

  .template-yahya-pilav .yahya-product-monogram em {
    font-size: 14px;
  }

  .template-yahya-pilav .yahya-price-box {
    position: static;
    z-index: 2;
    grid-column: 2;
    display: block;
    justify-self: start;
  }

  .template-yahya-pilav .yahya-price-box strong {
    display: block;
    font-size: 21px;
    text-align: left;
  }

  .template-yahya-pilav .yahya-price-box button {
    display: none;
  }

  .template-yahya-pilav .yahya-hero {
    min-height: 315px;
    padding: 24px;
  }

  .template-yahya-pilav .yahya-hero h1 {
    max-width: 9.5ch;
    font-size: clamp(38px, 9.5vw, 46px);
    line-height: 0.88;
  }
}

/* Yahyakaptan v3 — üst logo/rozet kalabalığı kaldırıldı, daha sade baskı-menü dili */
.template-yahya-pilav .yahya-menu {
  padding-top: 10px;
  background:
    linear-gradient(90deg, rgba(158, 91, 37, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(158, 91, 37, 0.048) 1px, transparent 1px),
    linear-gradient(180deg, #fffaf0 0%, #f2e2c8 100%);
  background-size: 34px 34px, 34px 34px, auto;
}

.template-yahya-pilav .yahya-hero {
  min-height: clamp(270px, 48vw, 390px);
  padding: clamp(22px, 5vw, 38px);
  background:
    linear-gradient(110deg, rgba(255,255,255,.96) 0 57%, rgba(239, 219, 184, .78) 57.4% 100%),
    #fffaf0;
}

.template-yahya-pilav .yahya-topline,
.template-yahya-pilav .yahya-mark {
  display: none;
}

.template-yahya-pilav .yahya-hero-grid {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  margin-top: 0;
}

.template-yahya-pilav .yahya-eyebrow {
  margin-bottom: 12px;
  color: var(--yahya-copper);
  background: transparent;
  border-bottom: 4px solid var(--yahya-copper);
  padding: 0 0 7px;
  letter-spacing: 0.16em;
}

.template-yahya-pilav .yahya-hero h1 {
  max-width: 10ch;
  line-height: 0.86;
}

.template-yahya-pilav .yahya-lead {
  max-width: 30ch;
  margin-top: 18px;
}

.template-yahya-pilav .yahya-category-rail {
  padding-top: 12px;
}

.template-yahya-pilav .yahya-board-note {
  color: var(--yahya-ink);
  background: #fffaf0;
  border: 2px solid rgba(33, 24, 13, 0.16);
}

.template-yahya-pilav .yahya-board-note span {
  color: var(--yahya-muted);
}

@media (max-width: 520px) {
  .template-yahya-pilav .yahya-hero {
    min-height: auto;
    padding: 22px;
  }

  .template-yahya-pilav .yahya-hero-grid {
    grid-template-columns: 1fr;
  }

  .template-yahya-pilav .yahya-hero-stamp {
    justify-self: start;
    width: 74px;
    margin-top: 20px;
    font-size: 18px;
  }

  .template-yahya-pilav .yahya-hero h1 {
    max-width: 10.5ch;
    font-size: clamp(40px, 11vw, 54px);
  }
}

/* Yahyakaptan v4 — daha gerçek pilavcı menüsü: sıcak, okunaklı, az süs */
.template-yahya-pilav {
  --yahya-ink: #17110a;
  --yahya-muted: #6f604c;
  --yahya-paper: #fffaf0;
  --yahya-cream: #f4e6cf;
  --yahya-gold: #c8892c;
  --yahya-copper: #9a5420;
  --yahya-green: #153a25;
  --yahya-line: rgba(23, 17, 10, 0.14);
  --background: #153a25;
  --surface: #fffaf0;
  --text: #17110a;
  --muted: #6f604c;
}

.template-yahya-pilav.app-shell {
  max-width: min(100vw, 760px);
  background:
    radial-gradient(circle at 90% 0%, rgba(246, 201, 113, 0.18), transparent 20rem),
    linear-gradient(180deg, #10291a 0%, #173923 100%);
}

.template-yahya-pilav .yahya-menu {
  padding: 12px clamp(12px, 3vw, 22px) 36px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    #153a25;
  background-size: 34px 34px, 34px 34px, auto;
}

.template-yahya-pilav .yahya-hero {
  min-height: 0;
  padding: clamp(26px, 7vw, 48px);
  border-radius: 18px 18px 6px 18px;
  border: 1px solid rgba(255, 250, 240, 0.55);
  background:
    radial-gradient(circle at 88% 22%, rgba(200, 137, 44, 0.24), transparent 11rem),
    linear-gradient(135deg, #fffaf0 0%, #f5e7d1 100%);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.template-yahya-pilav .yahya-hero::after {
  content: "";
  position: absolute;
  right: clamp(-46px, -5vw, -18px);
  bottom: clamp(-40px, -5vw, -18px);
  width: clamp(190px, 42vw, 320px);
  aspect-ratio: 1;
  border: 2px solid rgba(154, 84, 32, 0.16);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 56%, rgba(255, 255, 255, 0.82) 0 18%, transparent 19%),
    radial-gradient(circle at 50% 64%, rgba(200, 137, 44, 0.20) 0 34%, transparent 35%);
  opacity: 0.95;
}

.template-yahya-pilav .yahya-rice-pattern {
  opacity: 0.34;
}

.template-yahya-pilav .yahya-rice-pattern i {
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(154, 84, 32, 0.16);
}

.template-yahya-pilav .yahya-hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr);
  margin: 0;
}

.template-yahya-pilav .yahya-eyebrow {
  margin: 0 0 16px;
  padding: 0 0 8px;
  border: 0;
  border-bottom: 3px solid var(--yahya-gold);
  color: var(--yahya-copper);
  background: transparent;
  font-size: clamp(11px, 2.4vw, 13px);
  letter-spacing: 0.18em;
}

.template-yahya-pilav .yahya-hero h1 {
  max-width: 9.7ch;
  color: var(--yahya-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 11.5vw, 92px);
  font-weight: 950;
  line-height: 0.86;
  letter-spacing: -0.065em;
  text-transform: none;
  overflow-wrap: normal;
}

.template-yahya-pilav .yahya-lead {
  max-width: 31ch;
  margin-top: 16px;
  color: var(--yahya-muted);
  font-size: clamp(16px, 3.4vw, 20px);
  font-weight: 760;
  line-height: 1.35;
}

.template-yahya-pilav .yahya-category-rail {
  margin: 12px -4px 0;
  padding: 12px 4px 14px;
  background: transparent;
}

.template-yahya-pilav .yahya-category-rail button {
  min-height: 44px;
  padding: 0 15px;
  border-radius: 12px;
  border: 1px solid rgba(255, 250, 240, 0.22);
  color: rgba(255, 250, 240, 0.8);
  background: rgba(255, 250, 240, 0.08);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.template-yahya-pilav .yahya-category-rail button.is-active {
  border-color: rgba(255, 250, 240, 0.9);
  color: var(--yahya-ink);
  background: #fffaf0;
}

.template-yahya-pilav .yahya-category-rail svg {
  width: 22px;
  height: 22px;
}

.template-yahya-pilav .yahya-board {
  border-radius: 18px 18px 6px 18px;
  border: 1px solid rgba(255, 250, 240, 0.52);
  padding: clamp(14px, 4vw, 24px);
  background:
    linear-gradient(90deg, rgba(154, 84, 32, 0.052) 1px, transparent 1px),
    linear-gradient(0deg, rgba(154, 84, 32, 0.046) 1px, transparent 1px),
    #fffaf0;
  background-size: 32px 32px, 32px 32px, auto;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.16);
}

.template-yahya-pilav .yahya-board-note {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  margin-bottom: 22px;
  padding: 14px 0 16px;
  border: 0;
  border-bottom: 1px solid rgba(23, 17, 10, 0.16);
  color: var(--yahya-ink);
  background: transparent;
}

.template-yahya-pilav .yahya-board-note strong {
  color: var(--yahya-green);
  font-size: 16px;
}

.template-yahya-pilav .yahya-board-note span {
  color: var(--yahya-muted);
  font-size: 13px;
  text-align: left;
}

.template-yahya-pilav .yahya-category-head {
  margin-bottom: 14px;
}

.template-yahya-pilav .yahya-category-head span {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: #fffaf0;
  background: var(--yahya-green);
  border-color: var(--yahya-green);
}

.template-yahya-pilav .yahya-category-head h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 7vw, 44px);
  letter-spacing: -0.045em;
}

.template-yahya-pilav .yahya-product-list {
  gap: 10px;
}

.template-yahya-pilav .yahya-product-card {
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 12px;
  min-height: 96px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(23, 17, 10, 0.12);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.92), rgba(250, 241, 224, 0.78)),
    #fffaf0;
  box-shadow: 0 10px 24px rgba(67, 42, 15, 0.07);
}

.template-yahya-pilav .yahya-product-card::before {
  display: none;
}

.template-yahya-pilav .yahya-product-art {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  color: var(--yahya-copper);
  background: #fff2d8;
  border: 1px solid rgba(154, 84, 32, 0.15);
}

.template-yahya-pilav .yahya-product-art::after,
.template-yahya-pilav .yahya-product-monogram {
  display: none;
}

.template-yahya-pilav .yahya-product-svg {
  display: block;
  width: 43px;
  height: 43px;
}

.template-yahya-pilav .yahya-product-svg path,
.template-yahya-pilav .yahya-product-svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.template-yahya-pilav .yahya-product-copy {
  padding-left: 0;
}

.template-yahya-pilav .yahya-product-copy h3 {
  color: var(--yahya-ink);
  font-size: clamp(18px, 4.2vw, 24px);
  letter-spacing: -0.035em;
}

.template-yahya-pilav .yahya-product-copy p {
  margin-top: 5px;
  color: var(--yahya-muted);
  font-size: clamp(12px, 2.9vw, 15px);
  line-height: 1.28;
}

.template-yahya-pilav .yahya-product-meta {
  gap: 5px;
  margin-top: 8px;
}

.template-yahya-pilav .yahya-product-meta span {
  min-height: 23px;
  padding: 0 8px;
  color: var(--yahya-green);
  background: rgba(21, 58, 37, 0.08);
  border-color: rgba(21, 58, 37, 0.11);
  font-size: 10px;
}

.template-yahya-pilav .yahya-price-box {
  align-self: stretch;
  align-content: center;
  gap: 8px;
}

.template-yahya-pilav .yahya-price-box strong {
  color: var(--yahya-copper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 5vw, 29px);
}

.template-yahya-pilav .yahya-price-box button {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  color: #fffaf0;
  background: var(--yahya-green);
  font-size: 26px;
  box-shadow: none;
}

.template-yahya-pilav .yahya-footer {
  color: rgba(255, 250, 240, 0.62);
}

.template-yahya-pilav .yahya-footer strong {
  color: rgba(255, 250, 240, 0.86);
}

@media (max-width: 520px) {
  .template-yahya-pilav .yahya-menu {
    padding-inline: 10px;
  }

  .template-yahya-pilav .yahya-hero {
    padding: 24px 22px 86px;
  }

  .template-yahya-pilav .yahya-hero::after {
    width: 180px;
    right: -48px;
    bottom: -48px;
  }

  .template-yahya-pilav .yahya-hero h1 {
    max-width: 9.6ch;
    font-size: clamp(42px, 12.4vw, 58px);
  }

  .template-yahya-pilav .yahya-product-card {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
    padding-right: 10px;
  }

  .template-yahya-pilav .yahya-product-art {
    width: 48px;
    height: 48px;
  }

  .template-yahya-pilav .yahya-product-svg {
    width: 38px;
    height: 38px;
  }

  .template-yahya-pilav .yahya-price-box {
    grid-column: 2;
    justify-self: start;
    display: grid;
    min-width: 52px;
    margin-top: -4px;
  }

  .template-yahya-pilav .yahya-price-box strong {
    font-size: 22px;
    text-align: left;
  }

  .template-yahya-pilav .yahya-price-box button {
    display: none;
  }
}

.drawer-backdrop--yahya-pilav {
  background: rgba(33, 24, 13, 0.56);
}

.drawer--yahya-pilav {
  color: var(--yahya-ink);
  background: #fffaf0;
  border-color: rgba(80, 52, 22, 0.18);
}

.drawer--yahya-pilav .drawer-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.7), transparent 14rem),
    linear-gradient(135deg, #f5ead6, #fffaf0);
}

.drawer--yahya-pilav .drawer-brand-mini,
.drawer--yahya-pilav .drawer-kicker,
.drawer--yahya-pilav .required-info-card span,
.drawer--yahya-pilav .legal-info-panel span,
.drawer--yahya-pilav .detail-tile span {
  color: var(--yahya-copper);
}

.drawer--yahya-pilav h2,
.drawer--yahya-pilav .product-title-row .price,
.drawer--yahya-pilav .nutrition-table dd,
.drawer--yahya-pilav .required-info-card strong,
.drawer--yahya-pilav .legal-info-panel strong,
.drawer--yahya-pilav .detail-tile strong {
  color: var(--yahya-ink);
}

.drawer--yahya-pilav .required-info-card,
.drawer--yahya-pilav .legal-info-panel,
.drawer--yahya-pilav .detail-tile,
.drawer--yahya-pilav .variation-group {
  background: rgba(245, 234, 214, 0.66);
  border-color: rgba(80, 52, 22, 0.14);
}

.yahya-intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.95), transparent 18rem),
    linear-gradient(180deg, #fff8e7, #eed9b7);
  animation: yahyaIntroOut 2s cubic-bezier(.76, 0, .24, 1) forwards;
}

.yahya-intro-title {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 3px;
  color: var(--yahya-ink);
  text-align: center;
  filter: drop-shadow(0 18px 30px rgba(93, 58, 18, 0.12));
}

.yahya-intro-title span,
.yahya-intro-title strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 11vw, 98px);
  font-weight: 1000;
  line-height: 0.86;
  letter-spacing: -0.08em;
}

.yahya-intro-title strong {
  color: var(--yahya-copper);
}

.yahya-intro-title em {
  margin-top: 12px;
  color: var(--yahya-green);
  font-style: normal;
  font-size: clamp(14px, 3vw, 20px);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.yahya-intro-rice {
  position: absolute;
  inset: -20% 0 0;
  z-index: 1;
}

.yahya-intro-rice i {
  position: absolute;
  left: var(--x);
  top: -8%;
  width: calc(18px * var(--s));
  height: calc(8px * var(--s));
  border-radius: 999px 999px 999px 0;
  background: #fffdf2;
  border: 1px solid rgba(197, 138, 44, 0.2);
  box-shadow: 0 6px 14px rgba(122, 76, 22, 0.10);
  transform: rotate(var(--r));
  animation: yahyaRiceFall var(--t) ease-in var(--d) forwards;
}

@keyframes yahyaRiceFall {
  0% {
    opacity: 0;
    transform: translate3d(0, -20vh, 0) rotate(var(--r));
  }
  12% {
    opacity: 1;
  }
  100% {
    opacity: 0.86;
    transform: translate3d(calc((var(--s) - .8) * 90px), 116vh, 0) rotate(calc(var(--r) + 210deg));
  }
}

@keyframes yahyaIntroOut {
  0%, 72% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-12%);
    pointer-events: none;
    visibility: hidden;
  }
}

@media (max-width: 560px) {
  .yahya-menu {
    padding: 8px;
  }

  .yahya-hero {
    min-height: 344px;
    border-radius: 28px;
    padding: 24px;
  }

  .yahya-topline {
    letter-spacing: 0.08em;
  }

  .yahya-hero-grid {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .yahya-bowl-hero {
    position: absolute;
    right: -36px;
    bottom: 20px;
    width: 190px;
    opacity: 0.82;
  }

  .yahya-board {
    padding: 14px 10px;
  }

  .yahya-board-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .yahya-board-note span {
    text-align: left;
  }

  .yahya-product-card {
    grid-template-columns: 78px minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 106px;
    padding: 9px;
  }

  .yahya-product-card::before {
    left: 99px;
  }

  .yahya-product-art {
    width: 70px;
    height: 70px;
    border-radius: 22px;
  }

  .yahya-product-svg {
    width: 66px;
    height: 66px;
  }

  .yahya-product-copy {
    padding-left: 4px;
  }

  .yahya-product-meta span {
    font-size: 10px;
    min-height: 23px;
  }

  .yahya-price-box button {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    font-size: 28px;
  }
}

@media (max-width: 390px) {
  .yahya-product-card {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .yahya-price-box {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    padding-left: 82px;
  }

  .yahya-product-card::before {
    display: none;
  }
}

/* 25 QR Menü Tasarımları — signature template ailesi */
.signature-menu {
  --sig-accent: #e31b23;
  --sig-ink: #101010;
  --sig-paper: #fff8ec;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100dvh - 36px);
  border-radius: clamp(24px, 5vw, 42px);
  border: 1px solid color-mix(in srgb, var(--sig-accent) 34%, rgba(255,255,255,.14));
  background: #0a0a0a;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .34);
}

.signature-menu::before,
.signature-menu::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.signature-menu::before {
  inset: 0;
  background:
    radial-gradient(circle at 78% 12%, color-mix(in srgb, var(--sig-accent) 24%, transparent), transparent 20rem),
    radial-gradient(circle at 10% 0%, rgba(255,255,255,.08), transparent 14rem);
}

.signature-menu::after {
  width: 36rem;
  height: 36rem;
  right: -18rem;
  bottom: -16rem;
  border-radius: 999px;
  border: 4rem solid color-mix(in srgb, var(--sig-accent) 16%, transparent);
  opacity: .5;
}

.sig-hero {
  position: relative;
  min-height: clamp(260px, 45vw, 390px);
  padding: clamp(30px, 6vw, 58px);
  overflow: hidden;
}

.sig-meta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: color-mix(in srgb, var(--sig-accent) 78%, #fff 18%);
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sig-meta span {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid currentColor;
  background: rgba(0,0,0,.24);
}

.sig-meta small {
  font-size: clamp(10px, 2vw, 13px);
}

.sig-title {
  position: relative;
  z-index: 2;
  max-width: min(72%, 560px);
  margin-top: clamp(34px, 7vw, 68px);
}

.sig-title h1 {
  margin: 0;
  color: #fff;
  font-family: Impact, "Arial Black", Inter, sans-serif;
  font-size: clamp(52px, 12vw, 104px);
  line-height: .84;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.sig-title p {
  max-width: 31ch;
  margin: 18px 0 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(16px, 3.2vw, 22px);
  font-weight: 650;
  line-height: 1.35;
}

.sig-art {
  position: absolute;
  right: clamp(18px, 6vw, 58px);
  bottom: clamp(20px, 5vw, 54px);
  width: clamp(150px, 38vw, 280px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--sig-accent);
}

.sig-icon {
  width: 76%;
  height: 76%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.3));
}

.sig-orbit {
  position: absolute;
  border-radius: 999px;
  border: 1px solid currentColor;
  opacity: .26;
}

.sig-orbit-a { inset: 0; }
.sig-orbit-b { inset: 16%; transform: rotate(-18deg); border-style: dashed; }

.sig-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 0 clamp(18px, 5vw, 48px) 18px;
  scrollbar-width: none;
}

.sig-tabs::-webkit-scrollbar { display: none; }

.sig-tabs button {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: currentColor;
  font-size: 13px;
  font-weight: 850;
}

.sig-tabs button.is-active {
  border-color: var(--sig-accent);
  background: var(--sig-accent);
  color: #111;
}

.sig-board {
  margin: 0 clamp(14px, 4vw, 42px) clamp(14px, 4vw, 42px);
  padding: clamp(16px, 4vw, 28px);
  border-radius: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(16px);
}

.sig-feature {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 12px 16px;
  align-items: center;
  margin-bottom: 18px;
}

.sig-feature .sig-icon {
  grid-row: span 2;
  width: 62px;
  height: 62px;
  padding: 11px;
  border-radius: 20px;
  border: 1px solid color-mix(in srgb, var(--sig-accent) 44%, transparent);
  background: color-mix(in srgb, var(--sig-accent) 13%, transparent);
}

.sig-feature strong {
  color: #fff;
  font-size: clamp(22px, 4vw, 34px);
  font-weight: 1000;
  line-height: 1;
}

.sig-feature small {
  color: rgba(255,255,255,.64);
  font-size: 13px;
  line-height: 1.35;
}

.sig-menu-lines {
  display: grid;
  gap: 10px;
}

.sig-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 70px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.085);
  cursor: pointer;
}

.sig-row-index {
  color: color-mix(in srgb, var(--sig-accent) 72%, #fff 16%);
  font: 900 12px/1 Inter, sans-serif;
  letter-spacing: .14em;
}

.sig-row-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.sig-row-copy strong,
.sig-tile strong {
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sig-row-copy small,
.sig-tile small {
  overflow: hidden;
  color: rgba(255,255,255,.62);
  font-size: 12px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sig-row b,
.sig-tile b {
  color: color-mix(in srgb, var(--sig-accent) 74%, #fff 14%);
  font-size: 18px;
  white-space: nowrap;
}

.sig-menu-tiles {
  display: none;
}

.sig-tile {
  min-width: 0;
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.2);
}

.sig-tile-art {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--sig-accent);
  color: #111;
  font-weight: 1000;
}

.sig-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 0 clamp(20px, 5vw, 48px) 30px;
  color: rgba(255,255,255,.54);
  font-size: 12px;
}

.sig-footer strong {
  color: color-mix(in srgb, var(--sig-accent) 72%, #fff 20%);
  white-space: nowrap;
}

.signature-provisions {
  color: #2b2419;
  background:
    linear-gradient(90deg, rgba(192,138,74,.22) 1px, transparent 1px),
    linear-gradient(180deg, rgba(192,138,74,.14) 1px, transparent 1px),
    #fff5df;
  background-size: 42px 42px;
}
.signature-provisions .sig-title h1,
.signature-provisions .sig-feature strong,
.signature-provisions .sig-row-copy strong { color: #2b2419; }
.signature-provisions .sig-title p,
.signature-provisions .sig-feature small,
.signature-provisions .sig-row-copy small,
.signature-provisions .sig-footer { color: rgba(43,36,25,.68); }
.signature-provisions .sig-board,
.signature-provisions .sig-row { background: rgba(255,255,255,.66); border-color: rgba(140,104,62,.22); }

.signature-bakery-window {
  background:
    radial-gradient(circle at 16% 18%, rgba(255,255,255,.18), transparent 11rem),
    repeating-linear-gradient(0deg, rgba(255,255,255,.05) 0 2px, transparent 2px 30px),
    linear-gradient(135deg, #301b0b, #080504);
}
.signature-bakery-window .sig-title h1 { font-family: Georgia, "Times New Roman", serif; font-style: italic; text-transform: none; letter-spacing: -.06em; }
.signature-bakery-window .sig-menu-tiles { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.signature-bakery-window .sig-menu-lines { display: none; }

.signature-pizza-pop {
  background:
    linear-gradient(135deg, var(--sig-accent) 0 23%, transparent 23%),
    linear-gradient(315deg, #ffb22e 0 18%, transparent 18%),
    #070707;
}
.signature-pizza-pop .sig-title h1,
.signature-food-truck .sig-title h1,
.signature-doner-kiosk .sig-title h1 { font-family: Impact, "Arial Black", sans-serif; }
.signature-pizza-pop .sig-board { transform: rotate(-.3deg); }

.signature-sushi-ink {
  color: #181512;
  background:
    radial-gradient(circle at 78% 12%, rgba(255,111,97,.22), transparent 12rem),
    linear-gradient(180deg, #fbf2e2, #efe2cc);
}
.signature-sushi-ink .sig-title h1,
.signature-sushi-ink .sig-feature strong,
.signature-sushi-ink .sig-row-copy strong { color: #181512; font-family: "Trebuchet MS", Inter, sans-serif; }
.signature-sushi-ink .sig-title p,
.signature-sushi-ink .sig-feature small,
.signature-sushi-ink .sig-row-copy small,
.signature-sushi-ink .sig-footer { color: rgba(24,21,18,.68); }
.signature-sushi-ink .sig-board,
.signature-sushi-ink .sig-row { background: rgba(255,255,255,.54); border-color: rgba(24,21,18,.16); }
.signature-sushi-ink::after { border-width: 0; background: #111; width: 18rem; height: 1.2rem; right: 4rem; bottom: 7rem; transform: rotate(-11deg); opacity: .84; }

.signature-breakfast-club {
  color: #2b2214;
  background:
    radial-gradient(circle at 82% 22%, #ffd37a 0 8rem, transparent 8.1rem),
    linear-gradient(180deg, #fff1d0, #f5c976);
}
.signature-breakfast-club .sig-title h1,
.signature-breakfast-club .sig-feature strong,
.signature-breakfast-club .sig-row-copy strong { color: #2b2214; }
.signature-breakfast-club .sig-title p,
.signature-breakfast-club .sig-feature small,
.signature-breakfast-club .sig-row-copy small,
.signature-breakfast-club .sig-footer { color: rgba(43,34,20,.68); }
.signature-breakfast-club .sig-board,
.signature-breakfast-club .sig-row { background: rgba(255,255,255,.58); border-color: rgba(43,34,20,.12); }

.signature-food-truck {
  background:
    linear-gradient(114deg, #0a0a0a 0 54%, color-mix(in srgb, var(--sig-accent) 72%, #111 20%) 54% 69%, #070707 69%),
    #070707;
}
.signature-food-truck .sig-tabs button.is-active,
.signature-doner-kiosk .sig-tabs button.is-active,
.signature-pizza-pop .sig-tabs button.is-active { color: #fff; }

.signature-vegan-bowl {
  background:
    radial-gradient(ellipse at 16% 18%, rgba(105,211,107,.36), transparent 16rem),
    radial-gradient(ellipse at 85% 82%, rgba(255,255,255,.14), transparent 12rem),
    linear-gradient(135deg, #092718, #071009);
}
.signature-vegan-bowl::after { border-radius: 100% 0 100% 0; transform: rotate(-26deg); border: 0; background: rgba(105,211,107,.2); }

.signature-ice-cream-pop {
  color: #2d1b2c;
  background:
    radial-gradient(circle at 18% 22%, #ffb5dc, transparent 11rem),
    radial-gradient(circle at 83% 18%, #aee4ff, transparent 10rem),
    linear-gradient(135deg, #fff2fb, #f6f0ff);
}
.signature-ice-cream-pop .sig-title h1,
.signature-ice-cream-pop .sig-feature strong,
.signature-ice-cream-pop .sig-row-copy strong { color: #2d1b2c; }
.signature-ice-cream-pop .sig-title p,
.signature-ice-cream-pop .sig-feature small,
.signature-ice-cream-pop .sig-row-copy small,
.signature-ice-cream-pop .sig-footer { color: rgba(45,27,44,.68); }
.signature-ice-cream-pop .sig-board,
.signature-ice-cream-pop .sig-row { background: rgba(255,255,255,.62); border-color: rgba(45,27,44,.12); }

.signature-dessert-atelier {
  background:
    radial-gradient(circle at 72% 18%, rgba(216,166,255,.28), transparent 16rem),
    linear-gradient(135deg, #211221, #070607);
}
.signature-dessert-atelier .sig-title h1 { font-family: Georgia, "Times New Roman", serif; font-style: italic; text-transform: none; }
.signature-dessert-atelier .sig-menu-tiles { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.signature-dessert-atelier .sig-menu-lines { display: none; }

.signature-steakhouse-smoke {
  background:
    repeating-linear-gradient(35deg, rgba(255,255,255,.035) 0 1px, transparent 1px 8px),
    radial-gradient(circle at 78% 18%, rgba(215,123,66,.22), transparent 16rem),
    #101010;
}
.signature-steakhouse-smoke .sig-title h1,
.signature-seafood-blueprint .sig-title h1,
.signature-ramen-noir .sig-title h1 { font-family: "Courier New", monospace; letter-spacing: -.08em; }
.signature-steakhouse-smoke .sig-row { border-style: dashed; }

.signature-seafood-blueprint {
  background:
    linear-gradient(90deg, rgba(71,184,232,.14) 1px, transparent 1px),
    linear-gradient(180deg, rgba(71,184,232,.14) 1px, transparent 1px),
    linear-gradient(135deg, #061629, #02060b);
  background-size: 28px 28px, 28px 28px, auto;
}
.signature-seafood-blueprint .sig-board,
.signature-seafood-blueprint .sig-row { border-color: rgba(112,207,255,.26); }

.signature-shawarma-wrap {
  background:
    radial-gradient(circle at 20% 24%, rgba(255,154,34,.22), transparent 14rem),
    linear-gradient(120deg, #5a2f12 0 36%, #111 36% 100%);
}
.signature-shawarma-wrap .sig-title h1 { font-family: Georgia, serif; font-style: italic; text-transform: none; }

.signature-doner-kiosk {
  background:
    linear-gradient(180deg, rgba(227,66,43,.88) 0 34%, transparent 34%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0 2px, transparent 2px 18px),
    #080808;
}
.signature-doner-kiosk .sig-board { border-radius: 18px; }

.signature-ramen-noir {
  background:
    radial-gradient(circle at 70% 28%, rgba(255,91,54,.18), transparent 13rem),
    #050505;
}
.signature-ramen-noir::before {
  background:
    radial-gradient(ellipse at 28% 18%, rgba(255,255,255,.08), transparent 8rem),
    repeating-linear-gradient(110deg, transparent 0 16px, rgba(255,255,255,.04) 16px 18px);
}

.signature-taco-fiesta {
  color: #211408;
  background:
    radial-gradient(circle at 78% 12%, #ffd74f, transparent 10rem),
    linear-gradient(135deg, #ff9f1c, #fff1bb 56%, #f15a24);
}
.signature-taco-fiesta .sig-title h1,
.signature-taco-fiesta .sig-feature strong,
.signature-taco-fiesta .sig-row-copy strong { color: #211408; }
.signature-taco-fiesta .sig-title p,
.signature-taco-fiesta .sig-feature small,
.signature-taco-fiesta .sig-row-copy small,
.signature-taco-fiesta .sig-footer { color: rgba(33,20,8,.68); }
.signature-taco-fiesta .sig-board,
.signature-taco-fiesta .sig-row { background: rgba(255,255,255,.58); border-color: rgba(33,20,8,.14); }

@media (max-width: 560px) {
  .signature-menu {
    border-radius: 28px;
  }

  .sig-title {
    max-width: 76%;
  }

  .sig-art {
    right: -18px;
    bottom: 34px;
    opacity: .42;
  }

  .sig-board {
    margin-inline: 10px;
    padding: 14px;
  }

  .sig-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .sig-row-index {
    display: none;
  }

  .sig-footer {
    display: grid;
  }
}

/* Premium canlı QR şablon pass — raster önizleme ile aynı kalite dili */
.signature-premium {
  max-width: 760px;
  margin-inline: auto;
  border-radius: clamp(26px, 5vw, 44px);
  border-color: color-mix(in srgb, var(--sig-accent) 44%, rgba(255,255,255,.18));
  box-shadow: 0 30px 90px rgba(0,0,0,.42);
}

.signature-premium::before {
  z-index: 0;
}

.signature-premium .sig-hero,
.signature-premium .sig-tabs,
.signature-premium .sig-board,
.signature-premium .sig-footer {
  position: relative;
  z-index: 1;
}

.signature-premium .sig-hero {
  min-height: clamp(360px, 62vw, 520px);
  padding: clamp(32px, 6vw, 60px) clamp(22px, 6vw, 52px) clamp(26px, 5vw, 42px);
}

.sig-menu-button {
  position: absolute;
  top: clamp(22px, 4vw, 36px);
  right: clamp(22px, 4vw, 36px);
  width: 58px;
  height: 58px;
  display: grid;
  place-content: center;
  gap: 7px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(0,0,0,.2);
  color: currentColor;
}

.sig-menu-button span {
  width: 26px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.signature-premium .sig-meta {
  gap: 8px;
  padding-right: 70px;
  letter-spacing: .1em;
}

.signature-premium .sig-meta span {
  padding: 8px 11px;
  background: color-mix(in srgb, var(--sig-accent) 20%, rgba(255,255,255,.08));
}

.signature-premium .sig-title {
  max-width: min(66%, 450px);
  margin-top: clamp(42px, 9vw, 74px);
}

.signature-premium .sig-title h1 {
  text-wrap: balance;
  text-shadow: 0 10px 30px rgba(0,0,0,.25);
}

.signature-premium .sig-title p {
  font-size: clamp(15px, 3.4vw, 22px);
  max-width: 26ch;
}

.signature-premium .sig-art {
  right: clamp(8px, 4vw, 34px);
  bottom: clamp(18px, 5vw, 46px);
  width: clamp(170px, 41vw, 278px);
  aspect-ratio: 9 / 14;
  border-radius: 24px;
  transform: rotate(3deg);
  box-shadow: 0 26px 58px rgba(0,0,0,.38);
}

.signature-premium .sig-template-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  border: 1px solid color-mix(in srgb, var(--sig-accent) 40%, rgba(255,255,255,.28));
}

.signature-premium .sig-hero-photo {
  display: none;
}

.signature-premium .sig-orbit {
  display: none;
}

.signature-premium .sig-tabs {
  gap: 12px;
  padding: 0 clamp(18px, 5vw, 44px) 18px;
}

.signature-premium .sig-tabs button {
  border-color: rgba(255,255,255,.16);
  box-shadow: 0 8px 24px rgba(0,0,0,.16);
}

.signature-premium .sig-board {
  margin: 0 clamp(12px, 4vw, 32px) clamp(14px, 4vw, 34px);
  padding: clamp(16px, 4vw, 28px);
  border-radius: clamp(22px, 5vw, 34px);
  backdrop-filter: blur(20px);
}

.signature-premium .sig-feature {
  grid-template-columns: 54px minmax(0, 1fr) auto;
  margin-bottom: 18px;
}

.signature-premium .sig-feature > span {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.signature-premium .sig-feature em {
  align-self: center;
  padding: 10px 13px;
  border-radius: 999px;
  background: var(--sig-accent);
  color: #111;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
  white-space: nowrap;
}

.signature-premium .sig-feature .sig-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
}

.sig-product-list {
  display: grid;
  gap: 14px;
}

.sig-product-card {
  position: relative;
  min-height: 132px;
  display: grid;
  grid-template-columns: minmax(96px, 30%) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(12px, 3vw, 20px);
  padding: clamp(12px, 3vw, 18px);
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 80% 22%, rgba(255,255,255,.08), transparent 28%),
    rgba(0,0,0,.28);
  cursor: pointer;
  overflow: hidden;
}

.sig-product-card.is-featured {
  min-height: 158px;
  border-color: color-mix(in srgb, var(--sig-accent) 50%, rgba(255,255,255,.14));
}

.sig-product-media {
  position: relative;
  aspect-ratio: 1.14;
  display: grid;
  place-items: center;
  border-radius: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle, color-mix(in srgb, var(--sig-accent) 22%, transparent), transparent 66%),
    rgba(255,255,255,.07);
}

.sig-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sig-product-fallback {
  width: 72%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: color-mix(in srgb, var(--sig-accent) 80%, #fff 18%);
  background: rgba(255,255,255,.08);
}

.sig-product-fallback .sig-icon {
  width: 72%;
  height: 72%;
}

.sig-special-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--sig-accent);
  color: #111;
  font-size: 10px;
  font-weight: 1000;
  text-transform: uppercase;
}

.sig-product-copy {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.sig-product-copy h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 4vw, 30px);
  font-weight: 1000;
  line-height: 1.04;
}

.sig-product-copy p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: clamp(13px, 2.5vw, 16px);
  font-weight: 650;
  line-height: 1.32;
}

.sig-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.sig-product-meta span {
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.86);
  font-size: 11px;
  font-weight: 850;
}

.sig-product-price {
  color: color-mix(in srgb, var(--sig-accent) 78%, #fff 14%);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 4vw, 34px);
  white-space: nowrap;
}

.sig-detail-button {
  position: absolute;
  right: 14px;
  bottom: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--sig-accent);
  font-size: 34px;
  font-weight: 1000;
  line-height: .8;
}

.signature-coffee-house {
  --sig-accent: #c08a4a;
  color: #2a1f14;
  background:
    radial-gradient(circle at 13% 21%, rgba(255,255,255,.8), transparent 9rem),
    radial-gradient(circle at 92% 7%, rgba(124,73,30,.2), transparent 12rem),
    linear-gradient(90deg, rgba(163,111,55,.16) 1px, transparent 1px),
    linear-gradient(180deg, rgba(163,111,55,.13) 1px, transparent 1px),
    #f7ead0;
  background-size: auto, auto, 35px 35px, 35px 35px, auto;
}

.signature-coffee-house::after {
  z-index: 0;
  width: 28rem;
  height: 28rem;
  right: -9rem;
  bottom: -10rem;
  border: 3.8rem solid rgba(192,138,74,.1);
}

.signature-coffee-house .sig-menu-button,
.signature-coffee-house .sig-meta span,
.signature-coffee-house .sig-tabs button {
  background: rgba(255,255,255,.56);
  color: #2a1f14;
  border-color: rgba(83,54,24,.18);
}

.signature-coffee-house .sig-meta,
.signature-coffee-house .sig-title h1,
.signature-coffee-house .sig-feature strong,
.signature-coffee-house .sig-product-copy h3 {
  color: #2a1f14;
}

.signature-coffee-house .sig-title h1 {
  max-width: 6ch;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(68px, 17vw, 132px);
  letter-spacing: -.08em;
}

.signature-coffee-house .sig-title p,
.signature-coffee-house .sig-feature small,
.signature-coffee-house .sig-product-copy p,
.signature-coffee-house .sig-footer {
  color: rgba(42,31,20,.68);
}

.signature-coffee-house .sig-board {
  background: rgba(255,250,239,.76);
  border-color: rgba(83,54,24,.16);
  box-shadow: 0 20px 54px rgba(108,72,32,.14);
}

.signature-coffee-house .sig-product-card {
  background:
    radial-gradient(circle at 76% 28%, rgba(192,138,74,.12), transparent 30%),
    rgba(255,255,255,.62);
  border-color: rgba(83,54,24,.13);
}

.signature-coffee-house .sig-product-meta span {
  background: rgba(83,54,24,.08);
  color: rgba(42,31,20,.74);
}

.signature-coffee-house .sig-product-fallback {
  background: rgba(192,138,74,.13);
}

.signature-coffee-house .sig-product-price,
.signature-coffee-house .sig-detail-button {
  color: #9f6730;
}

.signature-coffee-house .sig-tabs button.is-active,
.signature-coffee-house .sig-feature em,
.signature-coffee-house .sig-special-badge {
  background: #c08a4a;
  color: #fff8ec;
}

.signature-coffee-house .sig-template-preview {
  display: none;
}

.signature-coffee-house .sig-art {
  aspect-ratio: 1;
  width: clamp(150px, 34vw, 242px);
  border-radius: 999px;
  overflow: visible;
  transform: rotate(5deg);
  box-shadow: none;
}

.signature-coffee-house .sig-art::before {
  content: "";
  position: absolute;
  inset: -16%;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 48%, rgba(255,255,255,.82) 0 34%, transparent 35%),
    radial-gradient(circle at 50% 50%, rgba(192,138,74,.18) 0 58%, transparent 59%);
  box-shadow: 0 28px 58px rgba(91,58,26,.22);
}

.signature-coffee-house .sig-hero-photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 88%;
  height: 88%;
  object-fit: cover;
  border-radius: 999px;
  border: 10px solid rgba(255,250,239,.86);
  box-shadow: 0 26px 54px rgba(85,54,22,.26);
}

.signature-coffee-house .sig-art::after {
  content: "";
  position: absolute;
  right: -4%;
  bottom: -10%;
  width: 42%;
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 40% 45%, #5d3418 0 18%, transparent 19%),
    radial-gradient(circle at 62% 58%, #7a4b25 0 16%, transparent 17%),
    radial-gradient(circle at 38% 68%, #3f2514 0 14%, transparent 15%);
  filter: drop-shadow(0 16px 22px rgba(68,38,16,.24));
}

.signature-coffee-house .sig-footer strong {
  color: #9f6730;
}

@media (max-width: 560px) {
  .signature-premium .sig-hero {
    min-height: 390px;
  }

  .signature-premium .sig-title {
    max-width: 72%;
  }

  .signature-premium .sig-art {
    width: 138px;
    right: 16px;
    bottom: 22px;
  }

  .signature-premium .sig-feature {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .signature-premium .sig-feature em {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .sig-product-card {
    grid-template-columns: 34% minmax(0, 1fr);
    min-height: 126px;
  }

  .sig-product-price {
    grid-column: 2;
    justify-self: start;
    font-size: 21px;
  }
}

/* Live quality pass: signature product visuals must match preview craft, not generic AI blocks */
.signature-premium .sig-product-media .product-visual,
.signature-premium .sig-product-media img.sig-product-visual {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.signature-premium .sig-product-media .product-visual::before {
  inset: 15%;
}

.signature-premium .sig-product-media .product-visual svg {
  width: 68%;
  height: 68%;
  stroke-width: 7.6;
}

.tm-thumb.product-visual {
  min-height: 72px;
}

.signature-premium .sig-art .product-visual {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: inherit;
}

.signature-premium .sig-art .product-visual svg {
  width: 62%;
  height: 62%;
}

.signature-coffee-house {
  --sig-accent: #b9793a;
  font-family: Inter, system-ui, sans-serif;
}

.signature-coffee-house .sig-hero {
  min-height: clamp(390px, 63vw, 540px);
}

.signature-coffee-house .sig-meta {
  color: #7a4e28;
}

.signature-coffee-house .sig-meta span {
  color: #2a1f14;
  background: rgba(255,250,239,.78);
}

.signature-coffee-house .sig-title {
  max-width: min(58%, 420px);
}

.signature-coffee-house .sig-title h1 {
  max-width: 8ch;
  color: #2a1f14;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(54px, 12vw, 104px);
  font-weight: 800;
  letter-spacing: -.075em;
  line-height: .88;
  text-transform: none;
}

.signature-coffee-house .sig-title::after {
  content: "";
  display: block;
  width: 96px;
  height: 6px;
  margin-top: 18px;
  border-radius: 999px;
  background: #b9793a;
  box-shadow: 0 12px 26px rgba(185,121,58,.24);
}

.signature-coffee-house .sig-title p {
  max-width: 24ch;
  color: rgba(42,31,20,.74);
}

.signature-coffee-house .sig-art {
  width: clamp(160px, 35vw, 250px);
  background: transparent;
}

.signature-coffee-house .sig-hero-visual {
  position: relative;
  z-index: 1;
  width: 88%;
  height: 88%;
  border: 10px solid rgba(255,250,239,.86);
  box-shadow: 0 26px 54px rgba(85,54,22,.26);
}

.signature-coffee-house .sig-hero-visual svg {
  width: 62%;
  height: 62%;
}

.signature-coffee-house .sig-tabs {
  padding-top: 4px;
}

.signature-coffee-house .sig-tabs button {
  color: #2a1f14;
  background: rgba(255,250,239,.8);
  border-color: rgba(83,54,24,.16);
}

.signature-coffee-house .sig-tabs button.is-active {
  background: #b9793a;
  color: #fff8ec;
}

.signature-coffee-house .sig-board {
  background:
    linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,250,239,.66)),
    rgba(255,250,239,.76);
}

.signature-coffee-house .sig-feature {
  align-items: center;
}

.signature-coffee-house .sig-feature strong {
  color: #2a1f14;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  letter-spacing: -.04em;
}

.signature-coffee-house .sig-feature em,
.signature-coffee-house .sig-special-badge {
  background: #b9793a;
}

.signature-coffee-house .sig-product-card {
  grid-template-columns: minmax(90px, 27%) minmax(0, 1fr) auto;
  min-height: 138px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 78% 25%, rgba(185,121,58,.13), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,250,239,.7));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}

.signature-coffee-house .sig-product-media {
  border-radius: 24px;
  background: rgba(185,121,58,.12);
}

.signature-coffee-house .sig-product-copy h3 {
  color: #2a1f14;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(21px, 4.4vw, 31px);
  font-weight: 800;
  letter-spacing: -.045em;
}

.signature-coffee-house .sig-product-copy p {
  color: rgba(42,31,20,.66);
  font-weight: 650;
}

.signature-coffee-house .sig-product-meta span {
  background: rgba(185,121,58,.1);
  color: rgba(42,31,20,.72);
}

.signature-coffee-house .sig-product-price {
  color: #9f632b;
}

.signature-coffee-house .sig-detail-button {
  color: #9f632b;
}

@media (max-width: 560px) {
  .signature-coffee-house .sig-title {
    max-width: 68%;
  }

  .signature-coffee-house .sig-title h1 {
    max-width: 6.8ch;
    font-size: clamp(48px, 14vw, 72px);
  }

  .signature-coffee-house .sig-art {
    width: 132px;
    right: 18px;
    bottom: 28px;
    opacity: .86;
  }

  .signature-coffee-house .sig-product-card {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 12px;
  }

  .signature-coffee-house .sig-product-media {
    min-height: 104px;
  }
}

/* Coffee template repair pass — narrow mobile cards must read like a real menu, not overlap. */
.signature-coffee-house .sig-meta {
  max-width: calc(100% - 72px);
  gap: 8px;
}

.signature-coffee-house .sig-meta span {
  white-space: nowrap;
  line-height: 1;
}

.signature-coffee-house .sig-meta small {
  flex: 0 0 auto;
  max-width: min(32vw, 126px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.signature-coffee-house .sig-product-list {
  gap: 12px;
}

.signature-coffee-house .sig-product-card {
  grid-template-columns: minmax(86px, 24%) minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 12px;
  overflow: hidden;
}

.signature-coffee-house .sig-product-media {
  min-width: 0;
  aspect-ratio: 1;
  min-height: 0;
  overflow: hidden;
}

.signature-coffee-house .sig-product-media .product-visual {
  color: #a96c31;
  background:
    radial-gradient(circle at 50% 48%, rgba(255,255,255,.74), transparent 34%),
    linear-gradient(145deg, #fff7e8, #f3d7a9);
}

.signature-coffee-house .sig-product-copy {
  min-width: 0;
  gap: 5px;
}

.signature-coffee-house .sig-product-copy h3 {
  display: -webkit-box;
  overflow: hidden;
  color: #2a1f14;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(18px, 4.5vw, 24px);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: .96;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.signature-coffee-house .sig-product-copy p {
  display: -webkit-box;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.signature-coffee-house .sig-product-price {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(18px, 4.5vw, 25px);
  font-weight: 950;
  letter-spacing: -.04em;
}

@media (max-width: 560px) {
  .signature-coffee-house .sig-hero {
    min-height: 360px;
    padding-inline: 24px;
  }

  .signature-coffee-house .sig-meta {
    align-items: flex-start;
  }

  .signature-coffee-house .sig-title {
    max-width: 64%;
    margin-top: 46px;
  }

  .signature-coffee-house .sig-title h1 {
    font-size: clamp(48px, 13vw, 64px);
    line-height: .9;
  }

  .signature-coffee-house .sig-title p {
    max-width: 20ch;
    font-size: 14px;
  }

  .signature-coffee-house .sig-art {
    width: 118px;
    right: 18px;
    bottom: 34px;
  }

  .signature-coffee-house .sig-tabs {
    gap: 8px;
    padding-inline: 18px;
  }

  .signature-coffee-house .sig-tabs button {
    min-height: 38px;
    padding-inline: 15px;
    font-size: 12px;
  }

  .signature-coffee-house .sig-board {
    margin-inline: 14px;
    padding: 14px;
  }

  .signature-coffee-house .sig-feature {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 9px 11px;
    margin-bottom: 13px;
  }

  .signature-coffee-house .sig-feature .sig-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .signature-coffee-house .sig-feature strong {
    font-size: 21px;
  }

  .signature-coffee-house .sig-feature em {
    grid-column: 1 / -1;
    padding: 7px 10px;
    font-size: 10px;
  }

  .signature-coffee-house .sig-product-card {
    grid-template-areas:
      "media copy arrow"
      "media price arrow";
    grid-template-columns: 76px minmax(0, 1fr) 20px;
    gap: 8px 14px;
    min-height: 106px;
    padding: 11px;
    border-radius: 22px;
  }

  .signature-coffee-house .sig-product-media {
    grid-area: media;
    width: 76px;
    min-height: 76px;
    border-radius: 18px;
  }

  .signature-coffee-house .sig-product-copy {
    grid-area: copy;
  }

  .signature-coffee-house .sig-product-copy h3 {
    font-size: 18px;
  }

  .signature-coffee-house .sig-product-copy p {
    font-size: 11px;
  }

  .signature-coffee-house .sig-product-meta {
    display: none;
  }

  .signature-coffee-house .sig-product-price {
    grid-area: price;
    grid-column: auto;
    justify-self: start;
    font-size: 18px;
  }

  .signature-coffee-house .sig-detail-button {
    grid-area: arrow;
    position: static;
    width: 22px;
    height: 34px;
    align-self: center;
    justify-self: end;
    font-size: 28px;
  }

  .signature-coffee-house .sig-special-badge {
    top: 6px;
    left: 6px;
    padding: 5px 7px;
    font-size: 8px;
  }
}
