/* =========================
   LANDOLFI CATEGORY ARCHIVE (taxonomy-product_cat)
   ========================= */
.landolfi-cat-archive {
    width: 100%;
    background: #f8f3e8 url('/wp-content/uploads/2026/04/Modalita_Isolamento-1-scaled.png') center/contain repeat;
    padding: 70px clamp(20px, 5vw, 80px);
    box-sizing: border-box;
}

.landolfi-cat-archive__header {
    max-width: 1200px;
    margin: 0 auto 50px;
}

.landolfi-cat-archive__title {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-weight: 400;
    font-size: clamp(34px, 4vw, 54px);
    color: #2f241f;
    margin: 0 0 24px;
    line-height: 1.05;
}

.landolfi-cat-archive__desc {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #2f241f;
    max-width: 720px;
}

.landolfi-cat-archive__desc p {
    margin: 0 0 12px;
}

.landolfi-cat-archive__grid-wrap {
    max-width: 1280px;
    margin: 0 auto;
}

.landolfi-cat-archive__grid-wrap ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.landolfi-cat-archive__grid-wrap ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
}

.landolfi-cat-archive__pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.landolfi-cat-archive__pagination .woocommerce-pagination {
    margin: 0;
}

.landolfi-cat-archive__empty {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #2f241f;
    padding: 60px 0;
}

@media (max-width: 1024px) {
    .landolfi-cat-archive__grid-wrap ul.products {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 24px;
    }
}

@media (max-width: 600px) {
    .landolfi-cat-archive {
        padding: 50px 18px;
    }
    .landolfi-cat-archive__grid-wrap ul.products {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}

/* =========================
   LANDOLFI SHOP (archive-product)
   ========================= */
.landolfi-shop {
    width: 100%;
    background: #f8f3e8 url('/wp-content/uploads/2026/04/Modalita_Isolamento-1-scaled.png') center/contain repeat;
    padding: 60px 0 80px;
}

.landolfi-shop__section {
    padding: 10px clamp(20px, 5vw, 80px);
    position: relative;
}

.landolfi-shop__section:nth-of-type(even) {
    background: rgba(255,255,255,.25);
}

.landolfi-shop__header {
    text-align: center;
    margin-bottom: 40px;
}

.landolfi-shop__title {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(28px, 3.4vw, 44px);
    font-weight: 400;
    font-style: italic;
    color: #2f241f;
    margin: 0;
    line-height: 1.1;
}

.landolfi-shop__slider-wrap {
    position: relative;
    padding: 0 60px;
    max-width: 1280px;
    margin: 0 auto;
}

.landolfi-shop__swiper {
    overflow: hidden;
}

.landolfi-shop__swiper .swiper-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
}

.landolfi-shop__swiper .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
}

.landolfi-shop__swiper .landolfi-product-card {
    width: 100%;
}

.landolfi-shop__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e5dfd2;
    color: #2f241f;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0,0,0,.08);
    z-index: 2;
    transition: background-color .2s ease, color .2s ease;
}

.landolfi-shop__nav:hover {
    background: #b59c74;
    color: #fff;
}

.landolfi-shop__nav--prev { left: 6px; }
.landolfi-shop__nav--next { right: 6px; }

.landolfi-shop__nav.swiper-button-disabled {
    opacity: .35;
    cursor: not-allowed;
}

@media (max-width: 640px) {
    .landolfi-shop__section {
        padding: 40px 16px;
    }
    .landolfi-shop__slider-wrap {
        padding: 0 40px;
    }
    .landolfi-shop__nav {
        width: 36px;
        height: 36px;
    }
}

/* =========================
   LANDOLFI LINEE SIDEBAR
   ========================= */
.landolfi-lines {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 90;
    display: flex;
    flex-direction: column;
    pointer-events: none;
    font-family: "Montserrat", sans-serif;
}

.landolfi-lines * {
    box-sizing: border-box;
}

