@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Sora:wght@500;600;700;800&display=swap');

:root {
  --v3-ink: #071820;
  --v3-ink-soft: #0d2732;
  --v3-deep: #102f3d;
  --v3-green: #43d58f;
  --v3-lime: #b8ef5d;
  --v3-gold: #d9aa58;
  --v3-paper: #f5f3ed;
  --v3-panel: #ffffff;
  --v3-muted: #68767a;
  --v3-line: rgba(7,24,32,.12);
  --v3-radius: 28px;
  --v3-shadow: 0 28px 80px rgba(5,18,24,.14);
}

html { scroll-padding-top: 92px; }
body.version-three,
body.version-three[data-page="case"] {
  background: var(--v3-paper);
  color: #26373d;
  font-family: 'Inter', Arial, sans-serif;
}
body.version-three h1,
body.version-three h2,
body.version-three h3,
body.version-three strong { font-family: 'Sora', Arial, sans-serif; }
body.version-three .page-shell { width: min(calc(100% - 44px), 1480px); }

/* Header — compact agency energy with the clarity of V2 */
body.version-three .site-header,
body.version-three .site-header.v2-header,
body.version-three[data-page="case"] .site-header {
  min-height: 78px;
  background: rgba(7,24,32,.92);
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: white;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}
body.version-three .header-inner {
  width: min(calc(100% - 44px), 1480px);
  min-height: 78px;
}
body.version-three .brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255,255,255,.42);
  box-shadow: none;
  color: var(--v3-green);
}
body.version-three .brand-mark::after { display: none; }
body.version-three .brand-mark img { border-radius: 50%; }
body.version-three .brand-copy strong { color: white; font-size: 14px; letter-spacing: -.025em; }
body.version-three .brand-copy small { color: rgba(255,255,255,.48); font-size: 8px; letter-spacing: .17em; }
body.version-three .main-nav { gap: 30px; }
body.version-three .main-nav a {
  color: rgba(255,255,255,.72);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 700;
}
body.version-three .main-nav a::after { bottom: -10px; background: var(--v3-green); }
body.version-three .header-cta {
  padding: 11px 17px;
  border-radius: 4px;
  background: var(--v3-green);
  color: var(--v3-ink);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 10px;
  box-shadow: none;
}
body.version-three .header-cta:hover { background: var(--v3-gold); color: var(--v3-ink); }
body.version-three .menu-toggle { background: transparent; color: white; border-color: rgba(255,255,255,.25); }

/* Buttons */
body.version-three .btn {
  min-height: 52px;
  border-radius: 4px;
  padding: 0 22px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .09em;
}
body.version-three .btn-primary { background: var(--v3-green); color: var(--v3-ink); box-shadow: none; }
body.version-three .btn-primary:hover { background: var(--v3-gold); transform: translateY(-2px); }
body.version-three .btn-secondary { background: transparent; border-color: rgba(255,255,255,.28); color: white; }
body.version-three .btn-secondary:hover { border-color: var(--v3-green); color: var(--v3-green); }

