/*
Theme Name: Classy - Child
Version: 592
Description: A child theme of DMM by Almina
Template: mts_schema
Text Domain: schema
*/

@import url("../mts_schema/style.css");

:root {
  --purple: #330072;
  --purple-deep: #1d0041;
  --purple-mid: #4d1a99;
  --purple-tint: #f4f1f9;
  --blue: #0066cc;
  --blue-dark: #0052a6;
  --blue-light: #338fdd;
  --ink: #17131f;
  --muted: #5c5568;
  --line: #e3ddec;
  --paper: #ffffff;
  --wash: #f8f6fb;

  --wrap: 1320px;
  --wrap-wide: 1760px;
  --gutter: 40px;

  --font-display: "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
  --font-body: "Source Sans 3", "Helvetica Neue", Helvetica, sans-serif;
  --font-serif: "EB Garamond", Georgia, serif;

  --utility-h: 56px;

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --shadow-sm: 0 2px 10px rgba(29, 0, 65, 0.06);
  --shadow-md: 0 18px 44px rgba(29, 0, 65, 0.14);
  --shadow-lg: 0 30px 70px rgba(29, 0, 65, 0.22);
}

body.hpu-page *, body.hpu-page *::before, body.hpu-page *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body.hpu-page {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.65;
  text-wrap: pretty;
  overflow-x: hidden;
}

body.hpu-page img, body.hpu-page iframe { max-width: 100%; display: block; }

body.hpu-page h1, body.hpu-page h2, body.hpu-page h3, body.hpu-page h4 { margin: 0; font-family: var(--font-display); font-weight: 700; line-height: 1.08; letter-spacing: -0.02em; }

body.hpu-page p { margin: 0 0 1.1em; }
body.hpu-page p:last-child { margin-bottom: 0; }

body.hpu-page a {color: #000000;text-decoration: none;transition: color 0.2s var(--ease);-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
body.hpu-page a:hover { color: var(--blue); }

body.hpu-page ul { margin: 0; padding: 0; list-style: none; }

body.hpu-page button { font: inherit; color: inherit; border: 0; background: none; cursor: pointer; }

body.hpu-page :focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

.hpu-wrap { width: min(var(--wrap), 100% - (var(--gutter) * 2)); margin-inline: auto; }

.hpu-section {padding: clamp(72px, 8vw, 145px) 0;}

.hpu-skip-link {
  position: absolute; left: 16px; top: -80px; z-index: 200;
  padding: 12px 20px; background: var(--purple); color: #fff;
  font-family: var(--font-display); font-weight: 600; border-radius: 4px;
  transition: top 0.2s var(--ease);
}
.hpu-skip-link:focus { top: 16px; color: #fff; }

.hpu-h2 {
  font-size: clamp(2.1rem, 4vw, 2.2rem);
  color: var(--purple-deep);
}
.hpu-h3 { font-size: clamp(1.4rem, 2vw, 1.85rem); }
.hpu-h4 { font-size: 1.28rem; letter-spacing: -0.01em; }

.hpu-eyebrow {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
}

.hpu-text-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 700;
  font-size: 0.86rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--purple);
}
.hpu-text-link::after {
  content: ""; width: 22px; height: 1px; background: currentColor;
  transition: width 0.28s var(--ease);
}
.hpu-text-link:hover::after { width: 38px; }
.hpu-text-link-light { color: #fff; }

/* Buttons */
.hpu-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 16px 30px;
  font-family: var(--font-display); font-weight: 700;
  font-size: 0.92rem; letter-spacing: 0.06em;
  border-radius: 2px; border: 2px solid transparent;
  text-align: center; cursor: pointer;
  will-change: transform;
  transition: transform 0.26s var(--ease), background-color 0.26s var(--ease),
              color 0.26s var(--ease), border-color 0.26s var(--ease), box-shadow 0.26s var(--ease);
}
.hpu-btn:hover { transform: scale(1.07); }
.hpu-btn:active { transform: scale(1.03); }
.hpu-btn-sm { padding: 10px 18px; font-size: 0.78rem; letter-spacing: 0.07em; }
.hpu-btn-lg { padding: 20px 40px; font-size: 1rem; }

