
/* UYHS Contact — simplified no-form version */

.uyhs-contact-simple {
  --uyhs-navy:#173B4D;
  --uyhs-blue:#087CB8;
  --uyhs-aqua:#46C8CF;
  --uyhs-orange:#F8AD39;
  --uyhs-green:#168A61;
  --uyhs-cream:#FFF8EE;
  --uyhs-mist:#EAF9FA;
  --uyhs-copy:#52626B;
  --uyhs-border:#CFE1E5;
  --uyhs-radius:14px;
  --uyhs-shadow:0 14px 36px rgba(23,59,77,.09);
  color:var(--uyhs-copy);
  font-family:"Avenir Next",Avenir,"Segoe UI",Arial,sans-serif;
  font-size:18px;
  line-height:1.62;
}

.uyhs-contact-simple,
.uyhs-contact-simple * { box-sizing:border-box; }

.uyhs-contact-simple h1,
.uyhs-contact-simple h2,
.uyhs-contact-simple h3 {
  color:var(--uyhs-navy);
  font-family:inherit;
  font-weight:400;
  letter-spacing:-.025em;
  line-height:1.08;
}

.uyhs-contact-simple .uyhs-eyebrow {
  color:var(--uyhs-orange) !important;
  font-family:"Avenir Next",Avenir,"Segoe UI",Arial,sans-serif !important;
  font-size:16px !important;
  font-weight:800 !important;
  letter-spacing:.15em !important;
  line-height:1.35 !important;
  margin:0 0 18px !important;
  text-transform:uppercase !important;
}

/* Hero */
.uyhs-contact-simple-hero {
  background:var(--uyhs-cream);
}
.uyhs-contact-simple-hero-grid > .wp-block-group__inner-container {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:stretch;
}
.uyhs-contact-simple-hero-media img {
  width:100%;
  height:100%;
  min-height:560px;
  object-fit:cover;
  object-position:center;
}
.uyhs-contact-simple-hero-copy {
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(54px,6vw,88px);
}
.uyhs-contact-simple-hero-copy h1 {
  font-size:clamp(50px,5vw,74px) !important;
  margin:0 0 22px !important;
}
.uyhs-contact-simple-lead {
  color:var(--uyhs-copy);
  font-size:21px;
  line-height:1.6;
  margin-bottom:18px !important;
}
.uyhs-contact-simple-micro {
  color:var(--uyhs-copy);
  font-size:17px;
  line-height:1.65;
  margin:0 !important;
}