.landolfi-lines__group {
    --tab-w: 32px;
    --panel-w: 200px;
    --tab-h: 130px;
    position: relative;
    height: var(--tab-h);
    width: var(--tab-w);
    pointer-events: auto;
}

.landolfi-lines__tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--tab-w);
    height: 100%;
    background: var(--lin-color);
    color: var(--lin-text);
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    transform: translateX(0);
    transition: transform .4s cubic-bezier(.4,.0,.2,1), filter .25s ease;
}

.landolfi-lines__group:hover .landolfi-lines__tab,
.landolfi-lines__group:focus-within .landolfi-lines__tab {
    transform: translateX(calc(-1 * var(--panel-w)));
    filter: brightness(1.08);
}

.landolfi-lines__tab-label {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: inherit;
    white-space: nowrap;
}

.landolfi-lines__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: var(--panel-w);
    height: 100%;
    background: var(--lin-color);
    color: var(--lin-text);
    padding: 8px;
    box-shadow: -6px 6px 18px rgba(0,0,0,.15);
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: transform .4s cubic-bezier(.4,.0,.2,1), opacity .25s ease, visibility 0s linear .4s;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.landolfi-lines__group:hover .landolfi-lines__panel,
.landolfi-lines__group:focus-within .landolfi-lines__panel,
.landolfi-lines__panel:hover {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition-delay: 0s;
    pointer-events: auto;
}

.landolfi-lines__panel-grid {
    display: flex;
    flex-direction: row;
    gap: 4px;
    height: 100%;
    align-items: stretch;
}

.landolfi-lines__panel-card {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    background: rgba(255,255,255,.08);
    border-radius: 4px;
    padding: 4px;
    transition: background-color .2s ease, transform .2s ease;
}

.landolfi-lines__panel-card:hover {
    background: rgba(255,255,255,.2);
    transform: translateY(-1px);
}

.landolfi-lines__panel-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.landolfi-lines__panel-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.landolfi-lines__panel-empty {
    margin: auto;
    font-size: 9px;
    opacity: .85;
    color: inherit;
    text-align: center;
    padding: 8px;
}

@media (max-width: 768px) {
    /* Mobile: nascondi side-tabs (no spazio per layout verticale). */
    .landolfi-lines { display: none !important; }
}

/* =========================
   LANDOLFI FOOTER
   ========================= */
.landolfi-footer {
    width: 100%;
    background: #f8f3e8;
    color: #2f241f;
    font-family: "Montserrat", sans-serif;
    padding: 70px clamp(20px, 5vw, 80px) 30px;
    box-sizing: border-box;
}

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

.landolfi-footer__top {
    text-align: center;
    margin-bottom: 60px;
}

.landolfi-footer__logo img {
    max-width: 230px;
    height: auto;
    display: inline-block;
}

.landolfi-footer__claim {
    margin: 28px auto 0;
    max-width: 760px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(20px, 1.6vw, 26px);
    font-weight: 400;
    line-height: 1.35;
    color: #2f241f;
}

.landolfi-footer__grid {
    display: grid;
    grid-template-columns:
        minmax(160px, 1fr)
        minmax(220px, 1.2fr)
        minmax(160px, 1fr)
        minmax(160px, 1fr)
        minmax(280px, 1.6fr);
    gap: 40px;
    align-items: start;
    margin-bottom: 50px;
}

.landolfi-footer__col {
    min-width: 0;
}

.landolfi-footer__title {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2f241f;
    margin: 0 0 22px;
    line-height: 1.4;
}

.landolfi-footer__title--news {
    margin-bottom: 14px;
    font-weight: 700;
}

/* SITEMAP menu */
.landolfi-footer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.landolfi-footer__menu li {
    margin: 0 0 12px;
}

.landolfi-footer__menu a {
    color: #2f241f;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: color .2s ease;
}

.landolfi-footer__menu a:hover {
    color: #b59c74;
}

/* CONTATTI */
.landolfi-footer__col--contatti p {
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: .5px;
    color: #2f241f;
}

.landolfi-footer__col--contatti a {
    color: inherit;
    text-decoration: none;
}

