:root {
  --paper: #f7f1e6;
  --paper-soft: #fffaf1;
  --green: #073f2c;
  --green-deep: #042e20;
  --ink: #102923;
  --muted: #6f8579;
  --sage: #8da494;
  --line: #d8cdbd;
  --orange: #f47b20;
  --orange-soft: #ffb366;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(16, 41, 35, 0.14);
  --radius: 8px;
  --shell: min(1180px, calc(100vw - 48px));
  font-family: "IBM Plex Sans", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(90deg, rgba(216, 205, 189, 0.22) 1px, transparent 1px) 0 0 / 72px 72px,
    var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(7, 63, 44, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 63, 44, 0.03) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, transparent, black 12%, black 82%, transparent);
  animation: paper-drift 22s linear infinite;
}

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

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

button {
  font: inherit;
}

.section-shell {
  width: var(--shell);
  margin: 0 auto;
  scroll-margin-top: 180px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: var(--shell);
  min-height: 82px;
  margin: 0 auto;
  padding: 18px 0 14px;
  background: rgba(247, 241, 230, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(141, 164, 148, 0.36);
}

.brand {
  display: block;
  width: 205px;
  transform-origin: left center;
  animation: logo-settle 720ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.brand img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 16px rgba(7, 63, 44, 0.08));
  animation: logo-breathe 7s ease-in-out infinite 900ms;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--green);
}

.main-nav a,
.header-action,
.button {
  min-height: 44px;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  border-bottom-color: var(--orange);
}

.header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border-radius: var(--radius);
  background: var(--green);
  color: var(--paper-soft);
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
}

.header-action svg,
.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero {
  position: relative;
  min-height: calc(88vh - 82px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  gap: 54px;
  align-items: start;
  padding: 76px 0 42px;
}

.cooking-float {
  position: absolute;
  pointer-events: none;
  color: var(--orange);
  opacity: 0.12;
  z-index: 0;
}

.cooking-float svg {
  width: 84px;
  height: 84px;
  fill: none;
  stroke: currentColor;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.float-spoon {
  left: -34px;
  top: 46%;
  animation: utensil-drift 8s ease-in-out infinite;
}

.float-whisk {
  right: -14px;
  bottom: 24%;
  color: var(--green);
  animation: utensil-drift 9s ease-in-out infinite reverse;
}

.brand-line {
  margin: 0 0 26px;
  max-width: 420px;
  font-size: 0.98rem;
  line-height: 1.45;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--green);
}

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

h1,
h2,
h3 {
  margin: 0;
  color: var(--green);
}

h1,
h2 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 900;
}

h1 {
  max-width: 650px;
  font-size: 4.75rem;
  line-height: 0.95;
}

.orange-rule {
  width: 108px;
  height: 6px;
  margin: 28px 0 25px;
  background: var(--orange);
}

.hero-lede {
  max-width: 560px;
  margin: 0;
  font-size: 1.34rem;
  line-height: 1.35;
  font-weight: 500;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 18px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-size: 0.94rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button-primary {
  background: var(--green);
  color: var(--paper-soft);
  box-shadow: 0 14px 28px rgba(7, 63, 44, 0.22);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 250, 241, 0.72);
  color: var(--green);
}

.button-light {
  background: var(--paper-soft);
  color: var(--green);
}

.button-ghost {
  border-color: rgba(255, 250, 241, 0.46);
  color: var(--paper-soft);
}

.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 560ms ease,
    transform 560ms cubic-bezier(0.2, 0.72, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

.diagram-board {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 18px;
  min-height: 570px;
  padding: 28px;
  border-radius: var(--radius);
  background: var(--green);
  color: var(--paper-soft);
  box-shadow: 0 28px 54px rgba(7, 63, 44, 0.28);
  overflow: hidden;
}

.data-flow {
  position: absolute;
  inset: 24px 12px;
  z-index: 1;
  pointer-events: none;
  overflow: visible;
}

.flow-backbone {
  fill: none;
  stroke: rgba(255, 250, 241, 0.2);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.flow-branch {
  stroke: rgba(141, 164, 148, 0.26);
}

.flow-pulse {
  fill: none;
  stroke: var(--orange);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 62 720;
  filter: drop-shadow(0 0 10px rgba(244, 123, 32, 0.66));
  animation: data-pulse 3.55s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.pulse-b {
  animation-delay: 0.58s;
  stroke: var(--orange-soft);
}

.flow-node {
  fill: var(--paper-soft);
  stroke: var(--orange);
  stroke-width: 4;
  filter: drop-shadow(0 0 8px rgba(244, 123, 32, 0.54));
  transform-origin: center;
  animation: data-node-pulse 3.8s ease-in-out infinite;
}

.node-engine {
  animation-delay: 0.8s;
}

.node-output {
  animation-delay: 1.55s;
}

.diagram-board::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(255, 250, 241, 0.08) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 74%);
}

.diagram-board::after {
  display: none;
}

.steam-lines {
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 2;
  display: flex;
  gap: 16px;
  transform: translateX(-50%);
}

.steam-lines i {
  display: block;
  width: 12px;
  height: 46px;
  border: 3px solid rgba(255, 250, 241, 0.32);
  border-right: 0;
  border-bottom: 0;
  border-radius: 999px 0 0 0;
  animation: steam-rise 2.8s ease-in-out infinite;
}

.steam-lines i:nth-child(2) {
  animation-delay: 0.45s;
}

.steam-lines i:nth-child(3) {
  animation-delay: 0.9s;
}

.diagram-card {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 8px;
  min-height: 136px;
  align-content: center;
  padding: 24px 28px;
  border-radius: var(--radius);
  background: var(--paper-soft);
  color: var(--green);
  animation: card-breathe 7s ease-in-out infinite;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.diagram-card-define::before,
.diagram-card-output::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 3px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(rgba(244, 123, 32, 0), var(--orange), rgba(244, 123, 32, 0));
  box-shadow: 0 0 18px rgba(244, 123, 32, 0.62);
  transform: translateX(-50%);
  animation: connector-breathe 2.7s ease-in-out infinite;
}

.diagram-card-define::before {
  bottom: -36px;
}

.diagram-card-output::before {
  top: -36px;
  animation-delay: 1.25s;
}

.diagram-card-define::after,
.diagram-card-output::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 16px;
  height: 16px;
  border: 3px solid var(--orange);
  border-radius: 50%;
  background: var(--paper-soft);
  box-shadow: 0 0 0 6px rgba(244, 123, 32, 0.16), 0 0 18px rgba(244, 123, 32, 0.62);
  transform: translateX(-50%);
  animation: port-spark 2.7s ease-in-out infinite;
}

