:root {
  color-scheme: dark;
  --bg: #02060d;
  --bg-2: #050b14;
  --panel: rgba(6, 15, 27, 0.78);
  --panel-strong: rgba(7, 17, 31, 0.94);
  --line: rgba(112, 154, 218, 0.24);
  --line-bright: rgba(88, 144, 255, 0.7);
  --text: #f6f9ff;
  --muted: #c4cfdd;
  --soft: #8998ac;
  --blue: #3479ff;
  --blue-2: #5b95ff;
  --cyan: #9bcaff;
  --blue-soft: #7fb5ff;
  --blue-muted: #6f9fe4;
  --cyan-muted: #8dbfe6;
  --amber: #d99a3b;
  --amber-muted: #b98034;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
  --max: 1314px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#work,
#process,
#about,
#resume {
  scroll-margin-top: 118px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(27, 91, 183, 0.18), transparent 34rem),
    linear-gradient(180deg, #02050b 0%, #02060d 46%, #040a12 100%);
  color: var(--text);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent 62%);
}

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

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

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 20;
  transform: translateY(-140%);
  border: 1px solid var(--line-bright);
  background: #061328;
  color: var(--text);
  padding: 10px 14px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  height: 98px;
  display: grid;
  grid-template-columns: 290px 1fr 210px;
  align-items: center;
  gap: 24px;
  padding: 0 clamp(24px, 3.6vw, 48px);
  border-bottom: 1px solid rgba(108, 143, 188, 0.2);
  background: rgba(2, 6, 13, 0.86);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 9px;
  text-decoration: none;
}

.brand-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #f3eee2;
}

.brand-by {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c8a24a;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(34px, 5vw, 68px);
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  font-weight: 600;
}

.nav-links a,
.header-cta,
.button,
.site-footer a {
  outline: none;
}

.nav-links a:focus-visible,
.header-cta:focus-visible,
.button:focus-visible,
.site-footer a:focus-visible {
  box-shadow: 0 0 0 3px rgba(52, 121, 255, 0.38);
}

.nav-links a {
  padding: 10px 0;
}

.nav-links a:hover {
  color: var(--cyan);
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  width: 158px;
  border: 1px solid var(--line-bright);
  border-radius: 7px;
  color: #fff;
  font-weight: 650;
  background: rgba(3, 9, 19, 0.45);
}

.header-cta:hover {
  background: rgba(42, 105, 231, 0.15);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 76px clamp(24px, 3.6vw, 48px) 47px;
  isolation: isolate;
}

.hero-noise {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 78% 43%, rgba(39, 111, 255, 0.16), transparent 28rem),
    radial-gradient(circle at 30% 78%, rgba(31, 97, 184, 0.12), transparent 26rem);
}

.hero-grid {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(560px, 0.88fr) minmax(560px, 1.12fr);
  align-items: start;
  gap: clamp(20px, 2.8vw, 44px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-top: 16px;
  min-width: 0;
}

.eyebrow,
.section-kicker,
.card-label {
  margin: 0;
  color: var(--blue-2);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 14px;
  font-weight: 700;
}

.hero h1 {
  margin: 22px 0 0;
  max-width: 690px;
  font-size: clamp(48px, 4vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 820;
}

.hero h1 span {
  display: block;
}

.blue-line {
  color: var(--blue);
  text-shadow: 0 0 28px rgba(52, 121, 255, 0.34);
}

.short-rule {
  width: 66px;
  height: 1px;
  margin: 28px 0 26px;
  background: var(--blue);
  box-shadow: 0 0 18px rgba(52, 121, 255, 0.8);
}

.hero-subcopy {
  max-width: 590px;
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 39px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-width: 218px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 7px;
  font-weight: 720;
  font-size: 17px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

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

.button-primary {
  border: 1px solid rgba(133, 181, 255, 0.52);
  background: linear-gradient(180deg, #3f88ff, #235fe6);
  box-shadow: 0 18px 46px rgba(31, 101, 233, 0.28);
}

.button-secondary {
  border: 1px solid rgba(143, 166, 200, 0.38);
  background: rgba(3, 8, 17, 0.58);
}

.button-secondary:hover {
  border-color: rgba(147, 193, 255, 0.72);
  background: rgba(27, 71, 148, 0.2);
}

.micro-proof {
  max-width: 560px;
  margin-top: 30px;
  color: var(--muted);
}

.micro-proof p {
  position: relative;
  margin: 0;
  padding-left: 52px;
  font-size: 16px;
  line-height: 1.45;
}

.micro-proof p::before {
  content: "";
  position: absolute;
  top: 0.72em;
  width: 34px;
  height: 1px;
  background: var(--blue-2);
  box-shadow: 0 0 12px rgba(91, 149, 255, 0.38);
}

.micro-proof p::before {
  left: 0;
}

.micro-proof p::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 1px;
  margin-left: 14px;
  vertical-align: middle;
  background: var(--blue-2);
  box-shadow: 0 0 12px rgba(91, 149, 255, 0.38);
}

.hero-visual {
  position: relative;
  z-index: 1;
  min-height: 612px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  pointer-events: none;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 16% -5% 10% 18%;
  background: radial-gradient(circle, rgba(50, 128, 255, 0.22), transparent 62%);
  filter: blur(22px);
}

.hero-media {
  position: relative;
  width: min(100%, 720px);
  aspect-ratio: 758 / 683;
  max-width: none;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0 30px 70px rgba(24, 81, 187, 0.34));
  mix-blend-mode: screen;
  mask-image: radial-gradient(ellipse at 58% 48%, #000 57%, rgba(0, 0, 0, 0.82) 68%, transparent 86%);
}

.hero-media-base {
  display: block;
}

.hero-media-video {
  --hero-video-opacity: 0.12;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: var(--hero-video-opacity);
  filter: blur(0.35px) saturate(1.08);
  mix-blend-mode: screen;
  mask-image: linear-gradient(to bottom, transparent 18%, #000 34%, #000 72%, transparent 88%);
  pointer-events: none;
  object-fit: cover;
  transition: opacity 420ms ease;
  animation: hero-flow-cycle 12s linear infinite;
}

.hero-media-video.is-resetting {
  opacity: 0;
}

@keyframes hero-flow-cycle {
  0%,
  80% {
    opacity: var(--hero-video-opacity);
  }

  85%,
  90% {
    opacity: 0;
  }

  100% {
    opacity: var(--hero-video-opacity);
  }
}

.proof-strip {
  width: min(100%, var(--max));
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  min-height: 244px;
  border: 1px solid rgba(114, 145, 187, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(9, 20, 35, 0.88), rgba(5, 14, 25, 0.84)),
    radial-gradient(circle at 60% 0%, rgba(45, 112, 219, 0.11), transparent 45%);
  box-shadow: var(--shadow);
}

.proof-strip article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 23px 24px 20px;
  text-align: center;
}

.proof-strip article + article {
  border-left: 1px solid rgba(126, 149, 184, 0.22);
}

.proof-strip svg {
  width: 50px;
  height: 50px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 12px rgba(52, 121, 255, 0.3));
}

.proof-strip h2 {
  min-height: 44px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.28;
  text-transform: uppercase;
  letter-spacing: 0;
}

.proof-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.section {
  position: relative;
  padding: 112px clamp(24px, 3.6vw, 48px);
}

.mobile-only {
  display: none;
}

.hero h1 span.mobile-only {
  display: none;
}

.section > * {
  width: min(100%, var(--max));
  margin-left: auto;
  margin-right: auto;
}

.split-section,
.section-heading-row {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(34px, 6vw, 92px);
  align-items: start;
  margin-top: 22px;
}

.section h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-copy p,
.section-heading-row p {
  margin: 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
}

.section-copy p + p {
  margin-top: 20px;
}

.system-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 52px;
}

.system-grid article,
.live-proof-card {
  border: 1px solid rgba(112, 154, 218, 0.18);
  border-radius: 8px;
  background: rgba(7, 17, 31, 0.66);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.22);
}

.system-grid article {
  min-height: 270px;
  padding: 26px 22px;
}

.system-grid span {
  color: var(--blue-2);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.system-grid h3,
.live-proof-card h3 {
  margin: 26px 0 12px;
  color: #fff;
  font-size: 21px;
  line-height: 1.2;
}

.system-grid p,
.live-proof-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.authority-system-section {
  overflow: hidden;
  padding-top: clamp(92px, 8vw, 116px);
  padding-bottom: clamp(104px, 9vw, 138px);
  background:
    radial-gradient(ellipse at 50% 44%, rgba(13, 40, 78, 0.34), transparent 48rem),
    radial-gradient(circle at 18% 68%, rgba(40, 101, 205, 0.12), transparent 25rem),
    linear-gradient(180deg, #02060d 0%, #040914 50%, #02060d 100%);
}

.authority-system-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.014) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.01) 1px, transparent 1px);
  background-size: 76px 76px;
  opacity: 0.26;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 22%, #000 72%, transparent 100%);
}

.authority-system-copy {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  text-align: center;
}

.authority-system-copy .section-kicker {
  color: #3184ff;
  font-size: 16px;
  letter-spacing: 0.2em;
}

.authority-system-copy h2 {
  max-width: 940px;
  margin: 28px auto 0;
  font-size: clamp(38px, 4.7vw, 60px);
  line-height: 1.12;
  text-wrap: balance;
  text-shadow: 0 20px 62px rgba(0, 0, 0, 0.62);
}

.authority-system-intro {
  margin: 34px auto 0;
  color: rgba(246, 249, 255, 0.9);
  font-size: clamp(18px, 1.75vw, 24px);
  line-height: 1.6;
}

.authority-system-intro p {
  margin: 0;
}

.authority-system-intro p + p {
  margin-top: 8px;
}

.authority-system-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
  margin-top: 66px;
}

.authority-card {
  position: relative;
  min-height: 495px;
  display: grid;
  grid-template-rows: 224px 58px 57px 1fr;
  justify-items: center;
  align-items: start;
  overflow: hidden;
  padding: 36px clamp(16px, 1.55vw, 24px) 34px;
  border: 1px solid rgba(132, 153, 181, 0.46);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(6, 18, 32, 0.82), rgba(3, 10, 20, 0.88)),
    radial-gradient(circle at 50% 17%, rgba(35, 111, 255, 0.18), transparent 16rem);
  box-shadow:
    inset 0 0 0 1px rgba(98, 146, 222, 0.05),
    0 30px 82px rgba(0, 0, 0, 0.34);
  text-align: center;
}

.authority-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(125, 188, 255, 0.07), transparent 22%, transparent 78%, rgba(51, 123, 255, 0.05));
}

.authority-card-signal::before {
  content: "";
  position: absolute;
  top: 54px;
  left: -4%;
  right: -4%;
  height: 130px;
  background:
    radial-gradient(circle at 49% 50%, rgba(55, 131, 255, 0.42), transparent 16%),
    repeating-radial-gradient(ellipse at 48% 50%, rgba(63, 136, 255, 0.42) 0 1px, transparent 1px 12px);
  opacity: 0.38;
  filter: blur(0.1px);
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 84%, transparent);
}

.authority-icon {
  position: relative;
  z-index: 1;
  width: min(64%, 156px);
  height: 156px;
  display: grid;
  place-items: center;
  align-self: start;
}

