@font-face {
  font-family:Hope Sans;
  src:url('../fonts/roboto-latin.woff2') format('woff2');
  font-style:normal;
  font-weight:100 900;
  font-display:swap
}

@font-face {
  font-family:Hope Serif;
  src:url('../fonts/playfair-display-latin.woff2') format('woff2');
  font-style:normal;
  font-weight:400 900;
  font-display:swap
}

/* Shared foundations. All component classes are original to this static site. */
:root {
  --hf-blue:#6699cc;
  --hf-blue-dark:#326486;
  --hf-ink:#243e50;
  --hf-muted:#5f6e76;
  --hf-paper:#fffefa;
  --hf-soft:#f2f6f7;
  --hf-warm:#f8f5ef;
  --hf-line:#dde6e9;
  --hf-gold:#b28a50;
  --hf-serif:'Hope Serif',Georgia,serif;
  --hf-sans:'Hope Sans',Arial,sans-serif
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:120px
}

body {
  margin:0;
  color:var(--hf-ink);
  background:var(--hf-paper);
  font-family:var(--hf-sans);
  font-size:16px;
  line-height:1.75
}

a {
  color:var(--hf-blue-dark);
  text-decoration:none
}

a:hover {
  text-decoration:underline
}

button,input {
  font:inherit
}

button,a,input {
  touch-action:manipulation
}

button {
  cursor:pointer
}

img {
  display:block;
  max-width:100%;
  height:auto
}

iframe {
  width:100%;
  border:0
}

h1,h2,h3,h4,p,ul,ol,blockquote,figure {
  margin:0
}

h1,h2,h3,h4 {
  font-family:var(--hf-serif);
  line-height:1.22;
  font-weight:700
}

h1 {
  font-size:clamp(36px,4.2vw,56px)
}

h2 {
  font-size:clamp(30px,3.5vw,45px)
}

h3 {
  font-size:25px
}

p+p {
  margin-top:20px
}

ul,ol {
  padding-left:1.4em
}

button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible,[tabindex]:focus-visible {
  outline:3px solid #de9d30;
  outline-offset:5px
}

[hidden] {
  display:none!important
}

.hf-sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}

.hf-skip {
  position:fixed;
  z-index:1000;
  top:-100px;
  left:20px;
  padding:12px 20px;
  background:white;
  color:#222
}

.hf-skip:focus {
  top:12px
}

.hf-wrap {
  width:min(1120px,calc(100% - 48px));
  margin-inline:auto
}

.hf-section {
  padding-block:100px
}

.hf-section--soft {
  background:var(--hf-soft)
}

.hf-section--warm {
  background:var(--hf-warm)
}

.hf-section-heading {
  text-align:center;
  max-width:850px;
  margin:0 auto 55px
}

.hf-eyebrow {
  font-family:var(--hf-sans);
  font-size:15px;
  line-height:1.4;
  font-weight:600;
  letter-spacing:.04em;
  text-transform:uppercase;
  margin-bottom:20px
}

.hf-section-heading p:not(.hf-eyebrow) {
  margin-top:24px;
  color:var(--hf-muted)
}

.hf-button {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:12px 22px;
  border:1px solid transparent;
  border-radius:2px;
  background:var(--hf-blue);
  color:white;
  font:500 14px/1.4 var(--hf-sans);
  text-transform:uppercase;
  letter-spacing:.01em;
  text-align:center;
  transition:background .2s
}

.hf-button:hover {
  background:var(--hf-blue-dark);
  text-decoration:none
}

.hf-button--outline {
  border:2px solid currentColor;
  background:transparent;
  color:inherit
}

.hf-button--outline:hover {
  background:white;
  color:var(--hf-blue-dark);
  border-color:white
}

.hf-button-row {
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px
}

.hf-text-link {
  font-size:14px;
  font-weight:600;
  text-transform:uppercase
}

.hf-centered {
  text-align:center
}

.hf-icon {
  width:17px;
  flex-shrink:0;
  text-align:center;
  font-size:16px;
  vertical-align:middle
}

.hf-rule {
  border:0;
  border-top:1px solid var(--hf-line);
  margin:35px 0
}

/* Contact strip, responsive navigation, and footer. */
.hf-contact-strip {
  border-bottom:1px solid #b9a076;
  background:linear-gradient(110deg,#284f65,#1d3e52);
  color:#f8f6ef;
  font-size:12.5px;
  font-weight:500;
  line-height:1.4
}

.hf-contact-strip__inner {
  width:min(1392px,calc(100% - 48px));
  min-height:54px;
  display:flex;
  align-items:center;
  gap:22px
}

.hf-contact-strip a,.hf-contact-strip__address {
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#f8f6ef;
  white-space:nowrap
}

.hf-contact-strip__inner>a {
  min-height:44px;
  text-underline-offset:4px
}

.hf-contact-strip__address,.hf-contact-strip__inner>a[href^="tel:"] {
  border-left:1px solid #ffffff26;
  padding-left:22px
}

.hf-contact-strip .hf-icon {
  display:inline-flex;
  flex:0 0 27px;
  width:27px;
  height:27px;
  align-items:center;
  justify-content:center;
  border:1px solid #ffffff1c;
  border-radius:50%;
  background:#ffffff0c;
  color:#e5d1ab;
  font-size:12px
}

.hf-contact-strip a:focus-visible {
  outline:2px solid #ead2a5;
  outline-offset:3px;
  border-radius:3px
}

.hf-contact-strip__social {
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:6px
}

.hf-contact-strip__social a {
  width:40px;
  height:40px;
  align-items:center;
  justify-content:center;
  border:1px solid #ffffff24;
  border-radius:50%;
  background:#ffffff06;
  color:#f8f6ef;
  font-size:13px
}

.hf-contact-strip__social a:hover {
  border-color:#e5d1ab;
  background:#ffffff15;
  color:#e5d1ab;
  text-decoration:none
}

.hf-header {
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.98);
  box-shadow:0 3px 15px #233e5910
}

