:root {
  --navy: #102a3a;
  --navy-deep: #081923;
  --navy-soft: #173b4f;
  --panel: #0d2230;
  --panel-soft: #163142;
  --graphite: #5f6972;
  --copper: #c96a2b;
  --copper-dark: #a95222;
  --carbon: #1e252b;
  --grey: #f3f5f6;
  --grey-2: #e5eaed;
  --white: #fff;
  --ink: #17232b;
  --muted: #63717a;
  --line: rgba(16, 42, 58, 0.15);
  --line-light: rgba(255, 255, 255, 0.16);
  --shadow: 0 20px 60px rgba(8, 25, 35, 0.12);
  --shadow-dark: 0 30px 80px rgba(0, 0, 0, 0.25);
  --shell: min(1240px, calc(100vw - 48px));
  --section: clamp(5rem, 8vw, 8.5rem);
  --header-height: 82px;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--white);
  font-family: "IBM Plex Sans", "Noto Sans", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, p, figure, blockquote, dl, dd { margin-top: 0; }
h1, h2, h3 { color: inherit; font-weight: 600; line-height: 1.08; letter-spacing: -0.035em; }
h1 { font-size: clamp(3rem, 6.4vw, 6.5rem); }
h2 { font-size: clamp(2.15rem, 4.1vw, 4.35rem); }
h3 { font-size: clamp(1.25rem, 1.8vw, 1.65rem); }
p { color: var(--muted); }
address { font-style: normal; }
svg { width: 1.1em; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }

::selection { color: var(--white); background: var(--copper); }

:focus-visible { outline: 3px solid var(--copper); outline-offset: 4px; }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px; color: var(--white); background: var(--copper-dark); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: none; }

