/* www.facadestructures.com - vienas stiliaus failas.
   Kilmė: FacadeStructures.com/patvirtintas dizainas/visual (base, styles,
   home-pradinis-detalus, home-funkcijos). Nuo 2026-09-05 čia yra šaltinis;
   dizaino aplanko kopijos lieka maketais. Šriftai - per <link> puslapyje. */

:root {
  color-scheme: light only;
  --fs-white: #ffffff;
  --fs-ground: #f5f7f7;
  --fs-paper: #ffffff;
  --fs-sunk: #eceff0;
  --fs-sunk-2: #f4f6f6;
  --fs-ink: #1b1e20;
  --fs-ink-2: #3f474b;
  --fs-muted: #6b7378;
  --fs-faint: #98a1a5;
  --fs-rule: #e0e5e6;
  --fs-rule-2: #ccd3d5;
  --fs-accent: #3a7ea3;
  --fs-accent-soft: #e9f2f7;
  --fs-blue: #7cc4e0;
  --fs-green: #b4c135;
  --fs-green-deep: #7a8c1c;
  --fs-load: #c82d8b;
  --fs-load-soft: #f7e6f1;
  --fs-pass: #6f8420;
  --fs-pass-bg: #f1f4e3;
  --fs-fail: #b42318;
  --fs-fail-bg: #fbeeec;
  --fs-warn: #9a6a12;
  --fs-warn-bg: #f8f0df;
  --fs-shadow: 0 1px 2px rgba(27, 30, 32, .05), 0 18px 50px -28px rgba(27, 30, 32, .28);
  --fs-sans: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --fs-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
}

html {
  min-height: 100%;
  background: #ffffff !important;
  color-scheme: light only;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  background: #ffffff !important;
  color: var(--fs-ink);
  font-family: var(--fs-sans);
  -webkit-font-smoothing: antialiased;
}

*, *::before, *::after { box-sizing: border-box; }
img, svg { max-width: 100%; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }

.lang-lt { display: none !important; }
html[lang="lt"] .lang-en { display: none !important; }
html[lang="lt"] .lang-lt { display: inline !important; }
html[lang="lt"] .lang-lt.lang-block { display: block !important; }
html[lang="en"] .lang-en.lang-block { display: block !important; }

.language-switch {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--fs-rule-2);
  background: var(--fs-white);
}

.language-switch button {
  min-width: 38px;
  min-height: 36px;
  padding: 0 10px;
  border: 0;
  border-right: 1px solid var(--fs-rule-2);
  background: var(--fs-white);
  color: var(--fs-muted);
  font-family: var(--fs-mono);
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
}

.language-switch button:last-child { border-right: 0; }
.language-switch button.is-active {
  background: var(--fs-ink);
  color: var(--fs-white);
}

.prototype-note {
  color: var(--fs-muted);
  font-family: var(--fs-mono);
  font-size: 11px;
  line-height: 1.55;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

[hidden] { display: none !important; }

/* Shared product visuals: simplified from statramstis-ui-galutinis.html. */
[data-tool-visual] {
  width: 100%;
  min-width: 0;
  color: var(--fs-ink);
  font-family: var(--fs-sans);
}

.tv-window {
  overflow: hidden;
  border: 1px solid var(--fs-rule-2);
  border-radius: 5px;
  background: var(--fs-white);
  box-shadow: var(--fs-shadow);
}

.tv-browser {
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 31px;
  padding: 6px 10px;
  border-bottom: 1px solid var(--fs-rule);
  background: var(--fs-sunk-2);
}

.tv-browser i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--fs-rule-2);
}

.tv-browser code {
  margin-left: 7px;
  color: var(--fs-faint);
  font-family: var(--fs-mono);
  font-size: 9px;
}

.tv-topbar {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 43px;
  padding: 7px 11px;
  border-bottom: 1px solid var(--fs-rule);
  background: var(--fs-white);
}

.tv-breadcrumb {
  min-width: 0;
  overflow: hidden;
  color: var(--fs-muted);
  font-size: 9.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tv-breadcrumb b { color: var(--fs-ink); }
.tv-pass {
  display: inline-flex;
  flex: none;
  align-items: center;
  padding: 2px 6px;
  border-radius: 2px;
  background: var(--fs-pass-bg);
  color: var(--fs-pass);
  font-family: var(--fs-mono);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.tv-tabs {
  display: flex;
  margin-left: auto;
}

.tv-tabs span {
  padding: 5px 8px;
  border: 1px solid var(--fs-rule-2);
  color: var(--fs-muted);
  font-size: 8.5px;
  font-weight: 600;
}

.tv-tabs span + span { margin-left: -1px; }
.tv-tabs .on {
  border-bottom: 2px solid var(--fs-accent);
  background: var(--fs-white);
  color: var(--fs-ink);
}

.tv-action {
  flex: none;
  padding: 5px 8px;
  border: 1px solid var(--fs-accent);
  border-radius: 2px;
  background: var(--fs-accent);
  color: var(--fs-white);
  font-size: 8.5px;
  font-weight: 600;
}

.tv-workspace {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) 170px;
  min-height: 365px;
  background: var(--fs-ground);
}

.tv-rail {
  border-right: 1px solid var(--fs-rule);
  background: var(--fs-sunk-2);
}

.tv-rail-head {
  padding: 11px 10px;
  border-bottom: 1px solid var(--fs-rule);
}

.tv-rail-head b { display: block; font-size: 9px; }
.tv-rail-head small { color: var(--fs-muted); font-size: 7.5px; }
.tv-progress {
  height: 3px;
  margin-top: 7px;
  overflow: hidden;
  border-radius: 3px;
  background: var(--fs-rule);
}

.tv-progress i { display: block; width: 100%; height: 100%; background: var(--fs-accent); }
.tv-rail-item {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  padding: 7px 10px;
  color: var(--fs-ink-2);
  font-size: 8px;
  line-height: 1.3;
}

.tv-rail-item::before {
  width: 5px;
  height: 5px;
  margin-top: 3px;
  border-radius: 50%;
  background: var(--fs-pass);
  content: "";
  flex: none;
}

.tv-rail-item.on {
  background: var(--fs-accent-soft);
  box-shadow: inset 2px 0 0 var(--fs-accent);
  color: var(--fs-ink);
  font-weight: 600;
}

.tv-main {
  min-width: 0;
  padding: 13px 14px 16px;
  background: var(--fs-ground);
}

.tv-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.tv-heading b { font-size: 12px; }
.tv-heading small { color: var(--fs-muted); font-size: 7.5px; }
.tv-main-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 142px;
  gap: 11px;
}

.tv-form { display: grid; gap: 9px; align-content: start; }
.tv-field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.tv-field { display: grid; gap: 3px; color: var(--fs-muted); font-size: 7px; }
.tv-input {
  min-width: 0;
  padding: 5px 6px;
  border: 1px solid var(--fs-rule-2);
  border-radius: 2px;
  background: var(--fs-white);
  color: var(--fs-ink);
  font-family: var(--fs-mono);
  font-size: 8px;
}

.tv-table {
  overflow: hidden;
  border: 1px solid var(--fs-rule);
  border-radius: 2px;
  background: var(--fs-white);
}

.tv-tr {
  display: grid;
  grid-template-columns: 36px repeat(2, minmax(0, 1fr));
  align-items: center;
  min-height: 25px;
  border-bottom: 1px solid var(--fs-rule);
  font-size: 7.5px;
}

