/* Shared public pages: use the homepage's type, surfaces and spacing. */
.business-strip{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px 32px;padding-block:24px;border-bottom:0;font-size:15px}
.business-strip span,.business-strip span+span{border:0;padding:0;white-space:normal}
.business-strip span+span::before{content:'·';margin-right:32px;color:#a6b4c6}
.collection-cover{display:block;width:100%;max-height:420px;object-fit:cover;border-radius:12px;margin-top:28px}
.team-section h2,.site-footer p{white-space:pre-line}
@media(max-width:650px){.business-strip{justify-content:flex-start;gap:10px 20px;padding-block:22px}.business-strip span+span::before{margin-right:20px}}
/* Card crops share the editor's recommended 3:2 frame and fill edge to edge. */
.catalog-card .product-photo img,.case-card img{aspect-ratio:3/2;object-fit:cover}
.rich-body a:has(>img),.article-shell>a:has(>img){display:block}
.rich-body a>img,.article-shell>a>img,.work-full-image{cursor:zoom-in}
.info-hero>a>img{width:100%;height:auto;border-radius:var(--radius)}
.product-hero-image>a{display:block}
.service-detail-gallery .service-entry img{height:auto;aspect-ratio:auto;object-fit:contain}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.product-hero>*,.product-reading>*,.product-feature>*,.footer-grid>*,.work-description>*,.info-hero>*,.info-grid>*,.contact-layout>*{min-width:0}
.product-hero h1,.product-feature-copy h3,.service-card h3,.gallery-grid h3,.works-masonry h3,.footer-grid p,.spec-table dt,.breadcrumb,.info-panel,.service-entry-copy{overflow-wrap:anywhere}
.site-header nav>a,.site-header summary{white-space:nowrap}
.site-header nav>a[aria-current=page]:not(.button){color:var(--blue)}
.product-hero-image img{object-fit:contain;background:var(--paper)}
.product-hero-image .product-image-empty{border-radius:var(--radius)}
.info-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(28px,5vw,64px);align-items:center;padding-block:48px 64px}
.info-hero h1{font-size:clamp(30px,4vw,48px);overflow-wrap:anywhere}
.info-hero p:not(.eyebrow){margin-top:20px;white-space:pre-line}
.info-hero .actions{margin-top:28px;align-items:center}
.info-hero>img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius)}
.info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.info-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}
.info-panel{padding:clamp(24px,3vw,36px);border:1px solid var(--line);border-radius:var(--radius);background:#fff}
.info-panel h2{font-size:clamp(22px,2.2vw,28px);margin-bottom:20px}
.info-panel p{white-space:pre-line}
.service-highlights{margin:0 0 22px;padding-left:1.25em}
.service-highlights li{padding-left:4px;margin-bottom:8px}
.service-highlights li::marker{color:var(--blue)}
.service-catalog{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.service-entry{display:flex;flex-direction:column;min-width:0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}
.service-entry img{width:100%;aspect-ratio:3/2;object-fit:cover}
.service-entry-copy{padding:26px;display:flex;flex-direction:column;align-items:flex-start;flex:1;gap:16px}
.service-entry h2,.service-entry h3{font-size:24px}
.service-entry .text-link{margin-top:auto}
.contact-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;align-items:start}
.contact-details{margin:0}
.contact-details>div{display:grid;grid-template-columns:5em minmax(0,1fr);gap:20px;padding:14px 0;border-bottom:1px solid var(--line)}
.contact-details dt{color:var(--muted)}
.contact-details dd{margin:0;overflow-wrap:anywhere}
.contact-qrs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:32px}
.contact-qrs figure{margin:0;text-align:center}
.contact-qrs img{width:100%;max-width:160px;aspect-ratio:1;object-fit:contain;margin:0 auto 16px}
.contact-qrs strong{font-size:16px}
.contact-qrs p{font-size:14px;margin-top:6px}
.contact-form{display:flex;flex-direction:column;gap:8px}
.contact-form label{font-size:14px;font-weight:600;margin-top:12px}
.contact-form input,.contact-form textarea{min-width:0;width:100%;border:1px solid #acbacb;border-radius:7px;padding:11px 13px;background:#fff;color:var(--ink);font-size:16px}
.contact-form textarea{resize:vertical}
.contact-form .button{align-self:flex-start;margin-top:12px}
.contact-form .button:disabled{opacity:.65;cursor:wait}
#contact-form-note:empty{display:none}
#contact-form-note{font-size:14px;margin-top:10px}
#contact-form-note.error{color:#a52336}
#contact-form-note.success{color:#225e3a}
.error-page{min-height:50vh;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:24px}
.error-page h1{font-size:clamp(32px,4vw,48px)}
.error-page .eyebrow{margin:0}
/* Let imagery and content set the business sections' height. */
#products,#services{padding-block:80px}
#products .product-photo img,#products .product-image-empty{height:auto;min-height:0;aspect-ratio:3/2}
#products .product-feature-copy{padding:30px}
#products .product-feature-copy .lead{margin-block:12px;font-size:19px}
#products .product-feature-copy>p:last-of-type,#products .catalog-card .key-specs{margin-bottom:20px}
#products .key-specs{margin-top:18px}
#products .key-specs:empty{display:none}
#services .section-heading{margin-bottom:36px;align-items:end}
#services .section-heading h2{font-size:clamp(28px,3vw,40px)}
#services .eyebrow{margin-bottom:16px}
#services .service-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:28px}
#services .service-card{grid-column:span 2;display:flex;flex-direction:column;border-radius:var(--radius)}
#services .service-card:nth-child(-n+2){grid-column:span 3}
#services .service-card img{width:100%;height:auto;min-height:0;max-height:none;aspect-ratio:3/2;object-fit:cover}
#services .service-card:nth-child(-n+2) img{aspect-ratio:3/2}
#services .service-card>div{padding:26px;display:flex;flex-direction:column;align-items:flex-start;gap:18px;flex:1}
#services .service-card h3{font-size:24px;line-height:1.4;margin:0}
#services .service-card .text-link{margin-top:auto}
#services .service-card .text-link{font-size:14px;white-space:nowrap}
@media(max-width:950px){
 #products,#services{padding-block:64px}
 #services .service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
 #services .service-card,#services .service-card:nth-child(-n+2){grid-column:auto}
 #services .service-card img,#services .service-card:nth-child(-n+2) img{aspect-ratio:3/2}
 #services .service-card>div{padding:24px;gap:16px}
 #services .service-card h3{font-size:22px}
}
@media(max-width:650px){
 #products,#services{padding-block:48px}
 #products .product-feature-copy{padding:24px}
 #products .product-photo img,#products .product-image-empty{height:auto;min-height:0;aspect-ratio:3/2}
 #services .section-heading{align-items:flex-start;flex-direction:column;gap:18px;margin-bottom:28px}
 #services .eyebrow{display:block;margin-bottom:12px}
 #services .service-grid{grid-template-columns:1fr;gap:24px}
 #services .service-card,#services .service-card:nth-child(-n+2){grid-column:auto;display:flex}
 #services .service-card>div{padding:24px;gap:16px}
}
@media(hover:hover) and (prefers-reduced-motion:no-preference){.service-entry{transition:border-color .18s,box-shadow .18s}.service-entry:hover{border-color:#b3c4d8;box-shadow:0 10px 28px #1424380c}}
@media(max-width:950px){.service-catalog{grid-template-columns:repeat(2,minmax(0,1fr))}.info-grid-three{grid-template-columns:1fr}.contact-layout{gap:20px}}
@media(max-width:650px){
 .hero h1{font-size:clamp(32px,8.6vw,42px)}.hero-caption{flex-wrap:wrap}
 .product-nav .shell{gap:8px 24px}.product-nav a{padding-block:12px}
 .info-hero{grid-template-columns:1fr;padding-block:28px 40px}.info-hero>img{aspect-ratio:3/2}
 .info-grid,.service-catalog,.contact-layout{grid-template-columns:1fr;gap:20px}
 .service-entry-copy{padding:24px}.contact-details>div{gap:12px}
}