.eyebrow,
.meta-label {
  margin-bottom: 1rem;
  color: var(--copper-dark);
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: .77rem;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eyebrow::before { display: inline-block; width: 34px; height: 2px; margin: 0 10px 3px 0; background: currentColor; content: ""; }
.eyebrow--light { color: #f0a069; }

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  height: var(--header-height);
  color: var(--navy);
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(16, 42, 58, .1);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s, background .25s;
}
.site-header.is-scrolled { background: rgba(255, 255, 255, .985); box-shadow: 0 9px 32px rgba(8, 25, 35, .09); }
.header-shell { display: flex; align-items: center; justify-content: space-between; width: min(1440px, calc(100vw - 40px)); height: 100%; margin-inline: auto; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 1 360px; min-width: 260px; gap: 13px; }
.brand img { width: 46px; height: 34px; object-fit: contain; }
.brand__name { max-width: 285px; color: var(--navy); font-size: .78rem; font-weight: 750; letter-spacing: .075em; line-height: 1.25; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(13px, 1.6vw, 27px); }
.site-nav > a { position: relative; color: #34444e; font-size: .83rem; font-weight: 650; white-space: nowrap; }
.site-nav > a:not(.nav-whatsapp)::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--copper); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav > a:hover::after, .site-nav > a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.site-tools { display: inline-flex; align-items: center; gap: 12px; }
.language-switcher { position: relative; }
.language-switcher summary { display: inline-flex; align-items: center; min-height: 44px; padding: 0 12px; color: var(--navy); background: rgba(255,255,255,.72); border: 1px solid rgba(16,42,58,.16); cursor: pointer; font-family: "IBM Plex Mono", monospace; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; gap: 8px; }
.language-switcher summary::-webkit-details-marker { display: none; }
.language-switcher[open] summary { background: var(--white); box-shadow: 0 12px 28px rgba(8,25,35,.08); }
.language-switcher__menu { position: absolute; top: calc(100% + 8px); right: 0; display: grid; min-width: 210px; padding: 10px; background: var(--white); border: 1px solid rgba(16,42,58,.12); box-shadow: 0 18px 38px rgba(8,25,35,.12); gap: 4px; }
.language-switcher__menu a { display: flex; align-items: center; justify-content: space-between; min-height: 40px; padding: 8px 10px; color: var(--navy); font-size: .82rem; font-weight: 600; gap: 14px; }
.language-switcher__menu a b { font-family: "IBM Plex Mono", monospace; font-size: .7rem; letter-spacing: .08em; }
.language-switcher__menu a span { color: var(--muted); font-size: .78rem; }
.language-switcher__menu a[aria-current="true"] { color: var(--white); background: var(--navy); }
.language-switcher__menu a[aria-current="true"] span { color: rgba(255,255,255,.72); }
.nav-whatsapp { display: inline-flex; align-items: center; padding: 11px 14px; color: var(--white) !important; background: var(--navy); gap: 8px; }
.nav-whatsapp:hover { background: var(--copper-dark); }
.nav-whatsapp svg { width: 18px; }
.menu-toggle { display: none; border: 0; background: transparent; }

.button-row { display: flex; flex-wrap: wrap; margin-top: 2rem; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border: 1px solid transparent; font-size: .86rem; font-weight: 700; letter-spacing: .015em; line-height: 1.2; cursor: pointer; gap: 16px; transition: color .25s, background .25s, border-color .25s, transform .25s, box-shadow .25s; }
.button svg { width: 19px; transition: transform .25s; }
.button:hover { transform: translateY(-2px); }
.button:hover svg { transform: translateX(4px); }
.button--primary { color: var(--white); background: var(--copper); box-shadow: 0 10px 25px rgba(201, 106, 43, .22); }
.button--primary:hover { background: var(--copper-dark); box-shadow: 0 14px 30px rgba(201, 106, 43, .3); }
.button--secondary { color: var(--navy); background: transparent; border-color: var(--navy); }
.button--secondary:hover { color: var(--white); background: var(--navy); }
.button--ghost-light { color: var(--white); background: rgba(255, 255, 255, .04); border-color: rgba(255, 255, 255, .5); }
.button--ghost-light:hover { background: rgba(255, 255, 255, .12); border-color: var(--white); }
.button--text { justify-content: flex-start; min-height: 0; padding: 0; color: var(--navy); background: none; }
.text-link { display: inline-flex; align-items: center; color: var(--navy); font-size: .9rem; font-weight: 700; gap: 10px; }
.text-link svg { width: 18px; transition: transform .25s; }
.text-link:hover svg { transform: translateX(4px); }

.page-hero {
  position: relative;
  display: grid;
  min-height: calc(91vh - var(--header-height));
  overflow: hidden;
  color: var(--white);
  background-color: var(--navy-deep);
  background-image: var(--hero-image);
  background-repeat: no-repeat;
  background-position: center calc(50% + var(--parallax-y, 0px));
  background-size: cover;
  place-items: center;
}
.page-hero--compact { min-height: clamp(560px, 74vh, 660px); }
.page-hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6, 20, 29, .94) 0%, rgba(9, 31, 43, .79) 44%, rgba(9, 28, 39, .32) 75%, rgba(9, 28, 39, .5) 100%), linear-gradient(0deg, rgba(6, 19, 27, .62), transparent 45%); }
.page-hero__grid, .not-found__grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px); background-size: 86px 86px; mask-image: linear-gradient(90deg, #000, transparent 72%); }
.page-hero__content { position: relative; z-index: 2; padding-block: clamp(5rem, 10vw, 9rem); }
.page-hero h1 { max-width: 990px; margin-bottom: 1.5rem; color: var(--white); text-wrap: balance; }
.page-hero__lead { max-width: 780px; color: rgba(255, 255, 255, .8); font-size: clamp(1.05rem, 1.55vw, 1.35rem); line-height: 1.65; }
.page-hero__meta { position: absolute; z-index: 2; right: 0; bottom: 22px; left: 0; display: flex; justify-content: space-between; color: rgba(255, 255, 255, .55); font-family: "IBM Plex Mono", monospace; font-size: .65rem; letter-spacing: .15em; }
.page-hero--compact .page-hero__content { padding-block: clamp(4.25rem, 8vw, 6.5rem); }
.page-hero--compact h1 { max-width: 860px; }
.page-hero--compact .page-hero__lead { max-width: 720px; font-size: clamp(1rem, 1.35vw, 1.18rem); }
.page-hero--compact .button-row { margin-top: 1.75rem; }

.signal-strip { color: var(--white); background: var(--navy); }
.signal-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-strip span { display: flex; align-items: center; min-height: 82px; padding: 20px 26px; border-right: 1px solid var(--line-light); color: rgba(255, 255, 255, .74); font-size: .84rem; gap: 12px; }
.signal-strip span:first-child { border-left: 1px solid var(--line-light); }
.signal-strip b { color: #f0a069; font-family: "IBM Plex Mono", monospace; font-size: .7rem; letter-spacing: .08em; }

.section--proof {
  background: radial-gradient(circle at top right, rgba(201, 106, 43, .12), transparent 32%), linear-gradient(180deg, #f7f9fa 0%, #eef3f5 100%);
}
.proof-layout { align-items: start; }
.proof-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.proof-card { position: relative; min-height: 220px; padding: 30px; overflow: hidden; background: rgba(255, 255, 255, .96); border: 1px solid rgba(16, 42, 58, .08); box-shadow: 0 20px 44px rgba(8, 25, 35, .08); }
.proof-card::before { position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(201, 106, 43, .12), transparent 30%), linear-gradient(140deg, rgba(16, 42, 58, .04), transparent 42%); content: ""; pointer-events: none; }
.proof-card > * { position: relative; z-index: 1; }
.proof-card > span { color: var(--copper-dark); font-family: "IBM Plex Mono", monospace; font-size: .72rem; letter-spacing: .12em; }
.proof-card h3 { margin: 3.6rem 0 1rem; color: var(--navy); font-size: 1.3rem; }
.proof-card p { margin: 0; font-size: .9rem; }

.section { padding-block: var(--section); }
.section--soft { background: var(--grey); }
.section--dark { color: var(--white); background: var(--navy-deep); }
.section--bridge { overflow: hidden; }
.section-heading { max-width: 820px; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.section-heading h2 { margin-bottom: 1.35rem; color: var(--navy); text-wrap: balance; }
.section-heading > p:last-child:not(.eyebrow) { max-width: 720px; margin-bottom: 0; font-size: 1.06rem; }
.section-heading--light h2 { color: var(--white); }
.section-heading--light > p:last-child { color: rgba(255, 255, 255, .68); }
.large-copy { font-size: clamp(1.08rem, 1.6vw, 1.38rem); line-height: 1.75; }
.section-action { display: flex; justify-content: center; margin-top: 3rem; }
.section-links { display: flex; align-self: end; justify-content: flex-end; padding-bottom: 4.5rem; gap: 26px; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.split--wide { grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); }
.split--heading { align-items: start; }
.three-up { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }

.bridge-map { position: relative; display: grid; min-height: 480px; padding: 44px; background: var(--grey); border: 1px solid var(--line); place-content: center; gap: 24px; }
.bridge-map::after { position: absolute; inset: 18px; border: 1px solid rgba(16,42,58,.1); content: ""; pointer-events: none; }
.bridge-map__node { position: relative; z-index: 1; min-width: 290px; padding: 22px 26px; color: var(--navy); background: var(--white); border-left: 3px solid var(--copper); box-shadow: var(--shadow); font-size: 1.1rem; font-weight: 700; }
.bridge-map__node small { display: block; margin-top: 5px; color: var(--muted); font-family: "IBM Plex Mono", monospace; font-size: .67rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.bridge-map__rail { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 0 38px; }
.bridge-map__rail > span { position: absolute; right: 0; left: 0; height: 1px; background: var(--graphite); }
.bridge-map__rail > span::after { position: absolute; top: -4px; right: 0; width: 9px; height: 9px; background: var(--copper); content: ""; transform: rotate(45deg); }
.bridge-map__rail img { position: relative; z-index: 1; padding: 10px; background: var(--grey); }
.bridge-map__rail b { position: relative; z-index: 1; padding: 6px 10px; color: var(--graphite); background: var(--grey); font-family: "IBM Plex Mono", monospace; font-size: .57rem; letter-spacing: .1em; }

.problem-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.problem-card { min-height: 310px; padding: 30px 25px; background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0)); border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); transition: background .25s, transform .25s; }
.problem-card:hover { background: rgba(255,255,255,.035); transform: translateY(-4px); }
.problem-card > span, .service-card__number, .family-card > span, .statement-card > span, .value-card > span { color: #f0a069; font-family: "IBM Plex Mono", monospace; font-size: .73rem; letter-spacing: .1em; }
.problem-card h3 { margin: 5.5rem 0 1rem; color: var(--white); font-size: 1.25rem; }
.problem-card p { margin: 0; color: rgba(255, 255, 255, .62); font-size: .9rem; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-grid--large .service-card { min-height: 420px; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 360px; overflow: hidden; padding: 32px; isolation: isolate; background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(243,245,246,.98)); border: 1px solid rgba(16,42,58,.08); box-shadow: 0 16px 40px rgba(8,25,35,.05); transition: background .3s, border-color .3s, transform .3s, box-shadow .3s; }
.service-card::before { position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(201, 106, 43, .14), transparent 30%), linear-gradient(145deg, rgba(16,42,58,.05), transparent 50%); content: ""; opacity: .9; transition: opacity .3s, transform .3s; }
.service-card > * { position: relative; z-index: 1; }
.service-card::after { position: absolute; right: 0; bottom: 0; width: 0; height: 3px; background: var(--copper); content: ""; transition: width .35s; }
.service-card:hover { background: var(--white); border-color: rgba(16,42,58,.14); box-shadow: 0 24px 54px rgba(8,25,35,.12); transform: translateY(-7px); }
.service-card:hover::before { opacity: 1; transform: scale(1.02); }
.service-card:hover::after { width: 100%; }
.service-card h3 { margin: 3.2rem 0 1.2rem; color: var(--navy); }
.service-card p { color: #52616b; font-size: .92rem; }
.service-card .text-link { margin-top: auto; }

.image-mosaic { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 270px 270px; gap: 13px; }
.image-mosaic__item { position: relative; min-height: 0; margin: 0; overflow: hidden; background: var(--navy); }
.image-mosaic__item--1 { grid-row: 1 / 3; }
.image-mosaic__item--4 { grid-column: 2 / 4; }
.image-mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s, filter .5s; }
.image-mosaic__item:hover img { filter: saturate(.9) contrast(1.04); transform: scale(1.045); }
.image-mosaic figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 50px 22px 18px; color: var(--white); background: linear-gradient(transparent, rgba(6, 20, 29, .88)); }
.image-mosaic figcaption span { display: block; color: #f0a069; font-family: "IBM Plex Mono", monospace; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.image-mosaic figcaption b { font-size: .94rem; }
.control-note { margin: 1.5rem 0 0; padding-left: 18px; border-left: 2px solid var(--copper); font-size: .84rem; }

.section--intro {
  background: linear-gradient(180deg, #f7f9fa 0%, #eef3f5 100%);
}
.brief-grid,
.phase-grid {
  display: grid;
  gap: 18px;
}
.brief-grid--three { grid-template-columns: repeat(3, 1fr); }
.brief-grid--four { grid-template-columns: repeat(4, 1fr); }
.brief-card,
.phase-card {
  position: relative;
  min-height: 220px;
  padding: 28px;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s, border-color .3s, background .3s;
}
.brief-card::before,
.phase-card::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}
.brief-card {
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,247,248,.98));
  border: 1px solid rgba(16,42,58,.08);
  box-shadow: 0 16px 36px rgba(8,25,35,.06);
}
.brief-card::before {
  background: radial-gradient(circle at top right, rgba(201, 106, 43, .12), transparent 30%), linear-gradient(140deg, rgba(16,42,58,.045), transparent 44%);
}
.phase-grid { grid-template-columns: repeat(3, 1fr); }
.phase-card {
  color: var(--white);
  background: linear-gradient(180deg, rgba(16,42,58,.98), rgba(8,25,35,.98));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 20px 44px rgba(0,0,0,.2);
}
.phase-card::before {
  background: radial-gradient(circle at top right, rgba(201, 106, 43, .18), transparent 28%), linear-gradient(145deg, rgba(255,255,255,.05), transparent 36%);
}
.brief-card:hover,
.phase-card:hover {
  transform: translateY(-6px);
}
.brief-card:hover {
  border-color: rgba(16,42,58,.14);
  box-shadow: 0 24px 52px rgba(8,25,35,.12);
}
.phase-card:hover {
  border-color: rgba(255,255,255,.16);
  box-shadow: 0 28px 60px rgba(0,0,0,.28);
}
.brief-card > *,
.phase-card > * {
  position: relative;
  z-index: 1;
}
.brief-card > span,
.phase-card > span {
  color: #f0a069;
  font-family: "IBM Plex Mono", monospace;
  font-size: .72rem;
  letter-spacing: .12em;
}
.brief-card h3,
.phase-card h3 {
  margin: 3.4rem 0 1rem;
  font-size: 1.28rem;
}
.brief-card h3 { color: var(--navy); }
.phase-card h3 { color: var(--white); }
.brief-card p,
.phase-card p { margin: 0; font-size: .9rem; }
.phase-card p { color: rgba(255,255,255,.74); }

