@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../assets/fonts/ZenKakuGothicNew-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../assets/fonts/ZenKakuGothicNew-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../assets/fonts/ZenKakuGothicNew-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Josefin Sans";
  src: url("../assets/fonts/JosefinSans.ttf") format("truetype");
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Zen Old Mincho";
  src: url("../assets/fonts/ZenOldMincho-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #12091b;
  --ink-soft: #25102d;
  --text-soft: #5b5060;
  --paper: #fffafb;
  --paper-lilac: #f1edff;
  --white: #ffffff;
  --pink: #f54a9f;
  --rose: #ff7aae;
  --pink-light: #ffd5e7;
  --magenta: #cf2f92;
  --purple: #7654e8;
  --violet: #7654e8;
  --purple-dark: #57113f;
  --gold: #edc98d;
  --yellow: #edc98d;
  --lime: #c8f1ff;
  --line-dark: rgba(18, 9, 27, 0.18);
  --line-light: rgba(255, 255, 255, 0.22);
  --line: 1px solid var(--line-dark);
  --shadow: 0 24px 60px rgba(18, 9, 27, 0.14);
  --font-jp: "Zen Kaku Gothic New", sans-serif;
  --font-en: "Josefin Sans", sans-serif;
  --font-serif: "Zen Old Mincho", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-jp);
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

::selection {
  color: var(--white);
  background: var(--magenta);
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 16px;
  border: var(--line);
  background: var(--white);
  font-weight: 700;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.campaign-bar {
  height: 34px;
  overflow: hidden;
  border-bottom: var(--line);
  background: var(--ink);
  color: var(--white);
  font-family: var(--font-en);
}

.campaign-bar p {
  display: flex;
  width: max-content;
  min-width: 130%;
  align-items: center;
  justify-content: space-around;
  gap: 44px;
  margin: 0;
  padding: 4px 22px 0;
  white-space: nowrap;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.14em;
}

.campaign-bar span {
  color: var(--lime);
  font-weight: 700;
}

.campaign-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  min-height: 74px;
  align-items: stretch;
  border-bottom: var(--line);
  background: rgba(255, 249, 239, 0.96);
  backdrop-filter: blur(14px);
  transition: box-shadow 180ms ease;
}

.campaign-header.is-scrolled {
  box-shadow: 0 5px 0 rgba(33, 21, 38, 0.12);
}

.campaign-brand {
  display: flex;
  min-width: 230px;
  align-items: center;
  gap: 12px;
  padding: 10px 24px;
  border-right: var(--line);
}

.campaign-brand strong,
.footer-brand strong {
  font-family: var(--font-en);
  font-size: 31px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}

.campaign-brand span,
.footer-brand span {
  font-family: var(--font-en);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
}

.desktop-nav {
  display: flex;
  flex: 1;
  align-items: stretch;
  justify-content: flex-end;
}

.desktop-nav a {
  display: grid;
  place-items: center;
  padding: 0 17px;
  border-left: 1px solid rgba(33, 21, 38, 0.16);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: background 160ms ease, color 160ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  background: var(--yellow);
}

.header-actions {
  display: flex;
  align-items: stretch;
}

.header-status {
  display: flex;
  min-width: 144px;
  flex-direction: column;
  justify-content: center;
  padding: 8px 20px;
  border-left: var(--line);
  background: var(--pink);
  color: var(--ink);
  line-height: 1.25;
  transition: background 160ms ease;
}

.header-status:hover,
.header-status:focus-visible {
  background: var(--lime);
}

.header-status small {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.header-status strong {
  font-size: 15px;
}

.menu-toggle {
  display: none;
  width: 72px;
  border: 0;
  border-left: var(--line);
  background: var(--yellow);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 6px auto;
  background: var(--ink);
  transition: transform 180ms ease;
}

.menu-open .menu-toggle span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.menu-open .menu-toggle span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 74px 0 auto;
  z-index: 90;
  visibility: hidden;
  padding: 24px;
  border-bottom: var(--line);
  background: var(--ink);
  color: var(--white);
  opacity: 0;
  transform: translateY(-14px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.mobile-menu.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.mobile-menu nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.mobile-menu nav a {
  display: flex;
  min-height: 70px;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  font-weight: 700;
}

.mobile-menu nav span {
  color: var(--lime);
  font-family: var(--font-en);
  font-size: 12px;
}

.mobile-menu-status {
  display: block;
  margin-top: 18px;
  padding: 14px;
  border: 2px solid var(--ink);
  background: var(--pink);
  color: var(--ink);
  text-align: center;
  font-weight: 700;
}

.audition-hero {
  display: grid;
  min-height: calc(100svh - 108px);
  grid-template-columns: minmax(0, 1.02fr) minmax(460px, 0.98fr);
  border-bottom: var(--line);
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 231, 106, 0.55), transparent 22%),
    var(--paper);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 820px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 8vw, 126px) clamp(34px, 6vw, 96px);
}

