/* Astra inner-page system. The homepage design is not changed by this file. */
body.inner-page { background: var(--paper); }
.inner-page .site-header { position: fixed; }
.inner-main { overflow: hidden; }
.inner-hero {
  position: relative;
  min-height: 780px;
  padding: 220px 0 120px;
  display: flex;
  align-items: center;
  isolation: isolate;
}
.inner-hero::before,
.inner-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(16px);
  z-index: -2;
  pointer-events: none;
}
.inner-hero::before {
  width: 560px;
  height: 560px;
  right: -180px;
  top: 80px;
  background: radial-gradient(circle, rgba(14,177,236,.17), transparent 68%);
}
.inner-hero::after {
  width: 480px;
  height: 480px;
  left: -220px;
  bottom: -110px;
  background: radial-gradient(circle, rgba(107,207,60,.12), transparent 68%);
}
.inner-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  gap: 80px;
  align-items: center;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: #667683;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.breadcrumbs a { color: var(--blue-deep); }
.breadcrumbs i { width: 4px; height: 4px; border-radius: 50%; background: var(--green); }
.inner-eyebrow { margin-bottom: 24px; }
.inner-hero h1 {
  margin: 0;
  max-width: 860px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3.4rem, 6.7vw, 7.6rem);
  line-height: .96;
  letter-spacing: -.065em;
}
.inner-hero-lead {
  max-width: 760px;
  margin: 30px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
  line-height: 1.8;
}
.inner-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.inner-visual {
  position: relative;
  min-height: 500px;
  border: 1px solid rgba(24,39,52,.1);
  border-radius: 38px;
  overflow: hidden;
  background: #eaf0f4;
  box-shadow: var(--shadow);
}
.inner-visual img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.inner-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(9,28,40,.45));
  pointer-events: none;
}
.inner-visual-badge {
  position: absolute;
  left: 24px;
  bottom: 22px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px;
  color: #fff;
  background: rgba(12,34,48,.55);
  backdrop-filter: blur(14px);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.inner-visual-badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.inner-section { position: relative; padding: 120px 0; }
.inner-section.is-white { background: #fff; }
.inner-section.is-navy { color: #fff; background: var(--navy); }
.inner-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 64px;
}
.inner-section-head h2,
.inner-copy h2 {
  margin: 16px 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.5rem, 5vw, 5.4rem);
  line-height: 1;
  letter-spacing: -.058em;
}
.inner-section-head p,
.inner-copy > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.85;
}
.is-navy .inner-section-head p,
.is-navy .inner-copy > p { color: #aebbc5; }
.inner-split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 80px;
  align-items: start;
}
.inner-copy p { color: var(--ink-soft); font-size: 1rem; line-height: 1.85; }
.inner-copy p + p { margin-top: 18px; }
.inner-copy .button { margin-top: 26px; }
.focus-grid,
.detail-grid,
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.focus-card,
.detail-card,
.related-card {
  position: relative;
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255,255,255,.78);
  overflow: hidden;
}
.focus-card::after,
.detail-card::after,
.related-card::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -120px;
  bottom: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14,177,236,.12), transparent 70%);
}
.focus-card span,
.detail-card span,
.related-card span {
  display: inline-flex;
  margin-bottom: 42px;
  color: var(--blue-deep);
  font-family: "Space Grotesk", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}
