:root {
  --black: #050505;
  --ink: #111111;
  --panel: #12100d;
  --panel-soft: #1d1811;
  --gold: #cfa95c;
  --gold-bright: #f3d48a;
  --gold-deep: #8f6428;
  --cream: #f5efe3;
  --muted: #bcb2a1;
  --line: rgba(207, 169, 92, 0.28);
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  --sans: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", system-ui, sans-serif;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
  --content: 1080px;
  --countdown-height: 42px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--cream);
  background: var(--black);
  font-family: var(--sans);
  font-size: clamp(16px, 1.12vw, 18px);
  line-height: 1.86;
}

.top-countdown {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 70;
  display: flex;
  min-height: var(--countdown-height);
  align-items: center;
  justify-content: center;
  gap: 14px;
  overflow: hidden;
  border-bottom: 1px solid rgba(22, 15, 5, 0.3);
  padding: 6px 14px;
  color: #120d04;
  background:
    linear-gradient(90deg, rgba(255, 239, 184, 0.8), rgba(203, 154, 58, 0.96), rgba(255, 228, 143, 0.88)),
    var(--gold);
  box-shadow: 0 12px 34px rgba(207, 169, 92, 0.25);
  font-family: var(--serif);
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.top-countdown::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.42) 46%, transparent 58%);
  transform: translateX(-100%);
  animation: timerSweep 1.4s linear infinite;
}

.top-countdown span,
.top-countdown strong {
  position: relative;
  z-index: 1;
}

.top-countdown span {
  font-size: clamp(0.9rem, 1.8vw, 1.1rem);
  font-weight: 600;
}

.top-countdown strong {
  font-size: clamp(1.08rem, 2.35vw, 1.6rem);
  font-weight: 900;
  line-height: 1.1;
}

.top-countdown b {
  display: inline-block;
  min-width: 1.28em;
  font-size: 1.2em;
  font-weight: 900;
}

.top-countdown {
  display: none;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(90deg, rgba(207, 169, 92, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(207, 169, 92, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 18% 18%, rgba(207, 169, 92, 0.12), transparent 34%),
    #050505;
  background-size: 88px 88px, 88px 88px, auto, auto;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  max-width: 100%;
}

.site-header {
  position: fixed;
  top: var(--countdown-height);
  left: 0;
  right: 0;
  z-index: 50;
  display: none;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--cream);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0));
  transition: background 0.25s ease, border-color 0.25s ease, padding 0.25s ease;
}

.site-header.is-scrolled {
  padding-block: 12px;
  border-bottom: 1px solid var(--line);
  background: rgba(6, 5, 4, 0.86);
  backdrop-filter: blur(10px);
}

.brand {
  display: grid;
  line-height: 1.1;
}

.brand span,
.eyebrow,
.plan,
.role,
.ribbon {
  color: var(--gold-bright);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-block;
  background: linear-gradient(90deg, #fff4c7, #f3d48a 45%, #ff4938);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 18px rgba(243, 212, 138, 0.16);
}

.brand strong {
  font-family: var(--serif);
  font-size: 1.12rem;
  letter-spacing: 0.08em;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2vw, 30px);
  color: rgba(245, 239, 227, 0.78);
  font-size: 0.88rem;
}

.nav-links a {
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--gold-bright);
}

.header-cta,
.primary-button,
.secondary-button,
.cta-image-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 700;
  line-height: 1.2;
}

.header-cta,
.primary-button {
  color: #160f05;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold), var(--gold-deep));
  box-shadow: 0 12px 32px rgba(207, 169, 92, 0.22);
}

.header-cta {
  min-height: 42px;
  padding: 0 22px;
  font-size: 0.9rem;
}

.primary-button {
  padding: 0 26px;
  animation: ctaPulse 2.4s ease-in-out infinite;
}

.primary-button.large {
  min-height: 60px;
  padding-inline: 38px;
  font-size: 1.03rem;
}

.secondary-button {
  min-height: 48px;
  border: 1px solid rgba(245, 239, 227, 0.42);
  padding: 0 24px;
  color: var(--cream);
  background: rgba(0, 0, 0, 0.24);
}

.cta-image-button {
  position: relative;
  top: 0;
  overflow: hidden;
  width: min(360px, 100%);
  max-width: 100%;
  min-width: 0;
  border-radius: 999px;
  box-shadow: 0 9px 0 rgba(4, 86, 34, 0.92), 0 18px 34px rgba(0, 0, 0, 0.25);
  filter: saturate(1.05);
  animation: cta-pulse 1.72s ease-in-out infinite;
  transition: filter 0.18s ease, top 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.cta-image-button::after {
  position: absolute;
  top: 0;
  left: -35%;
  width: 32%;
  height: 100%;
  pointer-events: none;
  content: "";
  border-radius: inherit;
  background: linear-gradient(105deg, transparent 0%, transparent 24%, rgba(255, 255, 255, 0.92) 50%, rgba(218, 255, 229, 0.68) 62%, transparent 100%);
  mix-blend-mode: screen;
  transform: skewX(-18deg) translateX(-220%);
  animation: btn-shine 2.25s ease-in-out infinite;
}

.cta-image-button img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.cta-image-button picture {
  display: block;
  width: 100%;
}

.cta-image-button:hover {
  top: 6px;
  filter: brightness(1.05) saturate(1.06);
  transform: none;
  box-shadow: 0 3px 0 rgba(4, 86, 34, 0.92), 0 10px 20px rgba(0, 0, 0, 0.22);
}

.cta-image-button.compact {
  width: min(260px, 100%);
}

.cta-image-button.large {
  width: min(460px, 100%);
}

.cta-image-button.sticky {
  width: clamp(150px, 14vw, 210px);
  border-radius: 50%;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34), 0 0 28px rgba(35, 214, 180, 0.22);
}

.cta-image-button:active {
  top: 9px;
  animation: none;
  transform: scale(1);
  filter: brightness(1.02) saturate(1.04);
  box-shadow: 0 0 0 rgba(4, 86, 34, 0.92), 0 4px 10px rgba(0, 0, 0, 0.18);
}

.cta-image-button:active::after {
  animation-play-state: paused;
  opacity: 0;
}

.availability {
  display: none;
  gap: 2px;
  border: 1px solid rgba(243, 212, 138, 0.54);
  margin-bottom: 22px;
  padding: 10px 16px;
  color: var(--cream);
  background: rgba(0, 0, 0, 0.48);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.36);
}

.availability strong {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  line-height: 1.05;
}

.availability span {
  color: rgba(245, 239, 227, 0.82);
  font-size: 0.84rem;
  font-weight: 600;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  place-items: center;
  padding: calc(58px + var(--countdown-height)) clamp(18px, 5vw, 72px) 44px;
}

.hero-video,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.54) 45%, rgba(0, 0, 0, 0.72)),
    linear-gradient(0deg, #050505 0%, rgba(0, 0, 0, 0.16) 24%, rgba(0, 0, 0, 0.12) 100%);
}

.hero-portraits {
  position: absolute;
  top: calc(var(--countdown-height) + 110px);
  right: clamp(26px, 5vw, 92px);
  z-index: 1;
  width: clamp(250px, 26vw, 390px);
  min-height: 590px;
  pointer-events: none;
}

.hero-portrait {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(243, 212, 138, 0.45);
  background: rgba(245, 239, 227, 0.92);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 22px 70px rgba(0, 0, 0, 0.48),
    0 0 46px rgba(207, 169, 92, 0.18);
}

.hero-portrait::after {
  position: absolute;
  inset: 0;
  content: "";
  box-shadow: inset 0 -90px 80px rgba(0, 0, 0, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.hero-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-portrait-fujimoto {
  top: 0;
  right: 72px;
  width: clamp(170px, 17vw, 250px);
  aspect-ratio: 4 / 5;
  opacity: 0.94;
}

.hero-portrait-fujimoto img {
  object-position: 40% 18%;
}

.hero-portrait-tanaka {
  top: 190px;
  right: 0;
  width: clamp(205px, 20vw, 300px);
  aspect-ratio: 4 / 5;
  opacity: 0.96;
}

.hero-portrait-tanaka img {
  object-position: center 20%;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(var(--content), 100%);
  transform: translateY(-70px);
}

.hero h1 {
  margin: 12px 0 24px;
  font-family: var(--serif);
  font-size: clamp(4.4rem, 13vw, 11rem);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow: 0 18px 55px rgba(0, 0, 0, 0.72);
}

.hero-lead {
  width: min(760px, 100%);
  margin: 0;
  color: rgba(245, 239, 227, 0.9);
  font-size: clamp(1rem, 1.65vw, 1.28rem);
  font-weight: 600;
}

.academy,
.hero-sub,
.limited-copy {
  width: min(760px, 100%);
  margin: 18px 0 0;
  color: rgba(245, 239, 227, 0.88);
  font-weight: 600;
}

.academy,
.limited-copy {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.8vw, 2.2rem);
}

.hero-sub {
  font-size: clamp(0.98rem, 1.5vw, 1.18rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.hero .cta-image-button {
  width: min(300px, 100%);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(820px, 100%);
  margin-top: 28px;
  border: 1px solid var(--line);
  background: var(--line);
  box-shadow: var(--shadow);
}

.hero-stats div {
  padding: 22px;
  background: rgba(12, 10, 7, 0.78);
  backdrop-filter: blur(12px);
}

.hero-stats span,
.hero-stats small {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.hero-stats strong {
  display: block;
  margin: 4px 0;
  font-family: var(--serif);
  font-size: clamp(1.18rem, 2vw, 1.8rem);
  line-height: 1.25;
}

.hero.hero-fv {
  display: block;
  min-height: 0;
  padding: clamp(8px, 1.2vw, 18px) clamp(14px, 4vw, 52px) 0;
  background: #050505;
}

.hero-fv picture,
.hero-fv img {
  display: block;
  margin-inline: auto;
}

.hero-fv picture {
  position: relative;
  overflow: hidden;
  width: min(100%, 1080px);
  max-width: 100%;
}

.hero-fv img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.fj-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(46px, 6vw, 74px) 20px;
  color: #160d04;
  background:
    radial-gradient(circle at 18% 18%, rgba(243, 212, 138, 0.12), transparent 32%),
    radial-gradient(circle at 86% 24%, rgba(159, 28, 22, 0.12), transparent 30%),
    linear-gradient(180deg, #080604, #050505 58%, #0d0804);
  font-family: var(--serif);
}

.fj-cta::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(115deg, transparent 0%, rgba(255, 235, 166, 0.12) 42%, transparent 56%),
    repeating-linear-gradient(90deg, rgba(207, 169, 92, 0.08), rgba(207, 169, 92, 0.08) 1px, transparent 1px, transparent 54px);
  opacity: 0.58;
}

.fj-cta .section-bg-video {
  z-index: 0;
  opacity: 0.42;
  filter: saturate(0.85) contrast(1.08) brightness(0.72);
}

.fj-cta__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(136px, 180px) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
  max-width: 940px;
  margin: 0 auto;
  border: 1px solid rgba(255, 239, 181, 0.72);
  border-radius: 4px;
  padding: clamp(28px, 4.2vw, 46px);
  background:
    linear-gradient(90deg, rgba(255, 244, 190, 0.68), rgba(255, 249, 229, 0.9) 44%, rgba(221, 162, 48, 0.48)),
    url("../assets/cta-grid-paper.webp");
  background-position: center;
  background-size: cover;
  box-shadow:
    0 0 0 1px rgba(86, 48, 8, 0.34) inset,
    0 0 0 6px rgba(255, 244, 188, 0.12),
    0 24px 70px rgba(0, 0, 0, 0.48);
}

.fj-cta__inner::before {
  position: absolute;
  inset: 12px;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(73, 38, 4, 0.18);
  border-radius: 2px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 38%, rgba(207, 169, 92, 0.1));
}

.fj-cta__badge {
  position: relative;
  display: flex;
  width: clamp(136px, 14vw, 172px);
  height: clamp(136px, 14vw, 172px);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid rgba(255, 245, 191, 0.95);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 24%, #fffbe5 0%, #f7d56f 28%, #b9750c 58%, #5d0500 100%);
  box-shadow:
    0 0 0 8px rgba(116, 8, 3, 0.88),
    0 0 0 12px rgba(255, 219, 112, 0.58),
    0 20px 38px rgba(0, 0, 0, 0.34),
    inset 0 0 28px rgba(255, 255, 255, 0.28);
  letter-spacing: 0.08em;
  justify-self: center;
  color: #190b02;
}

.fj-cta__badge::before {
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 249, 214, 0.68);
  border-radius: 50%;
  content: "";
}

