:root {
    --ink: #020308;
    --ink-soft: #090a10;
    --ink-raised: #111118;
    --ivory: #f5f2ea;
    --ivory-muted: rgba(245, 242, 234, 0.68);
    --gold: #c9a961;
    --gold-light: #f0dc9e;
    --gold-deep: #6f5b2f;
    --line: rgba(201, 169, 97, 0.2);
    --line-soft: rgba(245, 242, 234, 0.1);
    --success: #b9c7ad;
    --phi-minor: 38.197%;
    --phi-major: 61.803%;
    --space-phi-1: 0.382rem;
    --space-phi-2: 0.618rem;
    --space-phi-3: 1rem;
    --space-phi-4: 1.618rem;
    --space-phi-5: 2.618rem;
    --space-phi-6: 4.236rem;
    --space-phi-7: 6.854rem;
    --space-phi-8: 11.09rem;
    --radius: 1rem;
    --shadow: 0 32px 90px rgba(0, 0, 0, 0.48);
    --max: 1236px;
}

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

html {
    scroll-behavior: smooth;
    color-scheme: dark;
    overflow-x: clip;
}

body {
    position: relative;
    margin: 0;
    overflow-x: hidden;
    background:
        radial-gradient(ellipse at 61.8% 9%, rgba(52, 61, 105, 0.16), transparent 32rem),
        radial-gradient(ellipse at 18% 61.8%, rgba(19, 31, 70, 0.2), transparent 40rem),
        radial-gradient(ellipse at 92% 82%, rgba(76, 55, 94, 0.1), transparent 34rem),
        linear-gradient(152deg, #010207 0%, #050712 44%, #020309 100%);
    color: var(--ivory);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.65;
    letter-spacing: 0.015em;
}

main {
    position: relative;
    isolation: isolate;
}

body:not(.home-page) main::before {
    position: fixed;
    z-index: -1;
    inset: 5.236rem 0 0;
    background-image: url("phonoir-ensemble-gold-watermark.webp");
    background-position: center 38.2%;
    background-repeat: no-repeat;
    background-size: min(94vw, 90rem) auto;
    content: "";
    opacity: 0.045;
    pointer-events: none;
}

body::before {
    position: fixed;
    z-index: -2;
    inset: 0;
    background-image:
        radial-gradient(circle, rgba(245, 242, 234, 0.52) 0 0.55px, transparent 0.9px),
        radial-gradient(circle, rgba(240, 220, 158, 0.4) 0 0.7px, transparent 1px),
        radial-gradient(circle, rgba(158, 175, 221, 0.28) 0 0.45px, transparent 0.8px),
        radial-gradient(circle at 61.8% 38.2%, rgba(240, 220, 158, 0.78) 0 0.8px, transparent 1.6px);
    background-position: 11px 17px, 53px 89px, 107px 31px, 0 0;
    background-size: 137px 137px, 223px 223px, 89px 89px, 377px 377px;
    content: "";
    opacity: 0.46;
    pointer-events: none;
}

body::after {
    position: fixed;
    z-index: 20;
    inset: 0;
    border: 1px solid rgba(201, 169, 97, 0.08);
    background:
        radial-gradient(circle at var(--phi-major) var(--phi-minor), transparent 0 10rem, rgba(201, 169, 97, 0.018) 10.06rem 10.12rem, transparent 10.18rem 16.18rem, rgba(201, 169, 97, 0.012) 16.24rem 16.3rem, transparent 16.36rem),
        radial-gradient(circle at var(--phi-minor) 82%, transparent 0 6.18rem, rgba(245, 242, 234, 0.012) 6.24rem 6.3rem, transparent 6.36rem);
    content: "";
    pointer-events: none;
}

::selection {
    background: var(--gold);
    color: var(--ink);
}

a {
    color: inherit;
}

img,
svg {
    display: block;
    max-width: 100%;
}

button,
input,
textarea,
select {
    font: inherit;
}

:focus-visible {
    outline: 2px solid var(--gold-light);
    outline-offset: 4px;
}

.skip-link {
    position: fixed;
    z-index: 999;
    top: 1rem;
    left: 1rem;
    padding: 0.75rem 1rem;
    transform: translateY(-180%);
    background: var(--gold-light);
    color: var(--ink);
    font-weight: 600;
    transition: transform 180ms ease;
}

.skip-link:focus {
    transform: translateY(0);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.container {
    width: min(calc(100% - 2.5rem), var(--max));
    margin-inline: auto;
}

.narrow {
    width: min(calc(100% - 2.5rem), 764px);
    margin-inline: auto;
}

.site-header {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid rgba(201, 169, 97, 0.12);
    background: rgba(2, 3, 8, 0.82);
    backdrop-filter: blur(18px) saturate(125%);
}

.nav-shell {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    min-height: 5.236rem;
    gap: var(--space-phi-5);
}

.brand {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    gap: 0.8rem;
    color: var(--ivory);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.28em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.brand-mark {
    position: relative;
    display: block;
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
}

.brand-mark::before,
.brand-mark::after,
.brand-mark i::before,
.brand-mark i::after {
    position: absolute;
    top: 50%;
    border: 1px solid var(--gold);
    border-radius: 50%;
    content: "";
    transform: translateY(-50%);
}

.brand-mark::before,
.brand-mark::after {
    width: 1.25rem;
    height: 1.25rem;
}

.brand-mark::before { left: 0; }
.brand-mark::after { right: 0; }

.brand-mark i::before,
.brand-mark i::after {
    width: 0.42rem;
    height: 0.42rem;
    border-color: rgba(240, 220, 158, 0.72);
}

.brand-mark i::before { left: 0.42rem; }
.brand-mark i::after { right: 0.42rem; }

.brand em {
    color: var(--gold);
    font-style: normal;
}

.nav-links {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    gap: clamp(1rem, 2.4vw, 2.4rem);
    list-style: none;
}

.nav-links a,
.footer-links a {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    color: rgba(245, 242, 234, 0.68);
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 180ms ease;
}

.nav-links a:hover,
.footer-links a:hover {
    color: var(--gold-light);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.lang-link {
    display: inline-flex;
    min-width: 2.75rem;
    min-height: 2.75rem;
    align-items: center;
    justify-content: center;
    color: rgba(245, 242, 234, 0.62);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-decoration: none;
    text-transform: uppercase;
}

.lang-link:hover {
    color: var(--gold-light);
}

.btn {
    display: inline-flex;
    min-height: 3.2rem;
    align-items: center;
    justify-content: center;
    padding: 0.82rem 1.35rem;
    border: 1px solid transparent;
    border-radius: 100px;
    font-size: 0.72rem;
    font-weight: 600;
    gap: 0.7rem;
    letter-spacing: 0.14em;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

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

.btn-primary {
    background: linear-gradient(120deg, var(--gold) 0%, var(--gold-light) 100%);
    color: var(--ink);
    box-shadow: 0 12px 35px rgba(201, 169, 97, 0.12);
}

.btn-primary:hover {
    background: var(--ivory);
}

.btn-secondary {
    border-color: rgba(245, 242, 234, 0.22);
    color: var(--ivory);
}

.btn-secondary:hover {
    border-color: var(--gold);
    color: var(--gold-light);
}

.btn-small {
    min-height: 2.75rem;
    padding: 0.7rem 1.15rem;
    border-color: var(--line);
}

.sound-toggle {
    position: fixed;
    z-index: 90;
    right: clamp(1rem, 2vw, 2rem);
    bottom: clamp(1rem, 2vw, 2rem);
    display: inline-flex;
    min-width: 5.6rem;
    min-height: 2.9rem;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 0.95rem;
    border: 1px solid rgba(201, 169, 97, 0.34);
    border-radius: 100px;
    gap: 0.65rem;
    background: rgba(7, 7, 6, 0.78);
    color: rgba(245, 242, 234, 0.72);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.24), inset 0 0 18px rgba(201, 169, 97, 0.025);
    backdrop-filter: blur(16px) saturate(120%);
    cursor: pointer;
    font: inherit;
    transition: border-color 180ms ease, color 180ms ease, background 180ms ease, transform 180ms ease;
}

.sound-toggle[hidden] {
    display: none;
}

.sound-toggle:hover {
    border-color: rgba(240, 220, 158, 0.7);
    color: var(--gold-light);
    transform: translateY(-2px);
}

.sound-toggle[aria-pressed="true"] {
    border-color: rgba(240, 220, 158, 0.72);
    background: rgba(201, 169, 97, 0.12);
    color: var(--gold-light);
    box-shadow: 0 10px 38px rgba(0, 0, 0, 0.3), 0 0 24px rgba(201, 169, 97, 0.08);
}

.sound-toggle-label {
    font-size: 0.64rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.sound-wave {
    display: inline-flex;
    height: 1rem;
    align-items: center;
    gap: 0.15rem;
}

.sound-wave i {
    display: block;
    width: 1px;
    height: 35%;
    background: currentColor;
    transform-origin: center;
    animation: sound-bar 1.25s ease-in-out infinite;
    animation-play-state: paused;
}

.sound-wave i:nth-child(2) { height: 72%; animation-delay: -0.34s; }
.sound-wave i:nth-child(3) { height: 100%; animation-delay: -0.68s; }
.sound-wave i:nth-child(4) { height: 55%; animation-delay: -0.95s; }

.sound-toggle[aria-pressed="true"] .sound-wave i {
    animation-play-state: running;
}

@keyframes sound-bar {
    0%, 100% { transform: scaleY(0.45); opacity: 0.45; }
    50% { transform: scaleY(1); opacity: 1; }
}

.arrow {
    font-size: 1rem;
    line-height: 0;
}

.hero {
    position: relative;
    display: grid;
    min-height: 100svh;
    align-items: center;
    padding: 8.472rem 0 4.236rem;
    isolation: isolate;
}

.hero::before {
    position: absolute;
    z-index: -2;
    width: 42.36rem;
    height: 42.36rem;
    border: 1px solid rgba(201, 169, 97, 0.08);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 169, 97, 0.06), transparent 66%);
    content: "";
    filter: blur(1px);
    right: -11.09rem;
    top: 4.236rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.618fr) minmax(360px, 1fr);
    align-items: center;
    gap: clamp(var(--space-phi-5), 6vw, var(--space-phi-7));
}

.eyebrow,
.section-kicker,
.card-index {
    color: var(--gold);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.26em;
    text-transform: uppercase;
}

.eyebrow {
    display: flex;
    align-items: center;
    margin: 0 0 var(--space-phi-4);
    gap: var(--space-phi-3);
}

.eyebrow::before {
    width: var(--space-phi-5);
    height: 1px;
    background: var(--gold);
    content: "";
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    text-wrap: balance;
}

h1 {
    max-width: 13ch;
    margin-bottom: var(--space-phi-4);
    font-size: clamp(3rem, 6.18vw, 6.854rem);
    font-weight: 200;
    letter-spacing: -0.055em;
    line-height: 0.94;
}

h1 em,
h2 em {
    color: var(--gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

.hero-lead {
    max-width: 40.45rem;
    margin-bottom: var(--space-phi-5);
    color: var(--ivory-muted);
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    line-height: 1.6;
}

.hero-actions {
    display: flex;
    align-items: center;
    margin-bottom: var(--space-phi-5);
    flex-wrap: wrap;
    gap: 0.9rem;
}

.hero-meta {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 0.6rem 1.5rem;
    list-style: none;
}

.hero-meta li {
    color: rgba(245, 242, 234, 0.62);
    font-size: 0.76rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.hero-meta li::before {
    margin-right: 0.55rem;
    color: var(--gold);
    content: "◆";
    font-size: 0.5rem;
}

.sound-stage {
    position: relative;
    display: grid;
    min-height: 32.36rem;
    place-items: center;
    perspective: 1100px;
    isolation: isolate;
}

.stage-canvas {
    position: absolute;
    z-index: -1;
    width: 120%;
    height: 110%;
    max-width: none;
    inset: -5% -10%;
    opacity: 0.78;
    pointer-events: none;
    -webkit-mask-image: radial-gradient(circle at center, #000 28%, rgba(0, 0, 0, 0.7) 58%, transparent 80%);
    mask-image: radial-gradient(circle at center, #000 28%, rgba(0, 0, 0, 0.7) 58%, transparent 80%);
}

.stage-halo,
.stage-halo::before,
.stage-halo::after {
    position: absolute;
    border: 1px solid rgba(201, 169, 97, 0.22);
    border-radius: 50%;
    content: "";
}

.stage-halo {
    width: 23.6rem;
    height: 23.6rem;
    transform: rotateX(66deg) rotateZ(-12deg);
    box-shadow: 0 0 90px rgba(201, 169, 97, 0.08);
}

.stage-halo::before {
    inset: var(--space-phi-5);
    border-color: rgba(201, 169, 97, 0.12);
}

.stage-halo::after {
    inset: var(--space-phi-6);
    border-style: dashed;
    border-color: rgba(201, 169, 97, 0.18);
}

.turntable {
    position: relative;
    width: min(116%, 640px);
    aspect-ratio: 14 / 11;
    isolation: isolate;
    filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.62));
    animation: turntable-float 8s cubic-bezier(.45, 0, .55, 1) infinite alternate;
}

.turntable::before,
.turntable::after {
    position: absolute;
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.turntable::before {
    z-index: -1;
    inset: 24% 16% 12%;
    background: rgba(201, 169, 97, 0.13);
    filter: blur(55px);
    opacity: 0.5;
}

.turntable::after {
    z-index: 2;
    width: 28%;
    height: 60%;
    top: 16%;
    left: -12%;
    border-radius: 0;
    background: linear-gradient(100deg, transparent, rgba(240, 220, 158, 0.07), transparent);
    filter: blur(8px);
    opacity: 0;
    transform: skewX(-15deg);
    animation: turntable-glint 9s ease-in-out infinite;
}

.turntable-art {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.9;
    filter: contrast(1.04) saturate(0.88);
    mix-blend-mode: normal;
    transition: opacity 500ms ease, filter 500ms ease;
    user-select: none;
}

.sound-on .turntable-art {
    opacity: 1;
    filter: contrast(1.07) saturate(0.95) drop-shadow(0 0 18px rgba(201, 169, 97, 0.1));
}

.stage-note {
    position: absolute;
    right: 0;
    bottom: 1.5rem;
    width: 13.09rem;
    padding: var(--space-phi-3) var(--space-phi-4);
    border: 1px solid var(--line);
    border-radius: 0.8rem;
    background: rgba(13, 13, 11, 0.72);
    box-shadow: var(--shadow);
    backdrop-filter: blur(12px);
}

.stage-note span {
    display: block;
    color: var(--gold);
    font-size: 0.62rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.stage-note strong {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.9rem;
    font-weight: 400;
}

@keyframes turntable-float {
    from { transform: translate3d(-0.4%, 0.4rem, 0) rotateZ(-0.7deg) scale(0.995); }
    to { transform: translate3d(0.4%, -0.35rem, 0) rotateZ(0.45deg) scale(1.01); }
}

@keyframes turntable-glint {
    0%, 24% { left: -12%; opacity: 0; }
    38% { opacity: 0.85; }
    58%, 100% { left: 84%; opacity: 0; }
}

.signal-strip {
    border-block: 1px solid var(--line);
    background: rgba(201, 169, 97, 0.025);
}

.signal-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.signal-item {
    padding: var(--space-phi-4) clamp(var(--space-phi-3), 2.5vw, var(--space-phi-5));
    border-left: 1px solid var(--line-soft);
}

.signal-item:last-child {
    border-right: 1px solid var(--line-soft);
}

.signal-item span {
    display: block;
    color: rgba(245, 242, 234, 0.62);
    font-size: 0.62rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.signal-item strong {
    display: block;
    margin-top: 0.18rem;
    font-size: 0.86rem;
    font-weight: 400;
}

.section {
    padding: clamp(var(--space-phi-6), 8vw, var(--space-phi-7)) 0;
}

.section-compact {
    padding: clamp(var(--space-phi-5), 6vw, var(--space-phi-6)) 0;
}

.section-kicker {
    margin-bottom: var(--space-phi-3);
}

.section-heading {
    max-width: 50rem;
    margin-bottom: var(--space-phi-4);
    font-size: clamp(2.35rem, 4.236vw, 4.236rem);
    font-weight: 200;
    letter-spacing: -0.045em;
    line-height: 1.02;
}

.section-intro {
    max-width: 42.36rem;
    margin-bottom: 0;
    color: var(--ivory-muted);
    font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.section-head-split {
    display: grid;
    grid-template-columns: minmax(0, 1.618fr) minmax(280px, 1fr);
    align-items: end;
    margin-bottom: var(--space-phi-6);
    gap: var(--space-phi-5);
}

.section-head-split .section-heading {
    margin-bottom: 0;
}

.manifesto-grid {
    display: grid;
    grid-template-columns: 1fr 1.618fr;
    gap: clamp(var(--space-phi-5), 8vw, var(--space-phi-7));
}

.manifesto-number {
    position: sticky;
    top: 8rem;
    align-self: start;
    color: rgba(201, 169, 97, 0.18);
    font-size: clamp(8rem, 18vw, 15rem);
    font-weight: 200;
    letter-spacing: -0.08em;
    line-height: 0.75;
}

.manifesto-copy p {
    color: var(--ivory-muted);
    font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.manifesto-copy .manifesto-lead {
    color: var(--ivory);
    font-size: clamp(1.65rem, 3vw, 2.6rem);
    font-weight: 200;
    letter-spacing: -0.025em;
    line-height: 1.25;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    perspective: 1200px;
}

.editorial-card {
    position: relative;
    display: flex;
    min-height: 23.6rem;
    overflow: hidden;
    padding: var(--space-phi-4);
    border: 1px solid var(--line-soft);
    border-radius: var(--radius);
    flex-direction: column;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent 38%),
        var(--ink-soft);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transform-style: preserve-3d;
    transition: transform 320ms cubic-bezier(.2,.8,.2,1), border-color 220ms ease, box-shadow 320ms ease;
}

.editorial-card::before {
    position: absolute;
    width: 15rem;
    aspect-ratio: 1;
    right: -6rem;
    bottom: -7rem;
    border: 1px solid rgba(201, 169, 97, 0.22);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 169, 97, 0.1), transparent 67%);
    content: "";
    transition: transform 400ms ease;
}

.editorial-card:hover {
    border-color: rgba(201, 169, 97, 0.5);
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.38);
    transform: translateY(-8px) rotateX(2deg) rotateY(-2deg);
}

.editorial-card:hover::before {
    transform: scale(1.16);
}

.editorial-card:nth-child(2) {
    margin-top: var(--space-phi-4);
}

.editorial-card:nth-child(3) {
    margin-top: var(--space-phi-5);
}

.card-index {
    margin-bottom: auto;
}

.editorial-card h3 {
    max-width: 14ch;
    margin-bottom: 0.8rem;
    font-size: clamp(1.65rem, 2.5vw, 2.35rem);
    font-weight: 250;
    letter-spacing: -0.035em;
    line-height: 1.05;
}

.editorial-card p {
    max-width: 34ch;
    margin-bottom: 1.4rem;
    color: var(--ivory-muted);
    font-size: 0.94rem;
}

.text-link {
    position: relative;
    z-index: 1;
    color: var(--gold-light);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.process-grid {
    display: grid;
    margin-top: var(--space-phi-6);
    border-top: 1px solid var(--line);
    grid-template-columns: repeat(4, 1fr);
}

.process-step {
    position: relative;
    padding: var(--space-phi-5) var(--space-phi-4) 0 0;
    border-right: 1px solid var(--line-soft);
}

.process-step + .process-step {
    padding-left: var(--space-phi-4);
}

.process-step:last-child {
    border-right: 0;
}

.process-step span {
    display: block;
    margin-bottom: 1.4rem;
    color: var(--gold);
    font-size: 0.66rem;
    letter-spacing: 0.18em;
}

.process-step h3 {
    margin-bottom: 0.6rem;
    font-size: 1.1rem;
    font-weight: 400;
}

.process-step p {
    margin-bottom: 0;
    color: var(--ivory-muted);
    font-size: 0.9rem;
}

.ensemble-interlude {
    position: relative;
    width: min(calc(100% - 2rem), 1680px);
    margin: var(--space-phi-2) auto;
    overflow: visible;
    aspect-ratio: 3840 / 1646;
    background: transparent;
    isolation: isolate;
}

.ensemble-interlude picture,
.ensemble-interlude img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.sound-on .ensemble-interlude img {
    opacity: 0.9;
}

.sound-on .music-thread {
    animation-duration: 2.1s;
}

.ensemble-interlude img {
    object-fit: cover;
    opacity: 0.74;
    filter: contrast(1.03) saturate(0.9) drop-shadow(0 0 20px rgba(201, 169, 97, 0.055));
    mix-blend-mode: normal;
    transform: scale(1.012);
    animation: ensemble-drift 14s ease-in-out infinite alternate;
}

.ensemble-interlude::before,
.ensemble-interlude::after {
    position: absolute;
    z-index: 2;
    content: "";
    pointer-events: none;
}

.ensemble-interlude::before {
    inset: 0;
    background:
        radial-gradient(ellipse at 50% 50%, rgba(30, 38, 78, 0.11), transparent 61.8%),
        linear-gradient(to bottom, rgba(2, 3, 8, 0.88), transparent 13%, transparent 87%, rgba(2, 3, 8, 0.88));
    opacity: 0.62;
}

.ensemble-interlude::after {
    width: 16%;
    inset-block: 8%;
    left: -24%;
    background: linear-gradient(90deg, transparent, rgba(240, 220, 158, 0.055), transparent);
    filter: blur(9px);
    transform: skewX(-13deg);
    animation: ensemble-glint 10s ease-in-out infinite;
}

@keyframes ensemble-drift {
    from { transform: scale(1.012) translate3d(-0.18%, 0, 0); }
    to { transform: scale(1.022) translate3d(0.18%, -0.25%, 0); }
}

@keyframes ensemble-glint {
    0%, 18% { left: -24%; opacity: 0; }
    36% { opacity: 1; }
    58%, 100% { left: 108%; opacity: 0; }
}

.offers {
    position: relative;
    border-block: 1px solid var(--line-soft);
    background:
        radial-gradient(circle at 61.8% 0, rgba(201, 169, 97, 0.08), transparent 36rem),
        linear-gradient(180deg, rgba(7, 8, 16, 0.76), rgba(3, 4, 10, 0.9));
}

.offer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-phi-3);
}

.offer-card {
    --offer-panel: #080910;
    position: relative;
    display: flex;
    min-height: 32.36rem;
    overflow: hidden;
    padding: var(--space-phi-5);
    border: 1px solid var(--line-soft);
    border-radius: var(--radius);
    flex-direction: column;
    background:
        radial-gradient(circle at 61.8% 16%, rgba(201, 169, 97, 0.025), transparent 38.2%),
        rgba(7, 8, 15, 0.78);
    backdrop-filter: blur(8px);
    text-align: center;
    isolation: isolate;
    transition:
        border-color 320ms ease,
        box-shadow 420ms cubic-bezier(.2, .8, .2, 1),
        background 420ms ease,
        transform 420ms cubic-bezier(.2, .8, .2, 1);
}

.offer-card::after {
    position: absolute;
    z-index: 4;
    inset: var(--space-phi-2);
    border: 1px solid transparent;
    border-radius: calc(var(--radius) - 0.28rem);
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: border-color 320ms ease, opacity 320ms ease, box-shadow 420ms ease;
}

.offer-card.featured {
    --offer-panel: var(--ink-raised);
    border-color: rgba(201, 169, 97, 0.38);
    background:
        linear-gradient(165deg, rgba(201, 169, 97, 0.12), transparent 45%),
        rgba(15, 15, 23, 0.94);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
    transform: translateY(-1rem);
}

.offer-card:is(.is-score-active, :hover, :focus-within) {
    border-color: rgba(240, 220, 158, 0.76);
    background:
        linear-gradient(155deg, rgba(201, 169, 97, 0.105), transparent 48%),
        var(--offer-panel);
    box-shadow:
        0 34px 88px rgba(0, 0, 0, 0.46),
        0 0 0 1px rgba(201, 169, 97, 0.08),
        0 0 42px rgba(201, 169, 97, 0.065);
    transform: translateY(-0.7rem);
}

.offer-card.featured:is(.is-score-active, :hover, :focus-within) {
    transform: translateY(-1.2rem);
}

.offer-card:is(.is-score-active, :hover, :focus-within)::after {
    border-color: rgba(201, 169, 97, 0.2);
    box-shadow: inset 0 0 26px rgba(201, 169, 97, 0.025);
    opacity: 1;
}

.offer-badge {
    align-self: center;
    margin-bottom: var(--space-phi-3);
    padding: var(--space-phi-1) var(--space-phi-2);
    border: 1px solid var(--line);
    border-radius: 100px;
    color: var(--gold-light);
    font-size: 0.58rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.offer-title-score {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 37rem;
    min-height: var(--space-phi-6);
    align-items: center;
    align-self: center;
    margin: 0 0 0.8rem;
    overflow: hidden;
    isolation: isolate;
}

.offer-title-score::before {
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 0;
    left: 0;
    height: 2.55rem;
    background:
        linear-gradient(rgba(201, 169, 97, 0.16), rgba(201, 169, 97, 0.16)) 0 12% / 100% 1px no-repeat,
        linear-gradient(rgba(201, 169, 97, 0.16), rgba(201, 169, 97, 0.16)) 0 31% / 100% 1px no-repeat,
        linear-gradient(rgba(201, 169, 97, 0.16), rgba(201, 169, 97, 0.16)) 0 50% / 100% 1px no-repeat,
        linear-gradient(rgba(201, 169, 97, 0.16), rgba(201, 169, 97, 0.16)) 0 69% / 100% 1px no-repeat,
        linear-gradient(rgba(201, 169, 97, 0.16), rgba(201, 169, 97, 0.16)) 0 88% / 100% 1px no-repeat;
    content: "";
    opacity: 0.28;
    transform: translateY(-50%);
    transition: opacity 420ms ease, filter 420ms ease;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), #000 13%, #000 93%, transparent);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), #000 13%, #000 93%, transparent);
}

.offer-card:is(.is-score-active, :hover, :focus-within) .offer-title-score::before {
    filter: drop-shadow(0 0 6px rgba(201, 169, 97, 0.12));
    opacity: 0.88;
}

.offer-title-score h3 {
    position: relative;
    z-index: 2;
    max-width: 60%;
    margin: 0;
    padding: 0.38rem 1.1rem 0.38rem 0;
    background: transparent;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.34rem, 1.8vw, 1.64rem);
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 1.05;
    text-align: left;
    text-shadow:
        0 0 3px var(--offer-panel),
        0 0 8px var(--offer-panel),
        0 0 15px var(--offer-panel);
    white-space: nowrap;
    transition: color 320ms ease, text-shadow 420ms ease;
}

.offer-card:is(.is-score-active, :hover, :focus-within) .offer-title-score h3 {
    color: var(--gold-light);
    text-shadow:
        0 0 3px var(--offer-panel),
        0 0 9px var(--offer-panel),
        0 0 18px rgba(201, 169, 97, 0.16);
}

.offer-score-sequence {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    width: 45%;
    height: 3.2rem;
    transform: translateY(-50%);
}

.score-clef,
.score-note {
    position: absolute;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: drop-shadow(0 0 5px rgba(201, 169, 97, 0.16));
    opacity: 0;
    transform: translate3d(-0.35rem, 0.18rem, 0) scale(0.84) rotate(-3deg);
    transform-origin: center;
}

.score-clef {
    top: -0.06rem;
    left: 0;
    width: 1.18rem;
    height: 3.25rem;
    background-image: url("treble-clef-gold.svg");
}

.score-note {
    width: 0.76rem;
    height: 1.55rem;
    background-image: url("music-note-quarter-gold.svg");
}

.score-note-eighth {
    width: 0.88rem;
    background-image: url("music-note-eighth-gold.svg");
}

.score-note-1 { top: 1.32rem; left: 24%; }
.score-note-2 { top: 0.78rem; left: 41%; }
.score-note-3 { top: 1.02rem; left: 59%; }
.score-note-4 { top: 0.36rem; left: 75%; }
.score-note-5 { top: 0.86rem; left: 91%; }

.offer-card:is(.is-score-active, :hover, :focus-within) .score-clef,
.offer-card:is(.is-score-active, :hover, :focus-within) .score-note {
    animation: score-symbol-reveal 640ms cubic-bezier(.18, .82, .24, 1) both;
}

.offer-card:is(.is-score-active, :hover, :focus-within) .score-clef { animation-delay: 90ms; }
.offer-card:is(.is-score-active, :hover, :focus-within) .score-note-1 { animation-delay: 230ms; }
.offer-card:is(.is-score-active, :hover, :focus-within) .score-note-2 { animation-delay: 360ms; }
.offer-card:is(.is-score-active, :hover, :focus-within) .score-note-3 { animation-delay: 500ms; }
.offer-card:is(.is-score-active, :hover, :focus-within) .score-note-4 { animation-delay: 650ms; }
.offer-card:is(.is-score-active, :hover, :focus-within) .score-note-5 { animation-delay: 810ms; }

@keyframes score-symbol-reveal {
    0% {
        opacity: 0;
        transform: translate3d(-0.35rem, 0.18rem, 0) scale(0.84) rotate(-3deg);
    }
    68% {
        opacity: 1;
        transform: translate3d(0, -0.06rem, 0) scale(1.045) rotate(0.4deg);
    }
    100% {
        opacity: 0.94;
        transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    }
}

.price {
    margin-bottom: var(--space-phi-4);
    color: var(--ivory);
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 200;
    letter-spacing: -0.045em;
    line-height: 1;
}

.price small {
    color: var(--ivory-muted);
    font-size: 0.76rem;
    font-weight: 400;
    letter-spacing: 0.08em;
}

.offer-card > p {
    color: var(--ivory-muted);
    font-size: 0.92rem;
}

.offer-list {
    position: relative;
    margin: 0 0 var(--space-phi-5);
    padding: 0;
    list-style: none;
}

.offer-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.62rem 0;
    border-bottom: 1px solid var(--line-soft);
    color: rgba(245, 242, 234, 0.78);
    font-size: 0.88rem;
}

.offer-list li:not(.offer-duration) {
    display: grid;
    grid-template-columns: minmax(1.35rem, 1fr) minmax(0, auto) minmax(1.35rem, 1fr);
    gap: 0.55rem;
}

.offer-item-copy {
    min-width: 0;
    font-size: clamp(0.72rem, 0.95vw, 0.82rem);
    line-height: 1.35;
    text-align: center;
    text-wrap: balance;
    white-space: nowrap;
}

.offer-list li:not(.offer-duration)::before,
.offer-list li:not(.offer-duration)::after {
    width: 100%;
    min-width: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 169, 97, 0.68));
    content: "";
    opacity: 0.28;
    transform: scaleX(0.78);
    transition: opacity 420ms ease, transform 420ms cubic-bezier(.2, .8, .2, 1);
}

.offer-list li:not(.offer-duration)::after {
    background: linear-gradient(90deg, rgba(201, 169, 97, 0.68), transparent);
}

.offer-card:is(.is-score-active, :hover, :focus-within) .offer-list li:not(.offer-duration)::before,
.offer-card:is(.is-score-active, :hover, :focus-within) .offer-list li:not(.offer-duration)::after {
    opacity: 0.64;
    transform: scaleX(1);
}

.offer-list .offer-duration {
    display: grid;
    padding: 0.95rem 0;
    grid-template-columns: minmax(2.4rem, 1fr) minmax(0, auto) minmax(2.4rem, 1fr);
    align-items: center;
    gap: 0.7rem;
    color: var(--gold-light);
    font-size: 0.78rem;
    letter-spacing: 0.02em;
}

.offer-list .offer-duration::before {
    content: none;
}

.offer-duration strong {
    font-weight: 400;
    line-height: 1.35;
    text-wrap: balance;
}

.music-thread {
    position: relative;
    display: block;
    height: 1.1rem;
    opacity: 0.88;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 18'%3E%3Cpath d='M0 9H33L39 9L43 4L48 14L53 1L59 17L65 9H120' fill='none' stroke='%23c9a961' stroke-width='1.35' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: 0 center;
    background-size: 7.5rem 1.1rem;
    filter: drop-shadow(0 0 5px rgba(201, 169, 97, 0.2));
    animation: heartbeat-flow 3.4s linear infinite;
}

.music-thread-left {
    animation-direction: reverse;
}

.music-thread::after {
    position: absolute;
    top: 50%;
    width: 0.82rem;
    height: 1.18rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    filter: drop-shadow(0 0 6px rgba(201, 169, 97, 0.24));
    transform: translateY(-54%);
}

.music-thread-left::after {
    right: 0.15rem;
    background-image: url("music-note-quarter-gold.svg");
}

.music-thread-right::after {
    left: 0.15rem;
    background-image: url("music-note-eighth-gold.svg");
}

@keyframes heartbeat-flow {
    to { background-position: 7.5rem center; }
}

.offer-card .btn {
    width: 100%;
    margin-top: auto;
}

.offer-note {
    max-width: 750px;
    margin: var(--space-phi-5) auto 0;
    color: rgba(245, 242, 234, 0.62);
    font-size: 0.78rem;
    text-align: center;
}

.signature-section {
    position: relative;
    overflow: clip;
    background:
        radial-gradient(circle at 38.2% 50%, rgba(201, 169, 97, 0.055), transparent 28rem),
        linear-gradient(180deg, rgba(201, 169, 97, 0.012), transparent 24%);
}

.signature-section::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: min(calc(100% - 2.5rem), var(--max));
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 169, 97, 0.38), transparent);
    content: "";
    transform: translateX(-50%);
}