.diagram-card-define::after {
  bottom: -10px;
}

.diagram-card-output::after {
  top: -10px;
  animation-delay: 1.25s;
}

.diagram-card-output {
  animation-delay: 1.2s;
}

.diagram-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.14);
}

.diagram-card span {
  color: var(--orange);
  font-weight: 900;
  text-transform: uppercase;
}

.diagram-card strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.6rem;
  line-height: 1;
}

.diagram-card small {
  font-size: 0.92rem;
  line-height: 1.35;
}

.engine-core {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  text-align: center;
  min-height: 194px;
  padding: 20px;
  border: 1px solid rgba(255, 250, 241, 0.38);
  border-radius: var(--radius);
  background: var(--green-deep);
  animation: engine-pulse 5.6s ease-in-out infinite;
}

.engine-core::before,
.engine-core::after {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 3;
  width: 18px;
  height: 18px;
  border: 3px solid var(--orange);
  border-radius: 50%;
  background: var(--green-deep);
  box-shadow: 0 0 0 7px rgba(244, 123, 32, 0.12), 0 0 20px rgba(244, 123, 32, 0.56);
  transform: translateX(-50%);
  animation: port-spark 2.7s ease-in-out infinite;
}

.engine-core::before {
  top: -11px;
  animation-delay: 0.55s;
}

.engine-core::after {
  bottom: -11px;
  animation-delay: 1.55s;
}

.engine-circuit {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.engine-trace,
.engine-signal {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.engine-trace {
  stroke: rgba(255, 250, 241, 0.18);
  stroke-width: 2.4;
}

.trace-soft {
  stroke: rgba(255, 250, 241, 0.12);
  stroke-dasharray: 8 12;
  animation: circuit-shimmer 4.8s linear infinite;
}

.engine-signal {
  stroke: var(--orange);
  stroke-width: 4;
  stroke-dasharray: 34 260;
  filter: drop-shadow(0 0 9px rgba(244, 123, 32, 0.68));
  animation: engine-signal-flow 2.7s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.signal-late {
  animation-delay: 0.42s;
  stroke: var(--orange-soft);
}

.signal-bottom {
  animation-delay: 1.22s;
}

.signal-bottom.signal-late {
  animation-delay: 1.58s;
}

.engine-circuit-node {
  fill: var(--paper-soft);
  stroke: var(--orange);
  stroke-width: 3;
  filter: drop-shadow(0 0 8px rgba(244, 123, 32, 0.56));
  transform-box: fill-box;
  transform-origin: center;
  animation: circuit-node-ping 2.7s ease-in-out infinite;
}

.node-left,
.node-right {
  animation-delay: 0.68s;
}

.node-bottom {
  animation-delay: 1.42s;
}

.engine-logo-lockup {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: min(118px, 45%);
  min-height: 120px;
  margin-bottom: 0;
}

.engine-logo-lockup::before {
  content: "";
  position: absolute;
  inset: 6px -18px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 250, 241, 0.18), transparent 66%);
  transform: scale(0.82);
  animation: logo-halo 4.6s ease-in-out infinite;
}

.engine-logo-lockup::after {
  display: none;
}

.engine-logo-lockup img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
  animation: engine-logo-float 5.2s ease-in-out infinite;
}

.engine-core strong {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 8px;
  color: var(--paper-soft);
  font-size: 1rem;
  text-transform: uppercase;
}

.engine-core small {
  position: relative;
  z-index: 2;
  color: rgba(255, 250, 241, 0.8);
  font-size: 0.78rem;
  font-weight: 700;
}

.intro-strip {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
  padding: 38px 0 76px;
  border-top: 1px solid var(--line);
}

.intro-strip h2 {
  font-size: 2.35rem;
  line-height: 1;
}

.intro-strip p {
  margin: 0;
  font-size: 1.08rem;
}

.intro-copy {
  display: grid;
  gap: 18px;
}

.kitchen-line-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 34px 1.12fr 34px 1fr;
  align-items: stretch;
  gap: 12px;
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.94), rgba(247, 241, 230, 0.8)),
    var(--paper-soft);
  box-shadow: 0 18px 44px rgba(16, 41, 35, 0.09);
  overflow: hidden;
}

.kitchen-line-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(7, 63, 44, 0.08);
  border-radius: inherit;
}

