
.hinckley-location-finder {
    --hlf-header-height: 0px;
    --hlf-height: calc(100vh - var(--hlf-header-height));
    display: grid;
    grid-template-columns: minmax(340px, 41%) 1fr;
    height: var(--hlf-height);
    min-height: 720px;
    background: #f3f3f3;

}

.hlf-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
}

.hlf-controls {
    padding: 82px 36px 44px;
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
}

.hlf-controls h2 {
    margin: 0 0 26px;
    color: #000;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
}

.hlf-selects {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.hlf-selects select {
    width: 100%;
    min-height: 52px;
    padding: 0 48px 0 16px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #000 50%),
        linear-gradient(135deg, #000 50%, transparent 50%);
    background-position:
        calc(100% - 24px) 20px,
        calc(100% - 16px) 20px;
    background-size: 8px 8px, 8px 8px;
    background-repeat: no-repeat;
}

.hlf-list {
    position: relative;
    flex: 1;
    min-height: 0;
    padding: 32px 36px 96px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #f1f1f1;
}

.hlf-panel::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 150px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(241, 241, 241, 0), rgba(241, 241, 241, .96) 72%, #f1f1f1);
    z-index: 2;
}

.hlf-card {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 18px;
    padding: 28px 34px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .02);
    transition: opacity .2s ease, transform .2s ease;
}

.hlf-card.is-active,
.hlf-card:hover {
    transform: translateY(-1px);
}

.hlf-card.is-hidden {
    display: none;
}

.hlf-card h3 {
    margin: 0 0 10px;
    color: #000;
    font-size: 1.275rem !important;
    font-weight: 500;
    line-height: 1.2;
}

.hlf-card p {
    margin: 0;
    color: #9b9b9b;
    font-size: 15px;
    line-height: 1.35;
    padding: 0;
}

.hlf-empty {
    margin: 0;
    padding: 24px;
    color: #777;
    background: #fff;
    font-size: 16px;
}

.hlf-card .light-icon-map-pin {
    margin-right: 8px;
    color: #000;
    font-size: 18px;
}

.hlf-arrow {
    flex: 0 0 auto;
    color: #000;
    text-decoration: none;
    font-size: 36px;
    line-height: 1;
}

.hlf-arrow i {
    display: block;
}

.hlf-map {
    height: var(--hlf-height);
    min-height: 720px;
    background: #ddd;
}

.hlf-map.has-notice {
    display: flex;
}

.hlf-map-notice {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 720px;
    padding: 32px;
    color: #333;
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    filter: grayscale(0);
}


.hlf-popup-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 126px;
    overflow: visible;
    background: #f1f1f1;
}

.hlf-popup-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hlf-popup-body {
    padding: 5px;
}

.hlf-popup h3 {
    margin: 0 0 8px !important;
    font-size: 19px !important;
    font-weight: 500;
    line-height: 1.25;
    font-family: 'gothambook';
}

.hlf-popup p {
    margin: 0 0 20px;
    padding: 0;
    color: #999;
    font-size: 15px;
    line-height: 1.35;
    font-family: 'gothambook';
}

.hlf-popup-links {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 14px;
    font-size: var(--hn-location-font-xs);
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'gothambook';
}

.hlf-popup-links a {
    color: #000;
    text-decoration: none;
    font-family: 'gothambook';
}

.hlf-popup-button {
    display: block;
    padding: 15px;
    background: #000;
    color: #fff !important;
    text-align: center;
    font-family: 'gothambook';
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.cover-area {
    height: 500px;
}

.cover-bg {
    height: 500px;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.cover-content {
    position: relative;
    z-index: 2;
}

.sticky-column,
.is-sticky-column {
    --sticky-column-offset: 120px;
    position: sticky;
    top: var(--sticky-column-offset);
    align-self: flex-start;
    z-index: 5;
}

.wp-block-columns:has(> .wp-block-column.sticky-column),
.wp-block-columns:has(> .wp-block-column.is-sticky-column),
.wp-block-columns:has(> .wp-block-column.is-style-sticky-column) {
    align-items: flex-start;
    overflow: visible;
}

.wp-block-column.sticky-column,
.wp-block-column.is-sticky-column,
.wp-block-column.is-style-sticky-column {
    --sticky-column-offset: 120px;
    position: sticky;
    top: var(--sticky-column-offset);
    align-self: flex-start;
    height: fit-content;
    z-index: 5;
}

.detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detail-grid-item {
    position: relative;
    padding: 70px 72px;
    border-bottom: 1px solid #d6d6d6;
}

.detail-grid-item:nth-child(odd) {
    padding-left: 0;
    border-right: 1px solid #cfcfcf;
}

.detail-grid-item:nth-child(even) {
    padding-right: 0;
}

.detail-grid-item:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.detail-grid-item h2,
.detail-grid-item h3,
.detail-grid-item h4 {
    margin: 0 0 15px;
    color: #000;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}

.detail-grid-item p {}

.detail-grid-item .wp-block-image,
.detail-grid-item figure {
    margin: 0 0 40px;
}

.detail-grid-item img {
    max-width: 100%;
    height: auto;
}
.arrow-btn a,
.detail-grid-item a {
  display: inline-flex;
      align-items: center;
      gap: 10px;
      color: #000;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 2px;
      font-family: 'gothambook';
}
.arrow-btn a::after,
.detail-grid-item a::after {
    content: "\ea28";
        font-family: 'light-icon' !important;
    color: #000;
    font-size: 21px;
    font-weight: 400;
    line-height: .8;
    letter-spacing: 0;
    position: relative;
    top:2px;
}

.cover-bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.link-icon,
.link-icon svg {
    width: 32px;
    height: 32px;
}

.card-with-icon {
    padding-right: 100px;
    position: relative;
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

.card-with-icon:nth-child(1) {
    margin-top: 0;
}

.card-with-icon:last-child {
    padding-bottom: 0;
    border-bottom: 0 solid #ddd;
}

.card-with-icon .link-icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -41px;
    padding: 0;
    margin-bottom: 0;
}

.card-with-icon p {
    padding-bottom: 0;
}

.single-service h2 {
    font-size: calc(1.325rem + .9vw);
    color: #002B5C;
    margin-bottom: 15px;
}

.single-service h3 {
    font-size: calc(1.275rem + .3vw);
    color: #002B5C;
    margin-bottom: 20px;
}
.wp-block-accordion-heading{
  margin-bottom: 0 !important;
}
.single-service .inner-banner {
    margin-bottom: 0;
}

.hinckley-location-search {
    background: #fff;
}

.hls-form {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr) minmax(220px, 1fr);
    gap: 14px;
    padding: 0 0px 32px 0;
    max-width: 960px;
}

.hls-form select,
.hls-submit {
  width: 100%;
  min-height: 52px;
  padding: 0 48px 0 16px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  color: #686868;
  font-size: 14px;
  font-weight: 400;
    font-family: 'gothambook';
}

.hls-form select {
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #000 50%),
        linear-gradient(135deg, #000 50%, transparent 50%);
    background-position:
        calc(100% - 24px) 20px,
        calc(100% - 16px) 20px;
    background-size: 8px 8px, 8px 8px;
    background-repeat: no-repeat;
}

.hls-submit {
    padding: 0 16px;
    border-color: #000;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.hls-map {
    height: 560px;
    min-height: 420px;
    background: #ddd;
}

.hinckley-location-map-widget {
    width: 100%;
}

.hinckley-location-map-widget--fallback {
    padding: 72px 0;
    background: #f9f7f4;
}

.hinckley-location-map-fallback-inner {
    display: grid;
    gap: 24px;
}

.hinckley-location-map-fallback-card {
    display: grid;
    grid-template-columns: minmax(180px, 280px) 1fr;
    gap: 28px;
    align-items: center;
    padding: 28px;
    border: 1px solid #e1ded7;
    background: #fff;
}

.hinckley-location-map-fallback-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: #ece8df;
}

.hinckley-location-map-fallback-card h2 {
    margin: 0 0 10px;
    color: #112f60;
    font-size: 26px;
    font-weight: 500;
}

.hinckley-location-map-fallback-card p {
    margin: 0 0 18px;
    color: #4c5260;
    font-size: var(--hn-location-font-base);
}

.hinckley-location-map-fallback-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
}

.hinckley-location-map-fallback-actions a {
    color: #112f60;
    font-size: var(--hn-location-font-sm);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.hlm-map {
    width: 100%;
    min-height: 420px;
    background: #ddd;
}

.hlm-map.has-notice {
    display: flex;
}

.hinckley-location-list-box {
    max-width: 700px;
    padding: 45px 30px;
    border: 1px solid #cfcfcf;
    background: #fff;
}

.hinckley-location-list-box h2 {
    margin: 0 0 20px;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    opacity: 0.5;
}

.hinckley-location-list-item {
    padding: 0 0 32px;
    margin: 0 0 28px;
    border-bottom: 1px solid #d3d3d3;
}

.hinckley-location-list-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.hinckley-location-list-item a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.hinckley-location-list-item h3 {
    margin: 0 0 10px;
    color: #000;
    font-size: 1.275rem;
    font-weight: 500;
    line-height: 1.2;
}

.hinckley-location-list-item p {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    padding: 0;
    color: #9b9b9b;
    font-size: 15px;
    line-height: 1.35;
}

.hinckley-location-list-item .light-icon-map-pin {
    flex: 0 0 auto;
    margin-top: 0;
    color: #000;
    font-size: 18px;
}

.hls-results-wrap h2 {
    margin: 0;
    padding: 40px 0 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    border-bottom: 1px solid #d6d6d6;
    text-transform: uppercase;
}

.hls-result {
    border-bottom: 1px solid #d6d6d6;
}

.hls-result.is-hidden {
    display: none;
}

.hls-result-link {
    display: grid;
    grid-template-columns: 280px minmax(300px, 1fr) minmax(260px, .55fr) 42px;
    align-items: center;
    gap: 44px;
    padding: 30px 0;
    color: #000;
    text-decoration: none;
}

.hls-result-image {
    display: block;
    width: 280px;
    height: 116px;
    background: #f1f1f1;
}

.hls-result-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hls-result-content strong {
    display: block;
    margin: 0 0 10px;
    color: #000;
    font-size: 1.275rem;
    font-weight: 500;
    line-height: 1.2;
}

.hls-result-address {
    display: block;
    color: #9b9b9b;
    font-size: 15px;
    line-height: 1.35;
}

.hls-result-address .light-icon-map-pin {
    margin-right: 8px;
    color: #000;
    font-size: 18px;
}

.hls-result-contact {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: underline;
}

.hls-result-arrow {
    color: #000;
    font-size: 36px;
    line-height: 1;
}

.hls-result-arrow i {
    display: block;
}

.schedule-service-sticky {
    position: fixed;
    right: 28px;
    bottom: 34px;
    z-index: 90;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 132px;
    padding: 18px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #000;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: var(--hn-location-font-xs);
    font-weight: 700;
    line-height: 1.2;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .2);
}

.schedule-service-sticky-icon i,
.schedule-service-sticky img {
    width: 32px;
    height: 32px;
    margin: 0 0 8px;
    object-fit: contain;
    font-size: 32px;
    line-height: 1;
}

.schedule-service-sticky:hover,
.schedule-service-sticky:focus {
    color: #fff !important;
    text-decoration: none;
}

.selected-posts-carousel-block {
    position: relative;
    width: 100%;
    padding: 0 70px;
}

.selected-posts-carousel-title {
    margin: 0 0 28px;
    color: #000;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
}

.selected-posts-carousel {
    position: relative;
}

.selected-posts-carousel-viewport {
    overflow: hidden;
}

.selected-posts-carousel-track {
    display: flex;
    gap: 38px;
    transition: transform .35s ease;
    will-change: transform;
}

.selected-posts-carousel-slide {
    flex: 0 0 calc((100% - 76px) / 3);
    min-width: 0;
}

.selected-posts-carousel-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 560px;
    padding: 0 36px 48px;
    background: #f4f4f4;
    color: #000;
    text-decoration: none;
}

.selected-posts-carousel-image {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 8.6;
    margin: 0 -36px 54px;
    overflow: hidden;
    background: #f4f4f4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #b6b6b6;
}

.selected-posts-carousel-placeholder i {
    width: 56px;
    height: 56px;
    font-size: 56px;
    line-height: 1;
}

.selected-posts-carousel-content {
    display: block;
    margin-top: auto;
}

.selected-posts-carousel-card-title {
    display: block;
    margin: 0 0 20px;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.28;
}

.selected-posts-carousel-card-excerpt {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
        font-family: 'gothamlight';
}

.selected-posts-carousel-controls {
    position: absolute;
    top: 50%;
    right: -70px;
    left: -70px;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    transform: translateY(-50%);
}

.selected-posts-carousel-prev,
.selected-posts-carousel-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #aaa;
    cursor: pointer;
    font-size: 58px;
    font-weight: 300;
    line-height: 1;
    pointer-events: auto;
}

.selected-posts-carousel-editor {
    padding: 20px;
    border: 1px solid #ddd;
    background: #fff;
}

.selected-posts-carousel-editor h3 {
    margin: 0 0 16px;
}

.selected-posts-carousel-editor-results {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
}

.selected-posts-carousel-editor-selected {
    margin: 18px 0 0;
    padding-left: 22px;
}

.selected-posts-carousel-editor-selected li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0 0 10px;
}

