/*
  ORIAN AI redesign v02
  Visual-only redesign for index-local-v02.html.
  Original page content, copy, metrics, navigation labels, and interactions are preserved.
*/

:root,
html[data-theme="dark"],
html[data-theme="light"] {
  color-scheme: light;
  --black: #ffffff;
  --ink: #f5f7f7;
  --panel: #ffffff;
  --panel-2: #f3f5f5;
  --line: rgba(29, 31, 31, 0.12);
  --line-strong: rgba(20, 187, 48, 0.36);
  --green: #14bb30;
  --green-soft: rgba(20, 187, 48, 0.12);
  --cyan: #E7EBEB;
  --violet: #F3F5F5;
  --white: #1d1f1f;
  --text: #1d1f1f;
  --muted: #626c6c;
  --dim: #777979;
  --shadow: 0 18px 48px rgba(17, 19, 19, 0.08);
  --radius: 8px;
  --font-display: "Gambarino", Georgia, "Times New Roman", serif;
  --font-body: "DM Sans", Inter, "Segoe UI", system-ui, sans-serif;
}

html {
  margin: 0;
  background: #ffffff;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: #ffffff;
}

body > meta,
body > title,
body > link,
body > style {
  display: none !important;
}

body::selection {
  color: #ffffff;
  background: #14bb30;
}

a { text-decoration-thickness: 1px; }

html[data-theme="dark"] .site-nav,
html[data-theme="light"] .site-nav,
.site-nav {
  overflow: hidden;
  top: 10px;
  left: 50%;
  right: auto;
  width: min(880px, calc(100% - 48px));
  min-height: 48px;
  height: 48px;
  padding: 0 14px 0 18px;
  transform: translateX(-50%);
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.055) 34%, rgba(255, 255, 255, 0.16) 70%, rgba(255, 255, 255, 0.07)),
    linear-gradient(180deg, rgba(12, 112, 178, 0.34), rgba(4, 68, 117, 0.24));
  border: 1px solid rgba(220, 246, 255, 0.48);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -16px 28px rgba(3, 54, 95, 0.18),
    0 14px 34px rgba(5, 46, 85, 0.16);
  backdrop-filter: blur(34px) saturate(190%) contrast(1.08);
  -webkit-backdrop-filter: blur(34px) saturate(190%) contrast(1.08);
}

html[data-theme="dark"] .site-nav::before,
html[data-theme="light"] .site-nav::before,
.site-nav::before {
  content: "";
  position: absolute;
  inset: 1px 1px auto 1px;
  height: 48%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0));
  pointer-events: none;
}

html[data-theme="dark"] .site-nav > *,
html[data-theme="light"] .site-nav > *,
.site-nav > * {
  position: relative;
  z-index: 1;
}

html[data-theme="dark"] .brand-logo,
html[data-theme="light"] .brand-logo,
.brand-logo {
  width: 118px;
  height: auto;
  min-height: 24px;
  filter: invert(52%) sepia(93%) saturate(1674%) hue-rotate(92deg) brightness(92%) contrast(91%);
}

.nav-links {
  gap: 22px;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 850;
  text-shadow: 0 1px 10px rgba(4, 42, 78, 0.34);
}

.nav-links a:hover {
  color: #ffffff;
}

body.lead-modal-open {
  overflow: hidden;
}

.lead-modal[hidden] {
  display: none;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
}

.lead-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 12, 18, 0.58);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.lead-modal-panel {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(248, 252, 249, 0.84)),
    rgba(255, 255, 255, 0.76);
  box-shadow: 0 30px 80px rgba(12, 28, 38, 0.28);
  color: #1d1f1f;
}

.lead-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(29, 31, 31, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  color: #1d1f1f;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.lead-modal-panel h2 {
  max-width: 520px;
  margin: 8px 0 10px;
  color: #1d1f1f;
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 52px);
  line-height: 0.98;
  font-weight: 400;
}

.lead-modal-panel p {
  margin: 0 0 24px;
  color: #626c6c;
}

.lead-form {
  display: grid;
  gap: 18px;
}

.lead-form-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

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

.lead-form label {
  display: grid;
  gap: 8px;
  color: #1d1f1f;
  font-size: 13px;
  font-weight: 800;
}

