/* Homepage-only behavior. Original visual design remains in the theme styles. */
.js-stalker, .c-slider-stalker, .p-home-opening__cursor { display:none !important; visibility:hidden !important; pointer-events:none !important; }
html, body { cursor:auto !important; }
a[href], button, [role="button"] { cursor:pointer; }
.home-static-link { cursor: default !important; }
html { scroll-padding-top: 100px; }
@media (max-width: 1023px) { html { scroll-padding-top: 24px; } }

/* 首屏主视觉：原站循环视频换成 CompanyOS 工作台截图（img.p-fv-image）。
   容器几何与滚动放大动画仍由原站 .p-fv-video / main.js 负责；这里只补原站写给 <video> 的那组填充规则。
   素材比例 1.79，容器满屏态 1.44、手机竖框 0.59，所以一律 cover 裁两侧。
   居中靠素材本身：内容列中线 = 图片中线（右侧补过同色留白），object-position 保持 50% 不要改。 */
.p-top-fv .p-fv-video .p-fv-image {
  display: block; width: 100%; height: 100%; min-height: 100%;
  object-fit: cover; object-position: 50% 50%;
  pointer-events: none; border-radius: .5rem;
}
@media (max-width: 1023px) {
  .p-top-fv .p-fv-video .p-fv-image { transform: translateZ(0); backface-visibility: hidden; }
}

/* CompanyOS 字标（#i-logo-companyos，viewBox 315.15×46.4）。只作用于页头 .is-companyos，页脚原 logo 不受影响。 */
.header__logo.is-companyos,
.header__logo.is-companyos .header__logo-link,
.header__logo.is-companyos .header__logo-img { aspect-ratio: 6303 / 928; }
/* top 值按实测微调：让字标的视觉中线对齐右侧导航文字的中线。 */
@media (min-width: 1024px) {
  .header__logo.is-companyos { width: 11.7rem; top: 4.12rem; }
}
@media (max-width: 1023px) {
  .header__logo.is-companyos { top: .9rem; }
  .header__logo.is-companyos .header__logo-img { width: 11rem; }
}

/* CompanyOS 首屏文案。只排标题与特性，不调整交互屏容器或滚动动画。 */
.p-top-fv .p-top-fv-ttl {
  width: min(480px, 48vw);
  font-synthesis: none;
}
.p-top-fv .p-top-fv-copy-en {
  margin-bottom: 19px;
  font-size: clamp(22px, 1.65vw, 28px);
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: .012em;
}
.p-top-fv .p-top-fv-copy-ja {
  max-width: 100%;
  color: #b3afb0;
  font-family: "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 12px;
  font-weight: 350;
  line-height: 1.9;
  letter-spacing: .055em;
}
.p-top-fv-features {
  margin-top: 34px;
  font-family: "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: 350;
}
.p-top-fv-features-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: #a6a1a3;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .16em;
}
.p-top-fv-features-label::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  opacity: .48;
}
.p-top-fv-feature-list {
  display: grid;
  grid-template-columns: 164px minmax(0, 1fr);
  gap: 12px 26px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #c4bfc1;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: .045em;
}
.p-top-fv-feature-list li {
  position: relative;
  min-width: 0;
  padding-left: 13px;
}
.p-top-fv-feature-list li::before {
  content: "";
  position: absolute;
  top: .88em;
  left: 0;
  width: 5px;
  height: 1px;
  background: #837d80;
}
.p-top-fv-feature-tail {
  color: #a6a1a3;
  white-space: nowrap;
}
@media (min-width: 1024px) and (max-height: 800px) {
  .p-top-fv .p-top-fv-ttl { top: 18svh; }
  .p-top-fv-features { margin-top: 27px; }
  .p-top-fv-features-label { margin-bottom: 15px; }
  .p-top-fv-feature-list { row-gap: 10px; }
}
@media (max-width: 1023px) {
  .p-top-fv .p-top-fv-ttl {
    box-sizing: border-box;
    width: 100%;
    padding-inline: max(1.6rem, 20px);
    margin-bottom: 54px;
  }
  .p-top-fv .p-top-fv-copy-en {
    max-width: 520px;
    font-size: clamp(22px, 6.4vw, 32px);
    line-height: 1.45;
    letter-spacing: 0;
  }
  .p-top-fv .p-top-fv-copy-ja {
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: .025em;
  }
  .p-top-fv-features { max-width: 480px; margin-top: 31px; }
  .p-top-fv-feature-list { font-size: 12px; }
}
@media (max-width: 599px) {
  .p-top-fv-feature-list { grid-template-columns: 1fr; row-gap: 11px; }
  .p-top-fv-features-label { margin-bottom: 16px; }
}

