/* PatchRays public storefront */
.storefront-body {
  --ink: #162033;
  --ink-soft: #536174;
  --ink-faint: #7c8999;
  --paper: #ffffff;
  --canvas: #f4f6f8;
  --panel: #edf1f5;
  --line: #d7dee7;
  --line-strong: #b8c3d0;
  --blue: #1768c4;
  --blue-dark: #104d92;
  --teal: #0a8278;
  --amber: #b56a0b;
  --red: #b8453f;
  --navy: #111c2e;
  --sf-text: var(--ink);
  --sf-muted: var(--ink-soft);
  --sf-border: var(--line);
  --sf-primary: var(--blue);
  --sf-accent: var(--teal);
  --sf-card-bg: var(--paper);
  --sf-input-bg: var(--paper);
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
.dark-mode .storefront-body {
  --ink: #edf3f9;
  --ink-soft: #a9b5c4;
  --ink-faint: #8390a1;
  --paper: #182231;
  --canvas: #101722;
  --panel: #222e3d;
  --line: #344255;
  --line-strong: #536277;
  --blue: #72aaff;
  --blue-dark: #4b85dd;
  --teal: #59c1b6;
  --amber: #e3a44b;
  --red: #ef8580;
  --navy: #0b121d;
}
.storefront-body *,
.storefront-body *::before,
.storefront-body *::after { box-sizing: border-box; letter-spacing: 0 !important; }
.storefront-body h1,
.storefront-body h2,
.storefront-body h3,
.storefront-body p { overflow-wrap: anywhere; }
.storefront-body img { max-width: 100%; }
.storefront-body a:focus-visible,
.storefront-body button:focus-visible,
.storefront-body input:focus-visible,
.storefront-body select:focus-visible,
.storefront-body textarea:focus-visible { outline: 3px solid rgba(23, 104, 196, .25); outline-offset: 2px; }
.sf-container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.sf-main { min-height: 60vh; background: var(--canvas); }
.sf-skip-link { position: fixed; top: -60px; left: 16px; z-index: 2000; padding: 9px 14px; border: 1px solid var(--ink); border-radius: 4px; background: var(--paper); color: var(--ink); }
.sf-skip-link:focus { top: 12px; }

/* Utility and navigation */
.sf-trustbar { height: 32px; display: flex; align-items: center; color: #cad4e2; background: var(--navy); font-size: .72rem; font-weight: 600; }
.sf-trustbar .sf-container { display: flex; align-items: center; justify-content: space-between; }
.sf-trustbar span { display: inline-flex; align-items: center; gap: 7px; }
.sf-trustbar i { color: #6cc7ba; }
.sf-header { position: sticky; top: 0; z-index: 1000; height: 72px; --sf-header-h: 72px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97); backdrop-filter: blur(12px); }
.dark-mode .sf-header { background: rgba(24,34,49,.97); }
.sf-header-content { height: 72px; display: flex; align-items: center; gap: 34px; }
.sf-logo { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.sf-logo img { width: 36px; height: 36px; object-fit: contain; }
.sf-logo-copy { display: flex; flex-direction: column; line-height: 1.05; }
.sf-logo-copy strong { font-size: 1rem; font-weight: 800; }
.sf-logo-copy small { margin-top: 4px; color: var(--ink-faint); font-size: .58rem; font-weight: 700; text-transform: uppercase; }
.sf-nav { flex: 1; min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.sf-nav-list,
.sf-nav-tools { display: flex; align-items: center; gap: 2px; margin: 0; padding: 0; list-style: none; }
.sf-nav-tools { gap: 7px; }
.sf-nav-link { display: inline-flex; align-items: center; gap: 6px; min-height: 38px; padding: 8px 10px; border-radius: 4px; color: var(--ink-soft); text-decoration: none; font-size: .82rem; font-weight: 650; white-space: nowrap; }
.sf-nav-link:hover { color: var(--ink); background: var(--panel); }
.sf-nav-link.is-active { color: var(--blue); box-shadow: inset 0 -2px var(--blue); }
.sf-lang-nav { display: inline-flex; align-items: center; gap: 1px; padding: 3px; border: 1px solid var(--line); border-radius: 4px; background: var(--paper); }
.sf-lang-nav a { padding: 4px 6px; border-radius: 2px; color: var(--ink-faint); text-decoration: none; font-size: .64rem; font-weight: 800; }
.sf-lang-nav a.active { color: #fff; background: #1768c4; }
.sf-mobile-toggle { display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 44px; height: 44px; margin-left: auto; padding: 0; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); color: var(--ink); cursor: pointer; flex-shrink: 0; }
/* hamburger bars : the button holds three bare <span>s */
.sf-mobile-toggle > span { display: block; width: 20px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .22s ease, opacity .18s ease; flex-shrink: 0; }
.sf-mobile-toggle.active > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.sf-mobile-toggle.active > span:nth-child(2) { opacity: 0; }
.sf-mobile-toggle.active > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.sf-mobile-toggle:focus-visible { outline: 3px solid rgba(23,104,196,.28); outline-offset: 2px; }
.sf-icon-button { width: 38px; height: 38px; flex: 0 0 38px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 4px; background: var(--paper); color: var(--ink); text-decoration: none; cursor: pointer; }

/* Buttons and shared primitives */
.sf-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.sf-btn,
.sf-nav-cta { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 9px 15px; border: 1px solid transparent; border-radius: 4px; box-shadow: none; font: inherit; font-size: .84rem; font-weight: 750; text-decoration: none; cursor: pointer; transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease; }
.sf-btn-primary,
.sf-btn-accent,
.sf-nav-cta { color: #fff; background: #1768c4; border-color: #1768c4; }
.sf-btn-primary:hover,
.sf-btn-accent:hover,
.sf-nav-cta:hover { color: #fff; background: #104d92; border-color: #104d92; transform: translateY(-1px); }
.sf-btn-secondary { color: var(--ink); background: var(--paper); border-color: var(--line); }
.sf-btn-secondary:hover { color: var(--blue); border-color: var(--blue); background: var(--paper); }
.sf-btn-trial { color: #fff; background: linear-gradient(135deg, #0a9c6e 0%, #0a8258 100%); border-color: #0a8258; min-height: 48px; padding: 11px 20px; font-size: .92rem; box-shadow: 0 10px 24px rgba(10,130,94,.28); }
.sf-btn-trial:hover { color: #fff; background: linear-gradient(135deg, #0a8258 0%, #076945 100%); border-color: #076945; transform: translateY(-1px); box-shadow: 0 12px 28px rgba(10,130,94,.34); }
.home-hero-trial-note { display: flex; align-items: center; gap: 7px; margin: 12px 0 0; color: var(--ink-soft); font-size: .78rem; font-weight: 650; }
.home-hero-trial-note i { color: #0a9c6e; font-size: 1rem; }
.sf-text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--blue); text-decoration: none; font-size: .84rem; font-weight: 750; }
.sf-text-link:hover { text-decoration: underline; }
.sf-eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 12px; color: var(--blue); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.sf-eyebrow > span { width: 20px; height: 2px; background: currentColor; }
.sf-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 5px; margin: 0 0 22px; color: var(--ink-faint); font-size: .74rem; }
.sf-breadcrumb a { color: var(--ink-soft); text-decoration: none; }
.sf-breadcrumb a:hover { color: var(--blue); }
.product-code { width: 42px; height: 30px; display: inline-grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 3px; color: var(--blue); background: var(--paper); font-size: .68rem; font-weight: 850; }
.product-status { display: inline-flex; align-items: center; gap: 7px; color: var(--ink-faint); font-size: .7rem; font-weight: 700; }
.product-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 3px rgba(10,130,120,.12); }
.product-category { margin: 0 0 7px; color: var(--teal); font-size: .68rem; font-weight: 800; text-transform: uppercase; }

/* Home hero */
.home-hero { padding: 54px 0 46px; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--paper); }
.home-hero-grid { display: grid; grid-template-columns: minmax(0,.86fr) minmax(500px,1.14fr); align-items: center; gap: 50px; }
.home-hero-copy h1 { max-width: 650px; margin: 0; color: var(--ink); font-size: 3.15rem; line-height: 1.07; font-weight: 820; }
.home-hero-lead { max-width: 620px; margin: 20px 0 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.72; }
.home-hero-actions { margin-top: 26px; }
.home-proof { display: grid; grid-template-columns: repeat(3,auto); gap: 0; margin: 34px 0 0; }
.home-proof div { padding: 0 18px; border-left: 1px solid var(--line); }
.home-proof div:first-child { padding-left: 0; border-left: 0; }
.home-proof dt { color: var(--ink); font-size: .92rem; font-weight: 800; }
.home-proof dd { margin: 2px 0 0; color: var(--ink-faint); font-size: .65rem; }
.workspace-visual { min-width: 0; margin: 0; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 6px; background: var(--paper); box-shadow: 0 22px 50px rgba(24,40,64,.13); }
.workspace-titlebar { height: 38px; display: grid; grid-template-columns: 70px 1fr auto; align-items: center; padding: 0 12px; border-bottom: 1px solid var(--line); background: var(--panel); color: var(--ink-soft); font-size: .66rem; }
.workspace-titlebar > span { display: flex; gap: 5px; }
.workspace-titlebar > span i { width: 7px; height: 7px; border-radius: 50%; background: #aab5c2; }
.workspace-titlebar > span i:first-child { background: #d36d62; }
.workspace-titlebar > span i:nth-child(2) { background: #d8a342; }
.workspace-titlebar > span i:nth-child(3) { background: #57aa83; }
.workspace-titlebar strong { text-align: center; font-weight: 700; }
.workspace-titlebar small { color: var(--teal); }
.workspace-visual img { width: 100%; aspect-ratio: 1.72; display: block; object-fit: cover; object-position: center; }
.workspace-visual figcaption { min-height: 36px; display: flex; align-items: center; gap: 18px; padding: 0 12px; border-top: 1px solid var(--line); color: var(--ink-faint); background: var(--paper); font-size: .62rem; }
.workspace-visual figcaption span:first-child { margin-right: auto; color: var(--ink-soft); }
.workspace-visual figcaption i { margin-right: 5px; color: var(--teal); }

/* Hero brand mark : clean logo lockup, no window chrome */
.hero-brandmark { min-width: 0; margin: 0; }
.hero-brandmark img { width: 100%; height: auto; }
/* theme-matched artwork : SVG loaded via <img> cannot inherit page tokens */
.hero-brandmark-dark.hero-brandmark-dark { display: none; }
.dark-mode .hero-brandmark-light.hero-brandmark-light { display: none; }
.dark-mode .hero-brandmark-dark.hero-brandmark-dark { display: block; }
.hero-brandmark-light.hero-brandmark-light { display: block; }

/* Home content */
.discipline-rail { border-bottom: 1px solid var(--line); background: var(--canvas); }
.discipline-rail .sf-container { display: grid; grid-template-columns: repeat(4,1fr); }
.discipline-rail a { min-width: 0; display: flex; align-items: center; gap: 12px; min-height: 78px; padding: 14px 22px; border-left: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.discipline-rail a:last-child { border-right: 1px solid var(--line); }
.discipline-rail a:hover { background: var(--paper); }
.discipline-rail > .sf-container > a > i { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 4px; color: var(--blue); background: var(--paper); }
.discipline-rail a span { min-width: 0; display: flex; flex-direction: column; }
.discipline-rail strong { font-size: .76rem; }
.discipline-rail small { color: var(--ink-faint); font-size: .65rem; }
.sf-section { padding: 72px 0; }
.sf-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 30px; }
.sf-section-heading > div { max-width: 700px; }
.sf-section-heading h2 { margin: 0; color: var(--ink); font-size: 2rem; line-height: 1.22; font-weight: 800; }
.sf-section-heading > p { max-width: 420px; margin: 0; color: var(--ink-soft); font-size: .86rem; line-height: 1.7; }
.product-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
/* odd count : let the trailing card span the row instead of leaving a gap */
.product-grid > .product-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
.product-card { position: relative; min-width: 0; padding: 24px; border: 1px solid var(--line); border-top: 3px solid var(--blue); border-radius: 6px; background: var(--paper); }
.product-card--alize-2 { border-top-color: var(--teal); }
.product-card--faro-scene-2026 { border-top-color: var(--amber); }
.product-card--adfer-adcof-2026 { border-top-color: var(--red); }
.product-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.product-card h3 { margin: 0; font-size: 1.35rem; }
.product-card h3 a { color: var(--ink); text-decoration: none; }
.product-card h3 a:hover { color: var(--blue); }
.product-description { min-height: 50px; margin: 9px 0 24px; color: var(--ink-soft); font-size: .84rem; line-height: 1.65; }
.product-card-footer { display: flex; align-items: end; justify-content: space-between; gap: 16px; padding-top: 18px; border-top: 1px solid var(--line); }
.product-card-footer > div { display: flex; flex-direction: column; }
.product-card-footer small { color: var(--ink-faint); font-size: .65rem; }
.product-card-footer strong { margin-top: 2px; font-size: .93rem; }
.operations-band { padding: 74px 0; color: #fff; background: var(--navy); }
.operations-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.operations-band .sf-eyebrow { color: #75b0f3; }
.operations-intro h2 { max-width: 530px; margin: 0; color: #fff; font-size: 2rem; line-height: 1.25; }
.operations-intro > p:not(.sf-eyebrow) { max-width: 530px; margin: 18px 0 22px; color: #b6c2d2; font-size: .88rem; line-height: 1.75; }
.operations-band .sf-text-link { color: #77cbbf; }
.operations-list { border-top: 1px solid #354257; }
.operations-list article { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid #354257; }
.operations-list article > span { color: #75b0f3; font-size: .7rem; font-weight: 800; }
.operations-list h3 { margin: 0 0 5px; color: #fff; font-size: .94rem; }
.operations-list p { margin: 0; color: #aebaca; font-size: .8rem; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid var(--line); }
.service-grid article { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 28px; border-right: 1px solid var(--line); }
.service-grid article:first-child { padding-left: 0; }
.service-grid article:last-child { border-right: 0; }
.service-grid > article > i { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 4px; color: var(--amber); background: var(--paper); }
.service-grid h3 { margin: 0 0 6px; font-size: .9rem; }
.service-grid p { margin: 0; color: var(--ink-soft); font-size: .78rem; line-height: 1.65; }
.home-cta { padding: 46px 0; border-block: 1px solid var(--line); background: var(--paper); }
.home-cta .sf-container { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.home-cta h2 { margin: 0; font-size: 1.55rem; }
.home-cta p:last-child { margin: 8px 0 0; color: var(--ink-soft); font-size: .84rem; }

/* Catalog */
.catalog-header { padding: 48px 0 38px; border-bottom: 1px solid var(--line); background: var(--paper); }
.catalog-header-grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; }
.catalog-header h1 { max-width: 780px; margin: 0; font-size: 2.45rem; line-height: 1.14; }
.catalog-header-grid > div:first-child > p:last-child { max-width: 720px; margin: 14px 0 0; color: var(--ink-soft); font-size: .9rem; }
.catalog-summary { display: grid; grid-template-columns: repeat(3,100px); border: 1px solid var(--line); background: var(--canvas); }
.catalog-summary div { display: flex; flex-direction: column; padding: 14px; border-left: 1px solid var(--line); }
.catalog-summary div:first-child { border-left: 0; }
.catalog-summary strong { font-size: 1rem; }
.catalog-summary span { color: var(--ink-faint); font-size: .64rem; }
.catalog-workspace { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 38px; padding-block: 42px 72px; }
.catalog-filters { align-self: start; position: sticky; top: 92px; }
.filter-heading { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 12px; color: var(--ink); font-size: .73rem; font-weight: 750; }
.filter-heading small { color: var(--ink-faint); font-weight: 600; }
.filter-list { border-block: 1px solid var(--line); }
.catalog-filter { width: 100%; min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 8px 10px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink-soft); font: inherit; font-size: .75rem; cursor: pointer; }
.catalog-filter:last-child { border-bottom: 0; }
.catalog-filter span { display: flex; align-items: center; gap: 9px; text-align: left; }
.catalog-filter i { color: var(--ink-faint); }
.catalog-filter b { min-width: 22px; padding: 2px 5px; border-radius: 10px; background: var(--panel); font-size: .62rem; }
.catalog-filter:hover { color: var(--ink); background: var(--paper); }
.catalog-filter.is-active { color: var(--blue); background: var(--paper); box-shadow: inset 3px 0 var(--blue); }
.catalog-assist { margin-top: 24px; padding: 18px; border: 1px solid var(--line); border-radius: 5px; background: var(--paper); }
.catalog-assist > i { color: var(--teal); font-size: 1.3rem; }
.catalog-assist h2 { margin: 12px 0 5px; font-size: .85rem; }
.catalog-assist p { margin: 0 0 12px; color: var(--ink-soft); font-size: .72rem; }
.catalog-assist a { color: var(--blue); text-decoration: none; font-size: .72rem; font-weight: 750; }
.catalog-results-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.catalog-results-head h2 { margin: 0; font-size: 1.45rem; }
.catalog-results-head > span { color: var(--ink-faint); font-size: .7rem; }
.catalog-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.catalog-card { min-width: 0; padding: 22px; border: 1px solid var(--line); border-top: 3px solid var(--blue); border-radius: 6px; background: var(--paper); }
.catalog-card--alize-2 { border-top-color: var(--teal); }
.catalog-card--faro-scene-2026 { border-top-color: var(--amber); }
.catalog-card--adfer-adcof-2026 { border-top-color: var(--red); }
.catalog-card[hidden] { display: none; }
.catalog-card-head { display: flex; justify-content: space-between; align-items: center; }
.catalog-card-icon { width: 46px; height: 46px; display: grid; place-items: center; margin: 24px 0 18px; border: 1px solid var(--line); border-radius: 5px; color: var(--blue); background: var(--canvas); font-size: 1.25rem; }
.catalog-card-logo { width: 64px; height: 64px; display: grid; place-items: center; margin: 24px 0 18px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(135deg, var(--canvas) 0%, var(--paper) 100%); overflow: hidden; }
.catalog-card-logo span { font-size: 1rem; font-weight: 850; letter-spacing: .02em; color: var(--blue); }
.catalog-card h3 { margin: 0; font-size: 1.25rem; }
.catalog-card h3 a { color: var(--ink); text-decoration: none; }
.catalog-card > p:not(.product-category) { min-height: 62px; margin: 9px 0 16px; color: var(--ink-soft); font-size: .8rem; line-height: 1.65; }
.catalog-card ul { margin: 0 0 20px; padding: 0; list-style: none; }
.catalog-card li { position: relative; margin: 7px 0; padding-left: 18px; color: var(--ink-soft); font-size: .73rem; }
.catalog-card li::before { content: ""; position: absolute; left: 2px; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }
.catalog-card-price { display: flex; align-items: end; justify-content: space-between; gap: 12px; padding-top: 17px; border-top: 1px solid var(--line); }
.catalog-card-price > span { display: flex; flex-direction: column; }
.catalog-card-price small { color: var(--ink-faint); font-size: .62rem; }
.catalog-card-price strong { font-size: .95rem; }
.catalog-card-actions { display: flex; gap: 8px; margin-top: 18px; }
.catalog-card-actions .sf-btn { flex: 1; }

/* Product detail */
.product-page { padding: 26px 0 76px; }
.product-breadcrumb-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.product-language { display: flex; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 4px; background: var(--paper); }
.product-language a { padding: 3px 7px; border-radius: 2px; color: var(--ink-faint); text-decoration: none; font-size: .64rem; font-weight: 800; }
.product-language a.is-active { color: #fff; background: #1768c4; }
.product-hero { display: grid; grid-template-columns: minmax(0,1fr) minmax(430px,.78fr); gap: 34px; padding: 36px; border: 1px solid var(--line); border-radius: 7px; background: var(--paper); }
.product-identity { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.product-identity p { margin: 0; color: var(--teal); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.product-hero h1 { margin: 0; font-size: 2.85rem; line-height: 1.08; }
.product-lead { max-width: 690px; margin: 14px 0 0; color: var(--ink-soft); font-size: .96rem; line-height: 1.7; }
.product-hero-features { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 18px; margin: 24px 0 0; padding: 0; list-style: none; }
.product-hero-features li { display: flex; align-items: flex-start; gap: 8px; color: var(--ink-soft); font-size: .75rem; }
.product-hero-features li > i { flex: 0 0 auto; margin-top: 2px; color: var(--teal); }
.product-hero-actions { margin-top: 26px; }
.product-assurance { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 25px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink-faint); font-size: .67rem; }
.product-assurance span { display: inline-flex; align-items: center; gap: 6px; }
.product-assurance i { color: var(--teal); }
.product-hero-side { min-width: 0; }
.product-visual { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 5px; background: var(--canvas); }
.product-visual img { width: 100%; height: auto; aspect-ratio: 1.56; display: block; object-fit: cover; object-position: center; }
.product-visual figcaption { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 11px; border-top: 1px solid var(--line); color: var(--ink-faint); background: var(--paper); font-size: .62rem; }
.product-visual figcaption span { display: inline-flex; align-items: center; gap: 7px; color: var(--ink-soft); }
.product-visual figcaption i { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
.product-price-panel { display: grid; grid-template-columns: 1fr 1fr; margin-top: 10px; border: 1px solid var(--line); border-radius: 5px; background: var(--canvas); }
.product-price-panel > div { display: flex; flex-direction: column; padding: 14px; border-left: 1px solid var(--line); }
.product-price-panel > div:first-child { border-left: 0; }
.product-price-panel p { margin: 0; color: var(--ink-soft); font-size: .65rem; }
.product-price-panel strong { margin: 2px 0; font-size: 1rem; }
.product-price-panel small { color: var(--ink-faint); font-size: .6rem; }
.product-content-grid { display: grid; grid-template-columns: minmax(0,1fr) 370px; gap: 28px; margin-top: 28px; align-items: start; }
.product-main-content { min-width: 0; }
.product-section { padding: 34px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); }
.product-section + .product-section { margin-top: 18px; }
.product-section-heading { display: grid; grid-template-columns: 34px 1fr; gap: 18px; margin-bottom: 24px; }
.product-section-heading > span { color: var(--blue); font-size: .7rem; font-weight: 800; }
.product-section-heading h2 { margin: 0; font-size: 1.4rem; }
.product-rich-list ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 30px; margin: 0; padding: 0; list-style: none; }
.product-rich-list li { position: relative; padding: 12px 0 12px 18px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .78rem; line-height: 1.6; }
.product-rich-list li::before { content: ""; position: absolute; left: 2px; top: 20px; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }
.prod-badge { display: inline-block; margin-right: 4px; padding: 2px 5px; border-radius: 2px; color: #fff; background: #1768c4; font-size: .58rem; }
.deployment-steps { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; margin: 0; padding: 1px; list-style: none; background: var(--line); }
.deployment-steps li { display: flex; flex-direction: column; padding: 20px; background: var(--paper); }
.deployment-steps strong { font-size: .82rem; }
.deployment-steps span { margin-top: 5px; color: var(--ink-soft); font-size: .73rem; }
.request-panel { position: sticky; top: 92px; padding: 25px; border: 1px solid var(--line); border-top: 3px solid var(--blue); border-radius: 6px; background: var(--paper); }
.request-panel-head h2 { margin: 0; font-size: 1.25rem; }
.request-panel-head > p:last-child { margin: 8px 0 22px; color: var(--ink-soft); font-size: .75rem; }
.sf-form-group { margin-bottom: 14px; }
.sf-form-label,
.sf-form-grid label { display: block; color: var(--ink); font-size: .72rem; font-weight: 750; }
.sf-input,
.sf-form-grid input:not([type="checkbox"]):not([type="radio"]),
.sf-form-grid select,
.sf-form-grid textarea { width: 100%; min-height: 43px; display: block; margin-top: 6px; padding: 10px 11px; border: 1px solid var(--line-strong); border-radius: 4px; background: var(--sf-input-bg); color: var(--ink); font: inherit; font-size: .8rem; }
.sf-input:focus,
.sf-form-grid input:focus,
.sf-form-grid select:focus,
.sf-form-grid textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,104,196,.12); }
textarea.sf-input,
.sf-form-grid textarea { min-height: 110px; resize: vertical; }
.recaptcha-wrap { margin: 10px 0 14px; overflow: hidden; }
.request-submit { width: 100%; }
.request-notes { display: grid; gap: 8px; margin: 18px 0 0; padding: 16px 0 0; border-top: 1px solid var(--line); list-style: none; }
.request-notes li { display: flex; gap: 8px; color: var(--ink-faint); font-size: .66rem; }
.request-notes i { color: var(--teal); }

/* Existing static and request pages */
.sf-main > .sf-container:not(.catalog-workspace) { padding-top: 46px; padding-bottom: 68px; }
.sf-dual-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); gap: 22px; align-items: start; }
.sf-aside-box,
.sf-panel,
.sf-product-page,
.sf-service-card { padding: 25px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); box-shadow: none; }
.sf-aside-box h1 { font-size: 1.8rem; }
.sf-aside-box h2,
.sf-aside-box h3 { color: var(--ink); }
.sf-aside-box p,
.sf-aside-box li { color: var(--ink-soft); }
.sf-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.sf-form-grid .full { grid-column: 1 / -1; }
.sf-pill,
.sf-product-badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 8px; border: 1px solid var(--line); border-radius: 3px; color: var(--ink-soft); background: var(--canvas); font-size: .68rem; }
.sf-trust { display: flex; flex-wrap: wrap; gap: 7px; }
.sf-back-link { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 18px; color: var(--blue); text-decoration: none; font-size: .75rem; font-weight: 700; }
.sf-title { margin: 0; color: var(--ink); font-size: 2rem; line-height: 1.2; }
.sf-subtitle { color: var(--ink-soft); }
.sf-kicker { margin: 0 0 12px; color: var(--blue); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.sf-content-page { padding-block: 64px; }
.sf-page-header { padding: 48px 0 38px; border-bottom: 1px solid var(--line); background: var(--paper); }
.sf-page-header h1 { max-width: 760px; margin: 0; font-size: 2.35rem; line-height: 1.15; }
.sf-page-header > .sf-container > p:last-child { max-width: 720px; margin: 14px 0 0; color: var(--ink-soft); }
.sf-story-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; padding-bottom: 60px; }
.sf-story-grid h2,
.sf-content-cta h2,
.sf-faq-aside h2 { margin: 0; font-size: 1.65rem; }
.sf-story-grid > div:last-child { padding-left: 40px; border-left: 1px solid var(--line); }
.sf-story-grid p { margin: 0 0 17px; color: var(--ink-soft); line-height: 1.75; }
.sf-value-grid { display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid var(--line); }
.sf-value-grid article { padding: 28px; border-right: 1px solid var(--line); }
.sf-value-grid article:first-child { padding-left: 0; }
.sf-value-grid article:last-child { border-right: 0; }
.sf-value-grid article > span { color: var(--blue); font-size: .7rem; font-weight: 800; }
.sf-value-grid h2 { margin: 22px 0 7px; font-size: .9rem; }
.sf-value-grid p { margin: 0; color: var(--ink-soft); font-size: .76rem; }
.sf-company-band { display: grid; grid-template-columns: repeat(3,1fr); margin: 56px 0; padding: 26px; border: 1px solid var(--line); background: var(--paper); }
.sf-company-band div { display: flex; flex-direction: column; align-items: center; padding: 8px; border-right: 1px solid var(--line); }
.sf-company-band div:last-child { border-right: 0; }
.sf-company-band strong { font-size: 1.3rem; }
.sf-company-band span { color: var(--ink-faint); font-size: .7rem; }
.sf-content-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.sf-content-cta p:last-child { max-width: 640px; margin: 9px 0 0; color: var(--ink-soft); }
.sf-faq-layout { display: grid; grid-template-columns: 290px minmax(0,1fr); gap: 60px; padding-block: 58px 72px; }
.sf-faq-aside { align-self: start; position: sticky; top: 92px; }
.sf-faq-aside p:not(.sf-eyebrow) { margin: 14px 0 22px; color: var(--ink-soft); font-size: .8rem; }
.sf-faq-list { border-top: 1px solid var(--line); }
.sf-faq-list details { border-bottom: 1px solid var(--line); }
.sf-faq-list summary { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 2px; color: var(--ink); font-size: .88rem; font-weight: 750; cursor: pointer; list-style: none; }
.sf-faq-list summary::-webkit-details-marker { display: none; }
.sf-faq-list summary i { color: var(--blue); transition: transform .16s ease; }
.sf-faq-list details[open] summary i { transform: rotate(45deg); }
.sf-faq-list details p { margin: -3px 42px 20px 2px; color: var(--ink-soft); font-size: .8rem; line-height: 1.7; }
.warning-box { padding: 14px; border: 1px solid var(--line); border-left: 3px solid var(--amber); border-radius: 4px; background: var(--canvas); }

/* Footer */
.sf-footer { margin: 0; padding: 48px 0 20px; border-top: 1px solid #2e3a4d; background: var(--navy); }
.sf-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 38px; }
.sf-footer .sf-logo { color: #fff; }
.sf-footer .sf-logo-copy small { color: #8393a8; }
.sf-footer-brand p { max-width: 350px; margin: 16px 0 0; color: #a9b5c5; font-size: .78rem; line-height: 1.7; }
.sf-footer-col h2 { margin: 0 0 15px; color: #fff; font-size: .72rem; }
.sf-footer-col ul { margin: 0; padding: 0; list-style: none; }
.sf-footer-col li { margin-bottom: 8px; }
.sf-footer-col a { color: #a9b5c5; text-decoration: none; font-size: .76rem; }
.sf-footer-col a:hover { color: #fff; }
.sf-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid #2e3a4d; color: #7f8ca0; font-size: .68rem; }

@media (max-width: 1100px) {
  .sf-mobile-toggle { display: flex; }
  /* Anchored to the sticky header, so the panel stays aligned whether or not
     the promo banner is showing. (sticky already establishes a containing block) */
  .sf-nav { position: absolute; inset: 100% 0 auto 0; max-height: calc(100vh - var(--sf-header-h, 72px)); display: none; padding: 20px 24px 26px; overflow-y: auto; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 35px rgba(17,28,46,.14); }
  .sf-nav.active { display: block; }
  .sf-nav-list,
  .sf-nav-tools { flex-direction: column; align-items: stretch; }
  .sf-nav-tools { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); }
  .sf-nav-link,
  .sf-nav-cta { width: 100%; justify-content: flex-start; }
  .sf-lang-nav { align-self: flex-start; }
  .sf-mega { position: static; transform: none; width: auto; display: none; margin: 6px 0 10px; opacity: 1; visibility: visible; pointer-events: auto; grid-template-columns: 1fr; box-shadow: none; }
  .sf-nav-item.open .sf-mega { display: grid; }
  .home-hero-grid { grid-template-columns: minmax(0,.82fr) minmax(430px,1.18fr); gap: 32px; }
  .home-hero-copy h1 { font-size: 2.6rem; }
  .product-content-grid { grid-template-columns: minmax(0,1fr) 330px; }
}
@media (max-width: 900px) {
  .home-hero { padding-top: 42px; }
  .home-hero-grid { grid-template-columns: 1fr; }
  .home-hero-copy { max-width: 720px; }
  .workspace-visual { max-width: 760px; }
  .hero-brandmark { max-width: 760px; }
  .discipline-rail .sf-container { grid-template-columns: repeat(2,1fr); }
  .discipline-rail a:nth-child(2) { border-right: 1px solid var(--line); }
  .discipline-rail a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .operations-grid { grid-template-columns: 1fr; gap: 42px; }
  .catalog-header-grid { grid-template-columns: 1fr; }
  .catalog-summary { width: min(100%,360px); }
  .catalog-workspace { grid-template-columns: 1fr; }
  .catalog-filters { position: static; }
  .filter-list { display: flex; overflow-x: auto; border: 1px solid var(--line); background: var(--paper); }
  .catalog-filter { width: auto; flex: 0 0 auto; border-right: 1px solid var(--line); border-bottom: 0; white-space: nowrap; }
  .catalog-filter.is-active { box-shadow: inset 0 -3px var(--blue); }
  .catalog-assist { display: none; }
  .product-hero { grid-template-columns: 1fr; }
  .product-hero-side { max-width: 720px; }
  .product-content-grid { grid-template-columns: 1fr; }
  .request-panel { position: static; }
}
@media (max-width: 720px) {
  .sf-container { width: min(100% - 30px,1240px); }
  .sf-trustbar .sf-container span:last-child { display: none; }
  .sf-header-content { gap: 12px; }
  .sf-logo-copy small { display: none; }
  .home-hero { padding: 36px 0 30px; }
  .home-hero-copy h1 { font-size: 2.15rem; }
  .home-hero-lead { font-size: .9rem; }
  .home-proof { grid-template-columns: 1fr 1fr; gap: 15px 0; }
  .home-proof div:nth-child(3) { grid-column: 1 / -1; padding-left: 0; border-left: 0; }
  .workspace-titlebar { grid-template-columns: 50px 1fr; }
  .workspace-titlebar small { display: none; }
  .workspace-visual figcaption span:not(:first-child) { display: none; }
  .sf-section { padding: 52px 0; }
  .sf-section-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
  .sf-section-heading h2,
  .operations-intro h2 { font-size: 1.55rem; }
  .product-grid,
  .catalog-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article,
  .service-grid article:first-child { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-grid article:last-child { border-bottom: 0; }
  .home-cta .sf-container { align-items: flex-start; flex-direction: column; }
  .catalog-header { padding-top: 36px; }
  .catalog-header h1,
  .sf-page-header h1 { font-size: 1.85rem; }
  .catalog-summary { grid-template-columns: repeat(3,1fr); }
  .catalog-workspace { padding-top: 28px; }
  .product-page { padding-top: 18px; }
  .product-hero { padding: 24px; }
  .product-hero h1 { font-size: 2.1rem; }
  .product-hero-features { grid-template-columns: 1fr; }
  .product-section { padding: 24px; }
  .product-rich-list ul { grid-template-columns: 1fr; }
  .sf-dual-grid,
  .sf-story-grid,
  .sf-faq-layout { grid-template-columns: 1fr; gap: 34px; }
  .sf-story-grid > div:last-child { padding-left: 0; border-left: 0; }
  .sf-value-grid { grid-template-columns: 1fr; }
  .sf-value-grid article,
  .sf-value-grid article:first-child { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .sf-value-grid article:last-child { border-bottom: 0; }
  .sf-content-cta { align-items: flex-start; flex-direction: column; }
  .sf-faq-aside { position: static; }
  .sf-footer-grid { grid-template-columns: repeat(2,1fr); gap: 28px; }
  .sf-footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 500px) {
  .sf-logo { max-width: 130px; }
  .sf-logo img { max-height: 32px; }
  .home-hero-copy h1 { font-size: 1.75rem; line-height: 1.25; }
  .home-hero-lead { font-size: .85rem; }
  .sf-header { height: 66px; --sf-header-h: 66px; }
  .sf-header-content { height: 66px; }
  .sf-nav-tools .sf-icon-button { width: 100%; }
  .home-hero-actions,
  .home-cta .sf-actions { align-items: stretch; flex-direction: column; }
  .home-hero-actions .sf-btn,
  .home-cta .sf-btn { width: 100%; }
  .discipline-rail .sf-container { grid-template-columns: 1fr; }
  .discipline-rail a { min-height: 66px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .product-card-footer { align-items: stretch; flex-direction: column; }
  .product-card-footer .sf-btn { width: 100%; }
  .catalog-results-head { align-items: flex-start; flex-direction: column; }
  .catalog-card-actions .sf-btn { min-width: 0; }
  .product-breadcrumb-row { align-items: flex-start; }
  .product-language { flex: 0 0 auto; }
  .product-hero-actions { align-items: stretch; flex-direction: column; }
  .product-hero-actions .sf-btn { width: 100%; }
  .product-assurance { gap: 9px; flex-direction: column; }
  .product-price-panel { grid-template-columns: 1fr; }
  .product-price-panel > div { border-left: 0; border-top: 1px solid var(--line); }
  .product-price-panel > div:first-child { border-top: 0; }
  .deployment-steps { grid-template-columns: 1fr; }
  .sf-form-grid { grid-template-columns: 1fr; }
  .sf-company-band { grid-template-columns: 1fr; }
  .sf-company-band div { padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .sf-company-band div:last-child { border-bottom: 0; }
  .sf-footer-grid { grid-template-columns: 1fr; }
  .sf-footer-brand { grid-column: auto; }
  .sf-footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  .storefront-body *,
  .storefront-body *::before,
  .storefront-body *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
