:root {
  --dhr-red: #d90429;
  --dhr-red-dark: #92001b;
  --dhr-red-deep: #6e0015;
  --dhr-yellow: #ffd166;
  --dhr-ink: #31272a;
  --dhr-heading: #35131b;
  --dhr-paper: #ffffff;
  --dhr-canvas: #f7f3f1;
  --dhr-soft: #fff7f8;
  --dhr-line: #eadde0;
  --dhr-shadow: 0 1rem 2.5rem rgba(47, 14, 22, .14);
  --dhr-shadow-strong: 0 1.25rem 3.25rem rgba(35, 0, 8, .24);
}

body.dha-home-refresh {
  background: var(--dhr-canvas);
  color: var(--dhr-ink);
}

body.dha-home-refresh main {
  display: block;
}

body.dha-home-refresh h1,
body.dha-home-refresh h2,
body.dha-home-refresh h3 {
  text-wrap: balance;
}

body.dha-home-refresh h2 {
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1.12;
}

body.dha-home-refresh h3 {
  font-size: clamp(1.2rem, 1.6vw, 1.35rem);
}

body.dha-home-refresh p {
  line-height: 1.7;
}

body.dha-home-refresh img {
  display: block;
  max-width: 100%;
}

body.dha-home-refresh .dha-desktop-nav a,
body.dha-home-refresh .dha-desktop-nav a:link,
body.dha-home-refresh .dha-desktop-nav a:visited,
body.dha-home-refresh .dha-desktop-nav a:hover,
body.dha-home-refresh .dha-desktop-nav a:focus,
body.dha-home-refresh .dha-desktop-nav a:active {
  font-family: "Golos Text", Arial, sans-serif !important;
  font-weight: 400 !important;
  font-synthesis: none !important;
}

body.dha-home-refresh .dha-navbar a:focus-visible,
body.dha-home-refresh .dha-navbar summary:focus-visible,
body.dha-home-refresh main a:focus-visible,
body.dha-home-refresh main summary:focus-visible {
  outline: 3px solid var(--dhr-yellow);
  outline-offset: 3px;
}

body.dha-home-refresh .dha-button-yellow,
body.dha-home-refresh .dha-button-yellow:link,
body.dha-home-refresh .dha-button-yellow:visited {
  color: #4b0010;
}

.dhr-mobile-availability {
  background: var(--dhr-yellow) !important;
  color: #4b0010 !important;
  font-weight: 800 !important;
}

.dhr-hero {
  position: relative;
  display: grid;
  min-height: 840px;
  grid-template-columns: 1fr;
  align-items: center;
  overflow: hidden;
  background: #2b171b;
}

.dhr-hero-copy {
  position: relative;
  z-index: 2;
  color: #fff;
}

.dhr-hero-copy::after {
  display: none;
}

.dhr-hero-copy-inner {
  width: min(calc(100% - 2rem), 1120px);
  margin-inline: auto;
  padding: 10rem 0 6.5rem;
}

.dhr-hero-copy-inner > * {
  max-width: 42rem;
}

.dhr-eyebrow,
.dhr-kicker {
  margin-bottom: 1rem;
  color: var(--dhr-red);
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.35 !important;
  text-transform: uppercase;
}

.dhr-eyebrow {
  color: var(--dhr-yellow);
}

body.dha-home-refresh .dhr-hero h1 {
  max-width: 42rem;
  margin-bottom: 1.35rem;
  color: #fff;
  font-size: clamp(1.876875rem, 3.7vw, 3rem);
  line-height: 1.08;
}

.dhr-hero-intro {
  max-width: 38rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, .94);
  font-size: 1rem;
  line-height: 1.65 !important;
}

.dhr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.dhr-hero .dhr-actions {
  margin-bottom: 3rem;
}

.dhr-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dhr-hero-facts li {
  padding: .55rem .8rem;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 999px;
  background: rgba(255, 255, 255, .09);
  color: #fff;
  font-size: .88rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.dhr-hero-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  min-height: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #342a2c;
}

.dhr-hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(78, 0, 15, .9) 0%, rgba(111, 0, 22, .77) 44%, rgba(53, 19, 27, .24) 72%, rgba(29, 13, 17, .12) 100%),
    linear-gradient(180deg, rgba(53, 19, 27, .08), rgba(53, 19, 27, .4));
  pointer-events: none;
}

.dhr-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 52%;
}

.dhr-hero-media figcaption {
  display: none;
}