.fj-cta__badge::after {
  position: absolute;
  bottom: 13px;
  left: 50%;
  width: 78px;
  height: 10px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 250, 215, 0.86), transparent);
  transform: translateX(-50%);
}

.fj-cta__badge span {
  position: relative;
  z-index: 1;
  color: #210b02;
  font-family: var(--sans);
  font-size: clamp(13px, 1.3vw, 16px);
  font-weight: 700;
}

.fj-cta__badge strong {
  position: relative;
  z-index: 1;
  margin: 3px 0;
  color: #4d0600;
  font-size: clamp(46px, 5.4vw, 70px);
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 245, 204, 0.62);
}

.seat-status {
  position: relative;
  display: grid;
  width: min(620px, 92%);
  margin: 0 auto 22px;
  padding: 11px 18px 13px;
  color: #fff;
  background: linear-gradient(180deg, #b3231b, #730e09);
  box-shadow:
    0 14px 26px rgba(82, 7, 3, 0.34),
    0 0 0 2px rgba(255, 255, 255, 0.2) inset;
  text-align: center;
}

.seat-status::after {
  position: absolute;
  bottom: -13px;
  left: 50%;
  z-index: 0;
  width: 34px;
  height: 34px;
  content: "";
  background: #730e09;
  box-shadow: 10px 10px 20px rgba(82, 7, 3, 0.2);
  transform: translateX(-50%) rotate(45deg);
}

.seat-status__deco {
  display: none;
}

.seat-status__main {
  position: relative;
  z-index: 1;
  font-family: var(--sans);
  font-size: clamp(1.3rem, 2.35vw, 1.85rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.04em;
}

.seat-status__main strong {
  display: inline-block;
  min-width: 1.2em;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 5.7vw, 4.9rem);
  font-weight: 900;
  line-height: 0.86;
  text-shadow: none;
}

.seat-status__sub {
  position: relative;
  z-index: 1;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--sans);
  font-size: clamp(0.9rem, 1.18vw, 1.04rem);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.seat-status.is-updated {
  animation: seatFlash 0.7s ease;
}

.seat-status.is-unavailable {
  opacity: 0.86;
}

.fj-cta__eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  border: 1px solid rgba(91, 45, 5, 0.36);
  padding: 7px 13px;
  color: #fff;
  background: linear-gradient(180deg, #b3231b, #730e09);
  font-family: var(--sans);
  font-size: clamp(0.86rem, 1.12vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.fj-cta__title {
  margin: 0;
  color: #140902;
  background: none;
  font-size: clamp(1.9rem, 3.35vw, 3.25rem);
  line-height: 1.12;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(255, 246, 207, 0.5);
  -webkit-text-fill-color: currentColor;
}

.fj-cta__title span {
  display: inline-block;
  margin-left: 0.15em;
  padding: 0;
  color: #7c0904;
  background: transparent;
  -webkit-text-fill-color: currentColor;
}

.fj-cta__date {
  display: inline-flex;
  align-items: stretch;
  overflow: hidden;
  margin: 18px auto 18px;
  border: 1px solid rgba(49, 24, 2, 0.52);
  border-radius: 0;
  background: rgba(255, 247, 220, 0.7);
  box-shadow: 0 12px 26px rgba(54, 27, 4, 0.18);
}

.fj-cta__day,
.fj-cta__time {
  padding: clamp(12px, 1.6vw, 17px) clamp(15px, 2.2vw, 24px);
}

.fj-cta__day {
  display: flex;
  align-items: center;
  gap: 12px;
  border-right: 1px solid rgba(49, 24, 2, 0.44);
  background: linear-gradient(180deg, rgba(159, 28, 22, 0.92), rgba(75, 8, 4, 0.94));
}

.fj-cta__day strong {
  color: #fff;
  font-size: clamp(1.85rem, 3.2vw, 3.05rem);
  line-height: 1;
}

.fj-cta__day span {
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 0;
  padding: 4px 7px;
  color: #fff;
  font-family: var(--sans);
  font-size: clamp(0.9rem, 1.25vw, 1.08rem);
  font-weight: 700;
}

.fj-cta__time strong,
.fj-cta__time span {
  display: block;
}

.fj-cta__time strong {
  color: #120905;
  font-size: clamp(1.1rem, 1.75vw, 1.55rem);
}

.fj-cta__time span {
  margin-top: 4px;
  color: #5d0500;
  font-family: var(--sans);
  font-size: clamp(0.82rem, 1.05vw, 0.95rem);
  font-weight: 600;
}

.fj-cta__button-slot {
  display: grid;
  width: 100%;
  gap: 18px;
  align-items: center;
  justify-items: center;
  justify-content: center;
  margin-top: 4px;
}

.fj-cta__content {
  text-align: center;
}

.fj-cta__date {
  margin-inline: auto;
}

.fj-cta__button {
  display: block;
  width: min(500px, 100%);
  justify-self: center;
  margin-inline: auto;
}

.fj-cta__offer {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: stretch;
  justify-content: center;
  margin: 0;
  color: #fff;
  text-align: center;
  text-shadow: none;
}

.fj-cta__offer span {
  display: grid;
  place-items: center;
  padding: 9px 14px;
  color: #fff;
  background: linear-gradient(180deg, #b3231b, #730e09);
  font-family: var(--sans);
  font-size: clamp(0.84rem, 1.08vw, 0.98rem);
  font-weight: 700;
}

.fj-cta__offer strong {
  display: grid;
  place-items: center;
  min-width: min(250px, 48vw);
  border-top: 1px solid rgba(57, 27, 2, 0.45);
  border-bottom: 1px solid rgba(57, 27, 2, 0.45);
  padding: 8px 17px;
  color: #120905;
  background: rgba(255, 249, 229, 0.82);
  font-size: clamp(1.85rem, 3.4vw, 2.95rem);
  line-height: 1;
}

.fj-cta__offer small {
  display: grid;
  place-items: center;
  border: 1px solid rgba(243, 212, 138, 0.42);
  border-left: 0;
  padding: 9px 14px;
  color: #fff;
  background: #120905;
  font-family: var(--sans);
  font-size: clamp(0.82rem, 1vw, 0.94rem);
  font-weight: 700;
}

.fj-cta__button:hover {
  top: 9px;
  filter: brightness(1.05) saturate(1.06);
  box-shadow: 0 0 0 rgba(4, 86, 34, 0.92), 0 6px 14px rgba(0, 0, 0, 0.2);
}

.section-pad {
  padding: clamp(70px, 10vw, 132px) clamp(18px, 5vw, 72px);
}

.section-head {
  width: min(680px, 100%);
}

.section-head.centered {
  margin-inline: auto;
  text-align: center;
}

h2,
h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: 0;
}

h2 {
  margin-top: 10px;
  color: #fff8ea;
  background: linear-gradient(100deg, #fffaf0 0%, #f3d48a 48%, #ff4938 112%);
  background-clip: text;
  font-size: clamp(1.9rem, 3.6vw, 3.45rem);
  line-height: 1.22;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 28px rgba(243, 212, 138, 0.12);
}

h3 {
  color: var(--gold-bright);
  font-size: clamp(1.28rem, 1.85vw, 1.75rem);
  line-height: 1.42;
  text-shadow: 0 0 18px rgba(243, 212, 138, 0.1);
}

.section-head p:not(.eyebrow) {
  color: rgba(255, 226, 148, 0.82);
  font-size: clamp(1rem, 1.16vw, 1.14rem);
  font-weight: 500;
}

.text-accent {
  color: #ffdf78;
  font-weight: 800;
  text-shadow: 0 0 14px rgba(243, 212, 138, 0.28);
}

.intro .text-accent {
  color: #ffdf78;
  font-weight: 800;
  text-shadow: 0 0 14px rgba(243, 212, 138, 0.24);
}

.highlight-label {
  display: inline;
  border: 1px solid rgba(255, 219, 168, 0.24);
  padding: 0.12em 0.42em 0.16em;
  color: #fff;
  background: linear-gradient(135deg, #d71919, #8d0808);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-weight: 800;
  line-height: 1.85;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 18px rgba(215, 25, 25, 0.22);
}

.text-hot {
  color: #ff4b36;
  font-weight: 800;
  text-shadow: 0 0 14px rgba(255, 75, 54, 0.26);
}

.intro .split-list article {
  background:
    linear-gradient(180deg, rgba(30, 24, 14, 0.86), rgba(9, 8, 6, 0.94));
}

.intro .split-list h3 {
  color: #f3d48a;
}

.intro .split-list li::before {
  background: rgba(243, 212, 138, 0.82);
  box-shadow: none;
}

.target-grid,
.profile-grid,
.result-grid,
.voice-grid,
.voice-list,
.split-list,
.problem-list,
.content-steps,
.pricing-grid,
.condition-grid,
.value-grid,
.long-copy,
.entry-grid {
  width: min(var(--content), 100%);
  margin: 46px auto 0;
}

.target-grid,
.result-grid,
.voice-grid,
.split-list,
.content-steps,
.condition-grid,
.value-grid {
  display: grid;
  gap: 18px;
}

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

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

.intro .section-head {
  width: min(820px, 100%);
}

.intro .section-head h2 {
  font-size: clamp(2.05rem, 4.2vw, 4.1rem);
}

.target-grid article,
.result-grid article,
.content-steps article,
.condition-grid article,
.value-grid article,
.voice-grid figure,
.voice-list article,
.split-list article,
.problem-list,
.long-copy,
.profile-card,
.price-card,
.schedule-card,
.detail-list,
.story-panel,
.open-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(31, 25, 16, 0.82), rgba(12, 10, 7, 0.9));
  box-shadow: var(--shadow);
}

.target-grid article,
.result-grid article,
.content-steps article,
.condition-grid article,
.value-grid article,
.split-list article,
.voice-list article,
.problem-list,
.long-copy {
  padding: 28px;
}

.target-grid span,
.content-steps span,
.condition-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 1.8rem;
}

.target-grid p,
.result-grid p,
.content-steps p,
.condition-grid p,
.value-grid p,
.split-list li,
.problem-list p,
.long-copy p,
.profile-card p,
.price-card li,
.story-panel p,
.open-card p,
.schedule-card p,
.detail-list dd,
.voice-grid blockquote {
  color: rgba(255, 249, 232, 0.86);
  font-size: clamp(1rem, 1.08vw, 1.1rem);
}

.split-list ul,
.price-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.split-list li {
  position: relative;
  border-bottom: 1px solid rgba(207, 169, 92, 0.14);
  padding: 12px 0 12px 24px;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  font-weight: 600;
}

.split-list li::before {
  position: absolute;
  left: 0;
  color: var(--gold-bright);
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 14px;
  background: var(--gold-bright);
  box-shadow: 0 0 18px rgba(243, 212, 138, 0.45);
  transform: rotate(45deg);
}

.intro-visual-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 18px;
  width: min(1080px, 100%);
  margin: 28px auto 0;
}

.intro-visual-card {
  position: relative;
  display: grid;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(243, 212, 138, 0.36);
  align-items: end;
  background: #080705;
  box-shadow: var(--shadow);
}

.intro-visual-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.86)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.24));
}