.kitchen-node {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 8px;
  min-width: 0;
  padding: 18px 12px;
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.76);
  border: 1px solid rgba(216, 205, 189, 0.82);
  text-align: center;
  animation: kitchen-breathe 7s ease-in-out infinite;
}

.kitchen-node:nth-of-type(2) {
  animation-delay: 0.7s;
}

.kitchen-node:nth-of-type(3) {
  animation-delay: 1.4s;
}

.kitchen-node svg {
  width: 76px;
  height: 76px;
  overflow: visible;
}

.kitchen-node path,
.kitchen-node rect {
  fill: none;
  stroke: var(--green);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kitchen-node:not(.is-pot) circle {
  fill: var(--orange);
}

.kitchen-node:not(.is-pot) circle + path {
  stroke: var(--paper-soft);
  stroke-width: 4;
}

.kitchen-node.is-pot {
  background: var(--green);
  color: var(--paper-soft);
  box-shadow: 0 18px 30px rgba(7, 63, 44, 0.18);
}

.kitchen-node.is-pot svg {
  animation: pot-bob 3.8s ease-in-out infinite;
}

.kitchen-node.is-pot path:first-child {
  fill: var(--green);
  stroke: var(--paper-soft);
}

.kitchen-node.is-pot path:nth-child(2) {
  stroke: var(--paper-soft);
}

.kitchen-node.is-pot .steam {
  stroke: var(--orange);
  stroke-width: 4;
  animation: steam-rise 2.8s ease-in-out infinite;
}

.kitchen-node.is-pot circle {
  fill: var(--paper-soft);
}

.kitchen-node.is-pot::before,
.kitchen-node.is-pot::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 74px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 250, 241, 0.72);
  animation: bubble-rise 2.6s ease-in-out infinite;
}

.kitchen-node.is-pot::after {
  left: 61%;
  animation-delay: 0.85s;
}

.kitchen-node strong {
  font-family: "Fraunces", Georgia, serif;
  color: var(--green);
  font-size: 1.25rem;
  line-height: 1;
}

.kitchen-node.is-pot strong {
  color: var(--paper-soft);
}

.kitchen-node span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.kitchen-node.is-pot span {
  color: var(--orange-soft);
}

.kitchen-line-card > i {
  position: relative;
  z-index: 1;
  align-self: center;
  height: 3px;
  border-radius: 999px;
  background: var(--green);
  overflow: visible;
  animation: arrow-simmer 2.6s ease-in-out infinite;
}

.kitchen-line-card > i::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 3px solid var(--green);
  border-right: 3px solid var(--green);
  transform: translateY(-50%) rotate(45deg);
}

.framework,
.service,
.proof,
.support,
.clients,
.fit,
.contact {
  padding: 78px 0;
}

.section-heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 36px;
  padding-bottom: 18px;
}

.section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--orange), rgba(7, 63, 44, 0.18));
  transform: scaleX(0);
  transform-origin: left center;
}

.section-heading.is-visible::after {
  animation: line-grow 760ms ease forwards;
}

.section-heading.left {
  display: block;
  margin-bottom: 26px;
}

.section-heading h2,
.support-panel h2,
.contact h2 {
  max-width: 760px;
  font-size: 3.15rem;
  line-height: 1;
}

.section-heading p,
.support-panel p,
.contact p {
  margin: 0;
  color: var(--ink);
  font-size: 1.08rem;
}

.pillar h3,
.evidence-row h3,
.artifact-board h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.06;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 26px;
  border-radius: var(--radius);
  background: rgba(7, 63, 44, 0.06);
  border: 1px solid rgba(7, 63, 44, 0.12);
}

.pillar {
  position: relative;
  min-height: 260px;
  padding: 28px;
  border-radius: var(--radius);
  background: var(--paper-soft);
  border: 1px solid rgba(216, 205, 189, 0.9);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.pillar::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 3px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left center;
}

.pillar:hover {
  transform: translateY(-4px);
  border-color: rgba(244, 123, 32, 0.4);
  box-shadow: 0 18px 38px rgba(16, 41, 35, 0.1);
}

.pillar.is-visible::before {
  animation: line-grow 650ms ease forwards;
}

.pillar p {
  margin: 14px 0 0;
  font-size: 1rem;
  line-height: 1.45;
}

.icon-shell {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: rgba(244, 123, 32, 0.1);
}

.icon-shell svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: var(--green);
  stroke-width: 3.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pillar.reveal .icon-shell svg * {
  stroke-dasharray: 180;
  stroke-dashoffset: 180;
}

.pillar.reveal.is-visible .icon-shell svg * {
  animation: icon-draw 960ms ease forwards;
}

.academy-callout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 20px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.96), rgba(247, 241, 230, 0.86)),
    var(--paper-soft);
  box-shadow: 0 16px 38px rgba(16, 41, 35, 0.08);
  overflow: hidden;
}

.academy-callout::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--orange);
  transform: scaleY(0);
  transform-origin: bottom center;
}

.academy-callout.is-visible::before {
  animation: line-grow-y 560ms ease forwards;
}

.academy-callout::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 22px;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(7, 63, 44, 0.1);
  border-radius: 50%;
  animation: slow-spin 18s linear infinite;
}

.academy-callout > * {
  position: relative;
  z-index: 1;
}

.academy-callout h3 {
  font-family: "Fraunces", Georgia, serif;
  color: var(--green);
  font-size: 1.75rem;
  line-height: 1.04;
}

.academy-callout p:not(.board-label) {
  max-width: 760px;
  margin: 10px 0 0;
}

.academy-callout .button {
  white-space: nowrap;
}

