:root {
  --bg: #05080c;
  --bg-2: #081018;
  --surface: #0e171f;
  --card: rgba(16, 28, 38, 0.72);
  --line: rgba(255, 255, 255, 0.09);
  --text: #eef4f8;
  --muted: #93a4b3;
  --blue: #00a3e0;
  --blue-2: #4ec8f0;
  --ink: #071018;
  --gold: #d7b07a;
  --ok: #7dcea0;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  --radius: 22px;
  --nav: 84px;
  --max: 1280px;
  --font: "Source Sans 3", "Segoe UI", sans-serif;
  --font-display: "Source Sans 3", "Segoe UI", sans-serif;
  --font-serif: "Instrument Serif", Georgia, serif;
  --fs-eyebrow: 0.6875rem;
  --fs-meta: 0.75rem;
  --fs-small: 0.8125rem;
  --fs-caption: 0.875rem;
  --fs-body: 1.0625rem;
  --fs-lead: 1.125rem;
  --fs-h3: clamp(1.25rem, 0.55vw + 1.1rem, 1.5rem);
  --fs-h2: clamp(1.75rem, 1.6vw + 1.15rem, 2.5rem);
  --fs-h1: clamp(2.125rem, 2.8vw + 1rem, 3.25rem);
  --fs-display: clamp(2.25rem, 3.4vw + 0.8rem, 3.5rem);
  --fs-stat: clamp(1.5rem, 1.2vw + 1rem, 2.125rem);
  --fs-stat-lg: clamp(2rem, 2vw + 1rem, 2.75rem);
  --lh-heading: 1.14;
  --lh-body: 1.65;
  --track-heading: -0.02em;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font);
  font-size: var(--fs-body);
  font-weight: 400;
  background: var(--bg);
  color: var(--text);
  line-height: var(--lh-body);
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-wrap: break-word;
}
body.nav-open, body.lightbox-open { overflow: hidden; }
img, video, iframe, embed { max-width: 100%; }
iframe, embed { display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
ul { margin: 0; padding: 0; list-style: none; }

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 5;
  opacity: 0.09;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='.55'/></svg>");
}

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: var(--fs-eyebrow);
  font-weight: 600;
  color: var(--blue-2);
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--blue);
}

#mission, #chairman, #promoters, #plants, #locations, #rd, #qc, #al, #who, #Vision, #value { scroll-margin-top: 110px; }

h1, h2, h3, .display {
  font-family: var(--font-display);
  letter-spacing: var(--track-heading);
  line-height: var(--lh-heading);
  margin: 0;
  font-weight: 650;
}
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); }
.serif { font-family: var(--font-serif); font-weight: 400; letter-spacing: -0.015em; }
.muted { color: var(--muted); }
.center { text-align: center; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  max-width: 100%;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--blue);
  color: #041018;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: 0.25s ease;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 10px 30px rgba(0, 163, 224, 0.28); }
.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--line);
}
.btn-ghost:hover { border-color: var(--blue); color: var(--blue-2); box-shadow: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  overflow: visible;
  backdrop-filter: blur(22px);
  background: rgba(5, 8, 12, 0.55);
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  background: rgba(5, 8, 12, 0.88);
  border-bottom-color: var(--line);
}
.topbar {
  display: none;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  font-size: 12px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}
.topbar b { color: var(--text); font-weight: 600; }
.nav-row {
  min-height: var(--nav);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav-toggle { margin-left: auto; }
.nav { margin-left: auto; }
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
}
.logo img { height: 42px; width: auto; filter: brightness(1.15); }
.nav {
  display: none;
  align-items: center;
  gap: 6px;
}
.nav > li { position: relative; }
.nav a, .menu-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  border: 0;
  background: none;
  color: var(--muted);
  font-size: 0.9375rem;
  font-weight: 500;
  cursor: pointer;
}
.nav a:hover, .menu-btn:hover, .nav a.is-active, .nav .has-menu.is-active .menu-btn { color: var(--text); }
.nav a.btn, .nav-drawer a.btn {
  background: var(--blue);
  color: #041018;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  margin-left: 8px;
}
.nav a.btn:hover { color: #041018; }
.mega, .drop {
  position: absolute;
  top: calc(100% - 4px);
  left: 0;
  min-width: 240px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(10, 18, 26, 0.96);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: 0.2s ease;
}
.mega {
  width: 560px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
@media (hover: hover) and (pointer: fine) {
  .nav .has-menu:hover .drop, .nav .has-menu:hover .mega,
  .nav .has-menu:focus-within .drop, .nav .has-menu:focus-within .mega {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
}
.drop a, .mega a {
  border-radius: 12px;
  padding: 10px 12px;
}
.drop a:hover, .mega a:hover { background: rgba(0, 163, 224, 0.1); color: var(--blue-2); }
.nav-cta { margin-left: 8px; }
.nav-drawer { display: none; }
.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 90;
  margin-left: auto;
  min-width: 44px;
  min-height: 44px;
  height: 40px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid var(--blue);
  background: var(--blue);
  color: #041018;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.hero {
  position: relative;
  min-height: calc(100vh - 40px);
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1.1s ease, transform 7s ease;
}
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5,8,12,.18), rgba(5,8,12,.18) 40%, rgba(5,8,12,.92)),
    radial-gradient(80% 60% at 80% 10%, rgba(0,163,224,.18), transparent);
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 0 72px;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}
.hero h1 {
  font-size: var(--fs-display);
  max-width: 16ch;
  margin: 18px 0 22px;
}
.hero p.lead {
  max-width: 52ch;
  font-size: var(--fs-lead);
  color: #d5e3ec;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.hero-stats strong {
  display: block;
  font-family: var(--font-display);
  font-size: var(--fs-stat);
  letter-spacing: var(--track-heading);
}
.hero-stats span { color: var(--muted); font-size: 13px; }

.home-page .section { padding: 80px 0; }
.home-page .section-head { align-items: end; }
.home-page .section-head h2 {
  max-width: none;
}

