/*
 * H&S Mall responsive correction layer.
 * Keeps the existing design while correcting section overflow, spacing,
 * watermark sizing, circular overview media and mobile layouts.
 */

html,
body,
#root,
main {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
video,
iframe,
svg {
  max-width: 100%;
}

/* Keep the large H&S MALL watermark fully inside the viewport. */
.hns-watermark {
  right: auto !important;
  left: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  padding-inline: 2vw !important;
  text-align: center !important;
  font-size: clamp(72px, 13.5vw, 225px) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.035em !important;
  transform: none !important;
  white-space: nowrap !important;
}

/* Home overview: balanced two-column layout with a complete circle. */
.hns-overview-section {
  padding-top: 28px !important;
  padding-bottom: 42px !important;
}

.hns-overview-layout {
  right: auto !important;
  width: min(1500px, 94%) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr) !important;
  align-items: center !important;
  gap: clamp(24px, 4vw, 72px) !important;
}

.hns-overview-copy {
  width: 100% !important;
  min-width: 0 !important;
}

.hns-overview-copy .title,
.hns-overview-copy .title > div,
.hns-overview-copy .title h1,
.hns-overview-copy .title h2,
.hns-overview-copy .title p {
  width: 100% !important;
  max-width: 100% !important;
}

.hns-overview-copy .title > div:last-child {
  margin: 0 !important;
  padding: 0 !important;
}

/* Home overview: remove legacy watermark and show headline in two parallel columns. */
body.hns-route-home #hs-group > div.w-full:first-child:has(> h2.trajan),
body.hns-route-home #hs-group > div:first-child:has(> h2.trajan) {
  display: none !important;
}

body.hns-route-home #hs-group .hns-headline-split {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: clamp(12px, 2.5vw, 40px) !important;
  align-items: end !important;
  width: 100% !important;
}

body.hns-route-home #hs-group .hns-headline-col {
  display: block !important;
  white-space: nowrap !important;
}

