:root {
  --bg: #f8f7f3;
  --bg-soft: #eef4f2;
  --surface: #ffffff;
  --text: #111111;
  --muted: #525252;
  --line: #dfddd6;
  --line-strong: #bdb8ae;
  --graphite: #171717;
  --accent: #0f6f73;
  --accent-deep: #0a4f53;
  --accent-ink: #08373b;
  --accent-soft: #e8f4f3;
  --warm-accent: #c97a2b;
  --warm-accent-deep: #a9611f;
  --warm-accent-soft: #f5e4cf;
  --cta-accent: #ff6a00;
  --cta-accent-hover: #ff7a1a;
  --cta-accent-deep: #e65f00;
  --cta-accent-soft: rgba(255, 106, 0, 0.14);
  --navy-dark: #071417;
  --navy-panel: #0b1f24;
  --green: #0e5e61;
  --container: 1240px;
  --shadow: 0 18px 46px rgba(17, 17, 17, 0.08);
  --section-space: clamp(4.5rem, 8vw, 8rem);
  --font-display: "Unbounded", "Arial Black", sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: linear-gradient(180deg, #fbfaf7 0%, #f6f4ee 100%);
  line-height: 1.5;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to right, transparent 0, transparent calc(50% - 620px), rgba(17, 17, 17, 0.03) calc(50% - 620px), rgba(17, 17, 17, 0.03) calc(50% - 619px), transparent calc(50% - 619px), transparent calc(50% + 619px), rgba(17, 17, 17, 0.03) calc(50% + 619px), rgba(17, 17, 17, 0.03) calc(50% + 620px), transparent calc(50% + 620px));
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  width: 100%;
  height: 2px;
  pointer-events: none;
}

.scroll-progress__bar {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--accent) 0%, #1f9ea3 62%, var(--cta-accent) 100%);
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left center;
  opacity: 0.88;
  will-change: transform;
}

.site-main {
  position: relative;
  isolation: isolate;
}

.site-main > *:not(.sound-field) {
  position: relative;
  z-index: 1;
}

.sound-field {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.sound-field__glow,
.sound-field__wave,
.sound-field__ring,
.sound-field__rhythm,
.sound-field__dots {
  position: absolute;
  transform: translate3d(0, var(--sound-field-y, 0px), 0);
  will-change: transform;
}

.sound-field__glow {
  border-radius: 50%;
  filter: blur(6px);
}

.sound-field__glow--hero {
  top: 1.5%;
  right: -8%;
  width: clamp(18rem, 30vw, 30rem);
  height: clamp(18rem, 30vw, 30rem);
  background: radial-gradient(circle, rgba(20, 131, 145, 0.14), transparent 70%);
}

.sound-field__glow--courses {
  top: 18%;
  left: -10%;
  width: clamp(15rem, 24vw, 24rem);
  height: clamp(15rem, 24vw, 24rem);
  background: radial-gradient(circle, rgba(20, 131, 145, 0.09), transparent 72%);
}

.sound-field__glow--video {
  top: 43%;
  right: -9%;
  width: clamp(16rem, 26vw, 26rem);
  height: clamp(16rem, 26vw, 26rem);
  background:
    radial-gradient(circle, rgba(20, 131, 145, 0.11), transparent 70%),
    radial-gradient(circle at 38% 32%, rgba(255, 122, 26, 0.05), transparent 28%);
}

.sound-field__glow--faq {
  top: 77%;
  left: -7%;
  width: clamp(14rem, 22vw, 22rem);
  height: clamp(14rem, 22vw, 22rem);
  background: radial-gradient(circle, rgba(20, 131, 145, 0.08), transparent 72%);
}

.sound-field__wave {
  height: clamp(4.8rem, 8vw, 8rem);
  border-top: 1px solid rgba(15, 111, 115, 0.12);
  border-radius: 50%;
  opacity: 0.7;
}

.sound-field__wave::before {
  content: "";
  position: absolute;
  inset: 16% 12% auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(15, 111, 115, 0.1), transparent);
}

.sound-field__wave--hero {
  top: 10%;
  left: clamp(3%, 7vw, 9%);
  width: min(60vw, 42rem);
  transform: translate3d(0, var(--sound-field-y, 0px), 0) rotate(-8deg);
}

.sound-field__wave--middle {
  top: 36%;
  right: clamp(4%, 8vw, 10%);
  width: min(54vw, 36rem);
  transform: translate3d(0, var(--sound-field-y, 0px), 0) rotate(5deg);
}

.sound-field__wave--lower {
  top: 66%;
  left: clamp(8%, 10vw, 16%);
  width: min(52vw, 34rem);
  transform: translate3d(0, var(--sound-field-y, 0px), 0) rotate(-6deg);
}

.sound-field__ring {
  border: 1px solid rgba(15, 111, 115, 0.1);
  border-radius: 50%;
  opacity: 0.8;
}

.sound-field__ring::before {
  content: "";
  position: absolute;
  inset: 14%;
  border: 1px dashed rgba(255, 122, 26, 0.12);
  border-radius: 50%;
}

.sound-field__ring--one {
  top: 28%;
  right: -3%;
  width: clamp(12rem, 18vw, 17rem);
  height: clamp(12rem, 18vw, 17rem);
}

.sound-field__ring--two {
  top: 71%;
  right: 8%;
  width: clamp(8rem, 12vw, 11rem);
  height: clamp(8rem, 12vw, 11rem);
}

.sound-field__rhythm {
  width: 4.2rem;
  height: 1.4rem;
  opacity: 0.76;
  background:
    linear-gradient(to right,
      rgba(15, 111, 115, 0.78) 0 0.18rem,
      transparent 0.18rem 0.56rem,
      rgba(15, 111, 115, 0.78) 0.56rem 0.74rem,
      transparent 0.74rem 1.12rem,
      rgba(15, 111, 115, 0.78) 1.12rem 1.3rem,
      transparent 1.3rem 1.68rem,
      rgba(255, 122, 26, 0.84) 1.68rem 1.9rem,
      transparent 1.9rem 2.3rem,
      rgba(15, 111, 115, 0.78) 2.3rem 2.48rem,
      transparent 2.48rem 2.9rem,
      rgba(15, 111, 115, 0.78) 2.9rem 3.08rem,
      transparent 3.08rem 3.5rem,
      rgba(15, 111, 115, 0.78) 3.5rem 3.68rem);
}

.sound-field__rhythm--one {
  top: 24%;
  left: clamp(3%, 5vw, 7%);
}

.sound-field__rhythm--two {
  top: 58%;
  right: clamp(4%, 8vw, 10%);
}

.sound-field__dots {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(255, 122, 26, 0.72);
  box-shadow:
    1rem 1.4rem 0 rgba(255, 122, 26, 0.32),
    2rem 0.55rem 0 rgba(20, 131, 145, 0.26);
}

.sound-field__dots--one {
  top: 14%;
  left: 56%;
}

.sound-field__dots--two {
  top: 82%;
  right: 18%;
}

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

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

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

button,
input,
select {
  font: inherit;
}

input,
select,
textarea,
button {
  min-width: 0;
}

.container {
  width: min(var(--container), calc(100% - 2rem));
  margin: 0 auto;
}

.section {
  padding: var(--section-space) 0;
}

.section-tight {
  padding: 0 0 var(--section-space);
}

.section-first {
  padding-top: 28px;
  padding-bottom: clamp(40px, 5vw, 72px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  inset: auto;
  height: auto;
  min-height: 0;
  padding: 10px 0;
  background: rgba(248, 247, 243, 0.94);
  backdrop-filter: blur(12px);
  transition: background-color 0.22s ease, box-shadow 0.22s ease, padding 0.22s ease, backdrop-filter 0.22s ease;
}

.site-header.is-scrolled {
  padding: 10px 0;
  background: rgba(248, 247, 243, 0.94);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 28px rgba(17, 17, 17, 0.07);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 1rem;
  align-items: center;
  height: 82px;
  min-height: 82px;
  padding: 0;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  height: 82px;
  min-width: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}

.brand-logo {
  display: block;
  width: clamp(190px, 15vw, 250px);
  height: auto;
  max-height: 76px;
  max-width: none;
  object-fit: contain;
  object-position: left center;
  margin: 0;
}

.brand-fallback {
  display: none;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
}

.brand-wave {
  display: inline-flex;
  align-items: end;
  gap: 0.2rem;
  height: 0.75rem;
  margin-bottom: 0.12rem;
}

.brand-wave span {
  display: block;
  width: 0.16rem;
  background: var(--accent);
  border-radius: 999px;
}

.brand-wave span:nth-child(1),
.brand-wave span:nth-child(7) {
  height: 0.28rem;
}

.brand-wave span:nth-child(2),
.brand-wave span:nth-child(6) {
  height: 0.48rem;
}

.brand-wave span:nth-child(3),
.brand-wave span:nth-child(5) {
  height: 0.64rem;
}

.brand-wave span:nth-child(4) {
  height: 0.8rem;
}

.brand-mark,
.brand-footer {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--accent-ink);
}

.hero-label,
.section-kicker,
.media-tag,
.proof-number,
.course-card span {
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 0.9rem;
  font-size: 0.95rem;
  line-height: 1.1;
  color: var(--muted);
  margin: 0;
  padding: 0;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.site-nav-phone {
  display: none !important;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 100%;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

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

.menu-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
}

.menu-toggle span {
  display: block;
  width: 1rem;
  height: 2px;
  margin: 0.32rem auto;
  background: var(--text);
  transition: transform 0.2s ease;
}

.menu-toggle.is-active span:first-child {
  transform: translateY(0.34rem) rotate(45deg);
}

.menu-toggle.is-active span:last-child {
  transform: translateY(-0.34rem) rotate(-45deg);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0.56rem 1rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.header-cta,
.button-primary {
  background: var(--cta-accent);
  color: #ffffff;
}

.header-cta:hover,
.button-primary:hover,
.button-primary:focus-visible {
  background: var(--cta-accent-deep);
  transform: translateY(-1px);
}

.button-secondary {
  background: transparent;
  border-color: var(--line-strong);
  color: var(--text);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--text);
}

.button-full {
  width: 100%;
}

.header-phone {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.header-phone:hover,
.header-phone:focus-visible {
  color: var(--accent);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  color: var(--graphite);
  line-height: 1.04;
  text-wrap: balance;
}

h1 {
  font-size: clamp(3.6rem, 6.4vw, 6.4rem);
  letter-spacing: -0.055em;
  line-height: 0.96;
  max-width: 8.5ch;
  overflow-wrap: normal;
}

h2 {
  font-size: clamp(1.9rem, 3.5vw, 3.5rem);
  letter-spacing: -0.035em;
  max-width: 14ch;
}

h3 {
  font-size: clamp(1.12rem, 1.55vw, 1.55rem);
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
}

p {
  margin: 0;
}

.hero-grid,
.teachers-layout,
.concerts-layout,
.trial-layout,
.audience-layout,
.audience-stage,
.audience-route {
  display: grid;
  gap: 2rem;
}

.hero-grid > *,
.teachers-layout > *,
.concerts-layout > *,
.trial-layout > *,
.audience-layout > *,
.audience-stage > *,
.audience-stage-stack > *,
.audience-route > *,
.audience-route-steps > *,
.section-head > *,
.proof-grid > *,
.course-grid > *,
.practical-grid > *,
.trial-steps div > *,
.footer-inner > *,
.hero-actions > *,
.hero-strip > *,
.concerts-points > * {
  min-width: 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 3.4vw, 54px);
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.hero::before {
  width: min(44vw, 620px);
  height: min(32vw, 420px);
  right: 3%;
  top: 15%;
  background: radial-gradient(circle, rgba(80, 174, 178, 0.4) 0%, rgba(80, 174, 178, 0.16) 36%, rgba(80, 174, 178, 0) 68%);
  filter: blur(4px);
}

.hero::after {
  width: min(38vw, 520px);
  height: min(38vw, 520px);
  right: 5%;
  top: 10%;
  border: 1px solid rgba(22, 116, 122, 0.22);
  border-radius: 50%;
  opacity: 0.92;
}

.hero-copy {
  display: grid;
  gap: 1.1rem;
  padding-top: 0.25rem;
  position: relative;
  z-index: 2;
  min-width: 0;
  width: 100%;
  overflow: visible;
}

.hero-copy h1 {
  max-width: 7.4ch;
  font-size: clamp(3.4rem, 5.2vw, 5.6rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
  overflow-wrap: normal;
  word-break: normal;
  white-space: normal;
  position: static;
  transform: none;
  margin-right: 0;
}

.hero-label,
.section-kicker,
.media-tag {
  font-size: 0.74rem;
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.22em;
}

.hero-text,
.section-note,
.teachers-copy p,
.concerts-copy p,
.trial-copy p,
.hero-side-note p,
.proof-card p {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 35rem;
  overflow-wrap: anywhere;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 0.2rem;
}

.hero-actions .button {
  white-space: normal;
  text-align: center;
}

.hero-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding-top: 0.3rem;
  max-width: 100%;
}

.hero-strip span,
.concerts-points span {
  display: inline-flex;
  align-items: center;
  min-height: 2.3rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  font-size: 0.92rem;
  font-weight: 600;
  white-space: normal;
  text-align: center;
  flex: 0 0 auto;
}

.hero-strip span:nth-child(2n),
.concerts-points span:nth-child(2n) {
  border-color: rgba(201, 122, 43, 0.3);
  background: linear-gradient(180deg, #ffffff 0%, var(--warm-accent-soft) 100%);
}

.hero-media {
  display: grid;
  gap: 1rem;
  align-content: center;
  min-width: 0;
  position: relative;
  z-index: 1;
  padding: clamp(0.45rem, 1.2vw, 0.95rem) clamp(0.1rem, 0.5vw, 0.45rem);
  isolation: isolate;
  min-height: clamp(31rem, 42vw, 38rem);
}

.hero-media::before,
.hero-media::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
  z-index: 0;
}

.hero-media::before {
  left: 10%;
  right: 2%;
  top: 9%;
  bottom: 10%;
  border-radius: 42% 58% 46% 54% / 38% 34% 66% 62%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.34)),
    radial-gradient(circle at 68% 34%, rgba(75, 194, 199, 0.14), transparent 34%),
    radial-gradient(circle at 28% 72%, rgba(15, 111, 115, 0.12), transparent 28%);
  border: 1px solid rgba(15, 111, 115, 0.08);
  box-shadow: 0 34px 68px rgba(17, 17, 17, 0.08);
  transform: translate3d(0, var(--hero-parallax-y, 0px), 0);
}

.hero-media::after {
  right: 8%;
  bottom: 14%;
  width: clamp(6rem, 12vw, 9rem);
  height: clamp(6rem, 12vw, 9rem);
  border-radius: 1.5rem;
  border: 1px solid rgba(15, 111, 115, 0.14);
  background:
    linear-gradient(90deg, rgba(15, 111, 115, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 111, 115, 0.06) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.58;
  transform: translate3d(0, calc(var(--hero-parallax-y, 0px) * -1), 0) rotate(-6deg);
}

.hero-geometry {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-glow,
.hero-orbit,
.hero-grid-fragment,
.hero-wave,
.hero-path,
.hero-bars,
.hero-dot {
  position: absolute;
  pointer-events: none;
  transform: translate3d(0, var(--hero-parallax-y, 0px), 0);
}

.hero-glow {
  border-radius: 50%;
  filter: blur(14px);
}

.hero-glow-one {
  top: 8%;
  right: 4%;
  width: clamp(12rem, 28vw, 21rem);
  height: clamp(12rem, 28vw, 21rem);
  background: radial-gradient(circle, rgba(75, 194, 199, 0.42) 0%, rgba(75, 194, 199, 0.2) 34%, transparent 72%);
}

.hero-glow-two {
  left: 8%;
  bottom: 10%;
  width: clamp(10rem, 24vw, 18rem);
  height: clamp(10rem, 24vw, 18rem);
  background: radial-gradient(circle, rgba(20, 131, 145, 0.28) 0%, rgba(20, 131, 145, 0.12) 32%, transparent 74%);
}

.hero-orbit {
  border: 1px solid rgba(15, 111, 115, 0.24);
  border-radius: 50%;
}

.hero-orbit-one {
  top: 4%;
  right: 2%;
  width: clamp(13rem, 26vw, 20rem);
  height: clamp(13rem, 26vw, 20rem);
}

.hero-orbit-two {
  left: -2%;
  bottom: 6%;
  width: clamp(10rem, 22vw, 16rem);
  height: clamp(10rem, 22vw, 16rem);
  border-style: dashed;
  border-color: rgba(255, 106, 0, 0.28);
}

.hero-grid-fragment {
  right: 4%;
  bottom: 12%;
  width: clamp(8rem, 15vw, 10.5rem);
  height: clamp(6rem, 11vw, 8rem);
  border-radius: 1.2rem;
  background:
    linear-gradient(90deg, rgba(15, 111, 115, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 111, 115, 0.07) 1px, transparent 1px);
  background-size: 16px 16px;
  mask-image: linear-gradient(135deg, black 0 68%, transparent 100%);
  opacity: 0.62;
}

.hero-wave {
  border-radius: 999px;
  opacity: 0.68;
}

.hero-wave-one {
  left: 4%;
  top: 17%;
  width: clamp(6rem, 12vw, 8rem);
  height: 10px;
  background:
    radial-gradient(circle at 8px 5px, rgba(15, 111, 115, 0.86) 0 2px, transparent 2px),
    linear-gradient(90deg, rgba(15, 111, 115, 0) 0%, rgba(15, 111, 115, 0.62) 20%, rgba(15, 111, 115, 0.22) 100%);
  mask-image: radial-gradient(circle at 0 50%, transparent 0 14px, black 15px),
    radial-gradient(circle at 100% 50%, transparent 0 14px, black 15px);
}

.hero-wave-two {
  right: 10%;
  bottom: 16%;
  width: clamp(7rem, 14vw, 9rem);
  height: 12px;
  background:
    radial-gradient(circle at 10px 6px, rgba(75, 194, 199, 0.84) 0 2px, transparent 2px),
    linear-gradient(90deg, rgba(75, 194, 199, 0) 0%, rgba(75, 194, 199, 0.56) 22%, rgba(75, 194, 199, 0.18) 100%);
  mask-image: radial-gradient(circle at 0 50%, transparent 0 14px, black 15px),
    radial-gradient(circle at 100% 50%, transparent 0 14px, black 15px);
}

.hero-path {
  border-top: 1px solid rgba(15, 111, 115, 0.24);
  border-right: 1px solid rgba(15, 111, 115, 0.24);
  border-radius: 999px;
  opacity: 0.7;
}

.hero-path-one {
  left: 10%;
  bottom: 18%;
  width: clamp(10rem, 22vw, 16rem);
  height: clamp(4rem, 10vw, 7rem);
  transform: translate3d(0, var(--hero-parallax-y, 0px), 0) rotate(-8deg);
}

.hero-bars {
  display: inline-flex;
  align-items: end;
  gap: 0.22rem;
  min-height: 1.2rem;
}

.hero-bars::before,
.hero-bars::after {
  content: "";
  display: block;
  width: 0.2rem;
  border-radius: 999px;
  background: rgba(15, 111, 115, 0.9);
}

.hero-bars-one {
  left: 5%;
  bottom: 24%;
}

.hero-bars-one::before {
  height: 0.78rem;
  box-shadow:
    0.36rem 0.22rem 0 0 rgba(15, 111, 115, 0.75),
    0.72rem -0.08rem 0 0 rgba(255, 106, 0, 0.9),
    1.08rem 0.1rem 0 0 rgba(15, 111, 115, 0.8);
}

.hero-bars-one::after {
  display: none;
}

.hero-bars-two {
  right: 8%;
  top: 18%;
}

.hero-bars-two::before {
  height: 0.58rem;
  box-shadow:
    0.36rem -0.18rem 0 0 rgba(75, 194, 199, 0.84),
    0.72rem 0.14rem 0 0 rgba(15, 111, 115, 0.76),
    1.08rem -0.06rem 0 0 rgba(255, 106, 0, 0.76);
}

.hero-bars-two::after {
  display: none;
}

.hero-dot {
  border-radius: 50%;
}

.hero-dot-one {
  left: 20%;
  top: 9%;
  width: 0.42rem;
  height: 0.42rem;
  background: rgba(255, 106, 0, 0.88);
}

.hero-dot-two {
  right: 18%;
  bottom: 9%;
  width: 0.36rem;
  height: 0.36rem;
  background: rgba(75, 194, 199, 0.82);
}

.hero-dot-three {
  right: 32%;
  top: 24%;
  width: 0.28rem;
  height: 0.28rem;
  background: rgba(255, 106, 0, 0.58);
}

.media-panel {
  position: relative;
  overflow: hidden;
  min-height: 18rem;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.45)),
    linear-gradient(135deg, #f0f5f4 0%, #dde8e6 48%, #cad8d5 100%);
  box-shadow: var(--shadow);
}

.hero-photo {
  width: 100%;
  max-width: 100%;
  min-height: clamp(420px, 42vw, 560px);
  max-height: 620px;
  padding: clamp(0.08rem, 0.28vw, 0.22rem);
  border-radius: 36px;
  overflow: visible;
  box-shadow: none;
  position: relative;
  background: transparent;
  isolation: isolate;
}

.hero-photo::before {
  content: "";
  position: absolute;
  inset: 12% 6% 8% 6%;
  z-index: 0;
  border-radius: 40% 60% 44% 56% / 32% 30% 70% 68%;
  background:
    radial-gradient(circle at 62% 36%, rgba(75, 194, 199, 0.22), transparent 34%),
    radial-gradient(circle at 30% 72%, rgba(255, 106, 0, 0.08), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.14));
  border: 1px solid rgba(15, 111, 115, 0.1);
  box-shadow: 0 30px 56px rgba(17, 17, 17, 0.08);
}