/* 固定网格、变径像素；Slogan 以缺失的网格点形成。保留原字带几何供滚动布局计算。 */
.c-maskText-wrapper.os-dot-matrix {
  --matrix-pitch: 16;
  --matrix-dot-min: .18;
  --matrix-dot-max: .34;
  --matrix-base-opacity: .58;
  --matrix-wave-opacity: .96;
  --matrix-wave-width: .62;
  --matrix-wave-duration: 30;
  --matrix-wave-rest: 4;
  --matrix-color: #b3afb0;
  position: relative;
  width: 100%;
  height: clamp(335px, 47.857svh, 440px);
  overflow: hidden;
  mask-image: none !important;
  -webkit-mask-image: none !important;
  transition: none;
  will-change: auto;
  pointer-events: none;
}
.os-dot-matrix-canvas { display: block; width: 100%; height: 100%; }
.os-dot-matrix-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b3afb0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(40px, 12vw, 180px);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.os-dot-matrix.is-ready .os-dot-matrix-fallback { visibility: hidden; }
@media (max-width: 1023px) {
  .c-maskText-wrapper.os-dot-matrix {
    --matrix-pitch: 10;
    height: clamp(180px, 44vw, 300px);
    margin-bottom: 28px;
  }
}
@media (max-width: 599px) {
  .c-maskText-wrapper.os-dot-matrix {
    --matrix-pitch: 6;
    --matrix-dot-min: .28;
    --matrix-dot-max: .48;
  }
}

/* 点阵属于首屏，不随后续「经营理念」段落的布局移动。 */
.p-top-fv > .os-dot-matrix {
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: clamp(200px, 34dvh, 340px);
  margin: 0;
}
.os-dot-matrix-layout-anchor { height: 0 !important; min-height: 0 !important; margin: 0 !important; }
@media (max-width: 900px) {
  .p-top-fv > .os-dot-matrix {
    --matrix-pitch: 5;
    top: var(--matrix-hero-top, 43dvh);
    bottom: auto;
    height: var(--matrix-hero-height, 110px);
  }
}

