/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --shadow-sm: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    --shadow-lg: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
}
:root {
  --canvas: #f4f8fd;
  --paper: #fff;
  --navy: #071b34;
  --navy-2: #0b2545;
  --ink: #102c4a;
  --muted: #4d647c;
  --blue: #075fda;
  --cyan: #13bde5;
  --cyan-soft: #83e5f7;
  --line: #071b3424;
  --line-dark: #ffffff2e;
  --shadow-sm: 0 12px 32px #071b3414;
  --shadow-lg: 0 28px 80px #071b3424;
  --radius: 18px;
  --content: 1280px;
  --gutter: max(28px, calc((100vw - var(--content)) / 2));
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--canvas);
  color: var(--navy);
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family:
    Segoe UI Variable Text,
    Segoe UI,
    Arial,
    sans-serif;
  font-size: 18px;
  line-height: 1.55;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
section[id],
main[id] {
  scroll-margin-top: 100px;
}
.skip-link {
  z-index: 1000;
  background: var(--paper);
  color: var(--navy);
  border: 2px solid var(--blue);
  border-radius: 8px;
  padding: 12px 16px;
  font-weight: 800;
  position: fixed;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  z-index: 50;
  width: 100%;
  min-height: 84px;
  padding: 0 var(--gutter);
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #f4f8fdf0;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  display: grid;
  position: sticky;
  top: 0;
}
.brand {
  align-items: center;
  width: min(260px, 23vw);
  min-width: 210px;
  display: inline-flex;
}
.brand-logo {
  width: 100%;
  height: auto;
  display: block;
}
nav {
  gap: clamp(22px, 2.6vw, 42px);
  font-size: 15px;
  font-weight: 680;
  display: flex;
}
nav a {
  align-items: center;
  min-height: 44px;
  display: inline-flex;
  position: relative;
}
nav a:after {
  content: "";
  background: var(--blue);
  border-radius: 2px;
  height: 2px;
  transition: right 0.2s;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 100%;
}
nav a:hover:after,
nav a:focus-visible:after {
  right: 0;
}
.header-cta {
  background: var(--navy);
  min-height: 48px;
  color: var(--paper);
  border-radius: 10px;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 760;
  transition:
    transform 0.2s,
    background 0.2s;
  display: inline-flex;
  box-shadow: 0 10px 28px #071b3424;
}
.header-cta:hover,
.header-cta:focus-visible {
  background: var(--blue);
  transform: translateY(-2px);
}
.header-actions {
  justify-self: end;
  align-items: center;
  gap: 12px;
  display: flex;
}
.social-links {
  align-items: center;
  gap: 8px;
  display: flex;
}
.social-link {
  color: var(--navy);
  background: #ffffffa8;
  border: 1px solid var(--line);
  border-radius: 10px;
  flex: 0 0 auto;
  place-items: center;
  width: 42px;
  height: 42px;
  transition:
    color 0.2s,
    background 0.2s,
    border-color 0.2s,
    transform 0.2s;
  display: grid;
}
.social-link svg {
  fill: currentColor;
  width: 18px;
  height: 18px;
}
.social-link:hover,
.social-link:focus-visible {
  color: var(--paper);
  background: var(--blue);
  border-color: var(--blue);
  transform: translateY(-2px);
}
.hero {
  min-height: calc(100svh - 84px);
  width: min(calc(100% - 56px), var(--content));
  grid-template-columns: minmax(0, 0.96fr) minmax(510px, 1.04fr);
  align-items: center;
  gap: clamp(52px, 6vw, 92px);
  margin: 0 auto;
  padding: 72px 0 64px;
  display: grid;
}
.hero-copy {
  z-index: 2;
  position: relative;
}
.eyebrow {
  color: var(--blue);
  letter-spacing: 0.17em;
  text-transform: uppercase;
  align-items: center;
  gap: 13px;
  margin: 0 0 22px;
  font-size: 13px;
  font-weight: 820;
  line-height: 1.3;
  display: flex;
}
.eyebrow span {
  background: currentColor;
  border-radius: 2px;
  width: 28px;
  height: 2px;
}
h1,
h2 {
  letter-spacing: -0.045em;
  text-wrap: balance;
  font-family:
    Segoe UI Variable Display,
    Segoe UI,
    Arial,
    sans-serif;
  font-weight: 760;
}
h1 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(56px, 5.1vw, 78px);
  line-height: 1.01;
}
h1 em {
  color: var(--blue);
  margin-top: 0.09em;
  font-style: normal;
  display: block;
}
.hero-lead {
  max-width: 650px;
  color: var(--muted);
  margin: 28px 0 0;
  font-size: clamp(19px, 1.5vw, 22px);
  line-height: 1.6;
}
.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
  display: flex;
}
.button {
  border: 1px solid var(--navy);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 58px;
  padding: 15px 23px;
  font-size: 16px;
  font-weight: 760;
  transition:
    transform 0.2s,
    background 0.2s,
    color 0.2s,
    box-shadow 0.2s;
  display: inline-flex;
}
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}
.button-primary {
  background: var(--navy);
  color: var(--paper);
  box-shadow: 0 14px 32px #071b3429;
}
.button-primary:hover,
.button-primary:focus-visible {
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 16px 36px #075fda33;
}
.button-secondary {
  background: #ffffff8c;
}
.button-secondary:hover,
.button-secondary:focus-visible {
  background: var(--paper);
}
.capacity-note {
  max-width: 620px;
  color: var(--muted);
  align-items: flex-start;
  gap: 12px;
  margin: 28px 0 0;
  font-size: 15px;
  line-height: 1.55;
  display: flex;
}
.status-dot {
  background: var(--cyan);
  border-radius: 50%;
  flex: none;
  width: 8px;
  height: 8px;
  margin-top: 7px;
  box-shadow: 0 0 0 5px #13bde526;
}
.hero-visual {
  min-width: 0;
}
.hero-visual-frame {
  min-height: 590px;
  box-shadow: var(--shadow-lg);
  background:
    radial-gradient(circle, #13bde52e, #0000 25%),
    linear-gradient(145deg, #075fda0d, #fffffff0);
  border: 1px solid #075fda26;
  border-radius: 24px;
  place-items: center;
  display: grid;
  position: relative;
  overflow: hidden;
}
.hero-visual-frame:before {
  content: "";
  pointer-events: none;
  border: 1px solid #071b3414;
  border-radius: 16px;
  position: absolute;
  inset: 26px;
}
.coordination-map {
  aspect-ratio: 1;
  background-image:
    linear-gradient(#071b3411 1px, #0000 1px),
    linear-gradient(90deg, #071b3411 1px, #0000 1px);
  background-size: 56px 56px;
  width: min(520px, 86%);
  position: relative;
}
.coordination-map:before,
.coordination-map:after {
  content: "";
  z-index: 0;
  background: linear-gradient(90deg, #0000, #075fdaa6, #0000);
  height: 2px;
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
}
.coordination-map:after {
  background: linear-gradient(#0000, #13bde5d9, #0000);
  width: 2px;
  height: auto;
  top: 10%;
  bottom: 10%;
  left: 50%;
}
.coordination-core {
  z-index: 2;
  aspect-ratio: 1;
  background: var(--navy);
  width: 170px;
  color: var(--paper);
  text-align: center;
  border-radius: 50%;
  place-content: center;
  gap: 6px;
  display: grid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 0 14px #075fda17,
    0 0 0 28px #13bde512,
    0 24px 60px #071b3433;
}
.coordination-core small {
  color: var(--cyan-soft);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 820;
}
.coordination-core strong {
  font-size: 28px;
}
.coordination-node {
  z-index: 2;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #fffffff5;
  border: 1px solid #075fda33;
  border-radius: 13px;
  min-width: 160px;
  padding: 18px 20px;
  position: absolute;
  box-shadow: 0 15px 38px #071b341a;
}
.coordination-node > svg {
  width: 21px;
  height: 21px;
  color: var(--blue);
  position: absolute;
  top: 17px;
  right: 17px;
}
.coordination-node span {
  color: var(--blue);
  letter-spacing: 0.14em;
  font-size: 11px;
  font-weight: 820;
  display: block;
}
.coordination-node strong {
  margin-top: 9px;
  font-size: 17px;
  display: block;
}
.node-web {
  top: 15%;
  left: 1%;
}
.node-social {
  top: 21%;
  right: 0;
}
.node-service-03 {
  bottom: 12%;
  left: 4%;
}
.node-contact {
  bottom: 17%;
  right: 2%;
}
.boutique-seal {
  z-index: 4;
  background: var(--navy);
  width: min(250px, 44%);
  color: var(--paper);
  border: 1px solid #83e5f761;
  border-radius: 14px;
  padding: 21px 23px;
  position: absolute;
  top: 30px;
  right: 30px;
  box-shadow: 0 18px 46px #071b3433;
}
.boutique-seal span {
  color: var(--cyan-soft);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 760;
  display: block;
}
.boutique-seal strong {
  margin-top: 7px;
  font-size: 23px;
  line-height: 1.2;
  display: block;
}
.hero-capabilities {
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 13px;
  display: grid;
}
.hero-capabilities span {
  border: 1px solid var(--line);
  min-height: 52px;
  color: var(--muted);
  text-align: center;
  background: #ffffffa6;
  border-radius: 9px;
  place-items: center;
  padding: 10px;
  font-size: 13px;
  font-weight: 720;
  display: grid;
}
.problem-section,
.consequence-section,
.solution-section,
.capabilities-section,
.method-section,
.results-section,
.direction-section,
.fit-section,
.contact-section,
footer {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.problem-section,
.capabilities-section,
.direction-section,
.contact-section {
  color: var(--paper);
  background: var(--navy);
}
.problem-section {
  padding-top: 104px;
  padding-bottom: 104px;
}
.section-intro,
.solution-statement,
.method-heading,
.results-heading,
.direction-copy {
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
  align-items: start;
  gap: clamp(48px, 7vw, 110px);
  display: grid;
}
.section-intro .eyebrow,
.solution-statement .eyebrow,
.method-heading .eyebrow,
.results-heading .eyebrow,
.direction-copy .eyebrow {
  grid-column: 1/-1;
  margin-bottom: -22px;
}
.eyebrow-dark {
  color: var(--cyan-soft);
}
.section-intro h2,
.solution-statement h2,
.capabilities-heading h2,
.method-heading h2,
.results-heading h2,
.direction-copy h2,
.fit-heading h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(42px, 4.15vw, 60px);
  line-height: 1.07;
}
.section-intro h2 {
  max-width: 940px;
  color: var(--paper);
}
.problem-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 68px;
  display: grid;
}
.problem-grid article {
  border-radius: var(--radius);
  background: linear-gradient(145deg, #ffffff0e, #ffffff06);
  border: 1px solid #83e5f72e;
  min-height: 330px;
  padding: 30px;
}
.visual-icon {
  width: 54px;
  height: 54px;
  color: var(--cyan-soft);
  background: #13bde514;
  border: 1px solid #83e5f766;
  border-radius: 13px;
  place-items: center;
  margin-bottom: 30px;
  display: grid;
}
.visual-icon svg {
  width: 25px;
  height: 25px;
}
.problem-number {
  color: var(--cyan-soft);
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 820;
}
.problem-grid h3 {
  letter-spacing: -0.025em;
  margin: 27px 0 14px;
  font-size: 28px;
  line-height: 1.16;
}
.problem-grid p {
  color: #d1dfec;
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
}
.consequence-section {
  background: var(--paper);
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
  gap: clamp(64px, 9vw, 130px);
  padding-top: 104px;
  padding-bottom: 104px;
  display: grid;
}
.consequence-heading > p {
  color: var(--blue);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 22px;
  font-size: 13px;
  font-weight: 820;
}
.consequence-heading h2 {
  max-width: 600px;
  margin: 0;
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1.07;
}
.consequence-list {
  border-top: 1px solid var(--line);
}
.consequence-list div {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 44px 1fr;
  gap: 24px;
  padding: 25px 0;
  display: grid;
}
.consequence-list span {
  color: var(--blue);
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 820;
}
.consequence-list p {
  color: var(--ink);
  margin: 0;
  font-size: 19px;
  line-height: 1.55;
}
.solution-section {
  background: #edf4fc;
  padding-top: 104px;
  padding-bottom: 112px;
}
.solution-statement {
  align-items: start;
}
.solution-statement > p:last-child,
.method-heading > p:last-child,
.results-heading > p:last-child,
.direction-copy > p:last-child {
  color: var(--muted);
  margin: 0;
  font-size: 18px;
  line-height: 1.72;
}
.system-map {
  background:
    linear-gradient(#071b340f 1px, transparent 1px),
    linear-gradient(90deg, #071b340f 1px, transparent 1px), var(--paper);
  min-height: 570px;
  box-shadow: var(--shadow-sm);
  background-size: 64px 64px;
  border: 1px solid #075fda24;
  border-radius: 24px;
  margin-top: 70px;
  position: relative;
  overflow: hidden;
}
.system-map:before,
.system-map:after {
  content: "";
  background: linear-gradient(90deg, #0000, #075fdaa6, #0000);
  width: 64%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.system-map:after {
  background: linear-gradient(#0000, #13bde5cc, #0000);
  width: 2px;
  height: 66%;
}
.system-center {
  z-index: 2;
  background: var(--navy);
  width: 240px;
  height: 240px;
  color: var(--paper);
  text-align: center;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 30px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 0 14px #075fda14,
    0 0 0 28px #13bde50f,
    0 24px 56px #071b3433;
}
.system-center span {
  color: var(--cyan-soft);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 820;
}
.system-center strong {
  font-size: 27px;
  line-height: 1.14;
}
.system-card {
  z-index: 3;
  background: #fffffff7;
  border: 1px solid #075fda29;
  border-radius: 16px;
  width: min(310px, 28%);
  min-height: 168px;
  padding: 24px;
  position: absolute;
  box-shadow: 0 15px 38px #071b3417;
}
.system-card > svg {
  width: 24px;
  height: 24px;
  color: var(--blue);
  position: absolute;
  top: 22px;
  right: 22px;
}
.system-card span {
  color: var(--blue);
  letter-spacing: 0.14em;
  font-size: 11px;
  font-weight: 820;
}
.system-card strong {
  margin-top: 18px;
  padding-right: 20px;
  font-size: 23px;
  line-height: 1.15;
  display: block;
}
.system-card p {
  color: var(--muted);
  margin: 9px 0 0;
  font-size: 15px;
  line-height: 1.5;
}
.card-web {
  top: 7%;
  left: 5%;
}
.card-social {
  top: 7%;
  right: 5%;
}
.card-service-03 {
  bottom: 7%;
  left: 5%;
}
.card-conversations {
  bottom: 7%;
  right: 5%;
}
.capabilities-section {
  padding-top: 104px;
  padding-bottom: 112px;
}
.capabilities-heading {
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1.58fr);
  align-items: end;
  gap: 60px;
  display: grid;
}
.capabilities-heading h2 {
  width: 100%;
  max-width: 1030px;
  text-align: left;
  text-wrap: wrap;
  justify-self: end;
}
.capabilities-list {
  border-top: 1px solid var(--line-dark);
  margin-top: 68px;
}
.capabilities-list article {
  border-bottom: 1px solid var(--line-dark);
  grid-template-columns: 42px 60px minmax(230px, 0.72fr) minmax(360px, 1.28fr);
  align-items: center;
  gap: 22px;
  padding: 26px 0;
  display: grid;
}
.capabilities-list article > span {
  color: var(--cyan-soft);
  letter-spacing: 0.15em;
  font-size: 12px;
  font-weight: 820;
}
.capabilities-list article > div:last-child {
  display: contents;
}
.capability-icon {
  width: 48px;
  height: 48px;
  color: var(--cyan-soft);
  background: #13bde512;
  border: 1px solid #83e5f75c;
  border-radius: 12px;
  place-items: center;
  display: grid;
}
.capability-icon svg {
  width: 23px;
  height: 23px;
}
.capabilities-list h3 {
  letter-spacing: -0.025em;
  margin: 0;
  font-size: 27px;
  line-height: 1.18;
}
.capabilities-list p {
  color: #cfdeeb;
  max-width: 680px;
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
}
.capabilities-list sup {
  color: var(--cyan-soft);
  font-weight: 820;
}
.evidence-note {
  max-width: none;
  color: #dbe7f2;
  margin: 24px 0 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.65;
}
.evidence-note a {
  color: var(--cyan-soft);
  font-weight: 720;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.value-model {
  background: linear-gradient(135deg, #13bde521, #ffffff09);
  border: 1px solid #83e5f747;
  border-radius: 20px;
  grid-template-columns: 76px 1fr;
  align-items: start;
  gap: 28px;
  margin-top: 54px;
  padding: clamp(30px, 4vw, 50px);
  display: grid;
  box-shadow: 0 22px 60px #0000001a;
}
.value-model-icon {
  background: var(--cyan-soft);
  width: 68px;
  height: 68px;
  color: var(--navy);
  border-radius: 16px;
  place-items: center;
  display: grid;
}
.value-model-icon svg {
  width: 32px;
  height: 32px;
}
.value-model-label {
  color: var(--cyan-soft);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 11px;
  font-size: 12px;
  font-weight: 820;
}
.value-model h3 {
  letter-spacing: -0.035em;
  max-width: 880px;
  margin: 0;
  font-size: clamp(31px, 3vw, 43px);
  line-height: 1.1;
}
.value-model > div:last-child > p:not(.value-model-label) {
  color: #dbe7f2;
  max-width: 960px;
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 1.7;
}
.cost-comparison-trigger {
  width: 100%;
  max-width: 960px;
  color: var(--cyan-soft);
  cursor: pointer;
  border: 1px solid #83e5f752;
  background: #ffffff08;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
  padding: 14px 17px;
  font-size: 16px;
  font-weight: 760;
  line-height: 1.4;
  text-align: left;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
  display: flex;
}
.cost-comparison-trigger svg {
  flex: 0 0 auto;
}
.cost-comparison-trigger:hover,
.cost-comparison-trigger:focus-visible {
  color: var(--paper);
  background: #13bde514;
  border-color: #83e5f78f;
}
.cost-comparison-dialog {
  width: min(760px, calc(100vw - 32px));
  max-height: min(860px, calc(100dvh - 32px));
  color: var(--navy);
  background: transparent;
  border: 0;
  border-radius: 22px;
  margin: auto;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 34px 100px #020b176b;
}
.cost-comparison-dialog::backdrop {
  background: #020b17c4;
  backdrop-filter: blur(6px);
}
.cost-comparison-dialog[open] {
  animation: cost-dialog-in 220ms ease-out both;
}
.cost-dialog-shell {
  background: var(--paper);
  max-height: min(860px, calc(100dvh - 32px));
  padding: clamp(28px, 4vw, 46px);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.cost-dialog-close {
  width: 42px;
  height: 42px;
  color: var(--muted);
  cursor: pointer;
  border: 1px solid var(--line);
  background: #edf4fc;
  border-radius: 50%;
  place-items: center;
  margin-left: auto;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
  display: grid;
}
.cost-dialog-close:hover,
.cost-dialog-close:focus-visible {
  color: var(--blue);
  border-color: #075fda47;
  background: #e4f0fd;
}
.cost-dialog-eyebrow {
  color: var(--blue);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 4px 0 12px;
  font-size: 12px;
  font-weight: 820;
}
.cost-comparison-dialog h2 {
  letter-spacing: -0.035em;
  max-width: 630px;
  margin: 0;
  font-size: clamp(34px, 4.5vw, 48px);
  line-height: 1.05;
}
.cost-dialog-intro {
  color: var(--muted);
  max-width: 650px;
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.6;
}
.cost-role-list {
  border-top: 1px solid var(--line);
  margin-top: 28px;
}
.cost-role {
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 24px;
  padding: 15px 0;
  display: grid;
}
.cost-role span {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.4;
}
.cost-role strong {
  color: var(--blue);
  white-space: nowrap;
  font-size: 15px;
}
.cost-subtotal,
.cost-total {
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  display: flex;
}
.cost-subtotal {
  color: var(--ink);
  padding: 18px 0;
  font-size: 16px;
  font-weight: 760;
}
.cost-subtotal strong {
  white-space: nowrap;
}
.cost-implicit {
  color: var(--muted);
  background: #edf4fc;
  border-left: 3px solid var(--cyan);
  margin: 0;
  padding: 16px 18px;
  font-size: 14px;
  line-height: 1.58;
}
.cost-total {
  color: var(--paper);
  background: var(--navy);
  border-radius: 13px;
  margin-top: 18px;
  padding: 20px;
}
.cost-total span {
  color: #dbe7f2;
  font-size: 15px;
  font-weight: 720;
}
.cost-total strong {
  color: var(--cyan-soft);
  white-space: nowrap;
  font-size: 20px;
}
.cost-dialog-source {
  color: var(--muted);
  margin: 17px 0 0;
  font-size: 12px;
  line-height: 1.55;
}
.cost-dialog-source a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}
body.cost-dialog-open {
  overflow: hidden;
}
@keyframes cost-dialog-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.method-section {
  background: var(--paper);
  padding-top: 104px;
  padding-bottom: 112px;
}
.method-heading {
  align-items: start;
}
.method-timeline {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 68px;
  display: grid;
}
.method-timeline article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(150deg, var(--paper), #f5f9fe);
  min-height: 410px;
  box-shadow: var(--shadow-sm);
  flex-direction: column;
  padding: 30px;
  display: flex;
}
.stage-top {
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  display: flex;
}
.stage-icon {
  width: 54px;
  height: 54px;
  color: var(--blue);
  background: #075fda14;
  border-radius: 13px;
  place-items: center;
  display: grid;
}
.stage-icon svg {
  width: 25px;
  height: 25px;
}
.stage-marker {
  color: var(--blue);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  justify-items: end;
  gap: 2px;
  font-size: 12px;
  font-weight: 820;
  display: grid;
}
.stage-marker small {
  font: inherit;
  color: var(--muted);
}
.method-timeline h3 {
  letter-spacing: -0.035em;
  margin: 48px 0 17px;
  font-size: 36px;
  line-height: 1.1;
}
.method-timeline p {
  color: var(--muted);
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
}
.method-timeline strong {
  color: var(--ink);
  margin-top: auto;
  padding-top: 34px;
  font-size: 16px;
  line-height: 1.5;
}
.results-section {
  background: #e9f2fc;
  padding-top: 104px;
  padding-bottom: 112px;
}
.results-heading {
  align-items: start;
}
.results-grid {
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 68px;
  display: grid;
}
.results-grid article {
  border-radius: var(--radius);
  background: var(--paper);
  min-height: 280px;
  box-shadow: var(--shadow-sm);
  border: 1px solid #075fda1f;
  grid-column: span 2;
  padding: 28px;
}
.results-grid article:nth-child(4),
.results-grid article:nth-child(5) {
  grid-column: span 3;
}
.results-grid span {
  color: var(--blue);
  letter-spacing: 0.15em;
  font-size: 12px;
  font-weight: 820;
}
.results-grid article > svg {
  width: 36px;
  height: 36px;
  color: var(--blue);
  margin-bottom: 20px;
  display: block;
}
.results-grid h3 {
  letter-spacing: -0.025em;
  margin: 27px 0 13px;
  font-size: 27px;
  line-height: 1.16;
}
.results-grid p {
  color: var(--muted);
  margin: 0;
  font-size: 16px;
  line-height: 1.62;
}
.results-disclaimer {
  border-left: 3px solid var(--cyan);
  max-width: 900px;
  color: var(--ink);
  background: #ffffff8c;
  border-radius: 0 10px 10px 0;
  margin: 36px 0 0 auto;
  padding: 18px 20px;
  font-size: 16px;
  line-height: 1.65;
}
.direction-section {
  padding-top: 104px;
  padding-bottom: 112px;
}
.direction-copy {
  align-items: start;
}
.direction-copy > p:last-child {
  color: #cfdeeb;
}
.boutique-principles {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 68px;
  display: grid;
}
.boutique-principles article {
  border-radius: var(--radius);
  background: linear-gradient(145deg, #ffffff0e, #ffffff06);
  border: 1px solid #83e5f72e;
  min-height: 310px;
  padding: 30px;
}
.principle-top {
  color: var(--cyan-soft);
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.principle-top svg {
  width: 30px;
  height: 30px;
}
.boutique-principles span {
  letter-spacing: 0.15em;
  font-size: 12px;
  font-weight: 820;
}
.boutique-principles h3 {
  letter-spacing: -0.025em;
  margin: 58px 0 15px;
  font-size: 27px;
  line-height: 1.16;
}
.boutique-principles p {
  color: #cfdeeb;
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}
.boutique-summary {
  border-top: 1px solid var(--line-dark);
  color: #dbe7f2;
  margin: 42px 0 0;
  padding-top: 26px;
  font-size: 18px;
  line-height: 1.65;
}
.fit-section {
  background: var(--paper);
  padding-top: 104px;
  padding-bottom: 112px;
}
.fit-heading {
  grid-template-columns: minmax(0, 0.35fr) minmax(0, 1.65fr);
  align-items: end;
  gap: 60px;
  display: grid;
}
.fit-heading h2 {
  width: 100%;
  max-width: 1030px;
  text-align: left;
  text-wrap: wrap;
  justify-self: end;
}
.fit-columns {
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 68px;
  display: grid;
}
.fit-columns > div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  background: #f4f8fd;
  padding: 38px;
}
.fit-icon {
  background: var(--navy);
  width: 56px;
  height: 56px;
  color: var(--cyan-soft);
  border-radius: 14px;
  place-items: center;
  margin-bottom: 34px;
  display: grid;
}
.fit-icon svg {
  width: 27px;
  height: 27px;
}
.fit-columns h3 {
  letter-spacing: -0.03em;
  margin: 0 0 18px;
  font-size: 32px;
  line-height: 1.15;
}
.fit-columns ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fit-columns li {
  border-top: 1px solid var(--line);
  color: var(--ink);
  padding: 17px 0 17px 28px;
  font-size: 17px;
  line-height: 1.55;
  position: relative;
}
.fit-columns li:before {
  content: "";
  background: var(--cyan);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 27px;
  left: 2px;
}
.contact-section {
  background: linear-gradient(145deg, var(--navy), #061527);
  grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
  gap: clamp(64px, 9vw, 125px);
  padding-top: 104px;
  padding-bottom: 112px;
  display: grid;
}
.contact-copy {
  padding-top: 16px;
}
.contact-copy h2 {
  color: var(--paper);
}
.contact-copy > p:nth-of-type(2) {
  color: #cfdeeb;
  max-width: 610px;
  margin: 25px 0 0;
  font-size: 18px;
  line-height: 1.7;
}
.contact-proof {
  border-top: 1px solid var(--line-dark);
  grid-template-columns: 40px 1fr;
  gap: 17px 16px;
  margin-top: 42px;
  padding-top: 25px;
  display: grid;
}
.contact-proof span {
  color: var(--cyan-soft);
  font-size: 12px;
  font-weight: 820;
}
.contact-proof p {
  color: #dbe7f2;
  margin: 0;
  font-size: 15px;
}
.contact-form {
  background: var(--paper);
  color: var(--navy);
  border-radius: 22px;
  align-self: start;
  padding: clamp(28px, 4vw, 46px);
  box-shadow: 0 32px 90px #0000003b;
}
.form-row {
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  display: grid;
}
.field {
  margin-bottom: 19px;
}
.contact-form label {
  color: var(--ink);
  font-size: 15px;
  font-weight: 760;
  display: block;
}
.required-note {
  color: var(--muted) !important;
  text-align: left !important;
  margin: 0 0 20px !important;
  font-size: 13px !important;
}
.required-note span,
.required-mark {
  color: #b42318;
  font-weight: 850;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  min-height: 52px;
  color: var(--navy);
  background: #f7faff;
  border: 1px solid #071b3440;
  border-radius: 9px;
  outline: 0;
  margin-top: 8px;
  padding: 13px 14px;
  font-size: 16px;
}
.contact-form textarea {
  resize: vertical;
  min-height: 130px;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #60758b;
  opacity: 1;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px #075fda24;
}
.contact-form button {
  border: 1px solid var(--navy);
  background: var(--navy);
  width: 100%;
  min-height: 58px;
  color: var(--paper);
  cursor: pointer;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 7px;
  padding: 16px 20px;
  font-weight: 800;
  transition:
    transform 0.2s,
    background 0.2s;
  display: flex;
}
.contact-form button:hover,
.contact-form button:focus-visible {
  background: var(--blue);
  border-color: var(--blue);
  transform: translateY(-2px);
}
.contact-form > p {
  color: var(--muted);
  text-align: center;
  margin: 14px 0 0;
  font-size: 13px;
}
footer {
  color: var(--paper);
  background: #04101f;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}
.footer-brand {
  align-items: center;
  gap: 18px;
  display: flex;
}
.footer-symbol {
  width: 72px;
  height: 72px;
  border-radius: 14px;
}
.footer-brand span {
  letter-spacing: -0.03em;
  font-size: 28px;
  font-weight: 760;
}
.footer-brand p,
.footer-meta p {
  color: #a8bacb;
  margin: 10px 0 0;
  font-size: 14px;
}
.footer-meta {
  text-align: right;
}
.footer-email-text {
  color: var(--cyan-soft);
  margin-top: 10px;
  font-size: 14px;
  font-weight: 720;
  transition: color 0.2s;
  display: inline-block;
}
.footer-email-text:hover,
.footer-email-text:focus-visible {
  color: var(--paper);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer-email-icon {
  display: none;
}
.footer-socials {
  justify-content: flex-end;
  margin-top: 16px;
}
.footer-socials .social-link {
  color: var(--cyan-soft);
  background: #ffffff0a;
  border-color: #ffffff2e;
}
.footer-socials .social-link:hover,
.footer-socials .social-link:focus-visible {
  color: var(--navy);
  background: var(--cyan-soft);
  border-color: var(--cyan-soft);
}
.footer-meta .back-to-top {
  color: var(--cyan-soft);
  margin-top: 13px;
  font-size: 14px;
  font-weight: 800;
  display: inline-block;
}
.mobile-menu {
  display: none;
}
:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}
@media (width<=1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }
  nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 64px;
  }
  .hero-copy {
    max-width: 850px;
  }
  .hero-visual-frame {
    min-height: 560px;
  }
  .section-intro,
  .solution-statement,
  .method-heading,
  .results-heading,
  .direction-copy {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .section-intro .eyebrow,
  .solution-statement .eyebrow,
  .method-heading .eyebrow,
  .results-heading .eyebrow,
  .direction-copy .eyebrow {
    margin-bottom: 0;
  }
  .capabilities-heading,
  .fit-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .capabilities-heading h2,
  .fit-heading h2 {
    text-align: left;
    justify-self: start;
  }
  .consequence-section,
  .contact-section {
    grid-template-columns: 1fr;
    gap: 58px;
  }
  .capabilities-list article {
    grid-template-columns: 40px 56px minmax(220px, 0.8fr) 1.2fr;
  }
  .system-card {
    width: 31%;
  }
  .results-grid article {
    grid-column: span 3;
  }
  .results-grid article:nth-child(5) {
    grid-column: 2 / span 4;
  }
  .contact-copy {
    max-width: 760px;
  }
  .contact-form {
    width: 100%;
    max-width: 820px;
  }
}
@media (width<=760px) {
  :root {
    --gutter: 20px;
  }
  body {
    font-size: 17px;
  }
  .site-header {
    min-height: 72px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .brand {
    width: 205px;
    min-width: 0;
  }
  .header-actions {
    display: none;
  }
  .mobile-menu {
    justify-self: end;
    display: block;
    position: relative;
  }
  .mobile-menu summary {
    border: 1px solid var(--navy);
    cursor: pointer;
    border-radius: 9px;
    place-items: center;
    min-height: 44px;
    padding: 9px 13px;
    font-size: 14px;
    font-weight: 800;
    list-style: none;
    display: grid;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu > div {
    z-index: 20;
    border: 1px solid var(--line);
    background: var(--paper);
    border-radius: 12px;
    width: 250px;
    padding: 12px;
    display: grid;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    box-shadow: 0 20px 50px #071b3429;
  }
  .mobile-menu a {
    align-items: center;
    min-height: 46px;
    padding: 10px;
    font-weight: 720;
    display: flex;
  }
  .hero {
    width: min(calc(100% - 36px), var(--content));
    gap: 46px;
    padding: 48px 0 52px;
  }
  .eyebrow {
    letter-spacing: 0.12em;
    font-size: 12px;
  }
  h1 {
    font-size: clamp(45px, 13.4vw, 61px);
    line-height: 1.02;
  }
  .hero-lead {
    font-size: 18px;
    line-height: 1.62;
  }
  .hero-actions {
    flex-direction: column;
  }
  .button {
    width: 100%;
  }
  .capacity-note {
    font-size: 14px;
  }
  .hero-visual-frame {
    border-radius: 18px;
    flex-direction: column;
    gap: 16px;
    min-height: auto;
    padding: 28px 14px 14px;
    display: flex;
  }
  .coordination-map {
    aspect-ratio: auto;
    background-size: 48px 48px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    display: grid;
  }
  .coordination-map:before,
  .coordination-map:after {
    display: none;
  }
  .coordination-core {
    grid-column: 1/-1;
    width: 148px;
    margin: 0 auto 14px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .coordination-node {
    min-width: 0;
    padding: 15px 13px;
    position: relative;
    inset: auto;
  }
  .coordination-node > svg {
    width: 19px;
    height: 19px;
    top: 13px;
    right: 13px;
  }
  .boutique-seal {
    width: 100%;
    position: relative;
    inset: auto;
  }
  .hero-capabilities {
    grid-template-columns: repeat(2, 1fr);
  }
  .problem-section,
  .consequence-section,
  .solution-section,
  .capabilities-section,
  .method-section,
  .results-section,
  .direction-section,
  .fit-section,
  .contact-section {
    padding-top: 78px;
    padding-bottom: 82px;
  }
  .section-intro h2,
  .solution-statement h2,
  .capabilities-heading h2,
  .method-heading h2,
  .results-heading h2,
  .direction-copy h2,
  .fit-heading h2,
  .contact-copy h2 {
    font-size: clamp(38px, 10.5vw, 46px);
  }
  .problem-grid,
  .method-timeline,
  .boutique-principles {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }
  .problem-grid article {
    min-height: 0;
  }
  .consequence-section {
    gap: 48px;
  }
  .consequence-list div {
    grid-template-columns: 34px 1fr;
    gap: 13px;
  }
  .consequence-list p {
    font-size: 17px;
  }
  .system-map {
    background-size: 54px 54px;
    grid-template-columns: 1fr;
    gap: 11px;
    min-height: auto;
    margin-top: 48px;
    padding: 12px;
    display: grid;
  }
  .system-map:before,
  .system-map:after {
    display: none;
  }
  .system-center,
  .system-card {
    width: 100%;
    position: relative;
    inset: auto;
    transform: none;
  }
  .system-center {
    border-radius: 14px;
    height: auto;
    min-height: 185px;
  }
  .system-card {
    min-height: 0;
    padding: 22px;
  }
  .capabilities-list {
    margin-top: 48px;
  }
  .capabilities-list article {
    grid-template-columns: 34px 48px 1fr;
    align-items: start;
    gap: 11px;
    padding: 25px 0;
  }
  .capabilities-list article > div:last-child {
    grid-column: 3;
    display: block;
  }
  .capability-icon {
    width: 44px;
    height: 44px;
  }
  .capabilities-list h3 {
    font-size: 25px;
  }
  .capabilities-list p {
    margin-top: 10px;
  }
  .value-model {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 42px;
    padding: 26px 21px;
  }
  .value-model-icon {
    width: 60px;
    height: 60px;
  }
  .cost-comparison-trigger {
    width: 100%;
  }
  .cost-dialog-shell {
    padding: 24px 20px;
  }
  .cost-role {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 14px 0;
  }
  .cost-subtotal,
  .cost-total {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
  .cost-total strong {
    white-space: normal;
  }
  .method-timeline article {
    min-height: 370px;
    padding: 26px 22px;
  }
  .method-timeline h3 {
    margin-top: 40px;
  }
  .results-grid {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }
  .results-grid article,
  .results-grid article:nth-child(4),
  .results-grid article:nth-child(5) {
    grid-column: auto;
    min-height: 250px;
  }
  .boutique-principles article {
    min-height: 0;
  }
  .fit-columns {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }
  .fit-columns > div {
    padding: 28px 22px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contact-section {
    gap: 48px;
  }
  .contact-form {
    border-radius: 16px;
    padding: 26px 20px;
  }
  footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 42px 20px;
  }
  .footer-symbol {
    width: 62px;
    height: 62px;
  }
  .footer-meta {
    text-align: left;
  }
  .footer-email-text {
    display: none;
  }
  .footer-email-icon {
    display: grid;
  }
  .footer-socials {
    justify-content: flex-start;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Ajustes finales aprobados en la maqueta v4 y en la versión de hosting v14. */
.system-map > .card-service-03 {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  top: auto !important;
  right: auto !important;
  bottom: 7% !important;
  left: 5% !important;
  transform: none !important;
}

.system-map > .system-center {
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.problem-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.problem-section .section-intro > p:last-child {
  max-width: 780px;
  margin: 0;
  color: #d1dfec;
  font-size: 1.05rem;
  line-height: 1.7;
}

@media (width <= 760px) {
  .system-map > .card-service-03,
  .system-map > .system-center {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    transform: none !important;
  }

  .problem-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Movimiento progresivo: no modifica la composición y sólo se activa
   cuando el navegador permite observar la entrada de cada bloque. */
.motion-ready [data-scroll-reveal] {
  opacity: 0;
  filter: blur(4px);
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 620ms ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}
.motion-ready [data-scroll-reveal][data-reveal-direction="left"] {
  transform: translate3d(-26px, 0, 0);
}
.motion-ready [data-scroll-reveal][data-reveal-direction="right"] {
  transform: translate3d(26px, 0, 0);
}
.motion-ready [data-scroll-reveal][data-reveal-direction="scale"] {
  transform: translate3d(0, 18px, 0) scale(0.975);
}
.motion-ready [data-scroll-reveal].is-revealed {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  .motion-ready [data-scroll-reveal] {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}
@media (prefers-contrast: more) {
  :root {
    --line: #071b346b;
    --line-dark: #ffffff6b;
  }
  .problem-grid p,
  .capabilities-list p,
  .direction-copy > p:last-child,
  .boutique-principles p,
  .contact-copy > p:nth-of-type(2) {
    color: #f1f6fb;
  }
  .button,
  .header-cta,
  .contact-form input,
  .contact-form textarea,
  .contact-form select {
    border-width: 2px;
  }
}
@media (forced-colors: active) {
  .status-dot,
  .eyebrow span,
  .fit-columns li:before {
    forced-color-adjust: auto;
  }
  .visual-icon,
  .capability-icon,
  .value-model-icon,
  .stage-icon,
  .fit-icon {
    border: 2px solid canvastext;
  }
}

.website-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-status {
  margin: 0 0 22px;
  padding: 14px 16px;
  border: 2px solid;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.form-status.is-success {
  border-color: #0a7a53;
  background: #eafaf3;
  color: #07553c;
}

.form-status.is-error {
  border-color: #b42318;
  background: #fff0ee;
  color: #7a1a12;
}