.value-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: 28px;
  align-items: stretch;
  padding: 34px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(7, 63, 44, 0.98), rgba(20, 82, 57, 0.92)),
    var(--green);
  color: var(--paper-soft);
  box-shadow: 0 22px 50px rgba(16, 41, 35, 0.18);
  overflow: hidden;
}

.value-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 250, 241, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 250, 241, 0.05) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.72;
}

.value-band::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 250, 241, 0.14);
  border-radius: 50%;
  animation: slow-spin 20s linear infinite;
}

.value-band > * {
  position: relative;
  z-index: 1;
}

.value-copy {
  display: grid;
  align-content: center;
  gap: 14px;
}

.value-copy .board-label {
  color: var(--orange-soft);
}

.value-copy h2 {
  max-width: 600px;
  color: var(--paper-soft);
  font-size: 3rem;
  line-height: 1;
}

.value-copy p:not(.board-label) {
  margin: 0;
  color: rgba(255, 250, 241, 0.82);
  font-size: 1.04rem;
}

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

.value-card {
  position: relative;
  display: grid;
  gap: 16px;
  min-height: 310px;
  padding: 24px;
  border: 1px solid rgba(255, 250, 241, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.1);
  overflow: hidden;
}

.value-card::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 3px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left center;
}

.value-band.is-visible .value-card::before {
  animation: line-grow 620ms ease forwards;
}

.value-card h3 {
  align-self: end;
  max-width: 300px;
  color: var(--paper-soft);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.65rem;
  line-height: 1.04;
}

.value-card p {
  margin: 0;
  color: rgba(255, 250, 241, 0.78);
  font-size: 0.98rem;
}

.cloud-route,
.cost-stack {
  min-height: 92px;
}

.cloud-route {
  display: grid;
  grid-template-columns: auto minmax(48px, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.cloud-route span,
.cost-stack span {
  border: 1px solid rgba(255, 250, 241, 0.18);
  border-radius: 999px;
  padding: 10px 12px;
  color: var(--paper-soft);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cloud-route i {
  position: relative;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.22);
  overflow: hidden;
}

.cloud-route i::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 42%;
  background: var(--orange);
  animation: value-pulse 1.8s ease-in-out infinite;
}

.cloud-route i::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 11px;
  height: 11px;
  border-top: 3px solid var(--orange);
  border-right: 3px solid var(--orange);
  transform: translateY(-50%) rotate(45deg);
}

.cost-stack {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
}

.cost-stack strong {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--paper-soft);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1;
  animation: badge-pop 2.2s ease-in-out infinite;
}

.service {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(380px, 1.12fr);
  gap: 42px;
  align-items: stretch;
}

.service-tracks {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.track {
  position: relative;
  cursor: pointer;
  display: grid;
  gap: 5px;
  width: 100%;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.72);
  color: var(--green);
  text-align: left;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.track::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--orange);
  transform: scaleY(0);
  transform-origin: bottom center;
}

.track:hover,
.track:focus-visible {
  transform: translateX(4px);
}

.service-copy.is-visible .track::after {
  animation: line-grow-y 520ms ease forwards;
}

.track span {
  font-weight: 900;
  text-transform: uppercase;
}

.track small {
  color: var(--ink);
  font-size: 0.9rem;
}

.track.is-active {
  border-color: var(--green);
  background: var(--green);
  color: var(--paper-soft);
}

.track.is-active small {
  color: rgba(255, 250, 241, 0.78);
}

.artifact-board {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 230px;
  gap: 30px;
  min-height: 430px;
  padding: 36px;
  border-radius: var(--radius);
  background: var(--green);
  color: var(--paper-soft);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.artifact-board::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(255, 250, 241, 0.09), transparent),
    linear-gradient(rgba(255, 250, 241, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 250, 241, 0.04) 1px, transparent 1px);
  background-size: 44% 100%, 42px 42px, 42px 42px;
  background-position: -70% 0, 0 0, 0 0;
  opacity: 0.65;
  pointer-events: none;
  animation: board-sweep 8s ease-in-out infinite;
}

.artifact-board > * {
  position: relative;
  z-index: 1;
}

.board-label {
  margin: 0 0 18px;
  color: var(--orange-soft);
  font-weight: 900;
  text-transform: uppercase;
}

.artifact-board h3 {
  max-width: 480px;
  color: var(--paper-soft);
  font-size: 2.6rem;
}

.artifact-board p {
  margin: 18px 0 0;
  max-width: 520px;
  color: rgba(255, 250, 241, 0.86);
  font-size: 1.08rem;
}

.artifact-board ul {
  display: grid;
  align-content: center;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.artifact-board li {
  padding: 12px 14px;
  border-radius: var(--radius);
  background: var(--paper-soft);
  color: var(--green);
  font-weight: 800;
}

.js .artifact-board li {
  opacity: 0;
  transform: translateX(18px);
}

.artifact-board.is-visible li {
  animation: list-pop 520ms ease forwards;
  animation-delay: calc(var(--item-index, 0) * 90ms + 160ms);
}

.evidence-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.evidence-row article {
  position: relative;
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.82);
  box-shadow: 0 16px 38px rgba(16, 41, 35, 0.08);
  overflow: hidden;
}

.evidence-row article::after {
  content: "";
  position: absolute;
  inset: auto 28px 0;
  height: 3px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left center;
}

.evidence-row.is-visible article::after {
  animation: line-grow 620ms ease forwards;
  animation-delay: calc(var(--item-index, 0) * 90ms);
}

