:root{--ink:#101114;--muted:#63666d;--line:#dedfe3;--paper:#f7f5f1;--blue:#18355d;--accent:#c79b5d;--white:#fff;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.6}a{color:inherit}img{display:block;max-width:100%}.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}.nav{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(8px)}.navin{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-weight:750;text-decoration:none;letter-spacing:.08em}.brand img{width:48px;height:48px;object-fit:contain;border-radius:50%}.links{display:flex;gap:24px;align-items:center}.links a{text-decoration:none;font-size:14px;font-weight:650}.links a:hover{text-decoration:underline}.hero{padding:78px 0;background:linear-gradient(135deg,#f7f4ee 0%,#fff 62%)}.hero-grid,.split{display:grid;grid-template-columns:1.02fr .98fr;gap:64px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800;color:#73542e}.hero h1,.page-head h1{font-size:clamp(42px,6vw,76px);line-height:1.02;letter-spacing:-.045em;margin:18px 0 24px}.lead{font-size:20px;color:#494c52;max-width:690px}.hero-art{width:100%;max-height:610px;object-fit:cover;border-radius:4px;box-shadow:0 24px 70px rgba(12,18,28,.15)}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.button{display:inline-block;padding:13px 20px;background:var(--ink);color:white;text-decoration:none;font-weight:750;border:1px solid var(--ink)}.button.alt{background:transparent;color:var(--ink)}.button.light{background:white;color:var(--ink);border-color:white}.proof{background:var(--ink);color:white}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr)}.proof-item{padding:28px 30px;border-right:1px solid #363840}.proof-item:last-child{border-right:0}.proof-item strong{display:block;font-size:25px}.proof-item span{display:block;color:#cfd0d4;font-size:13px;margin-top:4px}section{padding:80px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:36px;margin-bottom:34px}.section-head h2,.split h2{font-size:clamp(32px,4vw,52px);line-height:1.08;letter-spacing:-.035em;margin:0}.section-head p{max-width:620px;color:var(--muted);margin:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{border:1px solid var(--line);padding:28px;background:white}.number{color:#876231;font-weight:800;font-size:13px}.card h3{margin:18px 0 10px;font-size:22px}.card p{color:var(--muted);margin:0}.dark{background:#11141a;color:white}.dark p{color:#ced1d7}.checklist{list-style:none;margin:0;padding:0}.checklist li{padding:15px 0 15px 32px;border-bottom:1px solid #353941;position:relative}.checklist li:before{content:"✓";position:absolute;left:0;color:#d9b279;font-weight:800}.catalog{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product{border:1px solid var(--line);background:white;overflow:hidden}.product img{width:100%;aspect-ratio:4/5;object-fit:cover;background:#eee}.product-body{padding:18px}.product h3{margin:0 0 4px}.product p{margin:0;color:var(--muted)}.tag{display:inline-block;margin-top:12px;padding:4px 9px;background:#eee9df;font-size:12px;font-weight:700}.note{margin-top:28px;padding:20px 22px;border-left:4px solid var(--accent);background:var(--paper)}.page-head{padding:64px 0;background:var(--paper)}.page-head h1{font-size:clamp(38px,5vw,64px);margin-bottom:18px}.page-head p{max-width:820px;color:var(--muted);font-size:18px}.crumb{font-size:13px;color:var(--muted)}.process{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.step{padding:20px 16px;border-top:3px solid var(--accent);background:var(--paper)}.step strong{display:block;margin-bottom:7px}.step span{font-size:13px;color:var(--muted)}.evidence{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.placeholder{min-height:280px;border:1px dashed #96999f;background:repeating-linear-gradient(135deg,#faf9f6,#faf9f6 16px,#f0eee9 16px,#f0eee9 32px);display:flex;flex-direction:column;justify-content:end;padding:22px}.placeholder strong{font-size:19px}.placeholder span{font-size:13px;color:#5d6066}.fact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.fact{padding:24px;border:1px solid var(--line)}.fact h3{margin-top:0}.fact p{color:var(--muted);margin-bottom:0}.table-wrap{overflow:auto}.matrix{width:100%;border-collapse:collapse}.matrix th,.matrix td{text-align:left;padding:15px;border-bottom:1px solid var(--line);vertical-align:top}.matrix th{background:var(--paper)}.cta{padding:54px 0;background:var(--blue);color:white}.cta .wrap{display:flex;justify-content:space-between;align-items:center;gap:30px}.cta h2{margin:0;font-size:34px}.cta p{margin:8px 0 0;color:#dbe5f3}footer{padding:40px 0;border-top:1px solid var(--line);background:#fbfbfa}.footer-grid{display:grid;grid-template-columns:1fr 2fr 1fr;gap:30px}.small{font-size:13px;color:var(--muted)}.legal{max-width:850px}.legal h2{margin-top:42px}.legal p,.legal li{color:var(--muted)}
@media(max-width:900px){.hero-grid,.split{grid-template-columns:1fr;gap:34px}.proof-grid,.cards,.catalog,.evidence,.fact-grid{grid-template-columns:1fr 1fr}.process{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr}.links{gap:13px}.links a:nth-child(2){display:none}}
@media(max-width:620px){.wrap{width:min(100% - 26px,var(--max))}.navin{align-items:flex-start;padding:13px 0;flex-direction:column;gap:8px}.links{width:100%;justify-content:space-between}.hero,section{padding:54px 0}.proof-grid,.cards,.catalog,.evidence,.fact-grid,.process{grid-template-columns:1fr}.proof-item{border-right:0;border-bottom:1px solid #363840}.section-head,.cta .wrap{align-items:flex-start;flex-direction:column}.hero h1{font-size:44px}.product img{aspect-ratio:1/1.15}}
