.lbwm-service,
.lbwm-service-grid {
    --lbwm-accent: #E7654D;
    --lbwm-accent-2: #D94C5A;
    --lbwm-bg: #FBF6F0;
    --lbwm-surface: #FFFDFC;
    --lbwm-text: #241D1A;
    --lbwm-muted: #6D625C;
    --lbwm-radius: 28px;
    --lbwm-shadow: 0 24px 60px rgba(80, 55, 42, .10);
    --lbwm-soft-shadow: 0 14px 34px rgba(80, 55, 42, .07);
    color: var(--lbwm-text);
    font-family: inherit;
}

.lbwm-service *,
.lbwm-service-grid * {
    box-sizing: border-box;
}

.lbwm-container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.lbwm-service h1,
.lbwm-service h2,
.lbwm-service h3,
.lbwm-service-card h3 {
    color: var(--lbwm-text);
    margin-top: 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    line-height: 1.08;
}

.lbwm-service p,
.lbwm-service li,
.lbwm-service-card p {
    color: var(--lbwm-muted);
    line-height: 1.75;
}

.lbwm-single-main {
    overflow: hidden;
}

.lbwm-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 1fr) 290px;
    min-height: 560px;
    margin-top: 26px;
    margin-bottom: 72px;
    border-radius: var(--lbwm-radius);
    background:
        radial-gradient(circle at 75% 20%, rgba(255,255,255,.82), transparent 38%),
        linear-gradient(135deg, #fcf8f4 0%, var(--lbwm-bg) 100%);
    box-shadow: var(--lbwm-soft-shadow);
    overflow: hidden;
    position: relative;
}

.lbwm-hero::after {
    content: '';
    position: absolute;
    width: 230px;
    height: 230px;
    right: 170px;
    top: -120px;
    border: 1px solid rgba(231, 101, 77, .14);
    border-radius: 48% 52% 56% 44%;
    transform: rotate(22deg);
    pointer-events: none;
}

.lbwm-hero__media {
    min-height: 560px;
    background: #ded2c7;
    overflow: hidden;
}

.lbwm-hero__media img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    display: block;
}

.lbwm-hero__placeholder {
    min-height: 560px;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,.85), transparent 24%),
        linear-gradient(150deg, #eaded2, #cfae95);
}

.lbwm-hero__placeholder svg {
    width: 140px;
    height: 140px;
    stroke: rgba(255,255,255,.92);
    stroke-width: 1.25;
    fill: none;
}

.lbwm-hero__content {
    padding: 76px 52px 58px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.lbwm-eyebrow {
    color: var(--lbwm-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.lbwm-hero h1 {
    font-size: clamp(42px, 5vw, 68px);
    letter-spacing: -.035em;
    margin-bottom: 18px;
}

.lbwm-accent-line {
    width: 42px;
    height: 2px;
    display: inline-block;
    background: linear-gradient(90deg, var(--lbwm-accent), var(--lbwm-accent-2));
    border-radius: 999px;
}

.lbwm-lead {
    font-size: 16px;
    margin: 24px 0 32px;
    max-width: 610px;
}

.lbwm-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 8px;
}

.lbwm-fact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
    color: var(--lbwm-text);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 600;
}

.lbwm-icon-circle,
.lbwm-icon-square {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    color: var(--lbwm-accent);
    border: 1px solid rgba(231, 101, 77, .28);
    background: rgba(255,255,255,.74);
}

.lbwm-icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.lbwm-icon-circle--large {
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
}

.lbwm-icon-square {
    width: 52px;
    height: 52px;
    border-radius: 16px;
}

.lbwm-icon-circle svg,
.lbwm-icon-square svg,
.lbwm-placeholder svg,
.lbwm-price-card__flower svg,
.lbwm-cta__lotus svg {
    width: 25px;
    height: 25px;
    stroke: currentColor;
    stroke-width: 1.65;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lbwm-icon-circle--large svg {
    width: 31px;
    height: 31px;
}

.lbwm-price-card {
    align-self: center;
    margin-right: 38px;
    padding: 38px 28px 30px;
    border-radius: 26px;
    background: rgba(255, 253, 252, .92);
    border: 1px solid rgba(255,255,255,.95);
    box-shadow: var(--lbwm-shadow);
    text-align: center;
    position: relative;
    z-index: 2;
    backdrop-filter: blur(10px);
}

.lbwm-price-card__flower {
    position: absolute;
    right: 14px;
    top: 12px;
    color: rgba(231, 101, 77, .15);
}

.lbwm-price-card__flower svg {
    width: 62px;
    height: 62px;
}

.lbwm-price-card h2 {
    font-size: 26px;
    margin-bottom: 18px;
}

.lbwm-price-card__duration {
    font-weight: 700;
    color: var(--lbwm-text);
    font-size: 14px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(231, 101, 77, .35);
}

.lbwm-price-card__price {
    color: var(--lbwm-accent);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 62px;
    line-height: 1;
    margin: 26px 0 22px;
}

.lbwm-price-card__price span {
    font-size: 30px;
    vertical-align: top;
    position: relative;
    top: 5px;
    margin-right: 3px;
}

.lbwm-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 13px 25px;
    border-radius: 999px;
    color: #fff !important;
    background: linear-gradient(135deg, var(--lbwm-accent), var(--lbwm-accent-2));
    box-shadow: 0 12px 26px rgba(217, 76, 90, .22);
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.lbwm-button:hover,
.lbwm-button:focus-visible {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(217, 76, 90, .28);
    filter: saturate(1.05);
}

.lbwm-button--wide {
    width: 100%;
}

.lbwm-price-card__note {
    font-size: 12px;
    line-height: 1.5 !important;
    margin: 20px 0 0;
}

.lbwm-section {
    padding: 16px 0 82px;
}

.lbwm-section-heading {
    text-align: center;
    margin-bottom: 34px;
}

.lbwm-section-heading h2,
.lbwm-content-block > h2 {
    font-size: clamp(30px, 3vw, 44px);
    margin-bottom: 12px;
}

.lbwm-expect-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.lbwm-info-card {
    padding: 32px 25px 28px;
    background: linear-gradient(145deg, rgba(255,253,252,.98), rgba(250,244,238,.94));
    border: 1px solid rgba(80,55,42,.06);
    border-radius: 24px;
    box-shadow: var(--lbwm-soft-shadow);
    text-align: center;
    transition: transform .25s ease, box-shadow .25s ease;
}

.lbwm-info-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--lbwm-shadow);
}

