.event-2026-page {
  --event-green: #173720;
  --event-green-soft: #eaf3df;
  --event-red: #c83a2a;
  --event-red-dark: #a72b21;
  --event-yellow: #f3df28;
  --event-gold: #b99b34;
  --event-paper: #fff8df;
  --event-ink: #2e2923;
  background:
    radial-gradient(circle at 11% 10%, rgba(243, 223, 40, 0.2) 0 9px, transparent 10px),
    radial-gradient(circle at 89% 17%, rgba(200, 58, 42, 0.12) 0 11px, transparent 12px),
    linear-gradient(180deg, #fffdf6 0%, #fff8ea 50%, #fff 100%);
  color: var(--event-ink);
}

.event-2026-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 5vw, 64px) 0 clamp(48px, 7vw, 86px);
  border-bottom: 5px solid var(--event-green);
  background:
    linear-gradient(90deg, rgba(23, 55, 32, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, #fffdf5, #fff4d1);
  background-size: 42px 42px, auto;
}

.event-2026-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 18% 18%, rgba(200, 58, 42, 0.12) 0 18px, transparent 19px),
    radial-gradient(circle at 82% 28%, rgba(23, 55, 32, 0.14) 0 20px, transparent 21px),
    var(--ashi-wave);
  background-size: auto, auto, 48px 24px;
  opacity: 0.45;
  pointer-events: none;
}

.event-2026-hero .container {
  position: relative;
  z-index: 1;
}

.event-2026-hero-frame {
  position: relative;
  overflow: hidden;
  max-width: 1220px;
  margin: 0 auto;
  border: 7px solid var(--event-green);
  border-radius: 20px;
  background: #fff;
  box-shadow:
    0 0 0 8px rgba(243, 223, 40, 0.72),
    0 30px 80px rgba(46, 41, 35, 0.22);
}

.event-2026-hero-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  pointer-events: none;
}

.event-2026-hero-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.event-2026-hero-frame picture {
  display: block;
  width: 100%;
}

.event-2026-hero-placeholder {
  display: grid;
  min-height: min(70vh, 720px);
  place-items: center;
  color: rgba(23, 55, 32, 0.72);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(243, 223, 40, 0.22)),
    var(--ashi-wave);
  background-size: auto, 46px 23px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
}

.event-2026-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 34px;
}