.hero-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  margin: 0 0 26px;
  padding: 7px 13px 6px 0;
  border: 2px solid var(--ink);
  background: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.hero-badge span {
  margin: -2px 0;
  padding: 9px 13px 8px;
  background: var(--lime);
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(58px, 6.5vw, 108px);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.98;
}

.hero-copy h1 span,
.hero-copy h1 em {
  display: block;
}

.hero-copy h1 em {
  width: fit-content;
  margin-top: 8px;
  padding: 0 0.08em 0.09em;
  background: linear-gradient(transparent 55%, var(--yellow) 55%);
  color: var(--pink);
  font-style: normal;
  text-shadow: 2px 2px 0 var(--ink);
}

.hero-sub {
  margin: 31px 0 0;
  font-size: clamp(24px, 2.4vw, 38px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.35;
}

.hero-lead {
  max-width: 650px;
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 2;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 32px;
}

.primary-button {
  display: flex;
  min-width: 270px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border: var(--line);
  background: var(--ink);
  box-shadow: 6px 6px 0 var(--pink);
  color: var(--white);
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.primary-button:hover,
.primary-button:focus-visible {
  box-shadow: 2px 2px 0 var(--pink);
  transform: translate(4px, 4px);
}

.primary-button b {
  color: var(--lime);
  font-size: 20px;
}

.text-link {
  border-bottom: 1px solid var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.hero-status {
  display: grid;
  max-width: 520px;
  grid-template-columns: auto 1fr;
  gap: 2px 18px;
  margin-top: 39px;
  padding-top: 17px;
  border-top: 1px solid var(--ink);
}

.hero-status span {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--purple);
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  writing-mode: vertical-rl;
}

.hero-status strong {
  font-size: 20px;
}

.hero-status small {
  color: var(--ink-soft);
  font-size: 12px;
}

.hero-visual {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border-left: var(--line);
  background: var(--purple);
}

.hero-visual::before {
  position: absolute;
  inset: 8% 7%;
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  content: "";
}

.hero-visual::after {
  position: absolute;
  right: -9%;
  bottom: -8%;
  width: 51%;
  aspect-ratio: 1;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--lime);
  content: "";
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 42px 42px;
}

.hero-year {
  position: absolute;
  top: 3%;
  right: 4%;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.12);
  font-family: var(--font-en);
  font-size: clamp(100px, 12vw, 190px);
  font-weight: 700;
  letter-spacing: -0.1em;
  line-height: 0.72;
  text-align: right;
}

.character-card {
  position: absolute;
  z-index: 3;
  overflow: hidden;
}

.character-card-main {
  right: 18%;
  bottom: -4%;
  width: 58%;
  height: 91%;
}

.character-card-sub {
  right: -3%;
  bottom: -5%;
  z-index: 4;
  width: 39%;
  height: 73%;
}

.character-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 15px 12px rgba(33, 21, 38, 0.24));
}

.sticker {
  position: absolute;
  z-index: 6;
  display: grid;
  place-items: center;
  border: var(--line);
  box-shadow: 5px 5px 0 var(--ink);
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}

.sticker-top {
  top: 7%;
  left: 8%;
  width: 120px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--yellow);
  transform: rotate(-9deg);
}

.sticker-side {
  top: 41%;
  right: -35px;
  width: 150px;
  padding: 11px;
  background: var(--pink);
  transform: rotate(90deg);
}

.hero-poster {
  position: absolute;
  bottom: 7%;
  left: 5%;
  z-index: 5;
  display: flex;
  width: 190px;
  min-height: 175px;
  flex-direction: column;
  justify-content: space-between;
  padding: 17px;
  border: var(--line);
  background: var(--paper);
  box-shadow: 7px 7px 0 var(--pink);
  transform: rotate(-4deg);
}

.hero-poster small,
.hero-poster span {
  font-family: var(--font-en);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.hero-poster strong {
  font-family: var(--font-en);
  font-size: 24px;
  line-height: 1.05;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: var(--line);
  background: var(--yellow);
}

.quick-facts div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 96px;
  padding: 20px clamp(22px, 4vw, 60px);
  border-right: var(--line);
}

.quick-facts div:last-child {
  border-right: 0;
}

.quick-facts span,
.quick-facts b {
  font-family: var(--font-en);
}

.quick-facts span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 11px;
}

.quick-facts strong {
  font-size: 13px;
}

.quick-facts b {
  font-size: clamp(19px, 2vw, 28px);
  letter-spacing: -0.04em;
}

