:root {
  --black: #111318;
  --white: #fff;
  --gray: #f3f5f6;
  --line: #dde2e4;
  --green: #119f30;
  --green-dark: #0b7a25;
  --pink: #f43f85;
  --muted: #67716c;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--black);
  background: var(--white);
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  font-weight: 500;
  word-break: break-all;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.layout { display: grid; grid-template-columns: minmax(0,1fr) 286px; }
.page {
  --hero-height: clamp(780px,82vh,900px);
  position: relative; min-width: 0; overflow: hidden; background: #fff;
}

/* Ambient background: soft bokeh light + diagonal accents */
.ambient-bg {
  position: absolute; z-index: 0; top: var(--hero-height); right: 0; bottom: 0; left: 0;
  overflow: hidden; pointer-events: none;
}
.ambient-orb,.ambient-slash { position: absolute; display: block; will-change: transform; }
.ambient-orb { border-radius: 50%; filter: blur(10px); opacity: .14; }
.orb-a {
  top: 2%; left: -170px; width: 520px; height: 520px;
  background: radial-gradient(circle at 38% 38%, #52d7a4 0, #18a87a 36%, transparent 72%);
  animation: bokehFloatA 18s ease-in-out infinite alternate;
}
.orb-b {
  top: 29%; right: -130px; width: 430px; height: 430px;
  background: radial-gradient(circle at 45% 40%, #57c9f1 0, #168fbf 35%, transparent 72%);
  animation: bokehFloatB 16s ease-in-out infinite alternate;
}
.orb-c {
  top: 58%; left: 12%; width: 470px; height: 470px;
  background: radial-gradient(circle at 42% 44%, #ff83b3 0, #f43f85 34%, transparent 72%);
  animation: bokehFloatC 21s ease-in-out infinite alternate;
}
.orb-d {
  top: 80%; right: 8%; width: 360px; height: 360px;
  background: radial-gradient(circle at 45% 42%, #98e7cb 0, #23b181 32%, transparent 72%);
  animation: bokehFloatB 19s ease-in-out -6s infinite alternate-reverse;
}
.ambient-slash {
  width: 430px; height: 96px; opacity: .095;
  background: repeating-linear-gradient(90deg,var(--pink) 0 15px,transparent 15px 31px);
  transform: rotate(-15deg); animation: slashDrift 13s ease-in-out infinite alternate;
}
.slash-a { top: 18%; right: -205px; }
.slash-b {
  top: 48%; left: -220px; opacity: .08;
  background: repeating-linear-gradient(90deg,var(--green) 0 15px,transparent 15px 31px);
  animation-delay: -8s;
}
.slash-c { top: 73%; right: -210px; animation-delay: -14s; }
@keyframes bokehFloatA {
  from { transform: translate3d(-35px,-20px,0) scale(.88); opacity: .1; }
  to { transform: translate3d(310px,190px,0) scale(1.24); opacity: .2; }
}
@keyframes bokehFloatB {
  from { transform: translate3d(35px,-35px,0) scale(1.06); opacity: .18; }
  to { transform: translate3d(-280px,175px,0) scale(.82); opacity: .1; }
}
@keyframes bokehFloatC {
  from { transform: translate3d(-100px,55px,0) scale(.86); opacity: .1; }
  to { transform: translate3d(330px,-155px,0) scale(1.22); opacity: .19; }
}
@keyframes slashDrift {
  from { transform: translate3d(70px,-38px,0) rotate(-15deg); }
  to { transform: translate3d(-135px,92px,0) rotate(-15deg); }
}

/* Hero */
.hero { position: relative; z-index: 1; min-height: var(--hero-height); overflow: hidden; background: var(--black); }
.hero-vegas {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  background: center / cover no-repeat url("../images/gp2025pc-sweet.jpg");
}
.hero-logo-overlay {
  position: absolute; z-index: 4; top: 50%; left: 50%;
  display: block; width: min(700px,68%); height: auto;
  transform: translate(-50%,-50%);
  pointer-events: none;
}
.hero-logo-image {
  display: block; width: 100%; height: auto;
  animation-duration: 4000ms;
  animation-fill-mode: forwards;
  transition-duration: 2000ms;
  transform-origin: center;
  will-change: opacity,filter,transform;
}

/* Content */
.lead-news {
  position: relative; z-index: 1; width: min(1160px, calc(100% - 80px));
  margin: auto; padding: 76px 0 0; text-align: center;
}
.produce-kicker {
  margin: 0 0 18px; color: var(--green); font-size: 11px; font-weight: 900;
  letter-spacing: .22em;
}
.produce-title {
  display: grid; grid-template-columns: repeat(5,max-content);
  justify-content: center; align-items: center; gap: clamp(6px,1vw,18px);
  margin: 0; color: var(--black);
  font-size: clamp(26px,2.5vw,42px); font-weight: 900; line-height: 1.15;
  letter-spacing: -.06em;
}
.producer-name { white-space: nowrap; }
.produce-title .cross {
  display: inline-grid; width: .92em; height: .92em; place-items: center;
  color: var(--pink); font-family: Arial,sans-serif; font-size: .72em; font-weight: 500;
  letter-spacing: 0; transform: translateY(.03em);
}
.produce-sub {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 18px;
  width: min(520px,80%); margin: 25px auto 0; align-items: center;
  color: var(--green-dark); font-size: 14px; font-weight: 900; letter-spacing: .17em;
}
.produce-sub::before,.produce-sub::after { height: 1px; background: var(--green); content: ""; }
.contest-lead {
  margin: 27px 0 0; color: var(--black);
  font-size: clamp(21px,2vw,28px); font-weight: 900; line-height: 1.55; letter-spacing: .045em;
}
.update-box {
  margin-top: 38px; overflow: hidden; border: 1px solid var(--line); border-left: 6px solid var(--pink);
  background: rgba(255,255,255,.9); box-shadow: 0 14px 34px rgba(17,19,24,.07); text-align: left;
}
.update-item {
  display: grid; grid-template-columns: 72px 112px minmax(0,1fr); gap: 18px;
  min-height: 72px; padding: 19px 24px; align-items: center;
  transition: color .2s ease,background .2s ease;
}
.update-item:hover { color: var(--green-dark); background: rgba(244,63,133,.045); }
.update-label {
  display: inline-block; padding: 5px 8px; color: #fff; background: var(--pink);
  font-size: 11px; font-weight: 900; letter-spacing: .08em; text-align: center;
}
.update-date { color: var(--muted); font-size: 14px; font-weight: 800; letter-spacing: .04em; }
.update-copy { font-size: 16px; font-weight: 700; line-height: 1.7; }
.update-copy strong { color: var(--black); font-weight: 900; }
.promo-video {
  position: relative; z-index: 1; width: min(1060px,calc(100% - 80px));
  margin: 76px auto 0;
}
.promo-video-head {
  display: flex; gap: 14px; margin-bottom: 24px; align-items: flex-start;
  flex-direction: column;
}
.promo-video-kicker {
  margin: 0 0 10px; color: var(--pink); font-size: 10px; font-weight: 900;
  letter-spacing: .2em;
}
.promo-video h2 {
  margin: 0; color: var(--black); font-size: clamp(38px,5.1vw,66px);
  font-weight: 900; line-height: .9; letter-spacing: -.045em;
}
.promo-video-head > p {
  margin: 0; color: var(--muted); font-size: 15px; font-weight: 700;
  line-height: 1.8; white-space: nowrap;
}
.promo-video-frame {
  position: relative; aspect-ratio: 16 / 9; overflow: hidden;
  background: #111318; border: 1px solid var(--line); border-top: 7px solid var(--green);
  box-shadow: 0 20px 44px rgba(17,19,24,.15);
}
.promo-video-frame iframe {
  position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
}
.content { position: relative; z-index: 1; width: min(1060px, calc(100% - 80px)); margin: auto; padding: 96px 0 124px; }
.section { margin-bottom: 116px; }
.section:last-child { margin-bottom: 0; }
.section-head { display: grid; grid-template-columns: 54px 1fr; align-items: end; gap: 20px; margin-bottom: 44px; }
.section-no { padding-bottom: 11px; color: var(--pink); border-bottom: 6px solid var(--pink); font-size: 12px; font-weight: 900; text-align: center; }
.section-title-wrap { padding-bottom: 11px; border-bottom: 6px solid var(--green); }
.section-title { margin: 0; font-size: clamp(46px,6vw,78px); font-weight: 900; line-height: .82; letter-spacing: -.055em; }
.section-ja { display: block; margin-top: 14px; color: var(--muted); font-size: 14px; font-weight: 800; letter-spacing: .1em; }
.schedule { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.schedule-card {
  --stage: var(--green); --stage-soft: rgba(17,159,48,.09);
  position: relative; display: block; min-height: 292px; padding: 34px 34px 30px; overflow: hidden;
  background: linear-gradient(145deg,#fff 56%,var(--stage-soft));
  border: 1px solid var(--line); border-top: 7px solid var(--stage);
  box-shadow: 0 15px 34px rgba(17,19,24,.08);
  transition: transform .25s ease,box-shadow .25s ease;
}
.schedule-card:hover { transform: translateY(-4px); box-shadow: 0 22px 44px rgba(17,19,24,.13); }
.schedule-card:focus-visible { outline: 4px solid var(--stage); outline-offset: 3px; }
.schedule-card::after {
  position: absolute; right: 20px; bottom: -25px; color: var(--stage);
  font-size: 118px; font-weight: 900; line-height: 1; opacity: .055;
  content: attr(data-step); pointer-events: none;
}
.schedule-card--x { --stage: #28b8e8; --stage-soft: rgba(40,184,232,.11); }
.schedule-card--claps { --stage: #e5484d; --stage-soft: rgba(229,72,77,.1); }
.schedule-card--final { --stage: #72b82a; --stage-soft: rgba(114,184,42,.12); }
.schedule-card--ceremony { --stage: #f39a24; --stage-soft: rgba(243,154,36,.12); }
.schedule-card-head { position: relative; z-index: 1; display: block; min-height: 70px; margin-bottom: 20px; }
.schedule-step {
  position: absolute; z-index: 3; top: 0; left: 0;
  display: block; width: 118px; height: 104px; padding: 6px 0 0 16px;
  color: #fff; background: var(--stage); font-size: 54px; font-weight: 900; line-height: 1;
  clip-path: polygon(0 0,100% 0,0 100%);
  -webkit-text-stroke: 1.5px rgba(17,19,24,.32);
  paint-order: stroke fill; text-shadow: 0 2px 2px rgba(17,19,24,.28);
}
.schedule-name { margin: 15px 0 0 76px; font-size: 24px; font-weight: 900; line-height: 1.35; }
.schedule-logo {
  position: relative; z-index: 1; display: block; width: 190px; margin: 0 0 18px; line-height: 0;
}
.schedule-logo img {
  display: block; width: 100%; height: auto;
  filter: contrast(1.34) brightness(1.06); mix-blend-mode: multiply;
}
.schedule-logo--x { width: 76px; }
.schedule-logo--claps { width: 190px; }
.schedule-logo--niconico { width: 215px; }
.schedule-logo--ikehalo { width: 200px; }
.schedule-card--final .schedule-name,.schedule-card--ceremony .schedule-name { font-size: 22px; }
.schedule-year { display: block; margin-bottom: 7px; color: var(--stage); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.schedule-date { position: relative; z-index: 1; display: flex; align-items: center; gap: 13px; margin-bottom: 20px; }
.schedule-date time { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.schedule-date b { font-size: clamp(24px,2.4vw,31px); font-weight: 900; line-height: 1.15; letter-spacing: -.045em; }
.schedule-date small {
  display: inline-grid; width: 28px; height: 28px; place-items: center; border-radius: 50%;
  color: #fff; background: var(--stage); font-size: 12px; font-weight: 900;
}
.schedule-arrow { color: var(--stage); font-size: 22px; font-weight: 900; }
.schedule-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 14px; font-weight: 650; line-height: 1.8; }
.schedule-award {
  position: relative; grid-column: 1 / -1; min-height: 148px; padding: 32px 40px 34px;
  overflow: hidden; color: #fff;
  background: linear-gradient(120deg,#111318 0%,#102a25 56%,#0b7a25 100%);
  border-left: 8px solid var(--pink); box-shadow: 0 18px 38px rgba(17,19,24,.18);
}
.schedule-award::after {
  position: absolute; right: -12px; bottom: -23px; color: #fff;
  font-size: clamp(52px,7vw,94px); font-weight: 900; line-height: 1;
  letter-spacing: -.06em; opacity: .055; content: "COTY 2026";
}
.schedule-award-label {
  position: relative; z-index: 1; display: block; margin-bottom: 11px;
  color: #ff76aa; font-size: 11px; font-weight: 900; letter-spacing: .18em;
}
.schedule-award p {
  position: relative; z-index: 1; max-width: 940px; margin: 0;
  color: #fff; font-size: clamp(18px,2vw,25px); font-weight: 900; line-height: 1.65;
  letter-spacing: .015em;
}
.schedule-award-link {
  position: relative; z-index: 1; display: flex; width: min(520px,100%); min-height: 64px;
  margin: 28px auto 0; padding: 14px 32px; align-items: center; justify-content: center;
  color: #fff; background: rgba(0,0,0,.75); border: 1px solid rgba(255,255,255,.35);
  border-radius: 40px; font-size: clamp(18px,1.7vw,20px); font-weight: 900; letter-spacing: .04em;
  transition: background .2s ease,border-color .2s ease,transform .2s ease;
}
.schedule-award-link:hover {
  color: #fff; background: rgba(0,0,0,.9); border-color: rgba(255,255,255,.48);
  transform: translateY(-2px);
}
.division-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.division-card { position: relative; min-height: 0; overflow: hidden; background: #fff; box-shadow: 0 12px 28px rgba(17,19,24,.12); }
.division-card img { display: block; width: 100%; height: auto; transition: transform .35s ease,opacity .35s ease; }
.division-card:hover img { transform: scale(1.025); opacity: .94; }
.about-details { margin: 0; padding: 34px 38px; background: var(--gray); border-left: 8px solid var(--green); }
.about-row { display: grid; grid-template-columns: 230px minmax(0,1fr); gap: 22px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.about-row:last-child { border-bottom: 0; }
.about-row dt { margin: 0; font-size: 15px; font-weight: 900; line-height: 1.85; text-align: right; }
.about-row dd { margin: 0; color: #444c48; font-size: 16px; font-weight: 650; line-height: 1.85; }
.feature-section .section-head { margin-bottom: 24px; }
.feature-intro {
  width: min(920px,100%); margin: 0 auto 28px; color: var(--muted);
  font-size: 17px; font-weight: 700; line-height: 1.8;
}
.feature-banner {
  display: block; width: min(920px,100%); margin: 0 auto; overflow: hidden;
  background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 42px rgba(17,19,24,.1);
  transition: transform .28s ease,box-shadow .28s ease;
}
.feature-banner:hover { transform: translateY(-4px); box-shadow: 0 24px 52px rgba(17,19,24,.15); }
.feature-banner img { display: block; width: 100%; height: auto; }

/* Right global menu */
.global-side {
  position: sticky; top: 0; z-index: 20; align-self: start; height: 100vh;
  display: flex; flex-direction: column; background: #fff;
  border-left: 1px solid var(--line); box-shadow: -14px 0 34px rgba(17,19,24,.07);
}
.side-logo-area { padding: 36px 30px; border-bottom: 1px solid var(--line); }
.side-logo { display: block; width: 205px; margin: auto; }
.nav { margin: 0; padding: 0; list-style: none; }
.nav a {
  position: relative; display: grid; grid-template-columns: 1fr; align-items: center;
  min-height: 49px; padding: 0 22px; border-bottom: 1px solid var(--line);
  font-size: 14px; font-weight: 900; transition: background .2s,color .2s,padding .2s;
}
.nav a:hover { padding-left: 27px; background: var(--gray); }
.nav a[aria-current="page"] { color: #fff; background: var(--green); }
.mobile-nav-bar { display: none; }
.menu-toggle {
  width: 48px; height: 48px; padding: 12px; border: 0; color: var(--black); background: transparent;
  cursor: pointer;
}
.menu-toggle span { display: block; width: 24px; height: 3px; margin: 4px auto; background: currentColor; transition: transform .25s ease,opacity .2s ease; }
.global-side.is-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.global-side.is-open .menu-toggle span:nth-child(2) { opacity: 0; }
.global-side.is-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu-panel { display: contents; }
.entry-cta {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  margin: 18px 20px; padding: 18px 18px 18px 20px; color: #fff; background: var(--pink);
  font-size: 14px; font-weight: 900; box-shadow: 0 10px 24px rgba(244,63,133,.24);
  transition: transform .2s ease,background .2s ease;
}
.entry-cta::after { content: "→"; font-size: 20px; line-height: 1; }
.entry-cta:hover { transform: translateY(-2px); background: #d92d70; }
.side-bottom { margin-top: auto; padding: 22px 25px; color: #fff; background: var(--black); font-size: 9px; font-weight: 800; letter-spacing: .08em; line-height: 1.8; }

/* Footer */
.footer { position: relative; z-index: 1; color: #fff; background: var(--black); border-top: 10px solid var(--green); }
.footer-inner { width: min(1120px, calc(100% - 80px)); margin: auto; padding: 70px 0 52px; }
.footer-title { margin: 0 0 18px; font-size: 15px; font-weight: 900; letter-spacing: .12em; }
.footer-title small { margin-left: 9px; color: #929995; font-size: 9px; letter-spacing: .14em; }
.partner-section { margin-bottom: 40px; }
.partner-section:last-of-type { margin-bottom: 64px; }
.partners { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.partners--special { grid-template-columns: minmax(220px,280px); }
.partner { display: grid; min-height: 78px; padding: 10px; place-items: center; background: #fff; border: 2px solid #fff; transition: border .2s,transform .2s; }
.partner:hover { border-color: var(--pink); transform: translateY(-3px); }
.partner img { display: block; max-width: 90%; max-height: 56px; width: auto; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 60px; padding-top: 46px; border-top: 1px solid #34373d; }
.footer-logo { display: block; width: 240px; margin-bottom: 20px; filter: none; }
.footer-copy { margin: 0; color: #aeb3b0; font-size: 13px; font-weight: 600; line-height: 1.9; }
.footer-social { margin-top: 20px; }
.footer-x-link { display: inline-flex; width: 32px; height: 32px; align-items: center; justify-content: center; opacity: .85; transition: opacity .2s ease,transform .2s ease; }
.footer-x-link:hover { opacity: 1; transform: translateY(-2px); }
.footer-x-link img { display: block; width: 27px; height: 27px; }
.footer-heading { margin: 0 0 16px; color: #fff; font-size: 13px; font-weight: 900; letter-spacing: .1em; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links a { display: block; padding: 8px 0; color: #bec3c0; font-size: 13px; font-weight: 700; }
.footer-links a:hover { color: var(--pink); }
.copyright { padding: 20px 30px; color: #8c9290; background: #090a0d; font-size: 11px; font-weight: 700; text-align: center; }

@media (max-width: 980px) {
  .layout { display: flex; flex-direction: column; }
  .page { --hero-height: 650px; order: 2; }
  .global-side {
    position: sticky; top: 0; order: 1; align-self: stretch;
    width: 100%; max-width: none; height: auto; border-left: 0;
    box-shadow: 0 8px 22px rgba(17,19,24,.12);
  }
  .side-logo-area,.side-bottom { display: none; }
  .mobile-nav-bar {
    display: flex; width: 100%; min-height: 58px; padding: 0 12px 0 18px;
    align-items: center; justify-content: space-between; background: #fff; border-bottom: 1px solid var(--line);
  }
  .mobile-nav-brand { display: block; width: 108px; flex: 0 0 auto; line-height: 0; }
  .mobile-nav-brand img { display: block; width: 100%; height: auto; }
  .mobile-menu-panel {
    position: absolute; top: 58px; right: 0; left: 0;
    display: none; max-height: calc(100vh - 58px); overflow-y: auto;
    background: #fff; box-shadow: 0 18px 34px rgba(17,19,24,.2);
  }
  .global-side.is-open .mobile-menu-panel { display: block; }
  .global-side nav { display: block; width: 100%; background: #fff; }
  .nav { display: grid; width: 100%; grid-template-columns: repeat(3,minmax(0,1fr)); }
  .nav a { min-height: 48px; padding: 0 18px; font-size: 13px; }
  .entry-cta { position: static; width: auto; margin: 12px; padding: 14px 16px; }
  .hero-logo-overlay { width: min(620px,62%); }
  .produce-title { gap: 6px; font-size: clamp(25px,3.4vw,34px); }
  .division-grid { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 680px) {
  .nav { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .nav a { min-height: 48px; padding: 0 16px; font-size: 13px; }
  .entry-cta { width: auto; margin: 10px 12px 12px; }
  .page { --hero-height: 570px; }
  .hero { min-height: var(--hero-height); }
  .ambient-bg { top: 570px; }
  .ambient-orb { opacity: .11; filter: blur(9px); }
  .orb-a { left: -220px; width: 430px; height: 430px; }
  .orb-b { right: -210px; width: 380px; height: 380px; }
  .orb-c { left: -120px; width: 390px; height: 390px; }
  .orb-d { right: -150px; width: 330px; height: 330px; }
  .ambient-slash { width: 320px; opacity: .07; }
  .hero-logo-overlay { width: min(430px,82%); }
  .lead-news { width: calc(100% - 36px); padding-top: 50px; }
  .produce-kicker { margin-bottom: 14px; font-size: 9px; }
  .produce-title { grid-template-columns: 1fr; gap: 3px; font-size: clamp(24px,7.2vw,31px); line-height: 1.2; }
  .produce-title .cross { width: auto; height: .66em; margin: auto; font-size: .52em; line-height: .66; }
  .produce-sub { width: 88%; margin-top: 20px; gap: 12px; font-size: 11px; letter-spacing: .12em; }
  .contest-lead { margin-top: 20px; font-size: 18px; line-height: 1.55; letter-spacing: .025em; }
  .update-box { margin-top: 34px; }
  .update-item { grid-template-columns: auto 1fr; gap: 5px 13px; padding: 16px 17px; }
  .update-label { grid-column: 1; grid-row: 1; }
  .update-date { grid-column: 2; grid-row: 1; }
  .update-copy { grid-column: 1 / -1; grid-row: 2; font-size: 14px; }
  .promo-video { width: calc(100% - 36px); margin-top: 54px; }
  .promo-video-head { gap: 14px; margin-bottom: 18px; }
  .promo-video h2 { font-size: clamp(35px,10.5vw,50px); }
  .promo-video-head > p { font-size: 14px; white-space: normal; }
  .promo-video-frame { border-top-width: 5px; }
  .content,.footer-inner { width: calc(100% - 36px); }
  .content { padding: 70px 0 88px; }
  .section { margin-bottom: 80px; }
  .section-head { grid-template-columns: 38px 1fr; gap: 12px; }
  .section-title { font-size: 43px; }
  .schedule { grid-template-columns: 1fr; }
  .schedule-card { min-height: 0; padding: 27px 22px 25px; }
  .schedule-card-head { display: block; min-height: 64px; margin-bottom: 18px; }
  .schedule-step { top: 0; left: 0; width: 98px; height: 88px; padding: 5px 0 0 13px; font-size: 44px; }
  .schedule-name { margin: 12px 0 0 65px; font-size: 21px; }
  .schedule-logo { width: 180px; margin-bottom: 16px; }
  .schedule-logo.schedule-logo--x { width: 70px; }
  .schedule-logo.schedule-logo--niconico { width: 205px; max-width: 80%; }
  .schedule-logo.schedule-logo--ikehalo { width: 190px; max-width: 78%; }
  .schedule-date { flex-wrap: wrap; gap: 9px; }
  .schedule-date b { font-size: 25px; }
  .schedule-date small { width: 26px; height: 26px; }
  .schedule-award { min-height: 0; padding: 25px 22px 27px; border-left-width: 6px; }
  .schedule-award p { font-size: 17px; line-height: 1.75; }
  .schedule-award-link { width: 100%; min-height: 60px; margin-top: 22px; padding: 13px 20px; font-size: 17px; }
  .division-grid { grid-template-columns: 1fr; gap: 18px; }
  .division-card { width: 100%; }
  .about-details { padding: 22px 20px; border-left-width: 6px; }
  .about-row { grid-template-columns: 1fr; gap: 4px; padding: 13px 0; }
  .about-row dt { color: var(--green-dark); font-size: 14px; text-align: left; }
  .about-row dd { font-size: 15px; }
  .feature-intro { margin-bottom: 22px; font-size: 15px; }
  .partners { grid-template-columns: repeat(2,1fr); }
  .partners--special { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
}
@media (prefers-reduced-motion: reduce) {
  .ambient-orb,.ambient-slash { animation: none !important; }
  .hero-logo-image { animation: none !important; transition: none !important; }
}
