:root {
  color-scheme: dark;
  --ink: #fbf6ea;
  --muted: #cbc3d8;
  --subtle: #9a8fb0;
  --night: #090711;
  --panel: rgba(21, 17, 35, 0.82);
  --line: rgba(210, 196, 255, 0.16);
  --cyan: #9784ff;
  --rose: #d8a8ff;
  --sakura: #ffb7c8;
  --gold: #f5cf67;
  --green: #e6c56f;
  --sky: #9fd8ff;
  --violet: #c4b0ff;
  --news-hover-bg: linear-gradient(135deg, rgba(151, 132, 255, 0.19), rgba(245, 207, 103, 0.09)), var(--panel);
  --glass-panel: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(151, 132, 255, 0.06) 48%, rgba(245, 207, 103, 0.05)), rgba(18, 14, 31, 0.58);
  --glass-panel-strong: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(151, 132, 255, 0.1) 48%, rgba(245, 207, 103, 0.08)), rgba(18, 14, 31, 0.66);
  --glass-line: rgba(226, 216, 255, 0.24);
  --glass-line-hover: rgba(248, 211, 102, 0.46);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  --font-display: "Glow Sans TC Condensed", "Glow Sans TC", "PingFang TC", "Heiti TC", "Noto Sans TC", "Microsoft JhengHei", system-ui, sans-serif;
  --font-body: "Glow Sans TC", "PingFang TC", "Heiti TC", "Noto Sans TC", "Microsoft JhengHei", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

html.is-smooth-scroll {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--night);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 400;
  letter-spacing: 0;
  overflow-x: hidden;
}