.hero-photo-halo {
  position: absolute;
  inset: 17% 11% 9% 11%;
  z-index: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(75, 194, 199, 0.22) 0%, rgba(75, 194, 199, 0.1) 42%, transparent 72%);
  filter: blur(14px);
  transform: translate3d(0, var(--hero-parallax-y, 0px), 0);
}

.hero-photo img,
.hero-visual__image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: clamp(420px, 42vw, 560px);
  max-height: 620px;
  display: block;
  object-fit: contain;
  object-position: center center;
  transform: translate3d(0, calc(var(--hero-parallax-y, 0px) - 24px), 0);
}

.hero-sound-wave {
  position: absolute;
  right: -3%;
  bottom: 8%;
  width: min(38vw, 520px);
  height: auto;
  z-index: 0;
  pointer-events: none;
  transform: translate3d(0, var(--hero-parallax-y, 0px), 0);
  opacity: 0.88;
}

.hero-sound-wave path {
  stroke: rgba(22, 116, 122, 0.24);
}

.courses {
  position: relative;
  overflow: hidden;
}

.courses::before,
.courses::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.courses::before {
  top: 14%;
  right: -4%;
  width: min(36vw, 480px);
  height: min(26vw, 340px);
  background: radial-gradient(circle, rgba(80, 174, 178, 0.26) 0%, rgba(80, 174, 178, 0.12) 32%, rgba(80, 174, 178, 0) 72%);
}

.courses::after {
  left: 5%;
  bottom: 10%;
  width: 4rem;
  height: 2rem;
  opacity: 0.34;
  background:
    linear-gradient(to bottom, rgba(20, 118, 124, 0.9) 0 100%) 0 0.7rem / 0.22rem 1rem no-repeat,
    linear-gradient(to bottom, rgba(20, 118, 124, 0.9) 0 100%) 0.8rem 0.35rem / 0.22rem 1.35rem no-repeat,
    linear-gradient(to bottom, rgba(20, 118, 124, 0.9) 0 100%) 1.6rem 0.9rem / 0.22rem 0.82rem no-repeat,
    linear-gradient(to bottom, rgba(20, 118, 124, 0.9) 0 100%) 2.4rem 0.45rem / 0.22rem 1.2rem no-repeat,
    linear-gradient(to bottom, rgba(255, 106, 0, 0.92) 0 100%) 3.2rem 0.7rem / 0.22rem 1rem no-repeat;
}

.courses .container {
  position: relative;
  z-index: 1;
}

.media-panel-large {
  min-height: 34rem;
}

.teachers-photo-card {
  position: relative;
  display: grid;
  align-items: stretch;
  aspect-ratio: 4 / 5;
  min-height: clamp(28rem, 42vw, 35rem);
  border: 1px solid rgba(20, 131, 145, 0.14);
  border-radius: 1.75rem;
  background: #101819;
  box-shadow: 0 28px 56px rgba(32, 25, 20, 0.14);
  overflow: hidden;
  isolation: isolate;
}

.teachers-photo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(180deg, rgba(7, 20, 23, 0.18) 0%, rgba(7, 20, 23, 0.34) 38%, rgba(7, 20, 23, 0.72) 100%),
    url("media/primavera-teachers-live-vibe.jpg");
  background-size: auto, cover;
  background-position: center, center top;
  filter: blur(18px);
  transform: scale(1.08);
  opacity: 0.45;
}

.teachers-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 20, 23, 0.04) 0%, rgba(7, 20, 23, 0.14) 36%, rgba(7, 20, 23, 0.52) 100%),
    linear-gradient(90deg, rgba(7, 20, 23, 0.14) 0%, rgba(7, 20, 23, 0) 30%, rgba(7, 20, 23, 0.18) 100%);
}

.teachers-photo-main {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: clamp(0.7rem, 1.2vw, 1.1rem);
  object-fit: contain;
  object-position: center top;
}

.teachers-photo-label,
.teachers-photo-overlay,
.teachers-media-eq {
  position: absolute;
  z-index: 2;
}

.teachers-photo-label {
  top: 1rem;
  left: 1rem;
  max-width: calc(100% - 5.75rem);
  padding: 0.48rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(7, 20, 23, 0.26);
  backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.teachers-media-eq {
  right: 1.2rem;
  bottom: 1.3rem;
  z-index: 2;
}

.teachers-photo-overlay {
  left: 1rem;
  right: 4.8rem;
  bottom: 1rem;
  display: grid;
  gap: 0.34rem;
  max-width: 22rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1rem;
  background: rgba(7, 20, 23, 0.32);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 28px rgba(7, 20, 23, 0.14);
}

.teachers-copy {
  gap: 1.05rem;
}

.teachers-copy p {
  max-width: 36rem;
}

.teachers-copy .point-list {
  display: grid;
  gap: 0.7rem;
  padding-left: 1.1rem;
}

.teachers-photo-overlay strong {
  font-size: clamp(1.05rem, 1.25vw, 1.2rem);
  color: #ffffff;
}

.teachers-photo-overlay p {
  max-width: 26rem;
  color: rgba(255, 255, 255, 0.76);
}

.media-panel-stage {
  min-height: 31rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.1)),
    linear-gradient(135deg, #dae8e6 0%, #bfd2ce 36%, #98b0ad 100%);
}

.media-info {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  display: grid;
  gap: 0.45rem;
  z-index: 1;
  max-width: min(100% - 2.4rem, 28rem);
}

.media-info strong {
  font-size: 1rem;
  overflow-wrap: anywhere;
  color: #f7f8f5;
}

.media-info p {
  max-width: 24rem;
  color: rgba(255, 255, 255, 0.76);
  overflow-wrap: anywhere;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: start;
  margin-top: 0.35rem;
}

.proof-card {
  position: relative;
  padding: 1.45rem 1.25rem 0 0;
  border-top: 1px solid rgba(8, 55, 59, 0.14);
}

.proof-card:not(:last-child) {
  border-right: 1px solid rgba(8, 55, 59, 0.12);
  padding-right: 1.8rem;
  margin-right: 1.8rem;
}

.proof-bars {
  display: inline-flex;
  align-items: end;
  gap: 0.18rem;
  height: 0.95rem;
  margin-bottom: 0.55rem;
}

.proof-bars i {
  display: block;
  width: 0.15rem;
  border-radius: 999px;
  background: var(--accent);
}

.proof-bars i:nth-child(1),
.proof-bars i:nth-child(4) {
  height: 0.36rem;
}

.proof-bars i:nth-child(2),
.proof-bars i:nth-child(3) {
  height: 0.82rem;
}

.proof-number {
  display: block;
  margin-bottom: 0.45rem;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.4vw, 2.7rem);
  color: var(--accent);
  font-weight: 700;
}

.proof-card h2 {
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  margin-bottom: 0.45rem;
  max-width: none;
  overflow-wrap: anywhere;
}

.proof-card p {
  max-width: 17rem;
  font-size: 0.98rem;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.85fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2.2rem;
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.course-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto auto 1fr;
  gap: 0.8rem;
  min-height: 18.25rem;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background: var(--surface);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.course-card span {
  font-size: 0.72rem;
  color: var(--warm-accent);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.course-bars {
  display: inline-block;
  width: 2.3rem;
  height: 0.85rem;
  background:
    linear-gradient(to right,
      var(--accent) 0 0.18rem,
      transparent 0.18rem 0.44rem,
      var(--accent) 0.44rem 0.62rem,
      transparent 0.62rem 0.88rem,
      var(--accent) 0.88rem 1.06rem,
      transparent 1.06rem 1.32rem,
      var(--accent) 1.32rem 1.5rem,
      transparent 1.5rem 1.76rem,
      var(--accent) 1.76rem 1.94rem);
  opacity: 0.8;
}

.course-illustration {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 10;
  min-height: clamp(8.5rem, 11vw, 10.5rem);
  padding: 0.2rem 0.2rem 0.4rem;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

.course-illustration-image {
  display: block;
  width: 100%;
  max-width: 13rem;
  height: auto;
  max-height: 9.5rem;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  transition: transform 0.32s ease;
  transform-origin: center center;
}

.course-card p,
.audience-list p,
.trial-steps p,
.price-list span,
.form-intro p,
.form-note,
.footer-inner p,
.footer-links,
.point-list {
  color: var(--muted);
  overflow-wrap: anywhere;
}

.course-card h3,
.audience-list h3,
.teachers-copy h2,
.concerts-copy h2,
.trial-copy h2,
.practical-panel h2 {
  overflow-wrap: anywhere;
}

.course-card:hover,
.course-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(15, 111, 115, 0.34);
  box-shadow: 0 24px 42px rgba(15, 111, 115, 0.14);
  background: var(--surface);
}

.course-card:hover .course-bars,
.course-card:focus-within .course-bars {
  background:
    linear-gradient(to right,
      var(--accent) 0 0.18rem,
      transparent 0.18rem 0.34rem,
      var(--accent) 0.34rem 0.52rem,
      transparent 0.52rem 0.64rem,
      var(--accent) 0.64rem 0.82rem,
      transparent 0.82rem 0.9rem,
      var(--accent) 0.9rem 1.08rem,
      transparent 1.08rem 1.12rem,
      var(--accent) 1.12rem 1.3rem,
      transparent 1.3rem 1.32rem,
      var(--accent) 1.32rem 1.5rem,
      transparent 1.5rem 1.58rem,
      var(--accent) 1.58rem 1.76rem,
      transparent 1.76rem 1.9rem,
      var(--accent) 1.9rem 2.08rem);
}

.course-card:hover .course-illustration-image,
.course-card:focus-within .course-illustration-image {
  transform: scale(1.03);
}

.video-showcase {
  position: relative;
  overflow: hidden;
  padding-top: clamp(5rem, 8vw, 7rem);
  padding-bottom: clamp(5rem, 8vw, 7.5rem);
}

.video-showcase-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.video-orbit,
.orbital-line {
  position: absolute;
  border: 1px solid rgba(15, 111, 115, 0.12);
}

.video-orbit-one {
  top: 6%;
  right: -6%;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
}

.video-orbit-two {
  left: -4%;
  bottom: 12%;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
}

.video-bars {
  position: absolute;
  display: flex;
  align-items: end;
  gap: 0.22rem;
  opacity: 0.18;
}

.video-bars::before,
.video-bars::after {
  content: "";
}

.video-bars span,
.video-bars::before,
.video-bars::after {
  display: block;
  width: 0.2rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent), var(--accent-deep));
}

.video-bars-one {
  top: 19%;
  left: 11%;
  height: 3.6rem;
}

.video-bars-two {
  right: 13%;
  bottom: 15%;
  height: 4.2rem;
}

.video-bars-one::before,
.video-bars-two::before {
  height: 1.3rem;
}

.video-bars-one::after,
.video-bars-two::after {
  height: 2.8rem;
}

.video-bars-one,
.video-bars-two {
  background:
    linear-gradient(to right,
      transparent 0 0.24rem,
      transparent 0.24rem 0.48rem);
}

.video-bars-one {
  width: 2.2rem;
}

.video-bars-two {
  width: 2.8rem;
}

.video-bars-one {
  box-shadow:
    0.44rem 0 0 0 rgba(15, 111, 115, 0.18),
    0.88rem -0.8rem 0 0 rgba(15, 111, 115, 0.18),
    1.32rem 0 0 0 rgba(15, 111, 115, 0.18),
    1.76rem -1.3rem 0 0 rgba(15, 111, 115, 0.18);
}

.video-bars-two {
  box-shadow:
    0.44rem -0.6rem 0 0 rgba(15, 111, 115, 0.18),
    0.88rem 0 0 0 rgba(15, 111, 115, 0.18),
    1.32rem -1rem 0 0 rgba(15, 111, 115, 0.18),
    1.76rem 0 0 0 rgba(15, 111, 115, 0.18),
    2.2rem -0.5rem 0 0 rgba(15, 111, 115, 0.18);
}

.orbital-line-one {
  top: 30%;
  left: 8%;
  width: 24%;
  height: 0;
  border-width: 1px 0 0;
  transform: rotate(-8deg);
}

.orbital-line-two {
  right: 9%;
  bottom: 21%;
  width: 22%;
  height: 0;
  border-width: 1px 0 0;
  transform: rotate(9deg);
}

.video-showcase-head {
  position: relative;
  display: grid;
  gap: 1rem;
  margin-bottom: 2.5rem;
  max-width: 54rem;
}

.video-showcase-head h2 {
  max-width: 10ch;
}

.video-showcase-head p:last-child {
  max-width: 42rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.video-stack {
  position: relative;
  display: grid;
  gap: 2rem;
}

.video-stack::before {
  content: "";
  position: absolute;
  top: 7%;
  bottom: 7%;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, rgba(15, 111, 115, 0), rgba(15, 111, 115, 0.26) 18%, rgba(15, 111, 115, 0.26) 82%, rgba(15, 111, 115, 0));
  transform: translateX(-50%);
  pointer-events: none;
}

.video-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  width: min(88%, 70rem);
}

.video-row-clips {
  justify-self: end;
}

.video-row-concerts {
  justify-self: start;
}

.video-frame {
  position: relative;
  min-height: clamp(360px, 30vw, 460px);
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(15, 111, 115, 0.14);
  box-shadow: var(--shadow);
  background: linear-gradient(135deg, #0d1a1d 0%, #11242a 40%, #182f35 100%);
}

.video-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-frame-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 20, 23, 0.12), rgba(7, 20, 23, 0.5)),
    radial-gradient(circle at 78% 18%, rgba(201, 122, 43, 0.22), transparent 16%),
    linear-gradient(135deg, #10272d 0%, #0b1c21 38%, #091215 100%);
}

.video-frame-placeholder::after {
  content: "";
  position: absolute;
  inset: auto 1.5rem 1.5rem 1.5rem;
  height: 1px;
  background: rgba(15, 111, 115, 0.34);
  box-shadow: 0 -0.8rem 0 rgba(15, 111, 115, 0.22), 0 -1.6rem 0 rgba(15, 111, 115, 0.16);
}

.video-placeholder {
  position: absolute;
  inset: auto 1.5rem 1.5rem;
  z-index: 1;
  display: grid;
  gap: 0.5rem;
  max-width: 26rem;
  color: #f7f8f5;
}

.video-placeholder-label,
.video-copy > span {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.video-placeholder-label {
  color: rgba(255, 255, 255, 0.7);
}

.video-placeholder strong {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.4vw, 2.3rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.video-copy {
  position: absolute;
  left: clamp(1.25rem, 2vw, 2rem);
  top: clamp(1.25rem, 2vw, 2rem);
  z-index: 2;
  display: grid;
  gap: 0.7rem;
  width: min(26rem, calc(100% - 7rem));
  color: #ffffff;
}

.video-copy > span {
  color: rgba(75, 194, 199, 0.84);
}

.video-copy h3 {
  color: #ffffff;
  max-width: 12ch;
}

.video-copy p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  max-width: 24rem;
}

.video-play {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  z-index: 2;
  width: 4.2rem;
  height: 4.2rem;
  border: 1px solid rgba(75, 194, 199, 0.32);
  border-radius: 50%;
  background: rgba(7, 20, 23, 0.54);
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}

.video-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 0.95rem solid var(--warm-accent);
  transform: translate(-35%, -50%);
}