.standard-grid {
    display: grid;
    grid-template-columns: minmax(360px, 1fr) minmax(0, 1.618fr);
    align-items: center;
    gap: clamp(var(--space-phi-5), 8vw, var(--space-phi-7));
}

.standard-panel {
    position: relative;
    width: 100%;
    max-width: 34.36rem;
    aspect-ratio: 1;
    justify-self: center;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(201, 169, 97, 0.06), transparent 32%),
        radial-gradient(circle, rgba(201, 169, 97, 0.025), transparent 66%);
    isolation: isolate;
}

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

.standard-panel::before {
    z-index: -1;
    inset: 20%;
    border-radius: 50%;
    background: rgba(201, 169, 97, 0.1);
    filter: blur(50px);
}

.standard-panel::after {
    width: 24%;
    height: 74%;
    top: 13%;
    left: -20%;
    background: linear-gradient(100deg, transparent, rgba(240, 220, 158, 0.065), transparent);
    filter: blur(8px);
    opacity: 0;
    transform: skewX(-14deg);
    animation: signature-glint 11s ease-in-out infinite;
}

.signature-sculpture {
    width: 100%;
    height: 100%;
    overflow: visible;
    filter: drop-shadow(0 20px 48px rgba(0, 0, 0, 0.42));
}

.signature-rings {
    fill: none;
    stroke: rgba(201, 169, 97, 0.2);
    stroke-width: 1;
    transform-origin: 320px 320px;
    animation: signature-breathe 7.77s ease-in-out infinite;
}