.hpu-btn-blue { background: var(--blue); color: #fff; }
.hpu-btn-blue:hover { background: var(--blue-dark); color: #fff; box-shadow: 0 14px 30px rgba(0, 82, 166, 0.34); }

.hpu-btn-purple { background: var(--purple); color: #fff; }
.hpu-btn-purple:hover { background: var(--purple-mid); color: #fff; box-shadow: 0 14px 30px rgba(51, 0, 114, 0.3); }

.hpu-btn-outline { border-color: rgba(255, 255, 255, 0.6); color: #fff; }
.hpu-btn-outline:hover { border-color: #fff; background: #fff; color: var(--purple); }

.hpu-btn-outline-purple { border-color: var(--purple); color: var(--purple); }
.hpu-btn-outline-purple:hover { background: var(--purple); color: #fff; }

/* Placeholders */
.hpu-ph {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  background-color: var(--purple-tint);
  background-image: repeating-linear-gradient(135deg, rgba(51, 0, 114, 0.06) 0 14px, rgba(51, 0, 114, 0.12) 14px 28px);
  overflow: hidden;
}
.hpu-ph::after {
  content: attr(data-ph);
  max-width: 30ch;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.92);
  color: rgba(51, 0, 114, 0.72);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 11px; line-height: 1.5; letter-spacing: 0.08em; text-transform: uppercase;
  text-align: center;
}
.hpu-ph-dark {
  background-color: #241049;
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0 14px, rgba(255, 255, 255, 0.1) 14px 28px);
}
.hpu-ph-dark::after { background: rgba(15, 3, 33, 0.72); color: rgba(255, 255, 255, 0.82); }
.hpu-ph-fill { position: absolute; inset: 0; }
.hpu-ph-portrait { aspect-ratio: 4 / 5; }

/* Header */
.hpu-site-header { position: sticky; top: 0; z-index: 100; }
.hpu-measuring, .hpu-measuring * { transition: none !important; }

.hpu-utility-bar {
  background: var(--purple);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: padding 0.3s var(--ease);
}
.hpu-utility-bar .hpu-wrap, .hpu-masthead .hpu-wrap { width: min(var(--wrap-wide), 100% - (var(--gutter) * 2)); }
.hpu-utility-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  min-height: var(--utility-h);
  padding: 6px 0;
  transition: min-height 0.3s var(--ease);
}
.hpu-utility-address {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem; letter-spacing: 0.02em; white-space: nowrap;
}
.hpu-utility-address:hover { color: #fff; }

.hpu-utility-actions { display: flex; align-items: center; gap: clamp(12px, 1.4vw, 22px); }
.hpu-utility-actions .hpu-btn { white-space: nowrap; }

.hpu-utility-urgent { display: flex; flex-direction: column; line-height: 1.15; color: #fff; white-space: nowrap; }
.hpu-utility-urgent-label {
  font-family: var(--font-display); font-size: 0.62rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255, 255, 255, 0.62);
}
.hpu-utility-urgent-number { font-family: var(--font-display); font-size: 1.02rem; font-weight: 700; }
.hpu-utility-urgent:hover { color: #fff; }
.hpu-utility-urgent:hover .hpu-utility-urgent-number { color: var(--blue-light); }

.hpu-masthead {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.hpu-masthead-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.hpu-logo {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  transition: padding 0.3s var(--ease);
}
.hpu-logo-mark {
  display: grid; place-items: center;
  width: 44px; height: 44px;
  background: var(--purple); color: #fff;
  font-family: var(--font-display); font-weight: 800; font-size: 0.94rem; letter-spacing: 0.02em;
  transition: width 0.3s var(--ease), height 0.3s var(--ease), font-size 0.3s var(--ease);
}
.hpu-logo-type { display: flex; flex-direction: column; line-height: 1.1; }
.hpu-logo-line-1 {
  font-family: var(--font-serif);
  font-size: 0.94rem; letter-spacing: 0.09em; text-transform: uppercase; color: var(--purple);
}
.hpu-logo-line-2 {
  font-family: var(--font-display); font-weight: 700;
  font-size: 1.16rem; letter-spacing: 0.01em; color: var(--ink);
  transition: font-size 0.3s var(--ease);
}
.hpu-logo-light .hpu-logo-mark { background: #fff; color: var(--purple); }
.hpu-logo-light .hpu-logo-line-1 { color: rgba(255, 255, 255, 0.72); }
.hpu-logo-light .hpu-logo-line-2 { color: #fff; }

.hpu-primary-nav {
  grid-column: 1 / -1; grid-row: 2;
  display: flex; align-items: stretch;
  border-top: 1px solid var(--line);
}
.hpu-nav-list { display: flex; align-items: stretch; justify-content: space-between; width: 100%; gap: clamp(6px, 1.1vw, 26px); }
.hpu-nav-item { position: relative; display: flex; }
.hpu-nav-link {
  position: relative;
  display: flex; align-items: center;
  padding: 18px 0;
  white-space: nowrap;
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(0.9rem, 1vw, 1.15rem);
  letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--purple-deep);
  transition: color 0.22s var(--ease), padding 0.3s var(--ease);
}
.hpu-nav-link::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0;
  height: 4px; background: var(--blue);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s var(--ease);
}
.hpu-nav-link:hover, .hpu-nav-item.hpu-is-open > .hpu-nav-link { color: var(--blue); }
.hpu-nav-link:hover::after, .hpu-nav-item.hpu-is-open > .hpu-nav-link::after { transform: scaleX(1); }

.hpu-mega-toggle { display: none; }

.hpu-mega {
  position: fixed;
  left: 0;
  right: 0;
  background: var(--paper);
  border-top: 4px solid var(--blue);
  box-shadow: var(--shadow-md);
  opacity: 0;
  visibility: hidden;
  transform: translateY(75px);
  transition: opacity 0.26s var(--ease), transform 0.26s var(--ease), visibility 0.26s;
}
.hpu-nav-item.hpu-is-open .hpu-mega { opacity: 1; visibility: visible; transform: translateY(60px); }

.hpu-mega-inner {
  display: grid; grid-template-columns: minmax(240px, 320px) 1fr; gap: 56px;
  padding: 48px 0 52px;
}
.hpu-mega-blurb { font-size: 1.02rem; color: var(--muted); max-width: 30ch; }
.hpu-mega-intro .hpu-text-link { margin-top: 18px; }

.hpu-mega-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px 48px; }
.hpu-mega-compact .hpu-mega-list { grid-template-columns: minmax(0, 420px); }
.hpu-mega-list a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-display); font-weight: 600; font-size: 1rem;
  color: var(--purple-deep);
  transition: color 0.2s var(--ease), padding-left 0.24s var(--ease);
}
.hpu-mega-list a:hover { color: var(--blue); padding-left: 10px; }

.hpu-site-header.hpu-is-compact .hpu-utility-inner { min-height: 42px; }
.hpu-site-header.hpu-is-compact .hpu-logo { padding: 7px 0; }
.hpu-site-header.hpu-is-compact .hpu-logo-mark { width: 36px; height: 36px; font-size: 0.8rem; }
.hpu-site-header.hpu-is-compact .hpu-logo-line-2 { font-size: 1.02rem; }
.hpu-site-header.hpu-is-compact .hpu-nav-link { padding: 13px 0; }

.hpu-nav-toggle { display: none; }
.hpu-nav-mobile-actions { display: none; }

/* Hero */
.hpu-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 247px);
  padding: 96px 0 88px;
  overflow: hidden;
  background: var(--purple-deep);
  width: 100%;
}
.hpu-hero-media {position: absolute;/* inset: -8% 0; */height: 100%;width: 100%;top: 0px;left: 0px;}
.hpu-hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(29, 0, 65, 0.92) 0%, rgba(29, 0, 65, 0.62) 46%, rgba(29, 0, 65, 0.18) 100%),
    linear-gradient(0deg, rgba(29, 0, 65, 0.72) 0%, rgba(29, 0, 65, 0) 58%);
}
.hpu-hero-inner {position: relative;max-width: 1300px;}
.hpu-hero-eyebrow {
  margin: 0 0 22px;
  font-family: var(--font-display); font-weight: 700;
  font-size: 0.8rem; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--blue-light);
}
.hpu-hero-title {
  margin: 0 0 22px;
  font-size: clamp(2.5rem, 5.4vw, 4.6rem);
  color: #fff;
  max-width: 18ch;
}
.hpu-hero-sub {
  margin: 0 0 42px;
  font-family: var(--font-serif); font-style: italic;
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  line-height: 1.32;
  color: rgba(255, 255, 255, 0.9);
  max-width: 26ch;
}
.hpu-hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }

.hpu-hero-cue {
  position: absolute; left: 50%; bottom: 26px;
  width: 1px; height: 54px;
  background: rgba(255, 255, 255, 0.28);
  overflow: hidden;
}
.hpu-hero-cue span { position: absolute; inset: 0; background: #fff; transform: translateY(-100%); }
.hpu-hero-media {
	transform: none !important;
}
.hpu-hero-media .hpu-ph::after { position: absolute; top: 150px; right: 40px; max-width: 26ch; }
/* Purple transition band */
.hpu-purple-band { background: var(--purple); padding: 46px 0; }
.hpu-purple-band-inner { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 4vw, 56px); }
.hpu-band-rule { flex: 1; max-width: 340px; height: 1px; background: rgba(255, 255, 255, 0.28); }

/* Welcome */
.hpu-welcome { background: var(--paper); }
.hpu-welcome-inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
}
.hpu-welcome-copy p {color: var(--muted);font-size: 1.1rem;}
.hpu-welcome-copy .hpu-h2 { margin-bottom: 28px; }
.hpu-welcome-copy .hpu-btn { margin-top: 14px; }

.hpu-welcome-media { position: relative; }
.hpu-welcome-frame {
  position: absolute; inset: 28px -28px -28px 28px;
  border: 2px solid var(--purple);
  pointer-events: none;
}
section.hpu-services.hpu-section {
    background: #f5f5f5a8;
}
.hpu-welcome-media .hpu-ph { position: relative; z-index: 1; }

/* Video band */
.hpu-video-band { background: var(--purple-deep); padding: clamp(56px, 7vw, 96px) 0; }
.hpu-video-frame { position: relative; aspect-ratio: 21 / 9; overflow: hidden; }
.hpu-video-play {
  position: absolute; left: 50%; top: 50%;
  width: 96px; height: 96px; margin: -48px 0 0 -48px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 0 rgba(0, 102, 204, 0.45);
  transition: transform 0.3s var(--ease), background-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.hpu-video-play::before {
  content: ""; position: absolute; left: 52%; top: 50%;
  width: 0; height: 0; transform: translate(-50%, -50%);
  border-left: 20px solid #fff;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}
.hpu-video-play:hover { transform: scale(1.12); background: var(--blue-dark); box-shadow: 0 0 0 18px rgba(0, 102, 204, 0.18); }
.hpu-video-play:active { transform: scale(1.04); }

.hpu-video-frame .hpu-ph::after { align-self: flex-end; margin-bottom: 32px; }

/* Mosaic */
.hpu-mosaic { background: var(--paper); }
.hpu-mosaic-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: 168px;
  grid-auto-flow: row dense;
  gap: 14px;
}
.hpu-tile {
  position: relative;
  display: flex; align-items: flex-end;
  grid-column: span 2; grid-row: span 1;
  padding: 20px;
  background: var(--purple);
  overflow: hidden;
  isolation: isolate;
}
.hpu-tile-tall { grid-column: span 2; grid-row: span 2; }
.hpu-tile-wide { grid-column: span 4; grid-row: span 1; }
.hpu-tile-feature { grid-column: span 4; grid-row: span 2; }
.hpu-tile-media { position: absolute; inset: 0; z-index: -2; transition: transform 0.7s var(--ease); }
.hpu-tile::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(0deg, rgba(29, 0, 65, 0.88) 4%, rgba(29, 0, 65, 0.1) 70%);
  transition: opacity 0.4s var(--ease);
}
.hpu-tile:hover .hpu-tile-media { transform: scale(1.07); }
.hpu-tile:hover::after { opacity: 0.72; }
.hpu-tile-label {
  position: relative;
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(0.95rem, 1.3vw, 1.5rem);
  line-height: 1.14; letter-spacing: -0.01em; color: #fff;
}
.hpu-tile-feature .hpu-tile-label { font-size: clamp(1.4rem, 2.2vw, 2.4rem); }

/* Focus cards */
.hpu-focus { background: var(--wash); }
.hpu-section-head { margin-bottom: clamp(40px, 5vw, 64px); }
.hpu-section-head-split { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 24px; }

.hpu-focus-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.hpu-focus-card {
  position: relative;
  display: flex; flex-direction: column; gap: 14px;
  padding: 38px 32px 34px;
  background: var(--paper);
  border-top: 4px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform 0.32s var(--ease), box-shadow 0.32s var(--ease), border-color 0.32s var(--ease);
}
.hpu-focus-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-top-color: var(--blue); }
.hpu-focus-index {
  font-family: var(--font-display); font-weight: 700; font-size: 0.78rem;
  letter-spacing: 0.16em; color: var(--blue);
}
.hpu-focus-card h3 { color: var(--purple-deep); }
.hpu-focus-card p { flex: 1; margin: 0; font-size: 0.98rem; color: var(--muted); }

/* Transition photo */
.hpu-transition-band { position: relative; height: clamp(300px, 42vh, 480px); overflow: hidden; background: var(--purple-deep); }
.hpu-transition-media { position: absolute; inset: -12% 0; }

/* Service hover cards */
.hpu-services { background: var(--paper); }
.hpu-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.hpu-service-card {
  position: relative;
  display: flex; align-items: flex-end;
  min-height: 540px;
  padding: 40px;
  background: var(--purple);
  overflow: hidden;
  isolation: isolate;
}
.hpu-service-media {position: absolute;inset: 0;z-index: -2;opacity: 0.1;transition: opacity 0.5s var(--ease);}
.hpu-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgb(29 0 65) 8%, rgba(29, 0, 65, 0.34) 78%);
  opacity: 0;
  transition: opacity 0.5s var(--ease);
}
.hpu-service-card:hover .hpu-service-media, .hpu-service-card:focus-visible .hpu-service-media { opacity: 1; }
.hpu-service-card:hover::after, .hpu-service-card:focus-visible::after { opacity: 1; }

.hpu-service-body { position: relative; display: flex; flex-direction: column; gap: 18px; }
.hpu-service-body h3 { color: #fff; transition: transform 0.42s var(--ease); }
.hpu-service-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  opacity: 0; transform: translateY(14px);
  transition: opacity 0.42s var(--ease), transform 0.42s var(--ease);
}
.hpu-service-body .hpu-text-link { opacity: 0; transform: translateY(14px); transition: opacity 0.42s var(--ease) 0.06s, transform 0.42s var(--ease) 0.06s; }
.hpu-service-card:hover .hpu-service-body p,
.hpu-service-card:hover .hpu-service-body .hpu-text-link,
.hpu-service-card:focus-visible .hpu-service-body p,
.hpu-service-card:focus-visible .hpu-service-body .hpu-text-link { opacity: 1; transform: translateY(0); }