.lead-form label span {
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(29, 31, 31, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: #1d1f1f;
  font: inherit;
  font-weight: 500;
  padding: 12px 13px;
  outline: none;
}

.lead-form textarea {
  resize: vertical;
  min-height: 132px;
}

.lead-form input:focus,
.lead-form textarea:focus {
  border-color: #14bb30;
  box-shadow: 0 0 0 3px rgba(20, 187, 48, 0.14);
}

.lead-form-submit {
  justify-self: start;
}

@media (max-width: 640px) {
  .lead-modal {
    padding: 14px;
  }

  .lead-modal-panel {
    padding: 28px 20px;
  }

  .lead-form-grid {
    grid-template-columns: 1fr;
  }

  .lead-form-submit {
    width: 100%;
  }
}

.nav-cta,
.button-primary {
  color: #ffffff;
  background: #14bb30;
  border-color: #14bb30;
  box-shadow: none;
}

.nav-cta:hover,
.button-primary:hover {
  color: #ffffff;
  background: #0c701d;
  border-color: #0c701d;
}

.button-secondary,
.theme-toggle {
  color: #1d1f1f;
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(29, 31, 31, 0.18);
}

.theme-toggle {
  display: none;
}

.button-secondary:hover,
.theme-toggle:hover {
  color: #0c701d;
  background: #ffffff;
  border-color: rgba(20, 187, 48, 0.42);
}

.theme-toggle-track {
  background: #e7ebeb;
  box-shadow: inset 0 0 0 1px rgba(29, 31, 31, 0.12);
}

.theme-toggle-thumb {
  background: #14bb30;
}

html[data-theme="dark"] .hero,
html[data-theme="light"] .hero,
.hero {
  min-height: 640px;
  place-items: center;
  padding: 112px 48px 210px;
  background:
    linear-gradient(180deg, rgba(4, 89, 151, 0.44) 0%, rgba(78, 144, 184, 0.34) 46%, rgba(217, 228, 232, 0.18) 100%),
    url("tara-meinczinger-XQKSvcj8D3c-unsplash.jpg") center 44% / cover no-repeat;
}

html[data-theme="dark"] .hero::before,
html[data-theme="light"] .hero::before,
.hero::before,
html[data-theme="dark"] .hero-blueprint,
html[data-theme="light"] .hero-blueprint,
.hero-blueprint,
.blueprint-halo,
.blueprint-svg,
html[data-theme="dark"] .hero-inner::before,
html[data-theme="light"] .hero-inner::before,
.hero-inner::before {
  display: none !important;
}

html[data-theme="dark"] .hero::after,
html[data-theme="light"] .hero::after,
.hero::after {
  display: none !important;
}

.hero-inner {
  width: min(880px, 100%);
  justify-items: center;
  text-align: center;
  transform: translateY(-18px);
}

html[data-theme="dark"] .hero h1,
html[data-theme="light"] .hero h1,
.hero h1 {
  max-width: 820px;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(58px, 7.2vw, 96px);
  line-height: 1;
  font-weight: 400;
  text-transform: none;
  text-shadow: 0 12px 34px rgba(30, 70, 96, 0.28);
}

html[data-theme="dark"] .hero-statement,
html[data-theme="light"] .hero-statement,
.hero-statement {
  max-width: 760px;
  margin: 24px 0 0;
  color: #ffffff;
  font-family: var(--font-body);
  font-size: clamp(13px, 1.25vw, 17px);
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 7px;
  text-transform: uppercase;
  text-shadow: 0 8px 24px rgba(30, 70, 96, 0.22);
}

html[data-theme="dark"] .hero-statement em,
html[data-theme="light"] .hero-statement em,
.hero-statement em {
  color: inherit;
  font-style: normal;
  font-family: inherit;
  font-weight: inherit;
}

html[data-theme="dark"] .hero-definition,
html[data-theme="light"] .hero-definition,
.hero-definition {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 650;
  text-shadow: 0 8px 24px rgba(30, 70, 96, 0.2);
}

.hero-actions {
  justify-content: center;
}

.button {
  min-height: 46px;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 900;
}

.section {
  scroll-margin-top: 86px;
  padding: 104px 48px;
  background: #ffffff;
}

.section-inner {
  width: min(1180px, 100%);
}

.section-kicker {
  text-align: center;
  margin-bottom: 20px;
  color: #14bb30;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.section-title,
.assurance-claim h2,
.case-callout h2,
.foundation-band h2,
.final-cta h2 {
  color: #1d1f1f;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
}

.section-title {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1;
}

.section-title em,
.assurance-claim h2 em,
.how .section-title em {
  color: #0c701d;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
}

.section-copy,
.assurance-claim p,
.case-callout p {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #626c6c;
  font-size: 18px;
  line-height: 1.65;
}

.assurance-claim {
  position: relative;
  z-index: 2;
  margin-top: -38px;
  padding-top: 16px;
  padding-bottom: 96px;
  background: #ffffff !important;
  border-top: 0;
  border-bottom: 1px solid var(--line);
}

.assurance-claim::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -50px;
  z-index: -1;
  width: 132vw;
  height: 82px;
  transform: translateX(-50%);
  pointer-events: none;
  border-radius: 50% 50% 0 0 / 72% 72% 0 0;
  background: #ffffff;
}

html[data-theme="dark"] .assurance-claim,
html[data-theme="light"] .assurance-claim,
.assurance-claim {
  background: #ffffff !important;
  background-image: none !important;
}

html[data-theme="dark"] .assurance-claim::before,
html[data-theme="light"] .assurance-claim::before,
.assurance-claim::before {
  background: #ffffff !important;
  background-image: none !important;
}

.assurance-claim h2 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: clamp(44px, 7vw, 92px);
  line-height: 0.98;
}

.proof {
  background: #f5f7f7;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-layout {
  position: relative;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.62fr);
  gap: 50px;
}

.proof-layout::after {
  content: "";
  min-height: 360px;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(12, 12, 12, 0.05), rgba(12, 12, 12, 0.28)),
    url("images/redesign-v01/insights-desk.jpg") center 44% / cover no-repeat;
  box-shadow: var(--shadow);
}

