@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500;600;700&family=Inter:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@500;600;700&display=swap");

:root {
  --color-primary: #65d341;
  --color-primary-dark: #4fb12e;
  --color-bg: #050505;
  --color-surface: #0d0d0d;
  --color-surface-2: #151515;
  --color-ink: #111411;
  --color-accent-soft: rgba(101, 211, 65, 0.36);
  --color-accent-muted: rgba(101, 211, 65, 0.18);
  --color-text: #ffffff;
  --color-text-secondary: #a1a1aa;
  --color-border: rgba(255, 255, 255, 0.08);
  --shadow-green: 0 24px 90px rgba(101, 211, 65, 0.18);
  --font-display: "Space Grotesk", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-label: "IBM Plex Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6,
.nav-links,
.btn,
.stat-number,
.impact-number,
.callejon-impact-list span,
.case-card h3,
.feature h3,
.problem-card h3,
.footer-links span,
.footer-contact > span {
  font-family: var(--font-display);
}

h1,
h2,
h3 {
  letter-spacing: -0.045em;
}

p,
li,
input,
textarea,
select,
address {
  font-family: var(--font-body);
}

.eyebrow,
.case-number,
.case-location,
.case-pill,
.footer-tags span,
.image-hero-service-strip strong,
.callejon-impact-list strong,
.callejon-solution-grid span,
.callejon-board-intro .case-number,
.callejon-board-intro .case-location,
.nav-cta,
.language-switch button {
  font-family: var(--font-label);
  letter-spacing: 0.08em;
}

body.is-lightbox-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(101, 211, 65, 0.1), transparent 28rem),
    radial-gradient(circle at 82% 10%, rgba(101, 211, 65, 0.06), transparent 26rem),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: auto, auto, 96px 96px, 96px 96px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 88%);
  z-index: -2;
}

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

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

button,
input,
textarea {
  font: inherit;
}

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

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  transform: translateY(-150%);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-surface);
  padding: 10px 14px;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(5, 5, 5, 0.74);
  backdrop-filter: blur(22px);
}

.nav {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 168px;
  height: auto;
  filter: drop-shadow(0 10px 24px rgba(101, 211, 65, 0.16));
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--color-text-secondary);
  font-size: 0.92rem;
}

.nav-menu a {
  transition: color 180ms ease;
}

.nav-menu a:hover,
.nav-menu a:focus-visible {
  color: var(--color-text);
}

.nav-toggle {
  display: none;
}

.hero {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding-top: 130px;
}

.image-hero {
  min-height: 100svh;
  overflow: hidden;
  padding: 118px 0 0;
  background: #020402;
  isolation: isolate;
}

.image-hero-bg {
  position: absolute;
  inset: 108px 0 0;
  width: 100%;
  height: calc(100% - 108px);
  max-width: none;
  object-fit: cover;
  object-position: 58% 48%;
  transform: scale(1.01);
  z-index: -3;
}

.image-hero-video {
  transform: scale(1.16) translateY(-3.5%);
  object-position: 50% 34%;
}

.image-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.98) 0 108px, transparent 108px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.58) 32%, rgba(0, 0, 0, 0.18) 62%, rgba(0, 0, 0, 0.04) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.06) 42%, rgba(0, 0, 0, 0.72) 100%),
    radial-gradient(circle at 70% 46%, rgba(101, 211, 65, 0.18), transparent 30rem);
}

.image-hero-layout {
  position: relative;
  display: grid;
  min-height: calc(100svh - 118px);
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  align-items: center;
  gap: 34px;
}

.image-hero-copy {
  max-width: 620px;
  padding-bottom: clamp(18px, 4vw, 44px);
}

.image-hero-copy h1 {
  max-width: 650px;
  font-size: clamp(3.6rem, 6.2vw, 7.4rem);
  line-height: 0.94;
  text-transform: none;
}

.image-hero-copy h1 mark {
  color: var(--color-primary);
  background: none;
}

.image-hero-copy .hero-subtitle {
  max-width: 430px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.02rem, 1.18vw, 1.2rem);
  line-height: 1.55;
}

.image-hero-card {
  align-self: end;
  border: 1px solid rgba(101, 211, 65, 0.32);
  border-radius: 8px;
  background: rgba(3, 8, 4, 0.68);
  padding: 24px;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(18px);
}