.selected-posts-carousel-editor-actions {
    display: inline-flex;
    gap: 6px;
    flex: 0 0 auto;
}

.testimonial-carousel-block {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    overflow: hidden;
    padding: 120px 0 88px;
    scroll-margin-top: 96px;
    background: #f9f7f4;
    color: #11131a;
    text-align: center;
}

.testimonial-carousel-header {
    max-width: 820px;
    margin: 0 auto 46px;
    padding: 0 28px;
}

.testimonial-carousel-eyebrow {
    margin: 0 0 6px;
    color: #11131a;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 400;
    line-height: 1.08;
}

.testimonial-carousel-block h2 {
    max-width: 820px;
    margin: 0 auto;
    color: #11131a;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(42px, 5.2vw, 72px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-wrap: balance;
}

.testimonial-carousel-block h2 span {
    color: var(--hn-location-navy, #082c5c);
}

.testimonial-carousel-subtitle {
    max-width: 560px;
    margin: 18px auto 0;
    color: #4c5260;
    font-size: 17px;
    line-height: 1.55;
    font-family: 'gothamlight';
}

.testimonial-carousel-viewport {
    max-width: 1700px;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: visible;
    padding: 0 56px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
}

.testimonial-carousel-viewport::-webkit-scrollbar {
    display: none;
}

.testimonial-carousel-track {
    display: flex;
    gap: 24px;
    transition: none;
    transform: none !important;
    will-change: auto;
}

.testimonial-carousel-slide {
    display: flex;
    flex: 0 0 calc((100% - 48px) / 3);
    height: 318px;
    min-width: 0;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border: 1px solid #e2e3e6;
    border-radius: 6px;
    background: #fff;
}

.testimonial-carousel-slide.is-expanded {
    height: auto;
    min-height: 420px;
}

.testimonial-carousel-stars {
    display: flex;
    justify-content: flex-end;
    gap: 4px;
    min-width: 124px;
    color: #f8bf28;
    font-size: 22px;
    line-height: 1;
}

.testimonial-carousel-stars .is-empty {
    color: #d8d8d8;
}

.testimonial-carousel-slide blockquote {
    flex: 1 1 auto;
    overflow: hidden;
    margin: 0;
    padding: 40px 44px 14px;
    border: 0;
    color: #5f6470;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'gothamlight';
    text-align: center;
}

.testimonial-carousel-quote-short,
.testimonial-carousel-quote-full {
    display: block;
}

.testimonial-carousel-quote-full,
.testimonial-carousel-slide.is-expanded .testimonial-carousel-quote-short {
    display: none;
}

.testimonial-carousel-slide.is-expanded .testimonial-carousel-quote-full {
    display: block;
}

.testimonial-carousel-more {
    align-self: center;
    margin: 0 0 22px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #112f60;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
}

.testimonial-carousel-slide cite {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    color: #11131a;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    font-family: 'gothamlight';
    text-align: left;
}

.testimonial-carousel-meta {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 18px 24px;
    border-top: 1px solid #e6e7ea;
    background: #fbfbfb;
}

.testimonial-carousel-source {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 0;
    background: #f2f2f2;
    color: var(--hn-location-navy, #082c5c);
    font-size: 26px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    line-height: 1;
}

.testimonial-carousel-source svg {
    display: block;
    width: 30px;
    height: 30px;
}

.testimonial-carousel-source-yelp {
    color: #d32323;
}

.testimonial-carousel-source-facebook {
    color: #1877f2;
}

.testimonial-carousel-source-apple_maps {
    color: #11131a;
}

.testimonial-carousel-author {
    overflow: hidden;
    max-width: 100%;
    color: #11131a;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.testimonial-carousel-location {
    overflow: hidden;
    max-width: 100%;
    margin-top: 4px;
    color: #11131a;
    font-size: 12px;
    line-height: 1.35;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.testimonial-carousel-location:hover,
.testimonial-carousel-location:focus {
    text-decoration: underline;
}

.testimonial-carousel-prev,
.testimonial-carousel-next {
    position: absolute;
    top: auto;
    bottom: 28px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 2px solid #11131a;
    border-radius: 50%;
    background: transparent;
    color: #11131a;
    cursor: pointer;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
}

.testimonial-carousel-prev {
    left: calc(50% - 54px);
}

.testimonial-carousel-next {
    right: calc(50% - 54px);
}

.testimonial-carousel-prev i,
.testimonial-carousel-next i,
.selected-posts-carousel-prev i,
.selected-posts-carousel-next i {
    display: block;
}

.testimonial-carousel-editor {
    padding: 20px;
    border: 1px solid #ddd;
    background: #fff;
}

.testimonial-carousel-editor h3 {
    margin: 0 0 16px;
}

.testimonial-carousel-editor-item {
    margin: 0 0 18px;
    padding: 16px;
    border: 1px solid #ddd;
    background: #fafafa;
}

.testimonial-carousel-editor-actions {
    display: flex;
    gap: 8px;
}

.hinckley-icon-list {
    --icon-list-columns: 2;
    display: grid;
    grid-template-columns: repeat(var(--icon-list-columns), minmax(0, 1fr));
    gap: 16px 48px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hinckley-icon-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.hinckley-icon-list li span {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'gothamlight';
    min-width: 0;
}

.hinckley-icon-list img,
.hinckley-icon-list svg {
    flex: 0 0 auto;
    display: block;
    width: 24px;
    max-width: 24px;
    height: 24px;
    max-height: 24px;
    object-fit: contain;
}

.hinckley-icon-list .hinckley-facility-icon {
    color: #112f60;
    stroke-width: 1.8;
}

.hinckley-icon-list-editor {
    padding: 20px;
    border: 1px solid #ddd;
    background: #fff;
}

.hinckley-icon-list-editor h3 {
    margin: 0 0 16px;
}

.hinckley-icon-list-editor-item {
    margin: 0 0 18px;
    padding: 16px;
    border: 1px solid #ddd;
    background: #fafafa;
}

.hinckley-icon-list-editor-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
}

.hinckley-icon-list-editor-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.hinckley-icon-list-editor-actions {
    display: flex;
    gap: 8px;
}

.hinckley-vertical-tabs {
    display: grid;
    grid-template-columns: 25% 1fr;
    gap: 64px;
    align-items: start;
}

.hinckley-vertical-tabs-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.hinckley-vertical-tabs.has-sticky-nav .hinckley-vertical-tabs-nav {
    --vertical-tabs-sticky-offset: 120px;
    position: sticky;
    top: var(--vertical-tabs-sticky-offset);
    z-index: 4;
}

.hinckley-vertical-tabs-nav button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #c4c4c4;
    cursor: pointer;
    text-align: left;
    font: inherit;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.hinckley-vertical-tabs-nav button.is-active {
    color: #112f60;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all .2s ease;
}
.hinckley-vertical-tabs-nav button.is-active:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #112f60;
    position: relative;
    display: block;
}
.hinckley-vertical-tabs-panel {
    display: none;
}

.hinckley-vertical-tabs-panel.is-active {
    display: block;
}

.hinckley-vertical-tabs-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 430px;
    margin: 0 0 48px;
    background: #f4f4f4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #b6b6b6;
    font-size: 82px;
}

.hinckley-location-info {
    --hn-location-info-canvas: var(--hn-location-cream);
    --hn-location-info-ink: var(--hn-location-navy);
    --hn-location-info-blue: var(--hn-location-navy);
    --hn-location-info-rule: rgba(8, 44, 92, .18);
    border: 1px solid var(--hn-location-info-rule);
    background: var(--hn-location-info-canvas);
    color: var(--hn-location-info-ink);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    font-size: var(--hn-location-font-base);
    line-height: 1.5;
}

.hinckley-location-hero,
.hinckley-location-about,
.hinckley-location-gallery,
.hinckley-location-services,
.hinckley-location-info,
.heynorah-location-contact-wrap {
    scroll-margin-top: 96px;
}

.single-service {
    --hn-location-max-width: 1420px;
    --hn-location-gutter: clamp(20px, 3vw, 48px);
    --hn-location-navy: #082c5c;
    --hn-location-canvas: #fff;
    --hn-location-cream: rgb(249, 247, 244);
    --hn-location-text: #4c5260;
    --hn-location-muted: #657084;
    --hn-location-border: #ded9cf;
    --hn-location-gold: #a9996f;
    --hn-location-section-y: clamp(76px, 6.8vw, 100px);
    --hn-location-section-y-tight: clamp(38px, 3.7vw, 52px);
    --hn-location-heading-gap: clamp(22px, 2.4vw, 32px);
    --hn-location-grid-gap-y: clamp(28px, 3vw, 38px);
    --hn-location-grid-gap-x: clamp(30px, 3.8vw, 56px);
    --hn-location-h2-size: 38px;
    --hn-location-lede-size: 18px;
    --hn-location-body-size: 16px;
    --hn-location-card-title-size: 18px;
    --hn-location-card-body-size: 15px;
    --hn-location-small-size: 13px;
    --hn-location-line-height: 1.56;
    --hn-location-icon-size: 36px;
    --hn-location-icon-glyph: 18px;
    --hn-location-font-xs: .8125rem;
    --hn-location-font-sm: .875rem;
    --hn-location-font-base: 1rem;
    --hn-location-font-md: 1.0625rem;
    --hn-location-hero-h1-size: 64px;
    --hn-location-hero-brand-scale: .58em;
    --hn-location-hero-body-size: 16px;
    --hn-location-button-height: 3.25rem;
    --hn-location-button-min-width: 12.75rem;
    --hn-location-button-padding-x: 1.75rem;
    --hn-location-button-font-size: .8125rem;
    --hn-location-button-weight: 700;
    --hn-location-button-ease: cubic-bezier(.22, 1, .36, 1);
    --hn-location-button-gold-bg: var(--hn-location-gold);
    --hn-location-button-gold-text: var(--hn-location-navy);
    --hn-location-button-blue-bg: var(--hn-location-navy);
    --hn-location-button-blue-text: #fff;
    --hn-location-button-border-color: rgba(255, 255, 255, .46);
    --hn-location-button-border-text: #fff;
    --hn-location-button-hover-sheen: rgba(255, 255, 255, .16);
    --hn-location-button-border-light: rgba(8, 44, 92, .16);
}

.single-service:has(.hinckley-location-hero) :is(
    .hinckley-location-hero-primary,
    .hinckley-location-hero-secondary,
    .hinckley-location-info-service-cta,
    .hinckley-location-info-book,
    .hinckley-location-services-cta-button,
    .heynorah-location-visit-cta,
    .hn-location-contact-routing-form .gform_button
) {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: var(--hn-location-button-min-width);
    min-height: var(--hn-location-button-height);
    border: 1px solid transparent !important;
    padding: 0 var(--hn-location-button-padding-x);
    overflow: hidden;
    border-radius: 0 !important;
    font-family: gothammedium, gothambook, Helvetica, Arial, sans-serif;
    font-size: var(--hn-location-button-font-size) !important;
    font-weight: var(--hn-location-button-weight) !important;
    line-height: 1.15 !important;
    letter-spacing: .1em !important;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase !important;
    transform: none !important;
    transition: background-color .24s var(--hn-location-button-ease), border-color .24s var(--hn-location-button-ease), color .24s var(--hn-location-button-ease), box-shadow .24s var(--hn-location-button-ease);
}

.single-service:has(.hinckley-location-hero) :is(
    .hinckley-location-hero-primary,
    .hinckley-location-hero-secondary,
    .hinckley-location-info-service-cta,
    .hinckley-location-info-book,
    .hinckley-location-services-cta-button,
    .heynorah-location-visit-cta
)::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--hn-location-button-hover-sheen);
    opacity: 0;
    transform: scaleX(.94);
    transition: opacity .24s var(--hn-location-button-ease), transform .32s var(--hn-location-button-ease);
}

.single-service:has(.hinckley-location-hero) :is(
    .hinckley-location-hero-primary,
    .hinckley-location-hero-secondary,
    .hinckley-location-info-service-cta,
    .hinckley-location-info-book,
    .hinckley-location-services-cta-button,
    .heynorah-location-visit-cta
):hover::after,
.single-service:has(.hinckley-location-hero) :is(
    .hinckley-location-hero-primary,
    .hinckley-location-hero-secondary,
    .hinckley-location-info-service-cta,
    .hinckley-location-info-book,
    .hinckley-location-services-cta-button,
    .heynorah-location-visit-cta
):focus::after {
    opacity: 1;
    transform: scaleX(1);
}

.single-service:has(.hinckley-location-hero) :is(
    .hinckley-location-hero-primary,
    .hinckley-location-info-service-cta
) {
    border-color: var(--hn-location-button-blue-bg) !important;
    background: var(--hn-location-button-blue-bg) !important;
    color: var(--hn-location-button-blue-text) !important;
}

.single-service:has(.hinckley-location-hero) :is(
    .hinckley-location-info-book,
    .hinckley-location-services-cta-button,
    .heynorah-location-visit-cta,
    .hn-location-contact-routing-form .gform_button
) {
    border-color: var(--hn-location-button-gold-bg) !important;
    background: var(--hn-location-button-gold-bg) !important;
    color: var(--hn-location-button-gold-text) !important;
}

.single-service:has(.hinckley-location-hero) .hinckley-location-hero-secondary {
    border-color: rgba(255, 255, 255, .72) !important;
    background: transparent !important;
    color: var(--hn-location-button-border-text) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72);
}

