:root{color-scheme:dark;--bg: #090d0f;--bg-soft: #0e1517;--surface: #12191c;--surface-muted: #0d1315;--surface-glass: rgba(18, 25, 28, .74);--text: #e8f1ef;--text-strong: #f8fffe;--text-soft: #d2dfdc;--muted: #bfcecb;--muted-2: #a7b8b5;--line: #324448;--line-strong: #3a5356;--accent: #43d9c4;--accent-strong: #8bf5e6;--accent-soft: rgba(67, 217, 196, .12);--warning-bg: #201b0d;--warning-text: #ead38a;--shadow: 0 22px 70px rgba(0, 0, 0, .48);--shadow-soft: 0 16px 45px rgba(0, 0, 0, .34);--radius: 8px;--radius-small: 5px;--max: 1240px;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);scroll-behavior:smooth}body{margin:0;color:var(--text);font-weight:400;line-height:1.62;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:.2em}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:3px}img{max-width:100%;height:auto}table{width:100%;border-collapse:collapse;display:block;overflow-x:auto}td,th{border-bottom:1px solid var(--line);padding:.7rem .8rem;vertical-align:top}.site-shell{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(115deg,rgba(67,217,196,.09),transparent 34%),linear-gradient(180deg,#090d0f,#101719 42rem,#090d0f)}.site-header{border-bottom:1px solid rgba(67,217,196,.16);background:#090d0fd1;position:sticky;top:0;z-index:10;backdrop-filter:blur(18px) saturate(130%)}.header-inner,.footer-inner,.page{width:min(100% - 2rem,var(--max));margin:0 auto}.header-inner{min-height:4.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.25rem}.brand{color:var(--text-strong);font-size:1.02rem;font-weight:600;letter-spacing:0;text-decoration:none;white-space:nowrap}.nav{display:flex;align-items:center;gap:1rem;justify-content:flex-end;font-size:.86rem;font-weight:560;letter-spacing:0;white-space:nowrap}.nav a{color:var(--text-soft);text-decoration:none;transition:color .16s ease}.nav a:hover,.nav a:focus{color:var(--accent-strong)}.page{flex:1;padding:2.1rem 0 4.5rem}.crumb{color:var(--muted);font-size:.93rem;font-weight:520;margin-bottom:1.3rem}.crumb a{color:inherit;text-decoration:none}.hero{display:grid;grid-template-columns:minmax(0,1fr);gap:1.5rem;margin-bottom:2rem}.product-hero{grid-template-columns:minmax(0,.92fr) minmax(280px,1.08fr);align-items:start}.eyebrow{color:var(--accent-strong);font-family:SF Mono,Roboto Mono,ui-monospace,monospace;font-size:.72rem;font-weight:540;margin:0 0 .55rem}h1,h2,h3,h4,h5,h6{color:var(--text-strong);letter-spacing:0}h1{font-size:4.35rem;line-height:1.03;font-weight:600;margin:0;max-width:12ch}h2{font-size:1.9rem;line-height:1.16;font-weight:600;margin:2rem 0 .75rem}h3{font-size:1.08rem;line-height:1.3;margin:1.5rem 0 .45rem;font-weight:560}h4,h5,h6{font-size:1.02rem;line-height:1.35;margin:1.25rem 0 .5rem;font-weight:560}.summary{color:var(--text-soft);max-width:62ch;font-size:1.05rem;font-weight:400;line-height:1.7}.media-frame{background:var(--surface-glass);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);overflow:hidden}.media-frame img{width:100%;display:block}.product-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.58fr);align-items:start;gap:clamp(1.4rem,3vw,2.6rem);margin-bottom:2.3rem}.product-gallery{min-width:0}.product-main-image,.product-aside,.content,.item-card,.product-card{background:linear-gradient(180deg,#12191ceb,#0c1214eb);border:1px solid var(--line);border-radius:var(--radius)}.product-main-image{box-shadow:var(--shadow-soft);overflow:hidden;outline:1px solid rgba(67,217,196,.08)}.product-main-image img{width:100%;display:block;aspect-ratio:1 / 1;object-fit:cover}.product-thumbnails{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.7rem;margin-top:.8rem}.product-thumbnails img{aspect-ratio:1 / 1;width:100%;object-fit:cover;border:1px solid var(--line);border-radius:var(--radius-small);background:var(--surface-muted);opacity:.92}.product-aside{padding:clamp(1.1rem,2vw,1.6rem);box-shadow:var(--shadow);backdrop-filter:blur(14px)}.product-summary{position:sticky;top:5.5rem}.product-summary h1{font-size:2.75rem;line-height:1.08;max-width:13ch}.vendor.large{margin-top:.9rem;font-size:.86rem}.product-price{margin:1.15rem 0 .6rem;font-size:1.45rem;font-weight:600;letter-spacing:0}.price-list{display:grid;gap:.65rem;margin:1.05rem 0 1.1rem}.price-row{display:flex;justify-content:space-between;gap:1rem;border:1px solid var(--line);border-radius:var(--radius-small);padding:.72rem .82rem;background:#080e10b8;color:var(--text);font-weight:450}.price-row span{color:var(--text-soft)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:2.85rem;padding:.72rem 1.12rem;border-radius:var(--radius-small);border:1px solid var(--accent);background:linear-gradient(180deg,#4ce7d2,#20a995);color:#06110f;text-decoration:none;font-weight:580;letter-spacing:0;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}.button:hover,.button:focus{background:linear-gradient(180deg,#88f5e7,#36c8b5);border-color:var(--accent-strong);color:#06110f;box-shadow:0 0 0 1px #8bf5e62e,0 12px 34px #43d9c42e;text-decoration:none}.button:active{transform:translateY(1px)}.button.secondary{background:transparent;color:var(--accent-strong);border-color:color-mix(in srgb,var(--accent),transparent 25%)}.button.secondary:hover,.button.secondary:focus{background:var(--accent-soft);color:var(--accent-strong);border-color:var(--accent);box-shadow:none}.button.full{width:100%;margin-top:.72rem}.button:disabled{cursor:not-allowed;opacity:1;background:#172326;border-color:var(--line-strong);color:var(--muted);box-shadow:none;transform:none}.button.secondary:disabled{background:transparent;border-color:var(--line-strong);color:var(--muted)}.home-hero{min-height:min(640px,calc(100dvh - 5rem));display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);align-items:center;gap:clamp(1.5rem,4vw,3.5rem);margin:0 0 3.6rem;padding:2.6rem 0 2.8rem}.home-hero-copy{max-width:700px}.home-hero .summary{max-width:56ch;margin:1.25rem 0 0;font-size:1.08rem}.home-hero h1{max-width:13.5ch}.home-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.6rem}.home-hero-gallery{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);grid-template-rows:repeat(2,minmax(0,1fr));height:clamp(420px,42vw,560px);gap:.9rem;align-items:stretch}.hero-tile{min-height:0;position:relative;display:grid;grid-template-rows:minmax(0,1fr) auto;overflow:hidden;border-radius:var(--radius);background:radial-gradient(circle at 18% 12%,rgba(67,217,196,.16),transparent 34%),linear-gradient(145deg,#121e22fa,#080d0ffa);color:#fff;text-decoration:none;border:1px solid rgba(67,217,196,.14);box-shadow:var(--shadow-soft);isolation:isolate}.hero-tile:first-child{grid-row:span 2}.hero-tile:after{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(135deg,rgba(255,255,255,.06),transparent 34%),linear-gradient(to bottom,rgba(255,255,255,.04),transparent 22%);pointer-events:none}.hero-tile img{position:relative;z-index:1;width:100%;height:100%;min-height:0;padding:clamp(.65rem,1.2vw,1rem);object-fit:contain;align-self:center;transition:transform .24s ease}.hero-tile:hover img,.hero-tile:focus img{transform:scale(1.025)}.hero-tile span{position:relative;z-index:1;display:flex;min-height:4.6rem;align-items:center;padding:.88rem 1rem .95rem;border-top:1px solid rgba(67,217,196,.14);background:#070d0fb8;font-weight:570;line-height:1.22;text-wrap:balance;text-shadow:none}.home-section{margin:3.4rem 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.1rem;border-bottom:1px solid rgba(67,217,196,.14);padding-bottom:.95rem}.section-heading h2{margin:0;max-width:680px}.section-heading a{color:var(--accent-strong);font-weight:560;text-decoration:none;white-space:nowrap;font-size:.88rem}.section-heading a:hover,.section-heading a:focus{text-decoration:underline}.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}.product-card{overflow:hidden;box-shadow:none;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.product-card:hover,.product-card:focus-within{border-color:#43d9c45c;transform:translateY(-2px);box-shadow:0 18px 52px #00000061,0 0 0 1px #43d9c414}.product-card a,.item-card a{display:flex;min-height:100%;flex-direction:column;color:inherit;text-decoration:none}.product-card img,.item-card img{aspect-ratio:1 / 1;width:100%;padding:.55rem;object-fit:contain;background:radial-gradient(circle at 20% 15%,rgba(67,217,196,.08),transparent 35%),#0b1113}.product-card h3{min-height:3.9rem;color:var(--text-strong);font-size:1.03rem;font-weight:560;line-height:1.35}.product-card .item-card-body{display:flex;flex:1;flex-direction:column}.vendor{margin:0 0 .4rem;color:var(--muted);font-family:SF Mono,Roboto Mono,ui-monospace,monospace;font-size:.79rem;font-weight:540;line-height:1.25}.price{margin:auto 0 0;color:var(--accent-strong);font-weight:580;font-size:.96rem}.section-summary{color:var(--muted);margin:.45rem 0 0;max-width:62ch;font-size:.98rem;font-weight:400;line-height:1.6}.knowledge-hub{margin-top:4.4rem}.knowledge-heading{margin-bottom:1.35rem;padding-bottom:1rem;border-bottom:1px solid rgba(67,217,196,.14)}.knowledge-heading h2{margin:0;max-width:760px}.knowledge-tabs{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}.knowledge-tabs a{display:inline-flex;align-items:center;gap:.45rem;min-height:2.35rem;padding:.48rem .72rem;border:1px solid rgba(67,217,196,.2);border-radius:var(--radius-small);color:var(--text-soft);background:#12191c94;text-decoration:none;font-size:.88rem;font-weight:500}.knowledge-tabs a:hover,.knowledge-tabs a:focus{color:var(--accent-strong);border-color:#43d9c46b;background:#43d9c414}.knowledge-tabs span{color:var(--muted-2);font-size:.78rem;font-weight:450}.knowledge-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem;align-items:stretch}.knowledge-card{min-width:0;grid-column:span 2;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,#12191ce6,#0b1113eb);transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.knowledge-card:hover,.knowledge-card:focus-within{border-color:#43d9c457;transform:translateY(-2px);box-shadow:0 18px 46px #00000052}.knowledge-card.featured{grid-column:span 3}.knowledge-card:nth-child(2){grid-column:span 3}.knowledge-card a{color:inherit;text-decoration:none}.knowledge-media{display:block;overflow:hidden;background:#0b1113}.knowledge-thumb{width:100%;aspect-ratio:16 / 9;object-fit:cover;background:#0b1113;border-bottom:1px solid rgba(67,217,196,.12);transition:transform .24s ease}.knowledge-card.featured .knowledge-thumb{aspect-ratio:16 / 8.8}.knowledge-card:hover .knowledge-thumb,.knowledge-card:focus-within .knowledge-thumb{transform:scale(1.025)}.knowledge-card-body{display:flex;flex:1;flex-direction:column;padding:1rem}.knowledge-card.featured .knowledge-card-body{padding:1.12rem}.knowledge-type{margin:0 0 .6rem;color:var(--accent-strong);font-size:.82rem;font-weight:540;line-height:1.3}.knowledge-card h3{margin:0 0 .6rem;color:var(--text-strong);font-size:1.1rem;font-weight:570;line-height:1.34;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.knowledge-card.featured h3{font-size:1.28rem;line-height:1.28}.knowledge-card h3 a:hover,.knowledge-card h3 a:focus{color:var(--accent-strong)}.knowledge-samples{display:grid;gap:.45rem;margin:.15rem 0 1rem}.knowledge-samples a{color:var(--text-soft);font-size:.9rem;font-weight:400;line-height:1.38;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.knowledge-samples a:hover,.knowledge-samples a:focus{color:var(--accent-strong)}.knowledge-card-footer{display:flex;justify-content:space-between;gap:.75rem;margin-top:auto;padding-top:.9rem;color:var(--muted);font-size:.86rem;font-weight:430;border-top:1px solid rgba(67,217,196,.1)}.knowledge-card-footer a{color:var(--accent-strong);font-weight:500}.knowledge-card .meta{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.article-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:3.8rem}.article-section{min-width:0;padding:1rem;border:1px solid var(--line);border-radius:var(--radius);background:#12191cb3}.section-heading.compact{align-items:flex-start}.section-heading.compact h2{font-size:1.12rem;letter-spacing:0}.article-list{display:grid;gap:.85rem}.article-list article{border-bottom:1px solid var(--line);padding-bottom:.85rem}.article-list article:last-child{border-bottom:0;padding-bottom:0}.article-list a{display:grid;grid-template-columns:5.25rem minmax(0,1fr);align-items:start;gap:.8rem;color:inherit;text-decoration:none}.article-list a:hover h3,.article-list a:focus h3{color:var(--accent-strong)}.article-list h3{margin:0 0 .35rem;color:var(--text-strong);font-size:1.03rem;font-weight:560;line-height:1.35}.article-thumb{width:100%;aspect-ratio:1 / .72;object-fit:cover;border:1px solid rgba(67,217,196,.16);border-radius:var(--radius-small);background:#0b1113}.article-detail{margin-bottom:3rem}.article-hero{max-width:940px;margin:1rem 0 1.4rem}.article-hero h1{max-width:16ch}.article-meta{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1.2rem}.article-meta span{display:inline-flex;align-items:center;min-height:2rem;padding:.28rem .58rem;border:1px solid rgba(67,217,196,.18);border-radius:999px;background:#12191cad;color:var(--text-soft);font-size:.84rem;font-weight:450;line-height:1.2}.article-cover{overflow:hidden;margin:0 0 1rem;border:1px solid rgba(67,217,196,.18);border-radius:var(--radius);background:#0b1113;box-shadow:var(--shadow-soft)}.article-cover img{display:block;width:100%;max-height:520px;object-fit:cover}.article-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 18rem;align-items:start;gap:1rem}.article-content{min-width:0}.related-articles{position:sticky;top:5.5rem;padding:.95rem;border:1px solid var(--line);border-radius:var(--radius);background:#12191cbd}.related-articles h2{margin:0 0 .8rem;color:var(--text-strong);font-size:1rem;font-weight:570;line-height:1.3}.related-article-list{display:grid;gap:.72rem}.related-article-list a{display:grid;grid-template-columns:4.5rem minmax(0,1fr);align-items:start;gap:.68rem;color:var(--text-soft);text-decoration:none}.related-article-list a:hover,.related-article-list a:focus{color:var(--accent-strong)}.related-article-list img{width:100%;aspect-ratio:1 / .72;object-fit:cover;border:1px solid rgba(67,217,196,.14);border-radius:var(--radius-small);background:#0b1113}.related-article-list span{display:-webkit-box;overflow:hidden;color:inherit;font-size:.9rem;font-weight:500;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:3}.article-backlink{margin:0 0 2.6rem}.article-backlink a{display:inline-flex;min-height:2.5rem;align-items:center;padding:0 .85rem;border:1px solid rgba(67,217,196,.28);border-radius:var(--radius-small);color:var(--accent-strong);background:#43d9c414;font-size:.92rem;font-weight:520;text-decoration:none}.collection-hero{max-width:820px;margin:1rem 0 1.65rem}.collection-hero h1{max-width:12ch}.blog-hero{max-width:920px;margin:1rem 0 1.65rem}.blog-hero h1{max-width:14ch}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:0 0 1rem;padding:.9rem 0;border-top:1px solid rgba(67,217,196,.14);border-bottom:1px solid rgba(67,217,196,.14);color:var(--text-soft);font-size:.95rem;font-weight:430}.blog-category-nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.72rem;margin:0 0 1rem}.blog-category-nav a{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:.8rem;padding:.78rem .86rem;border:1px solid var(--line);border-radius:var(--radius);background:#12191cb8;color:var(--text-soft);text-decoration:none;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.blog-category-nav a:hover,.blog-category-nav a:focus,.blog-category-nav a.active{border-color:#43d9c485;background:#43d9c41a;color:var(--text-strong)}.blog-category-nav a:hover,.blog-category-nav a:focus{transform:translateY(-1px)}.blog-category-nav span{font-size:.93rem;font-weight:520;line-height:1.28;white-space:normal}.blog-category-nav strong{flex:0 0 auto;min-width:2.1rem;padding:.18rem .42rem;border:1px solid rgba(67,217,196,.2);border-radius:999px;color:var(--accent-strong);font-size:.78rem;font-weight:560;line-height:1.2;text-align:center}.collection-grid{margin-bottom:2.3rem}.collection-description{margin-top:2rem}.grid-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1rem}.item-card{overflow:hidden}.item-card-body{padding:.95rem}.item-card h2,.item-card h3{color:var(--text-strong);font-size:1.03rem;font-weight:560;margin:0 0 .35rem}.meta{color:var(--muted);font-size:.94rem;font-weight:400;line-height:1.55}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:2.6rem}.blog-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,#12191ceb,#0c1214eb);transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.blog-card.featured{grid-column:span 2;grid-row:span 2}.blog-card:hover,.blog-card:focus-within{border-color:#43d9c45c;transform:translateY(-2px);box-shadow:0 18px 46px #00000052}.blog-card a{display:flex;min-height:100%;flex-direction:column;color:inherit;text-decoration:none}.blog-card img{width:100%;aspect-ratio:16 / 9;object-fit:cover;background:#0b1113;border-bottom:1px solid rgba(67,217,196,.12);transition:transform .24s ease}.blog-card.featured img{aspect-ratio:16 / 8.5}.blog-card:hover img,.blog-card:focus-within img{transform:scale(1.025)}.blog-card-body{display:flex;flex:1;flex-direction:column;padding:1rem}.blog-card.featured .blog-card-body{padding:1.15rem}.blog-card h2{margin:0 0 .58rem;color:var(--text-strong);font-size:1.08rem;font-weight:570;line-height:1.34;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.blog-card.featured h2{font-size:1.42rem;line-height:1.24}.blog-card a:hover h2,.blog-card a:focus h2{color:var(--accent-strong)}.blog-card .meta{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.blog-card.featured .meta{-webkit-line-clamp:4}.pagination{display:flex;align-items:center;justify-content:center;gap:.65rem;margin:.4rem 0 2.7rem}.pagination-pages{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.42rem}.pagination-control,.pagination-number,.pagination-gap{display:inline-flex;min-height:2.45rem;align-items:center;justify-content:center;border-radius:var(--radius-small);font-size:.92rem;line-height:1}.pagination-control,.pagination-number{border:1px solid var(--line);background:#12191cc7;color:var(--text-soft);font-weight:520;text-decoration:none;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.pagination-control{padding:0 .82rem}.pagination-number{width:2.45rem}.pagination-control:hover,.pagination-control:focus,.pagination-number:hover,.pagination-number:focus,.pagination-number.active{border-color:#43d9c480;background:#43d9c41f;color:var(--text-strong)}.pagination-control:hover,.pagination-control:focus,.pagination-number:hover,.pagination-number:focus{transform:translateY(-1px)}.pagination-control.disabled{cursor:not-allowed;opacity:.45}.pagination-gap{width:1.2rem;color:var(--muted-2)}.content{padding:clamp(1.1rem,2vw,1.55rem);overflow-wrap:anywhere;box-shadow:var(--shadow-soft);color:var(--text)}.content :first-child{margin-top:0}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{max-width:820px}.content p,.content li,.content div{color:var(--text);font-size:1rem;font-weight:400;line-height:1.75;max-width:78ch}.content :where(span,em,b,strong,h1,h2,h3,h4,h5,h6,p,li,div)[style*=color]{color:inherit!important}.content strong,.content b{color:var(--text-strong);font-weight:580}.content a{color:var(--accent-strong);font-weight:500}.content a [style*=color]{color:inherit!important}.content iframe,.content video{max-width:100%}.content img{height:auto;border-radius:var(--radius-small)}.notice{border:1px solid color-mix(in srgb,var(--warning-text),transparent 72%);background:var(--warning-bg);padding:.85rem .95rem;border-radius:var(--radius-small);color:var(--warning-text);font-size:.94rem;font-weight:450;line-height:1.55}.site-footer{border-top:1px solid var(--line);background:#090d0feb;color:var(--text-soft)}.footer-inner{padding:1.45rem 0;display:flex;flex-wrap:wrap;gap:.6rem 1rem;justify-content:space-between;font-size:.94rem;font-weight:400;line-height:1.5}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.001ms!important;animation-duration:.001ms!important}}@media(max-width:1080px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.knowledge-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.knowledge-card,.knowledge-card.featured,.knowledge-card:nth-child(2){grid-column:span 1}.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-card.featured{grid-column:span 2}.nav{gap:.72rem;font-size:.83rem}h1{font-size:3.65rem}.product-summary h1{font-size:2.45rem}}@media(max-width:860px){.header-inner{min-height:auto;align-items:flex-start;flex-direction:column;padding:.9rem 0}.nav{width:100%;justify-content:flex-start;overflow-x:auto;padding-bottom:.1rem}h1{max-width:13ch;font-size:3.05rem}.product-hero,.product-detail,.home-hero{grid-template-columns:1fr}.home-hero{min-height:0;padding-top:1.2rem}.home-hero-gallery{grid-template-columns:repeat(2,minmax(0,1fr));height:auto}.product-summary{position:static}.article-detail-grid{grid-template-columns:1fr}.related-articles{position:static}.product-thumbnails{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid,.article-band,.knowledge-grid,.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.header-inner,.footer-inner,.page{width:min(100% - 1rem,var(--max))}.page{padding-top:1.25rem}h1{font-size:2.42rem;max-width:12ch}.summary{font-size:1rem}.article-hero h1{max-width:12ch}.article-meta span{max-width:100%}.content,.product-aside,.article-section{padding:.95rem}.home-hero-gallery,.product-grid,.article-band,.knowledge-grid,.blog-grid,.grid-list{grid-template-columns:1fr}.knowledge-card,.knowledge-card.featured,.knowledge-card:nth-child(2),.blog-card.featured{grid-column:span 1;grid-row:auto}.knowledge-card.featured .knowledge-thumb,.knowledge-thumb,.blog-card.featured img,.blog-card img{aspect-ratio:16 / 9}.hero-tile{min-height:190px}.hero-tile:first-child{grid-row:auto}.section-heading{align-items:flex-start;flex-direction:column;gap:.5rem}.collection-toolbar{align-items:flex-start;flex-direction:column}.pagination{flex-wrap:wrap;justify-content:flex-start}.pagination-pages{order:-1;width:100%;justify-content:flex-start}.product-thumbnails{grid-template-columns:repeat(3,minmax(0,1fr))}}
