:root {
  color-scheme: light;
  --ink: #0d1412;
  --ink-soft: #2e3a37;
  --muted: #63706c;
  --line: rgba(13, 20, 18, 0.11);
  --line-strong: rgba(13, 20, 18, 0.18);
  --surface: #f4f7f6;
  --surface-2: #e9f0ef;
  --panel: #ffffff;
  --panel-2: #f9fbfa;
  --teal: #08786f;
  --teal-deep: #063f3b;
  --blue: #2358d8;
  --copper: #b46a32;
  --gold: #d1a95b;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(12, 28, 25, 0.13);
  --shadow-soft: 0 14px 38px rgba(12, 28, 25, 0.08);
  --radius: 8px;
  --max: 1180px;
  --header: 76px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  font-family: "Aptos", "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--surface);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(180deg, rgba(244, 247, 246, 0.94), rgba(255, 255, 255, 0.96) 34%, rgba(244, 247, 246, 1)),
    var(--surface);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.no-scroll {
  overflow: hidden;
}

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

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

img {
  height: auto;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid rgba(35, 88, 216, 0.45);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  transform: translateY(-140%);
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
  border-radius: var(--radius);
  transition: transform 180ms var(--ease);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--header);
  border-bottom: 1px solid rgba(13, 20, 18, 0.08);
  background: rgba(247, 250, 249, 0.86);
  backdrop-filter: blur(18px);
  transition: background 220ms var(--ease), box-shadow 220ms var(--ease);
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 35px rgba(10, 32, 28, 0.08);
}

.nav-shell {
  width: min(calc(100% - 40px), var(--max));
  min-height: var(--header);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 214px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(8, 120, 111, 0.34);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(8, 120, 111, 0.18), rgba(35, 88, 216, 0.08)),
    #ffffff;
  box-shadow: 0 12px 28px rgba(8, 120, 111, 0.14);
  color: var(--teal-deep);
}

.brand-text {
  display: grid;
  gap: 0;
  line-height: 1.05;
}

.brand-name {
  font-weight: 780;
  letter-spacing: 0;
  font-size: 0.98rem;
}

.brand-sub {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 620;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
}

.nav-toggle svg {
  width: 22px;
  height: 22px;
  margin: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  flex: 1;
}

.site-nav a {
  position: relative;
  padding: 9px 10px;
  border-radius: 7px;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 640;
  white-space: nowrap;
  transition: color 180ms var(--ease), background 180ms var(--ease), transform 180ms var(--ease);
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--teal-deep);
  background: rgba(8, 120, 111, 0.08);
}

.site-nav a:hover {
  transform: translateY(-1px);
}

.nav-cta {
  margin-left: 8px;
  color: #fff !important;
  background: var(--ink) !important;
  box-shadow: 0 10px 24px rgba(13, 20, 18, 0.14);
}

.page-shell {
  overflow: clip;
}

.section {
  position: relative;
  padding: 96px 0;
}

.section--tight {
  padding: 68px 0;
}

.section--dark {
  background: #101715;
  color: #eef5f3;
}

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

.wrap {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.narrow {
  width: min(calc(100% - 40px), 860px);
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--teal-deep);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.section--dark .eyebrow {
  color: #75d6ca;
}

.hero {
  position: relative;
  min-height: min(900px, calc(100svh - 12px));
  isolation: isolate;
  color: #fff;
  background: #0f1715;
}

.hero-media,
.hero-media picture,
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(1.04);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 17, 15, 0.9), rgba(7, 17, 15, 0.64) 42%, rgba(7, 17, 15, 0.2) 76%),
    linear-gradient(180deg, rgba(7, 17, 15, 0.1), rgba(7, 17, 15, 0.76));
}

.hero .signal-canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  opacity: 0.42;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  min-height: min(900px, calc(100svh - 12px));
  padding: 104px 0 38px;
  display: grid;
  align-content: end;
  gap: 28px;
}

