﻿:root {
  --beige: #e9e2d5;
  --ink: #0f0f0f;
  --green: #69c100;
}

* {
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  background: var(--beige);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 96px;
}

.header,
.poster {
  position: relative;
  z-index: 1;
}

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

.header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 2px solid var(--green);
  background: #17130f;
  backdrop-filter: blur(8px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
  font-weight: 800;
}

.brand-logos {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-mark {
  width: 72px;
  height: 72px;
  display: block;
  object-fit: contain;
}

.brand-mark-du {
  width: 150px;
  height: 96px;
  display: block;
  object-fit: contain;
  transform: translateY(8px);
}

.nav-links {
  display: flex;
  gap: 20px;
  color: var(--green);
  font-weight: 700;
}

.floating-menu {
  display: none;
}

.floating-menu a {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.floating-menu a:hover {
  color: var(--green);
}

.poster {
  width: min(1180px, calc(100% - 32px));
  margin: 24px auto 34px;
}

.section-divider {
  width: 100%;
  height: 2px;
  margin: 34px 0 22px;
  background: var(--green);
  opacity: 0.9;
}

.combo-kids {
  width: min(760px, 100%);
  margin: 0 auto 20px;
}

.combo-kids-header {
  text-align: center;
}

.combo-kids-header h2 {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 4.1rem);
  letter-spacing: 0.1em;
}

.combo-kids-header p {
  margin: 6px auto 10px;
  max-width: 56ch;
  text-transform: uppercase;
  font-size: clamp(0.9rem, 1.1vw, 1.15rem);
  letter-spacing: 0.04em;
}

.combo-kids-plate {
  position: relative;
}

.combo-kids-plate img {
  width: min(100%, 560px);
  display: block;
  margin: 0 auto;
}

.combo-kids-price {
  position: absolute;
  left: 12%;
  bottom: 10%;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  background: var(--green);
  color: #fff;
  font-size: 2.35rem;
  font-weight: 900;
  line-height: 1.05;
  padding: 0;
  box-shadow: 0 0 0 6px rgba(105, 193, 0, 0.22);
}

.rollo {
  width: min(980px, 100%);
  margin: 8px auto 24px;
}

.rollo-head {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 8px;
}

.rollo-head h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(2.1rem, 5vw, 4.4rem);
  letter-spacing: 0.1em;
}

.rollo-badge {
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  transform: rotate(-6deg);
  box-shadow: 0 0 0 6px rgba(105, 193, 0, 0.22);
}

.rollo-badge span {
  line-height: 1;
  font-weight: 900;
}

.rollo-badge span:first-child {
  font-size: 2.2rem;
}

.rollo-badge span:nth-child(2) {
  font-size: 2.55rem;
}

.rollo-badge small {
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.rollo-top {
  background: transparent;
  border-radius: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  margin-bottom: 12px;
}

.rollo-card {
  min-height: 190px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 0.9fr 1.25fr;
  align-items: center;
  gap: 28px;
  background: #f68d47;
  overflow: visible;
}

.rollo-card--left {
  border-radius: 0 48px 48px 0;
  margin-left: -18px;
  padding-left: 0;
}

.rollo-card--left .rollo-chip {
  transform: translateY(-8px);
}

.rollo-card--right {
  grid-template-columns: 1.25fr 0.9fr;
  border-radius: 48px 0 0 48px;
  margin-right: -18px;
  padding-right: 0;
}

.rollo-card img {
  width: 330px;
  max-width: none;
  margin: 0 auto;
  clip-path: inset(0 0 0 0);
}

.rollo-card--left img {
  transform: translateX(10px);
}

.rollo-card--right img {
  transform: translateX(-10px);
}

.rollo-card h3,
.rollo-dish h3 {
  margin: 0 0 4px;
  font-size: clamp(1.1rem, 1.8vw, 1.65rem);
  letter-spacing: 0.08em;
}

.rollo-card h3 {
  color: #fff;
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  letter-spacing: 0.02em;
}

.rollo-card > div {
  position: relative;
  z-index: 1;
}

.rollo-card p,
.rollo-dish p {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(0.76rem, 0.95vw, 0.92rem);
  line-height: 1.25;
  letter-spacing: 0.03em;
}

.rollo-chip {
  display: inline-block;
  margin-top: 8px;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.mobile-item-price {
  display: none;
}

.rollo-text-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.05fr;
  gap: 32px;
  margin: 4px 0 14px;
}

.rollo-text-grid h3 {
  margin: 0 0 3px;
  text-transform: uppercase;
  font-size: clamp(1.25rem, 2vw, 1.85rem);
  letter-spacing: 0;
}

.rollo-text-grid p {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(0.9rem, 1.15vw, 1.08rem);
  line-height: 1.22;
}

.rollo-text-grid .rollo-chip {
  margin: 4px 0 12px;
}

.rollo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 12px;
}

