/* ═══════════════════════════════════════════════════════════════
   LAYOUT — basis, kop, voet, knoppen
   Geldt op elke pagina.
   ═══════════════════════════════════════════════════════════════ */

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

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
}

body {
    margin: 0;
    background: var(--ly-cream);
    color: var(--ly-body);
    font-family: var(--ly-font);
    font-size: var(--ly-tekst);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.ly-menu-open { overflow: hidden; }

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

a {
    color: var(--ly-olive-diep);
    text-decoration: none;
    transition: color var(--ly-duur) var(--ly-ease);
}
a:hover { color: var(--ly-ink); }

/* Display: strak, groot, iets naar elkaar toe — zoals de campagne */
h1, h2, h3, h4 {
    color: var(--ly-ink);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: var(--ly-spatie-display);
    margin: 0 0 0.4em;
    text-wrap: balance;
}

h1 { font-size: var(--ly-h1); line-height: 0.98; }
h2 { font-size: var(--ly-h2); }
h3 { font-size: var(--ly-h3); line-height: 1.2; letter-spacing: -0.015em; }

p { margin: 0 0 1.1em; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }

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

/* Zichtbaar zodra je er met het toetsenbord naartoe springt */
:focus-visible {
    outline: 2px solid var(--ly-olive);
    outline-offset: 2px;
}

/* ── Hulpklassen ─────────────────────────────────────────────── */

.ly-wrap {
    width: 100%;
    max-width: var(--ly-max);
    margin: 0 auto;
    padding: 0 var(--ly-gutter);
}

.ly-smal { max-width: 780px; }

/* Alleen voor schermlezers */
.ly-verborgen {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.ly-skip {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 1000;
    background: var(--ly-ink);
    color: var(--ly-cream);
    padding: 12px 20px;
    font-weight: 600;
}
.ly-skip:focus {
    left: 0;
    color: var(--ly-cream);
}

/* Klein label boven een kop. Zwart: in deze maat haalt olive geen contrast. */
.ly-kicker {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: var(--ly-spatie-kicker);
    text-transform: uppercase;
    color: var(--ly-ink);
    margin: 0 0 1.2em;
}
.ly-donker .ly-kicker { color: var(--ly-line); }

/* Label bij een cijfer of kenmerk — rustiger dan de kicker */
.ly-label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: var(--ly-spatie-label);
    text-transform: uppercase;
    color: var(--ly-taupe);
}
.ly-donker .ly-label { color: var(--ly-op-donker-zacht); }

/* Korte accentlijn tussen kop en tekst — samen met de pill de enige versiering */
.ly-accentlijn {
    display: block;
    width: 120px;
    height: var(--ly-accentlijn);
    margin: 0 0 1.6rem;
    background: var(--ly-olive);
    border: 0;
}
.ly-accentlijn-klein { width: 64px; height: 4px; }

/* Statuslabel, bv. "Live on Kickstarter" of "Limited" */
.ly-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: var(--ly-radius-pill);
    background: var(--ly-ink);
    color: var(--ly-cream);
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: var(--ly-spatie-label);
    text-transform: uppercase;
    white-space: nowrap;
}
.ly-pill-licht { background: var(--ly-cream); color: var(--ly-ink); }
.ly-pill-lijn  { background: transparent; color: var(--ly-ink); box-shadow: inset 0 0 0 1px var(--ly-line); }

/* Donkere sectie: alles erbinnen schakelt mee */
.ly-donker {
    background: var(--ly-ink);
    color: var(--ly-op-donker-zacht);
}
.ly-donker h1, .ly-donker h2, .ly-donker h3, .ly-donker h4 { color: var(--ly-op-donker); }
.ly-donker a:not(.ly-knop) { color: var(--ly-op-donker); }
/* Expliciet i.p.v. op overerving vertrouwen: .ly-rijk/.ly-lood zetten zelf
   al een kleur, en welke regel wint hangt dan af van de laadvolgorde van
   de stylesheets. Met de klassencombinatie hieronder wint dit altijd. */