/* 第三屏 · 理念：窄标题栏、独立阅读列，正文同字号，分隔线仅作轻分组。 */
#philosophy.p-top-philosophy.os-philosophy {
  box-sizing: border-box;
  min-height: 100dvh;
  height: 100dvh !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(100px, 13vh, 150px) 0 110px !important;
  margin: 0;
}
#philosophy.p-top-philosophy.os-philosophy .js-fvText {
  display: grid;
  grid-template-columns: clamp(230px, 25vw, 320px) minmax(0, 640px);
  gap: 28px clamp(44px, 5.55vw, 80px);
  justify-content: space-between;
  width: calc(100% - 112px);
  max-width: 1040px;
  min-width: 0;
  min-height: 0;
  max-height: 100%;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scrollbar-width: thin;
  scrollbar-color: #554e52 transparent;
  margin-inline: auto;
  padding: 0;
}
#philosophy.p-top-philosophy.os-philosophy .c-top-sttl-wrapper {
  display: block;
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
#philosophy.p-top-philosophy.os-philosophy .c-top-sttl {
  margin: 0;
  color: #eee8ec;
  font: 300 clamp(44px, 4.3vw, 64px)/1.15 "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  letter-spacing: .14em;
}
.os-philosophy-visual {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: center;
  width: 100%;
  max-width: 320px;
  margin: 0;
}
.os-philosophy-badge-shell { width: 100%; aspect-ratio: 1; overflow: hidden; border-radius: 50%; }
.os-philosophy-badge { display: block; width: 100%; height: 100%; border: 0; border-radius: 50%; background: transparent; pointer-events: none; }
.os-philosophy-lab-caption {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 .28em;
  margin: 23px auto 0;
  max-width: 300px;
  color: #9e949c;
  font: 350 11px/1.9 "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  letter-spacing: .025em;
  text-align: center;
}
.os-philosophy-lab-name { color: #bbb0b9; white-space: nowrap; }
#philosophy.p-top-philosophy.os-philosophy .os-dot-matrix-layout-anchor { display: none; }
#philosophy.p-top-philosophy.os-philosophy .p-top-philosophy-main {
  grid-column: 2;
  grid-row: 2;
  width: auto;
  max-width: none;
  height: auto !important;
  min-height: 0;
  margin: 0;
  padding: 0;
}
#philosophy.p-top-philosophy.os-philosophy .p-top-philosophy-main-inner {
  width: 100%;
  margin: 0;
  translate: none;
  color: #d0c9cd;
  font-family: "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 350;
  line-height: 2.05;
  letter-spacing: .035em;
}
#philosophy.p-top-philosophy.os-philosophy p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
  text-align-last: auto;
  text-wrap: pretty;
}
#philosophy.p-top-philosophy.os-philosophy p::before,
#philosophy.p-top-philosophy.os-philosophy p::after { content: none; display: none; }
#philosophy.p-top-philosophy.os-philosophy p + p { margin-top: 20px; }
#philosophy.p-top-philosophy.os-philosophy .os-philosophy-slogan { margin-top: 32px; }
#philosophy.p-top-philosophy.os-philosophy .os-philosophy-slogan strong { font-size: inherit; font-weight: 700; color: inherit; }
#philosophy.p-top-philosophy.os-philosophy .os-philosophy-slogan + p { margin-top: 14px; }
#philosophy.p-top-philosophy.os-philosophy .os-philosophy-divider {
  height: 0;
  margin: 32px 0 26px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
}
#philosophy.p-top-philosophy.os-philosophy .os-philosophy-proof { color: #b5adb1; }
.os-philosophy-case-link { color: #ddd5da; text-decoration: underline; text-decoration-color: #81777e; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.os-philosophy-case-link:hover { color: #fff; text-decoration-color: currentColor; }
.os-philosophy-case-link:focus-visible { outline: 1px solid currentColor; outline-offset: 4px; }
@media (max-width: 900px) {
  #philosophy.p-top-philosophy.os-philosophy { padding: 84px 0 108px !important; }
  #philosophy.p-top-philosophy.os-philosophy .js-fvText {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 40px);
    max-width: 600px;
    gap: 24px;
  }
  #philosophy.p-top-philosophy.os-philosophy .c-top-sttl-wrapper { grid-column: 2; grid-row: 1; align-self: center; }
  #philosophy.p-top-philosophy.os-philosophy .p-top-philosophy-main { grid-column: 1 / -1; grid-row: 2; }
  .os-philosophy-visual { grid-column: 1; grid-row: 1; width: min(100%, 200px); }
  #philosophy.p-top-philosophy.os-philosophy .p-top-philosophy-main-inner { font-size: 13px; line-height: 2; }
  #philosophy.p-top-philosophy.os-philosophy .c-top-sttl { font-size: clamp(36px, 10.5vw, 52px); }
  #philosophy.p-top-philosophy.os-philosophy .os-philosophy-slogan { margin-top: 27px; }
  #philosophy.p-top-philosophy.os-philosophy .os-philosophy-divider { margin: 28px 0 24px; }
}
@media (max-width: 599px) {
  .os-philosophy-visual { width: min(100%, 140px); }
  .os-philosophy-lab-caption { font-size: 10.5px; margin-top: 12px; line-height: 1.7; }
}

