:root {
  color-scheme: light;
  --paper: #f6f7ef;
  --white: #ffffff;
  --ink: #111416;
  --text: #20272d;
  --muted: #65717a;
  --line: #d9e0df;
  --panel: #eef2ee;
  --dark: #15191c;
  --lime: #c7ff41;
  --cyan: #20c7bd;
  --coral: #ff704d;
  --violet: #6f63ff;
  --shadow: 0 18px 60px rgba(17, 20, 22, .10);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(17,20,22,.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17,20,22,.045) 1px, transparent 1px),
    var(--paper);
  background-size: 48px 48px;
  overflow-x: hidden;
  line-height: 1.5;
}

.site-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-main {
  flex: 1 0 auto;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { color: var(--ink); letter-spacing: 0; line-height: .98; }
h1 { font-size: 3.5rem; font-weight: 900; max-width: 980px; }
h2 { font-size: 2.35rem; font-weight: 900; max-width: 820px; }
h3 { font-size: 1.35rem; font-weight: 850; }

.skip-link {
  position: absolute;
  top: -4rem;
  left: 1rem;
  z-index: 100;
  padding: .7rem 1rem;
  background: var(--lime);
  color: var(--ink);
  border-radius: var(--radius);
  font-weight: 850;
}
.skip-link:focus { top: 1rem; }

.page {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 247, 239, .88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.nav-shell {
  width: min(1200px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: 0;
}
.brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.nav-toggle {
  width: 44px;
  height: 44px;
  display: grid;
  place-content: center;
  gap: 5px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--lime);
}
.nav-toggle span {
  width: 18px;
  height: 2px;
  display: block;
  background: var(--ink);
}
.nav-menu {
  position: absolute;
  top: 76px;
  left: 16px;
  right: 16px;
  display: none;
  padding: 10px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}
.nav-menu.open { display: grid; }
.nav-menu a {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: .7rem .8rem;
  border-radius: 6px;
  color: var(--ink);
  font-weight: 780;
}
.nav-menu a:hover,
.nav-menu a:focus-visible {
  background: var(--panel);
  outline: none;
}
.nav-cta {
  justify-content: center;
  background: var(--ink);
  color: var(--white) !important;
}

.hero-final {
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: center;
  padding: 48px 0 34px;
}
.hero-final-grid {
  display: grid;
  gap: 18px;
}
.hero-final-copy {
  padding: 18px 0;
}
.eyebrow {
  color: #315a55;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-final-copy .eyebrow,
.section-heading .eyebrow,
.proof-panel .eyebrow,
.final-cta .eyebrow { margin-bottom: 14px; }
.hero-statement {
  max-width: 760px;
  margin-top: 18px;
  color: #3f4b52;
  font-size: 1.08rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .82rem 1rem;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  font-weight: 900;
  cursor: pointer;
}
.button-primary,
.primary {
  background: var(--lime);
  color: var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
}
.button-secondary,
.secondary {
  background: var(--white);
  color: var(--ink);
}
.text-link {
  display: inline-flex;
  width: fit-content;
  border-bottom: 2px solid var(--cyan);
  color: var(--ink);
  font-weight: 900;
}

.system-rail {
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--dark);
  color: var(--white);
  box-shadow: var(--shadow);
}
.rail-head {
  padding: 16px;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.rail-head span {
  display: block;
  color: var(--lime);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.rail-head strong {
  display: block;
  margin-top: 5px;
  font-size: 1.05rem;
}
.rail-steps {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rail-steps li {
  padding: 16px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.rail-steps li:first-child { border-top: 0; }
.rail-steps span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: .32rem .48rem;
  border-radius: 5px;
  background: var(--lime);
  color: var(--ink);
  font-size: .76rem;
  font-weight: 900;
}
.rail-steps strong {
  display: block;
  color: var(--white);
}
.rail-steps p {
  margin-top: 5px;
  color: rgba(255,255,255,.72);
}

.section {
  padding: 64px 0;
}

.page-section-pad {
  padding-top: 52px;
  padding-bottom: 72px;
}
.section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}
.section-heading p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 1rem;
}

.services-section {
  border-top: 2px solid var(--ink);
}

.journey-section {
  padding-bottom: 34px;
}

.audience-track {
  display: grid;
  gap: 14px;
}

.audience-track-compact {
  margin-bottom: 22px;
}

.audience-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 5px 5px 0 rgba(17,20,22,.14);
}

.audience-card:nth-child(1) {
  background: #f2ffe1;
}

.audience-card:nth-child(2) {
  background: var(--dark);
  color: var(--white);
  box-shadow: 5px 5px 0 var(--cyan);
}

.audience-card span,
.offering-top span,
.offering-top strong {
  color: #315a55;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.audience-card:nth-child(2) span,
.audience-card:nth-child(2) h3 {
  color: var(--lime);
}

.audience-card h3 {
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  line-height: .98;
}

.audience-card p {
  max-width: 660px;
  color: var(--muted);
}

.audience-card:nth-child(2) p {
  color: rgba(255,255,255,.74);
}

.offerings-section {
  padding-top: 54px;
}

.offering-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  min-width: 0;
}

.offering-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
  min-height: 260px;
  padding: 20px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--white);
  overflow: hidden;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.offering-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: var(--lime);
}