/* 本地字体加载 */
@font-face {
  font-family: "Glow Sans TC";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("assets/fonts/GlowSansTC-Normal-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Glow Sans TC";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("assets/fonts/GlowSansTC-Normal-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Glow Sans TC";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("assets/fonts/GlowSansTC-Normal-ExtraBold.otf") format("opentype");
}

@font-face {
  font-family: "Glow Sans TC";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("assets/fonts/GlowSansTC-Normal-Heavy.otf") format("opentype");
}

@font-face {
  font-family: "Glow Sans TC Condensed";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("assets/fonts/GlowSansTC-Condensed-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Glow Sans TC Condensed";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("assets/fonts/GlowSansTC-Condensed-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Glow Sans TC Condensed";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("assets/fonts/GlowSansTC-Condensed-ExtraBold.otf") format("opentype");
}

@font-face {
  font-family: "Glow Sans TC Condensed";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("assets/fonts/GlowSansTC-Condensed-Heavy.otf") format("opentype");
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -4;
  content: "";
  background:
    radial-gradient(circle at 18% 12%, rgba(151, 132, 255, 0.18), transparent 32%),
    radial-gradient(circle at 82% 20%, rgba(245, 207, 103, 0.11), transparent 28%),
    radial-gradient(ellipse at 50% 104%, rgba(159, 216, 255, 0.1), transparent 52%),
    linear-gradient(180deg, rgba(10, 7, 18, 0.96), #090711);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -3;
  content: "";
  background:
    linear-gradient(115deg, transparent 0 18%, rgba(159, 216, 255, 0.13) 28%, transparent 42% 100%),
    linear-gradient(64deg, transparent 0 42%, rgba(216, 168, 255, 0.14) 57%, transparent 74% 100%),
    radial-gradient(circle at 9% 22%, rgba(251, 246, 234, 0.92) 0 1px, transparent 1.8px),
    radial-gradient(circle at 34% 14%, rgba(196, 176, 255, 0.86) 0 1.2px, transparent 2px),
    radial-gradient(circle at 62% 34%, rgba(251, 246, 234, 0.72) 0 1px, transparent 1.8px),
    radial-gradient(circle at 84% 18%, rgba(245, 207, 103, 0.62) 0 1.2px, transparent 2px),
    radial-gradient(circle at 17% 74%, rgba(159, 216, 255, 0.7) 0 1px, transparent 1.8px),
    radial-gradient(circle at 76% 72%, rgba(251, 246, 234, 0.64) 0 1px, transparent 1.8px),
    radial-gradient(ellipse at 70% 8%, rgba(151, 132, 255, 0.18), transparent 42%);
  background-size:
    100% 100%,
    100% 100%,
    260px 260px,
    340px 340px,
    300px 300px,
    420px 420px,
    360px 360px,
    460px 460px,
    100% 100%;
  mix-blend-mode: screen;
  opacity: 0.94;
  pointer-events: none;
  animation: dreamSkyDrift 28s ease-in-out infinite alternate;
}

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

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

.loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-content: center;
  gap: 16px;
  background:
    radial-gradient(circle at 50% 42%, rgba(151, 132, 255, 0.22), transparent 30%),
    #070510;
  text-align: center;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.loader.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.loader-icon {
  width: 78px;
  height: 78px;
  margin-inline: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 32px rgba(151, 132, 255, 0.34));
  animation: loaderPulse 1100ms ease-in-out infinite alternate;
}

.loader p {
  margin: 0;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 64px);
  background: linear-gradient(180deg, rgba(10, 7, 18, 0.88), rgba(10, 7, 18, 0.28));
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(-18px);
  transition: border-color 180ms ease, background 180ms ease;
}

.is-hero-ready .site-header {
  animation: slideDown 620ms ease both;
}

.site-header.is-scrolled {
  border-bottom: 1px solid var(--line);
  background: rgba(10, 7, 18, 0.92);
}

.brand,
.site-nav,
.hero-actions,
.tag-list {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  min-width: 0;
}

.brand-icon {
  width: clamp(46px, 4.5vw, 62px);
  height: auto;
  filter: drop-shadow(0 0 14px rgba(151, 132, 255, 0.2));
  transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.brand-logo {
  width: clamp(138px, 16vw, 224px);
  max-height: 54px;
  object-fit: contain;
  opacity: 0;
  transform: translateX(-40px);
  transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
  filter: drop-shadow(0 0 14px rgba(151, 132, 255, 0.18));
}

.site-header.is-scrolled .brand-icon,
.site-header.is-full-logo .brand-icon {
  width: clamp(34px, 3vw, 44px);
  opacity: 0;
  transform: translateX(-8px) scale(0.92);
}

.site-header.is-scrolled .brand-logo,
.site-header.is-full-logo .brand-logo {
  opacity: 1;
  transform: translateX(-56px);
}

.brand:hover .brand-icon {
  filter: drop-shadow(0 0 22px rgba(151, 132, 255, 0.36));
  transform: translateY(-1px) rotate(-4deg) scale(1.05);
}

.site-header.is-scrolled .brand:hover .brand-icon,
.site-header.is-full-logo .brand:hover .brand-icon {
  transform: translateX(-8px) scale(0.92);
}

.site-header.is-scrolled .brand:hover .brand-logo,
.site-header.is-full-logo .brand:hover .brand-logo {
  filter: drop-shadow(0 0 22px rgba(151, 132, 255, 0.32));
  transform: translateX(-56px) translateY(-1px);
}

.site-nav {
  gap: clamp(14px, 2.2vw, 32px);
  color: rgba(247, 244, 237, 0.82);
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  content: "";
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

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

.site-nav .nav-coming-soon {
  cursor: pointer;
}

.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-dropdown > a,
.nav-dropdown-trigger-row > a {
  cursor: pointer;
}

.nav-dropdown-trigger-row {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
}

@media (min-width: 721px) {
  .nav-dropdown-toggle {
    display: none !important;
  }

  .nav-mobile-email {
    display: none !important;
  }
}

.nav-dropdown-toggle {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(247, 244, 237, 0.85);
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 200ms ease;
}

.nav-dropdown-toggle:hover,
.nav-dropdown-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  outline: none;
}

.nav-dropdown-toggle i {
  font-size: 0.65rem;
  transition: transform 220ms ease;
}

.nav-dropdown.is-submenu-open .nav-dropdown-toggle i {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  position: fixed;
  min-width: 260px;
  padding: 18px 0;
  background: rgba(22, 16, 36, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  -webkit-backdrop-filter: blur(40px) saturate(1.8);
  backdrop-filter: blur(40px) saturate(1.8);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease, transform 200ms cubic-bezier(0.2, 0.8, 0.2, 1), visibility 200ms;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  pointer-events: none;
}

.nav-dropdown-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.nav-dropdown-label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 22px 10px;
  font-size: 0.68rem;
  color: rgba(247, 244, 237, 0.4);
  letter-spacing: 0.12em;
  pointer-events: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 6px;
}

.nav-dropdown-label em {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  font-style: normal;
  font-size: 0.62rem;
  color: rgba(151, 132, 255, 0.9);
  background: rgba(151, 132, 255, 0.12);
  border: 1px solid rgba(151, 132, 255, 0.3);
  border-radius: 999px;
  letter-spacing: 0.08em;
}

.nav-dropdown-label--talents-wave {
  gap: 14px;
}

.nav-dropdown-menu a {
  padding: 10px 22px;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(247, 244, 237, 0.78);
  white-space: nowrap;
  transition: background 120ms ease, color 120ms ease;
}

.nav-dropdown-menu a::after {
  display: none;
}

.nav-dropdown-menu a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.nav-dropdown-social a {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-dropdown-social a i {
  width: 18px;
  font-size: 1rem;
  text-align: center;
  color: rgba(247, 244, 237, 0.6);
  transition: color 120ms ease;
}

.nav-dropdown-social a:hover i {
  color: #fff;
}

.nav-coming-soon-menu {
  min-width: 220px;
}

.nav-coming-soon-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 22px;
  color: rgba(247, 244, 237, 0.78);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.nav-coming-soon-item i {
  width: 18px;
  color: rgba(247, 244, 237, 0.6);
  font-size: 1rem;
  text-align: center;
}


.news-filter-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-dropdown-menu:not(.nav-dropdown-social) .news-filter-link i {
  width: 1.15em;
  flex-shrink: 0;
  text-align: center;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.55);
  transition: color 120ms ease;
}

.nav-dropdown-menu:not(.nav-dropdown-social) .news-filter-link:hover i,
.nav-dropdown-menu:not(.nav-dropdown-social) .news-filter-link:focus-visible i {
  color: rgba(255, 255, 255, 0.92);
}

.color-swatch-list {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.color-swatch {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--c, #fff);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.04);
  cursor: help;
  transition: transform 160ms ease;
}

.color-swatch:hover {
  transform: scale(1.15);
}

.color-swatch::after {
  content: attr(data-hex);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  translate: -50% 0;
  padding: 4px 8px;
  font-family: var(--font-display);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
  background: rgba(18, 14, 28, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms;
  pointer-events: none;
  z-index: 10;
}

.color-swatch:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.profile-info-list .platform-links {
  display: inline-flex;
  align-items: center;
  grid-template-columns: none;
  gap: 8px;
  flex-wrap: nowrap;
  padding: 0;
  border: 0;
}

.platform-links .social-icon {
  width: 28px;
  height: 28px;
}

.platform-links .social-icon i {
  font-size: 0.85rem;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 132px clamp(20px, 7vw, 92px) 70px;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 700'%3E%3Cg fill='none' stroke='%23c4b0ff' stroke-opacity='.38' stroke-width='1.4'%3E%3Cpath d='M770 116 842 154 920 124 994 190'/%3E%3Cpath d='M946 294 1018 326 1092 286 1138 350'/%3E%3Cpath d='M152 134 216 182 286 158 342 220'/%3E%3C/g%3E%3Cg fill='%23fbf6ea' fill-opacity='.86'%3E%3Ccircle cx='770' cy='116' r='3'/%3E%3Ccircle cx='842' cy='154' r='2.4'/%3E%3Ccircle cx='920' cy='124' r='2.8'/%3E%3Ccircle cx='994' cy='190' r='2.2'/%3E%3Ccircle cx='946' cy='294' r='2.2'/%3E%3Ccircle cx='1018' cy='326' r='3'/%3E%3Ccircle cx='1092' cy='286' r='2.4'/%3E%3Ccircle cx='1138' cy='350' r='2'/%3E%3Ccircle cx='152' cy='134' r='2.2'/%3E%3Ccircle cx='216' cy='182' r='2.8'/%3E%3Ccircle cx='286' cy='158' r='2.2'/%3E%3Ccircle cx='342' cy='220' r='2.6'/%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(ellipse at 78% 18%, rgba(159, 216, 255, 0.14), transparent 34%),
    radial-gradient(ellipse at 64% 78%, rgba(216, 168, 255, 0.14), transparent 42%);
  background-repeat: no-repeat;
  background-size: cover, 100% 100%, 100% 100%;
  opacity: 0.82;
  pointer-events: none;
}

.hero-image,
.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  z-index: -2;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.05);
  transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0) scale(1.04);
  transition: transform 220ms ease-out;
}

.hero-scrim {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(10, 7, 18, 0.95) 0%, rgba(10, 7, 18, 0.7) 36%, rgba(10, 7, 18, 0.12) 76%),
    linear-gradient(0deg, #090711 0%, rgba(10, 7, 18, 0) 38%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(710px, 100%);
  text-align: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-family: var(--font-display);
  font-size: clamp(4rem, 11vw, 9.2rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
}

.hero-logo-title {
  width: min(820px, 70vw);
  margin-bottom: 28px;
  opacity: 0;
  text-align: center;
}

.hero-logo-title img {
  width: 75%;
  height: auto;
  margin-inline: auto;
  transform: translateX(-40px);
  filter:
    drop-shadow(0 0 24px rgba(151, 132, 255, 0.22))
    drop-shadow(0 0 34px rgba(245, 207, 103, 0.08))
    drop-shadow(0 14px 34px rgba(0, 0, 0, 0.28));
}

.hero-tagline {
  width: min(620px, 100%);
  margin: -8px auto 24px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.9vw, 1.38rem);
  font-weight: 800;
  letter-spacing: 0;
  text-shadow:
    0 0 18px rgba(151, 132, 255, 0.32),
    0 8px 24px rgba(0, 0, 0, 0.26);
  text-align: center;
  opacity: 0;
}

h2 {
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 5vw, 4.6rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
}

.hero-copy,
.section-copy,
.about-copy p:not(.eyebrow),
.site-footer p:not(.eyebrow),
.news-card p,
.talent-body p,
.timeline p {
  color: var(--muted);
  line-height: 1.8;
}

.hero-copy {
  width: min(620px, 100%);
  margin-inline: auto;
  margin-bottom: 30px;
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  opacity: 0;
}

.hero-mobile-break {
  display: none;
}

h2 + .section-copy,
h2 + p,
.about-copy h2 + p {
  margin-top: 22px;
}

.about-copy h2 + p {
  margin-top: clamp(32px, 4vw, 52px);
}

.section-copy,
.about-copy p {
  max-width: 720px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.hero-discovery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: clamp(22px, 3vw, 40px);
}

.hero-discovery a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(251, 246, 234, 0.16);
  border-radius: 8px;
  background: rgba(12, 10, 24, 0.34);
  color: rgba(251, 246, 234, 0.78);
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 800;
  backdrop-filter: blur(14px) saturate(1.18);
  -webkit-backdrop-filter: blur(14px) saturate(1.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  opacity: 0;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.hero-discovery a::after {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 10;
  width: max-content;
  max-width: 240px;
  padding: 10px 14px;
  border: 1px solid rgba(251, 246, 234, 0.14);
  border-radius: 8px;
  background: rgba(15, 12, 30, 0.72);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
  backdrop-filter: blur(22px) saturate(1.35);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: rgba(251, 246, 234, 0.82);
  content: attr(data-hint);
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.45;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  transform: translate(-50%, -8px);
  transition: opacity 180ms ease, transform 180ms ease;
  white-space: normal;
}

.is-hero-ready .hero-logo-title {
  animation: heroLogoIn 860ms 80ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.is-hero-ready .hero-copy {
  animation: heroItemIn 680ms 300ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.is-hero-ready .hero-tagline {
  animation: heroItemIn 680ms 240ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.is-hero-ready .hero-discovery a {
  animation: heroItemIn 580ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.is-hero-ready .hero-discovery a:nth-child(1) {
  animation-delay: 720ms;
}

.is-hero-ready .hero-discovery a:nth-child(2) {
  animation-delay: 860ms;
}

.is-hero-ready .hero-discovery a:nth-child(3) {
  animation-delay: 1000ms;
}

.hero-discovery a i {
  color: var(--gold);
  font-size: 0.9rem;
}

.hero-discovery a:hover,
.hero-discovery a:focus-visible {
  border-color: rgba(245, 207, 103, 0.42);
  background: rgba(245, 207, 103, 0.12);
  color: var(--ink);
  transform: translateY(-2px);
}

.hero-discovery a:hover::after,
.hero-discovery a:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.hero-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 32px;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(251, 246, 234, 0.7);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: translateX(-50%);
  animation: scrollCueFloat 2200ms ease-in-out infinite;
}

.hero-scroll-cue::before {
  width: 1px;
  height: 42px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(251, 246, 234, 0.64), transparent);
}

.hero-scroll-cue i {
  color: var(--gold);
  font-size: 0.78rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  font-family: var(--font-display);
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--gold);
  color: #140f08;
}

.button.secondary {
  border: 1px solid rgba(210, 196, 255, 0.24);
  background: rgba(151, 132, 255, 0.08);
}

.button.secondary .fa-arrow-right,
.about-more-link i,
.more-link i {
  color: var(--gold);
}

.button.secondary:hover .fa-arrow-right,
.button.secondary:focus-visible .fa-arrow-right,
.about-more-link:hover i,
.about-more-link:focus-visible i,
.more-link:hover i,
.more-link:focus-visible i {
  color: var(--gold);
}

.contact-actions {
  display: grid;
  gap: 14px;
  justify-items: stretch;
}

.contact-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 10px 16px 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--ink);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.contact-button:hover,
.contact-button:focus-visible,
.contact-social-card:hover,
.contact-social-card:focus-within {
  border-color: rgba(151, 132, 255, 0.42);
  background: rgba(151, 132, 255, 0.12);
  box-shadow: 0 22px 54px rgba(151, 132, 255, 0.18);
  transform: translateY(-2px);
}

.contact-button strong,
.contact-button small {
  font-family: var(--font-display);
  line-height: 1.2;
}

.contact-button strong {
  font-size: 0.92rem;
  font-weight: 900;
}

.mail-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(247, 244, 237, 0.78);
}

.contact-button:hover .mail-icon,
.contact-button:focus-visible .mail-icon,
.contact-social-card:hover .mail-icon,
.contact-social-card:focus-within .mail-icon {
  background: rgba(151, 132, 255, 0.18);
  color: var(--cyan);
}

.contact-social-card {
  display: grid;
  gap: 16px;
  min-width: min(100%, 360px);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.contact-social-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-social-title strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2vw, 1.42rem);
  font-weight: 900;
  line-height: 1;
}

.contact-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 0;
}

.mail-icon i {
  font-size: 1rem;
  line-height: 1;
}

.hero-status {
  position: absolute;
  z-index: 1;
  right: clamp(20px, 5vw, 72px);
  bottom: 42px;
  display: grid;
  gap: 6px;
  min-width: 210px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(9, 11, 16, 0.58);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  opacity: 0;
}

.is-hero-ready .hero-status {
  animation: floatIn 760ms 1120ms ease both, floatIdle 5200ms 2100ms ease-in-out infinite;
}

.hero-status span {
  color: var(--subtle);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-status strong {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 900;
}

@media (min-width: 1600px) {
  .hero {
    min-height: 96svh;
    padding-bottom: 112px;
  }

  .hero-content {
    width: min(760px, 42vw);
  }

  .hero-copy {
    width: min(680px, 100%);
  }

  .hero-discovery {
    max-width: 720px;
  }

  .hero-discovery a {
    min-height: 50px;
    padding-inline: 20px;
  }

  .hero-status {
    right: clamp(42px, 5vw, 96px);
    bottom: 76px;
  }
}

.notice-band {
  padding: 18px clamp(20px, 7vw, 92px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(245, 207, 103, 0.12);
  animation: revealUp 820ms 520ms ease both;
}

.notice-band p {
  margin: 0;
  color: #f8dfaa;
  font-size: 0.95rem;
}

.section {
  padding: clamp(74px, 10vw, 122px) clamp(20px, 7vw, 92px);
}

.article-section {
  padding-top: clamp(116px, 15vw, 156px);
  padding-bottom: clamp(60px, 9vw, 104px);
  background:
    linear-gradient(180deg, rgba(14, 10, 25, 0), rgba(151, 132, 255, 0.04)),
    #090711;
}

.article-container {
  width: min(860px, 100%);
  margin: 0 auto;
}

.article-header {
  margin-bottom: 34px;
}

.article-header .back-action {
  margin: 0 0 18px;
}

.article-header [data-news-detail-category] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.article-header [data-news-detail-category] i {
  font-size: 0.92em;
  opacity: 0.88;
}

.article-header time {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.article-header h1 {
  max-width: none;
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.98;
}

.profile-hero .article-header h1 {
  margin-bottom: 26px;
}

.profile-name-split span {
  display: block;
}

.profile-name-split span + span {
  margin-top: 0.08em;
}

.profile-name-split span:last-child {
  font-size: clamp(1.9rem, 8.4cqw, 3.35rem);
  white-space: nowrap;
}

.profile-name-inline {
  white-space: nowrap;
}

.article-content {
  color: var(--muted);
  font-size: clamp(0.96rem, 1.25vw, 1rem);
}

.article-content > p {
  margin: 0 0 20px;
  line-height: 1.82;
}

.article-content > p strong {
  color: var(--ink);
}

.article-content a {
  color: var(--gold);
  font-weight: 800;
  text-decoration: none;
}

.article-content a:hover,
.article-content a:focus-visible {
  color: var(--ink);
}

.article-content > p.article-link-row {
  margin-bottom: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(210, 196, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(151, 132, 255, 0.1), rgba(255, 255, 255, 0.02)),
    rgba(18, 14, 31, 0.72);
}

.article-content > p.article-link-row + p:not(.article-link-row) {
  margin-top: 24px;
}

.article-content > p.article-cta-row {
  margin-top: 34px;
  margin-bottom: 0;
}

.article-content > p.article-cta-row .button {
  width: fit-content;
}

.about-page-container {
  position: relative;
  z-index: 1;
  width: min(1320px, 100%);
}

.about-page-shell {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 16% 12%, rgba(151, 132, 255, 0.22), transparent 34%),
    radial-gradient(ellipse at 88% 32%, rgba(245, 207, 103, 0.12), transparent 30%),
    radial-gradient(circle at 56% 92%, rgba(159, 216, 255, 0.1), transparent 38%),
    linear-gradient(180deg, rgba(9, 7, 17, 0.72), #090711 82%);
}

.about-page-shell::before,
.about-page-shell::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.about-page-shell::before {
  inset: 96px auto auto -120px;
  width: min(740px, 58vw);
  aspect-ratio: 1;
  border: 1px solid rgba(196, 176, 255, 0.18);
  border-radius: 999px;
  background:
    radial-gradient(circle at center, transparent 0 38%, rgba(159, 216, 255, 0.1) 39% 40%, transparent 41% 100%),
    radial-gradient(circle at 34% 28%, rgba(248, 211, 102, 0.11), transparent 18%),
    radial-gradient(circle at center, rgba(151, 132, 255, 0.1), transparent 64%);
  opacity: 0.9;
}

.about-page-shell::after {
  right: -3vw;
  top: 130px;
  color: rgba(255, 255, 255, 0.045);
  content: "DREAMLOOM";
  font-family: var(--font-display);
  font-size: clamp(5rem, 13vw, 15rem);
  font-weight: 900;
  line-height: 0.78;
  writing-mode: vertical-rl;
}

.about-page-content {
  position: relative;
  display: grid;
  gap: 34px;
}

.about-page-content::before {
  position: absolute;
  inset: 18% -8% auto auto;
  z-index: -1;
  width: min(620px, 48vw);
  aspect-ratio: 1.4;
  content: "";
  background:
    radial-gradient(circle at 8% 18%, rgba(251, 246, 234, 0.78) 0 1px, transparent 2px),
    radial-gradient(circle at 30% 62%, rgba(196, 176, 255, 0.84) 0 1.2px, transparent 2px),
    radial-gradient(circle at 56% 28%, rgba(159, 216, 255, 0.78) 0 1px, transparent 2px),
    radial-gradient(circle at 82% 66%, rgba(245, 207, 103, 0.7) 0 1px, transparent 2px),
    linear-gradient(24deg, transparent 0 28%, rgba(196, 176, 255, 0.16) 29% 30%, transparent 31% 100%),
    linear-gradient(148deg, transparent 0 42%, rgba(159, 216, 255, 0.14) 43% 44%, transparent 45% 100%);
  background-size: 180px 160px, 230px 190px, 210px 190px, 260px 220px, 100% 100%, 100% 100%;
  opacity: 0.75;
  pointer-events: none;
}

.about-lead {
  max-width: 860px;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
}

.about-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.about-feature-card {
  position: relative;
  margin-top: 0;
  min-height: 230px;
  overflow: hidden;
}

.about-feature-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 18% 0%, rgba(248, 211, 102, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(151, 132, 255, 0.16), rgba(255, 255, 255, 0.02));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

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

.about-feature-card.reveal {
  transition:
    opacity 720ms ease,
    transform 720ms ease,
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.about-feature-card.reveal.is-visible:hover,
.about-feature-card.reveal.is-visible:focus-within {
  border-color: rgba(248, 211, 102, 0.42);
  background:
    linear-gradient(135deg, rgba(151, 132, 255, 0.18), rgba(248, 211, 102, 0.08)),
    var(--panel);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.34);
  transform: translateY(-6px);
}

.staff-card.reveal {
  transition:
    opacity 720ms ease,
    transform 720ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.staff-card.reveal.is-visible:hover {
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.about-feature-card:hover::before,
.about-feature-card:focus-within::before {
  opacity: 1;
}

.about-feature-card h2,
.about-feature-card h2 i {
  transition: color 180ms ease, transform 180ms ease;
}

.about-feature-card:hover h2,
.about-feature-card:focus-within h2 {
  color: var(--ink);
}

.about-feature-card:hover h2 i,
.about-feature-card:focus-within h2 i {
  color: var(--gold);
  transform: translateY(-2px) scale(1.08);
}

.staff-section {
  position: relative;
  margin-top: clamp(26px, 5vw, 54px);
}

.staff-section::before {
  position: absolute;
  right: -5vw;
  top: clamp(40px, 7vw, 92px);
  z-index: -1;
  width: min(620px, 48vw);
  aspect-ratio: 1;
  content: "";
  border-radius: 999px;
  background:
    radial-gradient(circle at 52% 50%, transparent 0 43%, rgba(248, 211, 102, 0.1) 44% 45%, transparent 46% 100%),
    radial-gradient(circle at center, rgba(151, 132, 255, 0.16), transparent 62%);
  opacity: 0.88;
}

.staff-heading {
  margin-bottom: 24px;
}

.staff-heading h2 {
  color: var(--ink);
}

.staff-note {
  margin: 10px 0 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 800;
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.staff-card {
  min-height: 260px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.staff-card:hover {
  border-color: rgba(151, 132, 255, 0.36);
  background: var(--news-hover-bg);
  transform: translateY(-4px);
}

.staff-card.is-placeholder {
  border-style: dashed;
  opacity: 0.78;
}

.staff-avatar {
  width: 72px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 900;
}

.staff-avatar-image {
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.staff-avatar-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-info {
  min-width: 0;
}

.staff-role {
  margin: 0 0 8px;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.staff-info h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  line-height: 1.08;
}

.staff-info p:last-child {
  margin: 0;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.72;
}

.staff-socials {
  display: flex;
  gap: 10px;
}

.social-icon.is-disabled {
  opacity: 0.52;
  cursor: default;
}

.social-icon.is-disabled:hover {
  transform: none;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(247, 244, 237, 0.72);
}

.profile-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.52fr) minmax(0, 0.48fr);
  grid-template-rows: auto 1fr;
  gap: clamp(28px, 6vw, 72px);
  row-gap: 18px;
  align-items: stretch;
  width: min(1320px, 100%);
  min-height: clamp(620px, 82svh, 780px);
  padding-top: clamp(48px, 6vw, 82px);
  isolation: isolate;
}

.profile-hero-section {
  overflow: hidden;
}

.profile-hero::before {
  position: absolute;
  inset: 6% -8% auto 22%;
  z-index: -1;
  height: 70%;
  content: "";
  border: 1px solid color-mix(in srgb, var(--profile-accent, var(--cyan)) 48%, transparent);
  border-radius: 999px;
  background:
    radial-gradient(circle at 52% 48%, color-mix(in srgb, var(--profile-accent, var(--cyan)) 28%, transparent), transparent 38%),
    linear-gradient(135deg, color-mix(in srgb, var(--profile-accent, var(--cyan)) 16%, transparent), transparent);
  opacity: 0.78;
}

.profile-hero::after {
  position: absolute;
  right: -4vw;
  bottom: 12%;
  z-index: -2;
  color: color-mix(in srgb, var(--profile-accent, var(--cyan)) 26%, transparent);
  content: attr(data-name);
  font-family: var(--font-display);
  font-size: clamp(6rem, 14vw, 15rem);
  font-weight: 900;
  line-height: 0.8;
  white-space: nowrap;
  opacity: 0.4;
  pointer-events: none;
}

.profile-portrait {
  grid-column: 1;
  grid-row: 2;
  min-height: clamp(460px, 62vw, 650px);
  border: 1px solid var(--line);
  border-radius: 10px;
  display: grid;
  place-items: end start;
  padding: clamp(24px, 4vw, 42px);
  background:
    linear-gradient(180deg, transparent 58%, rgba(9, 7, 17, 0.72)),
    linear-gradient(160deg, color-mix(in srgb, var(--profile-accent, var(--cyan)) 56%, transparent), rgba(9, 7, 17, 0.14));
  overflow: hidden;
  position: relative;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.4);
}

.profile-portrait::before {
  position: absolute;
  inset: 34px 34px 0;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px 999px 24px 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02));
}

.profile-portrait::after {
  position: absolute;
  inset: auto 12% 10% auto;
  width: 38%;
  aspect-ratio: 1;
  content: "";
  border: 1px solid color-mix(in srgb, var(--profile-accent, var(--cyan)) 42%, transparent);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 62%);
}

.profile-portrait span {
  color: rgba(255, 255, 255, 0.16);
  font-size: clamp(6rem, 16vw, 13rem);
  font-weight: 900;
  line-height: 0.8;
  position: relative;
}

.profile-page {
  --profile-accent: var(--cyan);
  --profile-logo-max-height: 422.5px;
  --profile-logo-mobile-max-height: 237.5px;
  --profile-kicker-size: clamp(0.7rem, 0.9vw, 0.95rem);
  --profile-code-size: clamp(0.7rem, 0.9vw, 0.95rem);
  --profile-copy-size: clamp(1.1rem, 1.72vw, 1.36rem);
}

.profile-page.coral {
  --profile-accent: var(--rose);
}

.profile-page.myria-page {
  --profile-accent: #ccb8eb;
  --myria-tide: #332e49;
  --myria-gem: #9276bf;
  --myria-foam: #6e5a96;
}

.profile-page.myria-page::before {
  background:
    radial-gradient(ellipse at 18% 12%, rgba(204, 184, 235, 0.22), transparent 34%),
    radial-gradient(ellipse at 76% 26%, rgba(146, 118, 191, 0.16), transparent 32%),
    radial-gradient(circle at 54% 86%, rgba(51, 46, 73, 0.2), transparent 42%),
    linear-gradient(180deg, rgba(10, 7, 18, 0.96), #090711);
}

.profile-page.mio-page {
  --profile-accent: #f5cf67;
  --mio-gold: #f5cf67;
  --mio-black: #0b0712;
  --profile-logo-max-height: 316px;
  --profile-logo-mobile-max-height: 178px;
}

.profile-page.mio-page::before {
  background:
    radial-gradient(ellipse at 20% 14%, rgba(245, 207, 103, 0.22), transparent 34%),
    radial-gradient(ellipse at 78% 22%, rgba(245, 207, 103, 0.16), transparent 30%),
    radial-gradient(circle at 56% 90%, rgba(216, 157, 0, 0.12), transparent 46%),
    linear-gradient(180deg, rgba(10, 7, 18, 0.96), #090711);
}

.profile-page.gold {
  --profile-accent: var(--gold);
}

.profile-page.sakura {
  --profile-accent: var(--sakura);
}

.profile-page.kokone-page {
  --profile-accent: #ffb7c8;
  --kokone-pink: #ffd4df;
  --kokone-berry: #ff6f93;
  --kokone-moon: #f5cf67;
  --kokone-cream: #fff7f8;
  --profile-logo-max-height: 316px;
  --profile-logo-mobile-max-height: 178px;
}

.profile-page.kokone-page::before {
  background:
    radial-gradient(ellipse at 20% 12%, rgba(255, 212, 223, 0.24), transparent 34%),
    radial-gradient(ellipse at 78% 20%, rgba(245, 207, 103, 0.12), transparent 28%),
    radial-gradient(circle at 52% 82%, rgba(255, 111, 147, 0.12), transparent 40%),
    linear-gradient(180deg, rgba(12, 8, 18, 0.96), #090711);
}

.profile-page.tsukine-page {
  --profile-accent: #a9cfff;
  --tsukine-mist: #e8f2ff;
  --tsukine-rain: #9fd8ff;
  --tsukine-night: #315b8a;
  --tsukine-teal: #74d2c9;
  --tsukine-silver: #f6fbff;
  --profile-logo-max-height: 316px;
  --profile-logo-mobile-max-height: 178px;
}

.profile-page.tsukine-page::before {
  background:
    radial-gradient(ellipse at 20% 12%, rgba(232, 242, 255, 0.2), transparent 34%),
    radial-gradient(ellipse at 76% 20%, rgba(169, 207, 255, 0.16), transparent 32%),
    radial-gradient(circle at 50% 86%, rgba(116, 210, 201, 0.1), transparent 40%),
    linear-gradient(180deg, rgba(8, 10, 22, 0.97), #090711);
}

.profile-page.sky {
  --profile-accent: var(--sky);
}

.profile-page.violet {
  --profile-accent: var(--violet);
}

.profile-portrait.coral {
  background: linear-gradient(160deg, rgba(216, 168, 255, 0.5), rgba(9, 7, 17, 0.14));
}

.profile-portrait.gold {
  background: linear-gradient(160deg, rgba(245, 207, 103, 0.58), rgba(9, 7, 17, 0.14));
}

.profile-portrait.sakura {
  background: linear-gradient(160deg, rgba(255, 183, 200, 0.58), rgba(9, 7, 17, 0.14));
}

.kokone-page .profile-hero-section {
  position: relative;
  background:
    radial-gradient(ellipse at 18% 18%, rgba(255, 212, 223, 0.2), transparent 34%),
    radial-gradient(ellipse at 84% 78%, rgba(255, 111, 147, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(9, 7, 17, 0.38), rgba(9, 7, 17, 0.9));
}

.kokone-page .profile-hero::before {
  border-color: rgba(255, 183, 200, 0.34);
  background:
    radial-gradient(circle at 44% 34%, rgba(255, 212, 223, 0.2), transparent 32%),
    radial-gradient(circle at 72% 64%, rgba(245, 207, 103, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(255, 111, 147, 0.12), transparent);
}

.kokone-page .profile-hero::after {
  color: rgba(255, 183, 200, 0.2);
  text-shadow: 0 0 34px rgba(255, 111, 147, 0.16);
}

.kokone-dream-stage {
  place-items: center;
  border-color: rgba(255, 212, 223, 0.34);
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 247, 248, 0.22), transparent 20%),
    radial-gradient(circle at 80% 18%, rgba(245, 207, 103, 0.14), transparent 22%),
    linear-gradient(180deg, transparent 58%, rgba(9, 7, 17, 0.76)),
    linear-gradient(160deg, rgba(255, 212, 223, 0.72), rgba(255, 111, 147, 0.18) 48%, rgba(9, 7, 17, 0.12));
}

.kokone-dream-stage::before {
  border-color: rgba(255, 247, 248, 0.24);
  background:
    radial-gradient(circle at 34% 18%, rgba(255, 247, 248, 0.28), transparent 14%),
    linear-gradient(180deg, rgba(255, 247, 248, 0.14), rgba(255, 183, 200, 0.04));
}

.kokone-dream-stage::after {
  inset: auto 10% 10% auto;
  border-color: rgba(245, 207, 103, 0.32);
  background:
    radial-gradient(circle at 38% 32%, rgba(245, 207, 103, 0.18), transparent 22%),
    radial-gradient(circle, rgba(255, 183, 200, 0.14), transparent 64%);
}

.kokone-dream-stage > span {
  position: absolute;
  display: block;
  line-height: 1;
}

.kokone-number {
  left: clamp(24px, 4vw, 42px);
  bottom: clamp(24px, 4vw, 42px);
  color: rgba(255, 255, 255, 0.16);
  font-size: clamp(6rem, 16vw, 13rem);
  font-weight: 900;
  line-height: 0.8;
}

.kokone-height-mark {
  right: clamp(22px, 4vw, 42px);
  bottom: clamp(24px, 4vw, 44px);
  padding: 8px 12px;
  border: 1px solid rgba(255, 212, 223, 0.32);
  border-radius: 999px;
  background: rgba(18, 14, 31, 0.42);
  color: var(--kokone-cream);
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: 0 0 22px rgba(255, 111, 147, 0.16);
}

.kokone-moon {
  right: 16%;
  top: 12%;
  width: clamp(72px, 8vw, 112px);
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle at 34% 28%, #fff5c9, var(--kokone-moon) 52%, rgba(245, 207, 103, 0.18) 68%, transparent 70%);
  box-shadow: 0 0 42px rgba(245, 207, 103, 0.3);
}

.kokone-moon::after {
  position: absolute;
  inset: -4% -16% 0 20%;
  content: "";
  border-radius: inherit;
  background: rgba(36, 24, 48, 0.72);
}

.kokone-star {
  width: clamp(16px, 2vw, 26px);
  aspect-ratio: 1;
  background: var(--kokone-moon);
  clip-path: polygon(50% 0, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0 50%, 39% 36%);
  filter: drop-shadow(0 0 14px rgba(245, 207, 103, 0.5));
}

.kokone-star.star-one {
  left: 22%;
  top: 20%;
}

.kokone-star.star-two {
  right: 28%;
  top: 34%;
  transform: scale(0.72) rotate(18deg);
}

.kokone-star.star-three {
  left: 66%;
  bottom: 24%;
  transform: scale(0.58) rotate(-12deg);
}

.kokone-petal {
  width: clamp(58px, 7vw, 92px);
  aspect-ratio: 1;
  border-radius: 26% 26% 6% 26%;
  background: linear-gradient(135deg, var(--kokone-cream), var(--kokone-pink) 54%, var(--kokone-berry));
  filter:
    drop-shadow(0 0 20px rgba(255, 111, 147, 0.32))
    drop-shadow(0 14px 28px rgba(0, 0, 0, 0.18));
  transform: rotate(45deg);
}

.kokone-petal::before,
.kokone-petal::after {
  position: absolute;
  content: "";
  border-radius: 999px;
  background: inherit;
}

.kokone-petal::before {
  left: 0;
  top: -50%;
  width: 100%;
  height: 100%;
}

.kokone-petal::after {
  left: -50%;
  top: 0;
  width: 100%;
  height: 100%;
}

.kokone-petal.petal-one {
  top: 16%;
  left: 42%;
  transform: rotate(53deg);
}

.kokone-petal.petal-two {
  top: 42%;
  left: 16%;
  transform: scale(0.72) rotate(27deg);
}

.kokone-petal.petal-three {
  right: 18%;
  bottom: 22%;
  transform: scale(0.82) rotate(61deg);
}

.kokone-leaf {
  width: clamp(28px, 3.6vw, 46px);
  aspect-ratio: 1;
  background:
    radial-gradient(circle at center, rgba(255, 247, 248, 0.76), transparent 24%),
    linear-gradient(135deg, rgba(255, 247, 248, 0.88), rgba(255, 183, 200, 0.58));
  clip-path: polygon(44% 0, 56% 0, 56% 38%, 100% 38%, 100% 62%, 56% 62%, 56% 100%, 44% 100%, 44% 62%, 0 62%, 0 38%, 44% 38%);
  filter: drop-shadow(0 0 14px rgba(255, 212, 223, 0.55));
}

.kokone-leaf.leaf-one {
  top: 15%;
  left: 54%;
  transform: rotate(16deg);
}

.kokone-leaf.leaf-two {
  top: 21%;
  left: 35%;
  transform: scale(0.82) rotate(-18deg);
}

.kokone-ghost {
  width: clamp(62px, 7vw, 94px);
  height: clamp(76px, 8vw, 118px);
  border: 1px solid rgba(255, 247, 248, 0.3);
  border-radius: 52% 52% 32% 32%;
  background:
    radial-gradient(circle at 38% 36%, rgba(36, 24, 48, 0.82) 0 5%, transparent 6%),
    radial-gradient(circle at 62% 36%, rgba(36, 24, 48, 0.82) 0 5%, transparent 6%),
    linear-gradient(180deg, rgba(255, 247, 248, 0.86), rgba(255, 212, 223, 0.22));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    0 0 32px rgba(255, 212, 223, 0.22);
}

.kokone-ghost::after {
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  height: 24%;
  content: "";
  background: linear-gradient(90deg, transparent 0 10%, rgba(9, 7, 17, 0.34) 10% 22%, transparent 22% 38%, rgba(9, 7, 17, 0.34) 38% 52%, transparent 52% 70%, rgba(9, 7, 17, 0.34) 70% 84%, transparent 84%);
}

.kokone-ghost.ghost-one {
  left: 20%;
  bottom: 22%;
  transform: rotate(-8deg);
}

.kokone-ghost.ghost-two {
  right: 22%;
  top: 46%;
  opacity: 0.72;
  transform: scale(0.72) rotate(8deg);
}

.kokone-page .profile-logo {
  filter:
    drop-shadow(0 14px 32px rgba(0, 0, 0, 0.32))
    drop-shadow(0 0 22px rgba(255, 111, 147, 0.2));
}

.kokone-page .profile-disc {
  background:
    radial-gradient(circle at 86% 82%, rgba(245, 207, 103, 0.12), transparent 30%),
    radial-gradient(circle at 16% 22%, rgba(255, 183, 200, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(255, 111, 147, 0.16), rgba(255, 212, 223, 0.06)),
    var(--glass-panel);
}

.kokone-page .profile-disc:hover {
  background:
    radial-gradient(circle at 86% 82%, rgba(245, 207, 103, 0.18), transparent 30%),
    radial-gradient(circle at 16% 22%, rgba(255, 183, 200, 0.24), transparent 32%),
    linear-gradient(135deg, rgba(255, 111, 147, 0.22), rgba(255, 212, 223, 0.12)),
    rgba(28, 22, 46, 0.72);
}

.kokone-page .profile-disc::before {
  background:
    radial-gradient(circle at center, rgba(255, 183, 200, 0.24) 0 18%, #050409 19% 62%, rgba(245, 207, 103, 0.12) 63% 64%, transparent 65%),
    repeating-radial-gradient(circle at center, transparent 0 24px, rgba(255, 247, 248, 0.06) 25px 26px);
}

.kokone-page .profile-info-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 183, 200, 0.14), transparent 34%),
    var(--glass-panel);
}

.kokone-page .profile-info-list div:last-child {
  grid-column: 1 / -1;
}

.profile-portrait.sky {
  background: linear-gradient(160deg, rgba(159, 216, 255, 0.58), rgba(9, 7, 17, 0.14));
}

.profile-portrait.violet {
  background: linear-gradient(160deg, rgba(196, 176, 255, 0.54), rgba(9, 7, 17, 0.14));
}

.tsukine-page .profile-hero-section {
  position: relative;
  background:
    radial-gradient(ellipse at 16% 20%, rgba(232, 242, 255, 0.2), transparent 34%),
    radial-gradient(ellipse at 84% 24%, rgba(169, 207, 255, 0.15), transparent 30%),
    radial-gradient(circle at 82% 74%, rgba(116, 210, 201, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(9, 12, 24, 0.42), rgba(9, 12, 24, 0.92));
}

.tsukine-page .profile-hero::before {
  inset: 3% -8% auto 16%;
  height: 80%;
  border-color: rgba(232, 242, 255, 0.28);
  background:
    radial-gradient(circle at 34% 22%, rgba(232, 242, 255, 0.16), transparent 24%),
    radial-gradient(circle at 70% 68%, rgba(169, 207, 255, 0.14), transparent 28%),
    repeating-linear-gradient(102deg, transparent 0 22px, rgba(232, 242, 255, 0.03) 22px 24px),
    linear-gradient(140deg, rgba(169, 207, 255, 0.1), rgba(116, 210, 201, 0.04));
}

.tsukine-page .profile-hero::after {
  color: rgba(232, 242, 255, 0.16);
  text-shadow: 0 0 34px rgba(169, 207, 255, 0.16);
}

.tsukine-page .profile-portrait {
  border-color: rgba(232, 242, 255, 0.26);
  background:
    radial-gradient(circle at 34% 20%, rgba(246, 251, 255, 0.22), transparent 16%),
    linear-gradient(180deg, transparent 56%, rgba(9, 12, 24, 0.76)),
    linear-gradient(160deg, rgba(169, 207, 255, 0.58), rgba(49, 91, 138, 0.18) 48%, rgba(9, 12, 24, 0.12));
}

.tsukine-page .profile-portrait::before {
  border-color: rgba(232, 242, 255, 0.22);
  background:
    radial-gradient(circle at 24% 18%, rgba(246, 251, 255, 0.26), transparent 14%),
    linear-gradient(180deg, rgba(246, 251, 255, 0.14), rgba(169, 207, 255, 0.04));
}

.tsukine-page .profile-portrait::after {
  border-color: rgba(116, 210, 201, 0.28);
  background:
    radial-gradient(circle at center, rgba(169, 207, 255, 0.2), transparent 58%),
    radial-gradient(circle at 30% 22%, rgba(246, 251, 255, 0.18), transparent 16%);
  box-shadow: 0 0 46px rgba(169, 207, 255, 0.14);
}

/* Profile page symbol icon (matches talent-hover-icon from homepage) */
.profile-symbol {
  --talent-icon-color: var(--profile-accent, var(--cyan));
  --talent-icon-bg: var(--profile-accent-bg, color-mix(in srgb, var(--profile-accent, var(--cyan)) 15%, transparent));
  --talent-icon-foreground: var(--profile-icon-foreground, var(--profile-accent, var(--cyan)));
  position: absolute;
  top: 26px;
  right: 26px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid color-mix(in srgb, var(--talent-icon-color) 26%, rgba(255, 255, 255, 0.16));
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.16), transparent 32%),
    var(--talent-icon-bg);
  -webkit-backdrop-filter: blur(16px) saturate(145%);
  backdrop-filter: blur(16px) saturate(145%);
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: var(--talent-icon-foreground);
  font-size: 1.8rem;
  opacity: 1;
  transform: none;
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
  pointer-events: none;
}

.profile-symbol .talent-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  opacity: 1;
}

.profile-symbol .talent-card-icon-svg {
  display: block;
  width: 30px;
  height: 30px;
  background-color: currentColor;
  -webkit-mask-image: var(--mask-url);
  mask-image: var(--mask-url);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.profile-symbol .talent-card-icon-symbol {
  font-size: 1.9rem;
  font-weight: 900;
}

.profile-symbol .talent-card-icon-svg,
.profile-symbol .talent-card-icon-symbol {
  color: inherit !important;
}

.profile-symbol .talent-card-icon {
  color: inherit !important;
}

/* Profile page specific symbol colors */
.myria-page .profile-symbol {
  --profile-accent: #a28cff;
  --profile-accent-bg: rgba(45, 24, 66, 0.48);
  color: #a28cff !important;
}

.kokone-page .profile-symbol {
  --profile-accent: #ffb7c8;
  --profile-accent-bg: rgba(66, 24, 42, 0.42);
  color: #ffb7c8 !important;
}

.kokone-page .profile-symbol .talent-card-icon-svg {
  --mask-url: url("../assets/cherry-blossom.svg");
}

.mio-page .profile-symbol {
  --profile-accent: #d89d00;
  --profile-accent-bg: rgba(52, 34, 4, 0.44);
  --profile-icon-foreground: #d89d00;
  color: #d89d00 !important;
}

.mio-page .profile-symbol .talent-card-icon-symbol {
  font-size: 2.15rem;
}

.tsukine-page .profile-symbol {
  --profile-accent: #d7f0ff;
  --profile-accent-bg: rgba(22, 42, 56, 0.42);
  color: #d7f0ff !important;
}

.tsukine-page .profile-logo {
  filter:
    drop-shadow(0 14px 32px rgba(0, 0, 0, 0.34))
    drop-shadow(0 0 24px rgba(169, 207, 255, 0.22))
    drop-shadow(0 0 18px rgba(116, 210, 201, 0.12));
}

.myria-page .profile-hero-section {
  position: relative;
  background:
    radial-gradient(ellipse at 22% 18%, rgba(204, 184, 235, 0.16), transparent 34%),
    radial-gradient(ellipse at 84% 76%, rgba(146, 118, 191, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(9, 7, 17, 0.42), rgba(9, 7, 17, 0.92));
}

.myria-page .profile-hero::before {
  inset: 3% -8% auto 16%;
  height: 78%;
  border-color: rgba(204, 184, 235, 0.34);
  background:
    radial-gradient(circle at 48% 38%, rgba(204, 184, 235, 0.24), transparent 34%),
    radial-gradient(circle at 68% 62%, rgba(146, 118, 191, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(110, 90, 150, 0.18), transparent);
}

.myria-page .profile-hero::after {
  color: rgba(204, 184, 235, 0.2);
  text-shadow: 0 0 34px rgba(146, 118, 191, 0.18);
}

.myria-page .profile-portrait {
  border-color: rgba(204, 184, 235, 0.26);
  background:
    radial-gradient(circle at 38% 24%, rgba(204, 184, 235, 0.16), transparent 18%),
    linear-gradient(180deg, transparent 58%, rgba(9, 7, 17, 0.76)),
    linear-gradient(160deg, rgba(204, 184, 235, 0.56), rgba(146, 118, 191, 0.2) 48%, rgba(51, 46, 73, 0.22));
}

.myria-page .profile-portrait::before {
  border-color: rgba(204, 184, 235, 0.18);
  background:
    radial-gradient(circle at 26% 18%, rgba(204, 184, 235, 0.22), transparent 16%),
    linear-gradient(180deg, rgba(146, 118, 191, 0.12), rgba(51, 46, 73, 0.08));
}

.myria-page .profile-portrait::after {
  border-color: rgba(146, 118, 191, 0.3);
  background:
    radial-gradient(circle at center, rgba(146, 118, 191, 0.2), transparent 58%),
    radial-gradient(circle at 28% 24%, rgba(204, 184, 235, 0.16), transparent 18%);
  box-shadow: 0 0 46px rgba(146, 118, 191, 0.16);
}

.myria-page .profile-logo {
  filter:
    drop-shadow(0 14px 32px rgba(0, 0, 0, 0.32))
    drop-shadow(0 0 22px rgba(146, 118, 191, 0.28));
}

.mio-page .profile-hero-section {
  position: relative;
  background:
    radial-gradient(circle at 14% 22%, rgba(245, 207, 103, 0.2), transparent 34%),
    radial-gradient(circle at 76% 26%, rgba(245, 207, 103, 0.16), transparent 30%),
    radial-gradient(circle at 86% 76%, rgba(216, 157, 0, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(9, 7, 17, 0.44), rgba(9, 7, 17, 0.92));
}

.mio-page .profile-hero::before {
  border-color: rgba(245, 207, 103, 0.3);
  background:
    radial-gradient(circle at 26% 30%, rgba(245, 207, 103, 0.18), transparent 24%),
    radial-gradient(circle at 76% 74%, rgba(216, 157, 0, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(245, 207, 103, 0.12), transparent);
}

.mio-page .profile-hero::after {
  color: rgba(245, 207, 103, 0.22);
  text-shadow: 0 0 34px rgba(245, 207, 103, 0.18);
}

.mio-page .profile-logo {
  filter:
    drop-shadow(0 14px 32px rgba(0, 0, 0, 0.34))
    drop-shadow(0 0 22px rgba(245, 207, 103, 0.18))
    drop-shadow(0 0 28px rgba(216, 157, 0, 0.12));
}

.myria-ornaments {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.mio-ornaments {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.tsukine-ornaments {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.tsukine-ornaments::before,
.tsukine-ornaments::after {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
}

.tsukine-ornaments::before {
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(232, 242, 255, 0.28) 0 2px, transparent 3px),
    radial-gradient(circle at 24% 76%, rgba(232, 242, 255, 0.18) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 78% 22%, rgba(169, 207, 255, 0.22) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 64%, rgba(232, 242, 255, 0.18) 0 1.5px, transparent 2.5px),
    repeating-linear-gradient(102deg, transparent 0 72px, rgba(232, 242, 255, 0.04) 72px 74px);
  opacity: 0.55;
}

.tsukine-ornaments::after {
  right: clamp(90px, 10vw, 180px);
  top: clamp(76px, 10vw, 132px);
  width: clamp(180px, 18vw, 280px);
  height: clamp(300px, 34vw, 460px);
  border: 1px solid rgba(232, 242, 255, 0.18);
  border-radius: 120px 120px 32px 32px;
  background:
    linear-gradient(180deg, rgba(232, 242, 255, 0.08), rgba(49, 91, 138, 0.02)),
    linear-gradient(180deg, transparent 88%, rgba(116, 210, 201, 0.1));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 0 34px rgba(169, 207, 255, 0.08);
  opacity: 0.38;
}

.tsukine-cloud,
.tsukine-bell,
.tsukine-drop {
  position: absolute;
  display: block;
}

.tsukine-cloud {
  height: clamp(54px, 6vw, 82px);
  border: 1px solid rgba(232, 242, 255, 0.2);
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 36%, rgba(246, 251, 255, 0.36), transparent 22%),
    linear-gradient(135deg, rgba(232, 242, 255, 0.18), rgba(169, 207, 255, 0.08));
  filter:
    blur(1px)
    drop-shadow(0 0 18px rgba(169, 207, 255, 0.12));
}

.tsukine-cloud::before,
.tsukine-cloud::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(232, 242, 255, 0.18);
  border-radius: 999px;
  background: inherit;
}

.tsukine-cloud::before {
  left: 12%;
  top: -38%;
  width: 42%;
  height: 72%;
}

.tsukine-cloud::after {
  right: 10%;
  top: -26%;
  width: 38%;
  height: 64%;
}

.tsukine-cloud.cloud-one {
  left: clamp(52px, 8vw, 120px);
  top: clamp(132px, 16vw, 228px);
  width: clamp(132px, 16vw, 224px);
  opacity: 0.42;
}

.tsukine-cloud.cloud-two {
  left: clamp(124px, 16vw, 220px);
  bottom: clamp(76px, 10vw, 144px);
  width: clamp(112px, 14vw, 186px);
  opacity: 0.28;
}

.tsukine-bell {
  right: clamp(126px, 14vw, 220px);
  top: clamp(72px, 10vw, 120px);
  width: clamp(56px, 6vw, 82px);
  height: clamp(82px, 9vw, 118px);
  border-radius: 999px 999px 20px 20px;
  border: 1px solid rgba(232, 242, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(246, 251, 255, 0.2), rgba(169, 207, 255, 0.08) 42%, rgba(49, 91, 138, 0.24)),
    rgba(12, 16, 30, 0.6);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 18px 36px rgba(0, 0, 0, 0.28);
  transform: rotate(8deg);
  opacity: 0.82;
}

.tsukine-bell::before {
  position: absolute;
  left: 50%;
  top: -20px;
  width: 2px;
  height: 20px;
  content: "";
  background: linear-gradient(180deg, rgba(246, 251, 255, 0.68), rgba(169, 207, 255, 0.16));
  transform: translateX(-50%);
}

.tsukine-bell::after {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 16px;
  height: 16px;
  content: "";
  border-radius: 999px;
  background: radial-gradient(circle at 34% 32%, rgba(246, 251, 255, 0.72), rgba(116, 210, 201, 0.4));
  box-shadow: 0 0 18px rgba(116, 210, 201, 0.24);
  transform: translateX(-50%);
}

.tsukine-drop {
  width: clamp(18px, 2vw, 28px);
  aspect-ratio: 0.72;
  background:
    radial-gradient(circle at 34% 30%, rgba(246, 251, 255, 0.72), transparent 24%),
    linear-gradient(180deg, rgba(232, 242, 255, 0.82), rgba(116, 210, 201, 0.26));
  clip-path: polygon(50% 0, 82% 34%, 70% 100%, 30% 100%, 18% 34%);
  filter: drop-shadow(0 0 16px rgba(169, 207, 255, 0.22));
}

.tsukine-drop.drop-one {
  right: clamp(82px, 10vw, 146px);
  top: clamp(210px, 24vw, 308px);
  opacity: 0.64;
}

.tsukine-drop.drop-two {
  right: clamp(148px, 16vw, 240px);
  top: clamp(246px, 28vw, 356px);
  transform: scale(0.82);
  opacity: 0.5;
}

.tsukine-drop.drop-three {
  left: clamp(164px, 19vw, 270px);
  bottom: clamp(110px, 12vw, 190px);
  transform: scale(0.9);
  opacity: 0.42;
}

.mio-ornaments::before,
.mio-ornaments::after {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
}

.mio-ornaments::before {
  right: clamp(190px, 20vw, 320px);
  top: clamp(68px, 10vw, 124px);
  width: clamp(120px, 13vw, 190px);
  height: clamp(30px, 4vw, 50px);
  border-top: 2px solid rgba(245, 207, 103, 0.34);
  border-radius: 999px 999px 0 0;
  opacity: 0.44;
  filter: drop-shadow(0 0 18px rgba(245, 207, 103, 0.18));
  transform: rotate(-8deg);
}

.mio-ornaments::after {
  right: clamp(164px, 18vw, 280px);
  top: clamp(92px, 13vw, 150px);
  width: clamp(92px, 10vw, 148px);
  height: clamp(28px, 4vw, 42px);
  border-top: 2px solid rgba(245, 207, 103, 0.28);
  border-radius: 999px 999px 0 0;
  opacity: 0.38;
  transform: rotate(10deg);
}

.mio-emblem,
.mio-cat,
.mio-card {
  position: absolute;
  display: block;
}

.mio-emblem {
  left: clamp(220px, 24vw, 420px);
  top: clamp(88px, 13vw, 150px);
  width: clamp(78px, 8vw, 116px);
  aspect-ratio: 1;
  border-radius: 26px;
  border: 1px solid rgba(245, 207, 103, 0.42);
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.16), transparent 20%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(245, 207, 103, 0.1)),
    rgba(18, 14, 31, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 22px 56px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(245, 207, 103, 0.08);
  backdrop-filter: blur(12px) saturate(1.2);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
  transform: rotate(-10deg);
}

.mio-emblem::before {
  position: absolute;
  inset: 14%;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cpath d='M30 34 C56 12 96 28 66 58 C42 82 56 104 86 90' fill='none' stroke='%23f5cf67' stroke-width='10' stroke-linecap='round'/%3E%3Cpath d='M90 34 C64 12 24 28 54 58 C78 82 64 104 34 90' fill='none' stroke='%230b0712' stroke-width='10' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
  filter: drop-shadow(0 0 14px rgba(245, 207, 103, 0.22));
  opacity: 0.92;
}

.mio-cat {
  left: 7%;
  bottom: 14%;
  width: clamp(72px, 8vw, 122px);
  aspect-ratio: 1;
  opacity: 0.74;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cpath d='M24 58 C24 38 36 28 48 24 L38 10 L54 20 C56 18 58 18 60 18 C62 18 64 18 66 20 L82 10 L72 24 C84 28 96 38 96 58 C96 88 78 104 60 104 C42 104 24 88 24 58 Z' fill='%230b0712' stroke='%23f5cf67' stroke-width='3'/%3E%3Cpath d='M74 86 C92 84 100 72 96 54' fill='none' stroke='%230b0712' stroke-width='10' stroke-linecap='round'/%3E%3Ccircle cx='48' cy='60' r='4' fill='%23f5cf67'/%3E%3Ccircle cx='72' cy='60' r='4' fill='%23f5cf67'/%3E%3C/svg%3E") center / contain no-repeat;
  filter:
    drop-shadow(0 0 18px rgba(0, 0, 0, 0.48))
    drop-shadow(0 0 18px rgba(245, 207, 103, 0.08))
    drop-shadow(0 0 12px rgba(245, 207, 103, 0.18));
}

.mio-cat::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 40% 46%, rgba(245, 207, 103, 0.78), transparent 6%),
    radial-gradient(circle at 63% 46%, rgba(245, 207, 103, 0.78), transparent 6%);
  filter: blur(3px);
  opacity: 0.82;
}

.mio-card {
  width: clamp(74px, 8vw, 122px);
  aspect-ratio: 0.72;
  border-radius: 14px;
  border: 1px solid rgba(245, 207, 103, 0.3);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)),
    linear-gradient(135deg, rgba(245, 207, 103, 0.18), rgba(18, 14, 31, 0.7));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 26px 64px rgba(0, 0, 0, 0.36),
    0 0 20px rgba(245, 207, 103, 0.1);
  backdrop-filter: blur(10px) saturate(1.16);
  -webkit-backdrop-filter: blur(10px) saturate(1.16);
}

.mio-card::before {
  position: absolute;
  inset: 12px 12px auto auto;
  width: 26px;
  aspect-ratio: 1;
  content: "";
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.66), transparent 58%),
    radial-gradient(circle at 68% 70%, rgba(245, 207, 103, 0.7), transparent 58%),
    linear-gradient(135deg, rgba(245, 207, 103, 0.38), rgba(216, 157, 0, 0.28));
  clip-path: polygon(50% 0, 78% 22%, 100% 50%, 78% 78%, 50% 100%, 22% 78%, 0 50%, 22% 22%);
  opacity: 0.9;
}

.mio-card.card-one {
  right: clamp(24px, 6vw, 92px);
  top: clamp(126px, 19vw, 228px);
  transform: rotate(12deg);
  opacity: 0.8;
}

.mio-card.card-two {
  right: clamp(74px, 11vw, 170px);
  top: clamp(198px, 28vw, 340px);
  transform: rotate(-10deg);
  opacity: 0.7;
}

.myria-cat-ear,
.myria-gem,
.myria-bubble,
.myria-tide-wave {
  position: absolute;
  display: block;
}

.myria-cat-ear {
  left: clamp(220px, 24vw, 390px);
  top: clamp(96px, 15vw, 160px);
  width: clamp(86px, 9vw, 132px);
  aspect-ratio: 1.6;
  opacity: 0.68;
  filter: drop-shadow(0 0 24px rgba(146, 118, 191, 0.26));
  transform: rotate(-10deg);
}

.myria-cat-ear::before,
.myria-cat-ear::after {
  position: absolute;
  bottom: 0;
  width: 45%;
  height: 90%;
  content: "";
  border: 1px solid rgba(204, 184, 235, 0.24);
  background:
    radial-gradient(circle at 48% 50%, rgba(204, 184, 235, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(204, 184, 235, 0.48), rgba(146, 118, 191, 0.2));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.myria-cat-ear::before {
  left: 0;
  border-radius: 10% 80% 10% 40%;
  transform: skewX(-15deg);
}

.myria-cat-ear::after {
  right: 0;
  border-radius: 80% 10% 40% 10%;
  transform: skewX(15deg);
}

.myria-gem {
  right: clamp(30px, 9vw, 118px);
  top: clamp(150px, 24vw, 250px);
  width: clamp(54px, 6vw, 82px);
  aspect-ratio: 1;
  border: 1px solid rgba(204, 184, 235, 0.28);
  background:
    radial-gradient(circle at 34% 22%, rgba(204, 184, 235, 0.28), transparent 18%),
    linear-gradient(135deg, rgba(146, 118, 191, 0.78), rgba(51, 46, 73, 0.92));
  clip-path: polygon(50% 0, 92% 28%, 78% 82%, 50% 100%, 22% 82%, 8% 28%);
  box-shadow:
    inset 0 1px 0 rgba(204, 184, 235, 0.18),
    0 0 32px rgba(146, 118, 191, 0.24);
  opacity: 0.78;
}

.myria-gem::after {
  position: absolute;
  inset: 20%;
  content: "";
  border: 1px solid rgba(204, 184, 235, 0.2);
  clip-path: inherit;
}

.myria-bubble {
  border: 1px solid rgba(146, 118, 191, 0.32);
  border-radius: 999px;
  background: radial-gradient(circle at 32% 24%, rgba(204, 184, 235, 0.22), rgba(146, 118, 191, 0.12) 36%, rgba(51, 46, 73, 0.06) 64%, transparent 72%);
  box-shadow: 0 0 28px rgba(146, 118, 191, 0.16);
}

.myria-bubble.bubble-one {
  left: 8%;
  bottom: 18%;
  width: clamp(34px, 4vw, 58px);
  aspect-ratio: 1;
}

.myria-bubble.bubble-two {
  right: 22%;
  bottom: 16%;
  width: clamp(24px, 3vw, 42px);
  aspect-ratio: 1;
}

.myria-tide-wave {
  width: clamp(80px, 12vw, 160px);
  aspect-ratio: 2;
  opacity: 0.6;
}

.myria-tide-wave::before {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid rgba(204, 184, 235, 0.24);
  border-bottom: 0;
  background: linear-gradient(180deg, rgba(204, 184, 235, 0.16), transparent);
  border-radius: 50% 50% 0 0;
  transform: skewX(-15deg);
}

.myria-tide-wave.flower-one {
  left: 4%;
  top: 20%;
  transform: rotate(5deg);
}

.myria-tide-wave.flower-two {
  right: 7%;
  bottom: 28%;
  transform: rotate(-5deg) scale(0.8);
}

.profile-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.profile-meta span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 800;
}

.profile-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.profile-intro {
  grid-column: 2;
  grid-row: 1 / span 2;
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  align-self: start;
  container-type: inline-size;
  margin-top: 0;
  padding-top: 0;
}

.profile-hero .back-action {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 2;
  margin: 0;
  align-self: start;
}

.profile-kicker {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px 12px;
  align-items: baseline;
  margin-bottom: 24px;
  margin-top: 13px;
}

.profile-kicker .eyebrow {
  margin: 0;
  color: color-mix(in srgb, var(--profile-accent, var(--cyan)) 80%, var(--ink));
  font-size: var(--profile-kicker-size);
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
}

.profile-logo {
  display: block;
  width: min(1012px, 100%);
  max-height: var(--profile-logo-max-height);
  margin: 2px 0 22px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.3));
  transform: scale(1.25);
  transform-origin: left center;
}

.profile-code {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 0.22em;
  align-items: baseline;
  color: color-mix(in srgb, var(--profile-accent, var(--cyan)) 78%, var(--ink));
  font-family: var(--font-display);
  font-size: clamp(0.75rem, 1.1vw, 1.05rem);
  font-weight: 500;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

.profile-kicker .profile-code {
  font-size: var(--profile-code-size);
}

.profile-name-local,
.profile-name-en {
  white-space: nowrap;
}

.profile-copy {
  max-width: 560px;
  color: var(--muted);
  font-size: var(--profile-copy-size);
  line-height: 1.82;
}

.profile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 40px;
}

.profile-tags span {
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--profile-accent, var(--cyan)) 48%, rgba(255, 255, 255, 0.2));
  border-radius: 999px;
  padding: 13px 19px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    color-mix(in srgb, var(--profile-accent, var(--cyan)) 16%, rgba(9, 7, 17, 0.54));
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 800;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 14px 34px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.profile-tags span::before {
  content: "";
  position: absolute;
  inset: 1px auto auto 12%;
  width: 54%;
  height: 42%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3), transparent);
  opacity: 0.18;
  pointer-events: none;
}