.focus-card h3,
.detail-card h3,
.related-card h3 {
  margin: 0 0 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.55rem;
  line-height: 1.12;
  letter-spacing: -.035em;
}
.focus-card p,
.detail-card p,
.related-card p { margin: 0; color: var(--ink-soft); font-size: .92rem; line-height: 1.72; }
.related-card { min-height: 230px; padding-right: 54px; }
.related-card .related-arrow {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--blue-deep);
}
.system-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.system-list > div {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.system-list span { color: var(--blue-deep); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.system-list h3 { margin: 0 0 8px; font-family: "Space Grotesk", sans-serif; font-size: 1.35rem; letter-spacing: -.03em; }
.system-list p { margin: 0; color: var(--ink-soft); line-height: 1.72; }
.project-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}
.project-fact {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.7);
}
.project-fact small { display: block; margin-bottom: 8px; color: #72828e; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.project-fact strong { font-family: "Space Grotesk", sans-serif; font-size: 1rem; }
.project-note {
  margin-top: 26px;
  padding: 18px 20px;
  border-left: 3px solid var(--blue);
  color: #647480;
  background: rgba(14,177,236,.05);
  font-size: .88rem;
  line-height: 1.7;
}
.cta-band { padding: 90px 0; background: var(--navy); color: #fff; }
.cta-shell {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
}
.cta-shell h2 {
  margin: 0;
  max-width: 800px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 1;
  letter-spacing: -.055em;
}
.cta-shell p { margin: 18px 0 0; max-width: 720px; color: #aebbc5; line-height: 1.8; }
.inner-contact { padding: 210px 0 120px; background: var(--navy); color: #fff; }
.inner-contact .contact-shell { align-items: start; }
.inner-contact .contact-copy p { color: #aebbc5; }
.inner-contact .section-kicker { color: #94a9b8; }
.inner-contact .contact-meta { margin-top: 46px; }
.inner-contact .contact-form { position: sticky; top: 150px; }
.inner-page .site-footer { background: #f6f8fb; }
.inner-page .footer-top a { color: var(--ink); }
.inner-page .nav-shell { background: rgba(255,255,255,.84); }
.inner-page .status-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(49,143,43,.94);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.inner-page .status-badge.upcoming { background: rgba(6,116,177,.92); }
.inner-page .status-badge i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.about-mark-card {
  min-height: 500px;
  padding: 70px;
  display: grid;
  place-items: center;
  border-radius: 38px;
  background: var(--navy);
  box-shadow: var(--shadow);
}
.about-mark-card img { width: min(70%, 340px); height: auto; }
.contact-quick-links { display: grid; gap: 14px; margin-top: 34px; }
.contact-quick-link { padding: 20px 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; color: #fff; background: rgba(255,255,255,.04); }
.contact-quick-link small { display: block; margin-bottom: 7px; color: #8fa3b2; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.contact-quick-link strong { font-family: "Space Grotesk", sans-serif; }

@media (max-width: 1080px) {
  .inner-hero-grid,
  .inner-section-head,
  .inner-split { grid-template-columns: 1fr; gap: 44px; }
  .inner-hero { padding-top: 190px; }
  .inner-visual { min-height: 430px; }
  .inner-visual img { min-height: 430px; }
  .focus-grid,
  .detail-grid,
  .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-shell { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .inner-hero { min-height: auto; padding: 160px 0 80px; }
  .breadcrumbs { flex-wrap: wrap; row-gap: 8px; }
  .inner-actions { flex-direction: column; align-items: stretch; }
  .inner-hero h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .inner-visual { min-height: 330px; border-radius: 26px; }
  .inner-visual img { min-height: 330px; }
  .inner-section { padding: 82px 0; }
  .inner-section-head { margin-bottom: 42px; }
  .focus-grid,
  .detail-grid,
  .related-grid,
  .project-facts { grid-template-columns: 1fr; }
  .focus-card,
  .detail-card,
  .related-card { min-height: 220px; }
  .system-list > div { grid-template-columns: 44px 1fr; }
  .about-mark-card { min-height: 340px; padding: 40px; }
  .inner-contact { padding-top: 160px; }
  .inner-contact .contact-form { position: static; }
}


/* ===== Inner-page interaction overhaul (v2) =====
   Hover motion is subtle, professional and disabled on touch-only devices. */
.inner-visual,
.focus-card,
.detail-card,
.related-card,
.project-fact,
.system-list > div,
.about-mark-card {
  backface-visibility: hidden;
}
.inner-visual,
.focus-card,
.detail-card,
.related-card,
.project-fact,
.about-mark-card {
  transition:
    transform .36s cubic-bezier(.22,1,.36,1),
    box-shadow .36s cubic-bezier(.22,1,.36,1),
    border-color .28s ease,
    background-color .28s ease;
}
.inner-visual img,
.about-mark-card img {
  transform: scale(1);
  transform-origin: center;
  transition: transform .62s cubic-bezier(.22,1,.36,1), filter .38s ease;
  backface-visibility: hidden;
}
.focus-card h3,
.detail-card h3,
.related-card h3,
.project-fact strong,
.system-list h3 {
  transition: color .28s ease, transform .32s cubic-bezier(.22,1,.36,1);
}
.focus-card::after,
.detail-card::after,
.related-card::after { transition: transform .52s cubic-bezier(.22,1,.36,1); }
.related-card .related-arrow { transition: transform .34s cubic-bezier(.22,1,.36,1), background .28s ease, color .28s ease, border-color .28s ease; }
.system-list > div { transition: transform .32s cubic-bezier(.22,1,.36,1), padding-left .32s cubic-bezier(.22,1,.36,1), border-color .28s ease; }
.breadcrumbs a { transition: color .24s ease; }

@media (hover: hover) and (pointer: fine) {
  .inner-visual:hover {
    transform: translateY(-5px);
    border-color: rgba(14,177,236,.25);
    box-shadow: 0 34px 82px rgba(19,39,54,.17);
  }
  .inner-visual:hover img {
    transform: scale(1.026);
    filter: saturate(1.03) contrast(1.012);
  }

  .focus-card:hover,
  .detail-card:hover,
  .related-card:hover,
  .related-card:focus-visible,
  .project-fact:hover {
    transform: translateY(-6px);
    border-color: rgba(14,177,236,.26);
    background: rgba(255,255,255,.96);
    box-shadow: 0 25px 62px rgba(19,39,54,.12);
  }
  .focus-card:hover::after,
  .detail-card:hover::after,
  .related-card:hover::after,
  .related-card:focus-visible::after { transform: translate(-22px, -20px) scale(1.14); }
  .focus-card:hover h3,
  .detail-card:hover h3,
  .related-card:hover h3,
  .related-card:focus-visible h3,
  .project-fact:hover strong { color: #143b52; transform: translateX(2px); }
  .related-card:hover .related-arrow,
  .related-card:focus-visible .related-arrow {
    transform: translate(3px, -3px);
    color: #fff;
    border-color: var(--blue-deep);
    background: var(--blue-deep);
  }

  .system-list > div:hover {
    transform: translateX(5px);
    padding-left: 6px;
    border-color: rgba(14,177,236,.24);
  }
  .system-list > div:hover h3 { color: var(--blue-deep); }
  .breadcrumbs a:hover,
  .breadcrumbs a:focus-visible { color: #056eaa; }

  .about-mark-card:hover {
    transform: translateY(-5px);
    border-color: rgba(14,177,236,.24);
    box-shadow: 0 32px 76px rgba(19,39,54,.15);
  }
  .about-mark-card:hover img { transform: scale(1.025); }
}

@media (prefers-reduced-motion: reduce) {
  .inner-visual:hover,
  .focus-card:hover,
  .detail-card:hover,
  .related-card:hover,
  .project-fact:hover,
  .system-list > div:hover,
  .about-mark-card:hover { transform: none !important; }
  .inner-visual:hover img,
  .about-mark-card:hover img { transform: none !important; }
}


/* Added image galleries for service and project inner pages */
.inner-gallery-section { border-top: 1px solid var(--line); }
.image-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.gallery-card {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.84);
  box-shadow: 0 18px 46px rgba(19,39,54,.08);
  transition: transform .34s cubic-bezier(.22,1,.36,1), box-shadow .34s cubic-bezier(.22,1,.36,1), border-color .26s ease;
}
.gallery-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .56s cubic-bezier(.22,1,.36,1), filter .36s ease;
}
.gallery-card figcaption {
  padding: 16px 18px 18px;
  color: var(--ink-soft);
  font-size: .95rem;
  line-height: 1.6;
}
@media (hover: hover) and (pointer: fine) {
  .gallery-card:hover {
    transform: translateY(-5px);
    border-color: rgba(14,177,236,.24);
    box-shadow: 0 24px 60px rgba(19,39,54,.12);
  }
  .gallery-card:hover img { transform: scale(1.03); filter: saturate(1.03) contrast(1.01); }
}
@media (max-width: 1080px) {
  .image-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .image-gallery-grid { grid-template-columns: 1fr; }
}
