@media (min-width: 1024px) {
    .showroom-wrapper.lg\:py-\[140px\] {
        padding-bottom: 60px;
    }
}

.showroom-list {
    column-gap: 55px;
}

.header-consultation-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.75rem;
    border: 2px solid #111111;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 14px 32px rgba(17, 17, 17, 0.12);
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.header-consultation-link:hover {
    background: #ffffff;
    color: #111111;
    border-color: #111111;
    transform: translateY(-1px);
    box-shadow: 0 18px 38px rgba(17, 17, 17, 0.16);
}

.header-consultation-link:focus-visible {
    outline: 2px solid #111111;
    outline-offset: 4px;
}

.header:not(.is-solid) .header-consultation-link {
    background: rgba(17, 17, 17, 0.24);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(10px);
    box-shadow: none;
}

.header:not(.is-solid) .header-consultation-link:hover {
    background: #ffffff;
    color: #111111;
    border-color: #ffffff;
}

.header-consultation-link--mobile {
    display: flex;
    width: calc(100% - 2rem);
    margin: 0 1rem 1.5rem;
    padding: 1rem 1.75rem;
}

.home-hero__content {
    max-width: 52rem;
    margin: 0 auto;
}

.home-hero__description {
    max-width: 40rem;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.9);
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.home-hero__button {
    min-width: 14rem;
    padding: 0.95rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.home-hero__button--secondary {
    background: transparent;
}

.landing-new-form .gform_wrapper .gform_heading {
    gap: 1rem;
}

.landing-new-form .gform_wrapper .gform_title {
    color: #474d37;
    font-family: "Kudryashev Display", serif;
    font-size: 34px;
    line-height: 1;
}

.landing-new-form .gform_wrapper p.gform_description,
.landing-new-form .gform_wrapper.gravity-theme p.gform_description {
    margin: 0;
    max-width: none;
    width: 100%;
    color: rgba(71, 77, 55, 0.72);
    font-size: 14px !important;
    line-height: 1.625 !important;
    letter-spacing: 0.02em;
    font-weight: 400;
}

@media (min-width: 1024px) {
    .landing-new-form .gform_wrapper .gform_title {
        font-size: 32px;
        line-height: 1;
    }

    .landing-new-form .gform_wrapper p.gform_description,
    .landing-new-form .gform_wrapper.gravity-theme p.gform_description {
        font-size: 16px !important;
    }
}

.home-services__track {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.home-services__track::-webkit-scrollbar {
    display: none;
}

.home-services__card {
    position: relative;
    flex: 0 0 82vw;
    min-height: 32rem;
    overflow: hidden;
    border-radius: 1.5rem;
    scroll-snap-align: start;
}

.home-services__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-services__content {
    min-height: 14rem;
}

.home-services__cta {
    margin-top: auto;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.home-testimonials__intro {
    max-width: 48rem;
    margin: 0 auto 3rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.home-testimonials__eyebrow,
.home-showroom-spotlight__eyebrow,
.range-detail__eyebrow {
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.2;
    text-transform: uppercase;
}

.home-testimonials__eyebrow {
    color: #d2b694;
}

.home-testimonials__layout {
    align-items: center;
}

.home-testimonials__media-card {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 1.75rem;
    background: #1b1b1b;
}

.home-testimonials__media-image,
.home-testimonials__mobile-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-testimonials__media-badge {
    position: absolute;
    left: 1.25rem;
    bottom: 1.25rem;
    display: inline-flex;
    align-items: center;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.7);
    color: #ffffff;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-testimonials__quote-card {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    min-height: 100%;
    padding: 2rem;
    border: 1px solid rgba(210, 182, 148, 0.26);
    border-radius: 1.75rem;
    background: linear-gradient(180deg, rgba(44, 34, 26, 0.95) 0%, rgba(17, 17, 17, 0.95) 100%);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
    text-align: left;
}

.home-testimonials__nugget {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    background: rgba(210, 182, 148, 0.14);
    color: #d2b694;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-testimonials__mobile-media {
    width: min(100%, 13rem);
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 1.25rem;
}

.home-testimonials__quote {
    font-size: 1.05rem;
    line-height: 1.8;
}

.home-testimonials__cta {
    padding: 0.95rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
}

.home-usp-strip__inner {
    display: grid;
    gap: 1rem;
}

.home-usp-strip__item {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1.25rem 1.5rem;
    border: 1px solid #e7ddd0;
    border-radius: 1.25rem;
    background: #ffffff;
}

.home-usp-strip__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1rem;
    background: #f4efe8;
}

.home-usp-strip__icon-image {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}

.home-usp-strip__headline {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.4;
    text-transform: uppercase;
}

.home-usp-strip__supporting-line {
    color: #595959;
    line-height: 1.7;
}

.home-showroom-spotlight__inner {
    display: grid;
    gap: 2rem;
    align-items: center;
}

.home-showroom-spotlight__media {
    overflow: hidden;
    border-radius: 1.75rem;
    background: #f1f1f1;
}

.home-showroom-spotlight__image {
    width: 100%;
    height: 100%;
    min-height: 24rem;
    object-fit: cover;
}

.home-showroom-spotlight__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.home-showroom-spotlight__eyebrow {
    color: #893d1d;
}

.home-showroom-spotlight__caption {
    color: #555555;
    line-height: 1.8;
}

.home-showroom-spotlight__cta {
    width: fit-content;
    padding-left: 0;
}

.trust-strip__intro {
    max-width: 40rem;
    margin: 0 auto 2rem;
    text-align: center;
}

.trust-strip__title {
    margin-bottom: 0.75rem;
    font-family: serif;
    font-size: clamp(1.75rem, 2.4vw, 2.75rem);
    line-height: 1.1;
}

.trust-strip__subtitle {
    color: #5f5f5f;
    line-height: 1.7;
}

.trust-strip__logo {
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.9;
}

.gallery-page__intro-copy {
    max-width: 56rem;
    color: #3e3e3e;
}

.gallery-page__intro {
    display: flex;
    justify-content: center;
    padding-bottom: 2.5rem;
}

.gallery-page__description {
    max-width: 56rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.gallery-page__header {
    text-align: center;
}

.gallery-page__intro-copy {
    margin: 0 auto;
    text-align: center;
}

.gallery-page__description.is-expanded {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
}

.gallery-page__description-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111111;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gallery-page__cta-link {
    padding: 0.95rem 1.5rem;
    border: 1px solid #111111;
    border-radius: 999px;
}

.gallery-page__filters {
    min-height: 3rem;
    margin-bottom: 1.5rem;
}

.gallery-page__filters .relative.w-full {
    display: flex;
    justify-content: center;
}

.gallery-page__filters .relative.flex {
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
}

.gallery-page__filter-btn {
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.1rem;
    border: 1px solid rgba(17, 17, 17, 0.14);
    border-radius: 999px;
    color: #777777;
    font-size: 0.9375rem;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.gallery-page__filter-btn.is-active,
.gallery-page__filter-btn:hover {
    border-color: #111111;
    background: #111111;
    color: #ffffff;
}

.gallery-page__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-page__image-button {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 1.25rem;
    background: #f1f1f1;
}

.gallery-page__image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.gallery-page__image-button:hover .gallery-page__image {
    transform: scale(1.04);
}

.gallery-page__modal-image {
    width: auto;
    max-width: 100%;
    border-radius: 1.75rem;
}

.range-detail__hero {
    position: relative;
    min-height: calc(100vh - var(--wp-adminbar));
    display: flex;
    align-items: flex-end;
    padding: 0 1rem 3rem;
    color: #ffffff;
}

.range-detail__hero-media,
.range-detail__hero-overlay {
    position: absolute;
    inset: 0;
}

.range-detail__hero-overlay {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.24) 0%, rgba(17, 17, 17, 0.78) 100%);
}

.range-detail__hero-content {
    position: relative;
    z-index: 1;
    width: min(100%, 48rem);
    margin: 0 auto;
    padding-top: calc(var(--header-height) + 5rem);
}

.range-detail__eyebrow {
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.78);
}

.range-detail__intro {
    max-width: 36rem;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.8;
}

.range-detail__hero-cta {
    margin-top: 1.5rem;
    padding: 0.95rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.range-detail__container {
    width: min(100%, 75rem);
    margin: 0 auto;
}

.range-detail__section-title {
    margin-bottom: 1.75rem;
}

.range-detail__highlight-grid,
.range-detail__finish-grid,
.range-detail__logo-grid {
    display: grid;
    gap: 1.5rem;
}

.range-detail__highlight {
    padding: 1.5rem;
    border: 1px solid #ece3d6;
    border-radius: 1.5rem;
    background: #ffffff;
}

.range-detail__highlight-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    border-radius: 0.9rem;
    background: #f4efe8;
}

.range-detail__highlight-icon-image {
    width: 1.75rem;
    height: 1.75rem;
    object-fit: contain;
}

.range-detail__highlight-title,
.range-detail__finish-title {
    margin-bottom: 0.65rem;
    font-family: serif;
    font-size: 1.4rem;
    line-height: 1.2;
}

.range-detail__highlight-description,
.range-detail__finish-excerpt {
    color: #5a5a5a;
    line-height: 1.8;
}

.range-detail__gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.range-detail__gallery-item {
    overflow: hidden;
    border-radius: 1.5rem;
}

.range-detail__gallery-image,
.range-detail__finish-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.range-detail__finish-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.04);
    color: inherit;
}

