/*
 * Aonra marketing-site visual polish — v1
 *
 * Focused overrides for the approved public placeholder. Keep this layer small;
 * broader visual-system changes belong in site.css when the marketing surface grows.
 */

/* Hero: preserve the intended two-line statement on desktop. */
@media (min-width: 981px) {
  .hero-grid {
    grid-template-columns: minmax(560px, 1.02fr) minmax(0, 0.98fr);
    gap: 12px;
  }

  .hero-copy {
    max-width: 620px;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(54px, 4.5vw, 66px);
    line-height: 1.035;
    white-space: nowrap;
  }

  .hero-art {
    min-height: 470px;
  }

  .planet {
    width: min(41vw, 470px);
    top: 42px;
    right: 10px;
  }
}

/* Planet: softer light, more atmospheric surface, no radar-like concentric rings. */
.planet {
  background:
    radial-gradient(circle at 31% 25%, rgba(255,255,255,0.82) 0 3%, rgba(226,241,255,0.58) 7%, transparent 20%),
    radial-gradient(ellipse at 27% 36%, rgba(160,204,255,0.48) 0 10%, transparent 34%),
    radial-gradient(ellipse at 53% 42%, rgba(73,137,238,0.36) 0 22%, transparent 52%),
    radial-gradient(circle at 73% 66%, #0a285e 0 24%, #123f86 47%, #3475d1 69%, #9cc8ff 90%, #eef7ff 100%);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.88),
    0 0 30px 10px rgba(255,255,255,0.82),
    0 0 92px 32px rgba(93,160,255,0.22),
    inset -52px -66px 82px rgba(5, 24, 58, 0.34),
    inset 28px 18px 66px rgba(255,255,255,0.18);
}

.planet::before {
  inset: 4%;
  opacity: 0.72;
  background:
    linear-gradient(151deg, transparent 17%, rgba(255,255,255,0.08) 29%, transparent 39%),
    linear-gradient(158deg, transparent 43%, rgba(165,207,255,0.10) 49%, transparent 56%),
    radial-gradient(ellipse at 42% 32%, rgba(255,255,255,0.12), transparent 48%);
  transform: rotate(-8deg);
}

.planet::after {
  inset: 9%;
  opacity: 0.46;
  background:
    radial-gradient(ellipse at 63% 73%, rgba(3,20,52,0.19), transparent 48%),
    linear-gradient(135deg, rgba(255,255,255,0.07), transparent 42%);
  transform: none;
}

/* Capability copy needs to remain comfortably readable on a live marketing site. */
.capability-item p {
  color: #596579;
  font-size: 13.5px;
}

/* Audience: replace the architectural placeholder with restrained Aonra orbital geometry. */
.audience {
  min-height: 232px;
}

.audience-layout {
  min-height: 232px;
}

.audience-architecture {
  inset: 0 0 0 60%;
  overflow: hidden;
}

.building-face {
  right: 5%;
  bottom: -164px;
  width: 360px;
  height: 360px;
  transform: none;
  clip-path: none;
  border: 1px solid rgba(29, 78, 216, 0.12);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(29,78,216,0.12) 0 4px, transparent 5px),
    radial-gradient(circle at 50% 50%, rgba(91,127,255,0.07), transparent 58%);
  box-shadow:
    0 0 0 44px rgba(29,78,216,0.032),
    0 0 0 92px rgba(29,78,216,0.024),
    0 0 0 142px rgba(29,78,216,0.016);
}

.building-face::before {
  content: "";
  position: absolute;
  width: 540px;
  height: 164px;
  left: -92px;
  top: 78px;
  border: 1px solid rgba(29, 78, 216, 0.11);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.building-face::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 85px;
  right: 41px;
  border-radius: 50%;
  background: #1D4ED8;
  box-shadow: 0 0 0 7px rgba(29,78,216,0.06), 0 0 22px rgba(29,78,216,0.22);
}

/* Closing statement: give it enough space to read as a section, not footer preamble. */
.contact-section {
  padding: 42px 0 44px;
}

.contact-layout {
  max-width: 840px;
}

.contact-copy h2 {
  font-size: 29px;
}

.contact-copy p {
  margin: 8px 0;
  color: #5b667a;
  font-size: 13.5px;
  line-height: 1.55;
}

/* Footer: retain restraint without dropping below comfortable reading size. */
.footer-inner {
  min-height: 106px;
}

.footer-brand .brand-wordmark {
  font-size: 23px;
}

.footer-brand p,
.built-in-ireland,
.footer-links {
  font-size: 12.5px;
  line-height: 1.45;
}

.footer-links {
  gap: 38px;
}

@media (max-width: 980px) {
  .hero h1 {
    white-space: normal;
  }
}

@media (max-width: 760px) {
  .audience {
    min-height: 330px;
  }

  .audience-layout {
    min-height: 330px;
  }

  .audience-architecture {
    inset: auto -10% -20px 28%;
    height: 170px;
  }

  .building-face {
    right: 4%;
    bottom: -154px;
    width: 270px;
    height: 270px;
  }

  .building-face::before {
    width: 410px;
    height: 130px;
    left: -72px;
    top: 58px;
  }

  .building-face::after {
    top: 61px;
    right: 29px;
  }

  .contact-section {
    padding: 40px 0;
  }

  .footer-inner {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .contact-section {
    padding: 36px 0;
  }

  .footer-brand p,
  .built-in-ireland,
  .footer-links {
    font-size: 12px;
  }
}