.process-rail { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; gap: 16px; list-style: none; }
.process-rail li { min-height: 270px; padding: 28px; background: linear-gradient(180deg, #fff, #f5f8f9); border: 1px solid rgba(16,42,58,.08); box-shadow: 0 16px 36px rgba(8,25,35,.06); transition: transform .25s, box-shadow .25s; }
.process-rail li:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(8,25,35,.11); }
.process-rail li > span { color: var(--copper-dark); font-family: "IBM Plex Mono", monospace; font-size: .72rem; letter-spacing: .12em; }
.process-rail h3 { margin: 4rem 0 1rem; color: var(--navy); font-size: 1.2rem; }
.process-rail p { margin: 0; font-size: .88rem; }

.quality-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; color: var(--white); background: var(--navy); }
.quality-feature__media { overflow: hidden; }
.quality-feature__media img { width: 100%; height: 100%; object-fit: cover; }
.quality-feature__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(3rem, 7vw, 7rem); }
.quality-feature h2 { margin-bottom: 1.5rem; color: var(--white); }
.quality-feature p:not(.eyebrow) { color: rgba(255,255,255,.7); }

.contact-band { position: relative; display: grid; min-height: 570px; color: var(--white); background-image: var(--band-image); background-position: center; background-size: cover; place-items: center; }
.contact-band__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6, 20, 29, .96), rgba(16, 42, 58, .75), rgba(16, 42, 58, .4)); }
.contact-band__content { position: relative; z-index: 1; }
.contact-band h2 { max-width: 900px; margin-bottom: 1.4rem; color: var(--white); }
.contact-band p:not(.eyebrow) { max-width: 700px; color: rgba(255,255,255,.73); font-size: 1.08rem; }

