:root {
  --v3-blue: #0675f7;
  --v3-blue-deep: #003a9d;
  --v3-navy: #061b42;
  --v3-ink: #0b1220;
  --v3-text: #344054;
  --v3-muted: #667085;
  --v3-line: rgba(15, 23, 42, .1);
  --v3-canvas: #f5f5f7;
  --v3-card: #fff;
  --v3-radius-xl: 40px;
  --v3-radius-lg: 28px;
  --v3-radius-md: 20px;
  --v3-shadow: 0 24px 70px rgba(16, 24, 40, .09);
  --v3-max: 1440px;
}

body.v3-home-active,
body.v3-detail-active {
  background: var(--v3-canvas);
  color: var(--v3-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.v3-home-active main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body.v3-home-active .site-header,
body.v3-detail-active .site-header {
  background: rgba(255, 255, 255, .86) !important;
  border-bottom: 1px solid rgba(15, 23, 42, .08) !important;
  box-shadow: none !important;
  backdrop-filter: saturate(160%) blur(22px);
  -webkit-backdrop-filter: saturate(160%) blur(22px);
}

body.v3-home-active .site-footer,
body.v3-detail-active .site-footer {
  background: #eef1f6 !important;
  color: var(--v3-ink) !important;
  border-top: 0 !important;
}

body.v3-home-active .site-footer a,
body.v3-detail-active .site-footer a {
  color: var(--v3-ink) !important;
  text-decoration-color: rgba(6, 117, 247, .35) !important;
}

.v3-home,
.v3-detail-bridge {
  box-sizing: border-box;
  color: var(--v3-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.v3-home *,
.v3-detail-bridge * {
  box-sizing: border-box;
}

.v3-home a,
.v3-detail-bridge a {
  text-decoration: none;
}

.v3-eyebrow {
  margin: 0 0 18px;
  color: var(--v3-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.v3-hero {
  position: relative;
  min-height: min(900px, calc(100svh - 70px));
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #004ea2;
}

.v3-hero-media,
.v3-hero-shade {
  position: absolute;
  inset: 0;
}

.v3-hero-media {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 16%, rgba(151, 226, 255, .48) 0%, rgba(54, 161, 227, .24) 26%, transparent 50%),
    linear-gradient(116deg, #004ea2 0%, #0568c7 47%, #168fd8 77%, #63c7ea 125%);
}

.v3-hero-media::before {
  content: "";
  position: absolute;
  left: 22%;
  bottom: 10%;
  width: 78%;
  height: 48%;
  border: 2px solid rgba(170, 222, 255, .2);
  border-left-color: transparent;
  border-top-color: rgba(170, 222, 255, .08);
  border-radius: 50%;
  transform: rotate(-11deg);
  box-shadow: 0 0 44px rgba(127, 208, 255, .08);
}

.v3-hero-media::after {
  content: "";
  position: absolute;
  top: -8%;
  right: 3%;
  width: 18%;
  height: 116%;
  border-left: 1px solid rgba(220, 242, 255, .28);
  border-right: 1px solid rgba(220, 242, 255, .16);
  background: linear-gradient(90deg, rgba(255, 255, 255, .02), rgba(169, 226, 255, .16), rgba(255, 255, 255, .03));
  transform: skewX(-3deg);
  filter: blur(.2px);
}

.v3-hero-greeting {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: max(2vw, calc((100vw - var(--v3-max)) / 2 + 28px));
  bottom: 94px;
  width: min(48vw, 760px);
  pointer-events: none;
}

.v3-hero-greeting-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center bottom;
  opacity: 0;
  filter: brightness(1.13) saturate(.94) contrast(.98) drop-shadow(0 26px 38px rgba(0, 13, 42, .2));
  transform: translateY(42px) scale(1.1);
  transform-origin: center bottom;
  will-change: opacity;
  animation-duration: 3.1s;
  animation-delay: .55s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.v3-hero-greeting-frame-1 { animation-name: v3-hero-greeting-1; }
.v3-hero-greeting-frame-2 { animation-name: v3-hero-greeting-2; }
.v3-hero-greeting-frame-3 { animation-name: v3-hero-greeting-3; }
.v3-hero-greeting-frame-4 { animation-name: v3-hero-greeting-4; }
.v3-hero-greeting-frame-5 { animation-name: v3-hero-greeting-5; }
.v3-hero-greeting-frame-6 { animation-name: v3-hero-greeting-6; }
.v3-hero-greeting-frame-7 { animation-name: v3-hero-greeting-7; }
.v3-hero-greeting-frame-8 { animation-name: v3-hero-greeting-8; }

@keyframes v3-hero-greeting-1 { 0%, 5% { opacity: 1; } 6%, 91% { opacity: 0; } 92%, 100% { opacity: 1; } }
@keyframes v3-hero-greeting-2 { 0%, 5% { opacity: 0; } 6%, 12%, 85%, 91% { opacity: 1; } 13%, 84%, 92%, 100% { opacity: 0; } }
@keyframes v3-hero-greeting-3 { 0%, 12% { opacity: 0; } 13%, 19%, 78%, 84% { opacity: 1; } 20%, 77%, 85%, 100% { opacity: 0; } }
@keyframes v3-hero-greeting-4 { 0%, 19% { opacity: 0; } 20%, 26%, 71%, 77% { opacity: 1; } 27%, 70%, 78%, 100% { opacity: 0; } }
@keyframes v3-hero-greeting-5 { 0%, 26% { opacity: 0; } 27%, 33%, 64%, 70% { opacity: 1; } 34%, 63%, 71%, 100% { opacity: 0; } }
@keyframes v3-hero-greeting-6 { 0%, 33% { opacity: 0; } 34%, 40%, 57%, 63% { opacity: 1; } 41%, 56%, 64%, 100% { opacity: 0; } }
@keyframes v3-hero-greeting-7 { 0%, 40% { opacity: 0; } 41%, 47%, 50%, 56% { opacity: 1; } 48%, 49%, 57%, 100% { opacity: 0; } }
@keyframes v3-hero-greeting-8 { 0%, 47% { opacity: 0; } 48%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }

.v3-hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 50, 126, .38) 0%, rgba(0, 67, 150, .2) 36%, rgba(0, 86, 177, .04) 64%, transparent 100%),
    linear-gradient(0deg, rgba(0, 53, 127, .26) 0%, transparent 30%);
}

.v3-hero-content {
  position: relative;
  z-index: 3;
  width: min(100% - 80px, var(--v3-max));
  margin: 0 auto;
  padding: 94px 0 190px;
  color: #fff;
}

.v3-hero-eyebrow {
  color: #7fd0ff;
  letter-spacing: .04em;
  text-transform: none;
}

.v3-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(72px, 8.6vw, 142px);
  font-weight: 800;
  letter-spacing: -.075em;
  line-height: .88;
}

.v3-hero-subtitle {
  margin: 34px 0 0;
  color: #fff;
  font-size: clamp(27px, 2.6vw, 44px);
  font-weight: 720;
  letter-spacing: -.045em;
  line-height: 1.2;
}

.v3-hero-summary {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 480;
  letter-spacing: -.025em;
  line-height: 1.65;
}

.v3-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.v3-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 730;
  letter-spacing: -.02em;
  line-height: 1;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.v3-button:hover {
  transform: translateY(-2px);
}

.v3-button-primary {
  background: var(--v3-blue);
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(6, 117, 247, .25);
}

.v3-button-primary:hover {
  background: #0068dc;
  box-shadow: 0 16px 34px rgba(6, 117, 247, .34);
}

.v3-button-glass {
  border-color: rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .12);
  color: #fff !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.v3-button-secondary {
  border-color: rgba(15, 23, 42, .13);
  background: #fff;
  color: var(--v3-ink) !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .08);
}

