:root {
  color-scheme: light;
  --ink: #101820;
  --ink-soft: #17232c;
  --graphite: #363638;
  --paper: #f7f7f5;
  --paper-alt: #eceff0;
  --white: #ffffff;
  --muted: #657079;
  --line: rgba(16, 24, 32, 0.14);
  --line-dark: rgba(255, 255, 255, 0.15);
  --orange: #ef5b2b;
  --orange-dark: #cf4317;
  --display: "Space Grotesk", sans-serif;
  --body: "Manrope", sans-serif;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; overflow-x: hidden; font-family: var(--body); color: var(--ink); background: var(--paper); font-size: 16px; line-height: 1.65; }
section[id] { scroll-margin-top: 106px; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.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: 1000; left: 1rem; top: 1rem; transform: translateY(-150%); background: var(--ink); color: var(--white); padding: 0.7rem 1rem; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; color: var(--graphite); background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(16,24,32,.1); transition: box-shadow 220ms ease; }
.site-header.is-scrolled { box-shadow: 0 14px 36px rgba(16,24,32,.09); }
.header-inner { min-height: 106px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: grid; place-items: center; width: 104px; height: 98px; flex: 0 0 auto; }
.brand img { display: block; width: 88px; height: 98px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); font-size: 0.82rem; font-weight: 700; }
.site-nav a { position: relative; transition: color 160ms ease; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -0.38rem; height: 2px; background: var(--orange); transition: right 180ms ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--orange-dark); }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.nav-cta { border: 1px solid var(--orange); color: var(--orange-dark); padding: 0.64rem 1.05rem; }
.nav-cta:hover, .nav-cta:focus-visible { color: var(--white) !important; background: var(--orange); }
.menu-toggle { display: none; color: var(--graphite); background: transparent; border: 0; padding: 0.5rem; }

.site-nav { margin-left: auto; order: 1; }
.language-switch { display: flex; flex: 0 0 auto; align-items: center; order: 2; border: 0; padding: 0; gap: 2px; }
.language-switch a { display: inline-flex; align-items: center; justify-content: center; min-height: 32px; gap: 5px; padding: 4px 7px; font-size: .875rem; font-weight: 700; white-space: nowrap; }
.language-switch img { display: block; width: 16px; height: 12px; max-width: 16px; flex: 0 0 16px; object-fit: cover; }
.language-switch a { background: transparent; border: 0; }
.language-switch a:hover img { opacity: .75; }
.language-switch a:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }

.menu-toggle { order: 3; }
@media (min-width: 861px) and (max-width: 1180px) {
  .header-inner { gap: 1rem; }
  .site-nav { gap: 1rem; }


}
@media (max-width: 860px) {
  .header-inner { gap: .75rem; }
  .language-switch { margin-left: auto; }
}
@media (max-width: 480px) {
  .header-inner { gap: .5rem; }


  .language-switch a { padding-inline: 7px; gap: 5px; }
  .language-switch img { width: 16px; height: 12px; }
}

