:root{--ink:#182528;--muted:#617073;--red:#cc3929;--paper:#f7f7f3;--line:#dce0da;--dark:#182e32;--white:#fff;--radius:3px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;font-family:'Arial',sans-serif;color:var(--ink);background:var(--paper);line-height:1.6;font-size:16px}a{color:inherit;text-decoration:none}a:hover{color:var(--red)}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{max-width:100%;height:auto;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.12;font-weight:600;letter-spacing:-.035em}h1{font-size:clamp(42px,5.2vw,76px);max-width:900px}h2{font-size:clamp(32px,3.4vw,48px)}h3{font-size:23px}p{color:var(--muted)}p+p{margin-top:1em}h2+p,h3+p{margin-top:20px}.wrap{width:min(1280px,calc(100% - 96px));margin:auto}.topbar{background:var(--dark);color:#dce8e7;font-size:10px;letter-spacing:.12em;padding:9px 0}.topbar .wrap{display:flex;justify-content:space-between}.topbar a{font-size:12px;letter-spacing:.03em;color:white}.header{background:rgba(247,247,243,.97);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.navrow{display:flex;align-items:center;justify-content:space-between;min-height:91px;gap:30px}.brand{display:flex;gap:10px;align-items:center;font-size:24px;font-weight:800;letter-spacing:-.045em;line-height:1}.brandmark{display:grid;place-items:center;width:39px;height:42px;background:var(--red);color:white;font-size:34px;transform:skew(-8deg);font-weight:400}.brand-sub{display:block;font-size:8px;letter-spacing:.16em;font-weight:500;margin-top:9px}nav{display:flex;align-items:center;gap:30px}#mainnav{font-size:14px;font-weight:600}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;padding:17px 23px;border:1px solid var(--red);background:var(--red);color:white;font-size:14px;line-height:1.4;font-weight:600;border-radius:var(--radius);min-height:50px;transition:background .2s,transform .2s}.button:hover{background:#ad2e20;color:white;transform:translateY(-1px)}.button.small{padding:12px 18px;min-height:44px}.button.light{color:var(--ink);border-color:white;background:white}.button.outline{background:transparent;color:var(--ink);border-color:#a5b0ac}.text-link{font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:12px}.eyebrow{display:block;font-size:10px;letter-spacing:.13em;font-weight:700;line-height:1.7}.eyebrow i{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--red);margin-right:8px}.hero{overflow:hidden;border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:1.07fr 1fr;align-items:center;min-height:625px;gap:30px}.hero-copy{padding:58px 0}.hero h1{font-size:clamp(45px,4.6vw,68px);max-width:650px;line-height:1.06;margin:26px 0;font-weight:500;letter-spacing:-.055em}.hero-copy>p{font-size:17px;max-width:480px;line-height:1.8}.actions{display:flex;flex-wrap:wrap;gap:22px;align-items:center;margin-top:32px}.hero-notes{display:flex;gap:25px;font-size:9px;font-weight:600;letter-spacing:.09em;margin-top:53px;color:var(--muted)}.hero-art{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:-48px}.hero-art>img{width:100%;height:100%;object-fit:cover;min-height:530px}.art-caption{position:absolute;bottom:35px;left:35px;right:35px;padding:15px;background:rgba(247,247,243,.88);border:1px solid #ccd5cd;display:flex;align-items:center;gap:12px;font-size:9px;letter-spacing:.09em}.art-caption>span:last-child{margin-left:auto}.status-dot{width:6px;height:6px;background:var(--red);border-radius:50%}.brandstrip{border-bottom:1px solid var(--line);background:#eeeFEB}.brandstrip .wrap{display:flex;align-items:center;justify-content:space-between;gap:30px;min-height:106px}.brandstrip span{max-width:150px;font-size:9px;letter-spacing:.1em;color:var(--muted)}.brandstrip a{font-size:26px;letter-spacing:-.04em;font-weight:700}.section{padding-top:92px;padding-bottom:92px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:38px}.section-head h2{margin-top:14px}.head-note{max-width:365px;font-size:15px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.category-card{padding:27px 30px 33px;border-bottom:1px solid var(--line);border-right:1px solid var(--line);background:#fafbf8;transition:background .2s}.category-card:hover{background:#eeeee6}.index{display:flex;justify-content:space-between;font-size:11px;color:var(--muted);font-family:monospace}.index span{font-size:20px;color:var(--ink)}.category-symbol{color:var(--red);font-size:40px;height:72px;line-height:1.5;font-family:serif}.category-card h3{font-size:23px;margin:20px 0 14px}.category-card p{font-size:14px;max-width:300px}.applications-section{background:var(--dark);color:#fff}.applications-section p{color:#c3d1d0}.applications-section .eyebrow{color:#b4c7c4}.application-links{display:grid;grid-template-columns:1fr 1fr;column-gap:56px;margin:30px 0}.application-links a{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #718783;padding:22px 0;font-size:18px;font-weight:500;line-height:1.4}.application-links a:hover{color:#ef9a8a}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.home-products{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{background:white;border:1px solid var(--line);border-radius:3px;overflow:hidden;display:flex;flex-direction:column}.product-visual{position:relative;display:block;border-bottom:1px solid var(--line);background:#eaece6;aspect-ratio:1.5;overflow:hidden}.product-visual img{width:100%;height:100%;object-fit:contain;transition:transform .35s}.product-card:hover .product-visual img{transform:scale(1.035)}.manufacturer-tag{position:absolute;top:15px;left:15px;background:white;font-size:10px;padding:4px 9px;font-weight:600;letter-spacing:.04em}.placeholder-label{position:absolute;bottom:12px;left:15px;font-size:8px;letter-spacing:.08em;color:#56645e}.product-card-body{padding:23px;display:flex;flex-direction:column;flex:1}.product-card .eyebrow{font-size:8px;color:var(--muted)}.product-card h3{margin:10px 0 15px;font-size:22px}.product-card h3 a{display:flex;justify-content:space-between;gap:10px}.product-card h3 span{font-size:16px;font-weight:400}.product-card p{font-size:13px;line-height:1.7;margin-bottom:20px}.tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto}.tags span,.tags a{padding:5px 8px;border:1px solid var(--line);font-size:10px;background:#f8f9f6;color:#53645e;border-radius:3px}.service-section{padding:20px 0 100px}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.service-art{background:#e5e8de;padding:42px;min-height:355px;display:flex;flex-direction:column;border-left:4px solid var(--red)}.service-number{font-size:52px;line-height:1.05;letter-spacing:-.05em;margin:35px 0 45px}.service-number span{color:var(--red)}.service-process{display:flex;justify-content:space-between;font-size:8px;letter-spacing:.08em;border-top:1px solid #b8c0b4;padding-top:14px;gap:15px}.service-grid h2{margin:18px 0}.service-grid .button{margin-top:28px}.cta{background:var(--red);color:white}.cta-inner{padding-top:62px;padding-bottom:65px;display:flex;align-items:center;justify-content:space-between;gap:50px}.cta h2{margin:18px 0 20px;font-size:42px}.cta p{color:#ffe8e1;font-size:14px}.cta .button{flex-shrink:0}footer{background:#edf0e9;padding-top:65px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:42px;font-size:12px}.footer-grid h3{font-size:13px;letter-spacing:0;margin-bottom:20px}.footer-grid>div>a:not(.brand){display:block;margin:10px 0}.footer-grid p{font-size:12px;margin-top:25px}.footer-grid .brand{font-size:20px}.footer-grid .brandmark{width:30px;height:34px;font-size:28px}.footer-grid address{font-style:normal}.footer-grid address>*{display:block;margin-bottom:10px}.footer-bottom{border-top:1px solid #cdd5ca;display:flex;justify-content:space-between;gap:20px;margin-top:50px;padding:22px 0;font-size:10px;color:var(--muted)}.footer-bottom>span:last-child{letter-spacing:.08em}.breadcrumb{display:flex;flex-wrap:wrap;gap:12px;align-items:center;font-size:11px;color:var(--muted);margin:29px 0 45px}.page-header{padding-bottom:40px}.page-header h1{font-size:clamp(42px,4.5vw,62px);margin:18px 0}.page-header h1>span{color:var(--red)}.page-header p{max-width:730px;font-size:17px}.searchbox{display:flex;align-items:center;gap:15px;margin-top:36px;max-width:900px;border:1px solid #bac3bb;background:white;border-radius:3px;padding:7px 8px 7px 20px}.searchbox>span{font-size:25px}.searchbox input{border:0;background:transparent;padding:12px 0;width:100%;min-width:0}.searchbox .button{white-space:nowrap}.catalog-layout{display:grid;grid-template-columns:235px minmax(0,1fr);gap:40px;padding-bottom:90px;padding-top:10px}.filters{font-size:13px}.filters h2{font-size:20px;margin-bottom:20px}.filters label{display:block;font-size:11px;font-weight:600;margin-top:16px;margin-bottom:7px}.filters select{width:100%;border:1px solid #bcc6bc;border-radius:3px;background:white;padding:12px 7px;font-size:12px;min-height:44px}.filters .button{width:100%;margin-top:23px}.reset{display:block;text-align:center;margin-top:14px;text-decoration:underline}.filter-help{padding:23px;background:#e7ece2;margin-top:34px}.filter-help h3{font-size:20px}.filter-help p{margin:13px 0;font-size:13px}.filter-help a{font-size:12px;font-weight:700}.results-head{display:flex;justify-content:space-between;gap:10px;font-size:12px;margin-bottom:22px}.results-head>span{color:var(--muted)}.catalog-layout .product-grid{gap:17px}.catalog-layout .product-card-body{padding:18px}.catalog-layout .product-card h3{font-size:20px}.pagination{justify-content:center;border-top:1px solid var(--line);margin-top:40px;padding-top:25px;font-size:13px}.pagination a{padding:10px 16px;background:white;border:1px solid var(--line)}.empty{grid-column:1/-1;padding:40px;background:#e9eee5}.empty p{margin:20px 0}.product-hero{display:grid;grid-template-columns:1.1fr 1fr;gap:65px;align-items:center;padding-bottom:60px}.detail-visual{position:relative;background:#e9ece4;border:1px solid var(--line);min-height:400px;display:flex;align-items:center;justify-content:center}.detail-visual>img{width:100%;max-height:500px;object-fit:contain}.photo-notice{position:absolute;bottom:20px;left:25px;font-size:11px;color:var(--muted)}.photo-notice a{color:var(--ink);text-decoration:underline}.detail-intro h1{font-size:clamp(36px,3.6vw,55px);margin:18px 0 25px}.lead{font-size:18px;line-height:1.6}.detail-intro .tags{margin-top:25px}.stacked{flex-direction:column;align-items:stretch;gap:12px;max-width:420px}.small-note{font-size:12px;color:var(--muted);margin:18px 0}.detail-nav{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:20px 0;font-size:13px;gap:40px}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:90px;padding:60px 0}.detail-layout section{margin-bottom:60px}.detail-layout h2{font-size:34px;margin:12px 0 24px}.detail-layout h3{font-size:21px;margin:25px 0 15px}.prose{font-size:16px;line-height:1.8;max-width:850px}.prose p{margin-bottom:20px}.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:35px}.check-list{padding:0;list-style:none;font-size:14px}.check-list li{padding:10px 0 10px 24px;position:relative;border-bottom:1px solid var(--line)}.check-list li:before{content:'↗';position:absolute;left:0;color:var(--red)}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:14px}th,td{padding:18px 16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}th{width:38%;font-weight:500;background:#eef0e9}td{background:white}td small{display:block;margin:6px 0;color:var(--muted);font-size:11px}.source-link{display:block;font-size:10px;text-decoration:underline;margin-top:7px}.product-help{align-self:start;background:#e7ece2;padding:25px;border-top:3px solid var(--red);position:sticky;top:120px}.product-help h3{font-size:26px}.product-help p{font-size:14px}.product-help a{display:block;margin-top:20px;font-size:14px;font-weight:600}.compact{grid-template-columns:1fr;gap:0}.compact a{font-size:16px;border-color:var(--line)}.document-list a{display:flex;align-items:center;gap:17px;padding:20px 0;border-bottom:1px solid var(--line);font-size:13px}.document-list a>span:last-child{margin-left:auto;white-space:nowrap;font-size:11px}.doc-icon{width:35px;height:40px;background:#e6ece3;display:grid;place-items:center}.listing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;padding-bottom:90px}.listing-card{background:white;border:1px solid var(--line);padding:30px;min-height:230px;display:flex;flex-direction:column;gap:20px}.listing-card h2{font-size:29px}.listing-card p{font-size:15px}.listing-card .text-link{margin-top:auto}.group-intro{max-width:850px;padding-bottom:50px}.group-intro h2{font-size:26px;margin:30px 0 18px}.group-intro p{margin-bottom:20px}.group-products{padding-bottom:85px}.group-products>h2{margin-bottom:30px}.chips{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 30px}.chips a{padding:8px 14px;border:1px solid #c4cdc1;font-size:13px;background:white}.contact-grid{display:grid;grid-template-columns:.8fr 1.4fr;gap:80px;padding-bottom:90px}.contact-details{font-size:17px}.contact-details h2{font-size:30px;margin-bottom:23px}.contact-details a{display:block;font-size:20px;margin-top:14px}.contact-details address{font-style:normal;color:var(--muted);margin:30px 0}.contact-details .small-note{margin-top:28px}.form-panel{padding:35px;background:white;border:1px solid var(--line)}.form-panel h2{font-size:28px;margin-bottom:25px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.form-field label{display:block;margin-bottom:8px;font-size:13px;font-weight:600}.form-field input:not([type=checkbox]),.form-field select,.form-field textarea{width:100%;min-height:46px;padding:11px;border:1px solid #b9c4bb;border-radius:3px;background:#fafbf8}.form-field.full{grid-column:1/-1}.form-field small{font-size:11px;color:var(--muted);display:block;margin-top:8px}.form-field textarea{resize:vertical}.form-field input[type=checkbox]{width:18px;height:18px;vertical-align:middle;accent-color:var(--red);margin-right:6px}.errorlist{font-size:13px;color:#aa2417;padding-left:20px;margin:8px 0}.form-panel .button{margin-top:20px;width:100%}.honey{display:none}.privacy-link{text-decoration:underline;font-size:12px}.text-page{max-width:850px;padding-bottom:90px}.text-page h2{margin:40px 0 20px;font-size:29px}.text-page p{margin:18px 0}.text-page .button{margin-top:20px}.menu-toggle{display:none}.skip{position:fixed;left:20px;top:-100px;z-index:100;background:white;padding:12px}.skip:focus{top:10px}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:3px solid #b64126;outline-offset:4px}section[id]{scroll-margin-top:110px}
@media(min-width:1600px){.hero-art{margin-right:0}}@media(max-width:1100px){.wrap{width:calc(100% - 56px)}.navrow{gap:20px}#mainnav{gap:18px;font-size:12px}.brand{font-size:21px}.hero-grid{gap:15px;min-height:570px}.hero h1{font-size:52px}.hero-art{margin-right:-28px}.hero-notes{gap:12px;font-size:8px}.hero .actions{gap:17px}.home-products{grid-template-columns:repeat(2,1fr)}.catalog-layout .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-grid{gap:40px}.footer-grid{gap:28px}.detail-layout{gap:40px;grid-template-columns:minmax(0,1fr) 240px}.product-hero{gap:35px}.contact-grid{gap:40px}.cta-inner{gap:30px}.cta h2{font-size:36px}.cta .button{max-width:330px}.brandstrip a{font-size:23px}}@media(max-width:800px){.wrap{width:calc(100% - 40px)}.topbar span{font-size:8px}.navrow{min-height:77px}.menu-toggle{display:block;background:none;border:1px solid #b8c2b7;padding:8px 12px;font-size:13px}.menu-toggle span{margin-left:8px}#mainnav{display:none;position:absolute;top:77px;left:0;right:0;background:var(--paper);padding:22px;box-shadow:0 12px 16px #192e3214;flex-direction:column;align-items:stretch}#mainnav.open{display:flex}#mainnav a{padding:9px 10px}.hero-grid{grid-template-columns:1fr 1fr;min-height:480px}.hero h1{font-size:43px}.hero-copy>p{font-size:15px}.hero-copy{padding:40px 0}.hero .actions{flex-direction:column;align-items:flex-start}.hero-notes{display:none}.hero-art>img{min-height:480px}.hero-art{margin-right:-20px}.art-caption{left:12px;right:12px;bottom:20px;font-size:8px;padding:12px}.brandstrip .wrap{gap:20px;flex-wrap:wrap;padding:22px 0;justify-content:flex-start}.brandstrip span{max-width:100%;width:100%}.brandstrip a{font-size:21px}.section{padding-top:65px;padding-bottom:65px}.category-grid{grid-template-columns:repeat(2,1fr)}.category-card{padding:23px}.section-head{gap:25px}.application-links{gap:0 30px}.application-links a{font-size:16px}.head-note{max-width:290px}.service-art{padding:25px;min-height:320px}.service-number{font-size:42px}.service-grid{gap:30px}.service-process{flex-direction:column;gap:8px}.cta-inner{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.footer-bottom>span:last-child{display:none}.catalog-layout{grid-template-columns:190px minmax(0,1fr);gap:22px}.catalog-layout .product-grid{grid-template-columns:1fr}.product-hero{grid-template-columns:1fr 1fr;gap:26px}.detail-visual{min-height:330px}.detail-intro h1{font-size:34px}.detail-intro .lead{font-size:16px}.detail-layout{grid-template-columns:1fr}.product-help{position:static}.listing-grid{grid-template-columns:1fr 1fr}.contact-grid{grid-template-columns:1fr}.contact-details{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contact-details h2{grid-column:1/-1}.contact-details address{margin:0}.contact-details .small-note{grid-column:1/-1}.form-panel{padding:28px}.page-header h1{font-size:43px}}@media(max-width:560px){.topbar .wrap>span{max-width:160px;font-size:7px}.topbar a{font-size:10px}.brand{font-size:20px}.brandmark{width:30px;height:35px;font-size:30px}.brand-sub{font-size:6px}.hero-grid{display:block}.hero h1{font-size:49px;max-width:400px}.hero-copy{padding:40px 0 35px}.hero-copy>p{font-size:16px;max-width:400px}.hero .actions{gap:22px}.hero-art{height:330px;margin:0 -20px}.hero-art>img{min-height:0;object-fit:cover;object-position:center 47%;height:330px}.art-caption{left:20px;right:20px;font-size:8px}.brandstrip .wrap{gap:24px}.brandstrip a{font-size:22px}.brandstrip span{font-size:8px}.section-head{display:block;margin-bottom:27px}.section-head>a{margin-top:22px}.head-note{margin-top:24px}.section-head h2{font-size:33px}.category-grid{grid-template-columns:1fr 1fr}.category-card{padding:17px 14px 23px}.category-symbol{font-size:34px;height:52px}.category-card h3{font-size:20px;margin-top:17px;overflow-wrap:anywhere}.category-card p{font-size:12px}.category-card .index{font-size:9px}.application-links{grid-template-columns:1fr}.application-links a{font-size:17px;padding:20px 0}.product-grid,.home-products{grid-template-columns:1fr}.product-card h3{font-size:25px}.product-visual{aspect-ratio:1.7}.service-grid{grid-template-columns:1fr;gap:35px}.service-section{padding-bottom:65px}.service-art{min-height:300px}.service-process{flex-direction:row;font-size:7px}.cta-inner{padding:45px 0}.cta h2{font-size:34px}.cta .button{max-width:none;width:100%;gap:15px;font-size:13px}.footer-grid{gap:35px 25px}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid address{grid-column:1/-1}.footer-bottom{font-size:9px;gap:15px}.page-header{padding-bottom:30px}.breadcrumb{margin:24px 0 30px;font-size:10px;gap:8px}.page-header h1{font-size:39px}.page-header p{font-size:15px}.searchbox{padding:6px 6px 6px 12px;gap:9px}.searchbox input{font-size:13px}.searchbox .button{padding:13px 11px;font-size:11px;gap:5px}.catalog-layout{display:block}.filters{padding:22px;background:#e9ede5;margin-bottom:28px}.filters form{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.filters h2,.filters input,.filters .button,.filters .reset{grid-column:1/-1}.filters label{grid-column:1/-1;margin-top:10px}.filters select{grid-column:1/-1}.filter-help{display:none}.catalog-layout .product-grid{grid-template-columns:1fr}.results-head{font-size:11px}.product-hero{grid-template-columns:1fr;gap:30px}.detail-visual{min-height:300px}.detail-intro h1{font-size:40px}.stacked{max-width:none}.detail-nav{flex-wrap:wrap;gap:13px 24px;font-size:12px}.detail-layout{padding-top:40px}.two-columns{grid-template-columns:1fr;gap:0}.detail-layout h2{font-size:30px}.document-list a{font-size:12px}.document-list a>span:last-child{display:none}.listing-grid{grid-template-columns:1fr;gap:15px}.listing-card{min-height:190px}.contact-details{display:block}.contact-details address{margin:24px 0}.contact-details a{font-size:18px}.form-panel{padding:23px 17px}.form-grid{grid-template-columns:1fr}.form-field{grid-column:1/-1}th,td{font-size:12px;padding:14px 12px}.pagination{gap:12px;font-size:11px}.pagination a{padding:9px}.text-page{padding-bottom:60px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Oficiální logo dodané vlastníkem, v původním poměru stran. */
.brand{gap:18px;letter-spacing:normal}.brand-logo{width:112px;height:auto;display:block;flex:none}.brand-slogan{font-size:16px;font-weight:600;line-height:1.25;letter-spacing:-.025em;white-space:nowrap}.navrow{min-height:108px}.footer-grid .brand{background:#f5f6ef;color:#1c2d2e;padding:12px 16px;width:max-content;max-width:100%;gap:14px}.footer-grid .brand-logo{width:98px}.footer-grid .brand-slogan{font-size:14px}@media(max-width:1100px){.brand-slogan{font-size:14px}.brand{gap:12px}}@media(max-width:560px){.navrow{min-height:94px}.brand-logo{width:94px}.brand-slogan{font-size:13px}.hero-art>img{object-fit:contain;height:auto;min-height:330px}.art-caption{font-size:7px}}
.hero-art{background:#dfe5d8}.hero-art>img{object-fit:contain;min-height:0;height:auto}.hero-art{overflow:hidden}@media(max-width:560px){.hero-art{height:auto;padding-bottom:46px}.hero-art>img{height:auto;min-height:0}.art-caption{bottom:10px}}