.hf-header__inner {
  max-width:1440px;
  margin:auto;
  min-height:96px;
  padding:7px 26px 7px 15px;
  display:flex;
  align-items:center;
  gap:32px
}

.hf-brand {
  display:block;
  flex-shrink:0
}

.hf-brand img {
  width:285px;
  height:auto
}

.hf-nav {
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:26px
}

.hf-nav__list {
  display:flex;
  align-items:center;
  gap:27px;
  list-style:none;
  padding:0
}

.hf-nav__link {
  color:var(--hf-blue-dark);
  font-size:16px;
  font-weight:600;
  display:block;
  padding:12px 0
}

.hf-nav__link:hover,.hf-nav__link[aria-current=page] {
  color:#294f72
}

.hf-nav__link[aria-current=page] {
  box-shadow:inset 0 -2px var(--hf-blue)
}

.hf-menu-toggle {
  display:none
}

.hf-footer {
  background:var(--hf-blue);
  color:white;
  padding:65px 0 25px
}

.hf-footer a {
  color:inherit
}

.hf-footer__grid {
  display:grid;
  grid-template-columns:1.55fr 1fr 1fr 1.2fr;
  gap:40px
}

.hf-footer__logo {
  width:285px;
  max-height:100px;
  object-fit:contain;
  object-position:left center;
  margin-bottom:20px
}

.hf-footer h2 {
  font-size:23px;
  margin-bottom:20px
}

.hf-footer ul {
  list-style:none;
  padding:0
}

.hf-footer li+li {
  margin-top:8px
}

.hf-footer address {
  font-style:normal;
  font-size:15px
}

.hf-footer .hf-button {
  margin-top:18px;
  border:1px solid #fff;
  background:transparent
}

.hf-footer .hf-button:hover {
  background:#fff;
  color:var(--hf-blue-dark)
}

.hf-footer__bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  margin-top:50px;
  padding-top:24px;
  border-top:1px solid #ffffff40;
  font-size:13px
}

.hf-social {
  display:flex;
  flex-wrap:wrap;
  gap:18px
}

.hf-back-top {
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:20;
  width:44px;
  height:44px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#4c5664;
  color:white;
  box-shadow:0 2px 6px #0002
}

.hf-back-top:hover {
  text-decoration:none;
  background:var(--hf-blue-dark)
}

/* Rebuilt carousels; no third-party slider styles. */
[data-carousel] {
  touch-action:pan-y
}

.hf-hero {
  position:relative;
  background:#32434c;
  color:white;
  overflow:hidden;
  isolation:isolate
}

.hf-hero__slide {
  position:relative;
  min-height:clamp(660px,66vw,900px);
  display:grid;
  place-items:center;
  padding:90px 80px 120px
}

.hf-hero__image {
  position:absolute;
  inset:0;
  z-index:-2;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center
}

.hf-hero__slide::before {
  content:'';
  position:absolute;
  inset:0;
  z-index:-1;
  background:#0003
}

.hf-hero__content {
  width:100%;
  min-width:0;
  max-width:810px;
  text-align:center
}

.hf-hero__eyebrow {
  display:inline-block;
  border-bottom:2px solid white;
  padding-bottom:5px;
  margin-bottom:22px;
  font-size:18px;
  line-height:1.5;
  font-weight:400
}

.hf-hero__title {
  font-size:clamp(34px,4.1vw,54px);
  line-height:1.2;
  font-weight:700
}

.hf-hero__description {
  max-width:760px;
  margin:25px auto 28px;
  font-size:18px;
  line-height:1.65
}

.hf-hero .hf-button {
  padding:14px 27px;
  min-height:55px
}

.hf-carousel-arrow {
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border:0;
  border-radius:50%;
  background:transparent;
  color:inherit;
  font:300 40px/1 Arial,sans-serif
}

.hf-carousel-arrow:hover {
  background:#ffffff25
}

.hf-hero>.hf-carousel-arrow {
  position:absolute;
  top:50%;
  transform:translateY(-50%)
}

.hf-hero>[data-previous] {
  left:10px
}

.hf-hero>[data-next] {
  right:10px
}

.hf-carousel-controls {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px
}

.hf-hero>.hf-carousel-controls {
  position:absolute;
  bottom:25px;
  left:0;
  right:0
}

.hf-carousel-dot {
  border:0;
  display:grid;
  place-items:center;
  padding:0;
  width:30px;
  height:36px;
  background:transparent;
  color:inherit
}