.hero-main {
  width: min(850px, 100%);
}

.hero h1,
.page-hero h1 {
  margin: 0;
  font-size: clamp(2.3rem, 5.8vw, 5.45rem);
  line-height: 0.96;
  font-weight: 780;
  letter-spacing: 0;
}

.hero p {
  width: min(650px, 100%);
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.04rem, 1.7vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(940px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(14px);
}

.hero-proof div {
  min-height: 118px;
  padding: 22px;
  background: rgba(10, 19, 17, 0.32);
}

.hero-proof strong {
  display: block;
  color: #fff;
  font-size: 0.92rem;
}

.hero-proof span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
}

.btn {
  --mx: 50%;
  --my: 50%;
  position: relative;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 760;
  font-size: 0.94rem;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease), background 180ms var(--ease);
}

.btn::after {
  content: "";
  position: absolute;
  inset: -1px;
  background: radial-gradient(circle at var(--mx) var(--my), rgba(255, 255, 255, 0.34), transparent 34%);
  opacity: 0;
  transition: opacity 180ms var(--ease);
  pointer-events: none;
}

.btn:hover::after {
  opacity: 1;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--teal-deep), var(--teal));
  box-shadow: 0 16px 34px rgba(8, 120, 111, 0.24);
}

.btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.btn-light {
  color: var(--ink);
  border-color: var(--line);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.btn-dark {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 16px 34px rgba(13, 20, 18, 0.18);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 62px;
  align-items: center;
}

.split--reverse {
  grid-template-columns: minmax(360px, 0.98fr) minmax(0, 1.02fr);
}

.split--reverse > :first-child {
  order: 2;
}

.display {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.25rem);
  line-height: 1.02;
  font-weight: 770;
  letter-spacing: 0;
}

.lead {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
  line-height: 1.72;
}

.section--dark .lead,
.section--dark .muted {
  color: rgba(238, 245, 243, 0.7);
}

.muted {
  color: var(--muted);
}

.media-frame {
  position: relative;
  aspect-ratio: 5 / 6;
  min-height: auto;
  border-radius: var(--radius);
  overflow: hidden;
  background: #dfe8e6;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.media-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.025);
  transition: transform 900ms var(--ease);
}

.media-frame:hover img {
  transform: scale(1.055);
}

.media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 45%, rgba(5, 14, 13, 0.44)),
    linear-gradient(90deg, rgba(8, 120, 111, 0.14), transparent 42%);
  pointer-events: none;
}

.image-note {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  color: #fff;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(7, 17, 15, 0.54);
  backdrop-filter: blur(16px);
}

.image-note svg {
  width: 34px;
  height: 34px;
  color: #8ce4d8;
}

.image-note strong {
  display: block;
  font-size: 0.94rem;
}

.image-note span {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
}

.grid {
  display: grid;
  gap: 18px;
}

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

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

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

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.55fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 38px;
}

.section-head p {
  margin: 0;
  color: var(--muted);
}

.feature-card,
.service-card,
.industry-card,
.process-card {
  position: relative;
  min-height: 100%;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 251, 250, 0.95)),
    #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: border-color 220ms var(--ease), box-shadow 220ms var(--ease), transform 220ms var(--ease);
}

.feature-card::before,
.service-card::before,
.industry-card::before,
.process-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(8, 120, 111, 0.1), transparent 34%),
    radial-gradient(circle at 80% 0%, rgba(209, 169, 91, 0.12), transparent 26%);
  opacity: 0;
  transition: opacity 240ms var(--ease);
  pointer-events: none;
}

.feature-card:hover,
.service-card:hover,
.industry-card:hover,
.process-card:hover {
  border-color: rgba(8, 120, 111, 0.28);
  box-shadow: var(--shadow-soft);
  transform: translateY(-3px);
}

.feature-card:hover::before,
.service-card:hover::before,
.industry-card:hover::before,
.process-card:hover::before {
  opacity: 1;
}