.profile-tags span:hover,
.profile-tags span:focus-visible {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--profile-accent, var(--cyan)) 74%, rgba(255, 255, 255, 0.42));
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.07)),
    color-mix(in srgb, var(--profile-accent, var(--cyan)) 26%, rgba(9, 7, 17, 0.48));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 0 0 1px color-mix(in srgb, var(--profile-accent, var(--cyan)) 18%, transparent),
    0 18px 42px color-mix(in srgb, var(--profile-accent, var(--cyan)) 18%, rgba(0, 0, 0, 0.28));
}

.profile-socials {
  gap: 18px;
  margin-top: 38px;
}

.profile-socials .social-icon {
  width: 58px;
  height: 58px;
}

.profile-socials .social-icon i {
  font-size: 1.48rem;
}

.profile-quote-band {
  margin-top: -1px;
  padding: clamp(42px, 7vw, 82px) clamp(20px, 7vw, 92px);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--profile-accent, var(--cyan)) 30%, transparent), rgba(151, 132, 255, 0.08)),
    #120d1f;
  text-align: center;
}

.profile-quote-band p {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 3rem);
  font-weight: 900;
}

.profile-detail-section {
  padding-top: clamp(72px, 9vw, 112px);
}

.profile-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: start;
  width: min(1320px, 100%);
}

