:root {
  --ink: #16211d;
  --deep: #07110f;
  --muted: #65706b;
  --paper: #fbfcf7;
  --white: #ffffff;
  --line: #dfe8da;
  --green: #afca17;
  --green-dark: #587a18;
  --mint: #dff5cd;
  --teal: #14a098;
  --cyan: #45f0df;
  --coral: #ef7d5b;
  --shadow: 0 24px 80px rgba(7, 17, 15, 0.18);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background:
    linear-gradient(rgba(20, 160, 152, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 160, 152, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #f7fbf1 0%, #fbfcf7 38%, #f3f8ef 100%);
  background-size: 44px 44px, 44px 44px, auto;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

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

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

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(1160px, calc(100% - 32px));
  min-height: 64px;
  padding: 10px 10px 10px 18px;
  border: 1px solid rgba(69, 240, 223, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 50px rgba(7, 17, 15, 0.12);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 50px rgba(22, 33, 29, 0.16);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 172px;
  min-width: 172px;
  font-weight: 850;
  letter-spacing: 0;
}

.brand-logo {
  width: 100%;
  height: auto;
  max-height: 36px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 8px 18px rgba(7, 17, 15, 0.12));
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 3vw, 34px);
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(20, 160, 152, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease;
}

.nav a {
  position: relative;
  padding: 10px 0;
}

.nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  background: var(--green);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav a:hover::after,
.nav a:focus-visible::after,
.nav a.active::after {
  transform: scaleX(1);
}

.nav a.active {
  color: var(--ink);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: var(--radius);
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nav-cta,
.button.primary {
  background: linear-gradient(135deg, var(--green), var(--cyan));
  box-shadow: 0 12px 30px rgba(20, 160, 152, 0.24);
}

.button.secondary {
  border: 1px solid rgba(20, 160, 152, 0.22);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(12px);
}

.nav-cta:hover,
.button:hover {
  box-shadow: 0 16px 42px rgba(22, 33, 29, 0.18);
  transform: translateY(-2px);
}

.section-band {
  width: min(1160px, calc(100% - 32px));
  max-width: calc(100vw - 32px);
  margin: 0 auto;
  padding: 72px 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: clamp(32px, 7vw, 86px);
  min-height: 100vh;
  align-items: center;
  padding-top: 120px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--green-dark);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
p,
li,
button,
a,
span {
  overflow-wrap: anywhere;
  word-break: normal;
}

h1,
h2,
h3,
p,
li,
button,
a,
span {
  overflow-wrap: anywhere;
  word-break: normal;
}

h1 {
  max-width: 820px;
  margin-bottom: 16px;
  font-size: clamp(3.1rem, 8vw, 6.6rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 5vw, 4.4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.28rem;
  line-height: 1.18;
}

.lead {
  max-width: 700px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.hero-title {
  max-width: 700px;
  font-size: clamp(2.55rem, 6.2vw, 5.1rem);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.hero-note {
  max-width: 860px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.42;
}

.hero-note strong {
  color: var(--ink);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-visual {
  position: relative;
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 0;
}

.hero-visual::before {
  display: none;
}

.chameleon {
  position: static;
  width: 100%;
  filter: drop-shadow(0 34px 38px rgba(22, 33, 29, 0.22));
}

.hero-photo {
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(69, 240, 223, 0.26);
  border-radius: var(--radius);
  object-fit: cover;
  object-position: center;
  box-shadow: 0 28px 90px rgba(7, 17, 15, 0.34);
}

.signal-panel {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 3;
  width: 100%;
  padding: 22px;
  border: 1px solid rgba(69, 240, 223, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.signal-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 8px rgba(69, 240, 223, 0.15), 0 0 24px rgba(69, 240, 223, 0.8);
}

.signal-panel p {
  margin-bottom: 5px;
  color: var(--muted);
  font-weight: 750;
}

.metric-grid {
  position: relative;
  bottom: auto;
  left: auto;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 100%;
}

.metric-grid div {
  min-height: 124px;
  padding: 16px;
  border-radius: var(--radius);
  border: 1px solid rgba(69, 240, 223, 0.18);
  background:
    linear-gradient(rgba(69, 240, 223, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(69, 240, 223, 0.08) 1px, transparent 1px),
    var(--deep);
  background-size: 18px 18px, 18px 18px, auto;
  color: var(--white);
}

.metric-grid strong {
  display: block;
  color: var(--cyan);
  font-size: 2rem;
  line-height: 1;
}

.metric-grid span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
}

.section-intro {
  max-width: 980px;
  margin-bottom: 20px;
}

.section-intro p:not(.eyebrow),
.care-copy p,
.contact p {
  max-width: 960px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.42;
}

.pain {
  padding-top: 24px;
}

.difference {
  display: grid;
  gap: 10px;
  padding-top: 14px;
}

.difference-manifest {
  position: relative;
  padding: clamp(16px, 3vw, 32px);
  border: 1px solid rgba(69, 240, 223, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(69, 240, 223, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(69, 240, 223, 0.075) 1px, transparent 1px),
    linear-gradient(135deg, rgba(7, 17, 15, 0.98), rgba(32, 76, 61, 0.96));
  background-size: 32px 32px, 32px 32px, auto;
  box-shadow: var(--shadow);
  color: var(--white);
  overflow: hidden;
}

.difference-manifest::after {
  position: absolute;
  right: clamp(10px, 3vw, 32px);
  bottom: clamp(10px, 2vw, 24px);
  color: rgba(69, 240, 223, 0.16);
  content: "anders";
  font-size: clamp(1.6rem, 5vw, 3.2rem);
  font-weight: 950;
  line-height: 0.72;
  max-width: 42%;
  text-align: right;
  pointer-events: none;
}

.difference-manifest .eyebrow {
  color: var(--cyan);
}

.difference-manifest h2 {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin-bottom: 10px;
}

.difference-manifest p:not(.eyebrow) {
  position: relative;
  z-index: 1;
  max-width: 960px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.04rem;
  line-height: 1.34;
}

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

.difference-card {
  position: relative;
  min-height: 170px;
  padding: clamp(16px, 2.5vw, 24px);
  border: 1px solid rgba(239, 125, 91, 0.26);
  border-radius: var(--radius);
  background: rgba(255, 246, 241, 0.88);
  box-shadow: 0 16px 54px rgba(7, 17, 15, 0.08);
  overflow: hidden;
}

.difference-card span,
.mode-output span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.difference-card h3 {
  font-size: clamp(1.3rem, 2.4vw, 2rem);
}

.difference-card p {
  color: var(--muted);
}

.difference-card.is-t4 {
  border-color: rgba(69, 240, 223, 0.28);
  background:
    linear-gradient(rgba(20, 160, 152, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 160, 152, 0.06) 1px, transparent 1px),
    rgba(255, 255, 255, 0.88);
  background-size: 24px 24px, 24px 24px, auto;
}

.difference-card.is-t4 span {
  background: linear-gradient(135deg, var(--green), var(--cyan));
  color: var(--ink);
}

.mode-lab {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) auto minmax(280px, 0.95fr);
  gap: 10px;
  align-items: center;
  padding: clamp(14px, 2vw, 20px);
  border: 1px solid rgba(69, 240, 223, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 60px rgba(7, 17, 15, 0.09);
  backdrop-filter: blur(12px);
}

.mode-lab-copy h3 {
  margin: 0;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
}

.mode-controls {
  display: grid;
  gap: 8px;
}

.mode-controls button {
  min-width: 120px;
  min-height: 42px;
  border: 1px solid rgba(20, 160, 152, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-weight: 850;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.mode-controls button:hover,
.mode-controls button.is-active {
  background: linear-gradient(135deg, var(--green), var(--cyan));
  box-shadow: 0 12px 34px rgba(20, 160, 152, 0.22);
  transform: translateY(-2px);
}

.mode-output {
  min-height: 190px;
  padding: 24px;
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(69, 240, 223, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(69, 240, 223, 0.08) 1px, transparent 1px),
    var(--deep);
  background-size: 22px 22px, 22px 22px, auto;
  color: var(--white);
  transition: transform 180ms ease, opacity 180ms ease;
}

.mode-output.is-switching {
  opacity: 0;
  transform: translateY(8px);
}

.mode-output span {
  background: rgba(69, 240, 223, 0.14);
  color: var(--cyan);
}

.mode-output strong {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.08;
}

.mode-output p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.issue-grid,
.benefit-grid,
.case-grid,
.steps {
  display: grid;
  gap: 14px;
}

.issue-grid {
  grid-template-columns: repeat(7, minmax(180px, 1fr));
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}

.issue-grid article {
  min-height: 132px;
  padding: 20px;
  border: 1px solid rgba(239, 125, 91, 0.28);
  border-radius: var(--radius);
  background: #fff6f1;
  color: #4a2b21;
  font-weight: 850;
  scroll-snap-align: start;
}

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

.step-card,
.benefit-grid article,
.case-grid article {
  min-height: 230px;
  padding: 26px;
  border: 1px solid rgba(20, 160, 152, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 40px rgba(7, 17, 15, 0.08);
  backdrop-filter: blur(10px);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.step-card:hover,
.benefit-grid article:hover,
.case-grid article:hover {
  border-color: rgba(175, 202, 23, 0.8);
  box-shadow: 0 22px 62px rgba(22, 33, 29, 0.13);
  transform: translateY(-5px);
}

.step-card span {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--teal);
  font-weight: 950;
}

.step-card p,
.benefit-grid p,
.case-grid p {
  color: var(--muted);
}

.care {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

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

.check-list li {
  position: relative;
  padding: 16px 16px 16px 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  font-weight: 750;
}

.check-list li::before {
  position: absolute;
  top: 18px;
  left: 17px;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: var(--green);
  content: "";
}

.care-image {
  border-radius: var(--radius);
  border: 1px solid rgba(69, 240, 223, 0.22);
  background:
    linear-gradient(rgba(20, 160, 152, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 160, 152, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, var(--mint), var(--white));
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.care-image img {
  width: 100%;
  mix-blend-mode: multiply;
}

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

.case-feature {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
  margin-bottom: 16px;
  border: 1px solid rgba(20, 160, 152, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 60px rgba(7, 17, 15, 0.09);
  overflow: hidden;
}

.case-feature img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  min-height: 280px;
  object-fit: contain;
  object-position: center;
  background: linear-gradient(135deg, #ffffff, #f4f8f0);
  padding: 18px;
  border-bottom: 1px solid rgba(20, 160, 152, 0.14);
}

.case-feature div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 58px);
}

.case-feature p {
  color: var(--muted);
}

.case-story {
  display: grid;
  grid-template-columns: clamp(260px, 30vw, 360px) minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 20px;
  border: 1px solid rgba(20, 160, 152, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 60px rgba(7, 17, 15, 0.09);
}

.case-media {
  position: relative;
  max-width: 360px;
  border-radius: 6px;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff, #f4f8f0);
  border: 1px solid rgba(20, 160, 152, 0.14);
  justify-self: start;
}

.case-photo {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
}

.case-photo--sanquin {
  aspect-ratio: 2 / 3;
}

.case-photo--gro-up {
  object-position: center 34%;
}

.case-photo--sanquin {
  object-position: center 24%;
}

.case-logo-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  display: grid;
  place-items: center;
  max-width: min(250px, 58%);
  padding: 14px 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 34px rgba(7, 17, 15, 0.18);
  backdrop-filter: blur(10px);
}

.case-logo-badge img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 64px;
  object-fit: contain;
}

.case-text {
  padding: 6px 4px 2px;
}

.case-text p:last-child {
  margin-bottom: 0;
}

.wide-banner {
  display: grid;
  gap: 20px;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 18px;
  border: 1px solid rgba(20, 160, 152, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 60px rgba(7, 17, 15, 0.09);
}

.wide-banner-image {
  width: 100%;
  aspect-ratio: 1920 / 240;
  object-fit: contain;
  object-position: center;
  padding: 0;
  border-radius: 6px;
  background: linear-gradient(135deg, #ffffff, #f4f8f0);
  border: 1px solid rgba(20, 160, 152, 0.14);
}

.wide-banner-copy {
  padding: 8px 6px 0;
}

blockquote {
  margin: 24px 0 0;
  padding-left: 18px;
  border-left: 4px solid var(--green);
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 800;
}

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

.partners {
  text-align: center;
}

.partners .section-intro {
  margin-right: auto;
  margin-left: auto;
}

.partners img {
  width: min(780px, 100%);
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 60px rgba(22, 33, 29, 0.08);
}

.partner-logo-panel {
  display: grid;
  gap: 16px;
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(69, 240, 223, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(20, 160, 152, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 160, 152, 0.055) 1px, transparent 1px),
    rgba(255, 255, 255, 0.82);
  background-size: 22px 22px, 22px 22px, auto;
  box-shadow: 0 18px 60px rgba(7, 17, 15, 0.09);
  backdrop-filter: blur(10px);
}

.partner-logo-panel img {
  width: 100%;
  max-width: 760px;
  max-height: 150px;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
}

.partner-logo-panel img:first-child {
  max-height: 88px;
}

.page-hero {
  min-height: 72vh;
  padding-top: 170px;
  padding-bottom: 70px;
}

.page-hero h1 {
  max-width: 980px;
}

.contact-hero {
  min-height: auto;
  padding-bottom: 22px;
}

.contact-intro-band {
  padding-top: 0;
}

.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.case-list {
  display: grid;
  gap: 18px;
  padding-top: 10px;
}

.case-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
  gap: 34px;
  align-items: start;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(20, 160, 152, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 54px rgba(7, 17, 15, 0.1);
  backdrop-filter: blur(10px);
}

.case-detail h2 {
  font-size: clamp(1.8rem, 3.8vw, 3.1rem);
}

.case-detail p {
  color: var(--muted);
  font-size: 1.05rem;
}

.team-preview {
  text-align: center;
}

.team-preview .section-intro {
  margin-right: auto;
  margin-left: auto;
}

.team-strip {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 18px auto 0;
}

.team-strip img {
  width: clamp(78px, 12vw, 128px);
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--mint);
  object-fit: cover;
  object-position: center top;
  box-shadow: 0 14px 34px rgba(22, 33, 29, 0.1);
}

.team-page {
  padding-top: 20px;
}

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

.team-card {
  min-height: 300px;
  padding: 10px;
  border: 1px solid rgba(69, 240, 223, 0.18);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 251, 241, 0.78));
  box-shadow: 0 16px 46px rgba(7, 17, 15, 0.1);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.team-card:hover {
  border-color: rgba(175, 202, 23, 0.8);
  box-shadow: 0 24px 68px rgba(22, 33, 29, 0.15);
  transform: translateY(-5px);
}

.team-card img {
  width: 100%;
  aspect-ratio: 1 / 1.12;
  border-radius: 6px;
  background:
    linear-gradient(rgba(20, 160, 152, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 160, 152, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, var(--mint), var(--white));
  background-size: 22px 22px, 22px 22px, auto;
  object-fit: cover;
  object-position: center top;
}

.team-info {
  padding: 16px 8px 10px;
}

.team-info span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 9px;
  border: 1px solid rgba(20, 160, 152, 0.2);
  border-radius: 999px;
  background: rgba(223, 245, 205, 0.7);
  color: var(--green-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.team-card h3 {
  margin: 0 0 8px;
}

.team-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.team-card.vacancy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 24px;
  background:
    linear-gradient(rgba(69, 240, 223, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(69, 240, 223, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, var(--deep), #395132);
  background-size: 24px 24px, 24px 24px, auto;
  color: var(--white);
}

.team-card.vacancy p {
  color: rgba(255, 255, 255, 0.76);
}

.vacancy-mark {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: var(--radius);
  background: var(--green);
  color: var(--ink);
  font-size: 2rem;
  font-weight: 900;
}

.logo-wall {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.logo-wall span {
  display: grid;
  min-height: 96px;
  place-items: center;
  padding: 18px;
  border: 1px solid rgba(69, 240, 223, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(20, 160, 152, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 160, 152, 0.055) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(223, 245, 205, 0.48));
  background-size: 20px 20px, 20px 20px, auto;
  box-shadow: 0 14px 42px rgba(7, 17, 15, 0.08);
  color: var(--ink);
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 900;
  text-align: center;
}

.timeline {
  display: grid;
  gap: 10px;
  padding-top: 6px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(20, 160, 152, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 50px rgba(7, 17, 15, 0.09);
  backdrop-filter: blur(10px);
}

.timeline-item span {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--green), var(--cyan));
  font-weight: 950;
}

.timeline-item h2 {
  font-size: clamp(1.65rem, 3.4vw, 2.9rem);
}

.timeline-item p {
  color: var(--muted);
  font-size: 1.06rem;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 34px;
  padding: clamp(28px, 5vw, 56px);
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(69, 240, 223, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(69, 240, 223, 0.075) 1px, transparent 1px),
    linear-gradient(135deg, rgba(7, 17, 15, 0.98), rgba(32, 76, 61, 0.96));
  background-size: 30px 30px, 30px 30px, auto;
  color: var(--white);
  box-shadow: var(--shadow);
}

.contact .eyebrow {
  color: var(--green);
}

.contact p {
  color: rgba(255, 255, 255, 0.76);
}

.contact-panel {
  display: grid;
  gap: 12px;
}

.contact-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(20, 160, 152, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 60px rgba(7, 17, 15, 0.09);
}

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

.invite-card {
  padding: 18px;
  border: 1px solid rgba(20, 160, 152, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 60px rgba(7, 17, 15, 0.08);
}

.invite-card h2 {
  margin-bottom: 12px;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.invite-card p:last-child {
  margin-bottom: 0;
}

.contact-thumb {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  border: 1px solid rgba(20, 160, 152, 0.12);
}

.contact-thumb.small {
  max-height: 140px;
}

.contact-panel .button.secondary {
  color: var(--ink);
}

address {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-style: normal;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0 34px;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 650ms ease, transform 650ms ease;
}

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

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(69, 240, 223, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(69, 240, 223, 0.08) 1px, transparent 1px),
    rgba(7, 17, 15, 0.94);
  background-size: 34px 34px, 34px 34px, auto;
  opacity: 1;
  transition: opacity 360ms ease, visibility 360ms ease;
}

.site-loader.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.loader-card {
  position: relative;
  display: grid;
  width: min(360px, calc(100vw - 42px));
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(69, 240, 223, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.loader-card::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 18%, rgba(69, 240, 223, 0.4), transparent 42%);
  content: "";
  transform: translateX(-120%);
  animation: scan 1.25s ease-in-out infinite;
}

.loader-card img {
  position: relative;
  width: 100%;
}

.loader-card span {
  position: relative;
  height: 4px;
  border-radius: 999px;
  background: rgba(20, 160, 152, 0.16);
  overflow: hidden;
}

.loader-card span::after {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--cyan));
  box-shadow: 0 0 18px rgba(69, 240, 223, 0.72);
  content: "";
  animation: loaderBar 1.05s ease-in-out infinite;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 3px;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: calc(var(--progress, 0) * 100%);
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--cyan));
  box-shadow: 0 0 18px rgba(69, 240, 223, 0.85);
}

.scroll-chameleon {
  position: fixed;
  left: -58px;
  bottom: 18px;
  z-index: 45;
  width: 58px;
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 12px 18px rgba(7, 17, 15, 0.28));
  opacity: 0.78;
  transform: translateX(calc(var(--crawl-x, 0vw) - 18px)) rotate(var(--crawl-rotate, 0deg));
  transition: transform 160ms linear, opacity 180ms ease;
}

.scroll-chameleon.is-reversed {
  scale: -1 1;
}

.click-burst {
  position: fixed;
  z-index: 110;
  width: 14px;
  height: 14px;
  border: 2px solid var(--cyan);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: clickBurst 560ms ease-out forwards;
}

body.is-leaving {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.button,
.nav a,
.team-card,
.step-card,
.benefit-grid article,
.case-grid article {
  position: relative;
}

.button::after,
.team-card::after,
.step-card::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(110deg, transparent 20%, rgba(69, 240, 223, 0.22), transparent 42%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translateX(-18%);
}

.button:hover::after,
.team-card:hover::after,
.step-card:hover::after {
  opacity: 1;
  animation: surfaceSweep 850ms ease;
}

@keyframes scan {
  to {
    transform: translateX(140%);
  }
}

@keyframes loaderBar {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(260%);
  }
}

@keyframes clickBurst {
  0% {
    opacity: 0.9;
    box-shadow: 0 0 0 0 rgba(69, 240, 223, 0.48), 0 0 18px rgba(69, 240, 223, 0.7);
  }

  100% {
    width: 92px;
    height: 92px;
    opacity: 0;
    box-shadow: 0 0 0 18px rgba(69, 240, 223, 0), 0 0 36px rgba(69, 240, 223, 0);
  }
}

@keyframes surfaceSweep {
  to {
    transform: translateX(18%);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }

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

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

  .menu-toggle {
    display: grid;
    grid-column: 2;
    justify-self: end;
  }

  body.menu-open .menu-toggle span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  body.menu-open .menu-toggle span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 8px;
    border: 1px solid rgba(69, 240, 223, 0.18);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 60px rgba(7, 17, 15, 0.16);
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

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

  .nav a {
    min-height: 46px;
    padding: 13px 14px;
    border-radius: 6px;
  }

  .nav a::after {
    display: none;
  }

  .nav a:hover,
  .nav a.active {
    background: rgba(223, 245, 205, 0.74);
  }

  .hero,
  .care,
  .case-feature,
  .contact,
  .difference-grid,
  .mode-lab {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 500px;
  }

  .steps,
  .benefit-grid,
  .case-grid,
  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .case-feature img {
    max-height: 520px;
  }

  .nav-cta {
    grid-column: 3;
  }
}

@media (max-width: 640px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 58px;
    padding: 8px 8px 8px 12px;
    gap: 8px;
  }

  .brand {
    width: 132px;
    min-width: 132px;
  }

  .brand-logo {
    max-height: 30px;
  }

  .nav-cta {
    display: none;
  }

  .section-band {
    width: min(100% - 24px, 1160px);
    max-width: calc(100vw - 24px);
    padding: 52px 0;
  }

  .hero {
    min-height: auto;
    padding-top: 112px;
    gap: 20px;
  }

  h1 {
    font-size: clamp(2.6rem, 12vw, 4.1rem);
  }

  .hero-title {
    font-size: clamp(2.2rem, 10vw, 3.55rem);
  }

  .hero-note {
    font-size: 0.98rem;
  }

  .section-intro p:not(.eyebrow),
  .care-copy p,
  .contact p,
  .difference-manifest p:not(.eyebrow) {
    line-height: 1.5;
  }

  h2 {
    font-size: clamp(1.9rem, 9.5vw, 3rem);
  }

  .hero-actions,
  .footer {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    display: grid;
    gap: 12px;
    min-height: 0;
  }

  .hero-visual::before {
    display: none;
  }

  .hero-photo {
    margin: 20px auto 0;
  }

  .metric-grid {
    grid-template-columns: 1fr;
    margin: 0 auto 16px;
  }

  .metric-grid div {
    min-height: auto;
  }

  .signal-panel {
    margin: 0 auto;
  }

  .steps,
  .benefit-grid,
  .case-grid,
  .team-grid,
  .logo-wall,
  .case-detail,
  .timeline-item,
  .difference-grid,
  .mode-lab {
    grid-template-columns: 1fr;
  }

  .difference {
    padding-top: 10px;
  }

  .difference-manifest::after {
    display: none;
  }

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

  .mode-controls button {
    min-width: 0;
    padding: 0 10px;
  }

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

  .contact-hero {
    min-height: auto;
    padding-bottom: 12px;
  }

  .contact-intro-band {
    padding-top: 0;
  }

  .wide-banner {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 14px;
  }

  .team-strip {
    flex-wrap: wrap;
  }

  .step-card,
  .benefit-grid article,
  .case-grid article {
    min-height: auto;
  }

  .case-story,
  .contact-card,
  .invite-card {
    padding: 16px;
  }

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

  .case-media {
    max-width: none;
  }

  .case-logo-badge {
    left: 10px;
    top: 10px;
    max-width: 62%;
    padding: 8px 10px;
  }

  .case-logo-badge img {
    max-height: 42px;
  }

  .contact {
    width: min(100% - 24px, 1160px);
    max-width: calc(100vw - 24px);
  }

  .scroll-chameleon {
    bottom: 8px;
    width: 42px;
    opacity: 0.52;
  }

  .site-loader {
    padding: 18px;
  }

  .loader-card {
    padding: 18px;
  }
}

@media (max-width: 430px) {
  .brand {
    width: 116px;
    min-width: 116px;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
  }

  .section-band {
    width: min(100% - 20px, 1160px);
    max-width: calc(100vw - 20px);
  }

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

  .issue-grid {
    grid-template-columns: 1fr;
    overflow: visible;
    scroll-snap-type: none;
  }

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

  .contact-thumb.small {
    max-height: 110px;
  }

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

  .mode-controls {
    grid-template-columns: 1fr;
  }
}

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