.definition-card { padding: 42px; color: var(--white); background: var(--navy); box-shadow: var(--shadow); }
.definition-card p:last-child { margin: 0; color: rgba(255,255,255,.78); font-size: 1.12rem; }
.statement-card { min-height: 360px; padding: 38px; background: var(--white); }
.statement-card h2 { margin: 5rem 0 1.4rem; color: var(--navy); font-size: 2rem; }
.statement-card p { margin: 0; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line-light); }
.value-card { min-height: 180px; padding: 28px; background: var(--navy-deep); }
.value-card h3 { margin: 3rem 0 0; color: var(--white); font-size: 1.15rem; }
.facts-list { border-top: 1px solid var(--line); }
.facts-list > div { display: grid; grid-template-columns: 190px 1fr; padding: 18px 0; border-bottom: 1px solid var(--line); gap: 20px; }
.facts-list dt { color: var(--muted); font-size: .8rem; }
.facts-list dd { color: var(--navy); font-weight: 700; }
.portrait-media { position: relative; height: 650px; margin: 0; overflow: hidden; }
.portrait-media img { width: 100%; height: 100%; object-fit: cover; }
.portrait-media figcaption { position: absolute; right: 18px; bottom: 18px; padding: 8px 12px; color: rgba(255,255,255,.8); background: rgba(8,25,35,.76); font-family: "IBM Plex Mono", monospace; font-size: .58rem; letter-spacing: .09em; text-transform: uppercase; }