.profile-disc {
  position: relative;
  min-height: clamp(420px, 38vw, 560px);
  border: 1px solid var(--line);
  border-radius: 10px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--profile-accent, var(--cyan)) 26%, transparent), transparent),
    var(--panel);
  overflow: hidden;
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.profile-disc:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--profile-accent, var(--cyan)) 36%, transparent), transparent),
    rgba(28, 22, 46, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 16px 36px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.profile-disc::before {
  position: absolute;
  right: -90px;
  bottom: -92px;
  width: 330px;
  aspect-ratio: 1;
  content: "";
  border-radius: 999px;
  background:
    radial-gradient(circle at center, color-mix(in srgb, var(--profile-accent, var(--cyan)) 26%, var(--ink)) 0 18%, #050409 19% 64%, rgba(255, 255, 255, 0.08) 65% 66%, #090711 67%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.profile-disc-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 520px;
  min-height: inherit;
  padding: clamp(34px, 5vw, 56px);
}

.profile-disc-content h2,
.profile-info-card h2 {
  margin-bottom: 16px;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.profile-info-card h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.profile-info-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: clamp(30px, 4.8vw, 48px);
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  flex-direction: column;
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.profile-info-card:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 16px 36px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.profile-info-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(18px, 2.6vw, 30px);
  row-gap: 17px;
  margin: 0;
  padding-top: 4px;
  flex: 1 1 auto;
}

.profile-info-list div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--line);
}

.profile-info-list div:nth-last-child(1),
.profile-info-list div:nth-last-child(2):nth-child(odd) {
  border-bottom: 0;
  padding-bottom: 0;
}


.profile-info-list div:last-child {
  grid-column: 1 / -1;
}

@media (min-width: 721px) {
  .profile-info-list div:last-child {
    grid-template-columns: max-content 1fr;
  }
  .profile-info-list div:last-child dt {
    white-space: nowrap;
  }
}

.profile-info-list dt {
  color: var(--profile-label, var(--profile-accent));
  font-family: var(--font-display);
  font-weight: 900;
}

.profile-info-list dd {
  margin: 0;
  color: var(--muted);
}

.profile-page .profile-showcase-copy > .eyebrow,
.profile-page .profile-info-card-header .eyebrow {
  color: color-mix(in srgb, var(--profile-accent, var(--cyan)) 88%, var(--ink));
}

.profile-page .profile-name-en {
  color: color-mix(in srgb, var(--profile-accent, var(--cyan)) 86%, var(--ink));
}

.profile-page .profile-info-list > div:nth-child(-n + 3) dd {
  color: #b0aabd;
}

.profile-info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
  padding-top: clamp(34px, 6vw, 96px);
}

.profile-info-actions .button {
  gap: 9px;
  min-height: 48px;
  padding-inline: 18px;
  color: var(--cream);
  font-size: 0.9rem;
}

.profile-info-actions .button.is-disabled {
  opacity: 0.58;
  cursor: default;
  pointer-events: none;
}

.profile-motif-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(24px, 4vw, 40px);
}

.profile-motif-strip span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(216, 168, 255, 0.28);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(251, 246, 234, 0.12), rgba(159, 216, 255, 0.06)),
    rgba(18, 14, 31, 0.56);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 900;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 12px 28px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  cursor: default;
}