.home-banner {
  position: relative;
  min-height: min(86vh, 760px);
  overflow: hidden;
}
.home-banner-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}
.home-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5,8,12,.35) 0%, rgba(5,8,12,.18) 35%, rgba(5,8,12,.88) 100%),
    linear-gradient(90deg, rgba(5,8,12,.72) 0%, rgba(5,8,12,.2) 58%, rgba(5,8,12,.55) 100%);
}
.home-banner-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 340px);
  gap: 48px;
  align-items: end;
  min-height: min(86vh, 760px);
  padding: 56px 0 48px;
}
.home-hero-copy { min-width: 0; }
.home-kicker {
  font-size: var(--fs-meta);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue-2);
  font-weight: 650;
  margin-bottom: 18px;
}
.home-slogans {
  display: grid;
  align-items: start;
}
.home-slogan {
  grid-area: 1 / 1;
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--fs-display);
  font-weight: 650;
  line-height: 1.12;
  letter-spacing: var(--track-heading);
  max-width: min(16em, 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .6s ease;
}
.home-slogan.is-on { opacity: 1; }
.home-hero-lead {
  max-width: 48ch;
  color: #d7e4ed;
  font-size: var(--fs-lead);
  line-height: var(--lh-body);
  margin: 18px 0 0;
}
.home-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 28px;
  border-top: 1px solid rgba(255,255,255,.14);
}
.home-kpis div {
  padding: 16px 14px 0 0;
  border-right: 1px solid rgba(255,255,255,.1);
}
.home-kpis div:last-child { border-right: 0; padding-right: 0; }
.home-kpis b {
  display: block;
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  letter-spacing: var(--track-heading);
  color: var(--blue-2);
}
.home-kpis span { color: var(--muted); font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase; }
.home-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.home-desk {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 16px;
}
.home-desk-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home-desk-bar strong { flex: 1; letter-spacing: 0.16em; }
.home-desk-bar a { color: var(--blue-2); }
.home-live {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3ee0a0;
  box-shadow: 0 0 0 4px rgba(62,224,160,.18);
  font-size: 0;
}
.home-exhi-frame {
  position: relative;
  width: 100%;
  height: 188px;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}
.home-exhi-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  opacity: 0;
  transition: opacity .7s ease;
}
.home-exhi-frame img.is-on { opacity: 1; }
.home-desk-link {
  display: block;
  margin-top: 12px;
  color: var(--blue-2);
  font-size: 13px;
  font-weight: 650;
}
.home-tape {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--bg-2);
}
.home-tape-track {
  display: flex;
  gap: 36px;
  width: max-content;
  animation: slide 38s linear infinite;
  padding: 14px 0;
}
.home-tape span {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}
.home-tape span::before {
  content: "●";
  color: var(--blue);
  margin-right: 12px;
  font-size: 8px;
}
.home-welcome {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}
.home-welcome-photo {
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0b141c;
  position: relative;
}
.home-welcome-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center top;
  aspect-ratio: 1725 / 2529;
}
.home-welcome-photo figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(5,8,12,.55);
  padding: 8px 12px;
  border-radius: 999px;
}
.home-welcome h2 { font-size: var(--fs-h2); margin: 10px 0 18px; max-width: 16ch; }
.home-welcome p { color: var(--muted); margin: 0 0 14px; line-height: 1.7; }
.home-welcome p b { color: var(--text); font-weight: 650; }
.home-welcome-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
  margin-top: 10px;
}
.home-pdf-btn {
  display: inline-flex;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.home-pdf-btn img {
  width: 176px;
  height: auto;
  max-height: 52px;
  object-fit: contain;
}
.home-divisions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.home-div {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 280px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.home-div-media { position: absolute; inset: 0; }
.home-div-media img { width: 100%; height: 100%; object-fit: cover; }
.home-div::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,8,12,.1), rgba(5,8,12,.88) 72%);
}
.home-div-code, .home-div strong, .home-div ul { position: relative; z-index: 1; }
.home-div-code {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--ink);
  background: var(--blue);
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 800;
}
.home-div strong {
  display: block;
  padding: 0 18px 8px;
  font-size: 20px;
  letter-spacing: -0.03em;
}
.home-div ul { padding: 0 18px 18px; color: #c5d4de; font-size: 13px; }
.home-div li { padding: 3px 0; }
.home-div:hover { border-color: rgba(78,200,240,.45); }
.home-stats {
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.home-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.home-stats article {
  padding: 36px 8px 36px 0;
  border-right: 1px solid var(--line);
}
.home-stats article:last-child { border-right: 0; }
.home-stats article span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue-2);
  margin-bottom: 8px;
}
.home-stats strong {
  display: block;
  font-family: var(--font-display);
  font-size: var(--fs-stat-lg);
  letter-spacing: var(--track-heading);
  line-height: 1;
}
.home-stats small { color: var(--muted); font-size: 14px; }
.home-creds {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.home-cred {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 14px 10px 12px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--surface);
  text-align: center;
}
.home-cred img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  background: #fff;
  border-radius: 10px;
  padding: 8px;
}
.home-cred span { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.home-facilities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.home-plant {
  position: relative;
  min-height: 210px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.home-plant img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}
.home-plant span {
  position: absolute;
  inset: auto 0 0;
  padding: 16px;
  background: linear-gradient(transparent, rgba(5,8,12,.92));
}
.home-plant small {
  display: block;
  color: var(--blue-2);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 4px;
}
.home-plant h3 {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.03em;
  margin: 0;
}
.mile-nav { display: flex; gap: 8px; flex: none; }
.mile-nav .btn {
  min-height: 44px;
  width: 44px;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 500;
}
.mile-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px) / 4);
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.mile-track::-webkit-scrollbar { display: none; }
.mile-track .board {
  scroll-snap-align: start;
  min-height: 280px;
}
.board-idx-year {
  letter-spacing: 0.08em;
  font-size: 0.8125rem;
}
.home-wire { display: grid; border-top: 1px solid var(--line); }
.home-wire-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.home-wire-row time {
  color: var(--blue-2);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.home-wire-row strong { font-size: 18px; letter-spacing: -0.03em; font-weight: 650; }
.home-wire-row:hover strong { color: var(--blue-2); }
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 210;
  background: rgba(0,0,0,.86);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.video-modal.is-open { display: flex; }
.video-modal-card {
  position: relative;
  width: min(860px, 96vw);
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
}
.video-modal-card iframe { width: 100%; height: 100%; border: 0; display: block; }
.video-modal-card .lightbox-close { z-index: 2; }

.section { padding: 96px 0; }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  margin-bottom: 40px;
}
.section-head h2 { font-size: var(--fs-h2); max-width: 16ch; }
.section-head p { max-width: 38ch; }

