/*------------------------------------*\
    Summer 2026 Special
\*------------------------------------*/

.page-summer2026 {
  background-color: #231f20;
}

.page-summer2026 .summer2026-hero {
  position: relative;
  width: 100%;
  height: clamp(420px, 42vw, 620px);
  overflow: visible;
}

.page-summer2026 .summer2026-hero__img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center 15%;
}

/* デフォルト: PCのみ表示 */
.page-summer2026 .summer2026-hero__img--mobile {
  display: none;
}

/* モバイル: 768px以下 */
@media (max-width: 768px) {
  .page-summer2026 .summer2026-hero {
    height: auto !important;
    overflow: visible;
  }

  .page-summer2026 .summer2026-nav-section {
    display: none !important;
  }

  .summer2026-section__cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .summer2026-ramen-section__subtitle-br {
    display: none;
  }

  .page-summer2026 .summer2026-ramen-section__list {
    grid-template-columns: 1fr !important;
  }

  .summer2026-ramen-section__item-new-tag {
    width: 72px !important;
    left: -44px !important;
    top: 8px !important;
  }

  /* ICE-COLDDEALS.png を右・上に移動 */
  #stamp-card .summer2026-section__title-img {
    margin-left: 24px !important;
    margin-right: auto !important;
    margin-top: -32px !important;
    max-width: calc(100% - 24px) !important;
  }

  /* スタンプカード: lower要素（stamp/titleofstamp/テキスト）を上に移動 */
  .summer2026-stampcard__lower {
    margin-top: 40px !important;
  }

  /* スタンプカード: twoStampCards2.png をモバイルで小さく・右寄せ */
  .summer2026-stampcard__cards-img {
    width: 72% !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }

  /* スタンプカード: モバイル用背景画像に切り替え */
  .summer2026-stampcard-section__bg--pc {
    display: none !important;
  }

  .summer2026-stampcard-section__bg--mobile {
    display: block !important;
  }

  /* Sapporo Specials: 縦1列レイアウト */
  .summer2026-sapporo__list {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  .summer2026-sapporo__item {
    flex-direction: row !important;
    align-items: center !important;
    gap: 16px !important;
    padding: 20px 16px !important;
  }

  .summer2026-sapporo__item:nth-child(even) {
    flex-direction: row-reverse !important;
  }

  .summer2026-sapporo__item-img-wrap {
    width: clamp(120px, 38vw, 180px) !important;
  }

  .summer2026-sapporo__item-title {
    font-size: clamp(18px, 5vw, 24px) !important;
  }

  .summer2026-sapporo__item-size {
    font-size: clamp(12px, 3vw, 16px) !important;
  }

  .summer2026-sapporo__item-price {
    font-size: clamp(16px, 4vw, 20px) !important;
  }

  .summer2026-drinks__mobile-img {
    display: block !important;
    width: 100% !important;
    height: auto;
    margin: 0 0 clamp(16px, 3vw, 24px) !important;
  }

  .summer2026-drinks-section__head {
    display: none !important;
  }

  .page-summer2026 .summer2026-drinks-section {
    padding-top: 0 !important;
  }

  .summer2026-drinks-section__inner {
    padding: 0 !important;
  }

  .summer2026-drinks__list,
  .summer2026-drinks__list--desserts {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* Frozen Treats カルーセル見出し（モバイルのみ） */
  .page-summer2026 .summer2026-desserts-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;
  }

  /* Frozen Treats カルーセル（モバイルのみ） */
  .summer2026-desserts-carousel {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
  }

  .summer2026-desserts-carousel__viewport {
    overflow: hidden !important;
    width: 100% !important;
    display: block !important;
  }

  .summer2026-desserts-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;
    margin-top: 0 !important;
    justify-content: unset !important;
  }

  .summer2026-desserts-carousel__track .summer2026-drinks__item {
    flex: 0 0 100% !important;
    width: 100% !important;
    padding: 16px 32px;
    box-sizing: border-box;
  }

  /* カルーセル見出し（モバイルのみ） */
  .page-summer2026 .summer2026-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;
  }

  /* ドリンクカルーセル（モバイルのみ） */
  .summer2026-drinks-carousel {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
  }

  .summer2026-drinks-carousel__viewport {
    overflow: hidden !important;
    width: 100% !important;
    display: block !important;
  }

  .summer2026-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;
  }

  .summer2026-drinks-carousel__track .summer2026-drinks__item {
    flex: 0 0 100% !important;
    width: 100% !important;
    padding: 16px 32px;
    box-sizing: border-box;
  }

  .summer2026-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;
  }

  /* Icy Combo: 縦並び */
  .summer2026-combo__layout {
    flex-direction: column-reverse !important;
  }

  .summer2026-combo__left {
    width: 100% !important;
    flex: none !important;
  }

  .summer2026-combo__right {
    width: 100% !important;
  }

  .summer2026-combo__img {
    max-width: 480px !important;
    margin: 0 auto !important;
  }

  .summer2026-combo-section__inner {
    padding-top: 56px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* 横スクロール防止 */
  .page-summer2026 {
    overflow-x: hidden;
  }

  /* セクション境界の隙間を消す */
  .page-summer2026 .summer2026-ramen-section {
    margin-bottom: -2px !important;
  }

  /* モバイル: 横波（上が青・下が黒）*/
  .page-summer2026 .summer2026-combo-section::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M 0 0 L 100 0 L 100 3 C 75 9, 25 0, 0 6 Z' fill='%2371d9f9'/%3E%3C/svg%3E") !important;
  }

  .summer2026-combo__items {
    width: 100% !important;
  }

  .summer2026-combo__item {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* PC画像・オーバーレイをすべて非表示 */
  .page-summer2026 .summer2026-hero__img--pc,
  .page-summer2026 .summer2026-hero__overlay {
    display: none !important;
  }

  /* モバイル画像のみ表示 */
  .page-summer2026 .summer2026-hero__img--mobile {
    display: block !important;
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    object-fit: unset !important;
  }
}