/* Hybrid hero */
.v3-hero {
  position: relative;
  overflow: hidden;
  padding: 52px 0 24px;
  color: white;
  background:
    radial-gradient(circle at 76% 22%, rgba(67,213,143,.18), transparent 28%),
    radial-gradient(circle at 12% 82%, rgba(217,170,88,.12), transparent 30%),
    linear-gradient(135deg, #06171f 0%, #0b2732 52%, #123745 100%);
}
.v3-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .15;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 74px 74px;
  pointer-events: none;
}
.v3-hero-noise {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 47%, rgba(255,255,255,.025) 47% 48%, transparent 48% 100%);
  pointer-events: none;
}
.v3-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
  align-items: center;
  gap: clamp(34px, 5vw, 78px);
  min-height: 680px;
}
.v3-hero-copy { padding: 40px 0 50px; }
.v3-overline {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--v3-green);
}
.v3-overline::before { content: ''; width: 34px; height: 2px; background: currentColor; }
.v3-overline-dark { color: #16885f; }
.v3-hero h1 {
  margin: 28px 0 0;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: clamp(54px, 7.2vw, 108px);
  line-height: .83;
  letter-spacing: -.072em;
  text-transform: uppercase;
}
.v3-hero h1 span { display: block; }
.v3-hero h1 .v3-title-accent {
  color: var(--v3-green);
  font-style: italic;
  transform: translateX(clamp(12px, 3vw, 48px));
  text-shadow: 18px 18px 0 rgba(255,255,255,.025);
}
.v3-hero-copy > p {
  max-width: 650px;
  margin: 32px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 17px;
  line-height: 1.7;
}
.v3-hero-copy .hero-actions { margin-top: 34px; }
.v3-hero-signature {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 42px;
  color: rgba(255,255,255,.45);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.v3-hero-signature i { width: 22px; height: 1px; background: rgba(255,255,255,.23); }
.v3-hero-stage {
  position: relative;
  min-height: 570px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.035);
  overflow: hidden;
}
.v3-hero-stage::before {
  content: '';
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255,255,255,.08);
}
.v3-stage-frame {
  position: absolute;
  overflow: hidden;
  background: white;
  box-shadow: 0 24px 60px rgba(0,0,0,.32);
}
.v3-stage-frame img { width: 100%; height: 100%; object-fit: cover; }
.v3-stage-main { inset: 12% 12% 21% 10%; transform: rotate(-2.5deg); }
.v3-stage-top { width: 38%; height: 29%; right: 3%; top: 4%; transform: rotate(5deg); border: 5px solid white; }
.v3-stage-bottom { width: 44%; height: 31%; left: 3%; bottom: 2%; transform: rotate(-5deg); border: 5px solid white; }
.v3-stage-stamp {
  position: absolute;
  right: 4%;
  bottom: 5%;
  width: 126px;
  height: 126px;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  background: var(--v3-gold);
  color: var(--v3-ink);
  z-index: 4;
  box-shadow: 0 18px 42px rgba(0,0,0,.25);
}
.v3-stage-stamp strong { font-size: 38px; line-height: 1; }
.v3-stage-stamp span { margin-top: 5px; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.v3-stage-caption {
  position: absolute;
  right: 24px;
  top: 50%;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
  color: rgba(255,255,255,.38);
  font-size: 8px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.v3-hero-foot {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding-bottom: 12px;
  color: rgba(255,255,255,.38);
  font-size: 8px;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.v3-hero-line { height: 1px; background: rgba(255,255,255,.14); }

/* Services — Au2vision-inspired service clarity */
.v3-services { padding: 102px 0 90px; background: var(--v3-paper); }
.v3-section-intro {
  display: grid;
  grid-template-columns: minmax(0, .45fr) minmax(0, 1.05fr) minmax(280px, .55fr);
  gap: 36px;
  align-items: end;
}
.v3-section-intro h2 {
  margin: 0;
  color: var(--v3-ink);
  font-size: clamp(40px, 5vw, 72px);
  line-height: .98;
  letter-spacing: -.06em;
}
.v3-section-intro p { margin: 0 0 5px; color: var(--v3-muted); font-size: 14px; }
.v3-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  border-top: 1px solid var(--v3-line);
  border-left: 1px solid var(--v3-line);
  margin-top: 48px;
}
.v3-service-grid article {
  min-height: 250px;
  padding: 30px;
  border-right: 1px solid var(--v3-line);
  border-bottom: 1px solid var(--v3-line);
  background: rgba(255,255,255,.35);
  transition: background .35s ease, color .35s ease, transform .35s ease;
}
.v3-service-grid article:hover { background: var(--v3-ink); color: white; transform: translateY(-4px); }
.v3-service-grid article > span { color: var(--v3-gold); font-size: 10px; letter-spacing: .15em; font-weight: 800; }
.v3-service-grid h3 { margin: 46px 0 0; color: var(--v3-ink); font-size: 22px; letter-spacing: -.035em; }
.v3-service-grid p { margin: 14px 0 0; color: var(--v3-muted); font-size: 13px; }
.v3-service-grid article:hover h3 { color: var(--v3-green); }
.v3-service-grid article:hover p { color: rgba(255,255,255,.65); }

/* Stats */
.v3-stats { padding: 0; background: var(--v3-paper); }
.v3-stats .v2-stats-grid { border: 0; border-radius: 0; background: var(--v3-ink); box-shadow: none; }
.v3-stats .v2-stats-grid article { padding: 30px; border-color: rgba(255,255,255,.1); }
.v3-stats .v2-stats-grid strong { color: var(--v3-green); font-size: 36px; }
.v3-stats .v2-stats-grid span { color: rgba(255,255,255,.52); }

/* Process */
body.version-three .v2-section { padding: 100px 0; }
body.version-three .v2-process { background: white; }
body.version-three .v2-kicker { color: #16885f; }
body.version-three .v2-section-heading h2 { color: var(--v3-ink); text-transform: none; }
body.version-three .v2-process-grid { gap: 0; border-top: 1px solid var(--v3-line); border-left: 1px solid var(--v3-line); }
body.version-three .v2-process-grid article {
  min-height: 245px;
  border: 0;
  border-right: 1px solid var(--v3-line);
  border-bottom: 1px solid var(--v3-line);
  border-radius: 0;
  background: white;
  box-shadow: none;
}
body.version-three .v2-process-grid article::after { width: 6px; height: 42px; right: 24px; top: 24px; bottom: auto; border-radius: 0; background: var(--v3-green); }
body.version-three .v2-process-grid article:hover { transform: none; background: #f1f7f2; box-shadow: none; }
body.version-three .v2-process-grid h3 { font-size: 25px; }

/* Work — visual Au2vision gallery, V2 case-study depth */
body.version-three .v2-work { background: #0b2029; padding-top: 108px; }
body.version-three .v2-work .v2-kicker { color: var(--v3-green); }
body.version-three .v2-work .v2-section-heading h2 { color: white; }
body.version-three .filter-btn {
  border-radius: 3px;
  background: transparent;
  border-color: rgba(255,255,255,.18);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 9px;
}
body.version-three .filter-btn:hover,
body.version-three .filter-btn.active { background: var(--v3-green); border-color: var(--v3-green); color: var(--v3-ink); }
body.version-three .v2-projects-grid { gap: 18px; }
body.version-three .v2-project-card {
  min-height: 470px;
  aspect-ratio: .94;
  border-radius: 0;
  background: #122b35;
  border: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
  box-shadow: none;
  transition: transform .5s cubic-bezier(.2,.75,.2,1), border-color .4s ease, box-shadow .4s ease;
}
body.version-three .v2-project-card:hover {
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(67,213,143,.6);
  box-shadow: 0 0 34px rgba(255,255,255,.13), 0 30px 70px rgba(0,0,0,.28);
}
body.version-three .v2-card-link { display: block; position: relative; height: 100%; }
body.version-three .v2-card-media { position: absolute; inset: 0; height: 100%; }
body.version-three .v2-card-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2,10,14,.18) 0%, rgba(3,12,18,.42) 38%, rgba(3,10,14,.9) 72%, rgba(2,8,12,.98) 100%),
    radial-gradient(circle at 50% 100%, rgba(0,0,0,.22), transparent 55%);
  transition: background .45s ease;
}
body.version-three .v2-project-card:hover .v2-card-media::after {
  background:
    linear-gradient(180deg, rgba(5,18,18,.24) 0%, rgba(7,34,30,.54) 34%, rgba(4,22,20,.78) 66%, rgba(1,6,8,.96) 100%),
    radial-gradient(circle at 50% 100%, rgba(67,213,143,.16), rgba(0,0,0,0) 52%);
}
body.version-three .v2-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.2,.75,.2,1); }
body.version-three .v2-project-card:hover .v2-card-media img { transform: scale(1.045); }
body.version-three .v2-card-content {
  position: absolute;
  inset: auto 0 0;
  min-height: 55%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
  background: transparent;
}
body.version-three .v2-card-index { position: absolute; top: 24px; right: 28px; color: rgba(255,255,255,.45); font-size: 10px; }
body.version-three .v2-card-content h3 { margin: 0; color: white; font-size: clamp(24px,2.1vw,33px); }
body.version-three .v2-project-card:hover h3 { color: var(--v3-gold); }
body.version-three .v2-card-content p { color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.55; }
body.version-three .project-card-tags { margin-top: 13px; color: var(--v3-green); }
body.version-three .project-card-tags span { color: var(--v3-green); font-size: 8px; font-weight: 700; letter-spacing: .09em; }
body.version-three .project-card-cta { margin-top: 22px; color: white; text-transform: uppercase; font-size: 9px; letter-spacing: .13em; }

