/*
Theme Name: PepCrown Atelier
Description: An editable, image-led biotechnology brand theme for WordPress.
 Version: 3.8.22
Text Domain: pepcrown
*/

:root {
  --pc-ink: #061574;
  --pc-ink-soft: #0d2674;
  --pc-ink-deep: #04134e;
  --pc-bottom: #174f82;
  --pc-bottom-deep: #082f59;
  --pc-bottom-accent: #cceeff;
  --pc-paper: #ffffff;
  --pc-mist: #f3f8fc;
  --pc-mist-deep: #e4eef5;
  --pc-line: rgba(6, 21, 116, .18);
  --pc-line-light: rgba(255, 255, 255, .32);
  --pc-white: #fff;
  --pc-accent: #b9d8ec;
  --pc-sans: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  --pc-display: "Segoe UI Light", "Helvetica Neue", "Arial Narrow", Helvetica, Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  --pc-shell: min(1320px, calc(100% - 80px));
  --pc-ease: cubic-bezier(.22, .61, .36, 1);
  --pc-shadow: 0 24px 80px rgba(4, 18, 44, .16);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--pc-paper); }
body { margin: 0; min-width: 0; background: var(--pc-paper); color: var(--pc-ink); font: 400 15px/1.5 var(--pc-sans); text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body.pc-menu-open, body.pc-modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--pc-ink); outline-offset: 4px; }
.pc-home-hero button:focus-visible, .pc-home-hero a:focus-visible, .pc-page-hero a:focus-visible, .pc-directory-hero a:focus-visible, .pc-site-footer a:focus-visible, .pc-contact-section a:focus-visible, .pc-contact-section input:focus-visible, .pc-contact-section textarea:focus-visible { outline-color: var(--pc-white); }
[hidden] { display: none !important; }

.pc-shell { width: var(--pc-shell); margin-inline: auto; }
.pc-section { padding: clamp(88px, 11vw, 176px) 0; }
.pc-kicker { margin: 0; color: currentColor; font-size: 10px; font-weight: 700; letter-spacing: .15em; line-height: 1.2; text-transform: uppercase; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.pc-skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 11px 14px; background: var(--pc-white); color: var(--pc-ink); transform: translateY(-160%); transition: transform .2s var(--pc-ease); }
.pc-skip-link:focus { transform: translateY(0); }

/* Header */
.pc-site-header { position: absolute; z-index: 30; inset: 0 0 auto; color: var(--pc-white); pointer-events: none; }
.single-pepcrown_product .pc-site-header { color: var(--pc-ink); }
.pc-site-header__inner { display: flex; min-height: 96px; align-items: center; justify-content: space-between; pointer-events: auto; }
.pc-wordmark { position: relative; display: inline-grid; grid-template-columns: auto 1fr; column-gap: 9px; align-items: center; min-width: 180px; color: inherit; line-height: 1; }
.pc-wordmark__mark { grid-row: span 2; width: 19px; height: 19px; border: 3px dotted currentColor; border-radius: 50%; }
.pc-wordmark__name { display: block; font-size: 26px; font-weight: 800; letter-spacing: -.085em; }
.pc-wordmark__name sup { position: relative; top: -.56em; margin-left: 2px; font-size: 8px; letter-spacing: 0; }
.pc-wordmark__tagline { display: block; margin-top: 4px; font-size: 7px; font-weight: 700; letter-spacing: .18em; }
.pc-wordmark__image { grid-column: 1 / -1; display: block; width: auto; height: 32px; max-width: min(220px, 42vw); object-fit: contain; object-position: left center; }
.pc-menu-toggle { display: none; width: 48px; height: 48px; padding: 11px; border: 1px solid rgba(255,255,255,.44); border-radius: 50%; background: transparent; color: inherit; }
.pc-menu-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 1px; margin: 4px 0; background: currentColor; transition: transform .25s var(--pc-ease), opacity .2s var(--pc-ease); }
.pc-primary-nav__list { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); padding: 0; margin: 0; list-style: none; }
.pc-primary-nav a { position: relative; display: inline-block; padding: 8px 0; font-size: clamp(12px, .85vw, 14px); font-weight: 600; letter-spacing: .025em; }
.pc-primary-nav a::after { position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: left; transition: transform .24s var(--pc-ease); }
.pc-primary-nav a:hover::after, .pc-primary-nav .current-menu-item a::after { transform: scaleX(1); }
.pc-site-header--home .pc-primary-nav { visibility: hidden; }
.pc-mobile-route-nav { display: none; }

/* Home hero */
.pc-home-hero {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: max(720px, 100svh);
  overflow: hidden;
  margin: 0;
  border: 0;
  border-radius: 0 0 var(--pc-radius-hero) var(--pc-radius-hero);
  background: var(--pc-ink-deep);
  box-shadow: none;
  color: var(--pc-white);
  isolation: isolate;
}
.pc-home-hero__backdrop {
  position: absolute;
  z-index: -3;
  inset: 0;
  background-image: var(--pc-scene-image);
  background-image: var(--pc-scene-image-desktop, var(--pc-scene-image)) !important;
  background-position: var(--pc-scene-position-desktop, 50% 50%);
  background-size: var(--pc-scene-size-desktop, cover);
  background-repeat: no-repeat;
  filter: saturate(.72) contrast(1.04);
  transform: scale(1.01);
  transition: background-image .12s linear, opacity .42s var(--pc-ease), filter .42s var(--pc-ease), transform .72s var(--pc-ease);
}
.pc-home-hero__wash { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(2, 13, 30, .88) 0%, rgba(2, 13, 30, .54) 39%, rgba(2, 13, 30, .20) 70%, rgba(2, 13, 30, .52) 100%); }
.pc-home-hero::before { position: absolute; z-index: -1; inset: -25%; background-image: radial-gradient(circle at 16% 18%, rgba(255,255,255,.22) 0 1px, transparent 1.8px), radial-gradient(circle at 75% 68%, rgba(169,217,238,.2) 0 1px, transparent 1.8px); background-size: 17px 17px, 29px 29px; content: ""; mix-blend-mode: soft-light; opacity: .36; pointer-events: none; animation: pc-grain-drift 18s linear infinite alternate; }
.pc-home-hero::after { position: absolute; z-index: 5; inset: 0; background: rgba(255,255,255,.24); content: ""; opacity: 0; pointer-events: none; }
.pc-home-hero.is-switching::after, .pc-home-hero.is-route-loading::after { animation: pc-hero-flash .42s var(--pc-ease) both; }
.pc-home-hero.is-switching .pc-home-hero__backdrop { filter: saturate(.55) brightness(1.15); transform: scale(1.045); }
.pc-home-hero__layout { position: relative; min-height: max(720px, 100svh); }
.pc-home-hero__copy { position: absolute; bottom: clamp(72px, 9vh, 122px); left: 0; width: min(840px, 63vw); transition: opacity .28s var(--pc-ease), transform .28s var(--pc-ease); }
.pc-home-hero.is-switching .pc-home-hero__copy { opacity: .12; transform: translateY(18px); }
.pc-home-hero h1 { max-width: 900px; margin: 17px 0 23px; font-family: var(--pc-display); font-size: clamp(88px, 12vw, 194px); font-weight: 300; letter-spacing: -.078em; line-height: .86; text-wrap: balance; }
.pc-home-hero__summary { max-width: 460px; margin: 0; color: rgba(255,255,255,.87); font-size: clamp(13px, 1vw, 16px); line-height: 1.6; }
.pc-text-action { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 600; letter-spacing: .03em; line-height: 1; transition: border-color .26s var(--pc-ease), color .26s var(--pc-ease); }
.pc-text-action:hover { opacity: 1; }
.pc-home-hero__copy .pc-text-action { margin-top: 30px; }
.pc-text-action i { font-size: 18px; font-style: normal; line-height: .7; transition: transform .26s var(--pc-ease); }
.pc-text-action:hover i { transform: translate(3px, -3px); }
.pc-text-action--dark { color: var(--pc-ink); }
.pc-home-hero__index { position: absolute; right: 4vw; bottom: 8vh; z-index: 1; margin: 0; font-size: 9px; font-weight: 600; letter-spacing: .15em; line-height: 1.35; text-align: right; }
.pc-home-hero__nav { position: absolute; top: 46%; right: 0; z-index: 9; width: min(270px, 22vw); transform: translateY(-50%); }
.pc-scene-tabs { display: grid; gap: 16px; }
.pc-scene-tab { position: relative; display: flex; width: 100%; min-height: 30px; align-items: center; padding: 5px 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; color: var(--pc-white); font-size: clamp(11px, .88vw, 13px); font-weight: 500; letter-spacing: .02em; opacity: .7; text-align: left; transition: color .22s var(--pc-ease), opacity .22s var(--pc-ease), transform .22s var(--pc-ease); }
.pc-scene-tab::before, .pc-route-links a::before { content: none; }
.pc-scene-tab:hover { opacity: .88; }
.pc-scene-tab.is-active { font-size: clamp(11px, .88vw, 13px); font-weight: 600; opacity: 1; }
.pc-scene-tab__orbit { position: absolute; top: 50%; left: -8px; width: 36px; height: 36px; margin-top: -18px; border: 2px dotted rgba(255,255,255,.96); border-radius: 50%; opacity: 0; transform: scale(.7); }
.pc-scene-tab.is-loading .pc-scene-tab__orbit { opacity: 1; animation: pc-spin 1.1s linear infinite; transform: scale(1); }
.pc-scene-tab.is-loading::before { opacity: 0; }
.pc-route-links { display: grid; gap: 14px; margin-top: 23px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.42); }
.pc-route-links a { position: relative; display: flex; min-height: 26px; align-items: center; justify-content: space-between; padding-left: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; font-size: 11px; font-weight: 500; letter-spacing: .02em; opacity: .82; transition: opacity .2s, transform .2s var(--pc-ease); }
.pc-route-links a:hover { opacity: .75; transform: translateX(4px); }
.pc-route-links i { font-style: normal; }