/* Contact choices */
.uyhs-contact-simple-main {
  background:#fff;
  padding:clamp(78px,8vw,112px) max(28px,calc((100vw - 1160px)/2));
}
.uyhs-contact-simple-heading {
  max-width:820px;
  margin:0 auto 48px;
  text-align:center;
}
.uyhs-contact-simple-heading h2 {
  font-size:clamp(38px,4vw,54px) !important;
  margin:0 0 18px !important;
}
.uyhs-contact-simple-heading p:last-child {
  color:var(--uyhs-copy);
  font-size:19px;
  margin:0 auto;
  max-width:760px;
}
.uyhs-contact-simple-grid > .wp-block-group__inner-container {
  display:grid;
  gap:24px;
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.uyhs-contact-simple-card {
  background:#fff;
  border:1px solid var(--uyhs-border);
  border-radius:var(--uyhs-radius);
  box-shadow:var(--uyhs-shadow);
  padding:clamp(30px,4vw,44px);
}
.uyhs-contact-simple-card:nth-child(2),
.uyhs-contact-simple-card:nth-child(4) {
  background:var(--uyhs-cream);
}
.uyhs-contact-simple-card h3 {
  font-size:28px !important;
  margin:0 0 14px !important;
}
.uyhs-contact-simple-card p {
  color:var(--uyhs-copy);
  margin:0 0 18px;
}
.uyhs-contact-simple-card a {
  color:var(--uyhs-blue);
  font-weight:700;
  text-decoration:none;
}
.uyhs-contact-simple-card .wp-block-buttons {
  margin-top:24px;
}
.uyhs-contact-simple-card .wp-block-button__link {
  border-radius:12px;
  font-weight:700;
  min-height:52px;
  padding:13px 22px;
  text-decoration:none !important;
}
.uyhs-contact-simple-card .wp-block-button:first-child .wp-block-button__link {
  background:var(--uyhs-green) !important;
  color:#fff !important;
}
.uyhs-contact-simple-card.uyhs-contact-location {
  background:var(--uyhs-mist);
}
.uyhs-contact-simple-card.uyhs-contact-location strong {
  color:var(--uyhs-navy);
}

/* Final section */
.uyhs-contact-simple-final {
  background:var(--uyhs-navy);
  color:#fff;
  padding:clamp(80px,9vw,116px) 28px;
  text-align:center;
}
.uyhs-contact-simple-final h2 {
  color:#fff !important;
  font-size:clamp(38px,4vw,54px) !important;
  margin:0 auto 20px !important;
  max-width:900px;
}
.uyhs-contact-simple-final p:last-child {
  color:#D8E6EA;
  font-size:20px;
  margin:0 auto;
  max-width:720px;
}

@media(max-width:820px) {
  .uyhs-contact-simple-hero-grid > .wp-block-group__inner-container {
    grid-template-columns:1fr;
  }
  .uyhs-contact-simple-hero-media img {
    min-height:360px;
    max-height:460px;
  }
  .uyhs-contact-simple-grid > .wp-block-group__inner-container {
    grid-template-columns:1fr;
  }
}

@media(max-width:560px) {
  .uyhs-contact-simple { font-size:17px; }
  .uyhs-contact-simple-hero-copy {
    padding:52px 20px 58px;
  }
  .uyhs-contact-simple-hero-copy h1 {
    font-size:42px !important;
  }
  .uyhs-contact-simple-main {
    padding-left:20px;
    padding-right:20px;
  }
  .uyhs-contact-simple-card .wp-block-button,
  .uyhs-contact-simple-card .wp-block-button__link {
    width:100%;
  }
}


/* =========================================================
   CONTACT — HERO HEIGHT / VERTICAL PHOTO FIX
   Match the earlier approved Contact hero proportions.
   ========================================================= */

.uyhs-contact-simple-hero {
  background:var(--uyhs-cream);
  min-height:auto !important;
}

.uyhs-contact-simple-hero-grid > .wp-block-group__inner-container {
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
  align-items:stretch !important;
}

.uyhs-contact-simple-hero-media {
  min-height:585px !important;
  max-height:585px !important;
  overflow:hidden !important;
}

.uyhs-contact-simple-hero-media figure {
  height:100% !important;
  margin:0 !important;
}

.uyhs-contact-simple-hero-media img {
  height:100% !important;
  min-height:0 !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center 36% !important;
  width:100% !important;
}

.uyhs-contact-simple-hero-copy {
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  padding:clamp(48px,5vw,76px) !important;
}

@media(max-width:820px) {
  .uyhs-contact-simple-hero-grid > .wp-block-group__inner-container {
    grid-template-columns:1fr !important;
  }

  .uyhs-contact-simple-hero-media {
    min-height:360px !important;
    max-height:420px !important;
  }

  .uyhs-contact-simple-hero-media img {
    object-position:center 32% !important;
  }
}

@media(max-width:560px) {
  .uyhs-contact-simple-hero-media {
    min-height:320px !important;
    max-height:360px !important;
  }
}


/* =========================================================
   CONTACT — RESTORE ORIGINAL APPROVED HERO CROP
   Matches the earlier Contact mockup proportions.
   ========================================================= */

.uyhs-contact-simple-hero-grid > .wp-block-group__inner-container {
  min-height:580px !important;
  display:grid !important;
  grid-template-columns:56% 44% !important;
  align-items:stretch !important;
}

.uyhs-contact-simple-hero-media {
  min-height:580px !important;
  max-height:none !important;
  overflow:hidden !important;
}

.uyhs-contact-simple-hero-media figure {
  height:100% !important;
  margin:0 !important;
}

.uyhs-contact-simple-hero-media img {
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center 31% !important;
}

.uyhs-contact-simple-hero-copy {
  padding:82px max(38px,calc((100vw - 1180px)/2)) 76px clamp(48px,5vw,82px) !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
}

@media(max-width:900px) {
  .uyhs-contact-simple-hero-grid > .wp-block-group__inner-container {
    grid-template-columns:1fr !important;
    min-height:0 !important;
  }

  .uyhs-contact-simple-hero-media {
    min-height:400px !important;
    max-height:none !important;
  }

  .uyhs-contact-simple-hero-copy {
    padding:60px 24px 54px !important;
  }
}


/* =========================================================
   CONTACT — FINAL HERO HEIGHT BALANCE
   Keep the approved 56/44 crop, but cap desktop height.
   ========================================================= */

@media(min-width:901px) {
  .uyhs-contact-simple-hero-grid > .wp-block-group__inner-container {
    grid-template-columns:56% 44% !important;
    min-height:585px !important;
    height:585px !important;
    max-height:585px !important;
    overflow:hidden !important;
  }

  .uyhs-contact-simple-hero-media {
    min-height:585px !important;
    height:585px !important;
    max-height:585px !important;
    overflow:hidden !important;
  }

  .uyhs-contact-simple-hero-media figure {
    height:585px !important;
    margin:0 !important;
  }

  .uyhs-contact-simple-hero-media img {
    width:100% !important;
    height:585px !important;
    min-height:0 !important;
    max-height:585px !important;
    object-fit:cover !important;
    object-position:center 31% !important;
  }

  .uyhs-contact-simple-hero-copy {
    height:585px !important;
    overflow:hidden !important;
    padding:64px max(38px,calc((100vw - 1180px)/2)) 60px clamp(48px,5vw,82px) !important;
  }
}


/* =========================================================
   CONTACT — HERO IMAGE-TO-COPY FADE
   Match the soft transition used on the other redesigned pages.
   ========================================================= */

@media(min-width:901px) {
  .uyhs-contact-simple-hero-media {
    position:relative !important;
  }

  .uyhs-contact-simple-hero-media::after {
    content:"" !important;
    position:absolute !important;
    top:0 !important;
    right:-1px !important;
    bottom:0 !important;
    width:22% !important;
    pointer-events:none !important;
    background:linear-gradient(
      90deg,
      rgba(255,248,238,0) 0%,
      rgba(255,248,238,.18) 28%,
      rgba(255,248,238,.72) 68%,
      #FFF8EE 100%
    ) !important;
  }
}


/* =========================================================
   CONTACT — FINAL CTA BUTTONS
   ========================================================= */

.uyhs-contact-simple-final .wp-block-buttons {
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  justify-content:center;
  margin-top:30px;
}

.uyhs-contact-simple-final .wp-block-button__link {
  border-radius:12px;
  font-weight:700;
  min-height:54px;
  padding:14px 24px;
  text-decoration:none !important;
}

.uyhs-contact-simple-final .wp-block-button:first-child .wp-block-button__link {
  background:#168A61 !important;
  color:#fff !important;
}

.uyhs-contact-simple-final .wp-block-button:nth-child(2) .wp-block-button__link {
  background:#fff !important;
  border:2px solid #173B4D !important;
  color:#173B4D !important;
}

@media(max-width:560px) {
  .uyhs-contact-simple-final .wp-block-button,
  .uyhs-contact-simple-final .wp-block-button__link {
    width:100%;
  }
}