.v3-button-light {
  background: #fff;
  color: var(--v3-navy) !important;
}

.v3-button-large {
  min-height: 62px;
  padding: 0 32px;
  font-size: 18px;
}

.v3-inline-link,
.v3-text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--v3-blue) !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.025em;
}

.v3-inline-link {
  color: rgba(255, 255, 255, .88) !important;
  padding: 12px 4px;
}

.v3-inline-link-light {
  color: #fff !important;
}

.v3-hero-facts {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 0;
  width: min(100% - 80px, var(--v3-max));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, .17);
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
  background: rgba(2, 18, 50, .65);
  color: #fff;
  backdrop-filter: blur(24px) saturate(140%);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
  overflow: hidden;
}

.v3-hero-facts div {
  min-height: 122px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 24px 30px;
}

.v3-hero-facts div + div {
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.v3-hero-facts strong {
  color: #fff;
  font-size: clamp(24px, 2.3vw, 38px);
  font-weight: 780;
  letter-spacing: -.055em;
  line-height: 1;
}

.v3-hero-facts span {
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  font-weight: 600;
}

.v3-section {
  width: min(100% - 80px, var(--v3-max));
  margin: 0 auto;
  padding: 150px 0;
  scroll-margin-top: 78px;
}

.v3-section-heading {
  max-width: 920px;
  margin-bottom: 58px;
}

.v3-section-heading h2,
.v3-record-title h2,
.v3-speech-copy h2,
.v3-music-copy h2,
.v3-final-copy h2,
.v3-detail-bridge-copy h2 {
  margin: 0;
  color: var(--v3-ink);
  font-size: clamp(50px, 6vw, 96px);
  font-weight: 790;
  letter-spacing: -.075em;
  line-height: .98;
}

.v3-section-heading > p:last-child,
.v3-section-heading-split > div > p,
.v3-record-title > p:last-child,
.v3-speech-copy > p,
.v3-music-copy > p,
.v3-final-copy > p,
.v3-detail-bridge-copy > p {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--v3-muted);
  font-size: clamp(18px, 1.7vw, 24px);
  letter-spacing: -.03em;
  line-height: 1.65;
}