.quote-card {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.quote-mark {
  color: #14bb30;
}

.quote-card blockquote {
  color: #1d1f1f;
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 400;
}

.quote-card cite,
.customer-lockup {
  color: #626c6c;
}

.proof-points {
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-point {
  border-top: 1px solid var(--line);
}

.proof-point strong,
.case-callout-stat strong,
.showcase-metric strong {
  color: #1d1f1f;
  font-family: var(--font-display);
  font-weight: 400;
}

.proof-point span,
.case-callout-stat span,
.showcase-metric span {
  color: #626c6c;
}

.why,
.different,
.how,
.components,
.roles,
.foundation {
  background: #ffffff;
}

.why-grid {
  gap: 18px;
  background: transparent;
  border: 0;
}

.why-card,
.component-card,
.showcase-card,
.role-panel,
.partner-tile,
.advantage-item,
.operating-step {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.why-card {
  min-height: 282px;
  padding: 28px;
}

.why-card span,
.component-index,
.showcase-client,
.showcase-tag,
.role-outcome strong {
  color: #14bb30;
  font-family: var(--font-body);
}

.why-card h3,
.different-principle h3,
.different-column h3,
.component-card h3,
.showcase-card h3,
.role-panel h3,
.operating-step strong {
  color: #1d1f1f;
  font-family: var(--font-display);
  font-weight: 400;
}

.why-card p,
.different-principle p,
.different-column li,
.component-purpose,
.capability-list li,
.showcase-card p,
.role-panel p,
.role-panel li,
.operating-step p {
  color: #626c6c;
}

.different {
  background: #f5f7f7;
}

.different-layout {
  position: relative;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 24px;
}

.different-principle {
  border: 1px solid var(--line);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.different-principle::before {
  content: "";
  display: block;
  height: 210px;
  margin: -12px -12px 28px;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(12, 12, 12, 0.02), rgba(12, 12, 12, 0.22)),
    url("images/redesign-v01/nature-kanban.png") center 45% / cover no-repeat;
}

.different-columns {
  gap: 18px;
  background: transparent;
  border: 0;
}

.different-column {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.different-column li {
  grid-template-columns: 14px 1fr;
}

.different-column li::before {
  width: 7px;
  height: 7px;
  border-radius: 0;
  background: #14bb30;
}

.not-column li::before {
  background: #a5a5a5;
}

.advantage-row {
  gap: 16px;
}

.advantage-item {
  background: #ffffff;
}

.advantage-item strong {
  color: #0c701d;
}

.advantage-item span {
  color: #626c6c;
}

.case-callout {
  background: #ffffff;
}

.case-callout-panel {
  align-items: stretch;
  border: 1px solid var(--line);
  background: #f5f7f7;
  box-shadow: none;
}

.case-callout-panel::before {
  content: "";
  display: block;
  min-height: 360px;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(12, 12, 12, 0.05), rgba(12, 12, 12, 0.3)),
    url("images/redesign-v01/healthcare.jpg") center 44% / cover no-repeat;
  grid-column: 2;
  grid-row: 1;
}

.case-callout-panel > div:first-child {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
}

.case-callout-stats {
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.myeyedr-logo,
.showcase-logo {
  background: #ffffff;
  border: 1px solid var(--line);
}

.case-study-abstract {
  background: #ffffff;
  scroll-margin-top: 96px;
}

.case-study-abstract .section-inner {
  width: min(1180px, 100%);
}

.abstract-case-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(29, 31, 31, 0.12);
  border-radius: var(--radius);
  background: #eef4e9;
  box-shadow: 0 24px 70px rgba(17, 19, 19, 0.12);
  isolation: isolate;
}

.abstract-case-card::before,
.abstract-case-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.abstract-case-card::before {
  z-index: -2;
  background-image: var(--case-image);
  background-position: var(--case-position);
  background-repeat: no-repeat;
  background-size: var(--case-size, cover);
  filter: saturate(0.92) contrast(1.08) brightness(1.02);
  transform: scale(1.04);
}

.abstract-case-card::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 38%, rgba(255, 255, 255, 0.58) 66%, rgba(255, 255, 255, 0.3) 100%),
    radial-gradient(circle at 11% 12%, rgba(20, 187, 48, 0.18), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(232, 249, 236, 0.26));
}

.abstract-case-card.wealth {
  --case-image: url("images/redesign-v01/abstract-leaf-dq7jErOBJbo.jpg");
  --case-position: 54% 50%;
  --case-size: cover;
}

.abstract-case-inner {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: center;
  padding: 42px;
}

.abstract-case-copy {
  min-width: 0;
  padding: 28px 30px 30px;
  border-radius: var(--radius);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.72));
  box-shadow: 0 18px 46px rgba(17, 19, 19, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.abstract-pill {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin-bottom: 14px;
  padding: 4px 9px;
  border-radius: 999px;
  color: #1d1f1f;
  background: rgba(20, 187, 48, 0.14);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.abstract-customer-name {
  max-width: 740px;
  margin: 0 0 26px;
  color: #1d1f1f;
  font-family: var(--font-display);
  font-size: 42px;
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
}

.abstract-quote-card {
  position: relative;
  margin: 0;
  padding: 22px 0 0 56px;
  border-top: 1px solid rgba(29, 31, 31, 0.14);
}

.abstract-quote-card::before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: 6px;
  color: #14bb30;
  font-family: var(--font-display);
  font-size: 78px;
  line-height: 1;
}

.abstract-case-title {
  max-width: 720px;
  margin: 0;
  color: #1d1f1f;
  font-family: var(--font-display);
  font-size: 42px;
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: 0;
}

.abstract-case-detail {
  max-width: 650px;
  margin: 15px 0 0;
  color: #626c6c;
  font-size: 14px;
  font-weight: 700;
}

.abstract-case-metrics {
  display: grid;
  gap: 16px;
  align-content: center;
  padding: 0;
}

.abstract-metric {
  padding: 18px;
  border: 1px solid rgba(29, 31, 31, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 34px rgba(17, 19, 19, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.abstract-metric strong {
  display: block;
  color: #1d1f1f;
  font-family: var(--font-display);
  font-size: 35px;
  line-height: 0.95;
  font-weight: 400;
}

.abstract-metric span {
  display: block;
  margin-top: 7px;
  color: #626c6c;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 650;
}

.how {
  background: #f5f7f7;
}

.how-grid {
  align-items: stretch;
}

.intelligence-lane,
.intersection,
.operating-step {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.intelligence-lane h3,
.intersection-core strong {
  color: #1d1f1f;
  font-family: var(--font-display);
  font-weight: 400;
}

.intelligence-lane p,
.intersection-core span,
.lane-list li {
  color: #626c6c;
}

.lane-list li::before {
  background: #14bb30;
}

.ai-lane li::before {
  background: #0c701d;
}

.intersection {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.78)),
    url("images/redesign-v01/ai-leaf.jpg") center 46% / cover no-repeat;
}

.intersection svg {
  opacity: 0.2;
}

.intersection-core {
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(20, 187, 48, 0.22);
}

.operating-strip {
  gap: 16px;
}

.components {
  background: #ffffff;
}

.component-grid {
  gap: 22px;
}

.component-card {
  min-height: 450px;
  padding: 30px;
}

.component-card::before {
  content: "";
  display: block;
  height: 150px;
  margin: -8px -8px 28px;
  border-radius: var(--radius);
  background-position: center;
  background-size: cover;
}

.component-card.engineering::before {
  background-image:
    linear-gradient(180deg, rgba(12, 12, 12, 0.04), rgba(12, 12, 12, 0.22)),
    url("images/redesign-v01/data-center.jpg");
}

.component-card.business::before {
  background-image:
    linear-gradient(180deg, rgba(12, 12, 12, 0.02), rgba(12, 12, 12, 0.22)),
    url("images/redesign-v01/finance-city.jpg");
}

.component-card.harness::before {
  background-image:
    linear-gradient(180deg, rgba(12, 12, 12, 0.04), rgba(12, 12, 12, 0.2)),
    url("images/redesign-v01/ai-leaf.jpg");
}

.component-card.engineering,
.component-card.business,
.component-card.harness {
  border-top: 1px solid var(--line);
}

.component-link a {
  color: #0c701d;
}

.components-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  gap: 28px;
  align-items: end;
  max-width: none;
  margin-bottom: 36px;
}

.components-head .section-kicker,
.components-head .section-title,
.components-head .section-copy {
  text-align: left;
}

.components-head .section-title {
  margin-left: 0;
  margin-right: 0;
}

.components-head .section-copy {
  margin: 0;
}

.component-system {
  display: block;
}

.component-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.component-system-v1 .component-card::before {
  display: none;
}

.component-system-v1 .component-card.harness {
  display: block;
  min-height: auto;
  padding: 34px;
  background:
    linear-gradient(145deg, rgba(20, 187, 48, 0.13), rgba(255, 255, 255, 0) 42%),
    #ffffff;
  border-color: rgba(20, 187, 48, 0.36);
}

.component-harness-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.component-system-v1 .component-harness-head .capability-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.component-system-v1 .component-stack .component-card {
  min-height: 0;
  padding: 28px;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.74);
}

.component-system-v1 .component-stack .component-card::before {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 104px;
  height: 104px;
  margin: 0;
  opacity: 0.13;
}

.component-system-v1 .component-stack .component-card > * {
  position: relative;
  z-index: 1;
}

.component-system-v1 .component-stack .capability-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.component-system-v1 .component-stack .capability-list li,
.component-system-v1 .component-harness-head .capability-list li {
  padding: 10px 12px;
  border: 1px solid #d0f1d6;
  border-radius: 999px;
  background: #e7f8ea;
  color: #1d1f1f;
  font-size: 13px;
  font-weight: 850;
}

.showcase {
  background: #f5f7f7;
}

.showcase-grid {
  gap: 22px;
}

.showcase-card {
  min-height: 430px;
  padding: 32px;
}

.showcase-tag {
  color: #0c701d;
  background: #e7f8ea;
}

.showcase-metric {
  border-top-color: var(--line);
}

.roles {
  background: #ffffff;
}

.role-tabs {
  gap: 8px;
}

.role-tab {
  color: #1d1f1f;
  border-color: var(--line);
  background: #ffffff;
}

.role-tab[aria-selected="true"] {
  color: #ffffff;
  background: #1d1f1f;
  border-color: #1d1f1f;
}

.role-panel {
  background: #ffffff;
}

.role-outcome {
  background: #f3f5f5;
}

.role-outcome span {
  color: #1d1f1f;
  font-family: var(--font-display);
  font-weight: 400;
}

.partners {
  background: #f5f7f7;
}

.partners-grid {
  gap: 12px;
}

.partner-tile {
  min-height: 118px;
}

.partner-logo {
  filter: grayscale(1);
}

.foundation-band {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.9)),
    url("images/redesign-v01/manufacturing.jpg") center 45% / cover no-repeat;
  box-shadow: var(--shadow);
}

