/* ===========================================================
   DVA — Drawing Viking Art · v2 "Mythe & Atelier"
   Editorial · Cinematic · Nordic streetwear
=========================================================== */

/* ============================================================
   1. TOKENS
============================================================ */
:root {
    /* Surface — warm-black, never pure */
    --ink-0: #07060A;          /* deepest, gradient anchors */
    --ink-1: #0B0908;          /* main bg */
    --ink-2: #110E0C;          /* alt bg */
    --ink-3: #18130F;          /* surface */
    --ink-4: #221B16;          /* surface hi */
    --ink-5: #2E251D;          /* divider warm */

    /* Brand — refined */
    --gold:        #D4A017;
    --gold-warm:   #E2B547;
    --gold-pale:   #F1D88E;
    --gold-deep:   #8E6A0E;
    --ember:       #C36218;    /* burnt orange */
    --ember-deep:  #7A3A0E;
    --violet:      #5B2A8A;    /* slightly cooler & deeper */
    --violet-soft: rgba(91, 42, 138, 0.18);

    /* Neutrals — paper / bone for editorial breaks */
    --bone:        #EAE2D2;
    --bone-dim:    #C9BFAB;
    --parchment:   #F4ECDB;

    /* Text */
    --text:        #F6F1E6;
    --text-soft:   #C9C0AF;
    --text-mute:   #8A8275;
    --text-faint:  #5A5347;
    --text-ghost:  #2D2922;

    /* Lines */
    --line:        rgba(246, 241, 230, 0.07);
    --line-hi:     rgba(246, 241, 230, 0.14);
    --line-gold:   rgba(212, 160, 23, 0.32);

    /* Type */
    --f-display: "Cormorant Garamond", "Cormorant", "Times New Roman", serif;
    --f-wordmark: "Cinzel", "Cormorant Garamond", serif;
    --f-body: "Inter Tight", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --f-mono: "JetBrains Mono", "SF Mono", "Menlo", monospace;

    /* Gradients */
    --g-sun:   linear-gradient(135deg, #5B2A8A 0%, #C36218 48%, #E2B547 100%);
    --g-gold:  linear-gradient(180deg, #F1D88E 0%, #D4A017 60%, #8E6A0E 100%);
    --g-ember: linear-gradient(135deg, #C36218 0%, #D4A017 100%);
    --g-fade:  linear-gradient(90deg, transparent, rgba(212, 160, 23, 0.45), transparent);
    --g-vignette: radial-gradient(ellipse at center, transparent 40%, rgba(0,0,0,0.55) 100%);

    /* Motion */
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
    --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
    --t-fast: 0.25s;
    --t-base: 0.45s;
    --t-slow: 0.85s;
    --t-cine: 1.2s;

    /* Geometry */
    --r-xs: 2px;
    --r-sm: 6px;
    --r-md: 10px;
    --r-lg: 16px;
    --r-xl: 28px;
    --r-full: 999px;

    --nav-h: 76px;
    --container: 1320px;
    --pad: clamp(20px, 4vw, 56px);

    /* Shadows */
    --shadow-sm: 0 2px 10px rgba(0,0,0,0.35);
    --shadow-md: 0 16px 40px -8px rgba(0,0,0,0.55);
    --shadow-lg: 0 32px 80px -16px rgba(0,0,0,0.7);
    --shadow-gold: 0 20px 50px -12px rgba(212, 160, 23, 0.35);
    --shadow-inset-hi: inset 0 1px 0 rgba(255,255,255,0.05);

    /* Tweakable (overridden via JS) */
    --tw-accent: var(--gold);
    --tw-motion: 1;
}

/* ============================================================
   2. RESET
============================================================ */
*, *::before, *::after { margin:0; padding:0; box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: var(--ink-1);
}

::selection { background: rgba(212, 160, 23, 0.45); color: var(--text); }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--ink-0); }
::-webkit-scrollbar-thumb { background: linear-gradient(180deg, var(--gold), var(--ember)); border-radius: 999px; }

body {
    font-family: var(--f-body);
    background: var(--ink-1);
    color: var(--text);
    line-height: 1.5;
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "ss01", "kern", "liga";
}

/* Atmospheric base layer */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        radial-gradient(ellipse 60% 40% at 18% 8%, rgba(91, 42, 138, 0.18) 0%, transparent 65%),
        radial-gradient(ellipse 70% 50% at 85% 95%, rgba(195, 98, 24, 0.12) 0%, transparent 65%),
        radial-gradient(ellipse 50% 30% at 50% 50%, rgba(212, 160, 23, 0.04) 0%, transparent 70%),
        var(--ink-1);
}

/* Subtle film grain */
body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.06;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

img, svg, video { max-width: 100%; display: block; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; background: transparent; border: 0; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

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

/* ============================================================
   3. CURSOR — system default
============================================================ */
.cursor-dot, .cursor-ring { display: none !important; }

/* ============================================================
   4. UTILITIES
============================================================ */
.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--pad);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--f-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
}

.eyebrow::before {
    content: "";
    width: 32px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold));
}

.eyebrow.center { justify-content: center; }
.eyebrow.center::before { width: 24px; background: linear-gradient(90deg, transparent, var(--gold)); }
.eyebrow.center::after {
    content: "";
    width: 24px;
    height: 1px;
    background: linear-gradient(90deg, var(--gold), transparent);
}

.eyebrow .num {
    color: var(--text-mute);
}

.h-display {
    font-family: var(--f-display);
    font-weight: 500;
    line-height: 0.96;
    letter-spacing: -0.01em;
    font-feature-settings: "ss01", "lnum";
}

.h-display em {
    font-style: italic;
    font-weight: 400;
    color: var(--gold);
}

.h-display .stroke {
    -webkit-text-stroke: 1px var(--gold);
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-style: italic;
}

.h-1 { font-size: clamp(2.6rem, 7vw, 6.5rem); }
.h-2 { font-size: clamp(2.2rem, 5.6vw, 5rem); }
.h-3 { font-size: clamp(1.6rem, 3.2vw, 2.6rem); }

.lead {
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    color: var(--text-soft);
    max-width: 56ch;
    line-height: 1.55;
}

.gold { color: var(--gold); }
.text-mute { color: var(--text-mute); }
.text-soft { color: var(--text-soft); }

.mono { font-family: var(--f-mono); letter-spacing: 0.04em; }

/* Section rhythm */
.section {
    padding: clamp(80px, 12vw, 160px) 0;
    position: relative;
}

.section--tight { padding: clamp(60px, 8vw, 110px) 0; }

/* Editorial divider */
.div-rune {
    height: 1px;
    background: var(--g-fade);
    border: 0;
    position: relative;
    margin: 0;
}
.div-rune::after {
    content: "ᚠ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--ink-1);
    color: var(--gold);
    font-family: var(--f-display);
    font-size: 0.85rem;
    padding: 0 18px;
    letter-spacing: 0.2em;
}

/* ============================================================
   5. SCROLL REVEAL
============================================================ */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
    transition-delay: var(--reveal-delay, 0s);
    will-change: transform, opacity;
}
.reveal.visible {
    opacity: 1;
    transform: none;
}

.reveal-up { transform: translateY(40px); }
.reveal-fade { transform: none; }
.reveal-clip {
    clip-path: inset(0 100% 0 0);
    transform: none;
    opacity: 1;
    transition: clip-path 1.2s var(--ease-in-out);
    transition-delay: var(--reveal-delay, 0s);
}
.reveal-clip.visible { clip-path: inset(0 0 0 0); }