.video-play:hover,
.video-play:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(201, 122, 43, 0.45);
  background: rgba(7, 20, 23, 0.68);
}

.video-play.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.audience-layout {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
}

.audience-list {
  display: grid;
  gap: 1rem;
}

.audience-list article {
  padding: 1.1rem 0;
  border-top: 1px solid var(--line);
}

.audience-stage {
  grid-template-columns: minmax(0, 0.36fr) minmax(0, 0.64fr);
  align-items: start;
  gap: clamp(2rem, 4vw, 4rem);
}

.audience-stage-intro {
  position: sticky;
  top: calc(104px + 1.2rem);
  display: grid;
  gap: 1rem;
  align-self: start;
  padding-top: 0.4rem;
}

.audience-stage-intro h2 {
  max-width: 10ch;
}

.audience-stage-intro > p {
  max-width: 31rem;
  color: var(--muted);
}

.audience-stage-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  margin-top: 0.2rem;
}

.audience-stage-note p {
  color: var(--muted);
}

.audience-stage-bars {
  display: inline-flex;
  align-items: end;
  gap: 0.26rem;
  min-height: 1.35rem;
  padding-top: 0.2rem;
}

.audience-stage-bars i {
  display: block;
  width: 0.22rem;
  border-radius: 999px;
  background: var(--accent);
}

.audience-stage-bars i:nth-child(1) { height: 0.56rem; }
.audience-stage-bars i:nth-child(2) { height: 0.96rem; }
.audience-stage-bars i:nth-child(3) { height: 0.72rem; }
.audience-stage-bars i:nth-child(4) { height: 1.08rem; }
.audience-stage-bars i:nth-child(5) { height: 0.64rem; background: var(--cta-accent); }

.audience-stage-intro .button {
  width: fit-content;
  margin-top: 0.15rem;
}

.audience-stage-stack {
  display: grid;
  gap: 1.15rem;
}

.audience-route {
  position: relative;
  grid-template-columns: minmax(0, 1fr) minmax(9.2rem, 12.5rem);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: stretch;
  padding: clamp(1.2rem, 2vw, 1.6rem);
  border: 1px solid var(--line);
  border-radius: 1.65rem;
  box-shadow: var(--shadow);
  overflow: hidden;
  isolation: isolate;
}

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

.audience-route::before {
  inset: 0;
  background:
    radial-gradient(circle at 86% 24%, rgba(20, 131, 145, 0.09), transparent 18%),
    radial-gradient(circle at 10% 78%, rgba(255, 122, 26, 0.06), transparent 18%);
  z-index: 0;
}

.audience-route::after {
  right: 1rem;
  bottom: 1rem;
  width: 4.3rem;
  height: 1.3rem;
  background:
    linear-gradient(to right,
      rgba(20, 131, 145, 0.92) 0 0.18rem,
      transparent 0.18rem 0.5rem,
      rgba(20, 131, 145, 0.72) 0.5rem 0.68rem,
      transparent 0.68rem 1rem,
      rgba(20, 131, 145, 0.9) 1rem 1.18rem,
      transparent 1.18rem 1.5rem,
      rgba(255, 122, 26, 0.88) 1.5rem 1.72rem,
      transparent 1.72rem 2.06rem,
      rgba(20, 131, 145, 0.74) 2.06rem 2.24rem,
      transparent 2.24rem 100%);
  opacity: 0.82;
  z-index: 0;
}

.audience-route--child {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 80% 18%, rgba(255, 122, 26, 0.08), transparent 18%),
    rgba(250, 246, 241, 0.96);
}

.audience-route--teen {
  background:
    linear-gradient(180deg, rgba(248, 253, 252, 0.92), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 82% 24%, rgba(20, 131, 145, 0.11), transparent 18%),
    rgba(245, 251, 249, 0.98);
}

.audience-route--adult {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 84% 22%, rgba(89, 77, 69, 0.06), transparent 18%),
    rgba(252, 249, 245, 0.98);
}

.audience-route-copy,
.audience-media {
  position: relative;
  z-index: 1;
}

.audience-route-copy {
  display: grid;
  gap: 0.9rem;
  align-content: start;
}

.audience-route-top {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.audience-route-number {
  font-family: var(--font-display);
  font-size: clamp(2rem, 2.6vw, 2.9rem);
  line-height: 0.9;
  color: rgba(32, 25, 20, 0.18);
}

.audience-route-type {
  margin: 0;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.audience-route h3 {
  margin: 0;
  color: var(--accent-ink);
  font-size: clamp(1.35rem, 2vw, 2rem);
  max-width: 14ch;
}

.audience-route-text {
  color: var(--muted);
  max-width: 34rem;
}

.audience-route-steps {
  display: grid;
  gap: 0.58rem;
  margin-top: 0.1rem;
}

.audience-route-step {
  position: relative;
  display: grid;
  gap: 0.2rem;
  padding: 0.78rem 0.9rem 0.78rem 1rem;
  border: 1px solid rgba(20, 131, 145, 0.14);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 28px rgba(32, 25, 20, 0.04);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease, opacity 0.5s ease;
  transform: translateY(12px);
  opacity: 0;
}

.audience-route-step::before {
  content: "";
  position: absolute;
  left: 0.55rem;
  top: 1.02rem;
  width: 0.22rem;
  height: calc(100% - 2.04rem);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--cta-accent) 100%);
  opacity: 0.75;
}

.audience-route-step strong,
.audience-route-step span {
  padding-left: 0.65rem;
}

.audience-route-step strong {
  color: var(--accent-ink);
  font-size: 0.88rem;
  font-weight: 800;
}

.audience-route-step span {
  color: var(--muted);
  font-size: 0.9rem;
}

.audience-route.reveal-block.is-visible .audience-route-step {
  transform: none;
  opacity: 1;
}

.audience-route.reveal-block.is-visible .audience-route-step:nth-child(2) {
  transition-delay: 90ms;
}

.audience-route.reveal-block.is-visible .audience-route-step:nth-child(3) {
  transition-delay: 180ms;
}

.audience-route-step:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 122, 26, 0.22);
  box-shadow: 0 18px 32px rgba(32, 25, 20, 0.06);
}

.audience-route-tag {
  color: var(--accent-ink);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.72;
}

.audience-media {
  display: grid;
  align-items: end;
}

.audience-media-frame {
  position: relative;
  min-height: 100%;
  aspect-ratio: 0.72;
  display: grid;
  align-content: space-between;
  padding: 0.95rem;
  border-radius: 1.3rem;
  background:
    linear-gradient(180deg, rgba(6, 31, 36, 0.08), rgba(6, 31, 36, 0.18)),
    radial-gradient(circle at 50% 22%, rgba(20, 131, 145, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(20, 131, 145, 0.12);
  overflow: hidden;
}

.audience-media-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(20, 131, 145, 0.08) 0%, transparent 42%),
    radial-gradient(circle at 50% 84%, rgba(255, 122, 26, 0.08), transparent 22%);
  pointer-events: none;
}

.audience-media-frame::after {
  content: "";
  position: absolute;
  inset: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.58);
  pointer-events: none;
}

.audience-media-play,
.audience-media-copy {
  position: relative;
  z-index: 1;
}

.audience-media-play {
  width: 3.4rem;
  height: 3.4rem;
  border: 1px solid rgba(20, 131, 145, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  color: var(--accent-ink);
  box-shadow: 0 12px 24px rgba(32, 25, 20, 0.08);
  cursor: default;
}

.audience-media-play span {
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  transform: translateX(1px);
}

.audience-media-copy {
  display: grid;
  gap: 0.2rem;
}

.audience-media-copy strong {
  color: var(--accent-ink);
  font-size: 0.92rem;
}

.audience-media-copy span {
  color: var(--muted);
  font-size: 0.78rem;
}

.teachers-layout,
.concerts-layout,
.trial-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.teachers-copy,
.concerts-copy,
.trial-copy {
  display: grid;
  gap: 1rem;
}

.point-list {
  margin: 0;
  padding-left: 1.2rem;
}

.concerts {
  position: relative;
  background: linear-gradient(180deg, var(--navy-panel) 0%, var(--navy-dark) 100%);
  color: #ffffff;
}

.concerts::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 78% 18%, rgba(201, 122, 43, 0.18), transparent 18%);
}

.concerts::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 72%, rgba(20, 131, 145, 0.16), transparent 18%),
    linear-gradient(115deg, transparent 0 42%, rgba(75, 194, 199, 0.09) 42% 42.2%, transparent 42.2% 100%);
  opacity: 0.7;
}

.concerts h2,
.concerts h3,
.concerts .section-kicker {
  color: #ffffff;
}

.concerts .section-kicker {
  opacity: 0.72;
}

.concerts .concerts-copy p,
.concerts .media-info p {
  color: rgba(255, 255, 255, 0.72);
}

.concerts .media-panel-stage {
  border-color: rgba(255, 255, 255, 0.1);
  padding: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 76% 24%, rgba(201, 122, 43, 0.22), transparent 16%),
    linear-gradient(135deg, #17333a 0%, #10262b 42%, #0a171a 100%);
}

.concerts .media-tag,
.concerts .media-info strong,
.concerts-points span {
  color: #ffffff;
}

.concerts .media-frame-lines {
  background: rgba(75, 194, 199, 0.26);
  box-shadow: 0 0.7rem 0 rgba(75, 194, 199, 0.26), 0 1.4rem 0 rgba(75, 194, 199, 0.26);
}

.concerts-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.concerts .concerts-points span {
  border-color: rgba(75, 194, 199, 0.22);
  background: transparent;
}

.trial-layout {
  gap: 2.4rem;
}

.trial-steps {
  display: grid;
  gap: 1rem;
}

.trial-steps div {
  display: grid;
  grid-template-columns: minmax(2.4rem, 3rem) minmax(0, 1fr);
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.trial-steps span {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--warm-accent);
}

.trial-form {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.form-intro {
  display: grid;
  gap: 0.45rem;
}

label {
  display: grid;
  gap: 0.45rem;
}

label span {
  font-size: 0.95rem;
  color: var(--muted);
}

input,
select {
  min-height: 3.35rem;
  width: 100%;
  max-width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid var(--line-strong);
  border-radius: 0.95rem;
  background: #ffffff;
  color: var(--text);
}

select {
  text-overflow: ellipsis;
}

input:focus,
select:focus {
  outline: none;
  border-color: var(--warm-accent);
  box-shadow: 0 0 0 4px rgba(201, 122, 43, 0.12);
}

.form-message {
  min-height: 1.5rem;
  color: var(--green);
  font-weight: 700;
}

.form-message.is-success {
  color: var(--green);
}

.form-message.is-error {
  color: var(--warm-accent);
}

.practical-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.practical-panel {
  padding-top: 1rem;
  border-top: 3px solid var(--text);
}

.price-list {
  margin-top: 1rem;
}

.price-list div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--line);
}

.price-list strong {
  text-align: right;
  overflow-wrap: anywhere;
}

.practical-shell {
  display: grid;
  gap: clamp(1.8rem, 3vw, 2.8rem);
}

.practical-head {
  display: grid;
  gap: 0.9rem;
  max-width: 44rem;
}

.practical-head p:last-child {
  color: var(--muted);
}

.price-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.price-card {
  position: relative;
  display: grid;
  gap: 0.95rem;
  align-content: start;
  min-height: 100%;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 86% 18%, rgba(20, 131, 145, 0.06), transparent 18%),
    var(--surface);
  box-shadow: var(--shadow);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  overflow: hidden;
}

.price-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background:
    linear-gradient(180deg,
      rgba(20, 131, 145, 0.96) 0 22%,
      rgba(20, 131, 145, 0.24) 22% 34%,
      rgba(20, 131, 145, 0.96) 34% 56%,
      rgba(20, 131, 145, 0.24) 56% 68%,
      rgba(255, 122, 26, 0.9) 68% 82%,
      rgba(20, 131, 145, 0.96) 82% 100%);
}

.price-card:hover,
.price-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(20, 131, 145, 0.18);
  box-shadow: 0 26px 44px rgba(32, 25, 20, 0.08);
}

.price-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.price-card-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.34rem 0.68rem;
  border: 1px solid rgba(20, 131, 145, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--accent-ink);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.price-card h3 {
  margin: 0;
  color: var(--accent-ink);
  font-size: clamp(1.2rem, 1.5vw, 1.55rem);
}

.price-card p {
  color: var(--muted);
}

.price-card-value {
  display: block;
  margin-top: 0.1rem;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1;
}

.price-card .button {
  width: fit-content;
  min-height: 2.95rem;
  margin-top: auto;
}

.price-card-certificate {
  background:
    linear-gradient(180deg, rgba(255, 248, 240, 0.92), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 82% 20%, rgba(255, 122, 26, 0.12), transparent 18%),
    radial-gradient(circle at 16% 82%, rgba(20, 131, 145, 0.08), transparent 18%),
    var(--surface);
  border-color: rgba(255, 122, 26, 0.18);
}

.faq-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(1.4rem, 3vw, 2.4rem);
  align-items: start;
  padding-top: 0.4rem;
}

.faq-intro {
  display: grid;
  gap: 1rem;
  align-self: start;
}

.faq-intro h2 {
  max-width: 11.5ch;
}

.faq-intro > p:last-of-type {
  max-width: 33rem;
  color: var(--muted);
}

.faq-topics {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.2rem;
}

.faq-topic {
  position: relative;
  display: grid;
  gap: 0.3rem;
  width: 100%;
  padding: 1rem 1.05rem;
  border: 1px solid var(--line);
  border-radius: 1.3rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.96)),
    radial-gradient(circle at 88% 18%, rgba(20, 131, 145, 0.07), transparent 18%),
    var(--surface);
  color: var(--text);
  text-align: left;
  box-shadow: 0 14px 28px rgba(32, 25, 20, 0.05);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.faq-topic::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 1.3rem 0 0 1.3rem;
  background:
    linear-gradient(180deg,
      rgba(20, 131, 145, 0.92) 0 36%,
      rgba(20, 131, 145, 0.22) 36% 56%,
      rgba(255, 122, 26, 0.88) 56% 74%,
      rgba(20, 131, 145, 0.92) 74% 100%);
  opacity: 0.55;
}

.faq-topic:hover,
.faq-topic:focus-visible,
.faq-topic.is-active {
  transform: translateY(-3px);
  border-color: rgba(20, 131, 145, 0.2);
  box-shadow: 0 22px 40px rgba(32, 25, 20, 0.08);
}

.faq-topic.is-active {
  background:
    linear-gradient(180deg, rgba(234, 245, 244, 0.94), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 86% 16%, rgba(20, 131, 145, 0.12), transparent 20%),
    var(--surface);
}

.faq-topic__title {
  position: relative;
  z-index: 1;
  color: var(--accent-ink);
  font-family: var(--font-display);
  font-size: clamp(0.96rem, 1.1vw, 1.12rem);
  letter-spacing: -0.02em;
}

.faq-topic__count {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 0.84rem;
  letter-spacing: 0.04em;
}

.faq-stage {
  display: grid;
  gap: 1rem;
}

.faq-questions-panel,
.faq-answer,
.faq-service-note {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 1.55rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 84% 18%, rgba(20, 131, 145, 0.06), transparent 18%),
    var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.faq-questions-panel::before,
.faq-answer::before,
.faq-service-note::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(20, 131, 145, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(20, 131, 145, 0.04) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 84%);
  opacity: 0.38;
}

.faq-questions-panel {
  padding: 1rem;
}

.faq-questions-head {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.9rem;
}

