/* KLERVONA — css/style.css */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@700&family=Nunito+Sans:wght@400;500&display=swap');
:root{--bg-primary:#F3F5F7;--bg-secondary:#E8ECEF;--ink-primary:#1A1C20;--ink-muted:#4A6A8A;--accent:#5A7A9A;--white:#fff;--line:rgba(0,0,0,.1);--shadow:0 18px 50px rgba(26,28,32,.08);--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg-primary)}body{margin:0;background:var(--bg-primary);color:var(--ink-primary);font-family:'Nunito Sans',Arial,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{max-width:1240px;width:100%;margin:0 auto;padding:0 24px}.font-display,h1,h2,h3{font-family:'Outfit',sans-serif}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.6rem,6vw,5.8rem);line-height:1.02;letter-spacing:-.04em}h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.08;letter-spacing:-.03em}h3{font-size:1.35rem}.legal{background:#E8ECEF;color:#4A6A8A;border-bottom:1px solid var(--line);font-size:.75rem;text-align:center;padding:8px 16px}.site-header{position:sticky;top:0;z-index:40;background:#F3F5F7;border-bottom:1px solid var(--line)}.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font:700 1.65rem 'Outfit';color:#1A1C20}.nav{display:flex;align-items:center;gap:20px;color:#4A6A8A;font-size:.9rem}.button{display:inline-flex;align-items:center;justify-content:center;padding:13px 24px;border:0;border-radius:999px;background:#5A7A9A;color:#fff;font-weight:700;cursor:pointer}.menu{display:none;background:none;border:0;color:#4A6A8A;font-size:1.5rem}.hero{min-height:680px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;background:#1A1C20;color:#fff}.hero-copy{padding:84px 8vw 84px max(24px,calc((100vw - 1240px)/2 + 24px))}.hero h1,.hero h2,.hero h3,.hero p,.hero .eyebrow{color:#fff}.hero-art{height:100%;min-height:680px;background:linear-gradient(rgba(26,28,32,.18),rgba(26,28,32,.18)),url('../images/hero-bg.webp') center/cover}.eyebrow,.kicker{font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;color:#5A7A9A;font-weight:700}.hero .eyebrow{color:#E8ECEF}.section{padding:88px 0}.section h2,.section h3,.section p,.section .kicker{color:#1A1C20}.section p{color:#4A6A8A}.soft{background:#E8ECEF}.dark{background:#1A1C20;color:#fff}.dark h2,.dark h3,.dark p,.dark .kicker{color:#fff}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}.card img,.split-img{width:100%;max-height:480px;object-fit:cover;border-radius:8px;margin:0 auto 24px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.stat strong{display:block;font:700 3rem 'Outfit';color:#fff}.stat span{color:#E8ECEF}.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.step{border-top:3px solid #5A7A9A;padding-top:20px}.step b{font:700 2.5rem 'Outfit';color:#5A7A9A}.quote{font:700 clamp(1.8rem,3vw,3rem) 'Outfit';line-height:1.15;text-align:center;color:#1A1C20}.table-wrap{overflow-x:auto;background:#fff;border-radius:var(--radius);padding:20px;border:1px solid var(--line)}table{width:100%;border-collapse:collapse;color:#1A1C20}th,td{text-align:left;padding:15px;border-bottom:1px solid var(--line)}th{font-weight:700}td:last-child,th:last-child{text-align:right}.faq details{background:#fff;border:1px solid var(--line);padding:20px;border-radius:12px;margin-bottom:12px}.faq summary{font-weight:700;cursor:pointer;color:#1A1C20}.faq details p{margin:16px 0 0;color:#4A6A8A}.order{background:#fff;border-radius:var(--radius);padding:32px;box-shadow:var(--shadow)}label{display:block;color:#4A6A8A;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px}input,select{width:100%;padding:14px;border:1px solid var(--line);border-radius:10px;background:#F3F5F7;color:#1A1C20;font:inherit}.field{margin-bottom:18px}.trust{display:flex;justify-content:space-around;gap:24px;flex-wrap:wrap;padding:24px 0;color:#4A6A8A}.article-list{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.article-list .card{min-height:220px}.site-footer{margin-top:0;background:#E8ECEF;border-top:1px solid var(--line);color:#4A6A8A}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;padding:56px 24px}.site-footer h3{color:#1A1C20;font-size:1rem}.site-footer p{color:#4A6A8A}.footer-bottom{border-top:1px solid var(--line);padding:22px 24px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:.78rem}.cookie{display:none;position:fixed;left:50%;transform:translateX(-50%);bottom:16px;width:calc(100% - 24px);max-width:1050px;z-index:80;background:#F3F5F7;color:#1A1C20;border:1px solid var(--line);border-radius:16px;box-shadow:0 8px 40px rgba(0,0,0,.12);padding:18px}.cookie-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.cookie button{padding:10px 18px;border-radius:999px;border:0;background:#5A7A9A;color:#fff;font-weight:700}.notice{padding:20px;border-left:4px solid #5A7A9A;background:#E8ECEF;color:#1A1C20}.legal-copy{padding:72px 0}.legal-copy h1,.legal-copy h2,.legal-copy h3,.legal-copy p,.legal-copy li{color:#1A1C20}.legal-copy p,.legal-copy li{color:#333}.center{text-align:center}.small{font-size:.86rem}.muted{color:#4A6A8A}.price{font:700 3rem 'Outfit';color:#1A1C20}.strike{text-decoration:line-through;color:#4A6A8A}.pill{display:inline-block;border:1px solid var(--line);border-radius:999px;padding:8px 14px;color:#4A6A8A}.hidden{display:none}@media(max-width:1023px){.nav{display:none}.menu{display:block}.grid-3,.article-list{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr}.hero-art{min-height:420px}.stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.section{padding:60px 0}.grid-3,.grid-2,.timeline,.article-list{grid-template-columns:1fr}.hero-copy{padding:64px 24px}.hero-art{min-height:300px}.footer-grid{grid-template-columns:1fr 1fr}.header-inner{min-height:68px}.stats{grid-template-columns:repeat(2,1fr);gap:18px}.footer-bottom{display:block}.footer-bottom>*{margin-bottom:12px}}
/* utility library */.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.rounded-lg{border-radius:10px}.leading-relaxed{line-height:1.7}.text-center{text-align:center}.w-full{width:100%}.flex{display:flex}.flex-col{flex-direction:column}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.items-center{align-items:center}.justify-between{justify-content:space-between}.uppercase{text-transform:uppercase}.tracking-widest{letter-spacing:.15em}.font-semibold{font-weight:700}.font-medium{font-weight:500}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.max-w-7xl{max-width:1280px}.mx-auto{margin-left:auto;margin-right:auto}.border-b{border-bottom:1px solid var(--line)}.relative{position:relative}.sticky{position:sticky}.top-0{top:0}.z-40{z-index:40}.z-50{z-index:50}
/* intentional design tokens and responsive helpers */.bg-primary{background:#F3F5F7}.bg-secondary{background:#E8ECEF}.bg-accent{background:#5A7A9A}.text-primary{color:#1A1C20}.text-muted{color:#4A6A8A}.text-white{color:#fff}.shadow-soft{box-shadow:var(--shadow)}.border-hairline{border:1px solid var(--line)}.radius-xl{border-radius:18px}.display{font-family:'Outfit',sans-serif}.body{font-family:'Nunito Sans',Arial,sans-serif}.prose{max-width:850px}.prose p{font-size:1.05rem;line-height:1.8}.prose h2{margin-top:48px}.prose ul,.prose ol{padding-left:24px}.prose li{margin-bottom:10px}.callout{padding:28px;border-radius:16px;background:#E8ECEF;border:1px solid var(--line)}.image-frame{padding:10px;background:#fff;border-radius:18px;box-shadow:var(--shadow)}.image-frame img{margin:0}.accent-line{width:64px;height:4px;background:#5A7A9A;margin:20px 0}.hero .button{background:#5A7A9A}.button.alt{background:#E8ECEF;color:#1A1C20}.button.outline{background:transparent;color:#5A7A9A;border:1px solid #5A7A9A}
/* repeated semantic utilities for static pages */.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.max-w-3xl{max-width:900px}.max-w-5xl{max-width:1100px}.mx-auto{text-align:initial;margin-left:auto;margin-right:auto}.text-balance{text-wrap:balance}.text-pretty{text-wrap:pretty}.object-cover{object-fit:cover}.overflow-hidden{overflow:hidden}.list-disc{list-style:disc}.list-decimal{list-style:decimal}.border-top{border-top:1px solid var(--line)}.opacity-80{opacity:.8}.transition{transition:all .2s ease}.hover-lift:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
/* end */
/* KLERVONA layout compatibility and spacing */
.container{max-width:1240px;width:100%;margin:0 auto;padding:0 24px}.content-wrap{max-width:1240px;width:100%;margin:0 auto;padding:0 24px}.main{max-width:1240px;width:100%;margin:0 auto;padding:0 24px}.section-inner{max-width:1200px;margin:0 auto;width:100%;padding:3rem 24px}.full-bleed{width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.focus-ring:focus{outline:3px solid #5A7A9A;outline-offset:3px}
/* visual rhythm */.space-1{gap:4px}.space-2{gap:8px}.space-3{gap:12px}.space-4{gap:16px}.space-6{gap:24px}.space-8{gap:32px}.pad-1{padding:4px}.pad-2{padding:8px}.pad-3{padding:12px}.pad-4{padding:16px}.pad-6{padding:24px}.pad-8{padding:32px}
@media(max-width:639px){.stats{grid-template-columns:repeat(2,1fr)}.wrap{padding:0 18px}.footer-grid{grid-template-columns:1fr}.cookie-actions{margin-top:12px}.table-wrap{padding:10px}th,td{padding:11px 8px;font-size:.86rem}}
@media(min-width:1024px){.desktop-only{display:block}.mobile-only{display:none}.hero-copy{max-width:760px}.section-inner{padding-top:4rem;padding-bottom:4rem}}
@media(max-width:1023px){.desktop-only{display:none}.mobile-only{display:block}}
/* accessibility */a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #5A7A9A;outline-offset:3px}
/* page surfaces */.surface{background:#fff;border:1px solid var(--line);border-radius:18px}.surface-muted{background:#E8ECEF}.surface-dark{background:#1A1C20;color:#fff}.surface-dark h1,.surface-dark h2,.surface-dark h3,.surface-dark p{color:#fff}
/* content composition */.ingredient{display:grid;grid-template-columns:180px 1fr;gap:24px;align-items:center}.ingredient img{width:180px;height:180px;border-radius:50%;object-fit:cover}.review{padding:24px;background:#fff;border:1px solid var(--line);border-radius:14px}.stars{color:#5A7A9A;letter-spacing:2px}.checklist li{margin-bottom:12px;color:#4A6A8A}.checklist li::marker{color:#5A7A9A}.contact-card{display:grid;gap:8px;padding:28px;background:#fff;border-radius:16px;border:1px solid var(--line)}
/* finish */