.intro-visual-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  transform: scale(1.03);
}

.intro-visual-card.primary img {
  object-position: 42% 12%;
}

.intro-visual-card > div {
  position: relative;
  z-index: 2;
  width: min(520px, 100%);
  padding: clamp(24px, 4vw, 42px);
}

.intro-visual-card span,
.about-proof span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.intro-visual-card strong,
.about-proof strong {
  display: block;
  color: #fff8ea;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.35vw, 2.25rem);
  line-height: 1.24;
}

.intro-visual-card p,
.about-proof p {
  margin: 14px 0 0;
  color: rgba(245, 239, 227, 0.78);
  font-weight: 500;
}

.problem {
  overflow: hidden;
  background: #050505;
}

.problem::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background: rgba(0, 0, 0, 0.65);
}

.problem .section-bg-video {
  opacity: 1;
  filter: none;
}

.problem .section-head,
.problem .problem-visual,
.problem .problem-list {
  position: relative;
  z-index: 2;
}

.problem-visual {
  width: min(820px, 92%);
  margin: clamp(28px, 4vw, 44px) auto 0;
  overflow: hidden;
  border: 1px solid rgba(243, 212, 138, 0.34);
  background: #050505;
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.42);
}

.problem-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 5.6;
  object-fit: cover;
  object-position: center;
}

.problem-list {
  display: grid;
  gap: 12px;
  counter-reset: problem;
}

.problem-list p {
  position: relative;
  margin: 0;
  border: 1px solid rgba(207, 169, 92, 0.18);
  padding: 18px 20px 18px 72px;
  background: rgba(5, 5, 5, 0.56);
  backdrop-filter: none;
  font-size: clamp(1.04rem, 1.28vw, 1.18rem);
  font-weight: 600;
}

.problem-list p:not(.problem-closing) {
  counter-increment: problem;
}

.problem-list p:not(.problem-closing)::before {
  position: absolute;
  top: 50%;
  left: 20px;
  color: rgba(243, 212, 138, 0.88);
  content: counter(problem, decimal-leading-zero);
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1;
  transform: translateY(-50%);
}

.problem-list .problem-closing {
  border-top: 1px solid var(--line);
  margin-top: 18px;
  padding: 28px;
  color: #fff8ea;
  font-family: var(--serif);
  font-size: clamp(1.18rem, 2vw, 1.62rem);
  line-height: 1.7;
}

.visual-story {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.98), rgba(16, 11, 4, 0.82)),
    #050505;
}

.visual-story::before {
  position: absolute;
  inset: 8% auto auto -8%;
  z-index: 2;
  width: 42vw;
  height: 42vw;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(243, 212, 138, 0.12);
  border-radius: 50%;
}

.visual-story::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.62) 54%, rgba(5, 5, 5, 0.82)),
    linear-gradient(180deg, rgba(5, 5, 5, 0.18), rgba(5, 5, 5, 0.84));
}

.visual-story-bg {
  opacity: 0.34;
  filter: saturate(0.82) contrast(1.08);
}

.visual-story-copy,
.visual-collage {
  position: relative;
  z-index: 3;
}

.visual-story-copy {
  width: min(520px, 100%);
  margin-left: auto;
}

.visual-story-copy h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.visual-story-copy p:not(.eyebrow) {
  color: rgba(245, 239, 227, 0.78);
  font-size: clamp(1.05rem, 1.25vw, 1.2rem);
  font-weight: 500;
}

.visual-collage {
  min-height: clamp(520px, 54vw, 720px);
}

.visual-collage figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(243, 212, 138, 0.38);
  background: #090805;
  box-shadow: var(--shadow);
}

.visual-collage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-collage-main {
  position: absolute;
  top: 8%;
  right: 0;
  width: min(760px, 88%);
  aspect-ratio: 16 / 9;
  transform: rotate(-1.4deg);
}

.visual-collage-sub {
  position: absolute;
  width: clamp(390px, 45vw, 645px);
  aspect-ratio: 16 / 9;
}

.visual-collage-sub::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  box-shadow: inset 0 -90px 80px rgba(0, 0, 0, 0.32);
}

.visual-collage-sub.growth {
  left: 0;
  bottom: 0;
  transform: rotate(2.2deg);
}

.visual-collage-mobile {
  display: none;
}

.visual-collage-sub figcaption {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 1;
  color: var(--gold-bright);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.dark-band {
  position: relative;
  border-block: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(10, 8, 5, 0.92)),
    repeating-linear-gradient(90deg, rgba(207, 169, 92, 0.055), rgba(207, 169, 92, 0.055) 1px, transparent 1px, transparent 64px);
}

#profile {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.76), rgba(5, 5, 5, 0.94)),
    url("../assets/profile-bg-network.webp") center / cover no-repeat,
    #050505;
}

#profile::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background: rgba(0, 0, 0, 0.65);
}

#profile .section-bg-video {
  opacity: 1;
  filter: none;
}

#profile .section-head,
#profile .profile-grid {
  position: relative;
  z-index: 2;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(34px, 8vw, 92px);
  width: min(var(--content), 100%);
  margin: 0 auto;
  align-items: start;
}

.about-lead-photo {
  position: relative;
  width: min(420px, 100%);
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border: 1px solid rgba(243, 212, 138, 0.36);
  margin: 14px 0 0;
  background: #050505;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 18px 48px rgba(0, 0, 0, 0.38),
    0 0 34px rgba(243, 212, 138, 0.12);
}

.about-lead-photo::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.32), transparent 24%, rgba(0, 0, 0, 0.22)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 46%, rgba(0, 0, 0, 0.4));
}

.about-lead-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  filter: contrast(1.08) saturate(0.9);
}

.feature-list {
  display: grid;
  gap: 18px;
}

.feature-list p {
  position: relative;
  margin: 0;
  border-left: 1px solid var(--gold);
  padding: 8px 0 8px 24px;
  color: rgba(245, 239, 227, 0.84);
  font-size: clamp(1.04rem, 1.18vw, 1.18rem);
  font-weight: 500;
}

.about-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 1px;
  width: min(var(--content), 100%);
  margin: 42px auto 0;
  border: 1px solid var(--line);
  background: var(--line);
  box-shadow: var(--shadow);
}

.about-showcase figure {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  margin: 0;
  background: #080705;
}

.about-showcase figure::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.64));
}

.about-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-proof {
  display: grid;
  align-content: center;
  padding: clamp(28px, 5vw, 56px);
  background:
    linear-gradient(135deg, rgba(207, 169, 92, 0.2), rgba(14, 10, 5, 0.95) 42%),
    #0b0906;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(1080px, 100%);
  margin: 42px auto 0;
  border: 1px solid rgba(207, 169, 92, 0.34);
  background: rgba(207, 169, 92, 0.28);
  box-shadow: var(--shadow);
}

.proof-strip div {
  padding: clamp(24px, 4vw, 42px);
  background:
    linear-gradient(145deg, rgba(207, 169, 92, 0.16), rgba(8, 7, 5, 0.92) 48%),
    #0a0805;
}

.proof-strip span,
.compare-card span,
.flow-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-bright);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.proof-strip strong {
  display: block;
  color: #fff8ea;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1.05;
}

.proof-strip p {
  margin: 12px 0 0;
  color: rgba(245, 239, 227, 0.74);
  font-weight: 500;
}

.compare-grid,
.flow-grid {
  display: grid;
  gap: 20px;
  width: min(1080px, 100%);
  margin: 46px auto 0;
}

.compare-grid {
  grid-template-columns: 0.9fr 1.1fr;
}

.compare-card,
.flow-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(207, 169, 92, 0.32);
  padding: clamp(30px, 5vw, 54px);
  background: linear-gradient(180deg, rgba(31, 25, 16, 0.82), rgba(9, 8, 6, 0.94));
  box-shadow: var(--shadow);
}

.compare-card.highlighted {
  border-color: rgba(243, 212, 138, 0.68);
  background:
    linear-gradient(135deg, rgba(207, 169, 92, 0.26), rgba(12, 9, 5, 0.94) 42%),
    #0b0906;
}

.compare-card h3,
.flow-grid h3 {
  font-size: clamp(1.55rem, 2.8vw, 2.55rem);
}