.about-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.78fr);
  gap: 20px;
  align-items: start;
}
.about-stage-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-split {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 48px;
  align-items: start;
}
.about-copy h2 {
  font-size: var(--fs-h2);
  max-width: 16ch;
}
.about-copy p { color: var(--muted); margin: 0 0 16px; line-height: 1.7; }
.about-copy p:last-child { margin-bottom: 0; }
.about-copy p b { color: var(--text); font-weight: 650; }
.about-photo {
  margin: 0;
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0b141c;
}
.about-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center top;
  aspect-ratio: 1725 / 2529;
}
.about-photo figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(5,8,12,.55);
  padding: 8px 12px;
  border-radius: 999px;
}
.stat-board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.stat-board.is-2 {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.stat-board.is-3 { grid-template-columns: repeat(3, 1fr); }
.stat-board article {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 22px;
  border-radius: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  overflow: hidden;
  min-height: 132px;
}
.stat-board article::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 2px;
  background: var(--blue);
}
.stat-board.is-2 article { min-height: 168px; padding: 28px 24px; }
.stat-board.is-3 article { min-height: 160px; padding: 28px 24px; }
.stat-board strong {
  display: block;
  font-family: var(--font-display);
  font-size: var(--fs-stat);
  letter-spacing: var(--track-heading);
  color: var(--blue-2);
  margin-bottom: 8px;
  line-height: 1.1;
}
.stat-board.is-3 strong { font-size: var(--fs-stat-lg); color: var(--text); }
.stat-board span { color: var(--muted); font-size: var(--fs-caption); line-height: 1.4; }

