:root {
  --paper: #fbfaf6;
  --surface: #ffffff;
  --ink: #142a33;
  --muted: #5f6f73;
  --line: #dce4df;
  --teal: #167d76;
  --teal-deep: #0e5e59;
  --teal-soft: #dff2eb;
  --navy: #17323e;
  --sand: #f1eee5;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
  font: inherit;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 4px;
  background: var(--ink);
  color: white;
  transform: translateY(-180%);
}
.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  width: min(1180px, calc(100% - 48px));
  height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.menu-toggle {
  display: none;
  align-items: center;
  gap: 9px;
  border: 0;
  background: transparent;
  padding: 10px 0 10px 12px;
  cursor: pointer;
}
.menu-label {
  font-size: 0.82rem;
  font-weight: 700;
}
.menu-lines,
.menu-lines::before,
.menu-lines::after {
  display: block;
  width: 18px;
  height: 1px;
  background: currentColor;
  transition: transform 160ms ease;
}
.menu-lines {
  position: relative;
}
.menu-lines::before,
.menu-lines::after {
  content: '';
  position: absolute;
  left: 0;
}
.menu-lines::before {
  top: -5px;
}
.menu-lines::after {
  top: 5px;
}
.menu-open .menu-lines {
  background: transparent;
}
.menu-open .menu-lines::before {
  top: 0;
  transform: rotate(45deg);
}
.menu-open .menu-lines::after {
  top: 0;
  transform: rotate(-45deg);
}
.wordmark {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.wordmark span {
  color: var(--teal);
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 0.9rem;
}
.desktop-nav > a:not(.nav-contact) {
  color: #40555c;
}
.desktop-nav > a:hover {
  color: var(--teal-deep);
}
.nav-contact {
  border: 1px solid var(--ink);
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 650;
}
.hero {
  width: min(1180px, calc(100% - 48px));
  min-height: 680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
  padding: 74px 0 78px;
}
.eyebrow {
  margin: 0 0 23px;
  color: var(--teal-deep);
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(3.2rem, 5.5vw, 5.7rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.045em;
}
.hero-deck {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.55;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: 700;
}
.button > span[aria-hidden='true'] {
  font-size: 1.05rem;
}
.button-primary {
  background: var(--teal);
  color: white;
}
.button-primary:hover {
  background: var(--teal-deep);
}
.button-secondary {
  border: 1px solid #bdc9c5;
  background: rgba(255, 255, 255, 0.6);
}
.button-secondary:hover {
  border-color: var(--teal);
}
.credibility-line {
  display: flex;
  gap: 30px;
  margin-top: 42px;
  color: var(--muted);
  font-size: 0.83rem;
}
.credibility-line span {
  display: flex;
  align-items: baseline;
  gap: 7px;
}
.credibility-line strong {
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 1.3rem;
}

.hero-product {
  position: relative;
}
.hero-product::before {
  content: '';
  position: absolute;
  inset: -36px 36px 42px -34px;
  z-index: -1;
  background: var(--teal-soft);
  border-radius: 52% 48% 45% 55% / 46% 45% 55% 54%;
}
.product-window {
  overflow: hidden;
  border: 1px solid #29444c;
  border-radius: 13px;
  background: #15191c;
  color: #f4f4ef;
  box-shadow: 0 28px 70px rgba(20, 42, 51, 0.18);
  transform: rotate(1deg);
}
.window-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid #30373b;
  font-size: 0.82rem;
  font-weight: 700;
}
.window-status {
  color: #b6c3c2;
  font-weight: 500;
}
.window-status i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: #72c5af;
}
.conversation {
  padding: 24px 24px 27px;
}
.speaker {
  margin: 0 0 8px;
  color: #8f999b;
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.12em;
}
.question {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 650;
}
.assistant-label {
  margin-top: 25px;
}
.work-row {
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #30373b;
  border-radius: 7px;
  background: #1f2327;
  color: #9da4a4;
  padding: 0 11px;
  font: inherit;
  font-size: 0.78rem;
}
.work-row > span {
  font-size: 1rem;
}
.chart-card {
  margin-top: 11px;
  border: 1px solid #30373b;
  border-radius: 8px;
  background: #1d2125;
  padding: 16px;
}
.chart-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  color: #a9afae;
  font-size: 0.72rem;
}
.bar-row {
  display: grid;
  grid-template-columns: 58px minmax(100px, 1fr) 48px;
  align-items: center;
  gap: 10px;
  margin: 11px 0;
  font-size: 0.72rem;
}
.bar-row i {
  width: var(--bar);
  height: 16px;
  border-radius: 2px;
  background: #72c5af;
}
.bar-row b {
  font-weight: 500;
  color: #d3d7d5;
}
.answer {
  margin: 16px 0 0;
  color: #d9dddb;
  font-size: 0.78rem;
  line-height: 1.55;
}
.product-caption {
  margin: 12px 3px 0;
  color: var(--muted);
  font-size: 0.73rem;
}

