/* KIZASHI 2026 Osaka LP */

.mv-page-shell--event-lp-kizashi-2026-osaka {
  --kz-navy: #17263a;
  --kz-navy-deep: #0f1b2b;
  --kz-sage: #5d756c;
  --kz-sage-deep: #405c54;
  --kz-gold: #b79658;
  --kz-gold-light: #dcc796;
  --kz-ivory: #fbf8f1;
  --kz-ivory-deep: #f2ebdf;
  --kz-white: #fffefd;
  --kz-ink: #26343a;
  --kz-muted: #58676b;
  --kz-border: rgba(119, 99, 64, 0.22);
  --kz-shadow-sm: 0 8px 24px rgba(27, 40, 42, 0.08);
  --kz-shadow-md: 0 18px 48px rgba(27, 40, 42, 0.13);
  --kz-radius-sm: 10px;
  --kz-radius-md: 18px;
  --kz-radius-lg: 28px;
  --kz-content: 1120px;
  --kz-narrow: 780px;
  --kz-inline: 20px;
  --kz-display-serif: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  background: var(--kz-ivory);
}

body.mindavora-event-lp-page--kizashi-2026-osaka .site-header,
body.mindavora-event-lp-page--kizashi-2026-osaka .mindavora-back-to-top {
  display: none;
}

.mv-page-shell--event-lp-kizashi-2026-osaka .mindavora-event-lp-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.mv-page-shell--event-lp-kizashi-2026-osaka .mindavora-event-lp-hero,
.mv-page-shell--event-lp-kizashi-2026-osaka .mindavora-event-lp-cta,
.mv-page-shell--event-lp-kizashi-2026-osaka .mindavora-event-lp-back {
  display: none;
}

.kizashi-event,
.kizashi-event * {
  box-sizing: border-box;
}

.kizashi-event {
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: var(--kz-ink);
  background: var(--kz-ivory);
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-size: 16px;
  line-height: 1.9;
}

.kizashi-event h1,
.kizashi-event h2,
.kizashi-event h3,
.kizashi-event h4,
.kizashi-event p,
.kizashi-event ul,
.kizashi-event ol,
.kizashi-event dl,
.kizashi-event dd,
.kizashi-event figure {
  margin-top: 0;
}

.kizashi-event h1,
.kizashi-event h2,
.kizashi-event h3,
.kizashi-event h4,
.kizashi-event p,
.kizashi-event li,
.kizashi-event a,
.kizashi-event span,
.kizashi-event strong,
.kizashi-event dd {
  min-width: 0;
  overflow-wrap: anywhere;
}

.kizashi-event img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.kizashi-event a {
  color: inherit;
}

.kizashi-event a:focus-visible,
.kizashi-event .kizashi-button:focus-visible {
  outline: 3px solid #f3d995;
  outline-offset: 4px;
}

.kizashi-section {
  position: relative;
  padding: 72px var(--kz-inline);
}

.kizashi-section__inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--kz-content));
  margin: 0 auto;
}

.kizashi-narrow {
  width: min(100%, var(--kz-narrow));
}

