/* ===== Inline stylesheet 1 (source order preserved) ===== */
:root {
  --ink: #f7f6f7;
  --muted: #d5d9df;
  --night: #111722;
  --night-soft: #1b2533;
  --blue-mist: #cfd9e2;
  --blue-mist-deep: #93a6b9;
  --paper: #eef2f4;
  --panel: rgba(246, 249, 250, .82);
  --pink: #d94a87;
  --pink-light: #ffd4e5;
  --wine: #7f1838;
  --line-light: rgba(255,255,255,.17);
  --line-dark: rgba(34,45,58,.16);
  --header-h: 72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--night);
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", system-ui, sans-serif;
  line-height: 1.8;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.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-noise {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: .025;
  background-image: url("../assets/images/site-noise.svg");
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(22px, 4vw, 72px);
  border-bottom: 1px solid transparent;
  transition: background .4s ease, border-color .4s ease, backdrop-filter .4s ease;
}
.site-header.scrolled {
  background: rgba(20,29,41,.78);
  border-color: var(--line-light);
  backdrop-filter: blur(17px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.brand img {
  width: 78px;
  height: 38px;
  object-fit: contain;
}
.brand span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 8px;
  letter-spacing: .24em;
  color: #eef1f5;
}
.global-nav { display: flex; gap: clamp(22px, 3vw, 44px); }
.global-nav a {
  position: relative;
  font-size: 11px;
  letter-spacing: .14em;
  color: #eef1f5;
}
.global-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: #f3a8c8;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.global-nav a:hover::after,
.global-nav a:focus-visible::after { transform: scaleX(1); }
.menu-button { display: none; }

.hero {
  position: relative;
  min-height: 104svh;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
  align-items: center;
  padding: calc(var(--header-h) + 26px) clamp(24px, 7vw, 128px) 70px;
  background:
    radial-gradient(circle at 70% 26%, rgba(232,241,250,.28), transparent 25%),
    radial-gradient(circle at 18% 30%, rgba(127,153,181,.22), transparent 31%),
    linear-gradient(128deg, #263448 0%, #5f7185 48%, #283747 100%);
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20,29,41,.78) 0%, rgba(29,42,57,.36) 43%, rgba(29,42,57,.07) 72%),
    linear-gradient(to bottom, rgba(12,18,27,.12), transparent 52%);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 24svh;
  pointer-events: none;
  background:
    linear-gradient(to bottom, transparent 0%, rgba(207,217,226,.72) 67%, var(--blue-mist) 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  opacity: .82;
}
.shop-arch {
  position: absolute;
  width: 52vw;
  height: 78vh;
  right: -7vw;
  top: 2vh;
  border: 2px solid rgba(227,237,246,.13);
  border-radius: 48% 48% 4% 4%;
  box-shadow: inset 0 0 120px rgba(220,235,248,.08), 0 0 90px rgba(204,222,238,.06);
}
.window-light {
  position: absolute;
  left: 39%;
  top: 17%;
  width: 23vw;
  height: 42vh;
  border-radius: 50% 50% 4% 4%;
  background: linear-gradient(180deg, rgba(229,241,250,.18), rgba(161,189,210,.02));
  filter: blur(8px);
}
.shelf {
  position: absolute;
  width: 34vw;
  height: 33vh;
  border: 1px solid rgba(235,242,247,.08);
  background: repeating-linear-gradient(to bottom, transparent 0 24%, rgba(235,242,247,.055) 24% 25%);
  filter: blur(1px);
}
.shelf-a { left: -7vw; top: 22vh; transform: perspective(650px) rotateY(9deg); }
.shelf-b { right: -10vw; top: 29vh; opacity: .55; }
.lantern {
  position: absolute;
  width: 52px;
  height: 76px;
  border: 1px solid rgba(230,242,250,.2);
  border-radius: 48% 48% 35% 35%;
  box-shadow: 0 0 36px rgba(213,232,247,.19), inset 0 0 24px rgba(226,240,250,.12);
}
.lantern::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -48px;
  width: 1px;
  height: 48px;
  background: rgba(235,244,250,.22);
}
.lantern i {
  position: absolute;
  inset: 18px 15px;
  border-radius: 50%;
  background: rgba(220,238,250,.36);
  filter: blur(8px);
  animation: breathe 4.6s ease-in-out infinite;
}
.lantern-a { left: 9%; top: 20%; }
.lantern-b { left: 55%; top: 11%; transform: scale(.7); opacity: .7; }
.particle {
  position: absolute;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: rgba(235,244,250,.8);
  box-shadow: 0 0 15px rgba(217,237,250,.7);
  animation: drift 8s ease-in-out infinite;
}
.p1 { left: 27%; top: 23%; }
.p2 { left: 51%; top: 55%; animation-delay: -3s; }
.p3 { left: 15%; top: 67%; animation-delay: -5s; }
.p4 { left: 66%; top: 18%; animation-delay: -1.5s; }

.hero-copy {
  z-index: 6;
  width: min(520px, 43vw);
}
.hero-logo {
  margin: 0;
}
.hero-logo img {
  width: min(430px, 36vw);
  filter: drop-shadow(0 10px 25px rgba(16,22,32,.32));
}
.hero-logo span {
  display: block;
  margin-top: 13px;
  padding-left: 8px;
  color: #f3edf0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(9px, .85vw, 13px);
  font-weight: 400;
  letter-spacing: .34em;
}
.hero-statement {
  margin: clamp(34px, 4vw, 55px) 0 0;
  color: #f7f7f8;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(18px, 1.58vw, 24px);
  line-height: 1.95;
  letter-spacing: .1em;
  text-shadow: 0 3px 22px rgba(20,28,39,.58);
}
.hero-statement span { display: block; }
.hero-links { margin-top: 28px; display: flex; }
.mini-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 7px 14px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(33,46,62,.22);
  color: #fff;
  font-size: 10px;
  letter-spacing: .08em;
  backdrop-filter: blur(8px);
  transition: transform .2s ease, background .2s ease;
}
.mini-button:hover { transform: translateY(-2px); background: rgba(255,255,255,.14); }
.mini-button svg { width: 14px; fill: currentColor; }