.dhr-hero-media figcaption,
.dhr-story-image figcaption,
.dhr-day-image figcaption {
  position: absolute;
  z-index: 2;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  padding: .75rem .9rem;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: .75rem;
  background: rgba(53, 19, 27, .68);
  color: #fff;
  font-size: .82rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.dhr-promise-strip {
  position: relative;
  z-index: 3;
  margin-top: -2rem;
  padding: 0;
  background: transparent;
}

.dhr-promise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 1.2rem 1.4rem;
  overflow: hidden;
  border: 1px solid var(--dhr-line);
  border-radius: 1rem;
  background: var(--dhr-paper);
  box-shadow: var(--dhr-shadow);
}

.dhr-promise-grid > div {
  display: grid;
  gap: .2rem;
  padding: 0 1.25rem;
  border-right: 1px solid var(--dhr-line);
}

.dhr-promise-grid > div:first-child {
  padding-left: 0;
}

.dhr-promise-grid > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.dhr-promise-grid strong {
  color: var(--dhr-heading);
  font-size: 1.05rem;
}

.dhr-promise-grid span {
  color: #71666a;
  font-size: .84rem;
  line-height: 1.45;
}

.dhr-services,
.dhr-story,
.dhr-trust,
.dhr-book,
.dhr-contact {
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
}

.dhr-services {
  background: var(--dhr-canvas);
}

.dhr-section-heading {
  display: grid;
  grid-template-columns: 1.05fr .75fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: end;
  margin-bottom: 2rem;
}

.dhr-section-heading h2 {
  max-width: 14ch;
  margin-bottom: 0;
}

.dhr-section-heading > p {
  margin-bottom: .25rem;
  color: #62585b;
}

.dhr-swipe-hint {
  display: none;
}

.dhr-service-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.dhr-service-card {
  position: relative;
  display: flex;
  min-height: 340px;
  flex-direction: column;
  padding: 1.35rem;
  overflow: hidden;
  border: 1px solid var(--dhr-line);
  border-radius: 1.1rem;
  background: var(--dhr-paper);
  box-shadow: 0 .55rem 1.5rem rgba(47, 14, 22, .08);
}

.dhr-service-card::before {
  position: absolute;
  inset: auto -3.5rem -3.5rem auto;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: rgba(217, 4, 41, .055);
  content: "";
}

.dhr-service-card-accent {
  border-color: rgba(255, 209, 102, .72);
  background: var(--dhr-red-dark);
  color: #fff;
  box-shadow: var(--dhr-shadow);
}

.dhr-service-card-accent::before {
  background: rgba(255, 209, 102, .14);
}

.dhr-card-number {
  display: inline-grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  margin-bottom: 1.5rem;
  border-radius: 50%;
  background: var(--dhr-red);
  color: #fff;
  font-weight: 800;
}

.dhr-service-card-accent .dhr-card-number {
  background: var(--dhr-yellow);
  color: #4b0010;
}

.dhr-card-label {
  margin-bottom: .55rem;
  color: var(--dhr-red);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.35 !important;
  text-transform: uppercase;
}

.dhr-service-card-accent .dhr-card-label {
  color: var(--dhr-yellow);
}

.dhr-service-card h3 {
  margin-bottom: .8rem;
}

body.dha-home-refresh .dhr-service-card-accent h3,
body.dha-home-refresh .dhr-service-card-accent p,
body.dha-home-refresh .dhr-service-card-accent a {
  color: #fff;
}

.dhr-service-card > p:not(.dhr-card-label) {
  margin-bottom: 1.5rem;
  color: #62585b;
  font-size: .94rem;
}

.dhr-service-card-accent > p:not(.dhr-card-label) {
  color: rgba(255, 255, 255, .84);
}

.dhr-service-card a {
  position: relative;
  z-index: 1;
  margin-top: auto;
  color: var(--dhr-red-dark);
  font-weight: 800;
  text-decoration: none;
}

.dhr-service-card a:hover {
  text-decoration: underline;
  text-underline-offset: .22rem;
}

.dhr-story {
  background: var(--dhr-paper);
}

.dhr-story-grid,
.dhr-day-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.dhr-story-image,
.dhr-day-image {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 1.35rem;
  box-shadow: var(--dhr-shadow);
}

.dhr-story-image {
  aspect-ratio: 4 / 3;
}

.dhr-story-image img,
.dhr-day-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dhr-story-image img {
  object-position: 50% 26%;
}

.dhr-story-copy h2 {
  max-width: 12ch;
}

.dhr-check-list {
  display: grid;
  gap: .8rem;
  margin: 1.6rem 0;
  padding: 0;
  list-style: none;
}

.dhr-check-list li {
  position: relative;
  padding-left: 1.8rem;
}

