.asian-cup-page {
  background: #f7f7f4;
  color: #202020;
  overflow: hidden;
}

.asian-cup-page * {
  box-sizing: border-box;
}

.asian-cup-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.asian-cup-page .inner {
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
}

.asian-cup-page .section {
  padding: 110px 0;
}

/* =========================
   Common heading
   ========================= */
.asian-cup-page .section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.asian-cup-page .section-heading__sub,
.asian-cup-page .section-heading__title {
  display: block;
  width: 100%;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  float: none;
}

.asian-cup-page .section-heading__sub {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #b3262d;
}

.asian-cup-page .section-heading__title {
  margin: 0;
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: #22356f;
}

.asian-cup-page .section-heading--light .section-heading__sub,
.asian-cup-page .section-heading--light .section-heading__title {
  color: #fff;
}

/* ABOUTだけ左寄せ */
.asian-cup-page .asian-about .section-heading {
  align-items: flex-start;
  justify-content: flex-start;
  max-width: none;
  margin: 0 0 48px 0;
  text-align: left;
}

.asian-cup-page .asian-about .section-heading__sub,
.asian-cup-page .asian-about .section-heading__title {
  text-align: left;
}

/* GUIDE見出し色 */
.asian-cup-page .asian-guide .section-heading__sub {
  color: #b3262d;
}

.asian-cup-page .asian-guide .section-heading__title {
  color: #22356f;
}

/* NEWS見出し */
.asian-cup-page #asian-news .inner {
  display: block;
}

.asian-cup-page #asian-news .section-heading {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0 0 48px 0;
  text-align: center;
}

.asian-cup-page #asian-news .section-heading__sub,
.asian-cup-page #asian-news .section-heading__title {
  text-align: center;
  color: #fff;
}

.asian-cup-page #asian-news .section-heading__sub {
  color: #d8def0;
}

.asian-cup-page #asian-news .section-heading__title {
  font-size: clamp(38px, 4vw, 64px);
  letter-spacing: -0.02em;
}

/* =========================
   Common buttons / links
   ========================= */
.asian-cup-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s ease;
}

.asian-cup-page .btn-primary {
  background: #b3262d;
  border: 1px solid #b3262d;
  color: #fff;
}

.asian-cup-page .btn-primary:hover {
  background: #9f2027;
  border-color: #9f2027;
  transform: translateY(-2px);
}

.asian-cup-page .btn-secondary {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.asian-cup-page .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

.asian-cup-page .text-link {
  display: inline-block;
  color: #b3262d;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.asian-cup-page .text-link:hover {
  opacity: 0.75;
}

/* =========================
   HERO
   ========================= */
.asian-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  color: #fff;
}

.asian-hero__bg,
.asian-hero__overlay {
  position: absolute;
  inset: 0;
}

.asian-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.asian-hero__overlay {
  background:
    linear-gradient(90deg, rgba(24, 38, 79, 0.84) 0%, rgba(24, 38, 79, 0.62) 46%, rgba(24, 38, 79, 0.20) 100%),
    linear-gradient(180deg, rgba(179, 38, 45, 0.08) 0%, rgba(24, 38, 79, 0.20) 100%);
}

.asian-hero__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 140px 0 90px;
}

.asian-hero__eyebrow {
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.78);
}

.asian-hero__title {
  margin: 0 0 24px;
  font-size: clamp(50px, 8vw, 94px);
  line-height: 0.94;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.asian-hero__lead {
  max-width: 650px;
  margin-bottom: 34px;
  font-size: clamp(17px, 2vw, 24px);
  line-height: 1.9;
}

.asian-hero__buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* =========================
   OVERVIEW
   ========================= */
.asian-overview {
  background: #f7f7f4;
}

.asian-overview__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.asian-overview__item {
  background: #fff;
  border-radius: 24px;
  padding: 34px 30px;
  border: 1px solid rgba(34, 53, 111, 0.07);
  box-shadow: 0 12px 28px rgba(34, 53, 111, 0.05);
}

.asian-overview__item h3 {
  margin: 0 0 16px;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: #b3262d;
}

.asian-overview__item p {
  margin: 0;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 700;
  color: #22356f;
}

.asian-overview__text {
  max-width: 920px;
}

.asian-overview__text p {
  margin: 0;
  font-size: 17px;
  line-height: 2;
  color: #444;
}

/* =========================
   ABOUT
   ========================= */
.asian-about {
  background: linear-gradient(135deg, #314882 0%, #22356f 60%, #1a2956 100%);
  color: #fff;
}

.asian-about__wrap {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}

.asian-about__content p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 2.05;
  color: rgba(255, 255, 255, 0.92);
}

.asian-about__image img {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.24);
}

