:root {
	--navy: #07225f;
	--ink: #0d1733;
	--muted: #5c6881;
	--line: #dce4f2;
	--soft: #f5f8fc;
	--green: #1f8a3b;
	--teal: #007d86;
	--blue: #0b61ce;
	--red: #dc2626;
	--orange: #f97316;
	--purple: #6d28d9;
	--pink: #c2185b;
	--surface: #08142f;
	--surface-soft: #11254b;
	--surface-softest: #0d1f42;
	--text-light: #f8fbff;
	--text-muted-light: #a3b5d0;
	--overlay: rgba(3, 12, 32, .76);
	--shadow: 0 18px 60px rgba(7, 34, 95, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: var(--ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	background: #fff;
	line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.skip-link { position: absolute; left: -999px; top: 8px; }
.skip-link:focus { left: 8px; z-index: 20; background: #fff; padding: 8px 12px; }

.top-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  background: rgba(11,97,206,.08);
  color: var(--navy);
  font-size: 12px;
  padding: 10px 16px;
  border-radius: 999px;
  margin-bottom: 16px;
  border: 1px solid rgba(11,97,206,.12);
}

.top-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  background: #fff;
  border-radius: 999px;
  border: 1px solid rgba(11,97,206,.12);
  color: var(--navy);
  font-weight: 700;
  letter-spacing: .04em;
}

.top-strip span::before {
  content: '✔';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 11px;
}

.nav-shell {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 4vw, 56px);
  background: rgba(8, 20, 47, .96);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 60px rgba(7,34,95,.18);
}
.nav-shell .brand strong,
.nav-shell .brand small,
.nav-shell .tagline,
.nav-shell .site-nav a {
  color: #f8fbff;
}
.site-nav a:hover, .site-nav a.is-active {
  background: rgba(255,255,255,.12);
  color: #fff;
  transform: translateY(-1px);
}

.brand { display: flex; align-items: center; gap: 12px; min-width: 260px; }
.brand-logo {
  height: 60px;   /* adjust to fit your header */
  width: auto;
  display: block;
}

.brand strong {
  display: block;
  font-size: clamp(20px, 2.3vw, 28px);
  letter-spacing: -0.03em;
  text-transform: none;
  color: var(--ink);
  font-weight: 900;
}

.brand small {
  display: block;
  color: var(--muted);
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.tagline {
  margin-left: auto;
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
}

.brand small { display: block; color: var(--muted); font-weight: 700; font-size: 11px; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.site-nav a {
  padding: 12px 18px;
  border-radius: 999px;
  color: var(--ink);
  font-weight: 700;
  font-size: 14px;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.site-nav a:hover, .site-nav a.is-active {
  background: rgba(11,97,206,.12);
  color: var(--blue);
  transform: translateY(-1px);
}
.nav-toggle { display: none; }

.hero, .page-hero, .product-hero, .section {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}
.hero {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
	gap: 34px;
	align-items: center;
	min-height: 640px;
	padding: 58px 0;
}
.hero-content h1, .page-hero h1, .product-hero h1 {
	margin: 10px 0 18px;
	font-size: clamp(42px, 6vw, 76px);
	line-height: .95;
	letter-spacing: 0;
}
.hero-content p, .page-hero p, .product-hero p {
	color: var(--muted);
	font-size: 19px;
	max-width: 760px;
}
.eyebrow {
	display: inline-flex;
	color: var(--green);
	font-weight: 900;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .09em;
}
.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 18px;
	border-radius: 999px;
	background: rgba(31, 138, 59, .14);
	color: var(--green);
	font-weight: 800;
	font-size: 13px;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.hero-badge::before {
	content: none;
}

.badge-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--green);
	color: #fff;
	font-size: 14px;
	box-shadow: 0 6px 16px rgba(31, 138, 59, .22);
}.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border-radius: 6px;
	background: var(--navy);
	color: #fff;
	font-weight: 800;
	border: 1px solid var(--navy);
}
.button:hover { background: #0b348d; }
.button-ghost { background: #fff; color: var(--navy); }
.button-light { background: #fff; color: var(--navy); border-color: #fff; }
.hero-panel {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	padding: 18px;
	background:
		linear-gradient(135deg, rgba(11,97,206,.1), transparent),
		#fff;
	border: 1px solid var(--line);
	box-shadow: var(--shadow);
	border-radius: 8px;
}
.metric { min-height: 142px; padding: 20px; border-radius: 6px; background: var(--soft); }
.metric strong { display: block; font-size: 32px; color: var(--navy); }
.metric span { color: var(--muted); font-weight: 700; }

.hero-media {
	display: grid;
	gap: 18px;
}
.hero-image-stack {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}
.image-card {
	overflow: hidden;
	border-radius: 24px;
	background: #fff;
	border: 1px solid var(--line);
	box-shadow: var(--shadow);
}
.image-card img {
	width: 100%;
	height: auto;
	display: block;
}
.hero-caption {
	padding: 24px;
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(255,255,255,.96), #fff);
	border: 1px solid var(--line);
	box-shadow: var(--shadow);
}
.hero-benefits {
	margin: 18px 0 0;
	padding: 0;
	display: grid;
	gap: 10px;
	list-style: none;
}
.hero-benefits li {
	position: relative;
	padding-left: 30px;
	color: var(--muted);
}
.hero-benefits li::before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 0;
	color: var(--green);
	font-weight: 900;
}
.hero-with-background {
	position: relative;
	overflow: hidden;
}
.hero-with-background::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("assets/images/pharma-hero-pattern.svg") center/cover no-repeat;
	opacity: .18;
	pointer-events: none;
}
.hero-background {
	display: none;
}
.hero-with-background .hero-content,
.hero-with-background .hero-media {
	position: relative;
	z-index: 1;
}

.page-banner {
	position: relative;
	width: 100%;
	min-height: 72vh;
	display: grid;
	place-items: center;
	text-align: center;
	color: var(--text-light);
	padding: 160px 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.page-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(4, 12, 31, .78), rgba(2, 10, 26, .92));
	pointer-events: none;
}

.page-banner > * {
	position: relative;
	z-index: 1;
}

.banner-content {
	max-width: 980px;
	margin: 0 auto;
}

.banner-content .eyebrow {
	color: #9fc6ff;
	letter-spacing: .2em;
	font-size: 12px;
}

.banner-content h1,
.banner-content h2 {
	margin: 18px auto 18px;
	font-size: clamp(44px, 6vw, 78px);
	line-height: 1.02;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.banner-content p {
	color: var(--text-muted-light);
	font-size: 18px;
	max-width: 780px;
	margin: 0 auto;
}

.banner-pillars {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 48px;
}

.banner-pillars span {
	display: block;
	padding: 28px 32px;
	border-radius: 14px;
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.12);
	font-size: 14px;
	color: #e3efff;
}

.section {
	padding: 120px 0;
}

.section.section-dark,
.section.section-surface {
	background: var(--surface);
	color: var(--text-light);
}

.section.section-surface .section-head h2,
.section.section-surface .section-head p,
.section.section-surface .eyebrow,
.section.section-surface .check-list li {
	color: var(--text-light);
}

.section.section-surface .category-card,
.section.section-surface .product-card,
.section.section-surface .highlight-card,
.section.section-surface .hero-panel {
	background: rgba(255,255,255,.06);
	border-color: rgba(255,255,255,.12);
}

.section-banner {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: var(--text-light);
}

.section-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(2, 9, 27, .72);
}