.authority-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #45a3ff;
  stroke-width: 5.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter:
    drop-shadow(0 0 4px rgba(117, 210, 255, 0.92))
    drop-shadow(0 0 12px rgba(47, 119, 255, 0.88))
    drop-shadow(0 0 28px rgba(47, 119, 255, 0.52));
}

.authority-icon-target {
  width: min(68%, 164px);
  transform: translateY(2px);
}

.authority-icon-search {
  width: min(77%, 184px);
}

.authority-icon-automation {
  width: min(66%, 166px);
}

.authority-card h3 {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 58px;
  display: block;
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 1.34vw, 21px);
  line-height: 1.17;
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: nowrap;
}

.authority-card h3 span {
  display: inline-block;
  margin-right: 7px;
  color: #2f83ff;
  font-size: 1.28em;
  line-height: 1;
  vertical-align: -0.02em;
  text-shadow: 0 0 22px rgba(47, 131, 255, 0.58);
}

.card-rule {
  position: relative;
  z-index: 1;
  width: 39px;
  height: 2px;
  margin: 28px auto 0;
  background: #2385ff;
  box-shadow: 0 0 14px rgba(35, 133, 255, 0.86);
}

.authority-card p {
  position: relative;
  z-index: 1;
  max-width: 224px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.58;
}

.stack-section {
  overflow: hidden;
  padding-top: clamp(84px, 7vw, 104px);
  padding-bottom: clamp(86px, 7vw, 112px);
  background:
    linear-gradient(140deg, rgba(126, 81, 255, 0.1), transparent 34%),
    linear-gradient(220deg, rgba(36, 119, 255, 0.09), transparent 36%),
    linear-gradient(180deg, #02050b 0%, #050914 52%, #02060d 100%);
}

.stack-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.016) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.28;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 80%, transparent 100%);
}

.stack-intro {
  position: relative;
  z-index: 1;
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
}

.stack-intro .section-kicker {
  color: #a47aff;
  letter-spacing: 0.28em;
}

.stack-intro h2 {
  margin: 18px auto 0;
  font-size: clamp(42px, 4.6vw, 62px);
  line-height: 1.06;
  text-wrap: balance;
}

.stack-title-rule {
  width: 76px;
  height: 2px;
  margin: 20px auto 0;
  background: linear-gradient(90deg, transparent, #9c68ff 22%, #3f88ff 78%, transparent);
  box-shadow: 0 0 18px rgba(156, 104, 255, 0.5);
}

.stack-intro p:last-child {
  max-width: 760px;
  margin: 20px auto 0;
  color: rgba(246, 249, 255, 0.9);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.55;
}

.stack-board {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.stack-card {
  --stack-accent: #9b63ff;
  --stack-accent-rgb: 155, 99, 255;
  position: relative;
  min-height: 446px;
  grid-column: span 3;
  overflow: hidden;
  padding: 24px 22px 20px;
  border: 1px solid rgba(127, 151, 190, 0.24);
  border-radius: 13px;
  background:
    linear-gradient(160deg, rgba(var(--stack-accent-rgb), 0.1), transparent 36%),
    linear-gradient(180deg, rgba(7, 17, 31, 0.74), rgba(3, 9, 18, 0.9));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 20px 58px rgba(0, 0, 0, 0.25);
}

.stack-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 24%, transparent 78%, rgba(var(--stack-accent-rgb), 0.035));
}

.stack-card-ai {
  --stack-accent: #a36cff;
  --stack-accent-rgb: 163, 108, 255;
}

.stack-card-product {
  --stack-accent: #55b7ff;
  --stack-accent-rgb: 85, 183, 255;
}

.stack-card-growth {
  --stack-accent: #f49b2f;
  --stack-accent-rgb: 244, 155, 47;
}

.stack-card-ops {
  --stack-accent: #5fd09f;
  --stack-accent-rgb: 95, 208, 159;
}

.stack-card-media {
  --stack-accent: #5b95ff;
  --stack-accent-rgb: 91, 149, 255;
}

.stack-card-infra {
  --stack-accent: #a36cff;
  --stack-accent-rgb: 163, 108, 255;
}

.stack-card-wide {
  grid-column: span 6;
  min-height: 212px;
}

.stack-card-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
}

.stack-phase-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background:
    linear-gradient(135deg, rgba(var(--stack-accent-rgb), 0.2), rgba(4, 10, 19, 0.8)),
    rgba(4, 10, 19, 0.76);
}

.stack-phase-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: color-mix(in srgb, var(--stack-accent) 82%, white);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter:
    drop-shadow(0 0 3px rgba(var(--stack-accent-rgb), 0.52))
    drop-shadow(0 0 12px rgba(var(--stack-accent-rgb), 0.18));
}

.stack-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.18;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.stack-card-head p {
  max-width: 31rem;
  margin: 9px 0 0;
  color: rgba(246, 249, 255, 0.82);
  font-size: 14px;
  line-height: 1.45;
}

.stack-rule {
  position: relative;
  z-index: 1;
  height: 1px;
  margin: 18px 0 12px;
  background: linear-gradient(90deg, rgba(var(--stack-accent-rgb), 0.5), rgba(127, 151, 190, 0.18));
}

.tool-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 7px;
}

.tool-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 55px;
  padding: 8px 9px;
  border: 1px solid rgba(127, 151, 190, 0.22);
  border-radius: 8px;
  background: rgba(4, 12, 24, 0.62);
}

.tool-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  background: linear-gradient(135deg, #2b65ff, #8a5bff);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.tool-item strong {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.16;
}

.tool-item em {
  display: block;
  margin-top: 3px;
  color: rgba(246, 249, 255, 0.72);
  font-size: 12px;
  font-style: normal;
  line-height: 1.25;
}

.tool-mark-perplexity,
.tool-mark-rag,
.tool-mark-openai {
  background: linear-gradient(135deg, #0b8ea4, #55c8da);
}

.tool-mark-data,
.tool-mark-google,
.tool-mark-posthog,
.tool-mark-schema {
  background: linear-gradient(135deg, #ed8d13, #f3c24f);
}

.tool-mark-exa,
.tool-mark-fire,
.tool-mark-clarity,
.tool-mark-python {
  background: linear-gradient(135deg, #2365d8, #7c8cff);
}

.tool-mark-relume,
.tool-mark-figma,
.tool-mark-canva,
.tool-mark-claude,
.tool-mark-chatgpt,
.tool-mark-cursor,
.tool-mark-codex {
  background: linear-gradient(135deg, #7b4dff, #c77dff);
}

.tool-mark-react,
.tool-mark-ts,
.tool-mark-github,
.tool-mark-vercel {
  background: linear-gradient(135deg, #1f6fff, #74d2ff);
}

.tool-mark-wordpress,
.tool-mark-supabase,
.tool-mark-clerk,
.tool-mark-n8n,
.tool-mark-trigger,
.tool-mark-webhooks,
.tool-mark-hubspot {
  background: linear-gradient(135deg, #0b7a9c, #41d199);
}

.tool-chip-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.tool-chip-grid span {
  min-height: 72px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 9px;
  border: 1px solid rgba(127, 151, 190, 0.24);
  border-radius: 8px;
  background: rgba(4, 12, 24, 0.66);
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
}

.tool-chip-grid strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.15;
}

.tool-chip-grid em {
  display: block;
  margin-top: 5px;
  color: rgba(246, 249, 255, 0.68);
  font-size: 11.5px;
  font-style: normal;
  line-height: 1.24;
}

.stack-bottom {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 72px minmax(190px, 0.7fr) minmax(220px, 0.9fr) minmax(520px, 1.8fr);
  align-items: center;
  gap: 24px;
  margin-top: 22px;
  padding: 24px 28px;
  border: 1px solid rgba(127, 151, 190, 0.3);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(123, 92, 255, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(7, 17, 31, 0.82), rgba(4, 11, 22, 0.84));
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.2);
}

.stack-bottom-mark {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(135deg, #734dff, #a35bff);
  box-shadow: 0 0 28px rgba(123, 92, 255, 0.22);
}

.stack-bottom-mark svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stack-bottom-copy {
  padding-right: 24px;
  border-right: 1px solid rgba(127, 151, 190, 0.24);
}

.stack-bottom-copy h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 1.65vw, 25px);
  line-height: 1.2;
}

.stack-bottom-copy p,
.stack-bottom-brief p {
  margin: 0;
  color: rgba(246, 249, 255, 0.76);
  font-size: 15px;
  line-height: 1.55;
}

.stack-bottom-copy p {
  margin-top: 10px;
}

.stack-bottom-signals {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.stack-bottom-signals article {
  padding: 0 16px;
  border-right: 1px solid rgba(127, 151, 190, 0.18);
}

.stack-bottom-signals article:last-child {
  border-right: 0;
  padding-right: 0;
}

.stack-bottom-signals strong {
  display: block;
  color: #fff;
  font-size: 15px;
}

.stack-bottom-signals svg {
  width: 28px;
  height: 28px;
  margin-bottom: 8px;
  fill: none;
  stroke: #a36cff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 10px rgba(163, 108, 255, 0.28));
}

.stack-bottom-signals span {
  display: block;
  margin-top: 7px;
  color: rgba(246, 249, 255, 0.68);
  font-size: 12.5px;
  line-height: 1.45;
}

.work-section {
  overflow: hidden;
  padding-top: clamp(84px, 8vw, 112px);
  padding-bottom: clamp(92px, 9vw, 122px);
  background:
    radial-gradient(ellipse at 50% 31%, rgba(18, 68, 137, 0.14), transparent 43rem),
    radial-gradient(circle at 8% 22%, rgba(56, 125, 255, 0.07), transparent 25rem),
    linear-gradient(180deg, #02060d 0%, #040913 50%, #02060d 100%);
}

.work-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.009) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.22;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.work-intro {
  position: relative;
  z-index: 1;
  text-align: center;
}

.work-intro .section-kicker {
  color: #3b8dff;
  font-size: 16px;
  letter-spacing: 0.2em;
}

.work-intro h2 {
  max-width: 1060px;
  margin: 18px auto 0;
  font-size: clamp(42px, 4.55vw, 62px);
  line-height: 1.05;
  text-wrap: balance;
  text-shadow: 0 18px 52px rgba(0, 0, 0, 0.6);
}

.work-intro > p:last-child {
  max-width: 780px;
  margin: 22px auto 0;
  color: rgba(246, 249, 255, 0.88);
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.45;
}

.live-proof-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 20px;
  margin-top: 38px;
}

.live-proof-card {
  --proof-accent: #5b95ff;
  --proof-accent-rgb: 91, 149, 255;
  min-height: 394px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 2vw, 28px);
  border-color: rgba(155, 173, 204, 0.25);
  background:
    radial-gradient(circle at 17% 15%, rgba(var(--proof-accent-rgb), 0.11), transparent 13rem),
    linear-gradient(145deg, rgba(6, 17, 31, 0.9), rgba(2, 8, 17, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 22px 58px rgba(0, 0, 0, 0.3);
}

.live-proof-blue {
  --proof-accent: var(--blue-2);
  --proof-accent-rgb: 88, 162, 255;
}

.live-proof-gold {
  --proof-accent: var(--blue-soft);
  --proof-accent-rgb: 127, 181, 255;
}

.live-proof-violet {
  --proof-accent: var(--cyan-muted);
  --proof-accent-rgb: 141, 191, 230;
}

.live-proof-lime {
  --proof-accent: var(--blue-muted);
  --proof-accent-rgb: 111, 159, 228;
}

.live-proof-sky {
  --proof-accent: var(--blue-soft);
  --proof-accent-rgb: 108, 171, 255;
}

.live-proof-teal {
  --proof-accent: var(--cyan-muted);
  --proof-accent-rgb: 141, 191, 230;
}

.live-proof-top {
  display: grid;
  grid-template-columns: 116px 1fr;
  align-items: center;
  gap: 20px;
  min-width: 0;
}

.live-proof-icon {
  width: 112px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--proof-accent-rgb), 0.58);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(var(--proof-accent-rgb), 0.1), transparent 66%),
    rgba(4, 13, 25, 0.72);
  box-shadow:
    inset 0 0 20px rgba(var(--proof-accent-rgb), 0.08),
    0 0 18px rgba(var(--proof-accent-rgb), 0.12);
}

.live-proof-icon svg {
  width: 66px;
  height: 66px;
  fill: none;
  stroke: color-mix(in srgb, var(--proof-accent) 72%, white);
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter:
    drop-shadow(0 0 3px rgba(var(--proof-accent-rgb), 0.48))
    drop-shadow(0 0 10px rgba(var(--proof-accent-rgb), 0.18));
}

.live-proof-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(23px, 1.85vw, 29px);
  line-height: 1.05;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.live-proof-type {
  margin: 12px 0 0;
  color: var(--proof-accent);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.28;
}

.live-proof-copy {
  margin-top: 24px;
  color: rgba(246, 249, 255, 0.88);
  font-size: 15px;
  line-height: 1.6;
}

.live-proof-rule {
  height: 1px;
  margin: auto 0 14px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04));
}