.hf-carousel-dot::before {
  content:'';
  display:block;
  width:10px;
  height:10px;
  border-radius:50%;
  background:currentColor;
  opacity:.45
}

.hf-carousel-dot[aria-current=true]::before {
  opacity:1;
  outline:1px solid currentColor;
  outline-offset:4px
}

.hf-carousel-pause {
  position:absolute;
  right:24px;
  bottom:27px;
  padding:5px 9px;
  border:1px solid #ffffff70;
  border-radius:2px;
  color:inherit;
  background:#0003;
  font-size:12px;
  line-height:1.5
}

.hf-carousel-pause:hover {
  background:#0006
}

.hf-hero--fade {
  display:grid
}

.hf-hero--fade .hf-hero__slide {
  grid-area:1 / 1;
  isolation:isolate;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  z-index:0;
  transition:opacity .7s ease-in-out, visibility 0s linear .7s
}

.hf-hero--fade .hf-slide-active {
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  z-index:1;
  transition:opacity .7s ease-in-out, visibility 0s
}

.hf-hero--fade>.hf-carousel-arrow,
.hf-hero--fade>.hf-carousel-controls,
.hf-hero--fade>.hf-carousel-pause {
  z-index:2
}

html:not(.hf-js) [data-previous],html:not(.hf-js) [data-next],html:not(.hf-js) .hf-carousel-controls,html:not(.hf-js) [data-pause] {
  display:none
}

/* Services and editorial cards. */
.hf-services-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px
}

.hf-service-card {
  background:white;
  padding:36px 23px 32px;
  text-align:center;
  border-bottom:3px solid transparent;
  transition:border-color .2s,box-shadow .2s
}

.hf-service-card:hover {
  border-color:var(--hf-blue);
  box-shadow:0 10px 28px #29455b0c
}

.hf-service-card__image {
  width:180px;
  aspect-ratio:1;
  object-fit:contain;
  margin:0 auto 22px
}

.hf-service-card h3 {
  color:var(--hf-blue-dark);
  font-size:23px;
  margin-bottom:18px
}

.hf-service-card p {
  font-size:16px;
  color:var(--hf-muted);
  margin-bottom:23px
}

.hf-about-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:65px;
  align-items:center
}

.hf-about-photo {
  width:100%;
  max-height:760px;
  object-fit:cover
}

.hf-about-copy h2 {
  font-size:40px;
  margin-bottom:25px
}

.hf-about-copy p {
  color:var(--hf-muted)
}

.hf-about-copy .hf-social {
  margin-top:25px
}

.hf-blog-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px
}

.hf-blog-card {
  background:#fff;
  box-shadow:0 5px 25px #233c5010;
  overflow:hidden;
  display:flex;
  flex-direction:column
}

.hf-blog-card__image {
  width:100%;
  height:230px;
  object-fit:cover
}

.hf-blog-card__body {
  padding:27px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  flex:1
}

.hf-blog-card h3 {
  font-size:24px;
  line-height:1.4;
  margin-bottom:15px
}

.hf-blog-card h3 a {
  color:var(--hf-ink)
}

.hf-blog-card p {
  color:var(--hf-muted);
  margin-bottom:24px
}

.hf-blog-card .hf-text-link {
  margin-top:auto
}

.hf-blog-card time {
  font-size:13px;
  color:#74787d;
  margin-bottom:12px
}

.hf-section-action {
  text-align:center;
  margin-top:42px
}

.hf-testimonials {
  position:relative;
  max-width:900px;
  margin:auto
}

.hf-review {
  background:white;
  padding:42px 50px;
  text-align:center;
  min-height:300px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  box-shadow:0 4px 20px #223a4d08
}

.hf-review blockquote {
  font-size:18px;
  line-height:1.85;
  margin-bottom:26px
}

.hf-review__author {
  font-weight:600
}

.hf-review__author span {
  display:block;
  font-weight:400;
  font-size:14px
}

.hf-review__stars {
  color:#a97815;
  letter-spacing:3px;
  margin:12px 0 0
}

.hf-testimonials .hf-carousel-controls {
  margin-top:20px;
  color:var(--hf-blue-dark)
}

.hf-testimonials .hf-carousel-arrow:hover {
  background:#6699cc20
}

.hf-map {
  display:block;
  height:340px;
  background:#e6edf1
}

/* A shared office card keeps the address and directions next to the map. */
.hf-office {
  padding:80px 0;
  background:var(--hf-warm);
  border-top:1px solid #e2e9e9
}

.hf-office__layout {
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.25fr);
  overflow:hidden;
  border:1px solid #dce5e6;
  border-radius:18px;
  background:var(--hf-paper);
  box-shadow:0 16px 45px #243e500a
}

.hf-office__details {
  padding:48px 42px
}

.hf-office__details h2 {
  font-size:clamp(30px,2.8vw,40px);
  line-height:1.22;
  margin:0 0 20px
}

.hf-office__intro {
  max-width:33ch;
  margin:0 0 30px;
  color:var(--hf-muted);
  font-size:16px;
  line-height:1.8
}

.hf-office__address {
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:28px
}