.foundation-items span {
  color: #1d1f1f;
  border-color: rgba(29, 31, 31, 0.14);
  background: rgba(255, 255, 255, 0.75);
}

.final-cta {
  scroll-margin-top: 86px;
  padding: 116px 48px;
  text-align: center;
  color: #1d1f1f;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.5) 44%, rgba(255, 255, 255, 0.95) 100%),
    url("images/redesign-v01/cta-landscape.jpg") center 44% / cover no-repeat;
}

.final-cta h2 {
  max-width: 740px;
  margin: 0 auto;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1;
}

.final-cta p {
  max-width: 640px;
  color: #1d1f1f;
  font-size: 18px;
  font-weight: 650;
}

.final-cta .hero-actions {
  justify-content: center;
}

footer {
  color: #626c6c;
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.footer-links a:hover {
  color: #0c701d;
}

@media (max-width: 1100px) {
  .site-nav {
    width: calc(100% - 32px);
    padding: 0 14px 0 18px;
  }

  .nav-links {
    gap: 18px;
  }

  .nav-links a:nth-child(n+5):not(.nav-cta) {
    display: none;
  }

  .hero,
  .section,
  .final-cta {
    padding-left: 28px;
    padding-right: 28px;
  }

  .proof-layout,
  .different-layout,
  .case-callout-panel,
  .how-grid,
  .role-grid {
    grid-template-columns: 1fr;
  }

  .proof-layout::after,
  .case-callout-panel::before {
    grid-column: auto;
    grid-row: auto;
  }

  .case-callout-panel > div:first-child {
    grid-column: auto;
    grid-row: auto;
  }

  .why-grid,
  .advantage-row,
  .operating-strip,
  .partners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .site-nav {
    position: fixed;
    overflow: hidden;
    top: 10px;
    left: 50%;
    right: auto;
    width: calc(100% - 24px);
    height: 58px;
    min-height: 58px;
    flex-wrap: nowrap;
    padding: 10px 14px;
    transform: translateX(-50%);
    border-radius: 24px;
  }

  .brand-logo {
    width: 112px;
    height: 24px;
    min-height: 24px;
    object-fit: contain;
  }

  .nav-links {
    flex: 0 0 auto;
    width: auto;
    justify-content: flex-end;
    gap: 0;
    overflow: visible;
    padding: 0;
  }

  .nav-links a {
    white-space: nowrap;
  }

  .nav-links a:not(.nav-cta) {
    display: none;
  }

  .theme-toggle,
  .nav-cta {
    min-height: 38px;
    padding: 8px 12px;
  }

  html[data-theme="dark"] .hero,
  html[data-theme="light"] .hero,
  .hero {
    min-height: 560px;
    padding: 134px 20px 178px;
    background-size: auto, cover;
    background-position: center, center 48%;
  }

  html[data-theme="dark"] .hero::after,
  html[data-theme="light"] .hero::after,
  .hero::after {
    display: none !important;
  }

  .assurance-claim {
    margin-top: -34px;
    padding-top: 12px;
  }

  .assurance-claim::before {
    top: -46px;
    width: 146vw;
    height: 78px;
  }

  .hero h1 {
    font-size: 54px;
  }

  .hero-statement {
    max-width: 320px;
    font-size: 12px;
    letter-spacing: 4px;
  }

  .hero-definition {
    font-size: 14px;
  }

  .hero-actions {
    gap: 12px;
  }

  .button {
    min-height: 44px;
    padding: 0 16px;
  }

  .section {
    padding: 72px 20px;
  }

  .section-title,
  .assurance-claim h2,
  .case-callout h2 {
    font-size: 40px;
    line-height: 1.04;
  }

  .section-copy,
  .assurance-claim p,
  .case-callout p {
    font-size: 16px;
  }

  .quote-card {
    padding: 26px;
  }

  .quote-card blockquote {
    font-size: 27px;
  }

  .proof-points,
  .why-grid,
  .advantage-row,
  .case-callout-stats,
  .operating-strip,
  .component-grid,
  .components-head,
  .component-harness-head,
  .component-stack,
  .showcase-grid,
  .role-panel,
  .partners-grid {
    grid-template-columns: 1fr;
  }

  .proof-layout::after,
  .case-callout-panel::before {
    min-height: 250px;
  }

  .different-columns {
    grid-template-columns: 1fr;
  }

  .intersection {
    min-height: 300px;
  }

  .component-card,
  .showcase-card,
  .role-panel,
  .case-callout-panel {
    padding: 24px;
  }

  .component-system-v1 .component-card.harness {
    padding: 24px;
  }

  .components-head {
    gap: 18px;
    margin-bottom: 28px;
  }

  .components-head .section-kicker,
  .components-head .section-title,
  .components-head .section-copy {
    text-align: center;
  }

  .components-head .section-title,
  .components-head .section-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .component-harness-head {
    gap: 18px;
    margin-bottom: 20px;
  }

  .component-system-v1 .component-harness-head .capability-list,
  .component-system-v1 .component-stack .capability-list {
    grid-template-columns: 1fr;
  }

  .component-system-v1 .component-stack .component-card {
    padding: 24px;
  }

  .abstract-case-inner {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .abstract-case-copy {
    padding: 24px 18px 22px;
    background: rgba(255, 255, 255, 0.84);
  }

  .abstract-case-metrics {
    grid-template-columns: 1fr;
    padding: 0 0 48px;
  }

  .abstract-case-card {
    min-height: auto;
    scroll-margin-top: 86px;
  }

  .abstract-case-card::before {
    background-position: 62% 50%;
  }

  .abstract-case-card::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.76) 42%, rgba(255, 255, 255, 0.34) 100%),
      radial-gradient(circle at 14% 10%, rgba(20, 187, 48, 0.17), transparent 40%);
  }

  .abstract-customer-name,
  .abstract-case-title {
    font-size: 34px;
  }

  .abstract-quote-card {
    padding-left: 38px;
  }

  .abstract-quote-card::before {
    font-size: 58px;
  }

  .component-card::before {
    height: 130px;
  }

  .role-panel h3 {
    font-size: 38px;
  }

  .final-cta {
    padding: 88px 20px;
  }

  .final-cta h2 {
    font-size: 40px;
  }

  footer {
    flex-direction: column;
    gap: 18px;
    padding: 30px 20px;
  }
}

