.ollv1 {
  --oll-bg: #07090c;
  --oll-panel: #11151b;
  --oll-text: #f2f4f7;
  --oll-muted: #9aa3b1;
  --oll-line: #343b45;
  --oll-blue: #3d6fda;
  background: var(--oll-bg);
  color: var(--oll-text);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.ollv1 * { box-sizing: border-box; }
.ollv1 a { color: inherit; }
.ollv1-width { width: min(1540px, calc(100% - 96px)); margin: 0 auto; }
.ollv1-eyebrow { margin: 0 0 18px; color: #5f8bf1; font-size: 13px; font-weight: 700; text-transform: uppercase; }

.ollv1-hero { position: relative; min-height: 650px; overflow: hidden; background: #080a0d; }
.ollv1-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 67%; }
.ollv1-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,6,9,.96) 0%, rgba(4,6,9,.7) 48%, rgba(4,6,9,.24) 100%); }
.ollv1-hero-content { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(360px,.75fr); grid-template-rows: auto 1fr auto; gap: 36px 90px; min-height: 650px; padding: 48px 0; }
.ollv1-breadcrumbs { grid-column: 1 / -1; display: flex; align-items: center; gap: 12px; color: #c7cdd6; font-size: 13px; }
.ollv1-breadcrumbs a { text-decoration: none; }
.ollv1-hero-copy { align-self: center; max-width: 820px; }
.ollv1-hero h1 { max-width: 860px; margin: 0 0 24px; font-size: 72px; line-height: 1.02; font-weight: 500; letter-spacing: 0; }
.ollv1-hero-copy > p:last-child { max-width: 690px; margin: 0; color: #dce1e8; font-size: 19px; line-height: 1.55; }
.ollv1-hero-facts { grid-column: 2; grid-row: 2 / 4; align-self: end; margin: 0; border-top: 1px solid rgba(255,255,255,.34); }
.ollv1-hero-facts div { display: flex; justify-content: space-between; gap: 30px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.ollv1-hero-facts dt { color: #b9c0ca; }
.ollv1-hero-facts dd { margin: 0; max-width: 235px; text-align: right; font-size: 19px; font-weight: 700; }

.ollv1-shell { display: grid; grid-template-columns: minmax(250px,300px) minmax(0,1fr); gap: 72px; width: min(1760px, calc(100% - 64px)); margin: 0 auto; padding: 88px 0 0; align-items: start; }
.ollv1-rail { position: sticky; top: 92px; align-self: start; border-top: 1px solid var(--oll-line); }
.ollv1-rail-kicker { margin: 0; padding: 18px 8px 0; color: #5f8bf1; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.ollv1-rail-title { margin: 0; padding: 12px 8px 13px; border-bottom: 1px solid var(--oll-line); color: #8f97a3; font-size: 11px; font-weight: 700; line-height: 1; text-transform: uppercase; }
.ollv1-model-grid { display: grid; }
.ollv1-model-tab { display: grid; grid-template-columns: 78px minmax(0,1fr); align-items: center; gap: 13px; width: 100%; min-height: 96px; padding: 9px; border: 0; border-bottom: 1px solid var(--oll-line); background: transparent; color: var(--oll-muted); text-align: left; text-decoration: none; cursor: pointer; }
.ollv1-model-tab img { display: block; width: 78px; height: 78px; object-fit: cover; object-position: center; background: #fff; }
.ollv1-model-tab strong, .ollv1-model-tab small { display: block; letter-spacing: 0; }
.ollv1-model-tab strong { color: #d8dde5; font-size: 14px; }
.ollv1-model-tab small { margin-top: 6px; font-size: 11px; line-height: 1.25; }
.ollv1-model-tab:hover { background: #11151b; }
.ollv1-model-tab.is-current { border-left: 4px solid var(--oll-blue); background: #edf0f4; color: #59616d; }
.ollv1-model-tab.is-current strong { color: #11151b; }
.ollv1-model-tab:focus-visible { outline: 2px solid #7fa1f3; outline-offset: -2px; }
.ollv1-main { min-width: 0; }

.ollv1-product { padding: 0 0 104px; }
.ollv1-product-layout { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(360px,.9fr); gap: 100px; align-items: center; }
.ollv1-product-media { min-width: 0; }
.ollv1-image-stage { overflow: hidden; background: #fff; aspect-ratio: 4 / 3; }
.ollv1-image-stage img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; transform: scale(1.08); transition: opacity .18s ease; }
.ollv1-view-switch { display: grid; grid-template-columns: 1fr; border-top: 1px solid var(--oll-line); }
.ollv1-view-switch button { min-height: 60px; border: 0; background: var(--oll-blue); color: #fff; font-weight: 700; cursor: default; }
.ollv1-product-copy { max-width: 620px; }
.ollv1-product-copy h2, .ollv1-section-heading h2, .ollv1-support h2 { margin: 0; font-size: 60px; line-height: 1.05; font-weight: 500; letter-spacing: 0; }
.ollv1-product-copy > p:not(.ollv1-eyebrow) { margin: 28px 0 36px; color: var(--oll-muted); font-size: 17px; line-height: 1.65; }
.ollv1-product-copy dl { margin: 0; border-top: 1px solid var(--oll-line); }
.ollv1-product-copy dl div { display: flex; justify-content: space-between; gap: 30px; padding: 17px 0; border-bottom: 1px solid var(--oll-line); }
.ollv1-product-copy dt { color: var(--oll-muted); }
.ollv1-product-copy dd { margin: 0; text-align: right; font-weight: 700; }
.ollv1-text-link { display: inline-block; margin-top: 28px; padding-bottom: 5px; border-bottom: 1px solid #8993a1; text-decoration: none; font-weight: 700; }

.ollv1-family, .ollv1-technical, .ollv1-application { padding: 104px 0; border-top: 1px solid var(--oll-line); }
.ollv1-section-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.65fr); gap: 72px; align-items: end; margin-bottom: 52px; }
.ollv1-section-heading > p { margin: 0; color: var(--oll-muted); font-size: 17px; line-height: 1.65; }
.ollv1-technical-grid { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; border-top: 1px solid var(--oll-line); border-left: 1px solid var(--oll-line); }
.ollv1-technical-grid div { min-height: 132px; padding: 24px; border-right: 1px solid var(--oll-line); border-bottom: 1px solid var(--oll-line); }
.ollv1-technical-grid dt { color: var(--oll-muted); font-size: 13px; }
.ollv1-technical-grid dd { margin: 14px 0 0; font-size: 18px; font-weight: 700; line-height: 1.35; }
.ollv1-family-figure { margin: 0; overflow: hidden; background: #fff; aspect-ratio: 16 / 9; }
.ollv1-family-figure img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ollv1-application-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.ollv1-application-grid figure { position: relative; margin: 0; overflow: hidden; background: #11161d; aspect-ratio: 4 / 3; }
.ollv1-application-grid img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ollv1-application-grid figcaption { position: absolute; right: 18px; bottom: 18px; padding: 9px 11px; background: rgba(4,6,9,.82); font-size: 12px; }
.ollv1-support { display: grid; grid-template-columns: 1fr .7fr; gap: 72px; padding: 104px 0; border-top: 1px solid var(--oll-line); }
.ollv1-support > div > p:not(.ollv1-eyebrow) { margin: 0; color: var(--oll-muted); font-size: 17px; line-height: 1.65; }
.ollv1-support-button { display: inline-block; margin-top: 28px; padding: 16px 22px; border: 1px solid #c9d0d9; text-decoration: none; font-weight: 700; }
.ollv1-support-button:hover { background: #fff; color: #090b0e; }

@media (max-width: 1180px) {
  .ollv1-width { width: calc(100% - 56px); }
  .ollv1-hero h1 { font-size: 60px; }
  .ollv1-shell { gap: 42px; }
  .ollv1-product-layout { grid-template-columns: 1fr; gap: 48px; }
  .ollv1-product-copy { max-width: none; }
  .ollv1-technical-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 900px) {
  .ollv1-shell { display: block; width: 100%; padding: 52px 18px 0; }
  .ollv1-rail { position: static; margin-bottom: 56px; }
  .ollv1-model-grid { grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--oll-line); border-left: 1px solid var(--oll-line); }
  .ollv1-model-tab { border-right: 1px solid var(--oll-line); }
}

@media (max-width: 820px) {
  .ollv1-width { width: calc(100% - 36px); }
  .ollv1-hero, .ollv1-hero-content { min-height: 620px; }
  .ollv1-hero-image { object-position: 56% center; }
  .ollv1-hero-shade { background: linear-gradient(0deg,rgba(4,6,9,.94) 0%,rgba(4,6,9,.5) 61%,rgba(4,6,9,.62) 100%); }
  .ollv1-hero-content { display: flex; flex-direction: column; padding: 28px 0 24px; }
  .ollv1-breadcrumbs { gap: 8px; font-size: 11px; }
  .ollv1-hero-copy { margin-top: auto; }
  .ollv1-hero h1 { font-size: 46px; }
  .ollv1-hero-copy > p:last-child { font-size: 16px; }
  .ollv1-hero-facts { display: grid; grid-template-columns: repeat(2,1fr); width: 100%; }
  .ollv1-hero-facts div { display: block; padding: 14px 10px 13px 0; }
  .ollv1-hero-facts dt { font-size: 12px; }
  .ollv1-hero-facts dd { margin-top: 6px; max-width: none; text-align: left; font-size: 15px; }
  .ollv1-model-tab { grid-template-columns: 58px minmax(0,1fr); gap: 10px; min-height: 74px; padding: 7px; }
  .ollv1-model-tab img { width: 58px; height: 58px; }
  .ollv1-product { padding-bottom: 68px; }
  .ollv1-product-layout { gap: 32px; }
  .ollv1-image-stage { aspect-ratio: 1 / 1; }
  .ollv1-product-copy h2, .ollv1-section-heading h2, .ollv1-support h2 { font-size: 38px; }
  .ollv1-product-copy > p:not(.ollv1-eyebrow), .ollv1-section-heading > p, .ollv1-support > div > p:not(.ollv1-eyebrow) { font-size: 15px; }
  .ollv1-product-copy dl div { gap: 18px; padding: 14px 0; }
  .ollv1-family, .ollv1-technical, .ollv1-application { padding: 68px 0; }
  .ollv1-section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 32px; }
  .ollv1-technical-grid { grid-template-columns: 1fr 1fr; }
  .ollv1-technical-grid div { min-height: 112px; padding: 18px; }
  .ollv1-technical-grid dd { font-size: 15px; }
  .ollv1-application-grid { grid-template-columns: 1fr; }
  .ollv1-support { grid-template-columns: 1fr; gap: 28px; padding: 68px 0; }
  .ollv1-support-button { width: 100%; text-align: center; }
}

@media (max-width: 560px) {
  .ollv1-width { width: calc(100% - 28px); }
  .ollv1-hero h1 { font-size: 40px; }
  .ollv1-hero-facts dd { overflow-wrap: anywhere; }
  .ollv1-model-tab { grid-template-columns: 1fr; align-content: start; gap: 8px; min-width: 0; min-height: 132px; padding: 7px; }
  .ollv1-model-tab img { width: 100%; height: auto; aspect-ratio: 4 / 3; }
  .ollv1-model-tab strong { font-size: 11px; overflow-wrap: anywhere; }
  .ollv1-model-tab small { margin-top: 4px; font-size: 9px; }
  .ollv1-family-figure { aspect-ratio: 4 / 3; }
  .ollv1-technical-grid { grid-template-columns: 1fr; }
  .ollv1-view-switch button { min-height: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  .ollv1 * { scroll-behavior: auto !important; transition: none !important; }
}
