:root {
  color-scheme: light;
  --ink: #152a3c;
  --ink-deep: #0d1b28;
  --ink-soft: #536574;
  --teal: #267d73;
  --teal-bright: #63d8cb;
  --amber: #d6a35e;
  --amber-light: #edc98f;
  --paper: #f2f0e9;
  --paper-warm: #e9e5da;
  --line: rgba(21, 42, 60, .16);
  --night: #111514;
  --night-soft: #1a201f;
  --white: #fff;
  --shadow: 0 24px 80px rgba(9, 20, 28, .16);
  --play-state: running;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--white);
  color: var(--ink-deep);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 82px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 0 clamp(24px, 4.5vw, 76px);
  color: #f8f3e9;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(242, 240, 233, .94);
  box-shadow: 0 10px 38px rgba(10, 25, 35, .08);
  border-bottom-color: rgba(21, 42, 60, .12);
  backdrop-filter: blur(18px);
}
.brand, .footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .24em;
  text-decoration: none;
  text-transform: uppercase;
}
.brand-line {
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, var(--amber), var(--teal-bright));
  box-shadow: 0 0 16px rgba(99, 216, 203, .42);
}
.site-nav { display: flex; align-items: center; justify-self: end; gap: 30px; }
.site-nav a {
  position: relative;
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 1px;
  background: currentColor;
  transition: right .2s ease;
}
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-cta {
  justify-self: end;
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 750;
  text-decoration: none;
}
.site-header.is-scrolled .header-cta { border-color: rgba(21, 42, 60, .3); }
.site-header .brand,
.site-header .site-nav,
.site-header .header-cta { transition: opacity .35s ease, transform .45s cubic-bezier(.2,.75,.2,1); }
.site-header:not(.is-scrolled) .brand { transform: translateX(-12px); }
.site-header:not(.is-scrolled) .site-nav,
.site-header:not(.is-scrolled) .header-cta {
  opacity: 0;
  pointer-events: none;
  transform: translateX(72px);
}