/* Homepage sections */
.pc-intro { background: var(--pc-white); }
.pc-intro__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .7fr); gap: clamp(52px, 10vw, 162px) clamp(42px, 7vw, 110px); align-items: end; }
.pc-intro__lead h2, .pc-section-heading h2, .pc-products-section__top h2, .pc-quality h2, .pc-final-cta h2, .pc-page-introduction h2, .pc-capability-section h2, .pc-partner-section h2, .pc-information-section h2, .pc-statement-section h2, .pc-contact-section h2, .pc-product-overview h2, .pc-product-hero h1, .pc-article-page h1, .pc-not-found h1 { margin: 19px 0 0; font-family: var(--pc-display); font-size: clamp(42px, 5.3vw, 84px); font-weight: 350; letter-spacing: -.09em; line-height: .92; text-wrap: balance; }
.pc-intro__body { max-width: 420px; }
.pc-intro__body p { margin: 0; font-size: clamp(16px, 1.35vw, 20px); letter-spacing: -.025em; line-height: 1.42; }
.pc-intro__body .pc-text-action { margin-top: 34px; }
.pc-intro__image { grid-column: 1 / -1; min-height: min(38vw, 500px); margin: 0; overflow: hidden; background: var(--pc-mist); }
.pc-intro__image img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; filter: saturate(.66); }
.pc-principles { background: var(--pc-mist); }
.pc-section-heading { display: flex; max-width: 980px; flex-direction: column; }
.pc-principles__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 4vw, 62px); margin-top: clamp(56px, 8vw, 112px); }
.pc-principles__list article { padding-top: 15px; border-top: 1px solid var(--pc-ink); }
.pc-principles__list span, .pc-capability-section span, .pc-process-section__steps > li > span, .pc-partner-section__steps span { display: block; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.pc-principles__list h3 { margin: 64px 0 10px; font-size: clamp(23px, 2.1vw, 33px); font-weight: 500; letter-spacing: -.05em; line-height: 1; }
.pc-principles__list p { max-width: 310px; margin: 0; color: #294469; font-size: 15px; }
.pc-products-section { --pc-rail-progress: 25%; --pc-rail-gap: clamp(16px, 1.8vw, 28px); overflow: hidden; background: var(--pc-paper); }
.pc-products-section__top { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.pc-products-section__top > div { max-width: 830px; }
.pc-product-filters { display: flex; flex-wrap: wrap; gap: 26px; margin: 38px 0 27px; }
.pc-product-filters button, .pc-directory-filters a { min-height: 31px; padding: 0 0 8px; border: 0; border-bottom: 1px solid transparent; border-radius: 0; background: transparent; color: #45627d; font-size: 11px; font-weight: 600; letter-spacing: .02em; line-height: 1; transition: color .24s var(--pc-ease), border-color .24s var(--pc-ease); }
.pc-product-filters button:hover, .pc-product-filters button.is-active, .pc-product-filters button[aria-pressed="true"], .pc-directory-filters a:hover, .pc-directory-filters a.is-active { border-bottom-color: var(--pc-ink); background: transparent; color: var(--pc-ink); }
.pc-product-rail { display: flex; gap: var(--pc-rail-gap); overflow-x: auto; overscroll-behavior-x: contain; padding: 10px 0 18px; scroll-behavior: auto; scroll-padding-inline: 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
.pc-product-rail::-webkit-scrollbar { display: none; }
.pc-product-rail.is-rail-static { overflow-x: hidden; }
.pc-products-section.is-rail-shifting .pc-product-rail { scroll-snap-type: none; }
.pc-product-card { position: relative; flex: 0 0 calc((100% - var(--pc-rail-gap) - var(--pc-rail-gap)) / 3); min-width: 0; scroll-snap-align: start; scroll-snap-stop: always; transition: transform .36s var(--pc-ease), opacity .24s var(--pc-ease); }
.pc-product-card[hidden] { display: none; }
.pc-product-rail[data-visible-count="2"] .pc-product-card { flex-basis: calc((100% - var(--pc-rail-gap)) / 2); }
.pc-product-rail[data-visible-count="2"] .pc-product-card figure { aspect-ratio: 5 / 4; }
.pc-product-rail[data-visible-count="1"] { justify-content: flex-start; }
.pc-product-rail[data-visible-count="1"] .pc-product-card { flex-basis: 100%; }
.pc-product-rail[data-visible-count="1"] .pc-product-card figure { aspect-ratio: 16 / 9; }
.pc-product-card::before { position: absolute; z-index: 3; top: 0; left: 0; width: 0; height: 2px; background: var(--pc-ink); content: ""; transition: width .42s var(--pc-ease); }
.pc-product-card.is-current { z-index: 1; transform: translateY(-5px); }
.pc-product-card.is-current::before { width: 100%; }
.pc-product-card__link { display: block; }
.pc-product-card figure { position: relative; aspect-ratio: 4 / 5; margin: 0; overflow: hidden; background: var(--pc-mist-deep); transition: box-shadow .42s var(--pc-ease); }
.pc-product-card.is-current figure { box-shadow: 0 18px 36px rgba(4, 19, 78, .14); }
.pc-products-section.is-rail-shifting .pc-product-card.is-current figure { animation: pc-product-focus .5s var(--pc-ease) both; will-change: transform, box-shadow; }
.pc-product-card img { width: 100%; height: 100%; object-fit: cover; filter: none; transition: transform .6s var(--pc-ease), filter .4s; }
.pc-product-card:hover img { transform: scale(1.025); }
.pc-product-card__code { position: absolute; top: 14px; left: 14px; padding: 5px 7px; background: rgba(255,255,255,.78); color: var(--pc-ink); font-size: 10px; font-weight: 700; letter-spacing: .08em; transition: background .28s var(--pc-ease), color .28s var(--pc-ease); }
.pc-product-card.is-current .pc-product-card__code { background: var(--pc-ink); color: var(--pc-white); }
.pc-product-card__text { display: flex; align-items: start; justify-content: space-between; gap: 12px; padding-top: 16px; }
.pc-product-card__text h3 { min-width: 0; max-width: 75%; margin: 0; overflow-wrap: anywhere; font-size: clamp(24px, 2.3vw, 34px); font-weight: 500; letter-spacing: -.065em; line-height: .95; }
.pc-product-card__text p { min-width: 0; max-width: 106px; margin: 2px 0 0; color: #345273; font-size: 11px; line-height: 1.25; text-align: right; }
.pc-product-card__quick { display: flex; width: 100%; min-height: 44px; align-items: center; justify-content: space-between; margin-top: 13px; padding: 10px 0; border: 0; border-top: 1px solid var(--pc-line); background: transparent; color: var(--pc-ink); font-size: 11px; font-weight: 600; letter-spacing: .025em; text-align: left; transition: border-color .28s var(--pc-ease), color .28s var(--pc-ease); }
.pc-product-card.is-current .pc-product-card__quick { border-color: var(--pc-ink); }
.pc-product-card__quick i { font-size: 16px; font-style: normal; transition: transform .2s var(--pc-ease); }
.pc-product-card__quick:hover { color: #264d75; }
.pc-product-card__quick:hover i { transform: translate(3px, -3px); }
.pc-product-card__quick:active { color: var(--pc-ink-deep); }
.pc-product-list, .pc-product-showcase-heading { display: none; }
.pc-rail-controls { position: relative; display: flex; align-items: center; gap: 9px; margin-top: 30px; padding-top: 19px; }
.pc-rail-controls::before { position: absolute; top: 0; left: 0; width: min(250px, 27vw); height: 1px; background: linear-gradient(90deg, var(--pc-ink) 0 var(--pc-rail-progress), var(--pc-mist-deep) var(--pc-rail-progress) 100%); content: ""; transition: background .42s var(--pc-ease), opacity .28s var(--pc-ease); }
.pc-products-section:not(.is-rail-live) .pc-rail-controls::before { opacity: .68; }
.pc-rail-controls button { display: grid; width: 40px; height: 40px; place-items: center; border: 0; border-radius: 0; background: transparent; box-shadow: none; color: var(--pc-ink); font-size: 21px; transition: color .22s var(--pc-ease), opacity .2s, transform .22s var(--pc-ease); }
.pc-rail-controls button:hover, .pc-rail-controls button.is-feedback:not(:disabled) { background: transparent; box-shadow: none; color: var(--pc-ink); transform: translateY(-1px); }
.pc-rail-controls button:disabled { cursor: default; opacity: .34; pointer-events: none; }
.pc-rail-controls span { min-width: 72px; font-size: 10px; font-variant-numeric: tabular-nums; font-weight: 700; letter-spacing: .12em; text-align: center; }
.pc-rail-controls .pc-rail-controls__toggle { display: inline-flex; width: auto; min-width: 0; height: 40px; align-items: center; justify-content: center; gap: 8px; padding: 0 0 5px; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; background: transparent; font-size: 10px; font-weight: 600; letter-spacing: .055em; }
.pc-rail-controls .pc-rail-controls__toggle span { min-width: 0; }
.pc-rail-controls__toggle [data-rail-toggle-icon] { font-size: 12px; letter-spacing: -.14em; }
.pc-rail-controls .pc-rail-controls__toggle[aria-pressed="true"] { background: var(--pc-ink); color: var(--pc-white); }
.pc-empty-state { padding: 46px 0; color: #3b5874; }
.pc-quality { --pc-accent: var(--pc-bottom-accent); background: var(--pc-bottom); color: var(--pc-white); }
.pc-quality__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .85fr); gap: clamp(38px, 8vw, 132px); align-items: stretch; }
.pc-quality__image { min-height: 570px; margin: 0; overflow: hidden; }
.pc-quality__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.55) brightness(.78); }
.pc-quality__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.pc-quality__content > p:not(.pc-kicker) { max-width: 485px; margin: 28px 0 0; color: rgba(255,255,255,.8); font-size: 18px; }
.pc-quality__content ul { width: 100%; max-width: 530px; padding: 0; margin: 48px 0 0; list-style: none; }
.pc-quality__content li { display: flex; gap: 18px; padding: 14px 0; border-top: 1px solid var(--pc-line-light); font-size: 15px; }
.pc-quality__content li span { color: var(--pc-accent); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.pc-quality__content .pc-text-action { margin-top: 35px; }
.pc-resource-links { background: var(--pc-white); }
.pc-section-heading--split { max-width: none; flex-direction: row; align-items: end; justify-content: space-between; gap: 40px; }
.pc-section-heading--split > p { max-width: 300px; margin: 0; color: #47617d; font-size: 15px; }
.pc-resource-links__list { margin-top: 62px; border-top: 1px solid var(--pc-line); }
.pc-resource-links__list a { display: grid; grid-template-columns: minmax(170px, 1.2fr) minmax(180px, .8fr) auto; gap: 30px; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--pc-line); transition: padding .25s var(--pc-ease), color .25s; }
.pc-resource-links__list a:hover { padding-right: 12px; padding-left: 12px; background: var(--pc-mist); }
.pc-resource-links__list span { font-size: clamp(25px, 3.2vw, 48px); font-weight: 500; letter-spacing: -.065em; line-height: .95; }
.pc-resource-links__list small { color: #42607f; font-size: 13px; }
.pc-resource-links__list i { font-size: 21px; font-style: normal; }
.pc-final-cta { --pc-accent: var(--pc-bottom-accent); position: relative; min-height: min(72vw, 860px); overflow: hidden; background: var(--pc-bottom-deep); color: var(--pc-white); }
.pc-final-cta__media { position: absolute; inset: 0; background-color: var(--pc-bottom-deep); background-image: linear-gradient(90deg, rgba(18,57,47,.92), rgba(18,57,47,.4)), var(--pc-final-cta-image, url('assets/images/hero-laboratory.jpg')); background-position: center; background-size: cover; filter: saturate(.48) brightness(.74); }
.pc-final-cta__content { position: relative; display: flex; min-height: min(72vw, 860px); flex-direction: column; align-items: flex-start; justify-content: center; }
.pc-final-cta h2 { max-width: 970px; }
.pc-button { display: inline-flex; min-height: 44px; align-items: center; gap: 12px; margin-top: 32px; padding: 0 18px; border: 1px solid currentColor; border-radius: 2px; background: transparent; color: inherit; font-size: 11px; font-weight: 600; letter-spacing: .03em; line-height: 1; transition: background .28s var(--pc-ease), color .28s var(--pc-ease), box-shadow .28s var(--pc-ease); }
.pc-button span { font-size: 15px; transition: transform .28s var(--pc-ease); }
.pc-button:hover { background: var(--pc-white); box-shadow: 0 7px 16px rgba(3,17,56,.13); color: var(--pc-ink); }
.pc-button:hover span { transform: translate(2px, -2px); }
.pc-button:active { box-shadow: inset 0 0 0 1px currentColor; }
.pc-button--light:hover { background: var(--pc-white); color: var(--pc-ink); }

/* Inner pages */
.pc-page-hero { position: relative; min-height: min(760px, 88svh); display: flex; align-items: flex-end; overflow: hidden; background: var(--pc-ink); color: var(--pc-white); }
.pc-page-hero::before { position: absolute; inset: 0; background: var(--pc-page-image) center / cover; content: ""; filter: saturate(.55) brightness(.75); }
.pc-page-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,17,38,.88), rgba(3,17,38,.31) 72%, rgba(3,17,38,.5)); }
.pc-page-hero__content { position: relative; padding-bottom: clamp(72px, 9vh, 114px); }
.pc-page-hero h1 { max-width: 970px; margin: 18px 0 22px; font-family: var(--pc-display); font-size: clamp(72px, 11.8vw, 192px); font-weight: 300; letter-spacing: -.116em; line-height: .77; text-wrap: balance; }
.pc-page-hero__content > p:last-child { max-width: 570px; margin: 0; color: rgba(255,255,255,.86); font-size: clamp(16px, 1.45vw, 20px); }
.pc-page-hero__index { position: absolute; top: 118px; right: 4vw; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.pc-page-introduction { background: var(--pc-paper); }
.pc-page-introduction__grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(220px, .5fr); gap: clamp(48px, 12vw, 190px); }
.pc-rich-text { font-size: clamp(19px, 2vw, 30px); letter-spacing: -.035em; line-height: 1.35; }
.pc-rich-text > :first-child { margin-top: 0; }
.pc-rich-text p { max-width: 32ch; margin: 0 0 1.1em; }
.pc-rich-text h2, .pc-rich-text h3 { margin: 1.6em 0 .55em; font-size: .86em; font-weight: 600; line-height: 1.05; }
.pc-rich-text ul, .pc-rich-text ol { max-width: 34ch; padding-left: 1em; }
.pc-page-aside { align-self: start; padding-top: 15px; border-top: 1px solid var(--pc-line); }
.pc-page-aside__number { font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.pc-page-aside p { margin: 45px 0 29px; color: #315071; font-size: 15px; line-height: 1.45; }
.pc-capability-section { background: var(--pc-mist); }
.pc-capability-section__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 4.5vw, 68px); margin-top: 62px; }
.pc-capability-section__grid article { padding-top: 14px; border-top: 1px solid var(--pc-line); }
.pc-capability-section h3 { margin: 62px 0 12px; font-size: clamp(24px, 2.4vw, 37px); font-weight: 500; letter-spacing: -.06em; line-height: .94; }
.pc-capability-section p { max-width: 310px; margin: 0; color: #355273; }
.pc-process-section { background: var(--pc-ink); color: var(--pc-white); }
.pc-process-section__steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0; margin: 68px 0 0; list-style: none; border-top: 1px solid var(--pc-line-light); }
.pc-process-section__steps li { min-height: 280px; padding: 17px 25px 26px 0; border-right: 1px solid var(--pc-line-light); }
.pc-process-section__steps li:not(:first-child) { padding-left: 25px; }
.pc-process-section__steps li:last-child { border-right: 0; }
.pc-process-section__steps h3 { margin: 72px 0 11px; font-size: clamp(23px, 2vw, 33px); font-weight: 500; letter-spacing: -.055em; line-height: .94; }
.pc-process-section__steps p { max-width: 230px; margin: 0; color: rgba(255,255,255,.75); font-size: 14px; }
.pc-partner-section { background: var(--pc-mist); }
.pc-partner-section__grid { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1fr); gap: clamp(52px, 12vw, 188px); }
.pc-partner-section__steps { display: grid; gap: 0; }
.pc-partner-section__steps article { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 18px 0 26px; border-top: 1px solid var(--pc-line); }
.pc-partner-section__steps h3 { margin: 0 0 7px; font-size: clamp(23px, 2.4vw, 35px); font-weight: 500; letter-spacing: -.055em; line-height: 1; }
.pc-partner-section__steps p { grid-column: 2; margin: 0; color: #365372; }
.pc-information-section { background: var(--pc-white); }
.pc-information-section__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr); gap: clamp(50px, 12vw, 178px); }
.pc-information-section__grid > div:last-child { align-self: end; }
.pc-information-section__grid > div:last-child p { margin: 0 0 1em; color: #345272; font-size: clamp(18px, 1.55vw, 24px); letter-spacing: -.025em; }
.pc-statement-section { background: var(--pc-mist); }
.pc-statement-section__grid { display: grid; grid-template-columns: .24fr minmax(0, 1fr) auto; gap: clamp(25px, 4vw, 65px); align-items: end; }
.pc-statement-section h2 { max-width: 940px; }
.pc-resource-archive { background: var(--pc-mist); }
.pc-resource-archive__list { margin-top: 64px; border-top: 1px solid var(--pc-line); }
.pc-resource-archive__list a { display: grid; grid-template-columns: 120px minmax(0, 1fr) auto; gap: 25px; align-items: center; padding: 23px 0; border-bottom: 1px solid var(--pc-line); }
.pc-resource-archive__list time { color: #41617f; font-size: 12px; }
.pc-resource-archive__list span { font-size: clamp(24px, 3.1vw, 46px); font-weight: 500; letter-spacing: -.06em; line-height: .96; }
.pc-resource-archive__list i { font-size: 20px; font-style: normal; }
.pc-resource-pagination { margin-top: 42px; }
.pc-resource-pagination ul.page-numbers { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.pc-resource-pagination a, .pc-resource-pagination span { display: inline-flex; min-width: 40px; min-height: 40px; align-items: center; justify-content: center; padding: 8px 12px; border: 1px solid var(--pc-line); color: var(--pc-ink); font-size: 11px; font-weight: 700; letter-spacing: .04em; line-height: 1; transition: background .2s, border-color .2s, color .2s; }
.pc-resource-pagination a:hover { border-color: var(--pc-ink); background: var(--pc-ink); color: var(--pc-white); }
.pc-resource-pagination .current { border-color: var(--pc-ink); background: var(--pc-ink); color: var(--pc-white); }
.pc-resource-pagination .dots { min-width: auto; border-color: transparent; background: transparent; color: #41617f; }

/* Contact form */
.pc-contact-section { background: var(--pc-ink); color: var(--pc-white); }
.pc-contact-section__grid { display: grid; grid-template-columns: minmax(0, .84fr) minmax(360px, .8fr); gap: clamp(50px, 11vw, 164px); }
.pc-contact-section__details > a, .pc-contact-section__details > span { display: flex; max-width: 440px; align-items: center; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--pc-line-light); color: rgba(255,255,255,.9); font-size: 16px; }
.pc-contact-section__details > a:first-of-type { margin-top: 47px; }
.pc-contact-section__details i { font-size: 17px; font-style: normal; }
.pc-contact-form-wrap { align-self: end; }
.pc-contact-form { display: grid; gap: 17px; }
.pc-contact-form p { margin: 0; }
.pc-contact-form label { display: block; margin-bottom: 7px; color: rgba(255,255,255,.76); font-size: 12px; font-weight: 700; letter-spacing: .03em; }
.pc-contact-form input, .pc-contact-form textarea { display: block; width: 100%; border: 0; border-bottom: 1px solid var(--pc-line-light); border-radius: 0; background: transparent; color: var(--pc-white); outline: 0; }
.pc-contact-form input { min-height: 43px; }
.pc-contact-form textarea { resize: vertical; padding: 9px 0; }
.pc-contact-form .pc-button { justify-self: start; }
.pc-form-notice { padding: 12px 15px; border: 1px solid rgba(255,255,255,.55); color: var(--pc-white); font-size: 14px; }
.pc-form-notice--success { border-color: var(--pc-accent); color: var(--pc-accent); }

/* Product directory */
.pc-directory-hero { display: flex; min-height: min(635px, 78svh); align-items: flex-end; background-color: var(--pc-ink); background-image: linear-gradient(90deg, rgba(3,17,38,.9), rgba(3,17,38,.38)), var(--pc-directory-image, url('assets/images/hero-laboratory.jpg')); background-position: center; background-size: cover; color: var(--pc-white); }
.pc-directory-hero__content { padding-bottom: clamp(70px, 9vh, 114px); }
.pc-directory-hero h1 { max-width: 880px; margin: 17px 0 24px; font-family: var(--pc-display); font-size: clamp(70px, 11vw, 180px); font-weight: 300; letter-spacing: -.116em; line-height: .76; }
.pc-directory-hero p:last-child { max-width: 530px; margin: 0; color: rgba(255,255,255,.86); font-size: clamp(16px, 1.45vw, 20px); }
.pc-directory-list { background: var(--pc-paper); }
.pc-directory-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.pc-directory-list__items { margin-top: 52px; border-top: 1px solid var(--pc-line); }
.pc-directory-product { display: grid; grid-template-columns: 155px minmax(0, 1fr) auto; gap: clamp(25px, 4vw, 64px); align-items: center; padding: 18px 0; border-bottom: 1px solid var(--pc-line); transition: padding .28s var(--pc-ease), background .28s var(--pc-ease); }
.pc-directory-product:hover { padding-right: 12px; padding-left: 12px; background: var(--pc-mist); }
.pc-directory-product figure { aspect-ratio: 1.12; margin: 0; overflow: hidden; background: var(--pc-mist); }
.pc-directory-product img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.62); transition: transform .5s var(--pc-ease); }
.pc-directory-product:hover img { transform: scale(1.04); }
.pc-directory-product p { margin: 0 0 10px; color: #496887; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.pc-directory-product h2 { margin: 0; font-size: clamp(32px, 4.2vw, 68px); font-weight: 500; letter-spacing: -.075em; line-height: .86; }
.pc-directory-product span { display: block; margin-top: 12px; color: #42617f; font-size: 13px; }
.pc-directory-product > i { font-size: 23px; font-style: normal; }
.pc-directory-note { background: var(--pc-ink); color: var(--pc-white); }
.pc-directory-note__grid { display: grid; grid-template-columns: .23fr minmax(0, 1fr) auto; gap: clamp(26px, 5vw, 80px); align-items: end; padding: clamp(65px, 9vw, 124px) 0; }
.pc-directory-note__grid > p:nth-child(2) { max-width: 800px; margin: 0; color: rgba(255,255,255,.85); font-size: clamp(22px, 3vw, 43px); letter-spacing: -.055em; line-height: 1.05; }

/* Product detail */
.pc-product-page { background: var(--pc-paper); }
.pc-product-hero { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(340px, .96fr); min-height: 100svh; }
.pc-product-hero__media { min-height: 700px; margin: 0; overflow: hidden; background: var(--pc-mist); }
.pc-product-hero__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); }
.pc-product-hero__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 150px clamp(34px, 7vw, 128px) 76px; }
.pc-back-link { display: inline-flex; min-height: 24px; align-items: center; margin-bottom: clamp(50px, 10vw, 140px); color: #365675; font-size: 12px; font-weight: 700; }
.pc-product-hero h1 { margin-top: 19px; }
.pc-product-hero__summary { max-width: 480px; margin: 26px 0 0; color: #3d5b7a; font-size: clamp(17px, 1.55vw, 23px); line-height: 1.45; }
.pc-product-overview { background: var(--pc-white); }
.pc-product-overview__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, .85fr); gap: clamp(50px, 12vw, 192px); }
.pc-product-details { background: var(--pc-mist); }
.pc-product-details__list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 clamp(35px, 7vw, 130px); margin: 50px 0 0; }
.pc-product-details__list > div { display: grid; grid-template-columns: minmax(100px, .45fr) 1fr; gap: 18px; padding: 19px 0; border-top: 1px solid var(--pc-line); }
.pc-product-details dt { color: #41607f; font-size: 12px; }
.pc-product-details dd { margin: 0; font-size: 15px; }
.pc-product-details a { padding-bottom: 2px; border-bottom: 1px solid currentColor; }
.pc-product-note { background: var(--pc-ink); color: var(--pc-white); }
.pc-product-note__grid { display: grid; grid-template-columns: 38px minmax(0, 840px); gap: 26px; align-items: start; padding: clamp(42px, 6vw, 76px) 0; }
.pc-product-note__icon { display: grid; width: 26px; height: 26px; place-items: center; border: 1px solid var(--pc-accent); border-radius: 50%; color: var(--pc-accent); font-size: 13px; font-weight: 700; }
.pc-product-note p { margin: 0; color: rgba(255,255,255,.87); font-size: clamp(17px, 1.7vw, 24px); letter-spacing: -.025em; }
.pc-related-products { background: var(--pc-white); }
.pc-related-products__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 42px); margin-top: 58px; }
.pc-related-product { position: relative; display: block; }
.pc-related-product figure { aspect-ratio: 1.2; margin: 0 0 17px; overflow: hidden; background: var(--pc-mist); }
.pc-related-product img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65); transition: transform .45s var(--pc-ease); }
.pc-related-product:hover img { transform: scale(1.04); }
.pc-related-product > span { color: #466786; font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.pc-related-product h3 { margin: 8px 34px 0 0; font-size: clamp(24px, 2.5vw, 37px); font-weight: 500; letter-spacing: -.065em; line-height: .92; }
.pc-related-product > i { position: absolute; right: 0; bottom: 3px; font-size: 19px; font-style: normal; }

/* Journal, article, 404 */
.pc-journal-archive__list { background: var(--pc-paper); }
.pc-journal-item { border-top: 1px solid var(--pc-line); }
.pc-journal-item:last-child { border-bottom: 1px solid var(--pc-line); }
.pc-journal-item a { display: grid; grid-template-columns: 155px minmax(0, 1fr) minmax(220px, .65fr) auto; gap: 28px; align-items: center; padding: 28px 0; transition: padding .25s var(--pc-ease), background .25s; }
.pc-journal-item a:hover { padding-right: 14px; padding-left: 14px; background: var(--pc-mist); }
.pc-journal-item time { color: #466786; font-size: 12px; }
.pc-journal-item h2 { margin: 0; font-size: clamp(25px, 3.3vw, 51px); font-weight: 500; letter-spacing: -.065em; line-height: .94; }
.pc-journal-item p { margin: 0; color: #43617f; font-size: 14px; }
.pc-journal-item span { font-size: 12px; font-weight: 700; white-space: nowrap; }
.pc-article-page { background: var(--pc-paper); }
.pc-article-page__hero { padding: 184px 0 clamp(70px, 9vw, 130px); background: var(--pc-ink); color: var(--pc-white); }
.pc-article-page__hero .pc-back-link { margin-bottom: 56px; color: rgba(255,255,255,.75); }
.pc-article-page__hero h1 { max-width: 1100px; }
.pc-article-page__body { padding-top: clamp(70px, 9vw, 130px); padding-bottom: clamp(90px, 11vw, 170px); }
.pc-article-page__body p { max-width: 29ch; }
.pc-article-page__image { width: 100%; max-width: 1100px; margin: 0 0 58px; }
.pc-article-page__image img { width: 100%; height: auto; }
.pc-not-found { display: grid; min-height: 100svh; align-items: center; padding: 140px 0 80px; background: var(--pc-ink); color: var(--pc-white); }
.pc-not-found h1 { max-width: 960px; }
.pc-not-found p { max-width: 510px; margin: 28px 0 0; color: rgba(255,255,255,.77); font-size: 19px; }
.pc-not-found__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.pc-not-found__actions .pc-button { margin-top: 0; }

/* Footer and dialog */
.pc-site-footer { --pc-accent: var(--pc-bottom-accent); padding: clamp(66px, 8vw, 120px) 0 25px; background: var(--pc-bottom-deep); box-shadow: inset 0 1px 0 rgba(183,227,217,.24); color: var(--pc-white); }
.pc-site-footer__grid { display: grid; grid-template-columns: minmax(230px, 1.25fr) repeat(2, minmax(130px, .6fr)) minmax(170px, .75fr); gap: clamp(30px, 5vw, 78px); }
.pc-wordmark--footer { margin-bottom: 27px; }
.pc-site-footer__brand > p { max-width: 340px; margin: 0; color: rgba(255,255,255,.63); font-size: 13px; line-height: 1.5; }
.pc-footer-label { margin: 0 0 17px; color: var(--pc-accent); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.pc-site-footer__links, .pc-site-footer__contact { display: grid; align-content: start; gap: 10px; }
.pc-footer-menu { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.pc-footer-menu li { margin: 0; }
.pc-site-footer__links--menu { grid-column: span 2; }
.pc-site-footer__links a, .pc-site-footer__contact a { display: inline-flex; min-height: 24px; align-items: center; color: rgba(255,255,255,.78); font-size: 13px; transition: color .2s; }
.pc-site-footer__contact span { color: rgba(255,255,255,.78); font-size: 13px; }
.pc-site-footer a:hover { color: var(--pc-accent); }
.pc-site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: clamp(60px, 8vw, 112px); padding-top: 17px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.5); font-size: 11px; }
.pc-quick-view { position: fixed; z-index: 80; inset: 0; display: grid; place-items: center; padding: 28px; }
.pc-quick-view__scrim { position: absolute; inset: 0; background: rgba(2,13,30,.88); backdrop-filter: blur(5px); }
.pc-quick-view__dialog { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .82fr); width: min(1040px, 100%); max-height: min(760px, calc(100svh - 56px)); overflow: auto; background: var(--pc-paper); box-shadow: var(--pc-shadow); }
.pc-quick-view__dialog figure { min-height: 500px; margin: 0; background: var(--pc-mist); }
.pc-quick-view__dialog figure img { width: 100%; height: 100%; object-fit: cover; }
.pc-quick-view__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(38px, 6vw, 84px); }
.pc-quick-view h2 { margin: 17px 0; font-size: clamp(45px, 5vw, 76px); font-weight: 500; letter-spacing: -.085em; line-height: .88; }
.pc-quick-view__content > p:not(.pc-kicker) { margin: 0; color: #3d5b79; font-size: 16px; }
.pc-quick-view__close { position: absolute; z-index: 2; top: 12px; right: 13px; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--pc-ink); border-radius: 50%; background: var(--pc-paper); color: var(--pc-ink); font-size: 22px; line-height: 1; transition: background .22s, color .22s; }
.pc-quick-view__close:hover { background: var(--pc-ink); color: var(--pc-white); }
.pc-quick-view .pc-button:hover, .pc-quick-view .pc-button:focus-visible { background: var(--pc-ink); box-shadow: 0 10px 20px rgba(4,19,78,.18); color: var(--pc-white); }
.pc-route-transition { position: fixed; z-index: 90; inset: 0; background: rgba(255,255,255,.22); opacity: 0; pointer-events: none; transition: opacity .12s var(--pc-ease), visibility .12s; visibility: hidden; }
.pc-route-transition__orbit, .pc-route-transition__label { display: none; }
body.pc-is-leaving .pc-route-transition { visibility: visible; animation: pc-route-flash .28s var(--pc-ease) both; }
body.pc-is-leaving .pc-home-hero__backdrop { transform: scale(1.04); filter: saturate(.46) brightness(1.08); }

/* These modules are safely below the initial viewport. Let supported browsers
   postpone their layout and paint work until the reader approaches them. */
@supports (content-visibility: auto) {
  .pc-resource-links, .pc-final-cta, .pc-site-footer { content-visibility: auto; contain-intrinsic-size: auto 720px; }
}

/* Content must remain present even when an observer has not fired yet. The
   reveal class is now a light finishing accent, never a visibility gate. */
html.pc-js [data-reveal] { opacity: 1; transform: none; }
html.pc-js [data-reveal].is-revealed { animation: pc-reveal-settle .54s var(--pc-ease) both; }

/* A light, handwritten-in-the-air title entrance. Characters remain real text,
   and the whole effect is removed for reduced-motion visitors. */
[data-title-reveal] { display: block; overflow: visible; }
.pc-title-word { display: inline-block; margin-right: .22em; white-space: nowrap; }
.pc-title-word:last-child { margin-right: 0; }
.pc-title-character { display: inline-block; min-width: .015em; opacity: 1; filter: none; transform: none; }
.pc-title-character.is-writing { opacity: 0; filter: blur(10px); transform: translate3d(0, .26em, 0) scale(.985); animation: pc-title-write .8s var(--pc-ease) both; animation-delay: calc(var(--pc-character-index) * 22ms); }
.pc-title-character--punctuation { min-width: .12em; }

@keyframes pc-spin { to { transform: rotate(360deg); } }
@keyframes pc-hero-flash { 0% { opacity: 0; } 40% { opacity: 1; } 100% { opacity: 0; } }
@keyframes pc-route-flash { 0% { opacity: 0; } 26% { opacity: 1; } 100% { opacity: 0; } }
@keyframes pc-title-write { 0% { opacity: 0; filter: blur(10px); transform: translate3d(0, .26em, 0) scale(.985); } 62% { opacity: 1; filter: blur(1px); } 100% { opacity: 1; filter: blur(0); transform: none; } }
@keyframes pc-grain-drift { from { transform: translate3d(-1.5%, -1%, 0) rotate(.5deg); } to { transform: translate3d(1.5%, 1%, 0) rotate(-.5deg); } }
@keyframes pc-product-focus { 0% { opacity: .78; transform: scale(.982); } 58% { opacity: 1; transform: scale(1.008); } 100% { opacity: 1; transform: none; } }
@keyframes pc-reveal-settle { 0% { filter: saturate(.9); } 100% { filter: saturate(1); } }

@media (max-width: 980px) {
  :root { --pc-shell: min(100% - 48px, 1320px); }
  .pc-site-header__inner { min-height: 82px; }
  .pc-wordmark__name { font-size: 23px; }
  .pc-primary-nav__list { gap: 16px; }
  .pc-primary-nav a { font-size: clamp(12px, .85vw, 14px); }
  .pc-home-hero__nav { right: 0; width: min(250px, 29vw); }
  .pc-home-hero h1 { font-size: clamp(76px, 11.5vw, 144px); }
  .pc-home-hero__copy { width: 63vw; }
  .pc-principles__list { gap: 28px; }
  .pc-product-card { flex-basis: calc((100% - var(--pc-rail-gap)) / 2); }
  .pc-quality__grid, .pc-product-hero { grid-template-columns: 1fr 1fr; }
  .pc-quality__image { min-height: 500px; }
  .pc-page-introduction__grid { gap: 60px; }
  .pc-product-hero__content { padding-right: 42px; padding-left: 42px; }
  .pc-site-footer__grid { grid-template-columns: 1.1fr repeat(2, .65fr); }
  .pc-site-footer__contact { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }
  .pc-site-footer__contact .pc-footer-label { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  :root {
    --pc-shell: calc(100% - 40px);
    --pc-mobile-route-top: clamp(126px, 16.3vh, 138px);
    --pc-mobile-route-width: min(140px, 38vw);
    --pc-mobile-route-gap: clamp(8px, 2.4vh, 18px);
    --pc-mobile-route-font-size: clamp(15px, 4.3vw, 17px);
  }
  body { font-size: 15px; }
  .pc-site-header { position: absolute; background: transparent; }
  .pc-site-header__inner { position: relative; min-height: 0; align-items: flex-start; padding-top: max(40px, calc(env(safe-area-inset-top) + 26px)); }
  .pc-wordmark { min-width: 0; column-gap: 8px; }
  .pc-site-header .pc-wordmark { min-height: 44px; align-content: start; }
  .pc-wordmark__mark { width: 17px; height: 17px; border-width: 2px; }
  .pc-wordmark__name { font-size: clamp(23px, 6.1vw, 27px); letter-spacing: -.08em; }
  .pc-wordmark__name { font-weight: 650; }
  .pc-wordmark__image { height: 29px; max-width: min(190px, 47vw); }
  .pc-wordmark__tagline { display: none; }
  .pc-menu-toggle, .pc-primary-nav { display: none !important; }
  /* Keep the right-hand route rail at the same scale after a home-route
     transition, so the destination does not feel like a shrunken variant. */
  .pc-mobile-route-nav { position: absolute; top: var(--pc-mobile-route-top); right: 0; display: grid; width: var(--pc-mobile-route-width); gap: var(--pc-mobile-route-gap); }
  .pc-mobile-route-nav a { position: relative; display: flex; min-height: 44px; align-items: center; padding-left: 14px; color: currentColor; font-size: var(--pc-mobile-route-font-size); font-weight: 500; letter-spacing: -.02em; line-height: 1.1; }
  .pc-mobile-route-nav a::before { position: absolute; top: 50%; left: 0; width: 6px; height: 6px; border: 1px solid currentColor; border-radius: 50%; content: ""; transform: translateY(-50%); }
  .pc-mobile-route-nav a.is-active { color: var(--pc-accent); }
  .pc-site-header--home .pc-mobile-route-nav { display: none; }
  /* Product visuals can be very light. Keep the small mobile route rail
     legible without giving it a separate panel or changing its placement. */
  .single-pepcrown_product .pc-site-header { color: var(--pc-white); }
  .single-pepcrown_product .pc-product-hero__media { position: relative; }
  .single-pepcrown_product .pc-product-hero__media::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3, 17, 56, .68) 0%, rgba(3, 17, 56, .48) 39%, rgba(3, 17, 56, 0) 80%); content: ""; pointer-events: none; }
  /* Product imagery can switch from deep navy to near-white within the same
     portrait crop. Keep the route rail text-led, but give it enough optical
     separation to stay tappable across both tones. */
  .single-pepcrown_product .pc-mobile-route-nav { text-shadow: 0 2px 9px rgba(3, 17, 56, .78); }
  .single-pepcrown_product .pc-mobile-route-nav a.is-active { color: var(--pc-white); font-weight: 500; }
  .single-pepcrown_product .pc-mobile-route-nav a.is-active::before { background: currentColor; }
  .pc-home-hero, .pc-home-hero__layout { min-height: clamp(540px, 78svh, 680px); }
  .pc-home-hero__backdrop {
    background-image: var(--pc-scene-image-desktop, var(--pc-scene-image)) !important;
    background-image: var(--pc-scene-image-mobile, var(--pc-scene-image-desktop, var(--pc-scene-image))) !important;
    background-position: var(--pc-scene-position-mobile, 50% 50%);
    background-size: var(--pc-scene-size-mobile, cover);
  }
  .pc-page-hero::before { background-image: var(--pc-page-image-mobile, var(--pc-page-image)); background-position: center; background-size: cover; }
  .pc-home-hero__wash { background: linear-gradient(180deg, rgba(2,11,29,.24), rgba(2,11,29,.48) 52%, rgba(2,11,29,.74)); }
  .pc-home-hero__copy { bottom: clamp(74px, 10vh, 86px); width: min(63%, 254px); }
  .pc-home-hero h1 { margin: 10px 0 0; font-size: clamp(46px, 13vw, 54px); letter-spacing: -.062em; line-height: .93; }
  .pc-home-hero__summary, .pc-home-hero__copy .pc-text-action { display: none; }
  .pc-home-hero__nav { position: absolute; inset: 0; width: auto; max-width: none; transform: none; }
  /* On phones, scene and route changes retain the same hero frame. */
  .pc-home-hero.is-switching .pc-home-hero__backdrop, body.pc-is-leaving .pc-home-hero__backdrop { filter: saturate(.72) contrast(1.04); transform: scale(1.01); }
  .pc-home-hero.is-switching .pc-home-hero__copy { opacity: 1; transform: none; }
  .pc-scene-tabs { position: absolute; bottom: 34px; left: 0; display: grid; }
  .pc-scene-tab { display: none; width: auto; min-height: 26px; padding: 0; font-size: 16px; white-space: nowrap; }
  .pc-scene-tab.is-next { display: flex; padding: 0; font-size: clamp(16px, 4.8vw, 20px); font-weight: 500; letter-spacing: -.045em; }
  .pc-scene-tab::before, .pc-scene-tab__orbit { display: none; }
  .pc-route-links { position: absolute; top: var(--pc-mobile-route-top); right: 0; display: grid; width: var(--pc-mobile-route-width); gap: var(--pc-mobile-route-gap); margin: 0; padding: 0; border: 0; }
  .pc-route-links a { min-height: 44px; justify-content: flex-start; padding-left: 0; font-size: var(--pc-mobile-route-font-size); font-weight: 500; letter-spacing: -.02em; line-height: 1.1; }
  .pc-route-links a:hover, .pc-route-links a:active { opacity: 1; transform: none; }
  .pc-route-links a::before { content: none; }
  .pc-route-links a::after, .pc-mobile-route-nav a::after { content: none; }
  .pc-route-links i { display: none; }
  .pc-home-hero__index { display: none; }
  .pc-section { padding: 68px 0; }
  .pc-kicker { font-size: 10px; letter-spacing: .13em; }
  .pc-intro__grid { grid-template-columns: 1fr; gap: 28px; }
  .pc-intro__lead h2, .pc-section-heading h2, .pc-products-section__top h2, .pc-quality h2, .pc-final-cta h2, .pc-page-introduction h2, .pc-capability-section h2, .pc-partner-section h2, .pc-information-section h2, .pc-statement-section h2, .pc-contact-section h2, .pc-product-overview h2, .pc-product-hero h1, .pc-article-page h1, .pc-not-found h1 { font-size: clamp(28px, 7.7vw, 32px); letter-spacing: -.06em; line-height: 1.04; }
  .pc-intro__body p, .pc-quality__content > p:not(.pc-kicker), .pc-page-aside p, .pc-capability-section p, .pc-partner-section__steps p, .pc-information-section__grid > div:last-child p { font-size: 15px; line-height: 1.55; }
  .pc-intro__image { min-height: 0; aspect-ratio: 4 / 3; }
  .pc-principles__list { grid-template-columns: 1fr; gap: 28px; margin-top: 48px; }
  .pc-principles__list h3 { margin-top: 34px; }
  .pc-products-section { background: var(--pc-mist); }
  .pc-products-section__top, .pc-section-heading--split { display: block; }
  .pc-products-section__top .pc-text-action { margin-top: 20px; }
  .pc-section-heading--split > p { margin-top: 22px; }
  .pc-product-filters { display: none; }
  /* The visual rail is the primary product interaction on small screens.
     Hiding the duplicate text index lets the first product arrive immediately
     after the section heading instead of a full screen later. */
  .pc-product-list { display: none; }
  .pc-product-list a { display: grid; grid-template-columns: minmax(0, 1fr) 26px; column-gap: 12px; row-gap: 5px; align-items: center; min-height: 88px; padding: 13px 0; border-bottom: 1px solid var(--pc-line); color: var(--pc-ink); }
  .pc-product-list__code { grid-column: 1; color: #416487; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
  .pc-product-list strong { grid-column: 1; font-family: var(--pc-display); font-size: clamp(22px, 6.5vw, 26px); font-weight: 500; letter-spacing: -.065em; line-height: .98; }
  .pc-product-list i { grid-column: 2; grid-row: 1 / 3; justify-self: end; font-size: 18px; font-style: normal; }
  .pc-product-showcase-heading { display: none; }
  .pc-product-rail { --pc-rail-gap: 16px; gap: var(--pc-rail-gap); margin-top: 27px; padding: 8px 0 12px; scroll-padding-left: 0; }
  .pc-product-card, .pc-product-rail[data-visible-count="2"] .pc-product-card, .pc-product-rail[data-visible-count="1"] .pc-product-card { flex: 0 0 100%; min-width: 0; }
  .pc-product-rail[data-visible-count="1"] .pc-product-card figure { aspect-ratio: 16 / 11; }
  .pc-product-card figure { border-radius: 12px; background: var(--pc-mist-deep); }
  .pc-product-card.is-current { transform: translateY(-3px); }
  .pc-product-card.is-current figure { box-shadow: 0 11px 24px rgba(4, 19, 78, .12); }
  .pc-product-card__text { padding-top: 13px; }
  .pc-product-card__text h3 { font-size: clamp(22px, 6.5vw, 26px); }
  .pc-product-card__quick { min-height: 46px; margin-top: 10px; }
  .pc-rail-controls { justify-content: flex-start; gap: 10px; margin-top: 18px; padding-top: 16px; }
  .pc-rail-controls::before { width: 100%; }
  .pc-rail-controls > span { display: block; min-width: 54px; font-size: 10px; }
  .pc-rail-controls button { width: 40px; height: 40px; border: 0; border-radius: 0; background: transparent; }
  .pc-rail-controls .pc-rail-controls__toggle { width: 44px; min-width: 44px; padding: 0 0 5px; border-radius: 0; }
  .pc-rail-controls .pc-rail-controls__toggle [data-rail-toggle-label] { display: none; }
  .pc-quality__grid { grid-template-columns: 1fr; gap: 34px; }
  .pc-quality__image { min-height: 0; aspect-ratio: 4 / 3; }
  .pc-resource-links__list { margin-top: 38px; }
  .pc-resource-links__list a { grid-template-columns: 1fr auto; gap: 11px 20px; padding: 20px 0; }
  .pc-resource-links__list small { grid-column: 1 / 2; }
  .pc-resource-links__list i { grid-column: 2; grid-row: 1 / 3; }
  .pc-final-cta, .pc-final-cta__content { min-height: 440px; }
  .pc-final-cta__content { padding: 64px 0; }
  .pc-page-hero { min-height: min(570px, 78svh); }
  .pc-page-hero__content { width: min(61%, 248px); padding-bottom: 96px; }
  .pc-page-hero h1, .pc-directory-hero h1 { font-size: clamp(42px, 12vw, 50px); letter-spacing: -.085em; line-height: .91; }
  .pc-page-hero__content > p:last-child, .pc-directory-hero p:last-child { display: none; }
  .pc-page-hero__index { display: none; }
  .pc-page-introduction__grid, .pc-information-section__grid, .pc-partner-section__grid { grid-template-columns: 1fr; gap: 34px; }
  .pc-rich-text { font-size: 15.5px; letter-spacing: -.012em; line-height: 1.62; }
  .pc-page-aside p { margin-top: 20px; }
  .pc-capability-section__grid { grid-template-columns: 1fr; gap: 27px; margin-top: 42px; }
  .pc-capability-section h3 { margin-top: 33px; }
  .pc-process-section__steps { grid-template-columns: 1fr 1fr; margin-top: 46px; }
  .pc-process-section__steps li { min-height: 226px; padding: 16px 14px 23px 0; border-bottom: 1px solid var(--pc-line-light); }
  .pc-process-section__steps li:nth-child(2n) { padding-right: 0; padding-left: 14px; border-right: 0; }
  .pc-process-section__steps h3 { margin-top: 43px; }
  .pc-statement-section__grid { grid-template-columns: 1fr; gap: 22px; }
  .pc-resource-archive__list { margin-top: 40px; }
  .pc-resource-archive__list a { grid-template-columns: 1fr auto; gap: 9px 20px; }
  .pc-resource-archive__list time { grid-column: 1; }
  .pc-resource-archive__list span { grid-column: 1; }
  .pc-resource-archive__list i { grid-column: 2; grid-row: 1 / 3; }
  .pc-contact-section__grid { grid-template-columns: 1fr; gap: 55px; }
  .pc-directory-hero { min-height: min(550px, 75svh); }
  .pc-directory-list__items { margin-top: 28px; }
  .pc-directory-product { grid-template-columns: 84px minmax(0, 1fr) 24px; gap: 14px; padding: 14px 0; }
  .pc-directory-product figure { aspect-ratio: 4 / 5; border-radius: 10px; }
  .pc-directory-product img[src$=".svg"] { transform: scale(1.18); }
  .pc-directory-product h2 { font-size: clamp(25px, 7vw, 30px); letter-spacing: -.06em; }
  .pc-directory-product span { margin-top: 7px; font-size: 12px; }
  .pc-directory-note__grid { grid-template-columns: 1fr; gap: 21px; }
  .pc-product-hero { grid-template-columns: 1fr; min-height: 0; }
  .pc-product-hero__media { min-height: 57svh; }
  .pc-product-hero__content { padding: 40px 20px 64px; }
  .pc-product-hero__content .pc-back-link { min-height: 44px; margin-bottom: 42px; }
  .pc-product-overview__grid { grid-template-columns: 1fr; gap: 43px; }
  .pc-product-details__list { grid-template-columns: 1fr; margin-top: 34px; }
  .pc-product-note__grid { grid-template-columns: 28px 1fr; gap: 17px; }
  .pc-related-products__grid { grid-template-columns: 1fr; gap: 35px; margin-top: 36px; }
  .pc-journal-item a { grid-template-columns: 1fr auto; gap: 12px 18px; }
  .pc-journal-item time { grid-column: 1; }
  .pc-journal-item h2 { grid-column: 1; }
  .pc-journal-item p { grid-column: 1; }
  .pc-journal-item span { grid-column: 2; grid-row: 1 / 4; }
  .pc-article-page__hero { padding-top: 145px; }
  .pc-site-footer__grid { grid-template-columns: 1fr 1fr; gap: 44px 26px; }
  .pc-site-footer__links--menu { grid-column: 1 / -1; }
  .pc-site-footer__brand { grid-column: 1 / -1; }
  .pc-site-footer__contact { grid-column: 1 / -1; grid-template-columns: 1fr; }
  .pc-site-footer__contact .pc-footer-label { grid-column: auto; }
  .pc-site-footer__links a, .pc-site-footer__contact a, .pc-site-footer__brand .pc-wordmark { min-height: 44px; }
  .pc-text-action { min-height: 44px; padding-top: 11px; padding-bottom: 11px; }
  .pc-not-found { padding-top: 152px; }
  .pc-not-found__actions { display: grid; width: 100%; gap: 10px; }
  .pc-not-found__actions .pc-button { width: 100%; justify-content: space-between; }
  .pc-site-footer__bottom { display: grid; gap: 7px; }
  .pc-quick-view { padding: 16px; }
  .pc-quick-view__dialog { grid-template-columns: 1fr; max-height: calc(100svh - 32px); }
  .pc-quick-view__dialog figure { min-height: 290px; max-height: 38svh; }
  .pc-quick-view__content { padding: 34px 28px 42px; }
  .pc-quick-view h2 { font-size: clamp(36px, 10vw, 46px); line-height: .96; }
}

