/* --- HERO --- */
.hero {
  padding: 170px 0 120px 0;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  background-color: #050508;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  pointer-events: none;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(0,0,0,0.14) 0%, rgba(0,0,0,0.76) 68%, rgba(0,0,0,0.9) 100%);
  pointer-events: none;
  z-index: 1;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.36) 0%, rgba(0,0,0,0.18) 34%, rgba(0,0,0,0.55) 100%);
  pointer-events: none;
  z-index: 2;
}
.hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: min(980px, 100%);
  min-width: 0;
  padding: 0 30px;
  text-shadow: 0 14px 36px rgba(0,0,0,0.58);
}
.hero h1 {
  font-size: clamp(52px, 8.6vw, 112px);
  font-weight: 600;
  margin: 0 0 24px;
  letter-spacing: -0.04em;
  line-height: 0.96;
  overflow-wrap: anywhere;
}
.hero h1.hero-title--desktop-lines {
  font-size: clamp(52px, 7.2vw, 96px);
  overflow-wrap: normal;
}
.hero-title-line {
  display: block;
  white-space: nowrap;
}
.hero h1 .muted { color: rgba(217,217,226,0.74); }
.hero .lead {
  max-width: 760px;
  margin: 0 auto 42px;
  font-size: clamp(18px, 2vw, 31px);
  color: rgba(255,255,255,0.8);
  font-weight: 300;
  line-height: 1.42;
  overflow-wrap: anywhere;
}
.hero-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 3;
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: rgba(255,255,255,0.72);
  opacity: 0.8;
  transition: opacity 0.24s ease, transform 0.24s ease;
}
.hero-scroll-cue:hover {
  opacity: 1;
  transform: translateX(-50%) translateY(2px);
}
.hero-scroll-cue.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.hero-scroll-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.hero-scroll-line {
  position: relative;
  width: 1px;
  height: 38px;
  background: rgba(255,255,255,0.22);
  overflow: hidden;
}
.hero-scroll-line::after {
  content: '';
  position: absolute;
  left: 0;
  top: -18px;
  width: 100%;
  height: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 100%);
  animation: heroScrollCue 1.8s ease-in-out infinite;
}
@keyframes heroScrollCue {
  0% { transform: translateY(0); opacity: 0; }
  20% { opacity: 1; }
  100% { transform: translateY(56px); opacity: 0; }
}

.f-card {
  position: absolute;
  background: rgba(255,255,255,0.10);
  color: #fff;
  padding: 14px;
  border-radius: 12px;
  width: 170px;
  text-align: left;
  border: 1px solid rgba(255,255,255,0.24);
  box-shadow: 0 16px 36px rgba(0,0,0,0.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 11px;
  animation: float 7s infinite ease-in-out;
  z-index: 3;
}
.f-card strong { display: block; font-size: 13px; margin-bottom: 4px; color: #fff; }
.f-card span { color: rgba(255,255,255,0.86); }
.f-card .status { height: 3px; width: 100%; background: rgba(255,255,255,0.2); border-radius: 2px; margin-top: 8px; overflow: hidden; }
.f-card .status-bar { height: 100%; background: linear-gradient(90deg, #c38ff4 0%, #ffffff 100%); }
.c1 { top: 20%; left: 8%; }
.c2 { bottom: 25%; left: 12%; }
.c3 { top: 15%; right: 8%; }
.c4 { bottom: 30%; right: 10%; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-20px); } }

/* --- PROOF + LOGÓSÁV --- */
.micro-label {
  margin: 0 0 18px 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6e6e73;
  font-weight: 600;
}
.proof-bar {
  background: #0a0a0f;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 46px 0 54px;
  scroll-margin-top: 88px;
}
.proof-bar .micro-label { color: rgba(255,255,255,0.68); margin-bottom: 20px; }
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.proof-item { padding: 8px 0; text-align: center; }
.proof-item strong {
  display: block;
  font-size: clamp(46px, 5.4vw, 68px);
  color: #fff;
  line-height: 0.95;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}
.proof-item span { font-size: 14px; color: rgba(255,255,255,0.72); line-height: 1.45; }

.logo-strip {
  background: #000;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
}
.logo-strip .micro-label { color: rgba(255,255,255,0.65); margin-bottom: 16px; }
.logo-bar {
  background: transparent;
  padding: 0 0 24px 0;
  overflow: hidden;
  position: relative;
}
.logo-bar-track {
  --logo-slot: 250px;
  --logo-count: 36;
  --logo-shift: 18;
  display: flex;
  width: calc(var(--logo-slot) * var(--logo-count));
  animation: scroll 52s linear infinite;
}
.logo-item {
  width: var(--logo-slot);
  display: flex;
  justify-content: center;
  align-items: center;
  filter: grayscale(1) brightness(2);
  opacity: 0.5;
  transition: 0.3s;
}
.logo-item.builder-logo { filter: grayscale(1) brightness(2); }
.logo-item:hover { opacity: 1; }
.logo-item img { height: 22px; width: auto; max-width: 180px; transition: 0.3s ease; }
.logo-item img[alt="Builder"] { height: 18px; max-width: 165px; }
.logo-item img[alt="BioTechUSA"] { height: 19px; max-width: 160px; }
.logo-item img[alt="4DSoft"] { height: 36px; max-width: 140px; }
.logo-item img[alt="StarSchema"] { height: 25px; }
.logo-item img[alt="Inovivo"] { height: 23px; }
.logo-item img[alt="Startis"] { height: 23px; }
.logo-item img[alt="Abesse"] { height: 21px; }
.logo-item img[alt="Agropark"] { height: 31px; }
.logo-item img[alt="Hesters"] { height: 22px; }
.logo-bar:hover .logo-bar-track { animation-play-state: paused; }
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-1 * var(--logo-slot) * var(--logo-shift))); }
}