.offering-card:nth-child(2) {
  background: #e8fbff;
}

.offering-card:nth-child(3) {
  background: #fff1eb;
}

.offering-card:nth-child(4) {
  background: var(--dark);
  color: var(--white);
}

.offering-card:nth-child(5) {
  background: #f2ffe1;
}

.offering-card:hover,
.offering-card:focus-visible {
  box-shadow: 5px 5px 0 rgba(17,20,22,.18);
  transform: translateY(-2px);
}

.offering-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
}

.offering-top strong {
  width: fit-content;
  padding: .34rem .5rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: rgba(255,255,255,.64);
  color: var(--ink);
}

.offering-card:nth-child(4) .offering-top span,
.offering-card:nth-child(4) h3,
.offering-card:nth-child(4) h2 {
  color: var(--white);
}

.offering-card h2,
.offering-card h3 {
  max-width: 100%;
  color: var(--ink);
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  line-height: .96;
  overflow-wrap: break-word;
  word-break: break-word;
}

.offering-card p {
  max-width: 100%;
  color: var(--muted);
  overflow-wrap: break-word;
  word-break: break-word;
}

.offering-card:nth-child(4) p {
  color: rgba(255,255,255,.74);
}

.service-pathway {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.pathway-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 188px;
  padding: 18px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--dark);
  color: var(--white);
  box-shadow: 4px 4px 0 rgba(17,20,22,.16);
}

.pathway-card:nth-child(2) {
  background: #173033;
}

.pathway-card:nth-child(3) {
  background: #243018;
}

.pathway-card span,
.service-command-panel span,
.service-row span {
  color: #315a55;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pathway-card span,
.service-command-panel span {
  color: var(--lime);
}

.pathway-card h3 {
  color: var(--white);
  font-size: 1.6rem;
}

.pathway-card p {
  color: rgba(255,255,255,.74);
}

.service-system-layout {
  display: grid;
  gap: 14px;
}

.service-command-panel {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--dark);
  color: var(--white);
  box-shadow: 5px 5px 0 var(--lime);
}

.service-command-panel strong {
  display: block;
  color: var(--white);
  font-size: 1.35rem;
  line-height: 1.05;
}

.service-command-panel p {
  color: rgba(255,255,255,.72);
}

.service-command-panel .button {
  margin-top: 4px;
}

.service-group-grid {
  display: grid;
  gap: 14px;
}

.service-group {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.service-group h2,
.service-group h3 {
  padding: 12px 0 8px;
  border-bottom: 2px solid var(--ink);
  font-size: 1.35rem;
}

.service-row {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 13px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--white);
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.service-row:hover,
.service-row:focus-visible {
  background: #f2ffe1;
  box-shadow: 3px 3px 0 rgba(17,20,22,.16);
  transform: translateY(-2px);
}

.service-row strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.08;
  overflow-wrap: break-word;
}

.service-row p {
  color: #465259;
  font-size: .92rem;
}

.service-matrix {
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid var(--ink);
  background: var(--white);
}

.service-cell {
  display: grid;
  gap: 12px;
  min-height: 190px;
  padding: 18px;
  border-bottom: 1px solid var(--ink);
  background: var(--white);
}

