/*
 * SunCurve Website IA v2 — controlled local preview only.
 * Loaded only when SUNCURVE_IA_V2_PREVIEW is explicitly true.
 */

:root {
  --sc-ia-ink: #112942;
  --sc-ia-muted: #526577;
  --sc-ia-navy: #072b4e;
  --sc-ia-blue: #075fcb;
  --sc-ia-blue-dark: #06499b;
  --sc-ia-cyan: #0b718b;
  --sc-ia-line: #c9d7e2;
  --sc-ia-soft: #f1f6f8;
  --sc-ia-warm: #fff5dd;
  --sc-ia-line-green: #087a3d;
  --sc-ia-white: #fff;
  --sc-ia-shadow: 0 18px 50px rgba(8, 41, 72, 0.12);
}

html {
  scroll-padding-top: 150px;
}

body.sc-ia-v2-preview {
  min-width: 0;
  color: var(--sc-ia-ink);
  background: var(--sc-ia-white);
  overflow-x: clip;
}

body.sc-ia-v2-preview *,
body.sc-ia-v2-preview *::before,
body.sc-ia-v2-preview *::after {
  box-sizing: border-box;
}

body.sc-ia-v2-preview :where(img, svg, video) {
  max-width: 100%;
}

body.sc-ia-v2-preview :where(h1, h2, h3, p, li, a, button, dt, dd, label) {
  overflow-wrap: anywhere;
}

body.sc-ia-v2-preview :where(a, button, select):focus-visible {
  outline: 3px solid #ffb000;
  outline-offset: 3px;
}

body.sc-ia-route-camera-lab .cl-header {
  display: none;
}

.sc-ia-lab-scope {
  min-width: 0;
  padding: 24px;
  color: #365066;
  background: #fff;
  border: 1px solid #bdd0da;
  border-radius: 18px;
  box-shadow: var(--sc-ia-shadow);
}

.sc-ia-lab-scope h2 {
  margin: 10px 0 18px;
  color: var(--sc-ia-navy);
  font-size: clamp(22px, 2.4vw, 30px);
}

body.sc-ia-v2-preview [hidden] {
  display: none !important;
}

.sc-ia-skip-link {
  position: fixed;
  z-index: 1000;
  top: -100px;
  left: 12px;
  padding: 11px 16px;
  color: #fff;
  background: #051f38;
  border-radius: 0 0 8px 8px;
  font-weight: 800;
}

.sc-ia-skip-link:focus {
  top: 0;
}

html[lang="ja"] body.sc-ia-v2-preview [data-lang="en"],
html[lang="en"] body.sc-ia-v2-preview [data-lang="ja"] {
  display: none !important;
}