.evidence-row.is-visible article span {
  animation: badge-pop 580ms cubic-bezier(0.2, 0.9, 0.2, 1.2) forwards;
  animation-delay: calc(var(--item-index, 0) * 90ms);
}

.evidence-row span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 42px;
  border-radius: 50%;
  background: var(--green);
  color: var(--paper-soft);
  font-weight: 900;
}

.evidence-row p {
  margin: 14px 0 0;
}

.support-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.78fr);
  gap: 42px;
  align-items: center;
  padding: 42px;
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.86);
  border: 1px solid var(--line);
  overflow: hidden;
}

.support-panel::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(244, 123, 32, 0.28);
  border-radius: 50%;
  animation: slow-spin 18s linear infinite;
}

.support-panel p {
  max-width: 660px;
  margin-top: 18px;
}

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

.support-list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  min-height: 56px;
  align-items: center;
  padding: 0 16px;
  border-radius: var(--radius);
  background: var(--green);
  color: var(--paper-soft);
}

.js .support-list div {
  opacity: 0;
  transform: translateX(24px);
}

.support-panel.is-visible .support-list div {
  animation: list-pop 520ms ease forwards;
  animation-delay: calc(var(--item-index, 0) * 95ms + 220ms);
}

.support-list strong {
  font-size: 1rem;
}

.support-list span {
  color: var(--orange-soft);
  font-weight: 800;
}

.client-card {
  position: relative;
  display: grid;
  grid-template-columns: 0.74fr 1fr;
  gap: 34px;
  align-items: stretch;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.88);
  box-shadow: 0 16px 38px rgba(16, 41, 35, 0.08);
  overflow: hidden;
}

.client-card::before {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 24px;
  width: 168px;
  height: 168px;
  border: 1px solid rgba(7, 63, 44, 0.12);
  border-radius: 50%;
}

.client-logo-panel {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 40px;
  border-radius: var(--radius);
  background: var(--green);
}

.client-logo-panel img {
  position: relative;
  z-index: 1;
  width: min(290px, 100%);
  height: auto;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.22));
}

.client-steam {
  position: absolute;
  inset: auto 0 30px;
  display: flex;
  justify-content: center;
  gap: 18px;
}

.client-steam span {
  width: 11px;
  height: 48px;
  border-left: 3px solid rgba(255, 250, 241, 0.28);
  border-radius: 50%;
  animation: steam-rise 3s ease-in-out infinite;
}

.client-steam span:nth-child(2) {
  animation-delay: 0.45s;
}

.client-steam span:nth-child(3) {
  animation-delay: 0.9s;
}

.client-story {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
}

.client-story h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.25rem;
  line-height: 1;
}

.client-story > p {
  max-width: 620px;
  margin: 16px 0 24px;
  font-size: 1.08rem;
}

.success-note {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-soft);
}

.success-note summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 0 18px;
  color: var(--green);
  font-weight: 900;
  text-transform: uppercase;
}

.success-note summary::marker {
  content: "";
}

.success-note summary::-webkit-details-marker {
  display: none;
}

.success-note summary:focus {
  outline: none;
}

.success-note summary:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

.success-note svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.success-note[open] summary svg {
  transform: rotate(180deg);
}

.success-note div {
  display: grid;
  gap: 12px;
  padding: 0 18px 18px;
}

.success-note p {
  margin: 0;
}

.fit-board {
  position: relative;
  display: grid;
  gap: 28px;
  padding: 34px;
  border-radius: var(--radius);
  background: var(--green);
  color: var(--paper-soft);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.fit-board::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(255, 250, 241, 0.08) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 24% 18%, black, transparent 72%);
  pointer-events: none;
}

.fit-board > * {
  position: relative;
  z-index: 1;
}

.fit-board-intro {
  position: relative;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding-bottom: 28px;
}

.fit-board-intro::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--orange), rgba(255, 179, 102, 0.74), transparent);
  box-shadow: 0 0 18px rgba(244, 123, 32, 0.42);
  opacity: 0.72;
  animation: fit-signal 3.4s ease-in-out infinite;
}

.fit-board-intro h3,
.fit-result-card h3,
.fit-question h3 {
  font-family: "Fraunces", Georgia, serif;
  line-height: 1.04;
}

.fit-board-intro h3 {
  max-width: 760px;
  color: var(--paper-soft);
  font-size: 2.25rem;
}

.fit-board-intro p:not(.board-label) {
  max-width: 820px;
  margin: 12px 0 0;
  color: rgba(255, 250, 241, 0.82);
  font-size: 1.04rem;
}

.fit-pot {
  position: relative;
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(255, 250, 241, 0.36);
  border-radius: var(--radius);
  background: var(--green-deep);
  overflow: hidden;
  animation: mark-breathe 5.4s ease-in-out infinite;
}

.fit-pot::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  height: 5px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 18px rgba(244, 123, 32, 0.78);
  animation: fit-flame 1.8s ease-in-out infinite;
}

.fit-pot svg {
  position: relative;
  z-index: 1;
  width: 92px;
  height: 92px;
  animation: pot-bob 3.8s ease-in-out infinite;
}

.fit-pot path {
  fill: none;
  stroke: var(--paper-soft);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fit-pot .steam {
  stroke: var(--orange);
  stroke-width: 4;
  animation: steam-rise 2.8s ease-in-out infinite;
}

.fit-pot circle {
  fill: var(--paper-soft);
}

.fit-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: 22px;
  align-items: start;
}

.fit-questions {
  display: grid;
  gap: 14px;
}

