.brand-image {
  display: flex;
  align-items: center;
  letter-spacing: 0;
}

.brand-image img {
  display: block;
  width: 210px;
  height: auto;
  max-height: 52px;
  object-fit: contain;
  object-position: left center;
}

.footer-brand img {
  width: 240px;
}

@media (max-width: 520px) {
  .brand-image img {
    width: 166px;
    max-height: 44px;
  }
}

.partner-brand{display:flex;gap:12px;align-items:center;letter-spacing:-.025em}.partner-brand>span{color:var(--ink)}.partner-brand small{display:block;font:500 11px 'DM Sans',sans-serif;letter-spacing:.02em;color:var(--muted)}.partner-brand .partner-mark{display:grid;place-items:center;background:var(--orange);color:white;width:44px;height:44px;border-radius:12px}.demo-product-link{display:block;padding:12px 0;color:var(--muted)}.mini-grid .demo-product-link{padding:20px;background:rgba(255,255,255,.06);border-radius:12px}.demo-product-link small{display:block}.demo-product-link i{display:none}

.category-tabs{display:flex;flex-wrap:wrap;gap:10px;padding-block:20px}.category-tabs a{padding:9px 16px;border:1px solid var(--line);border-radius:24px;color:var(--ink);text-decoration:none;font-weight:600}.category-tabs a[aria-current],.category-tabs a:hover{background:var(--ink);color:white}.catalog{padding-block:40px 80px;min-height:65vh}.catalog h1{font:800 clamp(2rem,5vw,3.5rem) Manrope,sans-serif;line-height:1.15}.catalog-photo{display:grid;place-items:center;background:var(--cream);height:240px}.catalog-photo img{width:100%;height:100%;object-fit:contain}.catalog-note{color:var(--muted);font-size:.85rem}.catalog .grid{margin-top:25px}.catalog .product h3{font-size:1.1rem}.catalog-message{padding:28px;border:1px solid var(--line);background:var(--cream);border-radius:12px}.catalog-detail{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:30px}.catalog-detail>img{width:100%;max-height:550px;object-fit:contain}@media(max-width:700px){.catalog-detail{grid-template-columns:1fr}}

/* Keep supplier images within a fixed, non-shrinking card area. */
.catalog-photo{display:block;flex:0 0 240px;height:240px;min-height:240px;overflow:hidden;padding:12px}
.catalog-photo img{display:block;width:100%;height:100%;max-height:100%;min-height:0;object-fit:contain}
.catalog .product{min-width:0;overflow:hidden}
.catalog .product-body{position:relative;background:var(--paper);min-width:0}
.catalog .product h3{overflow-wrap:anywhere;line-height:1.4}