/* 第四屏 · 左侧 2/3 为方案切面，右侧 1/3 为四个问题。 */
#solutions.p-top-solution.os-solutions {
  box-sizing: border-box;
  height: 100dvh;
  min-height: 100dvh;
  margin: 0;
  padding: clamp(90px, 10vh, 128px) 0 clamp(80px, 9vh, 110px);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
  filter: none;
}
.os-solutions-inner {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  justify-content: space-between;
  align-items: center;
  gap: clamp(40px, 4.4vw, 90px);
  width: calc(100% - clamp(64px, 7.8vw, 160px));
  max-width: 1680px;
  min-height: 0;
  max-height: 100%;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scrollbar-width: thin;
  scrollbar-color: #554e52 transparent;
  font-family: "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}
.os-solutions-label {
  margin: 0;
  padding: 0 0 16px;
  color: #ddd7db;
  font-size: clamp(25px, 2.1vw, 36px);
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: .12em;
}
.os-solutions-visual,.os-solutions-main { min-width: 0; }
.os-solution-map {
  --solution-line: #786a74;
  --solution-active: #e0d3c8;
  --solution-muted: #a798a3;
  --solution-progress: 0;
  margin: 0;
}
.os-solution-map-graphic { width: 100%; }
.os-solution-map-svg { display: block; width: 100%; height: auto; overflow: visible; }
.os-solution-map-svg path,.os-solution-map-svg circle { vector-effect: non-scaling-stroke; }
.os-solution-spine,.os-solution-progress,.os-solution-end-mark { fill: none; stroke-width: 1; }
.os-solution-spine,.os-solution-end-mark { stroke: var(--solution-line); opacity: .52; }
.os-solution-progress {
  stroke: var(--solution-active);
  stroke-dasharray: var(--solution-progress) 100;
  transition: stroke-dasharray .45s ease;
}
.os-solution-plane { cursor: pointer; }
.os-solution-plane-face { fill: #d3c4cf05; stroke: var(--solution-line); stroke-width: 1; transition: fill .25s, stroke .25s; }
.os-solution-plane-fold { fill: none; stroke: var(--solution-line); stroke-width: .75; opacity: .42; transition: opacity .25s; }
.os-solution-plane-no { fill: var(--solution-muted); font: 400 14px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: 1px; }
.os-solution-plane-motif { fill: none; stroke: var(--solution-line); stroke-width: 1; opacity: .6; pointer-events: none; }
.os-solution-plane-motif circle { fill: var(--solution-line); stroke: none; }
.os-solution-plane-point { fill: var(--solution-line); stroke: none; }
.os-solution-plane.is-active .os-solution-plane-face { fill: #e0d3c810; stroke: var(--solution-active); }
.os-solution-plane.is-active .os-solution-plane-fold { stroke: var(--solution-active); opacity: .55; }
.os-solution-plane.is-active .os-solution-plane-no { fill: var(--solution-active); }
.os-solution-plane.is-active .os-solution-plane-motif { stroke: var(--solution-active); opacity: .9; }
.os-solution-plane.is-active .os-solution-plane-motif circle,
.os-solution-plane.is-active .os-solution-plane-point { fill: var(--solution-active); }
.os-solution-stage-choices { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 4px; }
.os-solution-stage-choice {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
  min-width: 0;
  min-height: 44px;
  padding: 9px 2px 11px;
  border: 0;
  background: transparent;
  color: #ac9fa8;
  font: 400 13px/1.7 "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  letter-spacing: .015em;
  cursor: pointer;
}
.os-solution-choice-no { font: 400 12px/1.4 ui-monospace, SFMono-Regular, Consolas, monospace; color: #7f717b; }
.os-solution-stage-choice::after { content: ""; position: absolute; bottom: 0; left: 18%; right: 18%; height: 1px; background: transparent; }
.os-solution-stage-choice[aria-pressed="true"] { color: #eaded6; }
.os-solution-stage-choice[aria-pressed="true"]::after { background: #9c8e86; }
.os-solution-stage-choice:focus-visible { outline: 1px solid #c7b6c1; outline-offset: 3px; border-radius: 3px; }
.os-solutions-list { margin: 0; padding: 0; list-style: none; }
.os-solutions-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
  padding: 21px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}
.os-solutions-list li:first-child { padding-top: 0; }
.os-solutions-list li:last-child { padding-bottom: 0; border-bottom: 0; }
.os-solutions-number {
  padding-top: 5px;
  color: #92888e;
  font: 400 12px/1.8 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: .04em;
}
#solutions.os-solutions .os-solutions-list p {
  margin: 0;
  color: #e0d9dd;
  font-size: clamp(16px, 1.15vw, 19px);
  font-weight: 350;
  line-height: 1.8;
  letter-spacing: .01em;
  text-wrap: pretty;
}
.os-solutions-action { margin: 36px 0 0 36px; }
.os-solutions-docs {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  padding: 14px 20px;
  border: 1px solid #5d5159;
  border-radius: 6px;
  background: transparent;
  color: #ded6dc;
  font: 400 12px/1.6 "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  letter-spacing: .04em;
  text-decoration: none;
}
.os-solutions-docs svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1; }
.os-solutions-docs:hover { border-color: #93828e; color: #fff; }
.os-solutions-docs:focus-visible { outline: 1px solid #c3b5c0; outline-offset: 4px; }
@media (max-width: 900px) {
  #solutions.p-top-solution.os-solutions { padding: 84px 0 108px; }
  .os-solutions-inner {
    width: calc(100% - 40px);
    max-width: 600px;
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
  .os-solutions-label { font-size: 28px; padding-bottom: 10px; }
  .os-solutions-list li { grid-template-columns: 24px minmax(0, 1fr); column-gap: 14px; padding-block: 21px; }
  .os-solutions-list li:first-child { padding-top: 0; }
  .os-solutions-list li:last-child { padding-bottom: 0; }
  #solutions.os-solutions .os-solutions-list p { font-size: clamp(18px, 5.1vw, 22px); line-height: 1.65; }
  .os-solutions-number { padding-top: 5px; }
  .os-solutions-action { margin: 32px 0 0 38px; }
}
@media (max-width: 599px) {
  .os-solution-plane-no { display: none; }
  .os-solution-stage-choices { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px 14px; margin-top: 8px; }
  .os-solution-stage-choice { justify-content: flex-start; padding: 8px 2px; min-height: 38px; }
  .os-solution-stage-choice::after { left: 0; right: 12%; }
}
@media (prefers-reduced-motion: reduce) {
  .os-solution-progress,.os-solution-plane-face,.os-solution-plane-fold { transition: none; }
}

/* COMPANYOS_PHILOSOPHY_GLASS_BEGIN */
/* 用户指定的理念页黑色玻璃视觉；不影响其他深色章节。 */
#philosophy.p-top-philosophy.os-philosophy {
  position: relative;
  isolation: isolate;
  background: #030405;
  padding: clamp(96px, 12vh, 136px) 0 clamp(76px, 10vh, 112px) !important;
}
#philosophy.p-top-philosophy.os-philosophy .js-fvText {
  grid-template-columns: minmax(0, .93fr) 52px minmax(0, 1.48fr);
  grid-template-rows: auto;
  column-gap: clamp(32px, 4.2vw, 64px);
  row-gap: 0;
  align-items: start;
  width: calc(100% - clamp(80px, 9vw, 176px));
  max-width: 1220px;
  padding: 30px 24px;
  scrollbar-color: #303337 transparent;
}
#philosophy.p-top-philosophy.os-philosophy .c-top-sttl-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  width: auto;
  margin: 0;
}
#philosophy.p-top-philosophy.os-philosophy .c-top-sttl-wrapper::before,
#philosophy.p-top-philosophy.os-philosophy .c-top-sttl-wrapper::after {
  content: "";
  display: block;
  width: 1px;
  height: 35px;
  background: linear-gradient(to bottom, transparent, #747a814d);
}
#philosophy.p-top-philosophy.os-philosophy .c-top-sttl-wrapper::after { transform: rotate(180deg); }
#philosophy.p-top-philosophy.os-philosophy .c-top-sttl {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #b7bbc2;
  font-size: clamp(32px, 2.7vw, 45px);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: .24em;
  text-indent: .24em;
}
#philosophy .os-philosophy-visual {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: none;
  height: var(--philosophy-copy-height, auto);
  margin: 0;
  --glass-x: 28%;
  --glass-y: 19%;
}
#philosophy .os-philosophy-badge-shell {
  position: relative;
  isolation: isolate;
  flex: 0 0 auto;
  width: var(--philosophy-orb-size, min(100%, 320px));
  max-width: 100%;
  aspect-ratio: 1;
  overflow: visible;
  border-radius: 50%;
  background: #06080b;
  box-shadow: 0 0 36px -13px #abbcd628, 0 16px 36px -20px #000,
    -8px -10px 28px -21px #e6eef377, 10px 13px 24px -20px #819bc566;
}
#philosophy .os-philosophy-badge-shell::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: -1px;
  padding: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: conic-gradient(from 18deg, #080b1000 0deg, #eaf3ff9c 38deg,
    #7290b74a 59deg, #05060900 103deg, #b1c5e46b 158deg,
    #e3edfaab 178deg, #080b1000 206deg, #090c1000 252deg,
    #a7b4c58a 289deg, #f5f8ffc7 312deg, #15202c29 342deg, #080b1000 360deg);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
#philosophy .os-philosophy-badge-shell::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(ellipse at var(--glass-x) var(--glass-y), #e4edf929, #c9ddf10a 17%, transparent 42%),
    radial-gradient(ellipse at 84% 83%, #7e99bc0f, transparent 38%),
    linear-gradient(130deg, transparent 12%, #e7f1ff08 26%, transparent 38%, transparent 74%, #6e96c00a 87%, transparent);
  box-shadow: inset 0 1px 1px #dce9f128, inset 1px 0 8px #bbcfea12,
    inset -2px -5px 14px #58749419, inset 0 0 22px #03040570;
}
#philosophy .os-philosophy-badge {
  position: relative;
  z-index: 1;
  border-radius: inherit;
  filter: saturate(.36) brightness(.7);
  opacity: .96;
}
#philosophy .os-philosophy-lab-caption {
  display: grid;
  flex: 0 0 auto;
  gap: 3px;
  width: 100%;
  max-width: none;
  margin: 0;
  color: #777e88;
  font-size: 10px;
  line-height: 1.75;
  font-weight: 350;
  letter-spacing: .08em;
  text-align: center;
}
#philosophy .os-philosophy-lab-name {
  color: #b2b9c3;
  font-size: clamp(11px, .95vw, 13px);
  line-height: 1.6;
  letter-spacing: .035em;
}
#philosophy.p-top-philosophy.os-philosophy .p-top-philosophy-main {
  grid-column: 3;
  grid-row: 1;
  align-self: start;
}
#philosophy.p-top-philosophy.os-philosophy .p-top-philosophy-main-inner {
  color: #bfc3cb;
  font-size: 14px;
  line-height: 2.05;
  letter-spacing: .035em;
}
#philosophy.p-top-philosophy.os-philosophy .os-philosophy-slogan strong { color: #e3e6eb; }
#philosophy.p-top-philosophy.os-philosophy .os-philosophy-proof { color: #9097a1; }
#philosophy.p-top-philosophy.os-philosophy .os-philosophy-divider { border-top-color: #ffffff12; }
#philosophy .os-philosophy-case-link { color: #cbd1db; text-decoration-color: #777f8c; }
#philosophy .os-philosophy-case-link:hover { color: #fff; }
@media (min-width: 901px) and (max-height: 760px) {
  #philosophy.p-top-philosophy.os-philosophy { padding-top: 90px !important; padding-bottom: 58px !important; }
  #philosophy.p-top-philosophy.os-philosophy .js-fvText { padding-block: 24px; }
}
@media (max-width: 1100px) and (min-width: 901px) {
  #philosophy.p-top-philosophy.os-philosophy .js-fvText {
    grid-template-columns: minmax(0, .8fr) 38px minmax(0, 1.5fr);
    column-gap: 28px;
    width: calc(100% - 56px);
    padding-inline: 18px;
  }
  #philosophy.p-top-philosophy.os-philosophy .p-top-philosophy-main-inner { font-size: 13px; }
}
@media (max-width: 900px) {
  #philosophy.p-top-philosophy.os-philosophy { padding: 72px 0 90px !important; }
  #philosophy.p-top-philosophy.os-philosophy .js-fvText {
    grid-template-columns: 28px minmax(0, 1fr);
    grid-template-rows: auto auto;
    width: calc(100% - 40px);
    max-width: 620px;
    gap: 34px 22px;
    padding: 22px 4px;
  }
  #philosophy .os-philosophy-visual { grid-column: 1 / -1; grid-row: 1; height: auto; gap: 16px; }
  #philosophy .os-philosophy-badge-shell { width: clamp(144px, 24vw, 192px); }
  #philosophy .os-philosophy-lab-caption { gap: 1px; font-size: 9px; }
  #philosophy .os-philosophy-lab-name { font-size: 11px; }
  #philosophy.p-top-philosophy.os-philosophy .c-top-sttl-wrapper { grid-column: 1; grid-row: 2; align-self: start; gap: 18px; padding-top: 4px; }
  #philosophy.p-top-philosophy.os-philosophy .c-top-sttl { font-size: 26px; }
  #philosophy.p-top-philosophy.os-philosophy .c-top-sttl-wrapper::before { display: none; }
  #philosophy.p-top-philosophy.os-philosophy .p-top-philosophy-main { grid-column: 2; grid-row: 2; }
  #philosophy.p-top-philosophy.os-philosophy .p-top-philosophy-main-inner { font-size: 13px; line-height: 2; letter-spacing: .025em; }
}
@media (max-width: 359px) {
  #philosophy.p-top-philosophy.os-philosophy .js-fvText { width: calc(100% - 28px); grid-template-columns: 23px minmax(0, 1fr); column-gap: 14px; }
  #philosophy.p-top-philosophy.os-philosophy .c-top-sttl { font-size: 23px; }
  #philosophy.p-top-philosophy.os-philosophy .p-top-philosophy-main-inner { font-size: 12px; }
}
/* COMPANYOS_PHILOSOPHY_GLASS_END */

