:root{color-scheme:light;--bg: #f5f7f8;--surface: #ffffff;--surface-2: #eef3f4;--text: #152028;--muted: #63707a;--line: #dbe3e6;--line-strong: #c9d5d9;--brand: #c81921;--brand-dark: #9f1118;--ink: #0d171d;--green: #0f7b5f;--product-media: #e1e8eb;--product-media-strong: #cfdadd;--shadow: 0 16px 42px rgba(18, 35, 45, .08);--shadow-soft: 0 10px 28px rgba(18, 35, 45, .07);--shadow-card: 0 14px 34px rgba(18, 35, 45, .09);--focus: 0 0 0 3px rgba(200, 25, 33, .18);--font-heading: "Outfit", Inter, ui-sans-serif, system-ui, -apple-system, sans-serif;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.01em}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);line-height:1.55;overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}p{margin:0 0 1rem}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.skip-link{position:absolute;left:16px;top:-100px;z-index:10;background:var(--ink);color:#fff;padding:10px 14px;border-radius:6px}.skip-link:focus{top:12px}.site-header{position:sticky;top:0;z-index:20;background:#ffffffe0;border-bottom:1px solid var(--line);backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);box-shadow:0 4px 18px #0f1c240a}.nav-shell{width:min(1500px,calc(100% - 32px));min-height:76px;display:flex;align-items:center;gap:14px}.brand{flex:0 0 auto}.brand img,.footer-logo{width:142px;height:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.menu-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink)}.menu-toggle__bar{width:20px;height:2px;border-radius:999px;background:currentColor;transition:transform .18s ease,opacity .18s ease}.site-header.is-menu-open .menu-toggle__bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header.is-menu-open .menu-toggle__bar:nth-child(2){opacity:0}.site-header.is-menu-open .menu-toggle__bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.main-nav{display:flex;align-items:center;gap:12px;margin-left:auto;min-width:0;font-size:.86rem;font-weight:650;color:#24323b}.main-nav a{position:relative;padding:10px 0;white-space:nowrap;min-width:0;overflow-wrap:normal}.main-nav a:after{content:"";position:absolute;left:0;right:0;bottom:3px;height:2px;border-radius:999px;background:var(--brand);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.main-nav a:hover,.text-link:hover{color:var(--brand)}.main-nav a:hover:after{transform:scaleX(1)}.main-nav__product{color:#394852}.nav-action,.btn{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:6px;padding:10px 16px;font-weight:750;border:1px solid transparent;line-height:1.1;text-align:center;white-space:nowrap;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}button.btn{cursor:pointer;font:inherit}.nav-action,.btn--primary{background:var(--brand);color:#fff;transition:background .15s ease,box-shadow .15s ease,transform .15s ease}.nav-action:hover,.btn--primary:hover{background:var(--brand-dark);box-shadow:0 4px 12px #c8192140;transform:translateY(-1px)}.nav-action:hover,.btn:hover{transform:translateY(-1px)}.btn--secondary{background:#fff;color:var(--ink);border-color:var(--line)}.btn--secondary:hover{border-color:var(--brand);color:var(--brand)}.btn--light{background:#fff;color:var(--ink)}.nav-cart{position:relative;width:48px;min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:0;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--ink);padding:10px;font:inherit;font-size:.94rem;font-weight:800;white-space:nowrap;cursor:pointer;transition:border-color .18s ease,color .18s ease,transform .18s ease}.nav-cart svg{flex:0 0 auto}.nav-cart:hover{border-color:var(--brand);color:var(--brand);transform:translateY(-1px)}.nav-cart strong{position:absolute;margin:-22px -28px 0 0;min-width:22px;height:22px;display:inline-grid;place-items:center;border-radius:999px;background:var(--brand);color:#fff;padding:0 6px;font-size:.78rem;line-height:1}.header-search{position:relative;flex:0 1 300px;min-width:220px}.header-search__field{position:relative;display:block;min-width:0}.header-search__field input{width:100%;min-height:42px;border:1px solid var(--line);border-radius:6px;background:#f7fafb;color:var(--ink);padding:9px 48px 9px 12px;font:inherit;font-size:.88rem}.header-search__submit{position:absolute;top:4px;right:4px;width:34px;min-height:34px;display:inline-grid;place-items:center;border:1px solid rgba(200,25,33,.2);border-radius:5px;background:var(--brand);color:#fff;padding:0;font:inherit;font-weight:850;cursor:pointer;box-shadow:0 8px 18px #c819212e;transition:background .18s ease,transform .18s ease,box-shadow .18s ease}.header-search__submit:hover{background:#a91f25;transform:translateY(-1px);box-shadow:0 10px 22px #c8192138}.header-search__submit svg{flex:0 0 auto}.header-search__field input:focus,.header-search__submit:focus-visible{outline:0;border-color:#c8192175;box-shadow:var(--focus)}.header-search__panel{position:absolute;top:calc(100% + 8px);right:0;z-index:35;width:min(560px,calc(100vw - 32px));border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 18px 44px #12232d29;padding:10px}.header-search__panel[hidden],.header-search__group[hidden],.header-search__result[hidden]{display:none}.header-search__panel>p{margin:0 0 8px;color:var(--muted);font-size:.84rem;font-weight:750}.header-search__results,.header-search__group{display:grid;gap:8px}.header-search__group+.header-search__group{margin-top:12px;border-top:1px solid var(--line);padding-top:10px}.header-search__group-title{color:var(--muted);font-size:.72rem;font-weight:900;line-height:1.1;text-transform:uppercase}.header-search__result{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:10px;align-items:center;border:1px solid var(--line);border-radius:8px;background:#f7fafb;padding:8px}.header-search__media{width:58px;aspect-ratio:1;display:grid;place-items:center;border-radius:6px;background:#eef3f4;overflow:hidden}.header-search__media img{width:86%;height:86%;object-fit:contain}.header-search__media span{color:var(--muted);font-weight:900}.header-search__body{min-width:0;display:grid;gap:2px}.header-search__body small{color:var(--muted);font-size:.7rem;font-weight:850;line-height:1.2;text-transform:uppercase}.header-search__body strong{color:var(--ink);font-size:.94rem;line-height:1.18;overflow-wrap:anywhere}.header-search__body p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:0;overflow:hidden;color:var(--muted);font-size:.78rem;line-height:1.35}.header-search__body span{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.header-search__body b{color:var(--brand);font-size:.9rem}.header-search__body em{border-radius:5px;background:#e9f2ef;color:var(--green);padding:3px 6px;font-style:normal;font-size:.72rem;font-weight:800}.header-search__body em.is-out{background:#f5eeee;color:#9b2b2f}.header-search__actions{display:grid;gap:6px;min-width:92px}.header-search__actions a,.header-search__actions button{min-height:32px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--ink);padding:7px 9px;font:inherit;font-size:.78rem;font-weight:850;line-height:1.05;text-align:center;cursor:pointer}.header-search__actions button,.header-search__actions a:last-child:not(:first-child){border-color:var(--brand);background:var(--brand);color:#fff}.menu-toggle:focus-visible,.nav-action:focus-visible,.nav-cart:focus-visible,.btn:focus-visible,a:focus-visible,summary:focus-visible{outline:0;box-shadow:var(--focus)}.hero{min-height:calc(100vh - 78px);display:grid;align-items:center;background:#111d24;color:#fff;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,#0d171de6,#0d171db8 45%,#0d171d40),var(--hero-image);background-size:cover;background-position:center}.hero__inner{position:relative;z-index:1;padding:72px 0;max-width:760px}.eyebrow{margin:0 0 14px;color:#b7f1df;font-weight:800;text-transform:uppercase;font-size:.8rem}.hero h1,.page-hero h1,.article-hero h1,.product-detail h1{margin:0;line-height:1.05;font-size:clamp(2.15rem,5vw,4.65rem)}.hero h1 span{display:block}.hero p{max-width:650px;margin-top:22px;color:#dfe8eb;font-size:1.08rem}.hero-actions,.card-actions,.section-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.hero-actions{margin-top:28px}.section{padding:70px 0}.section--white{background:#fff}.section--catalog{padding-top:28px;scroll-margin-top:92px}.section--product-detail{padding-top:clamp(56px,6vw,86px);scroll-margin-top:104px}.section--ink{background:var(--ink);color:#fff}.section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:28px}.section-head h2{margin:0;max-width:760px;font-size:clamp(1.65rem,3vw,2.55rem);line-height:1.1}.section-head h1{margin:0;max-width:900px;color:var(--ink);font-size:clamp(2rem,3.4vw,3.35rem);line-height:1.04;letter-spacing:0;overflow-wrap:anywhere}.section-head p{max-width:620px;color:var(--muted);margin-bottom:0}.section--ink .section-head p{color:#c9d3d7}.stats-grid,.category-grid,.product-grid,.post-grid{display:grid;gap:20px}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.about-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.stat{background:#fff;border:1px solid var(--line);border-radius:8px;padding:22px;min-height:128px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 8px 22px #12232d0a}.stat strong{display:block;font-size:1.8rem;color:var(--brand)}.stat span{color:var(--muted)}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-band{min-height:286px;border-radius:8px;padding:28px;display:flex;flex-direction:column;justify-content:end;color:#fff;background:#1e2c34;position:relative;overflow:hidden;box-shadow:var(--shadow);isolation:isolate;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.category-band:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0e181e14,#0e181ead 62%,#0e181ef0),var(--category-image);background-size:cover;background-position:center;transition:transform .24s ease}.category-band>*{position:relative;z-index:1}.category-band h2{margin:0 0 8px;font-size:1.55rem;overflow-wrap:anywhere}.category-band p{color:#dce8ec;overflow-wrap:anywhere;max-width:520px;margin-bottom:0}.category-band .badge{align-self:flex-start;margin-bottom:14px;background:#fffffff0;color:var(--brand)}.category-band:hover{box-shadow:0 18px 42px #12232d21;transform:translateY(-2px)}.category-band:hover:before{transform:scale(1.03)}.product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.store-toolbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,auto);gap:12px;align-items:center;margin:0 0 14px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:9px;box-shadow:0 8px 22px #12232d0a}.store-toolbar--compact{box-shadow:none}.best-sellers{margin:0}.best-sellers__head{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,420px);gap:18px;align-items:end;margin:0 0 12px}.best-sellers__head h2{margin:0;color:var(--ink);font-size:clamp(1.25rem,1.7vw,1.75rem);line-height:1.12}.best-sellers__head p:not(.eyebrow){margin:0;color:var(--muted);font-size:.92rem;line-height:1.45}.best-seller-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.best-seller-grid .product-card{box-shadow:0 10px 24px #12232d0e}.best-seller-grid .product-card__media{aspect-ratio:1.32 / 1}.best-seller-grid .product-card__media img{width:74%;height:74%}.best-seller-grid .product-card.is-selected{border-color:#c819216b;box-shadow:0 14px 30px #c819211a}.product-explorer{display:grid;grid-template-columns:minmax(250px,.28fr) minmax(0,1fr);gap:18px;align-items:start;margin-top:18px}.product-explorer__main,.product-overview{min-width:0;display:grid;gap:18px}.product-overview[hidden]{display:none}.product-overview-products{min-width:0;display:grid;gap:12px}.product-overview-products__head{display:flex;align-items:end;justify-content:space-between;gap:18px}.product-overview-products__head h2{margin:0;color:var(--ink);font-size:clamp(1.1rem,1.45vw,1.45rem);line-height:1.12}.product-grid--overview{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.product-explorer__sidebar{position:sticky;top:96px;min-width:0;border:1px solid var(--line);border-radius:8px;background:#fff;padding:14px;box-shadow:0 8px 22px #12232d0a}.product-explorer__sidebar-head{margin-bottom:12px}.product-explorer__sidebar-head .eyebrow{margin-bottom:6px}.product-explorer__sidebar-note{margin:10px 0 0;color:var(--muted);font-size:.88rem;line-height:1.45}.product-explorer__sidebar h2{margin:0;color:var(--ink);font-size:1.08rem;line-height:1.15}.product-option-list{display:grid;gap:8px}.product-option{display:grid;grid-template-columns:58px minmax(0,1fr);gap:10px;align-items:center;border:1px solid var(--line);border-radius:8px;background:#f7fafb;padding:8px;cursor:pointer;text-decoration:none;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.product-option:hover,.product-option.is-active{border-color:var(--brand);background:#fff;box-shadow:0 6px 16px #12232d0f;transform:translateY(-1px)}.product-option.is-active{box-shadow:0 8px 20px #12232d14}.product-option img,.product-option__fallback{width:58px;aspect-ratio:1;display:grid;place-items:center;border-radius:6px;background:linear-gradient(145deg,var(--product-media) 0%,var(--product-media-strong) 100%);object-fit:contain;padding:6px}.product-option__fallback{color:var(--muted);font-weight:900}.product-option__body{min-width:0;display:grid;gap:5px}.product-option__body strong{color:var(--ink);font-size:.92rem;line-height:1.16;overflow-wrap:anywhere}.product-option__body span{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.product-option__body b{color:var(--brand);font-size:.84rem}.product-option__body em{border-radius:5px;background:#e9f2ef;color:var(--green);padding:3px 6px;font-style:normal;font-size:.7rem;font-weight:800}.product-option__body em.is-out{background:#f5eeee;color:#9b2b2f}.product-explorer__sidebar-link{display:inline-flex;align-items:center;justify-content:center;width:100%;margin-top:12px;border-radius:8px;border:1px solid rgba(200,25,33,.18);background:#fff7f7;color:var(--brand);padding:11px 14px;font-size:.88rem;font-weight:800;text-decoration:none;transition:background .18s ease,border-color .18s ease,transform .18s ease}.product-explorer__sidebar-link:hover,.product-explorer__sidebar-link:focus-visible{background:#fff;border-color:#c8192157;transform:translateY(-1px)}.product-explorer__detail{min-width:0}.product-focus{min-width:0;max-width:100%;display:grid;grid-template-columns:minmax(280px,.42fr) minmax(0,1fr);align-items:start;overflow:visible;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow-soft)}.product-focus[hidden]{display:none}.product-focus__visual{align-self:start;min-width:0;max-width:100%;display:grid;position:sticky;top:104px;max-height:calc(100vh - 104px);overflow-y:auto;overscroll-behavior:contain;border-radius:8px 0 0 8px}.product-focus__media{align-self:start;min-width:0;width:100%;max-width:100%;min-height:360px;height:clamp(360px,30vw,470px);display:grid;grid-template-rows:minmax(0,1fr) auto;place-items:center;gap:10px;background:radial-gradient(circle at 50% 32%,#ecf2f4d1,#dbe5e8e6 44%,#cad6daf2),var(--product-media);padding:20px;overflow:hidden}.product-focus__preview{position:relative;width:min(84%,390px);height:100%;min-height:0;max-height:min(100%,330px);display:grid;place-items:center;border:0;background:transparent;padding:0;overflow:hidden;cursor:zoom-in}.product-focus__preview:focus-visible{outline:none;box-shadow:var(--focus)}.product-focus__preview .product-focus__main-image{position:absolute;inset:0;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 20px 30px rgba(23,34,41,.14));transition:transform .2s ease,filter .2s ease}.product-focus__preview:hover .product-focus__main-image{transform:translateY(-4px) scale(1.01);filter:drop-shadow(0 24px 34px rgba(23,34,41,.16))}.product-focus__thumbs{width:min(100%,360px);display:grid;grid-template-columns:repeat(auto-fit,minmax(54px,1fr));gap:7px}.product-focus__thumb{width:100%;aspect-ratio:1 / 1;border:1px solid var(--line);border-radius:6px;background:linear-gradient(145deg,#e7eef0,#d5e0e3);padding:4px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.product-focus__thumb:hover,.product-focus__thumb:focus-visible,.product-focus__thumb.is-active{border-color:var(--brand);box-shadow:0 0 0 2px #c12c291f}.product-focus__thumb:hover{transform:translateY(-1px)}.product-focus__thumb img{width:100%;height:100%;display:block;object-fit:contain}.product-focus__guide{border-top:1px solid var(--line);background:#fff;padding:14px}.product-focus__guide-title{margin:0 0 10px;color:var(--muted);font-size:.72rem;font-weight:850;line-height:1.1;text-transform:uppercase}.product-focus__guide ol{margin:0;padding:0;list-style:none;counter-reset:product-guide;border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden}.product-focus__guide li:not(.product-focus__guide-group):not(.product-focus__guide-sub):not(.is-current){counter-increment:product-guide}.product-focus__guide li:not(:first-child){border-top:1px solid var(--line)}.product-focus__guide a,.product-focus__guide-group span{min-width:0;display:flex;align-items:center;gap:9px;color:#26343d;padding:9px 11px;font-size:.84rem;line-height:1.28;text-decoration:none;overflow-wrap:anywhere;transition:background .15s ease,color .15s ease}.product-focus__guide a{font-weight:760}.product-focus__guide a:before{content:counter(product-guide) ".";flex:0 0 24px;color:var(--muted);font-size:.78rem;font-weight:850}.product-focus__guide .is-current a:before{content:"";color:var(--brand)}.product-focus__guide .is-current a{background:#fdf3f4;color:var(--brand-dark);font-weight:850}.product-focus__guide-group span{background:#f7fafb;color:var(--muted);font-size:.7rem;font-weight:850;letter-spacing:0;text-transform:uppercase}.product-focus__guide-group span:before{content:"";width:24px}.product-focus__guide-sub a{padding-left:44px;color:var(--muted);font-size:.8rem;font-weight:700}.product-focus__guide-sub a:before{content:"";flex:0 0 10px;height:1px;background:var(--line-strong)}.product-focus__guide a:hover,.product-focus__guide a:focus-visible{background:#fdf3f4;color:var(--brand)}.product-image-dialog{width:min(1120px,calc(100vw - 32px));max-width:none;height:min(860px,calc(100dvh - 32px));max-height:none;border:0;border-radius:8px;background:#11191f;color:#fff;padding:0;box-shadow:0 26px 80px #0000006b}.product-image-dialog::backdrop{background:#070c0fbd;backdrop-filter:blur(6px)}.product-image-dialog figure{height:100%;margin:0;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:10px;padding:22px}.product-image-dialog img{width:100%;height:100%;min-height:0;object-fit:contain;filter:drop-shadow(0 24px 42px rgba(0,0,0,.35))}.product-image-dialog figcaption{color:#ffffffc7;font-size:.9rem;line-height:1.35;text-align:center}.product-image-dialog__close{position:absolute;top:12px;right:12px;width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#11191fb8;color:#fff;font:inherit;font-size:1.4rem;line-height:1;cursor:pointer;z-index:1}.product-image-dialog__close:hover,.product-image-dialog__close:focus-visible{background:#c81921eb}.product-focus__body{min-width:0;max-width:100%;padding:28px}.product-focus__body .eyebrow{margin-bottom:8px}.product-focus h2{margin:0;color:var(--ink);font-size:clamp(1.7rem,2.8vw,2.65rem);line-height:1.06;overflow-wrap:anywhere}.product-focus__body>p:not(.eyebrow){max-width:760px;margin:14px 0 0;color:var(--muted);font-size:1rem;line-height:1.54}.product-focus__commerce{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:18px 0 0}.product-focus__commerce strong{color:var(--brand);font-size:1.35rem;line-height:1}.product-focus__commerce span{border-radius:6px;background:#e9f2ef;color:var(--green);padding:6px 10px;font-size:.84rem;font-weight:800}.product-focus__commerce span.is-out{background:#f5eeee;color:#9b2b2f}.product-focus__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:18px 0 0}.product-focus__facts div{min-width:0;border:1px solid var(--line);border-radius:8px;background:#f7fafb;padding:10px 12px}.product-focus__facts dt{margin:0 0 4px;color:var(--muted);font-size:.72rem;font-weight:850;line-height:1.1;text-transform:uppercase}.product-focus__facts dd{margin:0;color:#23313a;font-weight:850;line-height:1.2;overflow-wrap:anywhere}.product-focus__note{margin:18px 0 0;border-left:3px solid var(--brand);background:#fdf3f4;padding:14px 16px;border-radius:0 4px 4px 0}.product-focus__note strong{display:block;color:var(--brand-dark);font-size:.94rem}.product-focus__note p{margin:5px 0 0;color:var(--text);font-size:.9rem;line-height:1.45}.product-focus .hero-actions{margin-top:18px}.product-focus__content{margin-top:22px;border-top:1px solid var(--line);padding-top:24px}.product-focus__content h3{margin:0 0 10px;color:var(--ink);font-size:1.04rem;line-height:1.2}.product-focus__content h2{margin:0 0 10px;color:var(--ink);font-size:1.32rem;line-height:1.22}.product-focus__content h3:not(:first-child){margin-top:20px}.product-focus__content p,.product-focus__content li{color:var(--muted);font-size:.94rem;line-height:1.55}.product-focus__content p{margin:0 0 12px}.product-focus__content ul,.product-focus__content ol{display:grid;gap:7px;margin:10px 0 14px;padding-left:20px}.product-focus__content a{color:var(--brand);font-weight:800;text-decoration:underline;text-underline-offset:2px}.product-focus__content table{width:100%;display:block;overflow-x:auto;border-collapse:collapse;margin:14px 0;font-size:.9rem}.product-focus__content th,.product-focus__content td{border:1px solid var(--line);padding:9px 10px;text-align:left;vertical-align:top}.product-focus__content th{background:#f7fafb;color:var(--ink)}.product-focus [id],.product-guide-section{scroll-margin-top:112px}.product-guide-content{counter-reset:product-guide-section;margin-top:30px}.product-guide-section{counter-increment:product-guide-section;border-top:1px solid var(--line);padding:26px 0 0;margin-top:26px}.product-guide-section>h2:before{content:counter(product-guide-section) ". ";color:var(--brand)}.product-guide-section p:last-child,.product-guide-section ul:last-child,.product-guide-section ol:last-child,.product-guide-section table:last-child{margin-bottom:0}.store-search input,.store-sort select{width:100%;min-height:44px;border:1px solid var(--line);border-radius:6px;background:#f7fafb;color:var(--ink);padding:10px 12px;font:inherit;font-size:.94rem}.store-search input:focus,.store-sort select:focus,.store-filter:focus-visible{outline:none;box-shadow:var(--focus);border-color:#c8192175}.store-filters{display:flex;flex-wrap:wrap;gap:7px;min-width:0}.store-filter{min-height:34px;border:1px solid var(--line);border-radius:6px;background:#fff;color:#33424b;padding:7px 9px;font:inherit;font-size:.82rem;font-weight:750;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}.store-filter:hover,.store-filter.is-active{border-color:var(--brand);background:var(--brand);color:#fff}.store-empty{border:1px dashed var(--line-strong);border-radius:8px;background:#fff;padding:22px;color:var(--muted);text-align:center;font-weight:750}.home-catalog{width:min(1960px,calc(100% - 40px));display:grid;grid-template-columns:1fr;gap:22px;align-items:start}.home-products{width:min(1500px,calc(100% - 40px))}.section-head--compact{align-items:start;margin-bottom:14px}.section-head--compact h1{margin:0;font-size:clamp(1.45rem,2vw,2rem);line-height:1.1}.section-head--compact p:not(.eyebrow){max-width:820px}.catalog-sidebar{position:static;border:1px solid var(--line);border-radius:8px;background:#fff;padding:18px;box-shadow:var(--shadow-soft);display:grid;grid-template-columns:minmax(170px,.18fr) minmax(0,1fr);gap:16px;align-items:center}.catalog-sidebar h2{grid-column:1;margin:0;font-size:1.28rem;line-height:1.2}.catalog-sidebar>.eyebrow{grid-column:1;margin-bottom:4px}.catalog-sidebar__list{grid-column:2;grid-row:1 / span 2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.catalog-sidebar__list a{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 12px;align-items:center;border:1px solid var(--line);border-radius:8px;background:#f7fafb;padding:12px;color:#263640;transition:border-color .18s ease,background .18s ease,color .18s ease}.catalog-sidebar__list a:hover{border-color:var(--brand);background:#fff;color:var(--brand)}.catalog-sidebar__list a.is-active{border-color:#c819216b;background:#fff;color:var(--ink);box-shadow:inset 0 0 0 1px #c8192124}.catalog-sidebar__list a.is-active strong{background:var(--brand);color:#fff}.catalog-sidebar__list span{font-weight:820;line-height:1.2}.catalog-sidebar__list small{grid-column:1 / 2;color:var(--muted);font-size:.78rem;line-height:1.35}.catalog-sidebar__list strong{grid-row:1 / span 2;grid-column:2;min-width:30px;border-radius:999px;background:#e9f2ef;color:var(--green);padding:5px 8px;text-align:center;font-size:.82rem}.catalog-sidebar__note{display:grid;gap:4px;margin-top:16px;border-top:1px solid var(--line);padding-top:14px;color:var(--muted);font-size:.86rem;line-height:1.42}.catalog-sidebar__note strong{color:var(--ink);font-size:.92rem}.catalog-main{min-width:0}.catalog-search-panel{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);gap:14px 18px;align-items:start;margin-bottom:18px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:18px;box-shadow:var(--shadow-soft)}.catalog-search-panel__copy{min-width:0}.catalog-search-panel__copy h2{margin:0 0 8px;max-width:620px;font-size:clamp(1.35rem,2.1vw,2.05rem);line-height:1.12}.catalog-search-panel__copy p:not(.eyebrow){max-width:680px;color:var(--muted);margin-bottom:0}.catalog-search-panel__form{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;align-items:center;min-width:0}.catalog-search-field{min-width:0}.catalog-search-field input{width:100%;min-height:48px;border:1px solid var(--line);border-radius:8px;background:#f7fafb;color:var(--ink);padding:12px 14px;font:inherit;font-size:.96rem}.catalog-search-field input:focus,.catalog-search-clear:focus-visible,.catalog-search-chips button:focus-visible{outline:none;border-color:#c8192175;box-shadow:var(--focus)}.catalog-search-clear,.catalog-search-chips button{min-height:40px;border:1px solid var(--line);border-radius:6px;background:#fff;color:#33424b;padding:8px 11px;font:inherit;font-size:.86rem;font-weight:800;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}.catalog-search-clear:hover,.catalog-search-chips button:hover{border-color:var(--brand);color:var(--brand)}.catalog-search-chips{grid-column:2;display:flex;flex-wrap:wrap;gap:8px}.catalog-search-status{grid-column:2;margin:0;color:var(--muted);font-size:.9rem;font-weight:700}.catalog-search-results{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.catalog-search-result{min-width:0;display:grid;grid-template-columns:118px minmax(0,1fr);border:1px solid var(--line);border-radius:8px;background:#f7fafb;overflow:hidden}.catalog-search-result[hidden]{display:none}.catalog-search-result__media{display:grid;place-items:center;min-height:138px;background:#eef3f4}.catalog-search-result__media img{width:84%;height:84%;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(31,40,48,.1))}.catalog-search-result__body{min-width:0;padding:14px}.catalog-search-result__body>span{display:block;margin-bottom:4px;color:var(--muted);font-size:.76rem;font-weight:850;line-height:1.25;text-transform:uppercase}.catalog-search-result h3{margin:0 0 6px;color:var(--ink);font-size:1.04rem;line-height:1.2}.catalog-search-result p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:var(--muted);font-size:.9rem;line-height:1.42}.catalog-search-result__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:8px}.catalog-search-result__footer .hero-actions{gap:8px;margin-top:0}.catalog-search-result__footer .btn{min-height:38px;padding:8px 11px;font-size:.88rem}.featured-products{display:grid;grid-template-columns:minmax(0,1.32fr) minmax(340px,.68fr);gap:16px;margin-bottom:28px}.featured-product{min-width:0;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow-soft);overflow:hidden}.featured-product--primary{display:grid;grid-template-columns:minmax(0,43%) minmax(0,57%);align-items:stretch;min-height:410px}.featured-product__copy{min-width:0;padding:28px}.featured-product--primary .featured-product__copy{grid-column:2;grid-row:1;align-self:center;padding:30px 34px}.featured-product h1,.featured-product h2{margin:0;color:var(--ink);line-height:1.04}.featured-product h1{font-size:clamp(2.25rem,3vw,3.55rem);overflow-wrap:anywhere}.featured-product h2{font-size:1.12rem}.featured-product p{color:var(--muted);font-size:.94rem;line-height:1.5}.featured-product__features{display:grid;grid-template-columns:repeat(2,minmax(132px,1fr));gap:8px;margin:16px 0}.featured-product__features span{min-height:40px;display:flex;align-items:center;border:1px solid var(--line);border-radius:8px;background:#f7fafb;padding:9px 11px;color:#263640;font-weight:750;line-height:1.2}.featured-product__commerce{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:16px 0 0}.featured-product__commerce strong{color:var(--brand);font-size:1.24rem;line-height:1}.featured-product__commerce span,.product-commerce span{border-radius:6px;background:#e9f2ef;color:var(--green);padding:6px 10px;font-size:.84rem;font-weight:750}.featured-product__commerce span.is-out,.product-commerce span.is-out,.related-product__stock.is-out{background:#f5eeee;border-color:#ead1d1;color:#9b2b2f}.featured-product__commerce--compact{margin:10px 0 12px}.featured-product__commerce--compact strong{font-size:1.04rem}.featured-product__media{min-width:0;height:100%;display:grid;place-items:center;background:var(--product-media)}.featured-product__media img{width:82%;height:82%;max-height:300px;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(31,40,48,.13))}.featured-product--primary .featured-product__media img{width:min(94%,460px);height:auto;max-width:100%;max-height:330px;object-position:center}.featured-product--primary .featured-product__media{grid-column:1;grid-row:1;align-items:center;justify-items:center;padding:16px;background:linear-gradient(145deg,var(--product-media) 0%,var(--product-media-strong) 100%)}.featured-product-stack{display:grid;gap:12px}.featured-product--compact{display:grid;grid-template-columns:118px minmax(0,1fr);min-height:196px}.featured-product--compact .featured-product__copy{padding:18px;display:flex;flex-direction:column;justify-content:center}.featured-product--compact .featured-product__media img{width:84%;height:84%;max-height:150px}.featured-product--compact .hero-actions{gap:8px;margin-top:auto;padding-top:6px}.featured-product--compact .btn{min-height:40px;padding:9px 12px}.featured-product--compact .product-placeholder{min-height:100%;padding:12px}.featured-product--compact .product-placeholder span{font-size:.94rem;overflow-wrap:anywhere}.featured-product--compact .product-placeholder small{font-size:.78rem}.featured-product__monogram{position:relative;width:100%;height:100%;min-height:100%;display:grid;place-content:center;gap:7px;overflow:hidden;padding:14px 10px;text-align:center;background:linear-gradient(135deg,#c12c2921,#23414e12),#f4f8f9;color:var(--ink)}.featured-product__monogram:before{content:"";width:42px;height:4px;justify-self:center;border-radius:999px;background:var(--brand)}.featured-product__monogram span{position:relative;font-size:1.02rem;font-weight:900;line-height:1.05;overflow-wrap:anywhere}.featured-product__monogram small{color:var(--muted);font-size:.72rem;font-weight:800;line-height:1.2;text-transform:uppercase}.featured-product--compact p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:10px 0 0;font-size:.94rem}.post-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card,.post-card{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:0 8px 20px #13232b0b;display:flex;flex-direction:column;height:100%;min-width:0;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.product-card[hidden]{display:none}.product-card:hover,.post-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow-card);transform:translateY(-2px)}.product-card__media,.post-card__media{position:relative;display:grid;place-items:center;background:var(--product-media);aspect-ratio:1.18 / 1;overflow:hidden;flex:0 0 auto}.product-card__stock-badge{position:absolute;top:12px;right:12px;z-index:2;display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(72,142,111,.16);border-radius:999px;background:#ecf7f1f0;color:#2d7a57;padding:6px 9px;font-size:.72rem;font-weight:850;line-height:1;box-shadow:0 8px 18px #13232b14}.product-card__stock-badge:before{content:"";width:8px;height:8px;flex:0 0 auto;border-radius:999px;background:currentColor;box-shadow:0 0 0 3px #488e6f24}.product-card__stock-badge.is-out{border-color:#c12c2929;background:#fef2f2f0;color:var(--brand)}.product-card__stock-badge.is-out:before{box-shadow:0 0 0 3px #c12c291f}.post-card__media{aspect-ratio:16 / 10}.product-card__media img{width:80%;height:80%;object-fit:contain;transition:transform .2s ease}.product-card--portrait-media .product-card__media img{width:66%;height:78%;max-height:230px}.product-card:hover .product-card__media img,.post-card:hover .post-card__media img{transform:scale(1.035)}.product-placeholder{width:100%;height:100%;min-height:220px;display:grid;place-content:center;gap:8px;padding:22px;text-align:center;color:var(--muted)}.product-placeholder span{color:var(--ink);font-size:1.12rem;font-weight:850}.product-placeholder small{color:var(--muted);font-size:.9rem;font-weight:700}.post-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.product-card__body,.post-card__body{padding:13px;display:flex;flex:1;flex-direction:column;min-width:0}.product-card h2,.post-card h2{margin:0 0 8px;font-size:1rem;line-height:1.22;overflow-wrap:anywhere}.post-card p,.product-card__summary{color:var(--muted);margin:0 0 10px;font-size:.86rem;line-height:1.42}.post-card p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-card__summary{flex:0 0 auto}.product-card__commerce{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:2px 0 8px}.product-card__support{display:grid;grid-template-columns:1fr;gap:5px;margin:0 0 10px}.product-card__support div{min-width:0;display:flex;align-items:flex-start;justify-content:space-between;gap:10px;border:1px solid #dce6e8;border-radius:6px;background:#f7fafb;padding:6px 8px}.product-card__support dt{flex:0 0 auto;margin:0;color:var(--muted);font-size:.66rem;font-weight:850;line-height:1.1;text-transform:uppercase}.product-card__support dd{min-width:0;flex:1 1 auto;margin:0;color:#23313a;font-size:.72rem;font-weight:800;line-height:1.18;text-align:right;overflow-wrap:anywhere}.product-card__commerce strong{color:var(--brand);font-size:1.02rem;line-height:1.1}.product-card .card-actions{display:grid;grid-template-columns:1fr .74fr;gap:8px}.product-card .btn{min-height:36px;padding:8px 9px;font-size:.84rem}.product-card .card-actions,.post-card .text-link{margin-top:auto}.post-card .meta{margin-bottom:10px;display:block;-webkit-line-clamp:initial}.product-card--compact .product-card__body{padding:16px}.meta{color:var(--muted);font-size:.9rem;font-weight:650}.text-link{color:var(--brand);font-weight:800}.medusa-cart{position:fixed;inset:0;z-index:60;pointer-events:none;visibility:hidden}.medusa-cart.is-open{pointer-events:auto;visibility:visible}.medusa-cart__backdrop{position:absolute;inset:0;border:0;background:#0d171d7a;opacity:0;cursor:pointer;transition:opacity .18s ease}.medusa-cart.is-open .medusa-cart__backdrop{opacity:1}.medusa-cart__panel{position:absolute;top:0;right:0;width:min(420px,100%);height:100%;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;background:#fff;box-shadow:-18px 0 42px #0d171d2e;transform:translate(100%);transition:transform .2s ease}.medusa-cart.is-open .medusa-cart__panel{transform:translate(0)}.medusa-cart__header,.medusa-cart__footer{padding:20px}.medusa-cart__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line)}.medusa-cart__header .eyebrow{margin-bottom:5px;color:var(--green)}.medusa-cart__header h2{margin:0;font-size:1.45rem;line-height:1.1}.medusa-cart__close{width:40px;height:40px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--ink);font:inherit;font-size:1.35rem;line-height:1;cursor:pointer}.medusa-cart__status{margin:14px 20px 0;border:1px solid var(--line);border-radius:6px;background:#f7fafb;color:var(--muted);padding:10px 12px;font-size:.9rem;font-weight:700}.medusa-cart__status.is-error{border-color:#ead1d1;background:#f9eeee;color:#9b2b2f}.medusa-cart__items{min-height:0;overflow:auto;padding:18px 20px}.medusa-cart__empty{border:1px dashed var(--line-strong);border-radius:8px;padding:22px;color:var(--muted);text-align:center;font-weight:750}.medusa-cart__item{display:grid;grid-template-columns:82px minmax(0,1fr);gap:12px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:10px}.medusa-cart__item+.medusa-cart__item{margin-top:10px}.medusa-cart__thumb{display:grid;place-items:center;aspect-ratio:1 / 1;border-radius:6px;background:#f1f5f6;overflow:hidden}.medusa-cart__thumb img{width:86%;height:86%;object-fit:contain}.medusa-cart__thumb-placeholder{width:32px;height:4px;border-radius:999px;background:var(--brand)}.medusa-cart__item-body{min-width:0;display:grid;gap:8px}.medusa-cart__item-body h3{margin:0;color:var(--ink);font-size:.98rem;line-height:1.25}.medusa-cart__item-body strong{color:var(--brand);line-height:1}.medusa-cart__quantity{display:inline-grid;grid-template-columns:32px 38px 32px;align-items:center;width:max-content;border:1px solid var(--line);border-radius:6px;overflow:hidden}.medusa-cart__quantity button{width:32px;height:32px;border:0;background:#f7fafb;color:var(--ink);font:inherit;font-weight:900;cursor:pointer}.medusa-cart__quantity span{text-align:center;font-size:.92rem;font-weight:800}.medusa-cart__footer{border-top:1px solid var(--line);background:#f7fafb}.medusa-cart__total{display:flex;justify-content:space-between;gap:16px;margin-bottom:14px;color:var(--muted);font-weight:750}.medusa-cart__total strong{color:var(--ink)}.medusa-cart__checkout{width:100%}.medusa-cart__footer p{margin:12px 0 0;color:var(--muted);font-size:.84rem;line-height:1.4}body.has-cart-open{overflow:hidden}body.has-cart-open .floating-whatsapp{display:none}.page-hero,.article-hero{background:#f7fafb;border-bottom:1px solid var(--line);padding:64px 0 58px}.page-hero--dense{background:linear-gradient(135deg,#fffffff0,#f7fafbf5 54%,#eef3f4e6);padding:34px 0}.page-hero__inner,.article-hero__inner{max-width:860px}.page-hero__inner--split{max-width:1180px;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.58fr);gap:clamp(28px,5vw,68px);align-items:center}.page-hero__copy{min-width:0}.page-hero .eyebrow,.article-hero .eyebrow{color:var(--muted);margin-bottom:12px}.page-hero--dense h1{max-width:12ch;font-size:clamp(2.2rem,4.8vw,4rem);letter-spacing:0}.page-hero--contact h1,.page-hero--blog h1{max-width:14ch}.page-hero__copy>p,.article-hero p{margin-top:18px;color:var(--muted);font-size:1.08rem}.page-hero--dense .page-hero__copy>p{max-width:740px;margin-bottom:0}.page-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.page-hero__aside{min-width:0;border-left:1px solid var(--line-strong);padding-left:clamp(22px,4vw,42px)}.page-hero__meta{display:flex;align-items:baseline;gap:10px;margin-bottom:16px;color:var(--muted);font-weight:750}.page-hero__meta strong{color:var(--brand);font-size:2rem;line-height:1}.hero-checklist{display:grid;gap:10px;margin:0;padding:0;list-style:none}.hero-checklist li{position:relative;padding-left:24px;color:#2f3b44;font-size:.96rem;line-height:1.45}.hero-checklist li:before{content:"";position:absolute;left:0;top:.62em;width:8px;height:8px;border-radius:999px;background:var(--brand);box-shadow:0 0 0 4px #c819211c}.hero-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.hero-tags span{border:1px solid var(--line);border-radius:999px;background:#ffffffb8;color:var(--ink);font-size:.82rem;font-weight:750;line-height:1;padding:8px 10px}.hero-feature-link{display:block;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--line)}.hero-feature-link span,.contact-line span{display:block;color:var(--muted);font-size:.78rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.hero-feature-link strong{display:block;margin-top:4px;color:var(--ink);font-size:1.05rem;line-height:1.28}.hero-feature-link:hover strong,.contact-line a:hover{color:var(--brand)}.hero-note{margin:16px 0 0;padding-top:14px;border-top:1px solid var(--line);color:var(--muted);font-size:.9rem;line-height:1.45}.contact-line{display:grid;gap:4px;padding:12px 0;border-bottom:1px solid var(--line)}.contact-line:first-child{padding-top:0}.contact-line a,.contact-line strong{color:var(--ink);font-size:1rem;font-weight:800;line-height:1.35}.diagnostic-hero{overflow:hidden;background:linear-gradient(110deg,#0d171df5,#17262feb 48%,#f4f8f9f5 48.2%,#fffffff5);color:#fff;border-bottom:1px solid rgba(150,168,174,.28)}.diagnostic-hero__grid{min-height:620px;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.82fr);gap:clamp(34px,6vw,76px);align-items:center;padding:60px 0 64px}.diagnostic-hero__copy{min-width:0}.diagnostic-hero .eyebrow{color:#b7f1df}.diagnostic-hero h1{max-width:13ch;margin:0;font-size:clamp(2.45rem,5.3vw,5rem);line-height:1.02;letter-spacing:0}.diagnostic-hero p{max-width:680px;margin-top:22px;color:#dce7eb;font-size:1.08rem}.diagnostic-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.diagnostic-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:34px}.diagnostic-stat{min-height:112px;display:grid;align-content:start;gap:8px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#ffffff14;padding:16px}.diagnostic-stat strong{color:#fff;font-size:1.35rem;line-height:1}.diagnostic-stat span{color:#c9d5d9;font-size:.9rem;line-height:1.35}.diagnostic-hero__showcase{position:relative;min-width:0;display:grid;gap:14px}.diagnostic-device{min-height:152px;display:grid;grid-template-columns:132px minmax(0,1fr);gap:18px;align-items:center;border:1px solid rgba(150,168,174,.28);border-radius:8px;background:#fffffff0;color:var(--ink);padding:18px;box-shadow:0 18px 44px #12232d1f;transition:transform .18s ease,border-color .18s ease}.diagnostic-device:nth-child(2){transform:translate(34px)}.diagnostic-device:hover{border-color:#c8192159;transform:translateY(-2px)}.diagnostic-device:nth-child(2):hover{transform:translate(34px) translateY(-2px)}.diagnostic-device img{width:132px;aspect-ratio:1;object-fit:contain}.diagnostic-device span{font-size:1.2rem;font-weight:900;line-height:1.15}.diagnostic-intro{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:clamp(28px,5vw,70px);align-items:start}.diagnostic-intro h2{margin:0;max-width:720px;color:var(--ink);font-size:clamp(1.8rem,3.4vw,3rem);line-height:1.08}.diagnostic-intro__body{display:grid;gap:14px;color:#30404a;font-size:1.04rem}.diagnostic-intro__body p{margin:0}.diagnostic-card-grid,.diagnostic-trust-grid,.diagnostic-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.diagnostic-card,.diagnostic-trust-card,.diagnostic-link-card{min-height:236px;display:flex;flex-direction:column;gap:12px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:24px;box-shadow:0 8px 24px #12232d0a}.diagnostic-card h3,.diagnostic-trust-card h3{margin:0;color:var(--ink);font-size:1.16rem;line-height:1.22}.diagnostic-card p,.diagnostic-trust-card p{margin:0;color:var(--muted)}.diagnostic-card .text-link{margin-top:auto}.diagnostic-matrix{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 8px 24px #12232d0a}.diagnostic-matrix__head,.diagnostic-matrix__row{display:grid;grid-template-columns:1.05fr 1fr minmax(0,1.45fr) 90px;gap:18px;align-items:center;padding:18px 20px}.diagnostic-matrix__head{background:#111d24;color:#fff;font-size:.78rem;font-weight:850;text-transform:uppercase}.diagnostic-matrix__row+.diagnostic-matrix__row{border-top:1px solid var(--line)}.diagnostic-matrix__row strong{color:var(--ink)}.diagnostic-matrix__row span{color:#30404a}.diagnostic-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.diagnostic-flow__item{min-height:260px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:24px;box-shadow:0 8px 24px #12232d0a}.diagnostic-flow__item span{color:var(--brand);font-size:.82rem;font-weight:850}.diagnostic-flow__item h3{margin:18px 0 10px;color:var(--ink);font-size:1.08rem;line-height:1.24}.diagnostic-flow__item p{margin:0;color:var(--muted)}.diagnostic-assurance{border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.diagnostic-assurance__grid{display:grid;grid-template-columns:minmax(0,.76fr) minmax(0,1.24fr);gap:clamp(28px,5vw,70px);align-items:start}.diagnostic-assurance h2{margin:0;max-width:600px;color:#fff;font-size:clamp(1.8rem,3.4vw,3rem);line-height:1.08}.diagnostic-assurance p{color:#c9d3d7}.diagnostic-trust-card{min-height:220px;border-color:#ffffff1f;background:#ffffff0f;box-shadow:none}.diagnostic-trust-card h3{color:#fff}.diagnostic-trust-card p{color:#c9d3d7}.diagnostic-link-card{min-height:170px;color:var(--ink);transition:transform .18s ease,border-color .18s ease}.diagnostic-link-card:hover{border-color:#c8192159;transform:translateY(-2px)}.diagnostic-link-card strong{color:var(--ink);font-size:1.08rem;line-height:1.2}.diagnostic-link-card span{color:var(--muted)}.diagnostic-final-cta{background:#111d24;color:#fff;padding:58px 0}.diagnostic-final-cta__grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center}.diagnostic-final-cta h2{max-width:780px;margin:0;color:#fff;font-size:clamp(1.7rem,3.2vw,2.8rem);line-height:1.08}.diagnostic-final-cta p:not(.eyebrow){max-width:720px;margin-top:14px;color:#c9d3d7}.diagnostic-final-cta__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}.article-shell,.page-shell{padding:48px 0 76px}.article-layout,.product-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:34px;align-items:start}.article-layout>*,.product-layout>*{min-width:0}.article-featured{width:100%;border-radius:8px;margin-bottom:28px;border:1px solid var(--line);box-shadow:var(--shadow)}.rich-content{background:#fff;border:1px solid var(--line);border-radius:8px;padding:clamp(22px,4vw,42px);box-shadow:0 8px 24px #12232d0a}.rich-content,.rich-content *{max-width:100%}.rich-content>:first-child{margin-top:0}.rich-content>:last-child{margin-bottom:0}.rich-content h2,.rich-content h3,.rich-content h4{color:var(--ink);line-height:1.18;margin:1.7em 0 .65em}.rich-content h2{font-size:1.8rem}.rich-content h3{font-size:1.35rem}.rich-content p,.rich-content li{color:#30404a}.rich-content a{color:var(--brand);font-weight:700}.rich-content img{border-radius:8px;height:auto!important;margin:22px auto}.rich-content [style*=width]{width:auto!important}.rich-content .wp-caption,.rich-content figure,.rich-content iframe,.rich-content video,.rich-content embed,.rich-content object{max-width:100%!important}.rich-content .wp-caption{width:auto!important}.rich-content .alignleft,.rich-content .alignright{float:none;margin:22px auto}.rich-content ul,.rich-content ol{padding-left:1.4rem}.rich-content table{width:100%;border-collapse:collapse;display:block;overflow-x:auto}.rich-content th,.rich-content td{border:1px solid var(--line);padding:10px}.fx-media-banner,.fx-product-gallery,.fx-image-grid,.fx-feature-icons{margin:26px 0}.fx-media-banner img{width:100%;height:auto;border-radius:8px;border:1px solid var(--line)}.fx-product-gallery,.fx-image-grid{column-count:2;column-gap:14px}.fx-image-grid--banner{column-count:1}.fx-product-gallery figure,.fx-image-grid figure{display:inline-block;width:100%;break-inside:avoid;margin:0 0 14px;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff}.fx-product-gallery img,.fx-image-grid img{width:100%;height:auto;margin:0;display:block}.fx-product-gallery figcaption,.fx-image-grid figcaption{padding:10px 12px;color:var(--muted);font-size:.88rem;line-height:1.35}.fx-feature-icons{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px}.fx-feature-icons figure{margin:0;border:1px solid var(--line);border-radius:8px;background:#172027;padding:14px;text-align:center}.fx-feature-icons img{width:42px;height:42px;margin:0 auto 8px}.fx-feature-icons figcaption{color:#fff;font-size:.84rem;font-weight:750}.side-panel{background:#fff;border:1px solid var(--line);border-radius:8px;padding:22px;position:sticky;top:112px;box-shadow:0 8px 24px #12232d0a}.side-panel h2{margin:0 0 12px;font-size:1.08rem}.side-panel ul{padding:0;margin:0;list-style:none}.side-panel li+li{border-top:1px solid var(--line)}.side-panel a{display:block;padding:12px 0;color:#33424b;font-weight:650}.product-detail{background:#f7fafb;border-bottom:1px solid var(--line);padding:38px 0 42px}.product-layout{grid-template-columns:minmax(340px,.84fr) minmax(0,1.16fr);gap:36px;align-items:start}.product-gallery{align-self:start;background:linear-gradient(180deg,#e8eef0,#dbe4e7);border:1px solid var(--line);border-radius:8px;padding:16px;box-shadow:0 14px 30px #12232d0f;display:grid;gap:12px}.product-gallery__main{width:100%;aspect-ratio:1 / 1;max-height:460px;object-fit:contain;display:block;border-radius:6px;box-sizing:border-box;padding:clamp(14px,2vw,24px);background:radial-gradient(circle at 50% 28%,#ecf2f4db,#dbe5e8f0 46%,#cad6da)}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(82px,1fr));gap:8px;margin-top:0}.product-gallery__thumb{display:block;width:100%;border:1px solid var(--line);border-radius:8px;background:linear-gradient(180deg,#e7eef0,#d5e0e3);overflow:hidden;padding:0;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.product-gallery__thumb.is-active{border-color:var(--brand);box-shadow:0 0 0 2px #c12c2924}.product-gallery__thumbs img{width:100%;aspect-ratio:1 / 1;object-fit:contain;display:block;box-sizing:border-box;padding:8px}.product-placeholder--large{aspect-ratio:1 / 1;min-height:0}.product-summary__title-wrap{min-width:0}.product-summary__header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:14px}.product-summary__title{margin:0;max-width:14ch;font-size:clamp(2rem,3vw,3.2rem);line-height:1.08;letter-spacing:0;font-weight:800}.product-summary p{max-width:58ch;color:#41505a;font-size:1rem;line-height:1.62;margin:0}.product-tags{display:flex;flex-wrap:wrap;gap:8px;margin:0;justify-content:flex-end;align-self:flex-start;align-items:center}.product-tags a,.badge,.related-product__stock{display:inline-flex;align-items:center;min-height:34px;border-radius:999px;background:#fff;color:#41505a;border:1px solid #d9e2e6;padding:7px 12px;font-size:.82rem;font-weight:750}.product-commerce{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:20px 0 0}.product-commerce strong{color:var(--brand);font-size:1.65rem;line-height:1}.product-support-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;max-width:680px;margin:16px 0 0}.product-support-facts div{min-width:0;border:1px solid #dce6e8;border-radius:8px;background:#fff;padding:10px 12px;box-shadow:0 8px 20px #12232d09}.product-support-facts dt{margin:0 0 4px;color:var(--muted);font-size:.72rem;font-weight:850;line-height:1.1;text-transform:uppercase}.product-support-facts dd{margin:0;color:#23313a;font-size:.88rem;font-weight:820;line-height:1.25;overflow-wrap:anywhere}.product-summary .hero-actions{margin-top:22px}.product-summary .btn{min-width:124px;min-height:46px}.product-decision-panel{display:grid;gap:12px;margin-top:22px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:18px;box-shadow:0 8px 22px #12232d0a}.product-decision-panel h2{margin:0;color:var(--ink);font-size:1.08rem;line-height:1.2}.product-decision-panel ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.product-decision-panel li{position:relative;padding-left:18px;color:#41505a;line-height:1.42}.product-decision-panel li:before{content:"";position:absolute;top:.62em;left:0;width:7px;height:7px;border-radius:50%;background:var(--green)}.related-products{display:grid;gap:12px}.related-product{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:10px;padding:10px 0;border-top:1px solid var(--line)}.related-product:first-child{border-top:0}.related-product__image{width:72px;height:72px;object-fit:contain;object-position:center;background:#f1f5f6}.related-product__content{min-width:0;display:grid;gap:6px}.related-product__name{color:#1f2d36;font-weight:750;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-product__price{color:var(--brand);font-size:1.08rem}.store-note{background:#fff7e7;border:1px solid #f1d49a;color:#6f4b10;border-radius:8px;padding:14px 16px;margin-top:16px;line-height:1.45}.utility-panel{background:#fff;border:1px solid var(--line);border-radius:8px;padding:34px;max-width:760px;box-shadow:var(--shadow-soft)}.about-hero{position:relative;min-height:calc(100svh - 76px);display:grid;align-items:end;overflow:hidden;background:#101b22;color:#fff;border-bottom:1px solid var(--line)}.about-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,#0d171ded,#0d171dc7 48%,#0d171d57),url(/media/2024/01/ancel-turkiye-e1705099686908.webp);background-position:center;background-size:cover;transform:scale(1.02)}.about-hero:after{content:"";position:absolute;inset:auto 0 0;height:38%;background:linear-gradient(180deg,#101b2200,#101b22f2)}.about-hero__content{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.96fr) minmax(320px,.74fr);gap:34px;align-items:end;padding:86px 0 96px}.about-hero__copy h1{margin:0;max-width:14ch;color:#fff;font-size:clamp(2.55rem,5.4vw,5.1rem);line-height:1.04;letter-spacing:0}.about-hero__copy p{max-width:720px;margin-top:20px;color:#dbe5e8;font-size:1.1rem}.about-hero__proof{display:grid;gap:10px;min-width:0}.about-hero__proof article{display:grid;gap:5px;padding:16px 18px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#ffffff1a;backdrop-filter:blur(12px)}.about-hero__proof strong{color:#fff;line-height:1.2}.about-hero__proof span{color:#d5e0e3;font-size:.92rem;line-height:1.4}.about-hero .btn--secondary{background:#fffffff2;color:var(--ink);border-color:#fff3}.about-intro{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:34px;align-items:center}.about-intro__media{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow-soft)}.about-intro__media img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.about-intro__media--support{min-height:360px;display:grid;grid-template-columns:1fr .86fr;grid-template-rows:1fr 1fr;gap:16px;padding:24px;background:linear-gradient(135deg,#f7fafb,#eef3f4)}.about-intro__media--support img{width:100%;height:100%;aspect-ratio:auto;object-fit:contain;filter:drop-shadow(0 16px 22px rgba(19,35,43,.16))}.about-intro__media--support img:first-child{grid-row:1 / span 2}.about-intro__media--support img:nth-child(3){max-height:142px;align-self:end}.about-intro__copy h2{margin:0 0 16px;color:var(--ink);font-size:clamp(1.6rem,3vw,2.45rem);line-height:1.12}.about-intro__copy p{color:var(--muted)}.about-trust-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.about-trust-list span{min-height:34px;display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;padding:7px 12px;background:#f7fafb;color:#33424b;font-size:.84rem;font-weight:750}.about-audience{display:grid;gap:6px}.audience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.audience-card{min-height:250px;display:flex;flex-direction:column;gap:12px;border:1px solid var(--line);border-radius:8px;padding:24px;background:#f7fafb}.audience-card h3{margin:0;color:var(--ink);font-size:1.2rem;line-height:1.2}.audience-card p{color:var(--muted)}.audience-card .text-link{margin-top:auto}.value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.value-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.value-card{min-height:210px;background:#fff;border:1px solid var(--line);border-radius:8px;padding:24px;box-shadow:0 8px 24px #12232d0a}.value-card h3{margin:0 0 10px;color:var(--ink);font-size:1.12rem}.value-card p{margin-bottom:0;color:var(--muted)}.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.process-card{min-height:240px;display:flex;flex-direction:column;padding:24px;border-radius:8px;border:1px solid var(--line);background:#fff;box-shadow:0 8px 24px #12232d0a}.process-card span{color:var(--brand);font-size:.82rem;font-weight:850;letter-spacing:0}.process-card h3{margin:18px 0 10px;color:var(--ink);font-size:1.08rem;line-height:1.25}.process-card p{margin:0;color:var(--muted)}.about-source-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.source-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.source-card{min-height:230px;display:flex;flex-direction:column;justify-content:space-between;gap:18px;padding:24px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(180deg,#f7fafbeb,#fff);box-shadow:0 8px 24px #12232d0a;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.source-card:hover{transform:translateY(-2px);border-color:var(--line-strong);box-shadow:var(--shadow-soft)}.source-card strong{color:var(--brand);font-size:.92rem;line-height:1.2;text-transform:uppercase}.source-card span{color:#30404a}.about-assurance{border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.about-assurance__grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:42px;align-items:center}.about-assurance h2{margin:0;max-width:700px;color:#fff;font-size:clamp(1.75rem,3vw,2.65rem);line-height:1.1}.about-assurance__content p{max-width:680px;color:#c9d3d7;font-size:1.02rem}.assurance-list{display:grid;gap:10px;padding:0;margin:18px 0 24px;list-style:none}.assurance-list li{position:relative;padding-left:20px;color:#e5ecee;line-height:1.45}.assurance-list li:before{content:"";position:absolute;left:0;top:.62em;width:7px;height:7px;border-radius:999px;background:var(--brand)}.about-link-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.about-link-card{min-height:170px;display:flex;flex-direction:column;justify-content:space-between;gap:18px;padding:22px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 8px 24px #12232d0a;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.about-link-card:hover{transform:translateY(-2px);border-color:var(--line-strong);box-shadow:var(--shadow-soft)}.about-link-card strong{color:var(--ink);font-size:1.05rem;line-height:1.2}.about-link-card span{color:var(--muted)}.about-final-cta{padding:70px 0;background:linear-gradient(90deg,#0d171df5,#0d171de6 54%,#0d171dc7),url(/media/2024/08/ancel-turkiye.webp);background-position:center;background-size:cover;color:#fff}.about-final-cta__grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:34px;align-items:end}.about-final-cta h2{max-width:820px;margin:0;color:#fff;font-size:clamp(1.85rem,3.3vw,3rem);line-height:1.08}.about-final-cta p:not(.eyebrow){max-width:760px;margin:18px 0 0;color:#d5e0e3}.about-final-cta__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:28px}.contact-box{background:#fff;border:1px solid var(--line);border-radius:8px;padding:22px;min-height:148px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 8px 24px #12232d0a}.contact-box h2{margin:0 0 8px;font-size:1.05rem}.contact-box p{margin-bottom:0}.faq-list{display:grid;gap:12px;margin-top:18px}.faq-list details{border:1px solid var(--line);border-radius:8px;padding:16px 18px;background:#f8fbfb;transition:border-color .18s ease,background .18s ease}.faq-list details[open],.faq-list details:hover{border-color:var(--line-strong);background:#fff}.faq-list summary{cursor:pointer;color:var(--ink);font-weight:800;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list p{margin:10px 0 0}.reference-strip{border-top:1px solid var(--line);background:linear-gradient(180deg,#fbfcfc,#fff 28%,#f7fafa)}.product-reference-section{border-top:1px solid rgba(150,168,174,.24);background:linear-gradient(180deg,#f8fbfb,#fff 38%,#f7fafa)}.reference-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.reference-card{position:relative;width:100%;min-height:300px;display:grid;grid-template-rows:126px 1fr;overflow:hidden;border:1px solid rgba(150,168,174,.28);border-radius:8px;background:linear-gradient(180deg,#fff,#fbfcfc);box-shadow:0 1px #ffffffe6 inset,0 16px 34px #14222a12;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.reference-card:hover{transform:translateY(-2px);border-color:#c52b2642;box-shadow:0 1px #fffffff2 inset,0 22px 42px #14222a1c}.reference-card__product-badge{position:absolute;top:12px;right:12px;z-index:2;max-width:calc(100% - 24px);border:1px solid rgba(197,43,38,.16);border-radius:999px;padding:6px 10px;background:#ffffffeb;box-shadow:0 8px 20px #14222a14;color:var(--brand);font-size:.68rem;font-weight:850;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reference-card__media{display:grid;place-items:center;background:radial-gradient(circle at 50% 46%,#fffffff5,#ffffffc2 36%,#eff5f6f0);border-bottom:1px solid rgba(150,168,174,.22);padding:20px 18px 12px}.reference-card__media img{width:100%;height:92px;object-fit:contain;filter:drop-shadow(0 12px 16px rgba(22,29,33,.12))}.reference-card__body{display:flex;min-width:0;flex-direction:column;gap:8px;padding:18px 18px 20px}.reference-card__city{margin:0;color:var(--brand);font-size:.78rem;font-weight:850;line-height:1.3;letter-spacing:0;text-transform:uppercase}.reference-card h3{min-height:42px;margin:0;color:var(--ink);font-size:1.02rem;line-height:1.22;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.reference-card__type{width:fit-content;border:1px solid rgba(150,168,174,.34);border-radius:999px;padding:5px 9px;background:#f7fafb;color:#42515b;font-size:.72rem;font-weight:800}.reference-card__comment{margin:auto 0 0;border-top:1px solid rgba(150,168,174,.2);padding-top:12px;color:#62707a;font-size:.84rem;line-height:1.48}.site-footer{background:var(--ink);color:#dce6e9;padding:54px 0 28px}.site-footer .footer-logo{width:164px;padding:8px 10px;border-radius:6px;background:#fff}.footer-brands{margin-bottom:34px;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.12)}.footer-brand-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.footer-brand-card{display:flex;align-items:center;justify-content:center;min-height:84px;padding:16px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#fff}.footer-brand-card img{width:auto;max-width:170px;max-height:48px;object-fit:contain}.footer-brand-card:hover{border-color:#ffffff52}.footer-grid{display:grid;grid-template-columns:1.25fr .9fr .95fr 1.05fr 1.05fr;gap:24px}.site-footer h2{margin:0 0 12px;color:#fff;font-size:1rem}.site-footer p{color:#b8c6cb}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li+li{margin-top:8px}.site-footer a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:18px;display:flex;justify-content:space-between;gap:18px;color:#9cadb3;font-size:.9rem}.floating-whatsapp{position:fixed;right:18px;bottom:18px;z-index:40;min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:12px 18px;background:#25d366;color:#fff;font-weight:850;box-shadow:0 16px 36px #0b452247}.floating-whatsapp:hover{background:#1fb85a}.floating-whatsapp__icon{width:22px;height:22px;flex:0 0 auto}.site-header.is-menu-open~.floating-whatsapp{display:none}@media(max-width:1200px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.main-nav{gap:10px;font-size:.82rem}.header-search{flex-basis:210px;min-width:166px}.reference-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:960px){.section-head,.footer-bottom{align-items:flex-start;flex-direction:column}.nav-shell{min-height:70px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;padding:12px 0;gap:12px}.menu-toggle{display:inline-flex;grid-column:2;grid-row:1}.main-nav{display:none;grid-column:1 / -1;width:100%;margin-left:0;padding-top:10px;border-top:1px solid var(--line);gap:0}.main-nav a{padding:12px 0;line-height:1.25;border-bottom:1px solid var(--line)}.nav-action{display:none;grid-column:1 / -1;width:100%}.nav-cart{grid-column:3;grid-row:1;min-height:40px;padding:9px 11px}.header-search{grid-column:1 / -1;grid-row:2;width:100%;min-width:0;max-width:none}.header-search__panel{left:0;right:auto;width:100%}.about-intro__media--support{min-height:300px}.product-support-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.header-search__result{grid-template-columns:52px minmax(0,1fr)}.header-search__actions{grid-column:1 / -1;grid-template-columns:repeat(2,minmax(0,1fr));min-width:0}.site-header.is-menu-open .main-nav{display:grid;grid-template-columns:1fr}.site-header.is-menu-open .nav-action{display:inline-flex}.stats-grid,.category-grid,.product-grid,.post-grid,.home-catalog,.catalog-search-panel,.featured-products,.featured-product--primary,.about-hero__content,.about-intro,.about-assurance__grid,.about-final-cta__grid,.diagnostic-hero__grid,.diagnostic-intro,.diagnostic-assurance__grid,.diagnostic-final-cta__grid,.audience-grid,.source-grid,.value-grid,.process-grid,.diagnostic-card-grid,.diagnostic-trust-grid,.diagnostic-link-grid,.diagnostic-flow,.about-link-grid,.article-layout,.product-layout,.contact-grid,.footer-brand-list,.footer-grid{grid-template-columns:1fr}.side-panel{position:static}.diagnostic-hero{background:#111d24}.diagnostic-hero__grid{min-height:auto;padding:52px 0}.diagnostic-hero h1{max-width:15ch}.diagnostic-hero__showcase{grid-template-columns:repeat(3,minmax(0,1fr))}.diagnostic-device,.diagnostic-device:nth-child(2){min-height:190px;grid-template-columns:1fr;justify-items:center;text-align:center;transform:none}.diagnostic-device:hover,.diagnostic-device:nth-child(2):hover{transform:translateY(-2px)}.diagnostic-device img{width:116px}.diagnostic-matrix__head{display:none}.diagnostic-matrix__row{grid-template-columns:1fr;gap:8px;padding:18px}.diagnostic-matrix__row strong{font-size:1.05rem}.diagnostic-matrix__row a{padding-top:4px}.diagnostic-final-cta__actions{justify-content:flex-start}.catalog-search-panel__form,.catalog-search-chips,.catalog-search-status,.catalog-search-results{grid-column:auto}.catalog-search-results,.product-explorer,.product-focus{grid-template-columns:1fr}.product-focus__visual{position:static;max-height:none;overflow:visible;border-radius:8px 8px 0 0}.product-explorer__main{order:1}.product-explorer__sidebar{order:2;position:static;padding:16px}.product-option-list,.product-grid--store{grid-template-columns:repeat(2,minmax(0,1fr))}.best-sellers__head{grid-template-columns:1fr}.best-seller-grid,.product-grid--overview{grid-template-columns:repeat(2,minmax(0,1fr))}.fx-product-gallery,.fx-image-grid{column-count:1}.fx-feature-icons{grid-template-columns:repeat(2,minmax(0,1fr))}.reference-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-sidebar{position:static;grid-template-columns:1fr}.store-toolbar{grid-template-columns:1fr}.catalog-sidebar__list{grid-column:auto;grid-row:auto;grid-template-columns:repeat(3,minmax(0,1fr))}.featured-product--primary{min-height:auto}.page-hero__inner--split{grid-template-columns:1fr;gap:26px}.page-hero__aside{border-left:0;border-top:1px solid var(--line-strong);padding-left:0;padding-top:22px}.featured-product--primary .featured-product__copy,.featured-product--primary .featured-product__media{grid-column:auto;grid-row:auto}.featured-product--primary .featured-product__media{padding:24px;justify-items:center;min-height:340px}.hero,.about-hero{min-height:auto}.about-hero:before{background-image:linear-gradient(180deg,#0d171d99,#0d171ddb 46%,#0d171dfa),url(/media/2024/01/ancel-turkiye-e1705099686908.webp)}.about-hero__content{align-items:start;padding:70px 0 96px}.about-hero__copy h1{max-width:16ch}.category-band{min-height:230px}}@media(max-width:560px){.container{width:min(100% - 24px,1180px)}.section,.article-shell,.page-shell{padding:42px 0}.about-hero{padding:0}.hero__inner{padding:56px 0}.hero p,.page-hero p,.article-hero p,.product-summary p{font-size:1rem}.hero h1,.page-hero h1,.article-hero h1,.about-hero__copy h1,.product-detail h1{font-size:1.95rem;overflow-wrap:anywhere}.page-hero--dense{padding:30px 0}.page-hero__actions .btn{width:100%}.product-grid--store,.product-grid--overview,.product-card .card-actions{grid-template-columns:1fr}.header-search__submit{width:34px;padding-inline:0}.product-card__support,.product-support-facts{grid-template-columns:1fr}.about-intro__media--support{min-height:260px;grid-template-columns:1fr 1fr;gap:10px;padding:18px}.hero-tags span{max-width:100%}.category-band h2{font-size:1.25rem}.category-band{min-height:220px;padding:22px}.category-band:before{background:linear-gradient(180deg,#0e181e75,#0e181ef0),var(--category-image);background-size:cover;background-position:center}.category-band p{font-size:.98rem}.rich-content,.utility-panel{padding:20px}.about-hero__content{gap:20px;padding:22px 0 96px}.about-hero__copy p{margin-top:14px}.about-hero .hero-actions{margin-top:20px}.about-final-cta__actions{justify-content:flex-start}.diagnostic-stat-grid,.diagnostic-hero__showcase,.diagnostic-card-grid,.diagnostic-trust-grid,.diagnostic-link-grid,.diagnostic-flow{grid-template-columns:1fr}.diagnostic-hero__grid{padding:38px 0 42px}.diagnostic-hero h1{font-size:clamp(2.15rem,12vw,3.1rem);max-width:12ch;overflow-wrap:anywhere}.diagnostic-hero p{font-size:1rem}.diagnostic-hero__actions .btn,.diagnostic-final-cta__actions .btn{flex:1 1 150px;padding-inline:12px}.diagnostic-stat{min-height:auto}.diagnostic-device{min-height:128px;grid-template-columns:96px minmax(0,1fr);justify-items:start;text-align:left}.diagnostic-device img{width:96px}.diagnostic-device span{font-size:1.04rem}.diagnostic-intro h2,.diagnostic-assurance h2,.diagnostic-final-cta h2{font-size:1.72rem;overflow-wrap:anywhere}.diagnostic-card,.diagnostic-trust-card,.diagnostic-link-card,.diagnostic-flow__item{min-height:auto;padding:20px}.about-hero__proof article{padding:11px 14px}.audience-card,.source-card,.process-card,.value-card,.about-link-card{min-height:auto}.about-trust-list span{width:100%;justify-content:center;text-align:center}.page-hero,.article-hero{padding:42px 0}.page-hero--dense{padding:22px 0}.page-hero__inner--split{gap:18px}.page-hero__copy>p{margin-top:12px;font-size:.96rem;line-height:1.48}.page-hero__actions{margin-top:16px}.page-hero__actions .btn{flex:1 1 150px;width:auto;padding-inline:12px}.page-hero__aside{padding-top:16px}.page-hero__meta{margin-bottom:12px}.hero-checklist{gap:8px}.hero-checklist li{font-size:.9rem;line-height:1.36}.page-hero--category .hero-checklist li:nth-child(n+3),.page-hero--blog .hero-checklist li:nth-child(n+3),.hero-tags{display:none}.product-card__body,.post-card__body,.contact-box,.side-panel{padding:18px}.featured-product--primary .featured-product__copy,.featured-product__copy{padding:20px}.featured-product h1{font-size:2.35rem}.featured-product__features,.featured-product--compact{grid-template-columns:1fr}.catalog-sidebar__list{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-sidebar__list a{padding:10px}.featured-product--compact .featured-product__media{min-height:180px}.featured-product--primary .featured-product__media{min-height:230px}.featured-product--primary .featured-product__media img{max-height:230px}.featured-product__features{gap:7px;margin:16px 0}.featured-product__features span{min-height:36px;padding:8px 10px}.catalog-sidebar{padding:14px}.catalog-search-panel{padding:16px}.catalog-search-panel__form{grid-template-columns:1fr}.catalog-search-panel__form .btn,.catalog-search-clear{width:100%}.catalog-search-result{grid-template-columns:92px minmax(0,1fr)}.catalog-search-result__media{min-height:126px}.catalog-search-result__footer{align-items:flex-start;flex-direction:column}.catalog-search-result__footer .hero-actions{width:100%}.catalog-search-result__footer .btn{flex:1 1 120px}.store-toolbar{padding:10px}.store-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.store-filter{width:100%}.product-option-list,.product-focus__facts{grid-template-columns:1fr}.product-explorer__sidebar-note{font-size:.84rem}.product-focus__body{padding:20px}.product-focus__media{min-height:300px;height:clamp(300px,82vw,380px);padding:18px}.product-focus__preview{width:min(68%,250px)}.product-focus__preview .product-focus__main-image{max-height:100%}.product-focus__guide{grid-template-columns:1fr;padding:12px}.best-seller-grid{grid-template-columns:1fr}.catalog-sidebar__list small{display:none}.product-gallery{padding:16px}.product-gallery__main{aspect-ratio:1 / 1;max-height:340px}.product-placeholder--large{aspect-ratio:4 / 3;max-height:300px}.product-summary__header{display:grid;gap:14px}.product-summary__title{max-width:none;font-size:clamp(1.85rem,7vw,2.6rem)}.product-tags{justify-content:flex-start}.contact-box{min-height:auto}.reference-grid{grid-template-columns:1fr}.site-footer{padding-bottom:86px}.floating-whatsapp{right:12px;bottom:12px;min-height:44px;gap:7px;padding:10px 12px;font-size:.86rem}.floating-whatsapp__icon{width:19px;height:19px}}.footer-stats[data-astro-cid-ezakoqj6]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:18px 0}.footer-stats[data-astro-cid-ezakoqj6][hidden]{display:none}.footer-stats[data-astro-cid-ezakoqj6] div[data-astro-cid-ezakoqj6]{min-width:0;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0b}.footer-stats[data-astro-cid-ezakoqj6] strong[data-astro-cid-ezakoqj6],.footer-stats[data-astro-cid-ezakoqj6] span[data-astro-cid-ezakoqj6]{display:block}.footer-stats[data-astro-cid-ezakoqj6] strong[data-astro-cid-ezakoqj6]{color:currentColor;font-size:1rem;font-weight:850;line-height:1.15}.footer-stats[data-astro-cid-ezakoqj6] span[data-astro-cid-ezakoqj6]{margin-top:4px;color:inherit;font-size:.78rem;line-height:1.35;opacity:.72}@media(max-width:720px){.footer-stats[data-astro-cid-ezakoqj6]{grid-template-columns:1fr}}.cookie-consent[data-astro-cid-s4sg77v3]{position:fixed;right:max(16px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));left:max(16px,env(safe-area-inset-left));z-index:60;width:min(1040px,calc(100vw - 32px));display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;margin-inline:auto;padding:10px 12px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#070c12e6;color:#fff;box-shadow:0 12px 34px #00000042;backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%)}.cookie-consent[data-astro-cid-s4sg77v3][hidden]{display:none}.cookie-consent__body[data-astro-cid-s4sg77v3]{display:flex;align-items:baseline;gap:10px;min-width:0}.cookie-consent__body[data-astro-cid-s4sg77v3] strong[data-astro-cid-s4sg77v3]{flex:0 0 auto;margin:0;color:#fff;font-size:.86rem;font-weight:850;line-height:1.2}.cookie-consent__body[data-astro-cid-s4sg77v3] p[data-astro-cid-s4sg77v3]{overflow:hidden;margin:0;color:#ffffffc7;font-size:.82rem;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.cookie-consent__actions[data-astro-cid-s4sg77v3]{display:flex;flex-wrap:nowrap;gap:6px;justify-content:flex-end}.cookie-consent__link[data-astro-cid-s4sg77v3],.cookie-consent__button[data-astro-cid-s4sg77v3]{min-height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;padding:8px 10px;font:inherit;font-size:.78rem;font-weight:800;line-height:1.15;text-align:center;text-decoration:none;white-space:nowrap}.cookie-consent__link[data-astro-cid-s4sg77v3]{color:#ffffffd6}.cookie-consent__link[data-astro-cid-s4sg77v3]:hover,.cookie-consent__link[data-astro-cid-s4sg77v3]:focus-visible{color:#fff}.cookie-consent__button[data-astro-cid-s4sg77v3]{border:1px solid rgba(255,255,255,.18);cursor:pointer}.cookie-consent__button--secondary[data-astro-cid-s4sg77v3]{background:#ffffff14;color:#fff}.cookie-consent__button--primary[data-astro-cid-s4sg77v3]{border-color:transparent;background:#fff;color:#101418}.cookie-consent__button[data-astro-cid-s4sg77v3]:hover,.cookie-consent__button[data-astro-cid-s4sg77v3]:focus-visible{transform:translateY(-1px)}@media(max-width:720px){.cookie-consent[data-astro-cid-s4sg77v3]{grid-template-columns:1fr;gap:10px}.cookie-consent__body[data-astro-cid-s4sg77v3]{display:grid;gap:4px}.cookie-consent__body[data-astro-cid-s4sg77v3] p[data-astro-cid-s4sg77v3]{white-space:normal}.cookie-consent__actions[data-astro-cid-s4sg77v3]{justify-content:stretch}.cookie-consent__link[data-astro-cid-s4sg77v3],.cookie-consent__button[data-astro-cid-s4sg77v3]{flex:1 1 140px}}