.compare-card ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.compare-card li {
  position: relative;
  padding-left: 24px;
  color: rgba(245, 239, 227, 0.78);
  font-weight: 500;
}

.compare-card li::before {
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--gold-bright);
  transform: rotate(45deg);
}

.compare-card.muted {
  opacity: 0.76;
}

.flow-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  counter-reset: flowStep;
  position: relative;
  overflow: visible;
  gap: clamp(30px, 4vw, 44px);
}

.flow-grid::before,
.flow-grid::after {
  content: none;
}

.flow-grid::before {
  z-index: 0;
  background:
    radial-gradient(ellipse at 18% 50%, rgba(243, 212, 138, 0.16), transparent 34%),
    radial-gradient(ellipse at 52% 50%, rgba(159, 28, 22, 0.14), transparent 38%),
    radial-gradient(ellipse at 84% 50%, rgba(243, 212, 138, 0.16), transparent 34%);
  filter: blur(10px);
  opacity: 0.72;
}

.flow-grid::after {
  z-index: 0;
  width: 24%;
  right: auto;
  background:
    linear-gradient(100deg, transparent 0%, rgba(255, 245, 207, 0.86) 38%, rgba(255, 64, 48, 0.38) 58%, transparent 100%);
  filter: blur(8px) drop-shadow(0 0 20px rgba(243, 212, 138, 0.42));
  opacity: 0;
  transform: translateY(-50%) skewX(-18deg);
}

.flow-grid article {
  z-index: 2;
  min-height: 330px;
  overflow: visible;
  counter-increment: flowStep;
}

.flow-grid article::before {
  position: absolute;
  right: 18px;
  bottom: -10px;
  color: rgba(243, 212, 138, 0.1);
  content: counter(flowStep, decimal-leading-zero);
  font-family: var(--serif);
  font-size: clamp(7rem, 13vw, 12rem);
  font-weight: 700;
  line-height: 0.8;
}

.flow-grid article:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: calc(clamp(30px, 4vw, 44px) * -0.62);
  z-index: 0;
  width: 22px;
  height: 22px;
  border-top: 3px solid rgba(243, 212, 138, 0.34);
  border-right: 3px solid rgba(243, 212, 138, 0.34);
  content: "";
  filter: blur(0.2px) drop-shadow(0 0 12px rgba(243, 212, 138, 0.18));
  transform: translate(50%, -50%) rotate(45deg);
}

.flow-grid article > * {
  position: relative;
  z-index: 1;
}

.flow-grid span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(243, 212, 138, 0.34);
  padding: 7px 12px;
  background:
    linear-gradient(90deg, rgba(243, 212, 138, 0.18), rgba(159, 28, 22, 0.16)),
    rgba(5, 5, 5, 0.46);
  box-shadow: 0 0 22px rgba(243, 212, 138, 0.08);
}

.flow-grid p {
  position: relative;
  z-index: 1;
  margin: 22px 0 0;
  color: rgba(245, 239, 227, 0.76);
  font-weight: 500;
}

.hash-tags {
  color: var(--gold-bright) !important;
  font-size: 0.92rem;
  font-weight: 600;
}

.profile-grid,
.pricing-grid,
.entry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.profile-card,
.price-card {
  padding: clamp(28px, 4vw, 46px);
}

.profile-card {
  position: relative;
  overflow: hidden;
}

.reveal-up {
  opacity: 0;
  transform: translate3d(0, 42px, 0) scale(0.985);
  transition:
    opacity 0.9s ease var(--reveal-delay, 0s),
    transform 0.95s cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0s);
  will-change: opacity, transform;
}

.reveal-up.is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.reveal-fancy:is(figure, article, .intro-visual-card, .voice-list) {
  transform: translate3d(0, 48px, 0) scale(0.975);
}

.reveal-fancy.is-revealed:is(figure, article, .intro-visual-card, .voice-list) {
  transform: translate3d(0, 0, 0) scale(1);
}

.profile-grid .reveal-up:nth-child(2) {
  transition-delay: 0.16s;
}

.result-grid .reveal-up:nth-child(2) {
  transition-delay: 0.08s;
}

.result-grid .reveal-up:nth-child(3) {
  transition-delay: 0.16s;
}

.result-grid .reveal-up:nth-child(4) {
  transition-delay: 0.24s;
}

.profile-card::before {
  position: absolute;
  top: 18px;
  right: 20px;
  color: rgba(243, 212, 138, 0.08);
  content: "PROFILE";
  font-family: var(--serif);
  font-size: clamp(3.2rem, 6vw, 6rem);
  font-weight: 700;
  line-height: 1;
}

.profile-card > * {
  position: relative;
  z-index: 1;
}

.profile-card.featured {
  background:
    linear-gradient(135deg, rgba(207, 169, 92, 0.18), rgba(16, 12, 7, 0.92) 48%),
    linear-gradient(180deg, rgba(31, 25, 16, 0.88), rgba(12, 10, 7, 0.94));
}

.profile-card h3 {
  margin: 8px 0 18px;
  font-size: clamp(1.85rem, 3.5vw, 3.1rem);
}

.profile-card .role {
  display: flex;
  min-height: 2.6em;
  align-items: flex-end;
}

.profile-card h3 {
  min-height: 1.3em;
}

.profile-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  margin: 0 -10px 30px;
  border: 1px solid rgba(243, 212, 138, 0.42);
  background:
    linear-gradient(135deg, rgba(243, 212, 138, 0.16), rgba(0, 0, 0, 0) 42%),
    #f4f7f8;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

.profile-photo::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), inset 0 -80px 80px rgba(0, 0, 0, 0.12);
}

.profile-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-photo-fujimoto img {
  object-position: 38% 18%;
}

.profile-photo-tanaka img {
  object-position: center 10%;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.tag-list li {
  border: 1px solid rgba(207, 169, 92, 0.38);
  padding: 6px 10px;
  color: var(--gold-bright);
  font-size: 0.82rem;
}

.results {
  background: #0b0906;
}

.result-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  counter-reset: result;
}

.result-grid article > span {
  color: var(--gold-bright);
  font-size: 0.9rem;
  font-weight: 600;
}

.result-grid article {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: clamp(30px, 4vw, 48px);
  counter-increment: result;
}

.result-grid article::before {
  position: absolute;
  top: 18px;
  right: 22px;
  color: rgba(243, 212, 138, 0.12);
  content: "CASE " counter(result, decimal-leading-zero);
  font-family: var(--serif);
  font-size: clamp(2.6rem, 6vw, 5.5rem);
  font-weight: 700;
  line-height: 1;
}

.result-grid article::after {
  position: absolute;
  inset: auto -60px -90px auto;
  width: 220px;
  height: 220px;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(243, 212, 138, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 70px rgba(207, 169, 92, 0.08);
}

.before-after {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 8px 14px;
  align-items: center;
  align-content: start;
  height: auto;
  margin: 18px 0 6px;
  position: relative;
  z-index: 1;
}

.before-after strong {
  color: #fff8ea;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.45vw, 2.45rem);
  font-weight: 800;
  line-height: 1.15;
  text-shadow: 0 0 20px rgba(243, 212, 138, 0.16);
}

.before-after strong:nth-of-type(2) {
  color: #ff3f2f;
  font-size: clamp(1.55rem, 2.65vw, 2.65rem);
  text-shadow: 0 0 18px rgba(255, 63, 47, 0.32), 0 0 34px rgba(207, 34, 24, 0.18);
}

.before-after strong.compact-after {
  font-size: clamp(1.38rem, 2.05vw, 2.05rem);
  line-height: 1.08;
}

.before-after .after-note {
  display: inline-block;
  color: #ffdf78;
  font-size: 0.82em;
  line-height: 1.05;
}

.before-after small {
  display: inline-flex;
  min-width: 86px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 6px 12px;
  color: #fff;
  background: #050505;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.before-after small:nth-of-type(2) {
  border-color: rgba(255, 220, 180, 0.3);
  background: linear-gradient(135deg, #d71919, #8d0808);
  box-shadow: 0 12px 28px rgba(215, 25, 25, 0.28);
}

.before-after em {
  grid-column: 1 / -1;
  display: block;
  width: min(260px, 100%);
  height: 2px;
  background: linear-gradient(90deg, rgba(243, 212, 138, 0.16), rgba(255, 59, 47, 0.88), rgba(243, 212, 138, 0.16));
}

.result-highlight {
  color: #ffdf78;
  font-weight: 700;
}

.result-highlight.hot {
  color: #ff4b36;
  text-shadow: 0 0 16px rgba(255, 75, 54, 0.24);
}

.result-photo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 6px 0 22px;
  border: 1px solid rgba(243, 212, 138, 0.36);
  background: #050505;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 18px 42px rgba(0, 0, 0, 0.34);
}

.result-photo::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.22)),
    linear-gradient(90deg, rgba(207, 169, 92, 0.14), transparent 38%, rgba(207, 169, 92, 0.08));
}

.result-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.story,
.final-cta {
  position: relative;
  overflow: hidden;
}

.story {
  background:
    url("../assets/story-marble-bg.webp") center / cover no-repeat,
    #f7f5ef;
}

.story::before,
.final-cta::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
}

.story::before {
  background: none;
}

.section-bg-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(230px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(26px, 4vw, 52px);
  align-items: center;
  width: min(860px, 100%);
  margin: 0 auto;
  padding: clamp(32px, 6vw, 64px);
  opacity: 0;
  border: 1px solid rgba(176, 135, 64, 0.38);
  background: rgba(8, 7, 5, 0.84);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26), 0 0 0 1px rgba(255, 255, 255, 0.28) inset;
  transform: translateY(46px);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.story-panel.is-revealed {
  opacity: 1;
  transform: translateY(0);
  animation: storyPanelGlow 3.8s ease-in-out infinite;
}

.story-photo {
  position: relative;
  align-self: stretch;
  overflow: hidden;
  min-height: 420px;
  margin: 0;
  border: 1px solid rgba(243, 212, 138, 0.44);
  background: #0b0906;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.story-panel.is-revealed .story-photo {
  animation: storyPhotoGlow 3.2s ease-in-out infinite;
}

.story-photo::before {
  position: absolute;
  inset: 12px;
  z-index: 1;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(243, 212, 138, 0.24);
}

.story-photo::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.36));
  box-shadow: inset 0 -120px 90px rgba(0, 0, 0, 0.26);
}

.story-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.story-copy {
  position: relative;
  z-index: 1;
}

.story-name {
  display: inline-block;
  margin: 0 0 8px;
  color: #fff8ea;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-shadow: 0 0 18px rgba(243, 212, 138, 0.28), 0 0 34px rgba(207, 169, 92, 0.18);
}