/* Visit */
.hpu-visit { background: var(--wash); }
.hpu-visit-inner { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(40px, 6vw, 88px); align-items: start; }
.hpu-visit-copy .hpu-h2 { margin-bottom: 34px; }

.hpu-location-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-bottom: 34px; }
.hpu-location { padding: 26px 24px; background: var(--paper); border-left: 3px solid var(--purple); box-shadow: var(--shadow-sm); }
.hpu-location-status {
  margin: 0 0 10px;
  font-family: var(--font-display); font-weight: 700; font-size: 0.68rem;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted);
}
.hpu-location-status-open { color: var(--blue); }
.hpu-location h3 { margin-bottom: 8px; color: var(--purple-deep); }
.hpu-location-address { margin: 0 0 14px; font-size: 0.98rem; color: var(--muted); }
.hpu-location-links { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.hpu-location-links .hpu-text-link { font-size: 0.76rem; }

.hpu-visit-hours { padding: 22px 0 30px; border-top: 1px solid var(--line); }
.hpu-hours-label {
  margin: 0 0 6px;
  font-family: var(--font-display); font-weight: 700; font-size: 0.72rem;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--purple);
}
.hpu-hours-value { margin: 0; color: var(--muted); font-size: 1rem; }

.hpu-visit-map { position: relative; min-height: 560px; box-shadow: var(--shadow-md); }
.hpu-visit-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(0.85); }

/* Footer */
.hpu-site-footer { background: var(--purple-deep); color: rgba(255, 255, 255, 0.74); }
.hpu-footer-top {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: clamp(32px, 4vw, 64px);
  padding: clamp(64px, 7vw, 96px) 0 clamp(48px, 5vw, 72px);
}
.hpu-footer-brand .hpu-logo { padding-bottom: 0; margin-bottom: 26px; }
.hpu-footer-summary { max-width: 46ch; font-size: 1rem; margin-bottom: 30px; }

.hpu-footer-heading {
  margin: 0 0 20px;
  font-family: var(--font-display); font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: #fff;
}
.hpu-footer-heading-spaced { margin-top: 34px; }
.hpu-footer-links {display: flex;flex-direction: column;gap: 1px;}
.hpu-footer-links a, .hpu-footer-contact a { color: rgba(255, 255, 255, 0.74); font-size: 0.98rem; }
.hpu-footer-links a:hover, .hpu-footer-contact a:hover { color: var(--blue-light); }
.hpu-footer-contact { display: flex; flex-direction: column; gap: 12px; font-style: normal; }
.hpu-footer-hours { margin: 0; font-size: 0.98rem; }

