:root {
  --lf-limestone: #d8d0c4;
  --lf-stone-white: #f4f1ec;
  --lf-graphite: #3c3f46;
  --lf-purple: #5b4a72;
  --lf-dust-blue: #a9c2d9;
  --lf-border: rgba(60, 63, 70, 0.16);
  --lf-border-strong: rgba(60, 63, 70, 0.28);
  --lf-text-muted: rgba(60, 63, 70, 0.68);
  --lf-purple-soft: rgba(91, 74, 114, 0.16);
  --lf-blue-mist: rgba(169, 194, 217, 0.18);
  --stone: #f4f1ec;
  --limestone: #d8d0c4;
  --limestone-strong: #c8beb0;
  --graphite: #3c3f46;
  --graphite-soft: #626872;
  --dust-blue: #a9c2d9;
  --senate: #5b4a72;
  --white: #fffdf8;
  --line: rgba(60, 63, 70, 0.15);
  --line-strong: rgba(60, 63, 70, 0.24);
  --shadow: 0 18px 44px rgba(60, 63, 70, 0.055);
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--graphite);
  background:
    radial-gradient(circle at 16% 0%, rgba(169, 194, 217, 0.08), transparent 26rem),
    linear-gradient(115deg, var(--limestone) 0%, var(--stone) 42%, #e6ded4 100%);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  display: block;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: 100%;
  padding: 18px clamp(24px, 5vw, 64px);
  border-bottom: 1px solid rgba(60, 63, 70, 0.08);
  background: rgba(244, 241, 236, 0.82);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1;
}

.brand strong {
  font-size: 0.78rem;
  font-weight: 700;
}

.brand small {
  margin-top: 5px;
  color: var(--graphite-soft);
  font-size: 0.63rem;
  font-weight: 650;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--graphite);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.9;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.7vw, 34px);
  margin-left: auto;
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a,
.footer-links a {
  position: relative;
  color: rgba(60, 63, 70, 0.84);
}

.site-nav a::after,
.footer-links a::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--senate);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.footer-links a:hover::after,
.footer-links a:focus-visible::after {
  transform: scaleX(1);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 0.74rem;
  font-weight: 820;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.header-cta {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #25272c;
  background: #25272c;
  color: var(--white);
}

.button {
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid rgba(60, 63, 70, 0.36);
}

.header-cta:hover,
.button:hover,
.header-cta:focus-visible,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  border-color: #25272c;
  background: #25272c;
  color: var(--white);
}

.header-cta:hover,
.header-cta:focus-visible,
.button-primary:hover,
.button-primary:focus-visible {
  border-color: #25272c;
  background: #25272c;
  box-shadow: inset 0 -3px 0 var(--senate);
}

.button-secondary {
  background: rgba(255, 253, 248, 0.55);
  color: var(--graphite);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--senate);
  color: var(--senate);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.7);
  color: var(--graphite);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 6px auto;
  background: currentColor;
  transition: transform 180ms ease;
}

.nav-open .nav-toggle span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.nav-open .nav-toggle span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.section-band {
  position: relative;
  padding-block: clamp(88px, 10vw, 156px);
  border-bottom: 1px solid rgba(60, 63, 70, 0.12);
  overflow: hidden;
}

.section-index {
  position: absolute;
  top: 24px;
  left: clamp(24px, 4vw, 48px);
  color: rgba(60, 63, 70, 0.58);
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 820;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.csii-section .section-index,
.technology-section .section-index {
  color: rgba(91, 74, 114, 0.72);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--senate);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: #282b30;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  font-size: clamp(3.15rem, 5.4vw, 6.2rem);
  line-height: 0.98;
}

h2 {
  font-size: clamp(2.5rem, 4.8vw, 5rem);
}

h3 {
  font-size: clamp(1.35rem, 1.85vw, 2rem);
}

p {
  margin: 0;
}

.section-heading {
  width: min(820px, calc(100% - 48px));
  margin-inline: auto;
  text-align: center;
}

.section-heading.align-left {
  width: auto;
  margin: 0;
  text-align: left;
}

.section-subtitle {
  max-width: 720px;
  margin: 20px auto 0;
  color: var(--graphite-soft);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.hero {
  min-height: calc(100svh - 78px);
  padding-top: clamp(42px, 5vw, 78px);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-subheading {
  max-width: 770px;
  margin-top: 22px;
  color: var(--graphite-soft);
  font-size: clamp(1.04rem, 1.45vw, 1.23rem);
}

.core-line {
  max-width: 780px;
  margin-top: 20px;
  padding: 16px 18px;
  border-left: 3px solid var(--senate);
  background: rgba(255, 253, 248, 0.58);
  color: #292c31;
  font-weight: 760;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 390px;
}

.hero-visual::before {
  position: absolute;
  inset: 8% 0 8% 8%;
  content: "";
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.52);
  filter: blur(22px);
}

.csii-core-diagram {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  height: auto;
  color: var(--graphite);
}

.signal-mist {
  fill: none;
  stroke: var(--dust-blue);
  stroke-width: 1.4;
  opacity: 0.18;
}

.core-orbit {
  fill: none;
  stroke: rgba(60, 63, 70, 0.18);
  stroke-width: 1.2;
}

.chameleon-core {
  fill: none;
  stroke: none;
}

.chameleon-core .core-disc {
  fill: rgba(255, 253, 248, 0.82);
  stroke: rgba(91, 74, 114, 0.34);
  stroke-width: 1.4;
}

.chameleon-core image {
  opacity: 0.9;
}

.chameleon-core .core-node {
  fill: var(--senate);
  stroke: rgba(255, 253, 248, 0.9);
  stroke-width: 1.4;
}

.chameleon-core text,
.diagram-node text {
  fill: currentColor;
  stroke: none;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-anchor: middle;
  text-transform: uppercase;
}

.chameleon-core text {
  fill: var(--senate);
}

.diagram-node rect {
  fill: rgba(255, 253, 248, 0.76);
  stroke: rgba(60, 63, 70, 0.28);
  stroke-width: 1;
}

.output-node {
  color: var(--senate);
}

.output-node rect {
  stroke: rgba(91, 74, 114, 0.38);
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(34px, 4vw, 58px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature-strip div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 96px;
  padding: 20px 24px;
  border-right: 1px solid var(--line);
}

.feature-strip div:last-child {
  border-right: 0;
}

.feature-strip strong {
  font-size: 0.8rem;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(91, 74, 114, 0.32);
  border-radius: 50%;
  color: var(--senate);
  font-family: var(--serif);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: start;
}

.problem-section {
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.5), rgba(216, 208, 196, 0.38)), var(--stone);
}

.problem-copy {
  display: grid;
  gap: 22px;
  color: var(--graphite-soft);
  font-size: 1.05rem;
}

.key-message {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.7);
  color: #292c31;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
  line-height: 1.1;
}

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

.point-grid span {
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.48);
  color: var(--graphite);
  font-size: 0.86rem;
  font-weight: 760;
}

