
/* === DRB NewHome — Bricks/Automatic.css override layer === */
body.page-id-33526 section.brxe-section { display: block; gap: 0; }
body.page-id-33526 .bricks-lazy-hidden { opacity: 1 !important; transform: none !important; }
body.page-id-33526 .brxe-button.bricks-button { display: inline-flex; padding: 0; background: transparent; border: 0; color: inherit; font: inherit; }
body.page-id-33526 .brxe-heading { margin: 0; }
/* automaticcss-core resets — nuke gap/align on section > div */
/* === end DRB override === */

/* === style block 1 === */

:root {
  --cream: #f4ede1;
  --cream-2: #ece3d2;
  --cream-3: #e2d6be;
  --ink: #10141e;
  --ink-2: #1a1f2c;
  --coral: #e86a5a;
  --coral-2: #d4523f;
  --text: #1a1a22;
  --text-soft: #5a5247;
  --text-dim: #8a816f;
  --on-dark: #f4ede1;
  --on-dark-soft: #b7b3a8;
  --rule: rgba(26, 26, 34, 0.12);
  --rule-dark: rgba(244, 237, 225, 0.14);
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--text);
  font-family: system-ui, -apple-system, "Segoe UI", Tahoma, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
p, h1, h2, h3 { margin: 0; }
ul { margin: 0; padding: 0; }
.skip-link {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 9999;
  transform: translateY(-140%);
  background: var(--ink);
  color: var(--cream);
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 800;
}
.skip-link:focus-visible { transform: translateY(0); }
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 4px;
  border-radius: 8px;
}
.page { overflow: hidden; }
.wrap {
  width: min(100% - 112px, 1280px);
  margin-inline: auto;
}
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--rule);
  background: rgba(244, 237, 225, 0.84);
  backdrop-filter: blur(14px) saturate(140%);
}
.topbar__row {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  font-size: 18px;
  white-space: nowrap;
}
.brand__mark {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--cream);
  font-size: 12px;
  letter-spacing: 0.04em;
}
.nav {
  display: flex;
  align-items: center;
  gap: 32px;
  color: var(--text-soft);
  font-size: 14px;
}
.nav a:hover { color: var(--coral); }
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--rule);
  border-radius: 8px;
  background: transparent;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.nav-toggle span {
  width: 18px;
  height: 2px;
  background: var(--ink);
  border-radius: 999px;
}
.btn-pill, .btn-primary, .btn-cta-big {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  white-space: nowrap;
}
.btn-pill {
  padding: 10px 22px;
  background: var(--ink);
  color: var(--cream);
  font-size: 14px;
}
.btn-primary {
  padding: 16px 28px;
  background: var(--coral);
  color: var(--cream);
  box-shadow: 0 16px 34px -16px rgba(232, 106, 90, 0.72);
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 0;
  border-bottom: 1.5px solid var(--ink);
  font-weight: 800;
}
.btn-primary:hover, .btn-pill:hover, .btn-cta-big:hover { transform: translateY(-1px); }
.bg-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(26,26,34,0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(26,26,34,0.05) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at center, black 35%, transparent 82%);
}
.hero {
  position: relative;
  padding: 64px 0 72px;
}
.hero__bg-shape {
  position: absolute;
  inset: 0 0 auto auto;
  width: 52vw;
  height: 52vw;
  max-height: 720px;
  background: radial-gradient(circle, rgba(232,106,90,0.12), transparent 68%);
  pointer-events: none;
}
.hero__inner--v2 {
  position: relative;
  z-index: 1;
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 56px;
}
.hero__text { min-width: 0; }
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 7px 14px;
  border: 1px solid var(--rule);
  border-radius: 999px;
  background: rgba(255,255,255,0.42);
  color: var(--text-soft);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
}
.dot-live, .hero__legend-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  display: inline-block;
  background: #5bd98a;
  box-shadow: 0 0 0 7px rgba(91,217,138,0.18);
}
.dot-live.small { width: 8px; height: 8px; }
.hero__title {
  font-weight: 900;
  font-size: clamp(56px, 7vw, 104px);
  line-height: 1.18;
  letter-spacing: 0;
  color: var(--ink);
  text-wrap: balance;
}
.hero__title .under-1 { color: var(--coral); position: relative; display: inline-block; }
.hero__title .under-1::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 7px;
  border-radius: 999px;
  background: rgba(232,106,90,0.22);
}
.hero__title .under-2 { position: relative; display: inline-block; }
.hero__title .under-2 svg {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 18px;
  overflow: visible;
}
.hero__title .under-2 path {
  stroke: var(--coral);
  stroke-width: 4;
  fill: none;
  stroke-linecap: round;
}
.hero__sub {
  margin-top: 28px;
  max-width: 560px;
  color: var(--text-soft);
  font-size: 18px;
}
.hero__cta-row {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.hero__legend {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 88px;
  padding-top: 24px;
  border-top: 1px dashed var(--rule);
  color: var(--text-soft);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
}
.hero__legend-item { display: inline-flex; align-items: center; gap: 8px; }
.hero__legend-dot { width: 7px; height: 7px; background: var(--coral); box-shadow: 0 0 0 5px rgba(232,106,90,0.14); }
.hero__legend-spacer { flex: 1; }
.hero__legend-note { color: var(--text-dim); }
.hero__stage--diagram {
  width: 100%;
  max-width: 640px;
  aspect-ratio: 1;
  margin-inline: auto;
  overflow: visible;
}
.sysdiag {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.sysdiag__lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: visible;
}
.sysdiag__line {
  fill: none;
  stroke: var(--coral);
  stroke-width: 1.7;
  stroke-dasharray: 5 7;
  stroke-linecap: round;
  opacity: 0.72;
  animation: dash 15s linear infinite;
}
.sysdiag__hub {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 32%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
}
.sysdiag__hub-ring {
  position: absolute;
  inset: 0;
  border: 1px dashed rgba(16,20,30,0.18);
  border-radius: 999px;
  animation: spin 50s linear infinite;
}
.sysdiag__hub-ring--2 {
  inset: 15%;
  border-style: solid;
  border-color: rgba(232,106,90,0.24);
  animation: none;
}
.sysdiag__hub-core {
  position: relative;
  z-index: 2;
  width: 56%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--ink);
  color: var(--coral);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  box-shadow: 0 24px 50px -16px rgba(16,20,30,0.4);
}
.sysdiag__card {
  position: absolute;
  z-index: 4;
  width: 28%;
  min-width: 158px;
  padding: 18px 18px 16px;
  border: 1px solid var(--rule);
  border-radius: 18px;
  background: rgba(244,237,225,0.9);
  box-shadow: 0 24px 50px -22px rgba(16,20,30,0.24);
  text-align: right;
  animation: float-card 7s ease-in-out infinite;
}
.sysdiag__card--site { top: -4%; left: -4%; }
.sysdiag__card--ops { top: -4%; right: -4%; animation-delay: -2.4s; }
.sysdiag__card--content { bottom: -8%; left: 50%; transform: translateX(-50%); animation-name: float-card-center; animation-delay: -4.8s; }
.sysdiag__card-tag {
  position: absolute;
  top: 16px;
  left: 18px;
  color: var(--coral);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
}
.sysdiag__card-name { font-size: 15px; line-height: 1.35; color: var(--ink); }
.sysdiag__card-body {
  margin-top: 6px;
  color: var(--text-soft);
  font-size: 12px;
  line-height: 1.55;
}
.sysdiag__card-meter {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding-top: 9px;
  border-top: 1px dashed var(--rule);
  color: var(--text-dim);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
}
.stats {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  opacity: 0.42;
}
.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.stat {
  padding: 20px;
  text-align: center;
  border-radius: 14px;
  background: rgba(255,255,255,0.18);
}
.stat__num {
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 900;
  color: rgba(232,106,90,0.35);
  line-height: 1;
}
.stat__label {
  margin-top: 8px;
  color: var(--text-dim);
  font-size: 12px;
}
.section {
  position: relative;
  padding: 88px 0;
  scroll-margin-top: 92px;
}
.section--dark {
  background: var(--ink);
  color: var(--on-dark);
  overflow: hidden;
}
.section--dark .bg-grid {
  background-image:
    linear-gradient(to right, rgba(244,237,225,0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(244,237,225,0.04) 1px, transparent 1px);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--text-dim);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
}
.section--dark .eyebrow { color: rgba(244,237,225,0.62); }
.eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--coral);
}
.title-lg {
  max-width: 920px;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 66px);
  line-height: 1.22;
  font-weight: 900;
  text-wrap: balance;
}
.section--dark .title-lg { color: var(--on-dark); }
.title-xl {
  font-size: clamp(42px, 7vw, 92px);
  line-height: 1.24;
  font-weight: 900;
  text-align: center;
  text-wrap: balance;
}
.title-sm { font-size: 22px; line-height: 1.35; }
.lead {
  margin-top: 22px;
  max-width: 720px;
  color: var(--text-soft);
  font-size: 18px;
  line-height: 1.75;
}
.section--dark .lead { color: var(--on-dark-soft); }
.body {
  color: var(--text-soft);
  line-height: 1.8;
}
.audit-hero, .about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
  gap: 64px;
  align-items: center;
}
.audit-deliv {
  list-style: none;
  display: grid;
  gap: 12px;
  margin-top: 28px;
}
.audit-deliv li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid var(--rule);
  border-radius: 10px;
  background: rgba(255,255,255,0.28);
}
.audit-deliv__t {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--cream-2);
  color: var(--coral);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.audit-cta-row {
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.audit-trust { display: grid; gap: 2px; color: var(--text-soft); }
.audit-trust strong { color: var(--ink); font-size: 22px; }
.report {
  position: relative;
  padding: 22px;
  border-radius: 18px;
  background: rgba(255,255,255,0.3);
  border: 1px solid var(--rule);
  box-shadow: 0 24px 70px -36px rgba(16,20,30,0.35);
}
.report__sheet--front {
  display: grid;
  gap: 16px;
  padding: 24px;
  border-radius: 14px;
  background: #fbf6ec;
  border: 1px solid var(--rule);
}
.report__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}
.report__kicker, .report__axis-val, .report__tag, .sysv2__cat, .sysv2__num, .sysv2__price-label, .sysv2__price-note, .case-card__num, .case-card__domain, .case-card__label, .principle__num {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.report__t { font-size: 26px; color: var(--ink); }
.report__score {
  color: var(--coral);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}
.report__axis {
  display: grid;
  grid-template-columns: 90px 1fr 44px;
  gap: 12px;
  align-items: center;
}
.report__axis-bar {
  height: 7px;
  border-radius: 999px;
  background: var(--cream-2);
  overflow: hidden;
}
.report__axis-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--coral);
}
.report__foot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
}
.report__foot span { display: block; color: var(--text-dim); font-size: 11px; }
.report__foot strong { color: var(--ink); font-size: 13px; }
.report__tag {
  position: absolute;
  top: -12px;
  left: -8px;
  display: inline-flex;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--cream);
  font-size: 11px;
}
.report__tag span:first-child {
  padding: 2px 8px;
  border-radius: 4px;
  background: var(--coral);
}
.layer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 46px;
}
.layer-card, .principle {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--rule-dark);
  border-radius: 10px;
  background: rgba(244,237,225,0.04);
}
.layer-card__tag { color: var(--coral); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; }
.layer-card__title, .principle__title { margin-top: 18px; font-size: 22px; color: var(--on-dark); }
.layer-card__body, .principle__body { margin-top: 14px; color: var(--on-dark-soft); }
.sysv2-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 48px;
}
.sysv2 {
  display: flex;
  flex-direction: column;
  padding: 30px 26px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: var(--cream-2);
}
.sysv2--ops { background: var(--cream-3); }
.sysv2__head { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.sysv2__num { color: var(--coral); font-weight: 900; font-size: 22px; }
.sysv2__cat { color: var(--text-soft); font-size: 11px; letter-spacing: 0.08em; }
.sysv2__title { color: var(--ink); font-size: 24px; line-height: 1.32; }
.sysv2__title-em { color: var(--coral); }
.sysv2__desc { margin-top: 16px; color: var(--text-soft); }
.sysv2__packages { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0; }
.sysv2__pkg {
  padding: 5px 12px;
  border: 1px solid var(--rule);
  border-radius: 999px;
  color: var(--text-soft);
  font-size: 12px;
}
.sysv2__pkg.is-anchor { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.sysv2__price {
  margin-top: auto;
  padding: 18px 0;
  border-top: 1px dashed var(--rule);
  border-bottom: 1px dashed var(--rule);
}
.sysv2__price-range { color: var(--ink); font-size: 28px; font-weight: 900; }
.sysv2__price-note, .sysv2__price-label { color: var(--text-dim); font-size: 11px; }
.sysv2__cta {
  width: fit-content;
  margin-top: 20px;
  border-bottom: 1.5px solid var(--ink);
  font-weight: 800;
}
.sys-footnote {
  margin-top: 34px;
  padding: 18px 22px;
  border-right: 4px solid var(--coral);
  border-radius: 8px;
  background: var(--cream-2);
  color: var(--text-soft);
}
.cases {
  display: grid;
  grid-template-columns: repeat(5, minmax(250px, 1fr));
  gap: 18px;
  margin-top: 48px;
  overflow-x: auto;
  padding-bottom: 10px;
}
.case-card {
  min-height: 360px;
  padding: 26px;
  border: 1px solid var(--rule);
  border-radius: 10px;
  background: var(--cream-2);
}
.case-card__num { color: var(--coral); font-weight: 800; }
.case-card__sector { margin-top: 16px; color: var(--ink); font-size: 22px; }
.case-card__domain { margin-top: 6px; color: var(--text-dim); font-size: 12px; }
.case-card__row { margin-top: 24px; padding-top: 18px; border-top: 1px dashed var(--rule); }
.case-card__label { color: var(--coral); font-size: 11px; margin-bottom: 8px; }
.case-card__system, .case-card__impact { color: var(--text-soft); font-size: 14px; line-height: 1.7; }
.cases__note { margin-top: 18px; color: var(--text-dim); }
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
}
.principle__num { color: var(--coral); }
.about-portrait {
  min-height: 520px;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(232,106,90,0.92), rgba(232,106,90,0.65)),
    radial-gradient(circle at 50% 20%, rgba(255,255,255,0.28), transparent 42%);
  position: relative;
  overflow: hidden;
}
.about-portrait::before {
  content: "DR";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(16,20,30,0.82);
  font-size: clamp(88px, 12vw, 150px);
  font-weight: 900;
  letter-spacing: 0.08em;
}
.about-portrait__tag {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(244,237,225,0.86);
  color: var(--ink);
}
.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 28px 0;
  padding: 22px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.about-stat__num { color: var(--ink); font-size: 28px; font-weight: 900; }
