/* Marketing Hype V124 — correcciones finales de contenido, contraste, imágenes y responsive */
:root {
  --v122-ink: #07143d;
  --v122-copy: #435474;
  --v122-copy-dark: #c5d3ec;
  --v122-white: #f7faff;
  --v122-line: #d2def7;
  --v122-cyan: #28d7f5;
  --v122-blue: #1778ff;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

/* Hero: tres líneas deliberadas, sin unir "Hype" y "lo". */
.hero-copy h1 {
  max-width: 720px !important;
  font-size: clamp(3.25rem, 5.1vw, 4.75rem) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.055em !important;
}

.hero-title-line {
  display: block !important;
  width: max-content;
  max-width: 100%;
  padding-right: 0.08em;
  white-space: nowrap;
}

.hero-title-line + .hero-title-line {
  margin-top: 0.06em;
}

.hero-title-line .tw-char {
  display: inline-block;
}

.hero-copy h1 > span[data-typewriter] {
  font-size: 1em !important;
  letter-spacing: inherit !important;
}

/* Cifra y copy de clientes. */
.project-intro {
  grid-template-columns: minmax(180px, auto) minmax(0, 680px) !important;
  align-items: end !important;
  gap: clamp(24px, 4vw, 54px) !important;
}

.project-intro p {
  max-width: 680px;
  color: #d4def1 !important;
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  line-height: 1.55;
}

.project-number {
  letter-spacing: -0.045em;
}

/* Auditoría de contraste: fondos claros. */
.inner-hero h1,
.simple-hero h1,
.contact-hero h1,
.featured-work h2,
.featured-work h3,
.about-mission h2,
.vision-section h2,
.brand-wall h2,
.pricing-section h2,
.pricing-section h3,
.blog-section h2,
.contact-services h2 {
  color: var(--v122-ink) !important;
}

.inner-hero p,
.simple-hero p,
.contact-hero p,
.featured-work .section-heading > p:last-child,
.about-mission .prose p,
.vision-card p,
.brand-wall .section-heading > p:last-child,
.pricing-section .price-card:not(.featured) p,
.pricing-section .price-card:not(.featured) li,
.blog-grid p,
.contact-services .section-heading > p:last-child {
  color: var(--v122-copy) !important;
}

.featured-work .feature-card h3,
.featured-work .feature-card b {
  color: #ffffff !important;
}

.highlight-line {
  color: #162650 !important;
}

.vision-card {
  color: var(--v122-ink) !important;
}

.vision-card .eyebrow {
  color: #075fc9 !important;
}

.vision-card blockquote {
  display: block !important;
  margin-top: 28px !important;
  padding: 16px 20px !important;
  color: #102451 !important;
  background: #eef5ff !important;
  border-left: 4px solid #23c9ef !important;
  border-radius: 0 12px 12px 0;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.35;
}

/* Auditoría de contraste: fondos oscuros. */
.hero-home h1,
.clients-section h2,
.growth-section h2,
.services-carousel-section h2,
.service-index h2,
.faq-section h2,
.story-section h2,
.portfolio-projects h2,
.cta-section h2,
.contact-forms h2,
.service-detail h2,
.price-card.featured h2,
.price-card.featured h3 {
  color: var(--v122-white) !important;
}

.hero-home .hero-lead,
.clients-section p,
.growth-section p,
.services-carousel-section .section-heading > p:last-child,
.service-index .section-heading > p:last-child,
.faq-section .section-heading > p:last-child,
.faq-list details p,
.story-copy p,
.portfolio-projects article p,
.cta-section p,
.contact-forms p,
.service-detail-copy p,
.service-detail-copy li,
.price-card.featured p,
.price-card.featured li {
  color: var(--v122-copy-dark) !important;
}

.story-copy .eyebrow,
.portfolio-projects article > div > span,
.service-detail-copy .eyebrow,
.service-index .eyebrow {
  color: #4ce2ff !important;
}

.quote-form label,
.quote-form legend,
.checks label,
.faq-list summary {
  color: #f2f7ff !important;
}

.quote-form input,
.quote-form textarea {
  color: #f8fbff !important;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: #93a8cc !important;
  opacity: 1;
}

.site-footer,
.site-footer h3,
.site-footer a {
  color: #e9f1ff;
}

.site-footer p,
.footer-bottom {
  color: #aebedd !important;
}

/* Encuadres consistentes: la parte importante de cada imagen permanece visible. */
.hero-image,
.image-panel,
.inner-hero-image,
.contact-hero-image,
.service-detail-media,
.feature-card,
.service-slide,
.project-cases article,
.story-image {
  overflow: hidden;
}

.hero-image img,
.image-panel img,
.inner-hero-image img,
.contact-hero-image img,
.service-detail-media img,
.feature-card > img,
.service-slide > img,
.project-cases article > img,
.story-image img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover !important;
}