.section-banner > * {
	position: relative;
	z-index: 1;
}

.banner-row {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
	gap: 34px;
	align-items: center;
}

.capability-grid,
.category-grid,
.product-grid,
.visual-grid {
	gap: 28px;
}

.capability-card,
.product-card,
.visual-card {
	border-radius: 18px;
	padding: 40px;
	background: rgba(255,255,255,.96);
	color: var(--ink);
	box-shadow: 0 22px 60px rgba(7,34,95,.09);
}

.capability-card h3,
.product-card h3 {
	margin: 0 0 12px;
}

.section-head h2 {
	font-size: clamp(32px, 4vw, 56px);
}

.section-head p {
	max-width: 760px;
}

@media (max-width: 900px) {
	.banner-pillars,
	.banner-row,
	.visual-grid,
	.highlight-grid {
		grid-template-columns: 1fr;
	}
}
.highlight-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
	margin-top: 32px;
}
.highlight-card {
	display: grid;
	gap: 16px;
	padding: 36px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid var(--line);
	box-shadow: 0 24px 70px rgba(7, 34, 95, .08);
}
.highlight-card h3 {
	margin: 0;
	font-size: 18px;
}
.highlight-card p {
	margin: 0;
	color: var(--muted);
}
.feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(11, 97, 206, .1);
	color: var(--blue);
	font-size: 18px;
}
.quality-image {
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid var(--line);
	box-shadow: var(--shadow);
}

