:root {
  --brand:      #095a35;
  --ink:        #0a5231;
  --surface:    #084026;
  --surface-2:  #0c6440;
  --deep:       #063a22;
  --cream:      #f9f6ef;
  --cream-soft: #fffdf7;
  --cream-dim:  #d8cfbf;
  --muted:      #a9bcac;
  --line:       rgba(249, 246, 239, .15);
  --line-soft:  rgba(249, 246, 239, .08);

  --sage:       #bfe0a6;
  --sage-hi:    #d6f0c2;
  --sage-deep:  #063a22;
  --sage-deep-hi: #0b5030;
  --sage-tint:  #eef6df;

  --terra:      #f0a25c;
  --terra-btn:  #e08a3f;
  --terra-btn-hi: #ef9d55;
  --terra-deep: #7a3d14;
  --peach:      #f6d3ad;
  --gold:       #c9a054;

  --r-sm: 16px;
  --r-md: 24px;
  --r-lg: 32px;
  --r-pill: 999px;
  --shadow: 0 14px 34px rgba(0, 0, 0, .3);
  --pad-x: 20px;
  --nav-h: 64px;

  --font-title: 'Chango', 'Caprasimo', Georgia, serif;
  --font-text:  'Figtree', 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-jp:    'Shippori Mincho', 'Playfair Display', serif;
}

@keyframes rdFadeUp   { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes rdKenburns { from { transform: scale(1) translate(0, 0); } to { transform: scale(1.12) translate(-2%, -2%); } }
@keyframes rdFloaty   { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes rdGlow     { 0% { box-shadow: 0 0 0 0 rgba(174, 191, 146, .4); } 100% { box-shadow: 0 0 0 12px rgba(174, 191, 146, 0); } }

html { scroll-padding-top: calc(var(--nav-h) + 16px); overflow-x: clip; }

body.rd {
  overflow-x: clip;
  max-width: 100%;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--font-text);
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

body.rd .nosotros-section,
body.rd .menu-section,
body.rd .faq-section,
body.rd .galeria-section,
body.rd .info-delivery-section,
body.rd .contact-section { scroll-margin-top: 0; }

body.rd h1, body.rd h2, body.rd h3, body.rd h4,
body.rd .section-title, body.rd .hero-name {
  font-family: var(--font-title);
  font-weight: 400;
  line-height: 1.05;
  text-transform: none;
  letter-spacing: 0;
}

body.rd a { color: var(--sage); text-decoration: none; transition: color .2s ease; }
body.rd a:hover { color: var(--sage-hi); }
body.rd :focus-visible { outline: 2px solid var(--sage); outline-offset: 2px; border-radius: 4px; }
body.rd :focus:not(:focus-visible) { outline: none; }

body.rd .rd-reveal { opacity: 0; transform: translateY(14px); }
body.rd .rd-reveal.rd-in {
  opacity: 1; transform: none;
  transition: opacity .55s ease var(--rd-d, 0s), transform .55s cubic-bezier(.22, 1, .36, 1) var(--rd-d, 0s);
}

body.rd .navbar {
  background: linear-gradient(180deg, rgba(4, 34, 20, .55), rgba(4, 34, 20, 0));
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
}
body.rd .navbar.rd-nav-solid {
  background: rgba(9, 74, 44, .95);
  backdrop-filter: blur(12px);
  border-bottom-color: var(--line);
}
body.rd .nav-container { padding: 15px var(--pad-x); }
body.rd .nav-brand { display: flex; align-items: center; gap: 10px; min-width: 0; }
body.rd .logo-text {
  font-family: var(--font-title);
  font-size: 17px; letter-spacing: .01em;
  color: #fdf8ec;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .5);
  white-space: nowrap;
}
body.rd .logo-text::before {
  content: "静寂";
  font-family: var(--font-jp);
  font-size: 15px; color: var(--gold);
  margin-right: 9px;
}
body.rd .nav-links { background: var(--ink); }
body.rd .nav-links a { font-family: var(--font-text); font-weight: 600; letter-spacing: .12em; color: var(--cream); }
body.rd .nav-links a:hover { color: var(--sage); }
body.rd .nav-toggle span { background: #fdf8ec; border-radius: 2px; box-shadow: 0 1px 4px rgba(0, 0, 0, .4); }
body.rd .nav-toggle span:nth-child(3) { width: 60%; background: var(--gold); }

body.rd .hero-section {
  position: relative;
  min-height: 460px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  overflow: hidden;
  background: var(--ink);
}
body.rd .hero-media {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%; max-height: none; min-height: 0;
}
body.rd .hero-bg-image {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 42%;
  filter: saturate(.86) contrast(.95);
  animation: rdKenburns 18s ease-in-out alternate infinite;
}
body.rd .hero-fg-blossom {
  position: absolute; inset: 0; z-index: 1;
  background-image: url('encabezado3.webp');
  background-size: cover; background-position: center 42%; background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.55) 28%, rgba(0,0,0,0) 56%);
  mask-image: linear-gradient(180deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.55) 28%, rgba(0,0,0,0) 56%);
  filter: saturate(.86) contrast(.95);
  pointer-events: none; will-change: transform;
}
body.rd .hero-section::after {
  content: "";
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(180deg,
    rgba(4, 34, 20, .2) 0%, rgba(4, 34, 20, .16) 20%,
    rgba(4, 34, 20, .5) 44%, rgba(4, 34, 20, .82) 66%, var(--ink) 90%);
}
body.rd .hero-kanji-v {
  position: absolute; top: 64px; right: 16px; z-index: 3;
  writing-mode: vertical-rl;
  font-family: var(--font-jp); font-weight: 600;
  font-size: 92px; line-height: 1;
  color: rgba(255, 250, 240, .14);
  user-select: none; pointer-events: none;
}
body.rd .hero-content {
  position: relative; z-index: 4;
  display: flex; flex-direction: column; align-items: flex-start;
  gap: 12px;
  padding: 92px var(--pad-x) 26px;
  max-width: 640px;
}
body.rd .hero-content > * { animation: rdFadeUp .8s ease both; }
body.rd .hero-kicker  { animation-delay: .06s; }
body.rd .hero-name    { animation-delay: .06s; }
body.rd .hero-legend  { animation-delay: .18s; }
body.rd .hero-actions { animation-delay: .26s; }