@media (min-width: 768px) {
  body.hns-route-home #hs-group .title h2,
  body.hns-route-home #hs-group .hns-headline-split {
    font-size: clamp(42px, 3.85vw, 68px) !important;
    line-height: 0.94 !important;
    letter-spacing: 0.01em !important;
    max-width: 100% !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  body.hns-route-home #hs-group .title > div:first-child,
  body.hns-route-leasing-enquiry .hns-overview-copy .title > div:first-child {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.hns-route-leasing-enquiry .hns-overview-copy .title h2 {
    width: min(100%, 680px) !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    font-size: clamp(78px, 5.5vw, 104px) !important;
    line-height: 0.98 !important;
    letter-spacing: 0.01em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
}

@media (min-width: 768px) and (max-width: 1365px) {
  body.hns-route-home #hs-group .title h2,
  body.hns-route-home #hs-group .hns-headline-split {
    font-size: clamp(38px, 3.6vw, 58px) !important;
  }

  body.hns-route-leasing-enquiry .hns-overview-copy .title h2 {
    width: min(100%, 640px) !important;
    font-size: clamp(74px, 6.2vw, 84px) !important;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  body.hns-route-home #hs-group .title h2,
  body.hns-route-home #hs-group .hns-headline-split {
    font-size: clamp(34px, 4.2vw, 50px) !important;
    line-height: 0.98 !important;
  }

  body.hns-route-leasing-enquiry .hns-overview-copy .title h2 {
    width: min(100%, 560px) !important;
    font-size: clamp(64px, 6.8vw, 74px) !important;
    line-height: 1 !important;
  }
}

.hns-overview-media-wrap {
  width: 100% !important;
  min-width: 0 !important;
  margin-top: 0 !important;
  justify-content: center !important;
}

.hns-overview-media {
  width: min(43vw, 680px) !important;
  height: min(43vw, 680px) !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 50% !important;
  overflow: hidden !important;
}

.hns-overview-media-inner {
  inset: 0 !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 10px !important;
  border-radius: 50% !important;
  transform: none !important;
}

.hns-overview-image {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  object-position: center 28% !important;
  transform: none !important;
}

/* Prevent section content from being pushed or clipped horizontally. */
.hns-content-section,
.hns-highlights-section,
.hns-snapshot-section,
.hns-download-section,
.hns-map-section,
.hns-leasing-form,
.hns-footer {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.hns-content-section .title,
.hns-snapshot-section .title,
.hns-leasing-form .title,
.hns-download-section .title {
  width: 100% !important;
  max-width: 100% !important;
  margin-inline: auto !important;
  padding-inline: 12px !important;
  text-align: center !important;
}

.hns-content-section .title h1,
.hns-content-section .title h2,
.hns-content-section .title h3,
.hns-snapshot-section .title h1,
.hns-snapshot-section .title h2,
.hns-leasing-form .title h1,
.hns-leasing-form .title h2,
.hns-download-section .title h1,
.hns-download-section .title h2 {
  width: 100% !important;
  max-width: 100% !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.hns-highlights-grid,
.hns-highlight-card {
  min-width: 0 !important;
  max-width: 100% !important;
}

.hns-brand-carousel {
  max-width: 100% !important;
  overflow: hidden !important;
}

.hns-brand-circle {
  max-width: 100% !important;
  aspect-ratio: 1 / 1 !important;
}

.hns-map-section iframe {
  display: block !important;
  width: 100% !important;
}

/* Remove unintended white gaps between consecutive home sections. */
main > section + section {
  margin-top: 0 !important;
}

@media (max-width: 1199px) {
  .hns-overview-layout {
    width: min(1120px, 94%) !important;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 1fr) !important;
  }

  .hns-overview-media {
    width: min(48vw, 560px) !important;
    height: min(48vw, 560px) !important;
  }
}

@media (max-width: 767px) {
  html,
  body {
    min-width: 0 !important;
  }

  .container {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: auto !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  main > section {
    margin: 0 !important;
  }

  .hns-watermark {
    position: relative !important;
    right: auto !important;
    left: auto !important;
    width: 100% !important;
    padding: 0 12px !important;
    margin: 0 auto 18px !important;
    font-size: clamp(42px, 14.5vw, 58px) !important;
    line-height: 1 !important;
    letter-spacing: -0.04em !important;
    white-space: nowrap !important;
    transform: none !important;
  }

  .hns-overview-section {
    padding: 24px 0 30px !important;
    overflow: hidden !important;
  }

  .hns-content-section .container,
  .hns-download-section .container,
  .hns-map-section .container,
  .hns-snapshot-section .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hns-overview-layout {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
    right: auto !important;
    padding: 0 16px !important;
    margin: 0 !important;
  }

  .hns-overview-copy {
    width: 100% !important;
    max-width: 100% !important;
  }

  .hns-overview-copy .title {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .hns-overview-copy .title h1,
  .hns-overview-copy .title h2 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 18px !important;
    font-size: clamp(34px, 11.5vw, 46px) !important;
    line-height: 1.08 !important;
    letter-spacing: 0.01em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .hns-overview-copy .title > div:last-child {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .hns-overview-copy .title p {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
  }

  .hns-overview-media-wrap {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    justify-content: center !important;
  }

  .hns-overview-media {
    width: min(88vw, 360px) !important;
    height: min(88vw, 360px) !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    border-radius: 50% !important;
    overflow: hidden !important;
  }

  .hns-overview-media-inner {
    inset: 0 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 5px !important;
    border-radius: 50% !important;
    transform: none !important;
  }

  .hns-overview-image {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center 24% !important;
    border-radius: 50% !important;
    clip-path: circle(50% at 50% 50%) !important;
    transform: none !important;
  }

  .hns-highlights-section,
  .hns-content-section,
  .hns-snapshot-section,
  .hns-map-section,
  .hns-download-section,
  .hns-leasing-form {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .hns-highlights-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 34px !important;
    margin: 0 !important;
    padding: 0 4px !important;
  }

  .hns-highlight-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    transform: none !important;
  }

  .hns-highlight-card > div:last-child {
    width: calc(100% - 8px) !important;
    min-height: 145px !important;
    margin-inline: auto !important;
  }

  .hns-content-section .title,
  .hns-snapshot-section .title,
  .hns-leasing-form .title,
  .hns-download-section .title {
    margin: 0 auto 22px !important;
    padding: 0 !important;
  }

  .hns-content-section .title h1,
  .hns-content-section .title h2,
  .hns-content-section .title h3,
  .hns-snapshot-section .title h1,
  .hns-snapshot-section .title h2,
  .hns-leasing-form .title h1,
  .hns-leasing-form .title h2,
  .hns-download-section .title h1,
  .hns-download-section .title h2 {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: auto !important;
    padding-inline: 4px !important;
    font-size: clamp(27px, 8.4vw, 34px) !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .hns-content-section .title p,
  .hns-snapshot-section .title p,
  .hns-leasing-form .title p {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .hns-brand-carousel {
    width: 100% !important;
    max-width: 100% !important;
    margin: 12px 0 0 !important;
    padding: 0 30px !important;
    overflow: hidden !important;
  }

  .hns-brand-carousel .swiper {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .hns-brand-carousel .swiper-slide {
    min-width: 0 !important;
  }

  .hns-brand-circle {
    width: min(36vw, 138px) !important;
    height: min(36vw, 138px) !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 auto !important;
  }

  .hns-brand-carousel > button {
    width: 30px !important;
    height: 38px !important;
    background: rgba(255,255,255,.94) !important;
  }

  .hns-brand-carousel > button:first-of-type {
    left: 0 !important;
  }

  .hns-brand-carousel > button:nth-of-type(2) {
    right: 0 !important;
  }

  .hns-snapshot-section > div:nth-child(2) {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .hns-snapshot-section > div:nth-child(2) > img {
    display: none !important;
  }

  .hns-snapshot-section > div:nth-child(2) > div {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 16px !important;
  }

  .hns-snapshot-section .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hns-snapshot-section .grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .hns-snapshot-card {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 230px !important;
    height: auto !important;
    padding: 42px 20px !important;
    margin: 0 !important;
    transform: none !important;
  }

  .hns-download-section .flex,
  .hns-download-section a,
  .hns-download-section .download {
    max-width: 100% !important;
  }

  .hns-download-section .download {
    width: 100% !important;
  }

  .hns-content-section .container > div[class*="overflow-hidden"],
  .hns-content-section .container > div[class*="overflow-hidden"] > div,
  .hns-content-section .container > div[class*="overflow-hidden"] > img,
  .hns-content-section .container > div[class*="overflow-hidden"] > video,
  .hns-content-section .container > div[class*="overflow-hidden"] iframe {
    width: 100% !important;
    max-width: 100% !important;
  }

  .hns-content-section .container > div[class*="overflow-hidden"] img,
  .hns-content-section .container > div[class*="overflow-hidden"] video,
  .hns-content-section .container > div[class*="overflow-hidden"] iframe {
    display: block !important;
    height: auto !important;
  }

  .hns-map-section {
    display: block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hns-map-section iframe {
    width: 100% !important;
    height: 300px !important;
    border: 0 !important;
  }

  .hns-leasing-form {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .hns-leasing-form form {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hns-footer {
    padding: 24px 0 !important;
    overflow: hidden !important;
  }

  .hns-footer > .container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .hns-footer .float-end {
    float: none !important;
  }

  .hns-footer [class*="w-[96%]"],
  .hns-footer [class*="w-[94%]"] {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

.hns-footer input {
  min-width: 0 !important;
  width: 100% !important;
}

.hns-footer .footer-contact-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  height: auto !important;
  margin-bottom: 18px !important;
}

.hns-footer .footer-contact-icon img {
  width: 42px !important;
  height: 42px !important;
  max-width: none !important;
  object-fit: contain !important;
  display: block !important;
}

.hns-footer .footer-contact-icon svg {
  width: 42px !important;
  height: 42px !important;
  max-width: none !important;
  flex: 0 0 42px !important;
}

.hns-footer [data-hns-newsletter-block] button svg {
  width: 50% !important;
  height: 50% !important;
  max-width: none !important;
}

.hns-footer ul span svg {
  width: 1em !important;
  height: 1em !important;
  max-width: none !important;
}

.hns-footer p,
.hns-footer a,
.hns-footer span {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }

  .hns-footer > .container > div:last-child p {
    width: 100% !important;
    max-width: 100% !important;
    line-height: 1.55 !important;
  }
}


/* Home overview video: restore the live motion media and keep it inside the circle. */
.hns-overview-video {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 50% !important;
  clip-path: circle(50% at 50% 50%) !important;
  transform: none !important;
  background: #f4f1ed !important;
}

@media (max-width: 767px) {
  .hns-overview-video {
    object-position: center center !important;
  }
}

/* ================================================================
   Uniform vertical rhythm — removes oversized blank gaps between
   homepage sections while retaining the existing design and effects.
   ================================================================ */

@media (min-width: 768px) {
  /* One consistent section spacing value across the homepage. */
  main > .hns-overview-section,
  main > .hns-highlights-section,
  main > .hns-content-section,
  main > .hns-snapshot-section,
  main > .hns-download-section,
  main > .hns-leasing-form:not(.hns-leasing-form--callback) {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  main > .hns-leasing-form.hns-leasing-form--callback {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Map should connect directly to the surrounding sections. */
  main > .hns-map-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Prevent Swiper and flex brand rows from reserving unused height. */
  .hns-brand-carousel,
  .hns-brand-carousel .swiper,
  .hns-brand-carousel .swiper-wrapper,
  .hns-brand-carousel .swiper-slide,
  .hns-brand-carousel > div {
    height: auto !important;
    min-height: 0 !important;
  }

  .hns-brand-carousel {
    margin-top: 24px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .hns-brand-carousel .swiper-wrapper {
    align-items: center !important;
  }

  .hns-brand-carousel .swiper-slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Standard heading-to-content spacing. */
  .hns-content-section .title,
  .hns-snapshot-section .title,
  .hns-highlights-section .title,
  .hns-download-section .title,
  .hns-leasing-form .title {
    margin-top: 0 !important;
    margin-bottom: 24px !important;
  }

  /* Original banner wrappers carried a large bottom margin. */
  .hns-content-section .container > div[class*="overflow-hidden"][class*="mb-12"] {
    margin-bottom: 24px !important;
  }

  /* Remove doubled spacing where two content sections meet. */
  main > .hns-content-section + .hns-content-section,
  main > .hns-highlights-section + .hns-content-section,
  main > .hns-content-section + .hns-snapshot-section,
  main > .hns-snapshot-section + .hns-content-section,
  main > .hns-download-section + .hns-map-section,
  main > .hns-map-section + .hns-leasing-form {
    padding-top: 28px !important;
  }

  /* Keep cards and carousels visually centred with equal spacing. */
  .hns-highlights-grid {
    gap: 28px 36px !important;
  }

  .hns-snapshot-section > div:nth-child(2) > div {
    margin-top: 0 !important;
  }

  /* Compact the leasing block and footer without changing layout. */
  .hns-leasing-form {
    min-height: 0 !important;
  }

  .hns-footer {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
    margin-top: 0 !important;
  }

  .hns-footer > .container > div:first-child > div {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .hns-footer > .container > div:first-child > div > span:first-child {
    margin-bottom: 12px !important;
  }
}

.hns-footer > .container > div:first-child {
  gap: 20px !important;
}

.hns-footer > .container > div:first-child > div {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.hns-footer > .container > div:first-child > div > span:first-child {
  margin-bottom: 14px !important;
}

.hns-footer > .container > div:first-child [data-hns-newsletter-block] p {
  margin-bottom: 10px !important;
}

.hns-footer > .container > div:first-child [data-hns-newsletter-block] > div {
  margin-top: 0 !important;
}

.hns-footer > .container > div:first-child input {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

@media (max-width: 767px) {
  main > .hns-overview-section,
  main > .hns-highlights-section,
  main > .hns-content-section,
  main > .hns-snapshot-section,
  main > .hns-download-section,
  main > .hns-leasing-form:not(.hns-leasing-form--callback) {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  main > .hns-leasing-form.hns-leasing-form--callback {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  main > .hns-map-section {
    padding: 0 !important;
    margin: 0 !important;
  }

  .hns-brand-carousel,
  .hns-brand-carousel .swiper,
  .hns-brand-carousel .swiper-wrapper,
  .hns-brand-carousel .swiper-slide,
  .hns-brand-carousel > div {
    height: auto !important;
    min-height: 0 !important;
  }

  .hns-brand-carousel {
    margin-top: 16px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .hns-content-section .title,
  .hns-snapshot-section .title,
  .hns-highlights-section .title,
  .hns-download-section .title,
  .hns-leasing-form .title {
    margin-top: 0 !important;
    margin-bottom: 18px !important;
  }

  .hns-content-section .container > div[class*="overflow-hidden"][class*="mb-12"] {
    margin-bottom: 18px !important;
  }

  .hns-highlights-grid {
    gap: 24px !important;
  }

  .hns-footer {
    margin-top: 0 !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  .hns-footer > .container > div:first-child > div {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
}

/* =================================================================
   Shop page correction: stable desktop cards, visible mobile banner,
   and complete uncropped brand logos on every viewport.
   ================================================================= */

.hns-shop-section {
  overflow: visible !important;
}

.hns-shop-grid {
  align-items: stretch !important;
}

.hns-shop-card {
  grid-template-rows: 1fr !important;
  min-width: 0 !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  background: #fff !important;
  transform: none;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease !important;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

.hns-shop-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .09) !important;
  border-color: rgba(17, 24, 39, .22) !important;
}

.hns-shop-logo-wrap {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: clamp(18px, 3.5vw, 34px) !important;
  background: #fff !important;
  overflow: hidden !important;
}

.hns-shop-logo {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 220px !important;
  max-height: 164px !important;
  margin: auto !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 0 !important;
  transform: scale(1) !important;
  transition: transform .3s ease !important;
}

.hns-shop-card:hover .hns-shop-logo {
  transform: scale(1.035) !important;
}

.hns-shop-card-name,
.hns-shop-card-meta {
  display: none !important;
}

.hns-shop-card-name h3 {
  min-height: 24px !important;
  overflow-wrap: anywhere !important;
}

.hns-shop-card-meta {
  align-self: end !important;
}

/* The original hero has absolutely positioned children, so a mobile
   height is mandatory. This also keeps the shop banner above the cards. */
@media (max-width: 767px) {
  header .w-full.bg-black.text-\[10px\].uppercase.tracking-\[1\.2px\] {
    display: block !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  header .w-full.bg-black.text-\[10px\].uppercase.tracking-\[1\.2px\] .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  header .w-full.bg-black.text-\[10px\].uppercase.tracking-\[1\.2px\] .w-full.flex {
    justify-content: flex-start !important;
    gap: 14px !important;
    white-space: nowrap !important;
    overflow-x: auto !important;
  }

  header .w-full.bg-black.text-\[10px\].uppercase.tracking-\[1\.2px\] a,
  header .w-full.bg-black.text-\[10px\].uppercase.tracking-\[1\.2px\] span {
    flex: 0 0 auto !important;
  }

  .hero-container {
    display: flex !important;
    width: 100% !important;
    height: 100svh !important;
    min-height: 100svh !important;
    max-height: none !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  .hero-container .swiper,
  .hero-container .swiper-wrapper,
  .hero-container .swiper-slide {
    height: 100% !important;
  }

  .hero-container > div:first-child {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  .hero-container > div:first-child > img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  .hero-container .container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .hero-container .container > * {
    transform: none !important;
  }

  .hero-container .container .absolute {
    left: 16px !important;
    right: 16px !important;
    max-width: calc(100% - 32px) !important;
    text-align: left !important;
  }

  .hero-container .container .hero-title,
  .hero-container .container h1,
  .hero-container .container h2,
  .hero-container .container .montserrat {
    max-width: 100% !important;
  }

  .hns-shop-section {
    display: block !important;
    padding: 24px 0 30px !important;
    overflow: visible !important;
  }

  .hns-shop-section > .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .hns-shop-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 16px !important;
    margin: 0 !important;
  }

  .hns-shop-card {
    grid-template-rows: 1fr !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    padding: 11px !important;
    transform: none !important;
    box-shadow: none !important;
  }

  .hns-shop-card:hover {
    transform: none !important;
    box-shadow: none !important;
  }

  .hns-shop-logo-wrap {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    padding: 20px !important;
    overflow: hidden !important;
  }

  .hns-shop-logo {
    width: 100% !important;
    height: 100% !important;
    max-width: 240px !important;
    max-height: 120px !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
  }

  .hns-shop-card:hover .hns-shop-logo {
    transform: none !important;
  }

  .hns-shop-card-name {
    margin-top: 10px !important;
  }

  .hns-shop-card-name h3 {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    min-height: 20px !important;
  }

  .hns-shop-card-name span {
    display: block !important;
    margin-top: 5px !important;
    font-size: 12px !important;
  }

  .hns-shop-card-meta {
    gap: 10px !important;
    margin-top: 10px !important;
    padding-top: 8px !important;
    border-top: 1px solid #e5e7eb !important;
  }

  .hns-shop-card-meta > p {
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  /* Gift card section on mobile should also behave like a portrait hero. */
  #gift-card {
    display: block !important;
    height: 100svh !important;
    min-height: 100svh !important;
    overflow: hidden !important;
  }

  #gift-card > .title {
    display: none !important;
  }

  #gift-card > .relative {
    width: 100% !important;
    height: 100svh !important;
    min-height: 100svh !important;
    overflow: hidden !important;
  }

  #gift-card > .relative > div {
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
  }

  #gift-card > .relative img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  /* H&S Group hero: keep the mobile banner from being forced into a stretched crop. */
  main > section.relative.w-full.h-screen .hns-banner-stage,
  main > section.relative.w-full.h-screen .hns-banner-device,
  main > section.relative.w-full.h-screen .hns-banner-slide {
    width: 100% !important;
    height: 100% !important;
  }

  main > section.relative.w-full.h-screen .hns-banner-mobile img {
    object-fit: cover !important;
    object-position: center 20% !important;
    transform: none !important;
  }

  .fixed.top-0.left-0.h-screen.w-3\/4 a[aria-current="page"],
  .fixed.top-0.left-0.h-screen.w-3\/4 a.text-\(\--primary-color\),
  .fixed.top-0.left-0.h-screen.w-3\/4 .text-\(\--primary-color\) {
    background: rgba(255, 255, 255, 0.14) !important;
    color: #ffffff !important;
    border-left: 3px solid #ffffff !important;
    padding-left: 14px !important;
    border-radius: 0 999px 999px 0 !important;
  }

  .fixed.top-0.left-0.h-screen.w-3\/4 a:hover {
    background: rgba(255, 255, 255, 0.08) !important;
  }
}
/* Fix for stretched banner image */
section.relative.w-full.h-screen.overflow-hidden img {
  object-fit: cover !important;
}

body.hns-route-pub-bar .hns-pub-occasion-intro,
body.hns-route-pubs .hns-pub-occasion-intro {
  box-sizing: border-box;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(56px, 8vw, 88px) 24px clamp(64px, 9vw, 96px);
  background: #000 !important;
  color: #f5f3ef;
  text-align: center;
}

body.hns-route-pub-bar .hns-pub-occasion-heading,
body.hns-route-pubs .hns-pub-occasion-heading {
  margin: 0 auto;
  max-width: 920px;
  font-family: Montserrat, Arial, sans-serif !important;
  font-weight: 200 !important;
  font-size: clamp(26px, 3.6vw, 44px) !important;
  line-height: 1.32 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #f8f6f2 !important;
}

body.hns-route-pub-bar .hns-pub-occasion-divider,
body.hns-route-pubs .hns-pub-occasion-divider {
  display: block;
  width: 52px;
  height: 1px;
  margin: 28px auto 32px;
  background: #c5b391;
  opacity: 0.72;
}

body.hns-route-pub-bar .hns-pub-occasion-description,
body.hns-route-pubs .hns-pub-occasion-description {
  max-width: 900px !important;
  margin: 0 auto !important;
  padding: 0 12px !important;
  color: #c5b391 !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: clamp(14px, 1.25vw, 16px) !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  text-align: center !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

body.hns-route-pub-bar section:has(.hns-pub-occasion-intro) .title,
body.hns-route-pubs section:has(.hns-pub-occasion-intro) .title {
  margin-bottom: 0 !important;
}

body.hns-route-pub-bar section:has(.hns-pub-occasion-intro),
body.hns-route-pubs section:has(.hns-pub-occasion-intro) {
  padding-top: 0 !important;
}

body.hns-route-pub-bar #root > main section:has(.hns-pub-occasion-intro),
body.hns-route-pubs #root > main section:has(.hns-pub-occasion-intro) {
  background-color: #fff !important;
}

@media (min-width: 901px) {
  body.hns-route-pub-bar .hns-pub-four-column,
  body.hns-route-pubs .hns-pub-four-column {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    max-width: 1280px !important;
    gap: 18px !important;
  }

  body.hns-route-pub-bar .hns-pub-four-column .hns-dynamic-brand-logo-circle,
  body.hns-route-pubs .hns-pub-four-column .hns-dynamic-brand-logo-circle {
    width: min(100%, 250px) !important;
  }
}

/* Shared inner pages: keep content, header and footer properly inset on small screens. */
body.hns-inner-page {
  overflow-x: hidden !important;
  color-scheme: light !important;
  background-color: #ffffff !important;
}

html:has(body.hns-inner-page),
html:has(body.hns-page-override-active) {
  color-scheme: light !important;
  background-color: #ffffff !important;
}

body.hns-page-override-active {
  color-scheme: light !important;
  background-color: #ffffff !important;
}

body.hns-inner-page #root,
body.hns-page-override-active #root {
  background-color: #ffffff !important;
}

body.hns-inner-page #root > main,
body.hns-inner-page #root > section,
body.hns-page-override-active #root > main,
body.hns-page-override-active #root > section {
  background-color: #ffffff;
}

body.hns-inner-page #root,
body.hns-inner-page main {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.hns-inner-page .hns-site-header .hns-mainbar-container,
body.hns-inner-page .hns-site-header .hns-mainbar-inner,
body.hns-inner-page .hns-site-header .hns-topbar-row,
body.hns-inner-page .hns-footer > .container,
body.hns-inner-page .hns-footer .container {
  width: min(100%, 1240px) !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

@media (max-width: 1023px) {
  body.hns-inner-page .hns-site-header .hns-mainbar-container,
  body.hns-inner-page .hns-site-header .hns-mainbar-inner,
  body.hns-inner-page .hns-site-header .hns-topbar-row,
  body.hns-inner-page .hns-footer > .container,
  body.hns-inner-page .hns-footer .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  body.hns-inner-page .container,
  body.hns-inner-page .hns-services-container,
  body.hns-inner-page .hns-contact-wrap,
  body.hns-inner-page .hns-contact-strip,
  body.hns-inner-page .hns-policy-content {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
  }

  body.hns-route-contact-us .hns-contact-wrap,
  body.hns-route-contact-us .hns-contact-strip {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  body.hns-inner-page .hns-site-header .hns-mainbar-container,
  body.hns-inner-page .hns-site-header .hns-mainbar-inner,
  body.hns-inner-page .hns-site-header .hns-topbar-row,
  body.hns-inner-page .hns-footer > .container,
  body.hns-inner-page .hns-footer .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.hns-inner-page .container,
  body.hns-inner-page .hns-services-container,
  body.hns-inner-page .hns-contact-wrap,
  body.hns-inner-page .hns-contact-strip,
  body.hns-inner-page .hns-policy-content {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.hns-inner-page .hns-policy-content {
    padding-top: 42px !important;
    padding-bottom: 58px !important;
  }

  body.hns-inner-page .hns-policy-list li {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.hns-route-contact-us .hns-contact-panel,
  body.hns-route-contact-us .hns-contact-form {
    padding: 28px 18px !important;
  }

  /* Leasing hero CTAs: allow wrapped label to stay inside bordered buttons. */
  body.hns-route-leasing-enquiry .hns-overview-copy .title > div:has(> button),
  body.hns-route-leasing-enquiry .hns-overview-copy .title div.flex:has(> button) {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.hns-route-leasing-enquiry .hns-overview-copy .title button {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 52px !important;
    padding: 14px 18px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    text-align: center !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
}

body.hns-route-contact-us #root {
  overflow: hidden;
}

body.hns-route-contact-us .hns-contact-page {
  padding-top: 0;
  background: #ffffff;
  color: #3a2e26;
  overflow: hidden;
}

body.hns-route-contact-us .hns-contact-wrap {
  width: min(1320px, calc(100% - 36px));
  margin: 72px auto 0;
  position: relative;
  z-index: 2;
  padding-bottom: 78px;
}

body.hns-route-contact-us .hns-contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}

body.hns-route-contact-us .hns-contact-panel,
body.hns-route-contact-us .hns-contact-form {
  position: relative;
  isolation: isolate;
  background: #fff;
  border: 1px solid #e9e7e3;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(58, 46, 38, .05);
}

body.hns-route-contact-us .hns-contact-panel::after,
body.hns-route-contact-us .hns-contact-form::after {
  content: "";
  position: absolute;
  inset: 4px -4px -4px 4px;
  z-index: -1;
  border: 1px solid #e1d4c2;
  border-radius: 16px;
  pointer-events: none;
}

body.hns-route-contact-us .hns-contact-panel {
  padding: clamp(34px, 4vw, 54px);
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-content: start;
}

body.hns-route-contact-us .hns-contact-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 8px 13px;
  border: 1px solid #d9bd99;
  color: #6b5c4e;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .18em;
  background: #ffffff;
}

body.hns-route-contact-us .hns-contact-panel h2,
body.hns-route-contact-us .hns-contact-form h2 {
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(30px, 3.1vw, 48px);
  line-height: 1.15;
  font-weight: 200;
  text-transform: uppercase;
  color: #3a2e26;
}

body.hns-route-contact-us .hns-contact-intro {
  margin: 12px 0 0;
  color: #3a2e26;
  font-size: 16px;
  line-height: 1.75;
}

body.hns-route-contact-us .hns-contact-card-list {
  display: grid;
  gap: 12px;
  margin-top: auto;
}

body.hns-route-contact-us .hns-contact-card {
  position: relative;
  isolation: isolate;
  min-height: auto;
  padding: 18px 22px 18px 70px;
  border: 1px solid #d9bd99;
  border-radius: 16px;
  background: #f7f4ef;
  text-align: left;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

body.hns-route-contact-us .hns-contact-card::after {
  content: "";
  position: absolute;
  inset: 4px -4px -4px 4px;
  z-index: -1;
  border: 1px solid #d9bd99;
  border-radius: 16px;
  pointer-events: none;
}

body.hns-route-contact-us .hns-contact-card-icon {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 36px;
  height: 36px;
  transform: none;
  border: 1px solid #d9bd99;
  border-radius: 999px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

body.hns-route-contact-us .hns-contact-card-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  opacity: .72;
}

body.hns-route-contact-us .hns-contact-card:hover {
  transform: translateY(-3px);
  border-color: #b99870;
  box-shadow: 0 12px 28px rgba(58, 46, 38, .10);
}

body.hns-route-contact-us .hns-contact-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #3a2e26;
}

body.hns-route-contact-us .hns-contact-card a,
body.hns-route-contact-us .hns-contact-card span {
  color: #3a2e26;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-word;
}

body.hns-route-contact-us .hns-contact-form {
  padding: clamp(34px, 4vw, 54px);
}

body.hns-route-contact-us .hns-contact-alert {
  margin: 18px 0 0;
  padding: 13px 16px;
  border-radius: 14px;
  font-weight: 600;
  line-height: 1.5;
}

body.hns-route-contact-us .hns-contact-alert.success {
  color: #18582c;
  background: #e8f7ec;
  border: 1px solid #bce3c4;
}

body.hns-route-contact-us .hns-contact-alert.error {
  color: #8d241c;
  background: #fff1ef;
  border: 1px solid #ecc8c2;
}

body.hns-route-contact-us .hns-contact-alert[hidden] {
  display: none;
}

body.hns-route-contact-us .hns-contact-success-popup {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.48);
}

body.hns-route-contact-us .hns-contact-success-popup[hidden] {
  display: none;
}

body.hns-route-contact-us .hns-contact-success-dialog {
  position: relative;
  width: min(440px, 100%);
  padding: 48px 42px 38px;
  border-radius: 18px;
  background: #fff;
  color: #2d251f;
  text-align: center;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .25);
}

body.hns-route-contact-us .hns-contact-success-close {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2d251f;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

body.hns-route-contact-us .hns-contact-success-kicker {
  margin: 0 0 10px;
  color: #796552;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body.hns-route-contact-us .hns-contact-success-dialog h3 {
  margin: 0 0 12px;
  font-size: 32px;
  font-weight: 400;
}

body.hns-route-contact-us .hns-contact-success-dialog p:not(.hns-contact-success-kicker) {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

body.hns-route-contact-us .hns-contact-success-button {
  min-width: 130px;
  min-height: 46px;
  margin-top: 26px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: #302821;
  color: #fff;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
}

body.hns-route-contact-us .hns-contact-field.has-error input,
body.hns-route-contact-us .hns-contact-field.has-error select,
body.hns-route-contact-us .hns-contact-field.has-error textarea {
  border-color: #b9472f;
  box-shadow: 0 0 0 3px rgba(185, 71, 47, .12);
}

body.hns-route-contact-us .hns-contact-consent.has-error {
  color: #8d241c;
}

body.hns-route-contact-us .hns-contact-field-error,
body.hns-route-contact-us .hns-contact-consent-error {
  display: block;
  color: #b9472f;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

body.hns-route-contact-us .hns-contact-consent-error {
  grid-column: 1 / -1;
  margin-top: -10px;
}

body.hns-route-contact-us .hns-contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
}

body.hns-route-contact-us .hns-contact-field {
  display: grid;
  gap: 8px;
}

body.hns-route-contact-us .hns-contact-field.full {
  grid-column: 1 / -1;
}

body.hns-route-contact-us .hns-contact-field label {
  font-size: 13px;
  color: #3a2e26;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 500;
}

body.hns-route-contact-us .hns-contact-field label span {
  color: #b9472f;
}

body.hns-route-contact-us .hns-contact-field input,
body.hns-route-contact-us .hns-contact-field select,
body.hns-route-contact-us .hns-contact-field textarea {
  width: 100%;
  border: 1px solid #d9bd99;
  border-radius: 10px;
  background: #ffffff;
  min-height: 60px;
  padding: 0 16px;
  font-size: 15px;
  color: #211b18;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

body.hns-route-contact-us .hns-contact-field textarea {
  min-height: 154px;
  padding-top: 15px;
  resize: vertical;
}

body.hns-route-contact-us .hns-contact-field input:focus,
body.hns-route-contact-us .hns-contact-field select:focus,
body.hns-route-contact-us .hns-contact-field textarea:focus {
  border-color: #8a6944;
  box-shadow: 0 0 0 4px rgba(217, 189, 153, .24);
}

body.hns-route-contact-us .hns-contact-consent {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #3a2e26;
  font-size: 14px;
  line-height: 1.6;
}

body.hns-route-contact-us .hns-contact-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #7a5b38;
}

body.hns-route-contact-us .hns-contact-submit {
  grid-column: 1 / -1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  border: 0;
  border-radius: 10px;
  background: #2f2925;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

body.hns-route-contact-us .hns-contact-submit:hover {
  background: #6b5c4e;
  transform: translateY(-1px);
}

body.hns-route-contact-us .hns-contact-strip {
  width: min(1220px, calc(100% - 36px));
  margin: 0 auto 82px;
  padding-top: 29px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 18px;
  overflow: visible;
}

body.hns-route-contact-us .hns-contact-strip div {
  position: relative;
  isolation: isolate;
  min-height: 166px;
  padding: 56px 24px 22px;
  border: 1px solid #d9bd99;
  border-radius: 16px;
  background: #f7f4ef;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

body.hns-route-contact-us .hns-contact-strip div::before {
  content: "";
  position: absolute;
  top: -29px;
  left: 50%;
  width: 58px;
  height: 58px;
  padding: 14px;
  border: 1px solid #d9bd99;
  border-radius: 50%;
  background: #fff url("images/icons/contact-location.svg") center / 24px no-repeat;
  box-sizing: border-box;
  z-index: 1;
  transform: translateX(-50%);
}

body.hns-route-contact-us .hns-contact-strip div:nth-child(2)::before {
  background-image: url("images/icons/contact-clock.svg");
}

body.hns-route-contact-us .hns-contact-strip div:nth-child(3)::before {
  background-image: url("images/icons/contact-response.svg");
}

body.hns-route-contact-us .hns-contact-strip div::after {
  content: "";
  position: absolute;
  inset: 4px -4px -4px 4px;
  z-index: -1;
  border: 1px solid #d9bd99;
  border-radius: 16px;
  pointer-events: none;
}

body.hns-route-contact-us .hns-contact-strip strong {
  display: block;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #3a2e26;
  margin-bottom: 9px;
  text-align: center;
}

body.hns-route-contact-us .hns-contact-strip span {
  color: #342b25;
  line-height: 1.65;
  text-align: center;
}

@media (max-width: 980px) {
  body.hns-route-contact-us .hns-contact-grid,
  body.hns-route-contact-us .hns-contact-strip {
    grid-template-columns: 1fr;
  }
}

/* Contact Us: give form fields and long contact details sufficient room on phones. */
@media (max-width: 640px) {
  body.hns-route-contact-us .hns-contact-fields {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  body.hns-route-contact-us .hns-contact-field,
  body.hns-route-contact-us .hns-contact-field.full,
  body.hns-route-contact-us .hns-contact-consent,
  body.hns-route-contact-us .hns-contact-submit {
    min-width: 0;
  }

  body.hns-route-contact-us .hns-contact-field input,
  body.hns-route-contact-us .hns-contact-field select,
  body.hns-route-contact-us .hns-contact-field textarea {
    min-width: 0;
  }

  body.hns-route-contact-us .hns-contact-card {
    padding: 16px 14px 16px 58px;
  }

  body.hns-route-contact-us .hns-contact-card-icon {
    top: 16px;
    left: 14px;
    width: 32px;
    height: 32px;
  }

  body.hns-route-contact-us .hns-contact-card a,
  body.hns-route-contact-us .hns-contact-card span {
    font-size: 14px;
    line-height: 1.55;
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

/* Footer: phone + newsletter heading must match logo white (overrides link grey) */
.hns-footer.hns-footer--dark .hns-footer__phone,
.hns-footer.hns-footer--dark .hns-footer__phone a,
.hns-footer.hns-footer--dark .hns-footer__newsletter-heading {
  color: #fff !important;
}

body.hns-route-shop .hns-brand-card--shop .hns-brand-card-body,
body.hns-route-shop .hns-shop-card-name,
body.hns-route-shop .hns-shop-card-meta {
  display: none !important;
}

/* Pub & Bar: celebration cards use the compact, editorial card treatment. */
body.hns-route-pub-bar .container:has(> h3 + .grid:has(.keyCard)),
body.hns-route-pubs .container:has(> h3 + .grid:has(.keyCard)) {
  width: min(calc(100% - 36px), 1280px) !important;
  max-width: none !important;
}

body.hns-route-pub-bar h3 + .grid:has(.keyCard),
body.hns-route-pubs h3 + .grid:has(.keyCard) {
  width: min(82%, 1080px) !important;
  max-width: 82% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  gap: 24px !important;
}

body.hns-route-pub-bar .keyCard,
body.hns-route-pubs .keyCard {
  overflow: hidden;
  border: 1px solid #e8e6e2;
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
  transition: transform .26s ease, border-color .26s ease, box-shadow .26s ease;
}

body.hns-route-pub-bar .keyCard .keyImage,
body.hns-route-pubs .keyCard .keyImage {
  width: calc(100% - 16px) !important;
  aspect-ratio: 1.58 / 1;
  margin: 8px 8px 0 !important;
  overflow: hidden;
  border-radius: 8px !important;
}

body.hns-route-pub-bar .keyCard .keyImage img,
body.hns-route-pubs .keyCard .keyImage img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  border-radius: inherit !important;
  transform: scale(1);
  transition: transform .35s ease;
}

body.hns-route-pub-bar .keyCard > div:last-child,
body.hns-route-pubs .keyCard > div:last-child {
  display: block !important;
  min-height: 51px;
  padding: 17px 14px 18px !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #1b1b1b;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.35;
  letter-spacing: .16em;
  text-align: left !important;
  text-transform: uppercase;
}

body.hns-route-pub-bar .keyCard > div:last-child > span,
body.hns-route-pubs .keyCard > div:last-child > span {
  display: none !important;
}

@media (hover: hover) {
  body.hns-route-pub-bar .keyCard:hover,
  body.hns-route-pubs .keyCard:hover {
    z-index: 1;
    border-color: #cfcac3;
    box-shadow: 0 16px 28px rgba(26, 22, 18, .14);
    transform: translateY(-3px);
  }

  body.hns-route-pub-bar .keyCard:hover .keyImage img,
  body.hns-route-pubs .keyCard:hover .keyImage img {
    transform: scale(1.055);
  }
}

@media (max-width: 767px) {
  body.hns-route-pub-bar .container:has(> h3 + .grid:has(.keyCard)),
  body.hns-route-pubs .container:has(> h3 + .grid:has(.keyCard)) {
    width: calc(100% - 32px) !important;
  }

  body.hns-route-pub-bar h3 + .grid:has(.keyCard),
  body.hns-route-pubs h3 + .grid:has(.keyCard) {
    width: 100% !important;
    max-width: 100% !important;
    gap: 16px !important;
  }
}

/* Leasing callback form — two-column layout (reference design) */
.hns-leasing-form--callback {
  background: #e7e3dd !important;
  padding: clamp(40px, 5vw, 88px) clamp(16px, 4vw, 48px) !important;
  text-align: left !important;
}

.hns-leasing-form--callback .hns-leasing-form__inner {
  width: min(1320px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.15fr);
  gap: clamp(28px, 4vw, 72px);
  align-items: start;
}

.hns-leasing-form--callback .hns-leasing-form__heading {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.08;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1a1a1a;
}

.hns-leasing-form--callback .hns-leasing-form__rule {
  width: 100%;
  max-width: 420px;
  height: 1px;
  margin: 18px 0 16px;
  background: #1a1a1a;
}

.hns-leasing-form--callback .hns-leasing-form__lead {
  margin: 0;
  max-width: 420px;
  font-size: 15px;
  line-height: 1.55;
  color: #3d3d3d;
}

.hns-leasing-form--callback .hns-leasing-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}

.hns-leasing-form--callback .hns-leasing-form__field--full {
  grid-column: 1 / -1;
}

.hns-leasing-form--callback .hns-leasing-form__label {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1a1a1a;
  font-weight: 500;
}

.hns-leasing-form--callback .hns-leasing-form__form input[type="text"],
.hns-leasing-form--callback .hns-leasing-form__form input[type="tel"],
.hns-leasing-form--callback .hns-leasing-form__form input[type="email"] {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  padding: 0 22px;
  font-size: 16px;
  color: #1a1a1a;
  outline: none;
  box-shadow: none;
}

.hns-leasing-form--callback .hns-leasing-form__form input::placeholder {
  color: #9a9a9a;
}

.hns-leasing-form--callback .hns-leasing-form__form input.hns-leasing-form__input--invalid {
  box-shadow: inset 0 0 0 1px #c62828;
}

.hns-leasing-form--callback .hns-leasing-form__error {
  margin: 6px 0 0;
  padding-left: 18px;
  font-size: 12px;
  line-height: 1.4;
  color: #c62828;
}

.hns-leasing-form--callback .hns-leasing-form__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
  margin-top: 22px;
}

.hns-leasing-form--callback .hns-leasing-form__submit {
  min-width: 160px;
  min-height: 52px;
  padding: 0 36px;
  border: 0;
  border-radius: 999px;
  background: #000;
  color: #e7e3dd;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.hns-leasing-form--callback .hns-leasing-form__submit:hover:not(:disabled) {
  opacity: 0.88;
}

.hns-leasing-form--callback .hns-leasing-form__submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.hns-leasing-form--callback .hns-leasing-form__privacy {
  margin: 0;
  flex: 1 1 200px;
  font-size: 13px;
  line-height: 1.45;
  color: #5c5c5c;
}

.hns-leasing-form--callback .hns-leasing-form__message {
  margin: 20px 0 0;
  font-size: 15px;
  line-height: 1.5;
}

.hns-leasing-form--callback .hns-leasing-form__message--success {
  color: #1b5e20;
}

.hns-leasing-form--callback .hns-leasing-form__message--error {
  color: #c62828;
}

.hns-leasing-form--callback .hns-leasing-form__success-popup {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.48);
}

.hns-leasing-form--callback .hns-leasing-form__success-popup[hidden] {
  display: none;
}

.hns-leasing-form--callback .hns-leasing-form__success-dialog {
  position: relative;
  width: min(440px, 100%);
  padding: 48px 42px 38px;
  border-radius: 18px;
  background: #fff;
  color: #1a1a1a;
  text-align: center;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.25);
}

.hns-leasing-form--callback .hns-leasing-form__success-close {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1a1a1a;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.hns-leasing-form--callback .hns-leasing-form__success-kicker {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6b6b6b;
}

.hns-leasing-form--callback .hns-leasing-form__success-dialog h3 {
  margin: 0 0 12px;
  font-size: 32px;
  font-weight: 400;
}

.hns-leasing-form--callback .hns-leasing-form__success-dialog p:not(.hns-leasing-form__success-kicker) {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.hns-leasing-form--callback .hns-leasing-form__success-button {
  min-width: 130px;
  min-height: 46px;
  margin-top: 26px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 900px) {
  .hns-leasing-form--callback .hns-leasing-form__inner {
    grid-template-columns: 1fr;
  }

  .hns-leasing-form--callback .hns-leasing-form__grid {
    grid-template-columns: 1fr;
  }
}

/* About Us: editorial page layout replacing the legacy video overview. */
body.hns-route-about-us .hns-about-page {
  background: #fff;
  color: #201c19;
  font-family: Montserrat, Arial, sans-serif;
}

body.hns-route-about-us .hns-about-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

body.hns-route-about-us .hns-about-eyebrow {
  margin: 0 0 20px;
  color: #7b6753;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.hns-route-about-us .hns-about-intro {
  padding: clamp(70px, 10vw, 138px) 0 clamp(56px, 8vw, 112px);
  background: #f6f4f1;
}

body.hns-route-about-us .hns-about-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
  gap: clamp(40px, 8vw, 150px);
  align-items: end;
}

body.hns-route-about-us .hns-about-intro h1,
body.hns-route-about-us .hns-about-section-heading h2,
body.hns-route-about-us .hns-about-closing h2 {
  margin: 0;
  color: #201c19;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(46px, 7.1vw, 106px);
  font-weight: 200;
  letter-spacing: -.045em;
  line-height: .95;
  text-transform: uppercase;
}

body.hns-route-about-us .hns-about-intro-copy {
  padding-bottom: 5px;
  color: #4e4741;
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.8;
}

body.hns-route-about-us .hns-about-intro-copy p {
  margin: 0 0 18px;
}

body.hns-route-about-us .hns-about-intro-copy p:last-child {
  margin-bottom: 0;
}

body.hns-route-about-us .hns-about-lead {
  color: #201c19;
  font-size: clamp(18px, 1.65vw, 23px);
  font-weight: 400;
  line-height: 1.55;
}

body.hns-route-about-us .hns-about-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(52px, 7vw, 100px);
  background: #d8d0c7;
  border: 1px solid #d8d0c7;
}

body.hns-route-about-us .hns-about-facts > div {
  min-height: 148px;
  padding: 26px 28px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body.hns-route-about-us .hns-about-facts strong {
  color: #6f5c48;
  font-family: Georgia, serif;
  font-size: clamp(30px, 3vw, 47px);
  font-weight: 400;
  line-height: 1;
}

body.hns-route-about-us .hns-about-facts span {
  max-width: 185px;
  color: #655d56;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.45;
  text-transform: uppercase;
}

body.hns-route-about-us .hns-about-highlights {
  padding: clamp(68px, 9vw, 132px) 0;
}

body.hns-route-about-us .hns-about-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: clamp(38px, 5vw, 70px);
}

body.hns-route-about-us .hns-about-section-heading h2 {
  max-width: 760px;
  font-size: clamp(40px, 5.5vw, 78px);
}

body.hns-route-about-us .hns-about-section-heading .hns-about-eyebrow {
  margin-bottom: 8px;
}

body.hns-route-about-us .hns-about-highlight-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

body.hns-route-about-us .hns-about-highlight-card {
  min-height: 285px;
  padding: 28px;
  border: 1px solid #ded7cf;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}

body.hns-route-about-us .hns-about-highlight-card:nth-child(1),
body.hns-route-about-us .hns-about-highlight-card:nth-child(2) {
  grid-column: span 6;
}

body.hns-route-about-us .hns-about-highlight-card:nth-child(n + 3) {
  grid-column: span 4;
}

body.hns-route-about-us .hns-about-highlight-card > span {
  color: #917d67;
  font-family: Georgia, serif;
  font-size: 18px;
}

body.hns-route-about-us .hns-about-highlight-card h3 {
  margin: auto 0 14px;
  color: inherit;
  font-size: clamp(19px, 1.7vw, 26px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.12;
  text-transform: uppercase;
}

body.hns-route-about-us .hns-about-highlight-card p {
  margin: 0;
  color: #665e57;
  font-size: 14px;
  line-height: 1.65;
}

@media (hover: hover) {
  body.hns-route-about-us .hns-about-highlight-card:hover {
    background: #2a2521;
    border-color: #2a2521;
    color: #fff;
    transform: translateY(-5px);
  }

  body.hns-route-about-us .hns-about-highlight-card:hover p {
    color: #e1d8ce;
  }
}

body.hns-route-about-us .hns-about-purpose {
  padding: 0 0 clamp(68px, 9vw, 132px);
  background: #fff;
}

body.hns-route-about-us .hns-about-purpose-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.hns-route-about-us .hns-about-purpose-card {
  min-height: 440px;
  padding: clamp(34px, 5vw, 72px);
  display: flex;
  flex-direction: column;
}

body.hns-route-about-us .hns-about-purpose-card--vision {
  background: #2a2521;
  color: #fff;
}

body.hns-route-about-us .hns-about-purpose-card--mission {
  background: #b39c81;
  color: #201c19;
}

body.hns-route-about-us .hns-about-purpose-card .hns-about-eyebrow {
  color: inherit;
  opacity: .72;
}

body.hns-route-about-us .hns-about-purpose-card h2 {
  margin: auto 0 24px;
  color: inherit;
  font-size: clamp(28px, 3.35vw, 49px);
  font-weight: 200;
  letter-spacing: -.035em;
  line-height: 1.05;
  text-transform: uppercase;
}

body.hns-route-about-us .hns-about-purpose-card > p:last-child {
  max-width: 490px;
  margin: 0;
  color: inherit;
  font-size: 15px;
  line-height: 1.65;
  opacity: .8;
}

body.hns-route-about-us .hns-about-values {
  padding: clamp(68px, 9vw, 132px) 0;
  background: #eee9e3;
}

body.hns-route-about-us .hns-about-section-heading--center {
  display: block;
  margin-bottom: clamp(38px, 5vw, 66px);
  text-align: center;
}

body.hns-route-about-us .hns-about-section-heading--center h2 {
  margin: 0 auto;
  font-size: clamp(42px, 5vw, 68px);
}

body.hns-route-about-us .hns-about-values-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid #c9bfb4;
}

body.hns-route-about-us .hns-about-values-grid article {
  min-height: 214px;
  padding: 24px 22px;
  border-right: 1px solid #c9bfb4;
}

body.hns-route-about-us .hns-about-values-grid article:first-child {
  border-left: 1px solid #c9bfb4;
}

body.hns-route-about-us .hns-about-values-grid h3 {
  margin: 0 0 18px;
  color: #342e29;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.hns-route-about-us .hns-about-values-grid p {
  margin: 0;
  color: #675e56;
  font-size: 14px;
  line-height: 1.65;
}

body.hns-route-about-us .hns-about-closing {
  padding: clamp(80px, 11vw, 160px) 0;
  background: #fff;
  text-align: center;
}

body.hns-route-about-us .hns-about-closing h2 {
  margin: 0 auto 30px;
  font-size: clamp(44px, 6.5vw, 92px);
}

body.hns-route-about-us .hns-about-closing > .hns-about-shell > p:last-child {
  max-width: 730px;
  margin: 0 auto;
  color: #5f5750;
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.8;
}

@media (max-width: 900px) {
  body.hns-route-about-us .hns-about-values-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.hns-route-about-us .hns-about-values-grid article:nth-child(4) {
    border-left: 1px solid #c9bfb4;
  }
}

@media (max-width: 700px) {
  body.hns-route-about-us .hns-about-shell {
    width: min(100% - 32px, 1240px);
  }

  body.hns-route-about-us .hns-about-intro {
    padding: 56px 0 48px;
  }

  body.hns-route-about-us .hns-about-intro-grid,
  body.hns-route-about-us .hns-about-purpose-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body.hns-route-about-us .hns-about-intro h1 {
    font-size: clamp(42px, 15vw, 68px);
  }

  body.hns-route-about-us .hns-about-facts,
  body.hns-route-about-us .hns-about-values-grid {
    grid-template-columns: 1fr;
  }

  body.hns-route-about-us .hns-about-facts > div {
    min-height: 118px;
  }

  body.hns-route-about-us .hns-about-section-heading {
    display: block;
  }

  body.hns-route-about-us .hns-about-section-heading h2 {
    font-size: clamp(37px, 12vw, 58px);
  }

  body.hns-route-about-us .hns-about-highlight-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.hns-route-about-us .hns-about-highlight-card:nth-child(n) {
    grid-column: auto;
    min-height: 228px;
    padding: 24px;
  }

  body.hns-route-about-us .hns-about-purpose-card {
    min-height: 330px;
    padding: 34px 28px;
  }

  body.hns-route-about-us .hns-about-values-grid article,
  body.hns-route-about-us .hns-about-values-grid article:nth-child(n) {
    min-height: 0;
    padding: 22px 20px;
    border-right: 1px solid #c9bfb4;
    border-left: 1px solid #c9bfb4;
    border-bottom: 1px solid #c9bfb4;
  }

  body.hns-route-about-us .hns-about-closing {
    padding: 72px 0;
  }
}

/* Keep the About Us content in the original H&S Group theme language. */
body.hns-route-about-us .hns-about-page,
body.hns-route-about-us .hns-about-intro,
body.hns-route-about-us .hns-about-highlights,
body.hns-route-about-us .hns-about-purpose,
body.hns-route-about-us .hns-about-values,
body.hns-route-about-us .hns-about-closing {
  background: #fff !important;
}

body.hns-route-about-us .hns-about-page,
body.hns-route-about-us .hns-about-page h1,
body.hns-route-about-us .hns-about-page h2,
body.hns-route-about-us .hns-about-page h3,
body.hns-route-about-us .hns-about-page p,
body.hns-route-about-us .hns-about-page span {
  font-family: Montserrat, Arial, sans-serif !important;
}

body.hns-route-about-us .hns-about-eyebrow {
  color: #3a2e26;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .24em;
}

body.hns-route-about-us .hns-about-intro {
  padding-top: clamp(64px, 8vw, 112px);
}

body.hns-route-about-us .hns-about-intro h1,
body.hns-route-about-us .hns-about-section-heading h2,
body.hns-route-about-us .hns-about-closing h2 {
  font-weight: 200 !important;
  letter-spacing: .015em;
}

body.hns-route-about-us .hns-about-intro-copy,
body.hns-route-about-us .hns-about-intro-copy p,
body.hns-route-about-us .hns-about-highlight-card p,
body.hns-route-about-us .hns-about-values-grid p,
body.hns-route-about-us .hns-about-closing > .hns-about-shell > p:last-child {
  color: #26211d;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}

body.hns-route-about-us .hns-about-lead {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.7;
}

body.hns-route-about-us .hns-about-facts {
  background: transparent;
  border-color: #d9bd99;
}

body.hns-route-about-us .hns-about-facts > div {
  min-height: 136px;
  background: #f7f4ef;
}

body.hns-route-about-us .hns-about-facts strong {
  color: #3a2e26;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: clamp(25px, 2.5vw, 38px);
  font-weight: 200;
  letter-spacing: .015em;
}

body.hns-route-about-us .hns-about-facts span {
  color: #3a2e26;
  font-size: 10px;
  font-weight: 500;
}

body.hns-route-about-us .hns-about-highlight-card {
  min-height: 190px;
  padding: 20px;
  border-color: #d9bd99;
  border-radius: 16px;
  background: #f7f4ef;
  box-shadow: none;
}

body.hns-route-about-us .hns-about-highlight-card > span {
  color: #6b5c4e;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: .1em;
}

body.hns-route-about-us .hns-about-highlight-card h3 {
  margin: 30px 0 10px;
  color: #3a2e26;
  font-size: clamp(17px, 1.5vw, 22px);
  font-weight: 700;
  letter-spacing: .02em;
}

@media (hover: hover) {
  body.hns-route-about-us .hns-about-highlight-card:hover {
    border-color: #b99870;
    background: #f7f4ef;
    color: #3a2e26;
    box-shadow: 0 12px 28px rgba(58, 46, 38, .08);
    transform: translateY(-3px);
  }

  body.hns-route-about-us .hns-about-highlight-card:hover p {
    color: #26211d;
  }
}

body.hns-route-about-us .hns-about-purpose-grid {
  gap: 18px;
}

body.hns-route-about-us .hns-about-purpose-card,
body.hns-route-about-us .hns-about-purpose-card--vision,
body.hns-route-about-us .hns-about-purpose-card--mission {
  min-height: 390px;
  border: 1px solid #d9bd99;
  border-radius: 16px;
  background: #f7f4ef;
  color: #3a2e26;
}

body.hns-route-about-us .hns-about-purpose-card .hns-about-eyebrow,
body.hns-route-about-us .hns-about-purpose-card h2,
body.hns-route-about-us .hns-about-purpose-card > p:last-child {
  color: #3a2e26;
  opacity: 1;
}

body.hns-route-about-us .hns-about-purpose-card h2 {
  font-size: clamp(27px, 3vw, 43px);
  font-weight: 200 !important;
  letter-spacing: .015em;
}

body.hns-route-about-us .hns-about-purpose-card > p:last-child {
  font-size: 13px;
  line-height: 1.7;
}

body.hns-route-about-us .hns-about-values {
  border-top: 1px solid #eee8e1;
  border-bottom: 1px solid #eee8e1;
}

body.hns-route-about-us .hns-about-values-grid,
body.hns-route-about-us .hns-about-values-grid article,
body.hns-route-about-us .hns-about-values-grid article:first-child {
  border-color: #d9bd99;
}

body.hns-route-about-us .hns-about-values-grid h3 {
  color: #3a2e26;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .12em;
}

body.hns-route-about-us .hns-about-values-grid p {
  color: #3a2e26;
  font-size: 13px;
}

@media (max-width: 700px) {
  body.hns-route-about-us .hns-about-highlight-card:nth-child(n) {
    min-height: 178px;
    padding: 18px;
  }

  body.hns-route-about-us .hns-about-highlight-card h3 {
    margin-top: 24px;
  }
}

/* About H&S Mall intro: match the original "Iconic by Design" type scale. */
body.hns-route-about-us .hns-about-intro h1 {
  width: 100%;
  justify-self: stretch;
  font-size: clamp(38px, 4.8vw, 56px) !important;
  font-weight: 200 !important;
  letter-spacing: .015em !important;
  line-height: 1.2 !important;
  text-align: center;
  white-space: nowrap;
}

body.hns-route-about-us .hns-about-intro-grid {
  grid-template-columns: minmax(0, .9fr) minmax(390px, 1fr);
  gap: clamp(28px, 4vw, 60px);
  align-items: center;
}

body.hns-route-about-us .hns-about-intro-copy,
body.hns-route-about-us .hns-about-intro-copy p,
body.hns-route-about-us .hns-about-lead {
  font-size: 15px !important;
  line-height: 1.7;
}

/* Match the original H&S Group feature-card treatment for the three facts. */
body.hns-route-about-us .hns-about-facts {
  gap: 30px;
  margin-top: clamp(54px, 7vw, 84px);
  padding-top: 28px;
  border: 0;
  background: transparent;
}

body.hns-route-about-us .hns-about-facts > div {
  position: relative;
  min-height: 142px;
  padding: 48px 18px 20px;
  border: 1px solid #d9bd99;
  border-radius: 16px;
  background: #f7f4ef;
  text-align: center;
  align-items: center;
  justify-content: flex-start;
}

body.hns-route-about-us .hns-about-facts > div::after {
  content: "";
  position: absolute;
  inset: 4px -4px -4px 4px;
  z-index: -1;
  border: 1px solid #d9bd99;
  border-radius: 16px;
}

body.hns-route-about-us .hns-about-facts img {
  position: absolute;
  top: -29px;
  left: 50%;
  width: 58px;
  height: 58px;
  padding: 14px;
  border: 1px solid #d9bd99;
  border-radius: 50%;
  background: #fff;
  object-fit: contain;
  transform: translateX(-50%);
}

body.hns-route-about-us .hns-about-facts strong {
  font-size: clamp(22px, 2.25vw, 32px);
  line-height: 1.15;
}

body.hns-route-about-us .hns-about-facts span {
  max-width: 100%;
  margin-top: 10px;
  text-align: center;
}

/* Tighten the transition from the banner into the About Us introduction. */
body.hns-route-about-us .hns-about-intro {
  padding-top: clamp(24px, 3vw, 40px);
  padding-bottom: clamp(28px, 3vw, 42px);
}

body.hns-route-about-us .hns-about-highlights {
  padding-top: clamp(44px, 5vw, 72px);
}

@media (max-width: 700px) {
  body.hns-route-about-us .hns-about-intro h1 {
    font-size: clamp(28px, 8.5vw, 42px) !important;
  }

  body.hns-route-about-us .hns-about-intro-grid {
    grid-template-columns: 1fr;
  }

  body.hns-route-about-us .hns-about-intro {
    padding-top: 28px;
    padding-bottom: 30px;
  }

  body.hns-route-about-us .hns-about-facts {
    gap: 32px;
    margin-top: 32px;
    padding-top: 26px;
  }
}

@media (min-width: 701px) and (max-width: 900px) {
  body.hns-route-about-us .hns-about-intro-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }

  body.hns-route-about-us .hns-about-intro-copy,
  body.hns-route-about-us .hns-about-intro-copy p,
  body.hns-route-about-us .hns-about-lead {
    font-size: 14px !important;
  }
}

/* Vision, mission and values use a clear paragraph-and-list treatment. */
body.hns-route-about-us .hns-about-details {
  padding: clamp(54px, 7vw, 92px) 0;
  background: #fff;
}

body.hns-route-about-us .hns-about-details .hns-about-shell {
  width: min(1000px, calc(100% - 48px));
}

body.hns-route-about-us .hns-about-details article {
  margin: 0 0 28px;
}

body.hns-route-about-us .hns-about-details article:last-child {
  margin-bottom: 0;
}

body.hns-route-about-us #root .hns-about-details h2 {
  margin: 0 0 4px;
  color: #222;
  font-family: Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.4 !important;
  text-align: left;
  text-transform: uppercase !important;
}

body.hns-route-about-us .hns-about-details p,
body.hns-route-about-us .hns-about-details li {
  color: #222;
  font-family: Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.42;
  text-transform: none;
}

body.hns-route-about-us .hns-about-details p {
  margin: 0;
}

body.hns-route-about-us .hns-about-details ul {
  margin: 24px 0 0;
  padding-left: 28px;
}

body.hns-route-about-us .hns-about-details li {
  padding-left: 4px;
}

body.hns-route-about-us .hns-about-details strong {
  font-weight: 700;
}

@media (max-width: 700px) {
  body.hns-route-about-us .hns-about-details {
    padding: 42px 0 56px;
  }

  body.hns-route-about-us .hns-about-details .hns-about-shell {
    width: min(100% - 32px, 1000px);
  }

  body.hns-route-about-us #root .hns-about-details h2 {
    font-size: 16px !important;
  }

  body.hns-route-about-us .hns-about-details p,
  body.hns-route-about-us .hns-about-details li {
    font-size: 16px !important;
    line-height: 1.5;
  }
}

/* Terms of Use-style cards for the About Us supporting content. */
body.hns-route-about-us .hns-about-details .hns-about-details-card {
  position: relative;
  margin: 0 0 14px;
  padding: 18px 22px 18px 54px;
  border: 1px solid #e1d4c2;
  border-radius: 14px;
  background: #f7f4ef;
}

body.hns-route-about-us .hns-about-details .hns-about-details-card::before,
body.hns-route-about-us .hns-about-details-values li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8b6f4f;
}

body.hns-route-about-us .hns-about-details .hns-about-details-card::before {
  top: 29px;
  left: 24px;
}

body.hns-route-about-us #root .hns-about-details .hns-about-details-card h2,
body.hns-route-about-us .hns-about-details .hns-about-details-card p {
  display: inline;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.75;
}

body.hns-route-about-us #root .hns-about-details .hns-about-details-card h2 {
  margin: 0;
  color: #372e27;
  font-weight: 700 !important;
  text-transform: none !important;
}

body.hns-route-about-us #root .hns-about-details .hns-about-details-card h2::after {
  content: ": ";
}

body.hns-route-about-us .hns-about-details .hns-about-details-card p {
  color: #372e27;
}

body.hns-route-about-us .hns-about-details-values {
  margin: 44px 0 40px;
}

body.hns-route-about-us #root .hns-about-details .hns-about-details-values h2 {
  margin: 0 0 24px;
  color: #171717;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: clamp(27px, 3vw, 42px) !important;
  font-weight: 300 !important;
  letter-spacing: .04em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body.hns-route-about-us .hns-about-details-values ul {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.hns-route-about-us .hns-about-details-values li {
  position: relative;
  margin: 0;
  padding: 18px 22px 18px 54px;
  border: 1px solid #e1d4c2;
  border-radius: 14px;
  background: #f7f4ef;
  color: #372e27;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.75;
}

body.hns-route-about-us .hns-about-details-values li::before {
  top: 29px;
  left: 24px;
}

@media (max-width: 700px) {
  body.hns-route-about-us .hns-about-details .hns-about-details-card,
  body.hns-route-about-us .hns-about-details-values li {
    padding: 15px 16px 15px 42px;
    font-size: 14px !important;
  }

  body.hns-route-about-us .hns-about-details .hns-about-details-card::before,
  body.hns-route-about-us .hns-about-details-values li::before {
    top: 25px;
    left: 18px;
  }
}

/* Values return to the original five-column editorial grid. */
body.hns-route-about-us .hns-about-details-values {
  margin: clamp(70px, 9vw, 110px) 0 clamp(64px, 8vw, 100px);
}

body.hns-route-about-us .hns-about-details-values .hns-about-values-kicker {
  margin: 0 0 14px;
  color: #3a2e26;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 500;
  letter-spacing: .24em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

body.hns-route-about-us #root .hns-about-details .hns-about-details-values h2 {
  margin: 0 0 clamp(44px, 6vw, 70px);
  font-size: clamp(42px, 5vw, 68px) !important;
  font-weight: 200 !important;
  letter-spacing: .015em !important;
  text-align: center;
}

body.hns-route-about-us .hns-about-details-values ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid #d9bd99;
  border-bottom: 1px solid #d9bd99;
}

body.hns-route-about-us .hns-about-details-values li {
  min-height: 166px;
  margin: 0;
  padding: 20px 18px;
  border: 0;
  border-right: 1px solid #d9bd99;
  border-radius: 0;
  background: #fff;
  color: #3a2e26;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400;
  line-height: 1.6;
}

body.hns-route-about-us .hns-about-details-values li:first-child {
  border-left: 1px solid #d9bd99;
}

body.hns-route-about-us .hns-about-details-values li::before {
  display: none;
}

body.hns-route-about-us .hns-about-details-values li strong {
  display: block;
  margin-bottom: 14px;
  color: #3a2e26;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.35;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  body.hns-route-about-us .hns-about-details-values ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.hns-route-about-us .hns-about-details-values li:nth-child(4) {
    border-left: 1px solid #d9bd99;
  }
}

@media (max-width: 700px) {
  body.hns-route-about-us .hns-about-details-values ul {
    grid-template-columns: 1fr;
  }

  body.hns-route-about-us .hns-about-details-values li,
  body.hns-route-about-us .hns-about-details-values li:nth-child(n) {
    min-height: 0;
    padding: 18px;
    border-right: 1px solid #d9bd99;
    border-left: 1px solid #d9bd99;
    border-bottom: 1px solid #d9bd99;
  }
}

/* Vision, mission and closing statement use the same centred editorial style
   as the Values heading and the introductory description. */
body.hns-route-about-us .hns-about-details .hns-about-details-card {
  margin: clamp(70px, 9vw, 110px) 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
}

body.hns-route-about-us .hns-about-details .hns-about-details-card::before {
  display: none;
}

body.hns-route-about-us #root .hns-about-details .hns-about-details-card h2 {
  display: block;
  margin: 0 0 24px;
  color: #201c19;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: clamp(42px, 5vw, 68px) !important;
  font-weight: 200 !important;
  letter-spacing: .015em !important;
  line-height: 1.15 !important;
  text-align: center;
  text-transform: uppercase !important;
}

body.hns-route-about-us #root .hns-about-details .hns-about-details-card h2::after {
  content: none;
}

body.hns-route-about-us .hns-about-details .hns-about-details-card p {
  display: block;
  max-width: 680px;
  margin: 0 auto;
  color: #26211d;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7;
  text-align: center;
}

body.hns-route-about-us .hns-about-details .hns-about-details-card:first-child {
  margin-top: 0;
}

body.hns-route-about-us .hns-about-details .hns-about-details-card:last-child {
  margin-bottom: 0;
}

@media (max-width: 700px) {
  body.hns-route-about-us .hns-about-details .hns-about-details-card {
    margin: 58px 0;
  }

  body.hns-route-about-us #root .hns-about-details .hns-about-details-card h2 {
    margin-bottom: 18px;
    font-size: clamp(34px, 10vw, 46px) !important;
  }

  body.hns-route-about-us .hns-about-details .hns-about-details-card p {
    font-size: 15px !important;
  }
}

/* Compact the vertical rhythm between About Us editorial sections. */
body.hns-route-about-us .hns-about-highlights {
  padding-bottom: clamp(40px, 5vw, 56px);
}

body.hns-route-about-us .hns-about-details {
  padding-top: clamp(30px, 4vw, 46px);
  padding-bottom: clamp(46px, 6vw, 72px);
}

body.hns-route-about-us .hns-about-details .hns-about-details-card {
  margin-top: clamp(44px, 5vw, 58px);
  margin-bottom: clamp(44px, 5vw, 58px);
}

body.hns-route-about-us .hns-about-details-values {
  margin-top: clamp(48px, 5.5vw, 64px);
  margin-bottom: clamp(48px, 5.5vw, 64px);
}

body.hns-route-about-us #root .hns-about-details .hns-about-details-card h2 {
  margin-bottom: 18px;
}

body.hns-route-about-us #root .hns-about-details .hns-about-details-values h2 {
  margin-bottom: clamp(34px, 4vw, 48px);
}

@media (max-width: 700px) {
  body.hns-route-about-us .hns-about-highlights {
    padding-bottom: 36px;
  }

  body.hns-route-about-us .hns-about-details {
    padding-top: 26px;
    padding-bottom: 52px;
  }

  body.hns-route-about-us .hns-about-details .hns-about-details-card,
  body.hns-route-about-us .hns-about-details-values {
    margin-top: 44px;
    margin-bottom: 44px;
  }
}

/* Reduce editorial heading scale and give the descriptions full reading width. */
body.hns-route-about-us #root .hns-about-details .hns-about-details-card h2,
body.hns-route-about-us #root .hns-about-details .hns-about-details-values h2 {
  font-size: clamp(34px, 4vw, 52px) !important;
}

body.hns-route-about-us .hns-about-details .hns-about-details-card p {
  width: min(100%, 900px);
  max-width: none;
  font-size: 15px !important;
  line-height: 1.7;
}

@media (max-width: 700px) {
  body.hns-route-about-us #root .hns-about-details .hns-about-details-card h2,
  body.hns-route-about-us #root .hns-about-details .hns-about-details-values h2 {
    font-size: clamp(30px, 8.5vw, 42px) !important;
  }

  body.hns-route-about-us .hns-about-details .hns-about-details-card p {
    width: 100%;
    font-size: 15px !important;
  }
}

/* One consistent vertical rhythm between the About Us sections. */
body.hns-route-about-us .hns-about-intro {
  padding-top: clamp(18px, 2vw, 24px);
  padding-bottom: clamp(18px, 2vw, 24px);
}

body.hns-route-about-us .hns-about-highlights {
  padding-top: clamp(22px, 2.5vw, 28px);
  padding-bottom: clamp(22px, 2.5vw, 28px);
}

body.hns-route-about-us .hns-about-details {
  padding-top: clamp(22px, 2.5vw, 28px);
  padding-bottom: clamp(44px, 5vw, 56px);
}

body.hns-route-about-us .hns-about-details .hns-about-details-card {
  margin-top: clamp(44px, 5vw, 52px);
  margin-bottom: clamp(44px, 5vw, 52px);
}

body.hns-route-about-us .hns-about-details-values {
  margin-top: clamp(44px, 5vw, 52px);
  margin-bottom: clamp(44px, 5vw, 52px);
}

@media (max-width: 700px) {
  body.hns-route-about-us .hns-about-intro,
  body.hns-route-about-us .hns-about-highlights,
  body.hns-route-about-us .hns-about-details {
    padding-top: 22px;
  }

  body.hns-route-about-us .hns-about-intro,
  body.hns-route-about-us .hns-about-highlights {
    padding-bottom: 22px;
  }
}

/* Expand and strengthen the Values grid. */
body.hns-route-about-us .hns-about-details .hns-about-shell {
  width: min(1240px, calc(100% - 48px));
}

body.hns-route-about-us .hns-about-details-values li {
  min-height: 190px;
  padding: 24px 22px;
  font-size: 15px !important;
  line-height: 1.65;
}

body.hns-route-about-us .hns-about-details-values li strong {
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 700px) {
  body.hns-route-about-us .hns-about-details .hns-about-shell {
    width: min(100% - 32px, 1240px);
  }

  body.hns-route-about-us .hns-about-details-values li,
  body.hns-route-about-us .hns-about-details-values li:nth-child(n) {
    min-height: 0;
    padding: 20px;
    font-size: 15px !important;
  }
}

/* Destination highlights use the same icon-topped feature-card style as Home. */
body.hns-route-about-us .hns-about-highlight-grid {
  gap: 48px 18px;
}

body.hns-route-about-us .hns-about-highlight-card {
  position: relative;
  isolation: isolate;
  min-height: 166px;
  padding: 56px 24px 22px;
  border-color: #d9bd99;
  border-radius: 16px;
  background: #f7f4ef;
  align-items: center;
  justify-content: center;
  text-align: center;
}

body.hns-route-about-us .hns-about-highlight-card::after {
  content: "";
  position: absolute;
  inset: 4px -4px -4px 4px;
  z-index: -1;
  border: 1px solid #d9bd99;
  border-radius: 16px;
  pointer-events: none;
}

body.hns-route-about-us .hns-about-highlight-card > span {
  display: none;
}

body.hns-route-about-us .hns-about-highlight-icon {
  position: absolute;
  top: -29px;
  left: 50%;
  width: 58px;
  height: 58px;
  padding: 14px;
  border: 1px solid #d9bd99;
  border-radius: 50%;
  background: #fff;
  object-fit: contain;
  transform: translateX(-50%);
}

body.hns-route-about-us .hns-about-highlight-card h3 {
  margin: 0 0 10px;
  text-align: center;
}

body.hns-route-about-us .hns-about-highlight-card p {
  width: 100%;
  margin: 0;
  text-align: center;
}

@media (hover: hover) {
  body.hns-route-about-us .hns-about-highlight-card:hover h3 {
    color: #fff;
  }
}

@media (max-width: 700px) {
  body.hns-route-about-us .hns-about-highlight-grid {
    gap: 42px 12px;
  }

  body.hns-route-about-us .hns-about-highlight-card:nth-child(n) {
    min-height: 164px;
    padding: 54px 18px 20px;
  }
}

/* Match the Home feature-card text scale and keep hover visual-only. */
body.hns-route-about-us .hns-about-highlight-card h3 {
  color: #3a2e26;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.4;
}

body.hns-route-about-us .hns-about-highlight-card p {
  color: #3a2e26;
  font-size: 14px;
  line-height: 1.6;
}

@media (hover: hover) {
  body.hns-route-about-us .hns-about-highlight-card:hover {
    border-color: #b99870;
    background: #f7f4ef;
    color: #3a2e26;
    box-shadow: 0 12px 28px rgba(58, 46, 38, .10);
    transform: translateY(-3px);
  }

  body.hns-route-about-us .hns-about-highlight-card:hover h3,
  body.hns-route-about-us .hns-about-highlight-card:hover p {
    color: #3a2e26;
  }
}

/* Home logo sliders: show four logo-only tiles without decorative circles. */
body.hns-route-home .hns-home-logo-carousel {
  padding: 32px 48px 56px !important;
  background: #fff !important;
}

body.hns-route-home .hns-home-logo-carousel::after {
  position: absolute;
  right: 10%;
  bottom: 24px;
  left: 10%;
  height: 1px;
  content: "";
  background: #e8e5e1;
  pointer-events: none;
}

body.hns-route-home main section:has(.hns-home-logo-carousel .swiper-wrapper img.object-contain) > .container > .hns-home-logo-carousel:not(.swiper-fade) {
  margin-top: 0 !important;
  transform: none !important;
}

body.hns-route-home main section:has(.hns-home-logo-carousel .swiper-wrapper img.object-contain) {
  background: #fff !important;
}

body.hns-route-home .hns-home-logo-carousel .swiper,
body.hns-route-home .hns-home-logo-carousel .swiper-wrapper,
body.hns-route-home .hns-home-logo-carousel .swiper-slide {
  background: #fff !important;
}

body.hns-route-home .hns-home-logo-carousel .swiper-slide > div {
  width: 100% !important;
  height: 150px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background-image: none !important;
}

body.hns-route-home .hns-home-logo-carousel .swiper-slide img {
  width: min(100%, 228px) !important;
  height: 128px !important;
  max-width: none !important;
  object-fit: contain !important;
  transform: scale(1.12) !important;
}

@media (max-width: 819px) {
  body.hns-route-home .hns-home-logo-carousel {
    padding: 24px 34px 44px !important;
  }

  body.hns-route-home .hns-home-logo-carousel::after {
    right: 8%;
    bottom: 18px;
    left: 8%;
  }

  body.hns-route-home .hns-home-logo-carousel .swiper-slide > div {
    height: 120px !important;
  }

  body.hns-route-home .hns-home-logo-carousel .swiper-slide img {
    width: min(100%, 188px) !important;
    height: 100px !important;
    transform: scale(1.08) !important;
  }
}

/* Keep the Home overview headline readable when its two phrases meet. */
body.hns-route-home #hs-group .hns-headline-split {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  column-gap: .32em !important;
  row-gap: .12em !important;
}

body.hns-route-home #hs-group .hns-headline-col {
  display: inline-block !important;
}

/* Gallery uses the same compact pill treatment as the Home section buttons. */
body.hns-route-home .hns-home-section-pill:not(.hns-home-logo-carousel) {
  min-width: 105px !important;
  height: 30px !important;
  min-height: 30px !important;
  margin: 0 auto 18px !important;
  padding: 0 20px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .16em !important;
}

/* Home section pills are intentionally independent for future size changes. */
body.hns-route-home #root main .hns-home-section-pill--brand {
  width: 134px !important;
  min-width: 134px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 30px !important;
  font-size: 14px !important;
}

body.hns-route-home #root main .hns-home-section-pill--dine {
  width: 104px !important;
  min-width: 104px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 30px !important;
  font-size: 14px !important;
}

body.hns-route-home #root main .hns-home-section-pill--pub-bar {
  width: 158px !important;
  min-width: 158px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 30px !important;
  font-size: 14px !important;
}

body.hns-route-home #root main .hns-home-section-pill--entertainment {
  width: 200px !important;
  min-width: 200px !important;
  height: 44px !important;
  min-height: 30px !important;
  padding: 0 20px !important;
  font-size: 14px !important;
}

body.hns-route-home #root main .hns-home-section-pill--gallery {
  width: 108px !important;
  min-width: 108px !important;
  height: 44px !important;
  min-height: 30px !important;
  padding: 0 20px !important;
  font-size: 14px !important;
}

/* Keep the Gallery label directly above its managed image frame. */
body.hns-route-home #gallery .hns-home-gallery-heading {
  display: flex !important;
  width: 100% !important;
  justify-content: center !important;
}

body.hns-route-home #gallery .hns-home-gallery-heading .hns-home-section-pill--gallery {
  margin: 0 auto 18px !important;
}

/* Give the gallery frame room before the leasing callback section begins. */
body.hns-route-home #gallery + section {
  margin-top: 36px !important;
}