.boards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: stretch;
}
.boards.is-4 { grid-template-columns: repeat(4, 1fr); }
.board {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 32px 28px 34px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: var(--surface);
  overflow: hidden;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.board::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 2px;
  background: var(--blue);
}
.board:hover {
  border-color: rgba(78,200,240,.38);
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(0,0,0,.32);
}
.board-idx {
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--blue-2);
  margin-bottom: 22px;
}
.board .eyebrow { margin-bottom: 12px; }
.board h3 {
  font-size: clamp(1.375rem, 0.9vw + 1.1rem, 1.75rem);
  line-height: var(--lh-heading);
  letter-spacing: var(--track-heading);
  margin: 0 0 16px;
}
.board p { color: var(--muted); margin: 0 0 12px; font-size: var(--fs-caption); line-height: var(--lh-body); }
.board p:last-child { margin-bottom: 0; }
.board-link,
.board.has-photo {
  color: inherit;
  text-decoration: none;
  padding: 0 0 28px;
}
.board-link::before,
.board.has-photo::before { display: none; }
.board-photo {
  display: block;
  height: 168px;
  overflow: hidden;
  position: relative;
  margin: 0 0 8px;
}
.board-photo img { width: 100%; height: 100%; object-fit: cover; }
.board-photo::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 2px;
  background: var(--blue);
}
.board-link .board-idx,
.board-link .eyebrow,
.board-link h3,
.board-link p,
.board-link .board-list,
.board-link .board-meta,
.board.has-photo .board-idx,
.board.has-photo .eyebrow,
.board.has-photo h3,
.board.has-photo p,
.board.has-photo .board-list,
.board.has-photo .board-meta { padding-left: 28px; padding-right: 28px; }
.board-link .board-idx,
.board.has-photo .board-idx { padding-top: 22px; margin-bottom: 14px; }
.board-link h3,
.board.has-photo h3 { font-size: var(--fs-h3); margin-bottom: 14px; }
.board-list { color: var(--muted); font-size: var(--fs-caption); display: grid; gap: 0; }
.board-list li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
  line-height: 1.45;
}
.board-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.board-meta {
  margin-top: auto;
  padding-top: 16px;
  color: var(--blue-2);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.board .tech-icon,
.board .prod-icon { width: auto; height: 48px; object-fit: contain; margin-bottom: 12px; }
.boards.is-4 h3 { font-size: var(--fs-h3); }

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
}
.media-card {
  position: relative;
  min-height: 520px;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.media-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.glass {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  backdrop-filter: blur(18px);
}
.panel { padding: 32px; }
.panel h3 { margin-bottom: 10px; }
.panel p { color: var(--muted); margin: 0 0 8px; }
.panel a { color: var(--blue-2); }
.stat-pills { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.stat-pills div {
  padding: 18px;
  border-radius: 16px;
  background: rgba(0,163,224,.08);
  border: 1px solid rgba(0,163,224,.16);
}
.stat-pills span { color: var(--muted); font-size: 13px; }
.stat-pills strong { display: block; font-size: 22px; }

.about-grid p { color: var(--muted); margin: 0 0 16px; }
.about-grid p b { color: var(--text); font-weight: 650; }
.mvv p { color: var(--muted); margin: 0 0 12px; }
.mvv h3 { margin-bottom: 12px; }

.about-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 28px 32px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(0,163,224,.08);
}
.about-cta h2 { font-size: var(--fs-h2); max-width: 24ch; }

.promoter {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.promoter:last-child { border-bottom: 0; }
.promoter img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: top;
  border-radius: 22px;
  border: 1px solid var(--line);
}
.promoter h3 { font-size: var(--fs-h3); margin-bottom: 6px; }
.promoter-title { color: var(--blue-2); font-weight: 650; margin: 0 0 12px; }
.promoter p { color: var(--muted); margin: 0 0 12px; }
.about-subnav { margin-top: 22px; margin-bottom: 0; }
.company-row {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.company-row:last-child { border-bottom: 0; }
.company-row img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid var(--line);
}
.company-row h2 { font-size: var(--fs-h2); margin-bottom: 12px; }
.company-row p { color: var(--muted); margin: 0 0 16px; }
.company-fact {
  color: var(--text);
  margin: 6px 0;
}
.company-fact span {
  color: var(--blue-2);
  font-weight: 650;
  margin-right: 8px;
}
.company-fact span::after { content: " :"; }
.plant-album { margin-bottom: 48px; }
.plant-album .section-head { margin-bottom: 18px; }
.office-hero {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  margin-bottom: 28px;
  background: #0b141c;
}
.office-hero img { width: 100%; display: block; }
.office-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.office-card {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(14, 23, 31, 0.72);
}
.office-card h3 { font-size: var(--fs-h3); margin: 8px 0 12px; }
.office-card p { color: var(--muted); margin: 0 0 8px; }
.loc-map {
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  display: grid;
  place-items: center;
}
.loc-map img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.loc-map-india { min-height: 700px; }
.loc-map-world { min-height: 900px; }
.csr-icon { width: 48px; height: 48px; object-fit: contain; margin-bottom: 8px; }
.gri-frame {
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  min-height: 78vh;
  background: #0b141c;
}
.gri-frame embed { width: 100%; height: 78vh; border: 0; display: block; }

.bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.tile {
  grid-column: span 4;
  min-height: 280px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--line);
}
.tile.wide { grid-column: span 8; }
.tile img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.tile-copy {
  position: absolute;
  inset: auto 0 0;
  padding: 24px;
  background: linear-gradient(transparent, rgba(4,8,12,.92));
}
.tile h3 { font-size: var(--fs-h3); margin-bottom: 8px; }
.tile p, .tile ul { color: #d7e4ed; font-size: 14px; }
.tile ul { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.tile li {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}

.strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.strip article {
  padding: 36px 28px;
  border-right: 1px solid var(--line);
}
.strip article:last-child { border-right: 0; }
.strip strong {
  display: block;
  font-family: var(--font-display);
  font-size: var(--fs-stat-lg);
  letter-spacing: var(--track-heading);
  margin: 8px 0;
}

.cards-3, .cards-4 { display: grid; gap: 16px; }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.cards-4 { grid-template-columns: repeat(4, 1fr); }
.tech-icon { height: 56px; width: auto; margin-bottom: 12px; object-fit: contain; }
.tech-list { margin: 10px 0 0; padding-left: 18px; list-style: disc; color: var(--muted); }
.tech-list li { margin: 4px 0; }
.card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  min-height: 100%;
  transition: border-color .2s ease, transform .2s ease;
}
.card:hover {
  border-color: rgba(78,200,240,.35);
  transform: translateY(-2px);
}
.card img { width: 100%; height: 190px; object-fit: cover; }
.card img.tech-icon { width: auto; height: 56px; object-fit: contain; }
.card-body { padding: 22px; }
.card h3 { font-size: var(--fs-h3); margin-bottom: 8px; }
.card p { color: var(--muted); font-size: var(--fs-caption); }
.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  color: var(--blue-2);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.marquee {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #070d13;
}
.marquee-track {
  display: flex;
  gap: 42px;
  width: max-content;
  animation: slide 40s linear infinite;
  padding: 22px 0;
  align-items: center;
}
.marquee img { height: 54px; width: auto; object-fit: contain; filter: grayscale(0.2) brightness(1.1); }
@keyframes slide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.time-card {
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(180deg, #12202b, #0c151c);
  border: 1px solid var(--line);
  min-height: 180px;
}
.time-card b { color: var(--blue-2); font-size: 13px; letter-spacing: 0.16em; }
.time-card h3 { font-size: var(--fs-h3); margin: 10px 0 8px; }

.quote {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: center;
}
.quote > img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: top;
  border-radius: 28px;
}
.quote .sign {
  width: 180px;
  height: auto;
  margin-top: 18px;
  filter: invert(1) brightness(1.4);
}
.quote blockquote {
  margin: 0;
  font-family: var(--font-serif);
  font-size: var(--fs-h2);
  line-height: 1.28;
}

.page-hero {
  padding: 56px 0 28px;
  background:
    radial-gradient(60% 80% at 90% 0%, rgba(0,163,224,.18), transparent),
    linear-gradient(180deg, #0a141c, var(--bg));
  border-bottom: 1px solid var(--line);
}
.page-hero h1 { font-size: var(--fs-h1); margin: 12px 0 16px; max-width: 18ch; }
.page-hero p { max-width: 62ch; font-size: var(--fs-lead); color: var(--muted); }

.people { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.person img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: top;
  border-radius: 22px 22px 0 0;
}
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips span, .tag {
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: 13px;
  color: var(--muted);
  text-decoration: none;
}
.tag.is-on { background: var(--blue); color: #041018; border-color: var(--blue); }
.filter-bar { display: flex; gap: 10px; max-width: 640px; }
.filter-bar input { flex: 1; }

.dl-hero { padding-bottom: 56px; }
.dl-hero .dl-search { margin-top: 28px; }
.dl-section { padding-top: 48px; }
.dl-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  max-width: 720px;
}
.dl-search input {
  width: 100%;
  min-height: 56px;
  padding: 0 20px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(14, 23, 31, 0.85);
  color: var(--text);
  outline: none;
}
.dl-search input:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(0,163,224,.15); }
.dl-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}
.dl-nav {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(14, 23, 31, 0.72);
}
.dl-nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.3;
}
.dl-nav a b { color: var(--text); font-weight: 650; }
.dl-nav a:hover { background: rgba(0,163,224,.08); color: var(--text); }
.dl-nav a.is-on { background: var(--blue); color: #041018; }
.dl-nav a.is-on b { color: #041018; }
.dl-result { color: var(--muted); margin: 0 0 22px; }
.dl-block { margin-bottom: 42px; }
.dl-block-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.dl-block-head h2 { font-size: var(--fs-h2); margin-top: 8px; }
.dl-count {
  color: var(--muted);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.dl-pdf {
  flex: none;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(220, 50, 47, .14);
  color: #ff8b86;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}
.dl-go {
  flex: none;
  color: var(--blue-2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.dl-docs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.dl-doc, .dl-file {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--line);
  background: rgba(14, 23, 31, 0.55);
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}
.dl-doc {
  padding: 18px;
  border-radius: 18px;
  min-height: 108px;
}
.dl-files { display: grid; gap: 8px; }
.dl-file {
  padding: 12px 16px;
  border-radius: 14px;
}
.dl-doc:hover, .dl-file:hover {
  border-color: rgba(0,163,224,.45);
  background: rgba(0,163,224,.07);
  transform: translateY(-1px);
}
.dl-doc-copy, .dl-file-copy { flex: 1; min-width: 0; }
.dl-doc-copy strong, .dl-file-copy strong {
  display: block;
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.dl-doc-copy small, .dl-file-copy small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}
.dl-empty { padding: 48px 8px; }
.dl-empty h2 { margin-bottom: 10px; }
.dl-empty a { color: var(--blue-2); text-decoration: underline; }
.dl-table { display: grid; }
.dl-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
}
.dl-row:last-child { border-bottom: 0; }
.dl-row small { display: block; color: var(--muted); margin-top: 4px; }
.brochure-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.brochure-grid .btn { width: 100%; justify-content: center; text-align: center; }
.grades { display: grid; gap: 22px; margin-top: 28px; }
.grades h3 { margin: 0 0 10px; font-size: 18px; }
.grades ul { margin: 0; padding-left: 18px; display: grid; gap: 6px; }

.product-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}
.prod-subnav {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: 28px 0 0;
  padding-bottom: 4px;
  scrollbar-width: none;
}
.prod-subnav::-webkit-scrollbar { display: none; }
.prod-subnav a { flex: 0 0 auto; white-space: nowrap; }
.prod-intro {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 36px;
  align-items: center;
}
.prod-intro .media-card { min-height: 420px; }
.prod-intro .lead-copy {
  font-size: 18px;
  color: var(--muted);
  max-width: 54ch;
  margin: 0 0 22px;
}
.prod-cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.prod-brochure {
  display: inline-flex;
  align-items: center;
  max-width: min(420px, 100%);
}
.prod-brochure img {
  width: 100%;
  height: auto;
  max-height: 86px;
  object-fit: contain;
  object-position: left;
}
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 28px; }
.feature {
  padding: 20px;
  border-radius: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
}
.feature h3 { font-size: 18px; margin-bottom: 6px; }

.prod-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.prod-features.is-few { grid-template-columns: repeat(2, 1fr); }
.prod-feature {
  padding: 24px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(14, 23, 31, 0.72);
  min-height: 220px;
}
.prod-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
  margin-bottom: 16px;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}
.prod-feature h3 { font-size: 18px; margin-bottom: 10px; line-height: 1.25; }
.prod-feature p { color: var(--muted); margin: 0; font-size: 14px; line-height: 1.5; }
.prod-apps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.prod-apps li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
.prod-points { margin: 28px 0 0; padding-left: 18px; color: var(--muted); display: grid; gap: 10px; }
.prod-badges {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 14px;
}
.prod-badges figure {
  margin: 0;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: #fff;
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 110px;
}
.prod-badges img { max-height: 56px; width: auto; max-width: 100%; object-fit: contain; }
.prod-badges figcaption { font-size: 11px; color: #334155; text-align: center; }
.prod-families {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.prod-families.is-range { grid-template-columns: repeat(4, 1fr); }
.prod-families.is-catalog { grid-template-columns: 1fr; }
.prod-family {
  padding: 28px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(14, 23, 31, 0.72);
}
.prod-family h3 { font-size: var(--fs-h3); margin: 6px 0 14px; }
.prod-family p { color: var(--muted); margin: 0 0 12px; }
.prod-family ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0 24px;
}
.prod-family.is-wide ul { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.prod-families.is-range .prod-family ul { grid-template-columns: 1fr; }
.prod-family li {
  color: var(--muted);
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
  font-size: 14px;
}
.prod-family li a { color: var(--text); text-decoration: none; }
.prod-family li a:hover { color: var(--blue-2); }
.prod-notes { margin-top: 18px; }
.prod-block-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin: 56px 0 22px;
}
.prod-block-head h2 { font-size: var(--fs-h2); margin: 6px 0 0; }
.prod-sheets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.catalog { display: grid; gap: 18px; }
.catalog-block { padding: 24px; }
.catalog-block h3 { margin-bottom: 14px; }
.prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.prod-grid li {
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,.03);
  border: 1px solid var(--line);
  font-size: 14px;
}

.certs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.certs img, .cert-card img {
  width: 100%;
  height: 92px;
  object-fit: contain;
  background: #f4f7fb;
  border-radius: 16px;
  padding: 10px;
}
.cert-group { margin-bottom: 42px; }
.cert-group h3 { margin-bottom: 16px; }
.cert-card {
  display: grid;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.03);
  cursor: pointer;
  transition: border-color .2s ease, transform .2s ease;
}
.cert-card:hover { border-color: var(--blue); transform: translateY(-2px); }
.cert-card span { font-size: 13px; font-weight: 600; line-height: 1.3; }
.cert-card small { color: var(--muted); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.cert-card.is-pending { opacity: .55; cursor: default; }
.cert-card img { background: #f4f7fb; border-radius: 12px; height: 84px; padding: 8px; }
.lightbox.cert-lightbox {
  z-index: 200;
  padding: 28px 16px;
  align-items: center;
  justify-content: center;
}
.cert-viewer {
  width: min(1080px, 96vw);
  height: min(88vh, 920px);
  display: flex;
  flex-direction: column;
  background: #0b141c;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  position: relative;
}
.cert-viewer-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #101820;
  flex: none;
}
.cert-viewer-bar strong {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.3;
  min-width: 0;
}
.cert-viewer-bar .bar-actions { display: flex; align-items: center; gap: 8px; flex: none; }
.cert-stage {
  flex: 1;
  min-height: 0;
  position: relative;
  background: #f4f7fb;
}
.cert-stage img,
.cert-stage embed {
  display: none !important;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  max-width: none;
  max-height: none;
  object-fit: contain;
  background: #f4f7fb;
  padding: 0;
  border-radius: 0;
}
.cert-stage img.is-on,
.cert-stage embed.is-on { display: block !important; }

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.gallery img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  cursor: zoom-in;
}