body.rd .hero-status {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: #fdf8ec;
  background: rgba(255, 250, 240, .1); backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 250, 240, .22); border-radius: var(--r-pill);
  padding: 4px 11px 4px 9px;
}
body.rd .hero-status::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: currentColor; flex: none;
}
body.rd .hero-status:empty { display: none; }
body.rd .hero-status.is-open { color: #bfe0a6; border-color: rgba(191, 224, 166, .4); }
body.rd .hero-status.is-closed { color: #f0a25c; border-color: rgba(240, 162, 92, .4); }
body.rd .hero-status.is-closing-soon,
body.rd .hero-status.is-opening-soon { color: #f0c987; border-color: rgba(240, 201, 135, .4); }
body.rd .hero-kicker {
  font-family: var(--font-title);
  font-size: clamp(27px, 7.8vw, 36px);
  line-height: 1.05;
  color: #fdf8ec;
  max-width: 17ch;
  text-shadow: 0 2px 26px rgba(0, 0, 0, .45);
}
body.rd .hero-name {
  font-family: var(--font-jp); font-weight: 600;
  font-size: 14px; letter-spacing: .34em; text-transform: uppercase;
  color: #bfe0a6; margin: -2px 0 0;
}
body.rd .hero-legend {
  font-size: 14px; line-height: 1.58;
  color: #e9dfcb;
  max-width: 42ch;
}
body.rd .hero-legend strong { color: #fdf8ec; font-weight: 700; }

body.rd .hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
body.rd .hero-cta {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: 0 22px;
  font-family: var(--font-text); font-size: 13px; font-weight: 700; letter-spacing: .02em;
  border-radius: var(--r-pill);
  background: var(--terra-btn); color: #2a1a0c; border: 1.5px solid var(--terra-btn);
  transition: background .2s ease, border-color .2s ease, transform .15s ease;
}
body.rd .hero-cta:hover { background: var(--terra-btn-hi); border-color: var(--terra-btn-hi); color: #2a1a0c; }
body.rd .hero-cta:active { transform: scale(.97); }
body.rd .hero-cta-ghost {
  background: rgba(4, 34, 20, .34); color: #fdf8ec;
  border-color: rgba(255, 250, 240, .5); backdrop-filter: blur(4px);
}
body.rd .hero-cta-ghost:hover { background: rgba(4, 34, 20, .5); border-color: #fdf8ec; color: #fdf8ec; }

body.rd .fav-strip { background: var(--ink); }

body.rd .fav-block { padding: 30px var(--pad-x) 12px; }
body.rd .fav-head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
  margin-bottom: 16px;
}
body.rd .fav-head h2 { font-family: var(--font-title); font-size: 23px; color: var(--cream); }
body.rd .fav-head a { font-size: 12px; font-weight: 700; letter-spacing: .03em; color: var(--terra); white-space: nowrap; }
body.rd .fav-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
body.rd .fav-card:first-child { grid-column: 1 / -1; }
body.rd .fav-card:first-child img { aspect-ratio: 21 / 9 !important; }
body.rd .fav-card:first-child .fav-name { font-size: 19px; }
body.rd .fav-card {
  display: grid; grid-template-columns: 1fr auto; align-items: baseline;
  column-gap: 10px; row-gap: 8px;
}
body.rd .fav-card img {
  grid-column: 1 / -1;
  width: 100%; aspect-ratio: 1 / 1; object-fit: cover;
  border-radius: var(--r-sm); filter: saturate(.9);
  transition: transform .2s ease;
}
body.rd .fav-card:hover img { transform: translateY(-3px); }
body.rd .fav-name { font-family: var(--font-title); font-size: 15px; color: var(--cream); line-height: 1.2; }
body.rd .fav-price { font-size: 14px; font-weight: 800; color: var(--terra); white-space: nowrap; }

body.rd .section-title {
  font-family: var(--font-title);
  font-size: clamp(26px, 7.5vw, 30px);
  line-height: 1.05; color: var(--cream);
  text-align: left; padding: 0 var(--pad-x); margin-bottom: 6px;
}
body.rd .nosotros-container .section-title,
body.rd .menu-section > .section-title,
body.rd .galeria-section > .section-title,
body.rd .faq-section > .section-title,
body.rd .info-delivery-section > .section-title {
  display: block;
  font-size: 0; line-height: 0;
  margin: 0 0 18px;
}
body.rd .menu-section > .section-title { padding-top: 26px; }
body.rd .nosotros-container .section-title .title-sub,
body.rd .menu-section > .section-title .title-sub,
body.rd .galeria-section > .section-title .title-sub,
body.rd .faq-section > .section-title .title-sub,
body.rd .info-delivery-section > .section-title .title-sub {
  display: block;
  margin: 0;
  font-family: var(--font-title); font-size: 34px; font-weight: 400;
  line-height: 1.04; letter-spacing: 0; text-transform: none; color: var(--cream);
}
body.rd .nosotros-container .section-title .title-sub { font-size: 38px; }

body.rd .nosotros-section { position: relative; background: var(--ink); padding: 56px 0 46px; overflow: hidden; }
body.rd .nosotros-section::before {
  content: "寂"; position: absolute; top: -34px; right: -12px;
  font-family: var(--font-jp); font-weight: 600; font-size: 150px; line-height: 1;
  color: rgba(249, 246, 239, .06); pointer-events: none;
}
body.rd .nosotros-container {
  position: relative; max-width: 640px; margin: 0 auto; padding: 0 var(--pad-x);
  display: flex; flex-direction: column; gap: 20px;
}
body.rd .nosotros-text { display: flex; flex-direction: column; gap: 14px; text-align: left; }
body.rd .nosotros-text p { font-size: 14.5px; line-height: 1.62; color: var(--cream-dim); text-align: left; }
body.rd .nosotros-mascot {
  display: block; width: 210px; height: auto; margin: 6px auto 4px;
  animation: rdFloaty 8s ease-in-out infinite;
}
body.rd .nosotros-points { display: flex; flex-direction: column; gap: 8px; margin-top: 6px; border-top: 0; counter-reset: nos; }
body.rd .nosotros-point {
  display: flex; flex-direction: row; align-items: center; gap: 14px;
  min-width: 0; max-width: none;
  background: var(--surface); border-radius: var(--r-md);
  padding: 16px 18px; min-height: 64px;
  counter-increment: nos;
}
body.rd .nosotros-point p {
  flex: 1; min-width: 0; max-width: none; margin: 0; text-align: left;
  font-size: 13px; line-height: 1.45; color: var(--cream-dim);
}
body.rd .nosotros-ic {
  flex: none; width: 30px; height: 30px; border-radius: 50%;
  background: var(--peach); color: var(--terra-deep);
  display: grid; place-items: center; font-size: 0;
}
body.rd .nosotros-ic i { display: none; }
body.rd .nosotros-ic::before {
  content: counter(nos);
  font-family: var(--font-text); font-weight: 700; font-size: 13px;
}

body.rd .menu-section { background: var(--ink); margin: 0; padding: 0; }

body.rd .categories-nav {
  position: sticky; top: var(--nav-h); z-index: 15;
  background: var(--ink);
  border-bottom: 1px solid var(--line); margin-top: 4px;
}
body.rd .categories-scroll {
  display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none;
  scroll-snap-type: x proximity; padding: 12px var(--pad-x);
}
body.rd .categories-scroll::-webkit-scrollbar { display: none; }
body.rd .category-btn {
  flex: 0 0 auto; scroll-snap-align: start;
  font-family: var(--font-text); font-size: 12.5px; font-weight: 600; letter-spacing: .01em;
  color: var(--cream); background: var(--surface);
  border: 1.5px solid rgba(236, 154, 95, .45); border-radius: var(--r-pill);
  padding: 9px 16px; min-height: 40px;
  display: inline-flex; align-items: center; white-space: nowrap;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
body.rd .category-btn:hover { border-color: var(--terra); }
body.rd .category-btn.is-active,
body.rd .category-btn[aria-current="true"] {
  background: var(--sage); border-color: var(--sage); color: var(--ink); font-weight: 700;
}

body.rd .category-block {
  padding: 26px var(--pad-x) 8px;
  scroll-margin-top: calc(var(--nav-h) + 82px);
  background: transparent; border: 0;
}
body.rd .category-title {
  background: none; border: 0; border-radius: 0; box-shadow: none; padding: 0;
  font-family: var(--font-title); font-weight: 400;
  font-size: 24px; line-height: 1.12; color: var(--cream);
  margin: 0 0 5px; text-wrap: balance; word-break: keep-all;
}
body.rd .category-title .title-sub {
  color: var(--sage);
  font-family: var(--font-title); font-size: 22px; font-weight: 400;
  letter-spacing: 0; text-transform: none;
}
body.rd .category-japanese-note {
  font-family: var(--font-jp); font-style: italic; font-size: 12.5px; line-height: 1.45;
  color: var(--muted); margin: 0 0 4px;
}

body.rd .menu-grid { display: flex; flex-direction: column; gap: 12px; padding-top: 6px; }

body.rd .menu-item.item-with-image {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  grid-template-areas: "badge badge" "photo details";
  column-gap: 12px; row-gap: 0;
  align-items: start;
  padding: 13px; margin: 0;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md); background: var(--surface); box-shadow: none;
  overflow: hidden; position: relative;
  transition: background .2s ease, transform .2s ease, border-color .2s ease;
  transform: none !important;
}
body.rd .menu-item.item-with-image::after { content: none; }
body.rd .menu-item.item-with-image:hover { background: var(--surface-2); border-color: var(--sage); transform: translateY(-2px) !important; box-shadow: none; }

body.rd .menu-item.item-with-image > .badge-seijaku {
  grid-area: badge; position: relative; justify-self: start; margin: 2px 0 11px;
  width: max-content; max-width: 100%; white-space: nowrap;
  font-family: var(--font-text); font-size: 10.5px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  border-radius: 2px 11px 2px 11px;
  padding: 5px 12px 5px 10px; line-height: 1.3;
  transform: rotate(-2.5deg);
  border: 1.5px solid currentColor;
  outline: 1px solid currentColor; outline-offset: 2px;
  box-shadow: none;
}
body.rd .menu-item.item-with-image > .badge-seijaku i { margin-right: 3px; }

body.rd .menu-item.item-with-image > .item-image-wrapper {
  grid-area: photo; align-self: stretch; width: 100px; height: auto; min-height: 100px;
  aspect-ratio: auto;
  border-radius: 4px 18px 4px 18px; overflow: hidden;
  background: var(--ink); position: relative;
}
body.rd .menu-item.item-with-image > .item-image-wrapper img,
body.rd .menu-item.item-with-image > .item-image-wrapper .item-photo {
  width: 100%; height: 100%; object-fit: cover; filter: saturate(.9); transform: none !important;
}
body.rd .menu-item.item-with-image > .item-image-wrapper:empty { background: var(--surface-2); }
body.rd .menu-item.item-with-image > .item-image-wrapper:empty::after {
  content: "静"; font-family: var(--font-jp); font-size: 26px; font-weight: 400;
  color: rgba(174, 191, 146, .3); letter-spacing: 0;
}

body.rd .menu-item.item-with-image:has(.variant-btn-group) > .item-image-wrapper,
body.rd .menu-item.item-with-image:has(.flavor-select) > .item-image-wrapper,
body.rd .menu-item.item-with-image:has(.item-details > .add-to-cart[id]) > .item-image-wrapper {
  align-self: start; height: 104px; min-height: 0;
}

body.rd .menu-item.item-with-image > .agotado-cinta {
  grid-area: photo; align-self: end; z-index: 3;
  position: static; inset: auto; margin: 0; border-radius: 0;
}

body.rd .menu-item.item-with-image > .item-details {
  grid-area: details; min-width: 0; padding: 2px 0;
  display: flex; flex-direction: column; gap: 4px;
}
body.rd .menu-item.item-with-image .item-details > * { margin: 0; }
body.rd .menu-item.item-with-image .item-details > .item-header {
  order: 1; display: flex; align-items: baseline; justify-content: space-between; gap: 8px;
}
body.rd .menu-item.item-with-image .item-header h4 {
  min-width: 0;
  font-family: var(--font-title); font-weight: 400;
  font-size: 16px; line-height: 1.16; color: var(--cream);
}
body.rd .menu-item .item-header h4:has(.badge-new) {
  display: flex; flex-direction: column; align-items: flex-start; gap: 5px;
}
body.rd .menu-item.item-with-image .item-header .price {
  flex: none;
  font-family: var(--font-text); font-weight: 800; font-size: 13.5px; color: var(--terra-deep);
  background: var(--peach); box-shadow: none; padding: 3px 9px 3px 7px;
  border-radius: 2px 9px 2px 9px; letter-spacing: 0; white-space: nowrap;
}
body.rd .detail-count { font-family: var(--font-text); font-size: 11px; font-weight: 400; color: var(--muted); }

body.rd .menu-item.item-with-image .item-details > .description {
  order: 2;
  font-size: 12.5px; font-weight: 400; line-height: 1.4; color: var(--muted);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  cursor: pointer;
}
body.rd .menu-item.item-with-image .item-details > .description.is-expanded {
  display: block; -webkit-line-clamp: unset; overflow: visible;
}
body.rd .menu-item.item-with-image .item-details > .description.hidden { display: none; }
body.rd .menu-item.item-with-image .item-details > .raw-fish-notice {
  order: 3; font-size: 12px; color: var(--muted); display: flex; gap: 6px; margin-top: 2px;
  -webkit-line-clamp: unset;
}
body.rd .raw-fish-notice i { color: var(--sage); }

body.rd .menu-item.item-with-image .qty-row {
  order: 6; margin-top: 12px; padding-top: 10px;
  border-top: 1px dashed var(--line);
  display: flex; flex-flow: row wrap; align-items: center; gap: 8px;
}
body.rd .menu-item.item-with-image .qty-stepper {
  display: inline-flex; align-items: center; gap: 0; flex: none;
  border: 1.5px solid var(--line); border-radius: var(--r-pill);
  padding: 3px; background: transparent;
}
body.rd .menu-item.item-with-image .qty-stepper .qty-minus,
body.rd .menu-item.item-with-image .qty-stepper .qty-plus {
  width: 24px; height: 24px; min-width: 0; padding: 0; flex: none;
  border: 0; border-radius: 50%; background: transparent;
  color: var(--cream); font-family: var(--font-text); font-size: 15px; font-weight: 700; line-height: 1;
  display: grid; place-items: center; cursor: pointer;
  transition: background .15s ease;
}
body.rd .menu-item.item-with-image .qty-stepper .qty-minus:hover,
body.rd .menu-item.item-with-image .qty-stepper .qty-plus:hover { background: rgba(245, 234, 216, .1); }
body.rd .menu-item.item-with-image .qty-stepper .qty-value {
  min-width: 18px; padding: 0; text-align: center;
  font-family: var(--font-text); font-size: 13px; font-weight: 700; color: var(--cream);
}
body.rd .menu-item.item-with-image .qty-row .add-to-cart {
  flex: 0 1 auto; width: auto; align-self: auto;
  min-height: 34px; height: auto; padding: 7px 15px; margin: 0;
  border: 0; border-radius: var(--r-pill);
  background: var(--terra-btn); color: #2a1a0c;
  font-family: var(--font-text); font-size: 11.5px; font-weight: 700; letter-spacing: 0;
  text-transform: none; white-space: nowrap; text-align: center;
  transition: background .15s ease, transform .12s ease;
}
body.rd .menu-item.item-with-image .qty-row .add-to-cart::after { content: none; }
body.rd .menu-item.item-with-image .qty-row .add-to-cart::before { content: "+ "; }
body.rd .menu-item.item-with-image .qty-row .add-to-cart:hover { background: var(--terra-btn-hi); }
body.rd .menu-item.item-with-image .qty-row .add-to-cart:active { transform: scale(.97); }
body.rd .menu-item.item-with-image .qty-row .add-to-cart:disabled {
  background: var(--surface-2); color: var(--muted);
}

body.rd .menu-item.item-with-image .item-details > .variant-btn-group {
  order: 4; display: flex; flex-wrap: wrap; gap: 7px; margin-top: 8px;
}
body.rd .add-to-cart-variant {
  flex: 0 0 auto; width: auto; max-width: 100%;
  font-family: var(--font-text); font-size: 12px; font-weight: 600; color: var(--cream);
  background: var(--deep); border: 1.5px solid var(--line); border-radius: var(--r-pill);
  box-shadow: none; text-transform: none;
  padding: 9px 15px; min-height: 40px; text-align: center; letter-spacing: 0;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
body.rd .add-to-cart-variant:hover { border-color: var(--sage); color: var(--sage); }
body.rd .add-to-cart-variant:active,
body.rd .add-to-cart-variant.is-selected {
  background: var(--sage); color: var(--ink); border-color: var(--sage);
}
body.rd .add-to-cart-variant.variant-agotado,
body.rd .add-to-cart-variant.variant-agotado:disabled,
body.rd .add-to-cart-variant.variant-agotado:hover,
body.rd .menu-item.is-agotado .add-to-cart-variant,
body.rd .add-to-cart-variant:disabled {
  background: var(--deep) !important; color: var(--cream) !important;
  border-color: var(--line); opacity: .45 !important; text-decoration: line-through;
  box-shadow: none !important; pointer-events: none;
}
body.rd .flavor-select {
  order: 4;
  font-family: var(--font-text); font-size: 13px; color: var(--cream);
  background: var(--deep); border: 1.5px solid var(--line); border-radius: var(--r-pill);
  padding: 12px 16px; margin-top: 8px; width: 100%;
  -webkit-appearance: none; appearance: none;
}
body.rd .menu-item.item-with-image .item-details > .add-to-cart[id] {
  order: 5; width: 100%; flex: none; height: auto; min-height: 44px; margin-top: 8px;
  border-radius: var(--r-pill); background: var(--terra-btn); border: 0;
  color: #2a1a0c; font-family: var(--font-text);
  font-size: 13px; font-weight: 700; letter-spacing: .01em; text-transform: none;
}
body.rd .menu-item.item-with-image .item-details > .add-to-cart[id]::after { content: none; }
body.rd .menu-item.item-with-image .item-details > .add-to-cart[id]::before { content: "+ "; }
body.rd .menu-item.item-with-image .item-details > .add-to-cart[id]:hover { background: var(--terra-btn-hi); }
body.rd .menu-item.item-with-image .item-details > .add-to-cart[id]:disabled {
  background: var(--surface-2); color: var(--muted);
}

body.rd .badge-new {
  display: inline-block;
  font-family: var(--font-text); font-size: 10px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  background: var(--peach); color: var(--terra-deep);
  border: 1.5px solid var(--terra-deep); outline: 1px solid var(--terra-deep); outline-offset: 2px;
  border-radius: 2px 10px 2px 10px; padding: 4px 10px 4px 9px; white-space: nowrap;
  transform: rotate(-2deg);
}
body.rd .badge-seijaku {
  background: var(--peach) !important; color: var(--terra-deep) !important;
}
body.rd .agotado-cinta {
  position: absolute; inset: auto 0 0 0; z-index: 2;
  background: rgba(4, 34, 20, .82); color: #fdf8ec;
  font-family: var(--font-text); font-size: 11px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; text-align: center; padding: 3px 0;
}
body.rd .menu-item.is-agotado .item-image-wrapper img { filter: saturate(.4) brightness(.55); }
body.rd .menu-item.is-agotado .item-header h4,
body.rd .menu-item.is-agotado .description { opacity: .55; }

body.rd .menu-item.coming-soon-visual .item-image-wrapper img,
body.rd .menu-item.coming-soon-visual .item-photo { filter: saturate(.55) brightness(.7); }
body.rd .menu-item.coming-soon-visual .item-header .price { color: var(--muted); font-weight: 400; }
body.rd .menu-item.coming-soon-visual .qty-row,
body.rd .menu-item.coming-soon-visual .add-to-cart { display: none; }

body.rd .menu-item.coming-soon-visual > .badge-seijaku,
body.rd .menu-item.coming-soon-visual .agotado-cinta { display: none; }

body.rd .menu-item.item-with-image .like-btn {
  position: absolute; inset: 7px 7px auto auto; z-index: 2;
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(4, 34, 20, .5); border: 0; backdrop-filter: blur(3px);
  display: grid; place-items: center; padding: 0;
  color: #fdf8ec;
}
body.rd .menu-item.item-with-image .like-btn svg { width: 13px; height: 13px; }
body.rd .menu-item.item-with-image .like-count { display: none; }

body.rd .menu-item.custom-roll-block {
  display: block; margin: 0; padding: 20px;
  background: var(--surface); border: 1px solid var(--line-soft);
  border-radius: var(--r-md); overflow: hidden; box-shadow: none; position: relative;
}
body.rd .custom-roll-block .item-header { display: block; }
body.rd .custom-roll-block .item-header h4 {
  font-family: var(--font-title); font-size: 20px; color: var(--cream);
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
}
body.rd .custom-roll-block .item-header .price {
  display: inline-block; margin-top: 4px; font-size: 16px; color: var(--terra);
  background: none; box-shadow: none; padding: 0; border-radius: 0; letter-spacing: 0;
}
body.rd .custom-roll-block .description {
  color: var(--muted); margin: 8px 0 14px;
  display: block; -webkit-line-clamp: unset; overflow: visible; max-width: none;
}
body.rd .custom-roll-legend {
  font-family: var(--font-text); font-size: 11.5px; line-height: 1.6; color: var(--sage);
  background: rgba(245, 234, 216, .04); border-left: 2px solid var(--sage);
  padding: 6px 10px; margin: -6px 0 14px;
}
body.rd .custom-roll-legend i { margin-right: 4px; }
body.rd .custom-roll-photo-wrapper {
  margin: -20px -20px 16px; height: 200px; overflow: hidden;
  border-radius: var(--r-md) var(--r-md) 0 0;
}
body.rd .custom-roll-photo-wrapper img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9); }
body.rd .custom-roll-selectors { display: flex; flex-direction: column; gap: 16px; }
body.rd .custom-roll-group { display: flex; flex-direction: column; gap: 8px; }
body.rd .custom-roll-label {
  font-family: var(--font-text); font-size: 11px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--sage);
}
body.rd .custom-checkbox-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
  background: rgba(245, 234, 216, .04); border: 1px solid var(--line);
  border-radius: var(--r-sm); padding: 14px;
}
body.rd .custom-check {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 12.5px; color: var(--cream); cursor: pointer; line-height: 1.35;
}
body.rd .custom-check input { accent-color: var(--sage); width: 15px; height: 15px; flex: none; margin-top: 1px; }
body.rd .charola-extra-select {
  margin-top: 0;
  font-family: var(--font-text); font-size: 13px; color: var(--cream);
  background: var(--deep); border: 1.5px solid var(--line); border-radius: var(--r-pill);
  padding: 12px 16px; width: 100%; -webkit-appearance: none; appearance: none;
}
body.rd .custom-roll-submit {
  width: 100%; margin-top: 18px; min-height: 46px;
  border-radius: var(--r-pill); background: var(--terra-btn); border: 1.5px solid var(--terra-btn);
  color: #2a1a0c; font-family: var(--font-text);
  font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
body.rd .custom-roll-submit:hover { background: var(--terra-btn-hi); border-color: var(--terra-btn-hi); }
body.rd .custom-roll-submit::after { content: none; }

body.rd #cat-charolas .menu-item.custom-roll-block { background: var(--surface-2); border-color: var(--line); }
body.rd #cat-charolas .custom-roll-block .item-header::before {
  content: "盛り合わせ · PARA COMPARTIR"; display: block; margin-bottom: 6px;
  font-family: var(--font-text); font-size: 10.5px; font-weight: 700;
  letter-spacing: .14em; color: var(--sage);
}
body.rd #cat-charolas .custom-roll-block .badge-new { display: none; }
body.rd #cat-charolas .custom-roll-block .item-header h4 { font-size: 19px; }

body.rd .howto-mini {
  display: block; text-align: left;
  margin: 16px var(--pad-x); background: var(--surface);
  border: 1px solid var(--line-soft); border-radius: var(--r-md); padding: 18px 18px 16px;
}
body.rd .howto-mini-label {
  display: block; margin-bottom: 10px;
  font-family: var(--font-title); font-size: 16px; color: var(--cream);
  letter-spacing: 0; text-transform: none;
}
body.rd .howto-mini-steps { display: flex; flex-direction: column; gap: 9px; align-items: stretch; }
body.rd .howto-mini-steps li { font-size: 12.5px; color: var(--cream); display: flex; gap: 11px; align-items: baseline; list-style: none; }
body.rd .howto-mini-steps b {
  flex: none; width: 22px; height: 22px; border-radius: 50%;
  background: var(--terra-btn); color: #2a1a0c; font-size: 11px; font-weight: 700;
  display: grid; place-items: center;
}
body.rd .repeat-order {
  margin: 16px var(--pad-x); background: var(--surface-2);
  border-radius: var(--r-md); padding: 14px 16px; color: var(--cream-soft);
}
body.rd .repeat-order-title { color: var(--cream); font-weight: 700; font-size: 13.5px; }
body.rd .repeat-order-sub { color: var(--cream-dim); font-size: 12px; }
body.rd .repeat-order-btn {
  background: var(--terra-btn); color: #2a1a0c; border: none; padding: 9px 16px; font-size: 12px;
  font-family: var(--font-text); font-weight: 700; border-radius: var(--r-pill);
}
body.rd .repeat-order-close { color: var(--cream-soft); }
body.rd .promo-banners { padding: 0 var(--pad-x); }

body.rd .comunidad-block { background: var(--ink); padding: 20px var(--pad-x) 4px; }
body.rd .comunidad-title { font-family: var(--font-title); color: var(--cream); font-size: 18px; }
body.rd .comunidad-sub { color: var(--muted); font-size: 12px; }
body.rd .comunidad-live { color: var(--sage); }
body.rd .comunidad-card { background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--r-sm); box-shadow: none; }
body.rd .comunidad-card-body h4 { font-family: var(--font-title); color: var(--cream); }
body.rd .comunidad-card-price,
body.rd .comunidad-card-likes { color: var(--terra); }
body.rd .comunidad-add { background: var(--terra-btn); color: #2a1a0c; font-family: var(--font-text); font-weight: 700; letter-spacing: .06em; }
body.rd .comunidad-tabs { gap: 8px; }
body.rd .comunidad-tabs button { color: var(--cream); background: var(--surface); border: 1.5px solid var(--line); border-radius: var(--r-pill); }
body.rd .comunidad-tabs button.is-active { color: var(--ink); background: var(--sage); border-color: var(--sage); }

body.rd #cart-ship { display: none !important; }

body.rd .cart-floating-btn {
  background: var(--sage-deep); border: none; border-radius: var(--r-pill);
  box-shadow: var(--shadow); padding: 12px 16px; color: #fdf8ec;
}
body.rd .cart-floating-btn::before, body.rd .cart-floating-btn::after { display: none; }
body.rd .cart-bar-label { font-family: var(--font-text); font-weight: 700; font-size: 13px; color: #fdf8ec; }
body.rd .cart-bar-total { font-family: var(--font-title); font-size: 18px; color: #fdf8ec; }
body.rd .cart-bar-right { background: var(--terra-btn); color: #2a1a0c; border-radius: var(--r-pill); padding: 8px 14px; gap: 6px; }
body.rd .cart-bar-right .cart-bar-total { color: #2a1a0c; font-size: 15px; }
body.rd .cart-badge { background: var(--terra); color: var(--ink); font-weight: 800; }

body.rd #cart-modal { background: rgba(4, 34, 20, .74); }
body.rd #cart-modal .modal-content {
  background: var(--ink); color: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .5);
}
body.rd #cart-modal .modal-content::before { content: none; }
body.rd .modal-title { font-family: var(--font-title); font-size: 21px; color: var(--cream); text-align: left; }
body.rd .cart-step-hint { text-align: left; }
body.rd #cart-step-label { font-size: 12px; color: var(--muted); letter-spacing: .04em; text-transform: uppercase; }
body.rd .close-modal { color: var(--muted); transition: color .2s ease; }
body.rd .close-modal:hover { color: var(--cream); }

body.rd .cart-items-list { color: var(--cream); }
body.rd .cart-item-row { border-bottom: 1px solid var(--line-soft); }
body.rd .cart-item-info p { color: var(--cream); font-weight: 600; }
body.rd .cart-item-info span { color: var(--muted); }
body.rd .cart-line-total { color: var(--cream); }
body.rd .cart-qty { border: 1.5px solid var(--line); border-radius: var(--r-pill); }
body.rd .cart-qty span { color: var(--cream); }
body.rd .cart-qty-btn { background: transparent; color: var(--cream); }
body.rd .cart-qty-btn:hover { background: rgba(245, 234, 216, .12); }

body.rd .cart-total-block {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 14px 16px; color: var(--cream);
}
body.rd .cart-total-block .total-price { font-family: var(--font-title); font-size: 22px; color: var(--terra); }
body.rd .cart-eta-note { font-size: 12.5px; color: var(--muted); }
body.rd .cart-eta-note i { color: var(--sage); }
body.rd .cart-min-track { background: var(--deep); border-radius: var(--r-pill); }
body.rd .cart-min-fill,
body.rd .cart-min-progress.is-complete .cart-min-fill { background: var(--sage); border-radius: var(--r-pill); }
body.rd .cart-min-text,
body.rd .cart-min-progress.is-complete .cart-min-text { color: var(--muted); font-size: 12px; }
body.rd .cart-promo-line {
  color: var(--sage-hi); background: rgba(174, 191, 146, .12);
  border-radius: var(--r-sm); font-size: 12.5px; font-weight: 600;
}
body.rd .cart-closed-note {
  color: var(--terra); background: rgba(236, 154, 95, .12);
  border-left-color: var(--terra); font-size: 12.5px;
}
body.rd .cart-continue-btn,
body.rd .submit-order-btn {
  width: 100%; margin-top: 14px; min-height: 46px;
  border-radius: var(--r-pill); border: 1.5px solid var(--terra-btn);
  background: var(--terra-btn); color: #2a1a0c;
  font-family: var(--font-text); font-weight: 700; letter-spacing: .02em;
  transition: background .2s ease, border-color .2s ease;
}
body.rd .cart-continue-btn:hover,
body.rd .submit-order-btn:hover { background: var(--terra-btn-hi); border-color: var(--terra-btn-hi); }
body.rd .cart-back-btn { color: var(--sage); font-weight: 700; font-size: 13px; background: none; border: none; padding-left: 0; }
body.rd .form-title {
  font-family: var(--font-title); font-size: 18px; color: var(--cream);
  text-align: left; text-transform: none; letter-spacing: 0; margin-top: 6px;
}
body.rd .checkout-form { display: flex; flex-direction: column; gap: 10px; }
body.rd .checkout-form input,
body.rd .checkout-form select,
body.rd .checkout-form textarea {
  font-family: var(--font-text); font-size: 14px; color: var(--cream);
  background: var(--deep); border: 1.5px solid var(--line); border-radius: var(--r-pill); padding: 12px 16px;
}
body.rd .checkout-form input::placeholder,
body.rd .checkout-form textarea::placeholder { color: var(--muted); }
body.rd .checkout-form textarea { border-radius: var(--r-md); }
body.rd .checkout-form input:focus-visible,
body.rd .checkout-form select:focus-visible,
body.rd .checkout-form textarea:focus-visible { outline: 2px solid var(--sage); outline-offset: 1px; border-color: var(--sage); }
body.rd .use-location-btn {
  background: transparent; border: 1.5px solid var(--sage); color: var(--sage);
  border-radius: var(--r-pill); padding: 11px 16px; font-weight: 700; font-size: 12.5px; white-space: nowrap;
}
body.rd .use-location-btn:hover { background: rgba(174, 191, 146, .12); }
body.rd .location-status { font-size: 12px; color: var(--muted); }
body.rd .location-note {
  background: var(--deep); border: 1px solid var(--line-soft);
  border-radius: var(--r-sm); color: var(--muted); font-size: 12px; line-height: 1.5;
}
body.rd .location-note i { color: var(--sage); }
body.rd .delivery-type-btn {
  background: transparent; border: 1.5px solid var(--line); color: var(--muted);
  border-radius: var(--r-pill);
}
body.rd .delivery-type-btn.is-active {
  background: var(--sage); border-color: var(--sage); color: var(--ink);
}
body.rd .schedule-link-btn { color: var(--sage-hi); }
body.rd .schedule-cancel-btn { color: var(--muted); }
body.rd #cart-modal .submit-order-btn { animation: rdGlow 3.4s ease-out infinite; }

body.rd #cart-step-1 > .rd-rider {
  position: relative; width: 100%; height: 106px;
  margin-bottom: 6px; overflow: hidden; pointer-events: none;
  animation: rdRiderBand 3.7s ease-in-out both;
}
body.rd #cart-step-1 > .rd-rider img {
  position: absolute; left: 0; bottom: 0;
  width: 122px; height: auto;
  transform: translateX(-155%);
  filter: drop-shadow(0 6px 8px rgba(0, 0, 0, .3));
  animation: rdRiderCheck 3.7s linear both;
}
@keyframes rdRiderCheck {
  0%   { transform: translateX(-155%); animation-timing-function: cubic-bezier(.16, .7, .45, 1); }
  28%  { transform: translateX(88%); animation-timing-function: ease-out; }
  33%  { transform: translateX(103%) rotate(-4deg); }
  38%  { transform: translateX(78%) rotate(2deg); }
  43%  { transform: translateX(88%) rotate(0); animation-timing-function: linear; }
  63%  { transform: translateX(88%); animation-timing-function: cubic-bezier(.55, 0, .85, .25); }
  100% { transform: translateX(345%); }
}
@keyframes rdRiderBand {
  0%, 68% { height: 106px; margin-bottom: 6px; }
  100%    { height: 0; margin-bottom: 0; }
}

body.rd .galeria-section { background: var(--ink); padding: 50px 0 40px; }
body.rd .galeria-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 12px var(--pad-x) 0; }
body.rd .galeria-item { border-radius: var(--r-sm); overflow: hidden; aspect-ratio: 1 / 1; }
body.rd .galeria-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9); }