.tv-tr:last-child { border-bottom: 0; }
.tv-tr > * { padding: 4px 6px; }
.tv-tr.tv-th {
  min-height: 22px;
  background: var(--fs-sunk-2);
  color: var(--fs-muted);
  font-size: 6.5px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.tv-mono { font-family: var(--fs-mono); }
.tv-figure {
  overflow: hidden;
  border: 1px solid var(--fs-rule);
  border-radius: 3px;
  background: var(--fs-white);
}

.tv-figure figcaption {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 5px 7px;
  border-bottom: 1px solid var(--fs-rule);
  color: var(--fs-muted);
  font-size: 6.5px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.tv-figure svg { display: block; width: 100%; height: auto; background: var(--fs-white); }
.tv-figure text { font-family: var(--fs-mono); }
.tv-checks {
  padding: 11px 10px;
  border-left: 1px solid var(--fs-rule);
  background: var(--fs-sunk-2);
}

.tv-checks-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--fs-rule);
  color: var(--fs-muted);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.tv-check {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px;
  padding: 9px 0;
  border-bottom: 1px solid var(--fs-rule);
  font-size: 7.5px;
}

.tv-check small {
  display: block;
  margin-top: 2px;
  color: var(--fs-faint);
  font-family: var(--fs-mono);
  font-size: 6.5px;
}

.tv-check strong { font-family: var(--fs-mono); font-size: 8px; font-weight: 500; }
.tv-check .tv-progress { grid-column: 2; width: 54px; margin-top: -5px; }

.tv-visual-card {
  overflow: hidden;
  border: 1px solid var(--fs-rule-2);
  border-radius: 4px;
  background: var(--fs-white);
  box-shadow: var(--fs-shadow);
}

.tv-visual-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 12px;
  border-bottom: 1px solid var(--fs-rule);
  background: var(--fs-sunk-2);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.tv-visual-head small {
  color: var(--fs-faint);
  font-size: 7.5px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.tv-visual-body { padding: 12px; }
.tv-result-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 10px; }
.tv-metric { padding: 9px; border: 1px solid var(--fs-rule); background: var(--fs-white); }
.tv-metric small { display: block; color: var(--fs-muted); font-size: 7px; }
.tv-metric strong { display: block; margin-top: 4px; font-family: var(--fs-mono); font-size: 13px; }
.tv-metric i { display: inline-block; margin-top: 5px; padding: 2px 5px; background: var(--fs-pass-bg); color: var(--fs-pass); font-size: 6.5px; font-style: normal; font-weight: 700; text-transform: uppercase; }
.tv-diagrams { display: grid; gap: 7px; }
.tv-diagram { border: 1px solid var(--fs-rule); background: var(--fs-white); }
.tv-diagram b { display: block; padding: 5px 7px 0; font-family: var(--fs-mono); font-size: 7px; }
.tv-diagram svg { display: block; width: 100%; height: auto; }

.tv-report {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36%;
  gap: 18px;
  min-height: 330px;
  padding: 22px;
  border: 1px solid var(--fs-rule-2);
  background: var(--fs-white);
  box-shadow: var(--fs-shadow);
}

.tv-report-kicker { color: var(--fs-accent); font-family: var(--fs-mono); font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }
.tv-report h3 { margin: 7px 0 3px; font-size: 18px; line-height: 1.1; }
.tv-report-meta { color: var(--fs-muted); font-family: var(--fs-mono); font-size: 7px; }
.tv-report-line { height: 5px; margin-top: 8px; border-radius: 1px; background: var(--fs-sunk); }
.tv-report-line.short { width: 66%; }
.tv-report-table { margin-top: 18px; border-top: 2px solid var(--fs-ink); }
.tv-report-row { display: grid; grid-template-columns: 1fr .65fr .45fr; padding: 7px 0; border-bottom: 1px solid var(--fs-rule); font-family: var(--fs-mono); font-size: 7px; }
.tv-report-row.head { color: var(--fs-muted); font-family: var(--fs-sans); font-size: 6.5px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.tv-report-aside { border-left: 1px solid var(--fs-rule); padding-left: 16px; }
.tv-report-stamp { display: inline-block; padding: 5px 8px; background: var(--fs-pass-bg); color: var(--fs-pass); font-family: var(--fs-mono); font-size: 8px; font-weight: 600; }

.request-form [data-form-success] { margin-top: 16px; }
.form-success {
  padding: 13px 15px;
  border-left: 3px solid var(--fs-pass);
  background: var(--fs-pass-bg);
  color: var(--fs-ink-2);
}

@media (max-width: 760px) {
  .tv-workspace { grid-template-columns: minmax(0, 1fr); min-height: 0; }
  .tv-rail, .tv-checks { display: none; }
  .tv-main-split { grid-template-columns: minmax(0, 1fr) 118px; }
  .tv-tabs span:nth-child(3) { display: none; }
  .tv-result-grid { grid-template-columns: 1fr; }
  .tv-report { grid-template-columns: 1fr; padding: 16px; }
  .tv-report-aside { border-top: 1px solid var(--fs-rule); border-left: 0; padding: 14px 0 0; }
}

@media (max-width: 480px) {
  .tv-tabs, .tv-action { display: none; }
  .tv-main { padding: 10px; }
  .tv-main-split { grid-template-columns: 1fr; }
  .tv-main-split .tv-figure { max-height: 205px; }
  .tv-main-split .tv-figure svg { max-height: 180px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}



:root {
  color-scheme: light;
  --bp-white: #ffffff;
  --bp-paper: #ffffff;
  --bp-ground: #f5f7f7;
  --bp-sunk: #edf1f2;
  --bp-ink: #171b1d;
  --bp-ink-2: #3f484c;
  --bp-muted: #697378;
  --bp-faint: #96a0a5;
  --bp-line: #dfe5e7;
  --bp-line-strong: #c7d0d3;
  --bp-blue: #3a7ea3;
  --bp-blue-brand: #7cc4e0;
  --bp-blue-soft: #eaf4f8;
  --bp-green: #8b9a26;
  --bp-green-brand: #b4c135;
  --bp-green-soft: #f1f4e3;
  --bp-load: #c82d8b;
  --bp-load-soft: #faedf5;
  --bp-fail: #b42318;
  --bp-warn: #9a6a12;
  --bp-sans: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bp-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --bp-max: 1380px;
  --bp-pad: clamp(20px, 4vw, 64px);
  --bp-radius: 3px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #ffffff !important;
  color: var(--bp-ink);
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--bp-sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: #ffffff;
}

body,
button,
input,
select,
textarea {
  font-family: var(--bp-sans);
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
select {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
p,
figure,
blockquote {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-wrap: balance;
}

p {
  color: var(--bp-ink-2);
}

.lang-lt {
  display: none;
}

html[lang="lt"] .lang-en {
  display: none;
}

html[lang="lt"] .lang-lt {
  display: inline;
}

.bp-shell {
  width: min(100%, var(--bp-max));
  margin-inline: auto;
  padding-inline: var(--bp-pad);
}

.bp-mono {
  font-family: var(--bp-mono);
  font-variant-numeric: tabular-nums;
}

.bp-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--bp-blue);
  font-family: var(--bp-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bp-kicker::before {
  width: 30px;
  height: 1px;
  background: currentColor;
  content: "";
}

.bp-kicker.is-green {
  color: var(--bp-green);
}

.bp-lede {
  max-width: 66ch;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
}

.bp-small {
  color: var(--bp-muted);
  font-size: 13px;
}

.bp-rule-label {
  color: var(--bp-muted);
  font-family: var(--bp-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bp-btn {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid var(--bp-line-strong);
  border-radius: var(--bp-radius);
  background: var(--bp-white);
  color: var(--bp-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.bp-btn::after {
  color: var(--bp-blue);
  content: "→";
  font-family: var(--bp-mono);
  font-size: 15px;
}

.bp-btn:hover {
  border-color: var(--bp-blue);
  background: var(--bp-blue-soft);
}

.bp-btn.is-primary {
  border-color: var(--bp-blue);
  background: var(--bp-blue);
  color: var(--bp-white);
}

.bp-btn.is-primary::after {
  color: var(--bp-white);
}

.bp-btn.is-primary:hover {
  border-color: var(--bp-ink);
  background: var(--bp-ink);
}

.bp-btn.is-text {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--bp-blue);
}

.bp-btn.is-text:hover {
  color: var(--bp-ink);
}

.bp-btn.is-disabled {
  cursor: default;
  opacity: .52;
  pointer-events: none;
}

.bp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bp-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 8px;
  border: 1px solid var(--bp-line);
  background: var(--bp-white);
  color: var(--bp-muted);
  font-family: var(--bp-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bp-status::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--bp-green-brand);
  content: "";
}

.bp-status.is-draft::before {
  background: var(--bp-line-strong);
}

.bp-site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--bp-line-strong);
  background: #ffffff;
}

.bp-utility {
  border-bottom: 1px solid var(--bp-line);
  background: #ffffff;
}

.bp-utility-inner {
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.bp-utility p {
  color: var(--bp-muted);
  font-family: var(--bp-mono);
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bp-utility-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bp-version-switch {
  display: inline-flex;
  align-items: center;
  padding-right: 12px;
  border-right: 1px solid var(--bp-line);
}

.bp-version-switch a {
  padding: 4px 8px;
  border: 1px solid transparent;
  border-radius: 2px;
  color: var(--bp-muted);
  font-family: var(--bp-mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.bp-version-switch a:hover,
.bp-version-switch a[aria-current="page"] {
  border-color: var(--bp-line-strong);
  background: var(--bp-ground);
  color: var(--bp-ink);
}

.bp-lang {
  display: flex;
  align-items: center;
  gap: 2px;
}

.bp-lang button {
  min-width: 31px;
  padding: 3px 6px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
  color: var(--bp-muted);
  font-family: var(--bp-mono);
  font-size: 10px;
  font-weight: 600;
}

.bp-lang button:hover,
.bp-lang button[aria-pressed="true"] {
  border-color: var(--bp-line-strong);
  background: var(--bp-ground);
  color: var(--bp-ink);
}

.bp-header-main {
  display: grid;
  min-height: 76px;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
  gap: 28px;
}

.bp-brand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
}

.bp-brand img {
  width: 166px;
  height: auto;
}

.bp-brand-tag {
  padding-left: 11px;
  border-left: 1px solid var(--bp-line-strong);
  color: var(--bp-muted);
  font-family: var(--bp-mono);
  font-size: 9px;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bp-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.bp-nav a {
  position: relative;
  padding: 10px 11px;
  color: var(--bp-muted);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.bp-nav a::after {
  position: absolute;
  right: 11px;
  bottom: 2px;
  left: 11px;
  height: 1px;
  background: transparent;
  content: "";
}

.bp-nav a:hover,
.bp-nav a[aria-current="page"] {
  color: var(--bp-ink);
}

.bp-nav a[aria-current="page"]::after {
  background: var(--bp-blue);
}

.bp-header-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.bp-header-actions .bp-btn {
  min-height: 36px;
  padding: 8px 11px;
  font-size: 12px;
}

.bp-header-actions .bp-btn::after {
  display: none;
}

.bp-breadcrumb {
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--bp-line);
  color: var(--bp-muted);
  font-family: var(--bp-mono);
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bp-breadcrumb span:last-child {
  color: var(--bp-ink);
}

.bp-breadcrumb i {
  color: var(--bp-line-strong);
  font-style: normal;
}

.bp-hero {
  position: relative;
  border-bottom: 1px solid var(--bp-line-strong);
  background: #ffffff;
}

.bp-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(199, 208, 211, 0.35) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(199, 208, 211, 0.22) 1px, transparent 1px);
  background-position: center top;
  background-size: 48px 48px;
  content: "";
  mask-image: linear-gradient(to right, black, transparent 58%);
  opacity: 0.55;
}

.bp-hero-grid {
  position: relative;
  display: grid;
  min-height: 680px;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  align-items: stretch;
}

.bp-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 9vw, 126px) clamp(36px, 5vw, 80px) clamp(72px, 9vw, 126px) 0;
}

.bp-hero h1 {
  max-width: 12ch;
  margin-top: 22px;
  font-size: clamp(48px, 6vw, 92px);
  line-height: 0.98;
}

.bp-hero .bp-lede {
  margin-top: 28px;
}

.bp-hero .bp-actions {
  margin-top: 34px;
}

.bp-hero-notes {
  display: grid;
  margin-top: 48px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--bp-line-strong);
}

.bp-hero-note {
  padding: 14px 18px 0 0;
  border-right: 1px solid var(--bp-line);
}

.bp-hero-note + .bp-hero-note {
  padding-left: 18px;
}

.bp-hero-note:last-child {
  border-right: 0;
}

.bp-hero-note b {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 600;
}

.bp-hero-visual {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  padding: clamp(44px, 6vw, 86px) 0 clamp(44px, 6vw, 86px) clamp(28px, 4vw, 64px);
  border-left: 1px solid var(--bp-line-strong);
}

.bp-axis-label {
  position: absolute;
  top: 18px;
  left: 14px;
  color: var(--bp-faint);
  font-family: var(--bp-mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
}

.bp-hero-visual::before,
.bp-hero-visual::after {
  position: absolute;
  background: var(--bp-line-strong);
  content: "";
}

.bp-hero-visual::before {
  top: 26px;
  bottom: 26px;
  left: -4px;
  width: 7px;
  border-top: 1px solid var(--bp-line-strong);
  border-bottom: 1px solid var(--bp-line-strong);
  background: transparent;
}

.bp-hero-visual::after {
  top: 50%;
  right: -100vw;
  left: 0;
  height: 1px;
  opacity: 0.35;
}

.bp-tool-frame {
  position: relative;
  width: 100%;
  border: 1px solid var(--bp-line-strong);
  border-radius: var(--bp-radius);
  background: var(--bp-white);
  box-shadow: 14px 14px 0 var(--bp-sunk);
}

.bp-tool-frame::before {
  position: absolute;
  top: -10px;
  right: 32px;
  width: 72px;
  height: 18px;
  border-top: 1px solid var(--bp-blue);
  border-right: 1px solid var(--bp-blue);
  content: "";
}

.bp-tool-frame::after {
  position: absolute;
  bottom: -10px;
  left: 22px;
  width: 52px;
  height: 18px;
  border-bottom: 1px solid var(--bp-line-strong);
  border-left: 1px solid var(--bp-line-strong);
  content: "";
  pointer-events: none;
}

.bp-tool-cap {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 12px;
  border-bottom: 1px solid var(--bp-line);
  background: var(--bp-ground);
  color: var(--bp-muted);
  font-family: var(--bp-mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

[data-tool-visual] {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background: var(--bp-white);
}

[data-tool-visual]::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(223, 229, 231, 0.55) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(223, 229, 231, 0.55) 1px, transparent 1px);
  background-size: 24px 24px;
  content: "";
  opacity: 0.45;
}

[data-tool-visual]:empty::after {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--bp-faint);
  content: "FS / CALCULATION VIEW";
  font-family: var(--bp-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.bp-project-index {
  position: relative;
  padding-block: clamp(64px, 7vw, 96px);
  border-bottom: 1px solid var(--bp-line-strong);
  background: var(--bp-ground);
}

.bp-project-index-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 40px;
}

.bp-project-index-head h2 {
  max-width: 16ch;
  margin-top: 16px;
  font-size: clamp(36px, 4vw, 58px);
}

.bp-project-index-head > p {
  justify-self: end;
  max-width: 46ch;
  font-size: 16px;
}

.bp-project-mosaic {
  position: relative;
  display: grid;
  margin-top: 44px;
  grid-template-columns: minmax(260px, 1.08fr) minmax(220px, 0.72fr) minmax(220px, 0.72fr);
  grid-template-rows: repeat(2, minmax(205px, 1fr));
  gap: 1px;
  border: 1px solid var(--bp-line-strong);
  background: var(--bp-line-strong);
}

.bp-project-mosaic::before,
.bp-project-mosaic::after,
.bp-section-index::before,
.bp-section-index::after,
.bp-card::after,
.bp-split-copy::before {
  position: absolute;
  z-index: 4;
  width: 9px;
  height: 9px;
  background:
    linear-gradient(var(--bp-blue), var(--bp-blue)) center / 1px 9px no-repeat,
    linear-gradient(var(--bp-blue), var(--bp-blue)) center / 9px 1px no-repeat;
  content: "";
  pointer-events: none;
}

.bp-project-mosaic::before {
  top: -5px;
  left: -5px;
}

.bp-project-mosaic::after {
  right: -5px;
  bottom: -5px;
}

.bp-project-shot {
  position: relative;
  min-width: 0;
  min-height: 205px;
  overflow: hidden;
  background: var(--bp-sunk);
}

.bp-project-shot.is-tall {
  grid-row: 1 / 3;
}

.bp-project-shot.is-wide {
  grid-column: 2 / 4;
}

.bp-project-shot::before {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  width: 28px;
  height: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.86);
  border-left: 1px solid rgba(255, 255, 255, 0.86);
  content: "";
  pointer-events: none;
}

.bp-project-shot::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 15, 18, 0.76), transparent 56%);
  content: "";
  pointer-events: none;
}

.bp-project-shot img {
  width: 100%;
  height: 100%;
  min-height: 205px;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.04);
  transition: filter 250ms ease, transform 250ms ease;
}

.bp-project-shot.is-tall img {
  position: absolute;
  inset: 0;
}

.bp-project-shot:hover img {
  filter: saturate(0.96) contrast(1.02);
  transform: scale(1.012);
}

.bp-project-shot-copy {
  position: absolute;
  right: 18px;
  bottom: 17px;
  left: 18px;
  z-index: 3;
  display: grid;
  gap: 5px;
  color: var(--bp-white);
}

.bp-project-shot-copy::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  content: "";
}