.case-study-abstract .abstract-customer-name {
  color: #1d1f1f;
  font-family: var(--font-display);
  font-size: 42px;
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
}

.case-study-abstract .abstract-case-title {
  color: #1d1f1f;
  font-family: var(--font-display);
  font-size: 42px;
  line-height: 1.04;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
}

@media (max-width: 760px) {
  .case-study-abstract .abstract-customer-name,
  .case-study-abstract .abstract-case-title {
    font-size: 34px;
  }
}

.why {
  background: #ffffff;
}

html[data-theme="light"] .why {
  background: #ffffff;
}

.why .section-inner {
  background: #ffffff;
}

.why-grid {
  gap: 20px;
  background: #ffffff;
  border: 0;
  box-shadow: none;
}

html[data-theme="light"] .why-grid {
  background: #ffffff;
  border: 0;
  box-shadow: none;
}

.why-card {
  position: relative;
  overflow: hidden;
  min-height: 282px;
  padding: 30px;
  border: 1px solid rgba(20, 187, 48, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 0%, rgba(20, 187, 48, 0.11), transparent 34%),
    linear-gradient(145deg, #ffffff 0%, #ffffff 64%, #f8fcf9 100%);
  box-shadow: 0 22px 55px rgba(20, 48, 40, 0.08);
}

html[data-theme="light"] .why-card {
  border: 1px solid rgba(20, 187, 48, 0.12);
  background:
    radial-gradient(circle at 8% 0%, rgba(20, 187, 48, 0.11), transparent 34%),
    linear-gradient(145deg, #ffffff 0%, #ffffff 64%, #f8fcf9 100%);
  box-shadow: 0 22px 55px rgba(20, 48, 40, 0.08);
}

.why-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.why-card span,
.why-card h3,
.why-card p {
  position: relative;
  z-index: 1;
}

.why-card span {
  color: #00b140;
  letter-spacing: 0.12em;
}

.why-card h3 {
  margin-top: 36px;
}

.why-card p {
  color: #5e6968;
}

.different,
html[data-theme="light"] .different {
  background: #ffffff;
}

.different-layout {
  gap: 24px;
}

.different-columns,
html[data-theme="light"] .different-columns {
  gap: 20px;
  background: #ffffff;
  border: 0;
  box-shadow: none;
}

.different-column,
html[data-theme="light"] .different-column {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: 34px;
  border: 1px solid rgba(20, 187, 48, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 0%, rgba(20, 187, 48, 0.09), transparent 34%),
    linear-gradient(145deg, #ffffff 0%, #ffffff 66%, #f8fcf9 100%);
  box-shadow: 0 22px 55px rgba(20, 48, 40, 0.08);
}

.different-column.not-column,
html[data-theme="light"] .different-column.not-column {
  border-color: rgba(15, 48, 70, 0.1);
  background:
    radial-gradient(circle at 8% 0%, rgba(15, 48, 70, 0.045), transparent 34%),
    linear-gradient(145deg, #ffffff 0%, #ffffff 66%, #fbfcfc 100%);
}

.different-column::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.different-column h3,
.different-column ul {
  position: relative;
  z-index: 1;
}

.different-column h3 {
  margin-bottom: 30px;
}

.different-column li,
html[data-theme="light"] .different-column li {
  color: #4f6168;
}

html[data-theme="dark"] .site-nav,
html[data-theme="light"] .site-nav,
.site-nav {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.075) 34%, rgba(255, 255, 255, 0.18) 68%, rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    inset 0 -18px 32px rgba(255, 255, 255, 0.07),
    0 18px 44px rgba(24, 42, 55, 0.16);
  backdrop-filter: blur(30px) saturate(150%);
  -webkit-backdrop-filter: blur(30px) saturate(150%);
}

html[data-theme="dark"] .site-nav::before,
html[data-theme="light"] .site-nav::before,
.site-nav::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
}

html[data-theme="dark"] .brand-logo,
html[data-theme="light"] .brand-logo,
.brand-logo {
  filter: none;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 1px 12px rgba(12, 24, 34, 0.42);
}

.nav-links a:hover {
  color: #ffffff;
}

/* v18 PDF color + typography compliance layer
   Palette: primary green, charcoal, white, and grey supporting colors only.
   Green/Grey tint scales are intentionally not used. */
:root,
html[data-theme="dark"],
html[data-theme="light"] {
  color-scheme: light;
  --black: #FFFFFF;
  --ink: #F5F7F7;
  --panel: #FFFFFF;
  --panel-2: #F3F5F5;
  --line: rgba(29, 31, 31, 0.12);
  --line-strong: #14BB30;
  --green: #14BB30;
  --green-soft: rgba(20, 187, 48, 0.12);
  --cyan: #E7EBEB;
  --violet: #F3F5F5;
  --white: #1D1F1F;
  --text: #1D1F1F;
  --muted: rgba(29, 31, 31, 0.68);
  --dim: rgba(29, 31, 31, 0.46);
  --shadow: 0 18px 48px rgba(29, 31, 31, 0.08);
  --radius: 8px;
  --font-display: "Gambarino", Georgia, "Times New Roman", serif;
  --font-body: "DM Sans", "Segoe UI", system-ui, sans-serif;
}

html,
html[data-theme="light"],
html[data-theme="dark"],
body {
  background: #FFFFFF !important;
  color: #1D1F1F !important;
  font-family: var(--font-body) !important;
}

body {
  font-weight: 400;
}

.site-nav,
html[data-theme="light"] .site-nav,
html[data-theme="dark"] .site-nav {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08) 34%, rgba(255, 255, 255, 0.2) 68%, rgba(255, 255, 255, 0.1)),
    rgba(29, 31, 31, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 18px 44px rgba(29, 31, 31, 0.14) !important;
  backdrop-filter: blur(30px) saturate(135%);
  -webkit-backdrop-filter: blur(30px) saturate(135%);
}

.nav-links a,
html[data-theme="light"] .nav-links a,
html[data-theme="dark"] .nav-links a {
  color: #FFFFFF !important;
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
  text-shadow: 0 1px 12px rgba(29, 31, 31, 0.34);
}

.brand-logo,
html[data-theme="light"] .brand-logo,
html[data-theme="dark"] .brand-logo {
  filter: none !important;
}

.hero,
html[data-theme="light"] .hero,
html[data-theme="dark"] .hero {
  background-color: #1D1F1F !important;
}

.hero::before,
html[data-theme="light"] .hero::before,
html[data-theme="dark"] .hero::before {
  background: linear-gradient(180deg, rgba(29, 31, 31, 0.26), rgba(29, 31, 31, 0.1) 54%, rgba(255, 255, 255, 0.82) 100%) !important;
}

.hero h1,
.section-title,
.assurance-claim h2,
.different-principle h3,
.different-column h3,
.why-card h3,
.component-card h3,
.showcase-card h3,
.role-panel h3,
.abstract-customer-name,
.abstract-case-title,
.case-callout h2,
.final-cta h2,
.lead-modal-panel h2 {
  color: #1D1F1F;
  font-family: var(--font-display) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.hero h1,
.hero-statement,
.hero-definition {
  color: #FFFFFF !important;
}

.hero h1 {
  font-size: clamp(58px, 7.2vw, 96px) !important;
  line-height: 0.92 !important;
}

.hero-statement,
.hero-definition,
.section-copy,
.why-card p,
.different-principle p,
.different-column li,
.component-purpose,
.showcase-card p,
.role-panel p,
.role-panel li,
.case-callout p,
.final-cta p,
.lead-modal-panel p {
  font-family: var(--font-body) !important;
  font-weight: 400 !important;
  color: rgba(29, 31, 31, 0.68) !important;
}

.hero-statement,
.hero-definition {
  font-weight: 700 !important;
}

.section-kicker,
.abstract-pill,
.showcase-tag,
.showcase-client,
.component-index,
.why-card span,
.lead-form label span {
  color: #14BB30 !important;
  font-family: var(--font-body) !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase;
}

.button,
.nav-cta,
.role-tab,
.lead-form-submit,
button {
  font-family: var(--font-body) !important;
  font-weight: 600 !important;
}

.button-primary,
.nav-cta,
html[data-theme="light"] .button-primary,
html[data-theme="light"] .nav-cta,
html[data-theme="dark"] .button-primary,
html[data-theme="dark"] .nav-cta {
  color: #FFFFFF !important;
  background: #14BB30 !important;
  border-color: #14BB30 !important;
  box-shadow: 0 18px 38px rgba(29, 31, 31, 0.14) !important;
}

.button-primary:hover,
.nav-cta:hover {
  color: #FFFFFF !important;
  background: #14BB30 !important;
  border-color: #14BB30 !important;
}

.button-secondary,
html[data-theme="light"] .button-secondary,
html[data-theme="dark"] .button-secondary {
  color: #1D1F1F !important;
  background: rgba(255, 255, 255, 0.88) !important;
  border-color: #E7EBEB !important;
}

.hero .button-secondary,
html[data-theme="light"] .hero .button-secondary,
html[data-theme="dark"] .hero .button-secondary {
  color: #FFFFFF !important;
  background: rgba(29, 31, 31, 0.48) !important;
  border-color: #FFFFFF !important;
}

.assurance-claim,
.different,
.case-study-abstract,
.how,
.showcase,
.partners,
.final-cta,
html[data-theme="light"] .assurance-claim,
html[data-theme="light"] .different,
html[data-theme="light"] .case-study-abstract,
html[data-theme="light"] .how,
html[data-theme="light"] .showcase,
html[data-theme="light"] .partners,
html[data-theme="light"] .final-cta {
  background: #FFFFFF !important;
}

.why,
.components,
.roles,
.foundation,
html[data-theme="light"] .why,
html[data-theme="light"] .components,
html[data-theme="light"] .roles,
html[data-theme="light"] .foundation {
  background: #F5F7F7 !important;
}

.why-grid,
.different-columns,
html[data-theme="light"] .why-grid,
html[data-theme="light"] .different-columns {
  background: #FFFFFF !important;
  border: 0 !important;
  box-shadow: none !important;
}

.why-card,
.different-principle,
.different-column,
.component-card,
.showcase-card,
.role-panel,
.partner-tile,
.operating-step,
.intelligence-lane,
.intersection,
.case-callout-panel,
.abstract-case-copy,
.abstract-metric,
.lead-modal-panel,
html[data-theme="light"] .why-card,
html[data-theme="light"] .different-column,
html[data-theme="light"] .component-card,
html[data-theme="light"] .showcase-card,
html[data-theme="light"] .role-panel,
html[data-theme="light"] .partner-tile,
html[data-theme="light"] .intelligence-lane,
html[data-theme="light"] .case-callout-panel {
  color: #1D1F1F !important;
  border-color: #E7EBEB !important;
  background: #FFFFFF !important;
  box-shadow: 0 18px 48px rgba(29, 31, 31, 0.08) !important;
}

.abstract-case-card,
html[data-theme="light"] .abstract-case-card {
  background: #F3F5F5 !important;
  border-color: #E7EBEB !important;
}

.abstract-case-card::after,
html[data-theme="light"] .abstract-case-card::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 42%, rgba(255, 255, 255, 0.54) 70%, rgba(255, 255, 255, 0.28) 100%) !important;
}