.dhr-check-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--dhr-red);
  font-weight: 900;
  content: "✓";
}

.dhr-text-link {
  color: var(--dhr-red-dark);
  font-weight: 800;
  text-decoration: none;
}

.dhr-text-link:hover {
  text-decoration: underline;
  text-underline-offset: .22rem;
}

.dhr-day {
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
  background: linear-gradient(135deg, var(--dhr-red-deep), var(--dhr-red-dark));
  color: #fff;
}

.dhr-day-grid {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

body.dha-home-refresh .dhr-day-copy h2,
body.dha-home-refresh .dhr-day-copy > p {
  color: #fff;
}

.dhr-kicker-light {
  color: var(--dhr-yellow);
}

.dhr-day-steps {
  display: grid;
  gap: .6rem;
  margin: 1.8rem 0 2rem;
  padding: 0;
  list-style: none;
}

.dhr-day-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .9rem;
  align-items: start;
  padding: .9rem 0;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.dhr-day-steps li > span {
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  place-items: center;
  border-radius: 50%;
  background: var(--dhr-yellow);
  color: #4b0010;
  font-size: .8rem;
  font-weight: 800;
}

.dhr-day-steps strong {
  color: #fff;
}

.dhr-day-steps p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .78);
  font-size: .9rem;
}

.dhr-day-image {
  min-height: 500px;
}

.dhr-day-image img {
  object-position: 50% 62%;
}

.dhr-location {
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 209, 102, .32), transparent 28%),
    linear-gradient(145deg, #f1eee7, #f8f5f2 58%, #eef3ec);
}

.dhr-location-heading {
  max-width: 55rem;
  margin-bottom: 2.5rem;
}

.dhr-location-heading h2 {
  max-width: 16ch;
}

.dhr-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 1rem;
  align-items: stretch;
}

.dhr-landscape-card,
.dhr-address-card {
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: 1.25rem;
  box-shadow: var(--dhr-shadow);
}

.dhr-landscape-card {
  border: 1px solid var(--dhr-line);
  background: rgba(255, 255, 255, .92);
}

.dhr-landscape-card p {
  font-size: clamp(1rem, 1.35vw, 1.12rem);
}

.dhr-landscape-card p:last-child {
  margin-bottom: 0;
  color: var(--dhr-red-dark);
}

.dhr-address-card {
  background: var(--dhr-red-deep);
  color: #fff;
}

.dhr-address-label {
  display: inline-flex;
  max-width: 100%;
  margin-bottom: 1.2rem;
  padding: .45rem .68rem;
  border-radius: 999px;
  background: var(--dhr-yellow);
  color: #4b0010;
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .06em;
  text-align: left;
  text-transform: uppercase;
  white-space: normal;
}

body.dha-home-refresh .dhr-address-card h3,
body.dha-home-refresh .dhr-address-card p {
  color: #fff;
}

.dhr-address-card h3 {
  max-width: 15ch;
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
}

.dhr-address-card p {
  color: rgba(255, 255, 255, .87) !important;
}

.dhr-address-card ul {
  display: grid;
  gap: .6rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.dhr-address-card li {
  position: relative;
  padding-left: 1.7rem;
  color: #fff;
  font-weight: 700;
}

.dhr-address-card li::before {
  position: absolute;
  left: 0;
  color: var(--dhr-yellow);
  content: "✓";
}

.dhr-trust {
  background: var(--dhr-yellow);
}

.dhr-trust-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: center;
}

.dhr-trust h2 {
  max-width: 15ch;
}

.dhr-trust p:not(.dhr-kicker) {
  max-width: 48rem;
  margin-bottom: 0;
}

.dhr-trust-actions {
  display: grid;
  gap: 1rem;
  justify-items: stretch;
  text-align: center;
}

body.dha-home-refresh .dhr-button-dark {
  background: var(--dhr-red-deep);
  color: #fff;
}

.dhr-book {
  background: var(--dhr-canvas);
}

