body.home-body {
    --home-bg: #06070a;
    --home-bg-soft: #0a0d12;
    --home-surface: rgba(12, 15, 22, 0.82);
    --home-surface-strong: rgba(16, 20, 28, 0.96);
    --home-surface-soft: rgba(18, 23, 33, 0.66);
    --home-card: linear-gradient(180deg, rgba(18, 23, 33, 0.96), rgba(10, 13, 19, 0.9));
    --home-card-alt: linear-gradient(180deg, rgba(15, 19, 27, 0.94), rgba(8, 11, 17, 0.92));
    --home-ink: #f4f7ff;
    --home-muted: rgba(226, 232, 245, 0.72);
    --home-line: rgba(255, 255, 255, 0.08);
    --home-line-strong: rgba(255, 255, 255, 0.14);
    --home-accent: #8a96ff;
    --home-accent-strong: #6f7dff;
    --home-accent-soft: rgba(138, 150, 255, 0.18);
    --home-highlight: rgba(255, 255, 255, 0.92);
    --home-shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
    --home-shadow-tight: 0 12px 28px rgba(0, 0, 0, 0.24);
    --home-radius-xl: 30px;
    --home-radius-lg: 24px;
    --home-radius-md: 18px;
    --pointer-x: 0;
    --pointer-y: 0;
    color: var(--home-ink);
    font-family: "Manrope", sans-serif;
    background:
        radial-gradient(circle at 20% 0%, rgba(138, 150, 255, 0.12), transparent 26%),
        radial-gradient(circle at 86% 14%, rgba(138, 150, 255, 0.06), transparent 22%),
        linear-gradient(180deg, #07080b 0%, #05060a 30%, #090b11 100%);
    overflow-x: hidden;
}

body.home-body::before,
body.home-body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
}

body.home-body::before {
    opacity: 0.06;
    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: 64px 64px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 88%);
}

body.home-body::after {
    background:
        radial-gradient(circle at 50% -12%, rgba(138, 150, 255, 0.14), transparent 30%),
        radial-gradient(circle at 50% 120%, rgba(138, 150, 255, 0.08), transparent 24%);
}

body.home-body.nav-open {
    overflow: hidden;
}

.home-page {
    position: relative;
    padding-bottom: 4rem;
}

.home-hero,
.home-section {
    position: relative;
    scroll-margin-top: 7rem;
}

.site-header-home {
    position: fixed;
    top: 0.7rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 60;
    transition: transform 0.22s ease;
}

.header-row-home {
    position: relative;
    width: fit-content;
    max-width: calc(100vw - 1rem);
    gap: 0.85rem;
    padding: 0.66rem 0.82rem;
    border: 1px solid var(--home-line);
    border-radius: 999px;
    background: rgba(8, 10, 14, 0.76);
    backdrop-filter: blur(18px);
    box-shadow: var(--home-shadow-tight);
    transition:
        background 0.24s ease,
        border-color 0.24s ease,
        box-shadow 0.24s ease;
}

.site-header-home.is-scrolled .header-row-home,
.site-header-home.is-menu-open .header-row-home {
    background: rgba(8, 10, 14, 0.9);
    border-color: var(--home-line-strong);
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.36);
}

.brand-home {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    position: relative;
    z-index: 2;
    min-width: 0;
}

.brand-logo {
    display: block;
    width: clamp(6.2rem, 8vw, 7.4rem);
    height: clamp(1.95rem, 2.4vw, 2.35rem);
    object-fit: cover;
    object-position: center 48%;
    filter: drop-shadow(0 6px 16px rgba(138, 150, 255, 0.16));
    flex-shrink: 0;
}

