/* =====================================
   Event Hero：既存ヒーロー復旧
===================================== */

.event-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.event-hero__bg {
  position: absolute;
  inset: 0;
  background-image: url("http://youfo.or.jp/wp-content/uploads/2025/08/160025-1-2de03e49cc5ea46b2bf75aa1d62a55d1-3900x2600.jpg.webp");
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.event-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(5, 15, 35, 0.82) 0%,
    rgba(5, 15, 35, 0.58) 45%,
    rgba(5, 15, 35, 0.25) 100%
  );
  z-index: 2;
}

.event-hero__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 100px 20px;
}

.event-hero__content {
  max-width: 620px;
}

.event-hero__eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #ff4b4b;
  margin-bottom: 18px;
}

.event-hero__title {
  font-size: 48px;
  line-height: 1.25;
  font-weight: 800;
  margin: 0 0 22px;
  color: #fff;
}

.event-hero__lead {
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 32px;
  color: rgba(255,255,255,0.9);
}

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

.event-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  font-size: 14px;
}

.event-hero__button--primary {
  background: #e53935;
  color: #fff;
}

.event-hero__button--secondary {
  background: rgba(255,255,255,0.14);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.45);
}

@media (max-width: 768px) {
  .event-hero {
    min-height: 500px;
  }

  .event-hero__inner {
    padding: 90px 20px;
  }

  .event-hero__title {
    font-size: 34px;
  }

  .event-hero__lead {
    font-size: 14px;
  }

  .event-hero__buttons {
    flex-direction: column;
  }

  .event-hero__button {
    width: 100%;
  }
}
/* =====================================
   Event Page Base
===================================== */

.event-page {
  background: #f6f8fc;
  color: #111827;
}

.event-section {
  padding: 56px 20px;
}

.event-section__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.event-empty {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 28px;
  color: #64748b;
  text-align: center;
}

/* =====================================
   Section Heading
===================================== */

.event-section-head {
  margin-bottom: 26px;
}

.event-section-head__title {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 800;
  color: #0b2a5b;
  margin: 0 0 10px;
  letter-spacing: .03em;
}

.event-section-head__lead {
  color: #334155;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

.event-section-head--gold .event-section-head__title {
  color: #b08918;
}

/* =====================================
   Experience Panel
===================================== */

.event-section--experience-panel {
  background: #fff;
  padding-top: 72px;
}

.event-panel {
  display: grid;
  grid-template-columns: 1.15fr .95fr;
  min-height: 360px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(105deg, #fff2f2 0%, #ffffff 55%);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

.event-panel__content {
  padding: 44px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.event-panel__title {
  font-size: 34px;
  font-weight: 800;
  color: #dc2626;
  margin: 0 0 18px;
  letter-spacing: .04em;
}

.event-panel__lead {
  color: #334155;
  font-size: 15px;
  line-height: 1.9;
  margin: 0 0 26px;
}

.event-panel__image {
  background: #e5e7eb;
  min-height: 360px;
}

.event-panel__image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.event-schedule-box {
  background: #fff;
  border-radius: 16px;
  padding: 22px 24px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
}

.event-schedule-box__title {
  color: #dc2626;
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 14px;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 12px;
}

.event-schedule-box__list {
  color: #111827;
  font-size: 15px;
  line-height: 2.05;
  margin-bottom: 18px;
}

/* =====================================
   Buttons
===================================== */

.event-panel__buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.event-panel__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  line-height: 1;
  transition: .25s ease;
}

.event-panel__button--outline {
  background: #fff;
  border: 1px solid #ef4444;
  color: #dc2626;
}

.event-panel__button--outline:hover {
  background: #dc2626;
  color: #fff;
}

.event-panel__button--red {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: #fff;
  box-shadow: 0 10px 24px rgba(220, 38, 38, .24);
}

.event-panel__button--red:hover {
  filter: brightness(.95);
}

.event-panel__button--blue-outline {
  background: #fff;
  border: 1px solid #0b4ea2;
  color: #0b4ea2;
}

.event-panel__button--blue-outline:hover {
  background: #0b4ea2;
  color: #fff;
}

.event-panel__button--blue {
  background: linear-gradient(135deg, #0b4ea2, #003f8c);
  color: #fff;
  box-shadow: 0 10px 24px rgba(11, 78, 162, .24);
}

.event-panel__button--blue:hover {
  filter: brightness(.95);
}


/* =====================================
   Tournament / Special Events
===================================== */

.event-section--tournament-panel {
  background: linear-gradient(180deg, #fff 0%, #fff9eb 100%);
}

.tournament-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.tournament-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 14px 38px rgba(15, 23, 42, .08);
  border: 1px solid rgba(226, 232, 240, .9);
  transition: transform .25s ease, box-shadow .25s ease;
}

.tournament-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 52px rgba(15, 23, 42, .14);
}

.tournament-card__thumb {
  background: #e5e7eb;
}

.tournament-card__thumb img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.tournament-card__body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.tournament-card__badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  background: #d6a21e;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 10px;
  border-radius: 6px;
  margin-bottom: 14px;
}

.tournament-card__title {
  font-size: 20px;
  line-height: 1.45;
  color: #111827;
  font-weight: 800;
  margin: 0 0 14px;
}

.tournament-card__meta {
  color: #334155;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 6px;
}

.tournament-card__button {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 7px;
  border: 1px solid #111827;
  color: #111827;
  font-size: 14px;
  font-weight: 800;
  padding: 10px 16px;
}

.tournament-card:hover .tournament-card__button {
  background: #111827;
  color: #fff;
}

/* =====================================
   Responsive
===================================== */

@media (max-width: 1024px) {
  .event-panel {
    grid-template-columns: 1fr;
  }

  .event-panel__image {
    order: -1;
  }

  .event-panel__image,
  .event-panel__image img {
    min-height: 300px;
    height: 300px;
  }

  .club-panel {
    grid-template-columns: 1fr;
  }

  .club-panel__side {
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
  }

  .tournament-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .event-section {
    padding: 48px 16px;
  }

  .event-section-head__title,
  .event-panel__title {
    font-size: 28px;
  }

  .event-panel__content {
    padding: 28px 22px;
  }

  .event-schedule-box {
    padding: 20px;
  }

  .event-panel__buttons {
    flex-direction: column;
  }

  .event-panel__button {
    width: 100%;
    min-width: 0;
  }

  .club-panel__side {
    grid-template-columns: 82px 1fr;
    gap: 16px;
    padding: 22px;
  }

  .club-panel__logo {
    width: 78px;
    height: 78px;
    border-radius: 14px;
  }

  .club-panel__name {
    font-size: 19px;
  }

  .club-panel__schedule {
    padding: 22px;
  }

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

  .tournament-card__thumb img {
    height: 190px;
  }
}

@media (max-width: 480px) {
  .event-section {
    padding: 42px 14px;
  }

  .event-section__inner {
    max-width: 100%;
  }

  .event-panel,
  .club-panel,
  .tournament-card {
    border-radius: 14px;
  }

  .event-panel__image,
  .event-panel__image img {
    min-height: 230px;
    height: 230px;
  }

  .event-panel__content,
  .club-panel__side,
  .club-panel__schedule,
  .tournament-card__body {
    padding: 20px;
  }

  .event-section-head__title,
  .event-panel__title {
    font-size: 25px;
  }

  .event-schedule-box__list,
  .club-panel__schedule-list {
    font-size: 14px;
    line-height: 1.9;
  }
}