/* =========================================================
   Hero estándar del plugin
   Escena técnica de ingeniería mecánica
   ========================================================= */

.home-hero--standard {
  --mim-hero-graphite: #171920;
  --mim-hero-gunmetal: #353843;
  --mim-hero-steel: #aeb0ba;
  --mim-hero-accent: var(--brand-accent);
  position: relative;
  isolation: isolate;
  overflow: clip;
  min-height: clamp(720px, 92vh, 980px);
  color: #fff;
  background:
    radial-gradient(circle at 94% 88%, rgba(var(--brand-accent-rgb), 0.3) 0%, rgba(var(--brand-accent-rgb), 0.09) 22%, rgba(var(--brand-accent-rgb), 0) 46%),
    radial-gradient(circle at 72% 30%, rgba(196, 198, 206, 0.28) 0%, rgba(196, 198, 206, 0) 38%),
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 28%),
    linear-gradient(125deg, #101218 0%, var(--mim-hero-graphite) 30%, #242730 60%, var(--mim-hero-gunmetal) 82%, #292c35 100%);
}

.site-main--home > .home-hero.home-hero--standard.section-shell {
  padding-top: var(--header-height, 166px);
  padding-bottom: 0;
  border-bottom: 0;
}

.home-hero--standard::before,
.home-hero--standard::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-hero--standard::before {
  z-index: 0;
  background:
    radial-gradient(ellipse at 72% 46%, rgba(196, 198, 206, 0.22) 0%, rgba(196, 198, 206, 0.07) 34%, rgba(196, 198, 206, 0) 62%),
    radial-gradient(ellipse at 28% 78%, rgba(var(--brand-accent-rgb), 0.12) 0%, rgba(var(--brand-accent-rgb), 0.035) 32%, rgba(var(--brand-accent-rgb), 0) 58%),
    linear-gradient(110deg, rgba(16, 18, 24, 0.46) 0%, rgba(16, 18, 24, 0.12) 48%, rgba(16, 18, 24, 0) 72%),
    linear-gradient(180deg, rgba(36, 38, 48, 0.02) 0%, rgba(20, 22, 28, 0.42) 100%);
}

.home-hero--standard::after {
  z-index: 0;
  inset: auto -10% -22%;
  height: min(58%, 560px);
  background:
    radial-gradient(ellipse at 94% 96%, rgba(var(--brand-accent-rgb), 0.34) 0%, rgba(var(--brand-accent-rgb), 0.11) 24%, rgba(var(--brand-accent-rgb), 0) 50%),
    radial-gradient(ellipse at 20% 92%, rgba(196, 198, 206, 0.16) 0%, rgba(196, 198, 206, 0.05) 34%, rgba(196, 198, 206, 0) 62%),
    linear-gradient(105deg, rgba(59, 62, 75, 0.18) 0%, rgba(36, 38, 48, 0.1) 46%, rgba(255, 255, 255, 0) 72%);
  opacity: 0.92;
  filter: blur(10px);
  transform: rotate(-1deg);
  transform-origin: 50% 100%;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 100%);
}

.hero-standard__background-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

.hero-standard__background-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 18, 24, 0.97) 0%, rgba(23, 25, 32, 0.82) 34%, rgba(36, 39, 48, 0.68) 62%, rgba(53, 56, 67, 0.4) 100%),
    linear-gradient(180deg, rgba(59, 62, 75, 0.3) 0%, rgba(20, 22, 28, 0.8) 100%);
}

.home-hero--standard > .wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  min-height: calc(clamp(720px, 92vh, 980px) - var(--header-height, 166px));
  padding-top: 0;
  padding-bottom: 0;
}

.hero-standard {
  position: relative;
  display: grid;
  justify-items: stretch;
}

.hero-standard__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: clamp(1.6rem, 3.2vw, 4.2rem);
  align-items: center;
  min-height: calc(clamp(720px, 92vh, 980px) - var(--header-height, 166px));
}