.reveal-mask {
    position: relative;
    overflow: hidden;
    transform: none;
    opacity: 1;
    transition: none;
}
.reveal-mask::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--ink-0);
    transform-origin: right;
    transform: scaleX(1);
    transition: transform 1.1s var(--ease-in-out);
    transition-delay: var(--reveal-delay, 0s);
    z-index: 2;
}
.reveal-mask.visible::after { transform: scaleX(0); }

/* Split text */
.split-line {
    display: block;
    overflow: hidden;
}
.split-line > span {
    display: inline-block;
    transform: translateY(110%);
    transition: transform 1s var(--ease-out);
    transition-delay: var(--line-delay, 0s);
}
.split-line.visible > span { transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
    .reveal, .reveal-mask, .reveal-clip, .split-line > span { opacity: 1 !important; transform: none !important; clip-path: none !important; }
    .reveal-mask::after { display: none; }
    *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* ============================================================
   6. NAV
============================================================ */
/* Adaptive nav — full-width at rest, pill on scroll */
.nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    padding: 22px 32px;
    display: flex;
    justify-content: center;
    pointer-events: none;
    transition: top var(--t-base) var(--ease-out),
                padding 0.5s var(--ease-spring);
}
.nav-solid,
.nav.nav-solid { /* override for pages that pass nav-solid */
    top: 0;
}
.nav-inner {
    pointer-events: auto;
    width: 100%;
    max-width: 100%;
    padding: 6px 6px 6px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    background: transparent;
    -webkit-backdrop-filter: blur(0) saturate(1);
    backdrop-filter: blur(0) saturate(1);
    border: 1px solid transparent;
    border-radius: 999px;
    box-shadow: 0 0 0 transparent;
    transition: background 0.5s var(--ease-out),
                border-color 0.5s var(--ease-out),
                box-shadow 0.5s var(--ease-out),
                max-width 0.6s var(--ease-spring),
                padding 0.6s var(--ease-spring),
                backdrop-filter 0.5s var(--ease-out);
    position: relative;
}
.nav-inner::before {
    /* gold sheen edge — only visible when condensed */
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg,
        rgba(212, 160, 23, 0.35) 0%,
        rgba(212, 160, 23, 0) 30%,
        rgba(91, 42, 138, 0) 70%,
        rgba(195, 98, 24, 0.25) 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s var(--ease-out);
}

/* Condensed state at scroll: pill detached */
.nav.scrolled {
    padding: 16px 20px;
}
.nav.scrolled .nav-inner {
    max-width: 1180px;
    padding: 10px 12px 10px 28px;
    background: rgba(11, 9, 8, 0.82);
    -webkit-backdrop-filter: blur(22px) saturate(1.5);
    backdrop-filter: blur(22px) saturate(1.5);
    border-color: rgba(246, 241, 230, 0.12);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.08) inset,
        0 30px 70px -28px rgba(0, 0, 0, 0.8),
        0 10px 30px -12px rgba(212, 160, 23, 0.18);
}
.nav.scrolled .nav-inner::before { opacity: 1; }

/* At rest: nav-links sit on a soft tinted track for legibility,
   wordmark and CTA breathe out toward edges */
.nav .nav-links {
    transition: background 0.5s var(--ease-out), border-color 0.5s var(--ease-out);
}

@media (max-width: 880px) {
    .nav { padding: 12px; }
    .nav.scrolled { padding: 12px; }
    .nav-inner,
    .nav.scrolled .nav-inner {
        padding: 8px 8px 8px 18px;
        gap: 12px;
        background: rgba(11, 9, 8, 0.86);
        -webkit-backdrop-filter: blur(20px) saturate(1.4);
        backdrop-filter: blur(20px) saturate(1.4);
        border-color: rgba(246, 241, 230, 0.12);
    }
    .nav-inner::before { opacity: 1; }
    .btn-nav {
        --pad-y: 9px;
        --pad-x: 16px;
        font-size: 0.66rem;
        letter-spacing: 0.08em;
    }
    .wordmark { font-size: 1.1rem; letter-spacing: 0.16em; }
}

.wordmark {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    font-family: var(--f-wordmark);
    font-weight: 700;
    font-size: 1.45rem;
    letter-spacing: 0.18em;
    color: var(--text);
    position: relative;
}
.wordmark::after {
    content: "";
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 12px var(--gold);
    align-self: center;
    margin-left: 2px;
    animation: pulseGold 3s ease-in-out infinite;
}
@keyframes pulseGold {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(0.85); }
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
    background: transparent;
    border-radius: 999px;
    padding: 4px;
    border: 1px solid transparent;
    transition: background 0.5s var(--ease-out), border-color 0.5s var(--ease-out);
}
.nav.scrolled .nav-links {
    background: rgba(0, 0, 0, 0.18);
    border-color: rgba(246, 241, 230, 0.04);
}
.nav-links a {
    position: relative;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: var(--text-soft);
    transition: color var(--t-fast);
    padding: 9px 18px;
    border-radius: 999px;
    z-index: 1;
    white-space: nowrap;
}
.nav-links a::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(246,241,230,0.08), rgba(246,241,230,0.02));
    border: 1px solid rgba(246, 241, 230, 0.08);
    opacity: 0;
    transform: scale(0.92);
    transition: opacity var(--t-fast) var(--ease-out), transform var(--t-base) var(--ease-spring);
    z-index: -1;
}
.nav-links a:hover { color: var(--text); }
.nav-links a:hover::before { opacity: 1; transform: scale(1); }
.nav-links a.active {
    color: var(--gold);
}
.nav-links a.active::before {
    opacity: 1;
    transform: scale(1);
    background: linear-gradient(180deg, rgba(212,160,23,0.18), rgba(212,160,23,0.06));
    border-color: rgba(212, 160, 23, 0.28);
    box-shadow: 0 4px 12px -4px rgba(212, 160, 23, 0.3);
}

.btn-nav {
    --pad-y: 11px;
    --pad-x: 22px;
    padding: var(--pad-y) var(--pad-x);
    background: linear-gradient(180deg, var(--gold-pale) 0%, var(--gold) 70%, var(--gold-deep) 130%);
    color: var(--ink-0);
    font-family: var(--f-body);
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 999px;
    white-space: nowrap;
    transition: transform var(--t-fast) var(--ease-out), box-shadow var(--t-base), filter var(--t-fast);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.4) inset,
        0 -1px 0 rgba(0, 0, 0, 0.15) inset,
        0 6px 20px -6px rgba(212,160,23,0.6);
    position: relative;
    overflow: hidden;
}
.btn-nav::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.4) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 0.7s var(--ease-out);
}
.btn-nav:hover {
    transform: translateY(-1px);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.5) inset,
        0 -1px 0 rgba(0, 0, 0, 0.15) inset,
        0 14px 32px -8px rgba(212,160,23,0.75);
}
.btn-nav:hover::after { transform: translateX(100%); }

.hamburger {
    display: none;
    width: 36px; height: 28px;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    position: relative;
    z-index: 102;
}
.hamburger span {
    display: block;
    width: 100%;
    height: 1.5px;
    background: var(--text);
    transition: transform var(--t-base) var(--ease-spring), opacity var(--t-fast);
}
.hamburger.active span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); background: var(--gold); }
.hamburger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.active span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); background: var(--gold); }