.hero {
  position: relative;
  min-height: 780px;
  height: clamp(780px, 100svh, 920px);
  overflow: hidden;
  isolation: isolate;
  background: var(--night);
  color: #f7f3eb;
}
.hero-scene, .hero-frame, .hero-shade, .grain { position: absolute; inset: 0; }
.hero-scene { z-index: 1; }
.hero-frame {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: none;
  will-change: opacity;
  transition: opacity 1.1s cubic-bezier(.45, 0, .2, 1);
}
.hero-frame.is-active { opacity: 1; }
.hero-route-canvas {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 8px rgba(99, 216, 203, .28));
}
.hero-shade {
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(12, 15, 15, .24) 0%, transparent 21%, transparent 75%, rgba(12, 15, 15, .42) 100%);
}
.grain {
  z-index: 3;
  pointer-events: none;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
.hero-semantic-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.hero-office-wrap {
  position: absolute;
  z-index: 4;
  left: 23.7075%;
  top: 12.8648%;
  width: 50.803vw;
  aspect-ratio: 758.5 / 465;
}
.hero-office-orbit {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  filter: drop-shadow(0 5px 16px rgba(0, 0, 0, .42));
}
.hero-office-line {
  fill: var(--teal-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  font-weight: 400;
  letter-spacing: -2px;
}
.hero-office-center {
  position: absolute;
  left: 50%;
  top: calc(50% - 7px);
  width: 42%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.hero-office-center > p {
  margin: 0;
  color: #f7f3eb;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.81vw, 35px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.035em;
  text-wrap: balance;
  text-shadow: 0 4px 18px rgba(0, 0, 0, .72);
}
.hero-office-center > p em { color: #e4b774; font-style: normal; }
.hero-office-center .hero-actions { justify-content: center; margin-top: 18px; }
.hero-office-center .button { min-height: 42px; padding-inline: clamp(12px, 1.15vw, 22px); font-size: clamp(8px, .65vw, 11px); }
.hero-mobile-copy { display: none; }
.hero-copy {
  position: relative;
  z-index: 4;
  width: min(800px, 64vw);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 0 110px clamp(28px, 6vw, 104px);
}
.eyebrow, .section-kicker, .small-label {
  margin: 0;
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 706px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 4.2vw, 68px);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.052em;
  text-wrap: balance;
  color: var(--teal-bright);
}
.hero-promise {
  max-width: 680px;
  margin: 20px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2vw, 34px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.hero-promise em { color: #e4b774; font-style: normal; }
.hero-lead {
  max-width: 540px;
  margin: 20px 0 0;
  color: rgba(247, 243, 235, .72);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.58;
}
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--teal); color: #fff; }
.button-primary:hover { background: #1f6d64; }
.button-quiet { border-color: rgba(247, 243, 235, .36); background: rgba(12, 15, 15, .28); color: #fff; backdrop-filter: blur(8px); }
.story-rail {
  position: absolute;
  z-index: 5;
  left: clamp(28px, 6vw, 104px);
  right: clamp(28px, 4vw, 72px);
  bottom: 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.story-beat {
  position: relative;
  padding-top: 13px;
  border-top: 1px solid rgba(247, 243, 235, .24);
  color: rgba(247, 243, 235, .5);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .25s ease;
}
.story-beat.is-active { color: rgba(247, 243, 235, .9); }
.story-beat::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--amber), var(--teal-bright));
  opacity: 0;
}
.story-beat.is-active::before {
  animation: story-beat 5.5s linear both;
  animation-play-state: var(--play-state);
}
@keyframes story-beat {
  0% { width: 0; opacity: 1; }
  94% { width: 100%; opacity: 1; }
  100% { width: 100%; opacity: 0; }
}
.hero-controls {
  position: absolute;
  z-index: 6;
  right: clamp(20px, 3vw, 50px);
  top: 106px;
  display: flex;
  gap: 8px;
}
.motion-control {
  appearance: none;
  border: 1px solid rgba(247, 243, 235, .36);
  border-radius: 999px;
  background: rgba(12, 15, 15, .54);
  color: #fff;
  padding: 9px 14px;
  font-size: 11px;
  cursor: pointer;
  backdrop-filter: blur(10px);
}
.motion-control:hover { background: rgba(12, 15, 15, .8); }

.section { padding: clamp(92px, 10vw, 160px) clamp(24px, 6vw, 104px); }
.section-heading { max-width: 880px; margin-bottom: 64px; }
.section-heading h2, .community-copy h2, .feedback-copy h2, .independence-copy h2, .cta-content h2 {
  margin: 18px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.section-heading > p:last-child, .community-copy > p, .feedback-copy > p, .independence-copy > p, .cta-content > p {
  max-width: 700px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.65;
}

.core-section { background: var(--paper); }
.core-builder {
  display: grid;
  grid-template-columns: minmax(520px, 1.08fr) minmax(420px, .92fr);
  gap: clamp(44px, 7vw, 110px);
  align-items: center;
}
.core-visual {
  position: relative;
  aspect-ratio: 1;
  max-width: 730px;
  border-radius: 50%;
  background: radial-gradient(circle at 48% 42%, #f9f7f1 0%, #e6e2d7 48%, #d4d1c7 100%);
  box-shadow: inset 0 0 0 1px rgba(21, 42, 60, .08), inset 0 25px 60px rgba(255, 255, 255, .5), var(--shadow);
}
.core-visual::before {
  content: "";
  position: absolute;
  inset: 5.5%;
  border-radius: 50%;
  background: repeating-conic-gradient(from 10deg, rgba(38, 125, 115, .05) 0 4deg, transparent 4deg 44deg);
  border: 1px solid rgba(38, 125, 115, .16);
}
.core-orbit {
  position: absolute;
  border: 1px solid rgba(38, 125, 115, .24);
  border-radius: 50%;
  pointer-events: none;
}
.orbit-outer { inset: 18%; transform: rotate(-8deg); }
.orbit-inner { inset: 33%; border-color: rgba(214, 163, 94, .38); }
.core-center {
  position: absolute;
  z-index: 2;
  inset: 36%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #f8f3e9;
  background: radial-gradient(circle at 38% 30%, #355a5d, #132c35 76%);
  box-shadow: 0 18px 50px rgba(13, 27, 40, .28), 0 0 0 10px rgba(255, 255, 255, .6), 0 0 0 11px rgba(21, 42, 60, .08);
}
.core-center .core-word { font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.core-center strong { margin-top: 4px; color: var(--amber-light); font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 5vw, 68px); font-weight: 400; line-height: 1; }
.core-center span:last-child { max-width: 82px; margin-top: 4px; color: rgba(255, 255, 255, .65); font-size: 9px; line-height: 1.3; text-align: center; text-transform: uppercase; }
.core-node {
  position: absolute;
  z-index: 3;
  width: 22%;
  aspect-ratio: 1.55;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid rgba(21, 42, 60, .12);
  border-radius: 50%;
  background: rgba(255, 255, 255, .84);
  color: var(--ink);
  box-shadow: 0 12px 34px rgba(13, 27, 40, .11);
  cursor: pointer;
  transition: opacity .35s ease, transform .35s ease, background .35s ease, box-shadow .35s ease;
}
.core-node::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 11px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(38, 125, 115, .11);
}
.core-node span { margin-top: 12px; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.core-node:hover, .core-node:focus-visible { transform: scale(1.055); box-shadow: 0 16px 42px rgba(13, 27, 40, .18); }
.core-node.is-selected { background: #fff; box-shadow: 0 0 0 3px rgba(214, 163, 94, .5), 0 16px 42px rgba(13, 27, 40, .18); }
.core-node:not(.is-active) { opacity: .24; transform: scale(.78); box-shadow: none; }
.core-node:not(.is-active)::before { background: #7e898e; box-shadow: none; }
.node-relationships { left: 7%; top: 19%; }
.node-sales { left: 39%; top: 5%; }
.node-work { right: 7%; top: 19%; }
.node-documents { right: 2%; top: 48%; }
.node-commerce { right: 15%; bottom: 8%; }
.node-people { left: 39%; bottom: 2%; }
.node-insight { left: 15%; bottom: 8%; }
.node-ai { left: 2%; top: 48%; }
.capability-panel { max-width: 600px; }
.capability-intro h3 { max-width: 570px; margin: 12px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 3vw, 42px); font-weight: 400; line-height: 1.05; letter-spacing: -.035em; }
.capability-intro > p:last-child { margin: 16px 0 0; color: var(--ink-soft); line-height: 1.6; }
.capability-list { margin-top: 30px; border-top: 1px solid var(--line); }
.capability-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
}
.capability-row input { position: absolute; opacity: 0; pointer-events: none; }
.switch {
  position: relative;
  width: 36px;
  height: 20px;
  margin-top: 1px;
  border-radius: 999px;
  background: #aeb7b8;
  transition: background .2s ease;
}
.switch::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(13, 27, 40, .2);
  transition: transform .2s ease;
}
.capability-row input:checked + .switch { background: var(--teal); }
.capability-row input:checked + .switch::after { transform: translateX(16px); }
.capability-row:focus-within .switch { outline: 3px solid rgba(38, 125, 115, .22); outline-offset: 2px; }
.capability-row > span:last-child { display: flex; flex-direction: column; gap: 4px; }
.capability-row strong { font-size: 13px; }
.capability-row small { color: var(--ink-soft); font-size: 12px; line-height: 1.45; }
.capability-row.is-selected strong { color: var(--teal); }
.always-on { display: flex; gap: 9px; margin-top: 24px; color: var(--ink-soft); font-size: 11px; line-height: 1.45; }
.always-on span { color: var(--amber); }
.always-on strong { color: var(--ink); }

.expansion-section { color: #f6f1e7; background: var(--night); }
.heading-inverse .section-kicker { color: var(--teal-bright); }
.heading-inverse > p:last-child { color: rgba(246, 241, 231, .64); }
.expansion-stage { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.expansion-card {
  min-height: 480px;
  display: grid;
  grid-template-rows: minmax(210px, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  background: var(--night-soft);
}
.expansion-featured { grid-row: span 2; min-height: 780px; }
.expansion-image {
  min-height: 260px;
  background-image: linear-gradient(180deg, transparent 48%, rgba(17, 21, 20, .9)), url('/phenera-hero-frame-04.webp');
  background-size: 170%;
  filter: saturate(.88) contrast(1.04);
}
.crop-service { background-position: 91% 45%; }
.crop-supplier { background-position: 82% 5%; }
.crop-portal { background-position: 7% 67%; }
.expansion-copy { position: relative; padding: clamp(28px, 4vw, 52px); }
.expansion-copy .small-label { color: var(--teal-bright); }
.expansion-copy h3 { margin: 10px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4vw, 58px); font-weight: 400; letter-spacing: -.04em; }
.expansion-copy p:not(.small-label) { max-width: 620px; margin: 18px 0 0; color: rgba(246, 241, 231, .66); line-height: 1.65; }
.expansion-copy ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 28px; margin: 28px 0 0; padding: 0; list-style: none; }
.expansion-copy li { padding-top: 10px; border-top: 1px solid rgba(255, 255, 255, .14); color: rgba(246, 241, 231, .82); font-size: 12px; }
.expansion-number { position: absolute; right: 28px; top: 28px; color: rgba(255, 255, 255, .18); font-family: Georgia, "Times New Roman", serif; font-size: 46px; }
.expansion-text-only {
  min-height: 320px;
  grid-template-rows: 1fr;
  background: radial-gradient(circle at 88% 10%, rgba(38, 125, 115, .36), transparent 42%), linear-gradient(135deg, #1a201f, #121716);
}

.connect-section {
  position: relative;
  overflow: hidden;
  color: #f6f1e7;
  background:
    radial-gradient(circle at 50% 42%, rgba(38, 125, 115, .22), transparent 32%),
    linear-gradient(145deg, #102330, #0b141a 58%, #131b1a);
}
.connect-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .24;
  background-image:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: radial-gradient(circle at center, #000, transparent 76%);
}
.connect-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(460px, 1.25fr) minmax(300px, .75fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: end;
}
.connect-heading .section-kicker { color: var(--teal-bright); }
.connect-heading h2 {
  max-width: 900px;
  margin: 18px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 5.6vw, 86px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.047em;
  text-wrap: balance;
}
.connect-heading > p {
  margin: 0;
  color: rgba(246, 241, 231, .64);
  font-size: 16px;
  line-height: 1.7;
}
.connect-mode {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  max-width: 980px;
  margin: 58px auto 0;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .14);
}
.connect-mode button {
  min-height: 126px;
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-template-rows: auto auto;
  gap: 6px 14px;
  padding: 24px;
  border: 0;
  color: rgba(246, 241, 231, .62);
  background: rgba(10, 20, 26, .92);
  text-align: left;
  cursor: pointer;
  transition: color .25s ease, background .25s ease, box-shadow .25s ease;
}
.connect-mode button:hover,
.connect-mode button:focus-visible { background: rgba(25, 48, 55, .92); }
.connect-mode button.is-active {
  color: #fff;
  background: linear-gradient(135deg, rgba(38, 125, 115, .58), rgba(18, 41, 48, .96));
  box-shadow: inset 0 0 0 1px rgba(99, 216, 203, .34);
}
.connect-mode button > span {
  grid-row: 1 / -1;
  color: var(--amber-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}
.connect-mode strong { font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 400; }
.connect-mode small { color: rgba(246, 241, 231, .48); font-size: 11px; line-height: 1.5; }
.connect-mode button.is-active small { color: rgba(246, 241, 231, .72); }

.connect-canvas {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(230px, .8fr) minmax(420px, 1.4fr) minmax(230px, .8fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  max-width: 1320px;
  min-height: 590px;
  margin: 54px auto 0;
}
.business-system {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 28px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 46% 54% 48% 52% / 48% 45% 55% 52%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, .09), transparent 23%),
    radial-gradient(circle at center, rgba(38, 125, 115, .28), rgba(12, 25, 31, .94) 67%);
  box-shadow: inset 0 0 45px rgba(99, 216, 203, .07), 0 34px 90px rgba(0, 0, 0, .28);
}
.business-system::before,
.business-system::after,
.system-orbit {
  content: "";
  position: absolute;
  inset: 9%;
  border: 1px solid rgba(99, 216, 203, .15);
  border-radius: 50%;
  transform: rotate(18deg);
}
.business-system::after { inset: 18%; border-color: rgba(214, 163, 94, .2); transform: rotate(-24deg); }
.system-orbit { inset: 28%; border-color: rgba(255, 255, 255, .12); transform: rotate(55deg); }
.system-core {
  position: relative;
  z-index: 2;
  width: 160px;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, #416d70, #142c36 72%);
  box-shadow: 0 0 0 9px rgba(255, 255, 255, .035), 0 20px 50px rgba(0, 0, 0, .35);
}
.system-core span,
.system-core small { color: rgba(246, 241, 231, .48); font-size: 8px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.system-core strong { margin: 6px 0; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 29px; font-weight: 400; }
.business-system ul {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  width: 100%;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.business-system li {
  padding: 8px 6px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  color: rgba(246, 241, 231, .54);
  background: rgba(255, 255, 255, .03);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
}
.exchange-spine { position: relative; display: grid; gap: 11px; }
.exchange-contract,
.exchange-proof {
  margin: 0;
  color: rgba(246, 241, 231, .46);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}
.exchange-contract { margin-bottom: 10px; color: var(--teal-bright); }
.exchange-contract span { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--teal-bright); box-shadow: 0 0 0 6px rgba(99, 216, 203, .1); }
.exchange-proof { margin-top: 10px; }
.exchange-row {
  display: grid;
  grid-template-columns: 1fr minmax(90px, 1.2fr) 1fr;
  gap: 12px;
  align-items: center;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
}
.exchange-row strong,
.exchange-row em { color: rgba(246, 241, 231, .72); font-size: 10px; font-style: normal; font-weight: 750; }
.exchange-row em { text-align: right; }
.exchange-row span { position: relative; height: 1px; background: linear-gradient(90deg, var(--amber), var(--teal-bright)); }
.exchange-row span::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -1px;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--teal-bright);
  border-right: 1px solid var(--teal-bright);
  transform: rotate(45deg);
}
.exchange-row.inbound span { background: linear-gradient(90deg, var(--teal-bright), var(--amber)); }
.exchange-row.inbound span::after { left: -1px; right: auto; border: 0; border-bottom: 1px solid var(--teal-bright); border-left: 1px solid var(--teal-bright); }

.connect-canvas.is-portal { grid-template-columns: minmax(300px, 1fr) minmax(380px, .9fr) minmax(180px, .55fr); }
.connect-canvas.is-portal .system-counterparty {
  min-height: 300px;
  transform: scale(.84);
  border-style: dashed;
  background: radial-gradient(circle at center, rgba(214, 163, 94, .15), rgba(12, 25, 31, .9) 68%);
}
.connect-canvas.is-portal .system-counterparty .system-core { width: 125px; background: radial-gradient(circle at 34% 28%, #6b6253, #2a2c2a 72%); }
.connect-canvas.is-portal .system-counterparty::before,
.connect-canvas.is-portal .system-counterparty::after,
.connect-canvas.is-portal .system-counterparty .system-orbit { opacity: .35; }
.connect-canvas.is-portal .exchange-row { opacity: .38; }
.connect-canvas.is-portal .exchange-row:nth-of-type(2),
.connect-canvas.is-portal .exchange-row:nth-of-type(4) { opacity: 1; }
.connect-canvas.is-portal .exchange-contract { color: var(--amber-light); }

.connect-explanation {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(280px, .55fr);
  gap: 1px;
  max-width: 1120px;
  margin: 10px auto 0;
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .13);
}
.connect-explanation > div,
.connect-explanation aside { padding: clamp(28px, 4vw, 48px); background: rgba(10, 20, 26, .94); }
.connect-explanation .small-label { color: var(--teal-bright); }
.connect-explanation h3 { max-width: 700px; margin: 12px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 3vw, 42px); font-weight: 400; line-height: 1.08; letter-spacing: -.03em; }
.connect-explanation p:last-child { margin: 16px 0 0; color: rgba(246, 241, 231, .6); font-size: 13px; line-height: 1.65; }
.connect-explanation aside { display: flex; flex-direction: column; justify-content: center; background: rgba(38, 125, 115, .2); }
.connect-explanation aside strong { color: var(--amber-light); font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 400; }
.connect-explanation aside span { margin-top: 12px; color: rgba(246, 241, 231, .58); font-size: 11px; line-height: 1.6; }

.community-section {
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(460px, 1.18fr);
  gap: clamp(60px, 10vw, 150px);
  align-items: center;
  background: #e9e5da;
}
.community-copy > p { max-width: 600px; }
.privacy-note { display: flex; gap: 14px; margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--line); }
.privacy-note > span { color: var(--teal); font-size: 26px; line-height: 1; }
.privacy-note p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.55; }
.privacy-note strong { color: var(--ink); }
.community-flow { position: relative; margin: 0; padding: 0; list-style: none; }
.community-flow::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 26px;
  bottom: 26px;
  width: 2px;
  background: linear-gradient(var(--amber), var(--teal));
}
.community-flow li { position: relative; display: grid; grid-template-columns: 54px 1fr; gap: 20px; align-items: center; min-height: 126px; }
.flow-index {
  position: relative;
  z-index: 2;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(38, 125, 115, .25);
  border-radius: 50%;
  background: var(--paper);
  color: var(--teal);
  font-size: 10px;
  font-weight: 850;
}
.community-flow li > div { padding: 25px 28px; border-left: 1px solid var(--line); background: rgba(255, 255, 255, .42); }
.community-flow strong, .community-flow small { display: block; }
.community-flow strong { font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 400; }
.community-flow small { margin-top: 7px; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }

.feedback-section {
  display: grid;
  grid-template-columns: minmax(460px, 1.08fr) minmax(380px, .92fr);
  gap: clamp(60px, 8vw, 120px);
  align-items: center;
  background: var(--paper);
}
.feedback-window { overflow: hidden; border: 1px solid rgba(21, 42, 60, .16); border-radius: 18px; background: #fff; box-shadow: var(--shadow); transform: perspective(1200px) rotateY(4deg) rotateX(2deg); }
.window-bar { height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 16px; color: #fff; background: var(--ink-deep); }
.window-bar > span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255, 255, 255, .3); }
.window-bar strong { margin-left: 8px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.window-canvas { position: relative; min-height: 390px; padding: 42px; background: linear-gradient(135deg, #e9ecea, #f6f4ee); }
.mock-record { height: 285px; padding: 32px; border-radius: 10px; background: #fff; box-shadow: 0 12px 32px rgba(13, 27, 40, .09); }
.mock-line { display: block; width: 54%; height: 9px; margin-bottom: 11px; border-radius: 5px; background: #ccd4d3; }
.mock-line.wide { width: 76%; height: 18px; background: #466072; }
.mock-line.short { width: 32%; }
.mock-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 35px; }
.mock-cards i { height: 105px; border: 1px solid #d9ddda; border-radius: 7px; background: linear-gradient(180deg, #eef0ed 32%, #fff 32%); }
.annotation-box { position: absolute; left: 28%; top: 44%; width: 48%; min-height: 90px; padding: 17px; border: 3px solid #d47b5e; color: #7c3d2a; background: rgba(255, 244, 237, .84); font-family: "Segoe Print", "Bradley Hand", cursive; font-size: 14px; transform: rotate(-2deg); }
.annotation-arrow { position: absolute; right: 15%; bottom: 17%; color: #d47b5e; font-size: 64px; transform: rotate(18deg); }
.interpretation-card { margin: -28px 28px 28px; position: relative; z-index: 2; padding: 24px; border: 1px solid rgba(21, 42, 60, .14); border-radius: 10px; background: #fff; box-shadow: 0 14px 34px rgba(13, 27, 40, .12); }
.interpretation-card > strong { display: block; margin-top: 8px; font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-weight: 400; line-height: 1.3; }
.interpretation-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.interpretation-actions span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); font-size: 9px; font-weight: 700; }
.interpretation-actions span:first-child { border-color: var(--teal); color: #fff; background: var(--teal); }
.feature-list { margin: 34px 0 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 16px 0; border-top: 1px solid var(--line); }
.feature-list strong { font-size: 12px; }
.feature-list span { color: var(--ink-soft); font-size: 12px; line-height: 1.5; }

.independence-section {
  display: grid;
  grid-template-columns: minmax(400px, .85fr) minmax(500px, 1.15fr);
  gap: clamp(60px, 10vw, 150px);
  align-items: center;
  color: #f6f1e7;
  background: var(--ink-deep);
}
.independence-copy .section-kicker { color: var(--teal-bright); }
.independence-copy > p { color: rgba(246, 241, 231, .65); }
.independence-mark {
  position: relative;
  width: min(680px, 100%);
  aspect-ratio: 640 / 560;
  margin: auto;
  isolation: isolate;
}
.independence-links { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; overflow: visible; }
.network-path {
  fill: none;
  stroke: url(#independence-path-a);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-dasharray: 5 8;
  opacity: .72;
  animation: network-flow 18s linear infinite;
}
.route-pulse { fill: #78e4d7; }
.control-system {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 30%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
}
.control-rings, .control-rings i { position: absolute; border-radius: 50%; }
.control-rings { inset: 0; filter: drop-shadow(0 22px 44px rgba(0, 0, 0, .34)); }
.control-rings i { border: 1px solid rgba(99, 216, 203, .16); }
.control-rings i:nth-child(1) {
  inset: 0;
  background: radial-gradient(circle at 38% 30%, rgba(99, 216, 203, .1), rgba(99, 216, 203, .015) 62%, transparent 64%);
  box-shadow: 0 0 0 15px rgba(99, 216, 203, .018);
}
.control-rings i:nth-child(2) { inset: 12%; border-color: rgba(214, 163, 94, .27); }
.control-rings i:nth-child(3) { inset: 24%; border-color: rgba(99, 216, 203, .34); background: rgba(99, 216, 203, .04); }
.control-center {
  position: absolute;
  inset: 28%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(133, 235, 221, .42);
  border-radius: 50%;
  color: #f8f3e9;
  text-align: center;
  background: radial-gradient(circle at 34% 25%, #37686e, #17333b 70%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 16px 42px rgba(0, 0, 0, .3);
}
.control-center span { color: var(--teal-bright); font-size: 6px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.control-center strong { margin-top: 4px; font-size: clamp(7px, .62vw, 10px); line-height: 1.1; text-transform: uppercase; }
.control-center small { margin-top: 7px; color: rgba(246, 241, 231, .48); font-size: clamp(5px, .43vw, 7px); line-height: 1.35; }
.instance {
  position: absolute;
  z-index: 2;
  width: 30%;
  aspect-ratio: 1.22;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 7% 2.2% 4%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 48% 52% 46% 54% / 54% 46% 54% 46%;
  color: rgba(255, 255, 255, .82);
  background:
    radial-gradient(circle at 50% 44%, rgba(99, 216, 203, .12), transparent 37%),
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, .08), transparent 24%),
    rgba(255, 255, 255, .035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 20px 50px rgba(0, 0, 0, .18);
}
.instance::before {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(99, 216, 203, .13);
  border-radius: 52% 48% 56% 44% / 46% 54% 44% 56%;
}
.instance-core {
  position: relative;
  z-index: 1;
  width: 51%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214, 163, 94, .35);
  border-radius: 50%;
  background: rgba(8, 24, 34, .84);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, .02), 0 12px 24px rgba(0, 0, 0, .2);
}
.instance-core span { font-size: clamp(6px, .6vw, 9px); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.instance-core small { margin-top: 5px; color: var(--amber-light); font-size: clamp(5px, .43vw, 7px); letter-spacing: .08em; text-transform: uppercase; }
.instance-services { position: relative; z-index: 1; width: 82%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; margin-top: 9%; }
.instance-services span {
  padding: 5px 2px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  color: rgba(246, 241, 231, .46);
  background: rgba(6, 19, 27, .48);
  font-size: clamp(4px, .37vw, 6px);
  font-weight: 650;
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
}
.instance-one { top: 4%; left: 1%; }
.instance-two { top: 1%; right: 0; }
.instance-three { bottom: 1%; left: 8%; }
.isolation-key {
  position: absolute;
  z-index: 3;
  right: 1%;
  bottom: 5%;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(246, 241, 231, .43);
  font-size: clamp(5px, .5vw, 8px);
  font-weight: 650;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.isolation-key span { width: 15px; height: 15px; border: 1px solid rgba(99, 216, 203, .36); border-radius: 50%; box-shadow: 0 0 0 4px rgba(99, 216, 203, .035); }
@keyframes network-flow { to { stroke-dashoffset: -130; } }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 38px; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .12); }
.trust-grid div { padding: 22px; background: var(--ink-deep); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--amber-light); font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 400; }
.trust-grid span { margin-top: 8px; color: rgba(246, 241, 231, .52); font-size: 10px; line-height: 1.5; }

.final-cta { position: relative; min-height: 720px; display: grid; place-items: center; overflow: hidden; isolation: isolate; padding: 110px 24px; color: #f6f1e7; background: var(--night); }
.cta-image, .cta-shade { position: absolute; inset: 0; }
.cta-image { background: url('/phenera-hero-frame-04.webp') center/cover no-repeat; transform: scale(1.03); }
.cta-shade { z-index: 1; background: radial-gradient(circle at center, rgba(17, 21, 20, .38), rgba(17, 21, 20, .92) 75%), linear-gradient(rgba(17, 21, 20, .1), rgba(17, 21, 20, .7)); }
.cta-content { position: relative; z-index: 2; max-width: 860px; text-align: center; }
.cta-content .section-kicker { color: var(--teal-bright); }
.cta-content h2 { font-size: clamp(58px, 8vw, 118px); }
.cta-content > p { max-width: 700px; margin-left: auto; margin-right: auto; color: rgba(246, 241, 231, .7); }
.cta-content .button { margin-top: 30px; }
.cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.cta-actions .button { margin-top: 0; }
.cta-address { display: block; margin-top: 16px; color: rgba(246, 241, 231, .5); font-size: 11px; }

.site-footer { padding: 58px clamp(24px, 6vw, 104px); display: grid; grid-template-columns: 1fr 1.3fr 1fr; gap: 30px; align-items: start; color: rgba(246, 241, 231, .62); background: #0b0e0d; }
.footer-brand { color: #f6f1e7; }
.site-footer p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.4; }
.site-footer nav { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 18px; }
.site-footer a { font-size: 11px; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-footer small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: 9px; letter-spacing: .04em; }

:focus-visible { outline: 3px solid var(--teal-bright); outline-offset: 4px; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .core-builder, .feedback-section, .independence-section { grid-template-columns: 1fr; }
  .core-visual { width: min(720px, 100%); margin: auto; }
  .capability-panel { max-width: none; }
  .community-section { grid-template-columns: 1fr; }
  .connect-heading { grid-template-columns: 1fr; }
  .connect-canvas { grid-template-columns: minmax(190px, .75fr) minmax(340px, 1.4fr) minmax(190px, .75fr); gap: 20px; }
  .business-system { min-height: 360px; padding: 28px 18px; }
  .system-core { width: 130px; }
  .business-system ul { grid-template-columns: 1fr; }
  .community-copy { max-width: 760px; }
  .feedback-demo { max-width: 760px; margin: auto; }
  .independence-mark { max-width: 650px; width: 100%; margin: auto; }
}

@media (max-width: 820px) {
  .site-header { height: 72px; padding: 0 22px; }
  .header-cta { padding: 9px 12px; font-size: 9px; }
  .brand { font-size: 10px; }
  .brand-line { width: 24px; }
  .hero { min-height: 980px; height: max(980px, 100svh); }
  .hero-frame { object-position: 61% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(12,15,15,.28), transparent 25%, transparent 68%, rgba(12,15,15,.56)); }
  .hero-office-wrap { display: none; }
  .hero-mobile-copy {
    position: relative;
    z-index: 4;
    width: 88vw;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 140px 0 170px 28px;
  }
  .hero-mobile-title {
    max-width: 706px;
    margin: 0;
    color: var(--teal-bright);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 8vw, 64px);
    font-weight: 400;
    line-height: .92;
    letter-spacing: -.052em;
    text-wrap: balance;
    text-shadow: 0 4px 20px rgba(0, 0, 0, .78);
  }
  .hero-mobile-copy .hero-promise { text-shadow: 0 3px 18px rgba(0, 0, 0, .82); }
  .hero-copy { width: 88vw; justify-content: flex-start; padding: 140px 0 170px 28px; }
  .hero h1 { font-size: clamp(48px, 8vw, 64px); }
  .hero-promise { font-size: clamp(26px, 4.6vw, 34px); }
  .hero-controls { top: 90px; }
  .story-rail { left: 28px; right: 28px; grid-template-columns: repeat(2, 1fr); gap: 14px 18px; }
  .section { padding: 88px 24px; }
  .expansion-stage { grid-template-columns: 1fr; }
  .expansion-featured { grid-row: auto; min-height: 680px; }
  .expansion-card { min-height: 420px; }
  .expansion-image { background-size: 205%; }
  .connect-mode { grid-template-columns: 1fr; }
  .connect-canvas,
  .connect-canvas.is-portal { grid-template-columns: 1fr; max-width: 680px; }
  .business-system { min-height: 350px; }
  .exchange-spine { padding: 12px 0; }
  .connect-explanation { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .site-header { color: #f8f3e9; }
  .header-cta { max-width: 142px; text-align: center; }
  .hero-frame { object-position: 68% center; }
  .hero-copy { width: 94vw; padding-left: 22px; padding-right: 20px; }
  .hero-mobile-copy { width: 94vw; padding-left: 22px; padding-right: 20px; }
  .hero-mobile-title { font-size: clamp(44px, 11vw, 54px); }
  .hero h1 { font-size: clamp(44px, 11vw, 54px); }
  .hero-promise { font-size: clamp(24px, 6.5vw, 30px); }
  .hero-lead { max-width: 420px; font-size: 15px; }
  .hero-controls { display: none; }
  .story-beat { font-size: 8px; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2, .community-copy h2, .feedback-copy h2, .independence-copy h2 { font-size: 42px; }
  .core-builder { display: block; }
  .core-visual { margin-bottom: 54px; }
  .core-node { width: 24%; padding: 4px; }
  .core-node::before { top: 7px; width: 6px; height: 6px; }
  .core-node span { font-size: 7px; }
  .core-center { inset: 35%; }
  .capability-row { grid-template-columns: auto 1fr; }
  .expansion-copy ul { grid-template-columns: 1fr; }
  .connect-heading h2 { font-size: 44px; }
  .connect-mode button { min-height: 116px; padding: 20px; }
  .connect-canvas { margin-top: 36px; }
  .business-system { max-width: 390px; width: 100%; margin: auto; }
  .exchange-row { grid-template-columns: 1fr 74px 1fr; padding: 0 12px; }
  .exchange-row strong, .exchange-row em { font-size: 8px; }
  .community-flow li { grid-template-columns: 44px 1fr; gap: 12px; }
  .community-flow::before { left: 21px; }
  .flow-index { width: 44px; height: 44px; }
  .community-flow li > div { padding: 20px; }
  .feedback-window { transform: none; }
  .window-canvas { min-height: 300px; padding: 22px; }
  .mock-record { height: 235px; padding: 22px; }
  .annotation-box { left: 18%; width: 65%; font-size: 12px; }
  .feature-list li { grid-template-columns: 1fr; gap: 7px; }
  .independence-mark { width: 112%; margin-left: -6%; }
  .instance { padding-top: 6%; }
  .instance-services { width: 86%; margin-top: 6%; }
  .instance-services span { padding: 3px 1px; }
  .isolation-key { display: none; }
  .final-cta { min-height: 680px; }
  .cta-content h2 { font-size: 62px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-frame { transition: none; opacity: 0; transform: none; }
  .frame-4 { opacity: 1; }
  .hero-route-canvas { display: none; }
  .story-beat::before { animation: none; width: 100%; opacity: .7; }
  .button, .core-node, .site-header { transition: none; }
  .network-path { animation: none; }
  .route-pulse { display: none; }
}