.rollo-dish {
  text-align: center;
}

.rollo-dish img {
  width: min(100%, 280px);
  display: block;
  margin: 0 auto 4px;
}

.rollo-showcase {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
  margin-top: 8px;
}

.showcase-item {
  display: grid;
  gap: 2px;
  align-items: start;
}

.showcase-item img {
  width: min(100%, 640px);
  display: block;
}

.showcase-item h3,
.showcase-capsules h3 {
  margin: 0 0 2px;
  text-transform: uppercase;
  font-size: clamp(1.05rem, 1.6vw, 1.55rem);
  letter-spacing: 0.02em;
}

.showcase-item > div {
  max-width: 310px;
}

.showcase-item--carrusel > div,
.showcase-item--algo > div {
  justify-self: end;
}

.showcase-item--horneado > div {
  margin-left: 8%;
  margin-top: -8px;
}

.showcase-item--carrusel > div {
  margin-right: 5%;
  margin-top: -12px;
}

.showcase-item--baby > div {
  margin-left: 6%;
  margin-top: -8px;
}

.showcase-item--algo > div {
  margin-right: 7%;
  margin-top: -12px;
}

.showcase-item--bahia > div {
  margin-left: 6%;
  margin-top: -10px;
}

.showcase-item p,
.showcase-capsules p {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(0.76rem, 0.95vw, 0.92rem);
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.showcase-item--horneado {
  grid-column: 1 / 3;
  width: 76%;
  margin-left: 4%;
}

.showcase-item--carrusel {
  grid-column: 1 / 3;
  justify-self: end;
  width: 78%;
  text-align: right;
  margin-top: -54px;
}

.showcase-item--baby {
  grid-column: 1 / 3;
  width: 74%;
  margin-top: -30px;
  margin-left: -2%;
}

.showcase-item--algo {
  grid-column: 1 / 3;
  justify-self: end;
  width: 76%;
  text-align: right;
  margin-top: -58px;
}

.showcase-item--carrusel img,
.showcase-item--algo img {
  transform: translateX(150px);
}

.showcase-item--bahia {
  grid-column: 1 / 2;
  width: 92%;
  margin-top: -18px;
}

.showcase-capsules {
  grid-column: 2 / 3;
  align-self: end;
  display: grid;
  gap: 12px;
  margin: 0 0 32px 0;
}

.showcase-capsules article {
  border-radius: 30px 0 0 30px;
  padding: 12px 18px;
  background: #f68d47;
  color: #fff;
  max-width: 330px;
  justify-self: end;
}

.showcase-capsules p {
  color: #111;
}

.especiales {
  width: min(980px, 100%);
  margin: 0 auto 130px;
}

.especiales-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin-bottom: 20px;
}

.especiales-head h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(2rem, 4.5vw, 4rem);
  letter-spacing: 0.12em;
}

.especiales-price {
  min-width: 210px;
  padding: 10px 18px;
  display: grid;
  place-items: center;
  background: var(--green);
  color: #fff;
  font-weight: 900;
}

.especiales-price span {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
}

.especiales-price small {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.especiales-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 18px 44px;
}

.especial-card {
  display: grid;
  grid-template-rows: 210px auto auto;
  align-items: start;
  text-align: center;
}

.especial-card:nth-child(even) {
  transform: translateY(90px);
}

