/*
 * Tianyue visual library 064
 * Reference: https://people-grain-90146207.figma.site/
 * Measured reference values supplied by the root agent; responsive repairs are
 * deliberate adaptations. Load after the legacy theme stylesheet, without @layer.
 */

@font-face{
 font-family:"Inter";
 src:url("assets/fonts/InterVariable.woff2") format("woff2");
 font-style:normal;
 font-weight:100 900;
 font-display:swap;
}

:root{
 --ty-font:"Inter",Arial,sans-serif;
 --ty-primary:#1D2297;
 --ty-primary-hover:#161B78;
 --ty-accent:#C9151E;
 --ty-accent-hover:#A01016;
 --ty-ink:#1F2937;
 --ty-muted:#6B7280;
 --ty-surface:#FFFFFF;
 --ty-pale:#F5F7FF;
 --ty-border:#E5E7EB;
 --ty-border-soft:#F3F4F6;
 --ty-footer:#1F2937;
 --ty-container:1280px;
 --ty-gutter:80px;
 --ty-space-section:96px;
 --ty-radius:8px;
 --ty-shadow:0 2px 8px rgb(0 0 0 / 5%);
 --ty-shadow-hover:0 6px 20px rgb(29 34 151 / 10%);
 --blue:var(--ty-primary);
 --hover:var(--ty-primary-hover);
 --red:var(--ty-accent);
 --light:var(--ty-pale);
 --ink:var(--ty-ink);
 --muted:var(--ty-muted);
 --line:var(--ty-border);
 --radius:var(--ty-radius);
}