.single-service:has(.hinckley-location-hero) :is(
    .hinckley-location-hero-primary,
    .hinckley-location-info-service-cta
):hover,
.single-service:has(.hinckley-location-hero) :is(
    .hinckley-location-hero-primary,
    .hinckley-location-info-service-cta
):focus {
    border-color: var(--hn-location-button-blue-bg) !important;
    background: var(--hn-location-button-blue-bg) !important;
    color: var(--hn-location-button-blue-text) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
}

.single-service:has(.hinckley-location-hero) :is(
    .hinckley-location-info-book,
    .hinckley-location-services-cta-button,
    .heynorah-location-visit-cta,
    .hn-location-contact-routing-form .gform_button
):hover,
.single-service:has(.hinckley-location-hero) :is(
    .hinckley-location-info-book,
    .hinckley-location-services-cta-button,
    .heynorah-location-visit-cta,
    .hn-location-contact-routing-form .gform_button
):focus {
    border-color: var(--hn-location-button-gold-bg) !important;
    background: var(--hn-location-button-gold-bg) !important;
    color: var(--hn-location-button-gold-text) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
}

.single-service:has(.hinckley-location-hero) .hinckley-location-hero-secondary:hover,
.single-service:has(.hinckley-location-hero) .hinckley-location-hero-secondary:focus {
    border-color: rgba(255, 255, 255, .72) !important;
    background: var(--hn-location-button-blue-bg) !important;
    color: var(--hn-location-button-blue-text) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72);
}

.single-service:has(.hinckley-location-hero) {
    padding-bottom: 88px;
    overflow-x: clip;
}

.single-service:has(.hinckley-location-hero) .hinckley-location-breadcrumbs {
    display: none;
}

.single-service:has(.hinckley-location-hero) :is(
    .sticky-column,
    .is-sticky-column,
    .wp-block-column.sticky-column,
    .wp-block-column.is-sticky-column,
    .wp-block-column.is-style-sticky-column
) {
    position: static;
    top: auto;
}

html:has(.single-service .hinckley-location-hero),
body:has(.single-service .hinckley-location-hero) {
    overflow-x: clip;
}

.hinckley-location-hero {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    background: var(--hn-location-navy);
    color: #fff;
}

.hinckley-location-hero-stage {
    position: relative;
    min-height: clamp(500px, 62vh, 660px);
    overflow: hidden;
    isolation: isolate;
}

.hinckley-location-hero-inner {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    width: min(100%, var(--hn-location-max-width));
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--hn-location-gutter);
    padding-left: var(--hn-location-gutter);
    box-sizing: border-box;
}

.hinckley-location-hero-stage:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(8, 29, 51, .94) 0%, rgba(8, 29, 51, .82) 30%, rgba(8, 29, 51, .46) 60%, rgba(8, 29, 51, .08) 100%),
        linear-gradient(180deg, rgba(8, 29, 51, .42) 0%, rgba(8, 29, 51, .08) 46%, rgba(8, 29, 51, .56) 100%);
}

.hinckley-location-hero-copy {
    position: relative;
    z-index: 3;
    overflow: hidden;
    box-sizing: border-box;
    width: min(720px, 58vw);
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: none;
    padding: clamp(58px, 6vw, 88px) 0 clamp(54px, 6vw, 82px);
    background: transparent;
}

.hinckley-location-hero-copy:before {
    content: none;
}

.hinckley-location-hero-copy > * {
    position: relative;
    z-index: 1;
}

.hinckley-location-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    max-width: min(100%, 640px);
    margin: 0 0 clamp(12px, 1.3vw, 18px);
    padding: 0;
    border: 0;
    border-radius: 0;
    color: var(--hn-location-gold);
    background: transparent;
    font-size: var(--hn-location-font-xs);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .2em;
    text-transform: uppercase;
    backdrop-filter: none;
}

.hinckley-location-hero h1 {
    margin: 0 0 clamp(18px, 2vw, 28px);
    max-width: 680px;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(54px, 5vw, 78px);
    font-weight: 300;
    line-height: .9;
    letter-spacing: 0;
    overflow-wrap: break-word;
}

.hinckley-location-hero-brand,
.hinckley-location-hero-place {
    display: block;
}

.hinckley-location-hero-brand {
    font-size: var(--hn-location-hero-brand-scale);
    line-height: 1;
}

.hinckley-location-hero-place {
    line-height: .9;
}

.hinckley-location-hero-copy > p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-family: inherit;
    font-size: clamp(17px, 1.25vw, 20px);
    font-weight: 500;
    line-height: 1.62;
    overflow-wrap: break-word;
}

.hinckley-location-hero-copy > p + p {
    margin-top: 18px;
}

.hinckley-location-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 28px;
    color: #11131a;
    font-size: 16px;
}

.hinckley-location-hero-meta span,
.hinckley-location-hero-meta a {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.hinckley-location-hero-meta i {
    color: var(--hn-location-navy);
}

.hinckley-location-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: clamp(28px, 3vw, 42px);
}

.hinckley-location-hero-primary,
.hinckley-location-hero-secondary {
    min-width: var(--hn-location-button-min-width);
}

.hinckley-location-hero-primary {
    border-color: var(--hn-location-button-gold-bg) !important;
    background: var(--hn-location-button-gold-bg);
    color: var(--hn-location-button-gold-text) !important;
}

.hinckley-location-hero-secondary {
    border-color: rgba(255, 255, 255, .72) !important;
    background: transparent !important;
    color: var(--hn-location-button-border-text) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72);
}

.hinckley-location-hero-primary:hover,
.hinckley-location-hero-primary:focus {
    border-color: var(--hn-location-button-blue-bg) !important;
    color: var(--hn-location-button-blue-text) !important;
}

.hinckley-location-hero-secondary:hover,
.hinckley-location-hero-secondary:focus {
    border-color: rgba(255, 255, 255, .72) !important;
    background: var(--hn-location-button-blue-bg) !important;
    color: var(--hn-location-button-blue-text) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72);
}

.single-service:has(.hinckley-location-hero) .hinckley-location-hero-primary {
    border-color: var(--hn-location-button-gold-bg) !important;
    background: var(--hn-location-button-gold-bg) !important;
    color: var(--hn-location-button-gold-text) !important;
}

.single-service:has(.hinckley-location-hero) .hinckley-location-hero-secondary {
    border: 1px solid rgba(255, 255, 255, .72) !important;
    background: transparent !important;
    color: var(--hn-location-button-border-text) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72);
}

.single-service:has(.hinckley-location-hero) .hinckley-location-hero-primary:hover,
.single-service:has(.hinckley-location-hero) .hinckley-location-hero-primary:focus {
    border-color: var(--hn-location-button-gold-bg) !important;
    background: var(--hn-location-button-gold-bg) !important;
    color: var(--hn-location-button-gold-text) !important;
}

.single-service:has(.hinckley-location-hero) .hinckley-location-hero-secondary:hover,
.single-service:has(.hinckley-location-hero) .hinckley-location-hero-secondary:focus {
    border-color: rgba(255, 255, 255, .72) !important;
    background: var(--hn-location-button-blue-bg) !important;
    color: var(--hn-location-button-blue-text) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72);
}

.hinckley-location-facts {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    padding: clamp(30px, 3.4vw, 46px) 0;
    border-bottom: 1px solid var(--hn-location-border);
    background: #fff;
}

.hinckley-location-hero > .hinckley-location-facts {
    left: auto;
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 0;
    background: var(--hn-location-navy);
}

.hinckley-location-facts-inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    max-width: 100% !important;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0 !important;
    padding-left: 0 !important;
    box-sizing: border-box;
}

.hinckley-location-fact {
    display: grid;
    min-width: 0;
    align-content: center;
    justify-items: start;
    min-height: clamp(108px, 7vw, 138px);
    padding: clamp(16px, 1.65vw, 26px) clamp(28px, 4vw, 60px);
    text-align: left;
}

.hinckley-location-fact + .hinckley-location-fact {
    border-left: 1px solid var(--hn-location-border);
}

.hinckley-location-hero > .hinckley-location-facts .hinckley-location-fact + .hinckley-location-fact {
    border-left-color: rgba(255, 255, 255, .12);
}

.hinckley-location-fact strong {
    display: block;
    margin: 0 0 8px;
    color: var(--hn-location-navy);
    font-family: "Cormorant Garamond", serif;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: .92;
    overflow-wrap: anywhere;
}

.hinckley-location-hero > .hinckley-location-facts .hinckley-location-fact strong {
    color: var(--hn-location-gold);
    font-size: clamp(34px, 2.65vw, 48px);
    font-weight: 500;
}

.hinckley-location-fact span {
    display: block;
    max-width: 15ch;
    color: var(--hn-location-gold);
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.18;
    text-transform: uppercase;
}

.hinckley-location-hero > .hinckley-location-facts .hinckley-location-fact span {
    color: #fff;
    max-width: none;
    white-space: nowrap;
}

.hinckley-location-fact em {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, .52);
    font-size: clamp(13px, .9vw, 16px);
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.28;
}

@media (max-width: 991px) {
    .hinckley-location-facts-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
    }

    .hinckley-location-fact {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .hinckley-location-fact:nth-child(odd) {
        border-left: 0;
    }

    .hinckley-location-fact:nth-child(even) {
        border-left: 1px solid var(--hn-location-border);
    }

    .hinckley-location-hero > .hinckley-location-facts .hinckley-location-fact:nth-child(even) {
        border-left-color: rgba(255, 255, 255, .12);
    }

    .hinckley-location-fact strong {
        font-size: 42px;
    }

    .hinckley-location-hero > .hinckley-location-facts .hinckley-location-fact strong {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .hinckley-location-facts {
        padding: 26px 0;
    }

    .hinckley-location-facts-inner {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .hinckley-location-fact,
    .hinckley-location-fact + .hinckley-location-fact,
    .hinckley-location-fact:nth-child(even) {
        border-left: 0;
    }

    .hinckley-location-fact + .hinckley-location-fact {
        border-top: 1px solid var(--hn-location-border);
    }

    .hinckley-location-hero > .hinckley-location-facts .hinckley-location-fact + .hinckley-location-fact {
        border-top-color: rgba(255, 255, 255, .12);
    }

    .hinckley-location-hero > .hinckley-location-facts {
        padding: 0;
    }

    .hinckley-location-hero > .hinckley-location-facts .hinckley-location-facts-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hinckley-location-hero > .hinckley-location-facts .hinckley-location-fact {
        min-height: 106px;
        padding: 12px 14px;
    }

    .hinckley-location-hero > .hinckley-location-facts .hinckley-location-fact,
    .hinckley-location-hero > .hinckley-location-facts .hinckley-location-fact + .hinckley-location-fact,
    .hinckley-location-hero > .hinckley-location-facts .hinckley-location-fact:nth-child(even) {
        border-left: 0;
        border-top: 0;
    }

    .hinckley-location-hero > .hinckley-location-facts .hinckley-location-fact:nth-child(even) {
        border-left: 1px solid rgba(255, 255, 255, .12);
    }

    .hinckley-location-hero > .hinckley-location-facts .hinckley-location-fact:nth-child(n+3) {
        border-top: 1px solid rgba(255, 255, 255, .12);
    }

    .hinckley-location-hero > .hinckley-location-facts .hinckley-location-fact strong {
        font-size: 28px;
    }

    .hinckley-location-hero > .hinckley-location-facts .hinckley-location-fact span {
        font-size: 10.5px;
        line-height: 1.18;
    }

    .hinckley-location-fact strong {
        margin-bottom: 6px;
        font-size: 30px;
    }

    .hinckley-location-fact span {
        font-size: 10.5px;
    }

    .hinckley-location-fact em {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.2;
    }
}

.hinckley-location-about {
    padding: 0;
    background: #fff;
}

.hinckley-location-about-inner {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(320px, .48fr);
    gap: clamp(42px, 6vw, 86px);
    align-items: start;
}

.hinckley-location-about-copy {
    max-width: 780px;
}

.hinckley-location-section-label {
    display: block;
    margin: 0 0 16px;
    color: #6d7280;
    font-size: var(--hn-location-button-font-size);
    font-weight: 500;
    letter-spacing: .14em;
    line-height: 1.4;
    text-transform: uppercase;
}

.hinckley-location-section-heading,
.hinckley-location-about h2,
.hinckley-location-gallery h2,
.hinckley-location-services h2,
.hinckley-location-facilities__intro h2,
.heynorah-location-facilities-intro h2,
.heynorah-location-visit-heading h2,
.heynorah-location-contact-section h2 {
    margin: 0 0 18px;
    color: var(--hn-location-navy);
    font-family: "Cormorant Garamond", serif;
    font-size: var(--hn-location-h2-size);
    font-weight: 500;
    line-height: 1.05;
    text-wrap: balance;
}

.hinckley-location-section-copy,
.hinckley-location-about-copy > p,
.hinckley-location-gallery-copy p,
.hinckley-location-services-heading > p:not(.hinckley-location-section-label),
.hinckley-location-facilities__intro > p:not(.hinckley-location-section-label),
.heynorah-location-facilities-intro > p:not(.hinckley-location-section-label),
.heynorah-location-visit-heading > p:not(.hinckley-location-section-label),
.heynorah-location-contact-section > p:not(.hinckley-location-section-label) {
    margin: 0;
    padding: 0;
    color: var(--hn-location-text);
    font-size: var(--hn-location-body-size);
    line-height: var(--hn-location-line-height);
}

.hinckley-location-about-copy > p + p {
    margin-top: clamp(14px, 1.35vw, 20px);
}

.hinckley-location-gallery-copy p {
    margin-bottom: 18px;
}

.hinckley-location-gallery-copy p:last-child {
    margin-bottom: 0;
}

.hinckley-location-about-card {
    margin: 4px 0 0;
}

.hinckley-location-about-card figure {
    margin: 0 0 26px;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: var(--hn-location-cream);
}

.hinckley-location-about-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hinckley-location-about-card ul {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--hn-location-border);
}

.hinckley-location-about-card li {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid var(--hn-location-border);
    color: #111722;
    font-size: 15px;
    letter-spacing: .01em;
    line-height: 1.45;
}

.hinckley-location-gallery {
    padding: var(--hn-location-section-y) 0;
    background: #fff;
}

.hinckley-location-gallery-copy {
    max-width: 760px;
    margin-bottom: 28px;
}

.hinckley-location-gallery-grid {
    display: grid;
    grid-template-columns: 1.1fr .75fr .75fr;
    gap: 16px;
}

.hinckley-location-gallery-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    margin: 0;
    background: #000;
    color: #777;
    font-size: 52px;
}