.summer2026-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 0;
  pointer-events: none;
}

.summer2026-hero__stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(8px, 1.5vw, 16px);
  margin-top: clamp(-24px, -3vw, -8px);
  margin-left: clamp(16px, 3vw, 48px);
}

.summer2026-hero__logo {
  display: block;
  width: clamp(260px, 42vw, 580px);
  height: auto;
  margin-top: clamp(28px, 5vw, 48px);
}

.summer2026-hero__cooldown {
  display: block;
  width: clamp(200px, 34vw, 480px);
  height: auto;
  margin-top: clamp(-72px, -10vw, -36px);
  margin-left: clamp(20px, 4vw, 48px);
}

.summer2026-hero__stamp {
  display: block;
  width: clamp(240px, 40vw, 560px);
  height: auto;
  margin-top: clamp(12px, 2vw, 24px);
  margin-left: clamp(20px, 4vw, 48px);
}

/* Full bleed — cancel WP root + .container horizontal padding */
.page-summer2026 .summer2026-nav-section,
.page-summer2026 .summer2026-section,
.page-summer2026 .summer2026-ramen-section,
.page-summer2026 .summer2026-combo-section,
.page-summer2026 .summer2026-drinks-section,
.page-summer2026 .summer2026-sapporo-section,
.page-summer2026 .summer2026-stampcard-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;
}

/* Nav section (Web) */
.page-summer2026 .summer2026-nav-section {
  position: relative;
  z-index: 5;
  background-color: #fddb00;
  color: #121212;
  border-top: 30px solid #121212;
  border-bottom: 2px solid #121212;
}

.page-summer2026 .page-section.summer2026-nav-section {
  padding-top: 0;
  padding-bottom: 0;
}