.fit-question {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(330px, 1fr);
  gap: 18px;
  padding: 20px;
  border: 1px solid rgba(255, 250, 241, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.94);
  color: var(--green);
  overflow: hidden;
}

.fit-board.is-visible .fit-question {
  animation: fit-row-in 520ms ease forwards;
  animation-delay: calc(var(--item-index, 0) * 80ms + 140ms);
}

.fit-board.is-visible .fit-result-card {
  animation: fit-row-in 520ms ease forwards;
  animation-delay: 280ms;
}

.fit-question::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--orange);
  transform: scaleY(0);
  transform-origin: bottom center;
}

.fit-question.is-answered::before {
  animation: line-grow-y 360ms ease forwards;
}

.fit-question-copy {
  display: grid;
  gap: 10px;
  align-content: start;
}

.fit-question-copy > span {
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fit-question h3 {
  color: var(--green);
  font-size: 1.34rem;
}

.fit-note {
  margin-top: 2px;
  border-top: 1px solid rgba(7, 63, 44, 0.12);
}

.fit-note summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fit-note summary::marker {
  content: "";
}

.fit-note summary::-webkit-details-marker {
  display: none;
}

.fit-note summary:focus {
  outline: none;
}

.fit-note summary:focus-visible,
.fit-option:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

.fit-note svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.fit-note[open] svg {
  transform: rotate(180deg);
}

.fit-note p {
  margin: 0;
  padding: 0 0 12px;
  color: var(--ink);
  font-size: 0.92rem;
}

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

.fit-option {
  cursor: pointer;
  position: relative;
  display: grid;
  align-content: center;
  gap: 4px;
  min-height: 92px;
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-soft);
  color: var(--green);
  text-align: left;
  overflow: hidden;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.fit-option::after {
  content: "";
  position: absolute;
  inset: auto 10px 8px;
  height: 3px;
  border-radius: 999px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left center;
}

.fit-option:hover {
  transform: translateY(-2px);
  border-color: rgba(244, 123, 32, 0.56);
}

.fit-option.is-selected {
  background: var(--green);
  color: var(--paper-soft);
  border-color: var(--green);
  box-shadow: 0 12px 24px rgba(7, 63, 44, 0.18);
  animation: fit-option-pop 320ms cubic-bezier(0.2, 0.9, 0.2, 1.12);
}

.fit-option.is-selected::after {
  animation: line-grow 360ms ease forwards;
}

.fit-option span {
  position: relative;
  z-index: 1;
  font-weight: 900;
}

.fit-option small {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.25;
}

.fit-option.is-selected small {
  color: rgba(255, 250, 241, 0.76);
}

.fit-result-card {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 16px;
  min-height: 320px;
  padding: 24px;
  border: 1px solid rgba(255, 250, 241, 0.28);
  border-radius: var(--radius);
  background: var(--green-deep);
  color: var(--paper-soft);
  overflow: hidden;
}

.fit-result-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(255, 250, 241, 0.1), transparent),
    radial-gradient(circle at 80% 14%, rgba(244, 123, 32, 0.18), transparent 30%);
  background-size: 58% 100%, 100% 100%;
  background-position: -80% 0, 0 0;
  animation: board-sweep 7s ease-in-out infinite;
}

.fit-result-card > * {
  position: relative;
  z-index: 1;
}

.fit-result-card > span {
  justify-self: start;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.1);
  color: var(--orange-soft);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fit-result-card h3 {
  color: var(--paper-soft);
  font-size: 2rem;
}

.fit-result-card p {
  margin: 0;
  color: rgba(255, 250, 241, 0.82);
}

.fit-result-card .button {
  align-self: end;
  width: 100%;
  margin-top: 8px;
}

.fit-result-card[data-result="strong"] > span {
  background: rgba(141, 164, 148, 0.22);
}

.fit-result-card[data-result="possible"] > span {
  background: rgba(255, 179, 102, 0.14);
}

.fit-result-card[data-result="misfit"] > span {
  color: var(--paper-soft);
  background: rgba(255, 250, 241, 0.14);
}

.fit-result-card.is-updated h3,
.fit-result-card.is-updated p,
.fit-result-card.is-updated .button {
  animation: fit-result-pop 360ms ease both;
}

.contact {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  gap: 46px;
  align-items: stretch;
  padding: 56px;
  border-radius: var(--radius);
  background: var(--green);
  color: var(--paper-soft);
  overflow: hidden;
}

.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 50%, rgba(255, 250, 241, 0.12), transparent 22%),
    linear-gradient(90deg, transparent, rgba(255, 250, 241, 0.08), transparent);
  background-size: 100% 100%, 52% 100%;
  background-position: 0 0, -70% 0;
  animation: board-sweep 9s ease-in-out infinite;
}

.contact > * {
  position: relative;
  z-index: 1;
}

.contact h2,
.contact p {
  color: var(--paper-soft);
}

.contact-copy {
  display: grid;
  align-content: center;
}

.contact p {
  max-width: 720px;
  margin-top: 20px;
  color: rgba(255, 250, 241, 0.84);
}

.contact-mark {
  display: grid;
  place-items: center;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  border: 2px solid rgba(255, 250, 241, 0.5);
  animation: mark-breathe 5.4s ease-in-out infinite;
}

.contact-mark svg {
  width: 112px;
  height: 112px;
  fill: none;
  stroke: var(--paper-soft);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: utensil-drift 8s ease-in-out infinite;
}