.especial-card img {
  width: min(100%, 430px);
  height: 210px;
  display: block;
  margin: 0 auto 4px;
  object-fit: contain;
  align-self: end;
}

.especial-card h3 {
  margin: 0 0 3px;
  text-transform: uppercase;
  font-size: clamp(1.2rem, 1.8vw, 1.7rem);
  letter-spacing: 0.02em;
}

.especial-card p {
  margin: 0 auto;
  max-width: 38ch;
  text-transform: uppercase;
  font-size: clamp(0.76rem, 0.95vw, 0.92rem);
  line-height: 1.18;
  letter-spacing: 0.01em;
}

.promo {
  width: min(980px, 100%);
  margin: 0 auto 22px;
  clear: both;
}

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

.promo-head h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(2rem, 4.2vw, 3.8rem);
  letter-spacing: 0.12em;
}

.promo-price {
  min-width: 260px;
  padding: 10px 22px;
  display: grid;
  place-items: center;
  background: #f68d47;
  color: #fff;
  font-weight: 900;
}

.promo-price span {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.promo-price small {
  font-size: 0.86rem;
  letter-spacing: 0.08em;
}

.promo-grid {
  display: grid;
  gap: 10px;
}

.promo-card {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: center;
  gap: 18px;
}

.promo-card img {
  width: min(100%, 560px);
  display: block;
}

.promo-card h3,
.platillo-card h3 {
  margin: 0 0 4px;
  text-transform: uppercase;
  font-size: clamp(1.25rem, 1.9vw, 1.8rem);
  letter-spacing: 0.02em;
}

.promo-card p,
.platillo-card p {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(0.78rem, 0.95vw, 0.95rem);
  line-height: 1.2;
}

.platillos {
  width: min(980px, 100%);
  margin: 0 auto 26px;
}

.platillos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 44px;
}

.platillo-card {
  text-align: left;
}

.platillo-card img {
  width: min(100%, 430px);
  display: block;
  margin: 0 auto 6px;
}

.platillo-price {
  display: block;
  margin-top: 4px;
  text-align: right;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.postres {
  width: min(980px, 100%);
  margin: 0 auto 28px;
}

.postres-list {
  display: grid;
  gap: 18px;
}

.postre-card {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: center;
  gap: 22px;
}

.postre-card img {
  width: min(100%, 520px);
  display: block;
}

.postre-card h3 {
  margin: 0 0 4px;
  text-transform: uppercase;
  font-size: clamp(1.2rem, 1.8vw, 1.7rem);
}

.postre-card p {
  margin: 0 0 8px;
  text-transform: uppercase;
  font-size: clamp(0.78rem, 0.95vw, 0.95rem);
  line-height: 1.18;
}

.postre-card strong {
  display: block;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.bebidas-extras {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 26px;
  align-items: start;
}

.bebidas h2,
.extras h2 {
  margin: 0 0 8px;
  color: var(--green);
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  letter-spacing: 0.03em;
  -webkit-text-stroke: 1px #fff;
}

.bebidas-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-items: end;
}

.bebidas-items article {
  text-align: center;
}

.bebidas-items img {
  height: 130px;
  width: 100%;
  object-fit: contain;
  display: block;
}

.bebidas-items h3,
.extras p {
  margin: 4px 0;
  text-transform: uppercase;
  font-size: clamp(0.9rem, 1.1vw, 1.05rem);
  line-height: 1.15;
}

.bebidas-items strong {
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
}

.extras {
  text-align: center;
}

.branches {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding: 12px 0 30px;
}

.branches-track {
  width: max-content;
  display: flex;
  gap: 18px;
  padding: 0 18px;
  animation: branch-scroll 42s linear infinite;
}

.branches:hover .branches-track {
  animation-play-state: paused;
}

.branch-card {
  width: min(420px, calc(100vw - 42px));
  min-height: 170px;
  flex: 0 0 auto;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 20px 24px;
  border: 2px solid rgba(105, 193, 0, 0.3);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.74);
  text-transform: uppercase;
}