.faq-questions-kicker {
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.faq-questions-bars {
  display: inline-flex;
  align-items: end;
  gap: 0.24rem;
  min-height: 1.15rem;
}

.faq-questions-bars i {
  display: block;
  width: 0.2rem;
  border-radius: 999px;
  background: var(--accent);
}

.faq-questions-bars i:nth-child(1) { height: 0.52rem; }
.faq-questions-bars i:nth-child(2) { height: 0.9rem; }
.faq-questions-bars i:nth-child(3) { height: 0.68rem; }
.faq-questions-bars i:nth-child(4) { height: 1.08rem; background: var(--cta-accent); }

.faq-questions {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.7rem;
}

.faq-question {
  position: relative;
  display: grid;
  gap: 0.38rem;
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(20, 131, 145, 0.1);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.66);
  color: var(--text);
  text-align: left;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.faq-question:hover,
.faq-question:focus-visible,
.faq-question.is-active {
  transform: translateY(-2px);
  border-color: rgba(20, 131, 145, 0.18);
  box-shadow: 0 14px 28px rgba(32, 25, 20, 0.06);
}

.faq-question.is-active {
  background:
    linear-gradient(180deg, rgba(234, 245, 244, 0.9), rgba(255, 255, 255, 0.98)),
    rgba(255, 255, 255, 0.8);
}

.faq-question__index {
  color: rgba(32, 25, 20, 0.34);
  font-family: var(--font-display);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
}

.faq-question__title {
  color: var(--accent-ink);
  font-size: 0.99rem;
  font-weight: 700;
  line-height: 1.42;
}

.faq-answer {
  display: grid;
  gap: 1rem;
  min-height: 100%;
  padding: clamp(1.2rem, 2.2vw, 1.7rem);
}

.faq-answer::after {
  content: "";
  position: absolute;
  right: 1.15rem;
  top: 1.15rem;
  width: 4.2rem;
  height: 4.2rem;
  border: 1px dashed rgba(255, 122, 26, 0.24);
  border-radius: 50%;
  opacity: 0.62;
}

.faq-answer__meta,
.faq-answer__title,
.faq-answer__text {
  position: relative;
  z-index: 1;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.faq-answer__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  width: fit-content;
  min-height: 2rem;
  padding: 0.34rem 0.72rem;
  border: 1px solid rgba(20, 131, 145, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq-answer__title {
  max-width: 18ch;
  margin: 0;
  color: var(--accent-ink);
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.faq-answer__text {
  max-width: 38rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.faq-answer.is-updating .faq-answer__meta,
.faq-answer.is-updating .faq-answer__title,
.faq-answer.is-updating .faq-answer__text {
  opacity: 0;
  transform: translateY(4px);
}

.faq-service-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.1rem;
}

.faq-service-note p,
.faq-service-note .button {
  position: relative;
  z-index: 1;
}

.faq-service-note p {
  color: var(--muted);
}

.faq-service-note .button {
  width: fit-content;
}

@media (max-width: 1120px) {
  .price-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-shell {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .faq-intro h2,
  .faq-intro > p:last-of-type {
    max-width: none;
  }

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

  .branches-shell {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .branches-intro {
    position: static;
    top: auto;
    padding-top: 0;
  }

  .branches-intro h2,
  .branches-intro p:last-child {
    max-width: none;
  }

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

.branches-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.branches-intro {
  position: sticky;
  top: calc(104px + 1.2rem);
  display: grid;
  gap: 1rem;
  align-self: start;
  padding-top: 0.3rem;
}

.branches-intro h2 {
  max-width: 11ch;
}

.branches-intro p:last-child {
  max-width: 33rem;
  color: var(--muted);
}

.branches-stage {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.branch-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.branch-card {
  position: relative;
  display: grid;
  gap: 0.95rem;
  align-content: start;
  min-height: 100%;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 82% 18%, rgba(20, 131, 145, 0.06), transparent 18%),
    var(--surface);
  box-shadow: var(--shadow);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
  overflow: hidden;
}

.branch-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background:
    linear-gradient(180deg,
      rgba(20, 131, 145, 0.96) 0 24%,
      rgba(20, 131, 145, 0.22) 24% 36%,
      rgba(20, 131, 145, 0.96) 36% 60%,
      rgba(20, 131, 145, 0.22) 60% 72%,
      rgba(255, 122, 26, 0.9) 72% 84%,
      rgba(20, 131, 145, 0.96) 84% 100%);
}

.branch-card:hover,
.branch-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(20, 131, 145, 0.18);
  box-shadow: 0 26px 44px rgba(32, 25, 20, 0.08);
}

.branch-card__top {
  display: flex;
  gap: 0.9rem;
  align-items: start;
}

.branch-card__number {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.4vw, 2.5rem);
  line-height: 0.9;
  color: rgba(32, 25, 20, 0.16);
}

.branch-card__head {
  display: grid;
  gap: 0.24rem;
}

.branch-card__address {
  margin: 0;
  color: var(--accent-ink);
  font-size: clamp(1.1rem, 1.5vw, 1.45rem);
}

.branch-card__meta {
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.branch-card__description {
  color: var(--muted);
}

.branch-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.branch-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.32rem 0.68rem;
  border: 1px solid rgba(20, 131, 145, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--accent-ink);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.branch-card .button {
  width: fit-content;
  min-height: 2.95rem;
  margin-top: auto;
}

.branch-map {
  position: relative;
}

.branch-map-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 1.75rem;
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.branch-map-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7, 20, 23, 0.04) 0%, rgba(7, 20, 23, 0) 36%, rgba(7, 20, 23, 0.08) 100%),
    radial-gradient(circle at 18% 16%, rgba(20, 131, 145, 0.08), transparent 18%),
    radial-gradient(circle at 86% 82%, rgba(255, 122, 26, 0.08), transparent 18%);
  pointer-events: none;
}

.branch-map-image {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.branch-map__eyebrow,
.branch-map__legend {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2rem;
  padding: 0.36rem 0.72rem;
  border: 1px solid rgba(20, 131, 145, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--accent-ink);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.branch-map__eyebrow {
  top: 1rem;
  left: 1rem;
}

.branch-map__legend {
  right: 1rem;
  bottom: 1rem;
}

.branch-map__bars {
  display: inline-flex;
  align-items: end;
  gap: 0.28rem;
  min-height: 1.35rem;
}

.branch-map__bars i {
  display: block;
  width: 0.2rem;
  border-radius: 999px;
  background: var(--accent);
}

.branch-map__bars i:nth-child(1) { height: 0.56rem; }
.branch-map__bars i:nth-child(2) { height: 0.92rem; }
.branch-map__bars i:nth-child(3) { height: 0.74rem; }
.branch-map__bars i:nth-child(4) { height: 1.08rem; }
.branch-map__bars i:nth-child(5) { height: 0.62rem; background: var(--cta-accent); }

.branch-route-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow);
}

.branch-route-note p {
  color: var(--muted);
}

.site-footer {
  position: relative;
  padding: clamp(2.5rem, 5vw, 4rem) 0 2rem;
  background: linear-gradient(180deg, var(--navy-panel) 0%, var(--navy-dark) 100%);
  color: #ffffff;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 78% 18%, rgba(201, 122, 43, 0.18), transparent 18%);
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 72%, rgba(20, 131, 145, 0.16), transparent 18%),
    linear-gradient(115deg, transparent 0 42%, rgba(75, 194, 199, 0.09) 42% 42.2%, transparent 42.2% 100%);
  opacity: 0.7;
}

.footer-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-links {
  display: grid;
  gap: 0.35rem;
  justify-items: end;
}

.brand-footer,
.footer-inner a,
.footer-inner p {
  color: rgba(255, 255, 255, 0.88);
}

.brand-footer {
  color: #ffffff;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
  transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--accent-soft);
}

.footer-legal {
  display: grid;
  gap: 0.18rem;
  margin-top: 0.9rem;
  font-size: 0.85rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.68);
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: var(--accent-soft);
}

.footer-docs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-top: 0.35rem;
}

.footer-docs a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.footer-docs a:hover,
.footer-docs a:focus-visible {
  color: var(--accent-soft);
}

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

.reveal-on-scroll,
.reveal-block {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

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

.proof-grid.reveal-block > *,
.course-grid.reveal-block > *,
.price-card-grid.reveal-block > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.58s ease, transform 0.58s ease;
}

.proof-grid.reveal-block.is-visible > *,
.course-grid.reveal-block.is-visible > *,
.price-card-grid.reveal-block.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}

.proof-grid.reveal-block.is-visible > *:nth-child(1),
.course-grid.reveal-block.is-visible > *:nth-child(1),
.price-card-grid.reveal-block.is-visible > *:nth-child(1) {
  transition-delay: 0.02s;
}

.proof-grid.reveal-block.is-visible > *:nth-child(2),
.course-grid.reveal-block.is-visible > *:nth-child(2),
.price-card-grid.reveal-block.is-visible > *:nth-child(2) {
  transition-delay: 0.09s;
}

.proof-grid.reveal-block.is-visible > *:nth-child(3),
.course-grid.reveal-block.is-visible > *:nth-child(3),
.price-card-grid.reveal-block.is-visible > *:nth-child(3) {
  transition-delay: 0.16s;
}

.proof-grid.reveal-block.is-visible > *:nth-child(4),
.course-grid.reveal-block.is-visible > *:nth-child(4),
.price-card-grid.reveal-block.is-visible > *:nth-child(4) {
  transition-delay: 0.23s;
}

.course-grid.reveal-block.is-visible > *:nth-child(5) { transition-delay: 0.3s; }
.course-grid.reveal-block.is-visible > *:nth-child(6) { transition-delay: 0.37s; }
.course-grid.reveal-block.is-visible > *:nth-child(7) { transition-delay: 0.44s; }
.course-grid.reveal-block.is-visible > *:nth-child(8) { transition-delay: 0.51s; }