.hero-standard__content {
  position: relative;
  z-index: 3;
  display: grid;
  justify-items: start;
  gap: 0.68rem;
  width: min(100%, 760px);
  text-align: left;
  padding-top: clamp(2.4rem, 4vw, 4rem);
  padding-bottom: clamp(4rem, 6.2vw, 6.2rem);
}

.home-hero--standard.is-copy-pending .hero-standard__eyebrow,
.home-hero--standard.is-copy-pending .hero-standard__title,
.home-hero--standard.is-copy-pending .hero-standard__tagline,
.home-hero--standard.is-copy-pending .hero-standard__summary,
.home-hero--standard.is-copy-pending .hero-standard__actions,
.home-hero--standard.is-copy-pending .hero-standard__accreditation,
.home-hero--standard.is-copy-pending .hero-standard__person {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
}

.home-hero--standard.is-copy-pending .hero-standard__person {
  transform: translate3d(32px, 20px, 0) scale(0.985);
}

.home-hero--standard.is-copy-ready .hero-standard__eyebrow,
.home-hero--standard.is-copy-ready .hero-standard__title,
.home-hero--standard.is-copy-ready .hero-standard__tagline,
.home-hero--standard.is-copy-ready .hero-standard__summary,
.home-hero--standard.is-copy-ready .hero-standard__actions,
.home-hero--standard.is-copy-ready .hero-standard__accreditation {
  animation: hero-standard-copy-in 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-hero--standard.is-copy-ready .hero-standard__person {
  animation: hero-standard-person-in 960ms cubic-bezier(0.22, 1, 0.36, 1) 140ms both;
}

.home-hero--standard.is-copy-ready .hero-standard__title { animation-delay: 90ms; }
.home-hero--standard.is-copy-ready .hero-standard__tagline { animation-delay: 230ms; }
.home-hero--standard.is-copy-ready .hero-standard__summary { animation-delay: 300ms; }
.home-hero--standard.is-copy-ready .hero-standard__actions { animation-delay: 380ms; }
.home-hero--standard.is-copy-ready .hero-standard__accreditation { animation-delay: 460ms; }

@keyframes hero-standard-copy-in {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-standard-person-in {
  from {
    opacity: 0;
    transform: translate3d(32px, 20px, 0) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.hero-standard__eyebrow {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.25rem !important;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.15;
  text-transform: uppercase;
  color: rgba(233, 241, 255, 0.72);
}

.hero-standard__accreditation {
  position: absolute;
  right: auto;
  bottom: 10px;
  left: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90vw;
  height: 58px;
  translate: -50% 0;
  margin: 0;
  padding-right: max(1.25rem, env(safe-area-inset-right));
  padding-left: max(1.25rem, env(safe-area-inset-left));
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  color: #29343a;
  background: linear-gradient(90deg, transparent 0%, var(--mim-hero-accent) 12%, var(--mim-hero-accent) 88%, transparent 100%);
}

.hero-standard__title {
  margin: 0;
  font-family: var(--font-display-light);
  font-size: clamp(2.7rem, 5vw, 4.75rem);
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: 0;
  color: #fff;
}

.hero-standard__title .hero-line {
  display: block;
}

.hero-standard__title-accent {
  color: var(--mim-hero-accent);
}

.hero-standard__tagline {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(1.12rem, 1.9vw, 1.52rem);
  font-weight: 600;
  line-height: 1.18;
  color: rgba(233, 241, 255, 0.98);
}

.hero-standard__summary {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(0.98rem, 1.05vw, 1.06rem);
  line-height: 1.7;
  color: rgba(230, 238, 251, 0.82);
}

.hero-standard__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.9rem;
  margin-top: 1rem;
}

.hero-standard__button {
  --hover-shadow: rgba(255, 255, 255, 0.08);
  --hover-ring: rgba(255, 255, 255, 0.42);
  --hover-glow: rgba(255, 255, 255, 0.16);
  min-height: 52px;
  padding-inline: 20px;
  font-size: 1rem;
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.hero-standard__button--primary {
  --btn-bg: #fff;
  --btn-bg-hover: rgba(255, 255, 255, 0.9);
  --btn-bg-active: rgba(255, 255, 255, 0.82);
  --btn-color: #29343a;
  --btn-border: rgba(255, 255, 255, 0.92);
  --btn-border-hover: #fff;
  --btn-border-active: rgba(255, 255, 255, 0.86);
  --btn-ring: rgba(255, 255, 255, 0.28);
  --btn-shadow: none;
  --btn-shadow-hover: 0 0 0 3px rgba(255, 255, 255, 0.22);
  --btn-shadow-active: 0 0 0 2px rgba(255, 255, 255, 0.18);
}

.hero-standard__button--secondary {
  --btn-color: #fff;
  --btn-border: rgba(255, 255, 255, 0.84);
  --btn-border-hover: #fff;
  --btn-border-active: rgba(255, 255, 255, 0.9);
  --btn-bg-hover: rgba(255, 255, 255, 0.1);
  --btn-bg-active: rgba(255, 255, 255, 0.16);
  --btn-ring: rgba(255, 255, 255, 0.2);
  --btn-shadow: none;
  --btn-shadow-hover: 0 0 0 3px rgba(255, 255, 255, 0.2);
  --btn-shadow-active: 0 0 0 2px rgba(255, 255, 255, 0.16);
}

html[data-theme="dark"] .home-hero--standard {
  color: #eff4fb;
  background:
    radial-gradient(circle at 94% 88%, rgba(var(--brand-accent-rgb), 0.2) 0%, rgba(var(--brand-accent-rgb), 0.055) 22%, rgba(var(--brand-accent-rgb), 0) 46%),
    radial-gradient(circle at 72% 34%, rgba(196, 198, 206, 0.13) 0%, rgba(196, 198, 206, 0) 34%),
    linear-gradient(125deg, #090a0e 0%, #11131a 30%, #20232b 62%, #0d0f14 100%);
}

html[data-theme="dark"] .home-hero--standard::before {
  background:
    radial-gradient(ellipse at 72% 46%, rgba(196, 198, 206, 0.15) 0%, rgba(196, 198, 206, 0.045) 34%, rgba(196, 198, 206, 0) 62%),
    radial-gradient(ellipse at 28% 78%, rgba(var(--brand-accent-rgb), 0.09) 0%, rgba(var(--brand-accent-rgb), 0.025) 32%, rgba(var(--brand-accent-rgb), 0) 58%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0%, transparent 28%),
    linear-gradient(180deg, rgba(36, 38, 48, 0.12) 0%, rgba(10, 11, 15, 0.54) 100%);
}

html[data-theme="dark"] .home-hero--standard::after {
  background:
    radial-gradient(ellipse at 94% 96%, rgba(var(--brand-accent-rgb), 0.24) 0%, rgba(var(--brand-accent-rgb), 0.07) 24%, rgba(var(--brand-accent-rgb), 0) 50%),
    radial-gradient(ellipse at 20% 92%, rgba(196, 198, 206, 0.12) 0%, rgba(196, 198, 206, 0.035) 34%, rgba(196, 198, 206, 0) 62%),
    linear-gradient(105deg, rgba(59, 62, 75, 0.12) 0%, rgba(10, 11, 15, 0.16) 46%, rgba(255, 255, 255, 0) 72%);
  opacity: 0.82;
}

html[data-theme="dark"] .hero-standard__tagline {
  color: rgba(231, 239, 249, 0.92);
}

html[data-theme="dark"] .hero-standard__summary {
  color: rgba(210, 223, 238, 0.7);
}

html[data-theme="dark"] .hero-standard__eyebrow {
  color: rgba(196, 210, 228, 0.7);
}

.hero-standard__button--secondary:hover,
.hero-standard__button--secondary:focus-visible {
  color: #fff;
}

.hero-standard__button--secondary:hover i,
.hero-standard__button--secondary:focus-visible i {
  color: #fff;
}

.home-hero--standard .hero-standard__button:hover,
.home-hero--standard .hero-standard__button:focus-visible {
  border-color: #fff;
  box-shadow: 0 16px 46px rgba(255, 255, 255, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.46), 0 0 0 10px rgba(255, 255, 255, 0.16) !important;
}

.home-hero--standard .hero-standard__button:hover {
  transform: translateY(-1px);
}

.hero-standard__person {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  align-self: stretch;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.hero-standard__person-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 640px;
  object-fit: contain;
  object-position: center bottom;
}

.engineering-hero {
  position: absolute;
  inset: -10% 0 -16%;
  left: 50%;
  z-index: 1;
  width: 100vw;
  height: auto;
  min-height: clamp(720px, 92vh, 980px);
  transform: translateX(-50%);
  overflow: visible;
  pointer-events: none;
}

.engineering-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 60% 48%, rgba(var(--brand-accent-rgb), 0.055) 0%, rgba(196, 198, 206, 0.03) 38%, rgba(var(--brand-accent-rgb), 0) 72%);
  filter: blur(2px);
}

.engineering-hero__gears {
  position: absolute;
  inset: -8% -8% -12%;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.engineering-hero__gear {
  transform-box: fill-box;
  transform-origin: center;
  opacity: 0.3;
}

.engineering-hero__gear-shape,
.engineering-hero__gear-ring,
.engineering-hero__gear-inner-ring {
  fill: none;
  stroke: currentColor;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  vector-effect: non-scaling-stroke;
  animation: engineering-gear-draw 4.2s cubic-bezier(0.22, 0.8, 0.25, 1) forwards;
}

.engineering-hero__gear-shape {
  stroke-width: 3.2;
}

.engineering-hero__gear-ring,
.engineering-hero__gear-inner-ring {
  stroke-width: 1.8;
  opacity: 0.62;
}

.engineering-hero__gear--one {
  color: rgba(239, 242, 240, 0.92);
  animation: engineering-gear-rotate 24s linear infinite;
}

.engineering-hero__gear--two {
  color: rgba(89, 211, 225, 0.86);
  animation: engineering-gear-rotate-reverse 18s linear infinite;
}

.engineering-hero__gear--two .engineering-hero__gear-shape,
.engineering-hero__gear--two .engineering-hero__gear-ring,
.engineering-hero__gear--two .engineering-hero__gear-inner-ring {
  animation-delay: 0.35s;
}

.engineering-hero__gear--three {
  color: rgba(var(--brand-accent-rgb), 0.82);
  animation: engineering-gear-rotate 15s linear infinite;
}

.engineering-hero__gear--three .engineering-hero__gear-shape,
.engineering-hero__gear--three .engineering-hero__gear-ring,
.engineering-hero__gear--three .engineering-hero__gear-inner-ring {
  animation-delay: 0.7s;
}

.engineering-hero__gear--four {
  color: rgba(220, 232, 228, 0.62);
  animation: engineering-gear-rotate-reverse 11s linear infinite;
}

.engineering-hero__gear--four .engineering-hero__gear-shape,
.engineering-hero__gear--four .engineering-hero__gear-ring,
.engineering-hero__gear--four .engineering-hero__gear-inner-ring {
  animation-delay: 0.95s;
}

@keyframes engineering-gear-draw {
  from { stroke-dashoffset: 3000; }
  to { stroke-dashoffset: 0; }
}

@keyframes engineering-gear-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes engineering-gear-rotate-reverse {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

.home-portada-modular-section {
  position: relative;
  overflow: clip;
  color: #14304f;
  background: #f4f7fb;
}

.home-portada-modular-section.section-shell {
  padding: 0;
}

.home-portada-modular-section > .wrapper {
  display: grid;
  gap: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.home-portada-modular-section__top {
  display: grid;
  gap: clamp(2rem, 3.4vw, 3.2rem);
  align-items: start;
  padding: clamp(3rem, 4.5vw, 5rem) 0 clamp(1rem, 1.8vw, 1.4rem);
}

.home-portada-modular-section__copy {
  display: grid;
  gap: 0.55rem;
  justify-items: center;
  width: min(100%, 1200px);
  margin-inline: auto;
  text-align: center;
}

.home-portada-modular-section__eyebrow {
  color: #4d6a88;
}

.home-portada-modular-section__title {
  font-family: var(--font-display-light);
  width: min(100%, 38ch);
  margin-inline: auto;
  line-height: 1.04;
  color: #15304f;
}

.home-portada-modular-section__text {
  margin: 0;
  max-width: 72ch;
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.1vw, 1.08rem);
  line-height: 1.7;
  color: #486078;
}

.home-portada-modular-section__facts {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1rem, 3vw, 2rem);
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding: clamp(1.25rem, 2.2vw, 1.8rem) max(clamp(1.5rem, 4vw, 3rem), calc((100vw - var(--wrapper-max)) / 2));
  background:
    linear-gradient(90deg, rgba(0, 37, 105, 0.035) 0%, rgba(var(--brand-accent-rgb), 0.055) 52%, rgba(0, 37, 105, 0.03) 100%),
    #eef3f8;
}

.home-portada-modular-section__fact-card {
  position: relative;
  display: flex;
  gap: 0.9rem;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
  padding: 0;
}

.home-portada-modular-section__fact-body {
  display: flex;
  gap: 0.28rem;
  align-items: baseline;
  min-width: 0;
}

.home-portada-modular-section__fact-label {
  margin: 0;
  font-size: clamp(0.98rem, 1.08vw, 1.08rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
  color: #002569;
  white-space: nowrap;
}

.home-portada-modular-section__fact-icon {
  width: 1.45rem;
  height: 1.45rem;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-size: 0.92rem;
  line-height: 1;
  text-align: center;
  color: var(--brand-accent);
}

.home-portada-modular-section__fact-value {
  display: block;
  font-family: var(--font-body);
  font-size: clamp(0.98rem, 1.08vw, 1.08rem);
  font-weight: 700;
  line-height: 1.3;
  color: #15304f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-portada-modular-section__lower {
  display: grid;
  padding: 0 0 clamp(4rem, 6vw, 6rem);
}

.home-portada-modular-section__content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(1.35rem, 3vw, 2.6rem);
}

.home-portada-modular-section__list-title {
  margin: 0 0 0.95rem;
  font-family: var(--font-body);
  font-size: clamp(1.08rem, 1.25vw, 1.2rem);
  font-weight: 900;
  line-height: 1.22;
  color: #15304f;
}

.home-portada-modular-section__column {
  min-width: 0;
  padding: 0;
}

.home-portada-modular-section__column + .home-portada-modular-section__column {
  border-left: 1px solid rgba(0, 37, 105, 0.1);
  padding-left: clamp(1.35rem, 3vw, 2.6rem);
}

.home-portada-modular-section__list {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  color: #486078;
  list-style: none;
}

.home-portada-modular-section__list-item {
  display: flex;
  gap: 0.62rem;
  align-items: flex-start;
  line-height: 1.62;
  padding-bottom: 0.62rem;
  border-bottom: 1px solid rgba(0, 37, 105, 0.08);
}

.home-portada-modular-section__list-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.home-portada-modular-section__list-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  margin-top: 0.15rem;
  color: #29343a;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 4px;
  background: var(--brand-accent);
  box-shadow: none;
}

.home-portada-modular-section__list-icon::before {
  display: block;
  line-height: 1;
}

.home-portada-modular-section__title-accent {
  color: var(--brand-accent);
}

html[data-theme="dark"] .home-portada-modular-section {
  color: #d9e4f2;
  background: #0b1626;
}

html[data-theme="dark"] .home-portada-modular-section__eyebrow {
  color: rgba(196, 210, 228, 0.72);
}

html[data-theme="dark"] .home-portada-modular-section__title,
html[data-theme="dark"] .home-portada-modular-section__list-title,
html[data-theme="dark"] .home-portada-modular-section__fact-value {
  color: #eef3f8;
}

html[data-theme="dark"] .home-portada-modular-section__text,
html[data-theme="dark"] .home-portada-modular-section__list {
  color: rgba(214, 226, 240, 0.78);
}

html[data-theme="dark"] .home-portada-modular-section__fact-card {
  background: transparent;
  box-shadow: none;
}

html[data-theme="dark"] .home-portada-modular-section__facts {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0%, rgba(var(--brand-accent-rgb), 0.045) 52%, rgba(255, 255, 255, 0.025) 100%),
    rgba(255, 255, 255, 0.035);
}

html[data-theme="dark"] .home-portada-modular-section__fact-label {
  color: rgba(196, 210, 228, 0.64);
}

html[data-theme="dark"] .home-portada-modular-section__column + .home-portada-modular-section__column {
  border-left-color: rgba(255, 255, 255, 0.075);
  border-top-color: rgba(255, 255, 255, 0.075);
}

html[data-theme="dark"] .home-portada-modular-section__list-icon {
  color: #29343a;
  background: var(--brand-accent);
  box-shadow: none;
}

html[data-theme="dark"] .home-portada-modular-section__title-accent {
  color: var(--brand-accent);
}

@media (max-width: 991.98px) {
  .hero-standard__accreditation {
    background: var(--mim-hero-accent);
  }

  .home-hero--standard > .wrapper {
    min-height: calc(clamp(720px, 92vh, 980px) - var(--header-height, 96px));
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-standard__content {
    width: min(100%, 760px);
    padding-top: 1.6rem;
    padding-bottom: 3rem;
  }

  .hero-standard__layout {
    grid-template-columns: 1fr;
  }

  .hero-standard--has-person .hero-standard__layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-standard__content {
    justify-items: center;
    text-align: center;
  }

  .hero-standard__actions {
    justify-content: center;
  }

  .engineering-hero {
    display: none;
  }

  .hero-standard__person {
    display: none;
  }

  .home-portada-modular-section__top,
  .home-portada-modular-section__content-grid {
    grid-template-columns: 1fr;
  }

  .home-portada-modular-section__facts {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.8rem;
    padding-block: 1rem;
  }

  .home-portada-modular-section__fact-card {
    padding: 0;
    justify-content: flex-start;
  }

  .home-portada-modular-section__fact-body {
    flex-wrap: wrap;
  }

  .home-portada-modular-section__fact-value {
    white-space: normal;
  }

  .home-portada-modular-section__column + .home-portada-modular-section__column {
    border-left: 0;
    border-top: 1px solid rgba(29, 60, 113, 0.14);
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .home-portada-modular-section__list-item {
    padding-bottom: 0.55rem;
  }

  .home-portada-modular-section__list-icon {
    margin-top: 0.12rem;
  }

  .home-portada-modular-section__content-grid {
    background-image: none;
  }
}

@media (max-width: 767.98px) {
  .hero-standard__title {
    font-size: clamp(2.35rem, 10vw, 3.55rem);
    line-height: 0.98;
  }

  .hero-standard__tagline {
    font-size: 1.06rem;
  }

  .hero-standard__summary {
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .hero-standard__actions {
    flex-direction: column;
    width: min(100%, 420px);
  }

  .hero-standard__actions .btn {
    width: 100%;
  }

  .home-portada-modular-section > .wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero--standard *,
  .home-hero--standard *::before,
  .home-hero--standard *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition: none !important;
  }

  .hero-standard__eyebrow,
  .hero-standard__title,
  .hero-standard__tagline,
  .hero-standard__summary,
  .hero-standard__actions,
  .hero-standard__accreditation,
  .hero-standard__person {
    opacity: 1 !important;
    transform: none !important;
  }
}