.csii-section {
  position: relative;
  background:
    radial-gradient(circle at 78% 16%, rgba(244, 241, 236, 0.13), transparent 28rem),
    linear-gradient(135deg, #5b4a72 0%, #4d3f61 100%);
  color: var(--stone);
}

.csii-section h2,
.csii-section h3 {
  color: var(--stone);
}

.csii-section .eyebrow,
.csii-section .section-index {
  color: rgba(244, 241, 236, 0.76);
}

.csii-watermark-logo {
  position: absolute;
  top: 7%;
  right: -3%;
  width: clamp(320px, 42vw, 680px);
  opacity: 0.055;
  filter: invert(1);
  pointer-events: none;
  display: none;
}

.csii-spotlight {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
  min-height: 520px;
}

.csii-core-mark {
  display: grid;
  place-items: center;
  gap: 18px;
  min-height: 360px;
  padding: 38px;
  border: 1px solid rgba(244, 241, 236, 0.22);
  border-radius: 28px;
  background: rgba(244, 241, 236, 0.92);
  color: var(--senate);
  box-shadow: 0 22px 70px rgba(35, 28, 44, 0.22);
}

.csii-core-mark img {
  width: min(260px, 82%);
  opacity: 0.92;
}

.csii-core-mark span {
  font-size: 0.72rem;
  font-weight: 840;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.csii-copy {
  max-width: 660px;
}

.csii-copy h2 {
  font-size: clamp(5.5rem, 12vw, 10rem);
  letter-spacing: 0;
}

.csii-subtitle {
  max-width: 430px;
  margin-top: 8px;
  color: rgba(244, 241, 236, 0.86);
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  font-family: var(--serif);
  line-height: 1.1;
  text-wrap: balance;
}

.csii-line {
  max-width: 620px;
  margin-top: 24px;
  color: rgba(244, 241, 236, 0.76);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
}

.csii-words {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.csii-words span {
  padding: 12px 16px;
  border: 1px solid rgba(244, 241, 236, 0.24);
  border-radius: 999px;
  background: rgba(244, 241, 236, 0.08);
  color: var(--stone);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.csii-intro {
  display: grid;
  grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr) minmax(260px, 0.44fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 40px;
}

.csii-seal,
.csii-intro p,
.csii-intro strong {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(244, 241, 236, 0.48);
}

.csii-seal {
  display: grid;
  place-items: center;
  gap: 14px;
  min-height: 180px;
  color: var(--senate);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.csii-seal img {
  width: min(136px, 70%);
  opacity: 0.86;
}

.csii-intro p {
  color: var(--graphite-soft);
}

.csii-intro strong {
  display: flex;
  align-items: center;
  color: #292c31;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.4vw, 2.4rem);
  font-weight: 400;
  line-height: 1.08;
}

.csii-layers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.layer-card,
.build-card,
.application-card,
.pipeline-step {
  position: relative;
  border: 1px solid rgba(60, 63, 70, 0.1);
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: var(--shadow);
}

.layer-card {
  min-height: 500px;
  padding: 24px;
}

.layer-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  border-radius: 22px 22px 0 0;
  background: rgba(60, 63, 70, 0.36);
}

.layer-card:nth-child(3)::before {
  height: 5px;
  background: var(--senate);
}

.layer-card:nth-child(3) {
  border-color: rgba(91, 74, 114, 0.34);
}

.layer-kicker,
.card-number,
.pipeline-step span {
  color: var(--senate);
  font-family: var(--serif);
}

.layer-kicker {
  display: block;
  margin-bottom: 28px;
  font-size: 1rem;
}

.layer-card h3 {
  min-height: 70px;
  font-size: clamp(1.35rem, 1.7vw, 1.85rem);
}

.layer-card p,
.build-card p,
.application-card p,
.pipeline-step p {
  margin-top: 18px;
  color: var(--graphite-soft);
  font-size: 0.95rem;
}

.layer-card ul,
.mini-list {
  display: grid;
  gap: 8px;
  margin-top: 22px;
}

.layer-card li,
.mini-list li {
  position: relative;
  padding-left: 14px;
  color: rgba(60, 63, 70, 0.84);
  font-size: 0.82rem;
  line-height: 1.45;
}

.layer-card li::before,
.mini-list li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  background: var(--senate);
}

.build-section {
  background:
    linear-gradient(180deg, rgba(216, 208, 196, 0.24), rgba(255, 253, 248, 0.48)),
    var(--stone);
}

.build-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.build-card {
  min-height: 430px;
  padding: 28px;
}

.card-number {
  position: absolute;
  top: 31px;
  right: 28px;
  font-size: 1.05rem;
}

.card-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 34px;
  border-radius: 50%;
  border: 1px solid rgba(60, 63, 70, 0.28);
  background: transparent;
  color: var(--graphite);
}

.card-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.applications-section {
  background:
    radial-gradient(circle at 88% 12%, rgba(169, 194, 217, 0.12), transparent 28rem),
    linear-gradient(180deg, #fffdf8 0%, #f1ece4 100%);
}

.application-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.application-card {
  display: grid;
  grid-template-rows: 140px auto auto 1fr;
  gap: 14px;
  min-height: 448px;
  padding: 24px;
  overflow: hidden;
}

.application-card::after {
  position: absolute;
  right: 20px;
  bottom: 16px;
  color: rgba(91, 74, 114, 0.13);
  font-family: var(--serif);
  font-size: 5.4rem;
  line-height: 1;
}

.application-card.conservation::after {
  content: "C";
}

.application-card.companion::after {
  content: "H";
}

.application-card.farm::after {
  content: "F";
}

.application-card.datasets::after {
  content: "D";
}

.application-art {
  display: grid;
  place-items: center;
  margin: -24px -24px 0;
  min-height: 140px;
  border-bottom: 1px solid rgba(60, 63, 70, 0.09);
  background: linear-gradient(135deg, rgba(216, 208, 196, 0.34), rgba(244, 241, 236, 0.58));
}

.application-art svg {
  width: min(78%, 220px);
  height: 120px;
  fill: none;
  stroke: var(--graphite);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  opacity: 0.74;
}

.application-card h3 {
  font-size: clamp(1.25rem, 1.65vw, 1.75rem);
}

.application-card span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 8px 10px;
  border: 1px solid rgba(60, 63, 70, 0.1);
  border-radius: 6px;
  background: rgba(244, 241, 236, 0.42);
  color: rgba(60, 63, 70, 0.82);
  font-size: 0.76rem;
  font-weight: 720;
}

.application-card span:first-of-type {
  border-color: rgba(91, 74, 114, 0.28);
  color: var(--senate);
}

.technology-section {
  background: linear-gradient(110deg, rgba(60, 63, 70, 0.05), rgba(169, 194, 217, 0.08)), var(--stone);
}

.pipeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 46px;
}

.pipeline-step {
  min-height: 218px;
  padding: 22px;
}

.pipeline-step:nth-child(7) {
  border-color: rgba(91, 74, 114, 0.34);
}

.pipeline-step:nth-child(7)::before {
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  height: 3px;
  content: "";
  background: var(--senate);
}

.pipeline-step span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 28px;
  border: 1px solid rgba(60, 63, 70, 0.24);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.56);
  font-size: 0.92rem;
}

