/* ==========================================================================
   DRUKCASE — Premium Editorial Design System
   Specialist in gebonden drukwerk
   Aesthetic: Apple · Moleskine · Taschen · Blurb · luxe uitgeverij
   --------------------------------------------------------------------------
   Loaded globally by developercode-core. All section widgets consume the
   tokens + components declared here. Scoped under .dc to avoid theme bleed.
   ========================================================================== */

/* -------------------------------------------------------------------------
   1. DESIGN TOKENS
   ------------------------------------------------------------------------- */
:root {
    /* Ink & paper — Drukcase huisstijl */
    --dc-ink:        #1C1C1C;   /* antraciet — koppen, donkere secties */
    --dc-graphite:   #2E2C2A;
    --dc-stone:      #57514B;   /* bodytekst op wit */
    --dc-mist:       #8A847C;
    --dc-paper:      #FAF6F0;   /* crème — sectie-achtergrond */
    --dc-paper-warm: #EFEAE2;   /* zand — subtiele secties, randen */
    --dc-paper-deep: #E3DBCE;
    --dc-white:      #FFFFFF;

    /* Oranje accent — primair, CTA, links */
    --dc-gold:       #E37D19;   /* primair oranje */
    --dc-gold-2:     #F2994A;   /* lichter oranje (gloed / tekst op donker) */
    --dc-gold-deep:  #B85F0E;   /* hover / actief */
    --dc-gold-wash:  rgba(227,125,25,.12);
    --dc-orange-soft:#FAE5D2;   /* badges, accentvlakken */

    /* Lines & shadow */
    --dc-line:       rgba(28,28,28,.12);
    --dc-line-soft:  rgba(28,28,28,.07);
    --dc-line-dark:  rgba(255,255,255,.14);
    --dc-shadow-sm:  0 1px 2px rgba(21,18,15,.06), 0 4px 14px rgba(21,18,15,.06);
    --dc-shadow-md:  0 10px 30px rgba(21,18,15,.10), 0 2px 8px rgba(21,18,15,.06);
    --dc-shadow-lg:  0 30px 70px rgba(21,18,15,.18), 0 8px 24px rgba(21,18,15,.10);

    /* Type */
    --dc-serif: "Fraunces", "Times New Roman", Georgia, serif;
    --dc-sans:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

    /* Rhythm */
    --dc-shell:   1320px;   /* max content width inside full-bleed sections */
    --dc-gutter:  clamp(20px, 5vw, 80px);
    --dc-section: clamp(72px, 9vw, 150px);
    --dc-radius:  4px;
    --dc-radius-lg: 14px;

    /* Motion */
    --dc-ease: cubic-bezier(.22,.61,.36,1);
    --dc-ease-out: cubic-bezier(.16,1,.3,1);
}

/* -------------------------------------------------------------------------
   2. RESET / BASE (scoped)
   ------------------------------------------------------------------------- */
.dc, .dc * { box-sizing: border-box; }
.dc {
    font-family: var(--dc-sans);
    color: var(--dc-ink);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    line-height: 1.6;
}
.dc img { display: block; max-width: 100%; height: auto; }
.dc a { color: inherit; text-decoration: none; }
.dc h1, .dc h2, .dc h3, .dc h4 { margin: 0; font-weight: 500; line-height: 1.08; letter-spacing: -.01em; }

/* Full-bleed section shell — every widget root uses .dc-section */
.dc-section {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow: clip;
    background: var(--dc-paper);
}
.dc-shell {
    width: 100%;
    max-width: var(--dc-shell);
    margin-inline: auto;
    padding-inline: var(--dc-gutter);
}
.dc-pad { padding-block: var(--dc-section); }

/* Surfaces */
.dc--paper { background: var(--dc-paper); }
.dc--warm  { background: var(--dc-paper-warm); }
.dc--ink   { background: var(--dc-ink); color: var(--dc-paper); }
.dc--ink h1, .dc--ink h2, .dc--ink h3 { color: var(--dc-white); }

/* -------------------------------------------------------------------------
   3. TYPOGRAPHY SCALE
   ------------------------------------------------------------------------- */
.dc-display {
    font-family: var(--dc-serif);
    font-weight: 500;
    font-size: clamp(2.6rem, 6.4vw, 5.6rem);
    line-height: 1.02;
    letter-spacing: -.02em;
}
.dc-h2 {
    font-family: var(--dc-serif);
    font-weight: 500;
    font-size: clamp(2rem, 3.8vw, 3.4rem);
    line-height: 1.06;
    letter-spacing: -.015em;
}
.dc-h3 {
    font-family: var(--dc-serif);
    font-weight: 500;
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    line-height: 1.12;
}
.dc-lead {
    font-size: clamp(1.05rem, 1.35vw, 1.3rem);
    line-height: 1.62;
    color: var(--dc-stone);
    font-weight: 400;
}
.dc--ink .dc-lead { color: rgba(255,255,255,.72); }
.dc-body { font-size: 1.02rem; line-height: 1.72; color: var(--dc-stone); }
.dc--ink .dc-body { color: rgba(255,255,255,.66); }

/* Kicker / eyebrow */
.dc-kicker {
    display: inline-flex;
    align-items: center;
    gap: .6em;
    font-size: .74rem;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--dc-gold-deep);
}
.dc--ink .dc-kicker { color: var(--dc-gold-2); }
.dc-kicker::before {
    content: "";
    width: 26px; height: 18px; flex: 0 0 auto;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20247%20167%27%3E%3Cg%20transform%3D%27translate%28209.295%2C0%29%27%3E%3Cpath%20d%3D%27M0%2C62.319L-209.295%2C62.319L-209.295%2C53.319L0%2C53.319C12.219%2C53.319%2022.159%2C43.379%2022.159%2C31.16C22.159%2C18.941%2012.219%2C9%200%2C9L-90.676%2C9L-90.676%2C0L0%2C0C17.182%2C0%2031.159%2C13.978%2031.159%2C31.16C31.159%2C48.341%2017.182%2C62.319%200%2C62.319%27%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%27translate%28128.197%2C104.36%29%27%3E%3Cpath%20d%3D%27M0%2C62.319L-91.474%2C62.319C-108.655%2C62.319%20-122.633%2C48.34%20-122.633%2C31.159C-122.633%2C13.978%20-108.655%2C0%20-91.474%2C0L117.821%2C0L117.821%2C9L-91.474%2C9C-103.693%2C9%20-113.633%2C18.941%20-113.633%2C31.159C-113.633%2C43.379%20-103.693%2C53.319%20-91.474%2C53.319L0%2C53.319L0%2C62.319Z%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20247%20167%27%3E%3Cg%20transform%3D%27translate%28209.295%2C0%29%27%3E%3Cpath%20d%3D%27M0%2C62.319L-209.295%2C62.319L-209.295%2C53.319L0%2C53.319C12.219%2C53.319%2022.159%2C43.379%2022.159%2C31.16C22.159%2C18.941%2012.219%2C9%200%2C9L-90.676%2C9L-90.676%2C0L0%2C0C17.182%2C0%2031.159%2C13.978%2031.159%2C31.16C31.159%2C48.341%2017.182%2C62.319%200%2C62.319%27%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%27translate%28128.197%2C104.36%29%27%3E%3Cpath%20d%3D%27M0%2C62.319L-91.474%2C62.319C-108.655%2C62.319%20-122.633%2C48.34%20-122.633%2C31.159C-122.633%2C13.978%20-108.655%2C0%20-91.474%2C0L117.821%2C0L117.821%2C9L-91.474%2C9C-103.693%2C9%20-113.633%2C18.941%20-113.633%2C31.159C-113.633%2C43.379%20-103.693%2C53.319%20-91.474%2C53.319L0%2C53.319L0%2C62.319Z%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
    animation: dc-logo-print 3.4s var(--dc-ease) infinite;
}
.dc-kicker--center::before { display: none; }
@keyframes dc-logo-print {
    0%   { clip-path: inset(0 100% 0 0); opacity: .35; }
    30%  { clip-path: inset(0 0 0 0);    opacity: 1; }
    66%  { clip-path: inset(0 0 0 0);    opacity: 1; }
    100% { clip-path: inset(0 0 0 100%); opacity: .35; }
}

.dc-gold-text { color: var(--dc-gold-deep); font-style: italic; }
.dc--ink .dc-gold-text { color: var(--dc-gold-2); }

/* -------------------------------------------------------------------------
   4. BUTTONS
   ------------------------------------------------------------------------- */
