.journal{color:var(--text);background:var(--bg)}.journal__shell{max-width:1240px}.journal__breadcrumbs{padding-block:24px;font-size:12px;line-height:1.6}.journal__breadcrumbs ol{display:flex;flex-wrap:wrap;gap:6px 12px;list-style:none;margin:0;padding:0}.journal__breadcrumbs li+li:before{content:"/";margin-right:12px;opacity:.5}.journal__breadcrumbs li:last-child{max-width:100%;overflow-wrap:anywhere}.journal__hero{padding:24px 0 48px;border-bottom:1px solid var(--border)}.journal__intro{max-width:850px}.journal__eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:var(--FONT-WEIGHT-BODY-BOLD);letter-spacing:.08em;text-transform:uppercase;margin:0 0 20px}.journal__eyebrow:before{content:"";width:24px;height:3px;background:var(--accent)}.journal .journal__title{font-family:var(--FONT-STACK-HEADING);font-weight:var(--FONT-WEIGHT-HEADING);font-size:clamp(32px,4vw,54px);line-height:1.08;letter-spacing:-.035em;text-transform:none;text-wrap:balance;margin:0 0 24px;overflow-wrap:anywhere}.journal__excerpt{font-size:clamp(17px,1.5vw,19px);line-height:1.65;text-wrap:pretty}.journal__excerpt p{margin:0 0 16px}.journal__meta{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:24px;font-size:12px;line-height:1.7}.journal__meta span:first-child{font-weight:var(--FONT-WEIGHT-BODY-BOLD)}.journal__image{margin:0;background:color-mix(in srgb,var(--text) 3%,var(--bg));aspect-ratio:1;overflow:hidden;border-radius:6px}.journal__image img{display:block;width:100%;height:100%;object-fit:var(--journal-image-fit, contain)}.journal__layout{margin:48px auto 0;max-width:740px}.journal__reading{min-width:0}.journal__body{font-family:var(--FONT-STACK-BODY);font-size:18px;line-height:1.8;overflow-wrap:anywhere}.journal__body p{margin:0 0 1.4em;font-size:inherit;line-height:inherit}.journal__body>p:first-child{font-size:1.12em;line-height:1.7}.journal__body :is(h1,h2,h3,h4,h5,h6){font-family:var(--FONT-STACK-HEADING);font-weight:var(--FONT-WEIGHT-HEADING);text-transform:none;letter-spacing:-.02em;line-height:1.25;text-wrap:balance;margin:1.8em 0 .65em;scroll-margin-top:calc(var(--header-height, 100px) + 32px)}.journal__body h2{font-size:clamp(25px,2.6vw,32px)}.journal__body h3{font-size:23px}.journal__body :is(h4,h5,h6){font-size:20px}.journal__body :is(ul,ol){padding-left:1.4em;margin:0 0 1.5em}.journal__body li{margin-bottom:.55em}.journal__body a{text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px}.journal__body a:hover{text-decoration-thickness:2px}.journal__body :is(img,video){max-width:100%;height:auto;border-radius:4px}.journal__body iframe{max-width:100%}.journal__body table{display:block;max-width:100%;overflow-x:auto;border-collapse:collapse;font-size:.9em}.journal__body :is(th,td){padding:12px 16px;border:1px solid var(--border);text-align:start}.journal__body th{background:color-mix(in srgb,var(--text) 5%,var(--bg))}.journal__body blockquote{margin:32px 0;border-left:3px solid var(--accent);padding:16px 24px;background:color-mix(in srgb,var(--text) 3%,var(--bg));font-size:1.1em}.journal__body pre{max-width:100%;overflow-x:auto}.journal__anchor{display:block;position:relative;scroll-margin-top:calc(var(--header-height, 100px) + 32px)}.journal__rail{min-width:0}.journal__toc{border-top:2px solid var(--text);border-bottom:1px solid var(--border);padding:16px 0;margin-bottom:32px}.journal__toc summary{cursor:pointer;font-size:14px;font-weight:var(--FONT-WEIGHT-BODY-BOLD)}.journal__toc ol{list-style:none;padding:0;margin:16px 0 0;counter-reset:article-toc}.journal__toc li{counter-increment:article-toc;margin:0}.journal__toc a{display:flex;gap:12px;padding:10px 0;font-size:13px;line-height:1.5}.journal__toc a:before{content:counter(article-toc,decimal-leading-zero);opacity:.55;font-size:11px;padding-top:2px}.journal__toc a:hover{text-decoration:underline;text-underline-offset:3px}.journal__author{display:flex;gap:20px;border-top:1px solid var(--border);padding-top:28px;margin-top:36px}.journal__author img{width:64px;height:64px;border-radius:50%;object-fit:cover}.journal__author h2{font-size:18px;text-transform:none;margin:0 0 8px}.journal__author p{margin:0;font-size:14px;line-height:1.7}.journal__footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--border);margin-top:36px;padding-top:24px}.journal__tags{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.journal__tags a{display:inline-block;padding:10px 14px;border:1px solid var(--border);border-radius:3px;font-size:13px}.journal__pagination{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;margin-top:28px;font-size:13px}.journal__pagination a{padding-block:10px}.journal__related{margin-top:64px;padding-top:40px;border-top:1px solid var(--border)}.journal__section-heading{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:28px}.journal__section-heading .journal__eyebrow{margin-bottom:12px}.journal__section-heading h2{margin:0;font-size:clamp(26px,3vw,36px);letter-spacing:-.025em;text-transform:none}.journal__section-heading>a{font-size:13px;text-decoration:underline;text-underline-offset:4px}.journal__products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px}.journal-product{display:flex;flex-direction:column;min-width:0}.journal-product__image{aspect-ratio:1;overflow:hidden;border:1px solid var(--border);border-radius:4px;background:#fff}.journal-product__image :is(img,svg){display:block;width:100%;height:100%;object-fit:contain;padding:16px}.journal-product__details{display:flex;flex-direction:column;flex:1;padding-top:16px}.journal-product__vendor{font-size:11px;letter-spacing:.06em;text-transform:uppercase;margin-bottom:6px}.journal-product h3{font-size:16px;line-height:1.4;text-transform:none;letter-spacing:-.01em;margin:0 0 12px}.journal-product__price{margin-top:auto;font-size:14px}.journal-product__link{display:flex;justify-content:space-between;gap:12px;padding-block:14px;margin-top:10px;border-bottom:1px solid var(--border);font-size:13px;font-weight:var(--FONT-WEIGHT-BODY-BOLD)}.journal-product:hover .journal-product__link{border-color:var(--text)}.journal__stories{display:grid;gap:28px}.journal-story img{display:block;width:100%;aspect-ratio:16 / 10;height:auto;object-fit:cover;border-radius:4px;margin-bottom:18px}.journal-story h3{font-size:20px;line-height:1.3;text-transform:none;letter-spacing:-.02em;margin:0 0 12px}.journal-story time{font-size:12px}.journal-story:hover h3{text-decoration:underline;text-underline-offset:4px}.journal__comments,.journal__extra-image{max-width:740px;margin:48px auto 0}.journal__extra-image img{width:100%;height:auto}.journal :is(a,summary,input,textarea,button):focus-visible{outline:2px solid currentColor;outline-offset:4px}@media(min-width:600px){.journal__stories,.journal__products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:900px){.journal__hero--image{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);align-items:center;gap:48px}.journal__layout--toc{display:grid;grid-template-columns:230px minmax(0,740px);max-width:1080px;gap:clamp(40px,6vw,80px)}.journal__toc{position:sticky;top:calc(var(--header-height, 100px) + 24px);max-height:calc(100dvh - var(--header-height, 100px) - 48px);overflow-y:auto}.journal__products{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}}@media(max-width:899px){.journal__image{margin-top:28px;max-height:480px;aspect-ratio:4 / 3}}@media(max-width:599px){.journal__shell{padding-inline:20px}.journal__breadcrumbs li:last-child{display:none}.journal__hero{padding-top:12px;padding-bottom:28px}.journal__layout{margin-top:28px}.journal__body{font-size:17px;line-height:1.75}.journal__related{margin-top:40px;padding-top:28px}.journal-product h3{font-size:14px}.journal-product__image img{padding:10px}}.blog-journal{background:var(--bg);color:var(--text)}.blog-journal__inner{max-width:1440px}.blog-journal__breadcrumbs{font-size:12px;line-height:1.6;margin-bottom:36px}.blog-journal__breadcrumbs ol,.blog-journal__topics ul{display:flex;flex-wrap:wrap;gap:4px 12px;list-style:none;margin:0;padding:0}.blog-journal__breadcrumbs li{display:inline-flex;align-items:center;gap:12px;margin:0}.blog-journal__breadcrumbs a{display:inline-flex;align-items:center;min-height:32px;text-decoration:underline;text-underline-offset:3px}.blog-journal__header{max-width:940px;padding-bottom:40px}.blog-journal__eyebrow{display:flex;align-items:center;gap:12px;font-size:12px;font-weight:var(--FONT-WEIGHT-BODY-BOLD);letter-spacing:.08em;text-transform:uppercase;margin:0 0 20px}.blog-journal__eyebrow:before{content:"";width:28px;height:3px;background:var(--accent)}.blog-journal h1{font-family:var(--FONT-STACK-HEADING);font-weight:var(--FONT-WEIGHT-HEADING);font-size:clamp(34px,4.8vw,64px);letter-spacing:-.045em;line-height:1.08;text-transform:none;text-wrap:balance;overflow-wrap:anywhere;margin:0}.blog-journal__intro{max-width:66ch;margin-top:24px;font-size:18px;line-height:1.7}.blog-journal__intro p{margin:0}.blog-journal__topics{border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.blog-journal__topics summary{display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;list-style:none;padding-block:16px;min-height:52px;font-weight:var(--FONT-WEIGHT-BODY-BOLD);font-size:14px}.blog-journal__topics summary::-webkit-details-marker{display:none}.blog-journal__topics summary>span{font-size:24px;line-height:1}.blog-journal__topics[open] summary>span{transform:rotate(45deg)}.blog-journal__topics ul{padding:0 4px 20px;gap:8px}.blog-journal__topics li{margin:0}.blog-journal__topics a{display:flex;align-items:center;min-height:44px;border:1px solid var(--border);border-radius:100px;padding:10px 18px;font-size:13px;line-height:1.5}.blog-journal__topics a[aria-current]{background:var(--text);color:var(--bg);border-color:var(--text)}.blog-journal__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding-block:20px;font-size:13px}.blog-journal__toolbar p{margin:0}.blog-journal__toolbar>div{display:flex;gap:20px}.blog-journal__toolbar a{display:inline-flex;align-items:center;min-height:44px;text-decoration:underline;text-underline-offset:4px}.blog-journal__grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 28px}.blog-journal__grid--lead>:first-child{grid-column:1 / -1;margin-bottom:12px}.blog-journal__grid--lead>:first-child .journal-tile{border:0;border-radius:4px;background:color-mix(in srgb,var(--text) 3%,var(--bg));padding:0}.blog-journal__grid--lead>:first-child .journal-tile__body{padding:32px}.blog-journal__grid--lead>:first-child .journal-tile__title{font-size:clamp(26px,2.7vw,38px)}.blog-journal__grid--lead>:first-child .journal-tile__excerpt{font-size:16px}.blog-journal__grid--lead>:first-child .journal-tile__image{height:100%;aspect-ratio:4 / 3;border-radius:4px 0 0 4px}.blog-journal__empty{padding:48px 24px;background:color-mix(in srgb,var(--text) 3%,var(--bg))}.blog-journal a:focus-visible,.blog-journal summary:focus-visible{outline:2px solid currentColor;outline-offset:4px}.blog-journal .journal-tile__title a:focus-visible{outline:none}@media(hover:hover){.blog-journal__topics a:hover{text-decoration:underline;text-underline-offset:4px}}@media(min-width:800px){.blog-journal__grid--lead>:first-child .journal-tile:not(.journal-tile--text){display:grid;grid-template-columns:1.05fr 1fr}}@media(min-width:600px)and (max-width:999px){.blog-journal__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:799px){.blog-journal__grid--lead>:first-child .journal-tile__image{height:auto;aspect-ratio:16 / 10;border-radius:4px 4px 0 0}}@media(max-width:599px){.blog-journal__inner{padding-inline:20px}.blog-journal__breadcrumbs{margin-bottom:24px}.blog-journal__header{padding-bottom:28px}.blog-journal__intro{font-size:16px;margin-top:20px}.blog-journal__grid{grid-template-columns:minmax(0,1fr);gap:28px}.blog-journal__grid--lead>:first-child .journal-tile__body{padding:24px 20px}}.exploded-map__inner{display:block}.exploded-map__header{margin-bottom:18px}.exploded-map__heading{margin:0;font-size:clamp(1.5rem,2vw,2rem);line-height:1.15}.exploded-map__tools{position:absolute;top:10px;left:10px;z-index:80;display:block}.exploded-map__tools[hidden]{display:none}.exploded-map__tool-button{display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:36px;border:0;border-left:1px solid rgba(0,0,0,.12);padding:0 10px;background:#fffffff0;color:inherit;cursor:pointer;font:inherit;font-size:.9rem;text-decoration:none;white-space:nowrap}.exploded-map__tool-button:first-child{border-left:0}.exploded-map__tool-button--icon{min-width:38px;padding-right:0;padding-left:0;font-size:1.08rem;font-weight:700}.exploded-map__tool-button--reset{font-size:.78rem;font-weight:700}.exploded-map__tool-button:hover,.exploded-map__tool-button:focus{background:#fff;color:#d71920;outline:none}.exploded-map__tool-button:disabled{cursor:default;opacity:.45}.exploded-map__view-controls{display:inline-flex;align-items:stretch;overflow:hidden;border:1px solid rgba(0,0,0,.14);background:#fffffff0;box-shadow:0 8px 22px #0000001f;white-space:nowrap}.exploded-map__view-controls .exploded-map__tool-button{min-width:38px}.exploded-map__cart-status{display:flex;gap:8px;align-items:center;justify-content:flex-start;margin:0 0 12px;border:1px solid rgba(27,127,58,.22);padding:9px 12px;background:#1b7f3a12;color:#1b7f3a;font-size:.9rem}.exploded-map__cart-status[hidden]{display:none}.exploded-map__cart-status a{color:inherit;font-weight:700;text-decoration:underline;text-underline-offset:2px}.exploded-map__layout{display:block}.exploded-map__rail{position:fixed;top:var(--exploded-rail-top, 160px);left:10px;z-index:30;display:grid;gap:8px;max-height:min(var(--exploded-rail-max-height, 72vh),620px);padding:8px;overflow-y:auto;border:1px solid rgba(0,0,0,.12);background:var(--bg, #fff);box-shadow:0 12px 36px #00000029}.exploded-map__rail[hidden]{display:none}.exploded-map__rail-link{position:relative;display:block;width:58px;height:58px;border:1px solid rgba(0,0,0,.14);background:#fff;color:inherit;overflow:hidden;transition:border-color .16s ease,box-shadow .16s ease}.exploded-map__rail-link:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:#00000006;pointer-events:none}.exploded-map__rail-link:hover,.exploded-map__rail-link:focus,.exploded-map__rail-link.is-active{border-color:#d71920f2;box-shadow:0 6px 18px #0000001f;outline:none}.exploded-map__rail-link.is-active{border-width:2px}.exploded-map__rail-link img{display:block;width:100%;height:100%;object-fit:contain}.exploded-map__rail-placeholder{display:grid;place-items:center;width:100%;height:100%;color:var(--text-light);font-size:.7rem;font-weight:700}.exploded-map__rail-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.exploded-map__media{position:relative;width:100%;overflow:hidden}.exploded-map__image-shell{position:relative;width:100%;--exploded-map-zoom: 1;--exploded-map-pan-x: 0px;--exploded-map-pan-y: 0px;min-height:clamp(260px,62vw,900px);background:#f7f7f7;border:1px solid rgba(0,0,0,.08);overflow:hidden}.exploded-map__image-shell.is-zoomed{cursor:grab;touch-action:none}.exploded-map__image-shell.is-panning{cursor:grabbing}.exploded-map__image-shell.is-panning .exploded-map__image,.exploded-map__image-shell.is-panning .exploded-map__overlay{transition:none}.exploded-map__image{display:block;width:100%;height:auto;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;transform:translate(var(--exploded-map-pan-x),var(--exploded-map-pan-y)) scale(var(--exploded-map-zoom));transform-origin:center top;transition:transform .16s ease}@media screen and (min-width:990px){.exploded-map__media{max-height:calc(100vh - 180px)}.exploded-map__image-shell{min-height:0;margin:0 auto}.exploded-map__image{width:100%;max-width:none;max-height:none;object-fit:contain}}.exploded-map:fullscreen{overflow:auto;padding:16px;background:var(--bg, #fff)}.exploded-map:fullscreen .exploded-map__media{max-height:none;height:calc(100vh - 112px);overflow:hidden}.exploded-map:fullscreen .exploded-map__parts{display:none}.exploded-map__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible;pointer-events:none;transform:translate(var(--exploded-map-pan-x),var(--exploded-map-pan-y)) scale(var(--exploded-map-zoom));transform-origin:center top;transition:transform .16s ease}.exploded-map__hotspot{cursor:pointer;outline:none;pointer-events:auto}.exploded-map__polygon{fill:#d7192029;stroke:#d71920bf;stroke-width:.28;vector-effect:non-scaling-stroke;transition:fill .16s ease,stroke .16s ease}.exploded-map__circle{fill:#d7192014;stroke:#d71920f2;stroke-width:.36;vector-effect:non-scaling-stroke;transition:fill .16s ease,stroke .16s ease}.exploded-map__ring{fill:none;stroke:#d719209e;stroke-width:.32;transform-box:fill-box;transform-origin:center;animation:exploded-map-pulse 1.35s ease-out infinite;vector-effect:non-scaling-stroke}.exploded-map__hotspot:hover .exploded-map__polygon,.exploded-map__hotspot:focus .exploded-map__polygon,.exploded-map__hotspot.is-active .exploded-map__polygon,.exploded-map__hotspot.is-list-highlight .exploded-map__polygon{fill:#d7192047;stroke:#d71920}.exploded-map__hotspot:hover .exploded-map__circle,.exploded-map__hotspot:focus .exploded-map__circle,.exploded-map__hotspot.is-active .exploded-map__circle,.exploded-map__hotspot.is-list-highlight .exploded-map__circle{fill:#d719201f;stroke:#d71920}.exploded-map__hotspot.is-search-muted{opacity:.18}.exploded-map__hotspot.is-search-match .exploded-map__polygon{fill:#d7192057;stroke:#d71920}.exploded-map__hotspot.is-search-match .exploded-map__circle{fill:#d719202e;stroke:#d71920}.exploded-map__hotspot.is-added .exploded-map__polygon{fill:#1b7f3a1a;stroke:#1b7f3af2}.exploded-map__hotspot.is-added .exploded-map__circle{fill:#1b7f3a0f;stroke:#1b7f3a}.exploded-map__hotspot.is-added .exploded-map__ring{stroke:#1b7f3ab8}.exploded-map__hotspot.is-list-highlight .exploded-map__polygon{fill:#d7192047;stroke:#d71920}.exploded-map__hotspot.is-list-highlight .exploded-map__circle{fill:#d719201f;stroke:#d71920}.exploded-map__hotspot.is-list-highlight .exploded-map__ring{stroke:#d71920e6}.exploded-map__dialog{width:min(92vw,760px);max-height:min(86vh,760px);margin:auto;padding:0;border:0;background:transparent;color:inherit}.exploded-map__dialog.is-viewport-positioned[open]{position:fixed;top:var(--exploded-dialog-top, 50%);left:var(--exploded-dialog-left, 50%);width:min(calc(var(--exploded-dialog-width, 100vw) - 24px),760px);max-height:calc(var(--exploded-dialog-height, 100vh) - 24px);margin:0;transform:translate(-50%,-50%) scale(var(--exploded-dialog-scale, 1));transform-origin:center}.exploded-map__dialog::backdrop{background:#00000073}.exploded-map__dialog-inner{position:relative;max-height:min(86vh,760px);overflow:auto;border:1px solid rgba(0,0,0,.12);background:var(--bg, #fff);padding:22px;box-shadow:0 18px 55px #0000003d}.exploded-map__dialog-close{position:absolute;top:10px;right:10px;z-index:2;display:grid;place-items:center;width:36px;height:36px;border:0;background:#111;color:#fff;cursor:pointer;font:inherit;font-weight:700;line-height:1}.exploded-map__panel{min-height:0;padding:18px 0 0}.exploded-map__panel-empty,.exploded-map__panel-loading,.exploded-map__panel-error{color:var(--text-light);font-size:.95rem}.exploded-map__choices{display:grid;gap:12px}.exploded-map__choices-title{margin:0;font-size:1.05rem;line-height:1.25}.exploded-map__choices-list{display:grid;gap:10px}.exploded-map__choice{display:grid;grid-template-columns:78px minmax(0,1fr);gap:12px;align-items:center;width:100%;min-height:92px;padding:8px;border:1px solid rgba(0,0,0,.12);background:var(--bg, #fff);color:inherit;text-align:left;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease}.exploded-map__choice:hover,.exploded-map__choice:focus{border-color:#d719208c;box-shadow:0 8px 24px #0000001a}.exploded-map__choice-media{position:relative;display:grid;place-items:center;width:100%;aspect-ratio:1;background:#f7f5f2;overflow:hidden}.exploded-map__choice-media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:#00000006;pointer-events:none}.exploded-map__choice-media img{display:block;position:absolute;top:8px;right:8px;bottom:8px;left:8px;width:calc(100% - 16px);height:calc(100% - 16px);object-fit:contain;mix-blend-mode:multiply}.exploded-map__choice-placeholder{display:grid;place-items:center;width:100%;height:100%;color:var(--text-light);font-size:.75rem}.exploded-map__choice-title{font-weight:400;line-height:1.25}.exploded-map__product{display:grid;grid-template-columns:minmax(180px,260px) minmax(0,1fr);column-gap:18px;row-gap:14px;align-items:start;padding-right:28px}.exploded-map__product-media{position:relative;display:grid;place-items:center;width:100%;aspect-ratio:1;background:#f7f5f2;overflow:hidden;grid-row:span 4}.exploded-map__product-media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:#00000006;pointer-events:none}.exploded-map__product-media img{display:block;position:absolute;top:14px;right:14px;bottom:14px;left:14px;width:calc(100% - 28px);height:calc(100% - 28px);object-fit:contain;mix-blend-mode:multiply}.exploded-map__product-title{margin:0;font-size:1.1rem;font-weight:400;line-height:1.25}.exploded-map__product-title a{color:inherit;font-weight:inherit;text-decoration:none}.exploded-map__price{font-weight:700;color:#d71920}.exploded-map__mpn{margin-top:4px;color:var(--text-light);font-size:.88rem;line-height:1.35}.exploded-map__mpn span{color:inherit;font-weight:700}.exploded-map__sku{margin-top:4px;color:var(--text-light);font-size:.88rem;line-height:1.35}.exploded-map__sku span{color:inherit;font-weight:700}.exploded-map__product-stock{margin-top:8px}.exploded-map__stock-row{color:var(--text-light);font-size:.88rem;line-height:1.35}.exploded-map__stock-row .stock-icon{display:inline-flex;align-items:center;width:auto;min-height:18px;padding-left:26px;background-position:left center}.exploded-map__description{color:var(--text-light);font-size:.9rem;line-height:1.45}.exploded-map__description summary{cursor:pointer;list-style:none}.exploded-map__description summary::-webkit-details-marker{display:none}.exploded-map__description-preview{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.exploded-map__description-full{margin-top:6px}.exploded-map__description-toggle{display:inline-block;margin-top:5px;color:#d71920;font-weight:700;font-size:.85rem}.exploded-map__description-less,.exploded-map__description[open] .exploded-map__description-more,.exploded-map__description[open] .exploded-map__description-preview{display:none}.exploded-map__description[open] .exploded-map__description-less{display:inline}.exploded-map__variant{display:grid;gap:6px}.exploded-map__variant label,.exploded-map__quantity-label{font-size:.82rem;color:var(--text-light)}.exploded-map__variant select{width:100%;min-height:42px;border:1px solid rgba(0,0,0,.16);background:var(--bg, #fff);padding:0 10px}.exploded-map__actions{display:grid;grid-template-columns:120px minmax(0,1fr);gap:10px;align-items:end}.exploded-map__quantity{display:grid;gap:6px}.exploded-map__quantity-control{display:grid;grid-template-columns:34px minmax(0,1fr) 34px;min-height:42px;border:1px solid rgba(0,0,0,.16)}.exploded-map__quantity-control button{border:0;background:transparent;cursor:pointer;font:inherit}.exploded-map__quantity-control input{width:100%;border:0;text-align:center;background:transparent;-webkit-appearance:textfield;appearance:textfield}.exploded-map__add{min-height:42px}.exploded-map__status{min-height:20px;font-size:.88rem;color:#1b7f3a}.exploded-map__status.is-error{color:#b00020}.exploded-map__parts{margin-top:24px;border-top:1px solid rgba(0,0,0,.1);padding-top:20px}.exploded-map__parts[hidden]{display:none}.exploded-map__parts-head{display:flex;gap:12px;align-items:baseline;justify-content:space-between;margin-bottom:10px}.exploded-map__parts-title{margin:0;font-size:1.15rem;line-height:1.2}.exploded-map__parts-count,.exploded-map__parts-empty{color:var(--text-light);font-size:.9rem}.exploded-map__parts-table-wrap{overflow-x:auto}.exploded-map__parts-grid{--exploded-parts-columns: 64px minmax(300px, 2fr) minmax(88px, .65fr) minmax(116px, .75fr) minmax(132px, .8fr) 74px 56px;--exploded-parts-meta-columns: minmax(88px, .65fr) minmax(116px, .75fr) minmax(132px, .8fr);min-width:900px;font-size:.92rem}.exploded-map__parts-grid-head,.exploded-map__parts-row{display:grid;grid-template-columns:var(--exploded-parts-columns);align-items:center}.exploded-map__parts-grid-head{border-bottom:1px solid rgba(0,0,0,.08);color:var(--text-light);font-size:.75rem;font-weight:700;text-transform:uppercase}.exploded-map__parts-grid-head>div:last-child{overflow:hidden;text-indent:100%;white-space:nowrap}.exploded-map__parts-grid-head>div,.exploded-map__parts-cell{min-width:0;padding:9px 6px;text-align:left}.exploded-map__parts-row{border-bottom:1px solid rgba(0,0,0,.08)}.exploded-map__parts-meta-cell{display:grid;grid-column:3 / 6;grid-template-columns:var(--exploded-parts-meta-columns);align-items:center;padding:0}.exploded-map__parts-meta-cell>div{min-width:0;padding:9px 6px}.exploded-map__parts-row.is-hidden{display:none}.exploded-map__parts-row:hover,.exploded-map__parts-row:focus-within{background:#00000005}.exploded-map__parts-row.is-added{background:#1b7f3a09;box-shadow:inset 3px 0 #1b7f3aa6}.exploded-map__parts-row.is-added .exploded-map__position-badge{border-color:#1b7f3af2;background:#1b7f3a}.exploded-map__parts-position{width:64px;font-weight:700}.exploded-map__position-badge{display:inline-grid;place-items:center;min-width:34px;height:34px;border:1px solid rgba(0,0,0,.14);background:#111;color:#fff;line-height:1}.exploded-map__parts-product{display:grid;grid-template-columns:54px minmax(0,1fr);gap:12px;align-items:center;min-width:260px}.exploded-map__parts-image{position:relative;width:54px;height:54px;background:var(--bg, #fff);overflow:hidden}.exploded-map__parts-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:#00000006;pointer-events:none}.exploded-map__parts-image img{display:block;width:100%;height:100%;object-fit:contain}.exploded-map__parts-name{display:inline;border:0;padding:0;background:transparent;color:inherit;cursor:pointer;font:inherit;font-weight:400;line-height:1.25;text-align:left}.exploded-map__parts-name:hover,.exploded-map__parts-name:focus{color:#d71920;outline:none}.exploded-map__parts-meta{margin-top:3px;color:var(--text-light);font-size:.78rem}.exploded-map__added-badge{display:inline-flex;align-items:center;margin-left:8px;border:1px solid rgba(27,127,58,.22);background:#1b7f3a14;color:#1b7f3a;padding:2px 7px;font-size:.72rem;font-weight:700;line-height:1.2;vertical-align:middle;white-space:nowrap}.exploded-map__added-badge[hidden]{display:none}.exploded-map__parts-sku,.exploded-map__parts-mpn,.exploded-map__parts-price{white-space:nowrap}.exploded-map__parts-sku,.exploded-map__parts-mpn{color:var(--text-light);font-size:.84rem;font-weight:400;line-height:1.35}.exploded-map__parts-sku span,.exploded-map__parts-mpn span{color:inherit;font-weight:400}.exploded-map__parts-stock{min-width:138px}.exploded-map__parts-stock .exploded-map__stock-row{font-size:.78rem}.exploded-map__parts-stock .stock-icon{white-space:nowrap}.exploded-map__parts-quantity-cell,.exploded-map__parts-add-cell{display:flex;align-items:center}.exploded-map__parts-quantity{width:66px;height:44px;min-height:44px;border:1px solid rgba(0,0,0,.14);padding:0 8px;box-sizing:border-box;font:inherit;text-align:center}.exploded-map__parts-add{display:inline-flex;box-sizing:border-box;align-items:center;justify-content:center;width:44px;height:44px;min-height:38px;min-width:44px;padding:0;line-height:1}.exploded-map__add:disabled{min-width:108px}.exploded-map__parts-add:disabled{min-width:44px}.exploded-map__parts-add .btn__text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.exploded-map__parts-add-icon{display:grid;place-items:center;width:18px;height:18px;margin:auto}.exploded-map__parts-add-icon .icon{display:block;width:18px;height:18px}.exploded-map__parts-add-icon path{stroke:currentColor}.exploded-map__parts-status{display:none;margin-top:4px;color:#1b7f3a;font-size:.78rem}.exploded-map__parts-status.is-error{display:block;color:#b00020}@media screen and (max-width:989px){.exploded-map__tools{top:8px;left:8px}.exploded-map__tool-button{min-height:34px}.exploded-map__cart-status{justify-content:space-between}.exploded-map__rail{top:auto;right:12px;bottom:12px;left:12px;display:flex;max-height:none;overflow-x:auto;overflow-y:hidden;transform:none;-webkit-overflow-scrolling:touch}.exploded-map__rail-link{flex:0 0 54px;width:54px;height:54px}.exploded-map__dialog{width:calc(100vw - 24px)}.exploded-map__dialog-inner{padding:14px}.exploded-map__product{grid-template-columns:1fr;gap:10px;padding-right:0}.exploded-map__product-media{order:1;max-height:28vh;grid-row:auto}.exploded-map__product-info{order:2}.exploded-map__variant{order:3}.exploded-map__actions{order:4}.exploded-map__status{order:5}.exploded-map__description{order:6;font-size:.86rem}.exploded-map__description-full{max-height:28vh;overflow:auto}.exploded-map__description-preview{-webkit-line-clamp:2}.exploded-map__parts-head{display:block}.exploded-map__parts-grid{--exploded-parts-columns: 48px minmax(0, 1fr) 52px 46px;min-width:0}.exploded-map__parts-grid-head{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.exploded-map__parts-row{column-gap:10px;row-gap:3px;align-items:start;border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:0;padding:10px 0 12px}.exploded-map__parts-row.is-added{background:transparent;box-shadow:none}.exploded-map__parts-cell{padding:0}.exploded-map__parts-position{grid-column:1;grid-row:1 / span 2;align-self:start;width:auto}.exploded-map__position-badge{min-width:38px;height:38px;font-size:.9rem}.exploded-map__parts-product-cell{grid-column:2 / 5;grid-row:1}.exploded-map__parts-meta-cell{grid-column:2;grid-row:2;display:flex;flex-direction:column;gap:3px;align-items:flex-start;justify-content:flex-start;align-self:start;min-height:46px;padding:0 0 0 76px;text-align:left}.exploded-map__parts-quantity-cell{grid-column:3;grid-row:2;align-self:end;justify-self:end;display:flex;align-items:flex-end}.exploded-map__parts-add-cell{grid-column:4;grid-row:2;align-self:end;justify-self:end;display:flex;align-items:flex-end}.exploded-map__parts-product{grid-template-columns:64px minmax(0,1fr);gap:12px;align-items:start;min-width:0}.exploded-map__parts-image{width:64px;height:64px}.exploded-map__parts-name{display:block;font-size:.95rem;line-height:1.25}.exploded-map__parts-meta{margin-top:2px;font-size:.82rem}.exploded-map__parts-sku,.exploded-map__parts-mpn{overflow:hidden;font-size:.72rem;font-weight:400;line-height:1.35;text-align:left;text-overflow:ellipsis;white-space:normal}.exploded-map__parts-meta-cell>div{padding:0}.exploded-map__parts-sku:before,.exploded-map__parts-mpn:before{display:inline;content:attr(data-label) ": ";color:var(--text-light);font-weight:400;text-transform:none}.exploded-map__parts-stock{min-width:0;text-align:left}.exploded-map__parts-stock .exploded-map__stock-row{font-size:.72rem;font-weight:400;line-height:1.35}.exploded-map__parts-stock .stock-icon{min-height:16px;padding-left:22px;background-size:16px 16px}.exploded-map__parts-quantity{display:block;box-sizing:border-box;width:52px;height:46px;min-height:46px;margin:0;padding:0 4px;text-align:center}.exploded-map__parts-add{display:inline-flex;box-sizing:border-box;align-items:center;justify-content:center;width:46px;height:46px;min-height:46px;min-width:46px;margin:0;line-height:1;padding:0}.exploded-map__parts-add:disabled{min-width:46px}.exploded-map__parts-add .btn__text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.exploded-map__parts-add-icon{display:grid;place-items:center;width:18px;height:18px;margin:auto}.exploded-map__parts-add-icon .icon{display:block;width:18px;height:18px}.exploded-map__parts-add-icon path{stroke:currentColor}.exploded-map__parts-status{display:none}}@media screen and (max-width:479px){.exploded-map__actions{grid-template-columns:1fr}}@keyframes exploded-map-pulse{0%{opacity:.82;transform:scale(.78)}to{opacity:0;transform:scale(2.15)}}.exploded-view-index__inner{display:block}.exploded-view-index__header{max-width:920px;margin:0 auto 28px;text-align:center}.exploded-view-index__title{margin:0}.exploded-view-index__intro{margin-top:12px;color:var(--text-light)}.exploded-view-index__intro p{margin:0}.exploded-view-index__summary{margin-top:10px;color:var(--text-light);font-size:calc(var(--font-3) * var(--FONT-ADJUST-BODY))}.exploded-view-index__toolbar{display:grid;gap:14px;margin-bottom:30px}.exploded-view-index__search input{width:100%;min-height:48px;padding:0 14px;border:1px solid var(--border);background:var(--bg);color:var(--text);font:inherit}.exploded-view-index__filters{display:flex;flex-wrap:wrap;gap:8px}.exploded-view-index__filter{min-height:36px;padding:0 14px;border:1px solid var(--border);background:var(--bg);color:var(--text);font:inherit;cursor:pointer}.exploded-view-index__filter:hover,.exploded-view-index__filter:focus,.exploded-view-index__filter.is-active{border-color:var(--text);background:var(--text);color:var(--bg)}.exploded-view-index__groups{display:grid;gap:44px}.exploded-view-index__group.is-hidden{display:none}.exploded-view-index__group-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--border)}.exploded-view-index__group-head h2{margin:0;font-size:calc(var(--font-6) * var(--FONT-ADJUST-HEADING))}.exploded-view-index__group-head span{color:var(--text-light);white-space:nowrap}.exploded-view-index__subgroups{display:grid;gap:38px;margin-top:34px}.exploded-view-index__subgroup{display:grid;gap:12px}.exploded-view-index__subgroup.is-hidden{display:none}.exploded-view-index__subgroup-head{display:flex;align-items:baseline;justify-content:space-between;gap:14px;padding-bottom:8px;border-bottom:1px solid var(--border)}.exploded-view-index__subgroup-head h3{margin:0;font-size:calc(var(--font-5) * var(--FONT-ADJUST-HEADING));line-height:1.2}.exploded-view-index__subgroup-head span{color:var(--text-light);white-space:nowrap}.exploded-view-index__grid{display:grid;grid-template-columns:repeat(var(--exploded-index-columns),minmax(0,1fr));gap:24px}.exploded-view-index__card{display:grid;grid-template-rows:auto 1fr;border:1px solid var(--border);color:inherit;text-decoration:none;background:var(--bg);min-width:0}.exploded-view-index__card:hover,.exploded-view-index__card:focus{border-color:var(--text)}.exploded-view-index__card.is-hidden{display:none}.exploded-view-index__thumb{display:grid;place-items:center;position:relative;aspect-ratio:4 / 3;background:#fafafa;border-bottom:1px solid var(--border);overflow:hidden}.exploded-view-index__thumb-image{display:block!important;position:absolute;top:10px;right:10px;bottom:10px;left:10px;width:calc(100% - 20px)!important;height:calc(100% - 20px)!important;max-width:calc(100% - 20px)!important;max-height:calc(100% - 20px)!important;object-fit:contain!important;object-position:center!important;mix-blend-mode:multiply}.exploded-view-index__placeholder{width:44px;height:44px;border:1px solid var(--border);background:linear-gradient(45deg,transparent 48%,var(--border) 50%,transparent 52%),linear-gradient(-45deg,transparent 48%,var(--border) 50%,transparent 52%)}.exploded-view-index__card-body{display:grid;align-content:start;padding:16px}.exploded-view-index__card-title{font-size:calc(var(--font-4) * var(--FONT-ADJUST-BODY));line-height:1.25}.exploded-view-index__empty{margin:24px 0 0;color:var(--text-light);text-align:center}@media(max-width:989px){.exploded-view-index__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:749px){.exploded-view-index__header{text-align:left}.exploded-view-index__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.exploded-view-index__group-head{align-items:flex-start;flex-direction:column;gap:4px}.exploded-view-index__subgroups{gap:28px;margin-top:24px}.exploded-view-index__subgroup-head{align-items:flex-start;flex-direction:column;gap:4px}.exploded-view-index__card-body{padding:10px}}.radne-footer{background:var(--bg);color:var(--text);padding-top:var(--rf-pt)}.radne-footer a{color:inherit}.radne-footer__trust-wrap{border-bottom:1px solid var(--rf-border)}.radne-footer__trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding-top:22px;padding-bottom:22px}.radne-footer__trust-item{display:flex;align-items:center;gap:13px;min-width:0;padding:0 24px;border-left:1px solid var(--rf-border)}.radne-footer__trust-item:first-child{padding-left:0;border-left:0}.radne-footer__trust-item:last-child{padding-right:0}.radne-footer__trust-icon{display:grid;flex:0 0 42px;width:42px;height:42px;place-items:center;border:1px solid var(--rf-border);border-radius:50%;color:var(--rf-accent)}.radne-footer__trust-icon svg{width:22px;height:22px}.radne-footer__trust-copy{display:grid;gap:2px;min-width:0}.radne-footer__trust-copy strong{font-size:.84rem;line-height:1.25}.radne-footer__trust-copy small{opacity:.68;font-size:.74rem;line-height:1.35}.radne-footer__body{padding-top:56px;padding-bottom:var(--rf-pb)}.radne-footer__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:42px 32px}.radne-footer__brand{grid-column:span 2;min-width:0}.radne-footer__menu{grid-column:span 1;min-width:0}.radne-footer__logo,.radne-footer__wordmark{display:block;margin-bottom:24px}.radne-footer__logo img{display:block;width:100%;height:auto}.radne-footer__about{max-width:42rem;opacity:.76;font-size:.88rem;line-height:1.6}.radne-footer__about p:last-child{margin-bottom:0}.radne-footer__contact{display:grid;gap:10px;margin-top:24px;font-style:normal;font-size:.86rem}.radne-footer__contact>a,.radne-footer__contact>span{display:flex;align-items:flex-start;gap:10px;width:fit-content;text-decoration:none}.radne-footer__contact>a:hover span{text-decoration:underline;text-underline-offset:3px}.radne-footer__contact svg{flex:0 0 17px;width:17px;height:17px;margin-top:2px;fill:none;stroke:var(--rf-accent);stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.radne-footer__company{max-width:25rem;margin-top:22px;padding:15px 17px;border:1px solid var(--rf-border);border-radius:3px;background:color-mix(in srgb,currentColor 3%,transparent)}.radne-footer__company-heading{margin:0 0 10px;color:inherit;font-size:.7rem;font-weight:700;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.radne-footer__company-facts{display:grid;gap:6px;margin:0;font-size:.76rem;line-height:1.4}.radne-footer__company-facts>div{display:grid;grid-template-columns:minmax(92px,auto) 1fr;gap:10px}.radne-footer__company-facts dt{opacity:.58}.radne-footer__company-facts dd{margin:0;font-weight:600}.radne-footer__socials{margin-top:18px}.radne-footer__socials .socials{justify-content:flex-start}.radne-footer__heading{margin:3px 0 20px;color:inherit;font-family:var(--FONT-STACK-HEADING);font-size:.86rem;font-weight:var(--FONT-WEIGHT-HEADING);letter-spacing:.09em;line-height:1.25;text-transform:uppercase}.radne-footer__links{display:grid;gap:12px;margin:0;padding:0}.radne-footer__links a{display:inline-block;opacity:.75;font-size:.86rem;line-height:1.35;text-decoration:none;transition:opacity .16s ease,transform .16s ease}.radne-footer__links a:hover,.radne-footer__links a:focus-visible,.radne-footer__links a[aria-current=page]{opacity:1;transform:translate(3px)}.radne-footer__links .radne-footer__rights-primary{display:flex;align-items:center;gap:8px;width:fit-content;padding:9px 11px;border:1px solid color-mix(in srgb,var(--rf-accent) 50%,transparent);border-radius:3px;opacity:1;color:inherit;font-weight:700}.radne-footer__rights-primary svg{flex:0 0 17px;width:17px;height:17px;fill:none;stroke:var(--rf-accent);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.radne-footer__rights-help{display:block;max-width:16rem;margin-top:7px;opacity:.6;font-size:.7rem;line-height:1.4}.radne-footer__placeholder{opacity:.6;font-size:.8rem}.radne-footer__newsletter{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(320px,1.2fr);align-items:start;gap:40px;margin-top:48px;padding:34px 0;border-top:1px solid var(--rf-border);border-bottom:1px solid var(--rf-border)}.radne-footer__newsletter-copy .radne-footer__heading{margin-bottom:7px}.radne-footer__newsletter-copy p{margin:0;opacity:.7;font-size:.82rem}.radne-footer__newsletter-fields{display:grid;grid-template-columns:minmax(0,1fr) auto;min-height:50px;border:1px solid var(--rf-border);border-radius:2px;background:color-mix(in srgb,currentColor 5%,transparent);overflow:hidden}.radne-footer__newsletter-fields:focus-within{border-color:var(--rf-accent);box-shadow:0 0 0 1px var(--rf-accent)}.radne-footer__newsletter-fields input{width:100%;min-width:0;height:100%;padding:0 17px;border:0;outline:0;background:transparent;color:inherit;font:inherit}.radne-footer__newsletter-fields input::placeholder{color:inherit;opacity:.55}.radne-footer__newsletter-fields button{display:flex;align-items:center;gap:9px;margin:5px;padding:0 18px;border:0;border-radius:1px;background:var(--rf-accent);color:#fff;font:inherit;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer}.radne-footer__newsletter-fields button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .16s ease}.radne-footer__newsletter-fields button:hover svg{transform:translate(3px)}.radne-footer__form-message,.radne-footer__newsletter-context,.radne-footer__form-legal{margin:9px 0 0;font-size:.72rem;line-height:1.45}.radne-footer__form-legal{opacity:.56}.radne-footer__newsletter-context a{margin-inline-start:.5em;text-decoration:underline;text-underline-offset:.15em}.radne-footer__commerce{display:flex;align-items:center;justify-content:space-between;gap:28px;padding-top:28px}.radne-footer__commerce-copy{display:flex;align-items:center;gap:12px;font-size:.76rem}.radne-footer__commerce-copy>svg{width:25px;height:25px;fill:none;stroke:var(--rf-accent);stroke-width:1.5}.radne-footer__commerce-copy div{display:grid;gap:1px}.radne-footer__commerce-copy span{opacity:.62}.radne-footer__payments{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px;margin:0;padding:0;list-style:none}.radne-footer__payments li{display:flex;line-height:0}.radne-footer__payments svg{width:38px;height:auto}.radne-footer__bottom{margin-top:30px;border-top:1px solid var(--rf-border)}.radne-footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px;padding-top:14px;padding-bottom:14px}.radne-footer__legal{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px 18px;opacity:.66;font-size:.7rem;line-height:1.4}.radne-footer__legal a{text-decoration:none}.radne-footer__legal a:hover{text-decoration:underline;text-underline-offset:3px}.radne-footer__localization .popout-footer{display:flex;gap:8px}.radne-footer__localization .popout__toggle{min-height:40px}@media(max-width:989px){.radne-footer__trust{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 0}.radne-footer__trust-item:nth-child(odd){padding-left:0;border-left:0}.radne-footer__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.radne-footer__brand{grid-column:1 / -1}.radne-footer__menu{grid-column:span 1}}@media(max-width:749px){.radne-footer__trust{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 16px;padding-top:20px;padding-bottom:20px}.radne-footer__trust-item,.radne-footer__trust-item:first-child,.radne-footer__trust-item:last-child{align-items:flex-start;gap:9px;padding:0;border:0}.radne-footer__trust-icon{flex-basis:34px;width:34px;height:34px}.radne-footer__trust-icon svg{width:18px;height:18px}.radne-footer__trust-copy strong{font-size:.72rem}.radne-footer__trust-copy small{font-size:.66rem}.radne-footer__body{padding-top:40px}.radne-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 24px}.radne-footer__brand{grid-column:1 / -1}.radne-footer__menu{grid-column:span 1}.radne-footer__heading{margin-bottom:15px;font-size:.76rem}.radne-footer__links{gap:11px}.radne-footer__links a{font-size:.8rem}.radne-footer__newsletter{grid-template-columns:1fr;gap:18px;margin-top:40px;padding:28px 0}.radne-footer__commerce{align-items:flex-start;flex-direction:column}.radne-footer__payments{justify-content:flex-start}.radne-footer__bottom-inner{align-items:flex-start;flex-direction:column;padding-top:22px;padding-bottom:24px}.radne-footer__legal{justify-content:flex-start}}@media(max-width:420px){.radne-footer__newsletter-fields{grid-template-columns:minmax(0,1fr) 48px}.radne-footer__newsletter-fields button{justify-content:center;padding:0}.radne-footer__newsletter-fields button span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}@media(prefers-reduced-motion:reduce){.radne-footer__links a,.radne-footer__newsletter-fields button svg{transition:none}}.home-journal{background:var(--bg);color:var(--text);scroll-margin-top:calc(var(--header-height, 100px) + 24px)}.home-journal__inner{max-width:1440px}.home-journal__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-bottom:28px;margin-bottom:32px;border-bottom:1px solid var(--border)}.home-journal__heading-group{max-width:720px}.home-journal__eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 16px;font-size:12px;font-weight:var(--FONT-WEIGHT-BODY-BOLD);letter-spacing:.08em;text-transform:uppercase}.home-journal__eyebrow:before{content:"";width:26px;height:3px;background:var(--accent)}.home-journal .home-journal__header h2{font-family:var(--FONT-STACK-HEADING);font-weight:var(--FONT-WEIGHT-HEADING);margin:0;font-size:clamp(28px,3.3vw,44px);line-height:1.12;letter-spacing:-.035em;text-transform:none;text-wrap:balance;overflow-wrap:anywhere}.home-journal__intro{font-size:16px;line-height:1.65;max-width:60ch;margin-top:16px}.home-journal__intro p{margin:0}.home-journal__all{display:inline-flex;align-items:center;justify-content:space-between;flex-shrink:0;gap:24px;min-height:44px;padding-block:10px;border-bottom:1px solid currentColor;font-size:14px;font-weight:var(--FONT-WEIGHT-BODY-BOLD)}.home-journal__all span{font-size:20px}.home-journal__all:focus-visible{outline:2px solid currentColor;outline-offset:5px}.home-journal__grid{list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;padding:0;margin:0}.home-journal__grid--count-1{grid-template-columns:minmax(0,760px)}.home-journal__grid--count-2{grid-template-columns:repeat(2,minmax(0,1fr))}.home-journal__empty{padding:24px;border:1px dashed var(--border)}@media(min-width:1000px){.home-journal__grid--editorial:not(.home-journal__grid--count-1):not(.home-journal__grid--count-2){grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:28px 40px}.home-journal__grid--editorial:not(.home-journal__grid--count-1):not(.home-journal__grid--count-2)>:first-child{grid-row:span 2}.home-journal__grid--editorial>:first-child .journal-tile__title{font-size:clamp(26px,2.3vw,34px)}.home-journal__grid--editorial:not(.home-journal__grid--count-1):not(.home-journal__grid--count-2)>:not(:first-child) .journal-tile:not(.journal-tile--text){display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1fr);align-items:start;column-gap:24px}.home-journal__grid--editorial>:not(:first-child) .journal-tile__image{aspect-ratio:4 / 5}.home-journal__grid--editorial>:not(:first-child) .journal-tile__title{font-size:21px}.home-journal__grid--editorial>:not(:first-child) .journal-tile__body{padding-top:0}.home-journal__grid--editorial>:not(:first-child) .journal-tile--text .journal-tile__body{padding-top:24px}}@media(min-width:600px)and (max-width:999px){.home-journal__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-journal__grid--editorial>:first-child{grid-column:1 / -1}.home-journal__grid--editorial>:first-child .journal-tile:not(.journal-tile--text){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}.home-journal__grid--editorial>:first-child .journal-tile:not(.journal-tile--text) .journal-tile__body{padding-top:0}}@media(max-width:599px){.home-journal__inner{padding-inline:20px}.home-journal__header{display:block;padding-bottom:20px;margin-bottom:24px}.home-journal__all{margin-top:16px}.home-journal__grid{grid-template-columns:minmax(0,1fr);gap:28px}}sticky-purchase{display:block}.sticky-purchase__summary[hidden]{display:none}.sticky-purchase__spacer{pointer-events:none}product-form.sticky-purchase--fixed{position:fixed;inset:auto 0 0;z-index:2001;display:flex;align-items:center;justify-content:center;gap:32px;width:100%;margin:0;padding:14px max(20px,env(safe-area-inset-right)) calc(14px + env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left));background:var(--COLOR-BG, #fff);color:var(--COLOR-TEXT, #171717);border-top:1px solid var(--COLOR-BORDER, #ddd);box-shadow:0 -4px 20px #0000000d}.sticky-purchase--fixed .sticky-purchase__summary{display:grid;gap:3px;flex:0 1 360px;min-width:0}.sticky-purchase__title{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticky-purchase__variant{display:flex;gap:8px;align-items:center;width:fit-content;max-width:100%;padding:4px 0;text-align:left;text-decoration:underline;text-underline-offset:3px;font-size:14px}.sticky-purchase__variant:focus-visible{outline:2px solid currentColor;outline-offset:3px}.sticky-purchase__variant[hidden]{display:none}.sticky-purchase--fixed>.product__submit{flex:0 1 560px;min-width:0;width:100%}.sticky-purchase--fixed .product__submit{margin:0;transform:none}.sticky-purchase--fixed .product__submit__buttons{margin:0}.sticky-purchase--fixed .product-form__quantity{margin-bottom:0}.sticky-purchase--fixed .product__form__errors{max-height:20vh;overflow-y:auto}[data-scroll-locked] .sticky-purchase--fixed{visibility:hidden}@media(max-width:749px){product-form.sticky-purchase--fixed{display:grid;gap:8px;padding-top:10px;padding-bottom:calc(10px + env(safe-area-inset-bottom))}.sticky-purchase--fixed .sticky-purchase__summary{display:flex;justify-content:space-between;align-items:center;gap:12px}.sticky-purchase__title{font-size:13px}.sticky-purchase__variant{flex-shrink:0;max-width:60%;font-size:13px}.sticky-purchase--fixed .product__submit__item--inline{grid-template-columns:minmax(0,110px) minmax(0,1fr)}}.journal-tile-wrap{min-width:0;margin:0}.journal-tile{position:relative;display:flex;flex-direction:column;height:100%;border-bottom:1px solid var(--border);padding-bottom:20px}.journal-tile__image{aspect-ratio:16 / 10;overflow:hidden;border-radius:4px;background:color-mix(in srgb,var(--text) 4%,var(--bg))}.journal-tile__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.journal-tile__image--contain img{object-fit:contain}.journal-tile__body{display:flex;flex-direction:column;flex:1;padding-top:22px;min-width:0}.journal-tile__meta{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 12px;margin-bottom:12px;font-size:12px;line-height:1.6}.journal-tile__category{font-weight:var(--FONT-WEIGHT-BODY-BOLD);letter-spacing:.05em;text-transform:uppercase}.journal-tile .journal-tile__title{font-family:var(--FONT-STACK-HEADING);font-weight:var(--FONT-WEIGHT-HEADING);font-size:24px;line-height:1.22;letter-spacing:-.025em;text-transform:none;text-wrap:balance;overflow-wrap:anywhere;margin:0 0 14px}.journal-tile__title a{color:inherit;text-decoration:none}.journal-tile__title a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:4px}.journal-tile__title a:focus-visible{outline:none}.journal-tile__title a:focus-visible:after{outline:2px solid currentColor;outline-offset:5px}.journal-tile__excerpt{margin:0 0 20px;font-size:15px;line-height:1.7;overflow-wrap:anywhere}.journal-tile__author{margin:0 0 12px;font-size:12px}.journal-tile__read{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:auto;padding-top:12px;font-size:13px;font-weight:var(--FONT-WEIGHT-BODY-BOLD)}.journal-tile__read>span{font-size:22px;line-height:1}.journal-tile--text{background:color-mix(in srgb,var(--text) 3%,var(--bg));border-radius:4px;padding:0 28px 24px}.journal-tile--text .journal-tile__body{padding-top:24px}.journal-tile__number{margin-left:auto;font-size:28px;letter-spacing:-.04em;font-family:var(--FONT-STACK-HEADING)}@media(hover:hover){.journal-tile:hover .journal-tile__image img{transform:scale(1.025)}.journal-tile:hover .journal-tile__title a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.15em}}@media(max-width:599px){.journal-tile .journal-tile__title{font-size:24px}.journal-tile--text{padding-inline:20px}}@media(prefers-reduced-motion:reduce){.journal-tile__image img{transition:none}}.journal-pagination{border-top:1px solid var(--border);margin-top:48px;padding-top:24px;display:flex;flex-wrap:wrap;gap:20px;align-items:center;justify-content:space-between}.journal-pagination p{margin:0;font-size:13px}.journal-pagination ul{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0;gap:6px}.journal-pagination li{margin:0}.journal-pagination a,.journal-pagination [aria-current]{display:flex;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:8px;border:1px solid var(--border);border-radius:4px;font-size:14px}.journal-pagination [aria-current]{background:var(--text);color:var(--bg);border-color:var(--text)}.journal-pagination__gap{display:flex;align-items:center;justify-content:center;min-height:44px;min-width:20px}.journal-pagination a:hover{border-color:currentColor;text-decoration:underline;text-underline-offset:3px}.journal-pagination a:focus-visible{outline:2px solid currentColor;outline-offset:3px}
/*# sourceMappingURL=/cdn/shop/t/49/compiled_assets/styles.css.map */
