@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; }
  .grow { flex-grow: 1; }
  .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; }

@scope (.koios-full) {
  :scope { --orange: #f28b00; --orange-soft: #ffb14a; --ink: #17191c; --navy: #082f65; --paper: #f7f2e9; --cream: #fff9f0; --muted: #676c73; --line: #d9d6d0; --white: #fff; }
  * { box-sizing: border-box; }
  :scope { scroll-behavior: smooth; color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; margin: 0px; font-family: Arial, Helvetica, sans-serif; }
  a { color: inherit; text-decoration: none; }
  img { display: block; }
  svg { fill: none; stroke: currentcolor; stroke-width: 1.7px; width: 18px; }
  .site-header { z-index: 50; backdrop-filter: blur(12px); background: rgba(255, 255, 255, 0.96); border-bottom: 1px solid rgba(8, 47, 101, 0.08); grid-template-columns: 220px 1fr 220px; align-items: center; height: 78px; padding: 0px 3.6vw; display: grid; position: sticky; top: 0px; }
  .corporate-mark { color: rgb(7, 53, 122); letter-spacing: 0.02em; flex-direction: column; width: fit-content; font-weight: 900; line-height: 0.78; display: inline-flex; }
  .corporate-mark span { font-size: 24px; }
  .corporate-mark small { letter-spacing: 0.16em; align-self: center; margin-top: 7px; font-size: 11px; }
  .desktop-nav { color: rgb(24, 36, 56); justify-content: center; align-items: center; gap: clamp(20px, 2.3vw, 42px); font-size: 14px; display: flex; }
  .desktop-nav a { padding: 29px 0px 26px; position: relative; }
  .desktop-nav a::after { content: ""; background: var(--orange); width: 0px; height: 2px; transition: 0.2s; position: absolute; bottom: 20px; left: 50%; }
  .desktop-nav a:hover::after, .desktop-nav a.active::after { width: 100%; left: 0px; }
  .platform-label { color: var(--navy); justify-content: flex-end; align-items: center; gap: 8px; font-size: 12px; display: flex; }
  .platform-label i { background: var(--orange); border-radius: 50%; width: 6px; height: 6px; }
  .mobile-menu { display: none; }
  .brand-bar { color: rgb(255, 255, 255); background: var(--ink); grid-template-columns: 180px 1fr auto; align-items: center; height: 48px; padding: 0px 3.6vw; display: grid; }
  .koios-wordmark { color: var(--orange); letter-spacing: 0.22em; font-size: 23px; font-weight: 300; }
  .brand-bar > span { letter-spacing: 0.16em; color: rgb(184, 188, 193); font-size: 10px; }
  .brand-bar > a:last-child { color: rgb(231, 232, 234); align-items: center; gap: 9px; font-size: 11px; display: flex; }
  .hero { background: rgb(40, 37, 34); height: calc(-76px + 100vh); min-height: 660px; max-height: 880px; position: relative; overflow: hidden; }
  .hero > img { object-fit: cover; object-position: center center; }
  .hero-shade { background: linear-gradient(90deg, rgba(13, 13, 12, 0.78) 0%, rgba(13, 13, 12, 0.53) 39%, rgba(13, 13, 12, 0.06) 70%); position: absolute; inset: 0px; }
  .hero-copy { z-index: 2; color: rgb(255, 255, 255); width: min(760px, 60vw); padding: clamp(95px, 12vh, 145px) 0px 0px 7vw; position: relative; }
  .eyebrow { color: rgb(214, 111, 0); letter-spacing: 0.2em; margin: 0px 0px 24px; font-size: 11px; font-weight: 800; }
  .eyebrow.light { color: rgb(255, 173, 61); }
  h1, h2 { letter-spacing: -0.04em; margin: 0px; font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
  .hero h1 { font-size: clamp(58px, 6.2vw, 102px); line-height: 0.94; }
  .hero-copy > p:not(.eyebrow) { color: rgb(230, 227, 223); max-width: 540px; margin: 30px 0px 36px; font-size: 18px; line-height: 1.65; }
  .button { justify-content: center; align-items: center; gap: 28px; width: fit-content; min-height: 51px; padding: 0px 24px; font-size: 12px; font-weight: 800; transition: transform 0.2s, background 0.2s; display: inline-flex; }
  .button:hover { transform: translateY(-2px); }
  .button.orange { color: rgb(23, 25, 28); background: var(--orange); }
  .button.orange:hover { background: rgb(255, 172, 61); }
  .hero-side { z-index: 2; color: rgb(255, 255, 255); border-left: 1px solid rgba(255, 255, 255, 0.6); padding: 18px 0px 18px 24px; position: absolute; bottom: 44px; right: 3.5vw; }
  .hero-side span { color: rgb(255, 182, 80); letter-spacing: 0.18em; margin-bottom: 8px; font-size: 9px; display: block; }
  .hero-side p { margin: 0px; font-family: Georgia, serif; font-size: 18px; }
  .section { padding: 112px 7vw; }
  .section-kicker { color: rgb(197, 104, 0); align-items: center; gap: 16px; display: flex; }
  .section-kicker span { border: 1px solid rgb(212, 160, 95); border-radius: 50%; place-items: center; width: 32px; height: 32px; font-size: 9px; font-weight: 800; display: grid; }
  .section-kicker p { letter-spacing: 0.18em; margin: 0px; font-size: 10px; font-weight: 800; }
  .manifesto { background: var(--paper); }
  .manifesto-grid { grid-template-columns: 1.2fr 0.8fr; gap: 10vw; margin-top: 54px; display: grid; }
  .manifesto-grid h2, .principles-heading h2, .products-heading h2 { font-size: clamp(48px, 5vw, 78px); line-height: 1.03; }
  .manifesto-grid > div { color: var(--muted); padding-top: 7px; font-size: 16px; line-height: 1.8; }
  .manifesto-grid .lead { color: var(--ink); margin-top: 0px; font-family: Georgia, serif; font-size: 24px; line-height: 1.45; }
  .promise-strip { color: rgb(60, 63, 67); letter-spacing: 0.16em; border-top: 1px solid rgb(207, 202, 194); border-bottom: 1px solid rgb(207, 202, 194); justify-content: space-between; align-items: center; gap: 20px; margin-top: 92px; padding: 22px 0px; font-size: 9px; font-weight: 800; display: flex; }
  .promise-strip i { background: var(--orange); border-radius: 50%; width: 5px; height: 5px; }
  .origin { background: rgb(23, 25, 28); grid-template-columns: 1fr 1fr; min-height: 770px; display: grid; }
  .origin-art { min-height: 660px; position: relative; overflow: hidden; }
  .origin-art > img { object-fit: cover; }
  .origin-caption { z-index: 2; color: rgb(255, 189, 105); letter-spacing: 0.15em; justify-content: space-between; font-size: 9px; font-weight: 800; display: flex; position: absolute; bottom: 25px; left: 30px; right: 30px; }
  .origin-copy { color: rgb(255, 255, 255); align-self: center; padding: 90px 8vw; }
  .origin-copy h2 { max-width: 660px; font-size: clamp(48px, 4.8vw, 76px); line-height: 1.03; }
  .origin-copy > p:not(.eyebrow) { color: rgb(199, 200, 202); max-width: 600px; margin: 30px 0px 0px; font-size: 16px; line-height: 1.8; }
  .origin-copy blockquote { color: rgb(255, 188, 98); border-left: 2px solid var(--orange); margin: 38px 0px 0px; padding: 18px 0px 18px 26px; font-family: Georgia, serif; font-size: 25px; font-style: italic; }
  .everyday { background: rgb(216, 111, 0); grid-template-columns: 1.1fr 0.9fr; min-height: 780px; display: grid; }
  .everyday-image { min-height: 680px; position: relative; overflow: hidden; }
  .everyday-image > img { object-fit: cover; }
  .everyday-copy { color: rgb(255, 255, 255); align-self: center; padding: 85px 7vw; }
  .everyday-copy h2 { font-size: clamp(48px, 5vw, 78px); line-height: 1.03; }
  .everyday-copy > p:not(.eyebrow) { color: rgb(255, 241, 222); max-width: 600px; margin: 29px 0px 42px; font-size: 16px; line-height: 1.75; }
  .everyday-points { border-top: 1px solid rgba(255, 255, 255, 0.45); }
  .everyday-points div { border-bottom: 1px solid rgba(255, 255, 255, 0.4); grid-template-columns: 90px 1fr; gap: 25px; padding: 17px 0px; display: grid; }
  .everyday-points strong { font-family: Georgia, serif; font-weight: 500; }
  .everyday-points span { color: rgb(255, 236, 210); font-size: 13px; }
  .principles { background: rgb(255, 255, 255); }
  .principles-heading { grid-template-columns: 1.2fr 0.65fr; align-items: end; gap: 11vw; margin-top: 52px; display: grid; }
  .principles-heading > p { color: var(--muted); margin: 0px; font-size: 16px; line-height: 1.75; }
  .principle-grid { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); margin-top: 74px; display: grid; }
  .principle-grid article { border-right: 1px solid var(--line); min-height: 350px; padding: 35px 38px; transition: 0.2s; }
  .principle-grid article:last-child { border: 0px; }
  .principle-grid article:hover { color: rgb(255, 255, 255); background: var(--ink); transform: translateY(-5px); }
  .principle-grid article > span { color: var(--orange); font-size: 10px; font-weight: 800; }
  .principle-grid h3 { color: var(--ink); margin: 95px 0px 18px; font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
  .principle-grid article:hover h3 { color: rgb(255, 255, 255); }
  .principle-grid p { color: var(--muted); margin: 0px; font-size: 14px; line-height: 1.75; }
  .principle-grid article:hover p { color: rgb(201, 203, 207); }
  .rhythm { color: rgb(255, 255, 255); background: var(--navy); grid-template-columns: 0.85fr 1.15fr; gap: 10vw; padding: 118px 7vw; display: grid; }
  .rhythm-intro { align-self: start; position: sticky; top: 170px; }
  .rhythm h2 { font-size: clamp(48px, 5vw, 76px); line-height: 1.03; }
  .rhythm-intro > p:last-child { color: rgb(191, 208, 231); max-width: 540px; margin: 28px 0px 0px; font-size: 16px; line-height: 1.75; }
  .rhythm-list { border-top: 1px solid rgba(255, 255, 255, 0.3); }
  .rhythm-list article { border-bottom: 1px solid rgba(255, 255, 255, 0.27); grid-template-columns: 80px 50px 1fr; align-items: center; gap: 22px; min-height: 150px; display: grid; }
  .rhythm-list > article > span { color: rgb(141, 175, 218); letter-spacing: 0.1em; font-size: 10px; }
  .moment-index { color: rgb(23, 32, 45); background: var(--orange); border-radius: 50%; place-items: center; width: 35px; height: 35px; font-size: 9px; font-weight: 800; display: grid; }
  .rhythm-list h3 { margin: 0px 0px 10px; font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
  .rhythm-list p { color: rgb(198, 210, 227); margin: 0px; font-size: 13px; }
  .products { background: var(--cream); }
  .products-heading { justify-content: space-between; align-items: flex-end; gap: 50px; margin-top: 50px; display: flex; }
  .products-heading > a { color: rgb(183, 94, 0); border-bottom: 1px solid rgb(213, 138, 57); align-items: center; gap: 18px; padding-bottom: 8px; font-size: 12px; font-weight: 800; display: flex; }
  .product-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 70px; display: grid; }
  .product-card { background: rgb(255, 255, 255); grid-template-rows: 390px 1fr; min-height: 645px; display: grid; overflow: hidden; }
  .product-image { position: relative; overflow: hidden; }
  .product-image > img { object-fit: contain; padding: 18px; transition: transform 0.45s; }
  .product-card:hover .product-image > img { transform: scale(1.035); }
  .product-info { padding: 30px; position: relative; }
  .product-info > span { color: rgb(166, 90, 0); letter-spacing: 0.16em; font-size: 9px; font-weight: 800; }
  .product-info h3 { margin: 14px 0px 10px; font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
  .product-info p { max-width: 320px; color: var(--muted); margin: 0px; font-size: 13px; line-height: 1.6; }
  .product-info > a { border: 1px solid rgb(187, 180, 170); border-radius: 50%; place-items: center; width: 44px; height: 44px; display: grid; position: absolute; bottom: 28px; right: 28px; }
  .product-info > a:hover { color: rgb(255, 255, 255); background: var(--ink); border-color: var(--ink); }
  .product-card.orange .product-info { background: rgb(243, 154, 36); }
  .product-card.orange .product-info > span, .product-card.orange .product-info p { color: rgb(73, 44, 10); }
  .product-card.blue .product-info { color: rgb(255, 255, 255); background: var(--navy); }
  .product-card.blue .product-info > span { color: rgb(255, 175, 66); }
  .product-card.blue .product-info p { color: rgb(200, 214, 233); }
  .product-card.blue .product-info > a { border-color: rgb(113, 144, 184); }
  .belief { color: rgb(255, 255, 255); background: rgb(23, 25, 28); grid-template-columns: 0.7fr 1.3fr; align-items: center; gap: 7vw; min-height: 600px; padding: 90px 7vw; display: grid; overflow: hidden; }
  .belief-mark { color: rgba(0, 0, 0, 0); -webkit-text-stroke: 1px rgba(242, 139, 0, 0.64); font-family: Arial, sans-serif; font-size: clamp(300px, 38vw, 650px); font-weight: 300; line-height: 0.75; transform: translate(-8vw); }
  .belief h2 { font-size: clamp(52px, 6vw, 92px); line-height: 0.98; }
  .belief > div:last-child > p:last-child { color: rgb(199, 201, 205); max-width: 620px; margin: 32px 0px 0px; font-size: 17px; line-height: 1.7; }
  .cta { background: var(--orange); grid-template-columns: 1.15fr 0.85fr; gap: 10vw; padding: 105px 7vw; display: grid; }
  .cta h2 { font-size: clamp(48px, 5.5vw, 82px); line-height: 1.02; }
  .cta > div:last-child { align-self: end; }
  .cta > div:last-child > p { color: rgb(78, 48, 12); max-width: 540px; margin: 0px 0px 28px; font-size: 16px; line-height: 1.7; }
  .button.dark { color: rgb(255, 255, 255); background: var(--ink); }
  .button.dark:hover { background: var(--navy); }
  footer { color: rgb(91, 101, 114); background: rgb(248, 250, 252); padding: 75px 7vw 26px; }
  .footer-main { grid-template-columns: 2fr repeat(3, 1fr); gap: 6vw; display: grid; }
  .footer-brand > p { max-width: 420px; margin: 26px 0px 0px; font-size: 13px; line-height: 1.65; }
  .footer-main nav { flex-direction: column; align-items: flex-start; gap: 14px; font-size: 12px; display: flex; }
  .footer-main nav strong { color: var(--navy); margin-bottom: 8px; }
  .footer-main nav a:hover { color: var(--orange); }
  .footer-bottom { letter-spacing: 0.05em; border-top: 1px solid rgb(217, 224, 232); justify-content: space-between; gap: 30px; margin-top: 70px; padding-top: 23px; font-size: 9px; display: flex; }
  @media (width <= 1100px) {
  .site-header { grid-template-columns: 180px 1fr 170px; }
  .desktop-nav { gap: 16px; font-size: 12px; }
  .hero-copy { width: 66vw; }
  .product-card { grid-template-rows: 300px 1fr; min-height: 570px; }
}
  @media (width <= 820px) {
  .site-header { grid-template-columns: 1fr auto; height: 70px; padding: 0px 22px; }
  .corporate-mark span { font-size: 20px; }
  .corporate-mark small { font-size: 9px; }
  .desktop-nav, .platform-label { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { cursor: pointer; flex-direction: column; justify-content: center; gap: 5px; width: 36px; height: 36px; list-style: none; display: flex; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { background: var(--navy); width: 25px; height: 1px; }
  .mobile-menu nav { width: 100vw; color: var(--navy); border-bottom: 1px solid var(--line); background: rgb(255, 255, 255); flex-direction: column; gap: 21px; padding: 25px; font-size: 14px; display: flex; position: absolute; top: 53px; right: -22px; box-shadow: rgba(4, 31, 72, 0.12) 0px 18px 34px; }
  .brand-bar { grid-template-columns: 130px 1fr auto; padding: 0px 22px; }
  .brand-bar > span { display: none; }
  .hero { height: 760px; }
  .hero > img { object-position: 57% center; }
  .hero-copy { width: 82vw; }
  .section { padding: 84px 7vw; }
  .manifesto-grid, .principles-heading, .origin, .everyday, .rhythm, .cta { grid-template-columns: 1fr; }
  .promise-strip { flex-wrap: wrap; justify-content: flex-start; }
  .origin-art, .everyday-image { min-height: 540px; }
  .origin-copy, .everyday-copy { padding: 78px 7vw; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article { border-right: 0px; border-bottom: 1px solid var(--line); min-height: 280px; }
  .principle-grid h3 { margin-top: 55px; }
  .rhythm { gap: 55px; padding: 84px 7vw; }
  .rhythm-intro { position: static; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { grid-template-rows: 1fr; grid-template-columns: 1fr 1fr; min-height: 400px; }
  .belief { grid-template-columns: 0.55fr 1.45fr; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-main nav:last-child { display: none; }
}
  @media (width <= 560px) {
  .brand-bar > a:last-child { font-size: 0px; }
  .brand-bar > a:last-child svg { width: 20px; }
  .hero { height: 700px; min-height: 0px; }
  .hero > img { object-position: 59% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(13, 13, 12, 0.82), rgba(13, 13, 12, 0.51) 75%, rgba(13, 13, 12, 0.12)); }
  .hero-copy { width: 94vw; padding-top: 78px; }
  .hero h1 { font-size: 52px; }
  .hero-copy > p:not(.eyebrow) { max-width: 90%; font-size: 15px; }
  .hero-side { display: none; }
  .manifesto-grid h2, .principles-heading h2, .products-heading h2, .origin-copy h2, .everyday-copy h2, .rhythm h2, .belief h2, .cta h2 { font-size: 41px; }
  .promise-strip { gap: 18px 12px; }
  .promise-strip i { display: none; }
  .origin-art, .everyday-image { min-height: 420px; }
  .origin-art > img { object-position: 64% center; }
  .origin-caption { left: 16px; right: 16px; }
  .origin-copy blockquote { font-size: 21px; }
  .principle-grid article { padding: 30px 26px; }
  .rhythm-list article { grid-template-columns: 58px 38px 1fr; gap: 12px; }
  .products-heading { flex-direction: column; align-items: flex-start; }
  .product-card { grid-template-rows: 330px 1fr; grid-template-columns: 1fr; min-height: 600px; }
  .belief { grid-template-columns: 1fr; min-height: 530px; position: relative; }
  .belief-mark { opacity: 0.35; font-size: 440px; position: absolute; }
  .belief > div:last-child { z-index: 2; position: relative; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}
  @media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, ::before, ::after { transition-duration: 0.01ms !important; }
}
}

@scope (.about-full) {
  :scope { --navy: #082d63; --navy-deep: #041f48; --blue: #0058c8; --gold: #d68a22; --cream: #f5f0e7; --mist: #f4f7fb; --ink: #102038; --muted: #5d6878; --line: #d8dee8; --white: #fff; }
  * { box-sizing: border-box; }
  :scope { scroll-behavior: smooth; color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; margin: 0px; font-family: Arial, Helvetica, sans-serif; }
  a { color: inherit; text-decoration: none; }
  img { width: 100%; display: block; }
  svg { fill: none; stroke: currentcolor; stroke-width: 1.7px; width: 1.15rem; }
  .site-header { z-index: 50; backdrop-filter: blur(12px); background: rgba(255, 255, 255, 0.96); border-bottom: 1px solid rgba(8, 45, 99, 0.08); grid-template-columns: 220px 1fr 220px; align-items: center; height: 78px; padding: 0px 3.6vw; display: grid; position: sticky; top: 0px; }
  .wordmark { color: rgb(7, 53, 122); letter-spacing: 0.02em; flex-direction: column; width: fit-content; font-weight: 900; line-height: 0.78; display: inline-flex; }
  .wordmark span { font-size: 24px; }
  .wordmark small { letter-spacing: 0.16em; align-self: center; margin-top: 7px; font-size: 11px; }
  .desktop-nav { color: rgb(24, 36, 56); justify-content: center; align-items: center; gap: clamp(20px, 2.3vw, 42px); font-size: 14px; display: flex; }
  .desktop-nav a { padding: 29px 0px 26px; position: relative; }
  .desktop-nav a::after { content: ""; background: var(--blue); width: 0px; height: 2px; transition: 0.2s; position: absolute; bottom: 20px; left: 50%; }
  .desktop-nav a:hover::after, .desktop-nav a.active::after { width: 100%; left: 0px; }
  .platform-label { color: var(--navy); justify-content: flex-end; align-items: center; gap: 8px; font-size: 12px; display: flex; }
  .platform-label span { background: var(--gold); border-radius: 50%; width: 6px; height: 6px; }
  .mobile-menu { display: none; }
  .hero { background: var(--cream); height: calc(-78px + 100vh); min-height: 690px; max-height: 870px; position: relative; overflow: hidden; }
  .hero > img { object-fit: cover; object-position: center center; height: 100%; position: absolute; inset: 0px; }
  .hero-wash { background: linear-gradient(90deg, rgba(248, 244, 236, 0.98) 0%, rgba(248, 244, 236, 0.88) 25%, rgba(248, 244, 236, 0.38) 48%, rgba(248, 244, 236, 0.02) 72%); position: absolute; inset: 0px; }
  .hero-content { z-index: 2; width: min(650px, 46vw); padding: clamp(85px, 10vh, 125px) 0px 0px 7vw; position: relative; }
  .eyebrow { color: var(--blue); letter-spacing: 0.18em; margin: 0px 0px 24px; font-size: 12px; font-weight: 800; }
  .eyebrow.light { color: rgb(114, 168, 233); }
  h1, h2 { color: var(--navy-deep); letter-spacing: -0.035em; font-family: Georgia, "Times New Roman", serif; font-weight: 600; }
  .hero h1 { margin: 0px; font-size: clamp(54px, 5vw, 82px); line-height: 0.97; }
  .hero-copy { color: rgb(36, 50, 71); max-width: 610px; margin: 30px 0px 0px; font-size: 17px; line-height: 1.65; }
  .hero-actions { align-items: center; gap: 34px; margin-top: 34px; display: flex; }
  .button { justify-content: center; align-items: center; gap: 24px; min-height: 50px; padding: 0px 24px; font-size: 13px; font-weight: 700; transition: transform 0.2s, background 0.2s; display: inline-flex; }
  .button:hover { transform: translateY(-2px); }
  .button.primary { color: rgb(255, 255, 255); background: var(--blue); }
  .button.primary:hover { background: var(--navy); }
  .text-link { color: var(--navy); border-bottom: 1px solid rgb(142, 156, 176); align-items: center; gap: 18px; padding: 8px 0px; font-size: 13px; font-weight: 700; display: flex; }
  .text-link span { color: var(--gold); }
  .hero-note { z-index: 3; color: rgb(255, 255, 255); background: rgba(4, 31, 72, 0.92); flex-direction: column; gap: 7px; width: 355px; padding: 22px 32px; display: flex; position: absolute; bottom: 0px; right: 0px; }
  .hero-note span { letter-spacing: 0.14em; color: rgb(159, 196, 237); font-size: 10px; }
  .hero-note strong { font-family: Georgia, serif; font-size: 16px; font-weight: 500; }
  .section { padding: 112px 7vw; }
  .section-kicker { color: var(--blue); align-items: center; gap: 16px; display: flex; }
  .section-kicker span { border: 1px solid rgb(159, 182, 212); border-radius: 50%; place-items: center; width: 32px; height: 32px; font-size: 10px; font-weight: 700; display: grid; }
  .section-kicker p { letter-spacing: 0.17em; margin: 0px; font-size: 11px; font-weight: 800; }
  .intro { background: var(--white); }
  .intro-main { grid-template-columns: 1.25fr 0.75fr; gap: 10vw; margin-top: 50px; display: grid; }
  .intro h2, .pillars-heading h2, .process-heading h2, .future h2 { margin: 0px; font-size: clamp(42px, 4.3vw, 70px); line-height: 1.06; }
  .intro-copy { color: rgb(67, 80, 100); padding-top: 8px; font-size: 16px; line-height: 1.75; }
  .intro-copy p:first-child { color: var(--navy); margin-top: 0px; font-size: 19px; }
  .fact-row { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); grid-template-columns: repeat(4, 1fr); margin-top: 88px; display: grid; }
  .fact-row div { border-right: 1px solid var(--line); flex-direction: column; gap: 14px; min-height: 145px; padding: 28px; display: flex; }
  .fact-row div:last-child { border: 0px; }
  .fact-row strong { color: var(--navy); font-family: Georgia, serif; font-size: 34px; font-weight: 500; }
  .fact-row span { color: var(--muted); font-size: 13px; }
  .vision-band { background: var(--navy-deep); grid-template-columns: 1.08fr 0.92fr; min-height: 680px; display: grid; }
  .vision-image { min-height: 600px; position: relative; overflow: hidden; }
  .vision-image img { object-fit: cover; height: 100%; }
  .vision-copy { color: rgb(255, 255, 255); align-self: center; padding: clamp(70px, 8vw, 130px); }
  .vision-copy h2 { color: rgb(255, 255, 255); margin: 0px; font-size: clamp(42px, 4vw, 66px); line-height: 1.06; }
  .vision-copy > p:not(.eyebrow) { color: rgb(198, 210, 227); max-width: 570px; margin: 32px 0px 46px; font-size: 17px; line-height: 1.7; }
  .vision-copy blockquote { color: rgb(243, 194, 125); border-left: 2px solid var(--gold); margin: 0px; padding: 19px 0px 19px 25px; font-family: Georgia, serif; font-size: 21px; font-style: italic; }
  .pillars { background: var(--mist); }
  .pillars-heading, .process-heading { grid-template-columns: 1.2fr 0.65fr; align-items: end; gap: 11vw; margin-top: 50px; display: grid; }
  .pillars-heading p, .process-heading > p { color: var(--muted); margin: 0px; line-height: 1.7; }
  .pillar-grid { border-top: 1px solid rgb(203, 212, 225); border-bottom: 1px solid rgb(203, 212, 225); grid-template-columns: repeat(4, 1fr); margin-top: 72px; display: grid; }
  .pillar-grid article { border-right: 1px solid rgb(203, 212, 225); min-height: 340px; padding: 36px 30px; transition: background 0.2s, transform 0.2s; }
  .pillar-grid article:last-child { border: 0px; }
  .pillar-grid article:hover { background: rgb(255, 255, 255); transform: translateY(-5px); }
  .pillar-number { width: 42px; height: 42px; color: var(--blue); border: 1px solid rgb(159, 182, 212); border-radius: 50%; place-items: center; font-size: 11px; font-weight: 700; display: grid; }
  .pillar-grid h3 { color: var(--navy); margin: 72px 0px 18px; font-family: Georgia, serif; font-size: 24px; font-weight: 500; }
  .pillar-grid p { color: var(--muted); margin: 0px; font-size: 14px; line-height: 1.75; }
  .brands-section { background: rgb(251, 247, 240); grid-template-columns: 1.05fr 0.95fr; min-height: 890px; display: grid; }
  .brands-visual { position: relative; overflow: hidden; }
  .brands-visual > img { object-fit: cover; object-position: center center; height: 100%; }
  .image-caption { color: rgb(255, 255, 255); letter-spacing: 0.13em; background: linear-gradient(rgba(0, 0, 0, 0), rgba(4, 31, 72, 0.72)); justify-content: space-between; padding: 18px 28px; font-size: 10px; font-weight: 700; display: flex; position: absolute; bottom: 0px; left: 0px; right: 0px; }
  .brands-content { padding: 100px 7vw; }
  .brands-content > h2 { margin: 0px 0px 58px; font-size: clamp(42px, 4vw, 64px); line-height: 1.07; }
  .brand-item { border-top: 1px solid rgb(207, 213, 223); grid-template-columns: 1fr 52px; gap: 24px; padding: 31px 0px; display: grid; }
  .brand-item:last-child { border-bottom: 1px solid rgb(207, 213, 223); }
  .brand-name { color: var(--blue); letter-spacing: 0.17em; font-size: 11px; font-weight: 900; }
  .brand-item.koios .brand-name { color: rgb(180, 109, 11); }
  .brand-item h3 { color: var(--navy); margin: 10px 0px 9px; font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
  .brand-item p { max-width: 520px; color: var(--muted); margin: 0px; font-size: 14px; line-height: 1.65; }
  .brand-item > a { width: 50px; height: 50px; color: var(--navy); border: 1px solid rgb(157, 170, 187); border-radius: 50%; align-self: center; place-items: center; transition: 0.2s; display: grid; }
  .brand-item > a:hover { color: rgb(255, 255, 255); background: var(--navy); border-color: var(--navy); }
  .process { background: rgb(255, 255, 255); }
  .process-line { border-top: 1px solid rgb(185, 198, 215); grid-template-columns: repeat(5, 1fr); margin-top: 78px; display: grid; position: relative; }
  .process-line article { padding: 32px 24px 0px 0px; position: relative; }
  .process-line article::before { content: ""; border: 2px solid var(--blue); background: rgb(255, 255, 255); border-radius: 50%; width: 10px; height: 10px; position: absolute; top: -5px; left: 0px; }
  .process-line span { color: var(--blue); font-size: 10px; font-weight: 800; }
  .process-line h3 { color: var(--navy); margin: 28px 0px 14px; font-family: Georgia, serif; font-size: 24px; font-weight: 500; }
  .process-line p { max-width: 205px; color: var(--muted); margin: 0px; font-size: 13px; line-height: 1.65; }
  .capabilities { color: rgb(255, 255, 255); background: var(--navy); grid-template-columns: 1fr 1fr; gap: 9vw; padding: 116px 7vw; display: grid; }
  .capability-intro h2 { color: rgb(255, 255, 255); max-width: 590px; margin: 0px; font-size: clamp(42px, 4vw, 66px); line-height: 1.05; }
  .capability-intro > p:last-child { color: rgb(190, 208, 231); max-width: 540px; margin: 32px 0px 0px; font-size: 16px; line-height: 1.75; }
  .capability-list { border-top: 1px solid rgba(255, 255, 255, 0.3); }
  .capability-list div { border-bottom: 1px solid rgba(255, 255, 255, 0.24); grid-template-columns: 44px 1fr 24px; align-items: center; gap: 18px; min-height: 74px; display: grid; }
  .capability-list span { color: rgb(127, 167, 214); font-size: 10px; }
  .capability-list p { margin: 0px; font-family: Georgia, serif; font-size: 18px; }
  .capability-list i { color: var(--gold); font-style: normal; }
  .future { background: rgb(246, 241, 232); }
  .future-grid { grid-template-columns: 1fr 1fr; gap: 9vw; margin-top: 52px; display: grid; }
  .future-copy > p { color: rgb(60, 74, 93); margin: 0px 0px 36px; font-size: 17px; line-height: 1.75; }
  .future-copy ul { border-top: 1px solid rgb(201, 192, 179); margin: 0px; padding: 0px; list-style: none; }
  .future-copy li { color: var(--navy); border-bottom: 1px solid rgb(201, 192, 179); grid-template-columns: 54px 1fr; padding: 20px 0px; font-size: 14px; line-height: 1.45; display: grid; }
  .future-copy li span { color: var(--gold); font-size: 10px; font-weight: 800; }
  .cta { color: rgb(255, 255, 255); background: rgb(5, 28, 64); grid-template-columns: 1.2fr 0.8fr; gap: 10vw; padding: 100px 7vw; display: grid; }
  .cta h2 { color: rgb(255, 255, 255); margin: 0px; font-size: clamp(42px, 4.5vw, 72px); line-height: 1.05; }
  .cta > div:last-child { align-self: end; }
  .cta > div:last-child > p { color: rgb(197, 210, 227); max-width: 550px; margin: 0px 0px 30px; line-height: 1.7; }
  .button.gold { color: rgb(27, 36, 48); background: rgb(229, 164, 69); width: fit-content; }
  .button.gold:hover { background: rgb(242, 189, 112); }
  footer { color: rgb(81, 96, 119); background: rgb(248, 250, 252); padding: 75px 7vw 25px; }
  .footer-main { grid-template-columns: 2fr repeat(3, 1fr); gap: 6vw; display: grid; }
  .footer-logo { margin-bottom: 26px; }
  .footer-main > div > p { max-width: 410px; margin: 0px 0px 20px; font-size: 13px; line-height: 1.65; }
  .footer-email { color: var(--navy); font-size: 13px; font-weight: 700; }
  .footer-main nav { flex-direction: column; align-items: flex-start; gap: 14px; font-size: 12px; display: flex; }
  .footer-main nav strong { color: var(--navy); margin-bottom: 8px; font-size: 12px; }
  .footer-main nav a:hover { color: var(--blue); }
  .footer-bottom { border-top: 1px solid rgb(219, 225, 233); justify-content: space-between; gap: 32px; margin-top: 70px; padding-top: 24px; font-size: 10px; display: flex; }
  @media (width <= 1100px) {
  .site-header { grid-template-columns: 180px 1fr 170px; }
  .desktop-nav { gap: 16px; font-size: 12px; }
  .hero-content { width: 57vw; }
  .pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .pillar-grid article:nth-child(2) { border-right: 0px; }
  .pillar-grid article:nth-child(-n+2) { border-bottom: 1px solid rgb(203, 212, 225); }
  .process-line { grid-template-columns: repeat(3, 1fr); gap: 40px 0px; }
}
  @media (width <= 820px) {
  .site-header { grid-template-columns: 1fr auto; height: 70px; padding: 0px 22px; }
  .wordmark span { font-size: 20px; }
  .wordmark small { font-size: 9px; }
  .desktop-nav, .platform-label { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { cursor: pointer; flex-direction: column; justify-content: center; gap: 5px; width: 36px; height: 36px; list-style: none; display: flex; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { background: var(--navy); width: 25px; height: 1px; }
  .mobile-menu nav { width: 100vw; color: var(--navy); border-bottom: 1px solid var(--line); background: rgb(255, 255, 255); flex-direction: column; gap: 22px; padding: 24px; font-size: 14px; display: flex; position: absolute; top: 53px; right: -22px; box-shadow: rgba(4, 31, 72, 0.12) 0px 18px 34px; }
  .hero { height: auto; min-height: 760px; }
  .hero > img { object-position: 62% center; }
  .hero-wash { background: linear-gradient(90deg, rgba(248, 244, 236, 0.97) 0%, rgba(248, 244, 236, 0.86) 56%, rgba(248, 244, 236, 0.12) 100%); }
  .hero-content { width: 80vw; padding: 95px 0px 130px 7vw; }
  .hero h1 { font-size: clamp(46px, 10vw, 66px); }
  .hero-note { width: auto; left: 7vw; right: auto; }
  .section { padding: 82px 7vw; }
  .intro-main, .pillars-heading, .process-heading, .future-grid { grid-template-columns: 1fr; gap: 38px; }
  .fact-row { grid-template-columns: repeat(2, 1fr); }
  .fact-row div:nth-child(2) { border-right: 0px; }
  .fact-row div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .vision-band, .brands-section, .capabilities, .cta { grid-template-columns: 1fr; }
  .vision-image { min-height: 460px; }
  .vision-copy, .brands-content { padding: 74px 7vw; }
  .brands-visual { min-height: 570px; }
  .process-line { grid-template-columns: repeat(2, 1fr); }
  .capabilities, .cta { gap: 60px; padding: 82px 7vw; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-main nav:last-child { display: none; }
}
  @media (width <= 560px) {
  .hero { min-height: 690px; }
  .hero > img { object-position: 68% center; }
  .hero-wash { background: linear-gradient(90deg, rgba(248, 244, 236, 0.98), rgba(248, 244, 236, 0.78) 72%, rgba(248, 244, 236, 0.18)); }
  .hero-content { width: 91vw; padding-top: 72px; }
  .hero h1 { font-size: 47px; }
  .hero-copy { max-width: 92%; font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 15px; }
  .hero-note { display: none; }
  .eyebrow { margin-bottom: 18px; }
  .intro h2, .pillars-heading h2, .process-heading h2, .future h2, .vision-copy h2, .brands-content > h2, .capability-intro h2, .cta h2 { font-size: 39px; }
  .fact-row { margin-top: 55px; }
  .fact-row div { min-height: 120px; padding: 20px; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-grid article, .pillar-grid article:nth-child(2) { border-bottom: 1px solid rgb(203, 212, 225); border-right: 0px; min-height: 275px; }
  .pillar-grid h3 { margin-top: 40px; }
  .brands-visual { min-height: 440px; }
  .brands-visual > img { object-position: 39% center; }
  .process-line { border-top: 0px; grid-template-columns: 1fr; margin-top: 50px; }
  .process-line article { border-left: 1px solid rgb(185, 198, 215); padding: 18px 0px 25px 35px; }
  .process-line article::before { top: 24px; left: -5px; }
  .process-line h3 { margin-top: 10px; }
  .process-line p { max-width: 90%; }
  .cta { gap: 42px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}
  @media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, ::before, ::after { transition-duration: 0.01ms !important; }
}
}
