/* Atelier catalogue: shares the site's type and palette, scoped to this page. */
.shop-page { background: #f7f8fa; }
.shop-page::before, .shop-page::after { display: none; }
.shop-page main { padding-top: var(--header-h); }
.shop-page section { scroll-margin-top: calc(var(--header-h) + 20px); }
.shop-page h1, .shop-page h2, .shop-page h3, .shop-page p { margin: 0; }
.shop-page [hidden] { display: none !important; }
.shop-page :focus-visible { outline: 3px solid #087e96; outline-offset: 4px; }
.shop-page .shop-hero :focus-visible { outline-color: #22d3ee; }
.shop-kicker { font: 500 10px/1.6 var(--font-mono); letter-spacing: .13em; color: #536575; }
.shop-hero { color: #fff; background: #101d2b; padding: 24px 0 40px; overflow: hidden; }
.shop-breadcrumb { display: flex; gap: 12px; align-items: center; color: #b4bfca; font-size: 11px; margin-bottom: 25px; }
.shop-breadcrumb a:hover { color: white; }
.shop-hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.shop-hero-copy { padding: 12px 0 18px; }
.shop-hero .shop-kicker { display: flex; align-items: center; gap: 10px; color: #bac6d3; }
.shop-hero .shop-kicker > span { width: 6px; height: 6px; background: var(--cyan); border-radius: 50%; }
.shop-page .shop-hero h1 { font: 500 clamp(38px, 4.4vw, 62px)/1.07 var(--font-display); letter-spacing: -.045em; color: #fff; margin: 24px 0 20px; }
.shop-hero h1 em { font-style: normal; color: #7de2e9; }
.shop-intro { max-width: 430px; font-size: 15px; line-height: 1.8; color: #bcc7d2; }
.shop-hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 28px; }
.shop-button { border: 1px solid #d6dde4; background: white; color: #152535; border-radius: 5px; padding: 13px 18px; display: inline-flex; justify-content: center; align-items: center; gap: 14px; font-size: 12px; font-weight: 600; line-height: 1.5; min-height: 46px; text-align: center; transition: background .16s, border-color .16s; }
.shop-button:hover { background: #eef3f6; border-color: #94a7b6; }
.shop-button-cyan { background: #8ce8eb; border-color: #8ce8eb; color: #102a31; }
.shop-button-cyan:hover { background: #b0f2f2; border-color: #b0f2f2; }
.shop-button-dark { background: #122536; border-color: #122536; color: #fff; }
.shop-button-dark:hover { background: #28465b; border-color: #28465b; }
.shop-button:disabled { cursor: wait; opacity: .6; }
.shop-button svg { width: 19px; height: 19px; flex-shrink: 0; }
.shop-button-full { width: 100%; }
.shop-quiet-link { display: inline-flex; gap: 12px; color: #c6d1dd; font-size: 11px; }
.shop-quiet-link:hover { color: white; }
.shop-page .shop-hero-note { font: 400 9px/1.7 var(--font-mono); color: #a4b2bf; margin-top: 35px; letter-spacing: .07em; }
.shop-hero-note span { padding: 0 9px; }
.shop-hero-product { display: flex; flex-direction: column; background: #edf1f0; color: #152b36; border-radius: 7px; overflow: hidden; min-width: 0; transform: rotate(-1deg); transition: transform .2s; }
.shop-hero-product:hover { transform: rotate(0); }
.shop-hero-product-top { display: flex; justify-content: space-between; padding: 20px 22px 0; font: 500 9px/1.5 var(--font-mono); letter-spacing: .1em; gap: 12px; }
.shop-hero-image { height: 250px; display: grid; place-items: center; padding: 10px 22px; }
.shop-hero-image img { width: 100%; height: 100%; max-height: 230px; object-fit: contain; mix-blend-mode: multiply; }
.shop-hero-product-bottom { padding: 15px 22px 18px; border-top: 1px solid #d4dddc; display: flex; gap: 20px; justify-content: space-between; align-items: center; font-size: 12px; font-weight: 500; }
.shop-round-arrow { flex-shrink: 0; display: grid; place-items: center; border: 1px solid #aebdbe; border-radius: 50%; width: 30px; height: 30px; font-size: 17px; }
.shop-service-strip { background: #fff; border-bottom: 1px solid #e1e7eb; }
.shop-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 18px; padding-bottom: 18px; }
.shop-service-grid p { font-size: 11px; font-weight: 500; display: flex; justify-content: center; align-items: center; gap: 12px; border-right: 1px solid #dee4e8; }
.shop-service-grid p:first-child { justify-content: flex-start; }
.shop-service-grid p:last-child { border: 0; justify-content: flex-end; }
.shop-service-number { font: 400 10px/1.6 var(--font-mono); color: #097789; flex-shrink: 0; white-space: nowrap; }
.shop-catalogue { padding-top: 54px; padding-bottom: 56px; }
.shop-section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 28px; }
.shop-page .shop-section-heading h2, .shop-page .shop-faq h2 { font: 500 clamp(24px, 2.5vw, 34px)/1.2 var(--font-display); letter-spacing: -.035em; color: #172a3b; margin-top: 9px; }
.shop-cart-trigger { white-space: nowrap; }
.shop-cart-count { display: inline-grid; place-items: center; background: #edf2f4; color: #1c3b4f; border-radius: 50%; min-width: 23px; height: 23px; padding: 0 5px; font: 500 10px/1 var(--font-mono); }
.shop-category-tabs { display: flex; flex-wrap: wrap; gap: 8px; border-bottom: 1px solid #dce3e8; padding-bottom: 22px; }
.shop-category-tab { display: flex; gap: 9px; align-items: center; padding: 10px 14px; min-height: 52px; border-radius: 6px; border: 1px solid #dde4e9; color: #50606e; background: #fff; font-size: 12px; text-align: left; }
.shop-category-tab[aria-pressed="true"] { background: #183043; border-color: #183043; color: white; }
.shop-category-tab:hover { border-color: #7b95a8; }
.shop-tab-count { font: 400 9px/1.5 var(--font-mono); opacity: .75; }
.shop-category-icon { display: block; width: 28px; height: 28px; flex: 0 0 28px; color: #25778a; }
.shop-category-tab[aria-pressed="true"] .shop-category-icon { color: #8ce8eb; }
.shop-tab-label { min-width: 0; line-height: 1.45; overflow-wrap: anywhere; }
.shop-machine-families { padding: 18px 0; border-bottom: 1px solid #dce3e8; }
.shop-machine-families > p { font-size: 11px; color: #334a5c; margin-bottom: 10px; }
.shop-family-tabs { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.shop-family-tab { display: flex; align-items: center; gap: 10px; min-height: 58px; padding: 10px 12px; border: 1px solid #d9e4e8; border-radius: 6px; background: #fff; color: #405c6c; font-size: 11px; text-align: left; }
.shop-family-tab .shop-tab-count { margin-left: auto; }
.shop-family-tab:hover { border-color: #568d99; }
.shop-family-tab[aria-pressed="true"] { color: #123a45; border-color: #43939d; background: #e0f3f2; }
.shop-pagination { padding-top: 28px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.shop-pagination p { font-size: 11px; color: #536575; }
.shop-filters { display: grid; grid-template-columns: 1fr 200px 190px; gap: 14px; padding: 22px 0 18px; }
.shop-search-wrap { display: flex; align-items: center; gap: 10px; border: 1px solid #dce3e8; border-radius: 4px; background: #fff; padding: 0 14px; }
.shop-search-wrap svg { width: 18px; height: 18px; color: #72828f; flex-shrink: 0; }
.shop-search-wrap input { width: 100%; min-width: 0; border: 0; background: transparent; height: 46px; padding: 9px 0; font-size: 12px; }
.shop-search-wrap:focus-within { outline: 2px solid #0e7a8e; outline-offset: 2px; }
.shop-search-wrap input:focus-visible { outline: none; }
.shop-select-wrap { position: relative; }
.shop-select-wrap label { position: absolute; left: 12px; top: 5px; font-size: 8px; line-height: 1.5; text-transform: uppercase; letter-spacing: .05em; color: #5f7282; pointer-events: none; }
.shop-select-wrap select { width: 100%; border: 1px solid #dce3e8; border-radius: 4px; background: #fff; height: 48px; padding: 14px 28px 2px 11px; font-size: 11px; }
.shop-results-meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; font-size: 10px; color: #607180; }
.shop-results-meta p:first-child { color: #334a5c; }
.shop-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.shop-product-card { background: #fff; border: 1px solid #e0e6ea; border-radius: 6px; min-width: 0; display: flex; flex-direction: column; overflow: hidden; transition: border-color .18s, box-shadow .18s; }
.shop-product-card:hover { border-color: #a5b7c4; box-shadow: 0 8px 22px -15px #20384f66; }
.shop-product-visual { height: 220px; position: relative; display: grid; place-items: center; background: #f3f5f5; padding: 32px 24px 18px; }
.shop-product-visual img { width: 100%; height: 100%; object-fit: contain; max-height: 175px; mix-blend-mode: multiply; }
.shop-product-brand { position: absolute; top: 14px; left: 16px; font: 500 8px/1.6 var(--font-mono); letter-spacing: .09em; color: #4f626f; }
.shop-product-kind { position: absolute; top: 12px; right: 12px; font-size: 8px; background: #fff; color: #415d6f; padding: 4px 7px; border: 1px solid #dde4e6; border-radius: 3px; }
.shop-product-card-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.shop-product-reference { font: 400 9px/1.5 var(--font-mono); color: #607788; letter-spacing: .035em; margin-bottom: 7px !important; }
.shop-page .shop-product-card h3 { font: 500 17px/1.3 var(--font-display); color: #1b3041; letter-spacing: -.02em; }
.shop-product-card h3 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.shop-product-summary { color: #627180; font-size: 11px; line-height: 1.7; margin: 10px 0 16px !important; }
.shop-card-spec { display: flex; align-items: center; gap: 7px; font: 400 9px/1.6 var(--font-mono); color: #496071; margin-top: auto !important; padding-bottom: 16px; }
.shop-card-spec::before { content: ''; height: 5px; width: 5px; border: 1px solid #128494; flex-shrink: 0; }
.shop-card-bottom { border-top: 1px solid #e5eaed; padding-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.shop-card-price { font-size: 13px; font-weight: 600; color: #1b3446; }
.shop-card-price small { display: block; color: #687987; font-size: 9px; font-weight: 400; margin-top: 3px; }
.shop-card-button { border: 1px solid #d8e2e9; border-radius: 4px; background: white; font-size: 10px; font-weight: 500; color: #263f52; padding: 9px 12px; display: inline-flex; align-items: center; gap: 14px; min-height: 38px; }
.shop-card-button:hover { background: #edf6f7; border-color: #8cb5bf; }
.shop-empty { text-align: center; padding: 55px 24px; border: 1px dashed #c8d4dd; background: #fff; border-radius: 6px; }
.shop-empty > span { font-size: 36px; color: #178294; }
.shop-empty h3 { font-size: 21px; margin-bottom: 8px; }
.shop-empty p { font-size: 13px; color: #536978; margin: 10px 0 22px; }
.shop-empty a { text-decoration: underline; }
.shop-project-banner { display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #eaf0f2; border: 1px solid #dbe5e8; border-radius: 6px; padding: 30px; margin-top: 36px; }
.shop-page .shop-project-banner h3 { font: 500 23px/1.3 var(--font-display); letter-spacing: -.03em; margin: 8px 0 10px; color: #1a3547; }
.shop-project-banner p:last-child { max-width: 550px; font-size: 12px; color: #526b7b; }
.shop-project-banner .shop-button { flex-shrink: 0; }
.shop-how { border-top: 1px solid #e2e8eb; background: white; padding: 55px 0; }
.shop-how-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px; }
.shop-how-grid article { border-top: 1px solid #d6e0e5; padding-top: 18px; }
.shop-how-grid article > span { font: 400 9px/1.6 var(--font-mono); letter-spacing: .08em; color: #148092; }
.shop-page .shop-how-grid h3 { font: 500 20px/1.3 var(--font-display); letter-spacing: -.025em; margin: 15px 0 12px; }
.shop-how-grid p { font-size: 12px; line-height: 1.85; color: #536b7a; }
.shop-faq { display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; padding-top: 55px; padding-bottom: 65px; }
.shop-faq details { border-bottom: 1px solid #dce4e9; }
.shop-faq summary { padding: 17px 0; cursor: pointer; font-size: 13px; font-weight: 500; }
.shop-faq details p { color: #516a7b; font-size: 12px; line-height: 1.8; padding: 0 20px 18px 0; }
.shop-faq a, .shop-small a, .shop-consent a { text-decoration: underline; text-underline-offset: 3px; }
.shop-mobile-cart { display: none; }
.shop-toast { position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 2000; border-radius: 5px; background: #102d3e; color: #fff; border: 1px solid #6cbac5; padding: 13px 22px; font-size: 12px; box-shadow: 0 5px 22px #102d3e33; max-width: calc(100vw - 32px); width: max-content; }
.shop-modal-open { overflow: hidden; }
.shop-dialog { border: 0; padding: 0; background: white; color: #162d3e; border-radius: 9px; box-shadow: 0 30px 100px #07192c50; max-height: calc(100dvh - 48px); max-width: calc(100vw - 40px); overscroll-behavior: contain; }
.shop-dialog::backdrop { background: rgba(7, 19, 31, .62); }
.shop-product-dialog { width: 100%; max-width: 100vw; height: 100dvh; max-height: 100dvh; margin: 0; border-radius: 0; box-shadow: none; overflow-y: auto; scrollbar-gutter: stable; scroll-padding: 84px 0 24px; }
.shop-product-dialog .shop-dialog-top { display: grid; grid-template-columns: 1fr auto 1fr; min-height: 68px; padding: 12px max(28px, calc((100vw - 1224px) / 2)); }
.shop-product-dialog .shop-close { justify-self: end; width: 42px; height: 42px; }
.shop-product-back { justify-self: start; min-height: 42px; padding: 8px 0; border: 0; background: none; color: #365465; font-size: 13px; white-space: nowrap; }
.shop-product-back:hover { color: #087e96; }
.shop-product-dialog .shop-product-context { font-size: 10px; color: #203f50; letter-spacing: .14em; }
.shop-product-content { max-width: 1280px; margin: 0 auto; padding: 40px 28px 80px; }
.shop-cart-dialog { width: 610px; margin-right: 24px; }
.shop-dialog-top { padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #e1e8ec; position: sticky; top: 0; z-index: 2; background: white; }
.shop-dialog-top span { font: 400 9px/1.6 var(--font-mono); color: #557082; letter-spacing: .1em; }
.shop-dialog-top h2 { font: 500 25px/1.3 var(--font-display); margin-top: 4px; }
.shop-close { width: 38px; height: 38px; display: grid; place-items: center; flex-shrink: 0; border: 1px solid #dce5eb; background: white; border-radius: 50%; color: #314c5f; font-size: 25px; line-height: 1; }
.shop-close:hover { background: #eff4f6; }
.shop-detail-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); grid-template-areas: "media heading" "media copy"; column-gap: 56px; align-items: start; }
.shop-detail-heading { grid-area: heading; min-width: 0; padding: 6px 0 24px; }
.shop-product-identity { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 12px; color: #59717e; font-size: 12px; line-height: 1.6; }
.shop-product-family { display: inline-flex; align-items: center; gap: 7px; color: #3c6474; }
.shop-product-family .shop-category-icon { width: 26px; height: 26px; flex-basis: 26px; }
.shop-model { display: inline-block; padding: 5px 9px; background: #edf3f4; color: #1d5364; border: 1px solid #d8e7eb; border-radius: 4px; font: 500 12px/1.5 var(--font-mono); }
.shop-page .shop-detail-heading h2 { font: 500 clamp(30px, 3vw, 42px)/1.13 var(--font-display); letter-spacing: -.04em; margin: 18px 0 14px; color: #152d3e; }
.shop-detail-summary { font-size: 15px; line-height: 1.75; color: #536b79; }
.shop-detail-media { grid-area: media; background: #f3f5f5; border: 1px solid #e0e7e9; border-radius: 12px; display: flex; flex-direction: column; padding: 22px; min-width: 0; align-self: start; }
.shop-detail-media img { width: 100%; aspect-ratio: 1/1; object-fit: contain; mix-blend-mode: multiply; }
.shop-detail-media .shop-media-note { font-size: 11px; line-height: 1.65; color: #586f7b; text-align: left; margin-top: 16px; }
.shop-media-tabs { display: flex; gap: 6px; margin-bottom: 16px; border-bottom: 1px solid #d7e1e5; }
.shop-media-tab { min-height: 44px; padding: 10px 16px; border: 0; border-bottom: 2px solid transparent; background: none; color: #627984; font-size: 13px; }
.shop-media-tab[aria-selected="true"] { color: #175c6c; border-bottom-color: #178194; font-weight: 600; }
.shop-media-tab:hover { background: #e8eff0; }
.shop-media-photos, .shop-media-videos { min-width: 0; }
.shop-gallery { min-width: 0; }
.shop-gallery-stage { display: grid; place-items: center; min-height: 220px; }
.shop-detail-media .shop-gallery-image { height: clamp(280px, 31vw, 400px); aspect-ratio: auto; }
.shop-gallery-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 8px 0; min-height: 44px; }
.shop-gallery-count { font-size: 12px; color: #4a6575; min-width: 85px; text-align: center; }
.shop-gallery-arrow { width: 44px; height: 44px; border: 1px solid #cad9e0; border-radius: 50%; background: #fff; color: #173e51; font-size: 21px; }
.shop-gallery-arrow:hover { background: #e5f1f4; }
.shop-gallery-thumbnails { display: flex; gap: 8px; overflow-x: auto; padding: 4px 2px 10px; scrollbar-width: thin; }
.shop-gallery-thumbnails:empty { display: none; }
.shop-gallery-thumbnail { flex: 0 0 60px; width: 60px; height: 60px; padding: 4px; border: 2px solid transparent; border-radius: 5px; background: #fff; overflow: hidden; }
.shop-gallery-thumbnail[aria-pressed="true"] { border-color: #117d8e; background: #eaf6f7; }
.shop-detail-media .shop-gallery-thumbnail img { display: block; width: 100%; height: 48px; aspect-ratio: auto; }
.shop-gallery-enlarge { display: block; width: fit-content; margin: 2px auto 0; padding: 10px 4px; font-size: 12px; color: #315b70; text-decoration: underline; text-underline-offset: 3px; }
.shop-gallery :focus-visible { outline: 2px solid #117d8e; outline-offset: 2px; }
.shop-videos { margin-top: 26px; padding-top: 22px; border-top: 1px solid #cad9e0; min-width: 0; }
.shop-media-videos .shop-videos { margin: 0; padding: 0; border: 0; }
.shop-media-videos .shop-videos h3 { display: none; }
.shop-media-videos .shop-video-stage { min-height: 280px; display: grid; align-items: center; }
.shop-media-videos .shop-video-play { min-height: 280px; }
.shop-videos h3 { margin: 0 0 14px; color: #173e51; font-size: 17px; }
.shop-video-choices { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.shop-video-choice { flex: 1 1 150px; min-height: 44px; padding: 10px; border: 1px solid #cad9e0; border-radius: 5px; background: #fff; color: #315b70; font-size: 12px; text-align: left; }
.shop-video-choice[aria-pressed="true"] { border-color: #117d8e; background: #eaf6f7; color: #173e51; }
.shop-video-stage { background: #10252f; border-radius: 6px; overflow: hidden; }
.shop-video-play { position: relative; display: grid; place-items: center; width: 100%; min-height: 170px; aspect-ratio: 16/9; border: 0; background: #10252f; color: #fff; padding: 0; }
.shop-detail-media img.shop-video-poster { position: absolute; inset: 0; width: 100%; height: 100%; aspect-ratio: auto; object-fit: contain; mix-blend-mode: normal; }
.shop-video-play-label { position: relative; z-index: 1; padding: 14px 18px; margin: 12px; border-radius: 5px; background: rgba(8, 29, 40, .9); font-size: 14px; }
.shop-video-player { display: block; width: 100%; aspect-ratio: 16/9; max-height: 440px; border: 0; background: #10252f; object-fit: contain; }
video.shop-video-player { aspect-ratio: auto; max-height: min(440px, 70dvh); }
.shop-detail-media .shop-video-title { margin: 0 0 12px; text-align: left; font-size: 12px; color: #315b70; }
.shop-detail-media .shop-video-caption { margin: 12px 0 0; font-size: 11px; line-height: 1.6; text-align: left; }
.shop-detail-media .shop-video-error { padding: 20px; margin: 0; color: #fff; font-size: 13px; }
.shop-video-error a { color: inherit; text-decoration: underline; }
.shop-video-retry { margin: 0 20px 20px; min-height: 44px; padding: 10px 16px; border-radius: 4px; border: 1px solid #cad9e0; background: #fff; color: #173e51; }
.shop-videos :focus-visible { outline: 3px solid #20b3c0; outline-offset: -3px; }
.shop-detail-copy { grid-area: copy; min-width: 0; }
.shop-detail-copy .shop-kicker { color: #117d8e; }
.shop-page .shop-detail-copy h2 { font: 500 30px/1.15 var(--font-display); letter-spacing: -.035em; margin: 12px 0; }
.shop-detail-description { font-size: 12px; color: #566d7d; line-height: 1.8; margin: 14px 0 20px !important; }
.shop-highlights { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 0; }
.shop-highlights > div { border-left: 2px solid #dce9ec; padding-left: 12px; }
.shop-highlights dt { color: #607586; font-size: 11px; line-height: 1.5; margin-bottom: 8px; }
.shop-highlights dd { margin: 0; color: #233f50; font-size: 14px; line-height: 1.55; font-weight: 500; overflow-wrap: anywhere; }
.shop-specifications-link { border: 0; background: none; color: #126b7d; font-size: 12px; min-height: 44px; padding: 12px 0; margin: 6px 0 18px; text-decoration: underline; text-underline-offset: 4px; text-align: left; }
.shop-product-quote { border-top: 1px solid #dce5e9; padding-top: 24px; scroll-margin-top: 8px; }
.shop-product-quote .shop-card-price { font-size: 26px; font-weight: 500; }
.shop-product-quote .shop-card-price small { font-size: 12px; margin-top: 4px; }
.shop-product-quote .shop-detail-options { margin-top: 20px; }
.shop-product-quote .shop-detail-options label { font-size: 13px; }
.shop-product-quote .shop-detail-options select { font-size: 14px; min-height: 46px; }
.shop-product-quote .shop-detail-actions { margin: 20px 0 14px; }
.shop-product-quote .shop-detail-actions > .shop-button { min-height: 50px; font-size: 14px; }
.shop-product-quote .shop-quantity { height: 50px; }
.shop-product-quote .shop-quantity button { width: 34px; }
.shop-product-quote .shop-quantity input { font-size: 14px; }
.shop-quote-reassurance { color: #315e63; font-size: 12px; line-height: 1.6; }
.shop-quote-explanation { color: #617582; font-size: 12px; line-height: 1.75; margin-top: 10px !important; }
.shop-product-quote .shop-text-button { font-size: 12px; min-height: 44px; margin: 8px 0 0; padding-left: 0; }
.shop-product-description { margin-top: 56px; max-width: 780px; padding: 0; }
.shop-product-description h3, .shop-product-specifications h3 { font: 500 26px/1.25 var(--font-display); letter-spacing: -.025em; color: #193849; }
.shop-product-description p { margin-top: 16px; font-size: 14px; color: #526b7a; line-height: 1.85; }
.shop-page .shop-product-specifications { margin-top: 40px; padding: 32px 0 0; border-top: 1px solid #dce5e9; scroll-margin-top: 8px; }
.shop-product-section-heading { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; }
.shop-product-section-heading > span { color: #617782; font-size: 12px; }
.shop-specs { display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; margin: 0 0 22px; }
.shop-specs > div { display: grid; grid-template-columns: 1.1fr 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid #e3e9ed; font-size: 13px; line-height: 1.6; min-width: 0; }
.shop-specs dt { color: #607586; overflow-wrap: anywhere; }
.shop-specs dd { margin: 0; font-weight: 500; overflow-wrap: anywhere; }
.shop-detail-options { display: grid; gap: 12px; margin-bottom: 18px; }
.shop-detail-options label, .shop-form-grid > label { display: flex; flex-direction: column; gap: 6px; font-size: 11px; font-weight: 500; color: #3c5366; }
.shop-detail-options select, .shop-form-grid input, .shop-form-grid select, .shop-form-grid textarea { width: 100%; min-width: 0; border: 1px solid #cddae2; border-radius: 4px; background: white; padding: 11px; font-size: 12px; line-height: 1.5; }
.shop-form-grid textarea { resize: vertical; min-height: 80px; }
.shop-detail-notice { background: #edf5f6; border-left: 2px solid #21889a; font-size: 11px; color: #486877; padding: 12px; margin-bottom: 18px !important; }
.shop-detail-actions { display: flex; gap: 12px; margin: 12px 0 14px; }
.shop-detail-actions > .shop-button { flex: 1; }
.shop-detail-feedback { font-size: 11px; color: #145e70; background: #eaf6f6; border: 1px solid #b8dddf; padding: 10px; border-radius: 4px; margin-bottom: 12px !important; }
.shop-quantity { display: flex; border: 1px solid #cddbe3; border-radius: 4px; background: #fff; align-items: center; height: 46px; flex-shrink: 0; }
.shop-quantity button { border: 0; background: none; height: 100%; width: 30px; font-size: 16px; color: #36556b; }
.shop-quantity button:hover { background: #edf5f6; }
.shop-quantity input { width: 37px; padding: 0; border: 0; text-align: center; font-size: 12px; appearance: textfield; -moz-appearance: textfield; }
.shop-quantity input::-webkit-inner-spin-button, .shop-quantity input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.shop-product-mobile-action { display: none; }
.shop-small { font-size: 11px; line-height: 1.75; color: #5a7182; }
.shop-cart-body { padding: 24px; }
.shop-cart-line { display: grid; grid-template-columns: 75px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid #e0e7eb; }
.shop-cart-line:first-child { padding-top: 0; }
.shop-cart-line img { width: 75px; height: 90px; padding: 5px; object-fit: contain; background: #f2f5f5; border-radius: 4px; }
.shop-cart-line h3 { font: 500 15px/1.3 var(--font-display); margin-bottom: 5px; }
.shop-cart-line p { font-size: 10px; color: #5a7384; margin: 5px 0; overflow-wrap: anywhere; }
.shop-cart-line-controls { display: flex; gap: 14px; align-items: center; justify-content: space-between; margin-top: 12px; }
.shop-cart-line .shop-quantity { height: 35px; }
.shop-cart-remove { border: 0; padding: 8px 0 8px 8px; background: none; color: #6b7c8b; font-size: 10px; text-decoration: underline; }
.shop-cart-total { display: flex; justify-content: space-between; align-items: center; margin: 24px 0 10px; font-size: 13px; }
.shop-cart-total strong { font-size: 20px; }
#cartNext > .shop-button { margin-top: 18px; }
.shop-text-button { display: block; margin: 12px auto 0; padding: 8px; background: none; border: 0; color: #4e6e82; text-decoration: underline; font-size: 11px; }
.shop-cart-empty { text-align: center; padding: 35px 10px 45px; }
.shop-cart-empty > span { display: inline-grid; place-items: center; height: 70px; width: 70px; background: #edf5f6; border-radius: 50%; font-size: 28px; color: #268496; margin-bottom: 18px; }
.shop-cart-empty h3 { font: 500 23px/1.3 var(--font-display); margin-bottom: 12px; }
.shop-cart-empty p { font-size: 12px; color: #5b7485; margin: 12px auto 24px; max-width: 310px; }
.shop-storage-note { padding: 12px; margin-top: 18px !important; border: 1px solid #e4c997; background: #fffaf0; font-size: 11px; color: #785321; }
#quoteSection { border-top: 1px solid #cbdbe5; margin-top: 24px; padding-top: 24px; }
#quoteSection > h3 { font: 500 23px/1.25 var(--font-display); margin-bottom: 12px; }
.shop-form-fields { margin: 20px 0 12px; padding: 0; border: 0; min-width: 0; }
.shop-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.shop-full-field { grid-column: 1/-1; }
.shop-form-grid input[readonly] { background: #f3f6f8; }
.shop-form-grid input:user-invalid, .shop-form-grid select:user-invalid { border-color: #c13e49; }
.shop-field-hint { font-size: 10px; color: #667f91; font-weight: 400; }
.shop-consent { display: flex; align-items: flex-start; gap: 10px; font-size: 10px; line-height: 1.8; color: #506a7d; margin: 22px 0; }
.shop-consent input { width: 17px; height: 17px; flex-shrink: 0; margin: 3px 0 0; accent-color: #146f85; }
.shop-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.shop-form-error { border: 1px solid #e0b7bb; border-radius: 4px; background: #fff5f5; color: #9a2935; font-size: 12px; padding: 13px; margin: 14px 0 !important; }
.shop-receipt { padding: 25px 0; }
.shop-receipt-check { width: 55px; height: 55px; display: grid; place-items: center; font-size: 26px; border-radius: 50%; color: #107552; background: #e4f6ee; margin-bottom: 22px; }
.shop-receipt h3 { font: 500 28px/1.2 var(--font-display); }
.shop-receipt p { font-size: 13px; color: #536f82; margin: 16px 0; }
#receiptItems { background: #f1f6f7; border-radius: 4px; padding: 14px; margin: 20px 0; }
#receiptItems p { font-size: 11px; margin: 6px 0; }
.shop-image-fallback { color: #607889; font-size: 12px; text-align: center; padding: 20px; }
@media (min-width: 1450px) { .shop-hero-grid { gap: 95px; } }
@media (max-width: 1000px) {
  .shop-family-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .shop-hero-grid { gap: 30px; }
  .shop-hero-actions { gap: 16px; flex-wrap: wrap; }
  .shop-hero-image { height: 230px; }
  .shop-product-grid { gap: 14px; }
  .shop-product-card-body { padding: 16px; }
  .shop-product-visual { height: 190px; padding: 35px 16px 15px; }
  .shop-product-visual img { max-height: 140px; }
  .shop-filters { grid-template-columns: 1fr 170px 160px; }
  .shop-faq { gap: 35px; }
  .shop-card-button { padding: 8px 9px; gap: 8px; }
}
@media (max-width: 760px) {
  .shop-hero { padding: 20px 0 30px; }
  .shop-breadcrumb { margin-bottom: 20px; }
  .shop-hero-grid { grid-template-columns: 1fr; gap: 22px; }
  .shop-hero-copy { padding: 0; }
  .shop-page .shop-hero h1 { margin-top: 18px; font-size: clamp(38px, 8vw, 52px); }
  .shop-intro { font-size: 13px; max-width: 470px; }
  .shop-hero-actions { margin-top: 22px; }
  .shop-page .shop-hero-note { margin-top: 22px; }
  .shop-hero-product { transform: none; }
  .shop-hero-image { height: 190px; }
  .shop-hero-image img { max-height: 170px; }
  .shop-hero-product-top { padding: 15px 18px 0; }
  .shop-hero-product-bottom { padding: 12px 18px; }
  .shop-service-grid { gap: 14px; padding-top: 15px; padding-bottom: 15px; }
  .shop-service-grid p, .shop-service-grid p:first-child, .shop-service-grid p:last-child { align-items: flex-start; justify-content: flex-start; gap: 6px; border: 0; font-size: 9px; }
  .shop-service-number { font-size: 9px; }
  .shop-catalogue { padding-top: 34px; padding-bottom: 36px; }
  .shop-section-heading { gap: 16px; margin-bottom: 22px; }
  .shop-page .shop-section-heading h2 { max-width: 320px; font-size: 28px; }
  .shop-cart-trigger { display: none; }
  .shop-category-tabs { gap: 6px; padding-bottom: 18px; }
  .shop-category-tab { font-size: 11px; padding: 8px 11px; min-height: 48px; }
  .shop-category-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-category-tab .shop-tab-count { margin-left: auto; }
  .shop-family-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-family-tab { gap: 7px; padding: 9px 10px; }
  .shop-filters { grid-template-columns: 1fr 1fr; gap: 10px; padding: 18px 0 14px; }
  .shop-search-wrap { grid-column: 1/-1; }
  .shop-results-meta { font-size: 9px; align-items: flex-start; }
  .shop-results-meta p:last-child { text-align: right; max-width: 150px; }
  .shop-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .shop-product-card-body { padding: 14px; }
  .shop-product-visual { height: 180px; padding: 36px 10px 12px; }
  .shop-product-brand { top: 12px; left: 12px; font-size: 7px; }
  .shop-product-kind { top: 27px; left: 12px; right: auto; padding: 0; background: transparent; border: 0; font-size: 7px; }
  .shop-product-visual img { max-height: 125px; }
  .shop-page .shop-product-card h3 { font-size: 15px; }
  .shop-product-summary { font-size: 10px; }
  .shop-card-spec { font-size: 8px; }
  .shop-card-bottom { flex-wrap: wrap; gap: 12px; }
  .shop-card-button { width: 100%; justify-content: space-between; }
  .shop-project-banner { display: block; padding: 24px; }
  .shop-project-banner .shop-button { margin-top: 22px; }
  .shop-page .shop-project-banner h3 { font-size: 22px; }
  .shop-how { padding: 36px 0; }
  .shop-how-grid { grid-template-columns: 1fr; gap: 28px; }
  .shop-page .shop-how-grid h3 { margin-top: 10px; }
  .shop-faq { grid-template-columns: 1fr; gap: 20px; padding-top: 36px; padding-bottom: 45px; }
  .shop-mobile-cart { display: flex; position: fixed; bottom: max(15px, env(safe-area-inset-bottom)); left: 50%; transform: translateX(-50%); z-index: 25; box-shadow: 0 5px 20px #0f283c33; width: 210px; justify-content: space-between; }
  .shop-page .site-footer { padding-bottom: 100px; }
  .shop-toast { bottom: 80px; }
  .shop-dialog { max-width: calc(100vw - 20px); max-height: calc(100dvh - 24px); }
  .shop-cart-dialog { margin: auto; }
  .shop-dialog-top { padding: 16px 18px; }
  .shop-cart-body { padding: 20px; }
}
@media (max-width: 1100px) and (min-width: 881px) {
  .shop-detail-grid { column-gap: 32px; }
  .shop-highlights { gap: 10px; }
}
@media (max-width: 880px) {
  .shop-dialog.shop-product-dialog { max-width: 100vw; width: 100%; height: 100dvh; max-height: 100dvh; margin: 0; scroll-padding: 78px 0 calc(100px + env(safe-area-inset-bottom)); }
  .shop-product-dialog .shop-dialog-top { padding: 10px 20px; min-height: 62px; gap: 12px; }
  .shop-product-content { padding: 24px 24px 112px; max-width: 720px; }
  .shop-detail-grid { grid-template-columns: 1fr; grid-template-areas: "heading" "media" "copy"; gap: 24px; }
  .shop-detail-heading { padding: 0; }
  .shop-page .shop-detail-heading h2 { font-size: clamp(28px, 4.8vw, 36px); margin: 14px 0 12px; }
  .shop-detail-summary { font-size: 14px; line-height: 1.7; }
  .shop-detail-media { padding: 16px; }
  .shop-detail-media .shop-gallery-image { height: clamp(230px, 44vw, 330px); }
  .shop-media-videos .shop-video-play, .shop-media-videos .shop-video-stage { min-height: 230px; }
  .shop-highlights { gap: 16px; }
  .shop-highlights dt { font-size: 12px; }
  .shop-highlights dd { font-size: 15px; }
  .shop-product-quote .shop-detail-options select, .shop-product-quote .shop-quantity input { font-size: 16px; }
  .shop-product-description { margin-top: 40px; }
  .shop-specs { grid-template-columns: 1fr; }
  .shop-product-mobile-action { position: fixed; bottom: 0; left: 0; right: 0; z-index: 4; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px max(20px, calc((100vw - 672px) / 2)) max(12px, env(safe-area-inset-bottom)); border-top: 1px solid #d8e4e8; background: #fff; box-shadow: 0 -5px 24px #1234450b; }
  .shop-product-mobile-info { min-width: 0; display: flex; flex-direction: column; gap: 5px; color: #1e3d4c; }
  .shop-product-mobile-info strong { font: 500 12px/1.35 var(--font-mono); overflow-wrap: anywhere; }
  .shop-product-mobile-info span { font-size: 10px; line-height: 1.4; color: #537583; }
  .shop-product-mobile-action .shop-button { flex-shrink: 0; min-height: 46px; font-size: 12px; padding: 12px 18px; }
}
@media (max-width: 480px) {
  .shop-product-content { padding: 22px 18px 112px; }
  .shop-product-dialog .shop-dialog-top { padding: 10px 18px; }
  .shop-product-dialog .shop-product-context { font-size: 8px; letter-spacing: .07em; }
  .shop-product-identity { font-size: 11px; gap: 8px; }
  .shop-model { font-size: 11px; }
  .shop-detail-media { padding: 12px; border-radius: 8px; }
  .shop-highlights { gap: 10px; }
  .shop-highlights > div { padding-left: 9px; }
  .shop-highlights dt { font-size: 11px; }
  .shop-highlights dd { font-size: 13px; }
  .shop-specs > div { font-size: 12px; gap: 16px; }
  .shop-product-description h3, .shop-product-specifications h3 { font-size: 24px; }
}
@media (max-width: 370px) {
  .shop-category-tab, .shop-family-tab { padding: 8px; gap: 6px; }
  .shop-family-tab { padding-inline: 6px; gap: 5px; }
  .shop-family-tab .shop-category-icon { width: 26px; height: 26px; flex-basis: 26px; }
  .shop-product-grid { grid-template-columns: 1fr; }
  .shop-product-visual { height: 210px; }
  .shop-product-visual img { max-height: 160px; }
  .shop-hero-actions { align-items: flex-start; flex-direction: column; }
  .shop-form-grid { grid-template-columns: 1fr; }
  .shop-detail-actions { flex-wrap: wrap; }
  .shop-detail-actions > .shop-button { flex-basis: 100%; }
}
@media (prefers-reduced-motion: reduce) { .shop-hero-product { transform: none; } }