.live-proof-meta {
  display: grid;
  gap: 14px;
  margin: 0;
}

.live-proof-meta div {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px;
}

.live-proof-meta dt {
  color: var(--proof-accent);
  font-size: 14px;
  font-weight: 800;
}

.live-proof-meta dd {
  margin: 0;
  color: rgba(246, 249, 255, 0.86);
  font-size: 14px;
  line-height: 1.55;
}

.live-proof-meta dd span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 6px 7px 0;
  padding: 0 11px;
  border: 1px solid rgba(var(--proof-accent-rgb), 0.42);
  border-radius: 4px;
  color: color-mix(in srgb, var(--proof-accent) 78%, white);
  background: rgba(var(--proof-accent-rgb), 0.032);
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.live-proof-card > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 16px;
  color: var(--proof-accent);
  font-size: 18px;
  font-weight: 600;
  outline: none;
}

.live-proof-card > a:hover {
  color: color-mix(in srgb, var(--proof-accent) 70%, white);
}

.live-proof-card > a:focus-visible {
  box-shadow: 0 0 0 3px rgba(var(--proof-accent-rgb), 0.22);
}

.method-section {
  overflow: hidden;
  padding-top: clamp(38px, 4vw, 52px);
  padding-bottom: clamp(76px, 7vw, 96px);
  background:
    radial-gradient(ellipse at 50% 18%, rgba(22, 72, 146, 0.13), transparent 43rem),
    radial-gradient(circle at 18% 58%, rgba(52, 121, 255, 0.07), transparent 26rem),
    radial-gradient(circle at 85% 55%, rgba(217, 154, 59, 0.035), transparent 27rem),
    linear-gradient(180deg, #02060d 0%, #030914 54%, #02060d 100%);
}

.method-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.009) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.16;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.method-intro {
  position: relative;
  z-index: 1;
  text-align: center;
}

.method-intro .section-kicker {
  color: #3b8dff;
  font-size: 16px;
  letter-spacing: 0.2em;
}

.method-intro h2 {
  max-width: 900px;
  margin: 18px auto 0;
  font-size: clamp(39px, 4.3vw, 56px);
  line-height: 1.13;
  text-wrap: balance;
  text-shadow: 0 18px 52px rgba(0, 0, 0, 0.62);
}

.method-intro > p:last-child {
  max-width: 820px;
  margin: 20px auto 0;
  color: rgba(246, 249, 255, 0.88);
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.45;
}

.method-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 3.25vw, 44px);
  margin-top: 42px;
}

.method-card {
  --method-accent: #5b95ff;
  --method-accent-rgb: 91, 149, 255;
  position: relative;
  min-height: 470px;
  padding: 42px 28px 22px;
  border: 1px solid rgba(var(--method-accent-rgb), 0.36);
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 18%, rgba(var(--method-accent-rgb), 0.1), transparent 13rem),
    linear-gradient(180deg, rgba(6, 17, 32, 0.82), rgba(2, 8, 17, 0.93));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 24px 64px rgba(0, 0, 0, 0.28);
  text-align: center;
}

.method-card:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 148px;
  right: calc(clamp(16px, 3.25vw, 44px) * -0.86);
  width: clamp(42px, 4vw, 76px);
  height: 18px;
  background:
    linear-gradient(90deg, rgba(88, 162, 255, 0.12), rgba(127, 181, 255, 0.72)) left 50% / calc(100% - 16px) 3px repeat-x;
  mask-image: radial-gradient(circle, #000 2px, transparent 2.6px);
  mask-size: 12px 12px;
  mask-repeat: repeat-x;
  mask-position: left center;
}

.method-card:not(:last-child)::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 149px;
  right: calc(clamp(16px, 3.25vw, 44px) * -0.86 - 6px);
  width: 16px;
  height: 16px;
  border-right: 3px solid rgba(127, 181, 255, 0.78);
  border-top: 3px solid rgba(127, 181, 255, 0.78);
  transform: rotate(45deg);
  filter: drop-shadow(0 0 7px rgba(88, 162, 255, 0.38));
}

.method-card-blue {
  --method-accent: var(--blue-2);
  --method-accent-rgb: 88, 162, 255;
}

.method-card-lime {
  --method-accent: var(--blue-soft);
  --method-accent-rgb: 127, 181, 255;
}

.method-card-violet {
  --method-accent: var(--cyan-muted);
  --method-accent-rgb: 141, 191, 230;
}

.method-card-orange {
  --method-accent: var(--amber);
  --method-accent-rgb: 217, 154, 59;
}

.method-number {
  position: absolute;
  top: -6px;
  left: -6px;
  display: grid;
  place-items: center;
  width: 58px;
  height: 56px;
  border: 1px solid rgba(var(--method-accent-rgb), 0.54);
  border-radius: 8px;
  color: var(--method-accent);
  background:
    radial-gradient(circle at 50% 30%, rgba(var(--method-accent-rgb), 0.1), transparent 70%),
    rgba(5, 13, 26, 0.94);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 0 16px rgba(var(--method-accent-rgb), 0.1);
}

.method-icon {
  width: 100px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  border: 1px solid rgba(var(--method-accent-rgb), 0.56);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(var(--method-accent-rgb), 0.08), transparent 66%),
    rgba(4, 13, 25, 0.66);
  box-shadow:
    inset 0 0 18px rgba(var(--method-accent-rgb), 0.07),
    0 0 18px rgba(var(--method-accent-rgb), 0.12);
}

.method-icon svg {
  width: 60px;
  height: 60px;
  fill: none;
  stroke: color-mix(in srgb, var(--method-accent) 76%, white);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter:
    drop-shadow(0 0 3px rgba(var(--method-accent-rgb), 0.44))
    drop-shadow(0 0 10px rgba(var(--method-accent-rgb), 0.16));
}

.method-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 2.05vw, 34px);
  line-height: 1.06;
  letter-spacing: 0;
}

.method-card > p {
  max-width: 250px;
  margin: 14px auto 0;
  color: rgba(246, 249, 255, 0.9);
  font-size: 16px;
  line-height: 1.38;
}

.method-rule {
  height: 1px;
  margin: 22px 0 16px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03));
}

.method-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: rgba(246, 249, 255, 0.86);
  font-size: 14px;
  line-height: 1.22;
  list-style: none;
  text-align: left;
}

.method-card li {
  position: relative;
  min-height: 21px;
  padding-left: 31px;
}

.method-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid var(--method-accent);
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 43%, var(--method-accent) 44% 56%, transparent 57%),
    linear-gradient(45deg, transparent 48%, var(--method-accent) 49% 61%, transparent 62%);
  background-size: 8px 8px, 13px 13px;
  background-position: 5px 7px, 6px 2px;
  background-repeat: no-repeat;
  box-shadow: 0 0 8px rgba(var(--method-accent-rgb), 0.18);
}

.method-callout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 70px minmax(260px, 1fr) auto;
  align-items: center;
  gap: 18px 28px;
  margin-top: 36px;
  padding: 24px 28px;
  border: 1px solid rgba(126, 149, 184, 0.26);
  border-radius: 12px;
  background:
    radial-gradient(circle at 8% 50%, rgba(88, 162, 255, 0.13), transparent 16rem),
    rgba(5, 13, 25, 0.66);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
}

.method-callout-icon {
  width: 58px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 2px solid #58a2ff;
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(88, 162, 255, 0.22);
}

.method-callout-icon svg {
  width: 36px;
  height: 36px;
  fill: #58a2ff;
  stroke: #58a2ff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 10px rgba(88, 162, 255, 0.45));
}

.method-callout h3 {
  margin: 0;
  color: #58a2ff;
  font-size: clamp(20px, 1.55vw, 24px);
  line-height: 1.2;
}

.method-callout p {
  margin: 5px 0 0;
  color: rgba(246, 249, 255, 0.9);
  font-size: 17px;
  line-height: 1.35;
}

.method-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  margin: 0;
  font-weight: 700;
}

.method-flow span {
  color: var(--blue-soft);
}

.method-flow span:nth-child(3) {
  color: var(--cyan);
}

.method-flow span:nth-child(5),
.method-flow span:nth-child(7) {
  color: var(--cyan-muted);
}

.method-flow span:nth-child(9) {
  color: var(--amber);
}

.opportunities-section {
  overflow: hidden;
  padding-top: clamp(36px, 4vw, 54px);
  padding-bottom: clamp(82px, 7vw, 98px);
  background:
    radial-gradient(ellipse at 50% 16%, rgba(22, 72, 146, 0.13), transparent 42rem),
    radial-gradient(circle at 16% 58%, rgba(52, 121, 255, 0.065), transparent 25rem),
    radial-gradient(circle at 82% 62%, rgba(217, 154, 59, 0.035), transparent 28rem),
    linear-gradient(180deg, #02060d 0%, #030914 54%, #02060d 100%);
}

.opportunities-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.009) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.14;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.opportunities-intro {
  position: relative;
  z-index: 1;
  text-align: center;
}

.opportunities-intro .section-kicker {
  color: #3b8dff;
  font-size: 16px;
  letter-spacing: 0.2em;
}

.opportunities-intro h2 {
  max-width: 1160px;
  margin: 18px auto 0;
  font-size: clamp(40px, 3.9vw, 54px);
  line-height: 1.13;
  text-wrap: balance;
  text-shadow: 0 18px 52px rgba(0, 0, 0, 0.62);
}