.abstract-quote-card::before {
  color: #14BB30 !important;
}

.abstract-metric strong,
.proof-point strong,
.case-callout-stat strong,
.showcase-metric strong,
.role-outcome strong {
  color: #1D1F1F !important;
  font-family: var(--font-display) !important;
  font-weight: 400 !important;
}

.abstract-metric span,
.proof-point span,
.case-callout-stat span,
.showcase-metric span,
.role-outcome span {
  color: rgba(29, 31, 31, 0.68) !important;
  font-family: var(--font-body) !important;
  font-weight: 500 !important;
}

.different-column li::before,
.lane-list li::before,
.capability-list li::before {
  background: #14BB30 !important;
}

.not-column li::before {
  background: #E7EBEB !important;
}

.lead-modal-backdrop {
  background: rgba(29, 31, 31, 0.58) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.lead-modal-panel {
  background: #FFFFFF !important;
}

.lead-form input,
.lead-form textarea {
  border-color: #E7EBEB !important;
  background: #FFFFFF !important;
  color: #1D1F1F !important;
  font-family: var(--font-body) !important;
  font-weight: 500 !important;
}

.lead-form input:focus,
.lead-form textarea:focus {
  border-color: #14BB30 !important;
  box-shadow: 0 0 0 3px rgba(20, 187, 48, 0.14) !important;
}

footer,
html[data-theme="light"] footer,
html[data-theme="dark"] footer {
  color: rgba(29, 31, 31, 0.68) !important;
  background: #FFFFFF !important;
  border-top-color: #E7EBEB !important;
}

footer a {
  color: rgba(29, 31, 31, 0.68) !important;
  font-family: var(--font-body) !important;
  font-weight: 700 !important;
}

footer a:hover {
  color: #14BB30 !important;
}


/* v18 navigation and hero contrast polish after typography normalization */
.site-nav,
html[data-theme="light"] .site-nav,
html[data-theme="dark"] .site-nav {
  width: min(1120px, calc(100% - 48px)) !important;
}

.nav-links {
  gap: 18px !important;
}

.nav-links a,
.nav-cta {
  white-space: nowrap !important;
}

.nav-cta {
  min-width: 118px;
  text-align: center;
}

html[data-theme="light"] .hero-statement,
html[data-theme="dark"] .hero-statement,
html[data-theme="light"] .hero-definition,
html[data-theme="dark"] .hero-definition,
.hero-statement,
.hero-definition {
  color: #FFFFFF !important;
  text-shadow: 0 8px 24px rgba(29, 31, 31, 0.34) !important;
}


/* v19 approved interaction, spacing, and case-study refinements */
:root {
  --button-radius: 8px;
}

.button,
.nav-cta,
.role-tab,
.lead-form-submit,
button {
  border-radius: var(--button-radius) !important;
}

.hero-inner {
  padding-top: clamp(104px, 13vh, 148px) !important;
}

.hero-actions:empty {
  display: none !important;
}

.assurance-claim h2 em,
html[data-theme="light"] .assurance-claim h2 em,
html[data-theme="dark"] .assurance-claim h2 em {
  color: #14BB30 !important;
}

.assurance-context,
html[data-theme="light"] .assurance-context,
html[data-theme="dark"] .assurance-context {
  max-width: 900px !important;
  margin: 18px auto 18px !important;
  color: rgba(29, 31, 31, 0.76) !important;
  text-align: center !important;
}

.case-study-abstract .abstract-customer-name {
  font-size: clamp(34px, 3.45vw, 42px) !important;
  line-height: 1.05 !important;
}

.case-study-abstract .abstract-case-title {
  font-size: clamp(31px, 3.2vw, 38px) !important;
  line-height: 1.08 !important;
}

.why .section-copy {
  margin-bottom: clamp(42px, 5vw, 64px) !important;
}

.why-card > span,
.operating-step > span {
  display: none !important;
}

.why-card h3,
.operating-step strong {
  margin-top: 0 !important;
}

.case-callout-panel,
.case-callout-panel h2,
.case-callout-panel p,
.case-callout-panel .section-kicker,
.case-callout-stat strong,
.case-callout-stat span {
  text-align: left !important;
}

.case-callout-panel .hero-actions {
  justify-content: flex-start !important;
}

.roles .section-kicker,
.roles .role-tab[aria-selected="true"],
.roles .role-outcome strong,
.roles .role-panel li::before {
  color: #14BB30 !important;
}

.roles .role-tab[aria-selected="true"] {
  border-color: #14BB30 !important;
}


/* v20 approved refinements */
:root {
  --button-radius: 16px;
}

.hero-inner {
  padding-top: clamp(80px, 10vh, 116px) !important;
}

.assurance-context,
html[data-theme="light"] .assurance-context,
html[data-theme="dark"] .assurance-context {
  max-width: 980px !important;
  margin: 20px auto 0 !important;
}

.why,
html[data-theme="light"] .why,
html[data-theme="dark"] .why {
  background: #FFFFFF !important;
}

.why .section-inner,
html[data-theme="light"] .why .section-inner,
html[data-theme="dark"] .why .section-inner {
  width: min(1180px, calc(100% - 64px)) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #FFFFFF !important;
}

.why .section-title {
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: clamp(54px, 7.2vw, 112px) !important;
}

.why .section-copy {
  max-width: 880px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.why-grid,
html[data-theme="light"] .why-grid,
html[data-theme="dark"] .why-grid {
  background: #FFFFFF !important;
}

.roles .role-tab[aria-selected="true"],
html[data-theme="light"] .roles .role-tab[aria-selected="true"],
html[data-theme="dark"] .roles .role-tab[aria-selected="true"] {
  color: #FFFFFF !important;
  background: #14BB30 !important;
  border-color: #14BB30 !important;
}


/* v21 header state and card-line cleanup */
.brand-logo,
html[data-theme="light"] .brand-logo,
html[data-theme="dark"] .brand-logo {
  filter: none !important;
}

.site-nav,
html[data-theme="light"] .site-nav,
html[data-theme="dark"] .site-nav {
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    backdrop-filter 220ms ease,
    -webkit-backdrop-filter 220ms ease;
}

.site-nav.is-past-hero,
html[data-theme="light"] .site-nav.is-past-hero,
html[data-theme="dark"] .site-nav.is-past-hero {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 34%),
    radial-gradient(circle at 80% 0%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 30%),
    linear-gradient(112deg, rgba(120, 128, 133, 0.42), rgba(75, 83, 88, 0.36) 48%, rgba(110, 118, 123, 0.4)) !important;
  border-color: rgba(255, 255, 255, 0.34) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    inset 0 -18px 28px rgba(18, 20, 21, 0.2),
    0 18px 46px rgba(29, 31, 31, 0.18) !important;
  backdrop-filter: blur(36px) saturate(170%) contrast(1.1) !important;
  -webkit-backdrop-filter: blur(36px) saturate(170%) contrast(1.1) !important;
}

.site-nav.is-past-hero .nav-links a,
html[data-theme="light"] .site-nav.is-past-hero .nav-links a,
html[data-theme="dark"] .site-nav.is-past-hero .nav-links a {
  color: rgba(255, 255, 255, 0.96) !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.42) !important;
}