.image-hero-card span,
.image-hero-context span {
  color: var(--color-primary);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.image-hero-card p,
.image-hero-context p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.image-hero-tags {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.image-hero-tags b {
  display: grid;
  min-height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.image-hero-context {
  grid-column: 1 / -1;
  width: min(520px, 100%);
  justify-self: end;
  border-left: 2px solid var(--color-primary);
  padding: 14px 18px;
  background: linear-gradient(90deg, rgba(101, 211, 65, 0.14), rgba(0, 0, 0, 0.2));
}

.image-hero-service-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-self: end;
  margin-inline: calc((100vw - min(100% - 40px, 1360px)) / -2);
  padding: 22px calc((100vw - min(100% - 40px, 1360px)) / 2);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(2, 3, 2, 0.9);
  backdrop-filter: blur(16px);
  box-shadow: 0 -26px 80px rgba(0, 0, 0, 0.46);
}

.image-hero-service-strip article {
  position: relative;
  min-height: 90px;
  padding: 4px 22px 4px 76px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.image-hero-service-strip article:last-child {
  border-right: 0;
}

.image-hero-service-strip .home-card-icon {
  position: absolute;
  top: 8px;
  right: auto;
  left: 18px;
  width: 42px;
  height: 42px;
  border-color: rgba(101, 211, 65, 0.34);
  border-radius: 12px;
  background: rgba(101, 211, 65, 0.06);
}

.image-hero-service-strip .home-card-icon svg {
  width: 25px;
  height: 25px;
}

.image-hero-service-strip strong {
  display: block;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.image-hero-service-strip span:not(.home-card-icon) {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
  line-height: 1.35;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.64fr);
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
}

.hero-layout > *,
.split > *,
.contact-layout > * {
  min-width: 0;
}

.hero h1,
.section h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 0.98;
  max-width: 100%;
}

.hero h1 {
  max-width: 960px;
  font-size: clamp(3rem, 6vw, 6.15rem);
  text-wrap: balance;
}

.green-underline {
  text-decoration-line: underline;
  text-decoration-color: var(--color-primary);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.12em;
  text-decoration-skip-ink: none;
}

.hero-subtitle,
.section-copy p,
.section-heading p {
  color: var(--color-text-secondary);
  font-size: 1.05rem;
}

.hero-subtitle {
  max-width: 760px;
  margin: 28px 0 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--color-primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow {
  max-width: 720px;
  letter-spacing: 0.08em;
  line-height: 1.55;
}

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

.hero-note {
  position: relative;
  max-width: 620px;
  margin-top: 34px;
  border-left: 2px solid rgba(101, 211, 65, 0.7);
  padding: 16px 22px 16px 20px;
  background: linear-gradient(90deg, rgba(101, 211, 65, 0.08), rgba(101, 211, 65, 0.02), transparent);
}

.hero-note span,
.workbench span {
  color: var(--color-primary);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-note p,
.workbench p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.hero-note p {
  max-width: 58ch;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 20px;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  color: #061006;
  box-shadow: var(--shadow-green);
}

.btn-secondary {
  border: 1px solid var(--color-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--color-text);
}

.image-hero .btn-primary {
  border: 1px solid var(--color-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--color-text);
  box-shadow: none;
}

.image-hero .btn-secondary {
  border: 0;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  color: #061006;
  box-shadow: var(--shadow-green);
}

.image-hero .btn-primary:hover,
.image-hero .btn-secondary:hover {
  border-color: rgba(101, 211, 65, 0.42);
}

.hero-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 38%),
    linear-gradient(0deg, rgba(101, 211, 65, 0.08), transparent 55%),
    rgba(13, 13, 13, 0.78);
  padding: 28px;
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.55);
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: auto -20% -34% 20%;
  height: 180px;
  background: radial-gradient(circle, rgba(101, 211, 65, 0.24), transparent 70%);
}

.hero-logo {
  width: min(100%, 360px);
  margin: 8px auto 22px;
  border-radius: 8px;
  filter: drop-shadow(0 18px 40px rgba(101, 211, 65, 0.18));
}

.workbench {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.26);
  padding: 16px;
  margin-bottom: 14px;
}

.metric-strip {
  display: grid;
  gap: 12px;
}

.metric-strip article {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  padding: 18px;
}

.metric-strip strong,
.metric-strip span,
.stat strong {
  color: var(--color-primary);
  font-size: 2rem;
  line-height: 1;
}

.metric-strip .metric-tags {
  display: block;
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.3;
}

.intelligence-feature {
  padding-top: 40px;
  padding-bottom: 120px;
}

.intelligence-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: 54px;
}