.hero-character {
  position: absolute;
  z-index: 3;
  right: -10vw;
  top: 11vh;
  width: auto;
  height: 132svh;
  margin: 0;
  pointer-events: none;
}
.hero-character img {
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center top;
  filter: drop-shadow(0 28px 34px rgba(15,23,34,.25));
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 83%, rgba(0,0,0,.78) 90%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 83%, rgba(0,0,0,.78) 90%, transparent 100%);
}
.character-glow {
  position: absolute;
  left: 23%;
  top: 16%;
  width: 57%;
  height: 60%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,173,208,.24), transparent 66%);
  filter: blur(28px);
}
.hero-mist {
  position: absolute;
  z-index: 5;
  left: 0; right: 0; bottom: -3vh;
  height: 24vh;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 62% 100%, rgba(235,241,245,.9), transparent 58%),
    linear-gradient(to top, var(--blue-mist), transparent);
  filter: blur(2px);
}
.scroll-cue {
  position: absolute;
  z-index: 7;
  left: 50%;
  bottom: 24px;
  translate: -50% 0;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: rgba(255,255,255,.68);
  font-size: 8px;
  letter-spacing: .24em;
}
.scroll-cue i {
  display: block;
  width: 1px;
  height: 28px;
  background: linear-gradient(to bottom, rgba(255,255,255,.7), transparent);
}

.section { padding: clamp(92px, 10vw, 150px) clamp(24px, 7vw, 128px); }
.section-inner { width: min(1160px, 100%); margin: 0 auto; }
.section-label {
  margin: 0 0 30px;
  color: #a2456f;
  font-size: 9px;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.section-label.centered { text-align: center; }

.about {
  position: relative;
  z-index: 6;
  margin-top: -1px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.66), transparent 48%),
    linear-gradient(180deg, var(--blue-mist) 0%, #e7ecef 42%, #edf1f3 100%);
  color: #26313d;
}
.about-card {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: clamp(44px, 6vw, 76px);
  text-align: center;
  background: rgba(249,251,252,.75);
  border: 1px solid rgba(40,54,67,.14);
  box-shadow: 0 25px 65px rgba(48,65,80,.12);
  backdrop-filter: blur(18px);
}
.about-logo {
  width: min(330px, 70%);
  margin: 0 auto 42px;
}
.about-card p {
  margin: 0 auto 18px;
  max-width: 620px;
  color: #44505b;
  font-size: clamp(14px, 1.25vw, 17px);
  line-height: 2.05;
}
.about-card strong {
  color: #29333d;
  font-weight: 700;
}