.intro-band {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 48px;
  padding: 72px max(24px, calc((100vw - 1180px) / 2));
  background: var(--navy);
  color: white;
}
.intro-band p {
  margin: 8px 0 0;
  color: #8fd4c5;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.14em;
}
.intro-band h2 {
  max-width: 800px;
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 500;
  line-height: 1.12;
}

@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    display: flex;
  }
  .menu-open .desktop-nav {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    z-index: 20;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 0 20px 45px rgba(20, 42, 51, 0.13);
  }
  .menu-open .desktop-nav a {
    padding: 13px 12px;
  }
  .menu-open .desktop-nav .nav-contact {
    margin-top: 6px;
    text-align: center;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 60px;
  }
  .hero-copy {
    max-width: 760px;
  }
  .hero-product {
    width: min(680px, 100%);
  }
  .intro-band {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 600px) {
  .site-header,
  .hero {
    width: min(100% - 32px, 1180px);
  }
  .site-header {
    height: 72px;
  }
  .hero {
    padding: 48px 0 60px;
    gap: 54px;
  }
  .hero h1 {
    font-size: clamp(2.7rem, 14vw, 4rem);
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .credibility-line {
    gap: 17px;
    flex-wrap: wrap;
  }
  .hero-product::before {
    inset: -20px 12px 22px -14px;
  }
  .product-window {
    transform: none;
  }
  .conversation {
    padding: 18px;
  }
  .bar-row {
    grid-template-columns: 48px minmax(80px, 1fr) 44px;
  }
  .intro-band {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}

.section-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}
.section-heading {
  max-width: 860px;
}
.section-heading h2,
.pilot-copy h2,
.contact-inner h2 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.4rem, 4.7vw, 4.4rem);
  font-weight: 500;
  line-height: 1.07;
  letter-spacing: -0.035em;
}
.section-heading > p:last-child,
.pilot-copy > p,
.contact-inner > p {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

.offering {
  padding: 112px 0 120px;
}
.offering .section-heading > p:last-child {
  max-width: 730px;
  margin: 25px 0 0;
}
.product-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 60px;
}
.product-card {
  position: relative;
  min-height: 465px;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
.product-card::after {
  content: '';
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 260px;
  height: 260px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.08;
}
.entail-card {
  background: white;
}
.ardua-card {
  background: var(--navy);
  color: white;
  border-color: var(--navy);
}
.product-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--teal-soft);
  color: var(--teal-deep);
  font-family: Georgia, serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.ardua-card .product-icon {
  background: #29525d;
  color: #9adbcf;
}
.card-kicker {
  margin: 24px 0 11px;
  color: var(--teal-deep);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}
.ardua-card .card-kicker {
  color: #8fd4c5;
}
.product-card h3 {
  max-width: 480px;
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 500;
  line-height: 1.09;
}
.product-card > p:not(.card-kicker) {
  max-width: 500px;
  margin: 22px 0 0;
  color: var(--muted);
  line-height: 1.62;
}
.ardua-card > p:not(.card-kicker) {
  color: #c5d0d1;
}
.product-card ul {
  display: grid;
  gap: 11px;
  margin: 28px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}