.icon-box {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid rgba(8, 120, 111, 0.2);
  border-radius: var(--radius);
  color: var(--teal-deep);
  background: rgba(8, 120, 111, 0.07);
}

.icon-box svg {
  width: 24px;
  height: 24px;
}

.feature-card h3,
.service-card h3,
.industry-card h3,
.process-card h3 {
  position: relative;
  margin: 0;
  color: var(--ink);
  font-size: 1.12rem;
  line-height: 1.25;
}

.feature-card p,
.service-card p,
.industry-card p,
.process-card p {
  position: relative;
  margin: 12px 0 0;
  color: var(--muted);
}

.text-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.text-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  color: var(--ink-soft);
}

.text-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 9px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(8, 120, 111, 0.1);
}

.section--dark .text-list li {
  color: rgba(238, 245, 243, 0.78);
}

.section--dark .text-list li::before {
  background: #75d6ca;
  box-shadow: 0 0 0 5px rgba(117, 214, 202, 0.13);
}

.ribbon {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.section--dark .ribbon {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.055);
}

.ribbon-item {
  min-height: 150px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.section--dark .ribbon-item {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.ribbon-item:last-child {
  border-right: 0;
}

.ribbon-item span {
  display: block;
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 820;
  text-transform: uppercase;
}

.ribbon-item strong {
  display: block;
  margin-top: 16px;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.28;
}

.section--dark .ribbon-item strong {
  color: #eef5f3;
}

.workflow {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  gap: 56px;
  align-items: start;
}

.workflow-intro {
  position: sticky;
  top: calc(var(--header) + 40px);
}

.flow-visual {
  position: relative;
  min-height: 560px;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    #121d1a;
  overflow: hidden;
}

.flow-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}

.flow-path-bg {
  stroke: rgba(255, 255, 255, 0.12);
}

.flow-path {
  stroke: url(#flowGradient);
  stroke-dasharray: 1;
  stroke-dashoffset: calc(1 - var(--flow-progress, 0));
  transition: stroke-dashoffset 420ms var(--ease);
}

.flow-steps {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 22px;
}

.flow-step {
  width: min(420px, 100%);
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  opacity: 0.55;
  transform: translateY(10px);
  transition: opacity 300ms var(--ease), transform 300ms var(--ease), border-color 300ms var(--ease), background 300ms var(--ease);
}

.flow-step:nth-child(even) {
  justify-self: end;
}

.flow-step.is-active {
  opacity: 1;
  transform: translateY(0);
  border-color: rgba(117, 214, 202, 0.42);
  background: rgba(117, 214, 202, 0.08);
}

.flow-step span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #75d6ca;
  font-weight: 820;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.flow-step h3 {
  margin: 0;
  font-size: 1.12rem;
}

.flow-step p {
  margin: 8px 0 0;
  color: rgba(238, 245, 243, 0.66);
}

.page-hero {
  position: relative;
  padding: 112px 0 78px;
  background:
    linear-gradient(135deg, rgba(8, 120, 111, 0.12), transparent 36%),
    linear-gradient(180deg, #ffffff, var(--surface));
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.page-hero::after {
  content: "";
  position: absolute;
  right: -12vw;
  top: 40px;
  width: 42vw;
  max-width: 620px;
  height: 62%;
  border: 1px solid rgba(8, 120, 111, 0.12);
  transform: skewX(-12deg);
  background: linear-gradient(135deg, rgba(8, 120, 111, 0.08), rgba(35, 88, 216, 0.04));
}

.page-hero .wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.45fr);
  gap: 44px;
  align-items: end;
}

.page-hero p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.page-hero h1 {
  color: var(--ink);
  font-size: clamp(2.35rem, 5.7vw, 5.6rem);
}

.quote-panel {
  padding: 36px;
  border-left: 2px solid var(--teal);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.quote-panel p {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  line-height: 1.5;
}

.table-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.table-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
}

.table-row:last-child {
  border-bottom: 0;
}

.table-row strong {
  color: var(--ink);
}

.table-row span {
  color: var(--muted);
}

.cta-band {
  position: relative;
  padding: 68px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(117, 214, 202, 0.15), transparent 45%),
    linear-gradient(135deg, #101715, #172522);
  color: #fff;
  overflow: hidden;
}

.cta-band::after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: 52%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(117, 214, 202, 0.8));
}