.dc-btn {
    --_bg: var(--dc-ink);
    --_fg: var(--dc-paper);
    display: inline-flex;
    align-items: center;
    gap: .7em;
    padding: 1.05em 1.9em;
    font-family: var(--dc-sans);
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1;
    color: var(--_fg);
    background: var(--_bg);
    border: 1px solid var(--_bg);
    border-radius: 999px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform .35s var(--dc-ease), background-color .35s var(--dc-ease), color .35s var(--dc-ease), box-shadow .35s var(--dc-ease);
}
.dc-btn svg { width: 1.05em; height: 1.05em; transition: transform .35s var(--dc-ease); }
.dc-btn:hover { box-shadow: var(--dc-shadow-md); transform: translateY(-2px); }
.dc-btn:hover svg { transform: translateX(4px); }
/* win over `.dc a { color: inherit }` so the button keeps its own text colour */
.dc a.dc-btn, .dc .dc-btn { color: var(--_fg); }
.dc-btn--ink { --_bg: var(--dc-ink); --_fg: var(--dc-white); border-color: var(--dc-ink); }
.dc-btn--ink:hover { --_bg: #000; border-color: #000; }
/* Unieke "gedrukte pagina-stapel" knop — stamp-press + inkt-veeg (boekdrukwerk) */
.dc-btn--gold {
    --_bg: var(--dc-gold); --_fg: #fff;
    border-color: var(--dc-gold);
    border-radius: 11px; isolation: isolate;
    box-shadow: 3px 4px 0 rgba(184,95,14,.5), 7px 9px 0 rgba(184,95,14,.22);
    transition: transform .22s var(--dc-ease), box-shadow .22s var(--dc-ease), color .3s var(--dc-ease);
}
.dc-btn--gold::before {
    content: ""; position: absolute; inset: 0; z-index: -1;
    background: linear-gradient(115deg, var(--dc-gold-deep), #93470a);
    transform: translateX(-101%);
    transition: transform .5s var(--dc-ease);
}
.dc-btn--gold:hover {
    --_fg: #fff;
    transform: translate(3px, 4px);
    box-shadow: 0 1px 0 rgba(184,95,14,.45);
}
.dc-btn--gold:hover::before { transform: translateX(0); }
.dc-btn--gold:active { transform: translate(5px, 7px); box-shadow: 0 0 0 rgba(184,95,14,0); }
.dc-btn--ghost {
    --_bg: transparent; --_fg: var(--dc-ink);
    border-color: var(--dc-line);
    border-radius: 11px; isolation: isolate;
    box-shadow: 3px 4px 0 rgba(28,28,28,.10), 7px 9px 0 rgba(28,28,28,.05);
    transition: transform .22s var(--dc-ease), box-shadow .22s var(--dc-ease), color .3s var(--dc-ease), border-color .3s var(--dc-ease);
}
.dc-btn--ghost::before {
    content: ""; position: absolute; inset: 0; z-index: -1;
    background: var(--dc-ink);
    transform: translateX(-101%); transition: transform .5s var(--dc-ease);
}
.dc-btn--ghost:hover { --_fg: var(--dc-paper); border-color: var(--dc-ink); transform: translate(3px, 4px); box-shadow: 0 1px 0 rgba(28,28,28,.14); }
.dc-btn--ghost:hover::before { transform: translateX(0); }
.dc-btn--ghost:active { transform: translate(5px, 7px); box-shadow: 0 0 0 transparent; }
.dc--ink .dc-btn--ghost { --_fg: var(--dc-white); border-color: var(--dc-line-dark); box-shadow: 3px 4px 0 rgba(255,255,255,.12), 7px 9px 0 rgba(255,255,255,.05); }
.dc--ink .dc-btn--ghost::before { background: var(--dc-white); }
.dc--ink .dc-btn--ghost:hover { --_fg: var(--dc-ink); border-color: var(--dc-white); box-shadow: 0 1px 0 rgba(255,255,255,.3); }

/* Text link with underline sweep */
.dc-link {
    display: inline-flex;
    align-items: center;
    gap: .5em;
    font-weight: 600;
    font-size: .92rem;
    color: var(--dc-ink);
    padding-bottom: 3px;
    background-image: linear-gradient(var(--dc-gold), var(--dc-gold));
    background-size: 0% 1.5px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size .4s var(--dc-ease), color .3s var(--dc-ease);
}
.dc-link svg { width: 1em; height: 1em; transition: transform .35s var(--dc-ease); }
.dc-link:hover { background-size: 100% 1.5px; color: var(--dc-gold-deep); }
.dc-link:hover svg { transform: translateX(4px); }
.dc--ink .dc-link { color: var(--dc-white); }

/* -------------------------------------------------------------------------
   5. IMAGE FRAMES + PLACEHOLDERS
   ------------------------------------------------------------------------- */
.dc-frame {
    position: relative;
    overflow: hidden;
    border-radius: var(--dc-radius);
    background: var(--dc-paper-deep);
}
.dc-frame img, .dc-frame video { width: 100%; height: 100%; object-fit: cover; display: block; }
.dc-ar-1\/1   { aspect-ratio: 1/1; }
.dc-ar-3\/4   { aspect-ratio: 3/4; }
.dc-ar-4\/5   { aspect-ratio: 4/5; }
.dc-ar-4\/3   { aspect-ratio: 4/3; }
.dc-ar-3\/2   { aspect-ratio: 3/2; }
.dc-ar-16\/9  { aspect-ratio: 16/9; }
.dc-ar-2\/3   { aspect-ratio: 2/3; }

/* Generated placeholder — paper texture + label, used when no media set */
.dc-ph {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    background:
        radial-gradient(120% 90% at 15% 0%, rgba(255,255,255,.7), transparent 55%),
        linear-gradient(135deg, var(--dc-paper-warm), var(--dc-paper-deep));
    color: var(--dc-stone);
}
.dc-ph::before {
    content: "";
    position: absolute; inset: 0;
    background-image:
        repeating-linear-gradient(135deg, rgba(21,18,15,.025) 0 2px, transparent 2px 9px);
    mix-blend-mode: multiply;
}
.dc-ph::after {
    content: "";
    position: absolute;
    top: 18px; right: 18px;
    width: 30px; height: 30px;
    border: 1px solid var(--dc-gold);
    border-radius: 50%;
    opacity: .55;
}
.dc-ph__label {
    position: relative;
    padding: 18px 20px;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.dc-ph__label small {
    display: block;
    font-family: var(--dc-serif);
    font-style: italic;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: 0;
    text-transform: none;
    color: var(--dc-ink);
    margin-bottom: 2px;
}

/* Image zoom-on-hover */
.dc-zoom img, .dc-zoom video, .dc-zoom .dc-ph { transition: transform 1.1s var(--dc-ease-out); }
.dc-zoom:hover video { transform: scale(1.06); }
.dc-zoom:hover img, .dc-zoom:hover .dc-ph { transform: scale(1.06); }

/* -------------------------------------------------------------------------
   6. VIDEO
   ------------------------------------------------------------------------- */
.dc-video { position: relative; width: 100%; height: 100%; overflow: hidden; background: var(--dc-ink); }
.dc-video video,
.dc-video iframe {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover; border: 0;
}
.dc-video__play {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
    width: 88px; height: 88px;
    display: grid; place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.5);
    backdrop-filter: blur(8px);
    color: #fff; cursor: pointer;
    transition: transform .4s var(--dc-ease), background .4s var(--dc-ease);
}
.dc-video__play::after {
    content: ""; position: absolute; inset: -1px;
    border-radius: 50%; border: 1px solid rgba(255,255,255,.45);
    animation: dc-pulse 2.6s ease-out infinite;
}
.dc-video__play:hover { transform: translate(-50%,-50%) scale(1.08); background: rgba(255,255,255,.24); }
.dc-video__play svg { width: 26px; height: 26px; margin-left: 4px; }
@keyframes dc-pulse { 0% { transform: scale(1); opacity: .8; } 100% { transform: scale(1.5); opacity: 0; } }

/* YouTube background (hero / CTA) — cover-fill a 16:9 iframe */
.dc-video--bg { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.dc-video__bg {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: max(100%, 177.78vh);
    height: max(100%, 56.25vw);
    border: 0;
}

/* Optional YouTube band appended to a section */
.dc-yt-band { padding-block: clamp(44px, 5vw, 76px); }
.dc-yt-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: var(--dc-radius-lg);
    overflow: hidden;
    box-shadow: var(--dc-shadow-lg);
    background: var(--dc-ink);
}
.dc-yt-frame .dc-video { position: absolute; inset: 0; }
.dc-yt-cap {
    margin: 18px 0 0; text-align: center;
    font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--dc-stone);
}
.dc--ink .dc-yt-cap { color: rgba(255,255,255,.6); }

/* -------------------------------------------------------------------------
   7. SECTION HEADER (shared)
   ------------------------------------------------------------------------- */
.dc-head { max-width: 720px; }
.dc-head--center { margin-inline: auto; text-align: center; }
.dc-head .dc-kicker { margin-bottom: 22px; }
.dc-head .dc-lead { margin-top: 22px; }

/* -------------------------------------------------------------------------
   8. SCROLL REVEAL (JS-driven)
   ------------------------------------------------------------------------- */
.dc-reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--dc-ease-out), transform .9s var(--dc-ease-out); }
.dc-reveal.is-in { opacity: 1; transform: none; }
.dc-reveal[data-dc-delay="1"] { transition-delay: .08s; }
.dc-reveal[data-dc-delay="2"] { transition-delay: .16s; }
.dc-reveal[data-dc-delay="3"] { transition-delay: .24s; }
.dc-reveal[data-dc-delay="4"] { transition-delay: .32s; }
.dc-reveal[data-dc-delay="5"] { transition-delay: .40s; }

/* Masked line reveal for big headings */
.dc-rise { display: block; overflow: hidden; }
.dc-rise > span { display: block; transform: translateY(105%); transition: transform 1s var(--dc-ease-out); }
.dc-rise.is-in > span { transform: none; }

/* ==========================================================================
   9. SECTION-SPECIFIC COMPONENTS
   ========================================================================== */