.range-detail__finish-copy {
    padding: 1.25rem;
}

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

.range-detail__logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 7rem;
    padding: 1.5rem;
    border: 1px solid #ece3d6;
    border-radius: 1.25rem;
    background: #ffffff;
}

.range-detail__logo {
    max-width: 100%;
    max-height: 4rem;
    object-fit: contain;
}

.range-detail__cta-panel-inner {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    text-align: center;
}

.range-detail__cta-button {
    padding: 0.95rem 1.5rem;
    border-radius: 999px;
}

@media (max-width: 1023px) {
    .home-services__cta {
        opacity: 1;
        transform: none;
    }

    .home-testimonials__gallery {
        display: none;
    }
}

@media (min-width: 768px) {
    .home-usp-strip__inner,
    .range-detail__highlight-grid,
    .range-detail__finish-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gallery-page__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .range-detail__logo-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .home-services__track {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        overflow: visible;
        padding-bottom: 0;
        scroll-snap-type: none;
    }

    .home-services__card {
        min-width: 0;
        min-height: 35rem;
    }

    .group:hover .home-services__cta {
        opacity: 1;
        transform: translateY(0);
    }

    .home-services__cta {
        opacity: 0;
        transform: translateY(1.5rem);
    }

    .home-testimonials__mobile-media {
        display: none;
    }

    .home-usp-strip__inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .home-showroom-spotlight__inner {
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
        gap: 3rem;
    }

    .range-detail__hero {
        padding: 0 2.5rem 4rem;
    }

    .range-detail__gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .range-detail__cta-panel-inner {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}

/* Remove underline from all pill/button links */
.btn,
.btn a,
a.btn {
    text-decoration: none !important;
}

/* Remove underline from pill buttons */
.btn > span:before,
.btn > span:after {
    border-bottom: none !important;
}

.btn:hover {
    background-color: white !important;
    color: black !important;
}

.btn:hover > span {
    color: black !important;
}

/* Landing page v2: restore intended animated underline behavior */
body.single-landing-page .landing-article [data-landing-new-content] .btn > span::before,
body.single-landing-page .landing-article [data-landing-new-content] .btn > span::after {
    border-bottom: thin solid currentColor !important;
}

body.single-landing-page .landing-article [data-landing-new-content] .btn > span::after {
    transform: scaleX(0);
    transition: transform 0.3s;
    transform-origin: left;
}

body.single-landing-page .landing-article [data-landing-new-content] .btn:hover {
    background-color: transparent !important;
    color: inherit !important;
}

body.single-landing-page .landing-article [data-landing-new-content] .btn:hover > span {
    color: inherit !important;
}

body.single-landing-page .landing-article [data-landing-new-content] .btn:hover > span::after {
    transform: scaleX(1);
}

.home-hero__button:hover {
    background-color: white !important;
    color: black !important;
}

.home-hero__button:hover > span {
    color: black !important;
}

.landing-new-input,
.landing-new-select {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(71, 77, 55, 0.3);
    background: transparent;
    padding: 0.75rem 0;
    color: #474d37;
    font-size: 1rem;
    line-height: 1.625;
    letter-spacing: 0.02em;
}

.landing-new-input::placeholder,
.landing-new-select::placeholder {
    color: #474d37;
}

.landing-new-select-wrap {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 1px solid rgba(71, 77, 55, 0.3);
    padding: 0.75rem 0;
}

.landing-new-select {
    flex: 1 1 0%;
    padding: 0;
    appearance: none;
}

.scrollbar-none {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollbar-none::-webkit-scrollbar {
    display: none;
}
