
/* =========================================================
   Contact/company correction and typography size adjustment
========================================================= */

/* Slightly smaller global headline rhythm */
.axis-hero h1 {
  font-size: clamp(44px, 5.1vw, 72px) !important;
  line-height: 1.28 !important;
}

.axis-subhero h1,
.axis-contact-hero h1 {
  font-size: clamp(38px, 4.7vw, 66px) !important;
  line-height: 1.36 !important;
}

.axis-strip-head h2,
.axis-philosophy h2,
.axis-contact-band h2,
.axis-service-row h2,
.axis-company-philosophy h2,
.axis-strength h2,
.axis-profile h2,
.axis-profile-message h3,
.axis-contact-panel h2,
.axis-contact-info h2 {
  font-size: clamp(26px, 3.2vw, 46px) !important;
  line-height: 1.52 !important;
}

/* Contact FV image replacement */
.axis-contact-hero--new {
  position: relative;
  overflow: hidden;
  padding: 150px 0 100px !important;
  background: #f8f8fc !important;
  isolation: isolate;
}

.axis-contact-hero--new .axis-contact-hero__bg {
  position: absolute;
  inset: 0;
  background: url("../images/novamor-contact-hero-photo.jpg") center / cover no-repeat;
  z-index: -2;
  transform: scale(1.02);
  transition: transform .7s cubic-bezier(.16,1,.3,1);
}

.axis-contact-hero--new::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,.94) 0%,
    rgba(255,255,255,.82) 42%,
    rgba(255,255,255,.18) 72%,
    rgba(3,4,10,.16) 100%
  );
  z-index: -1;
}

.axis-contact-hero--new .axis-contact-hero__grid {
  align-items: center;
}

.axis-contact-lead {
  margin-top: 22px;
  max-width: 560px !important;
  line-height: 2 !important;
}

.axis-contact-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.axis-contact-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(18,22,40,.10);
  box-shadow: 0 10px 30px rgba(18,22,40,.06);
  font-size: 12px;
  font-weight: 800;
  color: #1d2233;
}

.axis-contact-panel {
  position: relative;
  background: rgba(255,255,255,.90) !important;
  backdrop-filter: blur(18px);
}

.axis-contact-form-note {
  margin-top: -4px;
  color: var(--axis-muted);
  line-height: 1.8;
}

/* Remove legacy privacy/policy blocks if old template content appears elsewhere */
.contact-policy,
.privacy-policy,
[class*="policy"] .section-heading__sub {
  display: none !important;
}

/* tighten contact lower area */
.axis-contact-info {
  padding: 84px 0 !important;
}

/* Company profile correction visual emphasis */
.axis-profile dl div dt {
  font-weight: 700;
}

.axis-profile dl div dd {
  font-weight: 500;
}

/* More readable mobile headline */
@media (max-width: 640px) {
  .axis-hero h1 {
    font-size: clamp(40px, 11vw, 58px) !important;
  }
  .axis-subhero h1,
  .axis-contact-hero h1 {
    font-size: clamp(34px, 10vw, 52px) !important;
  }
  .axis-contact-hero--new {
    padding: 128px 0 76px !important;
  }
}