.hero { position: relative; min-height: 780px; height: 98svh; padding-top: 106px; color: var(--white); background: var(--ink); overflow: hidden; }
.hero-visual { position: absolute; inset: 106px 0 0; background-image: url("hero-rhino.webp"); background-size: cover; background-position: center; opacity: 0.72; filter: saturate(.42) contrast(1.08); transform: scale(1.015); }
.hero-shade { position: absolute; inset: 106px 0 0; background: radial-gradient(circle at 78% 44%, rgba(239,91,43,.22), transparent 25%), linear-gradient(90deg, rgba(8,15,22,.99) 0%, rgba(8,15,22,.87) 45%, rgba(8,15,22,.3) 78%), linear-gradient(0deg, rgba(8,15,22,.78), transparent 48%); }
.hero-grid { position: relative; height: calc(100% - 106px); display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 5rem; align-items: end; padding-bottom: 5.7rem; }
.hero-copy { max-width: 800px; }
.eyebrow, .section-index, .card-kicker { margin: 0; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.75rem; font-weight: 700; }
.eyebrow { color: #ff7b50; margin-bottom: 1.3rem; }
h1, h2, h3 { font-family: var(--display); line-height: 1.03; letter-spacing: -0.04em; margin: 0; }
h1 { max-width: 820px; font-size: clamp(3.6rem, 6.7vw, 6.8rem); text-wrap: balance; }
.hero-lead { max-width: 735px; margin: 1.7rem 0 0; font-size: clamp(1rem, 1.35vw, 1.18rem); line-height: 1.72; color: rgba(255,255,255,.8); }
.hero-actions { margin-top: 2.2rem; display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0.8rem 1.35rem; font-weight: 700; font-size: 0.88rem; transition: transform 160ms ease, background 160ms ease, color 160ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--white); }
.button-primary:hover, .button-primary:focus-visible { background: #ff7244; }
.text-link { font-weight: 600; font-size: 0.88rem; }
.text-link span { color: var(--orange); margin-left: 0.35rem; }
.hero-proof { align-self: end; border-left: 2px solid var(--orange); padding-left: 1.45rem; margin-bottom: 0.7rem; }
.hero-proof p { margin: 0 0 0.65rem; color: #ff7b50; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; }
.hero-proof strong { display: block; font-family: var(--display); font-size: 1.08rem; line-height: 1.45; }
.proof-line { width: 64px; height: 1px; background: rgba(255,255,255,.35); margin: 1.25rem 0; }
.hero-proof span { display: block; color: rgba(255,255,255,.62); font-size: 0.76rem; line-height: 1.6; }

.section { padding: 8.3rem 0; }
.section-index { color: var(--orange-dark); padding-top: 0.25rem; }
.section-index-light { color: #ff9a78; }
.purpose { position: relative; background: var(--paper); overflow: hidden; }
.purpose-mark { position: absolute; width: 470px; height: 470px; object-fit: contain; right: -90px; top: 70px; opacity: .045; pointer-events: none; }
.purpose-grid { position: relative; display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 4.5rem; }
.purpose-statement { max-width: 900px; }
.purpose-statement h2 { font-size: clamp(2.7rem, 5vw, 5.2rem); text-wrap: balance; }
.purpose-copy { margin: 2.2rem 0 0 auto; max-width: 650px; font-size: 1.08rem; color: #48535b; }
blockquote { margin: 4.5rem 0 0 auto; padding: 2.1rem 0 0 2rem; max-width: 730px; border-top: 1px solid var(--line); border-left: 4px solid var(--orange); }
blockquote p { margin: 0; font-family: var(--display); font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.45; letter-spacing: -.02em; }
blockquote cite { display: block; margin-top: 1.2rem; color: var(--muted); font-size: .8rem; font-style: normal; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.group { background: var(--paper-alt); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) 370px; align-items: end; gap: 5rem; margin-bottom: 4rem; }
.section-heading h2, .approach h2, .ecosystem h2, .clients h2, .presence h2, .contact h2 { margin-top: 1.1rem; font-size: clamp(2.65rem, 4.4vw, 4.7rem); text-wrap: balance; }
.section-heading > p { margin: 0; color: #51606b; }
.company-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.company-card { min-height: 260px; padding: 1.8rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.26); transition: transform 180ms ease, background 180ms ease; }
.company-card:hover { transform: translateY(-3px); background: rgba(255,255,255,.78); }
.company-card-primary { background: var(--white); box-shadow: inset 0 4px 0 var(--orange); }
.company-card > span { display: block; color: var(--orange-dark); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.company-card h3 { margin-top: 2rem; font-size: 1.55rem; line-height: 1.18; }
.company-card p { margin: 1rem 0 0; color: #58636b; font-size: .92rem; }

.portfolio { color: var(--white); background: var(--ink); }
.section-heading-light > p { color: rgba(255,255,255,.62); }
.portfolio-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.offer-card { grid-column: span 2; min-height: 485px; padding: 2rem; display: flex; flex-direction: column; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: rgba(255,255,255,.025); transition: background 220ms ease, transform 220ms ease; }
.offer-card:nth-child(n+7) { grid-column: span 3; }
.offer-card:hover { background: rgba(255,255,255,.065); transform: translateY(-3px); }
.offer-card-featured { background: var(--orange); }
.offer-card-featured:hover { background: #f36639; }
.offer-card-core { background: #222d35; }
.offer-number { color: #ff8760; font-family: var(--display); font-size: .77rem; font-weight: 700; }
.offer-card-featured .offer-number, .offer-card-featured .card-kicker { color: rgba(255,255,255,.82); }
.offer-card .card-kicker { color: #ff8760; margin-top: 2.6rem; }
.offer-card h3 { margin-top: .8rem; min-height: 3.8rem; font-size: clamp(1.65rem, 2.5vw, 2.35rem); line-height: 1.08; }
.offer-card > p:not(.card-kicker) { margin: 1.25rem 0 0; color: rgba(255,255,255,.64); }
.offer-card-featured > p:not(.card-kicker) { color: rgba(255,255,255,.85); }
.offer-card ul { list-style: none; margin: auto 0 0; padding: 2rem 0 0; }
.offer-card li { padding: .55rem 0; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.72); font-size: .82rem; }
.offer-card li:last-child { border-bottom: 1px solid var(--line-dark); }
.architecture { margin-top: 4rem; border: 1px solid var(--line-dark); }
.architecture-heading { padding: 1.5rem 1.7rem; display: grid; grid-template-columns: 180px 1fr; gap: 2rem; border-bottom: 1px solid var(--line-dark); }
.architecture-heading span { color: #ff8760; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.architecture-heading strong { font-family: var(--display); font-size: 1.15rem; }
.architecture-flow { display: grid; grid-template-columns: repeat(4, 1fr); }
.architecture-flow span { min-height: 115px; display: grid; place-items: center; padding: 1rem; text-align: center; border-right: 1px solid var(--line-dark); font-size: .85rem; font-weight: 700; }
.architecture-flow span:last-child { border-right: 0; background: rgba(239,91,43,.13); }

.approach { position: relative; color: var(--graphite); background: var(--white); overflow: hidden; }
.approach-mark { position: absolute; width: 560px; height: 560px; object-fit: contain; left: -170px; bottom: -190px; opacity: .04; pointer-events: none; }
.approach-grid { position: relative; display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1fr); gap: 8rem; }
.approach-title-wrap { position: sticky; top: 145px; align-self: start; }
.approach-lead { margin: 0 0 4rem; font-size: clamp(1.42rem, 2.3vw, 2.1rem); line-height: 1.45; color: var(--graphite); }
.principles { list-style: none; padding: 0; margin: 0; }
.principles li { display: grid; grid-template-columns: 54px 1fr; gap: 1.2rem; padding: 1.7rem 0; border-top: 1px solid var(--line); }
.principles li:last-child { border-bottom: 1px solid var(--line); }
.principles li > span { color: var(--orange); font-size: .75rem; font-weight: 700; }
.principles strong { font-family: var(--display); font-size: 1.2rem; }
.principles p { margin: .55rem 0 0; color: #667079; }

.ecosystem { background: var(--paper); }
.ecosystem-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.05fr); gap: 7rem; align-items: start; }
.ecosystem-copy { margin: 1.8rem 0 0; max-width: 600px; color: #5b666e; }
.tech-list { display: grid; border-top: 1px solid var(--line); }
.tech-list article { display: grid; grid-template-columns: 150px 1fr; gap: 1.5rem; padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.tech-list strong { font-family: var(--display); font-size: 1.08rem; }
.tech-list span { color: #68737a; font-size: .88rem; }

.clients { color: var(--white); background: var(--graphite); }
.clients-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.9fr); gap: 7rem; align-items: start; }
.clients .section-index { color: #ff9a78; }
.client-list { display: grid; border-top: 1px solid var(--line-dark); }
.client-list span { padding: 1rem 0; border-bottom: 1px solid var(--line-dark); color: rgba(255,255,255,.76); font-family: var(--display); font-size: 1rem; }

.presence { background: #e2e5e6; overflow: hidden; }
.presence-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: 6rem; align-items: center; }
.presence-map { position: relative; min-height: 550px; border: 1px solid rgba(16,24,32,.18); background: radial-gradient(circle at 46% 54%, rgba(239,91,43,.26), transparent 9%), repeating-linear-gradient(0deg, transparent 0 59px, rgba(16,24,32,.07) 60px), repeating-linear-gradient(90deg, transparent 0 59px, rgba(16,24,32,.07) 60px); overflow: hidden; }
.presence-map::before { content: ""; position: absolute; width: 280px; height: 280px; left: calc(50% - 140px); top: calc(50% - 140px); border: 1px solid var(--orange); border-radius: 50%; box-shadow: 0 0 70px rgba(239,91,43,.18); }
.orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(16,24,32,.24); border-radius: 50%; transform: translate(-50%,-50%) rotate(-14deg); }
.orbit-one { width: 480px; height: 210px; }
.orbit-two { width: 310px; height: 500px; transform: translate(-50%,-50%) rotate(52deg); }
.location { position: absolute; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: var(--white); background: var(--graphite); font-family: var(--display); font-size: .72rem; font-weight: 700; box-shadow: 0 0 0 7px rgba(16,24,32,.08); }
.location-mx { left: 28%; top: 31%; }
.location-pe { left: 35%; bottom: 22%; }
.location-us { left: 17%; top: 17%; }
.location-in { right: 17%; top: 39%; background: var(--orange); }
.presence-copy > p:not(.section-index) { margin: 1.7rem 0 2.2rem; color: #4e5961; }
.location-list { display: grid; border-top: 1px solid var(--line); }
.location-list span { display: grid; grid-template-columns: 150px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); color: #626d75; font-size: .83rem; }
.location-list strong { color: var(--ink); }

.culture { background: var(--paper); }
.culture-intro { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.05fr); gap: 5rem; align-items: start; }
.culture h2 { margin-top: 1.1rem; font-size: clamp(2.65rem, 4.4vw, 4.7rem); text-wrap: balance; }
.culture-copy { margin: 0; color: #5b666e; font-size: 1.125rem; line-height: 1.8; }
.culture-principles-title { max-width: 780px; margin: 4.5rem 0 2rem; font-family: var(--display); font-size: clamp(1.6rem, 2.5vw, 2.3rem); line-height: 1.25; text-wrap: balance; }
.culture-principles { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 4rem; }
.culture-principles article { padding: 1.75rem 0 2rem; border-top: 1px solid var(--line); }
.culture-principles article:last-child { grid-column: 1 / -1; }
.culture-principles h4 { margin: 0 0 .85rem; color: var(--orange-dark); font-family: var(--display); font-size: 1.3rem; }
.culture-principles p { max-width: 680px; margin: 0; color: #5b666e; font-size: 1rem; line-height: 1.75; }
@media (max-width: 860px) { .culture-intro { grid-template-columns: 1fr; gap: 2rem; } .culture-principles { column-gap: 2rem; } }
@media (max-width: 620px) { .culture-principles { grid-template-columns: 1fr; } .culture-principles-title { margin-top: 3rem; } }

.contact { position: relative; color: var(--white); background: var(--orange); overflow: hidden; }
.contact-mark { position: absolute; width: 600px; height: 600px; right: -170px; top: -170px; object-fit: contain; opacity: .13; filter: brightness(0) invert(1); pointer-events: none; }
.contact-inner { position: relative; display: grid; grid-template-columns: minmax(0,1.3fr) minmax(280px,.7fr); gap: 7rem; align-items: end; }
.contact .section-index-light { color: rgba(255,255,255,.72); }
.contact h2 { max-width: 780px; }
.contact-action p { margin: 0 0 1.5rem; color: rgba(255,255,255,.82); }
.button-light { width: 100%; background: var(--white); color: var(--graphite); }
.button-light:hover, .button-light:focus-visible { background: var(--ink); color: var(--white); }
.contact-phone { display: block; margin-top: 1rem; text-align: center; font-family: var(--display); font-weight: 600; }
.contact-socials { display: flex; justify-content: center; flex-wrap: wrap; gap: .75rem; margin-top: 1.75rem; }
.contact-socials a { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; color: var(--white); border: 1px solid rgba(255,255,255,.55); border-radius: 50%; transition: color .2s, background-color .2s; }
.contact-socials svg { width: 21px; height: 21px; fill: currentColor; }
.contact-socials a:hover, .contact-socials a:focus-visible { color: var(--ink); background: var(--white); }
.contact-socials a:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
.contact-careers { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.55); }
.contact-careers h3 { margin: 0 0 .65rem; font-family: var(--display); font-size: 1.125rem; line-height: 1.4; }
.contact-careers p { margin: 0; color: var(--white); font-size: 1rem; }
.contact-careers a { font-weight: 600; text-decoration: underline; text-underline-offset: .2em; overflow-wrap: anywhere; }
.contact-careers a:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }

.site-footer { color: rgba(255,255,255,.62); background: #090f14; padding: 3rem 0; }
.footer-inner { display: grid; grid-template-columns: 110px 1.5fr auto; gap: 2.3rem; align-items: center; font-size: .78rem; }
.footer-brand { display: grid; place-items: center; width: 92px; height: 105px; background: var(--white); }
.footer-brand img { width: 82px; height: 96px; object-fit: contain; }
.footer-inner p { margin: 0; }
.footer-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: .65rem 1.25rem; }
.footer-meta p:last-child { flex-basis: 100%; text-align: right; }
.footer-meta a { color: var(--white); text-decoration: underline; text-decoration-color: rgba(255,255,255,.3); text-underline-offset: .28rem; transition: color 160ms ease, text-decoration-color 160ms ease; }
.footer-meta a:hover, .footer-meta a:focus-visible { color: #ff9a78; text-decoration-color: currentColor; }

/* Aviso de privacidad */
.legal-page { background: var(--paper); }
.legal-hero { position: relative; padding: calc(106px + 5.5rem) 0 5.5rem; color: var(--white); background: var(--ink); overflow: hidden; }
.legal-hero::before { content: ""; position: absolute; width: 560px; height: 560px; right: -140px; top: 20px; background: url("rhino-silhouette.png") center / contain no-repeat; opacity: .045; filter: brightness(0) invert(1); pointer-events: none; }
.legal-hero-inner { position: relative; max-width: 930px; }
.legal-eyebrow { margin: 0 0 1.1rem; color: #ff9a78; text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 700; }
.legal-hero h1 { max-width: 850px; font-size: clamp(3rem, 6vw, 6rem); }
.legal-intro { max-width: 760px; margin: 1.6rem 0 0; color: rgba(255,255,255,.72); font-size: 1.05rem; }
.legal-updated { display: inline-flex; margin-top: 2rem; padding: .65rem .9rem; border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.82); font-size: .8rem; font-weight: 700; }
.legal-main { background: var(--paper); }
.legal-layout { display: grid; grid-template-columns: 245px minmax(0, 790px); justify-content: space-between; gap: 5rem; padding: 5.5rem 0 8rem; }
.legal-toc { position: sticky; top: 136px; align-self: start; max-height: calc(100vh - 164px); overflow: auto; border-top: 3px solid var(--orange); border-bottom: 1px solid var(--line); }
.legal-toc summary { padding: 1.05rem 0; cursor: pointer; color: var(--ink); font-family: var(--display); font-size: .98rem; font-weight: 700; list-style-position: inside; }
.legal-toc ol { margin: 0; padding: 0 0 1rem 1.65rem; }
.legal-toc li { padding: .28rem 0 .28rem .2rem; color: var(--muted); font-size: .75rem; line-height: 1.35; }
.legal-toc a { transition: color 160ms ease; }
.legal-toc a:hover, .legal-toc a:focus-visible { color: var(--orange-dark); }
.legal-content { min-width: 0; }
.legal-section { padding: 0 0 3.6rem; scroll-margin-top: 136px; }
.legal-section + .legal-section { padding-top: 3.6rem; border-top: 1px solid var(--line); }
.legal-section h2 { display: grid; grid-template-columns: 2.4rem minmax(0,1fr); gap: 1rem; align-items: start; margin-bottom: 1.7rem; font-size: clamp(1.65rem, 2.5vw, 2.35rem); line-height: 1.18; letter-spacing: -.03em; }
.legal-section h2 span { padding-top: .28rem; color: var(--orange-dark); font-family: var(--body); font-size: .74rem; letter-spacing: .08em; }
.legal-section h3 { margin: 2rem 0 .75rem; font-size: 1.05rem; line-height: 1.35; letter-spacing: -.01em; }
.legal-section p { margin: 0 0 1rem; color: #4f5a62; }
.legal-section ul, .legal-section ol { margin: 1rem 0 1.25rem; padding-left: 1.35rem; color: #4f5a62; }
.legal-section li { padding-left: .35rem; margin: .55rem 0; }
.legal-section li::marker { color: var(--orange-dark); font-weight: 700; }
.legal-section ol ol, .legal-section ol ul { margin-top: .65rem; }
.legal-section a { color: var(--orange-dark); font-weight: 700; text-decoration: underline; text-underline-offset: .2rem; }
.legal-contact-card { margin-top: 1.7rem; padding: 1.5rem; border-left: 4px solid var(--orange); background: var(--white); }
.legal-contact-card p:last-child { margin-bottom: 0; }
.legal-final-update { margin-top: 2rem !important; color: var(--ink) !important; font-weight: 700; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

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

@media (max-width: 1020px) {
  .site-nav { gap: 1rem; font-size: .76rem; }
  .company-grid, .portfolio-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .offer-card, .offer-card:nth-child(n+7) { grid-column: span 1; }
}

@media (max-width: 860px) {
  :root { --shell: min(100% - 36px, 760px); }
  .header-inner { min-height: 90px; }
  section[id] { scroll-margin-top: 90px; }
  .brand { width: 86px; height: 84px; }
  .brand img { width: 74px; height: 82px; }
  .menu-toggle { display: grid; gap: 7px; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 26px; height: 1px; background: currentColor; }
  .site-nav { position: absolute; top: 90px; left: 0; right: 0; display: none; padding: 1.5rem 18px 2rem; background: rgba(255,255,255,.99); flex-direction: column; align-items: stretch; gap: 0; border-top: 1px solid var(--line); box-shadow: 0 22px 32px rgba(16,24,32,.1); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .9rem 0; }
  .nav-cta { margin-top: .8rem; text-align: center; }
  .hero { height: auto; min-height: 870px; padding-top: 90px; }
  .hero-visual, .hero-shade { inset: 90px 0 0; }
  .hero-grid { height: auto; min-height: 780px; grid-template-columns: 1fr; gap: 3rem; align-content: end; padding: 9rem 0 4rem; }
  .hero-proof { max-width: 390px; }
  .purpose-grid, .section-heading, .approach-grid, .ecosystem-grid, .clients-grid, .presence-grid, .contact-inner { grid-template-columns: 1fr; gap: 3rem; }
  .section { padding: 6.5rem 0; }
  .section-heading { margin-bottom: 3rem; }
  .section-heading > p { max-width: 610px; }
  .approach-title-wrap { position: static; }
  .presence-map { min-height: 440px; order: 2; }
  .contact-action { max-width: 430px; }
  .footer-inner { grid-template-columns: 100px 1fr; }
  .footer-meta { grid-column: 2; justify-content: flex-start; }
  .footer-meta p:last-child { text-align: left; }
  .legal-hero { padding: calc(90px + 4.5rem) 0 4.5rem; }
  .legal-layout { grid-template-columns: 1fr; gap: 3.5rem; padding-top: 4rem; }
  .legal-toc { position: static; max-height: none; }
  .legal-toc ol { columns: 2; column-gap: 3rem; }
  .legal-toc li { break-inside: avoid; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100vw - 30px); }
  .hero { min-height: 835px; }
  .hero-grid { min-height: 745px; padding-top: 7rem; }
  h1 { font-size: clamp(3rem, 15.5vw, 4.25rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; gap: 1.1rem; }
  .hero-actions .button { width: 100%; }
  .text-link { text-align: center; }
  .purpose-grid { gap: 2rem; }
  .purpose-copy { font-size: 1rem; }
  blockquote { margin-top: 3rem; padding-left: 1.2rem; }
  .company-grid, .portfolio-grid { grid-template-columns: 1fr; }
  .company-card { min-height: 235px; padding: 1.45rem; }
  .offer-card { min-height: 450px; padding: 1.5rem; }
  .architecture-heading { grid-template-columns: 1fr; gap: .6rem; }
  .architecture-flow { grid-template-columns: 1fr; }
  .architecture-flow span { min-height: 78px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .architecture-flow span:last-child { border-bottom: 0; }
  .tech-list article { grid-template-columns: 1fr; gap: .5rem; }
  .presence-map { min-height: 360px; }
  .orbit-one { width: 340px; height: 160px; }
  .orbit-two { width: 230px; height: 360px; }
  .presence-map::before { width: 210px; height: 210px; left: calc(50% - 105px); top: calc(50% - 105px); }
  .location { width: 42px; height: 42px; }
  .location-list span { grid-template-columns: 1fr; gap: .2rem; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-meta { grid-column: auto; flex-direction: column; align-items: flex-start; gap: .65rem; }
  .legal-hero { padding-bottom: 3.7rem; }
  .legal-hero h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  .legal-layout { padding: 3rem 0 5.5rem; }
  .legal-toc ol { columns: 1; }
  .legal-section { padding-bottom: 2.8rem; }
  .legal-section + .legal-section { padding-top: 2.8rem; }
  .legal-section h2 { grid-template-columns: 2rem minmax(0,1fr); gap: .65rem; }
}