.service-cell:last-child { border-bottom: 0; }
.service-cell:nth-child(4n + 1) { background: #f2ffe1; }
.service-cell:nth-child(4n + 2) { background: #e8fbff; }
.service-cell:nth-child(4n + 3) { background: #fff1eb; }
.service-cell span {
  color: #315a55;
  font-weight: 900;
}
.service-cell strong {
  color: var(--ink);
  font-size: 1.2rem;
  line-height: 1.08;
}
.service-cell p {
  color: #465259;
}

.products-section {
  border-top: 2px solid var(--ink);
}
.product-lineup {
  display: grid;
  gap: 14px;
  min-width: 0;
}
.product-tile {
  display: grid;
  align-content: start;
  gap: 16px;
  width: 100%;
  min-width: 0;
  min-height: 300px;
  padding: 18px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 5px 5px 0 rgba(17,20,22,.18);
}
.product-tile-live {
  background: var(--dark);
  color: var(--white);
  box-shadow: 6px 6px 0 var(--lime);
}
.tile-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.tile-meta span,
.tile-meta strong {
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.tile-meta span {
  color: var(--cyan);
}
.tile-meta strong {
  padding: .32rem .48rem;
  border: 1px solid currentColor;
  border-radius: 5px;
}
.product-tile h3 {
  font-size: 2rem;
  overflow-wrap: anywhere;
  word-break: normal;
}
.product-tile-live h3 {
  color: var(--white);
}
.product-tile p {
  color: var(--muted);
  min-width: 0;
  overflow-wrap: break-word;
}
.product-tile-live p {
  color: rgba(255,255,255,.74);
}
.tile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tile-tags li {
  max-width: 100%;
  padding: .42rem .55rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 5px;
  color: rgba(255,255,255,.82);
  font-size: .82rem;
  font-weight: 800;
  overflow-wrap: break-word;
}

.proof-panel {
  display: grid;
  gap: 22px;
  border-top: 2px solid var(--ink);
}
.proof-grid {
  display: grid;
  gap: 12px;
}
.proof-grid article {
  padding: 16px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--panel);
}
.proof-grid span {
  color: #315a55;
  font-weight: 900;
}
.proof-grid strong {
  display: block;
  margin-top: 18px;
  color: var(--ink);
  font-size: 1.1rem;
}
.proof-grid p {
  margin-top: 6px;
  color: var(--muted);
}

.notes-section {
  border-top: 2px solid var(--ink);
}
.note-list {
  border-top: 1px solid var(--ink);
}
.note-row {
  display: grid;
  gap: 8px;
  padding: 18px 0;
  border-bottom: 1px solid var(--ink);
}
.note-row span,
.card-meta {
  color: #315a55;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.note-row p,
.content-card p,
.mosaic-item p {
  color: var(--muted);
}

.final-cta {
  display: grid;
  gap: 18px;
  align-items: center;
  margin-bottom: 64px;
  padding: 20px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--cyan);
  box-shadow: 6px 6px 0 var(--ink);
}

.page-hero {
  width: 100%;
  max-width: none;
  padding: 58px 0 34px;
  background: var(--panel);
  border-bottom: 1px solid var(--ink);
}
.page-hero > * {
  width: min(1200px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}
.page-hero h1 {
  font-size: 3rem;
}
.page-hero p:not(.eyebrow) {
  max-width: 740px;
  margin-top: 12px;
  color: var(--muted);
}

.detail-hero .button {
  width: fit-content;
  min-width: 220px;
  max-width: calc(100% - 32px);
  margin-top: 18px;
  margin-left: 16px;
}

.page-hero .button {
  width: fit-content;
  max-width: calc(100% - 32px);
  margin-left: 16px;
}

.card-grid,
.service-mosaic {
  display: grid;
  gap: 12px;
}
.content-card,
.mosaic-item,
.feature-panel {
  display: block;
  padding: 18px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 4px 4px 0 rgba(17,20,22,.12);
}
.content-card h2,
.mosaic-item h2,
.mosaic-item h3 {
  margin-top: 8px;
  font-size: 1.45rem;
}
.mosaic-item span {
  color: #315a55;
  font-weight: 900;
}
.split-section {
  display: grid;
  gap: 18px;
}
.feature-panel p + p {
  margin-top: 12px;
}

.insight-grid,
.case-grid {
  display: grid;
  gap: 14px;
}

.insight-card,
.case-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 240px;
  padding: 18px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 5px 5px 0 rgba(17,20,22,.14);
}

.insight-card:nth-child(3n + 1),
.case-card:nth-child(3n + 1) {
  background: #f2ffe1;
}

.insight-card:nth-child(3n + 2),
.case-card:nth-child(3n + 2) {
  background: #e8fbff;
}

.insight-card:nth-child(3n + 3),
.case-card:nth-child(3n + 3) {
  background: #fff1eb;
}

.insight-card span,
.case-card span {
  color: #315a55;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.insight-card h2,
.case-card h2,
.product-tile h2 {
  font-size: 1.75rem;
}

.insight-card p,
.case-card p {
  color: var(--muted);
}

.case-outcome {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(17,20,22,.18);
}

.case-outcome strong {
  display: block;
  color: var(--ink);
}

.success-hero {
  text-align: center;
}

.success-hero p:not(.eyebrow) {
  margin-left: auto;
  margin-right: auto;
}

.success-section {
  padding-top: 34px;
}

.success-panel {
  display: grid;
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
  padding: 22px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.success-mark {
  width: fit-content;
  padding: .45rem .62rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.success-copy h2 {
  max-width: 760px;
  font-size: clamp(2rem, 5vw, 4rem);
}

.success-copy p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 10px;
  color: var(--muted);
}

.success-steps {
  display: grid;
  gap: 10px;
}

.success-steps article {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 15px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--panel);
}

.success-steps span,
.case-card-top span,
.delivery-copy span,
.service-next-step span {
  color: #315a55;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.success-steps strong {
  color: var(--ink);
  font-size: 1.08rem;
}

.success-steps p {
  color: var(--muted);
}

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

.service-detail-system {
  display: grid;
  gap: 24px;
}

.service-detail-heading {
  display: grid;
  gap: 10px;
  max-width: 740px;
}

.service-detail-heading h2 {
  line-height: .92;
}

.service-detail-heading > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}

.service-delivery-panel {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.delivery-copy,
.delivery-list {
  min-width: 0;
  padding: 20px;
}

.delivery-copy {
  display: grid;
  align-content: start;
  gap: 12px;
  background: var(--dark);
  color: var(--white);
}

.delivery-copy span,
.service-next-step span {
  color: var(--lime);
}

.delivery-copy h3,
.delivery-list h3 {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1;
}

.delivery-copy h3 {
  color: var(--white);
}

.delivery-copy p {
  color: rgba(255,255,255,.74);
}

.green-check-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.green-check-list li {
  position: relative;
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 13px 13px 13px 46px;
  border: 1px solid rgba(17,20,22,.16);
  border-radius: var(--radius);
  background: #fbfffa;
}

.green-check-list li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 14px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--lime);
  box-shadow: 2px 2px 0 var(--ink);
}

.green-check-list li::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 20px;
  width: 8px;
  height: 4px;
  border-left: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transform: rotate(-45deg);
}

.green-check-list strong {
  color: var(--ink);
  font-size: 1.02rem;
}

.green-check-list span {
  color: var(--muted);
}

.service-next-step {
  display: grid;
  gap: 14px;
  align-items: center;
  margin-bottom: 54px;
  padding: 18px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--dark);
  color: var(--white);
  box-shadow: 5px 5px 0 var(--lime);
}