.talent {
  background:
    radial-gradient(circle at 76% 0%, rgba(255,221,234,.68), transparent 28%),
    linear-gradient(180deg, #f4eef2 0%, #f8f5f6 100%);
  color: #2c242a;
}
.talent-visual {
  position: relative;
  width: 100%;
  margin: 0 0 clamp(58px, 7vw, 90px);
  overflow: hidden;
  border: 1px solid rgba(65,44,57,.15);
  box-shadow: 0 30px 75px rgba(62,42,55,.16);
  background: #2d2229;
}
.talent-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 10px rgba(255,255,255,.08);
  pointer-events: none;
}
.talent-visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.talent-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
  gap: clamp(48px, 7vw, 92px);
  align-items: start;
}
.talent-en {
  margin: 0 0 2px;
  color: #8d7884;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: .25em;
}
.talent-name {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(44px, 5.1vw, 72px);
  font-weight: 500;
  letter-spacing: .04em;
}
.talent-catch {
  margin: 18px 0 34px;
  color: #b92e6b;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(18px, 2vw, 25px);
}
.talent-lead {
  margin: 0 0 22px;
  color: #372a31;
  font-size: clamp(21px, 2.25vw, 30px);
  font-weight: 700;
  line-height: 1.65;
}
.talent-description {
  margin: 0;
  color: #544750;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 2;
}
.student-card {
  margin-top: 34px;
  padding: 22px 24px;
  border-left: 4px solid #d45a8e;
  background: rgba(255,255,255,.62);
}
.student-card p {
  margin: 0;
  color: #51454c;
  font-size: clamp(14px, 1.22vw, 16px);
  line-height: 1.95;
}
.talent-links {
  display: flex;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.talent-links a {
  padding: 10px 18px;
  border: 1px solid #806d78;
  border-radius: 999px;
  font-size: 11px;
  transition: background .2s ease, color .2s ease;
}
.talent-links a:hover { background: #30262c; color: #fff; }

.profile-panel {
  padding: clamp(28px, 3.6vw, 45px);
  background: rgba(255,255,255,.64);
  border: 1px solid rgba(78,56,69,.14);
  box-shadow: 0 20px 50px rgba(71,49,62,.08);
}
.profile-heading {
  margin: 0 0 22px;
  color: #9e5878;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  letter-spacing: .28em;
}
.profile-grid {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
  border-top: 1px solid #d7cbd1;
}
.profile-grid div {
  min-width: 0;
  padding: 17px 0;
  border-bottom: 1px solid #d7cbd1;
}
.profile-grid dt {
  margin-bottom: 5px;
  color: #9b7487;
  font-size: 9px;
  letter-spacing: .16em;
}
.profile-grid dd {
  margin: 0;
  color: #40343b;
  font-size: 13px;
  overflow-wrap: anywhere;
}
.profile-grid small {
  display: inline-block;
  margin-left: 4px;
  padding: 1px 5px;
  border: 1px solid #c9a9b8;
  border-radius: 999px;
  color: #9c5c79;
  font-size: 8px;
  vertical-align: 1px;
}
.profile-note {
  margin: 18px 0 0;
  color: #8a7d84;
  font-size: 10px;
}

.contact {
  padding-top: clamp(54px, 6vw, 82px);
  padding-bottom: clamp(54px, 6vw, 82px);
  text-align: center;
  background: linear-gradient(135deg, #171924, #1c202d);
}
.contact-inner { width: min(590px, 100%); }
.contact .section-label { margin-bottom: 10px; opacity: .78; }
.contact-title {
  margin: 0 0 18px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
}
.contact p {
  margin: 0 auto 8px;
  max-width: 570px;
  color: #d2d6dc;
  font-size: 12px;
}
.contact-note { color: #969eaa !important; font-size: 10px !important; }
.contact-button {
  margin-top: 13px;
  min-height: 31px;
  padding: 5px 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: rgba(255,255,255,.48);
  background: rgba(255,255,255,.04);
  font-size: 10px;
}

.privacy {
  padding: 0 clamp(24px, 7vw, 128px) 70px;
  background: #171924;
}
.privacy details {
  width: min(900px, 100%);
  margin: 0 auto;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}
.privacy summary {
  cursor: pointer;
  padding: 18px 0;
  font-size: 11px;
  letter-spacing: .12em;
  list-style: none;
}
.privacy summary::-webkit-details-marker { display: none; }
.privacy summary::after { content: "+"; float: right; color: var(--pink-light); }
.privacy details[open] summary::after { content: "−"; }
.privacy-body { padding: 0 0 22px; color: #a8afb8; font-size: 11px; }

.site-footer {
  padding: 38px clamp(24px, 7vw, 128px);
  background: #0d1119;
  border-top: 1px solid rgba(255,255,255,.07);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
}
.footer-brand img { width: 90px; height: 42px; object-fit: contain; }
.site-footer nav { display: flex; gap: 18px; }
.site-footer nav a { color: #aeb4bd; font-size: 9px; }
.site-footer p { grid-column: 1 / -1; margin: 0; color: #6e7680; font-size: 8px; }

.reveal {
  opacity: 0;
  translate: 0 20px;
  transition: opacity .9s ease, translate .9s cubic-bezier(.2,.7,.2,1);
}
.reveal.is-visible { opacity: 1; translate: 0 0; }

@keyframes breathe {
  0%,100% { opacity: .54; scale: .9; }
  50% { opacity: .92; scale: 1.08; }
}
@keyframes drift {
  0%,100% { translate: 0 0; opacity: .32; }
  50% { translate: 10px -18px; opacity: .9; }
}

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

@media (max-width: 900px) {
  :root { --header-h: 62px; }

  .site-header { padding-inline: 18px; }
  .brand img { width: 64px; }
  .brand span { display: none; }

  .menu-button {
    display: grid;
    place-content: center;
    gap: 6px;
    width: 42px;
    height: 42px;
    border: 0;
    color: #fff;
    background: transparent;
  }
  .menu-button span:not(.sr-only) {
    display: block;
    width: 20px;
    height: 1px;
    background: currentColor;
    transition: rotate .25s, translate .25s;
  }
  .menu-button[aria-expanded="true"] span:nth-child(1) { rotate: 45deg; translate: 0 3.5px; }
  .menu-button[aria-expanded="true"] span:nth-child(2) { rotate: -45deg; translate: 0 -3.5px; }

  .global-nav {
    position: fixed;
    inset: var(--header-h) 0 auto;
    padding: 24px 22px 30px;
    display: grid;
    gap: 17px;
    background: rgba(18,26,38,.96);
    border-bottom: 1px solid var(--line-light);
    backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    translate: 0 -10px;
    transition: opacity .25s, visibility .25s, translate .25s;
  }
  .global-nav.is-open { opacity: 1; visibility: visible; translate: 0 0; }
  .global-nav a { font-size: 13px; }

  .hero {
    min-height: 100svh;
    display: block;
    padding: var(--header-h) 20px 36px;
  }
  .hero::before {
    background: linear-gradient(to top, rgba(26,38,52,.76) 0%, rgba(35,50,68,.12) 70%);
  }
  .hero-character {
    top: 8vh;
    right: -38vw;
    height: 84svh;
  }
  .hero-copy {
    position: absolute;
    z-index: 7;
    left: 20px;
    right: 20px;
    bottom: 54px;
    width: auto;
    padding-top: 155px;
    background: linear-gradient(to top, rgba(31,45,61,.94) 0%, rgba(31,45,61,.66) 55%, transparent 100%);
  }
  .hero-logo img { width: min(280px, 70vw); }
  .hero-logo span { margin-top: 8px; font-size: 8px; letter-spacing: .25em; }
  .hero-statement { margin-top: 22px; font-size: clamp(14px, 4vw, 18px); line-height: 1.8; }
  .hero-links { margin-top: 18px; }
  .scroll-cue { display: none; }
  .shop-arch { width: 118vw; right: -42vw; height: 68vh; }
  .shelf-a { width: 72vw; left: -32vw; }
  .shelf-b { display: none; }
  .lantern-a { left: 8%; top: 18%; }
  .lantern-b { left: 72%; top: 9%; }

  .section { padding: 92px 22px; }
  .about-card { padding: 42px 25px; }
  .about-logo { margin-bottom: 30px; }

  .talent-visual { margin-bottom: 52px; }
  .talent-layout { grid-template-columns: 1fr; gap: 42px; }
  .profile-grid { grid-template-columns: 1fr 1fr; }

  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { flex-wrap: wrap; }
}

@media (max-width: 520px) {
  .hero-character {
    top: 9vh;
    right: -52vw;
    height: 80svh;
  }
  .hero-copy { bottom: 34px; padding-top: 132px; }
  .hero-logo img { width: 235px; }
  .hero-statement { font-size: 14px; }
  .mini-button { min-height: 34px; padding: 6px 12px; font-size: 10px; }

  .section { padding-block: 78px; }
  .talent-visual { width: calc(100% + 44px); margin-left: -22px; border-left: 0; border-right: 0; }
  .talent-lead { font-size: 22px; }
  .talent-name { font-size: 45px; }
  .profile-grid { grid-template-columns: 1fr; }
  .profile-panel { padding: 28px 22px; }
}


/* =========================================================
   Revision 04
   - Nonnon logo
   - stronger pink accents
   - dot / geometric patterns
   - mobile hero centering
   ========================================================= */

/* Hero: blue-white fantasy base with soft pink light */
.hero {
  background:
    radial-gradient(circle at 76% 27%, rgba(255, 178, 214, .25), transparent 25%),
    radial-gradient(circle at 50% 72%, rgba(255, 213, 232, .14), transparent 34%),
    radial-gradient(circle at 18% 30%, rgba(127,153,181,.24), transparent 31%),
    linear-gradient(128deg, #263448 0%, #68798b 47%, #2b394a 100%);
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(20,29,41,.76) 0%, rgba(29,42,57,.32) 44%, rgba(29,42,57,.05) 72%),
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,.018) 0 1px,
      transparent 1px 18px
    ),
    linear-gradient(to bottom, rgba(12,18,27,.1), transparent 52%);
}

.character-glow {
  background:
    radial-gradient(circle at 54% 44%, rgba(255, 154, 202, .38), transparent 55%),
    radial-gradient(circle, rgba(255,173,208,.22), transparent 69%);
}

/* About: pink tinted logo and a calm geometric surface */
.about {
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 184, 215, .30), transparent 26%),
    radial-gradient(circle at 82% 72%, rgba(220, 172, 206, .20), transparent 29%),
    linear-gradient(180deg, var(--blue-mist) 0%, #f1e9ef 38%, #f7f1f4 100%);
}

.about::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .62;
  background-image:
    radial-gradient(circle, rgba(154, 89, 127, .18) 1px, transparent 1.4px),
    linear-gradient(45deg, transparent 48%, rgba(255,255,255,.34) 49%, rgba(255,255,255,.34) 51%, transparent 52%);
  background-size: 19px 19px, 74px 74px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.about .section-inner {
  position: relative;
  z-index: 1;
}

.about-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255,255,255,.83), rgba(255,238,247,.76));
  border-color: rgba(157, 74, 121, .18);
  box-shadow:
    0 25px 65px rgba(93, 62, 83, .13),
    inset 0 0 0 1px rgba(255,255,255,.58);
}

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

.about-card::before {
  width: 180px;
  height: 180px;
  right: -65px;
  top: -76px;
  border: 1px solid rgba(210, 89, 147, .18);
  rotate: 45deg;
}

.about-card::after {
  width: 120px;
  height: 120px;
  left: -56px;
  bottom: -57px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(232, 107, 165, .11) 0 2px, transparent 2.5px);
  background-size: 13px 13px;
}