.bp-project-shot-copy .bp-rule-label {
  color: rgba(255, 255, 255, 0.76);
}

.bp-project-shot-copy b {
  max-width: calc(100% - 34px);
  font-size: 15px;
  font-weight: 600;
}

.bp-section {
  position: relative;
  border-bottom: 1px solid var(--bp-line-strong);
  background: #ffffff;
}

.bp-section-grid {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
}

.bp-section-index {
  position: relative;
  padding: clamp(64px, 8vw, 110px) 28px clamp(64px, 8vw, 110px) 0;
  border-right: 1px solid var(--bp-line-strong);
}

.bp-section-index::before {
  top: 30px;
  right: -5px;
}

.bp-section-index::after {
  right: -5px;
  bottom: 30px;
}

.bp-section-index b {
  display: block;
  color: var(--bp-blue);
  font-family: var(--bp-mono);
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -0.05em;
}

.bp-section-index span {
  display: block;
  margin-top: 8px;
  color: var(--bp-muted);
  font-family: var(--bp-mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.bp-section-body {
  padding: clamp(64px, 8vw, 110px) 0 clamp(64px, 8vw, 110px) clamp(36px, 6vw, 92px);
}

.bp-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 40px;
}

.bp-section-head h2,
.bp-page-intro h1 {
  margin-top: 16px;
  font-size: clamp(38px, 4vw, 62px);
}

.bp-section-head p {
  justify-self: end;
  font-size: 17px;
}

.bp-grid-3 {
  display: grid;
  margin-top: 54px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--bp-line-strong);
  border-left: 1px solid var(--bp-line-strong);
}

.bp-grid-2 {
  display: grid;
  margin-top: 54px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--bp-line-strong);
  border-left: 1px solid var(--bp-line-strong);
}

.bp-card {
  position: relative;
  min-width: 0;
  padding: clamp(24px, 3vw, 40px);
  border-right: 1px solid var(--bp-line-strong);
  border-bottom: 1px solid var(--bp-line-strong);
  background: var(--bp-white);
}

.bp-card::after {
  right: -5px;
  bottom: -5px;
  background:
    linear-gradient(var(--bp-line-strong), var(--bp-line-strong)) center / 1px 9px no-repeat,
    linear-gradient(var(--bp-line-strong), var(--bp-line-strong)) center / 9px 1px no-repeat;
}

.bp-card:hover {
  background: linear-gradient(135deg, var(--bp-white), var(--bp-ground));
}

.bp-card-no {
  color: var(--bp-faint);
  font-family: var(--bp-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.bp-card h3 {
  margin-top: 28px;
  font-size: clamp(21px, 2vw, 29px);
}

.bp-card p {
  margin-top: 14px;
  font-size: 14px;
}

.bp-card .bp-btn {
  margin-top: 26px;
}

.bp-card-mark {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 20px;
  height: 20px;
  border-top: 1px solid var(--bp-green);
  border-right: 1px solid var(--bp-green);
}

.bp-steps {
  display: grid;
  margin-top: 54px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--bp-line-strong);
}

.bp-step {
  position: relative;
  padding: 30px 26px 20px 0;
  border-right: 1px solid var(--bp-line);
}

.bp-step + .bp-step {
  padding-left: 26px;
}

.bp-step::before {
  position: absolute;
  top: -4px;
  left: 0;
  width: 7px;
  height: 7px;
  border: 1px solid var(--bp-blue);
  background: var(--bp-white);
  content: "";
}

.bp-step + .bp-step::before {
  left: 26px;
}

.bp-step:last-child {
  border-right: 0;
}

.bp-step b {
  display: block;
  margin-top: 16px;
  font-size: 16px;
}

.bp-step p {
  margin-top: 8px;
  color: var(--bp-muted);
  font-size: 13px;
}

.bp-split-visual {
  display: grid;
  margin-top: 54px;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.65fr);
  border: 1px solid var(--bp-line-strong);
}

.bp-split-visual .bp-tool-frame {
  border: 0;
  border-right: 1px solid var(--bp-line-strong);
  box-shadow: none;
}

.bp-split-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 58px);
}

.bp-split-copy::before {
  top: -5px;
  left: -5px;
}

.bp-split-copy h3 {
  margin-top: 18px;
  font-size: clamp(26px, 3vw, 42px);
}

.bp-split-copy p {
  margin-top: 18px;
}

.bp-list {
  display: grid;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.bp-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid var(--bp-line);
  color: var(--bp-ink-2);
  font-size: 13px;
}

.bp-list li::before {
  color: var(--bp-green);
  content: "✓";
  font-family: var(--bp-mono);
  font-weight: 600;
}

.bp-band {
  border-bottom: 1px solid var(--bp-line-strong);
  background: var(--bp-ground);
}

.bp-band-grid {
  display: grid;
  min-height: 300px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 50px;
}

.bp-band h2 {
  max-width: 17ch;
  margin-top: 14px;
  font-size: clamp(34px, 4vw, 58px);
}

.bp-band .bp-actions {
  justify-content: flex-end;
}

.bp-page-intro {
  position: relative;
  padding-block: clamp(72px, 9vw, 128px);
  border-bottom: 1px solid var(--bp-line-strong);
  background: #ffffff;
}

.bp-page-intro::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 84px;
  pointer-events: none;
  background-image: linear-gradient(to right, transparent 47px, var(--bp-line) 48px), linear-gradient(to bottom, transparent 47px, var(--bp-line) 48px);
  background-size: 48px 48px;
  content: "";
  mask-image: linear-gradient(to right, transparent, black);
  opacity: 0.45;
}

.bp-page-intro-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  align-items: end;
  gap: 60px;
}

.bp-page-intro h1 {
  max-width: 15ch;
}

.bp-page-intro .bp-lede {
  justify-self: end;
}

.bp-filterbar {
  display: flex;
  min-height: 68px;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  border-bottom: 1px solid var(--bp-line-strong);
  background: #ffffff;
}

.bp-filter {
  flex: none;
  padding: 8px 12px;
  border: 1px solid var(--bp-line);
  border-radius: 2px;
  background: var(--bp-white);
  color: var(--bp-muted);
  font-family: var(--bp-mono);
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bp-filter.is-active,
.bp-filter:hover {
  border-color: var(--bp-blue);
  background: var(--bp-blue-soft);
  color: var(--bp-ink);
}

.bp-content {
  padding-block: clamp(60px, 8vw, 112px);
  background: #ffffff;
}

.bp-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  border: 1px solid var(--bp-line-strong);
}

.bp-feature-media {
  min-height: 440px;
  overflow: hidden;
  border-right: 1px solid var(--bp-line-strong);
  background: var(--bp-ground);
}

.bp-feature-media img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  filter: saturate(0.68) contrast(1.04);
}

.bp-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 72px);
}

.bp-feature-copy h2 {
  margin-top: 20px;
  font-size: clamp(30px, 4vw, 52px);
}

.bp-feature-copy p {
  margin-top: 18px;
}

.bp-feature-copy .bp-btn {
  margin-top: 30px;
  align-self: flex-start;
}

