:root {
  --blue: #1e88e5;
  --dark: #171717;
  --gray: #f0f0f0;
  --copy: #333;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-y: scroll; }
body { margin: 0; color: var(--copy); font-family: "Open Sans", Arial, sans-serif; font-size: 16px; line-height: 1.75; }
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
.content-width { width: min(1140px, calc(100% - 40px)); margin-inline: auto; }
.site-header { height: 100px; background: #fff; position: relative; z-index: 50; border-bottom: 1px solid #eee; }
.header-inner { width: min(1140px, calc(100% - 40px)); height: 100%; margin: auto; position: relative; display: flex; align-items: center; }
.brand { width: 231px; flex: 0 0 231px; }
.brand img { width: 231px; height: auto; }
.desktop-nav { margin: 40px 0 0 auto; height: 60px; display: flex; align-items: flex-start; gap: 4px; font: 300 22px/45px "Oswald", sans-serif; }
.desktop-nav > a, .nav-item > a { white-space: nowrap; }
.desktop-nav > a, .nav-item > a { display: block; height: 45px; padding: 0 20px; font: inherit; line-height: 45px; }
.nav-item { position: relative; }
.nav-item::after { content: ""; position: absolute; left: 0; right: 0; bottom: -20px; height: 3px; background: var(--blue); transform: scaleX(0); transition: .2s; }
.nav-item:hover::after { transform: scaleX(1); }
.header-tools { position: absolute; top: 9px; right: 0; display: flex; align-items: center; gap: 18px; color: #909090; font-size: 13px; }
.inquiry-pill { min-width: 82px; padding: 2px 15px; border-radius: 18px; color: #fff; background: var(--blue); text-align: center; }
.search-button { width: 28px; height: 28px; padding: 0; border: 0; background: none; cursor: pointer; position: relative; }
.search-button span { position: absolute; width: 18px; height: 18px; border: 2px solid #aaa; border-radius: 50%; left: 1px; top: 1px; }
.search-button span::after { content: ""; width: 8px; height: 2px; background: #aaa; position: absolute; right: -6px; bottom: -3px; transform: rotate(48deg); }
.globe { font-size: 22px; line-height: 1; }
.dropdown { visibility: hidden; opacity: 0; transform: translateY(10px); transition: .18s; position: absolute; top: 40px; background: #fff; box-shadow: 0 12px 28px rgba(0,0,0,.18); font: 14px/1.4 "Open Sans", sans-serif; z-index: 20; }
.has-menu:hover .dropdown { visibility: visible; opacity: 1; transform: translateY(0); }
.about-dropdown { left: -20px; width: 230px; padding: 12px 0; }
.about-dropdown a { display: block; padding: 10px 20px; }
.about-dropdown a:hover, .mega-column a:hover { color: var(--blue); }
.mega-menu { position: fixed; top: 100px; left: 0; right: 0; padding: 28px max(40px, calc((100% - 1140px)/2)); display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; max-height: calc(100vh - 100px); overflow: auto; }
.mega-column { display: flex; flex-direction: column; gap: 5px; }
.mega-column .mega-title { color: var(--blue); font: 500 19px/1.5 "Oswald", sans-serif; border-bottom: 1px solid #ddd; margin-bottom: 5px; }
.menu-button { display: none; }
.mobile-drawer, .page-mask, .search-panel { display: none; }

.home-slider { position: relative; height: min(620px, calc(100vh - 180px)); min-height: 500px; overflow: hidden; background: #222; }
.home-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .8s ease; pointer-events: none; }
.home-slide.active { opacity: 1; pointer-events: auto; }
.home-slide picture, .home-slide picture img { width: 100%; height: 100%; }
.home-slide picture img { object-fit: cover; object-position: center; }
.hero-inner { width: min(1140px, calc(100% - 40px)); height: 100%; margin: auto; display: flex; align-items: center; }
.home-slide .hero-inner { position: absolute; inset: 0; width: 88%; max-width: 1253px; }
.hero-title-wrap { width: 50%; padding: 5px 5px 5px 15px; }
.home-slide h1 { margin: 0; color: #fff; font: 400 54px/1.2 "Oswald", sans-serif; letter-spacing: 0; text-shadow: 0 1px 3px rgba(0,0,0,.25); }
.desktop-hero-text { display: block; }
.hero-line { display: table; white-space: nowrap; background: rgba(30,136,229,.82); padding: 2px 8px 5px; }
.mobile-hero-text { display: none; }
.category-strip { height: 120px; display: grid; grid-template-columns: repeat(8, 1fr); background: #fff; }
.category-strip button { min-width: 0; border: 0; border-right: 1px solid #ddd; padding: 0; color: #3d8bd1; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; text-align: center; font: 400 16px/1.05 "Open Sans", sans-serif; cursor: pointer; }
.category-strip button.active, .category-strip button:hover { color: #fff; background: rgba(30,136,229,.78); }
.category-strip span { width: 44px; height: 44px; display: grid; place-items: center; }
.category-strip span img { width: 40px; height: 40px; object-fit: contain; }
.category-strip button.active span img, .category-strip button:hover span img { filter: brightness(0) invert(1); }
.category-strip b { font-weight: 400; }
.home-product-panels { min-height: 600px; background: #222; }
.home-product-panel { display: none; min-height: 600px; padding: 120px 20px 50px; align-items: center; justify-content: center; color: #fff; background-position: center; background-size: cover; }
.home-product-panel.active { display: flex; }
.home-product-info { width: min(720px, 100%); text-align: center; }
.home-product-info > p { margin: 0 0 42px; font-weight: 300; line-height: 1.8; }
.home-product-info h2 { margin: 0 0 20px; color: #fff; font: 400 24px/1.2 "Oswald", sans-serif; }
.home-product-info > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 65px; }
.home-product-info a { color: #fff; border-bottom: 1px solid rgba(255,255,255,.65); font: 300 18px/1.4 "Oswald", sans-serif; }
.blue-button { display: inline-flex; align-items: center; justify-content: center; min-width: 188px; height: 42px; padding: 0 24px; background: var(--blue); color: #fff; border-radius: 22px; font-size: 14px; }
.home-topics { display: grid; grid-template-columns: 25% 75%; padding: 20px; gap: 20px; min-height: 500px; }
.topic-features { display: grid; grid-template-rows: 1fr 1fr; gap: 20px; }
.topic-features > a { padding: 30px 40px; background-position: center; background-size: cover; display: flex; flex-direction: column; align-items: flex-start; }
.topic-features span { color: #666; font-size: 13px; }
.topic-features b { max-width: 230px; color: #0d70c8; font: 400 18px/1.25 "Open Sans", sans-serif; }
.topic-features > a:last-child span { color: #fff; }.topic-features > a:last-child b { color: #13ec4a; }
.topic-news { display: grid; grid-template-columns: 1fr 280px; gap: 50px; padding: 30px 40px; background: url("assets/images/home-news-bg.jpg") center/cover no-repeat; }
.daily-news h2, .coil-center h2 { margin: 0; padding-bottom: 10px; border-bottom: 1px solid rgba(0,0,0,.12); color: #111; font: 400 24px/1.2 "Oswald", sans-serif; }
.daily-news h2 a { float: right; margin-top: 7px; color: var(--blue); font: 400 13px/1 "Open Sans", sans-serif; }
.daily-news > a { display: block; padding: 9px 0; border-bottom: 1px solid rgba(0,0,0,.1); }
.daily-news span { display: block; color: var(--blue); font-size: 13px; }
.daily-news b { color: #333; font-weight: 300; }
.coil-center { text-align: center; }.coil-center h2 { margin-bottom: 75px; }.coil-center a { color: var(--blue); font-size: 13px; }
.market-strip { background: #fff; color: #333; display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; }
.market-strip div { min-height: 190px; padding: 25px 20px; border-right: 1px solid #ddd; display: flex; flex-direction: column; align-items: center; text-align: center; }
.market-strip b { font-weight: 300; }.market-strip strong { color: #e44b3c; font: 300 48px/1.25 "Oswald", sans-serif; }.market-strip span { color: #e44b3c; font-size: 14px; }

.products-overview { min-height: 800px; padding-top: 1px; background: url("assets/images/products-overview-bg.jpg") center top/cover no-repeat; }
.breadcrumbs { height: 66px; min-height: 66px; padding: 33px 0 13px; display: block; font-size: 13px; line-height: 1.45; color: var(--blue); }
.breadcrumbs a { color: #888; }
.breadcrumbs a::after { content: "›"; margin: 0 15px; color: #888; font-weight: 700; }
.overview-title { margin: 100px 0 50px; color: #fff; font: 400 42px/1.2 "Oswald", sans-serif; }
.overview-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-inline: -15px; padding: 0 0 70px; }
.overview-card { margin-bottom: 50px; padding-inline: 15px; }
.overview-card { position: relative; aspect-ratio: 3/2; overflow: hidden; transition: .2s; }
.overview-card:hover { transform: translateY(-5px); box-shadow: 0 12px 25px rgba(0,0,0,.3); }
.overview-card-bg { width: 100%; height: 100%; object-fit: cover; }
.overview-card-copy { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(45,132,211,.87); color: #fff; text-align: center; }
.overview-card-copy img { width: 84px; height: 84px; object-fit: contain; margin-bottom: 8px; filter: brightness(0) invert(1); }
.overview-card-copy b { font: 400 24px/1.2 "Oswald", sans-serif; }

.category-page { min-height: 800px; background: var(--gray); padding-bottom: 90px; }
.page-title { color: #000; text-align: center; font: 400 42px/1.2 "Oswald", sans-serif; margin: 60px 0 30px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-inline: -15px; }
.product-card { margin-bottom: 40px; padding-inline: 15px; }
.product-card img { width: 100%; aspect-ratio: 570/360; object-fit: cover; }
.product-card h2 { color: #111; text-align: center; font: 400 18px/1.2 "Oswald", sans-serif; margin: 20px 0 0; }

.about-banner { height: 216px; background: url("assets/images/about-banner.jpg") center/cover; color: #fff; position: relative; }
.about-banner h1 { font: 400 42px/1 "Oswald", sans-serif; padding-top: 78px; }
.about-tabs { position: absolute; left: 50%; bottom: -15px; transform: translateX(-50%); display: flex; width: max-content; }
.about-tabs a { height: 50px; margin: 0 25px; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; font-weight: 300; }
.about-tabs a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -12px; border-bottom: 8px solid #fff; }
.about-content { padding: 30px 0 80px; }
.about-content-full { padding: 0; }
.about-story { padding: 80px 0; text-align: center; }
.about-story-inner { width: min(1140px, calc(100% - 40px)); }
.story-block + .story-block { margin-top: 28.8px; }
.story-block h2 { margin: 0 0 30px; color: #111; font: 700 32px/38.4px "Oswald", sans-serif; }
.story-block p { width: 60%; max-width: 684px; margin: 0 auto; font-size: 16px; font-weight: 300; line-height: 28.8px; }
.story-block p + p { margin-top: 0; }
.story-block a { color: var(--blue); }
.story-graphic { width: 100%; max-width: 420px; max-height: 195px; margin: 50px auto 0; object-fit: contain; }
.story-video iframe { display: block; width: 560px; max-width: 100%; height: 315px; margin: 40px auto 0; border: 0; }
.about-ending { min-height: 540px; background: url("assets/images/about-ending.jpg") center/cover no-repeat; }
.about-section { padding: 55px 0; }
.about-section + .about-section { border-top: 1px solid #e5e5e5; }
.about-section h2 { color: #090909; font: 500 32px/1.2 "Oswald", sans-serif; }
.centered { text-align: center; }
.centered > p { max-width: 680px; margin: 0 auto 38px; }
.wide-illustration { width: min(760px, 90%); max-height: 350px; object-fit: contain; margin: 25px auto 0; }
.about-section.alt { background: #f7f7f7; margin-inline: calc((1140px - 100vw)/2); padding-inline: max(20px, calc((100vw - 1140px)/2)); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split img { width: 100%; height: 330px; object-fit: cover; }
.value-grid, .company-grid, .office-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 45px; }
.value-grid article, .company-grid article, .office-grid article { border: 1px solid #ddd; padding: 30px; text-align: left; }
.value-grid b, .company-grid b { display: block; color: var(--blue); font: 500 24px/1.2 "Oswald", sans-serif; }
.company-grid span { color: #777; }.office-grid h3 { font: 500 24px/1.2 "Oswald", sans-serif; }
.office-grid a { color: var(--blue); }
.policy { max-width: 840px; margin: auto; }.policy h3 { color: var(--blue); margin-top: 32px; }
.certificate-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 35px; }
.certificate-list a { border: 1px solid #ddd; padding: 18px; display: flex; align-items: center; gap: 18px; text-align: left; }
.certificate-list span { width: 70px; height: 54px; display: grid; place-items: center; background: var(--blue); color: #fff; font: 500 17px "Oswald", sans-serif; }

/* Source page layouts for the About YIEH subpages. */
.vision-intro { padding: 50px 0 80px; text-align: center; }
.vision-intro h2, .vision-values-band h2, .certificates-source h2 { color: #111; font: 400 30px/1.25 "Oswald", sans-serif; margin: 0 0 24px; }
.vision-intro p, .vision-values-band .vision-lead { width: min(680px, calc(100% - 40px)); margin: auto; font-weight: 300; line-height: 1.8; }
.vision-values-band { min-height: 540px; padding: 70px 0 80px; color: #fff; text-align: center; background: linear-gradient(rgba(0,0,0,.46), rgba(0,0,0,.46)), url("assets/images/vision-values-bg.jpg") center/cover no-repeat; }
.vision-values-band h2 { color: #fff; }
.vision-values-band .vision-lead { padding-bottom: 50px; }
.core-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; text-align: left; }
.core-values-grid article h3 { margin: 0 0 17px; color: #fff; font: 400 23px/1.2 "Oswald", sans-serif; }
.core-values-grid article p { margin: 0; font-weight: 300; line-height: 1.8; }
.affiliate-list { padding: 70px 0 30px; }
.affiliate-row { display: grid; grid-template-columns: 33.333% 66.667%; gap: 0; margin-bottom: 50px; }
.affiliate-lead { padding-right: 55px; }
.affiliate-lead h3, .affiliate-details h4 { margin: 0 0 12px; color: #111; font: 400 24px/1.25 "Oswald", sans-serif; }
.affiliate-lead p, .affiliate-details p { margin: 0; font-weight: 300; line-height: 1.75; }
.affiliate-details { border-left: 1px solid #ddd; padding-left: 55px; }
.affiliate-details h4:not(:first-child) { margin-top: 30px; }
.affiliate-details b { display: block; margin-bottom: 7px; color: #777; font-size: 14px; font-weight: 400; }
.office-source { padding: 70px 0 120px; }
.office-source-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px; }
.office-source-grid article { min-height: 250px; }
.office-source-grid h3 { margin: 0 0 25px; color: #111; font: 400 24px/1.25 "Oswald", sans-serif; }
.office-source-grid p { margin: 0 0 13px; font-weight: 300; line-height: 1.75; }
.office-source-grid p span { display: inline-block; min-width: 44px; color: #777; font-size: 13px; }
.office-source-grid a { display: block; color: var(--blue); font-weight: 300; line-height: 1.8; }
.policy-source { padding: 70px 0 100px; }
.policy-source > .content-width { max-width: 1140px; }
.policy-source p { margin: 0 auto 40px; max-width: 1140px; font-weight: 300; line-height: 1.8; }
.policy-source h3 { margin: 0 0 24px; color: #111; font: 400 28px/1.25 "Oswald", sans-serif; }
.certificates-source { padding: 70px 0 100px; }
.certificates-source > .content-width > p { width: min(680px, calc(100% - 40px)); margin: 0 auto 50px; font-weight: 300; }
.certificate-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 48px 28px; }
.certificate-card { text-align: center; }
.certificate-card img { width: 100%; height: 220px; object-fit: contain; margin-bottom: 20px; }
.certificate-card h3 { min-height: 47px; margin: 0 0 18px; color: #111; font: 400 16px/1.45 "Oswald", sans-serif; }
.certificate-card .blue-button { min-width: 110px; height: 36px; border-radius: 0; font-size: 13px; }

.detail-page { background: #fff; padding-bottom: 0; }
.product-detail { display: grid; grid-template-columns: 58% 39%; justify-content: space-between; gap: 0; padding: 40px 0 0; margin-inline: -10px; }
.gallery { width: 100%; }
.gallery-stage { width: 100%; aspect-ratio: 570/360; background: #111; }
.gallery-stage img, .gallery-stage iframe { display: block; width: 100%; height: 100%; border: 0; object-fit: cover; }
.thumbnails { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 10px; margin-bottom: 30px; }
.thumbnails button { position: relative; min-width: 0; border: 2px solid transparent; padding: 0; background: #fff; cursor: pointer; }.thumbnails button:hover, .thumbnails button.active { border-color: var(--blue); }
.thumbnails img { width: 100%; height: 78px; object-fit: cover; }
.video-mark { position: absolute; left: 50%; top: 50%; width: 34px; height: 24px; border-radius: 6px; display: grid; place-items: center; transform: translate(-50%,-50%); background: #e62117; color: #fff; font-size: 12px; line-height: 1; }
.detail-copy { padding-left: 10px; }
.detail-copy h1 { color: #090909; font: 400 32px/1 "Oswald", sans-serif; margin-bottom: 30px; }
.detail-copy p { line-height: 1.8; }
.properties { background: #fff; margin: 50px 0; padding: 0; text-align: center; }
.properties h2, .spec-section h2, .applications > h2, .related > h2 { color: #111; font: 500 24px/1.2 "Oswald", sans-serif; text-align: center; margin-bottom: 10px; }
.properties > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; min-height: 196px; }.properties article { padding: 20px 55px; min-height: 196px; border-right: 1px solid #ddd; }.properties article:last-child { border-right: 0; }.properties b { color: #111; font: 400 22px/1.2 "Oswald", sans-serif; }
.spec-section, .applications { padding: 80px 0 0; }
.related { margin-inline: calc((1140px - 100vw)/2); padding: 90px max(20px, calc((100vw - 1140px)/2)) 40px; background: #f0f0f0; }
.spec-tabs { display: flex; overflow-x: auto; border-bottom: 1px solid #ddd; }
.spec-tabs button { flex: 1 0 auto; border: 0; padding: 16px 20px; background: #f2f2f2; cursor: pointer; }.spec-tabs button.active { background: var(--blue); color: #fff; }
.spec-panel { display: none; padding-top: 35px; overflow-x: auto; }.spec-panel.active { display: block; }
.spec-panel h2, .spec-panel h3 { color: #111; font-family: "Oswald", sans-serif; font-weight: 400; }
.spec-panel img { max-width: 100%; height: auto; }
.spec-panel table { width: 100%; border-collapse: collapse; min-width: 680px; }.spec-panel th, .spec-panel td { border: 1px solid #ccc; padding: 15px; text-align: left; vertical-align: top; }.spec-panel thead th, .spec-panel thead td { background: var(--blue); color: #fff; }
.applications > div { display: flex; gap: 0; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: -15px; }
.applications article { flex: 0 0 33.333333%; scroll-snap-align: start; padding: 0 15px 25px; }.applications article img { width: 100%; aspect-ratio: 360/240; object-fit: cover; margin-bottom: 30px; }.applications h3 { font: 400 22px/1.2 "Oswald", sans-serif; margin-bottom: 20px; }.applications article p { font-weight: 300; line-height: 1.75; }
.quote-link { width: 160px; height: 42px; margin: 35px auto 0; border-radius: 24px; display: flex; align-items: center; justify-content: center; background: var(--blue); color: #fff; font-size: 14px; }
.related > div { display: flex; overflow: hidden; margin-inline: -15px; }.related > div > a { flex: 0 0 25%; padding: 0 15px; margin-bottom: 40px; }.related img { width: 100%; aspect-ratio: 570/360; object-fit: cover; }.related h3 { text-align: center; font: 200 18px/1.3 "Oswald", sans-serif; margin-top: 20px; }

.side-contact { position: fixed; right: 16px; top: 45%; z-index: 45; width: 60px; height: 60px; background: var(--blue); display: grid; place-items: center; }.side-contact img { width: 30px; }
.site-footer { background: #438de0; color: #fff; padding: 25px 0; }
.footer-inner { width: min(1140px, calc(100% - 40px)); margin: auto; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.22); }.footer-logo { width: 162px; }.footer-main p { font-size: 13px; margin: 12px 0 0; opacity: .9; }
.socials { display: flex; align-items: flex-end; justify-content: flex-end; gap: 15px; }.socials a { width: 30px; height: 30px; background: #fff; color: #2779c2; display: grid; place-items: center; font-weight: 700; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; font-size: 14px; }.footer-bottom a { margin-right: 30px; }.footer-bottom p { margin: 0; opacity: .65; }
.cookie-banner { position: fixed; z-index: 100; left: 0; right: 0; bottom: 0; background: #222; color: #fff; padding: 15px 28px; display: grid; grid-template-columns: 1fr 140px; gap: 30px; align-items: center; font-size: 14px; line-height: 1.6; }.cookie-banner p { margin: 0; }.cookie-banner a { color: var(--blue); }.cookie-banner button { height: 42px; border: 0; border-radius: 5px; background: #fff; font-weight: 700; cursor: pointer; }
.search-panel { position: fixed; inset: 0; z-index: 120; background: rgba(255,255,255,.98); padding: 14vh max(20px, calc((100% - 760px)/2)); }.search-panel.show { display: block; }.search-panel label { color: #111; display: block; font: 400 40px/1.2 "Oswald", sans-serif; margin-bottom: 25px; }.search-panel input { width: 100%; height: 55px; border: 0; border-bottom: 2px solid #111; outline: 0; font-size: 20px; }.search-close { position: absolute; top: 25px; right: 30px; border: 0; background: none; font-size: 40px; cursor: pointer; }.search-results a { padding: 12px 0; display: flex; justify-content: space-between; border-bottom: 1px solid #ddd; }.search-results span { color: #999; }

@media (max-width: 1099px) {
  .site-header { height: 64px; }.header-inner { justify-content: center; width: 100%; }.brand, .brand img { width: 190px; }.brand { flex: 0 0 190px; }
  .desktop-nav, .header-tools { display: none; }.menu-button { display: flex; position: absolute; left: 0; top: 0; width: 64px; height: 64px; border: 0; background: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px; cursor: pointer; }.menu-button span { width: 24px; height: 2px; background: var(--blue); }
  .mobile-drawer { display: block; position: fixed; z-index: 100; top: 0; left: -280px; bottom: 0; width: 280px; background: #f7f7f7; transition: left .25s; }.mobile-drawer.show { left: 0; }.drawer-top { height: 44px; background: #438de0; color: #fff; display: flex; align-items: center; gap: 24px; padding: 0 22px; }.drawer-close { display: none; position: absolute; left: 280px; top: 0; width: 44px; height: 44px; border: 0; background: transparent; color: #111; font-size: 34px; }.mobile-drawer.show .drawer-close { display: block; }.drawer-links a { min-height: 42px; border-bottom: 1px solid #ddd; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; font: 400 16px "Oswald", sans-serif; }.drawer-links b { color: var(--blue); font-size: 28px; font-weight: 300; }.page-mask { position: fixed; inset: 0; z-index: 90; background: rgba(0,0,0,.7); }.page-mask.show { display: block; }
  .category-strip { overflow-x: auto; grid-template-columns: repeat(8, 125px); height: 105px; }.mega-menu { display: none; }
  .about-tabs a { margin-inline: 20px; }.about-banner h1 { padding-top: 55px; }
  .certificate-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 767px) {
  body { font-size: 14px; }.content-width { width: calc(100% - 30px); }.site-header { height: 40px; }.brand, .brand img { width: 154px; }.brand { flex: 0 0 154px; }.menu-button { width: 55px; height: 40px; }.menu-button span { width: 21px; }.breadcrumbs { min-height: 45px; white-space: nowrap; overflow-x: auto; }.breadcrumbs a::after { margin: 0 10px; }
  .home-slider { height: 500px; min-height: 500px; }.hero-inner { width: calc(100% - 40px); align-items: flex-end; padding-bottom: 45px; }.hero-title-wrap { width: 95%; padding: 0; }.home-slide h1 { width: 100%; padding: 0 5px; font-size: 35px; }.desktop-hero-text { display: none; }.mobile-hero-text { display: inline; background: rgba(30,136,229,.82); padding: 1px 5px 3px; box-decoration-break: clone; -webkit-box-decoration-break: clone; }.category-strip { height: 90px; grid-template-columns: repeat(8, 105px); }.category-strip span { width: 34px; height: 34px; }.category-strip span img { width: 32px; height: 32px; }.category-strip button { font-size: 13px; }
  .home-product-panels, .home-product-panel { min-height: 480px; }.home-product-panel { padding: 65px 25px 40px; }.home-product-info > p { margin-bottom: 28px; line-height: 1.65; }.home-product-info h2 { font-size: 22px; }.home-product-info > div { flex-direction: column; gap: 10px; }.home-product-info a { font-size: 16px; align-self: center; }.home-topics { grid-template-columns: 1fr; padding: 15px; gap: 15px; }.topic-features { min-height: 440px; gap: 15px; }.topic-features > a { padding: 25px; }.topic-news { grid-template-columns: 1fr; gap: 30px; padding: 25px 20px; }.daily-news h2 a { display: block; float: none; margin-top: 8px; }.coil-center h2 { margin-bottom: 30px; }.market-strip { grid-template-columns: 1fr 1fr; }.market-strip div { min-height: 150px; padding: 20px 10px; }.market-strip strong { font-size: 32px; }
  .products-overview { min-height: 100vh; }.overview-title { margin: 35px 0 25px; font-size: 27px; }.overview-grid { grid-template-columns: 1fr 1fr; gap: 15px; padding: 0 0 50px; margin-inline: 0; }.overview-card { margin-bottom: 0; padding-inline: 0; }.overview-card-copy img { width: 54px; height: 54px; margin-bottom: 5px; }.overview-card-copy b { font-size: 18px; }
  .page-title { font-size: 27px; margin: 30px 0 20px; }.product-grid { grid-template-columns: 1fr; gap: 25px; margin-inline: 0; }.product-card { margin-bottom: 0; padding-inline: 0; }.product-card h2 { font-size: 18px; margin-top: 10px; }
  .about-banner { height: 216px; }.about-banner h1 { font-size: 28px; line-height: 33.6px; padding-top: 92px; }.about-tabs { display: none; }.about-content { padding-top: 10px; }.about-content-full { padding-top: 0; }.about-story { padding: 30px 0; }.about-story-inner { width: 100%; padding-inline: 20px; }.story-block + .story-block { margin-top: 28.8px; }.story-block h2 { margin-bottom: 15px; font-size: 22px; line-height: 26.4px; }.story-block p { width: 90%; font-size: 16px; line-height: 24px; }.story-graphic { max-width: 420px; margin-top: 20px; }.story-video iframe { height: min(315px, 50vw); margin-top: 40px; }.about-ending { min-height: 300px; }.about-section { padding: 40px 0; }.about-section h2 { font-size: 28px; }.split { grid-template-columns: 1fr; gap: 25px; }.value-grid, .company-grid, .office-grid { grid-template-columns: 1fr; }.certificate-list { grid-template-columns: 1fr; }
  .vision-intro { padding: 30px 0; }.vision-values-band { min-height: 0; padding: 30px 0; }.vision-intro h2, .vision-values-band h2, .certificates-source h2 { margin-bottom: 15px; font-size: 22px; }.vision-intro p, .vision-values-band .vision-lead { width: 90%; line-height: 1.6; }.vision-values-band .vision-lead { padding-bottom: 25px; }.core-values-grid { grid-template-columns: 1fr; gap: 25px; }.core-values-grid article h3 { margin-bottom: 10px; font-size: 20px; }.core-values-grid article p { line-height: 1.65; }
  .affiliate-list { padding: 30px 0 10px; }.affiliate-row { grid-template-columns: 1fr; margin-bottom: 35px; }.affiliate-lead { padding: 0 0 20px; }.affiliate-details { border-left: 0; border-top: 1px solid #ddd; padding: 20px 0 0; }.affiliate-lead h3, .affiliate-details h4 { font-size: 20px; }.affiliate-lead p, .affiliate-details p { line-height: 1.65; }
  .office-source { padding: 30px 0 50px; }.office-source-grid { grid-template-columns: 1fr; gap: 35px; }.office-source-grid article { min-height: 0; }.office-source-grid h3 { margin-bottom: 15px; font-size: 20px; }
  .policy-source { padding: 30px 0 50px; }.policy-source p { margin-bottom: 30px; line-height: 1.65; }.policy-source h3 { margin-bottom: 15px; font-size: 22px; }
  .certificates-source { padding: 30px 0 50px; }.certificates-source > .content-width > p { width: 90%; margin-bottom: 30px; }.certificate-grid { grid-template-columns: 1fr; gap: 35px; }.certificate-card img { height: auto; max-height: 420px; }.certificate-card h3 { min-height: 0; margin-bottom: 15px; }
  .product-detail { grid-template-columns: 1fr; gap: 28px; padding: 15px 0 45px; margin-inline: 0; }.detail-copy { padding-left: 0; }.detail-copy h1 { font-size: 29px; }.thumbnails { display: flex; overflow-x: auto; }.thumbnails button { flex: 0 0 calc((100% - 20px)/3); }.properties { margin: 0 -15px; padding: 45px 15px; }.properties > div { grid-template-columns: 1fr; }.properties article { border-right: 0; border-bottom: 1px solid #ddd; padding: 25px 15px; }.properties article:last-child { border-bottom: 0; }.spec-section, .applications, .related { padding-top: 50px; }.spec-tabs { flex-wrap: nowrap; overflow-x: auto; }.spec-tabs button { white-space: nowrap; }.spec-panel { padding-top: 25px; }.applications article { flex-basis: 88%; }.related { margin-inline: -15px; padding-inline: 15px; }.related > div > a { flex-basis: 50%; }.related h3 { font-size: 15px; }
  .side-contact { width: 40px; height: 40px; right: 15px; }.side-contact img { width: 22px; }.footer-main { grid-template-columns: 1fr; gap: 25px; }.socials { justify-content: flex-start; flex-wrap: wrap; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }.footer-bottom a { margin-right: 20px; }.cookie-banner { grid-template-columns: 1fr; gap: 15px; padding: 18px 28px; font-size: 14px; }.cookie-banner button { width: 135px; }.search-panel label { font-size: 30px; }
}
