/*
 * ============================================================================
 * BALLETT-VERSAND.DE
 * Datei: /assets/css/site.css
 * Zweck: Globales Layout, Katalog, Produktseiten und responsive Darstellung
 * Überarbeitet: 18.09.2026 – Mobile-Optimierung + Preis/Artikelnummern
 * Betreiber: COSPO ART GmbH
 * ============================================================================
 */

:root{
  --brand-primary:#2D5B8F;
  --brand-background:#FAF9F5;
  --brand-surface:#E8E1D8;
  --brand-accent:#D4B483;
  --brand-secondary:#D9E2EE;
  --text-primary:#1F2933;
  --white:#fff;
  --ink:#16202a;
  --line:rgba(31,41,51,.14);
  --sans:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  --display:"Bodoni MT",Didot,"Baskerville","Times New Roman",serif;
  --shell:min(1380px,calc(100% - 64px));
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--brand-background);color:var(--text-primary);font-family:var(--sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:16px;top:-100px;z-index:9999;background:#fff;padding:12px 16px}.skip-link:focus{top:16px}.shell{width:var(--shell);margin-inline:auto}.section{padding:120px 0}.eyebrow,.kicker{font-size:11px;letter-spacing:.28em;font-weight:700;text-transform:uppercase;color:var(--brand-primary)}
.servicebar{background:var(--brand-primary);color:#fff;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.servicebar__inner{width:var(--shell);height:34px;margin:auto;display:flex;align-items:center;justify-content:flex-end;gap:28px}.servicebar__inner span:not(:last-child){opacity:.78}.servicebar a{border-bottom:1px solid rgba(255,255,255,.45)}
.site-header{position:sticky;top:0;z-index:100;background:rgba(250,249,245,.91);backdrop-filter:blur(16px);border-bottom:1px solid transparent;transition:.3s ease}.site-header.is-scrolled{border-bottom-color:var(--line);box-shadow:0 10px 35px rgba(31,41,51,.05)}.header-inner{width:var(--shell);height:82px;margin:auto;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand img{width:34px;height:48px;object-fit:contain}.brand-wordmark{font-family:var(--display);font-size:30px;line-height:1;letter-spacing:-.035em;color:var(--brand-primary)}.main-nav{display:flex;align-items:center;gap:28px;font-size:13px;font-weight:600}.main-nav a{position:relative;padding:9px 0}.main-nav a:not(.nav-contact):after{content:"";position:absolute;left:0;right:100%;bottom:3px;height:1px;background:var(--brand-primary);transition:right .25s ease}.main-nav a:hover:after{right:0}.nav-contact{border:1px solid var(--brand-primary);padding:10px 16px!important;transition:.25s}.nav-contact:hover{background:var(--brand-primary);color:#fff}.nav-toggle{display:none;border:0;background:none;width:44px;height:44px;position:relative}.nav-toggle span:not(.sr-only){position:absolute;left:9px;right:9px;height:1px;background:var(--text-primary);top:18px;transition:.25s}.nav-toggle span:nth-child(2){top:26px}
.hero{position:relative;height:min(900px,calc(100vh - 116px));min-height:650px;overflow:hidden;background:#111;color:#fff}.hero-media{position:absolute;inset:-4%;background-image:url('/assets/img/editorial/hero-main.jpg');background-size:cover;background-position:center 45%;transform:scale(1.03);will-change:transform}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,17,25,.72) 0%,rgba(9,17,25,.42) 38%,rgba(9,17,25,.04) 72%),linear-gradient(0deg,rgba(9,17,25,.4),transparent 42%)}.hero-content{position:absolute;left:max(32px,calc((100vw - min(1380px,calc(100vw - 64px)))/2));bottom:12%;max-width:760px}.hero .kicker{color:#fff;opacity:.82;margin:0 0 22px}.hero h1{font-family:var(--display);font-size:clamp(72px,9vw,148px);font-weight:400;line-height:.79;letter-spacing:-.055em;margin:0 0 34px;text-wrap:balance}.hero-copy{max-width:620px;font-size:18px;line-height:1.55;color:rgba(255,255,255,.88);margin:0 0 32px}.hero-actions{display:flex;align-items:center;gap:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 25px;font-size:12px;font-weight:750;letter-spacing:.13em;text-transform:uppercase;border:1px solid transparent;transition:.25s ease}.btn-light{background:#fff;color:var(--text-primary)}.btn-light:hover{background:var(--brand-accent)}.btn-primary{background:var(--brand-primary);color:#fff}.btn-primary:hover{background:#214a78}.btn-outline{border-color:var(--brand-primary);color:var(--brand-primary)}.btn-outline:hover{background:var(--brand-primary);color:#fff}.text-link{display:inline-flex;gap:10px;align-items:center;font-weight:650;font-size:13px}.text-link span{transition:transform .25s}.text-link:hover span{transform:translateX(5px)}.text-link--light{color:#fff}.hero-scroll{position:absolute;right:max(32px,calc((100vw - min(1380px,calc(100vw - 64px)))/2));bottom:10%;display:flex;gap:12px;align-items:center;font-size:10px;letter-spacing:.2em;text-transform:uppercase}.hero-scroll span{display:block;width:48px;height:1px;background:#fff;position:relative;overflow:hidden}.hero-scroll span:after{content:"";position:absolute;inset:0;background:var(--brand-accent);transform:translateX(-100%);animation:scan 2.2s infinite}@keyframes scan{50%{transform:translateX(100%)}100%{transform:translateX(100%)}}
.trustline{overflow:hidden;border-bottom:1px solid var(--line);background:#fff}.trustline-track{display:flex;align-items:center;width:max-content;min-width:100%;justify-content:center;gap:22px;padding:18px 32px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.trustline-track i{width:4px;height:4px;border-radius:50%;background:var(--brand-accent)}
.intro-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:8vw;align-items:end}.intro h2,.editorial h2,.section-head h2,.knowledge h2,.contact h2{font-family:var(--display);font-size:clamp(50px,5.8vw,92px);line-height:.93;letter-spacing:-.045em;font-weight:400;margin:18px 0 0}.intro h2 em,.editorial h2 em,.contact h2 em{font-weight:400;color:var(--brand-primary)}.intro-copy{font-size:18px}.intro-copy p{margin:0 0 30px;color:#4d5965}
.category-grid{display:grid;grid-template-columns:1.25fr .75fr;grid-auto-rows:min(640px,55vw);gap:12px;padding-bottom:120px}.category-card{position:relative;overflow:hidden;background:#ddd;color:#fff;padding:32px;isolation:isolate}.category-card:before{content:"";position:absolute;inset:0;background-image:var(--bg);background-size:cover;background-position:center;transition:transform .65s cubic-bezier(.2,.75,.25,1);z-index:-2}.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,16,22,.05),rgba(10,16,22,.58));z-index:-1}.category-card:hover:before{transform:scale(1.035)}.category-card--wide:nth-child(4){grid-column:1 / -1;height:560px}.category-no{position:absolute;left:30px;top:28px;font-size:11px;letter-spacing:.2em}.category-title{position:absolute;left:30px;bottom:65px;font-family:var(--display);font-size:clamp(42px,5vw,76px);line-height:.9;letter-spacing:-.04em}.category-sub{position:absolute;left:34px;bottom:30px;font-size:12px;letter-spacing:.08em}.category-arrow{position:absolute;right:32px;bottom:28px;font-size:32px;transition:transform .25s}.category-card:hover .category-arrow{transform:translate(5px,-5px)}
.editorial{background:var(--brand-surface)}.editorial-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:7vw;align-items:center}.editorial-media{position:relative}.editorial-media img{width:100%;aspect-ratio:4/3;object-fit:cover}.vertical-note{position:absolute;right:-45px;top:50%;transform:rotate(90deg) translateX(50%);transform-origin:right top;font-size:9px;letter-spacing:.24em}.editorial-copy>p:not(.eyebrow){font-size:18px;color:#52606b;max-width:620px;margin:30px 0}.editorial-points{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(31,41,51,.18);margin:36px 0}.editorial-points span{padding:16px 0;border-bottom:1px solid rgba(31,41,51,.18);font-size:11px;letter-spacing:.08em;color:#66727c}.editorial-points span:nth-child(odd){padding-right:20px}.editorial-points b{display:block;font-size:14px;letter-spacing:0;color:var(--text-primary);margin-top:5px}
.catalog{background:#fff}.section-head{display:grid;grid-template-columns:1.3fr .7fr;gap:8vw;align-items:end;margin-bottom:55px}.section-head p:last-child{font-size:17px;color:#66727c;margin:0}.product-rail{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:18px;scrollbar-width:none;cursor:grab}.product-rail::-webkit-scrollbar{display:none}.product-rail.is-dragging{cursor:grabbing;scroll-snap-type:none}.product-card{flex:0 0 clamp(260px,24vw,365px);scroll-snap-align:start}.product-img{background:var(--brand-background);aspect-ratio:4/5;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:contain;padding:20px;transition:transform .45s ease}.product-card:hover .product-img img{transform:scale(1.035)}.product-meta{padding:18px 3px}.product-meta span{font-size:9px;letter-spacing:.22em;color:#78838c}.product-meta h3{font-family:var(--display);font-weight:400;font-size:30px;margin:3px 0 8px}.product-meta a{font-size:12px;font-weight:700;color:var(--brand-primary)}.catalog-cta{margin-top:55px;border-top:1px solid var(--line);padding-top:30px;display:flex;align-items:center;justify-content:space-between;gap:30px}.catalog-cta p{margin:0;color:#66727c}
.knowledge{background:var(--brand-secondary)}.knowledge-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:35px;border-top:1px solid rgba(45,91,143,.2)}.knowledge-lead{grid-row:span 3;padding:55px 9vw 55px 0}.knowledge-lead h2{margin:0;color:var(--brand-primary)}.knowledge-lead p{font-size:18px;color:#566575;max-width:570px}.knowledge-link{display:grid;grid-template-columns:48px 1fr 30px;align-items:center;border-bottom:1px solid rgba(45,91,143,.2);padding:27px 0 27px 32px;transition:padding .25s,background .25s}.knowledge-link:hover{padding-left:42px;background:rgba(255,255,255,.28)}.knowledge-link span{font-size:10px;letter-spacing:.15em;color:var(--brand-primary)}.knowledge-link strong{font-size:16px}.knowledge-link i{font-style:normal;font-size:20px;color:var(--brand-primary)}
.contact{background:var(--brand-primary);color:#fff;overflow:hidden}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:center}.contact .eyebrow{color:var(--brand-accent)}.contact h2 em{color:#fff}.contact-copy>p:not(.eyebrow):not(.contact-note){font-size:18px;color:rgba(255,255,255,.76);max-width:620px}.contact-mail{display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.35);border-bottom:1px solid rgba(255,255,255,.35);padding:20px 0;margin:35px 0 15px;font-size:clamp(20px,2.5vw,34px);font-family:var(--display)}.contact-mail span{font-family:var(--sans);font-size:26px}.contact-note{font-size:12px;color:rgba(255,255,255,.6)}.contact-visual{position:relative;aspect-ratio:1/1;display:grid;place-items:center}.contact-visual img{width:28%;filter:brightness(0) invert(1);opacity:.98}.contact-visual>span{position:absolute;bottom:14%;font-size:9px;letter-spacing:.35em}.contact-orbit{position:absolute;border:1px solid rgba(255,255,255,.22);border-radius:50%;inset:14%;animation:orbit 18s linear infinite}.orbit-2{inset:27%;animation-duration:12s;animation-direction:reverse;border-color:rgba(212,180,131,.45)}.contact-orbit:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:var(--brand-accent);top:8%;left:20%}@keyframes orbit{to{transform:rotate(360deg)}}
.site-footer{background:#161d24;color:#fff;padding:80px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:70px}.footer-wordmark{display:flex;align-items:center;gap:12px;font-family:var(--display);font-size:32px}.footer-wordmark img{width:32px;height:48px;object-fit:contain;filter:brightness(0) invert(1)}.footer-brand p{color:#89949e;max-width:350px}.site-footer h3{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#89949e;margin:0 0 18px}.site-footer div:not(.footer-brand)>a{display:block;color:#d4d9dd;font-size:13px;margin:9px 0}.site-footer a:hover{color:var(--brand-accent)}.footer-bottom{margin-top:65px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;font-size:10px;letter-spacing:.1em;color:#737e88}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.7,.2,1)}.reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.contact-orbit{animation:none}.hero-scroll span:after{animation:none}}
@media(max-width:980px){:root{--shell:min(100% - 40px,900px)}.servicebar__inner span{display:none}.servicebar__inner{justify-content:center}.nav-toggle{display:block}.main-nav{position:fixed;top:116px;left:0;right:0;bottom:0;background:var(--brand-background);display:flex;flex-direction:column;align-items:flex-start;padding:40px 20px;gap:7px;transform:translateX(100%);transition:.35s ease;font-size:24px}.main-nav.is-open{transform:none}.main-nav a{width:100%;padding:14px 0;border-bottom:1px solid var(--line)}.nav-contact{border:0!important}.hero{height:760px}.hero-content{left:20px;right:20px;bottom:11%}.hero h1{font-size:clamp(64px,16vw,105px)}.hero-scroll{display:none}.intro-grid,.editorial-grid,.section-head,.contact-grid{grid-template-columns:1fr}.intro-grid{gap:45px}.category-grid{grid-template-columns:1fr 1fr;grid-auto-rows:520px}.category-card--wide:nth-child(4){grid-column:1/-1}.editorial-grid{gap:55px}.editorial-media{max-width:760px}.section-head{gap:25px}.knowledge-grid{grid-template-columns:1fr}.knowledge-lead{grid-row:auto;padding-right:0}.knowledge-link{padding-left:0}.contact-visual{max-width:650px;margin:auto;width:100%}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(max-width:640px){:root{--shell:calc(100% - 32px)}.section{padding:82px 0}.header-inner{height:70px}.servicebar{display:none}.site-header{top:0}.brand-wordmark{font-size:25px}.brand img{width:27px;height:40px}.main-nav{top:70px}.hero{height:calc(100svh - 70px);min-height:620px}.hero-media{background-position:58% center}.hero-shade{background:linear-gradient(0deg,rgba(9,17,25,.75),rgba(9,17,25,.08) 70%)}.hero-content{bottom:7%}.hero h1{font-size:18vw;line-height:.83;margin-bottom:24px}.hero-copy{font-size:15px;max-width:95%}.hero-actions{align-items:flex-start;flex-direction:column;gap:18px}.trustline-track{justify-content:flex-start;animation:marquee 22s linear infinite;padding-inline:20px}@keyframes marquee{to{transform:translateX(-45%)}}.intro h2,.editorial h2,.section-head h2,.knowledge h2,.contact h2{font-size:14vw}.intro-copy{font-size:16px}.category-grid{display:block;padding-bottom:80px}.category-card{height:115vw;max-height:590px;display:block;margin-bottom:8px;padding:24px}.category-card--wide:nth-child(4){height:115vw}.category-title{left:24px;bottom:58px;font-size:13vw}.category-sub{left:26px;bottom:26px}.category-arrow{right:24px}.editorial-points{grid-template-columns:1fr}.vertical-note{display:none}.catalog-cta{align-items:flex-start;flex-direction:column}.product-card{flex-basis:76vw}.knowledge-link{grid-template-columns:38px 1fr 24px;padding:22px 0}.contact-mail{font-size:19px}.contact-visual{display:none}.footer-grid{grid-template-columns:1fr 1fr;gap:45px 25px}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:8px}}


/* V4.1 refinements */
.trustline-track{width:var(--shell);min-width:0;margin-inline:auto;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;padding:0}.trustline-track span{display:flex;align-items:center;justify-content:center;text-align:center;min-height:74px;padding:12px 14px;border-right:1px solid var(--line);white-space:normal;line-height:1.35}.trustline-track span:first-child{border-left:1px solid var(--line)}.trustline-track i{display:none}
.category-grid{grid-template-columns:1fr 1fr;grid-auto-rows:430px;gap:14px;padding-bottom:100px}.category-card--wide:nth-child(4){grid-column:auto;height:auto}.category-card--wide{grid-column:auto}.category-card:before{background-size:cover;background-position:center}.category-card:nth-child(1):before,.category-card:nth-child(2):before{background-size:contain;background-repeat:no-repeat;background-color:#f4f1eb}.category-card:nth-child(3):before,.category-card:nth-child(4):before{background-size:contain;background-repeat:no-repeat;background-color:#f4f1eb}.category-card:after{background:linear-gradient(180deg,rgba(10,16,22,.01) 45%,rgba(10,16,22,.67) 100%)}
.shop-return{background:var(--brand-background);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.shop-return-grid{display:grid;grid-template-columns:.42fr 1.58fr;gap:8vw;align-items:center}.shop-return-mark{aspect-ratio:1/1;border:1px solid rgba(45,91,143,.22);display:grid;place-content:center;text-align:center;color:var(--brand-primary);position:relative}.shop-return-mark:before{content:"";position:absolute;inset:12px;border:1px solid rgba(212,180,131,.55)}.shop-return-mark span{font-size:10px;letter-spacing:.34em}.shop-return-mark strong{display:block;font-family:var(--display);font-size:clamp(72px,9vw,150px);line-height:.8;font-weight:400;letter-spacing:-.06em}.shop-return-copy h2{font-family:var(--display);font-size:clamp(48px,5.8vw,88px);line-height:.94;letter-spacing:-.045em;font-weight:400;margin:18px 0 28px}.shop-return-copy h2 em{font-weight:400;color:var(--brand-primary)}.shop-return-copy>p:not(.eyebrow){font-size:18px;color:#586570;max-width:820px}.shop-return-actions{display:flex;align-items:center;gap:28px;margin-top:34px}
.contact-channels{margin:36px 0 18px;border-top:1px solid rgba(255,255,255,.32)}.contact-channel{display:grid;grid-template-columns:110px 1fr 28px;align-items:center;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.32);gap:15px}.contact-channel small{font-size:9px;letter-spacing:.22em;color:var(--brand-accent)}.contact-channel strong{font-family:var(--display);font-weight:400;font-size:clamp(21px,2.25vw,33px);overflow-wrap:anywhere}.contact-channel span{font-size:22px;transition:transform .2s}.contact-channel:hover span{transform:translate(4px,-4px)}
.legal-page{min-height:100vh;background:var(--brand-background)}.legal-head{border-bottom:1px solid var(--line);padding:26px 0}.legal-head .shell{display:flex;align-items:center;justify-content:space-between}.legal-brand{display:flex;align-items:center;gap:10px;color:var(--brand-primary);font-family:var(--display);font-size:27px}.legal-brand img{width:29px;height:42px;object-fit:contain}.legal-back{font-size:12px;font-weight:700;letter-spacing:.08em}.legal-wrap{max-width:900px;margin:0 auto;padding:90px 0 120px}.legal-wrap h1{font-family:var(--display);font-size:clamp(58px,8vw,105px);font-weight:400;line-height:.9;letter-spacing:-.05em;margin:16px 0 55px;color:var(--brand-primary)}.legal-wrap h2{font-family:var(--display);font-weight:400;font-size:32px;margin:44px 0 12px;color:var(--brand-primary)}.legal-wrap h3{font-size:18px;margin:30px 0 8px}.legal-wrap p,.legal-wrap li{font-size:16px;color:#46525d}.legal-wrap a{text-decoration:underline;text-underline-offset:3px}.legal-card{background:#fff;padding:30px;border:1px solid var(--line);margin:28px 0}.legal-note{background:var(--brand-secondary);padding:22px 26px;margin:30px 0;border-left:3px solid var(--brand-primary)}
@media(max-width:980px){.trustline-track{grid-template-columns:repeat(3,1fr)}.trustline-track span{border-bottom:1px solid var(--line)}.category-grid{grid-auto-rows:360px}.shop-return-grid{grid-template-columns:1fr}.shop-return-mark{max-width:360px}.shop-return-actions{flex-wrap:wrap}}
@media(max-width:640px){.trustline-track{width:100%;display:grid;grid-template-columns:1fr 1fr;animation:none!important;padding:0}.trustline-track span{min-height:64px;font-size:9px;padding:10px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.category-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding-bottom:70px}.category-card,.category-card--wide:nth-child(4){height:auto;min-height:250px;margin:0}.category-title{font-size:8.5vw;bottom:54px;left:18px}.category-sub{font-size:9px;left:20px;bottom:20px;right:38px;line-height:1.35}.category-no{left:18px;top:18px}.category-arrow{right:16px;bottom:18px;font-size:22px}.shop-return-mark{max-width:260px}.shop-return-copy h2{font-size:13vw}.shop-return-copy>p:not(.eyebrow){font-size:16px}.shop-return-actions{align-items:flex-start;flex-direction:column}.contact-channel{grid-template-columns:1fr 24px;gap:6px}.contact-channel small{grid-column:1/-1}.contact-channel strong{font-size:21px}.legal-wrap{padding:65px 0 90px}.legal-card{padding:22px}.legal-brand{font-size:23px}}


/* V4.2 product catalog */
.catalog-page{padding:90px 0 120px}.catalog-page-head{max-width:900px;margin-bottom:44px}.catalog-page-head h1,.product-info h1{font-family:var(--display);font-size:clamp(58px,7vw,108px);font-weight:400;line-height:.88;letter-spacing:-.05em;margin:14px 0 28px;color:var(--brand-primary)}.catalog-page-head>p:last-child{font-size:18px;color:#5d6973;max-width:760px}.catalog-filter{display:grid;grid-template-columns:1fr 250px auto;gap:10px;margin:0 0 18px}.catalog-filter input,.catalog-filter select{min-height:50px;border:1px solid var(--line);background:#fff;padding:0 16px;font:inherit;color:var(--text-primary)}.catalog-result-line{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#68747e;margin:25px 0}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 14px}.catalog-product-image{display:block;aspect-ratio:4/5;background:#fff;overflow:hidden}.catalog-product-image img{width:100%;height:100%;object-fit:contain;padding:16px;transition:transform .35s}.catalog-product:hover img{transform:scale(1.025)}.catalog-product-copy{padding:15px 2px}.catalog-product-copy>span{font-size:9px;letter-spacing:.2em;color:#7b858e}.catalog-product-copy h2{font-family:var(--display);font-size:26px;font-weight:400;line-height:1.05;margin:6px 0 7px}.catalog-product-copy p{font-size:12px;color:#77828b;margin:0 0 8px}.product-more{font-size:12px;font-weight:700;color:var(--brand-primary)}.catalog-all{margin:20px 0 0;text-align:right}.product-page{padding:80px 0 120px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(370px,.9fr);gap:6vw;align-items:start}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:8px}.product-gallery>div{background:#fff;aspect-ratio:4/5}.product-gallery img{width:100%;height:100%;object-fit:contain;padding:18px}.product-info{position:sticky;top:145px}.product-info h1{font-size:clamp(48px,5.3vw,82px);color:var(--text-primary)}.archive-badge{padding:19px 21px;background:var(--brand-secondary);border-left:3px solid var(--brand-primary);margin:26px 0}.archive-badge strong,.archive-badge span{display:block}.archive-badge strong{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--brand-primary);margin-bottom:5px}.archive-badge span{font-size:13px;color:#5b6874}.product-text{color:#46535e}.product-text p{margin:0 0 14px}.product-variants{margin:30px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:17px 0}.product-variants summary{cursor:pointer;font-weight:700}.product-variants p{font-size:12px;color:#68747e}.product-actions{display:flex;gap:24px;align-items:center;flex-wrap:wrap;margin-top:28px}.shop-search-hint{font-size:11px;color:#7a858e;margin-top:16px}.shop-search-hint strong{color:var(--text-primary)}
@media(max-width:980px){.catalog-grid{grid-template-columns:repeat(3,1fr)}.product-page{grid-template-columns:1fr}.product-info{position:static}.catalog-filter{grid-template-columns:1fr 220px}}
@media(max-width:640px){.catalog-page{padding:62px 0 90px}.catalog-page-head h1{font-size:16vw}.catalog-filter{grid-template-columns:1fr}.catalog-grid{grid-template-columns:1fr 1fr;gap:28px 8px}.catalog-product-copy h2{font-size:21px}.product-page{padding:45px 0 90px}.product-gallery{gap:4px}.product-info h1{font-size:14vw}.product-actions{align-items:flex-start;flex-direction:column;gap:18px}}

/* Homepage fine tuning 2026-09-17 */
.hero-slides,.hero-slide{position:absolute;inset:0}.hero-slide{background-image:var(--hero-image);background-size:cover;background-position:center;opacity:0;transform:scale(1.015);transition:opacity 1.1s ease,transform 7s ease;will-change:opacity,transform}.hero-slide.is-active{opacity:1;transform:scale(1.045)}
.hero--copy-left .hero-content{left:max(32px,calc((100vw - min(1380px,calc(100vw - 64px)))/2));right:auto}.hero--copy-right .hero-content{left:auto;right:max(32px,calc((100vw - min(1380px,calc(100vw - 64px)))/2));max-width:690px}.hero--copy-left .hero-shade{background:linear-gradient(90deg,rgba(9,17,25,.69) 0%,rgba(9,17,25,.34) 38%,rgba(9,17,25,.03) 72%),linear-gradient(0deg,rgba(9,17,25,.25),transparent 42%)}.hero--copy-right .hero-shade{background:linear-gradient(270deg,rgba(9,17,25,.69) 0%,rgba(9,17,25,.34) 38%,rgba(9,17,25,.03) 72%),linear-gradient(0deg,rgba(9,17,25,.25),transparent 42%)}
.hero h1{font-size:clamp(58px,6.8vw,112px);line-height:.88;max-width:840px}.hero-copy{font-size:17px;max-width:670px}.hero-dots{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);display:flex;gap:8px;z-index:4}.hero-dots button{width:24px;height:2px;border:0;background:rgba(255,255,255,.42);padding:0;cursor:pointer;transition:.25s}.hero-dots button.is-active{width:42px;background:#fff}
.intro h2{line-height:.96}.intro h2 em{display:block;margin-top:.18em}.shop-status{background:var(--brand-primary);color:#fff}.shop-status__inner{display:flex;justify-content:space-between;align-items:center;gap:40px;padding:28px 0}.shop-status__inner>div:first-child{max-width:850px}.shop-status strong{display:block;font-family:var(--display);font-size:29px;font-weight:400;line-height:1.1;margin-bottom:6px}.shop-status span{font-size:14px;color:rgba(255,255,255,.82)}.shop-status__actions{display:flex;gap:18px;white-space:nowrap}.shop-status__actions a{font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:750;border-bottom:1px solid rgba(255,255,255,.55);padding-bottom:3px}.editorial-media img{object-position:center 42%}.product-card{display:block;color:inherit}.product-meta b{font-size:12px;font-weight:700;color:var(--brand-primary)}
@media(max-width:980px){.hero--copy-left .hero-content,.hero--copy-right .hero-content{left:32px;right:32px;max-width:760px}.hero-shade,.hero--copy-left .hero-shade,.hero--copy-right .hero-shade{background:linear-gradient(0deg,rgba(9,17,25,.74),rgba(9,17,25,.06) 72%)}.shop-status__inner{align-items:flex-start;flex-direction:column;gap:18px}.shop-status__actions{white-space:normal;flex-wrap:wrap}}
@media(max-width:640px){.hero{height:calc(100svh - 70px);min-height:650px}.hero-slide{background-position:center}.hero-content{bottom:10%!important}.hero h1{font-size:13.5vw;line-height:.9;margin-bottom:22px}.hero-copy{font-size:14px;line-height:1.5}.hero .kicker{font-size:9px;letter-spacing:.18em}.hero-dots{bottom:18px}.hero-scroll{display:none}.shop-status__inner{padding:24px 0}.shop-status strong{font-size:24px}.shop-status span{font-size:13px}.shop-status__actions{gap:14px}.intro h2 em{margin-top:.24em}.editorial-media img{aspect-ratio:4/3;object-position:center}}

/* ==========================================================================
   V4.3 · Preise, Artikelnummern & Responsive 18.09.2026
   ======================================================================= */

.catalog-product-facts,
.product-card-facts{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:12px;
  min-height:25px;
  margin:7px 0 6px;
}
.catalog-product-facts small,
.product-card-facts small{
  font-size:10px;
  letter-spacing:.04em;
  color:#78838c;
}
.catalog-product-facts strong,
.product-card-facts b{
  font-family:var(--display);
  font-size:20px;
  line-height:1;
  font-weight:400;
  color:var(--brand-primary);
  white-space:nowrap;
}
.product-card-facts{padding-top:3px;border-top:1px solid var(--line)}

/* Tablets: weniger monumentale Typografie, Container bleiben im Viewport. */
@media(max-width:980px){
  :root{--shell:min(100% - 36px,900px)}
  .section{padding:88px 0}
  .intro h2,.editorial h2,.section-head h2,.knowledge h2,.contact h2{font-size:clamp(42px,7vw,68px)}
  .category-grid{grid-auto-rows:330px}
  .catalog-page-head h1,.product-info h1{font-size:clamp(48px,8vw,76px)}
  .catalog-grid{gap:28px 12px}
  .catalog-product-copy h2{font-size:23px}
}

/* Smartphones: bewusst kompakter, keine übergroßen Überschriften oder Karten. */
@media(max-width:640px){
  :root{--shell:calc(100% - 28px)}
  body{font-size:15px;line-height:1.55;overflow-x:hidden}
  .section{padding:62px 0}
  .eyebrow,.kicker{font-size:9px;letter-spacing:.18em}

  .header-inner{height:64px}
  .brand-wordmark{font-size:22px}
  .brand img{width:25px;height:36px}
  .main-nav{top:64px;padding:28px 18px;font-size:20px}

  .hero{height:min(760px,calc(100svh - 64px));min-height:560px}
  .hero--copy-left .hero-content,.hero--copy-right .hero-content,.hero-content{
    left:20px!important;
    right:20px!important;
    bottom:8%!important;
    max-width:none!important;
  }
  .hero-copy{font-size:14px;line-height:1.48;max-width:100%;margin-bottom:20px}
  .hero-actions{gap:13px}
  .btn{min-height:44px;padding:0 17px;font-size:10px;letter-spacing:.09em}

  .trustline-track span{min-height:56px;font-size:8px;padding:8px 7px;line-height:1.25}

  .intro-grid{gap:26px}
  .intro h2,.editorial h2,.section-head h2,.knowledge h2,.contact h2{
    font-size:clamp(36px,10.5vw,48px);
    line-height:.98;
    letter-spacing:-.035em;
  }
  .intro-copy,.editorial-copy>p:not(.eyebrow),.knowledge-lead p,.contact-copy>p:not(.eyebrow):not(.contact-note){font-size:15px}

  .shop-status__inner{gap:14px;padding:20px 0}
  .shop-status strong{font-size:21px}
  .shop-status span{font-size:12px;line-height:1.45}
  .shop-status__actions a{font-size:9px}

  .category-grid{grid-template-columns:1fr;gap:8px;padding-bottom:58px}
  .category-card,.category-card--wide:nth-child(4){min-height:300px}
  .category-title{font-size:clamp(36px,11vw,50px);left:20px;bottom:56px}
  .category-sub{left:21px;bottom:22px;font-size:9px}

  .editorial-grid{gap:32px}
  .editorial-copy>p:not(.eyebrow){margin:20px 0}
  .editorial-points{margin:24px 0}

  .section-head{margin-bottom:30px}
  .section-head p:last-child{font-size:14px}
  .product-card{flex-basis:72vw}
  .product-meta{padding:13px 2px}
  .product-meta h3{font-size:24px}
  .product-card-facts{align-items:flex-end;flex-direction:column;gap:4px}

  .knowledge-lead{padding:35px 0 24px}
  .knowledge-link{grid-template-columns:30px 1fr 20px;padding:18px 0}
  .knowledge-link strong{font-size:14px;line-height:1.35}

  .contact-channel{padding:15px 0}
  .contact-channel strong{font-size:18px;line-height:1.2}
  .site-footer{padding:58px 0 22px}
  .footer-grid{grid-template-columns:1fr;gap:30px}
  .footer-brand{grid-column:auto}

  .catalog-page{padding:48px 0 72px}
  .catalog-page-head{margin-bottom:30px}
  .catalog-page-head h1,.product-info h1{
    font-size:clamp(40px,12vw,56px);
    line-height:.95;
    letter-spacing:-.04em;
    margin:12px 0 20px;
  }
  .catalog-page-head>p:last-child{font-size:15px}
  .catalog-filter input,.catalog-filter select{min-width:0;width:100%}
  .catalog-grid{grid-template-columns:1fr 1fr;gap:22px 8px}
  .catalog-product-image img{padding:10px}
  .catalog-product-copy{padding:11px 1px}
  .catalog-product-copy>span{font-size:8px;letter-spacing:.14em}
  .catalog-product-copy h2{font-size:18px;line-height:1.08;margin:5px 0}
  .catalog-product-facts{display:block;min-height:0;margin:6px 0}
  .catalog-product-facts small{display:block;font-size:9px}
  .catalog-product-facts strong{display:block;font-size:18px;margin-top:4px}
  .catalog-product-copy p{font-size:10px}
  .product-more{font-size:10px}

  .product-page{padding:34px 0 68px;gap:28px}
  .product-gallery{grid-template-columns:1fr;gap:6px}
  .product-gallery>div{aspect-ratio:4/5}
  .product-info{min-width:0}
  .product-breadcrumbs{font-size:10px;margin-bottom:22px}
  .product-identity{margin:5px 0 18px}
  .product-price{font-size:30px}
  .product-identifiers{gap:6px 14px}
  .product-identifiers span{font-size:10px}
  .product-trust div{padding:11px 0}
  .product-text{font-size:14px}
  .product-options{margin:22px 0;gap:16px}
  .product-option-chip{font-size:11px;min-height:32px;padding:5px 9px}
  .product-order-note{padding:17px 18px;margin:20px 0}
  .product-actions{width:100%}
  .product-actions .btn{width:100%}
  .product-related{padding-top:42px;padding-bottom:70px}
  .product-related-head h2{font-size:34px}
  .product-related-grid{gap:20px 8px}
}

@media(max-width:390px){
  :root{--shell:calc(100% - 22px)}
  .brand-wordmark{font-size:20px}
  .catalog-grid{grid-template-columns:1fr}
  .product-related-grid{grid-template-columns:1fr}
  .product-card{flex-basis:82vw}
  .category-card,.category-card--wide:nth-child(4){min-height:280px}
}

/* ==========================================================================
   Katalog- und Kategoriesuche + Produkttyp-Filter
   Stand 19.09.2026
   ========================================================================== */

/* Gemeinsame Suchoptik für Gesamtkatalog und Kategorien. */
.catalog-live-tools,
.category-browser{
  margin:0 0 30px;
}

.catalog-live-search-wrap,
.category-search-wrap{
  position:relative;
  width:100%;
}

.catalog-live-search,
.category-live-search{
  width:100%;
  min-height:50px;
  padding:0 52px 0 18px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--text-primary);
  font:inherit;
  font-size:16px;
  border-radius:0;
  outline:none;
  transition:border-color .2s ease,box-shadow .2s ease;
}

.catalog-live-search:focus,
.category-live-search:focus{
  border-color:var(--brand-primary);
  box-shadow:0 0 0 3px rgba(45,91,143,.09);
}

.catalog-search-clear,
.category-search-clear{
  position:absolute;
  right:8px;
  top:50%;
  transform:translateY(-50%);
  width:38px;
  height:38px;
  border:0;
  background:transparent;
  color:#69757e;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}

.catalog-search-clear:hover,
.category-search-clear:hover{color:var(--brand-primary)}

/* Kategoriesuche exakt so breit wie der Inhaltsbereich, nicht als kleiner Kasten. */
.category-search-wrap{max-width:none}

.category-type-filters{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
  padding-top:0;
}

.category-filter{
  appearance:none;
  border:1px solid var(--line);
  background:#fff;
  color:var(--text-primary);
  min-height:42px;
  padding:0 15px;
  font:inherit;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
  transition:border-color .2s ease,background .2s ease,color .2s ease;
}

.category-filter small{
  margin-left:5px;
  color:#7b8790;
  font-size:10px;
  font-weight:600;
}

.category-filter:hover{
  border-color:var(--brand-primary);
  color:var(--brand-primary);
}

.category-filter.is-active{
  background:var(--brand-primary);
  border-color:var(--brand-primary);
  color:#fff;
}

.category-filter.is-active small{color:rgba(255,255,255,.72)}

.category-result-line,
.catalog-live-result-line{
  margin-top:14px;
  color:#6a7680;
  font-size:12px;
}

.category-result-line strong,
.catalog-live-result-line strong{color:var(--text-primary)}

.catalog-product[hidden]{display:none!important}

.category-no-results,
.catalog-no-results{
  padding:48px 20px;
  border-top:1px solid var(--line);
  text-align:center;
  color:#6b7780;
}

.category-no-results strong,
.catalog-no-results strong{
  display:block;
  margin-bottom:5px;
  color:var(--text-primary);
  font-size:16px;
}

@media(max-width:640px){
  .catalog-live-tools,
  .category-browser{margin:0 0 24px}

  .catalog-live-search,
  .category-live-search{
    min-height:50px;
    padding:0 46px 0 14px;
    font-size:15px;
  }

  .category-type-filters{
    margin-top:12px;
    margin-left:calc((100vw - var(--shell))/ -2);
    margin-right:calc((100vw - var(--shell))/ -2);
    padding:0 calc((100vw - var(--shell))/2) 5px;
    flex-wrap:nowrap;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scrollbar-width:none;
    scroll-snap-type:x proximity;
  }

  .category-type-filters::-webkit-scrollbar{display:none}

  .category-filter{
    flex:0 0 auto;
    min-height:40px;
    padding:0 13px;
    scroll-snap-align:start;
  }

  .category-result-line,
  .catalog-live-result-line{margin-top:10px}
}

/* ==========================================================================
   V4.5 · Visueller Katalog und ruhige responsive Typografie 19.09.2026
   ========================================================================== */

/* Hauptüberschriften bleiben markant, nehmen aber nicht mehr fast den ganzen
   ersten Bildschirm ein. */
.catalog-page{padding:72px 0 112px}
.catalog-page-head{max-width:1000px;margin-bottom:32px}
.catalog-page-head h1{
  font-size:clamp(48px,5vw,72px);
  line-height:.96;
  letter-spacing:-.035em;
  margin:12px 0 22px;
  text-wrap:balance;
}
.catalog-page-head>p:last-child{
  max-width:800px;
  font-size:17px;
  line-height:1.65;
}
.product-info h1{
  font-size:clamp(42px,4.2vw,64px);
  line-height:.98;
  letter-spacing:-.035em;
}

/* Vier klare Einstiege statt eines unstrukturierten Starts in 155 Produkte. */
.catalog-category-showcase{margin:0 0 24px}
.catalog-category-links{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.catalog-category-link{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:108px;
  padding:17px 18px;
  background:#fff;
  border:1px solid var(--line);
  color:var(--text-primary);
  transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease;
}
.catalog-category-link:hover{
  transform:translateY(-2px);
  border-color:rgba(45,91,143,.35);
  box-shadow:0 12px 26px rgba(30,48,66,.07);
}
.catalog-category-link>span{min-width:0}
.catalog-category-link small{
  display:block;
  margin-bottom:5px;
  color:#78838c;
  font-size:8px;
  font-style:normal;
  font-weight:700;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.catalog-category-link strong{
  display:block;
  font-family:var(--display);
  color:var(--brand-primary);
  font-size:23px;
  font-weight:400;
  line-height:1.08;
}
.catalog-category-link em{
  display:block;
  overflow:hidden;
  margin-top:6px;
  color:#6d7880;
  font-size:10px;
  font-style:normal;
  line-height:1.3;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.catalog-category-link>b{
  flex:0 0 auto;
  color:var(--brand-primary);
  font-size:19px;
  font-weight:400;
}
.catalog-category-card{
  min-width:0;
  overflow:hidden;
  display:grid;
  grid-template-rows:minmax(180px,1fr) auto;
  background:#fff;
  border:1px solid var(--line);
  color:var(--text-primary);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.catalog-category-card:hover{
  transform:translateY(-3px);
  border-color:rgba(45,91,143,.35);
  box-shadow:0 16px 34px rgba(30,48,66,.09);
}
.catalog-category-card__media{
  min-height:0;
  display:block;
  background:linear-gradient(145deg,#fff 0%,#f2f0ec 100%);
  overflow:hidden;
}
.catalog-category-card__media img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:12px;
  transition:transform .35s ease;
}
.catalog-category-card:hover .catalog-category-card__media img{transform:scale(1.035)}
.catalog-category-card__copy{
  display:block;
  min-width:0;
  padding:15px 16px 17px;
  border-top:1px solid var(--line);
}
.catalog-category-card__copy small{
  display:block;
  margin-bottom:5px;
  color:#78838c;
  font-size:9px;
  font-weight:700;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.catalog-category-card__copy strong{
  display:block;
  font-family:var(--display);
  color:var(--brand-primary);
  font-size:27px;
  font-weight:400;
  line-height:1.05;
}
.catalog-category-card__copy>span{
  display:flex;
  justify-content:space-between;
  gap:8px;
  margin-top:8px;
  color:#66727b;
  font-size:11px;
  line-height:1.35;
}
.catalog-category-card__copy b{color:var(--brand-primary);font-size:16px;font-weight:400}

/* Vertrauensargumente bewusst kompakt, damit sie auf dem Smartphone nicht
   wie ein zusätzlicher langer Textblock wirken. */
.catalog-assurance{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin:0 0 28px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.catalog-assurance span{
  padding:15px 18px;
  color:#65717a;
  font-size:11px;
  text-align:center;
}
.catalog-assurance span+span{border-left:1px solid var(--line)}
.catalog-assurance strong{color:var(--brand-primary);font-weight:750}

/* Kategorieseiten erhalten ein einziges ruhiges Produktmotiv neben dem Text. */
.catalog-page-intro{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,380px);
  align-items:center;
  gap:clamp(34px,6vw,88px);
  margin:0 0 38px;
}
.catalog-page-intro .catalog-page-head{margin:0}
.catalog-category-visual{
  position:relative;
  display:block;
  width:min(100%,350px);
  aspect-ratio:5/7;
  justify-self:end;
  overflow:hidden;
  background:linear-gradient(145deg,#fff 0%,#f0eee9 100%);
  border:1px solid var(--line);
}
.catalog-category-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  padding:0;
  transition:transform .35s ease;
}
.catalog-category-visual:hover img{transform:scale(1.025)}
.catalog-category-visual>span{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:12px 16px;
  background:rgba(255,255,255,.94);
  border-top:1px solid var(--line);
  color:#77828a;
  font-size:9px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.catalog-category-visual>span strong{
  display:block;
  overflow:hidden;
  margin-top:3px;
  color:var(--text-primary);
  font-size:11px;
  letter-spacing:0;
  text-overflow:ellipsis;
  text-transform:none;
  white-space:nowrap;
}

/* Suche und Filter bilden optisch eine zusammengehörige Werkzeugleiste. */
.catalog-live-tools,.category-browser{
  margin:0 0 28px;
  padding:15px;
  background:#f1efeb;
  border:1px solid var(--line);
}
.catalog-filter{margin:0}
.catalog-live-result-line,.category-result-line{margin:11px 2px 0}

/* Produktkarten wirken als echte auswählbare Einheiten, bleiben aber ruhig. */
.catalog-grid{gap:24px 12px}
.catalog-product{
  min-width:0;
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid transparent;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.catalog-product:hover{
  transform:translateY(-2px);
  border-color:var(--line);
  box-shadow:0 12px 28px rgba(30,48,66,.08);
}
.catalog-product-image{
  aspect-ratio:5/7;
  background:linear-gradient(145deg,#fff 0%,#f5f3ef 100%);
}
.catalog-product-image img{
  object-fit:cover;
  object-position:center center;
  padding:0;
}
.catalog-product-copy{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:15px 14px 16px;
}
.catalog-product-copy h2{
  font-size:22px;
  line-height:1.12;
  text-wrap:balance;
}
.catalog-product-copy p{margin-bottom:10px}
.product-more{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-top:auto;
  padding-top:11px;
  border-top:1px solid var(--line);
  font-size:11px;
  letter-spacing:.03em;
}

@media(max-width:1100px){
  .catalog-category-links{grid-template-columns:repeat(2,minmax(0,1fr))}
  .catalog-page-intro{grid-template-columns:minmax(0,1fr) minmax(250px,320px);gap:40px}
}

@media(max-width:980px){
  .catalog-page{padding:58px 0 92px}
  .catalog-page-head h1,.product-info h1{font-size:clamp(42px,6vw,58px);line-height:.98}
  .catalog-page-head>p:last-child{font-size:16px}
  .catalog-product-copy h2{font-size:20px}
}

@media(max-width:700px){
  .catalog-page-intro{grid-template-columns:1fr;gap:24px}
  .catalog-category-visual{width:min(76vw,290px);aspect-ratio:5/7;justify-self:center}
}

@media(max-width:640px){
  .catalog-page{padding:40px 0 68px}
  .catalog-page-head{margin-bottom:24px}
  .catalog-page-head h1,.product-info h1{
    font-size:clamp(36px,10vw,48px);
    line-height:1;
    margin:10px 0 17px;
  }
  .catalog-page-head>p:last-child{font-size:15px;line-height:1.58}

  .catalog-category-showcase{margin-bottom:18px}
  .catalog-category-links{grid-template-columns:1fr 1fr;gap:7px}
  .catalog-category-link{min-height:92px;padding:12px 11px;gap:8px}
  .catalog-category-link:hover{transform:none;box-shadow:none}
  .catalog-category-link small{font-size:7px;letter-spacing:.08em}
  .catalog-category-link strong{font-size:18px}
  .catalog-category-link em{font-size:8px}
  .catalog-category-link>b{font-size:15px}

  .catalog-assurance{grid-template-columns:1fr;margin-bottom:20px}
  .catalog-assurance span{padding:9px 12px;font-size:10px;text-align:left}
  .catalog-assurance span+span{border-left:0;border-top:1px solid var(--line)}

  .catalog-page-intro{margin-bottom:24px}
  .catalog-category-visual{width:min(78vw,280px);aspect-ratio:5/7}
  .catalog-category-visual>span{padding:9px 12px;font-size:8px}
  .catalog-category-visual>span strong{font-size:10px}

  .catalog-live-tools,.category-browser{margin-bottom:22px;padding:11px}
  .catalog-filter{gap:8px}

  .catalog-grid{gap:16px 7px}
  .catalog-product:hover{transform:none;box-shadow:none}
  .catalog-product-image img{padding:0}
  .catalog-product-copy{padding:10px 9px 11px}
  .catalog-product-copy h2{font-size:17px;line-height:1.13}
  .catalog-product-facts strong{font-size:17px}
  .product-more{padding-top:9px;font-size:9px}
}

@media(max-width:390px){
  .catalog-category-link{min-height:82px;padding:10px 9px}
  .catalog-category-link strong{font-size:16px}
  .catalog-category-link em{display:none}
  .catalog-grid{grid-template-columns:1fr}
  .catalog-product-copy h2{font-size:20px}
}