.signature-rings circle:nth-child(2) {
    stroke: rgba(240, 220, 158, 0.16);
    stroke-dasharray: 2 8;
}

.signature-rings circle:nth-child(3) {
    stroke: rgba(201, 169, 97, 0.3);
}

.signature-rings circle:nth-child(4) {
    stroke: rgba(240, 220, 158, 0.22);
    stroke-dasharray: 1 5;
}

.signature-thread {
    fill: none;
    stroke: var(--gold-light);
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-dasharray: 0.16 0.045;
    opacity: 0.72;
    filter: drop-shadow(0 0 7px rgba(201, 169, 97, 0.34));
    animation: signature-thread-flow 6.18s linear infinite;
}

.signature-seal {
    fill: rgba(7, 7, 6, 0.86);
    stroke: var(--gold-light);
    stroke-width: 1.25;
    filter: drop-shadow(0 0 9px rgba(201, 169, 97, 0.25));
}

.signature-seal circle:nth-child(n+3) {
    fill: none;
    stroke: rgba(240, 220, 158, 0.65);
    stroke-width: 0.8;
}

.signature-orbit-copy {
    transform-origin: 320px 320px;
    animation: signature-orbit 36s linear infinite;
}

.signature-orbit-copy text {
    fill: rgba(240, 220, 158, 0.68);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.34em;
}

