/* Shared refresh theme: approved Statewide blue, charcoal and white. */
.home-refresh { --hf-ink: var(--brand-charcoal); --hf-muted: rgba(35,31,32,.75); --hf-line: rgba(35,31,32,.15); --hf-paper: rgba(35,31,32,.035); overflow-x: clip; color: var(--hf-ink); }
.home-refresh a { text-underline-offset: 4px; }
.home-refresh a:focus-visible, .home-refresh button:focus-visible { outline: 3px solid var(--brand-blue); outline-offset: 5px; }
.hf-wrap { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.hf-utility { padding: 9px 0; background: var(--brand-blue); color: #fff; font-size: 11px; letter-spacing: .08em; }
.hf-utility .hf-wrap { display: flex; justify-content: space-between; gap: 16px; }
.hf-utility a { color: var(--brand-white); letter-spacing: 0; }
.hf-utility strong { margin-left: 12px; color: #fff; }
.hf-header { background: #fff; border-bottom: 1px solid var(--hf-line); }
.hf-header-inner { display: flex; justify-content: space-between; align-items: center; min-height: 106px; gap: 30px; }
.hf-brand { display: inline-flex; flex: 0 1 390px; align-items: center; gap: 18px; color: var(--brand-charcoal); }
.hf-brand img { width: 240px; height: auto; }
.hf-lab-identifier { padding-left: 18px; border-left: 1px solid var(--hf-line); color: var(--brand-blue); font-size: 14px; font-weight: 700; line-height: 1.2; letter-spacing: .02em; white-space: nowrap; }
.hf-navigation { display: flex; align-items: center; gap: 26px; }
.hf-navigation > a { color: var(--hf-ink); font-size: 13px; font-weight: 600; white-space: nowrap; }
.hf-navigation > a:hover { text-decoration: underline; }
.hf-button { display: inline-flex; justify-content: space-between; align-items: center; gap: 25px; min-height: 52px; padding: 14px 23px; font-size: 14px; font-weight: 600; border: 1px solid transparent; border-radius: 3px; transition: background 160ms ease; }
.hf-button-blue, .hf-navigation > .hf-button-blue { background: var(--brand-blue); color: #fff; }
.hf-button-blue:hover { background: var(--brand-charcoal); }
.hf-button-white { background: #fff; color: var(--brand-blue); }
.hf-button-white:hover { background: var(--brand-white); color: var(--brand-charcoal); }
.hf-button span { font-size: 21px; line-height: 1; }
.hf-menu-toggle { border: 1px solid var(--hf-line); background: #fff; border-radius: 3px; padding: 10px 13px; font: inherit; font-size: 14px; color: var(--hf-ink); }
.hf-menu-toggle[hidden] { display: none; }
.hf-hero { display: grid; grid-template-columns: 1.05fr 1fr; min-height: 570px; background: var(--hf-paper); }
.hf-hero-copy { padding: 67px 54px 58px max(48px, calc((100vw - 1240px) / 2)); }
.hf-eyebrow { margin: 0 0 19px; font-size: 11px; font-weight: 600; letter-spacing: .15em; color: var(--brand-blue); }
.hf-eyebrow > span { display: inline-block; width: 7px; height: 7px; margin-right: 8px; background: var(--brand-blue); }
.hf-hero h1 { font-size: clamp(40px, 4.3vw, 66px); font-weight: 600; line-height: 1.06; letter-spacing: -.045em; margin: 0 0 24px; }
.hf-hero h1 em { color: var(--brand-blue); font-style: normal; }
.hf-hero-intro { max-width: 465px; margin: 0 0 29px; font: 400 15px/1.8 'Libre Franklin', Arial, sans-serif; color: var(--hf-muted); }
.hf-actions { display: flex; gap: 25px; align-items: center; flex-wrap: wrap; }
.hf-text-link { display: inline-flex; align-items: center; gap: 15px; color: var(--brand-blue); font-size: 14px; font-weight: 600; }
.hf-text-link:hover { text-decoration: underline; }
.hf-text-link span { font-size: 20px; }
.hf-microcopy { color: var(--hf-muted); font-size: 11px; margin: 14px 0 0; }
.hf-hero-photo { position: relative; min-width: 0; min-height: 490px; margin: 0; overflow: hidden; background: var(--hf-ink); }
.hf-hero-photo > img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.hf-hero-photo::after { content: ''; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(35,31,32,.88)); }
.hf-hero-photo figcaption { position: absolute; z-index: 1; left: 36px; bottom: 31px; right: 25px; display: flex; gap: 17px; align-items: center; color: #fff; font-size: 9px; letter-spacing: .12em; }
.hf-hero-photo figcaption strong { display: inline-block; margin-top: 7px; font-size: 14px; letter-spacing: 0; font-weight: 500; }
.hf-photo-marker { font: 300 42px/1 Arial, sans-serif; opacity: .8; }
.hf-credentials { border-bottom: 1px solid var(--hf-line); }
.hf-credentials-grid { display: grid; grid-template-columns: 1.45fr 1fr 1.15fr; padding-block: 28px; align-items: center; }
.hf-credentials-grid > * { padding: 0 30px; border-left: 1px solid var(--hf-line); }
.hf-credentials-grid > :first-child { padding-left: 0; border: 0; }
.hf-credentials strong { display: block; font-size: 16px; color: var(--hf-ink); font-weight: 600; }
.hf-credentials small { display: block; font-size: 11px; color: var(--hf-muted); line-height: 1.7; }
.hf-accreditation { display: flex; align-items: center; gap: 18px; }
.hf-accreditation img { width: 104px; height: auto; }
.hf-accreditation:hover strong { text-decoration: underline; }
.hf-label { display: block; font-size: 10px; letter-spacing: .13em; font-weight: 600; color: var(--hf-muted); margin-bottom: 5px; }
.hf-section { padding-block: 82px; }
.hf-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 35px; }
.hf-section-heading h2, .hf-visit h2 { font-size: clamp(30px, 3vw, 43px); line-height: 1.14; letter-spacing: -.025em; margin: 0; font-weight: 600; }
.hf-section-heading > p { max-width: 355px; margin: 0 0 3px; color: var(--hf-muted); font: 400 14px/1.8 'Libre Franklin', Arial, sans-serif; }
.hf-services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.hf-service { border: 1px solid var(--hf-line); border-radius: 4px; overflow: hidden; display: flex; flex-direction: column; }
.hf-service-photo { overflow: hidden; display: block; background: var(--hf-paper); }
.hf-service-photo img { width: 100%; height: 207px; object-fit: cover; transition: transform 200ms ease; }
.hf-service:hover .hf-service-photo img { transform: scale(1.025); }
.hf-service-copy { padding: 25px; display: flex; flex: 1; flex-direction: column; align-items: flex-start; }
.hf-service h3 { font-size: 24px; letter-spacing: -.02em; font-weight: 600; margin: 7px 0 10px; }
.hf-service p { font: 400 13px/1.8 'Libre Franklin', Arial, sans-serif; color: var(--hf-muted); margin: 0 0 18px; }
.hf-service ul { padding: 0; margin: auto 0 22px; list-style: none; display: flex; flex-wrap: wrap; gap: 5px; }
.hf-service li { font-size: 10px; padding: 4px 7px; border-radius: 2px; background: var(--hf-paper); color: var(--hf-muted); }
.hf-service .hf-text-link { width: 100%; justify-content: space-between; border-top: 1px solid var(--hf-line); padding-top: 17px; font-size: 12px; }
.hf-scope-note { margin: 23px 0 0; font-size: 11px; color: var(--hf-muted); }
.hf-scope-note a { text-decoration: underline; }
.hf-process { background: var(--hf-paper); }
.hf-steps { padding: 0; margin: 45px 0 0; list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 45px; }
.hf-steps li { border-top: 1px solid var(--hf-line); padding-top: 21px; }
.hf-step-number { color: var(--brand-blue); font-size: 14px; font-weight: 500; }
.hf-steps h3 { margin: 21px 0 13px; font-size: 21px; font-weight: 600; }
.hf-steps p { margin: 0; font: 400 13px/1.85 'Libre Franklin', Arial, sans-serif; color: var(--hf-muted); }
.hf-downloads { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 60px; padding-block: 58px; border-bottom: 1px solid var(--hf-line); }
.hf-downloads .hf-eyebrow { margin-bottom: 10px; }
.hf-downloads h2 { font-size: 27px; line-height: 1.2; font-weight: 600; margin: 0 0 10px; }
.hf-downloads p:not(.hf-eyebrow) { font-size: 13px; color: var(--hf-muted); margin: 0; }
.hf-download-links { display: grid; gap: 12px; }
.hf-download-links a { padding: 16px 20px; border: 1px solid var(--hf-line); display: flex; gap: 20px; justify-content: space-between; font-size: 14px; font-weight: 500; border-radius: 3px; }
.hf-download-links a:hover { background: var(--hf-paper); }
.hf-download-links a > span { color: var(--hf-muted); font-size: 10px; white-space: nowrap; }
.hf-download-links a > span span { margin-left: 18px; font-size: 18px; color: var(--brand-blue); }
.hf-visit { padding-block: 78px; }
.hf-visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.hf-visit p:not(.hf-eyebrow) { font: 400 14px/1.85 'Libre Franklin', Arial, sans-serif; max-width: 440px; color: var(--hf-muted); margin: 21px 0; }
.hf-visit address { font-size: 14px; line-height: 1.9; font-style: normal; margin: 26px 0 20px; }
.hf-enquiry-panel { padding: 43px 44px; border-radius: 4px; background: var(--brand-blue); color: #fff; }
.hf-enquiry-panel .hf-eyebrow { color: var(--brand-white); }
.hf-enquiry-panel h2 { font-size: 37px; }
.hf-enquiry-panel p:not(.hf-eyebrow) { color: var(--brand-white); font-size: 13px; }
.hf-panel-phone { display: block; color: #fff; font-size: 14px; margin-top: 19px; }
.hf-panel-email { display: inline-block; color: var(--brand-white); font-size: 12px; overflow-wrap: anywhere; margin-top: 5px; }
.hf-panel-phone:hover, .hf-panel-email:hover { text-decoration: underline; }
.hf-footer { background: var(--brand-blue); color: var(--brand-white); border-top: 1px solid rgba(255,255,255,.3); }
.hf-footer-top { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 40px; padding-block: 46px; align-items: start; }
.hf-footer-brand { display: inline-flex; align-items: center; gap: 18px; color: #fff; }
.hf-footer-top .hf-footer-brand img { width: 245px; height: auto; }
.hf-footer-brand > span { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.42); color: #fff; font-size: 13px; font-weight: 700; line-height: 1.2; letter-spacing: .02em; white-space: nowrap; }
.hf-footer-top p { margin: 0; font-size: 15px; }
.hf-footer-top p span { color: var(--brand-white); font-size: 12px; }
.hf-footer nav { display: flex; flex-direction: column; gap: 8px; }
.hf-footer nav a { color: var(--brand-white); font-size: 12px; }
.hf-footer nav a:hover { text-decoration: underline; }
.hf-footer-bottom { border-top: 1px solid rgba(255,255,255,.3); display: flex; justify-content: space-between; gap: 20px; padding-block: 18px; color: var(--brand-white); font-size: 10px; }
.home-refresh [id] { scroll-margin-top: 25px; }
@media (max-width: 1150px) {
  .hf-wrap { width: calc(100% - 56px); }
  .hf-navigation { gap: 17px; }
  .hf-navigation > a { font-size: 12px; }
  .hf-brand { flex-basis: 335px; gap: 14px; }
  .hf-brand img { width: 205px; }
  .hf-lab-identifier { padding-left: 14px; font-size: 12px; }
  .hf-hero-copy { padding-left: 28px; padding-right: 28px; }
  .hf-credentials-grid > * { padding-inline: 20px; }
  .hf-accreditation { gap: 12px; }
  .hf-accreditation img { width: 83px; }
  .hf-credentials strong { font-size: 14px; }
  .hf-service-copy { padding: 21px; }
  .hf-service h3 { font-size: 22px; }
}
@media (max-width: 940px) {
  .hf-header-inner { flex-wrap: wrap; min-height: 90px; gap: 0; }
  .hf-brand { margin-block: 22px; }
  .hf-menu-toggle:not([hidden]) { display: block; }
  .hf-navigation { width: 100%; flex-wrap: wrap; gap: 0; padding-bottom: 16px; }
  .hf-navigation > a { padding: 13px; font-size: 14px; }
  .hf-navigation.hf-collapsible { display: none; }
  .hf-navigation.hf-collapsible.is-open { display: flex; }
  .hf-hero { grid-template-columns: 1.12fr 1fr; }
  .hf-hero h1 { font-size: 44px; }
  .hf-hero-copy { padding-top: 46px; padding-bottom: 40px; }
  .hf-hero-intro { font-size: 14px; }
  .hf-actions { gap: 18px; }
  .hf-credentials-grid { grid-template-columns: 1.4fr 1fr; }
  .hf-credentials-grid > :last-child { display: none; }
  .hf-services { gap: 16px; }
  .hf-service-photo img { height: 160px; }
  .hf-service-copy { padding: 17px; }
  .hf-service h3 { font-size: 20px; }
  .hf-service p { font-size: 12px; }
  .hf-service .hf-text-link { font-size: 11px; gap: 7px; }
  .hf-visit-grid { gap: 35px; }
  .hf-enquiry-panel { padding: 30px; }
}
@media (max-width: 680px) {
  .hf-wrap { width: calc(100% - 40px); }
  .hf-utility { font-size: 9px; padding-block: 8px; }
  .hf-utility .hf-wrap { justify-content: center; }
  .hf-utility .hf-wrap > a { display: none; }
  .hf-header-inner { min-height: 86px; }
  .hf-brand { flex-basis: auto; gap: 10px; margin-block: 19px; }
  .hf-brand img { width: min(170px, 43vw); }
  .hf-lab-identifier { max-width: 72px; padding-left: 10px; font-size: 10px; white-space: normal; }
  .hf-menu-toggle { font-size: 12px; padding: 8px 10px; }
  .hf-menu-toggle span { margin-left: 5px; }
  .hf-navigation { flex-direction: column; align-items: stretch; }
  .hf-navigation > a { border-top: 1px solid var(--hf-line); }
  .hf-navigation .hf-nav-quote { margin-top: 10px; }
  .hf-hero { grid-template-columns: 1fr; min-height: 0; }
  .hf-hero-copy { padding: 39px 20px 35px; }
  .hf-eyebrow { font-size: 9px; letter-spacing: .12em; margin-bottom: 17px; }
  .hf-hero h1 { font-size: clamp(39px, 10vw, 57px); letter-spacing: -.04em; margin-bottom: 22px; }
  .hf-hero h1 em br { display: none; }
  .hf-hero-intro { max-width: 100%; font-size: 13px; margin-bottom: 24px; }
  .hf-actions { gap: 20px; }
  .hf-button { font-size: 12px; min-height: 49px; padding: 13px 18px; gap: 17px; }
  .hf-text-link { font-size: 12px; gap: 10px; }
  .hf-microcopy { font-size: 10px; }
  .hf-hero-photo { min-height: 290px; }
  .hf-hero-photo > img { object-position: center 40%; }
  .hf-hero-photo figcaption { left: 20px; bottom: 23px; font-size: 8px; }
  .hf-hero-photo figcaption strong { font-size: 12px; }
  .hf-credentials-grid { grid-template-columns: 1fr; padding-block: 21px; gap: 19px; }
  .hf-credentials-grid > * { padding: 0; border: 0; }
  .hf-credentials-grid > :nth-child(2) { border-top: 1px solid var(--hf-line); padding-top: 16px; display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px 12px; }
  .hf-credentials-grid > :nth-child(2) .hf-label { margin: 0; }
  .hf-accreditation { gap: 20px; }
  .hf-accreditation img { width: 100px; }
  .hf-credentials strong { font-size: 15px; }
  .hf-credentials small { font-size: 10px; }
  .hf-section { padding-block: 50px; }
  .hf-section-heading { display: block; margin-bottom: 28px; }
  .hf-section-heading h2, .hf-visit h2 { font-size: 33px; }
  .hf-section-heading > p { max-width: none; font-size: 13px; margin-top: 20px; }
  .hf-section-heading > .hf-text-link { margin-top: 22px; }
  .hf-services { grid-template-columns: 1fr; gap: 23px; }
  .hf-service-photo img { height: 220px; }
  .hf-service-copy { padding: 24px; }
  .hf-service h3 { font-size: 26px; }
  .hf-service p { font-size: 13px; }
  .hf-service ul { margin-bottom: 24px; }
  .hf-service .hf-text-link { font-size: 13px; }
  .hf-scope-note { font-size: 10px; line-height: 1.8; }
  .hf-steps { grid-template-columns: 1fr; gap: 28px; margin-top: 28px; }
  .hf-steps h3 { margin-top: 12px; }
  .hf-downloads { grid-template-columns: 1fr; gap: 24px; padding-block: 43px; }
  .hf-downloads h2 { font-size: 28px; }
  .hf-download-links a { padding: 15px; font-size: 12px; }
  .hf-visit { padding-block: 49px; }
  .hf-visit-grid { grid-template-columns: 1fr; gap: 36px; }
  .hf-visit p:not(.hf-eyebrow) { font-size: 13px; }
  .hf-enquiry-panel { padding: 32px 25px; }
  .hf-footer-top { grid-template-columns: 1fr; gap: 27px; padding-block: 34px; }
  .hf-footer-top .hf-footer-brand img { width: min(210px, 58vw); }
  .hf-footer-brand { gap: 12px; }
  .hf-footer-brand > span { padding-left: 12px; font-size: 11px; }
  .hf-footer-bottom { flex-direction: column; gap: 5px; }
}
