﻿.directory-no-js-notice{margin:0 0 1.5rem;padding:1rem 1.1rem;border:1px solid var(--border-color, #e1e4e8);border-radius:12px;background:var(--background-alt-color, #f8f9fa)}.entity-grid,.stores-grid,.brands-grid,.websites-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:25px;margin:30px 0;width:100%}.entity-grid--small{grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));gap:15px}.entity-grid--large{grid-template-columns:repeat(auto-fill, minmax(320px, 1fr));gap:30px}.entity-grid--featured{grid-template-columns:repeat(3, 1fr)}@media(max-width: 992px){.entity-grid--featured{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.entity-grid--featured{grid-template-columns:1fr}}.entity-grid--related{grid-template-columns:repeat(4, 1fr)}@media(max-width: 992px){.entity-grid--related{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 768px){.entity-grid--related{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 576px){.entity-grid--related{grid-template-columns:1fr}}.entity-grid--sidebar{grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));gap:15px}@media(max-width: 992px){.entity-grid,.stores-grid,.brands-grid,.websites-grid{grid-template-columns:repeat(auto-fill, minmax(250px, 1fr))}}@media(max-width: 768px){.entity-grid,.stores-grid,.brands-grid,.websites-grid{grid-template-columns:repeat(2, 1fr);gap:20px}}@media(max-width: 576px){.entity-grid,.stores-grid,.brands-grid,.websites-grid{grid-template-columns:1fr;gap:15px}}.entity-card,.store-card{min-width:0;background-color:var(--surface, #ffffff);border:1.5px solid var(--border-color);border-radius:16px;box-shadow:none;overflow:hidden;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;height:100%;display:flex;flex-direction:column;width:100%;position:relative}.entity-card:hover,.store-card:hover,.entity-card:focus-within,.store-card:focus-within{transform:translateY(-2px);border-color:var(--accent);box-shadow:var(--card-shadow-hover)}@media(prefers-reduced-motion: reduce){.entity-card,.store-card{transition:none}.entity-card:hover,.store-card:hover,.entity-card:focus-within,.store-card:focus-within{transform:none;box-shadow:none}}.entity-card__header{position:relative;padding:24px;background:var(--surface-sunk);border-bottom:1px solid var(--hairline);display:flex;flex-direction:column;align-items:center;gap:14px}.entity-card__badge{position:absolute;top:12px;right:12px;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600;display:flex;align-items:center;z-index:2}.entity-card__badge i{margin-right:5px}.entity-card__badge--brand{background-color:#f3e5f5;color:#7b1fa2}.entity-card__badge--store-online{background-color:#e0f2ff;color:var(--accent)}.entity-card__badge--store-physical{background-color:#e8f5e9;color:#2e7d32}.entity-card__badge--website-official{background-color:#fff8e1;color:#8a5a00}.entity-card__badge--website-retailer{background-color:#e0f7fa;color:#00838f}.entity-card__badge--official{background-color:#fff8e1;color:#8a5a00}.entity-card__badge--product{background-color:#e8f5e9;color:#2e7d32}.entity-card__badge--guide{background-color:#e3f2fd;color:#1565c0}.entity-card__badge--education{background-color:#fff3e0;color:#e65100}.entity-card__logo-container,.brand-card__logo-container{display:flex;align-items:center;justify-content:center;height:82px;width:100%;margin-bottom:4px}.entity-card__logo,.brand-card__logo{max-width:100%;max-height:60px;object-fit:contain}.entity-card__logo-placeholder{width:60px;height:60px;background-color:var(--background-alt-color-2, #f0f2f5);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;color:var(--text-alt-color, #767676)}.entity-card__image-container{position:relative;padding-top:56.25%;overflow:hidden;background-color:var(--background-alt-color, #f8f9fa)}.entity-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.entity-card__image:hover{transform:scale(1.05)}.entity-card__content,.brand-card__content{padding:24px;flex-grow:1;display:flex;flex-direction:column;gap:14px}.entity-card__title,.brand-card__title{font-size:clamp(1.05rem,1vw + .9rem,1.25rem);font-weight:600;margin-bottom:0;color:var(--heading-font-color, #222222);line-height:1.3}.entity-card__subtitle,.brand-card__origin{font-size:.95rem;color:var(--text-alt-color, #767676);margin-bottom:0}.entity-card__description,.brand-card__description{font-size:.95rem;line-height:1.55;color:var(--text-color, #333333);margin-bottom:0;flex-grow:1}.entity-card__meta,.brand-card__meta{margin-top:auto;padding-top:12px;border-top:1px solid var(--border-color, #e1e4e8);font-size:13px;color:var(--text-alt-color, #767676);display:flex;flex-wrap:wrap;gap:12px}.entity-card__meta-item,.brand-card .product-count,.brand-card .retailer-count,.brand-card .steel-types{display:flex;align-items:center}.entity-card__meta-item i,.brand-card .product-count i,.brand-card .retailer-count i,.brand-card .steel-types i,.entity-card__meta-item svg,.brand-card .product-count svg,.brand-card .retailer-count svg,.brand-card .steel-types svg{margin-right:5px;color:var(--primary-color, #1f5fd1)}.entity-card__cover-link{position:absolute;inset:0;z-index:1;display:none}@media(max-width: 768px){.entity-card__cover-link{display:block}.entity-card .store-card__name,.store-card .store-card__name,.entity-card .website-card__name,.store-card .website-card__name{position:relative;z-index:2}}.entity-card__footer{position:relative;z-index:2;padding:20px 24px;background-color:var(--background-alt-color, #f8f9fa);border-top:1px solid var(--hairline);display:flex;flex-wrap:wrap;gap:12px}.entity-card__action{flex:1;display:inline-block;padding:12px 16px;min-height:44px;background-color:var(--primary-color, #1f5fd1);color:var(--button-color, #ffffff);border-radius:9px;text-align:center;text-decoration:none;font-size:14px;font-weight:500;transition:background-color .2s,transform .2s}.entity-card__action:hover{background-color:var(--button-background-hover, #1a52b8);transform:translateY(-2px)}.entity-card__action--secondary{background-color:var(--background-color, #ffffff);color:var(--text-color, #333333);border:1px solid var(--border-color, #e1e4e8)}.entity-card__action--secondary:hover{background-color:var(--background-alt-color, #f8f9fa)}.entity-card__action--outline{background-color:rgba(0,0,0,0);border:1px solid var(--primary-color, #1f5fd1);color:var(--primary-color, #1f5fd1)}.entity-card__action--outline:hover{background-color:var(--primary-color, #1f5fd1);color:var(--button-color, #ffffff)}.entity-card__action i{margin-right:5px;font-size:12px}.entity-card--small{font-size:.9em}.entity-card--small .entity-card__header{padding:15px}.entity-card--small .entity-card__logo-container,.entity-card--small .brand-card__logo-container{height:60px}.entity-card--small .entity-card__logo,.entity-card--small .brand-card__logo{max-height:45px}.entity-card--small .entity-card__content,.entity-card--small .brand-card__content{padding:15px}.entity-card--small .entity-card__title,.entity-card--small .brand-card__title{font-size:16px}.entity-card--small .entity-card__description,.entity-card--small .brand-card__description{display:none}.entity-card--small .entity-card__footer{padding:10px 15px}.entity-card--large .entity-card__header{padding:25px}.entity-card--large .entity-card__logo-container,.entity-card--large .brand-card__logo-container{height:100px}.entity-card--large .entity-card__logo,.entity-card--large .brand-card__logo{max-height:80px}.entity-card--large .entity-card__content,.entity-card--large .brand-card__content{padding:25px}.entity-card--large .entity-card__title,.entity-card--large .brand-card__title{font-size:22px}.entity-card--large .entity-card__description,.entity-card--large .brand-card__description{-webkit-line-clamp:4}.entity-card--featured{border-left:4px solid var(--primary-color, #1f5fd1)}.entity-card--brand{border-top:3px solid #7b1fa2}.entity-card--store-online{border-top:3px solid var(--accent)}.entity-card--store-physical{border-top:3px solid #2e7d32}.entity-card--website-official{border-top:3px solid #ff8f00}.entity-card--website-retailer{border-top:3px solid #00838f}.entity-filter,.stores-filter,.brands-filter,.websites-filter{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:30px;padding:20px;background-color:var(--background-alt-color, #f8f9fa);border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.entity-filter .filter-group,.stores-filter .filter-group,.brands-filter .filter-group,.websites-filter .filter-group{flex:1;min-width:200px}.entity-filter .filter-group--search,.stores-filter .filter-group--search,.brands-filter .filter-group--search,.websites-filter .filter-group--search{flex:2;min-width:300px}.entity-filter .filter-group label,.stores-filter .filter-group label,.brands-filter .filter-group label,.websites-filter .filter-group label{display:block;margin-bottom:8px;font-size:14px;color:var(--text-alt-color, #767676);font-weight:500}.entity-filter .filter-select,.stores-filter .filter-select,.brands-filter .filter-select,.websites-filter .filter-select,.entity-filter .filter-input,.stores-filter .filter-input,.brands-filter .filter-input,.websites-filter .filter-input,.entity-filter .search-input,.stores-filter .search-input,.brands-filter .search-input,.websites-filter .search-input{width:100%;padding:12px 15px;border:1px solid var(--border-color, #e1e4e8);border-radius:8px;background-color:var(--background-color, #ffffff);font-size:15px;transition:border-color .3s ease,box-shadow .3s ease}.entity-filter .filter-select:focus,.stores-filter .filter-select:focus,.brands-filter .filter-select:focus,.websites-filter .filter-select:focus,.entity-filter .filter-input:focus,.stores-filter .filter-input:focus,.brands-filter .filter-input:focus,.websites-filter .filter-input:focus,.entity-filter .search-input:focus,.stores-filter .search-input:focus,.brands-filter .search-input:focus,.websites-filter .search-input:focus{outline:none;border-color:var(--primary-color, #1f5fd1);box-shadow:0 0 0 3px rgba(0,102,204,.1)}.entity-filter .filter-tags,.stores-filter .filter-tags,.brands-filter .filter-tags,.websites-filter .filter-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}.entity-filter .filter-tag,.stores-filter .filter-tag,.brands-filter .filter-tag,.websites-filter .filter-tag{background-color:var(--background-color, #ffffff);border:none;border-radius:20px;padding:8px 15px;font-size:14px;cursor:pointer;transition:all .2s ease;font-weight:500;color:var(--text-color, #333333)}.entity-filter .filter-tag:hover,.stores-filter .filter-tag:hover,.brands-filter .filter-tag:hover,.websites-filter .filter-tag:hover{background-color:var(--background-alt-color-2, #f0f2f5)}.entity-filter .filter-tag.active,.stores-filter .filter-tag.active,.brands-filter .filter-tag.active,.websites-filter .filter-tag.active{background-color:var(--primary-color, #1f5fd1);color:var(--button-color, #ffffff)}@media(max-width: 768px){.entity-filter,.stores-filter,.brands-filter,.websites-filter{flex-direction:column;gap:15px}.entity-filter .filter-group,.stores-filter .filter-group,.brands-filter .filter-group,.websites-filter .filter-group{width:100%}}.entity-filter--compact{padding:15px}.entity-filter--compact .filter-group{min-width:160px}.entity-filter--compact .filter-select,.entity-filter--compact .filter-input{padding:8px 12px;font-size:14px}.entity-filter--compact .filter-tags{margin-top:10px;gap:8px}.entity-filter--compact .filter-tag{padding:6px 12px;font-size:13px}.entity-empty,.no-results,.websites-no-results,.stores-no-results,.brands-no-results{text-align:center;padding:40px 20px;background-color:var(--background-alt-color, #f8f9fa);border-radius:16px;margin-bottom:40px}.entity-empty__icon{font-size:48px;color:var(--text-alt-color, #767676);margin-bottom:20px;opacity:.4}.entity-empty__title{font-size:20px;margin-bottom:10px;color:var(--heading-font-color, #222222)}.entity-empty__message{font-size:16px;color:var(--text-alt-color, #767676);max-width:600px;margin:0 auto 20px}.entity-empty__action{margin-top:20px}.product-card__image-area{display:flex;align-items:center;justify-content:center;min-height:140px;padding:20px}.product-card__image-area picture{display:contents}.product-card__image{max-width:100%;max-height:120px;object-fit:contain}.product-card__image-placeholder{width:80px;height:80px;opacity:.4}.product-card__type{display:inline-block;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:500;background-color:var(--background-alt-color-2, #f0f2f5);color:var(--text-alt-color, #767676)}.product-card__price{font-size:1.1rem;font-weight:600;color:var(--heading-font-color, #222222);margin:0}.product-card__sizes{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.product-card__size{padding:2px 8px;border:1px solid var(--border-color, #e1e4e8);border-radius:4px;font-size:12px;color:var(--text-alt-color, #767676)}.education-card__icon-bar{display:flex;align-items:center;justify-content:center;width:100%;padding:20px 0 12px;font-size:28px;color:var(--primary-color, #1f5fd1);opacity:.7}.education-card__type{display:inline-block;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:500;background-color:#fff3e0;color:#e65100}.dark-mode .education-card__type{background-color:rgba(230,81,0,.15);color:#ffab40}.education-card__meta{margin:0;padding:0;list-style:none}.education-card__meta div{display:flex;gap:8px;padding:4px 0;font-size:.9rem;border-bottom:1px solid var(--border-color, #e1e4e8)}.education-card__meta div:last-child{border-bottom:none}.education-card__meta dt{font-weight:600;color:var(--text-alt-color, #767676);min-width:70px;font-size:.85rem}.education-card__meta dd{margin:0;color:var(--text-color, #333333)}.education-card__specialties{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.education-card__specialty{display:inline-block;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:500;background-color:var(--background-alt-color-2, #f0f2f5);color:var(--text-alt-color, #767676)}.education-card__specialty--more{background-color:var(--primary-color, #1f5fd1);color:var(--button-color, #ffffff)}.store__description{font-size:16px;line-height:1.6;color:var(--text-color)}.store__description p{margin-bottom:16px}.store__description--truncated{max-height:300px;overflow:hidden;position:relative}.store__description--truncated::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:80px;background:linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--background-color));pointer-events:none}.dark-mode .store__description--truncated::after{background:linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--background-color))}.store__description--expanded{max-height:none}.store__description--expanded::after{display:none}.storebadge{display:inline-flex;align-items:center;padding:6px 12px;border-radius:20px;font-size:14px;font-weight:600}.storebadge i{margin-right:5px}.storebadge--online{background-color:var(--online-badge-bg, #e0f2ff);color:var(--online-badge-color, #1f5fd1)}.storebadge--physical{background-color:var(--physical-badge-bg, #e8f5e9);color:var(--physical-badge-color, #2e7d32)}.storebadge--official{background-color:var(--official-badge-bg, #fff8e1);color:var(--official-badge-color, #8a5a00)}.storebadge--featured{background-color:#f0e6ff;color:#7b1fa2}.storebadge--location{background-color:#f1f1f1;color:#666}.button{display:inline-block;padding:8px 16px;font-size:14px;font-weight:500;text-align:center;text-decoration:none;border-radius:6px;transition:background-color .2s,transform .2s;cursor:pointer;border:none}.button--primary{background-color:var(--primary-color, #1f5fd1);color:#fff}.button--primary:hover{background-color:var(--button-background-hover, #1a52b8);transform:translateY(-2px)}.button--secondary{background-color:var(--background-color, white);color:var(--text-color, #333333);border:1px solid var(--border-color, #e1e4e8)}.button--secondary:hover{background-color:var(--background-alt-color-2, #f0f2f5)}.button--small{padding:5px 12px;font-size:13px}.button--full-width{display:block;width:100%}.button i{margin-right:5px}.featured-brands-grid{display:flex;flex-direction:column;gap:8px}.featured-brand-item{font-size:14px}.featured-brand-item a{color:var(--link-color);text-decoration:none}.featured-brand-item a:hover{text-decoration:underline}.featured-brand-item .brand-origin{font-size:12px;color:var(--text-alt-color);margin-left:5px}.featured-brand-more{font-size:13px;margin-top:5px;text-align:center}.featured-brand-more a{color:var(--text-alt-color)}.featured-brand-more a:hover{color:var(--link-color)}.website-policies{margin-top:10px}.website-policies .policies-list{list-style:none;padding:0;margin:5px 0 0}.website-policies .policies-list li{margin-bottom:5px}.website-policies .policies-list li a{font-size:13px;color:var(--link-color);text-decoration:none}.website-policies .policies-list li a i{margin-right:5px}.website-policies .policies-list li a:hover{text-decoration:underline}.privacy-masked-contact{font-size:14px;margin-bottom:8px}.store__offerings{margin-bottom:20px}.store__offerings-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));gap:15px}.store__offerings-item{display:flex;align-items:center;padding:10px;background-color:var(--background-alt-color);border-radius:6px;font-size:14px}.store__offerings-item i{margin-right:10px;color:var(--success-color)}.store__features{margin-bottom:20px}.store__features-list{list-style:none;padding:0;margin:0}.store__features-item{display:flex;align-items:center;padding:12px 0;border-bottom:1px solid var(--border-color);font-size:15px}.store__features-item:last-child{border-bottom:none}.store__features-item i{margin-right:12px;color:var(--primary-color)}.store__partnerships{margin-top:25px;padding-top:20px;border-top:1px dashed var(--border-color)}.store__partnerships h3{font-size:18px;margin-bottom:15px}.store__partnerships-info{position:relative;padding-left:30px}.store__partnerships-info i{position:absolute;left:0;top:5px;font-size:20px;color:var(--primary-color)}.store__partnerships-info blockquote{margin:0;padding:10px 15px;border-left:3px solid var(--primary-color);background-color:var(--background-alt-color);border-radius:0 6px 6px 0;font-style:italic;font-size:15px;color:var(--text-color)}.store__testimonial{background-color:var(--background-alt-color);border-radius:8px;padding:25px;margin-bottom:20px}.store__testimonial-content{position:relative;padding:0 30px}.store__testimonial-content blockquote{margin:0;padding:0;font-style:italic;font-size:16px;line-height:1.6}.store__testimonial-source{margin-top:15px;text-align:right;font-weight:600;font-size:14px}.store__testimonial-source:before{content:"— "}.storeheader{display:flex;align-items:flex-start;margin-bottom:30px}@media(max-width: 768px){.storeheader{flex-direction:column}}.storeheader-media{width:120px;margin-right:30px}@media(max-width: 768px){.storeheader-media{margin-bottom:20px;margin-right:0}}.storeheader-content{flex:1}.storelogo{width:120px;height:120px;object-fit:contain;border-radius:10px;background-color:var(--background-color);padding:10px;box-shadow:0 3px 10px rgba(0,0,0,.1)}.storename{font-size:32px;margin-bottom:15px;color:var(--heading-font-color)}@media(max-width: 768px){.storename{font-size:28px}}@media(max-width: 576px){.storename{font-size:24px}}.storebadges{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.store__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.storedisclaimer{background-color:#fff8e1;border-left:4px solid #ffc107;padding:15px;margin-bottom:30px;font-size:14px;color:#856404;border-radius:0 4px 4px 0}.storedisclaimer i{color:#f0ad4e;margin-right:5px}.storedisclaimer .storelast-verified{font-style:italic;margin-left:10px;opacity:.8}.storecontent{margin-bottom:60px}.storecontent-layout{display:grid;grid-template-columns:1fr 320px;gap:30px}@media(max-width: 992px){.storecontent-layout{grid-template-columns:1fr 280px}}@media(max-width: 768px){.storecontent-layout{grid-template-columns:1fr}}.storemain-column{min-width:0}@media(max-width: 768px){.storesidebar{order:-1}}.storesection{margin-bottom:40px}.storesection h2.section-title{font-size:22px;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid var(--border-color);display:flex;align-items:center}.storesection h2.section-title i{margin-right:10px;color:var(--primary-color)}.storedescription{font-size:16px;line-height:1.6;color:var(--text-color)}.storedescription--truncated{max-height:300px;overflow:hidden;position:relative}.storedescription--truncated::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:80px;background:linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--background-color));pointer-events:none}.dark-mode .storedescription--truncated::after{background:linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--background-color))}.storedescription--expanded{max-height:none}.storedescription--expanded::after{display:none}.storeread-more{display:inline-block;background:none;border:none;color:var(--primary-color);font-weight:500;font-size:14px;cursor:pointer;padding:0}.storeread-more:hover{text-decoration:underline}.storeservices-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));gap:15px}.storequick-info{display:flex;flex-direction:column;gap:15px;margin-bottom:30px}.store__featured-content{margin-top:20px;padding-top:20px;border-top:1px dashed var(--border-color);font-style:italic}.store__featured-content p{font-size:15px;line-height:1.6;color:var(--text-color);margin-bottom:12px}.website-preview{background-color:var(--background-alt-color, #f8f9fa);border-radius:8px;padding:20px;display:flex;margin-bottom:20px}.website-preview__logo{width:80px;height:80px;object-fit:contain;margin-right:20px}.website-preview__content{flex:1}.website-preview__title{font-size:18px;margin:0 0 10px 0}.website-preview__description{font-size:14px;margin-bottom:10px;color:var(--text-color, #333333)}.website-preview__meta{display:flex;flex-wrap:wrap;gap:15px;font-size:14px;color:var(--text-alt-color, #767676);margin-bottom:15px}.website-preview__meta i{margin-right:5px}.website-preview__links{display:flex;gap:10px}.website-preview__policies{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}.website-preview__policies .policy-link{font-size:14px;color:var(--link-color, #0066cc);text-decoration:none}.website-preview__policies .policy-link i{margin-right:5px}.website-preview__policies .policy-link:hover{text-decoration:underline}@media(max-width: 576px){.website-preview{flex-direction:column}.website-preview__logo{margin-right:0;margin-bottom:15px}}.entity-empty,.no-results,.websites-no-results,.stores-no-results,.brands-no-results{text-align:center;padding:30px;background-color:var(--background-alt-color, #f8f9fa);border-radius:8px;margin-bottom:30px}.entity-empty p,.no-results p,.websites-no-results p,.stores-no-results p,.brands-no-results p{font-size:16px;color:var(--text-alt-color, #767676);margin-bottom:15px}.store-card{position:relative;width:100%;max-width:100%;margin:0;transition:transform .3s ease,box-shadow .3s ease}.store-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.store-card__header{position:relative;padding:15px;background-color:var(--background-alt-color);border-bottom:1px solid var(--border-color)}.store-card__badge{position:absolute;top:10px;right:10px;z-index:1;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600;display:flex;align-items:center}.store-card__badge i{margin-right:4px}.store-card__badge--online{background-color:var(--online-badge-bg, #e0f2ff);color:var(--online-badge-color, #1f5fd1)}.store-card__badge--physical{background-color:var(--physical-badge-bg, #e8f5e9);color:var(--physical-badge-color, #2e7d32)}.store-card__image{display:flex;justify-content:center;align-items:center;height:80px;margin-bottom:10px}.store-card__logo{max-width:100%;max-height:60px;object-fit:contain}.store-card__logo-placeholder{width:60px;height:60px;background-color:var(--primary-color, #1f5fd1);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:bold;color:#fff;border-radius:6px}.store-card__content{padding:20px;flex-grow:1;display:flex;flex-direction:column}.store-card__name{font-size:18px;font-weight:600;margin-bottom:8px;color:var(--heading-font-color, #333333);line-height:1.3}.store-card__location{display:flex;align-items:center;font-size:14px;color:var(--text-alt-color, #767676);margin-bottom:12px}.store-card__location i{margin-right:6px;color:var(--primary-color, #1f5fd1)}.store-card__location .flag-icon{width:16px;height:12px;margin-left:6px}.store-card__description{font-size:14px;color:var(--text-color, #333333);margin-bottom:15px;flex-grow:1;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.store-card__meta{margin-bottom:15px;display:flex;flex-wrap:wrap;gap:12px}.store-card__meta-item{display:flex;align-items:center;font-size:13px;color:var(--text-alt-color, #767676)}.store-card__meta-item i{margin-right:5px;color:var(--primary-color, #1f5fd1)}.store-card__details{margin-top:auto;border-top:1px solid var(--border-color);padding-top:15px}.store-card__highlights{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px}.store-card__highlight{display:inline-flex;align-items:center;font-size:13px;padding:3px 8px;background-color:var(--background-alt-color);border-radius:12px;color:var(--text-color)}.store-card__highlight i{margin-right:4px;color:var(--primary-color);font-size:11px}.store-card__actions{padding:15px;background-color:var(--background-alt-color);border-top:1px solid var(--border-color);display:flex;gap:10px}.store-card__action,.store-card__action-link{flex:1;display:inline-block;padding:8px;background-color:var(--primary-color);color:var(--button-color, white);border-radius:6px;text-align:center;text-decoration:none;font-size:14px;font-weight:500;transition:background-color .2s,transform .2s}.store-card__action:hover,.store-card__action-link:hover{background-color:var(--button-background-hover, #1a52b8);transform:translateY(-2px)}.store-card__action--secondary,.store-card__action-link--secondary{background-color:var(--background-color, white);color:var(--text-color, #333333);border:1px solid var(--border-color, #e1e4e8)}.store-card__action--secondary:hover,.store-card__action-link--secondary:hover{background-color:var(--background-alt-color-2, #f0f2f5)}.store-card__action--secondary i,.store-card__action-link--secondary i{margin-right:4px;font-size:12px}.store-card--small .store-card__content{padding:15px}.store-card--small .store-card__image{height:60px}.store-card--small .store-card__logo{max-height:45px}.store-card--small .store-card__name{font-size:16px}.store-card--small .store-card__description{display:none}.store-card--small .store-card__highlights{display:none}.store-card--large .store-card__content{padding:25px}.store-card--large .store-card__image{height:100px}.store-card--large .store-card__logo{max-height:80px}.store-card--large .store-card__name{font-size:20px}.store-card--online{border-top:3px solid var(--online-badge-color, #1f5fd1)}.store-card--physical{border-top:3px solid var(--physical-badge-color, #2e7d32)}.store-card__featured-content{font-size:13px;color:var(--text-alt-color);margin-top:8px;padding-top:8px;border-top:1px dashed var(--border-color)}.store-card__featured-content-title{font-weight:600;margin-bottom:5px;font-size:14px}.store-card__featured-content-text{line-height:1.4}.store-card__brands{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px}.store-card__brands-label{font-size:13px;font-weight:500;margin-bottom:5px;color:var(--text-alt-color);display:block}.store-card__brands-tag{font-size:12px;padding:2px 8px;background-color:var(--background-alt-color-2);border-radius:12px;white-space:nowrap}.store-card__brands-tag:hover{background-color:var(--background-alt-color)}.store-card__services{margin-top:10px}.store-card__services-label{font-size:13px;font-weight:500;margin-bottom:5px;color:var(--text-alt-color)}.store-card__services-items{font-size:13px}.store-card__services-items i{color:var(--success-color);margin-right:4px}.brand-card__link{padding:0}.brand-card__logo-container{height:100px}.brand-card__logo{max-height:60px}.brand-card__title{font-size:20px}.brand-card__origin{display:flex;align-items:center}.brand-card__tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:15px}.brand-card__tag{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;background-color:var(--background-color);color:var(--text-alt-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.brand-card__tag--price{background-color:rgba(var(--primary-color-rgb), 0.1);color:var(--primary-color)}.brand-card__tag--more{background-color:var(--border-color);cursor:help}.brand-card .product-count::before,.brand-card .retailer-count::before,.brand-card .steel-types::before{margin-right:8px}.brand-card .product-count::before{content:"✂️"}.brand-card .retailer-count::before{content:"🛒"}.website-card--online_official{border-top-color:#b98312}.website-card--online_store{border-top-color:var(--accent)}.website-card--online_marketplace{border-top-color:#62748a}.website-card__name a{color:inherit}.website-card__badge--online_official{background-color:#fff8e1;color:#795000}.website-card__badge--online_store{background-color:#e0f2ff;color:var(--accent)}.website-card__badge--online_marketplace{background-color:var(--surface-sunk, #e9edf3);color:var(--text-alt-color, #5b6470)}.brand-identity-monogram{display:grid;width:64px;height:64px;place-items:center;border:1px solid var(--border-color, #d8e1ef);border-radius:14px;background:var(--background-alt-color, #f3f6fa);color:var(--text-alt-color, #667085);font:700 1.5rem/1 var(--font-ui, system-ui, sans-serif)}.brand__meta-item h3{font-size:16px;margin-bottom:5px}.brand__meta-item p{margin-bottom:0;word-break:break-word}.brand__maintenance-tips,.brand__maintenance-generic{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:20px}.brand__maintenance-tips .brand__tip-item,.brand__maintenance-tips .maintenance-tip,.brand__maintenance-generic .brand__tip-item,.brand__maintenance-generic .maintenance-tip{background-color:var(--background-alt-color);padding:20px;border-radius:16px;display:flex;flex-direction:column}.brand__maintenance-tips .brand__tip-item h3,.brand__maintenance-tips .maintenance-tip h3,.brand__maintenance-generic .brand__tip-item h3,.brand__maintenance-generic .maintenance-tip h3{font-size:18px;margin-bottom:10px}.brand__maintenance-tips .brand__tip-item p,.brand__maintenance-tips .maintenance-tip p,.brand__maintenance-generic .brand__tip-item p,.brand__maintenance-generic .maintenance-tip p{font-size:15px;line-height:1.5;margin-bottom:0}.maintenance-note{margin-top:20px;padding:15px;background-color:var(--background-alt-color);border-radius:8px;font-size:14px;font-style:italic;text-align:center}.maintenance-note p{margin-bottom:0}.brand-products-more>summary::after{content:"+";flex:0 0 auto;font-size:18px;font-weight:700;line-height:1}.brand-products-more[open]>summary::after{content:"−"}.product__brand-info{margin-top:40px;border-top:1px solid var(--border-color);padding-top:30px}.product__brand-info h3{font-size:20px;margin-bottom:15px}.product__brand-info .brand-info-content{background-color:var(--background-alt-color);padding:20px;border-radius:16px}.product__brand-info .brand-info-origin{margin-bottom:15px;font-size:14px}.product__brand-info .brand-info-origin .origin-label,.product__brand-info .brand-info-origin .founded-label{color:var(--text-alt-color);margin-right:5px}.product__brand-info .brand-info-origin .origin-value,.product__brand-info .brand-info-origin .founded-value{font-weight:600}.product__brand-info .brand-info-origin .divider{margin:0 10px;color:var(--text-alt-color)}.product__brand-info .brand-info-description{margin-bottom:15px;font-size:15px;line-height:1.5}.product__brand-info .brand-info-description p{margin-bottom:0}.product__brand-info .brand-info-types{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.product__brand-info .brand-info-types .types-label{flex:0 0 100%;font-size:14px;color:var(--text-alt-color);margin-bottom:5px}.product__brand-info .brand-info-types .type-tag{display:inline-block;padding:5px 10px;background-color:var(--background-color);border-radius:20px;font-size:13px}.product__brand-info .brand-info-types .type-more{display:inline-block;padding:5px 10px;background-color:var(--background-color);border-radius:20px;font-size:13px;color:var(--text-alt-color)}.product__brand-info .brand-info-link{display:flex;gap:10px}.product__brand-info .brand-info-link .button{flex:1;text-align:center}.related-brands{margin-bottom:40px}.related-brands__title{font-size:20px;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid var(--border-color)}.related-brands .brands__grid{margin-bottom:0}.button--small{padding:8px 16px;font-size:14px}.button--outline{background-color:rgba(0,0,0,0);border:1px solid var(--primary-color);color:var(--primary-color)}.button--outline:hover{background-color:var(--primary-color);color:#fff}@media(max-width: 768px){.brand__maintenance-tips,.brand__maintenance-generic{grid-template-columns:1fr}.product__brand-info .brand-info-link{flex-direction:column}}.brand-comparison{margin:2rem 0}.brand-comparison__sources{margin-top:10px;font-size:12.5px;color:var(--ink-faint, #6b7280)}.brand-comparison__sources .brand-comparison__sources-label{font-weight:600}.brand-comparison__sources ul{display:inline;list-style:none;margin:0;padding:0}.brand-comparison__sources li{display:inline}.brand-comparison__sources li:not(:last-child)::after{content:" · ";color:var(--ink-faint, #6b7280)}.brand-comparison__sources a{color:var(--accent, #1f5fd1);text-decoration:none}.brand-comparison__sources a:hover{text-decoration:underline}.brand-comparison__title{font-size:1.25rem;margin-bottom:1rem;color:var(--heading-font-color)}.brand-comparison__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.brand-comparison__table{width:100%;min-width:100%;border-collapse:collapse;font-size:.9rem;line-height:1.5}@media(min-width: 768px){.brand-comparison__table{min-width:500px}}.brand-comparison__table th,.brand-comparison__table td{padding:10px 14px;text-align:left;border-bottom:1px solid var(--border-color, rgba(0, 0, 0, 0.08));vertical-align:top}.brand-comparison__table th{font-weight:600;background:var(--background-alt-color, #f8f9fa);white-space:nowrap}.brand-comparison__table th a{color:var(--heading-font-color);text-decoration:none}.brand-comparison__table th a:hover{color:var(--primary-color);text-decoration:underline}.brand-comparison__table td:first-child{font-size:.85rem;color:var(--text-alt-color, #4f5a6d);white-space:nowrap}.brand-comparison__table tbody tr:last-child td{border-bottom:none}@media(max-width: 576px){.brand-comparison__table{font-size:.85rem}.brand-comparison__table th,.brand-comparison__table td{padding:8px 10px}}.brand-comparison__table--current{color:var(--text-color, #2f3747);font-weight:500}@media(max-width: 576px){.brand-comparison__table--current{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.brand-layout{display:grid;grid-template-columns:1fr 300px;gap:40px;padding-top:32px;padding-bottom:48px}@media(max-width: 992px){.brand-layout{grid-template-columns:1fr;gap:24px;padding-top:24px}}.brand-layout__main{min-width:0}.brand-layout__sidebar{min-width:0}.brand-summary{padding:20px 24px;margin-bottom:32px;border-left:4px solid var(--primary-color, #1f7a8c);border-top:1px solid var(--border-color, #e1e4e8);border-right:1px solid var(--border-color, #e1e4e8);border-bottom:1px solid var(--border-color, #e1e4e8);background-color:var(--background-alt-color, #f5f7fa);border-radius:0 8px 8px 0}.brand-summary__title{margin:0;font-size:.75rem;line-height:1.3;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-alt-color, #4f5a6d)}.brand-summary__facts{display:grid;grid-template-columns:repeat(auto-fit, minmax(120px, 1fr));gap:16px 24px;margin:14px 0 0}.brand-summary__facts>div{min-width:0}.brand-summary__facts dt{margin-bottom:3px;font-size:.75rem;line-height:1.3;font-weight:600;color:var(--text-alt-color, #4f5a6d)}.brand-summary__facts dd{margin:0;font-size:1rem;line-height:1.35;font-weight:700;color:var(--heading-font-color, #12254e)}.brand-body{margin-bottom:32px}.brand-body h2{font-size:22px;margin-top:32px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--border-color, #e1e4e8);color:var(--heading-font-color, #12254e)}.brand-body h3{font-size:18px;margin-top:24px;margin-bottom:8px;color:var(--heading-font-color, #12254e)}.brand-body p{font-size:16px;line-height:1.75;margin-bottom:16px;color:var(--text-color, #2f3747)}.brand-body ul,.brand-body ol{margin-bottom:16px;padding-left:24px}.brand-body ul li,.brand-body ol li{margin-bottom:6px;line-height:1.65}.brand-body a{color:var(--primary-color, #1f7a8c);text-decoration:underline;text-underline-offset:2px}.brand-section{margin-bottom:32px;padding-top:16px}.brand-section__title{font-size:20px;font-weight:700;margin-bottom:16px;color:var(--heading-font-color, #12254e)}.tag-list{display:flex;flex-wrap:wrap;gap:8px}.tag{display:inline-block;padding:6px 14px;font-size:13px;font-weight:500;border-radius:20px;background-color:var(--background-alt-color, #f5f7fa);color:var(--text-color, #2f3747);border:1px solid var(--border-color, #e1e4e8)}.tag--specialty{background-color:rgba(31,95,209,.08);border-color:rgba(31,95,209,.2);color:var(--primary-color, #1f7a8c)}.brand-sidebar{position:sticky;top:90px;padding:24px;border-radius:16px;border:1.5px solid var(--border-color);background-color:var(--surface);box-shadow:none}@media(max-width: 992px){.brand-sidebar{position:static;padding:20px}}.brand-sidebar__title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:var(--ink-faint);margin:0 0 16px 0}.brand-sidebar__facts{margin:0}.brand-sidebar__fact{display:flex;justify-content:space-between;align-items:baseline;padding:9px 0;border-bottom:1px solid var(--hairline)}.brand-sidebar__fact:last-child{border-bottom:none}.brand-sidebar__fact dt{font-size:14px;font-weight:500;color:var(--ink-muted);white-space:nowrap}.brand-sidebar__fact dd{margin:0;font-size:14px;font-weight:600;color:var(--ink);text-align:right}.brand-sidebar__cta{display:block;width:100%;text-align:center;margin-top:12px;padding:10px 16px;font-size:14px;font-weight:600;border-radius:8px;text-decoration:none;transition:all .2s ease}.brand-sidebar__cta--secondary{background:none;border:1px solid var(--border-color, #e1e4e8);color:var(--text-color, #2f3747)}.brand-sidebar__cta--secondary:hover{border-color:var(--primary-color, #1f7a8c);color:var(--primary-color, #1f7a8c)}.brand-sidebar__disclaimer{margin-top:20px}.brand-sidebar__disclaimer details{border-radius:8px;border:1px solid var(--border-color, #e1e4e8);overflow:hidden}.brand-sidebar__disclaimer summary{padding:12px 16px;font-size:13px;font-weight:500;color:var(--text-alt-color, #4f5a6d);cursor:pointer;list-style:none}.brand-sidebar__disclaimer summary::-webkit-details-marker{display:none}.brand-sidebar__disclaimer .brand-sidebar__disclaimer-body{padding:12px 16px;font-size:12px;line-height:1.6;color:var(--text-alt-color, #4f5a6d);border-top:1px solid var(--border-color, #e1e4e8);background-color:var(--background-alt-color, #f5f7fa)}.brand-sidebar__disclaimer .brand-sidebar__disclaimer-body p{margin:0 0 8px 0}.brand-sidebar__disclaimer .brand-sidebar__disclaimer-body a{color:var(--primary-color, #1f7a8c)}.dark-mode .brand-summary{background-color:rgba(31,95,209,.08)}.dark-mode .brand-sidebar{border-color:hsla(0,0%,100%,.08);background-color:var(--background-alt-color);box-shadow:none}.dark-mode .brand-sidebar__disclaimer details{border-color:hsla(0,0%,100%,.08)}.dark-mode .brand-sidebar__disclaimer .brand-sidebar__disclaimer-body{border-color:hsla(0,0%,100%,.08);background-color:rgba(0,0,0,.15)}.dark-mode .tag{background-color:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.1)}.website__buying-experience{display:flex;flex-direction:column;gap:16px}.website__experience-item{display:flex;gap:14px;align-items:flex-start;padding:14px 16px;background:var(--background-alt-color, #f8f9fa);border-radius:8px}.website__experience-item strong{display:block;font-size:.95rem;margin-bottom:4px;color:var(--heading-font-color)}.website__experience-item p{margin:0;font-size:.9rem;line-height:1.5;color:var(--text-font-color)}@media(max-width: 576px){.website__experience-item{padding:12px 14px;gap:12px}.website__experience-item p{font-size:.85rem}}body[data-page=brand] .brand-sidebar__fact{display:grid;grid-template-columns:minmax(106px, auto) minmax(0, 1fr);column-gap:8px;align-items:center}body[data-page=brand] .brand-sidebar__fact dt{min-width:0}body[data-page=brand] .brand-sidebar__fact dd{min-width:0;overflow-wrap:anywhere}@media(max-width: 992px){body[data-page=brand] .brand-sidebar__facts{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:12px 18px}body[data-page=brand] .brand-sidebar__fact{display:block;padding:0;border-bottom:0}body[data-page=brand] .brand-sidebar__fact dt{margin-bottom:3px;white-space:normal}body[data-page=brand] .brand-sidebar__fact dd{text-align:left}}@media(max-width: 576px){body[data-page=brand] .brand-page{margin-bottom:32px}body[data-page=brand] .brand-layout{gap:18px;padding-top:20px;padding-bottom:24px}body[data-page=brand] .brand-body{margin-bottom:24px}body[data-page=brand] .brand-body h2{margin-top:26px;margin-bottom:10px;padding-bottom:6px}body[data-page=brand] .brand-body h3{margin-top:20px}body[data-page=brand] .brand-body p{margin-bottom:14px;line-height:1.65}body[data-page=brand] .brand-body ul,body[data-page=brand] .brand-body ol{margin-bottom:14px}body[data-page=brand] .brand-section{margin-bottom:24px;padding-top:12px}body[data-page=brand] .brand-section>.related-brands{margin:8px 0 16px}body[data-page=brand] .brand-comments{margin:1.5rem 0 1rem;padding-top:1rem}body[data-page=brand] .brand-sidebar{padding:16px}body[data-page=brand] .brand-sidebar__disclaimer{margin-top:14px}}body[data-page=brand] .brand-articles__list{display:grid;gap:10px}body[data-page=brand] .brand-articles__item{display:grid;grid-template-columns:104px minmax(0, 1fr);gap:13px;align-items:center;min-width:0;padding:10px;border:1px solid var(--border-color, #e1e4e8);border-radius:13px;background:var(--surface, #fff)}body[data-page=brand] .brand-articles__item:not(:has(>.article__image)){grid-template-columns:minmax(0, 1fr)}body[data-page=brand] .brand-articles__item>.article__image{width:104px;margin:0;aspect-ratio:4/3;border-radius:10px}body[data-page=brand] .brand-articles__copy{display:grid;min-width:0;gap:5px}body[data-page=brand] .brand-articles__article-title{color:var(--heading-font-color, #12254e);font-size:.95rem;font-weight:700;line-height:1.35;text-decoration:none}body[data-page=brand] .brand-articles__article-title:hover{color:var(--primary-color, #1f5fd1);text-decoration:underline;text-underline-offset:2px}body[data-page=brand] .brand-articles__meta{display:flex;gap:7px;align-items:center}body[data-page=brand] .brand-articles__date{color:var(--text-alt-color, #4f5a6d);font-size:.78rem}@media(max-width: 520px){body[data-page=brand] .brand-summary__facts{grid-template-columns:1fr}body[data-page=brand] .brand-articles__item{grid-template-columns:84px minmax(0, 1fr)}body[data-page=brand] .brand-articles__item>.article__image{width:84px}}.related-brands{margin:4rem 0 2rem}.related-brands .brands-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));gap:14px;margin:0}.related-brands .brand-card{min-width:0}.related-brands .brand-card__link{display:grid;height:100%;grid-template-rows:72px auto auto auto;align-items:center;padding:16px;color:inherit;text-align:center;text-decoration:none}.related-brands .brand-card__logo{width:auto;max-width:100%;height:auto;max-height:56px;margin:auto;object-fit:contain}.related-brands .brand-card__name{margin:8px 0 0;font-size:1rem;line-height:1.3}.related-brands .brand-card__country{justify-content:center;margin:4px 0 10px;font-size:.82rem}.related-brands .brand-card__price{justify-self:center}@media(max-width: 576px){.related-brands{margin:3rem 0 1.5rem}.related-brands .brands-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}.most-read__head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:6px}.most-read__title{font-family:"Bricolage Grotesque","Public Sans",Helvetica,Arial,sans-serif;font-weight:700;font-size:16px;letter-spacing:-0.01em;color:var(--ink);margin:0}.most-read__all{font-size:14px;font-weight:600;color:var(--accent);text-decoration:none;white-space:nowrap}.most-read__all:hover{text-decoration:underline}.most-read__all:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.most-read__list{list-style:none;margin:0;padding:0}.most-read__row{border-bottom:1px solid var(--hairline)}.most-read__row:last-child{border-bottom:none}.most-read__row a{display:flex;align-items:center;gap:13px;padding:12px 0;text-decoration:none}.most-read__row a:focus-visible{outline:2px solid var(--accent);outline-offset:-2px;border-radius:8px}.most-read__num{flex-shrink:0;width:18px;font-family:"Bricolage Grotesque","Public Sans",Helvetica,Arial,sans-serif;font-weight:700;font-size:17px;color:var(--accent)}.most-read__text{flex:1;min-width:0}.most-read__row-title{display:block;font-size:14.5px;font-weight:600;color:var(--ink);line-height:1.3}.most-read__meta{display:block;font-size:11.5px;font-weight:500;color:var(--ink-faint);margin-top:3px}.most-read__chev{flex-shrink:0;font-size:16px;color:var(--ink-faint)}.article{position:relative;margin-bottom:32px}.article.article--big .article__title{margin-bottom:16px;font-size:35px;line-height:1.3}.article.article--big .article__title a{text-decoration-thickness:2px}@media(max-width: 768px){.article.article--big .article__title{font-size:22px;line-height:1.4}.article.article--big .article__title a{text-decoration-thickness:1.5px}.article.article--big .article__excerpt{display:none}}.row .col:last-child>.article{flex-grow:1}.article__head{position:relative;transition:transform .3s ease}.article__head:hover{transform:translateY(-3px)}.article__head:hover .video-icon{transform:translate(-50%, -50%) scale(1.1)}.article__image{position:relative;transform:translate(0);display:block;margin-bottom:20px;aspect-ratio:4/3;border-radius:22px;outline:none;overflow:hidden;background:var(--background-alt-color)}.article__image img{position:absolute;width:100%;height:100%;object-fit:cover;user-select:none}@supports not (aspect-ratio: 4/3){.article__image{padding-bottom:75%}}@media(max-width: 576px){.article__image{border-radius:16px}}.video-icon{position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%, -50%);width:68px;height:68px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--white);overflow:hidden;pointer-events:none;transition:all .2s;will-change:transform}.video-icon svg{width:44px;fill:var(--dark);stroke:var(--dark);stroke-linejoin:round;stroke-width:8}.article__meta{display:flex;align-items:center;flex-wrap:wrap;margin-top:-3px;margin-bottom:-3px}.article__tags{display:inline-flex;align-items:center;flex-wrap:wrap}.article__tags .article__tag{padding:6px 16px;margin:3px 6px 3px 0;font-size:12px;font-weight:500;text-transform:capitalize;border-radius:60px;color:var(--heading-font-color);transition:all .2s;background-color:var(--background-alt-color)}.article__tags .article__tag:hover{background-color:var(--background-alt-color-2)}.article__tags .article__tag:last-child{margin-right:0}.article__date{display:flex;align-items:center;margin-left:0}.article__date time{margin-left:0;font-size:12px;line-height:1;font-weight:500;text-transform:uppercase;color:var(--text-alt-color)}.article__title{margin-top:8px;margin-bottom:8px;font-size:22px;line-height:1.4}.article__title a{text-decoration:underline;text-decoration-color:rgba(0,0,0,0);text-decoration-thickness:1.5px;text-underline-offset:3px;color:var(--heading-font-color)}.article__title a:hover{text-decoration-color:var(--heading-font-color)}.article__excerpt{display:-webkit-box;margin-bottom:8px;font-size:18px;color:var(--text-alt-color);overflow-y:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.article__info{font-size:12px;line-height:1.6;font-weight:500;color:var(--text-alt-color)}.article__author__name{display:inline-block;text-decoration:underline;text-decoration-color:rgba(0,0,0,0);text-decoration-thickness:1px;text-underline-offset:2px;color:var(--heading-font-color)}.article__author__name:hover{text-decoration-color:var(--heading-font-color)}.product-collage{margin:28px 0 8px}.product-collage__heading{margin:0 0 14px;font-size:1.35rem}.product-collage__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:12px;margin:0;padding:0;list-style:none}@media(min-width: 768px){.product-collage__grid{grid-template-columns:repeat(3, 1fr);gap:14px}}.product-collage__item{margin:0;padding:0;min-width:0}.product-collage__tile{display:flex;flex-direction:column;min-width:0;height:100%;padding:12px 12px 14px;border-radius:14px;background:var(--surface);border:1.5px solid var(--border-color);font-family:var(--font-ui);text-decoration:none;text-align:center;transition:border-color .18s ease,box-shadow .18s ease}.product-collage__tile:hover{border-color:var(--accent);box-shadow:0 6px 18px rgba(0,0,0,.06)}.product-collage__tile:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.product-collage__frame{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;margin-bottom:10px;border-radius:10px;background:var(--background, #fff);overflow:hidden}.product-collage__frame img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.product-collage__rank{position:absolute;top:8px;left:8px;display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;padding:0 7px;border-radius:999px;background:var(--graphite-2, #23282f);color:#e8ebf0;font-family:var(--font-ui);font-size:.78rem;font-weight:700;line-height:1;box-shadow:0 1px 4px rgba(21,24,28,.28)}@media(forced-colors: active){.product-collage__rank{border:1px solid}}@media print{.product-collage__rank{background:none;color:#15181c;box-shadow:none;border:1px solid #8a8f98}}.product-collage__brand{display:block;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-alt-color, var(--text-color))}.product-collage__name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:2px;font-size:.9rem;font-weight:500;line-height:1.35;color:var(--text-color);overflow-wrap:anywhere}.product-collage__meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;width:100%;margin-top:auto;padding-top:10px;border-top:1px solid var(--border-color);text-align:left}.product-collage__price{color:var(--text-color);font-size:.78rem;font-weight:700;white-space:nowrap}.product-collage__price-label{display:block;color:var(--text-alt-color, var(--text-color));font-size:.62rem;font-weight:600;letter-spacing:.04em;line-height:1.2;text-transform:uppercase}.product-collage__cue{color:var(--link-color);font-size:.75rem;font-weight:700;text-align:right}@media(max-width: 480px){.product-collage__grid{gap:10px}.product-collage__tile{padding:10px 10px 12px}.product-collage__frame{margin-bottom:8px}.product-collage__meta{align-items:flex-start;flex-direction:column;gap:5px;padding-top:8px}.product-collage__cue{text-align:left}}@media(max-width: 340px){.product-collage:not(.product-collage--maker-examples) .product-collage__grid{grid-template-columns:minmax(0, 1fr)}.product-collage:not(.product-collage--maker-examples) .product-collage__tile{display:grid;grid-template-columns:96px minmax(0, 1fr);grid-template-rows:auto auto 1fr;gap:3px 12px;min-height:128px;padding:10px;text-align:left}.product-collage:not(.product-collage--maker-examples) .product-collage__frame{grid-column:1;grid-row:1/4;align-self:start;margin:0}.product-collage:not(.product-collage--maker-examples) .product-collage__brand,.product-collage:not(.product-collage--maker-examples) .product-collage__name,.product-collage:not(.product-collage--maker-examples) .product-collage__meta{grid-column:2}.product-collage:not(.product-collage--maker-examples) .product-collage__name{display:block;overflow:visible;-webkit-line-clamp:unset}.product-collage:not(.product-collage--maker-examples) .product-collage__meta{align-self:end;gap:6px;margin-top:4px;padding-top:6px}}.product-collage__credit{margin:10px 2px 0;font-size:.75rem;color:var(--text-alt-color, var(--text-color))}.product-collage--maker-examples .product-collage__grid{grid-template-columns:minmax(0, 640px)}.product-collage--maker-examples .product-collage__frame{aspect-ratio:2/1;padding:clamp(8px,2vw,18px)}.product-collage--maker-examples .product-collage__meta{align-items:center;flex-direction:row}.product-collage--maker-examples .product-collage__cue{text-align:right}.product-collage--maker-examples .product-collage__credit{max-width:640px}.prose .product-collage__tile{text-decoration:none}.section-authors__inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.section-authors__inner .section-authors__title{margin-bottom:0;font-size:48px;line-height:1}.section-authors__inner .section-authors__box{display:flex;align-items:center;flex-wrap:wrap;margin-right:48px}.section-authors__inner .section-authors__box .section-authors__image{position:relative;transform:translate(0);width:128px;height:128px;border:4px solid var(--border-alt-color);border-radius:50%;overflow:hidden;margin-right:-48px;background-color:var(--background-alt-color);transition:transform .3s ease}.section-authors__inner .section-authors__box .section-authors__image:nth-child(1){z-index:5}.section-authors__inner .section-authors__box .section-authors__image:nth-child(2){z-index:4}.section-authors__inner .section-authors__box .section-authors__image:nth-child(3){z-index:3}.section-authors__inner .section-authors__box .section-authors__image:nth-child(4){z-index:2}.section-authors__inner .section-authors__box .section-authors__image:nth-child(5){z-index:1}.section-authors__inner .section-authors__box .section-authors__image:hover{transform:translateY(-2px)}.section-authors__inner .section-authors__box .section-authors__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;user-select:none}.section-authors__inner .section-authors__box .section-authors__image.section-authors__image--initials{display:grid;place-items:center;border-color:var(--border-color);background:var(--surface-tint, #e7effc);color:var(--accent)}.section-authors__inner .section-authors__box .section-authors__image .section-authors__initial{font-family:var(--headings-font-family, inherit);font-size:42px;font-weight:700;line-height:1}.section-authors__inner .section-authors__link{display:block;margin-top:12px;margin-right:4px;font-size:14px;line-height:1;font-weight:500;text-align:right;text-decoration:underline;text-decoration-color:rgba(0,0,0,0);text-decoration-thickness:1px;text-underline-offset:2px}.section-authors__inner .section-authors__link:hover{text-decoration-color:var(--heading-font-color)}@media(max-width: 992px){.section-authors__inner{flex-direction:column;align-items:flex-start}.section-authors__inner .section-authors__title{margin-bottom:20px;font-size:35px}.section-authors__inner .section-authors__link{text-align:left}}@media(max-width: 768px){.section-authors__inner .section-authors__box{margin-right:50px}.section-authors__inner .section-authors__box .section-authors__image{width:108px;height:108px;margin-right:-50px}.section-authors__inner .section-authors__link{font-size:12px}}@media(max-width: 576px){.section-authors__inner{border-radius:16px}.section-authors__inner .section-authors__title{font-size:28px}.section-authors__inner .section-authors__box{margin-right:36px}.section-authors__inner .section-authors__box .section-authors__image{width:80px;height:80px;margin-right:-36px;border-width:3px}}.dark-mode .section-authors__box .section-authors__image{border-color:var(--border-alt-color)}.authors .authors__head{margin:48px 0}.authors .authors__title{font-size:48px}.authors .authors__info{padding:32px;margin-bottom:32px;border-radius:16px;background-color:var(--background-alt-color)}.authors .authors__image{position:relative;transform:translate(0);display:block;width:108px;height:108px;margin-bottom:12px;border-radius:50%;border:4px solid var(--border-alt-color);overflow:hidden;background-color:var(--background-color);transition:transform .3s ease}.authors .authors__image:hover{transform:translateY(-3px)}.authors .authors__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;user-select:none}.authors .authors__image.authors__image--initials{display:flex;align-items:center;justify-content:center;background:var(--surface-tint, #e7effc);border-color:var(--border-color)}.authors .authors__image.authors__image--initials span{font-family:var(--headings-font-family, inherit);font-size:40px;font-weight:700;color:var(--accent)}.authors .authors__meta{display:flex;align-items:baseline;flex-wrap:wrap;margin-bottom:8px}.authors .authors__name{display:inline-block;font-size:20px;margin-right:8px;margin-bottom:0;line-height:1.4}.authors .authors__name .authors__link{text-decoration:underline;text-decoration-color:rgba(0,0,0,0);text-decoration-thickness:1px;text-underline-offset:2px}.authors .authors__name .authors__link:hover{text-decoration-color:var(--link-color-hover)}.authors .authors__posts__count{font-size:12px;text-transform:uppercase;font-weight:500;color:var(--heading-font-color)}.authors .authors__description{margin-bottom:0;font-size:16px;color:var(--text-alt-color)}@media(max-width: 768px){.authors .authors__head{margin:16px 0 32px}.authors .authors__title{font-size:35px}}@media(max-width: 576px){.authors .authors__title{font-size:32px}.authors .authors__info{border-radius:16px}.authors .authors__image{margin-bottom:8px}}.author .author__content{margin:48px 0 32px;padding-bottom:40px;text-align:center;border-bottom:1px solid var(--border-color)}.author .author__content p{max-width:560px;margin:0 auto;font-size:18px;color:var(--text-alt-color)}.author .author__image{position:relative;transform:translate(0);width:128px;height:128px;margin:0 auto 20px;border-radius:50%;overflow:hidden;background:var(--background-alt-color)}.author .author__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;user-select:none}.author .author__image.author__image--initials{display:grid;place-items:center;border:4px solid var(--border-color);background:var(--surface-tint, #e7effc);color:var(--accent)}.author .author__image .author__initial{font-family:var(--headings-font-family, inherit);font-size:48px;font-weight:700;line-height:1}.author .author__name{margin-bottom:20px;line-height:1}.author .author__info{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin-bottom:12px}.author .author__info .author__social__item{padding:6px 16px;margin-right:8px;margin-bottom:8px;font-size:15px;border-radius:10px;color:var(--link-color);background-color:var(--background-alt-color);transition:all .2s}.author .author__info .author__social__item:hover{background-color:var(--background-alt-color-2)}.author .author__info .author__social__item:last-child{margin-right:0}.author .author__info .author__meta-label{font-weight:600}.author .author__posts__count{margin-bottom:20px;font-size:18px}@media(max-width: 576px){.author .author__content{margin:16px 0 32px;padding-bottom:32px}.author .author__content p{font-size:16px}.author .author__name{font-size:32px}.author .author__info .author__social__item{margin-right:6px;margin-bottom:6px;font-size:14px}}.brand-directory-hero{position:relative;isolation:isolate;overflow:hidden;margin-bottom:clamp(2.5rem,6vw,4rem);color:#fff;background:radial-gradient(circle at 82% 18%, rgba(90, 139, 255, 0.34), transparent 32%),radial-gradient(circle at 14% 86%, rgba(45, 201, 181, 0.2), transparent 30%),linear-gradient(135deg, #101a33 0%, #14284c 48%, #0b1222 100%)}.brand-directory-hero::before,.brand-directory-hero::after{content:"";position:absolute;z-index:-1;border:1px solid hsla(0,0%,100%,.12);border-radius:50%;pointer-events:none}.brand-directory-hero::before{width:clamp(18rem,44vw,38rem);aspect-ratio:1;right:-12rem;top:-20rem}.brand-directory-hero::after{width:clamp(13rem,30vw,25rem);aspect-ratio:1;right:10%;bottom:-19rem}.brand-directory-hero__content{position:relative;z-index:1;padding-block:clamp(3.5rem,9vw,5.5rem);display:flex;flex-direction:column;gap:clamp(1rem,3vw,1.75rem)}.brand-directory-hero__eyebrow{font-size:.85rem;letter-spacing:.2em;text-transform:uppercase;color:hsla(0,0%,100%,.75)}.brand-directory-hero__title{font-size:clamp(2.2rem,5vw,3.5rem);line-height:1.15;font-weight:700;margin:0;text-wrap:balance;color:#fff}.brand-directory-hero__lede{max-width:48rem;font-size:clamp(1rem,2.6vw,1.2rem);line-height:1.65;color:hsla(0,0%,100%,.88)}.brand-directory-hero__stats{display:grid;grid-template-columns:repeat(auto-fit, minmax(140px, 1fr));gap:clamp(.75rem,3vw,1.5rem);padding:0;margin:0;list-style:none}.brand-directory-hero__stat{display:flex;flex-direction:column;gap:.2rem;padding:1rem 1.2rem;border-radius:12px;background:rgba(15,23,42,.55);box-shadow:0 8px 22px -14px rgba(8,12,24,.35);text-align:left}.brand-directory-hero__stat-value{font-size:clamp(1.5rem,4vw,2.3rem);font-weight:700}.brand-directory-hero__stat-label{font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;color:hsla(0,0%,100%,.7)}.brand-directory-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.brand-directory-hero__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.4rem;border-radius:12px;font-weight:600;font-size:.95rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.brand-directory-hero__cta:focus-visible{outline:3px solid hsla(0,0%,100%,.6);outline-offset:3px}.brand-directory-hero__cta--primary{background:var(--primary-color, #1f5fd1);color:#fff;box-shadow:0 6px 16px -6px rgba(31,95,209,.4)}.brand-directory-hero__cta--primary:hover{background:var(--primary-color-hover, #0052a3);transform:translateY(-2px)}.brand-directory-hero__cta--secondary{background:hsla(0,0%,100%,.18);color:#fff}.brand-directory-hero__cta--secondary:hover{background:hsla(0,0%,100%,.28);transform:translateY(-2px)}@media(max-width: 576px){.brand-directory-hero__stats{grid-template-columns:repeat(2, 1fr)}.brand-directory-hero__actions{flex-direction:column}.brand-directory-hero__cta{width:100%;justify-content:center}}.brand-directory-explainer{display:grid;gap:clamp(1.5rem,4vw,2.5rem);margin-bottom:clamp(2.5rem,6vw,4rem)}.brand-directory-explainer__panel{border-radius:16px;border:1px solid var(--border-color, #e1e4e8);padding:1.1rem 1.3rem;background:var(--background-color, #fff)}.brand-directory-explainer__panel summary{font-weight:600;font-size:1rem;cursor:pointer;list-style:none}.brand-directory-explainer__panel summary::-webkit-details-marker{display:none}.brand-directory-explainer__body{margin-top:1rem;display:grid;gap:1rem}@media(min-width: 768px){.brand-directory-explainer__body{grid-template-columns:1.4fr 1fr;gap:1.5rem}}.brand-directory-explainer__tips{font-size:.95rem;line-height:1.6}.brand-directory-explainer__tips p+p{margin-top:.75rem}.brand-directory-explainer__checklist{margin:0;padding-left:1.1rem;font-size:.95rem}.brand-directory-explainer__checklist li{margin-bottom:.45rem}.brands{margin-bottom:60px}.brands .page__header{margin-bottom:30px;text-align:center}.brands .page__header .page__title{font-size:32px;margin-bottom:15px;color:var(--heading-font-color, #333333)}@media(max-width: 576px){.brands .page__header .page__title{font-size:28px}}.brands .page__header .page__description{font-size:18px;color:var(--text-alt-color, #767676);max-width:800px;margin:0 auto}@media(max-width: 576px){.brands .page__header .page__description{font-size:16px}}.brands .brands-filters{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:24px;margin-bottom:24px;padding:24px;background-color:var(--background-alt-color, #f8f9fa);border-radius:12px;border:1px solid var(--border-color, #e9ecef)}.brands .brands-filters .filters__header{display:none}@media(max-width: 576px){.brands .brands-filters{grid-template-columns:1fr;gap:15px}}.brands .brands-filters label{display:block;font-size:14px;margin-bottom:5px;font-weight:500;color:var(--text-color, #333333)}.brands .brands-filters .search-input,.brands .brands-filters .filter-select{width:100%;padding:10px 12px;border:1px solid var(--border-color, #e1e4e8);border-radius:4px;font-size:14px}.brands .brands-filters .search-input:focus,.brands .brands-filters .filter-select:focus{outline:none;border-color:var(--primary-color, #1f5fd1);box-shadow:0 0 0 2px rgba(0,102,204,.1)}.brands .brands-filters .filter-group{margin-bottom:0}.brands .brands-count{margin-bottom:12px;font-size:15px;color:var(--text-alt-color, #767676)}.brands .brands-count #displayed-count,.brands .brands-count #filtered-count{font-weight:600;color:var(--text-color, #333333)}.brands .brands-count .reset-link{margin-left:12px;font-size:14px;background:none;border:0;color:var(--primary-color, #1f5fd1);cursor:pointer;text-decoration:underline}.brands .brands-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px;margin-bottom:30px}@media(max-width: 768px){.brands .brands-grid{grid-template-columns:repeat(2, 1fr);gap:16px}}@media(max-width: 576px){.brands .brands-grid{grid-template-columns:1fr;gap:20px}}.brands .brands-no-results{text-align:center;padding:40px 20px;background-color:var(--background-alt-color, #f8f9fa);border-radius:8px;margin-bottom:30px}.brands .brands-no-results h3{font-size:20px;margin-bottom:10px;color:var(--heading-font-color, #333333)}.brands .brands-no-results p{font-size:16px;color:var(--text-alt-color, #767676);max-width:500px;margin:0 auto 20px}.brands .pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:30px}.brands .pagination__prev,.brands .pagination__next{background-color:var(--background-alt-color, #f8f9fa);border:1px solid var(--border-color, #e1e4e8);border-radius:4px;padding:8px 15px;font-size:14px;cursor:pointer;transition:background-color .2s ease}.brands .pagination__prev:hover:not(:disabled),.brands .pagination__next:hover:not(:disabled){background-color:var(--background-alt-color-2, #f0f2f5)}.brands .pagination__prev:disabled,.brands .pagination__next:disabled{opacity:.5;cursor:default}.brands .pagination__pages{display:flex;gap:5px}.brands .pagination__page{background:none;border:none;width:36px;height:36px;font-size:14px;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-color, #333333)}.brands .pagination__page:hover{background-color:var(--background-alt-color, #f8f9fa)}.brands .pagination__page--current{background-color:var(--primary-color, #1f5fd1);color:#fff}.brands .pagination__page--current:hover{background-color:var(--primary-color, #1f5fd1)}.brands .pagination__ellipsis{display:flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:14px;color:var(--text-alt-color, #767676)}.brand-card{position:relative;min-width:0;background-color:var(--background-color, #fff);border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.08);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;height:100%;display:flex;flex-direction:column}.brand-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.brand-card:focus-within{outline:2px solid rgba(0,102,204,.35);outline-offset:2px}.brand-card__logo-area{height:120px;display:flex;align-items:center;justify-content:center;background-color:var(--background-alt-color, #f8f9fa);border-radius:12px 12px 0 0}.brand-card__logo-area img{max-height:80%;max-width:80%;object-fit:contain;display:block}.brand-card__logo-area .brand-card__monogram{display:grid;width:72px;height:72px;place-items:center;border:1px solid var(--border-color, #d8e1ef);border-radius:16px;background:var(--background-color, #fff);color:var(--text-alt-color, #667085);font-size:1.75rem;font-weight:700}.brand-card__related-catalogue-visual{display:grid;width:80px;height:80px;margin:0 auto 12px;place-items:center;font-size:1.75rem}.brand-card__badge{position:absolute;top:10px;right:10px;z-index:1;display:flex;align-items:center;padding:4px 10px;border-radius:16px;background-color:hsla(0,0%,100%,.9);font-size:12px;font-weight:600;color:var(--text-color, #333333)}.brand-card__badge .flag-icon{width:16px;height:12px;margin-left:5px}.brand-card__logo-fallback{width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--background-alt-color-2, #e8edf3);color:var(--text-alt-color, #5f6875);font-size:1.5rem;font-weight:700}.brand-card__content{padding:24px;flex-grow:1;display:flex;flex-direction:column}.brand-card__name{font-size:1.25rem;font-weight:600;color:var(--heading-font-color, #333333);margin-bottom:8px;line-height:1.3}.brand-card__country{font-size:.9rem;color:var(--text-alt-color, #718096);margin-top:4px;margin-bottom:16px;display:inline-flex;align-items:center;gap:6px}.brand-card__founded{font-size:14px;color:var(--text-alt-color, #767676);margin-bottom:12px;display:flex;align-items:center}.brand-card__description{font-size:14px;color:var(--text-color, #333333);margin-bottom:15px;flex-grow:1;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.brand-card__specialties{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.brand-card__specialty{display:inline-block;padding:4px 10px;border-radius:12px;background-color:var(--background-alt-color, #f8f9fa);font-size:12px;color:var(--text-color, #333333)}.brand-card__specialty--more{background-color:var(--background-alt-color-2, #f0f2f5);color:var(--text-alt-color, #767676)}.brand-card__footer{margin-top:auto}.brand-card__button{display:block;width:100%;padding:12px;background-color:var(--primary-color, #1f5fd1);color:#fff;border-radius:8px;text-align:center;text-decoration:none;font-size:14px;font-weight:500;transition:background-color .2s ease}.brand-card__button:hover{background-color:var(--primary-color-dark, #0055b3)}.brand-card__cover-link{position:absolute;inset:0;z-index:1;display:none}@media(max-width: 768px){.brand-card__cover-link{display:block}.brand-card__button{display:none}}.brand-card--small .brand-card__content{padding:16px}.brand-card--small .brand-card__image{height:60px}.brand-card--small .brand-card__logo{max-height:45px}.brand-card--small .brand-card__name{font-size:1.05rem}.brand-card--large .brand-card__content{padding:25px}.brand-card--large .brand-card__image{height:100px}.brand-card--large .brand-card__logo{max-height:80px}.brand-card--large .brand-card__name{font-size:20px}.active-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.flag-icon{width:16px;height:12px;border-radius:2px;box-shadow:inset 0 0 0 .5px rgba(0,0,0,.08)}.brand-page{margin-bottom:60px}.brand-page__breadcrumb{padding-top:12px;padding-bottom:4px}.brand-page .brand__disclaimer{background-color:var(--background-alt-color, #f8f9fa);border-radius:8px;padding:15px;margin-bottom:30px;font-size:14px;color:var(--text-alt-color, #767676);display:flex;align-items:flex-start}.brand-page .brand__disclaimer .disclaimer-icon{margin-right:10px;color:var(--info-color, #17a2b8);font-size:18px}.brand-page .brand__disclaimer p{margin:0}.brand-page .brand__section{margin-bottom:40px}.brand-page .brand__section h2{font-size:24px;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid var(--border-color, #e1e4e8)}.brand-page .brand__related{margin-top:40px;padding-top:40px;border-top:1px solid var(--border-color, #e1e4e8)}.brand-page .brand__related .section-title{font-size:24px;margin-bottom:30px;text-align:center}.brand-page .brand__error{text-align:center;padding:60px 20px}.brand-page .brand__error .error-title{font-size:28px;margin-bottom:15px}.brand-page .brand__error .error-message{font-size:16px;color:var(--text-alt-color, #767676);max-width:500px;margin:0 auto 30px}.brand-details{margin-bottom:40px;display:flex;flex-direction:column;gap:clamp(2rem,4vw,3rem)}.brand-details__section{margin-bottom:30px}.brand-details__title{font-size:22px;margin-bottom:15px;color:var(--heading-font-color, #333333)}.brand-details__content{font-size:16px;line-height:1.6;color:var(--text-color, #333333)}.brand-details__content p{margin-bottom:20px}.brand-details__highlights{display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));gap:20px;margin-bottom:30px}@media(max-width: 576px){.brand-details__highlights{grid-template-columns:1fr}}.brand-details__highlight{background-color:var(--background-alt-color, #f8f9fa);border-radius:8px;padding:15px;display:flex}.brand-details__highlight-icon{width:40px;height:40px;background-color:rgba(0,102,204,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:15px;color:var(--primary-color, #1f5fd1)}.brand-details__highlight-content{flex:1}.brand-details__highlight-title{font-size:16px;font-weight:600;margin-bottom:5px}.brand-details__highlight-text{font-size:14px;color:var(--text-alt-color, #767676)}.brand-details__specs{margin-bottom:30px}.brand-details__specs-title{font-size:20px;margin-bottom:15px}.brand-details__specs-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));gap:20px}@media(max-width: 576px){.brand-details__specs-grid{grid-template-columns:1fr}}.brand-details__specs-item{padding:15px;background-color:var(--background-alt-color, #f8f9fa);border-radius:8px}.brand-details__specs-item-title{font-size:16px;font-weight:600;margin-bottom:10px;display:flex;align-items:center}.brand-details__specs-item-content ul{list-style:none;padding:0;margin:0}.brand-details__specs-item-content ul li{padding:5px 0;font-size:14px;display:flex;align-items:center}.brand-details__specs-item-content ul li:before{content:"•";color:var(--primary-color, #1f5fd1);margin-right:8px}.brand-description{font-size:clamp(1rem,2.8vw,1.1rem);line-height:1.7;color:var(--text-color, #2a2d33);background:var(--background-color, #ffffff);border-radius:16px;box-shadow:0 8px 26px rgba(15,25,40,.06);padding:clamp(1.5rem,4vw,2.25rem)}.brand-description h2,.brand-description h3{margin-top:1.5rem;font-size:clamp(1.2rem,3vw,1.5rem)}.brand-description p:last-child{margin-bottom:0}.brand-section{display:flex;flex-direction:column;gap:.75rem}.brand-section h3{font-size:clamp(1.1rem,3vw,1.4rem);margin:0;color:var(--heading-font-color, #1d1f24)}.tag-list{display:flex;flex-wrap:wrap;gap:.6rem;padding:0;margin:0}.tag-list .tag{display:inline-flex;align-items:center;padding:.45rem .85rem;border-radius:12px;font-size:.9rem;background:var(--background-alt-color, #f5f6f8);color:var(--text-color, #343841)}.tag-list .tag--specialty{background:rgba(31,95,209,.15);color:var(--primary-color)}.brand-website-link{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;color:var(--primary-color);text-decoration:none}.brand-website-link:hover{text-decoration:underline}.education-directory-hero{position:relative;margin-bottom:clamp(2.5rem,6vw,4rem);color:#fff}.education-directory-hero__media{position:absolute;inset:0;z-index:0}.education-directory-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center 40%;filter:brightness(0.6)}.education-directory-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(23, 23, 28, 0.55) 0%, rgba(23, 23, 28, 0.9) 80%, rgba(23, 23, 28, 0.95) 100%)}.education-directory-hero__content{position:relative;z-index:1;padding-block:clamp(3.5rem,8vw,5.5rem);display:flex;flex-direction:column;gap:clamp(1.2rem,3vw,1.8rem)}.education-directory-hero__eyebrow{font-size:.82rem;letter-spacing:.18em;text-transform:uppercase;color:hsla(0,0%,100%,.85);text-shadow:0 1px 4px rgba(0,0,0,.5)}.education-directory-hero__title{font-size:clamp(2.2rem,5vw,3.4rem);line-height:1.15;font-weight:700;margin:0;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.4)}.education-directory-hero__lede{max-width:46rem;font-size:clamp(1rem,2.6vw,1.2rem);line-height:1.65;color:hsla(0,0%,100%,.92);text-shadow:0 1px 4px rgba(0,0,0,.4)}.education-directory-hero__stats{display:grid;grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));gap:clamp(.75rem,3vw,1.5rem);list-style:none;padding:0;margin:0}.education-directory-hero__stat{display:flex;flex-direction:column;gap:.2rem;padding:1rem 1.2rem;border-radius:14px;background:rgba(23,23,28,.55);box-shadow:0 8px 22px -14px rgba(23,23,28,.35)}.education-directory-hero__stat-value{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700}.education-directory-hero__stat-label{font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;color:hsla(0,0%,100%,.7)}.education-directory-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.education-directory-hero__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.35rem;border-radius:12px;font-weight:600;font-size:.95rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.education-directory-hero__cta:focus-visible{outline:3px solid hsla(0,0%,100%,.6);outline-offset:3px}.education-directory-hero__cta--primary{background:var(--primary-color, #1f5fd1);color:#fff;box-shadow:0 6px 16px -6px rgba(31,95,209,.4)}.education-directory-hero__cta--primary:hover{background:var(--primary-color-hover, #0052a3);transform:translateY(-2px)}.education-directory-hero__cta--secondary{background:hsla(0,0%,100%,.18);color:#fff}.education-directory-hero__cta--secondary:hover{background:hsla(0,0%,100%,.28);transform:translateY(-2px)}@media(max-width: 640px){.education-directory-hero__actions{flex-direction:column}.education-directory-hero__cta{justify-content:center}}.education-directory{display:grid;gap:clamp(2.5rem,6vw,3.5rem)}.education-directory-explainer{display:grid;gap:clamp(1.5rem,4vw,2.5rem)}.education-directory-explainer__panel{border-radius:16px;border:1px solid var(--border-color, #e1e4e8);background:var(--background-color, #fff);padding:1.1rem 1.3rem}.education-directory-explainer__panel summary{font-weight:600;font-size:1rem;cursor:pointer;list-style:none}.education-directory-explainer__panel summary::-webkit-details-marker{display:none}.education-directory-explainer__body{margin-top:1rem;display:grid;gap:1rem}@media(min-width: 768px){.education-directory-explainer__body{grid-template-columns:1.5fr 1fr;gap:1.5rem}}.education-directory-explainer__intro{font-size:.95rem;line-height:1.6}.education-directory-explainer__intro p+p{margin-top:.75rem}.education-directory-explainer__checklist{margin:0;padding-left:1.1rem;font-size:.95rem}.education-directory-explainer__checklist li{margin-bottom:.45rem}.education-intro .read-more-btn{display:inline-flex;margin-top:.75rem;background:#111827;color:#fff;border:none;border-radius:6px;padding:.5rem .9rem;font-weight:600;cursor:pointer}.edu-hero{position:relative;color:#fff;margin-bottom:clamp(2.5rem,6vw,4rem)}.edu-hero__media{position:absolute;inset:0;overflow:hidden;z-index:0}.edu-hero__media picture{display:block;width:100%;height:100%}.edu-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(0.55)}.edu-hero__overlay{position:absolute;inset:0;background:linear-gradient(150deg, rgba(12, 17, 30, 0.85) 0%, rgba(12, 17, 30, 0.65) 70%, rgba(12, 17, 30, 0.8) 100%)}.edu-hero__content{position:relative;z-index:1;padding-block:clamp(3rem,8vw,5rem);display:flex;flex-direction:column;gap:clamp(1.2rem,3vw,1.8rem)}.edu-hero__eyebrow{font-size:.82rem;letter-spacing:.16em;text-transform:uppercase;color:hsla(0,0%,100%,.85);text-shadow:0 1px 4px rgba(0,0,0,.5)}.edu-hero__title{margin:0;font-size:clamp(2rem,5vw,3.2rem);line-height:1.15;font-weight:700;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.4)}.edu-hero__lede{max-width:48rem;font-size:clamp(1rem,2.4vw,1.2rem);line-height:1.6;color:hsla(0,0%,100%,.92);text-shadow:0 1px 4px rgba(0,0,0,.4)}.edu-hero__stats{display:grid;grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));gap:clamp(.75rem,3vw,1.4rem);list-style:none;padding:0;margin:0}.edu-hero__stats li{background:hsla(0,0%,100%,.12);border-radius:14px;padding:1rem 1.2rem;display:flex;flex-direction:column;gap:.25rem;backdrop-filter:blur(6px)}.edu-hero__stat-value{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700}.edu-hero__stat-label{font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;color:hsla(0,0%,100%,.7)}.edu-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.edu-hero__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.4rem;border-radius:12px;font-weight:600;text-decoration:none;background:hsla(0,0%,100%,.16);color:#fff;transition:transform .2s ease,box-shadow .2s ease}.edu-hero__cta:hover{transform:translateY(-2px)}.edu-hero__cta:focus-visible{outline:3px solid hsla(0,0%,100%,.5);outline-offset:3px}.edu-hero__cta--primary{background:var(--primary-color, #0052cc)}@media(max-width: 640px){.edu-hero__actions{flex-direction:column}.edu-hero__cta{justify-content:center}}.edu-nav-wrapper{background:var(--surface-muted, #f3f4f6);padding-block:clamp(1.5rem,4vw,2.5rem)}.edu-nav{display:grid;gap:1.5rem}.edu-nav__title{font-size:1rem;text-transform:uppercase;letter-spacing:.12em;color:var(--text-subtle, #6b7280);margin:0}.edu-nav__primary{display:flex;flex-wrap:wrap;gap:.75rem;list-style:none;padding:0;margin:0}.edu-nav__primary a{display:inline-flex;padding:.55rem .9rem;border-radius:12px;background:#fff;border:1px solid rgba(15,23,42,.1);font-weight:600;text-decoration:none;color:inherit}.edu-nav__primary a:hover{background:rgba(15,23,42,.05)}.edu-nav__segment{background:#fff;border-radius:14px;border:1px solid rgba(15,23,42,.08);padding:1.2rem 1.4rem}.edu-nav__segment h3{margin-top:0;font-size:1.05rem}.edu-nav__segment ul{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.edu-nav__event-date{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-subtle, #6b7280);margin-right:.4rem}.edu-nav__resource-pending{font-size:.8rem;color:var(--text-subtle, #6b7280);margin-left:.5rem}.edu-section__header{display:grid;gap:.6rem;margin-bottom:clamp(1.5rem,4vw,2.2rem)}.edu-section__header h2{margin:0;font-size:clamp(1.6rem,3.2vw,2.2rem)}.edu-section__header p{max-width:46rem;margin:0;color:var(--text-subtle, #6b7280)}.edu-tiered{padding-block:clamp(2rem,5vw,3rem)}.edu-tiered__grid{display:grid;gap:clamp(1.5rem,4vw,2.2rem)}.edu-tier{border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:clamp(1.5rem,4vw,2.4rem);background:#fff;display:grid;gap:1.4rem}.edu-tier__header{display:grid;gap:.4rem}.edu-tier__title{margin:0;font-size:1.4rem}.edu-tier__description{margin:0;color:var(--text-subtle, #6b7280)}.edu-tier__quick-stats{display:grid;gap:.6rem}.edu-tier__quick-stats div{display:grid;gap:.2rem;padding-bottom:.35rem;border-bottom:1px solid rgba(15,23,42,.08)}.edu-tier__quick-stats dt{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-subtle, #6b7280)}.edu-tier__table{overflow-x:auto}.edu-tier__table table{width:100%;border-collapse:collapse;font-size:.95rem}.edu-tier__table th,.edu-tier__table td{padding:.6rem .75rem;border-bottom:1px solid rgba(15,23,42,.06);text-align:left}.edu-tier__table th{font-weight:600;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase}.edu-tier__footer{display:flex;flex-wrap:wrap;gap:.6rem}.edu-tier__cta{display:inline-flex;padding:.55rem 1.1rem;border-radius:12px;background:var(--surface-muted, #f3f4f6);text-decoration:none;font-weight:600;color:inherit}.edu-tier__cta--secondary{background:rgba(15,23,42,.08)}.edu-insights{padding-block:clamp(2rem,5vw,3rem)}.edu-insights__grid{display:grid;gap:clamp(1rem,3vw,1.6rem)}@media(min-width: 768px){.edu-insights__grid{grid-template-columns:repeat(3, 1fr)}}.edu-card{border-radius:16px;border:1px solid rgba(15,23,42,.08);background:#fff;padding:1.4rem;display:grid;gap:.8rem}.edu-card h2,.edu-card h3{margin:0}.edu-card ul,.edu-card ol{margin:0;padding-left:1.2rem}.edu-downloads{margin-top:clamp(1.5rem,4vw,2rem);background:var(--surface-muted, #f9fafb);border-radius:16px;padding:1.5rem;display:grid;gap:1rem}.edu-downloads__list{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.edu-downloads__item{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;font-size:.95rem}.edu-downloads__cta{margin-left:auto;font-weight:600;text-decoration:none;color:var(--primary-color, #0052cc)}.edu-downloads__cta--pending{color:var(--text-subtle, #6b7280)}.edu-downloads__note{font-size:.9rem;color:var(--text-subtle, #6b7280)}.edu-resource-library{padding-block:clamp(2rem,5vw,3rem)}.edu-resource-library__grid{display:grid;gap:clamp(1rem,3vw,1.6rem)}@media(min-width: 960px){.edu-resource-library__grid{grid-template-columns:repeat(2, 1fr)}}.edu-resource-card{border-radius:16px;border:1px solid rgba(15,23,42,.08);background:#fff;padding:1.5rem;display:grid;gap:.8rem}.edu-resource-card__meta{text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;color:var(--text-subtle, #6b7280)}.edu-resource-card__location{font-size:.9rem;color:var(--text-subtle, #6b7280)}.edu-resource-card__modules{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.edu-resource-card__modules li{border-top:1px solid rgba(15,23,42,.08);padding-top:.75rem}.edu-resource-card__cta{font-weight:600;text-decoration:none;color:var(--primary-color, #0052cc)}.edu-resource-card__placeholder{color:var(--text-subtle, #6b7280)}.edu-sources{padding-block:clamp(2rem,5vw,3rem)}.edu-sources__grid{display:grid;gap:clamp(1rem,3vw,1.5rem)}@media(min-width: 900px){.edu-sources__grid{grid-template-columns:repeat(2, 1fr)}}.edu-status-list,.edu-source-list{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.edu-status{display:inline-block;padding:.2rem .6rem;border-radius:12px;background:rgba(234,179,8,.15);color:#92400e;font-size:.75rem;text-transform:uppercase}.edu-status__notes{display:block;font-size:.85rem;color:var(--text-subtle, #6b7280)}.edu-source__meta{font-size:.8rem;color:var(--text-subtle, #6b7280)}.edu-source__notes{font-size:.9rem;color:var(--text-subtle, #6b7280)}.edu-next{padding-block:clamp(1.5rem,4vw,2.5rem);background:var(--surface-muted, #f9fafb)}.edu-next h2{margin:0 0 .5rem}.edu-next p{margin:0}.edu-provider{padding-block:clamp(2.5rem,6vw,4rem)}.edu-provider__hero{display:grid;gap:1rem;margin-bottom:clamp(2rem,5vw,3rem)}.edu-provider__eyebrow{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-subtle, #6b7280)}.edu-provider__summary{max-width:48rem;font-size:1.05rem;color:var(--text-subtle, #4b5563)}.edu-provider__stats{display:grid;gap:.6rem;grid-template-columns:repeat(auto-fit, minmax(160px, 1fr))}.edu-provider__stats>div{display:grid;gap:.2rem;min-width:0;padding:.85rem;background:var(--surface-muted, #f9fafb);border:1px solid var(--border-color, #e1e4e8);border-radius:12px}.edu-provider__stat-label{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-subtle, #6b7280)}.edu-provider__stat-value{font-weight:600}.edu-provider__hero-cta{display:flex;flex-wrap:wrap;gap:.6rem}.edu-provider__cta{display:inline-flex;padding:.6rem 1.2rem;border-radius:12px;background:var(--primary-color, #0052cc);color:#fff;text-decoration:none}.edu-provider__cta--secondary{background:rgba(15,23,42,.1);color:inherit}.edu-provider__section{margin-bottom:clamp(2rem,5vw,3rem)}.edu-provider__section h2{margin-bottom:1rem}.edu-provider__program-grid,.edu-provider__module-grid{display:grid;gap:clamp(1rem,3vw,1.6rem)}@media(min-width: 960px){.edu-provider__program-grid,.edu-provider__module-grid{grid-template-columns:repeat(2, 1fr)}}.edu-provider__split{display:grid;gap:1.2rem}@media(min-width: 900px){.edu-provider__split{grid-template-columns:repeat(2, 1fr);gap:1.5rem}}.edu-provider__bullet-list{list-style:none;padding:0;margin:0;display:grid;gap:1rem}.edu-provider__bullet-list h3{margin-bottom:.4rem}.edu-provider__bullet-list p{margin:0}.edu-provider__outcomes{display:grid;gap:.8rem}.edu-provider__outcomes div{display:grid;gap:.3rem;padding-bottom:.6rem;border-bottom:1px solid rgba(15,23,42,.08)}.edu-provider__outcomes dt{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-subtle, #6b7280)}.edu-provider__downloads{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.edu-provider__download-name{font-weight:600}.edu-provider__download-pending{font-size:.85rem;color:var(--text-subtle, #6b7280)}@media(max-width: 576px){.edu-provider__hero-cta{flex-direction:column}.edu-provider__cta{width:100%;justify-content:center;min-height:44px;align-items:center}}.edu-provider__sources{list-style:decimal;padding-left:1.2rem;margin:0;display:grid;gap:.6rem}.edu-microlearning{border:1px solid rgba(15,23,42,.08);border-radius:16px;padding:1.5rem;background:#fff;margin-bottom:1.2rem}.edu-microlearning h3{margin-top:0}.edu-microlearning__table{overflow-x:auto}.edu-microlearning__table table{width:100%;border-collapse:collapse;font-size:.92rem}.edu-microlearning__table th,.edu-microlearning__table td{padding:.6rem;border-bottom:1px solid rgba(15,23,42,.08);text-align:left}.edu-microlearning__table th{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-subtle, #6b7280)}.edu-microlearning__footer{font-size:.85rem;color:var(--text-subtle, #6b7280)}.edu-category-hero{background:var(--surface-muted, #f9fafb);padding-block:clamp(2rem,5vw,3rem)}.edu-category-hero h1{margin:0 0 .8rem}.edu-category-hero p{max-width:48rem}.edu-category-section{padding-block:clamp(2rem,5vw,3rem)}.edu-category__cards{display:grid;gap:clamp(1rem,3vw,1.6rem)}@media(min-width: 960px){.edu-category__cards{grid-template-columns:repeat(3, 1fr)}}.edu-category-card{border-radius:16px;border:1px solid rgba(15,23,42,.08);padding:1.4rem;background:#fff;display:grid;gap:.7rem}.edu-category-card h2,.edu-category-card h3{margin:0}.edu-category-card ul{margin:0;padding-left:1.2rem}.edu-category__table{overflow-x:auto}.edu-category__table table{width:100%;border-collapse:collapse}.edu-category__table th,.edu-category__table td{padding:.6rem .75rem;border-bottom:1px solid rgba(15,23,42,.08);text-align:left}.edu-category__module-grid{display:grid;gap:clamp(1rem,3vw,1.5rem)}@media(min-width: 900px){.edu-category__module-grid{grid-template-columns:repeat(3, 1fr)}}.edu-category-module{border:1px solid rgba(15,23,42,.08);border-radius:14px;padding:1.2rem;background:#fff}.edu-category__split{display:grid;gap:1.2rem}@media(min-width: 960px){.edu-category__split{grid-template-columns:repeat(3, 1fr);gap:1.6rem}}.edu-category__crosslinks{display:flex;flex-wrap:wrap;gap:.75rem}.edu-category__crosslinks a{display:inline-flex;padding:.55rem 1rem;border-radius:12px;background:var(--surface-muted, #f3f4f6);text-decoration:none;font-weight:600}.education-filter-toggle{display:none}@media(max-width: 768px){.education-filter-toggle{position:fixed;bottom:calc(var(--tabbar-h) + env(safe-area-inset-bottom) + 16px);inset-inline:16px;z-index:var(--z-filterbar);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:14px 16px;border-radius:12px;border:1px solid var(--border-color, #e1e4e8);background:var(--surface, #fff);color:var(--ink, var(--text-color));box-shadow:0 2px 8px rgba(0,0,0,.06);font-weight:600}}.education-filters{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:20px;margin-bottom:30px;padding:20px;background-color:var(--background-alt-color);border-radius:12px;border:1px solid var(--border-color, #e9ecef)}.education-filters .filters__header{display:none}@media(max-width: 768px){.education-filters{position:fixed;inset:0;z-index:var(--z-sheet);background:var(--surface, #fff);padding:24px;overflow:auto;display:none;grid-template-columns:1fr;gap:16px}.education-filters .filters__header{display:flex;justify-content:space-between;align-items:center;margin:-8px -8px 12px;padding:8px;position:sticky;top:0;background:var(--surface, #fff);z-index:1;border-bottom:1px solid var(--border-color, #e1e4e8)}.education-filters .filters__header .filters__title{font-weight:600}.education-filters .filters__header .filters__actions{display:flex;gap:8px}.education-filters .filters__header .filters__clear,.education-filters .filters__header .filters__close{padding:8px 12px;border-radius:8px;border:1px solid var(--border-color, #e1e4e8);background:var(--surface, #fff);color:var(--ink, var(--text-color))}.education-filters .filters__header .filters__close{background:var(--primary-color, #1f5fd1);color:#fff;border-color:var(--primary-color, #1f5fd1)}}.education-filters.is-open{display:grid}.education-count{font-size:.95rem;color:var(--text-alt-color)}.active-filters{display:flex;flex-wrap:wrap;gap:8px}.active-filters.is-empty{display:none}.filter-pill{display:inline-flex;align-items:center;min-height:44px;border:1px solid var(--border-color, #e1e4e8);background:#fff;color:var(--text-color, #333);border-radius:12px;padding:6px 12px;font-size:12px;cursor:pointer}.education__divider{width:50%;height:1px;margin:40px auto;background-color:var(--border-color)}.education__grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:30px;margin-bottom:60px}@media(max-width: 768px){.education__grid{grid-template-columns:1fr;gap:20px}}.education__card{background-color:var(--background-alt-color);border-radius:16px;padding:24px;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;gap:.75rem}.education__card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.education__name{font-size:1.4rem;margin:0}.education__type{font-size:.95rem;color:var(--text-alt-color);margin:0}.education__location{font-size:.95rem;color:var(--text-alt-color)}.education__description{font-size:.95rem;line-height:1.6}.education__subtitle{font-size:1.05rem;margin:.75rem 0 .35rem}.education__list{list-style-type:disc;padding-left:1.1rem;margin:0;color:var(--text-alt-color);font-size:.9rem}.education__link{display:inline-flex;align-items:center;gap:.35rem;margin-top:auto;font-weight:600;color:var(--primary-color);text-decoration:none}.education__link:hover{text-decoration:underline}.education__empty,.education-empty{background-color:var(--background-alt-color);padding:24px;border-radius:12px;text-align:center;color:var(--text-alt-color)}.education-empty{display:none}.education-empty__icon{font-size:2rem;color:var(--primary-color);margin-bottom:.5rem}.education-empty__title{font-size:1.3rem;margin-bottom:.4rem}.education-empty__message{margin-bottom:1rem}.education-load-more{text-align:center;margin:40px 0}.edu-provider__visual{display:grid;inline-size:min(100%,44rem);padding:.9rem 1rem;overflow:clip;border:1px solid color-mix(in srgb, var(--primary-color) 20%, var(--border-color));border-radius:14px;background:var(--surface, var(--background-color))}.edu-provider__visual-copy{display:grid;gap:.18rem;min-inline-size:0;margin:0;color:var(--text-alt-color, #526174);font-size:.88rem;line-height:1.4}.edu-provider__visual-copy strong{color:var(--text-color, #152136);font-size:1rem}.edu-provider__visual-kicker{color:var(--primary-color, #2867d8);font-size:.69rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.store-directory-hero{position:relative;isolation:isolate;overflow:hidden;margin-bottom:clamp(2.5rem,6vw,4rem);background-color:#101b2a;background-image:radial-gradient(circle at 88% 12%, rgba(93, 162, 224, 0.3) 0%, rgba(93, 162, 224, 0) 38%),radial-gradient(circle at 8% 100%, rgba(199, 157, 91, 0.16) 0%, rgba(199, 157, 91, 0) 34%),linear-gradient(135deg, #0b1420 0%, #17283c 52%, #102e47 100%);box-shadow:inset 0 -1px 0 hsla(0,0%,100%,.12);color:#fff}:root[dark] .store-directory-hero{background-color:#09131f;background-image:radial-gradient(circle at 88% 12%, rgba(106, 169, 224, 0.24) 0%, rgba(106, 169, 224, 0) 38%),radial-gradient(circle at 8% 100%, rgba(199, 157, 91, 0.12) 0%, rgba(199, 157, 91, 0) 34%),linear-gradient(135deg, #070e17 0%, #111f30 52%, #0c263a 100%)}.store-directory-hero__media{position:absolute;inset:0;z-index:0}.store-directory-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center 35%;filter:brightness(0.6)}.store-directory-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(22, 18, 11, 0.4) 0%, rgba(22, 18, 11, 0.88) 80%, rgba(22, 18, 11, 0.95) 100%)}.store-directory-hero__content{position:relative;z-index:1;padding-block:clamp(3.5rem,8vw,5.5rem);display:flex;flex-direction:column;gap:clamp(1.2rem,3vw,1.8rem)}.store-directory-hero__eyebrow{font-size:.85rem;letter-spacing:.18em;text-transform:uppercase;color:hsla(0,0%,100%,.86)}.store-directory-hero__title{font-size:clamp(2.2rem,5vw,3.4rem);line-height:1.15;font-weight:700;margin:0;text-wrap:balance;color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.36)}.store-directory-hero__lede{max-width:46rem;font-size:clamp(1rem,2.6vw,1.2rem);line-height:1.65;color:hsla(0,0%,100%,.92)}.store-directory-hero__stats{display:grid;grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));gap:clamp(.75rem,3vw,1.5rem);padding:0;margin:0;list-style:none}.store-directory-hero__stat{display:flex;flex-direction:column;gap:.25rem;padding:1rem 1.3rem;border-radius:14px;border:1px solid hsla(0,0%,100%,.16);background:rgba(5,12,22,.56);box-shadow:0 12px 28px -18px rgba(0,0,0,.72)}.store-directory-hero__stat-value{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700;color:#fff}.store-directory-hero__stat-label{font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;color:hsla(0,0%,100%,.82)}.store-directory-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.store-directory-hero__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.35rem;border-radius:12px;font-weight:600;font-size:.95rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.store-directory-hero__cta:focus-visible{outline:3px solid hsla(0,0%,100%,.6);outline-offset:3px}.store-directory-hero__cta--primary{background:#f2f7fd;color:#10243a;box-shadow:0 8px 22px -10px rgba(0,0,0,.72)}.store-directory-hero__cta--primary:hover{background:#fff;color:#071422;transform:translateY(-2px)}.store-directory-hero__cta--secondary{border:1px solid hsla(0,0%,100%,.48);background:hsla(0,0%,100%,.12);color:#fff}.store-directory-hero__cta--secondary:hover{border-color:hsla(0,0%,100%,.72);background:hsla(0,0%,100%,.22);transform:translateY(-2px)}@media(max-width: 576px){.store-directory-hero__stats{grid-template-columns:repeat(2, 1fr)}.store-directory-hero__actions{flex-direction:column}.store-directory-hero__cta{width:100%;justify-content:center}}.store-directory-explainer{display:grid;gap:clamp(1.5rem,4vw,2.5rem);margin-bottom:clamp(2.5rem,6vw,4rem)}.store-directory-explainer__panel{border-radius:16px;border:1px solid var(--border-color, #e1e4e8);background:var(--background-color, #fff);padding:1.1rem 1.3rem}.store-directory-explainer__panel summary{display:flex;gap:.7rem;align-items:center;font-weight:600;font-size:1rem;cursor:pointer;list-style:none}.store-directory-explainer__panel summary::-webkit-details-marker{display:none}.store-directory-explainer__summary-visual,.store-directory-explainer__roles-visual{display:grid;flex:0 0 42px;width:42px;height:42px;overflow:hidden;place-items:center;background:var(--surface-tint, var(--background-alt-color));border:1px solid var(--border-color, #e1e4e8);border-radius:12px}.store-directory-explainer__summary-visual .topic-icon-frame,.store-directory-explainer__summary-visual .topic-icon-image,.store-directory-explainer__roles-visual .topic-icon-frame,.store-directory-explainer__roles-visual .topic-icon-image{width:32px;height:32px}.store-directory-explainer .seo-intro-content{display:grid;grid-template-columns:42px minmax(0, 1fr);gap:0 .9rem;align-items:start}.store-directory-explainer .seo-intro-text,.store-directory-explainer .read-more-btn{grid-column:2}.store-directory-explainer .read-more-btn{justify-self:start}.store-directory-explainer__body{margin-top:1rem;display:grid;gap:1rem}@media(min-width: 768px){.store-directory-explainer__body{grid-template-columns:1.5fr 1fr;gap:1.5rem}}.store-directory-explainer__intro{font-size:.95rem;line-height:1.6}.store-directory-explainer__intro p+p{margin-top:.8rem}.store-directory-explainer__checklist{margin:0;padding-left:1.1rem;font-size:.95rem}.store-directory-explainer__checklist li{margin-bottom:.45rem}.stores-filter-toggle{display:none}.store-directory-filter-cta,.stores-filters{display:none}html:not(.stores-directory-enhanced) body[data-page] .store-directory-filter-cta{display:none}html.stores-directory-enhanced .store-directory-filter-cta{display:inline-flex}html.stores-directory-enhanced .stores-filters{display:grid}@media(max-width: 768px){html.stores-directory-enhanced .stores-filter-toggle{position:fixed;bottom:calc(var(--tabbar-h) + env(safe-area-inset-bottom) + 16px);inset-inline:16px;z-index:var(--z-filterbar);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:14px 16px;border-radius:12px;border:1px solid var(--border-color, #e1e4e8);background:var(--surface, #fff);color:var(--ink, var(--text-color));box-shadow:0 2px 8px rgba(0,0,0,.06);font-weight:600;transition:transform .25s ease,opacity .25s ease}html.stores-directory-enhanced .stores-filter-toggle.is-hidden{transform:translateY(calc(100% + 24px));opacity:0;pointer-events:none}}.stores-filters{grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:20px;margin-bottom:30px;padding:20px;background-color:var(--background-alt-color);border-radius:12px;border:1px solid var(--border-color, #e9ecef)}.stores-filters .filters__header{display:none}@media(max-width: 768px){.stores-filters{position:fixed;inset:0;z-index:var(--z-sheet);background:var(--surface, #fff);padding:24px;overflow:auto;display:none;grid-template-columns:1fr;gap:16px}.stores-filters .filters__header{display:flex;justify-content:space-between;align-items:center;margin:-8px -8px 12px;padding:8px;position:sticky;top:0;background:var(--surface, #fff);z-index:1;border-bottom:1px solid var(--border-color, #e1e4e8)}.stores-filters .filters__header .filters__title{font-weight:600}.stores-filters .filters__header .filters__actions{display:flex;gap:8px}.stores-filters .filters__header .filters__clear,.stores-filters .filters__header .filters__close{padding:8px 12px;border-radius:8px;border:1px solid var(--border-color, #e1e4e8);background:var(--surface, #fff);color:var(--ink, var(--text-color))}.stores-filters .filters__header .filters__close{background:var(--primary-color, #1f5fd1);color:#fff;border-color:var(--primary-color, #1f5fd1)}}@media(max-width: 768px){html.stores-directory-enhanced .stores-filters{display:none}html.stores-directory-enhanced .stores-filters.is-open{display:grid}html.stores-directory-enhanced .stores-filter-toggle[disabled]{display:none}}html.no-scroll,body.no-scroll{overflow:hidden}.stores-count{font-size:.95rem;color:var(--text-alt-color)}.active-filters{display:flex;flex-wrap:wrap;gap:8px}.active-filters.is-empty{display:none}.filter-pill{display:inline-flex;align-items:center;min-height:44px;border:1px solid var(--border-color, #e1e4e8);background:var(--surface, #fff);color:var(--text-color, #333);border-radius:12px;padding:6px 12px;font-size:12px;cursor:pointer}.store .container{max-width:1200px;margin:0 auto;padding:0 15px}.store__banner{height:200px;max-height:200px;overflow:hidden}.store__banner img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:brightness(0.9)}@media(max-width: 576px){.store__banner{height:140px}}.store__profile{position:relative;background-color:var(--surface, var(--background-alt-color));border:1px solid var(--border-soft, var(--border-alt-color));border-radius:14px;box-shadow:var(--card-shadow);padding:clamp(1.25rem,4vw,2rem);margin:clamp(1rem,4vw,2rem) 0 clamp(1.5rem,5vw,2.5rem);display:flex;flex-direction:column;gap:1.1rem}.store__banner+.container .store__profile{margin-top:clamp(-3rem,-6vw,-1.5rem)}.store__profile-identity{display:flex;align-items:center;gap:1.1rem;min-width:0}@media(max-width: 576px){.store__profile-identity{flex-direction:column;align-items:flex-start}}.store__profile-logo{flex:0 0 auto;width:96px;height:96px;border-radius:14px;border:1px solid var(--border-soft, var(--border-alt-color));background-color:#fff;padding:8px;display:flex;align-items:center;justify-content:center}.store__profile-logo img{max-width:100%;max-height:100%;object-fit:contain;display:block}.store__profile-logo--monogram{background:var(--surface-tint, #edf4ff);color:var(--ink-muted, var(--text-alt-color));font-family:"Bricolage Grotesque","Public Sans",Helvetica,Arial,sans-serif;font-size:2rem;font-weight:700}.store__profile-heading{min-width:0}.store__profile-name{font-family:"Bricolage Grotesque","Public Sans",Helvetica,Arial,sans-serif;font-weight:800;font-size:clamp(1.6rem,4.5vw,2.2rem);line-height:1.15;margin:0;color:var(--heading-font-color)}.store__profile-tagline{margin:.4rem 0 0;font-size:1rem;line-height:1.5;color:var(--ink-muted, var(--text-alt-color))}.store__profile-facts{display:flex;flex-wrap:wrap;gap:.5rem 1.4rem;margin:0;padding:0;list-style:none}.store__profile-fact{display:flex;align-items:center;gap:.45rem;font-size:.9rem;color:var(--ink-muted, var(--text-alt-color))}.store__profile-actions{display:flex;flex-wrap:wrap;gap:.75rem}@media(max-width: 576px){.store__profile-actions{flex-direction:column}}.store__cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.7rem 1.3rem;border-radius:9px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background-color .2s ease,color .2s ease,transform .2s ease}.store__cta--primary{background-color:var(--accent, var(--primary-color));color:var(--accent-ink, #fff)}.store__cta--primary:hover{background-color:var(--primary-color-hover);transform:translateY(-1px)}.store__cta--secondary{background-color:rgba(0,0,0,0);color:var(--accent, var(--primary-color));border:1px solid var(--accent, var(--primary-color))}.store__cta--secondary:hover{background-color:var(--surface-tint, var(--background-alt-color-2))}.store__shipping{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.9rem;color:var(--ink-muted, var(--text-alt-color))}.store__shipping-pill{display:inline-flex;align-items:center;padding:.25rem .8rem;border-radius:50rem;background-color:var(--surface-tint, var(--background-alt-color-2));color:var(--ink, var(--text-color));font-size:.8rem;font-weight:500}.store__byline{margin:0;padding-top:.9rem;border-top:1px solid var(--hairline, var(--border-alt-color));color:var(--ink-muted, var(--text-alt-color))}.store__section-count{color:var(--ink-muted, var(--text-alt-color));font-weight:600}.store__services-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill, minmax(240px, 1fr));gap:.6rem}.store__services-list li{display:flex;align-items:center;gap:.6rem;padding:.7rem .9rem;background-color:var(--surface, var(--background-alt-color));border:1px solid var(--border-soft, var(--border-alt-color));border-radius:9px;font-size:.92rem;color:var(--text-color)}.store__policies-list{list-style:none;margin:0;padding:0;background-color:var(--surface, var(--background-alt-color));border:1px solid var(--border-soft, var(--border-alt-color));border-radius:14px;overflow:hidden}.store__policies-list li+li{border-top:1px solid var(--hairline, var(--border-alt-color))}.store__policies-list a{display:flex;align-items:center;gap:.7rem;min-height:44px;padding:.75rem 1.1rem;color:var(--link-color);text-decoration:none;font-size:.95rem;transition:background-color .15s ease}.store__policies-list a:hover{background-color:var(--surface-tint, var(--background-alt-color-2));text-decoration:underline}.store__content{max-width:900px;margin:0 auto;padding:40px 15px}.store__content h2{font-size:24px;margin:40px 0 20px;color:var(--heading-font-color);display:flex;align-items:center}.store__content p{font-size:16px;line-height:1.8;margin-bottom:20px;color:var(--text-color)}.store__section-heading{gap:.8rem}.store__section{margin-bottom:60px}.store__brands-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(240px, 1fr));gap:20px;margin-top:30px}@media(max-width: 768px){.store__brands-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 576px){.store__brands-grid{grid-template-columns:1fr}}.store__brands-grid .brand-card{height:100%}.store__brands-grid .brand-card--small .brand-card__content{padding:15px}.store__brands-grid .brand-card--small .brand-card__description{display:none}.store .brand-sidebar__disclaimer summary{display:flex;align-items:center;gap:.55rem}.store__related{background-color:var(--background-alt-color);padding:60px 0;margin-top:60px}.store__related .container{max-width:1200px;margin:0 auto;padding:0 15px}.store__related h2{font-size:28px;text-align:center;margin-bottom:40px;color:var(--heading-font-color)}.store__related .tabs{display:flex;justify-content:center;gap:10px;margin-bottom:40px;flex-wrap:wrap}.store__related .tabs .tab-button{padding:10px 24px;background:rgba(0,0,0,0);border:2px solid var(--border-color);border-radius:30px;font-size:14px;font-weight:500;color:var(--text-color);cursor:pointer;transition:all .3s ease}@media(max-width: 576px){.store__related .tabs .tab-button{padding:8px 20px;font-size:13px}}.store__related .tabs .tab-button:hover{border-color:var(--primary-color);color:var(--primary-color)}.store__related .tabs .tab-button.active{background-color:var(--primary-color);border-color:var(--primary-color);color:#fff}.store__related .tab-content{display:none}.store__related .tab-content.active{display:block}.store__related .related-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:25px;max-width:1200px;margin:0 auto}@media(max-width: 992px){.store__related .related-grid{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 768px){.store__related .related-grid{grid-template-columns:repeat(2, 1fr);gap:20px}}@media(max-width: 576px){.store__related .related-grid{grid-template-columns:1fr;gap:15px}}.store__related .store-related-card{position:relative;background-color:var(--background-color);border-radius:8px;padding:20px;box-shadow:0 2px 10px rgba(0,0,0,.08);transition:all .3s ease;text-align:center}.store__related .store-related-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.store__related .store-related-card__logo{width:60px;height:60px;margin:0 auto 15px;object-fit:contain}.store__related .store-related-card__logo-placeholder{width:60px;height:60px;margin:0 auto 15px;background-color:var(--primary-color);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:bold}.store__related .store-related-card__name{font-size:18px;font-weight:600;margin-bottom:8px;color:var(--heading-font-color)}.store__related .store-related-card__location{font-size:14px;color:var(--text-alt-color);margin-bottom:15px}.store__related .store-related-card__brands-count{font-size:14px;color:var(--text-alt-color);margin-bottom:20px}.store__related .store-related-card__brands-count strong{color:var(--text-color)}.store__related .store-related-card__actions{display:flex;gap:10px;justify-content:center}.store__related .store-related-card__cover-link{position:absolute;inset:0;z-index:1;display:none}@media(max-width: 768px){.store__related .store-related-card__cover-link{display:block}.store__related .store-related-card__actions{display:none}}.store__related .store-related-card__link{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s ease}.store__related .store-related-card__link--primary{background-color:var(--primary-color);color:#fff}.store__related .store-related-card__link--primary:hover{background-color:var(--primary-color-dark)}.store__related .store-related-card__link--secondary{background-color:rgba(0,0,0,0);color:var(--primary-color);border:1px solid var(--primary-color)}.store__related .store-related-card__link--secondary:hover{background-color:var(--primary-color);color:#fff}.store__related .guide-card{position:relative;background-color:var(--background-color);border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.08);transition:all .3s ease}.store__related .guide-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.store__related .guide-card>picture{display:block;line-height:0}.store__related .guide-card__image{width:100%;height:180px;object-fit:cover;background-color:var(--background-alt-color)}.store__related .guide-card__content{padding:20px}.store__related .guide-card__title{font-size:18px;font-weight:600;margin-bottom:10px;color:var(--heading-font-color);line-height:1.3}.store__related .guide-card__excerpt{font-size:14px;color:var(--text-alt-color);line-height:1.6;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.store__related .guide-card__link{color:var(--primary-color);font-size:14px;font-weight:500;text-decoration:none}.store__related .guide-card__link:hover{text-decoration:underline}.store__related .guide-card__cover-link{position:absolute;inset:0;z-index:1;display:none}@media(max-width: 768px){.store__related .guide-card__cover-link{display:block}}.store__brands-grid .brand-card__header,.store__related .brand-card__header{padding:10px}.store__brands-grid .brand-card__image,.store__related .brand-card__image{height:60px}.store__brands-grid .brand-card__logo,.store__related .brand-card__logo{max-height:50px}.store__brands-grid .brand-card__content,.store__related .brand-card__content{padding:15px}.store__brands-grid .brand-card__name,.store__related .brand-card__name{font-size:16px}.store__brands-grid .brand-card__description,.store__brands-grid .brand-card__specialties,.store__related .brand-card__description,.store__related .brand-card__specialties{display:none}.store-see-also{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:10px;margin:16px 0 0;padding:0;list-style:none}.store-see-also li{min-width:0;margin:0}.store-see-also a{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:10px 14px;border:1px solid var(--border-color);border-radius:10px;background:var(--surface-tint, var(--background-alt-color));text-decoration:none;line-height:1.35}.store-see-also a::after{content:"→";flex:0 0 auto;color:var(--primary-color)}.store-see-also a:hover{border-color:var(--primary-color);background:var(--surface)}@media(max-width: 576px){.store-see-also{grid-template-columns:1fr}}.website-directory-hero{position:relative;margin-bottom:clamp(2.5rem,6vw,4rem);color:#fff}.website-directory-hero__media{position:absolute;inset:0;z-index:0}.website-directory-hero__media picture{display:block;width:100%;height:100%}.website-directory-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center 40%;filter:brightness(0.65)}.website-directory-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(12, 18, 32, 0.4) 0%, rgba(12, 18, 32, 0.88) 80%, rgba(12, 18, 32, 0.95) 100%)}.website-directory-hero__content{position:relative;z-index:1;padding-block:clamp(3.5rem,8vw,5.5rem);display:flex;flex-direction:column;gap:clamp(1.2rem,3vw,1.8rem)}.website-directory-hero__eyebrow{font-size:.85rem;letter-spacing:.18em;text-transform:uppercase;color:hsla(0,0%,100%,.75)}.website-directory-hero__title{font-size:clamp(2.2rem,5vw,3.4rem);line-height:1.15;font-weight:700;margin:0;text-wrap:balance;color:#fff}.website-directory-hero__lede{max-width:48rem;font-size:clamp(1rem,2.6vw,1.2rem);line-height:1.65;color:hsla(0,0%,100%,.88)}.website-directory-hero__stats{display:grid;grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));gap:clamp(.75rem,3vw,1.5rem);padding:0;margin:0;list-style:none}.website-directory-hero__stat{display:flex;flex-direction:column;gap:.25rem;padding:1rem 1.3rem;border-radius:14px;background:rgba(12,20,36,.55);box-shadow:0 8px 22px -14px rgba(7,13,24,.35)}.website-directory-hero__stat-value{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700}.website-directory-hero__stat-label{font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;color:hsla(0,0%,100%,.7)}.website-directory-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.website-directory-hero__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.35rem;border-radius:12px;font-weight:600;font-size:.95rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.website-directory-hero__cta:focus-visible{outline:3px solid hsla(0,0%,100%,.6);outline-offset:3px}.website-directory-hero__cta--primary{background:var(--primary-color, #1f5fd1);color:#fff;box-shadow:0 6px 16px -6px rgba(31,95,209,.4)}.website-directory-hero__cta--primary:hover{background:var(--primary-color-hover, #0052a3);transform:translateY(-2px)}.website-directory-hero__cta--secondary{background:hsla(0,0%,100%,.18);color:#fff}.website-directory-hero__cta--secondary:hover{background:hsla(0,0%,100%,.28);transform:translateY(-2px)}@media(max-width: 576px){.website-directory-hero__stats{grid-template-columns:repeat(2, 1fr)}.website-directory-hero__actions{flex-direction:column}.website-directory-hero__cta{justify-content:center}}.website-directory-explainer{display:grid;gap:clamp(1.5rem,4vw,2.5rem);margin-bottom:clamp(2.5rem,6vw,4rem)}.website-directory-explainer__panel{border-radius:16px;border:1px solid var(--border-color, #e1e4e8);background:var(--background-color, #fff);padding:1.1rem 1.3rem}.website-directory-explainer__panel summary{font-weight:600;font-size:1rem;cursor:pointer;list-style:none}.website-directory-explainer__panel summary::-webkit-details-marker{display:none}.website-directory-explainer__body{margin-top:1rem;display:grid;gap:1rem}@media(min-width: 768px){.website-directory-explainer__body{grid-template-columns:1.5fr 1fr;gap:1.5rem}}.website-directory-explainer__intro{font-size:.95rem;line-height:1.6}.website-directory-explainer__intro p+p{margin-top:.8rem}.website-directory-explainer__checklist{margin:0;padding-left:1.1rem;font-size:.95rem}.website-directory-explainer__checklist li{margin-bottom:.45rem}.websites-filter-toggle{display:none}.website-directory-filter-cta,.websites-filters{display:none}html:not(.websites-directory-enhanced) body[data-page] .website-directory-filter-cta{display:none}html.websites-directory-enhanced .website-directory-filter-cta{display:inline-flex}html.websites-directory-enhanced .websites-filters{display:grid}@media(max-width: 768px){html.websites-directory-enhanced .websites-filter-toggle{position:fixed;bottom:calc(var(--tabbar-h) + env(safe-area-inset-bottom) + 16px);inset-inline:16px;z-index:var(--z-filterbar);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:14px 16px;border-radius:12px;border:1px solid var(--border-color, #e1e4e8);background:var(--surface, #fff);color:var(--ink, var(--text-color));box-shadow:0 2px 8px rgba(0,0,0,.06);font-weight:600}}.websites-filters{grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:20px;margin-bottom:30px;padding:20px;background-color:var(--background-alt-color);border-radius:12px;border:1px solid var(--border-color, #e9ecef)}.websites-filters .filters__header{display:none}@media(max-width: 768px){.websites-filters{position:fixed;inset:0;z-index:var(--z-sheet);background:var(--surface, #fff);padding:24px;overflow:auto;display:none;grid-template-columns:1fr;gap:16px}.websites-filters .filters__header{display:flex;justify-content:space-between;align-items:center;margin:-8px -8px 12px;padding:8px;position:sticky;top:0;background:var(--surface, #fff);z-index:1;border-bottom:1px solid var(--border-color, #e1e4e8)}.websites-filters .filters__header .filters__title{font-weight:600}.websites-filters .filters__header .filters__actions{display:flex;gap:8px}.websites-filters .filters__header .filters__clear,.websites-filters .filters__header .filters__close{padding:8px 12px;border-radius:8px;border:1px solid var(--border-color, #e1e4e8);background:var(--surface, #fff);color:var(--ink, var(--text-color))}.websites-filters .filters__header .filters__close{background:var(--primary-color, #1f5fd1);color:#fff;border-color:var(--primary-color, #1f5fd1)}}@media(max-width: 768px){html.websites-directory-enhanced .websites-filters{display:none}html.websites-directory-enhanced .websites-filters.is-open{display:grid}html.websites-directory-enhanced .websites-filter-toggle[disabled]{display:none}}html.no-scroll,body.no-scroll{overflow:hidden}.websites-count{font-size:.95rem;color:var(--text-alt-color)}.active-filters{display:flex;flex-wrap:wrap;gap:8px}.active-filters.is-empty{display:none}.filter-pill{display:inline-flex;align-items:center;min-height:44px;border:1px solid var(--border-color, #e1e4e8);background:#fff;color:var(--text-color, #333);border-radius:12px;padding:6px 12px;font-size:12px;cursor:pointer}.websites{margin-bottom:60px}.websites .websites-count{margin-bottom:25px;font-size:15px;color:var(--text-alt-color)}.websites .websites-count #filtered-count{font-weight:600;color:var(--text-color)}.websites .entity-grid,.websites .websites-grid,.websites .brands-grid,.websites .stores-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(320px, 1fr));gap:25px;margin-bottom:40px}@media(max-width: 992px){.websites .entity-grid,.websites .websites-grid,.websites .brands-grid,.websites .stores-grid{grid-template-columns:repeat(auto-fill, minmax(300px, 1fr))}}@media(max-width: 768px){.websites .entity-grid,.websites .websites-grid,.websites .brands-grid,.websites .stores-grid{grid-template-columns:repeat(2, 1fr);gap:20px}}@media(max-width: 576px){.websites .entity-grid,.websites .websites-grid,.websites .brands-grid,.websites .stores-grid{grid-template-columns:1fr;gap:15px}}.websites .load-more-container{text-align:center;margin:60px 0}.website{padding:40px 0}.website>.container{max-width:none;padding:0}.website__header{background-color:var(--background-alt-color);padding:60px 0;margin-bottom:60px}.website__header>.website__header-inner{max-width:1200px;margin:0 auto;padding:0 15px;display:flex;align-items:center;gap:40px}@media(max-width: 768px){.website__header>.website__header-inner{flex-direction:column;text-align:center;gap:30px}}.website__logo{flex-shrink:0;width:120px;height:120px;object-fit:contain;background-color:var(--background-color);border-radius:12px;padding:15px;box-shadow:0 5px 15px rgba(0,0,0,.08)}.website__logo-placeholder{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:120px;height:120px;background-color:var(--primary-color);color:#fff;font-size:48px;font-weight:700;border-radius:12px}.website__header-content{flex:1}.website__name{margin-bottom:15px;font-size:36px;color:var(--heading-font-color);line-height:1.2}@media(max-width: 768px){.website__name{font-size:32px}}@media(max-width: 576px){.website__name{font-size:28px}}.website__url{display:flex;align-items:center;margin-bottom:20px;font-size:16px;flex-wrap:wrap}@media(max-width: 768px){.website__url{justify-content:center}}.website__url a{color:var(--link-color);text-decoration:none;word-break:break-all}.website__url a:hover{text-decoration:underline}.website__badges{display:flex;flex-wrap:wrap;gap:10px}@media(max-width: 768px){.website__badges{justify-content:center}}.website__badge{display:inline-block;padding:6px 14px;border-radius:16px;font-size:13px;font-weight:600}.website__badge--official{background-color:#fff8e1;color:#8a5a00}.website__badge--retailer{background-color:#e0f7fa;color:#00838f}.website__wrapper{max-width:1200px;margin:0 auto;padding:0 15px}.website__content{width:100%}.website__main-content{width:100%}.website__section{margin-bottom:60px}.website__section:last-child{margin-bottom:0}.website__section h2{font-size:28px;margin-bottom:30px;text-align:center;color:var(--heading-font-color);position:relative;padding-bottom:15px}.website__section h2::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background-color:var(--primary-color)}@media(max-width: 768px){.website__section h2{font-size:24px}}.website__section>p{text-align:center;color:var(--text-alt-color);margin-bottom:30px;font-size:16px}.website__description{font-size:17px;line-height:1.8;margin-bottom:40px;color:var(--text-color);max-width:800px;margin-left:auto;margin-right:auto}.website__description p{margin-bottom:20px}.website__brands-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));gap:20px;margin-bottom:40px;max-width:1000px;margin-left:auto;margin-right:auto}@media(max-width: 768px){.website__brands-grid{grid-template-columns:repeat(auto-fill, minmax(160px, 1fr))}}@media(max-width: 576px){.website__brands-grid{grid-template-columns:repeat(2, 1fr);gap:15px}}.website__brand-item{text-align:center;background-color:var(--background-alt-color);padding:20px;border-radius:12px;transition:all .3s ease;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:140px}.website__brand-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1);background-color:var(--background-color)}.website__brand-logo{width:60px;height:60px;object-fit:contain;margin-bottom:12px;display:block}.website__brand-logo--monogram{display:grid;place-items:center;border:1px solid var(--border-color);border-radius:8px;background:var(--surface-tint, var(--background-alt-color));color:var(--heading-font-color);font-family:"Bricolage Grotesque","Public Sans",Helvetica,Arial,sans-serif;font-size:24px;font-weight:700;line-height:1}.website__brand-logo[style*=background]{border-radius:8px;font-size:24px;font-weight:700;color:var(--primary-color)}.website__brand-name{font-size:14px;font-weight:600;color:var(--heading-font-color);line-height:1.3}.website__info-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:25px;margin-bottom:40px;max-width:1000px;margin-left:auto;margin-right:auto}@media(max-width: 576px){.website__info-grid{grid-template-columns:1fr}}.website__info-item{background-color:var(--background-alt-color);padding:25px;border-radius:12px;border:1px solid var(--border-color);transition:all .3s ease}.website__info-item:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.08)}.website__info-item h3{font-size:16px;margin:0 0 12px 0;display:flex;align-items:center;color:var(--heading-font-color)}.website__info-item p{margin:0;font-size:15px;line-height:1.6;color:var(--text-color)}.website__info-item p a{color:var(--link-color);text-decoration:none}.website__info-item p a:hover{text-decoration:underline}.website__policies{display:grid;grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));gap:20px;margin-bottom:40px;max-width:1000px;margin-left:auto;margin-right:auto}@media(max-width: 576px){.website__policies{grid-template-columns:repeat(2, 1fr);gap:15px}}.website__policy-item{background-color:var(--background-alt-color);padding:30px 20px;border-radius:12px;text-align:center;transition:all .3s ease;border:1px solid var(--border-color);text-decoration:none;display:block}.website__policy-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1);border-color:var(--primary-color)}.website__policy-item h3{font-size:16px;margin:0;color:var(--heading-font-color)}.website__section-cta{text-align:center;padding:60px 20px;background-color:var(--background-alt-color);border-radius:12px;margin-top:60px;max-width:800px;margin-left:auto;margin-right:auto}.website__section-cta h3{font-size:32px;margin-bottom:15px;color:var(--heading-font-color)}@media(max-width: 576px){.website__section-cta h3{font-size:26px}}.website__section-cta p{font-size:18px;color:var(--text-alt-color);margin-bottom:30px;max-width:500px;margin-left:auto;margin-right:auto}.website__section-cta .button{display:inline-block;padding:14px 40px;background-color:var(--primary-color);color:#fff;border-radius:6px;font-size:16px;font-weight:500;text-decoration:none;transition:all .2s ease}.website__section-cta .button:hover{background-color:var(--primary-color-dark);transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.2)}.website-site-summary{margin-bottom:50px}.website-site-summary .website-section-title{font-size:28px;margin-bottom:30px;text-align:center;color:var(--heading-font-color);position:relative;padding-bottom:15px}.website-site-summary .website-section-title::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background-color:var(--primary-color)}.website-site-summary__content{max-width:800px;margin:0 auto;font-size:16px;line-height:1.8;color:var(--text-color)}.website-site-summary__content p{margin-bottom:18px}.website-site-summary__content h1,.website-site-summary__content h2,.website-site-summary__content h3,.website-site-summary__content h4,.website-site-summary__content h5,.website-site-summary__content h6{margin-top:30px;margin-bottom:15px;color:var(--heading-font-color)}.website-site-summary__content ul,.website-site-summary__content ol{margin-bottom:20px;padding-left:30px}.website-site-summary__content ul li,.website-site-summary__content ol li{margin-bottom:8px}.website-site-summary__content img{max-width:100%;height:auto;margin:20px 0;border-radius:8px}.expandable-content{position:relative}.expandable-content--truncated{max-height:300px;overflow:hidden}.expandable-content--truncated .expandable-content__fade{position:absolute;bottom:0;left:0;width:100%;height:100px;background:linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--background-color));pointer-events:none}.expandable-content__toggle{display:inline-block;margin-top:15px;padding:8px 20px;background-color:var(--background-alt-color);border:1px solid var(--border-color);border-radius:4px;font-size:14px;color:var(--text-color);cursor:pointer;transition:all .2s ease}.expandable-content__toggle:hover{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.sharpening-directory-hero,.community-directory-hero{position:relative;margin-bottom:clamp(2.5rem,6vw,4rem);color:#fff}.sharpening-directory-hero__media{position:absolute;inset:0;z-index:0}.sharpening-directory-hero__media picture{display:block;width:100%;height:100%}.sharpening-directory-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center 35%;filter:brightness(0.6)}.sharpening-directory-hero__media--photo{overflow:hidden;background:#151515}.sharpening-directory-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(22, 18, 11, 0.55) 0%, rgba(22, 18, 11, 0.9) 80%, rgba(22, 18, 11, 0.95) 100%)}.sharpening-directory-hero__content{position:relative;z-index:1;padding-block:clamp(3.5rem,8vw,5.5rem);display:flex;flex-direction:column;gap:clamp(1.2rem,3vw,1.8rem)}.sharpening-directory-hero__eyebrow{font-size:.85rem;letter-spacing:.18em;text-transform:uppercase;color:hsla(0,0%,100%,.85);text-shadow:0 1px 4px rgba(0,0,0,.5)}.sharpening-directory-hero__title{font-size:clamp(2.2rem,5vw,3.4rem);line-height:1.15;font-weight:700;margin:0;text-wrap:balance;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.4)}.sharpening-directory-hero__lede{max-width:46rem;font-size:clamp(1rem,2.6vw,1.2rem);line-height:1.65;color:hsla(0,0%,100%,.92);text-shadow:0 1px 4px rgba(0,0,0,.4)}.sharpening-directory-hero__stats{display:grid;grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));gap:clamp(.75rem,3vw,1.5rem);padding:0;margin:0;list-style:none}.sharpening-directory-hero__stat{display:flex;flex-direction:column;gap:.25rem;padding:1rem 1.3rem;border-radius:14px;background:rgba(22,18,11,.55);box-shadow:0 8px 22px -14px rgba(15,12,6,.35)}.sharpening-directory-hero__stat-value{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700}.sharpening-directory-hero__stat-label{font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;color:hsla(0,0%,100%,.7)}.sharpening-directory-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.sharpening-directory-hero__cta{display:inline-flex;align-items:center;padding:.85rem 1.35rem;border-radius:12px;font-weight:600;font-size:.95rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.sharpening-directory-hero__cta:focus-visible{outline:3px solid hsla(0,0%,100%,.6);outline-offset:3px}.sharpening-directory-hero__cta--primary{background:var(--primary-color, #1f5fd1);color:#fff;box-shadow:0 6px 16px -6px rgba(31,95,209,.4)}.sharpening-directory-hero__cta--primary:hover{background:var(--primary-color-hover, #0052a3);transform:translateY(-2px)}.sharpening-directory-hero__cta--secondary{background:hsla(0,0%,100%,.18);color:#fff}.sharpening-directory-hero__cta--secondary:hover{background:hsla(0,0%,100%,.28);transform:translateY(-2px)}@media(max-width: 576px){.sharpening-directory-hero__stats{grid-template-columns:repeat(2, 1fr)}.sharpening-directory-hero__actions{flex-direction:column}.sharpening-directory-hero__cta{width:100%;justify-content:center}}.sharpening-directory-explainer,.community-directory-explainer{display:grid;gap:clamp(1.5rem,4vw,2.5rem);margin-bottom:clamp(2.5rem,6vw,4rem)}.sharpening-directory-explainer__panel{border-radius:16px;border:1px solid var(--border-color, #e1e4e8);background:var(--background-color, #fff);padding:1.1rem 1.3rem}.sharpening-directory-explainer__panel summary{font-weight:600;font-size:1rem;cursor:pointer;list-style:none}.sharpening-directory-explainer__panel summary::-webkit-details-marker{display:none}.sharpening-directory-explainer__body{margin-top:1rem;display:grid;gap:1rem}@media(min-width: 768px){.sharpening-directory-explainer__body{grid-template-columns:1.5fr 1fr;gap:1.5rem}}.sharpening-directory-explainer__intro{font-size:.95rem;line-height:1.6}.sharpening-directory-explainer__intro p+p{margin-top:.8rem}.sharpening-directory-explainer__checklist{margin:0;padding-left:1.1rem;font-size:.95rem}.sharpening-directory-explainer__checklist li{margin-bottom:.45rem}.sharpening-filter-toggle{display:none}@media(max-width: 768px){.sharpening-filter-toggle{position:fixed;bottom:calc(var(--tabbar-h) + env(safe-area-inset-bottom) + 16px);inset-inline:16px;z-index:var(--z-filterbar);display:inline-flex;align-items:center;justify-content:center;padding:14px 16px;border-radius:12px;border:1px solid var(--border-color, #e1e4e8);background:var(--surface, #fff);color:var(--ink, var(--text-color));box-shadow:0 2px 8px rgba(0,0,0,.06);font-weight:600}}.sharpening-filters{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:20px;margin-bottom:30px;padding:20px;background-color:var(--background-alt-color);border-radius:12px;border:1px solid var(--border-color, #e9ecef)}.sharpening-filters .filters__header{display:none}@media(max-width: 768px){.sharpening-filters{position:fixed;inset:0;z-index:var(--z-sheet);background:var(--surface, #fff);padding:24px;overflow:auto;display:none;grid-template-columns:1fr;gap:16px}.sharpening-filters .filters__header{display:flex;justify-content:space-between;align-items:center;margin:-8px -8px 12px;padding:8px;position:sticky;top:0;background:var(--surface, #fff);z-index:1;border-bottom:1px solid var(--border-color, #e1e4e8)}.sharpening-filters .filters__header .filters__title{font-weight:600}.sharpening-filters .filters__header .filters__actions{display:flex;gap:8px}.sharpening-filters .filters__header .filters__clear,.sharpening-filters .filters__header .filters__close{padding:8px 12px;border-radius:8px;border:1px solid var(--border-color, #e1e4e8);background:var(--surface, #fff);color:var(--ink, var(--text-color))}.sharpening-filters .filters__header .filters__close{background:var(--primary-color, #1f5fd1);color:#fff;border-color:var(--primary-color, #1f5fd1)}}.sharpening-filters.is-open{display:grid}.sharpening-count{font-size:.95rem;color:var(--text-alt-color)}.sharpening-city-card{position:relative;min-width:0;background-color:var(--background-color, #fff);border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.08);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;height:100%;display:flex;flex-direction:column}.sharpening-city-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.sharpening-city-card__header{padding:12px 16px 0;display:flex;justify-content:flex-start;align-items:center}.sharpening-city-card__region{display:inline-block;padding:4px 10px;border-radius:16px;font-size:12px;font-weight:600;background-color:var(--background-alt-color, #f0f2f5);color:var(--text-alt-color)}.sharpening-city-card__content{padding:16px 20px;flex-grow:1;display:flex;flex-direction:column}.sharpening-city-card__name{font-size:1.25rem;font-weight:600;color:var(--heading-font-color);margin-bottom:4px}.sharpening-city-card__state{font-size:.9rem;color:var(--text-alt-color);margin-bottom:12px}.sharpening-city-card__stats{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.sharpening-city-card__stat{display:inline-flex;align-items:center;padding:4px 10px;border-radius:12px;font-size:.8rem;font-weight:500;background:var(--background-alt-color, #f5f6f8);color:var(--text-color)}.sharpening-city-card__stat--specialist{background:rgba(31,95,209,.1);color:var(--primary-color)}.sharpening-city-card__stat--mobile{background:rgba(16,185,129,.1);color:#059669}.sharpening-city-card__footer{margin-top:auto;padding:16px 20px}.sharpening-city-card__button{display:block;width:100%;padding:10px;text-align:center;border-radius:8px;background-color:var(--primary-color, #1f5fd1);color:#fff;text-decoration:none;font-size:14px;font-weight:500;transition:background-color .2s ease}.sharpening-city-card__button:hover{background-color:var(--primary-color-dark, #0055b3)}@media(max-width: 768px){.sharpening-city-card .entity-card__cover-link{display:block}.sharpening-city-card .sharpening-city-card__footer{display:none}}.sharpening-disclaimer--inline,.community-disclaimer--inline{background:rgba(255,193,7,.08);border:1px solid rgba(255,193,7,.3);border-radius:12px;padding:1rem 1.25rem;margin-bottom:2rem;font-size:.9rem;line-height:1.6;color:var(--text-color)}.sharpening-disclaimer--inline a,.community-disclaimer--inline a{color:var(--primary-color)}.sharpening-disclaimer--full,.community-disclaimer--full{margin-top:3rem;background:var(--background-alt-color);border-radius:16px;padding:1.1rem 1.3rem}.sharpening-disclaimer--full summary,.community-disclaimer--full summary{font-weight:600;cursor:pointer}.sharpening-disclaimer--full summary:focus-visible,.community-disclaimer--full summary:focus-visible{outline:3px solid rgba(31,95,209,.35);outline-offset:4px;border-radius:4px}.sharpening-disclaimer--full__body{margin-top:1rem;font-size:.9rem;line-height:1.7}.sharpening-disclaimer--full__body h3{margin-top:1rem;margin-bottom:.5rem}.sharpening-disclaimer--full__body ul{padding-left:1.2rem}.sharpening-disclaimer--full__body ul li{margin-bottom:.4rem}.sharpening-disclaimer--full__research{margin-top:1rem;font-size:.8rem;color:var(--text-alt-color);font-style:italic}.sharpening-city-page__header{text-align:center;margin-bottom:2.5rem;padding:2.5rem 0 1.5rem}.sharpening-city-page__header h1{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:.75rem;color:var(--heading-font-color)}.sharpening-city-page__lede{font-size:1.05rem;color:var(--text-alt-color);max-width:42rem;margin:0 auto 1.25rem;line-height:1.6}.sharpening-city-page__meta{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;font-size:.9rem;color:var(--text-alt-color)}.sharpening-city-page__meta-item{display:inline-flex;align-items:center}.sharpening-city-page__services{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.sharpening-city-page__guides{margin-bottom:3rem;padding:2rem;background:var(--background-alt-color);border-radius:16px}.sharpening-city-page__guides h2{text-align:center;margin-bottom:1.5rem}.sharpening-city-page__guide-links{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:1rem}.sharpening-city-page__guide-link{display:block;padding:1rem 1.25rem;background:var(--background-color);border-radius:12px;text-decoration:none;color:var(--text-color);transition:transform .2s,box-shadow .2s}.sharpening-city-page__guide-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.sharpening-city-page__nearby{margin-bottom:3rem}.sharpening-city-page__nearby h2{margin-bottom:1rem}.sharpening-city-page__nearby-grid{display:flex;flex-wrap:wrap;gap:.5rem}.sharpening-city-page__nearby-link{display:inline-block;padding:.5rem 1rem;border-radius:12px;background:var(--background-alt-color);text-decoration:none;font-size:.9rem;color:var(--text-color);transition:background .2s}.sharpening-city-page__nearby-link:hover{background:var(--primary-color);color:#fff}.sharpening-city-page__nearby-count{color:var(--text-alt-color);font-size:.8rem}.sharpening-service{background:var(--background-color);border:1px solid var(--border-color, #e1e4e8);border-radius:16px;overflow:hidden}.sharpening-service__header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-color, #e1e4e8);background:var(--background-alt-color)}.sharpening-service__name{font-size:1.2rem;font-weight:600;color:var(--heading-font-color);margin:0}.sharpening-service__badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:12px;font-size:.8rem;font-weight:600}.sharpening-service__badge--specialist{background:rgba(31,95,209,.1);color:var(--primary-color)}.sharpening-service__badge--general{background:rgba(107,114,128,.1);color:#4b5563}.sharpening-service__badge--mobile{background:rgba(16,185,129,.1);color:#059669}.sharpening-service__badge--brand{background:rgba(255,143,0,.1);color:#d97706}.sharpening-service__badge--supply{background:rgba(180,83,9,.1);color:#b45309}.sharpening-service__body{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.sharpening-service__info{display:flex;flex-direction:column;gap:.5rem}.sharpening-service__detail{font-size:.9rem;color:var(--text-color)}.sharpening-service__detail a{color:var(--primary-color);text-decoration:none}.sharpening-service__detail a:hover{text-decoration:underline}.sharpening-service__models,.sharpening-service__capabilities{display:flex;flex-wrap:wrap;gap:.5rem}.sharpening-service__model-badge,.sharpening-service__cap-badge{display:inline-flex;align-items:center;padding:5px 12px;border-radius:12px;font-size:.8rem;font-weight:500}.sharpening-service__model-badge{background:var(--background-alt-color);color:var(--text-color)}.sharpening-service__model-badge--walkin{background:rgba(59,130,246,.1);color:#2563eb}.sharpening-service__model-badge--dropoff{background:rgba(107,114,128,.1);color:#4b5563}.sharpening-service__model-badge--mobile{background:rgba(16,185,129,.1);color:#059669}.sharpening-service__model-badge--mailin{background:rgba(180,83,9,.1);color:#b45309}.sharpening-service__cap-badge{background:rgba(16,185,129,.08);color:#059669}.sharpening-service__cap-badge--convex{background:rgba(31,95,209,.08);color:var(--primary-color)}.sharpening-service__services h3,.sharpening-service__certs h3,.sharpening-service__pricing h3{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-alt-color);margin-bottom:.5rem}.sharpening-service__tag-list{display:flex;flex-wrap:wrap;gap:.4rem}.sharpening-service__tag{display:inline-block;padding:3px 10px;border-radius:12px;font-size:.8rem;background:var(--background-alt-color);color:var(--text-color)}.sharpening-service__certs ul{margin:0;padding-left:1.2rem}.sharpening-service__certs ul li{padding:.3rem 0;font-size:.9rem}.sharpening-service__price-table{width:100%;border-collapse:collapse}.sharpening-service__price-table td{padding:.4rem 0;font-size:.9rem;border-bottom:1px solid var(--border-color, #e9ecef)}.sharpening-service__price-table td:last-child{text-align:right}.sharpening-service__notes{font-size:.9rem;color:var(--text-alt-color);line-height:1.6;font-style:italic;padding-top:.5rem;border-top:1px solid var(--border-color, #e9ecef)}.sharpening-service__name a{color:inherit;text-decoration:none}.sharpening-service__name a:hover{color:var(--primary-color)}.sharpening-service__detail-link{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--border-color, #e9ecef)}.sharpening-service__view-details{display:inline-block;font-size:.9rem;font-weight:500;color:var(--primary-color);text-decoration:none}.sharpening-service__view-details:hover{text-decoration:underline}.sharpening-detail{padding-bottom:3rem}.sharpening-detail__header{text-align:center;margin-bottom:2rem;padding:2rem 0 1.5rem;border-bottom:1px solid var(--border-color, #e1e4e8)}.sharpening-detail__title-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.sharpening-detail__title-row h1{font-size:clamp(1.6rem,4vw,2.2rem);margin:0;color:var(--heading-font-color)}.sharpening-detail__meta{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;font-size:.95rem;color:var(--text-alt-color)}.sharpening-detail__meta span{display:inline-flex;align-items:center}.sharpening-detail__meta a{color:var(--primary-color);text-decoration:none}.sharpening-detail__meta a:hover{text-decoration:underline}.sharpening-detail__layout{display:grid;grid-template-columns:1fr 300px;gap:2.5rem;padding-top:2rem}@media(max-width: 992px){.sharpening-detail__layout{grid-template-columns:1fr}}.sharpening-detail__main{min-width:0}.sharpening-detail__section{margin-bottom:2.5rem}.sharpening-detail__section h2{font-size:1.2rem;margin-bottom:1rem;display:flex;align-items:center;color:var(--heading-font-color)}.sharpening-detail__section p{font-size:.95rem;line-height:1.7;margin-bottom:.75rem}.sharpening-detail__type-desc{color:var(--text-alt-color);font-size:.9rem;border-left:3px solid var(--primary-color);padding-left:1rem;margin-top:1rem}.sharpening-detail__service-models{display:grid;gap:1rem}@media(min-width: 768px){.sharpening-detail__service-models{grid-template-columns:repeat(2, 1fr)}}.sharpening-detail__model{display:flex;gap:1rem;padding:1rem;border-radius:12px;background:var(--background-alt-color);font-size:.9rem}.sharpening-detail__model strong{display:block;margin-bottom:.25rem}.sharpening-detail__model p{margin:0;color:var(--text-alt-color);font-size:.85rem}.sharpening-detail__price-note,.sharpening-detail__certs-note{font-size:.8rem;color:var(--text-alt-color);margin-top:.75rem}.sharpening-detail__certs-list{margin:0;padding-left:1.2rem}.sharpening-detail__certs-list li{padding:.5rem 0;font-size:.95rem;border-bottom:1px solid var(--border-color, #e9ecef)}.sharpening-detail__certs-list li:last-child{border-bottom:none}@media(max-width: 992px){.sharpening-detail__sidebar{order:-1}}.sharpening-detail__quick-facts{background:var(--background-alt-color);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem}.sharpening-detail__quick-facts h3{margin-bottom:1rem;font-size:1.1rem}.sharpening-detail__quick-facts dl{margin:0}.sharpening-detail__quick-facts dl>div{display:grid;grid-template-columns:auto 1fr;gap:.5rem;padding:.6rem 0;border-bottom:1px solid var(--border-color, #e9ecef)}.sharpening-detail__quick-facts dl>div:last-child{border-bottom:none}.sharpening-detail__quick-facts dt{font-size:.85rem;color:var(--text-alt-color)}.sharpening-detail__quick-facts dd{margin:0;font-size:.95rem;text-align:right}.sharpening-detail__cta{display:block;width:100%;text-align:center;margin-bottom:.75rem}.sharpening-detail__cta--secondary{background:rgba(0,0,0,0);color:var(--primary-color);border:1px solid var(--primary-color)}.sharpening-detail__cta--secondary:hover{background:var(--primary-color);color:#fff}.sharpening-detail__back-link{display:block;text-align:center;font-size:.9rem;margin-top:1rem;color:var(--primary-color);text-decoration:none}.sharpening-detail__back-link:hover{text-decoration:underline}.sharpening-detail__related{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-color, #e1e4e8)}.sharpening-detail__related h2{margin-bottom:1.5rem}.sharpening-detail__related-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));gap:1rem}.sharpening-detail__related-card{display:block;padding:1.25rem;border-radius:12px;background:var(--background-alt-color);text-decoration:none;color:var(--text-color);transition:transform .2s,box-shadow .2s}.sharpening-detail__related-card h3{font-size:1rem;margin-bottom:.5rem;color:var(--heading-font-color)}.sharpening-detail__related-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.sharpening-detail__related-convex{display:inline-block;font-size:.75rem;padding:2px 8px;border-radius:12px;background:rgba(31,95,209,.08);color:var(--primary-color);margin-top:.5rem}.community-directory-hero__media{position:absolute;inset:0;z-index:0}.community-directory-hero__media picture{display:block;width:100%;height:100%}.community-directory-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center 35%;filter:brightness(0.6)}.community-directory-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(22, 18, 11, 0.55) 0%, rgba(22, 18, 11, 0.9) 80%, rgba(22, 18, 11, 0.95) 100%)}.community-directory-hero__content{position:relative;z-index:1;padding-block:clamp(3.5rem,8vw,5.5rem);display:flex;flex-direction:column;gap:clamp(1.2rem,3vw,1.8rem)}.community-directory-hero__eyebrow{font-size:.85rem;letter-spacing:.18em;text-transform:uppercase;color:hsla(0,0%,100%,.85);text-shadow:0 1px 4px rgba(0,0,0,.5)}.community-directory-hero__title{font-size:clamp(2.2rem,5vw,3.4rem);line-height:1.15;font-weight:700;margin:0;text-wrap:balance;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.4)}.community-directory-hero__lede{max-width:46rem;font-size:clamp(1rem,2.6vw,1.2rem);line-height:1.65;color:hsla(0,0%,100%,.92);text-shadow:0 1px 4px rgba(0,0,0,.4)}.community-directory-hero__stats{display:grid;grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));gap:clamp(.75rem,3vw,1.5rem);padding:0;margin:0;list-style:none}.community-directory-hero__stat{display:flex;flex-direction:column;gap:.25rem;padding:1rem 1.3rem;border-radius:14px;background:rgba(22,18,11,.55);box-shadow:0 8px 22px -14px rgba(15,12,6,.35)}.community-directory-hero__stat-value{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700}.community-directory-hero__stat-label{font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;color:hsla(0,0%,100%,.7)}.community-directory-explainer__panel{border-radius:16px;border:1px solid var(--border-color, #e1e4e8);background:var(--background-color, #fff);padding:1.1rem 1.3rem}.community-directory-explainer__panel summary{display:flex;align-items:center;gap:.75rem;font-weight:600;font-size:1rem;cursor:pointer;list-style:none}.community-directory-explainer__panel summary::-webkit-details-marker{display:none}.community-directory-explainer__body{margin-top:1rem;display:grid;gap:1rem}@media(min-width: 768px){.community-directory-explainer__body{grid-template-columns:1.5fr 1fr;gap:1.5rem}}.community-directory-explainer__intro{font-size:.95rem;line-height:1.6}.community-directory-explainer__intro p+p{margin-top:.8rem}.community-directory-explainer__checklist{margin:0;padding-left:1.1rem;font-size:.95rem}.community-directory-explainer__checklist li{margin-bottom:.45rem}.community-categories-section{margin-bottom:clamp(2.5rem,6vw,4rem)}.community-categories-section__title{text-align:center;margin-bottom:2rem;font-size:clamp(1.4rem,3vw,1.8rem)}.community-section-break{margin:clamp(2rem,5vw,3.5rem) 0;border-radius:16px;overflow:hidden;max-height:200px}.community-section-break picture{display:block;width:100%;height:100%}.community-section-break img{width:100%;height:200px;object-fit:cover;object-position:center 40%;filter:brightness(0.85);transition:filter .3s}.community-section-break:hover img{filter:brightness(0.95)}@media(max-width: 576px){.community-section-break{max-height:140px}.community-section-break img{height:140px}}.community-category-card{position:relative;background:var(--background-color, #fff);border-radius:16px;box-shadow:0 2px 10px rgba(0,0,0,.06);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;height:100%;display:flex;flex-direction:column;text-align:center}.community-category-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.community-category-card__image{height:140px;overflow:hidden}.community-category-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.community-category-card:hover .community-category-card__image img{transform:scale(1.05)}.community-category-card__content{padding:.75rem 1.25rem 1rem;flex-grow:1}.community-category-card__name{font-size:.95rem;font-weight:600;color:var(--heading-font-color);margin-bottom:.25rem}.community-category-card__count{font-size:.85rem;color:var(--text-alt-color);margin:0}.community-category-card__footer{padding:0 1.25rem 1.25rem}.community-category-card__button{display:block;width:100%;padding:8px;text-align:center;border-radius:8px;background:var(--primary-color, #1f5fd1);color:#fff;text-decoration:none;font-size:.85rem;font-weight:500;transition:background .2s}.community-category-card__button:hover{background:var(--primary-color-dark, #0055b3)}@media(max-width: 768px){.community-category-card .entity-card__cover-link{display:block}.community-category-card .community-category-card__footer{display:none}}.community-featured-section{margin-bottom:clamp(2.5rem,6vw,4rem);padding:clamp(1.5rem,4vw,2.5rem);background:var(--background-alt-color);border-radius:16px}.community-featured-section h2{margin-bottom:.5rem}.community-featured-section__lede{color:var(--text-alt-color);margin-bottom:1.5rem}.community-featured-section__entries{display:flex;flex-direction:column;gap:1rem}.community-countries-section{margin-bottom:clamp(2.5rem,6vw,4rem)}.community-countries-section h2{text-align:center;margin-bottom:1.5rem}.community-countries-section__grid,.community-country-page__related-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem}.community-countries-section__link,.community-country-page__related-link{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:12px;background:var(--background-alt-color);text-decoration:none;font-size:.9rem;color:var(--text-color);transition:background .2s,color .2s}.community-countries-section__link:hover,.community-country-page__related-link:hover{background:var(--primary-color);color:#fff}.community-countries-section__link .flag-icon,.community-country-page__related-link .flag-icon{border-radius:2px}.community-countries-section__count{font-size:.8rem;color:var(--text-alt-color)}.community-entry{background:var(--background-color);border:1px solid var(--border-color, #e1e4e8);border-radius:14px;overflow:hidden;margin-bottom:1rem}.community-entry__header{padding:1.25rem 1.5rem .75rem}.community-entry__header-content{min-width:0}.community-entry__title-row{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin-bottom:.5rem}.community-entry__name{font-size:1.15rem;font-weight:600;color:var(--heading-font-color);margin:0}.community-entry__name a{color:inherit;text-decoration:none}.community-entry__name a:hover{color:var(--primary-color)}.community-entry__relevance{display:inline-flex;align-items:center;gap:.3rem;padding:3px 10px;border-radius:12px;font-size:.75rem;font-weight:600}.community-entry__relevance--critical{background:rgba(234,179,8,.15);color:#b45309}.community-entry__relevance--high{background:rgba(31,95,209,.1);color:var(--primary-color)}.community-entry__badges{display:flex;flex-wrap:wrap;gap:.4rem}.community-entry__badge{display:inline-block;padding:2px 8px;border-radius:12px;font-size:.75rem;background:var(--background-alt-color);color:var(--text-alt-color)}.community-entry__badge--type{background:rgba(31,95,209,.08);color:var(--primary-color)}.community-entry__badge--lang{background:rgba(16,185,129,.08);color:#059669}.community-entry__badge--country{background:rgba(180,83,9,.08);color:#b45309}.community-entry__badge--members{background:rgba(234,179,8,.08);color:#b45309}.community-entry__body{padding:0 1.5rem 1rem}.community-entry__description{font-size:.9rem;line-height:1.65;color:var(--text-color);margin-bottom:.75rem}.community-entry__detail{font-size:.85rem;line-height:1.6;color:var(--text-alt-color);margin-bottom:.5rem}.community-entry__detail strong{color:var(--text-color)}.community-entry__detail--why{border-left:3px solid var(--primary-color);padding-left:.75rem;margin-top:.5rem}.community-entry__topics{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.75rem}.community-entry__topic{display:inline-block;padding:2px 8px;border-radius:12px;font-size:.75rem;background:var(--background-alt-color);color:var(--text-color)}.community-entry__example{margin:.75rem 0 0;padding:.75rem 1rem;border-left:3px solid var(--border-color);background:var(--background-alt-color);border-radius:0 8px 8px 0;font-size:.85rem;font-style:italic;color:var(--text-alt-color)}.community-entry__example-topics{margin-top:.75rem;font-size:.85rem}.community-entry__example-topics ul{margin:.25rem 0 0;padding-left:1.2rem}.community-entry__example-topics ul li{margin-bottom:.2rem;font-style:italic;color:var(--text-alt-color)}.community-entry__footer{padding:.75rem 1.5rem;border-top:1px solid var(--border-color, #e9ecef);background:var(--background-alt-color)}.community-entry__visit{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;font-weight:500;color:var(--primary-color);text-decoration:none}.community-entry__visit:hover{text-decoration:underline}@media(max-width: 576px){.community-entry__header{padding-inline:1rem}.community-entry__body,.community-entry__footer{padding-inline:1rem}}.community-entry--critical{border-left:4px solid #eab308;background:rgba(234,179,8,.04)}.community-entry--high{border-left:4px solid var(--primary-color)}.community-category-page__hero{border-radius:16px;overflow:hidden;max-height:220px;margin-bottom:1.5rem}.community-category-page__hero-img{width:100%;height:220px;object-fit:cover;object-position:center 40%}@media(max-width: 576px){.community-category-page__hero{max-height:160px}.community-category-page__hero-img{height:160px}}.community-category-page__header{text-align:center;margin-bottom:2rem;padding:2rem 0 1.5rem}.community-category-page h1{font-size:clamp(1.6rem,4vw,2.2rem);margin-bottom:.5rem}.community-category-page__lede{font-size:1rem;color:var(--text-alt-color)}.community-category-page__entries{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.community-category-page__related{margin-bottom:3rem}.community-category-page__related h2{margin-bottom:1rem}.community-category-page__related-grid{display:flex;flex-wrap:wrap;gap:.5rem}.community-category-page__related-link{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:12px;background:var(--background-alt-color);text-decoration:none;font-size:.9rem;color:var(--text-color);transition:background .2s}.community-category-page__related-link span{color:var(--text-alt-color);font-size:.8rem}.community-category-page__related-link:hover{background:var(--primary-color);color:#fff}.community-category-page__related-link:hover i,.community-category-page__related-link:hover span{color:#fff}.community-country-page__header{text-align:center;margin-bottom:2rem;padding:2rem 0 1.5rem}.community-country-page__flag{display:block;margin:0 auto 1rem;border-radius:4px;box-shadow:0 1px 4px rgba(0,0,0,.1)}.community-country-page h1{font-size:clamp(1.6rem,4vw,2.2rem);margin-bottom:.5rem}.community-country-page__lede{font-size:1rem;color:var(--text-alt-color)}.community-country-page__entries{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.community-country-page__related{margin-bottom:3rem}.community-country-page__related h2{margin-bottom:1rem}/*# sourceMappingURL=entity-page.css.map */