.landolfi-footer__col--contatti a:hover {
    color: #b59c74;
}

.landolfi-footer__block {
    margin-bottom: 18px;
}

.landolfi-footer__label {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px !important;
}

.landolfi-footer__block--inline p {
    margin-bottom: 4px;
}

/* CERTIFICAZIONI */
.landolfi-footer__cert svg {
    width: 110px;
    height: 110px;
    display: block;
}

/* SOCIAL */
.landolfi-footer__social {
    display: flex;
    gap: 14px;
    align-items: center;
    color: #2f241f;
}

.landolfi-footer__social a {
    color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color .2s ease;
}

.landolfi-footer__social a:hover {
    color: #b59c74;
}

/* NEWSLETTER */
.landolfi-footer__news-text {
    margin: 0 0 18px;
    font-size: 12px;
    line-height: 1.55;
    color: #2f241f;
}

.landolfi-footer__news-form .wpcf7 form.wpcf7-form {
    margin: 0;
    padding: 0;
}

.landolfi-footer__news-form .cf7-newsletter {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.landolfi-footer__news-form .cf7-field {
    margin: 0;
}

.landolfi-footer__news-form .cf7-input,
.landolfi-footer__news-form input[type="email"] {
    width: 100%;
    background: #fff;
    border: 1px solid #d8cfbd;
    border-radius: 999px;
    padding: 13px 22px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #2f241f;
    outline: none;
    transition: border-color .2s ease;
}

.landolfi-footer__news-form .cf7-input:focus,
.landolfi-footer__news-form input[type="email"]:focus {
    border-color: #b59c74;
}

.landolfi-footer__news-form .cf7-input::placeholder {
    color: #b9b09c;
}

.landolfi-footer__news-form .cf7-submit-wrap {
    margin: 0;
}

.landolfi-footer__news-form .cf7-btn,
.landolfi-footer__news-form input[type="submit"] {
    width: 100%;
    background: #c9b58e;
    border: none;
    color: #2f241f;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: none;
    padding: 14px 22px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
}

.landolfi-footer__news-form .cf7-btn:hover,
.landolfi-footer__news-form input[type="submit"]:hover {
    background: #b59c74;
    color: #fff;
}

.landolfi-footer__news-form .wpcf7-response-output {
    margin: 8px 0 0;
    padding: 8px 14px;
    font-size: 11px;
    border-radius: 4px;
}

.landolfi-footer__news-form .wpcf7-spinner {
    display: none;
}

/* PAGAMENTI */
.landolfi-footer__pay {
    display: flex;
    gap: 6px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.landolfi-footer__pay svg {
    width: 42px;
    height: 26px;
    display: block;
}

/* BOTTOM BAR */
.landolfi-footer__bottom {
    border-top: 1px solid rgba(47,36,31,.12);
    padding-top: 26px;
    text-align: center;
}

.landolfi-footer__bottom p {
    margin: 0;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #2f241f;
}

.landolfi-footer__bottom a {
    color: inherit;
    text-decoration: none;
}

.landolfi-footer__bottom a:hover {
    color: #b59c74;
}

/* RESPONSIVE */
@media (max-width: 1180px) {
    .landolfi-footer__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 44px 30px;
    }
}

@media (max-width: 640px) {
    .landolfi-footer {
        padding: 50px 22px 24px;
    }

    .landolfi-footer__grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .landolfi-footer__top {
        margin-bottom: 40px;
    }

    .landolfi-footer__cert svg {
        margin: 0 auto;
    }
}

/* ============================================================
   HOME-2 — PRODUCT CARDS ([landolfi_pcard] shortcode)
   ============================================================ */
.lh2-prod-card {
    background: #fbf9f1;
    border: 1px solid #ece5d6;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
}

.lh2-prod-card__media {
    position: relative;
    background: #f5efde;
    border-radius: 6px;
    text-align: center;
}

.lh2-prod-card__media img {
    max-width: 100%;
    max-height: 200px;
    width: auto;
    display: inline-block;
    object-fit: contain;
	border-radius: 8px 8px 0px 0px;
}

.lh2-prod-card__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #8a1f2b;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 3px;
}