.bp-editorial-grid {
  display: grid;
  margin-top: 56px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--bp-line-strong);
  border: 1px solid var(--bp-line-strong);
}

.bp-story {
  min-width: 0;
  background: var(--bp-white);
}

.bp-story-image {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom: 1px solid var(--bp-line-strong);
  background: var(--bp-ground);
}

.bp-story-image::after {
  position: absolute;
  inset: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.72);
  border-left: 1px solid rgba(255, 255, 255, 0.72);
  content: "";
  pointer-events: none;
}

.bp-story-image::before {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  width: 22px;
  height: 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  content: "";
  pointer-events: none;
}

.bp-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.62) contrast(1.06);
  transition: transform 250ms ease, filter 250ms ease;
}

.bp-story:hover img {
  filter: saturate(0.86) contrast(1.02);
  transform: scale(1.015);
}

.bp-story-copy {
  padding: 26px;
}

.bp-story h3 {
  margin-top: 20px;
  font-size: 24px;
}

.bp-story p {
  margin-top: 12px;
  font-size: 14px;
}

.bp-story .bp-btn {
  margin-top: 24px;
}

.bp-tool-list {
  display: grid;
  gap: 32px;
}

.bp-tool-item {
  display: grid;
  grid-template-columns: 190px minmax(0, 0.75fr) minmax(390px, 1.05fr);
  border: 1px solid var(--bp-line-strong);
  background: var(--bp-white);
}

.bp-tool-item-index {
  padding: 28px;
  border-right: 1px solid var(--bp-line-strong);
  font-family: var(--bp-mono);
}

.bp-tool-item-index strong {
  display: block;
  color: var(--bp-blue);
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
}

.bp-tool-item-index span {
  display: block;
  margin-top: 14px;
  color: var(--bp-muted);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bp-tool-item-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  border-right: 1px solid var(--bp-line-strong);
}

.bp-tool-item-copy h2 {
  margin-top: 18px;
  font-size: clamp(29px, 3vw, 46px);
}

.bp-tool-item-copy p {
  margin-top: 16px;
}

.bp-tool-item-copy .bp-actions {
  margin-top: 26px;
}

.bp-tool-item [data-tool-visual] {
  min-height: 460px;
}

.bp-comparison {
  overflow-x: auto;
  border: 1px solid var(--bp-line-strong);
  background: var(--bp-white);
}

.bp-comparison table {
  width: 100%;
  min-width: 880px;
  border-collapse: collapse;
  font-size: 13px;
}

.bp-comparison th,
.bp-comparison td {
  padding: 18px 20px;
  border-right: 1px solid var(--bp-line);
  border-bottom: 1px solid var(--bp-line);
  text-align: left;
  vertical-align: top;
}

.bp-comparison th {
  background: var(--bp-ground);
  color: var(--bp-muted);
  font-family: var(--bp-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bp-comparison td:first-child {
  color: var(--bp-muted);
  font-family: var(--bp-mono);
  font-size: 11px;
}

.bp-comparison tr:last-child td {
  border-bottom: 0;
}

.bp-comparison th:last-child,
.bp-comparison td:last-child {
  border-right: 0;
}

.bp-directory {
  display: grid;
  grid-template-columns: minmax(240px, 0.32fr) minmax(0, 1fr);
  border: 1px solid var(--bp-line-strong);
}

.bp-directory-filter {
  padding: 28px;
  border-right: 1px solid var(--bp-line-strong);
  background: var(--bp-ground);
}

.bp-directory-filter h2 {
  font-size: 20px;
}

.bp-field {
  display: grid;
  gap: 7px;
  margin-top: 18px;
}

.bp-field label,
.bp-field > span {
  color: var(--bp-muted);
  font-family: var(--bp-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bp-field input,
.bp-field select,
.bp-field textarea {
  width: 100%;
  min-height: 43px;
  padding: 10px 12px;
  border: 1px solid var(--bp-line-strong);
  border-radius: 2px;
  outline: 0;
  background: var(--bp-white);
  color: var(--bp-ink);
  font-size: 14px;
}

.bp-field textarea {
  min-height: 126px;
  resize: vertical;
}

.bp-field input:focus,
.bp-field select:focus,
.bp-field textarea:focus {
  border-color: var(--bp-blue);
  box-shadow: 0 0 0 2px var(--bp-blue-soft);
}

.bp-directory-results {
  min-width: 0;
}

.bp-directory-head {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 22px;
  border-bottom: 1px solid var(--bp-line-strong);
  font-size: 12px;
}

.bp-company {
  display: grid;
  grid-template-columns: minmax(170px, 0.4fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 132px;
  padding: 24px;
  border-bottom: 1px solid var(--bp-line);
}

.bp-company:last-child {
  border-bottom: 0;
}

.bp-company h3 {
  font-size: 21px;
}

.bp-company p {
  font-size: 13px;
}

.bp-company-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
}

.bp-tag {
  padding: 4px 7px;
  border: 1px solid var(--bp-line);
  background: var(--bp-white);
  color: var(--bp-muted);
  font-family: var(--bp-mono);
  font-size: 9px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bp-article-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
  border-bottom: 1px solid var(--bp-line-strong);
}

.bp-article-title {
  display: flex;
  min-height: 650px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(64px, 8vw, 118px) clamp(36px, 6vw, 92px) clamp(64px, 8vw, 118px) var(--bp-pad);
}

.bp-article-title h1 {
  margin-top: 24px;
  font-size: clamp(44px, 5vw, 74px);
}

.bp-article-title .bp-lede {
  margin-top: 24px;
}

.bp-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid var(--bp-line-strong);
  color: var(--bp-muted);
  font-family: var(--bp-mono);
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bp-article-image {
  min-height: 650px;
  overflow: hidden;
  border-left: 1px solid var(--bp-line-strong);
  background: var(--bp-ground);
}

.bp-article-image img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  filter: saturate(0.55) contrast(1.06);
}

.bp-article-layout {
  display: grid;
  grid-template-columns: 180px minmax(0, 720px) minmax(240px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  padding-block: clamp(70px, 8vw, 120px);
}

.bp-article-aside {
  position: sticky;
  top: 24px;
  align-self: start;
}

.bp-article-aside ol {
  display: grid;
  gap: 0;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.bp-article-aside li {
  padding: 10px 0;
  border-top: 1px solid var(--bp-line);
  color: var(--bp-muted);
  font-size: 12px;
}

.bp-prose {
  font-size: 18px;
  line-height: 1.78;
}

.bp-prose > * + * {
  margin-top: 24px;
}

.bp-prose h2 {
  margin-top: 62px;
  font-size: 34px;
}

.bp-prose h3 {
  margin-top: 42px;
  font-size: 24px;
}

.bp-prose ul,
.bp-prose ol {
  display: grid;
  gap: 10px;
  padding-left: 24px;
}

.bp-prose li {
  color: var(--bp-ink-2);
}

.bp-prose blockquote {
  padding: 24px 0 24px 28px;
  border-left: 2px solid var(--bp-green-brand);
  color: var(--bp-ink);
  font-size: 22px;
  line-height: 1.5;
}

.bp-prose .bp-tool-frame {
  margin-top: 40px;
  box-shadow: 9px 9px 0 var(--bp-sunk);
}

.bp-prose [data-tool-visual] {
  min-height: 420px;
}

.bp-article-note {
  align-self: start;
  padding: 24px;
  border: 1px solid var(--bp-line-strong);
  background: var(--bp-ground);
}

.bp-article-note h3 {
  margin-top: 12px;
  font-size: 20px;
}

.bp-article-note p {
  margin-top: 12px;
  font-size: 13px;
}

.bp-access-layout {
  display: grid;
  grid-template-columns: minmax(310px, 0.65fr) minmax(0, 1fr);
  border: 1px solid var(--bp-line-strong);
}

.bp-access-copy {
  padding: clamp(34px, 5vw, 70px);
  border-right: 1px solid var(--bp-line-strong);
  background: var(--bp-ground);
}

.bp-access-copy h2 {
  margin-top: 18px;
  font-size: clamp(30px, 4vw, 48px);
}

.bp-access-copy p {
  margin-top: 18px;
}

.bp-access-form {
  padding: clamp(34px, 5vw, 70px);
  background: var(--bp-white);
}

.bp-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.bp-form-grid .bp-field {
  margin-top: 0;
}

.bp-form-grid .is-wide {
  grid-column: 1 / -1;
}

.bp-check {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--bp-muted);
  font-size: 12px;
}

.bp-check input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: var(--bp-blue);
}

.bp-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--bp-line-strong);
}

.bp-prototype-note {
  color: var(--bp-muted);
  font-family: var(--bp-mono);
  font-size: 10px;
  line-height: 1.5;
}

[data-form-success] {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid var(--bp-green);
  background: var(--bp-green-soft);
}

[data-form-success][hidden] {
  display: none;
}

[data-form-success] strong {
  display: block;
  font-size: 18px;
}

[data-form-success] p {
  margin-top: 6px;
  font-size: 13px;
}

.bp-site-footer {
  border-top: 1px solid var(--bp-line-strong);
  background: #ffffff;
}

.bp-footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) repeat(3, minmax(130px, 0.38fr));
  gap: 40px;
  padding-block: 58px;
}

.bp-footer-brand img {
  width: 170px;
}

.bp-footer-brand p {
  max-width: 42ch;
  margin-top: 20px;
  font-size: 13px;
}