.ly-donker .ly-rijk, .ly-donker .ly-lood { color: var(--ly-op-donker-zacht); }
.ly-donker .ly-rijk strong { color: var(--ly-op-donker); }
.ly-donker .ly-klok-kop { color: var(--ly-op-donker-zacht); }

/* Inleidende alinea, iets groter dan de rest */
.ly-lood {
    font-size: var(--ly-lood);
    line-height: 1.5;
    color: var(--ly-taupe);
}

/* Lopende tekst uit de editor of een wysiwyg-veld */
.ly-rijk { color: var(--ly-body); }
.ly-rijk h2 { margin-top: 1.6em; }
.ly-rijk h3 { margin-top: 1.4em; }
.ly-rijk strong { color: var(--ly-ink); font-weight: 600; }
.ly-rijk a {
    color: var(--ly-ink);
    text-decoration: underline;
    text-decoration-color: var(--ly-olive);
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px;
}
.ly-rijk a:hover { color: var(--ly-olive-diep); }
.ly-rijk ul, .ly-rijk ol { padding-left: 1.2em; margin: 0 0 1.1em; }
.ly-rijk li { margin-bottom: 0.4em; }
.ly-rijk img { border-radius: var(--ly-radius-md); margin: 1.5em 0; }
.ly-rijk blockquote {
    margin: 1.6em 0;
    padding-left: 1.2em;
    border-left: 2px solid var(--ly-olive);
    color: var(--ly-ink);
    font-size: 1.1rem;
}

/* ── Knoppen ─────────────────────────────────────────────────── */
/* Pill, hoofdletters, ruime spatiëring. Hover verkleurt, beweegt niet. */

.ly-knop {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 28px;
    border: 1.5px solid transparent;
    border-radius: var(--ly-radius-pill);
    font-family: inherit;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color var(--ly-duur) var(--ly-ease),
                color var(--ly-duur) var(--ly-ease),
                border-color var(--ly-duur) var(--ly-ease);
}
.ly-knop:focus-visible { outline-offset: 3px; }

.ly-knop-vol {
    background: var(--ly-ink);
    border-color: var(--ly-ink);
    color: var(--ly-cream);
}
.ly-knop-vol:hover {
    background: var(--ly-ink-hover);
    border-color: var(--ly-ink-hover);
    color: var(--ly-cream);
}

.ly-knop-lijn {
    background: transparent;
    border-color: var(--ly-ink);
    color: var(--ly-ink);
}
.ly-knop-lijn:hover {
    background: var(--ly-ink);
    color: var(--ly-cream);
}

/* Op donkere grond of over een foto */
.ly-knop-licht {
    background: var(--ly-cream);
    border-color: var(--ly-cream);
    color: var(--ly-ink);
}
.ly-knop-licht:hover {
    background: var(--ly-line);
    border-color: var(--ly-line);
    color: var(--ly-ink);
}
.ly-knop-lijn-licht {
    background: transparent;
    border-color: var(--ly-op-donker);
    color: var(--ly-op-donker);
}
.ly-knop-lijn-licht:hover {
    background: var(--ly-op-donker);
    color: var(--ly-ink);
}

.ly-knop-groot  { padding: 19px 36px; font-size: 0.85rem; }
.ly-knop-klein  { padding: 11px 20px; font-size: 0.72rem; }

.ly-knop:disabled { opacity: .55; cursor: default; }

/* Het officiële Kickstarter-beeldmerk: altijd klein en onbewerkt, nooit
   herkleurd of uitgerekt (merkrichtlijnen Kickstarter). */
.ly-ks-logo { height: 22px; width: auto; display: block; }

/* ── Campagnebalk ────────────────────────────────────────────── */

#ly-banner {
    position: relative;
    background: var(--ly-ink);
    color: var(--ly-cream);
    font-size: 0.85rem;
}