@media (max-width: 430px) {
  :root { --pc-shell: calc(100% - 32px); }
  .pc-home-hero__nav { right: 0; max-width: none; }
  .pc-scene-tabs { gap: 0; }
  .pc-scene-tab.is-next { padding-left: 0; }
  .pc-product-card, .pc-product-rail[data-visible-count="2"] .pc-product-card, .pc-product-rail[data-visible-count="1"] .pc-product-card { flex-basis: 100%; }
  .pc-directory-product { grid-template-columns: 76px minmax(0, 1fr) 18px; }
  .pc-directory-product h2 { font-size: 29px; }
  .pc-process-section__steps { grid-template-columns: 1fr; }
  .pc-process-section__steps li, .pc-process-section__steps li:nth-child(2n) { min-height: auto; padding: 18px 0 27px; border-right: 0; }
  .pc-process-section__steps h3 { margin-top: 28px; }
  .pc-site-footer__grid { grid-template-columns: 1fr; }
  .pc-site-footer__brand { grid-column: auto; }
}

/* On the smallest phones, preserve a clear vertical lane between quick routes
   and the editable inner-page title. The four routes remain direct links. */
@media (max-width: 340px) {
  :root {
    --pc-mobile-route-top: 108px;
    --pc-mobile-route-width: min(130px, 43vw);
    --pc-mobile-route-gap: 8px;
    --pc-mobile-route-font-size: 14px;
  }
  .pc-home-hero, .pc-home-hero__layout { min-height: 540px; }
  .pc-mobile-route-nav a { min-height: 44px; padding-left: 12px; }
  .pc-mobile-route-nav a::before { width: 5px; height: 5px; }
  .pc-route-links a { min-height: 44px; padding-left: 0; }
  .pc-home-hero__copy { bottom: 72px; width: min(63%, 204px); }
  .pc-home-hero h1 { font-size: clamp(42px, 12.8vw, 46px); }
  .pc-page-hero__content { width: min(60%, 192px); padding-bottom: 58px; }
  .pc-page-hero h1, .pc-directory-hero h1 { font-size: clamp(39px, 12.2vw, 44px); }
}

