@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--navy:#073751;--blue:#009ed0;--mint:#d9f4eb;--ink:#133648;--muted:#526873;--line:#dce5e9}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;color:var(--ink);background:#fff;font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select{font:inherit}a,button,input,select{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #008ebc;outline-offset:5px}.wrap{width:min(1240px,calc(100% - 80px));margin:auto}.announcement{background:var(--navy);color:white;text-align:center;font-size:13px;padding:10px 16px;letter-spacing:.06em}.announcement span{margin:0 16px;color:#56c5e7}header{display:flex;justify-content:space-between;align-items:center;padding:26px 0}.brand>span{font-size:32px;color:var(--blue);font-weight:800;letter-spacing:-1.5px;line-height:1}.brand>span>span{color:var(--navy)}.brand small{display:block;font-size:10px;letter-spacing:.25em;margin-top:5px;color:var(--muted)}nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:600}.nav-cta{border:1px solid var(--line);border-radius:8px;padding:12px 18px}.hero{display:grid;grid-template-columns:1.12fr 1fr;gap:52px;padding-top:35px;padding-bottom:56px;align-items:center}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.16em;color:#067e9f;margin:0 0 20px}h1,h2,h3{font-family:Manrope,Arial,sans-serif;line-height:1.12;letter-spacing:-.045em;margin:0}h1{font-size:clamp(40px,4.4vw,62px);font-weight:800}h1 em{font-style:normal;color:var(--blue)}.intro{max-width:500px;font-size:18px;color:var(--muted);margin:26px 0 30px;line-height:1.7}.button{display:flex;justify-content:center;align-items:center;gap:24px;border:0;padding:15px 21px;border-radius:8px;font-weight:700;font-size:15px;cursor:pointer;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.dark{background:var(--navy);color:white;width:fit-content}.hero-note{font-size:12px;color:var(--muted);margin-top:18px}.hero-art{background:#eff7fa;border-radius:16px;overflow:hidden;padding:28px 30px 22px;position:relative}.art-heading{display:flex;justify-content:space-between;align-items:start;font-size:24px;font-weight:800;letter-spacing:-.02em;line-height:1.1}.edition{text-align:right;font-size:10px;letter-spacing:.13em;line-height:1.6;color:#577887}.hero-art img{display:block;width:100%;height:285px;object-fit:contain;mix-blend-mode:multiply}.art-bottom{display:flex;justify-content:space-between;align-items:end;border-top:1px solid #cddfe6;padding-top:16px;gap:10px}.art-bottom>span{font-size:13px;max-width:130px}.art-bottom strong{font-size:29px;line-height:1.1;white-space:nowrap}.art-bottom small{display:block;font-size:12px;font-weight:400;text-align:right;margin-top:6px}.benefits{border-block:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);padding:20px 0;gap:25px}.benefits div{display:flex;align-items:center;gap:15px}.benefits b{color:var(--blue);font-size:13px}.benefits span{font-size:15px;font-weight:500}.catalog{padding-top:76px;padding-bottom:64px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.section-heading .eyebrow{margin-bottom:12px}h2{font-size:36px;font-weight:800}.section-heading>p{font-size:14px;color:var(--muted);margin:0}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:white}.product-photo{height:250px;background:#f5f8fa;position:relative;padding:22px}.product-photo img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.tag{position:absolute;top:14px;left:14px;border-radius:4px;background:white;padding:4px 9px;font-size:11px;letter-spacing:.08em;font-weight:700;z-index:1}.product-body{padding:24px}.category{font-size:11px;letter-spacing:.12em;color:var(--muted);margin:0 0 7px}h3{font-size:22px;font-weight:800}.price{margin:18px 0 20px;font-size:36px;font-weight:800;letter-spacing:-.05em;line-height:1.1}.price small{font-size:13px;letter-spacing:0;font-weight:400;color:var(--muted)}.stock-list{margin:0 0 20px;padding:12px 0;border-block:1px solid var(--line);font-size:13px}.stock-list div{display:flex;justify-content:space-between;padding:3px 0}.stock-list span:last-child{color:var(--muted)}.fields{display:grid;grid-template-columns:1fr 90px;gap:12px}label{font-size:12px;font-weight:600;display:block}select,input{display:block;width:100%;border:1px solid #cbd9df;border-radius:6px;background:#fff;color:var(--ink);padding:10px;margin-top:5px;min-height:45px}input{padding-right:2px}.estimate{font-size:12px;color:var(--muted);min-height:21px;margin:12px 0}.whatsapp{width:100%;background:var(--mint);color:#124f40;font-size:14px;padding:13px 10px}.whatsapp:hover{background:#bee9db}.alt-contact{display:block;text-align:center;font-size:12px;margin-top:10px;text-decoration:underline;text-underline-offset:3px}.catalog-note{font-size:12px;color:var(--muted);margin-top:23px;max-width:850px}.how{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:40px;border-top:1px solid var(--line);padding:44px 0 68px}.how h2{font-size:30px}.how div>span{color:var(--blue);font-size:13px;font-weight:700}.how h3{font-size:17px;margin-top:12px;letter-spacing:-.02em}.how p{font-size:14px;color:var(--muted);margin:10px 0 0}.contact{background:var(--navy);color:white}.contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding-block:58px}.contact .eyebrow{color:#79d4ee}.contact h2{font-size:44px}.contact p:not(.eyebrow){color:#bfced6;font-size:15px}.email{display:inline-block;margin-top:8px;text-decoration:underline;text-underline-offset:5px}.contact-links{align-self:center;display:grid;gap:14px}.contact-links>a{display:flex;justify-content:space-between;align-items:center;border:1px solid #476679;border-radius:10px;padding:20px 24px;transition:background .2s}.contact-links>a:hover{background:#124760}.contact-links span{font-size:11px;letter-spacing:.1em;color:#bfd2de}.contact-links strong{display:block;color:white;font-size:24px;letter-spacing:0;margin-top:4px}.contact-links b{font-size:25px;color:#7fe0be}footer{display:flex;justify-content:space-between;align-items:center;gap:15px;padding-block:26px;font-size:12px;color:var(--muted)}.footer-brand{font-size:20px;font-weight:800;color:var(--navy)}@media(max-width:1000px){.wrap{width:calc(100% - 48px)}.hero{gap:28px}h1{font-size:44px}.hero-art{padding:22px}.art-bottom{display:block}.art-bottom>span{max-width:none}.art-bottom strong{display:block;margin-top:8px}.art-bottom small{display:inline;font-size:12px}.products{gap:14px}.product-body{padding:17px}.product-photo{height:210px}.how{gap:24px}.contact-inner{gap:40px}nav{gap:20px}.nav-cta{display:none}}@media(max-width:700px){.wrap{width:calc(100% - 36px)}.announcement{font-size:10px;letter-spacing:.02em}.announcement span{margin:0 5px}header{padding:20px 0}.brand>span{font-size:27px}nav{font-size:13px;gap:18px}.hero{grid-template-columns:1fr;padding-top:20px;gap:28px;padding-bottom:30px}h1{font-size:43px;line-height:1.1}.intro{font-size:16px;margin:20px 0 23px}.hero .eyebrow{margin-bottom:14px}.hero-art img{height:230px}.art-heading{font-size:21px}.art-bottom{display:flex}.art-bottom strong{font-size:26px}.art-bottom small{display:block}.benefits{gap:12px;padding:16px 0}.benefits div{display:block}.benefits b{display:block}.benefits span{font-size:12px;line-height:1.2}.catalog{padding-top:44px;padding-bottom:34px}.section-heading{display:block;margin-bottom:24px}h2{font-size:31px}.section-heading>p{margin-top:14px}.products{grid-template-columns:1fr;gap:25px}.product-photo{height:270px}.product-body{padding:23px}.price{font-size:39px}.fields{grid-template-columns:1fr 110px}.how{grid-template-columns:1fr;gap:24px;padding:30px 0 40px}.how h2 br{display:none}.how div{padding-left:32px;position:relative}.how div>span{position:absolute;left:0;top:0}.how h3{margin-top:0}.contact-inner{grid-template-columns:1fr;gap:30px;padding-block:40px}.contact h2{font-size:37px}.contact-links strong{font-size:23px}footer{flex-wrap:wrap;justify-content:flex-start;column-gap:22px}footer>span:nth-child(2){flex-basis:100%;order:3}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.brand{flex-shrink:0}.brand .logo-crop{display:block;position:relative;width:150px;height:125px;overflow:hidden}.logo-crop img{position:absolute;display:block;width:190px;height:auto;max-width:none;left:-20px;top:-140px}header{padding-block:10px}.payment-note{display:flex;flex-wrap:wrap;align-items:center;gap:8px 24px;margin-top:22px;padding:18px 22px;background:#eaf7f2;border-radius:8px;color:#124f40}.payment-note strong{font-size:16px}.payment-note span{font-size:14px}.price{font-size:32px;letter-spacing:-.035em}.price small{display:block;margin-top:8px}.art-bottom strong{font-size:26px}@media(max-width:380px){header{flex-wrap:wrap;gap:12px}.art-bottom{flex-wrap:wrap}.hero-art{padding:20px}.art-bottom strong{font-size:24px}}