.hpu-footer-bottom {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px;
  padding: 26px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.hpu-footer-copy { margin: 0; font-size: 0.86rem; color: rgba(255, 255, 255, 0.56); }
.hpu-footer-legal { display: flex; flex-wrap: wrap; gap: 22px; }
.hpu-footer-legal a { font-size: 0.86rem; color: rgba(255, 255, 255, 0.56); }
.hpu-footer-legal a:hover { color: #fff; }

/* Mobile action bar */
.hpu-mobile-bar { display: none; }

/* Reveal states */
.hpu-reveal { opacity: 1; }


a.hpu-logo img {
    max-width: 200px;
}

.hpu-utility-bar * {
    color: #fff !important;
}

p.hpu-hero-title {
    line-height: 1;
    font-weight: bold;
    margin: 0px !important;
}


@media (max-width: 1440px) {
  :root { --gutter: 28px; }
}

@media (max-width: 1080px) {
  .hpu-service-grid { grid-template-columns: 1fr; }
  .hpu-service-card { min-height: 400px; }
  .hpu-service-media { opacity: 1; }
  .hpu-service-card::after { opacity: 1; }
  .hpu-service-body p, .hpu-service-body .hpu-text-link { opacity: 1; transform: none; }
  .hpu-visit-inner { grid-template-columns: 1fr; }
  .hpu-visit-map { min-height: 420px; }
  .hpu-welcome-inner { grid-template-columns: 1fr; }
  .hpu-welcome-frame { inset: 20px -20px -20px 20px; }
  .hpu-footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1080px) {
  body { font-size: 17px; }
  .hpu-location-list { grid-template-columns: 1fr; }
  .hpu-footer-top { grid-template-columns: 1fr; }
  .hpu-footer-bottom { padding-bottom: 96px; }

  .hpu-mobile-bar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
    display: grid; grid-template-columns: 1fr 1fr;
  }
  .hpu-mobile-bar-item {
    padding: 18px 12px;
    background: var(--purple); color: #fff;
    font-family: var(--font-display); font-weight: 700; font-size: 0.86rem;
    letter-spacing: 0.08em; text-transform: uppercase; text-align: center;
  }
  .hpu-mobile-bar-item-primary { background: var(--blue); }
  .hpu-mobile-bar-item:hover { color: #fff; }
}

@media (max-width: 1180px) {
  .hpu-hero { padding: 90px 0 120px; }
  .hpu-mosaic-grid { grid-auto-rows: 150px; }
  .hpu-focus-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hpu-utility-address { display: none; }
  .hpu-utility-inner { justify-content: flex-end; }
  .hpu-utility-actions { gap: 14px; }
  .hpu-utility-actions .hpu-btn-outline { display: none; }

  .hpu-masthead-inner { grid-template-columns: 1fr auto; min-height: 74px; }
  .hpu-logo { padding: 0; position: relative; z-index: 2; }
  .hpu-nav-toggle { grid-column: 2; grid-row: 1; justify-self: end; position: relative; z-index: 2; }

  .hpu-nav-toggle {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 4px;
    font-family: var(--font-display); font-weight: 700; font-size: 0.78rem;
    letter-spacing: 0.14em; text-transform: uppercase; color: var(--purple-deep);
  }
  .hpu-nav-toggle-bars { position: relative; display: block; width: 26px; height: 2px; background: var(--purple); transition: background-color 0.2s var(--ease); }
  .hpu-nav-toggle-bars::before, .hpu-nav-toggle-bars::after {
    content: ""; position: absolute; left: 0; width: 26px; height: 2px; background: var(--purple);
    transition: transform 0.28s var(--ease), top 0.28s var(--ease);
  }
  .hpu-nav-toggle-bars::before { top: -8px; }
  .hpu-nav-toggle-bars::after { top: 8px; }
  .hpu-nav-toggle[aria-expanded="true"] .hpu-nav-toggle-bars { background: transparent; }
  .hpu-nav-toggle[aria-expanded="true"] .hpu-nav-toggle-bars::before { top: 0; transform: rotate(45deg); }
  .hpu-nav-toggle[aria-expanded="true"] .hpu-nav-toggle-bars::after { top: 0; transform: rotate(-45deg); }

  .hpu-primary-nav {
    position: fixed; left: 0; right: 0; top: var(--header-h, 132px);
    display: block;
    border-top: 0;
    height: calc(100dvh - var(--header-h, 132px));
    padding: 24px 28px 48px;
    background: var(--paper);
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.36s var(--ease);
  }
  .hpu-primary-nav.hpu-is-open { transform: translateX(0); }

  .hpu-nav-list { flex-direction: column; gap: 0; width: auto; }
  .hpu-nav-item { display: block; border-bottom: 1px solid var(--line); }
  .hpu-nav-link { padding: 18px 0; font-size: 1.02rem; letter-spacing: 0.04em; white-space: normal; }
  .hpu-nav-link::after { display: none; }

  .hpu-mega-toggle {
    display: block; position: absolute; right: 0; top: 8px;
    width: 44px; height: 44px;
  }
  .hpu-mega-toggle::before, .hpu-mega-toggle::after {
    content: ""; position: absolute; left: 50%; top: 50%;
    width: 14px; height: 2px; margin: -1px 0 0 -7px; background: var(--purple);
    transition: transform 0.26s var(--ease);
  }
  .hpu-mega-toggle::after { transform: rotate(90deg); }
  .hpu-nav-item.hpu-is-open .hpu-mega-toggle::after { transform: rotate(0deg); }

  .hpu-mega {
    position: static; opacity: 1; visibility: visible; transform: none;
    border-top: 0; box-shadow: none;
    max-height: 0; overflow: hidden;
    transition: max-height 0.36s var(--ease);
  }
  .hpu-nav-item.hpu-is-open .hpu-mega { max-height: 760px; }
  .hpu-mega-inner { display: block; width: 100%; padding: 0 0 20px; }
  .hpu-mega-intro { display: none; }
  .hpu-mega-list { grid-template-columns: 1fr; }
  .hpu-mega-list a { padding: 11px 0 11px 16px; border-bottom: 0; font-size: 0.95rem; color: var(--muted); }

  .hpu-nav-mobile-actions { display: flex; flex-direction: column; gap: 14px; margin-top: 32px; }
  .hpu-nav-mobile-phone {
    font-family: var(--font-display); font-weight: 700; font-size: 0.9rem;
    letter-spacing: 0.06em; text-transform: uppercase; color: var(--purple); text-align: center;
  }
}

@media (max-width: 720px) {
  .hpu-focus-grid { grid-template-columns: 1fr; }
  .hpu-mosaic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 130px; }
  .hpu-tile, .hpu-tile-wide, .hpu-tile-feature, .hpu-tile-tall { grid-column: span 2; grid-row: span 1; }
  .hpu-tile-feature { grid-row: span 2; }
}

@media (max-width: 560px) {
  :root { --gutter: 20px; }
  .hpu-utility-urgent-label { display: none; }
  .hpu-purple-band-inner { flex-direction: column; }
  .hpu-band-rule { display: none; }
  .hpu-purple-band .hpu-btn { width: 100%; }
  .hpu-hero-actions .hpu-btn { width: 100%; }
  .hpu-service-card { padding: 28px 24px; }
  .hpu-ph::after { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hpu-reveal, [data-hero] { opacity: 1 !important; transform: none !important; }
  .hpu-btn:hover, .hpu-btn:active { transform: none; }
  body.hpu-page *, body.hpu-page *::before, body.hpu-page *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

img.hpu-media-portrait {
    object-position: 32% 50%;
}

.hpu-logo-heading {
  grid-column: 1; grid-row: 1; margin: 0;
  font-family: inherit; font-size: inherit; font-weight: inherit;
  letter-spacing: normal; line-height: 1;
}
.hpu-logo-img { height: 52px; width: auto; transition: height 0.3s var(--ease); }
.hpu-site-header.hpu-is-compact .hpu-logo-img { height: 40px; }

.hpu-media-fill {position: absolute;inset: 0;width: 100%;height: 100% !important;object-fit: cover;}
.hpu-media-portrait {position: relative;z-index: 1;width: 100%;aspect-ratio: 5 / 4;object-fit: cover;}
a.hpu-btn.hpu-btn-outline-purple {
    color: #000;
}
.hpu-hours-value p, .hpu-footer-hours p { margin-bottom: 0; }
.hpu-footer-summary p:last-child { margin-bottom: 0; }
.hpu-footer-social { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.hpu-footer-social a { color: rgba(255, 255, 255, 0.74); }
.hpu-footer-social a:hover { color: var(--blue-light); }
.hpu-footer-creds { padding: 0 0 34px; font-size: 0.82rem; color: rgba(255, 255, 255, 0.45); }
.hpu-footer-creds a { color: rgba(255, 255, 255, 0.6); }
.hpu-sub-list { display: none; }

@media (max-width: 1180px) {
  .hpu-logo-heading { position: relative; z-index: 2; }
  .hpu-logo-img { height: 40px; }
}

html .container {
    max-width: 1300px;
    width: 100%;
}

html a.hpu-btn {
    color: #fff;
}

.single_page h3 {
    margin-bottom: 20px !important;
    font-size: 30px;
}

footer img.hpu-logo-img {
    filter: brightness(0) invert(1);
}

footer a {
    color: #fff !important;
}

.bottom-footer {
    text-align: center;
}

a.hpu-btn.hpu-btn-outline.hpu-btn-sm:hover {
    color: #000 !important;
}

a.hpu-btn.hpu-btn-blue.hpu-btn-lg:hover {
    color: #fff;
}

html .wda-toolbar-toggle-link:before {
    background: #330072;
}

/* DOD */

.dod-section {
  --dod-purple:       #320071;
  --dod-purple-deep:  #1D0042;
  --dod-blue:         #0066CB;
  --dod-blue-light:   #338EDD;
  --dod-body:         #5C5567;
 
  --dod-font-sans:  "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  --dod-font-serif: "Lora", Georgia, "Times New Roman", serif;
 
  --dod-gutter: clamp(20px, 5vw, 80px);
 
  position: relative;
  overflow: hidden;
  padding: clamp(60px, 7vw, 110px) var(--dod-gutter) clamp(50px, 6vw, 90px);
  background: var(--dod-purple-deep);
  font-family: var(--dod-font-sans);
  color: #fff;
}
.dod-section *, .dod-section *::before, .dod-section *::after { box-sizing: border-box; }
 
/* a single wide glow behind the headline, nothing more */
.dod-section::before {
  content: "";
  position: absolute;
  top: -30%;
  left: 50%;
  width: min(1400px, 130%);
  aspect-ratio: 2 / 1;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(50,0,113,.85) 0%, rgba(29,0,66,0) 70%);
  pointer-events: none;
}
 
.dod-container { position: relative; max-width: 1320px; margin: 0 auto; }
 
/* ---------- Headline --------------------------------------- */
 
.dod-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  margin-bottom: clamp(32px, 4vw, 52px);
}
.dod-eyebrow {
  margin: 0 0 18px;
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--dod-blue-light);
}
.dod-heading {
  margin: 0;
  font-size: clamp(2.1rem, 5.4vw, 4.15rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.025em;
}
.dod-heading-next { display: block; color: var(--dod-blue-light); }
 
.dod-header-note {
  margin: 0 0 8px;
  max-width: 24ch;
  font-size: .88rem;
  line-height: 1.6;
  color: rgba(255,255,255,.55);
}
 
/* ---------- Expanding panel row ----------------------------- */
 
.dod-panels {
  display: flex;
  gap: 6px;
  height: clamp(440px, 48vw, 580px);
}
 
.dod-panel {
  position: relative;
  overflow: hidden;
  flex: 1 1 0;
  min-width: clamp(66px, 7vw, 96px);
  transition: flex-grow .55s cubic-bezier(.22,.7,.3,1);
}
.dod-panel:focus-visible { outline: 2px solid var(--dod-blue-light); outline-offset: -2px; }
 
.dod-panel-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.22,.7,.3,1);
}
.dod-panel-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
    rgba(29,0,66,.95) 0%,
    rgba(29,0,66,.72) 42%,
    rgba(50,0,113,.55) 100%);
  transition: opacity .5s ease;
  pointer-events: none;
}
 