.summer2026-nav {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Yellow content section (Web) */
.page-summer2026 .summer2026-section {
  background-color: #fddb00;
  color: #121212;
}

.page-summer2026 .page-section.summer2026-section {
  padding-top: 24px;
  padding-bottom: 48px;
}

.summer2026-section__inner {
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.summer2026-nav__list {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.summer2026-nav__item {
  position: relative;
  flex: 1;
  min-width: 0;
  display: flex;
}

.summer2026-nav__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #121212;
}

.summer2026-nav__link {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 6px;
  padding: 12px 8px;
  color: #121212;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.summer2026-nav__link:hover,
.summer2026-nav__link:focus-visible {
  opacity: 0.75;
}

.summer2026-nav__img {
  display: block;
  width: auto;
  max-width: 88%;
  height: clamp(56px, 7vw, 88px);
  margin: 0;
  object-fit: contain;
}

.summer2026-nav__label {
  font-size: clamp(11px, 1.1vw, 15px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
}

.summer2026-nav__caret {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0;
  border-color: #121212 transparent transparent;
}

.summer2026-section__intro {
  position: relative;
  margin-bottom: 0;
  text-align: center;
}

.summer2026-section__head {
  position: relative;
  z-index: 1;
  margin: 0;
  line-height: 0;
}

.summer2026-section__title-img {
  display: block;
  width: min(100%, 600px);
  height: auto;
  margin: 0 auto;
}

.summer2026-section__stamp-cards {
  position: relative;
  z-index: 2;
  display: block;
  width: min(100%, 720px);
  height: auto;
  margin: clamp(-224px, -24vw, -164px) auto clamp(16px, 3vw, 32px);
}

.summer2026-section__cta {
  max-width: 720px;
  margin: 0 auto;
  padding-top: clamp(8px, 2vw, 16px);
  text-align: center;
}

.summer2026-section__lead {
  margin: 0 auto clamp(20px, 3vw, 32px);
  max-width: 640px;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 700;
  line-height: 1.35;
  color: #121212;
}

.summer2026-section__btn {
  display: inline-block;
  margin: 0 auto clamp(20px, 3vw, 32px);
  padding: clamp(14px, 2vw, 18px) clamp(28px, 4vw, 48px);
  border: none;
  border-radius: 6px;
  background-color: #121212;
  color: #fff;
  font-size: clamp(14px, 1.4vw, 18px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
}

.summer2026-section__btn:hover,
.summer2026-section__btn:focus-visible {
  background-color: #000;
  color: #fff;
}

.summer2026-section__note {
  margin: 0 auto;
  max-width: 560px;
  font-size: clamp(15px, 1.5vw, 20px);
  font-weight: 400;
  line-height: 1.4;
  color: #121212;
}

/* Summer Ramen section (Web) — bg fixed at top; content overlays with its own padding */
.page-summer2026 .summer2026-ramen-section {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  background-color: #71d9f9;
  color: #121212;
}

.page-summer2026 .page-section.summer2026-ramen-section {
  padding: 0;
  min-height: 0;
  margin-bottom: -4px;
  box-shadow: 0 4px 0 #71d9f9;
  position: relative;
  z-index: 2;
}

.page-summer2026 .page-section.summer2026-combo-section {
  margin-top: -4px;
  position: relative;
  z-index: 1;
}

.summer2026-ramen-section__bg {
  grid-column: 1;
  grid-row: 1;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  align-self: start;
  justify-self: stretch;
}

.summer2026-ramen-section__inner {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 24px var(--container-padding-x);
  align-self: start;
  justify-self: center;
  pointer-events: auto;
}

.summer2026-ramen-section__head {
  margin: 0 0 clamp(32px, 4vw, 56px);
  text-align: center;
}

.summer2026-ramen-section__title {
  margin: 0;
  font-size: clamp(28px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #121212;
}

.summer2026-ramen-section__title-highlight {
  display: inline-block;
}

.summer2026-ramen-section__subtitle {
  margin: clamp(12px, 2vw, 20px) 0 0;
  font-size: clamp(14px, 1.6vw, 22px);
  font-weight: 400;
  line-height: 1.65;
  color: #121212;
}

.summer2026-ramen-section__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 56px) clamp(20px, 3vw, 40px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.summer2026-ramen-section__item {
  text-align: center;
}

.summer2026-ramen-section__item-img-wrap {
  display: block;
  width: min(100%, 300px);
  margin: 0 auto clamp(12px, 2vw, 20px);
}

.summer2026-ramen-section__item-img {
  display: block;
  width: 100%;
  height: auto;
}

.summer2026-ramen-section__item-title-wrap {
  position: relative;
  display: inline-block;
}

.summer2026-ramen-section__item-new-tag {
  position: absolute;
  top: -4px;
  left: -36px;
  transform: translateY(-100%);
  width: clamp(56px, 8vw, 82px);
  height: auto;
  pointer-events: none;
}

.summer2026-ramen-section__item-title {
  margin: 0 0 4px;
  font-size: clamp(14px, 1.35vw, 18px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #121212;
}

.summer2026-ramen-section__item-price {
  margin: 0 0 clamp(8px, 1vw, 12px);
  font-size: clamp(14px, 1.35vw, 18px);
  font-weight: 700;
  line-height: 1.2;
  color: #121212;
}

.summer2026-ramen-section__item-desc {
  margin: 0 auto;
  max-width: 38ch;
  font-size: clamp(12px, 1.1vw, 14px);
  font-weight: 400;
  line-height: 1.45;
  color: #121212;
}

/* Kinton Icy Combo section (Web) — two-tone + S-curve (#231F20 / #5BBCEB) */
.page-summer2026 .summer2026-combo-section {
  position: relative;
  overflow: hidden;
  background-color: #231f20;
  color: #fff;
}

.page-summer2026 .page-section.summer2026-combo-section {
  padding: 0;
  min-height: clamp(240px, 28vw, 420px);
}

.page-summer2026 .summer2026-combo-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M 72 0 C 78 28, 64 72, 70 100 L 100 100 L 100 0 Z' fill='%2371d9f9'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  pointer-events: none;
}

.summer2026-combo-section__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 24px var(--container-padding-x);
}

.summer2026-combo-section__head {
  margin: 0 0 clamp(16px, 2vw, 28px);
  line-height: 0;
  text-align: center;
}

.summer2026-combo-section__title-img {
  display: block;
  width: min(100%, 520px);
  height: auto;
  margin: 0 auto;
}

.summer2026-combo-section__subtitle {
  margin: clamp(28px, 4vw, 48px) auto 0;
  max-width: 680px;
  font-size: clamp(14px, 1.6vw, 22px);
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
}

.summer2026-combo-section__subtitle-price {
  color: #f0e640;
}

/* Combo layout */
.summer2026-combo__layout {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 40px);
}

.summer2026-combo__left {
  flex: 0 0 auto;
  width: 44%;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.summer2026-combo__right {
  flex: 1;
  min-width: 0;
}

.summer2026-combo__img {
  display: block;
  width: 100%;
  height: auto;
}

.summer2026-combo__items {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.summer2026-combo__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(6px, 1vw, 10px);
  border: 2px dashed #fddb00;
  border-radius: 6px;
  padding: clamp(10px, 1.5vw, 16px) clamp(12px, 1.8vw, 20px);
  text-align: center;
}

.summer2026-combo__item-label {
  font-size: clamp(13px, 1.3vw, 17px);
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.summer2026-combo__item-note {
  display: block;
  font-size: clamp(11px, 1vw, 13px);
  font-weight: 400;
  text-transform: none;
  color: #ccc;
  text-align: center;
}

.summer2026-combo__or {
  font-size: clamp(11px, 1.1vw, 13px);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fddb00;
  text-transform: uppercase;
  padding: 2px 8px;
  border: 1px solid #fddb00;
  border-radius: 4px;
  white-space: nowrap;
}

.summer2026-combo__plus {
  display: flex;
  justify-content: center;
  font-size: clamp(20px, 2.4vw, 32px);
  font-weight: 700;
  color: #fddb00;
  line-height: 1;
  margin: 4px 0;
}

/* Drinks & Desserts section */
.page-summer2026 .summer2026-drinks-section {
  background-color: #71d9f9;
  color: #121212;
}

.page-summer2026 .page-section.summer2026-drinks-section {
  padding-top: 24px;
  padding-bottom: 48px;
}

.summer2026-drinks-section__inner {
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-padding-x);
  box-sizing: border-box;
}

.summer2026-drinks-section__head {
  margin: 0 0 clamp(24px, 3vw, 40px);
  text-align: center;
  line-height: 0;
}

.summer2026-drinks-section__title-img {
  display: block;
  width: min(100%, 480px);
  height: auto;
  margin: 0 auto;
}

/* PCでは非表示 */
.summer2026-drinks__mobile-img {
  display: none;
}

.page-summer2026 .summer2026-drinks-carousel__heading {
  display: none;
}

/* Frozen Treats カルーセル見出し：PCでは非表示 */
.page-summer2026 .summer2026-desserts-carousel__heading {
  display: none;
}

/* PCではカルーセルボタン・ラッパーを無効化 */
.summer2026-drinks-carousel__btn {
  display: none;
}

.summer2026-drinks-carousel {
  display: contents;
}

.summer2026-drinks-carousel__viewport {
  display: contents;
}

/* Frozen Treats カルーセル：PCでは無効化 */
.summer2026-desserts-carousel {
  display: contents;
}

.summer2026-desserts-carousel__viewport {
  display: contents;
}

.summer2026-drinks__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 40px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.summer2026-drinks__list--desserts {
  grid-template-columns: repeat(2, minmax(0, 340px));
  justify-content: center;
  margin-top: clamp(32px, 4vw, 56px);
}

.summer2026-drinks__list--desserts .summer2026-drinks__item {
  align-items: center;
  text-align: center;
}

.summer2026-drinks__list--desserts .summer2026-drinks__item-desc {
  text-align: center;
}

.summer2026-drinks__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.summer2026-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;
}

.summer2026-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;
}

.summer2026-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;
}

.summer2026-drinks__item-desc {
  margin: 0;
  font-size: clamp(12px, 1.05vw, 14px);
  font-weight: 400;
  line-height: 1.45;
  color: #121212;
}

/* Sapporo Specials section */
.page-summer2026 .summer2026-sapporo-section {
  background-color: #231f20;
  color: #fff;
}

.page-summer2026 .page-section.summer2026-sapporo-section {
  padding-top: 48px;
  padding-bottom: 48px;
}

.summer2026-sapporo-section__inner {
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-padding-x);
  box-sizing: border-box;
}

.summer2026-sapporo-section__head {
  margin: 0 0 clamp(28px, 4vw, 48px);
  text-align: center;
}

.summer2026-sapporo-section__title {
  margin: 0;
  font-size: clamp(28px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
}

.summer2026-sapporo-section__title-accent {
  color: #71d9f9;
}

.summer2026-sapporo__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 40px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.summer2026-sapporo__item {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 24px);
}

.summer2026-sapporo__item-img-wrap {
  position: relative;
  flex-shrink: 0;
  width: clamp(80px, 12vw, 160px);
}

.summer2026-sapporo__item-img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.summer2026-sapporo__item-wave {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translateY(-50%);
  width: 160%;
  height: auto;
  z-index: 0;
  pointer-events: none;
  opacity: 0.85;
}

.summer2026-sapporo__item-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.summer2026-sapporo__item-title {
  margin: 0;
  font-size: clamp(13px, 1.3vw, 17px);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}

.summer2026-sapporo__item-size {
  margin: 0;
  font-size: clamp(11px, 1.1vw, 14px);
  font-weight: 400;
  color: #aaa;
}

.summer2026-sapporo__item-price {
  margin: 0;
  font-size: clamp(14px, 1.4vw, 18px);
  font-weight: 700;
  color: #fff;
}

/* Stamp Card Details section — content determines height; bg cropped to fit */
.page-summer2026 .summer2026-stampcard-section {
  position: relative;
  overflow: hidden;
  background-color: #121212;
  color: #fff;
}

.page-summer2026 .page-section.summer2026-stampcard-section {
  padding: 0;
  min-height: 0;
}

.summer2026-stampcard-section__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.summer2026-stampcard-section__bg--mobile {
  display: none;
}

.summer2026-stampcard-section__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: clamp(48px, 8vw, 96px) var(--container-padding-x) 48px;
}