.hinckley-location-gallery-placeholder.has-image {
    background: var(--hn-location-cream);
}

.hinckley-location-gallery-placeholder img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hinckley-location-gallery-placeholder:first-child {
    grid-row: span 2;
    min-height: 400px;
}

.heynorah-location-overview-wrap {
    padding-top: var(--hn-location-section-y);
    padding-bottom: var(--hn-location-section-y);
    background: var(--hn-location-canvas);
}

	.single-service:has(.hinckley-location-hero) :is(
	    .heynorah-location-overview-wrap,
	    .heynorah-location-services-wrap,
	    .heynorah-location-facilities-wrap,
	    .heynorah-location-visit-notes,
	    .heynorah-location-contact-wrap
	) {
    width: 100vw;
    max-width: 100vw !important;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
}

	.single-service:has(.hinckley-location-hero) :is(
	    .heynorah-location-overview-wrap,
	    .heynorah-location-services-wrap,
	    .heynorah-location-facilities-wrap,
	    .heynorah-location-contact-wrap
) > .wp-block-group__inner-container,
	.heynorah-location-visit-notes > .container {
	    max-width: var(--hn-location-max-width);
	    margin-right: auto;
	    margin-left: auto;
    padding-right: var(--hn-location-gutter);
    padding-left: var(--hn-location-gutter);
    box-sizing: border-box;
	}

	.single-service:has(.hinckley-location-hero) .hinckley-location-gallery {
	    position: relative;
	    left: 50%;
	    width: 100vw;
	    max-width: 100vw;
	    margin-left: -50vw;
	    box-sizing: border-box;
	}

	.single-service:has(.hinckley-location-hero) .hinckley-location-gallery-inner {
	    max-width: var(--hn-location-max-width);
	    margin-right: auto;
	    margin-left: auto;
	    padding-right: var(--hn-location-gutter);
	    padding-left: var(--hn-location-gutter);
	    box-sizing: border-box;
	}

.heynorah-location-overview-columns {
    gap: clamp(42px, 6vw, 86px);
    align-items: flex-start;
}

.heynorah-location-overview-wrap .hinckley-location-about {
    padding: 0;
    background: transparent;
}

.heynorah-location-overview-wrap .hinckley-location-about-inner {
    display: block;
    padding-right: 0;
    padding-left: 0;
}

.heynorah-location-overview-wrap .hinckley-location-about-copy {
    max-width: none;
}

.heynorah-location-overview-wrap .hinckley-location-about-card {
    display: none;
}

.heynorah-location-info-column {
    align-self: flex-start;
}

.heynorah-location-services-wrap {
    padding: var(--hn-location-section-y) 0;
    background: var(--hn-location-cream);
    box-sizing: border-box;
}

.hinckley-location-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    min-height: 100%;
    aspect-ratio: auto;
    background: var(--hn-location-navy);
}

.hinckley-location-hero-media:before {
    content: none;
}

.hinckley-location-hero-media:after {
    content: none;
}

.hinckley-location-hero-media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    color: transparent;
    text-indent: -9999px;
    opacity: 1;
    filter: saturate(.92) contrast(1.02);
    transform: scale(1.04);
    transform-origin: 62% 50%;
}

.hinckley-location-hero-media.has-rotating-images img {
    opacity: 0;
    transition:
        opacity 2200ms cubic-bezier(.22, 1, .36, 1),
        transform 2200ms cubic-bezier(.22, 1, .36, 1);
    will-change: opacity;
}

.hinckley-location-hero-media.has-rotating-images img:first-child {
    opacity: 1;
}

.hinckley-location-hero-media.has-rotating-images img.is-active {
    opacity: 1;
}

.hinckley-location-hero-media.has-rotating-images.is-ready img:first-child:not(.is-active) {
    opacity: 0;
}

.hinckley-location-hero-media.has-rotating-images img.is-leaving {
    opacity: 0;
    transform: scale(1.04);
}

.hinckley-location-hero-media.has-rotating-images img:nth-child(2n) {
    transform-origin: 46% 46%;
}

.hinckley-location-hero-media.has-rotating-images img:nth-child(3n) {
    transform-origin: 72% 56%;
}

@media (prefers-reduced-motion: reduce) {
    .hinckley-location-hero-media.has-rotating-images img,
    .hinckley-location-hero-media.has-rotating-images img.is-active,
    .hinckley-location-hero-media.has-rotating-images img.is-leaving {
        transform: none;
        transition: none;
        animation: none;
    }

    .hinckley-location-hero-media.has-rotating-images img:not(:first-child) {
        display: none;
    }
}

.heynorah-location-detail-body {
    padding-top: 96px;
    padding-bottom: 96px;
    background: var(--hn-location-canvas);
}

.heynorah-location-detail-body .wp-block-columns {
    gap: clamp(40px, 6vw, 82px);
    align-items: flex-start;
}

.hinckley-location-info-map {
    position: relative;
    min-height: clamp(160px, 17vw, 220px);
    isolation: isolate;
    background:
        radial-gradient(circle at 68% 18%, rgba(255, 255, 255, .62) 0 4%, transparent 4.4%),
        radial-gradient(circle at 16% 54%, rgba(249, 247, 244, .55) 0 16%, transparent 16.5%),
        linear-gradient(120deg, rgba(131, 185, 196, .72) 0 42%, rgba(238, 241, 239, .88) 42.2% 100%);
    overflow: hidden;
}

.hinckley-location-info-map-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.78) contrast(.96) brightness(1.03);
}

.hinckley-location-info-map:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(18deg, transparent 0 42%, rgba(8, 44, 92, .16) 42.5% 43.2%, transparent 43.7%),
        linear-gradient(92deg, transparent 0 29%, rgba(8, 44, 92, .12) 29.5% 30%, transparent 30.5%),
        linear-gradient(145deg, transparent 0 62%, rgba(8, 44, 92, .13) 62.3% 63%, transparent 63.4%),
        linear-gradient(55deg, transparent 0 72%, rgba(8, 44, 92, .1) 72.4% 73%, transparent 73.5%),
        repeating-linear-gradient(0deg, rgba(8, 44, 92, .055) 0 1px, transparent 1px 38px),
        repeating-linear-gradient(90deg, rgba(8, 44, 92, .045) 0 1px, transparent 1px 46px);
    opacity: .95;
    pointer-events: none;
}

.hinckley-location-info-map:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 50% 44%, rgba(169, 153, 111, .42) 0 4px, transparent 4.5px),
        linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(8, 44, 92, .08));
    pointer-events: none;
}

.hinckley-location-info-map.has-static-map {
    background: #dfe8ef;
}

.hinckley-location-info-map.has-static-map:before {
    content: none;
}

.hinckley-location-info-map.has-static-map:after {
    z-index: 1;
    background: linear-gradient(180deg, rgba(249, 247, 244, .08), rgba(8, 44, 92, .08));
}

.hinckley-location-info-map-link {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
}

.hinckley-location-info-map-pin {
    position: absolute;
    top: 44%;
    left: 50%;
    width: 28px;
    height: 28px;
    border: 4px solid #fff;
    border-radius: 50% 50% 50% 0;
    background: var(--hn-location-gold);
    box-shadow: 0 12px 28px rgba(8, 44, 92, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.hinckley-location-info-map-pin:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--hn-location-navy);
    transform: translate(-50%, -50%);
}

.hinckley-location-info-body {
    padding: 30px;
}

.hinckley-location-info h2 {
    text-transform: uppercase;
    font-family: inherit;
    font-size: var(--hn-location-font-xs);
    line-height: 1.2;
    letter-spacing: .18em;
    color: var(--hn-location-info-blue);
    margin: 0 0 22px;
    opacity: 1;
}

.hinckley-location-info-lines {
    display: grid;
    gap: 20px;
    margin: 0;
}

.hinckley-location-info-line {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    min-width: 0;
    color: var(--hn-location-info-ink);
    font-size: var(--hn-location-font-base);
    line-height: 1.5;
}

.hinckley-location-info-icon {
    flex: 0 0 auto;
    margin-top: 2px;
    color: var(--hn-location-info-ink);
    width: 18px;
    height: 18px;
}

.hinckley-location-info a,
.hinckley-location-info .hinckley-location-info-line {
    color: var(--hn-location-info-ink);
    margin: 0;
}

.hinckley-location-info-line a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.hinckley-location-info-line span,
.hinckley-location-info-line a {
    min-width: 0;
    overflow-wrap: anywhere;
}

.hinckley-location-info-address-link,
.hinckley-location-info-address-text {
    display: grid;
    gap: 1px;
    text-decoration: none !important;
}

.hinckley-location-info-address-link:hover,
.hinckley-location-info-address-link:focus {
    color: var(--hn-location-info-blue) !important;
}

.hinckley-location-info-content {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.hinckley-location-info-label {
    display: block;
    color: var(--hn-location-info-ink);
    font-size: var(--hn-location-font-xs);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hinckley-location-info-hours-list {
    display: grid;
    gap: 5px;
    margin: 0;
    color: var(--hn-location-info-ink);
}

.hinckley-location-info-hours-list div {
    display: grid;
    grid-template-columns: minmax(8.5rem, max-content) minmax(0, 1fr);
    column-gap: 18px;
    align-items: baseline;
}

.hinckley-location-info-hours-list dt,
.hinckley-location-info-hours-list dd {
    margin: 0;
    min-width: 0;
    font-size: var(--hn-location-font-sm);
    line-height: 1.35;
}

.hinckley-location-info-hours-list dt {
    color: rgba(8, 44, 92, .72);
    font-weight: 700;
}

.hinckley-location-info-hours-list dd {
    color: var(--hn-location-info-ink);
}

.hinckley-location-info-inline-direction {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    color: var(--hn-location-info-blue) !important;
    font-size: var(--hn-location-font-sm);
    line-height: 1.3;
    text-decoration: none !important;
}

.hinckley-location-info-inline-direction:hover,
.hinckley-location-info-inline-direction:focus {
    color: var(--hn-location-info-ink) !important;
}

.hinckley-location-info-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: auto;
    padding: 0;
    border-top: 1px solid var(--hn-location-info-rule);
    background: transparent;
}

.hinckley-location-info-actions:has(> a:only-child) {
    grid-template-columns: 1fr;
}

.hinckley-location-info-actions:has(> a:only-child) .hinckley-location-info-service-cta {
    border-right: 0;
}

.hinckley-location-info-service-cta {
    background: var(--hn-location-button-blue-bg);
    border: 0;
    border-right: 1px solid var(--hn-location-info-rule);
    color: var(--hn-location-button-blue-text) !important;
    margin: 0;
}

.hinckley-location-info-book {
    background: var(--hn-location-button-gold-bg);
    border: 0;
    color: var(--hn-location-button-gold-text) !important;
    margin: 0;
}

.hinckley-location-info-service-cta:hover,
.hinckley-location-info-service-cta:focus {
    color: var(--hn-location-button-blue-text) !important;
    transform: none !important;
}

.hinckley-location-info-book:hover,
.hinckley-location-info-book:focus {
    color: var(--hn-location-button-gold-text) !important;
    transform: none !important;
}

@media (max-width: 480px) {
    .hinckley-location-info-service-cta,
    .hinckley-location-info-book {
        padding-right: 10px;
        padding-left: 10px;
        font-size: var(--hn-location-button-font-size) !important;
        letter-spacing: .1em !important;
        white-space: nowrap;
    }
}

.hinckley-location-services {
    margin: 0;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    border-top: 0;
    box-sizing: border-box;
}

.hinckley-location-services-heading {
    max-width: 760px;
    margin-bottom: var(--hn-location-heading-gap);
}

.hinckley-location-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: clamp(254px, 18vw, 268px);
    gap: 0;
    align-items: stretch;
    border-top: 1px solid rgba(8, 44, 92, .14);
    border-left: 1px solid rgba(8, 44, 92, .14);
}