.operating-step,
html[data-theme="light"] .operating-step,
html[data-theme="dark"] .operating-step {
  border-color: transparent !important;
  box-shadow: 0 22px 54px rgba(29, 31, 31, 0.08) !important;
}


/* v22 remove bright header top sheen */
.site-nav::before,
html[data-theme="light"] .site-nav::before,
html[data-theme="dark"] .site-nav::before {
  display: none !important;
}

.site-nav,
html[data-theme="light"] .site-nav,
html[data-theme="dark"] .site-nav {
  box-shadow:
    inset 0 -16px 28px rgba(3, 54, 95, 0.16),
    0 14px 34px rgba(5, 46, 85, 0.16) !important;
}

.site-nav.is-past-hero,
html[data-theme="light"] .site-nav.is-past-hero,
html[data-theme="dark"] .site-nav.is-past-hero {
  box-shadow:
    inset 0 -18px 28px rgba(18, 20, 21, 0.2),
    0 18px 46px rgba(29, 31, 31, 0.18) !important;
}

footer {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
  padding: 34px 48px !important;
}

.footer-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-legal {
  width: 100%;
  font-size: 11px !important;
  color: rgba(29, 31, 31, 0.46) !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-top: 1px solid rgba(29, 31, 31, 0.1) !important;
  padding-top: 20px !important;
  line-height: 1.6;
}