/* Foundations and shared states. */
body{font-family:var(--ty-font);font-size:16px;line-height:1.75;color:var(--ty-ink);background:var(--ty-surface);font-weight:400;-webkit-font-smoothing:antialiased}
body.locked{overflow:hidden}
button,input,textarea,select{font-family:inherit}
h1,h2,h3{font-family:var(--ty-font);letter-spacing:0}
h1{font-size:52px;font-weight:700;line-height:1.1}
h2{font-size:42px;font-weight:700;line-height:1.5;color:var(--ty-primary)}
h3{font-size:20px;font-weight:600;line-height:1.4}
p{color:var(--ty-muted)}
.wrap,body.home .wrap{width:min(var(--ty-container),100%);padding-right:var(--ty-gutter);padding-left:var(--ty-gutter);margin-right:auto;margin-left:auto}
.section,body.home .section{padding:var(--ty-space-section) 0;scroll-margin-top:144px}
.section-heading,body.home .section-heading{max-width:800px;margin:0 auto 44px;text-align:center}
.section-heading h2,body.home .section-heading h2,body.home .company-copy h2{font-size:42px;font-weight:700;line-height:1.5;letter-spacing:0;color:var(--ty-primary);margin-bottom:12px}
.section-heading p,body.home .section-heading p{max-width:720px;margin:0 auto;font-size:18px;line-height:1.5;color:var(--ty-muted)}
.lede{font-size:17px;line-height:1.65;max-width:720px}
.eyebrow{font-size:11px!important;font-weight:600;line-height:1.5;letter-spacing:.08em;margin-bottom:16px;color:var(--ty-primary)}
.actions{gap:16px;margin-top:28px}
.button{padding:14px 36px;min-height:50px;border:1px solid transparent;border-radius:6px;background:var(--ty-accent);color:#fff;font-size:15px;font-weight:600;line-height:1.5;letter-spacing:0;gap:12px;transition:background-color 150ms,box-shadow 150ms,color 150ms}
.ty-icon{display:block;width:24px;height:24px;flex-shrink:0;stroke-width:2}
.button .ty-icon,.submenu-toggle .ty-icon{width:16px;height:16px}
.card-arrow{display:inline-flex;align-items:center;justify-content:center}
.card-arrow .ty-icon{width:16px;height:16px}
.button:hover{background:var(--ty-accent-hover);color:#fff;transform:none}
.button-outline{background:transparent;border-color:var(--ty-primary);color:var(--ty-primary)}
.button-outline:hover{background:var(--ty-primary);border-color:var(--ty-primary);color:#fff}
.button-ghost{background:transparent;border-color:rgb(255 255 255 / 70%);color:#fff}
.button-ghost:hover{background:rgb(255 255 255 / 12%);border-color:#fff;color:#fff}
.button-white{background:#fff;color:var(--ty-primary);border-color:#fff}
.button-white:hover{background:var(--ty-pale);border-color:var(--ty-pale);color:var(--ty-primary-hover)}
.text-link{font-size:14px;font-weight:600;color:var(--ty-primary);line-height:1.5}
.text-link:hover{color:var(--ty-primary-hover);text-decoration:underline;text-underline-offset:4px}
:focus-visible{outline:3px solid var(--ty-primary);outline-offset:4px}
.section-hero :focus-visible,.section-blue :focus-visible,#capabilities :focus-visible,.site-footer :focus-visible{outline-color:#fff}
.button:disabled,button[disabled]{cursor:default}
.skip-link{z-index:250;color:var(--ty-primary);background:#fff;border-radius:4px}
.skip-link:focus{top:10px}

/* Fixed two-row masthead; the home navigation sits over the hero. */
.topline{display:none}
.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:#fff;border:0;box-shadow:0 1px 6px rgb(0 0 0 / 5%)}
body.home .site-header:not(.is-scrolled){background:transparent;box-shadow:none}
.utility-bar{height:64px;background:#fff;color:var(--ty-ink)}
.utility-inner{min-height:64px;display:flex;align-items:center;gap:18px}
.utility-tagline{font-size:12px;line-height:1.5;color:var(--ty-muted);flex:1;min-width:0;max-width:310px}
.utility-contacts{display:flex;align-items:center;gap:18px;flex:1;min-width:0;color:var(--ty-muted);font-size:12.5px;line-height:1.5}
.utility-contacts a{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;min-height:38px}
.utility-contacts a:hover{color:var(--ty-primary)}
.utility-contacts .ty-icon,.utility-language .ty-icon{width:15px;height:15px}
.utility-language{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;font-size:12.5px;line-height:1.5;color:var(--ty-muted);white-space:nowrap}
.site-header .brand.brand-image>.brand-logo-frame{width:52px;aspect-ratio:1360/1216;background:#fff}
.brand.brand-image{line-height:0;flex-shrink:0}
.brand-logo-frame>img{position:absolute;left:-5.1470588%;top:-6.4144737%;width:132.3529412%;height:108.8815789%;max-width:none}
.header-search{display:flex;align-items:center;position:relative;gap:0;margin:0 0 0 auto;flex:0 1 186px;min-width:140px}
.header-search input{width:100%;min-width:0;height:36px;min-height:36px;padding:8px 42px 8px 14px;background:#F9FAFB;border:1px solid var(--ty-border);border-radius:4px;font-size:12px;line-height:18px;color:var(--ty-ink)}
.header-search button{position:absolute;right:0;top:0;display:grid;place-items:center;width:38px;height:36px;padding:7px;border:0;border-radius:0 4px 4px 0;background:transparent;color:var(--ty-muted)}
.header-search button:hover{color:var(--ty-primary);background:var(--ty-pale)}
.header-search svg{width:18px;height:18px}
.utility-inner>.button,.utility-inner .header-cta{flex-shrink:0;min-height:38px;padding:9px 18px;border-radius:4px;background:var(--ty-primary);color:#fff;font-size:13px;line-height:1.5;gap:8px}
.utility-inner>.button:hover,.utility-inner .header-cta:hover{background:var(--ty-primary-hover)}
.site-header .header-inner{display:flex;align-items:center;min-height:60px;height:60px;gap:0}
.site-header #site-nav{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:60px;width:100%;background:transparent;padding:0;overflow:visible}
.nav-home,.nav-item{font-size:14px;font-weight:500;line-height:1.5;color:var(--ty-primary)}
.nav-home{display:inline-flex;align-items:center;min-height:60px;white-space:nowrap;padding:18px 0}
.nav-item{gap:3px;min-height:60px;white-space:nowrap}
.nav-item>a{padding:18px 0;line-height:24px}
.nav-item>a:hover,.nav-home:hover{color:var(--ty-primary-hover)}
.submenu-toggle{color:inherit;padding:8px 3px;font-size:15px}
.nav-item>a[aria-current="page"],.nav-home[aria-current="page"]{font-weight:600;color:var(--ty-primary)}
body.home .site-header:not(.is-scrolled) .nav-home,body.home .site-header:not(.is-scrolled) .nav-item,body.home .site-header:not(.is-scrolled) .nav-item>a,body.home .site-header:not(.is-scrolled) .submenu-toggle{color:#fff}
.site-header.is-scrolled{background:#fff;box-shadow:0 2px 12px rgb(0 0 0 / 7%)}
.submenu{top:100%;left:-20px;width:285px;max-height:min(70vh,620px);padding:12px;background:#fff;color:var(--ty-ink);border:1px solid var(--ty-border);border-radius:0 0 8px 8px;box-shadow:0 12px 30px rgb(31 41 55 / 10%)}
.submenu a{font-size:13px;font-weight:400;line-height:1.6;padding:10px 12px;border-radius:4px;color:var(--ty-ink)}
.submenu a:hover{background:var(--ty-pale);color:var(--ty-primary)}
.submenu-grouped{width:640px;max-width:calc(100vw - 48px);padding:22px}
.submenu-grouped>.submenu-overview{padding:8px 10px 16px;margin-bottom:16px;border-bottom:1px solid var(--ty-border);font-size:14px;font-weight:600;color:var(--ty-primary)}
.submenu-columns{grid-template-columns:1.1fr 1fr;gap:24px}
.submenu-group h2{padding:0 10px;margin-bottom:8px;font-size:11px;font-weight:600;line-height:1.5;letter-spacing:.04em;color:var(--ty-muted)}
.submenu-group a{padding:10px}
.nav-item:nth-last-child(-n+3) .submenu{left:auto;right:0}
.nav-item.open .submenu{display:block}
.menu-toggle{display:none}
.site-header .nav-contact{display:none}
main#main{padding-top:124px}
body.home main#main{padding-top:64px}

/* Shared cards: visual variants below preserve linked and static semantics. */
.cards,body.home .cards{gap:24px}
.card,body.home .card{min-width:0;border:1px solid var(--ty-border-soft);border-radius:8px;background:#fff;box-shadow:var(--ty-shadow);overflow:hidden;transition:transform 300ms,box-shadow 300ms,border-color 300ms}
a.card:hover,body.home a.card:hover{transform:translateY(-4px);border-color:var(--ty-border);box-shadow:var(--ty-shadow-hover)}
a.card .card-image{overflow:hidden}
a.card .card-image img{transition:transform 500ms}
a.card:hover .card-image img{transform:scale(1.05)}
.card-static,body.home .card-static{transition:none}
.card-content,body.home .card-content{padding:24px}
.card h3,body.home .card h3{font-size:18px;line-height:1.4;font-weight:600;letter-spacing:0;color:var(--ty-primary);gap:10px}
.card h3 span,body.home .card h3 span{font-size:18px;color:var(--ty-primary);flex-shrink:0}
.card p,body.home .card p{font-size:14px;line-height:1.65;color:var(--ty-muted);margin-top:10px}
.card small,body.home .card small{font-size:11px;line-height:1.5;letter-spacing:0;margin-top:14px;color:var(--ty-muted)}
.card-image{height:220px;background:var(--ty-pale)}
.card-image img{width:100%;height:100%;object-fit:cover}

/* Homepage hero and introductory content. */
body.home .section-hero{min-height:670px;padding:156px 0 96px;align-items:center;background:var(--ty-primary);color:#fff}
body.home .hero-photo img{object-position:50% center}
body.home .hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 700ms cubic-bezier(.4,0,.2,1);pointer-events:none}
body.home .hero-slide.is-active{opacity:1}
body.home .hero-slide img{width:100%;height:100%;object-fit:cover}
/* DEC-070: each reference slide owns its blue gradient and buyer message. */
body.home .hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,rgba(29,34,151,.92) 0%,rgba(29,34,151,.5) 50%,transparent 100%)}
body.home .hero-content{-webkit-font-smoothing:auto}
body.home .hero-panels{display:grid;max-width:580px}
body.home .hero-panel{grid-area:1/1;visibility:hidden;pointer-events:none;min-width:0;align-self:start}
body.home .hero-panel.is-active{visibility:visible;pointer-events:auto}
body.home .hero-controls{position:absolute;bottom:12px;left:50%;z-index:2;transform:translateX(-50%)}
body.home .hero-dots{display:flex;align-items:center;justify-content:center;gap:0}
body.home .hero-dot{display:grid;place-items:center;position:relative;min-height:44px;width:24px;padding:0;border:0;border-radius:4px;background:transparent;transition:width 300ms cubic-bezier(.4,0,.2,1)}
body.home .hero-dot::before{content:"";display:block;width:8px;height:4px;background:rgb(255 255 255 / 40%);border-radius:4px;transition:width 300ms cubic-bezier(.4,0,.2,1),background-color 300ms cubic-bezier(.4,0,.2,1)}
body.home .hero-dot[aria-pressed="true"]{width:48px}
body.home .hero-dot[aria-pressed="true"]::before{width:32px;background:#fff}
body.home .hero-dot:hover::before{background:#fff}
body.home .hero-pause{position:absolute;right:max(24px,calc((100vw - 1120px)/2));bottom:12px;z-index:2;min-height:44px;padding:10px 12px;border:0;border-radius:4px;background:transparent;color:rgb(255 255 255 / 85%);font-size:12px;line-height:1.5}
body.home .hero-pause:hover{background:rgb(255 255 255 / 12%);color:#fff}
body.home .hero-photo:after{display:none}
body.home .hero-content .hero-heading{max-width:580px;font-size:52px;font-weight:700;line-height:1.1;letter-spacing:0;color:#fff;margin:0 0 22px}
body.home .hero-content .lede{max-width:520px;font-size:17px;line-height:1.65;margin:0 0 36px;color:rgb(255 255 255 / 88%)}
body.home .hero-content .eyebrow{display:none}
body.home .company-copy .eyebrow{display:block;font-size:15px!important;line-height:24px;font-weight:500;letter-spacing:0;color:var(--ty-accent);margin:0 0 16px}
body.home .hero-content .actions{margin-top:0;gap:16px}
body.home .hero-content .button{transition:background-color 150ms cubic-bezier(.4,0,.2,1);border:0}
body.home .hero-content .button-ghost{border:1px solid rgb(255 255 255 / 70%)}
body.home .hero-shortcuts{display:flex;flex-wrap:wrap;gap:8px 22px;max-width:580px;margin-top:32px}
body.home .hero-shortcuts a{font-size:14px;line-height:1.5;padding:5px 0;color:rgb(255 255 255 / 86%);text-decoration:none}
body.home .hero-shortcuts a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}
body.home #procurement.section-paths{padding:32px 0;background:#fff}
body.home .paths{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
body.home .paths .card{background:var(--ty-pale);border:0;box-shadow:none;border-radius:8px}
body.home .paths .card-content{padding:24px}
body.home .paths .card h3{font-size:16px;line-height:1.4}
body.home .paths .card p{font-size:13px;line-height:1.65;margin-top:10px;max-width:none}
body.home .section-intro{padding:80px 0 72px;background:#fff}
body.home .company-intro{display:grid;grid-template-columns:5fr 7fr;gap:64px;align-items:center}
body.home .company-copy{min-width:0}
body.home .company-copy h2{font-size:38px;line-height:1.2;font-weight:700;letter-spacing:0;margin-bottom:28px}
body.home .company-copy>p:not(.eyebrow){font-size:16px;line-height:1.75;margin-top:16px;color:#4B5563}
body.home .company-copy .button{margin-top:26px}
body.home .company-photo{height:auto;aspect-ratio:3/2;border-radius:8px;background:var(--ty-pale);overflow:hidden}
body.home .company-photo img{width:100%;height:100%;object-fit:cover}
body.home #facts{padding:0 0 48px;background:#fff}
body.home .facts-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;padding:32px 0;text-align:center}
body.home .fact-item{display:block;min-width:0;text-decoration:none;border-radius:6px}
body.home .facts-strip h3{font-size:20px;line-height:1.4;font-weight:700;color:var(--ty-primary);margin:0 0 8px}
body.home .facts-strip p{font-size:14px;line-height:1.6;margin:0;color:var(--ty-muted)}
body.home a.fact-item:hover h3{color:var(--ty-primary-hover);text-decoration:underline;text-underline-offset:4px}

/* Product discovery: four-column reference cards and pill tabs. */
body.home #product_families{padding:80px 0;background:var(--ty-pale)}
body.home #product_families .product-heading{display:block;max-width:none;margin-bottom:40px;text-align:center}
body.home .product-title-row{display:flex;align-items:center;justify-content:center;gap:12px;min-width:0;margin-bottom:12px}
body.home .product-heading .product-title-row h2{min-width:0;margin:0}
body.home #product_families .product-heading p{margin:0 auto;max-width:900px;font-size:18px;line-height:1.5}
body.home .product-browse{display:inline-flex;align-items:center;justify-content:center;flex:0 0 36px;width:36px;height:36px;margin-top:6px;border-radius:50%;background:var(--ty-primary);color:#fff;transition:background-color .2s}
body.home .product-browse:hover{background:var(--ty-primary-hover);color:#fff}
body.home .product-browse:focus-visible{outline:3px solid var(--ty-primary);outline-offset:4px}
body.home .product-browse .ty-icon{width:16px;height:16px}
body.home .product-tabs{display:block;width:100%;min-width:0}
body.home .product-tabs>[role="tablist"]{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap;gap:12px;margin:0 0 40px}
body.home .product-tab{min-height:44px;max-width:100%;padding:10px 28px;border:1px solid var(--ty-primary);border-radius:24px;background:#fff;color:var(--ty-primary);font-size:15px;font-weight:600;line-height:1.5;letter-spacing:0;white-space:normal;text-align:center;transition:background-color .18s,color .18s,border-color .18s}
body.home .product-tab:hover{background:#ECEEFF;border-color:#CED2F0}
body.home .product-tab[aria-selected="true"]{color:#fff;background:var(--ty-primary);border-color:var(--ty-primary)}
body.home .product-panel{width:100%;min-width:0}
body.home .product-panel[hidden]{display:none!important}
body.home .product-panel-intro{max-width:740px;margin:0 auto 28px;color:var(--ty-muted);text-align:center;font-size:14px;line-height:1.65}
body.home #product_families .cards,body.home #product_families .product-panel>.cards:has(>.card:nth-child(4):last-child){grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
body.home #product_families .card,body.home #product_families .card:nth-last-child(-n+2),body.home #product_families .card:last-child{grid-column:auto;border:0;border-radius:8px;background:#fff;box-shadow:var(--ty-shadow)}
body.home #product_families .card-image,body.home #product_families .card:last-child .card-image{height:auto;aspect-ratio:1;background:#fff}
body.home #product_families .card-image img{width:100%;height:100%;object-fit:cover;padding:0;transition:transform 300ms}
body.home #product_families .card-content{padding:18px}
body.home #product_families .card h3{font-size:15px;line-height:1.4;font-weight:600;letter-spacing:0}
body.home #product_families .card h3 span{display:block;font-size:16px}
body.home #product_families .card p{font-size:12px;line-height:1.6;margin-top:8px}
body.home #product_families .card small{font-size:10px;line-height:1.5;margin-top:12px}
/* Source-backed series previews: seven cards plus a browse tile in each view. */
body.home #product_families .product-series-card{display:flex;flex-direction:column;min-height:400px}
body.home #product_families .product-series-card:hover{box-shadow:var(--ty-shadow)}
body.home #product_families .product-series-card .card-image{flex-shrink:0}
body.home #product_families .product-series-card .card-content{display:flex;flex:1;flex-direction:column;align-items:stretch}
body.home #product_families .product-series-card h3{display:block;margin:0 0 6px}
body.home #product_families .product-series-card p{flex:1;margin:0 0 12px;color:var(--ty-muted)}
body.home .product-card-tags{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:0;padding:0}
body.home .product-card-tags li{max-width:100%;padding:3px 8px;border-radius:3px;background:var(--ty-pale);color:var(--ty-primary);font-size:11px;font-weight:500;line-height:1.5;overflow-wrap:anywhere}
body.home #product_families .product-series-cards .product-view-all{display:flex;align-items:center;justify-content:center;min-height:400px;padding:24px;border:2px dashed var(--ty-primary);box-shadow:none;text-align:center}
body.home #product_families .product-series-cards .product-view-all .ty-icon{display:block;width:40px;height:40px;margin:0 auto 8px;color:var(--ty-primary)}
body.home #product_families .product-series-cards .product-view-all h3{display:block;margin:0 0 4px;font-size:17px;font-weight:700;color:var(--ty-primary)}
body.home #product_families .product-series-cards .product-view-all p{margin:0;font-size:13px;color:var(--ty-primary)}
body.home #product_families .product-series-cards .product-view-all:hover{background:var(--ty-primary);border-color:var(--ty-primary);box-shadow:none;transform:none}
body.home #product_families .product-series-cards .product-view-all:hover :is(h3,p,.ty-icon){color:#fff}
body.home .product-panel-note{max-width:900px;margin:24px auto 0;text-align:center;font-size:13px;line-height:1.6;color:var(--ty-muted)}
body.home .product-image-note{margin:8px auto 0;text-align:center;font-size:12px;line-height:1.5;color:var(--ty-muted)}
.need-strip,body.home .need-strip{padding:24px;border:0;border-radius:8px;background:#fff;box-shadow:none}
.need-strip a,body.home .need-strip a{background:var(--ty-pale);color:var(--ty-primary);border-radius:4px;min-height:40px}

/* Image-led buyer guidance complements Product Center without nesting links. */
body.home #procurement.section-buyer_guide{padding:72px 0 80px;background:#fff}
body.home .buyer-guide-heading{max-width:760px;margin-bottom:36px}
body.home .buyer-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
body.home .buyer-guide-card{display:flex;flex-direction:column;min-width:0;border-radius:12px;background:#fff;box-shadow:0 3px 18px rgb(31 41 55 / 8%);overflow:hidden;transition:box-shadow 250ms}
body.home .buyer-guide-card:focus-within,body.home .buyer-guide-card:hover{box-shadow:0 8px 26px rgb(29 34 151 / 12%)}
body.home .buyer-guide-image{overflow:hidden;aspect-ratio:16/10;background:var(--ty-pale)}
body.home .buyer-guide-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform 500ms}
body.home .buyer-guide-card:hover .buyer-guide-image img{transform:scale(1.035)}
body.home .buyer-guide-content{display:flex;flex:1;flex-direction:column;align-items:stretch;padding:28px}
body.home .buyer-guide-content h3{font-size:20px;line-height:1.4;font-weight:700;color:var(--ty-primary);margin:0 0 12px}
body.home .buyer-guide-content>p{font-size:14px;line-height:1.7;margin:0 0 20px;color:var(--ty-muted)}
body.home .buyer-guide-links{display:grid;gap:4px;list-style:none;padding:0;margin:auto 0 24px}
body.home .buyer-guide-links li{padding:0;margin:0}
body.home .buyer-guide-links a{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:10px 12px;border-radius:5px;background:var(--ty-pale);color:var(--ty-primary);font-size:13px;line-height:1.5;font-weight:500;text-decoration:none}
body.home .buyer-guide-links a:hover{background:#EAEDFF;color:var(--ty-primary-hover)}
body.home .buyer-guide-links .ty-icon{width:14px;height:14px;flex-shrink:0}
body.home .buyer-guide-cta{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;margin:0;padding:8px 0 0;color:var(--ty-primary);font-size:14px;line-height:1.5;font-weight:600;text-decoration:none}
body.home .buyer-guide-cta:hover{color:var(--ty-primary-hover);text-decoration:underline;text-underline-offset:4px}
body.home .buyer-guide-cta .ty-icon{width:20px;height:20px}

/* Performance cards use real SVG icons supplied by the component renderer. */
body.home .section-performance{background:#fff}
body.home .performance{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
body.home .performance .card{background:#fff;border:1px solid var(--ty-border-soft);border-radius:12px;box-shadow:0 2px 8px rgb(0 0 0 / 4%)}
body.home .performance .card-content{padding:28px 22px}
body.home .performance-icon{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:48px;height:48px;margin-bottom:16px;border-radius:10px;background:var(--ty-pale);color:var(--ty-primary)}
body.home .performance-icon svg{display:block;width:24px;height:24px;stroke:currentColor;stroke-width:2}
body.home .performance .card h3{font-size:16px;font-weight:700;line-height:1.3;letter-spacing:0}
body.home .performance p{font-size:13px;line-height:1.65;margin-top:10px}

/* Industry carousel: preserve horizontal scrolling and native focus. */
body.home #industries{background:var(--ty-pale)}
body.home #industries .industry-scroll{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-inline:0;overscroll-behavior-x:contain;scrollbar-width:none}
body.home #industries .industry-scroll::-webkit-scrollbar{display:none}
body.home #industries .cards.industry-track{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:calc((100% - 60px)/4);gap:20px;overflow:visible;padding:4px 0 12px}
body.home #industries .industry-track>.card,body.home #industries .industry-track>.card:last-child{grid-column:auto;min-width:0;scroll-snap-align:start;scroll-snap-stop:normal;height:100%;border:0;border-radius:12px;background:#fff;box-shadow:var(--ty-shadow)}
body.home #industries .industry-track .card-image,body.home #industries .industry-track>.card:last-child .card-image{height:190px;aspect-ratio:auto;background:#fff}
body.home #industries .industry-track .card-content{padding:18px}
body.home #industries .industry-track .card h3{font-size:15px;line-height:1.35;font-weight:700}
body.home #industries .industry-track .card p{font-size:13px;line-height:1.6;margin-top:8px}
.carousel-controls{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px}
.carousel-controls button{position:relative;isolation:isolate;display:grid;place-items:center;width:44px;height:44px;padding:4px;background:transparent;border:0;border-radius:50%;color:var(--ty-primary);font-size:22px;line-height:1}
.carousel-controls button::before{content:"";position:absolute;inset:4px;z-index:-1;background:#fff;border:1px solid var(--ty-border);border-radius:50%}
.carousel-controls button:hover::before{border-color:var(--ty-primary);background:#ECEEFF}
.carousel-controls button:disabled{opacity:.35;cursor:default}
.carousel-controls button svg{display:block;width:20px;height:20px}

/* Equipment gallery has the measured blue background and translucent cards. */
body.home #capabilities.section-gallery{background:var(--ty-primary)}
body.home #capabilities .section-heading h2{color:#fff}
body.home #capabilities .section-heading p{color:rgb(255 255 255 / 75%)}
body.home #capabilities .gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
body.home #capabilities .gallery .card{background:rgb(255 255 255 / 10%);border:1px solid rgb(255 255 255 / 20%);border-radius:8px;box-shadow:none;color:#fff;transition:background-color 300ms}
body.home #capabilities .gallery .card:hover{background:rgb(255 255 255 / 15%)}
body.home #capabilities .gallery .card-image{height:auto;aspect-ratio:4/3;background:rgb(255 255 255 / 10%);overflow:hidden}
body.home #capabilities .gallery .card-image img{width:100%;height:100%;object-fit:cover;transition:transform 500ms}
body.home #capabilities .gallery .card:hover .card-image img{transform:scale(1.05)}
body.home #capabilities .gallery .card-content{padding:20px}
body.home #capabilities .gallery .card h3{font-size:17px;font-weight:600;line-height:1.3;color:#fff;margin-bottom:5px}
body.home #capabilities .gallery .card p{font-size:13px;line-height:1.6;color:rgb(255 255 255 / 65%);margin-top:0}
body.home #capabilities .gallery .card small{color:rgb(255 255 255 / 70%)}

/* Retained procurement/quality jobs share the same type and surface system. */
[data-module="ty_page_about__quality"] .actions{justify-content:center}
body.home #selector.section-blue{background:var(--ty-pale);color:var(--ty-ink)}
body.home #selector .section-heading h2,body.home #selector .card h3{color:var(--ty-primary)}
body.home #selector .section-heading p,body.home #selector .card p{color:var(--ty-muted)}
body.home #selector .card{background:#fff;border:1px solid var(--ty-border-soft);box-shadow:var(--ty-shadow);border-radius:8px}
body.home #selector .card h3 span{color:var(--ty-primary)}
body.home #selector .actions{justify-content:center}
body.home #selector .button-white{background:var(--ty-primary);border-color:var(--ty-primary);color:#fff}
body.home #selector .button-white:hover{background:var(--ty-primary-hover);border-color:var(--ty-primary-hover)}
body.home #selector :focus-visible{outline-color:var(--ty-primary)}
body.home #workflow{background:#fff}
body.home .steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
body.home .steps .card{border:1px solid var(--ty-border-soft);border-radius:8px;background:#fff;box-shadow:none}
body.home .steps .card-content{padding:28px 24px}
body.home .steps .step-number{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:var(--ty-pale);color:var(--ty-primary);font-size:14px;font-weight:600;letter-spacing:0;margin-bottom:18px}
body.home .steps h3{font-size:17px;line-height:1.4}
body.home .steps p{font-size:13px;line-height:1.65}
body.home #quality{background:var(--ty-pale)}
body.home .split{grid-template-columns:1fr 1fr;gap:40px;align-items:stretch}
body.home .large-photo{height:auto;min-height:420px;border-radius:8px}
body.home .stack{grid-template-columns:1fr;gap:16px}
body.home .stack .card{background:#fff;border:1px solid var(--ty-border-soft);border-radius:8px;box-shadow:none}
body.home .stack .card-content{padding:24px}

/* Resources and manufacturing network. */
body.home #resources{background:#fff}
body.home #resources .cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
body.home #resources .card{border:0;border-radius:8px;box-shadow:var(--ty-shadow)}
body.home #resources .card-image{height:195px}
body.home #resources .card-content{padding:22px}
body.home #resources .card h3{font-size:17px;line-height:1.4;font-weight:600}
body.home #resources .card p{font-size:13px;line-height:1.65;margin-top:10px}
body.home #network{padding:72px 0;background:#fff}
body.home #network .locations{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
body.home #network .card{border:0;border-radius:8px;box-shadow:var(--ty-shadow)}
body.home #network .card-image{height:240px}
body.home #network .card-content{padding:24px}
body.home #network .card h3{font-size:20px;font-weight:700;line-height:1.5;align-items:center}
body.home #network .card-arrow{width:30px;height:30px;border:1px solid var(--ty-primary);border-radius:50%;color:var(--ty-primary);transition:background-color 300ms,color 300ms}
body.home #network .card:hover .card-arrow,body.home #network .card:focus-visible .card-arrow{background:var(--ty-primary);color:#fff}
body.home #network .card-arrow .ty-icon{width:15px;height:15px}
body.home #network .card p{font-size:14px;line-height:1.6}

/* Reference FAQ: one centered reading column and quiet row separators. */
body.home .section-faq{background:#fff}
body.home .section-faq>.wrap{width:min(800px,100%);padding-right:40px;padding-left:40px}
body.home .faq-layout{display:block}
body.home .faq-layout>.section-heading{max-width:none;margin:0 auto 40px;text-align:center}
body.home .faq-layout>.section-heading h2{font-size:42px;line-height:1.5}
body.home .faq-layout>.section-heading .text-link{display:inline-flex;margin-top:20px}
body.home .faq-list{display:block;min-width:0}
body.home .faq-item{margin:0;background:transparent;border:0;border-bottom:1px solid var(--ty-border);border-radius:0;overflow:visible}
body.home .faq-item summary{position:relative;list-style:none;padding:22px 38px 22px 0;font-size:16px;font-weight:600;line-height:1.5;color:var(--ty-ink);cursor:pointer}
body.home .faq-item summary::-webkit-details-marker{display:none}
body.home .faq-item summary::after{position:absolute;top:27px;right:4px;content:"";width:8px;height:8px;border:0;border-right:2px solid var(--ty-primary);border-bottom:2px solid var(--ty-primary);transform:rotate(45deg);transition:transform 150ms}
body.home .faq-item[open] summary::after{content:"";transform:rotate(225deg)}
body.home .faq-item>div,body.home .faq-item>p{padding:0 38px 22px 0;font-size:14px;line-height:1.75;color:var(--ty-muted)}
body.home .faq-item p{font-size:14px;line-height:1.75;color:var(--ty-muted)}
body.home .section-cta{padding:72px 0;background:var(--ty-pale)}
body.home .section-cta .section-heading{margin-bottom:0}
body.home .section-cta .actions{justify-content:center}

/* Inner pages: the same foundations, with their own existing page structure. */
.section-page_hero{background:var(--ty-pale)}
.page-intro{grid-template-columns:1.2fr 1fr;gap:48px;align-items:center}
.page-intro:has(>div:only-child){grid-template-columns:1fr}
.page-intro h1,.contact-layout h1,.topic-hero h1{max-width:760px;font-size:38px;line-height:1.2;font-weight:700;letter-spacing:0;color:var(--ty-primary)}
.page-intro .lede,.contact-layout .lede,.topic-hero .lede{font-size:17px;line-height:1.65;margin-top:22px}
.intro-image{height:330px;border-radius:8px}
.section-locations,.section-photos{background:#fff}
.photos{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.photos .card-image{height:300px}
.section-photos .card h3{font-size:17px}
.section-blue{background:var(--ty-primary)}
.section-blue .section-heading h2,.section-blue .card h3{color:#fff}
.section-blue .section-heading p,.section-blue .card p{color:rgb(255 255 255 / 78%)}
.section-blue .card{border:1px solid rgb(255 255 255 / 20%);border-radius:8px;background:rgb(255 255 255 / 8%);box-shadow:none}
.steps .card{border:1px solid var(--ty-border-soft);border-radius:8px;background:var(--ty-pale)}
.steps .card-content{padding:26px}
.step-number{margin-bottom:18px;letter-spacing:0;color:var(--ty-primary);font-weight:600}
.topic-hero{background:var(--ty-pale)}

/* Form controls and catalogue states remain functional native elements. */
input,textarea,select{font:400 14px/1.5 var(--ty-font);color:var(--ty-ink);border:1px solid var(--ty-border);border-radius:6px;background:#fff;padding:12px 14px;max-width:100%}
input:not([type="checkbox"]):not([type="radio"]),select{min-height:46px}
textarea{resize:vertical;min-height:110px}
input::placeholder,textarea::placeholder{color:#9CA3AF;opacity:1}
input:focus,textarea:focus,select:focus{border-color:var(--ty-primary)}
input[type="checkbox"],input[type="radio"]{padding:0;min-height:0;width:16px;height:16px;flex-shrink:0;accent-color:var(--ty-primary)}
.finder-section{padding-top:40px;padding-bottom:80px}
.search-bar{gap:12px;margin-bottom:32px}
.search-bar .button{min-height:46px;padding:11px 26px}
.finder-layout{grid-template-columns:245px minmax(0,1fr);gap:36px}
.filter-panel{min-width:0}
.filter-head{margin-bottom:22px;gap:16px}
.filter-head h2{font-size:22px;font-weight:600;line-height:1.4;letter-spacing:0;color:var(--ty-primary)}
.facet{padding:0 0 22px;margin:0 0 22px;border-bottom:1px solid var(--ty-border);scroll-margin-top:144px}
.facet legend{font-size:14px;line-height:1.5;font-weight:600;color:var(--ty-ink);margin-bottom:12px}
.facet label{gap:9px;margin:10px 0;font-size:13px;line-height:1.5;color:var(--ty-muted)}
.facet input{margin-top:2px}
.facet select{width:100%;min-height:40px;padding:8px 10px;font-size:12px;line-height:1.5}
.result-toolbar{gap:16px;font-size:13px;line-height:1.5}
.result-toolbar p{font-size:13px;color:var(--ty-muted)}
.result-toolbar select{min-height:40px;padding:8px 12px;font-size:12px}
.chips{gap:8px;margin:20px 0}
.chip{min-height:34px;padding:6px 12px;border:1px solid #DCE0F5;border-radius:18px;background:var(--ty-pale);font-size:12px;line-height:1.5;color:var(--ty-primary)}
.chip:hover{background:#E8EBFC;border-color:#BCC4EA}
.empty-state{margin-top:22px;padding:56px 32px;border:1px solid var(--ty-border);border-radius:8px;background:var(--ty-pale);text-align:center}
.empty-state h2{font-size:28px;line-height:1.3;color:var(--ty-primary)}
.empty-state p{max-width:480px;margin:18px auto 26px;font-size:15px;line-height:1.65}
.loading{min-height:180px;color:var(--ty-primary)}
.results-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.results-grid .card-content{padding:22px}
.results-grid h3{font-size:18px;line-height:1.4}
.results-grid .card-content>.text-link{margin-top:18px}
#pagination{gap:10px;margin-top:28px}
#pagination button{min-width:44px;min-height:42px;padding:9px 14px;border:1px solid var(--ty-border);border-radius:6px;background:#fff;color:var(--ty-primary);font-size:13px}
#pagination button:hover:not(:disabled){background:var(--ty-pale);border-color:var(--ty-primary)}
#pagination button:disabled{opacity:.4;cursor:default}
.recognition-details{border-top:1px solid var(--ty-border);padding-top:14px;margin:18px 0}
.recognition-details summary{color:var(--ty-primary);font-size:14px;font-weight:600;line-height:1.5;padding:7px 0;cursor:pointer}
.recognition-scope{padding:12px 0;border-bottom:1px solid var(--ty-border);font-size:13px;line-height:1.65;overflow-wrap:anywhere}
.recognition-scope dt{font-weight:600;color:var(--ty-ink)}
.recognition-scope dd{color:var(--ty-muted)}
.recognition-details summary:focus-visible{outline:3px solid var(--ty-primary);outline-offset:4px}
.contact-layout{grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.contact-note{padding:22px;border:1px solid #E4E7F8;border-radius:8px;background:var(--ty-pale);font-size:14px;line-height:1.65;margin:28px 0;color:var(--ty-muted)}
.brief-form{padding:32px;border:1px solid #E4E7F8;border-radius:8px;background:var(--ty-pale);gap:9px}
.brief-form label{font-size:13px;font-weight:600;line-height:1.5;color:var(--ty-ink);margin-top:12px}
.brief-form .button{margin-top:20px}
.brief-form p{font-size:13px;line-height:1.65}
.context-box{margin-top:16px;font-size:12px;line-height:1.65;overflow-wrap:anywhere}

/* Dark neutral footer with centered invitation and a separate directory row. */
.site-footer{padding:64px 0 24px;background:var(--ty-footer);color:#fff}
.site-footer .footer-top{display:block;padding:0 0 52px;text-align:center;max-width:800px;margin:0 auto}
.site-footer .footer-top h2{font-size:32px;line-height:1.3;font-weight:700;letter-spacing:0;color:#fff;margin:0 0 22px}
.site-footer .footer-top p{max-width:620px;margin:0 auto 25px;font-size:15px;line-height:1.65;color:#D1D5DB}
.site-footer .footer-top .actions{justify-content:center}
.site-footer .footer-top .button{margin:0}
.footer-main{display:grid;grid-template-columns:230px minmax(0,1fr);gap:56px;padding-bottom:42px}
.footer-brand{min-width:0}
.site-footer .footer-brand .brand.brand-image>.brand-logo-frame,.site-footer .brand.brand-image>.brand-logo-frame{width:84px;aspect-ratio:1360/1216;background:#fff}
.footer-brand p{max-width:265px;font-size:13px;line-height:1.75;color:#9CA3AF;margin-top:20px}
.footer-directory{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;padding:0}
.footer-link-group{min-width:0}
.footer-link-group h3{margin:0 0 17px;font-size:14px;font-weight:600;line-height:1.5;letter-spacing:0;color:#fff}
.footer-link-group a{display:block;max-width:100%;width:fit-content;padding:5px 0;font-size:12px;line-height:1.65;color:#9CA3AF;overflow-wrap:anywhere}
.footer-link-group a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}
.footer-link-group ul{list-style:none;padding:0;margin:0}
.footer-bottom{display:flex;justify-content:space-between;align-items:start;gap:24px;padding-top:23px;border-top:1px solid rgb(255 255 255 / 12%);font-size:11px;line-height:1.6}
.footer-bottom p{font-size:11px;line-height:1.6;color:#9CA3AF}
.footer-bottom nav{display:flex;flex-wrap:wrap;gap:12px 20px;color:#9CA3AF}
.footer-bottom a:hover{color:#fff}

/* Adaptation: keep behavior breakpoints aligned with existing JS at 1100/700. */
@media(max-width:1100px){
 :root{--ty-gutter:32px;--ty-space-section:76px}
 .utility-inner{gap:18px}
 .utility-tagline{display:none}
 .utility-contacts{flex:0 1 auto;gap:12px}
 .utility-contacts .utility-mobile{display:none}
 .header-search{flex:1;max-width:240px}
 .site-header .menu-toggle{display:flex;align-items:center;justify-content:center;gap:10px;min-height:40px;padding:8px 12px;border:1px solid var(--ty-border);border-radius:4px;background:#fff;color:var(--ty-primary);font-size:13px;line-height:1.5;flex-shrink:0}
 .site-header .header-inner{height:0;min-height:0;padding:0;overflow:visible}
 .site-header #site-nav{display:none;position:absolute;left:0;right:0;top:64px;min-height:0;width:100%;max-height:calc(100dvh - 64px);padding:16px 32px 24px;background:#fff;overflow:auto;box-shadow:0 8px 16px rgb(31 41 55 / 8%);border-bottom:1px solid var(--ty-border)}
 .site-header #site-nav.open{display:block}
 .site-header .nav-home,.site-header .nav-item,body.home .site-header:not(.is-scrolled) .nav-home,body.home .site-header:not(.is-scrolled) .nav-item,body.home .site-header:not(.is-scrolled) .nav-item>a,body.home .site-header:not(.is-scrolled) .submenu-toggle{color:var(--ty-primary)}
 .nav-home{display:flex;min-height:48px;padding:12px 0;border-bottom:1px solid var(--ty-border);font-size:15px}
 .nav-item{min-height:0;flex-wrap:wrap;border-bottom:1px solid var(--ty-border);font-size:15px}
 .nav-item>a{padding:12px 0;line-height:24px;flex:1}
 .submenu-toggle{min-width:44px;min-height:48px;padding:12px;color:var(--ty-primary)}
 .submenu,.nav-item:nth-last-child(-n+3) .submenu{position:static;width:100%;max-width:none;max-height:none;padding:8px 0 18px;border:0;box-shadow:none;border-radius:0}
 .submenu-grouped{padding:10px 0 20px}
 .submenu-grouped>.submenu-overview{padding:8px 10px 14px;margin-bottom:14px}
 .submenu-group h2{font-size:11px}
 .submenu-columns{gap:20px}
 .site-header .nav-contact{display:block;margin-top:20px}
 .site-header .nav-contact .button{font-size:14px;padding:12px 22px;min-height:46px}
 main#main,body.home main#main{padding-top:64px}
 .section,body.home .section{scroll-margin-top:84px}
 body.home .section-hero{min-height:610px;padding:112px 0 84px}
 body.home .hero-content .hero-heading{font-size:46px;max-width:560px}
 body.home .company-intro{gap:36px}
 body.home .company-copy h2{font-size:34px}
 body.home .company-photo{height:auto;aspect-ratio:3/2}
 body.home #product_families .cards,body.home #product_families .product-panel>.cards:has(>.card:nth-child(4):last-child){grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
 body.home .performance{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
 body.home #industries .cards.industry-track{grid-auto-columns:calc((100% - 40px)/3)}
 body.home #capabilities .gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
 body.home #capabilities .gallery .card-content{padding:18px}
 body.home .split{gap:28px}
 body.home .buyer-guide-grid{gap:20px}
 body.home .buyer-guide-content{padding:22px}
 body.home .buyer-guide-content h3{font-size:18px}
 body.home #resources .cards{gap:20px}
 body.home #network .locations{gap:20px}
 body.home #network .card-image{height:210px}
 .finder-layout{grid-template-columns:220px minmax(0,1fr);gap:26px}
 .facet{scroll-margin-top:84px}
 .footer-main{grid-template-columns:180px minmax(0,1fr);gap:32px}
 .footer-directory{gap:20px}
}

@media(max-width:700px){
 :root{--ty-gutter:20px;--ty-space-section:56px}
 body{font-size:15px;line-height:1.65}
 h1{font-size:34px;line-height:1.16}
 h2{font-size:28px;line-height:1.3}
 .utility-inner{gap:14px;justify-content:space-between}
 .site-header .brand.brand-image>.brand-logo-frame{width:48px}
 .utility-inner>.button,.utility-inner .header-cta,.header-search,.utility-contacts{display:none}
 .site-header .menu-toggle{margin-left:auto;min-height:40px}
 .site-header #site-nav{padding:14px 24px 24px}
 .submenu-columns{grid-template-columns:1fr;gap:20px}
 .submenu-group a{font-size:14px;line-height:1.6;padding:10px}
 .section-heading,body.home .section-heading{margin-bottom:30px}
 .section-heading h2,body.home .section-heading h2,body.home .company-copy h2,body.home .faq-layout>.section-heading h2{font-size:28px;font-weight:700;line-height:1.3;margin-bottom:16px}
 .section-heading p,body.home .section-heading p{font-size:15px;line-height:1.65}
 .eyebrow{font-size:10px!important;margin-bottom:14px}
 .actions,body.home .actions{gap:12px;margin-top:25px}
 .button{font-size:14px;line-height:1.5;min-height:48px;padding:12px 24px;gap:10px}
 .cards,body.home .cards{grid-template-columns:1fr;gap:20px}
 .card-content,body.home .card-content{padding:22px}
 .card h3,body.home .card h3{font-size:18px;line-height:1.4}
 .card p,body.home .card p{font-size:14px;line-height:1.65}
 .card-image{height:auto;aspect-ratio:4/3}
 body.home .section-hero{min-height:590px;padding:82px 0 64px}
 body.home .hero-content .hero-heading{max-width:520px;font-size:34px;line-height:1.16;font-weight:700}
 body.home .hero-content .lede{max-width:480px;font-size:16px;line-height:1.65;margin-top:22px}
 body.home .hero-pause{right:12px;width:92px;font-size:11px;line-height:1.4;padding:6px 8px}
 body.home .hero-photo img{object-position:68% center}
 body.home .hero-slide:after{background:linear-gradient(90deg,rgba(29,34,151,.96) 0%,rgba(29,34,151,.86) 52%,rgba(29,34,151,.58) 100%)}
 body.home .hero-content .actions{gap:12px;margin-top:26px;align-items:stretch;flex-wrap:wrap}
 body.home .hero-shortcuts{gap:6px 18px;margin-top:23px}
 body.home .hero-shortcuts a{font-size:12px;padding:7px 0}
 body.home #procurement.section-paths{padding:24px 0}
 body.home .paths{grid-template-columns:1fr;gap:12px}
 body.home .paths .card-content{padding:22px}
 body.home .paths .card h3{font-size:16px}
 body.home .paths .card p{font-size:13px}
 body.home .section-intro{padding:48px 0 52px}
 body.home .company-intro{grid-template-columns:1fr;gap:30px}
 body.home .company-copy h2{font-size:28px;line-height:1.25}
 body.home .company-copy>p:not(.eyebrow){font-size:15px;line-height:1.75}
 body.home .company-photo{height:auto;aspect-ratio:4/3}
 body.home #facts{padding:0 0 32px}
 body.home .facts-strip{grid-template-columns:1fr;gap:24px;padding:16px 0}
 body.home .facts-strip h3{font-size:20px;line-height:1.4}
 body.home .facts-strip p{font-size:13px}
 body.home #product_families{padding:56px 0}
 body.home #product_families .product-heading{display:block;margin-bottom:28px}
 body.home #product_families .product-heading p{font-size:15px;line-height:1.65}
 body.home .product-browse{flex-basis:44px;width:44px;height:44px;margin-top:0}
 body.home .product-tabs>[role="tablist"]{display:grid;grid-template-columns:1fr;gap:8px;margin-bottom:25px}
 body.home .product-tab{padding:11px 18px;min-height:44px;font-size:13px;line-height:1.5;border-radius:24px}
 body.home .product-panel-intro{font-size:14px;line-height:1.65;text-align:left;margin-bottom:24px}
 body.home #product_families .cards,body.home #product_families .product-panel>.cards:has(>.card:nth-child(4):last-child){grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
 body.home #product_families .card-image,body.home #product_families .card:last-child .card-image{height:auto;aspect-ratio:1}
 body.home #product_families .card-content{padding:16px}
 body.home #product_families .card h3{font-size:15px;line-height:1.4}
 body.home #product_families .card p{font-size:12px;line-height:1.6}
 body.home #product_families .card h3 span{display:none}
 body.home #procurement.section-buyer_guide{padding:56px 0}
 body.home .buyer-guide-grid{grid-template-columns:1fr;gap:24px}
 body.home .buyer-guide-heading{margin-bottom:30px}
 body.home .buyer-guide-content{padding:24px}
 body.home .buyer-guide-content h3{font-size:20px}
 body.home .buyer-guide-content>p{font-size:14px;margin-bottom:20px}
 body.home .buyer-guide-links{margin-bottom:20px}
 body.home .buyer-guide-links a{font-size:14px}
 body.home .performance{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
 body.home .performance .card-content{padding:24px 18px}
 body.home .performance .card h3{font-size:16px;line-height:1.3}
 body.home .performance p{font-size:13px;line-height:1.65}
 body.home #industries .cards.industry-track{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:82%;gap:16px;padding-bottom:12px}
 body.home #industries .industry-track .card-image,body.home #industries .industry-track>.card:last-child .card-image{height:auto;aspect-ratio:4/3}
 body.home #industries .industry-track .card-content{padding:18px}
 body.home #industries .industry-track .card h3{font-size:15px;line-height:1.35}
 body.home #industries .industry-track .card p{font-size:13px}
 .carousel-controls{margin-top:16px}
 body.home #capabilities .gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
 body.home #capabilities .gallery .card-image{height:auto;aspect-ratio:4/3}
 body.home #capabilities .gallery .card-content{padding:18px}
 body.home #capabilities .gallery .card h3{font-size:17px;line-height:1.3}
 body.home #capabilities .gallery .card p{font-size:13px}
 body.home .steps{grid-template-columns:1fr;gap:16px}
 body.home .steps .card-content{padding:24px}
 body.home .steps h3{font-size:17px}
 body.home .split{grid-template-columns:1fr;gap:25px}
 body.home .large-photo{height:auto;min-height:0;max-height:none;aspect-ratio:4/3}
 body.home .large-photo img{width:100%;height:100%;object-fit:cover}
 body.home .stack{grid-template-columns:1fr;gap:14px}
 body.home .stack .card-content{padding:24px}
 body.home #resources .cards{grid-template-columns:1fr;gap:24px}
 body.home #resources .card-image{height:auto;aspect-ratio:16/10}
 body.home #resources .card-content{padding:22px}
 body.home #resources .card h3{font-size:17px}
 body.home #resources .card p{font-size:13px}
 body.home #network{padding:56px 0}
 body.home #network .locations{grid-template-columns:1fr;gap:24px}
 body.home #network .card-image{height:auto;aspect-ratio:4/3}
 body.home #network .card-content{padding:24px}
 body.home #network .card h3{font-size:20px;line-height:1.5}
 body.home .section-faq>.wrap{padding-right:24px;padding-left:24px}
 body.home .faq-layout{display:block}
 body.home .faq-layout>.section-heading{margin-bottom:28px;text-align:center}
 body.home .faq-item summary{padding:21px 34px 21px 0;font-size:15px;line-height:1.5}
 body.home .faq-item summary::after{top:26px;right:3px}
 body.home .faq-item>div,body.home .faq-item>p{padding:0 28px 21px 0;font-size:14px}
 body.home .section-cta{padding:56px 0}
 body.home .section-cta .actions{align-items:center;flex-direction:column}
 .page-intro,.contact-layout{grid-template-columns:1fr;gap:32px}
 .page-intro h1,.contact-layout h1,.topic-hero h1{font-size:32px;line-height:1.2}
 .page-intro .lede,.contact-layout .lede,.topic-hero .lede{font-size:16px;line-height:1.65}
 .intro-image{height:auto;aspect-ratio:4/3}
 .photos{grid-template-columns:1fr;gap:24px}
 .photos .card-image{height:auto;aspect-ratio:4/3}
 .locations .card-image{height:auto;aspect-ratio:4/3}
 .finder-section{padding-top:28px;padding-bottom:56px}
 .search-bar{gap:8px;margin-bottom:25px}
 .search-bar .button{padding:11px 17px;font-size:13px}
 .finder-layout{grid-template-columns:1fr;gap:22px}
 .filter-toggle{display:inline-flex;justify-self:start}
 .filter-panel{display:none;position:fixed;inset:0;z-index:200;width:100%;max-width:none;height:100dvh;overflow:auto;padding:24px;background:#fff;overscroll-behavior:contain}
 .filter-panel.open{display:block}
 .filter-close{display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;border-radius:6px;background:transparent;color:var(--ty-primary);font-size:28px;line-height:1}
 .filter-apply{display:flex;width:100%;margin-top:24px}
 .facet{scroll-margin-top:24px}
 .facet label{font-size:14px;line-height:1.5;margin:12px 0}
 .facet select{font-size:13px}
 .result-toolbar{flex-wrap:wrap;gap:12px}
 .result-toolbar select{max-width:180px}
 .empty-state{padding:38px 22px}
 .empty-state h2{font-size:25px;line-height:1.3}
 .empty-state p{font-size:14px}
 .results-grid{grid-template-columns:1fr;gap:20px}
 .brief-form{padding:24px}
 .contact-note{padding:20px;font-size:14px}
 .site-footer{padding:52px 0 24px}
 .site-footer .footer-top{padding-bottom:40px}
 .site-footer .footer-top h2{font-size:28px;line-height:1.3;margin-bottom:20px}
 .site-footer .footer-top p{font-size:14px}
 .footer-main{grid-template-columns:1fr;gap:36px;padding-bottom:32px}
 .site-footer .footer-brand .brand.brand-image>.brand-logo-frame,.site-footer .brand.brand-image>.brand-logo-frame{width:72px}
 .footer-brand p{max-width:360px;font-size:13px;line-height:1.75;margin-top:18px}
 .footer-directory{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 22px;padding:0}
 .footer-link-group h3{font-size:14px;margin-bottom:13px}
 .footer-link-group a{font-size:12px;padding:6px 0}
 .footer-bottom{display:block;padding-top:22px}
 .footer-bottom nav{margin-top:14px;gap:10px 18px}
}

@media(max-width:420px){
 body.home #product_families .cards,body.home #product_families .product-panel>.cards:has(>.card:nth-child(4):last-child){grid-template-columns:1fr}
 body.home #product_families .card-content{padding:18px}
 body.home #product_families .card-image,body.home #product_families .card:last-child .card-image{max-height:330px}
 body.home .performance{grid-template-columns:1fr}
 body.home .performance .card-content{padding:26px 22px}
 body.home #capabilities .gallery{grid-template-columns:1fr;gap:22px}
 body.home #industries .cards.industry-track{grid-auto-columns:88%}
 body.home .hero-content .actions{flex-direction:column;align-items:stretch;max-width:350px}
 body.home .hero-content .actions .button{width:100%}
 .brief-form{padding:20px}
}

@media(max-width:359px){
 .wrap,body.home .wrap{padding-left:20px;padding-right:20px}
 body.home .hero-content .hero-heading{font-size:34px}
 body.home .section-heading h2,body.home .company-copy h2,body.home .faq-layout>.section-heading h2{font-size:28px}
 body.home .company-photo{height:auto;aspect-ratio:4/3}
 body.home .gallery .card-image,body.home .industry .card-image,body.home .industry .card:last-child .card-image{height:auto}
 body.home #product_families .card-image,body.home #product_families .card:last-child .card-image{height:auto;aspect-ratio:1}
 body.home .section-faq>.wrap{padding-left:20px;padding-right:20px}
 .footer-directory{grid-template-columns:1fr;gap:26px}
}

@media(prefers-reduced-motion:reduce){
 html{scroll-behavior:auto}
 *,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
 a.card:hover,body.home a.card:hover,.button:hover{transform:none}
 a.card:hover .card-image img,body.home .buyer-guide-card:hover .buyer-guide-image img,body.home #capabilities .gallery .card:hover .card-image img{transform:none}
 body.home #industries .industry-scroll{scroll-behavior:auto}
 /* Manual, non-spatial crossfade follows the reference; all translation, scale and autoplay remain disabled. */
 body.home .hero-slide{transition:opacity 700ms cubic-bezier(.4,0,.2,1)!important}
 body.home .hero-dot,body.home .hero-dot::before{transition:none}
}

/* Public business contact actions remain available in the mobile footer. */
.footer-contact-links{display:grid;gap:8px;margin-top:20px}.footer-contact-links a{display:flex;align-items:center;gap:8px;min-height:44px;color:#fff;font-size:13px}.footer-contact-links .ty-icon{width:16px;height:16px}

/* Hero CTAs retain the existing context-preserving CMS helper, with reference text-only visuals. */
body.home .section-hero .actions .ty-icon{display:none}

/* Preserve vertical scrolling and pinch zoom while horizontal swipes change the hero. */
body.home .section-hero{touch-action:pan-y pinch-zoom}

/* DEC-076: centered browse action, after all industry carousel cards. */
body.home #industries .industry-actions{justify-content:center;margin-top:32px}
@media(max-width:700px){body.home #industries .industry-actions{margin-top:24px}}

.button.button-blue{background:var(--ty-primary);color:#fff}
.button.button-blue:hover{background:var(--ty-primary-hover)}

/* DEC-077: concise project CTA; no instructional card grid. */
body.home .section-project_cta{padding:72px 0;background:var(--ty-pale)}
body.home .section-project_cta .section-heading{margin-bottom:0}
body.home .section-project_cta .section-heading p{max-width:680px;margin-inline:auto}
body.home .section-project_cta .actions{justify-content:center;margin-top:28px}
@media(max-width:700px){body.home .section-project_cta{padding:56px 0}}

/* DEC-079: Resources browse action matches the industry browse action. */
body.home #resources .resource-actions{justify-content:center;margin-top:32px}
@media(max-width:700px){body.home #resources .resource-actions{margin-top:24px}}

/* 080: contextual inquiry actions and shared RFQ module. */
.inquiry-actions{justify-content:center;flex-wrap:wrap;gap:16px;margin-top:32px}
#capabilities .inquiry-actions .button-blue{background:#fff;color:var(--ty-primary)}
#capabilities .inquiry-actions .button-blue:hover{background:#f5f7ff}
.section-inquiry{background:#1d2297;color:#fff;scroll-margin-top:148px;padding:88px 0}
.inquiry-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:64px;align-items:center}
.inquiry-intro .eyebrow{text-transform:none;color:#c7c9ff;font-size:14px;letter-spacing:.04em;margin:0 0 16px}
.inquiry-intro h1,.inquiry-intro h2{color:#fff;font-size:42px;line-height:1.2;margin:0 0 24px;max-width:480px}
.inquiry-lede{font-size:18px;line-height:1.7;color:#e0e2ff;margin:0;max-width:430px}
.inquiry-support{list-style:none;padding:0;margin:32px 0;color:#fff;display:grid;gap:14px;font-size:16px}
.inquiry-support li{display:flex;gap:12px;align-items:center}
.inquiry-support li::before{content:'✓';font-size:15px;background:#ffffff20;border-radius:50%;width:24px;height:24px;display:grid;place-items:center;flex:none}
.inquiry-phone{margin-top:44px}
.inquiry-phone p{font-size:14px;color:#c7c9ff;margin:0 0 8px}
.inquiry-phone a{font-size:24px;font-weight:600;color:#fff;text-decoration:none;display:inline-flex;min-height:44px;align-items:center}
.inquiry-phone a:hover{text-decoration:underline}
.inquiry-form-card{background:#fff;border-radius:16px;padding:36px;color:#1f2937;box-shadow:0 16px 48px #080b6026;min-width:0}
.inquiry-form-card h3{font-size:26px;line-height:1.3;margin:0 0 8px;color:#1d2297}
.inquiry-required{font-size:12px;color:#6b7280;margin:0 0 24px}
.inquiry-form fieldset{margin:0;padding:0;border:0;min-width:0}
.inquiry-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 18px}
.inquiry-field{min-width:0}
.inquiry-field-wide{grid-column:1/-1}
.inquiry-field label{display:block;margin:0 0 8px;font-size:14px;font-weight:500;line-height:1.4;color:#1f2937}
.inquiry-field label span{color:#c9151e}
.inquiry-field input,.inquiry-field select,.inquiry-field textarea{font:inherit;font-size:14px;line-height:1.5;width:100%;min-width:0;min-height:46px;padding:11px 12px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#1f2937;box-sizing:border-box}
.inquiry-field textarea{resize:vertical;min-height:108px;display:block}
.inquiry-field textarea::placeholder{color:#6b7280}
.inquiry-field :is(input,select,textarea):focus-visible{outline:2px solid #1d2297;outline-offset:2px}
.inquiry-consent{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.6;margin-top:20px;cursor:pointer}
.inquiry-consent input{width:18px;height:18px;min-width:18px;margin:2px 0 0;accent-color:#1d2297}
.inquiry-privacy{font-size:12px;line-height:1.55;color:#6b7280;margin:8px 0 20px 28px}
.inquiry-submit{width:100%;justify-content:center;min-height:48px}
.inquiry-submit:disabled{cursor:default;opacity:.65}
#inquiry-status{font-size:14px;line-height:1.6;overflow-wrap:anywhere;margin:16px 0 0}
#inquiry-status:empty{display:none}
#inquiry-status[data-state=success]{color:#166534;background:#f0fdf4;border-radius:6px;padding:12px}
#inquiry-status[data-state=error]{color:#a01016;background:#fff5f5;border-radius:6px;padding:12px}
#inquiry-context{padding:12px;background:#f5f7ff;font-size:12px;margin-top:16px;border-radius:6px;overflow-wrap:anywhere}
#inquiry-context p{margin:6px 0 0;color:#4b5563}
.inquiry-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.inquiry-preview{padding:12px;background:#f5f7ff;font-size:13px;line-height:1.5;border-radius:6px;color:#4b5563}
@media(max-width:1100px){.inquiry-layout{gap:32px;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr)}.inquiry-intro h1,.inquiry-intro h2{font-size:36px}.inquiry-form-card{padding:28px}}
@media(max-width:800px){.section-inquiry{padding:64px 0;scroll-margin-top:96px}.inquiry-layout{grid-template-columns:1fr;gap:32px}.inquiry-intro{text-align:center}.inquiry-intro h1,.inquiry-intro h2,.inquiry-lede{margin-left:auto;margin-right:auto;max-width:560px}.inquiry-support{display:none}.inquiry-phone{margin-top:20px}.inquiry-phone a{font-size:20px}.inquiry-form-card{max-width:600px;width:100%;margin:auto;box-sizing:border-box}}
@media(max-width:480px){.section-inquiry{padding:48px 0}.inquiry-intro h1,.inquiry-intro h2{font-size:30px}.inquiry-lede{font-size:16px}.inquiry-form-card{padding:24px 20px;border-radius:12px}.inquiry-fields{grid-template-columns:1fr;gap:18px}.inquiry-field input,.inquiry-field select,.inquiry-field textarea{font-size:16px}.inquiry-actions{margin-top:24px;gap:12px}.inquiry-actions .button{width:100%;justify-content:center}}

/* DEC-082: project-owned floating inquiry; shared form and Figma foundations. */
.floating-inquiry{position:fixed;right:24px;bottom:calc(24px + env(safe-area-inset-bottom,0px));z-index:45;display:flex;align-items:flex-end;flex-direction:column;gap:12px;font-family:var(--ty-font,Inter,sans-serif)}
.floating-inquiry[hidden],.floating-inquiry-panel[hidden]{display:none!important}
.floating-inquiry-launcher{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:56px;padding:10px 22px 10px 12px;max-width:calc(100vw - 32px);border:0;border-radius:999px;background:#1d2297;color:white;font:inherit;font-size:15px;font-weight:600;line-height:1.4;box-shadow:0 8px 28px #1d229733;cursor:pointer;transition:background .2s,transform .2s,box-shadow .2s}
.floating-inquiry-launcher:hover{background:#161b78;transform:translateY(-2px);box-shadow:0 12px 30px #1d229740}
.floating-inquiry-launcher-icon{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;border-radius:50%;background:#ffffff1a}
.floating-inquiry .ty-icon{width:20px;height:20px;flex:none;stroke-width:1.8}
.floating-inquiry-panel{width:340px;max-width:calc(100vw - 48px);max-height:calc(100dvh - 220px);overflow:auto;overscroll-behavior:contain;background:#fff;color:#1f2937;border:1px solid #e9ebf6;border-radius:20px;box-shadow:0 20px 60px #10143d24,0 4px 12px #10143d0a;opacity:0;transform:translateY(12px) scale(.98);transform-origin:bottom right;transition:opacity .2s ease,transform .24s cubic-bezier(.2,.8,.2,1)}
.floating-inquiry.is-open .floating-inquiry-panel{opacity:1;transform:none}
@starting-style{.floating-inquiry.is-open .floating-inquiry-panel{opacity:0;transform:translateY(12px) scale(.98)}}
.floating-inquiry-header{position:relative;padding:24px 24px 22px;background:#f5f7ff;border-radius:19px 19px 0 0}
.floating-inquiry-mark{display:grid;place-items:center;width:42px;height:42px;margin-bottom:18px;background:#fff;color:#1d2297;border-radius:12px;box-shadow:0 2px 8px #1d22970a}
.floating-inquiry-mark .ty-icon{width:23px;height:23px}
.floating-inquiry-eyebrow{margin:0 0 8px;color:#1d2297;font-size:11px;line-height:1.4;font-weight:600;letter-spacing:.08em}
.floating-inquiry-header h2{margin:0 0 10px;color:#1d2297;font-size:24px;line-height:1.25;font-weight:700;letter-spacing:-.02em}
.floating-inquiry-description{margin:0;color:#667085;font-size:14px;line-height:1.6}
.floating-inquiry-close{position:absolute;top:12px;right:12px;display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:transparent;color:#6b7280;cursor:pointer;transition:background .2s,color .2s}
.floating-inquiry-close:hover{background:#e8ebfa;color:#1d2297}
.floating-inquiry-actions{display:grid;gap:8px;padding:20px}
.floating-inquiry-actions .floating-inquiry-primary{display:flex;align-items:center;justify-content:space-between;min-height:50px;padding:14px 18px;border:0;border-radius:8px;background:#1d2297;color:#fff;font-size:14px;font-weight:600;line-height:1.5;text-decoration:none}
.floating-inquiry-actions .floating-inquiry-primary:hover{background:#161b78;transform:none}
.floating-inquiry-secondary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:12px 18px;border-radius:8px;color:#1d2297;font-size:14px;line-height:1.5;font-weight:500;text-decoration:none;transition:background .2s}
.floating-inquiry-secondary:hover{background:#f5f7ff}
.floating-inquiry :is(a,button):focus-visible{outline:3px solid #1d2297;outline-offset:4px}
.floating-inquiry .floating-inquiry-primary:focus-visible{outline-color:#c9151e}
body:has(.floating-inquiry) .site-footer{padding-bottom:96px}
@media(max-width:600px){.floating-inquiry{right:16px;bottom:calc(16px + env(safe-area-inset-bottom,0px));gap:10px}.floating-inquiry-launcher{min-height:52px;font-size:14px;padding:8px 18px 8px 10px;gap:10px}.floating-inquiry-panel{width:340px;max-height:calc(100dvh - 164px);border-radius:18px}.floating-inquiry-header{padding:22px;border-radius:17px 17px 0 0}.floating-inquiry-actions{padding:16px}.floating-inquiry-header h2{font-size:23px}}
@media(max-height:580px){.floating-inquiry-panel{max-height:calc(100dvh - 212px)}.floating-inquiry-header{padding:18px 22px}.floating-inquiry-mark,.floating-inquiry-eyebrow{display:none}.floating-inquiry-header h2{padding-right:32px}}
@media(prefers-reduced-motion:reduce){.floating-inquiry *{transition:none!important;animation:none!important}.floating-inquiry-launcher:hover{transform:none}}
