/*
Theme Name: Vintage Design Center Corporate Umbrella
Theme URI: https://vintagedesigncenter.com/
Author: TMO / NUMA Command Center
Description: Human-maintainable multilingual WordPress umbrella with native Gutenberg pages, editable language menus, detachable location sites and staged marketplaces.
Version: 5.9.3
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: vintage-design-center
*/

:root {
    --ink: #101c3c;
    --navy: #071a3e;
    --teal: #076f76;
    --sea: #48b9b1;
    --sand: #f3e5ce;
    --cream: #fbf6ec;
    --paper: #fffdf8;
    --orange: #f65a2e;
    --orange-text: #b83d1a;
    --coral: #f88942;
    --mustard: #d5a72f;
    --blue: #15506f;
    --muted: #625e58;
    --line: rgba(16, 28, 60, .16);
    --shadow: 0 26px 70px rgba(45, 33, 24, .13);
    --radius: 34px;
    --max: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font-family: "Avenir Next", Avenir, "Trebuchet MS", system-ui, sans-serif;
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-wrap: pretty;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.screen-reader-text,
.honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    white-space: nowrap !important;
}
.skip-link {
    position: fixed;
    z-index: 9999;
    left: 1rem;
    top: -100px;
    padding: .8rem 1rem;
    background: var(--paper);
    border: 2px solid var(--ink);
}
.skip-link:focus { top: 1rem; }

.vdc-rainbow-rail {
    position: fixed;
    inset: 0 0 auto;
    z-index: 200;
    display: grid;
    grid-template-rows: repeat(5, 2px);
}
.vdc-rainbow-rail i:nth-child(1) { background: #f34825; }
.vdc-rainbow-rail i:nth-child(2) { background: #f1842d; }
.vdc-rainbow-rail i:nth-child(3) { background: #f3c76f; }
.vdc-rainbow-rail i:nth-child(4) { background: #42b2aa; }
.vdc-rainbow-rail i:nth-child(5) { background: #0b3158; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 150;
    min-height: 94px;
    padding: 14px clamp(22px, 4vw, 70px);
    display: grid;
    grid-template-columns: minmax(200px, 270px) 1fr auto;
    align-items: center;
    gap: 2rem;
    background: rgba(251, 246, 236, .95);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(18px);
}
.site-header.is-compact { box-shadow: 0 10px 40px rgba(16, 28, 60, .08); }
.site-logo { display: block; width: 255px; max-width: 100%; }
.site-logo img { width: 100%; height: auto; }
.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1rem, 2.2vw, 2.4rem);
}
.main-nav a {
    position: relative;
    text-decoration: none;
    font-size: .84rem;
    font-weight: 760;
    letter-spacing: .025em;
}
.main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -.45rem;
    height: 3px;
    background: var(--orange);
    transition: right .25s ease;
}
.main-nav a:hover::after,
.main-nav a[aria-current="page"]::after { right: 0; }
.header-tools { display: flex; align-items: center; gap: .65rem; }
.header-market,
.language-picker > button {
    border: 1px solid var(--line);
    background: var(--paper);
    color: var(--ink);
    border-radius: 999px;
    padding: .62rem .9rem;
    text-decoration: none;
    font-size: .78rem;
    font-weight: 800;
    cursor: pointer;
}
.header-market { background: var(--ink); color: #fff; border-color: var(--ink); }
.language-picker { position: relative; }
.language-picker > button { display: flex; align-items: center; gap: .35rem; }
.language-menu {
    position: absolute;
    right: 0;
    top: calc(100% + .75rem);
    width: 190px;
    padding: .55rem;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
}
.language-menu a {
    display: flex;
    gap: .7rem;
    padding: .62rem .7rem;
    border-radius: 11px;
    text-decoration: none;
    font-size: .84rem;
    font-weight: 700;
}
.language-menu a:hover,
.language-menu a[aria-current="true"] { background: var(--sand); }
.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--paper);
    padding: 11px;
    cursor: pointer;
}
.menu-toggle span { display: block; height: 2px; margin: 4px 0; background: var(--ink); transition: .2s ease; }

#content { overflow: clip; }
.section,
.deep-sections,
.catalogue-preview,
.facts-band,
.deep-cta,
.contact-page,
.legal-page {
    width: min(var(--max), calc(100% - 44px));
    margin-inline: auto;
}
.kicker {
    margin: 0 0 1rem;
    color: var(--teal);
    font-size: .72rem;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}