.ly-banner-inner {
    max-width: var(--ly-max);
    margin: 0 auto;
    padding: 11px 48px 11px var(--ly-gutter);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.ly-banner-inner p { margin: 0; color: rgba(250, 248, 245, .85); }

.ly-banner-punt {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: var(--ly-line);
    flex-shrink: 0;
    animation: ly-pols 2s ease-in-out infinite;
}
@keyframes ly-pols {
    0%, 100% { opacity: 1; }
    50%      { opacity: .35; }
}
@media (prefers-reduced-motion: reduce) {
    .ly-banner-punt { animation: none; }
}

.ly-banner-knop {
    color: var(--ly-cream);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    white-space: nowrap;
}
.ly-banner-knop:hover { color: var(--ly-line); }

.ly-banner-sluit {
    position: absolute;
    top: 50%; right: 12px;
    transform: translateY(-50%);
    background: none; border: 0;
    color: rgba(250, 248, 245, .6);
    font-size: 22px;
    line-height: 1;
    padding: 4px 8px;
    cursor: pointer;
}
.ly-banner-sluit:hover { color: var(--ly-cream); }

/* ── Cookiemelding ───────────────────────────────────────────── */
/* .ly-donker geeft de inkt-achtergrond en lichte tekst; hier alleen
   positie, layout en de knoppenrij. */

#ly-cookies {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 900;
    padding: 18px var(--ly-gutter);
    box-shadow: 0 -2px 16px rgba(20, 20, 20, .18);
}
#ly-cookies[hidden] { display: none; }

.ly-cookies-inner {
    max-width: var(--ly-max);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.ly-cookies-inner p {
    margin: 0;
    max-width: 62ch;
    font-size: 0.85rem;
    color: var(--ly-op-donker-zacht);
}
.ly-cookies-inner p a {
    color: var(--ly-op-donker);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ly-cookies-knoppen {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.ly-footer-cookie-knop {
    background: none;
    border: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

/* ── Kop ─────────────────────────────────────────────────────── */

#ly-header {
    position: sticky;
    top: 0;
    z-index: 900;
    border-bottom: 1px solid transparent;
    transition: border-color .2s ease;
}
/* De vervaging zit op een eigen laag: backdrop-filter op de header zelf
   maakt hem het ankerpunt van het vaste mobiele menupaneel, waardoor dat
   paneel meetelt voor de paginabreedte en de pagina horizontaal scrolt. */
#ly-header::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(250, 248, 245, .88);
    backdrop-filter: saturate(180%) blur(12px);
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    transition: background-color .2s ease;
}
#ly-header.is-gescrold { border-bottom-color: var(--ly-line); }
#ly-header.is-gescrold::before { background: rgba(250, 248, 245, .96); }

.ly-header-inner {
    max-width: var(--ly-max);
    margin: 0 auto;
    padding: 0 var(--ly-gutter);
    height: var(--ly-nav-h);
    display: flex;
    align-items: center;
    gap: 28px;
}

.ly-logo { flex-shrink: 0; display: block; }
/* Het logo is een script met lange uithalen; het SVG is strak bijgesneden,
   dus de hoogte bepaalt de maat. */
.ly-logo img { height: 42px; width: auto; }

#ly-nav { margin-left: auto; }

.ly-menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 34px;
    margin: 0; padding: 0;
}

.ly-menu a {
    position: relative;
    color: var(--ly-ink);
    font-size: 0.94rem;
    font-weight: 500;
    padding: 6px 0;
}
.ly-menu a::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0;
    width: 0; height: 2px;
    background: var(--ly-olive);
    transition: width var(--ly-duur) var(--ly-ease);
}
.ly-menu a:hover::after,
.ly-menu .current-menu-item > a::after { width: 100%; }

/* De knop in het menu is alleen voor het mobiele paneel */
.ly-nav-cta { display: none; }