.about-logo {
  width: min(390px, 78%);
  filter: drop-shadow(0 11px 22px rgba(201, 67, 128, .16));
}

/* Talent: stronger pink identity */
.talent {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 168, 207, .40), transparent 27%),
    radial-gradient(circle at 84% 48%, rgba(245, 185, 219, .42), transparent 30%),
    linear-gradient(180deg, #f9e8f0 0%, #fff7fa 42%, #f7edf3 100%);
}

.talent::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .58;
  background-image:
    radial-gradient(circle, rgba(188, 73, 131, .17) 1.1px, transparent 1.6px),
    linear-gradient(30deg, transparent 48%, rgba(255,255,255,.52) 49%, rgba(255,255,255,.52) 51%, transparent 52%),
    linear-gradient(150deg, transparent 48%, rgba(218,123,167,.09) 49%, rgba(218,123,167,.09) 51%, transparent 52%);
  background-size: 23px 23px, 96px 96px, 96px 96px;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 91%, transparent 100%);
}

.talent .section-inner {
  position: relative;
  z-index: 1;
}

.talent-visual {
  border-color: rgba(172, 72, 121, .22);
  box-shadow:
    0 32px 78px rgba(144, 59, 101, .22),
    0 0 0 8px rgba(255,255,255,.40);
}

.talent-logo-title {
  margin: 0 0 8px;
  max-width: 660px;
}

.talent-logo-title img {
  width: min(620px, 100%);
  filter: drop-shadow(0 14px 21px rgba(189, 61, 132, .20));
}

.talent-catch {
  margin-top: 12px;
  color: #b51e64;
}

.student-card {
  border-left-color: #eb569d;
  background:
    linear-gradient(135deg, rgba(255,255,255,.74), rgba(255,225,239,.68));
  box-shadow: 0 13px 31px rgba(156, 75, 114, .08);
}

.profile-panel {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255,255,255,.80), rgba(255,229,241,.69));
  border-color: rgba(170, 75, 123, .18);
  box-shadow: 0 22px 54px rgba(133, 58, 95, .13);
}

.profile-panel::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -70px;
  bottom: -72px;
  rotate: 45deg;
  border: 1px solid rgba(215, 79, 145, .16);
  box-shadow:
    -25px -25px 0 -24px rgba(215,79,145,.2),
    -50px -50px 0 -49px rgba(215,79,145,.16);
}

.profile-grid,
.profile-grid div {
  border-color: rgba(156, 87, 120, .22);
}

/* Mobile: no local rectangle behind the first logo */
@media (max-width: 900px) {
  .hero-copy {
    left: 0;
    right: 0;
    bottom: 45px;
    width: 100%;
    padding: 170px 24px 0;
    text-align: center;
    background: none;
  }

  .hero-logo img {
    margin-inline: auto;
  }

  .hero-logo span {
    padding-left: 0;
    text-align: center;
  }

  .hero-statement {
    text-align: center;
  }

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

  .hero::before {
    background:
      linear-gradient(to top, rgba(24,36,50,.88) 0%, rgba(32,47,64,.35) 42%, transparent 75%),
      radial-gradient(circle at 65% 30%, rgba(255,162,206,.20), transparent 27%),
      repeating-linear-gradient(135deg, rgba(255,255,255,.018) 0 1px, transparent 1px 18px);
  }

  .talent-logo-title {
    max-width: 520px;
  }
}

@media (max-width: 520px) {
  .hero-copy {
    bottom: 28px;
    padding: 148px 18px 0;
  }

  .hero-logo img {
    width: min(270px, 78vw);
  }

  .hero-statement {
    max-width: 320px;
    margin-inline: auto;
  }

  .talent-logo-title img {
    width: min(100%, 520px);
  }

  .talent-catch {
    margin-top: 9px;
  }
}


/* =========================================================
   Revision 05
   - fixed editorial line breaks
   - dots slightly stronger
   - diagonal patterns removed
   - subtle floating sparkles in Hero
   ========================================================= */

.fixed-lines span {
  display: block;
}

/* About: dots only, slightly darker */
.about::before {
  opacity: .72;
  background-image:
    radial-gradient(circle, rgba(154, 73, 124, .25) 1.15px, transparent 1.65px);
  background-size: 19px 19px;
}

/* Talent: dots only, slightly darker */
.talent::before {
  opacity: .68;
  background-image:
    radial-gradient(circle, rgba(184, 58, 123, .24) 1.2px, transparent 1.75px);
  background-size: 23px 23px;
}

/* Hero: remove diagonal line layer and keep atmospheric gradients */
.hero::before {
  background:
    linear-gradient(90deg, rgba(20,29,41,.76) 0%, rgba(29,42,57,.32) 44%, rgba(29,42,57,.05) 72%),
    linear-gradient(to bottom, rgba(12,18,27,.1), transparent 52%);
}

/* Subtle floating sparkles */
.hero-sparkles {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}

.sparkle {
  position: absolute;
  width: var(--sparkle-size, 7px);
  height: var(--sparkle-size, 7px);
  opacity: 0;
  filter: drop-shadow(0 0 7px rgba(255, 227, 243, .72));
  animation: sparkle-drift var(--sparkle-speed, 10s) ease-in-out infinite;
  animation-delay: var(--sparkle-delay, 0s);
}

.sparkle::before,
.sparkle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  background: linear-gradient(to bottom, rgba(255,255,255,.96), rgba(255,203,230,.52));
  translate: -50% -50%;
}

.sparkle::before {
  width: 1px;
  height: 100%;
}

.sparkle::after {
  width: 100%;
  height: 1px;
}

