/*------------------------------------*\
    Ramencation 2026 Special
\*------------------------------------*/

.page-ramencation2026 {
  background-color: #121212;
  color: #fff;
}

.page-ramencation2026 .page-section {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.ramencation2026-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ramencation2026-hero__img {
  display: block;
  width: 100%;
  height: auto;
}

/* Build Your Combo section */
.page-ramencation2026 .ramencation2026-combo-section {
  background-color: #f7f0e4;
  color: #121212;
}

.ramencation2026-combo-section__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-padding-x);
}

.ramencation2026-combo-section__head {
  margin: 0 0 clamp(28px, 4vw, 48px);
  text-align: center;
}

.ramencation2026-combo-section__title {
  margin: 0 0 8px;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.ramencation2026-combo-section__subtitle {
  margin: 0 0 clamp(20px, 3vw, 32px);
  font-size: clamp(14px, 1.6vw, 20px);
  font-weight: 400;
  line-height: 1.4;
}

.ramencation2026-combo-section__price {
  display: inline-block;
  margin: 0;
  padding: clamp(10px, 1.5vw, 14px) clamp(20px, 3vw, 36px);
  background-color: #121212;
  border-radius: 999px;
  font-size: clamp(14px, 1.6vw, 20px);
  font-weight: 700;
  color: #fff;
}

.ramencation2026-combo-section__price-accent {
  color: #fddb00;
}

.ramencation2026-combo__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 32px);
  align-items: start;
}

.ramencation2026-combo__column {
  display: flex;
  flex-direction: column;
  border: 2px solid #121212;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f7f0e4;
}

.ramencation2026-combo__column-title {
  margin: 0;
  padding: clamp(12px, 1.6vw, 16px) 12px;
  background-color: #121212;
  font-size: clamp(13px, 1.3vw, 16px);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.ramencation2026-combo__column-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding: clamp(24px, 3.5vw, 36px) clamp(20px, 3vw, 28px);
  text-align: center;
}

.ramencation2026-combo__item-img {
  display: block;
  width: min(100%, 240px);
  height: auto;
  margin: 0 auto clamp(10px, 1.5vw, 16px);
  object-fit: contain;
}

.ramencation2026-combo__item-img--gyoza {
  width: min(100%, 300px);
}

.ramencation2026-combo__column--drink .ramencation2026-combo__column-body {
  justify-content: center;
  gap: clamp(16px, 2.5vw, 24px);
}

.ramencation2026-combo__drink-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 20px);
  width: 100%;
}

.ramencation2026-combo__item-img--drink {
  width: clamp(130px, 20vw, 190px);
  margin: 0;
  flex-shrink: 0;
}

.ramencation2026-combo__item-name {
  margin: 0 0 clamp(14px, 2vw, 22px);
  font-size: clamp(14px, 1.4vw, 17px);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.2;
}

.ramencation2026-combo__column--ramen .ramencation2026-combo__item-name {
  margin-bottom: clamp(24px, 3.5vw, 36px);
  font-size: clamp(15px, 1.5vw, 18px);
}

.ramencation2026-combo__selections {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.ramencation2026-combo__selections .ramencation2026-combo__group {
  align-items: flex-start;
  width: 100%;
}

.ramencation2026-combo__selections .ramencation2026-combo__group-label {
  align-self: center;
}

.ramencation2026-combo__selections .ramencation2026-combo__options {
  width: 100%;
  margin: 0;
}

.ramencation2026-combo__item-name--inline {
  margin: 0;
  flex: 1;
  min-width: 0;
  text-align: left;
}

.ramencation2026-combo__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: clamp(20px, 3vw, 32px);
}

.ramencation2026-combo__group:last-child {
  margin-bottom: 0;
}

.ramencation2026-combo__column--ramen .ramencation2026-combo__group + .ramencation2026-combo__group {
  margin-top: clamp(8px, 1.5vw, 16px);
}

.ramencation2026-combo__group-label {
  display: block;
  margin: 0 0 12px;
  padding: 6px 18px;
  background-color: #fddb00;
  border-radius: 999px;
  font-size: clamp(11px, 1vw, 13px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}

.ramencation2026-combo__options {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
}

.ramencation2026-combo__options li {
  position: relative;
  padding-left: 18px;
  font-size: clamp(12px, 1.15vw, 14px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.75;
}

.ramencation2026-combo__options li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(0.875em - 2px);
  transform: translateY(-50%);
  width: 10px;
  height: 14px;
  background-color: #121212;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.ramencation2026-combo__addon {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 8px;
  border: 1.5px solid #121212;
  border-radius: 6px;
  font-size: clamp(10px, 0.95vw, 12px);
  font-weight: 700;
  vertical-align: middle;
}

.ramencation2026-combo__divider {
  position: relative;
  width: 100%;
  margin: clamp(8px, 1.5vw, 16px) 0;
  text-align: center;
}

.ramencation2026-combo__divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1.5px solid #121212;
}

.ramencation2026-combo__divider span {
  position: relative;
  display: inline-block;
  padding: 4px 18px;
  background-color: #f7f0e4;
  border: 1.5px solid #121212;
  border-radius: 999px;
  font-size: clamp(11px, 1vw, 13px);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .ramencation2026-combo__grid {
    grid-template-columns: 1fr;
  }

  .ramencation2026-combo__drink-row {
    flex-direction: column;
    text-align: center;
  }

  .ramencation2026-combo__item-name--inline {
    text-align: center;
  }
}