.ardua-card ul {
  border-color: #35525a;
}
.product-card li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #385157;
  font-size: 0.88rem;
}
.ardua-card li {
  color: #d7dfdf;
}
.check {
  color: var(--teal);
  font-size: 0.86rem;
  font-weight: 800;
}
.ardua-card .check {
  color: #72c5af;
}
.product-card .product-link {
  position: relative;
  z-index: 1;
  margin-top: 24px;
}
.product-resource-links {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 24px;
  margin-top: 24px;
}
.product-resource-links .product-link {
  margin-top: 0;
}
.ardua-card .product-link {
  color: #9adbcf;
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 68px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.value-grid > div {
  background: var(--paper);
  padding: 31px 26px 32px;
}
.value-icon {
  color: var(--teal-deep);
  font-family: Georgia, serif;
  font-size: 0.9rem;
  font-weight: 700;
}
.value-grid h3 {
  margin: 18px 0 8px;
  font-size: 1rem;
}
.value-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}
.overview-link {
  margin-top: 28px;
}
.resource-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 28px;
}
.fidelity-preview {
  border-top: 1px solid #b7d8cf;
  border-bottom: 1px solid #b7d8cf;
  background: var(--teal-soft);
}
.fidelity-preview-inner {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(48px, 8vw, 104px);
  align-items: center;
  padding-top: 82px;
  padding-bottom: 86px;
}
.fidelity-preview-inner > * {
  min-width: 0;
}
.fidelity-preview .eyebrow {
  margin-bottom: 17px;
}
.fidelity-preview h2 {
  max-width: 610px;
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.25rem, 4.2vw, 3.8rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.fidelity-preview-copy p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.68;
}
.sovereignty-preview {
  border-top: 1px solid #ddd8ca;
  border-bottom: 1px solid #ddd8ca;
  background: var(--sand);
}
.sovereignty-preview-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(48px, 8vw, 104px);
  align-items: center;
  padding-top: 82px;
  padding-bottom: 86px;
}
.sovereignty-preview .eyebrow {
  margin-bottom: 17px;
}
.sovereignty-preview h2 {
  max-width: 570px;
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.25rem, 4.2vw, 3.8rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.sovereignty-preview-copy p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.68;
}

.pilot-section {
  background: #eef5f1;
  border-top: 1px solid #d7e5df;
  border-bottom: 1px solid #d7e5df;
}
.pilot-inner {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 92px;
  padding-top: 110px;
  padding-bottom: 110px;
}
.pilot-copy > p {
  max-width: 570px;
  margin: 27px 0 0;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--teal-deep);
  font-size: 0.9rem;
  font-weight: 750;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.engagement-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #c9d9d2;
}
.engagement-steps li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  padding: 23px 0;
  border-bottom: 1px solid #c9d9d2;
}
.engagement-steps li > span {
  color: var(--teal-deep);
  font-family: Georgia, serif;
  font-size: 1.15rem;
}
.engagement-steps strong {
  font-size: 1rem;
}
.engagement-steps p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.87rem;
  line-height: 1.5;
}

