:root {
  --font-geist-sans: "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-geist-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --ink: #071b25;
  --ink-soft: #17333f;
  --teal: #009d99;
  --teal-bright: #12b8ae;
  --blue: #047294;
  --orange: #f47a1f;
  --paper: #f5f7f5;
  --warm: #ebe6dc;
  --line: #d5dedc;
  --white: #ffffff;
  --muted: #5e737b;
  --shell: min(1320px, calc(100vw - 48px));
  --radius: 2px;
  --shadow: 0 24px 70px rgba(7, 27, 37, 0.12);
}

.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); overflow-x: clip; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
address { font-style: normal; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; overflow-wrap: anywhere; }
p { text-wrap: pretty; overflow-wrap: break-word; }

.shell { width: var(--shell); max-width: 100%; min-width: 0; margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link {
  position: fixed; left: 16px; top: -100px; z-index: 1000;
  padding: 12px 18px; background: var(--white); color: var(--ink);
}
.skip-link:focus { top: 16px; }

.eyebrow, .micro-label {
  margin-bottom: 20px;
  color: var(--teal);
  font-family: var(--font-geist-mono), monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 1px; margin: 0 10px 4px 0; background: currentColor; }
.eyebrow-light { color: #70e0da; }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid var(--teal);
  border-radius: var(--radius);
  background: var(--teal);
  color: var(--white);
  padding: 13px 22px;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); background: #007e7b; border-color: #007e7b; }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(18, 184, 174, .45); outline-offset: 3px;
}
.button-small { min-height: 42px; padding: 10px 17px; }
.button-light { background: var(--white); border-color: var(--white); color: var(--ink); }
.button-light:hover { background: #dff9f6; border-color: #dff9f6; }
.button-ghost-light { background: transparent; border-color: rgba(255,255,255,.45); color: var(--white); }
.button-ghost-light:hover { background: rgba(255,255,255,.1); border-color: var(--white); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link {
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--ink); font-size: 14px; font-weight: 750;
  border-bottom: 1px solid rgba(7, 27, 37, .35); padding-bottom: 5px;
}
.text-link span { color: var(--teal); transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(245,247,245,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(7,27,37,.1); }
.topline { background: var(--ink); color: #b7c8cd; font-size: 11px; letter-spacing: .04em; }
.topline-inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; }
.topline-inner div { display: flex; gap: 24px; }
.topline a:hover { color: var(--white); }
.nav-row { min-height: 78px; display: flex; align-items: center; gap: 34px; }
.brand { flex: 0 0 auto; }
.brand img { width: 183px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); margin-left: auto; }
.desktop-nav a { position: relative; padding: 28px 0; font-size: 13px; font-weight: 650; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--teal); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.language-chip { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); font: 700 11px var(--font-geist-mono), monospace; }
.mobile-menu { display: none; margin-left: auto; }
.mobile-menu summary { list-style: none; cursor: pointer; font-weight: 700; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; left: 0; right: 0; top: 100%; display: grid; padding: 20px 24px 28px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
.mobile-menu nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }

/* Hero */
.home-hero { position: relative; min-height: calc(100svh - 110px); display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: var(--ink); color: var(--white); }
.home-hero-bg, .page-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,19,27,.94) 0%, rgba(4,19,27,.72) 48%, rgba(4,19,27,.22) 100%), linear-gradient(0deg, rgba(4,19,27,.7), transparent 55%); }
.home-hero::before { content: ""; position: absolute; z-index: 1; width: 55vw; height: 55vw; right: -22vw; top: -28vw; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.home-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: 80px; align-items: end; padding: 100px 0 68px; min-width: 0; }
.hero-copy { width: 100%; max-width: 920px; min-width: 0; }
.hero-copy h1 { max-width: 900px; margin-bottom: 28px; font-size: clamp(54px, 7.2vw, 112px); line-height: .89; letter-spacing: -.065em; font-weight: 660; }
.hero-copy h1 em { color: #70e0da; font-style: normal; font-weight: 430; }
.hero-lede { max-width: 690px; margin-bottom: 36px; color: #d2dde0; font-size: clamp(18px, 1.7vw, 24px); line-height: 1.45; }
.hero-proof { align-self: center; padding: 28px; border: 1px solid rgba(255,255,255,.24); background: rgba(7,27,37,.58); backdrop-filter: blur(12px); }
.hero-proof > p { color: #8fe4df; font: 700 11px var(--font-geist-mono), monospace; letter-spacing: .1em; text-transform: uppercase; }
.hero-proof ul { list-style: none; padding: 0; margin: 0; }
.hero-proof li { display: flex; gap: 14px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.15); font-size: 14px; }
.hero-proof li span { color: #70e0da; font-family: var(--font-geist-mono), monospace; }
.stat-rail { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.22); }
.stat-rail div { min-height: 122px; display: flex; flex-direction: column; justify-content: center; padding: 24px 28px; border-right: 1px solid rgba(255,255,255,.18); }
.stat-rail div:first-child { padding-left: 0; }
.stat-rail div:last-child { border-right: 0; }
.stat-rail strong { font-size: clamp(28px, 3vw, 44px); letter-spacing: -.045em; }
.stat-rail span { max-width: 180px; margin-top: 6px; color: #aebfc4; font-size: 12px; line-height: 1.35; }

/* General sections */
.section-heading { width: 100%; max-width: 800px; min-width: 0; }
.section-heading h2, .capability-copy h2, .quality-feature h2, .group-grid h2, .contact-band h2 {
  margin-bottom: 24px; font-size: clamp(40px, 5vw, 72px); line-height: 1; letter-spacing: -.05em; font-weight: 620;
}
.section-heading > p:last-child { max-width: 650px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 52px; }
.products-section { background: var(--paper); }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.product-card { background: var(--white); border: 1px solid var(--line); }
.media-link { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 8.8; background: #d9e2e1; }
.media-link img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.media-link::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,27,37,.24), transparent 48%); }
.product-card:hover .media-link img { transform: scale(1.035); }
.card-number { position: absolute; z-index: 1; left: 22px; bottom: 18px; color: var(--white); font: 700 12px var(--font-geist-mono), monospace; }
.product-card-body { padding: 34px; }
.product-card h3 { margin-bottom: 14px; font-size: 34px; letter-spacing: -.035em; }
.product-card-body > p:not(.micro-label) { min-height: 52px; color: var(--muted); line-height: 1.6; }
.spec-pills { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 24px 0 28px; padding: 0; }
.spec-pills li { padding: 8px 10px; border: 1px solid var(--line); color: var(--ink-soft); font: 650 11px var(--font-geist-mono), monospace; }

.capability-section { background: var(--warm); }
.capability-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(48px, 7vw, 110px); align-items: center; }
.capability-visual { position: relative; min-height: 660px; }
.capability-visual > img { width: 100%; height: 660px; object-fit: cover; box-shadow: var(--shadow); }
.capacity-stamp { position: absolute; right: -34px; bottom: 38px; display: flex; width: 170px; height: 170px; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--teal); color: var(--white); text-align: center; box-shadow: 0 14px 40px rgba(0,103,101,.25); }
.capacity-stamp strong { font-size: 46px; letter-spacing: -.05em; }
.capacity-stamp span { max-width: 90px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.capability-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.7; }
.capability-list { margin: 38px 0; border-top: 1px solid rgba(7,27,37,.18); }
.capability-list div { display: grid; grid-template-columns: 120px 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid rgba(7,27,37,.18); }
.capability-list dt { font: 700 11px var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .08em; }
.capability-list dd { margin: 0; color: var(--ink-soft); line-height: 1.5; }