.branch-card h2 {
  margin: 0;
  color: var(--green);
  text-align: center;
  font-size: clamp(1.2rem, 1.7vw, 1.7rem);
  letter-spacing: 0.14em;
}

.branch-card p {
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  font-size: clamp(1rem, 1.3vw, 1.25rem);
}

.branch-card small {
  display: block;
  text-align: center;
  font-size: 0.72rem;
  line-height: 1.3;
}

.footer {
  border-top: 2px solid var(--green);
  background: #17130f;
  color: #fff;
  padding: 24px 0;
}

.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr repeat(3, minmax(190px, 1fr));
  grid-template-areas:
    "brand branches contact hours"
    "links . . .";
  align-items: start;
  gap: 20px 28px;
}

.footer-logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
}

.footer-brand-logos {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand .brand-mark-du {
  width: 132px;
  height: 84px;
  transform: translateY(0);
}

.footer h2,
.footer p {
  margin: 0;
}

.footer h2 {
  margin-bottom: 8px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1rem;
}

.footer a,
.footer p,
.footer-bottom {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.4;
}

.footer-brand,
.footer-col {
  display: grid;
  gap: 6px;
}

.footer-brand {
  grid-area: brand;
}

.footer-branches {
  grid-area: branches;
}

.footer-contact {
  grid-area: contact;
}

.footer-hours {
  grid-area: hours;
}

.footer-links {
  grid-area: links;
  align-content: start;
}

.footer-links a {
  color: var(--green);
  font-weight: 800;
}

.footer-hours p {
  text-wrap: nowrap;
  white-space: nowrap;
}

.footer-bottom {
  width: min(1180px, calc(100% - 32px));
  margin: 22px auto 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.9rem;
}

@keyframes branch-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .rollo-head {
    flex-direction: column;
    align-items: center;
  }

  .rollo-top {
    grid-template-columns: 1fr;
  }

  .rollo-card {
    grid-template-columns: 1fr;
    text-align: center;
    border-radius: 28px;
    padding: 12px;
  }

  .rollo-card--right {
    grid-template-columns: 1fr;
  }

  .rollo-grid {
    grid-template-columns: 1fr;
  }

  .rollo-text-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rollo-showcase {
    grid-template-columns: 1fr;
  }

  .showcase-item--horneado,
  .showcase-item--carrusel,
  .showcase-item--baby,
  .showcase-item--algo,
  .showcase-item--bahia,
  .showcase-capsules {
    grid-column: 1;
    width: 100%;
    margin-top: 0;
    text-align: left;
  }

  .especiales-head {
    flex-direction: column;
    gap: 12px;
  }

  .especiales-grid {
    grid-template-columns: 1fr;
  }

  .promo-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .promo-card,
  .platillos-grid,
  .postre-card,
  .bebidas-extras {
    grid-template-columns: 1fr;
  }

  .bebidas-items {
    grid-template-columns: 1fr;
  }
}

.hero-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 4px 0 8px;
}

.hero-badge {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--green);
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
}

.hero-title h1 {
  margin: 0;
  font-size: clamp(2.2rem, 5.4vw, 4.4rem);
  letter-spacing: 0.14em;
  line-height: 1;
}

.plates img {
  width: min(100%, 420px);
  display: block;
  object-fit: contain;
  margin: 0 auto;
}

.plate-copy {
  text-transform: uppercase;
  margin-top: 10px;
}

.plate-copy h2 {
  margin: 4px 0 4px;
  font-size: clamp(1.3rem, 2.5vw, 2.3rem);
  letter-spacing: 0.09em;
}

.circle-letter {
  width: 1.15em;
  height: 1.15em;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  margin-right: 0.18em;
  background: var(--green);
  color: #fff;
  line-height: 1;
}

.plate-copy p {
  margin: 0;
  max-width: 420px;
  font-size: clamp(1rem, 1.2vw, 1.35rem);
  line-height: 1.28;
  letter-spacing: 0.04em;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
  align-items: start;
  margin-bottom: 26px;
}

.feature-grid--entradas {
  grid-template-areas:
    "tostadas ."
    "surimi temakis";
  row-gap: 46px;
}