body.rd .faq-section { background: var(--ink); color: var(--cream); padding: 50px 0 46px; }
body.rd .faq-section > .section-title .title-sub { color: var(--cream); }
body.rd .faq-highlights {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch; gap: 8px; padding: 8px var(--pad-x) 4px;
}
body.rd .faq-highlight {
  display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start;
  gap: 4px; background: var(--surface); border: 0; border-radius: var(--r-sm);
  padding: 15px 13px; text-align: left;
}
body.rd .faq-highlight-value {
  display: block; font-family: var(--font-title); font-weight: 400;
  font-size: 18px; line-height: 1.05; color: var(--terra);
}
body.rd .faq-highlight-label { display: block; font-size: 11px; color: var(--muted); line-height: 1.35; margin: 0; }
body.rd .faq-list { display: flex; flex-direction: column; gap: 10px; padding: 16px var(--pad-x) 0; }
body.rd .faq-item { background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--r-md); padding: 2px; }
body.rd .faq-item summary {
  font-family: var(--font-text); font-size: 14px; font-weight: 700; color: var(--cream);
  padding: 15px 44px 15px 16px; position: relative; list-style: none; cursor: pointer;
}
body.rd .faq-item summary::-webkit-details-marker { display: none; }
body.rd .faq-item summary::after {
  content: "+"; position: absolute; right: 16px; top: 50%; transform: translateY(-50%);
  font-size: 20px; font-weight: 400; color: var(--terra);
}
body.rd .faq-item[open] summary::after { content: "\2212"; }
body.rd .faq-item p { font-size: 13.5px; line-height: 1.6; color: var(--muted); padding: 0 16px 15px; }