.opportunities-intro > p:last-child {
  max-width: 805px;
  margin: 18px auto 0;
  color: rgba(246, 249, 255, 0.88);
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.45;
}

.opportunities-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2.15vw, 28px);
  margin-top: 30px;
}

.opportunity-card {
  --opportunity-accent: #58a2ff;
  --opportunity-accent-rgb: 88, 162, 255;
  min-height: 626px;
  position: relative;
  display: grid;
  grid-template-rows: 110px 40px 100px 22px 88px 1px auto auto;
  align-items: start;
  padding: 24px clamp(20px, 1.8vw, 28px) 24px;
  border: 1px solid rgba(var(--opportunity-accent-rgb), 0.34);
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 15%, rgba(var(--opportunity-accent-rgb), 0.085), transparent 15rem),
    linear-gradient(180deg, rgba(6, 17, 32, 0.84), rgba(2, 8, 17, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 24px 64px rgba(0, 0, 0, 0.28);
}

.opportunity-blue {
  --opportunity-accent: var(--blue-2);
  --opportunity-accent-rgb: 88, 162, 255;
}

.opportunity-lime {
  --opportunity-accent: var(--blue-soft);
  --opportunity-accent-rgb: 127, 181, 255;
}

.opportunity-violet {
  --opportunity-accent: var(--cyan-muted);
  --opportunity-accent-rgb: 141, 191, 230;
}

.opportunity-orange {
  --opportunity-accent: var(--amber);
  --opportunity-accent-rgb: 217, 154, 59;
}

.opportunity-icon {
  width: 104px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border: 1px solid rgba(var(--opportunity-accent-rgb), 0.54);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(var(--opportunity-accent-rgb), 0.075), transparent 66%),
    rgba(4, 13, 25, 0.64);
  box-shadow:
    inset 0 0 18px rgba(var(--opportunity-accent-rgb), 0.07),
    0 0 18px rgba(var(--opportunity-accent-rgb), 0.11);
}

.opportunity-icon svg {
  width: 64px;
  height: 64px;
  fill: none;
  stroke: color-mix(in srgb, var(--opportunity-accent) 76%, white);
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter:
    drop-shadow(0 0 3px rgba(var(--opportunity-accent-rgb), 0.42))
    drop-shadow(0 0 10px rgba(var(--opportunity-accent-rgb), 0.16));
}

.opportunity-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 36px;
  margin-top: 0;
  border: 1px solid rgba(var(--opportunity-accent-rgb), 0.52);
  border-radius: 6px;
  color: var(--opportunity-accent);
  background:
    radial-gradient(circle at 50% 30%, rgba(var(--opportunity-accent-rgb), 0.09), transparent 70%),
    rgba(5, 13, 26, 0.9);
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 0 14px rgba(var(--opportunity-accent-rgb), 0.09);
}

.opportunities-grid h3 {
  align-self: end;
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 1.95vw, 30px);
  line-height: 1.1;
  letter-spacing: 0;
}

.opportunity-accent {
  width: 34px;
  height: 2px;
  margin-top: 14px;
  background: var(--opportunity-accent);
  box-shadow: 0 0 9px rgba(var(--opportunity-accent-rgb), 0.36);
}

.opportunity-card > p:not(.opportunity-best) {
  margin: 0;
  color: rgba(246, 249, 255, 0.9);
  font-size: 15px;
  line-height: 1.43;
}

.opportunity-rule {
  height: 1px;
  margin: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03));
}

.opportunity-card ul {
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
  padding: 0;
  color: rgba(246, 249, 255, 0.86);
  font-size: 13.5px;
  line-height: 1.22;
  list-style: none;
}

.opportunity-card li {
  position: relative;
  min-height: 20px;
  padding-left: 30px;
}

.opportunity-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid var(--opportunity-accent);
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 43%, var(--opportunity-accent) 44% 56%, transparent 57%),
    linear-gradient(45deg, transparent 48%, var(--opportunity-accent) 49% 61%, transparent 62%);
  background-size: 8px 8px, 13px 13px;
  background-position: 5px 7px, 6px 2px;
  background-repeat: no-repeat;
  box-shadow: 0 0 8px rgba(var(--opportunity-accent-rgb), 0.18);
}

.opportunity-best {
  margin: 18px 0 0;
  color: var(--opportunity-accent);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.35;
}

.opportunities-cta {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 114px minmax(300px, 1fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: 28px 34px;
  margin-top: 24px;
  padding: 24px 30px;
  border: 1px solid rgba(126, 149, 184, 0.26);
  border-radius: 12px;
  background:
    radial-gradient(circle at 8% 50%, rgba(88, 162, 255, 0.12), transparent 16rem),
    rgba(5, 13, 25, 0.66);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
}

.opportunities-cta-icon {
  width: 82px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid #58a2ff;
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(88, 162, 255, 0.2);
}

.opportunities-cta-icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: #58a2ff;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 11px rgba(88, 162, 255, 0.36));
}

.opportunities-cta h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.18;
}

.opportunities-cta p {
  margin: 8px 0 0;
  color: rgba(246, 249, 255, 0.9);
  font-size: 17px;
  line-height: 1.35;
}

.opportunities-cta-action {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 18px;
  align-items: start;
  padding-left: 34px;
  border-left: 1px solid rgba(126, 149, 184, 0.25);
}

.opportunities-cta-action svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #58a2ff;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 10px rgba(88, 162, 255, 0.32));
}

.opportunities-cta-action p {
  margin-top: 0;
}

.opportunities-cta-action a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  color: #58a2ff;
  font-size: 17px;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.about-cta-section {
  overflow: hidden;
  padding-top: clamp(26px, 3vw, 42px);
  padding-bottom: clamp(34px, 4vw, 56px);
  background:
    radial-gradient(circle at 50% 0%, rgba(112, 75, 255, 0.16), transparent 30rem),
    radial-gradient(circle at 20% 42%, rgba(47, 83, 184, 0.12), transparent 26rem),
    radial-gradient(circle at 82% 68%, rgba(124, 75, 255, 0.1), transparent 30rem),
    linear-gradient(180deg, #02060d 0%, #040716 48%, #02060d 100%);
}

.about-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(124, 101, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 101, 255, 0.055) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.11;
  mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 86%, transparent);
}

.about-heading,
.about-panels,
.about-final-cta,
.about-proof-strip {
  position: relative;
  z-index: 1;
}

.about-heading {
  max-width: 820px;
  margin: 0 auto 22px;
  text-align: center;
}

.about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  color: #7c5cff;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 16px;
  font-weight: 760;
}

.about-kicker span {
  width: 30px;
  height: 1px;
  background: rgba(124, 92, 255, 0.72);
  box-shadow: 0 0 14px rgba(124, 92, 255, 0.38);
}

.about-heading h2 {
  margin: 12px 0 0;
  color: #fff;
  font-size: clamp(36px, 4vw, 50px);
  line-height: 1.06;
  letter-spacing: 0;
  text-wrap: balance;
}

.about-heading h2 span {
  color: #6947f5;
  text-shadow: 0 0 28px rgba(105, 71, 245, 0.35);
}

.about-heading > p:last-child {
  max-width: 760px;
  margin: 14px auto 0;
  color: rgba(246, 249, 255, 0.9);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.45;
}

.about-panels {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 22px;
}

.about-profile-card,
.about-approach-card,
.about-final-cta,
.about-proof-strip {
  border: 1px solid rgba(111, 128, 184, 0.27);
  border-radius: 14px;
  background:
    radial-gradient(circle at 18% 15%, rgba(100, 74, 255, 0.1), transparent 18rem),
    linear-gradient(180deg, rgba(5, 12, 27, 0.86), rgba(2, 7, 17, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 22px 72px rgba(0, 0, 0, 0.28);
}

.about-profile-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(320px, 1fr);
  min-height: 366px;
  overflow: hidden;
}

.about-photo-frame {
  position: relative;
  min-height: 366px;
  overflow: hidden;
  border-right: 1px solid rgba(111, 128, 184, 0.24);
  background:
    radial-gradient(circle at 50% 38%, rgba(124, 92, 255, 0.25), transparent 16rem),
    #050817;
}

.about-photo-frame::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(2, 6, 13, 0.46) 74%, rgba(2, 6, 13, 0.86));
  pointer-events: none;
}

.about-photo-frame img {
  position: absolute;
  left: 50%;
  top: -30px;
  width: 620px;
  max-width: none;
  transform: translateX(-50%);
}

.about-profile-copy {
  align-self: center;
  padding: 26px clamp(26px, 2.6vw, 36px);
}

.about-profile-copy h3,
.about-approach-card h3 {
  margin: 0;
  color: #7456ff;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 19px;
  line-height: 1.2;
}

.about-role {
  margin: 8px 0 0;
  color: rgba(246, 249, 255, 0.88);
  font-size: 15px;
}

.about-rule {
  width: 48px;
  height: 2px;
  margin: 15px 0 15px;
  background: #7456ff;
  box-shadow: 0 0 12px rgba(116, 86, 255, 0.46);
}

.about-profile-copy p:not(.about-role) {
  margin: 0;
  color: rgba(246, 249, 255, 0.9);
  font-size: 15px;
  line-height: 1.48;
}

.about-credentials {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
  list-style: none;
}

.about-credentials li {
  position: relative;
  padding-left: 30px;
}

.about-credentials li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #7456ff;
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 43%, #7456ff 44% 56%, transparent 57%),
    linear-gradient(45deg, transparent 48%, #7456ff 49% 61%, transparent 62%);
  background-size: 8px 8px, 13px 13px;
  background-position: 5px 7px, 6px 2px;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px rgba(116, 86, 255, 0.24);
}

.about-approach-card {
  padding: 26px 34px;
}

.about-approach-card h3 {
  text-align: center;
  font-size: 16px;
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.approach-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  min-height: 138px;
  padding: 18px 22px;
}

.approach-item:nth-child(odd) {
  border-right: 1px solid rgba(111, 128, 184, 0.22);
}

.approach-item:nth-child(n + 3) {
  border-top: 1px solid rgba(111, 128, 184, 0.22);
}

.approach-icon {
  width: 58px;
  height: 58px;
  color: #7456ff;
}

.approach-icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter:
    drop-shadow(0 0 3px rgba(116, 86, 255, 0.58))
    drop-shadow(0 0 12px rgba(116, 86, 255, 0.2));
}

.approach-item h4 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}

.approach-item p {
  margin: 8px 0 0;
  color: rgba(246, 249, 255, 0.78);
  font-size: 14px;
  line-height: 1.5;
}

.about-final-cta {
  margin-top: 22px;
  min-height: 204px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 34px 24px;
}

.about-final-copy {
  position: relative;
  z-index: 2;
  max-width: 860px;
  text-align: center;
}

.about-final-copy h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.14;
  letter-spacing: 0;
  text-wrap: balance;
}

.about-final-copy p {
  max-width: 760px;
  margin: 14px auto 0;
  color: rgba(246, 249, 255, 0.86);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.5;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 24px;
}

.about-actions .button {
  min-width: 252px;
  min-height: 56px;
  text-transform: uppercase;
  font-size: 16px;
}