body.hns-route-home main:has(#gallery) > .hns-leasing-form--callback {
  margin-top: 36px !important;
}

@media (max-width: 767px) {
  body.hns-route-home #gallery + section {
    margin-top: 24px !important;
  }

  body.hns-route-home main:has(#gallery) > .hns-leasing-form--callback {
    margin-top: 24px !important;
  }

  /* Keep the inner gallery stage within the compact mobile frame. */
  body.hns-route-home #gallery .hns-managed-gallery-stage,
  body.hns-route-home #gallery .hns-managed-gallery-panel,
  body.hns-route-home #gallery .hns-managed-gallery-panel img {
    height: 100% !important;
    min-height: 0 !important;
  }
}

/* Footer contact details: ordered location, phone, then email with white icons. */
.hns-footer .hns-footer__contact-line {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hns-footer .hns-footer__contact-icon {
  display: inline-flex;
  flex: 0 0 20px;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #fff !important;
}

.hns-footer .hns-footer__contact-icon svg {
  display: block;
  width: 20px;
  height: 20px;
  max-width: none;
  color: #fff !important;
}

.hns-footer .hns-footer__newsletter-heading,
.hns-footer .hns-footer__copyright {
  color: #fff !important;
}

/* About Us: simple, text-only content layout. */
body.hns-route-about-us .hns-about-page {
  padding: clamp(64px, 8vw, 96px) 24px clamp(72px, 9vw, 112px);
  background: #fff !important;
}

body.hns-route-about-us .hns-about-copy {
  width: min(72%, 1400px);
  margin: 0 auto;
  color: #171717;
  font-family: Averta, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

body.hns-route-about-us .hns-about-copy section {
  margin: 0 0 34px;
}

body.hns-route-about-us .hns-about-copy section:last-child {
  margin-bottom: 0;
}

body.hns-route-about-us #root .hns-about-page .hns-about-copy h1,
body.hns-route-about-us #root .hns-about-page .hns-about-copy h2 {
  margin: 0 0 2px;
  color: #171717;
  font-family: Averta, Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.4 !important;
  text-align: left;
  text-transform: none !important;
}

body.hns-route-about-us .hns-about-copy p {
  margin: 0;
  color: inherit;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit;
  letter-spacing: 0;
  line-height: inherit;
}

body.hns-route-about-us .hns-about-copy p + p {
  margin-top: 2px;
}

body.hns-route-about-us .hns-about-copy ul {
  margin: 8px 0 0;
  padding-left: 24px;
  list-style: disc;
}

body.hns-route-about-us .hns-about-copy li {
  margin: 2px 0;
  padding-left: 2px;
}

@media (max-width: 700px) {
  body.hns-route-about-us .hns-about-page {
    padding: 42px 16px 64px;
  }

  body.hns-route-about-us .hns-about-copy {
    font-size: 15px;
    line-height: 1.6;
  }

  body.hns-route-about-us .hns-about-copy section {
    margin-bottom: 28px;
  }

  body.hns-route-about-us #root .hns-about-page .hns-about-copy h1,
  body.hns-route-about-us #root .hns-about-page .hns-about-copy h2 {
    font-size: 19px !important;
  }
}