.pipeline-step:nth-child(7) span {
  border-color: rgba(91, 74, 114, 0.45);
  color: var(--senate);
}

.pipeline-step h3 {
  font-size: clamp(1.12rem, 1.35vw, 1.45rem);
  line-height: 1.12;
}

.pipeline-symbol {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 58px;
  opacity: 0.12;
  pointer-events: none;
}

.solution-section {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.6), rgba(216, 208, 196, 0.28)),
    var(--stone);
}

.solution-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 52px;
  border: 1px solid rgba(60, 63, 70, 0.12);
  border-radius: 28px;
  background: rgba(255, 253, 248, 0.62);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.solution-step {
  position: relative;
  min-height: 260px;
  padding: 28px;
  border-right: 1px solid rgba(60, 63, 70, 0.12);
}

.solution-step:last-child {
  border-right: 0;
}

.solution-step::after {
  position: absolute;
  top: 50%;
  right: -14px;
  z-index: 2;
  width: 28px;
  height: 28px;
  content: "→";
  border: 1px solid rgba(60, 63, 70, 0.14);
  border-radius: 50%;
  background: var(--stone);
  color: rgba(60, 63, 70, 0.54);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  transform: translateY(-50%);
}

.solution-step:last-child::after {
  display: none;
}

.solution-step span {
  display: inline-flex;
  margin-bottom: 56px;
  color: rgba(60, 63, 70, 0.48);
  font-family: var(--serif);
  font-size: 1rem;
}

.solution-step h3 {
  font-size: clamp(1.45rem, 2vw, 2.1rem);
}

.solution-step p {
  max-width: 270px;
  margin-top: 16px;
  color: var(--graphite-soft);
  font-size: 0.92rem;
  line-height: 1.55;
}

.solution-step.is-interpret {
  border-color: rgba(91, 74, 114, 0.34);
  background: rgba(91, 74, 114, 0.08);
}

.solution-step.is-interpret h3,
.solution-step.is-interpret span {
  color: var(--senate);
}

.solution-step.is-interpret img {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 86px;
  opacity: 0.1;
  pointer-events: none;
}

.application-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
}

.application-tags span {
  padding: 9px 13px;
  border: 1px solid rgba(60, 63, 70, 0.13);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.5);
  color: rgba(60, 63, 70, 0.74);
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-section {
  background: var(--stone);
}

.featured-project {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
  min-height: 420px;
  padding: clamp(34px, 5vw, 64px);
  border-radius: 28px;
  background: var(--senate);
  color: var(--stone);
  overflow: hidden;
}

.featured-project h2 {
  color: var(--stone);
  font-size: clamp(3.4rem, 7vw, 7rem);
}

.featured-project .eyebrow {
  color: rgba(244, 241, 236, 0.78);
}

.featured-project p:not(.eyebrow) {
  max-width: 590px;
  margin-top: 18px;
  color: rgba(244, 241, 236, 0.78);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
}

.featured-watermark {
  position: absolute;
  right: -60px;
  bottom: -120px;
  width: min(540px, 44vw);
  opacity: 0.045;
  filter: invert(1);
  pointer-events: none;
}

.featured-meta {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: end;
  gap: 28px;
}

.featured-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  max-width: 360px;
}

.featured-tags span {
  padding: 9px 12px;
  border: 1px solid rgba(244, 241, 236, 0.22);
  border-radius: 999px;
  color: rgba(244, 241, 236, 0.82);
  font-size: 0.74rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-meta a {
  color: var(--stone);
  font-size: 0.76rem;
  font-weight: 840;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.partner-section {
  background:
    radial-gradient(circle at 16% 50%, rgba(91, 74, 114, 0.12), transparent 24rem),
    #fffdf8;
}

.partner-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
  gap: clamp(42px, 6vw, 84px);
  align-items: start;
}

.partner-copy p:not(.eyebrow) {
  margin-top: 26px;
  color: var(--graphite-soft);
  font-size: 1.05rem;
}

.partner-copy .button {
  margin-top: 34px;
}

.partner-seal {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  padding: 12px 16px;
  border: 1px solid rgba(91, 74, 114, 0.2);
  border-radius: 999px;
  background: rgba(244, 241, 236, 0.5);
  color: rgba(60, 63, 70, 0.78);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.partner-seal img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  opacity: 0.86;
}

.partner-panel {
  display: grid;
  gap: 18px;
}

.partner-group {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(244, 241, 236, 0.58);
}

.partner-group h3 {
  margin-bottom: 18px;
  font-size: 1.35rem;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(60, 63, 70, 0.13);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.72);
  color: rgba(60, 63, 70, 0.86);
  font-size: 0.78rem;
  font-weight: 740;
}

.compact-tags span {
  border-radius: 8px;
}

.site-footer {
  padding-block: 34px 26px;
  border-top: 1px solid var(--line-strong);
  background: var(--limestone);
  color: rgba(60, 63, 70, 0.78);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.75fr 1.1fr 1.3fr;
  gap: 28px;
  align-items: center;
}

.footer-formal-brand {
  display: inline-flex;
  align-items: center;
  width: min(146px, 100%);
}

.footer-formal-brand img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.9;
}

.site-footer p {
  font-size: 0.82rem;
  line-height: 1.5;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(60, 63, 70, 0.16);
  font-size: 0.74rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links a {
  color: rgba(60, 63, 70, 0.78);
}

.faq-section {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.58), rgba(216, 208, 196, 0.34)),
    var(--stone);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(38px, 6vw, 80px);
  align-items: start;
}

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

.faq-list details {
  border: 1px solid rgba(60, 63, 70, 0.12);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.6);
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: rgba(60, 63, 70, 0.88);
  font-size: 0.86rem;
  font-weight: 820;
  letter-spacing: 0.04em;
}