.form {
  display: grid;
  gap: 12px;
}
.form input, .form textarea, .form select {
  width: 100%;
  border: 1px solid var(--line);
  background: #0b141c;
  border-radius: 14px;
  padding: 14px 16px;
  outline: none;
}
.form input:focus, .form textarea:focus, .form select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(0,163,224,.15);
}
.form option { color: #0b141c; background: #fff; }
.form textarea { min-height: 140px; resize: vertical; }
.form-success {
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(125, 206, 160, .12);
  color: var(--ok);
}
.form-success a { color: inherit; text-decoration: underline; }

.career-hero { padding-bottom: 56px; }
.career-hero p a { color: var(--blue-2); text-decoration: underline; text-underline-offset: 3px; }
.career-hero .stat-board {
  margin-top: 36px;
  max-width: 960px;
}
.career-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }

.career-section { padding-top: 48px; }
.career-section .boards { margin-bottom: 40px; }

.career-shell {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 32px;
  align-items: start;
}
.career-head { margin-bottom: 22px; align-items: end; }
.job-card {
  padding: 24px;
  margin-bottom: 14px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(14, 23, 31, 0.72);
  transition: border-color .2s ease, background .2s ease;
}
.job-card.is-on {
  border-color: rgba(0,163,224,.45);
  background: rgba(0,163,224,.08);
}
.job-card-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.job-loc { color: var(--muted); font-size: 13px; }
.job-card h3 { font-size: var(--fs-h3); margin: 12px 0 10px; }
.job-card p { color: var(--muted); margin-bottom: 16px; }