.check-list, .support-grid { margin: 0; padding: 0; list-style: none; }
.check-list li, .support-grid li { display: flex; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--line); gap: 14px; }
.check-list svg, .support-grid svg { flex: 0 0 22px; width: 22px; margin-top: 1px; color: var(--copper); }
.check-list--light li { color: rgba(255,255,255,.8); border-bottom-color: var(--line-light); }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
.deliverable-card { padding: 38px; background: var(--grey); border-top: 4px solid var(--copper); }
.deliverable-card h2 { color: var(--navy); font-size: 2.2rem; }
.deliverable-card ol { margin: 2.5rem 0 0; padding: 0; list-style: none; }
.deliverable-card li { display: flex; padding: 14px 0; border-top: 1px solid var(--line); gap: 14px; }
.deliverable-card li span { color: var(--copper-dark); font-family: "IBM Plex Mono", monospace; font-size: .68rem; }
.boundary-section { padding-block: clamp(4rem, 7vw, 7rem); color: var(--white); background: var(--navy); }
.boundary-section h2 { color: var(--white); }
.boundary-section .large-copy { color: rgba(255,255,255,.72); }
.next-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.next-service { position: relative; min-height: 220px; padding: 28px; background: var(--white); border: 1px solid var(--line); transition: color .25s, background .25s, transform .25s; }
.next-service > span { color: var(--copper-dark); font-family: "IBM Plex Mono", monospace; font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.next-service h3 { max-width: 230px; margin: 4rem 0 0; color: var(--navy); }
.next-service svg { position: absolute; right: 25px; bottom: 25px; width: 20px; }
.next-service:hover { color: var(--white); background: var(--navy); transform: translateY(-5px); }
.next-service:hover h3 { color: var(--white); }

.family-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.family-card { min-height: 320px; padding: 28px 24px; background: linear-gradient(180deg, #fff, #f6f8f9); border: 1px solid rgba(16,42,58,.08); box-shadow: 0 16px 36px rgba(8,25,35,.06); transition: transform .25s, box-shadow .25s, border-color .25s; }
.family-card:hover { transform: translateY(-5px); border-color: rgba(16,42,58,.14); box-shadow: 0 24px 48px rgba(8,25,35,.11); }
.family-card h3 { margin: 4.5rem 0 1.2rem; color: var(--navy); font-size: 1.22rem; }
.family-card p { font-size: .87rem; }
.gallery-controls { position: sticky; top: calc(var(--header-height) + 14px); z-index: 30; display: flex; flex-wrap: wrap; margin-bottom: 1.25rem; padding: 12px; background: rgba(255,255,255,.9); border: 1px solid rgba(16,42,58,.08); box-shadow: 0 14px 34px rgba(8,25,35,.08); backdrop-filter: blur(16px); gap: 8px; }
.filter-button { min-height: 42px; padding: 8px 15px; color: var(--navy); background: transparent; border: 1px solid rgba(16,42,58,.25); font-size: .78rem; font-weight: 700; cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.filter-button:hover, .filter-button.is-active { color: var(--white); background: var(--navy); border-color: var(--navy); }
.section--dark .gallery-controls { background: rgba(8,25,35,.88); border-color: rgba(255,255,255,.12); box-shadow: 0 18px 40px rgba(0,0,0,.22); }
.section--dark .filter-button { color: rgba(255,255,255,.75); border-color: var(--line-light); }
.section--dark .filter-button:hover, .section--dark .filter-button.is-active { color: var(--navy); background: var(--white); border-color: var(--white); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-card { overflow: hidden; background: linear-gradient(180deg, #fff, #f7f9fa); border: 1px solid rgba(16,42,58,.08); box-shadow: 0 14px 36px rgba(8,25,35,.06); transition: transform .3s, box-shadow .3s, border-color .3s; }
.gallery-card.is-filtered, .gallery-card.is-overflow { display: none; }
.gallery-card:hover { transform: translateY(-6px); box-shadow: 0 22px 48px rgba(8,25,35,.12); border-color: rgba(16,42,58,.14); }
.gallery-card__image { position: relative; display: block; width: 100%; height: 310px; overflow: hidden; padding: 0; background: linear-gradient(180deg, #eef2f5 0%, #dde6ea 100%); border: 0; cursor: zoom-in; }
.gallery-card__image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 16px 28px rgba(16,42,58,.12)); transition: transform .5s; }
.gallery-card__image:hover img { transform: scale(1.045); }
.gallery-card__zoom { position: absolute; right: 14px; bottom: 14px; display: grid; width: 42px; height: 42px; color: var(--white); background: rgba(16,42,58,.9); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 10px 24px rgba(0,0,0,.2); place-items: center; }
.gallery-card__zoom svg { width: 18px; }
.gallery-card__body { min-height: 128px; padding: 24px; }
.gallery-card__body .meta-label { margin-bottom: .6rem; font-size: .58rem; }
.gallery-card__body h3 { margin-bottom: 0; color: var(--navy); font-size: 1.13rem; }
.gallery-card__body p:last-child { margin: 0; font-size: .76rem; }
.gallery-grid--dark .gallery-card { background: linear-gradient(180deg, rgba(18,43,58,.98), rgba(11,28,39,.98)); border-color: var(--line-light); box-shadow: 0 18px 40px rgba(0,0,0,.24); }
.gallery-grid--dark .gallery-card__image { background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.06)); }
.gallery-grid--dark .gallery-card__image img { mix-blend-mode: normal; filter: brightness(1.08) contrast(1.04) drop-shadow(0 18px 30px rgba(0,0,0,.24)); }
.gallery-grid--dark .gallery-card__body .meta-label { color: #f0a069; }
.gallery-grid--dark .gallery-card__body h3 { color: var(--white); }
.gallery-grid--dark .gallery-card__body p:last-child { color: rgba(255,255,255,.58); }
.gallery-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.gallery-footer p { margin: 0; font-family: "IBM Plex Mono", monospace; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.gallery-footer--dark { border-top-color: var(--line-light); }
.gallery-footer--dark p { color: rgba(255,255,255,.65); }
.availability-band { padding-block: clamp(3.5rem, 6vw, 6rem); color: var(--white); background: var(--copper-dark); }
.availability-band .meta-label { color: #ffd1b2; }
.availability-band h2 { max-width: 900px; margin-bottom: 1rem; color: var(--white); }
.availability-band p:last-child { max-width: 850px; margin: 0; color: rgba(255,255,255,.78); }

.industry-list { display: grid; gap: 18px; }
.industry-row { position: relative; display: grid; grid-template-columns: 70px 1fr 1fr; align-items: center; min-height: 120px; padding: 26px 28px; overflow: hidden; background: linear-gradient(180deg, #fff, #f6f8f9); border: 1px solid rgba(16,42,58,.08); box-shadow: 0 16px 36px rgba(8,25,35,.06); gap: 22px; transition: transform .25s, box-shadow .25s, border-color .25s; }
.industry-row::before { position: absolute; top: 0; bottom: 0; left: 0; width: 4px; background: linear-gradient(180deg, var(--copper), rgba(201,106,43,.18)); content: ""; }
.industry-row:hover { transform: translateY(-4px); border-color: rgba(16,42,58,.14); box-shadow: 0 22px 48px rgba(8,25,35,.11); }
.industry-row > span { color: var(--copper-dark); font-family: "IBM Plex Mono", monospace; font-size: .72rem; }
.industry-row h3 { margin: 0; color: var(--navy); }
.industry-row p { margin: 0; font-size: .82rem; }

.process-detail { position: relative; }
.process-detail::before { position: absolute; top: 0; bottom: 0; left: 63px; width: 1px; background: var(--line); content: ""; }
.process-step { position: relative; display: grid; grid-template-columns: 128px minmax(0, 730px); align-items: start; min-height: 290px; padding: 35px 0 60px; border-bottom: 1px solid var(--line); gap: 42px; }
.process-step__number { position: relative; z-index: 1; display: grid; width: 72px; height: 72px; color: var(--white); background: var(--navy); font-family: "IBM Plex Mono", monospace; font-size: .83rem; place-items: center; }
.process-step > div:last-child { padding: 30px 34px 34px; background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(243,246,247,.95)); border: 1px solid rgba(16,42,58,.08); box-shadow: 0 16px 36px rgba(8,25,35,.06); }
.process-step:nth-child(2n) > div:last-child { background: linear-gradient(180deg, rgba(246,248,249,.98), rgba(255,255,255,.95)); }
.process-step h2 { margin-bottom: 1.2rem; color: var(--navy); font-size: clamp(2rem, 3vw, 3.2rem); }
.process-step p:last-child { font-size: 1.03rem; }
.status-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.status { display: flex; align-items: center; min-height: 90px; padding: 22px; background: var(--white); border-left: 4px solid; font-weight: 700; }
.status--confirmed { border-color: #2f7c62; }
.status--missing { border-color: var(--copper); }
.status--assumed { border-color: #8c7c4a; }
.status--conflict { border-color: #9d4040; }

.contact-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); gap: 80px; }
.contact-layout h2 { max-width: 650px; color: var(--navy); }
.contact-card-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 3rem; gap: 12px; }
.contact-card { display: flex; min-height: 150px; padding: 24px; background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(243,245,246,.98)); border: 1px solid rgba(16,42,58,.08); box-shadow: 0 14px 30px rgba(8,25,35,.06); gap: 18px; transition: background .25s, border-color .25s, transform .25s, box-shadow .25s; }
.contact-card:hover { background: var(--white); border-color: var(--copper); box-shadow: 0 22px 48px rgba(8,25,35,.12); transform: translateY(-4px); }
.contact-card > svg { flex: 0 0 26px; width: 26px; color: var(--copper-dark); }
.contact-card span { min-width: 0; }
.contact-card small { display: block; margin-bottom: 8px; color: var(--muted); font-size: .72rem; }
.contact-card strong { display: block; overflow-wrap: anywhere; color: var(--navy); font-size: .94rem; }
.contact-card em { display: block; margin-top: 13px; color: var(--copper-dark); font-size: .7rem; font-style: normal; font-weight: 700; text-transform: uppercase; }
.address-panel { align-self: start; padding: 42px; color: var(--white); background: linear-gradient(180deg, rgba(16,42,58,.98), rgba(8,25,35,.98)); box-shadow: var(--shadow); }
.address-panel > img { width: 88px; margin-bottom: 3rem; filter: brightness(0) invert(1); }
.address-panel h2 { margin-bottom: 1.5rem; color: var(--white); font-size: 1.6rem; }
.address-panel address { margin-bottom: 2rem; color: rgba(255,255,255,.72); }
.address-panel .text-link { color: var(--white); }
.qr-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.qr-card { display: grid; grid-template-columns: 220px 1fr; align-items: center; padding: 28px; color: var(--ink); background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,247,248,.98)); border: 1px solid rgba(16,42,58,.08); box-shadow: 0 16px 34px rgba(8,25,35,.08); gap: 30px; }
.qr-card > img { width: 220px; }
.qr-card h3 { color: var(--navy); }
.qr-card p:last-child { margin: 0; font-size: .88rem; }
.rfq-list { margin: 0; padding: 0; list-style: none; }
.rfq-list li { display: grid; grid-template-columns: 44px 1fr; padding: 15px 0; border-bottom: 1px solid var(--line); gap: 12px; }
.rfq-list span { color: var(--copper-dark); font-family: "IBM Plex Mono", monospace; font-size: .68rem; }

.legal-hero { padding: clamp(5rem, 8vw, 8rem) 0; color: var(--white); background: var(--navy); }
.legal-hero h1 { max-width: 950px; margin-bottom: 1rem; color: var(--white); }
.legal-hero p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.68); font-size: 1.08rem; }
.legal-hero span { font-family: "IBM Plex Mono", monospace; font-size: .65rem; letter-spacing: .09em; text-transform: uppercase; }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 800px); align-items: start; padding-block: var(--section); gap: 80px; }
.legal-nav { position: sticky; top: calc(var(--header-height) + 30px); display: grid; }
.legal-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .86rem; }
.legal-nav a[aria-current="page"] { color: var(--navy); font-weight: 700; }
.legal-copy h2 { margin: 3.3rem 0 1rem; color: var(--navy); font-size: 1.8rem; letter-spacing: -.02em; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy a { color: var(--copper-dark); text-decoration: underline; text-underline-offset: 3px; }
.legal-copy dl { display: grid; grid-template-columns: 230px 1fr; border-top: 1px solid var(--line); }
.legal-copy dt, .legal-copy dd { margin: 0; padding: 13px 0; border-bottom: 1px solid var(--line); }
.legal-copy dt { color: var(--muted); font-size: .8rem; }
.legal-copy dd { color: var(--navy); font-weight: 650; }

.not-found { position: relative; display: grid; min-height: calc(100vh - var(--header-height)); overflow: hidden; color: var(--white); background: var(--navy-deep); place-items: center; }
.not-found .shell { position: relative; z-index: 1; }
.not-found img { margin-bottom: 2rem; filter: brightness(0) invert(1); }
.not-found h1 { max-width: 900px; color: var(--white); }
.not-found p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.66); }