.contact-mark circle {
  fill: var(--green);
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-links a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid rgba(255, 250, 241, 0.34);
  border-radius: 999px;
  padding: 0 16px;
  color: var(--paper-soft);
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.contact-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 250, 241, 0.72);
  background: rgba(255, 250, 241, 0.08);
}

.contact-form {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(255, 250, 241, 0.26);
  border-radius: var(--radius);
  background: rgba(9, 50, 35, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 250, 241, 0.12);
}

.contact-form::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 250, 241, 0.08);
  border-radius: calc(var(--radius) - 8px);
  pointer-events: none;
}

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

.contact-form label {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 7px;
}

.contact-form label span {
  color: rgba(255, 250, 241, 0.8);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 250, 241, 0.28);
  border-radius: 12px;
  background: rgba(255, 250, 241, 0.96);
  color: var(--green);
  font: inherit;
  font-size: 0.95rem;
  line-height: 1.35;
  outline: 0;
  padding: 13px 14px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

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

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(244, 123, 32, 0.2);
  transform: translateY(-1px);
}

.contact-form .button {
  position: relative;
  z-index: 1;
  width: 100%;
  justify-content: space-between;
  border: 0;
  cursor: pointer;
}

.contact-form .button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.contact-form .honeypot {
  display: none;
}

.not-found-shell {
  min-height: 100vh;
  display: grid;
  align-content: center;
  padding: 72px 0;
}

.not-found-shell .contact {
  grid-template-columns: 1fr;
}

.not-found-shell h1 {
  max-width: 760px;
  color: var(--paper-soft);
  font-size: 4rem;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px 28px;
  min-height: 82px;
  padding: 22px 0 34px;
  color: var(--green);
  font-weight: 900;
  text-transform: uppercase;
}

.footer-values,
.footer-share {
  display: flex;
  align-items: center;
}

.footer-values {
  justify-content: center;
  gap: 18px;
}

.site-footer i {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  animation: badge-pop 2.4s ease-in-out infinite;
}

.footer-share {
  gap: 10px;
  font-size: 0.78rem;
}

.footer-share span {
  color: rgba(7, 63, 44, 0.64);
}

.footer-share a {
  color: var(--green);
  text-decoration-color: rgba(224, 123, 49, 0.55);
  text-underline-offset: 4px;
}

.footer-share a:hover {
  color: var(--orange);
}

template {
  display: none;
}

@keyframes steam-rise {
  0% {
    opacity: 0;
    transform: translateY(12px) scaleY(0.75);
  }

  42% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(-18px) scaleY(1.08);
  }
}

@keyframes paper-drift {
  0% {
    background-position: 0 0, 0 0;
  }

  100% {
    background-position: 28px 28px, -28px 28px;
  }
}

@keyframes logo-settle {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes logo-breathe {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2px);
  }
}

@keyframes utensil-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-8deg);
  }

  50% {
    transform: translate3d(10px, -16px, 0) rotate(8deg);
  }
}

@keyframes flow-dash {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }

  32%,
  62% {
    opacity: 0.95;
    transform: scaleX(1);
  }

  100% {
    opacity: 0;
    transform: translateX(24px) scaleX(0.08);
  }
}

@keyframes flow-dash-y {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }

  32%,
  62% {
    opacity: 0.85;
    transform: scaleY(1);
  }

  100% {
    opacity: 0;
    transform: translateY(24px) scaleY(0.08);
  }
}

@keyframes data-pulse {
  0% {
    opacity: 0;
    stroke-dashoffset: 690;
  }

  12% {
    opacity: 1;
  }

  64% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    stroke-dashoffset: -210;
  }
}

@keyframes data-node-pulse {
  0%,
  100% {
    opacity: 0.38;
    transform: scale(0.82);
  }

  34% {
    opacity: 1;
    transform: scale(1.16);
  }

  58% {
    opacity: 0.72;
    transform: scale(0.96);
  }
}

@keyframes engine-signal-flow {
  0% {
    opacity: 0;
    stroke-dashoffset: 280;
  }

  14% {
    opacity: 1;
  }

  68% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    stroke-dashoffset: -80;
  }
}

@keyframes circuit-shimmer {
  to {
    stroke-dashoffset: -40;
  }
}

@keyframes circuit-node-ping {
  0%,
  100% {
    opacity: 0.38;
    transform: scale(0.78);
  }

  42% {
    opacity: 1;
    transform: scale(1.22);
  }

  64% {
    opacity: 0.74;
    transform: scale(0.94);
  }
}

@keyframes connector-breathe {
  0%,
  100% {
    opacity: 0.28;
    transform: translateX(-50%) scaleY(0.56);
  }

  45% {
    opacity: 1;
    transform: translateX(-50%) scaleY(1);
  }
}

@keyframes port-spark {
  0%,
  100% {
    opacity: 0.74;
    transform: translateX(-50%) scale(0.86);
  }

  45% {
    opacity: 1;
    transform: translateX(-50%) scale(1.08);
  }
}

@keyframes logo-halo {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(0.82);
  }

  50% {
    opacity: 0.85;
    transform: scale(1.08);
  }
}

@keyframes engine-logo-float {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-5px) scale(1.02);
  }
}

@keyframes card-breathe {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 0 0 rgba(7, 63, 44, 0);
  }

  50% {
    transform: translateY(-5px);
    box-shadow: 0 16px 26px rgba(7, 63, 44, 0.12);
  }
}