.signature-pulse {
    fill: var(--gold-light);
    filter: drop-shadow(0 0 7px rgba(240, 220, 158, 0.65));
    transform-box: fill-box;
    transform-origin: center;
    animation: signature-pulse 2.8s ease-in-out infinite;
}

.signature-pulse-b {
    animation-delay: -1.4s;
}

@keyframes signature-breathe {
    0%, 100% { opacity: 0.64; transform: scale(0.992); }
    50% { opacity: 1; transform: scale(1.008); }
}

@keyframes signature-thread-flow {
    to { stroke-dashoffset: -0.41; }
}

@keyframes signature-orbit {
    to { transform: rotate(360deg); }
}

@keyframes signature-pulse {
    0%, 100% { opacity: 0.45; transform: scale(0.7); }
    50% { opacity: 1; transform: scale(1.35); }
}

@keyframes signature-glint {
    0%, 24% { left: -20%; opacity: 0; }
    39% { opacity: 0.8; }
    58%, 100% { left: 96%; opacity: 0; }
}

.standard-list {
    margin: var(--space-phi-5) 0 0;
    padding: 0;
    list-style: none;
}

.standard-list li {
    display: grid;
    padding: 1rem 0;
    border-bottom: 1px solid var(--line-soft);
    grid-template-columns: var(--space-phi-5) 1fr;
    color: var(--ivory-muted);
}