.page-hero, .product-hero { padding: 64px 0 28px; }
.product-hero { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 36px; align-items: start; }
.section { padding: 54px 0; }
.section.compact { padding: 28px 0; }
.section-head { display: flex; flex-direction: column; gap: 16px; max-width: 760px; margin-bottom: 48px; }
.section h2, .section-head h2 { margin: 0; font-size: clamp(28px, 4vw, 46px); line-height: 1.04; }
.section p { color: var(--muted); }
.section.image-showcase {
	background: url("assets/images/pharma-section-pattern.svg") center top/cover no-repeat, #f6f9ff;
	padding-top: 64px;
	padding-bottom: 64px;
}
.section.image-showcase .section-head { max-width: 900px; }
.visual-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 24px;
}
.visual-card {
	border-radius: 20px;
	overflow: hidden;
	background: rgba(255,255,255,.94);
	border: 1px solid rgba(13, 23, 51, .08);
	box-shadow: 0 24px 70px rgba(7, 34, 95, .08);
}
.visual-card img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	display: block;
}
.visual-card p {
	margin: 0;
	padding: 18px;
	color: var(--muted);
}
@media (max-width: 900px) {
	.visual-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
	.visual-grid { grid-template-columns: 1fr; }
}

.feature-line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 18px 22px;
	border-radius: 8px;
	color: #fff;
	background: linear-gradient(90deg, var(--green), var(--navy));
}
.category-grid, .product-grid, .capability-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}
.category-card, .product-card, .capability-grid article, .info-panel, .spec-card {
	border: 1px solid var(--line);
	background: #fff;
	border-radius: 8px;
	padding: 22px;
	box-shadow: 0 8px 28px rgba(7, 34, 95, .06);
}
.category-card { min-height: 170px; border-top: 5px solid var(--blue); }
.category-card span, .product-card h3, .product-card h2 { font-weight: 900; color: var(--navy); }
.category-card p, .product-card p { color: var(--muted); }
.category-card.green { border-top-color: var(--green); }
.category-card.teal { border-top-color: var(--teal); }
.category-card.orange { border-top-color: var(--orange); }
.category-card.red { border-top-color: var(--red); }
.category-card.purple, .category-card.violet { border-top-color: var(--purple); }
.category-card.pink, .category-card.magenta { border-top-color: var(--pink); }
.category-card.cyan { border-top-color: var(--teal); }