.hinckley-location-services-group {
    position: relative;
    min-width: 0;
    min-height: 0;
    height: 100%;
    padding: clamp(24px, 2vw, 34px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(249, 247, 244, .5);
    border: 0;
    border-right: 1px solid rgba(8, 44, 92, .14);
    border-bottom: 1px solid rgba(8, 44, 92, .14);
    box-shadow: none;
    transition: border-color .28s var(--hn-location-button-ease), background-color .28s var(--hn-location-button-ease);
}

.hinckley-location-services-group:hover,
.hinckley-location-services-group:focus-within {
    background: rgba(255, 255, 255, .42);
}

.hinckley-location-services-group > * {
    position: relative;
    z-index: 2;
}

.hinckley-location-services-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0 0 clamp(18px, 1.8vw, 24px);
    color: var(--hn-location-gold);
    background: transparent;
    border-radius: 0;
}

.hinckley-location-services-icon svg {
    width: 34px;
    height: 34px;
    stroke-width: 1.45;
}

.hinckley-location-services-group h3 {
    color: var(--hn-location-navy);
    font-size: var(--hn-location-card-title-size);
    font-weight: 600;
    margin: 0 0 12px;
    text-transform: none;
}

.hinckley-location-services-group p {
    margin: 0;
    padding: 0;
    color: var(--hn-location-text);
    font-size: var(--hn-location-card-body-size);
    line-height: var(--hn-location-line-height);
}

.hinckley-location-services-group a {
    color: var(--hn-location-navy);
    text-decoration: none;
    line-height: 1.35;
}

.hinckley-location-services-group a:hover,
.hinckley-location-services-group a:focus {
    color: #000;
    text-decoration: underline;
}

.hinckley-location-services-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: auto;
    padding-top: 14px;
    color: rgba(8, 44, 92, .72) !important;
    font-size: var(--hn-location-small-size);
    font-weight: 600;
    letter-spacing: .02em;
}

.hinckley-location-services-link::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
}

.hinckley-location-services-link:hover,
.hinckley-location-services-link:focus {
    color: var(--hn-location-navy) !important;
}

.hinckley-location-services-group--cta {
    justify-content: center;
    background: var(--hn-location-navy);
    padding-top: clamp(24px, 2.2vw, 34px);
    padding-bottom: clamp(24px, 2.2vw, 34px);
}

.hinckley-location-services-group--cta:hover,
.hinckley-location-services-group--cta:focus-within {
    background: #0c2948;
}

.hinckley-location-services-group--cta h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: clamp(1.45rem, 1.8vw, 2rem);
    line-height: 1.08;
}

.hinckley-location-services-group--cta p {
    color: rgba(255, 255, 255, .72);
}

.hinckley-location-services-group--cta .hinckley-location-services-link {
    color: var(--hn-location-gold) !important;
}

.hinckley-location-services-cta-kicker {
    display: block;
    margin: 0 0 clamp(14px, 1.5vw, 20px);
    color: var(--hn-location-gold);
    font-family: gothammedium, gothambook, Helvetica, Arial, sans-serif;
    font-size: var(--hn-location-small-size);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.hinckley-location-services-group--cta .hinckley-location-services-cta-button {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    min-height: var(--hn-location-button-height);
    margin-top: clamp(22px, 2.2vw, 28px);
    padding: 0 var(--hn-location-button-padding-x);
    background: var(--hn-location-button-gold-bg);
    color: var(--hn-location-button-gold-text) !important;
    font-family: gothammedium, gothambook, Helvetica, Arial, sans-serif;
    font-size: var(--hn-location-button-font-size);
    font-weight: 700;
    line-height: 1;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
}

.hinckley-location-services-group--cta .hinckley-location-services-cta-button::after {
    content: none;
}

.hinckley-location-services-group--cta .hinckley-location-services-cta-button:hover,
.hinckley-location-services-group--cta .hinckley-location-services-cta-button:focus {
    color: var(--hn-location-button-gold-text) !important;
    text-decoration: none;
}

.hinckley-location-services-group--cta .hinckley-location-services-cta-phone {
    align-self: center;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .62);
    font-size: var(--hn-location-small-size);
    line-height: 1.35;
    text-align: center;
}

.hinckley-location-services-group--cta .hinckley-location-services-cta-phone a {
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
}

.hinckley-review-marquee {
    --hn-review-marquee-gap: clamp(16px, 1.6vw, 24px);
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: var(--hn-location-section-y) 0;
    overflow: hidden;
    background: var(--hn-location-canvas);
    box-sizing: border-box;
}

.hinckley-review-marquee-heading {
    max-width: var(--hn-location-max-width);
    margin: 0 auto var(--hn-location-heading-gap);
    padding: 0 var(--hn-location-gutter);
    box-sizing: border-box;
}

.hinckley-review-marquee-heading p {
    margin: 0 0 10px;
    padding: 0;
    color: rgba(8, 44, 92, .72);
    font-size: var(--hn-location-font-xs);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.hinckley-review-marquee-heading h2 {
    max-width: 760px;
    margin: 0;
    color: var(--hn-location-navy);
    font-family: "Cormorant Garamond", serif;
    font-size: var(--hn-location-h2-size);
    font-weight: 500;
    line-height: 1.05;
}

.hinckley-review-marquee-rows {
    display: grid;
    gap: var(--hn-review-marquee-gap);
}

.hinckley-review-marquee-row {
    display: flex;
    gap: var(--hn-review-marquee-gap);
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    scrollbar-width: none;
    touch-action: pan-y;
    user-select: none;
}

.hinckley-review-marquee-row::-webkit-scrollbar {
    display: none;
}

.hinckley-review-marquee-row.is-dragging {
    cursor: grabbing;
}

.hinckley-review-marquee-track {
    display: flex;
    gap: var(--hn-review-marquee-gap);
    flex: 0 0 auto;
}

.hinckley-review-marquee-card {
    position: relative;
    flex: 0 0 clamp(360px, 30vw, 430px);
    height: 318px;
    display: grid;
    overflow: hidden;
    border: 1px solid #e2e3e6;
    border-radius: 6px;
    background: #fff;
    color: var(--hn-location-navy);
    box-shadow: none;
}

.hinckley-review-marquee-card--wide {
    flex-basis: clamp(460px, 38vw, 560px);
}

.hinckley-review-marquee-card--blue {
    background: #fff;
    color: var(--hn-location-navy);
}

.hinckley-review-marquee-card--gold {
    background: #fff;
    color: var(--hn-location-navy);
}

.hinckley-review-marquee-card--callout {
    flex-basis: clamp(360px, 30vw, 430px);
}

.hinckley-review-marquee-card--image {
    flex-basis: clamp(330px, 28vw, 430px);
    display: flex;
    background: var(--hn-location-navy);
    color: #fff;
}

.hinckley-review-marquee-card--narrow {
    flex-basis: clamp(280px, 24vw, 380px);
}

.hinckley-review-marquee-card--image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .96;
}

.hinckley-review-marquee-card--image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 44, 92, .02), rgba(8, 44, 92, .42));
}

.hinckley-review-marquee-image-label {
    position: relative;
    z-index: 2;
    align-self: flex-end;
    width: 100%;
    padding: 22px;
}

.hinckley-review-marquee-image-label span {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, .74);
    font-size: var(--hn-location-font-xs);
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.2;
    text-transform: uppercase;
}

.hinckley-review-marquee-image-label strong {
    display: block;
    max-width: 18ch;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.04;
}

.hinckley-review-marquee-content {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
}

.hinckley-review-marquee-quote {
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 40px 44px 14px;
    background: #fff;
    text-align: center;
}

.hinckley-review-marquee-card--blue .hinckley-review-marquee-quote {
    background: #fff;
    color: var(--hn-location-navy);
}

.hinckley-review-marquee-card--gold .hinckley-review-marquee-quote {
    background: #fff;
    color: var(--hn-location-navy);
}

.hinckley-review-marquee blockquote,
.hinckley-review-marquee-callout {
    margin: 0;
    padding: 0;
    color: inherit;
}

.hinckley-review-marquee blockquote {
    max-width: 24ch;
    color: inherit;
    display: -webkit-box;
    overflow: hidden;
    font-family: 'gothamlight';
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.hinckley-review-marquee-callout {
    font-family: "Cormorant Garamond", serif;
    display: -webkit-box;
    overflow: hidden;
    max-width: 11ch;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.06;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.hinckley-review-marquee footer {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 0;
    padding: 10px;
    border-top: 1px solid #dfe2e7;
    background: #f7f7f7;
}

.hinckley-review-marquee-card--blue footer {
    border-top-color: #dfe2e7;
    background: #f7f7f7;
    color: var(--hn-location-navy);
}

.hinckley-review-marquee-card--gold footer {
    border-top-color: #dfe2e7;
    background: #f7f7f7;
    color: var(--hn-location-navy);
}

.hinckley-review-marquee-source {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    place-items: center;
    background: #f2f2f2;
    color: var(--hn-location-navy);
    font-size: 26px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
}

.hinckley-review-marquee-source svg {
    display: block;
    width: 30px;
    height: 30px;
}

.hinckley-review-marquee-person {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    color: inherit;
    font-family: 'gothamlight';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
}

.hinckley-review-marquee-person strong {
    overflow: hidden;
    max-width: 100%;
    color: inherit;
    font-size: inherit;
    font-weight: 700;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.hinckley-review-marquee-person span {
    overflow: hidden;
    max-width: 100%;
    margin-top: 4px;
    opacity: .72;
    font-size: 12px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hinckley-review-marquee-card--blue .hinckley-review-marquee-person span,
.hinckley-review-marquee-card--gold .hinckley-review-marquee-person span {
    opacity: .72;
}

.hinckley-review-marquee-card--blue .hinckley-review-marquee-stars,
.hinckley-review-marquee-card--gold .hinckley-review-marquee-stars {
    color: var(--hn-location-gold);
}

.hinckley-review-marquee-card--blue .hinckley-review-marquee-stars .is-empty,
.hinckley-review-marquee-card--gold .hinckley-review-marquee-stars .is-empty {
    opacity: .2;
}

.hinckley-review-marquee-stars {
    color: var(--hn-location-gold);
    white-space: nowrap;
    display: flex;
    justify-content: flex-end;
    gap: 4px;
    min-width: 124px;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1;
}

.hinckley-review-marquee-stars .is-empty {
    opacity: .32;
}

.heynorah-location-visit-notes {
    padding: var(--hn-location-section-y) 0;
    background: var(--hn-location-canvas);
}

.heynorah-location-visit-notes + .hinckley-location-gallery {
    padding-top: var(--hn-location-section-y);
}

.single-service .heynorah-location-visit-panel {
    box-sizing: border-box;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.heynorah-location-visit-heading {
    max-width: 760px;
    margin: 0 0 clamp(28px, 3.2vw, 42px);
}

.heynorah-location-visit-heading h2 {
    margin: 0 0 14px;
    color: var(--hn-location-navy);
    font-family: "Cormorant Garamond", serif;
    font-size: var(--hn-location-h2-size);
    font-weight: 500;
    line-height: 1.05;
}

.heynorah-location-visit-heading > p:not(.hinckley-location-section-label) {
    margin: 0;
    color: var(--hn-location-text);
    font-size: var(--hn-location-lede-size);
    line-height: 1.58;
}

.single-service .heynorah-location-visit-manager {
    display: grid;
    grid-template-columns: minmax(300px, 32%) minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    margin-bottom: clamp(40px, 4.8vw, 64px);
    border-radius: 8px;
    overflow: hidden;
    background: var(--hn-location-navy);
    color: #fff;
}

.single-service .heynorah-location-visit-manager-photo {
    display: grid;
    width: 100%;
    min-height: 292px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .72);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .08em;
    overflow: hidden;
}

.single-service .heynorah-location-visit-manager.has-visit-icon .heynorah-location-visit-manager-photo {
    width: auto;
    min-height: 0;
    margin: clamp(28px, 3.7vw, 42px) 0 clamp(28px, 3.7vw, 42px) clamp(28px, 3.7vw, 42px);
    border: 1px solid rgba(169, 153, 111, .34);
    border-radius: 50%;
    aspect-ratio: 1;
}

.single-service .heynorah-location-visit-concierge-icon {
    display: block;
    width: 58px;
    height: 58px;
    color: rgba(255, 255, 255, .76);
}

.single-service .heynorah-location-visit-manager-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    color: transparent;
    text-indent: -9999px;
}

.single-service .heynorah-location-visit-manager-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(38px, 4.8vw, 64px);
}

.single-service .heynorah-location-visit-manager-label {
    display: block;
    margin-bottom: 10px;
    color: var(--hn-location-gold);
    font-size: var(--hn-location-button-font-size);
    font-weight: 600;
    letter-spacing: .18em;
    line-height: 1.4;
    text-transform: uppercase;
}

.single-service .heynorah-location-visit-manager h3 {
    margin: 0 0 14px;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.05;
}

.single-service .heynorah-location-visit-manager p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    line-height: 1.56;
}

.single-service .heynorah-location-visit-contact-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px clamp(22px, 3.4vw, 42px);
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.single-service .heynorah-location-visit-contact-list li {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    line-height: 1.35;
}

.single-service .heynorah-location-visit-contact-list li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid var(--hn-location-gold);
    flex: 0 0 auto;
}