.mobile-menu {
    position: fixed;
    inset: 0;
    background: rgba(7, 6, 10, 0.96);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    z-index: 101;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s var(--ease-out);
    padding: var(--pad);
}
.mobile-menu.open { opacity: 1; pointer-events: all; }
.mobile-menu a {
    font-family: var(--f-display);
    font-size: clamp(2rem, 7vw, 3rem);
    color: var(--text);
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.5s var(--ease-out), transform 0.5s var(--ease-out), color var(--t-fast);
}
.mobile-menu.open a { opacity: 1; transform: none; }
.mobile-menu.open a:nth-child(1) { transition-delay: 0.10s; }
.mobile-menu.open a:nth-child(2) { transition-delay: 0.16s; }
.mobile-menu.open a:nth-child(3) { transition-delay: 0.22s; }
.mobile-menu.open a:nth-child(4) { transition-delay: 0.28s; }
.mobile-menu a:hover { color: var(--gold); font-style: italic; }

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

/* Scroll progress */
.scroll-progress {
    position: fixed;
    top: 0; left: 0;
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg, var(--violet), var(--ember), var(--gold));
    z-index: 200;
    transition: width 0.08s linear;
    box-shadow: 0 0 12px rgba(212,160,23,0.5);
}

/* ============================================================
   7. BUTTONS
============================================================ */
.btn {
    --pad-y: 16px;
    --pad-x: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: var(--pad-y) var(--pad-x);
    font-family: var(--f-body);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-radius: 999px;
    border: 1px solid transparent;
    transition: transform var(--t-fast) var(--ease-out),
                box-shadow var(--t-base) var(--ease-out),
                background var(--t-base),
                border-color var(--t-base),
                color var(--t-base);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.btn .arrow {
    width: 14px; height: 14px;
    transition: transform var(--t-base) var(--ease-spring);
}
.btn:hover .arrow { transform: translateX(4px) rotate(-45deg); }

.btn--gold {
    background: var(--gold);
    color: var(--ink-0);
    box-shadow: 0 8px 24px -8px rgba(212,160,23,0.5), var(--shadow-inset-hi);
}
.btn--gold::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--ember) 0%, var(--gold-warm) 50%, var(--gold) 100%);
    transform: translateY(101%);
    transition: transform var(--t-slow) var(--ease-out);
    z-index: -1;
}
.btn--gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px -10px rgba(212,160,23,0.65);
}
.btn--gold:hover::before { transform: translateY(0); }

.btn--ghost {
    color: var(--text);
    border-color: var(--line-hi);
    background: rgba(246, 241, 230, 0.02);
}
.btn--ghost:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(212, 160, 23, 0.05);
    transform: translateY(-3px);
}

.btn--lg { --pad-y: 20px; --pad-x: 42px; font-size: 0.88rem; }
.btn--sm { --pad-y: 11px; --pad-x: 22px; font-size: 0.72rem; }

/* ============================================================
   8. HERO (homepage)
============================================================ */
.hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    padding-top: var(--nav-h);
    overflow: hidden;
    isolation: isolate;
}

.hero-stage {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.hero-bg-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.4s var(--ease-out), transform 12s linear;
    transform: scale(1.06);
}
.hero-bg-img.is-active {
    opacity: 0.55;
    transform: scale(1);
}

.hero-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(7,6,10,0.5) 0%, rgba(7,6,10,0.2) 30%, rgba(7,6,10,0.85) 80%, var(--ink-1) 100%),
        radial-gradient(ellipse 60% 50% at 50% 110%, rgba(91, 42, 138, 0.35) 0%, transparent 60%);
    pointer-events: none;
}

.hero-grain {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.4;
    background-image:
        repeating-linear-gradient(0deg, transparent 0, transparent 3px, rgba(0,0,0,0.04) 3px, rgba(0,0,0,0.04) 4px);
    mix-blend-mode: overlay;
}

.hero-inner {
    position: relative;
    z-index: 2;
    min-height: calc(100vh - var(--nav-h));
    min-height: calc(100svh - var(--nav-h));
    max-width: var(--container);
    margin: 0 auto;
    padding: clamp(40px, 8vh, 100px) var(--pad) clamp(60px, 8vh, 100px);
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 40px;
}

.hero-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.hero-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px 9px 11px;
    border: 1px solid var(--line-hi);
    border-radius: 999px;
    font-family: var(--f-mono);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-soft);
    background: rgba(11, 9, 8, 0.4);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.hero-meta-pill .dot {
    width: 7px; height: 7px;
    background: var(--gold);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--gold);
    animation: pulseGold 2s ease-in-out infinite;
}

.hero-meta-coords {
    font-family: var(--f-mono);
    font-size: 11px;
    color: var(--text-mute);
    letter-spacing: 0.14em;
    text-align: right;
}

.hero-headline {
    align-self: center;
    max-width: min(90vw, 1200px);
}

.hero-headline .h-display {
    font-size: clamp(3rem, 11vw, 11rem);
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: -0.025em;
}

.hero-tag {
    margin-top: 28px;
    max-width: 38ch;
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    color: var(--text-soft);
    line-height: 1.55;
}

@media (max-width: 760px) {
    .hero-inner { gap: 28px; padding-top: 28px; padding-bottom: 40px; }
    .hero-meta { gap: 14px; }
    .hero-meta-coords { text-align: left; font-size: 10px; }
    .hero-headline .h-display { font-size: clamp(2.6rem, 14vw, 4.6rem); line-height: 0.96; }
    .hero-tag { font-size: 0.95rem; line-height: 1.5; margin-top: 20px; }
    .hero-ctas { flex-direction: column; align-items: stretch; }
    .hero-ctas .btn { width: 100%; justify-content: center; }
    .hero-bg-img.is-active { opacity: 0.42; }
}

.hero-bottom {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: end;
}

.hero-ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-ticker {
    text-align: right;
    font-family: var(--f-mono);
    font-size: 11px;
    color: var(--text-mute);
    letter-spacing: 0.16em;
}
.hero-ticker .pin {
    display: block;
    color: var(--gold);
    font-size: 0.78rem;
    margin-bottom: 4px;
}

@media (max-width: 760px) {
    .hero-bottom { grid-template-columns: 1fr; gap: 24px; }
    .hero-ticker { text-align: left; }
}

/* Floating runes */
.hero-rune {
    position: absolute;
    font-family: var(--f-display);
    color: rgba(212,160,23,0.10);
    font-size: clamp(8rem, 18vw, 20rem);
    pointer-events: none;
    z-index: 0;
    user-select: none;
    line-height: 1;
}
.hero-rune--1 { top: 12%; right: -3%; transform: rotate(8deg); }
.hero-rune--2 { bottom: 18%; left: -2%; transform: rotate(-6deg); }