.lightbox { width: min(1120px, calc(100vw - 40px)); max-width: none; max-height: calc(100vh - 40px); padding: 0; overflow: visible; background: transparent; border: 0; }
.lightbox::backdrop { background: rgba(4, 13, 19, .91); backdrop-filter: blur(8px); }
.lightbox figure { display: grid; max-height: calc(100vh - 60px); margin: 0; background: var(--white); grid-template-rows: minmax(0, 1fr) auto; }
.lightbox img { width: 100%; max-height: calc(100vh - 125px); object-fit: contain; background: var(--grey); }
.lightbox figcaption { padding: 14px 20px; color: var(--navy); font-weight: 650; }
.lightbox__close { position: absolute; z-index: 2; top: -14px; right: -14px; display: grid; width: 44px; height: 44px; color: var(--white); background: var(--copper-dark); border: 0; font-size: 1.8rem; cursor: pointer; place-items: center; }

.site-footer { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at top left, rgba(201, 106, 43, .12), transparent 24%), linear-gradient(180deg, #081923 0%, #06131b 100%); }
.site-footer::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 110px 110px; mask-image: linear-gradient(180deg, #000, transparent 72%); opacity: .15; content: ""; pointer-events: none; }
.footer-top { position: relative; display: grid; grid-template-columns: 1.55fr .75fr 1fr 1.2fr; padding-block: 84px 72px; gap: 34px; }
.footer-top > * { position: relative; z-index: 1; }
.footer-brand { padding: 34px 34px 28px; background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.018)); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 20px 45px rgba(0,0,0,.18); }
.brand--footer { min-width: 0; }
.brand--footer img { filter: brightness(0) invert(1); }
.brand--footer .brand__name { color: var(--white); }
.footer-brand > p { max-width: 430px; margin: 1.8rem 0; color: rgba(255,255,255,.62); font-size: .89rem; }
.footer-brand .footer-tagline { color: #f0a069; font-family: "IBM Plex Mono", monospace; font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.site-footer h2 { margin-bottom: 1.4rem; color: rgba(255,255,255,.55); font-family: "IBM Plex Mono", monospace; font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: .65rem; }
.site-footer li a { color: rgba(255,255,255,.76); font-size: .85rem; }
.site-footer a:hover { color: #f0a069; }
.footer-contact > a, .footer-contact > p { display: flex; align-items: flex-start; margin: 0 0 .85rem; color: rgba(255,255,255,.78); font-size: .82rem; gap: 10px; }
.footer-contact svg { flex: 0 0 17px; width: 17px; margin-top: 4px; color: #f0a069; }
.footer-bottom { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; min-height: 82px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.42); font-size: .7rem; }
.footer-bottom nav { display: flex; gap: 22px; }
.footer-bottom a { color: rgba(255,255,255,.55); font-size: .7rem; }
.floating-whatsapp { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: flex; align-items: center; min-height: 52px; padding: 0 18px; color: var(--white); background: #116b45; border-radius: 30px; box-shadow: 0 14px 34px rgba(0,0,0,.26); font-size: .79rem; font-weight: 700; gap: 9px; transition: transform .25s, background .25s; }
.floating-whatsapp:hover { background: #0b5335; transform: translateY(-3px); }
.floating-whatsapp svg { width: 20px; }

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.25,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

[dir="rtl"] .header-shell { flex-direction: row-reverse; }
[dir="rtl"] .site-tools { flex-direction: row-reverse; }
[dir="rtl"] .site-nav { justify-content: flex-start; }
[dir="rtl"] .eyebrow::before { margin: 0 0 3px 10px; }
[dir="rtl"] .control-note { padding-right: 18px; padding-left: 0; border-right: 2px solid var(--copper); border-left: 0; }
[dir="rtl"] .footer-contact > a,
[dir="rtl"] .footer-contact > p,
[dir="rtl"] .contact-card,
[dir="rtl"] .check-list li,
[dir="rtl"] .support-grid li,
[dir="rtl"] .rfq-list li { text-align: right; }
[dir="rtl"] .button svg,
[dir="rtl"] .text-link svg { transform: scaleX(-1); }
[dir="rtl"] .button:hover svg,
[dir="rtl"] .text-link:hover svg { transform: translateX(-4px) scaleX(-1); }
[dir="rtl"] .floating-whatsapp { right: auto; left: 22px; }

@media (max-width: 1180px) {
  :root { --header-height: 74px; }
  .menu-toggle { display: inline-flex; align-items: center; padding: 10px; cursor: pointer; gap: 10px; }
  .menu-toggle__label { font-size: .78rem; font-weight: 700; }
  .menu-toggle__lines, .menu-toggle__lines::before, .menu-toggle__lines::after { display: block; width: 24px; height: 2px; background: var(--navy); transition: transform .25s, opacity .25s; content: ""; }
  .menu-toggle__lines { position: relative; }
  .menu-toggle__lines::before { position: absolute; top: -7px; }
  .menu-toggle__lines::after { position: absolute; top: 7px; }
  .menu-toggle[aria-expanded="true"] .menu-toggle__lines { background: transparent; }
  .menu-toggle[aria-expanded="true"] .menu-toggle__lines::before { top: 0; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle__lines::after { top: 0; transform: rotate(-45deg); }
  .site-nav { position: fixed; top: var(--header-height); right: 0; left: 0; display: grid; max-height: calc(100vh - var(--header-height)); padding: 24px; overflow-y: auto; background: var(--white); border-top: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .25s, transform .25s; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav > a { padding: 11px 0; font-size: 1rem; }
  .site-nav > a:not(.nav-whatsapp)::after { bottom: 4px; }
  .site-tools { display: grid; gap: 10px; }
  .language-switcher summary { justify-content: space-between; width: 100%; }
  .language-switcher__menu { position: static; min-width: 0; margin-top: 8px; box-shadow: none; }
  .nav-whatsapp { justify-content: center; margin-top: 8px; }
  body.menu-open { overflow: hidden; }
  .problem-grid { grid-template-columns: repeat(3, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .brief-grid--four { grid-template-columns: repeat(2, 1fr); }
  .family-grid { grid-template-columns: repeat(3, 1fr); }
  .qr-card { grid-template-columns: 160px 1fr; }
  .qr-card > img { width: 160px; }
  .footer-top { grid-template-columns: 1.4fr .8fr 1fr; }
  .footer-contact { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); }
  .footer-contact h2 { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 760px); --section: 5rem; }
  .page-hero { min-height: 730px; }
  .page-hero--compact { min-height: 620px; }
  .page-hero__meta { display: none; }
  .signal-strip__grid { grid-template-columns: 1fr 1fr; }
  .signal-strip span:nth-child(3) { border-left: 1px solid var(--line-light); }
  .split, .split--wide, .split--heading, .contact-layout { grid-template-columns: 1fr; gap: 3rem; }
  .proof-grid { grid-template-columns: 1fr; }
  .brief-grid--three, .brief-grid--four, .phase-grid { grid-template-columns: 1fr; }
  .section-links { justify-content: flex-start; padding-bottom: 0; }
  .problem-grid { grid-template-columns: 1fr 1fr; }
  .image-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 340px 240px 240px; }
  .image-mosaic__item--1 { grid-column: 1 / 3; grid-row: auto; }
  .image-mosaic__item--4 { grid-column: 1 / 3; }
  .process-rail { grid-template-columns: 1fr 1fr; }
  .quality-feature { grid-template-columns: 1fr; }
  .quality-feature__media { height: 450px; }
  .three-up { grid-template-columns: 1fr; }
  .statement-card { min-height: 280px; }
  .statement-card h2 { margin-top: 3rem; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .portrait-media { height: 500px; }
  .family-grid { grid-template-columns: 1fr 1fr; }
  .gallery-controls { position: static; padding: 0; background: none; border: 0; box-shadow: none; backdrop-filter: none; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .industry-row { grid-template-columns: 52px 1fr; padding: 24px 22px; }
  .industry-row p { grid-column: 2; }
  .next-service-grid { grid-template-columns: 1fr; }
  .qr-grid { grid-template-columns: 1fr; }
  .legal-layout { grid-template-columns: 1fr; gap: 40px; }
  .legal-nav { position: static; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); --section: 4.3rem; }
  h1 { font-size: clamp(2.65rem, 13vw, 4.4rem); }
  h2 { font-size: clamp(2rem, 9.5vw, 3rem); }
  .header-shell { width: calc(100% - 24px); }
  .brand { min-width: 0; gap: 9px; }
  .brand img { width: 38px; height: 28px; }
  .brand__name { max-width: 205px; font-size: .61rem; }
  .menu-toggle__label { display: none; }
  .page-hero { min-height: calc(100svh - var(--header-height)); }
  .page-hero--compact { min-height: 78svh; }
  .page-hero__content { padding-block: 4rem; }
  .page-hero__lead { font-size: 1rem; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .button { width: 100%; }
  .signal-strip__grid { grid-template-columns: 1fr; }
  .signal-strip span, .signal-strip span:nth-child(3) { min-height: 62px; border-left: 1px solid var(--line-light); }
  .bridge-map { min-height: 400px; padding: 26px; }
  .bridge-map__node { min-width: 0; }
  .bridge-map__rail { padding: 0; }
  .bridge-map__rail b { display: none; }
  .problem-grid, .service-grid, .family-grid, .gallery-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 245px; }
  .problem-card h3 { margin-top: 3rem; }
  .proof-card { min-height: auto; padding: 26px; }
  .proof-card h3 { margin-top: 2.8rem; }
  .brief-card, .phase-card { min-height: auto; }
  .brief-card h3, .phase-card h3 { margin-top: 2.8rem; }
  .image-mosaic { display: block; }
  .image-mosaic__item { height: 270px; margin-bottom: 10px; }
  .process-rail { grid-template-columns: 1fr; }
  .process-rail li { min-height: 230px; }
  .quality-feature__media { height: 330px; }
  .quality-feature__content { padding: 3.5rem 24px; }
  .values-grid { grid-template-columns: 1fr; }
  .facts-list > div { grid-template-columns: 1fr; gap: 5px; }
  .portrait-media { height: 390px; }
  .support-grid { grid-template-columns: 1fr; }
  .gallery-card__image { height: 300px; }
  .gallery-footer { align-items: stretch; flex-direction: column; gap: 15px; }
  .process-detail::before { left: 35px; }
  .process-step { grid-template-columns: 75px 1fr; min-height: 260px; gap: 18px; }
  .process-step__number { width: 58px; height: 58px; }
  .status-grid, .contact-card-grid { grid-template-columns: 1fr; }
  .qr-card { grid-template-columns: 1fr; text-align: center; }
  .qr-card > img { width: min(260px, 100%); margin-inline: auto; }
  .legal-copy dl { grid-template-columns: 1fr; }
  .legal-copy dt { padding-bottom: 0; border-bottom: 0; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand, .footer-contact { grid-column: auto; }
  .footer-contact { display: block; }
  .footer-contact h2 { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; gap: 10px; }
  .footer-bottom nav { flex-wrap: wrap; gap: 10px 18px; }
  .floating-whatsapp { width: 52px; padding: 0; border-radius: 50%; place-content: center; }
  .floating-whatsapp span { display: none; }
  .lightbox__close { top: 0; right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .page-hero { background-attachment: scroll; }
}

@media print {
  .site-header, .site-footer, .floating-whatsapp, .button-row, .gallery-controls, .gallery-footer { display: none !important; }
  body { color: #000; background: #fff; }
  .page-hero, .legal-hero { min-height: 0; padding: 32px 0; color: #000; background: #fff !important; }
  .page-hero__veil, .page-hero__grid { display: none; }
  .page-hero h1, .legal-hero h1 { color: #000; }
  .page-hero__lead, .legal-hero p { color: #333 !important; }
  .section { padding-block: 32px; }
}