.ly-header-acties {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.ly-cart {
    position: relative;
    color: var(--ly-ink);
    display: flex;
    padding: 4px;
}
.ly-cart-aantal {
    position: absolute;
    top: -3px; right: -6px;
    min-width: 17px; height: 17px;
    padding: 0 4px;
    border-radius: 9px;
    background: var(--ly-olive);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 17px;
    text-align: center;
}

/* ── Hamburger ───────────────────────────────────────────────── */

.ly-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px; height: 40px;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
}
.ly-hamburger span {
    display: block;
    width: 22px; height: 1.5px;
    background: var(--ly-ink);
    transition: transform .25s ease, opacity .2s ease;
}
.ly-hamburger.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.ly-hamburger.is-open span:nth-child(2) { opacity: 0; }
.ly-hamburger.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ── Voet ────────────────────────────────────────────────────── */

.ly-footer {
    background: var(--ly-sand);
    color: var(--ly-taupe);
    border-top: 1px solid var(--ly-line);
    padding: 80px 0 0;
    margin-top: var(--ly-section);
    font-size: 0.94rem;
}

.ly-footer-inner {
    max-width: var(--ly-max);
    margin: 0 auto;
    padding: 0 var(--ly-gutter);
    display: grid;
    grid-template-columns: 1.4fr 1fr 0.8fr 1.3fr;
    gap: 48px;
}

.ly-footer a { color: var(--ly-ink); }
.ly-footer a:hover { color: var(--ly-olive-diep); }

.ly-footer-logo { display: block; }
.ly-footer-logo img { height: 64px; width: auto; }
.ly-footer-claim {
    margin: 20px 0 0;
    max-width: 30ch;
    color: var(--ly-ink);
    font-weight: 500;
    line-height: 1.45;
}

.ly-footer-kop {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: var(--ly-spatie-label);
    text-transform: uppercase;
    color: var(--ly-ink);
    margin: 0 0 18px;
}

.ly-footer-adres {
    font-style: normal;
    line-height: 1.85;
}
.ly-footer-kvk { font-size: 0.85rem; }

.ly-footer-menu {
    list-style: none;
    margin: 0; padding: 0;
    line-height: 2.1;
}

.ly-sociaal {
    list-style: none;
    margin: 18px 0 0; padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.ly-sociaal a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px; height: 36px;
    border: 1px solid var(--ly-line);
    border-radius: var(--ly-radius-pill);
    color: var(--ly-taupe);
    transition: color var(--ly-duur) var(--ly-ease), border-color var(--ly-duur) var(--ly-ease);
}
.ly-sociaal a:hover { color: var(--ly-ink); border-color: var(--ly-ink); }

.ly-footer-onder {
    max-width: var(--ly-max);
    margin: 64px auto 0;
    padding: 22px var(--ly-gutter) 26px;
    border-top: 1px solid var(--ly-line);
    display: flex;
    justify-content: space-between;
    gap: 8px 24px;
    flex-wrap: wrap;
    font-size: 0.8rem;
}
.ly-footer-onder p { margin: 0; }

/* ── Kruimelpad ──────────────────────────────────────────────── */

.ly-kruimels {
    padding: 22px 0 0;
    font-size: 0.8rem;
    color: var(--ly-taupe);
}
.ly-kruimels .ly-wrap { display: flex; gap: 9px; flex-wrap: wrap; }
.ly-kruimels a { color: var(--ly-taupe); }
.ly-kruimels a:hover { color: var(--ly-ink); }
.ly-kruimels span[aria-current] { color: var(--ly-ink); }

/* ── Aftelklok ───────────────────────────────────────────────── */

.ly-klok { margin: 34px 0; }

.ly-klok-kop {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ly-taupe);
    margin: 0 0 12px;
}

.ly-klok-cijfers { display: flex; gap: 10px; }

.ly-klok-blok {
    min-width: 68px;
    padding: 12px 8px;
    background: var(--ly-white);
    border: 1px solid var(--ly-line);
    border-radius: var(--ly-radius);
    text-align: center;
}

.ly-klok-getal {
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--ly-ink);
    line-height: 1.1;
    /* Cijfers even breed, anders springt de klok bij elke tik */
    font-variant-numeric: tabular-nums;
}

.ly-klok-label {
    display: block;
    margin-top: 3px;
    font-size: 0.66rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ly-taupe);
}