/* ============================================================
   9. MARQUEE
============================================================ */
.marquee {
    overflow: hidden;
    border-block: 1px solid var(--line);
    background: linear-gradient(180deg, var(--ink-2), var(--ink-1));
    padding: 24px 0;
    position: relative;
}
.marquee-track {
    display: flex;
    gap: 56px;
    width: max-content;
    animation: scroll-x 40s linear infinite;
    animation-play-state: running;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee span {
    font-family: var(--f-display);
    font-size: clamp(1.6rem, 3vw, 2.6rem);
    font-style: italic;
    font-weight: 400;
    color: var(--text);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 56px;
}
.marquee span::after {
    content: "✦";
    color: var(--gold);
    font-size: 0.9em;
    font-style: normal;
}
.marquee-track--reverse { animation-direction: reverse; }

@keyframes scroll-x {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* ============================================================
   10. MANIFESTO BLOCK (editorial)
============================================================ */
.manifesto {
    position: relative;
    padding: clamp(100px, 14vw, 200px) 0;
}
.manifesto-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 6vw, 100px);
    align-items: end;
}
.manifesto-num {
    font-family: var(--f-mono);
    font-size: 12px;
    color: var(--gold);
    letter-spacing: 0.2em;
    margin-bottom: 28px;
    display: block;
}
.manifesto h2 {
    font-family: var(--f-display);
    font-weight: 400;
    font-size: clamp(2.4rem, 5.6vw, 5rem);
    line-height: 0.98;
    letter-spacing: -0.02em;
    margin-bottom: 36px;
}
.manifesto h2 em { font-style: italic; color: var(--gold); }
.manifesto-body {
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    color: var(--text-soft);
    line-height: 1.7;
    max-width: 52ch;
}
.manifesto-body p + p { margin-top: 20px; }
.manifesto-quote {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid var(--line);
    font-family: var(--f-display);
    font-style: italic;
    font-size: clamp(1.4rem, 2.6vw, 2rem);
    color: var(--text);
    line-height: 1.3;
}
.manifesto-quote::before {
    content: "« ";
    color: var(--gold);
    font-style: normal;
}
.manifesto-quote::after {
    content: " »";
    color: var(--gold);
    font-style: normal;
}

@media (max-width: 880px) {
    .manifesto-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   11. UNIVERS DUO (Custom × Marque cards)
============================================================ */
.universe {
    position: relative;
    padding: clamp(80px, 10vw, 140px) 0;
}
.universe-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 32px;
    flex-wrap: wrap;
    margin-bottom: clamp(48px, 6vw, 80px);
}
.universe-head h2 {
    font-family: var(--f-display);
    font-weight: 400;
    font-size: clamp(2.2rem, 5vw, 4.2rem);
    line-height: 1;
    letter-spacing: -0.02em;
    max-width: 16ch;
}
.universe-head h2 em { font-style: italic; color: var(--gold); }

.universe-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(20px, 3vw, 40px);
}

.uni-card {
    position: relative;
    aspect-ratio: 4 / 5;
    border-radius: var(--r-md);
    overflow: hidden;
    border: 1px solid var(--line);
    isolation: isolate;
    transition: transform var(--t-base) var(--ease-out);
}
.uni-card__img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 1.2s var(--ease-out), filter var(--t-base);
    filter: saturate(0.7) brightness(0.65);
}
.uni-card:hover .uni-card__img {
    transform: scale(1.06);
    filter: saturate(1.05) brightness(0.85);
}
.uni-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(7,6,10,0.92) 100%);
    z-index: 1;
}
.uni-card__inner {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: clamp(28px, 4vw, 48px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.uni-card__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}
.uni-card__num {
    font-family: var(--f-mono);
    font-size: 11px;
    color: var(--text-mute);
    letter-spacing: 0.2em;
}
.uni-card__icon {
    width: 32px;
    height: 32px;
    border: 1px solid var(--line-gold);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--gold);
    transition: transform var(--t-base) var(--ease-spring), background var(--t-base);
}
.uni-card:hover .uni-card__icon {
    transform: rotate(-45deg);
    background: var(--gold);
    color: var(--ink-0);
}
.uni-card__icon svg { width: 14px; height: 14px; fill: currentColor; }
.uni-card__title {
    font-family: var(--f-display);
    font-weight: 400;
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    line-height: 0.95;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
}
.uni-card__title em { font-style: italic; color: var(--gold); }
.uni-card__desc {
    color: var(--text-soft);
    font-size: 0.95rem;
    line-height: 1.55;
    max-width: 42ch;
}
.uni-card__meta {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--f-mono);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gold);
}
.uni-card__meta::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, var(--gold), transparent);
}

@media (max-width: 760px) {
    .universe-grid { grid-template-columns: 1fr; }
    .uni-card { aspect-ratio: 4 / 4.6; }
}

/* ============================================================
   12. KPI STRIP
============================================================ */
.kpi {
    border-block: 1px solid var(--line);
    background: linear-gradient(180deg, var(--ink-2), var(--ink-1));
}
.kpi-grid {
    max-width: var(--container);
    margin: 0 auto;
    padding: clamp(48px, 8vw, 100px) var(--pad);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}
.kpi-cell {
    position: relative;
    padding: 8px clamp(14px, 2.5vw, 32px);
    border-left: 1px solid var(--line);
}
.kpi-cell:first-child { border-left: 0; padding-left: 0; }
.kpi-cell:last-child { padding-right: 0; }

.kpi-num {
    font-family: var(--f-display);
    font-weight: 400;
    font-size: clamp(2.6rem, 6vw, 5rem);
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--text);
    margin-bottom: 14px;
}
.kpi-num em { color: var(--gold); font-style: italic; }
.kpi-label {
    font-family: var(--f-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--text-soft);
    margin-bottom: 6px;
}
.kpi-sub {
    font-size: 0.82rem;
    color: var(--text-mute);
}

@media (max-width: 880px) {
    .kpi-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
    .kpi-cell { padding: 0 16px; }
    .kpi-cell:nth-child(odd) { border-left: 0; padding-left: 0; }
    .kpi-cell:nth-child(2) { border-left: 1px solid var(--line); }
}