/* Shared storefront home */
.home{background:#fffefb}.home-hero{display:grid;grid-template-columns:1fr 1fr;min-height:550px;margin-top:22px;border-radius:24px;overflow:hidden;background:#f3efe5}.home-copy{padding:65px 44px}.home h1{font:800 clamp(3rem,5.5vw,5.4rem)/1.02 Manrope,sans-serif;letter-spacing:-.065em;margin:20px 0}.home h1 em{font-style:normal;color:#286453}.home-lede{color:#59655e;font-size:1.05rem;max-width:440px;line-height:1.8}.home-actions{display:flex;flex-wrap:wrap;align-items:center;gap:22px;margin-top:28px}.home .primary{background:#204f41;box-shadow:none;border-radius:8px}.home-preview{font-size:.75rem;color:#66746c;margin-top:25px}.home-visual{position:relative;min-height:500px;overflow:hidden}.home-visual>img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.home-stamp{position:absolute;right:25px;top:25px;width:110px;height:110px;border-radius:50%;display:flex;flex-direction:column;justify-content:center;text-align:center;background:#e7eead;color:#244638;font-size:.68rem;transform:rotate(9deg);box-shadow:0 5px 20px #0001}.home-stamp b{font:700 1rem Manrope,sans-serif}.home-image-link{position:absolute;bottom:24px;left:24px;right:24px;background:#fffffff0;padding:18px 20px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;text-decoration:none;color:var(--ink);font-size:.65rem;letter-spacing:.07em}.home-image-link b{font-size:.95rem;letter-spacing:0}.home-values{display:flex;justify-content:space-around;gap:20px;padding:25px 0;border-bottom:1px solid var(--line);font-size:.8rem;color:#566c5f}.home-section{padding-block:70px}.home-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}.home h2{font:800 clamp(1.9rem,3.4vw,3rem)/1.13 Manrope,sans-serif;letter-spacing:-.04em;margin:0}.home-heading>p{color:var(--muted);font-size:.9rem}.home-categories{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.home-tile{color:var(--ink);background:#f2f4ed;text-decoration:none;border-radius:14px;padding:20px;transition:transform .2s}.home-tile:nth-child(2){background:#eaf0f3}.home-tile:nth-child(3){background:#f8ede2}.home-tile:nth-child(4){background:#eeece4}.home-tile:nth-child(5){background:#f1ebee}.home-tile:hover{transform:translateY(-4px)}.home-tile-top{display:flex;justify-content:space-between;font-size:.7rem;color:#65756d}.home-icon{display:block;font-size:2.4rem;color:#3a6657;margin:25px 0}.home h3{font-family:Manrope,sans-serif}.home-tile h3{font-size:1rem;margin:0 0 8px}.home-tile p{font-size:.8rem;color:#5e6b65;margin:0}.home-feature{border-radius:22px;background:#173f34;color:white;padding:45px;display:grid;grid-template-columns:1fr 1fr;gap:50px}.home-feature .eyebrow{color:#d3e697}.home-feature>div>p:not(.eyebrow){color:#cfddd5;max-width:340px}.home-feature .primary{display:inline-block;background:#d7eaa9;color:#1f4434;margin-top:14px}.home-feature-stack{display:grid;gap:16px}.home-feature-stack a{display:block;text-decoration:none;color:white;padding:25px;background:#ffffff0c;border:1px solid #ffffff26;border-radius:12px}.home-feature-stack span{font-size:.65rem;letter-spacing:.12em;color:#d3e697}.home-feature-stack h3{margin:12px 0;font-size:1.25rem}.home-feature-stack p{margin:0;color:#cfddd5;font-size:.8rem}.home-ideas{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.home-ideas>a{text-decoration:none;color:var(--ink);border:1px solid var(--line);border-radius:14px;overflow:hidden;background:white}.home-idea-art{display:grid;place-items:center;height:120px;background:#e8efe1;font-size:3rem;color:#285846}.home-ideas>a:nth-child(2) .home-idea-art{background:#f4e9dd}.home-ideas>a:nth-child(3) .home-idea-art{background:#e5edf0}.home-ideas>a>div{padding:25px}.home-ideas h3{font-size:1.1rem}.home-ideas p:not(.eyebrow){color:var(--muted);font-size:.9rem}.home-ideas b{font-size:.8rem;color:#286453}.home-discovery{display:grid;grid-template-columns:1.2fr 1fr;gap:45px;padding:38px;border:1px solid #dddcca;border-radius:18px;background:#f7f5eb}.home-discovery p{color:var(--muted);font-size:.9rem}.home-partner-space{border-left:1px solid #d8d9ca;padding-left:35px}.home-partner-space h3{font-size:1.3rem}.home-how>div{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:30px}.home-how article{border-top:1px solid #d6ddd6;padding-top:20px}.home-how article>span{color:#286453;font-weight:700}.home-how p{font-size:.9rem;color:var(--muted)}a:focus-visible{outline:3px solid #e48b47;outline-offset:4px}
@media(max-width:900px){.home-hero{grid-template-columns:1fr}.home-copy{padding:35px}.home-visual{min-height:340px}.home-categories{grid-template-columns:repeat(3,1fr)}.home-feature{gap:25px;padding:30px}.home-heading{display:block}.home-ideas{gap:12px}.home-ideas>a>div{padding:18px}}
@media(max-width:600px){.home-copy{padding:30px 23px}.home-hero{margin-top:10px;border-radius:16px}.home-values{flex-direction:column;gap:8px;text-align:center}.home-section{padding-block:45px}.home-categories{grid-template-columns:1fr 1fr}.home-tile:last-child{grid-column:1/-1}.home-icon{margin:16px 0}.home-feature,.home-discovery,.home-ideas,.home-how>div{grid-template-columns:1fr}.home-feature,.home-discovery{padding:25px}.home-partner-space{border-left:0;border-top:1px solid #d8d9ca;padding:25px 0 0}.home-stamp{width:85px;height:85px}.home-image-link{left:14px;right:14px;bottom:14px}.home-image-link b{font-size:.8rem}}
@media(prefers-reduced-motion:reduce){.home-tile{transition:none}.home-tile:hover{transform:none}}

.home-tile-top{justify-content:flex-end}

/* Compact hero and real catalog rows */
.home-hero{min-height:350px}.home-copy{padding:32px 38px}.home h1{font-size:clamp(2.5rem,4vw,3.8rem);margin:12px 0}.home-lede{font-size:.92rem;line-height:1.6}.home-visual{min-height:350px}.home-actions{margin-top:18px;gap:15px}.home-preview{margin-top:15px}.home-values{padding-block:16px}.home-section{padding-block:30px}.home-heading{margin-bottom:18px}.home-heading h2{font-size:1.7rem}.home-heading>p{display:none}.home-tile{padding:15px}.home-icon{font-size:1.5rem;margin:8px 0}.home-tile p{font-size:.75rem}.home-product-intro{font-size:.8rem;color:var(--muted);padding-top:12px}.home-product-section{padding-block:20px 35px}.home-product-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}.home-product-heading h2{font-size:clamp(1.35rem,2.6vw,2rem)}.home-product-heading>a{color:#286453;font-weight:700;white-space:nowrap;font-size:.85rem}.home-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.home-product-card{min-width:0;color:var(--ink);text-decoration:none;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:white;display:flex;flex-direction:column}.home-product-photo{height:220px;flex:0 0 220px;padding:15px;background:#fafaf7;overflow:hidden}.home-product-photo img{display:block;width:100%;height:100%;object-fit:contain}.home-product-info{padding:17px;display:flex;flex-direction:column;flex:1}.home-product-info h3{font-size:.93rem;line-height:1.5;margin:0 0 14px;overflow-wrap:anywhere}.home-product-price{font-weight:700;margin:auto 0 3px}.home-product-info small{font-size:.7rem;color:var(--muted)}.home-product-info>span{display:block;margin-top:16px;color:#286453;font-weight:700;font-size:.8rem}.home-product-card:hover{border-color:#286453}.home-product-empty{padding-block:30px 60px}#products{padding-bottom:35px}@media(max-width:900px){.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-hero{grid-template-columns:1fr 1fr}.home-copy{padding:25px}.home-categories{grid-template-columns:repeat(5,minmax(0,1fr))}.home-tile h3{font-size:.85rem}.home-tile p{display:none}}@media(max-width:600px){.home-hero{grid-template-columns:1fr}.home-visual{min-height:200px}.home-stamp{display:none}.home-categories{grid-template-columns:repeat(2,minmax(0,1fr))}.home-product-grid{gap:10px}.home-product-photo{height:160px;flex-basis:160px;padding:8px}.home-product-info{padding:12px}.home-product-info h3{font-size:.82rem}.home-product-price{font-size:.9rem}}

.home-category-image{display:block;width:100%;height:100px;object-fit:contain;margin:4px 0 12px}.home-tile{transition:transform .2s,box-shadow .2s}.home-tile:hover{box-shadow:0 8px 22px #173f3410}.home-tile h3{font-size:1rem}@media(max-width:900px){.home-category-image{height:80px}.home-tile h3{font-size:.85rem}}@media(max-width:600px){.home-category-image{height:85px}.home-tile:last-child .home-category-image{height:85px}}


.footer-partner-link{color:var(--ink);justify-self:end;align-self:start;font-weight:600}.partner-program{padding:55px 0 80px}.partner-intro{max-width:750px}.partner-status{display:inline-block;padding:6px 12px;border-radius:20px;background:#e5eed8;color:#285442;font-size:.8rem;margin-bottom:22px}.partner-intro h1{font:800 clamp(2.6rem,6vw,4.7rem)/1.05 Manrope,sans-serif;letter-spacing:-.045em;margin:15px 0 24px}.partner-intro>p{font-size:1.1rem;color:var(--muted)}.partner-subtext{font-size:.85rem!important;color:var(--muted)}.partner-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:35px 0}.partner-benefits article{padding:25px;background:#f3f4ed;border-radius:14px}.partner-program h2{font-family:Manrope,sans-serif;font-size:1.3rem}.partner-details{max-width:850px;padding:25px 0}.partner-demo-link{display:inline-block;background:#204f41;color:white;padding:12px 18px;border-radius:8px;text-decoration:none;margin-top:12px}.partner-faq{max-width:850px;margin-top:30px}.partner-faq details{padding:18px 0;border-bottom:1px solid var(--line)}.partner-faq summary{cursor:pointer;font-weight:600}.partner-faq p{color:var(--muted)}@media(max-width:820px){.nav nav{display:flex}.nav nav > a:not([href='/partners']){display:none}.nav nav a{font-size:.8rem}.partner-benefits{grid-template-columns:1fr}.footer-partner-link{justify-self:start}}


.partner-powered{font-size:.72rem;color:var(--muted);margin-bottom:18px}.partner-powered a{color:inherit;text-decoration:none}.partner-powered a:hover{text-decoration:underline}

footer>.partner-powered{display:block;padding-bottom:0}

.product-options{margin:24px 0;padding:20px;background:#f1f5ef;border-radius:14px}.product-options label{display:block;font-weight:600;font-size:14px}.product-options select,.product-options input{display:block;box-sizing:border-box;width:100%;padding:12px;margin:8px 0 16px;border:1px solid #b9c8be;border-radius:7px;background:white;color:#173c35}.product-options select{max-width:100%;white-space:normal}.shipping-fields{display:grid;grid-template-columns:2fr 1fr;gap:16px}.product-options button{background:#216653;color:white;border:0;border-radius:8px;padding:12px 20px;cursor:pointer;font:inherit}.catalog-detail>div{min-width:0}
.partner-details form{max-width:620px;margin-top:24px}.partner-details form label{font-weight:600}.partner-details input:not([type=checkbox]){width:100%;box-sizing:border-box;padding:12px 14px;margin:8px 0 16px;border:1px solid #b8c7c1;border-radius:8px;font:inherit;background:white;color:#173c35}.partner-details button{padding:14px 24px;border:0;border-radius:8px;background:#216653;color:white;font:inherit;cursor:pointer}
.information-page{max-width:850px;padding-top:64px;padding-bottom:72px}.information-page h1{font-size:clamp(32px,5vw,52px);line-height:1.15;margin:16px 0 32px}.information-page section{margin:32px 0}.information-page h2{font-size:23px;margin-bottom:10px}.information-page p{line-height:1.8;color:#435e59}.information-page nav,.information-links{display:flex;flex-wrap:wrap;gap:16px 24px}.information-page nav{padding-top:24px;border-top:1px solid #dce3df}.information-links{padding-top:28px;padding-bottom:28px;font-size:14px}.information-links a{color:inherit;text-decoration:underline;text-underline-offset:4px}

/* Shared help menu keeps information links available without a crowded footer. */
.nav nav{align-items:center;gap:22px}
.information-menu{position:relative;flex-shrink:0;z-index:20}
.information-menu summary{cursor:pointer;font-weight:600;padding:10px 0;white-space:nowrap}
.information-menu summary:focus-visible{outline:3px solid #e48b47;outline-offset:4px;border-radius:4px}
.information-menu-links{position:absolute;right:0;top:100%;width:290px;max-width:calc(100vw - 40px);max-height:70vh;overflow-y:auto;box-sizing:border-box;padding:10px;background:#fffefb;border:1px solid var(--line);border-radius:12px;box-shadow:0 12px 32px #173f3426}
.nav nav .information-menu-links a{display:block;padding:10px 12px;font-size:.85rem;line-height:1.5;border-radius:6px}
.information-menu-links a:hover,.information-menu-links a:focus-visible{background:#eaf0e7}
footer>.shell:not(.copyright):not(.partner-powered){display:block;padding-bottom:24px}
footer{padding-top:32px}
@media(max-width:1050px){.nav nav{gap:16px;font-size:.85rem}}
@media(max-width:820px){.nav{height:auto;min-height:78px;flex-wrap:wrap;padding-top:12px;padding-bottom:10px;gap:8px}.nav nav{width:100%;justify-content:flex-end;gap:24px}.information-menu summary{font-size:.85rem}}

.product-gallery{min-width:0}.gallery-main{display:grid;place-items:center;background:#f7f8f5;border:1px solid var(--line);border-radius:16px;overflow:hidden;aspect-ratio:1}.gallery-main img{display:block;width:100%;height:100%;max-height:560px;object-fit:contain}.gallery-thumbnails{display:flex;gap:10px;overflow-x:auto;padding:12px 2px 8px;scrollbar-width:thin}.gallery-thumbnails a{flex:0 0 72px;border:2px solid transparent;border-radius:9px;overflow:hidden;background:white}.gallery-thumbnails img{display:block;width:72px;height:72px;object-fit:contain}.gallery-thumbnails a[aria-current]{border-color:#216653}.gallery-thumbnails a:focus-visible,.gallery-main:focus-visible{outline:3px solid #216653;outline-offset:3px}