.applications-section { background: #eff3f2; }
.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.industry-card { position: relative; min-height: 430px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--ink); color: var(--white); }
.industry-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .63; transition: transform .6s ease, opacity .3s ease; }
.industry-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,27,37,.96), rgba(7,27,37,.06) 72%); }
.industry-card > div { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 28px; }
.industry-card h3 { margin-bottom: 10px; font-size: 25px; }
.industry-card p { margin: 0; color: #c7d3d6; font-size: 14px; line-height: 1.55; }
.industry-card:hover img { transform: scale(1.05); opacity: .78; }

.process-section { background: var(--white); }
.process-section .section-heading { margin-bottom: 56px; }
.process-strip { display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-strip li { min-width: 0; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.process-image { aspect-ratio: 4 / 3; overflow: hidden; background: #e7eceb; border-bottom: 1px solid var(--line); }
.process-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.process-strip li:hover .process-image img { transform: scale(1.04); }
.process-copy { min-height: 230px; padding: 24px 26px 30px; }
.process-strip span { color: var(--teal); font: 700 12px var(--font-geist-mono), monospace; }
.process-strip h3 { margin: 48px 0 12px; font-size: 19px; }
.process-strip p { color: var(--muted); font-size: 13px; line-height: 1.55; }
.process-note { margin: 18px 0 0; color: var(--muted); font-size: 11px; }

.quality-feature { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.quality-feature::after { content: ""; position: absolute; width: 620px; height: 620px; right: -200px; bottom: -260px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.02), 0 0 0 160px rgba(255,255,255,.018); }
.quality-feature-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.quality-feature-grid > div:first-child > p:not(.eyebrow) { max-width: 520px; margin-bottom: 32px; color: #b8c8cd; font-size: 17px; line-height: 1.7; }
.quality-steps { border-top: 1px solid rgba(255,255,255,.2); }
.quality-steps div { display: grid; grid-template-columns: 50px 1fr 1.2fr; gap: 24px; align-items: baseline; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.quality-steps span { color: #6eddd7; font: 700 11px var(--font-geist-mono), monospace; }
.quality-steps h3 { font-size: 20px; }
.quality-steps p { color: #aebfc4; font-size: 14px; line-height: 1.55; }

.group-section { background: var(--warm); }
.group-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 72px; align-items: center; }
.group-grid > div > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.7; }
.group-image { width: 100%; min-height: 520px; object-fit: cover; box-shadow: var(--shadow); }
.credential-row { display: grid; grid-template-columns: 92px 1fr; gap: 20px; align-items: center; margin: 30px 0; padding: 20px 0; border-top: 1px solid rgba(7,27,37,.16); border-bottom: 1px solid rgba(7,27,37,.16); }
.credential-row img { width: 92px; height: 92px; border-radius: 50%; object-fit: cover; }
.credential-row strong, .credential-row span { display: block; }
.credential-row strong { margin-bottom: 7px; }
.credential-row span { color: var(--muted); font-size: 13px; line-height: 1.45; }

.insights-section { background: var(--paper); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.blog-card { background: var(--white); border: 1px solid var(--line); }
.blog-image { display: block; overflow: hidden; aspect-ratio: 16/10; background: #dde4e3; }
.blog-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.blog-card:hover .blog-image img { transform: scale(1.04); }
.blog-card-body { padding: 28px; }
.blog-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 18px; color: var(--teal); font: 700 10px var(--font-geist-mono), monospace; letter-spacing: .07em; text-transform: uppercase; }
.blog-card h3 { margin-bottom: 14px; font-size: 23px; line-height: 1.2; letter-spacing: -.025em; }
.blog-card-body > p { color: var(--muted); font-size: 14px; line-height: 1.6; }

.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 24px; padding: 24px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 650; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--teal); font-size: 20px; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; padding: 0 42px 24px 0; color: var(--muted); line-height: 1.65; }

.contact-band { padding: 92px 0; background: var(--teal); color: var(--white); }
.contact-band-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.contact-band .eyebrow { color: #d7fffb; }
.contact-band h2 { margin-bottom: 0; }
.contact-band-inner > div:last-child > p { max-width: 520px; margin-bottom: 28px; color: #dcfffc; font-size: 17px; line-height: 1.6; }

/* Inner pages */
.page-hero { position: relative; overflow: hidden; padding: 128px 0 92px; background: var(--ink); color: var(--white); }
.page-hero::after { content: ""; position: absolute; width: 500px; height: 500px; right: -120px; top: -250px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.02), 0 0 0 140px rgba(255,255,255,.015); }
.page-hero-image::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(7,27,37,.97), rgba(7,27,37,.58) 72%, rgba(7,27,37,.34)); }
.page-hero-inner { position: relative; z-index: 2; }
.page-hero h1 { max-width: 1050px; margin-bottom: 24px; font-size: clamp(52px, 7vw, 96px); line-height: .98; letter-spacing: -.055em; font-weight: 620; }
.page-intro { max-width: 760px; margin-bottom: 0; color: #c0ced2; font-size: clamp(18px, 2vw, 24px); line-height: 1.55; }
.page-hero .button-row { margin-top: 34px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; color: var(--muted); font-size: 12px; }
.breadcrumbs span { display: flex; gap: 8px; }
.breadcrumbs b { color: var(--teal); }

.content-section { padding: 96px 0; }
.content-section-white { background: var(--white); }
.content-section-warm { background: var(--warm); }
.intro-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.intro-grid > p { color: var(--muted); font-size: 18px; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { padding: 32px; background: var(--white); border: 1px solid var(--line); }
.feature-card span { color: var(--teal); font: 700 12px var(--font-geist-mono), monospace; }
.feature-card h3 { margin: 55px 0 14px; font-size: 22px; }
.feature-card p { color: var(--muted); line-height: 1.6; }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 7vw, 100px); align-items: center; }
.split-section img { width: 100%; min-height: 560px; object-fit: cover; }
.split-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.7; }
.split-copy h2 { margin-bottom: 24px; font-size: clamp(38px, 4.5vw, 62px); line-height: 1.04; letter-spacing: -.045em; }
.bullet-list { list-style: none; padding: 0; margin: 30px 0; border-top: 1px solid var(--line); }
.bullet-list li { position: relative; padding: 17px 0 17px 28px; border-bottom: 1px solid var(--line); }
.bullet-list li::before { content: "↗"; position: absolute; left: 0; color: var(--teal); }

.spec-table { width: 100%; border-collapse: collapse; background: var(--white); }
.spec-table th, .spec-table td { padding: 20px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.spec-table th { width: 28%; background: #e9efed; font: 700 11px var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .06em; }
.spec-table td { color: var(--ink-soft); line-height: 1.5; }
.notice { padding: 18px 20px; border-left: 3px solid var(--orange); background: #fff5eb; color: #71441f; font-size: 13px; line-height: 1.55; }

.cert-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cert-card { background: var(--white); border: 1px solid var(--line); }
.cert-card img { width: 100%; aspect-ratio: 1; object-fit: cover; background: #eceeef; }
.cert-card div { padding: 20px; }
.cert-card strong, .cert-card span { display: block; }
.cert-card strong { margin-bottom: 8px; }
.cert-card span { color: var(--muted); font-size: 12px; line-height: 1.5; }

.rfq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.contact-details { position: sticky; top: 145px; }
.contact-details h2 { margin-bottom: 20px; font-size: 40px; letter-spacing: -.04em; }
.contact-details p { color: var(--muted); line-height: 1.65; }
.contact-list { margin-top: 34px; }
.contact-list div { padding: 18px 0; border-top: 1px solid var(--line); }
.contact-list span, .contact-list strong { display: block; }
.contact-list span { margin-bottom: 7px; color: var(--teal); font: 700 10px var(--font-geist-mono), monospace; text-transform: uppercase; }
.rfq-form { padding: 42px; background: var(--white); border: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.rfq-form label { display: grid; gap: 8px; margin-bottom: 20px; color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.rfq-form input, .rfq-form select, .rfq-form textarea { width: 100%; border: 1px solid #bbc9c8; border-radius: 0; background: #fbfcfb; padding: 13px 14px; color: var(--ink); }
.rfq-form input, .rfq-form select { min-height: 48px; }
.rfq-form textarea { resize: vertical; }
.consent { display: flex !important; grid-template-columns: 18px 1fr !important; align-items: start; font-weight: 500 !important; }
.consent input { width: 18px; min-height: 18px; margin: 0; }
.form-note, .form-status { margin: 14px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.form-status { color: #086c64; font-weight: 700; }

/* Blog articles */
.article { background: var(--paper); }
.article-header { max-width: 1060px; padding-top: 90px; padding-bottom: 48px; }
.article-header h1 { margin-bottom: 24px; font-size: clamp(48px, 7vw, 86px); line-height: .98; letter-spacing: -.055em; }
.article-header > p { max-width: 780px; color: var(--muted); font-size: 20px; line-height: 1.6; }
.article-image { overflow: hidden; height: min(620px, 55vw); }
.article-image img { width: 100%; height: 100%; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: 260px minmax(0, 760px); justify-content: center; gap: 80px; padding-top: 70px; padding-bottom: 110px; }
.article-layout aside { align-self: start; position: sticky; top: 140px; padding: 22px; border: 1px solid var(--line); background: var(--white); }
.article-layout aside p:not(.micro-label) { color: var(--muted); font-size: 13px; line-height: 1.55; }
.prose { font-size: 17px; line-height: 1.78; }
.prose h2 { margin: 52px 0 18px; font-size: 36px; line-height: 1.12; letter-spacing: -.035em; }
.prose h3 { margin: 34px 0 14px; font-size: 23px; }
.prose p, .prose li { color: #38515b; }
.prose ul, .prose ol { padding-left: 22px; }
.prose li { margin-bottom: 10px; }
.prose table { width: 100%; border-collapse: collapse; margin: 32px 0; font-size: 14px; }
.prose th, .prose td { padding: 14px; border: 1px solid var(--line); text-align: left; }
.prose th { background: #e8efed; }
.prose blockquote { margin: 34px 0; padding: 24px 28px; border-left: 3px solid var(--teal); background: var(--white); font-size: 20px; }

/* Footer */
.site-footer { background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .55fr .85fr; gap: 80px; padding: 90px 0 68px; }
.footer-lead img { margin-bottom: 38px; filter: brightness(0) invert(1); }
.footer-lead h2 { max-width: 620px; margin-bottom: 18px; font-size: clamp(38px, 4.8vw, 66px); line-height: 1; letter-spacing: -.05em; }
.footer-lead > p { max-width: 560px; color: #aebfc4; line-height: 1.65; }
.footer-label { margin-bottom: 24px; color: #69ddd7; font: 700 11px var(--font-geist-mono), monospace; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin-bottom: 12px; }
.footer-links a:hover, .site-footer address a:hover { color: #69ddd7; }
.site-footer address { color: #aebfc4; font-size: 13px; line-height: 1.6; }
.site-footer address strong { color: var(--white); }
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.14); color: #8ea3aa; font-size: 11px; line-height: 1.6; }
.legal-grid strong { color: #d4dfe2; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 24px 0 32px; border-top: 1px solid rgba(255,255,255,.14); color: #758c94; font-size: 11px; }
.footer-bottom div { display: flex; gap: 20px; }

@media (max-width: 1120px) {
  :root { --shell: min(100% - 36px, 1040px); }
  .desktop-nav { display: none; }
  .nav-actions { margin-left: auto; }
  .mobile-menu { display: block; margin-left: 0; }
  .home-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-proof { max-width: 460px; }
  .capability-grid, .group-grid { gap: 56px; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .process-strip { grid-template-columns: repeat(3, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-card:last-child:nth-child(odd) { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1.3fr .7fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 800px) {
  :root { --shell: calc(100% - 28px); }
  .section { padding: 78px 0; }
  .topline { display: none; }
  .nav-row { min-height: 70px; }
  .brand img { width: 148px; }
  .nav-actions { display: none; }
  .mobile-menu { margin-left: auto; }
  .home-hero { min-height: auto; }
  .home-hero-inner { padding: 90px 0 52px; }
  .hero-copy h1 { font-size: clamp(48px, 14vw, 72px); }
  .hero-proof { display: none; }
  .stat-rail { grid-template-columns: repeat(2, 1fr); }
  .stat-rail div { min-height: 100px; padding: 18px; border-bottom: 1px solid rgba(255,255,255,.18); }
  .stat-rail div:first-child { padding-left: 18px; }
  .section-heading-row { display: block; }
  .section-heading-row > .text-link { margin-top: 22px; }
  .product-grid, .capability-grid, .quality-feature-grid, .group-grid, .faq-grid, .contact-band-inner, .split-section, .intro-grid, .rfq-layout { grid-template-columns: 1fr; }
  .capability-visual, .capability-visual > img { min-height: 440px; height: 440px; }
  .capacity-stamp { right: 18px; width: 132px; height: 132px; }
  .industry-grid, .feature-grid { grid-template-columns: 1fr; }
  .industry-card { min-height: 370px; }
  .process-strip { grid-template-columns: 1fr 1fr; }
  .process-image { aspect-ratio: 16 / 10; }
  .quality-feature-grid, .faq-grid, .contact-band-inner { gap: 52px; }
  .quality-steps div { grid-template-columns: 42px 1fr; }
  .quality-steps p { grid-column: 2; }
  .group-image { min-height: 340px; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card:last-child:nth-child(odd) { grid-column: auto; }
  .page-hero { padding: 92px 0 70px; }
  .cert-grid { grid-template-columns: repeat(2, 1fr); }
  .rfq-layout { gap: 46px; }
  .contact-details { position: static; }
  .article-layout { grid-template-columns: 1fr; gap: 40px; }
  .article-layout aside { position: static; }
  .footer-grid { grid-template-columns: 1fr; gap: 48px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .legal-grid { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 560px) {
  .hero-copy h1 { font-size: clamp(40px, 12vw, 46px); line-height: .94; letter-spacing: -.055em; }
  .section-heading h2, .capability-copy h2, .quality-feature h2, .group-grid h2, .contact-band h2 { font-size: clamp(36px, 10.5vw, 44px); }
  .button-row { flex-direction: column; align-items: stretch; }
  .button-row .button { width: 100%; }
  .hero-lede { font-size: 17px; }
  .stat-rail strong { font-size: 28px; }
  .stat-rail span { font-size: 10px; }
  .product-grid, .process-strip, .cert-grid { grid-template-columns: 1fr; }
  .process-image { aspect-ratio: 16 / 9; }
  .process-copy { min-height: 205px; }
  .product-card-body, .rfq-form { padding: 24px; }
  .capability-list div { grid-template-columns: 1fr; gap: 7px; }
  .quality-feature h2, .contact-band h2 { font-size: 42px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