.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: 32px; align-items: start; }
.reference-image { border-radius: 8px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.check-list { padding: 0; margin: 18px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; margin: 10px 0; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .45em; width: 13px; height: 13px; border-radius: 50%; background: var(--green); }
.pill, .status {
	display: inline-flex;
	padding: 5px 9px;
	background: #eaf3ff;
	color: var(--blue);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 900;
}
.product-card a, .product-table a { color: var(--blue); font-weight: 900; }

.filter-bar {
	display: grid;
	grid-template-columns: 1.5fr 1fr auto;
	gap: 14px;
	align-items: end;
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: var(--soft);
}
label span { display: block; font-weight: 900; margin-bottom: 6px; }
input, select, textarea {
	width: 100%;
	border: 1px solid #cbd6e8;
	border-radius: 6px;
	padding: 12px;
	font: inherit;
	background: #fff;
}
.product-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; }
.product-table { width: 100%; border-collapse: collapse; min-width: 820px; }
.product-table th { text-align: left; background: var(--navy); color: #fff; padding: 14px; }
.product-table td { padding: 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.product-table small { display: block; color: var(--muted); margin-top: 4px; }

.spec-card dl { margin: 0; }
.spec-card div { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.spec-card dt { color: var(--muted); font-weight: 800; }
.spec-card dd { margin: 0; font-weight: 900; text-align: right; }
.contact-form { display: grid; gap: 14px; }
.form-note { font-size: 13px; }

.site-footer { margin-top: 40px; background: var(--navy); color: #fff; }
.footer-cta, .footer-grid, .footer-bottom { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.footer-cta { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 42px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.footer-cta h2 { margin: 6px 0 0; font-size: 34px; line-height: 1.05; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 28px; padding: 34px 0; }
.footer-grid p { color: rgba(255,255,255,.78); }
.footer-bottom { display: flex; justify-content: space-between; padding: 18px 0 28px; color: rgba(255,255,255,.72); }

@media (max-width: 900px) {
	.top-strip { display: none; }
	.nav-shell { align-items: flex-start; }
	.nav-toggle { display: inline-flex; margin-left: auto; padding: 10px 12px; border-radius: 6px; border: 1px solid var(--line); background: #fff; font-weight: 900; }
	.site-nav { display: none; width: 100%; flex-direction: column; align-items: stretch; }
	.site-nav.is-open { display: flex; }
	.nav-shell { flex-wrap: wrap; }
	.hero, .product-hero, .split, .footer-grid { grid-template-columns: 1fr; }
	.hero-image-stack, .highlight-grid { grid-template-columns: 1fr 1fr; }
	.category-grid, .product-grid, .capability-grid { grid-template-columns: 1fr 1fr; }
	.filter-bar { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
	.hero, .page-hero, .product-hero, .section, .footer-cta, .footer-grid, .footer-bottom { width: min(100% - 28px, 1180px); }
	.hero { min-height: auto; padding-top: 36px; }
	.hero-panel, .category-grid, .product-grid, .capability-grid { grid-template-columns: 1fr; }
	.hero-image-stack, .highlight-grid { grid-template-columns: 1fr; }
	.hero-content h1, .page-hero h1, .product-hero h1 { font-size: 40px; }
	.brand { min-width: 0; }
	.brand strong { font-size: 18px; }
	.footer-cta, .footer-bottom { flex-direction: column; align-items: flex-start; }
}

.hero-with-background {
	position: relative;
	overflow: hidden;
}
.hero-with-background::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("assets/images/sterile-container.png") center/cover no-repeat;
	opacity: .08;
	pointer-events: none;
}
.hero-with-background .hero-background {
	display: none;
}
.hero-with-background .hero-content,
.hero-with-background .hero-media {
	position: relative;
	z-index: 1;
}
.visual-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 24px;
}
.visual-card {
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid var(--line);
	background: #fff;
	box-shadow: var(--shadow);
}
.visual-card img {
	width: 100%;
	height: auto;
	display: block;
}
.visual-card p {
	margin: 0;
	padding: 18px;
	color: var(--muted);
}
@media (max-width: 900px) {
	.visual-grid {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 620px) {
	.visual-grid {
		grid-template-columns: 1fr;
	}
}