@media (max-width: 1120px) {
  .header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .menu-toggle {
    display: inline-block;
    justify-self: end;
  }

  .header-cta {
    display: none;
  }

  .header-phone {
    display: none;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 1rem;
    right: 1rem;
    width: auto;
    max-width: calc(100vw - 2rem);
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.2rem;
    background: rgba(248, 247, 243, 0.98);
    border: 1px solid var(--line);
    border-radius: 1rem;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    max-height: calc(100vh - 6rem);
    overflow: auto;
  }

  .site-nav a {
    width: 100%;
    min-height: 44px;
    padding: 0.1rem 0;
  }

  .site-nav-phone {
    display: inline-flex !important;
    width: 100%;
    min-height: 44px;
    padding: 0.15rem 0;
    font-weight: 700;
    color: var(--text);
  }

  .hero-grid,
  .teachers-layout,
  .concerts-layout,
  .trial-layout,
  .audience-layout,
  .audience-stage,
  .section-head,
  .practical-grid {
    grid-template-columns: 1fr;
  }

  .audience-stage-intro {
    position: static;
    top: auto;
    padding-top: 0;
  }

  .audience-stage-intro h2,
  .audience-stage-intro > p {
    max-width: none;
  }

  .audience-stage-stack {
    gap: 1rem;
  }

  .audience-route {
    grid-template-columns: minmax(0, 1fr) minmax(8.4rem, 10.8rem);
  }

  .video-row {
    width: 100%;
  }

  .video-stack::before {
    left: 1rem;
    transform: none;
  }

  .hero-copy h1 {
    max-width: 8ch;
    font-size: clamp(3rem, 12vw, 4.6rem);
  }

  .hero-media {
    min-height: clamp(29rem, 54vw, 36rem);
  }

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

  .proof-card:not(:last-child) {
    margin-right: 0;
    padding-right: 1rem;
  }

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

  .founder-shell {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .founder-copy {
    order: 1;
  }

  .founder-figure {
    order: 2;
    min-height: clamp(30rem, 68vw, 40rem);
  }

  .founder-image {
    right: 50%;
    bottom: 0;
    transform: translate(50%, var(--parallax-y, 0px));
    height: clamp(29rem, 67vw, 39rem);
  }

  .founder-orbit-one,
  .founder-orbit-two,
  .founder-arc {
    opacity: 0.72;
  }

  .founder-sound {
    left: 10%;
    bottom: 16%;
  }

  .production-shell {
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .production-copy h2 {
    max-width: 12ch;
  }

  .production-case {
    max-width: 32rem;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  h2 {
    font-size: clamp(1.8rem, 3.4vw, 3rem);
  }

  .hero-copy h1 {
    max-width: 7.4ch;
    font-size: clamp(3.1rem, 4.8vw, 4.5rem);
  }

  .hero-photo {
    min-height: clamp(380px, 54vw, 520px);
    max-height: 540px;
  }

  .hero-photo img {
    min-height: clamp(380px, 54vw, 520px);
    max-height: 540px;
    object-position: center center;
    transform: translate3d(0, calc(var(--hero-parallax-y, 0px) - 12px), 0);
  }

  .hero-media::before {
    left: 8%;
    right: 3%;
    top: 10%;
    bottom: 10%;
  }

  .brand-logo {
    width: clamp(180px, 15vw, 230px);
    max-height: 72px;
  }

  .proof-card h2 {
    font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  }
}

@media (max-width: 900px) {
  .course-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .price-list div {
    align-items: start;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(var(--container), calc(100% - 1.25rem));
  }

  body::before {
    display: none;
  }

  .sound-field {
    opacity: 0.78;
  }

  .sound-field__wave--lower,
  .sound-field__ring--two,
  .sound-field__rhythm--two,
  .sound-field__dots--two {
    display: none;
  }

  .section {
    padding: clamp(3.2rem, 10vw, 4.6rem) 0;
  }

  .section-tight {
    padding: 0 0 clamp(3.2rem, 10vw, 4.6rem);
  }

  .section-first {
    padding-top: 24px;
  }

  .site-header {
    padding: 8px 0;
  }

  .site-header.is-scrolled {
    padding: 8px 0;
  }

  .founder-section {
    padding-top: 2.6rem;
    padding-bottom: 2.2rem;
  }

  .founder-shell {
    padding: 1.25rem 1rem 1.4rem;
    border-radius: 1.35rem;
  }

  .founder-copy {
    gap: 0.85rem;
    padding-left: 0.15rem;
  }

  .founder-copy h2 {
    max-width: none;
  }

  .founder-quote {
    max-width: 18ch;
    font-size: clamp(1.1rem, 5.2vw, 1.45rem);
  }

  .founder-figure {
    min-height: 25.75rem;
  }

  .founder-figure-backdrop {
    right: 50%;
    transform: translateX(50%);
    width: min(100%, 20rem);
    height: min(100%, 23rem);
  }

  .founder-image {
    right: 50%;
    bottom: 0;
    height: 24.8rem;
    transform: translateX(50%);
  }

  .founder-sound {
    left: 0.55rem;
    bottom: 1rem;
    width: 3rem;
    height: 2.2rem;
    opacity: 0.5;
  }

  .founder-bars {
    left: 1.15rem;
    bottom: 1.15rem;
  }

  .founder-arc,
  .founder-orbit-two {
    display: none;
  }

  .founder-orbit-one {
    left: auto;
    right: -2.5rem;
    top: 1.2rem;
    width: 11rem;
    height: 11rem;
    opacity: 0.42;
  }

  .production-section {
    padding-top: 2.2rem;
    padding-bottom: 2rem;
  }

  .production-shell {
    padding: 1.2rem 1rem 1.25rem;
    border-radius: 1.4rem;
    gap: 1rem;
  }

  .production-copy {
    gap: 0.85rem;
  }

  .production-copy h2 {
    max-width: none;
  }

  .production-line,
  .production-tags {
    gap: 0.45rem;
  }

  .production-line span,
  .production-tags span {
    font-size: 0.8rem;
  }

  .production-release-card {
    padding: 1.1rem;
    border-radius: 1.3rem;
    width: 100%;
    margin-top: -1.8rem;
  }

  .production-release-head {
    gap: 0.45rem 0.65rem;
  }

  .release-status {
    font-size: 0.62rem;
    letter-spacing: 0.14em;
  }

  .production-actions .button,
  .production-action-secondary {
    width: 100%;
  }

  .production-case {
    min-height: unset;
    gap: 0;
  }

  .production-artist {
    min-height: 20rem;
  }

  .production-artist::before {
    width: 15rem;
    height: 15rem;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
  }

  .production-artist::after {
    width: 11.5rem;
    height: 11.5rem;
    left: 50%;
    top: 0.6rem;
    transform: translateX(-50%);
  }

  .production-artist-image {
    width: min(100%, 19rem);
    max-height: 22rem;
  }

  .production-orbit-two,
  .production-grid {
    display: none;
  }

  .production-orbit-one {
    left: auto;
    right: -4rem;
    top: 0.8rem;
    width: 11rem;
    height: 11rem;
    opacity: 0.42;
  }

  .production-bars {
    left: 1rem;
    bottom: 1rem;
  }

  .release-modal-dialog {
    width: 94vw;
    max-height: calc(100vh - 1.25rem);
    border-radius: 16px;
  }

  .release-modal-content {
    padding: 1.2rem 1rem;
    gap: 1rem;
  }

  .release-platform-grid {
    grid-template-columns: 1fr;
  }

  .release-platform-card-yandex {
    grid-row: auto;
  }

  .release-platform-embed iframe {
    height: 380px;
  }

  .release-platform-link {
    width: 100%;
  }

  .header-inner {
    gap: 0.55rem;
    height: 74px;
    min-height: 74px;
  }

  .brand-logo {
    width: clamp(150px, 42vw, 190px);
    max-height: 64px;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 12vw, 4.6rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
    max-width: 8ch;
  }

  h2 {
    font-size: clamp(1.55rem, 7.5vw, 2.35rem);
    line-height: 1.06;
    max-width: 100%;
  }

  h3 {
    font-size: clamp(1.05rem, 5vw, 1.3rem);
    max-width: 100%;
  }

  .hero-copy h1,
  h2,
  .teachers-copy h2,
  .production-studio-copy h2,
  .faq-answer__title,
  .branch-card__address,
  .video-copy h3 {
    overflow-wrap: anywhere;
    text-wrap: balance;
    max-width: 100%;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .button,
  .production-studio-actions .button,
  .production-studio-link,
  .branch-route-note .button,
  .branch-card .button,
  .faq-service-note .button,
  .messenger-entry-actions .button {
    width: 100%;
    min-height: 3rem;
  }

  .hero-copy,
  .teachers-copy,
  .concerts-copy,
  .trial-copy {
    gap: 0.9rem;
  }

  .video-showcase {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .video-showcase-head {
    margin-bottom: 1.8rem;
  }

  .video-stack {
    gap: 1.4rem;
  }

  .video-stack::before,
  .video-orbit,
  .video-bars,
  .orbital-line {
    display: none;
  }

  .video-row {
    width: 100%;
    gap: 0.9rem;
  }

  .video-frame {
    min-height: 320px;
  }

  .video-copy {
    position: static;
    width: 100%;
    padding: 1rem 1rem 0;
    color: var(--text);
  }

  .video-copy > span {
    color: var(--accent);
  }

  .video-copy h3 {
    color: var(--graphite);
    max-width: 100%;
  }

  .video-copy p {
    color: var(--muted);
    max-width: 100%;
  }

  .video-placeholder {
    inset: auto 1rem 1rem;
  }

  .video-play {
    width: 3.5rem;
    height: 3.5rem;
    left: 1rem;
    bottom: 1rem;
  }

  .hero-strip,
  .concerts-points {
    gap: 0.5rem;
  }

  .hero-strip span {
    justify-content: center;
    flex: 1 1 calc(50% - 0.5rem);
    min-width: min(11rem, 100%);
  }

  .hero-media {
    padding: 0.2rem 0 0;
    min-height: 0;
  }

  .hero-media::before {
    left: 4%;
    right: 4%;
    top: 10%;
    bottom: 8%;
    border-radius: 34% 66% 42% 58% / 28% 28% 72% 72%;
  }

  .hero-media::after {
    right: 6%;
    bottom: 11%;
    width: 5.4rem;
    height: 5.4rem;
    opacity: 0.42;
  }

  .hero-glow-one {
    top: 6%;
    right: -2%;
    width: 12rem;
    height: 12rem;
    opacity: 0.82;
  }

  .hero-glow-two {
    left: -4%;
    bottom: 10%;
    width: 10rem;
    height: 10rem;
    opacity: 0.78;
  }

  .hero-orbit-one {
    right: -6%;
    width: 12rem;
    height: 12rem;
    opacity: 0.62;
  }

  .hero-orbit-two,
  .hero-bars-two,
  .hero-wave-two,
  .hero-dot-three,
  .hero-grid-fragment {
    display: none;
  }

  .hero-wave-one {
    left: 2%;
    top: 12%;
    width: 5.8rem;
  }

  .hero-bars-one {
    left: 3%;
    bottom: 20%;
  }

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

  .course-grid {
    grid-template-columns: 1fr;
  }

  .proof-card,
  .course-card {
    min-height: unset;
  }

  .course-card {
    grid-template-rows: auto auto minmax(7.2rem, auto) auto;
  }

  .course-illustration {
    min-height: clamp(7.2rem, 26vw, 8.7rem);
    padding: 0.15rem 0.15rem 0.35rem;
  }

  .course-illustration-image {
    max-width: 11.25rem;
    max-height: 8.25rem;
  }

  .proof-card:not(:last-child) {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .hero-photo {
    min-height: clamp(330px, 82vw, 440px);
    max-height: 460px;
    padding: 0.35rem;
    border-radius: 26px;
  }

  .hero-photo img {
    min-height: clamp(330px, 82vw, 440px);
    max-height: 460px;
    object-fit: contain;
    object-position: center center;
    transform: translate3d(0, calc(var(--hero-parallax-y, 0px) - 6px), 0);
  }

  .hero-photo::before {
    inset: 12% 4% 8% 4%;
  }

  .hero-photo-halo {
    inset: 18% 10% 11% 10%;
  }

  .media-panel-large,
  .media-panel-stage {
    min-height: 20rem;
  }

  .teachers-photo-card {
    min-height: 24rem;
    aspect-ratio: 3 / 4;
  }

  .teachers-photo-overlay {
    right: 1rem;
  }

  .media-info {
    max-width: calc(100% - 2.4rem);
  }

  .media-info p {
    max-width: 100%;
  }

  .trial-steps div,
  .price-list div {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .trial-steps div {
    gap: 0.55rem;
  }

  .site-nav a {
    width: 100%;
  }

  .footer-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }

  .footer-links {
    justify-items: start;
  }

  .footer-docs {
    gap: 0.55rem 1rem;
  }
}

@media (max-width: 430px) {
  .section {
    padding: clamp(3.75rem, 12vw, 5rem) 0;
  }

  .section-tight {
    padding: 0 0 clamp(3.75rem, 12vw, 5rem);
  }

  .sound-field__glow--courses,
  .sound-field__wave--middle,
  .sound-field__ring--one,
  .sound-field__rhythm--one,
  .sound-field__dots--one {
    display: none;
  }

  .site-header {
    padding: 7px 0;
  }

  .brand-logo {
    width: clamp(150px, 42vw, 190px);
    max-height: 58px;
  }

  .hero-label,
  .section-kicker,
  .media-tag,
  .proof-number,
  .course-card span {
    letter-spacing: 0.08em;
  }

  .hero-text,
  .section-note,
  .teachers-copy p,
  .concerts-copy p,
  .trial-copy p,
  .hero-side-note p,
  .proof-card p {
    font-size: 0.98rem;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .hero-strip {
    gap: 0.45rem;
  }

  .video-frame {
    min-height: 280px;
    border-radius: 24px;
  }

  .video-placeholder strong {
    font-size: 1.4rem;
  }

  .video-copy {
    padding: 0.9rem 0.9rem 0;
  }

  .video-play {
    width: 3.2rem;
    height: 3.2rem;
  }

  .hero-strip span {
    min-height: 2.1rem;
    padding: 0.42rem 0.72rem;
    font-size: 0.88rem;
  }

  .hero-orbit-one {
    right: -12%;
    top: 8%;
    width: 10.4rem;
    height: 10.4rem;
  }

  .hero-glow-one {
    width: 10rem;
    height: 10rem;
  }

  .hero-glow-two {
    width: 8.8rem;
    height: 8.8rem;
  }

  .hero-media::before,
  .hero-media::after {
    display: none;
  }

  .media-eq span {
    width: 0.26rem;
  }

  .media-panel,
  .hero-photo,
  .trial-form,
  .course-card {
    padding: 1rem;
  }

  .hero-photo {
    padding: 0.3rem;
    border-radius: 24px;
  }

  .hero-photo::before {
    inset: 8% 3% 8% 3%;
    border-radius: 22px;
  }

  .hero-photo-halo {
    inset: 18% 8% 12% 8%;
  }

  .teachers-photo-card {
    min-height: 21rem;
  }

  .teachers-photo-label {
    top: 0.9rem;
    left: 0.9rem;
    right: 0.9rem;
    width: fit-content;
    max-width: calc(100% - 1.8rem);
    font-size: 0.68rem;
  }

  .teachers-photo-overlay {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    max-width: none;
  }

  .teachers-photo-overlay strong {
    font-size: 1rem;
  }

  .teachers-media-eq {
    right: 1rem;
    bottom: 1rem;
  }

  .price-card-grid {
    grid-template-columns: 1fr;
  }

  .price-card {
    padding: 1rem;
    border-radius: 1.2rem;
  }

  .price-card .button {
    width: 100%;
  }

  .practical-head {
    gap: 0.75rem;
  }

  .faq-topics {
    grid-template-columns: 1fr;
  }

  .faq-questions-panel,
  .faq-answer,
  .faq-service-note {
    border-radius: 1.25rem;
  }

  .faq-question__title {
    font-size: 0.95rem;
  }

  .faq-answer__title {
    max-width: none;
    font-size: clamp(1.28rem, 6vw, 1.7rem);
  }

  .faq-answer__text {
    font-size: 0.96rem;
    line-height: 1.68;
  }

  .footer-legal {
    font-size: 0.82rem;
  }

  .faq-service-note {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding: 1rem;
  }

  .faq-service-note .button {
    width: 100%;
  }

  .branch-card-grid {
    grid-template-columns: 1fr;
  }

  .branch-card {
    padding: 1rem;
    border-radius: 1.2rem;
  }

  .branch-card .button {
    width: 100%;
  }

  .branch-route-note {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding: 1rem;
  }

  .branch-route-note .button {
    width: 100%;
  }

  .branch-map__eyebrow,
  .branch-map__legend {
    min-height: 1.8rem;
    padding: 0.32rem 0.58rem;
    font-size: 0.66rem;
    letter-spacing: 0.06em;
  }

  .branch-map__eyebrow {
    top: 0.85rem;
    left: 0.85rem;
  }

  .branch-map__legend {
    right: auto;
    left: 0.85rem;
    bottom: 0.85rem;
  }

  .branch-map__legend span:first-child {
    max-width: 18rem;
  }

  .media-frame-lines {
    inset: auto 1rem 5.2rem;
  }
}

@media (max-width: 640px) {
  .hero-photo img,
  .hero-visual__image {
    transform: translate3d(0, var(--hero-parallax-y, 0px), 0);
  }

  .hero-sound-wave {
    right: -12%;
    bottom: 10%;
    width: min(82vw, 420px);
    opacity: 0.62;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(var(--container), calc(100% - 1rem));
  }

  .hero-grid,
  .hero-media,
  .teachers-media,
  .faq-stage,
  .branches-stage,
  .production-studio-copy,
  .production-studio-visual,
  .production-gallery,
  .messenger-entry-panel {
    min-width: 0;
  }

  .proof-grid,
  .faq-topics,
  .branch-card-grid,
  .production-studio-formats {
    grid-template-columns: 1fr;
  }

  .hero-photo {
    min-height: clamp(280px, 74vw, 380px);
    max-height: 400px;
  }

  .teachers-photo-card {
    min-height: 0;
    aspect-ratio: auto;
  }

  .teachers-photo-main {
    height: auto;
    max-height: 23rem;
    padding: 0.85rem 0.85rem 0;
  }

  .teachers-photo-overlay {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 0.85rem 0.85rem;
    max-width: none;
    padding: 0.8rem 0.9rem;
  }

  .teachers-media-eq {
    display: none;
  }

  .video-row,
  .video-row-clips,
  .video-row-concerts,
  .video-row-stories {
    min-height: 0;
  }

  .video-frame {
    min-height: 236px;
  }

  .video-play-large {
    width: calc(100% - 1rem);
    left: 0.5rem;
    right: 0.5rem;
  }

  .audience-route::before,
  .audience-route::after,
  .audience-stage-bars {
    display: none;
  }

  .audience-route-step {
    padding: 0.8rem 0.82rem 0.8rem 0.92rem;
  }

  .audience-media-frame {
    min-height: 11rem;
  }

  .production-studio-shell,
  .messenger-entry-panel {
    padding-inline: 0.95rem;
  }

  .production-studio-formats {
    grid-template-columns: 1fr;
  }

  .production-shot figcaption {
    max-width: calc(100% - 1.4rem);
  }

  .trial-layout {
    gap: 1.5rem;
  }

  .trial-form,
  .faq-questions-panel,
  .faq-answer,
  .faq-service-note,
  .branch-route-note,
  .branch-card,
  .price-card {
    padding: 1rem;
  }

  .faq-question {
    min-height: 3.4rem;
    padding: 0.95rem;
  }

  .faq-answer__text {
    max-width: none;
  }

  .branch-map-card {
    border-radius: 1.3rem;
  }

  .branch-map__eyebrow,
  .branch-map__legend {
    max-width: calc(100% - 1.5rem);
  }

  .branch-map__legend {
    left: 0.75rem;
    right: auto;
    bottom: 0.75rem;
  }

  .footer-inner {
    padding-top: 1.5rem;
  }
}

@media (max-width: 390px) {
  .container {
    width: min(var(--container), calc(100% - 1rem));
  }

  .hero-copy h1 {
    font-size: clamp(2.7rem, 11vw, 3.4rem);
    letter-spacing: -0.04em;
  }

  h2 {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .faq-topic {
    padding: 0.9rem;
  }

  .faq-topic__title {
    font-size: 0.92rem;
  }

  .faq-question {
    padding: 0.9rem;
  }

  .faq-answer {
    padding: 1rem;
  }

  .faq-answer__meta {
    font-size: 0.7rem;
    letter-spacing: 0.06em;
  }

  .branch-map__eyebrow,
  .branch-map__legend {
    max-width: calc(100% - 1.4rem);
  }

  .branch-card__top {
    gap: 0.75rem;
  }

  .branch-card__number {
    font-size: 1.7rem;
  }

  .branch-tags span {
    font-size: 0.74rem;
  }

  .hero-strip span,
  .concerts-points span,
  .button,
  .header-cta {
    min-height: 2.9rem;
    padding-inline: 1rem;
  }

  .hero-photo {
    min-height: clamp(300px, 82vw, 400px);
    max-height: 410px;
  }

  .hero-photo img {
    min-height: clamp(300px, 82vw, 400px);
    max-height: 410px;
  }

  .hero-path-one {
    display: none;
  }

  .media-panel-large,
  .media-panel-stage {
    min-height: 18rem;
  }

  .teachers-photo-card {
    min-height: 21rem;
    aspect-ratio: 3 / 4;
  }

  .proof-number {
    font-size: 1.5rem;
  }

  .proof-card h2 {
    font-size: 1rem;
  }

  .production-artist {
    min-height: 18.6rem;
  }

  .production-artist-image {
    width: min(100%, 17.2rem);
    max-height: 19.5rem;
  }

  .production-release-card {
    margin-top: -1.4rem;
  }

  .audience-stage {
    gap: 1rem;
  }

  .audience-route {
    padding: 0.9rem;
  }

  .audience-route-top {
    gap: 0.7rem;
  }

  .audience-route-number {
    font-size: 1.8rem;
  }

  .audience-route-step strong,
  .audience-route-step span {
    padding-left: 0.58rem;
  }

  .audience-media-frame {
    min-height: 11.2rem;
  }

  .release-status {
    padding-inline: 0.56rem;
    font-size: 0.59rem;
  }

  .release-platform-embed iframe {
    height: 360px;
  }

  .price-card-meta {
    gap: 0.42rem;
  }

  .price-card-meta span {
    font-size: 0.74rem;
  }

  .price-card h3 {
    font-size: 1.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .audience-route-step {
    transition: none;
    transform: none;
    opacity: 1;
  }
}

@media (max-width: 360px) {
  .hero-copy h1 {
    font-size: clamp(2.35rem, 10vw, 2.9rem);
  }

  .menu-toggle {
    width: 2.8rem;
    height: 2.8rem;
  }

  .header-inner {
    gap: 0.45rem;
    height: 68px;
    min-height: 68px;
  }

  .brand-logo {
    width: clamp(140px, 42vw, 176px);
    max-height: 54px;
  }

  .hero-wave-one,
  .hero-bars-one,
  .hero-dot-one,
  .hero-dot-two,
  .hero-path-one {
    display: none;
  }

  .site-nav {
    left: 0.5rem;
    right: 0.5rem;
    max-width: calc(100vw - 1rem);
    padding: 1rem;
  }

  .video-frame {
    min-height: 248px;
  }

  .hero-actions .button {
    font-size: 0.95rem;
  }

  .hero-photo {
    min-height: 288px;
    max-height: 380px;
  }

  .hero-photo img {
    min-height: 288px;
    max-height: 380px;
  }

  .trial-form {
    padding: 0.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

.video-showcase {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(12, 111, 125, 0.12), transparent 28%),
    radial-gradient(circle at 88% 72%, rgba(255, 106, 0, 0.11), transparent 30%),
    var(--bg);
}

.video-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(12, 111, 125, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(12, 111, 125, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 72%);
  opacity: 0.7;
}

.video-showcase-head,
.video-stack {
  position: relative;
  z-index: 1;
}

.video-showcase-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: start;
  margin-bottom: 2.5rem;
  max-width: none;
  justify-items: start;
  text-align: left;
}

.video-showcase-head h2,
.video-showcase-head p,
.video-showcase-head .section-kicker {
  max-width: none;
  margin-left: 0;
}

.video-stack {
  display: grid;
  gap: 1.4rem;
}

.video-stack::before,
.video-showcase-bg,
.video-orbit,
.video-bars,
.orbital-line {
  display: none;
}

.video-row {
  position: relative;
  min-height: 360px;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(6, 76, 88, 0.96), rgba(8, 28, 33, 0.96));
  color: white;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
  width: min(100%, 1120px);
  display: block;
}

.video-row:nth-child(odd) {
  margin-left: auto;
}

.video-row:nth-child(even) {
  margin-right: auto;
}

.video-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 28%, rgba(255, 106, 0, 0.24), transparent 24%),
    linear-gradient(90deg, rgba(255,255,255,0.08), transparent 46%);
  pointer-events: none;
}

.video-row::after {
  content: "";
  position: absolute;
  left: 32px;
  right: 260px;
  bottom: 34px;
  height: 42px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.28) 0 8px, transparent 8px 18px);
  background-size: 18px 42px;
  opacity: 0.34;
  pointer-events: none;
}

.video-frame {
  position: absolute;
  inset: 0;
  min-height: 0;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.video-frame-placeholder::before,
.video-frame-placeholder::after {
  display: none;
}

.video-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(28px, 4vw, 46px);
  padding-right: clamp(180px, 20vw, 280px);
  color: rgba(255,253,250,0.96);
  background:
    linear-gradient(180deg, rgba(18,15,12,0.16) 0%, rgba(18,15,12,0.56) 100%),
    linear-gradient(120deg, rgba(89,98,76,0.18) 0%, rgba(109,62,57,0.16) 42%, rgba(32,25,20,0.04) 100%);
}

.video-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding: clamp(28px, 4vw, 54px);
  width: auto;
  border: 0;
  border-radius: 0;
  color: white;
  background: transparent;
  backdrop-filter: none;
  left: auto;
  right: auto;
  bottom: auto;
}

.video-copy span {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--warm-accent);
  font-weight: 800;
  letter-spacing: 0.14em;
}

.video-copy h3 {
  color: white;
  max-width: 11ch;
}

.video-copy p {
  max-width: 36rem;
  margin-top: 1rem;
  color: rgba(255,255,255,0.76);
}

.video-placeholder-title {
  color: rgba(255,255,255,0.88);
  font-weight: 700;
}

.video-play-large {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  width: clamp(150px, 18vw, 240px);
  border: 0;
  border-left: 1px solid rgba(255,255,255,0.14);
  background: linear-gradient(180deg, rgba(255,106,0,0.92), rgba(217,92,0,0.96));
  color: white;
  cursor: pointer;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  transition: transform 0.25s ease, background 0.25s ease;
}

.video-play-large:hover {
  background: linear-gradient(180deg, #ff7a1a, #e65f00);
}

.video-play-symbol {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(255,255,255,0.16);
  font-size: 2.2rem;
  line-height: 1;
}

.video-play-text {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: max(16px, env(safe-area-inset-top)) 12px max(16px, env(safe-area-inset-bottom));
}

.video-modal.is-open {
  display: flex;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.76);
  backdrop-filter: blur(10px);
}

.video-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(1080px, 92vw);
  max-height: calc(100vh - 1.5rem);
  background: #000;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(0,0,0,0.5);
}

.video-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.14);
  color: white;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.video-modal-content {
  background: #000;
}

.video-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 760px) {
  .video-showcase-head {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    margin-bottom: 1.8rem;
  }

  .video-row {
    min-height: 420px;
  }

  .video-row::after {
    right: 24px;
    bottom: 104px;
  }

  .video-copy {
    padding: 26px;
    padding-bottom: 120px;
  }

  .video-placeholder {
    padding-right: 26px;
  }

  .video-play-large {
    top: auto;
    left: 0;
    width: 100%;
    height: 96px;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,0.14);
    grid-template-columns: auto auto;
  }

  .video-play-symbol {
    width: 58px;
    height: 58px;
    font-size: 1.5rem;
  }

  .video-modal-dialog {
    width: 94vw;
    border-radius: 16px;
  }
}

@keyframes slowRotate {
  to {
    transform: rotate(360deg);
  }
}

.video-row {
  background:
    radial-gradient(circle at 78% 22%, rgba(12, 111, 125, 0.16), transparent 28%),
    linear-gradient(135deg, #061f24 0%, #041417 100%);
  min-height: clamp(320px, 28vw, 392px);
}

.video-row::before {
  background:
    radial-gradient(circle at 22% 24%, rgba(12, 111, 125, 0.14), transparent 24%),
    linear-gradient(90deg, rgba(255,255,255,0.06), transparent 46%);
}

.video-frame,
.video-frame-placeholder,
.video-placeholder {
  background: transparent;
}

.video-placeholder {
  padding: 0;
}

.video-copy {
  max-width: 620px;
  padding: clamp(26px, 3vw, 42px);
  padding-right: clamp(180px, 20vw, 248px);
}

.video-copy h3 {
  max-width: 12ch;
}

.video-placeholder-title,
.video-placeholder-label {
  display: none;
}

.video-play-large {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  width: clamp(150px, 18vw, 230px);
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  transition: transform 0.25s ease, background 0.25s ease;
}

.video-play-large::before {
  content: "";
  position: absolute;
  width: 112px;
  height: 112px;
  border: 1px solid var(--cta-accent);
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--cta-accent-soft), transparent 62%);
  box-shadow: 0 0 42px rgba(255, 106, 0, 0.18);
}

.video-play-large::after {
  content: "";
  position: absolute;
  width: 154px;
  height: 154px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 106, 0, 0.45);
  animation: slowRotate 18s linear infinite;
}

.video-play-symbol,
.video-play-text {
  position: relative;
  z-index: 1;
}

.video-play-symbol {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: transparent;
  color: var(--cta-accent);
  font-size: 2rem;
  line-height: 1;
}

