/* Shared type and controls. */
.kicker { margin-bottom: 18px; color: var(--uci-teal); font-size: 12px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.breadcrumbs { position: static; display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; color: rgba(255,255,255,.58); font-size: 13px; }
.about-hero .breadcrumbs,
.article-hero .breadcrumbs,
.case-hero .breadcrumbs,
.cases-hero .breadcrumbs,
.contact-hero .breadcrumbs,
.resources-hero .breadcrumbs { position: absolute; top: 24px; left: 0; }
.solutions-hero .breadcrumbs { position: absolute; top: 24px; left: 0; }
.breadcrumbs a:hover { color: var(--uci-white); }
.button { min-height: 48px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; font-weight: 700; transition: background var(--uci-fast), color var(--uci-fast), border-color var(--uci-fast); }
.button-primary { background: var(--uci-forest); color: var(--uci-white); }
.button-primary:hover { background: #1d3b32; }
.button-ghost { border-color: #aeb7b2; color: var(--uci-forest); background: transparent; }
.button-ghost:hover { border-color: var(--uci-forest); background: transparent; }
.section-heading, .catalog-heading, .product-section-heading { margin-bottom: clamp(34px,4vw,56px); }
.section-heading h2, .catalog-heading h2, .product-section-heading h2 { margin-bottom: 16px; font-size: clamp(32px,4.2vw,58px); }
.section-heading > p:last-child, .catalog-heading > p, .product-section-heading > p { max-width: 680px; color: var(--uci-muted); font-size: 17px; }
.content-review { padding-block: 38px; background: #ebe8df; border-block: 1px solid var(--uci-line); }
.content-review-inner { display: grid; grid-template-columns: 1fr 1.6fr; gap: 32px 64px; align-items: start; }
.content-review h2 { margin: 0; font-size: 24px; }
.content-review p { color: var(--uci-muted); }
.content-review dl { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; margin: 0; }
.content-review dl div { padding-top: 15px; border-top: 1px solid var(--uci-line); }
.content-review dt { color: var(--uci-muted); font-size: 12px; }
.content-review dd { margin: 4px 0 0; }

/* Homepage template. */
.home-page { background: var(--uci-paper); }
.hero { min-height: clamp(600px, calc(100vh - var(--uci-header)), 790px); position: relative; display: grid; align-items: stretch; color: var(--uci-paper); background: var(--uci-forest-950) url("../images/hero/inspection-glass-wide.webp") center / cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,22,18,.96) 0%, rgba(7,22,18,.79) 31%, rgba(7,22,18,.18) 60%, rgba(7,22,18,.05) 100%); }
.hero-inner { position: relative; display: flex; align-items: center; }
.hero-copy { width: min(560px,55%); }
.hero h1 { margin-bottom: 26px; font-size: clamp(58px,6.6vw,96px); letter-spacing: -.055em; }
.hero h1 span { display: block; color: var(--uci-paper); }
.hero-lead { max-width: 540px; color: rgba(242,239,230,.82); font-size: 18px; }
.hero-lead strong { display: block; margin-bottom: 10px; color: var(--uci-gold); }
.hero-actions, .catalog-hero-actions, .product-hero-actions, .product-final-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-evidence { position: absolute; right: 0; bottom: 34px; width: min(390px,34vw); padding: 16px 20px; background: rgba(7,22,18,.76); border-left: 3px solid var(--uci-teal); backdrop-filter: blur(8px); }
.hero-evidence strong, .hero-evidence span { display: block; }
.hero-evidence span { margin-top: 4px; color: rgba(242,239,230,.68); font-size: 13px; }
.solution-finder { padding-block: var(--uci-section); background: var(--uci-paper); overflow: hidden; }
.solution-intro { display: grid; grid-template-columns: 1fr minmax(280px,480px); align-items: end; gap: 20px 64px; }
.solution-intro .kicker { grid-column: 1 / -1; margin-bottom: 0; }
.solution-intro h2 { margin-bottom: 0; }
.solution-intro > p:last-child { margin-bottom: 5px; }
.solution-groups { display: flex; gap: 8px; margin-bottom: 24px; overflow-x: auto; scrollbar-width: none; }
.solution-groups button, .catalog-filters button { min-height: 42px; padding: 0 18px; border: 1px solid var(--uci-line); background: transparent; color: var(--uci-muted); cursor: pointer; white-space: nowrap; }
.solution-groups button.is-active, .catalog-filters button.is-active { background: var(--uci-forest-800); border-color: var(--uci-forest-800); color: var(--uci-white); }
.solution-path-carousel { position: relative; }
.solution-paths { --card-width: min(560px,42vw); display: flex; gap: 16px; overflow-x: auto; padding-inline: max(var(--uci-gutter), calc((100vw - var(--uci-container))/2)); padding-bottom: 14px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.solution-path { position: relative; flex: 0 0 var(--card-width); height: clamp(510px,60vh,650px); overflow: hidden; scroll-snap-align: start; background: var(--uci-forest-900); color: var(--uci-white); box-shadow: var(--uci-shadow); }
.solution-path > img { width: 100%; height: 100%; object-fit: cover; }
.solution-path-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 34%, rgba(7,22,18,.9) 100%); }
.solution-path-content { position: absolute; right: 0; bottom: 0; left: 0; padding: clamp(24px,3vw,38px); }
.solution-path-audience { margin-bottom: 10px; color: var(--uci-gold); font-size: 12px; font-weight: 700; }
.solution-path h3 { margin-bottom: 12px; font-size: clamp(27px,2.5vw,38px); }
.solution-path-content > p:not(.solution-path-audience) { max-width: 500px; margin-bottom: 0; color: rgba(255,255,255,.78); }
.solution-path-actions { display: flex; align-items: center; gap: 22px; margin-top: 22px; }
.solution-path-actions .button { min-height: 43px; padding-inline: 20px; }
.solution-path-link { padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.38); font-weight: 700; }
.carousel-arrow { position: absolute; z-index: 2; top: 50%; width: 54px; height: 72px; transform: translateY(-50%); border: 0; background: rgba(255,255,255,.93); color: var(--uci-ink); font-size: 35px; box-shadow: 0 12px 30px rgba(7,22,18,.16); cursor: pointer; }
.carousel-previous { left: 20px; }
.carousel-next { right: 20px; }
.carousel-arrow:disabled { opacity: 0; pointer-events: none; }
.solution-assist { margin-top: 26px; padding: 22px 0; display: flex; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--uci-line); }
.solution-assist strong, .solution-assist span { display: block; }
.solution-assist span { color: var(--uci-muted); }
.solution-assist > a { align-self: center; color: var(--uci-teal); font-weight: 700; }
.finder-other-routes { padding-top: 22px; display: flex; justify-content: space-between; color: var(--uci-muted); font-size: 14px; }
.finder-other-routes a { color: var(--uci-ink); font-weight: 700; }
.why-uci-banner, .catalog-support, .support-banner { position: relative; min-height: 540px; display: grid; align-items: center; overflow: hidden; background: var(--uci-forest-950); color: var(--uci-white); }
.why-uci-background, .catalog-support > img, .support-banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.why-uci-shade, .catalog-support-shade, .support-banner-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,22,18,.94), rgba(7,22,18,.55) 52%, rgba(7,22,18,.12)); }
.why-uci-inner, .catalog-support-inner, .support-banner-inner { position: relative; }
.why-uci-copy { max-width: 560px; }
.why-uci-copy h2, .catalog-support h2, .support-banner h2 { margin-bottom: 20px; font-size: clamp(42px,5.2vw,72px); }
.why-uci-lead { max-width: 520px; color: rgba(255,255,255,.78); font-size: 19px; }
.visit-uci { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 520px; background: var(--uci-surface); }
.visit-map iframe { width: 100%; height: 100%; min-height: 520px; border: 0; filter: saturate(.68) contrast(.95); }
.visit-info { display: grid; align-items: center; padding: var(--uci-gutter); }
.visit-info-inner { max-width: 520px; }
.visit-info h2 { margin-bottom: 20px; font-size: clamp(38px,4vw,58px); }
.visit-intro { color: var(--uci-muted); }
.visit-details { margin-block: 30px; }
.visit-details > div { padding-block: 14px; border-top: 1px solid var(--uci-line); }
.visit-details dt { color: var(--uci-muted); font-size: 12px; }
.visit-details dd { margin: 4px 0 0; }
.visit-actions { display: flex; align-items: center; gap: 22px; }
.visit-call { padding-bottom: 3px; border-bottom: 1px solid var(--uci-line); font-weight: 700; }

