/*
Theme Name: IVANOTEK Premium
Theme URI: https://ivanotek.com/
Author: IVANOTEK
Description: Tema corporativo IVANOTEK para equipamentos self-service, operações técnicas e logística.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: ivanotek-premium
*/

:root {
  --navy: #07131f;
  --navy-soft: #0e2231;
  --ink: #111c26;
  --ink-soft: #56636e;
  --blue: #126c9f;
  --blue-dark: #0b4f78;
  --blue-pale: #e8f1f6;
  --paper: #f4f6f7;
  --white: #ffffff;
  --line: #dce2e6;
  --line-dark: rgba(255, 255, 255, .14);
  --shell: 1320px;
  --header-height: 84px;
  --shadow-soft: 0 24px 70px rgba(10, 26, 38, .12);
  --shadow-small: 0 12px 34px rgba(10, 26, 38, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
a { color: inherit; }

.shell { width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; }
.section { padding: 124px 0; }
.section-soft { background: var(--paper); }
.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; top: 10px; left: 10px; transform: translateY(-160%); padding: 10px 14px; color: var(--white); background: var(--blue); text-decoration: none; }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-weight: 650; letter-spacing: -.035em; }
h1 { margin-bottom: 28px; font-size: clamp(48px, 5.3vw, 76px); line-height: 1.02; }
h2 { margin-bottom: 24px; font-size: clamp(38px, 4vw, 58px); line-height: 1.08; }
h3 { margin-bottom: 14px; font-size: 24px; line-height: 1.25; }
p { margin-bottom: 20px; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.eyebrow-light { color: #79b6d7; }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue); border-color: var(--blue); }
.button-primary:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.button-quiet { color: var(--ink); background: transparent; border-color: #cdd5da; }
.button-quiet:hover { border-color: #99a7b1; background: var(--white); }

/* Header */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-height);
  color: #eaf0f4;
  background: rgba(5, 10, 15, .97);
  border-bottom: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(16px);
}
.header-inner {
  height: 100%;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) auto;
  align-items: center;
  gap: 38px;
}
.brand { width: 236px; display: block; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2vw, 30px); }
.main-nav a {
  position: relative;
  color: #c8d2da;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .04em;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease;
}
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -11px; height: 1px; background: #65b7e4; transition: right .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--white); }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-contact {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: var(--white);
  background: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease;
}
.header-contact:hover { background: #0f5e8d; border-color: #0f5e8d; }
.menu-button { display: none; width: 46px; height: 42px; padding: 10px; background: transparent; border: 1px solid rgba(255,255,255,.24); border-radius: 4px; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 5px 0; background: var(--white); }
.mobile-menu { position: absolute; left: 0; right: 0; top: 100%; padding: 26px 32px 30px; background: #07111b; border-bottom: 1px solid rgba(255,255,255,.12); box-shadow: 0 20px 46px rgba(0,0,0,.24); }
.mobile-menu nav { display: grid; gap: 4px; }
.mobile-menu nav a { padding: 12px 0; color: #f0f4f6; border-bottom: 1px solid rgba(255,255,255,.10); text-decoration: none; }
.mobile-contact { display: flex; flex-wrap: wrap; gap: 16px 24px; padding-top: 22px; }
.mobile-contact a { color: #8fc6e4; text-decoration: none; }

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 104px;
  background:
    linear-gradient(90deg, #f7f8f9 0 52%, #eef2f4 52% 100%);
  border-bottom: 1px solid var(--line);
}
.hero::before { content: ""; position: absolute; width: 600px; height: 600px; right: -290px; top: -330px; border-radius: 50%; border: 1px solid rgba(18,108,159,.12); }
.hero-inner { position: relative; display: grid; grid-template-columns: minmax(0, .96fr) minmax(520px, 1.04fr); gap: clamp(62px, 7vw, 108px); align-items: center; }
.hero-copy { max-width: 690px; }
.hero-lead { max-width: 650px; margin-bottom: 24px; color: #33424d; font-size: clamp(19px, 1.6vw, 23px); line-height: 1.55; }
.hero-context { max-width: 620px; padding-left: 20px; color: var(--ink-soft); border-left: 2px solid #9bc1d7; font-size: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 16px 34px; margin-top: 44px; padding-top: 22px; border-top: 1px solid #d8dfe3; color: #53616c; font-size: 13px; font-weight: 650; }
.hero-meta span { position: relative; }
.hero-meta span + span::before { content: ""; position: absolute; width: 4px; height: 4px; left: -19px; top: 50%; margin-top: -2px; border-radius: 50%; background: var(--blue); }
.hero-visual { position: relative; margin: 0; }
.hero-image { position: relative; overflow: hidden; aspect-ratio: 1.12 / 1; background: #cfd7dc; border-radius: 8px; box-shadow: var(--shadow-soft); }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(4,15,24,.28)); pointer-events: none; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; filter: saturate(.72) contrast(1.02); }
.hero-visual figcaption { position: absolute; left: -34px; bottom: 34px; width: min(390px, 78%); padding: 22px 25px; color: var(--white); background: rgba(7,19,31,.94); border-left: 3px solid #3a9ccc; box-shadow: 0 15px 36px rgba(5,17,27,.22); }
.hero-visual figcaption span { display: block; margin-bottom: 7px; color: #83bddc; font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.hero-visual figcaption strong { display: block; font-size: 15px; line-height: 1.5; }

/* Company */
.company-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr); gap: clamp(70px, 8vw, 130px); align-items: start; }
.section-heading h2 { max-width: 690px; }
.company-copy > p { color: var(--ink-soft); font-size: 18px; }
.quiet-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 42px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quiet-facts div { min-height: 118px; display: flex; flex-direction: column; justify-content: center; padding: 20px 24px; border-right: 1px solid var(--line); }
.quiet-facts div:first-child { padding-left: 0; }
.quiet-facts div:last-child { border-right: 0; }
.quiet-facts strong { margin-bottom: 5px; color: var(--ink); font-size: 22px; line-height: 1.2; }
.quiet-facts span { color: #6c7882; font-size: 12px; line-height: 1.45; }

/* Process */
.process-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .72fr); gap: 80px; align-items: end; margin-bottom: 62px; }
.process-intro > p { margin-bottom: 8px; color: var(--ink-soft); font-size: 18px; }
.process-layout { display: grid; grid-template-columns: minmax(480px, 1.08fr) minmax(0, .92fr); gap: clamp(58px, 6vw, 92px); align-items: start; }
.process-visual { position: sticky; top: calc(var(--header-height) + 32px); margin: 0; }
.process-image-wrap { overflow: hidden; aspect-ratio: 1.12 / 1; background: #d7dde1; border-radius: 8px; box-shadow: var(--shadow-small); }
.process-image-wrap img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.02); opacity: 1; transition: opacity .18s ease, transform .45s ease; }
.process-image-wrap img.is-changing { opacity: .22; transform: scale(1.012); }
.process-visual figcaption { margin-top: 16px; color: #5f6c76; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.process-steps { border-top: 1px solid #cbd4da; }
.process-step { width: 100%; display: grid; grid-template-columns: 58px 1fr; gap: 16px; padding: 25px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #cbd4da; text-align: left; cursor: pointer; }
.step-number { padding-top: 3px; color: #87939b; font-size: 12px; font-weight: 750; letter-spacing: .12em; transition: color .2s ease; }
.step-content { display: grid; }
.step-content strong { color: #27343e; font-size: 19px; line-height: 1.35; transition: color .2s ease; }
.step-detail { max-height: 0; overflow: hidden; opacity: 0; padding-top: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.65; transition: max-height .35s ease, opacity .25s ease, padding .25s ease; }
.process-step.is-active .step-number, .process-step:hover .step-number { color: var(--blue); }
.process-step.is-active .step-content strong { color: var(--blue-dark); }
.process-step.is-active .step-detail { max-height: 180px; opacity: 1; padding-top: 12px; }
.process-note { max-width: 820px; margin: 50px 0 0 auto; padding: 18px 22px; color: #495762; background: rgba(255,255,255,.64); border-left: 2px solid #85b5cf; font-size: 15px; }

/* Capabilities */
.capabilities-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .62fr); gap: 72px; align-items: end; margin-bottom: 56px; }
.capabilities-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -34px; }
.capabilities-heading h2 { margin-bottom: 0; }
.capabilities-heading > p { margin-bottom: 6px; color: var(--ink-soft); font-size: 17px; }
.capability-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.capability { min-height: 285px; padding: 34px 36px 20px 0; border-right: 1px solid var(--line); }
.capability + .capability { padding-left: 36px; }
.capability:last-child { border-right: 0; }
.capability-index { display: block; margin-bottom: 56px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.capability h3 { font-size: 27px; }
.capability p { margin-bottom: 0; color: var(--ink-soft); }

/* Equipment */
.equipment-grid { display: grid; grid-template-columns: minmax(480px, .9fr) minmax(0, 1.1fr); gap: clamp(70px, 8vw, 124px); align-items: center; }
.equipment-visual { margin: 0; }
.equipment-visual img { width: 100%; aspect-ratio: 1 / 1.03; object-fit: cover; filter: saturate(.68) contrast(1.04); border-radius: 8px; box-shadow: var(--shadow-small); }
.equipment-visual figcaption { max-width: 460px; margin: 16px 0 0; color: #6b7780; font-size: 12px; }
.equipment-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 18px; }
.equipment-list { margin-top: 36px; border-top: 1px solid #cbd4da; }
.equipment-list div { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: center; min-height: 62px; border-bottom: 1px solid #cbd4da; }
.equipment-list span { color: var(--blue); font-size: 11px; font-weight: 800; }
.equipment-list strong { color: #2d3a44; font-size: 15px; }

/* System */
.system-section { color: #eaf0f4; background: linear-gradient(135deg, #07131f 0%, #0b1d2b 100%); }
.system-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(550px, 1.18fr); gap: clamp(70px, 8vw, 120px); align-items: center; }
.system-copy h2 { color: var(--white); }
.system-copy > p:not(.eyebrow) { max-width: 590px; color: #b5c2cc; font-size: 18px; }
.system-list { margin: 38px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.system-list li { position: relative; padding: 15px 0 15px 28px; color: #e1e8ed; border-bottom: 1px solid var(--line-dark); font-size: 15px; }
.system-list li::before { content: ""; position: absolute; left: 0; top: 25px; width: 8px; height: 1px; background: #66add2; }
.system-interface { overflow: hidden; color: var(--ink); background: #f8fafb; border: 1px solid rgba(255,255,255,.28); border-radius: 8px; box-shadow: 0 28px 80px rgba(0,0,0,.30); }
.interface-head { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 22px; background: #eef2f4; border-bottom: 1px solid #d8e0e5; }
.interface-head > div { display: grid; }
.interface-head span { color: #6c7b86; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.interface-head strong { color: #1d2c37; font-size: 15px; }
.client-access { padding: 7px 10px; color: #0b587f !important; background: #e1eef5; border: 1px solid #b9d5e4; border-radius: 3px; }
.interface-kpis { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid #dbe2e6; }
.interface-kpis div { padding: 20px; border-right: 1px solid #dbe2e6; }
.interface-kpis div:last-child { border-right: 0; }
.interface-kpis span { display: block; margin-bottom: 3px; color: #7a8790; font-size: 10px; }
.interface-kpis strong { font-size: 26px; line-height: 1.1; }
.interface-progress { padding: 22px; border-bottom: 1px solid #dbe2e6; }
.progress-head { display: flex; justify-content: space-between; margin-bottom: 10px; color: #66747e; font-size: 11px; }
.progress-head strong { color: #1a4f6d; }
.progress-track { height: 6px; overflow: hidden; background: #dce5ea; border-radius: 99px; }
.progress-track span { display: block; width: 69%; height: 100%; background: #2d82b0; border-radius: inherit; }
.interface-table { padding: 0 22px; }
.table-row { display: grid; grid-template-columns: .75fr 1.25fr 1.1fr .8fr; gap: 14px; align-items: center; min-height: 58px; border-bottom: 1px solid #dce3e7; font-size: 11px; }
.table-header { min-height: 44px; color: #7a8790; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.status { justify-self: end; padding: 5px 7px; border-radius: 3px; font-size: 9px; font-style: normal; font-weight: 800; }
.status.done { color: #285d4d; background: #e1eee9; }
.status.active { color: #155d83; background: #e1eef5; }
.status.waiting { color: #705d35; background: #f1ead9; }
.interface-foot { min-height: 54px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 14px 22px; color: #70808a; background: #eef2f4; font-size: 10px; }
.interface-foot strong { color: #2c5e7b; }

/* Coverage */
.coverage-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(530px, 1.12fr); gap: clamp(70px, 8vw, 126px); align-items: center; }
.coverage-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 18px; }
.coverage-details { margin-top: 38px; border-top: 1px solid var(--line); }
.coverage-details div { display: grid; grid-template-columns: 110px 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.coverage-details span { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.coverage-details strong { color: #34434e; font-size: 14px; }
.map-card { margin: 0; padding: 26px 26px 18px; background: #f6f8f9; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow-small); }
.map-canvas { position: relative; min-height: 470px; display: grid; place-items: center; overflow: hidden; background:
  linear-gradient(rgba(18,108,159,.045) 1px, transparent 1px),
  linear-gradient(90deg, rgba(18,108,159,.045) 1px, transparent 1px),
  #fbfcfd;
  background-size: 36px 36px;
  border: 1px solid #e0e6ea;
}
.map-canvas img { width: min(92%, 590px); max-height: 430px; object-fit: contain; }
.map-label { position: absolute; padding: 5px 8px; color: var(--white); background: rgba(7,19,31,.88); border-radius: 3px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.map-label-pt { left: 24%; top: 60%; }
.map-label-es { left: 48%; top: 61%; }
.map-card figcaption { margin-top: 13px; color: #72808a; font-size: 11px; }

/* Gallery */
.gallery-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .65fr); gap: 74px; align-items: end; margin-bottom: 52px; }
.gallery-heading h2 { margin-bottom: 0; }
.gallery-heading > p { margin-bottom: 5px; color: var(--ink-soft); font-size: 16px; }
.gallery-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; grid-auto-rows: 245px; gap: 18px; }
.gallery-item { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #d8dde1; border-radius: 6px; }
.gallery-large { grid-row: span 2; }
.gallery-item button { width: 100%; height: 100%; display: block; padding: 0; background: transparent; border: 0; cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.03); transition: transform .45s ease, filter .35s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 46% 0 0; background: linear-gradient(180deg, transparent, rgba(4,15,24,.70)); pointer-events: none; }
.gallery-item:hover img, .gallery-item:focus-within img { transform: scale(1.025); filter: saturate(.88) contrast(1.03); }
.gallery-item figcaption { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 16px; color: var(--white); font-size: 13px; font-weight: 700; pointer-events: none; }

/* Footer */
.site-footer { color: #dfe6eb; background: #050a0f; }
.footer-main { display: grid; grid-template-columns: minmax(320px, 1.2fr) .7fr .7fr .9fr; gap: 64px; padding-top: 74px; padding-bottom: 64px; }
.footer-brand img { width: 300px; height: auto; margin-bottom: 24px; }
.footer-brand p { max-width: 430px; margin: 0; color: #9eabb5; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-column h2 { margin-bottom: 12px; color: #75afd0; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-column a { color: #edf2f5; text-decoration: none; }
.footer-column a:hover { color: #83c3e5; }
.footer-column span, .footer-column p { color: #9eabb5; }
.footer-column p { margin: 0; }
.footer-bottom { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #7f8e99; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.footer-bottom a { color: #aab7c0; text-decoration: none; }

/* Lightbox */
.lightbox { width: min(1060px, calc(100% - 40px)); padding: 0; color: var(--white); background: #030b12; border: 1px solid #425564; border-radius: 6px; box-shadow: 0 30px 90px rgba(0,0,0,.62); }
.lightbox::backdrop { background: rgba(2,7,11,.86); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; background: #02070b; }
.lightbox p { margin: 0; padding: 15px 20px; color: #d4dde3; font-size: 13px; }
.lightbox-close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); background: rgba(5,15,24,.90); border: 1px solid rgba(255,255,255,.35); border-radius: 4px; cursor: pointer; font-size: 26px; line-height: 1; }

/* Motion */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-small { transition-delay: .08s; }
.reveal-delay { transition-delay: .16s; }

:focus-visible { outline: 3px solid #63a8ce; outline-offset: 3px; }

@media (max-width: 1220px) {
  :root { --shell: 1120px; }
  .header-inner { grid-template-columns: 222px 1fr auto; gap: 26px; }
  .brand { width: 214px; }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 11px; }
  .hero-inner { grid-template-columns: minmax(0, .95fr) minmax(470px, 1.05fr); gap: 60px; }
  .system-grid { grid-template-columns: minmax(0, .78fr) minmax(500px, 1.22fr); gap: 60px; }
}

@media (max-width: 1020px) {
  :root { --header-height: 76px; }
  .shell { width: min(calc(100% - 44px), 900px); }
  .section { padding: 96px 0; }
  .header-inner { grid-template-columns: 220px 1fr auto; }
  .main-nav, .header-contact { display: none; }
  .menu-button { display: block; justify-self: end; }
  .hero { padding: 72px 0 84px; background: #f5f7f8; }
  .hero-inner, .company-grid, .process-layout, .equipment-grid, .system-grid, .coverage-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 760px; }
  .hero-visual figcaption { left: 24px; }
  .company-grid, .equipment-grid, .system-grid, .coverage-grid { gap: 58px; }
  .quiet-facts { max-width: 760px; }
  .process-intro, .capabilities-heading, .gallery-heading { grid-template-columns: 1fr; gap: 14px; }
  .process-intro { margin-bottom: 48px; }
  .process-visual { position: static; }
  .process-image-wrap { aspect-ratio: 16 / 10; }
  .process-note { margin-left: 0; }
  .capabilities-heading .eyebrow { grid-column: auto; margin-bottom: 8px; }
  .capability-list { grid-template-columns: 1fr; }
  .capability { min-height: auto; padding: 32px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .capability + .capability { padding-left: 0; }
  .capability-index { margin-bottom: 28px; }
  .equipment-visual { max-width: 720px; }
  .equipment-visual img { aspect-ratio: 16 / 10; }
  .system-interface { max-width: 760px; }
  .map-card { max-width: 760px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 245px; }
  .gallery-large { grid-row: span 2; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-note { grid-column: 1 / -1; max-width: 520px; }
}

@media (max-width: 680px) {
  :root { --header-height: 70px; }
  .shell { width: min(calc(100% - 32px), 600px); }
  .section { padding: 76px 0; }
  h1 { font-size: clamp(43px, 12.2vw, 58px); }
  h2 { font-size: clamp(34px, 9vw, 44px); }
  .header-inner { grid-template-columns: 1fr auto; gap: 16px; }
  .brand { width: 198px; }
  .hero { padding: 58px 0 70px; }
  .hero-inner { gap: 46px; }
  .hero-lead { font-size: 18px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-meta { gap: 12px; }
  .hero-meta span + span::before { display: none; }
  .hero-image { aspect-ratio: 1 / 1.06; }
  .hero-visual figcaption { position: relative; left: auto; bottom: auto; width: 100%; margin-top: -4px; padding: 18px 20px; }
  .company-copy > p, .process-intro > p, .equipment-copy > p:not(.eyebrow), .system-copy > p:not(.eyebrow), .coverage-copy > p:not(.eyebrow) { font-size: 16px; }
  .quiet-facts { grid-template-columns: 1fr; }
  .quiet-facts div { min-height: 90px; padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .quiet-facts div:last-child { border-bottom: 0; }
  .process-layout { gap: 36px; }
  .process-image-wrap { aspect-ratio: 4 / 3; }
  .process-step { grid-template-columns: 42px 1fr; padding: 21px 0; }
  .step-content strong { font-size: 17px; }
  .capability h3 { font-size: 24px; }
  .equipment-visual img { aspect-ratio: 4 / 3; }
  .equipment-list div { grid-template-columns: 38px 1fr; min-height: 66px; }
  .system-interface { border-radius: 5px; }
  .interface-head { align-items: flex-start; }
  .client-access { display: none; }
  .interface-kpis { grid-template-columns: repeat(2, 1fr); }
  .interface-kpis div:nth-child(2) { border-right: 0; }
  .interface-kpis div:nth-child(-n+2) { border-bottom: 1px solid #dbe2e6; }
  .table-row { grid-template-columns: .8fr 1.2fr .9fr; }
  .table-row span:nth-child(3), .table-header span:nth-child(3) { display: none; }
  .map-card { padding: 14px 14px 16px; }
  .map-canvas { min-height: 360px; }
  .map-label-pt { left: 18%; }
  .map-label-es { left: 48%; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 270px; }
  .gallery-large { grid-row: span 1; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; padding-top: 58px; }
  .footer-note { grid-column: auto; }
  .footer-bottom { min-height: 86px; align-items: flex-start; justify-content: center; flex-direction: column; padding: 20px 0; }
}

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


/* Additive components; the approved design above is unchanged. */
[hidden]{display:none!important}.faq-section{background:var(--white)}.faq-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.65fr);gap:74px;align-items:end;margin-bottom:52px}.faq-heading h2{margin-bottom:0}.faq-heading>p{margin-bottom:5px;color:var(--ink-soft);font-size:16px}.faq-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:64px;border-top:1px solid #cbd4da}.faq-list details{border-bottom:1px solid #cbd4da}.faq-list summary{position:relative;min-height:78px;display:flex;align-items:center;padding:19px 44px 19px 0;color:#2d3a44;cursor:pointer;list-style:none;font-size:16px;font-weight:700;line-height:1.45}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);color:var(--blue);font-size:24px;font-weight:400}.faq-list details[open] summary::after{content:"−"}.faq-list details p{margin:-3px 44px 24px 0;color:var(--ink-soft);font-size:14px;line-height:1.75}.social-links{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.social-links a{width:36px;height:36px;display:grid;place-items:center;color:#dce8ef;border:1px solid rgba(255,255,255,.18);border-radius:4px;text-decoration:none;transition:color .2s ease,border-color .2s ease,background .2s ease}.social-links a:hover{color:var(--white);background:rgba(18,108,159,.34);border-color:rgba(117,175,208,.62)}.social-links svg{width:18px;height:18px}.footer-legal-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px 24px}.footer-legal-links a:hover{color:#d9e5ec}
.legal-main{background:#f7f8f9}.legal-hero{padding:82px 0 74px;color:var(--white);background:var(--navy);border-bottom:1px solid rgba(255,255,255,.1)}.legal-hero .eyebrow{color:#82bad7}.legal-hero h1{max-width:930px;margin-bottom:20px;color:var(--white);font-size:clamp(42px,4.6vw,66px)}.legal-hero p:not(.eyebrow){max-width:760px;margin-bottom:0;color:#bdcbd4;font-size:18px}.legal-document{padding:86px 0 112px}.legal-layout{display:grid;grid-template-columns:250px minmax(0,820px);gap:clamp(54px,7vw,104px);justify-content:center;align-items:start}.legal-nav{position:sticky;top:calc(var(--header-height) + 32px);padding:22px 0;border-top:1px solid #cbd4da;border-bottom:1px solid #cbd4da}.legal-nav strong{display:block;margin-bottom:14px;color:var(--blue-dark);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.legal-nav a{display:block;padding:7px 0;color:#53616c;font-size:13px;text-decoration:none}.legal-content{padding:48px 54px;background:var(--white);border:1px solid var(--line);border-radius:6px;box-shadow:var(--shadow-small)}.legal-content .legal-updated{margin-bottom:42px;padding-bottom:18px;color:#71808a;border-bottom:1px solid var(--line);font-size:12px}.legal-content section+section{margin-top:42px;padding-top:38px;border-top:1px solid var(--line)}.legal-content h2{margin-bottom:16px;font-size:29px}.legal-content p,.legal-content li{color:#4f5d68;font-size:15px;line-height:1.8}.legal-content a{color:var(--blue-dark)}.legal-notice{margin:38px 0 0;padding:18px 20px;color:#465660;background:#edf3f6;border-left:2px solid #6ba7c8;font-size:13px}.legal-back{display:inline-flex;margin-top:34px;color:var(--blue-dark);font-size:14px;font-weight:750;text-decoration:none}@media(max-width:1020px){.faq-heading{grid-template-columns:1fr;gap:14px}.faq-list{grid-template-columns:1fr}.legal-layout{grid-template-columns:1fr;gap:34px}.legal-nav{position:static}}@media(max-width:680px){.faq-list summary{min-height:72px;padding-right:34px;font-size:15px}.faq-list details p{margin-right:12px}.footer-legal-links{justify-content:flex-start;gap:8px 18px}.legal-hero{padding:58px 0 54px}.legal-document{padding:58px 0 78px}.legal-content{padding:34px 24px}.legal-content h2{font-size:26px}}