.bp-footer-col h3 {
  color: var(--bp-muted);
  font-family: var(--bp-mono);
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bp-footer-col nav {
  display: grid;
  gap: 9px;
  margin-top: 16px;
}

.bp-footer-col a {
  width: fit-content;
  color: var(--bp-ink-2);
  font-size: 13px;
}

.bp-footer-col a:hover {
  color: var(--bp-blue);
}

.bp-footer-bottom {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--bp-line);
  color: var(--bp-muted);
  font-family: var(--bp-mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bp-promso {
  color: var(--bp-ink);
  font-weight: 600;
  letter-spacing: 0.08em;
}

.bp-promso::after {
  display: inline-block;
  width: 24px;
  height: 2px;
  margin-left: 8px;
  background: var(--bp-green-brand);
  content: "";
  vertical-align: middle;
}

@media (min-width: 721px) {
  .bp-home--compact .bp-hero-grid {
    min-height: 580px;
  }

  .bp-home--compact .bp-hero-copy {
    padding: clamp(52px, 6vw, 84px) clamp(30px, 4vw, 60px) clamp(52px, 6vw, 84px) 0;
  }

  .bp-home--compact .bp-hero h1 {
    margin-top: 16px;
    font-size: clamp(46px, 5.4vw, 80px);
  }

  .bp-home--compact .bp-hero .bp-lede {
    margin-top: 20px;
  }

  .bp-home--compact .bp-hero .bp-actions {
    margin-top: 24px;
  }

  .bp-home--compact .bp-hero-notes {
    margin-top: 32px;
  }

  .bp-home--compact .bp-hero-visual {
    padding: clamp(32px, 4vw, 56px) 0 clamp(32px, 4vw, 56px) clamp(24px, 3vw, 48px);
  }

  .bp-home--compact .bp-project-index {
    padding-block: clamp(44px, 5vw, 68px);
  }

  .bp-home--compact .bp-project-index-head {
    gap: 28px;
  }

  .bp-home--compact .bp-project-index-head h2 {
    font-size: clamp(34px, 3.5vw, 50px);
  }

  .bp-home--compact .bp-project-mosaic {
    margin-top: 32px;
    grid-template-rows: repeat(2, minmax(175px, 1fr));
  }

  .bp-home--compact .bp-project-shot,
  .bp-home--compact .bp-project-shot img {
    min-height: 175px;
  }

  .bp-home--compact .bp-section-index {
    padding: clamp(46px, 5.5vw, 72px) 24px clamp(46px, 5.5vw, 72px) 0;
  }

  .bp-home--compact .bp-section-body {
    padding: clamp(46px, 5.5vw, 72px) 0 clamp(46px, 5.5vw, 72px) clamp(28px, 4vw, 60px);
  }

  .bp-home--compact .bp-section-head {
    gap: 28px;
  }

  .bp-home--compact .bp-section-head h2 {
    font-size: clamp(34px, 3.5vw, 52px);
  }

  .bp-home--compact .bp-grid-2,
  .bp-home--compact .bp-grid-3,
  .bp-home--compact .bp-split-visual {
    margin-top: 36px;
  }

  .bp-home--compact .bp-editorial-grid {
    margin-top: 36px;
  }

  .bp-home--compact .bp-card {
    padding: clamp(20px, 2.4vw, 30px);
  }

  .bp-home--compact .bp-card h3 {
    margin-top: 18px;
  }

  .bp-home--compact .bp-card .bp-btn {
    margin-top: 18px;
  }

  .bp-home--compact .bp-split-copy {
    padding: clamp(24px, 3vw, 40px);
  }

  .bp-home--compact .bp-story-copy {
    padding: 20px;
  }

  .bp-home--compact .bp-story h3 {
    margin-top: 14px;
  }

  .bp-home--compact .bp-story .bp-btn {
    margin-top: 16px;
  }

  .bp-home--compact .bp-band-grid {
    min-height: 238px;
    gap: 32px;
  }

  .bp-home--compact .bp-footer-grid {
    padding-block: 42px;
  }
}

@media (max-width: 1180px) {
  .bp-header-main {
    grid-template-columns: 1fr auto;
  }

  .bp-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    border-top: 1px solid var(--bp-line);
  }

  .bp-hero-grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(400px, 1.15fr);
  }

  .bp-section-grid {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .bp-tool-item {
    grid-template-columns: 130px minmax(0, 0.8fr) minmax(350px, 1fr);
  }

  .bp-article-layout {
    grid-template-columns: 140px minmax(0, 680px) minmax(210px, 1fr);
  }
}

@media (max-width: 960px) {
  .bp-hero-grid,
  .bp-page-intro-grid,
  .bp-feature,
  .bp-article-hero,
  .bp-access-layout {
    grid-template-columns: 1fr;
  }

  .bp-hero-copy {
    padding-right: 0;
  }

  .bp-hero-visual,
  .bp-article-image {
    border-top: 1px solid var(--bp-line-strong);
    border-left: 0;
  }

  .bp-hero-visual {
    padding: 56px 0 64px;
  }

  .bp-page-intro .bp-lede {
    justify-self: start;
  }

  .bp-project-index-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bp-project-index-head > p {
    justify-self: start;
  }

  .bp-project-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 260px 220px 220px;
  }

  .bp-project-shot.is-tall {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .bp-project-shot.is-wide {
    grid-column: 2;
    grid-row: 1;
  }

  .bp-project-shot:nth-child(4) {
    grid-column: 1 / 3;
  }

  .bp-grid-3,
  .bp-editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bp-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bp-step:nth-child(2) {
    border-right: 0;
  }

  .bp-split-visual {
    grid-template-columns: 1fr;
  }

  .bp-split-visual .bp-tool-frame {
    border-right: 0;
    border-bottom: 1px solid var(--bp-line-strong);
  }

  .bp-tool-item {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .bp-tool-item > [data-tool-visual] {
    grid-column: 1 / -1;
    border-top: 1px solid var(--bp-line-strong);
  }

  .bp-tool-item-copy {
    border-right: 0;
  }

  .bp-article-layout {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.36fr);
  }

  .bp-article-aside {
    display: none;
  }

  .bp-access-copy {
    border-right: 0;
    border-bottom: 1px solid var(--bp-line-strong);
  }

  .bp-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 721px) and (max-width: 960px) {
  .bp-home--compact .bp-hero-copy {
    padding-right: 0;
  }

  .bp-home--compact .bp-hero-visual {
    padding: 48px 0 56px;
  }

  .bp-home--compact .bp-project-index-head {
    gap: 24px;
  }

  .bp-home--compact .bp-project-mosaic {
    grid-template-rows: 260px 220px 220px;
  }
}

@media (max-width: 720px) {
  :root {
    --bp-pad: 20px;
  }

  .bp-utility-inner {
    min-height: 38px;
  }

  .bp-utility-actions {
    gap: 6px;
  }

  .bp-version-switch {
    padding-right: 6px;
  }

  .bp-version-switch a {
    padding: 3px 5px;
    font-size: 8px;
  }

  .bp-utility p {
    max-width: 26ch;
    font-size: 8px;
  }

  .bp-header-main {
    min-height: 68px;
    gap: 12px;
  }

  .bp-brand img {
    width: 138px;
  }

  .bp-brand-tag,
  .bp-header-actions .bp-btn:not(.is-primary) {
    display: none;
  }

  .bp-header-actions .bp-btn {
    min-height: 34px;
  }

  .bp-nav {
    margin-inline: calc(var(--bp-pad) * -1);
    padding-inline: var(--bp-pad);
  }

  .bp-nav a {
    padding-inline: 8px;
    font-size: 12px;
  }

  .bp-hero-grid {
    min-height: 0;
  }

  .bp-hero h1 {
    font-size: clamp(44px, 14vw, 66px);
  }

  .bp-hero-notes,
  .bp-section-head,
  .bp-project-index-head,
  .bp-grid-3,
  .bp-grid-2,
  .bp-editorial-grid,
  .bp-form-grid,
  .bp-band-grid,
  .bp-directory,
  .bp-article-layout {
    grid-template-columns: 1fr;
  }

  .bp-project-index {
    padding-block: 52px;
  }

  .bp-project-mosaic {
    margin-top: 30px;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .bp-project-shot,
  .bp-project-shot.is-tall,
  .bp-project-shot.is-wide,
  .bp-project-shot:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
    min-height: 240px;
  }

  .bp-project-shot img,
  .bp-project-shot.is-tall img {
    position: absolute;
    inset: 0;
    min-height: 240px;
  }

  .bp-hero-note {
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid var(--bp-line);
  }

  .bp-hero-note + .bp-hero-note {
    padding-left: 0;
  }

  .bp-section-grid {
    display: block;
  }

  .bp-section-index {
    display: flex;
    align-items: baseline;
    gap: 14px;
    padding: 32px 0 0;
    border-right: 0;
  }

  .bp-section-index b {
    font-size: 24px;
  }

  .bp-section-index span {
    margin-top: 0;
  }

  .bp-section-body {
    padding-left: 0;
  }

  .bp-section-head p {
    justify-self: start;
  }

  .bp-steps {
    grid-template-columns: 1fr;
  }

  .bp-step,
  .bp-step:nth-child(2) {
    padding-left: 24px;
    border-right: 0;
    border-bottom: 1px solid var(--bp-line);
  }

  .bp-step::before,
  .bp-step + .bp-step::before {
    left: 0;
  }

  .bp-tool-frame {
    box-shadow: 8px 8px 0 var(--bp-sunk);
  }

  [data-tool-visual],
  .bp-tool-item [data-tool-visual] {
    min-height: 310px;
  }

  .bp-band-grid {
    padding-block: 56px;
  }

  .bp-band .bp-actions {
    justify-content: flex-start;
  }

  .bp-feature-media,
  .bp-feature-media img {
    min-height: 300px;
  }

  .bp-feature-media {
    border-right: 0;
    border-bottom: 1px solid var(--bp-line-strong);
  }

  .bp-tool-item {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .bp-tool-item-index,
  .bp-tool-item-copy {
    padding: 22px;
  }

  .bp-tool-item-index strong {
    font-size: 30px;
  }

  .bp-directory-filter {
    border-right: 0;
    border-bottom: 1px solid var(--bp-line-strong);
  }

  .bp-company {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bp-company .bp-btn {
    justify-self: start;
  }

  .bp-article-title,
  .bp-article-image,
  .bp-article-image img {
    min-height: 0;
  }

  .bp-article-image {
    aspect-ratio: 4 / 3;
  }

  .bp-prose {
    font-size: 17px;
  }

  .bp-article-note {
    margin-top: 24px;
  }

  .bp-form-grid .is-wide {
    grid-column: auto;
  }

  .bp-form-actions,
  .bp-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .bp-footer-grid {
    grid-template-columns: 1fr;
  }

  .bp-footer-bottom {
    padding-block: 18px;
  }
}

@media (max-width: 520px) {
  .bp-utility p {
    display: none;
  }

  .bp-utility-inner {
    justify-content: flex-end;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}


/* Isolated styles for home-pradinis-detalus.html.
   Existing approved visuals stay unchanged. */

.bp-detail-home {
  background: var(--bp-white);
}

.bp-detail-home [data-home-visual] {
  position: relative;
  min-width: 0;
  background: var(--bp-white);
  color: var(--fs-ink);
  font-family: var(--fs-sans);
}

.bp-detail-home [data-home-visual]::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, var(--bp-line) 1px, transparent 1px),
    linear-gradient(to bottom, var(--bp-line) 1px, transparent 1px);
  background-size: 24px 24px;
  content: "";
  opacity: .28;
}

.bp-detail-home [data-home-visual] > * {
  position: relative;
  z-index: 1;
}

.bp-detail-hero .bp-hero-grid {
  min-height: 520px;
  grid-template-columns: minmax(0, .78fr) minmax(560px, 1.22fr);
}

.bp-detail-hero .bp-hero-copy {
  padding: 48px 32px 48px 0;
}

.bp-detail-hero h1 {
  max-width: 14ch;
  margin-top: 12px;
  font-size: clamp(42px, 4.4vw, 64px);
}

.bp-detail-hero .bp-lede,
.bp-detail-hero .bp-actions {
  margin-top: 16px;
}

.bp-detail-hero .bp-hero-notes {
  margin-top: 24px;
}

.bp-detail-hero .bp-hero-visual {
  padding: 24px 0 24px 32px;
}

.bp-detail-hero-frame [data-home-visual] {
  min-height: 448px;
  overflow: hidden;
}

.bp-detail-hero-frame .tv-window {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.bp-detail-hero-frame .tv-workspace {
  grid-template-columns: 120px minmax(0, 1fr) 148px;
  min-height: 376px;
}

.bp-detail-hero-frame .tv-main-split {
  grid-template-columns: minmax(0, 1fr) 178px;
}

.bp-detail-hero-frame .tv-figure svg {
  max-height: 280px;
}

.bp-detail-hero-frame .tv-load-table .tv-tr {
  grid-template-columns: 56px minmax(0, 1fr) 58px;
}

.bp-detail-hero-frame .tv-case-tabs {
  display: flex;
  margin-bottom: 8px;
}

.bp-detail-hero-frame .tv-case-tabs span {
  padding: 5px 8px;
  border: 1px solid var(--fs-rule-2);
  color: var(--fs-muted);
  font-size: 7px;
  font-weight: 600;
}

.bp-detail-hero-frame .tv-case-tabs span + span {
  margin-left: -1px;
}

.bp-detail-hero-frame .tv-case-tabs .on {
  border-bottom-color: var(--fs-accent);
  background: var(--fs-accent-soft);
  color: var(--fs-ink);
}

.bp-detail-home .dv-schema-svg {
  display: block;
  width: 100%;
  height: auto;
  background: var(--fs-white);
}

.bp-detail-home .dv-schema-svg text,
.bp-detail-home .dv-diagram-svg text {
  font-family: var(--fs-mono);
}

.bp-detail-home .dv-sch-band {
  fill: var(--fs-sunk-2);
  stroke: var(--fs-rule-2);
}

.bp-detail-home .dv-sch-mullion {
  fill: var(--fs-white);
  stroke: var(--fs-ink);
  stroke-width: 3;
}

.bp-detail-home .dv-sch-load-band {
  fill: var(--fs-load-soft);
  opacity: .84;
}

.bp-detail-home .dv-sch-load,
.bp-detail-home .dv-sch-load-line {
  fill: none;
  stroke: var(--fs-load);
  stroke-width: 2;
}

.bp-detail-home .dv-sch-load-fill {
  fill: var(--fs-load);
}

.bp-detail-home .dv-sch-rule {
  fill: none;
  stroke: var(--fs-rule-2);
  stroke-width: 1;
}

.bp-detail-home .dv-sch-accent {
  fill: none;
  stroke: var(--fs-accent);
  stroke-width: 1.5;
}

.bp-detail-home .dv-sch-support {
  fill: var(--fs-ink-2);
}

.bp-detail-home .dv-sch-splice {
  fill: var(--fs-accent-soft);
  stroke: var(--fs-accent);
  stroke-width: 2;
}

.bp-detail-home .dv-sch-label {
  fill: var(--fs-ink-2);
  font-size: 11px;
  font-weight: 600;
}

.bp-detail-home .dv-sch-dim {
  fill: var(--fs-muted);
  font-size: 10px;
}

.bp-detail-home .dv-sch-load-text {
  fill: var(--fs-load);
  font-size: 10px;
  font-weight: 600;
}

.bp-detail-load-showcase {
  display: grid;
  margin-top: 24px;
  grid-template-columns: minmax(420px, 1fr) minmax(300px, .72fr);
  border: 1px solid var(--bp-line-strong);
}

.bp-detail-load-showcase .bp-tool-frame {
  border: 0;
  border-right: 1px solid var(--bp-line-strong);
  box-shadow: none;
}

.bp-detail-load-showcase [data-home-visual="load-schema"] {
  min-height: 504px;
  padding: 16px 48px;
}

.bp-detail-load-showcase .dv-schema-svg {
  max-height: 472px;
}

.bp-detail-explainer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  background: var(--bp-white);
}

.bp-detail-explainer::before {
  position: absolute;
  top: -1px;
  left: -6px;
  width: 12px;
  height: 1px;
  background: var(--bp-blue);
  content: "";
  transform: rotate(-45deg);
}

.bp-detail-explainer h3,
.bp-detail-results-copy h3 {
  margin-top: 16px;
  font-size: clamp(28px, 3vw, 42px);
}

.bp-detail-explainer > p:not(.bp-kicker),
.bp-detail-results-copy > p {
  margin-top: 16px;
}

.bp-detail-results-section {
  background: var(--bp-ground);
}

.bp-detail-results-section .bp-section-index,
.bp-detail-results-section .bp-section-body {
  background: var(--bp-ground);
}

.bp-detail-results-layout {
  display: grid;
  margin-top: 24px;
  grid-template-columns: minmax(260px, .46fr) minmax(520px, 1fr);
  align-items: stretch;
  border: 1px solid var(--bp-line-strong);
  background: var(--bp-white);
}

.bp-detail-results-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  border-right: 1px solid var(--bp-line-strong);
}

.bp-detail-results-copy .bp-status {
  align-self: flex-start;
}

.bp-detail-key {
  display: grid;
  margin-top: 24px;
  border-top: 1px solid var(--bp-line-strong);
}

.bp-detail-key > div {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--bp-line);
}