.service-next-step strong {
  display: block;
  max-width: 720px;
  margin-top: 6px;
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1.15;
}

.service-next-step .button {
  width: fit-content;
  justify-self: start;
}

.case-study-system {
  display: grid;
  gap: 20px;
}

.case-intro-panel {
  display: grid;
  gap: 16px;
  align-items: end;
  padding-bottom: 22px;
  border-bottom: 2px solid var(--ink);
}

.case-intro-panel h2 {
  max-width: 760px;
  line-height: .92;
}

.case-intro-panel > p {
  max-width: 560px;
  color: var(--muted);
}

.case-grid-upgraded {
  align-items: stretch;
}

.case-card-upgraded {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 320px;
  padding: 22px;
}

.case-card-upgraded::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: var(--lime);
}

.case-card-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
}

.case-card-top strong {
  width: fit-content;
  padding: .34rem .5rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  color: var(--ink);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.case-card-upgraded h2 {
  max-width: 520px;
  font-size: clamp(1.8rem, 3.4vw, 2.75rem);
  line-height: .96;
}

.case-card-upgraded > p {
  max-width: 620px;
  font-size: 1rem;
}

.about-system {
  display: grid;
  gap: 24px;
}

.about-grid {
  display: grid;
  gap: 12px;
}

.about-grid article {
  padding: 18px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--dark);
  color: var(--white);
}