h1, h2, h3 {
    margin-top: 0;
    line-height: 1.02;
    letter-spacing: -.045em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: manual;
    text-wrap: balance;
}
p, li, figcaption { overflow-wrap: break-word; word-break: normal; hyphens: none; }
:where(a[href^="mailto:"], .legal-identity, .legal-owner-line, .footer-meta) { overflow-wrap: anywhere; }
h1 { font-size: clamp(3.2rem, 7vw, 7.6rem); }
h2 { font-size: clamp(2.45rem, 4.6vw, 5.3rem); }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); }
.lead { font-size: clamp(1.08rem, 1.5vw, 1.34rem); line-height: 1.6; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; margin-top: 2rem; }
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    min-height: 50px;
    padding: .82rem 1.2rem;
    border: 1px solid var(--ink);
    border-radius: 999px;
    text-decoration: none;
    font-weight: 850;
    font-size: .88rem;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(16, 28, 60, .14); }
.button.primary { background: var(--ink); color: #fff; }
.button.primary span { color: var(--coral); }
.button.ghost { background: transparent; }
.button.secondary { background: var(--sand); }
.text-link { font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 5px; }

.home-hero {
    position: relative;
    width: min(1550px, calc(100% - 44px));
    min-height: min(850px, calc(100vh - 100px));
    margin: 24px auto 0;
    display: grid;
    grid-template-columns: minmax(380px, .82fr) 1.18fr;
    align-items: stretch;
    background: var(--sand);
    border-radius: 58px 58px 180px 58px;
    overflow: hidden;
}
.home-hero-copy { position: relative; z-index: 2; align-self: center; padding: clamp(45px, 6vw, 95px); padding-right: clamp(25px, 4vw, 65px); }
.home-hero-copy h1 { max-width: 850px; margin-bottom: 1.5rem; }
.home-hero-copy .lead { max-width: 680px; }
.home-hero-image { position: relative; margin: 0; min-height: 680px; overflow: hidden; border-radius: 0 58px 180px 110px; }
.home-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(243,229,206,.65), transparent 30%); }
.home-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.home-hero-image figcaption {
    position: absolute;
    z-index: 2;
    right: 2rem;
    bottom: 2rem;
    max-width: 290px;
    padding: .8rem 1rem;
    background: rgba(255,253,248,.9);
    border-radius: 18px;
    font-size: .75rem;
    font-weight: 700;
}
.home-hero-image figcaption span { display: block; color: var(--orange); font-size: .62rem; letter-spacing: .15em; }
.hero-orbit { position: absolute; z-index: 1; border: 12px solid var(--orange); border-radius: 50%; pointer-events: none; opacity: .8; }
.orbit-one { width: 155px; height: 155px; left: -70px; bottom: 80px; box-shadow: 0 0 0 10px var(--coral), 0 0 0 20px #f3c76f, 0 0 0 30px var(--sea), 0 0 0 40px var(--navy); }
.orbit-two { width: 70px; height: 70px; left: 48%; top: 42px; border-width: 8px; animation: orbit 8s ease-in-out infinite; }
@keyframes orbit { 50% { transform: translate(22px, 18px) rotate(30deg); } }

.section { padding-block: clamp(90px, 12vw, 180px); }
.section + .section { border-top: 1px solid var(--line); }
.section-heading { max-width: 980px; margin-bottom: clamp(45px, 6vw, 80px); }
.section-heading h2 { margin-bottom: 1.5rem; }
.section-heading > p:last-child { max-width: 760px; color: var(--muted); }
.dual-model { display: grid; grid-template-columns: 1fr 120px 1fr; align-items: stretch; }
.model-card { position: relative; min-height: 430px; padding: clamp(35px, 4.5vw, 70px); border-radius: var(--radius); overflow: hidden; }
.model-card > span { display: inline-flex; padding: .35rem .7rem; border: 1px solid currentColor; border-radius: 999px; font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.model-card h3 { margin: 4rem 0 1.4rem; font-size: clamp(2.4rem, 4vw, 4.7rem); }
.model-card p { max-width: 560px; }
.model-card a { position: absolute; left: clamp(35px, 4.5vw, 70px); bottom: 3rem; font-weight: 900; }
.model-card.umbrella { background: var(--ink); color: #fff; border-radius: 160px 32px 32px 32px; }
.model-card.location { background: var(--coral); color: var(--ink); border-radius: 32px 32px 160px 32px; }
.model-connector { position: relative; display: grid; place-items: center; }
.model-connector i { width: 100%; height: 9px; background: linear-gradient(#f34825 0 20%, #f1842d 20% 40%, #f3c76f 40% 60%, #42b2aa 60% 80%, #0b3158 80%); animation: rail 2.8s linear infinite; background-size: 200% 100%; }
.model-connector b { position: absolute; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--paper); border: 1px solid var(--line); font-size: .72rem; }
@keyframes rail { to { background-position: -200% 0; } }

.participant-home-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(45px, 7vw, 110px); align-items: center; }
.participant-home-copy > p:not(.kicker) { max-width: 690px; color: var(--muted); font-size: 1.12rem; }
.participant-home-copy h2 { font-size: clamp(2.55rem, 4vw, 4.8rem); }
.participant-home-copy .button { margin-top: 1.4rem; }
.participant-studio { padding: clamp(18px, 2.5vw, 34px); background: var(--ink); color: #fff; border-radius: 42px 42px 130px 42px; box-shadow: 0 35px 80px rgba(16, 28, 60, .22); }
.studio-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 0 .2rem 1rem; font-size: .68rem; font-weight: 900; letter-spacing: .13em; }
.studio-toolbar b { padding: .35rem .65rem; background: rgba(255,255,255,.12); border-radius: 999px; color: var(--coral); }
.studio-canvas { position: relative; min-height: 360px; display: grid; place-items: center; padding: 2.2rem; background: linear-gradient(135deg, #e9d7b8, #fdf9ef 50%, #b5ddd6); border-radius: 24px 24px 78px 24px; overflow: hidden; }
.studio-canvas::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(16,28,60,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(16,28,60,.18) 1px, transparent 1px); background-size: 26px 26px; }
.studio-canvas img { position: relative; z-index: 1; width: min(82%, 520px); max-height: 305px; object-fit: cover; border-radius: 110px 22px 22px; box-shadow: 0 24px 48px rgba(16,28,60,.2); }
.studio-selection { position: absolute; z-index: 2; inset: 12% 11% 18% 12%; border: 2px dashed var(--orange); border-radius: 95px 18px 18px; pointer-events: none; }
.studio-selection::before,
.studio-selection::after { content: ""; position: absolute; width: 10px; height: 10px; background: var(--orange); border: 2px solid #fff; border-radius: 50%; }
.studio-selection::before { left: -6px; top: -6px; }
.studio-selection::after { right: -6px; bottom: -6px; }
.studio-canvas small { position: absolute; z-index: 3; left: 1.1rem; bottom: 1rem; padding: .48rem .7rem; background: rgba(16,28,60,.88); border-radius: 999px; font-size: .65rem; font-weight: 800; }
.studio-actions { display: flex; flex-wrap: wrap; gap: .45rem; padding: 1rem 0; }
.studio-actions span { padding: .55rem .72rem; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: .67rem; font-weight: 800; }
.studio-actions span:last-child { background: var(--coral); border-color: var(--coral); color: var(--ink); }
.participant-pipeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border-radius: 16px 16px 68px 16px; background: rgba(255,255,255,.15); }
.participant-pipeline article { min-height: 125px; display: flex; flex-direction: column; gap: .45rem; padding: 1rem; background: rgba(255,255,255,.07); }
.participant-pipeline b { color: var(--coral); font-size: .65rem; }
.participant-pipeline strong { font-size: .84rem; }
.participant-pipeline small { margin-top: auto; color: rgba(255,255,255,.67); font-size: .64rem; }

.problem-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 8vw, 130px); align-items: center; }
.problem-copy h2 { margin-bottom: 2rem; }
.problem-copy > p:last-child { max-width: 700px; font-size: 1.12rem; color: var(--muted); }
.problem-ticket { position: relative; padding: clamp(35px, 5vw, 70px); background: var(--paper); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.problem-ticket::before,
.problem-ticket::after { content: ""; position: absolute; top: 45%; width: 42px; height: 42px; border-radius: 50%; background: var(--cream); border: 1px solid var(--line); }
.problem-ticket::before { left: -22px; }
.problem-ticket::after { right: -22px; }
.problem-ticket > span { display: block; color: var(--orange); font-size: .68rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.problem-ticket > b { display: block; margin: 1.5rem 0 2rem; font-size: clamp(1.8rem, 3vw, 3.5rem); letter-spacing: -.04em; }
.problem-ticket dl { margin: 0; border-top: 1px dashed var(--line); }
.problem-ticket dl div { display: flex; justify-content: space-between; gap: 2rem; padding: .8rem 0; border-bottom: 1px dashed var(--line); }
.problem-ticket dt { color: var(--muted); }
.problem-ticket dd { margin: 0; font-weight: 800; text-align: right; }

.movement-section { background: var(--paper); }
.movement-track { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 34px; overflow: hidden; }
.movement-track::before { content: ""; position: absolute; z-index: 2; left: 0; top: 0; width: 22%; height: 5px; background: var(--orange); animation: progress 8s ease-in-out infinite; }
@keyframes progress { 50% { transform: translateX(355%); } }
.movement-track article { min-height: 270px; padding: 2.4rem 1.6rem; background: var(--cream); }
.movement-track span { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 4rem; border-radius: 50%; background: var(--ink); color: #fff; font-size: .68rem; font-weight: 900; }
.movement-track p { margin: 0; font-weight: 800; line-height: 1.3; }

.era-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.era-card { position: relative; min-height: 470px; padding: 3rem; border-radius: 160px 22px 22px; overflow: hidden; }
.era-card span { font-size: clamp(3.8rem, 6vw, 6.8rem); font-weight: 950; letter-spacing: -.08em; }
.era-card p { position: relative; z-index: 2; max-width: 300px; margin-top: 2rem; font-size: 1.1rem; font-weight: 750; }
.era-card i { position: absolute; right: -80px; bottom: -90px; width: 260px; height: 260px; border: 45px solid currentColor; border-radius: 50%; opacity: .22; }
.era-1 { background: #ffc753; }
.era-2 { background: var(--sea); border-radius: 22px 160px 22px 22px; }
.era-3 { background: var(--orange); color: #fff; border-radius: 22px 22px 160px 22px; }

.object-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 8vw, 120px); align-items: center; }
.object-section figure { margin: 0; position: relative; }
.object-section figure img { border-radius: 32px 140px 32px 32px; }
.object-section figcaption { margin-top: .6rem; color: var(--muted); font-size: .72rem; }
.object-copy p:not(.kicker) { color: var(--muted); font-size: 1.12rem; }

.location-nav {
    width: min(var(--max), calc(100% - 44px));
    margin: 22px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: .7rem .8rem .7rem 1.15rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--paper);
}
.location-nav > span { white-space: nowrap; font-size: .78rem; font-weight: 750; }
.location-nav > span b { display: inline-grid; place-items: center; width: 32px; height: 32px; margin-right: .45rem; border-radius: 50%; background: var(--orange); color: #fff; font-size: .62rem; }
.location-nav div { display: flex; gap: .15rem; overflow-x: auto; }
.location-nav a { white-space: nowrap; padding: .48rem .8rem; border-radius: 999px; text-decoration: none; font-size: .72rem; font-weight: 800; }
.location-nav a[aria-current="page"] { background: var(--ink); color: #fff; }

.deep-page { --page-accent: var(--orange); }
.theme-market { --page-accent: var(--teal); }
.theme-trust { --page-accent: var(--blue); }
.theme-dealers { --page-accent: var(--mustard); }
.theme-participants { --page-accent: var(--teal); }
.theme-zandhoven { --page-accent: var(--orange); }
.theme-collection { --page-accent: var(--sea); }
.theme-visit { --page-accent: var(--coral); }
.theme-events { --page-accent: #b24974; }
.theme-join { --page-accent: var(--mustard); }
.deep-hero {
    width: min(1550px, calc(100% - 44px));
    min-height: 690px;
    margin: 24px auto 0;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: stretch;
    background: var(--sand);
    border-radius: 42px 42px 150px 42px;
    overflow: hidden;
}
.deep-hero-copy { align-self: center; padding: clamp(45px, 6vw, 95px); }
.deep-hero-copy h1 { font-size: clamp(3.2rem, 6vw, 6.8rem); margin-bottom: 1.5rem; }
.deep-hero-copy .lead { max-width: 760px; }
.deep-hero-visual { position: relative; min-height: 580px; margin: 0; overflow: hidden; }
.deep-hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.deep-hero-visual figcaption { position: absolute; right: 1.5rem; bottom: 1.5rem; max-width: 360px; padding: .7rem .9rem; background: rgba(255,253,248,.91); border-radius: 14px; font-size: .7rem; font-weight: 750; }
.deep-hero-mark { display: grid; place-items: center; background: var(--page-accent); border-radius: 50% 0 0 50%; }
.deep-hero-mark img { width: 52%; filter: drop-shadow(0 30px 40px rgba(0,0,0,.18)); }

.facts-band { margin-top: 32px; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); border: 1px solid var(--line); border-radius: 26px; overflow: hidden; background: var(--paper); }
.activation-note { width: min(var(--max), calc(100% - 44px)); margin: 24px auto 0; display: grid; grid-template-columns: 18px 1fr; gap: 1rem; align-items: start; padding: 1.3rem 1.5rem; background: color-mix(in srgb, var(--sea) 25%, var(--paper)); border: 1px solid color-mix(in srgb, var(--teal) 42%, var(--line)); border-radius: 20px; }
.activation-note > span { width: 13px; height: 13px; margin-top: .2rem; background: var(--mustard); border-radius: 50%; box-shadow: 0 0 0 7px rgba(213,167,47,.16); }
.activation-note strong { display: block; margin-bottom: .35rem; }
.activation-note p { margin: 0; color: var(--muted); font-size: .82rem; }
.participant-tools-section { width: min(var(--max), calc(100% - 44px)); margin: clamp(80px, 10vw, 150px) auto 0; }
.participant-tools-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.participant-tool { min-height: 350px; display: flex; flex-direction: column; padding: clamp(28px, 4vw, 52px); border: 1px solid var(--line); border-radius: 28px; background: var(--paper); overflow: hidden; }
.participant-tool:nth-child(1) { background: var(--ink); color: #fff; border-radius: 120px 28px 28px 28px; }
.participant-tool:nth-child(2) { background: var(--sea); border-radius: 28px 120px 28px 28px; }
.participant-tool:nth-child(3) { background: var(--coral); border-radius: 28px 28px 28px 120px; }
.participant-tool:nth-child(4) { background: var(--mustard); border-radius: 28px 28px 120px 28px; }
.participant-tool > div { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.participant-tool > div b { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid currentColor; border-radius: 50%; font-size: .7rem; }
.participant-tool > div span { padding: .42rem .7rem; border: 1px solid currentColor; border-radius: 999px; font-size: .64rem; font-weight: 850; }
.participant-tool h3 { margin: auto 0 1rem; font-size: clamp(2rem, 3.2vw, 3.7rem); }
.participant-tool p { margin: 0; max-width: 610px; }
.facts-band > div { min-height: 150px; padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; gap: 1rem; border-right: 1px solid var(--line); }
.facts-band > div:last-child { border-right: 0; }
.facts-band strong { font-size: clamp(1.8rem, 3vw, 3.6rem); line-height: 1; letter-spacing: -.06em; }
.facts-band span { color: var(--muted); font-size: .82rem; font-weight: 700; }

.deep-sections { padding-block: clamp(80px, 10vw, 150px); }
.deep-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 8vw, 130px); padding: clamp(70px, 9vw, 135px) 0; border-top: 1px solid var(--line); }
.deep-section:first-child { border-top: 0; padding-top: 0; }
.deep-section header > p:last-child { max-width: 720px; color: var(--muted); font-size: 1.08rem; }
.insight-grid { display: grid; gap: 1rem; align-content: start; }
.insight-grid article { padding: 2rem; background: var(--paper); border: 1px solid var(--line); border-radius: 24px; }
.insight-grid article:nth-child(even) { margin-left: 3rem; background: color-mix(in srgb, var(--page-accent) 18%, var(--paper)); }
.insight-grid h3 { margin-bottom: .8rem; font-size: 1.45rem; }
.insight-grid p { margin: 0; color: var(--muted); }
.compact-flow { align-self: start; display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 25px; overflow: hidden; }
.compact-flow span { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 1rem; padding: 1.1rem 1.4rem; background: var(--paper); font-weight: 800; }
.compact-flow b { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--page-accent); color: #fff; font-size: .68rem; }

.catalogue-preview { padding-block: clamp(80px, 10vw, 140px); }
.catalogue-status { display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem; padding: 1.1rem 1.3rem; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.catalogue-status > span { width: 13px; height: 13px; border-radius: 50%; background: var(--mustard); box-shadow: 0 0 0 7px rgba(213,167,47,.15); }
.catalogue-status strong,
.catalogue-status small { display: block; }
.catalogue-status small { color: var(--muted); }
.catalogue-status.is-connected > span { background: var(--teal); box-shadow: 0 0 0 7px rgba(8,127,135,.15); }
.category-filter { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.5rem; }
.category-filter button { padding: .58rem .9rem; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink); font-size: .78rem; font-weight: 800; cursor: pointer; }
.category-filter button.active { background: var(--ink); color: #fff; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.category-grid article { position: relative; min-height: 440px; border-radius: 24px; overflow: hidden; background: var(--paper); transition: opacity .2s, transform .2s; }
.category-grid article.is-hidden { display: none; }
.category-grid img { width: 100%; height: 100%; object-fit: cover; }
.category-grid article > div { position: absolute; inset: auto 1rem 1rem; padding: 1rem; background: rgba(255,253,248,.92); border-radius: 16px; }
.category-grid span,
.category-grid small { display: block; color: var(--muted); font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.category-grid h3 { margin: .25rem 0; font-size: 1.35rem; }

.deep-cta { margin-bottom: clamp(80px, 10vw, 140px); padding: clamp(35px, 5vw, 70px); display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 2rem; background: var(--ink); color: #fff; border-radius: 32px 100px 32px 32px; }
.deep-cta img { width: 95px; }
.deep-cta h2 { margin: 0; font-size: clamp(2rem, 3.6vw, 4.4rem); }
.deep-cta .button { border-color: #fff; background: var(--paper); color: var(--ink); }

.contact-page { min-height: 760px; padding-block: clamp(80px, 10vw, 140px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 140px); }
.contact-intro h1 { font-size: clamp(3.1rem, 5.6vw, 6.4rem); }
.contact-direct { display: grid; gap: .4rem; margin-top: 3rem; }
.contact-direct a { font-size: 1.1rem; font-weight: 850; }
.contact-direct span { color: var(--muted); }
.contact-form-wrap { align-self: start; padding: clamp(30px, 4vw, 58px); background: var(--paper); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.contact-form { display: grid; gap: 1.2rem; }
.contact-form label { display: grid; gap: .4rem; font-size: .78rem; font-weight: 850; }
.contact-form input,
.contact-form select,
.contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: var(--cream); color: var(--ink); padding: .78rem .9rem; outline: none; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(8,127,135,.12); }
.contact-form .consent { display: grid; grid-template-columns: 22px 1fr; align-items: start; }
.contact-form .consent input { width: 18px; height: 18px; margin-top: 3px; }
.form-message { margin-bottom: 1rem; padding: 1rem; border-radius: 12px; background: #f4d99a; font-weight: 800; }
.form-message.status-sent { background: #cce8df; }

.legal-page { padding-block: clamp(80px, 10vw, 140px); }
.legal-hero { max-width: 1050px; margin-bottom: clamp(70px, 9vw, 120px); }
.legal-hero h1 { font-size: clamp(3.3rem, 6vw, 7rem); }
.legal-hero > span { display: inline-block; margin-top: 1.5rem; padding: .4rem .7rem; background: var(--sand); border-radius: 999px; font-size: .7rem; font-weight: 800; }
.legal-layout { display: grid; grid-template-columns: 330px 1fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.legal-identity { position: sticky; top: 125px; padding: 2rem; background: var(--paper); border: 1px solid var(--line); border-radius: 24px; }
.legal-identity img { width: 75px; margin-bottom: 2rem; }
.legal-identity strong { display: block; }
.legal-identity p { white-space: normal; color: var(--muted); }
.legal-sections { display: grid; }
.legal-sections section { padding: 0 0 3.5rem; margin-bottom: 3.5rem; border-bottom: 1px solid var(--line); }
.legal-sections h2 { font-size: clamp(2rem, 3vw, 3.6rem); }
.legal-sections p { max-width: 850px; color: var(--muted); font-size: 1.06rem; }

.site-footer { margin: 0 22px 22px; padding: clamp(45px, 6vw, 85px); background: var(--sand); border-radius: 42px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 4rem; }
.footer-intro img { width: 270px; max-width: 100%; margin-bottom: 2rem; }
.footer-intro p { max-width: 420px; font-weight: 750; }
.footer-intro a { display: block; font-weight: 800; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.footer-links div { display: flex; flex-direction: column; gap: .65rem; }
.footer-links strong { margin-bottom: .55rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; }
.footer-links a,
.footer-links button { border: 0; padding: 0; background: transparent; color: var(--ink); text-decoration: none; text-align: left; cursor: pointer; font-size: .82rem; }
.footer-links a:hover,
.footer-links button:hover { text-decoration: underline; }
.footer-bottom { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-top: 2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .68rem; font-weight: 700; }

.cookie-panel { position: fixed; z-index: 500; left: 24px; bottom: 24px; width: min(510px, calc(100% - 48px)); padding: 2rem; background: var(--paper); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.cookie-panel h2 { font-size: 2rem; }
.cookie-panel > p:not(.kicker) { color: var(--muted); }
.cookie-close { position: absolute; right: 1rem; top: .8rem; border: 0; background: transparent; font-size: 1.8rem; cursor: pointer; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.5rem 0 1rem; }
.cookie-panel > a { font-size: .75rem; font-weight: 800; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
    .site-header { grid-template-columns: 210px 1fr auto; gap: 1rem; }
    .main-nav { gap: 1rem; }
    .main-nav a { font-size: .75rem; }
    .header-market { display: none; }
    .home-hero,
    .deep-hero { grid-template-columns: 1fr; }
    .home-hero-image { min-height: 520px; border-radius: 0 0 160px 80px; }
    .deep-hero-visual { min-height: 500px; }
    .dual-model { grid-template-columns: 1fr 70px 1fr; }
    .category-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
    body { font-size: 16px; }
    .site-header { min-height: 80px; grid-template-columns: 190px 1fr; }
    .header-tools { justify-self: end; }
    .menu-toggle { display: block; }
    .main-nav {
        position: fixed;
        inset: 80px 0 0;
        z-index: 120;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0;
        padding: 2rem;
        background: var(--cream);
    }
    .main-nav.is-open { display: flex; }
    .main-nav a { width: 100%; padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: 1.2rem; }
    .main-nav a::after { display: none; }
    .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .home-hero,
    .deep-hero { border-radius: 34px 34px 110px 34px; }
    .home-hero-copy,
    .deep-hero-copy { padding: 48px 30px 54px; }
    .home-hero-image { min-height: 420px; }
    .dual-model { grid-template-columns: 1fr; gap: 1rem; }
    .model-connector { height: 70px; }
    .model-connector i { width: 9px; height: 100%; }
    .problem-section,
    .participant-home-section,
    .object-section,
    .deep-section,
    .contact-page { grid-template-columns: 1fr; }
    .movement-track { grid-template-columns: 1fr; }
    .movement-track::before { display: none; }
    .movement-track article { min-height: auto; display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 1rem; padding: 1.2rem; }
    .movement-track span { margin: 0; }
    .era-grid { grid-template-columns: 1fr; }
    .era-card { min-height: 340px; }
    .participant-tools-grid { grid-template-columns: 1fr; }
    .deep-section { gap: 2rem; }
    .insight-grid article:nth-child(even) { margin-left: 0; }
    .deep-cta { grid-template-columns: 70px 1fr; border-radius: 28px 70px 28px 28px; }
    .deep-cta img { width: 65px; }
    .deep-cta .button { grid-column: 1 / -1; justify-self: start; }
    .legal-layout { grid-template-columns: 1fr; }
    .legal-identity { position: static; }
    .site-footer { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    .section,
    .deep-sections,
    .catalogue-preview,
    .facts-band,
    .deep-cta,
    .contact-page,
    .legal-page,
    .location-nav { width: min(100% - 28px, var(--max)); }
    .site-header { padding-inline: 15px; grid-template-columns: 158px 1fr; }
    .language-picker > button { padding: .55rem .65rem; }
    .site-logo { width: 158px; }
    .home-hero,
    .deep-hero { width: calc(100% - 20px); margin-top: 10px; }
    .home-hero-copy h1,
    .deep-hero-copy h1 { font-size: clamp(2.8rem, 15vw, 4.3rem); }
    .participant-home-copy h2,
    .participant-tools-section h2 { font-size: clamp(1.95rem, 8.8vw, 2.55rem); }
    .home-hero-image { min-height: 340px; }
    .home-hero-image figcaption { right: 1rem; bottom: 1rem; left: 1rem; }
    .model-card { min-height: 390px; padding: 2rem; }
    .model-card a { left: 2rem; }
    .participant-studio { padding: 14px; border-radius: 28px 28px 82px 28px; }
    .studio-canvas { min-height: 290px; padding: 1.2rem; }
    .studio-canvas img { width: 94%; }
    .participant-pipeline { grid-template-columns: repeat(2, 1fr); }
    .participant-pipeline article { min-height: 110px; }
    .participant-tool { min-height: 310px; padding: 2rem; }
    .participant-tool h3 { font-size: clamp(1.95rem, 8vw, 2.4rem); }
    .problem-ticket { padding: 2rem; }
    .problem-ticket dl div { display: grid; gap: .2rem; }
    .problem-ticket dd { text-align: left; }
    .category-grid { grid-template-columns: 1fr; }
    .category-grid article { min-height: 390px; }
    .facts-band { grid-template-columns: repeat(2, 1fr); }
    .facts-band > div { min-height: 130px; padding: 1.3rem; }
    .location-nav { align-items: flex-start; border-radius: 22px; flex-direction: column; }
    .location-nav div { width: 100%; }
    .deep-hero-visual { min-height: 330px; }
    .footer-links { grid-template-columns: 1fr 1fr; }
    .site-footer { margin: 0 10px 10px; padding: 35px 25px; border-radius: 28px; }
}

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

/* VDC identity header: full-thickness logo rail at the top, compact colour rail on scroll. */
.site-header {
    min-height: 184px;
    grid-template-columns: minmax(360px, 520px) 1fr auto;
    align-items: start;
    padding: 23px clamp(22px, 4vw, 70px) 45px;
    transition: min-height .34s ease, padding .34s ease, box-shadow .34s ease;
}
.site-logo {
    position: relative;
    z-index: 3;
    align-self: end;
    width: min(100%, 500px);
    margin-bottom: -45px;
    transition: width .34s ease, margin .34s ease;
}
.main-nav {
    position: relative;
    z-index: 3;
    justify-content: flex-end;
    align-self: start;
    gap: clamp(.55rem, 1.35vw, 1.35rem);
    padding-top: .55rem;
}
.main-nav a { padding: .45rem .15rem; font-size: .72rem; transition: background .25s ease, color .25s ease, border-radius .25s ease, padding .25s ease, transform .25s ease; }
.header-tools { position: relative; z-index: 3; align-self: start; }
.header-rainbow {
    position: absolute;
    z-index: 1;
    inset: auto 0 0;
    display: grid;
    grid-template-rows: repeat(7, 1fr);
    height: 45px;
    overflow: hidden;
    transition: height .34s ease, inset .34s ease;
}
.header-rainbow i:nth-child(1) { background: #ff2f17; }
.header-rainbow i:nth-child(2) { background: #ff6424; }
.header-rainbow i:nth-child(3) { background: #f5a65d; }
.header-rainbow i:nth-child(4) { background: #f7dfab; }
.header-rainbow i:nth-child(5) { background: #79aaa2; }
.header-rainbow i:nth-child(6) { background: #05889b; }
.header-rainbow i:nth-child(7) { background: #0a255c; }
.site-header.is-compact {
    min-height: 96px;
    grid-template-columns: 185px 1fr auto;
    align-items: end;
    padding: 18px clamp(22px, 4vw, 70px) 12px;
    box-shadow: 0 14px 38px rgba(8, 21, 48, .12);
}
.site-header.is-compact .site-logo { align-self: end; width: 180px; margin: 0; }
.site-header.is-compact .header-rainbow { inset: 0 0 auto; height: 8px; grid-template-rows: 1fr; grid-template-columns: repeat(7, 1fr); }
.site-header.is-compact .main-nav { justify-content: center; align-self: end; padding: 0; gap: .32rem; }
.site-header.is-compact .main-nav a { padding: .48rem .65rem; border-radius: 999px; font-size: .62rem; }
.site-header.is-compact .main-nav a::after { display: none; }
.site-header.is-compact .main-nav a:nth-child(4n + 1) { background: #0a255c; color: #fff; }
.site-header.is-compact .main-nav a:nth-child(4n + 2) { background: #05889b; color: #fff; }
.site-header.is-compact .main-nav a:nth-child(4n + 3) { background: #f5a65d; color: var(--ink); }
.site-header.is-compact .main-nav a:nth-child(4n) { background: #ff6424; color: var(--ink); }
.site-header.is-compact .main-nav a:hover { transform: translateY(-2px); }
.site-header.is-compact .header-tools { align-self: end; }

@media (max-width: 1180px) {
    .site-header { min-height: 156px; grid-template-columns: minmax(300px, 410px) 1fr auto; padding-bottom: 38px; }
    .site-logo { width: min(100%, 400px); margin-bottom: -38px; }
    .header-rainbow { height: 38px; }
    .site-header.is-compact { min-height: 90px; grid-template-columns: 165px 1fr auto; padding-top: 17px; }
    .site-header.is-compact .site-logo { width: 160px; }
}
@media (max-width: 900px) {
    .site-header { grid-template-columns: minmax(270px, 390px) 1fr; }
    .main-nav { inset: 156px 0 0; padding-top: 2rem; }
    .site-header.is-compact { min-height: 82px; grid-template-columns: 160px 1fr; }
    .site-header.is-compact .main-nav { inset: 82px 0 0; align-items: flex-start; padding: 2rem; }
    .site-header.is-compact .main-nav a { width: 100%; padding: 1rem 0; border-radius: 0; background: transparent !important; color: var(--ink) !important; font-size: 1.2rem; }
}
@media (max-width: 620px) {
    .site-header { min-height: 126px; grid-template-columns: minmax(0, 1fr) auto; padding: 14px 15px 29px; }
    .site-logo { width: min(270px, 76vw); margin-bottom: -29px; }
    .header-rainbow { height: 29px; }
    .site-header.is-compact { min-height: 74px; grid-template-columns: 145px 1fr; padding: 16px 15px 8px; }
    .site-header.is-compact .site-logo { width: 140px; }
    .main-nav { inset: 126px 0 0; }
    .site-header.is-compact .main-nav { inset: 74px 0 0; }
}
