@charset "utf-8";

@layer properties {
  @supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
  *, ::before, ::after, ::backdrop { --tw-blur: initial; --tw-brightness: initial; --tw-contrast: initial; --tw-grayscale: initial; --tw-hue-rotate: initial; --tw-invert: initial; --tw-opacity: initial; --tw-saturate: initial; --tw-sepia: initial; --tw-drop-shadow: initial; --tw-drop-shadow-color: initial; --tw-drop-shadow-alpha: 100%; --tw-drop-shadow-size: initial; }
}
}

@layer theme {
  :root, :host { --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --spacing: .25rem; --default-font-family: var(--font-sans); --default-mono-font-family: var(--font-mono); }
}

@layer base {
  *, ::after, ::before, ::backdrop { box-sizing: border-box; border: 0px solid; margin: 0px; padding: 0px; }
  ::file-selector-button { box-sizing: border-box; border: 0px solid; margin: 0px; padding: 0px; }
  html, :host { text-size-adjust: 100%; tab-size: 4; line-height: 1.5; font-family: var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"); font-feature-settings: var(--default-font-feature-settings,normal); font-variation-settings: var(--default-font-variation-settings,normal); -webkit-tap-highlight-color: transparent; }
  hr { height: 0px; color: inherit; border-top-width: 1px; }
  abbr:where([title]) { text-decoration: underline dotted; }
  h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
  a { color: inherit; text-decoration: inherit; }
  b, strong { font-weight: bolder; }
  code, kbd, samp, pre { font-family: var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace); font-feature-settings: var(--default-mono-font-feature-settings,normal); font-variation-settings: var(--default-mono-font-variation-settings,normal); font-size: 1em; }
  small { font-size: 80%; }
  sub, sup { vertical-align: baseline; font-size: 75%; line-height: 0; position: relative; }
  sub { bottom: -0.25em; }
  sup { top: -0.5em; }
  table { text-indent: 0px; border-color: inherit; border-collapse: collapse; }
  progress { vertical-align: baseline; }
  summary { display: list-item; }
  ol, ul, menu { list-style: none; }
  img, svg, video, canvas, audio, iframe, embed, object { vertical-align: middle; display: block; }
  img, video { max-width: 100%; height: auto; }
  button, input, select, optgroup, textarea { font: inherit; letter-spacing: inherit; color: inherit; opacity: 1; background-color: rgba(0, 0, 0, 0); border-radius: 0px; }
  ::file-selector-button { font: inherit; letter-spacing: inherit; color: inherit; opacity: 1; background-color: rgba(0, 0, 0, 0); border-radius: 0px; }
  :where(select:is([multiple], [size])) optgroup { font-weight: bolder; }
  :where(select:is([multiple], [size])) optgroup option { padding-inline-start: 20px; }
  ::file-selector-button { margin-inline-end: 4px; }
  ::placeholder { opacity: 1; }
  @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
  ::placeholder { color: currentcolor; }
  @supports (color:color-mix(in lab, red, red)) {
  ::placeholder { color: color-mix(currentcolor, transparent); }
}
}
  textarea { resize: vertical; }
  ::-webkit-search-decoration { appearance: none; }
  ::-webkit-date-and-time-value { min-height: 1lh; text-align: inherit; }
  ::-webkit-datetime-edit { display: inline-flex; }
  ::-webkit-datetime-edit-fields-wrapper { padding: 0px; }
  ::-webkit-datetime-edit { padding-block: 0px; }
  ::-webkit-datetime-edit-year-field { padding-block: 0px; }
  ::-webkit-datetime-edit-month-field { padding-block: 0px; }
  ::-webkit-datetime-edit-day-field { padding-block: 0px; }
  ::-webkit-datetime-edit-hour-field { padding-block: 0px; }
  ::-webkit-datetime-edit-minute-field { padding-block: 0px; }
  ::-webkit-datetime-edit-second-field { padding-block: 0px; }
  ::-webkit-datetime-edit-millisecond-field { padding-block: 0px; }
  ::-webkit-datetime-edit-meridiem-field { padding-block: 0px; }
  ::-webkit-calendar-picker-indicator { line-height: 1; }
  button, input:where([type="button"], [type="reset"], [type="submit"]) { appearance: button; }
  ::file-selector-button { appearance: button; }
  ::-webkit-inner-spin-button { height: auto; }
  ::-webkit-outer-spin-button { height: auto; }
  [hidden]:where(:not([hidden="until-found"])) { display: none !important; }
}

@layer components;

@layer utilities {
  .invisible { visibility: hidden; }
  .visible { visibility: visible; }
  .sr-only { clip-path: inset(50%); white-space: nowrap; border-width: 0px; width: 1px; height: 1px; margin: -1px; padding: 0px; position: absolute; overflow: hidden; }
  .relative { position: relative; }
  .start { inset-inline-start: var(--spacing); }
  .end { inset-inline-end: var(--spacing); }
  .hidden { display: none; }
  .table { display: table; }
  .antialiased { -webkit-font-smoothing: antialiased; }
  .filter { filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,); }
}

:root { --navy: #062d66; --blue: #0664c8; --sky: #eaf4ff; --orange: #dc741f; --ink: #122033; --muted: #617083; --line: #dce4ee; --paper: #f5f7fa; --serif: Georgia, "Times New Roman", serif; }

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { color: var(--ink); background: rgb(255, 255, 255); margin: 0px; font-family: Arial, Helvetica, sans-serif; }

a { color: inherit; text-decoration: none; }

button, input { font: inherit; }

.shell { width: min(1460px, 100% - 48px); margin-inline: auto; }

.sr-only { clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border: 0px; width: 1px; height: 1px; margin: -1px; padding: 0px; position: absolute; overflow: hidden; }

.eyebrow { letter-spacing: 0.18em; margin: 0px; font-size: 12px; font-weight: 800; line-height: 1; }

.site-header { z-index: 50; border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); background: rgba(255, 255, 255, 0.96); height: 76px; position: sticky; top: 0px; }

.site-header__inner { grid-template-columns: 220px 1fr 220px; align-items: center; height: 100%; display: grid; }

.brand-mark { width: max-content; color: var(--navy); flex-direction: column; align-items: center; line-height: 0.9; display: inline-flex; }

.brand-mark strong { letter-spacing: 0.04em; font-size: 23px; }

.brand-mark span { letter-spacing: 0.13em; margin-top: 7px; font-size: 10px; font-weight: 800; }

.site-header nav { justify-content: center; gap: clamp(24px, 3vw, 52px); font-size: 13px; display: flex; }

.site-header nav a { padding: 28px 0px; transition: color 0.2s; }

.site-header nav a:hover { color: var(--blue); }

.platform-label { color: var(--navy); justify-self: end; font-size: 12px; }

.landing-hero { color: rgb(255, 255, 255); background: radial-gradient(circle at 78% 25%, rgba(40, 134, 233, 0.85), rgba(0, 0, 0, 0) 26%), radial-gradient(circle at 15% 90%, rgba(23, 91, 166, 0.9), rgba(0, 0, 0, 0) 32%), linear-gradient(125deg, rgb(3, 31, 77) 5%, rgb(6, 57, 120) 58%, rgb(7, 87, 173) 100%); align-items: center; min-height: 620px; display: grid; position: relative; overflow: hidden; }

.landing-hero::before { content: ""; border: 1px solid rgba(255, 255, 255, 0.17); border-radius: 50%; height: 670px; position: absolute; inset: -30% -10% auto 42%; transform: rotate(-18deg); box-shadow: rgba(255, 255, 255, 0.035) 0px 0px 0px 75px, rgba(255, 255, 255, 0.024) 0px 0px 0px 150px; }

.landing-hero__inner { z-index: 1; padding: 92px 0px; position: relative; }

.landing-hero .eyebrow { color: rgb(120, 185, 255); }

.landing-hero h1 { max-width: 940px; font-family: var(--serif); letter-spacing: -0.045em; margin: 22px 0px 24px; font-size: clamp(54px, 7vw, 96px); font-weight: 400; line-height: 0.98; }

.landing-hero__lede { color: rgb(216, 231, 250); max-width: 670px; margin: 0px; font-size: 18px; line-height: 1.65; }

.landing-hero__facts { gap: 40px; margin-top: 52px; display: flex; }

.landing-hero__facts span { color: rgb(216, 231, 250); align-items: baseline; gap: 8px; font-size: 13px; display: flex; }

.landing-hero__facts strong { color: rgb(255, 255, 255); font-family: var(--serif); font-size: 32px; font-weight: 400; }

.landing-cards { z-index: 2; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: -46px; display: grid; position: relative; }

.landing-card { color: rgb(255, 255, 255); border-radius: 2px; flex-direction: column; justify-content: space-between; min-height: 360px; padding: 30px; transition: transform 0.25s, box-shadow 0.25s; display: flex; }

.landing-card:hover { transform: translateY(-7px); box-shadow: rgba(13, 39, 75, 0.18) 0px 22px 50px; }

.landing-card--blue { background: rgb(7, 92, 179); }

.landing-card--orange { background: rgb(217, 116, 33); }

.landing-card--navy { background: rgb(9, 45, 91); }

.landing-card__number { font-family: var(--serif); opacity: 0.5; align-self: flex-end; font-size: 36px; }

.landing-card p { letter-spacing: 0.16em; margin: 0px 0px 12px; font-size: 11px; font-weight: 700; }

.landing-card h2 { max-width: 300px; font-family: var(--serif); margin: 0px 0px 14px; font-size: 31px; font-weight: 400; line-height: 1.08; }

.landing-card span { color: rgba(255, 255, 255, 0.78); max-width: 365px; font-size: 14px; line-height: 1.6; display: block; }

.landing-card b { border-top: 1px solid rgba(255, 255, 255, 0.3); justify-content: space-between; align-items: center; padding-top: 20px; font-size: 13px; display: flex; }

.landing-card i { font-size: 22px; font-style: normal; }

.source-note { text-align: center; padding: 110px 0px 120px; }

.source-note p { color: var(--blue); letter-spacing: 0.15em; font-size: 11px; font-weight: 700; }

.source-note h2 { font-family: var(--serif); color: var(--navy); margin: 18px 0px; font-size: clamp(34px, 4vw, 54px); font-weight: 400; }

.source-note span { max-width: 680px; color: var(--muted); margin: auto; font-size: 15px; line-height: 1.7; display: block; }

.brand-hero { color: rgb(255, 255, 255); position: relative; overflow: hidden; }

.brand-hero::before { content: ""; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 50%; width: 620px; height: 620px; position: absolute; top: -230px; right: -140px; box-shadow: rgba(255, 255, 255, 0.03) 0px 0px 0px 82px, rgba(255, 255, 255, 0.02) 0px 0px 0px 164px; }

.brand-hero--mooka { background: linear-gradient(120deg, rgb(4, 42, 97), rgb(7, 91, 180)); }

.brand-hero--koios { background: linear-gradient(120deg, rgb(39, 39, 36), rgb(75, 61, 50) 60%, rgb(139, 74, 27)); }

.brand-hero__inner { z-index: 2; grid-template-columns: 1.15fr 0.85fr; align-items: center; gap: 90px; min-height: 520px; padding: 84px 0px 98px; display: grid; position: relative; }

.brand-hero .eyebrow { color: rgb(158, 207, 255); }

.brand-hero--koios .eyebrow { color: rgb(255, 197, 141); }

.brand-hero h1 { font-family: var(--serif); letter-spacing: -0.04em; margin: 18px 0px; font-size: clamp(52px, 6vw, 78px); font-weight: 400; line-height: 0.98; }

.brand-hero__inner > div > p:last-child { color: rgba(255, 255, 255, 0.78); max-width: 650px; margin: 0px; font-size: 16px; line-height: 1.65; }

