
:root { --bg:#0c0c0c; --gold:#c9b47c; --cream:#f4efe6; --ink:#232323; }
* { box-sizing:border-box; }
body { margin:0; font-family:'Poppins',system-ui,sans-serif; color:var(--ink); background:#fff; }
a { color:inherit; }
.topbar { background:var(--bg); color:#fff; display:flex; align-items:center; gap:24px; padding:14px 5vw; flex-wrap:wrap; position:sticky; top:0; z-index:10; }
.logo { display:flex; align-items:center; text-decoration:none; }
.logo img { height:36px; width:auto; display:block; }
.topbar nav { display:flex; gap:20px; flex-wrap:wrap; }
.topbar nav a { color:#fff; text-decoration:none; font-size:15px; opacity:.9; }
.topbar nav a:hover { opacity:1; color:var(--gold); }
.hero { background:var(--bg); color:#fff; text-align:center; padding:56px 5vw 64px; }
.hero h1 { font-family:Georgia,serif; letter-spacing:4px; font-weight:500; font-size:clamp(28px,4vw,44px); margin:0 0 14px; text-transform:uppercase; }
.hero p { max-width:760px; margin:0 auto; opacity:.85; line-height:1.7; }
.wrap { max-width:1100px; margin:0 auto; padding:40px 5vw 80px; }
.grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(300px,1fr)); gap:28px; }
.card { border:1px solid #e8e2d6; border-radius:12px; overflow:hidden; background:#fff; box-shadow:0 2px 10px rgba(0,0,0,.05); display:flex; flex-direction:column; transition:transform .2s; }
.card:hover { transform:translateY(-3px); }
.card img { width:100%; aspect-ratio:16/9; object-fit:cover; display:block; }
.card .pad { padding:18px 20px 22px; display:flex; flex-direction:column; gap:8px; }
.card .cat { font-size:12px; text-transform:uppercase; letter-spacing:1px; color:#8a7a4f; }
.card h3 { margin:0; font-size:18px; line-height:1.4; }
.card a.stretch { text-decoration:none; }
.badge { display:inline-block; background:var(--cream); border-radius:20px; padding:3px 12px; font-size:12px; margin:0 6px 6px 0; }
html, body { overflow-x:hidden; }
article.post { max-width:820px; margin:0 auto; padding:40px 5vw 80px; line-height:1.8; font-size:17px; }
article.post h1.posttitle { font-size:clamp(26px,3.2vw,38px); line-height:1.25; }
article.post img { max-width:100%; height:auto; border-radius:8px; }
article.post .featured { width:100%; border-radius:12px; margin:18px 0 8px; }
.postmeta { color:#8a7a4f; font-size:14px; text-transform:uppercase; letter-spacing:1px; }
.postmeta.auteur { margin-top:40px; padding-top:18px; border-top:1px solid #e8e2d6; text-align:right; }
.ytembed { width:100%; aspect-ratio:16/9; height:auto; border:0; border-radius:8px; }
.disclosure { background:var(--cream); border-radius:10px; padding:14px 18px; font-size:14px; margin:26px 0; }
footer { background:var(--bg); color:#fff; padding:36px 5vw; text-align:center; font-size:14px; }
footer a { color:var(--gold); }
.testbanner { background:var(--gold); color:#000; text-align:center; padding:8px; font-size:14px; }
article.post img.hero-vol { width:100vw; max-width:100vw; margin:-40px 0 28px calc(50% - 50vw); border-radius:0; display:block; object-fit:cover; max-height:500px; }
/* winkelknoppen uit het centrale productenlijstje */
.buttonContainer { display:flex; justify-content:center; flex-wrap:wrap; gap:12px; margin:20px 0; }
.mijnButton { min-width:200px; padding:0 20px; height:60px; display:flex; justify-content:center; align-items:center; font-weight:bold; text-transform:uppercase; text-decoration:none; border-radius:8px; font-size:16px; color:#fff; background:#37474f; transition:transform .2s, box-shadow .2s; }
.mijnButton:hover { transform:scale(1.05); box-shadow:0 4px 12px rgba(0,0,0,.2); }
.mb-bax-music { background:#C30261; } .mb-thomann { background:#20b1b9; }
.mb-klundert { background:#FE6308; color:#000; } .mb-oostendorp { background:#b4a269; color:#000; }
.mb-tonecontrol { background:#2b5f75; } .mb-music-store { background:#d62f21; }
.mb-gear4music { background:#f49f22; color:#000; } .mb-amazon { background:#ff9900; color:#000; }
.mb-bol { background:#0000a4; } .mb-ebay { background:#e53238; } .mb-de-krijger { background:#8e4a8b; }
/* placeholder in het voorbeeld (op de echte site wordt dit blok vervangen) */
.productblok { background:#fff6e0; border:2px dashed #e0b040; border-radius:8px; padding:14px 18px; text-align:center; margin:14px 0; }
/* paginakop: titel en tekst over een brede achtergrondfoto (Phoenix-stijl header) */
.paginaheader { position:relative; width:100vw; max-width:100vw; margin:-40px 0 32px calc(50% - 50vw); background-size:cover; background-position:center; text-align:center; color:#fff; padding:110px 5vw 120px; }
.paginaheader { --laag:.5; }
.paginaheader::before { content:''; position:absolute; inset:0; background:rgba(0,0,0,var(--laag)); }
.paginaheader > * { position:relative; z-index:1; }
.paginaheader h1 { font-family:Georgia,serif; text-transform:uppercase; letter-spacing:6px; font-weight:500; font-size:clamp(30px,4.5vw,52px); margin:0 0 18px; color:#fff; }
.paginaheader .streep { width:56px; height:2px; background:#fff; margin:0 auto 18px; }
.paginaheader h2 { font-family:Georgia,serif; text-transform:uppercase; letter-spacing:3px; font-weight:400; font-size:clamp(16px,2vw,26px); margin:0; color:#fff; }
/* "Bekijk ook" — gerelateerde artikelen onder elk blog */
.bekijkook { max-width:1100px; margin:0 auto; padding:10px 5vw 70px; }
.bekijkook h2 { text-align:center; margin:0 0 22px; }
.schuifrij { display:grid; grid-auto-flow:column; grid-auto-columns:340px; gap:22px; overflow-x:auto; scroll-snap-type:x mandatory; padding-bottom:12px; }
.schuifrij .card { scroll-snap-align:start; }
/* kopfoto's bevatten vaak tekst: toon ze volledig, zonder bijsnijden */
.schuifrij .card img { aspect-ratio:auto; max-height:230px; object-fit:contain; background:#14100c; }
@media (max-width:640px) { .schuifrij { grid-auto-columns:82vw; } }
/* contactformulier */
.contactform { max-width:480px; margin:20px auto; display:flex; flex-direction:column; gap:14px; }
.contactform label { font-size:14px; color:#555; font-weight:500; }
.contactform input, .contactform textarea, .contactform select { width:100%; padding:12px 14px; border:1px solid #ddd; border-radius:8px; font-family:inherit; font-size:15px; margin-top:5px; }
.contactform button { background:var(--bg); color:#fff; border:0; border-radius:8px; padding:14px; font-size:16px; font-weight:600; cursor:pointer; font-family:inherit; }
.contactform button:hover { opacity:.88; }
/* placeholder in het voorbeeld */
.contactformulier { background:#e8f2ff; border:2px dashed #3d8bfd; border-radius:8px; padding:14px 18px; text-align:center; margin:14px 0; }
/* tekst+foto-blok (Phoenix-stijl rij: tekst links, foto rechts) */
.tekstfoto { display:grid; grid-template-columns:1.25fr 1fr; gap:36px; align-items:center; margin:38px 0; }
.tekstfoto img { width:100%; border-radius:12px; }
.tekstfoto h2, .tekstfoto h3 { margin-top:0; }
@media (max-width:760px){ .tekstfoto { grid-template-columns:1fr; } .tekstfoto img { order:-1; } }
.winkelknop { display:inline-block; padding:13px 26px; border-radius:8px; font-weight:bold; text-transform:uppercase; text-decoration:none; font-size:14.5px; margin-top:8px; }
/* uitgebreide footer (kolommen + socials), kleuren gelijk aan de site */
footer.voet { background:var(--bg); color:#fff; padding:52px 5vw 28px; font-size:14.5px; text-align:left; }
.voetkolommen { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:36px; }
.voetkolommen h4 { color:#fff; font-size:16px; margin:0 0 14px; letter-spacing:.5px; }
.voetkolommen ul { list-style:none; margin:0; padding:0; }
.voetkolommen li { margin:0 0 9px; }
.voetkolommen a { color:#c9c9c9; text-decoration:none; }
.voetkolommen a:hover { color:var(--gold); }
.voetsocials { max-width:1100px; margin:34px auto 0; display:flex; gap:14px; justify-content:center; }
.voetsocials a { width:42px; height:42px; border-radius:50%; background:#1f1f1f; display:flex; align-items:center; justify-content:center; transition:background .2s; }
.voetsocials a:hover { background:var(--gold); }
.voetsocials svg { width:20px; height:20px; fill:#fff; }
.voetonder { max-width:1100px; margin:26px auto 0; padding-top:20px; border-top:1px solid #262626; text-align:center; color:#9a9a9a; font-size:13.5px; }
.voetonder a { color:var(--gold); text-decoration:none; }
/* video's altijd gecentreerd en op nette breedte, zonder handwerk */
article.post iframe[src*="youtube"], article.post iframe[src*="youtu.be"], article.post iframe[src*="vimeo"], article.post .ytembed {
  display:block; margin:22px auto; width:100%; max-width:760px; aspect-ratio:16/9; height:auto; border:0; border-radius:8px;
}
article.post iframe[src*="spotify"] { display:block; margin:22px auto; width:100%; max-width:760px; border:0; border-radius:12px; }
/* hoofdmenu met uitklapmenu's + oranje knop */
ul.hoofdmenu { list-style:none; display:flex; gap:22px; margin:0; padding:0; flex-wrap:wrap; }
ul.hoofdmenu li { position:relative; }
ul.hoofdmenu > li > a { color:#fff; text-decoration:none; font-size:15px; opacity:.9; padding:8px 0; display:inline-block; }
ul.hoofdmenu > li > a:hover { opacity:1; color:var(--gold); }
.pijl { font-size:11px; opacity:.7; }
.submenu { display:none; position:absolute; top:100%; left:-14px; background:#fff; min-width:250px; border-radius:10px; padding:10px 0; box-shadow:0 10px 30px rgba(0,0,0,.22); list-style:none; margin:0; z-index:40; }
li.heeftsub:hover > .submenu, li.heeftsub:focus-within > .submenu { display:block; }
.submenu li { display:block; }
.submenu a { display:block; color:#232323; text-decoration:none; padding:9px 20px; font-size:14.5px; opacity:1; }
.submenu a:hover { background:var(--cream); }
.menushop { margin-left:auto; background:#c9b482; color:#111; font-weight:600; padding:11px 18px; border-radius:8px; text-decoration:none; font-size:14.5px; }
.menushop:hover { background:#d8c495; }
.menushop + .menucta { margin-left:12px; }
.menucta { margin-left:auto; background:#f6a21d; color:#000; font-weight:600; padding:11px 18px; border-radius:8px; text-decoration:none; font-size:14.5px; text-align:center; line-height:1.3; }
.menucta:hover { background:#ffb63c; }
.topbar nav .submenu a { color:#232323; opacity:1; }
.topbar nav .submenu a:hover { background:var(--cream); color:#000; }

/* ---------- homepage ---------- */
article.post.homepagina { max-width:1100px; }
.hometekst { text-align:center; max-width:820px; margin:36px auto; }
.hometekst h2 { font-family:Georgia,serif; text-transform:uppercase; letter-spacing:3px; font-weight:500; font-size:clamp(20px,2.6vw,30px); margin:34px 0 16px; }
.hometekst ul { list-style:none; padding:0; margin:0 0 14px; }
.hometekst ul li { margin:7px 0; line-height:1.7; }
.homegrid { margin:26px 0 40px; }
.homegrid .card .pad p { margin:0; color:#546e7a; font-size:14.5px; line-height:1.65; flex:1; }
.homegrid .card h3 { font-family:Georgia,serif; text-transform:uppercase; letter-spacing:1.5px; font-weight:500; }
.homegrid .card .winkelknop { background:var(--bg,#0c0c0c); color:#fff; font-size:13px; padding:11px 22px; }
.homegrid .card .winkelknop:hover { background:#333; }
.toolgrid .card { text-align:center; }
.toolgrid .card .winkelknop { align-self:center; margin:0 auto; }
/* homepage-header: gouden titel + smalle beige knop, zoals het origineel */
.hero-home h1 { color:#cbb17a; margin-bottom:26px; }
.heroknop { display:inline-block; background:#c9b482; color:#26221c; text-transform:uppercase; letter-spacing:2px; font-size:13.5px; font-weight:600; padding:14px 32px; border-radius:3px; text-decoration:none; }
.heroknop:hover { background:#d8c495; }

img.band { width:100vw; max-width:100vw; margin:34px 0 34px calc(50% - 50vw); display:block; object-fit:cover; max-height:560px; }
.homepagina > .winkelknop, .hometekst .winkelknop { background:var(--bg,#0c0c0c); color:#fff; }

/* categorie-tegels op de homepage: foto als achtergrond, tekst eroverheen */
.hometegels { width:100vw; max-width:100vw; margin:0 0 0 calc(50% - 50vw); display:grid; grid-template-columns:repeat(3,1fr); }
.hometegel { position:relative; background-size:cover; background-position:center; color:#fff; text-align:center; padding:44px 8% 40px; min-height:330px; display:flex; flex-direction:column; gap:14px; overflow:hidden; }
.hometegel { --laag:.6; }
.hometegel::before { content:''; position:absolute; inset:0; background:rgba(0,0,0,var(--laag)); }
.hometegel > * { position:relative; z-index:1; margin:0; }
.hometegel h3 { font-family:Georgia,serif; text-transform:uppercase; letter-spacing:2.5px; font-size:22px; font-weight:600; color:#fff; }
.hometegel p { line-height:1.75; max-width:380px; margin:0 auto; font-size:15.5px; }
.hometegel p { flex:1; display:flex; align-items:center; justify-content:center; }
.hometegel .tegelknop { flex:0; margin-top:auto; padding-top:10px; }
.toolgrid .card .winkelknop { align-self:center; margin:6px auto 0; }
@media (max-width:980px) { .hometegels { grid-template-columns:1fr 1fr; } }
@media (max-width:640px) { .hometegels { grid-template-columns:1fr; } }

/* beige intro-band met vinkjes */
.introband { width:100vw; max-width:100vw; margin:0 0 0 calc(50% - 50vw); background:#d5c49c; color:#26221c; padding:44px 5vw 40px; }
.introband-in { max-width:1100px; margin:0 auto; }
.introband h2 { text-transform:uppercase; font-size:21px; letter-spacing:.5px; margin:0 0 14px; }
.introband h3 { font-size:17px; margin:20px 0 10px; }
.introband p { line-height:1.75; margin:0 0 10px; max-width:960px; }
ul.vinkjes { list-style:none; padding:0; margin:0 0 16px; }
ul.vinkjes li { padding-left:26px; position:relative; margin:6px 0; line-height:1.6; }
ul.vinkjes li::before { content:'\2713'; position:absolute; left:0; color:#2e7d32; font-weight:700; }
.introslot { font-size:18px; margin-top:16px; }
/* koppen met klein streepje eronder */
.hometekst h2.lijntje::after { content:''; display:block; width:36px; height:2px; background:#c9b482; margin:14px auto 0; }
/* handige tools: drie open kolommen */
.toolgrid { display:grid; grid-template-columns:repeat(3,1fr); gap:34px; margin:10px 0 44px; }
.toolblok { text-align:center; display:flex; flex-direction:column; }
.toolblok p:last-child { margin-top:auto; padding-top:6px; }
.toolblok h3 { font-family:Georgia,serif; text-transform:uppercase; letter-spacing:2.5px; font-weight:600; font-size:23px; margin:14px 0 14px; }
.toolblok p { color:#41525c; line-height:1.75; max-width:330px; margin:0 auto 18px; }
@media (max-width:860px) { .toolgrid { grid-template-columns:1fr; } }
/* zoekbalk-band */
.zoekband { width:100vw; max-width:100vw; margin:34px 0 34px calc(50% - 50vw); background:#f1efe9; padding:34px 5vw; }
.zoekband.smal { width:auto; max-width:none; margin:22px 0 34px; border-radius:10px; }
.zoekband form { max-width:640px; margin:0 auto; display:flex; }
.zoekband input { flex:1; border:1px solid #cfc8b8; background:#fff; padding:13px 18px; font:inherit; font-size:14.5px; letter-spacing:1px; outline:none; }
.zoekband input:focus { border-color:#c9b482; }
.zoekband button { border:1px solid #26221c; background:#26221c; color:#fff; padding:0 22px; cursor:pointer; display:flex; align-items:center; }
.zoekband button:hover { background:#000; }
/* Let's Go: 1 groot artikel + kleine kaarten */
.letsgo { display:grid; grid-template-columns:repeat(3,1fr); gap:26px; margin:26px 0 10px; }
.lgkaart { display:block; background:#fff; border:1px solid #e8e2d6; box-shadow:0 2px 10px rgba(0,0,0,.05); text-decoration:none; overflow:hidden; }
.lgkaart:hover { box-shadow:0 6px 18px rgba(0,0,0,.12); }
.lgkaart img { width:100%; height:auto; aspect-ratio:auto; display:block; background:#14100c; }
.lgkaart h3 { font-family:Georgia,serif; text-transform:uppercase; letter-spacing:1px; font-weight:500; font-size:14.5px; line-height:1.6; text-align:center; color:#232323; margin:0; padding:16px 14px 20px; }
.lgkaart.groot { grid-column:1 / span 2; grid-row:1 / span 2; }
.lgkaart.groot img { width:100%; height:auto; min-height:0; }
.lgkaart.groot h3 { font-size:clamp(17px,1.9vw,25px); padding:28px 22px 32px; letter-spacing:1.5px; }
@media (max-width:860px) { .letsgo { grid-template-columns:1fr; } .lgkaart.groot { grid-column:auto; grid-row:auto; } }
/* donkere 'Waarom muziekbundel?'-band met foto als achtergrond */
.waaromband { position:relative; width:100vw; max-width:100vw; margin:40px 0 40px calc(50% - 50vw); background-size:cover; background-position:center; color:#fff; padding:70px 5vw 74px; text-align:center; }
.waaromband { --laag:.82; }
.waaromband::before { content:''; position:absolute; inset:0; background:rgba(0,0,0,var(--laag)); }
.waaromband > * { position:relative; z-index:1; }
.waaromband h2 { font-family:Georgia,serif; text-transform:uppercase; letter-spacing:3px; font-weight:500; font-size:clamp(20px,2.4vw,28px); margin:0 0 20px; color:#fff; }
.waaromband h2::after { content:''; display:block; width:36px; height:2px; background:#c9b482; margin:14px auto 0; }
.waaromband p { max-width:860px; margin:0 auto 16px; line-height:1.8; }
.waaromband ul { list-style:disc; text-align:left; max-width:760px; margin:0 auto 18px; padding-left:22px; }
.waaromband ul li { margin:7px 0; line-height:1.7; }
.waaromband strong { color:#e8d9b0; }

/* homepage: secties naadloos op elkaar */
.homepagina .paginaheader { margin-bottom:0; }
.homepagina > p:empty, .homepagina > p:has(> br:only-child) { margin:0; line-height:0; }

.waaromband p:last-child, .waaromband p:last-child strong { color:#fff; }

/* banners uit het Banners-tabblad */
.bannerp { text-align:center; margin:26px 0; }
.bannerp img { max-width:100%; border-radius:10px; display:inline-block; }

/* ---------- shop ---------- */
.shopfilters { display:flex; flex-wrap:wrap; gap:8px; justify-content:center; margin:0 0 26px; }
.shopfilters .chip { border:1px solid #d9d2c0; background:#fff; color:#4a4234; padding:8px 15px; border-radius:999px; font:inherit; font-size:13.5px; cursor:pointer; }
.shopfilters .chip:hover { border-color:#c9b482; }
.shopfilters .chip.actief { background:#232323; border-color:#232323; color:#fff; }
.shopgrid { display:grid; grid-template-columns:repeat(auto-fill,minmax(250px,1fr)); gap:24px; }
.shopkaart { display:flex; flex-direction:column; background:#fff; border:1px solid #e8e2d6; border-radius:12px; overflow:hidden; text-decoration:none; box-shadow:0 2px 10px rgba(0,0,0,.05); transition:transform .2s; }
.shopkaart:hover { transform:translateY(-3px); box-shadow:0 6px 18px rgba(0,0,0,.12); }
.shopkaart img { width:100%; aspect-ratio:auto; max-height:220px; object-fit:contain; background:#14100c; display:block; }
.shopkaart .fotoleeg { aspect-ratio:16/10; background:#f3efe6; display:flex; align-items:center; justify-content:center; font-size:34px; }
.shopkaart .pad { padding:14px 16px 18px; display:flex; flex-direction:column; gap:6px; flex:1; }
.shopkaart .cat { font-size:11.5px; text-transform:uppercase; letter-spacing:1px; color:#8a7a4f; }
.shopkaart h3 { margin:0; font-size:16px; line-height:1.45; color:#232323; flex:1; }
.shopkaart .shopmeta { color:#8a7a4f; font-weight:600; font-size:14px; }
.schuifrij .shopkaart { scroll-snap-align:start; }
.schuifrij .shopkaart img { aspect-ratio:auto; max-height:230px; object-fit:contain; background:#14100c; }
.reviewblok { display:flex; gap:16px; align-items:flex-start; background:#fdf9ef; border:1px solid #e8dbb8; border-radius:12px; padding:18px 20px; margin:30px 0; }
.reviewblok span { font-size:26px; }
.reviewblok a { color:#8a7a4f; font-weight:600; }