.faq-list p {
  padding: 0 20px 18px;
  color: var(--graphite-soft);
  font-size: 0.9rem;
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .site-nav {
    gap: 18px;
  }

  .csii-layers,
  .build-grid,
  .application-grid,
  .pipeline,
  .solution-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-step:nth-child(2) {
    border-right: 0;
  }

  .solution-step:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(60, 63, 70, 0.12);
  }

  .solution-step:nth-child(2)::after {
    display: none;
  }

  .layer-card {
    min-height: 420px;
  }

  .partner-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1040px) {
  .hero-grid,
  .split-layout,
  .csii-intro,
  .csii-spotlight,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .csii-spotlight {
    min-height: auto;
  }

  .featured-project {
    grid-template-columns: 1fr;
  }

  .featured-meta {
    justify-items: start;
  }

  .featured-tags {
    justify-content: flex-start;
  }

  .hero-visual {
    min-height: auto;
  }

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

  .feature-strip div:nth-child(2) {
    border-right: 0;
  }

  .feature-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

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

@media (max-width: 860px) {
  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: block;
    margin-left: auto;
  }

  .site-nav {
    position: fixed;
    top: 74px;
    right: 16px;
    left: 16px;
    display: grid;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.97);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 15px;
    border-bottom: 1px solid rgba(60, 63, 70, 0.08);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .site-nav a::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 32px, 1180px);
  }

  .site-header {
    padding: 16px;
  }

  .section-band {
    padding-block: 72px;
  }

  .section-index {
    top: 24px;
    left: 16px;
    max-width: calc(100% - 32px);
    font-size: 0.64rem;
  }

  .hero {
    min-height: auto;
    padding-top: 58px;
  }

  h1 {
    font-size: clamp(2.7rem, 11.5vw, 4rem);
  }

  h2 {
    font-size: clamp(2rem, 9vw, 3.2rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-visual {
    margin-top: -6px;
  }

  .feature-strip,
  .point-grid,
  .csii-layers,
  .build-grid,
  .application-grid,
  .pipeline,
  .solution-flow {
    grid-template-columns: 1fr;
  }

  .solution-flow {
    border-radius: 22px;
  }

  .solution-step,
  .solution-step:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(60, 63, 70, 0.12);
  }

  .solution-step:last-child {
    border-bottom: 0;
  }

  .solution-step::after {
    top: auto;
    right: 50%;
    bottom: -14px;
    transform: translateX(50%) rotate(90deg);
  }

  .solution-step:nth-child(2)::after {
    display: block;
  }

  .csii-core-mark {
    min-height: 280px;
    padding: 28px;
  }

  .csii-copy h2 {
    font-size: clamp(4.7rem, 24vw, 7rem);
  }

  .featured-project {
    min-height: 420px;
    border-radius: 22px;
  }

  .feature-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .feature-strip div:last-child {
    border-bottom: 0;
  }

  .layer-card,
  .build-card,
  .application-card,
  .pipeline-step,
  .solution-step {
    min-height: auto;
  }

  .layer-card h3 {
    min-height: 0;
  }

  .partner-group {
    padding: 20px;
  }

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

  .faq-layout {
    gap: 28px;
  }
}

@media (max-width: 420px) {
  .brand {
    gap: 10px;
    letter-spacing: 0.14em;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    font-size: 0.72rem;
  }

  .layer-card,
  .build-card,
  .application-card,
  .pipeline-step {
    padding: 22px;
  }
}

/* Size and viewport alignment pass */
html,
body {
  width: 100%;
  overflow-x: hidden;
}

.container {
  width: min(1440px, calc(100% - clamp(32px, 5vw, 80px)));
}

.site-header {
  min-height: 72px;
  padding-block: 14px;
}

.section-band {
  padding-block: clamp(72px, 7vw, 112px);
}

.hero {
  min-height: calc(100svh - 72px);
  display: grid;
  align-content: center;
  padding-top: clamp(32px, 4vw, 56px);
}

.hero-grid {
  grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.42fr);
  gap: clamp(28px, 4vw, 64px);
}

.hero-visual {
  min-height: 0;
}

.hero-visual::before {
  display: none;
}

.texture-panel {
  position: relative;
  width: min(100%, 460px);
  aspect-ratio: 0.78;
  margin-inline: auto;
  border: 1px solid rgba(60, 63, 70, 0.12);
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.34);
  box-shadow: 0 18px 42px rgba(60, 63, 70, 0.06);
  overflow: hidden;
}

.texture-panel::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(244, 241, 236, 0.06), rgba(244, 241, 236, 0.32)),
    linear-gradient(90deg, rgba(244, 241, 236, 0.16), transparent 48%);
}

.texture-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(0.96);
}

.texture-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(244, 241, 236, 0.28);
  color: rgba(244, 241, 236, 0.86);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.texture-caption strong {
  color: var(--stone);
}

.feature-strip {
  margin-top: clamp(24px, 3vw, 42px);
}

.csii-section {
  isolation: isolate;
  overflow: hidden;
}

.csii-spotlight {
  min-height: clamp(420px, 52vh, 560px);
}

.csii-core-mark {
  min-height: clamp(260px, 28vw, 340px);
}

.csii-core-mark img {
  width: min(210px, 72%);
}

.csii-iris,
.solution-texture,
.featured-texture {
  position: absolute;
  pointer-events: none;
}

.csii-iris {
  top: 50%;
  right: clamp(-96px, -5vw, -56px);
  z-index: 0;
  width: min(33vw, 430px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(244, 241, 236, 0.16);
  object-fit: cover;
  opacity: 0.54;
  transform: translateY(-50%);
  filter: saturate(1.05) contrast(1.04);
  box-shadow:
    0 28px 90px rgba(35, 28, 44, 0.34),
    inset 0 0 80px rgba(244, 241, 236, 0.08);
}

.csii-watermark-logo {
  display: none;
  width: min(34vw, 460px);
}

.solution-section {
  position: relative;
  isolation: isolate;
}

.solution-texture {
  top: 50%;
  left: max(-80px, -6vw);
  z-index: 0;
  width: min(28vw, 360px);
  height: min(52vh, 420px);
  border-radius: 0 24px 24px 0;
  object-fit: cover;
  opacity: 0.11;
  transform: translateY(-50%);
  filter: saturate(0.75);
}

.solution-section > .container {
  position: relative;
  z-index: 1;
}

.solution-flow {
  margin-top: clamp(34px, 4vw, 46px);
}

.solution-step {
  min-height: clamp(210px, 21vw, 250px);
}

.featured-project {
  min-height: clamp(320px, 34vw, 420px);
}

.featured-texture {
  inset: 0 0 0 auto;
  z-index: 0;
  width: min(42%, 430px);
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
  filter: saturate(0.72) contrast(0.96);
}

.featured-project::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: linear-gradient(90deg, rgba(91, 74, 114, 0.98) 0%, rgba(91, 74, 114, 0.92) 54%, rgba(91, 74, 114, 0.58) 100%);
}

.featured-project > *:not(.featured-texture) {
  position: relative;
  z-index: 1;
}

.partner-section,
.faq-section {
  min-height: auto;
}

@media (min-width: 1280px) {
  .section-band {
    min-height: min(820px, calc(100svh - 72px));
    display: grid;
    align-content: center;
  }

  .hero.section-band {
    min-height: calc(100svh - 72px);
  }

  .faq-section,
  .site-footer {
    min-height: auto;
  }
}