.bp-detail-key b {
  color: var(--bp-blue);
  font-family: var(--bp-mono);
  font-size: 20px;
  font-weight: 500;
}

.bp-detail-key span {
  color: var(--bp-ink-2);
  font-size: 13px;
}

.bp-detail-results-frame {
  border: 0;
  box-shadow: none;
}

.bp-detail-results-frame [data-home-visual="results"] {
  min-height: 520px;
  padding: 12px;
}

.bp-detail-results-frame .tv-window {
  border-radius: 0;
  box-shadow: none;
}

.bp-detail-results-frame .tv-visual-body {
  padding: 12px;
}

.bp-detail-results-frame .tv-result-grid {
  gap: 12px;
  margin-bottom: 12px;
}

.bp-detail-results-frame .tv-metric {
  padding: 12px;
}

.bp-detail-results-frame .tv-metric small {
  font-size: 9px;
}

.bp-detail-results-frame .tv-metric strong {
  font-size: 16px;
}

.bp-detail-results-frame .tv-metric i {
  font-size: 8px;
}

.bp-detail-results-frame .dv-diagram-card {
  border: 1px solid var(--fs-rule);
  background: var(--fs-white);
}

.bp-detail-results-frame .dv-diagram-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 12px 0;
}

.bp-detail-results-frame .dv-diagram-head strong {
  font-family: var(--fs-mono);
  font-size: 10px;
}

.bp-detail-results-frame .dv-diagram-head span {
  color: var(--fs-muted);
  font-size: 8px;
}

.bp-detail-results-frame .dv-diagram-svg {
  display: block;
  width: 100%;
  height: auto;
}

.bp-detail-home .dv-axis,
.bp-detail-home .dv-tick {
  stroke: var(--fs-rule-2);
  stroke-width: 1;
}

.bp-detail-home .dv-plot {
  fill: none;
  stroke: var(--fs-ink-2);
  stroke-width: 1.7;
}

.bp-detail-home .dv-fill {
  fill: var(--fs-load-soft);
  opacity: .82;
}

.bp-detail-home .dv-deflection {
  fill: none;
  stroke: var(--fs-accent);
  stroke-width: 2;
}

.bp-detail-home .dv-limit {
  stroke: var(--fs-fail);
  stroke-width: 1;
  stroke-dasharray: 5 4;
}

.bp-detail-home .dv-critical,
.bp-detail-home .dv-critical-line {
  fill: var(--fs-fail);
  stroke: var(--fs-fail);
}

.bp-detail-home .dv-support {
  fill: var(--fs-ink-2);
}

.bp-detail-home .dv-splice-line {
  stroke: var(--fs-accent);
  stroke-width: 1;
  stroke-dasharray: 3 3;
}

.bp-detail-home .dv-splice-box {
  fill: var(--fs-accent-soft);
  stroke: var(--fs-accent);
}

.bp-detail-home .dv-diagram-label {
  fill: var(--fs-muted);
  font-size: 8px;
}

.bp-detail-home .dv-diagram-critical {
  fill: var(--fs-fail);
  font-size: 8px;
  font-weight: 600;
}

.bp-detail-report-layout {
  display: grid;
  margin-top: 24px;
  grid-template-columns: minmax(560px, 1.18fr) minmax(300px, .56fr);
  border: 1px solid var(--bp-line-strong);
}

.bp-detail-report-frame {
  border: 0;
  border-right: 1px solid var(--bp-line-strong);
  box-shadow: none;
}

.bp-detail-report-frame [data-home-visual="deflection-report"] {
  min-height: 560px;
  padding: 16px;
  background: var(--bp-ground);
}

.bp-detail-home .dv-report-page {
  width: 100%;
  min-width: 620px;
  min-height: 520px;
  padding: 16px;
  border: 1px solid var(--fs-rule-2);
  background: var(--fs-white);
  box-shadow: var(--fs-shadow);
  font-size: 8px;
}

.bp-detail-home .dv-report-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--fs-ink);
}

.bp-detail-home .dv-report-brand img {
  width: 154px;
}

.bp-detail-home .dv-report-title {
  text-align: right;
}

.bp-detail-home .dv-report-title span,
.bp-detail-home .dv-report-meta span,
.bp-detail-home .dv-report-block-title,
.bp-detail-home .dv-report-footer {
  color: var(--fs-muted);
  font-family: var(--fs-mono);
  font-size: 7px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.bp-detail-home .dv-report-title h3 {
  margin-top: 4px;
  font-size: 20px;
}

.bp-detail-home .dv-report-meta {
  display: grid;
  margin-top: 12px;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid var(--fs-rule);
}

.bp-detail-home .dv-report-meta > div {
  padding: 8px;
  border-right: 1px solid var(--fs-rule);
}

.bp-detail-home .dv-report-meta > div:last-child {
  border-right: 0;
}

.bp-detail-home .dv-report-meta strong {
  display: block;
  margin-top: 3px;
  font-size: 9px;
}

.bp-detail-home .dv-report-verdicts {
  display: grid;
  margin-top: 12px;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.bp-detail-home .dv-report-verdict,
.bp-detail-home .dv-report-required {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border: 1px solid var(--fs-rule);
}

.bp-detail-home .dv-report-verdict {
  border-left: 3px solid var(--fs-pass);
  background: var(--fs-pass-bg);
}

.bp-detail-home .dv-report-verdict strong {
  color: var(--fs-pass);
}

.bp-detail-home .dv-report-required strong {
  font-family: var(--fs-mono);
  font-size: 14px;
}

.bp-detail-home .dv-report-layout {
  display: grid;
  margin-top: 12px;
  grid-template-columns: minmax(0, 1fr) 166px;
  gap: 12px;
}

.bp-detail-home .dv-report-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--fs-ink-2);
  font-size: 7px;
}

