:root{--ink:#171414;--muted:#6f625c;--line:#e8dfd9;--soft:#f7f1ed;--paper:#fff;--accent:#9e7563;--dark:#171414}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.65}a{color:var(--ink);text-underline-offset:3px}.site-header{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:22px;padding:15px clamp(18px,4vw,58px);border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);backdrop-filter:blur(14px)}.brand img{width:190px;display:block}nav{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}nav a{padding:9px 11px;border-radius:3px;text-decoration:none;font-size:14px;font-weight:750;color:#2a2421}nav a[aria-current=page]{background:var(--soft)}.nav-cta{background:var(--ink);color:#fff!important}.hero{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(0,1fr);min-height:660px;background:#fbf8f6}.hero-media{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:34px 0 34px clamp(18px,5vw,70px);align-items:end}.photo{border-radius:4px;background-size:cover;background-position:center;box-shadow:0 24px 52px rgba(23,20,20,.12)}.photo.tall{height:560px;background:linear-gradient(160deg,rgba(23,20,20,.1),rgba(23,20,20,.28)),url('https://images.unsplash.com/photo-1483985988355-763728e1935b?auto=format&fit=crop&w=900&q=80')}.photo.small{height:250px;background:linear-gradient(160deg,rgba(23,20,20,.08),rgba(23,20,20,.22)),url('https://images.unsplash.com/photo-1496747611176-843222e1e57c?auto=format&fit=crop&w=900&q=80')}.photo.mid{height:290px;background:linear-gradient(160deg,rgba(23,20,20,.08),rgba(23,20,20,.2)),url('https://images.unsplash.com/photo-1485968579580-b6d095142e6e?auto=format&fit=crop&w=900&q=80')}.hero-copy{align-self:center;padding:70px clamp(18px,6vw,86px)}.eyebrow{margin:0 0 12px;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:900;color:var(--accent)}h1,h2,h3{line-height:1.08;letter-spacing:0;margin:0 0 16px}h1{font-family:Georgia,serif;font-size:clamp(46px,6vw,82px)}h2{font-family:Georgia,serif;font-size:clamp(30px,3vw,48px)}h3{font-size:22px}.hero p{max-width:700px;color:var(--muted);font-size:20px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 18px;border:1px solid var(--ink);border-radius:3px;font-weight:850;text-decoration:none;background:var(--ink);color:#fff}.secondary{background:#fff;color:var(--ink)}.section{padding:68px clamp(18px,5vw,72px)}.muted{background:var(--soft)}.split,.lp-grid,.form-grid{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1fr);gap:46px}.copy p,.copy-wide p,.lp-grid p,.article-body p{font-size:18px;color:#3c3532;margin:0 0 18px}.copy-wide{max-width:960px;margin:0 auto}.section-head{max-width:780px;margin-bottom:28px}.category-grid,.product-grid,.article-grid,.testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.category-card,.article-card,.check-card,.product-card,.testimonials div{display:block;border:1px solid var(--line);border-radius:4px;background:#fff;padding:22px;color:var(--ink);text-decoration:none;box-shadow:0 16px 34px rgba(23,20,20,.05)}.card-image,.product-image{height:230px;border-radius:3px;margin-bottom:18px;background:linear-gradient(135deg,#e9d8cf,#b99382)}.category-card:nth-child(2n) .card-image{background:linear-gradient(135deg,#ead7da,#8d6f6b)}.category-card:nth-child(3n) .card-image{background:linear-gradient(135deg,#efe5d4,#2b2420)}.category-card span,.article-card span{display:block;text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:900;color:var(--accent);margin-bottom:10px}.product-card h3{font-family:Georgia,serif}.product-card span{color:var(--muted)}.tone-1{background:linear-gradient(135deg,#dac0b2,#795c50)}.tone-2{background:linear-gradient(135deg,#ead8cd,#29211d)}.tone-3{background:linear-gradient(135deg,#d8d2c6,#8f8376)}.tone-4{background:linear-gradient(135deg,#f2e8df,#a88574)}.tone-5{background:linear-gradient(135deg,#d7bdc0,#6f4c50)}.tone-6{background:linear-gradient(135deg,#e9dfd4,#4d4039)}.quote{background:var(--dark);color:#fff;text-align:center}.quote h2{max-width:900px;margin:0 auto}.testimonials p{font-size:18px;color:#3c3532}.check-card ul{list-style:none;margin:0 0 22px;padding:0;display:grid;gap:10px}.check-card li{padding-left:22px;position:relative}.check-card li:before{content:"";position:absolute;left:0;top:.7em;width:9px;height:9px;background:var(--accent)}.lead-form{display:grid;gap:14px;padding:23px;border:1px solid var(--line);border-radius:4px;background:#fff}.lead-form label{display:grid;gap:6px;font-weight:800;color:#3c3532}.lead-form input,.lead-form textarea,.lead-form select{width:100%;padding:12px;border:1px solid #d9cec7;border-radius:3px;font:inherit}.article-layout{display:grid;grid-template-columns:minmax(220px,300px) minmax(0,820px);gap:46px;padding:64px clamp(18px,5vw,72px)}.article-hero{grid-column:1/-1}.article-hero h1{max-width:980px}.byline{color:var(--muted);font-weight:800}.featured-visual{display:grid;grid-template-columns:1.1fr repeat(3,1fr);gap:10px;align-items:end;margin-top:28px;min-height:170px;padding:18px;border-radius:4px;background:#211b18;color:#fff}.featured-visual span{height:120px;border-radius:3px;background:linear-gradient(180deg,#e7cdc1,#9e7563)}.featured-visual strong{display:flex;align-items:center;justify-content:center;min-height:80px;border:1px solid rgba(255,255,255,.16);border-radius:3px}.toc{position:sticky;top:104px;align-self:start;border-top:1px solid var(--line);padding-top:18px}.toc h2{font-size:18px;font-family:Inter,sans-serif}.toc a{text-decoration:none}.article-body section{scroll-margin-top:120px;margin-bottom:34px}.site-footer{background:var(--dark);color:#e8ded8;padding:48px clamp(18px,5vw,72px) 24px}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:34px}.footer-logo{width:190px}.site-footer h2{font-family:Inter,sans-serif;font-size:15px;color:#fff;text-transform:uppercase;letter-spacing:.1em}.site-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.site-footer a{color:#e8ded8;text-decoration:none}.site-footer p{color:#c8bbb4}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:32px;padding-top:18px;color:#c8bbb4;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}@media(max-width:950px){.site-header{align-items:flex-start;flex-direction:column}.hero,.split,.lp-grid,.form-grid,.article-layout,.footer-grid{grid-template-columns:1fr}.hero-media{padding-right:18px}.photo.tall{height:420px}.toc{position:static}}@media(max-width:560px){h1{font-size:40px}.section,.hero-copy{padding:46px 18px}.hero-media{grid-template-columns:1fr}.photo.small,.photo.mid{display:none}.featured-visual{grid-template-columns:1fr}.brand img{width:170px}}