/* 3.8: a softer clinical interface. The site keeps its high-contrast science
   character, but its important destinations now arrive as calm, rounded
   surfaces rather than a series of hard rectangular blocks. */
:root {
  --pc-radius-hero: clamp(34px, 5vw, 78px);
  --pc-radius-panel: clamp(26px, 3.6vw, 48px);
  --pc-radius-card: 28px;
  --pc-shadow-soft: 0 18px 44px rgba(6, 21, 116, .11);
  --pc-shadow-lift: 0 24px 58px rgba(6, 21, 116, .16);
}

.pc-page-hero,
.pc-directory-hero { border-radius: 0 0 var(--pc-radius-hero) var(--pc-radius-hero); }

.pc-home-hero { border-radius: 0 0 var(--pc-radius-hero) var(--pc-radius-hero); }

.pc-page-hero,
.pc-directory-hero { overflow: hidden; }

.pc-kicker {
  display: block;
  width: fit-content;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #0b3971;
  letter-spacing: .13em;
}

.pc-home-hero .pc-kicker,
.pc-page-hero .pc-kicker,
.pc-directory-hero .pc-kicker,
.pc-quality .pc-kicker,
.pc-final-cta .pc-kicker,
.pc-process-section .pc-kicker,
.pc-contact-section .pc-kicker,
.pc-directory-note .pc-kicker,
.pc-article-page__hero .pc-kicker { border: 0; background: transparent; color: var(--pc-white); }