.sc-ia-preview-notice {
  position: relative;
  z-index: 120;
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 7px 16px;
  color: #301d00;
  background: #ffd979;
  border-bottom: 1px solid #d39b19;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}

.sc-ia-preview-notice strong {
  letter-spacing: 0.04em;
}

/* Shared site header and global IA navigation. */
body.sc-ia-v2-preview .sc-site-header {
  top: 0;
}

body.sc-ia-v2-preview .sc-brand-lockup {
  order: 1;
}

body.sc-ia-v2-preview .sc-brand-lockup .sc-logo {
  flex: 0 0 168px;
}

body.sc-ia-v2-preview .sc-site-header .sc-logo img {
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
}

body.sc-ia-v2-preview .sc-ia-brand-context {
  max-width: 250px;
  margin: 0;
  padding-left: 18px;
  border-left: 1px solid #cfdbe4;
  color: #334e66;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

body.sc-ia-v2-preview .sc-nav-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

body.sc-ia-v2-preview .sc-nav {
  order: 4;
  flex: 1 0 100%;
  width: 100%;
  margin: 0;
}

body.sc-ia-v2-preview .sc-mainbar > .container > .sc-lang-switch {
  order: 2;
  margin-left: auto;
}

body.sc-ia-v2-preview .sc-menu-toggle,
body.sc-ia-v2-preview .sc-ia-mobile-consult {
  display: none;
}

body.sc-ia-v2-preview .sc-ia-nav-shell {
  width: 100%;
  align-items: stretch;
}

body.sc-ia-v2-preview .sc-ia-nav-list {
  display: grid;
  grid-template-columns: minmax(95px, 0.8fr) minmax(125px, 1fr) minmax(195px, 1.55fr) minmax(125px, 1fr) minmax(255px, 2fr) minmax(125px, 1fr);
  gap: 6px;
  width: 100%;
}

body.sc-ia-v2-preview .sc-ia-nav-list > li {
  min-width: 0;
}

body.sc-ia-v2-preview .sc-ia-nav-list > li > a {
  display: flex;
  min-width: 0;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 8px 9px;
  border: 1px solid transparent;
  border-radius: 9px;
  color: var(--sc-ia-navy);
  font-size: clamp(11px, 0.9vw, 13px);
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
}

body.sc-ia-v2-preview .sc-ia-nav-list > li > a:hover,
body.sc-ia-v2-preview .sc-ia-nav-list > li > a:focus-visible,
body.sc-ia-v2-preview .sc-ia-nav-list > li > a.is-current {
  color: var(--sc-ia-blue-dark);
  background: #eef6ff;
  border-color: #9abde5;
}

body.sc-ia-v2-preview .sc-ia-nav-list .sc-ia-nav-lab > a {
  color: #074c67;
  background: #ecf8fb;
  border-color: #9bcbd7;
}

body.sc-ia-v2-preview .sc-ia-nav-list .sc-ia-nav-cta > a {
  color: #fff;
  background: var(--sc-ia-blue);
  border-color: var(--sc-ia-blue);
  box-shadow: 0 8px 20px rgba(7, 95, 203, 0.2);
}

body.sc-ia-v2-preview .sc-ia-nav-list .sc-ia-nav-cta > a:hover,
body.sc-ia-v2-preview .sc-ia-nav-list .sc-ia-nav-cta > a:focus-visible,
body.sc-ia-v2-preview .sc-ia-nav-list .sc-ia-nav-cta > a.is-current {
  color: #fff;
  background: var(--sc-ia-blue-dark);
}

.sc-ia-lab-label--mobile,
body.sc-ia-v2-preview .sc-ia-drawer-only {
  display: none;
}

/* IA content foundation. */
.sc-ia-main,
.sc-ia-page {
  color: var(--sc-ia-ink);
  background: #fff;
}

.sc-ia-main .container,
.sc-ia-page .container,
.sc-ia-footer .container {
  width: min(calc(100% - 40px), 1200px);
  margin-inline: auto;
}

.sc-ia-hero,
.sc-ia-entry-hero {
  position: relative;
  padding: clamp(58px, 7vw, 98px) 0;
  background:
    radial-gradient(circle at 88% 10%, rgba(69, 162, 181, 0.16), transparent 33%),
    linear-gradient(135deg, #f8fbfd 0%, #e8f2f5 100%);
  border-bottom: 1px solid #d6e2e8;
}

.sc-ia-hero--compact {
  padding-block: clamp(50px, 6vw, 80px);
}

.sc-ia-hero-grid,
.sc-ia-entry-hero-grid,
.sc-ia-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
}

.sc-ia-hero-copy,
.sc-ia-hero__copy,
.sc-ia-entry-hero-grid > * {
  min-width: 0;
}

.sc-ia-eyebrow {
  display: inline-block;
  margin-bottom: 13px;
  color: var(--sc-ia-cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.sc-ia-main h1,
.sc-ia-page h1 {
  max-width: 20ch;
  margin: 0;
  color: var(--sc-ia-navy);
  font-size: clamp(36px, 4.7vw, 64px);
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.sc-ia-entry h1,
.sc-ia-products h1 {
  font-size: clamp(34px, 4vw, 54px);
}

.sc-ia-hero-copy > p,
.sc-ia-hero__copy > p,
.sc-ia-entry-hero-grid > div > p {
  max-width: 64ch;
  margin: 22px 0 0;
  color: #344e65;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.85;
}

.sc-ia-hero-principle {
  color: var(--sc-ia-navy) !important;
  font-size: clamp(19px, 2vw, 25px) !important;
  font-weight: 850;
  line-height: 1.55 !important;
}

.sc-ia-hero-media,
.sc-ia-entry-media,
.sc-ia-hero__media {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #dbe9ef;
  border: 1px solid #bdd0da;
  border-radius: 22px;
  box-shadow: var(--sc-ia-shadow);
}

.sc-ia-hero-media img,
.sc-ia-entry-media img,
.sc-ia-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.sc-ia-products .sc-ia-hero__media img {
  aspect-ratio: 1;
  padding: 8%;
  background: linear-gradient(145deg, #fff 0%, #e9f1f4 100%);
  object-fit: contain;
}

.sc-ia-hero-media figcaption,
.sc-ia-entry-media figcaption,
.sc-ia-hero__media figcaption {
  padding: 13px 17px;
  color: #365066;
  background: #fff;
  border-top: 1px solid #c8d8df;
  font-size: 13px;
  line-height: 1.6;
}

.sc-ia-actions,
.sc-ia-final-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
  margin-top: 28px;
}

.sc-ia-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 2px solid transparent;
  border-radius: 11px;
  font-weight: 850;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

.sc-ia-button--primary {
  color: #fff !important;
  background: var(--sc-ia-blue);
  border-color: var(--sc-ia-blue);
  box-shadow: 0 10px 25px rgba(7, 95, 203, 0.2);
}

.sc-ia-button--primary:hover,
.sc-ia-button--primary:focus-visible {
  background: var(--sc-ia-blue-dark);
  border-color: var(--sc-ia-blue-dark);
}

.sc-ia-button--secondary,
.sc-ia-button--card {
  color: var(--sc-ia-blue-dark) !important;
  background: #fff;
  border-color: #6ea3da;
}

.sc-ia-button--line {
  color: #fff !important;
  background: var(--sc-ia-line-green);
  border-color: var(--sc-ia-line-green);
}

.sc-ia-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  color: var(--sc-ia-blue-dark);
  font-weight: 850;
  text-underline-offset: 4px;
}

.sc-ia-section {
  padding: clamp(56px, 7vw, 92px) 0;
  border-bottom: 1px solid #e0e7ec;
}

.sc-ia-section--soft {
  background: var(--sc-ia-soft);
}

.sc-ia-section--existing {
  color: #fff;
  background: var(--sc-ia-navy);
}

.sc-ia-section--existing :where(h2, p, strong),
.sc-ia-section--dark :where(h2, h3, p, strong) {
  color: inherit;
}

.sc-ia-section--dark {
  color: #fff;
  background: #092a47;
}

.sc-ia-section--existing .sc-ia-eyebrow,
.sc-ia-section--dark .sc-ia-eyebrow {
  color: #8bddeb;
}

.sc-ia-section--lab {
  background:
    linear-gradient(135deg, rgba(7, 43, 78, 0.98), rgba(8, 74, 97, 0.96));
  color: #fff;
}

.sc-ia-section--lab :where(h2, h3, p, dt, dd, a) {
  color: inherit;
}

.sc-ia-section-head {
  max-width: 820px;
  margin-bottom: 30px;
}

.sc-ia-section h2,
.sc-ia-section-head h2,
.sc-ia-final h2 {
  max-width: 30ch;
  margin: 0;
  color: var(--sc-ia-navy);
  font-size: clamp(28px, 3.4vw, 45px);
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.sc-ia-section.sc-ia-section--existing h2,
.sc-ia-section.sc-ia-section--dark h2,
.sc-ia-section.sc-ia-section--lab h2 {
  color: #fff;
}

.sc-ia-section-head > p,
.sc-ia-section > .container > p,
.sc-ia-split p,
.sc-ia-final p,
.sc-ia-final-cta p {
  color: inherit;
  font-size: 16px;
  line-height: 1.85;
}

.sc-ia-card-grid,
.sc-ia-problem-grid,
.sc-ia-status-grid {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.sc-ia-card-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sc-ia-before-after {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sc-ia-card-grid--4,
.sc-ia-problem-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sc-ia-card-grid--5,
.sc-ia-card-grid--systems,
.sc-ia-status-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sc-ia-card-grid > article,
.sc-ia-card-grid--systems > a,
.sc-ia-problem-grid > :where(a, span),
.sc-ia-status-grid > article {
  min-width: 0;
  padding: 24px;
  color: var(--sc-ia-ink);
  background: #fff;
  border: 1px solid var(--sc-ia-line);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(9, 45, 77, 0.06);
}

.sc-ia-before-after > article.is-after {
  background: #eef8ff;
  border-color: #75b7df;
}

.sc-ia-card-grid > article h3,
.sc-ia-status-grid > article h3 {
  margin: 0 0 10px;
  color: var(--sc-ia-navy);
  font-size: 20px;
  line-height: 1.35;
}

.sc-ia-card-grid > article p,
.sc-ia-status-grid > article p {
  margin: 0;
  color: #486075;
  line-height: 1.75;
}

.sc-ia-card-grid > article a {
  display: inline-block;
  margin-top: 16px;
  color: var(--sc-ia-blue-dark);
  font-weight: 800;
}

.sc-ia-card-number,
.sc-ia-status-text {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--sc-ia-cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.sc-ia-card-grid--systems > a {
  display: flex;
  min-height: 145px;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}

.sc-ia-card-grid--systems strong {
  color: var(--sc-ia-navy);
  font-size: 20px;
}

.sc-ia-card-grid--systems small {
  color: #536a7e;
  font-size: 13px;
  line-height: 1.55;
}

.sc-ia-contact-note,
.sc-ia-contact .sc-ia-card-grid--4 > a {
  min-width: 0;
  padding: 24px;
  color: #3d566c;
  background: #fff;
  border: 1px solid #c3d4de;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(9, 45, 77, 0.06);
}

.sc-ia-contact-note h2 {
  margin-top: 0;
  color: var(--sc-ia-navy);
  font-size: clamp(21px, 2vw, 27px);
}

.sc-ia-contact-note p,
.sc-ia-contact-note p > span {
  color: #3d566c;
}

.sc-ia-contact .sc-ia-card-grid--4 > a {
  display: grid;
  gap: 9px;
  min-height: 155px;
  text-decoration: none;
}

.sc-ia-contact .sc-ia-card-grid--4 > a strong {
  color: var(--sc-ia-navy);
  font-size: 20px;
  line-height: 1.4;
}

.sc-ia-contact-methods > article {
  display: flex;
  flex-direction: column;
}

.sc-ia-contact-methods > article .sc-ia-button {
  margin-top: auto;
}

.sc-ia-problem-grid > :where(a, span) {
  display: flex;
  min-height: 86px;
  align-items: center;
  color: var(--sc-ia-navy);
  font-weight: 800;
  line-height: 1.45;
  text-decoration: none;
}

.sc-ia-process {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.sc-ia-process li {
  position: relative;
  min-width: 0;
  min-height: 130px;
  padding: 20px 16px;
  background: #f3f7fa;
  border: 1px solid var(--sc-ia-line);
  border-radius: 12px;
}

.sc-ia-process li > span {
  display: block;
  margin-bottom: 18px;
  color: var(--sc-ia-cyan);
  font-size: 12px;
  font-weight: 900;
}

.sc-ia-principle-note,
.sc-ia-boundary,
.sc-ia-poc-card {
  margin-top: 24px;
  padding: 22px 24px;
  background: var(--sc-ia-warm);
  border: 1px solid #dfbf72;
  border-left: 6px solid #b47a00;
  border-radius: 12px;
  color: #4d3910;
}

.sc-ia-principle-note p,
.sc-ia-boundary p,
.sc-ia-poc-card p {
  margin-bottom: 0;
}

.sc-ia-principle-note p {
  color: #4d3910;
}

.sc-ia-route-existing-system-renewal .sc-ia-boundary p {
  color: #4d3910;
}

.sc-ia-section--dark .sc-ia-boundary,
.sc-ia-section--dark .sc-ia-boundary > span,
.sc-ia-section--lab .sc-ia-boundary,
.sc-ia-section--lab .sc-ia-boundary > span {
  color: #4d3910 !important;
}

.sc-ia-split,
.sc-ia-final-grid,
.sc-ia-final-cta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
}

.sc-ia-component-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 25px;
  color: var(--sc-ia-ink);
  background: #fff;
  border-radius: 17px;
}

.sc-ia-component-grid > span {
  padding: 14px;
  background: #edf4f7;
  border: 1px solid #c8d8df;
  border-radius: 9px;
  font-weight: 800;
}

.sc-ia-component-grid small {
  grid-column: 1 / -1;
  padding-top: 8px;
  color: #486075;
  line-height: 1.55;
}

.sc-ia-system-diagram {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.sc-ia-system-diagram > div {
  display: grid;
  min-width: 0;
  min-height: 132px;
  align-content: center;
  gap: 8px;
  padding: 20px;
  color: var(--sc-ia-ink);
  background: #fff;
  border: 1px solid var(--sc-ia-line);
  border-radius: 14px;
}

.sc-ia-system-diagram > div.is-accent {
  color: #fff;
  background: var(--sc-ia-blue-dark);
  border-color: var(--sc-ia-blue-dark);
}

.sc-ia-system-diagram > div strong {
  font-size: 18px;
}

.sc-ia-system-diagram > div span {
  font-size: 13px;
  line-height: 1.55;
}

.sc-ia-system-diagram > i {
  color: var(--sc-ia-cyan);
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
}

.sc-ia-path-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.sc-ia-path-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--sc-ia-line);
  border-radius: 14px;
}

.sc-ia-path-list article > span {
  color: var(--sc-ia-cyan);
  font-size: 12px;
  font-weight: 900;
}

.sc-ia-path-list h3,
.sc-ia-photo-check h3 {
  margin: 0 0 8px;
  color: var(--sc-ia-navy);
  font-size: 19px;
}

.sc-ia-path-list p {
  margin: 0;
  color: #4b6477;
  line-height: 1.7;
}

.sc-ia-table-wrap {
  max-width: 100%;
  margin-top: 27px;
  overflow-x: auto;
}

.sc-ia-decision-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--sc-ia-ink);
  background: #fff;
}

.sc-ia-decision-table :where(th, td) {
  padding: 14px 16px;
  border: 1px solid #aebfcb;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
}

.sc-ia-decision-table thead th {
  color: #fff;
  background: #0a5278;
}

.sc-ia-decision-table tbody th {
  background: #eef4f7;
}

.sc-ia-photo-check {
  margin-top: 24px;
  padding: 22px;
  color: var(--sc-ia-ink);
  background: #fff;
  border: 1px solid var(--sc-ia-line);
  border-radius: 14px;
}

.sc-ia-photo-check ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding-left: 20px;
}

.sc-ia-check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sc-ia-check-list li {
  position: relative;
  padding: 14px 16px 14px 44px;
  background: #fff;
  border: 1px solid var(--sc-ia-line);
  border-radius: 10px;
}

.sc-ia-check-list li::before {
  position: absolute;
  top: 13px;
  left: 15px;
  content: "✓";
  color: var(--sc-ia-line-green);
  font-weight: 900;
}

.sc-ia-evidence-card dl,
.sc-ia-product-facts {
  display: grid;
  gap: 0;
  margin: 18px 0 0;
}

.sc-ia-evidence-card dl > div,
.sc-ia-product-facts > div {
  display: grid;
  grid-template-columns: minmax(100px, 0.34fr) minmax(0, 0.66fr);
  gap: 12px;
  padding: 11px 0;
  border-top: 1px solid rgba(112, 137, 157, 0.3);
}

.sc-ia-evidence-card dt,
.sc-ia-product-facts dt {
  font-size: 12px;
  font-weight: 900;
}

.sc-ia-evidence-card dd,
.sc-ia-product-facts dd {
  min-width: 0;
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.sc-ia-evidence-status {
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 9px;
  color: #14314a;
  background: #d9edf5;
  border: 1px solid #9ac4d1;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.sc-ia-support-links,
.sc-ia-link-row,
.sc-ia-bridge-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.sc-ia-support-links a,
.sc-ia-link-row a,
.sc-ia-bridge-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 9px 13px;
  color: var(--sc-ia-blue-dark);
  background: #fff;
  border: 1px solid #88add2;
  border-radius: 9px;
  font-weight: 800;
  text-decoration: none;
}

.sc-ia-section--lab .sc-ia-link-row a,
.sc-ia-section--lab .sc-ia-text-link {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.1);
}

.sc-ia-final {
  background: #e9f3f5;
}

/* Residential local-only selector. */
.sc-ia-selector {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.sc-ia-selector fieldset {
  min-width: 0;
  margin: 0;
  padding: 20px;
  background: #f6f9fb;
  border: 1px solid var(--sc-ia-line);
  border-radius: 14px;
}

.sc-ia-selector legend {
  max-width: 100%;
  padding: 0 7px;
  color: var(--sc-ia-navy);
  font-weight: 850;
  line-height: 1.55;
}

.sc-ia-selector button {
  min-height: 44px;
  margin: 10px 7px 0 0;
  padding: 9px 13px;
  color: var(--sc-ia-navy);
  background: #fff;
  border: 1px solid #8ca8be;
  border-radius: 9px;
  font-weight: 750;
}

.sc-ia-selector button[aria-checked="true"] {
  color: #fff;
  background: var(--sc-ia-blue-dark);
  border-color: var(--sc-ia-blue-dark);
  box-shadow: inset 0 0 0 2px #fff;
}

.sc-ia-selector-result,
.sc-ia-filter-empty {
  padding: 20px;
  color: #213b51;
  background: var(--sc-ia-warm);
  border: 1px solid #d6b45e;
  border-radius: 12px;
}

.sc-ia-selector-result p,
.sc-ia-filter-empty p {
  margin: 7px 0 0;
  color: #213b51;
}

.sc-ia-selector-result__plan {
  display: block;
  margin-top: 12px;
  color: #18344e;
  font-weight: 850;
}

.sc-ia-selector-result__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.sc-ia-selector-result__actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 9px 13px;
  color: #fff;
  background: var(--sc-ia-blue-dark);
  border: 1px solid var(--sc-ia-blue-dark);
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.sc-ia-selector-result__actions a + a {
  color: var(--sc-ia-blue-dark);
  background: #fff;
}

.sc-ia-selector-reset {
  justify-self: start;
  min-height: 44px;
  padding: 9px 15px;
  color: var(--sc-ia-blue-dark);
  background: #fff;
  border: 1px solid #729fc8;
  border-radius: 9px;
  font-weight: 800;
}

/* Existing-page role bridge. */
.sc-ia-bridge {
  padding: clamp(46px, 6vw, 72px) 0;
  color: #fff;
  background: linear-gradient(135deg, #082d50, #0c647b);
}

.sc-ia-bridge h2 {
  max-width: 32ch;
  margin: 0;
  color: #fff !important;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.25;
}

.sc-ia-bridge .sc-ia-eyebrow {
  color: #9fe1ef;
}

/* Products & systems customer-first path, comparison, and local filter. */
.sc-ia-customer-path__card {
  display: grid;
  gap: 10px;
  min-height: 210px;
  align-content: start;
  padding: 24px;
  color: #365066;
  background: #fff;
  border: 1px solid #c3d4de;
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(8, 41, 72, 0.08);
  text-decoration: none;
}

.sc-ia-customer-path__card strong {
  color: var(--sc-ia-navy);
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.35;
}

.sc-ia-customer-path__card:hover {
  border-color: var(--sc-ia-blue);
  transform: translateY(-2px);
}

.sc-ia-customer-path__next {
  margin: 20px 0 0;
  padding: 16px 18px;
  color: #28445d;
  background: #eef6f9;
  border-left: 4px solid var(--sc-ia-blue);
  border-radius: 8px;
}

.sc-ia-system-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}

.sc-ia-section--ai {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 12%, rgba(49, 148, 255, 0.2), transparent 31%),
    linear-gradient(135deg, #eef7ff 0%, #f7fbff 52%, #edf5ff 100%);
  border-block: 1px solid #c6daec;
}

.sc-ia-section--ai .sc-ia-status-text {
  display: inline-flex;
  width: fit-content;
  margin: 6px 0 0;
  padding: 8px 12px;
  color: #064d87;
  background: #fff;
  border: 1px solid #81b2dc;
  border-radius: 999px;
}

.sc-ia-search-examples {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 18px 0;
}

.sc-ia-search-examples > strong,
.sc-ia-search-examples > small {
  grid-column: 1 / -1;
}

.sc-ia-search-examples > span {
  padding: 11px 13px;
  color: #17344e;
  font-weight: 800;
  background: #f3f8fc;
  border: 1px solid #b8cad8;
  border-radius: 9px;
}

.sc-ia-ai-status-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 20px 0 24px;
}

.sc-ia-ai-status-stack > span {
  padding: 8px 12px;
  color: #164665;
  font-size: 14px;
  font-weight: 800;
  background: #eef7ff;
  border: 1px solid #8bb8d4;
  border-radius: 999px;
}

.sc-ia-product-card--ai {
  border-color: #4b91c9;
  box-shadow: 0 12px 34px rgba(18, 76, 119, 0.13);
}

.sc-ia-system-overview article {
  display: grid;
  gap: 6px;
  padding: 18px;
  color: #17344e;
  background: #fff;
  border: 1px solid #aebfce;
  border-radius: 12px;
}

.sc-ia-system-overview article strong {
  color: var(--sc-ia-navy);
}

.sc-ia-product-filter-details > summary {
  display: none;
  color: var(--sc-ia-navy);
  font-weight: 850;
}

.sc-ia-product-filter {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.cl-ia-language-notice {
  margin: 0;
  padding: 12px 16px;
  color: #162f45;
  background: #e9f4f7;
  border-bottom: 1px solid #abc6d0;
  font-weight: 750;
  text-align: center;
}

@media (max-width: 767px) {
  .sc-ia-system-overview {
    grid-template-columns: 1fr;
  }

  .sc-ia-search-examples {
    grid-template-columns: 1fr;
  }

  .sc-ia-search-examples > strong,
  .sc-ia-search-examples > small {
    grid-column: auto;
  }

  .sc-ia-product-filter-details > summary {
    display: list-item;
    min-height: 44px;
    padding: 10px 2px;
    cursor: pointer;
  }

  .sc-ia-product-filter-details[open] > summary {
    margin-bottom: 12px;
  }

  .sc-ia-selector-result__actions {
    flex-direction: column;
  }
}

.sc-ia-product-filter label {
  display: grid;
  min-width: 0;
  gap: 7px;
  color: var(--sc-ia-navy);
  font-size: 13px;
  font-weight: 800;
}

.sc-ia-product-filter select {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 8px 34px 8px 10px;
  color: #18344e;
  background: #fff;
  border: 1px solid #849fb5;
  border-radius: 9px;
  font: inherit;
  font-weight: 600;
}

.sc-ia-filter-reset {
  min-height: 46px;
  align-self: end;
  padding: 9px 13px;
  color: var(--sc-ia-blue-dark);
  background: #fff;
  border: 1px solid #6d99c1;
  border-radius: 9px;
  font-weight: 800;
}

.sc-ia-filter-status {
  margin: 17px 0 0;
  color: #36566d;
  font-size: 14px;
  font-weight: 800;
}

.sc-ia-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.sc-ia-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(22px, 3vw, 32px);
  background: #fff;
  border: 1px solid #b9cad6;
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(8, 41, 72, 0.09);
}

.sc-ia-product-card__heading {
  padding-bottom: 18px;
  border-bottom: 3px solid #d8e8ef;
}

.sc-ia-product-card__heading h3 {
  margin: 0;
  color: var(--sc-ia-navy);
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.25;
}

.sc-ia-product-card__heading p {
  margin: 10px 0 0;
  color: #4d6477;
  line-height: 1.7;
}

.sc-ia-product-card .sc-ia-button--card {
  width: 100%;
  margin-top: auto;
}

.sc-ia-product-facts {
  margin-bottom: 24px;
}

.sc-ia-product-facts a {
  color: var(--sc-ia-blue-dark);
  font-weight: 750;
}

.sc-ia-section--dark .sc-ia-status-grid > article {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: none;
}

.sc-ia-section--dark .sc-ia-status-grid > article h3,
.sc-ia-section--dark .sc-ia-status-grid > article p {
  color: inherit;
}

/* IA footer keeps all support/legal links reachable. */
.sc-ia-footer {
  padding: clamp(50px, 6vw, 72px) 0 30px;
  color: rgba(255, 255, 255, 0.88);
  background: #061f38;
}

.sc-ia-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.05fr;
  gap: 30px;
}

.sc-ia-footer :where(h2, h3, strong) {
  color: #fff;
}

.sc-ia-footer h2,
.sc-ia-footer h3 {
  margin-top: 0;
}

.sc-ia-footer h2 {
  font-size: 23px;
}

.sc-ia-footer h3 {
  font-size: 16px;
}

.sc-ia-footer p,
.sc-ia-footer address,
.sc-ia-footer li,
.sc-ia-footer a {
  color: inherit;
  font-size: 14px;
  line-height: 1.7;
}

.sc-ia-footer address {
  font-style: normal;
}

.sc-ia-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sc-ia-footer li + li {
  margin-top: 9px;
}

.sc-ia-footer a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.sc-ia-footer-contact p {
  color: #b9c8d5;
  font-size: 12px;
}

.sc-ia-footer .sc-v262-footer-legal {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.sc-ia-footer .sc-permit-disclosure {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Camera Lab receives the same IA global navigation as every other route. */
.cl-page.sc-ia-v2-preview {
  padding: 0;
}

.cl-page.sc-ia-v2-preview .sc-ia-preview-notice {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif;
}

/* Keep Camera Lab's topic navigation as an auxiliary row below the IA shell. */
.cl-page.sc-ia-v2-preview .cl-header__utility {
  display: none;
}

.cl-page.sc-ia-v2-preview .cl-section--problems .cl-eyebrow,
.cl-page.sc-ia-v2-preview .cl-comparison .cl-eyebrow,
.cl-page.sc-ia-v2-preview .cl-selection .cl-eyebrow,
.cl-page.sc-ia-v2-preview .cl-tests .cl-eyebrow,
.cl-page.sc-ia-v2-preview .cl-topic-section .cl-section__heading .cl-eyebrow {
  color: #1768d3;
}

.cl-page.sc-ia-v2-preview .cl-problem__number {
  color: #536c86;
}

.cl-ia-context {
  position: sticky;
  top: 0;
  z-index: 80;
  color: var(--sc-ia-ink);
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #bfcfd9;
  box-shadow: 0 7px 22px rgba(8, 41, 72, 0.09);
}

.cl-ia-globalbar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  width: min(calc(100% - 36px), 1380px);
  min-height: 68px;
  align-items: center;
  gap: 14px;
  margin: 0 auto;
}

.cl-ia-logo {
  color: var(--sc-ia-navy) !important;
  font-size: 21px;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.cl-ia-global-nav {
  display: grid;
  grid-template-columns: repeat(4, max-content) minmax(230px, 1fr) max-content;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.cl-ia-global-nav > a {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 7px 9px;
  color: var(--sc-ia-navy) !important;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: clamp(10px, 0.8vw, 12px);
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

.cl-ia-global-nav > a:hover,
.cl-ia-global-nav > a:focus-visible,
.cl-ia-global-nav > a.is-current {
  color: var(--sc-ia-blue-dark) !important;
  background: #eef6ff;
  border-color: #91b8df;
}

.cl-ia-global-nav > a.cl-ia-global-nav__cta {
  color: #fff !important;
  background: var(--sc-ia-blue);
}

.cl-ia-global-nav__drawer-only,
.cl-ia-global-nav__language,
.cl-ia-mobile-consult,
.cl-ia-menu-toggle {
  display: none !important;
}

.cl-ia-language {
  display: flex;
  gap: 5px;
}

.cl-ia-language button {
  min-width: 38px;
  min-height: 38px;
  padding: 5px;
  color: var(--sc-ia-navy);
  background: #fff;
  border: 1px solid #8ca5ba;
  border-radius: 7px;
  font-weight: 800;
}

.cl-ia-language button.is-active {
  color: #fff;
  background: var(--sc-ia-navy);
}

.cl-ia-research-note {
  display: inline-flex;
  max-width: 220px;
  padding: 7px 9px;
  color: #5a4010;
  background: var(--sc-ia-warm);
  border: 1px solid #d4b463;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
}

.cl-ia-anchor-alias {
  display: block;
  block-size: 0;
  scroll-margin-top: 150px;
}

.cl-ia-poc {
  display: grid;
  gap: 6px;
  width: min(calc(100% - 40px), 1160px);
  margin: 28px auto;
  padding: 18px 20px;
  color: #4b3507;
  background: var(--sc-ia-warm);
  border: 1px solid #d5b45b;
  border-left: 6px solid #a96f00;
  border-radius: 10px;
}

.cl-ia-backlinks {
  width: min(calc(100% - 40px), 1160px);
  margin: 70px auto 0;
  padding: clamp(25px, 4vw, 42px);
  color: #fff;
  background: linear-gradient(135deg, #082d50, #0c647b);
  border-radius: 18px;
}

.cl-ia-backlinks h2 {
  max-width: 28ch;
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 3vw, 39px);
  line-height: 1.25;
}

.cl-ia-backlinks p {
  color: #e0edf2;
}

.cl-ia-backlinks > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.cl-ia-backlinks a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 9px 13px;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.cl-page.sc-ia-v2-preview .sc-ia-footer {
  margin-top: 72px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif;
}

/* V4: established product URLs become condition-first guides in Preview only. */
.sc-ia-v4-page {
  min-width: 0;
}

.sc-ia-v4-condition-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.sc-ia-v4-condition-grid article {
  min-width: 0;
  padding: clamp(20px, 2.3vw, 30px);
  background: #fff;
  border: 1px solid var(--sc-ia-line);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(8, 41, 72, 0.07);
}

.sc-ia-v4-condition-grid article > span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #fff;
  background: var(--sc-ia-navy);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}

.sc-ia-v4-condition-grid h3 {
  margin: 0 0 10px;
  color: var(--sc-ia-navy);
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.35;
}

.sc-ia-v4-condition-grid p {
  margin: 0;
  color: var(--sc-ia-muted);
  line-height: 1.75;
}

.sc-ia-v4-product-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
}

.sc-ia-v4-product-visual {
  min-width: 0;
  margin: 0;
  padding: clamp(18px, 3vw, 34px);
  background: linear-gradient(145deg, #f6fafc, #e9f2f6);
  border: 1px solid var(--sc-ia-line);
  border-radius: 22px;
}

.sc-ia-v4-product-visual img {
  display: block;
  width: min(100%, 430px);
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.sc-ia-v4-product-visual figcaption {
  margin-top: 12px;
  color: var(--sc-ia-muted);
  font-size: 12px;
  line-height: 1.6;
}

.sc-ia-v4-product-layout h2 {
  max-width: 24ch;
  margin: 10px 0 16px;
  color: var(--sc-ia-navy);
  font-size: clamp(28px, 3.3vw, 46px);
  line-height: 1.2;
}

.sc-ia-v4-product-layout > div > p {
  color: var(--sc-ia-muted);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.85;
}

.sc-ia-v4-status-list {
  display: grid;
  gap: 0;
  margin: 26px 0 0;
  border-top: 1px solid var(--sc-ia-line);
}

.sc-ia-v4-status-list > div {
  display: grid;
  grid-template-columns: minmax(120px, 0.33fr) minmax(0, 0.67fr);
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--sc-ia-line);
}

.sc-ia-v4-status-list dt,
.sc-ia-v4-status-list dd {
  margin: 0;
}

.sc-ia-v4-status-list dt {
  color: #435b70;
  font-size: 13px;
  font-weight: 800;
}

.sc-ia-v4-status-list dd {
  color: var(--sc-ia-ink);
  line-height: 1.6;
}

.sc-ia-v4-badge {
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  padding: 4px 10px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.sc-ia-v4-badge--actual {
  color: #075f38;
  background: #e7f8ef;
}

.sc-ia-v4-badge--manufacturer {
  color: #12508a;
  background: #e9f3ff;
}

.sc-ia-v4-badge--trade {
  color: #5b3900;
  background: #fff2cc;
}

.sc-ia-v4-badge--pending {
  color: #6a4100;
  background: #fff4d8;
}

.sc-ia-v4-evidence-table {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.33);
  border-radius: 16px;
}

.sc-ia-v4-evidence-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) minmax(155px, 0.55fr) minmax(260px, 1.3fr);
  min-width: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.sc-ia-v4-evidence-row:first-child {
  border-top: 0;
}

.sc-ia-v4-evidence-row > span {
  min-width: 0;
  padding: 16px 18px;
  color: #edf6fb;
  line-height: 1.65;
}

.sc-ia-v4-evidence-row > span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.sc-ia-v4-evidence-row--head {
  background: rgba(255, 255, 255, 0.12);
}

.sc-ia-v4-evidence-row--head > span {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.sc-ia-section--dark .sc-ia-v4-badge--actual,
.sc-ia-section--dark .sc-ia-v4-badge--manufacturer {
  border-color: transparent;
}

.sc-ia-v4-source-note {
  margin: 18px 0 0;
  color: #d8e9f1;
  font-size: 13px;
  line-height: 1.75;
}

/* Responsive layout. */
@media (max-width: 1199px) {
  .sc-ia-v4-condition-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sc-ia-card-grid--4,
  .sc-ia-problem-grid,
  .sc-ia-card-grid--5,
  .sc-ia-card-grid--systems,
  .sc-ia-status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sc-ia-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sc-ia-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cl-ia-globalbar {
    grid-template-columns: auto auto;
    padding: 7px 0;
  }

  .cl-ia-global-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: minmax(82px, 0.8fr) minmax(112px, 1fr) minmax(170px, 1.5fr) minmax(110px, 1fr) minmax(230px, 2fr) minmax(120px, 1fr);
    width: 100%;
  }

  .cl-ia-global-nav > a {
    padding-inline: 6px;
    font-size: 10px;
  }

  .cl-ia-language {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
}

@media (max-width: 1199px) {
  html {
    scroll-padding-top: 95px;
  }

  .sc-ia-preview-notice {
    min-height: 30px;
    padding-block: 5px;
    font-size: 11px;
  }

  body.sc-ia-v2-preview .sc-ia-nav-cta,
  .cl-ia-global-nav__cta {
    display: none !important;
  }

  body.sc-ia-v2-preview .sc-mainbar {
    min-height: 66px;
    padding: 6px 0;
  }

  body.sc-ia-v2-preview .sc-nav-wrap {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 44px;
    flex-wrap: nowrap;
    gap: 8px;
  }

  body.sc-ia-v2-preview .sc-brand-lockup {
    grid-column: 1;
    min-width: 0;
  }

  body.sc-ia-v2-preview .sc-brand-lockup .sc-logo {
    width: 138px;
    max-width: 100%;
  }

  body.sc-ia-v2-preview .sc-ia-brand-context,
  body.sc-ia-v2-preview .sc-mainbar > .container > .sc-lang-switch {
    display: none;
  }

  body.sc-ia-v2-preview .sc-ia-mobile-consult {
    display: inline-flex;
    grid-column: 2;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    color: #fff;
    background: var(--sc-ia-blue);
    border-radius: 9px;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
  }

  body.sc-ia-v2-preview .sc-menu-toggle {
    display: inline-flex;
    grid-column: 3;
    width: 44px;
    min-height: 44px;
    margin: 0;
  }

  body.sc-ia-v2-preview .sc-nav {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    left: 0;
    z-index: 95;
    display: none;
    width: 100%;
    max-height: min(72vh, 620px);
    overflow-y: auto;
    margin: 0;
    padding: 10px;
    background: #fff;
    border: 1px solid #b9cad6;
    border-radius: 12px;
    box-shadow: var(--sc-ia-shadow);
  }

  body.sc-ia-v2-preview .sc-nav.is-open {
    display: block;
  }

  body.sc-ia-v2-preview .sc-ia-nav-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  body.sc-ia-v2-preview .sc-ia-nav-list > li > a {
    min-height: 46px;
    justify-content: flex-start;
    padding: 10px 12px;
    font-size: 15px;
    text-align: left;
  }

  body.sc-ia-v2-preview .sc-ia-nav-list .sc-ia-nav-cta > a {
    justify-content: center;
  }

  body.sc-ia-v2-preview .sc-ia-drawer-only {
    display: list-item;
  }

  body.sc-ia-v2-preview .sc-ia-drawer-language {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 54px;
    padding: 8px 12px;
    border-top: 1px solid var(--sc-ia-line);
  }

  body.sc-ia-v2-preview .sc-ia-drawer-language__label {
    color: var(--sc-ia-navy);
    font-weight: 800;
  }

  body.sc-ia-v2-preview .sc-ia-drawer-language .sc-lang-switch {
    display: flex;
  }

  .sc-ia-lab-label--desktop {
    display: none !important;
  }

  .sc-ia-lab-label--mobile {
    display: inline;
  }

  .sc-ia-hero-grid,
  .sc-ia-entry-hero-grid,
  .sc-ia-hero__grid,
  .sc-ia-split,
  .sc-ia-final-grid,
  .sc-ia-final-cta {
    grid-template-columns: 1fr;
  }

  .sc-ia-card-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sc-ia-product-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sc-ia-product-facts > div {
    grid-template-columns: minmax(105px, 0.3fr) minmax(0, 0.7fr);
  }

  .sc-ia-system-diagram {
    grid-template-columns: 1fr;
  }

  .sc-ia-system-diagram > i {
    justify-self: center;
    transform: rotate(90deg);
  }

  /* Camera Lab global mobile row: Logo | Consult | Menu. */
  .cl-ia-globalbar {
    position: relative;
    grid-template-columns: minmax(0, 1fr) auto 44px;
    width: min(calc(100% - 24px), 760px);
    min-height: 62px;
    gap: 8px;
  }

  .cl-ia-mobile-consult {
    display: inline-flex !important;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 8px 11px;
    color: #fff !important;
    background: var(--sc-ia-blue);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
  }

  .cl-ia-menu-toggle {
    display: inline-flex !important;
    width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    color: var(--sc-ia-navy);
    background: #fff;
    border: 1px solid #90a8bb;
    border-radius: 8px;
    font-size: 19px;
  }

  .cl-ia-global-nav {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    left: 0;
    z-index: 90;
    display: none;
    max-height: min(72vh, 620px);
    overflow-y: auto;
    padding: 10px;
    background: #fff;
    border: 1px solid #b9cad6;
    border-radius: 12px;
    box-shadow: var(--sc-ia-shadow);
  }

  .cl-ia-global-nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .cl-ia-global-nav > a {
    min-height: 46px;
    justify-content: flex-start;
    padding: 9px 12px;
    font-size: 14px;
    text-align: left;
  }

  .cl-ia-global-nav > a.cl-ia-global-nav__cta {
    justify-content: center;
  }

  .cl-ia-global-nav__drawer-only {
    display: flex !important;
  }

  .cl-ia-global-nav__language {
    display: flex !important;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 12px;
    color: var(--sc-ia-navy);
    border-top: 1px solid var(--sc-ia-line);
    font-size: 14px;
    font-weight: 800;
  }

  .cl-ia-context > .cl-ia-globalbar > .cl-ia-language {
    display: none;
  }

  .cl-header__nav {
    overflow-x: auto;
    overscroll-behavior-x: contain;
  }
}

body.sc-ia-route-camera-lab-ai-box-security-computing-revolution .cl-ia-global-nav__cta,
body.sc-ia-route-camera-lab-ai-box-security-computing-revolution .cl-ia-mobile-consult,
body.sc-ia-route-camera-lab-ai-box-security-computing-revolution .sc-ia-footer a[data-intent-type="quote"],
body.sc-ia-route-camera-lab-ai-box-security-computing-revolution .sc-ia-footer a[data-intent-type="consultation"] {
  display: none !important;
}

@media (max-width: 767px) {
  html:has(body.sc-ia-v2-preview) {
    scroll-padding-bottom: calc(var(--sc-ia-sticky-height, 76px) + 16px);
  }

  body.sc-ia-v2-preview .sc-mobile-sticky-spacer {
    height: calc(var(--sc-ia-sticky-height, 76px) + env(safe-area-inset-bottom, 0px));
  }

  body.sc-ia-v2-preview.sc-ia-sticky-suspended .sc-mobile-sticky-spacer {
    height: 0;
  }

  .sc-ia-main .container,
  .sc-ia-page .container,
  .sc-ia-footer .container {
    width: min(calc(100% - 28px), 720px);
  }

  .sc-ia-hero,
  .sc-ia-entry-hero {
    padding: 44px 0 52px;
  }

  .sc-ia-main h1,
  .sc-ia-page h1,
  .sc-ia-entry h1,
  .sc-ia-products h1 {
    font-size: clamp(32px, 10vw, 43px);
    line-height: 1.16;
  }

  .sc-ia-actions,
  .sc-ia-final-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .sc-ia-actions .sc-ia-button,
  .sc-ia-final-actions .sc-ia-button {
    width: 100%;
  }

  .sc-ia-card-grid--3,
  .sc-ia-card-grid--4,
  .sc-ia-card-grid--5,
  .sc-ia-before-after,
  .sc-ia-card-grid--systems,
  .sc-ia-problem-grid,
  .sc-ia-status-grid,
  .sc-ia-product-grid,
  .sc-ia-product-filter,
  .sc-ia-process,
  .sc-ia-footer-grid {
    grid-template-columns: 1fr;
  }

  .sc-ia-v4-condition-grid,
  .sc-ia-v4-product-layout,
  .sc-ia-v4-status-list > div,
  .sc-ia-v4-evidence-row {
    grid-template-columns: 1fr;
  }

  .sc-ia-v4-product-layout {
    align-items: start;
    gap: 28px;
  }

  .sc-ia-v4-product-visual {
    width: 100%;
    padding: 18px;
  }

  .sc-ia-v4-status-list > div {
    gap: 5px;
  }

  .sc-ia-v4-evidence-row {
    padding: 11px 0;
  }

  .sc-ia-v4-evidence-row--head {
    padding: 0;
  }

  .sc-ia-v4-evidence-row > span {
    padding: 6px 14px;
  }

  .sc-ia-v4-evidence-row--head > span {
    padding: 9px 14px;
  }

  .sc-ia-v4-evidence-row > span + span {
    border-left: 0;
  }

  .sc-ia-process li {
    min-height: 0;
  }

  .sc-ia-process li > span {
    margin-bottom: 7px;
  }

  .sc-ia-evidence-card dl > div,
  .sc-ia-product-facts > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .sc-ia-selector button {
    width: 100%;
    margin-right: 0;
  }

  .sc-ia-component-grid {
    grid-template-columns: 1fr;
  }

  .sc-ia-path-list,
  .sc-ia-photo-check ul {
    grid-template-columns: 1fr;
  }

  .sc-ia-component-grid small {
    grid-column: auto;
  }

  .sc-ia-table-wrap {
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
  }

  .sc-ia-decision-table {
    min-width: 650px;
  }

  .sc-ia-footer .sc-v262-footer-legal {
    display: grid;
    align-items: start;
  }

  .cl-header__utility {
    width: min(calc(100% - 24px), 720px);
  }

  .cl-ia-backlinks,
  .cl-ia-poc {
    width: min(calc(100% - 28px), 720px);
  }

  .cl-ia-backlinks > div {
    flex-direction: column;
  }

  .cl-ia-backlinks a {
    width: 100%;
  }
}

@media (max-width: 359px) {
  .sc-ia-preview-notice {
    display: grid;
    gap: 1px;
  }

  body.sc-ia-v2-preview .sc-brand-lockup .sc-logo {
    width: 118px;
    flex-basis: 118px;
  }

  body.sc-ia-v2-preview .sc-site-header .sc-logo img {
    width: 100%;
    height: 100%;
  }

  body.sc-ia-v2-preview .sc-ia-mobile-consult,
  .cl-ia-mobile-consult {
    padding-inline: 8px;
    font-size: 12px;
  }

  .cl-ia-logo {
    font-size: 18px;
  }
}

/* TASK D: restore the high-value brand, warranty, technology, and proof layer. */
body.sc-ia-v2-preview .sc-ia-ai-brand {
  flex-basis: 184px;
  width: 184px;
}

body .cl-ia-brand-lockup > .sc-ia-ai-brand {
  position: relative;
  display: flex;
  flex: 0 0 174px;
  width: 174px;
  min-width: 0;
  min-height: 48px;
  flex-direction: column;
  justify-content: center;
  padding-left: 19px;
  color: var(--sc-ia-navy);
  text-decoration: none;
  white-space: nowrap;
}

body .cl-ia-brand-lockup > .sc-ia-ai-brand::before {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 1px;
  content: "";
  background: #d8e1ea;
}

body .cl-ia-brand-lockup > .sc-ia-ai-brand .sc-ai-brand__title {
  display: flex;
  align-items: baseline;
  gap: 6px;
  line-height: 1;
}

body .cl-ia-brand-lockup > .sc-ia-ai-brand .sc-ai-brand__title strong {
  color: #1768d3;
  font-size: 29px;
  font-weight: 900;
  letter-spacing: -0.055em;
}

body .cl-ia-brand-lockup > .sc-ia-ai-brand .sc-ai-brand__title span {
  color: var(--sc-ia-navy);
  font-size: 16px;
  font-weight: 850;
  letter-spacing: 0.015em;
}

body .cl-ia-brand-lockup > .sc-ia-ai-brand .sc-ai-brand__subtitle {
  margin-top: 6px;
  color: #3f5267;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.015em;
  line-height: 1.25;
}

body .cl-ia-brand-lockup > .sc-ia-ai-brand:hover .sc-ai-brand__title span,
body .cl-ia-brand-lockup > .sc-ia-ai-brand:focus-visible .sc-ai-brand__title span {
  color: #1768d3;
}

body.sc-ia-v2-preview .sc-ia-value-links {
  order: 3;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-left: 0;
}

body.sc-ia-v2-preview .sc-ia-value-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 6px 10px;
  color: var(--sc-ia-navy);
  background: #f7fafc;
  border: 1px solid #c8d6e1;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

body.sc-ia-v2-preview .sc-ia-value-link:hover,
body.sc-ia-v2-preview .sc-ia-value-link:focus-visible,
body.sc-ia-v2-preview .sc-ia-value-link.is-current {
  color: var(--sc-ia-blue-dark);
  background: #eaf4ff;
  border-color: #82acd7;
}

body.sc-ia-v2-preview .sc-ia-value-link--halow {
  color: #075a65;
  background: #eefafa;
  border-color: #9bcfd0;
}

body.sc-ia-v2-preview .sc-ia-value-link--ahpc {
  padding-inline: 9px;
  background: #fff;
}

body.sc-ia-v2-preview .sc-ia-value-link__ahpc-logo {
  width: 81px;
  height: auto;
  object-fit: contain;
}

.cl-ia-globalbar {
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 8px 0;
}

.cl-ia-brand-lockup {
  display: flex;
  grid-column: 1;
  grid-row: 1;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.cl-ia-logo {
  display: block;
  flex: 0 0 112px;
  width: 112px;
  height: 60px;
  overflow: hidden;
  text-decoration: none;
}

.cl-ia-logo__image {
  display: block;
  width: 112px;
  height: 60px;
  object-fit: contain;
  object-position: left center;
}

.cl-ia-brand-lockup .sc-ia-ai-brand {
  flex-basis: 174px;
  width: 174px;
}

.cl-ia-globalbar > .cl-ia-value-links {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
}

.cl-ia-globalbar > .cl-ia-global-nav {
  grid-column: 1 / -1;
  grid-row: 2;
}

.cl-ia-globalbar > .cl-ia-language {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
}

.sc-ai-ready-card {
  padding: clamp(24px, 4vw, 42px);
  background: #fff;
  border: 1px solid #b8ccda;
  border-radius: 20px;
  box-shadow: 0 16px 38px rgba(9, 42, 72, 0.09);
}

.sc-ai-ready-card--compact {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(24px, 5vw, 64px);
}

.sc-ai-ready-card :where(h2, h3, p) {
  color: var(--sc-ia-navy);
}

.sc-ai-ready-card h2 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 44px);
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.sc-ai-ready-card p {
  line-height: 1.8;
}

.sc-ai-ready-card__lead {
  margin: 14px 0 0;
  color: var(--sc-ia-blue-dark) !important;
  font-size: clamp(21px, 2.2vw, 30px);
  font-weight: 900;
}

.sc-ai-ready-card__definition {
  padding: 13px 16px;
  background: #eef6ff;
  border-left: 4px solid var(--sc-ia-blue);
}

.sc-ai-ready-checks,
.sc-wireless-oem__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.sc-ai-ready-checks > article,
.sc-wireless-oem__grid > article {
  min-width: 0;
  padding: 22px;
  background: #f7fafc;
  border: 1px solid #c7d7e2;
  border-radius: 14px;
}

.sc-ai-ready-checks h3,
.sc-wireless-oem__grid h3,
.sc-ai-ready-boundaries h3 {
  margin: 0 0 10px;
  color: var(--sc-ia-navy);
  font-size: 18px;
  line-height: 1.4;
}

.sc-ai-ready-checks p,
.sc-wireless-oem__grid p {
  margin: 0;
  color: #40566a;
  line-height: 1.75;
}

.sc-ai-ready-boundaries {
  margin-top: 20px;
  padding: 22px;
  color: #fff;
  background: var(--sc-ia-navy);
  border-radius: 14px;
}

.sc-ai-ready-boundaries h3,
.sc-ai-ready-boundaries li {
  color: #fff;
}

.sc-ai-ready-boundaries ul {
  margin: 0;
  padding-left: 20px;
}

.sc-ai-ready-boundaries li + li {
  margin-top: 8px;
}

.sc-juancloud-wordmark {
  color: #c8102e;
  font-family: "Eurostile Extended", "Eurostile", "Microgramma D Extended", "Bank Gothic", "Arial Black", sans-serif;
  font-stretch: expanded;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.sc-value-grid {
  align-items: stretch;
  margin-top: 28px;
}

.sc-value-grid > .sc-value-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 15px;
  overflow: hidden;
  padding: 22px;
  background: #fff;
  border: 1px solid #c8d6e1;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(9, 42, 72, 0.08);
}

.sc-value-card > :where(h3, p, .sc-ia-eyebrow, .sc-ia-text-link) {
  margin-top: 0;
  margin-bottom: 0;
}

.sc-value-card > .sc-ia-text-link {
  margin-top: auto;
}

.sc-value-card-media {
  display: block;
  overflow: hidden;
  margin: -22px -22px 2px;
  background: #dce6ed;
  border-bottom: 1px solid #c8d6e1;
}

.sc-value-card-media img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.sc-value-card--halow .sc-value-card-media img {
  object-position: center 43%;
}

.sc-value-card-media figcaption {
  padding: 9px 12px;
  color: #40566a;
  background: #f8fafc;
  font-size: 11px;
  line-height: 1.45;
}

.sc-warranty-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.sc-warranty-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  padding: 14px 8px 12px;
  color: #16324c;
  background: #f8fbfd;
  border: 1px solid #cdd9e2;
  border-radius: 13px;
  text-align: center;
}

.sc-warranty-card > strong {
  min-height: 3.1em;
  font-size: 12px;
  line-height: 1.45;
}

.sc-warranty-period {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 3px 0 1px;
  line-height: 0.9;
}

.sc-warranty-number {
  font-size: clamp(52px, 5vw, 72px);
  font-weight: 950;
  letter-spacing: -0.08em;
}

.sc-warranty-number--2 {
  color: #1768d3;
}

.sc-warranty-number--7 {
  color: #d52236;
}

.sc-warranty-unit {
  margin: 0 0 7px 4px;
  font-size: 12px;
  font-weight: 850;
}

.sc-warranty-card > b {
  font-size: 12px;
  line-height: 1.35;
}

.sc-warranty-card > small {
  margin-top: 5px;
  color: #5b6570;
  font-size: 10px;
  font-weight: 750;
}

.sc-warranty-card--new {
  background: #eff6ff;
  border-color: #9dbfe7;
}

.sc-warranty-card--refurbished {
  background: #fff2f3;
  border-color: #e2a5ad;
}

.sc-ai-search-visual {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 15px;
  padding: clamp(22px, 4vw, 36px);
  color: #eef7ff;
  background: linear-gradient(145deg, #081f37, #0b4262 65%, #0b5d68);
  border: 1px solid #3b718c;
  border-radius: 20px;
  box-shadow: 0 20px 44px rgba(4, 31, 53, 0.22);
}

.sc-ai-search-visual > :where(strong, p) {
  margin: 0;
  color: inherit;
}

.sc-ai-search-visual > strong {
  font-size: clamp(20px, 2.4vw, 29px);
  line-height: 1.35;
}

.sc-ai-search-label {
  width: fit-content;
  padding: 5px 9px;
  color: #06324b;
  background: #b8ecf0;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
}

.sc-ai-search-query {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  padding: 11px 15px;
  color: #102f47;
  background: #fff;
  border: 2px solid #75cbd1;
  border-radius: 12px;
  font-weight: 850;
}

.sc-ai-search-query > [aria-hidden="true"] {
  color: #0b7380;
  font-size: 25px;
}

.sc-ai-search-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.sc-ai-search-results > span {
  display: flex;
  min-height: 92px;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
  color: #15344b;
  background: linear-gradient(150deg, #f7fbfd, #dbe8ef);
  border: 1px solid #a7c4d2;
  border-radius: 11px;
}

.sc-ai-search-results b {
  color: #0c6d7a;
  font-size: 24px;
}

.sc-ai-search-results small {
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
}

.sc-ai-search-visual .sc-ia-boundary {
  color: #f6fbff;
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.5);
}

.sc-partner-module .container {
  padding: clamp(24px, 4vw, 42px);
  background: linear-gradient(135deg, #eef7ff, #f6fbfa);
  border: 1px solid #b7cede;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(8, 54, 88, 0.08);
}

.sc-install-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.sc-ia-construction .sc-ia-entry-hero .sc-ia-entry-media img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.sc-install-card {
  overflow: hidden;
  margin: 0;
  background: #f8fafc;
  border: 1px solid #c8d6e1;
  border-radius: 15px;
}

.sc-install-card img {
  display: block;
  width: 100%;
  height: 290px;
  object-fit: contain;
  background: #dfe7ed;
}

.sc-install-card figcaption {
  display: grid;
  gap: 5px;
  padding: 14px 16px 16px;
  color: #40566a;
  font-size: 12px;
  line-height: 1.45;
}

.sc-install-card figcaption strong {
  color: var(--sc-ia-navy);
  font-size: 14px;
}

@media (max-width: 1199px) {
  body.sc-ia-v2-preview .sc-nav-wrap > .sc-ia-value-links,
  body.sc-ia-v2-preview .cl-ia-globalbar > .cl-ia-value-links {
    display: none;
  }

  body.sc-ia-v2-preview .sc-ia-ai-brand .sc-ai-brand__subtitle,
  body .cl-ia-brand-lockup > .sc-ia-ai-brand .sc-ai-brand__subtitle {
    display: block !important;
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.2;
  }

  .cl-ia-globalbar {
    grid-template-columns: minmax(0, 1fr) auto 44px;
  }

  body .cl-ia-brand-lockup > .sc-ia-ai-brand {
    flex-basis: 148px;
    width: 148px;
    min-height: 42px;
    padding-left: 15px;
  }

  body .cl-ia-brand-lockup > .sc-ia-ai-brand .sc-ai-brand__title strong {
    font-size: 26px;
  }

  body .cl-ia-brand-lockup > .sc-ia-ai-brand .sc-ai-brand__title span {
    font-size: 14px;
  }

  body .cl-ia-brand-lockup > .sc-ia-ai-brand .sc-ai-brand__subtitle {
    display: block !important;
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.2;
  }

  .cl-ia-brand-lockup {
    grid-column: 1;
    grid-row: 1;
  }

  .cl-ia-mobile-consult {
    grid-column: 2;
    grid-row: 1;
    min-width: 44px;
  }

  .cl-ia-menu-toggle {
    grid-column: 3;
    grid-row: 1;
  }

  .cl-ia-globalbar > .cl-ia-global-nav {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  body.sc-ia-v2-preview .sc-ia-drawer-value > a,
  .cl-ia-global-nav > .sc-ia-drawer-value {
    color: #07516a !important;
    background: #f0f8fa;
    border-color: #b7d6dc;
  }

  body.sc-ia-v2-preview .sc-ia-drawer-ahpc,
  .cl-ia-global-nav > .sc-ia-drawer-ahpc {
    display: flex;
    align-items: center;
    gap: 9px;
  }
}

body.sc-ia-route-construction .sc-ia-section--dark .sc-ia-process > li {
  color: var(--sc-ia-navy);
}

@media (max-width: 767px) {
  body.sc-ia-v2-preview .sc-brand-lockup {
    gap: 7px;
    overflow: hidden;
  }

  body.sc-ia-v2-preview .sc-brand-lockup .sc-logo {
    flex: 0 0 88px;
    width: 88px;
  }

  body.sc-ia-v2-preview .sc-ia-ai-brand {
    display: flex !important;
    flex: 0 0 112px;
    width: 112px;
    min-height: 44px;
    padding-left: 8px;
    white-space: normal;
  }

  body.sc-ia-v2-preview .sc-ia-ai-brand::before {
    top: 3px;
    bottom: 3px;
  }

  body.sc-ia-v2-preview .sc-ia-ai-brand .sc-ai-brand__title {
    gap: 3px;
  }

  body.sc-ia-v2-preview .sc-ia-ai-brand .sc-ai-brand__title strong {
    font-size: 19px;
  }

  body.sc-ia-v2-preview .sc-ia-ai-brand .sc-ai-brand__title span {
    font-size: 9px;
    letter-spacing: 0;
  }

  body.sc-ia-v2-preview .sc-ia-ai-brand .sc-ai-brand__subtitle {
    display: block !important;
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.2;
  }

  .cl-ia-brand-lockup {
    gap: 7px;
    overflow: hidden;
  }

  .cl-ia-brand-lockup .cl-ia-logo,
  .cl-ia-brand-lockup .cl-ia-logo__image {
    flex-basis: 82px;
    width: 82px;
    height: 44px;
  }

  body .cl-ia-brand-lockup > .sc-ia-ai-brand {
    flex-basis: 104px;
    width: 104px;
    min-height: 44px;
    padding-left: 8px;
    white-space: normal;
  }

  body .cl-ia-brand-lockup > .sc-ia-ai-brand .sc-ai-brand__title strong {
    font-size: 19px;
  }

  body .cl-ia-brand-lockup > .sc-ia-ai-brand .sc-ai-brand__title span {
    font-size: 9px;
    letter-spacing: 0;
  }

  body .cl-ia-brand-lockup > .sc-ia-ai-brand .sc-ai-brand__subtitle {
    display: block;
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.2;
  }

  .sc-ai-ready-card--compact,
  .sc-ai-ready-checks,
  .sc-wireless-oem__grid {
    grid-template-columns: 1fr;
  }

  .sc-value-grid > .sc-value-card {
    padding: 18px;
  }

  .sc-value-card-media {
    margin: -18px -18px 0;
  }

  .sc-value-card-media img {
    height: 210px;
  }

  .sc-warranty-number {
    font-size: 54px;
  }

  .sc-ai-search-results,
  .sc-install-gallery {
    grid-template-columns: 1fr;
  }

  .sc-ai-search-results > span {
    min-height: 68px;
  }

  .sc-install-card img {
    height: min(72vw, 360px);
  }

  .sc-partner-module .container {
    width: min(calc(100% - 28px), var(--sc-ia-max));
  }
}

@media (max-width: 359px) {
  body.sc-ia-v2-preview .sc-ia-mobile-consult {
    min-width: 44px;
  }

  body.sc-ia-v2-preview .sc-brand-lockup .sc-logo {
    flex-basis: 72px;
    width: 72px;
  }

  body.sc-ia-v2-preview .sc-ia-ai-brand {
    flex: 0 1 96px;
    width: 96px;
    min-width: 0;
    padding-left: 6px;
  }

  body.sc-ia-v2-preview .sc-ia-ai-brand .sc-ai-brand__title strong {
    font-size: 17px;
  }

  body.sc-ia-v2-preview .sc-ia-ai-brand .sc-ai-brand__title span {
    font-size: 8px;
  }

  .cl-ia-brand-lockup .cl-ia-logo,
  .cl-ia-brand-lockup .cl-ia-logo__image {
    flex-basis: 72px;
    width: 72px;
    height: 39px;
  }

  body .cl-ia-brand-lockup > .sc-ia-ai-brand {
    flex: 0 1 96px;
    width: 96px;
    padding-left: 6px;
  }

  body .cl-ia-brand-lockup > .sc-ia-ai-brand .sc-ai-brand__title {
    gap: 3px;
  }

  body.sc-ia-v2-preview .sc-ia-ai-brand .sc-ai-brand__subtitle,
  body .cl-ia-brand-lockup > .sc-ia-ai-brand .sc-ai-brand__subtitle {
    font-size: 10px;
  }

  .sc-warranty-card {
    padding-inline: 5px;
  }

  .sc-warranty-card > strong {
    font-size: 11px;
  }
}

/* Customer pricing is server-gated; these rules do not affect existing sections. */
.sc-pricing-entry { margin: 18px 0 0; font-size: 14px; line-height: 1.7; }
.sc-pricing-entry a { min-height: 44px; white-space: normal; overflow-wrap: anywhere; }
.sc-ia-home .sc-ia-hero-copy > .sc-pricing-entry { margin: 12px 0 20px; font-size: 14px; line-height: 1.7; }
.sc-pricing { scroll-margin-top: 160px; }
.sc-pricing .container { max-width: 1050px; }
.sc-pricing-base { font-size: clamp(23px, 4vw, 34px); color: #15364d; }
.sc-pricing h3 { margin-top: 32px; }
.sc-pricing-list { padding-left: 1.4em; }
.sc-pricing-list li { margin: 12px 0; line-height: 1.8; }
.sc-pricing-group { border: 1px solid #cbd6de; border-radius: 12px; margin: 14px 0; padding: 0 18px; background: #fff; }
.sc-pricing-group summary { cursor: pointer; padding: 16px 0; min-height: 48px; font-weight: 700; line-height: 1.6; color: #15364d; }
.sc-pricing-group summary:focus-visible { outline: 3px solid #166b83; outline-offset: 4px; }
.sc-pricing-rows { margin: 0; }
.sc-pricing-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.65fr); gap: 18px; border-top: 1px solid #dbe3e9; padding: 18px 0; }
.sc-pricing-row dt, .sc-pricing-row dd { min-width: 0; margin: 0; overflow-wrap: anywhere; }
.sc-pricing-row dt { font-weight: 700; }
.sc-pricing-row dd strong { color: #15364d; }
.sc-pricing-row dd p { font-size: 14px; line-height: 1.7; margin: 6px 0 0; }
.sc-pricing-example { border-left: 4px solid #166b83; background: #f1f6f8; padding: 16px 20px; margin: 14px 0; overflow-wrap: anywhere; }
.sc-pricing-example h4 { font-size: 18px; margin: 0 0 8px; }
.sc-pricing-example p { margin: 0; }
.sc-pricing-version { font-size: 12px; overflow-wrap: anywhere; margin-top: 24px; }
@media (max-width: 600px) {
  .sc-pricing-row { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .sc-pricing-group { padding-inline: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  body.sc-ia-v2-preview *,
  body.sc-ia-v2-preview *::before,
  body.sc-ia-v2-preview *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Shared approved brand header; the 36ch offer below remains homepage-only. */
body.sc-ia-v2-preview .sc-site-brand-header .sc-home-ahpc {
  order: 2;
  display: flex;
  flex: 0 0 210px;
  align-items: center;
  justify-content: center;
  width: 210px;
  min-height: 44px;
  margin-inline: auto;
}
body.sc-ia-v2-preview .sc-site-brand-header .sc-home-ahpc img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 7 / 1;
  object-fit: contain;
}
body.sc-ia-v2-preview .sc-site-brand-header .sc-mainbar > .container > .sc-lang-switch {
  order: 3;
  margin-left: 0;
}
body.sc-ia-v2-preview .sc-site-brand-header .sc-ia-value-links { order: 4; }
body.sc-ia-v2-preview .sc-site-brand-header .sc-nav { order: 5; }
.sc-home-ahpc:focus-visible { outline: 3px solid #08768a; outline-offset: 4px; border-radius: 4px; }
.sc-home-brand-statement { padding-block: 12px; text-align: center; }
.sc-home-brand-statement p { margin: 0; color: var(--sc-ia-navy); font-size: 16px; font-weight: 650; line-height: 1.6; }
.sc-home-brand-statement [data-lang="en"] { font-size: 14px; }
/* Camera Lab keeps its own navigation and shares the approved brand row. */
.cl-ia-context.sc-site-brand-header .cl-ia-globalbar { grid-template-columns: auto minmax(180px, 1fr) auto auto; }
.cl-ia-context.sc-site-brand-header .sc-home-ahpc { display: flex; grid-column: 2; grid-row: 1; justify-self: center; align-items: center; width: 210px; max-width: 100%; min-height: 44px; }
.cl-ia-context.sc-site-brand-header .sc-home-ahpc img { display: block; width: 100%; height: auto; aspect-ratio: 7 / 1; object-fit: contain; }
.cl-ia-context.sc-site-brand-header .cl-ia-value-links { grid-column: 3; }
.cl-ia-context.sc-site-brand-header .cl-ia-language { grid-column: 4; }
body.cl-page .sc-home-brand-statement { width: min(calc(100% - 36px), 1380px); margin-inline: auto; }
.sc-ia-home .sc-36ch-hero {
  padding: clamp(24px, 3.3vw, 44px) 0 30px;
  background: radial-gradient(ellipse at 90% 12%, #d9f0ec 0, transparent 48%), linear-gradient(115deg, #f7faff 0%, #edf4f8 100%);
  border-bottom: 1px solid #d3e1e6;
}
.sc-36ch-hero .sc-ia-hero-grid { grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr); gap: 32px; align-items: start; }
.sc-36ch-hero .sc-ia-eyebrow { margin-bottom: 12px; font-size: 12px; letter-spacing: .09em; }
.sc-36ch-hero h1 { max-width: none; font-size: clamp(32px, 3.6vw, 48px); line-height: 1.24; letter-spacing: -.035em; }
.sc-36ch-hero .sc-ia-hero-copy > .sc-36ch-title { margin: 16px 0 0; font-size: 18px; line-height: 1.5; font-weight: 800; color: #183b51; }
.sc-36ch-hero .sc-36ch-title .sc-36ch-title-number { color: var(--sc-ia-blue); font-size: 28px; line-height: 1; font-weight: 900; }
.sc-36ch-offer { margin-top: 18px; padding: 16px 20px; background: #123c52; border: 1px solid #123c52; border-radius: 16px; box-shadow: 0 10px 25px rgb(18 60 82 / 12%); color: #fff; }
.sc-36ch-offer p { margin: 0; }
.sc-36ch-included { font-size: 14px; line-height: 1.45; font-weight: 700; color: #d0edf0; }
.sc-36ch-price { padding: 3px 0 10px; font-variant-numeric: tabular-nums; line-height: 1.05; }
.sc-36ch-price > span { display: flex; align-items: baseline; gap: 7px; flex-wrap: wrap; }
.sc-36ch-price strong { font-size: clamp(62px, 6vw, 78px); font-weight: 900; letter-spacing: -.04em; color: #fff; }
.sc-36ch-hero .sc-36ch-price > span > span { font-size: 28px; font-weight: 800; color: #fff; }
.sc-36ch-price small { font-size: 14px; color: #e0edf2; }
.sc-36ch-price > [data-lang="en"] strong { font-size: clamp(34px, 4.2vw, 54px); }
.sc-36ch-price > [data-lang="en"] small:last-child { flex-basis: 100%; font-size: 12px; }
.sc-36ch-reservation { padding-top: 10px; border-top: 1px solid #507787; font-size: 14px; line-height: 1.5; font-weight: 750; color: #ffe2a0; }
.sc-36ch-hero .sc-ia-hero-copy > .sc-36ch-renewal { margin: 15px 0 0; font-size: 15px; line-height: 1.6; color: #264d61; }
.sc-36ch-hero .sc-ia-actions { margin-top: 17px; gap: 10px 18px; }
.sc-36ch-hero .sc-ia-button--primary { min-height: 50px; background: #09697b; border-color: #09697b; }
.sc-36ch-hero .sc-ia-button--primary:hover { background: #075365; border-color: #075365; }
.sc-36ch-single-install { margin-top: 17px; padding-top: 13px; border-top: 1px solid #cedde4; }
.sc-36ch-single-install .sc-pricing-entry { margin: 0; font-size: 13px; line-height: 1.55; }
.sc-36ch-single-install > p:not(.sc-pricing-entry) { margin: 5px 0 0; font-size: 12px; line-height: 1.6; color: #526b7b; }
.sc-36ch-evidence { min-width: 0; padding-top: 5px; }
.sc-36ch-evidence .sc-ia-hero-media { border-radius: 18px; box-shadow: 0 16px 36px rgb(19 53 70 / 12%); background: #fff; }
.sc-36ch-evidence .sc-ia-hero-media img { aspect-ratio: 16 / 9; object-fit: contain; }
.sc-36ch-evidence figcaption { padding: 12px 16px; font-size: 12px; line-height: 1.65; color: #455c6b; }
.sc-36ch-warranty { display: flex; gap: 17px; align-items: center; margin-top: 18px; padding: 18px; border: 1px solid #b6d7cc; border-radius: 14px; background: #edf8f1; color: #174e39; }
.sc-36ch-warranty-number { flex: 0 0 auto; font-size: 78px; line-height: 1; font-weight: 900; letter-spacing: -.06em; }
.sc-36ch-warranty p { margin: 0 0 8px; font-size: 13px; line-height: 1.65; }
.sc-36ch-warranty strong { font-size: 22px; color: #174e39; }
.sc-36ch-warranty a { display: inline-block; font-size: 12px; line-height: 1.6; text-underline-offset: 3px; }
.sc-36ch-boundary { margin: 14px 2px 0; font-size: 12px; line-height: 1.75; color: #506776; }
@media (min-width: 1200px) {
  .sc-36ch-boundary { padding-right: 160px; }
}
@media (max-width: 1199px) {
  body.sc-ia-v2-preview .sc-site-brand-header .sc-home-ahpc { grid-column: 1 / -1; grid-row: 2; justify-self: center; width: 180px; min-height: 38px; margin: 0; }
  body.sc-ia-v2-preview .sc-site-brand-header .sc-brand-lockup,
  body.sc-ia-v2-preview .sc-site-brand-header .sc-ia-mobile-consult,
  body.sc-ia-v2-preview .sc-site-brand-header .sc-menu-toggle { grid-row: 1; }
  .cl-ia-context.sc-site-brand-header .cl-ia-globalbar { grid-template-columns: minmax(0, 1fr) auto 44px; }
  .cl-ia-context.sc-site-brand-header .sc-home-ahpc { grid-column: 1 / -1; grid-row: 2; width: 180px; }
  .sc-36ch-hero .sc-ia-hero-grid { gap: 24px; }
  .sc-36ch-hero h1 { font-size: 36px; }
}
@media (max-width: 767px) {
  body.sc-ia-v2-preview .sc-site-brand-header .sc-nav-wrap { row-gap: 2px; }
  body.sc-ia-v2-preview .sc-site-brand-header .sc-brand-lockup { display: contents; }
  body.sc-ia-v2-preview .sc-site-brand-header .sc-brand-lockup .sc-logo { grid-column: 1; grid-row: 1; }
  body.sc-ia-v2-preview .sc-site-brand-header .sc-ia-ai-brand { grid-column: 1; grid-row: 2; justify-self: start; width: 112px; max-width: 100%; padding-left: 0; }
  body.sc-ia-v2-preview .sc-site-brand-header .sc-ia-ai-brand::before { display: none; }
  body.sc-ia-v2-preview .sc-site-brand-header .sc-home-ahpc { grid-column: 2 / 4; grid-row: 2; justify-self: end; width: 120px; min-height: 44px; }
  .cl-ia-context.sc-site-brand-header .cl-ia-globalbar { row-gap: 2px; }
  .cl-ia-context.sc-site-brand-header .cl-ia-brand-lockup { display: contents; }
  .cl-ia-context.sc-site-brand-header .cl-ia-logo { grid-column: 1; grid-row: 1; }
  body .cl-ia-context.sc-site-brand-header .sc-ia-ai-brand { grid-column: 1; grid-row: 2; justify-self: start; width: 112px; max-width: 100%; padding-left: 0; }
  .cl-ia-context.sc-site-brand-header .sc-ia-ai-brand::before { display: none; }
  .sc-home-brand-statement { padding-block: 10px; text-align: left; }
  .sc-home-brand-statement p, .sc-home-brand-statement [data-lang="en"] { font-size: 14px; line-height: 1.6; }
  .sc-ia-home .sc-36ch-hero { padding-top: 22px; padding-bottom: 24px; }
  .sc-36ch-hero .sc-ia-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .sc-36ch-hero h1 { font-size: clamp(29px, 7.8vw, 38px); line-height: 1.28; }
  .sc-36ch-hero .sc-ia-eyebrow { font-size: 10px; letter-spacing: .045em; margin-bottom: 10px; }
  .sc-36ch-hero .sc-ia-hero-copy > .sc-36ch-title { font-size: 16px; margin-top: 12px; }
  .sc-36ch-hero .sc-36ch-title .sc-36ch-title-number { font-size: 24px; }
  .sc-36ch-offer { margin-top: 14px; padding: 14px 16px; border-radius: 13px; }
  .sc-36ch-price strong { font-size: 68px; }
  .sc-36ch-price > [data-lang="en"] strong { font-size: clamp(33px, 9vw, 43px); }
  .sc-36ch-included, .sc-36ch-reservation { font-size: 13px; }
  .sc-36ch-hero .sc-ia-actions { margin-top: 14px; }
  .sc-36ch-hero .sc-ia-button { width: 100%; padding-inline: 12px; font-size: 14px; }
  .sc-36ch-single-install { margin-top: 14px; }
  .sc-36ch-warranty { padding: 14px; gap: 12px; }
  .sc-36ch-warranty-number { font-size: 66px; }
  .sc-36ch-warranty strong { font-size: 20px; }
}