.intelligence-image {
  position: relative;
  display: block;
  width: 100%;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(101, 211, 65, 0.22);
  border-radius: 8px;
  background: #050505;
  cursor: zoom-in;
  padding: 0;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.46);
}

.intelligence-image img {
  width: 100%;
  height: 112%;
  min-height: 430px;
  object-fit: cover;
  object-position: center;
  transform: translateY(calc(var(--parallax-y, 0px) * -0.2)) scale(1.02);
  transition: transform 520ms ease, filter 520ms ease;
}

.intelligence-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 46%, rgba(0, 0, 0, 0.58)),
    linear-gradient(90deg, rgba(101, 211, 65, 0.13), transparent 42%);
  pointer-events: none;
}

.intelligence-image span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  border: 1px solid rgba(101, 211, 65, 0.28);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.74);
  color: var(--color-primary);
  font-size: 0.82rem;
  font-weight: 900;
  padding: 9px 13px;
}

.intelligence-image:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: translateY(calc(var(--parallax-y, 0px) * -0.2)) scale(1.07);
}

.metric-strip p,
.stat p,
.sector-card p,
.service-card p,
.timeline p,
.footer p {
  margin: 8px 0 0;
  color: var(--color-text-secondary);
}

.split {
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  align-items: start;
  gap: 64px;
}

.section h2 {
  max-width: 940px;
  font-size: clamp(2.2rem, 3.65vw, 4.45rem);
}

.section-copy p {
  max-width: 760px;
}

.section-heading {
  max-width: 980px;
  margin-bottom: 42px;
}

.experience {
  overflow: hidden;
}

.experience::before {
  content: "";
  position: absolute;
  inset: 8% -12% auto auto;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(101, 211, 65, 0.14), transparent 62%),
    radial-gradient(circle at 65% 36%, rgba(101, 211, 65, 0.08), transparent 38%);
  filter: blur(8px);
  pointer-events: none;
}

.experience-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: end;
  gap: 42px;
  margin-bottom: 34px;
}

.experience-note {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(101, 211, 65, 0.12), transparent 48%),
    rgba(255, 255, 255, 0.035);
  padding: 22px;
}

.experience-note span {
  color: var(--color-primary);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.experience-note p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.75);
}

.experience-board {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(101, 211, 65, 0.09), transparent 36%),
    linear-gradient(315deg, rgba(101, 211, 65, 0.06), transparent 42%),
    rgba(255, 255, 255, 0.025);
  padding: 18px;
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.38);
  overflow: hidden;
}

.experience-board::before {
  content: "";
  position: absolute;
  inset: -40% auto -40% -25%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(101, 211, 65, 0.12), transparent);
  transform: skewX(-18deg);
  animation: board-scan 7s ease-in-out infinite;
  pointer-events: none;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.stat {
  position: relative;
  min-height: 224px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(5, 5, 5, 0.5);
  padding: 20px;
  overflow: hidden;
  transform-style: preserve-3d;
}

.stat::before {
  content: "";
  position: absolute;
  inset: auto 18px 18px;
  height: 2px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-accent-soft), transparent);
  transform: scaleX(0.16);
  transform-origin: left;
  transition: transform 900ms ease;
}

.stat.is-visible::before {
  transform: scaleX(1);
}

.stat::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at var(--spot-x, 50%) var(--spot-y, 50%),
    rgba(101, 211, 65, 0.18),
    transparent 34%
  );
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

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

.stat small {
  color: var(--color-primary);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-shadow: 0 0 18px rgba(101, 211, 65, 0.24);
}

.stat strong {
  display: block;
  margin-top: 50px;
  color: var(--color-text);
  font-size: clamp(2rem, 3vw, 3.4rem);
}

.stat:nth-child(2) strong {
  color: var(--color-primary);
}

.stat:nth-child(3) strong {
  color: var(--color-primary);
}

.stat:nth-child(4) strong {
  color: var(--color-primary);
}

.experience-compass {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 50%, rgba(101, 211, 65, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent);
  padding: 18px;
}

.experience-compass span {
  display: grid;
  min-height: 86px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  position: relative;
  overflow: hidden;
  transition: border-color 220ms ease, color 220ms ease, background 220ms ease;
  animation: compass-breathe 4.5s ease-in-out infinite;
}

.experience-compass span:nth-child(2) {
  animation-delay: 350ms;
}

.experience-compass span:nth-child(3) {
  animation-delay: 700ms;
}

.experience-compass span:nth-child(4) {
  animation-delay: 1050ms;
}

