/* index.css — トップページ固有スタイル（共通部分は main.css） */

.fv {
  position: relative;
  min-height: calc(100svh - 88px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--white);
}
.orbs {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.orb {
  position: absolute;
  border-radius: 50%;
  will-change: transform;
}
.field {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.item {
  position: absolute;
  transform: translate(-50%, -50%);
}
.item img {
  display: block;
  width: auto;
  height: clamp(60px, 8.5vw, 104px);
  max-width: 300px;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0;
}

.fv-core {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 0 16px;
}
.fv-logo {
  width: clamp(440px, 82vw, 960px);
  height: auto;
  display: block;
  margin: 16px auto 0;
}
.fv-core .sticker {
  margin-bottom: 16px;
}
.fv-core h1 {
  font-family: var(--disp);
  font-weight: 400;
  font-size: clamp(28px, 7vw, 52px);
  color: var(--navy);
  line-height: 1.32;
  letter-spacing: 0.5px;
}
.fv-core .rule {
  height: 5px;
  width: 108px;
  background: var(--c-teal);
  border-radius: 3px;
  margin: 18px auto 14px;
}
.fv-core p {
  font-size: clamp(12px, 3vw, 15px);
  color: var(--gray);
}
.fv-scroll {
  position: absolute;
  left: 50%;
  bottom: clamp(16px, 3vw, 30px);
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  opacity: 0.55;
  transition: opacity 0.2s;
}
.fv-scroll:hover {
  opacity: 0.95;
}
.fv-scroll span {
  display: block;
  width: 15px;
  height: 15px;
  border-right: 3px solid var(--navy);
  border-bottom: 3px solid var(--navy);
  transform: rotate(45deg);
}
.fv-scroll span:nth-child(2) {
  opacity: 0.5;
}

.sticker {
  display: inline-block;
  transform: rotate(-7deg);
  font-family: var(--util);
  font-size: 11px;
  color: #fff;
  background: var(--c-pink);
  border: 2.5px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  border-radius: 22px;
  padding: 4px 12px;
  letter-spacing: 0.5px;
}

.sec {
  padding: clamp(140px, 21vw, 300px) clamp(20px, 5vw, 40px);
}
.eyebrow {
  font-family: var(--util);
  font-size: 11px;
  color: var(--red);
  letter-spacing: 1.5px;
  margin-bottom: 14px;
}

.concept {
  background: transparent;
  text-align: center;
  padding-top: clamp(78px, 10vw, 132px);
  padding-bottom: clamp(78px, 10vw, 132px);
  position: relative;
  overflow: hidden;
}
.concept-deco {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.concept-deco .cblob {
  position: absolute;
  width: clamp(300px, 42vw, 560px);
  opacity: 0.4;
  pointer-events: none;
}
.concept-deco .cblob1 {
  top: -90px;
  left: -120px;
  transform: rotate(-6deg);
}
.concept-deco .cblob2 {
  bottom: -120px;
  right: -130px;
  transform: rotate(166deg);
}
.concept-deco .cwave {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 62%;
  opacity: 0.7;
}
.concept-deco .cwave path {
  fill: none;
  stroke: #e4dfd3;
  stroke-width: 2;
}
.concept .inner {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(20px, 3.4vw, 34px);
}
.concept .c-head {
  position: relative;
}
.concept .c-body {
  max-width: 660px;
}
.concept h2 {
  font-family: var(--disp);
  font-weight: 400;
  font-size: clamp(34px, 7vw, 64px);
  color: var(--navy);
  line-height: 1.3;
  margin: 14px 0 0;
  letter-spacing: 0.5px;
}
.concept h2 .hl {
  position: relative;
  display: inline-block;
}
.concept h2 .hl::before {
  content: "";
  position: absolute;
  left: -3px;
  right: -3px;
  bottom: 6px;
  height: 40%;
  background: var(--c-yellow);
  opacity: 0.9;
  z-index: -1;
  border-radius: 4px;
  transform: rotate(-1.6deg);
}
.concept .c-body p {
  font-size: clamp(15px, 2.5vw, 17px);
  color: var(--ink);
  line-height: 2.05;
  margin: 0 auto 22px;
}
.concept .c-head .rule {
  height: 7px;
  width: 88px;
  background: linear-gradient(
    90deg,
    var(--c-blue),
    var(--c-teal),
    var(--c-yellow)
  );
  border-radius: 4px;
  margin: 18px auto 0;
  transform: rotate(-2deg);
}
.concept .c-body .rule {
  height: 7px;
  width: 84px;
  background: var(--c-teal);
  border-radius: 4px;
  margin: 0;
  transform: rotate(-2deg);
}
.concept .c-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 4px;
  font-family: var(--util);
  font-size: 11px;
  letter-spacing: 1px;
  color: #fff;
  background: var(--c-pink);
  border: 2.5px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  border-radius: 22px;
  padding: 6px 13px;
  transform: rotate(-2deg);
}

.leaders {
  background: transparent;
}
.sec.leaders {
  padding-bottom: clamp(44px, 6vw, 80px);
}
.leaders .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1280px;
  margin: 0 auto clamp(44px, 6vw, 68px);
}
.leaders .head-eyebrow {
  display: block;
  font-family: var(--util);
  font-size: clamp(10px, 1.2vw, 12px);
  letter-spacing: 1.5px;
  color: var(--red);
  margin-bottom: clamp(10px, 1.4vw, 16px);
}
.leaders .head-title {
  display: inline-block;
  font-family: var(--disp);
  font-weight: 400;
  font-size: clamp(42px, 8.5vw, 88px);
  color: var(--navy);
  line-height: 0.95;
  letter-spacing: 1px;
  margin: 0;
}
.leaders .head-title::after {
  content: "";
  display: block;
  height: clamp(9px, 1.1vw, 13px);
  margin-top: clamp(10px, 1.2vw, 16px);
  border-radius: 7px;
  background: linear-gradient(
    90deg,
    var(--c-blue) 0 25%,
    var(--c-pink) 25% 50%,
    var(--c-yellow) 50% 75%,
    var(--c-teal) 75% 100%
  );
}
.leaders .head-jp {
  display: block;
  font-family: var(--body);
  font-weight: 700;
  font-size: clamp(13px, 1.7vw, 17px);
  color: #5a6473;
  letter-spacing: 2px;
  margin-top: clamp(14px, 1.6vw, 20px);
}

.group {
  max-width: 1280px;
  margin: 0 auto;
}
.group + .group {
  margin-top: clamp(96px, 14vw, 180px);
}
.slider {
  margin-top: clamp(84px, 12vw, 156px);
  overflow: hidden;
  -webkit-mask: linear-gradient(
    90deg,
    transparent,
    #000 6%,
    #000 94%,
    transparent
  );
  mask: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.slider .track {
  display: flex;
  gap: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slider .ph {
  position: relative;
  flex: 0 0 auto;
  width: clamp(230px, 30vw, 300px);
  height: clamp(150px, 20vw, 188px);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.slider .ph::after {
  content: none;
}
.slider .ph-tag {
  display: none;
  position: absolute;
  top: 11px;
  left: 12px;
  z-index: 3;
  font-family: var(--util);
  font-size: 9px;
  letter-spacing: 1px;
  color: #fff;
  background: rgba(255, 255, 255, 0.22);
  padding: 4px 9px;
  border-radius: 20px;
}
.slider .ph-name {
  display: none;
  position: relative;
  z-index: 3;
  font-family: var(--body);
  font-weight: 700;
  font-size: clamp(17px, 2.4vw, 20px);
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}
.slider .ph-ic {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-54%);
  width: 124px;
  height: 124px;
  opacity: 0.42;
  z-index: 1;
  transition: opacity 0.35s;
}
.slider .ph .ph-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
  z-index: 1;
}
.slider .ph .ph-img[src] {
  display: block;
}
.slider .ph .ph-img[src] ~ .ph-ic {
  opacity: 0;
}
/* スライダー固定画像（バナー等）: 余白なしで枠いっぱいに表示 */
.slider .ph-fixed {
  background: #fff;
}
.slider .ph-fixed .ph-img {
  object-fit: cover;
  padding: 0;
}
.group-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: clamp(22px, 3vw, 32px);
}
.group-tag::before {
  content: "";
  flex: 0 0 44px;
  height: 2px;
  background: var(--gc);
  opacity: 0.5;
}
.group-tag b {
  font-family: var(--util);
  font-size: clamp(22px, 4.6vw, 34px);
  color: var(--navy);
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  line-height: 1;
}
.group-tag span {
  flex: 0 0 44px;
  height: 2px;
  background: var(--gc);
  opacity: 0.5;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(14px, 2.4vw, 22px);
  max-width: 960px;
  margin: 0 auto;
}
/* グループが4枚のときは 3+1 にせず 2行2列にする（カード300px×2＋gap） */
.grid-4 {
  max-width: calc(300px * 2 + clamp(14px, 2.4vw, 22px));
}
.card {
  position: relative;
  width: 300px;
  max-width: 100%;
  aspect-ratio: 300/420;
  container-type: inline-size;
  align-self: flex-start;
  border-radius: 16px;
  overflow: hidden;
  background: var(--c);
  box-shadow: 0 8px 24px rgba(23, 55, 100, 0.1);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
  will-change: transform;
}
.card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.14) 28%,
    transparent
  );
  z-index: 3;
  pointer-events: none;
}
.card:hover,
.card:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(23, 55, 100, 0.2);
}
.card .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.card .logo {
  position: absolute;
  top: 4cqw;
  right: 4cqw;
  z-index: 3;
  width: 77cqw;
  height: 66cqw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  background: #fff;
  border-radius: 62% 38% 58% 42% / 45% 60% 40% 55%;
  padding: 0;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.22);
  display: block;
}
.card .person {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 52%;
  width: auto;
  max-width: 64%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom left;
  object-position: bottom left;
}
.card .info {
  position: absolute;
  right: 7.3cqw;
  bottom: 8.7cqw;
  z-index: 4;
  text-align: right;
  max-width: 66%;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}