.consulting {
  padding: 118px 0;
}
.split-heading {
  max-width: none;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: end;
}
.split-heading > p {
  margin: 0 0 5px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 62px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.service-grid article {
  min-height: 250px;
  padding: 33px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.45);
}
.service-icon {
  color: var(--teal-deep);
  font-family: Georgia, serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.service-grid h3 {
  max-width: 420px;
  margin: 31px 0 12px;
  font-family: Georgia, serif;
  font-size: 1.55rem;
  font-weight: 500;
}
.service-grid p {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.62;
}

.experience {
  background: var(--sand);
}
.experience-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 70px;
  padding-top: 116px;
  padding-bottom: 86px;
}
.founder-panel {
  align-self: start;
}
.founder-photo {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 34px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center 43%;
  box-shadow: 0 18px 35px rgba(20, 42, 51, 0.14);
}
.experience-statement blockquote {
  margin: 0;
  max-width: 650px;
  font-family: Georgia, serif;
  font-size: clamp(2.5rem, 4.5vw, 4.35rem);
  line-height: 1.09;
  letter-spacing: -0.035em;
}
.founder-name {
  margin: 4px 0 0;
  font-family: Georgia, serif;
  font-size: 1.75rem;
}
.founder-role {
  margin: 6px 0 28px;
  color: var(--teal-deep);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.founder-copy > p:not(.founder-name, .founder-role) {
  color: var(--muted);
  line-height: 1.67;
}
.reach-block {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 22px;
  border-top: 1px solid #d3d0c5;
}
.reach-block div {
  display: flex;
  align-items: baseline;
  gap: 13px;
  padding: 30px 0;
}
.reach-block strong {
  font-family: Georgia, serif;
  font-size: 2.3rem;
  font-weight: 500;
}
.reach-block span {
  color: var(--muted);
  font-size: 0.8rem;
}

.contact-section {
  background: var(--teal);
  color: white;
}
.contact-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(48px, 7vw, 94px);
  align-items: start;
  padding-top: 110px;
  padding-bottom: 115px;
}
.contact-inner .eyebrow {
  color: #c3ece3;
}
.contact-inner h2 {
  max-width: 850px;
  font-size: clamp(2.7rem, 4.6vw, 4.7rem);
}
.contact-copy > p:not(.eyebrow, .contact-address) {
  max-width: 690px;
  color: #d4ece8;
  margin: 26px 0 33px;
  font-size: 1.06rem;
  line-height: 1.65;
}
.contact-address {
  margin: 0;
  color: white;
  font-family: Georgia, serif;
  font-size: 1.15rem;
}
.contact-form-wrap {
  background: white;
  color: var(--ink);
  padding: 36px;
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(9, 59, 55, 0.2);
}
.contact-form {
  display: grid;
  gap: 20px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.form-field {
  display: grid;
  gap: 8px;
}
.form-field label {
  color: #344a51;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.04em;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid #c6d2ce;
  border-radius: 5px;
  background: #fbfcfa;
  color: var(--ink);
  font: inherit;
  font-size: 0.95rem;
  padding: 12px 13px;
}
.form-field textarea {
  min-height: 138px;
  resize: vertical;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--teal);
  outline: 3px solid rgba(22, 125, 118, 0.15);
}
.form-submit {
  width: fit-content;
  border: 0;
  background: var(--teal-deep);
  color: white;
  cursor: pointer;
}
.form-submit:hover {
  background: var(--navy);
}
.form-note {
  margin: -7px 0 0;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.45;
}
.form-honey {
  position: absolute;
  left: -10000px;
}
.form-success {
  display: grid;
  gap: 4px;
  margin-bottom: 22px;
  padding: 14px 16px;
  border: 1px solid #a8d2c6;
  border-radius: 6px;
  background: #eef8f4;
  color: var(--teal-deep);
  font-size: 0.9rem;
}
.form-success[hidden] {
  display: none;
}
.button-light {
  width: fit-content;
  background: white;
  color: var(--teal-deep);
}
.button-light:hover {
  background: var(--teal-soft);
}