/* ============================================================
   13. LOOKBOOK (horizontal-scroll editorial strip)
============================================================ */
.lookbook {
    padding: clamp(80px, 10vw, 140px) 0;
    overflow: hidden;
}
.lookbook-head {
    max-width: var(--container);
    margin: 0 auto clamp(40px, 5vw, 64px);
    padding: 0 var(--pad);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: end;
}
.lookbook-head h2 {
    font-family: var(--f-display);
    font-weight: 400;
    font-size: clamp(2.2rem, 5.2vw, 4.6rem);
    line-height: 1;
    letter-spacing: -0.02em;
}
.lookbook-head h2 em { font-style: italic; color: var(--gold); }
.lookbook-head .meta {
    font-family: var(--f-mono);
    font-size: 11px;
    color: var(--text-mute);
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.lookbook-track {
    display: flex;
    gap: 24px;
    padding: 0 var(--pad) 32px;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.lookbook-track::-webkit-scrollbar { display: none; }

.look-frame {
    position: relative;
    flex-shrink: 0;
    scroll-snap-align: start;
    border-radius: var(--r-md);
    overflow: hidden;
    border: 1px solid var(--line);
}
.look-frame--lg { width: clamp(320px, 60vw, 720px); aspect-ratio: 4/5; }
.look-frame--md { width: clamp(280px, 40vw, 480px); aspect-ratio: 3/4; }
.look-frame--sm { width: clamp(240px, 30vw, 380px); aspect-ratio: 1/1; }

.look-frame img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 1.4s var(--ease-out), filter var(--t-base);
    filter: saturate(0.85);
}
.look-frame:hover img { transform: scale(1.05); filter: saturate(1.1); }

.look-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(7,6,10,0.6) 100%);
    pointer-events: none;
}
.look-frame__caption {
    position: absolute;
    left: 20px; bottom: 20px;
    z-index: 2;
    color: var(--text);
    font-family: var(--f-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.look-frame__caption .gold { display: block; margin-bottom: 4px; }

/* ============================================================
   14. CTA BANNER (signature)
============================================================ */
.cta-banner {
    position: relative;
    margin: clamp(80px, 10vw, 140px) auto;
    max-width: var(--container);
    padding: clamp(48px, 8vw, 96px) clamp(28px, 5vw, 72px);
    border: 1px solid var(--line-gold);
    border-radius: var(--r-lg);
    background:
        radial-gradient(ellipse at 80% 0%, rgba(91,42,138,0.25), transparent 60%),
        radial-gradient(ellipse at 20% 100%, rgba(195,98,24,0.18), transparent 55%),
        linear-gradient(180deg, var(--ink-3), var(--ink-2));
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: clamp(32px, 4vw, 64px);
    align-items: center;
}
.cta-banner::before {
    content: "ᚠ ᚱ ᚨ ᛗ ᛒ ᛟ";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    font-family: var(--f-display);
    font-size: clamp(8rem, 16vw, 16rem);
    color: rgba(212,160,23,0.04);
    letter-spacing: 0.1em;
    pointer-events: none;
    line-height: 1;
}
.cta-banner h3 {
    font-family: var(--f-display);
    font-weight: 400;
    font-size: clamp(2rem, 4.4vw, 3.4rem);
    line-height: 1;
    letter-spacing: -0.02em;
    margin: 12px 0 24px;
}
.cta-banner h3 em { font-style: italic; color: var(--gold); }
.cta-banner p {
    color: var(--text-soft);
    line-height: 1.6;
    max-width: 44ch;
}
.cta-banner__action {
    justify-self: end;
    align-self: center;
}

@media (max-width: 760px) {
    .cta-banner { grid-template-columns: 1fr; }
    .cta-banner__action { justify-self: start; }
}

/* ============================================================
   15. PAGE HEADER (sub-pages)
============================================================ */
@media (max-width: 760px) {
    .lookbook-head { grid-template-columns: 1fr; gap: 12px; }
    .lookbook-head .meta { text-align: left; }
    .look-frame--lg { width: 78vw; }
    .look-frame--md { width: 68vw; }
    .look-frame--sm { width: 58vw; }
    .lookbook-track { padding-inline: var(--pad); gap: 16px; }
}

@media (max-width: 760px) {
    .cta-banner { padding: 36px 24px; gap: 24px; }
    .cta-banner h3 { font-size: 1.8rem; }
    .cta-banner__action .btn { width: 100%; justify-content: center; }
}

@media (max-width: 760px) {
    .collection-head { grid-template-columns: 1fr; gap: 8px; }
    .collection-head__line { display: none; }
    .collection-head__price { justify-self: start; }
}

@media (max-width: 760px) {
    .marquee span { font-size: clamp(1.4rem, 6vw, 2rem); }
    .marquee-track { gap: 32px; }
    .marquee span::after { margin-left: 32px; }
}

@media (max-width: 760px) {
    .faq-summary { padding: 22px 0; gap: 16px; }
    .faq-icon { width: 28px; height: 28px; }
}

@media (max-width: 540px) {
    .kpi-num { font-size: clamp(2.4rem, 12vw, 3rem) !important; }
    .price-card { padding: 28px 22px; }
    .form-card { padding: 32px 22px; }
    .svc-card { padding: 32px 24px; }
}

.page-head {
    padding: clamp(110px, 16vh, 180px) 0 clamp(50px, 7vh, 80px);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.page-head::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 80% at 50% 0%, rgba(91,42,138,0.18) 0%, transparent 65%),
        radial-gradient(ellipse 60% 80% at 80% 60%, rgba(195,98,24,0.12) 0%, transparent 50%);
    z-index: -1;
}
.page-head__inner {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--pad);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 48px;
    align-items: end;
}
.page-head h1 {
    font-family: var(--f-display);
    font-weight: 400;
    font-size: clamp(2.8rem, 9vw, 8rem);
    line-height: 0.92;
    letter-spacing: -0.025em;
    max-width: 14ch;
}
.page-head h1 em { font-style: italic; color: var(--gold); }
.page-head__meta {
    font-family: var(--f-mono);
    font-size: 11px;
    color: var(--text-mute);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-align: right;
    line-height: 1.8;
}
.page-head__meta strong { color: var(--gold); font-weight: 500; }
.page-head__lead {
    grid-column: 1 / -1;
    margin-top: 32px;
    max-width: 56ch;
    color: var(--text-soft);
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    line-height: 1.6;
}

@media (max-width: 760px) {
    .page-head__inner { grid-template-columns: 1fr; gap: 24px; }
    .page-head__meta { text-align: left; }
    .page-head h1 { font-size: clamp(2.4rem, 12vw, 4.4rem); }
    .page-head__lead { font-size: 1rem; margin-top: 14px; }
}

/* ============================================================
   16. SERVICES GRID (custom)
============================================================ */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}
.svc-card {
    padding: clamp(32px, 4vw, 56px) clamp(28px, 3vw, 40px);
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    position: relative;
    transition: background var(--t-base);
}
.svc-card:hover { background: linear-gradient(180deg, transparent, rgba(212,160,23,0.04)); }
.svc-card__num {
    font-family: var(--f-mono);
    font-size: 11px;
    color: var(--gold);
    letter-spacing: 0.16em;
    margin-bottom: 28px;
}
.svc-card__icon {
    width: 44px; height: 44px;
    border: 1px solid var(--line-hi);
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    color: var(--gold);
    transition: transform var(--t-base) var(--ease-spring), border-color var(--t-base);
}
.svc-card:hover .svc-card__icon {
    transform: rotate(-12deg) scale(1.05);
    border-color: var(--gold);
}
.svc-card__icon svg { width: 18px; height: 18px; fill: currentColor; }
.svc-card h3 {
    font-family: var(--f-display);
    font-weight: 500;
    font-size: clamp(1.4rem, 2vw, 1.75rem);
    margin-bottom: 14px;
    letter-spacing: -0.01em;
}
.svc-card p {
    color: var(--text-soft);
    font-size: 0.94rem;
    line-height: 1.6;
}

@media (max-width: 880px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .services-grid { grid-template-columns: 1fr; } }

/* ============================================================
   17. PROCESS (4 étapes animées)
============================================================ */
.process {
    padding: clamp(80px, 12vw, 160px) 0;
    position: relative;
}
.process-rail {
    position: relative;
    margin-top: clamp(60px, 8vw, 100px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.process-rail::before {
    content: "";
    position: absolute;
    top: 32px;
    left: 5%;
    right: 5%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--line-gold) 5%, var(--line-gold) 95%, transparent);
    z-index: 0;
}
.process-rail::after {
    content: "";
    position: absolute;
    top: 32px;
    left: 5%;
    height: 1px;
    width: 0;
    background: linear-gradient(90deg, var(--violet), var(--ember), var(--gold));
    z-index: 1;
    transition: width 2s var(--ease-out);
    box-shadow: 0 0 12px rgba(212,160,23,0.6);
}
.process-rail.in-view::after { width: 90%; }

.step {
    padding: 0 clamp(16px, 2vw, 24px);
    position: relative;
    z-index: 2;
    text-align: center;
}
.step-dot {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: var(--ink-3);
    border: 1px solid var(--line-gold);
    display: grid;
    place-items: center;
    margin: 0 auto 32px;
    font-family: var(--f-display);
    font-size: 1.6rem;
    color: var(--gold);
    position: relative;
    transition: background 0.5s, color 0.5s, transform 0.5s var(--ease-spring);
}
.step-dot::before {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: border-color 0.5s, transform 0.6s var(--ease-out);
}
.process-rail.in-view .step-dot {
    background: var(--gold);
    color: var(--ink-0);
    transform: scale(1.05);
}
.process-rail.in-view .step:nth-child(1) .step-dot { transition-delay: 0.2s; }
.process-rail.in-view .step:nth-child(2) .step-dot { transition-delay: 0.7s; }
.process-rail.in-view .step:nth-child(3) .step-dot { transition-delay: 1.2s; }
.process-rail.in-view .step:nth-child(4) .step-dot { transition-delay: 1.7s; }
.process-rail.in-view .step-dot::before { border-color: rgba(212,160,23,0.3); }