/* --- SZOLGÁLTATÁSOK --- */
#szolgaltatasok, #services, #dienstleistungen {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-top: 48px;
}
.section-title-xl {
  font-size: clamp(50px, 6.4vw, 88px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
  margin-bottom: 32px;
}
.mission-section .section-title-xl { margin-bottom: 72px; }
.section-intro {
  font-size: 21px;
  color: var(--slate);
  line-height: 1.65;
  margin: 0 0 60px 0;
  max-width: 900px;
  position: relative;
  z-index: 1;
}
.service-tabs {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #d8d9e3;
  border-radius: 999px;
  padding: 6px;
  background: #f6f6fa;
  position: relative;
  z-index: 1;
  scrollbar-width: thin;
  scrollbar-color: #c2c4d1 transparent;
}
.service-tab-indicator {
  position: absolute;
  top: 6px; bottom: 6px; left: 0;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18), 0 6px 16px rgba(45,18,43,0.28);
  pointer-events: none;
  transition: transform 0.28s cubic-bezier(0.22,0.61,0.36,1), width 0.28s cubic-bezier(0.22,0.61,0.36,1);
  z-index: 0;
}
.service-tab-indicator.no-anim { transition: none; }
.service-tab {
  appearance: none; border: 0; background: transparent;
  color: #232330; font-size: 16px; font-weight: 600; line-height: 1;
  padding: 12px 18px; border-radius: 999px; white-space: nowrap;
  cursor: pointer; transition: background 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
  position: relative; z-index: 1;
}
.service-tab:hover:not(.active) { background: rgba(74,30,70,0.08); }
.service-tab.active { color: #fff; background: transparent; box-shadow: none; }
.service-panels { margin-top: 24px; border-top: 1px solid #e6e6ea; position: relative; z-index: 1; }
.service-panel {
  display: none; background: transparent; border: 0; border-radius: 0;
  padding: 36px 0 8px;
  grid-template-columns: minmax(300px, 0.95fr) minmax(360px, 1.05fr);
  gap: 42px; align-items: center; box-shadow: none;
}
.service-panel.active { display: grid; animation: fadeUp 0.35s ease both; }
.service-media { min-height: 280px; position: relative; overflow: hidden; border-radius: 16px; background: #f1f1f4; }
.service-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.service-panel.active:hover .service-media img { transform: scale(1.03); }
.service-body { padding: 0; display: flex; flex-direction: column; justify-content: center; }
.service-panel .service-icon { display: none; }
.service-panel h3 { font-size: clamp(30px, 3vw, 38px); line-height: 1.08; margin: 0 0 14px 0; font-weight: 600; }
.service-panel p { color: var(--slate); font-size: 18px; margin-bottom: 18px; line-height: 1.6; max-width: 56ch; }
.service-points {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 10px;
  color: var(--ink); font-size: 12px; font-weight: 600; line-height: 1.4;
}
.service-points li { padding: 9px 14px; border-radius: 12px; background: #f3f3f6; border: 1px solid #e8e8ed; }

/* --- MISSION --- */
.mission-stage-bg {
  position: absolute; inset: 0;
  background: radial-gradient(circle at 10% 20%, rgba(255,102,0,0.15) 0%, transparent 40%),
  radial-gradient(circle at 90% 80%, rgba(255,0,128,0.2) 0%, transparent 50%),
  radial-gradient(circle at 50% 50%, rgba(74,30,70,0.4) 0%, transparent 80%), #080309;
  background-size: 200% 200%;
  animation: waveBG 15s ease infinite;
  z-index: 1;
}
.mission-section {
  position: relative; padding: 0; color: #fff; overflow: visible; background: #080309;
}
.mission-section .container { position: relative; z-index: 2; width: 100%; }
.mission-stepper-outer { position: relative; height: auto; min-height: 0; }
.mission-stepper-inner { position: relative; height: 100vh; display: flex; align-items: center; overflow: hidden; }
.mission-stepper-outer.is-pinned .mission-stepper-inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
}
.mission-stepper-outer.is-after .mission-stepper-inner {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
.mission-stepper-grid {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(280px, 34%) minmax(0, 66%);
  gap: clamp(48px, 6vw, 88px);
  align-items: center;
}
.mission-stepper-left .section-title-xl { margin-bottom: 44px; font-size: clamp(42px, 5vw, 62px); line-height: 1.02; }
.mission-stepper-left { align-self: center; }
.mission-step-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.mission-step-list li { margin: 0; }
.mission-step-heading {
  width: 100%; border: 0; background: transparent; padding: 8px 0;
  color: #fff; text-align: left; cursor: pointer;
  opacity: 0.18; transform: translateX(0);
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.mission-step-heading:hover { opacity: 0.36; }
.mission-step-heading.active { opacity: 1; transform: translateX(6px); }
.mission-step-heading.active .mission-step-num { opacity: 0.75; }
.mission-step-num { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; margin-bottom: 10px; opacity: 0.28; }
.mission-step-title { display: block; font-size: clamp(18px, 1.6vw, 24px); line-height: 1.2; font-weight: 500; max-width: 16ch; }
.mission-step-panels { position: relative; min-height: 320px; }
.mission-step-panel {
  position: absolute; inset: 0;
  opacity: 0; transform: translateX(40px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.58s cubic-bezier(0.2,1,0.3,1);
  z-index: 1;
}
.mission-step-panel.active { opacity: 1; transform: translateX(0); pointer-events: auto; z-index: 3; }
.mission-step-panel.exit-left { opacity: 0; transform: translateX(-40px); z-index: 2; }
.mission-step-panel p { margin: 0; font-size: clamp(20px, 1.75vw, 27px); line-height: 1.6; color: rgba(255,255,255,0.88); font-weight: 300; max-width: 50ch; }
.mission-step-mobile-num, .mission-step-mobile-title { display: none; }

@media (min-width: 901px) and (max-width: 1512px) and (max-height: 980px) {
  .mission-stepper-left .section-title-xl { font-size: clamp(39px, 4.6vw, 58px); margin-bottom: 38px; }
  .mission-step-list { gap: 12px; }
  .mission-step-num { margin-bottom: 8px; }
  .mission-step-title { font-size: clamp(16px, 1.35vw, 21px); }
}

/* --- MÓDSZERTAN --- */
.method-section { background: #fff; }
.method-container { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; margin-top: 40px; }
.method-list { border-top: 1px solid #eee; }
.method-nav-item {
  display: flex; justify-content: space-between; align-items: center;
  padding: 25px 0; border-bottom: 1px solid #eee; cursor: pointer;
}
.method-nav-item h4 { margin: 0; font-size: 18px; font-weight: 600; text-transform: uppercase; }
.method-nav-item i { font-size: 18px; opacity: 0.3; transition: 0.3s; }
.method-nav-item.active h4 { color: var(--accent); }
.method-nav-item.active i { opacity: 1; color: var(--accent); transform: translateX(5px); }
.method-display-card {
  padding: 40px; position: sticky; top: 120px;
  background: rgba(255,255,255,0.4); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.6); border-radius: 22px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06); transition: all 0.5s ease;
}
.progress-circle-container { width: 100px; height: 100px; margin-bottom: 30px; }
.progress-circle-container svg { transform: rotate(-90deg); width: 100%; height: 100%; }
.progress-circle-bg { fill: none; stroke: rgba(0,0,0,0.05); stroke-width: 6; }
.progress-circle-bar { fill: none; stroke: url(#grad_method); stroke-width: 6; stroke-linecap: round; stroke-dasharray: 283; stroke-dashoffset: 283; transition: stroke-dashoffset 0.8s ease; }
.display-content h2 { font-size: 42px; margin: 0 0 16px 0; font-weight: 600; line-height: 1.06; }
.display-content p { font-size: 20px; margin-bottom: 18px; font-weight: 500; color: var(--ink); }
.display-content .sub-text { font-size: 17px; color: var(--slate); line-height: 1.6; display: block; }

/* --- ESETTANULMÁNYOK --- */
.projects-section { background: #efeff2; border-top: 1px solid #e2e2e8; }
.case-slider-shell { background: transparent; border: 0; border-radius: 0; box-shadow: none; padding: 0; }
.case-slider { position: relative; min-height: 590px; overflow: hidden; border-radius: 0; background: transparent; }
.case-slide {
  position: absolute; inset: 0;
  display: grid; grid-template-columns: minmax(360px, 0.95fr) minmax(420px, 1.05fr);
  opacity: 0; pointer-events: none; transform: translateX(56px);
  transition: opacity 0.56s ease, transform 0.62s cubic-bezier(0.2,1,0.3,1);
}
.case-slide.from-left { transform: translateX(-56px); }
.case-slide.active { opacity: 1; pointer-events: auto; transform: translateX(0); z-index: 2; }
.case-media { position: relative; overflow: hidden; border-right: 0; }
.case-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,10,16,0.08) 0%, rgba(8,10,16,0.22) 100%); pointer-events: none; }
.case-media img { width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; }
.case-media img.case-image-agropark { object-position: 72% center; }
.case-media img.case-image-builder { object-position: center center; }
.case-content { padding: 10px 0 10px 64px; color: #0f1118; display: flex; flex-direction: column; justify-content: center; background: transparent; }
.case-kicker { margin: 0 0 14px; text-transform: uppercase; letter-spacing: 0.08em; font-size: 14px; color: var(--primary); font-weight: 700; }
.case-label { margin: 0 0 22px; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: #3f4250; line-height: 1.45; max-width: 48ch; }
.case-content h3 { margin: 0 0 14px; font-size: clamp(40px, 3.9vw, 54px); line-height: 1; letter-spacing: -0.03em; color: #0b0d14; font-weight: 650; max-width: 16ch; }
.case-context { margin: 0 0 30px; font-size: 18px; color: #444857; line-height: 1.6; max-width: 42ch; }
.case-metrics { display: flex; gap: 22px; align-items: flex-start; margin-top: 6px; }
.case-metric { min-width: 0; flex: 1 1 0; }
.case-metric strong { display: flex; align-items: flex-end; min-height: clamp(30px, 2.8vw, 40px); font-size: clamp(30px, 2.8vw, 40px); line-height: 1; margin-bottom: 8px; letter-spacing: -0.03em; color: #10131b; }
.case-metric-text strong { font-size: clamp(26px, 2.35vw, 34px); letter-spacing: -0.02em; }
.case-metric span { font-size: 12px; line-height: 1.35; color: #646979; display: block; max-width: 15ch; }
.case-slider-controls { margin-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.case-arrow-group { display: flex; gap: 10px; }
.case-arrow { width: 44px; height: 44px; border: 1px solid #cfd2dc; border-radius: 10px; background: transparent; color: #202331; font-size: 18px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease; }
.case-arrow:hover { border-color: #aeb3c2; background: rgba(255,255,255,0.5); transform: translateY(-1px); }
.case-dots { display: flex; align-items: center; gap: 8px; }
.case-dot { width: 10px; height: 10px; border-radius: 999px; border: 0; background: #bfc3d3; cursor: pointer; transition: width 0.22s ease, background 0.22s ease; }
.case-dot.active { width: 28px; background: var(--primary); }
.case-mobile-break { display: none; }

/* --- KARRIER BLOKK --- */
.career-tail .section-intro { color: rgba(255,255,255,0.78); margin-bottom: 34px; max-width: 860px; font-size: 20px; }
.career-media { border: 1px solid rgba(255,255,255,0.16); border-radius: 22px; overflow: hidden; min-height: 340px; position: relative; box-shadow: 0 8px 20px rgba(0,0,0,0.18); opacity: 0; transform: translateY(20px); animation: fadeUp 0.7s ease 0.12s forwards; }

/* --- SZÉCHENYI TERV PLUSZ INFOBLOKK --- */
.home-grants-infoblock {
  background: #000;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 42px 0;
}

.home-grants-infoblock-link {
  display: block;
  width: min(100%, 900px);
  margin: 0 auto;
  line-height: 0;
}

.home-grants-infoblock-image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 64px;
  object-fit: contain;
  background: #000;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
  .nav-links, .nav-right { display: none; }
  .mobile-menu-toggle { display: inline-flex; margin-left: auto; }
  .nav-inner { position: relative; }
  .nav-inner > .logo { position: absolute; left: 50%; transform: translateX(-50%); }
  .mobile-menu-top { justify-content: flex-end; }
  .mobile-menu-top .logo { position: absolute; left: 50%; transform: translateX(-50%); }
  .hero { min-height: 100vh; min-height: 100svh; padding: 130px 0 86px 0; background-position: 62% center; }
  .hero-content { max-width: 100%; }
  .hero-video { object-position: 62% center; }
  .hero h1 { font-size: clamp(40px, 10vw, 58px); }
  .hero h1.hero-title--desktop-lines { font-size: clamp(40px, 10vw, 58px); overflow-wrap: anywhere; }
  .hero-title-line { white-space: normal; }
  .hero .lead { font-size: 18px; margin-bottom: 34px; }
  .hero-scroll-cue { bottom: 20px; }
  .proof-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .method-container, .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .method-container { gap: 24px; margin-top: 28px; }
  .method-list { border-top: 1px solid #eee; display: block; }
  .method-nav-item { padding: 20px 0; border: 0; border-bottom: 1px solid #eee; border-radius: 0; background: transparent; }
  .method-nav-item h4 { font-size: 15px; line-height: 1.28; }
  .method-nav-item i { font-size: 16px; flex-shrink: 0; margin-left: 14px; }
  .method-display-card { order: -1; position: relative; top: 0; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; padding: 0 0 8px; border-radius: 0; background: transparent; border: 0; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .progress-circle-container { width: 84px; height: 84px; margin-bottom: 0; }
  .display-content h2 { margin: 0 0 8px 0; font-size: clamp(26px, 4.8vw, 34px); line-height: 1.02; }
  .display-content .sub-text { font-size: 15px; line-height: 1.5; }
  .method-section { padding-top: 72px; }
  #szolgaltatasok, #services, #dienstleistungen { padding-top: 48px; }
  .service-tabs { width: 100%; display: flex; border-radius: 16px; }
  .service-tab { font-size: 14px; padding: 11px 14px; }
  .service-panel { grid-template-columns: 1fr; gap: 24px; padding: 28px 0 6px; }
  .service-media { min-height: 210px; }
  .service-body { padding: 0 0 6px; }
  .f-card { display: none; }
  .case-slider-shell { padding: 0; }
  .case-slider { min-height: 0; display: flex; align-items: flex-start; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; overscroll-behavior-x: contain; scrollbar-width: none; }
  .case-slider::-webkit-scrollbar { display: none; }
  .case-slide { position: relative; inset: auto; min-width: 100%; flex: 0 0 100%; align-self: flex-start; align-content: start; grid-template-columns: 1fr; grid-auto-rows: max-content; opacity: 1; pointer-events: auto; transform: none; transition: none; scroll-snap-align: start; }
  .projects-section { padding: 84px 0 80px; }
  .case-media { height: 156px; min-height: 0; border-right: 0; border-bottom: 1px solid #d7dbe6; }
  .case-content { padding: 14px 0 2px; justify-content: flex-start; }
  .case-content h3 { max-width: none; }
  .case-context { max-width: 100%; font-size: 17px; line-height: 1.5; }
  .case-label { margin-bottom: 16px; max-width: 100%; line-height: 1.5; }
  .case-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
  .case-metric { flex: initial; }
  .case-metric strong { min-height: clamp(28px, 6.5vw, 40px); font-size: clamp(28px, 6.5vw, 40px); margin-bottom: 6px; }
  .case-metric-text strong { font-size: clamp(24px, 5.7vw, 34px); }
  .case-metric span { font-size: 11px; max-width: none; }
  .case-slider-controls { margin-top: 14px; flex-wrap: wrap; justify-content: space-between; align-items: center; }
  .case-mobile-break { display: block; }
  .career-tail { padding-top: 76px; }
  .home-grants-infoblock { padding: 30px 0; }
  .proof-item strong { font-size: 44px; }
  .proof-item span { font-size: 12px; }
  .section-title-xl { font-size: 46px; line-height: 1.02; }
  .mission-section { padding: 96px 0; }
  .mission-stage-bg { display: none; }
  .mission-stepper-outer { height: auto; min-height: 0; }
  .mission-stepper-inner { position: static; top: auto; height: auto; min-height: 0; display: block; overflow: visible; }
  .mission-stepper-grid { grid-template-columns: 1fr; gap: 30px; }
  .mission-stepper-left { position: static; top: auto; }
  .mission-stepper-left .section-title-xl { margin-bottom: 22px; }
  .mission-step-list { display: none; }
  .mission-step-panels { position: static; min-height: 0; display: grid; gap: 34px; }
  .mission-step-panel { position: static; inset: auto; opacity: 1 !important; transform: none !important; pointer-events: auto; }
  .mission-step-mobile-num { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; margin-bottom: 10px; opacity: 0.65; }
  .mission-step-mobile-title { display: block; font-size: 28px; line-height: 1.1; font-weight: 500; margin: 0 0 18px 0; }
  .mission-step-panel p { font-size: 18px; max-width: none; }
  .footer-col[style*="text-align: right"] { text-align: left !important; }
  .footer-social { justify-content: flex-start; }
}
@media (max-width: 560px) {
  .proof-grid { grid-template-columns: 1fr 1fr; gap: 10px 12px; }
  .proof-item { padding: 4px 0; }
  .proof-item strong { font-size: clamp(34px, 10vw, 42px); margin-bottom: 6px; }
  .proof-item span { font-size: 11px; line-height: 1.35; }
  .method-container { gap: 18px; margin-top: 22px; }
  .method-display-card { gap: 14px; padding: 0 0 6px; border-radius: 0; }
  .progress-circle-container { width: 68px; height: 68px; }
  .progress-circle-bg, .progress-circle-bar { stroke-width: 7; }
  .display-content h2 { font-size: clamp(22px, 7vw, 28px); margin-bottom: 6px; }
  .display-content .sub-text { font-size: 14px; line-height: 1.42; }
  .method-section { padding-top: 48px; }
  .method-nav-item { padding: 16px 0; border-radius: 0; }
  .method-nav-item h4 { font-size: 14px; }
  .logo-bar-track { --logo-slot: 210px; }
  .hero { padding-top: 118px; background-position: 66% center; }
  .hero-content {
    width: 100vw;
    max-width: 100vw;
    padding: 0 20px;
  }

  .hero h1 {
    font-size: clamp(34px, 10.2vw, 44px);
    line-height: 1.04;
  }

  .hero .lead {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.45;
  }

  .hero-video { object-position: 66% center; }
  .hero-cta {
    width: min(280px, calc(100vw - 40px));
    max-width: calc(100vw - 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-scroll-label { font-size: 10px; letter-spacing: 0.14em; }
  .hero-scroll-line { height: 30px; }
  .projects-section { padding: 60px 0 64px; }
  .case-slider { min-height: 0; }
  .case-media { height: 112px; min-height: 0; }
  .case-content { padding: 8px 0 0; }
  .case-content h3 { font-size: clamp(34px, 11vw, 46px); }
  .case-kicker { margin-bottom: 10px; font-size: 12px; }
  .case-label { font-size: 11px; letter-spacing: 0.1em; }
  .case-context { font-size: 15px; margin-bottom: 14px; line-height: 1.45; }
  .case-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 12px; }
  .case-metric span { font-size: 10px; line-height: 1.3; }
  .career-tail { padding-top: 52px; }
  .mobile-menu { padding-left: 16px; padding-right: 16px; }
  .mobile-menu-close { width: 46px; height: 46px; font-size: 20px; }
  .mobile-menu-links a { font-size: clamp(26px, 8.2vw, 34px); }
  .mobile-menu-social { font-size: 18px; }
}