.profile-motif-strip span:hover {
  background:
    linear-gradient(135deg, rgba(251, 246, 234, 0.24), rgba(159, 216, 255, 0.12)),
    rgba(28, 22, 46, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 16px 36px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.profile-motif-strip span::before {
  width: 7px;
  aspect-ratio: 1;
  content: "";
  border-radius: 999px;
  background: color-mix(in srgb, var(--profile-accent, var(--cyan)) 72%, var(--sky));
  box-shadow: 0 0 12px color-mix(in srgb, var(--profile-accent, var(--cyan)) 48%, transparent);
}

.myria-page .profile-disc {
  background:
    radial-gradient(circle at 84% 82%, rgba(159, 216, 255, 0.16), transparent 34%),
    radial-gradient(circle at 16% 20%, rgba(216, 168, 255, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(216, 168, 255, 0.18), rgba(159, 216, 255, 0.06)),
    var(--glass-panel);
}

.myria-page .profile-disc:hover {
  background:
    radial-gradient(circle at 84% 82%, rgba(159, 216, 255, 0.22), transparent 34%),
    radial-gradient(circle at 16% 20%, rgba(216, 168, 255, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(216, 168, 255, 0.24), rgba(159, 216, 255, 0.12)),
    rgba(28, 22, 46, 0.72);
}

.myria-page .profile-disc::before {
  right: -110px;
  bottom: -108px;
  width: 380px;
  background:
    radial-gradient(circle at center, rgba(159, 216, 255, 0.22) 0 17%, #050409 18% 58%, rgba(216, 168, 255, 0.18) 59% 60%, transparent 61%),
    repeating-radial-gradient(circle at center, transparent 0 26px, rgba(251, 246, 234, 0.06) 27px 28px);
}

.myria-page .profile-info-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(204, 184, 235, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(146, 118, 191, 0.12), rgba(51, 46, 73, 0.42)),
    rgba(18, 14, 31, 0.78);
}

.myria-page .profile-info-list div:last-child {
  grid-column: 1 / -1;
}

.myria-page .profile-motif-strip span {
  border-color: rgba(146, 118, 191, 0.3);
  background:
    linear-gradient(135deg, rgba(204, 184, 235, 0.12), rgba(146, 118, 191, 0.08)),
    rgba(18, 14, 31, 0.56);
  box-shadow:
    inset 0 1px 0 rgba(204, 184, 235, 0.1),
    0 12px 28px rgba(0, 0, 0, 0.2);
}

.myria-page .profile-motif-strip span:hover {
  background:
    linear-gradient(135deg, rgba(204, 184, 235, 0.18), rgba(146, 118, 191, 0.14)),
    rgba(28, 22, 46, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(204, 184, 235, 0.16),
    0 16px 36px rgba(0, 0, 0, 0.3);
}

.myria-page .profile-showcase-copy {
  background:
    linear-gradient(135deg, rgba(204, 184, 235, 0.08), rgba(51, 46, 73, 0.22)),
    rgba(20, 15, 35, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(204, 184, 235, 0.08),
    0 18px 44px rgba(0, 0, 0, 0.24);
}

.myria-page .profile-showcase-card,
.myria-page .profile-showcase-spec {
  border-color: rgba(146, 118, 191, 0.22);
  background:
    linear-gradient(180deg, rgba(204, 184, 235, 0.06), rgba(51, 46, 73, 0.02)),
    linear-gradient(135deg, rgba(146, 118, 191, 0.12), rgba(9, 7, 17, 0.18));
  box-shadow:
    inset 0 1px 0 rgba(204, 184, 235, 0.08),
    0 16px 34px rgba(0, 0, 0, 0.26);
}

.tsukine-page .profile-disc {
  background:
    radial-gradient(circle at 84% 80%, rgba(169, 207, 255, 0.16), transparent 34%),
    radial-gradient(circle at 18% 18%, rgba(116, 210, 201, 0.1), transparent 30%),
    linear-gradient(135deg, rgba(232, 242, 255, 0.12), rgba(169, 207, 255, 0.05)),
    var(--glass-panel);
}

.tsukine-page .profile-disc:hover {
  background:
    radial-gradient(circle at 84% 80%, rgba(169, 207, 255, 0.22), transparent 34%),
    radial-gradient(circle at 18% 18%, rgba(116, 210, 201, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(232, 242, 255, 0.18), rgba(169, 207, 255, 0.1)),
    rgba(28, 22, 46, 0.72);
}

.tsukine-page .profile-disc::before {
  right: -104px;
  bottom: -112px;
  width: 372px;
  background:
    radial-gradient(circle at center, rgba(169, 207, 255, 0.2) 0 17%, #050409 18% 58%, rgba(232, 242, 255, 0.12) 59% 60%, transparent 61%),
    repeating-radial-gradient(circle at center, transparent 0 28px, rgba(232, 242, 255, 0.06) 29px 30px);
}

.tsukine-page .profile-info-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(232, 242, 255, 0.12), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(116, 210, 201, 0.08), transparent 28%),
    var(--glass-panel);
}

.tsukine-page .profile-info-list div:last-child {
  grid-column: 1 / -1;
}

.profile-showcase-board {
  position: relative;
  overflow: hidden;
  padding-top: clamp(78px, 9vw, 128px);
  padding-bottom: clamp(78px, 10vw, 138px);
  --showcase-line: color-mix(in srgb, var(--profile-accent, var(--cyan)) 28%, rgba(255, 255, 255, 0.18));
  --showcase-glow: color-mix(in srgb, var(--profile-accent, var(--cyan)) 20%, transparent);
  --showcase-soft: color-mix(in srgb, var(--profile-accent, var(--cyan)) 12%, rgba(255, 255, 255, 0.02));
  --showcase-word: color-mix(in srgb, var(--profile-accent, var(--cyan)) 10%, transparent);
  background:
    radial-gradient(ellipse at 18% 20%, color-mix(in srgb, var(--profile-accent, var(--cyan)) 18%, transparent), transparent 34%),
    radial-gradient(ellipse at 78% 76%, color-mix(in srgb, var(--profile-accent, var(--cyan)) 12%, transparent), transparent 36%),
    linear-gradient(180deg, rgba(9, 7, 17, 0.88), rgba(18, 13, 31, 0.94));
}

.profile-showcase-board::before {
  position: absolute;
  inset: 8% -8% auto auto;
  width: min(820px, 62vw);
  aspect-ratio: 1;
  content: "";
  border-radius: 999px;
  background:
    repeating-radial-gradient(circle at center, transparent 0 44px, color-mix(in srgb, var(--profile-accent, var(--cyan)) 16%, transparent) 45px 47px),
    radial-gradient(circle at center, color-mix(in srgb, var(--profile-accent, var(--cyan)) 16%, rgba(255, 255, 255, 0.04)) 0 12%, transparent 13%);
  opacity: 0.54;
  pointer-events: none;
}

.profile-showcase-board::after {
  position: absolute;
  left: max(16px, 1vw);
  bottom: clamp(10px, 3vw, 42px);
  content: attr(data-board-word);
  color: var(--showcase-word);
  font-family: var(--font-display);
  font-size: clamp(6rem, 18vw, 13rem);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.04em;
  pointer-events: none;
}

.profile-showcase-wrap {
  position: relative;
  z-index: 1;
  width: min(1320px, 100%);
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 68px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.profile-showcase-copy {
  position: relative;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--showcase-line);
  border-radius: 16px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--profile-accent, var(--cyan)) 10%, rgba(255, 255, 255, 0.04)), transparent),
    rgba(20, 15, 35, 0.66);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 44px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px) saturate(1.28);
  -webkit-backdrop-filter: blur(18px) saturate(1.28);
}

.profile-showcase-copy h2 {
  max-width: 560px;
  margin-bottom: 22px;
  color: var(--ink);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}

.profile-showcase-copy p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  line-height: 1.86;
}

.profile-showcase-detail {
  margin-top: clamp(26px, 4vw, 40px);
  padding-top: clamp(24px, 3.6vw, 34px);
  border-top: 1px solid color-mix(in srgb, var(--profile-accent, var(--cyan)) 18%, rgba(255, 255, 255, 0.12));
}

.profile-showcase-detail .eyebrow {
  margin-bottom: 10px;
}

.profile-showcase-detail h3 {
  max-width: 620px;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.06;
}

.profile-showcase-detail p + p {
  margin-top: 18px;
}

.profile-showcase-copy .profile-motif-strip {
  margin-top: clamp(22px, 3vw, 30px);
}

.profile-showcase-copy .profile-info-actions {
  margin-top: 0;
  padding-top: clamp(28px, 4vw, 38px);
}

.profile-info-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

.profile-info-card-header h2 {
  margin-bottom: 0;
}

.profile-info-card-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 0;
}

.profile-info-card-actions .button {
  gap: 9px;
  min-height: 48px;
  padding-inline: 18px;
  color: var(--cream);
  font-size: 0.9rem;
}

.profile-showcase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.profile-showcase-tags span {
  padding: 8px 12px;
  border: 1px solid color-mix(in srgb, var(--profile-accent, var(--cyan)) 24%, rgba(255, 255, 255, 0.16));
  border-radius: 999px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--profile-accent, var(--cyan)) 12%, rgba(255, 255, 255, 0.08)), transparent),
    rgba(21, 18, 38, 0.54);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 900;
}

.profile-showcase-collage {
  position: relative;
  min-height: clamp(440px, 42vw, 560px);
}

.profile-showcase-card,
.profile-showcase-spec {
  position: absolute;
  border: 1px solid color-mix(in srgb, var(--profile-accent, var(--cyan)) 14%, rgba(251, 246, 234, 0.18));
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, color-mix(in srgb, var(--profile-accent, var(--cyan)) 10%, rgba(255, 255, 255, 0.04)), rgba(9, 7, 17, 0.12));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 16px 34px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(16px) saturate(1.25);
  -webkit-backdrop-filter: blur(16px) saturate(1.25);
}

.profile-showcase-card-main {
  left: 4%;
  top: 4%;
  width: min(560px, 68%);
  height: clamp(220px, 32vw, 310px);
  transform: rotate(-4deg);
}

.profile-showcase-spec {
  left: 24%;
  bottom: 2%;
  width: min(360px, 44%);
  min-height: clamp(170px, 20vw, 210px);
  transform: rotate(-1deg);
}

.zoom-hint {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(18, 14, 31, 0.7);
  color: var(--ink);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  gap: 6px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: background 0.2s ease, opacity 0.2s ease;
  pointer-events: none;
  opacity: 0.8;
}

.profile-showcase-card:hover .zoom-hint,
.profile-showcase-spec:hover .zoom-hint {
  background: rgba(18, 14, 31, 0.95);
  border-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

@media (max-width: 980px) {
  .profile-showcase-wrap {
    grid-template-columns: 1fr;
  }

  .profile-showcase-collage {
    min-height: 520px;
  }

  .profile-showcase-card-main {
    left: 0;
    width: 72%;
  }

  .profile-showcase-spec {
    left: 12%;
    width: min(360px, 58%);
  }
}

@media (max-width: 720px) {
  .profile-showcase-board {
    padding-top: 58px;
    padding-bottom: 70px;
  }

  .profile-showcase-copy {
    padding: 24px;
  }

  .profile-showcase-collage {
    min-height: 440px;
  }

  .profile-showcase-card-main {
    width: 86%;
    height: 190px;
  }

  .profile-showcase-spec {
    left: 4%;
    width: 76%;
    min-height: 180px;
  }
}

.myria-dream-board {
  position: relative;
  overflow: hidden;
  padding-top: clamp(78px, 9vw, 128px);
  padding-bottom: clamp(78px, 10vw, 138px);
  background:
    radial-gradient(ellipse at 18% 20%, rgba(216, 168, 255, 0.2), transparent 34%),
    radial-gradient(ellipse at 78% 76%, rgba(159, 216, 255, 0.18), transparent 36%),
    linear-gradient(180deg, rgba(9, 7, 17, 0.88), rgba(18, 13, 31, 0.94));
}

.myria-dream-board::before {
  position: absolute;
  inset: 8% -8% auto auto;
  width: min(820px, 62vw);
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(216, 168, 255, 0.18);
  border-radius: 999px;
  background:
    repeating-radial-gradient(circle at center, transparent 0 42px, rgba(251, 246, 234, 0.06) 43px 44px),
    radial-gradient(circle at 48% 52%, rgba(159, 216, 255, 0.15), transparent 62%);
  opacity: 0.86;
  pointer-events: none;
}

.myria-dream-board::after {
  position: absolute;
  left: -4vw;
  bottom: clamp(12px, 4vw, 60px);
  color: rgba(255, 255, 255, 0.04);
  content: "MYRIA";
  font-family: var(--font-display);
  font-size: clamp(7rem, 18vw, 21rem);
  font-weight: 900;
  line-height: 0.76;
  pointer-events: none;
}

.myria-board-wrap {
  position: relative;
  z-index: 1;
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
}

.myria-board-copy {
  position: relative;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(216, 168, 255, 0.24);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(251, 246, 234, 0.1), rgba(216, 168, 255, 0.08)),
    rgba(18, 14, 31, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 28px 72px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px) saturate(1.28);
  -webkit-backdrop-filter: blur(18px) saturate(1.28);
}

.myria-board-copy::before {
  position: absolute;
  right: 24px;
  top: 22px;
  width: 72px;
  aspect-ratio: 1;
  content: "";
  background:
    radial-gradient(circle at 50% 50%, rgba(251, 246, 234, 0.12), transparent 26%),
    linear-gradient(135deg, rgba(216, 168, 255, 0.34), rgba(159, 216, 255, 0.12));
  border: 1px solid rgba(251, 246, 234, 0.2);
  border-radius: 62% 38% 62% 38%;
  opacity: 0.68;
  transform: rotate(20deg);
}

.myria-board-copy h2 {
  max-width: 560px;
  margin-bottom: 22px;
  color: var(--ink);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}

.myria-board-copy p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  line-height: 1.86;
}

.myria-board-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.myria-board-tags span {
  padding: 8px 12px;
  border: 1px solid rgba(159, 216, 255, 0.28);
  border-radius: 999px;
  background: rgba(159, 216, 255, 0.08);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 900;
}

.myria-collage {
  position: relative;
  min-height: clamp(520px, 52vw, 680px);
}

.myria-collage::before {
  position: absolute;
  inset: 10% 4% 8% 0;
  content: "";
  border: 1px solid rgba(251, 246, 234, 0.12);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 44%, rgba(216, 168, 255, 0.14), transparent 34%),
    radial-gradient(circle at 72% 68%, rgba(159, 216, 255, 0.13), transparent 28%);
}

.myria-collage::after {
  position: absolute;
  left: 4%;
  right: 8%;
  bottom: 18%;
  height: 24%;
  content: "";
  border: 1px solid rgba(159, 216, 255, 0.18);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent, rgba(159, 216, 255, 0.12), transparent),
    repeating-linear-gradient(0deg, transparent 0 17px, rgba(251, 246, 234, 0.04) 18px 19px);
  transform: rotate(-7deg);
}

.myria-polaroid,
.myria-spec-card {
  position: absolute;
  border: 1px solid rgba(251, 246, 234, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(251, 246, 234, 0.16), rgba(251, 246, 234, 0.04)),
    rgba(18, 14, 31, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 28px 64px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(16px) saturate(1.25);
  -webkit-backdrop-filter: blur(16px) saturate(1.25);
}

.myria-polaroid {
  display: grid;
  place-items: center;
  padding: 18px;
}

.myria-polaroid img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.28));
}

.myria-polaroid-main {
  left: 4%;
  top: 4%;
  width: min(560px, 68%);
  height: clamp(230px, 26vw, 340px);
  transform: rotate(-4deg);
}

.myria-spec-card {
  left: 24%;
  bottom: 2%;
  width: min(360px, 44%);
  padding: 24px;
  transform: rotate(-1deg);
}

.myria-spec-card span {
  display: block;
  color: rgba(216, 168, 255, 0.48);
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 5.4rem);
  font-weight: 900;
  line-height: 0.8;
}

.myria-spec-card strong {
  display: block;
  margin-top: 12px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 900;
}

.myria-spec-card small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.5;
}

.three-view-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 48px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.three-view-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.three-view-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(14px);
  cursor: zoom-out;
}

.three-view-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: min(1180px, 100%);
  max-height: min(88vh, 920px);
  border: 1px solid rgba(210, 196, 255, 0.32);
  border-radius: 8px;
  background: rgba(6, 4, 12, 0.86);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.62);
  overflow: hidden;
  transform: translateY(18px) scale(0.98);
  transition: transform 220ms ease;
}

.three-view-modal.is-open .three-view-dialog {
  transform: translateY(0) scale(1);
}

.three-view-dialog img {
  display: block;
  width: 100%;
  max-height: min(88vh, 920px);
  object-fit: contain;
}

.three-view-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 46px;
  aspect-ratio: 1;
  border: 1px solid rgba(210, 196, 255, 0.28);
  border-radius: 999px;
  color: var(--cream);
  background: rgba(8, 6, 16, 0.78);
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.three-view-close:hover,
.three-view-close:focus-visible {
  border-color: rgba(248, 211, 102, 0.64);
  color: var(--gold);
  transform: scale(1.06);
}

body.three-view-active {
  overflow: hidden;
}

.spacer {
  height: 1px;
  margin: 30px 0 28px;
  border: 0;
  background: rgba(255, 255, 255, 0.1);
}

.guideline-block {
  margin-top: 16px;
  padding: 24px 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.guideline-block:hover {
  border-color: rgba(151, 132, 255, 0.36);
  background: var(--news-hover-bg);
  transform: translateY(-4px);
}

.guideline-block h2 {
  margin-bottom: 14px;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.08;
  color: #fff;
}

.article-content > .guideline-block:nth-of-type(1) > h2,
.article-content > .guideline-block:nth-of-type(2) > h2,
.article-content > .guideline-block:nth-of-type(3) > h2,
.article-content > .guideline-block:nth-of-type(4) > h2,
.article-content > .guideline-block:nth-of-type(5) > h2 {
  text-align: center;
}

.article-content > .guideline-block.reveal:nth-of-type(1) {
  transition-delay: 40ms;
}

.article-content > .guideline-block.reveal:nth-of-type(2) {
  transition-delay: 100ms;
}

.article-content > .guideline-block.reveal:nth-of-type(3) {
  transition-delay: 160ms;
}

.article-content > .guideline-block.reveal:nth-of-type(4) {
  transition-delay: 220ms;
}

.article-content > .guideline-block.reveal:nth-of-type(5) {
  transition-delay: 280ms;
}

.guideline-block p,
.guideline-block li {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.8;
}

.guideline-block p {
  margin-bottom: 14px;
}

.guideline-block ul {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 10px;
}

.guideline-block strong {
  color: var(--ink);
}

.highlight-block {
  background:
    linear-gradient(135deg, rgba(151, 132, 255, 0.16), rgba(245, 207, 103, 0.08)),
    var(--panel);
}

.tag-list-info {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  list-style: none;
}

.tag-list-info li + li {
  margin-top: 8px;
}

.ending-note {
  margin-top: 28px;
  padding-top: 24px;
  padding-bottom: 24px;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 700;
  text-align: center;
}

.back-action {
  margin-top: 24px;
}

.back-action .button {
  gap: 8px;
  min-height: 42px;
  padding-inline: 18px;
  font-size: 0.92rem;
}

.back-action .button i {
  font-size: 0.85em;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.talents-heading {
  align-items: end;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 680ms ease, transform 680ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.talents-section.reveal.is-visible .talents-heading {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 120ms;
}

.wave-label {
  margin: 0;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.45rem);
  font-weight: 900;
}

.wave-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(22px, 5vw, 58px);
  align-items: stretch;
  margin-bottom: clamp(34px, 6vw, 72px);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 14% 18%, rgba(151, 132, 255, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(151, 132, 255, 0.11), rgba(245, 207, 103, 0.05)),
    var(--panel);
  box-shadow: var(--shadow);
  opacity: 0;
  overflow: hidden;
  transform: translateY(30px);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.talents-section.reveal.is-visible .wave-intro {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 260ms;
}

.wave-intro:hover {
  border-color: rgba(248, 211, 102, 0.42);
  background:
    radial-gradient(circle at 15% 18%, rgba(248, 211, 102, 0.16), transparent 34%),
    radial-gradient(circle at 80% 28%, rgba(151, 132, 255, 0.22), transparent 38%),
    var(--glass-panel-strong);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 30px 86px rgba(0, 0, 0, 0.44),
    0 0 48px rgba(151, 132, 255, 0.18);
}

.wave-intro::after {
  position: absolute;
  right: -2vw;
  bottom: -24px;
  color: rgba(255, 255, 255, 0.035);
  content: "SOMiNA";
  font-family: var(--font-display);
  font-size: clamp(5rem, 13vw, 13rem);
  font-weight: 900;
  line-height: 0.8;
  pointer-events: none;
}

.wave-intro-main {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 260px;
  border-right: 1px solid rgba(210, 196, 255, 0.16);
  padding-right: clamp(18px, 4vw, 44px);
}

.wave-intro-main::before {
  position: absolute;
  inset: 10px 28px 10px 0;
  z-index: -2;
  content: "";
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.46),
    0 18px 44px rgba(12, 8, 28, 0.18);
  opacity: 1;
  transition: opacity 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.wave-intro-main::after {
  position: absolute;
  inset: 46px 78px 46px 50px;
  z-index: -1;
  content: "";
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  filter: blur(28px);
  opacity: 0.72;
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease, filter 220ms ease;
}

.wave-intro-main:hover::before {
  opacity: 1;
  transform: scale(1.025);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.58),
    0 24px 58px rgba(12, 8, 28, 0.2);
}

.wave-intro-main:hover::after {
  opacity: 0.84;
  filter: blur(32px);
  transform: scale(1.06);
}

.wave-intro-main h3 {
  margin-bottom: 10px;
  font-size: clamp(2.4rem, 6.2vw, 4.8rem);
  line-height: 0.92;
}

.wave-intro-logo {
  position: relative;
  z-index: 1;
  width: min(100%, 640px);
  max-height: clamp(220px, 28vw, 360px);
  margin: 8px 0 0;
  object-fit: contain;
  object-position: center;
  filter:
    drop-shadow(0 14px 24px rgba(14, 8, 28, 0.18))
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.18));
  transition: filter 220ms ease, transform 220ms ease;
}