.step-num {
    font-family: var(--f-mono);
    font-size: 11px;
    color: var(--text-mute);
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}
.step-title {
    font-family: var(--f-display);
    font-weight: 500;
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    margin-bottom: 14px;
    letter-spacing: -0.01em;
}
.step-desc {
    color: var(--text-soft);
    font-size: 0.9rem;
    line-height: 1.55;
    max-width: 26ch;
    margin: 0 auto;
}

@media (max-width: 880px) {
    .process-rail { grid-template-columns: 1fr 1fr; gap: 60px 0; }
    .process-rail::before, .process-rail::after { display: none; }
}
@media (max-width: 540px) {
    .process-rail { grid-template-columns: 1fr; }
}

/* ============================================================
   18. PRICING
============================================================ */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.price-card {
    position: relative;
    padding: 36px 28px;
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    background: linear-gradient(180deg, var(--ink-3) 0%, var(--ink-2) 100%);
    transition: transform var(--t-base) var(--ease-out), border-color var(--t-base), box-shadow var(--t-base);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.price-card:hover {
    transform: translateY(-4px);
    border-color: var(--line-gold);
    box-shadow: var(--shadow-md);
}
.price-card.featured {
    border-color: var(--line-gold);
    background:
        radial-gradient(ellipse at top, rgba(212,160,23,0.1), transparent 60%),
        linear-gradient(180deg, var(--ink-3), var(--ink-2));
}
.price-card.featured::before {
    content: "Populaire";
    position: absolute;
    top: -12px;
    left: 28px;
    padding: 5px 12px;
    background: var(--gold);
    color: var(--ink-0);
    font-family: var(--f-mono);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    border-radius: 999px;
}
.price-card__title {
    font-family: var(--f-mono);
    font-size: 11px;
    color: var(--text-mute);
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.price-card__amount {
    font-family: var(--f-display);
    font-weight: 400;
    font-size: clamp(2.4rem, 4vw, 3.4rem);
    line-height: 1;
    color: var(--gold);
    letter-spacing: -0.02em;
}
.price-card__amount em { font-style: italic; }
.price-card__detail {
    color: var(--text-soft);
    font-size: 0.92rem;
    line-height: 1.5;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid var(--line);
}

@media (max-width: 880px) { .pricing-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .pricing-grid { grid-template-columns: 1fr; } }

/* ============================================================
   19. FAQ
============================================================ */
.faq {
    max-width: 880px;
    margin: 0 auto;
}
.faq-item {
    border-bottom: 1px solid var(--line);
    transition: border-color var(--t-base);
}
.faq-item[open] { border-bottom-color: var(--line-gold); }
.faq-summary {
    padding: 28px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    list-style: none;
    cursor: pointer;
    transition: color var(--t-fast);
}
.faq-summary::-webkit-details-marker { display: none; }
.faq-summary span:first-child {
    font-family: var(--f-display);
    font-size: clamp(1.1rem, 1.6vw, 1.35rem);
    font-weight: 500;
    letter-spacing: -0.01em;
    color: var(--text);
    transition: color var(--t-fast);
    flex: 1;
}
.faq-summary:hover span:first-child { color: var(--gold); }
.faq-icon {
    flex-shrink: 0;
    width: 32px; height: 32px;
    border-radius: 50%;
    border: 1px solid var(--line-hi);
    display: grid;
    place-items: center;
    color: var(--gold);
    font-size: 1.1rem;
    transition: transform var(--t-base) var(--ease-spring), background var(--t-base), border-color var(--t-base);
}
.faq-item[open] .faq-icon {
    transform: rotate(45deg);
    background: var(--gold);
    color: var(--ink-0);
    border-color: var(--gold);
}
.faq-content {
    padding: 0 0 28px;
    color: var(--text-soft);
    font-size: 0.97rem;
    line-height: 1.75;
    max-width: 70ch;
}
.faq-content p + p { margin-top: 14px; }

/* ============================================================
   20. PRODUCTS (marque)
============================================================ */
.collection-head {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 24px;
    align-items: baseline;
    margin: clamp(48px, 6vw, 80px) 0 32px;
}
.collection-head__title {
    font-family: var(--f-display);
    font-weight: 400;
    font-size: clamp(1.8rem, 3.4vw, 2.6rem);
    letter-spacing: -0.02em;
}
.collection-head__title em { font-style: italic; color: var(--gold); }
.collection-head__line {
    height: 1px;
    background: var(--line);
    align-self: center;
}
.collection-head__price {
    font-family: var(--f-mono);
    font-size: 12px;
    letter-spacing: 0.16em;
    color: var(--gold);
    text-transform: uppercase;
}

.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.product {
    position: relative;
    aspect-ratio: 3/4;
    border-radius: var(--r-md);
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--ink-2);
    isolation: isolate;
}
.product img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 1.4s var(--ease-out), filter var(--t-base);
    filter: saturate(0.9);
}
.product:hover img {
    transform: scale(1.05);
    filter: saturate(1.05);
}
.product::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(7,6,10,0.92) 100%);
    z-index: 1;
}
.product__inner {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product__price {
    align-self: flex-end;
    padding: 7px 14px;
    background: rgba(11,9,8,0.7);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid var(--line-gold);
    border-radius: 999px;
    font-family: var(--f-mono);
    font-size: 12px;
    color: var(--gold);
    letter-spacing: 0.1em;
}
.product__bottom {
    transform: translateY(8px);
    opacity: 0;
    transition: transform var(--t-base) var(--ease-out), opacity var(--t-base);
}
.product:hover .product__bottom {
    transform: none;
    opacity: 1;
}
.product__title {
    font-family: var(--f-display);
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 6px;
    letter-spacing: -0.01em;
}
.product__sub {
    color: var(--text-soft);
    font-size: 0.85rem;
    line-height: 1.4;
}

@media (max-width: 880px) { .products { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .products { grid-template-columns: 1fr; } }

/* ============================================================
   21. VINTED CTA
============================================================ */
.vinted-cta {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
    padding: clamp(48px, 6vw, 72px);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    background:
        radial-gradient(ellipse at center, rgba(9, 177, 186, 0.08), transparent 70%),
        linear-gradient(180deg, var(--ink-3), var(--ink-2));
}
.vinted-cta h2 {
    font-family: var(--f-display);
    font-weight: 400;
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}
.vinted-cta h2 .v-color { color: #09B1BA; font-style: italic; }
.vinted-cta p {
    color: var(--text-soft);
    margin-bottom: 32px;
}
.btn-vinted {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: #09B1BA;
    color: var(--ink-0);
    border-radius: 999px;
    font-family: var(--f-body);
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: transform var(--t-fast) var(--ease-out), box-shadow var(--t-base);
}
.btn-vinted:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px -8px rgba(9, 177, 186, 0.5);
}
.btn-vinted svg { width: 18px; height: 18px; fill: currentColor; }

/* ============================================================
   22. ABOUT — VALUES / STORY
============================================================ */
.about-story {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: clamp(40px, 6vw, 100px);
    align-items: start;
}
.about-story__num {
    font-family: var(--f-mono);
    color: var(--gold);
    font-size: 12px;
    letter-spacing: 0.2em;
    margin-bottom: 24px;
}
.about-story__title {
    font-family: var(--f-display);
    font-weight: 400;
    font-size: clamp(2rem, 4.4vw, 3.6rem);
    line-height: 1;
    letter-spacing: -0.02em;
    position: sticky;
    top: 120px;
}
.about-story__title em { font-style: italic; color: var(--gold); }
.about-story__body {
    color: var(--text-soft);
    font-size: 1.02rem;
    line-height: 1.75;
}
.about-story__body p + p { margin-top: 22px; }
.about-story__body p:first-child::first-letter {
    font-family: var(--f-display);
    font-size: 4em;
    font-weight: 400;
    float: left;
    line-height: 0.8;
    margin: 8px 14px 0 -4px;
    color: var(--gold);
    font-style: italic;
}

@media (max-width: 760px) {
    .about-story { grid-template-columns: 1fr; }
    .about-story__title { position: static; }
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: clamp(48px, 6vw, 80px);
}
.value-card {
    padding: 36px 28px;
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    background: linear-gradient(180deg, var(--ink-3), var(--ink-2));
    transition: transform var(--t-base) var(--ease-out), border-color var(--t-base);
    position: relative;
}
.value-card:hover { transform: translateY(-4px); border-color: var(--line-gold); }
.value-card__rune {
    font-family: var(--f-display);
    font-size: 2.4rem;
    color: var(--gold);
    margin-bottom: 24px;
    line-height: 1;
}
.value-card h3 {
    font-family: var(--f-display);
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}
.value-card p {
    color: var(--text-soft);
    line-height: 1.65;
    font-size: 0.95rem;
}

@media (max-width: 880px) { .values-grid { grid-template-columns: 1fr; } }

/* ============================================================
   23. CONTACT METHODS / FORM
============================================================ */
.contact-methods {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}
.contact-method {
    padding: 32px 28px;
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    background: linear-gradient(180deg, var(--ink-3), var(--ink-2));
    transition: transform var(--t-base) var(--ease-out), border-color var(--t-base);
}
.contact-method:hover { transform: translateY(-3px); border-color: var(--line-gold); }
.contact-method svg {
    width: 22px; height: 22px;
    color: var(--gold);
    fill: currentColor;
    margin-bottom: 18px;
}
.contact-method__title {
    font-family: var(--f-mono);
    font-size: 11px;
    color: var(--text-mute);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.contact-method__value {
    font-family: var(--f-display);
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: -0.01em;
}
.contact-method__value a { color: var(--text); transition: color var(--t-fast); }
.contact-method__value a:hover { color: var(--gold); }

@media (max-width: 880px) { .contact-methods { grid-template-columns: 1fr; } }

.form-card {
    max-width: 880px;
    margin: 0 auto;
    padding: clamp(36px, 5vw, 64px);
    border: 1px solid var(--line-gold);
    border-radius: var(--r-lg);
    background:
        radial-gradient(ellipse at top right, rgba(91,42,138,0.12), transparent 60%),
        linear-gradient(180deg, var(--ink-3), var(--ink-2));
}
.form-card h3 {
    font-family: var(--f-display);
    font-weight: 400;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}
.form-card h3 em { font-style: italic; color: var(--gold); }
.form-subtitle {
    color: var(--text-mute);
    font-family: var(--f-mono);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 36px;
}
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group--full { grid-column: 1 / -1; }
.form-group label {
    font-family: var(--f-mono);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-mute);
}
.form-group input,
.form-group select,
.form-group textarea {
    padding: 14px 18px;
    background: rgba(7,6,10,0.5);
    border: 1px solid var(--line-hi);
    border-radius: var(--r-sm);
    color: var(--text);
    font-size: 0.95rem;
    transition: border-color var(--t-fast), background var(--t-fast);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--gold);
    background: rgba(7,6,10,0.7);
}
.form-group textarea { min-height: 140px; resize: vertical; font-family: var(--f-body); }
.form-group select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23D4A017'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 44px; }

.form-success, .form-error {
    display: none;
    padding: 20px;
    border-radius: var(--r-md);
    text-align: center;
}
.form-success.show, .form-error.show { display: block; }
.form-success {
    background: rgba(74, 222, 128, 0.06);
    border: 1px solid rgba(74, 222, 128, 0.3);
    color: #6EE7B0;
}
.form-error {
    background: rgba(248, 113, 113, 0.06);
    border: 1px solid rgba(248, 113, 113, 0.3);
    color: #F4A4A4;
}

@media (max-width: 760px) { .form-grid { grid-template-columns: 1fr; } }

/* ============================================================
   24. FOOTER
============================================================ */
.footer {
    border-top: 1px solid var(--line);
    background: linear-gradient(180deg, var(--ink-1), var(--ink-0));
    padding: clamp(64px, 8vw, 100px) 0 32px;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}
.footer::before {
    content: "DVA";
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--f-display);
    font-style: italic;
    font-size: clamp(10rem, 28vw, 30rem);
    font-weight: 400;
    color: rgba(212,160,23,0.04);
    letter-spacing: -0.02em;
    pointer-events: none;
    line-height: 0.8;
    z-index: 0;
}
.footer .container { position: relative; z-index: 1; }
.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.2fr;
    gap: 64px;
    margin-bottom: 64px;
}
.footer-brand p {
    color: var(--text-mute);
    margin-top: 20px;
    max-width: 36ch;
    line-height: 1.6;
    font-size: 0.92rem;
}
.footer h4 {
    font-family: var(--f-mono);
    font-size: 11px;
    color: var(--gold);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.footer-links li, .footer-contact li { margin-bottom: 12px; }
.footer-links a {
    color: var(--text-soft);
    font-size: 0.94rem;
    transition: color var(--t-fast);
    position: relative;
}
.footer-links a:hover { color: var(--gold); }
.footer-contact li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-soft);
    font-size: 0.94rem;
}
.footer-contact svg { width: 14px; height: 14px; color: var(--gold); fill: currentColor; flex-shrink: 0; }
.footer-contact a { color: var(--text-soft); transition: color var(--t-fast); }
.footer-contact a:hover { color: var(--gold); }