.pc-text-action {
  min-height: 44px;
  padding: 0 0 7px;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  transition: color .25s var(--pc-ease), border-color .25s var(--pc-ease), opacity .25s var(--pc-ease);
}

.pc-text-action:hover { border-color: currentColor; background: transparent; color: inherit; opacity: .68; transform: none; }
.pc-text-action--dark:hover { border-color: var(--pc-ink); background: transparent; color: var(--pc-ink); }
.pc-text-action i { font-size: 16px; }

.pc-button { border-radius: 6px; padding-inline: 18px; }

.pc-principles,
.pc-capability-section,
.pc-partner-section,
.pc-process-section,
.pc-statement-section,
.pc-resource-archive,
.pc-products-section,
.pc-contact-section { margin-inline: clamp(12px, 2vw, 30px); border-radius: var(--pc-radius-panel); }

.pc-principles,
.pc-capability-section,
.pc-partner-section,
.pc-statement-section,
.pc-resource-archive { box-shadow: inset 0 0 0 1px rgba(6,21,116,.06); }

.pc-products-section {
  background: radial-gradient(circle at 89% 7%, rgba(167,220,242,.42), transparent 26%), linear-gradient(145deg, #f9fcff 0%, #eef8fe 54%, #e6f3fb 100%);
  box-shadow: inset 0 0 0 1px rgba(6,21,116,.07);
}

.pc-products-section__top { position: relative; }
.pc-product-filters { gap: 26px; }
.pc-product-filters button,
.pc-directory-filters a { border-bottom-color: transparent; background: transparent; box-shadow: none; }

.pc-product-card {
  padding: 8px 8px 0;
  border: 1px solid rgba(6,21,116,.12);
  border-radius: var(--pc-radius-card);
  background: rgba(255,255,255,.76);
  box-shadow: 0 8px 20px rgba(6,21,116,.045);
  transition: transform .38s var(--pc-ease), box-shadow .38s var(--pc-ease), border-color .3s var(--pc-ease);
}

.pc-product-card::before {
  top: 8px;
  right: 28px;
  left: 28px;
  width: auto;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .42s var(--pc-ease);
}

.pc-product-card.is-current { transform: none; border-color: rgba(6,21,116,.3); box-shadow: 0 18px 42px rgba(6,21,116,.13); }
.pc-product-card.is-current::before { width: auto; transform: scaleX(1); }
.pc-product-card__link { overflow: hidden; border-radius: calc(var(--pc-radius-card) - 7px); }

.pc-product-card figure {
  isolation: isolate;
  border-radius: calc(var(--pc-radius-card) - 7px);
  background: #dcecf5;
  box-shadow: none;
}

.pc-product-card figure::before {
  content: none;
}

.pc-product-card img { position: relative; z-index: 1; }
.pc-product-card img[src$=".svg"] { object-fit: contain; padding: 4%; }
.pc-product-card__code { z-index: 2; top: 13px; left: 13px; border-radius: 3px; background: rgba(255,255,255,.9); box-shadow: none; }
.pc-product-card.is-current .pc-product-card__code { background: var(--pc-ink); }

.pc-product-card__text { align-items: center; padding: 17px 13px 12px; }
.pc-product-card__text h3 { max-width: 68%; font-size: clamp(25px, 2.45vw, 37px); }
.pc-product-card__text p {
  width: auto;
  max-width: 122px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #315b80;
  font-size: 10px;
  text-align: right;
}

.pc-product-card__quick {
  width: calc(100% - 26px);
  min-height: 44px;
  margin: 0 13px 13px;
  padding: 10px 0;
  border: 0;
  border-top: 1px solid rgba(6,21,116,.18);
  border-radius: 0;
  background: transparent;
}

.pc-product-card.is-current .pc-product-card__quick { border-color: var(--pc-ink); }
.pc-product-card__quick:hover { background: transparent; color: #264d75; }

.pc-rail-controls {
  width: min(100%, 560px);
  min-width: 0;
  margin-top: 26px;
  padding: 16px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.pc-rail-controls::before { top: 0; right: 0; left: 0; width: 100%; border-radius: 0; }
.pc-rail-controls .pc-rail-controls__toggle { border-radius: 0; }

.pc-intro__image,
.pc-quality__image,
.pc-related-product figure,
.pc-article-page__image,
.pc-directory-product figure { border-radius: var(--pc-radius-card); box-shadow: var(--pc-shadow-soft); }

.pc-page-aside {
  padding: 22px;
  border: 1px solid rgba(6,21,116,.1);
  border-radius: 24px;
  background: linear-gradient(145deg, #f9fcff, #edf6fb);
}

.pc-directory-product { border-radius: 0; }
.pc-directory-product:hover { box-shadow: 0 12px 28px rgba(6,21,116,.065); }

.pc-quality,
.pc-process-section,
.pc-contact-section { background: linear-gradient(145deg, var(--pc-bottom) 0%, var(--pc-bottom-deep) 100%); box-shadow: 0 18px 44px rgba(6,21,116,.12); }
.pc-quality__image { border-radius: var(--pc-radius-card); }
.pc-final-cta { margin-inline: clamp(12px, 2vw, 30px); border-radius: var(--pc-radius-panel); }
.pc-final-cta__media { background-image: linear-gradient(90deg, rgba(8,47,89,.94), rgba(10,59,112,.44)), var(--pc-final-cta-image, url('assets/images/hero-laboratory.jpg')); }

/* Do not defer the final routes or footer. It can leave a visible empty
   surface during a fast scroll or a full-page capture. */
.pc-resource-links,
.pc-final-cta,
.pc-site-footer { content-visibility: visible; contain-intrinsic-size: auto; }

.pc-resource-links__list a,
.pc-resource-archive__list a,
.pc-journal-item a { border-radius: 18px; }

.pc-contact-form input,
.pc-contact-form textarea {
  padding: 11px 13px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 15px;
  background: rgba(255,255,255,.075);
  transition: background .2s var(--pc-ease), border-color .2s var(--pc-ease);
}

.pc-contact-form input:focus,
.pc-contact-form textarea:focus { border-color: var(--pc-bottom-accent); background: rgba(255,255,255,.13); }

.pc-quick-view__dialog { border-radius: var(--pc-radius-panel); }
.pc-quick-view__dialog figure { border-radius: var(--pc-radius-panel) 0 0 var(--pc-radius-panel); overflow: hidden; }
.pc-site-footer { border-radius: var(--pc-radius-hero) var(--pc-radius-hero) 0 0; }

@media (max-width: 760px) {
  :root { --pc-radius-hero: 30px; --pc-radius-panel: 25px; --pc-radius-card: 22px; }

  .pc-page-hero,
  .pc-directory-hero { border-radius: 0 0 var(--pc-radius-hero) var(--pc-radius-hero); }

  .pc-home-hero { border-radius: 0 0 var(--pc-radius-hero) var(--pc-radius-hero); }

  /* Keep route navigation editorial and text-led on mobile too. */
  .pc-mobile-route-nav a,
  .pc-route-links a {
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .pc-route-links a::before { content: none; }

  .pc-scene-tab.is-next {
    min-height: 36px;
    padding: 5px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .pc-principles,
  .pc-capability-section,
  .pc-partner-section,
  .pc-process-section,
  .pc-statement-section,
  .pc-resource-archive,
  .pc-products-section,
  .pc-contact-section,
  .pc-final-cta { margin-inline: 10px; }

  .pc-kicker { min-height: 0; padding: 0; font-size: 10px; }
  .pc-products-section { background: radial-gradient(circle at 88% 5%, rgba(167,220,242,.5), transparent 31%), #edf7fc; }
  .pc-product-filters {
    display: flex;
    flex-wrap: nowrap;
    gap: 22px;
    margin: 20px -2px 0;
    padding: 2px 2px 7px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }
  .pc-product-filters::-webkit-scrollbar { display: none; }
  .pc-product-filters button { flex: 0 0 auto; min-height: 44px; padding: 0 0 8px; font-size: 11px; }
  .pc-product-showcase-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 2px 0;
    color: #40698b;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .pc-product-showcase-heading span:last-child { color: #0c4a80; }
  .pc-product-rail { margin-top: 22px; }
  .pc-product-card,
  .pc-product-rail[data-visible-count="2"] .pc-product-card,
  .pc-product-rail[data-visible-count="1"] .pc-product-card { flex-basis: calc(100% - 34px); padding: 7px 7px 0; border-radius: var(--pc-radius-card); }
  .pc-product-card.is-current { transform: none; box-shadow: 0 14px 28px rgba(6,21,116,.11); }
  .pc-product-card figure,
  .pc-product-rail[data-visible-count="1"] .pc-product-card figure { aspect-ratio: 4 / 3; border-radius: calc(var(--pc-radius-card) - 5px); }
  .pc-product-card img[src$=".svg"] { padding: 2%; }
  .pc-product-card__text { padding: 15px 10px 10px; }
  .pc-product-card__text h3 { max-width: 67%; font-size: clamp(25px, 7vw, 30px); letter-spacing: -.07em; }
  .pc-product-card__text p { max-width: 112px; padding: 0; font-size: 10px; }
  .pc-product-card__quick { width: calc(100% - 20px); min-height: 44px; margin: 0 10px 10px; padding: 10px 0; }
  .pc-rail-controls { width: 100%; min-width: 0; justify-content: space-between; gap: 6px; margin-top: 20px; padding: 16px 0 0; }
  .pc-rail-controls::before { right: 0; left: 0; width: 100%; }
  .pc-rail-controls .pc-rail-controls__toggle { min-width: 0; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; background: transparent; }
  .pc-quality__image,
  .pc-intro__image { border-radius: 20px; }
  .pc-page-aside { padding: 19px; border-radius: 20px; }
  .pc-quick-view__dialog figure { border-radius: var(--pc-radius-panel) var(--pc-radius-panel) 0 0; }
}

/* 3.8.11: the rounded image ending belongs to the homepage scene only.
   Inner-page heroes stay edge-to-edge with a clean, square lower edge. */
.pc-page-hero,
.pc-directory-hero { border-radius: 0; }

.pc-home-hero {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: var(--pc-radius-hero);
  border-bottom-left-radius: var(--pc-radius-hero);
}

.pc-home-hero__backdrop { border-radius: 0; }

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

/* 3.8.9 carousel controls: a quiet editorial control line. The controls
   stay text-led at every breakpoint, so the interaction reads as part of
   the product rail instead of a separate button bar. */
.pc-rail-controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(10px, 1.2vw, 18px);
  width: min(100%, 560px);
  min-height: 42px;
}

.pc-rail-controls > button[data-rail-direction] {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  font-size: 18px;
  line-height: 1;
}

.pc-rail-controls > span[data-rail-progress] {
  min-width: 58px;
  color: var(--pc-ink);
  font-size: 10px;
  letter-spacing: .13em;
}

.pc-rail-controls .pc-rail-controls__toggle,
.pc-rail-controls .pc-rail-controls__toggle[aria-pressed="true"] {
  height: 32px;
  min-width: 0;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: var(--pc-ink);
  box-shadow: none;
}

.pc-rail-controls .pc-rail-controls__toggle:hover,
.pc-rail-controls .pc-rail-controls__toggle:focus-visible {
  background: transparent;
  color: var(--pc-ink);
  opacity: .68;
}

.pc-rail-controls__toggle [data-rail-toggle-icon] {
  min-width: 11px;
  font-size: 10px;
  letter-spacing: -.1em;
}

@media (max-width: 760px) {
  .pc-rail-controls {
    gap: 10px;
    width: 100%;
    min-height: 44px;
    justify-content: space-between;
  }

  .pc-rail-controls > button[data-rail-direction] {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    font-size: 17px;
  }

  .pc-rail-controls > span[data-rail-progress] {
    min-width: 48px;
    font-size: 9px;
    letter-spacing: .11em;
  }

  .pc-rail-controls .pc-rail-controls__toggle {
    width: auto;
    min-width: 74px;
    height: 32px;
    justify-content: flex-start;
    gap: 7px;
    padding-bottom: 4px;
    font-size: 9px;
    letter-spacing: .04em;
  }

  .pc-rail-controls .pc-rail-controls__toggle [data-rail-toggle-label] {
    display: inline !important;
  }
}

@keyframes pc-mobile-route-enter {
  from { opacity: 0; transform: translate3d(14px, 0, 0); }
  to { opacity: .9; transform: translate3d(0, 0, 0); }
}

@keyframes pc-mobile-scene-enter {
  from { opacity: 0; transform: translate3d(0, 8px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes pc-mobile-route-dot {
  0%, 100% { transform: translateY(-50%) scale(1); }
  50% { transform: translateY(-50%) scale(1.35); }
}

/* 3.8.14 mobile hero rail: one alignment system for type, markers and
   arrows. The small stagger creates a restrained, luxury-style arrival. */
@media (max-width: 760px) {
  .pc-route-links {
    top: var(--pc-mobile-route-top);
    right: 16px;
    width: min(158px, 43vw);
    gap: 0;
    padding: 0;
    border: 0;
  }

  .pc-route-links::before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 1px;
    background: rgba(255,255,255,.36);
    content: "";
  }

  .pc-route-links a {
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 16px;
    color: var(--pc-white);
    font-size: clamp(15px, 4.15vw, 17px);
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.12;
    opacity: 0;
    animation: pc-mobile-route-enter .62s var(--pc-ease) both;
  }

  .pc-route-links a:nth-child(2) { animation-delay: .06s; }
  .pc-route-links a:nth-child(3) { animation-delay: .12s; }
  .pc-route-links a:nth-child(4) { animation-delay: .18s; }

  .pc-route-links a::before {
    position: absolute;
    top: 50%;
    left: -2px;
    width: 5px;
    height: 5px;
    border: 1px solid currentColor;
    border-radius: 50%;
    background: transparent;
    content: "";
    transform: translateY(-50%);
  }

  .pc-route-links a:hover::before,
  .pc-route-links a:focus-visible::before {
    background: currentColor;
    animation: pc-mobile-route-dot .6s var(--pc-ease) both;
  }

  .pc-route-links i {
    display: inline;
    margin-left: auto;
    padding-left: 10px;
    color: rgba(255,255,255,.82);
    font-size: 13px;
    font-style: normal;
    line-height: 1;
  }

  .pc-scene-tabs {
    right: 16px;
    bottom: 25px;
    left: 16px;
    width: auto;
  }

  .pc-scene-tab.is-next {
    min-height: 30px;
    padding: 0 0 0 14px;
    color: rgba(255,255,255,.92);
    font-size: clamp(14px, 4vw, 16px);
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
    animation: pc-mobile-scene-enter .55s var(--pc-ease) both;
  }

  .pc-scene-tab.is-next::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid currentColor;
    border-radius: 50%;
    content: "";
    transform: translateY(-50%);
  }

  .pc-home-hero.is-switching .pc-route-links a {
    opacity: .48;
    transform: translate3d(5px, 0, 0);
  }

  .pc-home-hero.is-switching .pc-scene-tab.is-next {
    animation: pc-mobile-scene-enter .44s var(--pc-ease) both;
  }
}

/* 3.8.12 home directory rail: give the right-hand text navigation the
   same visual weight as the hero copy while keeping it completely unboxed. */
@media (min-width: 761px) {
  .pc-home-hero__nav {
    width: min(300px, 24vw);
  }

  .pc-scene-tabs {
    gap: 20px;
  }

  .pc-scene-tab {
    min-height: 36px;
    padding: 7px 0;
    color: var(--pc-white);
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.25;
    opacity: .8;
  }

  .pc-scene-tab.is-active {
    font-size: clamp(15px, 1.05vw, 17px);
    font-weight: 650;
    opacity: 1;
  }

  .pc-route-links {
    gap: 17px;
    margin-top: 26px;
    padding-top: 26px;
  }

  .pc-route-links a {
    min-height: 32px;
    font-size: clamp(13px, .95vw, 15px);
    line-height: 1.25;
    opacity: .88;
  }

  .pc-route-links a:hover {
    opacity: 1;
  }
}

/* 3.8.15 mobile refinement: the phone layout returns to a quiet, reference-
   style route list. One marker and one type baseline are enough; the hero
   should feel like a scene, not a control panel. */
@media (max-width: 760px) {
  .pc-route-links {
    right: 0;
    width: min(140px, 38vw);
    gap: 18px;
  }

  .pc-route-links::before {
    display: none;
    content: none;
  }

  .pc-route-links a {
    min-height: 44px;
    justify-content: flex-start;
    padding: 0 0 0 14px;
    font-size: clamp(15px, 4.3vw, 17px);
    letter-spacing: -.025em;
    line-height: 1.12;
  }

  .pc-route-links a::before {
    left: 0;
    width: 5px;
    height: 5px;
    border: 0;
    border-radius: 50%;
    background: currentColor;
    transform: translateY(-50%);
  }

  .pc-route-links a:hover::before,
  .pc-route-links a:focus-visible::before {
    animation: none;
    background: currentColor;
  }

  .pc-route-links i {
    display: none;
  }

  .pc-scene-tabs {
    right: auto;
    bottom: 25px;
    left: 0;
    width: auto;
  }

  .pc-scene-tab.is-next {
    min-height: 30px;
    padding: 0;
    color: rgba(255,255,255,.9);
    font-size: clamp(17px, 4.8vw, 20px);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: 1.2;
    text-transform: none;
    animation: none;
  }

  .pc-scene-tab.is-next::before {
    display: none;
    content: none;
  }

  .pc-home-hero.is-switching .pc-route-links a {
    opacity: .82;
    transform: none;
  }

  /* Scene titles vary between one and two lines. Reserve the two-line
     footprint so a tap never makes the rest of the hero jump vertically. */
  .pc-home-hero h1 {
    min-height: 1.86em;
  }
}

/* 3.8.18 desktop spotlight: one restrained light response on product imagery.
   The light uses the site's ice-blue signal, never a generic neon gradient. */
@media (hover: hover) and (pointer: fine) {
  .pc-product-card figure::after {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: block;
    border-radius: inherit;
    background: radial-gradient(220px circle at var(--pc-spotlight-x, 50%) var(--pc-spotlight-y, 50%), rgba(185,216,236,.28), transparent 68%);
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: opacity .32s var(--pc-ease);
  }

  .pc-product-card.is-spotlit figure::after {
    opacity: .82;
  }

  .pc-product-card__code { z-index: 3; }
}

@media (prefers-reduced-motion: reduce) {
  .pc-product-card figure::after { transition: none; }
}

/* 3.8.20: the homepage opening image is genuinely full-bleed.  Earlier
   iterations left a rounded lower frame behind on some cached breakpoints;
   reset the hero, its image layers and the layout wrapper together so no
   radius/clip/mask can re-introduce that frame. */
.pc-home-hero,
.pc-home-hero__backdrop,
.pc-home-hero__wash,
.pc-home-hero__layout {
  border-radius: 0 !important;
  clip-path: none !important;
  mask: none !important;
  -webkit-mask: none !important;
}