.brief-main {
  overflow: hidden;
}
.brief-hero {
  padding-top: 92px;
  padding-bottom: 76px;
}
.brief-hero h1 {
  max-width: 930px;
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(3rem, 6.2vw, 6.1rem);
  font-weight: 500;
  line-height: 0.99;
  letter-spacing: -0.045em;
}
.brief-lead {
  max-width: 820px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
  line-height: 1.62;
}
.brief-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}
.brief-figure {
  margin-bottom: 0;
  padding-bottom: 88px;
}
.brief-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  box-shadow: 0 24px 60px rgba(20, 42, 51, 0.1);
}
.brief-figure figcaption {
  margin-top: 15px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.55;
}
.fidelity-story {
  scroll-margin-top: 24px;
  background: var(--navy);
  color: white;
}
.fidelity-story-inner {
  padding-top: 98px;
  padding-bottom: 104px;
}
.fidelity-story-heading {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: clamp(52px, 8vw, 110px);
  align-items: end;
}
.fidelity-story-heading > *,
.fidelity-comparison > * {
  min-width: 0;
}
.fidelity-story .eyebrow {
  margin-bottom: 18px;
  color: #8fd4c5;
}
.fidelity-story h2 {
  max-width: 650px;
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.55rem, 4.8vw, 4.5rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.04em;
  overflow-wrap: break-word;
}
.fidelity-story-heading > p {
  max-width: 560px;
  margin: 0;
  color: #c7d4d6;
  font-size: 1.02rem;
  line-height: 1.68;
}
.fidelity-comparison {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 64px;
}
.fidelity-comparison article {
  min-height: 430px;
  padding: 34px;
  border: 1px solid #42616a;
  border-radius: 10px;
}
.failure-panel {
  background: #101d23;
}
.check-panel {
  background: #1a3d45;
}
.panel-label {
  margin: 0 0 28px;
  color: #8fd4c5;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.scenario-prompt,
.scenario-answer,
.check-finding {
  padding: 19px 20px;
  border: 1px solid #35525a;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
}
.scenario-answer,
.check-finding {
  margin-top: 12px;
}
.scenario-prompt span,
.scenario-answer span,
.check-finding span {
  color: #8fd4c5;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}
.scenario-prompt p,
.scenario-answer p,
.check-finding p {
  margin: 8px 0 0;
  color: #eef5f3;
  font-size: 0.93rem;
  line-height: 1.52;
}
.incident-values {
  margin-top: 17px;
  padding-top: 14px;
  border-top: 1px solid #35525a;
}
.incident-values > p {
  margin: 0 0 9px;
  color: #91aaa9;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.incident-values dl {
  display: grid;
  gap: 7px;
  margin: 0;
}
.incident-values dl > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #eef5f3;
  font-size: 0.82rem;
}
.incident-values dt,
.incident-values dd {
  margin: 0;
}
.incident-values dd {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}
.corrected-values {
  border-color: #4b7078;
}
.join-path {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  min-height: 104px;
  padding: 18px;
  border: 1px solid #4b7078;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
}
.join-path span {
  color: #eef5f3;
  font-size: 0.76rem;
  line-height: 1.35;
}
.join-path b {
  color: #72c5af;
  font-weight: 500;
}
.panel-verdict {
  margin: 24px 0 0;
  color: #b8cacc;
  font-size: 0.88rem;
  line-height: 1.58;
}
.panel-verdict strong {
  color: white;
}
.fidelity-scope {
  display: grid;
  grid-template-columns: 0.48fr 1.52fr;
  gap: 40px;
  margin-top: 18px;
  padding: 28px 31px;
  border-left: 4px solid #72c5af;
  background: #eef5f1;
  color: var(--ink);
}
.fidelity-scope strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.35;
}
.fidelity-scope p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.fidelity-story + .brief-figure {
  padding-top: 88px;
}
.brief-content {
  padding-top: 104px;
  padding-bottom: 112px;
  border-top: 1px solid var(--line);
}
.brief-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.brief-grid article {
  min-height: 300px;
  padding: 38px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.55);
}
.brief-grid article > span {
  color: var(--teal-deep);
  font-family: Georgia, serif;
  font-size: 0.92rem;
}
.brief-grid h2 {
  max-width: 470px;
  margin: 29px 0 15px;
  font-family: Georgia, serif;
  font-size: clamp(1.65rem, 2.7vw, 2.45rem);
  font-weight: 500;
  line-height: 1.12;
}
.brief-grid p,
.brief-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}
.brief-note {
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  gap: 40px;
  margin-top: 38px;
  padding: 30px 32px;
  border-left: 4px solid var(--teal);
  background: var(--teal-soft);
}
.brief-note strong {
  font-family: Georgia, serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
}
.sovereignty-section {
  scroll-margin-top: 24px;
  background: var(--navy);
  color: white;
}
.sovereignty-section-inner {
  padding-top: 100px;
  padding-bottom: 106px;
}
.sovereignty-section-heading {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(52px, 8vw, 108px);
  align-items: end;
}
.sovereignty-section .eyebrow {
  margin-bottom: 19px;
  color: #8fd4c5;
}
.sovereignty-section h2 {
  max-width: 590px;
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.45rem, 4.5vw, 4.1rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.sovereignty-section-intro > p {
  max-width: 620px;
  margin: 0;
  color: #c7d4d6;
  font-size: 1.04rem;
  line-height: 1.65;
}
.sovereignty-section .text-link {
  color: #9adbcf;
}
.sovereignty-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 64px 0 0;
  padding: 0;
  border-top: 1px solid #42616a;
  border-left: 1px solid #42616a;
  list-style: none;
}
.sovereignty-benefit-grid li {
  min-height: 220px;
  padding: 30px 34px 34px;
  border-right: 1px solid #42616a;
  border-bottom: 1px solid #42616a;
  background: rgba(255, 255, 255, 0.025);
}
.sovereignty-benefit-grid li > span {
  display: block;
  color: #8fd4c5;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 0.85rem;
}
.sovereignty-benefit-grid strong {
  display: block;
  max-width: 480px;
  margin-top: 23px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 500;
  line-height: 1.2;
}
.sovereignty-benefit-grid p {
  max-width: 510px;
  margin: 13px 0 0;
  color: #c7d4d6;
  font-size: 0.94rem;
  line-height: 1.62;
}
.secondary-note {
  margin-top: 16px;
  border-left-color: var(--navy);
  background: var(--sand);
}
.brief-cta {
  padding: 96px 0 100px;
  background: var(--teal);
  color: white;
}
.brief-cta .eyebrow {
  color: #c3ece3;
}
.brief-cta h2 {
  max-width: 900px;
  margin: 0 0 32px;
  font-family: Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 500;
  line-height: 1.07;
  letter-spacing: -0.035em;
}
.site-footer {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
  min-height: 116px;
}
.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
}
.site-footer p:nth-child(2) {
  text-align: center;
}