/* Drinks section — same layout as summer-2026 drinks (no desserts) */
.page-ramencation2026 .ramencation2026-drinks-section {
  box-sizing: border-box;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
  background-color: #71d9f9;
  color: #121212;
}

.ramencation2026-drinks-section__inner {
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-padding-x);
  box-sizing: border-box;
}

.ramencation2026-drinks-section__head {
  margin: 0 0 clamp(24px, 3vw, 40px);
  text-align: center;
  line-height: 0;
}

.ramencation2026-drinks-section__title-img {
  display: block;
  width: min(100%, 480px);
  height: auto;
  margin: 0 auto;
}

.ramencation2026-drinks__mobile-img {
  display: none;
}

.page-ramencation2026 .ramencation2026-drinks-carousel__heading {
  display: none;
}

.ramencation2026-drinks-carousel__btn {
  display: none;
}

.ramencation2026-drinks-carousel {
  display: contents;
}

.ramencation2026-drinks-carousel__viewport {
  display: contents;
}

.ramencation2026-drinks__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 40px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.ramencation2026-drinks__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ramencation2026-drinks__item-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: clamp(160px, 18vw, 260px);
  object-fit: contain;
  margin: 0 auto clamp(12px, 1.5vw, 20px);
  align-self: center;
}

.ramencation2026-drinks__item-title {
  width: 100%;
  margin: 0 0 4px;
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #121212;
}

.ramencation2026-drinks__item-price {
  width: 100%;
  margin: 0 0 clamp(6px, 0.8vw, 10px);
  font-size: clamp(14px, 1.3vw, 17px);
  font-weight: 700;
  text-align: center;
  color: #121212;
}

.ramencation2026-drinks__item-desc {
  margin: 0;
  font-size: clamp(12px, 1.05vw, 14px);
  font-weight: 400;
  line-height: 1.45;
  color: #121212;
}

@media (max-width: 768px) {
  .ramencation2026-drinks__mobile-img {
    display: block !important;
    width: 100% !important;
    height: auto;
    margin: 0 0 clamp(16px, 3vw, 24px) !important;
  }

  .ramencation2026-drinks-section__head {
    display: none !important;
  }

  .ramencation2026-drinks-section__inner {
    padding: 0 !important;
  }

  .ramencation2026-drinks__list {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .page-ramencation2026 .ramencation2026-drinks-carousel__heading {
    display: block !important;
    font-size: clamp(22px, 5vw, 28px);
    font-weight: 900;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #121212;
    text-align: center;
    margin: 16px 0 8px;
    padding: 0 16px;
  }

  .ramencation2026-drinks-carousel {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
  }

  .ramencation2026-drinks-carousel__viewport {
    overflow: hidden !important;
    width: 100% !important;
    display: block !important;
  }

  .ramencation2026-drinks-carousel__track {
    display: flex !important;
    grid-template-columns: unset !important;
    flex-wrap: nowrap !important;
    transition: transform 0.35s ease;
    will-change: transform;
    gap: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ramencation2026-drinks-carousel__track .ramencation2026-drinks__item {
    flex: 0 0 100% !important;
    width: 100% !important;
    padding: 16px 32px;
    box-sizing: border-box;
  }

  .ramencation2026-drinks-carousel__btn {
    display: flex !important;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    color: #121212;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    padding: 4px 10px;
    z-index: 2;
  }
}

/* Terms and Conditions Accordion Section */
.page-ramencation2026 .ramencation2026-terms-section {
  background-color: #231f20;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.ramencation2026-terms-section__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 var(--container-padding-x, 24px);
}

.ramencation2026-terms__title {
  font-size: clamp(22px, 3vw, 42px);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.05;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 32px;
}

.ramencation2026-terms__accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ramencation2026-terms__item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.ramencation2026-terms__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ramencation2026-terms__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.ramencation2026-terms__item-header::-webkit-details-marker {
  display: none;
}

.ramencation2026-terms__item-label {
  font-size: clamp(15px, 1.8vw, 19px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}

.ramencation2026-terms__item-caret {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
}

.ramencation2026-terms__item-caret::before,
.ramencation2026-terms__item-caret::after {
  content: '';
  position: absolute;
  background-color: #ffffff;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.ramencation2026-terms__item-caret::before {
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ramencation2026-terms__item-caret::after {
  width: 2px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ramencation2026-terms__item[open] .ramencation2026-terms__item-caret::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.ramencation2026-terms__item-body {
  padding: 0 0 20px;
}

.ramencation2026-terms__item-body p {
  font-size: clamp(14px, 1.6vw, 16px);
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.75;
  margin: 0;
}

.ramencation2026-terms__cta {
  margin-top: 40px;
  text-align: center;
}

.ramencation2026-terms__btn {
  display: inline-block;
  background-color: #f0e640;
  color: #000000;
  font-size: clamp(15px, 1.8vw, 20px);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  padding: 20px clamp(32px, 5vw, 64px);
  border-radius: 12px;
  transition: opacity 0.2s;
}

.ramencation2026-terms__btn:hover {
  opacity: 0.85;
  color: #000000;
  text-decoration: none;
}