.brand-hero__stats { border: 1px solid rgba(255, 255, 255, 0.24); grid-template-columns: repeat(3, 1fr); display: grid; }

.brand-hero__stats div { text-align: center; flex-direction: column; justify-content: center; align-items: center; gap: 11px; min-height: 150px; padding: 20px 12px; display: flex; }

.brand-hero__stats div + div { border-left: 1px solid rgba(255, 255, 255, 0.24); }

.brand-hero__stats strong { font-family: var(--serif); font-size: 34px; font-weight: 400; }

.brand-hero__stats span { color: rgba(255, 255, 255, 0.68); text-transform: uppercase; letter-spacing: 0.08em; font-size: 11px; }

.brand-hero__bands { grid-template-columns: 3fr 1fr 1fr; height: 12px; display: grid; position: absolute; inset: auto 0px 0px; }

.brand-hero__bands span:first-child { background: rgba(255, 255, 255, 0.2); }

.brand-hero__bands span:nth-child(2) { background: rgba(255, 255, 255, 0.36); }

.brand-hero__bands span:nth-child(3) { background: rgb(139, 197, 255); }

.brand-hero--koios .brand-hero__bands span:nth-child(3) { background: rgb(242, 163, 91); }

.catalog { background: var(--paper); padding: 0px 0px 110px; }

.catalog-heading { padding-top: 105px; }

.catalog--koios .catalog-heading p { color: var(--orange); }

.catalog-tools { justify-content: space-between; align-items: center; gap: 28px; min-height: 96px; display: flex; }

.catalog-tabs { flex-wrap: wrap; gap: 9px; display: flex; }

.catalog-tabs button { color: rgb(64, 80, 100); cursor: pointer; background: rgb(255, 255, 255); border: 1px solid rgb(207, 217, 229); border-radius: 999px; padding: 11px 16px; font-size: 12px; transition: 0.2s; }

.catalog-tabs button:hover { border-color: var(--blue); color: var(--blue); }

.catalog--mooka .catalog-tabs button.is-active { border-color: var(--blue); background: var(--blue); color: rgb(255, 255, 255); }

.catalog--koios .catalog-tabs button.is-active { border-color: var(--orange); background: var(--orange); color: rgb(255, 255, 255); }

.catalog-search { background: rgb(255, 255, 255); border: 1px solid rgb(207, 217, 229); border-radius: 999px; align-items: center; gap: 10px; width: min(320px, 100%); padding: 0px 15px; display: flex; }

.catalog-search svg { fill: none; stroke: rgb(117, 133, 154); stroke-width: 1.8px; width: 18px; }

.catalog-search input { width: 100%; color: var(--ink); background: 0px 0px; border: 0px; outline: 0px; padding: 12px 0px; font-size: 12px; }

.catalog-summary { border-top: 1px solid rgb(212, 222, 234); justify-content: space-between; align-items: baseline; margin-bottom: 16px; padding-top: 22px; display: flex; }

.catalog-summary p { color: var(--navy); text-transform: uppercase; letter-spacing: 0.08em; margin: 0px; font-size: 13px; }

.catalog-summary p strong { font-family: var(--serif); margin-right: 5px; font-size: 26px; font-weight: 400; }

.catalog-summary > span { color: rgb(123, 136, 152); font-size: 12px; }

.product-grid { grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: 18px; display: grid; }

.product-card { border: 1px solid var(--line); background: rgb(255, 255, 255); flex-direction: column; min-width: 0px; transition: transform 0.2s, box-shadow 0.2s; display: flex; overflow: hidden; }

.product-card:hover { transform: translateY(-3px); box-shadow: rgba(12, 41, 76, 0.1) 0px 18px 38px; }

.product-card__image { background: linear-gradient(150deg, rgb(255, 255, 255), rgb(245, 243, 239)); place-items: center; min-height: 300px; padding: 28px; display: grid; position: relative; }

.product-card__image img { object-fit: contain; mix-blend-mode: multiply; width: 100%; height: 270px; }

.product-card__image > span { color: var(--navy); text-transform: uppercase; letter-spacing: 0.06em; background: rgba(255, 255, 255, 0.92); border-radius: 999px; padding: 7px 10px; font-size: 10px; font-weight: 700; position: absolute; top: 18px; left: 18px; box-shadow: rgba(11, 44, 83, 0.08) 0px 4px 15px; }

.product-card__body { flex: 1 1 0%; padding: 24px 24px 15px; }

.product-card__meta { color: rgb(110, 125, 143); letter-spacing: 0.08em; justify-content: space-between; gap: 12px; font-size: 10px; font-weight: 700; display: flex; }

.product-card__meta span:first-child { color: var(--blue); }

.catalog--koios .product-card__meta span:first-child { color: var(--orange); }

.product-card h2 { min-height: 62px; color: var(--navy); font-family: var(--serif); margin: 13px 0px 18px; font-size: 23px; font-weight: 400; line-height: 1.23; }

.catalog--koios .product-card h2 { color: rgb(62, 49, 41); }

.spec-list { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); grid-template-columns: repeat(2, minmax(0px, 1fr)); margin: 0px -24px; display: grid; }

.spec-list div { flex-direction: column; justify-content: center; gap: 4px; min-height: 68px; padding: 10px 24px; display: flex; }

.spec-list div:nth-child(2n) { border-left: 1px solid var(--line); }

.spec-list div:nth-child(n+3) { border-top: 1px solid var(--line); }

.spec-list span { color: rgb(123, 136, 152); text-transform: uppercase; letter-spacing: 0.08em; font-size: 10px; }

.spec-list strong { color: rgb(37, 52, 72); text-overflow: ellipsis; white-space: nowrap; font-size: 13px; font-weight: 600; overflow: hidden; }

.product-card ul { margin: 18px 0px 0px; padding: 0px; list-style: none; }

.product-card li { color: rgb(101, 116, 135); -webkit-line-clamp: 2; -webkit-box-orient: vertical; padding-left: 14px; font-size: 11px; line-height: 1.55; display: -webkit-box; overflow: hidden; }

.product-card li + li { margin-top: 7px; }

.product-card li::before { content: ""; float: left; background: var(--blue); border-radius: 50%; width: 5px; height: 5px; margin: 6px 0px 0px -14px; }

.catalog--koios .product-card li::before { background: var(--orange); }

.product-card__footer { border-top: 1px solid var(--line); justify-content: space-between; align-items: center; gap: 15px; min-height: 65px; padding: 15px 24px; display: flex; }

.product-card__footer > strong { color: var(--navy); font-family: var(--serif); font-size: 23px; font-weight: 400; }

.product-card__footer a { color: var(--blue); font-size: 11px; font-weight: 700; }

.catalog--koios .product-card__footer a { color: var(--orange); }

.empty-state { text-align: center; padding: 80px 0px; }

.detail-hero { background: rgb(244, 247, 250); padding: 34px 0px 74px; }

.detail-hero--koios { background: rgb(247, 243, 238); }

.detail-breadcrumb { color: rgb(115, 130, 151); gap: 10px; margin-bottom: 28px; font-size: 11px; display: flex; }

.detail-breadcrumb a { color: var(--blue); font-weight: 700; }

.detail-hero--koios .detail-breadcrumb a { color: var(--orange); }

.detail-layout { border: 1px solid var(--line); background: rgb(255, 255, 255); grid-template-columns: 1fr 1fr; min-height: 560px; display: grid; }

.detail-image { background: linear-gradient(145deg, rgb(255, 255, 255), rgb(243, 241, 237)); place-items: center; min-width: 0px; padding: 55px; display: grid; }

.detail-image img { object-fit: contain; mix-blend-mode: multiply; width: 100%; height: 470px; }

.detail-copy { border-left: 1px solid var(--line); flex-direction: column; justify-content: center; padding: clamp(44px, 6vw, 90px); display: flex; }

.detail-copy .eyebrow { color: var(--blue); }

.detail-hero--koios .detail-copy .eyebrow { color: var(--orange); }

.detail-copy h1 { color: var(--navy); font-family: var(--serif); letter-spacing: -0.025em; margin: 19px 0px 26px; font-size: clamp(38px, 4vw, 58px); font-weight: 400; line-height: 1.08; }

.detail-hero--koios .detail-copy h1 { color: rgb(61, 48, 40); }

.detail-meta { align-items: center; gap: 18px; display: flex; }

.detail-meta strong { color: var(--navy); font-family: var(--serif); font-size: 31px; font-weight: 400; }

.detail-meta span { color: rgb(97, 112, 131); background: rgb(237, 242, 248); border-radius: 999px; padding: 7px 10px; font-size: 10px; font-weight: 700; }

.detail-intro { color: var(--muted); margin: 27px 0px 31px; font-size: 14px; line-height: 1.7; }

.detail-actions { align-items: center; gap: 24px; font-size: 12px; font-weight: 700; display: flex; }

.detail-actions .primary-action { color: rgb(255, 255, 255); background: var(--blue); padding: 14px 20px; }

.detail-hero--koios .detail-actions .primary-action { background: var(--orange); }

.detail-content { grid-template-columns: 0.8fr 1.2fr; gap: 100px; padding: 110px 0px; display: grid; }

.detail-kicker { color: var(--blue); letter-spacing: 0.14em; margin: 0px 0px 13px; font-size: 10px; font-weight: 800; }

.detail-content h2 { color: var(--navy); font-family: var(--serif); margin: 0px 0px 31px; font-size: 38px; font-weight: 400; }

.detail-specs > div { border-top: 1px solid var(--line); }

.detail-specs dl { border-bottom: 1px solid var(--line); grid-template-columns: 1fr 1fr; margin: 0px; padding: 19px 0px; display: grid; }

.detail-specs dt { color: rgb(115, 130, 151); text-transform: uppercase; letter-spacing: 0.08em; font-size: 11px; }

.detail-specs dd { color: var(--ink); text-align: right; margin: 0px; font-size: 13px; font-weight: 700; }

.detail-features ol { border-top: 1px solid var(--line); margin: 0px; padding: 0px; list-style: none; }

.detail-features li { border-bottom: 1px solid var(--line); grid-template-columns: 56px 1fr; gap: 17px; padding: 19px 0px; display: grid; }

.detail-features li > span { color: var(--blue); font-family: var(--serif); font-size: 18px; }

.detail-features li p { color: var(--muted); margin: 0px; font-size: 12px; line-height: 1.65; }

.detail-next { color: rgb(255, 255, 255); background: rgb(8, 43, 90); padding: 80px 0px; }

.detail-next p { color: rgb(139, 197, 255); letter-spacing: 0.14em; margin: 0px 0px 12px; font-size: 10px; font-weight: 800; }

.detail-next h2 { font-family: var(--serif); margin: 0px 0px 21px; font-size: 39px; font-weight: 400; }

.detail-next a { font-size: 12px; font-weight: 700; }

.asset-hero { color: rgb(255, 255, 255); background: radial-gradient(circle at 75% 30%, rgba(44, 119, 207, 0.72), rgba(0, 0, 0, 0) 24%), linear-gradient(118deg, rgb(6, 29, 65), rgb(7, 59, 120) 64%, rgb(10, 88, 170)); align-items: center; min-height: 480px; display: grid; }

.asset-hero .shell { padding: 80px 0px; }

.asset-hero .eyebrow { color: rgb(141, 199, 255); }

.asset-hero h1 { font-family: var(--serif); letter-spacing: -0.04em; margin: 18px 0px 22px; font-size: clamp(52px, 6vw, 82px); font-weight: 400; line-height: 0.99; }

.asset-hero .shell > p:last-child { color: rgba(255, 255, 255, 0.76); max-width: 720px; margin: 0px; font-size: 16px; line-height: 1.7; }

.asset-section { padding: 96px 0px 18px; }

.asset-section + .asset-section { padding-top: 116px; }