.hf-office__pin {
  display:grid;
  place-items:center;
  flex:0 0 48px;
  width:48px;
  height:48px;
  border:1px solid #e5d9c6;
  border-radius:50%;
  background:#f6efe3;
  color:#987541;
  font-size:20px
}

.hf-office__address address {
  display:flex;
  flex-direction:column;
  font-style:normal;
  font-size:15px;
  line-height:1.8;
  color:var(--hf-muted)
}

.hf-office__address strong {
  color:var(--hf-ink);
  font-size:17px;
  font-weight:600
}

.hf-office__actions {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:18px 22px
}

.hf-office__actions .hf-button {
  gap:9px;
  background:var(--hf-blue-dark)
}

.hf-office__phone {
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:44px;
  font-size:14px;
  font-weight:500
}

.hf-office__phone i {
  font-size:12px
}

.hf-office__booking {
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:44px;
  margin-top:16px;
  font-size:13px;
  font-weight:500;
  text-underline-offset:4px
}

.hf-office__booking i {
  font-size:11px
}

.hf-office__map-panel {
  display:flex;
  flex-direction:column;
  min-width:0;
  background:#e6edf1;
  border-left:1px solid #dce5e6
}

.hf-office .hf-office__map {
  position:relative;
  z-index:0;
  width:100%;
  height:100%;
  min-height:470px;
  flex:1;
  border:0
}

.hf-office .leaflet-container {
  font-family:var(--hf-sans);
  background:#edf0e5
}

.hf-office .leaflet-popup-content-wrapper {
  border:1px solid #dce5e6;
  border-radius:10px;
  box-shadow:0 5px 25px #203e5226
}

.hf-office .leaflet-popup-content {
  margin:17px 25px 17px 19px;
  color:var(--hf-muted);
  font:13px/1.7 var(--hf-sans)
}

.hf-office .leaflet-popup-content strong {
  color:var(--hf-ink);
  font-weight:600
}

.hf-office-marker {
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border:3px solid #fffefa;
  border-radius:50% 50% 50% 8px;
  background:#284f65;
  color:#ead2a5;
  box-shadow:0 3px 12px #203e5255;
  transform:rotate(-45deg)
}

.hf-office-marker i {
  transform:rotate(45deg);
  font-size:20px
}

.hf-office .leaflet-control-attribution {
  background:#fffefaeF;
  font-size:10px
}

.hf-office__map-notice {
  padding:18px 24px;
  margin:0;
  color:var(--hf-ink);
  background:#f6efe3;
  font-size:14px
}

.hf-office__map-link {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:12px 20px;
  border-top:1px solid #dce5e6;
  background:#f1f6f7;
  font-size:12px;
  font-weight:500
}

@media(max-width:900px) {
  .hf-office__details { padding:36px 28px; }
  .hf-office__layout { grid-template-columns:minmax(0,1fr) minmax(0,1fr); }
}

@media(max-width:700px) {
  .hf-office { padding:55px 0; }
  .hf-office__layout { grid-template-columns:minmax(0,1fr); }
  .hf-office__details { padding:34px 26px; }
  .hf-office__map-panel { border-left:0; border-top:1px solid #dce5e6; }
  .hf-office .hf-office__map { height:340px; min-height:340px; flex:auto; }
}

@media print {
  .hf-office { padding:25px 0; }
  .hf-office__layout { display:block; border:0; box-shadow:none; }
  .hf-office__details { padding:0; }
  .hf-office__map-panel { display:none; }
}

/* Interior pages. */
.hf-page-banner {
  background:#eef3f7;
  text-align:center;
  padding:62px 24px 58px;
  border-bottom:1px solid #e5edf3
}

.hf-breadcrumb {
  font-size:14px;
  margin-bottom:15px;
  color:var(--hf-muted)
}

.hf-breadcrumb span {
  padding-inline:10px
}

.hf-page-intro {
  max-width:850px;
  margin:0 auto 50px;
  font-size:19px;
  text-align:center
}

.hf-prose {
  max-width:900px;
  margin-inline:auto
}

.hf-prose p,.hf-prose li {
  color:var(--hf-muted)
}

.hf-prose h2 {
  font-size:34px;
  margin:48px 0 22px
}

.hf-prose h3 {
  font-size:25px;
  margin:28px 0 16px
}

.hf-prose ul,.hf-prose ol {
  margin:18px 0 26px
}

.hf-prose li+li {
  margin-top:9px
}

.hf-prose a:not(.hf-button) {
  text-decoration:underline;
  text-underline-offset:3px
}

.hf-prose .hf-button {
  color:white
}

.hf-prose img {
  margin:30px auto;
  max-height:680px;
  object-fit:contain
}

.hf-prose iframe {
  aspect-ratio:16/9;
  height:auto;
  margin:24px 0
}

.hf-prose section+section {
  margin-top:50px
}

.hf-content-section+.hf-content-section {
  margin-top:55px
}

.hf-content-section h2 {
  font-size:34px;
  margin-bottom:24px
}

.hf-content-section h3 {
  margin:25px 0 15px
}

.hf-content-section p+p {
  margin-top:18px
}

.hf-content-section ul {
  margin:18px 0
}

.hf-intro-grid {
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:65px;
  align-items:center;
  margin-bottom:60px
}

.hf-intro-grid h2 {
  margin-bottom:24px
}

.hf-intro-grid img {
  width:100%;
  max-height:600px;
  object-fit:cover
}

.hf-content-stack {
  display:grid;
  gap:48px
}

.hf-portrait {
  width:min(440px,100%);
  margin-inline:auto
}

.hf-faq {
  border-bottom:1px solid var(--hf-line);
  padding:24px 0
}

.hf-faq summary {
  cursor:pointer;
  font-family:var(--hf-serif);
  font-size:25px;
  line-height:1.35;
  padding-right:20px;
  color:var(--hf-blue-dark)
}

.hf-faq__body {
  padding:23px 0 5px
}

.hf-document-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin:35px 0 55px
}