/* the label runs up the spine of every panel, open or closed */
.dod-panel-spine {
  position: absolute;
  top: clamp(20px, 2vw, 30px);
  left: clamp(20px, 2vw, 30px);
  margin: 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  transform-origin: center;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--dod-blue-light);
}
 
.dod-panel-detail {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: clamp(22px, 2.2vw, 36px) clamp(22px, 2.2vw, 36px) clamp(26px, 2.4vw, 40px)
           calc(clamp(20px, 2vw, 30px) + 34px);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .4s ease .06s, transform .5s cubic-bezier(.22,.7,.3,1) .06s;
}
.dod-panel-title {
  margin: 0 0 10px;
  max-width: 18ch;
  font-size: clamp(1.15rem, 1.6vw, 1.55rem);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.dod-panel-text {
  margin: 0;
  max-width: 44ch;
  font-size: .94rem;
  line-height: 1.68;
  color: rgba(255,255,255,.82);
}
 
/* the last panel is the one about the future — blue spine, blue rule */
.dod-panel-next .dod-panel-spine { color: #fff; }
.dod-panel-next::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: var(--dod-blue);
}
 
/* --- open / closed states (order matters, do not reshuffle) --- */
 
/* 1. one panel is open on load so the row never reads as closed doors */
.dod-panel-open { flex-grow: 3.4; }
.dod-panel-open .dod-panel-detail { opacity: 1; transform: none; }
 
/* 2. as soon as the pointer enters the row, everything closes... */
.dod-panels:hover .dod-panel { flex-grow: 1; }
.dod-panels:hover .dod-panel-detail { opacity: 0; transform: translateY(16px); }
 
/* 3. ...and only the panel under the pointer (or focus) opens */
.dod-panels .dod-panel:hover,
.dod-panel:focus-within { flex-grow: 3.4; }
.dod-panels .dod-panel:hover .dod-panel-detail,
.dod-panel:focus-within .dod-panel-detail { opacity: 1; transform: none; }
.dod-panels .dod-panel:hover .dod-panel-image,
.dod-panel:focus-within .dod-panel-image { transform: scale(1.05); }
.dod-panels .dod-panel:hover .dod-panel-veil,
.dod-panel:focus-within .dod-panel-veil { opacity: .92; }
 
/* ---------- Closing line + call to action ------------------- */
 
.dod-closing { margin-top: clamp(44px, 5vw, 72px); text-align: center; }
 
.dod-closing-text {
  margin: 0 auto 30px;
  max-width: 30ch;
  font-family: var(--dod-font-serif);
  font-style: italic;
  font-size: clamp(1.35rem, 2.6vw, 2.05rem);
  line-height: 1.35;
  color: #fff;
}
.dod-closing-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 4vw, 40px);
}
.dod-rule {
  flex: 1 1 0;
  max-width: 260px;
  height: 1px;
  background: rgba(255,255,255,.25);
}
.dod-button {
  flex: 0 0 auto;
  display: inline-block;
  padding: 16px 32px;
  background: var(--dod-blue);
  color: #fff;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .02em;
  text-decoration: none;
  transition: background-color .3s ease;
}
.dod-button:hover { background: #0055A8; }
.dod-button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
 
.dod-closing-note { margin: 26px 0 0; font-size: .92rem; color: rgba(255,255,255,.7); }
.dod-closing-note a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
 
/* ---------- Entrance ---------------------------------------- */
 
.dod-reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: dod-rise .8s cubic-bezier(.22,.7,.3,1) forwards;
}
.dod-panels  { animation-delay: .12s; }
.dod-closing { animation-delay: .26s; }
@keyframes dod-rise { to { opacity: 1; transform: translateY(0); } }
 
/* ---------- Responsive --------------------------------------
   Below 980px there is no hover to rely on, so every panel
   opens up into a full card with its copy already showing.
   ------------------------------------------------------------ */
 
@media (max-width: 1180px) {
  .dod-panel-text { display: none; }
  .dod-panels { height: clamp(380px, 46vw, 460px); }
}
 
@media (max-width: 980px) {
  .dod-header { grid-template-columns: 1fr; align-items: start; }
  .dod-header-note { margin-bottom: 0; max-width: 46ch; }
 
  .dod-panels { display: grid; grid-template-columns: repeat(2, 1fr); height: auto; }
  .dod-panel,
  .dod-panels:hover .dod-panel,
  .dod-panels .dod-panel:hover { flex: none; min-height: 300px; min-width: 0; }
  .dod-panel-next { grid-column: span 2; }
 
  .dod-panel-text { display: block; }
  .dod-panel-detail,
  .dod-panels:hover .dod-panel-detail { position: static; opacity: 1; transform: none; }
  .dod-panel-detail {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 26px 26px 30px calc(26px + 30px);
  }
  .dod-panel-title { max-width: none; }
}
 