.footer-bottom {
    border-top: 1px solid var(--line);
    padding-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    font-family: var(--f-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-mute);
}
.footer-socials a {
    width: 38px; height: 38px;
    border: 1px solid var(--line-hi);
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    transition: border-color var(--t-fast), color var(--t-fast), transform var(--t-fast);
}
.footer-socials a:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.footer-socials svg { width: 14px; height: 14px; fill: currentColor; color: var(--text-soft); transition: color var(--t-fast); }
.footer-socials a:hover svg { color: var(--gold); }

@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr; gap: 40px; } }

/* ============================================================
   25. SCROLL-TO-TOP
============================================================ */
.scroll-top {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--ink-0);
    display: grid;
    place-items: center;
    z-index: 90;
    opacity: 0;
    pointer-events: none;
    transform: translateY(16px);
    transition: opacity var(--t-base), transform var(--t-base) var(--ease-spring), box-shadow var(--t-base);
    box-shadow: 0 10px 24px -8px rgba(212,160,23,0.5);
}
.scroll-top.show {
    opacity: 1;
    pointer-events: all;
    transform: none;
}
.scroll-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px -10px rgba(212,160,23,0.7);
}
.scroll-top svg { width: 16px; height: 16px; fill: currentColor; }

/* ============================================================
   TESTIMONIALS — editorial quotes carousel
============================================================ */
.testi {
    position: relative;
    padding: clamp(80px, 12vw, 160px) 0;
    overflow: hidden;
}
.testi::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 60% at 20% 30%, rgba(91,42,138,0.12) 0%, transparent 60%),
        radial-gradient(ellipse 60% 60% at 80% 70%, rgba(195,98,24,0.10) 0%, transparent 60%);
    z-index: -1;
    pointer-events: none;
}
.testi-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto clamp(48px, 6vw, 80px);
}
.testi-grid {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--pad);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.testi-card {
    padding: clamp(36px, 4vw, 56px) clamp(28px, 3vw, 44px);
    border-right: 1px solid var(--line);
    position: relative;
    transition: background var(--t-base);
}
.testi-card:last-child { border-right: none; }
.testi-card:hover { background: linear-gradient(180deg, transparent, rgba(212,160,23,0.04)); }
.testi-card__quote-mark {
    font-family: var(--f-display);
    font-style: italic;
    font-size: 5rem;
    line-height: 0.7;
    color: var(--gold);
    opacity: 0.28;
    margin-bottom: 20px;
    user-select: none;
}
.testi-card__stars {
    display: inline-flex;
    gap: 2px;
    margin-bottom: 18px;
    color: var(--gold);
    font-size: 13px;
    letter-spacing: 0.2em;
}
.testi-card__text {
    font-family: var(--f-display);
    font-weight: 400;
    font-size: clamp(1.2rem, 1.5vw, 1.4rem);
    line-height: 1.4;
    letter-spacing: -0.005em;
    color: var(--text);
    margin-bottom: 28px;
    text-wrap: pretty;
}
.testi-card__text em { font-style: italic; color: var(--gold); }
.testi-card__author {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
}
.testi-card__avatar {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ember), var(--gold));
    display: grid;
    place-items: center;
    font-family: var(--f-display);
    font-style: italic;
    font-weight: 500;
    font-size: 1rem;
    color: var(--ink-0);
    flex-shrink: 0;
}
.testi-card__meta {
    display: flex;
    flex-direction: column;
}
.testi-card__name {
    font-family: var(--f-body);
    font-weight: 600;
    font-size: 0.92rem;
    color: var(--text);
}
.testi-card__role {
    font-family: var(--f-mono);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-mute);
    margin-top: 3px;
}

