/* Scientific Floor — shared product-family editorial renderer.
   Intentionally scoped: legacy brand microsite CSS in sf-final.css cannot leak in. */
.page-product-family > .hdr {
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid rgba(51, 58, 64, .12);
  backdrop-filter: blur(12px);
}

.sfpf {
  --sfpf-accent: #d0364d;
  --sfpf-accent-strong: #ad243a;
  --sfpf-ink: #333a40;
  --sfpf-muted: #687078;
  --sfpf-paper: #f3f7f9;
  --sfpf-paper-alt: #f6f7fa;
  --sfpf-warm: #eee8e2;
  --sfpf-line: rgba(51, 58, 64, .2);
  --sfpf-soft-accent: rgba(208, 54, 77, .1);
  --sfpf-hero-position: 50% 50%;
  --sfpf-shell: 1440px;
  color: var(--sfpf-ink);
  background: #fff;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  overflow: clip;
}

[data-design-profile="resin"] .sfpf { --sfpf-accent: #297184; --sfpf-accent-strong: #1f5867; --sfpf-soft-accent: rgba(41, 113, 132, .12); --sfpf-hero-position: 58% 50%; }
[data-design-profile="concrete"] .sfpf { --sfpf-accent: #a64a38; --sfpf-accent-strong: #803426; --sfpf-soft-accent: rgba(166, 74, 56, .12); }
[data-design-profile="joint"] .sfpf { --sfpf-accent: #d9692c; --sfpf-accent-strong: #ad4d1b; --sfpf-soft-accent: rgba(217, 105, 44, .12); --sfpf-hero-position: 60% 50%; }
[data-design-profile="mineral"] .sfpf { --sfpf-accent: #a77b22; --sfpf-accent-strong: #7e5b15; --sfpf-soft-accent: rgba(167, 123, 34, .13); }
[data-design-profile="cleaning"] .sfpf { --sfpf-accent: #247b79; --sfpf-accent-strong: #175c5a; --sfpf-soft-accent: rgba(36, 123, 121, .12); }
[data-design-profile="machinery"] .sfpf { --sfpf-accent: #c64f32; --sfpf-accent-strong: #973621; --sfpf-soft-accent: rgba(198, 79, 50, .12); --sfpf-hero-position: 62% 50%; }
[data-design-profile="process"] .sfpf { --sfpf-accent: #bf3e53; --sfpf-accent-strong: #932d40; --sfpf-soft-accent: rgba(191, 62, 83, .12); }
[data-design-profile="polished"] .sfpf { --sfpf-accent: #5b7385; --sfpf-accent-strong: #405665; --sfpf-soft-accent: rgba(91, 115, 133, .12); --sfpf-hero-position: 58% 64%; }

/* The panel's layout selector changes proportion and rhythm without replacing
   the shared content contract or reordering the accessible DOM. */
[data-variant="split"] .sfpf-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(520px, 1fr); }
[data-variant="split"] .sfpf-hero__media { clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%); }
[data-variant="photo"] .sfpf-hero__grid { grid-template-columns: minmax(0, .72fr) minmax(590px, 1.28fr); }
[data-variant="photo"] .sfpf-hero__copy h1 { max-width: 14ch; }
[data-variant="data"] .sfpf-overview { background: #fff; }
[data-variant="data"] .sfpf-product-ledger { border-top-width: 2px; }
[data-variant="showcase"] .sfpf-hero__grid { grid-template-columns: minmax(0, .8fr) minmax(560px, 1.2fr); }
[data-variant="showcase"] .sfpf-overview__media { min-height: 470px; }
[data-variant="feature"] .sfpf-overview { background: var(--sfpf-warm); }
[data-variant="feature"] .sfpf-overview__media { box-shadow: 18px 22px 0 var(--sfpf-soft-accent); }

.sfpf,
.sfpf * { box-sizing: border-box; }
.sfpf img { display: block; max-width: 100%; }
.sfpf a { color: inherit; }
.sfpf a:focus-visible,
.sfpf button:focus-visible { outline: 3px solid var(--sfpf-accent); outline-offset: 4px; }
.sfpf-shell { width: min(100%, var(--sfpf-shell)); margin-inline: auto; padding-inline: clamp(24px, 4vw, 64px); }

.sfpf-eyebrow {
  margin: 0 0 18px;
  color: var(--sfpf-accent-strong);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.sfpf-rich { color: var(--sfpf-muted); font-size: 1rem; line-height: 1.72; }
.sfpf-rich > :first-child { margin-top: 0; }
.sfpf-rich > :last-child { margin-bottom: 0; }
.sfpf-rich p { margin: 0 0 1em; }
.sfpf-rich ul,
.sfpf-rich ol { margin: 1.1em 0; padding-inline-start: 1.3em; }
.sfpf-rich li + li { margin-top: .55em; }
.sfpf-rich a { color: var(--sfpf-accent-strong); text-decoration-thickness: 1px; text-underline-offset: 4px; }

.sfpf-text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  margin-top: 24px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: var(--sfpf-accent-strong) !important;
  font-size: .86rem;
  font-weight: 600;
  text-decoration: none;
}
.sfpf-text-link span { transition: transform .25s ease; }
.sfpf-text-link:hover span { transform: translateX(5px); }

/* Hero: a material specimen cut into the editorial field, never a dark billboard. */
.sfpf-hero { position: relative; min-height: 660px; background: linear-gradient(135deg, #fff 0%, var(--sfpf-paper) 78%); border-bottom: 1px solid var(--sfpf-line); }
.sfpf-hero__grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr); width: min(100%, 1680px); min-height: 660px; margin-inline: auto; }
.sfpf-hero__copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 56px clamp(40px, 5.5vw, 96px) 68px clamp(28px, 6vw, 108px); }
.sfpf-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: clamp(42px, 7vh, 78px); color: #5f6870; font-size: .72rem; line-height: 1.5; }
.sfpf-breadcrumb a { text-decoration: none; }
.sfpf-breadcrumb a:hover { color: var(--sfpf-accent-strong); }
.sfpf-breadcrumb span[aria-hidden="true"] { color: var(--sfpf-accent-strong); }
.sfpf-wordmark { display: flex; align-items: center; min-height: 50px; margin-bottom: 16px; }
.sfpf-wordmark img { width: auto; max-width: 220px; max-height: 58px; object-fit: contain; object-position: left center; }
.sfpf-wordmark span { color: var(--sfpf-accent); font-size: clamp(1.7rem, 3vw, 2.7rem); font-weight: 700; letter-spacing: -.035em; line-height: 1; }
.sfpf-wordmark .sfpf-wordmark__suffix { margin-inline-start: 14px; padding-inline-start: 14px; border-inline-start: 1px solid var(--sfpf-line); color: var(--sfpf-ink); font-size: .75rem; font-weight: 700; line-height: 1.08; letter-spacing: .04em; text-transform: uppercase; }
.sfpf-wordmark--fibre img { max-width: 184px; max-height: 54px; }
.sfpf-wordmark--resin img { max-width: 176px; max-height: 52px; }
.sfpf-wordmark--concrete img { max-width: 205px; max-height: 54px; }
.sfpf-wordmark--joint img { max-width: 194px; max-height: 54px; }
.sfpf-wordmark--mineral img { max-width: 158px; max-height: 52px; }
[data-brand-slug="scientific-cleaning-systems"] .sfpf-wordmark img { max-width: 126px; max-height: 40px; }
[data-brand-slug="dramix"] .sfpf-wordmark img { max-width: 208px; max-height: 56px; mix-blend-mode: multiply; }
[data-brand-slug="barikell"] .sfpf-wordmark img { max-width: 220px; max-height: 56px; mix-blend-mode: multiply; }
[data-brand-slug="drt-polish"] .sfpf-wordmark img { max-width: 112px; max-height: 42px; }
[data-brand-slug="drt-polish"] .sfpf-wordmark .sfpf-wordmark__suffix { color: #5f6870; font-size: 1rem; letter-spacing: -.01em; text-transform: none; }
.sfpf-hero__copy h1 { max-width: 12ch; margin: 0; color: var(--sfpf-ink); font-family: "IBM Plex Sans", system-ui, sans-serif; font-size: clamp(2.85rem, 5vw, 4.9rem); font-weight: 600; letter-spacing: -.055em; line-height: .98; text-wrap: balance; }
.sfpf-hero__lead { max-width: 590px; margin: 28px 0 0; color: #525b62; font-size: clamp(1rem, 1.25vw, 1.16rem); line-height: 1.65; }
.sfpf-hero__media { position: relative; min-width: 0; min-height: 660px; margin: 0; clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%); background: var(--sfpf-warm); overflow: hidden; }
.sfpf-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.22), transparent 28%); pointer-events: none; }
.sfpf-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: var(--sfpf-hero-position); }
.sfpf-hero__media figcaption { position: absolute; right: 30px; bottom: 26px; z-index: 2; padding: 7px 10px; background: rgba(255,255,255,.86); color: var(--sfpf-ink); font-size: .65rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.sfpf-datum--hero { position: absolute; z-index: 3; left: 51.4%; bottom: 54px; width: 1px; height: 68px; background: var(--sfpf-line); }
.sfpf-hero--with-benefits .sfpf-datum--hero { bottom: 202px; }
.sfpf-datum--hero::before { content: ""; position: absolute; top: 34px; left: -34px; width: 69px; height: 1px; background: var(--sfpf-line); }
.sfpf-datum--hero::after { content: ""; position: absolute; top: 29px; left: -5px; width: 11px; height: 11px; border: 1px solid var(--sfpf-accent); }
.sfpf-hero__benefits { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--sfpf-line); }
.sfpf-benefit { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 20px; align-items: center; min-height: 148px; padding-block: 28px; }
.sfpf-benefit + .sfpf-benefit { padding-inline-start: clamp(24px, 3.2vw, 52px); border-inline-start: 1px solid var(--sfpf-line); }
.sfpf-benefit:not(:last-child) { padding-inline-end: clamp(24px, 3.2vw, 52px); }
.sfpf-benefit__icon { width: 44px; height: 44px; fill: none; stroke: var(--sfpf-accent); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.sfpf-benefit h2 { margin: 0; color: var(--sfpf-ink); font-size: .94rem; font-weight: 600; letter-spacing: -.01em; line-height: 1.3; }
.sfpf-benefit p { margin: 7px 0 0; color: var(--sfpf-muted); font-size: .75rem; line-height: 1.48; }

/* Shared 01 / 02 / 03 technical editorial sequence. */
.sfpf-section { border-bottom: 1px solid var(--sfpf-line); }
.sfpf-section__layout { display: grid; grid-template-columns: minmax(210px, 280px) minmax(0, 1fr); gap: clamp(48px, 7vw, 110px); padding-top: clamp(76px, 9vw, 126px); padding-bottom: clamp(76px, 9vw, 126px); }
.sfpf-section__rail { min-width: 0; }
.sfpf-section__rail h2 { max-width: 12ch; margin: 0; color: var(--sfpf-ink); font-size: clamp(1.85rem, 2.8vw, 2.8rem); font-weight: 600; letter-spacing: -.04em; line-height: 1.08; text-wrap: balance; }
.sfpf-section__rail .sfpf-rich { margin-top: 22px; font-size: .92rem; }
.sfpf-section-index { margin-bottom: 24px; }
.sfpf-section-index span { display: block; color: rgba(51, 58, 64, .22); font-size: clamp(4.1rem, 7vw, 6.8rem); font-weight: 500; letter-spacing: -.075em; line-height: .8; }
.sfpf-section-index i { display: block; width: 33px; height: 2px; margin-top: 21px; background: var(--sfpf-accent-strong); }

.sfpf-overview { background: var(--sfpf-paper-alt); }
.sfpf-overview__copy { margin-top: 28px; padding-top: 0; }
.sfpf-overview__content { min-width: 0; }
.sfpf-overview__media { position: relative; min-height: 440px; margin: 0; background: var(--sfpf-warm); overflow: hidden; }
.sfpf-overview__media::before { content: ""; position: absolute; z-index: 2; left: 18px; top: 18px; width: 18px; height: 18px; border-top: 1px solid var(--sfpf-accent); border-left: 1px solid var(--sfpf-accent); pointer-events: none; }
.sfpf-overview__media img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.sfpf-overview__media--contain { background: #fff; }
.sfpf-overview__media--contain img { padding: clamp(24px, 4vw, 62px); object-fit: contain; }
.sfpf-overview__media figcaption { position: absolute; right: 0; bottom: 0; padding: 9px 13px; background: rgba(255,255,255,.9); color: var(--sfpf-muted); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.sfpf-overview__notes { margin: 34px 0 0; border-top: 1px solid var(--sfpf-line); }
.sfpf-overview__notes > div { display: grid; grid-template-columns: minmax(110px, .7fr) 1.3fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--sfpf-line); }
.sfpf-overview__notes dt { color: var(--sfpf-ink); font-weight: 600; }
.sfpf-overview__notes dd { margin: 0; font-size: .88rem; line-height: 1.55; }
.sfpf-overview--no-media .sfpf-section__rail { grid-column: 1 / -1; max-width: 780px; }

/* Product ledger — table clarity without a generic card grid. */
.sfpf-products { background: #fff; }
.sfpf-product-ledger { min-width: 0; border-top: 1px solid var(--sfpf-ink); }
.sfpf-product-ledger__head,
.sfpf-product-row { display: grid; grid-template-columns: minmax(170px, 1.08fr) minmax(190px, 1.25fr) minmax(190px, 1.2fr) minmax(170px, 1fr); align-items: stretch; column-gap: 0; }
.sfpf-product-ledger__head { min-height: 48px; border-bottom: 1px solid var(--sfpf-line); color: var(--sfpf-muted); font-size: .62rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.sfpf-product-ledger__head span { display: flex; align-items: center; padding: 12px 20px; }
.sfpf-product-ledger__head span:first-child { padding-inline-start: 0; }
.sfpf-product-ledger__head span + span { border-inline-start: 1px solid rgba(51, 58, 64, .09); }
.sfpf-product-row { position: relative; min-height: 118px; border-bottom: 1px solid var(--sfpf-line); }
.sfpf-product-row::after { content: ""; position: absolute; inset: 0; z-index: 0; background: var(--sfpf-soft-accent); transform: scaleX(0); transform-origin: left; transition: transform .32s ease; }
.sfpf-product-row:hover::after,
.sfpf-product-row:focus-within::after { transform: scaleX(1); }
.sfpf-product-row > * { position: relative; z-index: 1; }
.sfpf-product-cell { min-width: 0; padding: 22px 20px; color: var(--sfpf-muted); font-size: .8rem; line-height: 1.48; }
.sfpf-product-cell + .sfpf-product-cell { border-inline-start: 1px solid rgba(51, 58, 64, .09); }
.sfpf-product-cell:first-child { padding-inline-start: 0; }
.sfpf-product-cell p { margin: 0; }
.sfpf-product-cell ul { margin: 0; padding-inline-start: 1.05rem; }
.sfpf-product-cell li + li { margin-top: 4px; }
.sfpf-product-cell li::marker { color: var(--sfpf-accent); }
.sfpf-product-cell__empty { color: rgba(51, 58, 64, .36); }
.sfpf-product-cell--product { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 14px; align-items: center; color: var(--sfpf-ink); }
.sfpf-product-cell--product > img { width: 44px; height: 44px; object-fit: contain; }
.sfpf-product-cell--product > h3 { grid-column: 2; }
.sfpf-product-cell--product div > span { display: block; margin-bottom: 5px; color: var(--sfpf-muted); font-size: .58rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.sfpf-product-cell--product > .sfpf-product-cell__marker { position: relative; display: grid; width: 38px; height: 38px; margin: 0; place-items: center; border: 1px solid var(--sfpf-line); color: var(--sfpf-accent-strong); font-size: .62rem; font-weight: 700; letter-spacing: .08em; }
.sfpf-product-cell--product > .sfpf-product-cell__marker::after { content: ""; position: absolute; right: -6px; bottom: -6px; width: 12px; height: 12px; border-right: 1px solid var(--sfpf-accent); border-bottom: 1px solid var(--sfpf-accent); }
.sfpf-product-row h3 { margin: 0; color: var(--sfpf-accent-strong); font-size: 1rem; font-weight: 600; line-height: 1.25; }
.sfpf-product-row h3 a { text-decoration: none; }
.sfpf-product-row h3 i { display: inline-block; margin-inline-start: 6px; font-size: .9em; font-style: normal; transition: transform .25s ease; }
.sfpf-product-row h3 a:hover i { transform: translateX(4px); }
.sfpf-product-ledger__cta { margin-top: 28px; }
.sfpf-empty { margin: 0; padding: 36px 0; color: var(--sfpf-muted); border-bottom: 1px solid var(--sfpf-line); }

/* Application mosaic uses photography only; records without media remain useful as text links. */
.sfpf-applications { background: var(--sfpf-paper); }
.sfpf-application-mosaic { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: minmax(215px, auto); gap: 8px; }
.sfpf-application-mosaic:empty { display: none; }
.sfpf-application-mosaic--two { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 310px; }
.sfpf-application-mosaic--one { grid-template-columns: minmax(0, 1fr); grid-auto-rows: 360px; }
.sfpf-application-tile { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-width: 0; min-height: 215px; padding: 22px; border: 1px solid var(--sfpf-line); background: #fff; color: var(--sfpf-ink); text-decoration: none; overflow: hidden; }
.sfpf-application-tile--wide { grid-column: span 2; grid-row: span 2; min-height: 438px; }
.sfpf-application-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.sfpf-application-tile--media::after { content: ""; position: absolute; inset: 28% 0 0; background: linear-gradient(transparent, rgba(25,30,34,.82)); }
.sfpf-application-tile:hover img { transform: scale(1.035); }
.sfpf-application-tile__label { position: relative; z-index: 2; }
.sfpf-application-tile__label { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 1rem; line-height: 1.3; }
.sfpf-application-tile__label strong { font-weight: 600; }
.sfpf-application-tile__label i { color: var(--sfpf-accent); font-size: 1.2rem; font-style: normal; }
.sfpf-application-tile--media .sfpf-application-tile__label { color: #fff; }
.sfpf-application-tile--media .sfpf-application-tile__label i { color: #fff; }
.sfpf-application-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 8px; border-top: 1px solid var(--sfpf-line); }
.sfpf-application-links:empty { display: none; }
.sfpf-application-links > * { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 6px 18px; padding: 18px 20px; border-bottom: 1px solid var(--sfpf-line); color: inherit; text-decoration: none; }
.sfpf-application-links > :nth-child(odd) { padding-inline-start: 0; border-inline-end: 1px solid var(--sfpf-line); }
.sfpf-application-links strong { font-size: .9rem; font-weight: 600; }
.sfpf-application-links span { grid-column: 1; color: var(--sfpf-muted); font-size: .76rem; line-height: 1.45; }
.sfpf-application-links i { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--sfpf-accent); font-size: 1.1rem; font-style: normal; }

/* Extra managed section types share one visual grammar. */
.sfpf-tone--soft { background: var(--sfpf-paper-alt); }
.sfpf-tone--brand { background: var(--sfpf-soft-accent); }
.sfpf-tone--dark { color: #fff; background: var(--sfpf-ink); }
.sfpf-tone--dark .sfpf-section__rail h2,
.sfpf-tone--dark .sfpf-rich,
.sfpf-tone--dark .sfpf-extra__list dt,
.sfpf-tone--dark .sfpf-items__item h3 { color: #fff; }
.sfpf-tone--dark .sfpf-section-index span { color: rgba(255,255,255,.2); }
.sfpf-tone--dark { --sfpf-line: rgba(255,255,255,.2); }
.sfpf-extra__story { min-width: 0; }
.sfpf-extra__story--media { display: grid; grid-template-columns: minmax(240px, .8fr) minmax(360px, 1.2fr); gap: clamp(32px, 5vw, 70px); align-items: start; }
.sfpf-extra__story figure,
.sfpf-items__media { min-height: 360px; margin: 0; overflow: hidden; background: var(--sfpf-warm); }
.sfpf-extra__story figure img,
.sfpf-items__media img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.sfpf-extra__list { margin: 32px 0 0; border-top: 1px solid var(--sfpf-line); }
.sfpf-extra__list > div { display: grid; grid-template-columns: minmax(130px, .8fr) 1.2fr 30px; gap: 22px; padding: 16px 0; border-bottom: 1px solid var(--sfpf-line); }
.sfpf-extra__list dt { color: var(--sfpf-ink); font-weight: 600; }
.sfpf-extra__list dd { margin: 0; }
.sfpf-extra__list a { color: var(--sfpf-accent); text-decoration: none; }
.sfpf-gallery__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; min-width: 0; }
.sfpf-gallery__grid figure { position: relative; min-height: 280px; margin: 0; background: var(--sfpf-warm); overflow: hidden; }
.sfpf-gallery__grid .sfpf-gallery__lead { grid-column: span 2; min-height: 430px; }
.sfpf-gallery__grid img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; }
.sfpf-gallery__grid figcaption { position: absolute; right: 0; bottom: 0; padding: 9px 13px; background: rgba(255,255,255,.9); color: var(--sfpf-ink); font-size: .7rem; }
.sfpf-gallery__cta { grid-column: 2; margin-inline-start: auto; }
.sfpf-items__media { margin-bottom: 34px; }
.sfpf-items__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--sfpf-line); }
.sfpf-items__item { position: relative; display: grid; grid-template-columns: 38px 72px 1fr 28px; gap: 16px; min-height: 128px; padding: 20px 22px 20px 0; border-bottom: 1px solid var(--sfpf-line); color: inherit; text-decoration: none; }
.sfpf-items__item:nth-child(odd) { border-inline-end: 1px solid var(--sfpf-line); }
.sfpf-items__item:nth-child(even) { padding-inline-start: 22px; }
.sfpf-items__item > span { color: var(--sfpf-accent-strong); font-size: .68rem; font-weight: 700; }
.sfpf-items__item img { width: 72px; height: 72px; object-fit: cover; }
.sfpf-items__item h3 { margin: 0; color: var(--sfpf-ink); font-size: 1rem; font-weight: 600; }
.sfpf-items__item p { margin: 7px 0 0; color: var(--sfpf-muted); font-size: .8rem; line-height: 1.45; }
.sfpf-items__item strong { display: block; margin-top: 9px; color: var(--sfpf-accent-strong); font-size: .72rem; }
.sfpf-items__item > i { color: var(--sfpf-accent); font-size: 1.1rem; font-style: normal; }

/* CTA stays Scientific Floor red across brand profiles. */
.sfpf-inline-cta,
.sfpf-final-cta { --sfpf-accent: #d0364d; --sfpf-accent-strong: #ad243a; color: #fff; background: linear-gradient(105deg, #d92542, #bd243c); }
.sfpf-inline-cta__inner,
.sfpf-final-cta__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 42px; min-height: 176px; padding-top: 34px; padding-bottom: 34px; }
.sfpf-inline-cta h2,
.sfpf-final-cta h2 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(1.75rem, 3vw, 2.7rem); font-weight: 600; letter-spacing: -.035em; line-height: 1.08; }
.sfpf-inline-cta .sfpf-eyebrow { color: rgba(255,255,255,.74); }
.sfpf-inline-cta .sfpf-rich,
.sfpf-final-cta p { max-width: 660px; margin: 12px 0 0; color: rgba(255,255,255,.82); font-size: .92rem; line-height: 1.55; }
.sfpf-final-cta__inner { grid-template-columns: 62px minmax(0, 1fr) auto; }
.sfpf-final-cta__icon { width: 58px; height: 58px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.sfpf-button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 50px; padding: 14px 22px; border: 1px solid currentColor; font-size: .82rem; font-weight: 600; text-decoration: none; transition: color .25s ease, background-color .25s ease; }
.sfpf-button span { transition: transform .25s ease; }
.sfpf-button:hover span { transform: translateX(5px); }
.sfpf-button--inverse { color: #fff !important; background: transparent; }
.sfpf-button--inverse:hover { color: #bd243c !important; background: #fff; }

@media (max-width: 1180px) {
  .sfpf-hero__grid { grid-template-columns: minmax(0, .94fr) minmax(460px, 1.06fr); }
  .sfpf-hero__copy { padding-left: 48px; padding-right: 38px; }
  .sfpf-datum--hero { display: none; }
  .sfpf-section__layout { grid-template-columns: 220px minmax(0, 1fr); gap: 50px; }
  .sfpf-overview__media { min-height: 350px; }
  .sfpf-product-ledger__head,
  .sfpf-product-row { grid-template-columns: minmax(150px, 1fr) minmax(155px, 1.08fr) minmax(155px, 1.08fr) minmax(150px, .95fr); }
  .sfpf-product-cell,
  .sfpf-product-ledger__head span { padding-inline: 15px; }
}

@media (max-width: 880px) {
  .sfpf-hero,
  .sfpf-hero__grid { min-height: 0; }
  .sfpf-hero__grid,
  [data-variant] .sfpf-hero__grid { grid-template-columns: 1fr; }
  .sfpf-hero__copy { min-height: 540px; padding: 42px clamp(24px, 7vw, 62px) 60px; }
  .sfpf-breadcrumb { margin-bottom: 52px; }
  .sfpf-hero__copy h1 { max-width: 14ch; }
  .sfpf-hero__media,
  [data-variant] .sfpf-hero__media { min-height: 420px; clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 100%); }
  .sfpf-hero__benefits { grid-template-columns: 1fr; padding-block: 10px; }
  .sfpf-benefit { min-height: 0; padding: 22px 0; }
  .sfpf-benefit + .sfpf-benefit { padding-inline-start: 0; border-inline-start: 0; border-top: 1px solid var(--sfpf-line); }
  .sfpf-benefit:not(:last-child) { padding-inline-end: 0; }
  [data-variant="showcase"] .sfpf-overview__media { min-height: 350px; }
  .sfpf-section__layout { grid-template-columns: 1fr; gap: 44px; }
  .sfpf-section__rail { display: grid; grid-template-columns: 124px minmax(0, 1fr); column-gap: 28px; align-items: end; }
  .sfpf-section__rail .sfpf-section-index { grid-row: 1 / 4; margin: 0; }
  .sfpf-section__rail .sfpf-eyebrow { margin-bottom: 12px; }
  .sfpf-section__rail .sfpf-rich { grid-column: 2; }
  .sfpf-section__rail h2 { max-width: 18ch; }
  .sfpf-product-ledger__head { display: none; }
  .sfpf-product-row { grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 0; }
  .sfpf-product-cell { padding: 22px; border-inline-start: 0 !important; border-top: 1px solid rgba(51, 58, 64, .09); }
  .sfpf-product-cell:nth-child(even) { border-inline-start: 1px solid rgba(51, 58, 64, .09) !important; }
  .sfpf-product-cell::before { content: attr(data-label); display: block; margin-bottom: 9px; color: var(--sfpf-muted); font-size: .58rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
  .sfpf-product-cell--product { grid-column: 1 / -1; padding-inline: 0; border-top: 0; }
  .sfpf-product-cell--product::before { display: none; }
  .sfpf-application-mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sfpf-application-links { grid-template-columns: 1fr; }
  .sfpf-application-links > :nth-child(odd) { padding-inline-start: 20px; border-inline-end: 0; }
  .sfpf-extra__story--media { grid-template-columns: 1fr; }
  .sfpf-inline-cta__inner,
  .sfpf-final-cta__inner { grid-template-columns: 1fr; justify-items: start; gap: 24px; padding-top: 46px; padding-bottom: 46px; }
  .sfpf-final-cta__icon { width: 54px; height: 54px; }
}

@media (max-width: 640px) {
  .sfpf-shell { padding-inline: 22px; }
  .sfpf-hero__copy { min-height: 500px; padding: 28px 22px 50px; }
  .sfpf-breadcrumb { margin-bottom: 42px; font-size: .66rem; }
  .sfpf-wordmark { min-height: 42px; margin-bottom: 11px; }
  .sfpf-wordmark img { max-width: 165px; max-height: 44px; }
  .sfpf-wordmark span { font-size: 1.75rem; }
  .sfpf-wordmark .sfpf-wordmark__suffix { margin-inline-start: 10px; padding-inline-start: 10px; font-size: .63rem; }
  .sfpf-hero__copy h1 { font-size: clamp(2.55rem, 12vw, 3.55rem); line-height: 1; }
  .sfpf-hero__lead { margin-top: 22px; font-size: .96rem; }
  .sfpf-hero__media { min-height: 310px; }
  .sfpf-hero__media figcaption { right: 18px; bottom: 18px; }
  .sfpf-section__layout { gap: 34px; padding-top: 68px; padding-bottom: 68px; }
  .sfpf-section__rail { grid-template-columns: 88px minmax(0, 1fr); gap: 20px; }
  .sfpf-section-index span { font-size: 4rem; }
  .sfpf-section-index i { margin-top: 16px; }
  .sfpf-section__rail h2 { font-size: 1.85rem; }
  .sfpf-overview__media,
  .sfpf-overview__media img { min-height: 280px; }
  .sfpf-overview__notes > div { grid-template-columns: 1fr; gap: 6px; }
  .sfpf-product-row { grid-template-columns: 1fr; }
  .sfpf-product-cell,
  .sfpf-product-cell:nth-child(even) { padding: 18px 0; border-inline-start: 0 !important; }
  .sfpf-product-cell--product { grid-column: auto; padding-top: 22px; }
  .sfpf-application-mosaic { grid-template-columns: 1fr; }
  .sfpf-application-tile,
  .sfpf-application-tile--wide { grid-column: auto; grid-row: auto; min-height: 280px; }
  .sfpf-gallery__grid,
  .sfpf-items__grid { grid-template-columns: 1fr; }
  .sfpf-gallery__grid .sfpf-gallery__lead { grid-column: auto; min-height: 310px; }
  .sfpf-gallery__grid figure { min-height: 240px; }
  .sfpf-items__item,
  .sfpf-items__item:nth-child(even) { grid-template-columns: 30px 58px 1fr 22px; padding: 18px 0; border-inline-end: 0; }
  .sfpf-items__item img { width: 58px; height: 58px; }
  .sfpf-extra__list > div { grid-template-columns: 1fr; gap: 6px; }
  .sfpf-inline-cta__inner,
  .sfpf-final-cta__inner { padding-top: 42px; padding-bottom: 42px; }
  .sfpf-button { width: 100%; justify-content: space-between; }
}

[dir="rtl"] .sfpf-wordmark img { object-position: right center; }
[dir="rtl"] .page-product-family .hdr-cta .arr { transform: scaleX(-1); }
[dir="rtl"] .page-product-family .hdr-cta:hover .arr { transform: scaleX(-1) translateX(4px); }
[dir="rtl"] .sfpf-hero__media { clip-path: polygon(0 0, 83% 0, 100% 100%, 0 100%); }
[dir="rtl"] .sfpf-text-link span,
[dir="rtl"] .sfpf-button span,
[dir="rtl"] .sfpf-application-tile__label i,
[dir="rtl"] .sfpf-application-links i,
[dir="rtl"] .sfpf-product-row h3 i,
[dir="rtl"] .sfpf-items__item > i { transform: scaleX(-1); }
[dir="rtl"] .sfpf-product-row::after { transform-origin: right; }

@media (max-width: 880px) {
  [dir="rtl"] .sfpf-hero__media { clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 100%); }
}

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