:root {
  --red: #e04f51;
  --red-deep: #c93c40;
  --red-soft: #fff0f0;
  --ink: #171c26;
  --muted: #69707d;
  --line: #e4e6ea;
  --paper: #ffffff;
  --wash: #f5f6f8;
  --dark: #151b25;
  --radius: 28px;
  --shadow: 0 24px 70px rgba(23, 28, 38, .10);
  --wrap: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: .025em;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--ink); color: #fff; padding: 10px 18px; border-radius: 9px; }
.skip-link:focus { top: 16px; }
.wrap { width: var(--wrap); margin-inline: auto; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.display { margin: 0; font-size: clamp(48px, 7vw, 108px); line-height: .98; letter-spacing: -.055em; font-weight: 800; }
.display .accent { color: var(--red); }
.section-title { margin: 0; max-width: 820px; font-size: clamp(32px, 4.5vw, 64px); line-height: 1.16; letter-spacing: -.045em; }
.lead { margin: 26px 0 0; max-width: 720px; color: var(--muted); font-size: clamp(16px, 1.5vw, 20px); line-height: 2; }
.section { position: relative; padding: clamp(90px, 11vw, 160px) 0; overflow: hidden; }
.section--wash { background: var(--wash); }
.section--dark { background: var(--dark); color: #fff; }
.ghost-word { position: absolute; z-index: 0; color: #eceef2; font-size: clamp(100px, 17vw, 260px); line-height: 1; font-weight: 800; letter-spacing: -.07em; white-space: nowrap; pointer-events: none; user-select: none; }
.section--dark .ghost-word { color: rgba(255,255,255,.045); }
.section > .wrap { position: relative; z-index: 1; }

.site-header { position: fixed; z-index: 100; top: 16px; left: 0; right: 0; height: 72px; background: transparent; pointer-events: none; }
.header-inner { width: min(1320px, calc(100% - 32px)); height: 72px; margin: auto; padding: 8px 9px 8px 22px; display: flex; align-items: center; gap: 18px; border: 1px solid rgba(255,255,255,.96); border-radius: 999px; background: rgba(255,255,255,.97); box-shadow: 0 16px 50px rgba(20,27,38,.14); backdrop-filter: blur(14px) saturate(115%); pointer-events: auto; }
.brand { margin-right: auto; display: inline-flex; align-items: center; font-size: 26px; font-weight: 900; letter-spacing: -.045em; }
.brand-mark { display: inline-grid; place-items: center; width: 30px; height: 30px; margin-right: 10px; color: #fff; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 5px rgba(224,79,81,.10); font-size: 12px; }
.nav { padding: 0; display: flex; align-items: center; gap: 2px; border: 0; background: transparent; font-size: 12px; font-weight: 800; }
.nav a { position: relative; padding: 8px 14px; border-radius: 999px; white-space: nowrap; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.nav a::after { display: none; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--red); background: rgba(224,79,81,.08); box-shadow: none; }
.nav .nav-contact { display: none; }
.header-cta { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 23px; color: #fff; background: var(--red); border-radius: 999px; font-size: 12px; font-weight: 800; white-space: nowrap; transition: transform .2s ease, background .2s ease; }
.header-cta-icon { position: relative; width: 18px; height: 14px; flex: 0 0 auto; border: 2px solid currentColor; border-radius: 5px; }
.header-cta-icon::before { content: ""; position: absolute; top: 4px; left: 3px; width: 2px; height: 2px; border-radius: 50%; background: currentColor; box-shadow: 4px 0 currentColor, 8px 0 currentColor; }
.header-cta-icon::after { content: ""; position: absolute; left: 2px; bottom: -6px; border-top: 5px solid currentColor; border-right: 5px solid transparent; transform: rotate(8deg); }
.header-cta:hover { background: var(--red-deep); transform: translateY(-2px); }
.menu-btn { display: none; width: 48px; height: 48px; padding: 0; border: 0; background: transparent; position: relative; }
.menu-btn span, .menu-btn::before, .menu-btn::after { content: ""; position: absolute; left: 10px; width: 28px; height: 2px; background: var(--ink); transition: .25s ease; }
.menu-btn::before { top: 15px; } .menu-btn span { top: 23px; } .menu-btn::after { top: 31px; }
.menu-open .menu-btn::before { top: 23px; transform: rotate(45deg); }
.menu-open .menu-btn span { opacity: 0; }
.menu-open .menu-btn::after { top: 23px; transform: rotate(-45deg); }

.hero { min-height: 100svh; display: grid; align-items: center; padding: 138px 0 56px; overflow: hidden; color: #fff; background: linear-gradient(112deg, #c83e42 0%, var(--red) 52%, #f16d70 100%); border-radius: 0 0 64px 64px; position: relative; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 11.111vw 11.111vw; pointer-events: none; }
.hero::after { content: "STARTOUT"; position: absolute; left: -1.5vw; bottom: -8vw; color: rgba(255,255,255,.06); font-size: 22vw; line-height: 1; font-weight: 900; letter-spacing: -.08em; pointer-events: none; }
.hero > .wrap { width: min(calc(100% - 64px), 1640px); position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(620px, 1.06fr); gap: 0; align-items: center; }
.hero-copy { position: relative; z-index: 7; width: auto; max-width: 920px; margin-left: 0; }
.hero .eyebrow { color: #fff; }
.hero h1 { margin: 0; font-size: clamp(54px, 5vw, 96px); line-height: 1.04; letter-spacing: -.065em; }
.hero-line { display: block; white-space: nowrap; }
.hero h1 em { color: #fff; font-style: normal; box-shadow: inset 0 -.14em 0 rgba(116,20,24,.28); }
.mobile-break { display: none; }
.hero-sub { margin: 30px 0 0; max-width: 760px; color: rgba(255,255,255,.86); font-size: clamp(16px, 1.25vw, 21px); line-height: 2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 58px; padding: 0 28px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: 14px; font-weight: 800; transition: .25s ease; }
.btn::after { content: "→"; font-size: 18px; }
.btn:hover { border-color: var(--red); color: var(--red); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(224,79,81,.14); }
.btn--primary { border-color: var(--red); color: #fff; background: var(--red); }
.btn--primary:hover { color: #fff; background: var(--red-deep); }
.proof { display: flex; align-items: center; gap: 12px; margin-top: 42px; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 700; }
.proof::before { content: ""; width: 7px; height: 7px; background: #fff; border-radius: 50%; box-shadow: 0 0 0 7px rgba(255,255,255,.14); }
.hero .btn { border-color: rgba(255,255,255,.58); color: #fff; background: transparent; }
.hero .btn:hover { border-color: #fff; color: var(--red); background: #fff; box-shadow: 0 16px 40px rgba(87,14,17,.18); }
.hero .btn--primary { border-color: #fff; color: var(--red); background: #fff; }
.hero .btn--primary:hover { color: #fff; background: var(--dark); border-color: var(--dark); }

.knowledge-orbit { position: relative; width: min(100%, 880px); min-height: min(760px, 76vh); margin: 0; display: grid; place-items: center; justify-self: start; isolation: isolate; }
.knowledge-orbit::before { content: ""; position: absolute; z-index: 0; width: min(100%, 1120px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: inset 0 0 0 7vw rgba(255,255,255,.025), inset 0 0 0 14vw rgba(255,255,255,.018); }
.knowledge-orbit::after { content: ""; position: absolute; z-index: 1; width: min(66%, 740px); aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.075); box-shadow: 0 0 100px rgba(111,17,21,.16); backdrop-filter: blur(2px); }
.orbit-core { position: relative; z-index: 4; width: clamp(190px, 13vw, 275px); height: clamp(190px, 13vw, 275px); display: grid; place-items: center; padding: 24px; color: #fff; background: linear-gradient(145deg, #ad3439, #c84549); border: 1px solid rgba(255,255,255,.36); border-radius: 50%; box-shadow: 0 38px 90px rgba(117,25,29,.28), inset 0 1px 0 rgba(255,255,255,.12); text-align: center; font-size: clamp(17px, 1.25vw, 24px); font-weight: 900; line-height: 1.5; }
.orbit-ring { position: absolute; z-index: 3; width: min(86%, 980px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; box-shadow: 0 0 0 1px rgba(255,255,255,.05); }
.orbit-ring::before { content: ""; position: absolute; inset: 12%; border: 1px dashed rgba(255,255,255,.34); border-radius: 50%; }
.orbit-node { position: absolute; z-index: 5; width: clamp(118px, 8.4vw, 170px); height: clamp(118px, 8.4vw, 170px); display: grid; place-items: center; padding: 15px; border: 1px solid rgba(255,255,255,.58); border-radius: 50%; color: #fff; background: rgba(255,255,255,.15); box-shadow: 0 24px 65px rgba(91,17,20,.22); backdrop-filter: blur(18px); text-align: center; font-size: clamp(11px, .82vw, 15px); font-weight: 800; line-height: 1.5; }
.orbit-node:nth-of-type(3) { top: 2%; left: 50%; transform: translateX(-50%); }
.orbit-node:nth-of-type(4) { top: 39%; right: 1%; }
.orbit-node:nth-of-type(5) { bottom: 1%; left: 50%; transform: translateX(-50%); }
.orbit-node:nth-of-type(6) { top: 39%; left: 1%; }
.orbit-caption { position: absolute; z-index: 6; bottom: 9%; right: 7%; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 800; letter-spacing: .12em; writing-mode: vertical-rl; }

.domain-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; margin-top: 70px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.domain-card { min-height: 330px; padding: 28px 22px; display: flex; flex-direction: column; background: #fff; }
.domain-card:nth-child(3) { color: #fff; background: var(--red); }
.domain-card:nth-child(3) p, .domain-card:nth-child(3) .domain-en { color: #ffe7e7; }
.domain-no { color: var(--red); font-size: 12px; font-weight: 900; }
.domain-card:nth-child(3) .domain-no { color: #fff; }
.domain-card h3 { margin: auto 0 12px; font-size: 20px; line-height: 1.45; }
.domain-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.domain-en { margin-top: 18px; color: #b4b9c2; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.business-band { position: relative; padding: clamp(100px, 12vw, 175px) 0; color: #fff; background: linear-gradient(120deg, var(--dark), #252c38); overflow: hidden; }
.business-band::after { content: "Business"; position: absolute; right: -4%; bottom: -10%; color: rgba(255,255,255,.04); font-size: clamp(120px, 19vw, 300px); line-height: 1; font-weight: 900; letter-spacing: -.07em; }
.business-intro { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }
.business-intro .lead { color: #b9bec8; }
.business-links { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 65px; }
.business-link { min-height: 220px; padding: 26px; display: flex; flex-direction: column; border: 1px solid #3a424f; border-radius: 22px; background: rgba(255,255,255,.025); }
.business-link span { color: var(--red); font-size: 12px; font-weight: 900; }
.business-link h3 { margin: auto 0 8px; font-size: 20px; }
.business-link p { margin: 0; color: #9fa6b2; font-size: 12px; }

.initiative { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.initiative--reverse { grid-template-columns: 1.08fr .92fr; }
.initiative--reverse > div:first-child { grid-column: 2; grid-row: 1; }
.initiative--reverse .initiative-panel { grid-column: 1; grid-row: 1; }
.initiative-panel { min-height: 480px; padding: 35px; position: relative; overflow: hidden; color: #fff; background: var(--red); border-radius: var(--radius); }
.initiative-panel::before { content: "Practice"; position: absolute; left: -8px; top: 40px; color: rgba(255,255,255,.13); font-size: 90px; font-weight: 900; letter-spacing: -.06em; }
.initiative-flow { position: absolute; inset: 145px 35px 35px; display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.initiative-flow div { padding: 18px; display: flex; align-items: flex-end; border: 1px solid rgba(255,255,255,.32); border-radius: 16px; background: rgba(255,255,255,.08); font-size: 12px; font-weight: 800; }
.initiative--map { display: block; }
.initiative--map .initiative-copy { max-width: none; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); gap: clamp(60px, 8vw, 120px); align-items: end; }
.initiative-heading .section-title { max-width: none; font-size: clamp(48px, 5.4vw, 76px); }
.initiative-heading .section-title span { display: block; white-space: nowrap; }
.initiative-intro .lead { margin-top: 0; font-size: clamp(15px, 1.35vw, 18px); }
.initiative-note { margin: 25px 0 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.initiative-action { margin-top: 32px; }
.practice-map { position: relative; margin-top: clamp(60px, 7vw, 90px); padding: clamp(36px, 4vw, 54px); overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: 0 30px 90px rgba(24,30,40,.09); }
.practice-map::before { content: ""; position: absolute; width: 240px; height: 240px; top: -150px; right: -100px; border: 54px solid var(--red-soft); border-radius: 50%; opacity: .9; }
.practice-map-head { position: relative; z-index: 1; display: flex; gap: 24px; align-items: flex-start; justify-content: space-between; }
.practice-map-overline { display: block; margin-bottom: 9px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.practice-map-head h3 { margin: 0; font-size: clamp(28px, 2.8vw, 40px); line-height: 1.35; letter-spacing: -.035em; }
.practice-map-badge { flex: 0 0 auto; min-width: 56px; min-height: 56px; display: grid; place-items: center; border: 1px solid var(--red); border-radius: 50%; color: var(--red); background: #fff; font-size: 12px; font-weight: 900; }
.practice-map-lead { position: relative; z-index: 1; max-width: 820px; margin: 13px 0 28px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.practice-source { display: grid; grid-template-columns: 74px 1fr; gap: 18px; align-items: center; padding: 17px 20px; color: #fff; border-radius: 17px; background: var(--dark); }
.practice-layer { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.practice-source strong { display: block; margin-bottom: 9px; font-size: 13px; }
.practice-source-list { display: flex; flex-wrap: wrap; gap: 6px; }
.practice-source-list span { padding: 5px 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #cbd0d8; font-size: 12px; }
.practice-transform { position: relative; height: 44px; display: grid; place-items: center; }
.practice-transform::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: var(--red); }
.practice-transform::after { content: ""; position: absolute; bottom: 2px; left: calc(50% - 4px); width: 7px; height: 7px; border-right: 1px solid var(--red); border-bottom: 1px solid var(--red); transform: rotate(45deg); }
.practice-transform span { position: relative; z-index: 1; padding: 5px 10px; border: 1px solid #f2babb; border-radius: 999px; color: #aa3537; background: #fff7f7; font-size: 12px; font-weight: 800; }
.practice-flow { position: relative; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; list-style: none; }
.practice-flow li { position: relative; min-height: 205px; padding: 20px 18px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.practice-flow li:nth-child(4) { border-color: #f1cccc; background: #fff6f6; }
.practice-flow li:nth-child(5) { color: #fff; border-color: var(--red); background: var(--red); }
.practice-flow li:not(:last-child)::after { content: ""; position: absolute; z-index: 2; top: 31px; right: -11px; width: 12px; height: 12px; border-top: 2px solid var(--red); border-right: 2px solid var(--red); background: #fff; transform: rotate(45deg); }
.practice-step-no { display: block; color: var(--red); font-size: 18px; font-weight: 900; line-height: 1; }
.practice-flow small { display: block; margin-top: 8px; color: #a9afb8; font-size: 7px; font-weight: 900; letter-spacing: .12em; }
.practice-flow h4 { margin: 34px 0 10px; font-size: 16px; line-height: 1.45; }
.practice-flow p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.practice-flow li:nth-child(5) .practice-step-no, .practice-flow li:nth-child(5) small, .practice-flow li:nth-child(5) p { color: #ffe6e6; }
.practice-results { margin-top: 12px; padding: 15px 18px; display: grid; grid-template-columns: 160px 1fr; gap: 18px; align-items: center; border: 1px solid var(--line); border-radius: 16px; background: #f8f9fa; }
.practice-results-title { display: grid; gap: 6px; }
.practice-results-title strong { font-size: 12px; }
.practice-results ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; }
.practice-results li { padding: 0 13px; display: grid; gap: 3px; border-left: 1px solid var(--line); }
.practice-results b { color: var(--red); font-size: 12px; }
.practice-results li span { color: var(--muted); font-size: 12px; }
.practice-feedback { margin-top: 10px; min-height: 34px; padding: 7px 14px; display: flex; gap: 9px; align-items: center; justify-content: center; color: #9f3537; border-radius: 10px; background: var(--red-soft); font-size: 12px; text-align: center; }
.practice-feedback span { font-size: 17px; line-height: 1; }

.future-statement { position: relative; min-height: 760px; padding: clamp(100px, 11vw, 155px) 0; display: grid; align-items: center; overflow: hidden; color: var(--ink); background: #f2f3f5; }
.future-statement::before { content: ""; position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(rgba(21,27,37,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(21,27,37,.055) 1px, transparent 1px); background-size: 92px 92px; }
.future-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr); gap: clamp(55px, 7vw, 100px); align-items: center; }
.future-copy .eyebrow { color: var(--red); }
.future-copy h2 { margin: 0; font-size: clamp(46px, 4.6vw, 66px); line-height: 1.24; letter-spacing: -.055em; }
.future-copy h2 span { display: block; white-space: nowrap; }
.future-copy h2 span:last-child { color: var(--red); }
.future-copy > p { margin: 30px 0 0; max-width: 510px; color: #626a77; font-size: 14px; line-height: 2; }
.future-principle { margin-top: 44px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; color: #747c88; font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.future-principle i { color: var(--red); font-size: 15px; font-style: normal; }
.continuity-visual { position: relative; min-height: 520px; isolation: isolate; }
.continuity-visual::before { content: "∞"; position: absolute; z-index: -1; right: -6%; bottom: -5%; color: rgba(21,27,37,.045); font-family: Arial, sans-serif; font-size: 390px; line-height: .75; font-weight: 700; }
.continuity-path { --path-angle: -30deg; --counter-angle: 30deg; position: absolute; z-index: 1; top: 50%; left: 10%; right: 8%; height: 2px; transform: rotate(var(--path-angle)); transform-origin: center; }
.continuity-track { position: absolute; z-index: 0; inset: 0; height: 2px; background: linear-gradient(90deg, rgba(21,27,37,.18), var(--red) 35%, var(--dark) 72%, rgba(21,27,37,.18)); }
.continuity-track--2 { transform: translateY(12px); opacity: .32; }
.continuity-track--3 { transform: translateY(-12px); opacity: .18; }
.continuity-signal { position: absolute; z-index: 1; top: 50%; left: 0; width: 10px; height: 10px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 9px rgba(224,79,81,.18), 0 0 30px rgba(224,79,81,.55); transform: translate(-50%,-50%); animation: knowledge-signal 5.5s ease-in-out infinite; }
@keyframes knowledge-signal { 0%, 8% { left: 0; opacity: 0; } 15% { opacity: 1; } 88% { opacity: 1; } 100% { left: 100%; opacity: 0; } }
.continuity-node { position: absolute; z-index: 2; top: 50%; left: var(--point); width: 102px; height: 102px; padding: 13px; display: grid; align-content: center; text-align: center; border: 1px solid rgba(21,27,37,.22); border-radius: 50%; color: #fff; background: rgba(21,27,37,.96); box-shadow: 0 20px 55px rgba(21,27,37,.16); backdrop-filter: blur(10px); transform: translate(-50%,-50%) rotate(var(--counter-angle)); }
.continuity-node small { position: absolute; top: 12px; left: 50%; color: var(--red); font-size: 7px; font-weight: 900; transform: translateX(-50%); }
.continuity-node strong { font-size: 16px; line-height: 1.3; }
.continuity-node span { margin-top: 3px; color: #9ba3af; font-size: 12px; }
.continuity-node--1 { --point: 0%; }
.continuity-node--2 { --point: 33.333%; border-color: var(--red); background: var(--red); }
.continuity-node--2 small, .continuity-node--2 span { color: #ffe3e3; }
.continuity-node--3 { --point: 66.666%; color: var(--dark); border-color: rgba(21,27,37,.12); background: #fff; }
.continuity-node--3 span { color: #69707d; }
.continuity-node--4 { --point: 100%; width: 118px; height: 118px; border: 0; color: #fff; background: var(--red); box-shadow: 0 0 0 16px rgba(224,79,81,.12), 0 25px 70px rgba(21,27,37,.18); }
.continuity-node--4 small, .continuity-node--4 span { color: #ffe3e3; }
.continuity-caption { position: absolute; left: 4%; right: 2%; bottom: 0; display: flex; justify-content: space-between; color: #7f8792; font-size: 7px; font-weight: 900; letter-spacing: .16em; }
.insight-grid { grid-template-columns: repeat(2,1fr); }
.fields-section { overflow: hidden; }
.fields-word { left: -3%; right: auto; bottom: -7%; font-size: clamp(220px, 24vw, 420px); }
.fields-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(460px, .9fr) minmax(0, 1.1fr); gap: clamp(70px, 7vw, 100px); align-items: start; }
.fields-heading { position: static; top: auto; padding-top: 0; }
.fields-heading .section-title { max-width: none; font-size: clamp(48px, 4vw, 60px); }
.fields-heading .section-title span { display: block; white-space: nowrap; }
.fields-intro { max-width: 440px; margin: 28px 0 0; color: var(--muted); font-size: 14px; line-height: 2; }
.fields-link { width: fit-content; margin-top: 38px; padding-bottom: 8px; display: flex; gap: 36px; align-items: center; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 900; }
.fields-link span { color: var(--red); font-size: 18px; transition: transform .2s ease; }
.fields-link:hover span { transform: translateX(6px); }
.fields-list { border-top: 1px solid var(--ink); }
.field-line { position: relative; display: grid; grid-template-columns: 44px minmax(190px, .9fr) minmax(150px, 1fr) 24px; gap: 18px; align-items: center; min-height: 150px; padding: 28px 0; border-bottom: 1px solid var(--line); transition: color .25s ease; }
.field-line:nth-child(even) { width: 100%; margin-left: 0; }
.field-line::before { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.field-line:hover::before { transform: scaleX(1); }
.field-no { align-self: start; padding-top: 4px; color: var(--red); font-size: 12px; font-weight: 900; }
.field-name small { display: block; margin-bottom: 8px; color: #a4aab3; font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.field-name h3 { margin: 0; font-size: clamp(22px, 2vw, 30px); line-height: 1.45; letter-spacing: -.03em; }
.field-line p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.field-arrow { color: var(--red); font-size: 20px; transition: transform .2s ease; }
.field-line:hover .field-arrow { transform: translate(4px,-4px); }
.experience-section { isolation: isolate; padding: clamp(110px, 12vw, 175px) 0; color: #fff; background: var(--dark); }
.experience-section::after { content: ""; position: absolute; z-index: -1; top: -30%; right: 15%; width: 1px; height: 165%; background: rgba(224,79,81,.22); transform: rotate(27deg); }
.experience-word { position: absolute; z-index: -1; left: -1.5vw; bottom: -5vw; color: rgba(255,255,255,.035); font-size: clamp(110px, 16vw, 280px); font-weight: 900; line-height: .8; letter-spacing: -.08em; white-space: nowrap; }
.experience-meta { padding-bottom: 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.14); }
.experience-meta .eyebrow { margin: 0; color: #fff; }
.experience-meta > span { color: #7f8793; font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.experience-statement { margin-top: clamp(64px, 8vw, 105px); display: grid; grid-template-columns: minmax(440px, .8fr) minmax(0, 1.2fr); gap: clamp(52px, 5vw, 68px); align-items: start; }
.experience-scale { position: relative; min-width: 0; }
.experience-scale strong { position: relative; display: inline-block; color: var(--red); font-size: clamp(92px, 9vw, 142px); font-weight: 900; line-height: .82; letter-spacing: -.08em; white-space: nowrap; }
.experience-scale strong small { position: absolute; top: 7px; right: -50px; margin: 0; padding-top: 7px; color: #fff; border-top: 1px solid rgba(255,255,255,.45); font-size: 15px; line-height: 1; letter-spacing: .08em; }
.experience-scale-label { width: min(100%, 410px); margin-top: 34px; padding-top: 15px; display: grid; grid-template-columns: 112px 1fr; gap: 22px; align-items: start; border-top: 1px solid rgba(255,255,255,.25); }
.experience-scale-label span { padding-top: 3px; color: #7f8793; font-size: 7px; font-weight: 900; line-height: 1.6; letter-spacing: .14em; }
.experience-scale-label p { margin: 0; color: #c3c8d0; font-size: 12px; font-weight: 700; line-height: 1.65; }
.experience-scale-label b { color: #fff; font-size: 15px; font-weight: 900; }
.experience-statement h2 { margin: 0; padding-top: 2px; font-size: clamp(44px, 4.15vw, 64px); font-weight: 800; line-height: 1.22; letter-spacing: -.055em; }
.experience-statement h2 span { display: block; white-space: nowrap; }
.experience-statement h2 span:last-child { color: var(--red); }
.experience-journey { position: relative; margin-top: clamp(75px, 9vw, 120px); display: grid; grid-template-columns: repeat(4, 1fr); }
.experience-journey::before { content: ""; position: absolute; top: 0; left: 0; right: 25%; height: 1px; background: rgba(255,255,255,.25); }
.experience-journey > div { position: relative; padding: 31px 18px 0 0; }
.experience-journey > div::before { content: ""; position: absolute; top: -5px; left: 0; width: 11px; height: 11px; border: 2px solid var(--dark); border-radius: 50%; background: var(--red); }
.experience-journey small { display: block; margin-bottom: 8px; color: #7f8793; font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.experience-journey strong { font-size: clamp(14px, 1.45vw, 19px); }
.experience-bottom { margin-top: clamp(65px, 8vw, 100px); padding-top: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 6vw, 90px); border-top: 1px solid rgba(255,255,255,.14); }
.experience-thesis { margin: 0; font-size: clamp(22px, 2.2vw, 31px); font-weight: 800; line-height: 1.65; letter-spacing: -.025em; }
.experience-thesis span { display: block; white-space: nowrap; }
.experience-copy p { margin: 0; color: #b8bec8; font-size: 13px; line-height: 2; }
.experience-copy a { width: fit-content; margin-top: 28px; padding-bottom: 6px; display: flex; gap: 35px; align-items: center; color: #fff; border-bottom: 1px solid rgba(255,255,255,.72); font-size: 12px; font-weight: 900; }
.experience-copy a span { font-size: 17px; transition: transform .2s ease; }
.experience-copy a:hover span { transform: translateX(6px); }
.experience-note { margin: 52px 0 0; color: #7f8793; font-size: 12px; }

.hero-visual { position: relative; min-height: 570px; }
.orb { position: absolute; inset: 30px 0 10px 20px; border-radius: 50% 50% 46% 54% / 48% 42% 58% 52%; background: linear-gradient(145deg, var(--red), #ff8586); transform: rotate(-8deg); box-shadow: 0 35px 100px rgba(224,79,81,.28); }
.orb::before, .orb::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.orb::before { inset: 9%; } .orb::after { inset: 22%; }
.ui-card { position: absolute; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.9); border-radius: 22px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.ui-upload { top: 60px; left: -10px; width: 280px; padding: 22px; }
.ui-score { right: -30px; top: 180px; width: 250px; padding: 22px; }
.ui-course { bottom: 24px; left: 70px; width: 330px; padding: 22px; }
.ui-kicker { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ui-title { margin: 7px 0 0; font-size: 15px; font-weight: 800; }
.file-row { margin-top: 18px; display: flex; align-items: center; gap: 12px; }
.file-icon { width: 42px; height: 48px; display: grid; place-items: center; color: var(--red); background: var(--red-soft); border-radius: 10px; font-size: 12px; font-weight: 900; }
.line-stack { flex: 1; display: grid; gap: 7px; }
.line-stack i { height: 6px; background: #eceef1; border-radius: 9px; }
.line-stack i:first-child { width: 74%; background: #d6d9df; }
.score-ring { width: 104px; height: 104px; margin: 18px auto 0; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--red) 0 83%, #eceef1 83%); position: relative; }
.score-ring::before { content: ""; position: absolute; inset: 11px; background: #fff; border-radius: 50%; }
.score-ring strong { position: relative; z-index: 1; font-size: 24px; }
.progress-row { margin-top: 16px; display: grid; grid-template-columns: 72px 1fr 30px; gap: 10px; align-items: center; font-size: 12px; font-weight: 700; }
.bar { height: 7px; overflow: hidden; background: #eceef1; border-radius: 999px; }
.bar span { display: block; height: 100%; width: var(--value); background: var(--red); border-radius: inherit; }

.pain-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.purpose-section > .wrap { width: min(1420px, calc(100% - 64px)); }
.purpose-grid { grid-template-columns: minmax(640px, .95fr) minmax(0, 1.05fr); gap: clamp(72px, 7vw, 120px); }
.purpose-title { max-width: none; font-size: clamp(36px, 3.3vw, 60px); }
.purpose-title span { display: block; white-space: nowrap; }
.domains-heading { display: grid; grid-template-columns: 110px minmax(0, 1.15fr) minmax(300px, .65fr); gap: clamp(32px, 5vw, 82px); align-items: end; }
.domains-heading .eyebrow { align-self: start; justify-self: start; margin: 4px 0 0; writing-mode: vertical-rl; transform: rotate(180deg); }
.domains-heading .eyebrow::before { width: 2px; height: 38px; }
.domains-heading .section-title { max-width: 740px; }
.domains-heading .lead { margin: 0 0 4px; font-size: 16px; }
.pain-list { border-top: 1px solid var(--line); }
.pain-item { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.pain-num { color: var(--red); font-size: 12px; font-weight: 900; }
.pain-item h3 { margin: 0; font-size: 20px; letter-spacing: -.02em; }

.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 70px; }
.value-card { min-height: 360px; padding: 34px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: .3s ease; }
.value-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.value-no { color: var(--red); font-size: 12px; font-weight: 900; }
.value-card h3 { margin: auto 0 12px; font-size: clamp(38px, 4vw, 58px); line-height: 1; letter-spacing: -.05em; }
.value-card h3 small { display: block; margin-top: 12px; color: var(--muted); font-size: 13px; letter-spacing: .04em; }
.value-card p { margin: 0; color: var(--muted); font-size: 14px; }

.flow { margin-top: 70px; border-top: 1px solid rgba(255,255,255,.2); }
.flow-row { display: grid; grid-template-columns: 90px .7fr 1fr 44px; gap: 24px; align-items: center; min-height: 170px; border-bottom: 1px solid rgba(255,255,255,.2); }
.flow-no { color: var(--red); font-size: 42px; font-weight: 800; letter-spacing: -.05em; }
.flow-row h3 { margin: 0; font-size: 23px; }
.flow-row p { margin: 0; color: #aeb4bf; font-size: 14px; }
.flow-arrow { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }

.trust-grid, .use-grid, .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 64px; }
.mini-card { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.mini-card .icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 38px; color: var(--red); background: var(--red-soft); border-radius: 13px; font-size: 18px; font-weight: 900; }
.mini-card h3 { margin: 0 0 10px; font-size: 18px; }
.mini-card p { margin: 0; color: var(--muted); font-size: 13px; }

.use-card { min-height: 310px; padding: 30px; display: flex; flex-direction: column; border-radius: var(--radius); background: var(--wash); overflow: hidden; position: relative; }
.use-card::after { content: attr(data-no); position: absolute; right: -6px; bottom: -38px; color: #fff; font-size: 130px; line-height: 1; font-weight: 900; }
.use-card h3 { position: relative; z-index: 1; margin: auto 0 12px; max-width: 250px; font-size: 22px; }
.use-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 13px; }
.use-card:nth-child(2), .use-card:nth-child(5) { background: var(--red); color: #fff; }
.use-card:nth-child(2) p, .use-card:nth-child(5) p { color: #ffe8e8; }
.use-card:nth-child(2)::after, .use-card:nth-child(5)::after { color: rgba(255,255,255,.12); }

.history-block { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; }
.history-stat { min-height: 360px; padding: 42px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: var(--radius); color: #fff; background: var(--red); }
.history-stat strong { font-size: clamp(54px, 7vw, 94px); line-height: 1; letter-spacing: -.06em; }
.history-stat span { margin-top: 16px; font-size: 14px; }

.cta-band { position: relative; padding: clamp(90px, 10vw, 140px) 0; overflow: hidden; color: #fff; background: var(--red); }
.cta-word { position: absolute; right: -3%; bottom: -20%; color: rgba(255,255,255,.09); font-size: clamp(180px, 25vw, 420px); font-weight: 900; line-height: .8; letter-spacing: -.08em; }
.cta-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(60px, 10vw, 150px); align-items: center; }
.cta-copy .eyebrow { color: #fff; }
.cta-band h2 { margin: 0; max-width: 790px; font-size: clamp(43px, 5vw, 70px); line-height: 1.18; letter-spacing: -.055em; }
.cta-band h2 span { display: block; white-space: nowrap; }
.cta-copy > p:last-child { margin: 28px 0 0; max-width: 650px; color: #ffe2e2; font-size: 13px; }
.cta-disc { position: relative; width: clamp(220px, 20vw, 290px); aspect-ratio: 1; padding: 42px; display: flex; flex-direction: column; justify-content: center; border-radius: 50%; color: var(--red); background: #fff; box-shadow: 0 28px 80px rgba(104,26,28,.2); transition: transform .3s ease, color .3s ease, background .3s ease; }
.cta-disc::before { content: ""; position: absolute; inset: 13px; border: 1px solid rgba(224,79,81,.35); border-radius: 50%; }
.cta-disc small { position: relative; z-index: 1; font-size: 7px; font-weight: 900; line-height: 1.2; letter-spacing: .15em; }
.cta-disc strong { position: relative; z-index: 1; margin-top: 7px; font-size: clamp(28px, 3vw, 42px); line-height: 1.1; letter-spacing: -.04em; }
.cta-disc span { position: absolute; z-index: 1; right: 42px; bottom: 42px; font-size: 28px; transition: transform .25s ease; }
.cta-disc:hover { color: #fff; background: var(--dark); transform: rotate(-3deg) scale(1.03); }
.cta-disc:hover span { transform: translate(6px,-6px); }

.site-footer { padding: 80px 0 30px; color: #fff; background: var(--dark); border-radius: 0; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 90px; }
.footer-brand { font-size: 30px; font-weight: 900; letter-spacing: -.04em; }
.footer-tagline { margin-top: 18px; color: #9299a5; font-size: 13px; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer-nav h3 { margin: 0 0 15px; color: #717986; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.footer-nav a { display: block; margin: 10px 0; color: #dfe2e7; font-size: 13px; }
.footer-nav a:hover { color: #fff; }
.footer-bottom { margin-top: 70px; padding-top: 25px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #343b46; color: #727a87; font-size: 12px; }

.page-hero { min-height: 720px; padding: 180px 0 110px; display: block; overflow: hidden; position: relative; background: var(--wash); }
.page-hero::after { content: attr(data-word); position: absolute; left: 17%; bottom: -5%; color: #e5e7eb; font-size: clamp(110px, 18vw, 280px); line-height: .8; font-weight: 800; letter-spacing: -.07em; white-space: nowrap; }
.page-hero .wrap { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: end; }
.page-hero h1 { margin: 0; font-size: clamp(56px, 7vw, 105px); line-height: .98; letter-spacing: -.06em; }
.page-hero h1 span { color: var(--red); }
.page-hero p { margin: 0 0 16px; max-width: 520px; font-size: 17px; line-height: 2; }

/* Business hero: preserve the headline as two intentional lines on desktop. */
.business-page-hero .wrap { width: min(1680px, calc(100% - 128px)); grid-template-columns: minmax(760px, 1.22fr) minmax(420px, .78fr); gap: clamp(72px, 7vw, 120px); }
.business-page-hero h1 { font-size: clamp(64px, 4.4vw, 90px); line-height: 1.03; }
.business-page-hero h1 .business-hero-line { display: block; color: var(--ink); white-space: nowrap; }
.business-page-hero h1 .business-hero-line--accent { color: var(--red); }
.business-hero-mobile-break { display: none; }
.business-page-hero > .wrap > p { max-width: 600px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.sticky-side { position: sticky; top: 130px; }
.business-scope-section .sticky-side { position: static; top: auto; align-self: start; }
.tag-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.tag { padding: 7px 13px; background: #eef0f3; border-radius: 999px; color: #555d69; font-size: 12px; font-weight: 700; }
.feature-list { border-top: 1px solid var(--line); }
.feature-item { padding: 30px 0; border-bottom: 1px solid var(--line); }
.feature-item h3 { margin: 0 0 10px; font-size: 21px; }
.feature-item p { margin: 0; color: var(--muted); font-size: 14px; }
.status { display: inline-flex; margin-bottom: 12px; padding: 4px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: #fff; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.status--future { color: var(--red); border-color: #f4c5c6; background: var(--red-soft); }

.mockup { padding: 18px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.mockup-top { height: 34px; display: flex; gap: 7px; align-items: center; border-bottom: 1px solid var(--line); }
.mockup-top i { width: 7px; height: 7px; border-radius: 50%; background: #d9dce1; }
.mockup-body { display: grid; grid-template-columns: 150px 1fr; min-height: 400px; }
.mockup-side { padding: 22px 12px; border-right: 1px solid var(--line); }
.mockup-side span { display: block; height: 8px; margin: 13px 0; border-radius: 8px; background: #eceef1; }
.mockup-main { padding: 28px; }
.mockup-heading { width: 55%; height: 14px; background: #d6d9df; border-radius: 10px; }
.mockup-panel { margin-top: 25px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; }
.mockup-panel strong { display: block; font-size: 13px; }
.mockup-panel p { margin: 7px 0 0; color: var(--muted); font-size: 12px; }
.mockup-answer { margin-top: 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mockup-answer span { padding: 10px; border-radius: 8px; background: var(--wash); font-size: 12px; }
.mockup-answer span:first-child { color: var(--red); background: var(--red-soft); }

.case-list { display: grid; gap: 1px; margin-top: 64px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.case-row { display: grid; grid-template-columns: 80px .75fr 1.25fr 40px; gap: 24px; align-items: center; min-height: 150px; padding: 28px; background: #fff; }
.case-row:hover { background: #fffafa; }
.case-row .no { color: var(--red); font-weight: 900; }
.case-row h3 { margin: 0; font-size: 21px; }
.case-row p { margin: 0; color: var(--muted); font-size: 13px; }
.case-row .arrow { color: var(--red); font-size: 24px; }

.quote { padding: 50px; border-radius: var(--radius); color: #fff; background: var(--red); font-size: clamp(27px, 3vw, 42px); line-height: 1.5; font-weight: 800; letter-spacing: -.03em; }
.principles { counter-reset: principle; }
.principle { counter-increment: principle; padding: 32px 0; display: grid; grid-template-columns: 70px 1fr; border-bottom: 1px solid var(--line); }
.principle::before { content: "0" counter(principle); color: var(--red); font-size: 13px; font-weight: 900; }
.principle h3 { margin: 0 0 8px; font-size: 22px; }
.principle p { margin: 0; color: var(--muted); font-size: 14px; }
.company-table { width: 100%; border-collapse: collapse; }
.company-table th, .company-table td { padding: 24px 0; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.company-table th { width: 180px; color: var(--muted); font-size: 12px; }
.company-table td { font-size: 14px; }

.form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.contact-points { margin: 35px 0 0; padding: 0; list-style: none; }
.contact-points li { padding: 14px 0; display: flex; gap: 12px; border-bottom: 1px solid var(--line); font-size: 13px; }
.contact-points li::before { content: "✓"; color: var(--red); font-weight: 900; }
.form-card { padding: clamp(28px, 5vw, 54px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.field { margin-bottom: 24px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field label { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 800; }
.required { margin-left: 6px; color: var(--red); font-size: 12px; }
.field input, .field select, .field textarea { width: 100%; padding: 14px 16px; border: 1px solid #d9dce1; border-radius: 10px; color: var(--ink); background: #fff; outline: none; transition: .2s ease; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); box-shadow: 0 0 0 4px rgba(224,79,81,.1); }
.field textarea { min-height: 150px; resize: vertical; }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: 12px; }
.check input { margin-top: 6px; accent-color: var(--red); }
.submit { width: 100%; margin-top: 28px; border: 0; }
.notice { margin-bottom: 25px; padding: 16px 18px; border-radius: 12px; font-size: 13px; }
.notice--success { color: #21643f; background: #e9f7ef; }
.notice--error { color: #9f3032; background: var(--red-soft); }
.legal { max-width: 860px; }
.legal h2 { margin: 60px 0 16px; font-size: 24px; }
.legal p, .legal li { color: #4e5662; font-size: 14px; }
.legal li { margin: 7px 0; }
.legal-note { padding: 18px; border-left: 3px solid var(--red); background: var(--red-soft); }

@media (min-width: 1601px) {
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero .eyebrow { margin-bottom: 22px; font-size: 13px; }
  .hero h1 { font-size: clamp(88px, 5.2vw, 104px); }
  .hero-sub { max-width: 720px; margin-top: 34px; font-size: 22px; line-height: 1.9; }
  .hero-actions { gap: 16px; margin-top: 42px; }
  .hero .btn { min-height: 66px; padding-inline: 34px; font-size: 15px; }
  .hero .btn::after { font-size: 20px; }
  .proof { margin-top: 46px; font-size: 13px; }
}

@media (max-width: 1600px) and (min-width: 1281px) {
  .hero-copy { max-width: 760px; margin-left: 0; }
  .hero h1 { font-size: clamp(60px, 4.75vw, 76px); }
  .hero-sub { max-width: 650px; font-size: 16px; }
  .knowledge-orbit { min-height: min(700px, 72vh); }
  .orbit-node { width: clamp(112px, 8vw, 142px); height: clamp(112px, 8vw, 142px); }
}

@media (max-width: 1280px) and (min-width: 1021px) {
  .hero { padding-top: 138px; }
  .hero > .wrap { width: min(100% - 80px, 1080px); }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero-copy { max-width: 850px; margin-left: 0; }
  .hero h1 { font-size: clamp(62px, 7vw, 84px); }
  .hero-sub { max-width: 720px; }
  .knowledge-orbit { width: min(760px, 100%); min-height: 600px; margin: 0 auto; justify-self: center; }
  .knowledge-orbit::before { width: 600px; }
  .knowledge-orbit::after { width: 410px; }
  .orbit-ring { width: 535px; }
}

@media (max-width: 1020px) {
  .nav { display: none; position: fixed; inset: 104px 16px 16px; padding: 30px 28px; flex-direction: column; align-items: flex-start; gap: 6px; border: 1px solid rgba(255,255,255,.8); border-radius: 28px; background: rgba(255,255,255,.96); box-shadow: 0 24px 80px rgba(20,27,38,.18); backdrop-filter: blur(22px); font-size: 20px; }
  .menu-open .nav { display: flex; }
  .menu-open .nav a { width: 100%; padding: 11px 14px; border-radius: 12px; }
  .nav .nav-contact { margin-top: auto; display: flex; justify-content: center; color: #fff; background: var(--red); }
  .nav .nav-contact:hover { color: #fff; background: var(--red-deep); }
  .menu-btn { display: block; }
  .header-cta { margin-left: auto; }
  .hero-grid, .page-hero .wrap { grid-template-columns: 1fr; }
  .hero { padding-top: 130px; border-radius: 0 0 46px 46px; }
  .hero > .wrap { width: min(100% - 64px, 960px); }
  .hero h1 { font-size: clamp(54px, 8vw, 78px); }
  .knowledge-orbit { min-height: 560px; width: min(720px,100%); margin: 0 auto; justify-self: center; }
  .knowledge-orbit::before { width: 560px; height: 560px; }
  .knowledge-orbit::after { width: 390px; height: 390px; }
  .orbit-ring { width: 500px; height: 500px; }
  .hero-visual { min-height: 500px; max-width: 650px; width: 100%; margin: 0 auto; }
  .pain-grid, .history-block, .form-layout { grid-template-columns: 1fr; gap: 55px; }
  .value-grid, .trust-grid, .use-grid, .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .page-hero { min-height: 620px; padding: 140px 0 90px; }
  .business-page-hero .wrap { width: min(100% - 64px, 960px); grid-template-columns: 1fr; }
  .business-page-hero h1 { font-size: clamp(58px, 8vw, 78px); }
  .split { grid-template-columns: 1fr; gap: 50px; }
  .sticky-side { position: static; }
  .cta-inner { grid-template-columns: 1fr; align-items: start; }
  .future-grid { grid-template-columns: 1fr; }
  .continuity-visual { width: min(100%, 680px); min-height: 500px; margin: 0 auto; }
  .cta-disc { justify-self: end; }
  .domain-grid { grid-template-columns: repeat(2,1fr); }
  .business-intro, .initiative { grid-template-columns: 1fr; }
  .domains-heading { grid-template-columns: 70px 1fr; }
  .domains-heading .lead { grid-column: 2; margin-top: 10px; }
  .initiative--reverse > div:first-child, .initiative--reverse .initiative-panel { grid-column: 1; grid-row: auto; }
  .initiative--reverse > div:first-child { order: 1; }
  .initiative--reverse .initiative-panel { order: 2; }
  .initiative--map .initiative-copy { grid-template-columns: 1fr; gap: 42px; }
  .initiative-intro { max-width: 760px; }
  .fields-layout { grid-template-columns: 1fr; gap: 60px; }
  .fields-heading { position: static; max-width: 700px; }
  .experience-statement { grid-template-columns: 1fr; gap: 50px; }
  .experience-bottom { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 1180px) {
  .purpose-grid { grid-template-columns: 1fr; gap: 50px; }
  .fields-layout { grid-template-columns: 1fr; gap: 60px; }
  .fields-heading { position: static; max-width: 760px; }
}

@media (max-width: 700px) {
  :root { --wrap: min(100% - 32px, 1180px); --radius: 22px; }
  .site-header { top: 10px; height: 64px; }
  .header-inner { width: calc(100% - 20px); height: 64px; padding: 6px 7px 6px 16px; gap: 8px; }
  .brand { font-size: 20px; }
  .brand-mark { width: 24px; height: 24px; margin-right: 8px; box-shadow: 0 0 0 4px rgba(224,79,81,.10); }
  .header-cta { display: none; }
  .menu-btn { width: 42px; }
  .nav { inset: 84px 10px 10px; }
  .section { padding: 82px 0; }
  .hero { min-height: auto; padding: 116px 0 42px; border-radius: 0 0 30px 30px; }
  .hero > .wrap { width: calc(100% - 32px); }
  .hero h1 { font-size: clamp(42px, 12.4vw, 62px); line-height: 1.1; }
  .hero-line { white-space: normal; }
  .mobile-break { display: inline; }
  .hero-sub { font-size: 15px; line-height: 1.9; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .hero-visual { min-height: 415px; margin-top: 10px; }
  .orb { inset: 28px 8px 12px; }
  .ui-upload { top: 45px; left: 0; width: 220px; }
  .ui-score { right: 0; top: 170px; width: 170px; }
  .ui-course { left: 20px; right: 20px; bottom: 0; width: auto; }
  .score-ring { width: 76px; height: 76px; }
  .value-grid, .trust-grid, .use-grid, .feature-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 300px; }
  .flow-row { grid-template-columns: 50px 1fr 34px; gap: 14px; padding: 26px 0; }
  .flow-row p { grid-column: 2 / 4; }
  .flow-no { font-size: 28px; }
  .page-hero { min-height: 540px; padding: 120px 0 75px; }
  .page-hero .wrap { gap: 32px; }
  .page-hero h1 { font-size: 54px; }
  .business-page-hero .wrap { width: calc(100% - 32px); }
  .business-page-hero h1 { font-size: clamp(43px, 12.5vw, 54px); line-height: 1.08; }
  .business-page-hero h1 .business-hero-line { white-space: nowrap; }
  .business-hero-mobile-break { display: inline; }
  .page-hero::after { left: 5%; font-size: 100px; }
  .case-row { grid-template-columns: 42px 1fr 28px; gap: 12px; }
  .case-row p { grid-column: 2 / 4; }
  .mockup-body { grid-template-columns: 1fr; }
  .mockup-side { display: none; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 50px; }
  .footer-nav { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
  .site-footer { border-radius: 0; }
  .company-table th, .company-table td { display: block; width: 100%; padding: 13px 0; }
  .company-table th { border-bottom: 0; padding-bottom: 0; }
  .quote { padding: 30px; }
  .purpose-section > .wrap { width: calc(100% - 32px); }
  .purpose-title { font-size: clamp(30px, 8.4vw, 42px); }
  .domains-heading { grid-template-columns: 1fr; gap: 24px; }
  .domains-heading .eyebrow { writing-mode: horizontal-tb; transform: none; }
  .domains-heading .eyebrow::before { width: 28px; height: 2px; }
  .domains-heading .lead { grid-column: 1; }
  .fields-heading .section-title { font-size: clamp(42px, 12vw, 58px); }
  .fields-heading .section-title span { white-space: normal; }
  .fields-word { left: -12%; bottom: -2%; font-size: 150px; }
  .field-line, .field-line:nth-child(even) { width: 100%; margin-left: 0; grid-template-columns: 42px 1fr 22px; gap: 12px; min-height: 0; padding: 24px 0; }
  .field-name { grid-column: 2; }
  .field-line p { grid-column: 2 / 4; }
  .field-arrow { grid-column: 3; grid-row: 1; }
  .future-statement { min-height: auto; padding: 90px 0; }
  .future-grid { gap: 50px; }
  .future-copy h2 { font-size: clamp(38px, 11vw, 52px); }
  .future-copy h2 span { white-space: normal; }
  .continuity-visual { min-height: 370px; }
  .continuity-path { --path-angle: -34deg; --counter-angle: 34deg; left: 12%; right: 12%; }
  .continuity-node { width: 72px; height: 72px; padding: 8px; }
  .continuity-node strong { font-size: 12px; }
  .continuity-node span { font-size: 6px; }
  .continuity-node small { top: 7px; font-size: 5px; }
  .continuity-node--4 { width: 82px; height: 82px; }
  .continuity-visual::before { font-size: 230px; }
  .continuity-caption { font-size: 5px; }
  .cta-band h2 { font-size: clamp(37px, 10.5vw, 50px); }
  .cta-band h2 span { white-space: normal; }
  .cta-disc { width: 220px; justify-self: center; }
  .experience-meta { align-items: flex-start; gap: 20px; }
  .experience-meta > span { max-width: 145px; text-align: right; }
  .experience-statement { margin-top: 60px; gap: 44px; }
  .experience-scale strong { font-size: clamp(82px, 26vw, 118px); }
  .experience-scale strong small { top: 4px; right: -38px; padding-top: 5px; font-size: 12px; }
  .experience-scale-label { width: 100%; grid-template-columns: 92px 1fr; gap: 16px; }
  .experience-scale-label b { font-size: 13px; }
  .experience-statement h2 { font-size: clamp(34px, 10vw, 46px); line-height: 1.3; }
  .experience-statement h2 span { white-space: normal; }
  .experience-journey { margin-top: 72px; }
  .experience-journey > div { padding: 26px 6px 0 0; }
  .experience-journey small { font-size: 6px; letter-spacing: .04em; }
  .experience-journey strong { font-size: 12px; line-height: 1.55; }
  .experience-thesis span { white-space: normal; }
  .knowledge-orbit { min-height: 430px; }
  .knowledge-orbit::before { width: 390px; height: 390px; }
  .knowledge-orbit::after { width: 270px; height: 270px; }
  .orbit-ring { width: 315px; height: 315px; }
  .orbit-ring::before { inset: 42px; }
  .orbit-core { width: 145px; height: 145px; font-size: 14px; }
  .orbit-node { width: 88px; height: 88px; padding: 9px; font-size: 12px; }
  .orbit-node:nth-of-type(4), .orbit-node:nth-of-type(6) { top: 40%; }
  .orbit-caption { display: none; }
  .domain-grid, .business-links { grid-template-columns: 1fr; }
  .insight-grid { grid-template-columns: 1fr; }
  .domain-card { min-height: 240px; }
  .initiative-panel { min-height: 420px; }
  .initiative-flow { inset: 130px 22px 22px; }
  .practice-map { padding: 24px 18px; border-radius: 22px; }
  .initiative-heading .section-title { font-size: clamp(42px, 11vw, 58px); }
  .initiative-heading .section-title span { white-space: normal; }
  .practice-map-head { gap: 14px; }
  .practice-map-head h3 { font-size: 23px; }
  .practice-map-badge { min-width: 48px; min-height: 48px; }
  .practice-source { grid-template-columns: 1fr; gap: 8px; }
  .practice-flow { grid-template-columns: 1fr; gap: 7px; }
  .practice-flow li { min-height: auto; padding: 14px 15px 14px 65px; }
  .practice-flow li:not(:last-child)::after { top: auto; right: auto; bottom: -8px; left: 30px; width: 9px; height: 9px; border-top: 0; border-right: 2px solid var(--red); border-bottom: 2px solid var(--red); background: #fff; }
  .practice-step-no { position: absolute; left: 16px; top: 17px; }
  .practice-flow small { margin: 0 0 3px; }
  .practice-flow h4 { margin: 0 0 4px; font-size: 13px; }
  .practice-flow p { font-size: 12px; }
  .practice-results { grid-template-columns: 1fr; gap: 12px; }
  .practice-results ul { border-top: 1px solid var(--line); padding-top: 12px; }
  .practice-results li:first-child { border-left: 0; padding-left: 0; }
}

/* Contact — consultation-first experience */
.contact-page .wrap { width: min(1380px, calc(100% - 64px)); }
.contact-hero { position: relative; isolation: isolate; min-height: 900px; padding: 155px 0 115px; overflow: hidden; color: #fff; background: var(--dark); }
.contact-hero::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .38; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 110px 110px; }
.contact-hero::after { content: ""; position: absolute; z-index: -1; width: 760px; height: 760px; right: -180px; top: -260px; border: 1px solid rgba(224,79,81,.34); border-radius: 50%; box-shadow: inset 0 0 0 80px rgba(224,79,81,.025), inset 0 0 0 160px rgba(224,79,81,.018); }
.contact-hero-word { position: absolute; z-index: -1; left: -2%; bottom: -10%; color: rgba(255,255,255,.025); font-size: clamp(200px, 27vw, 500px); font-weight: 900; line-height: .72; letter-spacing: -.09em; }
.contact-hero-grid { display: grid; grid-template-columns: minmax(610px, .95fr) minmax(520px, 1.05fr); gap: clamp(70px, 8vw, 130px); align-items: center; }
.contact-hero-copy { position: relative; z-index: 2; }
.contact-hero .eyebrow { color: var(--red); }
.contact-hero-status { margin: 0 0 28px; display: flex; align-items: center; gap: 10px; color: #7f8997; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.contact-hero-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 6px rgba(224,79,81,.12); }
.contact-hero h1 { margin: 0; font-size: clamp(58px, 5.1vw, 78px); line-height: 1.08; letter-spacing: -.06em; }
.contact-hero h1 > span { display: block; white-space: nowrap; }
.contact-hero h1 > span:last-child { color: var(--red); }
.contact-hero-copy > p:last-of-type { max-width: 700px; margin: 34px 0 0; color: #aeb6c1; font-size: 15px; line-height: 2; }
.contact-hero-link { width: fit-content; margin-top: 44px; padding: 0 0 10px; display: flex; align-items: center; gap: 38px; border-bottom: 1px solid rgba(255,255,255,.45); font-size: 13px; font-weight: 900; }
.contact-hero-link span { color: var(--red); font-size: 20px; }

.contact-conversation-board { position: relative; min-height: 620px; padding: 28px 34px 30px; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.035); box-shadow: 0 40px 120px rgba(0,0,0,.24); backdrop-filter: blur(16px); }
.contact-conversation-board > header { min-height: 43px; display: flex; justify-content: space-between; align-items: flex-start; border-bottom: 1px solid rgba(255,255,255,.14); color: #858f9d; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.contact-conversation-board > header b { color: #efadaf; }
.contact-conversation-steps { position: relative; margin-top: 20px; }
.contact-conversation-steps article { position: relative; min-height: 150px; padding: 22px 26px; display: grid; align-content: center; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.025); }
.contact-conversation-steps article::before { content: none; }
.contact-conversation-steps article small { position: static; display: block; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.contact-conversation-steps article strong { display: block; margin-top: 8px; font-size: 23px; letter-spacing: -.025em; }
.contact-conversation-steps article p { margin: 8px 0 0; color: #939da9; font-size: 12px; line-height: 1.75; }
.contact-conversation-steps article.is-next { color: #fff; border-color: var(--red); background: var(--red); }
.contact-conversation-steps article.is-next small, .contact-conversation-steps article.is-next p { color: #ffe1e2; }
.contact-conversation-steps > i { height: 26px; display: grid; place-items: center; color: var(--red); font-size: 18px; font-style: normal; }
.contact-conversation-board > footer { margin-top: 22px; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); color: #737d8a; font-size: 12px; font-weight: 900; letter-spacing: .08em; }

.contact-intake { scroll-margin-top: 90px; padding: clamp(110px, 12vw, 180px) 0; background: #f3f0e9; }
.contact-intake-heading { display: grid; grid-template-columns: minmax(720px, 1.15fr) minmax(340px, .85fr); gap: clamp(60px, 7vw, 110px); align-items: end; }
.contact-intake-heading h2 { margin: 0; font-size: clamp(52px, 4.6vw, 70px); line-height: 1.13; letter-spacing: -.055em; }
.contact-intake-heading h2 span { display: block; white-space: nowrap; }
.contact-intake-heading > p { margin: 0 0 4px; color: #68707b; font-size: 15px; line-height: 2; }
.contact-intake-layout { margin-top: clamp(75px, 8vw, 115px); display: grid; grid-template-columns: minmax(310px, .72fr) minmax(0, 1.28fr); gap: clamp(60px, 7vw, 105px); align-items: start; }
.contact-guide { position: sticky; top: 115px; }
.contact-guide > section { padding: 0 0 42px; border-bottom: 1px solid rgba(23,28,38,.2); }
.contact-guide > section + section { padding-top: 42px; }
.contact-guide section > span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.contact-guide h3 { margin: 12px 0 23px; font-size: 28px; letter-spacing: -.04em; }
.contact-guide ul, .contact-guide ol { margin: 0; padding: 0; list-style: none; }
.contact-guide li { min-height: 49px; display: flex; align-items: center; gap: 12px; border-top: 1px solid rgba(23,28,38,.1); color: #525b67; font-size: 13px; }
.contact-guide ul li::before { content: "↗"; color: var(--red); }
.contact-response li b { width: 34px; color: var(--red); font-size: 12px; }
.contact-response li p { margin: 0; }
.contact-guide-note { margin: 28px 0 0; color: #747c86; font-size: 12px; line-height: 1.9; }

.contact-form-card { border: 1px solid #d8d4cc; border-top: 4px solid var(--red); background: #fff; box-shadow: 0 32px 90px rgba(23,28,38,.09); }
.contact-form-head { min-height: 110px; padding: 28px clamp(26px, 4vw, 48px); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.contact-form-head small { display: block; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.contact-form-head strong { display: block; margin-top: 4px; font-size: 24px; }
.contact-form-head > span { color: #8b929c; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.contact-form-head > span b { color: var(--red); }
.contact-form-card > .notice { margin: 32px clamp(26px, 4vw, 48px) 0; }
.contact-honeypot { position: absolute; left: -9999px; }
.contact-form-section { padding: clamp(35px, 4vw, 52px) clamp(26px, 4vw, 48px); display: grid; grid-template-columns: 150px 1fr; gap: clamp(30px, 4vw, 60px); border-bottom: 1px solid var(--line); }
.contact-form-section > header { display: flex; gap: 17px; align-items: flex-start; }
.contact-form-section > header b { color: var(--red); font-size: 12px; }
.contact-form-section > header span { font-size: 14px; font-weight: 900; white-space: nowrap; }
.contact-form-section > header small { display: block; margin-top: 4px; color: #a2a8b1; font-size: 12px; letter-spacing: .08em; }
.contact-form-fields { min-width: 0; }
.contact-form-card .field { margin-bottom: 24px; }
.contact-form-card .field:last-child, .contact-form-card .field-row:last-child .field { margin-bottom: 0; }
.contact-form-card .field label { margin-bottom: 10px; color: #4e5661; font-size: 12px; }
.contact-form-card .required { display: inline-block; margin-left: 8px; padding: 1px 6px; color: #fff; background: var(--red); font-size: 12px; line-height: 1.5; }
.contact-form-card .field input, .contact-form-card .field select, .contact-form-card .field textarea { min-height: 56px; padding: 14px 16px; border: 0; border-bottom: 1px solid #cfd3d8; border-radius: 0; background: #f7f7f5; font-size: 14px; }
.contact-form-card .field textarea { min-height: 145px; }
.contact-form-card .field input:focus, .contact-form-card .field select:focus, .contact-form-card .field textarea:focus { border-color: var(--red); box-shadow: inset 3px 0 0 var(--red); }
.contact-submit { padding: clamp(36px, 5vw, 60px) clamp(26px, 4vw, 48px); background: #f8f8f6; }
.contact-submit .check { font-size: 13px; }
.contact-submit .check a { color: var(--red); text-decoration: underline; }
.contact-submit-button { width: 100%; min-height: 84px; margin-top: 30px; padding: 0 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; color: #fff; background: var(--red); font-size: 16px; font-weight: 900; transition: background .2s ease, transform .2s ease; }
.contact-submit-button b { font-size: 23px; }
.contact-submit-button:hover { background: var(--red-deep); transform: translateY(-2px); }
.contact-submit > p { margin: 13px 0 0; color: #9299a2; font-size: 12px; text-align: center; }

@media (max-width: 1180px) {
  .contact-page .wrap { width: min(100% - 64px, 960px); }
  .contact-hero { min-height: 0; }
  .contact-hero-grid, .contact-intake-heading, .contact-intake-layout { grid-template-columns: 1fr; }
  .contact-conversation-board { width: min(100%, 760px); }
  .contact-intake-heading { gap: 38px; }
  .contact-intake-heading > p { max-width: 720px; }
  .contact-guide { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 45px; }
  .contact-guide > section + section { padding-top: 0; }
  .contact-guide-note { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .contact-page .wrap { width: calc(100% - 32px); }
  .contact-hero { padding: 130px 0 82px; }
  .contact-hero-grid { gap: 65px; }
  .contact-hero h1 { font-size: clamp(42px, 12vw, 54px); }
  .contact-hero h1 > span, .contact-intake-heading h2 span { white-space: normal; }
  .contact-hero-copy > p:last-of-type { font-size: 14px; }
  .contact-conversation-board { min-height: 0; padding: 19px 16px 20px; }
  .contact-conversation-steps article { min-height: 155px; padding: 21px 19px; }
  .contact-conversation-board > footer { gap: 9px; font-size: 12px; }
  .contact-intake { padding: 88px 0; }
  .contact-intake-heading h2 { font-size: clamp(39px, 11vw, 49px); }
  .contact-intake-layout { margin-top: 65px; }
  .contact-guide { display: block; }
  .contact-guide > section + section { padding-top: 38px; }
  .contact-guide-note { margin-bottom: 52px; }
  .contact-form-head { align-items: flex-start; flex-direction: column; }
  .contact-form-section { grid-template-columns: 1fr; gap: 25px; }
  .contact-form-section > header { padding-bottom: 17px; border-bottom: 1px solid var(--line); }
  .contact-form-card .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form-card .field-row:last-child .field:first-child { margin-bottom: 24px; }
  .contact-submit-button { min-height: 72px; font-size: 14px; }
}

@media (max-width: 700px) {
  .usecase-field--support h3 { font-size: 32px; }
  .support-intake, .support-criteria { grid-template-columns: 1fr; gap: 4px; }
  .support-criteria { padding-block: 13px; }
  .support-criteria ul { margin-top: 7px; grid-template-columns: 1fr; }
  .support-criteria::after { left: 20px; height: 18px; }
  .support-routes { margin-top: 18px; padding: 18px 0 0 16px; grid-template-columns: 1fr; gap: 8px; }
  .support-routes::before { left: 0; right: auto; top: 0; bottom: 0; width: 1px; height: auto; }
  .support-routes article { min-height: 135px; }
  .support-routes article::before { left: auto; right: 100%; top: 25px; bottom: auto; width: 16px; height: 1px; }
  .support-feedback { grid-template-columns: 1fr auto; padding: 15px; }
  .support-feedback > span { grid-column: 1 / -1; }
  .support-learning-output { grid-template-columns: 1fr; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* Home — five connected domains */
.domains-section--process { position: relative; padding-block: clamp(120px, 13vw, 190px); overflow: hidden; background: #fff; }
.domains-section--process::before { content: "BUILD"; position: absolute; left: 50%; top: 44%; color: rgba(23,28,38,.025); font-size: clamp(170px, 23vw, 360px); font-weight: 900; line-height: .75; letter-spacing: -.08em; transform: translate(-50%, -50%); }
.domains-section--process > .wrap { position: relative; z-index: 1; width: min(1420px, calc(100% - 64px)); }
.domains-section--process .domains-heading { max-width: 950px; margin-inline: auto; display: flex; flex-direction: column; align-items: center; gap: 0; text-align: center; }
.domains-section--process .domains-heading .eyebrow { align-self: auto; justify-self: auto; margin: 0 0 24px; writing-mode: horizontal-tb; transform: none; }
.domains-section--process .domains-heading .eyebrow::before { width: 28px; height: 2px; }
.domains-section--process .domains-heading .section-title { max-width: none; font-size: clamp(52px, 5vw, 76px); line-height: 1.12; }
.domains-section--process .domains-heading .section-title span { display: block; white-space: nowrap; }
.domains-section--process .domains-heading .lead { max-width: 760px; margin: 30px auto 0; color: #68717d; font-size: 16px; line-height: 2; text-align: center; }
.domains-section--process .domains-heading > small { margin-top: 27px; color: #a3a9b2; font-size: 12px; font-weight: 900; letter-spacing: .11em; }

.domains-section--process .domain-grid { position: relative; margin-top: clamp(85px, 9vw, 125px); display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(15px, 2vw, 32px); overflow: visible; border: 0; border-radius: 0; background: transparent; }
.domains-section--process .domain-grid::before { content: ""; position: absolute; left: 10%; right: 10%; top: 45px; height: 1px; background: #d8dce1; }
.domains-section--process .domain-card { position: relative; z-index: 1; min-height: 310px; padding: 0 8px; display: flex; align-items: center; flex-direction: column; color: var(--ink); border: 0; background: transparent; text-align: center; }
.domains-section--process .domain-card::after { content: "→"; position: absolute; top: 31px; right: calc(clamp(15px, 2vw, 32px) * -.78); color: var(--red); font-size: 20px; }
.domains-section--process .domain-card:last-child::after { content: "↺"; right: -4px; top: auto; bottom: 10px; color: rgba(224,79,81,.5); font-size: 27px; }
.domains-section--process .domain-no { width: 90px; height: 90px; display: grid; place-items: center; color: var(--red); border: 1px solid var(--red); border-radius: 50%; background: #fff; box-shadow: 0 0 0 9px #fff; font-size: 13px; font-weight: 900; }
.domains-section--process .domain-card:nth-child(3) { color: var(--ink); background: transparent; }
.domains-section--process .domain-card:nth-child(3) .domain-no { color: #fff; background: var(--red); box-shadow: 0 0 0 9px #fff, 0 0 0 10px rgba(224,79,81,.18), 0 20px 45px rgba(224,79,81,.22); }
.domains-section--process .domain-card h3 { min-height: 64px; margin: 35px 0 12px; display: grid; place-items: center; font-size: clamp(19px, 1.6vw, 24px); line-height: 1.42; letter-spacing: -.035em; }
.domains-section--process .domain-card p, .domains-section--process .domain-card:nth-child(3) p { margin: 0; color: #747c87; font-size: 12px; line-height: 1.85; }
.domains-section--process .domain-en, .domains-section--process .domain-card:nth-child(3) .domain-en { margin-top: auto; padding-top: 25px; color: #a3aab4; font-size: 12px; font-weight: 900; letter-spacing: .08em; }

@media (max-width: 1020px) {
  .domains-section--process .domain-grid { grid-template-columns: 1fr; gap: 0; max-width: 760px; margin-inline: auto; }
  .domains-section--process .domain-grid::before { left: 45px; right: auto; top: 45px; bottom: 45px; width: 1px; height: auto; }
  .domains-section--process .domain-card { min-height: 180px; padding: 24px 0; display: grid; grid-template-columns: 90px 1fr; column-gap: 34px; align-items: center; text-align: left; }
  .domains-section--process .domain-no { grid-row: 1 / 4; }
  .domains-section--process .domain-card h3 { min-height: 0; margin: 0 0 8px; display: block; font-size: 25px; }
  .domains-section--process .domain-card p { max-width: 540px; }
  .domains-section--process .domain-en, .domains-section--process .domain-card:nth-child(3) .domain-en { margin-top: 12px; padding-top: 0; }
  .domains-section--process .domain-card::after { content: "↓"; left: 38px; right: auto; top: auto; bottom: -9px; }
  .domains-section--process .domain-card:last-child::after { content: "↺"; left: 37px; right: auto; bottom: -8px; }
}

@media (max-width: 700px) {
  .domains-section--process { padding-block: 90px; }
  .domains-section--process > .wrap { width: calc(100% - 32px); }
  .domains-section--process .domains-heading .section-title { font-size: clamp(39px, 11vw, 50px); }
  .domains-section--process .domains-heading .section-title span { white-space: normal; }
  .domains-section--process .domains-heading .lead { margin-top: 24px; font-size: 14px; }
  .domains-section--process .domains-heading > small { font-size: 12px; line-height: 1.7; }
  .domains-section--process .domain-grid { margin-top: 68px; }
  .domains-section--process .domain-card { min-height: 170px; grid-template-columns: 74px 1fr; column-gap: 20px; }
  .domains-section--process .domain-grid::before { left: 37px; top: 48px; bottom: 48px; }
  .domains-section--process .domain-no { width: 74px; height: 74px; }
  .domains-section--process .domain-card h3 { font-size: 21px; }
  .domains-section--process .domain-card::after, .domains-section--process .domain-card:last-child::after { left: 31px; }
}

/* Readability floor: every meaningful label and note stays at 12px or larger. */
.orbit-caption,
.domain-no,
.domain-en,
.business-link span,
.initiative-note,
.practice-map-overline,
.practice-map-badge,
.practice-layer,
.practice-source-list span,
.practice-transform span,
.practice-flow small,
.practice-flow p,
.practice-results-title strong,
.practice-results li span,
.practice-feedback,
.future-principle,
.continuity-node small,
.continuity-node span,
.continuity-caption,
.field-name small,
.experience-meta > span,
.experience-scale-label span,
.experience-journey small,
.experience-copy a,
.experience-note,
.ui-kicker,
.file-icon,
.progress-row,
.cta-disc small,
.footer-nav h3,
.footer-bottom,
.tag,
.status,
.mockup-panel p,
.mockup-answer span,
.required {
  font-size: 12px;
}

.orbit-node { font-size: clamp(12px, .82vw, 15px); }

@media (max-width: 700px) {
  .continuity-node { width: 82px; height: 82px; padding: 8px; }
  .continuity-node strong { font-size: 12px; }
  .continuity-node--4 { width: 92px; height: 92px; }
  .experience-journey { grid-template-columns: repeat(2, 1fr); gap: 30px 18px; }
  .experience-journey::before { display: none; }
  .experience-journey > div { padding: 24px 8px 0; border-top: 1px solid rgba(255,255,255,.35); }
  .experience-journey small { letter-spacing: .08em; }
  .experience-journey strong { font-size: 14px; line-height: 1.55; }
  .practice-flow p { font-size: 12px; }
}

/* About page: each section uses a distinct editorial composition. */
.about-page { overflow: hidden; }
.about-page .wrap { width: min(1400px, calc(100% - 64px)); }
.about-hero { isolation: isolate; background: #f2f3f5; }
.about-hero::before { content: ""; position: absolute; z-index: 0; top: 72px; right: -190px; width: 610px; height: 610px; border: 84px solid rgba(224,79,81,.08); border-radius: 50%; }
.about-hero::after { left: 4%; bottom: -7%; color: #e4e6ea; }
.about-hero .wrap { grid-template-columns: minmax(650px, 1.15fr) minmax(360px, .85fr); gap: clamp(70px, 8vw, 130px); align-items: end; }
.about-hero .eyebrow { margin: 0 0 20px; max-width: none; color: var(--red); font-size: 12px; line-height: 1.4; }
.about-hero h1 { font-size: clamp(52px, 5.2vw, 82px); line-height: 1.02; }
.about-hero h1 .about-hero-line { display: block; color: var(--ink); white-space: nowrap; }
.about-hero h1 .about-hero-line--accent { color: var(--red); }
.about-hero h1 .about-hero-line--closing em { color: var(--red); font-style: normal; }
.about-hero-side { position: relative; padding-bottom: 14px; }
.about-hero-side > p { margin: 0; color: #555e6a; font-size: 17px; line-height: 2; }
.about-hero-signal { margin-top: 38px; padding-top: 18px; display: flex; align-items: center; gap: 16px; border-top: 1px solid #bdc2ca; color: #4f5763; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.about-hero-signal i { color: var(--red); font-size: 22px; font-style: normal; letter-spacing: 0; }

.about-section-head { display: flex; align-items: center; gap: 18px; }
.about-section-head > span { color: var(--red); font-size: 12px; font-weight: 900; }
.about-section-head .eyebrow { margin: 0; }
.about-vision { padding: clamp(110px, 11vw, 170px) 0; background: #fff; }
.about-vision h2 { margin: 46px 0 0; font-size: clamp(52px, 5.6vw, 82px); line-height: 1.12; letter-spacing: -.055em; }
.about-vision h2 span { display: block; }
.about-vision h2 .accent { color: var(--red); }
.about-vision-body { margin-top: clamp(70px, 8vw, 115px); display: grid; grid-template-columns: minmax(520px, 1.08fr) minmax(320px, .92fr); gap: clamp(70px, 9vw, 140px); align-items: end; }
.about-declaration { margin: 0; padding-left: 30px; border-left: 3px solid var(--red); font-size: clamp(28px, 2.8vw, 42px); font-weight: 800; line-height: 1.55; letter-spacing: -.03em; }
.about-vision-body > p:last-child { margin: 0; color: var(--muted); font-size: 16px; line-height: 2.15; }
.about-vision-flow { position: relative; margin: clamp(75px, 8vw, 110px) 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; border-top: 1px solid var(--ink); }
.about-vision-flow li { position: relative; min-height: 180px; padding: 34px 30px 0 0; display: flex; flex-direction: column; }
.about-vision-flow li::before { content: ""; position: absolute; top: -6px; left: 0; width: 11px; height: 11px; border-radius: 50%; background: var(--red); }
.about-vision-flow small { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.about-vision-flow strong { margin-top: auto; font-size: clamp(21px, 2vw, 29px); }
.about-vision-flow span { margin: 6px 0 26px; color: #8a919c; font-size: 12px; }

.about-background { position: relative; isolation: isolate; padding: clamp(115px, 12vw, 180px) 0; overflow: hidden; color: #fff; background: var(--dark); }
.about-background-word { position: absolute; z-index: -1; left: -2%; bottom: -5%; color: rgba(255,255,255,.035); font-size: clamp(130px, 18vw, 310px); font-weight: 900; line-height: .78; letter-spacing: -.08em; white-space: nowrap; }
.about-section-head--light .eyebrow { color: #fff; }
.about-background-main { margin-top: clamp(70px, 8vw, 110px); display: grid; grid-template-columns: minmax(420px, .82fr) minmax(0, 1.18fr); gap: clamp(75px, 8vw, 130px); align-items: start; }
.about-scale { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.5); }
.about-scale > small { color: rgba(255,255,255,.6); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.about-scale strong { margin-top: 28px; display: flex; align-items: flex-start; color: var(--red); font-size: clamp(92px, 9vw, 138px); line-height: .85; letter-spacing: -.08em; }
.about-scale strong span { margin: 9px 0 0 18px; padding-top: 8px; border-top: 1px solid rgba(255,255,255,.5); color: #fff; font-size: 15px; line-height: 1; letter-spacing: .08em; }
.about-scale p { margin: 34px 0 0; max-width: 360px; color: #c3c8d0; font-size: 14px; line-height: 1.8; }
.about-background-copy h2 { margin: 0; font-size: clamp(45px, 4.8vw, 70px); line-height: 1.22; letter-spacing: -.05em; }
.about-background-copy h2 em { color: var(--red); font-style: normal; }
.about-background-copy p { margin: 30px 0 0; max-width: 720px; color: #b8bec8; font-size: 15px; line-height: 2.1; }
.about-journey { margin: clamp(80px, 9vw, 125px) 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid rgba(255,255,255,.35); }
.about-journey li { position: relative; min-height: 150px; padding: 30px 20px 0 0; display: grid; align-content: start; }
.about-journey li::before { content: ""; position: absolute; top: -6px; left: 0; width: 11px; height: 11px; border: 2px solid var(--dark); border-radius: 50%; background: var(--red); }
.about-journey span { color: var(--red); font-size: 12px; font-weight: 900; }
.about-journey strong { margin-top: 22px; font-size: clamp(22px, 2.2vw, 31px); }
.about-journey small { margin-top: 4px; color: #737c89; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.about-background-note { margin: 18px 0 0; color: #7f8793; font-size: 12px; line-height: 1.8; }

.about-principles { padding: clamp(115px, 12vw, 180px) 0; background: #f5f6f8; }
.about-principles-head { display: grid; grid-template-columns: minmax(250px, .55fr) minmax(0, 1.45fr); gap: clamp(70px, 9vw, 145px); align-items: end; }
.about-principles-head h2 { margin: 0; max-width: 900px; font-size: clamp(48px, 5vw, 72px); line-height: 1.18; letter-spacing: -.05em; }
.about-principles-head > div > p { margin: 28px 0 0; max-width: 720px; color: var(--muted); font-size: 16px; line-height: 2; }
.about-principles-grid { margin-top: clamp(75px, 8vw, 110px); display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--ink); }
.about-principles-grid article { min-height: 290px; padding: 42px 70px 50px 0; border-bottom: 1px solid #d8dbe0; }
.about-principles-grid article:nth-child(odd) { border-right: 1px solid #d8dbe0; }
.about-principles-grid article:nth-child(even) { padding-left: 70px; }
.about-principles-grid span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.about-principles-grid h3 { margin: 72px 0 14px; font-size: clamp(27px, 2.6vw, 38px); line-height: 1.35; letter-spacing: -.035em; }
.about-principles-grid p { margin: 0; max-width: 520px; color: var(--muted); font-size: 14px; line-height: 2; }

@media (max-width: 1020px) {
  .about-page .wrap { width: min(100% - 64px, 960px); }
  .about-hero .wrap { grid-template-columns: 1fr; gap: 48px; }
  .about-hero-side { max-width: 720px; }
  .about-vision-body, .about-background-main, .about-principles-head { grid-template-columns: 1fr; gap: 48px; }
  .about-background-main { gap: 70px; }
  .about-scale { max-width: 620px; }
  .about-principles-head .about-section-head { margin-bottom: 12px; }
}

@media (max-width: 700px) {
  .about-page .wrap { width: calc(100% - 32px); }
  .about-hero::before { top: 140px; right: -240px; width: 440px; height: 440px; border-width: 58px; }
  .about-hero h1 { font-size: clamp(36px, 10.2vw, 46px); line-height: 1.1; }
  .about-hero-side > p { font-size: 15px; }
  .about-hero-signal { gap: 10px; font-size: 12px; letter-spacing: .06em; }
  .about-vision, .about-background, .about-principles { padding: 90px 0; }
  .about-vision h2 { margin-top: 34px; font-size: clamp(38px, 11vw, 50px); }
  .about-vision h2 span { display: inline; }
  .about-vision-body { margin-top: 55px; }
  .about-declaration { padding-left: 20px; font-size: 27px; }
  .about-declaration br { display: none; }
  .about-vision-flow { margin-top: 65px; grid-template-columns: 1fr; border-top: 0; }
  .about-vision-flow li { min-height: 0; padding: 24px 0; border-top: 1px solid var(--ink); }
  .about-vision-flow li::before { top: -6px; }
  .about-vision-flow strong { margin-top: 28px; }
  .about-vision-flow span { margin-bottom: 0; }
  .about-background-main { margin-top: 58px; }
  .about-scale strong { font-size: clamp(76px, 23vw, 102px); }
  .about-scale strong span { margin-left: 12px; }
  .about-background-copy h2 { font-size: clamp(36px, 10.5vw, 48px); }
  .about-journey { margin-top: 70px; grid-template-columns: repeat(2, 1fr); gap: 30px 16px; border-top: 0; }
  .about-journey li { min-height: 130px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.35); }
  .about-principles-head h2 { font-size: clamp(38px, 10.5vw, 50px); }
  .about-principles-grid { grid-template-columns: 1fr; }
  .about-principles-grid article, .about-principles-grid article:nth-child(even) { min-height: 0; padding: 34px 0 42px; border-right: 0; }
  .about-principles-grid h3 { margin-top: 42px; }
}

/* Business pilot: input → prototype → test → decision → feedback. */
.pilot-section .wrap { width: min(1320px, calc(100% - 64px)); }
.pilot-layout { display: grid; grid-template-columns: 1fr; gap: clamp(70px, 8vw, 110px); }
.pilot-copy { display: grid; grid-template-columns: minmax(360px, .82fr) minmax(560px, 1.18fr); gap: clamp(70px, 9vw, 135px); align-items: start; }
.pilot-copy .section-title { font-size: clamp(46px, 4.7vw, 66px); }
.pilot-copy-detail .lead { margin-top: 2px; }
.pilot-copy-detail .contact-points { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 34px; }
.pilot-action { margin-top: 32px; }
.pilot-map { position: relative; padding: clamp(36px, 4vw, 58px); overflow: hidden; border: 1px solid #dfe2e7; border-radius: 28px; background: #fff; box-shadow: 0 28px 80px rgba(23,28,38,.09); }
.pilot-map::before { content: ""; position: absolute; top: -120px; right: -105px; width: 220px; height: 220px; border: 42px solid var(--red-soft); border-radius: 50%; }
.pilot-map-head { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 28px; align-items: flex-start; }
.pilot-map-head span { display: block; margin-bottom: 8px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.pilot-map-head h3 { margin: 0; font-size: clamp(28px, 2.8vw, 40px); line-height: 1.3; letter-spacing: -.04em; }
.pilot-map-head b { width: 68px; height: 68px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--red); border-radius: 50%; color: var(--red); background: rgba(255,255,255,.9); font-size: 12px; line-height: 1.25; text-align: center; }
.pilot-input { position: relative; z-index: 1; margin-top: 28px; padding: 17px 19px; display: grid; grid-template-columns: 64px 1fr; gap: 18px; align-items: center; color: #fff; border-radius: 15px; background: var(--dark); }
.pilot-input > span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.pilot-input strong { display: block; margin-bottom: 9px; font-size: 13px; }
.pilot-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.pilot-chips i { padding: 4px 8px; border: 1px solid #3a424f; border-radius: 999px; color: #c4cad3; font-size: 12px; font-style: normal; line-height: 1.4; }
.pilot-transform { position: relative; height: 48px; display: grid; place-items: center; }
.pilot-transform::before { content: ""; position: absolute; inset: 0 auto 0 50%; width: 1px; background: var(--red); }
.pilot-transform::after { content: ""; position: absolute; left: calc(50% - 4px); bottom: 3px; width: 7px; height: 7px; border-right: 1px solid var(--red); border-bottom: 1px solid var(--red); transform: rotate(45deg); }
.pilot-transform span { position: relative; z-index: 1; padding: 5px 10px; color: #a93538; border: 1px solid #efb8b9; border-radius: 999px; background: #fff7f7; font-size: 12px; font-weight: 800; }
.pilot-steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; list-style: none; }
.pilot-steps li { position: relative; min-height: 190px; padding: 22px 20px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.pilot-steps li:nth-child(1) { grid-column: 1; grid-row: 1; }
.pilot-steps li:nth-child(2) { grid-column: 2; grid-row: 1; }
.pilot-steps li:nth-child(3) { grid-column: 3; grid-row: 1; border-color: #efc9ca; background: #fff8f8; }
.pilot-steps li:nth-child(4) { grid-column: 4; grid-row: 1; color: #fff; border-color: var(--red); background: var(--red); }
.pilot-steps li:nth-child(1)::after, .pilot-steps li:nth-child(2)::after, .pilot-steps li:nth-child(3)::after { position: absolute; z-index: 3; display: grid; place-items: center; width: 26px; height: 26px; color: var(--red); border-radius: 50%; background: #fff; font-size: 20px; font-weight: 900; line-height: 1; }
.pilot-steps li:nth-child(1)::after { content: "→"; top: calc(50% - 13px); right: -18px; }
.pilot-steps li:nth-child(2)::after { content: "→"; top: calc(50% - 13px); right: -18px; }
.pilot-steps li:nth-child(3)::after { content: "→"; top: calc(50% - 13px); right: -18px; }
.pilot-steps li > span { color: var(--red); font-size: 18px; font-weight: 900; line-height: 1; }
.pilot-steps small { display: inline-block; margin-left: 8px; color: #9ba2ad; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.pilot-steps h4 { margin: 25px 0 7px; font-size: 17px; line-height: 1.4; }
.pilot-steps p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.pilot-steps li:nth-child(4) > span, .pilot-steps li:nth-child(4) small, .pilot-steps li:nth-child(4) p { color: #ffe4e4; }
.pilot-output { margin-top: 11px; padding: 15px 17px; display: grid; grid-template-columns: 125px 1fr; gap: 14px; align-items: center; border: 1px solid var(--line); border-radius: 14px; background: #f7f8fa; }
.pilot-output > div { display: grid; gap: 4px; }
.pilot-output > div span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.pilot-output > div strong { font-size: 13px; }
.pilot-output ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; }
.pilot-output li { padding: 0 10px; display: grid; gap: 2px; border-left: 1px solid var(--line); }
.pilot-output b { color: var(--red); font-size: 12px; }
.pilot-output li span { color: var(--muted); font-size: 12px; line-height: 1.5; }
.pilot-loop { margin-top: 9px; min-height: 38px; padding: 8px 13px; display: flex; gap: 9px; align-items: center; justify-content: center; color: #9d3537; border-radius: 10px; background: var(--red-soft); font-size: 12px; text-align: center; }
.pilot-loop span { font-size: 20px; line-height: 1; }

@media (max-width: 1180px) {
  .pilot-section .wrap { width: min(100% - 64px, 960px); }
  .pilot-layout { gap: 65px; }
  .pilot-copy { grid-template-columns: 1fr; gap: 38px; }
  .pilot-copy-detail { max-width: 780px; }
  .pilot-steps { grid-template-columns: repeat(2, 1fr); }
  .pilot-steps li { min-height: 165px; }
  .pilot-steps li:nth-child(1) { grid-column: 1; grid-row: 1; }
  .pilot-steps li:nth-child(2) { grid-column: 2; grid-row: 1; }
  .pilot-steps li:nth-child(3) { grid-column: 2; grid-row: 2; }
  .pilot-steps li:nth-child(4) { grid-column: 1; grid-row: 2; }
  .pilot-steps li:nth-child(1)::after { content: "→"; top: calc(50% - 13px); right: -18px; }
  .pilot-steps li:nth-child(2)::after { content: "↓"; top: auto; right: auto; left: calc(50% - 13px); bottom: -18px; }
  .pilot-steps li:nth-child(3)::after { content: "←"; top: calc(50% - 13px); right: auto; left: -18px; }
}

@media (max-width: 700px) {
  .pilot-section .wrap { width: calc(100% - 32px); }
  .pilot-copy-detail .contact-points { grid-template-columns: 1fr; }
  .pilot-map { padding: 24px 18px; border-radius: 22px; }
  .pilot-map-head { gap: 14px; }
  .pilot-map-head h3 { font-size: 25px; }
  .pilot-map-head b { width: 56px; height: 56px; font-size: 12px; }
  .pilot-input { grid-template-columns: 1fr; gap: 8px; }
  .pilot-steps { grid-template-columns: 1fr; gap: 8px; }
  .pilot-steps li, .pilot-steps li:nth-child(1), .pilot-steps li:nth-child(2), .pilot-steps li:nth-child(3), .pilot-steps li:nth-child(4) { grid-column: 1; grid-row: auto; min-height: 0; padding: 18px 18px 18px 62px; }
  .pilot-steps li:nth-child(1)::after, .pilot-steps li:nth-child(2)::after, .pilot-steps li:nth-child(3)::after { content: "↓"; top: auto; right: auto; bottom: -17px; left: 21px; }
  .pilot-steps li > span { position: absolute; top: 20px; left: 17px; }
  .pilot-steps small { margin-left: 0; }
  .pilot-steps h4 { margin: 5px 0 6px; }
  .pilot-output { grid-template-columns: 1fr; }
  .pilot-output ul { padding-top: 12px; border-top: 1px solid var(--line); }
  .pilot-output li:first-child { padding-left: 0; border-left: 0; }
}

/* Business product initiative: a full-width product blueprint, not another CTA. */
.product-initiative { position: relative; isolation: isolate; padding: clamp(110px, 11vw, 175px) 0 clamp(120px, 12vw, 190px); overflow: hidden; color: #fff; background: var(--dark); }
.product-initiative::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .32; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 120px 120px; }
.product-initiative-word { position: absolute; z-index: -1; right: -2%; bottom: -2%; color: rgba(255,255,255,.025); font-size: clamp(130px, 17vw, 300px); font-weight: 900; line-height: .72; letter-spacing: -.075em; white-space: nowrap; }
.product-initiative .wrap { width: min(1380px, calc(100% - 64px)); }
.product-initiative-meta { padding-bottom: 22px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid rgba(255,255,255,.28); }
.product-initiative-meta .eyebrow { margin: 0; color: #fff; }
.product-initiative-meta > span { color: #7e8794; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.product-initiative-copy { margin-top: clamp(62px, 7vw, 100px); display: grid; grid-template-columns: minmax(430px, .9fr) minmax(440px, 1.1fr); gap: clamp(80px, 10vw, 150px); align-items: end; }
.product-initiative-copy h2 { margin: 0; font-size: clamp(52px, 5.6vw, 82px); line-height: 1.04; letter-spacing: -.06em; }
.product-initiative-copy h2 span { display: block; }
.product-initiative-copy h2 span:last-child { color: var(--red); }
.product-initiative-copy p { margin: 0 0 18px; max-width: 680px; color: #aeb5bf; font-size: 15px; line-height: 2; }
.product-initiative-link { margin-top: 22px; width: fit-content; padding: 10px 0 12px; display: flex; align-items: center; gap: 48px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.55); font-size: 14px; font-weight: 800; text-decoration: none; }
.product-initiative-link span { color: var(--red); font-size: 18px; transition: transform .25s ease; }
.product-initiative-link:hover span { transform: translateX(6px); }
.product-blueprint { position: relative; margin-top: clamp(78px, 8vw, 120px); padding: clamp(52px, 5vw, 72px) clamp(34px, 4vw, 58px) 34px; display: grid; grid-template-columns: minmax(260px, .82fr) minmax(310px, 1fr) minmax(330px, 1.18fr); gap: clamp(45px, 5vw, 76px); align-items: center; border-top: 1px solid rgba(255,255,255,.52); border-bottom: 1px solid rgba(255,255,255,.22); background: rgba(8,13,23,.36); }
.product-blueprint-rail { position: absolute; z-index: 0; left: 8%; right: 8%; top: 49%; height: 1px; background: linear-gradient(90deg, rgba(224,79,81,.25), var(--red) 45%, rgba(224,79,81,.25)); }
.product-blueprint-rail::before, .product-blueprint-rail::after { content: ""; position: absolute; top: -5px; width: 11px; height: 11px; border-radius: 50%; background: var(--red); }
.product-blueprint-rail::before { left: 0; }
.product-blueprint-rail::after { right: 0; }
.product-blueprint-rail span { position: absolute; left: 50%; top: -5px; width: 11px; height: 11px; border: 2px solid var(--dark); border-radius: 50%; background: #fff; }
.product-source, .product-core, .product-capability { position: relative; z-index: 1; }
.product-blueprint-label { display: block; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.product-source { padding: 30px 0; background: var(--dark); }
.product-source > strong { margin-top: 23px; display: block; font-size: clamp(22px, 2.1vw, 30px); line-height: 1.45; }
.product-source ul { margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.product-source li { padding: 13px 8px 13px 0; color: #9ba3ae; border-bottom: 1px solid rgba(255,255,255,.13); font-size: 12px; }
.product-source li:nth-child(even) { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.13); }
.product-core { min-height: 350px; display: grid; place-items: center; }
.product-core::before, .product-core::after { content: ""; position: absolute; inset: 5%; border: 1px solid rgba(224,79,81,.26); border-radius: 50%; }
.product-core::after { inset: 17%; border-style: dashed; }
.product-core > div { position: relative; z-index: 1; width: min(260px, 75%); aspect-ratio: 1; padding: 34px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; text-align: center; background: var(--red); box-shadow: 0 24px 70px rgba(224,79,81,.23); }
.product-core small { font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.product-core strong { margin: 16px 0 13px; font-size: clamp(24px, 2.3vw, 34px); line-height: 1.08; letter-spacing: -.03em; }
.product-core span { color: #ffd9da; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.product-capability { padding: 28px 0; background: var(--dark); }
.product-capability ol { margin: 22px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.product-capability li { min-height: 51px; padding: 0 4px; display: grid; grid-template-columns: 52px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.14); }
.product-capability b { color: var(--red); font-size: 12px; letter-spacing: .08em; }
.product-capability li span { font-size: 14px; font-weight: 800; }
.product-data-strip { position: relative; z-index: 2; grid-column: 1 / -1; margin-top: 8px; min-height: 100px; padding: 18px 22px; display: grid; grid-template-columns: 210px 1fr auto; gap: 30px; align-items: center; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.045); }
.product-data-strip > div { display: grid; gap: 5px; }
.product-data-strip > div span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.product-data-strip > div strong { font-size: 15px; }
.product-data-strip ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; }
.product-data-strip li { padding: 0 25px; display: grid; gap: 4px; border-left: 1px solid rgba(255,255,255,.16); }
.product-data-strip li b { color: #fff; font-size: 13px; }
.product-data-strip li span { color: #858e9a; font-size: 12px; }
.product-data-strip p { margin: 0; padding: 12px 16px; color: #f3b5b7; border-left: 1px solid rgba(224,79,81,.45); font-size: 12px; font-weight: 800; white-space: nowrap; }
.product-data-strip p span { margin-right: 6px; color: var(--red); font-size: 20px; }

@media (max-width: 1120px) {
  .product-initiative .wrap { width: min(100% - 64px, 960px); }
  .product-initiative-copy { grid-template-columns: 1fr; gap: 42px; }
  .product-initiative-copy > div { max-width: 720px; }
  .product-blueprint { grid-template-columns: minmax(220px, .85fr) minmax(260px, 1fr) minmax(260px, 1fr); gap: 32px; padding-inline: 30px; }
  .product-core { min-height: 300px; }
  .product-data-strip { grid-template-columns: 170px 1fr; }
  .product-data-strip p { grid-column: 1 / -1; border-top: 1px solid rgba(224,79,81,.25); border-left: 0; text-align: right; }
}

@media (max-width: 760px) {
  .product-initiative { padding: 90px 0 105px; }
  .product-initiative .wrap { width: calc(100% - 32px); }
  .product-initiative-meta { align-items: flex-start; }
  .product-initiative-meta > span { max-width: 145px; line-height: 1.6; text-align: right; }
  .product-initiative-copy { margin-top: 52px; gap: 34px; }
  .product-initiative-copy h2 { font-size: clamp(43px, 13vw, 58px); }
  .product-initiative-copy p { font-size: 14px; }
  .product-blueprint { margin-top: 65px; padding: 38px 22px 22px; grid-template-columns: 1fr; gap: 30px; }
  .product-blueprint-rail { left: 38px; right: auto; top: 75px; bottom: 125px; width: 1px; height: auto; background: linear-gradient(180deg, rgba(224,79,81,.25), var(--red) 45%, rgba(224,79,81,.25)); }
  .product-blueprint-rail::before, .product-blueprint-rail::after { left: -5px; top: 0; }
  .product-blueprint-rail::after { top: auto; bottom: 0; }
  .product-blueprint-rail span { left: -5px; top: 50%; }
  .product-source, .product-capability { margin-left: 28px; padding: 22px 0 22px 18px; }
  .product-core { min-height: 285px; margin-left: 28px; }
  .product-core > div { width: 220px; }
  .product-data-strip { grid-template-columns: 1fr; gap: 20px; margin-top: 10px; }
  .product-data-strip ul { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.16); }
  .product-data-strip li { padding: 0 12px; }
  .product-data-strip li:first-child { padding-left: 0; border-left: 0; }
  .product-data-strip p { grid-column: auto; text-align: left; }
}

/* Product page: a product-specific narrative and interface system. */
.product-page { overflow: hidden; }
.product-page .wrap { width: min(1380px, calc(100% - 64px)); }
.product-hero { position: relative; isolation: isolate; min-height: 880px; padding: 160px 0 100px; display: grid; align-items: center; overflow: hidden; color: #fff; background: #111722; }
.product-hero::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .42; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 104px 104px; }
.product-hero::after { content: ""; position: absolute; z-index: -1; top: 5%; right: -12%; width: 62vw; height: 62vw; border: 1px solid rgba(224,79,81,.26); border-radius: 50%; box-shadow: inset 0 0 0 8vw rgba(224,79,81,.025), inset 0 0 0 17vw rgba(224,79,81,.018); }
.product-hero-word { position: absolute; z-index: -1; left: -2%; bottom: -5%; color: rgba(255,255,255,.025); font-size: clamp(150px, 20vw, 350px); font-weight: 900; line-height: .72; letter-spacing: -.08em; white-space: nowrap; }
.product-hero-grid { display: grid; grid-template-columns: minmax(430px, .82fr) minmax(650px, 1.18fr); gap: clamp(65px, 7vw, 110px); align-items: center; }
.product-hero-copy { position: relative; z-index: 2; }
.product-hero-copy .eyebrow { color: #fff; }
.product-hero-status { width: fit-content; margin: 34px 0 22px; display: flex; gap: 10px; align-items: center; color: #aab2bd; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.product-hero-status i, .product-scope-status i { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 7px rgba(224,79,81,.14); }
.product-hero-copy h1 { margin: 0; font-size: clamp(54px, 5vw, 76px); line-height: 1.08; letter-spacing: -.06em; }
.product-hero-copy h1 span { display: block; white-space: nowrap; }
.product-hero-copy h1 span:last-child { color: var(--red); }
.product-hero-copy > p { margin: 30px 0 0; max-width: 590px; color: #aeb5bf; font-size: 15px; line-height: 2; }
.product-hero-signals { margin-top: 42px; padding-top: 19px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; border-top: 1px solid rgba(255,255,255,.2); color: #7d8693; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.product-hero-signals b { color: var(--red); font-size: 17px; }
.product-console { position: relative; z-index: 2; padding: 18px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.055); box-shadow: 0 40px 120px rgba(0,0,0,.28); backdrop-filter: blur(14px); }
.product-console-bar { height: 46px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.13); color: #8e97a4; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.product-console-bar i { color: #f1a8aa; font-style: normal; }
.product-console-body { min-height: 430px; display: grid; grid-template-columns: .78fr .65fr 1.25fr; align-items: stretch; }
.product-console-source, .product-console-engine, .product-console-lesson { padding: 29px 24px; border-right: 1px solid rgba(255,255,255,.12); }
.product-console-source > span, .product-console-lesson > span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.product-console-source strong { margin-top: 82px; display: block; font-size: 16px; line-height: 1.5; }
.product-console-source small { display: block; margin-top: 6px; color: #747e8b; font-size: 12px; }
.product-console-source > div { margin-top: 34px; display: grid; gap: 10px; }
.product-console-source > div i { height: 5px; background: #2f3743; }
.product-console-source > div i:nth-child(2) { width: 78%; }
.product-console-source > div i:nth-child(3) { width: 90%; }
.product-console-source > div i:nth-child(4) { width: 62%; }
.product-console-engine { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: rgba(224,79,81,.055); }
.product-console-engine > span { color: #f1a8aa; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.product-console-engine b { margin-top: 24px; font-size: 15px; line-height: 1.65; }
.product-console-engine > div { position: relative; width: 74px; height: 74px; margin-top: 38px; border: 1px solid rgba(224,79,81,.55); border-radius: 50%; }
.product-console-engine > div::before, .product-console-engine > div::after { content: ""; position: absolute; left: 50%; width: 1px; height: 38px; background: var(--red); }
.product-console-engine > div::before { bottom: 100%; }
.product-console-engine > div::after { top: 100%; }
.product-console-engine i { position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--red); transform: translate(-50%,-50%); }
.product-console-engine i:nth-child(2) { width: 40px; height: 40px; border: 1px dashed rgba(255,255,255,.35); background: transparent; }
.product-console-engine i:nth-child(3) { width: 60px; height: 60px; border: 1px solid rgba(255,255,255,.12); background: transparent; }
.product-console-lesson { border-right: 0; background: #f7f8fa; color: var(--ink); }
.product-console-lesson strong { margin-top: 58px; display: block; font-size: 20px; line-height: 1.5; letter-spacing: -.03em; }
.product-console-lesson p { margin: 13px 0 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.product-console-lesson ul { margin: 26px 0 0; padding: 0; display: grid; gap: 8px; list-style: none; }
.product-console-lesson li { padding: 10px 12px; color: #59616d; border: 1px solid #e0e3e7; background: #fff; font-size: 12px; }
.product-console-lesson li:first-child { color: var(--red); border-color: #efb8b9; background: #fff4f4; }
.product-console-results { min-height: 92px; display: grid; grid-template-columns: repeat(3, 1fr) 1.45fr; border-top: 1px solid rgba(255,255,255,.14); }
.product-console-results > div { padding: 17px 19px; display: grid; gap: 1px; border-right: 1px solid rgba(255,255,255,.12); }
.product-console-results span { color: #737d89; font-size: 12px; }
.product-console-results strong { font-size: 17px; }
.product-console-results p { margin: 0; padding: 17px 20px; display: flex; align-items: center; justify-content: space-between; color: #efacad; font-size: 12px; font-weight: 800; }
.product-console-results p b { color: var(--red); font-size: 21px; }

.product-section-meta { padding-bottom: 21px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-bottom: 1px solid var(--ink); }
.product-section-meta .eyebrow { margin: 0; }
.product-section-meta > span { color: #8c939e; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.product-architecture { padding: clamp(110px, 12vw, 180px) 0; background: #fff; }
.product-architecture-intro { margin-top: clamp(62px, 7vw, 100px); display: grid; grid-template-columns: minmax(490px, .95fr) minmax(440px, 1.05fr); gap: clamp(85px, 10vw, 150px); align-items: end; }
.product-architecture-intro h2 { margin: 0; font-size: clamp(52px, 5vw, 74px); line-height: 1.12; letter-spacing: -.055em; }
.product-architecture-intro h2 span { display: block; white-space: nowrap; }
.product-architecture-intro h2 span:last-child { color: var(--red); }
.product-architecture-intro p { margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 2; }
.product-architecture-flow { position: relative; margin: clamp(75px, 8vw, 110px) 0 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.product-architecture-flow li { position: relative; min-height: 300px; padding: 34px 28px 34px 0; }
.product-architecture-flow li:not(:last-child) { border-right: 1px solid var(--line); }
.product-architecture-flow li:not(:first-child) { padding-left: 28px; }
.product-architecture-flow li::before { content: ""; position: absolute; top: -6px; left: 0; width: 11px; height: 11px; border: 2px solid #fff; border-radius: 50%; background: var(--red); }
.product-architecture-flow li:not(:first-child)::before { left: 28px; }
.product-architecture-flow li:nth-child(5) { color: #fff; background: var(--red); }
.product-architecture-flow li:nth-child(5)::before { background: #fff; }
.product-architecture-flow li > span { color: var(--red); font-size: 24px; font-weight: 900; }
.product-architecture-flow li:nth-child(5) > span { color: #fff; }
.product-architecture-flow small { display: block; margin-top: 7px; color: #9ba2ac; font-size: 12px; font-weight: 900; letter-spacing: .11em; }
.product-architecture-flow li:nth-child(5) small, .product-architecture-flow li:nth-child(5) p { color: #ffdfe0; }
.product-architecture-flow strong { margin-top: 78px; display: block; font-size: 20px; line-height: 1.5; }
.product-architecture-flow p { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.8; }

.product-workspace { padding: clamp(110px, 12vw, 175px) 0; background: #f2f3f5; }
.product-workspace-head { display: grid; grid-template-columns: minmax(480px, .88fr) minmax(430px, 1.12fr); gap: clamp(85px, 10vw, 150px); align-items: end; }
.product-workspace-head h2 { margin: 0; font-size: clamp(50px, 4.7vw, 70px); line-height: 1.15; letter-spacing: -.055em; }
.product-workspace-head > p { margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 2; }
.product-workspace-screen { margin-top: clamp(70px, 8vw, 105px); min-height: 650px; display: grid; grid-template-columns: 86px minmax(0, 1fr) 320px; border: 1px solid #d6d9de; background: #fff; box-shadow: 0 32px 100px rgba(21,27,37,.10); }
.product-workspace-screen > aside { padding: 25px 0; display: flex; flex-direction: column; align-items: center; color: #fff; background: var(--dark); }
.product-workspace-screen > aside > strong { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--red); font-size: 13px; }
.product-workspace-screen nav { margin-top: 95px; display: grid; gap: 28px; }
.product-workspace-screen nav span { width: 32px; height: 32px; display: grid; place-items: center; color: #69727f; border-radius: 50%; font-size: 12px; font-weight: 900; }
.product-workspace-screen nav span.is-current { color: #fff; border: 1px solid var(--red); background: rgba(224,79,81,.12); }
.product-workspace-screen > aside small { margin-top: auto; color: #69727f; font-size: 12px; writing-mode: vertical-rl; }
.product-workspace-main { padding: 35px clamp(34px, 5vw, 70px) 45px; }
.product-workspace-top { padding-bottom: 21px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); color: #858d98; font-size: 12px; }
.product-workspace-top b { color: var(--red); }
.product-workspace-kicker { margin: 58px 0 0 !important; color: var(--red) !important; font-size: 12px !important; font-weight: 900; letter-spacing: .13em; }
.product-workspace-main h3 { margin: 16px 0 0; font-size: clamp(34px, 3.5vw, 50px); line-height: 1.25; letter-spacing: -.045em; }
.product-workspace-main > p { margin: 22px 0 0; max-width: 720px; color: var(--muted); font-size: 14px; line-height: 2; }
.product-workspace-main ol { margin: 33px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.product-workspace-main li { min-height: 58px; padding: 11px 16px; display: flex; gap: 15px; align-items: center; color: #4f5763; border: 1px solid var(--line); font-size: 13px; }
.product-workspace-main li:first-child { color: var(--red); border-color: #efbabc; background: #fff7f7; }
.product-workspace-main li i { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #f0f1f3; font-size: 12px; font-style: normal; font-weight: 900; }
.product-workspace-main li:first-child i { color: #fff; background: var(--red); }
.product-workspace-main button { margin-top: 32px; min-height: 53px; padding: 0 20px; display: flex; gap: 45px; align-items: center; color: #fff; border: 0; background: var(--red); font-size: 13px; font-weight: 800; }
.product-workspace-main button span { font-size: 18px; }
.product-workspace-context { padding: 34px 29px; border-left: 1px solid var(--line); background: #f8f9fa; }
.product-workspace-context > span { display: block; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.product-workspace-context > strong { margin-top: 9px; display: block; font-size: 18px; }
.product-workspace-context > p { margin: 17px 0 0; color: #646c78; font-size: 13px; line-height: 1.8; }
.product-workspace-context > div { margin-top: 34px; padding: 19px; border-left: 2px solid var(--red); background: #fff; }
.product-workspace-context > div small { color: #9aa1aa; font-size: 12px; }
.product-workspace-context > div p { margin: 8px 0 0; color: #5f6772; font-size: 12px; line-height: 1.8; }
.product-workspace-context > span:nth-of-type(2) { margin-top: 65px; }
.product-workspace-context ul { margin: 18px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.product-workspace-context li { padding: 12px 0; display: flex; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); font-size: 12px; }
.product-workspace-context li b { color: #737b87; }
.product-workspace-context li i { color: var(--ink); font-style: normal; font-weight: 900; }

.product-process { position: relative; isolation: isolate; padding: clamp(115px, 12vw, 180px) 0; overflow: hidden; color: #fff; background: var(--dark); }
.product-process::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .33; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 110px 110px; }
.product-process-word { position: absolute; z-index: -1; right: -2%; bottom: -3%; color: rgba(255,255,255,.025); font-size: clamp(140px, 19vw, 330px); font-weight: 900; line-height: .75; letter-spacing: -.08em; }
.product-section-meta--dark { border-color: rgba(255,255,255,.3); }
.product-section-meta--dark .eyebrow { color: #fff; }
.product-section-meta--dark > span { color: #737c89; }
.product-process-intro { margin-top: clamp(65px, 7vw, 100px); display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr); gap: clamp(55px, 5vw, 80px); align-items: end; }
.product-process-intro h2 { margin: 0; font-size: clamp(49px, 4.5vw, 68px); line-height: 1.16; letter-spacing: -.055em; white-space: nowrap; }
.product-process-intro h2 em { color: var(--red); font-style: normal; }
.product-process-intro p { margin: 0 0 5px; color: #aeb5bf; font-size: 15px; line-height: 2; }
.product-process-groups { margin-top: clamp(80px, 9vw, 125px); display: grid; grid-template-columns: 1.2fr .9fr .9fr; border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.18); }
.product-process-groups > section { min-height: 440px; padding: 34px 36px 38px 0; }
.product-process-groups > section:not(:first-child) { padding-left: 36px; border-left: 1px solid rgba(255,255,255,.16); }
.product-process-groups > section > div { min-height: 175px; display: flex; flex-direction: column; }
.product-process-groups > section > div span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.product-process-groups > section > div strong { margin-top: 24px; color: rgba(255,255,255,.12); font-size: clamp(43px, 4.2vw, 64px); line-height: .9; letter-spacing: -.06em; }
.product-process-groups > section > div small { margin-top: auto; color: #9da5b0; font-size: 12px; }
.product-process-groups ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.product-process-groups li { min-height: 68px; display: grid; grid-template-columns: 50px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); }
.product-process-groups li b { color: var(--red); font-size: 12px; }
.product-process-groups li span { font-size: 14px; font-weight: 800; }

.product-capabilities { padding: clamp(110px, 12vw, 180px) 0; color: #fff; background: var(--red); }
.product-capabilities .eyebrow { color: #fff; }
.product-capabilities-head { display: grid; grid-template-columns: minmax(540px, 1fr) minmax(400px, .75fr); gap: clamp(75px, 10vw, 150px); align-items: end; }
.product-capabilities-head h2 { margin: 0; font-size: clamp(50px, 5vw, 74px); line-height: 1.14; letter-spacing: -.055em; }
.product-capabilities-head > div:last-child { padding-bottom: 5px; }
.product-scope-status { width: fit-content; display: flex; gap: 12px; align-items: center; color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.product-scope-status i { background: #fff; box-shadow: 0 0 0 7px rgba(255,255,255,.14); }
.product-capabilities-head > div:last-child p { margin: 26px 0 0; color: #ffe1e2; font-size: 14px; line-height: 2; }
.product-capability-grid { margin-top: clamp(75px, 8vw, 110px); display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.65); }
.product-capability-grid article { min-height: 320px; padding: 38px 64px 35px 0; display: flex; flex-direction: column; border-bottom: 1px solid rgba(255,255,255,.3); }
.product-capability-grid article:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.3); }
.product-capability-grid article:nth-child(even) { padding-left: 64px; }
.product-capability-grid article > span { color: #ffd4d5; font-size: 12px; font-weight: 900; letter-spacing: .11em; }
.product-capability-grid h3 { margin: auto 0 12px; font-size: clamp(27px, 2.8vw, 40px); line-height: 1.35; letter-spacing: -.04em; }
.product-capability-grid p { margin: 0; max-width: 520px; color: #ffe5e5; font-size: 13px; line-height: 1.9; }
.product-capability-grid small { margin-top: 27px; color: rgba(255,255,255,.48); font-size: 12px; font-weight: 900; letter-spacing: .1em; }

.product-roadmap { position: relative; padding: clamp(115px, 12vw, 180px) 0; overflow: hidden; background: #f3f4f6; }
.product-roadmap::after { content: "FUTURE"; position: absolute; right: -2%; bottom: -5%; color: #e6e8ec; font-size: clamp(150px, 20vw, 350px); font-weight: 900; line-height: .72; letter-spacing: -.08em; }
.product-roadmap > .wrap { position: relative; z-index: 1; }
.product-roadmap-head { display: grid; grid-template-columns: minmax(520px, 1fr) minmax(400px, .8fr); gap: clamp(70px, 9vw, 140px); align-items: end; }
.product-roadmap-head h2 { margin: 0; font-size: clamp(52px, 5vw, 74px); line-height: 1.13; letter-spacing: -.055em; }
.product-roadmap-head > p { margin: 0 0 7px; color: var(--muted); font-size: 14px; line-height: 2; }
.product-roadmap-line { position: relative; margin: clamp(80px, 9vw, 125px) 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid var(--ink); }
.product-roadmap-line li { position: relative; min-height: 360px; padding: 38px 38px 30px 0; }
.product-roadmap-line li:not(:first-child) { padding-left: 38px; }
.product-roadmap-line li:not(:last-child) { border-right: 1px solid #d9dce1; }
.product-roadmap-line li::before { content: ""; position: absolute; top: -7px; left: 0; width: 13px; height: 13px; border: 3px solid #f3f4f6; border-radius: 50%; background: var(--red); }
.product-roadmap-line li:not(:first-child)::before { left: 38px; }
.product-roadmap-line li > span { color: var(--red); font-size: 13px; font-weight: 900; }
.product-roadmap-line small { display: block; margin-top: 7px; color: #9aa1ab; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.product-roadmap-line strong { margin-top: 94px; display: block; font-size: clamp(20px, 2vw, 28px); line-height: 1.5; letter-spacing: -.03em; }
.product-roadmap-line p { margin: 14px 0 0; color: var(--muted); font-size: 12px; line-height: 1.9; }

@media (max-width: 1180px) {
  .product-page .wrap { width: min(100% - 64px, 960px); }
  .product-hero { min-height: auto; }
  .product-hero-grid { grid-template-columns: 1fr; }
  .product-hero-copy { max-width: 760px; }
  .product-console { max-width: 960px; }
  .product-architecture-intro, .product-workspace-head, .product-process-intro, .product-capabilities-head, .product-roadmap-head { grid-template-columns: 1fr; gap: 42px; }
  .product-architecture-intro p, .product-workspace-head > p, .product-process-intro p, .product-capabilities-head > div:last-child, .product-roadmap-head > p { max-width: 760px; }
  .product-architecture-flow { grid-template-columns: repeat(3, 1fr); }
  .product-architecture-flow li:nth-child(4), .product-architecture-flow li:nth-child(5) { border-top: 1px solid var(--line); }
  .product-architecture-flow li:nth-child(4) { padding-left: 0; }
  .product-architecture-flow li:nth-child(4)::before { left: 0; }
  .product-workspace-screen { grid-template-columns: 72px 1fr; }
  .product-workspace-context { grid-column: 2; border-top: 1px solid var(--line); border-left: 0; }
  .product-workspace-context > span:nth-of-type(2) { margin-top: 40px; }
  .product-process-groups { grid-template-columns: 1fr; }
  .product-process-groups > section { min-height: 0; padding: 34px 0 42px; }
  .product-process-groups > section:not(:first-child) { padding-left: 0; border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
  .product-process-groups > section > div { min-height: 145px; }
  .product-process-groups > section > div strong { font-size: 54px; }
  .product-roadmap-line { grid-template-columns: repeat(2, 1fr); }
  .product-roadmap-line li:nth-child(3), .product-roadmap-line li:nth-child(4) { border-top: 1px solid #d9dce1; }
  .product-roadmap-line li:nth-child(3) { padding-left: 0; }
  .product-roadmap-line li:nth-child(3)::before { left: 0; }
}

@media (max-width: 700px) {
  .product-page .wrap { width: calc(100% - 32px); }
  .product-hero { padding: 126px 0 82px; }
  .product-hero::after { top: 28%; right: -70%; width: 150vw; height: 150vw; }
  .product-hero-grid { gap: 55px; }
  .product-hero-copy h1 { font-size: clamp(43px, 12vw, 54px); }
  .product-hero-copy h1 span { white-space: normal; }
  .product-hero-copy > p { font-size: 14px; }
  .product-hero-signals { gap: 8px; letter-spacing: .04em; }
  .product-console { padding: 10px; }
  .product-console-bar { height: auto; min-height: 48px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 2px; }
  .product-console-body { grid-template-columns: 1fr; }
  .product-console-source, .product-console-engine { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .product-console-source strong, .product-console-lesson strong { margin-top: 30px; }
  .product-console-engine { min-height: 240px; }
  .product-console-results { grid-template-columns: repeat(3, 1fr); }
  .product-console-results > div { padding: 13px 8px; }
  .product-console-results p { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); }
  .product-section-meta { align-items: flex-start; }
  .product-section-meta > span { max-width: 130px; line-height: 1.6; text-align: right; }
  .product-architecture, .product-workspace, .product-process, .product-capabilities, .product-roadmap { padding: 90px 0; }
  .product-architecture-intro h2, .product-workspace-head h2, .product-process-intro h2, .product-capabilities-head h2, .product-roadmap-head h2 { font-size: clamp(39px, 11vw, 49px); }
  .product-process-intro h2 { white-space: normal; }
  .product-architecture-intro h2 span { white-space: normal; }
  .product-architecture-flow { grid-template-columns: 1fr; border-bottom: 0; }
  .product-architecture-flow li, .product-architecture-flow li:not(:first-child), .product-architecture-flow li:nth-child(4) { min-height: 0; padding: 27px 18px 31px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .product-architecture-flow li:not(:first-child)::before, .product-architecture-flow li:nth-child(4)::before { left: 0; }
  .product-architecture-flow strong { margin-top: 35px; }
  .product-workspace-screen { min-height: 0; grid-template-columns: 1fr; }
  .product-workspace-screen > aside { min-height: 64px; padding: 10px 14px; flex-direction: row; }
  .product-workspace-screen nav { margin: 0 0 0 auto; display: flex; gap: 4px; }
  .product-workspace-screen > aside small { display: none; }
  .product-workspace-main { padding: 24px 20px 32px; }
  .product-workspace-main h3 { font-size: 32px; }
  .product-workspace-main button { width: 100%; justify-content: space-between; }
  .product-workspace-context { grid-column: 1; padding: 28px 20px; }
  .product-process-groups > section > div strong { font-size: 45px; }
  .product-capability-grid { grid-template-columns: 1fr; }
  .product-capability-grid article, .product-capability-grid article:nth-child(even) { min-height: 260px; padding: 30px 0; border-right: 0; }
  .product-capability-grid h3 { font-size: 29px; }
  .product-roadmap-line { grid-template-columns: 1fr; border-top: 0; }
  .product-roadmap-line li, .product-roadmap-line li:not(:first-child), .product-roadmap-line li:nth-child(3) { min-height: 0; padding: 28px 0 34px 22px; border-top: 1px solid var(--ink); border-right: 0; }
  .product-roadmap-line li::before, .product-roadmap-line li:not(:first-child)::before, .product-roadmap-line li:nth-child(3)::before { left: 0; }
  .product-roadmap-line strong { margin-top: 45px; }
}

/* Shared lower-page hero system: same brand language, page-specific diagrams. */
.brand-story-hero { position: relative; isolation: isolate; min-height: 880px; padding: 160px 0 100px; display: grid; align-items: center; overflow: hidden; color: #fff; background: #111722; }
.brand-story-hero::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .42; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 104px 104px; }
.brand-story-hero::after { content: ""; position: absolute; z-index: -1; top: 2%; right: -13%; width: 62vw; height: 62vw; border: 1px solid rgba(224,79,81,.24); border-radius: 50%; box-shadow: inset 0 0 0 8vw rgba(224,79,81,.022), inset 0 0 0 17vw rgba(224,79,81,.016); }
.brand-story-word { position: absolute; z-index: -1; left: -2%; bottom: -5%; color: rgba(255,255,255,.024); font-size: clamp(150px, 20vw, 350px); font-weight: 900; line-height: .72; letter-spacing: -.08em; white-space: nowrap; }
.brand-story-hero .wrap { width: min(1380px, calc(100% - 64px)); }
.brand-story-grid { display: grid; grid-template-columns: minmax(460px, .83fr) minmax(620px, 1.17fr); gap: clamp(65px, 7vw, 110px); align-items: center; }
.brand-story-copy { position: relative; z-index: 2; }
.brand-story-copy .eyebrow { color: #fff; }
.brand-story-status { width: fit-content; margin: 34px 0 22px; display: flex; gap: 10px; align-items: center; color: #aab2bd; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.brand-story-status i { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 7px rgba(224,79,81,.14); }
.brand-story-copy h1 { margin: 0; font-size: clamp(52px, 4.6vw, 72px); line-height: 1.08; letter-spacing: -.06em; }
.brand-story-copy h1 > span { display: block; white-space: nowrap; }
.brand-story-copy h1 > span:nth-child(2), .brand-story-copy h1 em { color: var(--red); font-style: normal; }
.brand-story-hero--about .brand-story-copy h1 > span:nth-child(3) { color: #fff; }
.brand-story-copy > p { margin: 30px 0 0; max-width: 590px; color: #aeb5bf; font-size: 15px; line-height: 2; }
.brand-story-signals { margin-top: 42px; padding-top: 19px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; border-top: 1px solid rgba(255,255,255,.2); color: #7d8693; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.brand-story-signals b { color: var(--red); font-size: 17px; }

.about-continuity-map { position: relative; z-index: 2; min-height: 610px; padding: 22px 28px 26px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.035); box-shadow: 0 40px 120px rgba(0,0,0,.24); backdrop-filter: blur(12px); }
.about-continuity-map header, .business-architecture-map header { height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.14); color: #808a97; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.about-continuity-map header b, .business-architecture-map header b { color: #efadaf; }
.about-continuity-stage { position: relative; min-height: 490px; }
.about-continuity-track { position: absolute; left: 12%; right: 13%; top: 18%; bottom: 17%; height: auto; background: linear-gradient(to bottom right, transparent calc(50% - 1px), var(--red) 50%, transparent calc(50% + 1px)); }
.about-continuity-track i { display: none; }
.about-continuity-node { position: absolute; z-index: 2; width: 118px; height: 118px; padding: 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(17,23,34,.96); box-shadow: 0 24px 65px rgba(0,0,0,.25); text-align: center; transform: translate(-50%,-50%); }
.about-continuity-node small { position: absolute; top: 14px; color: var(--red); font-size: 12px; font-weight: 900; }
.about-continuity-node strong { font-size: 19px; }
.about-continuity-node span { margin-top: 4px; color: #89929e; font-size: 12px; }
.about-continuity-node--1 { left: 12%; top: 83%; }
.about-continuity-node--2 { left: 37%; top: 61.333%; border-color: var(--red); background: var(--red); }
.about-continuity-node--2 small, .about-continuity-node--2 span, .about-continuity-node--4 small, .about-continuity-node--4 span { color: #ffe0e1; }
.about-continuity-node--3 { left: 62%; top: 39.666%; color: var(--ink); border-color: #fff; background: #fff; }
.about-continuity-node--3 span { color: #68717e; }
.about-continuity-node--4 { left: 87%; top: 18%; width: 134px; height: 134px; border: 0; background: var(--red); box-shadow: 0 0 0 16px rgba(224,79,81,.12), 0 28px 70px rgba(0,0,0,.25); }
.about-continuity-map footer { padding-top: 14px; display: flex; justify-content: space-between; color: #6f7885; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; font-weight: 900; letter-spacing: .12em; }

.business-architecture-map { position: relative; z-index: 2; padding: 22px 28px 26px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.035); box-shadow: 0 40px 120px rgba(0,0,0,.24); backdrop-filter: blur(12px); }
.business-architecture-input { margin-top: 22px; min-height: 83px; padding: 16px 19px; display: grid; grid-template-columns: 66px 1fr auto; gap: 16px; align-items: center; color: var(--ink); background: #fff; }
.business-architecture-input > span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.business-architecture-input strong { font-size: 15px; }
.business-architecture-input small { color: #969da7; font-size: 12px; font-weight: 900; }
.business-architecture-map ol { margin: 12px 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.business-architecture-map li { min-height: 70px; padding: 0 16px; display: grid; grid-template-columns: 50px 1fr 25px; gap: 12px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.13); }
.business-architecture-map li > b { color: var(--red); font-size: 13px; }
.business-architecture-map li div { display: grid; grid-template-columns: minmax(150px, .8fr) minmax(180px, 1.2fr); gap: 15px; align-items: center; }
.business-architecture-map li small { color: #77818e; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.business-architecture-map li strong { font-size: 14px; }
.business-architecture-map li > span { color: var(--red); font-size: 18px; }
.business-architecture-map li.is-accent { color: #fff; background: var(--red); }
.business-architecture-map li.is-accent > b, .business-architecture-map li.is-accent small, .business-architecture-map li.is-accent > span { color: #ffe0e1; }
.business-architecture-map footer { min-height: 65px; padding: 0 19px; display: grid; grid-template-columns: 66px 1fr; gap: 16px; align-items: center; color: #fff; border: 1px solid rgba(224,79,81,.5); background: rgba(224,79,81,.1); }
.business-architecture-map footer span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.business-architecture-map footer strong { font-size: 15px; }

@media (max-width: 1180px) {
  .brand-story-hero { min-height: auto; }
  .brand-story-hero .wrap { width: min(100% - 64px, 960px); }
  .brand-story-grid { grid-template-columns: 1fr; gap: 62px; }
  .brand-story-copy { max-width: 780px; }
  .about-continuity-map, .business-architecture-map { width: 100%; }
}

@media (max-width: 700px) {
  .brand-story-hero { padding: 126px 0 82px; }
  .brand-story-hero::after { top: 28%; right: -70%; width: 150vw; height: 150vw; }
  .brand-story-hero .wrap { width: calc(100% - 32px); }
  .brand-story-grid { gap: 54px; }
  .brand-story-copy h1 { font-size: clamp(41px, 11.3vw, 52px); }
  .brand-story-copy h1 > span { white-space: normal; }
  .brand-story-copy > p { font-size: 14px; }
  .brand-story-status { align-items: flex-start; line-height: 1.65; }
  .brand-story-status i { margin-top: 6px; flex: 0 0 auto; }
  .brand-story-signals { gap: 8px; letter-spacing: .04em; }
  .about-continuity-map, .business-architecture-map { padding: 14px 15px 18px; }
  .about-continuity-map header, .business-architecture-map header { height: auto; min-height: 48px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 1px; }
  .about-continuity-stage { min-height: 560px; }
  .about-continuity-track { left: 50%; right: auto; top: 8%; bottom: 8%; width: 2px; height: auto; transform: none; background: linear-gradient(180deg, rgba(255,255,255,.15), var(--red) 42%, #fff 68%, var(--red)); }
  .about-continuity-track i { inset: 0 auto 0 -10px; width: 1px; height: auto; }
  .about-continuity-track i:nth-child(2) { inset: 0 auto 0 10px; }
  .about-continuity-track i:nth-child(3) { inset: 0 auto 0 20px; }
  .about-continuity-node { width: 92px; height: 92px; transform: translateX(-50%); }
  .about-continuity-node small { top: 8px; }
  .about-continuity-node strong { font-size: 16px; }
  .about-continuity-node--1 { left: 50%; top: 3%; bottom: auto; }
  .about-continuity-node--2 { left: 50%; right: auto; top: 29%; bottom: auto; }
  .about-continuity-node--3 { left: 50%; right: auto; top: 55%; }
  .about-continuity-node--4 { width: 104px; height: 104px; left: 50%; right: auto; top: auto; bottom: 2%; box-shadow: 0 0 0 10px rgba(224,79,81,.12); }
  .about-continuity-map footer { gap: 10px; font-size: 12px; letter-spacing: .04em; }
  .business-architecture-input { grid-template-columns: 1fr; gap: 3px; }
  .business-architecture-input small { margin-top: 6px; line-height: 1.5; }
  .business-architecture-map li { min-height: 94px; padding: 12px 4px; grid-template-columns: 38px 1fr 18px; gap: 8px; }
  .business-architecture-map li div { grid-template-columns: 1fr; gap: 2px; }
  .business-architecture-map footer { grid-template-columns: 1fr; gap: 2px; padding-block: 13px; }
}

/* Use cases page: field atlas, diagnostics and outcomes. */
.usecases-page { overflow: hidden; }
.usecases-page .wrap { width: min(1380px, calc(100% - 64px)); }
.brand-story-hero--usecases .brand-story-copy h1 > span:nth-child(3) { color: #fff; }
.usecase-coordinate-map { position: relative; z-index: 2; min-height: 610px; padding: 22px 28px 26px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.035); box-shadow: 0 40px 120px rgba(0,0,0,.24); backdrop-filter: blur(12px); }
.usecase-coordinate-map header { height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.14); color: #808a97; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.usecase-coordinate-map header b { color: #efadaf; }
.usecase-coordinate-stage { position: relative; min-height: 485px; }
.usecase-coordinate-line { position: absolute; display: block; background: rgba(255,255,255,.2); }
.usecase-coordinate-line--x { left: 8%; right: 4%; top: 53%; height: 1px; }
.usecase-coordinate-line--y { top: 9%; bottom: 9%; left: 49%; width: 1px; }
.usecase-coordinate-line--x::after, .usecase-coordinate-line--y::after { content: ""; position: absolute; width: 8px; height: 8px; border-top: 1px solid rgba(255,255,255,.4); border-right: 1px solid rgba(255,255,255,.4); }
.usecase-coordinate-line--x::after { right: 0; top: -4px; transform: rotate(45deg); }
.usecase-coordinate-line--y::after { top: 0; left: -4px; transform: rotate(-45deg); }
.usecase-axis { position: absolute; color: #727c89; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.usecase-axis--y { top: 5%; left: 52%; }
.usecase-axis--x { right: 4%; top: 57%; }
.usecase-point { position: absolute; min-width: 112px; min-height: 64px; padding: 10px 14px; display: grid; align-content: center; border: 1px solid rgba(255,255,255,.25); background: rgba(17,23,34,.94); box-shadow: 0 16px 45px rgba(0,0,0,.22); }
.usecase-point small { color: var(--red); font-size: 12px; font-weight: 900; }
.usecase-point strong { font-size: 13px; }
.usecase-point--1 { left: 18%; top: 29%; }
.usecase-point--2 { left: 58%; top: 20%; color: #fff; border-color: var(--red); background: var(--red); }
.usecase-point--2 small, .usecase-point--4 small { color: #ffe0e1; }
.usecase-point--3 { left: 62%; top: 64%; }
.usecase-point--4 { left: 75%; top: 43%; color: #fff; border-color: var(--red); background: var(--red); }
.usecase-point--5 { left: 27%; top: 70%; }
.usecase-coordinate-map footer { padding-top: 14px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 18px; align-items: center; color: #6f7885; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.usecase-coordinate-map footer strong { color: #d6dae0; text-align: center; }
.usecase-coordinate-map footer span:last-child { text-align: right; }

.usecase-atlas { padding: clamp(110px, 12vw, 180px) 0; background: #f3f4f6; }
.usecase-atlas-head { display: grid; grid-template-columns: minmax(620px, 1.05fr) minmax(360px, .95fr); gap: clamp(55px, 6vw, 90px); align-items: end; }
.usecase-atlas-head h2 { margin: 0; font-size: clamp(50px, 4.3vw, 64px); line-height: 1.14; letter-spacing: -.055em; }
.usecase-atlas-head h2 > span { display: block; white-space: nowrap; }
.usecase-atlas-head > p { margin: 0 0 6px; color: var(--muted); font-size: 15px; line-height: 2; }
.usecase-atlas-grid { margin-top: clamp(75px, 8vw, 110px); display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.usecase-field { position: relative; min-height: 470px; padding: clamp(30px, 3.5vw, 48px); overflow: hidden; border: 1px solid #dce0e5; background: #fff; }
.usecase-field header > span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.usecase-field h3 { margin: 24px 0 0; font-size: clamp(32px, 3.3vw, 48px); line-height: 1.22; letter-spacing: -.045em; }
.usecase-field header > p { margin: 16px 0 0; max-width: 520px; color: var(--muted); font-size: 13px; line-height: 1.9; }
.usecase-field--onboarding { grid-column: 1 / -1; min-height: 500px; display: grid; grid-template-columns: minmax(330px, .62fr) minmax(0, 1.38fr); grid-template-rows: 1fr auto; gap: 45px clamp(60px, 7vw, 100px); }
.onboarding-path { align-self: center; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 14px; align-items: center; }
.onboarding-path > span { min-height: 160px; padding: 18px; display: flex; flex-direction: column; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.onboarding-path > span b { color: var(--red); font-size: 12px; letter-spacing: .08em; }
.onboarding-path > span strong { margin-top: auto; font-size: 15px; line-height: 1.6; }
.onboarding-path > i { color: var(--red); font-size: 19px; font-style: normal; }
.onboarding-path > span.is-goal { color: #fff; border-color: var(--red); background: var(--red); }
.onboarding-path > span.is-goal b { color: #ffe1e1; }
.usecase-field--onboarding footer { grid-column: 1 / -1; padding-top: 22px; display: grid; grid-template-columns: 70px 1fr 70px 1fr; gap: 15px; border-top: 1px solid var(--line); }
.usecase-field--onboarding footer span { color: var(--red); font-size: 12px; font-weight: 900; }
.usecase-field--onboarding footer p { margin: 0; color: #606875; font-size: 12px; }
.usecase-field--sales { grid-column: span 5; color: #fff; border-color: var(--red); background: var(--red); }
.usecase-field--sales header > span, .usecase-field--sales header > p { color: #ffe1e2; }
.sales-conversation { margin-top: 64px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 10px; align-items: center; }
.sales-conversation > div { min-height: 125px; padding: 15px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(255,255,255,.35); }
.sales-conversation small { color: #ffd2d3; font-size: 12px; font-weight: 900; }
.sales-conversation strong { margin-top: 6px; font-size: 14px; }
.sales-conversation > span { color: #fff; }
.usecase-field--sales ul { margin: 35px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 7px; list-style: none; }
.usecase-field--sales li { padding: 6px 9px; border: 1px solid rgba(255,255,255,.35); font-size: 12px; }
.usecase-field--support { grid-column: span 7; min-height: 680px; color: #fff; border-color: var(--dark); background: var(--dark); }
.usecase-field--support header > p { color: #aeb5bf; }
.support-system { margin-top: 32px; }
.support-intake { min-height: 60px; padding: 10px 16px; display: grid; grid-template-columns: 70px 1fr; gap: 14px; align-items: center; color: var(--ink); background: #fff; }
.support-intake > span, .support-criteria > span, .support-feedback > span, .support-learning-output > span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .09em; }
.support-intake strong { display: block; font-size: 15px; }
.support-intake p { margin: 2px 0 0; color: #7a828d; font-size: 12px; }
.support-criteria { position: relative; min-height: 52px; padding: 8px 16px; display: grid; grid-template-columns: 70px 1fr; gap: 14px; align-items: center; border: 1px solid rgba(224,79,81,.5); border-top: 0; background: rgba(224,79,81,.08); }
.support-criteria::after { content: ""; position: absolute; left: 50%; top: 100%; width: 1px; height: 22px; background: var(--red); }
.support-criteria ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; list-style: none; }
.support-criteria li { padding: 5px 8px; border: 1px solid rgba(255,255,255,.15); color: #c7cdd5; font-size: 12px; text-align: center; }
.support-routes { position: relative; margin-top: 22px; padding-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.support-routes::before { content: ""; position: absolute; left: 16.666%; right: 16.666%; top: 0; height: 1px; background: var(--red); }
.support-routes article { position: relative; min-height: 145px; padding: 14px 12px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.025); }
.support-routes article::before { content: ""; position: absolute; left: 50%; bottom: 100%; width: 1px; height: 22px; background: var(--red); }
.support-routes small { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .05em; }
.support-routes b { margin-top: 10px; color: #8993a0; font-size: 12px; }
.support-routes strong { margin-top: 3px; font-size: 14px; }
.support-routes p { margin: auto 0 0; color: #8d97a3; font-size: 12px; line-height: 1.65; }
.support-feedback { min-height: 55px; padding: 9px 14px; display: grid; grid-template-columns: 78px 1fr 24px; gap: 10px; align-items: center; color: #fff; background: var(--red); }
.support-feedback > span { color: #ffe1e2; }
.support-feedback strong { font-size: 12px; line-height: 1.65; }
.support-feedback i { font-size: 21px; font-style: normal; }
.support-learning-output { margin-top: 18px; padding-top: 13px; display: grid; grid-template-columns: 120px 1fr; gap: 15px; border-top: 1px solid rgba(255,255,255,.16); }
.support-learning-output p { margin: 0; color: #7d8794; font-size: 12px; line-height: 1.7; }
.usecase-field--locations { grid-column: span 7; min-height: 520px; }
.location-network { min-height: 300px; margin-top: 35px; display: grid; grid-template-columns: 185px minmax(0, 1fr); align-items: center; }
.location-hq { position: relative; z-index: 2; width: 100%; min-height: 92px; padding: 15px; display: grid; align-content: center; color: #fff; background: var(--dark); }
.location-hq small { color: var(--red); font-size: 12px; font-weight: 900; }
.location-hq strong { margin-top: 5px; font-size: 13px; }
.location-destinations { position: relative; min-height: 300px; display: grid; grid-template-rows: repeat(3, 1fr); }
.location-destinations::before { content: ""; position: absolute; z-index: 0; left: 0; top: 50px; bottom: 50px; width: 1px; background: var(--red); }
.location-route { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 86px; align-items: center; }
.location-route > i { width: 100%; height: 1px; display: block; background: var(--red); }
.location-node { position: relative; z-index: 2; width: 86px; height: 86px; display: grid; place-items: center; align-content: center; border: 1px solid #d7dbe1; border-radius: 50%; background: #fff; }
.location-node b { color: var(--red); font-size: 17px; }
.location-node span { color: #747c87; font-size: 12px; }
.usecase-field--locations footer { display: flex; gap: 8px; flex-wrap: wrap; }
.usecase-field--locations footer span { padding: 6px 10px; color: #737b86; border: 1px solid var(--line); font-size: 12px; }
.usecase-field--compliance { grid-column: span 5; min-height: 520px; background: #fff8f8; }
.compliance-loop { margin: 42px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); list-style: none; border-top: 1px solid var(--ink); }
.compliance-loop li { min-height: 93px; padding: 15px; display: grid; grid-template-columns: 30px 1fr; gap: 8px; align-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.compliance-loop b { color: var(--red); font-size: 12px; }
.compliance-loop span { font-size: 12px; font-weight: 800; }
.compliance-result { margin-top: 22px; min-height: 70px; padding: 14px 16px; display: grid; grid-template-columns: 65px 1fr 25px; gap: 12px; align-items: center; color: #fff; background: var(--red); }
.compliance-result span { color: #ffd8d9; font-size: 12px; font-weight: 900; }
.compliance-result strong { font-size: 13px; }
.compliance-result > b { font-size: 18px; }

.usecase-fit { position: relative; isolation: isolate; padding: clamp(115px, 12vw, 180px) 0; overflow: hidden; color: #fff; background: var(--dark); }
.usecase-fit::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .34; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 110px 110px; }
.usecase-fit-word { position: absolute; z-index: -1; right: -2%; bottom: -4%; color: rgba(255,255,255,.025); font-size: clamp(170px, 24vw, 400px); font-weight: 900; line-height: .7; letter-spacing: -.08em; }
.usecase-fit-intro { margin-top: clamp(65px, 7vw, 100px); display: grid; grid-template-columns: minmax(730px, 1.2fr) minmax(340px, .8fr); gap: clamp(48px, 5vw, 80px); align-items: end; }
.usecase-fit-intro h2 { margin: 0; font-size: clamp(48px, 4.3vw, 64px); line-height: 1.17; letter-spacing: -.055em; }
.usecase-fit-intro h2 span, .usecase-fit-intro h2 em { display: block; white-space: nowrap; }
.usecase-fit-intro h2 em { color: var(--red); font-style: normal; }
.usecase-fit-intro > p { margin: 0 0 5px; color: #abb3be; font-size: 15px; line-height: 2; }
.usecase-fit-signals { margin-top: clamp(75px, 8vw, 115px); border-top: 1px solid rgba(255,255,255,.35); }
.usecase-fit-signals article { min-height: 135px; display: grid; grid-template-columns: minmax(280px, .8fr) minmax(320px, 1.2fr) minmax(240px, .8fr); gap: 35px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.15); }
.usecase-fit-signals article > div { display: grid; grid-template-columns: 45px 1fr; align-items: center; }
.usecase-fit-signals article > div span { grid-row: 1 / 3; color: var(--red); font-size: 12px; font-weight: 900; }
.usecase-fit-signals article > div strong { font-size: 21px; }
.usecase-fit-signals article > div small { color: #697380; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.usecase-fit-signals article > p { margin: 0; color: #a5adb8; font-size: 13px; line-height: 1.9; }
.usecase-fit-signals article > i { position: relative; height: 3px; display: block; background: #343c48; }
.usecase-fit-signals article > i b { position: absolute; inset: 0 auto 0 0; width: var(--level); background: var(--red); }
.usecase-fit-signals article > i b::after { content: ""; position: absolute; right: -5px; top: -4px; width: 11px; height: 11px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 6px rgba(224,79,81,.15); }

.usecase-outcomes { position: relative; padding: clamp(105px, 11vw, 170px) 0; overflow: hidden; color: var(--dark); background: #f3f0e9; }
.usecase-outcomes::before { content: "03"; position: absolute; right: clamp(24px, 7vw, 120px); top: clamp(90px, 10vw, 145px); color: rgba(224,79,81,.12); font-size: clamp(120px, 15vw, 250px); font-weight: 900; line-height: .7; letter-spacing: -.08em; }
.usecase-outcomes::after { content: "OUTCOME"; position: absolute; left: -2%; bottom: -9%; color: rgba(19,27,38,.045); font-size: clamp(150px, 21vw, 360px); font-weight: 900; line-height: .72; letter-spacing: -.08em; }
.usecase-outcomes > .wrap { position: relative; z-index: 1; }
.usecase-outcomes .eyebrow { color: var(--red); }
.usecase-outcomes h2 { margin: 0; font-size: clamp(50px, 5vw, 74px); line-height: 1.12; letter-spacing: -.055em; }
.usecase-outcome-flow { margin-top: clamp(70px, 8vw, 105px); display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: clamp(24px, 3vw, 50px); align-items: center; }
.usecase-outcome-flow article { position: relative; min-height: 280px; padding: 28px 0; display: flex; flex-direction: column; border-top: 1px solid rgba(19,27,38,.55); border-bottom: 1px solid rgba(19,27,38,.16); }
.usecase-outcome-flow article::after { content: attr(data-step); position: absolute; right: 0; top: 16px; color: rgba(19,27,38,.055); font-size: 96px; font-weight: 900; line-height: 1; }
.usecase-outcome-flow article > span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.usecase-outcome-flow article > strong { position: relative; z-index: 1; margin-top: auto; color: var(--red); font-size: clamp(39px, 4vw, 58px); letter-spacing: -.05em; }
.usecase-outcome-flow article > p { position: relative; z-index: 1; margin: 10px 0 0; color: #626a75; font-size: 13px; line-height: 1.9; }
.usecase-outcome-flow > i { color: var(--red); font-size: 27px; font-style: normal; }

@media (max-width: 1320px) {
  .usecases-page .wrap { width: min(100% - 64px, 960px); }
  .usecase-coordinate-map { width: 100%; }
  .usecase-atlas-head, .usecase-fit-intro { grid-template-columns: 1fr; gap: 42px; }
  .usecase-atlas-head > p, .usecase-fit-intro > p { max-width: 760px; }
  .usecase-field--onboarding { grid-template-columns: 1fr; grid-template-rows: auto; }
  .usecase-field--onboarding footer { grid-column: 1; }
  .onboarding-path { grid-template-columns: repeat(4, 1fr); }
  .onboarding-path > i { display: none; }
  .usecase-field--sales, .usecase-field--support, .usecase-field--locations, .usecase-field--compliance { grid-column: 1 / -1; }
  .usecase-fit-signals article { grid-template-columns: minmax(240px, .8fr) minmax(300px, 1.2fr); padding: 25px 0; }
  .usecase-fit-signals article > i { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .usecases-page .wrap { width: calc(100% - 32px); }
  .usecase-coordinate-map { min-height: 570px; padding: 14px 15px 18px; }
  .usecase-coordinate-map header { height: auto; min-height: 48px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 1px; }
  .usecase-coordinate-stage { min-height: 455px; }
  .usecase-axis--y { left: 53%; font-size: 12px; letter-spacing: .04em; }
  .usecase-axis--x { right: 2%; font-size: 12px; letter-spacing: .04em; }
  .usecase-point { min-width: 80px; min-height: 54px; padding: 7px 9px; }
  .usecase-point strong { font-size: 12px; }
  .usecase-point--1 { left: 4%; }
  .usecase-point--2 { left: 52%; }
  .usecase-point--3 { left: 53%; top: 68%; }
  .usecase-point--4 { left: 66%; top: 44%; }
  .usecase-point--5 { left: 10%; top: 72%; }
  .usecase-coordinate-map footer { grid-template-columns: 1fr 1fr; }
  .usecase-coordinate-map footer strong { display: none; }
  .usecase-atlas, .usecase-fit, .usecase-outcomes { padding: 90px 0; }
  .usecase-atlas-head h2, .usecase-fit-intro h2, .usecase-outcomes h2 { font-size: clamp(39px, 11vw, 49px); }
  .usecase-atlas-head h2 > span, .usecase-fit-intro h2 span, .usecase-fit-intro h2 em { white-space: normal; }
  .usecase-atlas-grid { display: block; }
  .usecase-field { min-height: 0; margin-top: 12px; padding: 28px 21px; }
  .usecase-field h3 { font-size: 34px; }
  .onboarding-path { margin-top: 42px; grid-template-columns: 1fr; gap: 8px; }
  .onboarding-path > span { min-height: 105px; }
  .usecase-field--onboarding footer { grid-template-columns: 58px 1fr; }
  .sales-conversation { margin-top: 42px; grid-template-columns: 1fr; }
  .sales-conversation > span { text-align: center; transform: rotate(90deg); }
  .support-branches { grid-template-columns: 1fr; }
  .usecase-field--support { padding-bottom: 95px; }
  .location-network { min-height: 270px; grid-template-columns: 145px minmax(0, 1fr); }
  .location-destinations { min-height: 270px; }
  .location-destinations::before { top: 45px; bottom: 45px; }
  .location-route { grid-template-columns: minmax(0, 1fr) 76px; }
  .location-node { width: 76px; height: 76px; }
  .compliance-loop { grid-template-columns: 1fr; }
  .usecase-fit-signals article { grid-template-columns: 1fr; gap: 18px; }
  .usecase-fit-signals article > i { grid-column: 1; }
  .usecase-outcome-flow { grid-template-columns: 1fr; gap: 8px; }
  .usecase-outcome-flow article { min-height: 225px; }
  .usecase-outcome-flow > i { text-align: center; transform: rotate(90deg); }
}

/* Subpage heroes — unified with the vermilion homepage hero. */
.brand-story-hero,
.product-hero,
.contact-hero,
.page-hero {
  color: #fff;
  background: linear-gradient(112deg, #c83e42 0%, var(--red) 52%, #f16d70 100%);
}

.brand-story-hero::before,
.product-hero::before,
.contact-hero::before {
  opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px);
  background-size: 11.111vw 11.111vw;
}

.page-hero {
  background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(112deg, #c83e42 0%, var(--red) 52%, #f16d70 100%);
  background-size: 11.111vw 11.111vw, 11.111vw 11.111vw, auto;
}

.brand-story-hero::after,
.product-hero::after,
.contact-hero::after {
  border-color: rgba(255,255,255,.32);
  box-shadow: inset 0 0 0 8vw rgba(255,255,255,.025), inset 0 0 0 17vw rgba(255,255,255,.018);
}

.brand-story-word,
.product-hero-word,
.contact-hero-word,
.page-hero::after { color: rgba(255,255,255,.06); }

.brand-story-copy .eyebrow,
.product-hero-copy .eyebrow,
.contact-hero .eyebrow,
.page-hero .eyebrow { color: #fff; }

.brand-story-status,
.product-hero-status,
.contact-hero-status { color: rgba(255,255,255,.72); }

.brand-story-status i,
.product-hero-status i,
.contact-hero-status i {
  background: #fff;
  box-shadow: 0 0 0 7px rgba(255,255,255,.14);
}

.brand-story-copy h1 > span,
.brand-story-copy h1 > span:nth-child(2),
.brand-story-copy h1 em,
.brand-story-hero--about .brand-story-copy h1 > span:nth-child(3),
.brand-story-hero--usecases .brand-story-copy h1 > span:nth-child(3),
.product-hero-copy h1 span:last-child,
.contact-hero h1 > span:last-child,
.page-hero h1 span { color: #fff; }

.brand-story-copy h1 em,
.product-hero-copy h1 span:last-child,
.contact-hero h1 > span:last-child,
.page-hero h1 span {
  font-style: normal;
  box-shadow: inset 0 -.14em 0 rgba(116,20,24,.28);
}

.brand-story-copy > p,
.product-hero-copy > p,
.contact-hero-copy > p:last-of-type,
.page-hero .wrap > p { color: rgba(255,255,255,.84); }

.brand-story-signals,
.product-hero-signals {
  color: rgba(255,255,255,.68);
  border-top-color: rgba(255,255,255,.34);
}

.brand-story-signals b,
.product-hero-signals b,
.contact-hero-link span { color: #fff; }

.about-continuity-map,
.business-architecture-map,
.usecase-coordinate-map,
.product-console,
.contact-conversation-board {
  border: 0;
  background: rgba(21,27,37,.92);
  box-shadow: 0 40px 120px rgba(87,14,17,.28);
}

.product-console {
  background: #101620;
  box-shadow: 0 52px 150px rgba(87,14,17,.45);
  backdrop-filter: none;
}
.product-console-bar,
.product-console-results { background: #101620; }
.product-console-source { background: #151b25; }
.product-console-engine { background: #291c25; }
.product-console-source > div i { background: #394250; }

.page-hero::after { left: 4%; }
.page-hero h1 { color: #fff; }
.page-hero .wrap > p { position: relative; }

@media (max-width: 700px) {
  .page-hero::after { color: rgba(255,255,255,.055); }
}

/* Home hero orbit — motion and detached process caption. */
.hero-orbit-shell { width: min(100%, 880px); display: grid; justify-items: center; justify-self: start; align-self: center; }
.hero-orbit-shell .knowledge-orbit { width: 100%; justify-self: stretch; }
.hero-orbit-shell .orbit-caption {
  position: relative;
  inset: auto;
  z-index: 6;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(255,255,255,.76);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .11em;
  line-height: 1;
  white-space: nowrap;
  writing-mode: horizontal-tb;
  transform: none;
}
.hero-orbit-shell .orbit-caption i { color: #fff; font-size: 16px; font-style: normal; letter-spacing: 0; }

.orbit-ring { animation: orbit-rotate 32s linear infinite; }
.orbit-ring::after { content: ""; position: absolute; left: 50%; top: -6px; width: 11px; height: 11px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 7px rgba(255,255,255,.12), 0 0 24px rgba(255,255,255,.42); transform: translateX(-50%); }
.knowledge-orbit::before { animation: orbit-halo 8s ease-in-out infinite; }
.knowledge-orbit::after { animation: orbit-glow 6s ease-in-out infinite; }
.orbit-core { animation: orbit-core-pulse 5.4s ease-in-out infinite; }
.orbit-node:nth-of-type(3) { animation: orbit-float-center 6s ease-in-out infinite; }
.orbit-node:nth-of-type(4) { animation: orbit-float 6.6s ease-in-out -1.1s infinite; }
.orbit-node:nth-of-type(5) { animation: orbit-float-center 6.3s ease-in-out -2.2s infinite; }
.orbit-node:nth-of-type(6) { animation: orbit-float 5.8s ease-in-out -.6s infinite; }

@keyframes orbit-rotate { to { transform: rotate(360deg); } }
@keyframes orbit-halo { 0%, 100% { opacity: .72; transform: scale(.985); } 50% { opacity: 1; transform: scale(1.015); } }
@keyframes orbit-glow { 0%, 100% { opacity: .72; transform: scale(.97); } 50% { opacity: 1; transform: scale(1.025); } }
@keyframes orbit-core-pulse { 0%, 100% { transform: scale(1); box-shadow: 0 38px 90px rgba(117,25,29,.28), inset 0 1px 0 rgba(255,255,255,.12); } 50% { transform: scale(1.025); box-shadow: 0 44px 110px rgba(117,25,29,.38), 0 0 0 12px rgba(255,255,255,.035), inset 0 1px 0 rgba(255,255,255,.14); } }
@keyframes orbit-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes orbit-float-center { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(-9px); } }

@media (max-width: 1280px) {
  .hero-orbit-shell { width: min(760px, 100%); margin-inline: auto; justify-self: center; }
}
@media (max-width: 1020px) {
  .hero-orbit-shell { width: min(720px, 100%); }
}
@media (max-width: 700px) {
  .hero-orbit-shell { width: 100%; }
  .hero-orbit-shell .orbit-caption { margin-top: 12px; display: flex; gap: 7px; font-size: 12px; letter-spacing: .04em; }
  .hero-orbit-shell .orbit-caption i { font-size: 14px; }
}

/* Lower-page hero — shared with the Knowledge Journal */
.subpage-index-hero { position: relative; padding: 190px 0 105px; display: grid; align-items: end; overflow: hidden; color: #fff; background: linear-gradient(112deg, #c83e42 0%, var(--red) 55%, #f16d70 100%); }
.subpage-index-hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 11.111vw 11.111vw; pointer-events: none; }
.subpage-index-hero .wrap { width: min(1380px, calc(100% - 64px)); }
.subpage-hero-word { position: absolute; left: -2vw; bottom: -7vw; color: rgba(255,255,255,.055); font-size: clamp(180px, 25vw, 430px); font-weight: 900; line-height: .75; letter-spacing: -.08em; pointer-events: none; }
.subpage-index-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .55fr); gap: 100px; align-items: end; }
.subpage-index-hero .eyebrow { color: #fff; }
.subpage-index-hero h1 { margin: 0; font-size: clamp(64px, 6vw, 106px); line-height: .98; letter-spacing: -.07em; }
.subpage-index-hero h1 span { display: block; font-size: .92em; white-space: nowrap; }
.subpage-index-hero--about .subpage-index-hero-grid { grid-template-columns: minmax(0, 1.4fr) minmax(340px, .5fr); gap: 70px; }
.subpage-index-hero--about h1 span { font-size: .88em; }
.subpage-index-hero-intro { padding-bottom: 8px; }
.subpage-index-hero-intro > p { margin: 0; max-width: 560px; color: rgba(255,255,255,.84); font-size: 16px; line-height: 2.05; }
.subpage-index-hero-intro dl { margin: 48px 0 0; padding-top: 22px; display: grid; grid-template-columns: 135px 1fr; gap: 24px; border-top: 1px solid rgba(255,255,255,.36); }
.subpage-index-hero-intro dl div { display: grid; gap: 6px; }
.subpage-index-hero-intro dt { color: rgba(255,255,255,.62); font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.subpage-index-hero-intro dd { margin: 0; font-size: 15px; font-weight: 900; }

/* Company profile */
.company-page { background: #f3f4f6; }
.subpage-index-hero--company .subpage-index-hero-grid { grid-template-columns: minmax(0, 1.3fr) minmax(360px, .55fr); gap: 80px; }
.subpage-index-hero--company h1 span { font-size: .88em; }
.company-profile { position: relative; padding: clamp(105px, 10vw, 155px) 0 clamp(120px, 11vw, 175px); overflow: hidden; background: #f3f4f6; }
.company-profile > .wrap { position: relative; z-index: 1; width: min(1380px, calc(100% - 64px)); }
.company-profile-word { position: absolute; left: -2.5vw; bottom: -.18em; color: rgba(20,26,36,.045); font-size: clamp(190px, 25vw, 430px); font-weight: 900; line-height: .72; letter-spacing: -.08em; pointer-events: none; }
.company-profile-head { padding-bottom: 56px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .68fr); gap: clamp(70px, 8vw, 125px); align-items: end; border-bottom: 1px solid #c9cdd5; }
.company-profile-head .eyebrow { margin-bottom: 20px; }
.company-profile-head h2 { margin: 0; font-size: clamp(58px, 6vw, 94px); line-height: 1; letter-spacing: -.065em; }
.company-profile-head > p { margin: 0; max-width: 610px; color: var(--muted); font-size: 15px; line-height: 2; }
.company-profile-body { margin-top: 70px; display: grid; grid-template-columns: minmax(320px, .56fr) minmax(0, 1fr); gap: clamp(70px, 8vw, 125px); align-items: stretch; }
.company-profile-statement { position: relative; min-height: 500px; padding: 38px 40px 36px; display: flex; flex-direction: column; overflow: hidden; color: #fff; background: linear-gradient(145deg, #1c232e 0%, #111720 100%); }
.company-profile-statement::before { content: "S"; position: absolute; right: -.12em; bottom: -.28em; color: rgba(255,255,255,.035); font-size: 390px; font-weight: 900; line-height: 1; pointer-events: none; }
.company-profile-statement::after { content: ""; position: absolute; width: 290px; aspect-ratio: 1; right: -130px; top: 80px; border: 1px solid rgba(224,79,81,.45); border-radius: 50%; box-shadow: 0 0 0 58px rgba(224,79,81,.04), 0 0 0 115px rgba(224,79,81,.025); pointer-events: none; }
.company-profile-statement header, .company-profile-statement footer { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #8e97a5; font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.company-profile-statement header b { color: #ef9ea1; font-size: 12px; }
.company-profile-statement > strong { position: relative; z-index: 1; margin: auto 0 0; font-size: clamp(36px, 3.3vw, 55px); line-height: 1.27; letter-spacing: -.045em; }
.company-profile-statement > strong span { display: block; }
.company-profile-statement > p { position: relative; z-index: 1; margin: 28px 0 0; max-width: 390px; color: #a9b1bd; font-size: 13px; line-height: 1.9; }
.company-profile-statement footer { margin-top: 44px; padding-top: 22px; justify-content: flex-start; border-top: 1px solid rgba(255,255,255,.17); }
.company-profile-statement footer i { color: var(--red); font-style: normal; }
.company-profile-list { margin: 0; border-top: 1px solid #252c36; }
.company-profile-list > div { min-height: 102px; padding: 27px 0; display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 34px; align-items: center; border-bottom: 1px solid #cfd3da; }
.company-profile-list dt { display: flex; align-items: center; gap: 23px; color: #757e8b; font-size: 12px; font-weight: 800; }
.company-profile-list dt span { color: var(--red); font-weight: 900; letter-spacing: .08em; }
.company-profile-list dd { margin: 0; color: var(--ink); font-size: clamp(17px, 1.35vw, 21px); font-weight: 800; line-height: 1.65; }
.company-profile-list a { display: inline-flex; align-items: center; gap: 16px; color: var(--ink); transition: color .2s ease; }
.company-profile-list a:hover { color: var(--red); }
.company-profile-list a span { color: var(--red); font-size: 18px; }

/* Terms of use */
.legal-page { background: #f3f4f6; }
.subpage-index-hero--legal .subpage-index-hero-grid { grid-template-columns: minmax(0, 1.28fr) minmax(360px, .56fr); gap: 80px; }
.subpage-index-hero--legal h1 span { font-size: .82em; }
.legal-document { position: relative; padding: clamp(105px, 10vw, 150px) 0 clamp(125px, 12vw, 180px); overflow: hidden; background: #f3f4f6; }
.legal-document > .wrap { position: relative; z-index: 1; width: min(1380px, calc(100% - 64px)); }
.legal-document-word { position: absolute; left: -2vw; bottom: -.06em; color: rgba(20,26,36,.035); font-size: clamp(150px, 19vw, 330px); font-weight: 900; line-height: .72; letter-spacing: -.075em; pointer-events: none; }
.legal-document-grid { display: grid; grid-template-columns: 265px minmax(0, 1fr); gap: clamp(70px, 8vw, 125px); align-items: start; }
.legal-document-aside { position: sticky; top: 130px; display: grid; gap: 52px; }
.legal-document-index { padding-top: 20px; border-top: 2px solid var(--ink); }
.legal-document-index > span, .legal-document-owner > span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.legal-document-index ol { margin: 25px 0 0; padding: 0; list-style: none; counter-reset: legal-index; }
.legal-document-index li { counter-increment: legal-index; }
.legal-document-index a { padding: 8px 0; display: grid; grid-template-columns: 27px 1fr; gap: 8px; color: #68717e; font-size: 12px; font-weight: 800; line-height: 1.45; }
.legal-document-index a::before { content: counter(legal-index, decimal-leading-zero); color: #a2a8b2; font-size: 12px; font-weight: 900; }
.legal-document-index a:hover { color: var(--red); }
.legal-document-owner { padding: 24px; color: #fff; background: var(--dark); }
.legal-document-owner strong { margin-top: 20px; display: block; font-size: 17px; }
.legal-document-owner a { margin-top: 9px; display: inline-flex; gap: 8px; color: #aeb5c0; font-size: 12px; }
.legal-document-owner a i { color: var(--red); font-style: normal; }
.legal-document-main { min-width: 0; }
.legal-document-head { padding-bottom: 55px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 60px; align-items: end; border-bottom: 1px solid #bfc4cc; }
.legal-document-head .eyebrow { margin-bottom: 18px; }
.legal-document-head h2 { margin: 0; font-size: clamp(57px, 6vw, 90px); line-height: 1; letter-spacing: -.06em; }
.legal-document-head dl { margin: 0; min-width: 245px; display: grid; gap: 13px; }
.legal-document-head dl div { display: grid; grid-template-columns: 68px 1fr; gap: 18px; }
.legal-document-head dt { color: #979ea9; font-size: 12px; font-weight: 800; }
.legal-document-head dd { margin: 0; color: #4d5561; font-size: 12px; font-weight: 800; }
.legal-document-lead { margin: 55px 0 70px; padding: 30px 34px; color: #3e4652; background: #fff; border-left: 4px solid var(--red); font-size: 14px; line-height: 2.05; box-shadow: 0 18px 55px rgba(23,28,38,.055); }
.legal-article { padding: 48px 0; display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 42px; border-top: 1px solid #cfd3da; scroll-margin-top: 125px; }
.legal-article:last-of-type { border-bottom: 1px solid #cfd3da; }
.legal-article-no { display: grid; align-content: start; gap: 4px; }
.legal-article-no span { color: #a2a9b4; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.legal-article-no b { color: var(--red); font-size: 30px; line-height: 1; letter-spacing: -.03em; }
.legal-article h3 { margin: 0; font-size: clamp(23px, 2.1vw, 31px); line-height: 1.45; letter-spacing: -.025em; }
.legal-article p { margin: 20px 0 0; color: #565f6c; font-size: 14px; line-height: 2.05; }
.legal-article ol { margin: 25px 0 0; padding: 26px 28px 26px 58px; background: #fff; color: #565f6c; font-size: 13px; line-height: 1.9; }
.legal-article li { margin: 8px 0; padding-left: 4px; }
.legal-article li::marker { color: var(--red); font-weight: 900; }
.legal-document-end { margin-top: 64px; padding-top: 25px; display: flex; justify-content: space-between; align-items: center; border-top: 2px solid var(--ink); color: #858d99; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.legal-document-end a { color: var(--ink); letter-spacing: 0; }
.legal-document-end a b { margin-left: 14px; color: var(--red); font-size: 18px; }
.legal-inline-link { color: var(--red); text-decoration: underline; text-underline-offset: 4px; }

/* Privacy policy */
.subpage-index-hero--privacy .subpage-index-hero-grid { grid-template-columns: minmax(0, 1.28fr) minmax(360px, .56fr); gap: 80px; }
.subpage-index-hero--privacy h1 span { font-size: .82em; }
.legal-document--privacy .legal-document-word { left: -1vw; font-size: clamp(140px, 17vw, 300px); }
.privacy-data-flow { margin: 0 0 72px; padding: 30px; color: #fff; background: var(--dark); }
.privacy-data-flow > header { padding-bottom: 22px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,.17); color: #939cab; font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.privacy-data-flow > header b { color: #ef9ea1; }
.privacy-data-flow > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr) 36px) minmax(0, 1fr); align-items: stretch; }
.privacy-data-flow article { min-height: 195px; padding: 28px 22px; display: flex; flex-direction: column; justify-content: flex-end; border-bottom: 1px solid rgba(255,255,255,.15); }
.privacy-data-flow article.is-purpose { color: #fff; background: var(--red); }
.privacy-data-flow article small { margin-bottom: auto; color: #ef8588; font-size: 12px; font-weight: 900; letter-spacing: .09em; }
.privacy-data-flow article.is-purpose small { color: rgba(255,255,255,.72); }
.privacy-data-flow article strong { font-size: clamp(17px, 1.65vw, 23px); line-height: 1.45; }
.privacy-data-flow article p { margin: 8px 0 0; color: #929ba9; font-size: 12px; line-height: 1.65; }
.privacy-data-flow article.is-purpose p { color: rgba(255,255,255,.74); }
.privacy-data-flow > div > i { display: grid; place-items: center; color: var(--red); font-style: normal; font-size: 18px; }

/* Insights — operating experience and editorial knowledge */
.insights-page { background: #f3f4f6; }
.subpage-index-hero--insights .subpage-index-hero-grid { grid-template-columns: minmax(0, 1.25fr) minmax(390px, .62fr); gap: 90px; }
.subpage-index-hero--insights h1 span { font-size: .86em; }

.insight-experience { position: relative; padding: clamp(105px, 10vw, 155px) 0 clamp(115px, 11vw, 170px); overflow: hidden; background: #f3f4f6; }
.insight-experience > .wrap, .insight-principles > .wrap, .insight-topics > .wrap { position: relative; z-index: 1; width: min(1380px, calc(100% - 64px)); }
.insight-experience-word { position: absolute; left: -2.5vw; bottom: -.14em; color: rgba(20,26,36,.035); font-size: clamp(175px, 22vw, 390px); font-weight: 900; line-height: .72; letter-spacing: -.08em; pointer-events: none; }
.insight-experience-head { padding-bottom: 64px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .62fr); gap: clamp(70px, 8vw, 125px); align-items: end; border-bottom: 1px solid #c9cdd5; }
.insight-experience-head h2 { margin: 0; font-size: clamp(49px, 5.15vw, 78px); line-height: 1.13; letter-spacing: -.06em; }
.insight-experience-head h2 span { display: block; white-space: nowrap; }
.insight-experience-head > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 2.05; }
.insight-experience-body { margin-top: 72px; display: grid; grid-template-columns: minmax(295px, .52fr) minmax(0, 1.48fr); gap: clamp(65px, 8vw, 120px); align-items: stretch; }
.insight-scale { min-height: 425px; padding: 34px 35px; display: flex; flex-direction: column; color: #fff; background: var(--red); }
.insight-scale > span { font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.insight-scale > strong { margin: auto 0 0; display: flex; align-items: flex-end; font-size: clamp(68px, 7vw, 102px); line-height: .86; letter-spacing: -.08em; }
.insight-scale > strong small { margin: 0 0 .22em .25em; font-size: 19px; letter-spacing: 0; }
.insight-scale > p { margin: 34px 0 0; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.36); color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.8; }
.insight-operation-track { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 2px solid var(--ink); }
.insight-operation-track li { min-width: 0; padding: 27px 23px 24px; display: flex; flex-direction: column; border-right: 1px solid #cfd3da; border-bottom: 1px solid #cfd3da; }
.insight-operation-track li:first-child { border-left: 1px solid #cfd3da; }
.insight-operation-track span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.insight-operation-track strong { margin: auto 0 18px; font-size: clamp(18px, 1.45vw, 22px); line-height: 1.5; }
.insight-operation-track p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.85; }
.insight-disclaimer { margin: 28px 0 0; color: #89909b; font-size: 12px; line-height: 1.8; }

.insight-principles { position: relative; padding: clamp(110px, 11vw, 165px) 0; overflow: hidden; color: #fff; background: var(--dark); }
.insight-principles::before { content: ""; position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 92px 92px; }
.insight-principles-word { position: absolute; right: -2vw; top: -.09em; color: rgba(255,255,255,.032); font-size: clamp(155px, 20vw, 340px); font-weight: 900; line-height: 1; letter-spacing: -.08em; pointer-events: none; }
.insight-principles-head { max-width: 850px; margin: 0 auto 85px; text-align: center; }
.insight-principles-head .eyebrow { justify-content: center; color: #ee8d90; }
.insight-principles-head h2 { margin: 0; font-size: clamp(50px, 5.2vw, 80px); line-height: 1.1; letter-spacing: -.06em; }
.insight-principles-head h2 span { color: var(--red); }
.insight-principles-head > p { margin: 28px auto 0; max-width: 650px; color: #9da5b1; font-size: 14px; line-height: 2; }
.insight-principle-list { border-top: 1px solid #4a515d; }
.insight-principle-list article { min-height: 280px; padding: 47px 0; display: grid; grid-template-columns: 80px minmax(300px, .9fr) minmax(360px, 1.1fr) 190px; gap: clamp(28px, 4vw, 66px); align-items: center; border-bottom: 1px solid #3f4652; }
.insight-principle-list article:nth-child(even) h3 { grid-column: 3; grid-row: 1; }
.insight-principle-list article:nth-child(even) p { grid-column: 2; grid-row: 1; }
.insight-principle-list article:nth-child(even) .insight-principle-no { grid-column: 1; }
.insight-principle-list article:nth-child(even) small { grid-column: 4; }
.insight-principle-no { color: var(--red); font-size: 16px; font-weight: 900; letter-spacing: .1em; }
.insight-principle-list h3 { margin: 0; font-size: clamp(32px, 3.2vw, 49px); line-height: 1.28; letter-spacing: -.05em; }
.insight-principle-list p { margin: 0; color: #aeb5c0; font-size: 14px; line-height: 2; }
.insight-principle-list small { color: #6f7886; font-size: 12px; font-weight: 900; letter-spacing: .11em; line-height: 1.7; }

.insight-topics { padding: clamp(110px, 11vw, 165px) 0 clamp(125px, 12vw, 180px); background: #fff; }
.insight-topics-grid { display: grid; grid-template-columns: minmax(310px, .58fr) minmax(0, 1.42fr); gap: clamp(75px, 9vw, 140px); align-items: start; }
.insight-topics-head { position: sticky; top: 125px; }
.insight-topics-head h2 { margin: 0; font-size: clamp(50px, 5vw, 76px); line-height: 1.15; letter-spacing: -.06em; }
.insight-topics-head h2 span { color: var(--red); }
.insight-topics-head > p { margin: 30px 0 0; max-width: 430px; color: var(--muted); font-size: 14px; line-height: 2; }
.insight-topics-head > a { margin-top: 42px; padding: 0 0 13px; display: inline-flex; align-items: center; gap: 55px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 900; }
.insight-topics-head > a b { color: var(--red); font-size: 18px; }
.insight-topic-list { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.insight-topic-list li { border-bottom: 1px solid #d6d9df; }
.insight-topic-list li > a { min-height: 185px; padding: 34px 0; display: grid; grid-template-columns: 55px minmax(0, 1fr) 34px; gap: 30px; align-items: center; }
.insight-topic-list li > a > span { align-self: start; color: var(--red); font-size: 13px; font-weight: 900; }
.insight-topic-list small { color: #a2a8b2; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.insight-topic-list h3 { margin: 10px 0 8px; font-size: clamp(23px, 2.2vw, 32px); line-height: 1.4; letter-spacing: -.035em; }
.insight-topic-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.insight-topic-list li > a > b { color: var(--red); font-size: 21px; font-weight: 400; transition: transform .2s ease; }
.insight-topic-list li:hover > a > b { transform: translate(4px, -4px); }

/* Blog — STARTOUT Knowledge Journal */
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.blog-page, .blog-article-page { background: #f3f4f6; }
.blog-page .wrap, .blog-article-page .wrap { width: min(1380px, calc(100% - 64px)); }

.blog-index-hero { position: relative; padding: 190px 0 105px; display: grid; align-items: end; overflow: hidden; color: #fff; background: linear-gradient(112deg, #c83e42 0%, var(--red) 55%, #f16d70 100%); }
.blog-index-hero::before, .blog-article-hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 11.111vw 11.111vw; pointer-events: none; }
.blog-hero-word { position: absolute; left: -2vw; bottom: -7vw; color: rgba(255,255,255,.055); font-size: clamp(180px, 25vw, 430px); font-weight: 900; line-height: .75; letter-spacing: -.08em; pointer-events: none; }
.blog-index-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(390px, .65fr); gap: 100px; align-items: end; }
.blog-index-hero .eyebrow { color: #fff; }
.blog-index-hero h1 { margin: 0; font-size: clamp(68px, 7.1vw, 118px); line-height: .98; letter-spacing: -.07em; }
.blog-index-hero h1 span { display: block; white-space: nowrap; }
.blog-index-hero-intro { padding-bottom: 8px; }
.blog-index-hero-intro > p { margin: 0; max-width: 560px; color: rgba(255,255,255,.84); font-size: 16px; line-height: 2.05; }
.blog-index-hero-intro dl { margin: 48px 0 0; padding-top: 22px; display: grid; grid-template-columns: 135px 1fr; gap: 24px; border-top: 1px solid rgba(255,255,255,.36); }
.blog-index-hero-intro dl div { display: grid; gap: 6px; }
.blog-index-hero-intro dt { color: rgba(255,255,255,.62); font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.blog-index-hero-intro dd { margin: 0; font-size: 15px; font-weight: 900; }

.blog-index-main { padding: 0 0 150px; }
.blog-index-controls { min-height: 110px; margin-bottom: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid #d8dbe1; }
.blog-categories { display: flex; align-items: center; flex-wrap: wrap; gap: 5px; }
.blog-categories a { padding: 9px 14px; display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; color: #69707d; font-size: 12px; font-weight: 800; }
.blog-categories a small { color: #a7adb7; font-size: 12px; }
.blog-categories a:hover, .blog-categories a[aria-current="page"] { color: #fff; background: var(--dark); }
.blog-categories a[aria-current="page"] small { color: #efadaf; }
.blog-search { width: min(340px, 100%); display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid #9ba1ac; }
.blog-search input { width: 100%; height: 45px; padding: 0 8px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 12px; }
.blog-search button { padding: 0 8px; border: 0; color: var(--red); background: transparent; font-size: 12px; font-weight: 900; }

.blog-featured { min-height: 590px; display: grid; grid-template-columns: minmax(440px, .95fr) minmax(0, 1.05fr); background: #fff; box-shadow: 0 32px 90px rgba(23,28,38,.09); }
.blog-featured-cover, .blog-card-cover, .blog-article-cover { position: relative; isolation: isolate; overflow: hidden; }
.blog-featured-cover { min-height: 590px; padding: 42px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; background: var(--dark); }
.blog-featured-cover::before, .blog-card-cover::before, .blog-article-cover::before { content: ""; position: absolute; z-index: -1; width: 66%; aspect-ratio: 1; right: -10%; top: 12%; border: 1px solid currentColor; border-radius: 50%; opacity: .28; box-shadow: inset 0 0 0 50px rgba(255,255,255,.025), 0 0 0 90px rgba(255,255,255,.018); }
.blog-featured-cover::after, .blog-card-cover::after, .blog-article-cover::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.17) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.17) 1px, transparent 1px); background-size: 88px 88px; }
.blog-featured-cover > img, .blog-card-cover > img, .blog-article-cover > img { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.blog-featured-cover > span { font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.blog-featured-cover > b { position: relative; z-index: 1; font-size: clamp(39px, 4vw, 66px); line-height: 1.02; letter-spacing: -.055em; }
.blog-featured-cover > i { position: absolute; right: 12%; bottom: 13%; width: 18px; height: 18px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 14px rgba(224,79,81,.18), 0 0 55px rgba(224,79,81,.52); }
.tone-1 { color: #fff; background-color: #151b25; }
.tone-2 { color: #fff; background-color: #c83e42; }
.tone-3 { color: #fff; background-color: #34232c; }
.tone-4 { color: var(--ink); background-color: #e5e7eb; }
.blog-featured-copy { padding: clamp(44px, 5.5vw, 88px); display: flex; flex-direction: column; }
.blog-card-meta { display: flex; align-items: center; gap: 17px; color: #7f8794; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.blog-card-meta span { color: var(--red); }
.blog-featured-copy h2 { margin: 42px 0 0; font-size: clamp(36px, 3.35vw, 58px); line-height: 1.28; letter-spacing: -.045em; }
.blog-featured-copy > p { margin: 28px 0 0; color: var(--muted); font-size: 15px; line-height: 2; }
.blog-featured-copy footer { margin-top: auto; padding-top: 50px; display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 22px; color: #8f96a2; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.blog-featured-copy footer a { justify-self: end; color: var(--ink); font-size: 12px; }
.blog-featured-copy footer a b { margin-left: 18px; color: var(--red); font-size: 18px; }

.blog-list-heading { margin: 130px 0 46px; display: flex; justify-content: space-between; align-items: end; border-bottom: 1px solid #cfd3da; }
.blog-list-heading > div { padding-bottom: 26px; }
.blog-list-heading .eyebrow { margin-bottom: 8px; }
.blog-list-heading h2 { margin: 0; font-size: clamp(43px, 5vw, 74px); letter-spacing: -.055em; line-height: 1.05; }
.blog-list-heading > span { padding-bottom: 26px; color: #9299a4; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.blog-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 62px; }
.blog-card { padding: 36px 0 46px; display: grid; grid-template-columns: minmax(180px, .7fr) minmax(0, 1fr); gap: 30px; border-bottom: 1px solid #cfd3da; }
.blog-card-cover { min-height: 225px; padding: 22px; display: flex; flex-direction: column; color: #fff; }
.blog-card-cover > span { font-size: 12px; font-weight: 900; }
.blog-card-cover > b { margin-top: auto; max-width: 140px; font-size: 17px; line-height: 1.45; }
.blog-card-cover > i { position: absolute; right: 20px; bottom: 18px; color: var(--red); font-size: 23px; font-style: normal; }
.blog-card-body { min-width: 0; display: flex; flex-direction: column; }
.blog-card-body h3 { margin: 24px 0 0; font-size: clamp(21px, 1.7vw, 30px); line-height: 1.5; letter-spacing: -.025em; }
.blog-card-body h3 a:hover { color: var(--red); }
.blog-card-body > p { margin: 15px 0 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.blog-card-body footer { margin-top: auto; padding-top: 25px; display: flex; align-items: center; justify-content: space-between; color: #9299a4; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.blog-card-body footer a { color: var(--red); font-size: 20px; }
.blog-empty { padding: 90px 30px; text-align: center; border-top: 1px solid #cfd3da; border-bottom: 1px solid #cfd3da; }
.blog-empty strong { font-size: 26px; }
.blog-empty p { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.blog-pagination { margin-top: 70px; display: flex; justify-content: center; gap: 8px; }
.blog-pagination a { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #cfd3da; border-radius: 50%; font-size: 12px; font-weight: 900; }
.blog-pagination a:hover, .blog-pagination a[aria-current="page"] { color: #fff; border-color: var(--red); background: var(--red); }

.blog-article-hero { position: relative; min-height: 830px; padding: 150px 0 105px; overflow: hidden; color: #fff; background: linear-gradient(112deg, #c83e42 0%, var(--red) 55%, #f16d70 100%); }
.blog-article-word { position: absolute; left: -2vw; bottom: -5vw; color: rgba(255,255,255,.055); font-size: clamp(190px, 25vw, 430px); font-weight: 900; line-height: .75; letter-spacing: -.08em; pointer-events: none; }
.blog-article-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(460px, .72fr); gap: clamp(65px, 8vw, 125px); align-items: center; }
.blog-article-heading { min-width: 0; }
.blog-breadcrumbs { margin-bottom: 68px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.66); font-size: 12px; font-weight: 900; letter-spacing: .11em; }
.blog-breadcrumbs b { color: #fff; }
.blog-article-heading .blog-card-meta { color: rgba(255,255,255,.68); }
.blog-article-heading .blog-card-meta span { color: #fff; }
.blog-article-heading h1 { margin: 28px 0 0; max-width: 840px; font-size: clamp(48px, 5.3vw, 88px); line-height: 1.17; letter-spacing: -.06em; }
.blog-article-heading > p { margin: 34px 0 0; max-width: 740px; color: rgba(255,255,255,.82); font-size: 16px; line-height: 2; }
.blog-article-heading > footer { margin-top: 42px; padding-top: 22px; display: flex; gap: 24px; border-top: 1px solid rgba(255,255,255,.32); color: rgba(255,255,255,.65); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.blog-article-cover { min-height: 560px; padding: 34px; display: flex; flex-direction: column; color: #fff; box-shadow: 0 40px 110px rgba(95,17,20,.26); }
.blog-article-cover > header, .blog-article-cover > footer { position: relative; z-index: 1; display: flex; justify-content: space-between; font-size: 12px; font-weight: 900; letter-spacing: .11em; }
.blog-featured-cover.tone-4, .blog-card-cover.tone-4, .blog-article-cover.tone-4 { color: var(--ink); }
.blog-article-cover > strong { position: relative; z-index: 1; margin: auto 0; font-size: clamp(42px, 3.6vw, 62px); line-height: 1.02; letter-spacing: -.055em; }
.blog-article-cover > i { position: absolute; z-index: 1; right: 17%; bottom: 24%; width: 14px; height: 14px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 12px rgba(224,79,81,.16), 0 0 46px rgba(224,79,81,.55); }

.blog-article-layout { padding-top: 115px; padding-bottom: 150px; display: grid; grid-template-columns: 230px minmax(0, 800px); justify-content: center; gap: clamp(65px, 8vw, 120px); align-items: start; }
.blog-article-aside { position: sticky; top: 125px; display: grid; gap: 42px; }
.blog-toc, .blog-share { padding-top: 18px; border-top: 1px solid #bcc1ca; }
.blog-toc > span, .blog-share > span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.blog-toc ol { margin: 20px 0 0; padding: 0; list-style: none; counter-reset: toc; }
.blog-toc li { counter-increment: toc; display: grid; grid-template-columns: 25px 1fr; gap: 8px; margin-top: 13px; color: #68707d; font-size: 12px; line-height: 1.6; }
.blog-toc li::before { content: counter(toc, decimal-leading-zero); color: #a6acb5; font-size: 12px; font-weight: 900; }
.blog-toc a:hover { color: var(--red); }
.blog-share a { margin-top: 16px; display: block; font-size: 12px; font-weight: 800; }
.blog-article-content { min-width: 0; color: #252b35; font-size: 17px; line-height: 2.08; }
.blog-article-summary { margin-bottom: 72px; padding: 30px 34px; border-left: 4px solid var(--red); background: #fff; box-shadow: 0 18px 55px rgba(23,28,38,.07); }
.blog-article-summary small { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.blog-article-summary p { margin: 12px 0 0; font-size: 16px; font-weight: 800; line-height: 1.9; }
.blog-article-content > p { margin: 0 0 34px; }
.blog-article-content > h2 { margin: 95px 0 28px; padding-top: 24px; border-top: 1px solid #cfd3da; font-size: clamp(31px, 3vw, 44px); line-height: 1.45; letter-spacing: -.035em; scroll-margin-top: 120px; }
.blog-article-content > h2::before { content: ""; width: 30px; height: 3px; margin-bottom: 20px; display: block; background: var(--red); }
.blog-article-content > h3 { margin: 60px 0 22px; font-size: 27px; line-height: 1.5; letter-spacing: -.025em; }
.blog-article-content > h4 { margin: 42px 0 18px; padding-left: 18px; border-left: 3px solid var(--red); font-size: 21px; line-height: 1.55; letter-spacing: -.015em; }
.blog-article-content > ul, .blog-article-content > ol { margin: 30px 0 38px; padding: 25px 32px 25px 56px; background: #fff; }
.blog-article-content li { margin: 8px 0; }
.blog-article-content li::marker { color: var(--red); font-weight: 900; }
.blog-article-content li > ul, .blog-article-content li > ol { margin: 10px 0; padding-left: 28px; }
.blog-article-content blockquote { position: relative; margin: 54px 0; padding: 42px 48px 40px 82px; overflow: hidden; color: #fff; background: var(--dark); font-size: 20px; font-weight: 800; line-height: 1.8; }
.blog-article-content blockquote::before { content: "“"; position: absolute; left: 28px; top: 17px; color: var(--red); font-size: 58px; line-height: 1; font-family: Georgia, serif; }
.blog-article-content blockquote p { margin: 0; }
.blog-article-content blockquote cite { margin-top: 18px; display: block; color: #aeb5c0; font-size: 12px; font-style: normal; font-weight: 700; }
.blog-article-content a { color: var(--red); text-decoration: underline; text-underline-offset: 4px; }
.blog-article-content figure { margin: 56px 0; }
.blog-article-content figcaption { margin-top: 10px; color: #7d8591; font-size: 12px; }
.blog-article-content img { width: 100%; height: auto; background: #fff; box-shadow: 0 18px 55px rgba(23,28,38,.08); }
.blog-article-content > img { margin: 56px 0; }
.blog-article-content hr { width: 100%; height: 1px; margin: 70px 0; border: 0; background: #cfd3da; }
.blog-article-content code { padding: .15em .42em; color: #9f3537; background: #fff0f0; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: .88em; }
.blog-article-content table { width: 100%; margin: 42px 0; border-collapse: collapse; background: #fff; font-size: 13px; }
.blog-article-content th, .blog-article-content td { padding: 16px; border: 1px solid #d8dbe1; text-align: left; }
.blog-article-content th { color: var(--ink); background: #f0f2f5; font-weight: 900; }
.blog-article-content pre { max-width: 100%; padding: 24px; overflow-x: auto; color: #fff; background: var(--dark); font-size: 13px; line-height: 1.7; }
.blog-article-content pre code { padding: 0; color: inherit; background: transparent; font-size: inherit; }
.blog-article-end { margin-top: 95px; padding-top: 26px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #bfc4cd; color: #8a919d; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.blog-article-end a { color: var(--ink); text-decoration: none; font-size: 12px; letter-spacing: .02em; }
.blog-article-end a b { margin-left: 16px; color: var(--red); font-size: 18px; }

.blog-related { padding: 120px 0 145px; color: var(--ink); background: #fff; }
.blog-related .eyebrow { color: var(--red); }
.blog-related h2 { margin: 0; font-size: clamp(43px, 5vw, 72px); letter-spacing: -.055em; }
.blog-related-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cfd3da; }
.blog-related-grid article { min-height: 360px; padding: 30px 30px 25px 0; display: flex; flex-direction: column; border-bottom: 1px solid #cfd3da; }
.blog-related-grid article:not(:last-child) { margin-right: 30px; border-right: 1px solid #e4e6ea; }
.blog-related-grid article > span { color: var(--red); font-size: 12px; font-weight: 900; }
.blog-related-grid time { margin-top: 8px; color: #7d8693; font-size: 12px; }
.blog-related-grid h3 { margin: 38px 0 0; font-size: 24px; line-height: 1.55; }
.blog-related-grid p { margin: 17px 0 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.blog-related-grid article > a { margin-top: auto; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .09em; }
.blog-not-found { min-height: 80vh; padding: 180px 0 110px; display: grid; align-items: center; }
.blog-not-found h1 { margin: 0; font-size: clamp(48px, 7vw, 90px); letter-spacing: -.06em; }
.blog-not-found p { color: var(--muted); }
.blog-not-found .btn { width: fit-content; margin-top: 25px; }

@media (max-width: 1180px) {
  .subpage-index-hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .subpage-index-hero--about .subpage-index-hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .subpage-index-hero-intro { max-width: 760px; }
  .subpage-index-hero--company .subpage-index-hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .company-profile-head, .company-profile-body { grid-template-columns: 1fr; }
  .company-profile-head > p { max-width: 760px; }
  .company-profile-statement { width: min(100%, 660px); min-height: 430px; }
  .subpage-index-hero--legal .subpage-index-hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .legal-document-grid { grid-template-columns: 1fr; gap: 55px; }
  .legal-document-aside { position: static; grid-template-columns: minmax(0, 1fr) 280px; align-items: start; }
  .legal-document-index ol { columns: 2; column-gap: 30px; }
  .subpage-index-hero--privacy .subpage-index-hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .subpage-index-hero--insights .subpage-index-hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .insight-experience-head { grid-template-columns: 1fr; gap: 35px; }
  .insight-experience-head > p { max-width: 780px; }
  .insight-experience-body { grid-template-columns: 300px minmax(0, 1fr); gap: 45px; }
  .insight-operation-track { grid-template-columns: repeat(2, 1fr); }
  .insight-operation-track li { min-height: 220px; }
  .insight-principle-list article { grid-template-columns: 55px minmax(230px, .85fr) minmax(300px, 1.15fr); }
  .insight-principle-list article small { display: none; }
  .insight-principle-list article:nth-child(even) h3 { grid-column: 3; }
  .insight-principle-list article:nth-child(even) p { grid-column: 2; }
  .insight-topics-grid { grid-template-columns: minmax(270px, .55fr) minmax(0, 1.45fr); gap: 60px; }
  .blog-index-hero-grid, .blog-article-hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .blog-index-hero-intro { max-width: 760px; }
  .blog-article-hero { min-height: 0; }
  .blog-article-cover { width: min(100%, 650px); min-height: 470px; }
  .blog-card-grid { column-gap: 36px; }
  .blog-card { grid-template-columns: 1fr; }
  .blog-card-cover { min-height: 280px; }
}

@media (max-width: 1020px) {
  .blog-index-controls { padding: 25px 0; align-items: stretch; flex-direction: column; }
  .blog-search { width: 100%; }
  .blog-featured { grid-template-columns: 1fr; }
  .blog-featured-cover { min-height: 460px; }
  .blog-article-layout { grid-template-columns: 1fr; gap: 45px; }
  .blog-article-aside { position: static; grid-template-columns: 1fr 1fr; }
  .blog-related-grid { grid-template-columns: 1fr; }
  .blog-related-grid article:not(:last-child) { margin-right: 0; border-right: 0; }
}

@media (max-width: 700px) {
  .subpage-index-hero .wrap { width: calc(100% - 32px); }
  .subpage-index-hero { padding: 140px 0 70px; align-items: center; }
  .subpage-index-hero-grid { gap: 40px; }
  .subpage-index-hero h1 { font-size: clamp(48px, 14vw, 64px); line-height: 1.08; }
  .subpage-index-hero h1 span { white-space: normal; }
  .subpage-index-hero-intro > p { font-size: 14px; }
  .subpage-index-hero-intro dl { margin-top: 30px; grid-template-columns: 95px 1fr; }
  .subpage-index-hero--company h1 span { font-size: .86em; }
  .company-profile { padding: 85px 0 105px; }
  .company-profile > .wrap { width: calc(100% - 32px); }
  .company-profile-head { padding-bottom: 38px; gap: 28px; }
  .company-profile-head .eyebrow { margin-bottom: 14px; }
  .company-profile-head h2 { font-size: 52px; }
  .company-profile-head > p { font-size: 13px; }
  .company-profile-body { margin-top: 42px; gap: 45px; }
  .company-profile-statement { min-height: 390px; padding: 28px 25px; }
  .company-profile-statement::before { font-size: 290px; }
  .company-profile-statement > strong { font-size: 37px; }
  .company-profile-statement footer { flex-wrap: wrap; gap: 8px; font-size: 12px; }
  .company-profile-list > div { min-height: 0; padding: 23px 0; grid-template-columns: 1fr; gap: 10px; }
  .company-profile-list dt { gap: 15px; }
  .company-profile-list dd { font-size: 17px; }
  .subpage-index-hero--legal h1 span { font-size: .84em; }
  .legal-document { padding: 85px 0 105px; }
  .legal-document > .wrap { width: calc(100% - 32px); }
  .legal-document-aside { grid-template-columns: 1fr; gap: 35px; }
  .legal-document-index ol { columns: 1; }
  .legal-document-owner { display: none; }
  .legal-document-head { padding-bottom: 38px; grid-template-columns: 1fr; gap: 25px; }
  .legal-document-head h2 { font-size: 52px; }
  .legal-document-head dl { min-width: 0; }
  .legal-document-lead { margin: 40px 0 55px; padding: 24px 20px; font-size: 13px; }
  .legal-article { padding: 36px 0; grid-template-columns: 1fr; gap: 20px; }
  .legal-article-no { display: flex; align-items: baseline; gap: 9px; }
  .legal-article-no b { font-size: 24px; }
  .legal-article h3 { font-size: 24px; }
  .legal-article p { margin-top: 16px; font-size: 13px; }
  .legal-article ol { padding: 20px 18px 20px 42px; font-size: 12px; }
  .legal-document-end { align-items: flex-start; flex-direction: column; gap: 22px; }
  .subpage-index-hero--privacy h1 span { font-size: .84em; }
  .privacy-data-flow { margin-bottom: 55px; padding: 22px; }
  .privacy-data-flow > div { grid-template-columns: 1fr; }
  .privacy-data-flow article { min-height: 150px; padding: 22px 18px; }
  .privacy-data-flow > div > i { height: 34px; transform: rotate(90deg); }
  .subpage-index-hero--insights h1 span { font-size: .88em; }
  .insight-experience { padding: 85px 0 105px; }
  .insight-experience > .wrap, .insight-principles > .wrap, .insight-topics > .wrap { width: calc(100% - 32px); }
  .insight-experience-head { padding-bottom: 38px; }
  .insight-experience-head h2 { font-size: 42px; }
  .insight-experience-head h2 span { white-space: normal; }
  .insight-experience-head > p { font-size: 13px; }
  .insight-experience-body { margin-top: 42px; grid-template-columns: 1fr; gap: 38px; }
  .insight-scale { min-height: 340px; padding: 28px 25px; }
  .insight-scale > strong { font-size: 76px; }
  .insight-operation-track { grid-template-columns: 1fr; }
  .insight-operation-track li { min-height: 180px; padding: 25px 22px; border-left: 1px solid #cfd3da; }
  .insight-principles { padding: 90px 0 105px; }
  .insight-principles-head { margin-bottom: 55px; text-align: left; }
  .insight-principles-head .eyebrow { justify-content: flex-start; }
  .insight-principles-head h2 { font-size: 44px; }
  .insight-principles-head > p { font-size: 13px; }
  .insight-principle-list article, .insight-principle-list article:nth-child(even) { min-height: 0; padding: 37px 0; grid-template-columns: 42px minmax(0, 1fr); gap: 18px; align-items: start; }
  .insight-principle-list article h3, .insight-principle-list article:nth-child(even) h3 { grid-column: 2; grid-row: 1; font-size: 30px; }
  .insight-principle-list article p, .insight-principle-list article:nth-child(even) p { grid-column: 2; grid-row: 2; font-size: 13px; }
  .insight-principle-list article .insight-principle-no, .insight-principle-list article:nth-child(even) .insight-principle-no { grid-column: 1; grid-row: 1; }
  .insight-topics { padding: 90px 0 110px; }
  .insight-topics-grid { grid-template-columns: 1fr; gap: 60px; }
  .insight-topics-head { position: static; }
  .insight-topics-head h2 { font-size: 47px; }
  .insight-topic-list li > a { min-height: 0; padding: 28px 0; grid-template-columns: 35px minmax(0, 1fr) 22px; gap: 14px; }
  .insight-topic-list h3 { font-size: 22px; }
  .blog-page .wrap, .blog-article-page .wrap { width: calc(100% - 32px); }
  .blog-index-hero { padding: 140px 0 70px; align-items: center; }
  .blog-index-hero-grid { gap: 40px; }
  .blog-index-hero h1 { font-size: clamp(48px, 14vw, 64px); line-height: 1.08; }
  .blog-index-hero h1 span { white-space: normal; }
  .blog-index-hero-intro > p { font-size: 14px; }
  .blog-index-hero-intro dl { margin-top: 30px; grid-template-columns: 95px 1fr; }
  .blog-index-main { padding-bottom: 95px; }
  .blog-index-controls { margin-bottom: 48px; }
  .blog-categories { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; }
  .blog-categories a { flex: 0 0 auto; }
  .blog-featured { min-height: 0; }
  .blog-featured-cover { min-height: 330px; padding: 24px; }
  .blog-featured-copy { padding: 30px 24px; }
  .blog-featured-copy h2 { margin-top: 25px; font-size: 32px; }
  .blog-featured-copy > p { font-size: 13px; }
  .blog-featured-copy footer { margin-top: 32px; padding-top: 24px; grid-template-columns: 1fr 1fr; }
  .blog-featured-copy footer a { grid-column: 1 / -1; justify-self: start; }
  .blog-list-heading { margin-top: 90px; }
  .blog-list-heading > span { display: none; }
  .blog-card-grid { grid-template-columns: 1fr; }
  .blog-card { grid-template-columns: 130px 1fr; gap: 18px; padding: 25px 0; }
  .blog-card-cover { min-height: 180px; padding: 14px; }
  .blog-card-cover > b { font-size: 12px; }
  .blog-card-body h3 { margin-top: 14px; font-size: 20px; }
  .blog-card-body > p { display: none; }
  .blog-card-meta { gap: 10px; font-size: 12px; }
  .blog-article-hero { padding: 125px 0 70px; }
  .blog-breadcrumbs { margin-bottom: 40px; overflow: hidden; white-space: nowrap; }
  .blog-article-heading h1 { font-size: clamp(42px, 12.4vw, 58px); line-height: 1.2; }
  .blog-article-heading > p { font-size: 14px; }
  .blog-article-cover { min-height: 360px; padding: 24px; }
  .blog-article-layout { padding-top: 75px; padding-bottom: 95px; }
  .blog-article-aside { grid-template-columns: 1fr; }
  .blog-article-content { font-size: 16px; line-height: 2; }
  .blog-article-summary { margin-bottom: 55px; padding: 23px 22px; }
  .blog-article-content > h2 { margin-top: 70px; font-size: 30px; }
  .blog-article-content > h3 { font-size: 23px; }
  .blog-article-content > h4 { font-size: 19px; }
  .blog-article-content > ul, .blog-article-content > ol { padding: 20px 20px 20px 42px; }
  .blog-article-content blockquote { margin: 40px 0; padding: 50px 24px 27px; font-size: 17px; }
  .blog-article-content blockquote::before { left: 22px; top: 12px; font-size: 48px; }
  .blog-article-end { align-items: flex-start; flex-direction: column; gap: 20px; }
  .blog-related { padding: 85px 0 95px; }
  .blog-related-grid { margin-top: 38px; }
  .blog-related-grid article { min-height: 300px; padding-right: 0; }
}