.bp-detail-home .dv-report-table th,
.bp-detail-home .dv-report-table td {
  padding: 5px 6px;
  border: 1px solid var(--fs-rule);
  text-align: left;
  vertical-align: top;
}

.bp-detail-home .dv-report-table th {
  background: var(--fs-sunk-2);
  color: var(--fs-muted);
  font-weight: 600;
}

.bp-detail-home .dv-report-table .pass {
  color: var(--fs-pass);
  font-weight: 700;
}

.bp-detail-home .dv-report-diagram {
  margin-top: 10px;
  border: 1px solid var(--fs-rule);
}

.bp-detail-home .dv-report-side {
  border-left: 1px solid var(--fs-rule);
  padding-left: 12px;
}

.bp-detail-home .dv-report-side .dv-schema-svg {
  max-height: 400px;
}

.bp-detail-home .dv-report-side figcaption {
  margin-top: 4px;
  color: var(--fs-muted);
  font-family: var(--fs-mono);
  font-size: 7px;
  text-align: center;
  text-transform: uppercase;
}

.bp-detail-home .dv-report-note {
  margin-top: 7px;
  color: var(--fs-muted);
  font-size: 7px;
  line-height: 1.45;
}

.bp-detail-home .dv-report-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid var(--fs-rule-2);
}

.bp-detail-principles .bp-card h3 {
  margin-top: 16px;
}

.bp-detail-footer-grid {
  grid-template-columns: minmax(280px, 1.2fr) .6fr .6fr;
}

/* Compact rhythm for this proposal only. */
.bp-detail-home .bp-section-index {
  padding: 32px 24px 32px 0;
}

.bp-detail-home .bp-section-body {
  padding: 32px 0 32px 40px;
}

.bp-detail-home .bp-section-head {
  gap: 24px;
}

.bp-detail-home .bp-section-head h2 {
  margin-top: 12px;
  font-size: clamp(32px, 3.2vw, 46px);
}

.bp-detail-home .bp-grid-2,
.bp-detail-home .bp-grid-3,
.bp-detail-home .bp-steps,
.bp-detail-home .bp-split-visual {
  margin-top: 24px;
}

.bp-detail-home .bp-card {
  padding: 24px;
}

.bp-detail-home .bp-card h3 {
  margin-top: 16px;
}

.bp-detail-home .bp-card p {
  margin-top: 12px;
}

.bp-detail-home .bp-step {
  padding-top: 24px;
  padding-bottom: 16px;
}

.bp-detail-home .bp-band-grid {
  min-height: 192px;
}

.bp-detail-home .bp-footer-grid {
  padding-block: 32px;
}

/* No decorative right-angle corners in this direction. */
.bp-detail-home .bp-tool-frame::before,
.bp-detail-home .bp-tool-frame::after,
.bp-detail-home .bp-hero-visual::before,
.bp-detail-home .bp-hero-visual::after,
.bp-detail-home .bp-card-mark {
  display: none;
}

/* Section and grid intersections use dimension-style 45° ticks. */
.bp-detail-home .bp-section-index::before,
.bp-detail-home .bp-section-index::after,
.bp-detail-home .bp-card::after,
.bp-detail-home .bp-split-copy::before {
  width: 12px;
  height: 1px;
  background: var(--bp-blue);
  transform: rotate(-45deg);
}

.bp-detail-home .bp-card::after {
  right: -6px;
  bottom: -1px;
}

@media (max-width: 1180px) {
  .bp-detail-hero .bp-hero-grid {
    grid-template-columns: minmax(0, .7fr) minmax(500px, 1.3fr);
  }

  .bp-detail-hero-frame .tv-workspace {
    grid-template-columns: minmax(0, 1fr);
  }

  .bp-detail-hero-frame .tv-rail,
  .bp-detail-hero-frame .tv-checks {
    display: none;
  }

  .bp-detail-load-showcase,
  .bp-detail-report-layout {
    grid-template-columns: minmax(460px, 1fr) minmax(280px, .7fr);
  }

  .bp-detail-results-layout {
    grid-template-columns: minmax(240px, .42fr) minmax(480px, 1fr);
  }

  .bp-detail-explainer,
  .bp-detail-results-copy {
    padding: 24px;
  }
}

@media (max-width: 960px) {
  .bp-detail-hero .bp-hero-grid,
  .bp-detail-load-showcase,
  .bp-detail-results-layout,
  .bp-detail-report-layout {
    grid-template-columns: 1fr;
  }

  .bp-detail-hero .bp-hero-copy {
    padding: 40px 0;
  }

  .bp-detail-load-showcase .bp-tool-frame,
  .bp-detail-results-copy,
  .bp-detail-report-frame {
    border-right: 0;
    border-bottom: 1px solid var(--bp-line-strong);
  }

  .bp-detail-load-showcase [data-home-visual="load-schema"] {
    padding-inline: 64px;
  }

  .bp-detail-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .bp-detail-hero-frame [data-home-visual] {
    min-height: 420px;
  }

  .bp-detail-hero-frame .tv-main-split {
    grid-template-columns: minmax(0, 1fr) 142px;
  }

  .bp-detail-load-showcase [data-home-visual="load-schema"] {
    min-height: 448px;
    padding: 16px 40px;
  }

  .bp-detail-explainer,
  .bp-detail-results-copy {
    padding: 24px;
  }

  .bp-detail-results-frame [data-home-visual="results"] {
    min-height: 520px;
    padding: 8px;
  }

  .bp-detail-results-frame .tv-result-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bp-detail-report-frame [data-home-visual="deflection-report"] {
    min-height: 0;
    overflow-x: auto;
    padding: 16px;
  }

  .bp-detail-home .bp-section-body {
    padding: 24px 0 32px;
  }

  .bp-detail-home .bp-section-index {
    padding-top: 24px;
  }

  .bp-detail-home .bp-band-grid {
    min-height: 0;
  }

  .bp-detail-footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .bp-detail-hero-frame .tv-main-split {
    grid-template-columns: 1fr;
  }

  .bp-detail-hero-frame .tv-figure {
    max-height: none;
  }

  .bp-detail-hero-frame .tv-figure svg {
    max-height: 280px;
  }

  .bp-detail-results-frame .tv-result-grid {
    grid-template-columns: 1fr;
  }

  .bp-detail-load-showcase [data-home-visual="load-schema"] {
    padding-inline: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bp-detail-home * {
    scroll-behavior: auto;
  }
}


/* Isolated styles for home-funkcijos.html (Home per funkcijas, 2026-09-05).
   Shared language comes from base.css, styles.css and the compact rhythm of
   home-pradinis-detalus.css. Only what this proposal adds lives here. */

.bp-fk-home [data-fk-visual] {
  position: relative;
  min-width: 0;
  background: var(--bp-white);
  color: var(--fs-ink);
  font-family: var(--fs-sans);
}

.bp-fk-home .bp-utility p {
  max-width: none;
}

/* The access band: air below the heading, not a heading on the rule. */
.bp-fk-home .bp-band-grid {
  min-height: 0;
  padding-block: 48px;
}

/* ── Hero ───────────────────────────────────────────────────────────── */
.bp-fk-home .bp-detail-hero .bp-hero-grid {
  grid-template-columns: minmax(0, .74fr) minmax(600px, 1.26fr);
}

.bp-fk-home .bp-detail-hero h1 {
  max-width: 15ch;
}

.fk-hero-frame .fk-tool {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 224px;
  background: var(--bp-white);
}

.fk-tool-main {
  min-width: 0;
  padding: 12px 16px 16px;
  border-right: 1px solid var(--bp-line);
}

.fk-tool-main figcaption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  color: var(--bp-muted);
  font-family: var(--bp-mono);
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.fk-tool-main figcaption b {
  color: var(--bp-ink);
}

/* Curve controls: sign + word, SLS / ULS, Ghost — as in the tool. */
.fk-overlays {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  padding: 8px 0 10px;
  border-bottom: 1px solid var(--bp-line);
  margin-bottom: 8px;
}

.fk-ov-group {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.fk-ov-lbl {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-right: 2px;
  color: var(--bp-ink-2);
  font-size: 11px;
  font-weight: 500;
}

.fk-ov-sign {
  display: inline-grid;
  place-items: center;
  min-width: 16px;
  height: 16px;
  padding: 0 3px;
  border-radius: 2px;
  background: var(--bp-sunk);
  color: var(--bp-ink);
  font-family: var(--bp-mono);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
}

.fk-ov-sign.is-load { background: var(--bp-load-soft); color: var(--bp-load); }
.fk-ov-sign.is-d { background: var(--bp-blue-soft); color: var(--bp-blue); }

.fk-ov-btn {
  padding: 2px 6px;
  border: 1px solid var(--bp-line-strong);
  border-radius: 2px;
  background: var(--bp-white);
  color: var(--bp-muted);
  font-family: var(--bp-mono);
  font-size: 9.5px;
  font-weight: 600;
  line-height: 1.4;
}

.fk-ov-btn.on {
  border-color: var(--bp-ink);
  background: var(--bp-ink);
  color: var(--bp-white);
}

.fk-ov-btn.is-ghost {
  font-family: var(--bp-sans);
  font-size: 11px;
}

/* ── Schema SVG ─────────────────────────────────────────────────────── */
.fk-sch {
  display: block;
  width: 100%;
  height: auto;
  background: var(--bp-white);
}

.fk-sch text { font-family: var(--bp-mono); }
.fk-sch .fk-band { fill: var(--fs-sunk-2); stroke: var(--bp-line-strong); }
.fk-sch .fk-mullion { fill: var(--bp-white); stroke: var(--bp-ink); stroke-width: 3; }
.fk-sch .fk-thin { fill: none; stroke: var(--bp-line-strong); stroke-width: 1; }
.fk-sch .fk-accent { fill: none; stroke: var(--bp-blue); stroke-width: 1.5; }
.fk-sch .fk-support { fill: var(--bp-ink-2); }
.fk-sch .fk-splice { fill: var(--bp-blue-soft); stroke: var(--bp-blue); stroke-width: 2; }
.fk-sch .fk-lbl { fill: var(--bp-ink-2); font-size: 11px; font-weight: 600; }
.fk-sch .fk-lbl-blue { fill: var(--bp-blue); font-size: 11px; font-weight: 600; }
.fk-sch .fk-dim { fill: var(--bp-muted); font-size: 10px; }
.fk-sch .fk-faint { fill: var(--bp-faint); font-size: 9px; }
.fk-sch .fk-load-band { fill: var(--bp-load-soft); opacity: .9; }
.fk-sch .fk-load { fill: none; stroke: var(--bp-load); stroke-width: 2; }
.fk-sch .fk-load-fill { fill: var(--bp-load); }
.fk-sch .fk-load-t { fill: var(--bp-load); font-size: 10px; font-weight: 600; }
.fk-sch .fk-ov-d { fill: none; stroke: var(--bp-blue); stroke-width: 2.2; stroke-linejoin: round; }
.fk-sch .fk-ov-ghost { fill: none; stroke: var(--bp-blue); stroke-width: 1.6; stroke-dasharray: 6 4; opacity: .55; }
.fk-sch .fk-ov-dot { fill: var(--bp-blue); }
.fk-sch .fk-ov-t { fill: var(--bp-blue); font-size: 10.5px; font-weight: 600; }
.fk-sch .fk-ov-r { fill: var(--bp-ink); font-size: 10.5px; font-weight: 600; }
.fk-sch .fk-sw-d { fill: var(--bp-blue); }
.fk-sch .fk-sw-r { fill: var(--bp-ink); }
.fk-sch .fk-sw-ghost { fill: none; stroke: var(--bp-blue); stroke-dasharray: 3 2; }
.fk-sch .fk-legend { fill: var(--bp-ink-2); font-size: 10px; }

/* ── Checks column (the tool's right-hand column) ───────────────────── */
.fk-checks {
  padding: 12px 14px 16px;
  background: var(--fs-sunk-2);
}

.fk-checks-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--bp-line-strong);
  color: var(--bp-muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fk-live {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--bp-green);
  letter-spacing: .04em;
  text-transform: none;
}

.fk-live::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--bp-green-brand);
  content: "";
}