.summer2026-stampcard__text {
  text-align: center;
}

.summer2026-stampcard__title {
  margin: 0 0 clamp(8px, 1.5vw, 16px);
  font-size: clamp(28px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #121212;
}

.summer2026-stampcard__subtitle {
  margin: 0;
  font-size: clamp(14px, 1.6vw, 22px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #121212;
}

.summer2026-stampcard__cards-img {
  display: block;
  width: min(100%, 600px);
  height: auto;
  margin: clamp(24px, 4vw, 48px) clamp(40px, 8vw, 120px) 0 auto;
}

.summer2026-stampcard__lower {
  margin-top: 120px;
}

.summer2026-stampcard__stamp-img {
  display: block;
  width: min(100%, 800px);
  height: auto;
  margin: clamp(-80px, -9vw, -48px) auto 0;
}

.summer2026-stampcard__title-img {
  display: block;
  width: min(100%, 480px);
  height: auto;
  margin: clamp(-72px, -8vw, -48px) auto 0;
}

.summer2026-stampcard__angled-text {
  margin: clamp(8px, 1.5vw, 16px) auto 0;
  max-width: 680px;
  font-size: clamp(16px, 2.2vw, 32px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #121212;
  transform: rotate(-8deg);
  transform-origin: center;
}

@media only screen and (max-width: 1024px) {
  .page-summer2026 .summer2026-hero {
    height: clamp(280px, 52vw, 480px);
  }

  .summer2026-hero__overlay {
    padding-top: 0;
  }

  .summer2026-hero__stack {
    margin-top: clamp(-16px, -2vw, -4px);
    margin-left: clamp(8px, 2vw, 24px);
    gap: clamp(6px, 1.5vw, 12px);
  }

  .summer2026-hero__logo {
    width: clamp(200px, 52vw, 380px);
    margin-top: clamp(22px, 4vw, 36px);
  }

  .summer2026-hero__cooldown {
    width: clamp(160px, 44vw, 300px);
    margin-top: clamp(-52px, -14vw, -28px);
    margin-left: clamp(12px, 3vw, 28px);
  }

  .summer2026-hero__stamp {
    width: clamp(200px, 50vw, 380px);
    margin-top: clamp(8px, 2vw, 16px);
    margin-left: clamp(12px, 3vw, 28px);
  }
}

/* ========================================
   Participating Locations Section
   ======================================== */
.page-summer2026 .summer2026-locations-section {
  background-color: #231f20;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
}

.summer2026-locations-section__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 72px) var(--container-padding-x, 24px) 24px;
}

.summer2026-locations__title {
  font-size: clamp(22px, 3vw, 42px);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 24px;
}

.summer2026-locations__body {
  font-size: clamp(14px, 1.6vw, 17px);
  color: #ffffff;
  line-height: 1.7;
  margin: 0 0 24px;
}

.summer2026-locations__list {
  list-style: disc;
  padding-left: 1.4em;
  margin: 0 0 40px;
}

.summer2026-locations__list li {
  font-size: clamp(14px, 1.6vw, 17px);
  color: #ffffff;
  line-height: 1.7;
  margin-bottom: 12px;
}

.summer2026-locations__list li:last-child {
  margin-bottom: 0;
}

.summer2026-locations__cta {
  margin-top: 40px;
  text-align: center;
}

.summer2026-locations__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;
}