@media (max-width: 620px) {
  .dod-panels { grid-template-columns: 1fr; }
  .dod-panel-next { grid-column: span 1; }
  .dod-closing-actions { flex-direction: column; gap: 20px; }
  .dod-rule { width: 60px; flex: 0 0 auto; }
  .dod-button { width: 100%; }
}
 
@media (prefers-reduced-motion: reduce) {
  .dod-section *, .dod-section *::before, .dod-section *::after {
    animation: none !important;
    transition: none !important;
  }
  .dod-reveal { opacity: 1; transform: none; }
}

.page-id-162 article.article {
    padding: 0px !important;
}

div#post-162 .container {
    max-width: 100%;
    padding: 0px;
}

.dod-grid {
    width: 100%;
}

.dod-container {
}

p.dod-closing-text {
    width: 100%;
    margin: 0px auto 20px !important;
}

.dod-closing-actions {
    margin-bottom: 20px !important;
}

.dod-closing-actions a {
    color: #fff !important;
    text-decoration: none !important;
}

.dod-closing a {
    color: #fff !important;
}

.dod-panels.dod-reveal {
    width: 100%;
}

.dod-closing.dod-reveal *:not(a) {
    color: #000 !important;
}


h2#dod-heading {
    color: #fff;
}

html a.dod-button {
    background: var(--pColor);
    color: #fff !important;
}

.dod-closing.dod-reveal p a {
    color: #000 !important;
}

span.dod-rule {
    background: var(--purple);
}

.dod-panels.dod-reveal img {
    height: 100% !important;
    object-fit: cover;
    margin: 0px !important;
}

p.dod-panel-spine {
    color: #fff;
}

div#post-163 h4 + p {
    display: none !important;
}

div#post-163 h3 {
    font-size: 17px;
    color: #000;
    font-weight: 400;
    margin-bottom: 5px !important;
}

div#post-163 h4 {
    font-weight: 400;
    font-size: 14px;
}

.staff-grid {
    padding: 0px 5px;
}

html .staff-grid p + span {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    font-size: 0px;
    background: transparent;
    cursor: pointer;
}

html .staff-grid-container .staff-image {
    background-position: 50% 30%;
}

html .staff-grid-container .staff-grid:nth-child(1) .staff-image {
    background-position: 50% 15%;
}

body.hpu-page .dm-service-section ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

body.hpu-page .dm-service-section ul li {
    margin-bottom: 5px;
}

.staff-grid {
    position: relative;
}

@media (max-width: 880px) {
	.dod-panel-detail, .dod-panels:hover .dod-panel-detail {
		position: relative;
		opacity: 1;
		display: block;
		padding: 0px;
		min-height: initial;
		height: auto;
	}

	article.dod-panel {
		overflow: visible !important;
	}

	span.dod-panel-veil {
		display: none;
	}

	article.dod-panel br {
		display: none;
		margin-bottom: 30px !important;
	}
}

/* FPV */

.yv-page {
  --yv-purple:      #320071;
  --yv-purple-mid:  #29005C;
  --yv-purple-deep: #1D0042;
  --yv-blue:        #0066CB;
  --yv-blue-light:  #338EDD;
  --yv-pale:        #F5F2FA;
  --yv-body:        #5C5567;
  --yv-border:      #E4E1EA;
  --yv-font-sans:  "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  --yv-font-serif: "Lora", Georgia, "Times New Roman", serif;
  --yv-gutter: clamp(20px, 5vw, 88px);
 
  /* height of the tab strip each card leaves behind as it is covered */
  --yv-tab: 58px;
  /* where the stack parks. raise this if the theme header is fixed */
  --yv-stack-top: clamp(14px, 24vh, 230px);
  font-family: var(--yv-font-sans);
  color: var(--yv-body);
  background: #fff;
}
.yv-page *, .yv-page *::before, .yv-page *::after { box-sizing: border-box; }
 
/* ---------- Hero -------------------------------------------- */
 
.yv-hero {
  /* position: initial; */
  display: flex;
  align-items: flex-end;
  overflow: visible;
  min-height: min(680px, 82vh);
  padding: clamp(60px, 8vw, 110px) var(--yv-gutter) clamp(48px, 6vw, 84px);
  background: var(--yv-purple-deep);
  float: none;
}
.yv-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yv-hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(29,0,66,.94) 0%, rgba(29,0,66,.72) 46%, rgba(50,0,113,.30) 100%),
    linear-gradient(to top, rgba(29,0,66,.85) 0%, rgba(29,0,66,0) 55%);
}
.yv-hero-inner { position: relative; max-width: 1320px; width: 100%; margin: 0 auto; }
 
.yv-eyebrow {
  margin: 0 0 16px;
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--yv-blue-light);
}
.yv-hero-title {
  margin: 0;
  max-width: 18ch;
  overflow-wrap: break-word;
  font-size: clamp(2rem, 5.6vw, 4.4rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.03em;
  color: #fff;
}
.yv-hero-sub {
  margin: clamp(18px, 2vw, 26px) 0 0;
  max-width: 30ch;
  font-family: var(--yv-font-serif);
  font-style: italic;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  line-height: 1.45;
  color: rgba(255,255,255,.9);
}
 
/* ---------- The deck ----------------------------------------
   Each card sticks a little lower than the one before it, so the
   card that came before is never fully covered: its tab stays on
   screen. Scrolling the page deals the cards into a stack.
   ------------------------------------------------------------ */
 
/* no bottom padding: the last card is the same deep purple as the CTA,
   so the two meet as one continuous field at the foot of the page */
.yv-deck-wrap { padding: 0 var(--yv-gutter); background: #fff; }
.yv-deck { max-width: 1320px; margin: 0 auto; }
 
.yv-step {
  position: sticky;
  top: calc(var(--yv-stack-top) + (var(--i) * var(--yv-tab)));
  display: flex;
  flex-direction: column;
  min-height: min(500px, 62vh);
  background: var(--yv-card-bg);
  box-shadow: 0 -16px 40px rgba(29,0,66,.16);
}
 
/* the tab is the part that survives being covered */
.yv-tab {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
  height: var(--yv-tab);
  padding: 0 clamp(22px, 3vw, 48px);
  border-bottom: 1px solid var(--yv-card-line);
}
.yv-tab-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  background: var(--yv-card-accent);
}
.yv-tab-label {
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--yv-card-accent);
}
 