.v3-section-heading-split {
  max-width: none;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: end;
  gap: 80px;
}

.v3-section-heading-split > div:last-child {
  padding-bottom: 8px;
}

.v3-section-heading-split .v3-text-link {
  margin-top: 24px;
}

.v3-bento-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 22px;
}

.v3-bento {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 42px;
  border: 1px solid rgba(15, 23, 42, .07);
  border-radius: var(--v3-radius-xl);
  background: #fff;
  box-shadow: var(--v3-shadow);
  overflow: hidden;
}

.v3-bento-large {
  grid-row: span 2;
  min-height: 800px;
  background:
    radial-gradient(circle at 80% 18%, rgba(38, 152, 255, .24), transparent 34%),
    linear-gradient(145deg, #fff 20%, #e8f3ff 100%);
}

.v3-bento-blue {
  background: linear-gradient(145deg, #087cff, #0047bf);
  color: #fff;
}

.v3-bento-dark {
  background: linear-gradient(145deg, #071936, #020817);
  color: #fff;
}

.v3-bento > span {
  margin-bottom: auto;
  color: var(--v3-blue);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
}

.v3-bento-blue > span,
.v3-bento-dark > span {
  color: #7fd0ff;
}

.v3-bento h3 {
  max-width: 650px;
  margin: 0;
  color: inherit;
  font-size: clamp(36px, 4vw, 68px);
  font-weight: 780;
  letter-spacing: -.065em;
  line-height: 1.03;
}

.v3-bento p {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--v3-muted);
  font-size: 18px;
  letter-spacing: -.025em;
  line-height: 1.6;
}

.v3-bento-blue p,
.v3-bento-dark p {
  color: rgba(255, 255, 255, .75);
}

.v3-bento a {
  margin-top: 28px;
  color: var(--v3-blue);
  font-size: 16px;
  font-weight: 700;
}

.v3-bento-blue a,
.v3-bento-dark a {
  color: #fff;
}

.v3-why {
  padding: 150px 0;
  background:
    radial-gradient(circle at 78% 20%, rgba(16, 122, 255, .35), transparent 34%),
    linear-gradient(145deg, #041127, #061f4d 62%, #063e92);
  color: #fff;
  scroll-margin-top: 78px;
}

.v3-why-inner,
.v3-record-inner {
  width: min(100% - 80px, var(--v3-max));
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 100px;
  margin: 0 auto;
}

.v3-section-heading-light h2,
.v3-section-heading-light > p:last-child {
  color: #fff;
}

.v3-section-heading-light > p:last-child {
  color: rgba(255, 255, 255, .67);
}

.v3-why-list {
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.v3-why-list article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 30px;
  padding: 42px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.v3-why-list article > span {
  color: #6fc6ff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .1em;
}

.v3-why-list h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(27px, 2.5vw, 42px);
  font-weight: 730;
  letter-spacing: -.05em;
  line-height: 1.15;
}

.v3-why-list p {
  max-width: 690px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .65);
  font-size: 17px;
  letter-spacing: -.02em;
  line-height: 1.65;
}

.v3-promise-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.v3-promise-card {
  min-height: 265px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: var(--v3-radius-lg);
  background: #fff;
  box-shadow: 0 16px 42px rgba(16, 24, 40, .055);
}

.v3-card-number {
  color: var(--v3-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
}

.v3-promise-card h3 {
  margin: auto 0 0;
  color: var(--v3-ink);
  font-size: clamp(25px, 2.3vw, 36px);
  font-weight: 740;
  letter-spacing: -.055em;
  line-height: 1.15;
}

.v3-promise-card p {
  margin: 14px 0 0;
  color: var(--v3-muted);
  font-size: 16px;
  line-height: 1.55;
}

.v3-record {
  padding: 150px 0;
  background: #fff;
  scroll-margin-top: 78px;
}

.v3-record-title {
  position: sticky;
  top: 108px;
  align-self: start;
}

.v3-timeline {
  border-top: 1px solid var(--v3-line);
}

.v3-timeline article {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 30px;
  padding: 38px 0;
  border-bottom: 1px solid var(--v3-line);
}

.v3-timeline time {
  color: var(--v3-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
}

.v3-timeline strong {
  color: var(--v3-ink);
  font-size: clamp(27px, 2.5vw, 40px);
  font-weight: 750;
  letter-spacing: -.055em;
  line-height: 1.1;
}

.v3-timeline p {
  margin: 13px 0 0;
  color: var(--v3-muted);
  font-size: 17px;
  line-height: 1.6;
}

.v3-schedule-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.v3-schedule-card {
  position: relative;
  min-height: 285px;
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 28px;
  padding: 32px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: var(--v3-radius-lg);
  background: #fff;
  box-shadow: 0 16px 42px rgba(16, 24, 40, .055);
}

.v3-schedule-date strong {
  display: block;
  color: var(--v3-blue);
  font-size: 42px;
  font-weight: 780;
  letter-spacing: -.07em;
  line-height: 1;
}

.v3-schedule-date span {
  display: block;
  margin-top: 8px;
  color: var(--v3-muted);
  font-size: 14px;
  font-weight: 650;
}

.v3-schedule-meta {
  display: flex;
  gap: 8px;
  color: var(--v3-blue);
  font-size: 15px;
  font-weight: 750;
}

.v3-schedule-meta span + span::before {
  content: "·";
  margin-right: 8px;
  color: #98a2b3;
}

.v3-schedule-copy h3 {
  margin: 18px 0 0;
  color: var(--v3-ink);
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 740;
  letter-spacing: -.055em;
  line-height: 1.17;
}

.v3-schedule-copy p {
  margin: 12px 0 0;
  color: var(--v3-muted);
  font-size: 15px;
  line-height: 1.5;
}

.v3-card-action {
  position: absolute;
  right: 28px;
  bottom: 26px;
  color: var(--v3-blue) !important;
  font-size: 15px;
  font-weight: 720;
}

.v3-speech-feature {
  width: min(100% - 80px, var(--v3-max));
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 24px;
  margin: 0 auto 150px;
  padding: 40px;
  border-radius: var(--v3-radius-xl);
  background: linear-gradient(145deg, #e5f2ff, #fff 60%);
  box-shadow: var(--v3-shadow);
  scroll-margin-top: 78px;
}

.v3-speech-copy {
  padding: 42px;
}

.v3-speech-copy .v3-button {
  margin-top: 32px;
}

.v3-speech-cards {
  display: grid;
  gap: 12px;
}

.v3-speech-card {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 34px;
  border-radius: 24px;
  background: #fff;
  color: var(--v3-ink) !important;
  box-shadow: 0 12px 36px rgba(16, 24, 40, .06);
  transition: transform .22s ease;
}

.v3-speech-card:hover {
  transform: translateX(5px);
}

.v3-speech-card span {
  color: var(--v3-blue);
  font-size: 13px;
  font-weight: 800;
}

.v3-speech-card strong {
  margin-top: 10px;
  font-size: clamp(24px, 2.1vw, 34px);
  font-weight: 740;
  letter-spacing: -.05em;
}

.v3-speech-card p {
  margin: 8px 0 0;
  color: var(--v3-muted);
  font-size: 15px;
  line-height: 1.5;
}

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

.v3-news-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--v3-radius-lg);
  background: #fff;
  color: var(--v3-ink) !important;
  box-shadow: var(--v3-shadow);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.v3-news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 80px rgba(16, 24, 40, .14);
}

.v3-news-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #d9eafd;
}

.v3-news-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .5s ease;
}

.v3-news-card:hover .v3-news-image img {
  transform: scale(1.025);
}

.v3-news-body {
  min-height: 315px;
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.v3-news-meta {
  display: flex;
  gap: 8px;
  color: var(--v3-blue);
  font-size: 13px;
  font-weight: 800;
}

.v3-news-meta span + span::before {
  content: "·";
  margin-right: 8px;
  color: #98a2b3;
}

.v3-news-body h3 {
  margin: 18px 0 0;
  color: var(--v3-ink);
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 740;
  letter-spacing: -.055em;
  line-height: 1.18;
}

.v3-news-body p {
  margin: 16px 0 0;
  color: var(--v3-muted);
  font-size: 16px;
  line-height: 1.58;
}

.v3-news-body .v3-text-link {
  margin-top: auto;
  padding-top: 22px;
}

.v3-music-feature {
  position: relative;
  min-height: 720px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  padding: 80px max(40px, calc((100% - var(--v3-max)) / 2));
  background:
    radial-gradient(circle at 22% 20%, rgba(33, 154, 255, .48), transparent 34%),
    linear-gradient(145deg, #041330, #063f9f 65%, #0679f7);
  color: #fff;
  overflow: hidden;
  scroll-margin-top: 78px;
}

.v3-music-art {
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 50px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--v3-radius-xl);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.v3-wave {
  width: clamp(12px, 1.5vw, 22px);
  border-radius: 999px;
  background: linear-gradient(180deg, #fff, #58c7ff);
  box-shadow: 0 0 28px rgba(88, 199, 255, .35);
}

.v3-wave-1 { height: 28%; }
.v3-wave-2 { height: 58%; }
.v3-wave-3 { height: 82%; }
.v3-wave-4 { height: 48%; }
.v3-wave-5 { height: 90%; }
.v3-wave-6 { height: 66%; }
.v3-wave-7 { height: 38%; }

.v3-music-copy h2,
.v3-music-copy > p {
  color: #fff;
}

.v3-music-copy > p {
  color: rgba(255, 255, 255, .72);
}

.v3-final-cta {
  width: min(100% - 80px, var(--v3-max));
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 60px;
  margin: 0 auto;
  padding: 150px 0;
}

.v3-final-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.v3-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s cubic-bezier(.2, .65, .25, 1), transform .7s cubic-bezier(.2, .65, .25, 1);
}

.v3-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.v3-detail-bridge {
  width: min(100% - 64px, var(--v3-max));
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 64px;
  margin: 96px auto 120px;
  padding: 64px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: var(--v3-radius-xl);
  background: linear-gradient(145deg, #fff, #eef6ff);
  box-shadow: var(--v3-shadow);
}

.v3-detail-bridge-copy h2 {
  font-size: clamp(44px, 5vw, 76px);
}

.v3-detail-principles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--v3-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, .72);
  overflow: hidden;
}

.v3-detail-principles div {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
}

.v3-detail-principles div:nth-child(2n) {
  border-left: 1px solid var(--v3-line);
}

.v3-detail-principles div:nth-child(n+3) {
  border-top: 1px solid var(--v3-line);
}

.v3-detail-principles span {
  color: var(--v3-blue);
  font-size: 12px;
  font-weight: 800;
}

.v3-detail-principles strong {
  color: var(--v3-ink);
  font-size: 23px;
  font-weight: 720;
  letter-spacing: -.04em;
}

.v3-detail-links {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.v3-home :focus-visible,
.v3-detail-bridge :focus-visible {
  outline: 3px solid #ffbf00;
  outline-offset: 4px;
}

@media (max-width: 1100px) {
  .v3-hero-content,
  .v3-hero-facts,
  .v3-section,
  .v3-why-inner,
  .v3-record-inner,
  .v3-speech-feature,
  .v3-final-cta {
    width: min(100% - 48px, var(--v3-max));
  }

  .v3-section-heading-split,
  .v3-why-inner,
  .v3-record-inner,
  .v3-speech-feature,
  .v3-detail-bridge {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .v3-record-title {
    position: static;
  }

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

  .v3-news-card:last-child {
    grid-column: 1 / -1;
  }

  .v3-music-feature {
    grid-template-columns: .8fr 1.2fr;
    gap: 40px;
  }

  .v3-final-cta {
    grid-template-columns: 1fr;
  }

  .v3-final-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 1600px) {
  .v3-hero-greeting-frame {
    transform: translateY(52px) scale(1.08);
  }
}

@media (max-width: 760px) {
  .v3-hero {
    min-height: 840px;
    align-items: flex-end;
  }

  .v3-hero-media {
    background:
      radial-gradient(circle at 72% 10%, rgba(158, 224, 255, .46) 0%, rgba(67, 177, 232, .2) 28%, transparent 52%),
      linear-gradient(150deg, #0b74cc 0%, #128ed7 36%, #0062b8 76%, #004ea2 100%);
  }

  .v3-hero-media::before {
    left: -8%;
    bottom: 45%;
    width: 116%;
    height: 34%;
  }

  .v3-hero-media::after {
    right: -5%;
    width: 34%;
    opacity: .68;
  }

  .v3-hero-greeting {
    top: 18px;
    right: -18%;
    bottom: auto;
    width: 112%;
    height: 390px;
  }

  .v3-hero-greeting-frame {
    transform: translateY(10px) scale(1.1);
    transform-origin: center top;
    object-position: center top;
  }

  .v3-hero-shade {
    background:
      linear-gradient(0deg, rgba(0, 52, 125, .44) 0%, rgba(0, 67, 146, .28) 44%, rgba(0, 75, 158, .08) 78%, rgba(0, 75, 158, .02) 100%),
      linear-gradient(90deg, rgba(0, 61, 139, .18), transparent 70%);
  }

  .v3-hero-content {
    width: calc(100% - 40px);
    padding: 360px 0 230px;
  }

  .v3-hero h1 {
    font-size: clamp(54px, 16vw, 78px);
    line-height: .92;
  }

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

  .v3-hero-summary {
    font-size: 17px;
    line-height: 1.58;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .v3-actions {
    align-items: stretch;
  }

  .v3-hero .v3-button {
    width: 100%;
  }

  .v3-hero .v3-inline-link {
    justify-content: center;
  }

  .v3-hero-facts {
    width: calc(100% - 40px);
    grid-template-columns: repeat(2, 1fr);
    border-radius: 22px 22px 0 0;
  }

  .v3-hero-facts div {
    min-height: 84px;
    padding: 16px 18px;
  }

  .v3-hero-facts div + div {
    border-left: 0;
  }

  .v3-hero-facts div:nth-child(2n) {
    border-left: 1px solid rgba(255, 255, 255, .14);
  }

  .v3-hero-facts div:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, .14);
  }

  .v3-section,
  .v3-why-inner,
  .v3-record-inner,
  .v3-speech-feature,
  .v3-final-cta {
    width: calc(100% - 32px);
  }

  .v3-section,
  .v3-why,
  .v3-record,
  .v3-final-cta {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .v3-section-heading,
  .v3-section-heading-split {
    margin-bottom: 38px;
  }

  .v3-section-heading h2,
  .v3-record-title h2,
  .v3-speech-copy h2,
  .v3-music-copy h2,
  .v3-final-copy h2,
  .v3-detail-bridge-copy h2 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .v3-section-heading > p:last-child,
  .v3-section-heading-split > div > p,
  .v3-record-title > p:last-child,
  .v3-speech-copy > p,
  .v3-music-copy > p,
  .v3-final-copy > p,
  .v3-detail-bridge-copy > p {
    font-size: 17px;
  }

  .v3-bento-grid,
  .v3-promise-grid,
  .v3-schedule-grid,
  .v3-news-grid {
    grid-template-columns: 1fr;
  }

  .v3-bento,
  .v3-bento-large {
    min-height: 440px;
    grid-row: auto;
    padding: 30px;
    border-radius: 28px;
  }

  .v3-bento h3 {
    font-size: 42px;
  }

  .v3-why-inner {
    gap: 28px;
  }

  .v3-why-list article {
    grid-template-columns: 42px 1fr;
    gap: 16px;
    padding: 30px 0;
  }

  .v3-promise-card {
    min-height: 230px;
    padding: 26px;
  }

  .v3-timeline article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .v3-schedule-card {
    min-height: 320px;
    grid-template-columns: 80px 1fr;
    gap: 18px;
    padding: 26px;
  }

  .v3-schedule-date strong {
    font-size: 34px;
  }

  .v3-card-action {
    right: 24px;
    bottom: 24px;
  }

  .v3-speech-feature {
    margin-bottom: 96px;
    padding: 16px;
    border-radius: 28px;
  }

  .v3-speech-copy {
    padding: 28px 18px 18px;
  }

  .v3-speech-card {
    min-height: 165px;
    padding: 26px;
  }

  .v3-news-card:last-child {
    grid-column: auto;
  }

  .v3-news-body {
    min-height: 300px;
    padding: 26px;
  }

  .v3-music-feature {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 80px 20px;
  }

  .v3-music-art {
    min-height: 300px;
    padding: 30px;
  }

  .v3-final-actions,
  .v3-final-actions .v3-button {
    width: 100%;
  }

  .v3-detail-bridge {
    width: calc(100% - 32px);
    gap: 36px;
    margin: 64px auto 90px;
    padding: 28px;
    border-radius: 28px;
  }

  .v3-detail-principles {
    grid-template-columns: 1fr;
  }

  .v3-detail-principles div:nth-child(2n) {
    border-left: 0;
  }

  .v3-detail-principles div + div {
    border-top: 1px solid var(--v3-line);
  }

  .v3-detail-links {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v3-hero-greeting-frame {
    animation: none;
    opacity: 0;
  }

  .v3-hero-greeting-frame-1 {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v3-home *,
  .v3-detail-bridge * {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .v3-reveal {
    opacity: 1;
    transform: none;
  }
}