.card .info .rom {
  font-family: var(--util);
  font-size: 3.33cqw;
  letter-spacing: 1.5px;
  opacity: 0.85;
  margin-bottom: 2.3cqw;
}
.card .info .name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 8.33cqw;
  line-height: 1.16;
  letter-spacing: 0.5px;
  margin-bottom: 3.7cqw;
}
.card .info .co {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 4cqw;
  line-height: 1.4;
  opacity: 0.94;
  margin-bottom: 2px;
}
.card .info .role {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.67cqw;
  line-height: 1.4;
  opacity: 0.76;
}
/* zigzag: 偶数番目のカードは人物を右下にミラー（情報は左下へ）。左→右の交互でまばら感を出す */
.grid .card:nth-child(even) .person {
  left: auto;
  right: 0;
  -o-object-position: bottom right;
  object-position: bottom right;
}
.grid .card:nth-child(even) .info {
  right: auto;
  left: 7.3cqw;
  text-align: left;
}
.grid .card:nth-child(even) .logo {
  left: 4cqw;
  right: auto;
}
.grid .card:nth-child(even) .bg {
  transform: scaleX(-1);
}
/* 狭い画面はカード2列（内部はcqwで比例縮小） */
@media (max-width: 600px) {
  .grid {
    gap: 10px;
  }
  .card {
    width: calc(50% - 5px);
  }
}
/* 流線を少し下げる */
.card .bg path {
  transform: translateY(44px);
}