.story-copy .eyebrow {
  text-shadow: 0 0 16px rgba(243, 212, 138, 0.45);
}

.story-copy p:not(.eyebrow):not(.story-name) {
  text-shadow: 0 0 16px rgba(255, 248, 234, 0.12), 0 1px 18px rgba(0, 0, 0, 0.72);
}

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

.voices-section {
  position: relative;
  overflow: hidden;
  background: #050505;
}

.voices-section::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background: rgba(0, 0, 0, 0.65);
}

.voices-section .section-bg-video {
  opacity: 1;
  filter: none;
}

.voices-section .section-head,
.voices-section .voice-list {
  position: relative;
  z-index: 2;
}

.voices-section .section-head {
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.62);
}

.voice-list {
  display: grid;
  gap: 22px;
  overflow: hidden;
  width: min(1080px, 100%);
  -webkit-mask-image: none;
  mask-image: none;
}

.voice-marquee {
  overflow: hidden;
}

.voice-track {
  display: flex;
  width: max-content;
  gap: 18px;
  will-change: transform;
}

.voice-marquee--ltr .voice-track {
  animation: voiceMarqueeLtr 58s linear infinite;
}

.voice-marquee--rtl .voice-track {
  animation: voiceMarqueeRtl 58s linear infinite;
}

.voice-list article h3 {
  margin: 0;
  color: var(--gold-bright);
  font-family: var(--sans);
  font-size: clamp(1.08rem, 1.2vw, 1.22rem);
  font-weight: 600;
  line-height: 1.5;
}

.voice-list article p {
  margin: 0;
  color: rgba(245, 239, 227, 0.84);
  font-size: clamp(1rem, 1.06vw, 1.08rem);
}

.voice-list article {
  position: relative;
  flex: 0 0 min(520px, calc((100vw - 120px) / 2));
  min-height: 300px;
  overflow: hidden;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(18, 15, 10, 0.94), rgba(4, 4, 4, 0.98)),
    #050505;
  backdrop-filter: none;
}

.voice-list article::before {
  display: block;
  margin-bottom: 16px;
  color: rgba(243, 212, 138, 0.62);
  content: "VOICE";
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.2vw, 2.1rem);
  line-height: 1;
}

.voice-list article::after {
  position: absolute;
  right: -28px;
  bottom: -32px;
  width: 130px;
  height: 130px;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(243, 212, 138, 0.16);
  border-radius: 50%;
}

.voice-person {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
  justify-items: center;
  margin-bottom: 24px;
  text-align: center;
}

.voice-person img {
  position: relative;
  z-index: 1;
  display: block;
  width: 192px;
  height: 192px;
  border: 2px solid rgba(243, 212, 138, 0.78);
  border-radius: 50%;
  background: #0b0906;
  box-shadow: 0 0 0 8px rgba(207, 169, 92, 0.11), 0 18px 36px rgba(0, 0, 0, 0.32);
  object-fit: cover;
}

.voice-grid figure {
  margin: 0;
  padding: 28px;
}

.voice-grid blockquote {
  margin: 0;
}

.voice-grid figcaption {
  margin-top: 18px;
  color: var(--gold-bright);
  font-weight: 600;
}

.content-steps {
  grid-template-columns: 1fr;
  gap: 24px;
  width: min(var(--content), 100%);
  counter-reset: contentStep;
}

.content-steps article {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(24px, 4vw, 44px);
  align-items: center;
  overflow: hidden;
  min-height: 0;
  padding: clamp(30px, 4vw, 46px);
  counter-increment: contentStep;
}

.content-steps article::before {
  position: absolute;
  top: 22px;
  right: 26px;
  color: rgba(243, 212, 138, 0.88);
  content: "POINT " counter(contentStep, decimal-leading-zero);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3.4vw, 3.15rem);
  font-weight: 700;
  line-height: 0.9;
  opacity: 0.18;
}

.content-steps article::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(135deg, rgba(243, 212, 138, 0.18), transparent 38%),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.34));
}

.content-steps article > * {
  position: relative;
  z-index: 1;
}

.content-step-visual,
.content-step-copy {
  position: relative;
  z-index: 1;
}

.content-step-visual > span,
.content-step-copy > span {
  display: inline-grid;
  width: clamp(116px, 12vw, 156px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(243, 212, 138, 0.42);
  color: rgba(243, 212, 138, 0.92);
  background:
    radial-gradient(circle at 50% 28%, rgba(243, 212, 138, 0.16), transparent 54%),
    rgba(5, 5, 5, 0.58);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.34), inset 0 0 28px rgba(207, 169, 92, 0.08);
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 700;
  line-height: 1;
}

.content-step-copy > span {
  display: none;
}

.content-step-copy {
  align-self: center;
}

.content-step-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(243, 212, 138, 0.34);
  background: #050505;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

.content-step-photo::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.34)),
    linear-gradient(90deg, rgba(207, 169, 92, 0.12), transparent 42%, rgba(0, 0, 0, 0.14));
}

.content-step-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  opacity: 0.86;
  filter: saturate(0.9) contrast(1.08);
}

.content-steps h3 {
  margin-bottom: 16px;
  font-size: clamp(1.35rem, 2.25vw, 2rem);
}

.long-copy {
  display: grid;
  gap: 0;
}

.long-copy p {
  position: relative;
  margin: 0;
  padding-bottom: 18px;
  line-height: 2.05;
}

.long-copy p + p {
  padding-top: 18px;
}

.long-copy p:not(:last-child)::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background-image: repeating-linear-gradient(90deg, rgba(243, 212, 138, 0.34) 0 2px, transparent 2px 7px);
  opacity: 0.7;
}

.long-copy h3 {
  margin-top: 18px;
  color: var(--gold-bright);
  font-size: clamp(1.2rem, 1.65vw, 1.5rem);
}

.price-speaker-photo {
  position: relative;
  width: min(760px, 100%);
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border: 1px solid rgba(243, 212, 138, 0.42);
  margin: 18px auto 36px;
  background:
    radial-gradient(circle at 45% 18%, rgba(243, 212, 138, 0.16), transparent 44%),
    #050505;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 22px 70px rgba(0, 0, 0, 0.44),
    0 0 48px rgba(243, 212, 138, 0.16);
}

.price-speaker-photo::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 20%, transparent 78%, rgba(0, 0, 0, 0.42)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 42%, rgba(0, 0, 0, 0.46));
}

.price-speaker-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  filter: contrast(1.12) saturate(0.9);
  mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
}

#price .price-speaker-photo + .long-copy {
  margin-top: 0;
}

.price-plan-head {
  margin-top: 54px;
}

.price-card {
  position: relative;
  overflow: hidden;
}

.price-card.recommended {
  border-color: rgba(255, 226, 142, 0.88);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 241, 178, 0.32), transparent 31%),
    radial-gradient(circle at 88% 18%, rgba(255, 64, 48, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(207, 169, 92, 0.34), rgba(20, 15, 8, 0.94) 42%),
    linear-gradient(180deg, rgba(45, 34, 16, 0.96), rgba(9, 8, 6, 0.98));
  box-shadow:
    var(--shadow),
    0 0 52px rgba(243, 212, 138, 0.26),
    inset 0 0 42px rgba(207, 169, 92, 0.12);
  animation: annualPlanGlow 2.6s ease-in-out infinite;
}

.price-card.recommended {
  padding-top: clamp(76px, 6vw, 92px);
}

.price-card.recommended::before {
  position: absolute;
  inset: -35% auto -35% -55%;
  z-index: 0;
  width: 52%;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 248, 211, 0.28), rgba(255, 207, 87, 0.18), transparent);
  transform: skewX(-18deg);
  animation: annualPlanShine 3.4s ease-in-out infinite;
}

.price-card.recommended::after {
  position: absolute;
  inset: 12px;
  z-index: 0;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(255, 230, 152, 0.32);
  box-shadow: inset 0 0 28px rgba(255, 218, 110, 0.12);
}

.price-card.recommended > * {
  position: relative;
  z-index: 1;
}

.ribbon {
  position: absolute;
  top: 18px;
  right: 22px;
  display: inline-flex;
  width: max-content;
  max-width: calc(100% - 44px);
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(243, 212, 138, 0.58);
  padding: 4px 10px;
  line-height: 1.2;
  white-space: nowrap;
}

.price-card.recommended .ribbon {
  color: #160d04;
  background: linear-gradient(135deg, #fff4c7, #f3d48a 48%, #cfa95c);
  box-shadow: 0 0 22px rgba(243, 212, 138, 0.34);
}

.price-card.recommended .plan {
  max-width: 100%;
  color: #fff4c7;
  text-shadow: 0 0 16px rgba(243, 212, 138, 0.34);
}

.price-card.recommended h3 {
  color: #fff8ea;
  text-shadow: 0 0 22px rgba(243, 212, 138, 0.2);
}

.price-card.recommended strong {
  display: inline-block;
  color: transparent;
  background: linear-gradient(100deg, #fff8df, #f3d48a 42%, #cfa95c 70%, #fff1bd);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 18px rgba(243, 212, 138, 0.25));
}

.price-card.recommended strong span {
  color: #ffe8a8;
  -webkit-text-fill-color: #ffe8a8;
}

.price-card.recommended .note {
  border-left: 2px solid rgba(243, 212, 138, 0.6);
  padding-left: 14px;
  color: rgba(255, 244, 209, 0.86);
}

.price-card.recommended li {
  color: rgba(255, 249, 232, 0.92);
}

.price-card.recommended li::before {
  background: linear-gradient(135deg, #fff4c7, #f3d48a, #cfa95c);
  box-shadow: 0 0 14px rgba(243, 212, 138, 0.5);
}

.price-card strong {
  display: block;
  margin: 18px 0 8px;
  color: #fff8ea;
  font-family: var(--serif);
  font-size: clamp(2rem, 4.8vw, 3.55rem);
  line-height: 1;
}

.price-card strong span {
  display: inline-block;
  margin-left: 8px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 600;
}

.price-card li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  background: var(--gold);
  transform: rotate(45deg) translateY(-1px);
}

.open-class {
  padding-top: 0;
}

.open-details {
  margin-top: 0;
  border-top: 0;
  padding: clamp(30px, 5vw, 58px);
}

.rate-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  margin: 18px 0;
  background: var(--line);
}

.rate-box p {
  padding: 22px;
  background: rgba(0, 0, 0, 0.32);
}

.rate-box strong {
  display: block;
  margin-top: 8px;
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.4vw, 2rem);
}