.summer2026-locations__btn:hover {
  opacity: 0.85;
  color: #000000;
  text-decoration: none;
}

/* ========================================
   Terms and Conditions Accordion Section
   ======================================== */
.page-summer2026 .summer2026-terms-section {
  background-color: #231f20;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
}

.summer2026-terms-section__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 24px var(--container-padding-x, 24px) clamp(40px, 6vw, 72px);
}

.summer2026-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;
}

/* Accordion */
.summer2026-terms__accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.summer2026-terms__item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.summer2026-terms__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.summer2026-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;
}

.summer2026-terms__item-header::-webkit-details-marker {
  display: none;
}

.summer2026-terms__item-label {
  font-size: clamp(15px, 1.8vw, 19px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}

.summer2026-terms__item-caret {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
}

.summer2026-terms__item-caret::before,
.summer2026-terms__item-caret::after {
  content: '';
  position: absolute;
  background-color: #ffffff;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.summer2026-terms__item-caret::before {
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.summer2026-terms__item-caret::after {
  width: 2px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.summer2026-terms__item[open] .summer2026-terms__item-caret::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.summer2026-terms__item-body {
  padding: 0 0 20px;
}

.summer2026-terms__item-body p {
  font-size: clamp(14px, 1.6vw, 16px);
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.75;
  margin: 0;
}