.about-actions .button-primary {
  background: linear-gradient(180deg, #654cff, #4a2dff);
  border-color: rgba(167, 147, 255, 0.62);
  box-shadow: 0 18px 48px rgba(88, 54, 255, 0.3);
}

.about-resume-button {
  border-color: rgba(170, 181, 214, 0.46);
}

.about-wave {
  position: absolute;
  top: 42px;
  width: min(39vw, 520px);
  height: 126px;
  opacity: 0.92;
  background-image: radial-gradient(circle, rgba(116, 86, 255, 0.78) 1.05px, transparent 1.2px);
  background-size: 12px 12px;
  filter: drop-shadow(0 0 10px rgba(91, 64, 255, 0.3));
  transform: perspective(360px) rotateX(58deg);
  mask-image: linear-gradient(90deg, #000, transparent 84%);
}

.about-wave-left {
  left: -10px;
  transform: perspective(360px) rotateX(58deg) rotateZ(9deg);
}

.about-wave-right {
  right: -10px;
  transform: perspective(360px) rotateX(58deg) rotateZ(-9deg) scaleX(-1);
}

.about-proof-strip {
  display: grid;
  grid-template-columns: 0.62fr 0.9fr 0.75fr 0.9fr 0.84fr 1.6fr;
  align-items: center;
  gap: 0;
  margin-top: 22px;
  min-height: 92px;
  padding: 0 26px;
}

.about-proof-strip > div {
  min-height: 54px;
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 0 24px;
  border-left: 1px solid rgba(111, 128, 184, 0.22);
}

.about-proof-strip > div:first-child {
  border-left: 0;
}

.about-proof-strip strong {
  color: rgba(246, 249, 255, 0.95);
  font-size: 18px;
  line-height: 1.1;
}

.about-proof-strip span {
  color: rgba(246, 249, 255, 0.66);
  font-size: 13px;
  line-height: 1.25;
}

.about-proof-strip > div:nth-child(1) strong,
.about-proof-strip > div:nth-child(2) strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 600;
}

.about-proof-message {
  position: relative;
  padding-left: 58px !important;
}

.about-proof-message::before {
  content: "★";
  position: absolute;
  left: 24px;
  top: 13px;
  color: #7456ff;
  font-size: 28px;
  line-height: 1;
  text-shadow: 0 0 16px rgba(116, 86, 255, 0.45);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(24px, 3.6vw, 48px);
  border-top: 1px solid rgba(108, 143, 188, 0.18);
  color: var(--soft);
}

.site-footer p {
  margin: 0;
}

.site-footer a:hover {
  color: var(--cyan);
}

.proof-page-section {
  position: relative;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding-left: clamp(24px, 3.6vw, 48px);
  padding-right: clamp(24px, 3.6vw, 48px);
}

.proof-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.8fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: clamp(74px, 7vw, 108px);
  padding-bottom: clamp(74px, 7vw, 102px);
  overflow: hidden;
}

.proof-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 77% 32%, rgba(52, 121, 255, 0.16), transparent 34rem),
    linear-gradient(180deg, #02060d 0%, #030914 100%);
}

.proof-hero > * {
  width: min(100%, var(--max));
}

.proof-hero-copy {
  justify-self: end;
  max-width: 710px;
  min-width: 0;
}

.proof-back-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 28px;
  color: var(--cyan);
  font-size: 15px;
  font-weight: 700;
}

.proof-back-link:hover {
  color: #fff;
}