.wave-intro-main:hover .wave-intro-logo {
  filter:
    drop-shadow(0 16px 28px rgba(14, 8, 28, 0.2))
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.22));
  transform: translateY(-4px) scale(1.035);
}

.wave-intro-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
}

.wave-intro-copy article {
  position: relative;
  padding: 18px 18px 20px;
  border: 1px solid rgba(210, 196, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.wave-intro-copy article::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.12), transparent 42%),
    radial-gradient(circle at 92% 10%, rgba(248, 211, 102, 0.13), transparent 34%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.wave-intro-copy article > * {
  position: relative;
  z-index: 1;
}

.wave-intro-copy article:hover,
.wave-intro-copy article:focus-within {
  border-color: rgba(248, 211, 102, 0.46);
  background:
    linear-gradient(135deg, rgba(151, 132, 255, 0.18), rgba(248, 211, 102, 0.08)),
    rgba(18, 14, 31, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 18px 42px rgba(0, 0, 0, 0.32),
    0 0 28px rgba(151, 132, 255, 0.16);
  transform: translateX(8px) translateY(-2px);
}

.wave-intro-copy article:hover::before,
.wave-intro-copy article:focus-within::before {
  opacity: 1;
}

.wave-intro-copy span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 900;
}

.wave-intro-copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.95rem, 1.25vw, 1.06rem);
  line-height: 1.78;
}

.wave-intro-copy strong {
  color: var(--ink);
  font-weight: 800;
}

.more-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.more-link:hover,
.more-link:focus-visible {
  border-color: rgba(151, 132, 255, 0.42);
  background: rgba(151, 132, 255, 0.12);
  transform: translateY(-2px);
}

.more-link i {
  color: var(--gold);
  font-size: 0.84rem;
}

.news-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 16px;
}

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

.news-card,
.talent-card,
.timeline,
.metric-grid div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.news-card,
.talent-card,
.timeline article,
.metric-grid div {
  transition: opacity 680ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 680ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 220ms ease, background 220ms ease;
}

.news-card {
  transition:
    opacity 620ms ease,
    transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 220ms ease,
    background 220ms ease;
}

.news-card:hover,
.metric-grid div:hover {
  border-color: rgba(151, 132, 255, 0.34);
  transform: translateY(-6px);
}

.news-card:hover {
  background: var(--news-hover-bg);
}

.news-card {
  min-height: 250px;
  padding: 26px;
  cursor: pointer;
}

.news-card.is-pending {
  opacity: 0;
  transform: translateY(26px);
}

.news-card.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: var(--news-reveal-delay, 140ms);
}

.news-card.is-visible:hover {
  transform: translateY(-6px);
  transition-delay: 0ms;
}

.news-card.featured {
  background: var(--panel);
}

.news-card.featured:hover {
  background: var(--news-hover-bg);
}

.news-card time {
  display: block;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
}

.news-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.news-category {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  margin-bottom: 0;
  padding: 6px 10px;
  border: 1px solid rgba(151, 132, 255, 0.22);
  border-radius: 999px;
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
}

.news-category i {
  font-size: 0.95em;
  opacity: 0.9;
}

.news-card-title {
  display: inline;
  margin: 0;
  color: var(--ink);
}

.news-card .news-title-link {
  display: inline;
  margin: 0;
  color: inherit;
  font-weight: inherit;
}

.news-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--cyan);
  font-weight: 800;
}

.news-card .news-cta {
  align-items: baseline;
  color: var(--cyan);
  line-height: 1.35;
}

.news-card .news-cta i {
  display: inline-block;
  line-height: 1;
  transform: translateY(0.08em);
}

.news-card a i {
  font-size: 0.85em;
}

.news-watch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 800;
}

.news-watch i {
  font-size: 1rem;
}

.news-page-section {
  position: relative;
  overflow: hidden;
  padding-top: clamp(116px, 15vw, 156px);
  background:
    radial-gradient(ellipse at 16% 12%, rgba(151, 132, 255, 0.22), transparent 36%),
    radial-gradient(ellipse at 84% 28%, rgba(245, 207, 103, 0.12), transparent 32%),
    radial-gradient(circle at 52% 88%, rgba(159, 216, 255, 0.1), transparent 38%),
    linear-gradient(180deg, rgba(14, 10, 25, 0.35), rgba(151, 132, 255, 0.05)),
    #090711;
}

.news-page-section::before,
.news-page-section::after,
.news-detail-section::before,
.news-detail-section::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.news-page-section::before {
  inset: 110px -4vw auto auto;
  width: min(660px, 52vw);
  aspect-ratio: 1;
  border: 1px solid rgba(196, 176, 255, 0.18);
  border-radius: 999px;
  background:
    radial-gradient(circle at center, transparent 0 40%, rgba(159, 216, 255, 0.11) 41% 42%, transparent 43% 100%),
    radial-gradient(circle at 44% 34%, rgba(248, 211, 102, 0.1), transparent 18%),
    radial-gradient(circle at center, rgba(151, 132, 255, 0.12), transparent 64%);
  opacity: 0.86;
}

.news-page-section::after {
  left: clamp(20px, 6vw, 92px);
  bottom: clamp(18px, 4vw, 52px);
  color: rgba(255, 255, 255, 0.045);
  content: "NEWS";
  font-family: var(--font-display);
  font-size: clamp(7rem, 18vw, 20rem);
  font-weight: 900;
  line-height: 0.75;
}

.news-page-section > *,
.news-detail-section > * {
  position: relative;
  z-index: 1;
}

.news-page-back {
  margin-bottom: clamp(32px, 5vw, 56px);
}

.news-detail-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 14% 16%, rgba(151, 132, 255, 0.2), transparent 34%),
    radial-gradient(ellipse at 86% 72%, rgba(245, 207, 103, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(9, 7, 17, 0.62), #090711 82%);
}

.news-detail-section::before {
  inset: 120px auto auto -160px;
  width: min(620px, 50vw);
  aspect-ratio: 1;
  border: 1px solid rgba(196, 176, 255, 0.15);
  border-radius: 999px;
  background:
    radial-gradient(circle at center, transparent 0 42%, rgba(248, 211, 102, 0.08) 43% 44%, transparent 45% 100%),
    radial-gradient(circle at center, rgba(151, 132, 255, 0.1), transparent 62%);
  opacity: 0.82;
}

.news-detail-section::after {
  right: clamp(20px, 5vw, 82px);
  top: clamp(150px, 20vw, 240px);
  width: min(560px, 45vw);
  aspect-ratio: 1.5;
  background:
    radial-gradient(circle at 8% 18%, rgba(251, 246, 234, 0.72) 0 1px, transparent 2px),
    radial-gradient(circle at 28% 58%, rgba(196, 176, 255, 0.78) 0 1.2px, transparent 2px),
    radial-gradient(circle at 58% 30%, rgba(159, 216, 255, 0.72) 0 1px, transparent 2px),
    radial-gradient(circle at 82% 66%, rgba(245, 207, 103, 0.66) 0 1px, transparent 2px),
    linear-gradient(25deg, transparent 0 28%, rgba(196, 176, 255, 0.14) 29% 30%, transparent 31% 100%);
  background-size: 180px 160px, 230px 190px, 210px 190px, 260px 220px, 100% 100%;
  opacity: 0.62;
}

.page-title {
  max-width: none;
  margin-bottom: 0;
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 0.96;
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filter-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(247, 244, 237, 0.76);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.filter-tab i {
  font-size: 0.88em;
  opacity: 0.88;
}

.filter-tab:hover,
.filter-tab:focus-visible,
.filter-tab.is-active {
  border-color: rgba(151, 132, 255, 0.42);
  background: rgba(151, 132, 255, 0.14);
  color: var(--ink);
  transform: translateY(-2px);
}

.news-list-wrap {
  position: relative;
}

.news-arrow-button {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 56px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(151, 132, 255, 0.32);
  border-radius: 999px;
  background: rgba(12, 9, 22, 0.88);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
  color: var(--ink);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    opacity 220ms ease,
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.news-arrow-button--prev {
  left: -28px;
  opacity: 0;
  pointer-events: none;
}

.news-arrow-button--next {
  right: -28px;
}

.news-arrow-button[hidden] {
  display: none;
}

.news-arrow-button:disabled {
  opacity: 0;
  pointer-events: none;
}

.news-arrow-button:hover,
.news-arrow-button:focus-visible {
  border-color: rgba(248, 211, 102, 0.55);
  background: rgba(151, 132, 255, 0.18);
  color: var(--gold);
}

.news-list-wrap:hover .news-arrow-button--prev:not(:disabled),
.news-list-wrap:focus-within .news-arrow-button--prev:not(:disabled) {
  opacity: 1;
  pointer-events: auto;
}

.news-arrow-button--prev:hover,
.news-arrow-button--prev:focus-visible {
  transform: translate(-4px, -50%);
}

.news-arrow-button--next:hover,
.news-arrow-button--next:focus-visible {
  transform: translate(4px, -50%);
}

.news-grid.is-sliding .news-card {
  animation: newsSlideNext 260ms ease;
}

.news-grid.is-sliding[data-slide-direction="prev"] .news-card {
  animation-name: newsSlidePrev;
}

.talent-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  scroll-margin-top: 100px;
}

.talent-card {
  position: relative;
  display: flex;
  flex-direction: column;
  --card-base-y: 0px;
  --card-hover-y: -6px;
  --talent-icon-color: rgba(247, 244, 237, 0.96);
  --talent-icon-bg: rgba(9, 7, 17, 0.36);
}

.talent-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.talent-card:nth-child(even) {
  --card-base-y: 32px;
  transform: translateY(var(--card-base-y));
}

.talent-card {
  overflow: hidden;
  transform-style: preserve-3d;
  transform: translateY(var(--card-base-y));
  transition: opacity 920ms ease, transform 920ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 220ms ease;
  will-change: transform;
}

.talent-card.is-pending {
  opacity: 0;
  transform: translateY(calc(var(--card-base-y) + 56px));
}

.talent-card.is-visible {
  opacity: 1;
  transform: translateY(var(--card-base-y));
}

.talent-card.is-visible:nth-child(1) {
  transition-delay: 120ms;
}

.talent-card.is-visible:nth-child(2) {
  transition-delay: 260ms;
}

.talent-card.is-visible:nth-child(3) {
  transition-delay: 400ms;
}

.talent-card.is-visible:nth-child(4) {
  transition-delay: 540ms;
}

.talent-card.is-visible:hover {
  border-color: rgba(151, 132, 255, 0.34);
  transform: translateY(calc(var(--card-base-y) + var(--card-hover-y)));
  transition-delay: 0ms;
}

.portrait {
  position: relative;
  min-height: 260px;
  display: grid;
  place-items: end start;
  padding: 18px;
  isolation: isolate;
}

.talent-card:hover .portrait::before {
  animation: portraitGlow 1200ms ease-in-out infinite alternate;
}

.talent-hover-icon {
  position: absolute;
  top: 26px;
  right: 26px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid color-mix(in srgb, var(--talent-icon-color) 26%, rgba(255, 255, 255, 0.16));
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.16), transparent 32%),
    var(--talent-icon-bg);
  -webkit-backdrop-filter: blur(16px) saturate(145%);
  backdrop-filter: blur(16px) saturate(145%);
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: var(--talent-icon-foreground, var(--talent-icon-color));
  font-size: 1.8rem;
  opacity: 1;
  transform: none;
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
  pointer-events: none;
}

.talent-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  opacity: 1;
}

.talent-card-icon-image {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.talent-card-icon-svg {
  display: block;
  width: 30px;
  height: 30px;
  background-color: currentColor;
  -webkit-mask-image: var(--mask-url);
  mask-image: var(--mask-url);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.talent-card-icon-symbol {
  font-size: 1.9rem;
  font-weight: 900;
}

.talent-hover-icon .talent-card-icon-svg,
.talent-hover-icon .talent-card-icon-symbol {
  color: inherit;
}

.portrait::before {
  position: absolute;
  inset: 22px 22px 0;
  z-index: -1;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px 999px 20px 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03));
}

.portrait span {
  color: rgba(255, 255, 255, 0.16);
  font-size: 5rem;
  font-weight: 900;
  line-height: 0.8;
}

.talent-card.coral .portrait {
  background: linear-gradient(160deg, rgba(216, 168, 255, 0.5), rgba(9, 7, 17, 0.12));
}

.talent-card.coral {
  --talent-icon-color: #a28cff;
  --talent-icon-bg: rgba(45, 24, 66, 0.48);
}

.talent-card.cyan .portrait {
  background: linear-gradient(160deg, rgba(151, 132, 255, 0.58), rgba(9, 7, 17, 0.12));
}

.talent-card.sakura .portrait {
  background: linear-gradient(160deg, rgba(255, 183, 200, 0.58), rgba(9, 7, 17, 0.12));
}

.talent-card.sakura {
  --talent-icon-color: #ffb7c8;
  --talent-icon-bg: rgba(66, 24, 42, 0.42);
  --talent-icon-foreground: #ffb7c8;
}

.talent-card.sakura .talent-card-icon-svg {
  width: 34px;
  height: 34px;
}

.talent-card.gold .portrait {
  background: linear-gradient(160deg, rgba(245, 207, 103, 0.58), rgba(9, 7, 17, 0.12));
}

.talent-card.gold {
  --talent-icon-color: #d89d00;
  --talent-icon-bg: rgba(52, 34, 4, 0.44);
  --talent-icon-foreground: #d89d00;
}

.talent-card.gold .talent-hover-icon {
  top: 34px;
  right: 34px;
  width: 46px;
  height: 46px;
}

.talent-card.gold .talent-card-icon-symbol {
  font-size: 1.65rem;
}

.talent-card.sky .portrait {
  background: linear-gradient(160deg, rgba(159, 216, 255, 0.58), rgba(9, 7, 17, 0.12));
}

.talent-card.sky {
  --talent-icon-color: #d7f0ff;
  --talent-icon-bg: rgba(22, 42, 56, 0.42);
}

.talent-menu-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.talent-menu-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.1em;
  font-size: 1rem;
  line-height: 1;
  transition: color 180ms ease, opacity 180ms ease;
}

.talent-menu-icon-image {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.nav-dropdown-menu .talent-menu-link .talent-menu-icon {
  color: rgba(255, 255, 255, 0.68);
  opacity: 0.82;
}

.nav-dropdown-menu .talent-menu-link .talent-menu-icon-image {
  filter: brightness(0) invert(1);
  opacity: 0.82;
}

.nav-dropdown-menu .talent-menu-link:hover .talent-menu-icon,
.nav-dropdown-menu .talent-menu-link:focus-visible .talent-menu-icon {
  color: rgba(255, 255, 255, 0.9);
  opacity: 1;
}

.nav-dropdown-menu .talent-menu-link:hover .talent-menu-icon-image,
.nav-dropdown-menu .talent-menu-link:focus-visible .talent-menu-icon-image {
  opacity: 1;
}

.talent-menu-icon-svg {
  display: block;
  width: 16px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask-image: var(--mask-url);
  mask-image: var(--mask-url);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* Kokone cherry: resolve mask URL from styles.css so it works on every HTML path */
.talent-menu-link--kokone .talent-menu-icon-svg,
.talent-card.sakura .talent-card-icon-svg {
  --mask-url: url("assets/cherry-blossom.svg");
}

.talent-card.violet .portrait {
  background: linear-gradient(160deg, rgba(196, 176, 255, 0.54), rgba(9, 7, 17, 0.12));
}

.talent-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px;
  pointer-events: none;
  container-type: inline-size;
}

.talent-name-split span {
  display: inline;
}

.talent-name-split {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  column-gap: 0.22em;
  font-size: 1.4rem;
  white-space: nowrap;
}

.gold .talent-name-split,
.sky .talent-name-split {
  font-size: min(1.4rem, 8cqi);
}

.talent-name-split span,
.talent-name-split span:last-child {
  white-space: nowrap;
}

.generation {
  margin-bottom: 8px;
  color: var(--subtle);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.tag-list {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.tag-list span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: rgba(247, 244, 237, 0.84);
  font-family: var(--font-display);
  font-size: 0.74rem;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.tag-list span:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--ink);
  transform: translateY(-2px);
}

.social-links {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
  pointer-events: auto;
}

.talent-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 18px;
  pointer-events: auto;
}

.talent-footer .social-links {
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 0;
  padding-top: 0;
}