.about-grid span {
  color: var(--lime);
  font-weight: 900;
}

.about-grid strong {
  display: block;
  margin-top: 24px;
  color: var(--white);
  font-size: 1.12rem;
}

.about-grid p {
  margin-top: 8px;
  color: rgba(255,255,255,.72);
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: 860px;
}

.process-band,
.cta-band {
  padding: 20px;
  border-radius: var(--radius);
  background: var(--dark);
  color: var(--white);
}
.process-band h2,
.cta-band h2 { color: var(--white); }
.process-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.process-list li {
  padding: 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius);
}
.process-list span {
  display: block;
  margin-top: 5px;
  color: rgba(255,255,255,.72);
}

.form-section { padding-top: 28px; }
.contact-form,
.admin-form,
.login-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.admin-post-form {
  align-items: start;
}

.admin-title-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
  justify-content: space-between;
}

.post-parser-panel {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--dark);
  color: var(--white);
}

.post-parser-panel h2 {
  color: var(--white);
  font-size: 1.4rem;
}

.post-parser-panel p {
  color: rgba(255,255,255,.72);
}

.post-parser-panel textarea {
  min-height: 220px;
  background: #fbfffa;
}

.parser-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.parser-actions span {
  color: rgba(255,255,255,.72);
  font-weight: 800;
}

.admin-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.admin-delete-form {
  width: min(420px, 100%);
  margin-top: 16px;
}

.button.danger,
.danger {
  background: #ffe2da;
  color: #8c2415;
  box-shadow: 4px 4px 0 var(--ink);
}
label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 850;
}
input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  padding: .82rem .9rem;
  background: var(--white);
  color: var(--ink);
}

.custom-select {
  position: relative;
  display: block;
  width: 100%;
}

.select-button {
  width: 100%;
  min-height: 52px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  align-items: center;
  gap: 10px;
  padding: .82rem .72rem .82rem .9rem;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  text-align: left;
  font-weight: 900;
  cursor: pointer;
}

.select-button span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select-mark {
  position: relative;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 6px;
  background: var(--lime);
}

.select-mark::before,
.select-mark::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  background: var(--ink);
  transition: transform .16s ease;
}

.select-mark::before {
  transform: translateX(-3px) rotate(45deg);
}

.select-mark::after {
  transform: translateX(3px) rotate(-45deg);
}

.custom-select.is-open .select-mark::before {
  transform: translateX(-3px) rotate(-45deg);
}

.custom-select.is-open .select-mark::after {
  transform: translateX(3px) rotate(45deg);
}

.select-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 30;
  display: none;
  padding: 6px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 5px 5px 0 rgba(17,20,22,.16);
}

.custom-select.is-open .select-menu {
  display: grid;
  gap: 4px;
}

.select-menu button {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--ink);
  text-align: left;
  padding: .65rem .75rem;
  font-weight: 850;
  cursor: pointer;
}

.select-menu button:hover,
.select-menu button:focus-visible,
.select-menu button[aria-selected="true"] {
  background: var(--lime);
  outline: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(32, 199, 189, .42);
  outline-offset: 2px;
}
.wide { grid-column: 1 / -1; }
.form-error {
  padding: .8rem;
  border-radius: var(--radius);
  background: #ffe2da;
  color: #8c2415;
}