@media (max-width: 1040px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-copy {
    width: 100%;
    min-width: 0;
  }

  .hero-visual {
    width: 100%;
    min-height: auto;
  }

  .texture-panel {
    width: min(100%, 520px);
    aspect-ratio: 1.35;
  }

  .solution-texture {
    width: min(58vw, 360px);
    opacity: 0.08;
  }

  .csii-iris {
    right: -120px;
    width: min(58vw, 360px);
    opacity: 0.22;
  }

  .featured-texture {
    width: 100%;
    opacity: 0.14;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 32px, 1440px);
  }

  .section-band {
    padding-block: 64px;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    gap: 34px;
  }

  .hero-subheading,
  .core-line {
    max-width: 100%;
  }

  .hero-actions {
    width: 100%;
  }

  .texture-panel {
    aspect-ratio: 1.2;
    border-radius: 18px;
  }

  .texture-caption {
    display: none;
  }

  .csii-spotlight {
    min-height: auto;
  }

  .csii-core-mark {
    min-height: 220px;
  }

  .csii-iris {
    right: -44%;
    width: 86vw;
    opacity: 0.13;
  }

  .solution-texture {
    display: none;
  }

  .solution-step {
    min-height: auto;
  }

  .featured-project {
    min-height: 360px;
  }
}

/* Revision 1: controlled biological texture panels and infrastructure homepage structure */
:root {
  --limestone: #d8d0c4;
  --stone-white: #f4f1ec;
  --graphite: #3c3f46;
  --senate-purple: #5b4a72;
  --dust-blue: #a9c2d9;
}

html,
body {
  overflow-x: hidden;
}

section {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

body {
  background:
    radial-gradient(circle at 12% 0%, rgba(169, 194, 217, 0.06), transparent 28rem),
    linear-gradient(120deg, var(--stone-white) 0%, #ebe4dc 54%, var(--limestone) 100%);
  color: var(--graphite);
}

.container {
  width: min(1280px, calc(100% - clamp(36px, 6vw, 96px)));
}

.site-header {
  min-height: 74px;
  background: rgba(244, 241, 236, 0.9);
}

.site-nav {
  gap: clamp(22px, 3vw, 42px);
}

.site-nav a {
  color: rgba(60, 63, 70, 0.78);
}

.section-band {
  position: relative;
  min-height: min(860px, calc(100svh - 74px));
  padding-block: clamp(64px, 7.8vw, 112px);
}

.section-index {
  color: rgba(60, 63, 70, 0.44);
}

.eyebrow {
  color: var(--senate-purple);
  letter-spacing: 0.2em;
}

h1,
h2 {
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3.15rem, 5.8vw, 6.5rem);
  line-height: 0.92;
}

h2 {
  font-size: clamp(2.45rem, 4.7vw, 5rem);
  line-height: 0.96;
}

.section-subtitle,
.hero-subheading,
.problem-copy > p:not(.eyebrow):not(.key-message),
.build-copy > p,
.partner-copy p:not(.eyebrow) {
  color: rgba(60, 63, 70, 0.7);
}

.controlled-texture {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  background-color: var(--limestone);
  background-size: cover;
  background-position: center;
  isolation: isolate;
}

.controlled-texture::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.texture-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(0.96);
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}

.with-texture-left {
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 0.94fr);
}

.revision-hero {
  display: grid;
  align-content: center;
  min-height: calc(100svh - 74px);
  padding-bottom: 0;
}

.revision-hero-grid {
  grid-template-columns: minmax(0, 0.58fr) minmax(420px, 0.42fr);
  gap: clamp(48px, 6vw, 92px);
}

.revision-hero .hero-copy {
  z-index: 2;
  max-width: 760px;
}

.revision-hero .hero-subheading {
  max-width: 720px;
  font-size: clamp(1.05rem, 1.28vw, 1.22rem);
}

.revision-hero .core-line {
  max-width: 690px;
  border-left-color: var(--senate-purple);
  background: rgba(255, 253, 248, 0.62);
}

.hero-iris-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: min(50vw, 720px);
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
  transform: none;
}

.hero-iris-panel::after {
  background:
    linear-gradient(90deg, rgba(244, 241, 236, 1) 0%, rgba(244, 241, 236, 0.74) 22%, rgba(244, 241, 236, 0.14) 60%, rgba(244, 241, 236, 0.24) 100%),
    linear-gradient(180deg, rgba(244, 241, 236, 0.28), rgba(216, 208, 196, 0.2));
}

.hero-iris-panel .texture-img {
  object-position: 46% center;
  filter: saturate(0.78) contrast(0.94);
}

.revision-feature-strip {
  position: relative;
  z-index: 3;
  min-height: 74px;
  margin-top: clamp(34px, 5vw, 62px);
  border-top: 1px solid rgba(60, 63, 70, 0.12);
  background: rgba(244, 241, 236, 0.7);
}

.revision-feature-strip div {
  min-height: 74px;
  padding: 18px 22px;
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(60, 63, 70, 0.2);
  border-radius: 50%;
  color: var(--senate-purple);
  font-size: 0.72rem;
}

.revision-problem {
  background: linear-gradient(180deg, var(--stone-white), #ebe4dc);
}

.revision-problem .problem-copy {
  max-width: 660px;
}

.revision-problem h2 {
  max-width: 680px;
}

.evidence-list {
  display: grid;
  gap: 12px;
  margin: 28px 0;
}

.evidence-list li {
  position: relative;
  padding-left: 24px;
  color: rgba(60, 63, 70, 0.72);
}

.evidence-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 9px;
  height: 1px;
  content: "";
  background: var(--senate-purple);
}

.scale-panel {
  min-height: clamp(360px, 44vh, 520px);
  aspect-ratio: 1.02;
}

.soft-right-texture::after {
  background:
    linear-gradient(90deg, rgba(244, 241, 236, 0.86) 0%, rgba(244, 241, 236, 0.28) 38%, rgba(244, 241, 236, 0.08) 100%),
    linear-gradient(180deg, rgba(244, 241, 236, 0.28), rgba(216, 208, 196, 0.34));
}

.revision-csii {
  background: var(--stone-white);
  color: var(--graphite);
}

.revision-csii h2,
.revision-csii h3,
.revision-csii .eyebrow,
.revision-csii .section-index {
  color: var(--graphite);
}

.revision-csii .eyebrow {
  color: var(--senate-purple);
}

.revision-csii .section-heading {
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
}

.revision-csii .section-subtitle {
  max-width: none;
  margin-top: 18px;
}

.csii-core-statement {
  margin: 26px auto 0;
  max-width: 560px;
  padding: 16px 22px;
  border: 1px solid rgba(60, 63, 70, 0.12);
  background: rgba(216, 208, 196, 0.22);
  color: var(--graphite);
  font-weight: 760;
}

.csii-architecture {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(42px, 5vw, 68px);
}

.architecture-card {
  position: relative;
  min-height: 245px;
  padding: 28px;
  border: 1px solid rgba(60, 63, 70, 0.14);
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 18px 44px rgba(60, 63, 70, 0.045);
}

.architecture-card:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -18px;
  z-index: 2;
  width: 34px;
  height: 1px;
  content: "";
  background: rgba(60, 63, 70, 0.32);
}

.architecture-card span,
.application-card span,
.solution-step span {
  color: var(--senate-purple);
  font-family: var(--serif);
}