/* --- 9.1 HERO ----------------------------------------------------------- */
.dc-hero { min-height: 50svh; display: flex; align-items: stretch; background: var(--dc-paper); }
.dc-hero__grid { display: grid; grid-template-columns: 1.05fr 1fr; width: 100%; }
.dc-hero__copy {
    display: flex; flex-direction: column; justify-content: center;
    padding: clamp(14px, 3vh, 143px) clamp(12px, 5vw, 80px) clamp(71px, 8vh, 90px);
    max-width: 760px; margin-left: auto;
}
.dc-hero__title { font-family: var(--dc-serif); font-weight: 500; font-size: clamp(2.9rem, 5.1vw, 5.1rem); line-height: 1.0; letter-spacing: -.025em; }
.dc-hero__title em { font-style: italic; color: var(--dc-gold-deep); }
.dc-hero__sub { margin-top: 30px; max-width: 30em; }
.dc-hero__cta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 40px; }
.dc-hero__visual {
    position: relative; display: grid; place-items: center; overflow: visible;
    min-height: 60vh; padding: clamp(46px, 8vh, 96px) clamp(28px, 4vw, 64px);
}
.dc-hero__stage { position: relative; z-index: 1; width: 100%; max-width: 430px; }
.dc-hero__glow { position: absolute; inset: -14%; z-index: -1; background: radial-gradient(closest-side, rgba(227,125,25,.22), transparent 72%); filter: blur(42px); }
.dc-hero__player {
    position: relative; z-index: 2; display: flex; flex-direction: column;
    aspect-ratio: 4 / 5; border-radius: 22px; overflow: hidden; background: #1C1C1C;
    border: 1px solid rgba(255,255,255,.6);
    box-shadow: 0 44px 90px rgba(28,28,28,.30), 0 14px 34px rgba(28,28,28,.16);
}
.dc-hero__chrome { display: flex; align-items: center; gap: 10px; padding: 11px 15px; background: #181818; border-bottom: 1px solid rgba(255,255,255,.08); }
.dc-hero__dots { display: inline-flex; gap: 5px; }
.dc-hero__dots i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.22); }
.dc-hero__dots i:first-child { background: var(--dc-gold); }
.dc-hero__ctitle { font-size: .73rem; letter-spacing: .03em; color: rgba(255,255,255,.6); }
.dc-hero__live { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font-size: .66rem; font-weight: 700; letter-spacing: .12em; color: #fff; }
.dc-hero__live i { width: 7px; height: 7px; border-radius: 50%; background: #E5533D; animation: dc-pulse-dot 1.8s ease-out infinite; }
@keyframes dc-pulse-dot { 0% { box-shadow: 0 0 0 0 rgba(229,83,61,.5); } 70% { box-shadow: 0 0 0 7px rgba(229,83,61,0); } 100% { box-shadow: 0 0 0 0 rgba(229,83,61,0); } }
.dc-hero__player .dc-video { position: relative; flex: 1; }
.dc-hero__player .dc-frame { position: absolute; inset: 0; border-radius: 0; }
/* scroll cue — a book ribbon bookmark (leeslint) */
.dc-hero__scroll {
    position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center; gap: 11px;
    z-index: 5; text-decoration: none;
}
.dc-hero__scroll-label {
    font-size: .64rem; font-weight: 600; letter-spacing: .26em; text-transform: uppercase;
    color: var(--dc-stone); transition: color .3s var(--dc-ease);
}
.dc-hero__ribbon { display: block; width: 21px; height: 54px; }
.dc-hero__ribbon svg {
    width: 100%; height: 100%; display: block;
    filter: drop-shadow(0 6px 9px rgba(227,125,25,.4));
    transform-origin: 50% 0; animation: dc-ribbon 2.4s var(--dc-ease) infinite;
}
@keyframes dc-ribbon { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(8px); } }
.dc-hero__scroll:hover .dc-hero__scroll-label { color: var(--dc-gold-deep); }
.dc-hero__scroll:hover .dc-hero__ribbon svg { animation-duration: 1.1s; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }

/* floating drukwerk elements around the video frame */
.dc-hero__float {
    position: absolute; z-index: 4;
    display: flex; align-items: center; gap: 12px;
    padding: 12px 16px; border-radius: 14px;
    background: rgba(255,255,255,.85);
    -webkit-backdrop-filter: blur(14px) saturate(150%);
    backdrop-filter: blur(14px) saturate(150%);
    border: 1px solid rgba(255,255,255,.7);
    box-shadow: 0 18px 40px rgba(28,28,28,.16);
    animation: dc-bob 6s ease-in-out infinite alternate;
}
.dc-hero__float strong { font-family: var(--dc-serif); font-size: 1.3rem; font-weight: 600; display: block; line-height: 1; color: var(--dc-ink); }
.dc-hero__float span { color: var(--dc-stone); font-size: .74rem; letter-spacing: .02em; }
.dc-hero__floatico { width: 40px; height: 40px; border-radius: 12px; flex: 0 0 auto; display: grid; place-items: center; color: #fff; background: linear-gradient(150deg, var(--dc-gold), var(--dc-gold-deep)); box-shadow: 0 6px 14px rgba(227,125,25,.3); }
.dc-hero__floatico svg { width: 20px; height: 20px; }
.dc-hero__bookart { width: 38px; height: 48px; flex: 0 0 auto; filter: drop-shadow(0 6px 10px rgba(28,28,28,.22)); }
.dc-hero__magart { width: 36px; height: 42px; flex: 0 0 auto; filter: drop-shadow(0 6px 10px rgba(28,28,28,.22)); }
.dc-hero__float--book { left: -8%; bottom: 13%; animation-delay: -1s; }
.dc-hero__float--b { right: -8%; top: 14%; animation-delay: -2.6s; }
.dc-hero__progress { width: 92px; }
.dc-hero__progress span { display: block; font-size: .72rem; color: var(--dc-stone); margin-bottom: 6px; }
.dc-hero__progress i { display: block; height: 5px; border-radius: 5px; background: var(--dc-paper-warm); overflow: hidden; position: relative; }
.dc-hero__progress i::after { content: ""; position: absolute; inset: 0; width: 64%; border-radius: 5px; background: linear-gradient(90deg, var(--dc-gold), var(--dc-gold-deep)); animation: dc-fill 3.2s var(--dc-ease) infinite alternate; }
@keyframes dc-fill { from { width: 28%; } to { width: 86%; } }

/* --- 9.2 SOCIAL PROOF BAR ---------------------------------------------- */
.dc-proof { border-block: 1px solid var(--dc-line); background: var(--dc-paper); }
.dc-proof__grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.dc-proof__item {
    padding: clamp(34px,4vw,56px) 24px; text-align: center;
    border-right: 1px solid var(--dc-line-soft);
    display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.dc-proof__item:last-child { border-right: 0; }
.dc-proof__num { font-family: var(--dc-serif); font-size: clamp(1.9rem,2.6vw,2.7rem); font-weight: 600; line-height: 1; color: var(--dc-ink); }
.dc-proof__num .dc-gold-text { font-style: normal; }
.dc-proof__label { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--dc-stone); }
.dc-proof__ico { width: 26px; height: 26px; color: var(--dc-gold); margin-bottom: 4px; }

/* --- 9.2b SOCIAL PROOF — cascading glass cards ------------------------- */
.dc-trust { padding-block: clamp(84px, 11vw, 160px); isolation: isolate; background: linear-gradient(180deg, #FFFDFA, var(--dc-paper)); }
.dc-trust--white { background: var(--dc-white); }
.dc-trust--cream { background: linear-gradient(180deg, #FFFDFA, var(--dc-paper)); }
.dc-trust--sand  { background: linear-gradient(180deg, var(--dc-paper), var(--dc-paper-warm)); }
.dc-trust__glow {
    position: absolute; z-index: 0; border-radius: 50%;
    filter: blur(80px); pointer-events: none;
}
.dc-trust__glow--a { width: 44vw; height: 44vw; left: -10vw; top: 2%; background: radial-gradient(circle, rgba(227,125,25,.14), transparent 70%); }
.dc-trust__glow--b { width: 36vw; height: 36vw; right: -8vw; bottom: -8%; background: radial-gradient(circle, rgba(242,153,74,.12), transparent 70%); }

.dc-trust__grid {
    position: relative; z-index: 2;
    display: grid; grid-template-columns: 1.02fr .98fr;
    gap: clamp(30px, 5vw, 80px); align-items: center;
}

/* the cascade */
.dc-trust__stack { position: relative; display: flex; flex-direction: column; align-items: flex-start; perspective: 1400px; }
.dc-tcard {
    position: relative;
    width: clamp(248px, 82%, 372px);
    margin-top: -34px;
    opacity: 0;
    transform: translateX(var(--x)) translateY(64px) rotate(calc(var(--r) - 5deg)) scale(.96);
    transition: opacity .8s var(--dc-ease-out), transform 1s var(--dc-ease-out), z-index 0s;
    transition-delay: calc(var(--i) * .09s);
    will-change: transform;
}
.dc-tcard:first-child { margin-top: 0; }
.dc-trust__stack.is-in .dc-tcard {
    opacity: 1;
    transform:
        translateX(var(--x))
        translate3d(calc(var(--mx, 0px) * var(--depth)), calc(var(--my, 0px) * var(--depth)), 0)
        rotate(var(--r));
}
.dc-trust__stack.is-in .dc-tcard:hover {
    transform: translateX(var(--x)) rotate(0deg) translateY(-12px) scale(1.05);
    z-index: 40 !important;
}

/* the glass body (also carries the levitation) */
.dc-tcard__inner {
    position: relative; overflow: hidden;
    display: flex; flex-direction: column; gap: 14px;
    padding: 18px 22px 20px 46px;
    border-radius: 16px;
    background: linear-gradient(140deg, rgba(255,255,255,.94), rgba(255,255,255,.66));
    border: 1px solid rgba(28,28,28,.07);
    -webkit-backdrop-filter: blur(12px) saturate(135%);
    backdrop-filter: blur(12px) saturate(135%);
    box-shadow:
        0 22px 48px rgba(28,28,28,.12),
        0 6px 16px rgba(28,28,28,.07),
        inset 0 1px 0 rgba(255,255,255,.9);
    animation: dc-bob 6.5s ease-in-out infinite alternate;
    animation-delay: calc(var(--i) * -0.7s);
}
@keyframes dc-bob { from { transform: translateY(4px); } to { transform: translateY(-8px); } }
.dc-tcard:hover .dc-tcard__inner {
    background: linear-gradient(140deg, #fff, rgba(255,255,255,.82));
    border-color: rgba(227,125,25,.45);
    box-shadow:
        0 32px 66px rgba(28,28,28,.16),
        0 8px 20px rgba(227,125,25,.16),
        inset 0 1px 0 #fff;
}
.dc-tcard__sheen {
    position: absolute; top: 0; left: -60%; width: 50%; height: 100%;
    background: linear-gradient(105deg, transparent, rgba(255,255,255,.6), transparent);
    transform: skewX(-18deg); pointer-events: none;
    transition: left .7s var(--dc-ease);
}
.dc-tcard:hover .dc-tcard__sheen { left: 130%; }

/* book shape — spine on the left + page edge on the right */
.dc-tcard__spine {
    position: absolute; left: 0; top: 0; bottom: 0; width: 26px;
    background: linear-gradient(180deg, var(--dc-gold-2), var(--dc-gold-deep) 85%);
    box-shadow: inset -3px 0 6px rgba(0,0,0,.4), inset 2px 0 0 rgba(255,255,255,.35);
    pointer-events: none;
}
.dc-tcard__spine::after {
    content: ""; position: absolute; left: 7px; right: 7px; top: 50%;
    height: 1px; background: rgba(20,12,4,.4);
    box-shadow: 0 7px 0 rgba(20,12,4,.28), 0 -7px 0 rgba(20,12,4,.28), 0 14px 0 rgba(20,12,4,.16), 0 -14px 0 rgba(20,12,4,.16);
}
.dc-tcard__inner::after {           /* page block (right edge) */
    content: ""; position: absolute; top: 9px; bottom: 9px; right: 0; width: 6px;
    background: repeating-linear-gradient(180deg, rgba(28,28,28,.16) 0 1px, rgba(28,28,28,.03) 1px 3px);
    opacity: .5; pointer-events: none;
}
.dc-tcard--ghost .dc-tcard__spine { background: linear-gradient(180deg, rgba(242,153,74,.5), rgba(133,100,51,.5)); }

/* glossy floor reflection beneath the stack */
.dc-trust__floor {
    position: absolute; left: 6%; right: 10%; bottom: -34px; height: 130px;
    background: radial-gradient(60% 100% at 45% 0%, rgba(28,28,28,.12), rgba(227,125,25,.06) 45%, transparent 72%);
    filter: blur(14px); pointer-events: none; z-index: -1;
}

.dc-tcard__top { display: flex; align-items: center; gap: 13px; }
.dc-tcard__ico {
    display: grid; place-items: center; flex: 0 0 auto;
    width: 42px; height: 42px; border-radius: 12px;
    color: #fff;
    background: linear-gradient(150deg, var(--dc-gold), var(--dc-gold-deep));
    box-shadow: 0 6px 14px rgba(227,125,25,.35), inset 0 1px 0 rgba(255,255,255,.4);
}
.dc-tcard__ico .dc-ico { width: 21px; height: 21px; }
.dc-tcard__meta { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.dc-tcard__name { font-weight: 600; font-size: 1rem; color: var(--dc-ink); letter-spacing: -.01em; }
.dc-tcard__sub { font-size: .76rem; letter-spacing: .03em; color: var(--dc-stone); }
.dc-tcard__value { display: flex; align-items: baseline; gap: 8px; }
.dc-tcard__num { font-family: var(--dc-serif); font-size: clamp(1.7rem, 2.2vw, 2.2rem); font-weight: 600; line-height: 1; color: var(--dc-ink); }
.dc-tcard__suffix { font-size: .82rem; color: var(--dc-stone); }

.dc-tcard--ghost { width: clamp(220px, 70%, 320px); }
.dc-tcard--ghost .dc-tcard__inner {
    background: linear-gradient(140deg, rgba(255,255,255,.6), rgba(255,255,255,.34));
    box-shadow: 0 16px 36px rgba(28,28,28,.08), inset 0 1px 0 rgba(255,255,255,.7);
    animation-duration: 7.5s;
}
.dc-tcard--ghost .dc-tcard__name { color: var(--dc-stone); }

/* right copy */
.dc-trust__copy { position: relative; }
.dc-trust__title {
    font-family: var(--dc-serif); font-weight: 500;
    font-size: clamp(2.1rem, 3.6vw, 3.3rem); line-height: 1.05; letter-spacing: -.015em;
    color: var(--dc-ink); margin: 20px 0 22px;
}
.dc-trust__title em { font-style: italic; color: var(--dc-gold-deep); }
.dc-trust__cta { position: relative; display: inline-flex; }
.dc-trust__cursor { position: absolute; right: -10px; bottom: -16px; color: var(--dc-ink); }
.dc-trust__cursor svg { width: 24px; height: 24px; filter: drop-shadow(0 3px 5px rgba(28,28,28,.25)); animation: dc-cursor 3.2s var(--dc-ease) infinite; }
@keyframes dc-cursor { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-5px,-5px); } }

@media (max-width: 980px) {
    .dc-trust__grid { grid-template-columns: 1fr; gap: clamp(40px,7vw,60px); }
    .dc-trust__copy { order: -1; text-align: center; }
    .dc-trust__copy .dc-kicker::before { display: none; }
    .dc-trust__stack { align-items: center; }
}
@media (max-width: 560px) {
    .dc-tcard { --x: 0% !important; --r: 0deg !important; width: min(340px, 90vw); margin-top: -22px; }
    .dc-tcard--ghost { width: min(300px, 80vw); }
}
/* Safety: if motion is reduced (or JS is slow), keep cards visible & settled */
@media (prefers-reduced-motion: reduce) {
    .dc-trust__stack .dc-tcard {
        opacity: 1 !important;
        transform: translateX(var(--x)) rotate(var(--r)) !important;
    }
}

/* --- 9.2c DRUKWERK CASCADE (licht) — design-009 op lichte achtergrond --- */
.dc-pcas { padding-block: clamp(84px, 11vw, 160px); isolation: isolate; }
.dc-pcas--white { background: var(--dc-white); }
.dc-pcas--cream { background: linear-gradient(180deg, #FFFDFA, var(--dc-paper)); }
.dc-pcas--sand  { background: linear-gradient(180deg, var(--dc-paper), var(--dc-paper-warm)); }
.dc-pcas__glow { position: absolute; z-index: 0; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.dc-pcas__glow--a { width: 44vw; height: 44vw; left: -10vw; top: 2%; background: radial-gradient(circle, rgba(227,125,25,.14), transparent 70%); }
.dc-pcas__glow--b { width: 36vw; height: 36vw; right: -8vw; bottom: -8%; background: radial-gradient(circle, rgba(242,153,74,.12), transparent 70%); }

.dc-pcas__grid {
    position: relative; z-index: 2;
    display: grid; grid-template-columns: 1.02fr .98fr;
    gap: clamp(30px, 5vw, 80px); align-items: center;
}

/* the cascade */
.dc-pcas__stack { position: relative; display: flex; flex-direction: column; align-items: flex-start; perspective: 1400px; }
.dc-pcard {
    position: relative; width: clamp(248px, 82%, 372px); margin-top: -30px;
    opacity: 0;
    transform: translateX(var(--x)) translateY(60px) rotate(calc(var(--r) - 5deg)) scale(.96);
    transition: opacity .8s var(--dc-ease-out), transform 1s var(--dc-ease-out);
    transition-delay: calc(var(--i) * .09s);
    will-change: transform;
}
.dc-pcard:first-child { margin-top: 0; }
.dc-pcas__stack.is-in .dc-pcard {
    opacity: 1;
    transform: translateX(var(--x)) translate3d(calc(var(--mx,0px) * var(--depth)), calc(var(--my,0px) * var(--depth)), 0) rotate(var(--r));
}
.dc-pcas__stack.is-in .dc-pcard:hover {
    transform: translateX(var(--x)) rotate(0deg) translateY(-12px) scale(1.05);
    z-index: 40 !important;
}

/* light frosted-glass card */
.dc-pcard__inner {
    position: relative; overflow: hidden;
    display: flex; flex-direction: column; gap: 14px;
    padding: 18px 22px 20px;
    border-radius: 18px;
    background: linear-gradient(140deg, rgba(255,255,255,.94), rgba(255,255,255,.66));
    border: 1px solid rgba(28,28,28,.07);
    -webkit-backdrop-filter: blur(12px) saturate(135%);
    backdrop-filter: blur(12px) saturate(135%);
    box-shadow: 0 22px 48px rgba(28,28,28,.12), 0 6px 16px rgba(28,28,28,.07), inset 0 1px 0 rgba(255,255,255,.9);
    animation: dc-bob 6.5s ease-in-out infinite alternate;
    animation-delay: calc(var(--i) * -0.7s);
}
.dc-pcard:hover .dc-pcard__inner {
    background: linear-gradient(140deg, #fff, rgba(255,255,255,.82));
    border-color: rgba(227,125,25,.45);
    box-shadow: 0 32px 66px rgba(28,28,28,.16), 0 8px 20px rgba(227,125,25,.16), inset 0 1px 0 #fff;
}
.dc-pcard__sheen {
    position: absolute; top: 0; left: -60%; width: 50%; height: 100%;
    background: linear-gradient(105deg, transparent, rgba(255,255,255,.6), transparent);
    transform: skewX(-18deg); pointer-events: none; transition: left .7s var(--dc-ease);
}
.dc-pcard:hover .dc-pcard__sheen { left: 130%; }

.dc-pcard__top { display: flex; align-items: center; gap: 13px; }
.dc-pcard__ico {
    display: grid; place-items: center; flex: 0 0 auto;
    width: 44px; height: 44px; border-radius: 13px; color: #fff;
    background: linear-gradient(150deg, var(--dc-gold), var(--dc-gold-deep));
    box-shadow: 0 6px 14px rgba(227,125,25,.35), inset 0 1px 0 rgba(255,255,255,.4);
}
.dc-pcard__ico .dc-ico { width: 22px; height: 22px; }
.dc-pcard__meta { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.dc-pcard__name { font-weight: 600; font-size: 1rem; color: var(--dc-ink); letter-spacing: -.01em; }
.dc-pcard__sub { font-size: .78rem; letter-spacing: .02em; color: var(--dc-stone); }
.dc-pcard__value { display: flex; align-items: baseline; gap: 8px; }
.dc-pcard__num { font-family: var(--dc-serif); font-size: clamp(1.7rem, 2.2vw, 2.2rem); font-weight: 600; line-height: 1; color: var(--dc-ink); }
.dc-pcard__per { font-size: .8rem; color: var(--dc-stone); }

.dc-pcard--ghost { width: clamp(220px, 70%, 320px); }
.dc-pcard--ghost .dc-pcard__inner {
    background: linear-gradient(140deg, rgba(255,255,255,.6), rgba(255,255,255,.34));
    box-shadow: 0 16px 36px rgba(28,28,28,.08), inset 0 1px 0 rgba(255,255,255,.7);
    animation-duration: 7.5s;
}
.dc-pcard--ghost .dc-pcard__name { color: var(--dc-stone); }

/* floor reflection */
.dc-pcas__floor {
    position: absolute; left: 6%; right: 10%; bottom: -30px; height: 120px;
    background: radial-gradient(60% 100% at 45% 0%, rgba(28,28,28,.12), rgba(227,125,25,.06) 45%, transparent 72%);
    filter: blur(14px); pointer-events: none; z-index: -1;
}

/* right copy */
.dc-pcas__copy { position: relative; }
.dc-pcas__title {
    font-family: var(--dc-serif); font-weight: 500;
    font-size: clamp(2.1rem, 3.8vw, 3.4rem); line-height: 1.06; letter-spacing: -.015em;
    color: var(--dc-ink); margin: 20px 0 18px;
}
.dc-pcas__title em { font-style: italic; color: var(--dc-gold-deep); }
.dc-pcas__tag { font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.5; color: var(--dc-stone); max-width: 22em; }
.dc-pcas__cta { position: relative; display: inline-flex; margin-top: 30px; }
.dc-pcas__cursor { position: absolute; right: -10px; bottom: -16px; color: var(--dc-ink); }
.dc-pcas__cursor svg { width: 24px; height: 24px; filter: drop-shadow(0 3px 5px rgba(28,28,28,.25)); animation: dc-cursor 3.2s var(--dc-ease) infinite; }

@media (max-width: 980px) {
    .dc-pcas__grid { grid-template-columns: 1fr; gap: clamp(40px,7vw,60px); }
    .dc-pcas__copy { order: -1; text-align: center; }
    .dc-pcas__copy .dc-kicker::before { display: none; }
    .dc-pcas__tag { margin-inline: auto; }
    .dc-pcas__stack { align-items: center; }
}
@media (max-width: 560px) {
    .dc-pcard { --x: 0% !important; --r: 0deg !important; width: min(340px, 90vw); margin-top: -20px; }
    .dc-pcard--ghost { width: min(300px, 80vw); }
}
@media (prefers-reduced-motion: reduce) {
    .dc-pcas__stack .dc-pcard { opacity: 1 !important; transform: translateX(var(--x)) rotate(var(--r)) !important; }
}

/* --- 9.3 PRODUCT SHOWCASE ---------------------------------------------- */
.dc-products__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(14px,1.6vw,26px); }
.dc-product {
    position: relative; display: block; overflow: hidden;
    border-radius: var(--dc-radius); background: var(--dc-ink);
    isolation: isolate;
}
.dc-product .dc-frame { aspect-ratio: 3/4.4; border-radius: 0; background: var(--dc-graphite); }
.dc-product__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,8,6,.86) 0%, rgba(10,8,6,.18) 46%, rgba(10,8,6,.06) 100%); z-index: 2; }
.dc-product__body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding: clamp(20px,2vw,30px); color: #fff; }
.dc-product__idx { font-size: .72rem; letter-spacing: .2em; color: var(--dc-gold-2); }
.dc-product__name { font-family: var(--dc-serif); col font-size: clamp(1.3rem,1.6vw,1.7rem); font-weight: 500; margin-top: 8px; }
.dc-product__desc { font-size: .9rem; color: rgba(255,255,255,.74); margin-top: 8px; max-height: 0; opacity: 0; overflow: hidden; transition: max-height .5s var(--dc-ease), opacity .5s var(--dc-ease), margin .5s var(--dc-ease); }
.dc-product__go { display: inline-flex; align-items: center; gap: .5em; margin-top: 14px; font-size: .82rem; font-weight: 600; color: #fff; }
.dc-product__go svg { width: 1em; height: 1em; transition: transform .35s var(--dc-ease); }
.dc-product:hover .dc-product__desc { max-height: 7em; opacity: 1; margin-top: 8px; }
.dc-product:hover .dc-product__go svg { transform: translateX(5px); }
.dc-product .dc-frame img, .dc-product .dc-frame video, .dc-product .dc-frame .dc-ph { transition: transform 1.2s var(--dc-ease-out); }
.dc-product:hover .dc-frame img, .dc-product:hover .dc-frame video, .dc-product:hover .dc-frame .dc-ph { transform: scale(1.07); }

/* --- 9.4 WHY / STORYTELLING (split, asymmetric) ------------------------ */
.dc-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,5vw,90px); align-items: center; }
.dc-split--flip .dc-split__media { order: 2; }
.dc-split__media { position: relative; }
.dc-split__stack { position: relative; }
.dc-split__stack .dc-frame:first-child { box-shadow: var(--dc-shadow-lg); }
.dc-split__stack .dc-frame:last-child {
    position: absolute; right: -10%; bottom: -14%;
    width: 46%; border: 6px solid var(--dc-paper); box-shadow: var(--dc-shadow-md);
}
.dc-feature-list { margin-top: 36px; display: grid; gap: 4px; }
.dc-feature {
    display: grid; grid-template-columns: auto 1fr; gap: 18px;
    padding: 20px 0; border-top: 1px solid var(--dc-line);
}
.dc-feature:last-child { border-bottom: 1px solid var(--dc-line); }
.dc-feature__ico { width: 26px; height: 26px; color: var(--dc-gold-deep); margin-top: 3px; }
.dc-feature__t { font-family: var(--dc-serif); font-size: 1.18rem; font-weight: 500; }
.dc-feature__d { font-size: .94rem; color: var(--dc-stone); margin-top: 5px; line-height: 1.6; }

/* --- 9.5 PROCESS STEPS (timeline) -------------------------------------- */
.dc-steps { position: relative; }
.dc-steps__track { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(18px,2.4vw,40px); }
.dc-steps__line { position: absolute; top: 34px; left: 6%; right: 6%; height: 1px; background: var(--dc-line); z-index: 0; }
.dc-steps__line i { position: absolute; inset: 0; width: 0; background: var(--dc-gold); transition: width 1.4s var(--dc-ease); }
.dc-steps.is-in .dc-steps__line i { width: 100%; }
.dc-step { position: relative; z-index: 1; }
.dc-step__num {
    width: 68px; height: 68px; border-radius: 50%;
    display: grid; place-items: center; margin-bottom: 26px;
    background: var(--dc-paper); border: 1px solid var(--dc-line);
    font-family: var(--dc-serif); font-size: 1.5rem; color: var(--dc-ink);
    transition: background .5s var(--dc-ease), color .5s var(--dc-ease), border-color .5s var(--dc-ease);
}
.dc-step:hover .dc-step__num { background: var(--dc-ink); color: var(--dc-gold-2); border-color: var(--dc-ink); }
.dc-step__t { font-family: var(--dc-serif); font-size: 1.3rem; font-weight: 500; margin-bottom: 12px; }
.dc-step__d { font-size: .94rem; color: var(--dc-stone); line-height: 1.66; }
.dc--ink .dc-step__num { background: #211C17; border-color: var(--dc-line-dark); color: #fff; }
.dc--ink .dc-steps__line { background: var(--dc-line-dark); }

/* --- 9.5b PROCESS STEPS — cascade (design-009) ------------------------ */
.dc-ps { padding-block: clamp(84px, 11vw, 160px); isolation: isolate; background: var(--dc-white); }
.dc-ps--white { background: var(--dc-white); }
.dc-ps--cream { background: linear-gradient(180deg, #FFFDFA, var(--dc-paper)); }
.dc-ps--sand  { background: linear-gradient(180deg, var(--dc-paper), var(--dc-paper-warm)); }
.dc-ps__glow { position: absolute; z-index: 0; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.dc-ps__glow--a { width: 44vw; height: 44vw; left: -10vw; top: 2%; background: radial-gradient(circle, rgba(227,125,25,.14), transparent 70%); }
.dc-ps__glow--b { width: 36vw; height: 36vw; right: -8vw; bottom: -8%; background: radial-gradient(circle, rgba(242,153,74,.12), transparent 70%); }
.dc-ps__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(30px, 5vw, 80px); align-items: center; }

.dc-ps__stack { position: relative; display: flex; flex-direction: column; align-items: flex-start; perspective: 1400px; }
.dc-ps__card {
    position: relative; width: clamp(248px, 88%, 410px); margin-top: -26px; opacity: 0;
    transform: translateX(var(--x)) translateY(60px) rotate(calc(var(--r) - 5deg)) scale(.96);
    transition: opacity .8s var(--dc-ease-out), transform 1s var(--dc-ease-out);
    transition-delay: calc(var(--i) * .09s); will-change: transform;
}
.dc-ps__card:first-child { margin-top: 0; }
.dc-ps__stack.is-in .dc-ps__card { opacity: 1; transform: translateX(var(--x)) translate3d(calc(var(--mx,0px) * var(--depth)), calc(var(--my,0px) * var(--depth)), 0) rotate(var(--r)); }
.dc-ps__stack.is-in .dc-ps__card:hover { transform: translateX(var(--x)) rotate(0deg) translateY(-10px) scale(1.04); z-index: 40 !important; }

.dc-ps__inner {
    display: flex; align-items: flex-start; gap: 16px; padding: 18px 22px;
    border-radius: 18px; overflow: hidden;
    background: linear-gradient(140deg, rgba(255,255,255,.94), rgba(255,255,255,.66));
    border: 1px solid rgba(28,28,28,.07);
    -webkit-backdrop-filter: blur(12px) saturate(135%); backdrop-filter: blur(12px) saturate(135%);
    box-shadow: 0 22px 48px rgba(28,28,28,.12), 0 6px 16px rgba(28,28,28,.07), inset 0 1px 0 rgba(255,255,255,.9);
    animation: dc-bob 6.5s ease-in-out infinite alternate; animation-delay: calc(var(--i) * -0.7s);
}
.dc-ps__card:hover .dc-ps__inner {
    background: linear-gradient(140deg, #fff, rgba(255,255,255,.82));
    border-color: rgba(227,125,25,.45);
    box-shadow: 0 32px 66px rgba(28,28,28,.16), 0 8px 20px rgba(227,125,25,.16), inset 0 1px 0 #fff;
}
.dc-ps__num { font-family: var(--dc-serif); font-size: 2.3rem; font-weight: 600; line-height: 1; color: var(--dc-gold); flex: 0 0 auto; min-width: 44px; }
.dc-ps__txt { min-width: 0; }
.dc-ps__step { font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--dc-stone); }
.dc-ps__name { display: block; font-family: var(--dc-serif); font-size: 1.22rem; color: var(--dc-ink); margin: 3px 0 7px; }
.dc-ps__desc { font-size: .84rem; line-height: 1.5; color: var(--dc-stone); margin: 0; }
.dc-ps__floor { position: absolute; left: 6%; right: 10%; bottom: -30px; height: 120px; background: radial-gradient(60% 100% at 45% 0%, rgba(28,28,28,.12), rgba(227,125,25,.06) 45%, transparent 72%); filter: blur(14px); pointer-events: none; z-index: -1; }

.dc-ps__copy { position: relative; }
.dc-ps__title { font-family: var(--dc-serif); font-weight: 500; font-size: clamp(2.1rem, 3.6vw, 3.3rem); line-height: 1.05; letter-spacing: -.015em; color: var(--dc-ink); margin: 20px 0 18px; }
.dc-ps__title em { font-style: italic; color: var(--dc-gold-deep); }
.dc-ps__cta { position: relative; display: inline-flex; margin-top: 30px; }
.dc-ps__cursor { position: absolute; right: -10px; bottom: -16px; color: var(--dc-ink); }
.dc-ps__cursor svg { width: 24px; height: 24px; filter: drop-shadow(0 3px 5px rgba(28,28,28,.25)); animation: dc-cursor 3.2s var(--dc-ease) infinite; }

@media (max-width: 980px) {
    .dc-ps__grid { grid-template-columns: 1fr; gap: clamp(40px,7vw,60px); }
    .dc-ps__copy { order: -1; text-align: center; }
    .dc-ps__copy .dc-kicker::before { display: none; }
    .dc-ps__stack { align-items: center; }
}
@media (max-width: 560px) {
    .dc-ps__card { --x: 0% !important; --r: 0deg !important; width: min(360px, 92vw); margin-top: -18px; }
}
@media (prefers-reduced-motion: reduce) {
    .dc-ps__stack .dc-ps__card { opacity: 1 !important; transform: translateX(var(--x)) rotate(var(--r)) !important; }
}

/* --- 9.6 INSPIRATION GALLERY (masonry) --------------------------------- */
.dc-gallery { columns: 3; column-gap: clamp(14px,1.4vw,22px); }
.dc-gallery__item { break-inside: avoid; margin-bottom: clamp(14px,1.4vw,22px); position: relative; border-radius: var(--dc-radius); overflow: hidden; }
.dc-gallery__cap {
    position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
    padding: 30px 18px 16px; color: #fff;
    background: linear-gradient(to top, rgba(10,8,6,.78), transparent);
    font-size: .82rem; letter-spacing: .04em;
    opacity: 0; transform: translateY(8px); transition: opacity .4s var(--dc-ease), transform .4s var(--dc-ease);
}
.dc-gallery__item:hover .dc-gallery__cap { opacity: 1; transform: none; }

/* --- 9.7 REVIEWS (slider) ---------------------------------------------- */
.dc-reviews__viewport { overflow: hidden; }
.dc-reviews__track { display: flex; gap: clamp(18px,2vw,30px); transition: transform .7s var(--dc-ease-out); }
.dc-review {
    flex: 0 0 clamp(300px, 40%, 460px);
    background: var(--dc-paper); border: 1px solid var(--dc-line);
    border-radius: var(--dc-radius-lg); padding: clamp(28px,3vw,42px);
    display: flex; flex-direction: column;
}
.dc--ink .dc-review { background: #1E1914; border-color: var(--dc-line-dark); }
.dc-review__stars { display: flex; gap: 3px; color: var(--dc-gold); margin-bottom: 20px; }
.dc-review__stars svg { width: 18px; height: 18px; }
.dc-review__quote { font-family: var(--dc-serif); font-size: clamp(1.05rem,1.3vw,1.35rem); line-height: 1.5; font-weight: 400; flex: 1; }
.dc--ink .dc-review__quote { color: #fff; }
.dc-review__foot { display: flex; align-items: center; gap: 14px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--dc-line); }
.dc--ink .dc-review__foot { border-color: var(--dc-line-dark); }
.dc-review__avatar { width: 50px; height: 50px; border-radius: 50%; overflow: hidden; flex: 0 0 50px; background: var(--dc-paper-deep); position: relative; }
.dc-review__name { font-weight: 600; font-size: .95rem; }
.dc-review__meta { font-size: .8rem; color: var(--dc-stone); }
.dc-reviews__nav { display: flex; gap: 12px; }
.dc-reviews__btn {
    width: 56px; height: 56px; border-radius: 50%; cursor: pointer;
    border: 1px solid var(--dc-line); background: transparent; color: var(--dc-ink);
    display: grid; place-items: center; transition: background .3s var(--dc-ease), color .3s var(--dc-ease), border-color .3s;
}
.dc-reviews__btn:hover { background: var(--dc-ink); color: #fff; border-color: var(--dc-ink); }
.dc-reviews__btn svg { width: 20px; height: 20px; }
.dc--ink .dc-reviews__btn { color: #fff; border-color: var(--dc-line-dark); }
.dc--ink .dc-reviews__btn:hover { background: #fff; color: var(--dc-ink); }
.dc-reviews__btn[disabled] { opacity: .35; cursor: default; }

/* --- 9.7b REVIEWS — floating card collage (light) --------------------- */
.dc-rv__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(30px, 5vw, 72px); align-items: center; }
.dc-rv__score { display: flex; align-items: center; gap: 14px; margin-top: 28px; }
.dc-rv__glogo { width: 30px; height: 30px; flex: 0 0 auto; }
.dc-rv__stars { display: inline-flex; gap: 2px; color: var(--dc-gold); }
.dc-rv__stars svg { width: 17px; height: 17px; }
.dc-rv__stars--sm svg { width: 13px; height: 13px; }
.dc-rv__scoretxt { display: block; font-size: .86rem; color: var(--dc-stone); margin-top: 3px; }
.dc-rv__scoretxt strong { color: var(--dc-ink); }

.dc-rv__stage { position: relative; aspect-ratio: 1 / .9; }
@media (min-width: 901px) { .dc-rv__stage { min-height: 460px; } }
.dc-rv__lines { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; color: rgba(28,28,28,.18); }
.dc-rv__card, .dc-rv__tile { position: absolute; z-index: 1; animation: dc-bob 6s ease-in-out infinite alternate; animation-delay: calc(var(--d, 0) * -0.8s); }

.dc-rv__card { background: #fff; border: 1px solid var(--dc-line); border-radius: 18px; box-shadow: var(--dc-shadow-md); }
.dc-rv__card--feat { left: 0; top: 0; width: 56%; overflow: hidden; z-index: 2; }
.dc-rv__photo { position: relative; aspect-ratio: 16 / 11; background: var(--dc-paper-deep); }
.dc-rv__photo img, .dc-rv__photo .dc-ph { width: 100%; height: 100%; object-fit: cover; }
.dc-rv__pill { position: absolute; left: 12px; bottom: 12px; display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,.92); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); font-size: .72rem; font-weight: 600; color: var(--dc-ink); box-shadow: 0 6px 16px rgba(28,28,28,.16); }
.dc-rv__pill svg { width: 13px; height: 13px; color: var(--dc-gold); }
.dc-rv__cardbody { padding: 16px 18px 18px; }
.dc-rv__quote { font-family: var(--dc-serif); font-size: 1.02rem; line-height: 1.4; color: var(--dc-ink); margin: 10px 0; }
.dc-rv__name { font-size: .82rem; font-weight: 600; color: var(--dc-stone); }

.dc-rv__card--google { right: 0; top: 33%; width: 46%; padding: 16px 18px; display: flex; align-items: center; gap: 13px; }
.dc-rv__gicon { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 11px; background: var(--dc-paper); border: 1px solid var(--dc-line); }
.dc-rv__gicon .dc-rv__glogo { width: 22px; height: 22px; }
.dc-rv__gscore { display: flex; align-items: center; gap: 7px; font-family: var(--dc-serif); font-size: 1.25rem; font-weight: 600; color: var(--dc-ink); }
.dc-rv__gmeta { font-size: .78rem; color: var(--dc-stone); }

.dc-rv__card--stat { left: 7%; bottom: 0; width: 58%; padding: 15px 20px; display: flex; align-items: center; gap: 16px; }
.dc-rv__avatars { display: flex; align-items: center; flex: 0 0 auto; }
.dc-rv__av { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; border: 2px solid #fff; margin-left: -12px; background: var(--dc-paper-deep); display: grid; place-items: center; font-size: .85rem; font-weight: 600; color: var(--dc-stone); box-shadow: 0 2px 6px rgba(28,28,28,.12); }
.dc-rv__av:first-child { margin-left: 0; }
.dc-rv__av img { width: 100%; height: 100%; object-fit: cover; }
.dc-rv__av--ph { background: linear-gradient(150deg, var(--dc-paper-warm), var(--dc-paper-deep)); color: var(--dc-gold-deep); }
.dc-rv__av--more { background: var(--dc-gold); color: #fff; }
.dc-rv__statv { display: block; font-family: var(--dc-serif); font-size: 1.4rem; font-weight: 600; color: var(--dc-ink); line-height: 1; }
.dc-rv__statl { font-size: .78rem; color: var(--dc-stone); }

.dc-rv__card--mini { right: 2%; bottom: 19%; width: 44%; padding: 14px 16px; }
.dc-rv__minitxt { font-size: .86rem; line-height: 1.4; color: var(--dc-ink); margin: 8px 0; }

.dc-rv__tile { width: 62px; height: 62px; border-radius: 16px; display: grid; place-items: center; box-shadow: var(--dc-shadow-md); }
.dc-rv__tile svg { width: 26px; height: 26px; }
.dc-rv__tile--star { top: 7%; right: 16%; background: linear-gradient(150deg, var(--dc-gold), var(--dc-gold-deep)); color: #fff; }
.dc-rv__tile--quote { bottom: 8%; right: 4%; background: var(--dc-ink); color: var(--dc-gold-2); }

@media (max-width: 900px) {
    .dc-rv__grid { grid-template-columns: 1fr; gap: 40px; }
    .dc-rv__stage { aspect-ratio: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; min-height: 0; }
    .dc-rv__lines, .dc-rv__tile { display: none; }
    .dc-rv__card, .dc-rv__tile { position: static; animation: none; }
    .dc-rv__card--feat { grid-column: 1 / -1; width: auto; }
    .dc-rv__card--google, .dc-rv__card--stat, .dc-rv__card--mini { width: auto; }
}

/* --- 9.8 FEATURED WORK (portfolio) ------------------------------------- */
.dc-work { display: grid; gap: clamp(60px,8vw,130px); }
.dc-case { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,5vw,80px); align-items: center; }
.dc-case--flip .dc-case__media { order: 2; }
.dc-case__media { position: relative; perspective: 1600px; }
.dc-case__book {
    position: relative; transition: transform 1s var(--dc-ease-out);
    transform: rotateY(-16deg) rotateX(4deg); transform-style: preserve-3d;
    box-shadow: var(--dc-shadow-lg);
}
.dc-case__book::after { content: ""; position: absolute; top: 0; left: 0; bottom: 0; width: 26px; background: linear-gradient(90deg, rgba(255,255,255,.28), rgba(0,0,0,.16)); }
.dc-case:hover .dc-case__book { transform: rotateY(-6deg) rotateX(2deg); }
.dc-case__tag { font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; color: var(--dc-gold-deep); }
.dc-case__title { font-family: var(--dc-serif); font-size: clamp(1.7rem,2.6vw,2.6rem); font-weight: 500; margin: 16px 0 18px; }
.dc-case__specs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.dc-case__spec { font-size: .78rem; letter-spacing: .05em; padding: 7px 14px; border: 1px solid var(--dc-line); border-radius: 999px; color: var(--dc-stone); }

/* --- 9.9 QUALITY GUARANTEE --------------------------------------------- */
.dc-quality__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(16px,2vw,30px); }
.dc-qcard { padding: clamp(28px,3vw,42px); border: 1px solid var(--dc-line-dark); border-radius: var(--dc-radius-lg); background: rgba(255,255,255,.02); transition: transform .5s var(--dc-ease), background .5s var(--dc-ease); }
.dc-qcard:hover { transform: translateY(-6px); background: rgba(255,255,255,.05); }
.dc-qcard__ico { width: 40px; height: 40px; color: var(--dc-gold-2); margin-bottom: 24px; }
.dc-qcard__t { font-family: var(--dc-serif); font-size: 1.4rem; color: #fff; margin-bottom: 12px; }
.dc-qcard__d { font-size: .94rem; color: rgba(255,255,255,.66); line-height: 1.66; }
.dc-quality__stat { font-family: var(--dc-serif); font-size: clamp(3rem,7vw,6rem); color: var(--dc-gold-2); line-height: 1; }

/* --- 9.10 ABOUT / TEAM -------------------------------------------------- */
.dc-team__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(16px,2vw,28px); }
.dc-member { }
.dc-member__photo { position: relative; aspect-ratio: 3/4; border-radius: var(--dc-radius); overflow: hidden; background: var(--dc-paper-deep); margin-bottom: 18px; }
.dc-member__photo img, .dc-member__photo .dc-ph { transition: transform 1s var(--dc-ease-out); }
.dc-member:hover .dc-member__photo img, .dc-member:hover .dc-member__photo .dc-ph { transform: scale(1.05); }
.dc-member__role { font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--dc-gold-deep); }
.dc-member__name { font-family: var(--dc-serif); font-size: 1.3rem; margin: 6px 0 10px; }
.dc-member__bio { font-size: .9rem; color: var(--dc-stone); line-height: 1.6; }
.dc-member__mail { display: inline-flex; align-items: center; gap: .4em; margin-top: 14px; font-size: .84rem; color: var(--dc-gold-deep); font-weight: 600; }

/* --- 9.11 QUOTE CALCULATOR --------------------------------------------- */
.dc-calc { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(30px,5vw,80px); align-items: center; }
.dc-calc__panel { background: var(--dc-paper); border: 1px solid var(--dc-line); border-radius: var(--dc-radius-lg); padding: clamp(28px,3vw,48px); box-shadow: var(--dc-shadow-md); }
.dc--ink .dc-calc__panel { background: #1E1914; border-color: var(--dc-line-dark); }
.dc-field { margin-bottom: 26px; }
.dc-field > label { display: block; font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--dc-stone); margin-bottom: 12px; }
.dc-chip-row { display: flex; flex-wrap: wrap; gap: 10px; }
.dc-chip {
    padding: 11px 18px; border-radius: 999px; cursor: pointer; user-select: none;
    border: 1px solid var(--dc-line); font-size: .88rem; font-weight: 500;
    background: transparent; color: var(--dc-ink);
    transition: all .25s var(--dc-ease);
}
.dc--ink .dc-chip { color: #fff; border-color: var(--dc-line-dark); }
.dc-chip:hover { border-color: var(--dc-gold); }
.dc-chip.is-active { background: var(--dc-ink); color: #fff; border-color: var(--dc-ink); }
.dc--ink .dc-chip.is-active { background: var(--dc-gold); color: #1B140A; border-color: var(--dc-gold); }
.dc-range { width: 100%; -webkit-appearance: none; appearance: none; height: 3px; border-radius: 3px; background: var(--dc-line); outline: none; }
.dc-range::-webkit-slider-thumb { -webkit-appearance: none; width: 22px; height: 22px; border-radius: 50%; background: var(--dc-gold); cursor: pointer; box-shadow: var(--dc-shadow-sm); border: 3px solid var(--dc-paper); }
.dc-range::-moz-range-thumb { width: 18px; height: 18px; border-radius: 50%; background: var(--dc-gold); cursor: pointer; border: 3px solid var(--dc-paper); }
.dc-range__val { font-family: var(--dc-serif); font-size: 1.5rem; color: var(--dc-ink); }
.dc--ink .dc-range__val { color: #fff; }
.dc-calc__summary { display: flex; align-items: baseline; justify-content: space-between; padding: 22px 0; margin-top: 8px; border-top: 1px solid var(--dc-line); }
.dc--ink .dc-calc__summary { border-color: var(--dc-line-dark); }
.dc-calc__est { font-family: var(--dc-serif); font-size: 2rem; color: var(--dc-gold-deep); }
.dc--ink .dc-calc__est { color: var(--dc-gold-2); }
.dc-calc__note { font-size: .78rem; color: var(--dc-stone); margin-top: 4px; }

/* --- 9.11b OFFERTE AANVRAAG (form + live SVG result) ------------------- */
.dc-qf__head { max-width: 760px; margin: 0 auto clamp(40px, 5vw, 64px); text-align: center; }
.dc-qf__head .dc-lead { max-width: 60ch; }
.dc-qf__layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 4vw, 56px); align-items: start; }

/* step meta + progress */
.dc-qf__bar { display: flex; align-items: center; gap: 16px; margin-bottom: 26px; }
.dc-qf__stepmeta { font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--dc-gold-deep); white-space: nowrap; }
.dc-qf__bar .dc-qf__progress { flex: 1; margin: 0; }

/* type cards with custom SVG icons */
.dc-chip-row--cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(98px, 1fr)); gap: 10px; }
.dc-chip--card {
    flex-direction: column; align-items: center; gap: 9px; text-align: center;
    padding: 16px 8px; border-radius: 14px; height: auto; line-height: 1.2;
}
.dc-chip__ico { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--dc-paper-warm); color: var(--dc-gold-deep); transition: all .25s var(--dc-ease); }
.dc-chip__ico svg { width: 23px; height: 23px; }
.dc-chip--card.is-active { background: var(--dc-orange-soft); border-color: var(--dc-gold); color: var(--dc-ink); }
.dc-chip--card.is-active .dc-chip__ico { background: var(--dc-gold); color: #fff; }
.dc-chip--card:hover .dc-chip__ico { color: var(--dc-gold); }

/* right: live SVG result of the selection */
.dc-qf__preview { position: sticky; top: 110px; background: var(--dc-white); border: 1px solid var(--dc-line); border-radius: var(--dc-radius-lg); padding: clamp(22px, 2.6vw, 34px); box-shadow: var(--dc-shadow-md); }
.dc-qf__stage { position: relative; aspect-ratio: 1 / .82; max-width: 340px; margin: 0 auto clamp(18px, 2vw, 26px); }
.dc-qf__stage::after { content: ""; position: absolute; left: 14%; right: 14%; bottom: 7%; height: 26px; background: radial-gradient(50% 100% at 50% 0%, rgba(28,28,28,.14), transparent 70%); filter: blur(7px); }
.dc-qf__art { position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; transform: scale(.92) translateY(8px); transition: opacity .45s var(--dc-ease), transform .55s var(--dc-ease-out); pointer-events: none; }
.dc-qf__art.is-active { opacity: 1; transform: none; }
.dc-qf__art svg { width: 80%; height: 80%; filter: drop-shadow(0 18px 28px rgba(28,28,28,.16)); animation: dc-bob 6s ease-in-out infinite alternate; }

.dc-qf__summary { display: grid; }
.dc-sumrow { display: grid; grid-template-columns: 30px 1fr auto; gap: 12px; align-items: center; padding: 11px 2px; border-top: 1px solid var(--dc-line-soft); }
.dc-sumrow:first-child { border-top: 0; }
.dc-sumrow__i { display: grid; place-items: center; }
.dc-sumrow__i svg { width: 18px; height: 18px; color: var(--dc-gold-deep); }
.dc-sumrow__k { font-size: .8rem; letter-spacing: .04em; text-transform: uppercase; color: var(--dc-stone); }
.dc-sumrow__v { font-weight: 600; color: var(--dc-mist); text-align: right; transition: color .3s var(--dc-ease); }
.dc-sumrow__v.is-set { color: var(--dc-ink); }

/* (legacy aside layout kept for back-compat) */
.dc-qf__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(30px, 5vw, 70px); align-items: start; }
.dc-qf__aside { position: sticky; top: 110px; }
.dc-qf__steps { list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 4px; }
.dc-qf__steplink {
    display: flex; align-items: center; gap: 14px; padding: 12px 14px; border-radius: 12px;
    color: var(--dc-stone); font-weight: 500; cursor: default;
    transition: background .25s var(--dc-ease), color .25s var(--dc-ease);
}
.dc-qf__steplink.is-active { background: var(--dc-white); color: var(--dc-ink); box-shadow: var(--dc-shadow-sm); }
.dc-qf__steplink.is-done { color: var(--dc-ink); cursor: pointer; }
.dc-qf__stepnum {
    width: 30px; height: 30px; border-radius: 50%; flex: 0 0 auto;
    display: grid; place-items: center; font-size: .85rem;
    border: 1px solid var(--dc-line); transition: all .25s var(--dc-ease);
}
.dc-qf__steplink.is-active .dc-qf__stepnum { background: var(--dc-gold); color: #fff; border-color: var(--dc-gold); }
.dc-qf__steplink.is-done .dc-qf__stepnum { background: var(--dc-ink); color: #fff; border-color: var(--dc-ink); }
.dc-qf__usps { list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 11px; }
.dc-qf__usps li { display: flex; align-items: center; gap: 10px; font-size: .92rem; color: var(--dc-stone); }
.dc-qf__usps svg { width: 18px; height: 18px; color: var(--dc-gold-deep); flex: 0 0 auto; }

.dc-qf__form {
    position: relative; background: var(--dc-white); border: 1px solid var(--dc-line);
    border-radius: var(--dc-radius-lg); padding: clamp(26px, 3vw, 44px); box-shadow: var(--dc-shadow-md);
}
.dc-qf__progress { height: 4px; border-radius: 4px; background: var(--dc-paper-warm); overflow: hidden; margin-bottom: 30px; }
.dc-qf__progress i { display: block; height: 100%; background: linear-gradient(90deg, var(--dc-gold), var(--dc-gold-deep)); border-radius: 4px; transition: width .5s var(--dc-ease); }
.dc-qf__panel { display: none; }
.dc-qf__panel.is-active { display: block; animation: dc-qf-in .5s var(--dc-ease-out); }
@keyframes dc-qf-in { from { opacity: 0; transform: translateX(16px); } to { opacity: 1; transform: none; } }
.dc-qf__ptitle { font-family: var(--dc-serif); font-weight: 500; font-size: clamp(1.3rem, 1.8vw, 1.7rem); color: var(--dc-ink); margin: 0 0 6px; }
.dc-qf__phint { font-size: .92rem; color: var(--dc-stone); margin: 0 0 22px; }
.dc-req { color: var(--dc-gold-deep); }

.dc-input {
    width: 100%; padding: 14px 16px; border: 1px solid var(--dc-line); border-radius: 10px;
    background: var(--dc-paper); color: var(--dc-ink); font: inherit; font-size: 1rem;
    transition: border-color .2s var(--dc-ease), box-shadow .2s var(--dc-ease), background .2s var(--dc-ease);
}
.dc-input::placeholder { color: var(--dc-mist); }
.dc-input:focus { outline: none; border-color: var(--dc-gold); box-shadow: 0 0 0 3px var(--dc-gold-wash); background: #fff; }
.dc-qf__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.dc-qf .dc-field { margin-bottom: 22px; }
.dc-field.is-invalid > label { color: #C0392B; }
.dc-field.is-invalid .dc-input { border-color: #C0392B; box-shadow: 0 0 0 3px rgba(192,57,43,.12); }
.dc-chip-row.is-invalid { box-shadow: 0 0 0 2px rgba(192,57,43,.2); border-radius: 12px; padding: 6px; margin: -6px; }

.dc-qf__nav { display: flex; gap: 12px; align-items: center; margin-top: 8px; }
.dc-qf [hidden] { display: none !important; }   /* beat .dc-btn{display:inline-flex} */
.dc-qf__nav [data-next], .dc-qf__nav [data-submit] { margin-left: auto; }
.dc-qf__nav .dc-btn.is-loading { opacity: .7; pointer-events: none; }
.dc-qf__status { margin: 16px 0 0; font-size: .92rem; min-height: 1.2em; }
.dc-qf__status.is-error { color: #C0392B; }

.dc-qf__done { display: none; text-align: center; padding: 18px 0 8px; animation: dc-qf-in .5s var(--dc-ease-out); }
.dc-qf__form.is-sent .dc-qf__progress,
.dc-qf__form.is-sent .dc-qf__panel,
.dc-qf__form.is-sent .dc-qf__nav,
.dc-qf__form.is-sent .dc-qf__status { display: none; }
.dc-qf__form.is-sent .dc-qf__done { display: block; }
.dc-qf__done-ico {
    width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 18px;
    display: grid; place-items: center; color: #fff;
    background: linear-gradient(150deg, var(--dc-gold), var(--dc-gold-deep));
    box-shadow: 0 10px 24px rgba(227,125,25,.35);
}
.dc-qf__done-ico svg { width: 30px; height: 30px; }

@media (max-width: 900px) {
    .dc-qf__layout { grid-template-columns: 1fr; gap: 30px; }
    .dc-qf__preview { position: static; }
    .dc-qf__grid { grid-template-columns: 1fr; gap: 34px; }
    .dc-qf__aside { position: static; }
    .dc-qf__steps { display: none; }
    .dc-qf__row { grid-template-columns: 1fr; }
}

/* --- 9.12 FAQ ----------------------------------------------------------- */
.dc-faq { max-width: 860px; margin-inline: auto; }
.dc-faq__item { border-bottom: 1px solid var(--dc-line); }
.dc-faq__item:first-child { border-top: 1px solid var(--dc-line); }
.dc-faq__q { width: 100%; text-align: left; cursor: pointer; background: none; border: 0; padding: 28px 48px 28px 0; position: relative; font-family: var(--dc-serif); font-size: clamp(1.1rem,1.5vw,1.45rem); font-weight: 500; color: var(--dc-ink); display: flex; gap: 18px; align-items: baseline; }
.dc-faq__qi { font-size: .8rem; font-family: var(--dc-sans); color: var(--dc-gold-deep); font-weight: 700; flex: 0 0 auto; }
.dc-faq__icon { position: absolute; right: 4px; top: 32px; width: 20px; height: 20px; color: var(--dc-stone); transition: transform .4s var(--dc-ease); }
.dc-faq__icon::before, .dc-faq__icon::after { content: ""; position: absolute; background: currentColor; left: 50%; top: 50%; }
.dc-faq__icon::before { width: 16px; height: 1.5px; transform: translate(-50%,-50%); }
.dc-faq__icon::after { width: 1.5px; height: 16px; transform: translate(-50%,-50%); transition: transform .4s var(--dc-ease); }
.dc-faq__item.is-open .dc-faq__icon::after { transform: translate(-50%,-50%) scaleY(0); }
.dc-faq__a { overflow: hidden; height: 0; transition: height .45s var(--dc-ease); }
.dc-faq__a-inner { padding: 0 48px 30px 44px; font-size: 1rem; line-height: 1.72; color: var(--dc-stone); }

/* FAQ two-column layout — accordion (left) + image promo with USP & CTA (right) */
.dc-faqx__grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(30px, 5vw, 70px); align-items: start; }
.dc-faqx__head { margin-bottom: clamp(22px, 3vw, 34px); }
.dc-faqx__main .dc-faq { max-width: none; margin: 0; }

.dc-faqx__aside { position: sticky; top: 100px; }
.dc-faqx__promo {
    position: relative; overflow: hidden; border-radius: var(--dc-radius-lg);
    min-height: 480px; display: flex; align-items: flex-end;
    padding: clamp(26px, 3vw, 42px); color: #fff;
    background: var(--dc-graphite); background-size: cover; background-position: center;
}
.dc-faqx__promo::before { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(21,18,15,.2), rgba(21,18,15,.9)); }
.dc-faqx__chip {
    position: absolute; top: 18px; right: 18px; z-index: 2;
    display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; border-radius: 999px;
    background: rgba(255,255,255,.92); color: var(--dc-ink); font-size: .78rem; font-weight: 600;
    box-shadow: 0 6px 16px rgba(21,18,15,.2);
}
.dc-faqx__chip svg { width: 14px; height: 14px; color: var(--dc-gold); }
.dc-faqx__chip strong { font-weight: 700; }
.dc-faqx__promo-inner { position: relative; z-index: 1; }
.dc-faqx__eyebrow { font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--dc-gold-2); }
.dc-faqx__ptitle { font-family: var(--dc-serif); font-weight: 500; font-size: clamp(1.4rem, 2vw, 1.95rem); line-height: 1.14; color: #fff; margin: 12px 0 18px; }
.dc-faqx__usps { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 11px; }
.dc-faqx__usps li { display: flex; align-items: center; gap: 10px; font-size: .92rem; color: rgba(255,255,255,.86); }
.dc-faqx__usps svg { width: 18px; height: 18px; color: var(--dc-gold-2); flex: 0 0 auto; }

@media (max-width: 900px) {
    .dc-faqx__grid { grid-template-columns: 1fr; gap: 40px; }
    .dc-faqx__aside { position: static; }
    .dc-faqx__promo { min-height: 360px; }
}

/* --- 9.13 CTA BANNER ---------------------------------------------------- */
.dc-cta { position: relative; min-height: 70vh; display: flex; align-items: center; overflow: hidden; }
.dc-cta__bg { position: absolute; inset: 0; z-index: 0; }
.dc-cta__bg .dc-video, .dc-cta__bg .dc-frame { position: absolute; inset: 0; }
.dc-cta__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(10,8,6,.86), rgba(10,8,6,.46)); }
.dc-cta__inner { position: relative; z-index: 2; max-width: 820px; }
.dc-cta__title { font-family: var(--dc-serif); font-size: clamp(2.2rem,5vw,4.4rem); color: #fff; line-height: 1.04; }
.dc-cta__title em { font-style: italic; color: var(--dc-gold-2); }
.dc-cta__cta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 38px; }

/* --- 9.14 CONTACT ------------------------------------------------------- */
.dc-contact__grid { display: grid; grid-template-columns: 1fr 1fr; }
.dc-contact__info { padding: clamp(50px,7vw,110px) clamp(28px,5vw,80px); display: flex; flex-direction: column; justify-content: center; }
.dc-contact__map { position: relative; min-height: 420px; background: var(--dc-paper-deep); }
.dc-contact__map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(.3) contrast(1.05); }
.dc-contact__rows { margin-top: 36px; display: grid; gap: 2px; }
.dc-crow { display: grid; grid-template-columns: 34px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid var(--dc-line); align-items: start; }
.dc-crow:last-child { border-bottom: 1px solid var(--dc-line); }
.dc-crow svg { width: 20px; height: 20px; color: var(--dc-gold-deep); margin-top: 3px; }
.dc-crow__k { font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--dc-stone); margin-bottom: 4px; }
.dc-crow__v { font-size: 1.05rem; color: var(--dc-ink); }
.dc-crow__v a:hover { color: var(--dc-gold-deep); }

/* -------------------------------------------------------------------------
   10. RESPONSIVE
   ------------------------------------------------------------------------- */
@media (max-width: 1100px) {
    .dc-products__grid,
    .dc-team__grid { grid-template-columns: repeat(2,1fr); }
    .dc-steps__track { grid-template-columns: repeat(2,1fr); gap: 40px 30px; }
    .dc-steps__line { display: none; }
    .dc-proof__grid { grid-template-columns: repeat(3,1fr); }
    .dc-proof__item:nth-child(3) { border-right: 0; }
    .dc-quality__grid { grid-template-columns: 1fr; }
    .dc-gallery { columns: 2; }
}
@media (max-width: 860px) {
    .dc-hero { min-height: auto; }
    .dc-hero__grid,
    .dc-split,
    .dc-case,
    .dc-calc,
    .dc-contact__grid { grid-template-columns: 1fr; }
    .dc-split--flip .dc-split__media,
    .dc-case--flip .dc-case__media { order: 0; }
    .dc-hero__visual { min-height: auto; padding: clamp(48px,9vw,80px) clamp(28px,7vw,56px); }
    .dc-hero__stage { max-width: 380px; }
    .dc-hero__float--book { left: 0; }
    .dc-hero__float--b { right: 0; }
    .dc-hero__copy { padding-top: 130px; margin-left: 0; }
    .dc-case__book { transform: none; }
    .dc-split__stack .dc-frame:last-child { position: relative; right: 0; bottom: 0; width: 60%; margin-top: -14%; margin-left: auto; }
}
@media (max-width: 560px) {
    .dc-products__grid,
    .dc-team__grid { grid-template-columns: 1fr; }
    .dc-proof__grid { grid-template-columns: repeat(2,1fr); }
    .dc-proof__item:nth-child(2) { border-right: 0; }
    .dc-proof__item { border-bottom: 1px solid var(--dc-line-soft); }
    .dc-gallery { columns: 1; }
    .dc-hero__float--b { display: none; }
    .dc-hero__float--book { left: 4%; bottom: 8%; }
    .dc-review { flex-basis: 84%; }
}

/* -------------------------------------------------------------------------
   10b. FULL-BLEED OVERRIDES
   Force edge-to-edge rendering regardless of theme / Elementor box model.
   Pair with an Elementor "Canvas" or "Full Width" page template for best
   results; these rules make any DC widget break out of a boxed container.
   ------------------------------------------------------------------------- */
[class*="elementor-widget-dc-"] { width: 100% !important; }
[class*="elementor-widget-dc-"] > .elementor-widget-container { padding: 0 !important; margin: 0 !important; }

/* Standard full-bleed: span the viewport even inside a centered container */
.dc-section.dc-bleed {
    width: 100vw;
    max-width: 100vw;
    margin-inline: calc(50% - 50vw);
}
/* Prevent the scrollbar-induced horizontal scroll the bleed can introduce */
body:has(.dc-bleed) { overflow-x: clip; }

/* Kill theme content max-width / padding around our sections when possible */
.elementor-section-full_width > .elementor-container,
.e-con-full > .e-con-inner { max-width: 100% !important; }

/* -------------------------------------------------------------------------
   11. REDUCED MOTION
   ------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .dc * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
    .dc-reveal, .dc-rise > span { opacity: 1 !important; transform: none !important; }
}