.brand-sub,
.nav-home a,
.nav-toggle,
.meta-pill,
.hero-kicker,
.panel-label,
.section-label,
.footer-label,
.visual-rail span,
.booking-chip-list span,
.flow-list span,
.program-card .panel-label,
.need-grid span,
.booking-points span,
.signal-list li,
.sound-list li {
    font-family: "IBM Plex Mono", monospace;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.brand-sub {
    display: none;
}

.nav-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    width: 2.7rem;
    height: 2.7rem;
    padding: 0;
    border: 1px solid var(--home-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
}

.nav-toggle-line {
    width: 1rem;
    height: 2px;
    border-radius: 999px;
    background: var(--home-ink);
    transition: transform 0.18s ease, opacity 0.18s ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:first-child {
    transform: translateY(3px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:last-child {
    transform: translateY(-3px) rotate(-45deg);
}

.nav-home {
    align-items: center;
    gap: 0.8rem;
}

.nav-home a {
    position: relative;
    font-size: 0.68rem;
    font-weight: 700;
    color: rgba(244, 247, 255, 0.68);
    transition: color 0.18s ease;
}

.nav-home a:hover,
.nav-home a.is-active {
    color: var(--home-ink);
}

.nav-home a.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.45rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--home-accent), transparent);
}

.nav-home .nav-cta {
    padding: 0.72rem 0.98rem;
    border: 1px solid var(--home-line-strong);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(138, 150, 255, 0.24), rgba(138, 150, 255, 0.12));
    color: var(--home-ink);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.nav-home .nav-cta.is-active::after {
    display: none;
}

.home-hero {
    padding: 7.8rem 0 4.1rem;
}

.hero-glow,
.hero-gridline,
.hero-noise {
    position: absolute;
    pointer-events: none;
}

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

.hero-glow-primary {
    top: 5rem;
    right: 10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(138, 150, 255, 0.2), rgba(138, 150, 255, 0));
}

.hero-glow-secondary {
    bottom: 2rem;
    left: 4%;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
}

.hero-gridline {
    inset: 0 0 auto;
    height: 76%;
    background:
        linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 20% 22%;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 90%);
}

.hero-noise {
    inset: 0;
    opacity: 0.05;
    background-image:
        radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.18) 0 1px, transparent 1.5px),
        radial-gradient(circle at 65% 40%, rgba(255, 255, 255, 0.12) 0 1px, transparent 1.5px),
        radial-gradient(circle at 45% 78%, rgba(255, 255, 255, 0.12) 0 1px, transparent 1.5px);
    background-size: 18px 18px, 22px 22px, 20px 20px;
}

.hero-layout,
.set-layout,
.booking-shell {
    display: grid;
    gap: 1.5rem;
}

.hero-layout {
    grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.94fr);
    align-items: center;
}

