:root {
  --bg: #f4f6f8;
  --bg-soft: #edf1f4;
  --bg-alt: #dfe7ec;
  --text: #10161e;
  --muted: #5b6773;
  --line: #d6dde3;
  --panel: #ffffff;
  --navy: #0b1420;
  --blue: #12679d;
  --cyan: #35c0d5;
  --copper: #b77a3f;
  --gold: #d5a75a;
  --accent: #17374e;
  --radius: 28px;
  --radius-lg: 34px;
  --shadow: 0 22px 60px rgba(16, 22, 30, 0.08);
  --container: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #f7f8fa 0%, #eef2f5 100%);
}

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(18, 103, 157, 0.08), transparent 20%),
    radial-gradient(circle at bottom right, rgba(183, 122, 63, 0.08), transparent 16%);
}

.shell {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(247, 248, 250, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(16, 22, 30, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand img,
.footer-logo,
.office-brand img {
  display: block;
}

.brand img {
  width: 198px;
}

.menu-toggle {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  border-radius: 999px;
  padding: 0.8rem 1rem;
  font: inherit;
}

.site-nav {
  position: absolute;
  top: calc(100% + 10px);
  right: 1rem;
  left: 1rem;
  display: none;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.site-nav.is-open {
  display: flex;
}

.site-nav a {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
}

.site-nav a.is-active {
  color: var(--blue);
}

.nav-cta {
  color: var(--copper) !important;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.04em;
}

p {
  margin: 0;
}

.section {
  padding: 5rem 0;
}

.section-light,
.page-main {
  background: transparent;
}

.page-hero-full {
  position: relative;
  overflow: hidden;
  min-height: 84svh;
  display: flex;
  align-items: flex-end;
}

.solutions-hero-full {
  min-height: calc(100svh - 88px);
  align-items: center;
}

.page-hero-bg,
.page-hero-bg img,
.page-hero-bg-overlay {
  position: absolute;
  inset: 0;
}

.page-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero-bg-overlay {
  background:
    linear-gradient(90deg, rgba(6, 15, 23, 0.9) 0%, rgba(6, 15, 23, 0.7) 42%, rgba(6, 15, 23, 0.42) 100%),
    linear-gradient(180deg, rgba(6, 15, 23, 0.14) 0%, rgba(6, 15, 23, 0.62) 100%);
}

.solutions-hero-full .page-hero-bg-overlay {
  background:
    linear-gradient(90deg, rgba(6, 15, 23, 0.82) 0%, rgba(6, 15, 23, 0.52) 42%, rgba(6, 15, 23, 0.16) 100%),
    linear-gradient(180deg, rgba(6, 15, 23, 0.16) 0%, rgba(6, 15, 23, 0.42) 100%);
}

.page-hero-full-copy {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 7rem 0 4rem;
}

.solutions-hero-full .page-hero-full-copy {
  padding: 4.8rem 0 1.2rem;
}

.page-hero-full-copy h1 {
  margin-top: 1rem;
  max-width: 9ch;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.95;
}

.page-hero-full-copy p {
  margin-top: 1rem;
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.7;
}

.page-hero-actions {
  margin-top: 1.2rem;
}

.solutions-hero-full .page-hero-bg img {
  width: 108%;
  max-width: none;
  animation: heroPanLoop 34s linear infinite;
}

.hero-home .hero-image {
  animation: heroPanLoop 24s linear infinite;
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero-home {
  min-height: 100svh;
  padding-top: 78px;
  padding-bottom: 1.5rem;
  display: flex;
  align-items: center;
}

.hero-backdrop,
.hero-video,
.hero-image,
.hero-overlay,
.hero-ridge {
  position: absolute;
  inset: 0;
}

.hero-video,
.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
}

.hero-video {
  filter: brightness(0.48) saturate(0.8);
}

.hero-image {
  filter: brightness(0.62) saturate(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 16, 24, 0.92) 0%, rgba(8, 16, 24, 0.74) 45%, rgba(8, 16, 24, 0.34) 100%),
    radial-gradient(circle at 20% 22%, rgba(18, 103, 157, 0.2), transparent 24%);
}

.hero-ridge {
  inset: auto 0 0 0;
  height: 24%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}

.hero-ridge svg {
  width: min(92%, 980px);
  height: auto;
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1.05rem;
  align-items: center;
  padding: 0 0 1.4rem;
}

.hero-copy h1,
.page-hero-clean h1,
.about-copy h1,
.contact-hero-copy h1 {
  font-size: clamp(2rem, 4.8vw, 4.6rem);
  line-height: 0.96;
}

.hero-copy {
  color: #fff;
  align-self: center;
}

.eyebrow,
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pill {
  background: #e9f0f6;
  color: var(--blue);
}

.pill-accent {
  background: #15354d;
  color: #fff;
}

.pill-dark,
.on-dark {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-text,
.split-head p,
.service-card-copy p,
.info-card p,
.solution-copy p,
.product-card p,
.about-copy p,
.about-panel p,
.capability-card li,
.office-grid p,
.contact-form p,
.footer-grid p {
  line-height: 1.7;
  color: inherit;
}

.hero-text {
  max-width: 34rem;
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 1rem 0 0.9rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 1.25rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.button-primary {
  background: linear-gradient(135deg, var(--gold), #ecc677);
  color: #111923;
}

.button-ghost {
  background: rgba(46, 137, 201, 0.92);
  color: #fff;
  border: 1px solid rgba(90, 180, 240, 0.36);
  backdrop-filter: blur(10px);
}

.button-light,
.button-light-solid {
  background: #fff;
  color: var(--text);
}

.button-ghost-light {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(10px);
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(7, 15, 24, 0.16);
}

.button-primary:hover {
  background: linear-gradient(135deg, #f2cf7e, #f6db9f);
}

.button-ghost:hover {
  background: rgba(26, 118, 182, 0.98);
}

.button-light:hover,
.button-light-solid:hover {
  background: #f4f8fb;
}

.button-ghost-light:hover {
  background: rgba(255, 255, 255, 0.24);
}

.hero-visual-stack {
  display: grid;
  gap: 0.75rem;
  align-items: end;
}

.hero-visual-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  justify-self: end;
  width: 100%;
}

.hero-visual-card {
  overflow: hidden;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.2);
}

.hero-visual-card img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.hero-visual-main {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.8rem;
}

.hero-visual-main img {
  height: 280px;
  border-radius: 20px;
}

.hero-visual-copy {
  padding: 0.8rem 0.35rem 0.1rem;
  color: #fff;
}

.hero-visual-copy span {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-visual-copy strong {
  font-size: 0.86rem;
  line-height: 1.45;
}

.hero-visual-small {
  justify-self: stretch;
  width: 100%;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0.6rem;
  backdrop-filter: blur(10px);
  position: relative;
}

.hero-visual-small img {
  height: 118px;
  border-radius: 18px;
}

.hero-visual-mini-copy {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.5rem 0.7rem;
  border-radius: 999px;
  background: rgba(8, 16, 24, 0.78);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}

.hero-tags,
.summary-list,
.bullet-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.hero-tags li {
  padding: 0.78rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.84rem;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.glass-card,
.hero-summary,
.service-card,
.info-card,
.solution-showcase,
.product-card,
.about-panel,
.capability-card,
.office-card,
.contact-form,
.stat-card,
.cta-banner,
.service-cards-grid,
.quick-grid,
.products-grid,
.capability-grid,
.product-showcase-card,
.capability-media-card,
.ai-highlight,
.about-story-card {
  border-radius: var(--radius);
}

.hero-summary {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  padding: 1.5rem;
  backdrop-filter: blur(12px);
}

.summary-kicker {
  display: block;
  margin-bottom: 1rem;
  color: var(--cyan);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.summary-list {
  display: grid;
  gap: 0.9rem;
}

.summary-list li {
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.split-head {
  display: grid;
  gap: 1.5rem;
  align-items: end;
}

.section-intro {
  margin-bottom: 2rem;
}

.split-head h2,
.split-head h1 {
  margin-top: 1rem;
}

.split-head p {
  color: var(--muted);
  max-width: 36rem;
}

.service-cards-grid,
.quick-grid,
.products-grid,
.capability-grid,
.stats-row,
.footer-grid,
.office-grid {
  display: grid;
  gap: 1rem;
}

.service-card,
.info-card,
.product-card,
.capability-card,
.stat-card,
.about-panel {
  background: var(--panel);
  box-shadow: var(--shadow);
}

.service-card {
  overflow: hidden;
}

.service-card img,
.product-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.service-card-copy,
.info-card,
.capability-card,
.about-panel,
.stat-card {
  padding: 1.4rem;
}

.service-card-copy strong,
.product-card h3,
.info-card h3,
.capability-card h3,
.stat-card strong {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 1.25rem;
}

.service-card-copy p,
.info-card p,
.product-card p,
.capability-card li,
.about-panel p,
.stat-card span {
  color: var(--muted);
}

.quick-grid .info-card a,
.footer-grid a,
.solution-copy a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 700;
}

.quick-grid .info-card {
  min-height: 100%;
}

.cta-banner {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  display: grid;
  grid-template-columns: 1.2fr auto;
  align-items: center;
  padding: 2rem;
  box-shadow: var(--shadow);
}

.compact-head {
  margin-bottom: 1.25rem;
}

.service-flip-grid,
.image-info-grid {
  display: grid;
  gap: 1rem;
}

.solution-anchor-grid {
  display: grid;
  gap: 1rem;
}

.solution-access-section {
  background: linear-gradient(180deg, #113152 0%, #173f67 100%);
}

.solution-access-section .split-head h2,
.solution-access-section .split-head p {
  color: #fff;
}

.solution-access-section .split-head p {
  color: rgba(255, 255, 255, 0.8);
}

.solution-access-section .pill {
  background: rgba(255, 255, 255, 0.14);
  color: #d9ecff;
  border-color: rgba(255, 255, 255, 0.2);
}

.solution-anchor-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.75rem;
  min-height: 360px;
  padding: 1.5rem;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.06) 100%),
    rgba(8, 19, 31, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 28px 64px rgba(5, 12, 20, 0.18);
  backdrop-filter: blur(10px);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  overflow: hidden;
}

.solution-anchor-card::before,
.solution-anchor-card::after {
  content: "";
  position: absolute;
  inset: 0;
}

.solution-anchor-card::before {
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform 0.7s ease;
}

.solution-anchor-card::after {
  background: linear-gradient(180deg, rgba(8, 18, 30, 0.06) 24%, rgba(8, 18, 30, 0.86) 100%);
}

.solution-anchor-card > * {
  position: relative;
  z-index: 1;
}

.anchor-investigaciones::before {
  background-image: url("https://assets.zyrosite.com/cdn-cgi/image/format=auto,w=768,h=538,fit=crop/mePxDeOLrkIgg1q2/captura-de-pantalla-2025-11-27-174754-FXc6CycDMBxZwCdZ.jpg");
}

.anchor-consultoria::before {
  background-image: url("https://assets.zyrosite.com/cdn-cgi/image/format=auto,w=768,h=550,fit=crop/mePxDeOLrkIgg1q2/20251015_120445-SEpIunKZDwTanqzg.jpg");
}

.anchor-ingenieria::before {
  background-image: url("https://assets.zyrosite.com/cdn-cgi/image/format=auto,w=768,h=550,fit=crop/mePxDeOLrkIgg1q2/20251014_095718-KqzV7xIZmXOXQHb5.jpg");
}

.anchor-ia::before {
  background-image: url("./assets/ML-IA.png");
}

.anchor-proyectos::before {
  background-image: url("https://assets.zyrosite.com/cdn-cgi/image/format=auto,w=768,h=749,fit=crop/mePxDeOLrkIgg1q2/20250529_102805-0-YX4x4bRv1lSvW8Zr.jpg");
}

.solution-anchor-card strong {
  font-size: 1.28rem;
  line-height: 1.05;
  min-height: 2.3em;
  display: flex;
  align-items: flex-end;
}

.solution-anchor-card span:last-child {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
  min-height: 4.8em;
}

.solution-anchor-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 32px 68px rgba(5, 12, 20, 0.22);
  border-color: rgba(120, 192, 245, 0.42);
}

.solution-anchor-card:hover::before {
  transform: scale(1.08);
}

.section-alt-band {
  background: linear-gradient(180deg, #edf3f8 0%, #e1ebf3 100%);
}

.solutions-home-section .split-head {
  align-items: start;
}

.solutions-home-section .split-head p {
  padding-top: 0.9rem;
}

.flip-card {
  perspective: 1400px;
  min-height: 430px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 430px;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-face {
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  overflow: hidden;
  backface-visibility: hidden;
  box-shadow: var(--shadow);
}

.flip-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.flip-front::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(8, 16, 24, 0.82) 100%);
}

.flip-overlay,
.flip-back {
  position: absolute;
  inset: auto 0 0 0;
}

.flip-overlay {
  z-index: 2;
  padding: 1.3rem;
  color: #fff;
}

.flip-overlay h3,
.flip-back h3 {
  font-size: 1.8rem;
  line-height: 1;
}

.flip-tag {
  display: inline-flex;
  margin-bottom: 0.8rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
}

.flip-back {
  inset: 0;
  padding: 1.6rem;
  background: linear-gradient(180deg, #10161e, #1b2633);
  color: #fff;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.flip-back p {
  margin: 1rem 0 1.2rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.flip-back a {
  color: var(--cyan);
  text-decoration: none;
  font-weight: 700;
}

.image-info-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.image-info-card img,
.image-info-overlay {
  position: absolute;
  inset: 0;
}

.image-info-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-info-overlay {
  background: linear-gradient(180deg, rgba(8, 16, 24, 0.12) 20%, rgba(8, 16, 24, 0.82) 100%);
}

.image-info-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.4rem;
  color: #fff;
}

.image-info-copy h3 {
  margin: 0.9rem 0 0.6rem;
  font-size: 2rem;
  line-height: 0.96;
}

.image-info-copy p {
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 1rem;
}

.image-info-copy a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.cta-banner > img,
.cta-overlay {
  position: absolute;
  inset: 0;
}

.cta-banner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-overlay {
  background:
    linear-gradient(90deg, rgba(6, 15, 23, 0.9) 0%, rgba(18, 103, 157, 0.72) 100%);
}

.cta-content,
.cta-action {
  position: relative;
  z-index: 2;
  color: #fff;
}

.cta-content h2 {
  font-size: clamp(2rem, 5vw, 4.3rem);
  max-width: 12ch;
  line-height: 0.98;
  margin: 1rem 0;
}

.cta-content p {
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.84);
}

.solution-stack {
  display: grid;
  gap: 1.4rem;
}

.solution-showcase {
  display: grid;
  gap: 1.3rem;
  padding: 1.4rem;
  background: #fff;
  box-shadow: var(--shadow);
}

.solution-copy {
  padding: 0.6rem;
}

.solution-copy h2 {
  margin: 1rem 0 0.9rem;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 0.98;
}

.solution-media {
  border-radius: 24px;
  padding: 1rem;
}

.solution-media img,
.about-image img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 22px;
}

.solution-media img {
  min-height: 360px;
}

.warm-panel {
  background: linear-gradient(180deg, #f6eee7, #ecd7c1);
}

.cool-panel {
  background: linear-gradient(180deg, #e8f3fa, #d8e8f2);
}

.neutral-panel {
  background: linear-gradient(180deg, #f1f3f6, #e4e8ee);
}

.tech-panel {
  background: linear-gradient(180deg, #e7eef5, #d7e5f1);
}

.bullet-grid {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.bullet-grid li {
  position: relative;
  padding-left: 1rem;
  color: var(--muted);
}

.bullet-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--copper);
}

.products-grid,
.capability-grid {
  grid-template-columns: 1fr;
}

.product-card {
  padding: 1rem;
}

.product-card h3 {
  margin-top: 1rem;
}

.about-hero,
.about-panels {
  display: grid;
  gap: 1rem;
}

.about-image img {
  min-height: 420px;
}

.stat-card {
  text-align: center;
}

.stat-card strong {
  font-size: 1.5rem;
}

.contact-hero {
  position: relative;
  padding: 8rem 0 12rem;
  overflow: hidden;
  background: var(--navy);
}

.contact-hero-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 11, 18, 0.58), rgba(7, 11, 18, 0.88)),
    url("https://assets.zyrosite.com/cdn-cgi/image/format=auto,w=1440,h=1054,fit=crop/mePxDeOLrkIgg1q2/20251015_120445-SEpIunKZDwTanqzg.jpg") center/cover;
}

.contact-hero-copy {
  position: relative;
  z-index: 2;
  color: #fff;
}

.contact-hero-copy p {
  max-width: 36rem;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.82);
}

.contact-band {
  margin-top: -7rem;
  padding: 0 0 5rem;
  position: relative;
  z-index: 3;
}

.contact-layout {
  display: grid;
  gap: 1.4rem;
}

.office-card,
.contact-form {
  padding: 2rem;
  box-shadow: var(--shadow);
}

.office-card {
  background: linear-gradient(180deg, #103a5c, #14679f);
  color: #fff;
}

.office-brand {
  display: grid;
  gap: 1rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.office-brand img {
  width: 220px;
  filter: brightness(0) invert(1);
}

.office-brand span {
  font-size: 1.15rem;
  font-weight: 700;
}

.office-grid {
  margin-top: 1.4rem;
}

.office-grid article {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.office-grid article:last-child {
  border-bottom: 0;
}

.office-grid strong {
  display: block;
  margin-bottom: 0.5rem;
}

.office-grid p {
  color: rgba(255, 255, 255, 0.88);
}

.contact-form {
  background: #0f3f63;
  color: #fff;
}

.contact-form-blue {
  background: linear-gradient(180deg, #0f4c79, #14679f);
}

.contact-form h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 0.8rem;
}

.contact-form p {
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  padding: 1rem;
  border-radius: 6px;
  font: inherit;
}

.site-footer-light {
  position: relative;
  padding: 3rem 0 2rem;
  background: #f7f8fa;
}

.footer-shell {
  position: relative;
}

.footer-watermark {
  position: absolute;
  top: -1rem;
  left: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(3.6rem, 10vw, 8rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  color: rgba(16, 22, 30, 0.03);
  pointer-events: none;
  z-index: 0;
  white-space: nowrap;
}

.footer-grid {
  position: relative;
  z-index: 2;
  padding-top: 7.5rem;
  align-items: start;
  column-gap: 2.5rem;
  row-gap: 1.6rem;
}

.footer-brand-block p,
.footer-grid p,
.footer-grid a {
  color: var(--muted);
}

.footer-brand-block {
  max-width: 26rem;
  padding-right: 2rem;
}

.footer-logo {
  width: min(100%, 420px);
  display: block;
  margin-bottom: 1rem;
}

.footer-grid h4 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.footer-grid a {
  display: block;
  margin-bottom: 0.8rem;
  text-decoration: none;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.page-hero-with-image,
.solution-detail-card,
.detail-gallery {
  display: grid;
  gap: 1rem;
}

.page-hero-with-image {
  align-items: center;
}

.split-head-block p {
  margin-top: 1rem;
  color: var(--muted);
  max-width: 36rem;
  line-height: 1.7;
}

.hero-inline-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.hero-inline-tags span {
  padding: 0.75rem 0.95rem;
  border-radius: 999px;
  background: #edf3f8;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 700;
}

.page-hero-image-card {
  background: var(--panel);
  padding: 0.9rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.page-hero-solid {
  background: #fff;
  padding: 1.2rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.page-hero-image-card img {
  width: 100%;
  display: block;
  height: 340px;
  object-fit: cover;
  border-radius: 22px;
}

.solution-detail-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.2rem;
}

.detail-theme-cool {
  background: linear-gradient(180deg, #eef7fb 0%, #e3f0f8 100%);
}

.detail-theme-warm {
  background: linear-gradient(180deg, #faf2ea 0%, #f3e1cd 100%);
}

.detail-theme-neutral {
  background: linear-gradient(180deg, #f4f6f8 0%, #e7ebef 100%);
}

.detail-theme-tech {
  background: linear-gradient(180deg, #eaf5fb 0%, #d7edf7 100%);
}

.detail-meta-grid {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.detail-meta-grid article {
  padding: 1rem;
  border-radius: 20px;
  background: #f5f8fb;
}

.detail-meta-grid strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.95rem;
}

.detail-copy h3 {
  margin-bottom: 0.8rem;
  font-size: 1.45rem;
}

.detail-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.detail-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detail-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.page-hero-clean {
  padding: 3rem 0 1rem;
}

.ai-highlight {
  display: grid;
  gap: 1.2rem;
  background: linear-gradient(135deg, #e9f5fb 0%, #d7ecf7 45%, #cbe4f1 100%);
  padding: 1.6rem;
  color: var(--text);
  box-shadow: var(--shadow);
}

.ai-highlight-copy p {
  margin-top: 1rem;
  color: var(--muted);
  line-height: 1.7;
}

.ai-highlight-copy .bullet-grid li {
  color: var(--muted);
}

.ai-highlight-copy .bullet-grid li::before {
  background: var(--cyan);
}

.ai-highlight-copy .button {
  margin-top: 1.2rem;
}

.ai-highlight-media,
.ai-highlight-grid,
.product-showcase-grid,
.capability-home-grid,
.about-story-stack {
  display: grid;
  gap: 1rem;
}

.ai-highlight-frame,
.mini-media-card,
.product-showcase-card,
.capability-media-card {
  overflow: hidden;
  position: relative;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.ai-highlight-frame img,
.mini-media-card img,
.product-showcase-card img,
.capability-media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ai-highlight-frame {
  min-height: 320px;
}

.ai-highlight-grid {
  grid-template-columns: 1fr;
}

.mini-media-card {
  min-height: 220px;
}

.ai-highlight-frame::after,
.mini-media-card::after,
.product-showcase-card::after,
.capability-media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 16, 24, 0.08) 25%, rgba(8, 16, 24, 0.86) 100%);
}

.ai-highlight-frame::after {
  background: linear-gradient(180deg, rgba(15, 76, 121, 0.08) 18%, rgba(15, 63, 99, 0.6) 100%);
}

.mini-media-copy,
.product-showcase-copy,
.capability-media-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.2rem;
  color: #fff;
}

.mini-media-copy strong {
  display: block;
  margin-bottom: 0.35rem;
}

.mini-media-copy span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.product-showcase-grid,
.capability-home-grid {
  grid-template-columns: 1fr;
}

.product-showcase-card,
.capability-media-card {
  min-height: 380px;
}

.product-showcase-large {
  min-height: 460px;
}

.product-showcase-copy h3,
.capability-media-copy h3 {
  margin: 0.85rem 0 0.55rem;
  font-size: clamp(1.55rem, 2vw, 2.3rem);
  line-height: 1.02;
}

.product-showcase-copy p,
.capability-media-copy p {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 0.9rem;
}

.product-showcase-copy a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.cta-action-stack {
  display: grid;
  gap: 0.8rem;
  justify-items: start;
}

.about-story-stack {
  gap: 1.5rem;
}

.about-story-card {
  display: grid;
  gap: 1rem;
  padding: 1.1rem;
  background: #fff;
  box-shadow: var(--shadow);
}

.about-story-media {
  padding: 0.85rem;
  border-radius: 24px;
}

.about-story-media img {
  width: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.about-story-copy {
  padding: 0.6rem;
}

.about-story-copy h2 {
  margin: 1rem 0 0.9rem;
  font-size: clamp(2rem, 3.5vw, 3.3rem);
  line-height: 0.98;
}

.about-story-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.story-identity {
  background: linear-gradient(180deg, #ffffff 0%, #f3f6f9 100%);
}

.story-mission {
  background: linear-gradient(180deg, #f9f2eb 0%, #fff 100%);
}

.story-vision {
  background: linear-gradient(180deg, #eef5fb 0%, #ffffff 100%);
}

.story-specialties {
  background: linear-gradient(180deg, #0f1b29 0%, #163a58 100%);
}

.story-specialties .about-story-copy p,
.story-specialties .about-story-copy h2,
.story-specialties .about-story-copy .bullet-grid li {
  color: #fff;
}

.story-specialties .about-story-copy .pill {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.story-specialties .about-story-copy .bullet-grid li::before {
  background: var(--cyan);
}

.section-ai-band {
  background: linear-gradient(180deg, #edf6fb 0%, #dbeef8 100%);
}

.section-projects-band {
  background: linear-gradient(180deg, #0f2a41 0%, #183d5f 100%);
}

.projects-feature {
  display: grid;
  gap: 1.2rem;
  padding: 1.4rem;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%),
    rgba(8, 18, 29, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 70px rgba(4, 11, 18, 0.22);
}

.projects-feature-copy {
  padding: 1rem;
}

.projects-feature-copy .pill {
  background: rgba(255, 255, 255, 0.12);
  color: #dcecff;
  border-color: rgba(255, 255, 255, 0.14);
}

.projects-feature-copy h2 {
  margin: 1rem 0 0.9rem;
  font-size: clamp(2.15rem, 4vw, 4rem);
  line-height: 0.98;
  color: #fff;
}

.projects-feature-copy p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.projects-feature-copy .bullet-grid li {
  color: rgba(255, 255, 255, 0.82);
}

.projects-feature-copy .bullet-grid li::before {
  background: #8fd6ff;
}

.projects-feature-gallery {
  display: grid;
  gap: 1rem;
}

.projects-feature-gallery img {
  width: 100%;
  min-height: 240px;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}

.hero-visual-card img,
.flip-front img,
.image-info-card img,
.solution-media img,
.about-image img,
.page-hero-image-card img,
.detail-gallery img,
.product-card img,
.about-story-media img,
.ai-highlight-frame img,
.mini-media-card img,
.product-showcase-card img,
.capability-media-card img,
.projects-feature-gallery img,
.page-hero-bg img,
.cta-banner > img {
  transition: transform 0.7s ease, filter 0.45s ease;
}

.hero-visual-card:hover img,
.flip-face:hover img,
.image-info-card:hover img,
.solution-media:hover img,
.about-image:hover img,
.page-hero-image-card:hover img,
.detail-gallery img:hover,
.product-card:hover img,
.about-story-media:hover img,
.ai-highlight-frame:hover img,
.mini-media-card:hover img,
.product-showcase-card:hover img,
.capability-media-card:hover img,
.projects-feature-gallery img:hover,
.page-hero-full:hover .page-hero-bg img,
.cta-banner:hover > img {
  transform: scale(1.06);
  filter: saturate(1.05);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.about-indicators-band {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 0;
  min-height: 620px;
  display: flex;
  align-items: center;
  box-shadow: var(--shadow);
}

.about-indicators-bg,
.about-indicators-overlay {
  position: absolute;
  inset: 0;
}

.about-indicators-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-indicators-overlay {
  background:
    linear-gradient(180deg, rgba(7, 18, 30, 0.26) 0%, rgba(7, 18, 30, 0.56) 100%),
    linear-gradient(90deg, rgba(7, 18, 30, 0.52) 0%, rgba(7, 18, 30, 0.18) 100%);
}

.about-indicators-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.about-indicators-copy {
  max-width: 48rem;
  color: #fff;
}

.about-indicators-copy h2 {
  margin: 1rem 0 0.9rem;
  font-size: clamp(2.4rem, 5vw, 5.1rem);
  line-height: 0.94;
}

.about-indicators-copy p {
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.82);
}

.about-indicators-grid {
  width: 100%;
  display: grid;
  gap: 0;
  padding: 0;
}

.indicator-stat {
  display: grid;
  gap: 0.85rem;
  align-content: start;
  min-height: 240px;
  padding: 2.2rem 2rem 2rem;
  border-radius: 0;
  background: rgba(6, 14, 24, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  transition: background 0.3s ease, transform 0.3s ease;
}

.indicator-stat:hover {
  transform: translateY(-4px);
  background: rgba(10, 20, 32, 0.9);
}

.indicator-stat:hover strong,
.indicator-stat:hover .indicator-kicker {
  color: #ff4242;
}

.indicator-kicker {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.indicator-stat strong {
  font-family: "Sora", sans-serif;
  font-size: clamp(2.3rem, 6vw, 4.8rem);
  line-height: 0.92;
  color: #fff;
}

.indicator-stat span:last-child {
  max-width: 22ch;
  color: rgba(255, 255, 255, 0.88);
}

.product-card {
  position: relative;
  min-height: 560px;
  padding: 0;
  overflow: hidden;
  border-radius: 34px;
  color: #fff;
}

.product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(7, 15, 24, 0.88) 100%);
}

.product-card img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.product-card-eyebrow,
.product-card h3,
.product-card p {
  position: absolute;
  left: 1.6rem;
  right: 1.6rem;
  z-index: 1;
}

.product-card-eyebrow {
  top: 1.45rem;
  display: inline-flex;
  width: max-content;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.product-card h3 {
  bottom: 7.1rem;
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 0.98;
  max-width: 11ch;
}

.product-card p {
  bottom: 1.7rem;
  margin: 0;
  max-width: 28rem;
  color: rgba(255, 255, 255, 0.88);
}

.product-card-copper {
  background: #7f4c28;
}

.product-card-blue {
  background: #14395d;
}

.product-card-slate {
  background: #26394d;
}

.product-card-cyan {
  background: #12475a;
}

.product-card-copper .product-card-eyebrow {
  background: rgba(187, 111, 63, 0.85);
}

.product-card-blue .product-card-eyebrow {
  background: rgba(40, 102, 164, 0.85);
}

.product-card-slate .product-card-eyebrow {
  background: rgba(64, 93, 123, 0.85);
}

.product-card-cyan .product-card-eyebrow {
  background: rgba(29, 154, 176, 0.85);
}

@keyframes heroPanHorizontal {
  0% {
    transform: translateX(-2.2%) scale(1.08);
  }
  100% {
    transform: translateX(2.2%) scale(1.08);
  }
}

@keyframes heroPanLoop {
  0% {
    transform: translateX(2.4%) scale(1.08);
  }
  100% {
    transform: translateX(-2.4%) scale(1.08);
  }
}

@media (min-width: 1100px) {
  .about-indicators-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 760px) {
  .hero-actions {
    flex-direction: row;
  }

  .service-cards-grid,
  .quick-grid,
  .products-grid,
  .capability-grid,
  .stats-row,
  .footer-grid,
  .office-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-flip-grid,
  .image-info-grid,
  .about-indicators-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-anchor-grid,
  .projects-feature-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-head,
  .about-panels,
  .contact-layout,
  .page-hero-with-image {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-meta-grid,
  .ai-highlight,
  .about-story-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-showcase-grid,
  .capability-home-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1.2fr 0.7fr 0.7fr 0.9fr;
  }
}

@media (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    flex-direction: row;
    gap: 1.4rem;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .hero-layout {
    grid-template-columns: 1.06fr 0.94fr;
    gap: 2.1rem;
    min-height: calc(100svh - 120px);
  }

  .service-cards-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .service-flip-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .quick-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .image-info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .solution-anchor-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ai-highlight {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
    padding: 1.7rem;
  }

  .product-showcase-grid {
    grid-template-columns: 1.15fr 0.85fr 0.85fr;
  }

  .product-showcase-large {
    grid-row: span 2;
    min-height: 100%;
  }

  .capability-home-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .projects-feature {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    padding: 1.6rem;
  }

  .projects-feature-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .projects-feature-gallery img:last-child {
    grid-column: 2;
    grid-row: 1 / span 2;
    min-height: 100%;
  }

  .footer-grid {
    grid-template-columns: minmax(300px, 1.1fr) 0.58fr 0.58fr 0.88fr;
  }

  .products-grid,
  .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-showcase {
    grid-template-columns: 0.92fr 1.08fr;
    align-items: center;
    padding: 1.6rem;
  }

  .solution-showcase.reverse {
    grid-template-columns: 1.08fr 0.92fr;
  }

  .solution-showcase.reverse .solution-copy {
    order: 2;
  }

  .solution-showcase.reverse .solution-media {
    order: 1;
  }

  .about-hero {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .about-indicators-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .about-story-card {
    grid-template-columns: 0.92fr 1.08fr;
    align-items: center;
    padding: 1.4rem;
  }

  .about-story-card.reverse {
    grid-template-columns: 1.08fr 0.92fr;
  }

  .about-story-card.reverse .about-story-copy {
    order: 1;
  }

  .about-story-card.reverse .about-story-media {
    order: 2;
  }

  .contact-layout {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: start;
  }

  .solution-detail-card {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
  }

  .cta-banner-dual {
    grid-template-columns: 1.1fr auto;
  }

  .cta-action-stack {
    display: grid;
    gap: 0.9rem;
  }
}