body.rd .info-delivery-section { background: var(--ink); padding: 44px 0 30px; display: flex; flex-direction: column; }
body.rd .info-container {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 10px;
  align-items: start; max-width: none; padding: 0 var(--pad-x);
}
body.rd .info-block#ubicacion { grid-column: 1 / -1; order: 1; }
body.rd .info-divider { display: none; }
body.rd .info-block {
  min-width: 0; flex: none;
  background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--r-md); padding: 16px;
}
body.rd .info-block#reparto { background: var(--sage-tint); border-color: var(--sage-tint); }
body.rd .info-block#reparto h3 { color: var(--sage-deep); }
body.rd .info-block#reparto p,
body.rd .info-block#reparto .delivery-zone { color: #2f3a22; }
body.rd .info-block#reparto .notes,
body.rd .info-block#reparto .delivery-sub { color: #55603f; }
body.rd .info-block#ubicacion { background: var(--sage-deep); border-color: var(--sage-deep); }
body.rd .info-block#ubicacion h3 { color: #fdf8ec; }
body.rd .info-block#ubicacion h3 i { color: var(--sage-tint); }
body.rd .info-block#ubicacion p { color: #fdf8ec; }
body.rd .info-block#ubicacion .location { color: #fff; }
body.rd .info-block#ubicacion .notes { color: rgba(245, 234, 216, .8); }
body.rd .info-block h3 {
  font-family: var(--font-text); font-size: 11px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--sage);
  margin-bottom: 8px; overflow-wrap: break-word;
}
body.rd .info-block p { font-size: 13.5px; color: var(--cream); line-height: 1.5; }
body.rd .info-block .notes { color: var(--muted); font-size: 12.5px; }
body.rd .info-block#horarios .notes { color: var(--terra); }
body.rd .info-block .days,
body.rd .info-block .delivery-zone,
body.rd .info-block .location { font-family: var(--font-title); font-size: 18px; color: var(--cream); }
body.rd .info-block .hours { font-size: 14px; color: var(--cream); }
body.rd .info-block .delivery-sub { font-size: 12.5px; color: var(--muted); }
body.rd .info-block .open-status {
  font-size: 10px; font-weight: 700; letter-spacing: .1em;
  padding: 4px 11px; border-radius: var(--r-pill);
  background: rgba(245, 234, 216, .06); color: var(--muted);
}
body.rd .info-block .open-status.is-open { color: var(--sage-hi); background: rgba(174, 191, 146, .14); }
body.rd .info-block .open-status.is-closed { color: var(--terra); background: rgba(236, 154, 95, .14); }
body.rd .info-block .open-status.is-closing-soon,
body.rd .info-block .open-status.is-opening-soon { color: #f0c987; background: rgba(240, 201, 135, .14); }
body.rd .info-block .open-status:empty { display: none; }
body.rd .location-link { display: block; }
body.rd .map-cta {
  display: inline-block; margin-top: 12px;
  font-family: var(--font-text); font-size: 12.5px; font-weight: 700; letter-spacing: .02em;
  color: var(--terra); background: none; border: 0; padding: 0;
}
body.rd .location-link:hover .map-cta { color: var(--terra-btn-hi); }
body.rd .location-map { margin: 14px var(--pad-x) 0; border-radius: var(--r-lg); overflow: hidden; order: 2; }
body.rd .location-map iframe { filter: saturate(.7) brightness(.92); display: block; height: 210px; }

body.rd .contact-section { position: relative; background: var(--ink); padding: 50px 0 40px; overflow: hidden; }
body.rd .contact-section::before {
  content: "静寂"; position: absolute; top: 12px; right: 14px;
  font-family: var(--font-jp); font-weight: 600; font-size: 72px;
  color: rgba(249, 246, 239, .06); pointer-events: none;
}
body.rd .contact-container { position: relative; padding: 0 var(--pad-x); }
body.rd .contact-title { font-family: var(--font-title); font-size: 27px; color: var(--cream); }
body.rd .contact-subtitle { font-size: 13px; color: var(--muted); margin-top: 6px; line-height: 1.5; letter-spacing: normal; }
body.rd .contact-place {
  margin: 18px 0;
  background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--r-md); padding: 16px 18px;
}
body.rd .contact-addr { font-size: 13px; color: var(--cream-soft); line-height: 1.6; }
body.rd .contact-tel { margin-top: 8px; }
body.rd .contact-tel a { font-family: var(--font-title); font-size: 19px; color: var(--terra); letter-spacing: .02em; }
body.rd .contact-links { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
body.rd .contact-card {
  background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--r-md);
  padding: 15px 18px;
  display: grid; grid-template-columns: 1fr auto;
  grid-template-areas: "title arrow" "sub arrow";
  align-items: center; column-gap: 12px;
  transition: border-color .2s ease, background .2s ease;
}
body.rd .contact-card:hover { border-color: var(--sage); background: var(--surface-2); }
body.rd .contact-card .contact-icon { display: none; }
body.rd .contact-card h4 { grid-area: title; font-family: var(--font-title); font-size: 15px; font-weight: 400; color: var(--cream); }
body.rd .contact-card p { grid-area: sub; font-size: 11.5px; color: var(--muted); }
body.rd .contact-card::after {
  content: "→"; grid-area: arrow;
  font-size: 16px; color: var(--sage); align-self: center;
}
body.rd .footer-brand {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  margin-top: 30px; text-align: center;
}
body.rd .footer-brand img { width: 46px; height: 46px; border-radius: 12px; object-fit: cover; background: var(--sage-deep); }
body.rd .footer-brand span { font-family: var(--font-title); font-size: 16px; letter-spacing: .12em; color: var(--cream); }
body.rd .footer-credits { font-size: 11.5px; color: var(--muted); text-align: center; margin-top: 14px; letter-spacing: .04em; }
body.rd .footer-legal { text-align: center; margin-top: 6px; }
body.rd .footer-legal a { color: var(--sage); font-size: 11.5px; text-decoration: underline; }
body.rd .shoji-divider-center { border-top: 1px solid var(--line); }

