:root {
  --ink: #090b12;
  --panel: #111520;
  --cream: #f2eee6;
  --paper: #fbf8f1;
  --muted: #aeb3c2;
  --violet: #9b64ff;
  --cyan: #47d7c8;
  --amber: #ffb75e;
  --green: #64c992;
  --line: rgba(242, 238, 230, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }

.site-header {
  min-height: 88px; padding: 0 clamp(24px, 4.5vw, 76px); display: grid;
  grid-template-columns: 1fr auto 1fr; align-items: center; gap: 34px;
  border-bottom: 1px solid var(--line); position: relative; z-index: 5;
}
.brand-link { justify-self: start; }
.brand { display: inline-flex; align-items: center; gap: 0; font-size: 25px; font-weight: 800; letter-spacing: -.035em; text-transform: uppercase; white-space: nowrap; }
.brand em { color: var(--violet); font-style: normal; font-weight: 300; }
.brand-pulse { width: 52px; height: 23px; display: flex; align-items: center; margin-right: 10px; }
.brand-pulse i { display: block; width: 4px; margin-right: 3px; border-radius: 3px; background: var(--cyan); }
.brand-pulse i:nth-child(1) { height: 3px; width: 12px; }
.brand-pulse i:nth-child(2) { height: 15px; }
.brand-pulse i:nth-child(3) { height: 23px; }
.brand-pulse i:nth-child(4) { height: 10px; }
.brand-pulse i:nth-child(5) { height: 4px; width: 10px; background: var(--violet); }
.site-header nav { display: flex; gap: 26px; }
.site-header nav a { color: #d1d3da; font-size: 13px; font-weight: 700; }
.site-header nav a:hover { color: var(--cyan); }
.language-switch { justify-self: end; display: flex; align-items: center; gap: 6px; color: #6e7485; font-size: 12px; }
.language-switch button { border: 0; background: none; cursor: pointer; padding: 4px; color: #777d8c; }
.language-switch button.active { color: var(--cream); font-weight: 800; }

.hero { min-height: 760px; display: grid; grid-template-columns: 1.02fr .98fr; overflow: hidden; }
.hero-copy { padding: clamp(80px, 10vw, 150px) clamp(30px, 6vw, 100px); align-self: center; }
.eyebrow { margin: 0 0 22px; color: var(--cyan); text-transform: uppercase; letter-spacing: .22em; font-size: 11px; font-weight: 800; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 30px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(64px, 7vw, 114px); font-weight: 400; line-height: .9; letter-spacing: -.055em; }
h1 em { color: var(--violet); font-weight: 400; }
.lead { max-width: 680px; color: #c4c7d1; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(18px, 1.65vw, 24px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 44px; }
.primary-button { min-width: 230px; display: inline-flex; justify-content: space-between; align-items: center; gap: 20px; padding: 21px 24px; background: var(--violet); color: white; font-weight: 800; font-size: 14px; transition: transform .2s, background .2s; }
.primary-button:hover { transform: translateY(-2px); background: #a978ff; }
.text-link { border-bottom: 1px solid currentColor; padding: 6px 0; font-size: 14px; font-weight: 700; }
.credit-line { margin-top: 52px; color: #777d8c; font-size: 10px; text-transform: uppercase; letter-spacing: .18em; }
.hero-visual { position: relative; min-height: 660px; background: radial-gradient(circle at 45% 42%, #282d3c 0 18%, #161a27 42%, #0e111a 70%); overflow: hidden; }
.record { position: absolute; width: min(44vw, 610px); aspect-ratio: 1; left: -6%; top: 9%; border-radius: 50%; background: repeating-radial-gradient(circle, #171a20 0 2px, #0a0b0e 3px 6px, #181b21 7px 8px); box-shadow: 0 28px 70px rgba(0,0,0,.62); animation: spin 28s linear infinite; }
.record::after { content: ''; position: absolute; inset: 7%; border-radius: 50%; border: 1px solid rgba(255,255,255,.09); }
.record-label { position: absolute; inset: 33%; border-radius: 50%; display: grid; place-content: center; justify-items: center; background: linear-gradient(145deg, var(--violet), #56358d); color: white; }
.record-label::after { content: ''; position: absolute; width: 12px; height: 12px; border-radius: 50%; left: calc(50% - 6px); top: calc(50% - 6px); background: var(--ink); }
.record-label span { font-family: Georgia, serif; font-size: clamp(30px, 4vw, 64px); letter-spacing: -.1em; }
.record-label small { font-size: 8px; letter-spacing: .18em; }
@keyframes spin { to { transform: rotate(360deg); } }
.waveform { position: absolute; left: 5%; right: 6%; bottom: 16%; height: 145px; display: flex; align-items: center; gap: 7px; z-index: 2; }
.waveform i { flex: 1; max-width: 7px; height: var(--bar); border-radius: 9px; background: linear-gradient(to top, var(--cyan), var(--violet)); opacity: .88; }
.edition { position: absolute; top: 10%; right: 5%; width: 175px; padding: 22px; background: var(--amber); color: var(--ink); transform: rotate(3deg); box-shadow: 0 18px 45px rgba(0,0,0,.35); }
.edition span, .edition small { display: block; text-transform: uppercase; font-size: 8px; letter-spacing: .18em; }
.edition strong { display: block; margin: 42px 0; font-family: Georgia, serif; font-size: 29px; line-height: .95; font-weight: 400; }

.principle { min-height: 230px; display: grid; grid-template-columns: 120px minmax(0, 900px); align-items: center; gap: 50px; padding: 42px clamp(30px, 8vw, 135px); background: var(--violet); }
.principle span { align-self: start; padding-top: 12px; font-size: 11px; letter-spacing: .2em; }
.principle p { margin: 0; font-family: Georgia, serif; font-size: clamp(30px, 4vw, 56px); line-height: 1.15; }

.services, .about, .guitars { padding: clamp(90px, 11vw, 160px) clamp(30px, 8vw, 135px); }
.services { background: var(--paper); color: #181b22; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 60px; margin-bottom: 65px; }
.section-heading h2, .about h2, .guitars h2, .contact h2 { margin: 0; font-family: Georgia, serif; font-weight: 400; font-size: clamp(44px, 5vw, 78px); line-height: 1.02; letter-spacing: -.04em; }
.section-heading > p { max-width: 550px; margin: 0; color: #616773; font-size: 17px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-card { min-height: 480px; padding: 38px 34px; border: 1px solid #d9d7d0; display: flex; flex-direction: column; }
.service-card + .service-card { border-left: 0; }
.service-card > span { color: #7b8089; font-size: 11px; letter-spacing: .2em; }
.service-card h3 { margin: auto 0 22px; max-width: 270px; font-family: Georgia, serif; font-weight: 400; font-size: 34px; line-height: 1.1; }
.service-card p { min-height: 105px; color: #5f646e; line-height: 1.65; }
.service-card ul { list-style: none; margin: 10px 0 0; padding: 0; border-top: 1px solid #d9d7d0; }
.service-card li { padding: 10px 0; border-bottom: 1px solid #d9d7d0; font-size: 12px; font-weight: 700; }
.service-1 { border-top: 5px solid var(--violet); }
.service-2 { border-top: 5px solid var(--cyan); }
.service-3 { border-top: 5px solid var(--amber); }

.music { padding: clamp(90px, 11vw, 160px) clamp(30px, 8vw, 135px); background: #111520; }
.section-heading.light > p { color: #aeb3c2; }
.track-list { border-top: 1px solid var(--line); }
.track { min-height: 124px; display: grid; grid-template-columns: 55px 60px 1fr auto; align-items: center; gap: 25px; border-bottom: 1px solid var(--line); transition: padding .2s, background .2s; }
.track:hover { padding: 0 20px; background: rgba(255,255,255,.03); }
.track-index { color: #6e7485; font-size: 11px; letter-spacing: .2em; }
.track-disc { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: repeating-radial-gradient(circle, #242834 0 2px, #08090d 3px 5px); }
.track-disc i { width: 15px; height: 15px; border-radius: 50%; background: var(--violet); }
.track.cyan .track-disc i { background: var(--cyan); }
.track.amber .track-disc i { background: var(--amber); }
.track.green .track-disc i { background: var(--green); }
.track-title strong { display: block; font-family: Georgia, serif; font-weight: 400; font-size: 30px; }
.track-title small { display: block; margin-top: 6px; color: #8e94a2; }
.track-action { font-size: 12px; font-weight: 700; color: var(--cyan); }
.catalogue-link { display: inline-block; margin-top: 34px; border-bottom: 1px solid; padding-bottom: 5px; color: var(--violet); font-weight: 700; }

.about { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 160px); background: var(--cream); color: #181b22; }
.about-mark { min-height: 620px; position: relative; align-self: center; display: grid; grid-template-columns: 1fr 1fr; place-items: center; overflow: hidden; background: #181b22; color: var(--cream); font: 400 clamp(100px, 12vw, 185px)/1 Georgia, serif; }
.about-mark > span:first-child { color: var(--cyan); transform: translate(22px, -40px); }
.about-mark > span:nth-child(2) { color: var(--violet); transform: translate(-22px, 60px); }
.keys { position: absolute; left: 0; right: 0; bottom: 0; height: 115px; display: flex; background: white; }
.keys i { flex: 1; border-right: 1px solid #777; }
.keys i.black { height: 64%; background: #15171b; z-index: 2; margin: 0 -3%; }
.about-copy { align-self: center; max-width: 700px; }
.about-copy .intro { margin: 30px 0; font-family: Georgia, serif; font-size: 27px; line-height: 1.45; }
.about-copy > p:not(.eyebrow):not(.intro):not(.about-credit) { color: #5d626b; font-size: 17px; line-height: 1.75; }
.about-credit { margin: 30px 0; color: var(--violet); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.social-links { display: flex; flex-wrap: wrap; gap: 22px; }
.social-links a { border-bottom: 1px solid; padding-bottom: 5px; font-size: 13px; font-weight: 700; }

.guitars { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 140px); background: #2d2351; }
.guitar-copy { align-self: center; }
.guitar-copy > p:not(.eyebrow) { max-width: 650px; color: #d1cae6; font-size: 17px; line-height: 1.75; }
.pale { display: inline-block; margin-top: 20px; color: var(--cyan); }
.guitar-stack { min-height: 540px; position: relative; display: grid; place-content: center; }
.guitar-stack article { width: min(42vw, 550px); min-height: 165px; padding: 24px 30px; margin: -14px 0; background: var(--paper); color: #181b22; box-shadow: 0 20px 40px rgba(0,0,0,.28); transform: rotate(var(--tilt)); }
.guitar-stack article span { color: #8b839b; font-size: 10px; }
.guitar-stack h3 { margin: 12px 0 0; font-family: Georgia, serif; font-weight: 400; font-size: 26px; }
.guitar-line { display: flex; gap: 6px; margin-top: 17px; }
.guitar-line i { height: 2px; flex: 1; background: #787181; }

.contact { padding: clamp(100px, 13vw, 190px) clamp(30px, 13vw, 210px); text-align: center; background: var(--cyan); color: #11151c; }
.contact .eyebrow { color: #2d2351; }
.contact h2 { max-width: 950px; margin-inline: auto; }
.contact > p:not(.eyebrow) { max-width: 700px; margin: 35px auto; font-size: 18px; line-height: 1.7; }
.light-button { background: #11151c; color: var(--cream); }
.light-button:hover { background: #2d2351; }
.contact-email { display: block; margin-top: 22px; font-weight: 800; }

footer { padding: 70px clamp(30px, 8vw, 135px); display: grid; grid-template-columns: 1fr auto auto; gap: clamp(45px, 8vw, 120px); background: #080a10; color: #aeb3c2; font-size: 12px; line-height: 1.75; }
footer .brand { color: var(--cream); }
footer > div:first-child p { margin-top: 22px; }
.footer-links { display: grid; gap: 4px; }
.footer-links strong { color: var(--cream); margin-bottom: 5px; }
.footer-links button { border: 0; background: none; padding: 0; text-align: left; cursor: pointer; color: var(--cyan); }
footer address { font-style: normal; }
footer address strong { color: var(--cream); }

.consent-wrap { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 20; }
.consent-banner, .consent-modal { max-width: 980px; margin: auto; padding: 24px; background: var(--paper); color: #1a1d24; box-shadow: 0 20px 80px rgba(0,0,0,.46); }
.consent-banner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; }
.consent-banner strong, .consent-modal strong { font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.consent-banner p, .consent-modal p { margin: 7px 0 0; color: #616773; font-size: 13px; line-height: 1.5; }
.consent-buttons { display: flex; gap: 8px; }
.consent-buttons button { min-width: 120px; padding: 12px 15px; border: 1px solid #181b22; background: #181b22; color: white; cursor: pointer; font-size: 12px; font-weight: 800; }
.consent-buttons .outline { background: transparent; color: #181b22; }
.consent-backdrop { position: fixed; inset: 0; z-index: 30; display: grid; place-items: center; padding: 20px; background: rgba(4,5,8,.78); }
.consent-modal { width: min(560px, 100%); }
.consent-modal .consent-buttons { margin-top: 25px; }
.consent-check { margin-top: 22px; padding: 17px; border: 1px solid #d7d4cc; display: flex; justify-content: space-between; align-items: center; }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 640px; }
  .record { width: min(75vw, 610px); left: 10%; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 390px; }
  .service-card + .service-card { border-left: 1px solid #d9d7d0; border-top-width: 5px; }
  .about, .guitars { grid-template-columns: 1fr; }
  .about-mark { min-height: 480px; }
  .guitar-stack article { width: min(80vw, 550px); }
}

@media (max-width: 680px) {
  .site-header { min-height: 74px; padding-inline: 20px; }
  .brand { font-size: 20px; }
  .brand-pulse { width: 42px; margin-right: 6px; }
  .hero { min-height: auto; }
  .hero-copy { padding: 75px 24px 70px; }
  h1 { font-size: clamp(55px, 17vw, 78px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 520px; }
  .record { width: 120vw; left: -44%; top: 4%; }
  .waveform { right: 3%; left: 3%; bottom: 10%; gap: 3px; }
  .edition { right: 18px; width: 145px; }
  .principle { grid-template-columns: 1fr; gap: 8px; padding-block: 65px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .service-card { min-height: 420px; padding: 30px 24px; }
  .track { grid-template-columns: 34px 45px 1fr; gap: 12px; padding: 19px 0; }
  .track-disc { width: 42px; height: 42px; }
  .track-title strong { font-size: 23px; }
  .track-action { display: none; }
  .about-mark { min-height: 390px; }
  .guitar-stack { min-height: 465px; }
  .guitar-stack article { width: 100%; }
  footer { grid-template-columns: 1fr; }
  .consent-banner { grid-template-columns: 1fr; }
  .consent-buttons { flex-direction: column; }
  .consent-buttons button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .record { animation: none; }
  * { transition: none !important; }
}

/* Statische uploadversie */
.site-header .brand-link { display: inline-flex; }
.site-header .brand-pulse, footer .brand-pulse { display:none; }
.lang-switch { justify-self: end; display: flex; align-items: center; gap: 6px; color: #6e7485; font-size: 12px; }
.lang-switch a { padding: 4px; color: #777d8c; }
.lang-switch a.active { color: var(--cream); font-weight: 800; border-bottom: 1px solid var(--cyan); }
.hero-visual[role="img"] { isolation: isolate; }
.waveform i:nth-child(7n+1){height:27%}.waveform i:nth-child(7n+2){height:64%}.waveform i:nth-child(7n+3){height:91%}.waveform i:nth-child(7n+4){height:48%}.waveform i:nth-child(7n+5){height:75%}.waveform i:nth-child(7n+6){height:38%}.waveform i:nth-child(7n){height:84%}
.music .eyebrow,.guitars .eyebrow { color: var(--cyan); }
.service-card .number { color: #7b8089; font-size: 11px; letter-spacing: .2em; }
.track-disc::after { content: ''; width: 15px; height: 15px; border-radius: 50%; background: var(--violet); }
.track.cyan .track-disc::after{background:var(--cyan)}.track.amber .track-disc::after{background:var(--amber)}.track.green .track-disc::after{background:var(--green)}
.guitar-stack .guitar-one{--tilt:-2.5deg}.guitar-stack .guitar-two{--tilt:0deg}.guitar-stack .guitar-three{--tilt:2.5deg}
.footer-nav { display: grid; gap: 4px; }
.footer-nav strong { color: var(--cream); margin-bottom: 5px; }
.footer-nav button,.cookie-settings-button { border: 0; background: none; padding: 0; text-align: left; cursor: pointer; color: var(--cyan); font: inherit; }
.footer-nav a:hover, footer address a:hover { color: var(--cyan); }

.seo-hero,.seo-copy,.policy,.not-found { padding-inline: max(30px,calc((100vw - 1180px)/2)); }
.seo-hero { padding-top: 125px; padding-bottom: 125px; background: radial-gradient(circle at 90% 15%,#33275b 0 17%,#151a27 42%,#090b12 75%); }
.seo-hero h1 { max-width: 980px; margin: 22px 0 30px; font: 400 clamp(58px,7vw,100px)/.95 Georgia,serif; letter-spacing: -.055em; }
.seo-hero h1 em { color: var(--violet); font-weight: 400; }
.seo-hero>p:not(.eyebrow) { max-width: 760px; color: #bec2cc; font: 20px/1.7 Georgia,serif; }
.seo-copy { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; padding-top: 110px; padding-bottom: 120px; background: var(--paper); color: #181b22; }
.seo-copy h2 { margin: 0; font: 400 clamp(42px,5vw,70px)/1.05 Georgia,serif; letter-spacing: -.04em; }
.seo-copy p,.seo-copy li { color: #5d626b; font-size: 17px; line-height: 1.8; }
.seo-copy ul { padding-left: 20px; }
.seo-cta { padding: 100px 30px; text-align: center; background: var(--violet); }
.seo-cta h2 { max-width: 920px; margin: 0 auto 28px; font: 400 clamp(44px,5vw,74px)/1.05 Georgia,serif; letter-spacing: -.04em; }
.seo-cta p { max-width: 680px; margin: 0 auto 34px; color: #ece6f9; line-height: 1.7; }
.policy,.not-found { max-width: 1040px; margin-inline:auto; padding-top:100px; padding-bottom:120px; }
.policy h1,.not-found h1 { margin:22px 0 52px; font:400 clamp(52px,6vw,82px)/1 Georgia,serif; letter-spacing:-.05em; }
.policy h2 { margin:45px 0 14px; font:400 31px/1.2 Georgia,serif; }
.policy p,.policy li,.not-found p { color:#b8bdc8; font-size:16px; line-height:1.75; }
.policy a { color:var(--cyan); border-bottom:1px solid currentColor; }
.policy ul { padding-left:22px; }
.legal-card { margin:40px 0 55px; padding:34px; background:var(--panel); border-left:5px solid var(--cyan); }
.legal-card dl { display:grid; grid-template-columns:190px 1fr; gap:17px 28px; margin:0; }
.legal-card dt { color:#858b99; font-size:12px; text-transform:uppercase; letter-spacing:.08em; }
.legal-card dd { margin:0; line-height:1.6; }
.policy-table { overflow-x:auto; margin:27px 0; border:1px solid var(--line); }
.policy-table table { width:100%; min-width:720px; border-collapse:collapse; }
.policy-table th,.policy-table td { padding:16px; text-align:left; vertical-align:top; border-bottom:1px solid var(--line); font-size:14px; line-height:1.55; }
.policy-table th { background:var(--panel); }

.cookie-notice { position:fixed; right:20px; bottom:20px; z-index:60; width:min(770px,calc(100% - 40px)); display:grid; grid-template-columns:1.2fr .8fr; gap:25px; padding:26px; background:var(--paper); color:#171a21; box-shadow:0 22px 80px rgba(0,0,0,.5); }
.cookie-copy>strong { display:block; margin-bottom:8px; font:400 23px/1.2 Georgia,serif; }
.cookie-copy>p { margin:0; color:#626773; font-size:13px; line-height:1.55; }
.cookie-links,.consent-links { display:flex; gap:16px; margin-top:12px; }
.cookie-links a,.consent-links a { color:#4b3b79; font-size:12px; font-weight:700; border-bottom:1px solid; }
.cookie-actions { display:grid; gap:8px; align-self:center; }
.cookie-actions button,.consent-actions button { min-height:42px; padding:11px 15px; border:1px solid #171a21; font:700 12px Arial,sans-serif; cursor:pointer; }
.cookie-actions [data-accept],.cookie-actions [data-reject] { background:#171a21; color:white; }
.cookie-actions [data-preferences] { background:transparent; color:#171a21; }
.consent-modal-backdrop { position:fixed; inset:0; z-index:80; display:grid; place-items:center; padding:22px; background:rgba(3,4,7,.82); }
.consent-modal { position:relative; width:min(610px,100%); max-height:calc(100vh - 44px); overflow:auto; padding:36px; background:var(--paper); color:#171a21; box-shadow:0 25px 90px rgba(0,0,0,.5); }
.consent-modal h2 { margin:12px 0 17px; font:400 clamp(36px,5vw,50px)/1.05 Georgia,serif; }
.consent-modal>p:not(.eyebrow) { color:#626773; line-height:1.65; }
.consent-close { position:absolute; right:15px; top:12px; width:42px; height:42px; border:0; background:none; color:#171a21; font:32px/1 Arial; cursor:pointer; }
.consent-option { display:flex; justify-content:space-between; align-items:center; gap:20px; margin-top:13px; padding:19px; border:1px solid #d7d4cc; }
.consent-option div { display:flex; flex-direction:column; gap:5px; }
.consent-option strong { font:400 20px/1.2 Georgia,serif; }
.consent-option span { color:#626773; font-size:13px; line-height:1.45; }
.consent-option input { width:22px; height:22px; accent-color:var(--violet); }
.consent-actions { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:26px; }
.consent-actions .consent-primary { background:#171a21; color:white; }
.consent-actions .consent-secondary { background:white; color:#171a21; }

@media(max-width:1000px){.seo-copy{grid-template-columns:1fr;gap:35px}.site-header .brand-link{justify-self:start}}
@media(max-width:680px){.seo-hero,.seo-copy,.policy,.not-found{padding-inline:24px}.seo-hero{padding-top:80px;padding-bottom:85px}.seo-copy{padding-top:80px;padding-bottom:85px}.legal-card dl{grid-template-columns:1fr;gap:7px}.legal-card dd+dt{margin-top:12px}.cookie-notice{right:10px;bottom:10px;width:calc(100% - 20px);grid-template-columns:1fr;padding:21px}.cookie-actions{grid-template-columns:1fr 1fr}.cookie-actions [data-preferences]{grid-column:1/-1;grid-row:2}.consent-modal{padding:30px 21px}.consent-actions{grid-template-columns:1fr}}