.home-assets-fragment .asset-section:last-child { padding-bottom: 96px; }

.asset-section__header { border-bottom: 1px solid var(--line); grid-template-columns: 1fr 1fr; align-items: end; gap: 60px; margin-bottom: 34px; padding-bottom: 24px; display: grid; }

.asset-section__header p { color: var(--blue); letter-spacing: 0.14em; margin: 0px 0px 12px; font-size: 10px; font-weight: 800; }

.asset-section__header h2 { color: var(--navy); font-family: var(--serif); margin: 0px; font-size: clamp(36px, 4vw, 50px); font-weight: 400; }

.asset-section__header > span { max-width: 560px; color: var(--muted); justify-self: end; font-size: 14px; line-height: 1.65; }

.asset-grid { grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: 19px; display: grid; }

.asset-card { border: 1px solid var(--line); background: rgb(255, 255, 255); overflow: hidden; }

.asset-card__image { aspect-ratio: 3 / 2; background: rgb(238, 241, 244); position: relative; overflow: hidden; }

.asset-card__image img { object-fit: cover; width: 100%; height: 100%; transition: transform 0.5s; }

.asset-card:hover img { transform: scale(1.025); }

.asset-card__image span { color: rgb(255, 255, 255); width: 38px; height: 38px; font-family: var(--serif); backdrop-filter: blur(5px); background: rgba(4, 40, 83, 0.78); border-radius: 50%; place-items: center; font-size: 14px; display: grid; position: absolute; top: 14px; right: 14px; }

.asset-card__body { justify-content: space-between; align-items: flex-end; gap: 20px; min-height: 145px; padding: 20px; display: flex; }

.asset-card h3 { color: var(--navy); font-family: var(--serif); margin: 0px 0px 8px; font-size: 22px; font-weight: 400; }

.asset-card p { max-width: 320px; color: var(--muted); margin: 0px; font-size: 11px; line-height: 1.55; }

.asset-card b { color: var(--blue); flex: 0 0 auto; font-size: 10px; font-weight: 700; }

.asset-guidance { color: rgb(255, 255, 255); background: rgb(9, 46, 96); grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 100px; margin-bottom: 110px; padding: 58px; display: grid; }

.asset-guidance > div:first-child p { color: rgb(139, 197, 255); letter-spacing: 0.14em; margin: 0px 0px 12px; font-size: 10px; font-weight: 800; }

.asset-guidance h2 { font-family: var(--serif); margin: 0px; font-size: 36px; font-weight: 400; line-height: 1.1; }

.asset-guidance > div:last-child { align-self: end; }

.asset-guidance > div:last-child p { color: rgba(255, 255, 255, 0.76); margin: 0px 0px 18px; font-size: 14px; line-height: 1.7; }

.asset-guidance > div:last-child span { color: rgb(139, 197, 255); font-size: 11px; }

.home-hero { color: rgb(255, 255, 255); background: radial-gradient(circle at 75% 30%, rgba(54, 130, 210, 0.7), rgba(0, 0, 0, 0) 25%), linear-gradient(120deg, rgb(6, 29, 65) 0%, rgb(7, 57, 121) 58%, rgb(10, 97, 184) 100%); align-items: center; min-height: 690px; display: grid; position: relative; overflow: hidden; }

.home-hero::after { content: ""; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 50%; width: 650px; height: 650px; position: absolute; top: -190px; right: -110px; box-shadow: rgba(255, 255, 255, 0.035) 0px 0px 0px 90px, rgba(255, 255, 255, 0.024) 0px 0px 0px 180px; }

.home-hero__inner { z-index: 1; padding: 95px 0px; position: relative; }

.home-hero .eyebrow { color: rgb(139, 199, 255); }

.home-hero h1 { max-width: 920px; font-family: var(--serif); letter-spacing: -0.05em; margin: 22px 0px 25px; font-size: clamp(60px, 7.2vw, 104px); font-weight: 400; line-height: 0.93; }

.home-hero__inner > p:nth-of-type(2) { color: rgb(217, 232, 249); max-width: 660px; margin: 0px; font-size: 17px; line-height: 1.7; }

.home-hero__actions { align-items: center; gap: 28px; margin-top: 34px; display: flex; }

.home-hero__actions a { font-size: 12px; font-weight: 700; }

.home-hero__actions a:first-child { color: var(--navy); background: rgb(255, 255, 255); padding: 15px 20px; }

.home-hero__facts { gap: 48px; margin-top: 58px; display: flex; }

.home-hero__facts span { color: rgb(215, 231, 250); align-items: baseline; gap: 8px; font-size: 12px; display: flex; }

.home-hero__facts strong { color: rgb(255, 255, 255); font-family: var(--serif); font-size: 30px; font-weight: 400; }

.home-section { padding: 110px 0px; scroll-margin-top: 80px; }

.home-section__header { border-bottom: 1px solid var(--line); grid-template-columns: 1fr 1fr; align-items: end; gap: 60px; margin-bottom: 34px; padding-bottom: 25px; display: grid; }

.home-section__header p { color: var(--blue); letter-spacing: 0.14em; margin: 0px 0px 12px; font-size: 10px; font-weight: 800; }

.home-section__header h2 { color: var(--navy); font-family: var(--serif); letter-spacing: -0.025em; margin: 0px; font-size: clamp(40px, 4.4vw, 58px); font-weight: 400; line-height: 1; }

.home-section__header > span { max-width: 560px; color: var(--muted); justify-self: end; font-size: 14px; line-height: 1.7; }

.family-card-grid { grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: 18px; display: grid; }

.home-family-card { border: 1px solid var(--line); background: rgb(255, 255, 255); flex-direction: column; min-width: 0px; transition: transform 0.25s, box-shadow 0.25s; display: flex; overflow: hidden; }

.home-family-card:hover { transform: translateY(-5px); box-shadow: rgba(10, 44, 83, 0.12) 0px 20px 45px; }

.home-family-card__image { aspect-ratio: 4 / 3; background: rgb(241, 242, 242); overflow: hidden; }

.home-family-card__image img { object-fit: cover; width: 100%; height: 100%; transition: transform 0.5s; }

.home-family-card:hover img { transform: scale(1.025); }

.home-family-card__body { flex-direction: column; min-height: 240px; padding: 24px; display: flex; }

.home-family-card__body p { color: var(--blue); letter-spacing: 0.14em; margin: 0px 0px 11px; font-size: 9px; font-weight: 800; }

.home-family-card--koios .home-family-card__body p { color: var(--orange); }

.home-family-card__body h3 { color: var(--navy); font-family: var(--serif); margin: 0px 0px 11px; font-size: 27px; font-weight: 400; }

.home-family-card__body span { color: var(--muted); font-size: 12px; line-height: 1.62; }

.home-family-card__body b { color: var(--blue); margin-top: auto; padding-top: 23px; font-size: 11px; }

.home-family-card--koios .home-family-card__body b { color: var(--orange); }

.home-solution-section { background: rgb(243, 246, 249); padding: 108px 0px 116px; scroll-margin-top: 80px; }

.solution-card-grid { grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: 18px; display: grid; }

.home-solution-card { color: rgb(255, 255, 255); background: rgb(19, 38, 62); min-height: 375px; position: relative; overflow: hidden; }

.home-solution-card::after { content: ""; background: linear-gradient(rgba(5, 20, 40, 0.04) 0%, rgba(5, 20, 40, 0.3) 44%, rgba(5, 20, 40, 0.92) 100%); position: absolute; inset: 0px; }

.home-solution-card img { object-fit: cover; width: 100%; height: 100%; transition: transform 0.55s; position: absolute; }

.home-solution-card:hover img { transform: scale(1.035); }

.home-solution-card > div { z-index: 1; padding: 25px; position: absolute; inset: auto 0px 0px; }

.home-solution-card p { color: rgb(167, 212, 255); letter-spacing: 0.14em; margin: 0px 0px 9px; font-size: 9px; font-weight: 800; }

.home-solution-card h3 { font-family: var(--serif); margin: 0px 0px 8px; font-size: 30px; font-weight: 400; }

.home-solution-card span { color: rgba(255, 255, 255, 0.8); max-width: 390px; font-size: 11px; line-height: 1.55; display: block; }

.home-solution-card b { margin-top: 17px; font-size: 10px; display: block; }

.home-insights { scroll-margin-top: 80px; }

.story-card-grid { grid-template-columns: repeat(4, minmax(0px, 1fr)); gap: 18px; display: grid; }

.story-card { border: 1px solid var(--line); background: rgb(255, 255, 255); flex-direction: column; min-width: 0px; transition: transform 0.25s, box-shadow 0.25s; display: flex; }

.story-card:hover { transform: translateY(-4px); box-shadow: rgba(10, 44, 83, 0.1) 0px 18px 36px; }

.story-card__image { aspect-ratio: 4 / 3; overflow: hidden; }

.story-card__image img { object-fit: cover; width: 100%; height: 100%; transition: transform 0.5s; }

.story-card:hover img { transform: scale(1.03); }

.story-card__body { flex-direction: column; flex: 1 1 0%; min-height: 265px; padding: 22px; display: flex; }

.story-card__body p { color: var(--blue); letter-spacing: 0.12em; margin: 0px 0px 13px; font-size: 8px; font-weight: 800; }

.story-card__body h3 { color: var(--navy); font-family: var(--serif); margin: 0px 0px 13px; font-size: 23px; font-weight: 400; line-height: 1.16; }

.story-card__body span { color: var(--muted); font-size: 11px; line-height: 1.6; }

.story-card__body b { color: var(--blue); margin-top: auto; padding-top: 22px; font-size: 10px; }

.home-platform { color: rgb(255, 255, 255); background: linear-gradient(115deg, rgb(7, 31, 66), rgb(7, 57, 119)); padding: 105px 0px; }

.home-platform .shell { grid-template-columns: 0.55fr 1fr 1fr; align-items: end; gap: 70px; display: grid; }

.home-platform p { color: rgb(139, 199, 255); letter-spacing: 0.15em; align-self: start; margin: 9px 0px 0px; font-size: 10px; font-weight: 800; }

.home-platform h2 { font-family: var(--serif); margin: 0px; font-size: clamp(40px, 4vw, 58px); font-weight: 400; line-height: 1.02; }

.home-platform .shell > span { color: rgba(255, 255, 255, 0.74); font-size: 14px; line-height: 1.7; }

.home-platform .shell > div { border-top: 1px solid rgba(255, 255, 255, 0.22); grid-column: 2 / -1; gap: 34px; padding-top: 24px; font-size: 11px; font-weight: 700; display: flex; }

.editorial-hero { background: rgb(244, 247, 250); padding: 30px 0px 80px; }

.editorial-hero--koios { background: rgb(246, 241, 235); }

.editorial-breadcrumb { color: rgb(113, 128, 150); gap: 10px; padding: 6px 0px 28px; font-size: 11px; display: flex; }

.editorial-breadcrumb a { color: var(--blue); font-weight: 700; }

.editorial-hero--koios .editorial-breadcrumb a { color: var(--orange); }

.editorial-hero__grid { border: 1px solid var(--line); background: rgb(255, 255, 255); grid-template-columns: 0.82fr 1.18fr; min-height: 590px; display: grid; overflow: hidden; }

.editorial-hero__copy { flex-direction: column; justify-content: center; padding: clamp(48px, 6vw, 90px); display: flex; }

.editorial-hero__copy .eyebrow { color: var(--blue); }

.editorial-hero--koios .editorial-hero__copy .eyebrow { color: var(--orange); }

.editorial-hero__copy h1 { color: var(--navy); font-family: var(--serif); letter-spacing: -0.035em; margin: 20px 0px 24px; font-size: clamp(46px, 5vw, 70px); font-weight: 400; line-height: 0.98; }

.editorial-hero--koios .editorial-hero__copy h1 { color: rgb(62, 48, 39); }