body.rd #preloader { background: var(--ink); }
body.rd .loader-text { font-family: var(--font-text); color: var(--muted); font-size: 13px; letter-spacing: .04em; }
body.rd #notification { font-family: var(--font-text); }

body.rd #cachis-bubble { display: none !important; }

@keyframes rdPetal {
  0%   { transform: translate3d(0, -12vh, 0) rotate(0); opacity: 0; }
  12%  { opacity: .6; }
  86%  { opacity: .4; }
  100% { transform: translate3d(var(--rd-drift, 30px), 66vh, 0) rotate(300deg); opacity: 0; }
}
@keyframes rdKanjiBreath { 0%, 100% { opacity: .68; } 50% { opacity: 1; } }
@keyframes rdDrift { 0%, 100% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(-7px, 9px, 0); } }
@keyframes rdHintBob {
  0%, 100% { transform: rotate(45deg) translate(0, 0); opacity: .45; }
  50%      { transform: rotate(45deg) translate(3px, 3px); opacity: 1; }
}
@keyframes rdBump { 0% { transform: scale(1); } 35% { transform: scale(1.4); } 68% { transform: scale(.9); } 100% { transform: scale(1); } }
@keyframes rdCartIn { from { transform: translateY(130%); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@keyframes rdPop { from { opacity: 0; transform: scale(.55); } to { opacity: 1; transform: scale(1); } }
@keyframes rdFaqIn { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: none; } }

body.rd .rd-petals { position: fixed; inset: 0; z-index: 40; overflow: hidden; pointer-events: none; }
body.rd .rd-petals i {
  position: absolute; top: 0; left: 0; width: 11px; height: 11px;
  background: radial-gradient(circle at 30% 26%, var(--cream-soft), #f0c3d3 55%, #dd93ac 100%);
  border-radius: 100% 0 100% 0;
  opacity: 0; will-change: transform, opacity;
  animation: rdPetal linear infinite;
}
body.rd .rd-petals i:nth-child(even) { border-radius: 0 100% 0 100%; }
body.rd .rd-petals i:nth-child(1)  { left: 6%;  width: 9px;  height: 9px;  animation-duration: 13s; animation-delay: -1s;    --rd-drift: 26px; }
body.rd .rd-petals i:nth-child(2)  { left: 17%; width: 6px;  height: 6px;  animation-duration: 16s; animation-delay: -6s;   --rd-drift: -18px; }
body.rd .rd-petals i:nth-child(3)  { left: 29%; width: 11px; height: 11px; animation-duration: 11s; animation-delay: -8s;   --rd-drift: 34px; }
body.rd .rd-petals i:nth-child(4)  { left: 40%; width: 5px;  height: 5px;  animation-duration: 19s; animation-delay: -3s;   --rd-drift: -14px; }
body.rd .rd-petals i:nth-child(5)  { left: 51%; width: 8px;  height: 8px;  animation-duration: 15s; animation-delay: -10s;  --rd-drift: 22px; }
body.rd .rd-petals i:nth-child(6)  { left: 61%; width: 7px;  height: 7px;  animation-duration: 14s; animation-delay: -4.5s; --rd-drift: -28px; }
body.rd .rd-petals i:nth-child(7)  { left: 70%; width: 10px; height: 10px; animation-duration: 12s; animation-delay: -12s;  --rd-drift: 18px; }
body.rd .rd-petals i:nth-child(8)  { left: 78%; width: 6px;  height: 6px;  animation-duration: 17s; animation-delay: -2s;   --rd-drift: -22px; }
body.rd .rd-petals i:nth-child(9)  { left: 85%; width: 9px;  height: 9px;  animation-duration: 13.5s; animation-delay: -9s; --rd-drift: 30px; }
body.rd .rd-petals i:nth-child(10) { left: 91%; width: 5px;  height: 5px;  animation-duration: 18s; animation-delay: -5.5s; --rd-drift: -16px; }
body.rd .rd-petals i:nth-child(11) { left: 96%; width: 8px;  height: 8px;  animation-duration: 15.5s; animation-delay: -7.5s; --rd-drift: 20px; }
body.rd .rd-petals i:nth-child(12) { left: 12%; width: 7px;  height: 7px;  animation-duration: 20s; animation-delay: -14s; --rd-drift: -26px; }

body.rd .hero-kanji-v { animation: rdKanjiBreath 8s ease-in-out infinite; }
body.rd .nosotros-section::before,
body.rd .contact-section::before { animation: rdDrift 26s ease-in-out infinite; }

body.rd .rd-scroll-hint {
  position: absolute; left: 50%; bottom: 9px; z-index: 3;
  width: 40px; margin-left: -20px;
  display: flex; flex-direction: column; align-items: center; gap: 7px;
  font-family: var(--font-text); font-size: 8.5px; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase; color: var(--sage);
  opacity: .82; transition: opacity .35s ease; pointer-events: none;
}
body.rd .rd-scroll-hint::after {
  content: ""; width: 6px; height: 6px;
  border-right: 1.5px solid var(--sage); border-bottom: 1.5px solid var(--sage);
  transform: rotate(45deg);
  animation: rdHintBob 1.9s ease-in-out infinite;
}
body.rd.rd-scrolled .rd-scroll-hint { opacity: 0; }

body.rd .hero-content { padding-bottom: 44px; }

body.rd .nav-container { transition: padding .3s ease; }
body.rd .logo-text { transition: font-size .3s ease, color .2s ease, text-shadow .3s ease; }
body.rd .navbar.rd-nav-solid .nav-container { padding-top: 10px; padding-bottom: 10px; }
body.rd .navbar.rd-nav-solid .logo-text { font-size: 15px; }

body.rd .menu-item.item-with-image > .item-image-wrapper img,
body.rd .menu-item.item-with-image > .item-image-wrapper .item-photo {
  transition: transform .55s cubic-bezier(.22, 1, .36, 1), filter .3s ease;
}
body.rd .menu-item.item-with-image:hover > .item-image-wrapper img,
body.rd .menu-item.item-with-image:hover > .item-image-wrapper .item-photo,
body.rd .menu-item.item-with-image:active > .item-image-wrapper img,
body.rd .menu-item.item-with-image:active > .item-image-wrapper .item-photo {
  transform: scale(1.06) !important;
}

body.rd .category-block > .category-title { position: relative; padding-bottom: 14px; }
body.rd .category-block > .category-title::after {
  content: "";
  position: absolute; left: 0; bottom: 0;
  width: 64px; height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 12'%3E%3Cpath d='M2 7.5C12 2.5 22 9.5 32 5.5C42 1.8 52 8.5 62 4' stroke='%23f0a25c' stroke-width='3.4' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  transform: scaleX(1); transform-origin: left;
  transition: transform .6s cubic-bezier(.22, 1, .36, 1) .12s;
}
body.rd .category-block.rd-reveal:not(.rd-in) > .category-title::after { transform: scaleX(0); }

body.rd .faq-item summary::after { transition: transform .2s ease, color .2s ease; }
body.rd .faq-item[open] summary::after { transform: translateY(-50%) scale(1.12); }
body.rd .faq-item[open] p { animation: rdFaqIn .28s ease; }

body.rd .qty-stepper .qty-minus:active,
body.rd .qty-stepper .qty-plus:active { transform: scale(.82); }

body.rd .category-btn { transition: background .2s ease, color .2s ease, border-color .2s ease, transform .14s ease; }
body.rd .category-btn:active { transform: scale(.95); }

body.rd .cart-floating-btn.rd-cart-in { animation: rdCartIn .44s cubic-bezier(.22, 1, .36, 1); }
body.rd .cart-badge.rd-bump { animation: rdBump .42s ease; }

body.rd .add-to-cart.rd-added,
body.rd .add-to-cart-variant.rd-added { position: relative; overflow: hidden; }
body.rd .add-to-cart.rd-added::after,
body.rd .add-to-cart-variant.rd-added::after {
  content: "\2713" !important;
  position: absolute; inset: 0;
  display: grid; place-items: center;
  background: var(--sage); color: var(--ink);
  font-size: 15px; font-weight: 800; letter-spacing: 0;
  border-radius: inherit;
  animation: rdPop .18s cubic-bezier(.22, 1, .36, 1);
}

@media (max-width: 400px) {
  body.rd .fav-grid { gap: 10px; }
  body.rd .faq-highlights { gap: 6px; }
  body.rd .faq-highlight { padding: 13px 10px; }
  body.rd .faq-highlight-value { font-size: 16px; }
  body.rd .hero-kanji-v { font-size: 68px; top: 80px; }
  body.rd .menu-item.item-with-image > .item-image-wrapper { width: 92px; min-height: 92px; }
}
@media (max-width: 344px) {
  body.rd .menu-item.item-with-image .item-details > .description { -webkit-line-clamp: 3; }
  body.rd .menu-item.item-with-image .qty-row .add-to-cart { flex-basis: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  body.rd .hero-bg-image,
  body.rd .nosotros-mascot,
  body.rd #cart-modal .submit-order-btn,
  body.rd .hero-content > *,
  body.rd .hero-kanji-v,
  body.rd .nosotros-section::before,
  body.rd .contact-section::before,
  body.rd .cart-floating-btn.rd-cart-in,
  body.rd .cart-badge.rd-bump,
  body.rd .faq-item[open] p { animation: none !important; }
  body.rd .rd-reveal { opacity: 1 !important; transform: none !important; }
  body.rd .rd-petals,
  body.rd .rd-scroll-hint,
  body.rd #cart-step-1 > .rd-rider { display: none; }
  body.rd .menu-item.item-with-image:hover > .item-image-wrapper img,
  body.rd .menu-item.item-with-image:hover > .item-image-wrapper .item-photo,
  body.rd .menu-item.item-with-image:active > .item-image-wrapper img,
  body.rd .menu-item.item-with-image:active > .item-image-wrapper .item-photo { transform: none !important; }
  body.rd .category-block.rd-reveal:not(.rd-in) > .category-title::after { transform: scaleX(1); }
}

.cart-ruleta {
  margin: 4px 0 14px;
  padding: 14px 14px 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
}
.cart-ruleta.hidden { display: none; }

.ruleta-lock { display: none; }
.cart-ruleta.is-locked .ruleta-lock { display: block; }
.cart-ruleta.is-locked .ruleta-play { display: none; }
.ruleta-lock-head { display: flex; align-items: center; gap: 10px; }
.ruleta-lock-icon { font-size: 26px; line-height: 1; opacity: .8; }
.ruleta-lock-text { margin: 0; font-size: 13px; font-weight: 600; line-height: 1.4; color: var(--cream); }
.ruleta-lock-track { height: 6px; margin-top: 10px; border-radius: var(--r-pill); background: var(--deep); overflow: hidden; }
.ruleta-lock-fill {
  width: 100%; height: 100%;
  border-radius: var(--r-pill);
  background: var(--terra);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s ease;
}

.ruleta-title {
  margin: 0 0 10px;
  font-family: var(--font-title);
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: var(--cream);
}
.ruleta-collapse {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows .55s cubic-bezier(.22, 1, .36, 1), opacity .4s ease;
}
.ruleta-collapse-inner { min-height: 0; overflow: hidden; }
.cart-ruleta.is-done .ruleta-collapse { grid-template-rows: 0fr; opacity: 0; }
.cart-ruleta.is-done .ruleta-title { display: none; }

.ruleta-stage {
  position: relative;
  width: min(240px, 72vw);
  aspect-ratio: 1;
  margin: 10px auto 6px;
}
.ruleta-wheel {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  will-change: transform;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .35));
}
.ruleta-label { font-family: var(--font-text); font-weight: 800; letter-spacing: .01em; fill: #063a22; }
.ruleta-pointer {
  position: absolute;
  top: -8px;
  left: 50%;
  z-index: 2;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 24px solid var(--terra-btn);
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .45));
}
.ruleta-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 25%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 3px solid var(--gold);
  background: var(--terra-btn);
  color: #2a1a0c;
  font-family: var(--font-text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .4);
  transition: transform .15s ease, background .2s ease;
}
.ruleta-hub:hover { background: var(--terra-btn-hi); }
.ruleta-hub:active { transform: translate(-50%, -50%) scale(.94); }
.ruleta-hub:disabled { cursor: default; background: var(--terra-btn); opacity: .85; }
.cart-ruleta:not(.is-spinning):not(.is-done) .ruleta-hub:not(:disabled) { animation: ruletaPulse 1.8s ease-in-out infinite; }
@keyframes ruletaPulse {
  0%   { box-shadow: 0 4px 12px rgba(0, 0, 0, .4), 0 0 0 0 rgba(240, 162, 92, .55); }
  70%  { box-shadow: 0 4px 12px rgba(0, 0, 0, .4), 0 0 0 12px rgba(240, 162, 92, 0); }
  100% { box-shadow: 0 4px 12px rgba(0, 0, 0, .4), 0 0 0 0 rgba(240, 162, 92, 0); }
}

.ruleta-result {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 10px 0 0;
  padding: 10px 12px;
  border-radius: var(--r-sm);
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}
.ruleta-result[hidden] { display: none; }
.ruleta-result strong { font-family: var(--font-title); font-size: 17px; font-weight: 400; }
.ruleta-result.is-win { background: rgba(240, 162, 92, .16); color: var(--peach); animation: rdFadeUp .5s cubic-bezier(.22, 1, .36, 1) both; }
.ruleta-result.is-win strong { color: var(--terra); }
.ruleta-result.is-nada { background: rgba(249, 246, 239, .07); color: var(--muted); }
.ruleta-result.is-error { background: rgba(236, 154, 95, .12); color: var(--terra); }

#cart-modal.is-girando .cart-qty { pointer-events: none; opacity: .5; }
#cart-modal.is-girando .cart-continue-btn { opacity: .6; }

@media (prefers-reduced-motion: reduce) {
  .ruleta-hub { animation: none !important; }
  .ruleta-collapse, .ruleta-lock-fill { transition: none; }
  .ruleta-result.is-win { animation: none; }
}