.dhr-book-grid {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.dhr-book-copy h2 {
  max-width: 13ch;
}

.dhr-rate-note {
  margin: 1.7rem 0;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border: 1px solid #e8c46a;
  border-left: .35rem solid var(--dhr-yellow);
  border-radius: 0 1rem 1rem 0;
  background: #fff8e6;
  box-shadow: 0 .35rem 1rem rgba(74, 42, 8, .07);
}

.dhr-rate-note > span {
  display: block;
  margin-bottom: .55rem;
  color: var(--dhr-red);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dhr-rate-note h3 {
  max-width: 24ch;
  margin-bottom: .8rem;
  font-size: clamp(1.35rem, 2.1vw, 1.75rem);
}

.dhr-rate-note p {
  margin-bottom: .8rem;
  color: #4d4245;
}

.dhr-rate-note p:last-child {
  margin-bottom: 0;
}

.dhr-book-promises {
  display: grid;
  gap: .65rem;
  margin: 1.4rem 0 1.8rem;
  padding: 0;
  list-style: none;
}

.dhr-book-promises li {
  position: relative;
  padding: .72rem .9rem .72rem 2.55rem;
  border: 1px solid var(--dhr-line);
  border-radius: .75rem;
  background: var(--dhr-paper);
  color: var(--dhr-heading);
  font-weight: 700;
  box-shadow: 0 .25rem .8rem rgba(47, 14, 22, .045);
}

.dhr-book-promises li::before {
  position: absolute;
  top: .68rem;
  left: .9rem;
  color: var(--dhr-red);
  font-weight: 900;
  content: "✓";
}

body.dha-home-refresh .dhr-button-outline {
  border: 1px solid var(--dhr-red-dark);
  background: transparent;
  color: var(--dhr-red-dark);
  box-shadow: none;
}

.dhr-book-card {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 1.25rem;
  background: var(--dhr-paper);
  box-shadow: var(--dhr-shadow);
}

.dhr-book-card ol {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.dhr-book-card li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .9rem;
  align-items: start;
}

.dhr-book-card li > span {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border-radius: 50%;
  background: var(--dhr-red);
  color: #fff;
  font-weight: 800;
}

.dhr-book-card p {
  margin-bottom: 0;
  color: #71666a;
  font-size: .9rem;
}

.dhr-faq {
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
  background: var(--dhr-red);
}

.dhr-faq-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.dhr-faq-intro {
  position: sticky;
  top: 7.5rem;
}

body.dha-home-refresh .dhr-faq-intro h2,
body.dha-home-refresh .dhr-faq-intro > p:not(.dhr-kicker) {
  color: #fff;
}

.dhr-faq-list {
  display: grid;
  gap: .7rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--dhr-shadow-strong);
}

.dhr-faq-list details {
  overflow: hidden;
  border: 1px solid var(--dhr-line);
  border-radius: .9rem;
  background: #fff;
}

.dhr-faq-list summary {
  position: relative;
  padding: 1.15rem 3.4rem 1.15rem 1.15rem;
  color: var(--dhr-heading);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.dhr-faq-list summary::-webkit-details-marker {
  display: none;
}

.dhr-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 50%;
  background: var(--dhr-red);
  color: #fff;
  content: "+";
  transform: translateY(-50%);
}

.dhr-faq-list details[open] summary::after {
  content: "−";
}

.dhr-faq-list details p {
  margin: 0;
  padding: 0 1.15rem 1.25rem;
}

.dhr-contact {
  background: var(--dhr-paper);
}

.dhr-contact-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  padding: clamp(1.6rem, 4vw, 3.5rem);
  border-radius: 1.35rem;
  background: var(--dhr-red-deep);
  color: #fff;
  box-shadow: var(--dhr-shadow-strong);
}

body.dha-home-refresh .dhr-contact-card h2,
body.dha-home-refresh .dhr-contact-card p:not(.dhr-kicker) {
  color: #fff;
}

.dhr-contact-actions {
  display: grid;
  gap: 1rem;
  text-align: center;
}

.dhr-contact-actions > a:last-child {
  color: #fff;
  font-size: .9rem;
}

@media (min-width: 1800px) {
  body.dha-home-refresh .dha-desktop-nav a,
  body.dha-home-refresh .dha-desktop-nav a:link,
  body.dha-home-refresh .dha-desktop-nav a:visited,
  body.dha-home-refresh .dha-desktop-nav a:hover,
  body.dha-home-refresh .dha-desktop-nav a:focus,
  body.dha-home-refresh .dha-desktop-nav a:active {
    font-size: .94rem !important;
    font-weight: 400 !important;
  }
}

@media (max-width: 1100px) {
  .dhr-hero {
    min-height: 840px;
  }

  .dhr-hero-copy-inner {
    padding-inline: 0;
  }

  .dhr-promise-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 0;
  }

  .dhr-promise-grid > div:nth-child(2) {
    border-right: 0;
  }

  .dhr-promise-grid > div:nth-child(3) {
    padding-left: 0;
  }

  .dhr-service-rail {
    grid-template-columns: repeat(2, 1fr);
  }

  .dhr-service-card {
    min-height: 330px;
  }
}