.standard-list span {
    color: var(--gold);
    font-size: 0.7rem;
    letter-spacing: 0.12em;
}

.guide-card {
    position: relative;
    display: grid;
    overflow: hidden;
    padding: clamp(var(--space-phi-5), 6vw, var(--space-phi-7));
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(120deg, rgba(201, 169, 97, 0.15), transparent 45%),
        var(--ink-soft);
    grid-template-columns: 1.618fr 1fr;
    gap: var(--space-phi-6);
}

.guide-card::after {
    position: absolute;
    width: 26rem;
    aspect-ratio: 1;
    right: -8rem;
    bottom: -11rem;
    border: 1px solid rgba(201, 169, 97, 0.35);
    border-radius: 50%;
    box-shadow: 0 0 0 3rem rgba(201, 169, 97, 0.025), 0 0 0 6rem rgba(201, 169, 97, 0.018);
    content: "";
}

.guide-card h2 {
    max-width: 17ch;
    margin-bottom: 1rem;
    font-size: clamp(2rem, 4.6vw, 4.2rem);
    font-weight: 200;
    letter-spacing: -0.045em;
    line-height: 1.02;
}

.guide-card p {
    max-width: 55ch;
    color: var(--ivory-muted);
}

.guide-meta {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.guide-number {
    color: rgba(240, 220, 158, 0.78);
    font-size: clamp(7rem, 15vw, 13rem);
    font-weight: 200;
    letter-spacing: -0.08em;
    line-height: 0.7;
}

.faq-list {
    border-top: 1px solid var(--line);
}

.faq-item {
    border-bottom: 1px solid var(--line);
}

.faq-item summary {
    display: grid;
    padding: var(--space-phi-4) 0;
    cursor: pointer;
    grid-template-columns: 1fr auto;
    color: var(--ivory);
    font-size: clamp(1rem, 2vw, 1.18rem);
    font-weight: 300;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    color: var(--gold);
    content: "+";
    font-size: 1.4rem;
    font-weight: 200;
}

.faq-item[open] summary::after {
    content: "−";
}

.faq-item p {
    max-width: 760px;
    padding: 0 0 1.6rem;
    color: var(--ivory-muted);
}

.contact-panel {
    position: relative;
    overflow: hidden;
    padding: clamp(var(--space-phi-5), 8vw, var(--space-phi-7)) clamp(var(--space-phi-4), 6vw, var(--space-phi-6));
    border: 1px solid rgba(201, 169, 97, 0.45);
    border-radius: var(--radius);
    background:
        radial-gradient(circle at 61.8% 38.2%, rgba(201, 169, 97, 0.075), transparent 38.2%),
        linear-gradient(135deg, rgba(201, 169, 97, 0.11), transparent 48%),
        rgba(7, 8, 15, 0.84);
    backdrop-filter: blur(10px);
    text-align: center;
}

.contact-panel::before,
.contact-panel::after {
    position: absolute;
    width: 18rem;
    aspect-ratio: 1;
    border: 1px solid rgba(201, 169, 97, 0.18);
    border-radius: 50%;
    content: "";
}

.contact-panel::before {
    top: -9rem;
    left: -8rem;
}

.contact-panel::after {
    right: -7rem;
    bottom: -10rem;
}

.contact-panel h2 {
    max-width: 16ch;
    margin: 0 auto 1.2rem;
    font-size: clamp(2.4rem, 6vw, 5.5rem);
    font-weight: 200;
    letter-spacing: -0.05em;
    line-height: 0.98;
}

.contact-panel p {
    max-width: 38.2rem;
    margin: 0 auto var(--space-phi-5);
    color: var(--ivory-muted);
}

.contact-panel .hero-actions {
    position: relative;
    z-index: 1;
    justify-content: center;
    margin-bottom: 0;
}

.site-footer {
    padding: var(--space-phi-5) 0;
    border-top: 1px solid var(--line-soft);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: var(--space-phi-5);
}

.footer-copy {
    margin: 0;
    color: rgba(245, 242, 234, 0.58);
    font-size: 0.72rem;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
}

/* Service pages */
.service-hero {
    position: relative;
    overflow: hidden;
    padding: var(--space-phi-8) 0 var(--space-phi-7);
    border-bottom: 1px solid var(--line-soft);
}

.service-hero::after {
    position: absolute;
    z-index: -1;
    width: 42.36rem;
    aspect-ratio: 1;
    right: -8rem;
    bottom: -24rem;
    border: 1px solid rgba(201, 169, 97, 0.22);
    border-radius: 50%;
    box-shadow: 0 0 0 5rem rgba(201, 169, 97, 0.018), 0 0 0 10rem rgba(201, 169, 97, 0.012);
    content: "";
}

.breadcrumbs {
    display: flex;
    margin: 0 0 var(--space-phi-5);
    padding: 0;
    gap: 0.65rem;
    list-style: none;
}

.breadcrumbs li,
.breadcrumbs a {
    color: rgba(245, 242, 234, 0.58);
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
}

.breadcrumbs a {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
}

.breadcrumbs li + li::before {
    margin-right: 0.65rem;
    color: var(--gold);
    content: "/";
}

.service-hero h1 {
    max-width: 1000px;
}

.service-hero .hero-lead {
    max-width: 730px;
}

.service-facts {
    display: grid;
    margin-top: var(--space-phi-6);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.fact {
    padding: var(--space-phi-3) var(--space-phi-4);
    border: 1px solid var(--line-soft);
    border-radius: 0.75rem;
    background: rgba(8, 9, 17, 0.68);
    backdrop-filter: blur(7px);
}

.fact span {
    display: block;
    color: rgba(245, 242, 234, 0.62);
    font-size: 0.6rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.fact strong {
    display: block;
    margin-top: 0.3rem;
    color: var(--ivory);
    font-size: 0.92rem;
    font-weight: 400;
}

.content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.618fr) minmax(280px, 1fr);
    gap: clamp(var(--space-phi-5), 8vw, var(--space-phi-7));
}

.content-copy h2 {
    margin: var(--space-phi-6) 0 var(--space-phi-3);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 250;
    letter-spacing: -0.035em;
    line-height: 1.1;
}

.content-copy h2:first-child {
    margin-top: 0;
}

.content-copy h3 {
    margin: 2rem 0 0.6rem;
    color: var(--gold-light);
    font-size: 1.1rem;
    font-weight: 400;
}

.content-copy p,
.content-copy li {
    color: var(--ivory-muted);
}

.content-copy ul {
    padding-left: 1.2rem;
}

.content-copy li {
    margin-bottom: 0.55rem;
}

.side-card {
    position: sticky;
    top: 8rem;
    align-self: start;
    padding: var(--space-phi-4);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(8, 9, 17, 0.84);
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow);
}