.lbwm-info-card h3 {
    font-size: 19px;
    line-height: 1.35;
    margin-bottom: 12px;
}

.lbwm-info-card p {
    margin: 0;
    font-size: 14px;
}

.lbwm-soft-section {
    background:
        radial-gradient(circle at 50% 50%, rgba(231, 101, 77, .07), transparent 22%),
        linear-gradient(90deg, #fbf7f2, #f7efe7, #fbf7f2);
    padding: 78px 0;
    margin: 0 0 70px;
    position: relative;
}

.lbwm-soft-section::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 240px;
    height: 240px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(231, 101, 77, .10);
    border-radius: 50% 45% 52% 48%;
    pointer-events: none;
}

.lbwm-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 92px;
    position: relative;
    z-index: 1;
}

.lbwm-two-column--single {
    grid-template-columns: minmax(0, 840px);
    justify-content: center;
}

.lbwm-two-column--single .lbwm-content-block {
    width: 100%;
}

.lbwm-content-block > p {
    margin: 22px 0 18px;
}

.lbwm-check-list {
    list-style: none;
    padding: 0;
    margin: 22px 0;
}

.lbwm-check-list li {
    position: relative;
    padding-left: 31px;
    margin: 12px 0;
}

.lbwm-check-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: .1em;
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--lbwm-accent);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.lbwm-long-copy {
    margin-top: 24px;
}

.lbwm-long-copy > *:last-child {
    margin-bottom: 0;
}

.lbwm-why-list {
    display: grid;
    gap: 22px;
    margin-top: 26px;
}

.lbwm-why-item {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 17px;
    align-items: start;
}

.lbwm-why-item h3 {
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    margin: 2px 0 5px;
}

.lbwm-why-item p {
    margin: 0;
    font-size: 14px;
}

.lbwm-cta {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    min-height: 250px;
    margin-bottom: 78px;
    border-radius: var(--lbwm-radius);
    overflow: hidden;
    background: linear-gradient(135deg, #f6ede5, #fbf7f2);
    box-shadow: var(--lbwm-soft-shadow);
}

.lbwm-cta__content {
    padding: 48px 54px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.lbwm-cta__content h2 {
    font-size: clamp(30px, 3.5vw, 46px);
    max-width: 560px;
    margin-bottom: 14px;
}

.lbwm-cta__content .lbwm-accent-line {
    margin: 2px 0 24px;
}

.lbwm-cta__content p {
    max-width: 620px;
    margin: 0 0 24px;
}

.lbwm-cta__visual {
    min-height: 250px;
    position: relative;
    background:
        linear-gradient(135deg, #dac5b4, #a88267);
    background-size: cover;
    background-position: center;
}

.lbwm-cta__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #f6ede5 0%, rgba(246,237,229,.26) 42%, rgba(31,23,18,.08) 100%);
}

.lbwm-cta__lotus {
    position: absolute;
    right: 28px;
    bottom: 26px;
    color: rgba(255,255,255,.72);
}

.lbwm-cta__lotus svg {
    width: 90px;
    height: 90px;
}

/* Service cards / homepage shortcode */
.lbwm-service-grid {
    display: grid;
    grid-template-columns: repeat(var(--lbwm-columns, 3), minmax(0, 1fr));
    gap: 24px;
}

.lbwm-service-card {
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(80,55,42,.07);
    background: var(--lbwm-surface);
    box-shadow: var(--lbwm-soft-shadow);
    transition: transform .24s ease, box-shadow .24s ease;
}

.lbwm-service-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--lbwm-shadow);
}