.article-page {
  width: min(820px, calc(100% - 32px));
  margin: 0 auto;
  padding: 58px 0;
}
.article-page h1 {
  font-size: 3rem;
}
.article-excerpt,
.article-body {
  margin-top: 16px;
  color: var(--muted);
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.article-tags small {
  padding: .34rem .5rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-size: .72rem;
  font-weight: 950;
}
.faq-list details {
  padding: 16px;
  margin-bottom: 10px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--white);
}
.faq-list details p {
  margin-top: 10px;
  color: var(--muted);
}
.faq-list summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 900;
}

.site-footer {
  flex-shrink: 0;
  padding: 44px 0 24px;
  background: var(--dark);
  color: rgba(255,255,255,.72);
}
.footer-grid {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  gap: 24px;
}
.site-footer .brand { color: var(--white); }
.footer-grid h2 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.footer-grid a:not(.brand) {
  display: block;
  padding: 4px 0;
}
.footer-bottom {
  width: min(1200px, calc(100% - 32px));
  margin: 28px auto 0;
  color: rgba(255,255,255,.5);
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .36s ease, transform .36s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.admin-body,
.admin-login-body { background: #eef1f2; }
.admin-header {
  display: grid;
  gap: .8rem;
  padding: .9rem 1rem;
  color: var(--white);
  background: var(--dark);
}
.admin-header .brand { color: var(--white); }
.admin-header nav {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
}
.admin-header nav a {
  padding: .55rem .7rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius);
}
.admin-main {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 2rem 0;
}
.admin-title { margin-bottom: 1rem; }
.admin-title h1 { font-size: 2.6rem; }
.admin-stats {
  display: grid;
  gap: .8rem;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.admin-stats article,
.admin-card {
  padding: 1rem;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--white);
}
.admin-stats span {
  color: var(--muted);
  text-transform: capitalize;
}
.admin-stats strong {
  display: block;
  color: var(--ink);
  font-size: 2rem;
}
.admin-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}
.table-wrap {
  overflow-x: auto;
  margin-top: 1rem;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--white);
}
table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}
th,
td {
  padding: .75rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
th {
  color: var(--muted);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.table-actions {
  display: flex;
  gap: .4rem;
}
.table-actions button {
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--white);
  padding: .4rem .65rem;
}
.checkline {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.checkline input { width: auto; }
.login-panel {
  width: min(420px, calc(100% - 32px));
  margin: 10vh auto;
}
.twofa-card code { overflow-wrap: anywhere; }

@media (min-width: 680px) {
  h1 { font-size: 5rem; }
  h2 { font-size: 3.1rem; }
  .hero-statement { font-size: 1.18rem; }
  .command-grid,
  .rail-steps,
  .proof-grid { grid-template-columns: repeat(3, 1fr); }
  .rail-steps li { border-top: 0; border-left: 1px solid rgba(255,255,255,.12); }
  .rail-steps li:first-child { border-left: 0; }
  .audience-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .offering-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .offering-card:first-child { grid-column: span 2; min-height: 220px; }
  .service-pathway { grid-template-columns: repeat(3, 1fr); }
  .service-group-grid { grid-template-columns: repeat(2, 1fr); }
  .service-group:nth-child(2) { grid-row: span 2; }
  .service-matrix { grid-template-columns: repeat(2, 1fr); }
  .service-cell { border-right: 1px solid var(--ink); }
  .service-cell:nth-child(2n) { border-right: 0; }
  .product-lineup,
  .card-grid,
  .service-mosaic,
  .insight-grid,
  .case-grid,
  .about-grid { grid-template-columns: repeat(3, 1fr); }
  .success-steps { grid-template-columns: repeat(3, 1fr); }
  .service-delivery-panel { grid-template-columns: .86fr 1.14fr; }
  .service-next-step { grid-template-columns: minmax(0, 1fr) auto; }
  .case-intro-panel { grid-template-columns: minmax(0, 1fr) minmax(260px, .62fr); }
  .case-grid-upgraded { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-tile-live { grid-column: span 2; }
  .note-row { grid-template-columns: 140px 1fr 1.2fr auto; align-items: center; }
  .final-cta { grid-template-columns: 1fr auto; }
  .split-section { grid-template-columns: .8fr 1.2fr; }
  .process-list { grid-template-columns: repeat(4, 1fr); }
  .contact-form,
.admin-form { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
  .admin-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 920px) {
  .nav-toggle { display: none; }
  .nav-menu {
    position: static;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .nav-menu a { min-height: 40px; padding: .45rem .55rem; }
  .nav-cta { padding-inline: .85rem !important; }
  .hero-final-grid { grid-template-columns: 1.08fr .92fr; align-items: end; }
  .offerings-page-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .offerings-page-grid .offering-card:first-child { grid-column: span 1; }
  .offerings-page-grid .offering-card { min-height: 300px; }
  .service-system-layout { grid-template-columns: 270px minmax(0, 1fr); align-items: start; }
  .service-command-panel { position: sticky; top: 96px; }
  .service-group-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-group:nth-child(2) { grid-row: auto; }
  .service-detail-system { grid-template-columns: .55fr 1.45fr; align-items: start; }
  .service-detail-heading { position: sticky; top: 96px; }
  .service-matrix { grid-template-columns: repeat(3, 1fr); }
  .service-cell:nth-child(2n) { border-right: 1px solid var(--ink); }
  .service-cell:nth-child(3n) { border-right: 0; }
  .proof-panel { grid-template-columns: .8fr 1.2fr; }
}

@media (min-width: 1160px) {
  h1 { font-size: 6.6rem; }
  h2 { font-size: 3.8rem; }
  .hero-statement { font-size: 1.24rem; }
  .product-tile h3 { font-size: 2.2rem; }
}

@media (max-width: 430px) {
  .page,
  .nav-shell,
  .footer-grid,
  .footer-bottom,
  .page-hero > * {
    width: min(100% - 24px, 1200px);
  }
  h1 { font-size: 2.9rem; }
  h2,
  .page-hero h1,
  .article-page h1 { font-size: 2.15rem; }
  .hero-final { min-height: auto; padding-top: 34px; }
  .button { width: 100%; }
  .page-hero .button,
  .detail-hero .button {
    width: min(100% - 24px, 420px);
    max-width: min(100% - 24px, 420px);
  }
  .product-tile,
  .service-cell,
  .offering-card {
    min-height: auto;
  }
  .audience-card,
  .offering-card {
    padding: 16px;
  }
  .audience-card h3,
  .offering-card h2,
  .offering-card h3 {
    font-size: 1.7rem;
  }
  .offering-top {
    align-items: flex-start;
    flex-direction: column;
  }
  .services-section {
    padding-top: 48px;
  }
  .service-pathway {
    gap: 10px;
  }
  .pathway-card {
    min-height: auto;
    padding: 15px;
  }
  .pathway-card h3 {
    font-size: 1.3rem;
  }
  .service-command-panel {
    padding: 15px;
    box-shadow: 3px 4px 0 var(--lime);
  }
  .service-command-panel .button {
    width: 100%;
  }
  .service-group h2,
  .service-group h3 {
    font-size: 1.16rem;
  }
  .service-row {
    padding: 12px;
  }
  .service-row strong {
    font-size: .98rem;
  }
  .product-lineup {
    gap: 12px;
  }
  .product-tile {
    padding: 16px;
    box-shadow: 3px 3px 0 rgba(17,20,22,.18);
  }
  .product-tile-live {
    box-shadow: 3px 5px 0 var(--lime);
  }
  .product-tile h2,
  .product-tile h3 {
    font-size: 1.78rem;
    line-height: 1.02;
  }
  .product-tile-live h3 {
    font-size: 1.62rem;
  }
  .tile-tags {
    display: grid;
    grid-template-columns: 1fr;
  }
  .tile-meta {
    align-items: flex-start;
    flex-direction: column;
  }
  .select-menu {
    position: relative;
    top: auto;
    margin-top: 8px;
  }
  .success-panel,
  .delivery-copy,
  .delivery-list,
  .case-card-upgraded {
    padding: 16px;
  }
  .success-copy h2 {
    font-size: 2rem;
  }
  .success-actions,
  .service-next-step {
    grid-template-columns: 1fr;
  }
  .service-next-step .button {
    width: 100%;
  }
  .green-check-list li {
    padding: 12px 12px 12px 42px;
  }
  .case-intro-panel h2 {
    font-size: 2.05rem;
  }
  .case-card-upgraded {
    min-height: auto;
  }
  .case-card-upgraded h2 {
    font-size: 1.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