/* One internal-page hero system shared by catalog and products. */
.catalog-hero, .product-hero { position: relative; color: var(--uci-white); background: var(--uci-forest-900); overflow: hidden; }
.catalog-hero { min-height: 520px; background-image: linear-gradient(90deg, rgba(7,22,18,.97), rgba(7,22,18,.72) 55%, rgba(7,22,18,.35)), url("../images/hero/inspection-glass-wide.webp"); background-position: center; background-size: cover; }
.catalog-hero-inner { min-height: 520px; padding-block: 44px 58px; display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: auto 1fr; gap: 20px 70px; align-items: end; }
.catalog-hero .breadcrumbs { grid-column: 1 / -1; align-self: start; }
.catalog-hero-copy { max-width: 720px; }
.catalog-hero h1, .product-hero h1 { margin-bottom: 22px; font-size: clamp(48px,5.4vw,76px); }
.product-hero h1 { font-size: clamp(48px,4.8vw,68px); }
.catalog-hero h1 span, .product-hero h1 span { color: var(--uci-gold); }
.catalog-hero-copy > p:not(.kicker), .product-hero-lead { max-width: 650px; color: rgba(255,255,255,.74); font-size: 17px; }
.catalog-hero-guide { align-self: end; padding: 26px; display: grid; gap: 9px; border: 1px solid var(--uci-line-dark); background: rgba(7,22,18,.5); backdrop-filter: blur(8px); }
.catalog-hero-guide strong { margin-bottom: 5px; color: var(--uci-gold); }
.catalog-hero-guide span { padding-top: 8px; border-top: 1px solid var(--uci-line-dark); color: rgba(255,255,255,.74); }