.hero-copy,
.hero-visual,
.section-intro,
.sound-card,
.sound-panel,
.live-card,
.live-note,
.profile-card,
.set-poster,
.program-card,
.booking-copy,
.booking-board,
.site-footer {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.hero-meta-row,
.hero-actions,
.booking-actions,
.booking-chip-list,
.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.hero-socials,
.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.meta-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.56rem 0.78rem;
    border: 1px solid var(--home-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(244, 247, 255, 0.72);
    font-size: 0.66rem;
    font-weight: 700;
}

.hero-kicker,
.panel-label,
.section-label,
.footer-label {
    margin: 0 0 1rem;
    color: rgba(244, 247, 255, 0.54);
    font-size: 0.68rem;
    font-weight: 700;
}

.hero-title,
.section-intro h2,
.set-poster h2,
.booking-copy h2,
.sound-card h3,
.profile-card h3,
.booking-mail,
.site-footer p:first-child,
.visual-panel strong,
.meter-card strong,
.hero-facts strong,
.need-grid strong,
.booking-points strong,
.flow-list strong {
    margin: 0;
    font-family: "Sora", sans-serif;
    letter-spacing: -0.08em;
}

.hero-title {
    margin-top: 0.5rem;
    line-height: 0;
}

.hero-logo {
    display: block;
    width: min(34rem, 100%);
    height: clamp(8.2rem, 18vw, 12rem);
    object-fit: cover;
    object-position: center 48%;
    filter: drop-shadow(0 12px 28px rgba(138, 150, 255, 0.18));
}

.hero-lead,
.hero-subcopy,
.section-intro p,
.hero-note p,
.sound-card p,
.profile-card p,
.flow-list p,
.program-list,
.booking-copy p,
.booking-main p,
.site-footer p {
    color: var(--home-muted);
    max-width: 100%;
}

.hero-lead {
    max-width: 38rem;
    margin: 1.15rem 0 0;
    font-size: 1.08rem;
    line-height: 1.68;
}

.hero-subcopy {
    max-width: 35rem;
    margin: 0.75rem 0 0;
    line-height: 1.66;
}

.hero-subcopy strong {
    color: var(--home-ink);
    font-weight: 700;
}

.home-body .button {
    min-height: 3.2rem;
    padding-inline: 1.18rem;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: var(--home-shadow-tight);
}

.home-cta {
    border-color: rgba(138, 150, 255, 0.42);
    background: linear-gradient(180deg, rgba(138, 150, 255, 0.3), rgba(138, 150, 255, 0.16));
    color: var(--home-ink);
}

.home-cta:hover {
    background: linear-gradient(180deg, rgba(138, 150, 255, 0.38), rgba(138, 150, 255, 0.2));
}

.home-ghost,
.home-copy {
    border-color: var(--home-line-strong);
    background: rgba(255, 255, 255, 0.04);
    color: var(--home-ink);
}

.home-copy.is-copied {
    background: rgba(138, 150, 255, 0.18);
    border-color: rgba(138, 150, 255, 0.4);
}

.hero-socials {
    margin-top: 0.9rem;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.55rem;
    padding: 0.64rem 0.9rem;
    border: 1px solid var(--home-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(244, 247, 255, 0.8);
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.social-link:hover {
    transform: translateY(-1px);
    border-color: rgba(138, 150, 255, 0.34);
    background: rgba(138, 150, 255, 0.1);
    color: var(--home-ink);
}

.hero-foot {
    display: grid;
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
    align-items: stretch;
}

.hero-photo-card,
.live-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius-xl);
    box-shadow: var(--home-shadow);
}

.hero-note,
.hero-facts,
.live-note,
.visual-panel,
.sound-card,
.sound-panel,
.profile-card,
.set-poster,
.program-card,
.booking-board,
.site-footer {
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius-xl);
    background: var(--home-card);
    box-shadow: var(--home-shadow);
}

.hero-note {
    padding: 1.2rem 1.25rem;
    min-height: 100%;
}

.hero-note p:last-child {
    margin: 0;
    line-height: 1.68;
}

.hero-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(110px, 1fr));
    overflow: hidden;
    background: linear-gradient(180deg, rgba(20, 24, 34, 0.96), rgba(12, 15, 22, 0.98));
}

.hero-facts article {
    display: grid;
    align-content: start;
    gap: 0.35rem;
    min-width: 0;
    padding: 0.92rem 0.86rem;
    border-right: 1px solid var(--home-line);
}

.hero-facts article:last-child {
    border-right: none;
}

.hero-facts span,
.meter-card span,
.need-grid span,
.booking-points span {
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(244, 247, 255, 0.54);
}

.hero-facts strong,
.meter-card strong,
.need-grid strong,
.booking-points strong {
    display: block;
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.08;
    text-wrap: balance;
}

.hero-visual {
    position: relative;
    min-height: 0;
    display: grid;
    align-items: stretch;
}

.hero-photo-card {
    min-height: 100%;
    background: #05060a;
    transform: translate3d(calc(var(--pointer-x) * -10px), calc(var(--pointer-y) * -10px), 0);
}

.hero-photo-card::after,
.live-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 10, 14, 0.02), rgba(8, 10, 14, 0.1) 38%, rgba(8, 10, 14, 0.72));
    pointer-events: none;
}

.hero-photo-card img,
.live-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-photo-card img {
    min-height: 39rem;
    object-position: center 38%;
}