.side-card h2 {
    margin-bottom: 0.7rem;
    font-size: 1.45rem;
    font-weight: 300;
}

.side-card p {
    color: var(--ivory-muted);
    font-size: 0.88rem;
}

.side-card .price {
    margin: 1.3rem 0;
}

.side-card .btn {
    width: 100%;
}

.timeline {
    margin: var(--space-phi-5) 0 0;
    padding: 0;
    list-style: none;
}

.timeline li {
    display: grid;
    padding: var(--space-phi-3) 0;
    border-bottom: 1px solid var(--line-soft);
    grid-template-columns: minmax(5.5rem, 0.3fr) 1fr;
    gap: 1rem;
}

.timeline strong {
    color: var(--gold-light);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

/* Guide */
.article-hero {
    padding: var(--space-phi-8) 0 var(--space-phi-6);
}

.article-hero h1 {
    max-width: 980px;
    font-size: clamp(3rem, 7vw, 6.8rem);
}

.article-shell {
    display: grid;
    padding-bottom: var(--space-phi-7);
    grid-template-columns: minmax(0, 1.618fr) minmax(14rem, 1fr);
    gap: clamp(var(--space-phi-5), 8vw, var(--space-phi-7));
}

.article-content {
    max-width: 47.12rem;
}

.article-content h2 {
    margin: var(--space-phi-6) 0 var(--space-phi-3);
    font-size: clamp(1.8rem, 3.6vw, 3rem);
    font-weight: 250;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.article-content h3 {
    margin: 2.2rem 0 0.7rem;
    color: var(--gold-light);
    font-size: 1.2rem;
    font-weight: 400;
}

.article-content p,
.article-content li {
    color: var(--ivory-muted);
}

.article-content strong {
    color: var(--ivory);
    font-weight: 450;
}

.numbered-list {
    margin: 2rem 0;
    padding: 0;
    list-style: none;
    counter-reset: guide;
}

.numbered-list li {
    position: relative;
    padding: 1.5rem 0 1.5rem 4rem;
    border-bottom: 1px solid var(--line-soft);
    counter-increment: guide;
}

.numbered-list li::before {
    position: absolute;
    top: 1.35rem;
    left: 0;
    color: var(--gold);
    content: counter(guide, decimal-leading-zero);
    font-size: 1.45rem;
    font-weight: 200;
}

.article-aside {
    position: sticky;
    top: 8rem;
    align-self: start;
    padding-left: 1.4rem;
    border-left: 1px solid var(--line);
}

.article-aside p {
    margin-bottom: 0.5rem;
    color: rgba(245, 242, 234, 0.62);
    font-size: 0.66rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.article-aside a {
    display: flex;
    min-height: 2.75rem;
    align-items: center;
    margin: 0.7rem 0;
    color: var(--ivory-muted);
    font-size: 0.82rem;
    text-decoration: none;
}

.article-aside a:hover {
    color: var(--gold-light);
}

.callout {
    margin: var(--space-phi-6) 0;
    padding: var(--space-phi-4);
    border: 1px solid var(--line);
    border-radius: 0.9rem;
    background: rgba(12, 13, 23, 0.76);
    backdrop-filter: blur(8px);
}

.callout p:last-child {
    margin-bottom: 0;
}

@media (max-width: 980px) {
    .nav-links {
        display: none;
    }

    .nav-shell {
        grid-template-columns: 1fr auto;
    }

    .hero-grid,
    .standard-grid,
    .manifesto-grid,
    .content-grid {
        grid-template-columns: 1fr;
    }

    .standard-panel {
        width: min(78vw, 520px);
    }

    .hero-copy {
        position: relative;
        z-index: 3;
    }

    .sound-stage {
        min-height: 430px;
    }

    .manifesto-number {
        position: static;
        font-size: 8rem;
    }

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

    .editorial-card,
    .editorial-card:nth-child(2),
    .editorial-card:nth-child(3) {
        min-height: 310px;
        margin-top: 0;
    }

    .offer-card,
    .offer-card.featured {
        min-height: 0;
        transform: none;
    }

    .offer-card:is(.is-score-active, :hover, :focus-within),
    .offer-card.featured:is(.is-score-active, :hover, :focus-within) {
        transform: none;
    }

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

    .process-step:nth-child(2) {
        border-right: 0;
    }

    .process-step:nth-child(n+3) {
        margin-top: 1.5rem;
        border-top: 1px solid var(--line-soft);
    }

    .side-card {
        position: static;
    }
}

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

    .site-header .btn-small {
        min-height: 2.75rem;
        padding: 0.6rem 0.8rem;
        font-size: 0.62rem;
    }

    .brand {
        gap: 0.55rem;
        font-size: 0.64rem;
        letter-spacing: 0.2em;
    }

    .brand-mark {
        width: 2rem;
        height: 2rem;
    }

    .nav-actions {
        gap: 0.6rem;
    }

    .hero {
        min-height: auto;
        padding: 7.2rem 0 2.8rem;
    }

    .hero-grid {
        gap: 1rem;
    }

    .ensemble-interlude {
        width: 100%;
        margin-block: 0.5rem;
        aspect-ratio: 9 / 16;
    }

    .ensemble-interlude::before {
        background:
            linear-gradient(to bottom, var(--ink), transparent 9%, transparent 91%, var(--ink)),
            linear-gradient(to right, var(--ink), transparent 3%, transparent 97%, var(--ink));
    }

    h1 {
        font-size: clamp(2.85rem, 13vw, 4.7rem);
    }

    .sound-stage {
        min-height: 285px;
        margin-top: 0;
    }

    .turntable {
        width: min(112%, 390px);
    }

    .stage-halo {
        width: 230px;
        height: 230px;
    }

    .standard-panel {
        width: min(92vw, 380px);
    }

    .stage-note {
        display: none;
    }

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

    .signal-item:nth-child(3),
    .signal-item:nth-child(4) {
        border-top: 1px solid var(--line-soft);
    }

    .section-head-split,
    .guide-card {
        grid-template-columns: 1fr;
    }

    .guide-meta {
        justify-content: flex-start;
    }

    .process-grid,
    .service-facts,
    .article-shell {
        grid-template-columns: 1fr;
    }

    .process-step,
    .process-step + .process-step {
        margin-top: 0 !important;
        padding: 1.2rem 0;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid var(--line-soft);
    }

    .offer-list .offer-duration {
        grid-template-columns: minmax(1.8rem, 1fr) minmax(9rem, auto) minmax(1.8rem, 1fr);
        gap: 0.45rem;
    }

    .offer-title-score h3 {
        max-width: 58%;
        font-size: clamp(1.25rem, 5.7vw, 1.55rem);
    }

    .offer-score-sequence {
        width: 43%;
    }

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

    .footer-links {
        gap: 0.8rem 1rem;
    }

    .timeline li {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }

    .article-aside {
        position: static;
        grid-row: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Formulaire de demande de disponibilite */
.lead-form {
    margin-top: 2.6rem;
    text-align: left;
}

.lead-form .field-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1.1rem 1.4rem;
}

.lead-form .field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0 0 1.1rem;
}

.lead-form label {
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ivory-muted);
}

.lead-form input,
.lead-form select,
.lead-form textarea {
    width: 100%;
    padding: 0.85rem 1rem;
    color: var(--ivory);
    font: inherit;
    font-weight: 300;
    background: rgba(7, 7, 6, 0.55);
    border: 1px solid var(--line);
    border-radius: calc(var(--radius) / 2);
    transition: border-color 0.3s ease, background 0.3s ease;
}

.lead-form textarea {
    resize: vertical;
    min-height: 5.5rem;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
    color: rgba(245, 242, 234, 0.34);
}

.lead-form input:focus-visible,
.lead-form select:focus-visible,
.lead-form textarea:focus-visible {
    outline: none;
    border-color: var(--gold);
    background: rgba(7, 7, 6, 0.78);
}

.lead-form select option {
    color: var(--ivory);
    background: var(--ink-soft);
}

.lead-form .field-trap {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
}

.lead-form .form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    margin-top: 0.4rem;
}

.lead-form button[disabled] {
    opacity: 0.6;
    cursor: progress;
}

.lead-form .form-status:empty {
    display: none;
}

.lead-form .form-status {
    margin-top: 1.2rem;
    padding: 0.85rem 1.1rem;
    font-size: 0.95rem;
    border-left: 2px solid var(--line);
    border-radius: calc(var(--radius) / 3);
    background: rgba(7, 7, 6, 0.5);
}

.lead-form .form-status[data-state="ok"] {
    color: var(--success);
    border-left-color: var(--success);
}

.lead-form .form-status[data-state="error"] {
    color: var(--gold-light);
    border-left-color: var(--gold);
}

.lead-form .form-fallback {
    margin-top: 1.4rem;
    font-size: 0.92rem;
    color: var(--ivory-muted);
}
