@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root{--ink:#182126;--ink-2:#253137;--paper:#f2f0ea;--white:#fff;--muted:#6e777b;--line:#d8d9d5;--accent:#e66f21;--accent-dark:#c85612;--green:#1fa855;--radius:8px;--container:1520px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a{color:inherit}a{text-decoration:none}.container{width:min(calc(100% - 72px),var(--container));margin-inline:auto}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border:0;border-radius:4px;background:none;font-weight:750;cursor:pointer;transition:.2s}.button:hover{transform:translateY(-1px)}.button--large{min-height:56px;padding-inline:30px}.button--accent{background:var(--accent);color:#fff}.button--accent:hover{background:var(--accent-dark)}.button--dark{background:var(--ink);color:#fff}.button--outline{border:1px solid #aab0b1;background:rgba(255,255,255,.32)}.button--light{background:#fff;color:var(--ink)}.button--whatsapp{background:#20ad5d;color:#fff}.eyebrow{margin:0 0 20px;color:var(--accent);font-size:13px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.section{padding:100px 0}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:38px}.section-head h2{margin:0;font-size:52px;letter-spacing:-.045em}.section-head>p{max-width:560px;margin:0;color:var(--muted);font-size:16px;line-height:1.7}.topline{height:40px;background:#121a1e;color:#cbd0d1;font-size:12px}.topline__inner{height:100%;display:flex;align-items:center;gap:28px}.topline span{display:flex;align-items:center;gap:8px}.topline span+span{padding-left:28px;border-left:1px solid #445057}.topline i{width:8px;height:8px;border-radius:50%;background:var(--accent)}.topline__location{margin-left:auto}.topline a{font-weight:700;color:#fff}.header{position:sticky;top:0;z-index:40;background:rgba(24,33,38,.97);color:#fff;box-shadow:0 1px 0 rgba(255,255,255,.08)}.header__inner{height:92px;display:flex;align-items:center}.logo{display:flex;align-items:center;gap:14px;min-width:320px}.logo__mark{position:relative;width:54px;height:45px}.logo__mark i{position:absolute;width:34px;height:12px;background:#808b90;transform:skewY(-28deg)}.logo__mark i:nth-child(1){left:0;top:5px}.logo__mark i:nth-child(2){left:10px;top:17px;background:#b3b9ba}.logo__mark i:nth-child(3){left:20px;top:29px;background:var(--accent)}.logo__text{display:flex;flex-direction:column;font-size:20px;font-weight:850;letter-spacing:.05em}.logo__text small{margin-top:3px;color:#8f999d;font-size:9px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.nav{display:flex;align-items:center;justify-content:center;gap:46px;margin:auto}.nav a{font-size:15px;font-weight:650;color:#e6e8e8}.nav a:hover{color:var(--accent)}.header__actions{display:flex;align-items:center;gap:24px}.header__phone{white-space:nowrap;font-size:15px;font-weight:700}.menu-button{display:none;border:0;background:none}.hero{background:#eceae4}.hero__grid{min-height:505px;display:grid;grid-template-columns:1.02fr .98fr}.hero__content{padding:66px 54px 44px 0}.hero h1{max-width:760px;margin:0;font-size:64px;line-height:1.08;letter-spacing:-.052em}.hero h1 em{color:var(--accent);font-style:normal}.hero__lead{max-width:700px;margin:26px 0 0;color:#525c60;font-size:18px;line-height:1.65}.hero__actions{display:flex;gap:14px;margin-top:34px}.hero__facts{display:flex;gap:40px;margin-top:44px;padding-top:26px;border-top:1px solid #cfd1cd;color:#697377;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.hero__facts b{margin-right:8px;color:var(--accent)}.hero__visual{position:relative;min-height:505px;background-image:linear-gradient(90deg,rgba(236,234,228,.14),transparent 20%),url('../img/design-reference.png');background-repeat:no-repeat;background-size:auto 941px;background-position:right -142px;overflow:hidden}.hero__visual::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(14,20,23,.45),transparent 40%)}.hero__visual span{position:absolute;right:30px;bottom:24px;z-index:2;color:#fff;font-size:11px;font-weight:800;letter-spacing:.18em}.search-panel{position:relative;z-index:4;margin-top:-1px}.search-panel__inner{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:14px;padding:16px 18px;background:#fff;box-shadow:0 15px 30px rgba(33,42,47,.12)}.search-panel svg{width:28px;fill:none;stroke:#707a7e;stroke-width:1.5}.search-panel input{height:52px;border:0;outline:0;color:var(--ink);font-size:16px}.search-panel .button{min-width:150px;height:52px}.catalog-tabs{display:flex;gap:8px;overflow:auto;padding-bottom:4px}.catalog-tabs button{white-space:nowrap;border:1px solid var(--line);border-radius:999px;background:#faf9f5;padding:12px 18px;font-weight:700;cursor:pointer}.catalog-tabs button.is-active{border-color:var(--ink);background:var(--ink);color:#fff}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;margin:30px 0 18px;color:var(--muted);font-size:14px}.catalog-toolbar p{margin:0}.catalog-toolbar label{display:flex;align-items:center;gap:10px}.catalog-toolbar select{border:1px solid var(--line);border-radius:4px;background:#fff;padding:10px 14px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{display:flex;min-height:255px;flex-direction:column;padding:22px;background:#fff;border:1px solid #dedfdb;border-radius:var(--radius);transition:.2s}.product-card:hover{transform:translateY(-3px);border-color:#aeb3b1;box-shadow:0 16px 30px rgba(31,41,46,.08)}.product-card__top{display:flex;align-items:center;justify-content:space-between}.product-card__stock{display:flex;align-items:center;gap:7px;color:#697276;font-size:12px}.product-card__stock::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--green)}.product-card__category{color:#8b9395;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.product-card__icon{height:54px;margin:24px 0 17px;color:#6d777a;font-size:36px;font-weight:850;letter-spacing:-.05em}.product-card__icon--tube{font-size:28px}.product-card__icon--poly{color:#8aa7ae}.product-card h3{margin:0;font-size:17px;line-height:1.45}.product-card__meta{margin:8px 0 0;color:var(--muted);font-size:13px}.product-card__bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto;padding-top:22px}.product-card__price{display:flex;flex-direction:column;font-size:20px;font-weight:850}.product-card__price small{margin-top:3px;color:#879094;font-size:11px;font-weight:600}.product-card__add{width:40px;height:40px;border:1px solid #b8bdbb;border-radius:50%;background:#fff;font-size:22px;cursor:pointer}.product-card__add.is-added{border-color:var(--accent);background:var(--accent);color:#fff}.empty-state{padding:70px;text-align:center;background:#fff}.empty-state h3{margin:0 0 8px;font-size:26px}.empty-state p{margin:0 0 24px;color:var(--muted)}.catalog-more{text-align:center;margin-top:30px}.catalog-more button[hidden]{display:none}.price-note{margin:32px 0 0;color:#858c8d;font-size:12px;line-height:1.6}.section--dark{background:#182126;color:#fff}.section-head--light>p{color:#aab2b4}.section-head--light h2{color:#fff}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #465157}.service-grid article{min-height:280px;padding:34px 42px;border-right:1px solid #465157}.service-grid article:first-child{border-left:1px solid #465157}.service-grid span{color:var(--accent);font-size:13px;font-weight:800}.service-grid h3{margin:46px 0 16px;font-size:25px}.service-grid p{margin:0;color:#aeb6b8;line-height:1.65}.service-grid button{margin-top:28px;padding:0;border:0;background:none;color:#fff;font-weight:700;cursor:pointer}.delivery__grid{display:grid;grid-template-columns:1fr .8fr;gap:90px;align-items:center}.delivery__visual{position:relative;height:450px;overflow:hidden;background:#d9d8d2}.delivery__visual::before{content:"";position:absolute;inset:0;background:linear-gradient(125deg,transparent 20%,rgba(255,255,255,.55) 21%,transparent 22%),repeating-linear-gradient(90deg,transparent 0 50px,rgba(34,44,48,.08) 51px 52px)}.delivery__visual .route{position:absolute;height:4px;background:var(--ink);transform-origin:left center}.route--one{left:8%;top:65%;width:80%;transform:rotate(-24deg)}.route--two{left:28%;top:18%;width:70%;transform:rotate(35deg)}.route--three{left:2%;top:27%;width:52%;transform:rotate(14deg);background:var(--accent)!important}.delivery__visual i{position:absolute;left:54%;top:44%;width:24px;height:24px;border:7px solid var(--accent);border-radius:50%;box-shadow:0 0 0 8px rgba(230,111,33,.18)}.delivery__visual b{position:absolute;left:59%;top:48%;font-size:16px}.delivery__visual small{position:absolute;left:30px;bottom:26px;font-weight:800;letter-spacing:.12em}.delivery h2{margin:0;font-size:52px;line-height:1.08;letter-spacing:-.045em}.delivery p:not(.eyebrow){color:var(--muted);font-size:17px;line-height:1.7}.delivery__regions{display:flex;gap:8px;margin:28px 0}.delivery__regions span{padding:10px 16px;border:1px solid var(--line);border-radius:999px;font-size:13px;font-weight:700}.contact-strip{padding:65px 0;background:var(--accent);color:#fff}.contact-strip__inner{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:48px}.contact-strip p{margin:0 0 8px;font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.contact-strip h2{margin:0;font-size:34px}.contact-strip__phone{font-size:22px;font-weight:800}.footer{padding:48px 0;background:#10171a;color:#fff}.footer__inner{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:50px;align-items:start}.logo--footer{min-width:0}.footer nav,.footer__inner>div{display:flex;flex-direction:column;gap:10px}.footer nav a,.footer__inner>div a{color:#aeb5b7;font-size:14px}.footer__inner>div span{margin-bottom:3px;color:#fff;font-weight:700}.footer small{grid-column:1/-1;color:#747e81}.floating-order{position:fixed;right:22px;bottom:22px;z-index:35;display:none;min-height:52px;border:0;border-radius:999px;background:var(--accent);padding:0 22px;color:#fff;font-weight:800;box-shadow:0 12px 30px rgba(0,0,0,.25);cursor:pointer}.floating-order.is-visible{display:block}.floating-order span{display:inline-grid;place-items:center;min-width:24px;height:24px;margin-right:7px;border-radius:50%;background:#fff;color:var(--accent);font-size:12px}.order-modal{width:min(760px,calc(100% - 28px));max-height:92vh;border:0;border-radius:10px;padding:42px;background:#f7f6f1;color:var(--ink);box-shadow:0 30px 80px rgba(0,0,0,.35)}.order-modal::backdrop{background:rgba(10,15,17,.74);backdrop-filter:blur(4px)}.modal-close{position:absolute;right:18px;top:15px;width:38px;height:38px;border:0;background:none;font-size:31px;cursor:pointer}.modal-head h2{margin:0;font-size:38px}.modal-head>p:last-child{color:var(--muted)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.order-modal label:not(.checkbox){display:flex;flex-direction:column;gap:7px;margin-top:16px;font-size:13px;font-weight:750}.order-modal input,.order-modal select,.order-modal textarea{width:100%;border:1px solid #cfd2ce;border-radius:4px;background:#fff;padding:14px;outline:0}.order-modal textarea{resize:vertical}.order-modal input:focus,.order-modal select:focus,.order-modal textarea:focus{border-color:var(--accent)}.checkbox{display:inline-flex;align-items:center;gap:7px;margin:14px 20px 0 0;font-size:13px}.form-actions{display:flex;gap:10px;margin-top:24px}.form-actions .button{flex:1}.form-status{min-height:20px;margin:12px 0 0;color:var(--accent);font-size:13px}.privacy-note{margin:8px 0 0;color:#8b9292;font-size:11px}
@media(max-width:1180px){.container{width:min(calc(100% - 40px),var(--container))}.topline span:nth-child(2),.topline span:nth-child(3){display:none}.logo{min-width:auto}.nav{gap:22px}.header__phone{display:none}.hero h1{font-size:52px}.product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:860px){.container{width:min(calc(100% - 28px),var(--container))}.topline{display:none}.header__inner{height:72px}.header .button{display:none}.logo__text{font-size:16px}.nav{position:absolute;left:0;right:0;top:72px;display:none;flex-direction:column;align-items:flex-start;gap:0;background:#182126;padding:14px}.nav.is-open{display:flex}.nav a{width:100%;padding:15px}.menu-button{display:flex;width:44px;height:44px;margin-left:auto;flex-direction:column;justify-content:center;gap:7px}.menu-button span{width:24px;height:2px;background:#fff}.hero__grid{grid-template-columns:1fr}.hero__content{padding:48px 0}.hero h1{font-size:45px}.hero__visual{min-height:310px;background-position:right -142px}.search-panel__inner{grid-template-columns:30px 1fr;padding:10px}.search-panel .button{display:none}.section{padding:72px 0}.section-head{align-items:flex-start;flex-direction:column}.section-head h2,.delivery h2{font-size:40px}.product-grid{grid-template-columns:repeat(2,1fr)}.service-grid{grid-template-columns:1fr}.service-grid article,.service-grid article:first-child{min-height:auto;border:0;border-top:1px solid #465157}.delivery__grid{grid-template-columns:1fr;gap:45px}.delivery__visual{height:340px}.contact-strip__inner{grid-template-columns:1fr;gap:22px}.footer__inner{grid-template-columns:1fr 1fr}.footer small{grid-column:1/-1}.form-actions{flex-direction:column}}
@media(max-width:560px){.hero h1{font-size:38px}.hero__lead{font-size:16px}.hero__actions{flex-direction:column}.hero__facts{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hero__visual{min-height:250px;background-size:auto 720px;background-position:right -107px}.search-panel__inner{margin-top:0}.catalog-tabs{margin-right:-14px}.catalog-toolbar label{font-size:0}.product-grid{grid-template-columns:1fr}.product-card{min-height:220px}.service-grid article{padding:30px 0}.contact-strip h2{font-size:28px}.contact-strip__phone{font-size:20px}.footer__inner{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.order-modal{padding:38px 20px 22px}.modal-head h2{font-size:30px}.floating-order{left:14px;right:14px;width:calc(100% - 28px)} }
