:root {
  --ink: #142027;
  --muted: #68757b;
  --line: #dfe5e5;
  --paper: #f6f7f4;
  --white: #fff;
  --navy: #0c2733;
  --teal: #0879bd;
  --teal-dark: #0566a2;
  --orange: #f58d1f;
  --yellow: #ffb23f;
  --shadow: 0 18px 50px rgba(16, 42, 50, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 15px/1.55 "DM Sans", Arial, sans-serif; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.shell { min-height: 100vh; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }

/* Public site */
.topbar { border-bottom: 1px solid rgba(255,255,255,.1); background: var(--navy); color: #d8e5e5; font-size: 12px; }
.topbar-inner, .nav-inner, .container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.topbar-inner { height: 35px; display: flex; justify-content: space-between; align-items: center; }
.topbar-right { display: flex; gap: 20px; color: #9cb2b5; }
.navbar { position: sticky; top: 0; z-index: 20; background: rgba(12,39,51,.97); color: #fff; }
.nav-inner { height: 76px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; }
.brand-logo { width: 43px; height: 36px; flex: none; object-fit: contain; }
.brand strong { font: 700 22px/1 "Barlow Condensed", sans-serif; letter-spacing: .04em; }
.brand small { display: block; margin-top: 2px; color: #8ea7aa; font-size: 9px; letter-spacing: .16em; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-link { position: relative; padding: 28px 0; color: #bccbcd; font-size: 13px; font-weight: 600; }
.nav-link:hover, .nav-link.active { color: #fff; }
.nav-link.active::after { content: ""; position: absolute; bottom: 17px; left: 0; right: 0; height: 2px; background: var(--yellow); }
.nav-cta { border: 1px solid rgba(242,194,75,.7); padding: 10px 16px; color: var(--yellow); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.mobile-menu { display: none; border: 0; background: transparent; color: #fff; font-size: 24px; }
.hero { min-height: max(640px, calc(100svh - 145px)); display: flex; align-items: center; position: relative; overflow: hidden; background: #143f4b; }
.hero::before { display: none; }
.hero::after { display: none; }
.hero-carousel { position: absolute; inset: 0; z-index: 0; overflow: hidden; touch-action: pan-y; }
.hero-carousel-track { position: absolute; inset: 0; display: flex; transform: translate3d(0, 0, 0); transition: transform .85s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.hero-slide { position: relative; flex: 0 0 100%; min-width: 0; }
.hero-slide img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-slide-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,28,37,.76) 0%, rgba(7,28,37,.45) 41%, rgba(7,28,37,.1) 74%, transparent 100%); }
.hero-carousel-controls { position: absolute; right: max(20px, calc((100% - 1180px) / 2)); bottom: 31px; z-index: 4; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.28); padding: 7px; background: rgba(7,28,37,.7); backdrop-filter: blur(10px); }
.hero-slide-index { min-width: 58px; display: flex; align-items: baseline; justify-content: center; gap: 4px; color: rgba(255,255,255,.58); font: 500 11px/1 "DM Sans", sans-serif; }
.hero-slide-index strong { color: #fff; font: 600 21px/1 "Barlow Condensed", sans-serif; }
.hero-carousel-btn { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); background: rgba(12,39,51,.4); color: #fff; box-shadow: none; }
.hero-carousel-btn svg { width: 17px; height: 17px; }
.hero-carousel-btn:hover, .hero-carousel-btn:focus-visible { border-color: var(--yellow); background: rgba(12,39,51,.85); color: var(--yellow); }
.hero-carousel-dots { display: flex; align-items: center; gap: 4px; margin: 0 2px; }
.hero-carousel-dot { width: 19px; height: 2px; border: 0; border-radius: 0; padding: 0; background: rgba(255,255,255,.28); transition: background .25s, width .25s; }
.hero-carousel-dot.active { width: 31px; background: var(--yellow); }
.hero-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; position: relative; z-index: 2; color: #fff; padding: 88px 0 90px; }
.hero-copy-slides { width: min(560px, 78vw); height: 86px; position: relative; }
.hero-copy-slide { position: absolute; inset: 0 auto auto 0; width: 100%; visibility: hidden; opacity: 0; transform: translateY(8px); transition: opacity .45s ease, transform .45s ease; }
.hero-copy-slide.active { visibility: visible; opacity: 1; transform: translateY(0); }
.hero-copy-slide h2 { margin: 12px 0 0; color: #fff; font: 600 44px/.95 "Barlow Condensed", sans-serif; letter-spacing: 0; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--yellow); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 31px; height: 2px; background: var(--yellow); }
.hero h1 { max-width: 630px; margin: 18px 0 16px; font: 700 72px/.9 "Barlow Condensed", sans-serif; letter-spacing: 0; text-transform: uppercase; }
.hero p { max-width: 450px; margin: 0; color: #d6e0df; font-size: 17px; }
.hero-actions { display: flex; gap: 13px; margin-top: 32px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; border: 1px solid transparent; padding: 11px 19px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.btn-primary { background: var(--orange); color: #fff; }
.btn-primary:hover { background: #dc5d38; }
.btn-ghost { border-color: rgba(255,255,255,.55); color: #fff; }
.btn-ghost:hover { background: rgba(255,255,255,.1); }
.btn-dark { background: var(--navy); color: #fff; }
.btn-outline { border-color: var(--line); background: #fff; color: var(--ink); }
.btn-small { min-height: 35px; padding: 8px 12px; font-size: 11px; }
.proof-rail { background: #081f29; color: #fff; }
.proof-rail-inner { min-height: 112px; display: grid; grid-template-columns: repeat(3, 1fr) 1.18fr; align-items: stretch; }
.proof-stat { display: grid; grid-template-columns: 28px auto; grid-template-rows: 1fr 1fr; align-items: end; column-gap: 12px; border-right: 1px solid rgba(255,255,255,.11); padding: 24px 24px 22px 0; }
.proof-stat + .proof-stat { padding-left: 24px; }
.proof-stat > span { grid-row: 1 / 3; align-self: center; color: var(--orange); font: 600 12px/1 "Barlow Condensed", sans-serif; }
.proof-stat strong { font: 600 31px/1 "Barlow Condensed", sans-serif; }
.proof-stat small { align-self: start; margin-top: 4px; color: #86a0a5; font-size: 10px; }
.proof-link { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 24px 0 24px 28px; color: var(--yellow); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.proof-link svg { width: 21px; height: 21px; }

.section { padding: 88px 0; }
.section.alt { background: #edf1ee; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 30px; }
.section-kicker { margin-bottom: 8px; color: var(--teal); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.section h2 { margin: 0; font: 600 47px/.95 "Barlow Condensed", sans-serif; letter-spacing: .015em; text-transform: uppercase; }
.section-head p { max-width: 390px; margin: 0; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { overflow: hidden; border: 1px solid var(--line); background: #fff; }
.product-image { aspect-ratio: 1.35; position: relative; background: #e6ecea; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.product-card:hover .product-image img { transform: scale(1.04); }
.product-tag { position: absolute; left: 13px; top: 13px; padding: 5px 8px; background: var(--yellow); color: #293238; font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.product-content { padding: 20px; }
.product-content h3 { margin: 0 0 8px; font: 600 26px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.product-content p { min-height: 49px; margin: 0 0 15px; color: var(--muted); font-size: 13px; }
.product-meta { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: 13px; color: var(--teal); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.product-meta a { color: var(--orange); }

/* Home highlights */
.popular-section { padding: 62px 0 68px; background: #fff; }
.popular-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 23px; }
.popular-heading h2 { margin: 0; font: 600 42px/.95 "Barlow Condensed", sans-serif; letter-spacing: .01em; text-transform: uppercase; }
.popular-heading p { max-width: 360px; margin: 0; color: var(--muted); font-size: 13px; }
.popular-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 11px; }
.popular-product-card { min-width: 0; border: 1px solid #dfe6e3; background: #f7f9f7; transition: transform .2s, box-shadow .2s; }
.popular-product-card:hover { transform: translateY(-4px); box-shadow: 0 13px 28px rgba(16,42,50,.1); }
.popular-product-image { aspect-ratio: 1.1; position: relative; overflow: hidden; background: #eef2f0; }
.popular-product-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .4s; }
.popular-product-card:hover .popular-product-image img { transform: scale(1.04); }
.popular-product-index { position: absolute; top: 9px; left: 9px; z-index: 2; color: var(--yellow); font: 600 16px/1 "Barlow Condensed", sans-serif; }
.popular-footer { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-top: 23px; color: #7a8988; font-size: 11px; }

/* Product series carousel */
.series-section { padding: 68px 0 73px; background: #f3f5f2; }
.series-section .container { width: min(1320px, calc(100% - 40px)); }
.series-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 25px; }
.series-heading h2 { margin: 0; font: 600 43px/.95 "Barlow Condensed", sans-serif; letter-spacing: .01em; text-transform: uppercase; }
.series-heading p { max-width: 380px; margin: 0; color: var(--muted); font-size: 13px; }
.series-carousel { position: relative; padding: 0 43px; }
.series-track { height: clamp(400px, 38vw, 510px); position: relative; overflow: hidden; perspective: 1200px; touch-action: pan-y; }
.series-card { width: 36%; position: absolute; left: 50%; top: 15px; overflow: hidden; border: 1px solid #d8e1de; background: #fff; opacity: 0; pointer-events: none; transform: translateX(-50%) scale(.72); transform-origin: center center; transition: left .55s ease, width .55s ease, opacity .4s ease, transform .55s ease, filter .45s ease; }
.series-card.is-active { width: 48%; left: 50%; z-index: 3; opacity: 1; pointer-events: auto; transform: translateX(-50%) scale(1); box-shadow: 0 22px 44px rgba(16,42,50,.15); }
.series-card.is-prev { left: 8%; z-index: 2; opacity: .82; pointer-events: auto; transform: translateX(-50%) scale(.88) rotateY(8deg); }
.series-card.is-next { left: 92%; z-index: 2; opacity: .82; pointer-events: auto; transform: translateX(-50%) scale(.88) rotateY(-8deg); }
.series-card.is-hidden { z-index: 0; visibility: hidden; }
.series-card-image { aspect-ratio: 1.35; position: relative; overflow: hidden; background: #d8e2df; }
.series-card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 68%, rgba(7,25,31,.24)); }
.series-card-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s; }
.series-card:hover .series-card-image img { transform: scale(1.045); }
.series-card-image > span { position: absolute; left: 13px; top: 12px; z-index: 1; color: var(--yellow); font: 600 24px/1 "Barlow Condensed", sans-serif; }
.series-card-body { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 15px 15px; }
.series-card-body > span { color: #26383d; font: 600 20px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.series-card-body strong { flex: none; color: var(--orange); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.series-card-body i { margin-left: 4px; font-style: normal; font-size: 15px; }
.series-carousel-btn { position: absolute; top: 43%; z-index: 5; width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid #c8d4d1; background: #fff; color: var(--teal); font-size: 18px; }
.series-carousel-btn:hover { border-color: var(--orange); color: var(--orange); }
.series-carousel-prev { left: 0; }
.series-carousel-next { right: 0; }
.series-dots { display: flex; justify-content: center; gap: 7px; margin-top: 5px; }
.series-dot { width: 7px; height: 7px; border: 0; border-radius: 50%; padding: 0; background: #b7c4c1; }
.series-dot.active { background: var(--orange); transform: scale(1.3); }

/* Supply & Service */
.supply-service-section { padding: 85px 0 88px; background: #eaf0ed; }
.supply-service-section.compact { padding: 72px 0 75px; }
.supply-service-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 31px; }
.supply-service-heading h2 { margin: 0; font: 600 52px/.9 "Barlow Condensed", sans-serif; letter-spacing: .01em; text-transform: uppercase; }
.supply-service-heading p { max-width: 410px; margin: 0; color: var(--muted); font-size: 13px; }
.supply-service-main { display: grid; grid-template-columns: 1.1fr .9fr; gap: 53px; align-items: stretch; }
.supply-service-photo { min-height: 425px; position: relative; overflow: hidden; background: #173b45; }
.supply-service-photo::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, transparent 55%, rgba(7,24,30,.72)); }
.application-slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.03); transition: opacity .65s ease, transform 1s ease; }
.application-slide.active { opacity: 1; transform: scale(1); }
.application-slide img { width: 100%; height: 100%; display: block; object-fit: cover; }
.application-slide span { position: absolute; right: 18px; bottom: 17px; z-index: 2; border: 1px solid rgba(255,255,255,.55); padding: 7px 10px; color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.application-controls { position: absolute; left: 17px; bottom: 16px; z-index: 3; display: flex; align-items: center; gap: 9px; }
.application-controls > div { display: flex; gap: 6px; }
.application-controls button { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); padding: 0; background: rgba(9,36,45,.55); color: #fff; }
.application-controls .application-dot { width: 7px; height: 7px; align-self: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.48); }
.application-controls .application-dot.active { background: var(--yellow); transform: scale(1.25); }
.supply-service-copy { display: flex; flex-direction: column; justify-content: center; }
.supply-service-overline { color: var(--teal); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.supply-service-copy h3 { max-width: 500px; margin: 13px 0 13px; font: 600 39px/.95 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.supply-service-copy > p { max-width: 460px; margin: 0; color: var(--muted); font-size: 14px; }
.supply-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 26px 0 26px; border-top: 1px solid #cbd7d2; border-bottom: 1px solid #cbd7d2; }
.supply-metrics div { padding: 14px 13px 14px 0; border-right: 1px solid #cbd7d2; }
.supply-metrics div + div { padding-left: 13px; }
.supply-metrics div:last-child { border-right: 0; }
.supply-metrics strong { display: block; color: var(--orange); font: 600 31px/1 "Barlow Condensed", sans-serif; }
.supply-metrics span { display: block; margin-top: 5px; color: #718080; font-size: 10px; line-height: 1.25; }
.service-points { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 38px; border: 1px solid #ced9d5; background: #ced9d5; }
.service-points article { min-height: 151px; padding: 19px 18px; background: #f8faf8; }
.service-number { color: var(--orange); font: 600 21px/1 "Barlow Condensed", sans-serif; }
.service-points h3 { margin: 14px 0 5px; font: 600 21px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.service-points p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.service-page-hero { padding: 91px 0 84px; background: var(--navy); color: #fff; }
.service-page-hero h1 { max-width: 670px; margin: 18px 0 16px; font: 700 82px/.88 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.service-page-hero p { max-width: 620px; margin: 0; color: #b7cece; font-size: 17px; }
.service-page .supply-service-section { background: #f3f6f4; }
.service-capabilities { padding: 82px 0 88px; background: var(--navy); color: #fff; }
.service-capabilities .section-kicker { color: var(--yellow); }
.service-capabilities-head { display: flex; justify-content: space-between; align-items: end; gap: 45px; margin-bottom: 36px; }
.service-capabilities-head h2 { max-width: 680px; margin: 0; font: 600 52px/.92 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.service-capabilities-head > p { max-width: 390px; margin: 0; color: #8ea6a9; font-size: 13px; }
.service-capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.service-capability-grid article { min-height: 205px; position: relative; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); padding: 24px; transition: background .25s; }
.service-capability-grid article:hover { background: rgba(255,255,255,.05); }
.service-capability-grid article > div { display: flex; justify-content: space-between; align-items: start; }
.service-capability-grid article > div span { color: var(--orange); font: 600 13px/1 "Barlow Condensed", sans-serif; }
.service-capability-grid svg { width: 25px; height: 25px; color: var(--yellow); }
.service-capability-grid h3 { margin: 48px 0 9px; font: 600 25px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.service-capability-grid p { max-width: 285px; margin: 0; color: #9bb0b3; font-size: 11px; line-height: 1.55; }
.service-process { padding: 82px 0 90px; background: #eaf0ed; }
.service-process .section-head h2 { margin: 0; font: 600 50px/.94 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.service-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid #cbd6d2; background: #cbd6d2; }
.service-process-grid article { min-height: 240px; position: relative; padding: 23px 21px 25px; background: #fff; }
.service-process-number { color: var(--orange); font: 600 31px/1 "Barlow Condensed", sans-serif; }
.service-process-grid article > svg { width: 26px; height: 26px; position: absolute; right: 21px; top: 23px; color: var(--teal); }
.service-process-grid strong { display: block; margin: 67px 0 10px; font: 600 21px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.service-process-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.service-immersive-hero { min-height: min(760px, calc(100svh - 75px)); display: flex; align-items: end; position: relative; overflow: hidden; color: #fff; }
.service-immersive-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-immersive-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,26,34,.88), rgba(6,26,34,.38) 58%, rgba(6,26,34,.1)); }
.service-immersive-hero .container { position: relative; z-index: 1; padding-bottom: 82px; }
.service-immersive-hero h1 { max-width: 680px; margin: 18px 0 16px; font: 700 82px/.88 "Barlow Condensed", sans-serif; letter-spacing: 0; text-transform: uppercase; }
.service-immersive-hero p { max-width: 560px; margin: 0 0 28px; color: #d4e1e1; font-size: 17px; }
.service-story { padding: 74px 0; background: #fff; }
.service-story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.service-story h2, .factory-feature h2, .factory-gallery h2 { margin: 0; font: 600 50px/.94 "Barlow Condensed", sans-serif; letter-spacing: 0; text-transform: uppercase; }
.service-story-grid > div:last-child > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.service-story-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 29px; background: var(--line); }
.service-story-metrics span { min-height: 88px; padding: 16px; background: #f3f6f4; color: #718080; font-size: 10px; text-transform: uppercase; }
.service-story-metrics strong { display: block; margin-bottom: 8px; color: var(--orange); font: 600 29px/1 "Barlow Condensed", sans-serif; }
.factory-feature { padding: 86px 0; background: #e8efeb; }
.factory-feature-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 58px; align-items: center; }
.factory-feature-main { position: relative; margin: 0; overflow: hidden; background: #183a43; }
.factory-feature-main img { width: 100%; aspect-ratio: 1.28; display: block; object-fit: cover; }
.factory-feature-main figcaption { position: absolute; right: 16px; bottom: 15px; border: 1px solid rgba(255,255,255,.55); padding: 7px 10px; background: rgba(7,28,37,.42); color: #fff; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.factory-feature-copy > p { margin: 16px 0 22px; color: var(--muted); line-height: 1.65; }
.factory-feature-copy ul { margin: 0; padding: 0; list-style: none; }
.factory-feature-copy li { display: grid; grid-template-columns: 130px 1fr; gap: 18px; border-top: 1px solid #cbd6d2; padding: 15px 0; }
.factory-feature-copy li strong { color: var(--teal); font-size: 12px; text-transform: uppercase; }
.factory-feature-copy li span { color: var(--muted); font-size: 12px; }
.factory-gallery { padding: 84px 0 90px; background: #fff; }
.factory-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.factory-gallery figure { margin: 0; overflow: hidden; border: 1px solid var(--line); background: #fff; }
.factory-gallery figure img { width: 100%; aspect-ratio: 1.23; display: block; object-fit: cover; transition: transform .45s ease; }
.factory-gallery figure:hover img { transform: scale(1.035); }
.factory-gallery figcaption { display: block; padding: 18px; }
.factory-gallery figcaption strong { display: block; font: 600 23px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.factory-gallery figcaption span { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; }

/* Product catalogue */
.catalog-page { background: #f3f5f2; }
.catalog-page > .contact-band { display: none; }
.catalog-hero { overflow: hidden; background: var(--navy); color: #fff; }
.catalog-hero-grid { min-height: 390px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: stretch; }
.catalog-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 65px 70px 65px 0; }
.catalog-hero-copy h1 { max-width: 560px; margin: 19px 0 17px; font: 700 68px/.88 "Barlow Condensed", sans-serif; letter-spacing: 0; text-transform: uppercase; }
.catalog-hero-copy > p { max-width: 520px; margin: 0; color: #b8cbcc; font-size: 16px; }
.catalog-hero-meta { display: flex; gap: 38px; margin-top: 35px; color: #91aaad; font-size: 11px; text-transform: uppercase; }
.catalog-hero-meta span { border-left: 2px solid var(--orange); padding-left: 12px; }
.catalog-hero-meta strong { display: block; margin-bottom: 4px; color: #fff; font: 600 27px/1 "Barlow Condensed", sans-serif; }
.catalog-hero-photo { min-height: 390px; position: relative; overflow: hidden; }
.catalog-hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,39,51,.22), transparent 34%); }
.catalog-hero-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.catalog-hero-photo > span { position: absolute; right: 19px; bottom: 17px; z-index: 1; border: 1px solid rgba(255,255,255,.45); padding: 7px 10px; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.catalog-nav-band { position: sticky; top: 76px; z-index: 15; border-bottom: 1px solid #d7dedd; background: #fff; }
.catalog-tabs { display: grid; grid-template-columns: repeat(6, 1fr); }
.catalog-tab { min-height: 78px; display: flex; align-items: center; gap: 9px; border-right: 1px solid #e0e5e3; border-bottom: 3px solid transparent; padding: 14px 13px; color: #536267; font-size: 12px; font-weight: 700; line-height: 1.25; text-transform: uppercase; }
.catalog-tab:first-child { border-left: 1px solid #e0e5e3; }
.catalog-tab > span { flex: none; color: #9ba8a7; font: 600 19px/1 "Barlow Condensed", sans-serif; }
.catalog-tab:hover { color: var(--teal); background: #f5f8f6; }
.catalog-tab.active { border-bottom-color: var(--orange); background: var(--navy); color: #fff; }
.catalog-tab.active > span { color: var(--yellow); }
.catalog-results { padding-top: 72px; }
.catalog-results-head { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 29px; }
.catalog-results-head > div > span { color: var(--teal); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.catalog-results-head h2 { margin-top: 9px; }
.catalog-results-head > p { max-width: 445px; margin: 0; color: var(--muted); font-size: 13px; }
.catalog-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.catalog-product-card { min-width: 0; border: 1px solid #dbe1df; background: #fff; }
.catalog-product-visual { aspect-ratio: 1.32; position: relative; overflow: hidden; background: #eef2f0; }
.catalog-product-visual::after { display: none; }
.catalog-product-visual > img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s; }
.catalog-product-card:hover .catalog-product-visual > img { transform: scale(1.035); }
.catalog-card-code { position: absolute; left: 13px; top: 13px; z-index: 3; border: 1px solid rgba(255,255,255,.65); padding: 5px 7px; background: rgba(12,39,51,.78); color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.catalog-product-body { padding: 18px 18px 19px; }
.catalog-product-top { display: flex; justify-content: space-between; gap: 9px; color: var(--teal); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.catalog-product-top span:last-child { color: #7d8b8e; }
.catalog-product-body h3 { margin: 12px 0 8px; font: 600 28px/1 "Barlow Condensed", sans-serif; letter-spacing: 0; text-transform: uppercase; }
.catalog-product-body > p { min-height: 60px; margin: 0 0 14px; color: var(--muted); font-size: 12px; }
.catalog-product-body dl { margin: 0; border-top: 1px solid var(--line); }
.catalog-product-body dl > div { display: grid; grid-template-columns: 80px 1fr; border-bottom: 1px solid var(--line); padding: 8px 0; font-size: 11px; }
.catalog-product-body dt { color: #879493; text-transform: uppercase; }
.catalog-product-body dd { margin: 0; color: #29363a; font-weight: 700; text-align: right; }
.catalog-spec-link { display: flex; align-items: center; justify-content: space-between; margin-top: 15px; color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.catalog-spec-link span { width: 24px; height: 24px; display: grid; place-items: center; background: var(--orange); color: #fff; font-size: 16px; }
.catalog-directory-section { border-top: 1px solid var(--line); padding: 78px 0 88px; background: #e9eeeb; }
.catalog-directory-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 26px; }
.catalog-directory-head h2 { margin: 0; font: 600 47px/.95 "Barlow Condensed", sans-serif; letter-spacing: 0; text-transform: uppercase; }
.catalog-directory-head p { max-width: 530px; margin: 10px 0 0; color: var(--muted); }
.catalog-directory-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.catalog-directory-grid.single { grid-template-columns: 1fr; }
.directory-card { min-width: 0; border: 1px solid #ccd6d3; background: #fff; box-shadow: 0 18px 45px rgba(16,42,50,.06); }
.directory-card header { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 18px; background: var(--navy); color: #fff; }
.directory-card header strong { font: 600 21px/1 "Barlow Condensed", sans-serif; letter-spacing: 0; text-transform: uppercase; }
.directory-card header span { color: #a9c0c0; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.directory-table-wrap { overflow-x: auto; }
.directory-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.directory-table th { padding: 10px 13px; background: #eef3f0; color: #6b7c7c; font-size: 10px; }
.directory-table td { border-bottom: 1px solid #e6ece9; padding: 11px 13px; color: #29363a; }
.directory-table td:not(:first-child) { white-space: nowrap; font-weight: 700; }
.directory-table .directory-other td { border-bottom: 0; background: #fff9e8; }
.directory-table .directory-other td { min-height: 140px; height: 140px; vertical-align: top; }
.directory-other strong { display: block; margin-bottom: 4px; color: var(--orange); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.directory-other span { display: block; white-space: pre-wrap; color: var(--muted); font-size: 11px; line-height: 1.45; }
.directory-other-content { min-height: 220px; padding: 28px 24px; background: #fff9e8; }
.directory-other-title { margin-bottom: 13px; color: var(--orange); font: 600 28px/1 "Barlow Condensed", sans-serif; letter-spacing: 0; text-transform: uppercase; }
.directory-other-content p { margin: 0; color: #425256; font-size: 14px; line-height: 1.75; }
.catalog-directory-image { overflow: hidden; margin: 0; border: 1px solid #ccd6d3; background: #fff; box-shadow: 0 18px 45px rgba(16,42,50,.08); }
.catalog-directory-image img { width: 100%; display: block; }
.applications { display: grid; grid-template-columns: 1.15fr 1fr; gap: 64px; align-items: center; }
.application-image { min-height: 435px; background: url("https://images.unsplash.com/photo-1519003722824-194d4455a60c?auto=format&fit=crop&w=1200&q=85") center/cover; }
.application-copy h2 { margin-bottom: 19px; }
.application-copy > p { max-width: 470px; color: var(--muted); }
.application-list { margin: 27px 0 30px; padding: 0; list-style: none; }
.application-list li { display: flex; align-items: start; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.check { flex: none; width: 21px; height: 21px; display: grid; place-items: center; background: var(--teal); color: white; font-size: 12px; }
.application-list strong { display: block; font-size: 14px; }
.application-list span { display: block; color: var(--muted); font-size: 12px; }
.wholesale-section { padding: 76px 0 0; overflow: hidden; background: #edf2ef; }
.quality-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
.quality-heading h2 { margin: 0; font: 600 52px/.92 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.quality-heading > p { max-width: 410px; margin: 0; color: var(--muted); font-size: 13px; }
.quality-band { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--navy); }
.quality-item { min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; border-right: 1px solid rgba(255,255,255,.12); padding: 30px max(25px, calc((100vw - 1180px) / 8)); color: #fff; background: #0c2733; transition: background .3s ease, transform .3s ease; }
.quality-item:nth-child(2) { background: #123c47; }
.quality-item:nth-child(3) { background: #0879bd; }
.quality-item:nth-child(4) { border-right: 0; background: #126d70; }
.quality-item::before { content: ""; width: 0; height: 3px; position: absolute; left: 0; top: 0; background: var(--yellow); transition: width .35s ease; }
.quality-item:hover::before { width: 100%; }
.quality-item:hover { transform: translateY(-5px); }
.quality-item-top { display: flex; justify-content: space-between; align-items: start; }
.quality-item-top > span { color: rgba(255,255,255,.48); font: 600 15px/1 "Barlow Condensed", sans-serif; }
.quality-icon { width: 49px; height: 49px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); color: #fff; }
.quality-icon svg { width: 24px; height: 24px; }
.quality-item h3 { max-width: 220px; margin: 0 0 13px; font: 600 29px/.95 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.quality-item p { max-width: 245px; margin: 0; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.55; }
.quality-arrow { position: absolute; right: 27px; bottom: 29px; width: 19px; height: 19px; color: var(--yellow); opacity: .78; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card { overflow: hidden; border: 1px solid var(--line); border-top: 3px solid var(--teal); background: #fff; }
.article-image { display: block; overflow: hidden; background: #dce5e1; }
.article-image img { width: 100%; aspect-ratio: 1.55; display: block; object-fit: cover; transition: transform .45s ease; }
.article-card:hover .article-image img { transform: scale(1.035); }
.article-card-body { padding: 21px 22px 23px; }
.article-date { color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.article-card h3 { margin: 15px 0 10px; font: 600 27px/1 "Barlow Condensed", sans-serif; letter-spacing: 0; text-transform: uppercase; }
.article-card p { margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.article-link { color: var(--teal); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.insights-hero { padding: 92px 0 86px; background: var(--navy); color: #fff; }
.insights-hero h1 { max-width: 680px; margin: 18px 0 14px; font: 700 74px/.9 "Barlow Condensed", sans-serif; letter-spacing: 0; text-transform: uppercase; }
.insights-hero p { max-width: 580px; margin: 0; color: #b8cbcc; font-size: 16px; }
.insights-hero-grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; }
.insights-index { min-width: 290px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); padding-top: 18px; }
.insights-index span { color: var(--orange); font: 600 13px/1 "Barlow Condensed", sans-serif; }
.insights-index strong { display: block; margin-top: 7px; color: #9fb2b5; font: 600 11px/1 "DM Sans", sans-serif; text-transform: uppercase; }
.insights-articles { padding: 82px 0 90px; background: #f3f5f2; }
.insights-section-head { display: flex; justify-content: space-between; align-items: end; gap: 35px; margin-bottom: 31px; }
.insights-section-head h2 { margin: 0; font: 600 50px/.94 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.insights-section-head > p { max-width: 420px; margin: 0; color: var(--muted); font-size: 13px; }
.insights-article-grid { display: grid; grid-template-columns: 1.22fr .78fr; gap: 18px; }
.insights-article-grid .article-card-featured { grid-row: span 2; }
.insights-article-grid .article-card-featured .article-image img { aspect-ratio: 1.55; }
.insights-article-grid .article-card-featured h3 { font-size: 35px; }
.insights-article-grid .article-card:not(.article-card-featured) { display: grid; grid-template-columns: .82fr 1.18fr; }
.insights-article-grid .article-card:not(.article-card-featured) .article-image img { height: 100%; aspect-ratio: auto; }
.insights-article-grid .article-card:not(.article-card-featured) .article-card-body { padding: 18px; }
.insights-article-grid .article-card:not(.article-card-featured) h3 { margin-top: 10px; font-size: 23px; }
.insight-resources { padding: 82px 0 88px; background: #fff; }
.insight-resource-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.insight-resource-grid article { min-height: 230px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 23px; background: #fff; }
.insight-resource-top { display: flex; justify-content: space-between; align-items: start; }
.insight-resource-top span { color: var(--orange); font: 600 14px/1 "Barlow Condensed", sans-serif; }
.insight-resource-top svg { width: 27px; height: 27px; color: var(--teal); }
.insight-resource-grid h3 { margin: 56px 0 9px; font: 600 23px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.insight-resource-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.insight-feature { padding: 88px 0; background: #e8efeb; }
.insight-feature-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 62px; align-items: center; }
.insight-feature-image { position: relative; overflow: hidden; background: var(--navy); }
.insight-feature-image img { width: 100%; aspect-ratio: 1.38; display: block; object-fit: cover; }
.insight-feature-image span { position: absolute; right: 15px; bottom: 14px; border: 1px solid rgba(255,255,255,.5); padding: 7px 10px; background: rgba(7,28,37,.48); color: #fff; font-size: 9px; text-transform: uppercase; }
.insight-feature-copy h2 { margin: 13px 0 16px; font: 600 45px/.94 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.insight-feature-copy p { margin: 0 0 25px; color: var(--muted); line-height: 1.7; }
.contact-hero { padding: 82px 0 76px; background: var(--navy); color: #fff; }
.contact-hero h1 { max-width: 760px; margin: 18px 0 16px; font: 700 76px/.9 "Barlow Condensed", sans-serif; letter-spacing: 0; text-transform: uppercase; }
.contact-hero p { max-width: 660px; margin: 0; color: #b8cbcc; font-size: 16px; }
.contact-enquiry { padding: 76px 0 84px; background: #f3f5f2; }
.contact-enquiry-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.contact-enquiry-grid > div > h2 { margin: 12px 0 14px; font: 600 48px/.95 "Barlow Condensed", sans-serif; letter-spacing: 0; text-transform: uppercase; }
.contact-enquiry-grid > div > p { max-width: 400px; color: var(--muted); }
.contact-form { max-width: none; box-shadow: var(--shadow); }
.faq-section { padding: 78px 0 86px; background: #fff; }
.faq-heading, .contact-info-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 31px; }
.faq-heading h2, .contact-info-heading h2 { margin: 8px 0 0; font: 600 50px/.95 "Barlow Condensed", sans-serif; letter-spacing: 0; text-transform: uppercase; }
.faq-heading > p, .contact-info-heading > p { max-width: 480px; margin: 0; color: var(--muted); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item > button { width: 100%; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 0; padding: 18px 5px; background: transparent; color: var(--ink); text-align: left; }
.faq-item > button > span { display: flex; align-items: center; gap: 11px; font-weight: 700; }
.faq-item > button > span svg { width: 18px; height: 18px; color: var(--teal); }
.faq-toggle { width: 18px; height: 18px; flex: none; transition: transform .25s; }
.faq-item.open .faq-toggle { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.faq-answer > p { overflow: hidden; margin: 0; color: var(--muted); font-size: 13px; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer > p { padding: 0 38px 23px; }
.contact-info-section { padding: 78px 0 88px; background: #e9eeeb; }
.contact-info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid #d5ddda; background: #d5ddda; }
.contact-info-grid article { min-width: 0; padding: 27px 22px; background: #fff; }
.contact-info-grid svg { width: 29px; height: 29px; margin-bottom: 25px; color: var(--teal); }
.contact-info-grid span { display: block; margin-bottom: 8px; color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-info-grid strong { display: block; overflow-wrap: anywhere; font: 600 22px/1.05 "Barlow Condensed", sans-serif; letter-spacing: 0; }
.contact-info-grid p { margin: 8px 0 0; color: var(--muted); font-size: 11px; }
.article-detail { background: #f3f5f2; }
.article-detail-head { padding: 68px 0 60px; background: var(--navy); color: #fff; }
.article-detail-head > .container { max-width: 860px; }
.article-detail-head > .container > a { display: inline-block; margin-bottom: 34px; color: var(--yellow); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.article-detail-head h1 { max-width: 820px; margin: 16px 0 14px; font: 700 61px/.94 "Barlow Condensed", sans-serif; letter-spacing: 0; text-transform: uppercase; }
.article-detail-head p { max-width: 690px; margin: 0; color: #b8cbcc; font-size: 16px; }
.article-detail-content { width: min(860px, calc(100% - 40px)); margin: 0 auto; padding: 58px 0 86px; }
.article-detail-media { width: min(720px, 100%); margin: 0 auto 42px; overflow: hidden; background: #dce5e1; }
.article-detail-media img { width: 100%; aspect-ratio: 1.62; display: block; object-fit: cover; }
.article-detail-content article { width: min(680px, 100%); margin: 0 auto; }
.article-detail-content article p { color: var(--muted); line-height: 1.75; }
.article-detail-content .article-lead { color: #334348; font-size: 17px; }
.article-detail-content article h2 { margin: 38px 0 10px; font: 600 32px/1 "Barlow Condensed", sans-serif; letter-spacing: 0; text-transform: uppercase; }
.article-detail-content article .btn { margin-top: 25px; }
.contact-band { background: var(--orange); color: #fff; }
.contact-band-inner { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 48px 0; }
.contact-band h2 { margin: 0; font: 600 42px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.contact-band p { margin: 7px 0 0; color: #ffebe3; }
.contact-band .btn { background: var(--navy); }
.footer { padding: 0 0 26px; background: #081f29; color: #afc0c2; }
.footer-intro { min-height: 148px; display: flex; align-items: center; justify-content: space-between; gap: 35px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-intro .section-kicker { color: var(--yellow); }
.footer-intro h2 { margin: 0; color: #fff; font: 600 45px/.95 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.footer-enquiry { display: inline-flex !important; align-items: center; gap: 13px; margin: 0 !important; border-bottom: 1px solid rgba(255,178,63,.6); padding: 9px 0; color: var(--yellow) !important; font-size: 11px !important; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-enquiry svg { width: 18px; height: 18px; }
.footer-grid { display: grid; grid-template-columns: 1.65fr .8fr .8fr 1.1fr; gap: 45px; padding: 42px 0 38px; }
.footer .brand { display: inline-flex; margin: 0 0 17px; }
.footer-copy { max-width: 285px; color: #82999c; font-size: 12px; }
.footer h4 { margin: 4px 0 16px; color: #fff; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.footer a, .footer p { display: block; margin: 9px 0; color: #8ea6a9; font-size: 12px; transition: color .2s; }
.footer-grid > div:not(.footer-brand) > a:hover { color: #fff; }
.footer-socials { display: flex; gap: 9px; margin-top: 23px; }
.footer-socials a { width: 39px; height: 39px; display: grid; place-items: center; margin: 0; border: 1px solid rgba(255,255,255,.2); color: #fff; }
.footer-socials a:hover, .footer-socials a:focus-visible { border-color: var(--yellow); background: var(--yellow); color: #081f29; }
.footer-socials svg { width: 18px; height: 18px; }
.footer-contact-list { display: grid; gap: 12px; }
.footer-contact-list > a, .footer-contact-list > div { min-width: 0; display: grid; grid-template-columns: 30px minmax(0, 1fr); align-items: center; gap: 10px; margin: 0; color: #a5b7ba; }
.footer-contact-list > a:hover { color: #fff; }
.footer-contact-list i, .footer-contact-list svg { width: 18px; height: 18px; color: var(--yellow); }
.footer-contact-list > a > i, .footer-contact-list > div > i, .footer-contact-list > a > svg, .footer-contact-list > div > svg { width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.16); padding: 6px; }
.footer-contact-list span { min-width: 0; overflow-wrap: anywhere; font-size: 11px; line-height: 1.35; }
.footer-contact-list small { display: block; margin-bottom: 2px; color: #648187; font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; color: #6e888d; font-size: 10px; }

/* Admin */
.admin-login { min-height: 100vh; display: grid; grid-template-columns: 1.1fr .9fr; background: var(--navy); }
.login-visual { position: relative; padding: 55px 9vw; background: url("https://images.unsplash.com/photo-1502877338535-766e1452684a?auto=format&fit=crop&w=1400&q=85") center/cover; color: white; }
.login-visual::after { content: ""; position: absolute; inset: 0; background: rgba(9,38,48,.78); }
.login-visual > * { position: relative; z-index: 1; }
.login-logo { display: inline-flex; align-items: center; gap: 11px; }
.login-visual h1 { max-width: 480px; margin: 31vh 0 18px; font: 600 74px/.88 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.login-visual p { max-width: 400px; color: #b7cece; }
.login-panel { display: flex; justify-content: center; align-items: center; padding: 40px; background: #f7f8f6; }
.login-form { width: min(370px, 100%); }
.login-form h2 { margin: 0 0 7px; font: 600 40px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.login-sub { margin: 0 0 30px; color: var(--muted); }
.field { display: block; margin-bottom: 17px; }
.field-label { display: block; margin-bottom: 7px; color: #526268; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #cfd8d6; border-radius: 0; padding: 12px 13px; outline: none; background: #fff; color: var(--ink); }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(21,125,120,.1); }
.field textarea { min-height: 105px; resize: vertical; }
.field textarea.article-body-input { min-height: 210px; }
.login-form .btn { width: 100%; margin-top: 7px; }
.demo-note { margin-top: 22px; padding: 12px; background: #e9efec; color: #5e6f70; font-size: 12px; }
.login-error { min-height: 21px; margin: 0 0 5px; color: #c64d38; font-size: 12px; }
.admin-layout { min-height: 100vh; display: flex; background: #f3f5f3; }
.admin-sidebar { width: 242px; flex: none; display: flex; flex-direction: column; background: var(--navy); color: #b7cacb; }
.admin-side-head { padding: 26px 23px; border-bottom: 1px solid rgba(255,255,255,.12); }
.admin-side-head .brand { margin: 0; }
.admin-side-head .brand strong { color: white; font-size: 20px; }
.admin-nav { padding: 20px 12px; }
.admin-nav-label { margin: 0 11px 8px; color: #66878a; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.admin-nav button { width: 100%; display: flex; align-items: center; gap: 11px; border: 0; border-left: 3px solid transparent; padding: 12px 13px; background: transparent; color: #a9bfc1; text-align: left; font-size: 13px; }
.admin-nav button:hover, .admin-nav button.active { border-left-color: var(--yellow); background: rgba(255,255,255,.08); color: #fff; }
.nav-glyph { width: 18px; color: var(--yellow); text-align: center; font-size: 15px; }
.side-bottom { margin-top: auto; border-top: 1px solid rgba(255,255,255,.12); padding: 18px 20px; }
.side-user { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.avatar { width: 31px; height: 31px; display: grid; place-items: center; background: var(--orange); color: #fff; font-size: 12px; font-weight: 700; }
.side-user strong { display: block; color: #fff; font-size: 12px; }
.side-user span { display: block; color: #779497; font-size: 11px; }
.logout { width: 100%; border: 1px solid rgba(255,255,255,.18); padding: 8px; background: transparent; color: #a8bcbc; font-size: 11px; }
.admin-main { min-width: 0; flex: 1; }
.admin-top { height: 76px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 0 36px; background: #fff; }
.admin-top h1 { margin: 0; font: 600 32px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.admin-top p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.admin-content { max-width: 1230px; padding: 32px 36px 60px; }
.dashboard-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 27px; }
.dash-card { border: 1px solid var(--line); padding: 19px; background: #fff; }
.dash-card-label { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.dash-card-value { margin-top: 11px; font: 600 39px/1 "Barlow Condensed", sans-serif; }
.dash-card-foot { margin-top: 7px; color: var(--teal); font-size: 11px; }
.admin-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.admin-panel { border: 1px solid var(--line); background: #fff; }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; border-bottom: 1px solid var(--line); padding: 17px 19px; }
.panel-head h2 { margin: 0; font: 600 23px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.panel-body { padding: 19px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 12px; }
th { padding: 10px 11px; background: #f4f7f5; color: #718080; font-size: 10px; letter-spacing: .08em; text-align: left; text-transform: uppercase; }
td { border-bottom: 1px solid #edf0ee; padding: 12px 11px; vertical-align: middle; }
.table-thumb { width: 42px; height: 34px; object-fit: cover; background: #e8efeb; }
.status { display: inline-block; padding: 4px 7px; background: #e6f2ed; color: #278067; font-size: 10px; font-weight: 700; }
.table-actions { display: flex; gap: 7px; }
.icon-btn { border: 0; padding: 5px 7px; background: #eef3f1; color: var(--teal); font-size: 11px; }
.icon-btn.danger { color: #c4553f; }
.category-list { margin: -4px 0 0; padding: 0; list-style: none; }
.category-list li { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #edf0ee; padding: 13px 2px; }
.category-list li:last-child { border: 0; }
.category-count { min-width: 25px; border-radius: 12px; padding: 3px 6px; background: #e7efec; color: var(--teal); font-size: 11px; text-align: center; }
.page-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-bottom: 20px; }
.toolbar-left { display: flex; gap: 9px; }
.search { min-width: 220px; border: 1px solid var(--line); padding: 10px 12px; background: #fff; }
.admin-table-card { border: 1px solid var(--line); background: #fff; }
.empty-state { padding: 43px 20px; color: var(--muted); text-align: center; }
.form-card { max-width: 760px; border: 1px solid var(--line); padding: 26px; background: #fff; }
.form-card.wide-form { max-width: none; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.span-2 { grid-column: 1 / -1; }
.form-actions { display: flex; gap: 10px; border-top: 1px solid var(--line); padding-top: 18px; }
.upload-field { border: 1px dashed #b9c9c7; padding: 12px; background: #f7faf8; }
.upload-preview { display: flex; align-items: center; gap: 12px; margin-bottom: 11px; }
.upload-preview img { width: 102px; height: 73px; object-fit: cover; background: #e3ebea; }
.upload-placeholder { width: 102px; height: 73px; display: grid; place-items: center; background: #e4ece9; color: #7e9291; font-size: 11px; text-align: center; }
.upload-note { margin-top: 3px; color: var(--muted); font-size: 11px; }
.content-manager { padding-bottom: 82px; }
.editor-section { margin-bottom: 42px; }
.editor-section-head { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 18px; border-bottom: 1px solid var(--line); padding-bottom: 14px; }
.editor-section-head span { color: var(--teal); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.editor-section-head h2 { margin: 5px 0 0; font-size: 24px; }
.editor-section-head p { max-width: 430px; margin: 0; color: var(--muted); font-size: 12px; text-align: right; }
.content-editor-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; margin-bottom: 16px; }
.content-editor-grid.two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.content-editor-card { min-width: 0; border: 1px solid var(--line); padding: 18px; background: #fff; }
.content-editor-card .form-grid { display: block; }
.content-editor-title { display: flex; align-items: center; gap: 10px; margin: -2px 0 18px; border-bottom: 1px solid #edf0ee; padding-bottom: 13px; }
.content-editor-title span { color: var(--orange); font: 600 23px/1 "Barlow Condensed", sans-serif; }
.content-editor-title strong { font-size: 14px; }
.content-editor-card .upload-preview { align-items: flex-start; }
.content-editor-card .upload-preview img, .content-editor-card .upload-placeholder { width: 100px; height: 76px; }
.directory-editor-card { grid-column: span 1; }
.directory-admin-grid { display: grid; grid-template-columns: 1fr 1fr 86px; gap: 7px; }
.directory-admin-head { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr 86px; gap: 7px; color: #718080; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.directory-admin-grid > input { min-width: 0; border: 1px solid #cfd8d6; padding: 9px 8px; color: var(--ink); }
.directory-other-field { grid-column: 1 / -1; margin-top: 8px; }
.directory-other-field textarea { min-height: 180px; }
.sticky-save { position: sticky; bottom: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 22px; border-top: 3px solid var(--teal); padding: 14px 17px; background: #fff; box-shadow: 0 -9px 25px rgba(12,39,51,.09); }
.sticky-save > span { color: var(--muted); font-size: 12px; }
.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.media-card { border: 1px solid var(--line); background: #fff; }
.media-card img { width: 100%; aspect-ratio: 1.4; display: block; object-fit: cover; background: #e8efeb; }
.media-card-body { padding: 12px; }
.media-card-body strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.media-card-body span { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; }
.media-card-actions { display: flex; justify-content: space-between; margin-top: 10px; }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 50; transform: translateY(15px); opacity: 0; pointer-events: none; border-left: 3px solid var(--teal); padding: 13px 17px; background: var(--navy); color: #fff; font-size: 12px; transition: .25s; }
.toast.show { transform: translateY(0); opacity: 1; }

@media (max-width: 900px) {
  .nav-links { display: none; position: absolute; top: 76px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 20px 18px; background: var(--navy); }
  .nav-links.open { display: flex; }
  .nav-link { padding: 11px 0; }
  .nav-link.active::after { display: none; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .mobile-menu { display: block; }
  .applications { grid-template-columns: 1fr; gap: 30px; }
  .contact-enquiry-grid { grid-template-columns: 1fr; gap: 30px; }
  .contact-info-grid { grid-template-columns: 1fr 1fr; }
  .application-image { min-height: 290px; }
  .popular-grid { grid-template-columns: repeat(3, 1fr); }
  .proof-rail-inner { grid-template-columns: repeat(2, 1fr); }
  .proof-stat:nth-child(2) { border-right: 0; }
  .proof-stat:nth-child(3) { border-top: 1px solid rgba(255,255,255,.11); }
  .proof-link { border-top: 1px solid rgba(255,255,255,.11); }
  .supply-service-heading { display: block; }
  .supply-service-heading p { margin-top: 14px; }
  .supply-service-main { grid-template-columns: 1fr; gap: 31px; }
  .supply-service-photo { min-height: 330px; }
  .service-points, .service-process-grid { grid-template-columns: 1fr 1fr; }
  .service-capability-grid { grid-template-columns: 1fr 1fr; }
  .service-capabilities-head { display: block; }
  .service-capabilities-head > p { margin-top: 14px; }
  .quality-band { grid-template-columns: repeat(2, 1fr); }
  .quality-item { min-height: 320px; padding: 27px; }
  .quality-item:nth-child(2) { border-right: 0; }
  .quality-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .service-page-hero h1 { font-size: 68px; }
  .service-story-grid, .factory-feature-grid { grid-template-columns: 1fr; gap: 34px; }
  .factory-gallery-grid { grid-template-columns: 1fr 1fr; }
  .insights-article-grid { grid-template-columns: 1fr; }
  .insights-article-grid .article-card-featured { grid-row: auto; }
  .insight-resource-grid { grid-template-columns: 1fr 1fr; }
  .insight-feature-grid { grid-template-columns: 1fr; gap: 34px; }
  .service-immersive-hero { min-height: 650px; }
  .catalog-hero-grid { grid-template-columns: 1fr; }
  .catalog-hero-copy { padding: 55px 0; }
  .catalog-hero-photo { min-height: 310px; }
  .catalog-nav-band { position: static; }
  .catalog-tabs { grid-template-columns: repeat(3, 1fr); }
  .catalog-product-grid { grid-template-columns: 1fr 1fr; }
  .admin-sidebar { width: 205px; }
  .admin-top, .admin-content { padding-left: 23px; padding-right: 23px; }
  .admin-grid { grid-template-columns: 1fr; }
  .content-editor-grid { grid-template-columns: 1fr 1fr; }
  .series-heading { display: block; }
  .series-heading p { margin-top: 13px; }
  .series-track { height: 420px; }
  .series-card { width: 42%; }
  .series-card.is-active { width: 58%; }
  .series-card.is-prev { left: 7%; }
  .series-card.is-next { left: 93%; }
  .series-card-image { aspect-ratio: 1.32; }
  .series-card-body > span { font-size: 18px; }
}
@media (max-width: 650px) {
  .topbar-inner, .nav-inner, .container, .hero-inner { width: min(100% - 28px, 1180px); }
  .series-section .container { width: min(100% - 28px, 1320px); }
  .topbar-right { display: none; }
  .hero { min-height: max(640px, calc(100svh - 136px)); }
  .hero-inner { padding: 66px 0 88px; }
  .hero-copy-slides { width: calc(100% - 20px); height: 72px; }
  .hero-copy-slide h2 { font-size: 35px; }
  .hero-carousel-controls { right: 14px; bottom: 22px; gap: 6px; padding: 6px; }
  .hero-slide-index { min-width: 47px; }
  .hero-carousel-btn { width: 34px; height: 34px; }
  .hero-carousel-dot { width: 10px; }
  .hero-carousel-dot.active { width: 21px; }
  .proof-rail-inner { width: 100%; grid-template-columns: repeat(2, 1fr); }
  .proof-stat { min-height: 98px; grid-template-columns: 21px auto; padding: 19px 14px; }
  .proof-stat + .proof-stat { padding-left: 14px; }
  .proof-stat strong { font-size: 27px; }
  .proof-stat small { font-size: 9px; }
  .proof-link { min-height: 72px; grid-column: 1 / -1; padding: 18px 14px; }
  .section { padding: 60px 0; }
  .section-head { display: block; }
  .section-head p { margin-top: 14px; }
  .section h2 { font-size: 40px; }
  .popular-section { padding: 53px 0 58px; }
  .popular-heading { display: block; }
  .popular-heading p { margin-top: 12px; }
  .popular-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .popular-footer { display: block; }
  .popular-footer .btn { margin-top: 15px; }
  .series-section { padding: 55px 0 60px; }
  .series-heading h2 { font-size: 40px; }
  .series-carousel { padding: 0 26px; }
  .series-track { height: 310px; }
  .series-card { width: 64%; top: 10px; }
  .series-card.is-active { width: 82%; }
  .series-card.is-prev { left: 2%; transform: translateX(-50%) scale(.82) rotateY(8deg); }
  .series-card.is-next { left: 98%; transform: translateX(-50%) scale(.82) rotateY(-8deg); }
  .series-card-image { aspect-ratio: 1.22; }
  .series-card-body { display: block; }
  .series-card-body strong { display: block; margin-top: 8px; }
  .series-carousel-btn { top: 40%; width: 31px; height: 31px; }
  .supply-service-section, .supply-service-section.compact { padding: 60px 0 64px; }
  .supply-service-heading h2 { font-size: 43px; }
  .supply-service-photo { min-height: 255px; }
  .supply-service-copy h3 { font-size: 33px; }
  .supply-metrics { gap: 0; }
  .supply-metrics div, .supply-metrics div + div { padding-left: 8px; padding-right: 8px; }
  .supply-metrics strong { font-size: 25px; }
  .supply-metrics span { font-size: 9px; }
  .service-points, .service-process-grid { grid-template-columns: 1fr; }
  .service-capabilities { padding: 59px 0 64px; }
  .service-capabilities-head h2 { font-size: 41px; }
  .service-capability-grid { grid-template-columns: 1fr; }
  .service-capability-grid article { min-height: 185px; }
  .service-process-grid article { min-height: 205px; }
  .service-page-hero { padding: 68px 0 60px; }
  .service-page-hero h1 { font-size: 54px; }
  .service-immersive-hero { min-height: 570px; }
  .service-immersive-hero .container { padding-bottom: 54px; }
  .service-immersive-hero h1 { font-size: 56px; }
  .service-story, .factory-feature, .factory-gallery { padding: 59px 0 64px; }
  .service-story h2, .factory-feature h2, .factory-gallery h2 { font-size: 40px; }
  .service-story-grid { gap: 24px; }
  .service-story-metrics { grid-template-columns: 1fr; }
  .service-story-metrics span { min-height: 68px; }
  .factory-feature-grid { gap: 29px; }
  .factory-feature-copy li { grid-template-columns: 105px 1fr; gap: 12px; }
  .factory-gallery-grid { grid-template-columns: 1fr; }
  .insights-hero { padding: 68px 0 62px; }
  .insights-hero h1 { font-size: 54px; }
  .insights-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .insights-index { min-width: 0; }
  .insights-articles, .insight-resources, .insight-feature { padding: 59px 0 64px; }
  .insights-section-head { display: block; }
  .insights-section-head h2 { font-size: 40px; }
  .insights-section-head > p { margin-top: 13px; }
  .insights-article-grid .article-card:not(.article-card-featured) { display: block; }
  .insights-article-grid .article-card:not(.article-card-featured) .article-image img { height: auto; aspect-ratio: 1.55; }
  .insight-resource-grid { grid-template-columns: 1fr; }
  .insight-resource-grid article { min-height: 190px; }
  .insight-feature-copy h2 { font-size: 39px; }
  .article-detail-head { padding: 50px 0 48px; }
  .article-detail-head h1 { font-size: 44px; }
  .article-detail-content { width: min(100% - 28px, 860px); padding: 38px 0 64px; }
  .article-detail-media { margin-bottom: 30px; }
  .contact-hero { padding: 62px 0 58px; }
  .contact-hero h1 { font-size: 52px; }
  .contact-enquiry { padding: 55px 0 62px; }
  .contact-enquiry-grid > div > h2 { font-size: 39px; }
  .faq-section, .contact-info-section { padding: 58px 0 64px; }
  .faq-heading, .contact-info-heading { display: block; }
  .faq-heading > p, .contact-info-heading > p { margin-top: 13px; }
  .faq-heading h2, .contact-info-heading h2 { font-size: 40px; }
  .faq-grid { grid-template-columns: 1fr; }
  .contact-info-grid { grid-template-columns: 1fr; }
  .catalog-hero-copy h1 { font-size: 53px; }
  .catalog-hero-meta { gap: 20px; }
  .catalog-tabs { display: flex; overflow-x: auto; }
  .catalog-tab { min-width: 170px; min-height: 67px; }
  .catalog-results-head, .catalog-directory-head { display: block; }
  .catalog-results-head > p { margin-top: 13px; }
  .catalog-product-grid { grid-template-columns: 1fr; }
  .catalog-directory-head .btn { margin-top: 18px; }
  .catalog-directory-grid { grid-template-columns: 1fr; }
  .catalog-directory-image { overflow-x: auto; }
  .catalog-directory-image img { min-width: 780px; }
  .product-grid, .article-grid, .quality-band { grid-template-columns: 1fr; }
  .quality-heading { display: block; margin-bottom: 25px; }
  .quality-heading h2 { font-size: 42px; }
  .quality-heading > p { margin-top: 13px; }
  .quality-band { gap: 0; }
  .quality-item { min-height: 250px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .contact-band-inner { display: block; padding: 36px 0; }
  .contact-band .btn { margin-top: 20px; }
  .footer-intro { min-height: 0; display: block; padding-top: 37px; padding-bottom: 34px; }
  .footer-intro h2 { font-size: 37px; }
  .footer-enquiry { margin-top: 20px !important; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 24px; padding: 34px 0 30px; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 5px; }
  .admin-login { grid-template-columns: 1fr; }
  .login-visual { min-height: 255px; padding: 25px; }
  .login-visual h1 { margin: 70px 0 8px; font-size: 53px; }
  .login-visual p { margin: 0; font-size: 13px; }
  .login-panel { padding: 35px 21px; }
  .admin-layout { display: block; }
  .admin-sidebar { width: 100%; min-height: 0; }
  .admin-side-head { padding: 15px 18px; }
  .admin-nav { display: flex; overflow-x: auto; gap: 3px; padding: 8px; }
  .admin-nav-label { display: none; }
  .admin-nav button { width: auto; flex: none; border-left: 0; border-bottom: 3px solid transparent; padding: 9px 11px; white-space: nowrap; }
  .admin-nav button:hover, .admin-nav button.active { border-bottom-color: var(--yellow); }
  .side-bottom { display: none; }
  .admin-top { height: auto; padding: 17px; }
  .admin-content { padding: 20px 14px 40px; }
  .dashboard-cards { grid-template-columns: 1fr 1fr; }
  .page-toolbar { display: block; }
  .toolbar-left { margin-top: 10px; }
  .search { width: 100%; }
  .form-grid { display: block; }
  .directory-admin-grid { grid-template-columns: 1fr; }
  .directory-admin-head { display: none; }
  .directory-admin-grid > input { width: 100%; margin-top: 7px; }
  .editor-section-head { display: block; }
  .editor-section-head p { margin-top: 9px; text-align: left; }
  .content-editor-grid, .content-editor-grid.two-columns { grid-template-columns: 1fr; }
  .content-manager { padding-bottom: 130px; }
  .sticky-save { align-items: stretch; flex-direction: column; }
  .sticky-save .btn { width: 100%; }
  .media-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
}
