:root{--orange:#ff5a00;--ink:#171714;--paper:#f4f2eb;--line:#d9d5c9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}header{height:78px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;z-index:5;background:rgba(244,242,235,.94);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.06em}.brand i{width:38px;height:38px;display:grid;place-items:center;background:var(--orange);border-radius:50%;font-style:normal;color:#fff}.brand span{display:flex;flex-direction:column}.brand small{font-size:8px;letter-spacing:.18em;font-weight:600}.brand+nav{display:flex;gap:28px;font-size:14px}.switchers{display:flex;gap:7px}select,input{font:inherit;background:white;border:1px solid var(--line);border-radius:6px;padding:11px}.switchers select{padding:8px}.hero{min-height:690px;padding:70px 5vw 50px;display:grid;grid-template-columns:48% 52%;overflow:hidden}.hero-copy{position:relative;z-index:2;padding-top:40px}.eyebrow{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.18em;color:var(--orange)}h1,h2{letter-spacing:-.055em;line-height:.98;margin:18px 0;font-weight:900}.hero h1{font-size:clamp(48px,6.5vw,96px);max-width:850px}.hero-copy>p{font-size:19px;line-height:1.55;max-width:650px;color:#5c5a53}.actions{display:flex;align-items:center;gap:25px;margin:32px 0 50px}.button{border:0;background:var(--orange);color:#fff;padding:15px 22px;border-radius:7px;font-weight:800;cursor:pointer}.ghost{font-weight:800}.facts{display:flex;gap:40px}.facts div{display:flex;flex-direction:column}.facts b{font-size:24px}.facts span{font-size:12px;color:#6f6d66}.hero-art{position:relative;display:flex;align-items:center;justify-content:center}.hero-art img{position:relative;z-index:2;width:112%;max-height:620px;object-fit:contain;mix-blend-mode:multiply}.orange-orbit{position:absolute;width:560px;height:560px;border:120px solid var(--orange);border-radius:50%;opacity:.95}.ticker{background:var(--ink);color:#fff;padding:17px 5vw;font-size:13px;letter-spacing:.04em}.ticker em{margin:0 18px;color:var(--orange)}.section{padding:110px 5vw}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:45px}.section h2{font-size:clamp(42px,5vw,72px);max-width:800px}.section-head p{max-width:430px;color:#6f6d66;line-height:1.5}.grid{display:grid;gap:18px}.products{grid-template-columns:repeat(3,1fr)}.product{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.product.featured{grid-column:span 2}.product-image{height:330px;background:#fff;display:grid;place-items:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;transition:.3s}.product:hover img{transform:scale(1.025)}.product-body{padding:25px}.product-body>span{color:var(--orange);font-weight:800;font-size:13px}.product h3{font-size:25px;margin:8px 0}.product ul{padding-left:18px;color:#64625b;line-height:1.7}.product a{font-weight:800;margin-top:auto}.dark{background:var(--ink);color:#fff}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#4a4944;margin-top:55px}.steps>div{padding:38px;background:var(--ink)}.steps b{font-size:13px;color:var(--orange)}.steps h3{font-size:25px}.steps p{color:#aaa8a0;line-height:1.55}.branding{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.branding p,.quote p{font-size:18px;line-height:1.6;color:#66645d}.stamp{justify-self:center;border:7px double var(--orange);color:var(--orange);border-radius:50%;width:330px;height:330px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;font-size:60px;font-weight:900;transform:rotate(-8deg)}.stamp small{font-size:10px;letter-spacing:.18em;margin-top:14px}.quote{background:#e6e1d4;display:grid;grid-template-columns:1fr 1fr;gap:80px}.quote form{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-content:start}.quote form>*:nth-child(-n+3){grid-column:span 2}.quote button,.quote small,#form-result{grid-column:span 2}.rate{font-size:13px!important}footer{padding:55px 5vw;display:flex;align-items:center;justify-content:space-between;background:#fff}footer>div:nth-child(2){display:flex;gap:25px;font-weight:700}#chat-button{position:fixed;right:24px;bottom:24px;width:58px;height:58px;border:0;border-radius:50%;background:var(--orange);color:white;font-size:25px;z-index:8;box-shadow:0 10px 25px #0003}#chat{display:none;position:fixed;right:24px;bottom:94px;width:350px;height:470px;background:#fff;border-radius:14px;box-shadow:0 18px 60px #0003;z-index:9;overflow:hidden}#chat.open{display:flex;flex-direction:column}#chat header{height:60px;padding:0 18px;background:var(--ink);color:white}#chat header button{border:0;background:none;color:white;font-size:25px}#messages{padding:18px;overflow:auto;flex:1;background:#f4f2ed}#messages p{max-width:85%;padding:11px 14px;border-radius:12px;line-height:1.4;font-size:14px}.agent{background:white}.visitor{background:#ffdbc8;margin-left:auto}#chat-form{display:flex;padding:10px}#chat-form input{flex:1;border:0}#chat-form button{border:0;background:var(--orange);color:#fff;width:42px;border-radius:7px}.admin main{min-height:80vh}.pipeline{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:35px 0}.pipeline div{background:#fff;padding:25px;border:1px solid var(--line);border-radius:10px;display:flex;flex-direction:column}.pipeline b{font-size:45px}.table-wrap{overflow:auto;background:#fff;border-radius:10px}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:15px;border-bottom:1px solid var(--line);font-size:13px}.status{background:#ffe1d0;color:#a63900;padding:6px 9px;border-radius:20px}@media(max-width:900px){header nav{display:none}.hero{grid-template-columns:1fr;padding-top:25px}.hero-copy{padding-top:15px}.hero-art{height:430px}.orange-orbit{width:370px;height:370px;border-width:80px}.products{grid-template-columns:1fr 1fr}.product.featured{grid-column:span 2}.branding,.quote{grid-template-columns:1fr}.stamp{width:260px;height:260px;font-size:45px}.section{padding:75px 5vw}}@media(max-width:600px){header{padding:0 4vw}.brand+nav{display:none}.hero{min-height:auto}.hero h1{font-size:49px}.hero-art{height:330px}.facts{gap:15px;justify-content:space-between}.facts b{font-size:18px}.products,.steps{grid-template-columns:1fr}.product.featured{grid-column:auto}.product-image{height:260px}.section-head{display:block}.quote form{grid-template-columns:1fr}.quote form>*{grid-column:span 1!important}footer{align-items:flex-start;gap:30px;flex-direction:column}footer>div:nth-child(2){flex-direction:column;gap:9px}#chat{width:calc(100% - 24px);right:12px}.switchers select{max-width:58px;padding:7px 3px}}
