



:root {
  --ink: #171717;
  --muted: #676962;
  --paper: #f5f5f2;
  --white: #ffffff;
  --line: #deded8;
  --sage: #9fa798;
  --green: #053d31;
  --green-dark: #032e26;
  --gold: #c4a45d;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--sage);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.page-shell { padding: 34px; }
.site-canvas {
  width: min(1480px, 100%);
  margin: 0 auto;
  background: var(--paper);
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 34px 110px rgba(20, 28, 20, .16);
}
.section-pad { padding-left: clamp(28px, 4.4vw, 76px); padding-right: clamp(28px, 4.4vw, 76px); }

.site-header {
  min-height: 84px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 18px clamp(28px, 4.4vw, 76px);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
  background: rgba(245,245,242,.94);
  backdrop-filter: blur(12px);
}
.brand { width: 124px; display: flex; align-items: center; }
.brand img { width: 100%; height: auto; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: clamp(25px, 3vw, 48px); font-size: 12px; }
.desktop-nav a { position: relative; color: #2f302e; }
.desktop-nav a::after { content: ""; height: 1px; background: var(--ink); position: absolute; left: 0; right: 100%; bottom: -6px; transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; gap: 10px; align-items: center; }
.button { display: inline-flex; min-height: 44px; padding: 0 21px; align-items: center; justify-content: center; border-radius: 999px; font-size: 12px; font-weight: 700; transition: transform .24s ease, background-color .24s ease, color .24s ease, border-color .24s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--green); }
.button-outline { border: 1px solid #8c8c86; }
.button-outline:hover { border-color: var(--ink); background: white; }
.button-small { min-height: 38px; padding: 0 18px; font-size: 11px; }
.button-gold { background: var(--gold); color: #172017; }
.button-gold:hover { background: #d0b570; }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; border-radius: 999px; padding: 0; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-button span { width: 16px; height: 1.5px; background: var(--ink); }
.mobile-nav { position: absolute; top: calc(100% + 10px); left: 18px; right: 18px; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 18px; box-shadow: 0 24px 65px rgba(0,0,0,.12); display: grid; gap: 4px; }
.mobile-nav a { padding: 14px; border-radius: 14px; font-size: 14px; }
.mobile-nav a:hover { background: #f3f3ef; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(240px, .58fr);
  column-gap: 80px;
  padding-top: clamp(64px, 8vw, 122px);
  position: relative;
  min-height: 780px;
  overflow: hidden;
}
.eyebrow { margin: 0 0 28px; font-size: 12px; letter-spacing: .06em; font-weight: 700; }
.hero h1, .section h2, .contact-panel h2 { margin: 0; letter-spacing: -.045em; font-weight: 600; line-height: .98; }
.hero h1 { font-size: clamp(56px, 7.6vw, 118px); max-width: 920px; }
.hero-sidecopy { padding-top: 70px; display: flex; align-items: flex-start; flex-direction: column; gap: 26px; max-width: 285px; }
.hero-sidecopy p { margin: 0; color: #3c3f3a; font-size: 14px; line-height: 1.55; }
.hero-visual { grid-column: 1 / -1; height: 390px; position: relative; margin: 36px -76px 0; perspective: 1000px; }
.module { position: absolute; border: 1px solid rgba(0,0,0,.12); box-shadow: 0 30px 65px rgba(7,27,17,.2); overflow: hidden; }
.module-main { width: 52%; height: 235px; left: 16%; bottom: 89px; background: linear-gradient(125deg,#164f3d 0%,#285f4a 42%,#0c352a 100%); transform: perspective(900px) rotateX(1deg) rotateY(-4deg); z-index: 3; }
.module-base { width: 57%; height: 120px; left: 17%; bottom: 2px; background: linear-gradient(125deg,#f3f0e8,#dbddd8); z-index: 4; }
.module-back { bottom: 72px; width: 35%; height: 198px; background: linear-gradient(135deg,#274e3b,#11372c); z-index: 1; }
.module-left { left: -2%; transform: skewY(2deg); }
.module-right { right: -4%; background: linear-gradient(135deg,#dfe0da,#f6f5ef); }
.module-ribs { position: absolute; inset: 0; opacity: .3; background: repeating-linear-gradient(90deg, transparent 0 30px, rgba(255,255,255,.55) 31px 33px, transparent 34px 48px); }
.module-base .module-ribs { background: repeating-linear-gradient(90deg, transparent 0 30px, rgba(0,0,0,.18) 31px 33px, transparent 34px 48px); opacity: .35; }
.module-code { position: absolute; left: 46%; top: 28px; color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.35; }
.module-base .module-code { color: #555; top: 26px; }
.module-word { position: absolute; right: 42px; bottom: 28px; font-size: clamp(34px, 5.2vw, 78px); font-weight: 700; letter-spacing: .02em; color: rgba(255,255,255,.88); }
.module-gold { position: absolute; width: 17px; height: 17px; right: 37px; top: 28px; transform: rotate(45deg); background: var(--gold); }
.module-mark { color: rgba(255,255,255,.48); position: absolute; right: 36px; bottom: 28px; font-weight: 700; letter-spacing: .1em; }
.module-line { position: absolute; left: 0; right: 0; top: 35%; border-top: 1px solid rgba(255,255,255,.25); }

.section { border-top: 1px solid var(--line); padding-top: clamp(72px, 7vw, 110px); padding-bottom: clamp(72px, 7vw, 110px); }
.section-heading { display: grid; grid-template-columns: 1.6fr .58fr; gap: 80px; align-items: start; margin-bottom: 56px; }
.section h2 { font-size: clamp(46px, 5.4vw, 78px); }
.heading-aside { padding-top: 8px; display: grid; justify-items: start; gap: 24px; }
.heading-aside p, .tech-intro { margin: 0; max-width: 340px; color: #4d4f4a; font-size: 13px; line-height: 1.55; }

.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 284px; gap: 14px; }
.service-card { grid-column: span 2; border-radius: 22px; overflow: hidden; position: relative; background: #d8ddd7; isolation: isolate; }
.service-wide { grid-column: span 3; }
.service-card:hover .scene { transform: scale(1.035); }
.service-card:hover .service-overlay { opacity: .84; }
.service-overlay { position: absolute; inset: 42% 0 0; z-index: 2; background: linear-gradient(180deg,transparent,rgba(11,18,14,.88)); transition: opacity .3s ease; }
.service-content { position: absolute; z-index: 3; inset: auto 22px 20px; color: white; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.service-content h3 { margin: 0 0 7px; font-size: 17px; }
.service-content p { margin: 0; max-width: 530px; font-size: 11px; line-height: 1.45; color: rgba(255,255,255,.76); }
.service-number { width: 34px; height: 34px; flex: 0 0 34px; border-radius: 999px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.32); display: grid; place-items: center; font-size: 9px; }

.scene { position: absolute; inset: 0; overflow: hidden; transition: transform .55s cubic-bezier(.22,.61,.36,1); background: linear-gradient(145deg,#a6aca5,#6d776f); }
.scene-grid { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.35) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.28) 1px,transparent 1px); background-size: 33px 33px; transform: perspective(800px) rotateX(66deg) scale(1.7); transform-origin: bottom; }
.scene-horizon { position: absolute; left: -10%; right: -10%; top: 31%; height: 4px; background: rgba(255,255,255,.4); box-shadow: 0 16px 0 rgba(255,255,255,.12); }
.scene-block { position: absolute; bottom: 18%; border-radius: 4px; box-shadow: 0 12px 25px rgba(0,0,0,.22); }
.scene-block.one { left: 12%; width: 30%; height: 39%; background: linear-gradient(145deg,#0d4638,#1b604a); }
.scene-block.two { left: 38%; width: 33%; height: 48%; background: linear-gradient(145deg,#dadbd6,#9fa39e); }
.scene-block.three { right: 7%; width: 18%; height: 31%; background: linear-gradient(145deg,#c3a258,#866f38); }
.scene-line { position: absolute; height: 2px; background: rgba(255,255,255,.55); transform-origin: left; }
.scene-line.a { width: 52%; left: 18%; top: 23%; transform: rotate(18deg); }
.scene-line.b { width: 38%; right: 3%; top: 17%; transform: rotate(106deg); }
.scene-badge { position: absolute; right: 9%; top: 12%; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; display: grid; place-items: center; color: white; font-weight: 700; }
.scene-engineering { background: linear-gradient(145deg,#9faca2,#58695d); }
.scene-engineering .scene-block.one { height: 57%; }
.scene-supply { background: linear-gradient(145deg,#b99b5b,#715f3c); }
.scene-supply .scene-block.one { background: #305844; }
.scene-operations { background: linear-gradient(145deg,#9fa8a8,#657175); }
.scene-quality { background: linear-gradient(145deg,#d4d2c9,#7f817a); }
.scene-quality .scene-block.three { background: #184839; }
.scene-technology { background: linear-gradient(145deg,#64786c,#243b31); }
.scene-technology .scene-block.two { background: linear-gradient(145deg,#e2e0d8,#b8b9b2); }

.industries { background: #f7f7f4; }
.industries-heading { margin-bottom: 68px; }
.industry-aside { justify-items: stretch; }
.slider-mark { display: flex; align-items: center; gap: 12px; color: #555; }
.slider-mark span { width: 35px; height: 35px; border: 1px solid var(--line); border-radius: 999px; display: grid; place-items: center; }
.slider-mark i { height: 1px; width: 52px; background: #65665f; }
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.industry-card { min-height: 330px; padding: 22px; background: #fff; border-radius: 22px; border: 1px solid transparent; display: flex; flex-direction: column; justify-content: space-between; transition: background .35s ease, color .35s ease, transform .35s ease; }
.industry-card:hover { transform: translateY(-6px); border-color: #d6d6cf; }
.industry-card-active { background: #474643; color: white; }
.industry-icon { width: 56px; height: 56px; border-radius: 999px; background: var(--ink); color: white; display: grid; place-items: center; font-size: 11px; }
.industry-card-active .industry-icon { background: white; color: var(--ink); }
.industry-card h3 { font-size: 17px; margin: 0 0 12px; }
.industry-card p { margin: 0; max-width: 235px; font-size: 12px; line-height: 1.55; color: #555952; }
.industry-card-active p { color: rgba(255,255,255,.68); }

.tech-heading { align-items: start; }
.tech-intro { justify-self: end; padding-top: 39px; }
.tech-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: clamp(34px,5vw,82px); align-items: stretch; }
.tech-visual-wrap { position: relative; min-height: 480px; border-radius: 22px; overflow: hidden; }
.capability-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.capability { min-height: 240px; padding: 28px 22px 26px 0; border-bottom: 1px solid var(--line); position: relative; }
.capability:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 34px; }
.capability:nth-child(even) { padding-left: 34px; }
.capability h3 { margin: 0 0 12px; font-size: 16px; }
.capability p { margin: 0 0 36px; color: #5b5d58; font-size: 11px; line-height: 1.5; max-width: 300px; }
.arrow-link { position: absolute; bottom: 26px; display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; }
.arrow-circle { width: 28px; height: 28px; border-radius: 999px; background: var(--ink); color: white; display: grid; place-items: center; transition: transform .25s ease; }
.arrow-link:hover .arrow-circle { transform: translate(3px,-3px); }

.contact-section { padding-top: 28px; padding-bottom: 28px; background: #f7f7f4; }
.contact-panel { min-height: 390px; border-radius: 26px; background: var(--green-dark); color: white; padding: clamp(32px,5vw,72px); display: grid; grid-template-columns: 1.4fr .65fr; gap: 50px; align-items: center; position: relative; overflow: hidden; }
.eyebrow-light { color: rgba(255,255,255,.7); }
.contact-panel h2 { font-size: clamp(50px,6.4vw,92px); position: relative; z-index: 2; }
.contact-copy { display: grid; gap: 26px; justify-items: start; position: relative; z-index: 2; }
.contact-copy p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.6; max-width: 320px; }
.contact-orbit { position: absolute; width: 440px; height: 440px; right: -140px; bottom: -215px; border: 1px solid rgba(196,164,93,.35); border-radius: 999px; }
.contact-orbit::before, .contact-orbit::after { content: ""; position: absolute; border-radius: inherit; border: 1px solid rgba(196,164,93,.18); inset: 48px; }
.contact-orbit::after { inset: 96px; }
.contact-orbit span { position: absolute; left: 98px; top: 45px; width: 62px; height: 62px; border-radius: 20px; background: var(--gold); display: grid; place-items: center; color: var(--green-dark); font-size: 28px; font-weight: 800; transform: rotate(-8deg); }

.footer { padding-top: 54px; padding-bottom: 34px; background: #f7f7f4; }
.footer-top { border-top: 1px solid var(--line); padding-top: 34px; display: flex; justify-content: space-between; gap: 40px; }
.footer-top strong { font-size: 24px; letter-spacing: .04em; color: var(--green); }
.footer-top p { margin: 12px 0 0; max-width: 410px; color: #62645f; font-size: 12px; line-height: 1.55; }
.footer-links { display: flex; gap: 28px; font-size: 11px; }
.footer-links a:hover { text-decoration: underline; }
.footer-bottom { margin-top: 58px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #81827c; font-size: 10px; }

@media (max-width: 980px) {
  .page-shell { padding: 18px; }
  .site-canvas { border-radius: 26px; }
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .menu-button { display: flex; }
  .hide-mobile { display: none; }
  .hero, .section-heading { grid-template-columns: 1fr; gap: 30px; }
  .hero { min-height: auto; }
  .hero-sidecopy { padding-top: 0; max-width: 430px; }
  .hero-visual { margin-left: -28px; margin-right: -28px; }
  .heading-aside { max-width: 520px; }
  .service-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 285px; }
  .service-card, .service-wide { grid-column: span 1; }
  .service-card:last-child { grid-column: span 2; }
  .industry-grid { grid-template-columns: repeat(2,1fr); }
  .tech-intro { justify-self: start; padding-top: 0; }
  .tech-layout { grid-template-columns: 1fr; }
  .tech-visual-wrap { min-height: 430px; }
  .contact-panel { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .page-shell { padding: 0; }
  .site-canvas { border-radius: 0; }
  .site-header { min-height: 72px; padding: 14px 20px; }
  .brand { width: 108px; }
  .header-actions .button { display: none; }
  .section-pad { padding-left: 20px; padding-right: 20px; }
  .hero { padding-top: 58px; }
  .eyebrow { margin-bottom: 20px; }
  .hero h1 { font-size: clamp(50px,16vw,76px); }
  .hero-visual { height: 310px; margin-top: 24px; margin-left: -20px; margin-right: -20px; }
  .module-main { width: 69%; left: 9%; height: 172px; bottom: 82px; }
  .module-base { width: 75%; left: 9%; height: 94px; }
  .module-back { width: 45%; height: 150px; bottom: 65px; }
  .module-word { font-size: 34px; right: 22px; bottom: 20px; }
  .module-code, .module-mark { display: none; }
  .section { padding-top: 64px; padding-bottom: 64px; }
  .section h2 { font-size: clamp(42px,13vw,62px); }
  .section-heading { margin-bottom: 38px; }
  .service-grid { grid-template-columns: 1fr; grid-auto-rows: 285px; }
  .service-card, .service-wide, .service-card:last-child { grid-column: span 1; }
  .industry-grid { grid-template-columns: 1fr; }
  .industry-card { min-height: 255px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability:nth-child(odd) { border-right: none; padding-right: 0; }
  .capability:nth-child(even) { padding-left: 0; }
  .contact-section { padding-left: 12px; padding-right: 12px; }
  .contact-panel { padding: 34px 26px; min-height: 480px; }
  .footer-top { flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
  .footer-bottom { gap: 10px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
}

.hero-sidecopy-wide { max-width: 420px; }
.hero-kicker { font-weight: 700; color: var(--ink); }
.about-heading { margin-bottom: 44px; }
.about-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 18px; }
.about-mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.about-panel {
  background: #fff;
  border: 1px solid #e1e1db;
  border-radius: 24px;
  padding: 28px;
  min-height: 180px;
}
.about-panel-large {
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f4 100%);
  min-height: 100%;
  display: grid;
  align-content: start;
  gap: 18px;
}
.about-panel p { margin: 0; color: #535550; font-size: 13px; line-height: 1.68; }
.about-panel span { display: inline-block; margin-bottom: 14px; font-size: 16px; font-weight: 700; }

.product-photo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.product-photo-card {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #dfdfd8;
  background: #fff;
  display: grid;
}
.product-photo-wrap { position: relative; min-height: 280px; overflow: hidden; }
.product-photo {
  object-fit: cover;
  transition: transform .6s cubic-bezier(.22,.61,.36,1);
}
.product-photo-card:hover .product-photo { transform: scale(1.04); }
.product-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12,14,13,.08) 0%, rgba(12,14,13,.5) 100%);
}
.product-photo-label {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.4);
  color: white;
  font-size: 11px;
  font-weight: 700;
  z-index: 2;
  backdrop-filter: blur(8px);
}
.product-card-body { padding: 24px 24px 26px; }
.product-card-body h3 { margin: 0 0 12px; font-size: 22px; letter-spacing: -.02em; }
.product-intro, .product-note { margin: 0; color: #555952; font-size: 13px; line-height: 1.6; }
.product-list {
  list-style: none;
  padding: 0;
  margin: 18px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
}
.product-list li {
  position: relative;
  padding-left: 16px;
  color: #232522;
  font-size: 12px;
  line-height: 1.45;
}
.product-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--gold);
}

.featured-sourcing { background: #f7f7f4; }
.featured-sourcing-panel {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
  align-items: stretch;
}
.featured-copy {
  background: #fff;
  border: 1px solid #dfdfd8;
  border-radius: 24px;
  padding: clamp(26px, 4vw, 44px);
  display: grid;
  align-content: start;
  gap: 18px;
}
.featured-copy h2 { font-size: clamp(42px, 5vw, 68px); margin: 0; line-height: .98; letter-spacing: -.04em; }
.featured-copy p { margin: 0; color: #535550; font-size: 13px; line-height: 1.68; }
.featured-image-card { position: relative; min-height: 520px; border-radius: 24px; overflow: hidden; }
.featured-image { object-fit: cover; }
.photo-panel::after,
.featured-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,13,10,.06) 0%, rgba(8,13,10,.22) 100%);
}

.industry-grid-six { grid-template-columns: repeat(3, 1fr); }
.reasons-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.reason-card {
  min-height: 220px;
  padding: 24px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #e0e0d9;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.reason-card:hover { transform: translateY(-5px); border-color: #d2d2cb; box-shadow: 0 18px 34px rgba(19, 23, 20, .06); }
.reason-card h3 { margin: 0 0 14px; font-size: 18px; }
.reason-card p { margin: 0; color: #565954; font-size: 12px; line-height: 1.6; max-width: 300px; }

.tech-layout-extended { grid-template-columns: .9fr 1.1fr; }
.photo-panel { min-height: 100%; background: #d8ddd7; }
.photo-panel-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.04) 0%, rgba(0,0,0,.16) 100%); }
.capability-grid-five { grid-template-columns: repeat(2, 1fr); }
.capability-grid-five .capability:last-child { grid-column: span 2; }

.corporate-principles { background: #f7f7f4; }
.commitment-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
.commitment-strip span {
  min-height: 64px;
  display: grid;
  place-items: center;
  padding: 16px 18px;
  border-radius: 999px;
  background: white;
  border: 1px solid #e0e0d9;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.principles-grid { display: grid; grid-template-columns: .9fr 1.05fr 1.05fr; gap: 18px; }
.principle-panel {
  background: #fff;
  border: 1px solid #e0e0d9;
  border-radius: 24px;
  padding: 28px;
}
.principle-panel h3 { margin: 0; font-size: 28px; line-height: 1.24; letter-spacing: -.03em; }
.bullet-list { margin: 0; padding-left: 18px; display: grid; gap: 10px; }
.bullet-list li,
.value-item p { color: #565954; font-size: 12px; line-height: 1.6; }
.values-list { display: grid; gap: 16px; }
.value-item h4 { margin: 0 0 6px; font-size: 16px; }
.value-item p { margin: 0; }

.cta-button-group { display: flex; flex-wrap: wrap; gap: 12px; }
.button-outline-light {
  border: 1px solid rgba(255,255,255,.35);
  color: white;
}
.button-outline-light:hover { background: rgba(255,255,255,.1); }
.footer-tagline { color: var(--green) !important; font-weight: 700; }

@media (max-width: 1180px) {
  .product-list { grid-template-columns: 1fr; }
  .industry-grid-six, .reasons-grid { grid-template-columns: repeat(2, 1fr); }
  .principles-grid { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
  .about-grid,
  .featured-sourcing-panel,
  .product-photo-grid,
  .tech-layout-extended { grid-template-columns: 1fr; }
  .about-mini-grid,
  .commitment-strip,
  .industry-grid-six,
  .reasons-grid { grid-template-columns: repeat(2, 1fr); }
  .featured-image-card { min-height: 360px; }
  .capability-grid-five .capability:last-child { grid-column: span 1; }
}

@media (max-width: 640px) {
  .about-mini-grid,
  .industry-grid-six,
  .reasons-grid,
  .commitment-strip,
  .product-list { grid-template-columns: 1fr; }
  .product-photo-wrap { min-height: 240px; }
  .product-card-body h3 { font-size: 20px; }
  .featured-copy h2, .principle-panel h3 { font-size: 34px; }
  .featured-image-card { min-height: 300px; }
}

.industry-photo-grid { gap: 18px; }
.industry-card-photo {
  padding: 0;
  overflow: hidden;
  min-height: 390px;
  background: #fff;
  border: 1px solid #e0e0d9;
}
.industry-photo-wrap {
  position: relative;
  min-height: 220px;
  overflow: hidden;
}
.industry-photo {
  object-fit: cover;
  transition: transform .55s cubic-bezier(.22,.61,.36,1);
}
.industry-card-photo:hover .industry-photo { transform: scale(1.05); }
.industry-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,13,12,.08) 0%, rgba(10,13,12,.42) 100%);
}
.industry-card-photo .industry-icon {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
}
.industry-card-photo .industry-card-body {
  padding: 24px 24px 28px;
  display: grid;
  align-content: start;
  gap: 10px;
}
.industry-card-photo h3 { margin: 0; font-size: 18px; }
.industry-card-photo p { margin: 0; max-width: none; font-size: 12px; line-height: 1.6; }
.industry-card-active.industry-card-photo {
  background: #474643;
  color: white;
}
.industry-card-active.industry-card-photo .industry-card-body p { color: rgba(255,255,255,.72); }
.industry-card-active.industry-card-photo .industry-photo-overlay {
  background: linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.32) 100%);
}

@media (max-width: 980px) {
  .industry-card-photo { min-height: 360px; }
}

@media (max-width: 640px) {
  .industry-photo-wrap { min-height: 200px; }
  .industry-card-photo { min-height: 340px; }
}

/* Industries We Serve — photo cards */
.industry-card-photo {
  padding: 0;
  overflow: hidden;
  min-height: 390px;
  justify-content: flex-start;
  background: #fff;
}
.industry-card-image {
  position: relative;
  height: 210px;
  overflow: hidden;
}
.industry-photo {
  object-fit: cover;
  transition: transform .55s cubic-bezier(.22,.61,.36,1);
}
.industry-card-photo:hover .industry-photo { transform: scale(1.045); }
.industry-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12,14,13,.10) 0%, rgba(12,14,13,.24) 100%);
}
.industry-card-photo .industry-icon {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  background: rgba(16,16,16,.88);
  border: 1px solid rgba(255,255,255,.25);
  backdrop-filter: blur(8px);
}
.industry-card-photo.industry-card-active {
  background: #474643;
  color: white;
}
.industry-card-photo.industry-card-active .industry-icon {
  background: rgba(255,255,255,.94);
  color: var(--ink);
}
.industry-card-copy {
  padding: 24px 22px 26px;
  display: grid;
  align-content: start;
}
.industry-card-copy h3 { margin: 0 0 12px; }
.industry-card-copy p { margin: 0; }

@media (max-width: 640px) {
  .industry-card-photo { min-height: 360px; }
  .industry-card-image { height: 200px; }
}

/* Static-host compatibility */
.product-photo,.featured-image,.industry-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;}
.brand img{display:block;}
.site-header{position:relative;}
.mobile-nav[hidden]{display:none;}
@media(max-width:980px){.mobile-nav{z-index:999;}}
