:root {
  --ink: #172124;
  --muted: #667276;
  --line: #dfe5e3;
  --paper: #ffffff;
  --accent: #557579;
  --deep: #263f44;
  --soft: #eef3f2;
  --max-width: 1240px;
  --header-height: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id="top"] { scroll-margin-top: var(--header-height); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
figure, p, h1, h2, h3 { margin: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 100; padding: 10px 14px; color: white; background: var(--deep); transition: top .2s; }
.skip-link:focus { top: 10px; }
.section-shell { width: min(var(--max-width), calc(100% - 64px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: max(32px, calc((100vw - var(--max-width)) / 2));
  border-bottom: 1px solid rgba(23, 33, 36, .1);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; }
.brand img { width: 244px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 30px; color: #344145; font-size: 20px; }
.primary-nav > a { position: relative; padding-block: 26px; }
.primary-nav > a + a::before { content: ""; position: absolute; top: 50%; left: -15px; width: 1px; height: 13px; background: var(--line); transform: translateY(-50%); }
.primary-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 19px; height: 1px; background: var(--accent); transition: right .25s ease; }
.primary-nav > a:hover::after, .primary-nav > a:focus-visible::after { right: 0; }
.primary-nav > a.is-current::after { right: 0; height: 5px; background: #d44732; }
.language { display: flex; gap: 7px; margin-left: 6px; padding-left: 28px; border-left: 1px solid var(--line); }
.language strong { color: var(--accent); font-weight: 600; }
.language > span,
.language > a[lang="en"] { display: none; }
.menu-button { display: none; width: 42px; height: 42px; padding: 11px; border: 0; background: transparent; }
.menu-button span:not(.sr-only) { display: block; height: 1px; margin: 6px 0; background: var(--ink); transition: transform .25s ease; }

.hero { padding-block: 28px 76px; }
.hero-frame { position: relative; min-height: 710px; overflow: hidden; border: 1px solid var(--line); }
.hero-copy { position: absolute; z-index: 2; top: 54px; bottom: 54px; left: 54px; width: min(500px, 43%); display: flex; flex-direction: column; justify-content: space-between; padding: 38px 16px 26px; background: transparent; }
.eyebrow { color: var(--accent); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.hero h1 { margin-top: 24px; font-size: clamp(42px, 4.15vw, 68px); font-weight: 500; line-height: 1.16; letter-spacing: -.055em; }
.hero-description { max-width: 490px; margin-top: 28px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.hero-actions { display: grid; grid-template-columns: repeat(2, 138px); gap: 12px; margin-top: 30px; }
.hero-action-card { width: 138px; aspect-ratio: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 16px 17px 15px; color: white; border: 1px solid transparent; transition: transform .25s, background .25s, border-color .25s; }
.hero-action-products { background: var(--ink); }
.hero-action-support { background: #71898c; }
.hero-action-card:hover { transform: translateY(-4px); background: var(--deep); border-color: rgba(255,255,255,.45); }
.hero-action-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.hero-action-head strong { font-size: 15px; font-weight: 600; }
.hero-action-head > span { font-size: 24px; font-weight: 300; line-height: .8; }
.hero-action-card svg { width: 58px; height: 58px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.hero-action-card svg .icon-detail { opacity: .62; stroke-width: 1.25; }
.scroll-hint { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: #7b8588; font-size: 12px; letter-spacing: .02em; }
.scroll-hint span { color: var(--accent); font-size: 25px; line-height: 1; transform: translateY(-1px); }
.hero-image, .transition-image, .rnd-image { position: relative; overflow: hidden; background: var(--soft); }
.hero-image { position: absolute; inset: 0; }
.hero-image::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.08), transparent 48%); pointer-events: none; }
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.025); transition: opacity 1.05s ease, transform 7s ease; }
.hero-slide.is-active { z-index: 1; opacity: 1; transform: scale(1); }
.transition-image img, .rnd-image img { height: 100%; object-fit: cover; transition: transform .8s ease; }
.transition-image:hover img, .rnd-image:hover img { transform: scale(1.015); }
.hero-pagination { position: absolute; right: 18px; bottom: 16px; z-index: 3; display: flex; gap: 7px; padding: 7px 9px; background: rgba(255,255,255,.82); backdrop-filter: blur(8px); }
.hero-pagination button { position: relative; width: 34px; height: 24px; padding: 0; border: 0; color: #607074; background: transparent; cursor: pointer; font: inherit; font-size: 10px; letter-spacing: .08em; }
.hero-pagination button::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: #b9c4c5; transition: height .25s, background .25s; }
.hero-pagination button:hover::before, .hero-pagination button:focus-visible::before, .hero-pagination button.is-active::before { height: 2px; background: var(--accent); }
.hero-pagination button.is-active { color: var(--ink); }
.hero-pagination button:focus-visible { outline: 1px solid var(--accent); outline-offset: 2px; }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-top: 0; }
.trust-strip div { min-height: 104px; display: flex; flex-direction: column; justify-content: center; padding: 20px 27px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong { font-size: 13px; font-weight: 600; letter-spacing: .035em; }
.trust-strip span { margin-top: 3px; color: var(--muted); font-size: 13px; }

.statement { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: 76px; align-items: center; padding-block: 126px; }
.statement h2 { max-width: 720px; margin-top: 25px; font-size: clamp(32px, 3.6vw, 53px); font-weight: 500; line-height: 1.35; letter-spacing: -.045em; }
.statement em { color: var(--accent); font-style: normal; }
.statement-image { position: relative; height: 440px; overflow: hidden; background: var(--soft); }
.statement-image img { width: 100%; height: 100%; object-fit: cover; }
.statement-image figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: flex-end; gap: 20px; padding: 15px 18px; color: var(--ink); background: rgba(255,255,255,.92); font-size: 11px; letter-spacing: .06em; }
.statement-image figcaption strong { font-weight: 600; }
.content-section { padding-block: 112px; }
.section-heading { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.5fr); gap: 60px; margin-bottom: 50px; }
.section-heading h2 { margin-top: 10px; font-size: clamp(32px, 3.5vw, 48px); font-weight: 500; letter-spacing: -.04em; }
.section-heading > p { max-width: 660px; color: var(--muted); font-size: 17px; }

.process-section { padding-block: 112px 126px; }
.process-heading { margin-bottom: 50px; }
.process-heading h2 { font-size: clamp(38px, 4vw, 57px); line-height: 1.2; }
.home-process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.home-process-grid a { min-height: 190px; display: flex; flex-direction: column; padding: 23px 24px 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .25s, background .25s; }
.home-process-grid a:hover, .home-process-grid a:focus-visible { color: white; background: var(--deep); }
.home-process-grid span { color: var(--accent); font-size: 11px; }
.home-process-grid strong { margin-top: auto; font-size: 21px; font-weight: 500; }
.home-process-grid small { margin-top: 5px; color: var(--muted); font-size: 13px; }
.home-process-grid a:hover span, .home-process-grid a:hover small, .home-process-grid a:focus-visible span, .home-process-grid a:focus-visible small { color: #b9cccd; }

.solution-list { border-top: 1px solid var(--line); }
.solution-row { display: grid; grid-template-columns: 72px minmax(230px, .85fr) minmax(260px, 1.35fr) 44px; gap: 28px; align-items: center; min-height: 104px; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.solution-row:hover { padding-inline: 15px; background: var(--soft); }
.row-index { color: var(--accent); font-size: 13px; }
.solution-row h3 { font-size: 21px; font-weight: 500; letter-spacing: -.02em; }
.solution-row p { color: var(--muted); }
.row-arrow { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--ink); font-size: 16px; transition: color .2s, background .2s; }
.solution-row:hover .row-arrow { color: white; background: var(--deep); }

.transition-section { position: relative; overflow: hidden; padding-block: 136px; color: white; background: var(--deep); }
.transition-section::before { content: "DAEIL"; position: absolute; right: -2vw; bottom: -11vw; color: rgba(255,255,255,.035); font-family: Georgia, serif; font-size: 30vw; line-height: 1; pointer-events: none; }
.transition-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.45fr .55fr; gap: 72px; align-items: end; }
.transition-copy .eyebrow { color: #b9cfd0; }
.transition-copy h2 { margin-top: 22px; font-size: clamp(43px, 5.3vw, 75px); font-weight: 500; line-height: 1.17; letter-spacing: -.05em; }
.transition-copy h2 span { display: inline-block; margin-right: .18em; color: #9ab7b9; font-family: Georgia, serif; font-style: italic; font-weight: 400; }
.transition-description { max-width: 390px; padding-left: 22px; border-left: 1px solid rgba(255,255,255,.28); color: #c4d0d1; font-size: 15px; }

.industry-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; margin: 0; padding: 1px; list-style: none; background: var(--line); }
.industry-list li { min-height: 430px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px 25px 25px; background: white; transition: color .25s, background .25s, transform .25s; }
.industry-list li:hover { color: var(--accent); background: var(--soft); transform: translateY(-5px); }
.industry-number { color: var(--accent); font-size: 12px; }
.industry-icon { position: relative; width: 78px; height: 78px; display: grid; place-items: center; overflow: hidden; border: 1px solid #c8d4d2; color: #3f666b; background: linear-gradient(145deg, #f8faf9, #e8efed); box-shadow: inset 0 0 0 7px rgba(255,255,255,.42); transition: color .25s, background .25s, border-color .25s, transform .25s; }
.industry-icon::after { content: ""; position: absolute; right: -17px; bottom: -17px; width: 38px; height: 38px; border: 1px solid rgba(85,117,121,.22); transform: rotate(45deg); }
.industry-list .industry-icon { margin-top: 58px; }
.industry-icon svg { position: relative; z-index: 1; width: 44px; height: 44px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.industry-icon .icon-detail { stroke: #9aafb0; stroke-width: 1; }
.industry-list li:hover .industry-icon { color: white; background: var(--accent); border-color: var(--accent); transform: translateY(-3px); }
.industry-list li:hover .industry-icon .icon-detail { stroke: #d9e6e5; }
.industry-list li > div { margin-top: 48px; }
.industry-list strong { display: block; font-size: 22px; font-weight: 500; letter-spacing: -.025em; }
.industry-list p { margin-top: 5px; color: var(--muted); font-size: 14px; }
.industry-arrow { width: 42px; height: 42px; display: grid; place-items: center; margin-top: auto; align-self: flex-end; border: 1px solid var(--line); color: var(--accent); font-size: 16px; }

.rnd-layout { position: relative; min-height: 620px; overflow: hidden; border: 1px solid var(--line); }
.rnd-image { position: absolute; inset: 0; }
.rnd-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,30,33,.08), transparent 50%); pointer-events: none; }
.rnd-copy { position: absolute; z-index: 2; top: 50%; left: 42px; width: min(300px, 26%); display: flex; flex-direction: column; justify-content: flex-start; padding: 22px; background: rgba(255,255,255,.95); transform: translateY(-50%); }
.rnd-copy h2 { margin-block: 10px 14px; font-size: clamp(28px, 3vw, 38px); font-weight: 500; line-height: 1.2; letter-spacing: -.045em; }
.rnd-copy > div > p:last-child { color: var(--muted); font-size: 13px; line-height: 1.65; }
.rnd-points { display: grid; grid-template-columns: 1fr 1fr; margin-top: 20px; border-top: 1px solid var(--line); }
.rnd-points span { padding: 10px 3px; border-bottom: 1px solid var(--line); font-size: 12px; }

.contact-section { padding-block: 100px 38px; color: white; background: #151e21; }
.contact-section .eyebrow { color: #a9c0c1; }
.contact-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; }
.contact-layout h2 { margin-block: 16px 20px; font-size: clamp(36px, 4.2vw, 58px); font-weight: 500; line-height: 1.28; letter-spacing: -.045em; }
.contact-layout p:last-child { color: #b8c2c3; }
.contact-actions { justify-self: end; display: grid; grid-template-columns: repeat(2, 156px); gap: 12px; }
.contact-action-card { width: 156px; aspect-ratio: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 18px 18px 16px; transition: color .25s, background .25s, transform .25s; }
.contact-action-quote { color: var(--ink); background: #f4f7f7; }
.contact-action-technical { color: white; background: #71898c; }
.contact-action-card:hover { color: white; background: var(--accent); transform: translateY(-4px); }
.contact-action-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.contact-action-head strong { max-width: 105px; font-size: 15px; font-weight: 600; line-height: 1.45; }
.contact-action-head > span { font-size: 25px; font-weight: 300; line-height: .8; }
.contact-action-card svg { width: 62px; height: 62px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.contact-action-card svg .icon-detail { opacity: .65; stroke-width: 1.2; }
.site-footer { display: flex; flex-direction: column; align-items: center; gap: 7px; margin-top: 80px; padding: 30px 20px 8px; border-top: 1px solid #465255; color: #d5ddde; text-align: center; }
.site-footer strong { color: #f4f7f7; font-size: 23px; font-weight: 600; }
.site-footer address { color: #d5ddde; font-size: 14px; font-style: normal; line-height: 1.8; }
.site-footer address span { margin-inline: 5px; color: #829093; }
.site-footer address a { color: #eef2f2; }
.site-footer p { color: #bfc9ca; font-size: 13px; }

.scroll-top { position: fixed; right: 24px; bottom: 24px; z-index: 30; width: 50px; height: 50px; display: grid; place-items: center; color: white; background: rgba(23,33,36,.92); border: 1px solid rgba(255,255,255,.28); transition: background .2s, transform .2s; }
.scroll-top:hover { background: var(--accent); }
.scroll-top svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

/* Company introduction */
.company-hero { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 650px; padding-block: 28px 0; }
.company-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 58px 58px 58px 0; }
.company-hero-copy h1 { margin-top: 22px; font-size: clamp(46px, 4.45vw, 66px); font-weight: 500; line-height: 1.17; letter-spacing: -.055em; }
.company-hero-copy > p:last-of-type { max-width: 510px; margin-top: 30px; color: var(--muted); font-size: 17px; line-height: 1.85; }
.company-hero-copy > a { align-self: flex-start; display: inline-flex; align-items: center; gap: 22px; margin-top: 48px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 14px; }
.company-hero-copy > a span { color: var(--accent); font-size: 20px; }
.company-hero-image { position: relative; min-height: 650px; overflow: hidden; background: var(--soft); }
.company-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.company-hero-image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(23,33,36,.12); pointer-events: none; }
.company-hero-image figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; padding: 17px 20px; color: #455357; background: rgba(255,255,255,.92); font-size: 10px; letter-spacing: .08em; }
.company-subnav { position: sticky; top: var(--header-height); z-index: 15; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.95); backdrop-filter: blur(12px); }
.company-subnav .section-shell { display: flex; justify-content: flex-end; }
.company-subnav a { position: relative; padding: 19px 24px; color: var(--muted); font-size: 14px; transition: color .2s, background .2s; }
.company-subnav a:hover, .company-subnav a:focus-visible { color: var(--ink); background: var(--soft); }
.company-subnav a::after { content: ""; position: absolute; left: 18px; right: 18px; bottom: 0; height: 4px; background: transparent; }
.company-subnav a.is-current { color: var(--ink); }
.company-subnav a.is-current::after { background: #d44732; }
.company-page #ceo, .company-page #overview, .company-page #strengths, .company-page #history, .company-page #facilities, .company-page #contact { scroll-margin-top: calc(var(--header-height) + 58px); }
.company-ceo { padding-block: 128px; }
.company-ceo-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--line); }
.company-ceo-heading h2 { font-size: clamp(44px, 4.7vw, 68px); font-weight: 500; line-height: 1.15; letter-spacing: -.05em; }
.company-ceo-message { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 80px; padding-top: 54px; }
.company-ceo-message p { color: #4f5c60; font-size: 17px; line-height: 1.95; }
.company-ceo-message p + p { margin-top: 28px; }
.company-ceo-message .company-ceo-salutation { margin-bottom: 24px; color: var(--ink); font-size: 22px; font-weight: 600; }
.company-ceo-sign { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; margin-top: 36px; color: var(--ink); text-align: right; }
.company-ceo-sign span { font-size: 15px; }
.company-ceo-sign strong { font-size: 20px; font-weight: 600; letter-spacing: -.02em; }
.company-overview { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: 92px 78px; padding-block: 130px; }
.company-overview-lead h2, .company-section-heading h2 { margin-top: 18px; font-size: clamp(39px, 4.15vw, 59px); font-weight: 500; line-height: 1.28; letter-spacing: -.05em; }
.company-overview-body { padding-top: 34px; border-top: 1px solid var(--line); }
.company-overview-body p { color: #4f5c60; font-size: 17px; line-height: 1.95; }
.company-overview-body p + p { margin-top: 24px; }
.company-facts { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.company-facts div { min-height: 150px; padding: 25px 25px 28px; border-right: 1px solid var(--line); }
.company-facts div:last-child { border-right: 0; }
.company-facts dt { color: var(--accent); font-size: 12px; letter-spacing: .06em; }
.company-facts dd { margin: 30px 0 0; font-size: 17px; font-weight: 500; line-height: 1.55; }
.partner-fact span { display: block; }
.partner-fact span + span { margin-top: 4px; }
.fact-lines span { display: block; }
.fact-lines span + span { margin-top: 4px; }
.company-strengths { padding-block: 126px; background: #f1f5f4; }
.company-strengths .company-section-heading { max-width: 780px; }
.strength-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 68px; border-top: 1px solid #cad5d3; border-left: 1px solid #cad5d3; }
.strength-grid article { min-height: 380px; display: flex; flex-direction: column; padding: 27px 25px 31px; border-right: 1px solid #cad5d3; border-bottom: 1px solid #cad5d3; background: rgba(255,255,255,.45); transition: color .25s, background .25s, transform .25s; }
.strength-grid article:hover { color: white; background: var(--deep); transform: translateY(-4px); }
.strength-grid article > span { color: var(--accent); font-size: 12px; }
.strength-grid article:hover > span { color: #a9c0c1; }
.strength-grid h3 { margin-top: 74px; color: var(--accent); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.strength-grid article:hover h3 { color: #a9c0c1; }
.strength-grid strong { margin-top: 13px; font-size: 24px; font-weight: 500; letter-spacing: -.025em; }
.strength-grid p { margin-top: auto; color: var(--muted); font-size: 14px; line-height: 1.75; }
.strength-grid article:hover p { color: #c3d0d1; }
.company-partners { display: grid; grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr); gap: 72px; padding-block: 128px; }
.company-partners h2 { max-width: 570px; margin-top: 18px; font-size: clamp(37px, 3.8vw, 54px); font-weight: 500; line-height: 1.3; letter-spacing: -.05em; }
.company-partners > p { align-self: end; color: var(--muted); font-size: 17px; line-height: 1.9; }
.partner-names { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.partner-names > div { min-height: 145px; display: flex; align-items: center; justify-content: center; padding: 28px 42px; }
.partner-names > div:first-child { border-right: 1px solid var(--line); }
.partner-names img { width: min(300px, 100%); height: auto; object-fit: contain; }
.company-history { padding-block: 130px; color: white; background: var(--deep); }
.history-layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(520px, 1.28fr); gap: 100px; }
.history-intro { position: sticky; top: calc(var(--header-height) + 100px); align-self: start; }
.history-intro .eyebrow { color: #a9c0c1; }
.history-intro h2 { margin-top: 18px; font-size: clamp(39px, 4vw, 57px); font-weight: 500; line-height: 1.3; letter-spacing: -.05em; }
.history-intro > p:last-child { max-width: 440px; margin-top: 28px; color: #b8c4c5; line-height: 1.8; }
.history-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.26); }
.history-list li { display: grid; grid-template-columns: 122px 1fr; gap: 30px; min-height: 142px; padding-block: 31px; border-bottom: 1px solid rgba(255,255,255,.2); }
.history-list time { color: #a9c0c1; font-family: Georgia, serif; font-size: 17px; }
.history-list strong { font-size: 21px; font-weight: 500; }
.history-list p { margin-top: 8px; color: #bcc8c9; font-size: 14px; }
.company-facilities { padding-block: 128px; }
.company-facilities .company-section-heading { max-width: 820px; }
.facility-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 65px; }
.facility-grid figure { position: relative; min-height: 520px; overflow: hidden; background: var(--soft); }
.facility-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.facility-grid figure:hover img { transform: scale(1.025); }
.facility-grid figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 38px 1fr; gap: 1px 10px; padding: 19px 21px; background: rgba(255,255,255,.93); }
.facility-grid figcaption span { grid-row: 1 / 3; color: var(--accent); font-size: 12px; }
.facility-grid figcaption strong { font-size: 18px; font-weight: 500; }
.facility-grid figcaption p { color: var(--muted); font-size: 13px; }
.location-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-top: 78px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.location-heading h3 { font-size: 32px; font-weight: 500; letter-spacing: -.035em; }
.location-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 24px; margin-top: 24px; }
.location-card { align-self: start; overflow: hidden; color: white; background: var(--deep); }
.location-card-head { padding: 24px 34px 20px; }
.location-card .eyebrow { color: #a9c0c1; }
.location-card h4 { margin-top: 10px; font-size: 31px; font-weight: 500; letter-spacing: -.035em; }
.location-map { display: block; width: 100%; height: 330px; border: 0; filter: grayscale(.2) contrast(.96); }
.location-address { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 8px; color: #c4cfd0; }
.location-address address { font-size: 14px; font-style: normal; line-height: 1.6; }
.location-address span { flex: 0 0 auto; color: #a9c0c1; font-size: 13px; letter-spacing: .04em; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .section-shell { width: min(var(--max-width), calc(100% - 40px)); }
  .site-header { padding-inline: 20px; }
  .menu-button { display: block; }
  .primary-nav { position: fixed; inset: var(--header-height) 0 auto; height: calc(100dvh - var(--header-height)); display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 28px 22px; background: white; visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: visibility .3s, opacity .3s ease, transform .3s ease; }
  .primary-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: none; }
  .primary-nav > a { padding: 17px 4px; border-bottom: 1px solid var(--line); font-size: 20px; }
  .primary-nav > a + a::before { display: none; }
  .primary-nav > a::after { display: none; }
  .language { margin: 24px 0 0; padding: 0; border: 0; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .transition-inner, .contact-layout { grid-template-columns: 1fr; }
  .hero-frame { min-height: 650px; }
  .hero-copy { top: 34px; bottom: 34px; left: 34px; width: min(470px, 52%); padding: 34px 10px 28px; }
  .statement { grid-template-columns: 1fr; gap: 48px; }
  .statement-image { height: 450px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .solution-row { grid-template-columns: 54px 1fr 42px; gap: 16px; padding-block: 22px; }
  .solution-row p { grid-column: 2 / 4; }
  .home-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .transition-inner { gap: 40px; }
  .transition-description { max-width: 540px; }
  .industry-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .industry-list li { min-height: 350px; }
  .rnd-copy { left: 28px; width: min(300px, 42%); padding: 22px; }
  .contact-actions { justify-self: start; }
  .company-hero { grid-template-columns: 1fr; }
  .company-hero-copy { min-height: 520px; padding-right: 12%; }
  .company-hero-image { min-height: 520px; }
  .company-ceo-message { gap: 52px; }
  .company-overview { grid-template-columns: 1fr; gap: 52px; }
  .company-facts { grid-template-columns: 1fr 1fr; }
  .company-facts div:nth-child(2) { border-right: 0; }
  .company-facts div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .strength-grid { grid-template-columns: 1fr 1fr; }
  .company-partners { grid-template-columns: 1fr; gap: 40px; }
  .partner-names { grid-column: auto; }
  .history-layout { grid-template-columns: 1fr; gap: 64px; }
  .history-intro { position: static; }
}

@media (max-width: 620px) {
  :root { --header-height: 66px; }
  body { font-size: 15px; }
  .section-shell { width: calc(100% - 24px); }
  .site-header { padding-inline: 12px; }
  .brand img { width: 196px; }
  .hero { padding-block: 12px 58px; }
  .hero-frame { min-height: 0; overflow: visible; }
  .hero-copy { position: relative; inset: auto; width: 100%; min-height: 650px; padding: 45px 22px 28px; }
  .hero h1 { font-size: 41px; }
  .hero-description { font-size: 15px; }
  .hero-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-action-card { width: 100%; }
  .hero-image { position: relative; inset: auto; height: 350px; }
  .hero-image::after { background: linear-gradient(180deg, transparent 60%, rgba(23,33,36,.08)); }
  .hero-pagination { left: auto; right: 10px; bottom: 10px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { min-height: 86px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip div:last-child { border-bottom: 0; }
  .statement { padding-block: 82px; }
  .statement h2 { font-size: 31px; }
  .statement-image { height: 300px; }
  .content-section { padding-block: 80px; }
  .process-section { padding-block: 80px; }
  .process-heading h2 { font-size: 38px; }
  .home-process-grid { grid-template-columns: 1fr; }
  .home-process-grid a { min-height: 142px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 36px; }
  .section-heading > p { font-size: 15px; }
  .solution-row { grid-template-columns: 42px 1fr 38px; }
  .solution-row h3 { font-size: 18px; }
  .row-arrow { width: 38px; height: 38px; }
  .transition-section { padding-block: 80px; }
  .transition-inner { gap: 40px; }
  .transition-copy h2 { font-size: 36px; line-height: 1.25; }
  .transition-description { padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.28); border-left: 0; }
  .industry-list { grid-template-columns: 1fr; }
  .industry-list li { min-height: 300px; padding: 24px; }
  .industry-list .industry-icon { margin-top: 36px; }
  .industry-list li > div { margin-top: 34px; }
  .industry-list strong { font-size: 20px; }
  .industry-list p { font-size: 13px; }
  .rnd-layout { min-height: 0; overflow: visible; }
  .rnd-image { position: relative; inset: auto; height: 300px; }
  .rnd-image::after { display: none; }
  .rnd-copy { position: relative; inset: auto; width: 100%; min-height: 0; padding: 28px 22px; transform: none; }
  .rnd-copy h2 { margin-block: 12px 18px; font-size: 34px; }
  .rnd-points { grid-template-columns: 1fr 1fr; margin-top: 20px; }
  .rnd-points span { padding-block: 13px; }
  .contact-section { padding-top: 76px; }
  .contact-layout h2 { font-size: 36px; }
  .contact-actions { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-action-card { width: 100%; }
  .site-footer { gap: 10px; margin-top: 60px; padding-inline: 0; }
  .site-footer strong { font-size: 21px; }
  .site-footer address { font-size: 13px; }
  .site-footer address span { display: none; }
  .site-footer p { font-size: 12px; line-height: 1.6; }
  .scroll-top { right: 14px; bottom: 14px; width: 44px; height: 44px; }
  .company-hero { width: 100%; padding-top: 0; }
  .company-hero-copy { min-height: 500px; padding: 62px 24px 48px; }
  .company-hero-copy h1 { font-size: 43px; }
  .company-hero-copy > p:last-of-type { font-size: 15px; }
  .company-hero-copy > a { margin-top: 36px; }
  .company-hero-image { min-height: 340px; }
  .company-hero-image figcaption { padding: 13px; font-size: 9px; }
  .company-subnav { overflow-x: auto; }
  .company-subnav .section-shell { width: max-content; justify-content: flex-start; margin: 0; }
  .company-subnav a { padding: 15px 18px; white-space: nowrap; }
  .company-ceo, .company-overview, .company-facilities { padding-block: 82px; }
  .company-ceo-heading { align-items: flex-start; flex-direction: column; gap: 12px; padding-bottom: 28px; }
  .company-ceo-heading h2 { font-size: 42px; }
  .company-ceo-message { grid-template-columns: 1fr; gap: 28px; padding-top: 38px; }
  .company-ceo-message p { font-size: 15px; }
  .company-overview-lead h2, .company-section-heading h2 { font-size: 36px; }
  .company-overview-body { padding-top: 26px; }
  .company-overview-body p { font-size: 15px; }
  .company-facts { grid-template-columns: 1fr; }
  .company-facts div { min-height: 120px; border-right: 0; border-bottom: 1px solid var(--line); }
  .company-facts div:nth-child(2) { border-bottom: 1px solid var(--line); }
  .company-facts div:last-child { border-bottom: 0; }
  .company-facts dd { margin-top: 18px; }
  .company-strengths, .company-history { padding-block: 82px; }
  .strength-grid { grid-template-columns: 1fr; margin-top: 44px; }
  .strength-grid article { min-height: 300px; }
  .strength-grid h3 { margin-top: 48px; }
  .company-partners { grid-template-columns: 1fr; padding-block: 82px; }
  .company-partners > p { font-size: 15px; }
  .partner-names { grid-template-columns: 1fr; }
  .partner-names > div { min-height: 110px; padding: 24px 28px; }
  .partner-names > div:first-child { border-right: 0; border-bottom: 1px solid var(--line); }
  .history-intro h2 { font-size: 38px; }
  .history-list li { grid-template-columns: 88px 1fr; gap: 18px; min-height: 128px; }
  .history-list time { font-size: 15px; }
  .history-list strong { font-size: 18px; }
  .facility-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 42px; }
  .facility-grid figure { min-height: 360px; }
  .location-heading { align-items: flex-start; flex-direction: column; gap: 10px; margin-top: 54px; }
  .location-heading h3 { font-size: 28px; }
  .location-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 12px; }
  .location-map { height: 280px; }
  .location-card-head { padding: 21px 25px 18px; }
  .location-card h4 { font-size: 29px; }
  .location-address { align-items: flex-start; flex-direction: column; gap: 4px; margin-top: 7px; }
  .location-address address { font-size: 13px; }
}

/* Contact */
.contact-page-hero { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); height: 430px; min-height: 430px; padding-block: 28px 0; }
.contact-page-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 0 58px 0 0; }
.contact-page-hero-copy h1 { margin-top: 16px; font-size: clamp(46px, 4.45vw, 66px); font-weight: 500; line-height: 1.17; letter-spacing: -.055em; }
.contact-page-hero-copy > p:last-of-type { max-width: 540px; margin-top: 18px; color: var(--muted); font-size: 17px; line-height: 1.85; }
.contact-page-hero-copy > a { align-self: flex-start; display: inline-flex; align-items: center; gap: 22px; margin-top: 24px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 14px; }
.contact-page-hero-copy > a span { color: var(--accent); font-size: 20px; }
.contact-page-hero-image { position: relative; align-self: start; height: 350px; min-height: 350px; overflow: hidden; background: #fff; }
.contact-page-hero-image img { position: absolute; top: 0; left: 0; width: 100%; height: calc(100% - 40px); object-fit: cover; object-position: center 54%; }
.contact-page-hero-image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(23,33,36,.12); pointer-events: none; }
.contact-page-hero-image figcaption { position: absolute; left: 0; right: 0; bottom: 0; height: 40px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; box-sizing: border-box; color: #455357; background: #fff; font-size: 10px; letter-spacing: .08em; }
.contact-page-subnav .section-shell { justify-content: flex-end; }

.contact-services { padding-block: 126px; }
.contact-services-heading { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: end; }
.contact-services-heading h2 { grid-column: 2; margin-top: -20px; font-size: clamp(39px, 4.1vw, 58px); font-weight: 500; line-height: 1.28; letter-spacing: -.05em; }
.contact-services-lead { max-width: 720px; margin: 40px 0 0 auto; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 16px; line-height: 1.85; }
.contact-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 62px; border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.contact-service-grid > a { min-height: 300px; display: flex; flex-direction: column; padding: 24px 25px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .25s, background .25s; }
.contact-service-grid > a:hover { color: white; background: var(--deep); }
.contact-service-grid span { color: var(--accent); font-size: 12px; }
.contact-service-grid small { margin-top: 34px; color: #658084; font-size: 10px; letter-spacing: .11em; }
.contact-service-grid h3 { margin-top: 12px; font-size: 25px; font-weight: 500; letter-spacing: -.03em; }
.contact-service-grid p { margin-top: 18px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.contact-service-grid strong { display: flex; justify-content: space-between; margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 500; }
.contact-service-grid b { color: var(--accent); font-size: 17px; font-weight: 400; }
.contact-service-grid > a:hover p, .contact-service-grid > a:hover small { color: #c3d0d1; }
.contact-service-grid > a:hover strong { border-color: rgba(255,255,255,.25); }

.contact-inquiry { padding-block: 120px; background: #f0f4f3; }
.contact-form-layout { display: grid; grid-template-columns: minmax(310px, .72fr) minmax(560px, 1.28fr); gap: 70px; align-items: start; }
.contact-form-intro { position: sticky; top: calc(var(--header-height) + 48px); }
.contact-form-intro h2 { margin-top: 18px; font-size: clamp(38px, 3.8vw, 54px); font-weight: 500; line-height: 1.28; letter-spacing: -.05em; }
.contact-form-intro > p:last-of-type { max-width: 470px; margin-top: 26px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.contact-form-intro ol { margin: 36px 0 0; padding: 0; list-style: none; border-top: 1px solid #c8d3d1; }
.contact-form-intro li { display: grid; grid-template-columns: 45px 1fr; gap: 16px; padding-block: 15px; border-bottom: 1px solid #c8d3d1; }
.contact-form-intro li span { color: var(--accent); font-size: 10px; }
.contact-form-intro li p { font-size: 14px; }
.contact-form-external { display: inline-flex; gap: 26px; margin-top: 30px; padding: 13px 16px; border: 1px solid var(--accent); color: var(--accent); font-size: 13px; transition: color .2s, background .2s; }
.contact-form-external:hover { color: white; background: var(--accent); }
.contact-form-frame { overflow: hidden; border: 1px solid #d2dcda; background: white; }
.contact-form-frame iframe { display: block; width: 100%; min-height: 2200px; border: 0; }
.contact-form-frame > p { padding: 18px 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.65; }
.contact-form-frame > p a { color: var(--accent); border-bottom: 1px solid currentColor; }

.contact-direct { padding-block: 126px; }
.contact-direct-heading { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: end; }
.contact-direct-heading h2 { grid-column: 2; margin-top: -20px; font-size: clamp(39px, 4.1vw, 58px); font-weight: 500; line-height: 1.28; letter-spacing: -.05em; }
.contact-direct-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 62px; border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.contact-direct-grid > * { min-height: 180px; display: flex; flex-direction: column; padding: 22px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .25s, background .25s; }
.contact-direct-grid > a:hover { color: white; background: var(--deep); }
.contact-direct-grid small { color: var(--accent); font-size: 11px; letter-spacing: .06em; }
.contact-direct-grid strong { margin-top: 28px; font-size: clamp(20px, 2vw, 27px); font-weight: 500; letter-spacing: -.02em; overflow-wrap: anywhere; }
.contact-direct-grid span { display: flex; justify-content: space-between; margin-top: auto; color: var(--muted); font-size: 12px; }
.contact-direct-grid b { color: var(--accent); font-size: 16px; font-weight: 400; }
.contact-direct-grid > a:hover span { color: #c3d0d1; }
.contact-page-footer { padding-block: 1px 30px; color: white; background: var(--deep); }
.contact-page-footer .site-footer { margin-top: 30px; }

@media (max-width: 980px) {
  .contact-page-hero { height: auto; grid-template-columns: 1fr; }
  .contact-page-hero-copy { min-height: 520px; padding: 70px 12% 60px 0; }
  .contact-page-hero-image { min-height: 420px; }
  .contact-services-heading, .contact-direct-heading { grid-template-columns: 1fr; gap: 30px; }
  .contact-services-heading h2, .contact-direct-heading h2 { grid-column: auto; margin-top: 0; }
  .contact-services-lead { margin-left: 0; }
  .contact-form-layout { grid-template-columns: 1fr; }
  .contact-form-intro { position: static; }
}

@media (max-width: 620px) {
  .contact-page-hero { width: 100%; padding-top: 0; }
  .contact-page-hero-copy { min-height: 500px; padding: 62px 24px 48px; }
  .contact-page-hero-copy h1 { font-size: 43px; }
  .contact-page-hero-copy > p:last-of-type { font-size: 15px; }
  .contact-page-hero-copy > a { margin-top: 36px; }
  .contact-page-hero-image { height: 340px; min-height: 340px; }
  .contact-page-hero-image figcaption { padding-inline: 13px; font-size: 9px; }
  .contact-page-subnav .section-shell { justify-content: flex-start; }
  .contact-services, .contact-direct { padding-block: 82px; }
  .contact-services-heading h2, .contact-direct-heading h2, .contact-form-intro h2 { font-size: 36px; }
  .contact-service-grid { grid-template-columns: 1fr; margin-top: 44px; }
  .contact-service-grid > a { min-height: 265px; }
  .contact-inquiry { padding-block: 82px; }
  .contact-form-layout { gap: 46px; }
  .contact-form-frame iframe { min-height: 2250px; }
  .contact-form-frame > p { padding: 16px; }
  .contact-direct-grid { grid-template-columns: 1fr; margin-top: 44px; }
  .contact-direct-grid > * { min-height: 165px; }
}

/* Product catalog */
.products-page #categories, .products-page #catalog, .products-page #partners,
.industries-page #industry-map, .industries-page .industry-detail, .industries-page #contact { scroll-margin-top: calc(var(--header-height) + 58px); }
.catalog-hero, .industry-hero { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 650px; padding-block: 28px 0; }
.catalog-hero-copy, .industry-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 58px 58px 58px 0; }
.catalog-hero-copy h1, .industry-hero-copy h1 { margin-top: 22px; font-size: clamp(46px, 4.45vw, 66px); font-weight: 500; line-height: 1.17; letter-spacing: -.055em; }
.catalog-hero-copy > p:last-of-type, .industry-hero-copy > p:last-of-type { max-width: 510px; margin-top: 30px; color: var(--muted); font-size: 17px; line-height: 1.85; }
.catalog-hero-copy > a, .industry-hero-copy > a { align-self: flex-start; display: inline-flex; align-items: center; gap: 22px; margin-top: 48px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 14px; }
.catalog-hero-copy > a span, .industry-hero-copy > a span { color: var(--accent); font-size: 20px; }
.catalog-hero-image, .industry-hero-image { position: relative; min-height: 650px; overflow: hidden; background: var(--soft); }
.catalog-hero-image img, .industry-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.catalog-hero-image img { object-position: center; }
.industry-hero-image img { object-position: 56% center; }
.catalog-hero-image::after, .industry-hero-image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(23,33,36,.12); pointer-events: none; }
.catalog-hero-image figcaption, .industry-hero-image figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; padding: 17px 20px; color: #455357; background: rgba(255,255,255,.9); font-size: 10px; letter-spacing: .08em; backdrop-filter: blur(8px); }

.catalog-subnav .section-shell { justify-content: flex-end; }
.catalog-intro, .industry-map { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: 64px 78px; padding-block: 128px; }
.catalog-intro-heading h2, .industry-map-heading h2 { margin-top: 18px; font-size: clamp(39px, 4.1vw, 58px); font-weight: 500; line-height: 1.28; letter-spacing: -.05em; }
.catalog-intro > p, .industry-map > p { align-self: end; padding-top: 28px; border-top: 1px solid var(--line); color: #4f5c60; font-size: 17px; line-height: 1.9; }
.catalog-category-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.catalog-category-grid a { min-height: 190px; display: flex; flex-direction: column; padding: 23px 24px 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .25s, background .25s; }
.catalog-category-grid a:hover { color: white; background: var(--deep); }
.catalog-category-grid span { color: var(--accent); font-size: 11px; }
.catalog-category-grid a:hover span, .catalog-category-grid a:hover small { color: #b9cccd; }
.catalog-category-grid strong { margin-top: auto; font-size: 21px; font-weight: 500; }
.catalog-category-grid small { margin-top: 5px; color: var(--muted); font-size: 13px; }
.product-catalog { padding-block: 118px 128px; background: #f1f5f4; }
.catalog-heading { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(420px, 1.18fr); gap: 74px; align-items: end; }
.catalog-heading h2 { margin-top: 12px; font-size: clamp(42px, 4.4vw, 62px); font-weight: 500; letter-spacing: -.05em; }
.catalog-heading h2 span { color: var(--accent); }
.catalog-heading > p { padding-top: 26px; border-top: 1px solid #cbd5d3; color: var(--muted); font-size: 16px; line-height: 1.85; }
.catalog-tools { display: grid; grid-template-columns: minmax(270px, .75fr) minmax(0, 1.25fr) auto; gap: 18px; align-items: center; margin-top: 55px; padding: 17px; background: white; border: 1px solid #d7dfdd; }
.product-search { position: relative; display: block; }
.product-search input { width: 100%; height: 50px; padding: 0 48px 0 16px; border: 1px solid #cbd5d3; border-radius: 0; color: var(--ink); background: white; font: inherit; font-size: 14px; outline: 0; }
.product-search input:focus { border-color: var(--accent); box-shadow: inset 0 0 0 1px var(--accent); }
.product-search svg { position: absolute; top: 14px; right: 15px; width: 22px; height: 22px; fill: none; stroke: var(--accent); stroke-width: 1.5; pointer-events: none; }
.product-filters { display: flex; flex-wrap: wrap; gap: 7px; }
.product-filters button { min-height: 38px; padding: 7px 12px; border: 1px solid #d6dfdd; background: white; cursor: pointer; font-size: 12px; }
.product-filters button:hover, .product-filters button.is-active { color: white; border-color: var(--deep); background: var(--deep); }
.product-count { min-width: 72px; color: var(--muted); text-align: right; font-size: 12px; }
.product-count strong { color: var(--ink); font-size: 19px; font-weight: 500; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 20px; border-top: 1px solid #cbd5d3; border-left: 1px solid #cbd5d3; }
.product-card { min-height: 310px; display: grid; grid-template-columns: 38px 1fr; grid-template-rows: 1fr auto; gap: 0 18px; padding: 25px 25px 22px; border-right: 1px solid #cbd5d3; border-bottom: 1px solid #cbd5d3; background: white; transition: transform .25s, box-shadow .25s; }
.product-card:hover { position: relative; z-index: 1; transform: translateY(-3px); box-shadow: 0 13px 35px rgba(35,58,62,.09); }
.product-card[href] { position: relative; }
.product-card[href]::after { content: "상세 보기  ↗"; position: absolute; right: 25px; bottom: 21px; color: var(--accent); font-size: 11px; letter-spacing: .02em; }
.product-card[href] > strong { padding-right: 90px; }
.product-card[hidden] { display: none; }
.product-card-index { grid-row: 1 / 3; color: var(--accent); font-size: 11px; }
.product-card small { color: var(--accent); font-size: 11px; letter-spacing: .05em; }
.product-card h3 { margin-top: 18px; font-size: 28px; font-weight: 500; letter-spacing: -.035em; }
.product-card p { max-width: 520px; margin-top: 19px; color: #596669; font-size: 14px; line-height: 1.8; }
.product-card > strong { align-self: end; margin-top: 25px; padding-top: 15px; border-top: 1px solid var(--line); color: #788386; font-size: 11px; font-weight: 500; letter-spacing: .04em; }
.product-empty { margin-top: 20px; padding: 50px 25px; border: 1px solid #cbd5d3; color: var(--muted); background: white; text-align: center; }
.partner-portfolio { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: 62px 78px; padding-block: 128px; }
.partner-portfolio-heading h2 { margin-top: 18px; font-size: clamp(39px, 4.1vw, 58px); font-weight: 500; line-height: 1.28; letter-spacing: -.05em; }
.partner-portfolio-body { align-self: end; padding-top: 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: 16px; line-height: 1.85; }
.partner-portfolio-grid { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.partner-portfolio-grid article { min-height: 370px; display: flex; flex-direction: column; padding: 42px 38px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.partner-portfolio-grid img { width: auto; height: 49px; object-fit: contain; object-position: left center; }
.partner-portfolio-grid article:nth-child(2) img { height: 49px; }
.partner-portfolio-grid ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 55px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.partner-portfolio-grid li { padding: 13px 3px; border-bottom: 1px solid var(--line); color: #556265; font-size: 13px; }
.partner-portfolio-grid li:nth-child(odd) { margin-right: 16px; }
.partner-portfolio-grid a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--ink); font-size: 14px; }
.partner-portfolio-grid a span { color: var(--accent); }

/* Product detail */
.product-detail-page #overview, .product-detail-page #features, .product-detail-page #conditions, .product-detail-page #contact { scroll-margin-top: calc(var(--header-height) + 56px); }
.product-detail-hero { padding-block: 20px 0; background: #f3f6f5; }
.product-back { display: inline-flex; align-items: center; gap: 10px; padding-block: 12px; color: #667477; font-size: 13px; }
.product-back span { color: var(--accent); font-size: 18px; }
.product-detail-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); min-height: 300px; margin-top: 8px; background: white; border: 1px solid #d7dfdd; }
.product-detail-title { display: flex; flex-direction: column; justify-content: center; padding: 32px 54px 30px; }
.product-detail-title h1 { margin-top: 14px; font-size: clamp(68px, 8vw, 104px); font-weight: 500; line-height: .95; letter-spacing: -.075em; }
.product-detail-title h1.is-long { font-size: clamp(46px, 5.6vw, 74px); line-height: 1.02; letter-spacing: -.055em; }
.product-detail-title h1.is-extra-long { font-size: clamp(37px, 4.5vw, 60px); line-height: 1.08; letter-spacing: -.045em; }
.product-detail-subtitle { margin-top: 18px; font-size: clamp(22px, 2vw, 30px); font-weight: 500; letter-spacing: -.035em; }
.product-detail-mark { position: relative; min-height: 300px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 34px 40px; color: white; background: var(--deep); }
.product-detail-mark::before, .product-detail-mark::after { content: ""; position: absolute; border: 1px solid rgba(192,215,215,.26); border-radius: 50%; }
.product-detail-mark::before { width: 430px; height: 430px; top: -120px; right: -130px; }
.product-detail-mark::after { width: 270px; height: 270px; top: -40px; right: -55px; }
.product-detail-mark > span { position: absolute; top: 34px; left: 40px; color: #a8c3c5; font-size: 10px; letter-spacing: .18em; }
.product-detail-range { position: relative; z-index: 1; display: grid; grid-template-columns: auto 1fr; align-items: end; column-gap: 14px; }
.product-detail-range span { font-size: clamp(47px, 4.8vw, 68px); font-weight: 300; line-height: .82; letter-spacing: -.055em; }
.product-detail-range i { color: #a9c2c3; font-size: 25px; font-style: normal; font-weight: 300; line-height: .75; }
.product-detail-range strong { grid-column: 1 / -1; margin-top: 15px; font-size: clamp(56px, 5.8vw, 84px); font-weight: 400; line-height: .82; letter-spacing: -.06em; }
.product-detail-mark small { position: relative; z-index: 1; margin-top: 18px; color: #b8cccc; font-size: 10px; letter-spacing: .18em; }
.product-detail-mark--empty { background: white; }
.product-detail-mark--empty::before, .product-detail-mark--empty::after { display: none; }
.product-detail-hero-actions { min-height: 300px; display: grid; place-items: center; padding: 30px 28px; }
.product-detail-hero-inquiry { width: 270px; max-width: 100%; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 26px; padding: 18px 22px; border: 2px solid #d44732; color: #b93b29; background: white; transition: color .25s, background .25s, transform .25s; }
.product-detail-hero-inquiry strong { font-size: 17px; font-weight: 650; letter-spacing: -.02em; }
.product-detail-hero-inquiry span { font-size: 25px; font-weight: 300; line-height: 1; }
.product-detail-hero-inquiry:hover { color: white; background: #d44732; transform: translateY(-3px); }
.product-fact-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-inline: 1px solid #d7dfdd; }
.product-fact-strip div { min-height: 88px; padding: 17px 24px; border-right: 1px solid #d7dfdd; background: white; }
.product-fact-strip div:last-child { border-right: 0; }
.product-fact-strip dt { color: var(--accent); font-size: 10px; letter-spacing: .08em; }
.product-fact-strip dd { margin: 6px 0 0; font-size: 14px; font-weight: 500; }
.product-detail-nav { position: sticky; top: var(--header-height); z-index: 12; border-block: 1px solid var(--line); background: rgba(255,255,255,.95); backdrop-filter: blur(14px); }
.product-detail-nav .section-shell { display: flex; justify-content: flex-end; gap: 34px; min-height: 56px; align-items: center; }
.product-detail-nav a { color: #5d696c; font-size: 12px; }
.product-detail-nav a:hover { color: var(--accent); }
.product-overview, .product-condition-section { display: grid; grid-template-columns: minmax(340px, .8fr) minmax(0, 1.2fr); gap: 70px; padding-block: 88px; }
.product-section-heading h2 { margin-top: 18px; font-size: clamp(42px, 4.5vw, 62px); font-weight: 500; line-height: 1.28; letter-spacing: -.052em; }
.product-prose { padding-top: 22px; border-top: 1px solid var(--line); }
.product-prose p { color: #4f5d60; font-size: 16px; line-height: 2; }
.product-prose p + p { margin-top: 15px; }
.product-name-nowrap { white-space: nowrap; }
.product-name-heading { word-break: keep-all; overflow-wrap: normal; }
.contact-nowrap { white-space: nowrap; }
.product-feature-section { padding-block: 72px 82px; color: white; background: var(--deep); }
.product-feature-section .eyebrow { color: #abc2c3; }
.product-feature-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.product-feature-heading h2 { font-size: clamp(38px, 4vw, 56px); font-weight: 500; letter-spacing: -.05em; }
.product-feature-grid { display: grid; grid-template-columns: repeat(var(--feature-columns, 5), 1fr); margin: 36px 0 0; padding: 0; border-top: 1px solid #587075; border-left: 1px solid #587075; list-style: none; }
.product-feature-grid li { min-height: 190px; display: flex; flex-direction: column; padding: 16px 20px 18px; border-right: 1px solid #587075; border-bottom: 1px solid #587075; }
.product-feature-grid span { color: #a9c2c3; font-size: 10px; }
.product-feature-grid h3 { margin-top: 32px; font-size: 18px; font-weight: 500; line-height: 1.45; }
.product-feature-grid p { margin-top: 12px; color: #c3d0d1; font-size: 12px; line-height: 1.72; }
.product-condition-section { padding-block: 88px; }
.product-section-heading, .product-condition-body { min-width: 0; }
.product-condition-intro { padding-top: 27px; border-top: 1px solid var(--line); color: #526063; font-size: 15px; line-height: 1.85; }
.product-condition-group { margin-top: 32px; }
.product-condition-group h3 { display: flex; align-items: center; gap: 16px; margin: 0 0 16px; font-size: 21px; font-weight: 500; }
.product-condition-group h3 span { color: var(--accent); font-size: 11px; }
.product-table-wrap { overflow-x: auto; }
.product-table-wrap table { width: 100%; border-collapse: collapse; border-top: 1px solid var(--ink); font-size: 13px; }
.product-table-wrap th, .product-table-wrap td { padding: 13px 14px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }
.product-table-wrap thead th { color: #687477; background: #f3f6f5; font-size: 11px; font-weight: 500; }
.product-table-wrap tbody th { font-weight: 500; }
.product-condition-note { display: grid; grid-template-columns: 110px 1fr; gap: 24px; margin-top: 28px; padding: 20px 22px; color: #dce7e6; background: var(--deep); }
.product-condition-note strong { color: white; font-size: 13px; }
.product-condition-note p { font-size: 13px; line-height: 1.75; }
.product-tech-list { margin: 22px 0 0; border-top: 1px solid var(--ink); }
.product-tech-list div { display: grid; grid-template-columns: minmax(145px, .36fr) minmax(0, 1fr); gap: 24px; padding: 14px 4px; border-bottom: 1px solid var(--line); }
.product-tech-list dt { color: var(--accent); font-size: 12px; font-weight: 500; }
.product-tech-list dd { margin: 0; color: #4f5d60; font-size: 13px; line-height: 1.7; }
.product-tech-notes { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.product-tech-notes li { padding: 12px 2px; border-bottom: 1px solid var(--line); color: #526063; font-size: 13px; line-height: 1.75; }
.product-source-section { padding-block: 76px 82px; background: #f1f5f4; }
.product-source-section .section-shell { display: grid; grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr); gap: 58px 86px; }
.product-source-section h2 { margin-top: 18px; font-size: clamp(38px, 4vw, 54px); font-weight: 500; line-height: 1.3; letter-spacing: -.05em; }
.product-source-section dl { margin: 0; border-top: 1px solid #cbd6d3; }
.product-source-section dl div { display: grid; grid-template-columns: 105px 1fr; gap: 20px; padding-block: 16px; border-bottom: 1px solid #cbd6d3; }
.product-source-section dt { color: var(--accent); font-size: 11px; }
.product-source-section dd { margin: 0; color: #4f5d60; font-size: 13px; line-height: 1.7; }
.product-source-section dd a { color: var(--ink); border-bottom: 1px solid var(--ink); }
.product-tags { grid-column: 2; color: #788487; font-size: 12px; }
.product-list-return { grid-column: 2; display: inline-flex; justify-self: start; align-items: center; gap: 12px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 13px; }
.product-list-return span { color: var(--accent); font-size: 18px; }
.product-detail-page .contact-section { padding-block: 72px 28px; }
.product-detail-page .site-footer { margin-top: 52px; }

/* Industry solutions */
.industry-subnav .section-shell { justify-content: flex-end; }
.industry-subnav a { white-space: nowrap; }
.industry-map-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.industry-map-grid li { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.industry-map-grid a { min-height: 170px; display: flex; flex-direction: column; padding: 21px 20px 23px; transition: color .25s, background .25s; }
.industry-map-grid a:hover { color: white; background: var(--deep); }
.industry-map-grid span { color: var(--accent); font-size: 11px; }
.industry-map-grid a:hover span, .industry-map-grid a:hover small { color: #b9cccd; }
.industry-map-grid strong { margin-top: auto; font-size: 19px; font-weight: 500; line-height: 1.35; }
.industry-map-grid small { margin-top: 5px; color: var(--muted); font-size: 13px; }
.industry-chapter-list { background: #f1f5f4; }
.industry-chapter { padding-block: 0 142px; scroll-margin-top: calc(var(--header-height) + 58px); }
.industry-chapter-alt { background: white; }
.industry-chapter-marker { display: grid; grid-template-columns: 72px minmax(0, auto) minmax(0, 1fr); gap: 18px; align-items: baseline; padding-block: 34px 40px; color: white; background: var(--deep); box-shadow: 0 0 0 100vmax var(--deep); clip-path: inset(0 -100vmax); }
.industry-chapter-marker span { color: #e78372; font-size: 17px; letter-spacing: .12em; }
.industry-chapter-marker strong { font-size: clamp(40px, 4.4vw, 62px); font-weight: 500; line-height: 1.08; letter-spacing: -.05em; }
.industry-chapter-marker small { justify-self: start; color: #b9cccd; font-size: 36px; font-weight: 400; line-height: 1.15; letter-spacing: -.02em; }
.industry-chapter-head { display: grid; grid-template-columns: minmax(0, 3fr) minmax(360px, 2fr); grid-template-rows: auto auto; gap: 28px 56px; align-items: start; margin-top: 72px; }
.industry-chapter-kicker { grid-column: 1; grid-row: 1; aspect-ratio: 16 / 9; overflow: hidden; background: #e5eae9; }
.industry-chapter-kicker img { width: 100%; height: 100%; object-fit: cover; }
.industry-chapter-head h2 { grid-column: 2; grid-row: 1; align-self: center; margin: 0; font-size: clamp(38px, 3.8vw, 54px); font-weight: 500; line-height: 1.2; letter-spacing: -.052em; }
.industry-chapter-head > p:last-child { grid-column: 1; grid-row: 2; padding-top: 22px; border-top: 1px solid #cbd6d3; color: #48575b; font-size: 16px; line-height: 1.85; }
.industry-snapshot { margin-top: 42px; background: var(--deep); }
.industry-snapshot dl { display: grid; grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); margin: 0; }
.industry-snapshot dl div { min-height: 148px; padding: 26px 24px; border-right: 1px solid rgba(255,255,255,.16); }
.industry-snapshot dl div:last-child { border-right: 0; }
.industry-snapshot dt { color: #9cb8ba; font-size: 11px; letter-spacing: .07em; }
.industry-snapshot dd { margin: 30px 0 0; color: #edf3f2; font-size: 14px; line-height: 1.75; }
.industry-application, .industry-process-section, .industry-product-section { margin-top: 112px; }
.industry-section-heading { display: grid; grid-template-columns: minmax(230px, .62fr) minmax(0, 1.38fr); gap: 34px 80px; align-items: start; }
.industry-section-heading .eyebrow { grid-column: 1; grid-row: 1 / span 2; }
.industry-section-heading h3 { grid-column: 2; font-size: clamp(37px, 4vw, 56px); font-weight: 500; line-height: 1.27; letter-spacing: -.052em; }
.industry-section-heading > p:last-child:not(.eyebrow) { grid-column: 2; max-width: 720px; color: #596669; font-size: 15px; line-height: 1.8; }
.industry-application-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 52px; border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.industry-application-grid.four { grid-template-columns: repeat(4, 1fr); }
.industry-application-grid article { min-height: 250px; padding: 24px 25px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.68); }
.industry-chapter-alt .industry-application-grid article { background: #f6f8f7; }
.industry-application-grid span { color: var(--accent); font-size: 11px; }
.industry-application-grid h4 { margin-top: 64px; font-size: 23px; font-weight: 500; letter-spacing: -.035em; }
.industry-application-grid p { margin-top: 17px; color: #556265; font-size: 14px; line-height: 1.75; }
.industry-process-section { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr); gap: 70px 92px; }
.industry-process-section .industry-section-heading { display: block; position: sticky; top: calc(var(--header-height) + 94px); align-self: start; }
.industry-process-section .industry-section-heading h3 { margin-top: 18px; }
.industry-process-section .industry-section-heading > p:last-child { margin-top: 26px; padding-top: 23px; border-top: 1px solid #cbd6d3; }
.industry-process-list { border-top: 1px solid var(--ink); }
.industry-process-list details { border-bottom: 1px solid #cbd6d3; }
.industry-process-list summary { display: grid; grid-template-columns: 45px minmax(0, 1fr) auto 22px; gap: 14px; align-items: center; min-height: 82px; padding: 18px 4px; cursor: pointer; list-style: none; }
.industry-process-list summary::-webkit-details-marker { display: none; }
.industry-process-list summary::after { content: "+"; color: var(--accent); font-size: 25px; font-weight: 300; text-align: center; transition: transform .2s; }
.industry-process-list details[open] summary::after { transform: rotate(45deg); }
.industry-process-list summary span { color: var(--accent); font-size: 11px; }
.industry-process-list summary strong { min-width: 0; font-size: 18px; font-weight: 500; letter-spacing: -.02em; overflow-wrap: anywhere; }
.industry-process-list summary em { min-width: 0; color: #778386; font-size: 12px; font-style: normal; white-space: nowrap; }
.industry-process-list details > div { padding: 0 46px 30px 63px; }
.industry-process-list details > div p { max-width: 700px; color: #4f5d60; font-size: 15px; line-height: 1.8; }
.industry-process-list details > div small { display: block; margin-top: 15px; color: var(--accent); font-size: 12px; line-height: 1.6; }
.industry-product-section .industry-section-heading { grid-template-rows: auto 1fr; }
.industry-product-section .industry-section-heading .eyebrow { grid-column: 1; grid-row: 1; }
.industry-product-section .industry-section-heading h3 { grid-column: 2; grid-row: 1 / span 2; }
.industry-product-section .industry-inquiry { grid-column: 1; grid-row: 2; align-self: end; justify-self: start; }
.industry-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 34px; border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.industry-product-grid a { display: flex; flex-direction: column; min-height: 142px; padding: 18px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.72); transition: color .25s, background .25s; }
.industry-product-grid > a[hidden] { display: none; }
.industry-chapter-alt .industry-product-grid a { background: #f6f8f7; }
.industry-product-grid a:hover { color: white; background: var(--deep); }
.industry-product-grid span { color: var(--accent); font-size: 10px; letter-spacing: .08em; }
.industry-product-grid strong { margin-top: 24px; padding-top: 0; font-size: 17px; font-weight: 500; line-height: 1.35; }
.industry-product-grid small { margin-top: 7px; color: #687578; font-size: 12px; line-height: 1.5; }
.industry-product-grid a:hover small { color: #bed0cf; }
.industry-inquiry { display: inline-flex; align-items: center; gap: 24px; margin-top: 34px; padding: 16px 20px; border: 2px solid #d44732; color: #d44732; font-size: 14px; font-weight: 600; transition: color .2s, background .2s; }
.industry-inquiry:hover { color: white; background: #d44732; }
.industry-inquiry span { font-size: 18px; }

@media (max-width: 980px) {
  .catalog-hero, .industry-hero { grid-template-columns: 1fr; }
  .catalog-hero-copy, .industry-hero-copy { min-height: 520px; padding-right: 12%; }
  .catalog-hero-image, .industry-hero-image { min-height: 520px; }
  .catalog-intro, .industry-map, .partner-portfolio { grid-template-columns: 1fr; gap: 42px; }
  .catalog-category-grid, .industry-map-grid { grid-template-columns: 1fr 1fr; }
  .industry-map-grid li:last-child { grid-column: 1 / -1; }
  .catalog-heading { grid-template-columns: 1fr; gap: 36px; }
  .catalog-tools { grid-template-columns: 1fr; }
  .product-count { text-align: left; }
  .partner-portfolio-grid { grid-template-columns: 1fr; }
  .industry-subnav { overflow-x: auto; }
  .industry-subnav .section-shell { width: max-content; justify-content: flex-start; margin: 0; }
  .industry-chapter-marker { grid-template-columns: 58px minmax(0, auto) minmax(170px, 1fr); gap: 18px; padding-block: 30px 34px; }
  .industry-chapter-marker strong { font-size: clamp(36px, 5.6vw, 50px); }
  .industry-chapter-marker small { font-size: 28px; }
  .industry-chapter-head { grid-template-columns: 1fr; grid-template-rows: auto auto auto; gap: 30px; margin-top: 56px; }
  .industry-chapter-head h2 { grid-column: 1; grid-row: 1; align-self: auto; }
  .industry-chapter-kicker { grid-column: 1; grid-row: 2; aspect-ratio: 16 / 9; }
  .industry-chapter-head > p:last-child { max-width: 720px; }
  .industry-chapter-head > p:last-child { grid-column: 1; grid-row: 3; }
  .industry-snapshot dl { grid-template-columns: 1fr 1fr; }
  .industry-snapshot dl div:nth-child(2) { border-right: 0; }
  .industry-snapshot dl div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .industry-application-grid, .industry-application-grid.four { grid-template-columns: 1fr 1fr; }
  .industry-process-section { grid-template-columns: 1fr; gap: 46px; }
  .industry-process-section .industry-section-heading { position: static; }
  .industry-product-grid { grid-template-columns: 1fr 1fr; }
  .industry-detail, .industry-detail.is-reversed { grid-template-columns: 1fr; }
  .industry-detail.is-reversed figure, .industry-detail.is-reversed .industry-detail-copy { grid-column: auto; grid-row: auto; }
  .industry-detail figure { min-height: 430px; }
  .industry-detail-copy { min-height: 0; }
  .product-detail-hero-grid { grid-template-columns: minmax(0, 1.18fr) minmax(260px, .82fr); }
  .product-detail-title { min-height: 320px; padding-inline: 40px; }
  .product-detail-mark { min-height: 320px; }
  .product-fact-strip { grid-template-columns: repeat(3, 1fr); }
  .product-overview, .product-condition-section, .product-source-section .section-shell { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .product-feature-heading { display: block; }
  .product-feature-heading h2 { margin-top: 17px; }
  .product-feature-grid { grid-template-columns: repeat(var(--feature-columns, 5), 1fr); }
  .product-feature-grid li:last-child { grid-column: auto; min-height: 190px; }
  .product-tags, .product-list-return { grid-column: auto; }
}

@media (max-width: 760px) {
  .product-detail-hero-grid { grid-template-columns: 1fr; }
  .product-detail-mark { display: none; }
  .product-fact-strip { grid-template-columns: 1fr; }
  .product-fact-strip div { border-right: 0; border-bottom: 1px solid #d7dfdd; }
  .product-fact-strip div:last-child { border-bottom: 0; }
  .product-feature-grid { grid-template-columns: 1fr; }
  .product-feature-grid li, .product-feature-grid li:last-child { grid-column: auto; min-height: 0; }
  .product-feature-grid h3 { margin-top: 12px; }
}

@media (max-width: 620px) {
  .catalog-hero, .industry-hero { width: 100%; padding-top: 0; }
  .catalog-hero-copy, .industry-hero-copy { min-height: 500px; padding: 62px 24px 48px; }
  .catalog-hero-copy h1, .industry-hero-copy h1 { font-size: 43px; }
  .catalog-hero-copy > p:last-of-type, .industry-hero-copy > p:last-of-type { font-size: 15px; }
  .catalog-hero-copy > a, .industry-hero-copy > a { margin-top: 36px; }
  .catalog-hero-image, .industry-hero-image { min-height: 340px; }
  .catalog-hero-image figcaption, .industry-hero-image figcaption { padding: 13px; font-size: 9px; }
  .catalog-intro, .industry-map, .partner-portfolio { padding-block: 82px; }
  .catalog-intro-heading h2, .industry-map-heading h2, .partner-portfolio-heading h2 { font-size: 36px; }
  .catalog-intro > p, .industry-map > p { font-size: 15px; }
  .catalog-category-grid { grid-template-columns: 1fr; }
  .industry-map-grid { display: flex; gap: 0; overflow-x: auto; border-left: 0; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .industry-map-grid li, .industry-map-grid li:last-child { flex: 0 0 218px; grid-column: auto; scroll-snap-align: start; border-left: 1px solid var(--line); }
  .catalog-category-grid a, .industry-map-grid a { min-height: 142px; }
  .product-catalog { padding-block: 82px; }
  .catalog-heading h2 { font-size: 39px; }
  .catalog-heading > p { font-size: 15px; }
  .catalog-tools { margin-top: 38px; padding: 12px; }
  .product-filters { gap: 6px; }
  .product-filters button { flex: 1 1 auto; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 300px; padding: 22px 18px; }
  .product-card h3 { font-size: 25px; }
  .partner-portfolio-grid article { min-height: 355px; padding: 34px 24px 26px; }
  .partner-portfolio-grid img, .partner-portfolio-grid article:nth-child(2) img { max-width: 100%; height: 40px; }
  .partner-portfolio-grid ul { grid-template-columns: 1fr; margin-top: 43px; }
  .partner-portfolio-grid li:nth-child(odd) { margin-right: 0; }
  .industry-detail-list { padding-block: 1px 76px; }
  .industry-detail { width: calc(100% - 24px); min-height: 0; margin-top: 12px; }
  .industry-detail figure { min-height: 260px; }
  .industry-detail-copy { min-height: 0; padding: 34px 24px 28px; }
  .industry-detail-copy h2 { font-size: 37px; }
  .industry-lead { margin-top: 15px; font-size: 14px; }
  .industry-detail-copy dl { margin-top: 22px; }
  .industry-detail-copy dl div { padding-block: 10px; }
  .industry-detail-copy dl div { grid-template-columns: 70px 1fr; gap: 13px; }
  .industry-products { margin-top: 20px; padding-top: 0; }
  .industry-products a { font-size: 10px; }
  .industry-chapter { padding-block: 0 90px; }
  .industry-chapter-marker { grid-template-columns: 42px minmax(0, 1fr); gap: 12px; padding-block: 22px 25px; }
  .industry-chapter-marker span { font-size: 12px; }
  .industry-chapter-marker strong { font-size: 29px; line-height: 1.12; }
  .industry-chapter-marker small { grid-column: 2; grid-row: 2; justify-self: start; margin-top: -5px; font-size: 18px; }
  .industry-chapter-head { gap: 24px; margin-top: 38px; }
  .industry-chapter-head h2 { font-size: 40px; line-height: 1.2; }
  .industry-chapter-head > p:last-child { padding-top: 22px; font-size: 15px; line-height: 1.8; }
  .industry-snapshot { width: 100%; margin-top: 30px; }
  .industry-snapshot dl { grid-template-columns: 1fr; }
  .industry-snapshot dl div, .industry-snapshot dl div:nth-child(2) { min-height: 0; padding: 20px 22px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .industry-snapshot dl div:last-child { border-bottom: 0; }
  .industry-snapshot dd { margin-top: 15px; font-size: 13px; }
  .industry-application, .industry-process-section, .industry-product-section { margin-top: 76px; }
  .industry-section-heading { display: block; }
  .industry-section-heading h3 { margin-top: 17px; font-size: 36px; }
  .industry-section-heading > p:last-child:not(.eyebrow) { margin-top: 20px; font-size: 14px; }
  .industry-application-grid, .industry-application-grid.four { grid-template-columns: 1fr; margin-top: 34px; }
  .industry-application-grid article { min-height: 0; padding: 21px 22px 24px; }
  .industry-application-grid h4 { margin-top: 38px; font-size: 22px; }
  .industry-process-section { gap: 32px; }
  .industry-process-section .industry-section-heading > p:last-child { margin-top: 20px; }
  .industry-process-list summary { grid-template-columns: 34px minmax(0, 1fr) 22px; gap: 10px; min-height: 76px; padding-block: 14px; }
  .industry-process-list summary strong { font-size: 16px; }
  .industry-process-list summary em { grid-column: 2; color: #7a8789; white-space: normal; }
  .industry-process-list summary::after { grid-column: 3; grid-row: 1 / span 2; }
  .industry-process-list details > div { padding: 0 18px 26px 44px; }
  .industry-process-list details > div p { font-size: 14px; }
  .industry-product-grid { grid-template-columns: 1fr; margin-top: 34px; }
  .industry-product-grid a { min-height: 134px; padding: 18px 20px; }
  .industry-product-grid strong { margin-top: 22px; padding-top: 0; }
  .industry-inquiry { width: 100%; justify-content: space-between; }
  .product-card[href]::after { right: 18px; }
  .product-detail-hero { padding-top: 10px; }
  .product-detail-hero > .section-shell { width: 100%; }
  .product-back { margin-left: 18px; }
  .product-detail-hero-grid { margin-top: 6px; border-inline: 0; }
  .product-detail-title { min-height: 300px; padding: 34px 24px 30px; }
  .product-detail-title h1 { font-size: 68px; }
  .product-detail-subtitle { font-size: 26px; }
  .product-fact-strip { grid-template-columns: 1fr; border-inline: 0; }
  .product-fact-strip div { min-height: 82px; padding: 14px 18px; }
  .product-detail-nav { overflow-x: auto; }
  .product-detail-nav .section-shell { width: max-content; justify-content: flex-start; margin: 0; padding-inline: 20px; }
  .product-overview, .product-condition-section { gap: 30px; padding-block: 62px; }
  .product-section-heading h2 { font-size: 38px; }
  .product-prose p { font-size: 15px; }
  .product-feature-section { padding-block: 62px 68px; }
  .product-feature-heading h2 { font-size: 36px; }
  .product-feature-grid { grid-template-columns: 1fr; margin-top: 24px; }
  .product-feature-grid li, .product-feature-grid li:last-child { grid-column: auto; min-height: 0; padding-block: 16px 18px; }
  .product-condition-note { grid-template-columns: 1fr; gap: 10px; }
  .product-tech-list div { grid-template-columns: 1fr; gap: 5px; }
  .product-source-section { padding-block: 62px 68px; }
  .product-source-section .section-shell { gap: 38px; }
  .product-source-section h2 { font-size: 36px; }
  .product-source-section dl div { grid-template-columns: 82px 1fr; gap: 14px; }
}

/* R&D subpage */
.rnd-more { display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 20px; padding: 12px 2px 0; border-top: 1px solid var(--line); color: var(--ink); font-size: 13px; }
.rnd-more span { color: var(--accent); font-size: 18px; }
.rnd-page #overview, .rnd-page #process, .rnd-page #equipment, .rnd-page #history, .rnd-page #contact { scroll-margin-top: calc(var(--header-height) + 58px); }

.rnd-hero { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 650px; padding-block: 28px 0; }
.rnd-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 58px 58px 58px 0; }
.rnd-hero-copy h1 { margin-top: 22px; font-size: clamp(46px, 4.45vw, 66px); font-weight: 500; line-height: 1.17; letter-spacing: -.055em; }
.rnd-hero-copy > p:last-of-type { max-width: 510px; margin-top: 30px; color: var(--muted); font-size: 17px; line-height: 1.85; }
.rnd-hero-copy > a { align-self: flex-start; display: inline-flex; align-items: center; gap: 22px; margin-top: 48px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 14px; }
.rnd-hero-copy > a span { color: var(--accent); font-size: 20px; }
.rnd-hero-visual { position: relative; min-height: 650px; overflow: hidden; background: var(--soft); }
.rnd-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 47% 52%; }
.rnd-hero-visual::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(23,33,36,.12); pointer-events: none; }
.rnd-hero-visual figcaption, .rnd-lab-photo figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; padding: 17px 20px; color: #455357; background: rgba(255,255,255,.9); font-size: 11px; letter-spacing: .08em; backdrop-filter: blur(8px); }
.rnd-subnav .section-shell { justify-content: flex-end; }

/* Shared desktop subpage hero: preserve source ratio, crop vertically, and reserve a visible caption row. */
@media (min-width: 981px) {
  .company-hero, .catalog-hero, .industry-hero, .rnd-hero { height: 430px; min-height: 430px; }
  .company-hero-copy, .catalog-hero-copy, .industry-hero-copy, .rnd-hero-copy { padding: 0 58px 0 0; }
  .company-hero-copy h1, .catalog-hero-copy h1, .industry-hero-copy h1, .rnd-hero-copy h1 { margin-top: 16px; }
  .company-hero-copy > p:last-of-type, .catalog-hero-copy > p:last-of-type, .industry-hero-copy > p:last-of-type, .rnd-hero-copy > p:last-of-type { margin-top: 18px; }
  .company-hero-copy > a, .catalog-hero-copy > a, .industry-hero-copy > a, .rnd-hero-copy > a { margin-top: 24px; }
  .company-hero-image, .catalog-hero-image, .industry-hero-image, .rnd-hero-visual { align-self: start; height: 350px; min-height: 350px; background: #fff; }
  .company-hero-image img, .catalog-hero-image img, .industry-hero-image img, .rnd-hero-visual img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 40px);
    object-fit: cover;
    transform: none;
  }
  .company-hero-image figcaption, .catalog-hero-image figcaption, .industry-hero-image figcaption, .rnd-hero-visual figcaption {
    height: 40px;
    padding: 0 18px;
    align-items: center;
    box-sizing: border-box;
    background: #fff;
    backdrop-filter: none;
  }
}

.rnd-overview { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: 70px 78px; padding-block: 130px; }
.rnd-overview-heading h2 { max-width: 720px; margin-top: 18px; font-size: clamp(39px, 4.15vw, 59px); font-weight: 500; line-height: 1.28; letter-spacing: -.05em; }
.rnd-overview-copy { align-self: end; padding-top: 28px; border-top: 1px solid var(--line); }
.rnd-overview-copy p { color: #4f5c60; font-size: 17px; line-height: 1.95; }
.rnd-overview-copy p + p { margin-top: 22px; }
.rnd-lab-photo { position: relative; grid-column: 1 / -1; height: 590px; margin-top: 6px; overflow: hidden; background: var(--soft); }
.rnd-lab-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.rnd-lab-photo:hover img { transform: scale(1.015); }
.rnd-capabilities { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: -70px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.rnd-capabilities article { min-height: 250px; display: flex; flex-direction: column; padding: 26px 25px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.rnd-capabilities article > span { color: var(--accent); font-size: 12px; }
.rnd-capabilities h3 { margin-top: 48px; font-size: 21px; font-weight: 500; letter-spacing: -.025em; }
.rnd-capabilities p { margin-top: auto; color: var(--muted); font-size: 14px; line-height: 1.75; }

.rnd-process { padding-block: 128px; color: white; background: var(--deep); }
.rnd-process-heading { display: block; }
.rnd-process-heading .eyebrow { color: #a9c0c1; }
.rnd-process-heading h2 { max-width: 920px; margin-top: 22px; font-size: clamp(39px, 4vw, 57px); font-weight: 500; line-height: 1.28; letter-spacing: -.05em; }
.rnd-process-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 54px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.28); border-left: 1px solid rgba(255,255,255,.2); }
.rnd-process-list li { min-height: 310px; display: flex; flex-direction: column; padding: 25px 24px 28px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.rnd-process-list li > span { color: #a9c0c1; font-size: 12px; }
.rnd-process-list li > div { margin-top: auto; }
.rnd-process-list small { color: #a9c0c1; font-size: 10px; letter-spacing: .12em; }
.rnd-process-list h3 { margin-top: 11px; font-size: 22px; font-weight: 500; }
.rnd-process-list p { margin-top: 16px; color: #c1cdce; font-size: 14px; line-height: 1.75; }

.rnd-equipment { padding-block: 130px; }
.rnd-equipment-heading { display: grid; grid-template-columns: minmax(330px, .9fr) minmax(420px, 1.1fr); gap: 72px; align-items: end; }
.rnd-equipment-heading h2 { margin-top: 18px; font-size: clamp(39px, 4.1vw, 58px); font-weight: 500; line-height: 1.25; letter-spacing: -.05em; }
.rnd-equipment-heading > p { padding-top: 26px; border-top: 1px solid var(--line); color: var(--muted); font-size: 16px; line-height: 1.85; }
.equipment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px 22px; margin-top: 64px; }
.equipment-card { min-width: 0; border-bottom: 1px solid var(--line); }
.equipment-card figure { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: var(--soft); }
.equipment-card figure::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(23,33,36,.08); pointer-events: none; }
.equipment-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.equipment-card:hover img { transform: scale(1.025); }
.equipment-card > div { min-height: 190px; display: flex; flex-direction: column; padding: 22px 3px 24px; }
.equipment-card span { color: var(--accent); font-size: 11px; letter-spacing: .08em; }
.equipment-card h3 { margin-top: 16px; font-size: 25px; font-weight: 500; letter-spacing: -.03em; }
.equipment-card strong { margin-top: 7px; color: #4e5b5f; font-size: 13px; font-weight: 500; }
.equipment-card p { margin-top: 18px; color: var(--muted); font-size: 14px; line-height: 1.75; }

.rnd-history { padding-block: 96px; background: #f1f5f4; }
.rnd-history-layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(520px, 1.28fr); gap: 100px; }
.rnd-history-intro { position: sticky; top: calc(var(--header-height) + 100px); align-self: start; }
.rnd-history-intro h2 { margin-top: 18px; font-size: clamp(39px, 4vw, 57px); font-weight: 500; line-height: 1.3; letter-spacing: -.05em; }
.rnd-history-intro > p:last-child { max-width: 440px; margin-top: 28px; color: var(--muted); line-height: 1.8; }
.rnd-history-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #c8d3d1; }
.rnd-history-list li { display: grid; grid-template-columns: 108px 1fr; gap: 32px; min-height: 160px; padding-block: 32px; border-bottom: 1px solid #c8d3d1; }
.rnd-history-list time { color: var(--accent); font-family: Georgia, serif; font-size: 20px; }
.rnd-history-list p { font-size: 18px; line-height: 1.65; }
.rnd-history-list p + p { margin-top: 10px; color: #536064; }

@media (max-width: 980px) {
  .rnd-hero { grid-template-columns: 1fr; }
  .rnd-hero-copy { min-height: 520px; padding-right: 12%; }
  .rnd-hero-visual { min-height: 520px; }
  .rnd-overview { grid-template-columns: 1fr; gap: 50px; }
  .rnd-lab-photo, .rnd-capabilities { grid-column: auto; }
  .rnd-capabilities { grid-template-columns: 1fr 1fr; margin-top: -50px; }
  .rnd-process-list { grid-template-columns: 1fr 1fr; }
  .rnd-equipment-heading { grid-template-columns: 1fr; gap: 35px; }
  .equipment-grid { grid-template-columns: 1fr 1fr; }
  .rnd-history-layout { grid-template-columns: 1fr; gap: 62px; }
  .rnd-history-intro { position: static; }
}

@media (max-width: 620px) {
  .rnd-hero { width: 100%; padding-top: 0; }
  .rnd-hero-copy { min-height: 500px; padding: 62px 24px 48px; }
  .rnd-hero-copy h1 { font-size: 43px; }
  .rnd-hero-copy > p:last-of-type { font-size: 15px; }
  .rnd-hero-copy > a { margin-top: 36px; }
  .rnd-hero-visual { min-height: 340px; }
  .rnd-hero-visual figcaption, .rnd-lab-photo figcaption { padding: 13px; font-size: 9px; }
  .rnd-overview, .rnd-equipment { padding-block: 82px; }
  .rnd-overview-heading h2, .rnd-equipment-heading h2 { font-size: 36px; }
  .rnd-overview-copy p { font-size: 15px; }
  .rnd-lab-photo { height: 360px; }
  .rnd-capabilities { grid-template-columns: 1fr; margin-top: -28px; }
  .rnd-capabilities article { min-height: 230px; }
  .rnd-process, .rnd-history { padding-block: 82px; }
  .rnd-process-heading h2, .rnd-history-intro h2 { font-size: 37px; }
  .rnd-process-list { grid-template-columns: 1fr; margin-top: 44px; }
  .rnd-process-list li { min-height: 245px; }
  .equipment-grid { grid-template-columns: 1fr; gap: 38px; margin-top: 44px; }
  .equipment-card > div { min-height: 180px; }
  .rnd-history-list li { grid-template-columns: 76px 1fr; gap: 18px; min-height: 145px; }
  .rnd-history-list p { font-size: 16px; }
}