.lbwm-service-card__image {
    display: block;
    aspect-ratio: 1.45 / 1;
    overflow: hidden;
    background: linear-gradient(145deg, #eee2d8, #d3b39c);
}

.lbwm-service-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.lbwm-service-card:hover .lbwm-service-card__image img {
    transform: scale(1.035);
}

.lbwm-placeholder {
    width: 100%;
    height: 100%;
    min-height: 190px;
    display: grid;
    place-items: center;
    color: rgba(255,255,255,.9);
}

.lbwm-placeholder svg {
    width: 72px;
    height: 72px;
}

.lbwm-service-card__body {
    padding: 22px 23px 20px;
}

.lbwm-service-card__duration {
    color: var(--lbwm-accent);
    font-size: 11px;
    letter-spacing: .12em;
    font-weight: 800;
    text-transform: uppercase;
}

.lbwm-service-card h3 {
    font-size: 25px;
    margin: 8px 0 10px;
}

.lbwm-service-card h3 a,
.lbwm-text-link {
    color: inherit;
    text-decoration: none;
}

.lbwm-service-card p {
    margin: 0 0 16px;
    font-size: 14px;
}

.lbwm-service-card__footer {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid rgba(80,55,42,.08);
}

.lbwm-text-link {
    color: var(--lbwm-accent) !important;
    font-size: 13px;
    font-weight: 700;
}

.lbwm-service-card__footer strong {
    color: var(--lbwm-accent);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 22px;
    font-weight: 400;
}

@media (max-width: 1100px) {
    .lbwm-hero {
        grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    }

    .lbwm-price-card {
        grid-column: 2;
        margin: -34px 38px 36px 52px;
        display: grid;
        grid-template-columns: 1fr auto auto;
        gap: 18px;
        align-items: center;
        text-align: left;
        padding: 24px 26px;
    }

    .lbwm-price-card h2,
    .lbwm-price-card__duration,
    .lbwm-price-card__price,
    .lbwm-price-card__note {
        margin: 0;
    }

    .lbwm-price-card__duration {
        border: 0;
        padding: 0;
    }

    .lbwm-price-card__price {
        font-size: 48px;
    }

    .lbwm-price-card__note,
    .lbwm-price-card__flower {
        display: none;
    }

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

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

@media (max-width: 820px) {
    .lbwm-container {
        width: min(100% - 24px, 720px);
    }

    .lbwm-hero {
        display: block;
        margin-top: 14px;
        margin-bottom: 50px;
        min-height: 0;
    }

    .lbwm-hero__media,
    .lbwm-hero__media img,
    .lbwm-hero__placeholder {
        min-height: 0;
        height: 390px;
    }

    .lbwm-hero__content {
        padding: 40px 26px 34px;
    }

    .lbwm-hero h1 {
        font-size: clamp(38px, 11vw, 54px);
    }

    .lbwm-facts {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .lbwm-fact {
        flex-direction: row;
        align-items: center;
    }

    .lbwm-price-card {
        display: block;
        margin: 0 18px 22px;
        text-align: center;
        padding: 30px 24px;
    }

    .lbwm-price-card h2 {
        margin-bottom: 12px;
    }

    .lbwm-price-card__duration {
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(231, 101, 77, .35);
    }

    .lbwm-price-card__price {
        margin: 22px 0 20px;
    }

    .lbwm-price-card__note {
        display: block;
        margin-top: 17px;
    }

    .lbwm-two-column,
    .lbwm-cta {
        grid-template-columns: 1fr;
    }

    .lbwm-two-column {
        gap: 56px;
    }

    .lbwm-soft-section {
        padding: 58px 0;
        margin-bottom: 46px;
    }

    .lbwm-cta__visual {
        order: -1;
        min-height: 220px;
    }

    .lbwm-cta__overlay {
        background: linear-gradient(0deg, #f6ede5 0%, rgba(246,237,229,.08) 40%);
    }

    .lbwm-cta__content {
        padding: 34px 28px 40px;
    }
}

@media (max-width: 560px) {
    .lbwm-expect-grid,
    .lbwm-service-grid {
        grid-template-columns: 1fr;
    }

    .lbwm-section {
        padding-bottom: 56px;
    }

    .lbwm-section-heading h2,
    .lbwm-content-block > h2 {
        font-size: 32px;
    }

    .lbwm-info-card {
        padding: 28px 22px;
    }

    .lbwm-price-card__price {
        font-size: 56px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lbwm-service *,
    .lbwm-service-grid * {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}

.lbwm-empty-state {
    width: 100%;
    padding: 22px 26px;
    border: 1px solid rgba(231, 101, 77, .18);
    border-radius: var(--lbwm-radius, 28px);
    background: var(--lbwm-bg, #fbf6f0);
    color: var(--lbwm-muted, #6d625c);
    text-align: center;
    font-size: 15px;
    line-height: 1.7;
}

/* --------------------------------------------------------------------------
 * v1.2.0 — Luxury services grid
 * Scoped aggressively so theme/archive styles cannot turn cards into blog rows.
 * -------------------------------------------------------------------------- */
.lbwm-services-block {
    --lbwm-card-radius: clamp(18px, 2vw, 24px);
    --lbwm-card-border: rgba(36, 29, 26, .09);
    --lbwm-card-border: color-mix(in srgb, var(--lbwm-text) 9%, transparent);
    --lbwm-card-shadow: 0 14px 42px rgba(73, 48, 37, .075);
    --lbwm-card-shadow-hover: 0 24px 58px rgba(73, 48, 37, .14);
    width: 100%;
    max-width: 1180px;
    margin-inline: auto;
    color: var(--lbwm-text);
    font-family: inherit;
    container-type: inline-size;
}

.lbwm-services-block,
.lbwm-services-block * {
    box-sizing: border-box;
}

.lbwm-services-block :where(a) {
    text-decoration: none !important;
}

.lbwm-services-block .lbwm-service-grid {
    display: grid !important;
    grid-template-columns: repeat(var(--lbwm-columns, 3), minmax(0, 1fr)) !important;
    align-items: stretch;
    gap: clamp(20px, 2.3vw, 28px) !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.lbwm-services-block .lbwm-service-card {
    position: relative;
    isolation: isolate;
    display: flex !important;
    flex-direction: column !important;
    min-width: 0;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    overflow: clip;
    border: 1px solid var(--lbwm-card-border) !important;
    border-radius: var(--lbwm-card-radius) !important;
    background: linear-gradient(180deg, #fff 0%, var(--lbwm-surface) 100%) !important;
    box-shadow: var(--lbwm-card-shadow) !important;
    text-align: left !important;
    content-visibility: auto;
    contain-intrinsic-size: 540px;
    transition: transform .28s cubic-bezier(.2,.7,.2,1), box-shadow .28s ease, border-color .28s ease;
}

.lbwm-services-block .lbwm-service-card::after {
    content: "";
    position: absolute;
    inset: auto -60px -80px auto;
    z-index: -1;
    width: 170px;
    height: 170px;
    border: 1px solid color-mix(in srgb, var(--lbwm-accent) 13%, transparent);
    border-radius: 54% 46% 63% 37%;
    pointer-events: none;
    transform: rotate(22deg);
}

.lbwm-services-block .lbwm-service-card:hover,
.lbwm-services-block .lbwm-service-card:focus-within {
    transform: translateY(-7px);
    border-color: color-mix(in srgb, var(--lbwm-accent) 24%, transparent) !important;
    box-shadow: var(--lbwm-card-shadow-hover) !important;
}

.lbwm-services-block .lbwm-service-card__image {
    position: relative;
    display: block !important;
    width: 100%;
    aspect-ratio: 3 / 2;
    margin: 0 !important;
    overflow: hidden;
    border: 0 !important;
    border-radius: 0 !important;
    background: linear-gradient(145deg, #efe4da, #d9bda8);
}

.lbwm-services-block .lbwm-service-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(42, 28, 22, .09));
    pointer-events: none;
}

.lbwm-services-block .lbwm-service-card__img,
.lbwm-services-block .lbwm-service-card__image > img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    object-fit: cover !important;
    object-position: center;
    transform: scale(1.001);
    transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .35s ease;
}

.lbwm-services-block .lbwm-service-card:hover .lbwm-service-card__img,
.lbwm-services-block .lbwm-service-card:focus-within .lbwm-service-card__img {
    transform: scale(1.045);
    filter: saturate(1.035) contrast(1.015);
}

.lbwm-services-block .lbwm-service-card__body {
    display: flex !important;
    flex: 1 1 auto;
    flex-direction: column !important;
    min-width: 0;
    padding: clamp(20px, 2.2vw, 27px) !important;
    text-align: left !important;
}

.lbwm-services-block .lbwm-service-card__category {
    display: inline-flex;
    align-self: flex-start;
    margin: 0 0 9px !important;
    color: var(--lbwm-accent) !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
}

.lbwm-services-block .lbwm-service-card__title {
    margin: 0 0 10px !important;
    padding: 0 !important;
    color: var(--lbwm-text) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(23px, 2.1vw, 29px) !important;
    font-weight: 400 !important;
    line-height: 1.08 !important;
    letter-spacing: -.025em !important;
    text-transform: none !important;
}

.lbwm-services-block .lbwm-service-card__title a {
    color: inherit !important;
    font: inherit !important;
}

.lbwm-services-block .lbwm-service-card__description {
    display: -webkit-box;
    min-height: 4.7em;
    margin: 0 0 18px !important;
    overflow: hidden;
    color: var(--lbwm-muted) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.62 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.lbwm-services-block .lbwm-service-card__meta {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 12px;
    margin-top: auto !important;
    padding: 1px 0 17px !important;
}

.lbwm-services-block .lbwm-service-card__duration {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px;
    margin: 0 !important;
    color: var(--lbwm-muted) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.lbwm-services-block .lbwm-service-card__duration svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: var(--lbwm-accent);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lbwm-services-block .lbwm-service-card__price {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: baseline;
    gap: 5px;
    color: var(--lbwm-accent) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(24px, 2vw, 30px) !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    white-space: nowrap;
}

.lbwm-services-block .lbwm-service-card__price small {
    color: var(--lbwm-muted) !important;
    font-family: inherit !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: .02em;
    text-transform: lowercase;
}

.lbwm-services-block .lbwm-service-card__actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
    width: 100%;
    margin: 0 !important;
    padding-top: 16px !important;
    border-top: 1px solid rgba(36, 29, 26, .09);
    border-top-color: color-mix(in srgb, var(--lbwm-text) 9%, transparent);
}

.lbwm-services-block .lbwm-card-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
    min-width: 0;
    min-height: 47px;
    margin: 0 !important;
    padding: 11px 14px !important;
    border: 1px solid rgba(231, 101, 77, .55) !important;
    border-color: color-mix(in srgb, var(--lbwm-accent) 55%, transparent) !important;
    border-radius: 11px !important;
    box-shadow: none !important;
    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    text-transform: none !important;
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}

.lbwm-services-block .lbwm-card-button svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lbwm-services-block .lbwm-card-button--secondary {
    color: var(--lbwm-text) !important;
    background: rgba(255,255,255,.78) !important;
}

.lbwm-services-block .lbwm-card-button--primary {
    color: #fff !important;
    border-color: transparent !important;
    background: linear-gradient(135deg, var(--lbwm-accent), var(--lbwm-accent-2)) !important;
    box-shadow: 0 10px 22px color-mix(in srgb, var(--lbwm-accent-2) 22%, transparent) !important;
}

.lbwm-services-block .lbwm-card-button:hover,
.lbwm-services-block .lbwm-card-button:focus-visible {
    transform: translateY(-2px);
    outline: 0;
}

.lbwm-services-block .lbwm-card-button--secondary:hover,
.lbwm-services-block .lbwm-card-button--secondary:focus-visible {
    color: var(--lbwm-accent) !important;
    background: #fff !important;
    box-shadow: 0 9px 20px rgba(73,48,37,.08) !important;
}

.lbwm-services-block .lbwm-card-button--primary:hover,
.lbwm-services-block .lbwm-card-button--primary:focus-visible {
    color: #fff !important;
    box-shadow: 0 14px 27px color-mix(in srgb, var(--lbwm-accent-2) 30%, transparent) !important;
}

/* Optional wide featured service: [lbwm_massages featured_first="yes"] */
.lbwm-services-block .lbwm-featured-service {
    display: grid;
    grid-template-columns: minmax(300px, .9fr) minmax(0, 1.25fr) minmax(190px, .45fr);
    gap: 0;
    width: 100%;
    min-height: 310px;
    margin: 0 0 clamp(22px, 2.5vw, 30px) !important;
    overflow: hidden;
    overflow: clip;
    border: 1px solid var(--lbwm-card-border);
    border-radius: var(--lbwm-card-radius);
    background:
        radial-gradient(circle at 74% 20%, rgba(255,255,255,.86), transparent 36%),
        linear-gradient(135deg, #fff 0%, var(--lbwm-bg) 100%);
    box-shadow: var(--lbwm-card-shadow);
}

.lbwm-services-block .lbwm-featured-service__image {
    display: block;
    min-height: 310px;
    overflow: hidden;
    background: #e8d8cb;
}

.lbwm-services-block .lbwm-featured-service__img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 310px;
    object-fit: cover;
}

.lbwm-services-block .lbwm-featured-service__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: clamp(30px, 4vw, 50px);
}

.lbwm-services-block .lbwm-featured-service__eyebrow,
.lbwm-services-block .lbwm-featured-service__category {
    color: var(--lbwm-accent);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.lbwm-services-block .lbwm-featured-service__category {
    margin-top: 8px;
}

.lbwm-services-block .lbwm-featured-service h3 {
    margin: 10px 0 12px !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(30px, 3vw, 44px) !important;
    font-weight: 400 !important;
    line-height: 1.05 !important;
    letter-spacing: -.03em;
}

.lbwm-services-block .lbwm-featured-service h3 a {
    color: var(--lbwm-text) !important;
}

.lbwm-services-block .lbwm-featured-service p {
    margin: 0 0 20px !important;
    color: var(--lbwm-muted) !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

.lbwm-services-block .lbwm-featured-service__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.lbwm-services-block .lbwm-featured-service__facts span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--lbwm-muted);
    font-size: 11px;
    font-weight: 600;
}

.lbwm-services-block .lbwm-featured-service__facts svg {
    width: 18px;
    height: 18px;
    color: var(--lbwm-accent);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lbwm-services-block .lbwm-featured-service__aside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 30px 28px 30px 0;
}

.lbwm-services-block .lbwm-featured-service__price {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
    color: var(--lbwm-accent);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 46px;
    line-height: 1;
}

.lbwm-services-block .lbwm-featured-service__price small {
    margin-bottom: 6px;
    color: var(--lbwm-muted);
    font-family: inherit;
    font-size: 11px;
}

/* Premium taxonomy archive (also fixes direct category URLs). */
.lbwm-service-archive {
    padding: 34px 0 82px;
    color: var(--lbwm-text);
    background:
        radial-gradient(circle at 8% 7%, rgba(231,101,77,.055), transparent 23%),
        linear-gradient(180deg, #fff 0%, #fff 72%, var(--lbwm-bg) 100%);
}

.lbwm-service-archive__container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.lbwm-service-archive__hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
    min-height: 310px;
    margin-bottom: clamp(34px, 5vw, 62px);
    overflow: hidden;
    border-radius: clamp(22px, 3vw, 34px);
    background: linear-gradient(135deg, #fff 0%, var(--lbwm-bg) 100%);
    box-shadow: 0 22px 60px rgba(73,48,37,.09);
}

.lbwm-service-archive__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(34px, 5vw, 64px);
}

.lbwm-service-archive__eyebrow {
    margin-bottom: 14px;
    color: var(--lbwm-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.lbwm-service-archive__hero h1 {
    margin: 0 0 16px;
    color: var(--lbwm-text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4.7vw, 58px);
    font-weight: 400;
    line-height: 1.03;
    letter-spacing: -.045em;
}

.lbwm-service-archive__hero p {
    max-width: 670px;
    margin: 0;
    color: var(--lbwm-muted);
    font-size: 16px;
    line-height: 1.7;
}

.lbwm-service-archive__art {
    position: relative;
    min-height: 310px;
    background:
        radial-gradient(circle at 68% 42%, rgba(255,255,255,.7), transparent 8%),
        linear-gradient(145deg, #ead9cb 0%, #c59a7b 100%);
}

.lbwm-service-archive__art:not(.lbwm-service-archive__art--has-image)::before,
.lbwm-service-archive__art:not(.lbwm-service-archive__art--has-image)::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.5);
}

.lbwm-service-archive__art:not(.lbwm-service-archive__art--has-image)::before {
    width: 220px;
    height: 220px;
    right: 12%;
    top: 8%;
}

.lbwm-service-archive__art:not(.lbwm-service-archive__art--has-image)::after {
    width: 120px;
    height: 120px;
    left: 18%;
    bottom: 12%;
}

.lbwm-service-archive__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.lbwm-service-archive__art--has-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(55,37,27,.04), rgba(55,37,27,.18));
    pointer-events: none;
}

.lbwm-service-archive__lotus {
    position: absolute;
    inset: 50% auto auto 50%;
    color: rgba(255,255,255,.84);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.lbwm-service-archive__art--has-image .lbwm-service-archive__lotus {
    inset: auto 28px 24px auto;
    transform: none;
    color: rgba(255,255,255,.82);
}

.lbwm-service-archive__art--has-image .lbwm-service-archive__lotus svg {
    width: 78px;
    height: 78px;
}

.lbwm-service-archive__lotus svg {
    width: 120px;
    height: 120px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lbwm-empty-state {
    width: min(760px, 100%);
    margin: 24px auto;
    padding: 28px;
    border: 1px solid color-mix(in srgb, var(--lbwm-accent) 18%, transparent);
    border-radius: 18px;
    color: var(--lbwm-muted);
    background: var(--lbwm-bg);
    text-align: center;
}

@container (max-width: 860px) {
    .lbwm-services-block .lbwm-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .lbwm-services-block .lbwm-featured-service {
        grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
    }

    .lbwm-services-block .lbwm-featured-service__aside {
        grid-column: 2;
        flex-flow: row wrap;
        align-items: center;
        padding: 0 34px 34px;
    }

    .lbwm-services-block .lbwm-featured-service__price {
        margin-right: auto;
        font-size: 38px;
    }
}

@container (max-width: 570px) {
    .lbwm-services-block .lbwm-service-grid {
        grid-template-columns: 1fr !important;
    }

    .lbwm-services-block .lbwm-featured-service {
        grid-template-columns: 1fr;
    }

    .lbwm-services-block .lbwm-featured-service__image,
    .lbwm-services-block .lbwm-featured-service__img {
        min-height: 240px;
    }

    .lbwm-services-block .lbwm-featured-service__aside {
        grid-column: 1;
        padding: 0 24px 26px;
    }
}

@media (max-width: 900px) {
    .lbwm-service-archive__hero {
        grid-template-columns: 1fr;
    }

    .lbwm-service-archive__art {
        min-height: 210px;
    }
}

@media (max-width: 620px) {
    .lbwm-service-archive {
        padding-top: 16px;
    }

    .lbwm-service-archive__container {
        width: min(100% - 24px, 1180px);
    }

    .lbwm-service-archive__copy {
        padding: 32px 24px;
    }

    .lbwm-service-archive__hero h1 {
        font-size: clamp(34px, 10.5vw, 46px);
        line-height: 1.04;
        letter-spacing: -.035em;
        overflow-wrap: break-word;
        word-break: normal;
        hyphens: auto;
    }

    .lbwm-services-block .lbwm-service-card__actions {
        grid-template-columns: 1fr 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lbwm-services-block .lbwm-service-card,
    .lbwm-services-block .lbwm-service-card__img,
    .lbwm-services-block .lbwm-card-button {
        transition: none !important;
    }

    .lbwm-services-block .lbwm-service-card:hover,
    .lbwm-services-block .lbwm-service-card:focus-within,
    .lbwm-services-block .lbwm-card-button:hover,
    .lbwm-services-block .lbwm-card-button:focus-visible {
        transform: none !important;
    }
}


/* -------------------------------------------------------------------------
 * Homepage category showcase shortcode: [lbwm_categories]
 * Premium two-category presentation, built with modern CSS Grid,
 * container queries, responsive images and native reduced-motion support.
 * ---------------------------------------------------------------------- */
.lbwm-category-showcase {
    --lbwm-category-gap: clamp(54px, 6vw, 104px);
    --lbwm-category-card-bg: color-mix(in srgb, var(--lbwm-surface) 94%, transparent);
    --lbwm-category-line: color-mix(in srgb, var(--lbwm-accent) 30%, transparent);
    width: 100%;
    color: var(--lbwm-text);
    box-sizing: border-box;
    container-type: inline-size;
}

.lbwm-category-showcase,
.lbwm-category-showcase * {
    box-sizing: border-box;
}

.lbwm-category-showcase--background {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(58px, 6.8vw, 104px) clamp(20px, 5vw, 86px) clamp(54px, 6vw, 92px);
    border-radius: clamp(24px, 3vw, 44px);
    background:
        radial-gradient(ellipse at 10% 4%, rgba(255,255,255,.86), transparent 44%),
        radial-gradient(ellipse at 86% 94%, rgba(255,255,255,.62), transparent 40%),
        linear-gradient(145deg, color-mix(in srgb, var(--lbwm-bg) 95%, #fff), color-mix(in srgb, var(--lbwm-bg) 88%, #ead7c7));
}

.lbwm-category-showcase--background::before,
.lbwm-category-showcase--background::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    opacity: .48;
}

.lbwm-category-showcase--background::before {
    inset: -12% -8% auto -8%;
    height: 58%;
    background:
        repeating-radial-gradient(ellipse at 7% 32%, transparent 0 18px, rgba(208,162,128,.18) 19px 20px, transparent 21px 32px);
    mask-image: linear-gradient(90deg, #000 0 35%, transparent 72%);
}

.lbwm-category-showcase--background::after {
    right: -13%;
    bottom: -29%;
    width: 72%;
    height: 76%;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 50%;
    box-shadow:
        0 0 0 30px rgba(255,255,255,.16),
        0 0 0 62px rgba(255,255,255,.11),
        0 0 0 96px rgba(255,255,255,.08);
    transform: rotate(-14deg);
}

.lbwm-category-showcase__header {
    position: relative;
    z-index: 1;
    max-width: 1160px;
    margin: 0 auto clamp(44px, 5vw, 76px);
    text-align: center;
}

.lbwm-category-showcase__eyebrow {
    display: block;
    margin: 0 0 clamp(14px, 1.4vw, 22px);
    color: var(--lbwm-accent);
    font-size: clamp(12px, .95vw, 16px);
    font-weight: 650;
    line-height: 1.2;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.lbwm-category-showcase__header h2 {
    margin: 0 !important;
    color: var(--lbwm-text) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(40px, 4.5vw, 74px) !important;
    font-weight: 400 !important;
    line-height: 1.05 !important;
    letter-spacing: -.035em !important;
    text-wrap: balance;
}

.lbwm-category-showcase__grid {
    position: relative;
    z-index: 1;
    display: grid !important;
    grid-template-columns: repeat(var(--lbwm-category-columns, 2), minmax(0, 1fr)) !important;
    grid-auto-rows: 1fr;
    gap: var(--lbwm-category-gap) !important;
    width: min(100%, 1420px);
    margin-inline: auto;
}

.lbwm-category-showcase--pair .lbwm-category-showcase__grid::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 8%;
    left: 50%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, var(--lbwm-category-line) 9%, var(--lbwm-category-line) 91%, transparent);
    transform: translateX(-50%);
    pointer-events: none;
}

.lbwm-category-showcase--pair .lbwm-category-showcase__grid::after {
    content: "";
    position: absolute;
    top: 44%;
    left: 50%;
    width: 18px;
    height: 18px;
    border: 2px solid var(--lbwm-accent);
    background: var(--lbwm-bg);
    box-shadow: 0 0 0 8px color-mix(in srgb, var(--lbwm-bg) 86%, transparent);
    transform: translate(-50%, -50%) rotate(45deg);
    pointer-events: none;
}

.lbwm-category-showcase__card {
    position: relative;
    display: flex !important;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    margin: 0 !important;
    border: 1px solid color-mix(in srgb, var(--lbwm-accent) 18%, transparent);
    border-radius: clamp(22px, 2.2vw, 32px);
    background: var(--lbwm-category-card-bg);
    box-shadow: 0 14px 42px rgba(75, 50, 33, .06);
    text-align: center;
    transition: transform .42s cubic-bezier(.2,.7,.2,1), box-shadow .42s ease, border-color .3s ease;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.lbwm-category-showcase__card:hover,
.lbwm-category-showcase__card:focus-within {
    transform: translateY(-7px);
    border-color: color-mix(in srgb, var(--lbwm-accent) 42%, transparent);
    box-shadow: 0 25px 68px rgba(75, 50, 33, .13);
}

.lbwm-category-showcase__image {
    position: relative;
    display: block !important;
    flex: 0 0 auto;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1.78 / 1;
    border-radius: 0 !important;
    background: color-mix(in srgb, var(--lbwm-bg) 82%, #d9b79f);
    text-decoration: none !important;
}

.lbwm-category-showcase__image::after {
    content: "";
    position: absolute;
    inset: 0;
    border-bottom: 1px solid rgba(255,255,255,.28);
    background: linear-gradient(to bottom, transparent 70%, rgba(35,22,15,.07));
    pointer-events: none;
}

.lbwm-category-showcase__img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .45s ease;
}

.lbwm-category-showcase__img--top { object-position: center top !important; }
.lbwm-category-showcase__img--bottom { object-position: center bottom !important; }
.lbwm-category-showcase__img--left { object-position: left center !important; }
.lbwm-category-showcase__img--right { object-position: right center !important; }

.lbwm-category-showcase__card:hover .lbwm-category-showcase__img,
.lbwm-category-showcase__card:focus-within .lbwm-category-showcase__img {
    transform: scale(1.045);
    filter: saturate(1.035) contrast(1.015);
}

.lbwm-category-showcase__placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: rgba(255,255,255,.94);
    background: linear-gradient(135deg, #dbc1ad, #b99177);
}

.lbwm-category-showcase__placeholder svg {
    width: clamp(72px, 8vw, 118px);
    height: auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lbwm-category-showcase__content {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    max-width: none !important;
    flex-direction: column;
    align-items: center;
    margin: 0 !important;
    padding: clamp(26px, 3vw, 44px) clamp(22px, 3.4vw, 54px) clamp(30px, 3.3vw, 48px) !important;
}

.lbwm-category-showcase__content h3 {
    margin: 0 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(29px, 2.45vw, 43px) !important;
    font-weight: 400 !important;
    line-height: 1.12 !important;
    letter-spacing: -.025em !important;
    text-wrap: balance;
}

.lbwm-category-showcase__content h3 a {
    color: var(--lbwm-text) !important;
    text-decoration: none !important;
}

.lbwm-category-showcase__content h3 a:hover,
.lbwm-category-showcase__content h3 a:focus-visible {
    color: var(--lbwm-accent) !important;
}

.lbwm-category-showcase__ornament {
    position: relative;
    display: block;
    width: 74px;
    height: 12px;
    margin: 19px auto 18px;
}

.lbwm-category-showcase__ornament::before,
.lbwm-category-showcase__ornament::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;
    height: 1px;
    background: var(--lbwm-accent);
}

.lbwm-category-showcase__ornament::before { left: 0; }
.lbwm-category-showcase__ornament::after { right: 0; }

.lbwm-category-showcase__ornament i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border: 1px solid var(--lbwm-accent);
    transform: translate(-50%, -50%) rotate(45deg);
}

.lbwm-category-showcase__content p {
    max-width: 640px !important;
    margin: 0 auto !important;
    color: color-mix(in srgb, var(--lbwm-text) 88%, transparent) !important;
    font-size: clamp(15px, 1.15vw, 18px) !important;
    line-height: 1.75 !important;
    text-wrap: pretty;
}

.lbwm-category-showcase__link {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: auto !important;
    padding-top: clamp(23px, 2.4vw, 34px);
    color: var(--lbwm-accent) !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(17px, 1.4vw, 22px);
    font-weight: 400 !important;
    line-height: 1.25;
    text-decoration: none !important;
}

.lbwm-category-showcase__link::after {
    content: "";
    position: absolute;
    right: 34px;
    bottom: -8px;
    left: 0;
    height: 1px;
    background: color-mix(in srgb, var(--lbwm-accent) 42%, transparent);
    transform-origin: left center;
    transition: transform .3s ease;
}

.lbwm-category-showcase__arrow {
    display: inline-block;
    font-family: Arial, sans-serif;
    transition: transform .3s ease;
}

.lbwm-category-showcase__link:hover::after,
.lbwm-category-showcase__link:focus-visible::after {
    transform: scaleX(.72);
}

.lbwm-category-showcase__link:hover .lbwm-category-showcase__arrow,
.lbwm-category-showcase__link:focus-visible .lbwm-category-showcase__arrow {
    transform: translateX(6px);
}

.lbwm-category-showcase a:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--lbwm-accent) 45%, white);
    outline-offset: 4px;
}

@container (max-width: 840px) {
    .lbwm-category-showcase__grid {
        grid-template-columns: 1fr !important;
        gap: 34px !important;
        max-width: 680px;
    }

    .lbwm-category-showcase--pair .lbwm-category-showcase__grid::before,
    .lbwm-category-showcase--pair .lbwm-category-showcase__grid::after {
        display: none;
    }

    .lbwm-category-showcase__image {
        aspect-ratio: 1.62 / 1;
    }
}

@media (max-width: 620px) {
    .lbwm-category-showcase--background {
        padding: 42px 14px 36px;
        border-radius: 24px;
    }

    .lbwm-category-showcase__header {
        margin-bottom: 34px;
        padding-inline: 5px;
    }

    .lbwm-category-showcase__header h2 {
        font-size: clamp(34px, 10vw, 48px) !important;
    }

    .lbwm-category-showcase__card {
        border-radius: 22px;
    }

    .lbwm-category-showcase__image {
        aspect-ratio: 1.42 / 1;
    }

    .lbwm-category-showcase__content {
        padding: 25px 19px 32px !important;
    }

    .lbwm-category-showcase__content h3 {
        font-size: clamp(28px, 8vw, 36px) !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lbwm-category-showcase__card,
    .lbwm-category-showcase__img,
    .lbwm-category-showcase__link::after,
    .lbwm-category-showcase__arrow {
        transition: none !important;
    }

    .lbwm-category-showcase__card:hover,
    .lbwm-category-showcase__card:focus-within,
    .lbwm-category-showcase__card:hover .lbwm-category-showcase__img,
    .lbwm-category-showcase__card:focus-within .lbwm-category-showcase__img {
        transform: none !important;
    }
}

/* Direct WhatsApp booking route (v1.7.2). The brand gradient remains primary;
   the WhatsApp glyph makes the destination unmistakable without changing the
   established La Belle visual identity to a generic green button. */
.lbwm-card-button--whatsapp svg,
.lbwm-button--whatsapp .lbwm-button__icon svg {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lbwm-button--whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.lbwm-button__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lbwm-card-button--whatsapp {
    white-space: nowrap;
}

@media (max-width: 480px) {
    .lbwm-card-button--whatsapp {
        white-space: normal;
        text-align: center;
    }
}