.architecture-card h3 {
  margin-top: 42px;
  color: var(--graphite);
  font-size: clamp(1.24rem, 1.6vw, 1.68rem);
}

.architecture-card p {
  margin-top: 18px;
  color: rgba(60, 63, 70, 0.68);
}

.architecture-card.active-node {
  border-color: rgba(91, 74, 114, 0.42);
  box-shadow: inset 0 4px 0 var(--senate-purple), 0 20px 48px rgba(60, 63, 70, 0.055);
}

.build-section {
  background: linear-gradient(180deg, #ebe4dc, var(--stone-white));
}

.build-texture-panel {
  min-height: clamp(360px, 46vh, 540px);
  aspect-ratio: 0.9;
}

.soft-left-texture::after {
  background:
    linear-gradient(90deg, rgba(244, 241, 236, 0.08) 0%, rgba(244, 241, 236, 0.34) 58%, rgba(244, 241, 236, 0.92) 100%),
    linear-gradient(180deg, rgba(244, 241, 236, 0.18), rgba(216, 208, 196, 0.26));
}

.build-copy {
  max-width: 690px;
}

.capability-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.capability-list span {
  padding: 16px 18px;
  border: 1px solid rgba(60, 63, 70, 0.12);
  background: rgba(255, 253, 248, 0.58);
  color: var(--graphite);
  font-size: 0.92rem;
  font-weight: 760;
}

.revision-applications {
  background: var(--stone-white);
}

.revision-applications .section-heading {
  text-align: center;
}

.compact-application-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(38px, 5vw, 62px);
}

.compact-application-grid .application-card {
  min-height: 230px;
  padding: 24px;
  border-radius: 0;
  background: rgba(255, 253, 248, 0.66);
}

.compact-application-grid .application-card::after {
  display: none;
}

.compact-application-grid .application-card::before {
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 40px;
  border: 1px solid rgba(60, 63, 70, 0.2);
  border-radius: 50%;
  content: "";
  background:
    linear-gradient(90deg, transparent 47%, rgba(60, 63, 70, 0.42) 47% 53%, transparent 53%),
    linear-gradient(transparent 47%, rgba(60, 63, 70, 0.42) 47% 53%, transparent 53%);
}

.compact-application-grid .application-card h3 {
  min-height: auto;
  font-size: clamp(1.08rem, 1.35vw, 1.45rem);
}

.technology-section {
  background: linear-gradient(180deg, #ebe4dc, var(--stone-white));
}

.pipeline-edge-texture {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: min(29vw, 390px);
  height: min(58vh, 520px);
  min-height: 320px;
  transform: translateY(-50%);
  opacity: 0.62;
}

.pipeline-edge-texture::after {
  background:
    linear-gradient(90deg, rgba(244, 241, 236, 0.1), rgba(244, 241, 236, 0.96)),
    linear-gradient(180deg, rgba(244, 241, 236, 0.2), rgba(216, 208, 196, 0.26));
}

.technology-section > .container {
  position: relative;
  z-index: 1;
}

.pipeline-flow {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pipeline-flow .solution-step {
  background: rgba(255, 253, 248, 0.76);
}

.pipeline-flow .solution-step.is-interpret {
  border-color: rgba(91, 74, 114, 0.32);
  background: rgba(255, 253, 248, 0.84);
}

.pipeline-flow .solution-step.is-interpret img {
  display: none;
}

.revision-partner {
  background: var(--stone-white);
}

.revision-partner .partner-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  align-items: center;
}

.revision-partner .partner-copy {
  max-width: 720px;
}

.partner-fur-panel {
  min-height: clamp(360px, 48vh, 560px);
  aspect-ratio: 0.92;
}

.partner-fur-panel .texture-img {
  object-position: 55% center;
  filter: saturate(0.66) contrast(0.9);
}

.site-footer {
  background: var(--graphite);
  color: rgba(244, 241, 236, 0.88);
}

.site-footer p,
.footer-links a {
  color: rgba(244, 241, 236, 0.78);
}

.footer-links a::after {
  background: var(--dust-blue);
}

@media (max-width: 1180px) {
  .revision-hero-grid,
  .two-column,
  .with-texture-left,
  .revision-partner .partner-layout {
    grid-template-columns: 1fr;
  }

  .hero-iris-panel,
  .scale-panel,
  .build-texture-panel,
  .partner-fur-panel {
    position: relative;
    inset: auto;
    z-index: auto;
    width: 100%;
    height: auto;
    min-height: 340px;
    aspect-ratio: 1.9;
    transform: none;
  }

  .csii-architecture,
  .compact-application-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .container {
    width: min(100% - 32px, 1280px);
  }

  .section-band {
    min-height: auto;
    padding-block: 68px;
  }

  h1 {
    font-size: clamp(2.8rem, 12vw, 4rem);
  }

  h2 {
    font-size: clamp(2.1rem, 9vw, 3.2rem);
  }

  .revision-hero {
    padding-top: 58px;
  }

  .hero-iris-panel,
  .scale-panel,
  .build-texture-panel,
  .partner-fur-panel {
    min-height: 260px;
    aspect-ratio: 1.26;
  }

  .revision-feature-strip {
    grid-template-columns: 1fr;
  }

  .revision-feature-strip div {
    min-height: 58px;
    border-right: 0;
  }

  .csii-architecture,
  .compact-application-grid,
  .pipeline-flow,
  .capability-list {
    grid-template-columns: 1fr;
  }

  .architecture-card {
    min-height: auto;
  }

  .architecture-card:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -18px;
    left: 28px;
    width: 1px;
    height: 34px;
  }

  .pipeline-edge-texture {
    display: none;
  }

  .compact-application-grid .application-card {
    min-height: 170px;
  }
}

/* Section 05 refinement: premium editorial application photo cards */
.revision-applications {
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 253, 248, 0.62), transparent 32rem),
    linear-gradient(180deg, var(--stone-white), #eee7de 100%);
}

.revision-applications .section-heading {
  max-width: 980px;
}

.revision-applications .section-subtitle {
  max-width: 760px;
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.7;
}

.compact-application-grid {
  gap: clamp(14px, 1.5vw, 22px);
  align-items: stretch;
  margin-top: clamp(46px, 5.6vw, 76px);
}

.compact-application-grid .application-card {
  display: flex;
  flex-direction: column;
  height: clamp(460px, 35vw, 500px);
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(60, 63, 70, 0.08);
  border-radius: 12px;
  background: #f4f1ec;
  box-shadow: 0 8px 24px rgba(60, 63, 70, 0.06);
  transition: transform 250ms ease, box-shadow 250ms ease, border-color 250ms ease;
}

.compact-application-grid .application-card:hover {
  transform: translateY(-2px);
  border-color: rgba(60, 63, 70, 0.12);
  box-shadow: 0 12px 36px rgba(60, 63, 70, 0.1);
}

.compact-application-grid .application-card::before,
.compact-application-grid .application-card::after {
  display: none;
}