.sparkle.s1 { left: 8%; top: 18%; --sparkle-size: 8px; --sparkle-speed: 11s; --sparkle-delay: -2s; }
.sparkle.s2 { left: 20%; top: 52%; --sparkle-size: 5px; --sparkle-speed: 13s; --sparkle-delay: -7s; }
.sparkle.s3 { left: 35%; top: 25%; --sparkle-size: 9px; --sparkle-speed: 12s; --sparkle-delay: -5s; }
.sparkle.s4 { left: 48%; top: 69%; --sparkle-size: 6px; --sparkle-speed: 14s; --sparkle-delay: -9s; }
.sparkle.s5 { left: 61%; top: 19%; --sparkle-size: 7px; --sparkle-speed: 10s; --sparkle-delay: -4s; }
.sparkle.s6 { left: 72%; top: 56%; --sparkle-size: 5px; --sparkle-speed: 12.5s; --sparkle-delay: -8s; }
.sparkle.s7 { left: 84%; top: 30%; --sparkle-size: 10px; --sparkle-speed: 15s; --sparkle-delay: -1s; }
.sparkle.s8 { left: 91%; top: 73%; --sparkle-size: 6px; --sparkle-speed: 11.5s; --sparkle-delay: -6s; }
.sparkle.s9 { left: 56%; top: 42%; --sparkle-size: 4px; --sparkle-speed: 9.5s; --sparkle-delay: -3s; }

@keyframes sparkle-drift {
  0%, 100% {
    translate: 0 10px;
    scale: .55;
    opacity: 0;
  }
  18% {
    opacity: .24;
  }
  48% {
    translate: 8px -10px;
    scale: 1;
    opacity: .68;
  }
  76% {
    opacity: .20;
  }
}

/* Mobile: allow natural wrapping when the specified line does not fit */
@media (max-width: 680px) {
  .fixed-lines span {
    display: inline;
  }

  .fixed-lines span:not(:last-child)::after {
    content: " ";
  }

  .hero-sparkles {
    opacity: .74;
  }

  .sparkle.s1,
  .sparkle.s2,
  .sparkle.s8 {
    display: none;
  }

  .hero::before {
    background:
      linear-gradient(to top, rgba(24,36,50,.88) 0%, rgba(32,47,64,.35) 42%, transparent 75%),
      radial-gradient(circle at 65% 30%, rgba(255,162,206,.20), transparent 27%);
  }
}


/* =========================================================
   Revision 06
   - News between About and Talent
   - brighter, slightly more numerous Hero sparkles
   ========================================================= */

/* News */
.news {
  position: relative;
  overflow: hidden;
  color: #342a31;
  background:
    radial-gradient(circle at 10% 32%, rgba(255, 168, 208, .31), transparent 25%),
    radial-gradient(circle at 88% 70%, rgba(184, 210, 232, .25), transparent 29%),
    linear-gradient(180deg, #f7f1f4 0%, #f4edf2 100%);
}

.news::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .58;
  background-image:
    radial-gradient(circle, rgba(183, 68, 127, .22) 1.1px, transparent 1.7px);
  background-size: 25px 25px;
  mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 86%, transparent);
}

.news-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(210px, .42fr) minmax(0, 1fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: start;
}

.news-heading .section-label {
  margin-bottom: 15px;
}

.news-heading h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  letter-spacing: .06em;
}

.news-heading > p:last-child {
  margin: 18px 0 0;
  color: #7d6e77;
  font-size: 12px;
  line-height: 1.9;
}

.news-list {
  border-top: 1px solid rgba(139, 71, 105, .23);
}

.news-item {
  display: grid;
  grid-template-columns: 130px 88px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 92px;
  padding: 22px 6px;
  border-bottom: 1px solid rgba(139, 71, 105, .23);
  transition: background .22s ease, padding-inline .22s ease;
}

.news-item:hover {
  padding-inline: 18px;
  background: rgba(255,255,255,.43);
}

.news-item time {
  color: #5b4d55;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: .06em;
}

.news-item time span {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  border: 1px solid rgba(190, 72, 131, .34);
  border-radius: 50%;
  color: #aa376f;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: 8px;
}

.news-category {
  margin: 0;
  color: #bd3b79;
  font-size: 8px;
  letter-spacing: .18em;
}

.news-item h3 {
  margin: 0;
  color: #42333b;
  font-size: clamp(14px, 1.3vw, 17px);
  font-weight: 500;
  line-height: 1.7;
}

/* Sparkles: easier to notice, still gentle */
.sparkle {
  opacity: 0;
  filter:
    drop-shadow(0 0 7px rgba(255, 247, 252, .98))
    drop-shadow(0 0 15px rgba(255, 155, 207, .72));
}

.sparkle::before,
.sparkle::after {
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,1),
    rgba(255,190,224,.78)
  );
}

.sparkle.s10 { left: 13%; top: 76%; --sparkle-size: 6px; --sparkle-speed: 12s; --sparkle-delay: -4.5s; }
.sparkle.s11 { left: 29%; top: 38%; --sparkle-size: 5px; --sparkle-speed: 10.5s; --sparkle-delay: -8.5s; }
.sparkle.s12 { left: 43%; top: 13%; --sparkle-size: 7px; --sparkle-speed: 13.5s; --sparkle-delay: -6.5s; }
.sparkle.s13 { left: 67%; top: 76%; --sparkle-size: 8px; --sparkle-speed: 11.5s; --sparkle-delay: -2.8s; }
.sparkle.s14 { left: 78%; top: 42%; --sparkle-size: 5px; --sparkle-speed: 9.8s; --sparkle-delay: -7.2s; }
.sparkle.s15 { left: 94%; top: 18%; --sparkle-size: 7px; --sparkle-speed: 14.5s; --sparkle-delay: -10s; }

@keyframes sparkle-drift {
  0%, 100% {
    translate: 0 12px;
    scale: .56;
    opacity: 0;
  }
  14% {
    opacity: .42;
  }
  46% {
    translate: 10px -13px;
    scale: 1.08;
    opacity: .92;
  }
  74% {
    opacity: .38;
  }
}

@media (max-width: 900px) {
  .news-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .news-heading {
    max-width: 520px;
  }

  .news-item {
    grid-template-columns: 118px 75px minmax(0, 1fr);
    gap: 15px;
  }

  .hero-sparkles {
    opacity: .92;
  }
}

@media (max-width: 620px) {
  .news-item {
    grid-template-columns: 1fr auto;
    gap: 5px 12px;
    padding-block: 20px;
  }

  .news-item time {
    grid-column: 1;
  }

  .news-category {
    grid-column: 2;
    grid-row: 1;
    text-align: right;
  }

  .news-item h3 {
    grid-column: 1 / -1;
    margin-top: 7px;
  }

  .sparkle.s1,
  .sparkle.s8 {
    display: none;
  }

  .sparkle.s10,
  .sparkle.s12,
  .sparkle.s13 {
    display: block;
  }
}