/* COMPANYOS_MENU_PORTALS_BEGIN */
/* No opening cover, waiting cursor or delayed wrapper reveal on any visit. */
body.os-no-opening #wrapper { opacity: 1; transition: none; }
.os-site-trimmed #header .header__drawerMenuCenter {
  max-width: 1040px;
  padding: clamp(104px, 17vh, 180px) 48px 64px;
  overscroll-behavior: contain;
}
.os-site-trimmed #header .os-menu-links { max-width: none; width: 100%; }
.os-menu-portals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  margin-top: clamp(44px, 7vh, 80px);
}
.os-menu-portal {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  border-top: 1px solid rgb(255 255 255 / 22%);
  padding: 25px 0 12px;
  color: #f7f5f4;
  text-decoration: none;
}
.os-menu-portal-kicker { font-size: 11px; line-height: 1.5; letter-spacing: .13em; opacity: .55; }
.os-menu-portal-heading { width: 100%; margin-top: 13px; padding-right: 27px; box-sizing: border-box; font-size: clamp(22px, 2.05vw, 29px); font-weight: 400; line-height: 1.5; letter-spacing: -.015em; }
.os-menu-portal-arrow { position: absolute; right: 0; font-size: 21px; opacity: .65; transition: transform .2s, opacity .2s; }
.os-menu-portal-detail { margin-top: 10px; font-size: 13px; line-height: 1.7; opacity: .6; overflow-wrap: anywhere; }
.os-menu-portal-action { margin-top: 21px; font-size: 12px; line-height: 1.5; text-underline-offset: 5px; }
.os-menu-portal:focus-visible { outline: 2px solid #fa7a3c; outline-offset: 8px; border-radius: 2px; }
.os-menu-portal:is(:hover, :focus-visible) .os-menu-portal-action { text-decoration: underline; }
.os-menu-portal:is(:hover, :focus-visible) .os-menu-portal-arrow { transform: translate(2px, -2px); opacity: 1; }

@media (max-width: 1023px) {
  .os-site-trimmed #header .header__drawerMenu { margin-left: 0; }
  .os-site-trimmed #header .header__drawerMenuWrap { height: 100%; margin-top: 0; padding: 0; }
  .os-site-trimmed #header .header__drawerMenuCenter { height: 100%; overflow-y: auto; padding: 90px 28px 118px; border: 0; }
  .os-site-trimmed #header .os-menu-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px 24px; }
  .os-site-trimmed #header .os-menu-links .header__drawerMenu-parent { border: 0; }
  .os-site-trimmed #header .os-menu-links .header__drawerMenu-parent-link { padding-block: 5px; font-size: 22px !important; }
  .os-menu-portals { grid-template-columns: 1fr; gap: 21px; margin-top: 35px; }
  .os-menu-portal { border-top-color: rgb(51 50 50 / 20%); padding: 19px 0 4px; }
  .os-menu-portal-kicker { font-size: 10px; }
  .os-menu-portal-heading { margin-top: 9px; font-size: clamp(20px, 5.6vw, 26px); }
  .os-menu-portal-detail { margin-top: 5px; font-size: 12px; }
  .os-menu-portal-action { margin-top: 13px; }
}
@media (min-width: 601px) and (max-width: 1023px) {
  .os-site-trimmed #header .header__drawerMenuCenter { padding-inline: 64px; }
  .os-menu-portals { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
}
@media (prefers-reduced-motion: reduce) {
  .os-menu-portal-arrow { transition: none; }
}
/* COMPANYOS_MENU_PORTALS_END */

/* COMPANYOS_MENU_MOTION_BEGIN */
button.header__menu.os-kinetic-menu {
  z-index: calc(var(--header-index, 1000) + 2);
  left: auto;
  right: calc(3.1rem + var(--scrollbar-width, 0px));
  top: 14px;
  width: 72px;
  height: 72px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #ffad7a;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
button.header__menu.os-kinetic-menu::before,
button.header__menu.os-kinetic-menu::after { content: none; }
button.header__menu.os-kinetic-menu:focus-visible { outline: 2px solid #fa7a3c; outline-offset: 3px; }
.os-menu-kinetic { position: absolute; inset: 0 4px 8px; width: calc(100% - 8px); height: calc(100% - 8px); overflow: visible; pointer-events: none; }
.os-menu-units rect { fill: #fa7a3c; transition: fill .35s ease; }
.os-menu-units rect:nth-child(3n + 1) { fill: #ffb382; }
.os-menu-units rect:nth-child(3n + 2) { fill: #ff955a; }
.os-menu-sparks { fill: #ffb382; opacity: .65; transition: opacity .4s ease; }
.os-menu-caption { position: absolute; bottom: 0; inset-inline: 0; text-align: center; font-size: 10px; line-height: 15px; letter-spacing: .18em; text-indent: .18em; color: #b3afb0; opacity: .95; pointer-events: none; transition: color .3s; }
.white .os-menu-caption { color: #64534a; }
.os-kinetic-menu[data-mark-state="menu"] .os-menu-units rect { fill: #ffad7a; }
.os-kinetic-menu[data-mark-state="close"] .os-menu-units rect { fill: #f5eeea; }
.os-kinetic-menu:not([data-mark-state="play"]) .os-menu-sparks { opacity: 0; }
.is-drawerOpen .os-menu-caption { color: #b3afb0; }
@media (max-width: 1023px) {
  button.header__menu.os-kinetic-menu { top: auto; right: 1.1rem; bottom: max(4px, .45rem); width: clamp(44px, 5.2vw, 62px); height: clamp(44px, 5.2vw, 62px); border: 0; background: transparent; }
  .os-menu-kinetic { inset: 0; width: 100%; height: 100%; }
  .os-menu-caption { display: none; }
  .os-kinetic-menu[data-mark-state="menu"] .os-menu-units rect { fill: #fa7a3c; }
  .os-kinetic-menu[data-mark-state="close"] .os-menu-units rect { fill: #39312d; }
}
@media (prefers-reduced-motion: reduce) {
  .os-menu-units rect, .os-menu-sparks, .os-menu-caption { transition: none; }
}
/* COMPANYOS_MENU_MOTION_END */