.ly-klok-voorbij {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--ly-ink);
    margin: 0;
}

/* ── Inschrijfblok ───────────────────────────────────────────── */

.ly-signup-titel { margin-bottom: 0.35em; }
.ly-signup-tekst {
    color: var(--ly-taupe);
    font-size: 1.02rem;
    max-width: 52ch;
    margin: 0 auto 26px;
}

.ly-signup-blok { text-align: center; }
.ly-signup-blok .ly-signup-tekst { margin-inline: auto; }

.ly-signup-velden {
    display: flex;
    gap: 10px;
    max-width: 480px;
    margin: 0 auto;
}
.ly-signup-blok .ly-signup-velden { justify-content: center; }

.ly-signup-velden input[type="email"] {
    flex: 1;
    min-width: 0;
    padding: 14px 16px;
    background: var(--ly-white);
    border: 1px solid var(--ly-line);
    border-radius: var(--ly-radius);
    font-family: inherit;
    font-size: 0.95rem;
    color: var(--ly-ink);
}
.ly-signup-velden input[type="email"]::placeholder { color: #8f8981; }
.ly-signup-velden input[type="email"]:focus {
    outline: none;
    border-color: var(--ly-olive);
    box-shadow: 0 0 0 3px rgba(111, 122, 88, .18);
}

.ly-signup-klein {
    margin: 12px 0 0;
    font-size: 0.78rem;
    color: var(--ly-taupe);
}

.ly-signup-melding {
    margin: 12px 0 0;
    font-size: 0.88rem;
    min-height: 1.2em;
}
.ly-signup-melding.is-goed { color: var(--ly-olive-diep); font-weight: 600; }
.ly-signup-melding.is-fout { color: #a4443a; }

.ly-signup-knoprij {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* Compacte variant in de voet */
.ly-signup-compact .ly-signup-velden { flex-direction: column; max-width: 300px; margin: 0; }
.ly-signup-compact .ly-signup-klein { color: var(--ly-taupe); }

/* Kleine e-mailoptie onder de campagneknop (bv. de afsluitende sectie) */
.ly-signup-secundair { margin-top: 28px; }
.ly-signup-secundair-tekst {
    margin: 0 0 12px;
    font-size: 0.85rem;
}
.ly-signup-secundair .ly-signup-velden {
    max-width: 420px;
    margin: 0 auto;
}
.ly-donker .ly-signup-secundair-tekst { color: var(--ly-op-donker-zacht); }
.ly-donker .ly-signup-secundair .ly-signup-velden input[type="email"] {
    background: rgba(250, 248, 245, .08);
    border-color: var(--ly-lijn-donker);
    color: var(--ly-op-donker);
}
.ly-donker .ly-signup-secundair .ly-signup-velden input[type="email"]::placeholder { color: rgba(250, 248, 245, .45); }

/* ── Afsluitende oproep ──────────────────────────────────────── */

.ly-slot {
    padding: var(--ly-section) 0;
    text-align: center;
    border-top: 1px solid var(--ly-line);
}
.ly-slot .ly-signup { text-align: center; }
.ly-slot .ly-signup-velden { justify-content: center; }

/* ── Eenvoudige archief- en tekstpagina's ────────────────────── */

.ly-archief, .ly-tekstpagina { padding: 64px 0 0; }
.ly-tekstpagina h1 { margin-bottom: 0.8em; }
.ly-archief-item {
    padding: 26px 0;
    border-bottom: 1px solid var(--ly-line);
}
.ly-archief-item h2 { font-size: 1.4rem; }
.ly-tekst-datum {
    margin-top: 40px;
    font-size: 0.8rem;
    color: var(--ly-taupe);
}

.ly-404 { padding: 120px 0; text-align: center; }
.ly-404 .ly-lood { margin-inline: auto; max-width: 44ch; }
.ly-404-knoppen {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 32px;
}

/* Kleine sectiekop, bv. boven "Complete the system" op de productpagina —
   ook gebruikt op de homepage, vandaar hier en niet in home.css. */
.ly-sectiekop-klein {
    font-size: 1.3rem;
    margin-bottom: 32px;
}

/* ── Productkaart ────────────────────────────────────────────── */
/* Op twee plekken: de Collectie op de homepage én "Complete the
   system" op de productpagina zelf. Vandaar hier in plaats van in
   home.css, dat op de productpagina niet wordt geladen. */

.ly-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
}

.ly-product-kaart {
    background: var(--ly-white);
    border: 1px solid var(--ly-line);
    border-radius: var(--ly-radius-md);
    overflow: hidden;
    transition: border-color var(--ly-duur) var(--ly-ease);
}
.ly-product-kaart:hover { border-color: var(--ly-olive); }

.ly-product-link { display: block; color: inherit; }

.ly-product-foto {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--ly-sand);
}
.ly-product-foto img { width: 100%; height: 100%; object-fit: cover; }

.ly-product-info { padding: 22px 24px 26px; }
/* Expliciete kleur: op de homepage staat de kaart op de donkere
   collectiesectie — zonder dit erft de titel diens lichte tekstkleur
   en wordt hij onleesbaar op de eigen witte kaart. */
.ly-product-info h3 { margin: 0 0 6px; font-size: 1.2rem; color: var(--ly-ink); }

.ly-product-kort {
    margin: 0 0 10px;
    font-size: 0.95rem;
    color: var(--ly-taupe);
}

.ly-product-prijs {
    margin: 0 0 10px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--ly-ink);
}
.ly-product-prijs del { opacity: .5; font-weight: 400; margin-right: 6px; }