@keyframes line-grow {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes line-grow-y {
  from {
    transform: scaleY(0);
  }

  to {
    transform: scaleY(1);
  }
}

@keyframes icon-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes board-sweep {
  0%,
  100% {
    background-position: -70% 0, 0 0, 0 0;
  }

  50% {
    background-position: 170% 0, 12px 12px, 12px 12px;
  }
}

@keyframes list-pop {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes badge-pop {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }
}

@keyframes mark-breathe {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(255, 250, 241, 0);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 0 14px rgba(255, 250, 241, 0.08);
    transform: scale(1.02);
  }
}

@keyframes slow-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes engine-pulse {
  0%,
  100% {
    box-shadow: inset 0 0 0 rgba(255, 250, 241, 0);
  }

  50% {
    box-shadow: inset 0 0 38px rgba(255, 250, 241, 0.09);
  }
}

@keyframes kitchen-breathe {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-4px) scale(1.01);
  }
}

@keyframes pot-bob {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-4px) rotate(-1deg);
  }
}

@keyframes bubble-rise {
  0% {
    opacity: 0;
    transform: translate3d(-12px, 10px, 0) scale(0.5);
  }

  35% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
    transform: translate3d(6px, -38px, 0) scale(1.15);
  }
}

@keyframes arrow-simmer {
  0%,
  100% {
    opacity: 0.42;
    transform: scaleX(0.82);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes fit-signal {
  0%,
  100% {
    opacity: 0.28;
    transform: scaleX(0.58);
  }

  45% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes fit-flame {
  0%,
  100% {
    opacity: 0.62;
    transform: scaleX(0.72);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes fit-option-pop {
  0% {
    transform: scale(0.98);
  }

  70% {
    transform: scale(1.025);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes fit-result-pop {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fit-row-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes value-pulse {
  0% {
    transform: translateX(-110%);
  }

  55%,
  100% {
    transform: translateX(240%);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .brand {
    width: 176px;
  }

  .main-nav {
    display: none;
  }

  .cooking-float {
    display: none;
  }

  .hero,
  .service,
  .evidence-row,
  .support-panel,
  .client-card,
  .fit-workspace,
  .fit-question,
  .academy-callout,
  .value-band,
  .section-heading,
  .intro-strip {
    grid-template-columns: 1fr;
  }

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

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

  .pillar-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .diagram-board {
    grid-template-columns: 1fr;
  }

  .diagram-board::after {
    display: none;
  }

  .kitchen-line-card {
    grid-template-columns: 1fr;
  }

  .kitchen-line-card > i {
    justify-self: center;
    width: 3px;
    height: 28px;
    transform-origin: center;
  }

  .kitchen-line-card > i::after {
    display: none;
  }
}

@media (max-width: 720px) {
  :root {
    --shell: min(100vw - 28px, 680px);
  }

  body {
    background: var(--paper);
  }

  .site-header {
    min-height: 66px;
    gap: 12px;
  }

  .brand {
    width: 128px;
  }

  .header-action {
    min-height: 40px;
    padding: 0 12px;
  }

  h1 {
    font-size: 2.65rem;
  }

  .section-heading h2,
  .value-copy h2,
  .support-panel h2,
  .contact h2 {
    font-size: 2.25rem;
  }

  .brand-line {
    font-size: 0.85rem;
  }

  .hero-lede {
    font-size: 1rem;
  }

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

  .hero-actions {
    gap: 10px;
    margin-top: 26px;
  }

  .button {
    justify-content: space-between;
  }

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

  .diagram-board {
    gap: 14px;
  }

  .diagram-card {
    min-height: 132px;
  }

  .engine-core {
    min-height: 138px;
  }

  .engine-logo-lockup {
    width: min(104px, 46%);
    min-height: 104px;
  }

  .intro-strip {
    padding-bottom: 48px;
  }

  .kitchen-line-card {
    padding: 18px;
  }

  .kitchen-node {
    min-height: 148px;
  }

  .kitchen-node svg {
    width: 68px;
    height: 68px;
  }

  .framework,
  .service,
  .proof,
  .support,
  .clients,
  .fit,
  .contact {
    padding: 54px 0;
  }

  .artifact-board,
  .evidence-row,
  .client-card,
  .value-band,
  .fit-board,
  .contact {
    grid-template-columns: 1fr;
  }

  .value-band {
    padding: 24px;
  }

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

  .cloud-route,
  .cost-stack {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .cloud-route i {
    width: 3px;
    height: 34px;
    justify-self: center;
  }

  .cloud-route i::after {
    display: none;
  }

  .cost-stack strong {
    justify-self: center;
  }

  .fit-board {
    padding: 24px;
  }

  .fit-board-intro,
  .fit-question,
  .fit-options {
    grid-template-columns: 1fr;
  }

  .fit-pot {
    width: 112px;
    height: 112px;
  }

  .fit-board-intro h3 {
    font-size: 1.85rem;
  }

  .fit-result-card {
    position: relative;
    top: auto;
    min-height: auto;
  }

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

  .pillar-grid {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .pillar {
    min-height: auto;
  }

  .diagram-board,
  .artifact-board,
  .support-panel,
  .evidence-row article,
  .client-card,
  .contact {
    padding: 24px;
  }

  .artifact-board h3 {
    font-size: 2rem;
  }

  .client-logo-panel {
    min-height: 190px;
    padding: 26px;
  }

  .client-story h3 {
    font-size: 1.9rem;
  }

  .support-list div {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    min-height: 72px;
  }

  .contact-mark {
    width: 118px;
    height: 118px;
  }

  .contact-mark svg {
    width: 78px;
    height: 78px;
  }

  .site-footer {
    flex-wrap: wrap;
    gap: 10px;
    font-size: 0.8rem;
  }
}
