:root {
  --navy: #273a54;
  --navy-deep: #16243a;
  --navy-ink: #0f1b2b;
  --paper: #f5f6f7;
  --white: #fff;
  --ink: #1e2d40;
  --muted: #667181;
  --line: rgba(39, 58, 84, .16);
  --line-light: rgba(255, 255, 255, .22);
  --font: "Raleway", "Helvetica Neue", Arial, sans-serif;
  --shell: 1320px;
  --gutter: clamp(22px, 5vw, 76px);
  --space: clamp(88px, 10vw, 156px);
  --ease: cubic-bezier(.22, .61, .18, 1);
  --ease-reveal: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
section[id] { scroll-margin-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body, button, input, select, textarea { font-family: var(--font); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
figure, blockquote { margin: 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { margin-bottom: 0; font-weight: 400; }
em { color: inherit; font-style: normal; font-weight: 300; }
svg { display: block; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.shell { width: min(100%, var(--shell)); margin-inline: auto; padding-inline: var(--gutter); }
.section-space { padding-block: var(--space); }
.eyebrow { margin-bottom: 22px; color: var(--navy); font-size: 10px; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow--light { color: rgba(255, 255, 255, .64); }

.button, .nav-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 20px;
  min-height: 50px; padding: 13px 24px; border: 1px solid currentColor; background: transparent;
  font-size: 11px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase;
  transition: color .3s, background .3s, border-color .3s;
}
.button svg, .nav-cta svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .35s var(--ease); }
.button:hover svg, .nav-cta:hover svg { transform: translateX(4px); }
.button--light { color: #fff; border-color: rgba(255, 255, 255, .6); }
.button--light:hover { color: var(--navy-deep); background: #fff; border-color: #fff; }
.button--dark { color: #fff; background: var(--navy); border-color: var(--navy); }
.button--dark:hover { color: var(--navy); background: transparent; }

/* Navigation */
.nav-wrap { position: fixed; inset: 0 0 auto; z-index: 100; color: #fff; border-bottom: 1px solid transparent; transition: background .35s, border-color .35s, backdrop-filter .35s; }
.nav-wrap.is-scrolled { color: var(--ink); background: rgba(255,255,255,.94); border-bottom-color: var(--line); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.nav-wrap.is-scrolled .nav-brand img { filter: brightness(0) saturate(100%) invert(20%) sepia(17%) saturate(1334%) hue-rotate(175deg) brightness(91%) contrast(91%); }
.nav-wrap.is-scrolled .nav-items a { color: var(--ink); }
.nav-wrap.is-scrolled .nav-items a::after { background: var(--navy); }
.nav-wrap.is-scrolled .lang-switch { color: var(--muted); }
.nav-wrap.is-scrolled .lang-switch .active { color: var(--navy); }
.nav-wrap.is-scrolled .nav-cta { color: var(--navy); border-color: var(--line); }
.nav-wrap.is-scrolled .nav-cta:hover { color: #fff; background: var(--navy); border-color: var(--navy); }
.nav-wrap.is-scrolled .nav-toggle { border-color: var(--line); }
.nav-wrap.is-scrolled .nav-toggle span { background: var(--navy); }
.nav { height: 90px; display: grid; grid-template-columns: 170px 1fr auto; align-items: center; gap: 30px; }
.nav-brand img { width: 126px; height: 62px; object-fit: contain; }
.nav-items { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 3vw, 44px); }
.nav-items a { position: relative; padding: 12px 0; color: rgba(255,255,255,.78); font-size: 12.5px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.nav-items a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 6px; height: 1px; background: #fff; transition: right .3s; }
.nav-items a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 24px; }
.lang-switch { display: flex; gap: 7px; font-size: 12px; letter-spacing: .11em; color: rgba(255,255,255,.48); }
.lang-switch .active { color: #fff; }
.nav-cta { min-height: 44px; padding: 10px 18px; border-color: rgba(255,255,255,.42); color: #fff; font-size: 12px; }
.nav-cta:hover { color: var(--navy-deep); background: #fff; border-color: #fff; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 12px; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; background: transparent; }
.nav-toggle span { display: block; width: 100%; height: 1px; margin: 5px 0; background: #fff; }
.mobile-menu { position: fixed; inset: 0; z-index: 200; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: var(--ink); background: rgba(255,255,255,.98); opacity: 0; pointer-events: none; transition: opacity .35s; }
.mobile-menu.is-open { opacity: 1; pointer-events: auto; }
.mobile-menu > a { padding: 10px; font-size: 24px; font-weight: 300; letter-spacing: .12em; text-transform: uppercase; }
.mm-close { position: absolute; top: 24px; right: 24px; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); background: transparent; font-size: 27px; font-weight: 200; }

/* Hero fixado: o conteúdo seguinte desliza por cima durante a rolagem. */
main { position: relative; }
.hero-pin {
  position: sticky;
  top: 0;
  z-index: 0;
  height: 100svh;
  overflow: hidden;
}
.page-surface {
  position: relative;
  z-index: 2;
  overflow: clip;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 -18px 50px rgba(9, 18, 30, .20);
}

/* Hero */
.campaign-hero { position: relative; min-height: 100svh; color: #fff; overflow: hidden; background: var(--navy-deep); }
.campaign-hero__media, .campaign-hero__media img, .campaign-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.campaign-hero__media { overflow: hidden; background: var(--navy-deep); }
.campaign-hero__media img {
  object-fit: cover;
  object-position: center;
  opacity: 0;
  will-change: opacity, transform;
  animation: hero-cinema 28s linear infinite both;
}
.campaign-hero__media img:nth-child(1) { --hero-x: -1.5%; --hero-y: 0%; animation-delay: -1s; }
.campaign-hero__media img:nth-child(2) { --hero-x: 1.5%; --hero-y: -1%; animation-delay: 6s; }
.campaign-hero__media img:nth-child(3) { --hero-x: -1%; --hero-y: 1%; animation-delay: 13s; }
.campaign-hero__media img:nth-child(4) { --hero-x: 1%; --hero-y: 0%; animation-delay: 20s; }
@keyframes hero-cinema {
  0% { opacity: 0; transform: scale(1.025) translate3d(0, 0, 0); }
  3% { opacity: 1; }
  24% { opacity: 1; }
  28% { opacity: 0; transform: scale(1.13) translate3d(var(--hero-x), var(--hero-y), 0); }
  100% { opacity: 0; transform: scale(1.13) translate3d(var(--hero-x), var(--hero-y), 0); }
}
.campaign-hero__shade { background: linear-gradient(90deg, rgba(9,18,30,.82) 0%, rgba(9,18,30,.48) 48%, rgba(9,18,30,.16) 100%), linear-gradient(180deg, rgba(9,18,30,.30), transparent 36%, rgba(9,18,30,.54)); }
.campaign-hero__content { position: relative; z-index: 2; min-height: 100svh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding-top: 90px; padding-bottom: 90px; }
.campaign-hero__copy { width: 100%; }
.campaign-hero__copy > .eyebrow { font-size: 11.5px; }
.campaign-hero__copy h1 { max-width: 16ch; margin-inline: auto; font-size: clamp(48px, 6.2vw, 88px); line-height: .98; letter-spacing: -.045em; }
.campaign-hero__copy h1 em { color: rgba(255,255,255,.66); }
.campaign-hero__copy > p:not(.eyebrow) { max-width: 58ch; margin: 30px auto 36px; color: rgba(255,255,255,.72); font-size: clamp(15px, 1.2vw, 18px); }
.campaign-hero__cta { margin-top: 4px; }
.campaign-hero__proof { padding: 24px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.campaign-hero__proof > div + div { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line-light); }
.campaign-hero__proof strong { display: block; font-size: 29px; font-weight: 300; letter-spacing: .02em; }
.campaign-hero__proof span { color: rgba(255,255,255,.55); font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.campaign-hero__scroll { position: absolute; z-index: 3; right: var(--gutter); bottom: 38px; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.62); font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.campaign-hero__scroll span { width: 54px; height: 1px; background: currentColor; }
.hero-scroll-cue { position: absolute; bottom: 34px; left: 50%; display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; margin-left: -27px; border: 1px solid var(--line-light); border-radius: 50%; color: #fff; animation: scroll-cue 1.8s var(--ease) infinite; transition: background .3s, border-color .3s; }
.hero-scroll-cue:hover { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .5); }
.hero-scroll-cue svg { width: 22px; height: 22px; }
@keyframes scroll-cue { 0%, 100% { transform: translateY(0); opacity: .8; } 50% { transform: translateY(9px); opacity: 1; } }

/* Brand film */
.brand-film { position: relative; padding: clamp(68px, 8vw, 112px) 0; color: var(--ink); background: #fff; isolation: isolate; }
.brand-film::before { content: ""; position: absolute; inset: 0; z-index: 0; background-image: linear-gradient(rgba(39,58,84,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(39,58,84,.06) 1px, transparent 1px); background-size: 46px 46px; -webkit-mask-image: radial-gradient(ellipse 78% 72% at 50% 46%, #000 28%, transparent 82%); mask-image: radial-gradient(ellipse 78% 72% at 50% 46%, #000 28%, transparent 82%); pointer-events: none; }
.brand-film > * { position: relative; z-index: 1; }
.brand-film__intro { max-width: 960px; margin-bottom: clamp(30px, 4vw, 48px); }
.brand-film__intro h2 { max-width: 18ch; font-size: clamp(34px, 4vw, 52px); line-height: 1.04; letter-spacing: -.035em; }
.brand-film__intro h2 em { color: var(--navy); }
.brand-film__intro > div:last-child > p { max-width: 52ch; margin-top: 18px; color: var(--muted); }
.brand-film__media { max-width: 960px; }
.brand-film__player { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 0; background: var(--navy-deep); box-shadow: 0 22px 62px rgba(39,58,84,.18); isolation: isolate; }
.brand-film__player::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(135deg, rgba(9,18,30,.16), rgba(9,18,30,.60)); pointer-events: none; transition: opacity .35s; }
.brand-film__poster, .brand-film__frame { position: absolute; inset: 0; width: 100%; height: 100%; }
.brand-film__poster { object-fit: cover; filter: saturate(.78) contrast(.96); transform: scale(1.01); transition: transform .8s var(--ease), filter .5s; }
.brand-film__play { position: absolute; top: 50%; left: 50%; z-index: 3; display: inline-flex; align-items: center; gap: 13px; min-height: 58px; padding: 8px 20px 8px 9px; border: 1px solid rgba(255,255,255,.52); border-radius: 999px; color: var(--navy-deep); background: rgba(255,255,255,.92); box-shadow: 0 14px 40px rgba(0,0,0,.18); transform: translate(-50%,-50%); cursor: pointer; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); transition: transform .3s var(--ease), background .3s; }
.brand-film__play:hover { background: #fff; transform: translate(-50%,-50%) scale(1.035); }
.brand-film__play span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--navy); }
.brand-film__play svg { width: 18px; height: 18px; fill: currentColor; }
.brand-film__play strong { font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.brand-film__frame { z-index: 4; border: 0; background: #000; object-fit: cover; }
.brand-film__player.is-playing::after, .brand-film__player.is-playing .brand-film__poster, .brand-film__player.is-playing .brand-film__play { opacity: 0; pointer-events: none; }

/* Vision */
.vision { background: var(--paper); }
.vision__grid { display: grid; grid-template-columns: 70px minmax(280px, .75fr) minmax(360px, 1fr); align-items: center; gap: clamp(30px, 6vw, 96px); }
.vision__index { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; padding-block: 5px; border-right: 1px solid var(--line); }
.vision__index span { color: var(--navy); font-size: 14px; }
.vision__index p { margin: 0; color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.vision__media { height: min(68vw, 720px); overflow: hidden; }
.vision__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }
.vision__copy h2, .portfolio__head h2, .process__intro h2, .stories__head h2, .location__copy h2, .contact__copy h2 { font-size: clamp(38px, 4.5vw, 66px); line-height: 1.06; letter-spacing: -.035em; }
.vision__copy h2 em, .portfolio__head h2 em, .stories__head h2 em, .location__copy h2 em { color: var(--navy); }
.vision__lead { margin: 34px 0 18px; color: var(--ink); font-size: 19px; line-height: 1.55; }
.vision__copy > p:not(.eyebrow):not(.vision__lead) { color: var(--muted); }
.vision__copy ul { margin-top: 34px; border-top: 1px solid var(--line); }
.vision__copy li { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }

/* Services */
.services { padding-top: var(--space); color: var(--ink); background: #fff; }
.services__head { display: flex; align-items: end; justify-content: space-between; gap: 60px; padding-bottom: 54px; }
.services__head h2 { font-size: clamp(38px, 4.6vw, 66px); line-height: 1; }
.services__head .eyebrow--light { color: var(--navy); }
.services__head > p { max-width: 36ch; margin-bottom: 6px; color: var(--muted); }
.services__panels { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 72vh; }
.service-panel { position: relative; min-height: 640px; overflow: hidden; border-right: 1px solid #fff; background: var(--paper); }
.service-panel:last-child { border-right: 0; }
.service-panel > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) brightness(.96); transition: transform 1s var(--ease), filter .7s; }
.service-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 24%, rgba(255,255,255,.26) 54%, rgba(255,255,255,.80) 88%); }
.service-panel > div { position: absolute; z-index: 2; inset: auto clamp(24px, 3vw, 52px) 54px; }
.service-panel span { font-size: 10px; letter-spacing: .18em; }
.service-panel span { color: var(--navy); }
.service-panel h3 { margin: 9px 0; color: var(--navy-deep); font-size: clamp(22px, 2vw, 31px); font-weight: 700; }
.service-panel p { max-width: 36ch; color: var(--navy-deep); font-size: 15.5px; font-weight: 600; }
.service-panel a { display: inline-flex; align-items: center; gap: 14px; margin-top: 14px; padding: 12px 20px; border: 1px solid var(--navy); color: var(--navy); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; transition: color .3s, background .3s, border-color .3s; }
.service-panel a:hover { color: #fff; background: var(--navy); border-color: var(--navy); }
.service-panel a svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .35s var(--ease); }
.service-panel a:hover svg { transform: translateX(4px); }
.service-panel:hover > img { transform: scale(1.035); filter: saturate(.92) brightness(1); }

/* Portfolio */
.portfolio { background: #fff; }
.portfolio__head { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; margin-bottom: 64px; }
.portfolio__head h2 { max-width: 18ch; }
.portfolio__head > p { max-width: 42ch; margin-bottom: 6px; color: var(--muted); }
.portfolio__grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: 500px 310px; gap: 20px; }
.work { position: relative; overflow: hidden; background: var(--paper); }
.work--wide { grid-column: 1 / 9; grid-row: 1; }
.work--portrait { grid-column: 9 / 13; grid-row: 1 / 3; }
.work:not(.work--wide):not(.work--portrait):nth-child(3) { grid-column: 1 / 5; grid-row: 2; }
.work:not(.work--wide):not(.work--portrait):nth-child(4) { grid-column: 5 / 9; grid-row: 2; }
.work img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.84); transition: transform 1s var(--ease); }
.work::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(9,18,30,.75)); }
.work figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 20px; color: #fff; }
.work figcaption span { display: block; margin-bottom: 4px; color: rgba(255,255,255,.58); font-size: 8px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.work figcaption strong { font-size: 14px; font-weight: 500; }
.work:hover img { transform: scale(1.035); }

/* Full-screen gallery */
.gallery-screen {
  position: relative;
  height: 100svh;
  min-height: 700px;
  overflow: hidden;
  color: #fff;
  background: var(--paper);
}
.gallery-screen__rail {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-y;
}
.gallery-screen__rail::-webkit-scrollbar { display: none; }
.gallery-screen__rail.is-dragging { cursor: grabbing; scroll-behavior: auto; scroll-snap-type: none; }
.gallery-screen__rail.is-dragging img { pointer-events: none; }
.gallery-screen .gallery-item {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  scroll-snap-align: start;
}
.gallery-screen .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(.96);
  transform: scale(1.01);
}
.gallery-screen .gallery-item figcaption {
  position: absolute;
  top: clamp(110px, 14vh, 150px);
  right: var(--gutter);
  z-index: 3;
  color: rgba(255,255,255,.62);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.gallery-screen__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(9,18,30,.64) 0%, rgba(9,18,30,.12) 58%, rgba(9,18,30,.08) 100%),
    linear-gradient(180deg, transparent 38%, rgba(9,18,30,.78) 100%);
}
.gallery-screen__copy {
  position: absolute;
  left: max(var(--gutter), calc((100vw - var(--shell)) / 2 + var(--gutter)));
  bottom: clamp(58px, 8vh, 90px);
  z-index: 2;
  width: min(620px, calc(100vw - 2 * var(--gutter)));
}
.gallery-screen__copy .eyebrow { margin-bottom: 16px; }
.gallery-screen__copy h2 {
  max-width: 18ch;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.06;
  letter-spacing: -.035em;
}
.gallery-screen__copy h2 em { color: rgba(255,255,255,.62); }
.gallery-screen__copy > p:not(.eyebrow) { max-width: 48ch; margin: 20px 0 28px; color: rgba(255,255,255,.70); }
.gallery-screen__nav {
  position: absolute;
  right: max(var(--gutter), calc((100vw - var(--shell)) / 2 + var(--gutter)));
  bottom: clamp(58px, 8vh, 90px);
  z-index: 3;
  display: flex;
  gap: 12px;
}
.gallery-screen__nav button {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 50%;
  color: #fff;
  background: rgba(9,18,30,.12);
  backdrop-filter: blur(6px);
  cursor: pointer;
  transition: color .3s, background .3s, opacity .3s;
}
.gallery-screen__nav button:hover { color: var(--navy-deep); background: #fff; }
.gallery-screen__nav button:disabled { opacity: .34; cursor: default; }
.gallery-screen__nav button:disabled:hover { color: #fff; background: rgba(9,18,30,.12); }
.gallery-screen__nav svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; }

/* Image manifesto */
.image-manifesto { position: relative; min-height: 82vh; display: flex; align-items: end; overflow: hidden; color: var(--ink); background: var(--paper); }
.image-manifesto > img, .image-manifesto__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.image-manifesto > img { object-fit: cover; object-position: center; filter: saturate(.76); }
.image-manifesto__overlay { background: linear-gradient(180deg, rgba(255,255,255,.02) 28%, rgba(255,255,255,.92) 100%); }
.image-manifesto__content { position: relative; z-index: 2; padding-bottom: clamp(62px, 8vw, 110px); }
.image-manifesto__content h2 { max-width: 19ch; font-size: clamp(40px, 5.2vw, 74px); line-height: 1.04; letter-spacing: -.04em; }
.image-manifesto__content .eyebrow--light { color: var(--navy); }
.image-manifesto__content h2 em { color: var(--navy); }

/* Process */
.process { color: var(--ink); background: var(--paper); }
.process__intro { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 80px; margin-bottom: 82px; }
.process__intro h2 { max-width: 16ch; }
.process__intro h2 em { color: rgba(255,255,255,.52); }
.process__intro > p { max-width: 40ch; color: rgba(255,255,255,.58); }
.process__steps { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.process__steps li { min-height: 250px; padding: 30px 26px; border-right: 1px solid var(--line-light); }
.process__steps li:last-child { border-right: 0; }
.process__steps span { color: rgba(255,255,255,.42); font-size: 11px; }
.process__steps h3 { margin: 70px 0 12px; font-size: 18px; }
.process__steps p { color: rgba(255,255,255,.54); font-size: 13px; }
.process__proof { display: flex; justify-content: space-between; gap: 20px; padding-top: 36px; color: rgba(255,255,255,.52); font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }

/* Stories */
.stories { background: var(--paper); }
.stories__head { display: grid; grid-template-columns: .65fr 1.35fr; align-items: start; gap: 80px; margin-bottom: 70px; }
.stories__head .eyebrow { padding-top: 12px; }
.stories__head h2 { max-width: 21ch; }
.stories__grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stories blockquote { min-height: 340px; display: flex; flex-direction: column; justify-content: space-between; padding: 36px clamp(24px,3vw,48px); border-right: 1px solid var(--line); }
.stories blockquote:last-child { border-right: 0; }
.stories blockquote > p { font-size: clamp(17px,1.5vw,22px); line-height: 1.55; }
.stories blockquote footer { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.stories blockquote footer span { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; }

/* Location */
.location { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 650px; background: #fff; }
.location__map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(.94); }
.location__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 80px var(--gutter); }
.location__copy h2 { max-width: 13ch; }
.location__copy > p:not(.eyebrow) { max-width: 38ch; margin: 28px 0 34px; color: var(--muted); }

/* Contact */
.contact { position: relative; min-height: 850px; display: flex; align-items: center; overflow: hidden; color: var(--ink); background: var(--paper); }
.contact__media, .contact__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.contact__media { object-fit: cover; object-position: center 58%; filter: saturate(.62) brightness(1.08); opacity: .42; }
.contact__shade { background: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.84) 54%, rgba(255,255,255,.48)); }
.contact__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 470px; align-items: center; gap: clamp(60px,8vw,130px); padding-block: 100px; }
.contact__copy h2 { max-width: 14ch; }
.contact__copy .eyebrow--light { color: var(--navy); }
.contact__copy h2 em { color: var(--navy); }
.contact__copy > p:not(.eyebrow) { max-width: 46ch; margin: 28px 0; color: var(--muted); }
.contact__direct { display: flex; flex-direction: column; gap: 8px; color: var(--ink); font-size: 14px; }
.contact__direct a { overflow-wrap: anywhere; }
.form-card { padding: clamp(30px,3vw,46px); color: var(--ink); background: rgba(255,255,255,.97); box-shadow: 0 34px 90px rgba(0,0,0,.24); }
.form-head { margin-bottom: 28px; }
.form-head p { margin-bottom: 8px; color: var(--navy); font-size: 9px; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.form-head h3 { font-size: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field { margin-bottom: 15px; }
.form-field label { display: block; margin-bottom: 7px; color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.form-field input, .form-field textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; outline: 0; padding: 13px 14px; color: var(--ink); background: #fff; font-size: 14px; }
.form-field textarea { min-height: 100px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--navy); }
.form-field select { width: 100%; border: 1px solid var(--line); border-radius: 0; outline: 0; padding: 13px 38px 13px 14px; color: var(--ink); background-color: #fff; font-size: 14px; appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23667181'%20stroke-width='1.6'%3E%3Cpath%20d='m6%209%206%206%206-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; cursor: pointer; }
.form-field select:focus { border-color: var(--navy); }
/* Telefone internacional (intl-tel-input) — alinhado à identidade */
.form-field .iti { width: 100%; display: block; }
.iti--separate-dial-code .iti__selected-flag { background: transparent; padding: 0 8px 0 14px; }
.iti--separate-dial-code .iti__selected-dial-code { color: var(--ink); font-family: var(--font); font-size: 14px; }
.iti__arrow { border-top-color: var(--muted); }
.iti__country-list { border: 1px solid var(--line); border-radius: 0; box-shadow: 0 20px 48px rgba(39,58,84,.18); font-family: var(--font); }
.iti__country { font-size: 14px; padding: 9px 12px; }
.iti__country.iti__highlight { background: rgba(39,58,84,.07); }
.iti__dial-code { color: var(--muted); }
.form-field.is-invalid input { border-color: #c0392b; }
.form-submit { width: 100%; margin-top: 4px; }
.form-note { margin: 12px 0 0; text-align: center; color: var(--muted); font-size: 10px; }
.form-success { display: none; text-align: center; }
.form-success.is-visible { display: block; }

/* Footer and persistent contact */
.site-footer { color: var(--muted); background: #fff; border-top: 1px solid var(--line); }
.site-footer__top { min-height: 154px; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 44px; border-bottom: 1px solid var(--line); }
.site-footer__top img { width: 160px; }
.site-footer__top p { max-width: 42ch; margin: 0; font-size: 15px; }
.site-footer__top a { font-size: 10.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.site-footer__bottom { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; }
.contact-float { position: fixed; right: 0; top: 58%; z-index: 90; width: 44px; height: 140px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 17px; color: var(--navy-deep); background: #fff; box-shadow: 0 12px 30px rgba(15,27,43,.22); }
.contact-float span { writing-mode: vertical-rl; transform: rotate(180deg); font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.contact-float svg { width: 14px; height: 14px; fill:none; stroke:currentColor; stroke-width:1.6; }

/* Motion */
.reveal { opacity: 0; transform: translateY(34px); filter: blur(5px); transition: opacity .9s var(--ease-reveal), transform 1.1s var(--ease-reveal), filter .9s var(--ease-reveal); transition-delay: var(--reveal-d, 0s); }
.reveal.is-in { opacity: 1; transform: none; filter: blur(0); }
.vision__media img { transform: scale(1.08); transition: transform 1.6s var(--ease-reveal); transition-delay: var(--reveal-d, 0s); }
.vision__media.is-in img { transform: scale(1); }
:focus-visible { outline: 2px solid #7795bd; outline-offset: 4px; }

@media (max-width: 1080px) {
  .nav { grid-template-columns: 140px 1fr auto; }
  .nav-items { gap: 19px; }
  .nav-cta { display: none; }
  .vision__grid { grid-template-columns: 50px .8fr 1fr; gap: 40px; }
  .portfolio__grid { grid-template-rows: 420px 280px; }
  .contact__grid { grid-template-columns: 1fr 430px; }
}

@media (max-width: 820px) {
  .nav { height: 76px; grid-template-columns: 1fr auto; }
  .nav-brand img { width: 106px; height: 54px; }
  .nav-items, .nav-actions { display: none; }
  .nav-toggle { display: block; }
  .campaign-hero__content { padding-top: 76px; padding-bottom: 76px; }
  .campaign-hero__proof { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 18px 0; }
  .campaign-hero__proof > div + div { margin: 0; padding: 0 0 0 24px; border-top: 0; border-left: 1px solid var(--line-light); }
  .brand-film__intro h2 { max-width: 13ch; }
  .vision__grid { grid-template-columns: 40px 1fr; align-items: start; }
  .vision__index { grid-row: 1 / 3; }
  .vision__media { height: 580px; }
  .vision__copy { grid-column: 2; }
  .services__head, .portfolio__head, .process__intro, .stories__head { grid-template-columns: 1fr; display: grid; gap: 28px; }
  .services__panels { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .service-panel { flex: 0 0 82vw; min-height: 620px; scroll-snap-align: start; }
  .portfolio__grid { grid-template-columns: 1fr 1fr; grid-template-rows: 430px 360px 360px; }
  .work--wide { grid-column: 1 / 3; grid-row: 1; }
  .work--portrait { grid-column: 1; grid-row: 2 / 4; }
  .work:not(.work--wide):not(.work--portrait):nth-child(3) { grid-column: 2; grid-row: 2; }
  .work:not(.work--wide):not(.work--portrait):nth-child(4) { grid-column: 2; grid-row: 3; }
  .process__steps { grid-template-columns: 1fr 1fr; }
  .process__steps li:nth-child(2) { border-right: 0; }
  .process__steps li:nth-child(-n+2) { border-bottom: 1px solid var(--line-light); }
  .stories__grid { grid-template-columns: 1fr; }
  .stories blockquote { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--line); }
  .stories blockquote:last-child { border-bottom: 0; }
  .location { grid-template-columns: 1fr; }
  .location__map { height: 500px; }
  .contact__grid { grid-template-columns: 1fr; }
  .contact__copy { max-width: 620px; }
}

@media (max-width: 560px) {
  :root { --gutter: 24px; --space: 78px; }
  section[id] { scroll-margin-top: 76px; }
  .button, .nav-cta { max-width: 100%; }
  .campaign-hero__media img { object-position: 56% center; }
  .campaign-hero__shade { background: linear-gradient(180deg, rgba(9,18,30,.28), rgba(9,18,30,.84) 72%, rgba(9,18,30,.95)); }
  .campaign-hero__content { padding-top: 76px; padding-bottom: 76px; }
  .campaign-hero__copy h1 { max-width: 10ch; font-size: clamp(42px, 12vw, 52px); }
  .campaign-hero__copy > p:not(.eyebrow) { max-width: 32ch; margin: 22px auto 0; font-size: 15px; }
  .campaign-hero__cta { margin-top: 26px; }
  .campaign-hero__proof strong { font-size: 23px; }
  .campaign-hero__scroll { display: none; }
  .hero-scroll-cue { bottom: 24px; }
  .brand-film { padding-block: 64px; }
  .brand-film__intro { margin-bottom: 30px; }
  .brand-film__intro h2 { max-width: 15ch; font-size: 32px; }
  .brand-film__intro > div:last-child > p { margin-top: 14px; }
  .brand-film__player { border-radius: 0; }
  .brand-film__play { min-height: 50px; padding: 6px 14px 6px 7px; gap: 10px; }
  .brand-film__play span { width: 36px; height: 36px; }
  .brand-film__play strong { font-size: 9px; letter-spacing: .11em; }
  .vision__grid { grid-template-columns: 1fr; gap: 32px; }
  .vision__index { grid-row: auto; flex-direction: row; padding-bottom: 12px; border-right: 0; border-bottom: 1px solid var(--line); }
  .vision__index p { writing-mode: initial; transform: none; }
  .vision__media { height: 118vw; max-height: 540px; }
  .vision__copy { grid-column: 1; }
  .vision__copy h2, .portfolio__head h2, .process__intro h2, .stories__head h2, .location__copy h2, .contact__copy h2 { font-size: 38px; }
  .vision__lead { font-size: 17px; }
  .services__head { align-items: start; }
  .services__panels { padding: 0 var(--gutter) 20px; gap: 12px; scroll-padding-inline: var(--gutter); }
  .service-panel { flex-basis: calc(100vw - 2 * var(--gutter)); min-height: 540px; border: 0; }
  .service-panel > div { inset: auto 24px 34px; }
  .portfolio__head { margin-bottom: 38px; }
  .portfolio__grid { display: flex; flex-direction: column; gap: 14px; }
  .work, .work--wide, .work--portrait { height: 118vw; max-height: 520px; }
  .work--wide { height: 82vw; }
  .gallery-screen { min-height: 660px; }
  .gallery-screen .gallery-item figcaption { top: 92px; right: var(--gutter); left: var(--gutter); text-align: right; }
  .gallery-screen__shade { background: linear-gradient(180deg, rgba(9,18,30,.08) 20%, rgba(9,18,30,.88) 100%); }
  .gallery-screen__copy { left: var(--gutter); right: var(--gutter); bottom: 100px; width: auto; }
  .gallery-screen__copy h2 { max-width: 13ch; font-size: 36px; }
  .gallery-screen__copy > p:not(.eyebrow) { margin: 16px 0 22px; font-size: 14px; }
  .gallery-screen__copy .button { min-height: 46px; padding: 11px 17px; }
  .gallery-screen__nav { left: var(--gutter); right: auto; bottom: 30px; }
  .gallery-screen__nav button { width: 44px; height: 44px; }
  .image-manifesto { min-height: 680px; }
  .image-manifesto > img { object-position: 62% center; }
  .image-manifesto__content h2 { font-size: 40px; }
  .process__intro { margin-bottom: 50px; }
  .process__steps { grid-template-columns: 1fr; }
  .process__steps li { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .process__steps li:last-child { border-bottom: 0; }
  .process__steps h3 { margin-top: 50px; }
  .process__proof { flex-direction: column; }
  .stories__head { margin-bottom: 44px; }
  .stories blockquote { min-height: 280px; padding: 30px 0; }
  .location__map { height: 390px; }
  .location__copy { padding: 64px var(--gutter) 76px; }
  .contact { min-height: auto; }
  .contact__media { object-position: 35% center; }
  .contact__shade { background: rgba(255,255,255,.86); }
  .contact__grid { padding-block: 82px; gap: 46px; }
  .form-card { padding: 26px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .site-footer__top { min-height: 210px; grid-template-columns: 1fr; align-content: center; gap: 14px; }
  .site-footer__top img { width: 130px; }
  .site-footer__bottom { min-height: 100px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 6px; }
  .contact-float { top: auto; bottom: 80px; height: 118px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; filter: none; transition: none; transition-delay: 0s; }
  .vision__media img { transform: none; transition: none; }
  .hero-scroll-cue { animation: none; }
  .service-panel > img, .work img { transition: none; }
  .campaign-hero__media img { animation: none; opacity: 0; transform: none; }
  .campaign-hero__media img:first-child { opacity: 1; }
}

/* English route: compatibility while it shares the Senna visual foundation. */
html[lang="en"] .nav { width: min(100%, var(--shell)); margin-inline: auto; padding-inline: var(--gutter); }
html[lang="en"] .nav-right { display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
html[lang="en"] .nav-right .nav-items { display: flex; }
html[lang="en"] .pill { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 24px; border: 1px solid currentColor; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
html[lang="en"] .pill.solid { color: #fff; border-color: rgba(255,255,255,.5); }
html[lang="en"] .hero { position: relative; min-height: 100svh; display: flex; align-items: end; overflow: hidden; color: #fff; background: var(--navy-deep) url("../img/architectural-4-clean-desktop.webp") center/cover no-repeat; }
html[lang="en"] .hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(9,18,30,.84),rgba(9,18,30,.26)),linear-gradient(180deg,transparent 45%,rgba(9,18,30,.66)); }
html[lang="en"] .hero-inner { position: relative; z-index: 2; width: min(100%, var(--shell)); margin-inline: auto; padding: 170px var(--gutter) 120px; }
html[lang="en"] .hero-title h1 { max-width: 12ch; font-size: clamp(48px,6vw,86px); line-height: .98; letter-spacing: -.045em; }
html[lang="en"] .hero-title > p:last-child { max-width: 58ch; margin: 28px 0 0; color: rgba(255,255,255,.68); }
html[lang="en"] .hero-actions { display: flex; gap: 14px; margin-top: 34px; }
html[lang="en"] .hero-scroll-hint { position: absolute; right: var(--gutter); bottom: 44px; }
html[lang="en"] .stats { color: var(--ink); background: var(--paper); }
html[lang="en"] .stats-inner { width: min(100%,var(--shell)); margin:auto; padding: 36px var(--gutter); display:grid; grid-template-columns:repeat(4,1fr); }
html[lang="en"] .stat { padding: 0 24px; border-right: 1px solid var(--line); }
html[lang="en"] .stat:last-child { border:0; }
html[lang="en"] .stat-icon { display:none; }
html[lang="en"] .stat-value { display:block; font-size:28px; font-weight:300; }
html[lang="en"] .stat-label { color:var(--muted); font-size:9px; letter-spacing:.16em; text-transform:uppercase; }
html[lang="en"] .section { padding-block:var(--space); }
html[lang="en"] .section-inner, html[lang="en"] .video-inner, html[lang="en"] .clients-strip-inner, html[lang="en"] .footer-inner { width:min(100%,var(--shell)); margin-inline:auto; padding-inline:var(--gutter); }
html[lang="en"] .kicker { display:block; margin-bottom:20px; color:var(--navy); font-size:9px; font-weight:600; letter-spacing:.2em; text-transform:uppercase; }
html[lang="en"] .manifesto-section { background:var(--paper); }
html[lang="en"] .manifesto-grid { display:grid; grid-template-columns:1fr 1fr; gap:80px; margin-bottom:70px; }
html[lang="en"] .manifesto-copy h2, html[lang="en"] .gallery-copy h2, html[lang="en"] .execution-copy h2, html[lang="en"] .location-panel h2, html[lang="en"] .video-head h2, html[lang="en"] .section-head h2, html[lang="en"] .faq-head h2, html[lang="en"] .contact-copy h2 { font-size:clamp(36px,4.4vw,62px); line-height:1.06; letter-spacing:-.035em; }
html[lang="en"] .manifesto-text { color:var(--muted); }
html[lang="en"] .sensory-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
html[lang="en"] .sensory-card { position:relative; min-height:560px; overflow:hidden; color:#fff; }
html[lang="en"] .sensory-card img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; filter:saturate(.7) brightness(.72); }
html[lang="en"] .sensory-card > div { position:absolute; z-index:2; inset:auto 25px 26px; }
html[lang="en"] .sensory-card::after { content:""; position:absolute; inset:45% 0 0; background:linear-gradient(transparent,rgba(9,18,30,.86)); }
html[lang="en"] .sensory-card h3 { margin:10px 0; font-size:24px; font-weight:300; }
html[lang="en"] .sensory-card p { color:rgba(255,255,255,.66); font-size:13px; }
html[lang="en"] .gallery-showcase { padding:var(--space) var(--gutter); overflow:hidden; }
html[lang="en"] .gallery-copy { width:min(100%,var(--shell)); margin:0 auto 54px; }
html[lang="en"] .gallery-copy h2 { max-width:18ch; }
html[lang="en"] .gallery-copy p { max-width:48ch; color:var(--muted); }
html[lang="en"] .gallery-rail { display:flex; gap:18px; overflow-x:auto; }
html[lang="en"] .gallery-rail a { flex:0 0 min(68vw,720px); height:580px; }
html[lang="en"] .gallery-rail img { width:100%; height:100%; object-fit:cover; }
html[lang="en"] .execution-section { color:var(--ink); background:var(--paper); }
html[lang="en"] .execution-grid { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
html[lang="en"] .execution-media { height:650px; }
html[lang="en"] .execution-media img { width:100%; height:100%; object-fit:cover; }
html[lang="en"] .execution-copy > p, html[lang="en"] .execution-list dd { color:var(--muted); }
html[lang="en"] .execution-list { margin-top:30px; }
html[lang="en"] .execution-list > div { padding:19px 0; border-top:1px solid var(--line); }
html[lang="en"] .execution-list dt { margin-bottom:7px; font-size:11px; letter-spacing:.14em; text-transform:uppercase; }
html[lang="en"] .execution-list dd { margin:0; }
html[lang="en"] .location-feature { min-height:720px; display:flex; align-items:end; padding:70px var(--gutter); color:#fff; background:linear-gradient(rgba(9,18,30,.16),rgba(9,18,30,.82)),url("../img/obra-1859.webp") center/cover; }
html[lang="en"] .location-panel { max-width:650px; }
html[lang="en"] .location-panel p { color:rgba(255,255,255,.66); }
html[lang="en"] .video-section { padding-block:var(--space); }
html[lang="en"] .video-head { margin-bottom:45px; }
html[lang="en"] .video-frame { position:relative; aspect-ratio:16/9; overflow:hidden; background:var(--paper); }
html[lang="en"] .video-poster { width:100%; height:100%; object-fit:cover; }
html[lang="en"] .video-play { position:absolute; inset:50% auto auto 50%; transform:translate(-50%,-50%); width:70px; height:70px; display:grid; place-items:center; border-radius:50%; color:#fff; background:rgba(15,27,43,.75); }
html[lang="en"] .video-play svg { width:25px; }
html[lang="en"] .testimonials-section { background:var(--paper); }
html[lang="en"] .section-head { margin-bottom:45px; }
html[lang="en"] .testimonials { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
html[lang="en"] .testimonial { min-height:320px; padding:34px; border-right:1px solid var(--line); display:flex; flex-direction:column; justify-content:space-between; }
html[lang="en"] .testimonial:last-child { border:0; }
html[lang="en"] .testimonial-name { margin-bottom:0; font-size:11px; font-weight:600; text-transform:uppercase; }
html[lang="en"] .testimonial-role { color:var(--muted); font-size:10px; }
html[lang="en"] .clients-strip { padding:50px 0; border-bottom:1px solid var(--line); }
html[lang="en"] .clients-strip h2 { margin-bottom:28px; font-size:10px; letter-spacing:.18em; text-transform:uppercase; }
html[lang="en"] .client-logos { display:flex; align-items:center; justify-content:space-between; gap:30px; }
html[lang="en"] .client-logos img { max-width:130px; max-height:42px; filter:grayscale(1); }
html[lang="en"] .faq-inner { display:grid; grid-template-columns:.8fr 1.2fr; gap:80px; }
html[lang="en"] .faq-list details { padding:22px 0; border-top:1px solid var(--line); }
html[lang="en"] .faq-list summary { cursor:pointer; font-weight:500; }
html[lang="en"] .faq-list p { color:var(--muted); }
html[lang="en"] .contact { min-height:auto; padding-block:var(--space); color:var(--ink); background:var(--paper); }
html[lang="en"] .contact-grid { display:grid; grid-template-columns:1fr 470px; gap:90px; align-items:center; }
html[lang="en"] .contact-copy > p { color:var(--muted); }
html[lang="en"] .contact-direct { display:grid; gap:8px; margin-top:28px; }
html[lang="en"] .form { padding:40px; background:#fff; box-shadow:0 25px 70px rgba(39,58,84,.15); }
html[lang="en"] body > footer { padding:52px 0 20px; color:var(--muted); background:#fff; border-top:1px solid var(--line); }
html[lang="en"] body > footer .footer-grid { display:grid; grid-template-columns:1.6fr 1fr 1.2fr 1fr; gap:50px; padding-bottom:55px; }
html[lang="en"] body > footer .footer-brand img { width:150px; margin-bottom:20px; }
html[lang="en"] body > footer h5 { color:var(--navy); font-size:10px; letter-spacing:.16em; text-transform:uppercase; }
html[lang="en"] body > footer li { margin-bottom:10px; font-size:13px; }
html[lang="en"] body > footer .footer-bottom { display:flex; justify-content:space-between; padding-top:20px; border-top:1px solid var(--line); font-size:9px; text-transform:uppercase; }
html[lang="en"] .wa-float { position:fixed; right:20px; bottom:20px; z-index:90; width:52px; height:52px; display:grid; place-items:center; border-radius:50%; color:#fff; background:var(--navy); }
html[lang="en"] .wa-float svg { width:25px; fill:currentColor; }

@media (max-width:820px) {
  html[lang="en"] .nav-right { display:none; }
  html[lang="en"] .hero-title h1 { font-size:48px; }
  html[lang="en"] .stats-inner, html[lang="en"] .sensory-grid, html[lang="en"] .testimonials { grid-template-columns:1fr 1fr; }
  html[lang="en"] .manifesto-grid, html[lang="en"] .execution-grid, html[lang="en"] .faq-inner, html[lang="en"] .contact-grid { grid-template-columns:1fr; }
  html[lang="en"] body > footer .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width:560px) {
  html[lang="en"] .hero { background-image:linear-gradient(180deg,rgba(9,18,30,.2),rgba(9,18,30,.9)),url("../img/architectural-4-clean-mobile.webp"); }
  html[lang="en"] .hero-title h1 { font-size:43px; }
  html[lang="en"] .hero-actions { flex-direction:column; align-items:flex-start; }
  html[lang="en"] .stats-inner, html[lang="en"] .sensory-grid, html[lang="en"] .testimonials { grid-template-columns:1fr; }
  html[lang="en"] .stat { padding:14px 0; border-right:0; border-bottom:1px solid var(--line-light); }
  html[lang="en"] .sensory-card { min-height:520px; }
  html[lang="en"] .gallery-rail a { flex-basis:88vw; height:480px; }
  html[lang="en"] .client-logos { flex-wrap:wrap; }
  html[lang="en"] body > footer .footer-grid { grid-template-columns:1fr; }
}

/* The current bilingual page uses the shared components above. Reset old route-only spacing. */
html[lang="en"] .contact { padding-block: 0; }
html[lang="en"] body > footer.site-footer { padding: 0; }

/* ---------- Lightbox da galeria completa ---------- */
.lightbox { position: fixed; inset: 0; z-index: 300; display: none; flex-direction: column; padding: clamp(18px, 3.4vw, 36px) clamp(18px, 4.5vw, 60px) clamp(16px, 2.6vw, 30px); background: radial-gradient(130% 120% at 50% 12%, rgba(26,42,66,.96), rgba(7,13,22,.99)); -webkit-backdrop-filter: blur(22px); backdrop-filter: blur(22px); opacity: 0; transition: opacity .45s var(--ease-reveal); }
.lightbox.is-open { display: flex; opacity: 1; }

.lightbox__bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: clamp(16px, 2.2vw, 26px); border-bottom: 1px solid rgba(255,255,255,.08); }
.lightbox__eyebrow { color: rgba(255,255,255,.5); font-size: 10px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.lightbox__counter { color: rgba(255,255,255,.55); font-size: 12px; font-weight: 500; letter-spacing: .14em; font-variant-numeric: tabular-nums; }
.lightbox__counter [data-lb-current] { color: #fff; font-size: 15px; }
.lightbox__counter-sep { margin: 0 7px; color: rgba(255,255,255,.28); }
.lightbox__close { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(255,255,255,.04); color: #fff; cursor: pointer; transition: background .3s, border-color .3s, color .3s; }
.lightbox__close:hover { background: #fff; border-color: #fff; color: var(--navy-deep); }
.lightbox__close svg { width: 18px; height: 18px; }

.lightbox__stage { position: relative; flex: 1; min-height: 0; display: flex; align-items: center; justify-content: center; padding-block: clamp(18px, 3vw, 38px); }
.lightbox__frame { position: relative; margin: 0; display: flex; max-width: min(1080px, 86vw); max-height: 100%; }
.lightbox__img { max-width: 100%; max-height: 68vh; width: auto; height: auto; object-fit: contain; box-shadow: 0 0 0 1px rgba(255,255,255,.1), 0 52px 130px rgba(0,0,0,.62); }
.lightbox__img.lb-anim { animation: lb-in .55s var(--ease-reveal); }
.lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(255,255,255,.05); color: #fff; cursor: pointer; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); transition: background .3s, border-color .3s, color .3s; }
.lightbox__nav:hover { background: #fff; border-color: #fff; color: var(--navy-deep); }
.lightbox__nav svg { width: 20px; height: 20px; }
.lightbox__nav--prev { left: clamp(2px, 2vw, 24px); }
.lightbox__nav--next { right: clamp(2px, 2vw, 24px); }

.lightbox__thumbs { display: flex; justify-content: center; gap: 8px; max-width: min(1080px, 92vw); margin: clamp(20px, 2.6vw, 32px) auto 0; overflow-x: auto; padding: 0 4px 4px; scroll-behavior: smooth; }
.lightbox__thumb { flex: 0 0 auto; width: 82px; height: 55px; padding: 0; border: 0; overflow: hidden; background: none; cursor: pointer; opacity: .4; filter: grayscale(.55) brightness(.88); transition: opacity .35s, filter .35s, transform .35s var(--ease); }
.lightbox__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lightbox__thumb:hover { opacity: .85; filter: grayscale(0) brightness(1); }
.lightbox__thumb.is-active { opacity: 1; filter: none; transform: translateY(-3px); box-shadow: 0 0 0 1px rgba(255,255,255,.9), 0 10px 26px rgba(0,0,0,.45); }
@keyframes lb-in { from { opacity: 0; transform: scale(.99) translateY(6px); } to { opacity: 1; transform: none; } }
@media (max-width: 700px) {
  .lightbox { padding: 16px 16px 18px; }
  .lightbox__eyebrow { font-size: 9px; letter-spacing: .2em; }
  .lightbox__close { width: 40px; height: 40px; }
  .lightbox__nav { width: 42px; height: 42px; }
  .lightbox__img { max-height: 56vh; }
  .lightbox__thumb { width: 64px; height: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  .lightbox { transition: none; }
  .lightbox__img { animation: none; }
}