.fk-verdict {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px solid var(--bp-line);
}

.fk-verdict b {
  padding: 3px 7px;
  border-radius: 2px;
  background: var(--bp-green-soft);
  color: var(--fs-pass);
  font-family: var(--bp-mono);
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.fk-verdict span {
  color: var(--bp-muted);
  font-size: 11px;
}

.fk-check {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px solid var(--bp-line);
}

.fk-check-lbl {
  color: var(--bp-ink-2);
  font-size: 11px;
  line-height: 1.35;
}

.fk-check-lbl small {
  display: block;
  margin-top: 2px;
  color: var(--bp-ink);
  font-family: var(--bp-mono);
  font-size: 11.5px;
  font-variant-numeric: tabular-nums;
}

.fk-check-lbl em {
  display: block;
  margin-top: 2px;
  color: var(--bp-muted);
  font-size: 10px;
  font-style: normal;
}

.fk-util {
  display: grid;
  gap: 4px;
  align-content: start;
  text-align: right;
}

.fk-util-num {
  font-family: var(--bp-mono);
  font-size: 12px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.fk-bar {
  height: 4px;
  overflow: hidden;
  border-radius: 2px;
  background: var(--bp-line);
}

.fk-bar i { display: block; height: 100%; background: var(--bp-blue-brand); }
.fk-bar i.hot { background: var(--bp-warn); }
.fk-bar i.over { background: var(--bp-fail); }

.fk-was {
  grid-column: 1 / -1;
  color: var(--bp-muted);
  font-family: var(--bp-mono);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.fk-was.worse { color: var(--bp-fail); }
.fk-was.better { color: var(--fs-pass); }

/* ── Sections: visual beside explainer ──────────────────────────────── */
.fk-split {
  display: grid;
  margin-top: 24px;
  grid-template-columns: minmax(440px, 1.2fr) minmax(300px, .8fr);
  border: 1px solid var(--bp-line-strong);
}

.fk-split > .bp-tool-frame {
  border: 0;
  border-right: 1px solid var(--bp-line-strong);
  box-shadow: none;
}

.fk-split [data-fk-visual] {
  padding: 16px;
}

.fk-split [data-fk-visual="zone-plan"],
.fk-split [data-fk-visual="facade-map"] {
  padding: 12px 20px;
}

.fk-pair {
  display: grid;
  margin-top: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.fk-pair > .bp-tool-frame {
  box-shadow: none;
}

.fk-caption {
  padding: 10px 16px 12px;
  border-top: 1px solid var(--bp-line);
  color: var(--bp-muted);
  font-size: 12px;
  line-height: 1.5;
}

/* Zone plan and façade map SVG */
.fk-plan, .fk-map {
  display: block;
  width: 100%;
  height: auto;
}

.fk-plan text, .fk-map text { font-family: var(--bp-mono); }
.fk-plan .fk-building { fill: var(--bp-white); stroke: var(--bp-ink); stroke-width: 1.6; }
.fk-plan .fk-cut, .fk-map .fk-cut { fill: none; stroke: var(--bp-line-strong); stroke-width: 1; stroke-dasharray: 4 4; }
.fk-hatch { stroke: var(--bp-blue); stroke-width: 1; }
.fk-plan .fk-strip, .fk-map .fk-strip { stroke: var(--bp-blue); stroke-width: 1; }
.fk-plan .fk-val, .fk-map .fk-val { fill: var(--bp-ink); font-size: 12px; font-weight: 600; }
.fk-plan .fk-val2, .fk-map .fk-val2 { fill: var(--bp-ink-2); font-size: 11px; }
.fk-plan .fk-zone, .fk-map .fk-zone { fill: var(--bp-blue); font-size: 10px; font-weight: 700; }
.fk-plan .fk-dims, .fk-map .fk-dims { fill: none; stroke: var(--bp-line-strong); stroke-width: 1; }
.fk-plan .fk-dim-t, .fk-map .fk-dim-t { fill: var(--bp-muted); font-size: 10.5px; }
.fk-plan .fk-center { fill: var(--bp-ink); font-size: 14px; font-weight: 600; }
.fk-plan .fk-center-sub { fill: var(--bp-muted); font-size: 10px; }
.fk-map .fk-row { fill: var(--bp-blue-brand); }
.fk-map .fk-row-line { stroke: var(--bp-line-strong); stroke-width: 1; }
.fk-map .fk-outline { fill: none; stroke: var(--bp-ink); stroke-width: 1.4; }
.fk-map .fk-ground { stroke: var(--bp-ink); stroke-width: 2; }
.fk-map .fk-level { fill: var(--bp-muted); font-size: 10px; }
.fk-map .fk-side { fill: var(--bp-ink-2); font-size: 10.5px; font-weight: 600; }
.fk-map .fk-sub { fill: var(--bp-muted); font-size: 9.5px; }
.fk-map .fk-note { fill: var(--bp-faint); font-size: 9.5px; }

/* Loads picker (section 02) */
.fk-picker {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr) 84px auto;
  gap: 10px;
  align-items: end;
}

.fk-field {
  display: grid;
  gap: 4px;
  color: var(--bp-muted);
  font-size: 10.5px;
  font-weight: 600;
}

.fk-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 32px;
  padding: 5px 8px;
  border: 1px solid var(--bp-line-strong);
  border-radius: 3px;
  background: var(--bp-white);
  color: var(--bp-ink);
  font-family: var(--bp-mono);
  font-size: 11.5px;
  font-weight: 400;
}

.fk-input.is-locked { background: var(--bp-ground); color: var(--bp-ink-2); }
.fk-input i { color: var(--bp-muted); font-style: normal; }

.fk-btn {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 10px;
  border: 1px solid var(--bp-line-strong);
  border-bottom: 2px solid var(--bp-blue);
  border-radius: 3px;
  background: var(--bp-white);
  font-size: 11.5px;
  font-weight: 600;
}

.fk-hint {
  margin-top: 8px;
  color: var(--bp-muted);
  font-size: 11px;
  line-height: 1.5;
}

.fk-table {
  display: block;
  width: 100%;
  margin-top: 14px;
  overflow-x: auto;
  border: 1px solid var(--bp-line);
  border-collapse: collapse;
  font-size: 11px;
}

.fk-table th, .fk-table td { white-space: nowrap; }

.fk-table th, .fk-table td {
  padding: 7px 8px;
  border-bottom: 1px solid var(--bp-line);
  text-align: left;
  vertical-align: top;
}

.fk-table th {
  background: var(--fs-sunk-2);
  color: var(--bp-muted);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.fk-table td.num { font-family: var(--bp-mono); font-variant-numeric: tabular-nums; white-space: nowrap; }
.fk-table td small { display: block; color: var(--bp-muted); font-family: var(--bp-mono); font-size: 10px; }
.fk-table tr:last-child td { border-bottom: 0; }

.fk-dir {
  padding: 2px 6px;
  border: 1px solid var(--bp-load);
  border-radius: 2px;
  color: var(--bp-load);
  font-family: var(--bp-mono);
  font-size: 10px;
  white-space: nowrap;
}

.fk-lock {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--bp-ink-2);
  font-family: var(--bp-mono);
  font-size: 10px;
}

.fk-lock::before { content: "🔒"; font-size: 9px; }

/* Steps (section 02, explainer) */
.fk-steps {
  display: grid;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: fk-step;
}

.fk-steps li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid var(--bp-line);
  color: var(--bp-ink-2);
  font-size: 13px;
  line-height: 1.5;
}

.fk-steps li::before {
  color: var(--bp-blue);
  font-family: var(--bp-mono);
  font-size: 12px;
  font-weight: 600;
  content: counter(fk-step, decimal-leading-zero);
  counter-increment: fk-step;
}

.fk-steps li b { color: var(--bp-ink); }
.fk-steps code { font-family: var(--bp-mono); font-size: 12px; color: var(--bp-ink); }

.bp-fk-home .bp-list li { font-size: 13.5px; }

/* ── Responsive ─────────────────────────────────────────────────────── */
@media (max-width: 1180px) {
  .bp-fk-home .bp-detail-hero .bp-hero-grid {
    grid-template-columns: minmax(0, .7fr) minmax(520px, 1.3fr);
  }

  .fk-hero-frame .fk-tool { grid-template-columns: minmax(0, 1fr) 200px; }
  .fk-split { grid-template-columns: minmax(400px, 1fr) minmax(280px, .8fr); }
}

@media (max-width: 960px) {
  .bp-fk-home .bp-detail-hero .bp-hero-grid,
  .fk-split, .fk-pair {
    grid-template-columns: 1fr;
  }

  .fk-hero-frame .fk-tool { grid-template-columns: 1fr; }
  .fk-tool-main { border-right: 0; border-bottom: 1px solid var(--bp-line); }
  .fk-split > .bp-tool-frame { border-right: 0; border-bottom: 1px solid var(--bp-line-strong); }
  .fk-picker { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .fk-split [data-fk-visual] { padding: 12px; }
  .fk-picker { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .bp-fk-home * { scroll-behavior: auto; }
}

.fk-pair [data-fk-visual] { padding: 12px 20px; }