.application-image {
  width: 100%;
  flex: 0 0 54%;
  aspect-ratio: auto;
  overflow: hidden;
  background: var(--limestone);
}

.application-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.92) contrast(0.96) brightness(1.02);
  transition: transform 350ms ease;
}

.application-card:hover .application-image img {
  transform: scale(1.03);
}

.application-card:nth-child(1) .application-image img {
  object-position: 52% 40%;
}

.application-card:nth-child(2) .application-image img {
  object-position: 52% 34%;
}

.application-card:nth-child(3) .application-image img {
  object-position: 58% 36%;
}

.application-card:nth-child(4) .application-image img {
  object-position: 52% 32%;
}

.application-card:nth-child(5) .application-image img {
  object-position: 50% 50%;
}

.application-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  padding: clamp(16px, 1.45vw, 20px);
}

.compact-application-grid .application-card span {
  display: block;
  width: 100%;
  margin: 0 0 clamp(10px, 1.1vw, 14px);
  padding: 7px 12px;
  border: 1px solid rgba(91, 74, 114, 0.18);
  border-radius: 5px;
  background: transparent;
  color: var(--senate-purple);
  font-family: var(--sans);
  font-size: 0.92rem;
  font-weight: 760;
  letter-spacing: 0.02em;
}

.compact-application-grid .application-card h3 {
  margin: 0;
  min-height: 0;
  color: var(--graphite);
  font-family: var(--serif);
  font-size: clamp(1.16rem, 1.26vw, 1.5rem);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: 0;
}

.compact-application-grid .application-card p {
  display: -webkit-box;
  margin: 9px 0 0;
  overflow: hidden;
  color: rgba(60, 63, 70, 0.72);
  font-size: clamp(0.8rem, 0.84vw, 0.9rem);
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 1180px) {
  .compact-application-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compact-application-grid .application-card {
    height: auto;
    min-height: 440px;
  }

  .application-image {
    flex-basis: auto;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 760px) {
  .revision-applications .section-heading {
    text-align: left;
  }

  .compact-application-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .compact-application-grid .application-card {
    min-height: auto;
  }

  .application-image {
    aspect-ratio: 4 / 3;
  }

  .application-body {
    min-height: 190px;
  }
}

/* Footer V1 refinement: institutional three-column footer only */
.site-footer {
  position: relative;
  overflow: hidden;
  padding: 72px 0 32px;
  border-top: 0;
  background: #3c3f46;
  color: #f4f1ec;
  isolation: isolate;
}

.footer-watermark {
  position: absolute;
  right: max(-80px, -3vw);
  bottom: -120px;
  z-index: 0;
  width: min(42vw, 560px);
  opacity: 0.035;
  pointer-events: none;
}

.footer-watermark img {
  width: 100%;
  height: auto;
  filter: invert(1);
}

.site-footer .container {
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) minmax(160px, 0.56fr) minmax(180px, 0.64fr);
  gap: clamp(48px, 8vw, 124px);
  align-items: start;
}

.footer-brand-column {
  max-width: 360px;
}

.footer-formal-brand {
  display: inline-flex;
  width: clamp(120px, 11vw, 156px);
  margin-bottom: 28px;
}

.footer-formal-brand img {
  width: 100%;
  height: auto;
  opacity: 0.94;
  filter: invert(1) grayscale(1) contrast(0.92) brightness(1.18);
}

.footer-company {
  margin: 0 0 18px;
  color: #f4f1ec;
  font-size: 0.92rem;
  font-weight: 720;
  line-height: 1.45;
}

.footer-brand-statement {
  display: grid;
  gap: 5px;
  margin: 0;
  color: rgba(216, 208, 196, 0.82);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.18em;
  line-height: 1.35;
  text-transform: uppercase;
}

.footer-brand-statement span {
  display: block;
}

.footer-column {
  display: grid;
  gap: 14px;
}