.single-service .heynorah-location-visit-contact-list a {
    min-width: 0;
    color: #fff;
    text-decoration: none;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.single-service .heynorah-location-visit-contact-list a:hover,
.single-service .heynorah-location-visit-contact-list a:focus {
    color: var(--hn-location-gold);
}

.heynorah-location-visit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(22px, 2.8vw, 34px);
}

.heynorah-location-visit-grid article {
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.single-service .heynorah-location-visit-step-number {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: center;
    margin: 0 0 24px;
    color: var(--hn-location-gold);
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.single-service .heynorah-location-visit-step-number:after {
    content: '';
    display: block;
    height: 1px;
    background: rgba(169, 153, 111, .36);
}

.heynorah-location-visit-grid h3 {
    margin: 0 0 14px;
    color: var(--hn-location-navy);
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.08;
    text-transform: none;
}

.heynorah-location-visit-grid p {
    margin: 0;
    color: var(--hn-location-text);
    font-size: 15.5px;
    line-height: 1.58;
}

.single-service .heynorah-location-visit-footer {
    display: flex;
    gap: 22px;
    align-items: center;
    justify-content: space-between;
    margin-top: clamp(42px, 5vw, 64px);
    padding-top: clamp(26px, 3vw, 40px);
    border-top: 1px solid var(--hn-location-border);
}

.single-service .heynorah-location-visit-footer p {
    margin: 0;
    color: var(--hn-location-text);
    font-size: 16px;
    line-height: 1.45;
}

.single-service .heynorah-location-visit-cta {
    display: inline-flex;
    min-height: var(--hn-location-button-height);
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0 var(--hn-location-button-padding-x);
    border: 1px solid var(--hn-location-button-gold-bg);
    border-radius: 0;
    background: var(--hn-location-button-gold-bg);
    color: var(--hn-location-button-gold-text) !important;
    font-size: var(--hn-location-button-font-size);
    font-weight: var(--hn-location-button-weight);
    line-height: 1.15;
    letter-spacing: .1em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .24s var(--hn-location-button-ease), border-color .24s var(--hn-location-button-ease);
}

.single-service .heynorah-location-visit-cta:hover,
.single-service .heynorah-location-visit-cta:focus {
    border-color: var(--hn-location-button-gold-bg);
    background: var(--hn-location-button-gold-bg);
    color: var(--hn-location-button-gold-text) !important;
}

.heynorah-location-facilities-wrap {
    padding-top: var(--hn-location-section-y);
    padding-bottom: var(--hn-location-section-y);
    background: var(--hn-location-cream);
}

.hinckley-location-facilities {
    margin: 0;
}

.hinckley-location-facilities__intro,
.heynorah-location-facilities-intro {
    max-width: 760px;
    margin-bottom: var(--hn-location-heading-gap);
}

.hinckley-location-facilities__content {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(290px, 1fr);
    gap: clamp(22px, 2.4vw, 34px);
    align-items: stretch;
}

.hinckley-location-facilities__layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 1.8vw, 24px);
    align-items: stretch;
}

.hinckley-location-facilities__card {
    min-width: 0;
    height: 100%;
    padding: clamp(22px, 2vw, 30px);
    border: 1px solid rgba(8, 44, 92, .14);
    border-left: 3px solid rgba(169, 153, 111, .72);
    border-radius: 18px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 1px 0 rgba(8, 44, 92, .05);
    box-sizing: border-box;
}

.hinckley-location-facilities__card header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(169, 153, 111, .32);
}

.hinckley-location-facilities__card .hinckley-facility-icon {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    color: var(--hn-location-gold);
    stroke-width: 1.45;
}

.hinckley-location-facilities__card h3 {
    margin: 0;
    color: var(--hn-location-navy);
    font-size: var(--hn-location-card-title-size);
    font-weight: 600;
    line-height: 1.25;
}

.hinckley-location-facilities__card ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hinckley-location-facilities__card li {
    position: relative;
    padding-left: 20px;
    color: var(--hn-location-text);
    font-size: var(--hn-location-card-body-size);
    line-height: 1.45;
}

.hinckley-location-facilities__card li::before {
    content: "";
    position: absolute;
    top: .68em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--hn-location-gold);
}

.hinckley-location-brands {
    min-width: 0;
    height: 100%;
    margin-top: 0;
    padding: clamp(22px, 2vw, 30px);
    border: 1px solid rgba(8, 44, 92, .14);
    border-left: 3px solid rgba(169, 153, 111, .72);
    border-radius: 18px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 1px 0 rgba(8, 44, 92, .05);
    box-sizing: border-box;
}

.hinckley-location-brands__intro {
    max-width: none;
    margin-bottom: 18px;
}

.hinckley-location-brands__intro h3 {
    margin: 0 0 8px;
    color: var(--hn-location-navy);
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.12;
}

.hinckley-location-brands__intro p {
    margin: 0;
    color: var(--hn-location-muted);
    font-size: var(--hn-location-font-sm);
    line-height: 1.5;
}

.hinckley-location-brands__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hinckley-location-brands__item {
    min-width: 0;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 11px;
    border: 1px solid rgba(8, 44, 92, .13);
    background: rgba(255, 255, 255, .54);
    color: var(--hn-location-muted);
    text-align: center;
    font-size: var(--hn-location-font-xs);
    font-weight: 600;
    line-height: 1.15;
    box-sizing: border-box;
}

.hinckley-location-brands__item a {
    display: flex;
    width: 100%;
    min-height: 0;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
}

.hinckley-location-brands__item img {
    display: block;
    max-width: min(112px, 100%);
    max-height: 28px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.hinckley-location-brands__item.is-badge {
    min-height: 0;
    padding: 7px 10px;
    color: var(--hn-location-gold);
    font-size: var(--hn-location-font-xs);
}

.single-service:has(.hinckley-location-hero) .testimonial-carousel-block {
    padding: var(--hn-location-section-y) 0;
    background: var(--hn-location-canvas);
}

.single-service:has(.hinckley-location-hero) .testimonial-carousel-header {
    margin-bottom: var(--hn-location-heading-gap);
}

.single-service:has(.hinckley-location-hero) .testimonial-carousel-eyebrow {
    color: var(--hn-location-gold);
    font-size: var(--hn-location-small-size);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.single-service:has(.hinckley-location-hero) .testimonial-carousel-block h2 {
    font-size: var(--hn-location-h2-size);
}

.single-service:has(.hinckley-location-hero) .testimonial-carousel-subtitle {
    margin-top: 12px;
    font-size: var(--hn-location-body-size);
    line-height: var(--hn-location-line-height);
}

.single-service:has(.hinckley-location-hero) .testimonial-carousel-viewport {
    max-width: var(--hn-location-max-width);
    padding-right: var(--hn-location-gutter);
    padding-left: var(--hn-location-gutter);
}

.single-service:has(.hinckley-location-hero) .testimonial-carousel-track {
    gap: 18px;
}

.single-service:has(.hinckley-location-hero) .testimonial-carousel-slide {
    flex-basis: calc((100% - 36px) / 3);
    height: 292px;
}

.single-service:has(.hinckley-location-hero) .testimonial-carousel-slide blockquote {
    padding: 32px 34px 14px;
    font-size: 16.5px;
    line-height: 1.48;
}

.single-service:has(.hinckley-location-hero) .testimonial-carousel-meta {
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 12px;
    padding: 16px 20px;
}

.single-service:has(.hinckley-location-hero) .testimonial-carousel-source {
    width: 42px;
    height: 42px;
}

.single-service:has(.hinckley-location-hero) .testimonial-carousel-stars {
    font-size: 20px;
}

.single-service:has(.hinckley-location-hero) .heynorah-location-faq-wrap {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    padding: var(--hn-location-section-y) 0;
    background: var(--hn-location-cream);
    box-sizing: border-box;
}

.single-service:has(.hinckley-location-hero) .heynorah-location-faq-inner {
    display: grid;
    grid-template-columns: minmax(280px, .36fr) minmax(0, .64fr);
    gap: clamp(36px, 5vw, 72px);
    width: min(100%, var(--hn-location-max-width));
    margin: 0 auto;
    padding-right: var(--hn-location-gutter);
    padding-left: var(--hn-location-gutter);
    box-sizing: border-box;
}

.single-service:has(.hinckley-location-hero) .heynorah-location-faq-heading {
    max-width: 430px;
}

.single-service:has(.hinckley-location-hero) .heynorah-location-faq-heading h2 {
    margin: 12px 0 0;
    color: var(--hn-location-navy);
    font-family: "Cormorant Garamond", serif;
    font-size: var(--hn-location-h2-size);
    font-weight: 500;
    line-height: 1.06;
}

.single-service:has(.hinckley-location-hero) .heynorah-location-faq-heading p {
    margin: 18px 0 0;
    color: var(--hn-location-text);
    font-size: var(--hn-location-body-size);
    line-height: var(--hn-location-line-height);
}

.single-service:has(.hinckley-location-hero) .heynorah-location-faq-list {
    display: grid;
    gap: 0;
    border-top: 1px solid var(--hn-location-border);
}

.single-service:has(.hinckley-location-hero) .heynorah-location-faq-item {
    display: grid;
    grid-template-columns: minmax(220px, .36fr) minmax(0, .64fr);
    gap: clamp(18px, 2.4vw, 34px);
    padding: 26px 0;
    border-bottom: 1px solid var(--hn-location-border);
}

.single-service:has(.hinckley-location-hero) .heynorah-location-faq-item h3 {
    margin: 0;
    color: var(--hn-location-navy);
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.14;
}

.single-service:has(.hinckley-location-hero) .heynorah-location-faq-item p {
    margin: 0;
    color: var(--hn-location-text);
    font-size: var(--hn-location-body-size);
    line-height: var(--hn-location-line-height);
}

.single-service:has(.hinckley-location-hero) .hinckley-location-map-widget--fallback,
.single-service:has(.hinckley-location-hero) .heynorah-location-contact-wrap {
    padding-top: var(--hn-location-section-y);
    padding-bottom: var(--hn-location-section-y);
}

.single-service:has(.hinckley-location-hero) .heynorah-location-contact-wrap {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    box-sizing: border-box;
    background: var(--hn-location-canvas);
}

.single-service:has(.hinckley-location-hero) .heynorah-location-contact-wrap > .wp-block-group__inner-container,
.single-service:has(.hinckley-location-hero) .heynorah-location-contact-wrap > .heynorah-location-contact-layout {
    box-sizing: border-box;
    max-width: var(--hn-location-max-width);
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--hn-location-gutter);
    padding-left: var(--hn-location-gutter);
}

.single-service:has(.hinckley-location-hero) .heynorah-location-contact-layout {
    display: grid;
    grid-template-columns: minmax(340px, .44fr) minmax(0, .56fr);
    gap: clamp(44px, 5vw, 72px);
    align-items: start;
}

.single-service:has(.hinckley-location-hero) .heynorah-location-contact-next {
    box-sizing: border-box;
    padding: clamp(38px, 4.2vw, 54px);
    border-radius: 8px;
    background: var(--hn-location-navy);
    color: #fff;
}

.single-service:has(.hinckley-location-hero) .heynorah-location-contact-next-label {
    margin: 0 0 26px;
    color: var(--hn-location-gold);
    font-size: var(--hn-location-button-font-size);
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1.35;
    text-transform: uppercase;
}

.single-service:has(.hinckley-location-hero) .heynorah-location-contact-next ol {
    display: grid;
    gap: 46px;
    margin: 0;
    padding: 0 0 34px;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    list-style: none;
}

.single-service:has(.hinckley-location-hero) .heynorah-location-contact-next li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 6px 16px;
    margin: 0;
}

.single-service:has(.hinckley-location-hero) .heynorah-location-contact-next li span {
    grid-row: span 2;
    color: var(--hn-location-gold);
    font-family: "Cormorant Garamond", serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.08;
}

.single-service:has(.hinckley-location-hero) .heynorah-location-contact-next li strong {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
}

.single-service:has(.hinckley-location-hero) .heynorah-location-contact-next li em {
    color: rgba(255, 255, 255, .68);
    font-size: 16px;
    font-style: normal;
    line-height: 1.5;
}

.single-service:has(.hinckley-location-hero) .heynorah-location-contact-response {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, .88);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.35;
}

.single-service:has(.hinckley-location-hero) .heynorah-location-contact-response span {
    width: 14px;
    height: 14px;
    border: 2px solid var(--hn-location-gold);
    flex: 0 0 auto;
}

.single-service:has(.hinckley-location-hero) .heynorah-location-contact-form-panel {
    min-width: 0;
}

.single-service:has(.hinckley-location-hero) .heynorah-location-contact-section {
    margin: 0 0 22px;
}

