*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
body{margin:0;font-family:Mabry,"Familjen Grotesk",system-ui,-apple-system,"Segoe UI",sans-serif;color:#111;background:#fff;line-height:1.5}

img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
h1,h2,h3{margin:0;font-weight:600;letter-spacing:-.01em}
ul{list-style:none;margin:0;padding:0}
button{font-family:inherit}

.topbar{position:sticky;top:0;z-index:30;display:flex;justify-content:space-between;align-items:center;padding:14px 20px;background:rgba(255,255,255,.92);backdrop-filter:saturate(140%) blur(6px);border-bottom:1px solid #eee}
.brand img{display:block;height:auto}
.topnav{display:flex;align-items:center;gap:26px}
.navlink{font-size:15px}
.navlink:hover{opacity:.5}
.cartbtn{position:relative;border:none;background:none;font-size:22px;cursor:pointer;line-height:1;color:#111}
.cartcount{position:absolute;top:-7px;right:-9px;min-width:17px;height:17px;padding:0 4px;background:#196EFA;color:#fff;font-size:11px;line-height:17px;text-align:center;border-radius:9px}

.wrap{max-width:1240px;margin:0 auto;padding:0 20px}

.hero{display:grid;grid-template-columns:1fr;gap:28px;padding:56px 0 30px}
.hero_kicker{margin:0 0 14px;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#196EFA}
.hero_h{font-size:40px;line-height:1.04}
.hero_lead{margin:20px 0 0;max-width:34em;font-size:18px;color:#333}
.hero_actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.hero_media img{width:100%;aspect-ratio:16/11;object-fit:cover;background:#DBE0EE}
@media(min-width:900px){.hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:44px;padding:74px 0 40px}.hero_h{font-size:60px}}

.btn{display:inline-block;padding:13px 22px;font-size:15px;font-weight:500;cursor:pointer;border:1.5px solid #111;transition:transform .12s ease,background .15s,color .15s}
.btn:active{transform:translateY(1px)}
.btn_solid{background:#111;color:#fff}
.btn_solid:hover{background:#196EFA;border-color:#196EFA}
.btn_ghost{background:transparent;color:#111}
.btn_ghost:hover{background:#111;color:#fff}

.stripe{display:flex;flex-wrap:wrap;gap:8px 26px;padding:16px 0;margin:8px 0 12px;border-top:1px solid #eee;border-bottom:1px solid #eee;font-size:14px;color:#555}
.stripe span::before{content:"—  ";color:#196EFA}

.block{padding:58px 0}
.block_pink{background:#ffeded;margin:0 -20px;padding:58px 20px}
.block_head{margin-bottom:30px}
.block_h{font-size:30px}
.block_sub{margin:10px 0 0;color:#555;max-width:40em}
@media(min-width:900px){.block_h{font-size:38px}}

.prodgrid{display:grid;grid-template-columns:repeat(1,1fr);gap:30px 22px}
@media(min-width:640px){.prodgrid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:960px){.prodgrid{grid-template-columns:repeat(3,1fr)}}
.pcard{display:flex;flex-direction:column}
.pcard_media{background:#DBE0EE;overflow:hidden}
.pcard_media img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .4s ease}
.pcard:hover .pcard_media img{transform:scale(1.04)}
.pcard_n{margin:14px 0 4px;font-size:18px}
.pcard_rev{margin:0;font-size:14px;color:#555;flex:1}
.pcard_stars{color:#FBB017;font-size:13px;letter-spacing:2px;margin:8px 0 2px}
.pcard_bot{display:flex;justify-content:space-between;align-items:center;margin-top:12px}
.pcard_price{font-size:19px;font-weight:600}
.pcard_add{border:1.5px solid #111;background:#fff;padding:8px 15px;font-size:14px;cursor:pointer;transition:all .15s}
.pcard_add:hover{background:#196EFA;color:#fff;border-color:#196EFA}

.revwall{columns:1;column-gap:22px}
@media(min-width:640px){.revwall{columns:2}}
@media(min-width:1000px){.revwall{columns:3}}
.rev{break-inside:avoid;margin:0 0 22px;padding:22px;background:#fff;border:1px solid #f2d9d9}
.rev blockquote{margin:0;font-size:16px}
.rev figcaption{margin-top:12px;font-size:13px;color:#777}

.blogrow{display:grid;grid-template-columns:1fr;gap:34px}
@media(min-width:800px){.blogrow{grid-template-columns:1fr 1fr}}
.post_media img{width:100%;aspect-ratio:16/9;object-fit:cover;background:#DBE0EE}
.post_tag{margin:16px 0 6px;font-size:13px;color:#196EFA;letter-spacing:.05em;text-transform:uppercase}
.post_h{font-size:23px;line-height:1.15}
.post_ex{margin:12px 0 0;color:#444}
.post_link:hover .post_h{color:#196EFA}

.about{display:grid;grid-template-columns:1fr;gap:34px;align-items:center}
@media(min-width:860px){.about{grid-template-columns:1.1fr .9fr;gap:50px}}
.about_txt p{color:#333;font-size:17px;margin:16px 0 0}
.about_media img{width:100%;aspect-ratio:5/4;object-fit:cover;background:#DBE0EE}

.teamgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px 20px}
@media(min-width:760px){.teamgrid{grid-template-columns:repeat(5,1fr)}}
.member_ph{background:#DBE0EE;overflow:hidden}
.member_ph img{width:100%;aspect-ratio:1/1;object-fit:cover;filter:grayscale(1);transition:filter .3s}
.member:hover .member_ph img{filter:none}
.member_n{margin:12px 0 2px;font-size:16px}
.member_r{margin:0;font-size:13px;color:#777}

.faq{display:grid;gap:0;max-width:820px}
.q{border-top:1px solid #f0cfcf;padding:4px 0}
.q:last-child{border-bottom:1px solid #f0cfcf}
.q summary{cursor:pointer;list-style:none;padding:16px 0;font-size:18px;font-weight:500;display:flex;justify-content:space-between;align-items:center}
.q summary::-webkit-details-marker{display:none}
.q summary::after{content:"+";font-size:24px;color:#196EFA;font-weight:400}
.q[open] summary::after{content:"–"}
.q p{margin:0 0 18px;color:#444;max-width:60ch}

.vacancy{display:grid;grid-template-columns:1fr;gap:30px}
@media(min-width:820px){.vacancy{grid-template-columns:1.2fr .8fr;gap:48px;align-items:start}}
.vacancy_txt p{color:#333;margin:16px 0}
.vac_list li{padding:14px 0;border-bottom:1px dashed #ddd;font-size:16px}
.vac_list span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#999;margin-bottom:2px}

.contact{display:grid;grid-template-columns:1fr;gap:34px}
@media(min-width:860px){.contact{grid-template-columns:.9fr 1.1fr;gap:52px;align-items:start}}
.contact_txt p{color:#333;font-size:17px}
.contact_info{margin-top:22px}
.contact_info li{padding:9px 0;color:#333;font-size:15px}
.contact_info i{color:#196EFA;margin-right:8px}
.cform{display:grid;gap:16px}
.field{display:grid;gap:6px}
.field label{font-size:14px;color:#444}
.field input,.field textarea{border:1.5px solid #ccc;background:#fff;padding:12px 13px;font-size:15px;font-family:inherit;transition:border .15s}
.field input:focus,.field textarea:focus{outline:none;border-color:#196EFA}
.field textarea{resize:vertical}
.err{color:#EE2E22;font-size:12.5px;min-height:14px}
.hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}
.consent{font-size:14px;color:#444;display:flex;gap:8px;align-items:flex-start}
.consent a{color:#196EFA;text-decoration:underline}

.foot{background:#111;color:#eee;padding:48px 20px;display:grid;grid-template-columns:1fr;gap:34px}
@media(min-width:760px){.foot{grid-template-columns:1.4fr 1fr;max-width:1240px;margin:0 auto}}
.foot_top .brand img{filter:brightness(0) invert(1);margin-bottom:18px}
.foot_line{margin:0;color:#999;font-size:14px;line-height:1.6}
.foot_cols{display:flex;gap:60px;flex-wrap:wrap}
.foot_cols a{color:#ccc;font-size:14px;line-height:2.1}
.foot_cols a:hover{color:#196EFA}

.cart_scrim{position:fixed;inset:0;background:rgba(0,0,0,.4);opacity:0;visibility:hidden;transition:.25s;z-index:40}
.cart_scrim.on{opacity:1;visibility:visible}
.cart{position:fixed;top:10vh;left:0;width:80vw;max-width:760px;height:80vh;background:#fff;transform:translateX(-105%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:45;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.25);border:1px solid #111;border-left:none}
.cart.on{transform:translateX(0)}
.cart_head{display:flex;justify-content:space-between;align-items:center;padding:22px 26px;background:#ffeded;border-bottom:1px solid #111}
.cart_title{font-size:22px}
.cart_x{border:none;background:none;font-size:20px;cursor:pointer}
.cart_body{flex:1;overflow-y:auto;padding:12px 26px}
.cart_empty{padding:60px 0;text-align:center;color:#888}
.citem{display:grid;grid-template-columns:76px 1fr auto;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid #eee}
.citem_img{width:76px;height:76px;object-fit:cover;background:#DBE0EE}
.citem_n{font-size:16px;font-weight:500}
.citem_p{font-size:14px;color:#666;margin-top:3px}
.citem_ctrl{display:flex;align-items:center;gap:10px;margin-top:10px}
.qbtn{width:28px;height:28px;border:1.5px solid #111;background:#fff;font-size:16px;line-height:1;cursor:pointer}
.qbtn:hover{background:#196EFA;color:#fff;border-color:#196EFA}
.qnum{min-width:24px;text-align:center;font-size:15px}
.citem_right{display:flex;flex-direction:column;align-items:flex-end;gap:10px}
.citem_sum{font-weight:600}
.citem_rm{border:none;background:none;color:#EE2E22;cursor:pointer;font-size:18px}
.cart_foot{padding:20px 26px;border-top:1px solid #111;background:#fff}
.cart_totrow{display:flex;justify-content:space-between;font-size:20px;margin-bottom:16px}
.cart_btns{display:flex;gap:12px}
.cart_btns .btn{flex:1;text-align:center}
@media(max-width:640px){.cart{width:94vw;top:6vh;height:88vh}}

.modal_scrim,.thanks_scrim{position:fixed;inset:0;background:rgba(0,0,0,.5);display:none;align-items:center;justify-content:center;z-index:60;padding:20px}
.modal_scrim.on,.thanks_scrim.on{display:flex}
.modal{background:#fff;border:1px solid #111;max-width:440px;width:100%;padding:30px}
.modal h3{font-size:22px;margin-bottom:10px}
.modal p{color:#555;margin:0 0 18px;font-size:15px}
.modal .field{margin-bottom:12px}
.modal_btns{display:flex;gap:12px;margin-top:8px}
.modal_btns .btn{flex:1;text-align:center}
.thanks{background:#fff;border:1px solid #111;max-width:400px;width:100%;padding:40px 30px;text-align:center}
.thanks i{font-size:52px;color:#508054}
.thanks h3{font-size:24px;margin:14px 0 8px}
.thanks p{color:#555;margin:0 0 22px}

.cookie{position:fixed;right:16px;bottom:16px;width:340px;max-width:calc(100vw - 32px);background:#fff;border:1.5px solid #111;padding:18px;z-index:55;box-shadow:0 14px 40px rgba(0,0,0,.18)}
.cookie.hide{display:none}
.cookie_txt{margin:0 0 10px;font-size:14px;color:#333}
.cookie_links{display:flex;gap:16px;margin-bottom:14px}
.cookie_links a{font-size:13px;color:#196EFA;text-decoration:underline}
.cookie_btns{display:flex;gap:8px;flex-wrap:wrap}
.ck{padding:9px 13px;font-size:13px;cursor:pointer;border:1.5px solid #111;background:#fff}
.ck_min{flex:1}
.ck_min:hover{background:#f3f3f3}
.ck_solid{background:#111;color:#fff;flex:1}
.ck_solid:hover{background:#196EFA;border-color:#196EFA}
.cookie_panel{display:none;margin-top:14px;padding-top:14px;border-top:1px solid #eee}
.cookie_panel.on{display:block}
.cookie_panel label{display:flex;gap:8px;align-items:center;font-size:14px;margin-bottom:10px}
.cookie_panel .ck_solid{width:100%;margin-top:4px}

.pageHead{padding:52px 0 26px;border-bottom:1px solid #eee}
.pageHead .kick{margin:0 0 12px;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#196EFA}
.pageHead h1{font-size:36px;line-height:1.05;max-width:16em}
@media(min-width:900px){.pageHead h1{font-size:52px}}
.leadP{margin:18px 0 0;max-width:40em;font-size:18px;color:#333}
.docBody{padding:40px 0 60px;max-width:760px}
.docBody h2{font-size:24px;margin:38px 0 12px}
.docBody h3{font-size:18px;margin:24px 0 8px}
.docBody p{margin:0 0 15px;color:#2b2b2b;font-size:16px}
.docBody ul.plain{margin:0 0 18px;padding-left:20px;list-style:disc}
.docBody ul.plain li{margin:6px 0;color:#2b2b2b}
.updated{font-size:13px;color:#888;margin-top:6px}
.secStack{padding:30px 0 60px}
.secRow{padding:34px 0;border-top:1px solid #eee;display:grid;grid-template-columns:1fr;gap:16px}
@media(min-width:820px){.secRow{grid-template-columns:.42fr .58fr;gap:44px}}
.secRow .secNo{font-size:14px;color:#196EFA;letter-spacing:.05em}
.secRow h2{font-size:26px;line-height:1.1;margin:6px 0 0}
.secRow .secTxt p{margin:0 0 14px;color:#2b2b2b;font-size:16px}
.rvBlock{padding:34px 0;border-top:1px solid #f0cfcf}
.rvBlock .stars{color:#FBB017;letter-spacing:2px;margin-bottom:8px}
.rvBlock h2{font-size:22px;margin:0 0 12px}
.rvBlock p{margin:0 0 13px;color:#2b2b2b;font-size:16px}
.rvWho{font-size:14px;color:#777;margin-top:4px}
.caseBox{padding:34px 0;border-top:1px solid #eee}
.caseBox .tagline{font-size:13px;text-transform:uppercase;letter-spacing:.06em;color:#508054;margin-bottom:8px}
.caseBox h2{font-size:24px;margin:0 0 12px}
.caseBox p{margin:0 0 13px;color:#2b2b2b;font-size:16px}
.backHome{display:inline-block;margin-top:20px;font-size:15px;color:#196EFA;text-decoration:underline}

@keyframes nxshake{0%,100%{transform:translateX(0)}25%{transform:translateX(-6px)}75%{transform:translateX(6px)}}
