/* DRENVAL — css/style.css */
@theme{--color-bg-primary:#0E1018;--color-bg-secondary:#161820;--color-ink-primary:#E8ECFA;--color-ink-muted:#8A9CC8;--color-accent:#6A8EC8;--font-display:'Space Grotesk',sans-serif;--font-body:'Inter',Arial,sans-serif}
:root{--bg:#0E1018;--panel:#161820;--ink:#E8ECFA;--muted:#8A9CC8;--accent:#6A8EC8;--line:rgba(255,255,255,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);line-height:1.7}img{width:100%;height:280px;max-height:60vh;object-fit:cover;display:block}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{width:min(1160px,calc(100% - 2rem));margin-inline:auto}.site-header{border-bottom:1px solid var(--line);background:var(--bg);position:sticky;top:0;z-index:4}.nav-wrap{min-height:76px;display:flex;align-items:center;gap:2rem}.wordmark{font:700 1.7rem var(--font-display);color:var(--ink);letter-spacing:-.04em}.nav-wrap nav{display:flex;align-items:center;gap:1.2rem;margin:auto}.nav-wrap nav>a,.phone{color:var(--muted);font-size:.9rem}.phone{white-space:nowrap}.menu-toggle{display:none;background:none;border:1px solid var(--line);color:var(--ink);padding:.5rem}.dropdown{position:absolute;background:var(--panel);padding:1rem;display:grid;gap:.5rem;border:1px solid var(--line);border-radius:10px}.dropdown a{color:var(--muted);font-size:.85rem}.hero{padding:7rem 0 6rem;background:radial-gradient(circle at 80% 20%,#25385d 0,#0e1018 45%)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center}.hero h1{font:700 clamp(2.8rem,7vw,6rem)/.98 var(--font-display);letter-spacing:-.06em;margin:1rem 0;color:#fff}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;font-weight:500}.lede{font-size:1.2rem;color:var(--muted);max-width:650px}.hero img{height:520px;max-height:80vh;border-radius:18px;border:1px solid var(--line)}section{padding:5rem 0}section h2{font:700 clamp(2rem,4vw,3.3rem)/1.08 var(--font-display);letter-spacing:-.04em;color:#fff;margin:0 0 1.2rem}section h3{font:700 1.2rem var(--font-display);color:#fff}section p,section li{color:var(--muted)}.section-head{max-width:720px;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:var(--panel);border:1px solid var(--line);border-radius:14px;padding:1.5rem}.card p{font-size:.92rem}.card .tag{color:var(--accent);font-size:.72rem;text-transform:uppercase;letter-spacing:.12em}.card img{margin:-1.5rem -1.5rem 1.4rem;width:calc(100% + 3rem);height:210px;border-radius:14px 14px 0 0}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;border-block:1px solid var(--line);padding:2rem 0}.stat strong{display:block;font:700 2.5rem var(--font-display);color:#fff}.split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.split img{height:420px;max-height:60vh;border-radius:16px}.band,.dark,.cta{background:var(--panel)}.quote-wall{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.quote-wall blockquote{margin:0;background:#202536;border-left:3px solid var(--accent);padding:1.5rem;color:#fff;border-radius:8px}.timeline{display:grid;gap:1rem}.timeline article{display:grid;grid-template-columns:110px 1fr;gap:1rem;border-top:1px solid var(--line);padding:1.4rem 0}.timeline strong{color:var(--accent)}.article-list{display:grid;gap:1rem}.article-row{display:grid;grid-template-columns:180px 1fr;gap:1.5rem;padding:1.2rem 0;border-bottom:1px solid var(--line)}.article-row img{height:130px;border-radius:10px}.callout{border:1px solid var(--accent);border-radius:14px;padding:1.5rem;background:#182238}.callout p{color:#fff}.newsletter{display:flex;gap:.6rem;max-width:600px}.newsletter input,.contact-form input,.contact-form textarea{background:var(--panel);border:1px solid var(--line);color:#fff;border-radius:7px;padding:.85rem;font:inherit;width:100%}.button,button{background:var(--accent);color:#fff;border:0;border-radius:7px;padding:.85rem 1.2rem;font:500 .9rem var(--font-body);cursor:pointer}.site-footer{border-top:1px solid var(--line);padding:4rem 0 1rem;background:#0a0c12}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:3rem}.footer-grid h3{font-size:1rem}.footer-grid a:not(.wordmark){display:block;color:var(--muted);margin:.35rem 0;font-size:.88rem}.footer-bottom{border-top:1px solid var(--line);margin-top:3rem;padding-top:1rem;font-size:.76rem}.footer-bottom p{color:var(--muted)}.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{margin:0 0 .75rem}.cookie-banner a{color:#2c3e50;text-decoration:underline}.cookie-banner button{padding:.5rem 1rem;border-radius:4px;border:1px solid #2c3e50;background:#2c3e50;color:#fff;margin-right:.5rem}.cookie-banner button[data-cookie-reject],.cookie-banner button[data-cookie-settings]{background:transparent;color:#2c3e50}.cookie-banner.hidden{display:none!important}.dark h2,.dark h3,.dark p,.dark li,.band h2,.band h3,.band p,.band li,.callout h2,.callout h3,.callout p,.callout li,.hero h2,.hero h3,.hero p,.hero li,.cta h2,.cta h3,.cta p,.cta li,.accent h2,.accent h3,.accent p,.accent li{color:#fff}.dark .card,.dark .card *,.band .card,.band .card *,.callout .card,.callout .card *,.hero .card,.hero .card *,.cta .card,.cta .card *,.accent .card,.accent .card *{color:#2c3e50}.dark table th,.dark table td,.band table th,.band table td,.callout table th,.callout table td,.hero table th,.hero table td,.cta table th,.cta table td,.accent table th,.accent table td{color:#2c3e50}.dark blockquote,.band blockquote,.callout blockquote,.hero blockquote,.cta blockquote,.accent blockquote{color:#2c3e50}@media(max-width:800px){.nav-wrap nav{display:none}.menu-toggle{display:block;margin-left:auto}.phone{display:none}.hero-grid,.split,.grid-2{grid-template-columns:1fr}.grid-3,.quote-wall{grid-template-columns:1fr 1fr}.stats{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.dropdown{right:1rem}.article-row{grid-template-columns:110px 1fr}}@media(max-width:540px){section{padding:3.5rem 0}.grid-3,.quote-wall,.footer-grid{grid-template-columns:1fr}.hero{padding:4rem 0}.hero img{height:340px}.newsletter{display:grid}.cookie-banner{left:0;right:0;bottom:0;max-width:none;border-radius:0}}
.muted{color:var(--muted)}.prose{max-width:800px}.prose h2{margin-top:3rem}.prose h3{margin-top:2rem}.prose table{width:100%;border-collapse:collapse;margin:2rem 0}.prose th,.prose td{border:1px solid var(--line);padding:.8rem;text-align:left;color:var(--muted)}.map{height:380px;border:1px solid var(--line);border-radius:14px;overflow:hidden}.contact-form{display:grid;gap:1rem}.contact-form textarea{min-height:160px}.notice{font-size:.85rem;color:var(--muted)}

/* === CSS FIXES — images, layout, contrast === */
html, body { overflow-x: hidden; }
*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100% !important; height: auto !important; display: block; }
.hero img, .hero-img, .product-img, .content-img, .split img,
.feature-img, .article-img, .card img, section img {
  width: 100% !important; max-height: 520px !important;
  object-fit: cover !important; border-radius: 8px !important;
}
.container, .wrap, .inner {
  max-width: 1280px !important; margin-left: auto !important;
  margin-right: auto !important; padding-left: 24px !important;
  padding-right: 24px !important; box-sizing: border-box !important;
}
.hero { display: block !important; overflow: hidden !important; }
.hero > .container, .hero > div {
  max-width: 1280px !important; margin: 0 auto !important; padding: 0 24px !important;
}
.hero-grid { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 3rem !important; align-items: center !important; }
.grid-3, .grid3 { display: grid !important; grid-template-columns: repeat(3,1fr) !important; gap: 28px !important; }
.stats-row { display: grid !important; grid-template-columns: repeat(4,1fr) !important; gap: 2rem !important; }
.site-header nav, header .container { max-width: 1280px !important; margin: 0 auto !important; padding: 1rem 24px !important; display: flex !important; align-items: center !important; justify-content: space-between !important; }
footer .container, footer .wrap { max-width: 1280px !important; margin: 0 auto !important; padding: 3rem 24px !important; }
.hero h1, .hero h2, .hero p { color: var(--ink, var(--text, #1a1a1a)); }
@media (max-width: 1023px) { .hero-grid { grid-template-columns: 1fr !important; } .stats-row { grid-template-columns: repeat(2,1fr) !important; } }
@media (max-width: 767px) { .grid-3,.grid3,.hero-grid,.stats-row { grid-template-columns: 1fr !important; } .hero { padding: 3rem 0 !important; } h1 { font-size: clamp(1.8rem,8vw,2.8rem) !important; } }