.open-class-price-visual {
  position: relative;
  overflow: hidden;
  width: min(100%, 980px);
  margin: 28px auto 34px;
  border: 1px solid rgba(243, 212, 138, 0.4);
  background: #050505;
  animation: openClassPriceGlow 2.6s ease-in-out infinite;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 22px 60px rgba(0, 0, 0, 0.36),
    0 0 34px rgba(243, 212, 138, 0.12);
}

.open-class-price-visual::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(110deg, transparent 0%, rgba(255, 246, 190, 0.22) 44%, transparent 58%),
    radial-gradient(circle at 18% 18%, rgba(243, 212, 138, 0.24), transparent 34%);
  mix-blend-mode: screen;
  opacity: 0.64;
}

.open-class-price-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.open-class-price-visual picture {
  display: block;
}

.open-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  width: min(980px, 100%);
  margin: 0 auto;
  padding: clamp(30px, 5vw, 58px);
  align-items: start;
}

.open-class .open-card {
  border-bottom: 0;
  padding-bottom: 0;
  box-shadow: none;
}

.open-class .open-card + .open-details {
  border-top: 0;
}

.open-class-cta {
  margin: clamp(30px, 5vw, 52px) 0;
}

.open-details .open-class-cta p {
  position: static;
  padding: 0;
  line-height: 1.86;
}

.open-details .open-class-cta p::after {
  content: none;
}

.open-details .open-class-cta .fj-cta__eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  border: 1px solid rgba(91, 45, 5, 0.36);
  padding: 7px 13px;
  color: #fff;
  background: linear-gradient(180deg, #b3231b, #730e09);
  font-family: var(--sans);
  font-size: clamp(0.86rem, 1.12vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.86;
}

.open-details .open-class-cta .fj-cta__title {
  margin: 0;
  color: #140902;
  background: none;
  font-size: clamp(1.9rem, 3.35vw, 3.25rem);
  line-height: 1.12;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(255, 246, 207, 0.5);
  -webkit-text-fill-color: currentColor;
}

.open-details .open-class-cta .fj-cta__title span {
  display: inline-block;
  margin-left: 0.15em;
  padding: 0;
  color: #7c0904;
  background: transparent;
  -webkit-text-fill-color: currentColor;
}

.open-details .open-class-cta .fj-cta__offer {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: stretch;
  justify-content: center;
  margin: 0;
  color: #fff;
  font-size: clamp(16px, 1.12vw, 18px);
  line-height: 1.86;
  text-align: center;
  text-shadow: none;
}

.open-details > .eyebrow {
  width: max-content;
  margin-bottom: 14px;
  padding-bottom: 0;
}

.open-details > .eyebrow::after {
  content: none;
}

.open-details > h2 {
  margin: 0 0 24px;
  color: #fff7df;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.15;
}

.open-class-entry {
  position: relative;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: clamp(22px, 4vw, 40px);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(243, 212, 138, 0.42);
  max-width: 780px;
  margin-top: clamp(28px, 4vw, 42px);
  margin-inline: auto;
  padding: clamp(24px, 4vw, 38px);
  color: #fff8ea;
  background:
    radial-gradient(circle at 12% 18%, rgba(243, 212, 138, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(207, 169, 92, 0.16), rgba(9, 8, 6, 0.96) 48%),
    #080705;
  font-family: var(--serif);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.open-class-entry::before {
  position: absolute;
  inset: 12px;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(243, 212, 138, 0.16);
}

.open-class-entry__badge {
  position: relative;
  display: flex;
  width: 112px;
  height: 112px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-self: center;
  border: 2px solid rgba(255, 245, 191, 0.88);
  border-radius: 50%;
  color: #210b02;
  background:
    radial-gradient(circle at 34% 24%, #fffbe5 0%, #f7d56f 30%, #b9750c 62%, #5d0500 100%);
  box-shadow:
    0 0 0 6px rgba(116, 8, 3, 0.5),
    0 0 0 10px rgba(255, 219, 112, 0.22),
    0 16px 34px rgba(0, 0, 0, 0.28),
    inset 0 0 22px rgba(255, 255, 255, 0.26);
  line-height: 1.1;
}

.open-class-entry__badge span,
.open-class-entry__badge strong,
.open-class-entry__body {
  position: relative;
  z-index: 1;
}

.open-class-entry__badge span {
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.open-class-entry__badge strong {
  color: #4d0600;
  font-size: 2.4rem;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 245, 204, 0.62);
}

.open-class-entry__body {
  text-align: center;
}

.open-class-entry__eyebrow {
  display: inline-block;
  margin: 0 0 10px !important;
  border: 1px solid rgba(243, 212, 138, 0.28);
  padding: 6px 12px;
  color: var(--gold-bright) !important;
  background: rgba(0, 0, 0, 0.28);
  font-family: var(--sans);
  font-size: clamp(0.86rem, 1vw, 0.96rem);
  font-weight: 500;
}

.open-class-entry h2,
.open-class-entry h3 {
  margin: 0;
  color: #fff8ea;
  background: none;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1.15;
  -webkit-text-fill-color: currentColor;
}

.open-class-entry h2 span,
.open-class-entry h3 span {
  color: var(--gold-bright);
}

.open-class-entry__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 18px 0 16px;
}

.open-class-entry__meta span {
  border: 1px solid rgba(214, 170, 89, 0.36);
  padding: 8px 11px;
  color: rgba(245, 239, 227, 0.78);
  background: rgba(0, 0, 0, 0.24);
  font-family: var(--sans);
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: 500;
}

.open-class-entry__meta strong {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 1.18em;
}

.open-class-entry__price {
  display: inline-grid;
  grid-template-columns: auto auto auto;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  margin: 0 0 18px !important;
  color: #160d04 !important;
  line-height: 1;
}

.open-class-entry__price span,
.open-class-entry__price small {
  display: grid;
  place-items: center;
  padding: 9px 12px;
  color: #fff;
  background: linear-gradient(180deg, #b3231b, #730e09);
  font-family: var(--sans);
  font-size: 0.88rem;
}

.open-class-entry__price strong {
  display: grid;
  min-width: 190px;
  place-items: center;
  border-top: 1px solid rgba(243, 212, 138, 0.42);
  border-bottom: 1px solid rgba(243, 212, 138, 0.42);
  padding: 8px 16px;
  color: #160d04;
  background: linear-gradient(135deg, #fff5c6, #d7ac52);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.open-class-entry__price small {
  background: #120905;
}

.open-class-entry__button {
  width: min(460px, 100%);
  margin-inline: auto;
}

.open-schedule {
  position: relative;
  margin-top: 32px;
  border: 1px solid rgba(243, 212, 138, 0.34);
  padding: clamp(24px, 4vw, 38px);
  background:
    linear-gradient(135deg, rgba(207, 169, 92, 0.16), rgba(9, 8, 6, 0.94) 42%),
    #090806;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.3);
}

.open-schedule__head {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
  text-align: center;
}

.open-schedule__head span {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
}

.open-schedule__head h3 {
  margin: 0;
  color: #fff8ea;
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
}

.open-schedule__list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: openSchedule;
}

.open-schedule__list li {
  position: relative;
  display: grid;
  grid-template-columns: 146px minmax(0, 1fr);
  gap: clamp(16px, 3vw, 28px);
  align-items: center;
  border: 1px solid rgba(243, 212, 138, 0.22);
  padding: 18px;
  background: rgba(0, 0, 0, 0.28);
  counter-increment: openSchedule;
}

.open-schedule__list li::before {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 12px;
  height: 12px;
  content: "";
  background: linear-gradient(135deg, #fff4c7, var(--gold), #8f6428);
  box-shadow: 0 0 18px rgba(243, 212, 138, 0.34);
  transform: translateY(-50%) rotate(45deg);
}

.open-schedule__list time {
  display: grid;
  min-height: 54px;
  place-items: center;
  border: 1px solid rgba(243, 212, 138, 0.38);
  padding: 8px 10px 8px 18px;
  color: #160d04;
  background: linear-gradient(135deg, #fff2bd, #cfa95c);
  font-family: var(--serif);
  font-size: clamp(1rem, 1.55vw, 1.25rem);
  line-height: 1.1;
  text-align: center;
}

.open-schedule__list span {
  display: inline-block;
  margin-bottom: 4px;
  color: rgba(243, 212, 138, 0.88);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
}

.open-schedule__list strong {
  display: block;
  color: #fff8ea;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.25;
}

.open-schedule__list p {
  margin: 6px 0 0;
  color: rgba(255, 249, 232, 0.72);
  font-size: clamp(0.94rem, 1vw, 1rem);
}

.open-schedule__notes {
  display: grid;
  gap: 10px;
  padding: 18px 0 0;
  margin: 22px 0 0;
  border-top: 1px solid rgba(243, 212, 138, 0.18);
  list-style: none;
}

.open-schedule__notes li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 249, 232, 0.72);
  font-size: 0.95rem;
}

.open-schedule__notes li::before {
  position: absolute;
  top: 0.72em;
  left: 4px;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--gold-bright);
  transform: rotate(45deg);
}

.open-price {
  border: 1px solid rgba(243, 212, 138, 0.42);
  padding: 28px;
  text-align: center;
  background: rgba(0, 0, 0, 0.26);
}

.open-price span,
.open-price small {
  display: block;
  color: var(--muted);
}

.open-price strong {
  display: block;
  margin: 4px 0;
  color: #fff8ea;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  line-height: 1.1;
}

.open-price .primary-button,
.open-price .cta-image-button {
  width: 100%;
  margin-top: 22px;
}

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

.value-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.values-tanaka-photo {
  position: relative;
  width: min(760px, 100%);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(243, 212, 138, 0.36);
  margin: 34px auto 0;
  background: #050505;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 24px 70px rgba(0, 0, 0, 0.42),
    0 0 44px rgba(243, 212, 138, 0.12);
}

.values-tanaka-photo::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 18%, transparent 80%, rgba(0, 0, 0, 0.34)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), transparent 48%, rgba(0, 0, 0, 0.3));
}

.values-tanaka-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  filter: saturate(0.92) contrast(1.04);
}

.value-grid article {
  min-height: 210px;
}

.value-grid h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.8vw, 2.45rem);
  font-weight: 600;
  line-height: 1.18;
  text-shadow:
    0 0 16px rgba(243, 212, 138, 0.2),
    0 1px 0 rgba(0, 0, 0, 0.68);
}

.value-grid article > span {
  display: block;
  margin-bottom: 12px;
  font-size: 2rem;
}

.detail-list,
.schedule-card {
  padding: clamp(28px, 4vw, 42px);
}

.detail-list dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.detail-list dl > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  border-bottom: 1px solid rgba(207, 169, 92, 0.2);
  padding: 18px 0;
}

.detail-list dl > div:first-child {
  padding-top: 0;
}