.hero-image img {
  object-position: 54% 45% !important;
}

.image-panel {
  aspect-ratio: 3 / 2;
  height: auto !important;
}

.image-panel img {
  object-position: center 43% !important;
}

.inner-hero-image {
  aspect-ratio: 5 / 4;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  min-height: 0 !important;
  background: #f7faff;
}

.inner-hero-image img {
  object-fit: contain !important;
  object-position: center !important;
}

.contact-hero-image {
  aspect-ratio: 3 / 2;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  min-height: 0 !important;
}

.contact-hero-image img {
  object-position: center 30% !important;
}

.service-slide > img,
.feature-card > img {
  aspect-ratio: 3 / 2;
  height: auto !important;
  object-position: center 30% !important;
}

.service-detail-media img,
.project-cases article > img {
  object-position: center 30% !important;
}

.story-image {
  aspect-ratio: 4 / 5;
}

.story-image img {
  object-position: center top !important;
}

.logo-card img,
.client-logo img {
  object-fit: contain !important;
  object-position: center !important;
}

/* Paquetes: jerarquía clara, CTA único y guía de autoselección. */
.page-paquetes .simple-hero {
  min-height: 420px;
}

.pricing-section {
  padding-top: 88px !important;
  padding-bottom: 112px !important;
}

.pricing-grid {
  align-items: stretch !important;
}

.price-card {
  min-width: 0;
  height: 100%;
  padding: clamp(28px, 3vw, 42px) !important;
}

.price-card > span {
  color: #0675d8 !important;
}

.price-card.featured > span {
  color: #48e1ff !important;
}

.price-card h2 {
  margin-bottom: 18px !important;
}

