:root { --bg: #f4f1e9; --surface: #fffdf8; --text: #18221f; --muted: #65706b; --border: #d8d8cf; --accent: #173f34; --accent-dark: #0f3028; --accent-soft: #e2ebe5; --warm: #d4b286; --radius: 18px; --radius-lg: 28px; --shadow: 0 18px 48px rgba(19, 43, 35, .09); color: var(--text); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
html { scroll-behavior: smooth; }
body { min-height: 100vh; background: radial-gradient(circle at 90% -10%, rgba(212, 178, 134, .16), transparent 28%), var(--bg); }
a { color: var(--accent); }
img { display: block; }
.skip-link { position: absolute; left: -10000px; top: auto; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 30; padding: .7rem; background: var(--surface); }
.container { width: min(calc(100% - 2rem), 72.5rem); margin-inline: auto; }
.site-header { position: relative; z-index: 5; padding: .85rem 0; border-bottom: 1px solid rgba(23, 63, 52, .08); background: rgba(244, 241, 233, .88); backdrop-filter: blur(12px); }
.header-inner, .footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--text); font-weight: 850; line-height: 1.05; text-decoration: none; }
.brand img { width: 2.125rem; height: 2.125rem; }
.brand-copy { display: flex; flex-direction: column; font-size: 1.08rem; }
.brand-copy small { color: var(--muted); font-size: .62rem; font-weight: 750; letter-spacing: .11em; }
main { min-height: 70vh; }
.eyebrow { margin: 0 0 .75rem; color: var(--accent); font-size: .74rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
h1 { max-width: 12ch; margin: .25rem 0 1rem; font-size: clamp(2.45rem, 10vw, 4.9rem); line-height: .98; letter-spacing: -.055em; }
h2 { margin: 0 0 .8rem; font-size: clamp(1.65rem, 5vw, 2.55rem); line-height: 1.08; letter-spacing: -.035em; }
h3 { margin: 0 0 .4rem; line-height: 1.2; }
.lead { max-width: 60ch; color: #35413d; font-size: 1.15rem; }
.btn { display: inline-flex; min-height: 3.125rem; align-items: center; justify-content: center; gap: .5rem; padding: .82rem 1.15rem; border: 1px solid transparent; border-radius: 12px; font-weight: 800; text-decoration: none; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: var(--accent); box-shadow: 0 10px 24px rgba(23, 63, 52, .18); }
.btn-primary:hover { background: var(--accent-dark); }
.hero { padding: 1.25rem 0 2.7rem; }
.hero-grid { display: grid; gap: 1.4rem; }
.hero-copy { padding: 1.2rem 0; }
.hero-cta { margin: 1.35rem 0 .5rem; }
.hero-cta .btn { width: 100%; }
.hero-visual { position: relative; min-height: 22.5rem; overflow: hidden; border-radius: var(--radius-lg); background: #d9d4c9; box-shadow: var(--shadow); }
.hero-visual > img { width: 100%; height: 100%; min-height: 22.5rem; object-fit: cover; object-position: center 22%; }
.hero-badge { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; padding: .85rem 1rem; border: 1px solid rgba(255, 255, 255, .7); border-radius: 14px; background: rgba(255, 253, 248, .93); box-shadow: 0 8px 24px rgba(19, 43, 35, .065); backdrop-filter: blur(8px); }
.hero-badge strong, .hero-badge span { display: block; }
.hero-badge span { color: var(--muted); font-size: .88rem; }
.trust { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; margin: 1.25rem 0; color: #35413d; }
.trust-item { display: flex; align-items: flex-start; gap: .5rem; font-size: .9rem; }
.trust-item b { display: grid; width: 1.375rem; height: 1.375rem; flex: 0 0 1.375rem; place-items: center; border-radius: 50%; color: var(--accent); background: var(--accent-soft); font-size: .75rem; }
.section { padding: 3rem 0; }
.surface-band { border-block: 1px solid rgba(23, 63, 52, .08); background: rgba(255, 253, 248, .68); }
.section-heading { max-width: 41.25rem; margin-bottom: 1.5rem; }
.grid-3 { display: grid; gap: .9rem; }
.card { padding: 1.35rem; border: 1px solid rgba(23, 63, 52, .13); border-radius: var(--radius); background: var(--surface); box-shadow: 0 8px 24px rgba(19, 43, 35, .065); }
.step-icon { display: grid; width: 3.25rem; height: 3.25rem; margin-bottom: 1rem; place-items: center; border-radius: 16px; color: var(--accent); background: var(--accent-soft); font-weight: 850; }
.step-card p { margin-bottom: 0; color: var(--muted); }
.chaos-panel { display: grid; gap: 1.25rem; padding: 1.35rem; border: 1px solid rgba(23, 63, 52, .11); border-radius: var(--radius-lg); background: linear-gradient(145deg, #fffdf8, #e7efe9); }
.bottle-scene { display: flex; min-width: 0; height: 12rem; align-items: flex-end; justify-content: center; gap: .28rem; overflow: hidden; padding: 1rem .45rem; border-radius: 16px; background: linear-gradient(180deg, #f6f4ef, #ebe7dd); }
.bottle { position: relative; display: block; width: 1.75rem; height: 4.5rem; border-radius: 5px 5px 9px 9px; background: #27302d; box-shadow: 0 8px 12px rgba(0, 0, 0, .09); }
.bottle::before { position: absolute; top: -.8rem; right: .45rem; left: .45rem; height: .85rem; border-radius: 3px 3px 0 0; background: inherit; content: ""; }
.bottle.small { width: 1.5rem; height: 3rem; }
.bottle.tall { width: 1.95rem; height: 5.5rem; }
.bottle.jar { width: 2.8rem; height: 2.3rem; border-radius: 8px; }
.bottle.jar::before { display: none; }
.bottle.amber { background: #795632; }
.bottle.cream { background: #d7d3c8; }
.footer { padding: 2.3rem 0; color: var(--muted); font-size: .82rem; }
.footer-inner { flex-wrap: wrap; }
.footer-brand { display: flex; align-items: center; gap: .55rem; color: var(--text); font-weight: 800; }
.text-button { min-height: auto; padding: 0; border: 0; color: var(--accent); background: transparent; text-decoration: underline; cursor: pointer; }
.cookie-banner { position: fixed; right: 1rem; bottom: 1rem; left: 1rem; z-index: 20; padding: 1rem; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.cookie-banner p { margin: 0 0 .75rem; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: .6rem; }
@media (min-width: 38.75rem) { .hero-cta .btn { width: auto; } .trust { grid-template-columns: repeat(4, 1fr); } .chaos-panel { grid-template-columns: minmax(15rem, .8fr) minmax(0, 1.2fr); align-items: center; } .bottle-scene { gap: .45rem; padding-inline: 1rem; } }
@media (min-width: 47.5rem) { .site-header { padding: 1rem 0; } .brand img { width: 2.375rem; height: 2.375rem; } .hero { padding: 2.4rem 0 4.2rem; } .hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(22.5rem, .95fr); align-items: center; gap: 3.4rem; } .hero-visual, .hero-visual > img { min-height: 35.625rem; } .hero-badge { right: auto; left: 1.2rem; max-width: 20.625rem; } .grid-3 { grid-template-columns: repeat(3, 1fr); } .cookie-banner { left: auto; width: 27rem; } }
@media (min-width: 63.75rem) { .section { padding: 4.4rem 0; } .chaos-panel { padding: 1.6rem; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .btn { transition: none; } }