/* Footer brand: use the supplied H&S Mall mark in place of the text lockup. */
.hns-footer.hns-footer--dark .hns-footer__brand-logo {
  display: block;
  width: min(100%, 170px);
  height: auto;
  margin: 0 0 22px;
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 700px) {
  .hns-footer.hns-footer--dark .hns-footer__brand-logo {
    width: min(100%, 155px);
    margin-bottom: 18px;
  }
}

/* Services: match the About Us body-copy treatment. */
body.hns-route-services .hns-services-section .hns-page-managed-subtitle {
  width: min(72%, 1400px);
  max-width: none;
  margin: 18px auto 44px;
  padding: 0;
  color: #626262;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  text-align: center;
  white-space: normal;
}

@media (max-width: 700px) {
  body.hns-route-services .hns-services-section .hns-page-managed-subtitle {
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
  }
}

/* Home entertainment: keep both static brand marks on one centred mobile row. */
@media (max-width: 559px) {
  body.hns-route-home .hns-home-entertainment-carousel .swiper-wrapper {
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: 8px !important;
  }

  body.hns-route-home .hns-home-entertainment-carousel .swiper-slide {
    flex: 0 0 130px !important;
    width: 130px !important;
  }

  body.hns-route-home .hns-home-entertainment-carousel .swiper-slide > div {
    margin-inline: auto !important;
  }
}