/* =========================================================
   Revision 07
   - NEWS / TALENT centered
   - simplified NEWS
   - subtle Hero character parallax
   ========================================================= */

/* NEWS centered like ABOUT */
.news-inner {
  display: block;
  text-align: center;
}

.news-heading {
  margin-bottom: 34px;
}

.news-heading .section-label {
  margin-bottom: 0;
}

.news-list {
  width: min(820px, 100%);
  margin: 0 auto;
  text-align: left;
}

.news-item {
  grid-template-columns: 150px 95px minmax(0, 1fr);
}

/* TALENT centered like ABOUT */
.talent .section-label {
  text-align: center;
}

.talent-layout {
  grid-template-columns: 1fr;
  width: min(900px, 100%);
  margin: 0 auto;
  gap: 44px;
  text-align: center;
}

.talent-copy {
  width: min(820px, 100%);
  margin: 0 auto;
}

.talent-logo-title {
  margin-inline: auto;
}

.talent-logo-title img {
  margin-inline: auto;
}

.talent-lead,
.talent-description,
.student-card p {
  text-align: center;
}

.student-card {
  max-width: 780px;
  margin-inline: auto;
  border-left: 0;
  border-top: 3px solid #eb569d;
}

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

.profile-panel {
  width: min(760px, 100%);
  margin: 0 auto;
  text-align: left;
}

.profile-heading {
  text-align: center;
}

/* Hero character parallax variables */
.hero-character {
  --parallax-x: 0px;
  --parallax-y: 0px;
  transform: translate3d(var(--parallax-x), var(--parallax-y), 0);
  will-change: transform;
  transition: transform .08s linear;
}

@media (max-width: 900px) {
  .news-heading {
    margin-bottom: 26px;
  }

  .news-item {
    grid-template-columns: 125px 78px minmax(0, 1fr);
  }

  .talent-layout {
    gap: 38px;
  }
}

@media (max-width: 620px) {
  .news-list {
    width: 100%;
  }

  .news-item {
    text-align: left;
  }

  .profile-panel {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-character {
    transform: none !important;
    transition: none !important;
  }
}


/* =========================================================
   Revision 08
   - restore two-column Talent/profile layout
   - keep TALENT section label centered
   ========================================================= */

.talent-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
  width: 100%;
  margin: 0;
  gap: clamp(48px, 7vw, 92px);
  align-items: start;
  text-align: left;
}

.talent-copy {
  width: auto;
  margin: 0;
}

.talent-logo-title {
  margin: 0 0 8px;
  max-width: 660px;
}

.talent-logo-title img {
  margin-inline: 0;
}

.talent-lead,
.talent-description,
.student-card p {
  text-align: left;
}

.student-card {
  max-width: none;
  margin-top: 34px;
  margin-inline: 0;
  border-top: 0;
  border-left: 4px solid #eb569d;
}

.talent-links {
  justify-content: flex-start;
}

.profile-panel {
  width: auto;
  margin: 0;
  text-align: left;
}

.profile-heading {
  text-align: left;
}