@media (max-width: 820px) {
  .dhr-hero {
    min-height: 780px;
  }

  .dhr-hero-copy-inner {
    width: min(calc(100% - 2rem), 680px);
    margin-inline: auto;
    padding: 8rem 0 6.5rem;
  }

  body.dha-home-refresh .dhr-hero h1 {
    max-width: min(30rem, 100%);
    font-size: clamp(1.876875rem, 6vw, 2.6rem);
  }

  .dhr-hero-media {
    position: absolute;
    min-height: 0;
  }

  .dhr-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .dhr-hero-media::after {
    background:
      linear-gradient(180deg, rgba(53, 19, 27, .5) 0%, rgba(78, 0, 15, .72) 54%, rgba(53, 19, 27, .66) 100%),
      linear-gradient(90deg, rgba(78, 0, 15, .46), rgba(53, 19, 27, .12));
  }

  .dhr-section-heading,
  .dhr-story-grid,
  .dhr-day-grid,
  .dhr-location-grid,
  .dhr-trust-grid,
  .dhr-book-grid,
  .dhr-faq-grid,
  .dhr-contact-card {
    grid-template-columns: 1fr;
  }

  .dhr-section-heading {
    gap: .5rem;
  }

  .dhr-section-heading h2,
  .dhr-story-copy h2,
  .dhr-book-copy h2 {
    max-width: 16ch;
  }

  .dhr-story-image {
    max-height: 620px;
    order: 2;
  }

  .dhr-story-copy {
    order: 1;
  }

  .dhr-day-image {
    min-height: 400px;
  }

  .dhr-trust-actions,
  .dhr-contact-actions {
    justify-items: start;
    text-align: left;
  }

  .dhr-faq-intro {
    position: static;
  }
}

@media (max-width: 640px) {
  .dhr-hero {
    min-height: 820px;
  }

  .dhr-hero-copy-inner {
    padding: 8rem 0 5.75rem;
  }

  body.dha-home-refresh .dhr-hero h1 {
    margin-bottom: .85rem;
    font-size: 1.876875rem;
    line-height: 1.08;
  }

  .dhr-hero-intro {
    margin-bottom: 1rem;
    font-size: .96rem;
    line-height: 1.48 !important;
  }

  .dhr-actions {
    display: grid;
  }

  .dhr-actions .dha-button {
    width: 100%;
  }

  .dhr-hero .dhr-actions {
    gap: .45rem;
    margin-bottom: 1rem;
  }

  .dhr-hero .dhr-actions .dha-button {
    min-height: 3.15rem;
    padding: .72rem .9rem;
  }

  .dhr-hero .dhr-actions .dha-button-ghost {
    min-height: 2.65rem;
    border-color: rgba(255, 255, 255, .42);
    background: rgba(255, 255, 255, .055);
    box-shadow: none;
  }

  .dhr-hero-facts {
    flex-wrap: nowrap;
    gap: .4rem;
  }

  .dhr-hero-facts li {
    padding: .4rem .52rem;
    font-size: .7rem;
    white-space: nowrap;
  }

  .dhr-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 62% 50%;
  }

  .dhr-promise-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: calc(100% - 2rem);
    padding: .6rem;
  }

  .dhr-promise-grid > div,
  .dhr-promise-grid > div:first-child,
  .dhr-promise-grid > div:nth-child(3),
  .dhr-promise-grid > div:last-child {
    padding: .65rem .7rem;
    border-right: 1px solid var(--dhr-line);
    border-bottom: 1px solid var(--dhr-line);
  }

  .dhr-promise-grid > div:nth-child(even) {
    border-right: 0;
  }

  .dhr-promise-grid > div:nth-child(3),
  .dhr-promise-grid > div:last-child {
    border-bottom: 0;
  }

  .dhr-swipe-hint {
    display: block;
    margin: -.8rem 0 1.25rem;
    color: #71666a;
    font-size: .82rem;
    font-weight: 700;
  }

  .dhr-service-rail {
    display: flex;
    width: calc(100vw - max(1rem, (100vw - 1120px) / 2));
    gap: .85rem;
    margin-right: calc(50% - 50vw);
    padding-right: 1rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }

  .dhr-service-card {
    min-width: min(82vw, 340px);
    min-height: 365px;
    scroll-snap-align: start;
  }

  .dhr-story-image {
    aspect-ratio: 4 / 3;
  }

  .dhr-day-image {
    min-height: 285px;
  }

  .dhr-faq-list {
    padding: .55rem;
  }

  .dhr-contact-card {
    padding: 1.4rem;
  }

  .dhr-contact-actions .dha-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dhr-service-rail {
    scroll-behavior: auto;
  }
}