.hf-document-card {
  padding:30px;
  background:var(--hf-soft);
  border-top:3px solid var(--hf-blue)
}

.hf-document-card h3 {
  font-size:23px;
  margin:12px 0 20px
}

.hf-contact-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:65px;
  align-items:start
}

.hf-contact-card {
  padding:30px 0;
  border-bottom:1px solid var(--hf-line)
}

.hf-contact-card:first-child {
  padding-top:0
}

.hf-contact-card h2 {
  font-size:28px;
  margin-bottom:15px
}

.hf-contact-card p {
  margin-bottom:12px
}

.hf-contact-card>a:not(.hf-button) {
  font-size:21px;
  overflow-wrap:anywhere
}

.hf-notice {
  padding:24px 28px;
  background:#eef3f7;
  border-left:3px solid var(--hf-blue);
  margin:30px 0
}

.hf-cta {
  margin-top:55px;
  padding:35px;
  background:#eef3f7;
  text-align:center
}

.hf-cta h2 {
  font-size:30px;
  margin-bottom:15px
}

.hf-cta .hf-button-row {
  justify-content:center
}

.hf-review-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px
}

.hf-review-grid .hf-review {
  padding:32px;
  min-height:0
}

.hf-review-grid blockquote {
  font-size:16px
}

.hf-video {
  aspect-ratio:16/9;
  background:#eef3f7
}

.hf-video iframe {
  height:100%;
  margin:0;
  display:block
}

.hf-page-image {
  max-height:680px;
  width:auto;
  margin:35px auto;
  object-fit:contain
}

.hf-button {
  background:var(--hf-blue-dark)
}

.hf-button:hover {
  background:#28567f
}

.hf-button--outline {
  background:transparent
}

.hf-button--outline:hover {
  background:white
}

.hf-footer {
  background:var(--hf-blue-dark)
}

.hf-document-card h2 {
  font-size:25px
}

.hf-hero__content {
  overflow-wrap:break-word
}

@media(min-width:1500px) {
  .hf-hero__title {
    font-size:60px
  }
  .hf-hero__content {
    max-width:950px
  }
}

@media(max-width:1100px) {
  .hf-header__inner {
    gap:20px;
    padding-inline:20px
  }
  .hf-brand img {
    width:230px
  }
  .hf-nav,.hf-nav__list {
    gap:17px
  }
  .hf-nav__link {
    font-size:15px
  }
  .hf-header .hf-button {
    padding:12px 15px;
    font-size:12px
  }
  .hf-contact-strip__inner {
    gap:18px;
    font-size:12px
  }
  .hf-services-grid {
    gap:16px
  }
  .hf-service-card {
    padding:28px 18px
  }
  .hf-service-card h3 {
    font-size:22px
  }
  .hf-footer__grid {
    gap:25px
  }
  .hf-about-grid {
    gap:40px
  }
}