@media (max-width: 900px) {
  .talent-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (max-width: 620px) {
  .talent-copy,
  .profile-panel {
    text-align: left;
  }
}



/* =========================================================
   Revision 09
   - official contact address
   - updated privacy policy
   - teaser PV news entry
   - activity summary in Talent
   - simple fan activity / safety guidelines
   - improved small-text readability
   ========================================================= */

/* Improve small labels without changing the established hierarchy */
.section-label {
  font-size: 12px;
  line-height: 1.4;
}

.profile-heading {
  font-size: 12px;
}

.profile-grid dt {
  font-size: 10px;
}

.profile-grid small {
  font-size: 9px;
}

.news-category {
  font-size: 10px;
}

.privacy summary,
.guidelines summary {
  font-size: 12px;
}

.privacy-body,
.guidelines-body {
  font-size: 13px;
  line-height: 1.9;
}

.site-footer nav a {
  font-size: 10px;
}

.site-footer p {
  font-size: 9px;
}

/* News: reserve a compact right-side area for future links */
.news-item {
  grid-template-columns: 150px 95px minmax(0, 1fr) auto;
}

.news-more {
  color: #a2456f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 9px;
  letter-spacing: .12em;
  white-space: nowrap;
  opacity: .72;
}

/* Talent activities: singing is the core, production skills support it */
.activities-block {
  margin-top: 30px;
  padding: 24px 26px;
  border: 1px solid rgba(170, 75, 123, .18);
  background: rgba(255,255,255,.50);
}

.activities-heading {
  margin: 0 0 15px;
  color: #9e5878;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: .24em;
}

.activities-list {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.activity-main {
  color: #b51e64;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(23px, 2.4vw, 32px);
  letter-spacing: .08em;
}

.activity-sub {
  color: #66545e;
  font-size: 11px;
  letter-spacing: .12em;
}

/* Contact */
.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  min-height: 42px;
  padding: 9px 22px;
  border-color: rgba(255,255,255,.38);
  color: #fff;
  background: rgba(217, 74, 135, .18);
  font-size: 11px;
  letter-spacing: .08em;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.contact-button:hover,
.contact-button:focus-visible {
  transform: translateY(-2px);
  background: rgba(217, 74, 135, .30);
  border-color: rgba(255,255,255,.62);
}

.contact-address {
  margin-top: 10px !important;
  color: #f1c6d9 !important;
  font-size: 11px !important;
  overflow-wrap: anywhere;
}

/* Fan activity guidelines: compact accordion between Talent and Contact */
.guidelines {
  padding: clamp(54px, 6vw, 82px) clamp(24px, 7vw, 128px);
  color: #3f333a;
  background:
    radial-gradient(circle at 14% 20%, rgba(255, 180, 214, .22), transparent 27%),
    linear-gradient(180deg, #f7edf3 0%, #f3eef1 100%);
}

.guidelines details {
  width: min(900px, 100%);
  margin: 0 auto;
  border-top: 1px solid rgba(139, 71, 105, .25);
  border-bottom: 1px solid rgba(139, 71, 105, .25);
}

.guidelines summary {
  cursor: pointer;
  padding: 20px 0;
  color: #6f4a5c;
  letter-spacing: .12em;
  list-style: none;
}

.guidelines summary::-webkit-details-marker { display: none; }
.guidelines summary::after { content: "+"; float: right; color: #b92e6b; }
.guidelines details[open] summary::after { content: "−"; }

.guidelines-body {
  padding: 0 0 28px;
  color: #5c4d55;
}

.guidelines-body h3,
.privacy-body h3 {
  margin: 24px 0 8px;
  color: inherit;
  font-size: 14px;
  font-weight: 700;
}

.guidelines-body h3:first-child,
.privacy-body h3:first-child {
  margin-top: 0;
}

.guidelines-body p,
.privacy-body p {
  margin: 0 0 13px;
}

.privacy-body a {
  color: #f3bfd5;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 900px) {
  .news-item {
    grid-template-columns: 125px 78px minmax(0, 1fr) auto;
  }
}

@media (max-width: 620px) {
  .news-item {
    grid-template-columns: 1fr auto;
  }

  .news-more {
    grid-column: 2;
    grid-row: 2;
    align-self: end;
  }

  .activities-block {
    padding: 22px 20px;
  }

  .activities-list {
    display: grid;
    gap: 10px;
  }

  .activity-sub {
    line-height: 1.8;
  }
}

/* ===== Inline stylesheet 2 (source order preserved) ===== */
/* Revision 10: logo/background swap, talent restructure, video embeds, contact split */
.hero-bg {
  background: linear-gradient(180deg, rgba(11,12,20,.30) 0%, rgba(11,12,20,.56) 100%), url("../assets/images/hero-background.jpg") center 42% / cover no-repeat !important;
}
.hero-bg > * { display: none !important; }
.hero-logo img {
  width: min(760px, 88vw);
  height: auto;
}
.about-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.about-card strong, .about-card b { font-weight: 400 !important; }

.news-item.has-embed { row-gap: 16px; }
.news-video-embed {
  grid-column: 1 / -1;
  margin-top: 4px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  padding: 14px;
}
.video-frame { position: relative; width: 100%; padding-top: 56.25%; border-radius: 16px; overflow: hidden; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.news-video-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: #f5f6fb;
  font-size: 11px;
  letter-spacing: .08em;
  text-decoration: none;
}
.news-video-link:hover { background: rgba(255,255,255,.12); }

.talent-top-logo {
  width: min(540px, 100%);
  margin: 0 auto 28px;
  text-align: center;
}
.talent-top-logo h2 { margin: 0; }
.talent-top-logo img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.talent-layout {
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr) !important;
  align-items: start;
  gap: 32px;
  text-align: left;
}
.talent-copy { width: 100%; margin: 0; text-align: left; }
.talent-copy .talent-lead, .talent-copy .talent-description { text-align: left; }
.profile-panel { max-width: none; }
.video-links-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 26px 0 18px;
}
.video-link-card {
  display: block;
  color: inherit;
  text-decoration: none;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.video-link-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
}
.video-thumb { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: rgba(255,255,255,.05); }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.video-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(11,12,20,.76);
  border: 1px solid rgba(255,255,255,.14);
  color: #f6f7fb;
  font-size: 10px;
  letter-spacing: .08em;
}
.video-link-body { padding: 13px 14px 14px; }
.video-link-body h3 { margin: 0 0 6px; font-size: 13px; letter-spacing: .04em; color: #f5f6fb; }
.video-link-body p { margin: 0; color: #aab2be; font-size: 11px; line-height: 1.6; }

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 24px;
}
.contact-card {
  padding: 24px clamp(18px, 3vw, 28px);
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  text-align: left;
}
.contact-card h3 { margin: 0 0 10px; font-size: 18px; color: #f6f7fb; }
.contact-card p { margin: 0; }
.contact-card .contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 16px;
  padding: 10px 18px;
  color: #f5f6fb;
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.14);
  font-size: 11px;
  letter-spacing: .08em;
  text-decoration: none;
}
.contact-card .contact-address { margin-top: 12px; font-size: 11px; color: #98a2af !important; }

@media (max-width: 960px) {
  .video-links-grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .talent-layout { grid-template-columns: 1fr !important; gap: 24px; }
  .contact-grid { grid-template-columns: 1fr; }
}

/* ===== Inline stylesheet 3 (source order preserved) ===== */
/* =========================================================
   Revision 11
   - larger Hero sparkles and centered Hero copy
   - newest NEWS first
   - local YouTube fallback / deployed embed
   - Talent layout refinements
   - Fan Guidelines inside Talent
   - wider two-column Contact
   ========================================================= */

/* Hero */
.sparkle {
  width: calc(var(--sparkle-size, 7px) * 2) !important;
  height: calc(var(--sparkle-size, 7px) * 2) !important;
  filter:
    drop-shadow(0 0 10px rgba(255, 247, 252, 1))
    drop-shadow(0 0 23px rgba(255, 155, 207, .88)) !important;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: min(620px, 45vw);
}
.hero-logo,
.hero-logo img,
.hero-statement {
  margin-inline: auto;
  text-align: center;
}
.hero-statement { width: 100%; }
.hero-links { justify-content: center; }

/* YouTube embed: file:// does not provide the HTTP referrer required by YouTube */
.video-local-preview {
  position: relative;
  display: none;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 16px;
  background: #111722;
}
.video-local-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-local-label {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  min-width: max-content;
  padding: 9px 17px;
  border-radius: 999px;
  color: #fff;
  background: rgba(10, 13, 21, .82);
  border: 1px solid rgba(255,255,255,.25);
  font-size: 11px;
  letter-spacing: .06em;
}
.local-file .news-video-embed .embed-player { display: none; }
.local-file .news-video-embed .video-local-preview { display: block; }

/* Talent */
.talent-catch-centered {
  margin: 24px auto 44px !important;
  text-align: center;
  font-size: clamp(20px, 2.2vw, 29px);
}
.talent-lead span { display: block; }
.talent-copy .student-card,
.talent-copy .student-card p {
  text-align: center !important;
}
.profile-links {
  justify-content: flex-start;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(156, 87, 120, .22);
}
.talent-guidelines {
  width: min(900px, 100%);
  margin: clamp(54px, 7vw, 82px) auto 0;
  color: #3f333a;
}
.talent-guidelines details {
  border-top: 1px solid rgba(139, 71, 105, .25);
  border-bottom: 1px solid rgba(139, 71, 105, .25);
}
.talent-guidelines summary {
  cursor: pointer;
  padding: 20px 0;
  color: #6f4a5c;
  font-size: 12px;
  letter-spacing: .12em;
  list-style: none;
}
.talent-guidelines summary::-webkit-details-marker { display: none; }
.talent-guidelines summary::after { content: "+"; float: right; color: #b92e6b; }
.talent-guidelines details[open] summary::after { content: "−"; }
.talent-guidelines .guidelines-body {
  padding: 0 0 28px;
  color: #5c4d55;
  font-size: 13px;
  line-height: 1.9;
  text-align: center;
}

/* Contact */
.contact-inner { width: min(1160px, 100%) !important; }
.contact-grid {
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px);
}
.contact-card { width: 100%; min-height: 230px; }

@media (max-width: 900px) {
  .hero-copy { width: 100%; }
  .talent-catch-centered { margin-bottom: 34px !important; }
  .profile-links { justify-content: center; }
}
@media (max-width: 760px) {
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { min-height: 0; }
  .video-local-label { font-size: 10px; bottom: 12px; }
}

/* ===== Inline stylesheet 4 (source order preserved) ===== */
/* Revision 12 */
#about {
  padding-bottom: clamp(46px, 5vw, 68px) !important;
}
#news {
  padding-top: clamp(46px, 5vw, 68px) !important;
}
#about .about-card {
  min-height: 310px;
  padding-top: clamp(48px, 6vw, 72px) !important;
  padding-bottom: clamp(48px, 6vw, 72px) !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 14px !important;
}
#about .about-card p {
  width: 100%;
  margin: 0 auto !important;
}