.cta-band h2 {
  width: min(720px, 100%);
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.02;
}

.cta-band p {
  width: min(660px, 100%);
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.cta-band .btn {
  margin-top: 30px;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(300px, 0.55fr);
  gap: 36px;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.mail-card {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 28px;
  border: 1px solid rgba(8, 120, 111, 0.18);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(8, 120, 111, 0.08), rgba(255, 255, 255, 0.92));
}

.mail-card a {
  overflow-wrap: anywhere;
  color: var(--teal-deep);
  font-weight: 820;
  font-size: clamp(1.25rem, 3vw, 2.3rem);
  line-height: 1.08;
}

.site-footer {
  padding: 54px 0;
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(0, 1.6fr);
  gap: 42px;
  align-items: start;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 20px;
}

.footer-links a {
  color: var(--muted);
  font-weight: 650;
  font-size: 0.9rem;
}

.footer-links a:hover {
  color: var(--teal-deep);
}

.footer-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 680ms var(--ease), transform 680ms var(--ease);
}

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

.page-leaving {
  opacity: 0.92;
  transition: opacity 120ms ease-out;
}

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

  .site-nav a {
    padding-inline: 8px;
    font-size: 0.84rem;
  }

  .split,
  .split--reverse,
  .workflow,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .split--reverse > :first-child {
    order: initial;
  }

  .workflow-intro {
    position: relative;
    top: auto;
  }
}

@media (max-width: 860px) {
  :root {
    --header: 68px;
  }

  .nav-shell {
    width: min(calc(100% - 28px), var(--max));
  }

  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .site-nav {
    position: fixed;
    inset: var(--header) 14px auto 14px;
    display: grid;
    gap: 6px;
    justify-content: stretch;
    align-items: stretch;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms var(--ease), transform 180ms var(--ease);
  }

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

  .site-nav a {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: 12px 14px;
    font-size: 0.98rem;
  }

  .nav-cta {
    margin-left: 0;
  }

  .brand {
    min-width: auto;
  }

  .brand-sub {
    display: none;
  }

  .hero-content {
    padding-top: 104px;
  }

  .hero h1,
  .page-hero h1 {
    line-height: 1.02;
  }

  .hero-proof,
  .grid-2,
  .grid-3,
  .grid-4,
  .ribbon,
  .section-head,
  .page-hero .wrap,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof div,
  .ribbon-item {
    min-height: auto;
  }

  .ribbon-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .ribbon-item:last-child {
    border-bottom: 0;
  }

  .media-frame {
    aspect-ratio: 4 / 5;
  }

  .flow-visual {
    padding: 20px;
  }

  .flow-step:nth-child(even) {
    justify-self: stretch;
  }

  .cta-band {
    padding: 36px 24px;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .wrap,
  .narrow {
    width: min(calc(100% - 28px), var(--max));
  }

  .section {
    padding: 72px 0;
  }

  .section--tight {
    padding: 52px 0;
  }

  .hero {
    min-height: 82svh;
  }

  .hero-content {
    min-height: 82svh;
    gap: 22px;
    padding-top: 80px;
    padding-bottom: 26px;
  }

  .hero-proof {
    display: none;
  }

  .hero-media img {
    object-position: 63% center;
  }

  .hero-actions {
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .page-hero {
    padding: 86px 0 54px;
  }

  .table-row {
    grid-template-columns: 1fr;
  }

  .contact-panel {
    padding: 24px;
  }

  .mail-card {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .signal-canvas {
    display: none;
  }
}