@media (max-width: 900px) {
  .product-pair,
  .pilot-inner,
  .experience-grid {
    grid-template-columns: 1fr;
  }
  .pilot-inner,
  .experience-grid {
    gap: 58px;
  }
  .contact-inner {
    grid-template-columns: 1fr;
  }
  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .split-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .reach-block {
    grid-column: auto;
  }
  .site-footer {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 26px 0;
  }
  .site-footer p:nth-child(2) {
    text-align: left;
  }
  .brief-grid {
    grid-template-columns: 1fr;
  }
  .brief-note {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .fidelity-preview-inner,
  .fidelity-story-heading,
  .sovereignty-preview-inner,
  .sovereignty-section-heading {
    grid-template-columns: 1fr;
  }
  .fidelity-comparison {
    grid-template-columns: 1fr;
  }
  .fidelity-scope {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .sovereignty-benefit-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .section-shell,
  .site-footer {
    width: min(100% - 32px, 1180px);
  }
  .offering,
  .consulting {
    padding: 82px 0;
  }
  .product-pair {
    margin-top: 42px;
  }
  .product-card {
    min-height: auto;
    padding: 28px;
  }
  .value-grid {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }
  .pilot-inner,
  .experience-grid {
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .engagement-steps li {
    grid-template-columns: 48px 1fr;
  }
  .service-grid {
    margin-top: 42px;
  }
  .service-grid article {
    min-height: auto;
    padding: 28px;
  }
  .reach-block {
    grid-template-columns: 1fr;
  }
  .reach-block div {
    padding: 20px 0;
    border-bottom: 1px solid #d3d0c5;
  }
  .contact-inner {
    padding-top: 82px;
    padding-bottom: 86px;
  }
  .contact-form-wrap {
    padding: 25px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .brief-hero {
    padding-top: 65px;
    padding-bottom: 56px;
  }
  .brief-figure {
    padding-bottom: 66px;
  }
  .fidelity-preview-inner,
  .fidelity-story-inner {
    padding-top: 72px;
    padding-bottom: 76px;
  }
  .fidelity-comparison {
    margin-top: 44px;
  }
  .fidelity-comparison article {
    min-height: auto;
    padding: 26px;
  }
  .join-path {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .join-path b {
    transform: rotate(90deg);
  }
  .fidelity-scope {
    padding: 25px;
  }
  .fidelity-story + .brief-figure {
    padding-top: 66px;
  }
  .brief-content {
    padding-top: 76px;
    padding-bottom: 82px;
  }
  .brief-grid article {
    min-height: auto;
    padding: 29px;
  }
  .brief-note {
    padding: 25px;
  }
  .sovereignty-preview-inner {
    padding-top: 72px;
    padding-bottom: 76px;
  }
  .sovereignty-section-inner {
    padding-top: 76px;
    padding-bottom: 82px;
  }
  .sovereignty-benefit-grid {
    margin-top: 44px;
  }
  .sovereignty-benefit-grid li {
    min-height: auto;
    padding: 27px;
  }
  .brief-cta {
    padding: 78px 0 82px;
  }
}
