/* KALTVEN — css/style.css */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,700&family=Manrope:wght@400;500;700&display=swap');
:root{--bg:#100E1A;--bg2:#181620;--ink:#EDE8FA;--muted:#B7ADD0;--accent:#8A7AB8;--line:rgba(255,255,255,.12);--body:'Manrope',Arial,sans-serif;--display:'Fraunces',Georgia,serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;background:var(--bg);color:var(--ink);font:400 16px/1.65 var(--body)}a{color:var(--ink);text-decoration:none}a:hover{color:#cfc4ef}.topbar{background:#181620;color:var(--muted);text-align:center;font-size:.75rem;padding:.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.08)}.site-header{background:var(--bg);border-bottom:1px solid var(--line)}.nav{max-width:1100px;margin:auto;padding:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{font:700 1.5rem var(--display);letter-spacing:.04em}.phone{font-size:.85rem;color:var(--muted)}.container{max-width:1100px;margin:0 auto;padding:4rem 1rem}.hero{background:var(--bg);min-height:90vh;display:flex;align-items:center}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero img{height:500px;max-height:80vh;border-radius:20px;box-shadow:0 8px 40px rgba(0,0,0,.4)}h1,h2,h3{font-family:var(--display);line-height:1.15;color:var(--ink)}h1{font-size:clamp(2.2rem,5vw,4.5rem);margin:.8rem 0 1rem}h2{font-size:clamp(1.8rem,3vw,3rem);margin:0 0 1rem}h3{font-size:1.25rem}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;font-weight:700}.lead{font-size:1.1rem;color:var(--muted);max-width:62ch}.rating{display:inline-flex;gap:.5rem;background:var(--bg2);border:1px solid var(--line);border-radius:999px;padding:.35rem .8rem;color:var(--accent)}.product-list{list-style:none;padding:0;margin:2rem 0}.product-list li{display:flex;gap:.75rem;margin:.9rem 0;color:var(--ink)}.product-list li::before{content:'✓';color:var(--accent);font-weight:700}.cta{background:var(--accent);color:#fff!important;border-radius:999px;padding:1rem 1.5rem;display:inline-block;font-weight:700;box-shadow:0 4px 20px rgba(138,122,184,.3)}.cta:hover{opacity:.88;color:#fff}.fine{font-size:.78rem;color:var(--muted)}section{border-top:1px solid var(--line)}.dark{background:var(--bg2)}.section-head{max-width:700px;margin-bottom:2rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.card{background:#211e2d;border:1px solid var(--line);border-radius:16px;padding:1.5rem}.card h3,.card p{color:var(--ink)}.card p{color:var(--muted)}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.stat strong{display:block;font:700 2.5rem var(--display);color:var(--accent)}.stat span{color:var(--muted)}.split{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.split img{height:420px;max-height:60vh;border-radius:16px}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.review{background:#211e2d;border:1px solid var(--line);padding:1.25rem;border-radius:12px}.review p{color:var(--muted)}.stars{color:var(--accent)}blockquote{margin:0;padding:1.5rem;border-left:3px solid var(--accent);background:#211e2d;color:var(--ink)}table{width:100%;border-collapse:collapse;background:#211e2d}th,td{padding:1rem;text-align:left;border-bottom:1px solid var(--line);color:var(--ink)}th{color:var(--accent)}.timeline{display:grid;gap:1rem}.timeline article{display:grid;grid-template-columns:110px 1fr;gap:1rem;border-bottom:1px solid var(--line);padding:1rem 0}.timeline time{color:var(--accent);font-weight:700}.prose{max-width:800px}.prose h2{margin-top:3rem}.prose p,.prose li{color:var(--muted)}.prose ul,.prose ol{padding-left:1.4rem}.contact-form{display:grid;gap:1rem}.contact-form label{display:grid;gap:.35rem;color:var(--ink)}input,textarea{width:100%;background:#211e2d;color:var(--ink);border:1px solid var(--line);border-radius:8px;padding:.8rem;font:inherit}textarea{min-height:150px}.site-footer{background:#0b0911;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.site-footer h3{font-size:1rem}.site-footer p,.site-footer li{color:var(--muted);font-size:.9rem}.site-footer ul{list-style:none;padding:0;display:grid;gap:.4rem}.cookie-banner{position:fixed!important;bottom:1.25rem;right:1.25rem;left:auto;z-index:9999;background:#fff;color:#2c3e50;padding:1rem 1.25rem;border:1px solid rgba(0,0,0,.12);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.15);max-width:380px;font-size:.9rem}.cookie-banner p{color:#2c3e50}.cookie-banner button{padding:.5rem 1rem;border-radius:4px;cursor:pointer;border:1px solid #2c3e50;background:#2c3e50;color:#fff;font:inherit;margin-right:.5rem}.cookie-banner button[data-cookie-reject]{background:transparent;color:#2c3e50}.cookie-banner a{color:#4f3d82;text-decoration:underline}@media(max-width:768px){.hero-grid,.split,.grid-2{grid-template-columns:1fr}.grid-3,.reviews{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.hero{min-height:auto}.hero img{height:340px}.footer-grid{grid-template-columns:1fr}.timeline article{grid-template-columns:1fr}}@media(max-width:600px){.cookie-banner{left:0;right:0;bottom:0;max-width:none;border-radius:0}}
img{width:100%;height:auto;max-height:60vh;object-fit:cover;display:block}
.dark h2,.dark h3,.dark p,.dark li,.hero h1,.hero h2,.hero h3,.hero p{color:var(--ink)}.dark .card,.dark .card *{color:var(--ink)}.dark table th,.dark table td{color:var(--ink)}.dark blockquote{color:var(--ink)}.band h2,.band h3,.band p,.band li,.callout h2,.callout h3,.callout p,.cta-section h2,.cta-section p{color:var(--ink)}
.band{background:#2b2540}.callout{background:#31264c}.cta-section{background:var(--accent)}
body:has(.legal-page) .container{padding-top:3rem;padding-bottom:3rem}

/* layout refinements */
.mosaic{display:grid;grid-template-columns:1.2fr .8fr;gap:1rem}.mosaic .card:first-child{min-height:260px}.article-list{display:grid;gap:1rem}.article-list article{display:grid;grid-template-columns:120px 1fr;gap:1rem;align-items:center}.article-list img{height:120px;border-radius:12px}.faq{display:grid;gap:1rem}.faq details{border-bottom:1px solid var(--line);padding:1rem 0}.faq summary{cursor:pointer;font-weight:700;color:var(--ink)}.faq p{color:var(--muted)}
.cookie-banner{display:block}