.feature-grid--sopas {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas:
    "miso . udon"
    ". sumashi .";
  gap: 10px 12px;
}

.feature-grid--combos {
  grid-template-columns: 1fr 0.35fr 1fr;
  grid-template-areas:
    "combo1 . combo2"
    "combo3 . .";
  gap: 2px 0;
  margin-top: -14px;
}

.plate-tostadas { grid-area: tostadas; }
.plate-temakis { grid-area: temakis; margin-top: -150px; }
.plate-surimi { grid-area: surimi; }
.plate-miso { grid-area: miso; margin-top: 36px; }
.plate-udon { grid-area: udon; }
.plate-combo-uno { grid-area: combo1; margin-top: 8px; }
.plate-combo-dos { grid-area: combo2; margin-top: 126px; margin-left: -36px; }
.plate-combo-tres {
  grid-area: combo3;
  justify-self: start;
  width: min(520px, 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-top: -96px;
  transform: none;
}
.plate-sumashi {
  grid-area: sumashi;
  justify-self: center;
  width: min(520px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: -56px;
}

.plate-miso .plate-copy {
  text-align: left;
}

.plate-udon .plate-copy {
  text-align: right;
  margin-left: auto;
}

.plate-tostadas .plate-copy { margin-top: 8px; }
.plate-temakis .plate-copy { margin-top: -18px; }
.plate-surimi .plate-copy { margin-top: 8px; }

.plates {
  justify-self: start;
}

.plate-sumashi .plate-copy {
  max-width: 620px;
  width: min(620px, 100%);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  transform: none;
}

.plate-sumashi .plate-copy h2 {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.plate-sumashi .plate-copy .circle-letter {
  margin-right: 0.16em;
  vertical-align: middle;
}

.plate-sumashi .plate-copy p {
  max-width: 28ch;
  margin-left: auto;
  margin-right: auto;
}

.feature-grid--sopas .plates img {
  width: min(100%, 300px);
}

.plate-combo-tres .plate-copy {
  max-width: 420px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.plate-combo-tres .plate-copy h2 {
  display: block;
}

.plate-combo-tres .plate-copy .circle-letter {
  margin-right: 0.16em;
  vertical-align: middle;
}

.plate-combo-tres .plate-copy p {
  max-width: 28ch;
  margin-left: 0;
  margin-right: 0;
}

.plate-combo-uno .plate-copy,
.plate-combo-dos .plate-copy,
.plate-combo-tres .plate-copy {
  margin-top: 2px;
}

.plate-combo-uno .plate-copy h2,
.plate-combo-dos .plate-copy h2,
.plate-combo-tres .plate-copy h2 {
  margin-bottom: 2px;
}

.plate-combo-uno .plate-copy ul,
.plate-combo-dos .plate-copy ul,
.plate-combo-tres .plate-copy ul {
  margin: 0;
  padding-left: 1.1rem;
  text-transform: uppercase;
  font-size: clamp(0.92rem, 1.05vw, 1.08rem);
  line-height: 1.22;
  letter-spacing: 0.02em;
}

.plate-combo-dos .plate-copy {
  text-align: left;
}

.combo-price-badge {
  width: 124px;
  height: 124px;
  margin: -2px auto 2px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  background: var(--green);
  color: #fff;
  font-weight: 900;
  transform: rotate(-6deg);
  box-shadow: 0 0 0 6px rgba(105, 193, 0, 0.22);
}

.combo-price-badge span:first-child {
  font-size: 2.2rem;
  line-height: 1;
}

.combo-price-badge span:last-child {
  font-size: 2rem;
  line-height: 1;
}

.menu-list {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  text-transform: uppercase;
}

.menu-list h3 {
  margin: 0 0 6px;
  font-size: clamp(1.12rem, 1.7vw, 1.7rem);
  letter-spacing: 0.08em;
}

.menu-list p {
  margin: 0 0 14px 28px;
  font-size: clamp(0.95rem, 1.3vw, 1.25rem);
  line-height: 1.35;
  letter-spacing: 0.04em;
}

@media (max-width: 980px) {
  .nav {
    min-height: 66px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .nav-links {
    gap: 12px;
    font-size: 0.9rem;
  }

  .hero-title {
    justify-content: flex-start;
    gap: 12px;
  }

  .hero-badge {
    width: 56px;
    height: 56px;
    font-size: 2.5rem;
  }

  .hero-title h1 {
    font-size: clamp(1.9rem, 8vw, 3rem);
    letter-spacing: 0.1em;
  }

  .plates .plate-copy {
    margin: 8px 0 0;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid--entradas {
    grid-template-areas:
      "tostadas"
      "temakis"
      "surimi";
  }

  .feature-grid--sopas {
    grid-template-columns: 1fr;
    grid-template-areas:
      "miso"
      "udon"
      "sumashi";
  }

  .feature-grid--combos {
    grid-template-columns: 1fr;
    grid-template-areas:
      "combo1"
      "combo2"
      "combo3";
  }

  .plate-combo-dos,
  .plate-combo-uno,
  .plate-combo-tres {
    margin-left: 0;
    margin-top: 0;
    transform: none;
  }

  .combo-price-badge {
    width: 96px;
    height: 96px;
    margin: 0 auto 14px;
  }
}

@media (max-width: 720px) {
  section[id] {
    scroll-margin-top: 170px;
  }

  .floating-menu {
    position: sticky;
    top: 74px;
    z-index: 11;
    width: 100%;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 8px 10px;
    border-top: 1px solid rgba(105, 193, 0, 0.35);
    border-bottom: 1px solid rgba(105, 193, 0, 0.35);
    background: rgba(23, 19, 15, 0.95);
    backdrop-filter: blur(6px);
  }

  .floating-menu a {
    flex: 0 0 auto;
    padding: 6px 9px;
    border: 1px solid rgba(105, 193, 0, 0.35);
    border-radius: 999px;
    font-size: 0.74rem;
  }

  .poster {
    width: 100%;
    margin: 14px auto 26px;
    overflow: hidden;
  }

  body {
    overflow-x: hidden;
  }

  .nav {
    width: 100%;
    min-height: auto;
    padding: 10px 18px;
    align-items: center;
    gap: 10px;
  }

  .brand {
    flex-shrink: 0;
    font-size: 1.05rem;
  }

  .brand-mark {
    width: 52px;
    height: 52px;
  }

  .brand-mark-du {
    width: 108px;
    height: 72px;
    transform: translateY(6px);
  }

  .nav-links {
    max-width: none;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 12px;
    font-size: 0.86rem;
    line-height: 1.05;
  }

  .hero-title {
    justify-content: flex-start;
    gap: 10px;
    margin: 14px 0 10px;
    padding: 0 22px;
  }

  .hero-badge {
    width: 50px;
    height: 50px;
    font-size: 2.2rem;
  }

  .hero-title h1,
  .rollo-head h2,
  .especiales-head h2,
  .promo-head h2,
  .combo-kids-header h2 {
    font-size: 1.7rem;
    letter-spacing: 0.04em;
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .feature-grid,
  .feature-grid--entradas,
  .feature-grid--sopas,
  .feature-grid--combos,
  .promo-card,
  .platillos-grid,
  .postre-card,
  .bebidas-extras,
  .especiales-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: none;
    gap: 8px;
  }

  .feature-grid {
    margin-bottom: 14px;
  }

  .feature-grid--entradas {
    gap: 28px;
  }

  .plates,
  .plate-tostadas,
  .plate-temakis,
  .plate-surimi,
  .plate-miso,
  .plate-udon,
  .plate-sumashi,
  .plate-combo-uno,
  .plate-combo-dos,
  .plate-combo-tres,
  .especial-card,
  .promo-card,
  .platillo-card,
  .postre-card {
    grid-area: auto;
    width: 100%;
    margin: 0;
    transform: none;
    justify-self: stretch;
    text-align: left;
    display: grid;
    gap: 2px;
  }

  .plates img,
  .feature-grid--sopas .plates img,
  .promo-card img,
  .platillo-card img,
  .postre-card img,
  .especial-card img {
    width: min(100%, 330px);
    height: auto;
    max-width: 100%;
    margin: 0 auto 0;
    object-fit: contain;
    transform: none;
  }

  .plate-tostadas img,
  .plate-temakis img,
  .plate-surimi img {
    width: min(100%, 330px);
  }

  .plate-tostadas .plate-copy,
  .plate-temakis .plate-copy,
  .plate-surimi .plate-copy {
    margin-top: 0;
  }

  .plate-copy,
  .plate-tostadas .plate-copy,
  .plate-temakis .plate-copy,
  .plate-surimi .plate-copy,
  .plate-sumashi .plate-copy,
  .plate-combo-uno .plate-copy,
  .plate-combo-dos .plate-copy,
  .plate-combo-tres .plate-copy,
  .plate-miso .plate-copy,
  .plate-udon .plate-copy {
    width: calc(100% - 72px);
    max-width: none;
    margin: 0 auto;
    text-align: left;
    transform: none;
    overflow-wrap: anywhere;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-grid--combos .plates img {
    width: min(100%, 340px);
    margin-bottom: 0;
  }

  .plate-combo-uno .plate-copy ul,
  .plate-combo-dos .plate-copy ul,
  .plate-combo-tres .plate-copy ul {
    padding-left: 1rem;
    font-size: 0.9rem;
    line-height: 1.25;
  }

  .feature-grid--combos {
    gap: 18px;
  }

  .plate-copy h2,
  .promo-card h3,
  .platillo-card h3,
  .postre-card h3,
  .especial-card h3 {
    font-size: 1.35rem;
    letter-spacing: 0.04em;
    line-height: 1.05;
  }

  .plate-copy p,
  .promo-card p,
  .platillo-card p,
  .postre-card p,
  .especial-card p {
    max-width: none;
    font-size: 0.92rem;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .rollo-card > div,
  .rollo-text-grid,
  .rollo-dish,
  .showcase-item > div,
  .especial-card,
  .promo-card > div,
  .platillo-card,
  .postre-card > div,
  .extras {
    width: calc(100% - 72px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .rollo-top,
  .rollo-text-grid,
  .rollo-grid,
  .rollo-showcase,
  .bebidas-items {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rollo-card,
  .rollo-card--right {
    min-height: auto;
    grid-template-columns: 1fr;
    border-radius: 28px;
    margin: 0;
    padding: 14px;
    text-align: left;
  }

  .rollo-card img,
  .rollo-card--left img,
  .rollo-card--right img,
  .showcase-item img,
  .showcase-item--carrusel img,
  .showcase-item--algo img {
    width: min(100%, 360px);
    transform: none;
    margin: 0 auto;
  }

  .showcase-item--horneado,
  .showcase-item--carrusel,
  .showcase-item--baby,
  .showcase-item--algo,
  .showcase-item--bahia,
  .showcase-capsules {
    grid-column: auto;
    width: 100%;
    margin: 0;
    text-align: left;
    transform: none;
  }

  .showcase-item > div,
  .showcase-item--horneado > div,
  .showcase-item--carrusel > div,
  .showcase-item--baby > div,
  .showcase-item--algo > div,
  .showcase-item--bahia > div {
    max-width: none;
    margin: 0;
    justify-self: stretch;
  }

  .especial-card:nth-child(even) {
    transform: none;
  }

  .especiales {
    margin-bottom: 28px;
  }

  .especial-card {
    grid-template-rows: auto auto auto;
  }

  .promo-head,
  .especiales-head,
  .rollo-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: calc(100% - 72px);
    margin-left: auto;
    margin-right: auto;
  }

  .promo-price,
  .especiales-price {
    width: calc(100% + 72px);
    max-width: none;
    min-width: 0;
    align-self: stretch;
    margin-left: -36px;
    margin-right: -36px;
  }

  .combo-kids-price {
    left: 4%;
    bottom: 4%;
    width: 82px;
    height: 82px;
    font-size: 1.8rem;
  }

  .section-divider {
    margin: 18px 0 12px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "branches"
      "contact"
      "hours"
      "links";
    text-align: center;
    gap: 16px;
  }

  .footer-logo {
    width: 68px;
    height: 68px;
    margin: 0 auto;
  }

  .footer-brand-logos {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .combo-kids {
    width: 100%;
    margin-bottom: 18px;
  }

  .combo-kids-header {
    width: calc(100% - 72px);
    margin: 0 auto;
    text-align: left;
  }

  .combo-kids-header p {
    max-width: none;
    margin: 8px 0 10px;
    font-size: 0.9rem;
    line-height: 1.25;
  }

  .combo-kids-plate img {
    width: min(100%, 350px);
  }

  .combo-kids-price {
    left: 12%;
    bottom: 6%;
    width: 76px;
    height: 76px;
    font-size: 1.55rem;
  }

  .rollo {
    width: 100%;
    margin-bottom: 18px;
  }

  .rollo-head {
    width: calc(100% - 72px);
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .rollo-badge {
    position: absolute;
    right: -10px;
    top: 44px;
    z-index: 2;
    width: 76px;
    height: 76px;
    min-width: 0;
    padding: 0;
    border-radius: 50%;
    transform: rotate(-6deg);
    gap: 0;
  }

  .rollo-badge span:first-child {
    display: block;
    font-size: 1.1rem;
  }

  .rollo-badge span:nth-child(2) {
    display: block;
    font-size: 1.45rem;
  }

  .rollo-badge small {
    display: block;
    width: auto;
    margin-top: 0;
    font-size: 0.48rem;
  }

  .rollo-top {
    width: calc(100% - 36px);
    margin-top: 34px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .rollo-card,
  .rollo-card--left,
  .rollo-card--right {
    overflow: hidden;
    border-radius: 24px;
    background: #f68d47;
  }

  .rollo-card > div {
    width: 100%;
    margin: 0;
  }

  .rollo-card h3 {
    font-size: 1.6rem;
    line-height: 1;
  }

  .rollo-card p,
  .rollo-dish p,
  .rollo-text-grid p,
  .showcase-item p,
  .showcase-capsules p {
    font-size: 0.86rem;
    line-height: 1.23;
  }

  .mobile-item-price {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 5px 0;
    height: 24px;
    padding: 0 9px;
    border-radius: 999px;
    background: var(--green);
    color: #fff;
    font-size: 0.76rem;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
    vertical-align: top;
  }

  .plate-copy h2,
  .plate-combo-tres .plate-copy h2,
  .rollo-card h3,
  .rollo-text-grid h3,
  .rollo-dish h3,
  .showcase-item h3,
  .showcase-capsules h3,
  .especial-card h3,
  .promo-card h3 {
    display: inline;
  }

  .rollo-card > div,
  .rollo-text-grid article,
  .promo-card > div {
    white-space: nowrap;
  }

  .rollo-card--left .rollo-chip,
  .rollo-text-grid .rollo-chip,
  .promo-card .rollo-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 5px 4px;
    height: 24px;
    padding: 0 9px;
    transform: none;
    vertical-align: top;
    font-size: 0;
    line-height: 1;
    white-space: nowrap;
  }

  .rollo-card--left .rollo-chip::before,
  .rollo-text-grid .rollo-chip::before,
  .promo-card .rollo-chip::before {
    content: "NAT./EMP.";
    display: block;
    font-size: 0.68rem;
    line-height: 1;
  }

  .rollo-card p,
  .rollo-text-grid p,
  .promo-card p {
    display: block;
    white-space: normal;
  }

  .rollo-card h3,
  .rollo-text-grid h3,
  .promo-card h3 {
    display: block;
    margin-bottom: 4px;
    font-size: 0.98rem;
    letter-spacing: 0;
  }

  .rollo-text-grid,
  .rollo-grid,
  .rollo-showcase {
    width: calc(100% - 72px);
    margin-left: auto;
    margin-right: auto;
  }

  .rollo-dish,
  .showcase-item,
  .showcase-capsules {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .showcase-capsules article {
    max-width: none;
    border-radius: 24px;
  }
}