.editorial-hero__copy > p:last-of-type { color: var(--muted); margin: 0px; font-size: 15px; line-height: 1.75; }

.editorial-hero__actions { flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 34px; font-size: 11px; font-weight: 700; display: flex; }

.editorial-hero__actions > a:first-child { color: rgb(255, 255, 255); background: var(--blue); padding: 14px 18px; }

.editorial-hero--koios .editorial-hero__actions > a:first-child { background: var(--orange); }

.editorial-hero__image { min-width: 0px; margin: 0px; overflow: hidden; }

.editorial-hero__image img { object-fit: cover; width: 100%; height: 100%; }

.editorial-intro { grid-template-columns: 0.8fr 1.2fr; gap: 90px; padding: 105px 0px 65px; display: grid; }

.editorial-kicker { color: var(--blue); letter-spacing: 0.14em; margin: 0px 0px 13px; font-size: 9px; font-weight: 800; }

.editorial-intro h2 { max-width: 440px; color: var(--navy); font-family: var(--serif); margin: 0px; font-size: 45px; font-weight: 400; line-height: 1.06; }

.editorial-intro > p { max-width: 760px; color: var(--muted); margin: 0px; font-size: 16px; line-height: 1.8; }

.benefit-grid { border-top: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); padding-bottom: 110px; display: grid; }

.benefit-grid article { min-height: 260px; padding: 35px 34px 25px 0px; }

.benefit-grid article + article { border-left: 1px solid var(--line); padding-left: 34px; }

.benefit-grid article > span { color: var(--blue); font-family: var(--serif); font-size: 18px; }

.benefit-grid h3 { color: var(--navy); font-family: var(--serif); margin: 45px 0px 12px; font-size: 27px; font-weight: 400; }

.benefit-grid p { color: var(--muted); margin: 0px; font-size: 12px; line-height: 1.65; }

.fit-facts { color: rgb(255, 255, 255); background: rgb(8, 45, 95); padding: 75px 0px; }

.fit-facts__inner { grid-template-columns: 0.65fr 1.35fr; align-items: center; gap: 80px; display: grid; }

.fit-facts .editorial-kicker { color: rgb(139, 199, 255); }

.fit-facts h2 { font-family: var(--serif); margin: 0px; font-size: 40px; font-weight: 400; }

.fit-facts dl { border: 1px solid rgba(255, 255, 255, 0.24); grid-template-columns: repeat(4, 1fr); margin: 0px; display: grid; }

.fit-facts dl div { text-align: center; flex-direction: column; justify-content: center; gap: 10px; min-height: 125px; padding: 18px; display: flex; }

.fit-facts dl div + div { border-left: 1px solid rgba(255, 255, 255, 0.24); }

.fit-facts dt { color: rgba(255, 255, 255, 0.58); text-transform: uppercase; letter-spacing: 0.1em; font-size: 9px; }

.fit-facts dd { font-family: var(--serif); margin: 0px; font-size: 19px; }

.recommended { padding: 110px 0px 120px; scroll-margin-top: 90px; }

.recommended > header { border-bottom: 1px solid var(--line); grid-template-columns: 1fr 1fr; align-items: end; gap: 12px 60px; margin-bottom: 34px; padding-bottom: 25px; display: grid; }

.recommended > header > div { grid-row: 1 / span 2; }

.recommended h2 { color: var(--navy); font-family: var(--serif); letter-spacing: -0.025em; margin: 0px; font-size: clamp(40px, 4.4vw, 58px); font-weight: 400; line-height: 1; }

.recommended > header > span { max-width: 560px; color: var(--muted); justify-self: end; font-size: 14px; line-height: 1.7; }

.recommended > header > a { color: var(--blue); grid-column: 2; justify-self: end; font-size: 11px; font-weight: 700; }

.recommend-grid { grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: 18px; display: grid; }

.recommend-card { border: 1px solid var(--line); flex-direction: column; min-width: 0px; transition: transform 0.22s, box-shadow 0.22s; display: flex; }

.recommend-card:hover { transform: translateY(-4px); box-shadow: rgba(10, 44, 83, 0.1) 0px 18px 38px; }

.recommend-card__image { background: linear-gradient(145deg, rgb(255, 255, 255), rgb(241, 239, 235)); place-items: center; min-height: 290px; padding: 25px; display: grid; }

.recommend-card__image img { object-fit: contain; mix-blend-mode: multiply; width: 100%; height: 250px; }

.recommend-card__copy { flex-direction: column; flex: 1 1 0%; padding: 23px; display: flex; }

.recommend-card__copy > p { color: var(--blue); letter-spacing: 0.12em; margin: 0px 0px 10px; font-size: 8px; font-weight: 800; }

.recommend-card h3 { color: var(--navy); font-family: var(--serif); margin: 0px 0px 20px; font-size: 22px; font-weight: 400; line-height: 1.22; }

.recommend-card dl { border-top: 1px solid var(--line); margin: 0px 0px 20px; }

.recommend-card dl div { border-bottom: 1px solid var(--line); justify-content: space-between; gap: 15px; padding: 10px 0px; display: flex; }

.recommend-card dt { color: rgb(119, 134, 154); text-transform: uppercase; font-size: 9px; }

.recommend-card dd { color: var(--ink); text-align: right; margin: 0px; font-size: 10px; font-weight: 700; }

.recommend-card__copy > span { color: var(--blue); margin-top: auto; font-size: 10px; font-weight: 700; }

.editorial-next { color: rgb(255, 255, 255); background: rgb(10, 52, 104); padding: 80px 0px; }

.editorial-next p { color: rgb(139, 199, 255); letter-spacing: 0.14em; margin: 0px 0px 12px; font-size: 9px; font-weight: 800; }

.editorial-next h2 { font-family: var(--serif); margin: 0px 0px 21px; font-size: 40px; font-weight: 400; }

.editorial-next a { font-size: 11px; font-weight: 700; }

.story-hero { background: rgb(243, 246, 249); padding: 35px 0px 85px; }

.story-hero__inner { border: 1px solid var(--line); background: rgb(255, 255, 255); grid-template-columns: 0.82fr 1.18fr; min-height: 600px; display: grid; overflow: hidden; }

.story-hero__copy { flex-direction: column; justify-content: center; padding: clamp(48px, 6vw, 88px); display: flex; }

.story-hero__copy > a { color: var(--blue); margin-bottom: 55px; font-size: 11px; font-weight: 700; }

.story-hero__copy > p { color: var(--blue); letter-spacing: 0.13em; margin: 0px 0px 17px; font-size: 9px; font-weight: 800; }

.story-hero__copy h1 { color: var(--navy); font-family: var(--serif); letter-spacing: -0.03em; margin: 0px 0px 25px; font-size: clamp(43px, 4.5vw, 63px); font-weight: 400; line-height: 1.02; }

.story-hero__copy > span { color: var(--muted); font-size: 15px; line-height: 1.7; }

.story-hero figure { margin: 0px; overflow: hidden; }

.story-hero figure img { object-fit: cover; width: 100%; height: 100%; }

.story-layout { grid-template-columns: 280px minmax(0px, 760px); justify-content: center; gap: 100px; padding: 110px 0px 125px; display: grid; }

.story-layout aside { align-self: start; position: sticky; top: 115px; }

.story-layout aside > p { color: var(--blue); letter-spacing: 0.14em; margin: 0px 0px 15px; font-size: 9px; font-weight: 800; }

.story-layout aside a { border-top: 1px solid var(--line); color: rgb(95, 111, 130); grid-template-columns: 31px 1fr; gap: 10px; padding: 15px 0px; font-size: 11px; line-height: 1.45; display: grid; }

.story-layout aside a:last-child { border-bottom: 1px solid var(--line); }

.story-layout aside span { color: var(--blue); font-family: var(--serif); font-size: 15px; }

.story-standfirst { color: var(--navy); font-family: var(--serif); margin: 0px 0px 78px; font-size: 29px; line-height: 1.45; }

.story-body section { margin-bottom: 76px; scroll-margin-top: 100px; }

.story-body h2 { color: var(--navy); font-family: var(--serif); margin: 0px 0px 23px; font-size: 40px; font-weight: 400; line-height: 1.1; }

.story-body section > p:not(.editorial-kicker) { color: rgb(86, 103, 122); margin: 0px 0px 18px; font-size: 15px; line-height: 1.85; }

.story-body ul { background: rgb(241, 245, 249); margin: 28px 0px 0px; padding: 24px 28px; list-style: none; }

.story-body li { color: rgb(67, 85, 106); border-bottom: 1px solid rgb(219, 228, 238); padding: 10px 0px 10px 20px; font-size: 13px; position: relative; }

.story-body li:last-child { border-bottom: 0px; }

.story-body li::before { content: ""; background: var(--blue); border-radius: 50%; width: 6px; height: 6px; position: absolute; top: 16px; left: 0px; }

.story-body blockquote { color: rgb(255, 255, 255); font-family: var(--serif); background: rgb(8, 47, 97); margin: 90px 0px; padding: 45px; font-size: 28px; line-height: 1.45; }

.story-cta { border-top: 1px solid var(--line); padding-top: 35px; }

.story-cta p { color: var(--blue); letter-spacing: 0.14em; margin: 0px 0px 12px; font-size: 9px; font-weight: 800; }

.story-cta h2 { margin-bottom: 18px; }

.story-cta a { color: var(--blue); font-size: 11px; font-weight: 700; }

.site-footer { color: rgba(255, 255, 255, 0.75); background: rgb(7, 31, 66); }

.site-footer__inner { grid-template-columns: 1.2fr 1fr 0.8fr; align-items: center; gap: 40px; min-height: 210px; display: grid; }

.footer-brand { color: rgb(255, 255, 255); letter-spacing: 0.06em; margin: 0px 0px 9px; font-size: 18px; font-weight: 800; }

.footer-brand span { font-size: 9px; }

.site-footer p { font-size: 12px; }

.footer-links { justify-content: center; gap: 28px; font-size: 12px; display: flex; }

.footer-links a:hover { color: rgb(255, 255, 255); }

.footer-note { justify-self: end; }