.price-card h3 {
  margin: 26px 0 12px;
  font-size: 0.92rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price-card ul {
  margin-top: 0 !important;
}

.price-card li + li {
  margin-top: 10px;
}

.package-cta {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.package-cta .button {
  min-width: min(100%, 320px);
  min-height: 58px;
  justify-content: center;
  color: #ffffff !important;
  font-size: 1rem;
  box-shadow: 0 18px 38px rgba(27, 100, 255, 0.26);
}

.plan-guide {
  margin-top: 74px;
  padding: clamp(32px, 5vw, 58px);
  color: var(--v122-ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(240, 246, 255, 0.98));
  border: 1px solid var(--v122-line);
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(28, 50, 112, 0.12);
}

.plan-guide-heading {
  max-width: 780px;
}

.plan-guide-heading .eyebrow {
  color: #0867ce !important;
}

.plan-guide-heading h2 {
  margin: 6px 0 14px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
}

.plan-guide-heading > p:last-child {
  color: var(--v122-copy) !important;
  font-size: 1.05rem;
  line-height: 1.65;
}

.plan-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.plan-guide-grid article {
  padding: 26px;
  background: #ffffff;
  border: 1px solid #d8e3f8;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(22, 47, 107, 0.08);
}

.plan-guide-grid article > span {
  color: #086cd6;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.plan-guide-grid h3 {
  margin: 10px 0 16px;
  color: var(--v122-ink) !important;
  font-size: 1.25rem;
}

.plan-guide-grid ul {
  margin: 0;
  padding-left: 20px;
}

.plan-guide-grid li {
  color: var(--v122-copy) !important;
  line-height: 1.55;
}

.plan-guide-grid li + li {
  margin-top: 10px;
}

@media (max-width: 980px) {
  .plan-guide-grid {
    grid-template-columns: 1fr;
  }

  .plan-guide-grid article {
    padding: 24px;
  }
}

@media (max-width: 860px) {
  .hero-copy h1 {
    font-size: clamp(3.2rem, 8vw, 4.15rem) !important;
  }

  .project-intro {
    grid-template-columns: 1fr !important;
    align-items: start !important;
    gap: 18px !important;
  }

  .service-detail-media {
    aspect-ratio: 3 / 2;
    min-height: 0 !important;
  }

  .project-cases article > img {
    aspect-ratio: 3 / 2;
    height: auto !important;
  }
}

@media (max-width: 600px) {
  .hero-copy h1 {
    font-size: clamp(2.2rem, 10vw, 2.65rem) !important;
    line-height: 1 !important;
    letter-spacing: -0.045em !important;
  }

  .hero-title-line + .hero-title-line {
    margin-top: 0.12em;
  }

  .hero-image {
    aspect-ratio: 1 / 1;
    height: auto !important;
  }

  .inner-hero-image,
  .contact-hero-image {
    aspect-ratio: 4 / 3;
  }

  .project-intro p {
    font-size: 1rem;
  }

  .project-number {
    font-size: clamp(3rem, 17vw, 4.4rem) !important;
  }

  .vision-card {
    padding: 28px 22px !important;
  }

  .vision-card blockquote {
    margin-top: 22px !important;
    padding: 14px 16px !important;
  }

  .page-paquetes .simple-hero {
    min-height: 0;
  }

  .pricing-section {
    padding-top: 62px !important;
    padding-bottom: 78px !important;
  }

  .price-card {
    padding: 28px 24px !important;
  }

  .package-cta {
    margin-top: 30px;
  }

  .package-cta .button {
    width: 100%;
  }

  .plan-guide {
    margin-top: 54px;
    padding: 28px 20px;
    border-radius: 18px;
  }

  .plan-guide-grid {
    margin-top: 28px;
  }
}

@media (max-width: 370px) {
  .hero-copy h1 {
    font-size: 2.05rem !important;
  }
}

/* V123 — ajustes visuales finales del documento y de la revisión más reciente. */

/* Evita que un elemento animado dentro de otro quede transparente después de aparecer. */
.reveal.show .reveal {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

/* Hero en dos líneas, con aire suficiente para que no se corten ascendentes ni descendentes. */
.hero-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr) !important;
  gap: clamp(36px, 4vw, 58px) !important;
}

.hero-copy,
.hero-copy h1,
.hero-title-line,
.hero-title-line .tw-char {
  overflow: visible !important;
}

.hero-copy h1 {
  max-width: none !important;
  margin: -0.08em 0 -0.1em !important;
  padding: 0.12em 0 0.18em !important;
  font-size: clamp(3.15rem, 4.65vw, 4.2rem) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.052em !important;
}

.hero-title-line {
  min-height: 0 !important;
  padding: 0.02em 0.08em 0.08em 0 !important;
}

.hero-title-line + .hero-title-line {
  margin-top: 0 !important;
}

.experience-card,
.team-card {
  background: linear-gradient(145deg, rgba(22, 72, 151, 0.96), rgba(12, 42, 101, 0.94)) !important;
  border-color: rgba(105, 213, 255, 0.58) !important;
}

.experience-card strong {
  color: #4be5ff !important;
  font-size: clamp(2.55rem, 4vw, 3.25rem) !important;
  font-weight: 950 !important;
  letter-spacing: -0.04em;
}

/* Franja de clientes clara para que cada logotipo conserve su contraste real. */
.logo-marquee {
  background: linear-gradient(180deg, #f7faff 0%, #e8f1ff 100%) !important;
  border-color: #c9d9f5 !important;
  box-shadow: 0 22px 55px rgba(13, 36, 91, 0.16) !important;
}

.logo-marquee::before,
.logo-marquee::after {
  display: none !important;
  content: none !important;
}

.client-logo {
  background: #ffffff !important;
  border-color: #d8e3f6 !important;
  box-shadow: 0 9px 24px rgba(18, 43, 99, 0.1) !important;
}

.logo-control {
  color: #ffffff !important;
  background: #0e55bf !important;
  border-color: #3a7fe0 !important;
}

/* Resultados: más separación, cifras protagonistas y primera cifra en una sola línea. */
.growth-grid {
  gap: clamp(64px, 7vw, 96px) !important;
}

.growth-media .image-panel {
  margin-top: 12px;
  clip-path: none !important;
  border-radius: 20px !important;
}

.metrics-grid {
  gap: 14px !important;
  border: 0 !important;
}

.metrics-grid article {
  min-height: 150px !important;
  justify-content: center !important;
  padding: 24px !important;
  background: linear-gradient(145deg, rgba(22, 70, 145, 0.9), rgba(10, 38, 96, 0.9)) !important;
  border: 1px solid rgba(108, 190, 255, 0.28) !important;
  border-radius: 16px !important;
}

.metrics-grid strong {
  color: #43ddff !important;
  font-size: clamp(1.85rem, 3vw, 2.35rem) !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.metrics-grid span {
  color: #c9d6ed !important;
}

/* Los tres casos son una muestra y enlazan de forma visible al catálogo completo. */
.featured-services-link {
  display: inline-flex;
  margin-top: 18px;
  color: #075fcb;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(7, 95, 203, 0.35);
  text-underline-offset: 5px;
}

.featured-services-link:hover,
.featured-services-link:focus-visible {
  color: #003f94;
  text-decoration-color: currentColor;
}

/* Nosotros: proporción natural en el hero y recorte limpio de la foto histórica. */
.about-hero .inner-hero-image {
  aspect-ratio: 8 / 5 !important;
  min-height: 0 !important;
  height: auto !important;
  clip-path: none !important;
  border-radius: 20px !important;
  background: #eef5ff !important;
}

.about-hero .inner-hero-image img {
  object-fit: cover !important;
  object-position: center !important;
}

.story-image {
  aspect-ratio: 4 / 5 !important;
  min-height: 0 !important;
  height: auto !important;
  clip-path: none !important;
  border-radius: 22px !important;
}

.story-image img {
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 42% !important;
  transform: scale(1.5);
  transform-origin: center 42%;
}

/* Contáctanos: imagen más pequeña, rectangular y sin degradados ni formas inclinadas. */
.contact-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px) !important;
  gap: clamp(44px, 6vw, 78px) !important;
}

.contact-hero-image {
  width: 100% !important;
  max-width: 460px !important;
  aspect-ratio: 4 / 3 !important;
  min-height: 0 !important;
  height: auto !important;
  justify-self: end;
  clip-path: none !important;
  border-radius: 18px !important;
  background: none !important;
  border: 1px solid #c8d7ef !important;
  box-shadow: 0 18px 42px rgba(25, 48, 99, 0.14) !important;
}

.contact-hero-image::before,
.contact-hero-image::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

.contact-hero-image img {
  object-fit: cover !important;
  object-position: center 29% !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

/* CTA: texto respirado y botón legible en una sola línea. */
.cta-card h2 {
  line-height: 1.1 !important;
  margin-bottom: 20px !important;
}

.cta-card p:last-child {
  line-height: 1.65 !important;
}

.cta-card > .button {
  width: max-content !important;
  max-width: 100%;
  min-width: 235px;
  white-space: nowrap;
}

@media (max-width: 860px) {
  .hero-grid,
  .contact-hero-grid {
    grid-template-columns: 1fr !important;
  }

  .hero-copy h1 {
    font-size: clamp(2.75rem, 9.2vw, 4rem) !important;
  }

  .contact-hero-image {
    width: min(100%, 440px) !important;
    justify-self: center;
  }

  .growth-grid {
    gap: 48px !important;
  }
}

@media (max-width: 600px) {
  .hero-copy h1 {
    margin: -0.05em 0 -0.08em !important;
    padding: 0.1em 0 0.16em !important;
    font-size: clamp(2.25rem, 10vw, 3rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.047em !important;
  }

  .experience-card strong {
    font-size: 2.35rem !important;
  }

  .metrics-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  .metrics-grid article {
    min-height: 126px !important;
    padding: 17px 14px !important;
  }

  .metrics-grid strong {
    font-size: clamp(1.25rem, 6vw, 1.65rem) !important;
  }

  .metrics-grid span {
    font-size: 0.84rem;
    line-height: 1.35;
  }

  .about-hero .inner-hero-image {
    aspect-ratio: 8 / 5 !important;
  }

  .story-image {
    width: min(100%, 420px);
    margin-inline: auto;
  }

  .contact-hero-image {
    aspect-ratio: 4 / 3 !important;
  }

  .cta-card > .button {
    width: 100% !important;
    min-width: 0;
    padding-inline: 18px;
    font-size: 0.94rem;
  }
}

@media (max-width: 370px) {
  .hero-copy h1 {
    font-size: 2.08rem !important;
  }

  .metrics-grid strong {
    font-size: 1.18rem !important;
  }
}

/* V124 — segunda revisión integral del documento de correcciones. */

/* El título conserva dos líneas reales y espacio vertical para g, y, p, M y H. */
.hero-copy,
.hero-copy h1,
.hero-title-line,
.hero-title-line .tw-char {
  overflow: visible !important;
}

.hero-copy h1 {
  margin: 0 !important;
  padding: 0.12em 0 0.2em !important;
  line-height: 1.08 !important;
}

.hero-title-line {
  min-height: 0 !important;
  padding: 0 0.09em 0.08em 0 !important;
  line-height: inherit !important;
}

.hero-title-line .tw-char {
  min-height: 1.08em;
  padding-bottom: 0.04em;
  line-height: inherit;
}

/* Imágenes finales: proporción exacta, sin zoom artificial ni cortes de rostros. */
.story-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
  gap: clamp(42px, 5vw, 68px) !important;
}

.story-image {
  width: 100%;
  aspect-ratio: 3 / 2 !important;
  min-height: 0 !important;
  height: auto !important;
  clip-path: none !important;
  border-radius: 22px !important;
  background: #071142;
}

.story-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: none !important;
}

.story-image span {
  left: 20px;
  bottom: 18px;
  padding: 10px 15px;
  color: #07143d;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 26px rgba(3, 12, 40, 0.24);
}

.contact-hero {
  padding: clamp(72px, 7vw, 96px) 0 !important;
}

.contact-hero .eyebrow {
  color: #0867ce !important;
}

.contact-hero-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr) !important;
  gap: clamp(46px, 6vw, 82px) !important;
}

