:root{--bg:#f5f1e8;--surface:rgba(255,255,255,0.82);--surface-strong:#fffdf8;--text:#18261f;--muted:#5f6f67;--line:rgba(24,38,31,0.1);--brand:#1f5c46;--brand-strong:#123c2f;--accent:#d88d31;--shadow:0 18px 60px rgba(17,33,27,0.1);--radius-xl:32px;--radius-lg:24px;--radius-md:18px;--page-width:1180px}*{box-sizing:border-box}html{height:100%;scroll-behavior:smooth;overflow:hidden}html::-webkit-scrollbar{width:0;height:0}html::-webkit-scrollbar-thumb,html::-webkit-scrollbar-track{background:transparent}html::-webkit-scrollbar-thumb:hover{background:transparent}body{height:100%;margin:0;overflow:hidden;font-family:Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(216,141,49,.2),transparent 22%),linear-gradient(180deg,#f9f5ec,#f3eee4)}a{color:inherit;text-decoration:none}.site-frame{display:grid;grid-template-rows:auto minmax(0,1fr);height:100dvh;min-height:100dvh;overflow:hidden}.site-scroll{min-height:0;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth;scrollbar-color:rgba(24,38,31,.32) transparent;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.site-scroll::-webkit-scrollbar{width:14px}.site-scroll::-webkit-scrollbar-track{background:transparent}.site-scroll::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:rgba(24,38,31,.28);background-clip:content-box}.site-scroll::-webkit-scrollbar-thumb:hover{background:rgba(24,38,31,.42);background-clip:content-box}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;width:100%;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:rgba(249,245,236,.78);border-bottom:1px solid rgba(24,38,31,.08)}.section-shell,.site-footer__inner,.site-header__inner{width:min(calc(100% - 32px),var(--page-width));margin:0 auto}.site-header__inner{display:flex;align-items:center;justify-content:space-between;min-height:82px;gap:24px}.brand-mark{display:inline-flex;align-items:center;min-width:0}.brand-mark__logo{width:auto;height:90px;object-fit:contain}.site-header__actions{justify-content:flex-end;gap:16px;flex:1 1}.site-header__actions,.site-nav{display:flex;align-items:center;flex-wrap:wrap}.site-nav{gap:10px}.site-nav a{padding:12px 16px;border-radius:999px;font-weight:700;font-size:18px;color:var(--muted);transition:background-color .16s ease,color .16s ease}.site-nav a:focus-visible,.site-nav a:hover{color:var(--text);background:rgba(31,92,70,.08)}.button-primary,.button-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-weight:600;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease}.button-primary{color:white;background:linear-gradient(135deg,var(--brand),var(--brand-strong));box-shadow:0 12px 28px rgba(18,60,47,.24)}.site-nav a.button-primary,.site-nav a.button-primary:focus-visible,.site-nav a.button-primary:hover{color:white;background:linear-gradient(135deg,var(--brand),var(--brand-strong))}.button-secondary{color:var(--brand-strong);background:rgba(31,92,70,.08)}.button-primary:focus-visible,.button-primary:hover,.button-secondary:focus-visible,.button-secondary:hover{transform:translateY(-1px)}.catalog-search{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.catalog-search__input{min-width:min(100%,320px);min-height:46px;padding:0 16px;border:1px solid rgba(24,38,31,.12);border-radius:999px;font:inherit;color:var(--text);background:rgba(255,255,255,.92)}.catalog-search__button{min-height:46px;padding:0 18px;border:0;border-radius:999px;font:inherit;font-weight:600;color:white;background:var(--brand);cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hero,.sr-only{padding:0;overflow:hidden}.hero{position:relative;width:min(calc(100% - 24px),1280px);margin:32px auto 0;min-height:500px;border:1px solid rgba(255,255,255,.08);border-radius:40px;background:#082316;color:#f6f1e7;box-shadow:var(--shadow)}.hero:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(4,33,20,.92),rgba(4,33,20,.84) 34%,rgba(4,33,20,.28) 58%,rgba(4,33,20,.08)),radial-gradient(circle at 20% 20%,rgba(24,83,53,.42),transparent 32%);pointer-events:none}.hero__background-image{z-index:0;object-position:center center}.hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.28fr) minmax(250px,320px);grid-gap:36px;gap:36px;align-items:stretch;min-height:500px;padding:44px 18px 18px}.hero__content{display:flex;flex-direction:column;justify-content:center;padding:10px 0 20px 6px}.hero__side{display:flex;align-items:flex-end;justify-content:flex-end}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:.92rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:#afc365}.eyebrow:before{content:"";width:34px;height:1px;background:currentColor}.hero h1,.section-header h2{margin:18px 0 16px;line-height:.98;font-family:Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;letter-spacing:-.045em}.hero h1{font-size:clamp(2.35rem,4.7vw,4.25rem);max-width:16ch;color:#f6f1e7}.hero p,.hero-card p{color:rgba(244,240,229,.82)}.hero-copy{max-width:48ch;margin-top:10px;color:rgba(244,240,229,.86);font-size:1.05rem;line-height:1.45}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.hero-card{width:min(100%,235px);padding:24px 16px;margin-bottom:120px;border-radius:24px;background:linear-gradient(180deg,rgba(97,120,58,.34),rgba(24,33,18,.48));border:1px solid rgba(255,255,255,.26);box-shadow:0 20px 42px rgba(4,16,10,.28);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero-card__header{display:flex;align-items:center;gap:14px;margin-bottom:18px}.hero-card__icon{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;flex:0 0 auto;border-radius:999px;border:1px solid rgba(255,255,255,.24);color:#eef0df;background:rgba(255,255,255,.08)}.hero-card__icon span{position:relative;width:24px;height:14px;border:2px solid;border-bottom:0;border-radius:999px 999px 0 0}.hero-card__icon span:after,.hero-card__icon span:before{position:absolute;content:"";left:50%;transform:translateX(-50%);background:currentColor}.hero-card__icon span:before{top:-8px;width:4px;height:4px;border-radius:999px}.hero-card__icon span:after{bottom:-5px;width:30px;height:2px;border-radius:999px}.contact-card h3,.hero-card strong,.product-card strong,.product-info strong,.section-header h2{color:var(--text)}.hero-card strong{display:block;margin-bottom:18px;font-size:1.25rem;color:#f5f3e9}.hero-card__title{margin:0;font-size:1.5rem;font-weight:400;line-height:1.1;color:#f5f3e9}.hero-card__list{display:grid;grid-gap:16px;gap:16px;margin:0;padding:0;list-style:none}.hero-card__list li{position:relative;padding-left:28px;color:rgba(244,240,229,.92);line-height:1.55}.hero-card__list li:before{content:"✓";position:absolute;left:0;top:1px;color:#a4c74a;font-weight:700}.hero-card__link{display:inline-flex;margin-top:22px;font-weight:600;color:#d9e4b5}.section-shell{padding:56px 0 0}.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:12px}.section-header__content{max-width:760px}.section-header .eyebrow{color:var(--brand)}.section-header h2{font-size:clamp(2.2rem,5vw,4rem);color:var(--text)}.capability-card p,.category-card p,.contact-card p,.contact-list,.detail-image-card p,.product-card p,.product-card small,.product-info p,.product-info small,.promise-card p,.section-header p,.site-footer a,.site-footer p,.text-link{color:var(--muted)}.capability-card h3,.category-card h3,.contact-card h3,.detail-image-card span,.detail-price-row strong,.detail-spec-grid strong,.empty-state h3,.empty-state p,.product-card h3,.promise-card h3,.toolbar-summary{color:var(--text)}.text-link{font-weight:600}.section-header>.text-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;color:var(--brand);font-weight:700;background:transparent;border:1px solid var(--brand);transition:background-color .16s ease,transform .16s ease}.section-header>.text-link:focus-visible,.section-header>.text-link:hover{background:rgba(24,38,31,.08);transform:translateY(-1px)}.catalog-page{display:grid;grid-gap:0;gap:0}.catalog-search--hero{justify-content:flex-end;margin-top:-76px;margin-bottom:10px}.catalog-search--hero .catalog-search__input{width:min(100%,360px)}.catalog-category-strip{display:flex;align-items:flex-start;justify-content:flex-start;gap:30px;padding:9px 0 8px;border-top:1px solid rgba(24,38,31,.08);overflow-x:scroll;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.catalog-category-strip::-webkit-scrollbar{display:none}.catalog-category-strip--dragging{cursor:default}.catalog-scroll-indicator{height:5px;margin:5px 12px 18px;border-radius:999px;background:rgba(24,38,31,.22);overflow:hidden}.catalog-scroll-indicator span{display:block;height:100%;border-radius:inherit;background:rgba(24,38,31,.82)}.catalog-category-link{display:grid;justify-items:center;grid-gap:12px;gap:12px;min-width:116px;flex:0 0 116px;color:var(--text);font-weight:700;text-align:center;cursor:pointer;-webkit-user-drag:none}.catalog-category-strip--dragging .catalog-category-link{cursor:pointer}.catalog-category-link__image{position:relative;display:grid;place-items:center;width:104px;aspect-ratio:1/1;border-radius:999px;background:white;border:1px solid rgba(24,38,31,.08);box-shadow:0 8px 26px rgba(17,33,27,.09);overflow:hidden}.catalog-category-link__image>span{color:var(--brand);font-weight:800}.catalog-category-link__img{object-fit:contain;padding:18px;pointer-events:none;-webkit-user-drag:none}.catalog-category-link--active .catalog-category-link__image{border-color:rgba(31,92,70,.45);box-shadow:0 10px 30px rgba(31,92,70,.18)}.catalog-category-link--active .catalog-category-link__label{color:var(--brand)}.catalog-tabs--secondary{padding:16px 0 0;border-bottom:1px solid rgba(24,38,31,.08)}.subcategory-tab{display:inline-flex;align-items:center;min-height:48px;padding:0 18px;color:var(--muted);font-weight:600;border-bottom:2px solid transparent;white-space:nowrap}.subcategory-tab--active{color:var(--brand);border-bottom-color:var(--brand)}.catalog-results-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 0 16px}.catalog-view-tools{display:flex;align-items:center;gap:10px}.sort-button,.view-toggle{min-height:38px;border:1px solid rgba(24,38,31,.1);border-radius:999px;font:inherit;font-weight:600;color:var(--muted);background:rgba(255,255,255,.82)}.sort-button{padding:0 16px}.view-toggle{min-width:46px;padding:0 12px;cursor:pointer}.view-toggle--active{color:white;background:var(--brand)}.capability-grid,.category-grid,.contact-layout,.detail-spec-grid,.feature-grid,.product-grid,.promise-grid{display:grid;grid-gap:18px;gap:18px}.category-grid{grid-template-columns:repeat(auto-fit,186px);justify-content:center;gap:12px}.capability-card,.category-card,.contact-card,.detail-image-card,.product-card,.product-info,.product-list__toolbar,.product-visual,.promise-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow)}.capability-card,.category-card,.contact-card,.product-info,.product-visual,.promise-card{padding:24px}.category-card{display:flex;flex-direction:column;aspect-ratio:1/1;padding:12px;background:radial-gradient(circle at top right,rgba(216,141,49,.18),transparent 26%),rgba(255,255,255,.82)}.category-card__media{position:relative;display:flex;align-items:center;justify-content:center;height:120px;flex:none;margin-bottom:10px;border-radius:18px;background:white;overflow:hidden}.category-card__image{object-fit:cover}.category-card[data-category=beef] .category-card__image,.category-card[data-category=fresh-produce] .category-card__image{object-fit:contain;padding:4px}.category-card[data-category=pork] .category-card__image,.category-card[data-category=poultry] .category-card__image{object-fit:contain;padding:12px}.category-card[data-category=seafood] .category-card__image{object-fit:contain;padding:8px}.category-card[data-category=specialty-meats] .category-card__image{object-fit:contain;padding:4px}.category-card[data-category=frozen-foods] .category-card__image{object-fit:contain;padding:6px}.category-card[data-category=dairy-eggs] .category-card__image{object-fit:contain;padding:4px}.category-card[data-category=dry-storage] .category-card__image{object-fit:contain;padding:12px}.category-card[data-category=beverages] .category-card__image,.category-card[data-category=disposables] .category-card__image{object-fit:contain;padding:8px}.category-card[data-category=chemicals-cleaning] .category-card__image{object-fit:contain;padding:12px}.category-card h3{margin:0;font-size:.95rem;line-height:1.2;text-align:center}.category-detail{padding-top:36px}.category-breadcrumb{display:flex;align-items:center;gap:12px;margin-bottom:12px;font-size:.92rem;color:var(--muted)}.category-breadcrumb a{color:var(--brand);font-weight:600}.category-detail__header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:34px}.category-detail__header h1{margin:0;font-size:2.7rem;line-height:1;color:var(--text)}.category-detail__button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:999px;color:white;background:var(--brand);font-weight:700}.subcategory-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:30px;gap:30px;align-items:start}.subcategory-card{display:grid;justify-items:center;grid-gap:18px;gap:18px;text-align:center}.subcategory-card__image{position:relative;width:118px;aspect-ratio:1/1;border-radius:999px;background:white;border:1px solid rgba(24,38,31,.08);box-shadow:0 8px 26px rgba(17,33,27,.09);overflow:hidden}.subcategory-card__img{object-fit:contain;padding:18px}.subcategory-card h2{max-width:160px;margin:0;font-size:1rem;line-height:1.35;color:var(--text)}.subcategory-scrollbar{height:5px;margin:28px 12px 0;border-radius:999px;background:rgba(24,38,31,.25);overflow:hidden}.subcategory-scrollbar span{display:block;width:88%;height:100%;border-radius:inherit;background:var(--text)}.capability-card span{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:22px;font-weight:700;font-size:1.15rem;letter-spacing:.08em;color:var(--brand-strong);background:rgba(255,255,255,.58);border:1px solid rgba(31,92,70,.08)}.capability-card h3,.category-card h3,.contact-card h3,.product-card h3,.promise-card h3{margin:0;font-size:1.02rem}.feature-grid,.product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.product-grid--list{grid-template-columns:1fr;gap:14px}.product-load-sentinel{height:1px}.product-card{overflow:hidden;border-radius:10px;background:white;box-shadow:0 10px 28px rgba(17,33,27,.08)}.product-grid--list .product-card{display:grid;grid-template-columns:190px minmax(0,1fr);align-items:stretch;height:112px}.product-card__visual{position:relative;min-height:230px;padding:18px;background:#fbfaf6;border-bottom:1px solid rgba(24,38,31,.08);overflow:hidden}.product-grid--list .product-card__visual{height:100%;min-height:0;border-right:1px solid rgba(24,38,31,.08);border-bottom:0;background:white}.product-card__visual-link{display:block}.product-card__image{object-fit:contain;padding:44px 20px 18px}.product-card__photo{position:absolute;inset:0;z-index:0;width:100%;height:100%;padding:44px 20px 18px;object-fit:contain;background:white;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.product-grid--list .product-card__image{left:50%!important;width:auto!important;height:100%!important;max-width:none;padding:0;object-fit:contain;transform:translateX(-50%)}.product-grid--list .product-card__photo{padding:0}.product-card__code{position:relative;z-index:1;display:inline-flex;padding:8px 12px;border-radius:999px;font-size:.82rem;font-weight:700;letter-spacing:0;color:var(--brand-strong);background:white;box-shadow:0 6px 18px rgba(17,33,27,.06)}.product-card__code:before{content:"#"}.product-grid--list .product-card__code{display:none}.product-card__body{padding:22px 24px 18px}.product-grid--list .product-card__body{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:18px 30px;overflow:hidden}.product-card__body h3{margin-bottom:14px;font-size:1.45rem;line-height:1.15}.product-grid--list .product-card__body h3{margin:4px 0 10px;font-size:1.1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__body h3 a:focus-visible,.product-card__body h3 a:hover{color:var(--brand);text-decoration:underline;text-underline-offset:4px}.product-card__summary{display:flex;align-items:center;gap:14px;color:var(--muted);font-size:.92rem}.product-card__summary span:first-child{font-weight:400}.product-card__summary span+span:before{content:"";display:inline-block;width:4px;height:4px;margin:0 12px 2px 0;border-radius:999px;background:rgba(24,38,31,.25)}.product-card__specs{display:grid;grid-gap:14px;gap:14px;padding-top:16px;border-top:1px solid var(--line)}.product-card__spec{display:grid;grid-template-columns:18px minmax(78px,.65fr) minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center}.product-card__spec-icon{width:14px;height:14px;border:1px solid var(--brand);border-radius:4px;transform:rotate(45deg)}.product-card small,.product-info small{display:block;margin-bottom:0;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.product-card__spec small{color:var(--brand);font-weight:800}.product-card__spec strong{color:var(--muted);font-size:.85rem;font-weight:600}.product-card__link{display:inline-flex;align-items:center;gap:12px;margin-top:18px;color:var(--brand);font-weight:700}.product-card__action{display:flex;align-items:center;justify-content:flex-end;padding:0 28px 0 16px}.product-grid--list .product-card__link{min-height:40px;margin-top:0;padding:0 20px;border-radius:999px;color:var(--brand);background:rgba(24,38,31,.06)}.promise-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.promise-card{background:linear-gradient(180deg,rgba(255,253,248,.92),rgba(255,250,240,.78))}.capability-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-list__toolbar{justify-content:space-between;padding:18px 22px}.product-list__toolbar,.toolbar-summary{display:flex;gap:18px;align-items:center;margin-bottom:24px}.toolbar-summary{flex-wrap:wrap;color:var(--muted)}.chip-row{display:flex;gap:10px;flex-wrap:wrap}.chip{padding:10px 14px;border-radius:999px;font-weight:600;color:var(--muted);background:rgba(31,92,70,.08)}.chip--active{color:white;background:linear-gradient(135deg,var(--brand),var(--brand-strong))}.product-detail{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.product-visual{position:relative;min-height:420px;overflow:hidden;background:radial-gradient(circle at 18% 18%,rgba(216,141,49,.24),transparent 18%),radial-gradient(circle at 82% 26%,rgba(31,92,70,.16),transparent 18%),linear-gradient(145deg,rgba(255,255,255,.86),rgba(240,234,221,.88))}.detail-badge{top:22px;left:22px;z-index:2;padding:10px 14px;font-weight:600;color:var(--brand-strong);background:rgba(255,255,255,.86)}.detail-badge,.detail-image-orb{position:absolute;border-radius:999px}.detail-image-orb{filter:blur(10px)}.detail-image-orb-a{top:92px;left:68px;width:180px;height:180px;background:rgba(216,141,49,.26)}.detail-image-orb-b{right:80px;bottom:64px;width:220px;height:220px;background:rgba(31,92,70,.18)}.detail-product-image{position:absolute;inset:0;z-index:1;width:100%;height:100%;padding:72px 42px 116px;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.detail-image-card{position:absolute;right:32px;bottom:32px;z-index:2;width:220px;background:rgba(255,255,255,.92)}.detail-image-card span{display:inline-block;margin-bottom:12px;font-weight:700;font-size:1.4rem}.detail-price-row,.detail-spec-grid{display:grid}.detail-price-row,.detail-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.detail-spec-grid{margin-top:20px}.detail-price-row>div,.detail-spec-grid>div{padding:18px;border-radius:var(--radius-md);background:var(--surface-strong);border:1px solid var(--line)}.detail-cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.contact-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-card-primary{background:linear-gradient(135deg,rgba(31,92,70,.94),rgba(18,60,47,.9));color:#f4f0e5}.contact-card-primary h3,.contact-card-primary li,.contact-card-primary p{color:#f4f0e5}.contact-card h3{font-size:1.35rem}.contact-list{margin:18px 0 0;padding-left:18px;line-height:1.8}.site-footer{padding:56px 0 28px}.site-footer__inner{display:flex;justify-content:space-between;gap:24px;padding-top:16px;border-top:1px solid rgba(24,38,31,.08)}.footer-links{display:flex;gap:20px;flex-wrap:wrap}.footer-links--stack{flex-direction:column;gap:10px;align-items:flex-start}.site-footer__summary{max-width:540px}.empty-state{padding:32px;border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow)}.empty-state h3{margin-top:0}@media (max-width:980px){.capability-grid,.contact-layout,.feature-grid,.hero__grid,.product-detail,.product-grid,.promise-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(auto-fit,170px)}.product-list__toolbar,.section-header,.site-footer__inner,.site-header__inner{flex-direction:column;align-items:flex-start}.hero h1{max-width:9ch}.hero,.hero__grid{min-height:620px}.hero__grid{padding:28px 18px 18px}.hero__content{justify-content:flex-start;padding-top:12px}.hero-copy{max-width:34ch}.hero__side,.site-header__actions{justify-content:flex-start}.site-header__actions{width:100%}.catalog-search--hero{justify-content:flex-start;margin-top:0;margin-bottom:22px}.catalog-results-bar{align-items:flex-start;flex-direction:column}.product-grid--list .product-card{grid-template-columns:160px minmax(0,1fr)}.product-card__action{grid-column:1/-1;justify-content:flex-start;padding:0 20px 20px}}@media (max-width:640px){.category-grid{grid-template-columns:1fr}.site-header__inner{min-height:72px}.brand-mark__logo{height:48px}.hero,.section-shell{width:min(calc(100% - 20px),var(--page-width))}.hero{margin-top:18px;border-radius:28px;min-height:auto}.hero__grid{min-height:auto;gap:20px;padding:22px 14px 14px}.hero__content{padding:6px 2px 0}.hero h1{font-size:clamp(2.45rem,13vw,3.4rem);max-width:9.5ch}.hero-copy{max-width:100%;font-size:1rem}.hero-card{width:100%}.product-grid--list .product-card{grid-template-columns:1fr}.product-grid--list .product-card__visual{min-height:100px;border-right:0;border-bottom:1px solid rgba(24,38,31,.08)}.product-grid--list .product-card__body{padding:22px}.button-primary,.button-secondary,.catalog-search,.catalog-search__button,.catalog-search__input{width:100%}.detail-price-row,.detail-spec-grid{grid-template-columns:1fr}}