.proof-hero h1 {
  margin: 20px 0 0;
  color: #fff;
  font-size: clamp(44px, 4.7vw, 68px);
  line-height: 1.03;
  letter-spacing: 0;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.proof-hero-copy > p:not(.section-kicker) {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(246, 249, 255, 0.88);
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.55;
}

.proof-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.proof-hero-tags span,
.proof-summary-band span,
.proof-build-grid span {
  color: var(--blue-2);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.proof-hero-tags span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(91, 149, 255, 0.36);
  border-radius: 4px;
  background: rgba(6, 17, 31, 0.62);
  font-size: 12px;
}

.proof-hero-visual {
  position: relative;
  min-height: 540px;
  min-width: 0;
}

.proof-hero-visual img {
  position: absolute;
  inset: 0 auto auto 0;
  width: min(700px, 58vw);
  max-width: none;
  opacity: 0.86;
  filter: drop-shadow(0 30px 70px rgba(24, 81, 187, 0.32));
  mix-blend-mode: screen;
  mask-image: radial-gradient(ellipse at 56% 48%, #000 58%, rgba(0, 0, 0, 0.8) 70%, transparent 88%);
}

.proof-signal-panel {
  position: absolute;
  width: min(290px, 54%);
  padding: 18px;
  border: 1px solid rgba(143, 196, 255, 0.32);
  border-radius: 8px;
  background: rgba(5, 14, 26, 0.82);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.3);
}

.proof-signal-panel span {
  display: block;
  color: var(--blue-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.proof-signal-panel strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.16;
}

.proof-signal-panel-primary {
  right: 6%;
  top: 10%;
}

.proof-signal-panel-secondary {
  left: 6%;
  bottom: 13%;
}

.proof-summary-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border: 1px solid rgba(112, 154, 218, 0.2);
  border-radius: 8px;
  background: rgba(112, 154, 218, 0.16);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.proof-summary-band article {
  min-height: 210px;
  padding: clamp(24px, 2.6vw, 34px);
  background:
    radial-gradient(circle at 20% 0%, rgba(52, 121, 255, 0.11), transparent 14rem),
    rgba(5, 14, 26, 0.9);
}

.proof-summary-band span,
.proof-build-grid span {
  display: block;
  font-size: 12px;
}

.proof-summary-band p,
.proof-story-copy p,
.proof-build-grid p,
.proof-artifact-grid p,
.proof-value-list p,
.proof-value-list li {
  color: rgba(246, 249, 255, 0.86);
  line-height: 1.62;
}

.proof-summary-band p {
  margin: 18px 0 0;
  font-size: 17px;
}

.proof-story-grid,
.proof-value-section {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(32px, 5vw, 76px);
  padding-top: clamp(92px, 8vw, 118px);
  padding-bottom: clamp(70px, 7vw, 96px);
}

.proof-story-grid h2,
.proof-section-intro h2,
.proof-value-section h2 {
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.proof-story-copy p,
.proof-value-list p {
  margin: 0;
  font-size: clamp(18px, 1.5vw, 21px);
}

.proof-story-copy p + p {
  margin-top: 22px;
}

.proof-system-section,
.proof-artifacts-section {
  padding-top: clamp(76px, 7vw, 98px);
  padding-bottom: clamp(76px, 7vw, 98px);
}

.proof-section-intro {
  max-width: 900px;
  text-align: center;
}

.proof-build-grid,
.proof-artifact-grid {
  display: grid;
  gap: 16px;
  margin-top: 38px;
}

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

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

.proof-build-grid article,
.proof-artifact-grid article {
  min-height: 244px;
  padding: clamp(24px, 2.1vw, 30px);
  border: 1px solid rgba(112, 154, 218, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 12%, rgba(91, 149, 255, 0.09), transparent 12rem),
    rgba(6, 17, 31, 0.76);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
}

.proof-build-grid h3,
.proof-artifact-grid h3 {
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(21px, 1.7vw, 27px);
  line-height: 1.12;
}

.proof-build-grid p,
.proof-artifact-grid p {
  margin: 18px 0 0;
  font-size: 16px;
}

.proof-value-section {
  padding-bottom: clamp(100px, 9vw, 134px);
}

.proof-value-list ul {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding-left: 20px;
}

.proof-value-list li {
  font-size: 17px;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 250px 1fr;
    height: auto;
    min-height: 92px;
  }

  .brand-name {
    font-size: 20px;
  }

  .header-cta {
    display: none;
  }

  .nav-links {
    justify-content: flex-end;
    gap: 28px;
  }

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

  .hero-visual {
    position: absolute;
    right: -9vw;
    top: 116px;
    width: 58vw;
    min-height: 520px;
    opacity: 0.64;
  }

  .hero-copy {
    max-width: 700px;
  }

  .proof-strip,
  .system-grid,
  .authority-system-grid,
  .method-grid,
  .opportunities-grid,
  .proof-build-grid,
  .proof-artifact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-hero,
  .proof-story-grid,
  .proof-value-section {
    grid-template-columns: 1fr;
  }

  .proof-hero-visual {
    min-height: 390px;
  }

  .proof-hero-visual img {
    width: min(680px, 94vw);
  }

  .method-card:not(:last-child)::before,
  .method-card:not(:last-child)::after {
    display: none;
  }

  .method-callout {
    grid-template-columns: 70px 1fr;
  }

  .method-flow {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .opportunities-cta {
    grid-template-columns: 82px 1fr;
  }

  .opportunities-cta-action {
    grid-column: 1 / -1;
    padding-left: 0;
    padding-top: 22px;
    border-left: 0;
    border-top: 1px solid rgba(126, 149, 184, 0.25);
  }

  .about-panels,
  .about-profile-card {
    grid-template-columns: 1fr;
  }

  .about-profile-card {
    max-width: 760px;
    margin: 0 auto;
  }

  .about-photo-frame {
    min-height: 430px;
    border-right: 0;
    border-bottom: 1px solid rgba(111, 128, 184, 0.24);
  }

  .about-photo-frame img {
    top: -28px;
    width: 620px;
  }

  .about-approach-card {
    max-width: 760px;
    margin: 0 auto;
  }

  .about-proof-strip {
    grid-template-columns: repeat(3, 1fr);
    padding: 20px 24px;
  }

  .about-proof-strip > div:nth-child(4) {
    border-left: 0;
  }

  .about-proof-strip > div:nth-child(n + 4) {
    border-top: 1px solid rgba(111, 128, 184, 0.22);
    padding-top: 18px;
    margin-top: 18px;
  }

  .proof-strip article:nth-child(odd) {
    border-left: 0;
  }

  .proof-strip article:nth-child(n + 3) {
    border-top: 1px solid rgba(126, 149, 184, 0.22);
  }

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

  .authority-system-section::before {
    background-size: 1500px auto;
    opacity: 0.1;
  }

  .authority-card {
    min-height: 430px;
    grid-template-rows: 198px 58px 54px 1fr;
  }

  .authority-icon {
    width: min(48%, 150px);
    height: 150px;
  }

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

  .stack-card {
    grid-column: span 3;
  }

  .stack-card-wide {
    grid-column: span 6;
  }

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

  .stack-bottom {
    grid-template-columns: 72px 1fr;
  }

  .stack-bottom-brief,
  .stack-bottom-signals {
    grid-column: 1 / -1;
  }

  .stack-bottom-copy {
    padding-right: 0;
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brand-name {
    font-size: 18px;
  }

  .nav-links {
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 2px;
    font-size: 15px;
  }

  .hero {
    padding-top: 54px;
  }

  .hero-copy {
    width: 100%;
    max-width: min(342px, calc(100vw - 48px));
  }

  .hero-visual {
    right: -42vw;
    top: 148px;
    width: 112vw;
    opacity: 0.34;
  }

  .hero h1 {
    max-width: min(342px, calc(100vw - 48px));
    font-size: clamp(37px, 10.1vw, 41px);
  }

  .mobile-only {
    display: inline;
  }

  .hero h1 span.mobile-only {
    display: inline;
  }

  .hero-subcopy {
    font-size: 18px;
    max-width: min(318px, calc(100vw - 72px));
  }

  .button {
    min-width: 0;
    width: min(342px, calc(100vw - 48px));
  }

  .hero-actions {
    display: grid;
  }

  .proof-strip,
  .system-grid,
  .authority-system-grid,
  .live-proof-grid,
  .method-grid,
  .opportunities-grid,
  .proof-summary-band,
  .proof-build-grid,
  .proof-artifact-grid,
  .split-section,
  .section-heading-row {
    grid-template-columns: 1fr;
  }

  .proof-hero {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .proof-hero > *,
  .proof-hero-copy {
    width: 100%;
    max-width: min(342px, calc(100vw - 48px));
    justify-self: start;
  }

  .proof-hero h1 {
    font-size: clamp(34px, 9.2vw, 40px);
    text-wrap: wrap;
  }

  .proof-hero .section-kicker {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .proof-hero-copy > p:not(.section-kicker) {
    max-width: 100%;
    font-size: 18px;
    overflow-wrap: anywhere;
  }

  .proof-hero-visual {
    min-height: 300px;
  }

  .proof-hero-visual img {
    left: -28vw;
    width: 128vw;
    opacity: 0.58;
  }

  .proof-signal-panel {
    width: min(252px, 74%);
    padding: 14px;
  }

  .proof-signal-panel strong {
    font-size: 17px;
  }

  .proof-signal-panel-primary {
    right: 0;
    top: 0;
  }

  .proof-signal-panel-secondary {
    left: 0;
    bottom: 8%;
  }

  .proof-summary-band {
    width: min(342px, calc(100vw - 48px));
    margin-left: 24px;
    margin-right: 24px;
  }

  .proof-story-grid,
  .proof-value-section {
    padding-top: 76px;
    padding-bottom: 66px;
  }

  .proof-story-grid h2,
  .proof-section-intro h2,
  .proof-value-section h2 {
    font-size: clamp(36px, 9.8vw, 43px);
  }

  .proof-section-intro {
    text-align: left;
  }

  .proof-strip {
    min-height: auto;
  }

  .proof-strip article,
  .proof-strip article + article,
  .proof-strip article:nth-child(n + 3) {
    border-left: 0;
    border-top: 1px solid rgba(126, 149, 184, 0.22);
  }

  .proof-strip article:first-child {
    border-top: 0;
  }

  .work-intro {
    text-align: left;
  }

  .work-intro .section-kicker {
    font-size: 14px;
  }

  .work-intro h2 {
    margin-left: 0;
    margin-right: 0;
    font-size: clamp(36px, 10vw, 43px);
  }

  .work-intro > p:last-child {
    margin-left: 0;
    font-size: 18px;
  }

  .live-proof-grid {
    gap: 14px;
    margin-top: 34px;
  }

  .live-proof-card {
    min-height: 0;
    padding: 24px;
  }

  .live-proof-top {
    grid-template-columns: 86px 1fr;
    gap: 16px;
  }

  .live-proof-icon {
    width: 84px;
  }

  .live-proof-icon svg {
    width: 52px;
    height: 52px;
  }

  .live-proof-card h3 {
    font-size: clamp(22px, 6.3vw, 28px);
  }

  .live-proof-type {
    font-size: 17px;
  }

  .live-proof-meta div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .live-proof-meta dd span {
    white-space: normal;
  }

  .method-intro {
    text-align: left;
  }

  .method-intro .section-kicker {
    font-size: 14px;
  }

  .method-intro h2 {
    margin-left: 0;
    margin-right: 0;
    font-size: clamp(36px, 9.8vw, 43px);
  }

  .method-intro > p:last-child {
    margin-left: 0;
    font-size: 18px;
  }

  .method-grid {
    gap: 16px;
    margin-top: 34px;
  }

  .method-card {
    min-height: 0;
    padding: 54px 24px 26px;
  }

  .method-number {
    width: 56px;
    height: 54px;
    font-size: 23px;
  }

  .method-icon {
    width: 102px;
  }

  .method-icon svg {
    width: 62px;
    height: 62px;
  }

  .method-card h3 {
    font-size: 32px;
  }

  .method-card > p {
    max-width: 295px;
    font-size: 17px;
  }

  .method-rule {
    margin-top: 26px;
  }

  .method-callout {
    grid-template-columns: 56px 1fr;
    gap: 14px;
    padding: 20px;
  }

  .method-callout-icon {
    width: 52px;
  }

  .method-flow {
    gap: 10px 13px;
    font-size: 16px;
  }

  .opportunities-intro {
    text-align: left;
  }

  .opportunities-intro .section-kicker {
    font-size: 14px;
  }

  .opportunities-intro h2 {
    margin-left: 0;
    margin-right: 0;
    font-size: clamp(36px, 9.8vw, 43px);
  }

  .opportunities-intro > p:last-child {
    margin-left: 0;
    font-size: 18px;
  }

  .opportunities-grid {
    gap: 16px;
    margin-top: 34px;
  }

  .opportunity-card {
    min-height: 0;
    display: block;
    padding: 24px;
  }

  .opportunity-icon {
    width: 100px;
    margin-bottom: 0;
  }

  .opportunity-icon svg {
    width: 62px;
    height: 62px;
  }

  .opportunity-number {
    margin-top: 6px;
  }

  .opportunities-grid h3 {
    margin-top: 14px;
    font-size: clamp(27px, 7.4vw, 32px);
  }

  .opportunity-accent {
    margin-top: 16px;
  }

  .opportunity-card > p:not(.opportunity-best) {
    margin-top: 18px;
    font-size: 17px;
  }

  .opportunity-rule {
    margin: 24px 0 18px;
  }

  .opportunity-card ul {
    margin-top: 0;
    gap: 11px;
    font-size: 15px;
  }

  .opportunity-best {
    margin-top: 24px;
  }

  .opportunities-cta {
    grid-template-columns: 60px 1fr;
    gap: 16px;
    padding: 22px;
  }

  .opportunities-cta-icon {
    width: 58px;
  }

  .opportunities-cta-icon svg {
    width: 36px;
    height: 36px;
  }

  .opportunities-cta-action {
    grid-template-columns: 34px 1fr;
    gap: 14px;
  }

  .about-cta-section {
    padding-top: 62px;
  }

  .about-heading {
    text-align: left;
  }

  .about-kicker {
    gap: 12px;
    font-size: 14px;
  }

  .about-kicker span {
    width: 22px;
  }

  .about-heading h2 {
    font-size: clamp(34px, 9.5vw, 42px);
  }

  .about-heading > p:last-child {
    margin-left: 0;
    font-size: 18px;
  }

  .about-panels {
    gap: 16px;
  }

  .about-profile-card {
    min-height: 0;
  }

  .about-photo-frame {
    min-height: 350px;
  }

  .about-photo-frame img {
    top: -18px;
    width: 560px;
  }

  .about-profile-copy,
  .about-approach-card {
    padding: 24px;
  }

  .about-profile-copy h3 {
    font-size: 18px;
  }

  .about-profile-copy p:not(.about-role),
  .about-credentials {
    font-size: 15px;
  }

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

  .approach-item {
    grid-template-columns: 54px 1fr;
    min-height: 0;
    padding: 20px 0;
    border-right: 0 !important;
    border-top: 1px solid rgba(111, 128, 184, 0.22);
  }

  .approach-item:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .approach-icon,
  .approach-icon svg {
    width: 50px;
    height: 50px;
  }

  .about-final-cta {
    margin-top: 16px;
    padding: 42px 20px;
  }

  .about-actions {
    display: grid;
    gap: 14px;
  }

  .about-actions .button {
    width: min(100%, 342px);
  }

  .about-wave {
    top: auto;
    bottom: 6px;
    width: 62vw;
    opacity: 0.42;
  }

  .about-proof-strip {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 8px 24px;
  }

  .about-proof-strip > div,
  .about-proof-strip > div:nth-child(n + 4) {
    min-height: 68px;
    margin-top: 0;
    padding: 14px 0;
    border-left: 0;
    border-top: 1px solid rgba(111, 128, 184, 0.22);
  }

  .about-proof-strip > div:first-child {
    border-top: 0;
  }

  .about-proof-message {
    padding-left: 42px !important;
  }

  .about-proof-message::before {
    left: 0;
    top: 20px;
  }

  .section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .authority-system-section {
    padding-top: 78px;
  }

  .authority-system-copy {
    text-align: left;
  }

  .authority-system-copy h2 {
    margin-left: 0;
    margin-right: 0;
    font-size: clamp(36px, 10vw, 43px);
  }

  .authority-system-intro {
    font-size: 18px;
  }

  .authority-system-grid {
    gap: 14px;
    margin-top: 42px;
  }

  .authority-card {
    min-height: 390px;
    grid-template-rows: 158px auto 52px 1fr;
    padding: 30px 24px;
  }

  .authority-icon {
    width: min(52%, 138px);
    height: 138px;
  }

  .authority-card h3 {
    min-height: auto;
    margin-top: 0;
    font-size: 21px;
    white-space: normal;
  }

  .authority-card p {
    max-width: 260px;
    font-size: 17px;
  }

  .stack-intro {
    text-align: left;
  }

  .stack-intro .section-kicker {
    font-size: 14px;
  }

  .stack-intro h2 {
    margin-left: 0;
    margin-right: 0;
    font-size: clamp(34px, 9.4vw, 42px);
  }

  .stack-title-rule {
    margin-left: 0;
  }

  .stack-intro p:last-child {
    margin-left: 0;
    font-size: 18px;
  }

  .stack-board {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 32px;
  }

  .stack-card,
  .stack-card-wide {
    grid-column: 1;
    min-height: 0;
    padding: 22px 20px;
  }

  .stack-card-head {
    grid-template-columns: 44px 1fr;
    gap: 12px;
  }

  .stack-card h3 {
    font-size: 16px;
  }

  .tool-list {
    gap: 8px;
  }

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

  .tool-chip-grid span {
    min-height: 78px;
  }

  .stack-bottom {
    grid-template-columns: 56px 1fr;
    gap: 16px;
    padding: 20px;
  }

  .stack-bottom-mark {
    width: 54px;
    height: 54px;
  }

  .stack-bottom-mark svg {
    width: 34px;
    height: 34px;
  }

  .stack-bottom-brief {
    grid-column: 1 / -1;
  }

  .stack-bottom-signals {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .stack-bottom-signals article,
  .stack-bottom-signals article:last-child {
    min-height: 0;
    padding: 0 0 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(127, 151, 190, 0.18);
  }

  .stack-bottom-signals article:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}

.cw-proof-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 48% 28%, rgba(21, 80, 170, 0.08), transparent 35rem),
    radial-gradient(circle at 86% 18%, rgba(52, 121, 255, 0.1), transparent 26rem),
    #02060d;
}

.cw-proof-shell {
  width: min(100%, 1402px);
  margin: 0 auto;
  padding: 22px 32px 18px;
}

.cw-proof-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cw-proof-mark {
  display: inline-flex;
  align-items: baseline;
  gap: 9px;
  text-decoration: none;
}

.cw-proof-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(160, 169, 184, 0.26);
  border-radius: 999px;
  color: rgba(246, 249, 255, 0.94);
  background: rgba(3, 8, 17, 0.56);
  font-size: 15px;
  font-weight: 650;
}

.cw-proof-back:hover,
.cw-proof-crumbs a:hover,
.cw-live-proof a:hover,
.cw-modal-copy a:hover {
  color: #fff;
}

.cw-proof-layout {
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 34px;
  align-items: start;
  margin-top: 26px;
  min-width: 0;
}

.cw-proof-intro {
  position: sticky;
  top: 24px;
  align-self: start;
  padding-top: 6px;
}

.cw-proof-crumbs {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(246, 249, 255, 0.88);
  font-size: 16px;
}

.cw-proof-crumbs a,
.cw-proof-kicker,
.cw-live-proof a,
.cw-card-number,
.cw-bottom-lead svg,
.cw-proof-bottom article svg,
.cw-proof-bottom strong,
.cw-modal-copy a {
  color: #2485ff;
}

.cw-proof-crumbs span[aria-hidden="true"] {
  color: rgba(151, 166, 190, 0.58);
}

.cw-proof-kicker {
  margin: 40px 0 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 18px;
  font-weight: 700;
}

.cw-proof-intro h1 {
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(48px, 4.15vw, 62px);
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.18);
}

.cw-proof-intro h1 span {
  color: #2f77ff;
  text-shadow: 0 0 26px rgba(47, 119, 255, 0.38);
}

.cw-proof-lede {
  max-width: 390px;
  margin: 24px 0 0;
  color: rgba(246, 249, 255, 0.88);
  font-size: 18px;
  line-height: 1.55;
}

.cw-live-proof {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  margin-top: 20px;
}

.cw-live-proof svg,
.cw-bottom-lead svg,
.cw-proof-bottom article svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 10px rgba(47, 119, 255, 0.28));
}

.cw-live-proof p {
  margin: 0 0 6px;
  color: rgba(246, 249, 255, 0.74);
  font-size: 14px;
  line-height: 1.45;
}

.cw-live-proof a {
  font-size: 15px;
  font-weight: 700;
}

.cw-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  min-width: 0;
}

