.b-hero { display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: 6%; padding-block: 64px; }
.b-hero .b-name { font-size: 25px; letter-spacing: -.04em; margin-bottom: 30px; }
.b-hero h1 { font-size: clamp(42px, 4.4vw, 64px); line-height: 1.07; }
.b-hero .b-deck { max-width: 28ch; font-size: 21px; line-height: 1.5; color: var(--ink-2); margin-top: 28px; }
.b-actions { display: flex; gap: 25px; align-items: center; flex-wrap: wrap; margin-top: 30px; }
.b-hero-image { height: 560px; overflow: hidden; }
.b-hero-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 53% center; }
.b-page-nav { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.b-page-nav > div { display: flex; justify-content: space-between; align-items: center; gap: 30px; min-height: 70px; }
.b-page-nav a { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; font-size: 14px; }
.b-page-nav svg { width: 19px; height: 19px; }
.b-page-nav > div > div { display: flex; gap: 32px; }
.b-connections { background: var(--paper); color: var(--ink); padding-block: 90px; scroll-margin-top: 100px; }
.b-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 52px; }
.b-section-heading h2 { max-width: 20ch; }
.b-section-heading > p { color: var(--mid); max-width: 35ch; }
.b-system-map { background: #102a3e; color: #fff; padding: 32px; }
.b-system-sources { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; position: relative; padding-bottom: 42px; }
.b-system-source { background: #17364b; padding: 28px; position: relative; border: 1px solid #496071; }
.b-system-source::after { content: ""; height: 43px; width: 1px; position: absolute; top: 100%; left: 50%; background: #8aa7b8; }
.b-system-source:hover { background: #1f4258; }
.b-vendor { display: flex; gap: 12px; align-items: center; font-size: 14px; margin-bottom: 34px; }
.b-vendor img, .b-view-sources img { background: #fff; padding: 7px; width: 42px; height: 42px; object-fit: contain; }
.b-vendor svg { width: 18px; height: 18px; margin-left: auto; }
.b-system-source h3 { font-size: 22px; max-width: 14ch; }
.b-system-source ul { margin: 22px 0 0; padding: 0; list-style: none; color: #c9d8e1; font-size: 14px; line-height: 1.9; }
.b-system-context { border-top: 1px solid #8aa7b8; padding: 34px 10px 4px; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.b-system-context span { font-size: 15px; color: #f2c997; }
.b-system-context h3 { font-size: 30px; margin-top: 12px; }
.b-system-context p { color: #c9d8e1; font-size: 15px; }
.b-connections .b-connection-note { margin-top: 22px; color: var(--mid); font-size: 13px; max-width: 70ch; }
.b-tour { margin-top: 100px; scroll-margin-top: 100px; }
.b-tour-panel { grid-template-columns: 1.1fr 1fr; margin-top: 28px; }
.b-view-art { background: #ecefe9; color: #1b302f; padding: 48px; display: flex; flex-direction: column; justify-content: center; min-height: 400px; }
.b-view-sources { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.b-view-sources > div { border-top: 1px solid #899a91; padding-top: 24px; display: flex; flex-direction: column; gap: 12px; }
.b-view-sources strong { font-size: 17px; font-weight: 500; }
.b-view-sources span { color: #4e625d; font-size: 13px; line-height: 1.6; }
.b-view-result { margin-top: 38px; background: #d6e1d9; padding: 26px; display: flex; flex-direction: column; gap: 15px; }
.b-view-result > span { color: #435c52; font-size: 12px; line-height: 1.6; }
.b-view-result > strong { font-size: 27px; line-height: 1.2; letter-spacing: -.025em; font-weight: 400; max-width: 18ch; }
.b-view-copy { display: flex; flex-direction: column; justify-content: center; padding: 55px; }
.b-view-copy h3 { font-size: 36px; line-height: 1.14; max-width: 15ch; }
.b-view-copy p { margin-top: 25px; color: var(--mid); max-width: 32ch; }
.b-advantage { margin-top: 110px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8%; }
.b-advantage figure img { display: block; width: 100%; height: 440px; object-fit: cover; object-position: 35% center; }
.b-advantage > div > p { color: var(--mid); margin-top: 28px; max-width: 34ch; }
.b-advantage .s-link { margin-top: 28px; }
.b-team { margin-top: 110px; scroll-margin-top: 100px; }
.b-team-options { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; margin-bottom: 70px; }
.b-team-options > div { border-top: 1px solid var(--line-2); padding-top: 27px; }
.b-team-options p { color: var(--mid); margin-top: 18px; max-width: 35ch; }
.b-connected-preview { background: #102a3e; color: #fff; width: 100%; height: 100%; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; gap: 30px; }
.b-preview-sources { display: flex; justify-content: space-between; gap: 12px; }
.b-preview-sources > div { display: flex; flex-direction: column; align-items: start; gap: 10px; font-size: 11px; }
.b-preview-sources img { width: 35px; height: 35px; object-fit: contain; background: #fff; padding: 6px; }
.b-preview-context { border-top: 1px solid #7692a5; padding-top: 24px; }
.b-preview-context > span { color: #bcd2e1; font-size: 12px; }
.b-preview-context > strong { display: block; font-size: clamp(25px, 2.4vw, 35px); line-height: 1.1; font-weight: 400; letter-spacing: -.025em; margin-top: 14px; }
.b-preview-context > div { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 27px; font-size: 12px; color: #f2c997; }
@media (max-width: 1000px) {
  .b-hero { gap: 4%; }
  .b-hero-image { height: 490px; }
  .b-system-map { padding: 25px; }
  .b-system-sources { gap: 15px; }
  .b-system-source { padding: 20px; }
  .b-vendor { font-size: 12px; gap: 8px; }
  .b-vendor svg { display: none; }
  .b-view-art, .b-view-copy { padding: 30px; }
  .b-view-copy h3 { font-size: 30px; }
}
@media (max-width: 760px) {
  .b-hero { grid-template-columns: 1fr; padding-block: 46px 30px; gap: 36px; }
  .b-hero .b-name { font-size: 23px; margin-bottom: 24px; }
  .b-hero h1 { font-size: 44px; }
  .b-hero .b-deck { font-size: 19px; margin-top: 24px; }
  .b-actions { gap: 20px; margin-top: 24px; }
  .b-hero-image { height: 330px; }
  .b-page-nav > div { align-items: start; gap: 0; flex-direction: column; padding-block: 12px; }
  .b-page-nav > div > div { gap: 24px; flex-wrap: wrap; }
  .b-page-nav a { font-size: 12px; }
  .b-connections { padding-block: 58px; }
  .b-section-heading { display: block; margin-bottom: 34px; }
  .b-section-heading > p { margin-top: 24px; }
  .b-system-map { padding: 20px; }
  .b-system-sources { grid-template-columns: 1fr; gap: 16px; padding-bottom: 24px; }
  .b-system-source { padding: 22px; }
  .b-system-source::after { display: none; }
  .b-vendor { font-size: 14px; margin-bottom: 22px; }
  .b-vendor svg { display: block; }
  .b-system-source h3 { max-width: none; font-size: 22px; }
  .b-system-source ul { margin-top: 12px; }
  .b-system-context { display: block; padding: 24px 2px 3px; }
  .b-system-context h3 { font-size: 27px; }
  .b-system-context p { margin-top: 20px; }
  .b-tour { margin-top: 64px; }
  .b-tour-panel { grid-template-columns: 1fr; }
  .b-view-art { padding: 24px; min-height: 0; }
  .b-view-sources { gap: 20px; }
  .b-view-sources strong { font-size: 15px; }
  .b-view-result { padding: 22px; margin-top: 26px; }
  .b-view-result > strong { font-size: 26px; }
  .b-view-copy { padding: 30px 24px; }
  .b-view-copy h3 { font-size: 30px; max-width: none; }
  .b-view-copy p { margin-top: 20px; font-size: 16px; }
  .b-advantage { margin-top: 64px; grid-template-columns: 1fr; gap: 32px; }
  .b-advantage figure img { height: 320px; }
  .b-team { margin-top: 64px; }
  .b-team-options { grid-template-columns: 1fr; gap: 30px; margin-bottom: 48px; }
}