#talent .talent-visual {
  margin-bottom: clamp(26px, 3.5vw, 44px) !important;
}
#talent .talent-catch-centered {
  margin-top: 0 !important;
  margin-bottom: clamp(28px, 4vw, 48px) !important;
}
#talent .video-link-body {
  padding: 7px 12px 10px !important;
}
#talent .video-link-body h3 {
  margin: 0 0 2px !important;
  line-height: 1.45;
}
#talent .video-link-body p {
  margin: 0 !important;
  line-height: 1.35;
}
#talent .profile-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#contact .contact-inner {
  width: min(590px, 100%) !important;
  text-align: center !important;
}
#contact .contact-inner > p:not(.section-label):not(.contact-address) {
  margin: 0 auto 8px !important;
}
#contact .contact-button {
  margin-top: 18px !important;
}

@media (min-width: 901px) {
  #talent .student-card p,
  #talent .student-card .fixed-lines {
    text-align: left !important;
  }
}
@media (max-width: 900px) {
  #about .about-card {
    min-height: 0;
  }
}

/* ===== Inline stylesheet 5 (source order preserved) ===== */
/* Revision 13 */
#talent .video-link-body {
  padding: 0 !important;
}
#talent .video-link-body h3 {
  margin: 0 !important;
  padding: 9px 12px 11px;
  color: #40343b;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 500;
  background: rgba(255,255,255,.64);
}
#talent .profile-message {
  margin: 22px 0 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(156,87,120,.22);
  color: #5b4c54;
  font-size: 12px;
  line-height: 1.85;
  text-align: left;
}
#talent .profile-links {
  margin-top: 0 !important;
}

/* ===== Inline stylesheet 6 (source order preserved) ===== */
/* Revision 18: slightly brighter hero background */
.hero-bg {
  filter: brightness(1.12) saturate(1.03);
}
.hero::before {
  background:
    linear-gradient(90deg, rgba(20,29,41,.63) 0%, rgba(29,42,57,.25) 44%, rgba(29,42,57,.03) 72%),
    linear-gradient(to bottom, rgba(12,18,27,.07), transparent 52%) !important;
}
@media (max-width: 900px) {
  .hero::before {
    background:
      linear-gradient(to top, rgba(24,36,50,.76) 0%, rgba(32,47,64,.25) 42%, transparent 75%),
      radial-gradient(circle at 65% 30%, rgba(255,162,206,.16), transparent 27%) !important;
  }
}

/* ===== Inline stylesheet 7 (source order preserved) ===== */
/* Revision 19: natural warm transition from TOP to ABOUT */
.hero::after {
  background:
    linear-gradient(
      to bottom,
      transparent 0%,
      rgba(250, 229, 226, .18) 34%,
      rgba(247, 218, 220, .72) 72%,
      #f2d9df 100%
    ) !important;
}

.hero-mist {
  background:
    radial-gradient(
      ellipse at 62% 100%,
      rgba(255, 246, 239, .90) 0%,
      rgba(250, 226, 224, .62) 42%,
      transparent 68%
    ),
    linear-gradient(
      to top,
      #f2d9df 0%,
      rgba(246, 220, 221, .68) 42%,
      transparent 100%
    ) !important;
}

.about {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 184, 215, .24), transparent 27%),
    radial-gradient(circle at 82% 72%, rgba(232, 183, 204, .16), transparent 30%),
    linear-gradient(
      180deg,
      #f2d9df 0%,
      #f5e6ea 18%,
      #f7eef1 48%,
      #f7f1f4 100%
    ) !important;
}

/* ===== Inline stylesheet 8 (source order preserved) ===== */
/* Revision 20: NEWS live link and updated teaser embed */
.news-live-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 13px;
  border: 1px solid rgba(162, 69, 111, .30);
  border-radius: 999px;
  background: rgba(255,255,255,.32);
  opacity: 1;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.news-live-link:hover,
.news-live-link:focus-visible {
  transform: translateY(-2px);
  background: rgba(255,255,255,.62);
  border-color: rgba(162, 69, 111, .52);
}
@media (max-width: 620px) {
  .news-live-link {
    grid-column: 1 / -1;
    grid-row: auto;
    justify-self: start;
    margin-top: 9px;
  }
}

/* ===== Inline stylesheet 9 (source order preserved) ===== */
/* Revision 21: official TOP links and live thumbnail card */
.hero-links {
  gap: 10px;
  flex-wrap: wrap;
}
.hero-links .mini-button {
  min-width: 104px;
  justify-content: center;
}

#news .news-item.has-card {
  row-gap: 15px;
}
#news .news-live-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(220px, 42%) minmax(0, 1fr);
  width: min(700px, 100%);
  margin-top: 2px;
  border-color: rgba(162, 69, 111, .20);
  background: rgba(255,255,255,.54);
  box-shadow: 0 14px 30px rgba(112, 56, 82, .08);
}
#news .news-live-card .video-thumb {
  aspect-ratio: 16 / 9;
}
#news .news-live-card .video-link-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 20px !important;
  background: transparent;
}
#news .news-live-card .video-link-body h3 {
  margin: 0 0 7px !important;
  padding: 0 !important;
  color: #40343b;
  background: transparent;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 600;
}
#news .news-live-card .video-link-body p {
  margin: 0 !important;
  color: #8a6879;
  font-size: 11px;
  line-height: 1.6;
}
#news .news-live-card:hover,
#news .news-live-card:focus-visible {
  border-color: rgba(162, 69, 111, .42);
  background: rgba(255,255,255,.80);
}
@media (max-width: 700px) {
  #news .news-live-card {
    grid-template-columns: 1fr;
  }
  #news .news-live-card .video-link-body {
    padding: 12px 14px 14px !important;
  }
}