.contact-hero-image {
  position: relative;
  width: 100% !important;
  max-width: 620px !important;
  aspect-ratio: 3 / 2 !important;
  min-height: 0 !important;
  height: auto !important;
  justify-self: end;
  overflow: hidden;
  clip-path: none !important;
  border-radius: 20px !important;
  background: #eef4ff !important;
  border: 1px solid #c5d6f0 !important;
  box-shadow: 0 22px 52px rgba(22, 52, 110, 0.16) !important;
}

.contact-hero-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.contact-hero-image::before {
  display: none !important;
  content: none !important;
}

.contact-hero-image::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(244, 247, 255, 0.34), transparent 8%, transparent 92%, rgba(244, 247, 255, 0.34)),
    linear-gradient(180deg, rgba(244, 247, 255, 0.2), transparent 10%, transparent 90%, rgba(244, 247, 255, 0.2)) !important;
}

/* Franja clara y unificada: todos los logos usan el mismo soporte visual. */
.logo-marquee {
  overflow: hidden !important;
  background: linear-gradient(180deg, #ffffff 0%, #edf4ff 100%) !important;
  border: 1px solid #c9d9f5 !important;
}

.client-logo {
  background: #ffffff !important;
  border: 1px solid #d6e2f5 !important;
  box-shadow: 0 8px 20px rgba(18, 43, 99, 0.09) !important;
}

.client-logo img {
  object-fit: contain !important;
  object-position: center !important;
}

/* Resultados y llamada final: aire, cifras protagonistas y textos sin quiebres torpes. */
.growth-media h2 {
  margin-bottom: 34px !important;
}

.growth-media .image-panel {
  margin-top: 20px !important;
}

.metrics-grid article {
  align-items: flex-start;
  justify-content: center !important;
}

.metrics-grid strong {
  white-space: nowrap;
}

.cta-card > div {
  min-width: 0;
}

.cta-card h2 {
  line-height: 1.12 !important;
}

.cta-card p:last-child {
  margin-top: 10px !important;
  line-height: 1.7 !important;
}

.cta-card > .button {
  flex: 0 0 auto;
  width: max-content !important;
  min-width: 235px;
  white-space: nowrap;
}

.featured-services-link {
  min-height: 44px;
  align-items: center;
}

.feature-card .feature-card-title {
  display: block;
  margin: 7px 24px 20px;
  color: #ffffff !important;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}

/* Teclado, tacto y menú móvil. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #28d7f5;
  outline-offset: 4px;
}

@media (max-width: 860px) {
  .story-grid,
  .contact-hero-grid {
    grid-template-columns: 1fr !important;
  }

  .story-image,
  .contact-hero-image {
    width: min(100%, 680px) !important;
    justify-self: center;
  }

  .main-menu.open {
    max-height: calc(100dvh - 96px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

@media (max-width: 600px) {
  .shell {
    width: min(var(--max), calc(100% - 32px));
  }

  .hero-grid {
    padding-top: 58px !important;
    padding-bottom: 64px !important;
  }

  .hero-copy h1 {
    margin: 0 !important;
    padding: 0.12em 0 0.22em !important;
    font-size: clamp(2.2rem, 10vw, 2.9rem) !important;
    line-height: 1.1 !important;
  }

  .hero-title-line {
    padding-bottom: 0.1em !important;
  }

  .contact-hero {
    padding: 58px 0 !important;
  }

  .contact-hero-grid,
  .story-grid {
    gap: 32px !important;
  }

  .contact-hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.4rem) !important;
    line-height: 1.02 !important;
  }

  .contact-hero-image,
  .story-image {
    aspect-ratio: 3 / 2 !important;
    border-radius: 16px !important;
  }

  .story-image span {
    left: 14px;
    bottom: 12px;
    padding: 8px 12px;
    font-size: 0.82rem;
  }

  .growth-media h2 {
    margin-bottom: 24px !important;
  }

  .growth-media .image-panel {
    margin-top: 14px !important;
  }

  .cta-card {
    padding: 30px 22px !important;
  }

  .cta-card > .button {
    width: 100% !important;
    min-width: 0;
    padding-inline: 16px;
  }
}

@media (max-width: 370px) {
  .hero-copy h1 {
    font-size: 2.02rem !important;
  }

  .brand-name {
    font-size: 0.95rem;
  }
}