.talent-arrow-link {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(210, 196, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.talent-arrow-link:hover,
.talent-arrow-link:focus-visible,
.talent-card:hover .talent-arrow-link {
  border-color: rgba(248, 211, 102, 0.52);
  background: rgba(151, 132, 255, 0.16);
  color: var(--gold);
}

.talent-arrow-link:hover,
.talent-arrow-link:focus-visible {
  transform: translateX(4px);
}

.social-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(247, 244, 237, 0.72);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 900;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.social-icon[data-tooltip]::before {
  position: absolute;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 6px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.social-icon[data-tooltip]::before {
  bottom: calc(100% + 8px);
  z-index: 13;
  min-width: max-content;
  padding: 7px 10px 15px;
  background: rgba(10, 8, 18, 0.92);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(50% + 8px) calc(100% - 8px), 50% 100%, calc(50% - 8px) calc(100% - 8px), 0 calc(100% - 8px));
  color: var(--ink);
  content: attr(data-tooltip);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  backdrop-filter: blur(12px);
  filter:
    drop-shadow(1px 0 0 rgba(210, 196, 255, 0.24))
    drop-shadow(-1px 0 0 rgba(210, 196, 255, 0.24))
    drop-shadow(0 1px 0 rgba(210, 196, 255, 0.24))
    drop-shadow(0 -1px 0 rgba(210, 196, 255, 0.24))
    drop-shadow(0 12px 20px rgba(0, 0, 0, 0.28));
  -webkit-backdrop-filter: blur(12px);
}

.social-icon[data-tooltip]::after {
  content: none;
}

.social-icon[data-tooltip]:hover::before,
.social-icon[data-tooltip]:focus-visible::before {
  opacity: 1;
  transform: translate(-50%, 0);
}

button.social-icon {
  cursor: pointer;
}

.social-icon i {
  font-size: 1.04rem;
  line-height: 1;
}

.social-icon.youtube {
  color: rgba(247, 244, 237, 0.72);
}

.social-icon.email {
  color: rgba(247, 244, 237, 0.72);
}

.social-icon.website {
  color: rgba(247, 244, 237, 0.72);
}

.social-icon.x {
  color: rgba(247, 244, 237, 0.72);
}

.social-icon.twitch {
  color: rgba(247, 244, 237, 0.72);
}

.social-icon.threads {
  color: rgba(247, 244, 237, 0.72);
}

.social-icon.facebook {
  color: rgba(247, 244, 237, 0.72);
}

.social-icon.instagram {
  color: rgba(247, 244, 237, 0.72);
}

.social-icon.discord {
  color: rgba(247, 244, 237, 0.72);
}

.social-icon.youtube:hover,
.social-icon.youtube:focus-visible {
  color: #ff3d3d;
}

.social-icon.email:hover,
.social-icon.email:focus-visible {
  color: #fbbc04;
}

.social-icon.website:hover,
.social-icon.website:focus-visible {
  color: #45e0b7;
}

.social-icon.x:hover,
.social-icon.x:focus-visible {
  color: #1da1f2;
}

.social-icon.twitch:hover,
.social-icon.twitch:focus-visible {
  color: #b6a0ff;
}

.social-icon.threads:hover,
.social-icon.threads:focus-visible {
  color: #f7f4ed;
}

.social-icon.notion {
  color: rgba(247, 244, 237, 0.72);
}

.social-icon.facebook:hover,
.social-icon.facebook:focus-visible {
  color: #86a8ff;
}



.social-icon.discord:hover,
.social-icon.discord:focus-visible {
  color: #8ea1ff;
}

.social-icon:hover,
.social-icon:focus-visible {
  transform: translateY(-3px) scale(1.04);
}

.social-icon.youtube:hover,
.social-icon.youtube:focus-visible {
  border-color: rgba(255, 77, 77, 0.72);
  background: rgba(255, 77, 77, 0.18);
}

.social-icon.email:hover,
.social-icon.email:focus-visible {
  border-color: rgba(251, 188, 4, 0.72);
  background: rgba(251, 188, 4, 0.18);
}

.social-icon.website:hover,
.social-icon.website:focus-visible {
  border-color: rgba(69, 224, 183, 0.72);
  background: rgba(69, 224, 183, 0.18);
}

.social-icon.x:hover,
.social-icon.x:focus-visible {
  border-color: rgba(29, 161, 242, 0.72);
  background: rgba(29, 161, 242, 0.18);
}

.social-icon.twitch:hover,
.social-icon.twitch:focus-visible {
  border-color: rgba(196, 176, 255, 0.84);
  background: rgba(196, 176, 255, 0.2);
}

.social-icon.threads:hover,
.social-icon.threads:focus-visible {
  border-color: rgba(255, 255, 255, 0.64);
  background: rgba(255, 255, 255, 0.16);
}

.social-icon.facebook:hover,
.social-icon.facebook:focus-visible {
  border-color: rgba(134, 168, 255, 0.72);
  background: rgba(134, 168, 255, 0.18);
}

.social-icon.notion:hover,
.social-icon.notion:focus-visible {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.64);
  background: rgba(255, 255, 255, 0.16);
}

.social-icon.instagram:hover,
.social-icon.instagram:focus-visible {
  color: #ff8bd2;
  border-color: rgba(255, 139, 210, 0.72);
  background: rgba(255, 139, 210, 0.18);
}

.social-icon.discord:hover,
.social-icon.discord:focus-visible {
  border-color: rgba(88, 101, 242, 0.8);
  background: rgba(88, 101, 242, 0.22);
}

.copy-toast {
  position: fixed;
  right: clamp(18px, 4vw, 34px);
  bottom: 24px;
  z-index: 100;
  padding: 12px 16px;
  border: 1px solid rgba(210, 196, 255, 0.22);
  border-radius: 999px;
  background: rgba(12, 10, 20, 0.82);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.copy-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.split-section,
.about-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 7vw, 84px);
  align-items: start;
}

.timeline {
  padding: 10px;
}

.timeline article {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  padding: 22px;
  border-bottom: 1px solid var(--line);
}

.timeline article:last-child {
  border-bottom: 0;
}

.timeline time {
  color: var(--green);
  font-family: var(--font-display);
  font-weight: 900;
}

.timeline h3 {
  margin-bottom: 4px;
}

.timeline p {
  margin-bottom: 0;
}

.about-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 18% 18%, rgba(151, 132, 255, 0.18), transparent 34%),
    radial-gradient(ellipse at 82% 74%, rgba(245, 207, 103, 0.12), transparent 36%),
    linear-gradient(115deg, rgba(159, 216, 255, 0.08), transparent 34% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0)),
    #100d1b;
}

.about-section::before,
.about-section::after,
.social-section::before,
.social-section::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.about-section::before {
  inset: 8% auto auto -7%;
  width: min(520px, 42vw);
  aspect-ratio: 1;
  border: 1px solid rgba(196, 176, 255, 0.16);
  border-radius: 999px;
  background:
    radial-gradient(circle at 48% 48%, transparent 0 39%, rgba(151, 132, 255, 0.12) 40% 41%, transparent 42% 100%),
    radial-gradient(circle at center, rgba(159, 216, 255, 0.1), transparent 62%);
  filter: blur(0.2px);
  opacity: 0.84;
}

.about-section::after {
  right: 4vw;
  bottom: clamp(18px, 5vw, 70px);
  color: rgba(255, 255, 255, 0.045);
  content: "DREAM";
  font-family: var(--font-display);
  font-size: clamp(6rem, 14vw, 17rem);
  font-weight: 900;
  line-height: 0.78;
}

.about-section > *,
.social-section > * {
  position: relative;
  z-index: 1;
}

.about-copy {
  max-width: 760px;
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 820ms ease, transform 820ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.about-aside {
  display: grid;
  gap: clamp(36px, 5vw, 62px);
}

.about-section.reveal.is-visible .about-copy {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 420ms;
}

.about-more-link {
  width: max-content;
  min-width: 0;
  max-width: 100%;
  justify-self: end;
  align-self: end;
  margin-top: 6px;
}

.about-aside > .about-more-link {
  display: inline-flex;
  width: auto;
  justify-self: end;
  margin-left: auto;
  padding-inline: 18px;
}

.guideline-block h2 i {
  margin-right: 10px;
  color: var(--gold);
  font-size: 0.74em;
  vertical-align: 0.08em;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 820ms ease, transform 820ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.metric-grid div {
  container-type: inline-size;
  min-height: 150px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 22px;
}

.metric-icon {
  color: var(--gold);
  font-size: 1.15rem;
}

.metric-grid strong {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 16cqw, 3.2rem);
  font-weight: 900;
  line-height: 1.05;
  white-space: nowrap;
}

.metric-grid strong br {
  display: none;
}

.metric-grid span {
  color: var(--subtle);
  font-family: var(--font-display);
  font-weight: 800;
}

.staff-credit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 820ms ease, transform 820ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.about-aside > .about-more-link {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 820ms ease, transform 820ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.about-section.reveal.is-visible .metric-grid {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 820ms;
}

.about-section.reveal.is-visible .staff-credit-grid,
.about-section.reveal.is-visible .about-aside > .about-more-link {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1220ms;
}

.staff-credit-grid article {
  min-height: 116px;
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 24px 28px;
  border: 1px solid rgba(210, 196, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(151, 132, 255, 0.11), rgba(255, 255, 255, 0.02)),
    rgba(18, 14, 31, 0.78);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.staff-credit-grid article:hover {
  border-color: rgba(248, 211, 102, 0.38);
  background:
    linear-gradient(135deg, rgba(151, 132, 255, 0.16), rgba(248, 211, 102, 0.08)),
    rgba(18, 14, 31, 0.86);
  transform: translateY(-3px);
}

.staff-credit-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.staff-credit-label i {
  color: var(--gold);
  font-size: 0.9rem;
  transition: transform 180ms ease, color 180ms ease;
}

.staff-credit-grid article:hover .staff-credit-label i {
  color: var(--ink);
  transform: rotate(-6deg) scale(1.08);
}

.staff-credit-avatar {
  width: 22px;
  aspect-ratio: 1;
  border: 1px solid rgba(210, 196, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  object-fit: cover;
  filter: drop-shadow(0 0 14px rgba(151, 132, 255, 0.18));
}

.staff-credit-avatar.is-empty {
  opacity: 0.28;
}

.staff-credit-label span {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.staff-credit-grid strong {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0.42em;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(0.98rem, 1.55vw, 1.24rem);
  font-weight: 900;
  line-height: 1.3;
}

.staff-credit-name,
.staff-credit-separator {
  display: inline-flex;
  align-items: center;
  gap: 0.28em;
  white-space: nowrap;
}

.hero-status,
.contact-button,
.contact-social-card,
.article-content > p.article-link-row,
.about-feature-card,
.staff-card,
.profile-disc,
.profile-info-card,
.guideline-block,
.wave-intro,
.wave-intro-copy article,
.more-link,
.news-card,
.talent-card,
.timeline,
.metric-grid div,
.filter-tab,
.news-arrow-button,
.social-icon,
.staff-credit-grid article,
.button.secondary,
.profile-tags span {
  border-color: var(--glass-line);
  background: var(--glass-panel);
  backdrop-filter: blur(18px) saturate(1.28);
  -webkit-backdrop-filter: blur(18px) saturate(1.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(255, 255, 255, 0.04),
    0 22px 64px rgba(0, 0, 0, 0.34);
}

.hero-status:hover,
.contact-button:hover,
.contact-button:focus-visible,
.contact-social-card:hover,
.contact-social-card:focus-within,
.article-content > p.article-link-row:hover,
.about-feature-card.reveal.is-visible:hover,
.about-feature-card.reveal.is-visible:focus-within,
.staff-card:hover,
.guideline-block:hover,
.wave-intro-copy article:hover,
.more-link:hover,
.more-link:focus-visible,
.news-card:hover,
.talent-card.is-visible:hover,
.timeline:hover,
.metric-grid div:hover,
.filter-tab:hover,
.filter-tab:focus-visible,
.filter-tab.is-active,
.news-arrow-button:hover,
.news-arrow-button:focus-visible,
.staff-credit-grid article:hover,
.button.secondary:hover,
.button.secondary:focus-visible,
.profile-tags span:hover,
.profile-tags span:focus-visible {
  border-color: var(--glass-line-hover);
  background: var(--glass-panel-strong);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(255, 255, 255, 0.06),
    0 26px 74px rgba(0, 0, 0, 0.42),
    0 0 32px rgba(151, 132, 255, 0.12);
}

.staff-credit-separator {
  color: rgba(248, 211, 102, 0.86);
}

.social-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 16% 18%, rgba(159, 216, 255, 0.14), transparent 34%),
    radial-gradient(ellipse at 78% 34%, rgba(216, 168, 255, 0.16), transparent 38%),
    radial-gradient(circle at 45% 76%, rgba(245, 207, 103, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(16, 13, 27, 0), rgba(151, 132, 255, 0.07)),
    #090711;
}

.social-section::before {
  inset: 0 2vw auto auto;
  width: min(520px, 42vw);
  height: min(320px, 32vw);
  background:
    linear-gradient(108deg, transparent 0 28%, rgba(159, 216, 255, 0.1) 38%, transparent 52% 100%),
    linear-gradient(72deg, transparent 0 48%, rgba(216, 168, 255, 0.1) 62%, transparent 78% 100%);
  filter: blur(2px);
  opacity: 0.68;
}

.social-section::after {
  left: clamp(20px, 5vw, 86px);
  bottom: clamp(26px, 5vw, 72px);
  width: min(520px, 44vw);
  aspect-ratio: 1.5;
  background:
    radial-gradient(circle at 8% 18%, rgba(251, 246, 234, 0.78) 0 1px, transparent 2px),
    radial-gradient(circle at 26% 56%, rgba(196, 176, 255, 0.88) 0 1.2px, transparent 2px),
    radial-gradient(circle at 52% 28%, rgba(159, 216, 255, 0.78) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 62%, rgba(245, 207, 103, 0.72) 0 1px, transparent 2px),
    linear-gradient(28deg, transparent 0 28%, rgba(196, 176, 255, 0.16) 29% 30%, transparent 31% 100%),
    linear-gradient(147deg, transparent 0 44%, rgba(159, 216, 255, 0.14) 45% 46%, transparent 47% 100%);
  background-size: 180px 160px, 220px 180px, 210px 190px, 260px 220px, 100% 100%, 100% 100%;
  opacity: 0.72;
}

.social-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 16px;
  align-items: start;
}

.social-panel {
  min-height: 560px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 620ms ease,
    transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 220ms ease,
    background 220ms ease;
}

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

.social-section.reveal.is-visible .social-panel:nth-child(1) {
  transition-delay: 260ms;
}

.social-section.reveal.is-visible .social-panel:nth-child(2) {
  transition-delay: 520ms;
}

.social-panel h3 {
  margin-bottom: 18px;
}

.social-heading-icon {
  width: 46px;
  min-width: 46px;
  padding: 0;
  justify-content: center;
}

.social-heading-icon i {
  font-size: 1rem;
}

.embed-frame {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: #0e0b16;
}

.twitter-embed {
  min-height: 500px;
  position: relative;
  padding: 0;
}

.x-timeline-host {
  min-height: 500px;
}

.x-timeline-host iframe {
  width: 100% !important;
}

.x-fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: none;
  min-height: 500px;
  place-content: center;
  gap: 14px;
  padding: clamp(22px, 4vw, 36px);
  text-align: center;
  background:
    radial-gradient(circle at 50% 24%, rgba(151, 132, 255, 0.22), transparent 34%),
    radial-gradient(circle at 84% 72%, rgba(245, 207, 103, 0.12), transparent 32%),
    rgba(14, 11, 22, 0.88);
  backdrop-filter: blur(18px) saturate(1.24);
  -webkit-backdrop-filter: blur(18px) saturate(1.24);
}

.x-fallback.is-visible {
  display: grid;
}

.x-fallback p {
  max-width: 460px;
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.7;
}

.x-fallback h4 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 900;
}

.x-mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  justify-self: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: var(--ink);
  color: #0e1117;
  font-size: 1.35rem;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
}

.x-fallback a {
  display: inline-flex;
  justify-self: center;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--ink);
  color: #0e1117;
  font-family: var(--font-display);
  font-weight: 800;
}

.discord-embed {
  display: grid;
  place-items: center;
  width: min(350px, 100%);
  justify-self: center;
}

.discord-embed iframe {
  width: 100%;
  height: 500px;
  border: 0;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 54px clamp(20px, 7vw, 92px);
  border-top: 1px solid var(--line);
  background: #070510;
}

.site-footer h2 {
  margin-bottom: 14px;
  font-size: clamp(1.7rem, 4vw, 3rem);
}

footer#contact > div > h2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.site-footer p {
  max-width: 680px;
  margin-bottom: 0;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.section-heading .contact-links {
  align-self: center;
}

.site-footer small {
  grid-column: 1 / -1;
  color: var(--subtle);
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 720ms ease, transform 720ms ease;
}

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

#schedule.reveal {
  transition-delay: 1380ms;
}