@media (width <= 1000px) {
  .site-header__inner { grid-template-columns: 180px 1fr; }
  .platform-label { display: none; }
  .landing-cards, .product-grid { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
  .landing-cards .landing-card:last-child { grid-column: 1 / -1; min-height: 270px; }
  .brand-hero__inner { grid-template-columns: 1fr; gap: 44px; }
  .brand-hero__stats { max-width: 720px; }
  .site-footer__inner { grid-template-columns: 1fr 1fr; }
  .asset-grid { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
  .detail-layout, .detail-content { grid-template-columns: 1fr; }
  .detail-copy { border-top: 1px solid var(--line); border-left: 0px; }
  .family-card-grid, .solution-card-grid, .recommend-grid, .story-card-grid { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
  .home-platform .shell { grid-template-columns: 1fr 1fr; }
  .home-platform p, .home-platform .shell > div { grid-column: 1 / -1; }
  .editorial-hero__grid, .story-hero__inner { grid-template-columns: 1fr; }
  .editorial-hero__image, .story-hero figure { grid-row: 1; min-height: 500px; }
  .fit-facts__inner { grid-template-columns: 1fr; }
  .story-layout { grid-template-columns: 220px minmax(0px, 1fr); gap: 55px; }
  .footer-note { display: none; }
}

@media (width <= 700px) {
  .shell { width: min(100% - 30px, 1460px); }
  .site-header { height: auto; position: static; }
  .site-header__inner { grid-template-columns: 1fr; gap: 16px; padding: 18px 0px; }
  .site-header nav { justify-content: flex-start; gap: 16px; padding-bottom: 2px; font-size: 11px; overflow-x: auto; }
  .site-header nav a { flex: 0 0 auto; padding: 0px; }
  .landing-hero { min-height: 560px; }
  .landing-hero h1 { font-size: 49px; }
  .landing-hero__facts { flex-wrap: wrap; gap: 18px 26px; }
  .landing-cards, .product-grid { grid-template-columns: 1fr; }
  .landing-cards .landing-card:last-child { grid-column: auto; }
  .catalog-tools { flex-direction: column; align-items: stretch; padding: 22px 0px; }
  .catalog-search { width: 100%; }
  .catalog-summary { flex-direction: column; align-items: flex-start; gap: 8px; }
  .brand-hero__inner { padding: 60px 0px 80px; }
  .brand-hero__stats { grid-template-columns: 1fr; }
  .brand-hero__stats div { min-height: 100px; }
  .brand-hero__stats div + div { border-top: 1px solid rgba(255, 255, 255, 0.24); border-left: 0px; }
  .product-card__image { min-height: 260px; }
  .product-card__image img { height: 230px; }
  .site-footer__inner { grid-template-columns: 1fr; padding: 48px 0px; }
  .footer-links { flex-wrap: wrap; justify-content: flex-start; }
  .asset-section__header, .asset-guidance { grid-template-columns: 1fr; gap: 26px; }
  .asset-grid { grid-template-columns: 1fr; }
  .asset-card__body { flex-direction: column; align-items: flex-start; min-height: 160px; }
  .asset-guidance { padding: 34px 24px; }
  .detail-image { padding: 28px; }
  .detail-image img { height: 310px; }
  .detail-content { gap: 66px; padding: 76px 0px; }
  .home-hero { min-height: 620px; }
  .home-hero h1 { font-size: 52px; }
  .home-hero__actions, .home-hero__facts { flex-direction: column; align-items: flex-start; gap: 17px; }
  .home-hero__facts { margin-top: 38px; }
  .home-section, .home-solution-section { padding: 76px 0px; }
  .home-section__header, .editorial-intro { grid-template-columns: 1fr; gap: 22px; }
  .home-section__header > span { justify-self: start; }
  .family-card-grid, .solution-card-grid, .story-card-grid, .recommend-grid { grid-template-columns: 1fr; }
  .home-platform { padding: 75px 0px; }
  .home-platform .shell { grid-template-columns: 1fr; gap: 26px; }
  .home-platform .shell > div { flex-direction: column; gap: 18px; }
  .editorial-hero { padding-bottom: 55px; }
  .editorial-hero__grid { min-height: 0px; }
  .editorial-hero__image, .story-hero figure { min-height: 330px; }
  .editorial-hero__copy { padding: 42px 26px; }
  .editorial-hero__copy h1 { font-size: 44px; }
  .editorial-intro { padding: 74px 0px 54px; }
  .editorial-intro h2, .recommended h2 { font-size: 36px; }
  .benefit-grid { grid-template-columns: 1fr; padding-bottom: 75px; }
  .benefit-grid article, .benefit-grid article + article { border-left: 0px; border-bottom: 1px solid var(--line); min-height: 0px; padding: 30px 0px; }
  .benefit-grid h3 { margin-top: 22px; }
  .fit-facts { padding: 62px 0px; }
  .fit-facts dl { grid-template-columns: repeat(2, 1fr); }
  .fit-facts dl div:nth-child(3) { border-top: 1px solid rgba(255, 255, 255, 0.24); border-left: 0px; }
  .fit-facts dl div:nth-child(4) { border-top: 1px solid rgba(255, 255, 255, 0.24); }
  .recommended { padding: 80px 0px; }
  .recommended > header { flex-direction: column; align-items: flex-start; }
  .story-hero { padding-bottom: 55px; }
  .story-hero__inner { min-height: 0px; }
  .story-hero__copy { padding: 42px 26px; }
  .story-hero__copy > a { margin-bottom: 30px; }
  .story-hero__copy h1 { font-size: 41px; }
  .story-layout { grid-template-columns: 1fr; gap: 65px; padding: 76px 0px 90px; }
  .story-layout aside { position: static; }
  .story-standfirst { font-size: 25px; }
  .story-body h2 { font-size: 34px; }
  .story-body blockquote { margin: 65px 0px; padding: 30px 24px; font-size: 24px; }
}

.vl-home-hero { background: rgb(237, 231, 222); min-height: 680px; display: grid; position: relative; overflow: hidden; }

.vl-home-hero > img { object-fit: cover; width: 100%; height: 100%; position: absolute; inset: 0px; }

.vl-home-hero__shade { background: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0%, rgba(250, 245, 237, 0.52) 35%, rgba(250, 245, 237, 0.78) 50%, rgba(250, 245, 237, 0.1) 72%); position: absolute; inset: 0px; }

.vl-home-hero__copy { z-index: 1; text-align: center; flex-direction: column; justify-content: center; align-items: center; padding: 80px 0px 72px; display: flex; position: relative; }

.vl-home-hero__copy > p { color: var(--blue); letter-spacing: 0.17em; margin: 0px 0px 17px; font-size: 12px; font-weight: 800; }

.vl-home-hero__copy h1 { color: rgb(7, 47, 104); max-width: 660px; font-family: var(--serif); letter-spacing: -0.035em; margin: 0px; font-size: clamp(55px, 5.2vw, 80px); font-weight: 600; line-height: 0.91; }

.vl-home-hero__copy > span { color: rgb(23, 37, 56); max-width: 640px; margin: 26px auto 0px; font-size: 16px; line-height: 1.55; }

.vl-home-hero__copy > div { gap: 13px; margin-top: 30px; display: flex; }

.vl-home-hero__copy > div a { color: rgb(7, 54, 110); background: rgba(255, 255, 255, 0.9); border: 1px solid rgb(11, 95, 190); min-width: 150px; padding: 15px 18px; font-size: 12px; font-weight: 700; }

.vl-home-hero__copy > div a:first-child { color: rgb(255, 255, 255); background: rgb(8, 97, 191); }

.vl-home-hero__copy > div a:nth-child(2) { color: rgb(255, 255, 255); background: rgb(217, 133, 36); border-color: rgb(220, 134, 31); }

.vl-strengths { border-bottom: 1px solid var(--line); background: rgb(248, 251, 255); }

.vl-strengths__grid { grid-template-columns: 2.2fr repeat(5, 1fr); display: grid; }

.vl-strengths__intro { padding: 40px 38px 42px 0px; }

.vl-strengths__intro > p { color: var(--blue); letter-spacing: 0.15em; margin: 0px 0px 16px; font-size: 10px; font-weight: 800; }

.vl-strengths__intro h2 { color: var(--navy); font-family: var(--serif); margin: 0px 0px 16px; font-size: 29px; font-weight: 400; line-height: 1.08; }

.vl-strengths__intro span { color: var(--muted); font-size: 11px; line-height: 1.6; }

.vl-strengths article { border-left: 1px solid var(--line); text-align: center; flex-direction: column; justify-content: center; align-items: center; min-width: 0px; padding: 30px 18px; display: flex; }

.vl-strengths article i { color: rgb(7, 54, 110); border: 2px solid rgb(11, 67, 138); border-radius: 50%; place-items: center; width: 42px; height: 42px; margin-bottom: 15px; font-size: 10px; font-style: normal; font-weight: 800; display: grid; }

.vl-strengths article strong { color: var(--navy); font-size: 11px; line-height: 1.3; }

.vl-strengths article p { color: var(--muted); margin: 10px 0px 0px; font-size: 10px; line-height: 1.5; }

.vl-home-section { padding: 66px 0px 12px; scroll-margin-top: 85px; }

.vl-home-section + .vl-home-section { padding-top: 58px; }

.vl-rule-title { grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; margin: 0px 0px 30px; display: grid; }

.vl-rule-title > span { background: rgb(204, 216, 230); height: 1px; }

.vl-rule-title h2 { color: var(--navy); letter-spacing: 0.01em; text-transform: uppercase; margin: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: 500; }

.vl-brand-grid { grid-template-columns: 1fr 1fr; gap: 15px; display: grid; }

.vl-brand-grid article { border: 1px solid var(--line); background: rgb(247, 251, 255); grid-template-columns: 0.9fr 1.1fr; min-height: 315px; display: grid; overflow: hidden; }

.vl-brand-grid article > div { flex-direction: column; justify-content: center; padding: 40px; display: flex; }

.vl-brand-grid article p { color: var(--blue); letter-spacing: 0.15em; margin: 0px 0px 14px; font-size: 12px; }

.vl-brand-grid article h3 { color: var(--navy); font-family: var(--serif); margin: 0px 0px 14px; font-size: 32px; font-weight: 400; line-height: 1.02; }

.vl-brand-grid article span { color: var(--muted); font-size: 12px; line-height: 1.55; }

.vl-brand-grid article a { color: rgb(255, 255, 255); background: var(--blue); width: max-content; margin-top: 24px; padding: 12px 16px; font-size: 10px; font-weight: 700; }

.vl-brand-grid article figure { min-width: 0px; margin: 0px; overflow: hidden; }

.vl-brand-grid article img { object-fit: cover; width: 100%; height: 100%; }

.vl-brand-grid__koios { background: rgb(251, 247, 241) !important; }

.vl-brand-grid__koios p { color: var(--orange) !important; }

.vl-brand-grid__koios a { background: var(--orange) !important; }

.vl-family-grid { grid-template-columns: repeat(6, minmax(0px, 1fr)); gap: 12px; display: grid; }

.vl-family-grid article { border: 1px solid var(--line); background: rgb(255, 255, 255); min-width: 0px; overflow: hidden; }

.vl-card-image { aspect-ratio: 4 / 3; background: rgb(240, 242, 243); display: block; overflow: hidden; }

.vl-card-image img { object-fit: cover; width: 100%; height: 100%; transition: transform 0.4s; }

.vl-card-image:hover img { transform: scale(1.03); }

.vl-family-grid article > div { text-align: center; flex-direction: column; align-items: center; min-height: 170px; padding: 18px 14px; display: flex; }

.vl-family-grid h3 { color: var(--navy); margin: 0px 0px 11px; font-size: 14px; font-weight: 500; }

.vl-family-grid p { color: rgb(86, 101, 122); -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin: 0px; font-size: 10px; line-height: 1.55; display: -webkit-box; overflow: hidden; }

.vl-family-grid article > div > a { border: 1px solid var(--blue); color: var(--blue); margin-top: auto; padding: 9px 13px; font-size: 9px; font-weight: 700; }

.vl-family-grid article > div > a.is-koios { border-color: var(--orange); color: rgb(174, 91, 19); }

.vl-solution-grid { grid-template-columns: repeat(6, minmax(0px, 1fr)); gap: 12px; display: grid; }

.vl-solution-grid > a { color: rgb(255, 255, 255); background: rgb(22, 40, 60); min-height: 220px; position: relative; overflow: hidden; }

.vl-solution-grid > a::after { content: ""; background: linear-gradient(rgba(6, 22, 42, 0.08) 33%, rgba(6, 22, 42, 0.9)); position: absolute; inset: 0px; }

.vl-solution-grid img { object-fit: cover; width: 100%; height: 100%; transition: transform 0.4s; position: absolute; }

.vl-solution-grid > a:hover img { transform: scale(1.035); }

.vl-solution-grid div { z-index: 1; padding: 16px; position: absolute; inset: auto 0px 0px; }

.vl-solution-grid h3 { margin: 0px 0px 6px; font-size: 15px; font-weight: 500; }

.vl-solution-grid p { color: rgba(255, 255, 255, 0.88); -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin: 0px; font-size: 9px; line-height: 1.45; display: -webkit-box; overflow: hidden; }

.vl-story-grid { grid-template-columns: repeat(4, minmax(0px, 1fr)); gap: 16px; padding-bottom: 62px; display: grid; }

.vl-story-grid article { border: 1px solid var(--line); background: rgb(255, 255, 255); min-width: 0px; }

.vl-story-grid article > div { flex-direction: column; min-height: 210px; padding: 18px; display: flex; }

.vl-story-grid h3 { color: var(--navy); font-family: var(--serif); margin: 0px 0px 10px; font-size: 21px; font-weight: 400; line-height: 1.13; }

.vl-story-grid p { color: var(--muted); -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin: 0px 0px 12px; font-size: 10px; line-height: 1.55; display: -webkit-box; overflow: hidden; }

.vl-story-grid span { color: rgb(123, 137, 154); letter-spacing: 0.08em; font-size: 8px; font-weight: 700; }

.vl-story-grid article > div > a { color: var(--blue); margin-top: auto; font-size: 9px; font-weight: 700; }

.vl-support-strip { border-top: 1px solid var(--line); background: rgb(246, 248, 251); padding: 56px 0px 65px; }

.vl-support-grid { border: 1px solid var(--line); background: rgb(255, 255, 255); grid-template-columns: repeat(4, 1fr); display: grid; }

.vl-support-grid > a { grid-template-columns: 45px 1fr; align-items: center; gap: 16px; min-height: 125px; padding: 22px; display: grid; }

.vl-support-grid > a + a { border-left: 1px solid var(--line); }

.vl-support-grid i { width: 40px; height: 40px; color: var(--navy); border: 1px solid rgb(11, 67, 138); border-radius: 50%; place-items: center; font-size: 10px; font-style: normal; display: grid; }

.vl-support-grid h3 { color: var(--navy); margin: 0px 0px 7px; font-size: 12px; }

.vl-support-grid p { color: var(--muted); margin: 0px; font-size: 9px; line-height: 1.5; }

.site-footer__main { grid-template-columns: 2.2fr repeat(5, 1fr); align-items: start; gap: 42px; min-height: 260px; padding: 64px 0px 48px; display: grid; }

.site-footer__brand { padding-right: 32px; }

.site-footer__brand p:not(.footer-brand) { max-width: 350px; margin: 16px 0px; line-height: 1.65; }

.site-footer__brand > a { color: rgb(255, 255, 255); font-size: 11px; }

.site-footer__brand address { color: rgba(255, 255, 255, 0.78); flex-direction: column; align-items: flex-start; gap: 9px; margin-top: 22px; font-size: 10px; font-style: normal; line-height: 1.55; display: flex; }

.site-footer__brand address a { color: rgb(255, 255, 255); }

.footer-group { flex-direction: column; gap: 13px; display: flex; }

.footer-group h3 { color: rgb(255, 255, 255); text-transform: uppercase; letter-spacing: 0.08em; margin: 2px 0px 7px; font-size: 11px; }

.footer-group a { font-size: 10px; }

.footer-group a:hover { color: rgb(255, 255, 255); }

.site-footer__bottom { border-top: 1px solid rgba(255, 255, 255, 0.15); padding: 24px 0px 28px; font-size: 9px; line-height: 1.55; display: block; }

.site-footer__bottom p { font-size: inherit; margin: 0px; }

.site-footer__bottom p + p { margin-top: 4px; }

.corporate-hero { color: rgb(255, 255, 255); background: linear-gradient(118deg, rgb(6, 29, 65), rgb(6, 59, 121) 64%, rgb(8, 100, 191)); position: relative; overflow: hidden; }

.corporate-hero::after { content: ""; border: 1px solid rgba(255, 255, 255, 0.17); border-radius: 50%; width: 680px; height: 680px; position: absolute; top: -270px; right: -125px; box-shadow: rgba(255, 255, 255, 0.035) 0px 0px 0px 90px, rgba(255, 255, 255, 0.024) 0px 0px 0px 180px; }

.corporate-hero--warm { background: linear-gradient(118deg, rgb(45, 39, 35), rgb(106, 67, 41) 65%, rgb(185, 97, 27)); }

.corporate-hero__grid { z-index: 1; align-items: center; min-height: 560px; padding: 88px 0px; display: grid; position: relative; }

.corporate-hero--image .corporate-hero__grid { grid-template-columns: 0.82fr 1.18fr; gap: 50px; }

.corporate-hero__grid > div > p { color: rgb(139, 199, 255); letter-spacing: 0.16em; margin: 0px 0px 18px; font-size: 10px; font-weight: 800; }

.corporate-hero--warm .corporate-hero__grid > div > p { color: rgb(255, 198, 143); }

.corporate-hero h1 { max-width: 840px; font-family: var(--serif); letter-spacing: -0.04em; margin: 0px 0px 25px; font-size: clamp(52px, 6vw, 82px); font-weight: 400; line-height: 0.96; }

.corporate-hero__grid > div > span { color: rgba(255, 255, 255, 0.78); max-width: 720px; font-size: 16px; line-height: 1.7; display: block; }

.corporate-hero figure { border: 1px solid rgba(255, 255, 255, 0.18); min-width: 0px; height: 440px; margin: 0px; overflow: hidden; }

.corporate-hero figure img { object-fit: cover; width: 100%; height: 100%; }

.corporate-section { padding: 110px 0px 120px; }

.brand-story-grid { grid-template-columns: 1fr 1fr; gap: 20px; display: grid; }

.brand-story-grid article { border: 1px solid var(--line); background: rgb(245, 249, 253); transition: transform 0.25s, box-shadow 0.25s; overflow: hidden; }

.brand-story-grid article:hover { transform: translateY(-5px); box-shadow: rgba(10, 44, 83, 0.12) 0px 20px 45px; }

.brand-story-grid article.is-koios { background: rgb(251, 246, 239); }

.brand-story-grid figure { aspect-ratio: 16 / 9; margin: 0px; overflow: hidden; }

.brand-story-grid figure img { object-fit: cover; width: 100%; height: 100%; }

.brand-story-grid article > div { padding: 40px; }

.brand-story-grid p { color: var(--blue); letter-spacing: 0.14em; margin: 0px 0px 13px; font-size: 9px; font-weight: 800; }

.brand-story-grid .is-koios p { color: var(--orange); }

.brand-story-grid h2 { color: var(--navy); font-family: var(--serif); margin: 0px 0px 14px; font-size: 40px; font-weight: 400; }

.brand-story-grid article > div > span { color: var(--muted); font-size: 14px; line-height: 1.7; }

.brand-story-grid article > div > div { color: var(--blue); flex-wrap: wrap; gap: 22px; margin-top: 28px; font-size: 11px; font-weight: 700; display: flex; }

.brand-story-grid .is-koios article > div > div, .brand-story-grid .is-koios a { color: var(--orange); }

.corporate-band { color: rgb(255, 255, 255); background: rgb(9, 46, 96); padding: 90px 0px; }

.corporate-band p { color: rgb(139, 199, 255); letter-spacing: 0.14em; margin: 0px 0px 16px; font-size: 9px; font-weight: 800; }

.corporate-band h2 { max-width: 880px; font-family: var(--serif); margin: 0px 0px 25px; font-size: 46px; font-weight: 400; line-height: 1.08; }

.corporate-band a { font-size: 11px; font-weight: 700; }

.corporate-intro { grid-template-columns: 0.35fr 1.65fr; gap: 70px; padding: 105px 0px 75px; display: grid; }

.corporate-intro > p { color: var(--blue); letter-spacing: 0.14em; margin: 8px 0px 0px; font-size: 9px; font-weight: 800; }

.corporate-intro h2 { max-width: 980px; color: var(--navy); font-family: var(--serif); margin: 0px; font-size: 43px; font-weight: 400; line-height: 1.2; }

.corporate-pillars { border-top: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); padding-bottom: 110px; display: grid; }

.corporate-pillars article { min-height: 260px; padding: 34px 34px 20px 0px; }

.corporate-pillars article + article { border-left: 1px solid var(--line); padding-left: 34px; }

.corporate-pillars article > span, .about-values article > span { color: var(--blue); font-family: var(--serif); font-size: 18px; }

.corporate-pillars h3, .about-values h3 { color: var(--navy); font-family: var(--serif); margin: 48px 0px 13px; font-size: 28px; font-weight: 400; }

.corporate-pillars p, .about-values p { color: var(--muted); margin: 0px; font-size: 13px; line-height: 1.7; }

.split-story { background: rgb(243, 246, 249); padding: 95px 0px; }

.split-story > .shell { grid-template-columns: 1.15fr 0.85fr; align-items: center; gap: 70px; display: grid; }

.split-story figure { height: 500px; margin: 0px; overflow: hidden; }

.split-story figure img { object-fit: cover; width: 100%; height: 100%; }

.split-story p { color: var(--blue); letter-spacing: 0.14em; margin: 0px 0px 15px; font-size: 9px; font-weight: 800; }

.split-story h2 { color: var(--navy); font-family: var(--serif); margin: 0px 0px 20px; font-size: 45px; font-weight: 400; line-height: 1.08; }

.split-story span { color: var(--muted); font-size: 14px; line-height: 1.8; display: block; }

.split-story a { color: var(--blue); margin-top: 25px; font-size: 11px; font-weight: 700; display: inline-block; }

.product-overview { padding: 105px 0px 120px; scroll-margin-top: 85px; }

.product-overview--warm { background: rgb(247, 243, 238); }

.product-overview--warm > .shell { padding: 0px; }

.product-overview header { border-bottom: 1px solid var(--line); grid-template-columns: 1fr 1fr; align-items: end; gap: 12px 60px; margin-bottom: 34px; padding-bottom: 25px; display: grid; }

.product-overview header > div { grid-row: 1 / span 2; }

.product-overview header p { color: var(--blue); letter-spacing: 0.14em; margin: 0px 0px 12px; font-size: 10px; font-weight: 800; }

.product-overview--warm header p { color: var(--orange); }

.product-overview header h2 { color: var(--navy); font-family: var(--serif); letter-spacing: -0.025em; margin: 0px; font-size: clamp(40px, 4.4vw, 58px); font-weight: 400; line-height: 1; }

.product-overview header > span { max-width: 560px; color: var(--muted); justify-self: end; font-size: 14px; line-height: 1.7; }

.product-overview header > a { color: var(--blue); grid-column: 2; justify-self: end; font-size: 11px; font-weight: 700; }

.product-overview--warm header > a { color: var(--orange); }

.product-overview__grid { grid-template-columns: repeat(3, 1fr); gap: 18px; display: grid; }

.product-overview__grid > a { border: 1px solid var(--line); background: rgb(255, 255, 255); transition: transform 0.25s, box-shadow 0.25s; }

.product-overview__grid > a:hover { transform: translateY(-5px); box-shadow: rgba(10, 44, 83, 0.12) 0px 20px 45px; }

.product-overview__grid figure { aspect-ratio: 4 / 3; margin: 0px; overflow: hidden; }

.product-overview__grid img { object-fit: cover; width: 100%; height: 100%; }

.product-overview__grid > a > div { flex-direction: column; min-height: 230px; padding: 24px; display: flex; }

.product-overview__grid > a > div > p { color: var(--blue); letter-spacing: 0.14em; margin: 0px 0px 11px; font-size: 9px; font-weight: 800; }

.product-overview--warm .product-overview__grid > a > div > p { color: var(--orange); }

.product-overview__grid h3 { color: var(--navy); font-family: var(--serif); margin: 0px 0px 10px; font-size: 27px; font-weight: 400; }

.product-overview__grid .product-overview__lede { color: var(--muted); font-size: 12px; line-height: 1.65; }

.product-overview__grid b { color: var(--blue); margin-top: auto; padding-top: 20px; font-size: 10px; font-weight: 700; }

.product-overview--warm .product-overview__grid b { color: var(--orange); }

.story-index { padding: 110px 0px 120px; }

.story-index article { border: 1px solid var(--line); grid-template-columns: 0.8fr 1.2fr; min-height: 420px; display: grid; }

.story-index article + article { margin-top: 22px; }

.story-index article:nth-child(2n) figure { grid-area: 1 / 2; }

.story-index figure { min-width: 0px; margin: 0px; overflow: hidden; }

.story-index figure img { object-fit: cover; width: 100%; height: 100%; }

.story-index article > div { flex-direction: column; justify-content: center; padding: 55px; display: flex; }

.story-index article > div > p { color: var(--blue); letter-spacing: 0.13em; margin: 0px 0px 15px; font-size: 9px; font-weight: 800; }

.story-index h2 { color: var(--navy); font-family: var(--serif); margin: 0px 0px 17px; font-size: 39px; font-weight: 400; line-height: 1.08; }

.story-index article > div > span { color: var(--muted); font-size: 14px; line-height: 1.75; }

.story-index small { color: rgb(122, 137, 153); margin-top: 18px; font-size: 9px; font-weight: 700; }

.story-index a { color: var(--blue); margin-top: 25px; font-size: 11px; font-weight: 700; }

.support-page { padding: 100px 0px 120px; }

.support-page article { border-top: 1px solid var(--line); grid-template-columns: 120px 1fr; padding: 55px 0px; scroll-margin-top: 100px; display: grid; }

.support-page article:last-child { border-bottom: 1px solid var(--line); }

.support-page article > span { color: var(--blue); font-family: var(--serif); font-size: 35px; }

.support-page article > div > p { color: var(--blue); letter-spacing: 0.14em; margin: 0px 0px 13px; font-size: 9px; font-weight: 800; }

.support-page h2 { color: var(--navy); font-family: var(--serif); margin: 0px 0px 16px; font-size: 42px; font-weight: 400; }

.support-page__copy { max-width: 820px; color: var(--muted); font-size: 14px; line-height: 1.8; }

.support-page nav { color: var(--blue); flex-wrap: wrap; gap: 24px; margin-top: 23px; font-size: 11px; font-weight: 700; display: flex; }

.support-card-grid { grid-template-columns: repeat(4, minmax(0px, 1fr)); gap: 18px; display: grid; }

.support-card-grid article { border: 1px solid var(--line); background: rgb(255, 255, 255); flex-direction: column; min-height: 350px; padding: 30px; scroll-margin-top: 100px; transition: transform 0.25s, box-shadow 0.25s; display: flex; }

.support-card-grid article:hover { transform: translateY(-5px); box-shadow: rgba(10, 44, 83, 0.12) 0px 20px 45px; }

.support-card-grid article > span { color: var(--blue); font-family: var(--serif); font-size: 25px; }

.support-card-grid article > div { flex-direction: column; flex: 1 1 0%; display: flex; }

.support-card-grid article > div > p { color: var(--blue); letter-spacing: 0.14em; margin: 42px 0px 12px; font-size: 9px; font-weight: 800; }

.support-card-grid h2 { color: var(--navy); font-family: var(--serif); margin: 0px 0px 16px; font-size: 30px; font-weight: 400; line-height: 1.08; }

.support-card-grid .support-page__copy { font-size: 12px; line-height: 1.7; }

.support-card-grid nav { color: var(--blue); flex-direction: column; align-items: flex-start; gap: 9px; margin-top: auto; padding-top: 24px; font-size: 10px; font-weight: 700; display: flex; }

.about-values { border-top: 1px solid var(--line); grid-template-columns: repeat(4, 1fr); padding-bottom: 110px; display: grid; }

.about-values article { min-height: 285px; padding: 35px 28px 20px 0px; }

.about-values article + article { border-left: 1px solid var(--line); padding-left: 28px; }

.about-values h3 { margin-top: 55px; }

.about-mission { color: rgb(255, 255, 255); background: rgb(9, 46, 96); padding: 95px 0px; }

.about-mission .shell { grid-template-columns: 0.9fr 1.1fr; gap: 90px; display: grid; }

.about-mission p { color: rgb(157, 206, 255); margin: 0px 0px 15px; font-size: 10px; line-height: 1.8; }

.about-mission h2 { font-family: var(--serif); margin: 0px; font-size: 45px; font-weight: 400; line-height: 1.12; }

.about-mission .shell > div:last-child > p { color: rgba(255, 255, 255, 0.76); font-size: 14px; }

.about-mission a { margin-top: 20px; font-size: 11px; font-weight: 700; display: inline-block; }

.contact-library .contact-grid { padding: 0px; }

.contact-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 110px 0px 125px; display: grid; }