.asian-about__buttons {
  margin-top: 28px;
}

/* =========================
   HIGHLIGHTS
   ========================= */
.asian-highlights {
  background: #fff;
}

.asian-highlights__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.asian-highlight-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
  border: 1px solid rgba(34, 53, 111, 0.08);
  border-radius: 28px;
  box-shadow: 0 10px 24px rgba(34, 53, 111, 0.05);
  padding: 36px 30px;
}

.asian-highlight-card__year {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #b3262d;
}

.asian-highlight-card h3 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.4;
  color: #22356f;
}

.asian-highlight-card p {
  margin: 0;
  line-height: 1.9;
  color: #444;
}

/* =========================
   HISTORY
   ========================= */
.asian-history {
  background: #eef1f7;
}

.asian-history__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.asian-history-card {
  background: #fff;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(34, 53, 111, 0.08);
  box-shadow: 0 18px 40px rgba(34, 53, 111, 0.09);
}

.asian-history-card__image {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.asian-history-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.asian-history-card__label {
  position: absolute;
  top: 18px;
  left: 18px;
  background: #b3262d;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 8px 12px;
  border-radius: 999px;
}

.asian-history-card__body {
  padding: 30px;
}

.asian-history-card__meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  font-size: 14px;
  color: #666;
}

.asian-history-card__meta .year {
  color: #b3262d;
  font-weight: 800;
}

.asian-history-card h3 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.28;
  color: #22356f;
}

.asian-history-card p {
  margin: 0 0 20px;
  line-height: 1.9;
  color: #444;
}

/* =========================
   GALLERY + LIGHTBOX
   ========================= */
.asian-gallery {
  background: #fff;
}

.asian-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.asian-gallery-grid a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(34, 53, 111, 0.04);
  box-shadow: 0 14px 30px rgba(34, 53, 111, 0.12);
  aspect-ratio: 1 / 1;
}

.asian-gallery-grid a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0) 35%, rgba(24,38,79,0.16) 100%);
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.asian-gallery-grid a:hover::after {
  opacity: 0.7;
}

.asian-gallery-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.35s ease;
}

.asian-gallery-grid a:hover img {
  transform: scale(1.06);
  filter: brightness(1.04);
}

.asian-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.asian-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.asian-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 10, 18, 0.86);
  backdrop-filter: blur(4px);
}

.asian-lightbox__inner {
  position: relative;
  z-index: 2;
  width: min(92vw, 1200px);
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px 30px;
}

.asian-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: 75vh;
  width: auto;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.42);
}

.asian-lightbox__caption {
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

.asian-lightbox__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(6px);
}

body.asian-lightbox-open {
  overflow: hidden;
}

/* =========================
   NEWS
   ========================= */
.asian-news {
  background: linear-gradient(135deg, #2d437e 0%, #22356f 55%, #18264f 100%);
  color: #fff;
}

.asian-news-list {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.asian-news-item {
  display: grid;
  grid-template-columns: 160px 1fr 36px;
  gap: 28px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}

.asian-news-item:hover {
  opacity: 0.82;
}

.asian-news-item__date {
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.78);
}

.asian-news-item__title {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
}

.asian-news-item__arrow {
  color: #fff;
  font-size: 28px;
  text-align: right;
}

.asian-news-more {
  margin-top: 36px;
  text-align: center;
}

.asian-news-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s ease;
}

.asian-news-more a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.asian-news-empty {
  margin-top: 20px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.78);
}