/* Capabilities / difference */
body.version-three .v2-capabilities { background: var(--v3-paper); }
body.version-three .v2-capability-grid { gap: 0; border-top: 1px solid var(--v3-line); border-left: 1px solid var(--v3-line); }
body.version-three .v2-capability-grid article {
  min-height: 335px;
  border: 0;
  border-right: 1px solid var(--v3-line);
  border-bottom: 1px solid var(--v3-line);
  border-radius: 0;
  box-shadow: none;
  background: white;
}
body.version-three .v2-capability-grid article:nth-child(2),
body.version-three .v2-capability-grid article:nth-child(3) { background: var(--v3-ink); color: white; }
body.version-three .v2-capability-grid article:nth-child(2) h3,
body.version-three .v2-capability-grid article:nth-child(3) h3 { color: var(--v3-green); }
body.version-three .v2-capability-grid article:nth-child(2) p,
body.version-three .v2-capability-grid article:nth-child(3) p,
body.version-three .v2-capability-grid article:nth-child(2) small,
body.version-three .v2-capability-grid article:nth-child(3) small { color: rgba(255,255,255,.58); }
body.version-three .v2-capability-icon { border-radius: 0; background: transparent; color: var(--v3-gold); border: 1px solid currentColor; }

/* CTA and footer */
body.version-three .v2-cta { padding: 0 0 94px; background: var(--v3-paper); }
body.version-three .v2-cta-card {
  border-radius: 0;
  min-height: 370px;
  background:
    linear-gradient(90deg, rgba(7,24,32,.98), rgba(12,47,60,.90)),
    url('../images/pro-residuos/website-pro1.webp') center/cover;
  box-shadow: none;
}
body.version-three .v2-cta-card h2 { max-width: 980px; color: white; font-size: clamp(38px,5.2vw,76px); line-height: .97; }
body.version-three .v2-footer { background: #06171f; }
body.version-three .v2-footer-grid { border-top-color: rgba(255,255,255,.12); }
body.version-three .v2-footer p,
body.version-three .v2-footer-links a { color: rgba(255,255,255,.55); }

/* Case pages */
body.version-three[data-page="case"] .case-hero { padding: 38px 0 0; background: #071820; }
body.version-three[data-page="case"] .case-breadcrumb { color: rgba(255,255,255,.42); }
body.version-three[data-page="case"] .case-breadcrumb a { color: rgba(255,255,255,.58); }
body.version-three[data-page="case"] .case-breadcrumb strong { color: var(--v3-green); }
body.version-three[data-page="case"] .case-hero-card {
  margin-top: 20px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border: 1px solid rgba(255,255,255,.1);
}
body.version-three[data-page="case"] .case-hero-image { min-height: 660px; border-radius: 0; }
body.version-three[data-page="case"] .case-hero-image::after {
  background: linear-gradient(90deg, rgba(3,14,19,.94) 0%, rgba(3,14,19,.68) 42%, rgba(3,14,19,.10) 78%);
}
body.version-three[data-page="case"] .case-hero-image img { min-height: 660px; object-fit: cover; }
body.version-three[data-page="case"] .case-hero-copy { max-width: 780px; padding: clamp(42px,6vw,90px); }
body.version-three[data-page="case"] .case-hero-copy .eyebrow { color: var(--v3-green); }
body.version-three[data-page="case"] .case-hero-copy h1 {
  color: white;
  font-size: clamp(54px,7vw,108px);
  line-height: .88;
  letter-spacing: -.07em;
  text-transform: uppercase;
}
body.version-three[data-page="case"] .case-hero-copy p { color: rgba(255,255,255,.7); font-size: 17px; }
body.version-three[data-page="case"] .case-meta-row {
  grid-template-columns: repeat(5, minmax(0,1fr));
  background: var(--v3-ink-soft);
  border-radius: 0;
  border: 0;
}
body.version-three[data-page="case"] .case-meta { min-height: 128px; padding: 24px; border-color: rgba(255,255,255,.1); }
body.version-three[data-page="case"] .case-meta span { color: var(--v3-gold); }
body.version-three[data-page="case"] .case-meta strong { color: white; font-size: 11px; }
body.version-three[data-page="case"] .case-layout { align-items: start; padding-top: 72px; }
body.version-three[data-page="case"] .case-nav {
  top: 104px;
  border-radius: 0;
  border: 0;
  border-left: 3px solid var(--v3-green);
  background: var(--v3-ink);
  box-shadow: none;
}
body.version-three[data-page="case"] .case-nav > strong { color: var(--v3-gold); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; }
body.version-three[data-page="case"] .case-nav a { color: rgba(255,255,255,.52); border-radius: 0; font-size: 10px; }
body.version-three[data-page="case"] .case-nav a:hover,
body.version-three[data-page="case"] .case-nav a.active { background: rgba(67,213,143,.12); color: var(--v3-green); }
body.version-three[data-page="case"] .case-main { gap: 24px; }
body.version-three[data-page="case"] .case-section {
  border-radius: 0;
  border: 1px solid var(--v3-line);
  box-shadow: none;
  background: white;
  padding: clamp(34px,5vw,72px);
}
body.version-three[data-page="case"] .case-section .eyebrow { color: #17895f; }
body.version-three[data-page="case"] .case-section h2 {
  color: var(--v3-ink);
  font-size: clamp(34px,4.4vw,64px);
  line-height: 1.02;
  letter-spacing: -.055em;
}
body.version-three[data-page="case"] .case-section .lead { color: var(--v3-deep); }
body.version-three[data-page="case"] .fact-card,
body.version-three[data-page="case"] .decision,
body.version-three[data-page="case"] .outcome,
body.version-three[data-page="case"] .stack-item,
body.version-three[data-page="case"] .callout,
body.version-three[data-page="case"] .diagram,
body.version-three[data-page="case"] .full-gallery {
  border-radius: 0;
  box-shadow: none;
}
body.version-three[data-page="case"] .fact-card,
body.version-three[data-page="case"] .decision,
body.version-three[data-page="case"] .outcome,
body.version-three[data-page="case"] .stack-item { border-color: var(--v3-line); background: #f7f7f3; }
body.version-three[data-page="case"] .decision .index { color: var(--v3-gold); }
body.version-three[data-page="case"] .callout { background: var(--v3-ink); color: white; border-left: 6px solid var(--v3-green); }
body.version-three[data-page="case"] .callout strong { color: var(--v3-green); }
body.version-three[data-page="case"] .callout p { color: rgba(255,255,255,.68); }
body.version-three[data-page="case"] .diagram { border: 1px solid var(--v3-line); background: white; }
body.version-three[data-page="case"] .gallery-stage-nav { border-color: #d4d4d4; stroke: var(--v3-ink); }
body.version-three[data-page="case"] .gallery-thumb.active { border-color: var(--v3-gold); }
body.version-three[data-page="case"] .site-footer { background: #06171f; color: white; }

/* Reveal animation */
body.version-three [data-reveal] { transform: translateY(18px); opacity: 0; }
body.version-three [data-reveal].is-visible { transform: translateY(0); opacity: 1; }

@media (max-width: 1180px) {
  .v3-hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .v3-hero-copy { max-width: 900px; }
  .v3-hero-stage { min-height: 590px; }
  .v3-section-intro { grid-template-columns: 1fr 1.2fr; }
  .v3-section-intro > p { grid-column: 2; }
  body.version-three[data-page="case"] .case-meta-row { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 920px) {
  body.version-three .header-cta { display: none; }
  .v3-service-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  body.version-three .v2-projects-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.version-three[data-page="case"] .case-hero-image,
  body.version-three[data-page="case"] .case-hero-image img { min-height: 570px; }
}

@media (max-width: 720px) {
  body.version-three .page-shell,
  body.version-three .header-inner { width: min(calc(100% - 28px), 1480px); }
  body.version-three .main-nav { background: #071820; border-color: rgba(255,255,255,.1); }
  body.version-three .main-nav a { color: white; }
  .v3-hero { padding-top: 22px; }
  .v3-hero-grid { gap: 20px; }
  .v3-hero h1 { font-size: clamp(45px,15vw,72px); }
  .v3-hero h1 .v3-title-accent { transform: translateX(8px); }
  .v3-hero-stage { min-height: 430px; }
  .v3-stage-stamp { width: 92px; height: 92px; }
  .v3-stage-stamp strong { font-size: 28px; }
  .v3-hero-foot { display: none; }
  .v3-services { padding: 74px 0; }
  .v3-section-intro { grid-template-columns: 1fr; gap: 20px; }
  .v3-section-intro > p { grid-column: auto; }
  .v3-service-grid { grid-template-columns: 1fr; }
  .v3-service-grid article { min-height: 210px; }
  .v3-stats .v2-stats-grid { grid-template-columns: 1fr 1fr; }
  body.version-three .v2-process-grid { grid-template-columns: 1fr; }
  body.version-three .v2-projects-grid { grid-template-columns: 1fr; }
  body.version-three .v2-project-card { min-height: 470px; aspect-ratio: auto; }
  body.version-three .v2-card-content { padding: 25px; }
  body.version-three[data-page="case"] .case-hero-image,
  body.version-three[data-page="case"] .case-hero-image img { min-height: 620px; }
  body.version-three[data-page="case"] .case-hero-image::after { background: linear-gradient(0deg, rgba(3,14,19,.96), rgba(3,14,19,.25)); }
  body.version-three[data-page="case"] .case-hero-copy { top: auto; bottom: 0; transform: none; padding: 30px 26px; }
  body.version-three[data-page="case"] .case-hero-copy h1 { font-size: clamp(42px,14vw,68px); }
  body.version-three[data-page="case"] .case-meta-row { grid-template-columns: 1fr; }
  body.version-three[data-page="case"] .case-meta { min-height: 0; }
}

/* 2026-07-30 — official V3 refinement */
@media (min-width: 721px) {
  .v3-hero { padding-top: 24px; }
  .v3-hero-copy { padding-top: 18px; }
}
.v3-services { padding-top: 72px; }
.v3-service-grid article > span { font-size: 16px; line-height: 1; }
.v3-stats .v2-stats-grid article {
  min-height: 154px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.v3-stats .v2-stats-grid strong { font-size: 40px; line-height: 1; }
.v3-stats .v2-stats-grid span { color: #fff; text-align: center; }
body.version-three .v2-process-grid article > span { font-size: 16px; line-height: 1; }
body.version-three .v2-work { padding-top: 76px; }
body.version-three .v2-card-content p {
  color: #fff;
  margin-right: 56px;
  max-width: calc(100% - 56px);
  overflow-wrap: anywhere;
  word-break: normal;
}
body.version-three .v2-capabilities { padding-top: 72px; }
body.version-three[data-page="case"] .full-gallery-meta { color: #000 !important; }
body.version-three[data-page="case"] .full-gallery-label { color: #000 !important; }
body.version-three[data-page="case"] .full-gallery-copy,
body.version-three[data-page="case"] .full-gallery-copy strong,
body.version-three[data-page="case"] .full-gallery-copy p { color: #000 !important; }
body.version-three[data-page="case"] .full-gallery-counter { color: #fff !important; }
body.version-three .v2-capability-grid article:nth-child(2) p { color: rgba(255,255,255,.78); }
body.version-three .v2-capability-grid article:nth-child(2) small {
  color: #fff;
  overflow-wrap: anywhere;
}
@media (max-width: 720px) {
  .v3-services { padding-top: 58px; }
  body.version-three .v2-work,
  body.version-three .v2-capabilities { padding-top: 58px; }
  body.version-three .v2-card-content p {
    margin-right: 28px;
    max-width: calc(100% - 28px);
  }
  .v3-stats .v2-stats-grid strong { font-size: 34px; }
}