.contact-grid article { border: 1px solid var(--line); background: rgb(247, 249, 252); flex-direction: column; min-height: 360px; padding: 40px; transition: transform 0.25s, box-shadow 0.25s; display: flex; }

.contact-grid article:hover { transform: translateY(-5px); box-shadow: rgba(10, 44, 83, 0.12) 0px 20px 45px; }

.contact-grid article > p { color: var(--blue); letter-spacing: 0.14em; margin: 0px 0px 16px; font-size: 9px; font-weight: 800; }

.contact-grid h2 { color: var(--navy); font-family: var(--serif); margin: 0px 0px 18px; font-size: 35px; font-weight: 400; }

.contact-grid span { color: var(--muted); font-size: 13px; line-height: 1.75; }

.contact-grid a { color: var(--blue); margin-top: auto; font-size: 11px; font-weight: 700; }

.contact-grid .contact-form-card { background: rgb(255, 255, 255); grid-column: 1 / -1; grid-template-columns: 0.72fr 1.28fr; gap: 65px; min-height: 0px; padding: 54px; display: grid; }

.contact-grid .contact-form-card:hover { transform: none; }

.contact-form-card__intro { border-right: 1px solid var(--line); padding-right: 48px; }

.contact-form-card__intro > p { color: var(--blue); letter-spacing: 0.14em; margin: 0px 0px 16px; font-size: 9px; font-weight: 800; }