.apply-card {
  display: grid;
  gap: 8px;
  padding: 28px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(14, 23, 31, 0.88);
  position: sticky;
  top: 108px;
  box-shadow: var(--shadow);
}
.apply-card h2 { font-size: var(--fs-h2); margin: 6px 0 4px; }
.apply-note { margin: 0 0 10px; }
.apply-note a { color: var(--blue-2); }
.apply-card > label {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 8px;
}
.apply-card input:not([type="file"]), .apply-card textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #0b141c;
  border-radius: 14px;
  padding: 14px 16px;
  outline: none;
}
.apply-card textarea { min-height: 120px; resize: vertical; }
.apply-card input:focus, .apply-card textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(0,163,224,.15); }
.apply-card .btn { margin-top: 12px; width: fit-content; }
#apply { scroll-margin-top: 110px; }

.apply-card > label.file-drop,
.file-drop {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 72px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px dashed rgba(255,255,255,.2);
  background: #0b141c;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--text);
  margin-top: 0;
}
.file-drop:hover { border-color: var(--blue); }
.file-drop input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
.file-drop-copy { display: grid; gap: 2px; }
.file-drop-copy b { font-size: 15px; font-weight: 650; }
.file-drop-copy small { color: var(--muted); font-size: 13px; }

.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 24px; }
.map-card {
  min-height: 280px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
}

.footer {
  padding: 64px 0 28px;
  border-top: 1px solid var(--line);
  background: #070b10;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
}
.footer h4 { margin-bottom: 14px; font-size: 15px; }
.footer a, .footer p { color: var(--muted); font-size: 14px; }
.footer a:hover { color: var(--blue-2); }
.footer li { margin: 8px 0; }
.legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.reveal { opacity: 0; transform: translateY(18px); transition: 0.7s ease; }
.reveal.is-in { opacity: 1; transform: none; }

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.86);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 200;
  padding: 24px;
}
.lightbox.is-open { display: flex; }
.lightbox img { max-width: min(1100px, 92vw); max-height: 86vh; border-radius: 12px; }
.cert-lightbox .cert-stage img { max-width: none; max-height: none; border-radius: 0; }
.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  color: #000;
  font-size: 24px;
  cursor: pointer;
}
.cert-viewer .lightbox-close {
  position: static;
  width: 40px;
  height: 40px;
  flex: none;
}

.tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }
.tabs a, .tabs button {
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
  color: var(--muted);
  font-size: 0.875rem;
  font-weight: 500;
}
.tabs a.is-on, .tabs button.is-active { background: var(--blue); color: #041018; border-color: var(--blue); }
.ne-tabs { margin-top: 28px; margin-bottom: 0; }
.event-kind-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 720px;
  margin-top: 22px;
}
.event-kind-tabs a {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(14, 23, 31, 0.72);
  color: var(--text);
  font-weight: 700;
  padding: 12px 16px;
}
.event-kind-tabs a.is-on { background: var(--blue); color: #041018; border-color: var(--blue); }
.ne-section { padding-top: 48px; }
.news-feature {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: center;
  padding: 8px 0 36px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 8px;
}
.news-feature img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid var(--line);
}
.news-feature h2 { font-size: var(--fs-h2); margin: 10px 0 14px; }
.news-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 16px; }
.news-links a { color: var(--blue-2); font-weight: 650; }
.news-list { display: grid; }
.news-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.news-row time { color: var(--blue-2); font-size: 14px; font-weight: 650; }
.news-row h3 { font-size: var(--fs-h3); margin-bottom: 8px; }
.news-row p { color: var(--muted); margin: 0; }