.ly-product-meer {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: var(--ly-spatie-label);
    text-transform: uppercase;
    color: var(--ly-ink);
}

/* ═══════════════════════════════════════════════════════════════
   MOBIEL
   ═══════════════════════════════════════════════════════════════ */

@media (max-width: 900px) {

    /* Boven het menupaneel, zodat het kruisje zichtbaar blijft als sluitknop */
    .ly-hamburger { display: flex; position: relative; z-index: 960; }
    .ly-logo img { height: 36px; }
    .ly-header-knop { display: none; }
    /* Het menu is hier een los paneel, dus iets anders moet de knoppen naar rechts duwen */
    .ly-header-acties { margin-left: auto; }

    #ly-nav {
        position: fixed;
        top: 0; right: 0;
        width: min(86vw, 340px);
        height: 100dvh;
        padding: calc(var(--ly-nav-h) + 24px) 28px 32px;
        background: var(--ly-cream);
        border-left: 1px solid var(--ly-line);
        transform: translateX(100%);
        transition: transform .28s cubic-bezier(.4, 0, .2, 1);
        overflow-y: auto;
        z-index: 950;
    }
    #ly-nav.is-open { transform: translateX(0); }

    .ly-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    .ly-menu li { width: 100%; }
    .ly-menu a {
        display: block;
        padding: 14px 0;
        font-size: 1.15rem;
        font-weight: 600;
        border-bottom: 1px solid var(--ly-line);
    }
    .ly-menu a::after { display: none; }

    .ly-nav-cta { display: block; margin-top: 26px; }
    .ly-nav-cta .ly-knop { width: 100%; }

    .ly-footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .ly-footer-merk { grid-column: 1 / -1; }

    .ly-banner-inner { font-size: 0.8rem; padding-right: 40px; }
}

@media (max-width: 560px) {

    .ly-footer-inner { grid-template-columns: 1fr; gap: 36px; }
    .ly-footer { padding-top: 56px; }
    .ly-footer-onder { margin-top: 40px; }
    .ly-signup-compact .ly-signup-velden { max-width: none; }

    .ly-signup-velden { flex-direction: column; }
    .ly-signup-velden .ly-knop { width: 100%; }

    .ly-klok-cijfers { gap: 7px; }
    .ly-klok-blok { min-width: 0; flex: 1; padding: 10px 4px; }
    .ly-klok-getal { font-size: 1.35rem; }
    .ly-klok-label { font-size: 0.6rem; }
}