.yv-step-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(14px, 2vw, 28px);
  flex: 1 1 auto;
  /* copy sits high in the card so it stays readable for as long as
     possible while the next card slides up over the bottom edge */
  align-content: start;
  padding: clamp(34px, 4vw, 68px) clamp(22px, 3vw, 48px) clamp(40px, 5vw, 76px);
}
.yv-step-title {
  margin: 0;
  max-width: 18ch;
  font-size: clamp(1.6rem, 3.6vw, 3rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.02em;
  color: var(--yv-card-fg);
}
.yv-step-text {
  margin: 0;
  max-width: 54ch;
  font-size: clamp(1rem, 1.15vw, 1.15rem);
  line-height: 1.75;
  color: var(--yv-card-body);
}
 
/* title and copy sit side by side once there is room for it */
@media (min-width: 900px) {
  .yv-step-body {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: clamp(32px, 5vw, 90px);
    align-items: start;
  }
  .yv-step-text { padding-top: .5rem; }
}
 
/* the deck runs light to deep as you move through the visit */
.yv-step-1 {
  --yv-card-bg: #FFFFFF; --yv-card-fg: var(--yv-purple); --yv-card-body: var(--yv-body);
  --yv-card-accent: var(--yv-blue); --yv-card-line: var(--yv-border);
  border-top: 1px solid var(--yv-border);
}
.yv-step-2 {
  --yv-card-bg: var(--yv-pale); --yv-card-fg: var(--yv-purple); --yv-card-body: var(--yv-body);
  --yv-card-accent: var(--yv-blue); --yv-card-line: #E1DCEC;
}
.yv-step-3 {
  --yv-card-bg: var(--yv-purple); --yv-card-fg: #fff; --yv-card-body: rgba(255,255,255,.84);
  --yv-card-accent: var(--yv-blue-light); --yv-card-line: rgba(255,255,255,.18);
}
.yv-step-4 {
  --yv-card-bg: var(--yv-purple-mid); --yv-card-fg: #fff; --yv-card-body: rgba(255,255,255,.84);
  --yv-card-accent: var(--yv-blue-light); --yv-card-line: rgba(255,255,255,.16);
}
.yv-step-5 {
  --yv-card-bg: var(--yv-purple-deep); --yv-card-fg: #fff; --yv-card-body: rgba(255,255,255,.84);
  --yv-card-accent: var(--yv-blue-light); --yv-card-line: rgba(255,255,255,.16);
  /* nothing follows it in the deck, so it does not need reveal room */
  min-height: min(420px, 52vh);
}
 
/* ---------- Call to action ---------------------------------- */
 
.yv-cta {
  padding: clamp(56px, 7vw, 104px) var(--yv-gutter);
  background: var(--yv-purple-deep);
  text-align: center;
}
.yv-cta-inner { max-width: 720px; margin: 0 auto; }
.yv-cta-title {
  margin: 0 0 clamp(26px, 3vw, 38px);
  font-size: clamp(1.7rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #fff;
}
.yv-button {
  display: inline-block;
  padding: 18px 42px;
  background: var(--yv-blue);
  color: #fff;
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: .02em;
  text-decoration: none;
  transition: background-color .3s ease, transform .3s ease;
}
.yv-button:hover { background: #0055A8; transform: translateY(-2px); }
.yv-button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
 
.yv-cta-note {
  margin: clamp(22px, 3vw, 32px) 0 0;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255,255,255,.78);
}
.yv-cta-note a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}
 
/* ---------- Small screens ------------------------------------
   Shorter cards and a shorter tab, so five stacked tabs never eat
   the screen. The deck still works, it is just tighter.
   ------------------------------------------------------------ */
 
@media (max-width: 700px) {
  .yv-page { --yv-tab: 46px; }
  .yv-step { min-height: 0; }
  .yv-step-body { padding-top: 28px; padding-bottom: 34px; }
  .yv-button { display: block; width: 100%; padding: 18px 24px; }
}
 
/* stacking can be disorienting, so fall back to a plain sequence */
@media (prefers-reduced-motion: reduce) {
  .yv-step {
    position: static;
    min-height: 0;
    margin-bottom: 14px;
    box-shadow: none;
  }
  .yv-button:hover { transform: none; }
  .yv-page *, .yv-page *::before, .yv-page *::after { transition: none !important; }
}

.yv-deck > * {
    width: 100%;
}

.page-id-165 article.article {
    padding: 0px !important;
    position: initial !important;
}
html a.btn {
    color: #fff;
}

html .dm-container {
    max-width: 1320px;
}

div#post-165 .container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    position: initial;
}

header.yv-hero img {
    height: 100% !important;
	width: 100%;
    object-fit: cover;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    object-position: 50% 15%;
}

footer#hpu-site-footer {
    margin: 0px;
}

section.yv-cta {
    margin-top: 20px;
}

html .page-id-167 a.btn:hover {
    color: #fff;
}
.page-id-165 div#page {
    position: initial !important;
}

html.js body.page-id-165 {overflow: clip;}

header.yv-hero {
    overflow: hidden;
}

.page-id-165 .post-content {
    overflow: visible;
}

.yv-cta * {
    color: #fff !important;
}

section.yv-cta a.yv-button {
    background: #fff !important;
    color: #000 !important;
    margin: 20px 0px 0px;
}

#post-162 a.dod-button {
    font-size: 20px;
}

section.hpu-purple-band a {
    font-size: 24px;
}

span.dm-open-status {
    display: none !important;
}

.cta_fixed_button {
    display: none !important;
}

.hpu-mobile-bar a {
    color: #fff !important;
    padding: 8px;
}

section.hpu-services.hpu-section a:nth-child(3) .hpu-service-media * {
    background-position: 50% 61%;
    object-position: 88% 50%;
}
html body .dm-popup-wrapper h3 {
    font-size: 34px !important;
    color: var(--pColor) !important;
    margin-bottom: 20px !important;
    display: block;
}

footer#hpu-site-footer .hpu-btn {
    font-size: 12px;
}
.open-menu {
	transform: none !important;
}
@media (max-width: 880px) {
	.hpu-mega.hpu-mega-compact {
		transform: none !important;
	}
}
.hpu-masthead {
    width:100%!important;
}

#hpu-site-header {
    position: relative;
    width: 100%;
    z-index: 9999;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        background-color 0.35s ease;
}

#hpu-site-header.hpu-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;

    animation: hpuHeaderSlideDown 0.35s ease forwards;

    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

@keyframes hpuHeaderSlideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

a.hpu-btn.hpu-btn-blue.hpu-btn-lg {
    text-decoration: none !important;
}