.event-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.event-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(14, 23, 31, 0.72);
  display: grid;
  grid-template-rows: 170px auto auto;
}
.event-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  background: #0b141c;
}
.event-date {
  padding: 10px 16px 0;
  color: var(--blue-2);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.04em;
}
.event-copy { padding: 8px 16px 18px; }
.event-copy h3 { font-size: var(--fs-h3); margin-bottom: 8px; }
.event-booth { color: var(--text); font-size: 13px; margin: 0 0 6px; }
.event-loc { color: var(--muted); font-size: 13px; margin: 0; }

.panel-tab { display: none; }
.panel-tab.is-active { display: block; }

.poly-hero { padding-bottom: 12px; }
.poly-hero h1 { display: none; }
.poly-page { padding-top: 10px; }
.poly-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 28px;
}
.poly-title-row h1 {
  font-size: var(--fs-h1);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0;
  font-weight: 700;
}
.poly-menu { position: relative; flex: 0 0 auto; z-index: 8; }
.poly-menu-btn {
  display: block;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.poly-menu-btn img {
  width: min(280px, 72vw);
  height: auto;
  max-height: 72px;
  object-fit: contain;
}
.poly-menu-list {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% - 4px);
  min-width: 250px;
  margin: 0;
  padding: 8px 0;
  background: #5b5b5b;
  box-shadow: 0 12px 28px rgba(0,0,0,.28);
  z-index: 12;
}
.poly-menu.is-open .poly-menu-list,
.poly-menu:hover .poly-menu-list,
.poly-menu:focus-within .poly-menu-list { display: block; }
.poly-menu-list li { border-bottom: 1px dotted #dbe4f5; }
.poly-menu-list li:last-child { border-bottom: 0; }
.poly-menu-list a {
  display: block;
  padding: 10px 16px;
  color: #fff;
  font-size: 14px;
}
.poly-menu-list a:hover { background: rgba(255,255,255,.08); color: #fff; }
.poly-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.poly-tile {
  background: #fff;
  color: #1a2330;
  border-radius: 16px;
  border: 2px solid #e8ebf9;
  overflow: hidden;
  min-height: 248px;
  position: relative;
}
.poly-tile header {
  position: relative;
  color: #fff;
  padding: 18px 22px 32px;
  border-radius: 14px 14px 55% 55% / 14px 14px 28px 28px;
  box-shadow: 0 6px 8px rgba(0,0,0,.18);
  z-index: 1;
}
.poly-tile header:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 22px 22px 0;
  border-color: transparent var(--bg) transparent transparent;
}
.poly-tile header h2 {
  font-family: var(--font);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
}
.poly-tile.tone-teal header { background: #075f73; }
.poly-tile.tone-amber header { background: #db9111; }
.poly-tile.tone-blue header { background: #1371c4; }
.poly-tile.tone-green header { background: #3c9e37; }
.poly-tile-body {
  padding: 8px 22px 22px;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 10px;
}
.poly-tile-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.poly-tile-body p {
  margin: 0;
  color: #334155;
  font-size: 14px;
  line-height: 1.45;
  text-align: justify;
}
.poly-block-title {
  font-size: var(--fs-h2);
  margin: 48px 0 22px;
  letter-spacing: var(--track-heading);
}
.poly-range-head { align-items: center; margin: 36px 0 8px; }
.poly-range-head .poly-block-title { margin: 0; }
.poly-apps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.poly-apps li,
.poly-grades li {
  color: #011a87;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 14px;
  border-radius: 4px;
}
.poly-apps li.tone-green,
.poly-grades li.tone-green { background: #e4ffeb; }
.poly-apps li.tone-pink,
.poly-grades li.tone-pink { background: #f5d9de; }
.poly-apps li.tone-mint,
.poly-grades li.tone-mint { background: #e4ffeb; }
.poly-range {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 18px;
  margin-top: 12px;
}
.poly-brand {
  display: grid;
  place-items: center;
  text-align: center;
  gap: 10px;
  min-height: 150px;
  padding: 22px 16px 28px;
  background: #e8e8e8;
  color: #011a87;
  border-top: 10px solid #4ec2f5;
  position: relative;
}
.poly-brand:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  border: 20px solid transparent;
  border-bottom-color: #4ec2f5;
}
.poly-brand strong {
  font-size: 28px;
  font-weight: 650;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.poly-brand span {
  color: #3e454c;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  max-width: 22ch;
  line-height: 1.35;
}
.poly-family { scroll-margin-top: 110px; margin-top: 42px; }
.poly-family-title {
  display: inline-block;
  font-size: 20px;
  margin: 0 0 18px;
  padding: 10px 0;
  border-bottom: 3px solid var(--blue);
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.poly-grades {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.poly-grades a { color: #011a87; text-decoration: none; }
.poly-grades a:hover { text-decoration: underline; }

@media (min-width: 1281px) {
  .topbar { display: flex; }
  .nav { display: flex; }
  .nav-toggle { display: none !important; }
  .nav-drawer { display: none !important; }
}
@media (max-width: 1280px) {
  :root { --nav: 72px; }
  .logo img { height: 34px; max-width: min(150px, 42vw); object-fit: contain; object-position: left; }
  .nav-row { min-height: 72px; gap: 12px; position: relative; }
  .nav-toggle {
    display: inline-flex !important;
    position: relative;
    top: auto;
    right: auto;
    flex: none;
    background: var(--blue);
    border-color: var(--blue);
    color: #041018;
  }
  .nav-drawer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: fixed;
    top: calc(var(--nav) + 8px);
    left: 12px;
    right: 12px;
    bottom: auto;
    height: auto;
    max-height: calc(100dvh - var(--nav) - 20px);
    z-index: 80;
    background: #0b141c;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 10px 14px 18px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    box-shadow: var(--shadow);
  }
  .nav-drawer.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
  .nav-drawer a, .nav-drawer .menu-btn {
    width: 100%;
    justify-content: space-between;
    padding: 14px 8px;
    color: var(--text);
    text-align: left;
    cursor: pointer;
    touch-action: manipulation;
  }
  .nav-drawer .menu-btn::after {
    content: "+";
    font-size: 18px;
    line-height: 1;
    color: var(--blue-2);
  }
  .nav-drawer .has-menu.is-open .menu-btn::after { content: "–"; }
  .nav-drawer .drop, .nav-drawer .mega {
    position: static;
    opacity: 1;
    transform: none;
    pointer-events: none;
    display: none;
    width: 100%;
    min-width: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0 0 8px 12px;
    grid-template-columns: 1fr;
  }
  .nav-drawer .has-menu.is-open .drop,
  .nav-drawer .has-menu.is-open .mega { display: grid; pointer-events: auto; }
  .section { padding: 72px 0; }
  .page-hero { padding: 36px 0 24px; }
  .hero-stats, .strip, .cards-4, .people, .certs, .timeline { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .quote, .product-hero, .prod-intro, .contact-grid, .footer-grid, .section-head, .dl-shell, .career-shell, .promoter, .about-cta, .company-row, .home-banner-grid, .home-welcome, .about-split, .about-stage { grid-template-columns: 1fr; }
  .home-divisions, .home-facilities, .boards, .boards.is-4 { grid-template-columns: 1fr 1fr; }
  .home-creds, .home-kpis, .stat-board, .career-hero .stat-board { grid-template-columns: repeat(2, 1fr); }
  .about-stage .about-photo img { height: auto; }
  .home-stats-row, .home-wire-row { grid-template-columns: 1fr; }
  .home-banner, .home-banner-grid { min-height: 0; }
  .home-banner-grid { gap: 28px; padding: 28px 0 32px; }
  .home-welcome-photo img { min-height: 0; }
  .about-cta { display: grid; }
  .apply-card { position: static; width: 100%; }
  .apply-card .btn { width: 100%; }
  .news-feature, .news-row { grid-template-columns: 1fr; }
  .news-feature img { height: 220px; }
  .event-grid { grid-template-columns: 1fr 1fr; }
  .tile, .tile.wide { grid-column: span 12; }
  .cards-3, .prod-grid, .gallery, .brochure-grid, .dl-docs, .csr-pillars, .office-grid, .prod-features, .prod-features.is-few, .prod-families.is-range, .prod-apps, .poly-tiles, .poly-apps, .poly-range, .poly-grades { grid-template-columns: 1fr 1fr; }
  .poly-title-row { flex-wrap: wrap; }
  .poly-menu-list { right: auto; left: 0; max-width: min(280px, calc(100vw - 40px)); }
  .dl-nav { position: static; grid-template-columns: 1fr 1fr; }
  .mile-track { grid-auto-columns: calc((100% - 16px) / 2); }
  .loc-map-india, .loc-map-world { min-height: 420px; }
  .prod-intro .media-card, .media-card { min-height: 280px; }
  .quote > img { height: 320px; }
  .tabs, .about-subnav, .ne-tabs, .prod-subnav {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-right: -12px;
    padding-right: 12px;
  }
  .tabs::-webkit-scrollbar, .about-subnav::-webkit-scrollbar, .ne-tabs::-webkit-scrollbar { display: none; }
  .tabs a, .tabs button, .about-subnav a, .ne-tabs a { flex: 0 0 auto; white-space: nowrap; }
  .section-head { align-items: start; }
  .section-head h2, .page-hero h1, .home-welcome h2, .about-copy h2 { max-width: none; }
  .home-hero-actions, .career-hero-actions, .prod-cta { width: 100%; }
  .dl-search, .filter-bar { max-width: none; grid-template-columns: 1fr; }
  .dl-search .btn { width: 100%; }
  .gri-frame, .gri-frame embed { min-height: 60vh; height: 60vh; }
}
@media (max-width: 900px) {
  .wrap { width: min(var(--max), calc(100% - 28px)); }
  .home-facilities, .office-grid, .gallery { grid-template-columns: 1fr 1fr; }
  .boards, .boards.is-4, .cards-3 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .company-row img { height: 200px; }
  .promoter img { height: 240px; }
}
@media (max-width: 700px) {
  .hero-stats, .strip, .cards-3, .cards-4, .people, .certs, .timeline, .prod-grid, .stat-pills, .feature-grid, .brochure-grid, .dl-docs, .dl-nav, .career-stats, .career-steps, .event-grid, .csr-pillars, .prod-features, .prod-features.is-few, .prod-families.is-range, .prod-apps, .poly-tiles, .poly-apps, .poly-range, .poly-grades, .home-divisions, .home-stats-row, .home-kpis, .boards, .boards.is-4, .stat-board, .stat-board.is-3 {
    grid-template-columns: 1fr;
  }
  .gallery, .home-creds, .home-facilities, .office-grid { grid-template-columns: 1fr 1fr; }
  .stat-board.is-2 { grid-template-columns: 1fr 1fr; }
  .loc-map-india, .loc-map-world { min-height: 260px; }
  .hero { min-height: 0; }
  .hero h1, .page-hero h1 { font-size: var(--fs-h1); max-width: none; }
  .hero p.lead { font-size: var(--fs-body); }
  .hero-stats { margin-top: 28px; }
  .event-kind-tabs { grid-template-columns: 1fr; }
  .prod-family ul, .prod-family.is-wide ul { grid-template-columns: 1fr; }
  .prod-sheets { grid-template-columns: 1fr; }
  .mile-track { grid-auto-columns: 86%; }
  .section { padding: 56px 0; }
  .home-kpis div, .stat-board article { min-height: 0; }
  .home-plant, .home-plant img { min-height: 160px; height: 160px; }
  .gallery img { height: 120px; }
  .footer-grid { grid-template-columns: 1fr; }
  .legal { flex-direction: column; }
  .board:hover { transform: none; }
  .poly-menu-btn img { width: min(220px, 100%); }
}
@media (max-width: 480px) {
  .wrap { width: min(var(--max), calc(100% - 20px)); }
  .home-kpis { grid-template-columns: 1fr 1fr; }
  .home-hero-actions .btn, .career-hero-actions .btn { width: 100%; }
  .page-hero { padding: 28px 0 20px; }
  .section { padding: 44px 0; }
}