.video-play-text {
  color: rgba(255,255,255,0.78);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.video-play-large:hover::before {
  background:
    radial-gradient(circle, rgba(255, 122, 26, 0.24), transparent 62%);
  box-shadow: 0 0 58px rgba(255, 106, 0, 0.3);
}

@media (max-width: 760px) {
  .video-copy {
    padding: 24px;
    padding-bottom: 114px;
  }

  .video-row {
    min-height: 372px;
  }

  .video-play-large {
    top: auto;
    left: 0;
    width: 100%;
    height: 96px;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,0.12);
  }

  .video-play-large::before {
    width: 82px;
    height: 82px;
  }

  .video-play-large::after {
    width: 112px;
    height: 112px;
  }
}

.video-row {
  position: relative;
}

.video-geometry {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.55;
}

.video-geometry::before {
  content: "";
  position: absolute;
  width: clamp(280px, 34vw, 520px);
  height: clamp(280px, 34vw, 520px);
  right: clamp(130px, 18vw, 260px);
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 131, 145, 0.13), transparent 62%);
}

.video-geometry::after {
  content: "";
  position: absolute;
  width: clamp(180px, 20vw, 320px);
  height: clamp(180px, 20vw, 320px);
  right: clamp(50px, 9vw, 120px);
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 122, 26, 0.12), transparent 64%);
}

.video-geometry-orbit,
.video-geometry-wave,
.video-geometry-grid {
  position: absolute;
}

.video-geometry-orbit {
  width: clamp(260px, 34vw, 520px);
  height: clamp(260px, 34vw, 520px);
  right: clamp(160px, 22vw, 300px);
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(20, 131, 145, 0.18);
  border-radius: 50%;
}

.video-geometry-orbit::before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px dashed rgba(255, 122, 26, 0.16);
  border-radius: 50%;
}

.video-geometry-wave {
  left: 42%;
  right: clamp(170px, 22vw, 280px);
  bottom: 42px;
  height: 58px;
  background:
    linear-gradient(90deg, rgba(20, 131, 145, 0.38) 0 5px, transparent 5px 15px);
  background-size: 15px 58px;
  mask-image: linear-gradient(to top, black, transparent 92%);
  opacity: 0.42;
}

.video-geometry-grid {
  width: clamp(220px, 24vw, 340px);
  height: clamp(120px, 14vw, 190px);
  right: clamp(190px, 24vw, 330px);
  top: 18%;
  background-image:
    linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.22;
  transform: rotate(-6deg);
}

.video-row-concerts .video-geometry::after {
  right: clamp(36px, 8vw, 104px);
  opacity: 0.82;
}

.video-row-concerts .video-geometry-orbit {
  right: auto;
  left: 38%;
  top: 54%;
}

.video-row-concerts .video-geometry-wave {
  left: 34%;
  right: clamp(170px, 22vw, 300px);
  bottom: 64px;
  opacity: 0.32;
}

.video-row-concerts .video-geometry-grid {
  right: clamp(210px, 22vw, 320px);
  top: 14%;
  transform: rotate(4deg);
}

.video-row-stories .video-geometry-orbit {
  width: clamp(220px, 28vw, 420px);
  height: clamp(220px, 28vw, 420px);
  right: clamp(180px, 22vw, 320px);
  top: 58%;
  opacity: 0.68;
}

.video-row-stories .video-geometry-wave {
  left: 36%;
  opacity: 0.24;
}

.video-row-stories .video-geometry-grid {
  width: clamp(250px, 28vw, 380px);
  top: 38%;
  transform: rotate(7deg);
  opacity: 0.18;
}

@media (max-width: 760px) {
  .video-geometry {
    opacity: 0.34;
  }

  .video-geometry-grid {
    display: none;
  }

  .video-geometry-orbit {
    right: -80px;
    opacity: 0.45;
  }

  .video-row-concerts .video-geometry-orbit,
  .video-row-stories .video-geometry-orbit {
    left: auto;
    right: -72px;
  }

  .video-geometry-wave {
    left: 24px;
    right: 24px;
    bottom: 116px;
    opacity: 0.22;
  }

  .video-geometry::before {
    right: -120px;
    opacity: 0.7;
  }

  .video-geometry::after {
    right: -80px;
    opacity: 0.55;
  }
}

.video-row {
  min-height: clamp(296px, 24vw, 340px);
  background:
    radial-gradient(circle at 82% 26%, rgba(255, 106, 0, 0.08), transparent 16%),
    radial-gradient(circle at 62% 44%, rgba(20, 131, 145, 0.16), transparent 24%),
    radial-gradient(circle at 22% 78%, rgba(20, 131, 145, 0.09), transparent 18%),
    linear-gradient(135deg, #061f24 0%, #041417 100%);
}

.video-copy {
  max-width: 620px;
  padding: clamp(22px, 2.5vw, 34px);
  padding-right: clamp(176px, 19vw, 236px);
}

.video-copy h3 {
  max-width: 13ch;
}

.video-copy p {
  margin-top: 0.8rem;
}

.video-geometry {
  opacity: 0.44;
}

.video-geometry::before {
  width: clamp(240px, 29vw, 430px);
  height: clamp(240px, 29vw, 430px);
  right: clamp(144px, 18vw, 250px);
  background:
    radial-gradient(circle, rgba(20, 131, 145, 0.16), transparent 58%),
    radial-gradient(circle at 42% 46%, rgba(255, 255, 255, 0.05), transparent 68%);
}

.video-geometry::after {
  width: clamp(128px, 15vw, 220px);
  height: clamp(128px, 15vw, 220px);
  right: clamp(64px, 9vw, 118px);
  background: radial-gradient(circle, rgba(255, 122, 26, 0.12), transparent 68%);
}

.video-geometry-orbit {
  width: clamp(220px, 28vw, 420px);
  height: clamp(220px, 28vw, 420px);
  right: clamp(158px, 20vw, 268px);
  border-color: rgba(20, 131, 145, 0.22);
  opacity: 0.82;
}

.video-geometry-orbit::before {
  inset: 14%;
  border-color: rgba(255, 122, 26, 0.18);
}

.video-geometry-orbit::after {
  content: "";
  position: absolute;
  inset: 4%;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-radius: 50%;
  transform: rotate(-18deg);
}

.video-geometry-wave {
  left: 44%;
  right: clamp(170px, 20vw, 250px);
  bottom: 30px;
  height: 44px;
  background:
    linear-gradient(90deg, rgba(20, 131, 145, 0.42) 0 4px, transparent 4px 14px);
  background-size: 14px 44px;
  opacity: 0.34;
}

.video-geometry-wave::before {
  content: "";
  position: absolute;
  left: -8%;
  right: 6%;
  top: -18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  transform: rotate(-4deg);
}

.video-geometry-wave::after {
  content: "";
  position: absolute;
  right: 18%;
  top: -34px;
  width: 56px;
  height: 28px;
  border-top: 1px solid rgba(20, 131, 145, 0.22);
  border-right: 1px solid rgba(20, 131, 145, 0.14);
  border-radius: 0 48px 0 0;
}

.video-geometry-wave span,
.video-geometry-grid span {
  display: none;
}

.video-geometry-grid {
  width: clamp(190px, 20vw, 290px);
  height: clamp(88px, 10vw, 138px);
  right: clamp(184px, 22vw, 304px);
  top: 20%;
  background-image:
    linear-gradient(rgba(255,255,255,0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.1) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.24;
}

.video-geometry-grid::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 12px;
  width: 72px;
  height: 72px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  transform: rotate(-8deg);
}

.video-geometry-grid::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -10px;
  width: 46px;
  height: 56px;
  background:
    linear-gradient(180deg,
      rgba(20, 131, 145, 0.28) 0 10px,
      transparent 10px 16px,
      rgba(20, 131, 145, 0.18) 16px 28px,
      transparent 28px 34px,
      rgba(20, 131, 145, 0.24) 34px 46px,
      transparent 46px 100%);
  opacity: 0.5;
}

.video-row::after {
  content: "";
  position: absolute;
  inset: auto auto 28px 34px;
  width: clamp(120px, 16vw, 220px);
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0.14), transparent);
  transform: rotate(-7deg);
  pointer-events: none;
}

.video-row-clips .video-geometry::before {
  background:
    radial-gradient(circle, rgba(20, 131, 145, 0.18), transparent 56%),
    radial-gradient(circle at 58% 34%, rgba(255, 122, 26, 0.06), transparent 28%);
}

.video-row-clips .video-geometry-wave {
  opacity: 0.38;
}

.video-row-clips .video-geometry-grid::after {
  opacity: 0.62;
}

.video-frame-image {
  z-index: 0;
}

.video-card-hero-image {
  position: absolute;
  top: -13%;
  bottom: -10%;
  left: 29%;
  width: auto;
  height: 126%;
  min-width: 56%;
  object-fit: contain;
  object-position: center center;
  opacity: 0.94;
  filter: saturate(1.02) contrast(1.02);
}

.video-row-clips .video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(6, 31, 36, 0.94) 0%,
      rgba(6, 31, 36, 0.84) 18%,
      rgba(6, 31, 36, 0.54) 40%,
      rgba(6, 31, 36, 0.2) 62%,
      rgba(6, 31, 36, 0.32) 100%);
}

.video-row-clips .video-copy {
  max-width: 34rem;
  padding-left: clamp(30px, 3.4vw, 48px);
}

.video-row-clips .video-copy h3,
.video-row-clips .video-copy p {
  text-shadow: 0 1px 12px rgba(4, 20, 23, 0.28);
}

.video-card-concerts-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: cover;
  object-position: center 45%;
  opacity: 0.96;
  filter: saturate(1.03) contrast(1.02);
}

.video-row-concerts .video-geometry::after {
  right: clamp(44px, 8vw, 98px);
  opacity: 0.72;
}

.video-row-concerts .video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(6, 31, 36, 0.9) 0%,
      rgba(6, 31, 36, 0.74) 20%,
      rgba(6, 31, 36, 0.42) 44%,
      rgba(6, 31, 36, 0.12) 62%,
      rgba(6, 31, 36, 0.24) 100%),
    radial-gradient(circle at 76% 50%, rgba(255, 122, 26, 0.08), transparent 22%);
}

.video-row-concerts .video-copy {
  max-width: 34rem;
  padding-left: clamp(30px, 3.4vw, 48px);
}

.video-row-concerts .video-copy h3,
.video-row-concerts .video-copy p {
  text-shadow: 0 1px 12px rgba(4, 20, 23, 0.3);
}

.video-row-concerts .video-geometry-orbit {
  left: 36%;
  top: 56%;
}

.video-row-concerts .video-geometry-wave {
  left: 36%;
  bottom: 38px;
  opacity: 0.3;
}

.video-row-stories .video-geometry-orbit {
  opacity: 0.66;
}

.video-card-stories-image {
  position: absolute;
  top: -13%;
  bottom: -10%;
  left: 29%;
  width: auto;
  height: 126%;
  min-width: 56%;
  object-fit: contain;
  object-position: center center;
  opacity: 0.92;
  filter: saturate(1.01) contrast(1.01);
}

.video-row-stories .video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(6, 31, 36, 0.88) 0%,
      rgba(6, 31, 36, 0.7) 20%,
      rgba(6, 31, 36, 0.38) 44%,
      rgba(6, 31, 36, 0.12) 62%,
      rgba(6, 31, 36, 0.22) 100%),
    radial-gradient(circle at 72% 50%, rgba(255, 122, 26, 0.06), transparent 22%),
    radial-gradient(circle at 44% 60%, rgba(20, 131, 145, 0.08), transparent 24%);
}

.video-row-stories .video-geometry-wave {
  left: 40%;
  opacity: 0.22;
}

.video-row-stories .video-geometry-grid {
  width: clamp(220px, 23vw, 320px);
  top: 34%;
  transform: rotate(6deg);
  opacity: 0.22;
}

.video-row-stories .video-copy {
  max-width: 34rem;
  padding-left: clamp(30px, 3.4vw, 48px);
}

.video-row-stories .video-copy h3,
.video-row-stories .video-copy p {
  text-shadow: 0 1px 12px rgba(4, 20, 23, 0.28);
}

.messenger-entry {
  padding-top: clamp(1.7rem, 3.2vw, 2.5rem);
  padding-bottom: clamp(1.1rem, 2.2vw, 1.8rem);
}

.messenger-entry-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14.5rem, 18.5rem);
  gap: clamp(1.1rem, 2vw, 2.2rem);
  align-items: center;
  min-height: clamp(11.5rem, 15vw, 15.8rem);
  padding: clamp(1.15rem, 2vw, 1.65rem);
  border: 1px solid var(--line);
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.96)),
    radial-gradient(circle at 88% 20%, rgba(255, 122, 26, 0.06), transparent 16%),
    radial-gradient(circle at 18% 82%, rgba(20, 131, 145, 0.08), transparent 18%),
    var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.messenger-entry-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background:
    linear-gradient(180deg,
      rgba(20, 131, 145, 0.95) 0 20%,
      rgba(20, 131, 145, 0.26) 20% 30%,
      rgba(20, 131, 145, 0.95) 30% 48%,
      rgba(20, 131, 145, 0.26) 48% 58%,
      rgba(20, 131, 145, 0.95) 58% 78%,
      rgba(20, 131, 145, 0.26) 78% 88%,
      rgba(20, 131, 145, 0.95) 88% 100%);
}

.messenger-entry-copy,
.messenger-entry-actions {
  position: relative;
  z-index: 1;
}

.messenger-entry-copy {
  display: grid;
  gap: 0.72rem;
  padding-left: clamp(0.35rem, 0.7vw, 0.55rem);
}

.messenger-entry-copy h2 {
  max-width: 12ch;
  font-size: clamp(1.55rem, 2vw, 2.1rem);
  color: var(--accent-ink);
}

.messenger-entry-copy > p {
  margin: 0;
  max-width: 39rem;
  color: var(--muted);
}

.messenger-entry-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 0.05rem;
}

.messenger-entry-flow span {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.32rem 0.72rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 600;
  white-space: nowrap;
}

.messenger-entry-note,
.messenger-entry-help {
  font-size: 0.88rem;
  color: var(--muted);
}

.messenger-entry-actions {
  display: grid;
  gap: 0.7rem;
  align-self: stretch;
}

.messenger-entry-signal {
  display: flex;
  align-items: end;
  gap: 0.34rem;
  min-height: 1.45rem;
  margin-bottom: 0.05rem;
}

.messenger-entry-signal span {
  width: 0.22rem;
  border-radius: 999px;
  background: var(--accent);
  opacity: 0.9;
}

.messenger-entry-signal span:nth-child(1) { height: 0.66rem; }
.messenger-entry-signal span:nth-child(2) { height: 1.08rem; }
.messenger-entry-signal span:nth-child(3) { height: 0.88rem; }
.messenger-entry-signal span:nth-child(4) { height: 1.22rem; }
.messenger-entry-signal span:nth-child(5) { height: 0.78rem; background: var(--cta-accent); }

.messenger-entry-actions .button {
  min-height: 3rem;
  padding-inline: 1.1rem;
}

.messenger-entry-actions .button-secondary {
  background: rgba(255, 255, 255, 0.74);
}

.founder-section {
  padding-top: clamp(3.6rem, 6vw, 5.8rem);
  padding-bottom: clamp(2.8rem, 4.8vw, 4.6rem);
}

.founder-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(18rem, 1.12fr);
  gap: clamp(1.4rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(2rem, 4.2vw, 3.6rem);
  border: 1px solid rgba(20, 131, 145, 0.12);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 16% 26%, rgba(20, 131, 145, 0.08), transparent 18%),
    radial-gradient(circle at 82% 20%, rgba(255, 122, 26, 0.08), transparent 14%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(251, 248, 243, 0.96)),
    var(--surface);
  box-shadow: 0 30px 80px rgba(7, 20, 23, 0.08);
  overflow: hidden;
}

.founder-shell::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background:
    linear-gradient(180deg,
      rgba(20, 131, 145, 0.96) 0 18%,
      rgba(20, 131, 145, 0.18) 18% 26%,
      rgba(20, 131, 145, 0.96) 26% 42%,
      rgba(20, 131, 145, 0.18) 42% 50%,
      rgba(20, 131, 145, 0.96) 50% 70%,
      rgba(20, 131, 145, 0.18) 70% 78%,
      rgba(20, 131, 145, 0.96) 78% 100%);
}

.founder-copy,
.founder-figure,
.founder-ornaments {
  position: relative;
  z-index: 1;
}

.founder-copy {
  display: grid;
  gap: 1rem;
  padding-left: clamp(0.2rem, 0.8vw, 0.7rem);
}

.founder-copy h2 {
  max-width: 11.5ch;
  font-size: clamp(2rem, 3.6vw, 3.9rem);
  letter-spacing: -0.045em;
  color: var(--accent-ink);
}

.founder-name {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.45vw, 1.28rem);
  letter-spacing: -0.03em;
  color: var(--text);
}

.founder-quote {
  margin: 0;
  max-width: 20ch;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1.9vw, 1.85rem);
  line-height: 1.16;
  letter-spacing: -0.03em;
  color: var(--accent-ink);
}

.founder-text {
  display: grid;
  gap: 0.95rem;
  max-width: 35rem;
}

.founder-text p {
  margin: 0;
  color: var(--muted);
}

.founder-figure {
  position: relative;
  min-height: clamp(35rem, 52vw, 47rem);
  align-self: stretch;
  overflow: hidden;
}

.founder-figure-backdrop {
  position: absolute;
  right: 8%;
  bottom: -2%;
  width: min(92%, 34rem);
  height: min(90%, 39rem);
  border-radius: 46% 54% 42% 58% / 36% 42% 58% 64%;
  background:
    radial-gradient(circle at 38% 28%, rgba(255, 255, 255, 0.54), transparent 24%),
    radial-gradient(circle at 62% 22%, rgba(255, 122, 26, 0.12), transparent 18%),
    radial-gradient(circle at 44% 54%, rgba(20, 131, 145, 0.16), transparent 52%),
    linear-gradient(180deg, rgba(232, 244, 243, 0.92), rgba(255, 255, 255, 0.4));
  filter: blur(0.2px);
  transform: translate3d(0, var(--parallax-y, 0px), 0);
}

.founder-figure::before {
  content: "";
  position: absolute;
  right: 14%;
  top: 10%;
  width: clamp(12rem, 18vw, 17rem);
  height: clamp(12rem, 18vw, 17rem);
  border: 1px solid rgba(20, 131, 145, 0.2);
  border-radius: 50%;
  pointer-events: none;
}