.detail-list dl > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.detail-list dt {
  color: var(--gold-bright);
  font-weight: 600;
}

.detail-list dd {
  margin: 0;
}

.schedule-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0;
  list-style: none;
}

.schedule-card li {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 12px;
  border: 1px solid rgba(207, 169, 92, 0.2);
  padding: 13px;
}

.schedule-card time {
  color: var(--gold-bright);
  font-weight: 600;
}

.final-cta {
  border-top: 1px solid var(--line);
  padding: clamp(80px, 12vw, 150px) clamp(18px, 5vw, 72px);
  text-align: center;
  background: #050505;
}

.final-cta::before {
  background: rgba(0, 0, 0, 0.65);
}

.final-inner {
  position: relative;
  z-index: 2;
  width: min(860px, 100%);
  margin: 0 auto;
  padding-bottom: clamp(34px, 5vw, 72px);
}

.final-inner > h2 {
  margin-bottom: clamp(34px, 5vw, 58px);
}

.final-inner .cta-image-button {
  margin-bottom: clamp(18px, 3vw, 34px);
}

.final-cta-card {
  text-align: left;
}

.final-cta-card .fj-cta__title {
  margin-bottom: 0;
}

.event-outline {
  position: relative;
  border-top: 1px solid var(--line);
  color: var(--cream);
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.98), rgba(14, 10, 5, 0.96)),
    repeating-linear-gradient(90deg, rgba(207, 169, 92, 0.055), rgba(207, 169, 92, 0.055) 1px, transparent 1px, transparent 70px);
}

.event-outline__inner {
  width: min(var(--content), 100%);
  margin: 0 auto;
}

.event-outline .section-head {
  margin-bottom: clamp(26px, 4vw, 38px);
}

.event-outline .section-head.reveal-up,
.event-outline .section-head.reveal-fancy {
  opacity: 1;
  transform: none;
}

.event-outline__table,
.event-outline__policy {
  width: min(880px, 100%);
  margin-inline: auto;
}

.event-outline__table {
  overflow: hidden;
  border: 1px solid rgba(207, 169, 92, 0.34);
  border-radius: 4px;
  background: rgba(5, 5, 5, 0.62);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.26);
}

.event-outline__table > div {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
  min-height: 74px;
  border-bottom: 1px solid rgba(207, 169, 92, 0.18);
}

.event-outline__table > div:last-child {
  border-bottom: 0;
}

.event-outline__table dt,
.event-outline__table dd {
  display: grid;
  align-content: center;
  margin: 0;
  padding: 18px 22px;
}

.event-outline__table dt {
  color: var(--gold-bright);
  background: rgba(207, 169, 92, 0.08);
  font-size: 0.92rem;
  font-weight: 800;
}

.event-outline__table dd {
  gap: 5px;
  color: rgba(245, 239, 227, 0.86);
  font-weight: 600;
}

.event-outline__table strong,
.event-outline__table a {
  color: #fff8ea;
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
  font-weight: 800;
  line-height: 1.55;
}

.event-outline__table a {
  font-family: var(--sans);
  font-weight: 500;
  overflow-wrap: anywhere;
}

.event-outline__table span {
  display: block;
  line-height: 1.7;
}

.event-outline__table b {
  color: #fff;
  font-family: var(--serif);
  font-size: 1.42em;
  line-height: 1;
}

.event-outline__table-seats dd {
  color: #fff;
}

.event-outline__table-seats span {
  width: fit-content;
  border: 1px solid rgba(255, 219, 117, 0.34);
  padding: 4px 10px;
  background: linear-gradient(180deg, #b3231b, #730e09);
  box-shadow: 0 8px 20px rgba(82, 7, 3, 0.22);
  font-weight: 400;
}

.event-outline__policy {
  border: 1px solid rgba(207, 169, 92, 0.22);
  border-radius: 4px;
  margin-top: 14px;
  background: rgba(5, 5, 5, 0.62);
}

.event-outline__policy {
  overflow: hidden;
}

.event-outline__policy summary {
  cursor: pointer;
  padding: 19px 22px;
  color: #fff8ea;
  font-weight: 800;
}

.event-outline__policy summary::marker {
  color: var(--gold-bright);
}

.event-outline__policy > div {
  display: grid;
  gap: 12px;
  border-top: 1px solid rgba(207, 169, 92, 0.18);
  padding: 20px 22px 22px;
  color: rgba(245, 239, 227, 0.8);
}

.event-outline__policy p,
.event-outline__policy ul {
  margin: 0;
}

.event-outline__policy ul {
  display: grid;
  gap: 6px;
  padding-left: 1.2em;
}

.countdown {
  display: inline-grid;
  gap: 2px;
  border: 1px solid var(--line);
  margin: 24px 0 28px;
  padding: 14px 28px;
  background: rgba(0, 0, 0, 0.42);
}

.countdown span {
  color: var(--muted);
  font-size: 0.78rem;
}

.countdown strong {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 1.6rem;
}

.sticky-cta {
  position: fixed;
  right: clamp(14px, 2.6vw, 34px);
  bottom: clamp(12px, 2.4vw, 28px);
  z-index: 65;
  display: grid;
  justify-items: center;
  gap: 0;
  opacity: 0;
  pointer-events: none;
  transform: translate(18px, 18px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.sticky-cta.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

.sticky-cta .cta-image-button {
  pointer-events: none;
}

.sticky-cta.is-visible .cta-image-button {
  pointer-events: auto;
}

.sticky-seat {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: min(180px, 100%);
  border: 1px solid rgba(255, 236, 174, 0.58);
  border-radius: 0;
  margin-bottom: -2px;
  padding: 10px 18px 12px;
  color: #fff;
  background: linear-gradient(180deg, #b3231b, #730e09);
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.32),
    0 0 20px rgba(115, 14, 9, 0.42);
  font-family: var(--sans);
  font-weight: 900;
  line-height: 1;
}

.sticky-seat::after {
  position: absolute;
  bottom: -9px;
  left: 50%;
  z-index: -1;
  width: 22px;
  height: 22px;
  content: "";
  background: #730e09;
  transform: translateX(-50%) rotate(45deg);
}

.sticky-seat__lamp {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff6a8;
  box-shadow:
    0 0 0 3px rgba(255, 246, 168, 0.2),
    0 0 16px rgba(255, 246, 168, 0.88);
  animation: seatLamp 1.1s ease-in-out infinite;
}

.sticky-seat span:not(.sticky-seat__lamp) {
  font-size: 0.86rem;
  letter-spacing: 0.08em;
}

.sticky-seat strong {
  min-width: 1.25em;
  font-family: var(--serif);
  font-size: 1.7rem;
  line-height: 0.9;
  text-align: center;
  text-shadow: none;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding: 26px clamp(18px, 5vw, 72px);
  padding-bottom: 112px;
  color: rgba(245, 239, 227, 0.58);
  background: #050505;
  font-size: 0.85rem;
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-links a {
  color: rgba(245, 239, 227, 0.66);
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: var(--gold-bright);
}

@keyframes ctaPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
}

@keyframes cta-pulse {
  0%,
  100% {
    filter: brightness(1) saturate(1.05);
  }
  50% {
    filter: brightness(1.08) saturate(1.12);
  }
}

@keyframes btn-shine {
  0%,
  35% {
    transform: skewX(-18deg) translateX(-220%);
  }
  72%,
  100% {
    transform: skewX(-18deg) translateX(520%);
  }
}

@keyframes timerSweep {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes seatFlash {
  0%,
  100% {
    box-shadow:
      0 16px 30px rgba(126, 4, 1, 0.32),
      0 0 0 2px rgba(255, 255, 255, 0.2) inset;
  }
  45% {
    box-shadow:
      0 18px 34px rgba(126, 4, 1, 0.45),
      0 0 0 3px rgba(255, 246, 168, 0.34) inset,
      0 0 34px rgba(216, 22, 22, 0.4);
  }
}

@keyframes seatLamp {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.92);
  }
  50% {
    opacity: 1;
    transform: scale(1.18);
  }
}

@keyframes voiceMarqueeRtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 9px));
  }
}

@keyframes voiceMarqueeLtr {
  0% {
    transform: translateX(calc(-50% - 9px));
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes storyPanelGlow {
  0%,
  100% {
    box-shadow: var(--shadow), 0 0 0 rgba(243, 212, 138, 0);
    border-color: rgba(207, 169, 92, 0.28);
  }
  50% {
    box-shadow: var(--shadow), 0 0 44px rgba(243, 212, 138, 0.16), inset 0 0 34px rgba(207, 169, 92, 0.06);
    border-color: rgba(243, 212, 138, 0.46);
  }
}

@keyframes storyPhotoGlow {
  0%,
  100% {
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36), 0 0 0 rgba(243, 212, 138, 0);
  }
  50% {
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36), 0 0 34px rgba(243, 212, 138, 0.22);
  }
}

@keyframes annualPlanGlow {
  0%,
  100% {
    box-shadow:
      var(--shadow),
      0 0 42px rgba(243, 212, 138, 0.22),
      inset 0 0 34px rgba(207, 169, 92, 0.1);
    border-color: rgba(255, 226, 142, 0.76);
  }
  50% {
    box-shadow:
      var(--shadow),
      0 0 76px rgba(243, 212, 138, 0.42),
      0 0 26px rgba(255, 75, 54, 0.12),
      inset 0 0 54px rgba(207, 169, 92, 0.18);
    border-color: rgba(255, 244, 199, 0.98);
  }
}

@keyframes annualPlanShine {
  0%,
  22% {
    left: -58%;
    opacity: 0;
  }
  38% {
    opacity: 1;
  }
  70%,
  100% {
    left: 112%;
    opacity: 0;
  }
}

@keyframes openClassPriceGlow {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.04) inset,
      0 22px 60px rgba(0, 0, 0, 0.36),
      0 0 34px rgba(243, 212, 138, 0.16);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(255, 245, 187, 0.34) inset,
      0 24px 66px rgba(0, 0, 0, 0.42),
      0 0 58px rgba(243, 212, 138, 0.42);
  }
}

@keyframes heroFvGlow {
  0%,
  100% {
    filter: drop-shadow(0 18px 42px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 0 rgba(243, 212, 138, 0));
  }
  50% {
    filter: drop-shadow(0 18px 42px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 34px rgba(243, 212, 138, 0.24));
  }
}