.cw-proof-card {
  position: relative;
  min-width: 0;
  min-height: 282px;
  display: grid;
  grid-template-rows: 232px auto;
  overflow: visible;
  padding: 0;
  border: 1px solid rgba(101, 137, 196, 0.34);
  border-radius: 8px;
  color: inherit;
  background:
    radial-gradient(circle at 18% 0%, rgba(52, 121, 255, 0.09), transparent 14rem),
    linear-gradient(180deg, rgba(7, 18, 33, 0.72), rgba(3, 10, 19, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 18px 48px rgba(0, 0, 0, 0.26);
  text-align: left;
  cursor: pointer;
}

.cw-proof-card:hover {
  border-color: rgba(74, 141, 255, 0.74);
  transform: translateY(-2px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    0 20px 54px rgba(7, 40, 95, 0.22);
}

.cw-proof-card:focus-visible,
.cw-proof-back:focus-visible,
.cw-proof-crumbs a:focus-visible,
.cw-live-proof a:focus-visible,
.cw-modal-close:focus-visible,
.cw-modal-copy a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(52, 121, 255, 0.38);
}

.cw-card-number {
  position: absolute;
  z-index: 2;
  top: -2px;
  left: -2px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 43px;
  border: 1px solid rgba(65, 130, 255, 0.72);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 10%, rgba(72, 147, 255, 0.25), transparent 70%),
    #071327;
  font-size: 22px;
  font-weight: 800;
}

.cw-shot {
  position: relative;
  display: block;
  min-height: 232px;
  max-height: 232px;
  overflow: hidden;
  padding: 22px 24px;
  border-bottom: 1px solid rgba(126, 149, 184, 0.2);
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px),
    radial-gradient(circle at 70% 42%, rgba(47, 119, 255, 0.22), transparent 12rem),
    #030812;
  background-size: 42px 42px, 42px 42px, auto, auto;
}

.cw-shot-image {
  padding: 0;
  background: #02060d;
}

.cw-shot-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.cw-card-copy {
  display: block;
  padding: 11px 14px 12px;
  background: rgba(4, 14, 26, 0.82);
}

.cw-card-copy strong {
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 1.15;
}

.cw-card-copy span {
  display: block;
  margin-top: 7px;
  color: rgba(246, 249, 255, 0.78);
  font-size: 13px;
  line-height: 1.45;
}

.cw-shot-nav {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(246, 249, 255, 0.7);
  font-size: 8px;
  padding-left: 34px;
}

.cw-shot-nav strong {
  color: #fff;
  font-size: 10px;
  margin-right: auto;
}

.cw-home-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 20px;
  align-items: center;
  margin-top: 22px;
}

.cw-home-hero strong {
  display: block;
  color: #fff;
  font-size: 25px;
  line-height: 1.02;
}

.cw-home-hero small {
  display: block;
  max-width: 210px;
  margin-top: 10px;
  color: rgba(246, 249, 255, 0.72);
  font-size: 10px;
  line-height: 1.35;
}

.cw-home-hero em,
.cw-quiz-left em,
.cw-quiz-right em,
.cw-admin-form em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  margin-top: 12px;
  padding: 0 14px;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(180deg, #3f88ff, #235fe6);
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
}