.founder-figure::after {
  content: "";
  position: absolute;
  right: 21%;
  top: 16%;
  width: clamp(8rem, 12vw, 11rem);
  height: clamp(8rem, 12vw, 11rem);
  border: 1px dashed rgba(255, 122, 26, 0.26);
  border-radius: 50%;
  pointer-events: none;
}

.founder-image {
  position: absolute;
  right: -2%;
  bottom: 0;
  height: clamp(34rem, 54vw, 47rem);
  width: auto;
  max-width: none;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 28px 38px rgba(7, 20, 23, 0.12));
  transform: translate3d(0, var(--parallax-y, 0px), 0);
}

.founder-sound {
  position: absolute;
  left: 8%;
  bottom: 20%;
  z-index: 2;
  display: flex;
  align-items: end;
  gap: 0.42rem;
  width: 4rem;
  height: 3.2rem;
  opacity: 0.68;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
}

.founder-sound span {
  display: block;
  width: 0.26rem;
  border-radius: 999px;
  background: var(--accent);
}

.founder-sound span:nth-child(1) { height: 0.95rem; }
.founder-sound span:nth-child(2) { height: 1.7rem; }
.founder-sound span:nth-child(3) { height: 2.35rem; background: var(--cta-accent); }
.founder-sound span:nth-child(4) { height: 1.35rem; }

.founder-orbit-one,
.founder-orbit-two,
.founder-bars {
  transform: translate3d(0, var(--parallax-y, 0px), 0);
}

.founder-ornaments {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.founder-orbit,
.founder-bars,
.founder-arc {
  position: absolute;
}

.founder-orbit-one {
  width: clamp(14rem, 20vw, 18rem);
  height: clamp(14rem, 20vw, 18rem);
  left: 44%;
  top: 12%;
  border: 1px solid rgba(20, 131, 145, 0.12);
  border-radius: 50%;
}

.founder-orbit-two {
  width: clamp(8rem, 11vw, 10rem);
  height: clamp(8rem, 11vw, 10rem);
  left: 50%;
  top: 18%;
  border: 1px dashed rgba(255, 122, 26, 0.16);
  border-radius: 50%;
}

.founder-bars {
  left: clamp(2rem, 3vw, 3rem);
  bottom: clamp(2rem, 3vw, 3rem);
  width: 4rem;
  height: 1.45rem;
  background:
    linear-gradient(to right,
      var(--accent) 0 0.18rem,
      transparent 0.18rem 0.56rem,
      var(--accent) 0.56rem 0.74rem,
      transparent 0.74rem 1.12rem,
      var(--accent) 1.12rem 1.3rem,
      transparent 1.3rem 1.68rem,
      var(--accent) 1.68rem 1.86rem,
      transparent 1.86rem 2.24rem,
      var(--cta-accent) 2.24rem 2.44rem,
      transparent 2.44rem 2.82rem,
      var(--accent) 2.82rem 3rem,
      transparent 3rem 3.38rem,
      var(--accent) 3.38rem 3.58rem);
  opacity: 0.8;
}

.founder-arc {
  right: 34%;
  bottom: 12%;
  width: clamp(10rem, 18vw, 16rem);
  height: clamp(5rem, 10vw, 8rem);
  border-top: 1px solid rgba(20, 131, 145, 0.14);
  border-right: 1px solid rgba(20, 131, 145, 0.08);
  border-radius: 0 7rem 0 0;
  transform: translate3d(0, var(--parallax-y, 0px), 0) rotate(-8deg);
}

.production-section {
  padding-top: clamp(2.8rem, 5vw, 4.6rem);
  padding-bottom: clamp(2.8rem, 4.8vw, 4.4rem);
}

.production-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(21rem, 0.95fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
  min-height: auto;
  padding: clamp(2.6rem, 4vw, 4rem);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 18% 24%, rgba(20, 131, 145, 0.14), transparent 18%),
    radial-gradient(circle at 84% 18%, rgba(255, 122, 26, 0.14), transparent 14%),
    radial-gradient(circle at 62% 78%, rgba(20, 131, 145, 0.1), transparent 16%),
    linear-gradient(135deg, #061f24 0%, #041417 48%, #07191d 100%);
  color: #ffffff;
  box-shadow: 0 32px 88px rgba(7, 20, 23, 0.24);
  overflow: hidden;
}

.production-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(112deg, transparent 0 44%, rgba(75, 194, 199, 0.08) 44% 44.18%, transparent 44.18% 100%),
    linear-gradient(90deg, rgba(75, 194, 199, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(75, 194, 199, 0.05) 1px, transparent 1px);
  background-size: auto, 72px 72px, 72px 72px;
  mask-image: radial-gradient(circle at 56% 50%, black, transparent 82%);
  opacity: 0.32;
}

.production-shell::after {
  content: "";
  position: absolute;
  left: 6%;
  right: 34%;
  bottom: 11%;
  height: 4.8rem;
  border-top: 1px solid rgba(75, 194, 199, 0.16);
  border-radius: 50%;
  opacity: 0.34;
  pointer-events: none;
  transform: rotate(-6deg);
}

.production-copy,
.production-case,
.production-geometry {
  position: relative;
  z-index: 1;
}

.production-copy {
  display: grid;
  align-content: center;
  align-self: center;
  gap: 0.9rem;
}

.production-copy .section-kicker,
.production-copy h2,
.production-copy p,
.production-case h3,
.production-release-title,
.production-case-kicker,
.production-release-note {
  color: #ffffff;
}

.production-copy .section-kicker,
.production-case-kicker {
  opacity: 0.76;
}

.production-copy h2 {
  max-width: 11.5ch;
  font-size: clamp(2rem, 3.4vw, 3.7rem);
}

.production-copy > p {
  max-width: 37rem;
  color: rgba(255, 255, 255, 0.74);
}

.production-pulse {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.12rem, 1.55vw, 1.45rem);
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.92);
}

.production-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  padding-top: 0.2rem;
}

.production-line span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.34rem 0.76rem;
  border: 1px solid rgba(75, 194, 199, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  font-weight: 600;
}

.production-line span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -0.38rem;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  background: var(--cta-accent);
}

.production-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  max-width: 37rem;
  margin-top: 0.15rem;
}

.production-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.34rem 0.76rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.84rem;
  font-weight: 600;
}

.production-case {
  position: relative;
  display: grid;
  min-height: auto;
  align-items: end;
  align-self: center;
  overflow: visible;
}

.production-artist {
  position: relative;
  display: grid;
  place-items: end center;
  min-height: clamp(21rem, 28vw, 27.5rem);
  overflow: visible;
}

.production-artist::before {
  content: "";
  position: absolute;
  width: clamp(14rem, 22vw, 24rem);
  height: clamp(14rem, 22vw, 24rem);
  left: 10%;
  bottom: 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 111, 115, 0.28), transparent 64%);
  filter: blur(2px);
  z-index: 0;
}

.production-artist::after {
  content: "";
  position: absolute;
  width: clamp(11rem, 18vw, 20rem);
  height: clamp(11rem, 18vw, 20rem);
  left: 18%;
  top: 6%;
  border-radius: 50%;
  border: 1px dashed rgba(255, 106, 0, 0.32);
  z-index: 1;
}

.production-artist-image {
  position: relative;
  z-index: 2;
  width: min(100%, clamp(16rem, 25vw, 25rem));
  height: auto;
  max-height: clamp(22rem, 31vw, 29.5rem);
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 28px 44px rgba(0, 0, 0, 0.28));
}

.production-release-card {
  position: relative;
  display: grid;
  gap: 0.75rem;
  padding: clamp(1.3rem, 2vw, 1.7rem);
  width: min(100%, 22rem);
  margin-left: auto;
  margin-top: -5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.55rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 84% 16%, rgba(255, 122, 26, 0.16), transparent 20%),
    linear-gradient(180deg, rgba(7, 20, 23, 0.22), rgba(7, 20, 23, 0.38));
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.22);
}

.production-release-card::before {
  content: "";
  position: absolute;
  inset: 1.05rem;
  border: 1px solid rgba(75, 194, 199, 0.08);
  border-radius: 1.1rem;
  pointer-events: none;
}

.production-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 1.8rem;
  padding: 0.26rem 0.66rem;
  border-radius: 999px;
  background: rgba(255, 122, 26, 0.14);
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.production-case-kicker,
.production-release-title,
.production-release-note {
  margin: 0;
}

.production-case h3 {
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.production-release-title {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.5vw, 1.3rem);
  color: rgba(255, 255, 255, 0.92);
}

.production-release-note {
  color: rgba(255, 255, 255, 0.68);
}

.production-release-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.8rem;
}

.release-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.65rem;
  padding: 0.2rem 0.62rem;
  border: 1px solid rgba(255, 122, 26, 0.34);
  border-radius: 999px;
  background: rgba(255, 122, 26, 0.06);
  color: rgba(255, 235, 220, 0.88);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.production-actions {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.2rem;
}

.production-actions .button {
  min-height: 3rem;
}

.production-action-secondary {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.7);
}

.production-action-secondary:disabled {
  cursor: default;
  opacity: 0.72;
}

.production-geometry {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.production-orbit,
.production-bars,
.production-grid {
  position: absolute;
}

.production-orbit-one {
  width: clamp(17rem, 26vw, 24rem);
  height: clamp(17rem, 26vw, 24rem);
  left: 46%;
  top: 12%;
  border: 1px solid rgba(75, 194, 199, 0.16);
  border-radius: 50%;
}

.production-orbit-two {
  width: clamp(9rem, 14vw, 13rem);
  height: clamp(9rem, 14vw, 13rem);
  left: 56%;
  top: 20%;
  border: 1px dashed rgba(255, 122, 26, 0.22);
  border-radius: 50%;
}

.production-bars {
  left: 3rem;
  bottom: 2.6rem;
  width: 5rem;
  height: 1.65rem;
  background:
    linear-gradient(to right,
      rgba(75, 194, 199, 0.86) 0 0.18rem,
      transparent 0.18rem 0.56rem,
      rgba(75, 194, 199, 0.86) 0.56rem 0.74rem,
      transparent 0.74rem 1.12rem,
      rgba(75, 194, 199, 0.86) 1.12rem 1.3rem,
      transparent 1.3rem 1.68rem,
      rgba(255, 122, 26, 0.92) 1.68rem 1.9rem,
      transparent 1.9rem 2.28rem,
      rgba(75, 194, 199, 0.86) 2.28rem 2.46rem,
      transparent 2.46rem 2.84rem,
      rgba(75, 194, 199, 0.86) 2.84rem 3.04rem,
      transparent 3.04rem 3.42rem,
      rgba(75, 194, 199, 0.86) 3.42rem 3.62rem,
      transparent 3.62rem 100%);
  opacity: 0.9;
}

.production-grid {
  right: 18%;
  bottom: 12%;
  width: clamp(12rem, 18vw, 16rem);
  height: clamp(6rem, 8vw, 8.2rem);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.18;
  transform: rotate(-7deg);
}

.production-studio {
  position: relative;
}

.production-studio-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(1.8rem, 3.4vw, 3rem);
  align-items: center;
  padding: clamp(1.35rem, 2.4vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 16% 18%, rgba(20, 131, 145, 0.08), transparent 18%),
    radial-gradient(circle at 88% 16%, rgba(255, 122, 26, 0.08), transparent 12%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.98)),
    var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.production-studio-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(20, 131, 145, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(20, 131, 145, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 82%);
  opacity: 0.42;
}

.production-studio-copy,
.production-studio-visual {
  position: relative;
  z-index: 1;
}

.production-studio-copy {
  display: grid;
  gap: 0.95rem;
}

.production-studio-copy h2 {
  max-width: 11.5ch;
  color: var(--accent-ink);
  font-size: clamp(2rem, 3vw, 3.3rem);
}

.production-studio-copy > p {
  max-width: 36rem;
  color: var(--muted);
}

.production-studio-note {
  color: var(--text);
}

.production-studio-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1rem;
  align-items: center;
  margin-top: 0.2rem;
}

.production-studio-link {
  color: var(--accent-ink);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(20, 131, 145, 0.22);
  transition: color 0.24s ease, border-color 0.24s ease;
}

.production-studio-link:hover,
.production-studio-link:focus-visible {
  color: var(--accent);
  border-color: rgba(255, 122, 26, 0.4);
}

.production-studio-formats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.3rem;
}

.production-format-card {
  position: relative;
  display: grid;
  gap: 0.38rem;
  align-content: start;
  min-height: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(20, 131, 145, 0.12);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 28px rgba(32, 25, 20, 0.05);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.production-format-card:hover,
.production-format-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(20, 131, 145, 0.2);
  box-shadow: 0 20px 34px rgba(32, 25, 20, 0.08);
}

.production-format-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 1.15rem 0 0 1.15rem;
  background:
    linear-gradient(180deg,
      rgba(20, 131, 145, 0.92) 0 42%,
      rgba(20, 131, 145, 0.2) 42% 62%,
      rgba(255, 122, 26, 0.86) 62% 80%,
      rgba(20, 131, 145, 0.92) 80% 100%);
}

.production-format-card strong {
  color: var(--accent-ink);
  font-size: 0.98rem;
}

.production-format-card p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.production-format-card-wide {
  grid-column: 1 / -1;
}

.production-studio-visual {
  position: relative;
  min-height: 0;
  padding: clamp(1rem, 2vw, 1.5rem);
  border-radius: 1.75rem;
  background:
    radial-gradient(circle at 16% 16%, rgba(20, 131, 145, 0.22), transparent 20%),
    radial-gradient(circle at 84% 14%, rgba(255, 122, 26, 0.16), transparent 18%),
    linear-gradient(135deg, #071c20 0%, #0b2024 44%, #13282c 100%);
  box-shadow: 0 26px 60px rgba(7, 20, 23, 0.18);
  overflow: hidden;
}

.production-studio-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 54% 44%, black, transparent 82%);
  opacity: 0.52;
}

.production-studio-label,
.production-studio-track,
.production-gallery,
.production-shot {
  position: relative;
  z-index: 1;
}

.production-studio-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.34rem 0.68rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.production-studio-track {
  position: absolute;
  right: 1.1rem;
  top: 1.1rem;
  display: inline-flex;
  align-items: end;
  gap: 0.22rem;
  min-height: 1.2rem;
}

.production-studio-track span {
  display: block;
  width: 0.2rem;
  border-radius: 999px;
  background: rgba(75, 194, 199, 0.88);
}

.production-studio-track span:nth-child(1) { height: 0.48rem; }
.production-studio-track span:nth-child(2) { height: 0.92rem; }
.production-studio-track span:nth-child(3) { height: 0.72rem; }
.production-studio-track span:nth-child(4) { height: 1.1rem; background: rgba(255, 122, 26, 0.9); }
.production-studio-track span:nth-child(5) { height: 0.62rem; }

.founder-section *,
.production-section * {
  min-width: 0;
}

.production-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-areas:
    "hero hero hero"
    "tile1 tile2 tile3";
  gap: clamp(0.72rem, 0.95vw, 0.92rem);
  width: 100%;
  min-width: 0;
  padding-top: 2.18rem;
}

.production-shot {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: clamp(18px, 2vw, 28px);
  background: #0a171a;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.2);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.production-shot:hover,
.production-shot:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 28px 42px rgba(0, 0, 0, 0.22);
}

.production-shot::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.34), transparent);
}

