:root{--ink:#191919;--muted:#696969;--line:#dededb;--paper:#f5f5f2;--cyan:#00a5cb;--magenta:#db087a;--yellow:#fff000}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:#fff;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible{outline:3px solid var(--cyan);outline-offset:4px}.topline{height:35px;background:var(--ink);color:#ccc;display:flex;justify-content:space-between;padding:0 4%;align-items:center;font-size:11px;letter-spacing:1.5px}.topline>span:last-child{display:flex;align-items:center;gap:20px}.cmyk{width:52px;height:4px;background:linear-gradient(90deg,var(--cyan) 33%,var(--magenta) 33%,var(--magenta) 66%,var(--yellow) 66%)}header{height:105px;display:flex;align-items:center;padding:0 4%;gap:35px;border-bottom:1px solid #eee;background:#fff}.logo{width:180px;flex-shrink:0}.logo img{width:100%;display:block}nav{display:flex;gap:26px;margin-left:auto}nav a{font-size:14px}nav a.active{box-shadow:0 2px var(--cyan)}.quote-link{border:1px solid #ccc;padding:12px 16px;font-size:14px;white-space:nowrap}.quote-link span{background:var(--ink);color:#fff;padding:2px 6px;margin-left:8px;font-size:12px}.menu-toggle{display:none}.hero{background:var(--ink);color:#fff;display:grid;grid-template-columns:46% 54%;min-height:660px}.hero-copy{padding:55px 0 28px 9%;position:relative;z-index:1}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:600;display:flex;gap:10px;align-items:center}.eyebrow>span{height:7px;width:7px;background:var(--cyan)}h1{font-size:clamp(58px,6.3vw,100px);line-height:.98;letter-spacing:-5px;margin:35px 0 25px;font-weight:750}h1 em{font-style:normal;color:#a5a5a5}.intro{font-size:17px;color:#bdbdbd;line-height:1.6}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:25px;padding:15px 22px;border:1px solid #bbb;background:#fff;color:var(--ink);font-size:14px;font-weight:600}.button.primary{background:var(--cyan);border-color:var(--cyan);color:#071b20}.button.ghost{background:transparent;border-color:#646464;color:#fff}.button.dark{background:var(--ink);color:#fff;border-color:var(--ink)}.button:hover{filter:brightness(.93)}.hero-note{border-top:1px solid #454545;margin-top:47px;padding-top:18px;margin-right:40px;font-size:10px;letter-spacing:1.7px;display:flex;justify-content:space-between;color:#aaa}.hero-image{position:relative;overflow:hidden}.hero-image>img{width:100%;height:100%;object-fit:cover;object-position:62% center;display:block}.image-caption{position:absolute;bottom:30px;left:30px;font-size:11px;letter-spacing:2px;color:#ddd}.image-caption small{display:block;font-size:10px;color:#aaa;letter-spacing:.5px;margin-top:6px}.ticker{background:var(--paper);padding:23px 4%;display:flex;justify-content:space-between;gap:20px;font-size:13px;font-weight:700;letter-spacing:1px;border-bottom:1px solid var(--line);overflow:hidden;white-space:nowrap}.ticker span{color:var(--magenta)}footer{padding:60px 4% 20px;display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:40px;background:#efefed;font-size:14px}footer img{width:180px}footer a,footer b{display:block;margin:8px 0}footer p{color:var(--muted)}.footer-bottom{border-top:1px solid #ccc;padding-top:20px;grid-column:1/-1;display:flex;justify-content:space-between;font-size:11px;letter-spacing:1px}.whatsapp{position:fixed;z-index:20;right:25px;bottom:24px;border-radius:40px;background:#222;color:#fff;padding:13px 18px;display:flex;gap:10px;align-items:center;box-shadow:0 5px 22px #0003;font-size:13px;border:1px solid #555}.whatsapp svg{width:24px;height:24px;color:#67df9b}.skip{position:absolute;top:-60px}.skip:focus{top:0;z-index:99;background:#fff;padding:15px}#toast{position:fixed;bottom:25px;left:25px;z-index:40;background:#fff;box-shadow:0 3px 25px #0002;padding:0}#toast.show{padding:16px 25px;border-left:3px solid var(--cyan)}@media(min-width:1600px){.hero{min-height:760px}.hero-copy{padding-top:75px}}@media(max-width:1100px){header{gap:20px}nav{gap:15px}.logo{width:145px}nav a{font-size:13px}h1{letter-spacing:-3px}.hero{min-height:620px}.hero-copy{padding-top:45px}}@media(max-width:800px){.topline{font-size:9px;height:30px}.topline>span:last-child{display:none}header{height:85px;padding:0 5%;gap:12px;flex-wrap:wrap;position:relative}.logo{width:140px}.quote-link{margin-left:auto;padding:10px;font-size:12px}.menu-toggle{display:block;order:3;border:0;background:none;font-size:24px;padding:5px}nav{display:none;position:absolute;top:85px;left:0;right:0;background:#fff;z-index:30;padding:25px;box-shadow:0 10px 20px #0002}nav.open{display:grid;grid-template-columns:1fr 1fr;gap:20px}nav a{font-size:16px}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:38px 6% 25px}h1{font-size:68px;letter-spacing:-3px;margin-top:28px}.intro{font-size:16px}.hero-image{height:340px}.hero-image img{object-position:center 57%}.hero-note{margin-top:35px;margin-right:0}.hero .actions{gap:10px}.button{padding:14px 17px;gap:14px}.image-caption{bottom:18px;left:6%}.ticker{justify-content:flex-start;padding:20px 6%;font-size:11px}.ticker span{font-size:16px}footer{grid-template-columns:1fr;padding:40px 6% 90px;gap:20px}.footer-bottom{flex-direction:column;gap:8px}.whatsapp{bottom:18px;right:16px}.whatsapp span{display:none}.whatsapp{padding:12px}#toast{bottom:80px;left:15px;right:15px}}.section{padding:85px 6%}.soft{background:var(--paper)}h2{font-size:42px;line-height:1.12;letter-spacing:-1.8px;margin:15px 0 20px;font-weight:650}h3{font-size:23px;letter-spacing:-.6px;line-height:1.2;margin:12px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:35px}.section-heading>p{color:var(--muted)}.channels{display:grid;grid-template-columns:1fr 1fr;gap:22px}.channel{background:var(--paper);padding:40px;position:relative;min-height:330px;border-top:3px solid var(--cyan)}.channel:nth-child(2){background:#232323;color:#fff;border-color:var(--magenta)}.channel h2{font-size:48px}.channel h2 span{float:right;font-size:36px}.channel p:not(.eyebrow){color:#777;font-size:16px}.channel:nth-child(2) p:not(.eyebrow){color:#bbb}.channel b{font-size:14px;display:block;margin-top:30px}.text-link{font-size:14px;border-bottom:1px solid #aaa;padding-bottom:6px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px 24px}.product-image{height:290px;position:relative;overflow:hidden;background:#ddd}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.product-card:hover img{transform:scale(1.04)}.demo{position:absolute;left:16px;top:16px;background:#fff;color:#333;padding:5px 9px;font-size:10px;letter-spacing:1px}.card-arrow{position:absolute;bottom:15px;right:15px;background:#fff;width:35px;height:35px;display:grid;place-items:center}.product-meta{font-size:11px;text-transform:uppercase;color:#777;letter-spacing:.8px;margin-top:20px;display:flex;justify-content:space-between}.product-card h3{font-size:21px}.product-card p{font-size:16px}.product-card small{font-size:12px;color:#777}.demo-note{font-size:13px;color:#666;line-height:1.6;border-left:2px solid var(--cyan);padding-left:13px;margin-bottom:25px}.production{display:grid;grid-template-columns:1fr 1.1fr;gap:60px}.production h2{font-size:48px}.production em{font-style:normal;color:#888}.production p{color:#777}.service-row{display:flex;align-items:center;gap:25px;border-bottom:1px solid var(--line);padding:19px 0}.service-row>span{font-size:12px;color:#888}.service-row>span:last-child{margin-left:auto;font-size:23px;color:#222}.service-row h3{font-size:22px}.contact-band{padding:55px 6%;background:#202020;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}.contact-band p{font-size:22px;color:#aaa}.contact-band a{font-size:48px;letter-spacing:-2px}.page-head{padding:60px 6%;background:var(--paper);border-bottom:1px solid var(--line)}.page-head h1{font-size:72px;line-height:1.02;letter-spacing:-3px;margin:25px 0}.page-head>p:last-child:not(.eyebrow){max-width:600px;color:#666;font-size:18px}.catalog{padding-top:35px}.filters{display:flex;gap:18px;align-items:end;margin:35px 0}.filters .search{flex:1}.filters label{min-width:170px}.filters input{min-width:0}.clear{height:48px;border:0;background:transparent;text-decoration:underline;font-size:13px;white-space:nowrap}label{font-size:14px;display:block;font-weight:500}input,textarea,select{display:block;width:100%;margin-top:8px;padding:12px;border:1px solid #ccc;background:#fff;border-radius:0;color:#222;min-height:48px}textarea{min-height:105px;resize:vertical}#results-count{font-size:13px;color:#777;margin:25px 0}.detail{display:grid;grid-template-columns:1.1fr 1fr;gap:70px;margin-top:35px}.detail h1{font-size:54px;letter-spacing:-2px;line-height:1.07}.detail-photo{position:relative}.detail-photo img{width:100%;min-height:480px;object-fit:cover}.price{font-size:28px}.price small{font-size:13px;color:#777;letter-spacing:0;font-weight:400}.form-grid{display:flex;gap:18px;margin:25px 0}.form-grid label{flex:1}.full{width:100%}.helper{font-size:12px;color:#777;line-height:1.6}.detail dl{margin-top:30px;font-size:14px}.detail dl>div{display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid #ddd;padding:14px 0}.detail dd{margin:0;color:#666;text-align:right}.quote-layout{display:grid;grid-template-columns:1.15fr 1fr;gap:65px}.compact h2{font-size:27px}.quote-item{display:flex;justify-content:space-between;gap:25px;padding:25px 0;border-bottom:1px solid #ddd}.quote-item p{font-size:14px;color:#666;white-space:pre-wrap;overflow-wrap:anywhere}.quote-item>div:last-child{width:90px;flex-shrink:0}.quote-item h3{font-size:22px}.quote-item .eyebrow{font-size:10px}.remove{background:none;border:0;padding:8px 0;font-size:13px;text-decoration:underline;color:#777}.quote-form{background:var(--paper);padding:30px}.quote-form h2{font-size:29px;margin:0 0 25px}.quote-form>label{margin-top:18px}.check{display:flex;align-items:start;gap:10px;font-size:12px;font-weight:400}.check input{width:17px;min-height:17px;flex-shrink:0;margin:2px 0}.quote-info{margin-top:25px;padding:20px;background:var(--paper);font-size:14px;color:#666}.empty{padding:40px 0;grid-column:1/-1}.empty h2{font-size:30px}button:disabled{opacity:.4;cursor:not-allowed}#form-error{color:#a60042;font-size:14px}.success{min-height:600px}.services-grid,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 60px}.services-grid article{padding:40px 0;border-bottom:1px solid #ccc;scroll-margin-top:30px}.services-grid h2{font-size:36px}.services-grid p:not(.eyebrow){color:#666}.contact-card{padding:35px 0;border-bottom:1px solid #ccc;overflow-wrap:anywhere}.contact-card h2{font-size:32px}.social{display:block;font-size:24px;margin:15px 0}.work-preview{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:60px}.work-preview img{width:100%}.work-preview p:not(.eyebrow){color:#666}.about{display:grid;grid-template-columns:1fr 1.2fr;gap:50px}.about p{color:#666}.about .large{font-size:24px;color:#222;line-height:1.6}.about .button{margin-top:25px}input[type=file]{font-size:12px;max-width:100%}@media(max-width:800px){.section{padding:50px 6%}h2{font-size:34px}.section-heading{display:block}.section-heading .text-link{display:inline-block;margin-top:15px}.channels,.production,.detail,.quote-layout,.work-preview,.about{grid-template-columns:1fr;gap:30px}.channel{padding:28px;min-height:310px}.channel h2{font-size:40px}.product-grid{grid-template-columns:1fr 1fr;gap:28px 15px}.product-image{height:210px}.product-meta{display:block;font-size:10px}.product-meta span{display:block;margin-top:3px}.product-card h3{font-size:18px}.product-card p{font-size:14px}.product-card small{display:block}.demo{left:10px;top:10px;font-size:9px}.production h2{font-size:38px}.service-row h3{font-size:21px}.contact-band{display:block;padding:35px 6%}.contact-band a{font-size:36px}.page-head{padding:40px 6%}.page-head h1{font-size:48px;letter-spacing:-2px}.page-head>p:last-child:not(.eyebrow){font-size:16px}.filters{display:grid;grid-template-columns:1fr 1fr;gap:15px}.filters .search{grid-column:1/-1}.filters label{min-width:0}.clear{grid-column:1/-1;text-align:left;height:30px}.catalog{padding-top:25px}.detail h1{font-size:43px}.detail-photo img{min-height:0}.quote-form{padding:24px 18px}.services-grid,.contact-grid{grid-template-columns:1fr;gap:0}.services-grid h2{font-size:30px}.about .large{font-size:22px}.social{font-size:21px}.contact-card h2{font-size:30px}.success h1{font-size:52px;letter-spacing:-2px}.service-row{gap:18px}}@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}@media(max-width:380px){.logo{width:120px}.quote-link{font-size:11px;padding:8px}.hero h1{font-size:59px}.product-grid{grid-template-columns:1fr}.product-image{height:280px}.hero .button{font-size:12px}.contact-band a{font-size:31px}}