.footer-legal a {
  color: rgba(29, 31, 31, 0.46) !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  transition: color 0.15s ease;
}

.footer-legal a:hover {
  color: #14BB30 !important;
}

@media (max-width: 760px) {
  .footer-top-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

/* v23 mobile overflow fix: preserve the new typography without clipping. */
@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-nav,
  html[data-theme="light"] .site-nav,
  html[data-theme="dark"] .site-nav {
    left: 12px !important;
    right: auto !important;
    width: calc(100vw - 24px) !important;
    max-width: none !important;
    min-width: 0;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 14px !important;
    gap: 12px !important;
    transform: none !important;
  }

  .brand-lockup {
    flex: 0 1 auto;
    min-width: 0;
  }

  .brand-logo,
  html[data-theme="light"] .brand-logo,
  html[data-theme="dark"] .brand-logo {
    width: clamp(104px, 30vw, 128px) !important;
    max-width: 100%;
    flex: 0 1 auto;
  }

  .nav-links,
  html[data-theme="light"] .nav-links,
  html[data-theme="dark"] .nav-links {
    min-width: 0;
    width: auto !important;
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0 !important;
    margin-left: auto;
    overflow: visible;
  }

  .nav-links a:not(.nav-cta),
  .theme-toggle {
    display: none !important;
  }

  .nav-cta,
  html[data-theme="light"] .nav-cta,
  html[data-theme="dark"] .nav-cta {
    position: static !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: none;
    padding: 9px 12px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    color: #FFFFFF !important;
    overflow: visible;
    white-space: nowrap !important;
    flex: 0 0 auto;
  }

  .hero-inner,
  .section-inner,
  .case-callout-panel,
  .abstract-case-copy,
  .abstract-quote-card,
  .why-card,
  .different-column,
  .component-card,
  .showcase-card,
  .role-panel {
    min-width: 0;
  }

  .hero h1 {
    font-size: clamp(48px, 15.5vw, 58px) !important;
    max-width: 100%;
  }

  .hero-statement {
    max-width: min(100%, 330px) !important;
    font-size: 11px !important;
    line-height: 1.55 !important;
    letter-spacing: 0.24em !important;
    text-wrap: balance;
  }

  .hero-definition {
    max-width: min(100%, 318px) !important;
    font-size: 13px !important;
    line-height: 1.58 !important;
  }

  .section-title,
  .assurance-claim h2,
  .case-callout h2,
  .final-cta h2,
  .abstract-customer-name,
  .abstract-case-title {
    max-width: 100%;
    font-size: clamp(29px, 8.4vw, 34px) !important;
    line-height: 1.08 !important;
    overflow-wrap: break-word;
    text-wrap: balance;
  }

  .assurance-claim h2 {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .abstract-quote-card p,
  .section-copy,
  .assurance-claim p,
  .case-callout p {
    max-width: 100%;
    font-size: 15px !important;
    overflow-wrap: break-word;
  }
}

@keyframes meshNudge {
  0%, 100% {
    border-color: rgba(17, 27, 40, 0.1);
    box-shadow: 0 12px 28px rgba(17, 27, 40, 0.05);
  }
  50% {
    border-color: rgba(20, 187, 48, 0.36);
    box-shadow: 0 16px 36px rgba(20, 187, 48, 0.12);
  }
}

.mesh-clickable {
  cursor: pointer;
  animation: meshNudge 4s ease-in-out infinite !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease !important;
}
.mesh-clickable:hover {
  animation-play-state: paused !important;
  transform: scale(1.04) !important;
  box-shadow: 0 24px 44px rgba(17, 27, 40, 0.16) !important;
  border-color: rgba(20, 187, 48, 0.36) !important;
}

.nature-panel-bg {
  background: url("images/redesign-v01/nature-panel.png") center center / cover no-repeat !important;
  min-height: 100%;
}