.event-2026-button {
  display: inline-flex;
  min-width: min(100%, 320px);
  min-height: 72px;
  align-items: center;
  justify-content: center;
  padding: 18px 36px;
  border: 3px solid var(--event-red-dark);
  border-radius: 999px;
  color: #fff;
  background:
    linear-gradient(180deg, #d94732, var(--event-red));
  box-shadow:
    0 9px 0 var(--event-red-dark),
    0 20px 36px rgba(168, 43, 33, 0.18);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  transform: translateY(0);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.event-2026-button:hover {
  transform: translateY(3px);
  box-shadow:
    0 6px 0 var(--event-red-dark),
    0 16px 28px rgba(168, 43, 33, 0.16);
}

.event-2026-button.is-secondary {
  border-color: var(--event-green);
  color: #fff;
  background: linear-gradient(180deg, #24543a, var(--event-green));
  box-shadow:
    0 9px 0 #0d2414,
    0 20px 36px rgba(23, 55, 32, 0.18);
}

.event-2026-button.is-secondary:hover {
  box-shadow:
    0 6px 0 #0d2414,
    0 16px 28px rgba(23, 55, 32, 0.16);
}

.event-2026-period {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding: 12px 18px;
  border: 1px solid rgba(192, 65, 42, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(74, 60, 46, 0.06);
}

.event-2026-period span {
  color: var(--event-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.event-2026-period strong {
  color: #332a23;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.event-2026-intro {
  padding: 76px 0 0;
}

.event-2026-intro-card {
  position: relative;
  display: block;
  overflow: hidden;
  padding: clamp(30px, 5vw, 58px);
  border: 2px solid rgba(23, 55, 32, 0.2);
  border-top: 12px solid var(--event-red);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 248, 223, 0.78)),
    var(--ashi-wave);
  background-size: auto, 48px 24px;
  box-shadow: 0 18px 46px rgba(74, 60, 46, 0.1);
}

.event-2026-intro-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: min(28vw, 360px);
  height: min(28vw, 360px);
  border-radius: 0 0 0 100%;
  background: rgba(243, 223, 40, 0.42);
  pointer-events: none;
}

.event-2026-intro-card > * {
  position: relative;
  z-index: 1;
}

.event-2026-intro-card .page-label,
.event-2026-section-heading .page-label {
  color: var(--event-red);
}

.event-2026-intro-card h2,
.event-2026-section-heading h2 {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  color: var(--event-green);
  font-family: serif;
  font-size: clamp(32px, 4.5vw, 58px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.34;
}

.event-2026-intro-card h2::after,
.event-2026-section-heading h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  margin-top: -8px;
  border-radius: 999px;
  background: rgba(243, 223, 40, 0.75);
}

.event-2026-content {
  max-width: 1040px;
  margin-top: 28px;
  color: var(--event-ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}

.event-2026-content > *:first-child {
  margin-top: 0;
}

.event-2026-content > *:last-child {
  margin-bottom: 0;
}

.event-2026-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
  counter-reset: event-step;
}

.event-2026-step {
  position: relative;
  min-height: 100%;
  padding: 72px 24px 26px;
  border: 3px solid var(--event-yellow);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(46, 41, 35, 0.08);
}

.event-2026-step::before {
  counter-increment: event-step;
  content: counter(event-step);
  position: absolute;
  top: 16px;
  right: 18px;
  color: rgba(200, 58, 42, 0.16);
  font-family: serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
}

.event-2026-step span {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-flex;
  padding: 8px 13px;
  border-radius: 999px;
  color: #fff;
  background: var(--event-green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.event-2026-step h3 {
  margin: 0 0 14px;
  color: var(--event-red);
  font-size: 23px;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.event-2026-step p {
  margin: 0;
  color: var(--event-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.event-2026-notice {
  margin-top: 22px;
  padding: 26px 28px;
  border: 2px dashed rgba(200, 58, 42, 0.45);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
}

.event-2026-notice h3 {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 6px 14px;
  border-radius: 999px;
  color: #fff;
  background: var(--event-red);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.event-2026-notice p {
  margin: 0;
  color: var(--text-mid);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.9;
}

.event-2026-notice p + p {
  margin-top: 6px;
}

.event-2026-offers {
  margin-top: 82px;
  padding: 82px 0 116px;
  color: var(--event-ink);
  background:
    linear-gradient(180deg, rgba(255, 252, 243, 0.96), rgba(250, 245, 236, 0.98)),
    var(--ashi-wave);
  background-size: auto, 54px 27px;
}

.event-2026-section-heading {
  max-width: 920px;
  margin-bottom: 34px;
}

.event-2026-section-heading h2 {
  color: var(--event-green);
}

.event-2026-section-heading p {
  display: none;
}

.event-2026-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
}

.event-2026-offer-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(185, 155, 52, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 34px rgba(74, 60, 46, 0.06);
}

.event-2026-card-inner {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.event-2026-offer-body {
  position: relative;
  z-index: 1;
  display: grid;
  flex: 1;
  grid-template-columns: minmax(0, 1fr) minmax(130px, 170px);
  align-items: center;
  gap: 18px;
  padding: 24px 26px;
}

.event-2026-shop-content {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.event-2026-offer-card h3 {
  display: block;
  margin: 0;
  color: var(--event-green);
  font-family: serif;
  font-size: clamp(23px, 1.8vw, 30px);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: 0.08em;
}

.event-2026-offer-card h3::before {
  content: none;
}

.event-2026-offer-body:not(:has(.event-2026-card-actions)) {
  grid-template-columns: minmax(0, 1fr);
}

.event-2026-benefit {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 14px;
  align-items: center;
  margin: 0;
  min-height: 0;
  padding: 15px 16px;
  border: 1px solid rgba(200, 58, 42, 0.2);
  border-radius: 8px;
  color: var(--event-ink);
  background: #fff7f5;
  box-shadow: inset 4px 0 0 rgba(200, 58, 42, 0.7);
}

.event-2026-benefit span {
  position: relative;
  display: inline-grid;
  grid-template-columns: 34px;
  width: 38px;
  height: auto;
  align-items: center;
  justify-items: center;
  gap: 4px;
  color: var(--event-red);
  background: transparent;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.08em;
  text-align: center;
  text-indent: 0;
  white-space: normal;
}

.event-2026-benefit span::before {
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(200, 58, 42, 0.13);
}

.event-2026-benefit span::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  width: 16px;
  height: 16px;
  background: currentColor;
  mask: url('../img/icon-present.png') center / contain no-repeat;
  -webkit-mask: url('../img/icon-present.png') center / contain no-repeat;
  transform: none;
}

.event-2026-benefit p {
  margin: 0;
  color: var(--event-red-dark);
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 900;
  line-height: 1.5;
}

.event-2026-card-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  min-width: 0;
}

.event-2026-card-actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(23, 55, 32, 0.2);
  border-radius: 8px;
  color: var(--event-green);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-decoration: none;
  white-space: nowrap;
}

.event-2026-card-actions a::after {
  content: '↗';
  font-size: 13px;
  line-height: 1;
}

.event-2026-card-actions a:first-child {
  border-color: rgba(200, 58, 42, 0.26);
  color: var(--event-red-dark);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.event-2026-note {
  display: none;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 16px;
  color: rgba(46, 41, 35, 0.62);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}

@media (max-width: 900px) {
  .event-2026-hero {
    padding: 54px 0 68px;
  }

  .event-2026-hero-placeholder {
    min-height: min(68vh, 620px);
  }

  .event-2026-intro-card {
    padding: 34px 24px;
  }

  .event-2026-steps {
    grid-template-columns: 1fr;
  }

  .event-2026-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .event-2026-hero {
    padding: 34px 0 54px;
  }

  .event-2026-hero-frame {
    border-width: 4px;
    border-radius: 14px;
    box-shadow:
      0 0 0 5px rgba(243, 223, 40, 0.72),
      0 18px 42px rgba(46, 41, 35, 0.2);
  }

  .event-2026-hero-placeholder {
    min-height: 430px;
  }

  .event-2026-actions {
    flex-direction: column;
    gap: 14px;
    margin-top: 28px;
  }

  .event-2026-button {
    width: 100%;
    min-height: 64px;
    padding: 16px 24px;
    font-size: 15px;
  }

  .event-2026-period {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    border-radius: 16px;
  }

  .event-2026-intro {
    padding-top: 48px;
  }

  .event-2026-intro-card {
    padding-right: 18px;
    padding-left: 18px;
  }

  .event-2026-intro-card h2 {
    font-size: clamp(24px, 6.4vw, 28px);
    letter-spacing: 0.01em;
    line-height: 1.45;
  }

  .event-2026-content {
    font-size: 15px;
    line-height: 1.9;
  }

  .event-2026-step {
    padding: 68px 20px 22px;
  }

  .event-2026-offers {
    margin-top: 58px;
    padding: 58px 0 84px;
  }

  .event-2026-grid {
    grid-template-columns: 1fr;
  }

  .event-2026-offer-body {
    align-items: stretch;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 16px;
    padding: 18px;
  }

  .event-2026-offer-card h3 {
    grid-column: auto;
    font-size: 24px;
  }

  .event-2026-benefit {
    grid-column: auto;
    grid-template-columns: auto 1fr;
    gap: 10px;
    min-height: 0;
    padding: 13px 12px;
  }

  .event-2026-benefit span {
    grid-template-columns: 30px;
    justify-items: center;
    gap: 4px;
    width: 34px;
    font-size: 10px;
    line-height: 1.15;
    letter-spacing: 0.08em;
    text-align: center;
    white-space: normal;
  }

  .event-2026-benefit span::before {
    width: 30px;
    height: 30px;
  }

  .event-2026-benefit span::after {
    top: 7px;
    left: 7px;
    width: 16px;
    height: 16px;
    transform: none;
  }

  .event-2026-benefit p {
    font-size: 14px;
  }

  .event-2026-card-actions {
    display: grid;
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    min-width: 0;
    justify-content: flex-start;
  }

  .event-2026-card-actions a {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 9px 8px;
    font-size: 11px;
  }

}