@media(max-width:800px) {
  html {
    scroll-padding-top:90px
  }
  .hf-wrap {
    width:calc(100% - 36px)
  }
  .hf-section {
    padding-block:65px
  }
  .hf-contact-strip__inner {
    width:calc(100% - 36px);
    justify-content:space-between;
    min-height:46px;
    gap:12px
  }
  .hf-contact-strip__inner>a[href^="tel:"] {
    border-left:0;
    padding-left:0
  }
  .hf-contact-strip__address,.hf-contact-strip__social {
    display:none
  }
  .hf-header__inner {
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    min-height:82px;
    padding:10px 18px;
    gap:10px
  }
  .hf-brand {
    min-width:0;
    max-width:100%;
    justify-self:start
  }
  .hf-brand img {
    width:215px
  }
  .hf-js .hf-menu-toggle {
    margin-left:0;
    justify-self:end;
    display:flex;
    align-items:center;
    gap:8px;
    min-height:44px;
    padding:7px 12px;
    white-space:nowrap;
    background:white;
    border:1px solid #ccd9e4;
    border-radius:3px;
    color:var(--hf-blue-dark)
  }
  .hf-menu-toggle__lines {
    font-size:21px
  }
  .hf-nav {
    grid-column:1/-1;
    min-width:0;
    width:100%;
    margin:5px 0 10px;
    align-items:stretch;
    flex-direction:column;
    gap:18px
  }
  .hf-js .hf-nav {
    display:none
  }
  .hf-js .hf-menu-open .hf-nav {
    display:flex;
    max-height:calc(100dvh - 120px);
    overflow-y:auto;
    overscroll-behavior:contain;
    padding-top:12px;
    border-top:1px solid var(--hf-line)
  }
  .hf-nav__list {
    flex-wrap:wrap;
    gap:4px 24px
  }
  .hf-js .hf-nav__list {
    display:block
  }
  .hf-nav__link {
    padding:9px 0;
    font-size:16px
  }
  .hf-nav__link[aria-current=page] {
    box-shadow:none;
    font-weight:700
  }
  .hf-nav .hf-button {
    align-self:flex-start;
    font-size:14px
  }
  .hf-hero__slide {
    min-height:650px;
    padding:70px 52px 105px
  }
  .hf-hero__title {
    font-size:39px
  }
  .hf-hero__eyebrow {
    font-size:15px
  }
  .hf-hero__description {
    font-size:17px
  }
  .hf-hero>.hf-carousel-arrow {
    width:34px
  }
  .hf-hero>[data-previous] {
    left:4px
  }
  .hf-hero>[data-next] {
    right:4px
  }
  .hf-services-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px
  }
  .hf-about-grid,.hf-intro-grid,.hf-contact-grid {
    grid-template-columns:1fr;
    gap:35px
  }
  .hf-about-photo {
    max-width:560px;
    margin:auto;
    max-height:650px
  }
  .hf-about-copy h2 {
    font-size:36px
  }
  .hf-blog-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .hf-blog-grid>.hf-blog-card:last-child:nth-child(3) {
    grid-column:1/-1;
    max-width:550px;
    width:100%;
    margin:auto
  }
  .hf-footer__grid {
    grid-template-columns:1fr 1fr;
    gap:38px
  }
  .hf-footer__bottom {
    align-items:flex-start;
    flex-direction:column
  }
  .hf-document-grid {
    grid-template-columns:1fr
  }
  .hf-page-banner {
    padding-block:45px
  }
  .hf-section-heading {
    margin-bottom:35px
  }
  .hf-review-grid {
    grid-template-columns:1fr
  }
  .hf-review {
    padding:32px;
    min-height:370px
  }
  .hf-carousel-pause {
    right:12px;
    font-size:11px
  }
  .hf-map {
    height:290px
  }
  .hf-intro-grid img {
    max-width:500px;
    margin:auto
  }
}

@media(max-width:480px) {
  .hf-header__inner {
    min-height:74px;
    padding-inline:12px
  }
  .hf-js .hf-menu-toggle {
    padding-inline:10px;
    font-size:14px
  }
  .hf-contact-strip__inner {
    width:calc(100% - 24px);
    gap:8px;
    font-size:11.5px
  }
  .hf-contact-strip a {
    gap:6px
  }
  .hf-contact-strip .hf-icon {
    flex-basis:22px;
    width:22px;
    height:22px;
    font-size:10px
  }
  .hf-brand img {
    width:190px
  }
  .hf-hero__slide {
    min-height:650px;
    padding:65px 35px 100px
  }
  .hf-hero__title {
    font-size:31px;
    line-height:1.27
  }
  .hf-hero__title br {
    display:none
  }
  .hf-hero__description {
    font-size:16px;
    line-height:1.65;
    margin-top:23px
  }
  .hf-hero__eyebrow {
    font-size:13px
  }
  .hf-hero>.hf-carousel-arrow {
    font-size:32px;
    width:28px
  }
  .hf-hero .hf-carousel-controls {
    bottom:17px;
    justify-content:flex-start;
    left:35px;
    right:auto
  }
  .hf-carousel-pause {
    bottom:26px;
    right:25px
  }
  .hf-services-grid,.hf-blog-grid {
    grid-template-columns:1fr
  }
  .hf-service-card {
    padding:30px 28px
  }
  .hf-service-card__image {
    width:160px
  }
  .hf-service-card h3 {
    font-size:25px
  }
  .hf-about-copy h2 {
    font-size:33px
  }
  .hf-footer__grid {
    grid-template-columns:1fr;
    gap:35px
  }
  .hf-footer {
    padding-top:48px
  }
  .hf-footer__logo {
    width:260px
  }
  .hf-review {
    padding:30px 23px;
    min-height:430px
  }
  .hf-review blockquote {
    font-size:16px
  }
  .hf-testimonials .hf-carousel-controls {
    gap:3px
  }
  .hf-testimonials .hf-carousel-dot {
    width:20px
  }
  .hf-back-top {
    right:12px;
    bottom:12px;
    width:40px;
    height:40px
  }
  .hf-page-intro {
    font-size:17px
  }
  .hf-prose h2,.hf-content-section h2 {
    font-size:29px
  }
  .hf-button-row {
    flex-direction:column;
    align-items:flex-start
  }
  .hf-document-card {
    padding:25px
  }
  .hf-contact-card>a:not(.hf-button) {
    font-size:19px
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important
  }
}

@media print {
  .hf-contact-strip,.hf-header,.hf-footer,.hf-back-top,.hf-carousel-controls,.hf-carousel-arrow,.hf-carousel-pause {
    display:none!important
  }
  .hf-section {
    padding-block:25px
  }
  .hf-wrap {
    width:100%
  }
  .hf-hero__slide {
    min-height:0;
    padding:30px;
    color:#222
  }
  .hf-hero__image,.hf-hero__slide::before {
    display:none
  }
  .hf-services-grid,.hf-blog-grid {
    grid-template-columns:1fr 1fr
  }
  a {
    color:inherit
  }
  .hf-map {
    display:none
  }
}