.lh2-prod-card__body {
    display: flex;
    flex-direction: column;
	padding:22px;
    gap: 8px;
    flex: 1;
}

.lh2-prod-card__cat {
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #a25a35;
}

.lh2-prod-card__title {
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    font-weight: 500;
    color: #2f241f;
    line-height: 1.1;
    margin: 2px 0 0;
}

.lh2-prod-card__title a {
    color: inherit;
    text-decoration: none;
}

.lh2-prod-card__rating {
    color: #c9a14a;
    font-size: 14px;
    line-height: 1;
}

.lh2-prod-card__rating span {
    color: #7a6f5e;
    font-size: 11px;
}

.lh2-prod-card__price {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #2f241f;
}

.lh2-prod-card__price del {
    color: #9c9183;
    font-weight: 400;
    margin-right: 6px;
}

.lh2-prod-card__actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 6px;
}

.lh2-prod-card__buy,
.lh2-prod-card__add {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 11px 14px;
    min-height: 42px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    line-height: 1.2;
}

/* bottone-sabbia underline is hardcoded left:32px; recenter to this button's padding */
.lh2-prod-card__buy.bottone-sabbia::after {
    left: 14px;
    width: calc(100% - 28px);
}

.lh2-prod-card__add {
    background: transparent;
    border: 1px solid #C9B58E;
    color: #2f241f;
}

.lh2-prod-card__add:hover {
    background: #C9B58E;
}

/* ============================================================
   HOME-2 — CATEGORY BOXES ([landolfi_ccard] shortcode)
   ============================================================ */
.lh2-line-box {
    display: block;
    position: relative;
    height: 400px;
    background-color: #3a2a1a;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
}

.lh2-line-box__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,.05) 30%, rgba(0,0,0,.65));
}

.lh2-line-box__title {
    position: absolute;
    left: 20px;
    bottom: 54px;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 28px;
    line-height: 1;
    font-weight: 500;
}

.lh2-line-box__cta {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
}

/* ============================================================
   NEWS — listing page + single (PHP templates)
   ============================================================ */
.lh2-news {
    background: #fdf7e3;
    padding: 80px 20px 0;
}

.lh2-news__inner {
    max-width: 1240px;
    margin: 0 auto;
}

.lh2-news__title {
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-size: 44px;
    font-weight: 500;
    line-height: 1.1;
    color: #2f241f;
    margin: 0 0 50px;
}

.lh2-news__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.lh2-news-card {
    background: #fdf7e3;
    border: 1px solid #e7dcc0;
    border-radius: 10px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.lh2-news-card__media {
    display: block;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
    background: #ece3cb;
}

.lh2-news-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lh2-news-card__title {
    font-family: "Cormorant Garamond", serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.15;
    text-transform: uppercase;
    color: #2f241f;
    margin: 0;
    min-height: 60px;
}

.lh2-news-card__title a {
    color: inherit;
    text-decoration: none;
}

.lh2-news-card__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c9b58e;
    border-radius: 6px;
    padding: 14px 18px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: #2f241f;
    text-decoration: none;
    transition: background .25s ease;
}

.lh2-news-card__btn:hover {
    background: #c9b58e;
}

.lh2-news__empty {
    grid-column: 1 / -1;
    text-align: center;
    color: #7a6f5e;
    font-family: Montserrat, sans-serif;
    padding: 40px 0 60px;
}

/* contact section */
.lh2-news-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    background: #fdf7e3;
    margin-top: 70px;
}

.lh2-news-contact__img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 560px;
}

.lh2-news-contact__form {
    padding: 70px 80px;
    display: flex;
    flex-direction: column;
}

.lh2-news-contact__form h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    font-weight: 500;
    text-transform: uppercase;
    color: #2f241f;
    margin: 0 0 14px;
}