/* =========================
   GUIDE
   ========================= */
.asian-guide {
  background: #f7f7f4;
  color: #202020;
}

.asian-guide__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.asian-guide__item {
  background: #fff;
  border: 1px solid rgba(34, 53, 111, 0.08);
  border-radius: 24px;
  padding: 32px 28px;
  box-shadow: 0 12px 28px rgba(34, 53, 111, 0.05);
}

.asian-guide__item h3 {
  margin: 0 0 14px;
  font-size: 24px;
  color: #22356f;
}

.asian-guide__item p {
  margin: 0;
  line-height: 1.9;
  color: #555;
}

/* =========================
   CTA
   ========================= */
.asian-cta {
  background: linear-gradient(135deg, #22356f 0%, #18264f 100%);
  padding: 48px 0;
  color: #fff;
}

.asian-cta__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}

.asian-cta__content h2 {
  margin: 0 0 10px;
  font-size: clamp(24px, 3vw, 36px);
  color: #fff;
}

.asian-cta__content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.asian-cta__buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* =========================
   Responsive
   ========================= */
@media (max-width: 1024px) {
  .asian-cup-page .section {
    padding: 90px 0;
  }

  .asian-about__wrap,
  .asian-overview__grid,
  .asian-highlights__grid,
  .asian-history__grid,
  .asian-guide__grid {
    grid-template-columns: 1fr 1fr;
  }

  .asian-about__wrap {
    grid-template-columns: 1fr;
  }

  .asian-news-item {
    grid-template-columns: 130px 1fr 24px;
    gap: 20px;
  }

  .asian-cta__wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .asian-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .asian-cup-page .inner {
    width: min(100% - 32px, 1100px);
  }

  .asian-cup-page .section {
    padding: 72px 0;
  }

  .asian-hero {
    min-height: 620px;
  }

  .asian-hero__content {
    padding: 120px 0 70px;
  }

  .asian-overview__grid,
  .asian-highlights__grid,
  .asian-history__grid,
  .asian-guide__grid {
    grid-template-columns: 1fr;
  }

  .asian-history-card__body,
  .asian-overview__item,
  .asian-highlight-card,
  .asian-guide__item {
    padding: 22px;
  }

  .asian-history-card h3 {
    font-size: 24px;
  }

  .asian-news-item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px 0;
  }

  .asian-news-item__date {
    font-size: 13px;
  }

  .asian-news-item__title {
    font-size: 18px;
  }

  .asian-news-item__arrow {
    text-align: left;
    font-size: 18px;
  }

  .asian-cup-page #asian-news .section-heading {
    margin-bottom: 34px;
  }

  .asian-cup-page #asian-news .section-heading__title {
    font-size: 42px;
  }

  .asian-gallery-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 82%;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0 12px 8px;
    margin: 0 -12px;
  }

  .asian-gallery-grid a {
    width: 100%;
    aspect-ratio: 4 / 3;
    scroll-snap-align: center;
    border-radius: 12px;
  }

  .asian-gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .asian-gallery-grid::-webkit-scrollbar {
    height: 6px;
  }

  .asian-gallery-grid::-webkit-scrollbar-track {
    background: rgba(34, 53, 111, 0.08);
    border-radius: 999px;
  }

  .asian-gallery-grid::-webkit-scrollbar-thumb {
    background: rgba(179, 38, 45, 0.45);
    border-radius: 999px;
  }

  .asian-lightbox__inner {
    width: 100%;
    padding: 72px 12px 18px;
  }

  .asian-lightbox__image {
    max-width: 100%;
    max-height: 68vh;
    border-radius: 10px;
  }

  .asian-lightbox__caption {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.6;
  }

  .asian-lightbox__close {
    top: 10px;
    right: 10px;
    width: 42px;
    height: 42px;
    font-size: 26px;
  }

  .asian-hero__buttons,
  .asian-cta__buttons {
    width: 100%;
  }

  .asian-hero__buttons .btn,
  .asian-cta__buttons .btn {
    width: 100%;
  }
}