.footer-column h2 {
  margin: 0 0 8px;
  color: rgba(216, 208, 196, 0.74);
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 14px;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  font-size: 0.9rem;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.footer-links a {
  display: inline-flex;
  width: fit-content;
  color: rgba(244, 241, 236, 0.82);
  line-height: 1.35;
  transition: color 180ms ease;
}

.footer-links a::after {
  display: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #f4f1ec;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: space-between;
  margin-top: 64px;
  padding-top: 26px;
  border-top: 1px solid rgba(244, 241, 236, 0.12);
}

.footer-bottom p {
  margin: 0;
  color: rgba(216, 208, 196, 0.66);
  font-size: 0.74rem;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .site-footer {
    padding: 56px 0 28px;
  }

  .footer-grid {
    grid-template-columns: minmax(260px, 1.2fr) repeat(2, minmax(150px, 0.7fr));
    gap: 40px;
  }

  .footer-watermark {
    width: 460px;
    opacity: 0.03;
  }
}

@media (max-width: 720px) {
  .site-footer {
    padding: 48px 0 28px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-formal-brand {
    width: clamp(100px, 32vw, 120px);
    margin-bottom: 22px;
  }

  .footer-brand-column {
    max-width: none;
  }

  .footer-bottom {
    display: grid;
    gap: 8px;
    margin-top: 42px;
  }

  .footer-watermark {
    right: -140px;
    bottom: -80px;
    width: 360px;
  }
}

/* Privacy policy page */
.privacy-page {
  background:
    radial-gradient(circle at 14% 0%, rgba(169, 194, 217, 0.1), transparent 28rem),
    linear-gradient(116deg, var(--limestone) 0%, var(--stone) 46%, #e8e0d7 100%);
}

.privacy-main {
  color: var(--graphite);
}

.privacy-hero {
  padding: clamp(88px, 10vw, 142px) 0 clamp(46px, 6vw, 82px);
}

.privacy-hero-inner {
  max-width: 980px;
}

.privacy-hero .eyebrow {
  margin: 0 0 20px;
  color: var(--senate);
}

.privacy-hero h1 {
  max-width: 860px;
  margin: 0;
  color: #262b31;
  font-family: var(--serif);
  font-size: clamp(4rem, 9vw, 9.4rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.88;
}

.privacy-updated {
  margin: 28px 0 0;
  color: rgba(60, 63, 70, 0.64);
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.privacy-intro {
  max-width: 780px;
  margin: 24px 0 0;
  color: rgba(60, 63, 70, 0.74);
  font-size: clamp(1.08rem, 1.45vw, 1.34rem);
  line-height: 1.72;
}

.privacy-content-section {
  padding: 0 0 clamp(76px, 9vw, 132px);
}

.privacy-layout {
  display: grid;
  grid-template-columns: minmax(180px, 0.32fr) minmax(0, 0.9fr);
  gap: clamp(42px, 7vw, 104px);
  align-items: start;
}

.privacy-aside {
  position: sticky;
  top: 112px;
  padding: 20px 0 20px 22px;
  border-left: 2px solid rgba(91, 74, 114, 0.34);
  color: rgba(60, 63, 70, 0.66);
}

.privacy-aside p {
  margin: 0 0 22px;
  font-size: 0.92rem;
  line-height: 1.65;
}

.privacy-aside a {
  display: inline-flex;
  color: var(--senate);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.privacy-content {
  max-width: 880px;
  padding: clamp(30px, 4vw, 56px);
  border: 1px solid rgba(60, 63, 70, 0.1);
  border-radius: 10px;
  background: rgba(255, 253, 248, 0.62);
  box-shadow: 0 24px 66px rgba(60, 63, 70, 0.06);
}

.privacy-content > p:first-child {
  margin-top: 0;
  color: rgba(60, 63, 70, 0.78);
  font-size: 1.05rem;
}

.privacy-content h2 {
  margin: clamp(42px, 5vw, 64px) 0 16px;
  color: #262b31;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
}

.privacy-content h2:first-of-type {
  margin-top: 40px;
}

.privacy-content h3 {
  margin: 28px 0 10px;
  color: var(--senate);
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 820;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.privacy-content p,
.privacy-content li {
  color: rgba(60, 63, 70, 0.74);
  font-size: 1rem;
  line-height: 1.78;
}

.privacy-content p {
  margin: 0 0 16px;
}

.privacy-content ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px 1.15rem;
  padding: 0;
  list-style: disc;
}

.privacy-content li::marker {
  color: var(--senate);
}

.privacy-content address {
  margin-top: 18px;
  padding: 20px 22px;
  border-left: 3px solid var(--senate);
  border-radius: 0 8px 8px 0;
  background: rgba(216, 208, 196, 0.2);
  color: rgba(60, 63, 70, 0.78);
  font-style: normal;
  line-height: 1.75;
}

.privacy-content address a {
  color: var(--senate);
  font-weight: 740;
}

@media (max-width: 900px) {
  .privacy-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .privacy-aside {
    position: static;
    padding: 18px 0 18px 20px;
  }
}

@media (max-width: 720px) {
  .privacy-hero {
    padding: 74px 0 40px;
  }

  .privacy-hero h1 {
    font-size: clamp(3rem, 17vw, 5.2rem);
  }

  .privacy-intro {
    font-size: 1rem;
  }

  .privacy-content {
    padding: 24px 20px;
    border-radius: 8px;
  }

  .privacy-content h2 {
    font-size: clamp(1.42rem, 9vw, 2rem);
  }
}

/* Contact Page */
.contact-page .contact-section {
  padding: clamp(84px, 10vw, 140px) 0 clamp(76px, 9vw, 132px);
}

.contact-page .contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.4fr) minmax(0, 0.6fr);
  gap: clamp(42px, 7vw, 104px);
  align-items: start;
}

.contact-page .contact-intro {
  max-width: 500px;
}

.contact-page .contact-intro .eyebrow {
  margin: 0 0 20px;
  color: var(--senate);
}

.contact-page .contact-intro h1 {
  margin: 0;
  color: #262b31;
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 8.6rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.9;
}

.contact-page .contact-kicker {
  margin: 28px 0 18px;
  color: rgba(60, 63, 70, 0.76);
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  line-height: 1.45;
}

.contact-page .contact-intro p:not(.eyebrow):not(.contact-kicker) {
  margin: 0;
  color: rgba(60, 63, 70, 0.72);
  font-size: 1rem;
  line-height: 1.78;
}

.contact-page .contact-info {
  display: grid;
  gap: 22px;
  margin-top: clamp(42px, 5vw, 68px);
  padding-left: 22px;
  border-left: 2px solid rgba(91, 74, 114, 0.34);
}

.contact-page .contact-info h2 {
  margin: 0 0 5px;
  color: var(--senate);
  font-family: var(--sans);
  font-size: 0.74rem;
  font-weight: 820;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.contact-page .contact-info p {
  margin: 0;
  color: rgba(60, 63, 70, 0.78);
  font-size: 0.98rem;
  line-height: 1.5;
}

.contact-page .contact-panel {
  padding: clamp(30px, 4vw, 56px);
  border: 1px solid rgba(60, 63, 70, 0.1);
  border-radius: 10px;
  background: rgba(255, 253, 248, 0.62);
  box-shadow: 0 24px 66px rgba(60, 63, 70, 0.06);
}

.contact-page .contact-panel h2 {
  margin: 0 0 28px;
  color: #262b31;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
}

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

.contact-page .contact-field,
.contact-page .contact-field-full {
  display: grid;
  gap: 8px;
}

.contact-page .contact-field-full,
.contact-page .contact-submit,
.contact-page .contact-privacy,
.contact-page .contact-status {
  grid-column: 1 / -1;
}

.contact-page .contact-field label {
  color: rgba(60, 63, 70, 0.78);
  font-size: 0.82rem;
  font-weight: 720;
  line-height: 1.35;
}

.contact-page .contact-field input,
.contact-page .contact-field select,
.contact-page .contact-field textarea {
  width: 100%;
  border: 1px solid rgba(60, 63, 70, 0.16);
  border-radius: 8px;
  background: rgba(244, 241, 236, 0.66);
  color: var(--graphite);
  font: inherit;
  line-height: 1.45;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-page .contact-field input,
.contact-page .contact-field select {
  min-height: 48px;
  padding: 11px 13px;
}

.contact-page .contact-field textarea {
  min-height: 180px;
  padding: 13px;
  resize: vertical;
}

.contact-page .contact-field input:focus,
.contact-page .contact-field select:focus,
.contact-page .contact-field textarea:focus {
  border-color: rgba(91, 74, 114, 0.62);
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 0 0 3px rgba(91, 74, 114, 0.12);
}

.contact-page .contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-page .contact-submit {
  justify-self: start;
  margin-top: 8px;
}

.contact-page .contact-submit:disabled {
  cursor: progress;
  opacity: 0.72;
}

.contact-page .contact-privacy {
  margin: 4px 0 0;
  color: rgba(60, 63, 70, 0.64);
  font-size: 0.86rem;
  line-height: 1.65;
}

.contact-page .contact-privacy a {
  color: var(--senate);
  font-weight: 740;
}

.contact-page .contact-status {
  min-height: 24px;
  margin: 0;
  color: rgba(60, 63, 70, 0.72);
  font-size: 0.92rem;
  font-weight: 680;
  line-height: 1.5;
}

.contact-page .contact-status.is-success {
  color: var(--senate);
}

.contact-page .contact-status.is-error {
  color: #3c3f46;
}

@media (max-width: 980px) {
  .contact-page .contact-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .contact-page .contact-intro {
    max-width: 760px;
  }
}

@media (max-width: 720px) {
  .contact-page .contact-section {
    padding: 72px 0 70px;
  }

  .contact-page .contact-intro h1 {
    font-size: clamp(3rem, 17vw, 5.2rem);
  }

  .contact-page .contact-panel {
    padding: 24px 20px;
    border-radius: 8px;
  }

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

  .contact-page .contact-submit {
    width: 100%;
    justify-content: center;
  }
}