.testi-summary {
    max-width: var(--container);
    margin: 48px auto 0;
    padding: 0 var(--pad);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.testi-summary__score {
    display: inline-flex;
    align-items: baseline;
    gap: 14px;
}
.testi-summary__num {
    font-family: var(--f-display);
    font-weight: 400;
    font-style: italic;
    font-size: 4rem;
    line-height: 1;
    color: var(--gold);
    letter-spacing: -0.02em;
}
.testi-summary__suffix {
    font-family: var(--f-mono);
    font-size: 12px;
    color: var(--text-soft);
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.testi-summary__detail {
    font-family: var(--f-body);
    font-size: 0.95rem;
    color: var(--text-soft);
    max-width: 36ch;
    line-height: 1.55;
}

@media (max-width: 880px) {
    .testi-grid { grid-template-columns: 1fr; }
    .testi-card { border-right: none; border-bottom: 1px solid var(--line); }
    .testi-card:last-child { border-bottom: none; }
    .testi-summary { flex-direction: column; align-items: flex-start; gap: 16px; }
    .testi-summary__num { font-size: 3rem; }
}

/* ============================================================
   404 — editorial dead-end
============================================================ */
.notfound {
    min-height: 100vh;
    min-height: 100svh;
    display: grid;
    place-items: center;
    padding: 120px var(--pad) 80px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.notfound::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 60% at 50% 30%, rgba(91,42,138,0.22) 0%, transparent 60%),
        radial-gradient(ellipse 60% 50% at 50% 90%, rgba(195,98,24,0.15) 0%, transparent 50%);
    z-index: -2;
}
.notfound::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(0deg, transparent 0, transparent 3px, rgba(0,0,0,0.04) 3px, rgba(0,0,0,0.04) 4px);
    z-index: -1;
    opacity: 0.5;
    mix-blend-mode: overlay;
    pointer-events: none;
}
.notfound-inner {
    max-width: 920px;
    text-align: center;
    position: relative;
}
.notfound-num {
    font-family: var(--f-display);
    font-weight: 400;
    font-style: italic;
    font-size: clamp(8rem, 28vw, 22rem);
    line-height: 0.85;
    letter-spacing: -0.04em;
    background: linear-gradient(180deg, var(--gold-pale) 0%, var(--gold) 40%, var(--ember) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    margin-bottom: 12px;
    position: relative;
}
.notfound-num::after {
    content: "ᚠ ᚱ ᚨ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--f-display);
    font-style: normal;
    font-size: 1.5rem;
    color: rgba(212, 160, 23, 0.22);
    letter-spacing: 1.4em;
    -webkit-text-fill-color: rgba(212, 160, 23, 0.22);
    pointer-events: none;
    white-space: nowrap;
}
.notfound-eyebrow {
    font-family: var(--f-mono);
    font-size: 11px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 18px;
    display: inline-block;
}
.notfound-title {
    font-family: var(--f-display);
    font-weight: 400;
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    text-wrap: balance;
}
.notfound-title em { font-style: italic; color: var(--gold); }
.notfound-tag {
    color: var(--text-soft);
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 50ch;
    margin: 0 auto 40px;
}
.notfound-actions {
    display: inline-flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}
.notfound-coords {
    margin-top: 56px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
    font-family: var(--f-mono);
    font-size: 10.5px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-mute);
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}
.notfound-coords span { display: inline-flex; align-items: center; gap: 6px; }
.notfound-coords .gold { color: var(--gold); }

@media (max-width: 760px) {
    .notfound-num::after { font-size: 1rem; letter-spacing: 1em; }
    .notfound-actions { flex-direction: column; align-items: stretch; width: 100%; max-width: 320px; margin-inline: auto; }
    .notfound-actions .btn { width: 100%; justify-content: center; }
    .notfound-coords { gap: 14px; font-size: 10px; }
}

.skip-link {
    position: absolute;
    top: -100px;
    left: 16px;
    z-index: 9999;
    padding: 12px 20px;
    background: var(--gold);
    color: var(--ink-0);
    font-weight: 600;
    font-size: 0.85rem;
    border-radius: var(--r-sm);
    transition: top var(--t-base);
}
.skip-link:focus { top: 16px; }

/* ============================================================
   26. LOCKED ACCENT — Ember (Drawing Viking Art signature)
============================================================ */
.accent-ember {
    --gold: #E2823A;
    --gold-warm: #ED9A5A;
    --gold-pale: #F5C394;
    --gold-deep: #8A4514;
    --line-gold: rgba(226, 130, 58, 0.32);
}

/* Calm motion mode (locked default) — softens aggressive sweeps but keeps essential motion */
.motion-calm .hero-bg-img.is-active { animation: none; transform: scale(1); }
.motion-calm .reveal-mask::after { animation-duration: 1.4s; }
.motion-calm .marquee-track { animation-duration: 80s; }
.motion-calm [data-parallax] { transform: none !important; }
.motion-calm .hero-grain { opacity: 0.4; }
@media (prefers-reduced-motion: reduce) {
    .motion-calm * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