.about-stat__lbl { color: var(--text-soft); font-size: 12px; }
.about-academy {
  padding: 22px;
  border: 1px solid var(--rule);
  border-radius: 10px;
  background: var(--cream-2);
}
.about-academy__head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.about-academy__tag {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(232,106,90,0.1);
  color: var(--coral);
  font-size: 12px;
}
.about-academy__cta { display: inline-flex; margin-top: 14px; border-bottom: 1.5px solid var(--ink); font-weight: 800; }
.faq {
  margin-top: 44px;
  border-top: 1px solid var(--rule);
}
.faq__item {
  border-bottom: 1px solid var(--rule);
  padding: 0;
}
.faq__heading { margin: 0; }
.faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  border: 0;
  background: transparent;
  text-align: right;
  cursor: pointer;
  font-weight: 800;
}
.faq__icon { transition: transform 0.2s; }
.faq__a {
  max-height: 0;
  overflow: hidden;
  color: var(--text-soft);
  transition: max-height 0.25s ease, padding-bottom 0.25s ease;
}
.faq__item.open .faq__a { max-height: 260px; padding-bottom: 20px; }
.faq__item.open .faq__icon { transform: rotate(45deg); }
.final-cta {
  text-align: center;
  padding: 84px 0;
}
.final-cta .wrap { position: relative; z-index: 1; }
.final-cta .lead { margin-inline: auto; }
.final-cta__glow {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 620px;
  height: 620px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(232,106,90,0.24), transparent 66%);
}
.btn-cta-big {
  margin-top: 30px;
  padding: 20px 34px;
  background: var(--coral);
  color: var(--cream);
}
.cta__small { margin-top: 14px; color: var(--on-dark-soft); font-size: 13px; }
.footer {
  padding: 58px 0 34px;
  background: #090c13;
  color: var(--on-dark);
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.7fr;
  gap: 48px;
}
.footer__desc { margin-top: 18px; max-width: 420px; color: var(--on-dark-soft); }
.footer h2 { font-size: 18px; margin-bottom: 14px; }
.footer ul { list-style: none; display: grid; gap: 10px; color: var(--on-dark-soft); }
.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid rgba(244,237,225,0.12);
  color: rgba(244,237,225,0.58);
  font-size: 13px;
}
.scroll-progress {
  position: fixed;
  inset: 0 0 auto 0;
  height: 2px;
  z-index: 200;
  pointer-events: none;
}
.scroll-progress__fill {
  width: 0;
  height: 100%;
  background: var(--coral);
}
.reveal {
  opacity: 1;
  transform: none;
}
@keyframes dash { to { stroke-dashoffset: -180; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float-card { 50% { transform: translateY(-7px); } }
@keyframes float-card-center {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-7px); }
}
@media (max-width: 1100px) {
  .layer-grid, .sysv2-grid, .principles { grid-template-columns: 1fr 1fr; }
  .hero__inner--v2 { grid-template-columns: 1fr; min-height: 0; }
  .hero__text { text-align: center; }
  .hero__sub, .hero__cta-row { margin-inline: auto; justify-content: center; }
  .hero__legend { max-width: 620px; margin-inline: auto; }
}
@media (max-width: 760px) {
  .wrap { width: min(100% - 40px, 1280px); }
  .topbar__row { gap: 12px; }
  .brand { font-size: 14px; gap: 8px; overflow: hidden; text-overflow: ellipsis; }
  .brand__mark { width: 26px; height: 26px; border-radius: 6px; flex: 0 0 auto; }
  .nav-toggle { display: inline-flex; }
  .nav {
    position: fixed;
    inset: 68px 0 auto 0;
    display: grid;
    gap: 0;
    padding: 10px 20px 18px;
    border-bottom: 1px solid var(--rule);
    background: rgba(244,237,225,0.98);
    transform: translateY(-120%);
    transition: transform 0.24s ease;
  }
  .nav.is-open { transform: translateY(0); }
  .nav a { padding: 14px 0; border-bottom: 1px solid var(--rule); }
  .topbar .btn-pill { display: none; }
  .hero { padding-top: 36px; }
  .hero__title { font-size: clamp(42px, 13vw, 56px); text-align: center; }
  .hero__eyebrow { justify-content: center; white-space: normal; }
  .hero__sub { font-size: 16px; }
  .hero__legend { display: none; }
  .hero__cta-row {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .hero__cta-row .btn-primary,
  .hero__cta-row .btn-ghost {
    width: min(100%, 320px);
    white-space: normal;
    text-align: center;
  }
  .hero__stage--diagram {
    max-width: 420px;
    width: 100%;
    aspect-ratio: auto;
    margin-top: 36px;
  }
  .sysdiag {
    display: grid;
    gap: 12px;
    height: auto;
  }
  .sysdiag__lines, .sysdiag__hub { display: none; }
  .sysdiag__card,
  .sysdiag__card--site,
  .sysdiag__card--ops,
  .sysdiag__card--content {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    width: 100%;
    min-width: 0;
    transform: none;
    animation: none;
    max-width: 320px;
    margin-inline: auto;
  }
  .stats__grid, .about-stats { grid-template-columns: 1fr 1fr; }
  .audit-hero, .about-grid, .footer__grid { grid-template-columns: 1fr; gap: 34px; }
  .layer-grid, .sysv2-grid, .principles { grid-template-columns: 1fr; }
  .section { padding: 68px 0; }
  .cases { grid-template-columns: 1fr; overflow: visible; }
  .case-card { min-height: 0; }
  .about-portrait { min-height: 320px; }
  .footer__bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}


/* === style block 2 === */

:root { color-scheme: light; }
.skip-link {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 9999;
  transform: translateY(-140%);
  background: var(--ink);
  color: var(--cream);
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 700;
}
.skip-link:focus-visible { transform: translateY(0); }
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 4px;
  border-radius: 8px;
}
.brand { text-decoration: none; }
.topbar .nav { align-items: center; }
.hero__stage--diagram {
  max-width: 640px;
  margin-inline: auto;
  overflow: visible;
}
.sysdiag { overflow: visible; }
.sysdiag__lines { inset: 0; width: 100%; height: 100%; z-index: 2; overflow: visible; }
.sysdiag__line { opacity: 0.72; stroke-width: 1.7; stroke-dasharray: 5 7; }
.sysdiag__card { width: 28%; min-width: 158px; z-index: 4; }
.sysdiag__card--site { top: -4%; left: -4%; }
.sysdiag__card--ops { top: -4%; right: -4%; }
.sysdiag__card--content { bottom: -8%; left: 50%; }
.sysdiag__hub { width: 32%; z-index: 3; }
.sysdiag__card-name { font-size: 15px; }
.sysdiag__card-body { font-size: 12px; }
.sysdiag__card-meter { padding-top: 8px; margin-top: 2px; }
.faq__item { cursor: default; }
.faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: right;
  color: inherit;
}
.faq__q span:first-child { flex: 1; }
.faq__item:not(.open) .faq__a { max-height: 0; padding-top: 0 !important; }
.faq__item.open .faq__a { max-height: 220px; }
.faq__item.open .faq__icon { transform: rotate(45deg); }
.faq__icon { transition: transform 0.25s ease; }
.site-main { display: block; }
.section[id] { scroll-margin-top: 92px; }
@media (max-width: 980px) {
  .sysdiag__card { width: 36%; min-width: 0; padding: 12px; }
  .sysdiag__card--site { top: 0; left: 0; }
  .sysdiag__card--ops { top: 0; right: 0; }
  .sysdiag__card--content { bottom: -4%; }
  .sysdiag__card-body { display: none; }
  .sysdiag__hub { width: 36%; }
}
@media (max-width: 700px) {
  .wrap { padding-inline: 20px; }
  .topbar__row { gap: 12px; height: 68px; }
  .brand { min-width: 0; font-size: 14px; gap: 8px; }
  .brand__mark { width: 24px; height: 24px; border-radius: 6px; }
  .nav { display: none; }
  .btn-pill { padding: 10px 16px; font-size: 13px; white-space: nowrap; }
  .hero--v2 { padding-top: 36px !important; }
  .hero__inner--v2 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px !important;
    width: 100%;
  }
  .hero__text {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-top: 0 !important;
    text-align: center;
  }
  .hero__eyebrow {
    max-width: 100%;
    white-space: normal;
    font-size: 12px;
    justify-content: center;
  }
  body .hero__title {
    max-width: 100%;
    font-size: clamp(40px, 13vw, 52px) !important;
    line-height: 1.28 !important;
    overflow-wrap: anywhere;
    text-align: center;
  }
  .hero__sub {
    max-width: 100%;
    font-size: 16px;
  }
  .hero__cta-row { gap: 12px; justify-content: center; }
  .btn-primary,
  .btn-ghost { max-width: 100%; }
  .hero__legend { display: none; }
  .hero__stage--diagram {
    width: min(100%, 360px);
    aspect-ratio: 1;
    min-height: 0;
    margin: 4px auto 0;
  }
  .sysdiag__card { width: 40%; }
  .sysdiag__card-meter { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
  .sysdiag__line { animation: none !important; }
}


/* === PATH B FIXES 2026-05-23-pathb === */
/* WP body has .page class from body_class() which collides with source .page wrapper. Unfreeze scroll on body. */
body.page-id-33526 { overflow: visible !important; height: auto !important; }
body.page-id-33526.page { overflow: visible !important; }
html { overflow-x: hidden; }
/* Restore Bricks-rendered html element to behave as a block container, not flex */
body.page-id-33526 main#main { display: block; }
/* Make sure source layout inside the html element flows naturally */
body.page-id-33526 .topbar { position: sticky; top: 0; z-index: 50; }
/* === END PATH B FIXES === */
body.page-id-33526 div.page { overflow: visible !important; }
body.page-id-33526 main { overflow: visible !important; }
body.page-id-33526.admin-bar .topbar { top: 32px !important; }