.cw-avatar-orbit {
  position: relative;
  display: block;
  min-height: 104px;
  background:
    radial-gradient(ellipse at 50% 54%, rgba(47, 119, 255, 0.54), transparent 46%),
    repeating-radial-gradient(ellipse at 50% 56%, rgba(85, 154, 255, 0.34) 0 1px, transparent 1px 9px);
  mask-image: radial-gradient(ellipse at 52% 55%, #000 50%, transparent 80%);
}

.cw-avatar-orbit i,
.cw-review-profile i {
  position: absolute;
  display: block;
  border-radius: 9px;
  background:
    radial-gradient(circle at 50% 25%, #d8a4ff, transparent 25%),
    linear-gradient(180deg, #38245c, #0c1730);
  box-shadow: 0 0 28px rgba(103, 55, 184, 0.55);
}

.cw-avatar-orbit i:nth-child(1) { width: 48px; height: 64px; left: 24px; top: 30px; }
.cw-avatar-orbit i:nth-child(2) { width: 58px; height: 78px; left: 66px; top: 18px; }
.cw-avatar-orbit i:nth-child(3) { width: 52px; height: 70px; right: 36px; top: 24px; }
.cw-avatar-orbit i:nth-child(4) { width: 40px; height: 56px; right: 2px; top: 40px; opacity: 0.7; }

.cw-page-title {
  display: block;
  padding-left: 34px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
}

.cw-review-layout {
  display: grid;
  grid-template-columns: 110px 1fr 108px;
  gap: 10px;
  margin-top: 14px;
}

.cw-review-profile,
.cw-review-copy,
.cw-score-panel,
.cw-safety-score,
.cw-factor-list,
.cw-ranked-list,
.cw-why-box,
.cw-quiz-left,
.cw-quiz-right,
.cw-category-grid i,
.cw-admin-form {
  border: 1px solid rgba(126, 149, 184, 0.2);
  border-radius: 5px;
  background: rgba(4, 12, 24, 0.74);
}

.cw-review-profile {
  position: relative;
  min-height: 104px;
  padding: 76px 10px 10px;
}

.cw-review-profile i {
  left: 12px;
  top: 12px;
  width: 56px;
  height: 56px;
}

.cw-review-profile strong,
.cw-review-profile em,
.cw-review-profile small,
.cw-score-panel strong,
.cw-score-panel em {
  display: block;
}

.cw-review-profile strong {
  color: #fff;
  font-size: 10px;
}

.cw-review-profile em {
  color: #76a9ff;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
}

.cw-review-profile small {
  color: #7fd46c;
  font-size: 8px;
}

.cw-review-copy {
  min-height: 104px;
  background:
    linear-gradient(rgba(246, 249, 255, 0.34), rgba(246, 249, 255, 0.34)) 13px 18px / 72% 3px no-repeat,
    linear-gradient(rgba(246, 249, 255, 0.16), rgba(246, 249, 255, 0.16)) 13px 34px / 88% 3px no-repeat,
    linear-gradient(rgba(246, 249, 255, 0.16), rgba(246, 249, 255, 0.16)) 13px 50px / 80% 3px no-repeat,
    linear-gradient(rgba(246, 249, 255, 0.16), rgba(246, 249, 255, 0.16)) 13px 66px / 64% 3px no-repeat,
    rgba(4, 12, 24, 0.74);
}

.cw-score-panel {
  min-height: 104px;
  padding: 12px;
}

.cw-score-panel strong {
  color: rgba(246, 249, 255, 0.9);
  font-size: 10px;
}

.cw-score-panel em,
.cw-safety-score strong {
  color: #76a9ff;
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.cw-score-panel span {
  display: block;
  height: 8px;
  margin-top: 8px;
  border-radius: 3px;
  background: rgba(246, 249, 255, 0.12);
}

.cw-shot-safety {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.cw-shot-safety .cw-page-title,
.cw-shot-table .cw-page-title,
.cw-shot-best .cw-page-title,
.cw-shot-cats .cw-page-title {
  grid-column: 1 / -1;
}

.cw-safety-score {
  min-height: 118px;
  padding: 16px;
}

.cw-safety-score em {
  display: block;
  color: #7fd46c;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
}

.cw-safety-score i {
  display: block;
  width: 92px;
  height: 14px;
  margin-top: 8px;
  background: linear-gradient(90deg, #fff3a5 80%, rgba(255, 243, 165, 0.2) 80%);
  clip-path: polygon(5% 0, 7% 35%, 11% 35%, 8% 55%, 10% 90%, 5% 68%, 0 90%, 2% 55%, 0 35%, 4% 35%, 5% 0, 25% 0, 27% 35%, 31% 35%, 28% 55%, 30% 90%, 25% 68%, 20% 90%, 22% 55%, 20% 35%, 24% 35%, 25% 0, 45% 0, 47% 35%, 51% 35%, 48% 55%, 50% 90%, 45% 68%, 40% 90%, 42% 55%, 40% 35%, 44% 35%, 45% 0, 65% 0, 67% 35%, 71% 35%, 68% 55%, 70% 90%, 65% 68%, 60% 90%, 62% 55%, 60% 35%, 64% 35%, 65% 0, 85% 0, 87% 35%, 91% 35%, 88% 55%, 90% 90%, 85% 68%, 80% 90%, 82% 55%, 80% 35%, 84% 35%, 85% 0);
}

.cw-factor-list {
  display: grid;
  gap: 6px;
  padding: 12px;
}

.cw-factor-list span {
  display: flex;
  justify-content: space-between;
  color: rgba(246, 249, 255, 0.82);
  font-size: 10px;
}

.cw-factor-list b {
  color: #fff;
}

.cw-compare-table {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(126, 149, 184, 0.18);
  border-radius: 5px;
}

.cw-compare-table span {
  min-height: 23px;
  padding: 6px 8px;
  border-right: 1px solid rgba(126, 149, 184, 0.14);
  border-bottom: 1px solid rgba(126, 149, 184, 0.14);
  color: rgba(246, 249, 255, 0.82);
  font-size: 10px;
}

.cw-compare-table span:nth-child(3n) {
  border-right: 0;
}

.cw-compare-table span:nth-child(-n + 3) {
  color: #fff;
  background: rgba(47, 119, 255, 0.08);
  font-weight: 800;
}

.cw-shot-best {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 14px;
}

.cw-ranked-list {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.cw-ranked-list span {
  display: grid;
  grid-template-columns: 20px 1fr 34px;
  align-items: center;
  gap: 8px;
  color: rgba(246, 249, 255, 0.88);
  font-size: 11px;
}

.cw-ranked-list b {
  color: #fff;
}

.cw-ranked-list em {
  color: #fff;
  font-style: normal;
}

.cw-why-box {
  padding: 14px;
}

.cw-why-box strong {
  display: block;
  color: #fff;
  font-size: 11px;
}

.cw-why-box i,
.cw-quiz-right i,
.cw-admin-form i {
  display: block;
  height: 10px;
  margin-top: 10px;
  border-radius: 3px;
  background: rgba(82, 151, 255, 0.18);
}

.cw-shot-quiz {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.cw-quiz-left,
.cw-quiz-right {
  min-height: 150px;
  padding: 16px;
}

.cw-quiz-left strong,
.cw-quiz-right strong {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}

.cw-quiz-left small {
  display: block;
  margin-top: 12px;
  color: rgba(246, 249, 255, 0.72);
  font-size: 10px;
  line-height: 1.4;
}

.cw-quiz-right em {
  width: 100%;
}

.cw-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.cw-category-grid i {
  min-height: 54px;
  display: flex;
  align-items: end;
  padding: 10px;
  color: rgba(246, 249, 255, 0.78);
  font-size: 9px;
  font-style: normal;
}

.cw-shot-admin {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 0;
  padding: 0;
  background: #f3f5f9;
}

.cw-admin-sidebar {
  display: block;
  background:
    linear-gradient(#2471dc, #2471dc) 0 76px / 100% 30px no-repeat,
    #171f2c;
}

.cw-admin-form {
  margin: 0;
  min-height: 178px;
  padding: 18px;
  border: 0;
  border-radius: 0;
  background: #fff;
}

.cw-admin-form strong {
  color: #172033;
  font-size: 14px;
}

.cw-admin-form i {
  background: #e9edf4;
}

.cw-admin-form em {
  color: #fff;
}

.cw-proof-bottom {
  display: grid;
  grid-template-columns: 1.8fr repeat(4, 1fr);
  gap: 0;
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid rgba(101, 137, 196, 0.34);
  border-radius: 8px;
  background: rgba(5, 14, 26, 0.78);
}

.cw-bottom-lead,
.cw-proof-bottom article {
  min-height: 97px;
  display: grid;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
}

.cw-bottom-lead {
  grid-template-columns: 54px 1fr;
}

.cw-proof-bottom article {
  grid-template-columns: 42px 1fr;
  border-left: 1px solid rgba(126, 149, 184, 0.18);
}

.cw-bottom-lead svg {
  width: 54px;
  height: 54px;
}

.cw-proof-bottom article svg {
  width: 34px;
  height: 34px;
}

.cw-bottom-lead p {
  margin: 0;
  color: rgba(246, 249, 255, 0.9);
  font-size: 14px;
  line-height: 1.45;
}

.cw-proof-bottom strong {
  display: block;
  font-size: 13px;
  line-height: 1.2;
}

.cw-proof-bottom span {
  display: block;
  margin-top: 6px;
  color: rgba(246, 249, 255, 0.7);
  font-size: 11px;
  line-height: 1.35;
}

.cw-proof-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.cw-proof-modal.is-open {
  display: flex;
}

.cw-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 5, 11, 0.82);
  backdrop-filter: blur(10px);
}

.cw-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 1100px);
  max-height: min(88vh, 920px);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.55fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(101, 137, 196, 0.46);
  border-radius: 10px;
  background: #050e1a;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
}

.cw-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(151, 166, 190, 0.34);
  border-radius: 50%;
  color: #fff;
  background: rgba(5, 14, 26, 0.86);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.cw-modal-shot {
  min-height: 560px;
  overflow: auto;
  background: #02060d;
}

.cw-modal-shot .cw-shot {
  min-height: 560px;
  max-height: none;
  transform-origin: top left;
}

.cw-modal-shot .cw-shot-image img {
  height: auto;
  min-height: 560px;
  object-fit: contain;
}

.cw-modal-shot .cw-card-number,
.cw-modal-shot .cw-card-copy {
  display: none;
}

.cw-modal-copy {
  padding: 44px 30px 30px;
  border-left: 1px solid rgba(126, 149, 184, 0.18);
  background:
    radial-gradient(circle at 40% 0%, rgba(47, 119, 255, 0.12), transparent 18rem),
    #071120;
}

.cw-modal-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.08;
}

.cw-modal-copy p {
  margin: 18px 0 0;
  color: rgba(246, 249, 255, 0.78);
  font-size: 16px;
  line-height: 1.6;
}

.cw-modal-copy a {
  display: inline-flex;
  margin-top: 28px;
  font-size: 16px;
  font-weight: 800;
}

.cw-case-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 64px;
  overflow: hidden;
  border: 1px solid rgba(101, 137, 196, 0.34);
  border-radius: 8px;
  background: rgba(112, 154, 218, 0.16);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.24);
}

.cw-case-summary article {
  min-height: 198px;
  padding: 30px;
  background:
    radial-gradient(circle at 18% 0%, rgba(52, 121, 255, 0.1), transparent 14rem),
    rgba(5, 14, 26, 0.9);
}

.cw-case-summary span,
.cw-case-grid span {
  display: block;
  color: #2485ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cw-case-summary p,
.cw-case-copy p,
.cw-case-copy li,
.cw-case-grid p {
  color: rgba(246, 249, 255, 0.84);
  line-height: 1.62;
}

.cw-case-summary p {
  margin: 18px 0 0;
  font-size: 17px;
}

.cw-case-section {
  margin-top: 88px;
}

.cw-case-split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(36px, 5vw, 76px);
  align-items: start;
}

.cw-case-section h2 {
  max-width: 880px;
  margin: 16px 0 0;
  color: #fff;
  font-size: clamp(36px, 4.1vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.cw-case-copy p {
  margin: 0;
  font-size: clamp(18px, 1.5vw, 21px);
}

.cw-case-copy p + p {
  margin-top: 22px;
}

.cw-case-copy ul {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding-left: 20px;
}

.cw-case-copy li {
  font-size: 17px;
}

.cw-case-heading {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.cw-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

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

.cw-case-grid article {
  min-height: 236px;
  padding: 28px;
  border: 1px solid rgba(101, 137, 196, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 12%, rgba(91, 149, 255, 0.09), transparent 12rem),
    rgba(6, 17, 31, 0.76);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
}

.cw-case-grid h3 {
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(20px, 1.65vw, 26px);
  line-height: 1.12;
}

.cw-case-grid p {
  margin: 18px 0 0;
  font-size: 16px;
}

.cw-case-value {
  margin-bottom: 78px;
}

@media (max-width: 1180px) {
  .cw-proof-layout {
    grid-template-columns: 1fr;
  }

  .cw-proof-intro {
    position: relative;
    top: auto;
  }

  .cw-proof-lede {
    max-width: 720px;
  }

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

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

  .cw-bottom-lead {
    grid-column: 1 / -1;
  }

  .cw-proof-bottom article:nth-of-type(odd) {
    border-left: 0;
  }

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

  .cw-case-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden;
  }

  .cw-proof-shell {
    width: 100vw;
    padding: 20px 18px;
    overflow: hidden;
  }

  .cw-proof-header {
    align-items: flex-start;
    width: 100%;
    min-width: 0;
  }

  .cw-proof-mark .brand-name {
    font-size: 18px;
  }

  .cw-proof-back {
    max-width: none;
    min-height: 38px;
    padding: 0 13px;
    font-size: 0;
    white-space: nowrap;
  }

  .cw-proof-back::after {
    content: "Back";
    font-size: 13px;
  }

  .cw-proof-back span {
    font-size: 13px;
  }

  .cw-proof-intro {
    width: min(354px, calc(100vw - 36px));
    min-width: 0;
    max-width: min(354px, calc(100vw - 36px));
  }

  .cw-proof-layout {
    width: min(354px, calc(100vw - 36px));
    max-width: min(354px, calc(100vw - 36px));
    margin-top: 24px;
    overflow: hidden;
  }

  .cw-proof-crumbs,
  .cw-proof-lede,
  .cw-live-proof {
    width: min(354px, calc(100vw - 36px));
    max-width: min(354px, calc(100vw - 36px));
  }

  .cw-proof-kicker {
    margin-top: 32px;
    font-size: 15px;
  }

  .cw-proof-intro h1 {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 39px);
    overflow-wrap: anywhere;
  }

  .cw-proof-lede {
    max-width: min(354px, calc(100vw - 36px));
    font-size: 17px;
    overflow-wrap: anywhere;
  }

  .cw-live-proof {
    max-width: min(354px, calc(100vw - 36px));
    overflow-wrap: anywhere;
  }

  .cw-proof-grid,
  .cw-proof-bottom,
  .cw-case-summary,
  .cw-case-grid,
  .cw-case-grid-four {
    grid-template-columns: 1fr;
    width: min(354px, calc(100vw - 36px));
    max-width: min(354px, calc(100vw - 36px));
    overflow: hidden;
  }

  .cw-proof-card {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    grid-template-rows: minmax(158px, auto) auto;
  }

  .cw-shot {
    min-height: 160px;
    max-height: none;
    padding: 20px 16px;
  }

  .cw-shot-nav {
    padding-left: 34px;
  }

  .cw-home-hero {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .cw-avatar-orbit {
    min-height: 96px;
  }

  .cw-review-layout,
  .cw-shot-safety,
  .cw-shot-best,
  .cw-shot-quiz {
    grid-template-columns: 1fr;
  }

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

  .cw-proof-bottom article {
    border-left: 0;
    border-top: 1px solid rgba(126, 149, 184, 0.18);
  }

  .cw-case-summary {
    margin-top: 52px;
  }

  .cw-case-summary article {
    min-height: 0;
    padding: 24px;
  }

  .cw-case-section {
    width: min(354px, calc(100vw - 36px));
    max-width: min(354px, calc(100vw - 36px));
    margin-top: 68px;
    overflow: hidden;
  }

  .cw-case-section h2 {
    font-size: clamp(34px, 9.4vw, 42px);
  }

  .cw-case-heading {
    text-align: left;
  }

  .cw-case-grid article {
    min-height: 0;
    padding: 24px;
  }

  .cw-modal-panel {
    grid-template-columns: 1fr;
    max-height: 90vh;
    overflow: auto;
  }

  .cw-modal-shot {
    min-height: 360px;
  }

  .cw-modal-shot .cw-shot {
    min-height: 360px;
  }

  .cw-modal-copy {
    border-left: 0;
    border-top: 1px solid rgba(126, 149, 184, 0.18);
    padding: 28px 22px 24px;
  }
}
