*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#FBF9F5;font-family:'Instrument Sans',system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;color:#0F2740}
a{color:#0F2740;text-decoration:none}
a:hover{color:#B0821F}
summary{list-style:none;cursor:pointer}
summary::-webkit-details-marker{display:none}
details[open] .fq-plus{transform:rotate(45deg)}
input:focus{outline:2px solid #B0821F;outline-offset:1px}

/* language toggle: Danish shows by default, English is hidden until <html lang="en">
   (selectors are prefixed with `html` so they always outrank component classes
   like .case-head/.fit-row that also set `display`, regardless of source order) */
html [data-en]{display:none}
html[lang="en"] [data-en]{display:revert}
html[lang="en"] [data-da]{display:none}

.wrap{max-width:1180px;margin:0 auto;padding:0 clamp(16px,4vw,40px)}

/* header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(251,249,245,.9);backdrop-filter:blur(12px);border-bottom:1px solid #EAE4DA}
.site-header .wrap{padding:14px clamp(16px,4vw,40px);display:flex;align-items:center;gap:clamp(12px,3vw,32px)}
.brand{display:flex;align-items:center;gap:9px;flex:none}
.brand-dot{width:11px;height:11px;background:#B0821F;border-radius:2px;display:block}
.brand-name{font-size:18px;font-weight:600;letter-spacing:-.02em}
.site-nav{display:flex;gap:20px;font-size:13.5px;color:#4d6274;margin-left:auto}
.site-nav a{color:#4d6274}
.lang-switch{display:flex;align-items:center;border:1px solid #DED7CA;border-radius:7px;overflow:hidden;flex:none}
.lang-switch button{font:500 12px 'Instrument Sans',system-ui,sans-serif;padding:7px 12px;border:none;cursor:pointer;background:transparent;color:#8b8577;letter-spacing:.04em}
.lang-switch button.active{background:#0F2740;color:#fff}
.btn-cta{flex:none;background:#0F2740;color:#fff;padding:11px 18px;border-radius:7px;font-size:13.5px;font-weight:500;white-space:nowrap}
.btn-cta:hover{color:#fff;opacity:.92}

@media (max-width:760px){
  .site-nav{display:none}
}

main{padding-top:0}

/* hero */
.hero{padding:clamp(44px,7vw,76px) 0 0}
.hero-copy{max-width:820px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;letter-spacing:.09em;text-transform:uppercase;color:#B0821F;font-weight:600;margin-bottom:20px}
.eyebrow-line{width:18px;height:1px;background:#B0821F;display:block}
h1{margin:0;font-size:clamp(33px,5.6vw,60px);line-height:1.04;font-weight:600;letter-spacing:-.03em;text-wrap:balance}
h1 .gold{color:#B0821F}
.hero-copy p.lede{font-size:clamp(16px,2.1vw,19.5px);line-height:1.55;color:#4d6274;margin:22px 0 0;max-width:640px;text-wrap:pretty}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:30px}
.btn-primary{background:#0F2740;color:#fff;padding:15px 26px;border-radius:8px;font-size:15.5px;font-weight:500}
.btn-primary:hover{color:#fff;opacity:.92}
.btn-secondary{border:1px solid #DED7CA;background:#fff;padding:15px 24px;border-radius:8px;font-size:15.5px;font-weight:500}
.fineprint{font-size:13px;color:#8b8577;margin:16px 0 0}

/* before/after compare (hero) */
.compare-wrap{margin-top:clamp(32px,5vw,54px)}
.compare-labels{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
.compare-labels .lbl-before{color:#9c9484}
.compare-labels .lbl-after{color:#B0821F}
.compare-labels .lbl-drag{color:#8b8577;letter-spacing:.02em;text-transform:none;font-weight:400;font-size:12.5px}
.compare{position:relative;aspect-ratio:960/640;overflow:hidden;border-radius:10px;border:1px solid #DCC79A;box-shadow:0 18px 44px -18px rgba(176,130,31,.42);background:#fff;cursor:ew-resize;touch-action:none;user-select:none}
.compare:focus-visible{outline:2px solid #B0821F;outline-offset:3px}
.compare .mockup-scale{position:absolute;top:0;left:0;width:960px;height:640px;transform-origin:top left}
.compare-clip{position:absolute;inset:0;clip-path:inset(0 50% 0 0)}
.compare-handle{position:absolute;top:0;bottom:0;left:50%;width:2px;background:#B0821F;display:flex;align-items:center;justify-content:center;margin-left:-1px;pointer-events:none}
.compare-handle-grip{width:38px;height:38px;border-radius:50%;background:#fff;border:1px solid #DED7CA;box-shadow:0 4px 14px rgba(15,39,64,.18);display:flex;align-items:center;justify-content:center;font-size:13px;color:#0F2740;letter-spacing:-1px}

/* generic scaled mockup frame (case section) */
.mockup-frame{position:relative;aspect-ratio:960/640;overflow:hidden;border-radius:10px;background:#fff;flex:1;min-width:260px}
.mockup-frame.plain{border:1px solid #E2DCD1;box-shadow:0 8px 24px -14px rgba(15,39,64,.22)}
.mockup-frame.gold{border:1px solid #DCC79A;box-shadow:0 18px 44px -18px rgba(176,130,31,.42)}
.mockup-frame .mockup-scale{position:absolute;top:0;left:0;width:960px;height:640px;transform-origin:top left}

/* sections */
section{padding:clamp(64px,9vw,110px) 0 0;scroll-margin-top:82px}
h2{margin:0;font-size:clamp(27px,4.2vw,42px);line-height:1.1;font-weight:600;letter-spacing:-.025em}

/* case */
.case-head{display:flex;flex-wrap:wrap;gap:clamp(20px,4vw,60px);align-items:flex-end;justify-content:space-between;border-top:1px solid #EAE4DA;padding-top:26px}
.case-head .copy{max-width:620px}
.case-head .copy .eyebrow{margin-bottom:14px}
.case-head .copy p{font-size:16.5px;line-height:1.6;color:#4d6274;margin:16px 0 0;text-wrap:pretty}
.case-stats{margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:22px 30px;flex:1;min-width:260px}
.case-stats dt{font-size:11.5px;color:#8b8577;letter-spacing:.05em;text-transform:uppercase}
.case-stats dd{margin:5px 0 0;font-size:22px;font-weight:600}
.case-row{display:flex;flex-wrap:wrap;gap:20px;align-items:flex-start;margin-top:34px}
.case-row figure{margin:0;display:flex;flex-direction:column;gap:9px;flex:1;min-width:260px}
.case-row figcaption{display:flex;align-items:center;gap:0;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
.case-row figcaption.before{color:#9c9484}
.case-row figcaption.after{color:#B0821F}

/* how it works */
.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(262px,1fr));gap:clamp(14px,2vw,22px);margin-top:34px}
.step{background:#fff;border:1px solid #EAE4DA;border-radius:12px;padding:26px 24px 28px}
.step.dark{background:#0F2740;border-color:#0F2740;color:#fff}
.step-num{font-family:'Instrument Serif',Georgia,serif;font-size:40px;line-height:1;color:#B0821F}
.step.dark .step-num{color:#E0B558}
.step h3{margin:16px 0 0;font-size:19px;font-weight:600;letter-spacing:-.01em}
.step p{margin:9px 0 0;font-size:14.5px;line-height:1.6;color:#4d6274}
.step.dark p{color:#B6C6D4}

/* price */
.price-card{background:#fff;border:1px solid #EAE4DA;border-radius:16px;overflow:hidden}
.price-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}
.price-main{padding:clamp(28px,4vw,44px);border-right:1px solid #EAE4DA}
.price-tag{font-size:11.5px;letter-spacing:.09em;text-transform:uppercase;color:#B0821F;font-weight:600}
.price-amount{display:flex;align-items:baseline;gap:9px;margin-top:14px}
.price-amount .num{font-size:clamp(42px,6vw,62px);font-weight:600;letter-spacing:-.035em;line-height:1}
.price-amount .unit{font-size:20px;font-weight:500;color:#4d6274}
.price-sub{margin:8px 0 0;font-size:15px;color:#8b8577}
.price-main>p.desc{margin:12px 0 0;font-size:14.5px;line-height:1.6;color:#4d6274}
.price-facts{margin-top:22px;padding-top:20px;border-top:1px solid #EAE4DA;display:flex;flex-direction:column;gap:8px;font-size:14.5px;color:#0F2740}
.price-facts div{display:flex;justify-content:space-between}
.price-facts span:first-child{color:#4d6274}
.price-facts span:last-child{font-weight:600}
.price-main .btn-cta-block{display:block;text-align:center;margin-top:26px;background:#0F2740;color:#fff;padding:14px 20px;border-radius:8px;font-size:15px;font-weight:500}
.price-main .btn-cta-block:hover{color:#fff;opacity:.92}
.price-side{padding:clamp(28px,4vw,44px);background:#FDFCFA}
.price-side .label{font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#0F2740;margin-bottom:14px}
.price-side .label.muted{color:#8b8577;margin:28px 0 14px;padding-top:22px;border-top:1px solid #EAE4DA}
.price-side ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px;font-size:14.5px;line-height:1.5}
.price-side ul.yes{color:#2c4356}
.price-side ul.yes li{display:flex;gap:10px}
.price-side ul.yes li span{color:#B0821F;font-weight:600;flex:none}
.price-side ul.no{color:#7a8898}
.price-side ul.no li{display:flex;gap:10px}
.price-side ul.no li span{flex:none}

/* fit */
.fit-row{display:flex;flex-wrap:wrap;gap:clamp(24px,5vw,70px)}
.fit-copy{flex:1;min-width:270px}
.fit-copy p{font-size:16.5px;line-height:1.6;color:#4d6274;margin:16px 0 0;max-width:420px;text-wrap:pretty}
.fit-list{flex:1.15;min-width:280px;margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:11px}
.fit-list li{background:#fff;border:1px solid #EAE4DA;border-radius:10px;padding:15px 17px;font-size:15px;font-weight:500}

/* faq */
.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:0 clamp(24px,4vw,56px);margin-top:26px}
.faq-grid details{border-bottom:1px solid #EAE4DA;padding:19px 0}
.faq-grid summary{display:flex;gap:14px;align-items:flex-start;font-size:16.5px;font-weight:500;line-height:1.4}
.faq-grid .fq-plus{color:#B0821F;transition:transform .18s;flex:none;margin-top:2px}
.faq-grid p{margin:11px 0 0 28px;font-size:14.5px;line-height:1.65;color:#4d6274}

/* about me */
.about-card{background:#fff;border:1px solid #EAE4DA;border-radius:16px;padding:clamp(26px,4vw,44px);display:flex;flex-wrap:wrap;gap:clamp(26px,4vw,52px);align-items:flex-start}
.about-side{flex:0 1 250px;min-width:210px;display:flex;flex-direction:column;gap:16px}
.about-photo{border:1px solid #EAE4DA;border-radius:12px;aspect-ratio:4/5;width:100%;height:auto;object-fit:cover;display:block}
.about-facts{margin:0;font-size:14px}
.about-facts dt{font-size:11px;letter-spacing:.07em;text-transform:uppercase;color:#8b8577;margin-top:11px}
.about-facts dt:first-child{margin-top:0}
.about-facts dd{margin:3px 0 0;font-weight:500}
.about-copy{flex:1 1 340px;min-width:0}
.about-copy h2{margin:14px 0 0;font-size:clamp(25px,3.6vw,36px);line-height:1.12;font-weight:600;letter-spacing:-.025em}
.about-copy p{margin:14px 0 0;font-size:16.5px;line-height:1.65;color:#3d5468;max-width:620px;text-wrap:pretty}
.about-copy h2+p{margin-top:16px}
.about-contact{margin-top:22px;font-size:14.5px;color:#8b8577}

/* contact */
.contact-card{background:#0F2740;border-radius:18px;padding:clamp(30px,5vw,60px);color:#fff;display:grid;grid-template-columns:repeat(auto-fit,minmax(288px,1fr));gap:clamp(28px,5vw,60px);align-items:center;margin-bottom:clamp(56px,8vw,96px)}
.contact-tag{font-size:11.5px;letter-spacing:.09em;text-transform:uppercase;color:#E0B558;font-weight:600}
.contact-card h2{margin:14px 0 0;font-size:clamp(27px,4vw,40px)}
.contact-card>div>p{margin:15px 0 0;font-size:16px;line-height:1.6;color:#B6C6D4;max-width:400px;text-wrap:pretty}
.contact-signature{margin:20px 0 0;font-size:14px;color:#8FA4B6}
.contact-form-box{background:#fff;border-radius:14px;padding:clamp(22px,3vw,30px)}
.contact-form{display:flex;flex-direction:column;gap:14px}
.contact-form label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:500;color:#0F2740}
.contact-form input{border:1px solid #DED7CA;border-radius:8px;padding:13px 14px;font-size:16px;font-family:inherit;color:#0F2740;background:#FDFCFA}
.contact-form button{background:#B0821F;color:#fff;border:none;border-radius:8px;padding:15px 20px;font-size:15.5px;font-weight:600;font-family:inherit;cursor:pointer;margin-top:4px}
.contact-form button:disabled{opacity:.6;cursor:default}
.contact-form .fine{margin:2px 0 0;font-size:12.5px;line-height:1.5;color:#8b8577}
.contact-form .error{margin:2px 0 0;font-size:12.5px;line-height:1.5;color:#c0392b;display:none}
.contact-form.has-error .error{display:block}
.thanks{display:none;flex-direction:column;gap:11px;padding:12px 0 8px}
.thanks.show{display:flex}
.contact-form.hidden{display:none}
.thanks-check{width:34px;height:34px;border-radius:50%;background:#B0821F;color:#fff;display:flex;align-items:center;justify-content:center;font-size:17px}
.thanks-title{font-size:19px;font-weight:600}
.thanks p{margin:0;font-size:14.5px;line-height:1.6;color:#4d6274}

/* footer */
.site-footer{border-top:1px solid #EAE4DA;background:#FDFCFA}
.site-footer .wrap{padding:26px clamp(16px,4vw,40px);display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:space-between;font-size:13px;color:#8b8577}
.footer-brand{display:flex;align-items:center;gap:9px}
.footer-dot{width:9px;height:9px;background:#B0821F;border-radius:2px;display:block}
.footer-brand strong{font-weight:600;color:#0F2740}
.footer-links{display:flex;gap:18px}
.footer-links a{color:#8b8577}