.lh2-news-contact__form p {
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    color: #5d5346;
    margin: 0 0 26px;
}

.lh2-news-contact__form input,
.lh2-news-contact__form textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #d9cba6;
    border-radius: 6px;
    padding: 15px 18px;
    margin-bottom: 14px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: #2f241f;
}

.lh2-news-contact__form textarea {
    min-height: 150px;
}

.lh2-news-contact__form .wpcf7-submit {
    background: #c9b58e;
    border: 0;
    color: #2f241f;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 18px;
    cursor: pointer;
}

/* single news */
.lh2-single {
    background: #fdf7e3;
    padding: 60px 20px 90px;
}

.lh2-single__inner {
    max-width: 820px;
    margin: 0 auto;
}

.lh2-single__back {
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #8a1f2b;
    text-decoration: none;
    margin-bottom: 26px;
}

.lh2-single__meta {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #a25a35;
    margin-bottom: 10px;
}

.lh2-single__title {
    font-family: "Cormorant Garamond", serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 1.1;
    color: #2f241f;
    margin: 0 0 30px;
}

.lh2-single__hero {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 36px;
}

.lh2-single__content {
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    line-height: 1.75;
    color: #3c3328;
}

.lh2-single__content h2,
.lh2-single__content h3 {
    font-family: "Cormorant Garamond", serif;
    color: #2f241f;
}

.lh2-single__content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

@media (max-width: 980px) {
    .lh2-news__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .lh2-news-contact {
        grid-template-columns: 1fr;
    }
    .lh2-news-contact__img {
        min-height: 340px;
    }
    .lh2-news-contact__form {
        padding: 50px 28px;
    }
}

@media (max-width: 680px) {
    .lh2-news__grid {
        grid-template-columns: 1fr;
    }
    .lh2-news__title {
        font-size: 34px;
    }
    .lh2-single__title {
        font-size: 34px;
    }
}

/* ============================================================
   B2B — channel selector (template-b2b.php)
   ============================================================ */
.lh2-b2b {
    display: flex;
    width: 100%;
    min-height: 86vh;
    overflow: hidden;
}

.lh2-b2b__panel {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(0.5) saturate(0.9);
    transition: flex-grow .55s cubic-bezier(.4,0,.2,1),
                filter .55s ease;
}

.lh2-b2b__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.6) 0%, rgba(0,0,0,.15) 45%, rgba(0,0,0,0) 70%);
}

.lh2-b2b__body {
    position: relative;
    z-index: 2;
    padding: 0 0 70px 60px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.lh2-b2b__label {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(34px, 4vw, 60px);
    line-height: 1;
    font-weight: 500;
    color: #fff;
}

.lh2-b2b__btn {
    align-self: flex-start;
    border: 1px solid rgba(255,255,255,.85);
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    padding: 12px 22px;
    border-radius: 4px;
    transition: background .25s ease, color .25s ease;
}

/* hover: expand + brighten hovered panel.
   Both rules share `.lh2-b2b:hover` context so the hovered-panel rule
   (extra :hover) wins on specificity over the shrink rule. */
.lh2-b2b:hover .lh2-b2b__panel {
    flex-grow: 0.6;
    filter: brightness(0.38) saturate(0.85);
}

.lh2-b2b:hover .lh2-b2b__panel:hover {
    flex-grow: 1.2;
    filter: brightness(1) saturate(1);
}

.lh2-b2b:hover .lh2-b2b__panel:hover .lh2-b2b__btn {
    background: #fff;
    color: #2f241f;
}

@media (max-width: 768px) {
    .lh2-b2b {
        flex-direction: column;
        min-height: 0;
    }
    .lh2-b2b__panel {
        min-height: 320px;
        filter: brightness(0.7);
    }
    .lh2-b2b:hover .lh2-b2b__panel {
        flex-grow: 1;
    }
    .lh2-b2b__panel:hover {
        flex-grow: 1;
    }
    .lh2-b2b__body {
        padding: 0 0 40px 28px;
    }
}