.hero-photo-overlay {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.hero-photo-chip,
.live-card figcaption {
    display: inline-flex;
    align-items: center;
    padding: 0.7rem 0.84rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(8, 10, 14, 0.42);
    backdrop-filter: blur(10px);
    color: var(--home-ink);
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.visual-orb,
.visual-panel,
.visual-rail {
    position: absolute;
}

.visual-orb {
    top: 0;
    right: 1rem;
    width: min(29rem, 82vw);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(138, 150, 255, 0.12), rgba(138, 150, 255, 0.02) 38%, transparent 70%);
    transform: translate3d(calc(var(--pointer-x) * 14px), calc(var(--pointer-y) * 10px), 0);
}

.visual-ring,
.visual-core {
    position: absolute;
    inset: 0;
    border-radius: 50%;
}

.visual-ring-outer {
    inset: 4%;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.visual-ring-inner {
    inset: 20%;
    border: 1px solid rgba(138, 150, 255, 0.34);
    box-shadow: 0 0 50px rgba(138, 150, 255, 0.18), inset 0 0 50px rgba(138, 150, 255, 0.08);
}

.visual-core {
    inset: 38%;
    background: radial-gradient(circle at 40% 40%, rgba(244, 247, 255, 0.92), rgba(138, 150, 255, 0.78));
    box-shadow: 0 0 50px rgba(138, 150, 255, 0.28);
}

.visual-panel {
    padding: 1.25rem;
    background: linear-gradient(180deg, rgba(15, 19, 27, 0.92), rgba(8, 11, 17, 0.94));
    backdrop-filter: blur(16px);
}

.visual-panel-primary {
    left: 0;
    bottom: 6.8rem;
    width: min(25rem, 100%);
    transform: translate3d(calc(var(--pointer-x) * -10px), calc(var(--pointer-y) * -8px), 0);
}

.visual-panel-secondary {
    right: 0;
    bottom: 1rem;
    width: min(18rem, 80%);
    transform: translate3d(calc(var(--pointer-x) * -14px), calc(var(--pointer-y) * 8px), 0);
}

.signal-list,
.sound-list,
.program-list {
    display: grid;
    gap: 0.85rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.signal-list li,
.sound-list li {
    position: relative;
    padding-left: 1.2rem;
    color: var(--home-ink);
    font-size: 0.72rem;
    line-height: 1.4;
}

.signal-list li::before,
.sound-list li::before,
.program-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: rgba(138, 150, 255, 0.88);
    box-shadow: 0 0 18px rgba(138, 150, 255, 0.48);
}

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

.meter-card {
    padding: 0.9rem;
    border: 1px solid var(--home-line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
}

.visual-rail {
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.visual-rail span {
    display: inline-flex;
    align-items: center;
    padding: 0.68rem 0.82rem;
    border: 1px solid var(--home-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(244, 247, 255, 0.58);
    font-size: 0.66rem;
    font-weight: 700;
}

.home-section {
    padding: 5rem 0;
}

.section-intro {
    max-width: 39rem;
    margin-bottom: 1.5rem;
}

.section-intro h2,
.set-poster h2,
.booking-copy h2 {
    font-size: clamp(2.4rem, 6vw, 4.9rem);
    line-height: 0.96;
}

.section-intro p,
.booking-copy p {
    margin: 1rem 0 0;
    line-height: 1.74;
}

.sound-grid,
.profile-grid,
.program-stack,
.need-grid {
    display: grid;
    gap: 1rem;
}

.sound-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(260px, 0.92fr);
    align-items: stretch;
}

.sound-card,
.profile-card,
.sound-panel,
.program-card,
.set-poster,
.booking-board,
.site-footer {
    padding: 1.2rem;
}

.sound-card h3,
.profile-card h3 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.02;
}

.sound-card p,
.profile-card p {
    margin: 0.9rem 0 0;
    line-height: 1.68;
}

.sound-panel {
    background: linear-gradient(180deg, rgba(18, 23, 33, 0.98), rgba(10, 13, 19, 0.96));
}

.live-intro {
    max-width: 36rem;
}

.live-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(280px, 0.94fr);
    grid-auto-rows: minmax(11rem, auto);
    gap: 1rem;
}

.live-card-main {
    grid-row: span 3;
}

.live-card-main img {
    min-height: 39rem;
    object-position: center 30%;
}

.live-card-secondary img {
    min-height: 15rem;
    object-position: center 34%;
}

.live-card-detail img {
    min-height: 15rem;
    object-position: center center;
}

.live-card figcaption {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    z-index: 1;
}

.live-note {
    display: grid;
    gap: 1rem;
    align-content: start;
    padding: 1.2rem;
    background: linear-gradient(180deg, rgba(18, 23, 34, 0.98), rgba(9, 12, 18, 0.98));
}

.live-note p:last-of-type {
    margin: 0;
    color: var(--home-muted);
    line-height: 1.68;
}

.live-points {
    display: grid;
    gap: 0.7rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.live-points li {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    padding: 0.7rem 0.84rem;
    border: 1px solid var(--home-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(244, 247, 255, 0.78);
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

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

.profile-card {
    min-height: 100%;
    background: var(--home-card-alt);
}

.set-layout {
    grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
    align-items: start;
}

.flow-list {
    display: grid;
    gap: 1rem;
    margin: 1.35rem 0 0;
    padding: 0;
    list-style: none;
}

.flow-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.9rem;
    align-items: start;
}

.flow-list span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid rgba(138, 150, 255, 0.4);
    border-radius: 50%;
    background: rgba(138, 150, 255, 0.12);
    color: var(--home-ink);
    font-size: 0.7rem;
    font-weight: 700;
}

.flow-list strong {
    font-size: 1.28rem;
    line-height: 1;
}

.flow-list p {
    margin: 0.45rem 0 0;
    line-height: 1.68;
}

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

.program-card {
    min-height: 100%;
    background: var(--home-card);
}

.program-card-dark {
    background: linear-gradient(180deg, rgba(18, 23, 34, 0.98), rgba(9, 12, 18, 0.98));
}

.program-list li {
    position: relative;
    padding-left: 1.3rem;
    color: var(--home-muted);
    line-height: 1.68;
}

.need-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1rem;
}

.need-grid div {
    padding: 1rem;
    border: 1px solid var(--home-line);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
}

.booking-section::before {
    content: "";
    position: absolute;
    inset: 12% auto auto 10%;
    width: 220px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(138, 150, 255, 0.12), rgba(138, 150, 255, 0));
    filter: blur(16px);
    pointer-events: none;
}

.booking-shell {
    gap: 1.5rem;
}

.booking-board {
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(280px, 0.86fr);
    gap: 1rem;
    background: linear-gradient(180deg, rgba(15, 19, 27, 0.98), rgba(8, 11, 17, 0.96));
}

.booking-main,
.booking-meta {
    padding: 0.2rem;
}

.booking-mail {
    display: inline-block;
    margin-top: 0.2rem;
    font-size: clamp(1.9rem, 5vw, 3.8rem);
    line-height: 0.94;
}

.booking-main p {
    max-width: 34rem;
    margin: 0.9rem 0 0;
    line-height: 1.66;
}

.booking-meta {
    display: grid;
    gap: 1rem;
}

.booking-chip-list span {
    display: inline-flex;
    align-items: center;
    padding: 0.64rem 0.86rem;
    border: 1px solid var(--home-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(244, 247, 255, 0.7);
    font-size: 0.66rem;
    font-weight: 700;
}

.booking-points {
    display: grid;
    gap: 0.72rem;
    margin: 0;
    padding: 1rem;
    list-style: none;
    border: 1px solid var(--home-line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.03);
}

.booking-points li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.booking-points li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.site-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: end;
    background: rgba(255, 255, 255, 0.015);
}

.footer-stack {
    display: grid;
    gap: 0.8rem;
    justify-items: end;
}

.footer-label {
    margin-bottom: 0.5rem;
}

.site-footer p {
    margin: 0;
    line-height: 1.68;
}

.site-footer p:first-child {
    font-size: 1.7rem;
    line-height: 0.94;
}

.footer-links {
    justify-content: flex-end;
}

.footer-socials {
    justify-content: flex-end;
}

.footer-links a {
    padding: 0.72rem 0.92rem;
    border: 1px solid var(--home-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(244, 247, 255, 0.76);
    transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.footer-links a:hover {
    transform: translateY(-1px);
    border-color: rgba(138, 150, 255, 0.34);
    color: var(--home-ink);
}

html.home-has-js [data-reveal] {
    opacity: 0;
    transform: translateY(26px);
    transition:
        opacity 0.68s cubic-bezier(0.2, 1, 0.3, 1),
        transform 0.68s cubic-bezier(0.2, 1, 0.3, 1);
}

html.home-has-js [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    html.home-has-js [data-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .visual-orb,
    .visual-panel-primary,
    .visual-panel-secondary {
        transform: none;
    }
}

@media (max-width: 1180px) {
    .hero-layout,
    .set-layout,
    .booking-board,
    .live-grid,
    .sound-grid {
        grid-template-columns: 1fr;
    }

    .profile-grid,
    .program-stack,
    .need-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-visual {
        min-height: 0;
    }

    .hero-photo-card img {
        min-height: 34rem;
    }

    .live-card-main {
        grid-row: auto;
    }

    .live-card-main img {
        min-height: 31rem;
    }
}

@media (max-width: 980px) {
    .hero-foot {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .site-header-home {
        top: 0.45rem;
    }

    .header-row-home {
        width: calc(100vw - 1rem);
        flex-direction: row;
        align-items: center;
        gap: 0.6rem;
        padding: 0.56rem 0.62rem;
        border-radius: 22px;
    }

    .nav-toggle {
        display: inline-flex;
        margin-left: auto;
    }

    .nav-home {
        display: none;
        position: absolute;
        top: calc(100% + 0.55rem);
        left: 0;
        right: 0;
        width: auto;
        flex-direction: column;
        align-items: stretch;
        gap: 0.45rem;
        padding: 0.55rem;
        border: 1px solid var(--home-line-strong);
        border-radius: 20px;
        background: rgba(8, 10, 14, 0.97);
        box-shadow: 0 20px 46px rgba(0, 0, 0, 0.38);
        backdrop-filter: blur(18px);
    }

    .nav-home.is-open {
        display: flex;
    }

    .nav-home a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0.82rem 0.88rem;
        border: 1px solid rgba(255, 255, 255, 0.04);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.025);
    }

    .nav-home a.is-active::after {
        display: none;
    }

    .nav-home .nav-cta {
        justify-content: center;
        margin-top: 0.2rem;
    }

    .home-hero {
        padding-top: 5.7rem;
        padding-bottom: 3rem;
    }

    .hero-layout {
        gap: 1rem;
    }

    .hero-copy {
        display: grid;
        gap: 0.85rem;
    }

    .hero-meta-row {
        gap: 0.5rem;
    }

    .meta-pill {
        padding: 0.48rem 0.66rem;
        font-size: 0.58rem;
        letter-spacing: 0.12em;
    }

    .hero-kicker,
    .hero-title,
    .hero-lead,
    .hero-subcopy {
        margin: 0;
    }

    .hero-logo {
        width: min(13.5rem, 66vw);
        height: 4.6rem;
    }

    .hero-lead {
        max-width: none;
        font-size: 1.02rem;
        line-height: 1.34;
    }

    .hero-subcopy {
        max-width: none;
        font-size: 0.94rem;
        line-height: 1.48;
    }

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

    .hero-actions .home-cta {
        grid-column: 1 / -1;
    }

    .hero-actions .button {
        width: 100%;
        min-height: 3rem;
    }

    .hero-visual {
        margin-top: 0.15rem;
    }

    .profile-grid,
    .program-stack,
    .site-footer {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 0;
    }

    .visual-orb {
        width: min(24rem, 88vw);
    }

    .booking-mail {
        word-break: break-word;
    }

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

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

    .footer-socials {
        justify-content: flex-start;
    }

    .hero-photo-card {
        transform: none;
    }

    .hero-facts {
        grid-template-columns: 1fr;
    }

    .hero-facts article {
        border-right: none;
        border-bottom: 1px solid var(--home-line);
    }

    .hero-facts article:last-child {
        border-bottom: none;
    }

    .hero-photo-card img {
        min-height: 22rem;
        max-height: 22rem;
        object-position: center 30%;
    }

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

    .live-card-main,
    .live-note {
        grid-column: 1 / -1;
    }

    .live-card-main img {
        min-height: 24rem;
    }

    .live-card-secondary img,
    .live-card-detail img {
        min-height: 11rem;
    }
}

@media (max-width: 620px) {
    .home-section {
        padding: 3.6rem 0;
    }

    .site-header-home {
        top: 0.35rem;
    }

    .header-row-home {
        width: calc(100vw - 0.75rem);
        gap: 0.5rem;
        padding: 0.46rem 0.52rem;
        border-radius: 20px;
    }

    .brand-logo {
        width: 5rem;
        height: 1.55rem;
    }

    .nav-toggle {
        width: 2.45rem;
        height: 2.45rem;
    }

    .home-hero {
        padding-top: 4.95rem;
        padding-bottom: 2.35rem;
    }

    .hero-logo {
        width: min(11rem, 58vw);
        height: 3.8rem;
    }

    .hero-photo-card img,
    .live-card-main img,
    .live-card-secondary img,
    .live-card-detail img {
        min-height: 15rem;
    }

    .hero-photo-card img {
        max-height: 15rem;
    }

    .hero-actions {
        gap: 0.6rem;
    }

    .booking-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 0.6rem;
    }

    .hero-meta-row {
        gap: 0.45rem;
    }

    .meta-pill {
        padding: 0.42rem 0.56rem;
        font-size: 0.54rem;
    }

    .hero-actions .button,
    .booking-actions .button {
        width: 100%;
        min-height: 2.8rem;
    }

    .hero-kicker {
        display: none;
    }

    .hero-kicker,
    .panel-label,
    .section-label,
    .footer-label {
        font-size: 0.64rem;
    }

    .hero-lead,
    .hero-subcopy,
    .section-intro p,
    .hero-note p,
    .sound-card p,
    .profile-card p,
    .flow-list p,
    .program-list,
    .booking-main p,
    .site-footer p {
        font-size: 0.94rem;
    }

    .section-intro h2,
    .set-poster h2,
    .booking-copy h2 {
        font-size: clamp(2rem, 11vw, 3rem);
    }

    .hero-lead {
        font-size: 0.98rem;
        line-height: 1.28;
    }

    .hero-subcopy {
        font-size: 0.88rem;
        line-height: 1.42;
    }

    .hero-photo-overlay {
        display: none;
    }

    .visual-orb {
        right: 50%;
        width: min(18rem, calc(100vw - 1.5rem));
        transform: translate3d(50%, 0, 0);
    }

    .hero-photo-overlay {
        left: 0.85rem;
        right: 0.85rem;
        bottom: 0.85rem;
    }

    .visual-panel,
    .visual-rail {
        position: relative;
        inset: auto;
        width: 100%;
        transform: none;
    }

    .visual-panel-primary {
        margin-top: 13rem;
    }

    .visual-panel-secondary,
    .visual-rail {
        margin-top: 1rem;
    }

    .meter-grid,
    .need-grid {
        grid-template-columns: 1fr;
    }

    .live-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.65rem;
    }

    .live-card-main,
    .live-note {
        grid-column: 1 / -1;
    }

    .live-card-main img {
        min-height: 16rem;
    }

    .live-card-secondary img,
    .live-card-detail img {
        min-height: 8.5rem;
    }

    .live-note {
        padding: 1rem;
    }

    .live-points li {
        width: 100%;
    }

    .booking-mail {
        font-size: clamp(1.7rem, 10vw, 2.3rem);
    }

    .hero-note,
    .hero-facts,
    .hero-photo-card,
    .live-card,
    .live-note,
    .visual-panel,
    .sound-card,
    .sound-panel,
    .profile-card,
    .set-poster,
    .program-card,
    .booking-board,
    .site-footer {
        border-radius: 22px;
    }
}