#about.reveal {
  transition-delay: 760ms;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroIn {
  from {
    opacity: 0;
    transform: translateY(32px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroLogoIn {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(24px) scale(0.96);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@keyframes heroItemIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scrollCueFloat {
  0%,
  100% {
    opacity: 0.72;
    transform: translateX(-50%) translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(8px);
  }
}

@keyframes newsCardReveal {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes newsSlideNext {
  from {
    opacity: 0;
    transform: translateX(24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes newsSlidePrev {
  from {
    opacity: 0;
    transform: translateX(-24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes floatIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatIdle {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -8px;
  }
}

@keyframes loaderPulse {
  from {
    transform: scale(0.96);
    filter: brightness(0.92);
  }
  to {
    transform: scale(1.05);
    filter: brightness(1.12);
  }
}

@keyframes portraitGlow {
  from {
    box-shadow: inset 0 0 0 rgba(255, 255, 255, 0);
  }
  to {
    box-shadow: inset 0 0 42px rgba(255, 255, 255, 0.12);
  }
}

@keyframes dreamSkyDrift {
  from {
    background-position:
      0 0,
      0 0,
      0 0,
      28px 18px,
      52px 76px,
      86px 42px,
      12px 110px,
      120px 64px,
      0 0;
  }
  to {
    background-position:
      0 0,
      0 0,
      36px -24px,
      -18px 46px,
      90px 18px,
      36px 92px,
      70px 56px,
      68px 124px,
      0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}

@media (min-width: 981px) and (max-width: 1240px) {
  .talent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 18px;
  }

  .talent-card:nth-child(even) {
    --card-base-y: 0px;
  }

  .portrait {
    min-height: 240px;
  }

  .talent-footer {
    gap: 12px;
  }
}

@media (max-width: 980px) {
  .news-grid,
  .talent-grid,
  .split-section,
  .about-section,
  .profile-hero,
  .profile-detail-grid,
  .myria-board-wrap,
  .about-feature-grid,
  .staff-grid,
  .wave-intro,
  .social-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .talent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 16px;
  }

  .news-arrow-button--prev {
    left: 14px;
  }

  .news-arrow-button--next {
    right: 14px;
  }

  .hero-status {
    position: static;
    width: min(320px, 100%);
    justify-self: center;
    justify-items: center;
    margin-top: 42px;
    text-align: center;
  }

  .about-more-link {
    margin-top: 0;
  }

  .wave-intro-main {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(210, 196, 255, 0.16);
    justify-items: center;
    padding-right: 0;
    padding-bottom: 22px;
  }

  .wave-intro-main::before {
    inset: 10px 0;
  }

  .wave-intro-logo {
    display: block;
    margin-inline: auto;
  }

  .profile-hero .back-action,
  .profile-portrait,
  .profile-intro {
    grid-column: 1;
    grid-row: auto;
  }

  .profile-intro {
    align-self: auto;
  }

  .myria-collage {
    min-height: 520px;
  }

  .myria-polaroid-main {
    left: 0;
    width: 72%;
  }

  .myria-spec-card {
    left: 12%;
    width: min(360px, 58%);
  }

  .contact-social-card {
    justify-self: start;
  }
}

@media (min-width: 981px) and (max-width: 1240px) {
  .staff-credit-grid article {
    padding: 22px 24px;
  }

  .staff-credit-grid strong {
    font-size: clamp(0.9rem, 1.4vw, 1.08rem);
    gap: 7px 0.34em;
  }

  .staff-credit-avatar {
    width: 20px;
  }
}

@media (max-width: 720px) {
  html.nav-drawer-active::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 15;
    pointer-events: none;
    background: rgba(7, 5, 14, 0.44);
    -webkit-backdrop-filter: blur(28px) saturate(1.72);
    backdrop-filter: blur(28px) saturate(1.72);
  }

  .site-header {
    padding: 14px 18px;
    background: linear-gradient(180deg, rgba(10, 7, 18, 0.76), rgba(10, 7, 18, 0.2));
    -webkit-backdrop-filter: blur(36px) saturate(1.82);
    backdrop-filter: blur(36px) saturate(1.82);
  }

  .site-header.is-scrolled {
    background: rgba(10, 7, 18, 0.64);
    -webkit-backdrop-filter: blur(42px) saturate(1.85);
    backdrop-filter: blur(42px) saturate(1.85);
  }

  .contact-social-card {
    width: 100%;
    min-width: 0;
  }

  .contact-socials {
    padding-left: 0;
  }

  .contact-links {
    justify-content: center;
  }

  .nav-toggle {
    display: block;
    -webkit-backdrop-filter: blur(20px) saturate(1.5);
    backdrop-filter: blur(20px) saturate(1.5);
    background: rgba(255, 255, 255, 0.08);
  }

  .site-nav {
    position: fixed;
    top: 76px;
    left: 16px;
    right: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 18px;
    background: rgba(22, 16, 36, 0.45);
    -webkit-backdrop-filter: blur(40px) saturate(1.8);
    backdrop-filter: blur(40px) saturate(1.8);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    max-height: min(620px, calc(100dvh - 92px));
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 1.05rem;
    letter-spacing: 0.07em;
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
    text-align: left;
    align-items: stretch;
  }

  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav a:hover::after,
  .site-nav a:focus-visible::after {
    transform: scaleX(0) !important;
  }

  .site-nav > a {
    padding: 16px 16px;
    border-radius: 12px;
    text-align: left;
  }

  .site-nav > a:active {
    background: rgba(255, 255, 255, 0.06);
  }

  .site-nav > .nav-dropdown > .nav-dropdown-trigger-row > a {
    flex: 1;
    padding: 16px;
    border-radius: 12px;
    text-align: left;
  }

  .nav-dropdown:has(.nav-mobile-email) .nav-dropdown-toggle {
    display: none !important;
  }

  .nav-mobile-email {
    flex: 0 0 auto !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(247, 244, 237, 0.85);
    cursor: pointer;
    transition: background 160ms ease, border-color 160ms ease, transform 200ms ease;
  }

  .nav-mobile-email:hover,
  .nav-mobile-email:focus-visible {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    outline: none;
  }

  .nav-mobile-email i {
    font-size: 0.9rem;
  }

  .nav-dropdown[data-mobile-nav-flat] > a {
    display: block;
    padding: 16px 16px;
    border-radius: 12px;
    text-align: left;
  }

  .nav-dropdown[data-mobile-nav-flat] > .nav-dropdown-menu {
    max-height: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    overflow: visible !important;
    margin-top: 4px !important;
    margin-bottom: 10px !important;
    padding: 12px 10px 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(18, 12, 32, 0.55);
    -webkit-backdrop-filter: blur(36px) saturate(1.75);
    backdrop-filter: blur(36px) saturate(1.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .nav-dropdown[data-mobile-nav-flat] .nav-dropdown-label {
    display: none !important;
  }

  .nav-dropdown-menu a:hover,
  .nav-dropdown-menu a:focus-visible {
    background: transparent;
    color: rgba(247, 244, 237, 0.78);
  }

  .nav-dropdown-menu a:active {
    background: rgba(255, 255, 255, 0.08);
  }

  .nav-dropdown-menu:not(.nav-dropdown-social) .news-filter-link:hover i,
  .nav-dropdown-menu:not(.nav-dropdown-social) .news-filter-link:focus-visible i {
    color: rgba(255, 255, 255, 0.55);
  }

  .nav-dropdown-menu .talent-menu-link:hover .talent-menu-icon,
  .nav-dropdown-menu .talent-menu-link:focus-visible .talent-menu-icon {
    color: rgba(255, 255, 255, 0.68);
    opacity: 0.82;
  }

  .nav-dropdown-menu .talent-menu-link:hover .talent-menu-icon-image,
  .nav-dropdown-menu .talent-menu-link:focus-visible .talent-menu-icon-image {
    filter: brightness(0) invert(1);
    opacity: 0.82;
  }

  .nav-dropdown-social a:hover i {
    color: rgba(247, 244, 237, 0.6);
  }

  .nav-dropdown-toggle:hover,
  .nav-dropdown-toggle:focus-visible {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
  }

  .nav-toggle:hover,
  .nav-toggle:focus-visible {
    filter: none;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .nav-dropdown-trigger-row {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    padding: 4px 0;
  }

  .nav-dropdown-trigger-row > a {
    text-align: left;
  }

  .nav-dropdown-toggle {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }

  .nav-dropdown-toggle i {
    font-size: 0.78rem;
  }

  .nav-dropdown-menu {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    min-width: 0 !important;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 !important;
    border: none;
    box-shadow: none;
    max-height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    overflow: hidden;
    transition: max-height 300ms cubic-bezier(0.2, 0.82, 0.2, 1), opacity 220ms ease, visibility 220ms ease;
  }

  .nav-dropdown-menu.is-open {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    box-shadow: none;
  }

  .nav-dropdown.is-submenu-open > .nav-dropdown-menu {
    max-height: min(560px, 70vh) !important;
    margin-top: 6px !important;
    margin-bottom: 10px !important;
    padding: 12px 10px 14px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(18, 12, 32, 0.55);
    -webkit-backdrop-filter: blur(36px) saturate(1.75);
    backdrop-filter: blur(36px) saturate(1.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .nav-dropdown-menu .nav-dropdown-label:not(.nav-dropdown-label--talents-wave) {
    display: none !important;
  }

  .nav-dropdown-menu .nav-dropdown-label--talents-wave {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 10px !important;
    padding: 12px 16px !important;
    pointer-events: none;
    border-bottom: 0;
    border-radius: 14px;
    background: linear-gradient(95deg, rgba(12, 9, 26, 0.95) 0%, rgba(24, 17, 42, 0.88) 55%, rgba(18, 12, 38, 0.92) 100%);
    border: 1px solid rgba(210, 196, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: rgba(235, 229, 246, 0.78);
    flex-shrink: 0;
  }

  .nav-dropdown-menu .nav-dropdown-label--talents-wave em {
    flex-shrink: 0;
    margin-left: auto;
  }

  .nav-dropdown-menu a {
    white-space: nowrap;
    padding: 16px 18px;
    font-size: 0.85rem;
    line-height: 1.4;
    border-radius: 12px;
  }

  .nav-dropdown-social a {
    gap: 14px;
    padding: 16px 18px;
  }

  .nav-dropdown-social a i {
    width: 22px;
    font-size: 1.12rem;
  }

  .nav-dropdown-menu:not(.nav-dropdown-social) .news-filter-link i {
    font-size: 1rem;
  }

  .hero {
    min-height: 88svh;
    padding-top: 112px;
  }

  .hero-scrim {
    background:
      linear-gradient(90deg, rgba(10, 7, 18, 0.94), rgba(10, 7, 18, 0.64)),
      linear-gradient(0deg, #090711 0%, rgba(10, 7, 18, 0) 44%);
  }

  h1 {
    font-size: clamp(3.5rem, 18vw, 5.4rem);
  }

  .brand-icon {
    width: 46px;
  }

  .brand-logo {
    width: 150px;
    max-height: 42px;
  }

  .site-header.is-scrolled .brand-icon,
  .site-header.is-full-logo .brand-icon {
    width: 34px;
  }

  .site-header.is-scrolled .brand-logo,
  .site-header.is-full-logo .brand-logo {
    transform: translateX(-48px);
  }

  .site-header.is-scrolled .brand:hover .brand-logo,
  .site-header.is-full-logo .brand:hover .brand-logo {
    transform: translateX(-48px) translateY(-1px);
  }

  .hero-logo-title {
    width: min(96vw, 620px);
    margin-bottom: 18px;
  }

  .hero-logo-title img {
    width: 92%;
    transform: translateX(-40px);
  }

  .hero-tagline {
    width: min(92vw, 360px);
    margin: 0 auto 20px;
    font-size: clamp(1.05rem, 5.2vw, 1.32rem);
    line-height: 1.35;
  }

  .hero-copy {
    width: min(90vw, 340px);
    margin-bottom: 28px;
    font-size: clamp(0.92rem, 4.35vw, 1.02rem);
    line-height: 1.85;
  }

  .hero-discovery,
  .hero-scroll-cue {
    display: none;
  }

  .hero-mobile-break {
    display: inline;
  }

  .article-section {
    padding-top: 102px;
  }

  .article-header h1 {
    font-size: clamp(1.9rem, 8vw, 2.6rem);
  }

  .profile-logo {
    width: min(480px, 100%);
    max-height: var(--profile-logo-mobile-max-height);
    transform: scale(1.25);
    transform-origin: left center;
  }

  .profile-kicker {
    flex-wrap: wrap;
  }

  .profile-code {
    flex-wrap: wrap;
    white-space: normal;
  }

  .myria-dream-board {
    padding-top: 58px;
    padding-bottom: 70px;
  }

  .myria-board-copy {
    padding: 24px;
  }

  .myria-collage {
    min-height: 440px;
  }

  .myria-polaroid {
    padding: 12px;
  }

  .myria-polaroid-main {
    width: 86%;
    height: 190px;
  }

  .myria-spec-card {
    left: 4%;
    width: 76%;
    padding: 18px;
  }

  .myria-bow,
  .myria-gem,
  .myria-wave-flower {
    opacity: 0.28;
  }

  .myria-bubble.bubble-one {
    left: auto;
    right: 12%;
    bottom: 10%;
    width: 34px;
  }

  .talent-name-split {
    font-size: 1.4rem;
  }

  .article-content {
    font-size: 0.92rem;
  }

  .wave-intro {
    padding: 22px;
  }

  .wave-intro::after {
    right: -28px;
    bottom: 4px;
    font-size: clamp(4rem, 24vw, 6.6rem);
  }

  .wave-intro-copy article {
    padding: 16px;
  }

  .profile-hero {
    min-height: auto;
    padding-top: 84px;
  }

  .myria-bow {
    left: auto;
    right: 10%;
    top: 118px;
    width: 74px;
    opacity: 0.42;
  }

  .myria-gem {
    right: 8%;
    top: 230px;
    width: 48px;
    opacity: 0.5;
  }

  .myria-wave-flower.flower-one {
    left: 6%;
    top: 28%;
    opacity: 0.38;
  }

  .myria-wave-flower.flower-two,
  .myria-bubble.bubble-two {
    display: none;
  }

  .profile-hero .back-action {
    position: static;
    margin-bottom: 18px;
  }

  .profile-hero::after {
    right: 0;
    bottom: 38%;
    font-size: clamp(4rem, 18vw, 7rem);
  }

  .profile-portrait {
    min-height: 420px;
  }

  .profile-info-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .profile-info-list {
    grid-template-columns: 1fr;
  }

  .guideline-block {
    padding: 18px 18px 20px;
  }

  .guideline-block h2 {
    font-size: 1.12rem;
  }

  .tag-list-info {
    padding: 12px 14px;
  }

  .section-heading {
    display: block;
  }

  .talents-heading .wave-label {
    margin-top: 12px;
  }

  .section-heading .contact-links {
    justify-content: flex-start;
    margin-top: 18px;
  }

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

  .news-arrow-button {
    display: none;
  }

  .button i,
  .more-link i,
  .talent-arrow-link i {
    color: var(--gold);
  }

  .button.secondary:hover,
  .button.secondary:focus-visible,
  .more-link:hover,
  .more-link:focus-visible {
    border-color: rgba(210, 196, 255, 0.24);
    background: rgba(151, 132, 255, 0.08);
    transform: none;
  }

  .talent-arrow-link,
  .talent-arrow-link:hover,
  .talent-arrow-link:focus-visible,
  .talent-card:hover .talent-arrow-link {
    border-color: rgba(210, 196, 255, 0.24);
    background: rgba(255, 255, 255, 0.04);
    color: var(--gold);
    transform: none;
  }

  .news-section .more-link {
    display: flex;
    width: fit-content;
    justify-self: end;
    margin-left: auto;
    margin-top: 24px;
  }

  .news-section .more-link i {
    display: inline-block;
  }

  .talent-grid,
  .metric-grid,
  .staff-credit-grid {
    grid-template-columns: 1fr;
  }

  .talent-card:nth-child(even) {
    --card-base-y: 0px;
    transform: none;
  }

  .portrait {
    min-height: 220px;
  }

  .timeline article {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 420px) {
  .metric-grid strong {
    white-space: nowrap;
  }

  .metric-grid strong br {
    display: initial;
  }
}


/* Weekly Schedule Styles */
.schedule-section {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.schedule-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  text-align: left;
  max-width: 100%;
  margin: 0;
  gap: 24px;
}

.schedule-header-content {
  flex: 1;
}

.schedule-header .section-copy {
  margin-top: 16px;
  max-width: 500px;
}

.schedule-header-aside {
  display: flex;
  gap: 16px;
  padding-bottom: 12px;
}

.schedule-header-aside .button {
  min-height: 44px;
  font-size: 0.9rem;
  padding-inline: 20px;
}

@media (max-width: 768px) {
  .schedule-header {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .schedule-header-aside {
    padding-bottom: 0;
  }
}

.weekly-schedule-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  width: 100%;
  max-width: 1600px;
  margin: 40px auto 0;
}

@media (min-width: 768px) {
  .weekly-schedule-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }
}

@media (min-width: 1600px) {
  .weekly-schedule-list {
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
    gap: 24px;
  }
}

.schedule-bg-icons {
  animation: float-bg 20s ease-in-out infinite alternate;
}

.bg-icon {
  position: absolute;
  opacity: 0.03;
}

.bg-icon-myria {
  top: 15%; left: 2%; font-size: clamp(140px, 20vw, 380px); color: var(--myria-ocean); transform: rotate(-15deg);
}

.bg-icon-kokone {
  top: 15%; right: 2%; font-size: clamp(160px, 22vw, 420px); color: var(--kokone-berry); transform: rotate(10deg);
}

.bg-icon-mio {
  bottom: -5%; left: 2%; font-size: clamp(200px, 30vw, 600px); color: var(--mio-gold); transform: rotate(5deg);
}

.bg-icon-tsukine {
  bottom: -5%; right: 2%; font-size: clamp(140px, 18vw, 360px); color: var(--tsukine-rain); transform: rotate(-10deg);
}

@media (min-width: 1600px) {
  .schedule-section {
    padding-bottom: 280px;
  }
  .bg-icon-myria {
    top: 5%; left: 5%;
  }
  .bg-icon-kokone {
    top: auto; bottom: -8%; right: auto; left: 30%;
  }
  .bg-icon-mio {
    top: -15%; bottom: auto; left: 55%;
  }
  .bg-icon-tsukine {
    top: auto; bottom: 0%; right: auto; left: 80%;
  }
}

@keyframes float-bg {
  0% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-20px) scale(1.05); }
  100% { transform: translateY(10px) scale(0.95); }
}

.weekly-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  padding: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
  position: relative;
  overflow: hidden;
}

.weekly-item {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 920ms ease,
    transform 920ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.4s ease,
    border-color 0.4s ease;
}

.weekly-item.is-pending {
  opacity: 0;
  transform: translateY(56px);
}

.weekly-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.weekly-item.is-visible:nth-child(1) {
  transition-delay: 320ms;
}

.weekly-item.is-visible:nth-child(2) {
  transition-delay: 620ms;
}

.weekly-item.is-visible:nth-child(3) {
  transition-delay: 920ms;
}

.weekly-item.is-visible:nth-child(4) {
  transition-delay: 1220ms;
}

.weekly-item.is-visible:hover {
  transition-delay: 0ms;
}

.weekly-item::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 4px;
  background: var(--talent-color, rgba(255, 255, 255, 0.2));
  opacity: 0.6;
  transition: opacity 0.4s ease;
}

.weekly-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.12);
}

.weekly-item:hover::before {
  opacity: 1;
}

.weekly-item.coral { --talent-color: #a28cff; }
.weekly-item.sakura { --talent-color: #ffb7c8; }
.weekly-item.gold { --talent-color: #d89d00; }
.weekly-item.sky { --talent-color: #d7f0ff; }

.weekly-info {
  width: 100%;
}

.weekly-info h3 {
  font-size: 1rem;
  margin-bottom: 0;
  color: var(--white);
  white-space: nowrap;
}

@media (min-width: 1600px) {
  .weekly-info h3 {
    font-size: min(1.4rem, 1.3vw);
  }
}

.weekly-info p {
  color: var(--white-mute);
  font-size: 1rem;
}

.weekly-media {
  aspect-ratio: 16 / 9;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.2rem;
  overflow: hidden;
  width: 100%;
}

.weekly-media iframe,
.weekly-media video {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}

.color-myria { color: #a28cff !important; }
.color-kokone { color: #ffb7c8 !important; }
.color-mio { color: #d89d00 !important; }
.color-tsukine { color: #d7f0ff !important; }
