/* Shared shopping components. Brand yellow is reserved for decisions and selected states. */
:root{--shop-line:#425146;--shop-muted:#b9c4b9;--shop-paper:#f6f5ef;--shop-ink:#15221b;--shop-accent:#ffd829}
.shop-card{display:flex!important;flex-direction:column;border:1px solid #445247!important;border-radius:7px;overflow:hidden;background:#17261d!important;min-width:0}.shop-card[hidden]{display:none!important}.shop-card-photo{position:relative;display:block;overflow:hidden;background:var(--shop-paper)}.shop-card .catalog-image{aspect-ratio:4/3;background:var(--shop-paper);border:0}.shop-card .catalog-image img{object-fit:contain;width:100%;height:100%;padding:25px;mix-blend-mode:multiply;transition:transform .3s}.shop-card-photo:hover img{transform:scale(1.045)}.shop-card-badge{position:absolute;bottom:9px;left:10px;background:#fffdf5ed;color:#435244;border:1px solid #e2e3d8;padding:4px 8px;border-radius:3px;font-size:10px;max-width:calc(100% - 20px)}.shop-card .catalog-card-copy{display:flex;flex-direction:column;flex:1;padding:20px 18px 12px}.shop-brand{display:flex;justify-content:space-between;gap:12px;font-size:10px;letter-spacing:.055em;text-transform:uppercase;color:#d6dfce;line-height:1.5;margin:0 0 12px}.shop-brand span{color:#aebcae;overflow-wrap:anywhere}.shop-card h3{font-size:18px!important;line-height:1.35;letter-spacing:-.02em;min-height:49px!important;margin:0 0 15px;font-weight:500}.shop-card-title{text-decoration:none}.shop-specs{margin:0 0 17px;display:grid;font-size:11px;gap:7px}.shop-specs>div{display:flex;justify-content:space-between;gap:12px}.shop-specs dt{color:#b6c1b3;font-weight:400}.shop-specs dd{margin:0;text-align:right;color:#f2f4e8;max-width:68%;overflow-wrap:anywhere}.shop-specs-empty{font-size:11px;color:var(--shop-muted);min-height:52px}.shop-card-price{margin-top:auto;padding-top:12px;border-top:1px solid #344438}.shop-card .catalog-price{font-size:21px!important;line-height:1.35;margin:0 0 6px;letter-spacing:-.03em}.shop-card .catalog-price small{display:block;font-size:10px;color:#c2cabb;letter-spacing:0}.shop-card .price-vat{font-size:11px;margin:0;color:#afbcab}.shop-card-actions{display:flex;align-items:stretch;border-top:1px solid #344438;margin-top:5px}.shop-card-actions>*{flex:1;text-align:center;font-size:11px;padding:13px 5px;min-height:44px;line-height:1.5}.shop-card-detail{background:#26392b;color:#f1f0df}.shop-compare-toggle{background:none;border:0;border-left:1px solid #344438;color:#cdd7c6;font:inherit;font-size:11px;cursor:pointer}.shop-compare-toggle[aria-pressed=true]{color:#ffd829;background:#33402a}#catalog-kind{display:flex;gap:5px;margin-bottom:18px;flex-wrap:wrap}#catalog-kind button{font:inherit;font-size:11px;color:#bbc8b7;padding:8px 12px;min-height:40px;border:1px solid #465541;background:transparent;border-radius:4px;cursor:pointer}#catalog-kind button[aria-pressed=true]{color:#f7f5e7;background:#344530;border-color:#8c997f}.shop-muted{color:var(--shop-muted);font-size:13px;line-height:1.6}
/* Filters live in one DOM tree: a sidebar on desktop, a modal sheet on mobile. */
.catalog-filter-launch{display:none!important}.catalog-filter-dialog{width:min(500px,100%);height:100dvh;max-height:100dvh;max-width:100%;margin:0 0 0 auto;border:0;padding:0;background:#17261d;color:#f4f4e8}.catalog-filter-dialog::backdrop{background:#020904aa;backdrop-filter:blur(4px)}.catalog-filter-dialog[open]{display:flex;flex-direction:column}.catalog-filter-head{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #485643}.catalog-filter-head h2{font-size:24px;margin:0}.catalog-filter-head button{background:none;border:0;color:#fff;font:inherit;min-height:44px;min-width:44px}.catalog-filter-dialog .facet-fields{display:flex;flex-direction:column;overflow-y:auto;padding:20px;flex:1;gap:22px}.catalog-filter-dialog input,.catalog-filter-dialog select{background:#112016;color:#fff;border:1px solid #66745f;padding:12px;font:inherit;width:100%;min-width:0}.catalog-filter-dialog .price-range{display:grid;grid-template-columns:1fr 1fr;gap:12px}.catalog-filter-dialog fieldset{border:0;margin:0;padding:0}.catalog-filter-dialog label{font-size:13px;display:grid;gap:8px}.catalog-filter-actions{padding:16px 20px max(20px,env(safe-area-inset-bottom));border-top:1px solid #485643;background:#17261d}.catalog-filter-actions .button{width:100%;justify-content:center}.shop-facet{border-bottom:1px solid #3d4c3c;padding-bottom:14px}.shop-facet summary{font-size:13px!important;cursor:pointer;margin:0!important;min-height:36px}.shop-facet fieldset{border:0;margin:8px 0 0;padding:0;display:grid;gap:7px;max-height:210px;overflow:auto}.shop-facet label{display:flex!important;align-items:center;gap:9px;font-size:12px;min-height:30px;color:#dce5d4}.shop-facet input[type=checkbox]{width:17px!important;height:17px;accent-color:#ffd829;flex:none;margin:0}.shop-facet .facet-selected{color:#ffd829;margin-left:6px}.catalog-filter-dialog #catalog-reset{align-self:flex-start;color:#ffe459;font-size:13px}
/* Common product detail */
.shop-breadcrumb{display:flex;gap:12px;padding-top:26px;padding-bottom:8px;flex-wrap:wrap;font-size:12px;color:#b5c2b2}.shop-product{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:clamp(30px,5vw,85px);padding-top:26px;align-items:start}.shop-product-visual{position:sticky;top:110px;min-width:0}.shop-product-image{width:100%;aspect-ratio:1/1;position:relative;border:0;border-radius:7px;background:var(--shop-paper);overflow:hidden;cursor:zoom-in}.shop-product-image img{height:100%;width:100%;object-fit:contain;padding:clamp(25px,5vw,65px);mix-blend-mode:multiply}.shop-product-image>span{position:absolute;bottom:16px;right:20px;font-size:26px;color:#314231}.shop-photo-note{font-size:11px;color:#a9b7a6;line-height:1.6;margin-top:12px}.shop-buy-panel h1{font-size:clamp(30px,3.2vw,48px);line-height:1.12;letter-spacing:-.04em;margin:14px 0 12px;overflow-wrap:anywhere}.shop-buy-panel .shop-brand{font-size:12px}.shop-product-type{color:#b6c3b2;font-size:14px;margin:0 0 24px}.shop-buy-panel .catalog-price{font-size:clamp(26px,3vw,36px);letter-spacing:-.03em;line-height:1.35;margin:0 0 6px}.shop-buy-panel .catalog-price small{font-size:12px;display:block;letter-spacing:0;color:#bdc9b6}.shop-buy-panel .price-vat{font-size:14px;color:#b5c0ae;margin:0 0 26px}.shop-variant-label{display:grid;gap:9px;font-size:12px;color:#dbe1d0;margin:20px 0}.shop-variant-label select{min-width:0;max-width:100%;border:1px solid #8e9b80;background:#152319;color:#fff;padding:14px 12px;font:inherit;border-radius:4px}.shop-buy-panel .shop-specs{padding:18px 0;border-top:1px solid #3c4b38;font-size:12px}.shop-variant-hint{font-size:13px;color:#c4cfbb;line-height:1.6}.shop-purchase-row{display:grid;grid-template-columns:110px minmax(0,1fr);gap:14px;align-items:end;margin-top:24px}.shop-purchase-row label{font-size:11px;color:#c2cdb6;display:grid;gap:8px}.shop-purchase-row input{background:#132019;color:#fff;border:1px solid #819074;min-height:50px;width:100%;min-width:0;padding:12px;font:inherit}.shop-purchase-row .button{min-height:50px;justify-content:center;border:0;cursor:pointer}.shop-purchase-row .button:disabled{background:#3e4c35;color:#c9d1c0;cursor:not-allowed}.shop-buy-panel [data-shop-line-total]{font-size:12px;color:#d0d9c5;min-height:18px;margin:12px 0}.shop-buy-panel [data-shop-status]{font-size:13px;color:#ffdf5e}.shop-buy-panel [data-shop-status] a{display:inline-block;text-decoration:underline}.shop-service-notes{border-top:1px solid #3c4b38;border-bottom:1px solid #3c4b38;padding:15px 0;margin-top:20px;display:flex;flex-wrap:wrap;gap:9px 20px;color:#b8c6ae;font-size:11px}.shop-service-notes span:before{content:'✓';margin-right:7px;color:#f0d83c}.shop-secondary-actions{display:flex;gap:20px;flex-wrap:wrap;margin-top:18px}.shop-secondary-actions button{font:inherit;font-size:12px;min-height:40px;cursor:pointer}.shop-product-information{padding-top:12px;max-width:1100px}.shop-product-information>details{border-top:1px solid #475440;padding:24px 0}.shop-product-information summary{font-size:22px;letter-spacing:-.02em;cursor:pointer}.shop-product-information summary+*{margin-top:25px}.shop-product-information .prose{font-size:15px;line-height:1.9;color:#c7d0be;max-width:78ch}.shop-source-title{font-size:12px;color:#a7b69e;line-height:1.6;margin-top:24px}.shop-specs-full{font-size:14px;max-width:800px}.shop-specs-full>div{padding:13px 0;border-bottom:1px solid #344331}.shop-table-scroll{overflow:auto;max-width:100%;border:1px solid #45513c;border-radius:5px}.shop-table-scroll table{border-collapse:collapse;width:100%;font-size:13px;text-align:left}.shop-table-scroll th,.shop-table-scroll td{padding:16px;border-bottom:1px solid #3b4a34}.shop-table-scroll th{font-weight:500;color:#dce3d2}.shop-table-scroll td{color:#bdcbb2}.shop-photo-dialog{background:#f5f5ef;border:0;border-radius:6px;max-width:94vw;max-height:94dvh;padding:18px}.shop-photo-dialog::backdrop{background:#000b}.shop-photo-dialog button{display:block;margin:0 0 15px auto;border:0;background:transparent;font:inherit;color:#172319;min-height:40px}.shop-photo-dialog img{object-fit:contain;max-width:86vw;max-height:78dvh}
/* Full basket and comparison */
.shop-cart-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(270px,1fr);gap:40px;align-items:start}.shop-cart-line{display:grid;grid-template-columns:96px minmax(120px,1fr) 85px 135px;gap:18px;align-items:center;padding:22px 0;border-top:1px solid #43513c}.shop-cart-line>a img{width:96px;height:100px;object-fit:contain;background:#f4f3ec;padding:10px;border-radius:4px}.shop-cart-copy>a{font-size:17px;line-height:1.4;display:block}.shop-cart-copy small{font-size:10px;color:#afbea5}.shop-cart-copy p{font-size:12px;color:#b9c5b0}.shop-quantity{display:grid;gap:7px;font-size:10px;color:#c1ccb6}.shop-quantity input{width:100%;padding:10px;min-height:43px;background:#152519;color:white;border:1px solid #6e805e;border-radius:3px;font:inherit;font-size:15px}.shop-quantity small{color:#ffe479}.shop-line-price{text-align:right;font-size:20px}.shop-line-price small{display:block;font-size:11px;color:#b6c4ac;margin-top:8px}.shop-cart-line>button{grid-column:2/-1;justify-self:start;font-size:11px;margin-top:-10px;min-height:35px}.shop-cart-lines>.text-link{display:inline-block;margin:30px 0}.shop-cart-summary{position:sticky;top:110px;background:var(--shop-paper);color:var(--shop-ink);padding:30px;border-radius:6px}.shop-cart-summary h2{font-size:26px;letter-spacing:-.035em;margin:0 0 25px}.shop-cart-summary dl{margin:0 0 25px}.shop-cart-summary dl>div{display:flex;justify-content:space-between;gap:14px;padding:13px 0;font-size:13px;border-bottom:1px solid #d3d9c8}.shop-cart-summary dd{margin:0;text-align:right;font-weight:500}.shop-cart-summary dl>div:nth-child(3){font-size:18px;font-weight:600}.shop-cart-summary .button{display:flex;justify-content:center;font-size:12px;padding:16px 10px}.shop-cart-summary .shop-muted{color:#59674f;font-size:11px;margin-top:20px}.shop-empty{padding:45px 25px;border:1px solid #46563c;border-radius:6px;max-width:750px}.shop-empty h2{font-size:34px;margin-bottom:18px}.shop-empty p{max-width:52ch;color:#b9c7af;line-height:1.7}.shop-empty .button{margin-top:20px}.shop-compare-bar{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);width:min(920px,calc(100% - 40px));padding:12px 16px;background:#f4f3e9;color:#1b291d;border:1px solid #d3d8c7;border-radius:8px;box-shadow:0 10px 45px #0006;display:flex;align-items:center;gap:20px;z-index:90}.shop-compare-bar[hidden]{display:none}.shop-compare-items{display:flex;gap:8px;flex:1;min-width:0}.shop-compare-items>span{flex:1;display:flex;align-items:center;gap:6px;font-size:11px;line-height:1.4;min-width:0}.shop-compare-items button{border:0;background:#e0e3d4;color:#263620;min-width:30px;min-height:34px;border-radius:4px;cursor:pointer}.shop-compare-bar>.button{font-size:12px;white-space:nowrap;padding:13px 15px}.has-equipment-compare .action-dock{bottom:115px}.has-equipment-compare footer{padding-bottom:120px}.shop-comparison-options{display:flex;gap:20px;align-items:center;justify-content:space-between;margin-bottom:25px;font-size:13px}.shop-comparison-options input{accent-color:#ffd829;width:17px;height:17px;vertical-align:middle}.shop-comparison-table{min-width:650px;table-layout:fixed}.shop-comparison-table th:first-child{width:150px}.shop-comparison-table thead th{vertical-align:top}.shop-comparison-table thead img{display:block;object-fit:contain;width:100%;height:175px;background:#f5f4ed;padding:15px;border-radius:4px;margin-bottom:15px}.shop-comparison-table thead a{display:block;font-size:16px;line-height:1.4;margin-bottom:15px}.shop-comparison-table select{display:block;width:100%;background:#17281b;color:#fff;border:1px solid #61734f;padding:9px;margin-bottom:14px;font-size:12px}.shop-comparison-table button{font:inherit;font-size:12px}.shop-comparison-table .button{font-size:12px;padding:12px 18px}.shop-toast{position:fixed;top:100px;left:50%;transform:translateX(-50%);z-index:200;background:#f6f4e7;color:#20301e;border-radius:5px;padding:15px 22px;box-shadow:0 8px 35px #0005;width:max-content;max-width:calc(100vw - 32px);font-size:13px;line-height:1.6}.shop-toast[hidden]{display:none}.shop-toast a{display:block;font-weight:600;text-decoration:underline}.shop-detail-page .action-dock .dock-inquiry{display:none}.shop-detail-page .shop-product-information{padding-bottom:60px}.shop-card button:focus-visible,.shop-card a:focus-visible,.shop-buy-panel :focus-visible,.shop-cart-layout :focus-visible,.shop-table-scroll :focus-visible{outline:3px solid #ffe572;outline-offset:3px}
@media(max-width:1000px){.shop-card .catalog-card-copy{padding:15px 12px}.shop-card h3{font-size:16px!important}.shop-cart-layout{gap:25px;grid-template-columns:1fr 290px}.shop-cart-line{grid-template-columns:70px 1fr 70px;gap:12px}.shop-cart-line>a img{width:70px;height:80px}.shop-line-price{grid-column:2/-1;text-align:left;margin:0}.shop-cart-line>button{margin:0}}
@media(max-width:760px){.shop-card h3{font-size:14px!important;min-height:56px!important;margin-bottom:12px}.shop-card .catalog-image{aspect-ratio:1/1}.shop-card .catalog-image img{padding:16px}.shop-card-badge{font-size:8px;left:6px;bottom:6px;padding:3px 5px}.shop-card .catalog-card-copy{padding:13px 10px 10px}.shop-card .shop-brand{font-size:8px;gap:3px;flex-direction:column;min-height:25px}.shop-card .shop-specs{font-size:9px;gap:6px;min-height:60px}.shop-card .shop-specs>div{gap:5px;flex-wrap:wrap}.shop-card .shop-specs dd{max-width:100%;text-align:left}.shop-card .shop-specs dt{display:none}.shop-card .shop-specs-empty{font-size:9px;min-height:60px}.shop-card .catalog-price{font-size:17px!important}.shop-card .price-vat{font-size:9px}.shop-card-actions{flex-direction:column}.shop-card-actions>*{font-size:10px;min-height:40px;padding:10px 4px}.shop-compare-toggle{border-left:0;border-top:1px solid #344438}.partner-catalog .catalog-facets{display:none}.catalog-filter-launch{display:flex!important;align-items:center;justify-content:space-between;gap:20px;width:100%;min-height:46px;background:#263927;border:1px solid #637754;border-radius:4px;padding:10px 14px;color:#f4f4e9;font:inherit;font-size:13px;margin-bottom:20px}.shop-product{grid-template-columns:1fr;gap:22px;padding-top:16px}.shop-product-visual{position:static}.shop-product-image{aspect-ratio:4/3}.shop-product-image img{padding:24px}.shop-photo-note{font-size:10px}.shop-buy-panel h1{font-size:32px}.shop-buy-panel .shop-brand{font-size:11px}.shop-buy-panel .catalog-price{font-size:30px}.shop-product-information{padding-top:0}.shop-product-information summary{font-size:20px}.shop-product-information .prose{font-size:14px}.shop-cart-layout{grid-template-columns:1fr;gap:25px}.shop-cart-summary{position:static;padding:25px}.shop-cart-line{grid-template-columns:65px minmax(0,1fr) 68px}.shop-cart-line>a img{width:65px;height:75px}.shop-cart-copy>a{font-size:14px}.shop-cart-copy p{font-size:10px}.shop-cart-line .shop-line-price{font-size:18px;grid-column:2/-1}.shop-cart-line>button{grid-column:2/-1}.shop-compare-bar{bottom:10px;width:calc(100% - 20px);padding:10px;gap:10px}.shop-compare-items>span{font-size:0;gap:3px;flex:none}.shop-compare-items>span:before{content:'✓';font-size:16px;color:#4b6134}.shop-compare-items{gap:3px}.shop-compare-bar>.button{margin-left:auto;font-size:11px;padding:12px}.shop-comparison-options{align-items:flex-start;flex-direction:column;font-size:12px}.shop-comparison-table th:first-child{width:115px}.shop-comparison-table th,.shop-comparison-table td{padding:12px;font-size:12px}.shop-toast{top:80px;font-size:12px}.shop-specs-full{font-size:12px}.shop-empty{padding:25px}.shop-empty h2{font-size:28px}}
@media(prefers-reduced-motion:reduce){.shop-card .catalog-image img{transition:none}}
.checkout-product{display:grid;grid-template-columns:64px minmax(0,1fr);gap:14px;padding:18px 0;border-bottom:1px solid #47523e}.checkout-product img{width:64px;height:70px;object-fit:contain;padding:5px;background:#f3f3eb;border-radius:3px}.checkout-product p{font-size:13px;line-height:1.4;margin:0 0 7px}.checkout-product small{display:block;color:#b6c2ac;font-size:10px}.checkout-product strong{display:block;margin-top:8px;font-size:13px;font-weight:500}#checkout-total{display:grid;gap:12px;margin:22px 0}#checkout-total>span{display:flex;justify-content:space-between;gap:15px;font-size:12px}#checkout-total>span:last-child{font-size:17px;border-top:1px solid #5a654e;padding-top:15px}.purchase-panel:has(#checkout-items){position:sticky;top:110px}.purchase-panel:has(#invoice-checkout){padding-top:20px}#order-review{padding-top:22px;border-top:1px solid #5a654e;margin-top:24px}#order-review p{font-size:13px;line-height:1.7}#order-review h3{font-size:25px}#order-review .text-link{color:#fbdc4e;background:none;border:0;font:inherit;cursor:pointer}.checkout-steps{display:flex;gap:24px;font-size:12px;color:#b7c6ad;padding-top:25px;padding-bottom:0}.checkout-steps [aria-current]{color:#ffe358}
@media(max-width:760px){.purchase-panel:has(#checkout-items){position:static}.checkout-steps{gap:14px;font-size:10px}.purchase-split{display:flex;flex-direction:column}.purchase-split>.purchase-panel{width:100%}.purchase-split>aside{order:-1}}
.shop-buy-panel .catalog-price{display:block}.shop-buy-panel .shop-purchase-row .button:not(:disabled){background:#ffd829;color:#15221b}.shop-heading:has(+ #shop-cart),.shop-heading:has(+ #shop-comparison){padding-bottom:20px}#shop-cart,#shop-comparison{padding-top:25px}.shop-comparison-options label{display:flex;align-items:center;gap:8px;cursor:pointer}.shop-card .catalog-price{display:block}.shop-buy-panel [data-shop-specs] .shop-specs-full{font-size:12px}.shop-buy-panel [data-shop-specs] .shop-specs-full>div{padding:5px 0}.shop-buy-panel [data-shop-specs] .shop-specs-full>div:last-child{border-bottom:0}
.configuration-breakdown{margin:22px 0;padding:18px 20px;background:#223127;border:1px solid #4b5943;border-radius:4px}.configuration-breakdown p{display:flex;justify-content:space-between;gap:16px;margin:0 0 12px;font-size:13px}.configuration-breakdown strong{white-space:nowrap;font-weight:500;color:#ffe151}.configuration-breakdown small{display:block;font-size:11px;line-height:1.6;color:#beccb4}.case-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;padding-top:20px;padding-bottom:20px}.case-summary>div{border-top:1px solid #536144;padding-top:20px}.case-summary h2{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#bdcbaf;margin:0 0 12px}.case-summary p{font-size:20px;line-height:1.4;margin:0;color:#f3f3e8}.rental-summary-note{font-size:12px;line-height:1.7;border-top:1px solid #6b755d;padding-top:15px}.rental-summary-note strong{display:block;color:#ffd829}@media(max-width:760px){.configuration-breakdown{padding:15px}.configuration-breakdown p{font-size:11px}.case-summary{grid-template-columns:1fr;gap:20px}.case-summary p{font-size:18px}}
.shop-compare-items>span>img{width:36px;height:36px;object-fit:contain;background:white;padding:3px;border-radius:3px}.shop-compare-items>span>span{flex:1}.shop-compare-items button{font-size:16px}.shop-detail-page .shop-specs-full dd{max-width:68%}.shop-detail-page [data-shop-price] .catalog-price{justify-content:flex-start}
@media(max-width:760px){.shop-compare-items>span:before{content:none}.shop-compare-items>span>span{display:none}.shop-compare-items>span>img{width:28px;height:32px}.shop-compare-items button{min-width:22px;min-height:32px;padding:0;font-size:15px}.shop-compare-items{gap:5px}}
@media(max-width:360px){header .logo img{width:108px!important}header .header-actions{gap:12px!important}.header-selection{padding:8px 10px!important;font-size:10px!important}.shop-buy-panel h1{font-size:28px}}
.subpage nav.shop-breadcrumb,.subpage nav.checkout-steps{display:flex;flex-direction:row;flex-wrap:wrap;position:static;background:none;align-items:center;justify-content:flex-start;width:auto;min-height:0;border:0;left:auto;right:auto;top:auto}.subpage nav.shop-breadcrumb a,.subpage nav.checkout-steps a{padding:0;width:auto;flex:0 1 auto}.subpage nav.shop-breadcrumb{font-size:12px;gap:12px}.subpage nav.checkout-steps{font-size:12px;gap:24px}@media(max-width:760px){.subpage nav.shop-breadcrumb{font-size:10px;padding-top:18px;padding-bottom:0}.subpage nav.checkout-steps{font-size:10px;gap:14px;padding-top:25px;padding-bottom:0}}
.case-story{display:grid;grid-template-columns:1fr 1.3fr;gap:8%;padding-top:38px;padding-bottom:40px}.case-story h2{font-size:clamp(27px,3vw,42px);max-width:15ch}.case-story p{font-size:17px;line-height:1.85;color:#c0cabb;max-width:58ch;margin:0}.case-next{background:#eeeede;color:#17241b;display:grid;grid-template-columns:1fr 1fr;gap:24px;padding-top:55px;padding-bottom:55px}.case-next h2{grid-column:1/-1;font-size:clamp(28px,4vw,46px);max-width:24ch;margin-bottom:12px}.case-next>a{display:block;border-top:1px solid #aeb6a1;padding-top:20px}.case-next img{width:100%;height:230px;object-fit:cover;border-radius:4px}.case-next span{display:block;font-size:20px;padding-top:16px}.case-next a:focus-visible{outline:3px solid #726a13;outline-offset:5px}@media(max-width:760px){.case-story{grid-template-columns:1fr;gap:20px;padding-top:25px;padding-bottom:25px}.case-story p{font-size:15px}.case-next{gap:20px}.case-next img{height:145px}.case-next span{font-size:15px}}@media(max-width:360px){.case-next{grid-template-columns:1fr}.case-next img{height:180px}}