.production-shot img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.production-shot figcaption {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  z-index: 2;
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  background: rgba(7, 20, 23, 0.7);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.production-shot--hero {
  grid-area: hero;
  aspect-ratio: 16 / 7.4;
}

.production-shot--tile {
  aspect-ratio: 4 / 3;
}

.production-shot--tile:nth-of-type(2) {
  grid-area: tile1;
}

.production-shot--tile:nth-of-type(3) {
  grid-area: tile2;
}

.production-shot--tile:nth-of-type(4) {
  grid-area: tile3;
}

.production-shot--hero img {
  object-position: center 38%;
}

.production-shot--camera img {
  object-position: center 34%;
}

.production-shot--acoustic img {
  object-position: center 44%;
}

.production-shot--rock img {
  object-position: center 38%;
}

@media (max-width: 1120px) {
  .production-studio-shell {
    grid-template-columns: 1fr;
    gap: clamp(1.5rem, 6vw, 2.5rem);
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .production-studio-copy h2,
  .production-studio-copy > p {
    max-width: none;
  }

  .production-studio-copy,
  .production-studio-visual {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .production-studio-copy {
    padding: 0;
    text-align: left;
  }

  .production-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "hero hero"
      "tile1 tile2"
      "tile3 tile3";
    gap: 0.85rem;
  }

  .production-shot--hero {
    aspect-ratio: 16 / 8.8;
  }

  .production-shot--tile {
    aspect-ratio: 4 / 3.15;
  }
}

@media (max-width: 900px) {
  .founder-section {
    overflow-x: hidden;
  }

  .founder-shell {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 1.35rem 1rem 1.4rem;
    border-radius: 1.5rem;
  }

  .founder-copy {
    order: 1;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0;
    text-align: left;
    justify-self: stretch;
  }

  .founder-copy h2 {
    max-width: 100%;
    font-size: clamp(1.9rem, 9vw, 2.6rem);
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .founder-quote,
  .founder-text,
  .founder-text p {
    max-width: 100%;
  }

  .founder-figure {
    order: 2;
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: unset;
    height: auto;
    margin: 0;
    overflow: hidden;
    border-radius: 1.35rem;
    background:
      radial-gradient(circle at 36% 26%, rgba(255, 255, 255, 0.44), transparent 24%),
      radial-gradient(circle at 66% 22%, rgba(255, 122, 26, 0.1), transparent 16%),
      radial-gradient(circle at 46% 56%, rgba(20, 131, 145, 0.16), transparent 52%),
      linear-gradient(180deg, rgba(232, 244, 243, 0.92), rgba(255, 255, 255, 0.54));
  }

  .founder-figure::before,
  .founder-figure::after,
  .founder-figure-backdrop,
  .founder-orbit-one,
  .founder-orbit-two,
  .founder-bars,
  .founder-arc,
  .founder-sound {
    display: none !important;
  }

  .founder-image {
    position: relative !important;
    inset: auto !important;
    right: auto !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100%;
    max-width: min(100%, 22rem);
    height: auto !important;
    max-height: none !important;
    object-fit: contain;
    object-position: center bottom;
    transform: none !important;
    display: block;
    margin: 0 auto;
  }

  .production-section {
    overflow-x: hidden;
  }

  .production-studio-shell {
    grid-template-columns: 1fr;
    gap: clamp(1.4rem, 5vw, 2rem);
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .production-studio-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0;
    text-align: left;
  }

  .production-studio-copy h2 {
    max-width: 100%;
    font-size: clamp(1.9rem, 8.5vw, 2.6rem);
    line-height: 1.06;
    overflow-wrap: anywhere;
  }

  .production-studio-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .production-studio-actions .button,
  .production-studio-link {
    width: 100%;
  }

  .production-studio-formats {
    grid-template-columns: 1fr;
  }

  .production-format-card-wide {
    grid-column: auto;
  }

  .production-studio-visual {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 1rem;
    border-radius: 24px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .production-studio-label {
    max-width: 100%;
    white-space: normal;
    line-height: 1.4;
  }

  .production-gallery {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "hero"
      "tile1"
      "tile2"
      "tile3";
    gap: 0.85rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .production-shot {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    position: relative;
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    transform: none;
    aspect-ratio: 4 / 3;
    height: auto;
    min-height: unset;
    max-height: none;
  }

  .production-shot:hover,
  .production-shot:focus-within {
    transform: none;
  }

  .production-shot--hero,
  .production-shot--tile {
    aspect-ratio: 4 / 3;
  }

  .production-shot img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
  }

  .production-shot--hero img {
    object-position: center 42%;
  }

  .production-shot--camera img {
    object-position: center 34%;
  }

  .production-shot--acoustic img {
    object-position: center 44%;
  }

  .production-shot--rock img {
    object-position: center 38%;
  }
}

@media (max-width: 760px) {
  .production-studio-shell {
    gap: 1.2rem;
    padding: 1rem;
    border-radius: 1.5rem;
  }

  .production-studio-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .production-studio-actions .button,
  .production-studio-link {
    width: 100%;
  }

  .production-studio-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.95rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
  }

  .production-studio-formats {
    grid-template-columns: 1fr;
  }

  .production-format-card-wide {
    grid-column: auto;
  }

  .production-studio-visual {
    min-height: 0;
    padding: 0.85rem;
    border-radius: 1.4rem;
  }

  .production-gallery {
    grid-template-columns: 1fr;
    grid-template-areas:
      "hero"
      "tile1"
      "tile2"
      "tile3";
    gap: 0.85rem;
    padding-top: 2.45rem;
  }

  .production-studio-label {
    top: 0.85rem;
    left: 0.85rem;
    max-width: calc(100% - 5rem);
    font-size: 0.64rem;
  }

  .production-studio-track {
    right: 0.85rem;
    top: 0.95rem;
  }

  .production-shot {
    aspect-ratio: 4 / 3;
    border-radius: 20px;
  }

  .production-shot--hero,
  .production-shot--tile,
  .production-shot--camera {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 640px) {
  .production-gallery {
    grid-template-columns: 1fr;
    grid-template-areas:
      "hero"
      "tile1"
      "tile2"
      "tile3";
    gap: 0.85rem;
  }

  .production-shot {
    aspect-ratio: 4 / 3;
    border-radius: 20px;
  }

  .production-shot--hero,
  .production-shot--tile,
  .production-shot--camera {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 430px) {
  .production-studio-formats {
    grid-template-columns: 1fr;
  }

  .production-studio-label {
    max-width: calc(100% - 4rem);
    padding: 0.3rem 0.54rem;
  }

  .production-shot {
    border-radius: 1.05rem;
  }

  .production-shot figcaption {
    left: 0.65rem;
    bottom: 0.65rem;
    font-size: 0.68rem;
  }
}

.release-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: max(16px, env(safe-area-inset-top)) 12px max(16px, env(safe-area-inset-bottom));
}

.release-modal.is-open {
  display: flex;
}

.release-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.76);
  backdrop-filter: blur(10px);
}

.release-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(980px, 92vw);
  max-height: min(88vh, 880px);
  background:
    radial-gradient(circle at 18% 20%, rgba(20, 131, 145, 0.14), transparent 22%),
    radial-gradient(circle at 84% 16%, rgba(255, 122, 26, 0.12), transparent 14%),
    linear-gradient(135deg, #061f24 0%, #041417 48%, #07191d 100%);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.5);
}

.release-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: white;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.release-modal-content {
  position: relative;
  display: grid;
  gap: 1.4rem;
  padding: clamp(1.6rem, 2.4vw, 2rem);
  max-height: inherit;
  overflow: auto;
  color: #fff;
}

.release-modal-content::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(75, 194, 199, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(75, 194, 199, 0.04) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(circle at 50% 42%, black, transparent 78%);
  opacity: 0.5;
}

.release-modal-head,
.release-platform-grid {
  position: relative;
  z-index: 1;
}

.release-modal-head {
  display: grid;
  gap: 0.7rem;
  max-width: 44rem;
}

.release-modal-head h2,
.release-modal-head p,
.release-platform-card h3,
.release-platform-card p {
  color: #fff;
  margin: 0;
}

.release-modal-head p:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.release-platform-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: 1rem;
}

.release-platform-card {
  position: relative;
  display: grid;
  gap: 0.9rem;
  align-content: start;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.4rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
    linear-gradient(180deg, rgba(7, 20, 23, 0.24), rgba(7, 20, 23, 0.38));
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
}

.release-platform-card::before {
  content: "";
  position: absolute;
  inset: 0.95rem;
  border: 1px solid rgba(75, 194, 199, 0.08);
  border-radius: 1rem;
  pointer-events: none;
}

.release-platform-card-yandex {
  grid-row: span 2;
}

.release-platform-card-head {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.release-platform-card p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.release-platform-embed {
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.release-platform-embed iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.release-platform-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 2.9rem;
  padding: 0.68rem 1rem;
  border: 1px solid rgba(15, 111, 115, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.release-platform-link:hover,
.release-platform-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 106, 0, 0.48);
  background: rgba(255, 106, 0, 0.08);
  box-shadow: 0 10px 24px rgba(255, 122, 26, 0.08);
}

.video-row-stories .video-geometry::before {
  background:
    radial-gradient(circle, rgba(20, 131, 145, 0.12), transparent 60%),
    radial-gradient(circle at 48% 48%, rgba(255, 255, 255, 0.05), transparent 66%);
}

.video-row-stories .video-geometry::after {
  opacity: 0.48;
}

@media (max-width: 760px) {
  .video-row {
    min-height: 264px;
  }

  .video-copy {
    padding: 20px;
    padding-bottom: 102px;
  }

  .video-geometry {
    opacity: 0.28;
  }

  .video-geometry-grid {
    display: none;
  }

  .video-geometry-orbit {
    width: 220px;
    height: 220px;
    right: -76px;
    opacity: 0.4;
  }

  .video-row-concerts .video-geometry-orbit,
  .video-row-stories .video-geometry-orbit {
    left: auto;
    right: -68px;
  }

  .video-geometry-wave {
    left: 20px;
    right: 20px;
    bottom: 94px;
    height: 34px;
    opacity: 0.18;
  }

  .video-row::after {
    width: 112px;
    left: 24px;
    bottom: 76px;
    opacity: 0.34;
  }

  .video-card-hero-image {
    top: -6%;
    bottom: -8%;
    left: 18%;
    height: 116%;
    min-width: 74%;
  }

  .video-row-clips .video-frame::before {
    background:
      linear-gradient(180deg,
        rgba(6, 31, 36, 0.48) 0%,
        rgba(6, 31, 36, 0.2) 24%,
        rgba(6, 31, 36, 0.74) 100%),
      linear-gradient(90deg,
        rgba(6, 31, 36, 0.86) 0%,
        rgba(6, 31, 36, 0.56) 46%,
        rgba(6, 31, 36, 0.16) 100%);
  }

  .video-row-clips .video-copy {
    max-width: none;
    padding-left: 20px;
  }

  .video-card-concerts-image {
    inset: 0;
    width: 100%;
    height: 100%;
    min-width: 0;
    object-fit: cover;
    object-position: center center;
  }

  .video-row-concerts .video-frame::before {
    background:
      linear-gradient(180deg,
        rgba(6, 31, 36, 0.42) 0%,
        rgba(6, 31, 36, 0.14) 22%,
        rgba(6, 31, 36, 0.7) 100%),
      linear-gradient(90deg,
        rgba(6, 31, 36, 0.82) 0%,
        rgba(6, 31, 36, 0.48) 48%,
        rgba(6, 31, 36, 0.14) 100%);
  }

  .video-row-concerts .video-copy {
    max-width: none;
    padding-left: 20px;
  }

  .video-card-stories-image {
    top: -6%;
    bottom: -8%;
    left: 18%;
    height: 116%;
    min-width: 74%;
  }

  .video-row-stories .video-frame::before {
    background:
      linear-gradient(180deg,
        rgba(6, 31, 36, 0.38) 0%,
        rgba(6, 31, 36, 0.12) 22%,
        rgba(6, 31, 36, 0.68) 100%),
      linear-gradient(90deg,
        rgba(6, 31, 36, 0.8) 0%,
        rgba(6, 31, 36, 0.46) 48%,
        rgba(6, 31, 36, 0.14) 100%);
  }

  .video-row-stories .video-copy {
    max-width: none;
    padding-left: 20px;
  }

  .messenger-entry-panel {
    grid-template-columns: 1fr;
    min-height: unset;
    gap: 1rem;
    padding: 1.15rem 1rem;
    border-radius: 1.15rem;
  }

  .messenger-entry-copy {
    gap: 0.72rem;
    padding-left: 0.2rem;
  }

  .messenger-entry-copy h2 {
    max-width: none;
  }

  .messenger-entry-flow {
    gap: 0.45rem;
  }

  .messenger-entry-flow span {
    min-height: 1.85rem;
    font-size: 0.82rem;
  }

  .messenger-entry-actions {
    width: 100%;
    gap: 0.65rem;
  }

  .messenger-entry-actions .button {
    width: 100%;
  }

  .audience-stage {
    gap: 1.25rem;
  }

  .audience-stage-note {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .audience-stage-intro .button {
    width: 100%;
  }

  .audience-route {
    grid-template-columns: 1fr;
    gap: 0.95rem;
    padding: 1rem;
    border-radius: 1.3rem;
  }

  .audience-route h3 {
    max-width: none;
  }

  .audience-route-step {
    padding: 0.72rem 0.8rem 0.72rem 0.92rem;
  }

  .audience-media {
    order: 2;
  }

  .audience-media-frame {
    min-height: 12.2rem;
    aspect-ratio: auto;
    padding: 0.85rem;
  }

  .audience-media-play {
    width: 3rem;
    height: 3rem;
  }

  .video-play-large {
    height: 88px;
  }
}

.concerts-visual {
  position: relative;
  display: block;
  width: 100%;
  min-height: clamp(320px, 38vw, 560px);
  overflow: hidden;
  border-radius: clamp(24px, 2.2vw, 34px);
  background: var(--surface, #f6f1ea);
  box-shadow: var(--shadow, 0 24px 60px rgba(0, 0, 0, 0.12));
}

.concerts-photo-image {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center 45%;
}

@media (max-width: 760px) {
  .concerts-visual {
    min-height: auto;
    aspect-ratio: 4 / 3;
    border-radius: 22px;
  }

  .concerts-photo-image {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center center;
  }
}

.policy-page {
  background: var(--bg);
}

.policy-hero {
  padding-top: clamp(4.5rem, 8vw, 6.5rem);
  padding-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.policy-shell {
  width: min(100%, 920px);
}

.policy-hero h1 {
  margin: 0;
  max-width: 11ch;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 4.8vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.policy-subtitle {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.policy-content {
  padding-top: 0;
}

.policy-text {
  display: grid;
  gap: 1.5rem;
}

.policy-section {
  display: grid;
  gap: 0.85rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--line);
}

.policy-section:first-child {
  padding-top: 0;
  border-top: 0;
}

.policy-section h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.policy-section p,
.policy-section li {
  margin: 0;
  max-width: 72ch;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.8;
}

.policy-section ul {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.45rem;
}

.policy-section a {
  color: var(--accent-deep);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.policy-back {
  margin-top: 2rem;
}

@media (max-width: 760px) {
  .policy-hero {
    padding-top: 4rem;
  }

  .policy-hero h1 {
    font-size: clamp(2.15rem, 11vw, 3.2rem);
  }

  .policy-shell {
    width: 100%;
  }

  .policy-section p,
  .policy-section li {
    font-size: 0.96rem;
    line-height: 1.72;
  }

  .policy-back .button {
    width: 100%;
  }
}

.legal-page .site-main,
.legal-page .policy-content,
.legal-page .policy-shell,
.legal-page .footer-inner,
.legal-page .footer-links,
.legal-page .footer-docs,
.legal-page .footer-legal {
  min-width: 0;
}

.policy-text {
  display: block;
}

.legal-document {
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding: clamp(1.2rem, 2vw, 1.6rem);
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.05);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.78;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: normal;
}

.legal-page a,
.legal-document,
.legal-document * {
  overflow-wrap: anywhere;
  word-break: normal;
}

.cookie-notice {
  position: fixed;
  left: max(0.75rem, env(safe-area-inset-left));
  right: max(0.75rem, env(safe-area-inset-right));
  bottom: max(0.75rem, env(safe-area-inset-bottom));
  z-index: 140;
  display: grid;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.1rem;
  background: rgba(7, 20, 23, 0.96);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
}

.cookie-notice.is-hidden {
  display: none;
}

.cookie-notice p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
}

.cookie-notice a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.cookie-notice-button {
  min-height: 2.9rem;
  width: fit-content;
}

@media (max-width: 760px) {
  .video-showcase,
  .video-stack,
  .video-row,
  .video-frame,
  .video-copy,
  .video-play-large,
  .video-frame-image {
    min-width: 0;
    max-width: 100%;
  }

  .video-stack {
    gap: 1rem;
  }

  .video-row {
    width: 100%;
    min-height: 0;
    gap: 0.85rem;
  }

  .video-frame {
    min-height: min(76vw, 320px);
    border-radius: 22px;
  }

  .video-card-hero-image,
  .video-card-stories-image,
  .video-card-concerts-image {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 0;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .video-copy {
    position: static;
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .video-copy h3,
  .video-copy p {
    max-width: 100%;
  }

  .video-play-large {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    min-height: 3.1rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
  }

  .video-play-large::before,
  .video-play-large::after {
    display: none;
  }

  .video-play-symbol {
    width: auto;
    height: auto;
    font-size: 1rem;
  }

  .video-play-text {
    font-size: 0.82rem;
    letter-spacing: 0.1em;
  }

  .legal-document {
    padding: 1rem;
    border-radius: 1.1rem;
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .cookie-notice-button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .cookie-notice {
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    padding: 0.9rem;
    border-radius: 1rem;
  }

  .cookie-notice p {
    font-size: 0.88rem;
  }

  .legal-document {
    font-size: 0.92rem;
    line-height: 1.66;
  }
}

@media (max-width: 360px) {
  .video-frame {
    min-height: min(78vw, 286px);
  }

  .cookie-notice {
    padding: 0.85rem;
  }
}

/* Mobile readability and Vika case alignment */
.mobile-compact-copy,
.mobile-more {
  display: none;
}

@media (max-width: 900px) {
  .production-case-vika {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    align-items: start;
    justify-items: stretch;
    align-self: stretch;
  }

  .production-artist-vika {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: unset;
    height: auto;
    margin: 0;
    padding: 1rem 0.85rem 0;
    overflow: hidden;
    border-radius: 1.35rem;
    place-items: end center;
    background:
      radial-gradient(circle at 34% 26%, rgba(255, 255, 255, 0.18), transparent 24%),
      radial-gradient(circle at 66% 18%, rgba(255, 122, 26, 0.12), transparent 18%),
      radial-gradient(circle at 52% 62%, rgba(20, 131, 145, 0.2), transparent 50%),
      linear-gradient(180deg, rgba(14, 38, 43, 0.92), rgba(7, 20, 23, 0.68));
  }

  .production-artist-vika::before,
  .production-artist-vika::after,
  .production-geometry {
    display: none !important;
  }

  .production-case-vika .production-artist-image {
    display: block;
    width: min(100%, 18rem);
    max-width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center bottom;
    transform: none;
    margin: 0 auto;
  }

  .production-release-card-vika {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 1.05rem;
    border-radius: 1.25rem;
  }

  .production-release-card-vika::before {
    inset: 0.8rem;
  }
}

@media (max-width: 760px) {
  .teachers-copy .desktop-copy,
  .founder-copy .desktop-copy {
    display: none;
  }

  .teachers-copy .mobile-compact-copy,
  .founder-copy .mobile-compact-copy {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0.15rem 0 0;
    color: var(--muted);
    line-height: 1.6;
  }

  .teachers-copy .mobile-more,
  .founder-copy .mobile-more {
    display: block;
    margin-top: 0.2rem;
  }

  .mobile-more summary {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    cursor: pointer;
    list-style: none;
    font-size: 0.94rem;
    font-weight: 800;
    color: var(--accent);
  }

  .mobile-more summary::-webkit-details-marker {
    display: none;
  }

  .mobile-more summary::after {
    content: "+";
    margin-left: 0.45rem;
    font-size: 1rem;
    line-height: 1;
  }

  .mobile-more[open] summary::after {
    content: "−";
  }

  .mobile-more__content {
    margin-top: 0.2rem;
    color: var(--muted);
    line-height: 1.58;
  }

  .mobile-more__content p,
  .mobile-more__content ul {
    margin-top: 0.6rem;
    margin-bottom: 0;
  }

  .mobile-more__content .point-list {
    padding-left: 1.1rem;
  }

  .teachers-copy,
  .founder-copy,
  .production-copy {
    min-width: 0;
  }

  .teachers-copy p,
  .founder-copy p,
  .production-copy > p {
    max-width: 100%;
    line-height: 1.58;
  }

  .production-shell::before,
  .production-shell::after {
    display: none;
  }

  .production-case-vika {
    gap: 0.9rem;
  }

  .production-artist-vika {
    padding: 0.9rem 0.55rem 0;
    border-radius: 1.2rem;
  }

  .production-case-vika .production-artist-image {
    width: min(100%, 16rem);
  }

  .production-release-card-vika {
    padding: 1rem;
    border-radius: 1.18rem;
  }

  .production-release-head {
    display: grid;
    align-items: start;
  }

  .release-status {
    width: fit-content;
    max-width: 100%;
    white-space: normal;
    line-height: 1.2;
    text-align: center;
  }
}

@media (max-width: 430px) {
  .production-artist-vika {
    padding: 0.8rem 0.45rem 0;
  }

  .production-case-vika .production-artist-image {
    width: min(100%, 14.75rem);
  }

  .mobile-more summary {
    font-size: 0.9rem;
  }
}