.kizashi-kicker {
  margin: 0 0 12px;
  color: var(--kz-sage-deep);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.kizashi-heading {
  margin: 0;
  color: var(--kz-navy);
  font-family: var(--kz-display-serif);
  font-size: clamp(30px, 8vw, 44px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}

.kizashi-heading span {
  color: var(--kz-gold);
}

.kizashi-section-lead {
  max-width: 760px;
  margin: 22px auto 0;
  color: var(--kz-muted);
  font-size: 17px;
  line-height: 1.95;
  text-align: center;
}

.kizashi-section-lead--left {
  text-align: left;
}

.kizashi-section-lead p:last-child,
.kizashi-prose p:last-child {
  margin-bottom: 0;
}

.kizashi-prose {
  margin-top: 32px;
  font-size: 17px;
  line-height: 2;
}

.kizashi-prose p {
  margin-bottom: 1.35em;
}

.kizashi-button {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  padding: 14px 22px;
  border: 1px solid #b08b4b;
  border-radius: 999px;
  color: #182331;
  background: linear-gradient(135deg, #f1dfad 0%, #c8a564 54%, #e6ce91 100%);
  box-shadow: 0 10px 24px rgba(23, 31, 38, 0.2);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.kizashi-button:hover,
.kizashi-button:focus-visible {
  color: #182331;
  filter: brightness(1.04);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(23, 31, 38, 0.26);
}

.kizashi-button.is-disabled {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.74);
  background: #677176;
  box-shadow: none;
  cursor: not-allowed;
  filter: none;
  transform: none;
}

.kizashi-button__arrow {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.kizashi-button__arrow::after {
  position: absolute;
  top: 6px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

/* Hero */
.kizashi-hero {
  display: grid;
  isolation: isolate;
  min-height: 100svh;
  padding-top: 56px;
  padding-bottom: 76px;
  overflow: hidden;
  align-items: center;
  color: #fff;
  background: var(--kz-navy-deep);
}

.kizashi-hero::before,
.kizashi-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.kizashi-hero::before {
  z-index: 0;
  background: url("../../images/event-lps/kizashi-2026-osaka/backgrounds/bg-hero-fortune-mobile.webp") center top / cover no-repeat;
  filter: brightness(1.12) saturate(1.18) contrast(1.08);
  opacity: 1;
}

.kizashi-hero::after {
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(6, 20, 37, 0.26), transparent 34%, rgba(6, 20, 37, 0.46)),
    linear-gradient(90deg, rgba(6, 20, 37, 0.32), transparent 36%, transparent 68%, rgba(6, 20, 37, 0.26));
}

.kizashi-hero__inner {
  display: grid;
  gap: clamp(42px, 10vw, 72px);
  align-items: center;
}

.kizashi-hero__content {
  width: min(100%, 680px);
  margin: 0 auto;
  min-width: 0;
  text-align: center;
  text-shadow: 0 2px 18px rgba(6, 20, 37, 0.42);
}

.kizashi-hero__duo {
  display: flex;
  gap: clamp(10px, 2.5vw, 18px);
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #fff;
  font-family: var(--kz-display-serif);
  font-size: clamp(23px, 6vw, 32px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.055em;
  white-space: nowrap;
}

.kizashi-hero__duo-name {
  color: #fff;
}

.kizashi-hero__duo-mark {
  display: inline-grid;
  width: 1.85em;
  height: 1.85em;
  flex: 0 0 auto;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(220, 199, 150, 0.74);
  border-radius: 50%;
  color: var(--kz-gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.54em;
  line-height: 1;
  letter-spacing: 0;
  box-shadow:
    inset 0 0 12px rgba(248, 228, 166, 0.08),
    0 0 18px rgba(220, 199, 150, 0.16);
}

.kizashi-hero__theme {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 18px;
  line-height: 1.65;
}

.kizashi-event .kizashi-hero__program {
  display: flex;
  width: fit-content;
  margin: 14px auto;
  padding: 9px 18px;
  border: 1px solid rgba(220, 199, 150, 0.62);
  border-radius: 999px;
  color: #fff;
  background: rgba(15, 27, 43, 0.46);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.kizashi-hero__main-copy {
  margin: 0;
  color: #fff;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(26px, 7.6vw, 36px);
  font-weight: 700;
  line-height: 1.55;
}

.kizashi-hero__actions {
  display: grid;
  justify-items: center;
  margin-top: 32px;
}

.kizashi-hero__symbol {
  position: relative;
  display: grid;
  width: min(88vw, 380px);
  aspect-ratio: 1;
  margin: 0 auto;
  place-content: center;
  border: 1px solid rgba(220, 199, 150, 0.58);
  border-radius: 50%;
  color: #fff;
  background:
    radial-gradient(circle at 50% 42%, rgba(242, 221, 164, 0.3), transparent 34%),
    radial-gradient(circle, rgba(32, 92, 92, 0.28), rgba(15, 27, 43, 0.2) 58%, transparent 59%);
  box-shadow:
    inset 0 0 62px rgba(220, 199, 150, 0.16),
    0 0 105px rgba(220, 199, 150, 0.25);
  text-align: center;
  transform-origin: center;
  will-change: transform, box-shadow;
}

.kizashi-hero__symbol::before,
.kizashi-hero__symbol::after {
  position: absolute;
  border: 1px solid rgba(220, 199, 150, 0.34);
  border-radius: 50%;
  content: "";
  transform-origin: center;
  will-change: transform, opacity;
}

.kizashi-hero__symbol::before {
  inset: 18px;
}

.kizashi-hero__symbol::after {
  inset: 40px;
}

.kizashi-hero__symbol span {
  position: relative;
  z-index: 1;
}

.kizashi-hero__symbol-title {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin: 12px 0 0;
  color: #fff;
  line-height: 1;
}

.kizashi-hero__symbol-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 13vw, 64px);
  font-weight: 600;
  letter-spacing: 0.025em;
  text-shadow:
    0 0 22px rgba(248, 228, 166, 0.42),
    0 2px 18px rgba(6, 20, 37, 0.72);
}

.kizashi-hero__symbol-location {
  color: var(--kz-gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(13px, 3.8vw, 16px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: none;
  text-shadow: 0 0 14px rgba(248, 228, 166, 0.24);
}

.kizashi-hero__symbol .kizashi-hero__symbol-small {
  color: var(--kz-gold-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-shadow: 0 0 12px rgba(248, 228, 166, 0.2);
}

/* Meaning and hosts */
.kizashi-meaning {
  isolation: isolate;
  background: #f4ead8;
}

.kizashi-meaning::before,
.kizashi-meaning::after,
.kizashi-talk::before,
.kizashi-talk::after,
.kizashi-pricing::before,
.kizashi-pricing::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.kizashi-meaning::before {
  z-index: 0;
  background: url("../../images/event-lps/kizashi-2026-osaka/backgrounds/bg-section-light-fortune-mobile.webp") center top / cover no-repeat;
  opacity: 0.74;
}

.kizashi-meaning::after {
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 248, 237, 0.78), rgba(244, 234, 216, 0.9)),
    radial-gradient(ellipse at 50% 38%, rgba(255, 248, 237, 0.82), transparent 68%);
}

.kizashi-meaning .kizashi-prose {
  position: relative;
  padding: 28px 24px;
  border-top: 1px solid var(--kz-gold);
  border-bottom: 1px solid var(--kz-gold);
  background: rgba(255, 254, 253, 0.62);
}

.kizashi-hosts {
  background: #f4eee4;
}

.kizashi-host-grid {
  display: grid;
  gap: 26px;
  margin-top: 38px;
}

.kizashi-host-card {
  overflow: hidden;
  border: 1px solid var(--kz-border);
  border-radius: var(--kz-radius-lg);
  background: var(--kz-white);
  box-shadow: var(--kz-shadow-sm);
}

.kizashi-host-card__photo {
  position: relative;
  min-height: 330px;
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 30%, rgba(220, 199, 150, 0.3), transparent 52%),
    linear-gradient(180deg, #ece8df, #d8d3c9);
}

.kizashi-host-card__photo img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 94%;
  height: 96%;
  margin: auto;
  object-fit: contain;
  object-position: center bottom;
}

.kizashi-host-card__body {
  padding: 28px 24px 30px;
}

.kizashi-host-card__english {
  margin: 0;
  color: var(--kz-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.kizashi-host-card h3 {
  margin: 4px 0 6px;
  color: var(--kz-navy);
  font-family: var(--kz-display-serif);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}

.kizashi-host-card__role {
  margin: 0 0 18px;
  color: var(--kz-sage-deep);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
}

.kizashi-host-card__body > p:last-child {
  margin-bottom: 0;
  color: var(--kz-muted);
  line-height: 1.9;
}

/* Main talk */
.kizashi-talk {
  isolation: isolate;
  color: #fff;
  background: linear-gradient(180deg, var(--kz-navy-deep), var(--kz-navy));
}

.kizashi-talk::before {
  z-index: 0;
  background: url("../../images/event-lps/kizashi-2026-osaka/backgrounds/bg-section-dark-fortune-mobile.webp") center top / cover no-repeat;
  filter: brightness(1.08) saturate(1.12);
  opacity: 0.82;
}

.kizashi-talk::after {
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(6, 20, 37, 0.68), rgba(11, 31, 56, 0.82)),
    radial-gradient(ellipse at 50% 44%, rgba(6, 20, 37, 0.64), transparent 72%);
}

.kizashi-talk .kizashi-kicker,
.kizashi-final .kizashi-kicker {
  color: var(--kz-gold-light);
}

.kizashi-talk .kizashi-heading,
.kizashi-final .kizashi-heading {
  color: #fff;
}

.kizashi-talk__names,
.kizashi-talk__program-title {
  display: block;
}

.kizashi-heading .kizashi-talk__names {
  margin-bottom: 8px;
  color: var(--kz-gold-light);
  font-size: clamp(17px, 4vw, 22px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.kizashi-talk__names > span {
  display: inline-block;
  padding: 0 0.34em;
  color: var(--kz-gold-light);
}

.kizashi-heading .kizashi-talk__program-title {
  color: #fff;
  line-height: 1.45;
}

.kizashi-talk__layout {
  display: grid;
  gap: 30px;
  margin-top: 40px;
}

.kizashi-talk__copy {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.91);
}

.kizashi-talk__copy p:nth-child(-n+3) {
  margin-bottom: 12px;
  padding-left: 16px;
  border-left: 2px solid var(--kz-gold-light);
  color: #fff;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 17px;
  font-weight: 700;
}

.kizashi-talk-topics {
  padding: 28px 22px;
  border: 1px solid rgba(220, 199, 150, 0.38);
  border-radius: var(--kz-radius-lg);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--kz-shadow-md);
}

.kizashi-talk-topics h3 {
  margin: 0 0 22px;
  color: #fff;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 23px;
  line-height: 1.55;
}

.kizashi-talk-topics ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kizashi-talk-topics li {
  position: relative;
  padding: 10px 0 10px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.7;
}

.kizashi-talk-topics li::before {
  position: absolute;
  top: 20px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid var(--kz-gold-light);
  border-radius: 50%;
  content: "";
}

.kizashi-talk-topics > p {
  margin: 24px 0 0;
  color: var(--kz-gold-light);
  font-weight: 700;
  line-height: 1.85;
}

/* Life */
.kizashi-life {
  background: linear-gradient(140deg, #e8eee9, #f7f4ed 70%);
}

.kizashi-life__choices {
  margin: 30px 0;
  padding: 24px;
  border-left: 3px solid var(--kz-gold);
  color: var(--kz-navy);
  background: rgba(255, 255, 255, 0.58);
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 2.05;
}

/* Day sections */
.kizashi-day {
  padding-top: 64px;
  padding-bottom: 64px;
}

.kizashi-day--night {
  color: #fff;
  background: linear-gradient(145deg, #17263a, #28423f);
}

.kizashi-day--main {
  color: var(--kz-ink);
  background: #f6f0e6;
}

.kizashi-day__header {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-bottom: 18px;
  border-bottom: 1px solid currentColor;
}

.kizashi-day__header div {
  display: grid;
  gap: 3px;
}

.kizashi-day__header span {
  color: var(--kz-gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.kizashi-day--main .kizashi-day__header span {
  color: var(--kz-gold);
}

.kizashi-day__header strong {
  font-size: 15px;
}

.kizashi-day__header > p {
  display: none;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.05em;
  opacity: 0.74;
}

.kizashi-day__layout {
  display: grid;
  gap: 34px;
}

.kizashi-day__copy h2 {
  margin: 0 0 22px;
  color: inherit;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(29px, 8vw, 42px);
  line-height: 1.5;
}

.kizashi-day__lead {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.95;
}

.kizashi-day__copy > p:not(.kizashi-day__lead) {
  margin-bottom: 24px;
  line-height: 1.95;
  opacity: 0.9;
}

.kizashi-day__points {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kizashi-day__points li {
  position: relative;
  padding: 12px 14px 12px 38px;
  border: 1px solid rgba(220, 199, 150, 0.28);
  border-radius: var(--kz-radius-sm);
  background: rgba(255, 255, 255, 0.08);
  line-height: 1.7;
}

.kizashi-day--main .kizashi-day__points li {
  border-color: var(--kz-border);
  background: rgba(255, 255, 255, 0.62);
}

.kizashi-day__points li::before {
  position: absolute;
  top: 20px;
  left: 17px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--kz-gold-light);
  content: "";
}

.kizashi-day__gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 10px;
}

.kizashi-day__gallery figure,
.kizashi-day__main-photo {
  margin: 0;
  overflow: hidden;
  border-radius: var(--kz-radius-md);
  box-shadow: var(--kz-shadow-md);
}

.kizashi-day__gallery img,
.kizashi-day__main-photo img {
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}

/* Pricing */
.kizashi-pricing {
  isolation: isolate;
  background: #f2ebdf;
}

.kizashi-pricing::before {
  z-index: 0;
  background: url("../../images/event-lps/kizashi-2026-osaka/backgrounds/bg-section-emerald-fortune-mobile.webp") center / cover no-repeat;
  filter: brightness(1.08) saturate(1.18);
  opacity: 0.86;
}

.kizashi-pricing::after {
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(242, 235, 223, 0.78), rgba(242, 235, 223, 0.88)),
    radial-gradient(ellipse at 50% 44%, rgba(255, 250, 240, 0.68), transparent 70%);
}

.kizashi-bundle-card {
  display: grid;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
  padding: 26px 22px;
  border-radius: var(--kz-radius-lg);
  color: #fff;
  background: linear-gradient(135deg, var(--kz-navy), var(--kz-sage-deep));
  box-shadow: var(--kz-shadow-md);
}

.kizashi-bundle-card > div > span {
  display: inline-flex;
  padding: 4px 12px;
  border: 1px solid var(--kz-gold-light);
  border-radius: 999px;
  color: var(--kz-gold-light);
  font-size: 12px;
  font-weight: 800;
}

.kizashi-bundle-card h3 {
  margin: 10px 0 6px;
  color: #fff;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 27px;
  line-height: 1.4;
}

.kizashi-bundle-card p {
  margin-bottom: 2px;
}

.kizashi-bundle-card small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.kizashi-bundle-card__price {
  white-space: nowrap;
  text-align: center;
}

.kizashi-bundle-card__price strong {
  color: var(--kz-gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 43px;
  line-height: 1;
}

.kizashi-price-grid {
  display: grid;
  gap: 24px;
  margin-top: 24px;
}

.kizashi-price-card {
  overflow: hidden;
  border: 1px solid var(--kz-border);
  border-radius: var(--kz-radius-lg);
  background: var(--kz-white);
  box-shadow: var(--kz-shadow-sm);
}

.kizashi-price-card header {
  display: grid;
  gap: 4px;
  padding: 20px 22px;
  color: #fff;
  background: var(--kz-navy);
}

.kizashi-price-card--day2 header {
  background: var(--kz-sage-deep);
}

.kizashi-price-card header span {
  color: var(--kz-gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 700;
}

.kizashi-price-card header strong {
  font-size: 18px;
}

.kizashi-price-card header small {
  font-size: 13px;
}

.kizashi-price-card__body {
  padding: 26px 22px;
}

.kizashi-price-card h3 {
  margin: 0;
  color: var(--kz-navy);
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 23px;
  line-height: 1.6;
}

.kizashi-price-card__price {
  margin: 18px 0;
  color: var(--kz-navy);
  line-height: 1;
}

.kizashi-price-card__price strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 43px;
}

.kizashi-price-card__price small {
  font-size: 13px;
}

.kizashi-price-card dl {
  margin: 0;
  border-top: 1px solid var(--kz-border);
}

.kizashi-price-card dl div {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--kz-border);
}

.kizashi-price-card dt {
  color: var(--kz-muted);
  font-size: 13px;
  font-weight: 800;
}

.kizashi-price-card dd {
  margin: 0;
  font-weight: 700;
}

.kizashi-included {
  margin-top: 22px;
  padding: 18px;
  border-radius: var(--kz-radius-sm);
  background: #edf1ed;
}

.kizashi-included h4 {
  margin: 0 0 10px;
  color: var(--kz-sage-deep);
  font-size: 16px;
}

.kizashi-included ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 1.3em;
}

.kizashi-separate-fee {
  margin: 18px 0 0;
  color: #667276;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}

/* Optional experiences */
.kizashi-experiences {
  background: var(--kz-ivory);
}

.kizashi-experience-grid {
  display: grid;
  gap: 14px;
  margin-top: 38px;
}

.kizashi-experience-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 2px 16px;
  align-items: center;
  padding: 18px;
  border-radius: var(--kz-radius-sm);
  background: var(--kz-white);
  box-shadow: var(--kz-shadow-sm);
}

.kizashi-experience-card img {
  grid-row: 1 / span 4;
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.kizashi-experience-card h3 {
  margin: 0;
  color: var(--kz-navy);
  font-size: 17px;
  line-height: 1.55;
}

.kizashi-experience-card > p {
  margin: 4px 0 0;
  color: var(--kz-muted);
  font-size: 14px;
  line-height: 1.7;
}

.kizashi-experience-card .kizashi-experience-card__price,
.kizashi-experience-card .kizashi-experience-card__note {
  color: var(--kz-sage-deep);
  font-weight: 800;
}

.kizashi-experiences__empty {
  margin: 34px auto 0;
  padding: 28px;
  border: 1px dashed var(--kz-gold);
  border-radius: var(--kz-radius-md);
  background: var(--kz-white);
  text-align: center;
}

.kizashi-notice {
  margin-top: 28px;
  padding: 20px;
  border-left: 4px solid var(--kz-gold);
  background: #fff;
}

.kizashi-notice p {
  margin: 0;
  color: #667276;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
}

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

/* Venue */
.kizashi-venues {
  background: #edf1ed;
}

.kizashi-venue-grid {
  display: grid;
  gap: 26px;
  margin-top: 38px;
}

.kizashi-venue-card {
  overflow: hidden;
  border-radius: var(--kz-radius-lg);
  background: var(--kz-white);
  box-shadow: var(--kz-shadow-md);
}

.kizashi-venue-card__body {
  padding: 26px 22px;
}

.kizashi-venue-card__body > span {
  color: var(--kz-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 700;
}

.kizashi-venue-card h3 {
  margin: 5px 0 10px;
  color: var(--kz-navy);
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 26px;
}

.kizashi-venue-card__body > p {
  margin-bottom: 20px;
  color: var(--kz-muted);
}

.kizashi-venue-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.kizashi-venue-card dl div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
}

.kizashi-venue-card dt {
  color: var(--kz-sage-deep);
  font-size: 13px;
  font-weight: 800;
}

.kizashi-venue-card dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.kizashi-venue-card__gallery {
  display: grid;
  gap: 2px;
  background: #d2d8d4;
}

.kizashi-venue-card__gallery figure {
  position: relative;
  margin: 0;
}

.kizashi-venue-card__gallery img {
  height: 250px;
  object-fit: cover;
}

.kizashi-venue-card__gallery figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(15, 27, 43, 0.78);
  font-size: 12px;
  font-weight: 700;
}

/* Schedule */
.kizashi-schedule {
  background: var(--kz-white);
}

.kizashi-schedule-grid {
  display: grid;
  gap: 24px;
  margin-top: 38px;
}

.kizashi-schedule-card {
  overflow: hidden;
  border: 1px solid var(--kz-border);
  border-radius: var(--kz-radius-lg);
  background: var(--kz-ivory);
  box-shadow: var(--kz-shadow-sm);
}

.kizashi-schedule-card > header {
  padding: 20px 22px;
  color: #fff;
  background: var(--kz-navy);
}

.kizashi-schedule-card--day2 > header {
  background: var(--kz-sage-deep);
}

.kizashi-schedule-card > header span {
  color: var(--kz-gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 700;
}

.kizashi-schedule-card > header h3 {
  margin: 2px 0 0;
  color: #fff;
  font-size: 19px;
}

.kizashi-schedule-card ol {
  margin: 0;
  padding: 18px;
  list-style: none;
}

.kizashi-schedule-card li {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 4px 12px;
  align-items: center;
  padding: 14px 10px;
  border-bottom: 1px solid var(--kz-border);
}

.kizashi-schedule-card li:last-child {
  border-bottom: 0;
}

.kizashi-schedule-card time {
  color: var(--kz-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 700;
}

.kizashi-schedule-card li strong {
  font-size: 15px;
  line-height: 1.55;
}

.kizashi-schedule-card li small {
  grid-column: 2;
  color: var(--kz-muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.kizashi-schedule-card li.is-main {
  margin: 8px 0;
  padding: 18px 12px;
  border: 1px solid rgba(183, 150, 88, 0.5);
  border-radius: var(--kz-radius-sm);
  background: #fff8e9;
  box-shadow: 0 8px 18px rgba(183, 150, 88, 0.12);
}

.kizashi-schedule-card li.is-main strong {
  color: var(--kz-navy);
  font-size: 17px;
}

.kizashi-schedule-card li.is-main small {
  color: #8d6d34;
}

.kizashi-schedule-card li.is-secondary {
  color: #697479;
  background: #eef0ec;
}

.kizashi-schedule__note {
  margin: 24px 0 0;
  color: var(--kz-muted);
  font-size: 14px;
  text-align: center;
}

/* Welcome and application */
.kizashi-support {
  background: #f3eee5;
}

.kizashi-support-grid,
.kizashi-event .kizashi-step-grid {
  display: grid;
  gap: 18px;
  margin-top: 36px;
}

.kizashi-support-grid article {
  padding: 26px 22px;
  border-top: 3px solid var(--kz-gold);
  border-radius: 0 0 var(--kz-radius-md) var(--kz-radius-md);
  background: var(--kz-white);
  box-shadow: var(--kz-shadow-sm);
}

.kizashi-support-grid article > span {
  color: var(--kz-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 700;
}

.kizashi-support-grid h3,
.kizashi-step-grid h3 {
  margin: 8px 0 10px;
  color: var(--kz-navy);
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 21px;
  line-height: 1.55;
}

.kizashi-support-grid p,
.kizashi-step-grid p {
  margin-bottom: 0;
  color: var(--kz-muted);
  line-height: 1.85;
}

.kizashi-flow {
  background: var(--kz-white);
}

.kizashi-step-grid {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.kizashi-step-grid li {
  position: relative;
  padding: 28px 22px;
  border: 1px solid var(--kz-border);
  border-radius: var(--kz-radius-md);
  background: var(--kz-ivory);
}

.kizashi-step-grid li > span {
  color: var(--kz-sage-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.kizashi-flow__action,
.kizashi-final__action {
  display: flex;
  justify-content: center;
  max-width: 480px;
  margin: 34px auto 0;
}

/* Final */
.kizashi-final {
  isolation: isolate;
  padding-top: 90px;
  padding-bottom: 106px;
  color: #fff;
  background: var(--kz-navy-deep);
}

.kizashi-final::before,
.kizashi-final::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.kizashi-final::before {
  background: url("../../images/event-lps/kizashi-2026-osaka/backgrounds/bg-final-cta-fortune-mobile.webp") center / cover no-repeat;
  filter: brightness(1.16) saturate(1.25) contrast(1.12);
  opacity: 1;
}

.kizashi-final::after {
  background:
    linear-gradient(180deg, rgba(6, 20, 37, 0.34), transparent 22%, transparent 72%, rgba(6, 20, 37, 0.4)),
    linear-gradient(90deg, rgba(6, 20, 37, 0.26), transparent 18%, transparent 82%, rgba(6, 20, 37, 0.3));
}

.kizashi-final .kizashi-prose {
  color: rgba(255, 255, 255, 0.91);
  text-align: center;
}

@media (max-width: 374px) {
  .mv-page-shell--event-lp-kizashi-2026-osaka {
    --kz-inline: 16px;
  }

  .kizashi-heading {
    font-size: 28px;
  }

  .kizashi-schedule-card li {
    grid-template-columns: 94px minmax(0, 1fr);
  }

}

@media (min-width: 560px) {
  .kizashi-button {
    width: auto;
    min-width: 300px;
  }

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

  .kizashi-experience-card {
    display: block;
    text-align: center;
  }

  .kizashi-experience-card img {
    width: 76px;
    height: 76px;
    margin: 0 auto 12px;
  }

  .kizashi-venue-card__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kizashi-venue-card__gallery:has(figure:only-child) {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) {
  .mv-page-shell--event-lp-kizashi-2026-osaka {
    --kz-inline: 34px;
  }

  .kizashi-event {
    font-size: 17px;
  }

  .kizashi-section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .kizashi-prose {
    font-size: 18px;
  }

  .kizashi-hero {
    padding-top: 76px;
    padding-bottom: 90px;
  }

  .kizashi-hero::before {
    background-image: url("../../images/event-lps/kizashi-2026-osaka/backgrounds/bg-hero-fortune.webp");
  }

  .kizashi-meaning::before {
    background-image: url("../../images/event-lps/kizashi-2026-osaka/backgrounds/bg-section-light-fortune.webp");
  }

  .kizashi-meaning .kizashi-prose {
    padding: 42px 48px;
  }

  .kizashi-host-grid,
  .kizashi-price-grid,
  .kizashi-venue-grid,
  .kizashi-schedule-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kizashi-host-card__photo {
    min-height: 420px;
  }

  .kizashi-host-card__body {
    padding: 34px;
  }

  .kizashi-talk::before {
    background-image: url("../../images/event-lps/kizashi-2026-osaka/backgrounds/bg-section-dark-fortune.webp");
  }

  .kizashi-talk__layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 46px;
    align-items: start;
  }

  .kizashi-day {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .kizashi-day__header > p {
    display: block;
  }

  .kizashi-day__layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 48px;
    align-items: center;
  }

  .kizashi-day--main .kizashi-day__layout {
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  }

  .kizashi-day__gallery img,
  .kizashi-day__main-photo img {
    min-height: 380px;
  }

  .kizashi-pricing::before {
    background-image: url("../../images/event-lps/kizashi-2026-osaka/backgrounds/bg-section-emerald-fortune.webp");
  }

  .kizashi-bundle-card {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 30px 32px;
  }

  .kizashi-bundle-card .kizashi-button {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
  }

  .kizashi-price-card__body,
  .kizashi-venue-card__body {
    padding: 32px;
  }

  .kizashi-support-grid,
  .kizashi-step-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kizashi-final {
    padding-top: 124px;
    padding-bottom: 144px;
  }

  .kizashi-final::before {
    background-image: url("../../images/event-lps/kizashi-2026-osaka/backgrounds/bg-final-cta-fortune.webp");
  }

}

@media (min-width: 1024px) {
  .kizashi-hero__inner {
    grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
    grid-template-areas: "symbol content";
    gap: clamp(56px, 6vw, 72px);
  }

  .kizashi-hero__content {
    grid-area: content;
    margin-left: 0;
    text-align: left;
  }

  .kizashi-hero__duo {
    justify-content: flex-start;
  }

  .kizashi-hero__actions {
    justify-items: start;
  }

  .kizashi-event .kizashi-hero__program {
    margin-right: auto;
    margin-left: 0;
  }

  .kizashi-hero__symbol {
    grid-area: symbol;
    width: min(100%, 440px);
  }

  .kizashi-hero__symbol-name {
    font-size: clamp(56px, 6vw, 68px);
  }

  .kizashi-hero__main-copy {
    font-size: 39px;
  }

  .kizashi-host-card {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
    align-items: stretch;
  }

  .kizashi-host-card__photo {
    min-height: 470px;
  }

  .kizashi-host-card__body {
    align-self: center;
  }

  .kizashi-bundle-card {
    grid-template-columns: minmax(0, 1fr) auto minmax(260px, 0.5fr);
  }

  .kizashi-bundle-card .kizashi-button {
    grid-column: auto;
  }

  .kizashi-experience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kizashi-venue-card__gallery img {
    height: 310px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }

  .kizashi-hero::before {
    animation: kizashi-hero-drift 24s ease-in-out infinite alternate;
    will-change: transform, filter;
  }

  .kizashi-hero__symbol {
    animation: kizashi-sacred-glow 3s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  }

  .kizashi-hero__symbol::before {
    animation: kizashi-halo-breathe 3s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  }

  .kizashi-hero__symbol::after {
    animation: kizashi-halo-breathe 3s -0.33s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  }
}

@keyframes kizashi-sacred-glow {
  0%, 72%, 100% {
    transform: scale(1);
    border-color: rgba(220, 199, 150, 0.64);
    box-shadow:
      inset 0 0 62px rgba(220, 199, 150, 0.16),
      0 0 105px rgba(220, 199, 150, 0.25);
  }

  24% {
    transform: scale(1.015);
    border-color: rgba(255, 235, 177, 0.96);
    box-shadow:
      inset 0 0 84px rgba(255, 235, 177, 0.3),
      0 0 180px rgba(232, 207, 145, 0.55),
      0 0 76px rgba(255, 235, 177, 0.34),
      0 0 58px rgba(79, 151, 142, 0.22);
  }
}

@keyframes kizashi-halo-breathe {
  0%, 72%, 100% {
    opacity: 0.42;
    transform: scale(1);
    box-shadow: 0 0 22px rgba(220, 199, 150, 0.14);
  }

  24% {
    opacity: 0.92;
    transform: scale(1.085);
    box-shadow: 0 0 52px rgba(255, 232, 169, 0.42);
  }
}

@keyframes kizashi-hero-drift {
  from {
    filter: brightness(1.12) saturate(1.18) contrast(1.08);
    transform: scale(1.01);
  }

  to {
    filter: brightness(1.17) saturate(1.22) contrast(1.09);
    transform: scale(1.045);
  }
}