.contact-form-card__intro h2 { max-width: 430px; font-size: 43px; line-height: 1.08; }

.contact-form-card__intro > span { max-width: 440px; display: block; }

.inquiry-form { min-width: 0px; }

.inquiry-form__grid { grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 20px; display: grid; }

.inquiry-form label { flex-direction: column; gap: 8px; display: flex; }

.inquiry-form label > span { color: var(--navy); letter-spacing: 0.05em; font-size: 10px; font-weight: 700; }

.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; color: var(--navy); font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; background: rgb(255, 255, 255); border: 1px solid rgb(202, 213, 225); border-radius: 0px; outline: none; padding: 13px 14px; font-size: 13px; transition: border-color 0.2s, box-shadow 0.2s; }

.inquiry-form select { min-height: 45px; }

.inquiry-form textarea { resize: vertical; line-height: 1.6; }

.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--blue); box-shadow: rgba(0, 88, 188, 0.12) 0px 0px 0px 3px; }

.inquiry-form__wide { grid-column: 1 / -1; }

.inquiry-form__honeypot { width: 1px; height: 1px; position: absolute; left: -10000px; overflow: hidden; }

.inquiry-form .inquiry-form__consent { flex-direction: row; align-items: flex-start; gap: 10px; margin-top: 20px; }

.inquiry-form__consent input { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 2px; }

.inquiry-form .inquiry-form__consent > span { color: var(--muted); letter-spacing: 0px; font-size: 11px; font-weight: 400; line-height: 1.55; }

.inquiry-form__footer { align-items: center; gap: 18px; margin-top: 22px; display: flex; }

.inquiry-form__footer button { border: 1px solid var(--blue); color: rgb(255, 255, 255); background: var(--blue); letter-spacing: 0.04em; cursor: pointer; min-width: 160px; padding: 14px 22px; font-size: 10px; font-weight: 800; transition: background 0.2s, border-color 0.2s; }

.inquiry-form__footer button:hover { border-color: var(--navy); background: var(--navy); }

.inquiry-form__footer button:focus-visible { outline-offset: 2px; outline: rgba(0, 88, 188, 0.25) solid 3px; }

.inquiry-form__footer p { color: var(--muted); margin: 0px; font-size: 10px; }

.inquiry-form__status { border-left: 3px solid var(--blue); color: var(--navy); background: rgb(238, 245, 252); margin: 18px 0px 0px; padding: 10px 14px; font-size: 12px; line-height: 1.6; }

.legal-copy { max-width: 900px; padding: 90px 0px 120px; }

.legal-copy__date { font-weight: 700; color: var(--blue) !important; font-size: 11px !important; }

.legal-copy h2 { color: var(--navy); font-family: var(--serif); margin: 50px 0px 14px; font-size: 32px; font-weight: 400; }

.legal-copy p { color: var(--muted); margin: 0px; font-size: 14px; line-height: 1.85; }

.landing-fit .benefit-grid { padding-bottom: 0px; }

.about-vision { padding-bottom: 35px; }

.brand-portfolio { padding-bottom: 120px; }

