:root{--paper:#f5f3ed;--white:#fff;--ink:#232d2c;--teal:#24544f;--line:#d9ddd7;--muted:#626c67;--soft:#e8ebe5;--accent:#c6d2c0;--radius:5px;font-family:"Avenir Next","Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}img{max-width:100%}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #638c85;outline-offset:4px}button:disabled{cursor:not-allowed;opacity:.55}.shell{max-width:1352px;margin-inline:auto;padding-inline:48px}.preview-bar{min-height:32px;padding:6px 48px;background:#e5e9e1;display:flex;justify-content:space-between;gap:16px;font-size:12px;letter-spacing:.06em;color:#46544c}.site-header{height:98px;padding:16px 48px;display:flex;gap:36px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(245,243,237,.97);z-index:20}.brand{font-size:30px;letter-spacing:.015em;font-weight:750;line-height:1.1;color:var(--teal)}.brand span{display:block;font-size:9px;letter-spacing:.14em;margin-top:7px;color:var(--muted);font-weight:500}.site-header nav{display:flex;gap:28px;align-items:center;font-size:14px;font-weight:550}.site-header nav a:hover{color:var(--teal);text-decoration:underline;text-underline-offset:7px}.button{display:inline-flex;justify-content:center;align-items:center;gap:22px;padding:13px 23px;border:1px solid var(--teal);background:var(--teal);color:white;border-radius:var(--radius);font-size:14px;font-weight:600;line-height:1.5;min-height:48px;transition:background .2s,transform .2s}.button:hover{background:#163e39;transform:translateY(-1px)}.button.compact{padding:11px 18px;min-height:44px}.button.secondary{background:transparent;color:var(--teal)}.button.secondary:hover{background:var(--soft)}.text-link{font-size:14px;font-weight:600;text-decoration:underline;text-underline-offset:5px}.text-link:hover{color:var(--teal)}.actions{display:flex;align-items:center;gap:26px;flex-wrap:wrap}.hero{display:grid;grid-template-columns:1.02fr 1fr;gap:54px;padding-block:58px 64px;align-items:center}.eyebrow{font-size:12px;font-weight:650;letter-spacing:.14em;line-height:1.5;margin:0 0 24px;text-transform:uppercase;color:var(--teal)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(42px,4.6vw,66px);line-height:1.06;letter-spacing:-.055em;margin-bottom:24px;font-weight:650}h1 em{font-style:normal;color:var(--teal)}h2{font-size:clamp(30px,3.5vw,44px);line-height:1.14;font-weight:600;letter-spacing:-.035em;margin-bottom:22px}h3{font-size:19px;line-height:1.35;font-weight:600;letter-spacing:-.01em}.lead{font-size:17px;color:var(--muted);line-height:1.7;max-width:480px;margin-bottom:32px}.hero-facts{display:flex;gap:20px;flex-wrap:wrap;margin-top:36px;font-size:12px;color:var(--muted)}.hero-facts span+span{border-inline-start:1px solid #b6c0b7;padding-inline-start:20px}.placeholder{position:relative;isolation:isolate;background:var(--soft);border:1px solid #ced5cc;min-height:180px;overflow:hidden;color:#4b5f54;display:flex;align-items:center;justify-content:center}.placeholder::before,.placeholder::after{content:"";position:absolute;background:#b9c4b5;opacity:.3;z-index:-1}.placeholder::before{width:1px;height:180%;transform:rotate(45deg)}.placeholder::after{height:1px;width:180%;transform:rotate(45deg)}.placeholder-center{display:flex;align-items:center;flex-direction:column;gap:8px;padding:25px;text-align:center;background:rgba(232,235,229,.88);max-width:90%;position:relative;z-index:1}.placeholder-center strong{font-size:17px;font-weight:600}.placeholder-center span{font-size:14px}.placeholder-center small{font-size:12px;color:#66766a}.frame-icon{display:grid;place-items:center;border:1px solid #9cad9d;width:38px;height:38px;font-size:23px!important;margin-bottom:6px;font-weight:300}.placeholder-index{position:absolute;inset:20px auto auto 22px;font-size:11px;letter-spacing:.12em}.placeholder-caption{position:absolute;bottom:18px;left:22px;right:18px;font-size:10px;letter-spacing:.1em;border-top:1px solid #bac5b8;padding-top:12px}.hero-visual{aspect-ratio:1.12;min-height:440px}.square{aspect-ratio:1}.section{padding-block:86px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:35px}.section-heading>p{max-width:400px;color:var(--muted);margin-bottom:5px}.section-heading h2{margin-bottom:0}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.product-card h3{margin:18px 0 4px}.product-card p{font-size:14px;color:var(--muted);margin-bottom:0}.notice{font-size:14px;color:var(--muted);background:#e9ede5;padding:16px 20px;border-inline-start:3px solid var(--teal)}.site-footer{display:flex;justify-content:space-between;gap:25px;padding-block:35px;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}.skip-link{position:fixed;top:-80px;left:20px;z-index:200;background:var(--teal);color:white;padding:10px}.skip-link:focus{top:10px}
@media(min-width:1500px){.site-header{padding-inline:calc((100vw - 1256px)/2)}}@media(max-width:1050px){.site-header{gap:18px;padding-inline:28px}.site-header nav{gap:18px}.shell{padding-inline:32px}.hero{gap:30px}.hero-visual{min-height:380px}.preview-bar{padding-inline:28px}.brand span{display:none}}@media(max-width:760px){.shell{padding-inline:22px}.preview-bar{padding-inline:22px;font-size:10px}.preview-bar span:last-child{display:none}.site-header{height:76px;padding:14px 22px}.site-header nav{display:none}.brand{font-size:27px}.hero{grid-template-columns:1fr;padding-block:42px;gap:34px}.hero-visual{min-height:320px;aspect-ratio:4/3}h1{font-size:44px}.lead{font-size:16px}.eyebrow{margin-bottom:18px}.section{padding-block:54px}.section-heading{display:block;margin-bottom:28px}.section-heading>p{margin-top:20px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:23px 16px}.product-card h3{font-size:17px}.placeholder-center{padding:14px;max-width:95%}.placeholder-center strong{font-size:14px}.placeholder-center span,.placeholder-center small{font-size:12px}.product-grid .placeholder{min-height:140px}.site-footer{flex-wrap:wrap}.site-footer .brand{width:100%}.actions{gap:20px}}@media(max-width:380px){h1{font-size:38px}.hero-facts{gap:12px}.hero-facts span+span{padding-inline-start:12px}.product-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
