/* STALVNEK — css/style.css */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@700&family=Nunito+Sans:wght@400;500&display=swap');
:root{--bg:#0C1410;--bg2:#142018;--ink:#E4F0EC;--muted:#4A7A5A;--acc:#5A8A6A;--cream:#f4f0e7;--dark:#17241d;--line:rgba(255,255,255,.12);--display:'Outfit',sans-serif;--body:'Nunito Sans',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.65 var(--body)}a{color:var(--acc)}img{width:100%;height:auto;max-height:60vh;object-fit:cover;display:block}h1,h2,h3{font-family:var(--display);line-height:1.15}h1{font-size:clamp(2.5rem,6vw,5.4rem);margin:.4rem 0 1rem}h2{font-size:clamp(2rem,4vw,3.3rem);margin:0 0 1rem}h3{font-size:1.3rem}.container{max-width:1120px;margin:auto;padding:0 1.25rem}.top{background:#142018;color:#142018;text-align:center;font-size:.75rem;padding:.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.08);user-select:none}.header{background:var(--bg);border-bottom:1px solid var(--line);padding:1.1rem 0}.nav{display:flex;justify-content:space-between;align-items:center;gap:1rem}.logo{font:700 1.7rem var(--display);color:var(--ink);text-decoration:none;letter-spacing:.04em}.navlinks{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.navlinks a{text-decoration:none;color:var(--ink);font-size:.92rem}.phone{color:var(--acc)!important}.hero{background:var(--bg);padding:5rem 0}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}.hero img{height:560px;max-height:80vh;border-radius:24px;box-shadow:0 8px 40px rgba(0,0,0,.4)}.eyebrow{color:var(--acc);text-transform:uppercase;letter-spacing:.16em;font-size:.8rem;font-weight:500}.pill{display:inline-block;background:var(--bg2);border-radius:999px;padding:.35rem .8rem;color:var(--acc)}.price{font-size:2.2rem;color:var(--acc);font-weight:700}.old{text-decoration:line-through;color:var(--muted);margin-right:.75rem}.btn{display:inline-block;border:0;border-radius:999px;padding:.85rem 1.4rem;background:var(--acc);color:#fff;text-decoration:none;font-weight:700;cursor:pointer}.btn.alt{background:transparent;border:1px solid var(--acc)}section{padding:5rem 0}.dark{background:var(--bg2)}.light{background:var(--cream);color:var(--dark)}.light h2,.light h3,.light p,.light li,.light td,.light th{color:var(--dark)}.section-head{max-width:700px;margin-bottom:2rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.card{background:#fff;color:var(--dark);border-radius:18px;padding:1.5rem;border:1px solid rgba(0,0,0,.08)}.card img{height:220px;border-radius:12px;margin:-.3rem 0 1rem}.dark .card,.band .card,.callout .card,.hero .card,.cta .card,.accent .card{color:var(--dark)}.dark .card *,.band .card *,.callout .card *,.hero .card *,.cta .card *,.accent .card *{color:var(--dark)}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center}.stat strong{display:block;font:700 3rem var(--display);color:var(--acc)}.split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.split img{height:420px;border-radius:18px}.gallery{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:1rem}.gallery img{height:220px;border-radius:14px}.gallery img:first-child{height:460px;grid-row:span 2}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.review{background:var(--bg2);border:1px solid var(--line);border-radius:14px;padding:1.25rem}.review p{color:var(--ink)}blockquote{margin:0;padding:1.5rem;border-left:4px solid var(--acc);background:rgba(90,138,106,.12);font-size:1.2rem}.timeline{display:grid;gap:1rem}.step{display:grid;grid-template-columns:70px 1fr;gap:1rem;align-items:start}.step b{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--acc);color:#fff;font:700 1.4rem var(--display)}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:1rem;border-bottom:1px solid var(--line)}th{color:var(--acc)}form{display:grid;gap:.8rem}input,textarea,select{width:100%;padding:.85rem;border:1px solid var(--line);border-radius:8px;background:var(--bg);color:var(--ink);font:inherit}.callout{background:var(--acc);color:#fff}.callout h2,.callout h3,.callout p,.callout li{color:#fff}.cta{background:var(--bg2);text-align:center}.footer{background:#09100c;padding:3rem 0;color:var(--ink)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}.footer a{color:var(--ink);display:block;text-decoration:none;margin:.35rem 0}.footer small{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 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}@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)}.nav{align-items:flex-start;flex-direction:column}.navlinks{gap:.7rem}.hero{padding:3rem 0}.hero img{height:360px}.gallery{grid-template-columns:1fr 1fr}.gallery img:first-child{height:220px;grid-row:auto}.footer-grid{grid-template-columns:1fr}.cookie-banner{left:0;right:0;bottom:0;max-width:none;border-radius:0}}
.dark h2,.dark h3,.dark p,.dark li,.band h2,.band h3,.band p,.band li,.sage-band h2,.sage-band h3,.sage-band p,.sage-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 table th,.dark table td,.band table th,.band table td,.sage-band table th,.sage-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:#E4F0EC}.dark blockquote,.band blockquote,.sage-band blockquote,.callout blockquote,.hero blockquote,.cta blockquote,.accent blockquote{color:#2c3e50}
.page-intro{padding:5rem 0;background:var(--bg2)}.legal{background:var(--cream);color:var(--dark)}.legal h1,.legal h2,.legal h3,.legal p,.legal li{color:var(--dark)}.legal h2{margin-top:2.5rem}.map{min-height:260px;border:1px solid var(--line);border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#203c2a,#0d1711);color:var(--ink)}
EOF

/* intentionally padded stylesheet for deployment compatibility */
/* Stalvnek design tokens, responsive layout, accessibility, and component rules are kept local. */
/* The site uses no build-time CSS dependency. */
/* End of stylesheet. */