@media (width <= 1180px) {
  .site-header__inner { grid-template-columns: 180px 1fr; }
  .platform-label { display: none; }
  .site-header nav { justify-content: flex-end; gap: 22px; }
  .vl-strengths__grid { grid-template-columns: repeat(5, 1fr); }
  .vl-strengths__intro { grid-column: 1 / -1; padding-right: 0px; }
  .vl-strengths article { border-top: 1px solid var(--line); }
  .vl-family-grid, .vl-solution-grid { grid-template-columns: repeat(3, 1fr); }
  .support-card-grid { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
  .site-footer__main { grid-template-columns: 1.8fr repeat(3, 1fr); }
  .footer-group:nth-of-type(4), .footer-group:nth-of-type(5) { grid-column: auto; }
}

@media (width <= 800px) {
  .site-header { height: auto; position: static; }
  .site-header__inner { grid-template-columns: 1fr; gap: 16px; padding: 18px 0px; }
  .site-header nav { justify-content: flex-start; gap: 18px; padding-bottom: 4px; font-size: 11px; overflow-x: auto; }
  .site-header nav a { flex: 0 0 auto; padding: 0px; }
  .vl-home-hero { min-height: 650px; }
  .vl-home-hero__shade { background: rgba(248, 242, 233, 0.72); }
  .vl-home-hero__copy h1 { font-size: 52px; }
  .vl-home-hero__copy > div { flex-direction: column; width: min(100%, 320px); }
  .vl-strengths__grid { grid-template-columns: 1fr 1fr; }
  .vl-strengths__intro, .vl-strengths article:last-child { grid-column: 1 / -1; }
  .vl-rule-title { gap: 12px; }
  .vl-rule-title h2 { text-align: center; font-size: 15px; }
  .vl-brand-grid, .brand-story-grid, .corporate-hero--image .corporate-hero__grid, .split-story > .shell, .about-mission .shell, .vl-brand-grid article { grid-template-columns: 1fr; }
  .vl-brand-grid article figure { grid-row: 1; min-height: 270px; }
  .vl-family-grid, .vl-solution-grid, .vl-story-grid, .vl-support-grid, .about-values, .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .vl-support-grid > a:nth-child(3) { border-left: 0px; border-top: 1px solid var(--line); }
  .vl-support-grid > a:nth-child(4) { border-top: 1px solid var(--line); }
  .site-footer__main { grid-template-columns: repeat(2, 1fr); }
  .site-footer__brand { grid-column: 1 / -1; }
  .corporate-hero__grid { min-height: 450px; }
  .corporate-hero figure { grid-row: 1; height: 360px; }
  .corporate-intro { grid-template-columns: 1fr; gap: 24px; }
  .product-overview header, .recommended > header { grid-template-columns: 1fr; gap: 18px; }
  .product-overview header > div, .recommended > header > div { grid-row: auto; }
  .product-overview header > span, .product-overview header > a, .recommended > header > span, .recommended > header > a { grid-column: 1; justify-self: start; }
  .corporate-pillars { grid-template-columns: 1fr; }
  .corporate-pillars article, .corporate-pillars article + article { border-left: 0px; border-bottom: 1px solid var(--line); min-height: 0px; padding: 30px 0px; }
  .corporate-pillars h3 { margin-top: 24px; }
  .split-story figure { height: 390px; }
  .product-overview__grid, .story-index article { grid-template-columns: 1fr; }
  .story-index article:nth-child(2n) figure { grid-area: 1 / 1; }
  .story-index figure { min-height: 340px; }
  .about-values article:nth-child(3) { border-left: 0px; }
  .contact-grid .contact-form-card { grid-template-columns: 1fr; gap: 32px; padding: 40px; }
  .contact-form-card__intro { border-right: 0px; border-bottom: 1px solid var(--line); padding: 0px 0px 30px; }
}

@media (width <= 560px) {
  .vl-home-hero__copy > span { font-size: 14px; }
  .vl-strengths__grid, .vl-family-grid, .vl-solution-grid, .vl-story-grid, .vl-support-grid, .site-footer__main, .about-values, .contact-grid, .support-card-grid { grid-template-columns: 1fr; }
  .vl-strengths article, .vl-strengths article:last-child { border-left: 0px; grid-column: auto; }
  .vl-family-grid article > div { min-height: 155px; }
  .vl-solution-grid > a { min-height: 260px; }
  .vl-support-grid > a + a { border-left: 0px; border-top: 1px solid var(--line); }
  .site-footer__brand { grid-column: auto; }
  .site-footer__bottom { flex-direction: column; }
  .corporate-hero__grid { min-height: 420px; padding: 65px 0px; }
  .corporate-hero h1 { font-size: 47px; }
  .corporate-hero__grid > div > span { font-size: 14px; }
  .brand-story-grid article > div, .contact-grid article { padding: 28px; }
  .brand-story-grid h2, .corporate-band h2, .corporate-intro h2, .split-story h2, .about-mission h2 { font-size: 36px; }
  .product-overview header { grid-template-columns: 1fr; gap: 17px; }
  .product-overview header p { grid-column: auto; }
  .product-overview header h2 { font-size: 36px; }
  .story-index article > div { padding: 30px 25px; }
  .story-index h2 { font-size: 34px; }
  .support-page article { grid-template-columns: 1fr; gap: 20px; }
  .about-values article, .about-values article + article { border-left: 0px; border-bottom: 1px solid var(--line); min-height: 0px; padding: 30px 0px; }
  .about-values h3 { margin-top: 25px; }
  .contact-grid .contact-form-card { padding: 28px; }
  .contact-form-card__intro h2 { font-size: 36px; }
  .inquiry-form__grid { grid-template-columns: 1fr; }
  .inquiry-form__wide { grid-column: auto; }
  .inquiry-form__footer { flex-direction: column; align-items: flex-start; }
}

.mooka-story__mission { grid-template-columns: 0.38fr 1.05fr 0.57fr; align-items: start; gap: 60px; padding: 110px 0px 105px; display: grid; }

.mooka-story__mission > p, .mooka-story__promise-copy > p, .mooka-story__safety p, .mooka-story__community header > p, .mooka-story__cta p { color: var(--blue); letter-spacing: 0.15em; margin: 9px 0px 0px; font-size: 9px; font-weight: 800; }

.mooka-story__mission h2 { color: var(--navy); font-family: var(--serif); margin: 0px; font-size: clamp(40px, 4.2vw, 58px); font-weight: 400; line-height: 1.08; }

.mooka-story__mission > span { color: var(--muted); font-size: 15px; line-height: 1.85; }

.mooka-story__threats { background: rgb(242, 246, 250); padding: 100px 0px; }

.mooka-story__threats article { border: 1px solid var(--line); background: rgb(255, 255, 255); grid-template-columns: 1.1fr 0.9fr; min-height: 510px; display: grid; overflow: hidden; }

.mooka-story__threats article + article { margin-top: 24px; }

.mooka-story__threats figure { min-width: 0px; margin: 0px; overflow: hidden; }

.mooka-story__threats figure img { object-fit: cover; width: 100%; height: 100%; }

.mooka-story__threats article > div { flex-direction: column; justify-content: center; padding: clamp(44px, 6vw, 82px); display: flex; }

.mooka-story__threats article > div > p { color: var(--blue); letter-spacing: 0.14em; margin: 0px 0px 17px; font-size: 9px; font-weight: 800; }

.mooka-story__threats h2 { color: var(--navy); font-family: var(--serif); margin: 0px 0px 22px; font-size: clamp(38px, 4vw, 52px); font-weight: 400; line-height: 1.06; }

.mooka-story__threats article > div > span { color: var(--muted); font-size: 14px; line-height: 1.85; }

.mooka-story__promise { grid-template-columns: 0.85fr 1.15fr; gap: 70px; padding: 112px 0px 120px; display: grid; }

.mooka-story__promise-copy { align-self: center; }

.mooka-story__promise-copy > p { margin-bottom: 17px; }

.mooka-story__promise h2 { color: var(--navy); font-family: var(--serif); margin: 0px 0px 22px; font-size: clamp(40px, 4.2vw, 56px); font-weight: 400; line-height: 1.07; }

.mooka-story__promise-copy > span { color: var(--muted); font-size: 14px; line-height: 1.85; display: block; }

.mooka-story__promise > figure { height: 510px; margin: 0px; overflow: hidden; }

.mooka-story__promise > figure img { object-fit: cover; width: 100%; height: 100%; }

.mooka-story__principles { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); margin-top: 10px; display: grid; }

.mooka-story__principles article { min-height: 230px; padding: 34px 35px 30px 0px; }

.mooka-story__principles article + article { border-left: 1px solid var(--line); padding-left: 35px; }

.mooka-story__principles b { color: var(--blue); font-family: var(--serif); font-size: 17px; font-weight: 400; }

.mooka-story__principles h3 { color: var(--navy); font-family: var(--serif); margin: 45px 0px 12px; font-size: 27px; font-weight: 400; }

.mooka-story__principles p { color: var(--muted); margin: 0px; font-size: 12px; line-height: 1.65; }

.mooka-story__safety { color: rgb(255, 255, 255); background: linear-gradient(120deg, rgb(6, 29, 65), rgb(7, 59, 120)); padding: 100px 0px; }

.mooka-story__safety > .shell { grid-template-columns: 0.7fr 1.3fr; align-items: center; gap: 90px; display: grid; }

.mooka-story__safety figure { background: rgb(255, 255, 255); height: 420px; margin: 0px; padding: 34px; }

.mooka-story__safety figure img { object-fit: contain; width: 100%; height: 100%; }

.mooka-story__safety p { color: rgb(139, 199, 255); margin: 0px 0px 16px; }

.mooka-story__safety h2 { max-width: 760px; font-family: var(--serif); margin: 0px 0px 22px; font-size: clamp(41px, 4.2vw, 57px); font-weight: 400; line-height: 1.08; }

.mooka-story__safety div > div > span { color: rgba(255, 255, 255, 0.8); font-size: 15px; line-height: 1.85; display: block; }

.mooka-story__safety small { color: rgba(255, 255, 255, 0.55); max-width: 760px; margin-top: 17px; font-size: 10px; line-height: 1.6; display: block; }

.mooka-story__safety a { color: var(--navy); background: rgb(255, 255, 255); margin-top: 28px; padding: 14px 18px; font-size: 11px; font-weight: 700; display: inline-block; }

.mooka-story__community { padding: 115px 0px 125px; }

.mooka-story__community header { border-bottom: 1px solid var(--line); grid-template-columns: 0.35fr 1fr 0.65fr; align-items: end; gap: 60px; margin-bottom: 38px; padding-bottom: 28px; display: grid; }

.mooka-story__community header h2 { color: var(--navy); font-family: var(--serif); margin: 0px; font-size: clamp(42px, 4.5vw, 60px); font-weight: 400; }

.mooka-story__community header > span { color: var(--muted); font-size: 14px; line-height: 1.75; }

.mooka-story__community > div { grid-template-columns: 0.85fr 1.15fr; gap: 18px; display: grid; }

.mooka-story__community figure { height: 430px; margin: 0px; overflow: hidden; }

.mooka-story__community figure img { object-fit: cover; width: 100%; height: 100%; }

.mooka-story__community article { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; gap: 70px; padding: 38px 0px 0px; display: grid; }

.mooka-story__community article p { color: var(--muted); margin: 0px; font-size: 14px; line-height: 1.85; }

.mooka-story__cta { color: rgb(255, 255, 255); background: rgb(10, 53, 108); padding: 90px 0px; }

.mooka-story__cta > .shell { grid-template-columns: 1.2fr 0.8fr; align-items: end; gap: 80px; display: grid; }

.mooka-story__cta p { color: rgb(139, 199, 255); margin: 0px 0px 16px; }

.mooka-story__cta h2 { max-width: 820px; font-family: var(--serif); margin: 0px; font-size: clamp(40px, 4.5vw, 58px); font-weight: 400; line-height: 1.08; }

.mooka-story__cta .shell > div:last-child { border-left: 1px solid rgba(255, 255, 255, 0.22); flex-direction: column; align-items: flex-start; gap: 15px; padding-left: 35px; display: flex; }

.mooka-story__cta a { font-size: 11px; font-weight: 700; }

@media (width <= 900px) {
  .mooka-story__mission { grid-template-columns: 1fr; gap: 25px; }
  .mooka-story__threats article { grid-template-columns: 1fr; }
  .mooka-story__threats article:nth-child(2) figure { grid-row: 1; }
  .mooka-story__threats figure { min-height: 400px; }
  .mooka-story__promise, .mooka-story__safety > .shell, .mooka-story__cta > .shell { grid-template-columns: 1fr; }
  .mooka-story__promise > figure { grid-row: 1; }
  .mooka-story__community header { grid-template-columns: 1fr; gap: 20px; }
  .mooka-story__community > div { grid-template-columns: 1fr; }
  .mooka-story__community article { grid-column: auto; }
  .mooka-story__cta .shell > div:last-child { border-top: 1px solid rgba(255, 255, 255, 0.22); border-left: 0px; padding: 28px 0px 0px; }
}

@media (width <= 600px) {
  .mooka-story__mission, .mooka-story__community { padding: 78px 0px; }
  .mooka-story__threats, .mooka-story__safety, .mooka-story__cta { padding: 72px 0px; }
  .mooka-story__threats article > div { padding: 38px 25px; }
  .mooka-story__threats figure { min-height: 300px; }
  .mooka-story__promise { grid-template-columns: 1fr; gap: 38px; padding: 78px 0px; }
  .mooka-story__promise > figure { height: 330px; }
  .mooka-story__principles { grid-template-columns: 1fr; }
  .mooka-story__principles article, .mooka-story__principles article + article { border-left: 0px; border-bottom: 1px solid var(--line); min-height: 0px; padding: 28px 0px; }
  .mooka-story__principles h3 { margin-top: 22px; }
  .mooka-story__safety figure { height: 330px; padding: 20px; }
  .mooka-story__community figure { height: 300px; }
  .mooka-story__community article { grid-template-columns: 1fr; gap: 20px; }
}

@property --tw-blur { syntax: "*"; inherits: false; }

@property --tw-brightness { syntax: "*"; inherits: false; }

@property --tw-contrast { syntax: "*"; inherits: false; }

@property --tw-grayscale { syntax: "*"; inherits: false; }

@property --tw-hue-rotate { syntax: "*"; inherits: false; }

@property --tw-invert { syntax: "*"; inherits: false; }

@property --tw-opacity { syntax: "*"; inherits: false; }

@property --tw-saturate { syntax: "*"; inherits: false; }

@property --tw-sepia { syntax: "*"; inherits: false; }

@property --tw-drop-shadow { syntax: "*"; inherits: false; }

@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }

@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }

@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