@keyframes heroFvShine {
  0%,
  34% {
    transform: skewX(-18deg) translateX(-160%);
    opacity: 0;
  }
  48% {
    opacity: 1;
  }
  76%,
  100% {
    transform: skewX(-18deg) translateX(640%);
    opacity: 0;
  }
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero-portraits {
    display: none;
  }

  .hero-stats,
  .target-grid,
  .profile-grid,
  .result-grid,
  .voice-grid,
  .voice-list,
  .split-list,
  .intro-visual-grid,
  .proof-strip,
  .compare-grid,
  .content-steps,
  .pricing-grid,
  .condition-grid,
  .value-grid,
  .flow-grid,
  .entry-grid,
  .two-column,
  .about-showcase,
  .open-card,
  .rate-box {
    grid-template-columns: 1fr;
  }

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

  .story-photo {
    min-height: 520px;
  }

  .result-grid,
  .value-grid {
    max-width: 680px;
  }

  .open-card {
    gap: 22px;
  }

  .intro-visual-card {
    min-height: 320px;
  }

  .about-showcase figure {
    min-height: 260px;
  }

  .flow-grid {
    gap: 44px;
  }

  .flow-grid::before {
    top: 4%;
    right: auto;
    bottom: 4%;
    left: 50%;
    width: clamp(72px, 18vw, 108px);
    height: auto;
    background:
      radial-gradient(ellipse at 50% 18%, rgba(243, 212, 138, 0.15), transparent 34%),
      radial-gradient(ellipse at 50% 50%, rgba(159, 28, 22, 0.12), transparent 38%),
      radial-gradient(ellipse at 50% 84%, rgba(243, 212, 138, 0.15), transparent 34%);
    filter: blur(18px);
    transform: translateX(-50%);
  }

  .flow-grid::after {
    top: -20%;
    left: 50%;
    right: auto;
    width: clamp(74px, 20vw, 116px);
    height: 18%;
    background:
      linear-gradient(180deg, transparent 0%, rgba(255, 245, 207, 0.82) 38%, rgba(255, 64, 48, 0.34) 58%, transparent 100%);
    filter: blur(14px) drop-shadow(0 0 24px rgba(243, 212, 138, 0.42));
    transform: translateX(-50%) skewY(-10deg);
  }

  .flow-grid article:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -31px;
    left: 50%;
    transform: translate(-50%, 0) rotate(135deg);
  }

  .visual-story {
    grid-template-columns: 1fr;
  }

  .visual-story-copy {
    width: min(680px, 100%);
    margin-inline: auto;
    text-align: center;
  }

  .visual-collage {
    min-height: 620px;
  }

  .fj-cta__inner {
    grid-template-columns: 1fr;
  }

  .fj-cta__badge {
    justify-self: center;
  }

  .fj-cta__content {
    text-align: center;
  }

  .fj-cta__button-slot {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 12px 14px;
  }

  .brand span {
    font-size: 0.58rem;
  }

  .brand strong {
    font-size: 0.95rem;
  }

  .header-cta {
    min-height: 38px;
    padding-inline: 14px;
    font-size: 0.82rem;
  }

  .hero {
    min-height: 96svh;
    padding: 88px 18px 28px;
  }

  .hero.hero-fv {
    min-height: 0;
    padding: 0;
  }

  .hero-fv picture,
  .hero-fv img {
    width: 100%;
  }

  .visual-story {
    gap: 12px;
    padding-top: 64px;
  }

  .visual-collage {
    min-height: 0;
    margin-top: 0;
  }

  .visual-collage-main,
  .visual-collage-sub {
    display: none;
  }

  .visual-collage-mobile {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1.06;
    transform: none;
  }

  .visual-collage-mobile.reveal-up,
  .visual-collage-mobile.reveal-up.is-revealed,
  .visual-collage-mobile.reveal-fancy,
  .visual-collage-mobile.reveal-fancy.is-revealed {
    opacity: 1;
    transform: none;
  }

  .visual-collage-mobile img {
    object-position: center;
  }

  .voice-list article {
    min-height: 0;
  }

  .voice-list {
    width: 100%;
    gap: 16px;
    opacity: 1 !important;
    transform: none !important;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .voice-marquee {
    overflow: visible;
  }

  .voice-track {
    display: grid;
    width: 100%;
    gap: 16px;
    animation: none !important;
    transform: none !important;
    will-change: auto;
  }

  .voice-list article {
    width: 100%;
    flex: none;
    padding: 24px;
  }

  .voice-list article[aria-hidden="true"] {
    display: none;
  }

  .section-bg-video {
    display: block;
    min-width: 100%;
    min-height: 100%;
    opacity: 1;
    visibility: visible;
  }

  .open-details {
    padding: 24px 18px;
  }

  .open-class-cta {
    width: 100vw;
    margin: 28px calc(50% - 50vw);
  }

  .flow-grid article,
  .flow-grid span,
  .story-panel.is-revealed,
  .story-panel.is-revealed .story-photo,
  .price-card.recommended {
    animation: none;
  }

  .reveal-up {
    transform: translate3d(0, 24px, 0);
    transition: opacity 0.58s ease var(--reveal-delay, 0s), transform 0.62s ease var(--reveal-delay, 0s);
  }

  .voice-person {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
  }

  .voice-person img {
    width: 176px;
    height: 176px;
  }

  .results .result-grid article {
    padding: 26px 22px;
  }

  .results .before-after {
    height: auto;
    margin: 16px 0 6px;
    gap: 8px 12px;
  }

  .results .result-photo {
    margin-top: 6px;
  }

  .open-schedule {
    padding: 20px 16px;
  }

  .open-schedule__head {
    margin-bottom: 18px;
  }

  .open-schedule__list {
    gap: 12px;
  }

  .open-schedule__list li {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
    padding: 16px 14px;
  }

  .open-schedule__list li::before {
    top: 18px;
    right: 16px;
    left: auto;
    transform: rotate(45deg);
  }

  .open-schedule__list time {
    width: 100%;
    min-height: 46px;
    padding: 9px 12px;
  }

  .open-schedule__list strong {
    font-size: clamp(1.18rem, 5vw, 1.45rem);
  }

  .open-schedule__list p {
    line-height: 1.7;
  }

  .content-steps article {
    grid-template-columns: 1fr;
  }

  .content-step-visual > span {
    width: 112px;
    margin-bottom: 4px;
  }

  .content-step-copy > span {
    display: none;
  }

  .story-photo {
    min-height: 420px;
  }

  .fj-cta {
    padding: 22px 14px 34px;
  }

  .fj-cta__inner {
    padding: 28px 18px;
  }

  .fj-cta__badge {
    width: 112px;
    height: 112px;
  }

  .fj-cta__badge strong {
    font-size: 32px;
  }

  .seat-status {
    width: 100%;
    min-width: 0;
    margin-bottom: 22px;
    padding: 13px 14px 16px;
  }

  .seat-status__main strong {
    font-size: clamp(2.6rem, 14vw, 3.8rem);
  }

  .fj-cta__title {
    font-size: clamp(1.75rem, 8vw, 2.4rem);
  }

  .open-details .open-class-cta .fj-cta__title {
    font-size: clamp(1.75rem, 8vw, 2.4rem);
  }

  .fj-cta__date {
    display: flex;
    width: 100%;
    max-width: 100%;
  }

  .fj-cta__day,
  .fj-cta__time {
    min-width: 0;
    flex: 1;
    padding: 12px;
  }

  .fj-cta__button-slot {
    display: grid;
    width: 100%;
    gap: 14px;
  }

  .fj-cta__offer,
  .open-details .open-class-cta .fj-cta__offer {
    grid-template-columns: 1fr;
    width: min(320px, 100%);
    margin-inline: auto;
  }

  .fj-cta__offer span,
  .fj-cta__offer small {
    padding: 8px 12px;
    white-space: nowrap;
  }

  .fj-cta__offer strong {
    min-width: 0;
    border: 1px solid rgba(57, 27, 2, 0.45);
    border-block: 0;
    padding: 10px 14px;
  }

  .fj-cta__button {
    justify-self: center;
  }

  .fj-cta__day strong {
    font-size: 28px;
  }

  .cta-image-button.sticky {
    width: min(320px, calc(100vw - 72px));
    border-radius: 999px;
    box-shadow: 0 9px 0 rgba(4, 86, 34, 0.92), 0 18px 34px rgba(0, 0, 0, 0.25);
  }

  .cta-image-button.sticky img {
    max-height: 76px;
    object-fit: contain;
  }

  .sticky-cta {
    left: 0;
    right: 0;
    bottom: 10px;
    justify-items: center;
    justify-content: center;
    padding: 0 10px;
    transform: translateY(18px);
  }

  .sticky-cta.is-visible {
    transform: translateY(0);
  }

  .event-outline {
    padding-inline: 14px;
  }

  .event-outline__table > div {
    grid-template-columns: 1fr;
  }

  .event-outline__table dt {
    padding: 13px 16px 8px;
    background: rgba(207, 169, 92, 0.12);
  }

  .event-outline__table dd {
    padding: 8px 16px 16px;
  }

  .event-outline__policy summary,
  .event-outline__policy > div {
    padding-inline: 18px;
  }

  .site-footer {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, min(100%, 1000px));
    justify-content: center;
    justify-items: center;
    gap: 12px;
    width: 100%;
    padding-inline: 18px;
    padding-bottom: 112px;
    text-align: center;
  }

  .footer-links {
    display: grid;
    justify-content: center;
    justify-items: center;
    gap: 10px;
    width: 100%;
    text-align: center;
  }

  .site-footer p {
    width: 100%;
    margin-top: 2px;
    text-align: center;
  }

  .hero-inner {
    transform: translateY(-10px);
  }

  .availability {
    display: none;
  }

  .hero h1 {
    font-size: clamp(4rem, 23vw, 7rem);
  }

  .hero-actions,
  .primary-button,
  .cta-image-button,
  .secondary-button {
    width: 100%;
  }

  .before-after {
    height: auto;
    min-height: 0;
  }

  .hero-stats div,
  .target-grid article,
  .result-grid article,
  .content-steps article,
  .condition-grid article,
  .value-grid article,
  .voice-grid figure {
    padding: 22px;
  }

  .detail-list dl > div,
  .schedule-card li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .open-price {
    padding: 22px;
  }

  .open-class-entry {
    grid-template-columns: 1fr;
    padding: 24px 16px;
  }

  .open-class-entry__meta {
    display: grid;
  }

  .site-footer {
    display: grid;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .primary-button,
  .cta-image-button,
  .cta-image-button::after,
  .top-countdown::before,
  .voice-track,
  .story-panel,
  .story-panel.is-revealed,
  .story-panel.is-revealed .story-photo,
  .price-card.recommended,
  .hero-fv picture,
  .hero-fv picture::after,
  .reveal-up {
    animation: none;
    filter: none;
    opacity: 1;
    transition: none;
    transform: none;
  }
}