/* Catalog template. */
.catalog-products { padding-block: var(--uci-section); background: var(--uci-paper); }
.catalog-heading { display: grid; grid-template-columns: 1fr minmax(300px,520px); gap: 30px 70px; align-items: end; }
.catalog-heading .kicker { grid-column: auto; }
.catalog-heading h2 { margin-bottom: 0; }
.catalog-heading > p { margin-bottom: 4px; }
.catalog-filters { margin-bottom: 32px; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.catalog-filters button span { margin-left: 5px; opacity: .65; }
.product-catalog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.catalog-card { min-width: 0; display: flex; flex-direction: column; background: var(--uci-surface); border: 1px solid var(--uci-line); box-shadow: 0 0 0 rgba(0,0,0,0); transition: transform var(--uci-fast), box-shadow var(--uci-fast); }
.catalog-card:hover { transform: translateY(-4px); box-shadow: var(--uci-shadow); }
.catalog-card[hidden] { display: none; }
.catalog-card-media { position: relative; height: 260px; overflow: hidden; background: var(--uci-forest-900); }
.catalog-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.catalog-card:hover .catalog-card-media img { transform: scale(1.025); }
.catalog-card-media > span { position: absolute; top: 16px; left: 16px; padding: 6px 10px; background: rgba(7,22,18,.82); color: var(--uci-white); font-size: 12px; }
.catalog-card-body { flex: 1; padding: 25px; display: flex; flex-direction: column; }
.catalog-model { margin-bottom: 10px; color: var(--uci-teal); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.catalog-card h3 { margin-bottom: 12px; font-size: 24px; }
.catalog-card-body > p:not(.catalog-model) { color: var(--uci-muted); }
.catalog-card dl { margin-block: auto 20px; padding-top: 14px; border-top: 1px solid var(--uci-line); }
.catalog-card dl div { display: grid; grid-template-columns: 54px 1fr; gap: 10px; margin-top: 7px; }
.catalog-card dt { color: var(--uci-muted); font-size: 12px; }
.catalog-card dd { margin: 0; font-size: 13px; }
.catalog-card-link { width: fit-content; padding-bottom: 3px; color: var(--uci-forest-800); border-bottom: 1px solid currentColor; font-weight: 700; }
.catalog-status { margin-top: 26px; color: var(--uci-muted); text-align: center; }
.catalog-routing { padding-block: var(--uci-section); background: var(--uci-forest-800); color: var(--uci-white); }
.catalog-heading-light > p { color: rgba(255,255,255,.66); }
.routing-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border: 1px solid var(--uci-line-dark); }
.routing-grid article { min-height: 190px; padding: 28px; border-left: 1px solid var(--uci-line-dark); }
.routing-grid article:first-child { border-left: 0; }
.routing-grid strong { display: block; margin-bottom: 30px; color: var(--uci-gold); font-size: 13px; }
.routing-grid h3 { font-size: 22px; }
.routing-grid p { margin-bottom: 0; color: rgba(255,255,255,.65); font-size: 14px; }
.catalog-support { min-height: 500px; }
.catalog-support-inner { max-width: var(--uci-container); }
.catalog-support-inner > p:not(.kicker) { max-width: 600px; color: rgba(255,255,255,.72); }

/* Product detail template. */
.product-hero { min-height: 620px; }
.product-hero-media { position: absolute; inset: 0 0 0 46%; background: var(--uci-forest-950); }
.product-hero-media img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.product-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, var(--uci-forest-950) 0%, rgba(7,22,18,.98) 38%, rgba(7,22,18,.74) 54%, rgba(7,22,18,.08) 78%); }
.product-hero-inner { position: relative; min-height: 620px; padding-block: 44px 58px; display: grid; grid-template-rows: auto 1fr; }
.product-hero-copy { align-self: center; max-width: 700px; }
.product-hero-note { margin-top: 20px; color: rgba(255,255,255,.55); font-size: 13px; }
.decision-strip { background: var(--uci-forest-800); color: var(--uci-white); }
.decision-strip-grid { min-height: 98px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); align-items: center; }
.decision-strip-grid > div { min-height: 54px; padding: 4px 24px; border-left: 1px solid var(--uci-line-dark); display: grid; align-content: center; }
.decision-strip-grid > div:first-child { padding-left: 0; border-left: 0; }
.decision-strip small, .decision-strip strong { display: block; }
.decision-strip small { color: var(--uci-gold); font-size: 11px; }
.product-section { padding-block: var(--uci-section); }
.product-section:nth-of-type(even) { background: var(--uci-surface); }
.split-heading { display: grid; grid-template-columns: 1fr minmax(320px,540px); gap: 40px 70px; align-items: end; }
.split-heading h2 { margin-bottom: 0; }
.fit-grid, .evidence-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border: 1px solid var(--uci-line); }
.fit-card, .evidence-grid article { min-height: 230px; padding: 28px; border-left: 1px solid var(--uci-line); }
.fit-card:first-child, .evidence-grid article:first-child { border-left: 0; }
.fit-number, .evidence-index { display: block; margin-bottom: 42px; color: var(--uci-teal); font-size: 13px; font-weight: 700; }
.fit-card h3, .evidence-grid h3 { font-size: 22px; }
.fit-card p, .evidence-grid p { color: var(--uci-muted); font-size: 14px; }
.alternative-route { margin-top: 24px; padding: 24px 28px; display: flex; justify-content: space-between; align-items: center; gap: 24px; background: #ebe8df; }
.alternative-route strong, .alternative-route span { display: block; }
.alternative-route span { color: var(--uci-muted); }
.scene-decision { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 600px; background: var(--uci-forest-900); color: var(--uci-white); }
.scene-media img { width: 100%; height: 100%; object-fit: cover; }
.scene-copy { padding: var(--uci-gutter); display: grid; align-items: center; }
.scene-copy-inner { max-width: 560px; }
.scene-copy h2 { margin-bottom: 20px; font-size: clamp(38px,4vw,58px); }
.scene-copy-inner > p:not(.kicker) { color: rgba(255,255,255,.67); }
.scene-checklist { margin-block: 28px; padding: 0; list-style: none; counter-reset: scene; }
.scene-checklist li { counter-increment: scene; padding: 12px 0 12px 40px; position: relative; border-top: 1px solid var(--uci-line-dark); }
.scene-checklist li::before { content: counter(scene,decimal-leading-zero); position: absolute; left: 0; color: var(--uci-gold); font-size: 12px; }
.configuration-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.configuration-card { padding: 28px; background: var(--uci-surface); border: 1px solid var(--uci-line); }
.configuration-card.is-featured { background: var(--uci-forest-800); color: var(--uci-white); }
.configuration-label { color: var(--uci-teal); font-size: 12px; font-weight: 700; }
.configuration-card.is-featured .configuration-label { color: var(--uci-gold); }
.configuration-card h3 { margin-block: 16px; font-size: 28px; }
.configuration-card dl, .specification-details dl { margin: 0; }
.configuration-card dl div, .specification-details dl div { padding-block: 10px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 16px; border-top: 1px solid var(--uci-line); }
.configuration-card.is-featured dl div { border-color: var(--uci-line-dark); }
.configuration-card dt, .specification-details dt { color: var(--uci-muted); font-size: 12px; }
.configuration-card.is-featured dt { color: rgba(255,255,255,.58); }
.configuration-card dd, .specification-details dd { margin: 0; }
.specification-grid { margin-top: 20px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.specification-details { padding: 28px; border: 1px solid var(--uci-line); }
.support-banner { min-height: 520px; }
.support-banner-inner { max-width: var(--uci-container); }
.support-banner-inner > div { max-width: 600px; }
.story-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.story-card { min-height: 260px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--uci-line); background: var(--uci-surface); }
.story-card-primary { background: var(--uci-forest-800); color: var(--uci-white); }
.story-card h3 { font-size: 25px; }
.story-card p { color: var(--uci-muted); }
.story-card-primary p { color: rgba(255,255,255,.62); }
.story-card a { margin-top: auto; font-weight: 700; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px 90px; }
.faq-list details { border-top: 1px solid var(--uci-line); }
.faq-list summary { padding-block: 20px; cursor: pointer; font-weight: 700; }
.faq-list details p { padding-bottom: 20px; color: var(--uci-muted); }
.source-note { color: var(--uci-muted); font-size: 13px; }
.product-final-cta { padding-block: clamp(64px,7vw,90px); background: var(--uci-forest-800); color: var(--uci-white); }
.product-final-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.product-final-cta h2 { margin-bottom: 14px; font-size: clamp(36px,4vw,56px); }
.product-final-cta p { max-width: 620px; margin-bottom: 0; color: rgba(255,255,255,.66); }

@media (max-width: 1000px) {
  .product-catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .routing-grid, .fit-grid, .evidence-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .routing-grid article:nth-child(3), .fit-card:nth-child(3), .evidence-grid article:nth-child(3) { border-left: 0; }
  .routing-grid article:nth-child(n+3), .fit-card:nth-child(n+3), .evidence-grid article:nth-child(n+3) { border-top: 1px solid var(--uci-line-dark); }
  .fit-card:nth-child(n+3), .evidence-grid article:nth-child(n+3) { border-top-color: var(--uci-line); }
  .solution-paths { --card-width: min(600px,62vw); }
}

@media (max-width: 780px) {
  .hero { min-height: 660px; background-position: 64% center; }
  .hero::before { background: linear-gradient(180deg, rgba(7,22,18,.76), rgba(7,22,18,.91) 72%); }
  .hero-inner { align-items: end; padding-bottom: 112px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(48px,15vw,68px); }
  .hero-evidence { right: var(--uci-gutter); bottom: 22px; left: var(--uci-gutter); width: auto; }
  .solution-intro, .catalog-heading, .split-heading, .content-review-inner, .faq-layout { grid-template-columns: 1fr; gap: 12px; }
  .solution-intro .kicker { grid-column: auto; }
  .solution-paths { --card-width: calc(100vw - 42px); gap: 12px; }
  .solution-path { height: 560px; }
  .carousel-arrow { width: 44px; height: 60px; }
  .carousel-previous { left: 8px; }
  .carousel-next { right: 8px; }
  .solution-path-actions { align-items: flex-start; flex-direction: column; }
  .solution-assist, .finder-other-routes, .product-final-cta-inner { align-items: flex-start; flex-direction: column; }
  .visit-uci, .scene-decision { grid-template-columns: 1fr; }
  .visit-map iframe { min-height: 320px; }
  .catalog-hero-inner { min-height: 580px; padding-block: 30px 42px; grid-template-columns: 1fr; gap: 28px; }
  .catalog-hero-guide { display: none; }
  .catalog-hero h1, .product-hero h1 { font-size: clamp(42px,12vw,58px); }
  .product-hero { min-height: 0; display: flex; flex-direction: column; }
  .product-hero-media { position: relative; inset: auto; order: 0; width: 100%; height: clamp(300px, 64vw, 430px); }
  .product-hero-media img { object-fit: contain; object-position: center; }
  .product-hero-shade { top: 0; bottom: auto; height: clamp(300px, 64vw, 430px); background: linear-gradient(180deg, rgba(7,22,18,.08), rgba(7,22,18,.48)); }
  .product-hero-inner { order: 1; min-height: 0; padding-block: 28px 46px; display: block; }
  .product-hero .breadcrumbs { margin-bottom: 24px; }
  .product-hero-copy { max-width: none; }
  .decision-strip-grid { grid-template-columns: repeat(2,minmax(0,1fr)); padding-block: 12px; }
  .decision-strip-grid > div:nth-child(odd) { padding-left: 0; border-left: 0; }
  .decision-strip-grid > div:nth-child(n+3) { margin-top: 10px; padding-top: 14px; border-top: 1px solid var(--uci-line-dark); }
  .product-catalog-grid, .configuration-grid, .specification-grid, .story-grid { grid-template-columns: 1fr; }
  .catalog-card-media { height: 280px; }
  .routing-grid, .fit-grid, .evidence-grid { grid-template-columns: 1fr; }
  .routing-grid article, .fit-card, .evidence-grid article { min-height: 0; border-left: 0; border-top: 1px solid var(--uci-line); }
  .routing-grid article { border-top-color: var(--uci-line-dark); }
  .routing-grid article:first-child, .fit-card:first-child, .evidence-grid article:first-child { border-top: 0; }
  .fit-number, .evidence-index { margin-bottom: 18px; }
  .alternative-route { align-items: flex-start; flex-direction: column; }
  .scene-media { min-height: 380px; }
  .content-review dl { grid-template-columns: 1fr; }
}