.single-service:has(.hinckley-location-hero) .heynorah-location-contact-section h2 {
    margin: 0;
    color: var(--hn-location-navy);
    font-family: "Cormorant Garamond", serif;
    font-size: var(--hn-location-h2-size);
    font-weight: 500;
    line-height: 1.05;
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form_wrapper {
    --gf-color-primary: var(--hn-location-navy) !important;
    --gf-ctrl-border-color: rgba(169, 153, 111, .35) !important;
    --gf-ctrl-label-color-primary: var(--hn-location-navy) !important;
    --gf-ctrl-label-color-secondary: rgba(8, 44, 92, .62) !important;
    margin: 0;
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .gform_heading,
.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .gfield_required,
.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .gfield:not(.hn-location-contact-needs) > .gfield_label {
    display: none;
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .gform_fields {
    row-gap: 22px;
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-contact-needs {
    margin: 0 0 10px;
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-contact-needs legend {
    display: inline;
    margin: 0;
    color: var(--hn-location-navy);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: none !important;
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-contact-needs .gfield_description {
    display: none;
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-contact-needs legend:after {
    content: " (routes your request)";
    color: rgba(8, 44, 92, .42);
    font-size: 16px;
    font-weight: 700;
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-contact-needs .gfield_radio {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-contact-needs .gchoice {
    display: block;
    min-width: 0;
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-contact-needs input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-contact-needs label {
    --hn-location-option-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14.7 6.3a4 4 0 0 0-5.4 5.4L3 18l3 3 6.3-6.3a4 4 0 0 0 5.4-5.4l-2.8 2.8-3-3 2.8-2.8z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: inline-flex;
    width: 100%;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 14px;
    border: 1px solid rgba(169, 153, 111, .42);
    border-radius: 999px;
    background: #fff;
    color: #343842;
    cursor: pointer;
    font-size: 14.5px !important;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    text-transform: none !important;
    white-space: nowrap;
    transition: background .2s var(--hn-location-button-ease), border-color .2s var(--hn-location-button-ease), color .2s var(--hn-location-button-ease);
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-contact-needs .gchoice:nth-child(2) label {
    --hn-location-option-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3l1.6 5.1L19 10l-5.4 1.9L12 17l-1.6-5.1L5 10l5.4-1.9L12 3zM5 15l.8 2.2L8 18l-2.2.8L5 21l-.8-2.2L2 18l2.2-.8L5 15zM19 15l.8 2.2L22 18l-2.2.8L19 21l-.8-2.2L16 18l2.2-.8L19 15z' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-contact-needs .gchoice:nth-child(3) label {
    --hn-location-option-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 8h16v11H4zM7 8V5h10v3M8 13h8' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-contact-needs .gchoice:nth-child(4) label {
    --hn-location-option-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4v11M7 9l5-5 5 5M4 18c2 1.3 4 1.3 6 0s4-1.3 6 0 4 1.3 6 0' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-contact-needs .gchoice:nth-child(5) label {
    --hn-location-option-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3l7 3v5c0 4.4-2.8 8.4-7 10-4.2-1.6-7-5.6-7-10V6l7-3zM9 12l2 2 4-5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-contact-needs .gchoice:nth-child(6) label {
    --hn-location-option-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 5v14M19 5v14M5 11h14M3 19h18M8 14h8' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-contact-needs label:before {
    content: "";
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    background: var(--hn-location-gold);
    box-sizing: border-box;
    -webkit-mask: var(--hn-location-option-icon) center / contain no-repeat;
    mask: var(--hn-location-option-icon) center / contain no-repeat;
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-contact-needs label:hover {
    border-color: var(--hn-location-gold);
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-contact-needs input[type="radio"]:checked + label {
    border-color: var(--hn-location-navy);
    background: var(--hn-location-navy);
    color: #fff;
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-contact-needs input[type="radio"]:checked + label:before {
    background: #fff;
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form input[type="text"],
.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form input[type="tel"],
.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form input[type="email"],
.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form textarea {
    min-height: 60px;
    padding: 16px 20px !important;
    border: 1px solid rgba(169, 153, 111, .34) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: var(--hn-location-navy) !important;
    box-shadow: none !important;
    font-size: 17px !important;
    line-height: 1.35 !important;
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form textarea {
    min-height: 110px;
    resize: vertical;
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form ::placeholder {
    color: rgba(8, 44, 92, .42);
    opacity: 1;
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-newsletter-optin {
    margin-top: -4px;
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-newsletter-optin legend,
.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-newsletter-optin > .gfield_label {
    display: none;
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-newsletter-optin .gfield_checkbox {
    margin: 0;
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-newsletter-optin .gchoice {
    display: flex;
    align-items: center;
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-newsletter-optin input[type="checkbox"] {
    appearance: none !important;
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px;
    margin: 0 12px 0 0 !important;
    border: 1px solid rgba(169, 153, 111, .55) !important;
    border-radius: 2px !important;
    background: #fff !important;
    accent-color: var(--hn-location-navy);
    cursor: pointer;
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-newsletter-optin input[type="checkbox"]:checked {
    border-color: var(--hn-location-navy) !important;
    background: var(--hn-location-navy) !important;
    box-shadow: inset 0 0 0 4px #fff;
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-newsletter-optin label {
    margin: 0;
    color: rgba(8, 44, 92, .72);
    cursor: pointer;
    font-size: 15.5px;
    font-weight: 600;
    line-height: 1.35;
    text-transform: none !important;
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form input:focus,
.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form textarea:focus,
.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-contact-needs input[type="radio"]:focus + label {
    border-color: var(--hn-location-gold) !important;
    outline: 2px solid rgba(169, 153, 111, .22);
    outline-offset: 2px;
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .gform_footer {
    display: flex;
    justify-content: flex-start;
    margin-top: 26px;
    padding: 0;
}

.single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .gform_button {
    width: auto !important;
    min-width: var(--hn-location-button-min-width) !important;
    min-height: var(--hn-location-button-height);
    height: var(--hn-location-button-height) !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 0 var(--hn-location-button-padding-x);
    border: 1px solid var(--hn-location-button-gold-bg) !important;
    border-radius: 0 !important;
    background: var(--hn-location-button-gold-bg) !important;
    color: var(--hn-location-button-gold-text) !important;
    font-size: var(--hn-location-button-font-size) !important;
    font-weight: var(--hn-location-button-weight) !important;
    letter-spacing: .1em !important;
    line-height: 1.15 !important;
    text-transform: uppercase !important;
}

.hinckley-vertical-tabs-copy>*:first-child,
.hinckley-vertical-tab-saved>*:first-child {
    margin-top: 0;
}

.hinckley-vertical-tabs-copy>*:last-child,
.hinckley-vertical-tab-saved>*:last-child {
    margin-bottom: 0;
}

.hinckley-vertical-tabs-copy h1,
.hinckley-vertical-tabs-copy h2,
.hinckley-vertical-tabs-copy h3,
.hinckley-vertical-tabs-copy h4,
.hinckley-vertical-tabs-copy h5,
.hinckley-vertical-tabs-copy h6 {
    margin: 0 0 24px;
    color: #000;
    font-weight: 500;
    line-height: 1.2;
}

.hinckley-vertical-tabs-bullet{
  margin-bottom: 20px;
}


.hinckley-tabs-editor {
    padding: 20px;
    border: 1px solid #ddd;
    background: #fff;
}

.hinckley-tabs-editor h3 {
    margin: 0 0 16px;
}

.hinckley-tabs-editor-item {
    margin: 0 0 12px;
    border: 1px solid #ddd;
    background: #fff;
}

.hinckley-tabs-editor-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 16px;
    border: 0;
    background: #f7f7f7;
    color: #000;
    cursor: pointer;
    text-align: left;
    font-weight: 600;
}

.hinckley-tabs-editor-panel {
    padding: 16px;
}

.hinckley-tabs-editor-content {
    margin: 16px 0 0;
    padding: 16px;
    border: 1px dashed #d6d6d6;
    background: #fff;
}

.hinckley-tabs-editor-content>strong {
    display: block;
    margin: 0 0 12px;
}

.hinckley-tabs-editor-media {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
}

.hinckley-tabs-editor-media img {
    width: 90px;
    height: 64px;
    object-fit: cover;
}

.hinckley-tabs-editor-actions {
    display: flex;
    gap: 8px;
}

@media (max-width: 900px) {
    .hinckley-location-hero-stage {
        min-height: clamp(480px, 68vh, 620px);
    }

    .hinckley-location-hero-inner {
        min-height: 0;
    }

    .hinckley-location-hero-copy {
        width: min(100%, 680px);
        padding: 64px 28px 54px;
    }

    .hinckley-location-hero-eyebrow {
        margin-bottom: 22px;
    }

    .hinckley-location-hero h1 {
        font-size: 52px;
        line-height: .92;
    }

    .hinckley-location-hero-copy > p {
        font-size: var(--hn-location-font-base);
        line-height: 1.58;
    }

    .hinckley-location-hero-media {
        min-height: 100%;
        aspect-ratio: auto;
    }

    .hinckley-location-hero-media:before {
        display: none;
    }

    .hinckley-location-about {
        padding: 52px 0 18px;
    }

    .hinckley-location-about-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .hinckley-location-about-card {
        max-width: 640px;
    }

    .heynorah-location-overview-wrap {
        padding-top: 48px;
        padding-bottom: 54px;
    }

    .heynorah-location-overview-columns {
        gap: 34px;
    }

    .heynorah-location-overview-columns > .wp-block-column {
        flex-basis: auto !important;
        width: 100%;
    }

    .heynorah-location-info-column {
        order: -1;
    }

    .heynorah-location-services-wrap {
        padding: var(--hn-location-section-y-tight) 0;
    }

    .hinckley-location-gallery {
        padding: 34px 0 48px;
    }

    .hinckley-location-gallery-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hinckley-location-gallery-placeholder:first-child {
        grid-column: span 2;
        min-height: 250px;
    }

    .heynorah-location-visit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .single-service .heynorah-location-visit-panel {
        padding: clamp(28px, 5vw, 44px);
    }

    .single-service .heynorah-location-visit-manager {
        grid-template-columns: 1fr;
    }

    .single-service .heynorah-location-visit-manager-photo {
        min-height: 260px;
    }

    .single-service .heynorah-location-visit-manager.has-visit-icon .heynorah-location-visit-manager-photo {
        width: 104px;
        min-height: 0;
        margin: clamp(28px, 5vw, 44px) 0 0 clamp(28px, 5vw, 44px);
    }

    .hinckley-location-map-widget--fallback {
        padding: var(--hn-location-section-y-tight) 0;
    }

    .hinckley-location-map-fallback-card {
        grid-template-columns: 1fr;
    }

    .hinckley-location-finder {
        grid-template-columns: 1fr;
        height: auto;
        min-height: 0;
    }

    .hlf-controls {
        padding: 42px 20px 28px;
    }

    .hlf-controls h2 {
        font-size: 28px;
    }

    .hlf-selects {
        grid-template-columns: 1fr;
    }

    .hlf-list {
        max-height: 460px;
        padding: 22px 20px;
    }

    .hlf-card {
        padding: 22px 20px;
    }

    .hlf-card h3 {
        font-size: 1.275rem !important;
    }

    .hlf-map {
        order: -1;
        min-height: 420px;
    }

    .sticky-column,
    .is-sticky-column,
    .wp-block-column.sticky-column,
    .wp-block-column.is-sticky-column,
    .wp-block-column.is-style-sticky-column {
        position: static;
    }

    .detail-grid {
        grid-template-columns: 1fr;
    }

    .detail-grid-item,
    .detail-grid-item:nth-child(odd),
    .detail-grid-item:nth-child(even) {
        padding: 42px 0;
        border-right: 0;
        border-bottom: 1px solid #d6d6d6;
    }

    .detail-grid-item:last-child {
        border-bottom: 0;
    }

    .detail-grid-item h2,
    .detail-grid-item h3,
    .detail-grid-item h4 {
        margin-bottom: 24px;
        font-size: 25px;
    }

    .detail-grid-item p {
        font-size: 16px;
    }

    .schedule-service-sticky {
        right: 18px;
        bottom: 22px;
        width: 104px;
        height: 104px;
        padding: 14px;
        font-size: 11px;
    }

    .schedule-service-sticky-icon i,
    .schedule-service-sticky img {
        width: 26px;
        height: 26px;
        font-size: 26px;
    }

    .selected-posts-carousel-title {
        font-size: 28px;
    }

    .selected-posts-carousel-block {
        padding: 0 48px;
    }

    .selected-posts-carousel-track {
        gap: 20px;
    }

    .selected-posts-carousel-slide {
        flex-basis: calc((100% - 20px) / 2);
    }

    .selected-posts-carousel-card {
        min-height: 500px;
        padding: 0 28px 38px;
    }

    .selected-posts-carousel-image {
        margin: 0 -28px 38px;
    }

    .selected-posts-carousel-card-title {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .selected-posts-carousel-card-excerpt {
        font-size: 16px;
    }

    .selected-posts-carousel-controls {
        right: -48px;
        left: -48px;
    }

    .selected-posts-carousel-prev,
    .selected-posts-carousel-next {
        width: 50px;
        height: 50px;
        font-size: 42px;
    }

    .hinckley-location-list-box {
        padding: 52px 32px 44px;
    }

    .hinckley-location-list-box h2 {
        font-size: 18px;
    }

    .hinckley-location-list-item h3 {
        font-size: 1.275rem;
    }

    .hinckley-location-list-item p {
        font-size: 15px;
    }

    .hinckley-location-list-item .light-icon-map-pin {
        font-size: 18px;
    }

    .testimonial-carousel-block {
        padding: 86px 0 64px;
    }

    .testimonial-carousel-header {
        margin-bottom: 38px;
    }

    .testimonial-carousel-eyebrow {
        font-size: 40px;
    }

    .testimonial-carousel-block h2 {
        font-size: 46px;
    }

    .testimonial-carousel-subtitle {
        font-size: 18px;
    }

    .testimonial-carousel-viewport {
        padding: 0 36px;
    }

    .testimonial-carousel-slide {
        flex-basis: calc((100% - 24px) / 2);
        height: 310px;
    }

    .testimonial-carousel-slide blockquote {
        padding: 34px 32px 18px;
        font-size: 18px;
    }

    .testimonial-carousel-meta {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .testimonial-carousel-stars {
        grid-column: 2;
        justify-content: flex-start;
        min-width: 0;
        font-size: 18px;
    }

    .testimonial-carousel-prev,
    .testimonial-carousel-next {
        width: 48px;
        height: 48px;
        font-size: 42px;
    }

    .testimonial-carousel-prev {
        left: 8px;
    }

    .testimonial-carousel-next {
        right: 8px;
    }

    .hinckley-icon-list {
        gap: 24px 36px;
    }

    .hinckley-icon-list li {
        gap: 14px;
        font-size: 20px;
    }

    .hinckley-icon-list img,
    .hinckley-icon-list svg {
        width: 28px;
        height: 28px;
    }

    .hinckley-vertical-tabs {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .hinckley-vertical-tabs-nav {
        position: static;
        gap: 16px;
    }

    .hinckley-vertical-tabs-nav button {
        font-size: 20px;
    }

    .hinckley-vertical-tabs-media {
        min-height: 320px;
        margin-bottom: 32px;
    }

    .hls-form {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 22px 20px;
    }

    .hls-form select,
    .hls-submit {
        min-height: 52px;
        font-size: 16px;
    }

    .hls-map {
        height: 420px;
    }

    .hls-results-wrap h2 {
        padding: 42px 20px 24px;
        font-size: 28px;
    }

    .hls-result-link {
        grid-template-columns: 1fr 34px;
        gap: 18px;
        padding: 30px 20px;
    }

    .hls-result-image,
    .hls-result-contact {
        grid-column: 1 / -1;
    }

    .hls-result-content strong {
        font-size: 21px;
    }

    .hls-result-address,
    .hls-result-contact {
        font-size: 16px;
    }

    .heynorah-location-services-wrap {
        padding: var(--hn-location-section-y-tight) 0;
    }

    .hinckley-location-services-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: var(--hn-location-grid-gap-y);
    }

    .hinckley-location-services-group {
        min-height: 244px;
    }

    .hinckley-location-facilities__content {
        grid-template-columns: 1fr;
    }

    .hinckley-location-facilities__layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hinckley-review-marquee-card {
        flex-basis: clamp(280px, 42vw, 380px);
    }

    .hinckley-review-marquee-card--wide,
    .hinckley-review-marquee-card--image {
        flex-basis: clamp(320px, 54vw, 470px);
    }

    .single-service:has(.hinckley-location-hero) .testimonial-carousel-slide {
        flex-basis: calc((100% - 18px) / 2);
    }

    .single-service:has(.hinckley-location-hero) .heynorah-location-faq-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .single-service:has(.hinckley-location-hero) .heynorah-location-faq-heading {
        max-width: 680px;
    }

    .single-service:has(.hinckley-location-hero) .heynorah-location-faq-item {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .single-service:has(.hinckley-location-hero) .heynorah-location-contact-layout {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-contact-needs .gfield_radio {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .single-service:has(.hinckley-location-hero) .heynorah-location-contact-next {
        padding: 34px;
    }

    .single-service:has(.hinckley-location-hero) .heynorah-location-contact-next ol {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
    }

    .single-service:has(.hinckley-location-hero) .heynorah-location-contact-next li {
        grid-template-columns: 1fr;
    }

    .single-service:has(.hinckley-location-hero) .heynorah-location-contact-next li span {
        grid-row: auto;
    }
}

@media (max-width: 700px) {
    .hinckley-location-hero-stage {
        min-height: clamp(500px, 72vh, 620px);
    }

    .hinckley-location-hero-copy {
        width: 100%;
        padding: 62px 22px 48px;
    }

    .hinckley-location-hero-eyebrow {
        margin-bottom: 18px;
        font-size: var(--hn-location-font-sm);
    }

    .hinckley-location-hero h1 {
        max-width: 100%;
        font-size: 40px;
        line-height: .94;
    }

    .hinckley-location-hero-copy > p {
        width: min(100%, 33ch);
        max-width: 33ch;
        font-size: .9375rem;
        line-height: 1.56;
    }

    .hinckley-location-hero-actions {
        gap: 12px;
        margin-top: 24px;
    }

    .hinckley-location-hero-primary,
    .hinckley-location-hero-secondary {
        min-height: var(--hn-location-button-height);
        padding: .75rem 1.375rem;
        width: 100%;
    }

    .hinckley-location-hero-media {
        min-height: 100%;
        aspect-ratio: auto;
    }

    .hinckley-location-facilities__card {
        padding: 22px;
    }

    .hinckley-location-facilities__card header {
        margin-bottom: 18px;
    }

    .hinckley-location-facilities__layout {
        grid-template-columns: 1fr;
    }

    .hinckley-location-brands__item {
        padding: 8px 10px;
    }

    .hinckley-location-about h2,
    .hinckley-location-gallery h2,
    .hinckley-location-services h2,
    .hinckley-location-facilities__intro h2,
    .heynorah-location-visit-heading h2,
    .heynorah-location-facilities-intro h2,
    .single-service:has(.hinckley-location-hero) .heynorah-location-faq-heading h2,
    .heynorah-location-contact-section h2,
    .single-service:has(.hinckley-location-hero) .testimonial-carousel-block h2 {
        font-size: 30px;
    }

    .hinckley-review-marquee {
        margin-top: 0;
        padding: var(--hn-location-section-y-tight) 0;
    }

    .hinckley-review-marquee-heading h2 {
        font-size: 30px;
    }

    .hinckley-review-marquee-card,
    .hinckley-review-marquee-card--wide,
    .hinckley-review-marquee-card--image,
    .hinckley-review-marquee-card--callout {
        flex-basis: 82vw;
        min-height: 232px;
    }

    .hinckley-review-marquee-rows {
        gap: 14px;
    }

    .hinckley-review-marquee-row {
        display: block;
        overflow: visible;
        cursor: default;
        touch-action: auto;
    }

    .hinckley-review-marquee-row:nth-child(n+2),
    .hinckley-review-marquee-track + .hinckley-review-marquee-track,
    .hinckley-review-marquee-track .hinckley-review-marquee-card:nth-child(n+4) {
        display: none;
    }

    .hinckley-review-marquee-track {
        width: 100%;
        display: grid;
        gap: 14px;
    }

    .hinckley-review-marquee-card,
    .hinckley-review-marquee-card--wide,
    .hinckley-review-marquee-card--image,
    .hinckley-review-marquee-card--callout {
        width: 100%;
        min-height: 220px;
        height: auto;
        flex-basis: auto;
    }

    .hinckley-review-marquee-card--image {
        min-height: 260px;
    }

    .hinckley-review-marquee-callout {
        font-size: 32px;
    }

    .hinckley-location-about p,
    .hinckley-location-gallery-copy p,
    .hinckley-location-services-heading > p:not(.hinckley-location-section-label),
    .heynorah-location-visit-heading > p:not(.hinckley-location-section-label),
    .heynorah-location-facilities-intro > p:not(.hinckley-location-section-label),
    .single-service:has(.hinckley-location-hero) .heynorah-location-faq-heading p,
    .single-service:has(.hinckley-location-hero) .heynorah-location-faq-item p,
    .heynorah-location-contact-section > p:not(.hinckley-location-section-label),
    .single-service:has(.hinckley-location-hero) .testimonial-carousel-subtitle {
        font-size: 15.5px;
    }

    .hinckley-location-about-card figure {
        margin-bottom: 18px;
    }

    .heynorah-location-visit-notes {
        padding: var(--hn-location-section-y-tight) 0;
    }

    .heynorah-location-visit-notes + .hinckley-location-gallery {
        padding-top: var(--hn-location-section-y-tight);
    }

    .single-service .heynorah-location-visit-panel {
        padding: 0;
    }

    .single-service .heynorah-location-visit-manager {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 34px;
        text-align: left;
    }

    .single-service .heynorah-location-visit-manager-photo {
        justify-self: start;
        min-height: 180px;
        font-size: 22px;
    }

    .single-service .heynorah-location-visit-manager.has-visit-icon .heynorah-location-visit-manager-photo {
        width: 92px;
        min-height: 0;
        margin: 24px 0 0 24px;
    }

    .single-service .heynorah-location-visit-manager-body {
        padding: 24px;
    }

    .single-service .heynorah-location-visit-manager h3 {
        font-size: 28px;
        line-height: 1.08;
    }

    .single-service .heynorah-location-visit-manager p {
        font-size: 15.5px;
        line-height: 1.56;
    }

    .single-service .heynorah-location-visit-contact-list {
        display: grid;
        gap: 12px;
    }

    .single-service .heynorah-location-visit-contact-list li {
        gap: 8px;
        font-size: 14px;
    }

    .heynorah-location-visit-grid {
        grid-template-columns: 1fr;
    }

    .single-service .heynorah-location-visit-step-number {
        margin-bottom: 16px;
        font-size: 24px;
    }

    .single-service .heynorah-location-visit-footer {
        display: grid;
        gap: 18px;
        align-items: start;
    }

    .single-service .heynorah-location-visit-cta {
        width: 100%;
    }

    .hinckley-location-gallery-grid {
        grid-template-columns: 1fr;
    }

    .hinckley-location-gallery-placeholder,
    .hinckley-location-gallery-placeholder:first-child {
        grid-column: auto;
        grid-row: auto;
        min-height: 220px;
    }

    .single-service:has(.hinckley-location-hero) .testimonial-carousel-slide {
        flex-basis: 100%;
        height: 286px;
    }

    .single-service:has(.hinckley-location-hero) .testimonial-carousel-slide blockquote {
        padding: 28px 26px 12px;
        font-size: 15.5px;
    }

    .single-service:has(.hinckley-location-hero) .testimonial-carousel-meta {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .single-service:has(.hinckley-location-hero) .testimonial-carousel-stars {
        grid-column: 2;
        justify-content: flex-start;
        font-size: 18px;
    }

    .single-service:has(.hinckley-location-hero) .heynorah-location-faq-wrap {
        padding: var(--hn-location-section-y-tight) 0;
    }

    .single-service:has(.hinckley-location-hero) .heynorah-location-faq-item {
        padding: 22px 0;
    }

    .single-service:has(.hinckley-location-hero) .heynorah-location-faq-item h3 {
        font-size: 21px;
    }

    .single-service:has(.hinckley-location-hero) .heynorah-location-contact-next {
        padding: 28px 24px;
    }

    .single-service:has(.hinckley-location-hero) .heynorah-location-contact-next ol {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-bottom: 28px;
    }

    .single-service:has(.hinckley-location-hero) .heynorah-location-contact-next li {
        grid-template-columns: 40px minmax(0, 1fr);
    }

    .single-service:has(.hinckley-location-hero) .heynorah-location-contact-next li span {
        grid-row: span 2;
        font-size: 24px;
    }

    .single-service:has(.hinckley-location-hero) .heynorah-location-contact-next li strong {
        font-size: 19px;
    }

    .single-service:has(.hinckley-location-hero) .heynorah-location-contact-next li em,
    .single-service:has(.hinckley-location-hero) .heynorah-location-contact-response {
        font-size: 15.5px;
    }

    .single-service:has(.hinckley-location-hero) .heynorah-location-contact-section h2 {
        font-size: 28px;
    }

    .single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-contact-needs legend {
        font-size: 16px;
    }

    .single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-contact-needs legend:after {
        display: block;
        margin-top: 2px;
        font-size: 14px;
    }

    .single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-contact-needs .gfield_radio {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form .hn-location-contact-needs label {
        min-height: 46px;
        padding: 10px 18px;
        font-size: 15.5px !important;
    }

    .single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form input[type="text"],
    .single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form input[type="tel"],
    .single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form input[type="email"],
    .single-service:has(.hinckley-location-hero) .hn-location-contact-routing-form textarea {
        min-height: 54px;
        font-size: 15.5px !important;
    }

    .selected-posts-carousel-block {
        padding: 0 34px;
    }

    .selected-posts-carousel-slide {
        flex-basis: 100%;
    }

    .selected-posts-carousel-card {
        min-height: 460px;
    }

    .selected-posts-carousel-controls {
        right: -34px;
        left: -34px;
    }

    .testimonial-carousel-block {
        padding: 72px 0 58px;
    }

    .testimonial-carousel-header {
        margin-bottom: 30px;
        padding: 0 18px;
    }

    .testimonial-carousel-eyebrow {
        font-size: 30px;
    }

    .testimonial-carousel-block h2 {
        font-size: 34px;
    }

    .testimonial-carousel-subtitle {
        margin-top: 16px;
        font-size: 16px;
    }

    .testimonial-carousel-viewport {
        padding: 0 18px;
    }

    .testimonial-carousel-track {
        gap: 18px;
    }

    .testimonial-carousel-slide {
        flex-basis: 100%;
        height: 310px;
    }

    .testimonial-carousel-slide blockquote {
        padding: 30px 26px 18px;
        font-size: 18px;
    }

    .testimonial-carousel-meta {
        padding: 16px 18px;
    }

    .hinckley-icon-list {
        grid-template-columns: 1fr;
    }

    .hinckley-vertical-tabs-media {
        min-height: 240px;
    }
}