.section-shell {
  width: min(1240px, calc(100% - 72px));
  margin-inline: auto;
}

.section-tag {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 22px;
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.section-tag span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.section-tag.light {
  color: var(--lime);
}

.section-intro {
  max-width: 900px;
}

.section-intro h2,
.support-heading h2,
.requirements-heading h2,
.flow-heading h2,
.faq-heading h2,
.entry-copy h2 {
  margin: 0;
  font-size: clamp(42px, 5.2vw, 78px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 1.12;
}

.section-intro > p:last-child,
.support-heading > p:last-child,
.requirements-heading > p:last-child,
.flow-heading > p:last-child {
  max-width: 720px;
  margin: 27px 0 0;
  color: var(--ink-soft);
  line-height: 2;
}

.wanted {
  padding-block: clamp(90px, 11vw, 160px);
}

.wanted-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 64px;
}

.wanted-card {
  position: relative;
  min-height: 340px;
  padding: 30px 25px;
  overflow: hidden;
  border: var(--line);
  box-shadow: var(--shadow);
}

.wanted-card::after {
  position: absolute;
  right: -28px;
  bottom: -48px;
  width: 145px;
  aspect-ratio: 1;
  border: 2px solid var(--ink);
  border-radius: 50%;
  content: "";
}

.card-pink { background: var(--pink-light); }
.card-yellow { background: var(--yellow); }
.card-purple { background: #d4c9ff; }
.card-lime { background: var(--lime); }

.wanted-number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-family: var(--font-en);
  font-size: 12px;
}

.wanted-card small {
  display: block;
  margin-top: 35px;
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.wanted-card h3 {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  font-size: clamp(21px, 2vw, 29px);
  line-height: 1.45;
}

.wanted-card p {
  position: relative;
  z-index: 1;
  margin: 25px 0 0;
  font-size: 13px;
  line-height: 1.8;
}

.wanted-note {
  margin: 58px 0 0;
  padding: 24px 27px;
  border-top: var(--line);
  border-bottom: var(--line);
  text-align: center;
}

.wanted-note strong {
  color: var(--purple);
}

.support {
  padding-block: clamp(90px, 10vw, 150px);
  background: var(--ink);
  color: var(--white);
}

.support-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 70px;
}

.support-heading .section-tag {
  grid-column: 1 / -1;
  margin-bottom: -42px;
}

.support-heading > p:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.support-board {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 72px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.support-card {
  display: grid;
  min-height: 240px;
  grid-template-columns: 56px 0.75fr 1fr;
  align-items: center;
  gap: 24px;
  padding: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.support-card > span {
  align-self: start;
  color: var(--pink);
  font-family: var(--font-en);
  font-size: 34px;
  font-weight: 700;
}

.support-card small {
  color: var(--lime);
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.support-card h3 {
  margin: 8px 0 0;
  font-size: 22px;
  line-height: 1.45;
}

.support-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.9;
}

.support-message {
  position: relative;
  display: grid;
  min-height: 300px;
  grid-template-columns: 0.42fr 1fr;
  align-items: center;
  margin-top: 60px;
  overflow: hidden;
  border: var(--line);
  background: var(--lime);
  box-shadow: 10px 10px 0 var(--pink);
  color: var(--ink);
}

.hero-status span,
.sticker,
.hero-poster small,
.hero-poster span,
.section-tag,
.wanted-card small,
.support-card small,
.support-message small,
.flow-list small,
.entry-status small,
.footer-brand span,
.mobile-sticky-cta small {
  font-family: var(--font-jp);
}

.hero-poster strong {
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 1.5;
}

.support-message::after {
  position: absolute;
  right: 4%;
  bottom: -90px;
  color: rgba(33, 21, 38, 0.08);
  content: "SUPPORT";
  font-family: var(--font-en);
  font-size: 180px;
  font-weight: 700;
  line-height: 1;
}

.support-message img {
  align-self: end;
  width: 100%;
  height: 330px;
  object-fit: contain;
  object-position: center top;
}

.support-message div {
  position: relative;
  z-index: 2;
  padding: 50px 7%;
}

.support-message small {
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.support-message p {
  margin: 18px 0 0;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.5;
}

.support-message strong {
  background: var(--ink);
  color: var(--white);
}

.requirements {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(50px, 8vw, 110px);
  padding-block: clamp(90px, 11vw, 160px);
}

.requirements-heading {
  position: sticky;
  top: 120px;
  align-self: start;
}

.requirements-heading h2 {
  font-size: clamp(54px, 6vw, 88px);
}

.requirements-table {
  margin: 0;
  border-top: var(--line);
}

.requirements-table > div {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 28px;
  padding: 32px 8px;
  border-bottom: var(--line);
}

.requirements-table dt {
  font-size: 14px;
  font-weight: 700;
}

.requirements-table dd {
  display: grid;
  gap: 7px;
  margin: 0;
}

.requirements-table dd strong {
  font-size: 22px;
}

.requirements-table dd span {
  color: var(--ink-soft);
  font-size: 13px;
}

.requirements-caution {
  grid-column: 2;
  margin: -74px 0 0;
  color: var(--ink-soft);
  font-size: 12px;
}

.flow {
  padding-block: clamp(90px, 10vw, 150px);
  background: var(--purple);
  color: var(--white);
}

.flow-heading {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  align-items: end;
  gap: 70px;
}

.flow-heading .section-tag {
  grid-column: 1 / -1;
  margin-bottom: -40px;
}

.flow-heading > p:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 70px 0 0;
  padding: 0;
  border-top: 2px solid var(--white);
  border-left: 2px solid var(--white);
  list-style: none;
}

.flow-list li {
  position: relative;
  min-height: 360px;
  padding: 30px 25px;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
}

.flow-number {
  display: block;
  color: var(--lime);
  font-family: var(--font-en);
  font-size: 68px;
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 1;
}

.flow-list small {
  display: block;
  margin-top: 45px;
  color: var(--pink-light);
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.flow-list h3 {
  margin: 10px 0 0;
  font-size: 23px;
}

.flow-list p {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.9;
}

.faq {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: clamp(50px, 8vw, 110px);
  padding-block: clamp(90px, 11vw, 160px);
}

.faq-heading h2 {
  font-size: clamp(43px, 4.8vw, 70px);
}

.faq-list {
  border-top: var(--line);
}

.faq-list details {
  border-bottom: var(--line);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 45px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 25px 5px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--pink);
  font-family: var(--font-en);
}

.faq-list summary b {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 18px;
  font-weight: 400;
  transition: transform 180ms ease, background 180ms ease;
}

.faq-list details[open] summary b {
  background: var(--yellow);
  transform: rotate(45deg);
}

.faq-list details p {
  margin: -4px 55px 0 61px;
  padding: 0 0 28px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 2;
}

.entry {
  position: relative;
  display: grid;
  min-height: 720px;
  grid-template-columns: 1.05fr 0.95fr;
  overflow: hidden;
  border-top: var(--line);
  border-bottom: var(--line);
  background: var(--pink);
}

.entry-pattern {
  position: absolute;
  inset: auto 0 -12px;
  overflow: hidden;
  color: rgba(33, 21, 38, 0.09);
  font-family: var(--font-en);
  font-size: clamp(80px, 12vw, 190px);
  font-weight: 700;
  line-height: 0.75;
  white-space: nowrap;
}

.entry-copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 9vw, 140px) clamp(36px, 7vw, 110px);
}

.entry-label {
  width: fit-content;
  margin: 24px 0 0;
  padding: 7px 12px;
  border: var(--line);
  background: var(--lime);
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.entry-copy h2 {
  margin-top: 22px;
  font-size: clamp(56px, 6.6vw, 96px);
}

.entry-copy > p {
  margin: 28px 0 0;
  line-height: 2;
}

.entry-status {
  display: flex;
  width: min(100%, 520px);
  flex-direction: column;
  margin-top: 36px;
  padding: 18px 22px;
  border: var(--line);
  background: var(--ink);
  box-shadow: 7px 7px 0 var(--lime);
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.entry-status small {
  color: var(--lime);
  font-family: var(--font-en);
  font-size: 9px;
  letter-spacing: 0.15em;
}

.official-link {
  width: fit-content;
  margin-top: 32px;
  border-bottom: 1px solid var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.entry-visual {
  position: relative;
  overflow: hidden;
  border-left: var(--line);
  background: var(--yellow);
}

.entry-visual::before {
  position: absolute;
  top: 10%;
  left: 8%;
  width: 78%;
  aspect-ratio: 1;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--purple);
  content: "";
}

.entry-visual span {
  position: absolute;
  top: 8%;
  left: 6%;
  z-index: 1;
  color: var(--white);
  font-family: var(--font-en);
  font-size: clamp(62px, 8vw, 118px);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.82;
}

.entry-visual img {
  position: absolute;
  right: 3%;
  bottom: -5%;
  z-index: 2;
  width: 73%;
  height: 91%;
  object-fit: contain;
  object-position: center bottom;
}

.campaign-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 45px;
  padding: 36px clamp(24px, 5vw, 70px);
  background: var(--ink);
  color: var(--white);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.campaign-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.campaign-footer nav a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
}

.campaign-footer > small {
  color: rgba(255, 255, 255, 0.52);
  font-family: var(--font-en);
  font-size: 10px;
}

.mobile-sticky-cta {
  display: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Brand-aligned audition theme: conversion structure with the official-site world view. */
.campaign-bar {
  height: 32px;
  border-bottom: 1px solid var(--line-light);
  background: var(--ink-soft);
}

.campaign-bar p {
  padding-top: 2px;
  line-height: 28px;
}

.campaign-bar span {
  color: var(--rose);
}

.campaign-header {
  min-height: 76px;
  color: var(--white);
  border-bottom: 1px solid var(--line-light);
  background: rgba(18, 9, 27, 0.94);
  backdrop-filter: blur(16px);
}

.campaign-header.is-scrolled {
  color: var(--ink);
  border-color: var(--line-dark);
  background: rgba(255, 250, 251, 0.95);
  box-shadow: none;
}

.campaign-brand {
  border-right: 1px solid currentColor;
  border-right-color: rgba(255, 255, 255, 0.14);
}

.campaign-header.is-scrolled .campaign-brand {
  border-right-color: var(--line-dark);
}

.campaign-brand strong,
.footer-brand strong {
  font-weight: 400;
}

.desktop-nav a {
  border-left: 0;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 500;
}

.desktop-nav a::after {
  position: absolute;
  right: 15px;
  bottom: 18px;
  left: 15px;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  background: transparent;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-status {
  min-width: 150px;
  border-left: 0;
  background: var(--white);
  color: var(--ink);
}

.campaign-header.is-scrolled .header-status {
  background: var(--ink);
  color: var(--white);
}

.header-status:hover,
.header-status:focus-visible,
.campaign-header.is-scrolled .header-status:hover,
.campaign-header.is-scrolled .header-status:focus-visible {
  background: var(--pink);
  color: var(--white);
}

.menu-toggle {
  border-left: 1px solid currentColor;
  background: transparent;
}

.menu-toggle span {
  background: currentColor;
}

.mobile-menu {
  color: var(--ink);
  border-bottom: 1px solid var(--line-dark);
  background: var(--paper);
}

.mobile-menu nav {
  border-color: var(--line-dark);
}

.mobile-menu nav a {
  border-color: var(--line-dark);
  font-family: var(--font-en);
}

.mobile-menu nav span {
  color: var(--magenta);
}

.mobile-menu-status {
  border: 0;
  background: var(--ink);
  color: var(--white);
}

.audition-hero {
  color: var(--white);
  border-bottom: 1px solid var(--line-light);
  background: var(--ink);
}

.hero-copy {
  background:
    radial-gradient(circle at 4% 12%, rgba(245, 74, 159, 0.2), transparent 28%),
    radial-gradient(circle at 88% 88%, rgba(118, 84, 232, 0.14), transparent 34%);
}

.hero-badge {
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: transparent;
  color: var(--white);
}

.hero-badge span {
  background: var(--pink);
  color: var(--white);
}

.hero-copy h1 {
  font-family: var(--font-serif);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.12;
}

.hero-copy h1 em {
  margin-top: 2px;
  padding: 0;
  background: none;
  color: var(--rose);
  text-shadow: none;
}

.hero-sub {
  font-family: var(--font-serif);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.55;
}

.hero-lead {
  color: rgba(255, 255, 255, 0.7);
}

.primary-button {
  min-height: 64px;
  padding: 0 0 0 22px;
  border: 0;
  background: var(--white);
  box-shadow: none;
  color: var(--ink);
}

.primary-button b {
  display: grid;
  width: 58px;
  align-self: stretch;
  place-items: center;
  background: var(--pink);
  color: var(--white);
}

.primary-button:hover,
.primary-button:focus-visible {
  background: var(--pink);
  box-shadow: none;
  color: var(--white);
  transform: translateY(-3px);
}

.primary-button:hover b,
.primary-button:focus-visible b {
  background: var(--violet);
}

.text-link {
  border-color: rgba(255, 255, 255, 0.55);
}

.hero-status {
  border-color: var(--line-light);
}

.hero-status span {
  color: var(--rose);
}

.hero-status small {
  color: rgba(255, 255, 255, 0.58);
}

.hero-visual {
  border-left: 1px solid var(--line-light);
  background:
    radial-gradient(circle at 55% 35%, rgba(118, 84, 232, 0.45), transparent 34%),
    linear-gradient(160deg, #25102d 0%, #12091b 65%, #3c1031 100%);
}

.hero-visual::before {
  border-color: rgba(255, 255, 255, 0.25);
}

.hero-visual::after {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(245, 74, 159, 0.24);
}

.hero-grid {
  opacity: 0.44;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
}

.hero-year {
  color: rgba(255, 255, 255, 0.08);
  font-weight: 500;
}

.sticker {
  border: 1px solid var(--line-light);
  box-shadow: none;
}

.sticker-top {
  background: var(--paper-lilac);
  color: var(--ink);
}

.sticker-side {
  background: var(--pink);
  color: var(--white);
}

.hero-poster {
  border: 1px solid var(--line-dark);
  background: rgba(255, 250, 251, 0.94);
  box-shadow: none;
  color: var(--ink);
}

.quick-facts {
  border-bottom: 1px solid var(--line-dark);
  background: var(--paper);
}

.quick-facts div {
  border-right: 1px solid var(--line-dark);
}

.quick-facts span {
  border-color: var(--line-dark);
}

.quick-facts b {
  color: var(--magenta);
}

.section-tag span {
  border: 0;
  border-radius: 0;
  background: var(--ink);
  color: var(--white);
}

.section-tag.light {
  color: var(--white);
}

.section-tag.light span {
  background: var(--white);
  color: var(--ink);
}

.section-intro h2,
.support-heading h2,
.requirements-heading h2,
.flow-heading h2,
.faq-heading h2,
.entry-copy h2 {
  font-family: var(--font-serif);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.4;
}

.section-intro > p:last-child,
.requirements-heading > p:last-child {
  color: var(--text-soft);
}

.wanted-card {
  border: 1px solid rgba(18, 9, 27, 0.52);
  box-shadow: none;
}

.wanted-card::after {
  border: 1px solid rgba(18, 9, 27, 0.28);
}

.card-pink {
  background: #ffd5e7;
}

.card-yellow {
  background: #57113f;
  color: var(--white);
}

.card-purple {
  background: #dcd3ff;
}

.card-lime {
  background: #c8f1ff;
}

.wanted-number {
  border-color: currentColor;
}

.wanted-card h3 {
  font-family: var(--font-serif);
  font-weight: 700;
}

.wanted-note {
  border-color: var(--line-dark);
}

.wanted-note strong {
  color: var(--magenta);
}

.support {
  background: #0d0711;
}

.support-heading > p:last-child,
.flow-heading > p:last-child {
  color: rgba(255, 255, 255, 0.68);
}

.support-board {
  border-color: var(--line-light);
}

.support-card {
  border-color: var(--line-light);
}

.support-card > span {
  color: var(--rose);
  font-weight: 500;
}

.support-card small {
  color: var(--gold, #edc98d);
}

.support-card h3 {
  font-family: var(--font-serif);
}

.support-message {
  border: 1px solid var(--ink);
  background: var(--paper-lilac);
  box-shadow: none;
}

.support-message::after {
  color: rgba(18, 9, 27, 0.055);
}

.support-message strong {
  border-bottom: 1px solid var(--magenta);
  background: transparent;
  color: var(--magenta);
}

.requirements-table,
.requirements-table > div {
  border-color: var(--line-dark);
}

.requirements-table dd span,
.requirements-caution {
  color: var(--text-soft);
}

.flow {
  background: var(--ink-soft);
}

.flow-list {
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.flow-list li {
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.flow-number {
  color: var(--rose);
  font-weight: 500;
}

.flow-list small {
  color: var(--gold, #edc98d);
}

.flow-list h3 {
  font-family: var(--font-serif);
}

.faq-list,
.faq-list details {
  border-color: var(--line-dark);
}

.faq-list summary b {
  border-color: var(--line-dark);
}

.faq-list details[open] summary b {
  background: var(--paper-lilac);
}

.faq-list details p {
  color: var(--text-soft);
}

.entry {
  color: var(--white);
  border-color: var(--line-light);
  background: var(--ink);
}

.entry-pattern {
  color: rgba(255, 255, 255, 0.045);
  font-family: var(--font-serif);
}

.entry-label {
  border: 0;
  background: var(--pink);
  color: var(--white);
}

.entry-copy > p {
  color: rgba(255, 255, 255, 0.7);
}

.entry-status {
  border: 0;
  background: var(--white);
  box-shadow: none;
  color: var(--ink);
}

.entry-status small {
  color: var(--magenta);
}

.official-link {
  border-color: rgba(255, 255, 255, 0.55);
}

.entry-visual {
  border-color: var(--line-light);
  background: #0d0711;
}

.entry-visual::before {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--purple-dark);
}

.entry-visual span {
  color: rgba(255, 255, 255, 0.17);
  font-family: var(--font-serif);
  letter-spacing: -0.04em;
}

.campaign-footer {
  background: #08040c;
}

.mobile-sticky-cta {
  border: 1px solid var(--line-light);
  background: var(--ink);
  box-shadow: none;
}

.mobile-sticky-cta small,
.mobile-sticky-cta b {
  color: var(--rose);
}

@media (max-width: 1180px) {
  .desktop-nav a {
    padding-inline: 11px;
    font-size: 11px;
  }

  .audition-hero {
    grid-template-columns: minmax(0, 1.04fr) minmax(400px, 0.96fr);
  }

  .hero-copy {
    padding-inline: 45px;
  }

  .hero-copy h1 {
    font-size: clamp(56px, 7vw, 84px);
  }

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

  .wanted-card {
    min-height: 300px;
  }

  .support-card {
    grid-template-columns: 50px 1fr;
  }

  .support-card p {
    grid-column: 2;
  }

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

@media (max-width: 960px) {
  .desktop-nav {
    display: none;
  }

  .campaign-header {
    justify-content: space-between;
  }

  .header-status {
    border-left: var(--line);
  }

  .menu-toggle {
    display: block;
  }

  .audition-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: none;
    padding-block: 78px 70px;
  }

  .hero-visual {
    min-height: 720px;
    border-top: var(--line);
    border-left: 0;
  }

  .character-card-main {
    right: 25%;
    width: 49%;
  }

  .character-card-sub {
    right: 6%;
    width: 34%;
  }

  .quick-facts div {
    grid-template-columns: auto 1fr;
  }

  .quick-facts b {
    grid-column: 2;
  }

  .support-heading,
  .flow-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .support-heading .section-tag,
  .flow-heading .section-tag {
    grid-column: auto;
    margin-bottom: 0;
  }

  .support-message {
    grid-template-columns: 0.55fr 1fr;
  }

  .requirements,
  .faq {
    grid-template-columns: 1fr;
  }

  .requirements-heading {
    position: static;
  }

  .requirements-caution {
    grid-column: auto;
    margin: -70px 0 0;
  }

  .entry {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .entry-visual {
    min-height: 650px;
    border-top: var(--line);
    border-left: 0;
  }

  .entry-visual img {
    right: 10%;
    width: 58%;
  }

  .campaign-footer {
    grid-template-columns: 1fr auto;
  }

  .campaign-footer nav {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 72px;
  }

  body {
    font-size: 15px;
  }

  .campaign-bar {
    height: 30px;
  }

  .campaign-bar p {
    padding-top: 1px;
    font-size: 10px;
  }

  .campaign-header {
    min-height: 66px;
  }

  .campaign-brand {
    min-width: 0;
    padding-inline: 17px;
    border-right: 0;
  }

  .campaign-brand strong {
    font-size: 27px;
  }

  .campaign-brand span {
    font-size: 7px;
  }

  .header-status {
    display: none;
  }

  .menu-toggle {
    width: 66px;
  }

  .mobile-menu {
    inset: 66px 0 auto;
  }

  .mobile-menu nav {
    grid-template-columns: 1fr;
  }

  .mobile-menu nav a {
    min-height: 56px;
  }

  .hero-copy {
    padding: 54px 23px 58px;
  }

  .hero-badge {
    margin-bottom: 22px;
    font-size: 10px;
  }

  .hero-copy h1 {
    font-size: clamp(47px, 14vw, 66px);
  }

  .hero-sub {
    margin-top: 26px;
    font-size: 24px;
  }

  .hero-lead {
    font-size: 13px;
  }

  .hero-lead br {
    display: none;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
  }

  .primary-button {
    width: calc(100% - 6px);
    min-width: 0;
  }

  .text-link {
    width: fit-content;
  }

  .hero-status {
    margin-top: 34px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .hero-year {
    top: 5%;
    right: 6%;
    font-size: 100px;
  }

  .character-card-main {
    right: 25%;
    width: 62%;
    height: 89%;
  }

  .character-card-sub {
    right: -2%;
    width: 43%;
    height: 68%;
  }

  .sticker-top {
    top: 5%;
    left: 5%;
    width: 92px;
    font-size: 9px;
  }

  .sticker-side {
    display: none;
  }

  .hero-poster {
    bottom: 5%;
    left: 4%;
    width: 132px;
    min-height: 124px;
    padding: 12px;
  }

  .hero-poster strong {
    font-size: 17px;
  }

  .quick-facts {
    grid-template-columns: 1fr;
  }

  .quick-facts div {
    min-height: 76px;
    grid-template-columns: 34px 1fr auto;
    padding: 15px 22px;
    border-right: 0;
    border-bottom: var(--line);
  }

  .quick-facts div:last-child {
    border-bottom: 0;
  }

  .quick-facts b {
    grid-column: auto;
    font-size: 21px;
  }

  .section-shell {
    width: min(100% - 42px, 1240px);
  }

  .section-tag {
    margin-bottom: 18px;
    font-size: 9px;
  }

  .section-tag span {
    width: 28px;
    height: 28px;
  }

  .section-intro h2,
  .support-heading h2,
  .requirements-heading h2,
  .flow-heading h2,
  .faq-heading h2,
  .entry-copy h2 {
    font-size: 40px;
  }

  .section-intro > p:last-child br {
    display: none;
  }

  .wanted {
    padding-block: 86px;
  }

  .wanted-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 45px;
  }

  .wanted-card {
    min-height: 275px;
    box-shadow: 6px 6px 0 var(--ink);
  }

  .wanted-note {
    padding-inline: 8px;
    text-align: left;
  }

  .support {
    padding-block: 86px;
  }

  .support-board {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .support-card {
    min-height: 0;
    grid-template-columns: 45px 1fr;
    gap: 16px;
    padding: 27px 20px;
  }

  .support-message {
    min-height: 430px;
    grid-template-columns: 1fr;
    margin-top: 42px;
    box-shadow: 7px 7px 0 var(--pink);
  }

  .support-message img {
    position: absolute;
    right: -8%;
    bottom: 0;
    width: 54%;
    height: 58%;
    opacity: 0.48;
  }

  .support-message div {
    align-self: start;
    padding: 40px 28px;
  }

  .support-message p {
    font-size: 27px;
  }

  .requirements {
    gap: 46px;
    padding-block: 86px 140px;
  }

  .requirements-heading h2 {
    font-size: 53px;
  }

  .requirements-table > div {
    grid-template-columns: 1fr;
    gap: 11px;
    padding: 26px 3px;
  }

  .requirements-table dt {
    color: var(--purple);
  }

  .requirements-table dd strong {
    font-size: 20px;
  }

  .requirements-caution {
    margin: -110px 0 0;
  }

  .flow {
    padding-block: 86px;
  }

  .flow-list {
    grid-template-columns: 1fr;
    margin-top: 46px;
  }

  .flow-list li {
    min-height: 250px;
    padding: 25px 22px;
  }

  .flow-list small {
    margin-top: 24px;
  }

  .faq {
    gap: 45px;
    padding-block: 86px;
  }

  .faq-list summary {
    grid-template-columns: 35px 1fr auto;
    gap: 10px;
    padding-block: 20px;
    font-size: 15px;
  }

  .faq-list summary b {
    width: 29px;
    height: 29px;
  }

  .faq-list details p {
    margin-inline: 45px 8px;
    font-size: 13px;
  }

  .entry-copy {
    padding: 80px 23px;
  }

  .entry-copy h2 {
    font-size: 53px;
  }

  .entry-copy > p br {
    display: none;
  }

  .entry-status {
    font-size: 17px;
  }

  .entry-visual {
    min-height: 500px;
  }

  .entry-visual span {
    font-size: 70px;
  }

  .entry-visual img {
    right: 2%;
    width: 78%;
  }

  .campaign-footer {
    grid-template-columns: 1fr;
    gap: 27px;
    padding: 40px 23px 110px;
  }

  .campaign-footer nav {
    grid-column: auto;
    grid-row: auto;
    gap: 12px 20px;
  }

  .mobile-sticky-cta {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 80;
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: space-between;
    padding: 13px 17px;
    border: var(--line);
    background: var(--ink);
    box-shadow: 5px 5px 0 var(--pink);
    color: var(--white);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .mobile-sticky-cta.is-active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-sticky-cta span {
    display: flex;
    flex-direction: column;
    line-height: 1.35;
  }

  .mobile-sticky-cta small {
    color: var(--lime);
    font-family: var(--font-en);
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .mobile-sticky-cta strong {
    font-size: 14px;
  }

  .mobile-sticky-cta b {
    color: var(--lime);
    font-size: 20px;
  }
}

@media (max-width: 370px) {
  .campaign-brand span {
    display: none;
  }

  .hero-copy h1 {
    font-size: 43px;
  }

  .hero-sub {
    font-size: 21px;
  }

  .hero-visual {
    min-height: 470px;
  }

  .section-intro h2,
  .support-heading h2,
  .requirements-heading h2,
  .flow-heading h2,
  .faq-heading h2,
  .entry-copy h2 {
    font-size: 36px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 680px) {
  .wanted-card,
  .support-message,
  .mobile-sticky-cta {
    box-shadow: none;
  }

  .quick-facts div {
    border-bottom: 1px solid var(--line-dark);
  }

  .hero-visual,
  .entry-visual {
    border-top: 1px solid var(--line-light);
  }

  .mobile-sticky-cta {
    border: 1px solid var(--line-light);
  }

  .mobile-sticky-cta small,
  .mobile-sticky-cta b {
    color: var(--rose);
  }
}