.experience-compass span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at var(--spot-x, 50%) var(--spot-y, 50%),
    rgba(101, 211, 65, 0.2),
    transparent 42%
  );
  opacity: 0;
  transition: opacity 220ms ease;
}

.experience-compass span:hover {
  border-color: rgba(101, 211, 65, 0.32);
  background: rgba(101, 211, 65, 0.06);
  color: var(--color-primary);
}

.experience-compass span:hover::after {
  opacity: 1;
}

@keyframes board-scan {
  0%,
  18% {
    transform: translateX(0) skewX(-18deg);
    opacity: 0;
  }
  42% {
    opacity: 1;
  }
  64%,
  100% {
    transform: translateX(430%) skewX(-18deg);
    opacity: 0;
  }
}

@keyframes compass-breathe {
  0%,
  100% {
    box-shadow: inset 0 0 0 rgba(101, 211, 65, 0);
    color: rgba(255, 255, 255, 0.74);
  }
  50% {
    box-shadow: inset 0 0 34px rgba(101, 211, 65, 0.08);
    color: rgba(255, 255, 255, 0.9);
  }
}

.presence {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.presence span {
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: rgba(101, 211, 65, 0.07);
  padding: 9px 14px;
  color: var(--color-text-secondary);
}

.clarity {
  padding-top: 58px;
}

.clarity-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
  align-items: center;
  gap: 34px;
  border: 1px solid rgba(101, 211, 65, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(101, 211, 65, 0.1), transparent 38%),
    linear-gradient(315deg, rgba(255, 255, 255, 0.055), transparent 46%),
    rgba(255, 255, 255, 0.025);
  padding: clamp(28px, 5vw, 58px);
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.34);
}

.clarity-panel::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(101, 211, 65, 0.18), transparent 68%);
  pointer-events: none;
}

.clarity-panel h2 {
  max-width: 780px;
}

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

.clarity-copy > p:last-child {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.72;
}

.clarity-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid rgba(101, 211, 65, 0.18);
  border-radius: 8px;
  background: #050505;
  cursor: zoom-in;
  padding: 0;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

.clarity-image img {
  width: 100%;
  height: 112%;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
  transform: translateY(calc(var(--parallax-y, 0px) * -0.18)) scale(1.02);
  transition: transform 520ms ease, filter 520ms ease;
}

.clarity-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.58)),
    linear-gradient(90deg, rgba(101, 211, 65, 0.13), transparent 42%);
  pointer-events: none;
}

.clarity-image span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  border: 1px solid rgba(101, 211, 65, 0.28);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.74);
  color: var(--color-primary);
  font-size: 0.82rem;
  font-weight: 900;
  padding: 8px 12px;
}

.clarity-image:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: translateY(calc(var(--parallax-y, 0px) * -0.18)) scale(1.07);
}

.footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(101, 211, 65, 0.18);
  padding: 72px 0 0;
  background: #020302;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(to bottom, #000, transparent 84%);
  pointer-events: none;
}

.footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) 0.72fr 1fr;
  gap: 46px;
  align-items: start;
}

.footer-brand {
  max-width: 560px;
}

.footer-brand img {
  width: min(260px, 100%);
  margin-bottom: 22px;
  filter: drop-shadow(0 18px 36px rgba(101, 211, 65, 0.18));
}

.footer-brand p {
  max-width: 520px;
  font-size: 1.05rem;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.footer-badges span {
  border: 1px solid rgba(101, 211, 65, 0.18);
  border-radius: 999px;
  background: rgba(101, 211, 65, 0.07);
  color: rgba(255, 255, 255, 0.76);
  padding: 8px 12px;
  font-size: 0.84rem;
}

.footer-nav,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 12px;
  color: var(--color-text-secondary);
}

.footer-nav > span,
.footer-contact > span {
  margin-bottom: 6px;
  color: var(--color-primary);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-contact a {
  width: fit-content;
  border-bottom: 1px solid rgba(101, 211, 65, 0.22);
  padding-bottom: 3px;
}

.footer-contact address {
  max-width: 320px;
  margin: 4px 0 0;
  color: var(--color-text-secondary);
  font-style: normal;
  line-height: 1.55;
}

.footer-contact address a {
  width: auto;
  border-bottom-color: rgba(101, 211, 65, 0.18);
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.footer-social a {
  border: 1px solid rgba(101, 211, 65, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.78);
}

.footer-bottom {
  position: relative;
  z-index: 1;
  margin-top: 52px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 22px 0;
  text-align: center;
}

.footer-bottom small {
  color: rgba(255, 255, 255, 0.48);
}