/* Footer は main.css に集約 */

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.mask {
  position: fixed;
  inset: 0;
  z-index: 200;
  transform: translateY(100%);
  pointer-events: none;
}

@media (min-width: 760px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .ring {
    -webkit-animation: pulse 2s ease-out infinite;
    animation: pulse 2s ease-out infinite;
  }
  .slider .track {
    -webkit-animation: slide 60s linear infinite;
    animation: slide 60s linear infinite;
  }
  .ftr-pulse i {
    -webkit-animation: pulse 2s ease-out infinite;
    animation: pulse 2s ease-out infinite;
  }
  .o1 {
    -webkit-animation: driftA 11s ease-in-out infinite;
    animation: driftA 11s ease-in-out infinite;
  }
  .o2 {
    -webkit-animation: driftB 10s ease-in-out infinite;
    animation: driftB 10s ease-in-out infinite;
  }
  .o3 {
    -webkit-animation: driftC 9s ease-in-out infinite;
    animation: driftC 9s ease-in-out infinite;
  }
  .o4 {
    animation: driftA 12s ease-in-out infinite reverse;
  }
  .o5 {
    -webkit-animation: driftB 10s ease-in-out infinite;
    animation: driftB 10s ease-in-out infinite;
  }
  .fv-core .sticker {
    -webkit-animation:
      pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both 0.4s,
      wobble 4.5s ease-in-out infinite 1.2s;
    animation:
      pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both 0.4s,
      wobble 4.5s ease-in-out infinite 1.2s;
  }
  .fv-logo {
    -webkit-animation:
      rise 0.9s ease-out both 0.6s,
      floatLogo 6.5s ease-in-out infinite 1.6s;
    animation:
      rise 0.9s ease-out both 0.6s,
      floatLogo 6.5s ease-in-out infinite 1.6s;
  }
  .fv-core h1 {
    -webkit-animation: rise 0.8s ease-out both 0.6s;
    animation: rise 0.8s ease-out both 0.6s;
  }
  .fv-core .rule {
    -webkit-animation: draw 0.6s ease-out both 1.1s;
    animation: draw 0.6s ease-out both 1.1s;
  }
  .fv-core p {
    -webkit-animation: rise 0.8s ease-out both 1.2s;
    animation: rise 0.8s ease-out both 1.2s;
  }
  .concept-deco .cblob1 {
    -webkit-animation: blobDrift1 18s ease-in-out infinite;
    animation: blobDrift1 18s ease-in-out infinite;
  }
  .concept-deco .cblob2 {
    -webkit-animation: blobDrift2 22s ease-in-out infinite;
    animation: blobDrift2 22s ease-in-out infinite;
  }
  .leaders .head-title::after {
    background-size: 200% 100%;
    -webkit-animation: hueFlow 7s linear infinite;
    animation: hueFlow 7s linear infinite;
  }
  .fv-scroll {
    -webkit-animation: scrollBob 2.4s ease-in-out infinite;
    animation: scrollBob 2.4s ease-in-out infinite;
  }
  .fv-scroll span {
    -webkit-animation: chevFade 1.6s ease-in-out infinite;
    animation: chevFade 1.6s ease-in-out infinite;
  }
  .fv-scroll span:nth-child(2) {
    -webkit-animation-delay: 0.22s;
    animation-delay: 0.22s;
  }
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(226, 51, 41, 0.5);
  }
  100% {
    box-shadow: 0 0 0 9px rgba(226, 51, 41, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(226, 51, 41, 0.5);
  }
  100% {
    box-shadow: 0 0 0 9px rgba(226, 51, 41, 0);
  }
}
@-webkit-keyframes driftA {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(84px, -60px) scale(1.18);
  }
}
@keyframes driftA {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(84px, -60px) scale(1.18);
  }
}
@-webkit-keyframes driftB {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-70px, 64px) scale(1.13);
  }
}
@keyframes driftB {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-70px, 64px) scale(1.13);
  }
}
@-webkit-keyframes driftC {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(66px, 78px) scale(1.2);
  }
}
@keyframes driftC {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(66px, 78px) scale(1.2);
  }
}
@-webkit-keyframes pop {
  from {
    transform: rotate(-7deg) scale(0.5);
    opacity: 0;
  }
  to {
    transform: rotate(-7deg) scale(1);
    opacity: 1;
  }
}
@keyframes pop {
  from {
    transform: rotate(-7deg) scale(0.5);
    opacity: 0;
  }
  to {
    transform: rotate(-7deg) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes rise {
  from {
    transform: translateY(18px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes rise {
  from {
    transform: translateY(18px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes draw {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes draw {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes pop {
  0% {
    opacity: 0;
    -webkit-filter: blur(7px);
    filter: blur(7px);
    transform: scale(0.86);
  }
  50% {
    opacity: 0.96;
    -webkit-filter: blur(0);
    filter: blur(0);
    transform: scale(1);
  }
  92% {
    opacity: 0;
    -webkit-filter: blur(7px);
    filter: blur(7px);
    transform: scale(0.95);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@-webkit-keyframes floatLogo {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}
@keyframes floatLogo {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}
@-webkit-keyframes wobble {
  0%,
  100% {
    transform: rotate(-7deg) translateY(0);
  }
  50% {
    transform: rotate(-3.5deg) translateY(-3px);
  }
}
@keyframes wobble {
  0%,
  100% {
    transform: rotate(-7deg) translateY(0);
  }
  50% {
    transform: rotate(-3.5deg) translateY(-3px);
  }
}
@-webkit-keyframes blobDrift1 {
  0%,
  100% {
    transform: translate(0, 0) rotate(-6deg);
  }
  50% {
    transform: translate(26px, 20px) rotate(0deg);
  }
}
@keyframes blobDrift1 {
  0%,
  100% {
    transform: translate(0, 0) rotate(-6deg);
  }
  50% {
    transform: translate(26px, 20px) rotate(0deg);
  }
}
@-webkit-keyframes blobDrift2 {
  0%,
  100% {
    transform: translate(0, 0) rotate(166deg);
  }
  50% {
    transform: translate(-28px, -18px) rotate(172deg);
  }
}
@keyframes blobDrift2 {
  0%,
  100% {
    transform: translate(0, 0) rotate(166deg);
  }
  50% {
    transform: translate(-28px, -18px) rotate(172deg);
  }
}
@-webkit-keyframes hueFlow {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 200% 50%;
  }
}
@keyframes hueFlow {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 200% 50%;
  }
}
@-webkit-keyframes chevFade {
  0%,
  100% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
}
@keyframes chevFade {
  0%,
  100% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes scrollBob {
  0%,
  100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 6px);
  }
}
@keyframes scrollBob {
  0%,
  100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 6px);
  }
}
/* カード: ホバー演出（ロゴがポップ／情報が少し持ち上がる） */
.card .logo {
  transition: transform 0.4s cubic-bezier(0.34, 1.3, 0.64, 1);
}
.card:hover .logo,
.card:focus-visible .logo {
  transform: scale(1.05) rotate(-2deg);
}
/* カード: 行内で順番に登場（スタッガー） */
.grid .card.reveal:nth-child(2) {
  transition-delay: 0.07s;
}
.grid .card.reveal:nth-child(3) {
  transition-delay: 0.14s;
}
.grid .card.reveal:nth-child(4) {
  transition-delay: 0.21s;
}
.grid .card.reveal:nth-child(5) {
  transition-delay: 0.28s;
}
.grid .card:hover,
.grid .card:focus-visible {
  transition-delay: 0s;
}
.station {
  background: transparent;
  padding: clamp(20px, 2.5vw, 40px) clamp(20px, 5vw, 40px)
    clamp(56px, 8vw, 110px);
}
.st-wrap {
  max-width: 1080px;
  margin: 0 auto;
}
.st-head {
  text-align: center;
  margin-bottom: clamp(32px, 5vw, 52px);
}
.st-eyebrow {
  font-family: var(--util);
  font-size: clamp(11px, 1.4vw, 13px);
  letter-spacing: 2px;
  color: var(--red);
}
.st-title {
  font-family: var(--disp);
  font-weight: 400;
  font-size: clamp(34px, 6vw, 60px);
  color: var(--navy);
  margin: 10px 0 12px;
  line-height: 1.1;
}
.st-sub {
  font-family: var(--body);
  color: var(--gray);
  font-size: clamp(14px, 1.7vw, 17px);
}
.st-panel {
  position: relative;
  background: var(--navy);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(23, 55, 100, 0.22);
}
.st-strip {
  display: flex;
  height: 8px;
}
.st-strip i {
  flex: 1;
}
.st-strip i:nth-child(1) {
  background: var(--c-blue);
}
.st-strip i:nth-child(2) {
  background: var(--c-pink);
}
.st-strip i:nth-child(3) {
  background: var(--c-yellow);
}
.st-strip i:nth-child(4) {
  background: var(--c-teal);
}
.st-body {
  display: flex;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  padding: clamp(30px, 4.5vw, 54px) clamp(26px, 4vw, 52px);
  flex-wrap: wrap;
}
.st-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}
.st-fmlogo {
  background: #fff;
  padding: 14px 18px;
  border-radius: 14px;
  line-height: 0;
}
.st-fmlogo img {
  width: clamp(140px, 18vw, 200px);
  height: auto;
  display: block;
}
.st-freq {
  color: #fff;
  font-family: var(--util);
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.st-freq b {
  font-size: clamp(32px, 5vw, 50px);
  line-height: 1;
}
.st-freq span {
  font-size: clamp(12px, 1.5vw, 15px);
  letter-spacing: 1px;
  opacity: 0.85;
}
.st-right {
  flex: 1 1 320px;
  color: #fff;
}
.st-lab {
  display: inline-block;
  font-family: var(--util);
  font-size: 11px;
  letter-spacing: 1.5px;
  color: var(--navy);
  background: var(--c-yellow);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.st-progname {
  font-family: var(--disp);
  font-weight: 400;
  font-size: clamp(23px, 3.3vw, 34px);
  line-height: 1.2;
  margin-bottom: 18px;
}
.st-progname small {
  font-family: var(--util);
  font-size: 0.46em;
  color: var(--c-yellow);
  margin-left: 12px;
  letter-spacing: 1px;
  vertical-align: middle;
}
.st-tag {
  font-family: var(--body);
  font-weight: 700;
  font-size: clamp(13px, 1.6vw, 15px);
  color: #c9d4e2;
  letter-spacing: 2px;
  margin: -8px 0 18px;
}
.st-meta {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 24px;
}
.st-meta > div {
  display: flex;
  gap: 14px;
  font-family: var(--body);
  font-size: clamp(13px, 1.6vw, 15px);
}
.st-meta dt {
  flex: 0 0 64px;
  color: var(--c-yellow);
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
}
.st-meta dd {
  opacity: 0.94;
  margin: 0;
}
.st-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--util);
  font-size: 13px;
  letter-spacing: 1px;
  color: var(--navy);
  background: #fff;
  padding: 13px 26px;
  border-radius: 30px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.st-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.st-cta span {
  transition: transform 0.2s;
}
.st-cta:hover span {
  transform: translateX(4px);
}
@media (max-width: 680px) {
  .st-body {
    flex-direction: column;
    text-align: center;
  }
  .st-right {
    flex-basis: auto;
  }
  .st-meta > div {
    justify-content: center;
  }
  .st-meta dt {
    flex: 0 0 auto;
  }
}
.st2 {
  max-width: 1000px;
  margin: 0 auto;
}
.st2-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 52px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: clamp(30px, 4vw, 48px) clamp(30px, 4.5vw, 58px);
  box-shadow: 0 16px 40px rgba(23, 55, 100, 0.1);
  overflow: hidden;
  flex-wrap: wrap;
}
.st2-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 9px;
  background: linear-gradient(
    180deg,
    var(--c-blue) 0 25%,
    var(--c-pink) 25% 50%,
    var(--c-yellow) 50% 75%,
    var(--c-teal) 75% 100%
  );
}
.st2-wave {
  position: absolute;
  right: -46px;
  bottom: -46px;
  width: 210px;
  height: 210px;
  color: var(--c-blue);
  opacity: 0.09;
  pointer-events: none;
}
.st2-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}
.st2-onair {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--util);
  font-size: 11px;
  letter-spacing: 1.5px;
  color: var(--red);
}
.st2-onair i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--red);
  -webkit-animation: onair 1.4s ease-in-out infinite;
  animation: onair 1.4s ease-in-out infinite;
}
@-webkit-keyframes onair {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.28;
    transform: scale(0.66);
  }
}
@keyframes onair {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.28;
    transform: scale(0.66);
  }
}
@media (prefers-reduced-motion: reduce) {
  .st2-onair i {
    -webkit-animation: none;
    animation: none;
  }
}
.st2-fm {
  width: clamp(160px, 20vw, 210px);
  height: auto;
  display: block;
}
.st2-right {
  flex: 1 1 300px;
  position: relative;
  z-index: 1;
}
.st2-name {
  font-family: var(--disp);
  font-weight: 400;
  font-size: clamp(26px, 3.6vw, 40px);
  color: var(--navy);
  line-height: 1.16;
  margin-bottom: 8px;
}
.st2-name em {
  font-style: normal;
  font-family: var(--util);
  font-size: 0.46em;
  color: var(--c-blue);
  margin-left: 12px;
  letter-spacing: 1px;
  vertical-align: middle;
}
.st2-area {
  font-family: var(--body);
  font-size: clamp(13px, 1.6vw, 15px);
  color: var(--gray);
  line-height: 1.8;
  margin-bottom: 22px;
}
.st2-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--util);
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
  background: var(--navy);
  padding: 13px 28px;
  border-radius: 30px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.st2-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(23, 55, 100, 0.28);
}
.st2-cta span {
  transition: transform 0.2s;
}
.st2-cta:hover span {
  transform: translateX(4px);
}
@media (max-width: 680px) {
  .st2-card {
    flex-direction: column;
    text-align: center;
  }
  .st2-left {
    align-items: center;
  }
  .st2-right {
    flex-basis: auto;
  }
}