/* Linked Font Awesome icons. */
.hf-social a { display:inline-flex; align-items:center; justify-content:center; min-width:32px; min-height:32px; font-size:19px; }
.hf-carousel-arrow i { font-size:22px; }
.hf-text-link i { margin-left:4px; font-size:12px; }
.hf-review__stars i + i { margin-left:3px; }

/* Visual refinements: warm paper, coastal blues, and restrained brass details. */
@media screen {
  body { -webkit-font-smoothing:antialiased; }
  ::selection { background:#dbe9ef; color:#17394f; }
  h1,h2 { letter-spacing:-.025em; }
  h3 { letter-spacing:-.015em; }
  .hf-header { background:rgba(255,254,250,.97); border-bottom:1px solid #e5ecef; box-shadow:0 5px 25px #183b5010; }
  .hf-header__inner { padding-block:12px; }
  .hf-brand img { border-radius:20px; }
  .hf-nav__link { font-size:15px; font-weight:500; transition:color .2s; }
  .hf-nav__link[aria-current=page] { color:#203f53; box-shadow:inset 0 -2px var(--hf-gold); }
  .hf-button {
    min-height:49px;
    padding:14px 24px;
    border-radius:6px;
    font-size:12px;
    font-weight:600;
    letter-spacing:.065em;
    box-shadow:0 5px 14px #234b6418;
    transition:background .2s,box-shadow .2s,transform .2s;
  }
  .hf-button:hover { transform:translateY(-2px); background:#244d69; box-shadow:0 8px 20px #234b6426; }
  .hf-button--outline { border:1px solid #ffffffc9; background:#ffffff0c; box-shadow:none; }
  .hf-button--outline:hover { background:#fffefa; color:#234b64; box-shadow:0 8px 25px #0002; }
  .hf-eyebrow { color:#537287; font-size:12px; font-weight:600; letter-spacing:.16em; margin-bottom:18px; }
  .hf-section-heading::after { content:''; display:block; width:44px; height:2px; margin:25px auto 0; background:var(--hf-gold); }
  .hf-section-heading { margin-bottom:48px; }
  .hf-page-banner {
    position:relative;
    overflow:hidden;
    isolation:isolate;
    padding-block:70px 66px;
    background:linear-gradient(110deg,#edf4f6,#f7f8f4 65%,#f5f0e6);
    border-bottom:1px solid #e2e9e9;
  }
  .hf-page-banner::before,.hf-page-banner::after {
    content:'';
    position:absolute;
    width:330px;
    height:330px;
    border:1px solid #91acb526;
    border-radius:50%;
    z-index:-1;
    pointer-events:none;
  }
  .hf-page-banner::before { left:-180px; top:-185px; }
  .hf-page-banner::after { right:-165px; bottom:-230px; width:440px; height:440px; border-color:#b28a502b; }
  .hf-page-banner h1 { max-width:1000px; margin-inline:auto; text-wrap:balance; }
  .hf-hero__slide::before { background:linear-gradient(90deg,#10293755,#10222c22 55%,#10293744); }
  .hf-hero__content { text-shadow:0 2px 18px #0003; }
  .hf-hero__eyebrow { font-size:13px; letter-spacing:.16em; border-color:#d9bd8b; padding-bottom:12px; margin-bottom:27px; }
  .hf-hero__title { letter-spacing:-.025em; text-wrap:balance; }
  .hf-hero__description { color:#f5f5ee; font-size:17px; line-height:1.8; }
  .hf-hero .hf-button { min-width:205px; text-shadow:none; padding:17px 28px; }
  .hf-hero>.hf-carousel-arrow { background:#102a3d27; border:1px solid #ffffff50; width:44px; height:44px; }
  .hf-hero>.hf-carousel-arrow:hover { background:#ffffff28; }
  .hf-hero>[data-previous] { left:20px; }
  .hf-hero>[data-next] { right:20px; }
  .hf-hero .hf-carousel-arrow i { font-size:17px; }
  .hf-carousel-pause { border-color:#ffffff50; border-radius:4px; }
  .hf-service-card {
    border:1px solid #dce6e9;
    border-radius:14px;
    box-shadow:0 5px 20px #234b6405;
    transition:transform .25s,box-shadow .25s,border-color .25s;
  }
  .hf-service-card__image { width:155px; margin-bottom:25px; }
  .hf-service-card h3 { color:#284c65; }
  .hf-service-card:hover { border-color:#a8c1ce; box-shadow:0 14px 30px #234b6410; transform:translateY(-5px); }
  .hf-service-card p { font-size:15px; line-height:1.8; }
  .hf-text-link { font-size:11px; letter-spacing:.085em; }
  .hf-text-link i { transition:transform .2s; }
  .hf-text-link:hover { text-decoration:none; color:#17394f; }
  .hf-text-link:hover i { transform:translateX(3px); }
  .hf-about-copy .hf-eyebrow { display:flex; align-items:center; gap:12px; }
  .hf-about-copy .hf-eyebrow::before { content:''; width:25px; height:2px; background:var(--hf-gold); }
  .hf-about-copy h2 { line-height:1.25; }
  .hf-about-photo { border-radius:50%; box-shadow:0 0 0 14px #f2f6f7,0 0 0 15px #dae5e9; width:90%; margin-inline:auto; }
  .hf-blog-grid { gap:28px; }
  .hf-blog-card { border:1px solid #e6e5de; border-radius:14px; box-shadow:0 6px 22px #263f4e07; transition:box-shadow .25s,transform .25s; }
  .hf-blog-card:hover { transform:translateY(-5px); box-shadow:0 16px 35px #263f4e13; }
  .hf-blog-card__image { transition:transform .6s; }
  .hf-blog-card>a { overflow:hidden; display:block; }
  .hf-blog-card:hover .hf-blog-card__image { transform:scale(1.025); }
  .hf-blog-card__body { padding:29px; }
  .hf-blog-card time { color:#687c87; font-size:11px; letter-spacing:.065em; text-transform:uppercase; }
  .hf-blog-card h3 { font-size:24px; line-height:1.35; }
  .hf-blog-card h3 a:hover { color:var(--hf-blue-dark); text-decoration:none; }
  .hf-blog-card p { font-size:15px; line-height:1.8; }
  .hf-blog-card .hf-text-link { width:100%; padding-top:20px; border-top:1px solid #edf0ed; }
  .hf-review { position:relative; border:1px solid #e1e8e9; border-radius:16px; box-shadow:0 10px 35px #234b6408; padding-top:55px; }
  .hf-review::before { content:'“'; display:block; color:#a6beca; font-family:Georgia,serif; font-size:70px; height:48px; line-height:1; margin-bottom:15px; }
  .hf-review blockquote { color:#425d6b; }
  .hf-review__author { color:#284b62; }
  .hf-review__author span { color:#6b7c86; font-size:12px; }
  .hf-review__stars { color:#a67934; font-size:12px; margin-top:16px; }
  .hf-testimonials .hf-carousel-arrow { background:#e5eef1; color:#345c73; }
  .hf-document-card { background:white; border:1px solid #dce6e9; border-top:3px solid var(--hf-gold); border-radius:10px; box-shadow:0 7px 22px #234b6408; }
  .hf-contact-card { padding-block:30px; }
  .hf-contact-card h2 { color:#2c526b; }
  .hf-prose { line-height:1.9; }
  .hf-prose h2 { padding-top:8px; }
  .hf-prose figure img { border-radius:12px; }
  .hf-prose li::marker { color:var(--hf-gold); }
  .hf-video { overflow:hidden; border-radius:12px; box-shadow:0 12px 35px #234b6414; }
  .hf-portrait { filter:drop-shadow(0 12px 20px #25435912); }
  .hf-footer { background:#203e52; border-top:4px solid #b28a50; padding-top:70px; }
  .hf-footer h2 { font-size:22px; color:#fffdf6; }
  .hf-footer p,.hf-footer address,.hf-footer li { color:#dce6ec; font-size:14px; }
  .hf-footer__grid { gap:36px; }
  .hf-footer__logo { max-width:100%; }
  .hf-footer .hf-button { border-color:#9cb5c2; font-size:11px; }
  .hf-footer__bottom { border-color:#ffffff20; padding-top:27px; }
  .hf-footer__bottom p { font-size:12px; color:#c7d6df; }
  .hf-social { gap:10px; }
  .hf-social a { min-width:37px; min-height:37px; border:1px solid #c7d9e2; border-radius:50%; font-size:15px; transition:background .2s,transform .2s; }
  .hf-social a:hover { background:#e8f0f4; transform:translateY(-2px); }
  .hf-footer .hf-social a { border-color:#ffffff35; color:#eaf1f4; }
  .hf-footer .hf-social a:hover { background:#ffffff18; }
  .hf-back-top { background:#2a526d; border:1px solid #ffffff50; box-shadow:0 5px 16px #1e3b4f25; }
}

@media screen and (max-width:800px) {
  .hf-header__inner { padding-block:10px; }
  .hf-page-banner { padding-block:50px; }
  .hf-page-banner h1 { font-size:36px; }
  .hf-js .hf-menu-toggle { border-radius:6px; background:transparent; }
  .hf-nav__link { padding:10px 0; }
  .hf-hero>[data-previous] { left:9px; }
  .hf-hero>[data-next] { right:9px; }
  .hf-hero>.hf-carousel-arrow { width:32px; height:38px; background:#102a3d18; border-color:#ffffff30; }
  .hf-hero__eyebrow { font-size:11px; letter-spacing:.12em; }
  .hf-hero__description { font-size:16px; }
  .hf-footer__grid { gap:32px; }
}

@media screen and (max-width:480px) {
  .hf-page-banner h1 { font-size:33px; }
  .hf-hero>[data-previous] { left:3px; }
  .hf-hero>[data-next] { right:3px; }
  .hf-hero>.hf-carousel-arrow { width:27px; height:36px; border:0; }
  .hf-hero .hf-carousel-arrow i { font-size:14px; }
  .hf-blog-card__body { padding:25px; }
  .hf-review { padding:32px 23px; }
  .hf-section-heading { margin-bottom:35px; }
}
