:root {
    --bv-olive: #637443;
    --bv-olive-dark: #4e5f34;
    --bv-olive-soft: #8b9b67;
    --bv-orange: #cb7a2a;
    --bv-orange-dark: #a85f19;
    --bv-cream: #f5efe3;
    --bv-white: #ffffff;
    --bv-text: #2f2b26;
    --bv-muted: #6a655d;
    --bv-shadow: 0 16px 40px rgba(38, 34, 28, 0.14);
    --bv-radius: 20px;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body.site-body {
    font-family: 'Lato', sans-serif;
    color: var(--bv-text);
    background-color: var(--bv-cream);
    background-image: url('../img/fondo-casa-buenavida.jpg');
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    line-height: 1.6;
    min-height: 100vh;
    position: relative;
}

body.site-body::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -1;
    background: rgba(247, 241, 231, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cormorant Garamond', serif;
    color: #2c251e;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
}

.site-main {
    overflow: clip;
}

.section-block {
    padding: 4.25rem 0;
}

.section-heading {
    margin-bottom: 2rem;
}

.section-heading h2 {
    font-size: clamp(2rem, 3.4vw, 3rem);
    margin: 0;
}

.about-title-accent {
    color: var(--bv-orange);
}

.section-heading-left {
    text-align: left;
}

.section-ornament {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 0.75rem;
}

.section-ornament path,
.section-ornament circle {
    stroke: var(--bv-olive-soft);
    stroke-width: 2;
    fill: none;
}

.section-ornament circle {
    fill: var(--bv-olive-soft);
}

.btn-cta {
    border: none;
    border-radius: 999px;
    color: var(--bv-white);
    font-weight: 700;
    letter-spacing: 0.01em;
    padding: 0.7rem 1.4rem;
    box-shadow: 0 10px 24px rgba(67, 61, 52, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.btn-cta:hover {
    color: var(--bv-white);
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(67, 61, 52, 0.24);
}

.btn-cta-orange {
    background: var(--bv-orange);
}

.btn-cta-orange:hover {
    background: var(--bv-orange-dark);
}

.btn-cta-olive {
    background: var(--bv-olive);
}

.btn-cta-olive:hover {
    background: var(--bv-olive-dark);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1050;
    transition: transform 0.3s ease;
}

.site-navbar {
    min-height: 88px;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(99, 116, 67, 0.18);
    box-shadow: 0 8px 24px rgba(48, 39, 29, 0.08);
    backdrop-filter: blur(7px);
}

.site-header.is-scrolled .site-navbar {
    min-height: 82px;
    background: rgba(255, 255, 255, 0.95);
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 0;
    min-width: 250px;
}

.brand-logo-img {
    width: clamp(210px, 23vw, 320px);
    height: auto;
    object-fit: contain;
    display: block;
}

.navbar-toggler {
    border: none;
    padding: 0.35rem 0.55rem;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.18rem rgba(99, 116, 67, 0.2);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2881, 95, 57, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-stack {
    display: block;
}

.header-meta-top {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.18rem;
}

.header-meta-inline {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
}

.site-menu-row {
    justify-content: flex-end;
    width: 100%;
}

.nav-link {
    color: #4b463e;
    font-weight: 500;
    font-size: 0.94rem;
    padding: 0.55rem 0.5rem;
    transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active {
    color: var(--bv-orange);
}

.header-meta {
    margin-left: 0.75rem;
}

.header-phone {
    font-size: 0.82rem;
    color: #675f54;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 0.34rem;
    border: 1px solid rgba(116, 107, 91, 0.28);
    border-radius: 999px;
    padding: 0.14rem 0.72rem;
    line-height: 1;
}

.header-phone i {
    font-size: 0.7rem;
}

.header-phone:hover {
    color: #4f473b;
    border-color: rgba(99, 116, 67, 0.32);
}

.language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: transparent;
    border-radius: 999px;
    padding: 0;
}

.lang-pill {
    color: #6f675b;
    font-size: 0.86rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.lang-pill.is-active {
    color: var(--bv-orange);
}

.lang-separator {
    color: #998f83;
    font-size: 0.8rem;
}

.hero-section {
    position: relative;
    min-height: clamp(460px, 76vh, 700px);
    display: flex;
    align-items: center;
    color: #ffffff;
    margin-bottom: 1.8rem;
}

.hero-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(94deg, rgba(36, 30, 23, 0.72) 0%, rgba(36, 30, 23, 0.42) 42%, rgba(36, 30, 23, 0.15) 100%);
}

.hero-content-wrap {
    position: relative;
    z-index: 2;
    padding-top: 4rem;
    padding-bottom: 3.2rem;
}

.hero-content {
    max-width: 640px;
}

.hero-brand {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.3rem, 2.6vw, 2rem);
    margin-bottom: 0.75rem;
    letter-spacing: 0.04em;
}

.hero-brand span {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 0.95rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.86;
}

.hero-content h1 {
    color: #f8f2e8;
    font-size: clamp(2.4rem, 5.4vw, 4.2rem);
    margin-bottom: 0.75rem;
}

.hero-subtitle {
    font-size: clamp(1.04rem, 2.05vw, 1.45rem);
    margin-bottom: 1.7rem;
    max-width: 540px;
}

.hero-actions {
    display: flex;
    gap: 0.85rem;
    flex-wrap: wrap;
}

.about-section {
    padding-top: 3.4rem;
}

.image-card {
    border-radius: var(--bv-radius);
    overflow: hidden;
    box-shadow: var(--bv-shadow);
    margin: 0;
}

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

.about-copy {
    background: rgba(255, 255, 255, 0.78);
    border-radius: var(--bv-radius);
    padding: 1.45rem 1.4rem;
    box-shadow: 0 8px 24px rgba(49, 43, 36, 0.09);
}

.about-copy p {
    margin-bottom: 0.95rem;
    color: #4a443b;
}

.services-section {
    background: rgba(255, 255, 255, 0.6);
    border-top: 1px solid rgba(99, 116, 67, 0.12);
    border-bottom: 1px solid rgba(99, 116, 67, 0.12);
}

.service-card h3 {
    margin-top: 0.7rem;
    margin-bottom: 0;
    font-size: 1.03rem;
    color: #453f34;
}

.service-icon-circle {
    width: 70px;
    height: 70px;
    border: 2px solid var(--bv-olive);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bv-olive);
    background: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
}

.service-icon-circle i {
    font-size: 1.66rem;
    line-height: 1;
}

.home-gallery-grid {
    column-count: 4;
    column-gap: 0.85rem;
}

.home-gallery-item {
    margin: 0 0 0.85rem;
    border-radius: 14px;
    overflow: hidden;
    background: #f1e9dc;
    box-shadow: 0 10px 20px rgba(41, 34, 25, 0.12);
    break-inside: avoid;
    page-break-inside: avoid;
    aspect-ratio: 16 / 10;
}

.home-gallery-item.is-portrait {
    aspect-ratio: 3 / 4;
}

.home-gallery-item.is-square {
    aspect-ratio: 1 / 1;
}

.home-gallery-item.is-landscape {
    aspect-ratio: 16 / 10;
}

.home-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.28s ease;
}

.home-gallery-item:hover img {
    transform: scale(1.03);
}

.home-gallery-actions {
    margin-top: 0.25rem;
    display: flex;
    justify-content: flex-end;
}
.promotion-section {
    padding-top: 2rem;
}

.promotion-card {
    border-radius: var(--bv-radius);
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.94) 0%, rgba(246, 238, 221, 0.95) 100%);
    box-shadow: var(--bv-shadow);
    padding: 2rem;
    display: grid;
    grid-template-columns: 1.35fr 0.85fr;
    gap: 1.3rem;
    align-items: stretch;
}

.promotion-label {
    display: inline-block;
    color: var(--bv-orange);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}

.promotion-card h2 {
    margin-bottom: 0.5rem;
    font-size: clamp(2rem, 3vw, 2.8rem);
}

.promotion-card p {
    margin-bottom: 1rem;
    color: #4d4539;
    font-size: 1.03rem;
}

.promotion-map {
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-mini {
    width: 100%;
    height: 100%;
    min-height: 145px;
    border-radius: 14px;
    border: 1px dashed rgba(99, 116, 67, 0.42);
    background: rgba(255, 255, 255, 0.85);
    display: grid;
    place-items: center;
    text-align: center;
    padding: 1rem;
    color: #5d5348;
}

.map-mini i {
    font-size: 1.55rem;
    color: var(--bv-olive);
    margin-bottom: 0.4rem;
}

.booking-card,
.map-card {
    background: rgba(255, 255, 255, 0.84);
    border-radius: var(--bv-radius);
    box-shadow: var(--bv-shadow);
    padding: 1.65rem;
    height: 100%;
}

.booking-card h2,
.map-card h3 {
    margin-bottom: 0.7rem;
}

.booking-lead {
    color: #4f473e;
    margin-bottom: 1rem;
}

.form-label {
    font-weight: 600;
    color: #4f473e;
}

.form-control {
    border-radius: 10px;
    border: 1px solid rgba(112, 104, 90, 0.3);
    padding: 0.62rem 0.75rem;
    background: rgba(255, 255, 255, 0.9);
}

.form-control:focus {
    border-color: rgba(99, 116, 67, 0.6);
    box-shadow: 0 0 0 0.2rem rgba(99, 116, 67, 0.16);
}

.map-placeholder {
    min-height: 250px;
    border-radius: 14px;
    border: 1px dashed rgba(99, 116, 67, 0.45);
    background: linear-gradient(145deg, rgba(233, 241, 214, 0.55), rgba(255, 255, 255, 0.9));
    display: grid;
    place-items: center;
    text-align: center;
    padding: 1rem;
    color: #575045;
    margin-bottom: 0.85rem;
}

.map-placeholder i {
    display: block;
    font-size: 2rem;
    color: var(--bv-olive);
    margin-bottom: 0.5rem;
}

.map-location {
    margin: 0;
    color: #544b3f;
    font-weight: 600;
}

.site-footer {
    background: rgba(47, 61, 36, 0.95);
    color: rgba(248, 242, 233, 0.92);
    margin-top: 3.25rem;
    padding: 2.6rem 0 1.2rem;
}

.footer-brand h2 {
    color: #f6eee1;
    margin-bottom: 0.4rem;
    font-size: 2rem;
}

.footer-brand p {
    color: rgba(245, 239, 227, 0.8);
    margin-bottom: 0.3rem;
}

.footer-title {
    font-size: 1.35rem;
    color: #f6eee1;
    margin-bottom: 0.7rem;
}

.footer-menu,
.footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu li,
.footer-contact li {
    margin-bottom: 0.45rem;
}

.footer-menu a,
.footer-contact a {
    color: rgba(245, 239, 227, 0.9);
}

.footer-menu a:hover,
.footer-contact a:hover {
    color: #f5c073;
}

.footer-contact i {
    margin-right: 0.4rem;
}

.footer-bottom {
    margin-top: 1.6rem;
    border-top: 1px solid rgba(245, 239, 227, 0.2);
    padding-top: 0.95rem;
}

.footer-bottom p {
    margin: 0;
    text-align: center;
    font-size: 0.92rem;
}

.whatsapp-float {
    position: fixed;
    right: 1.15rem;
    bottom: 1.15rem;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25d366;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    box-shadow: 0 12px 24px rgba(37, 211, 102, 0.34);
    z-index: 1100;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(37, 211, 102, 0.44);
}

.page-inner .site-main {
    padding-top: 2.4rem;
}

.page-inner .site-main > section:not(.inner-page-section) {
    max-width: 860px;
    margin: 0 auto;
    padding: 2rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: var(--bv-shadow);
}

.inner-page-section {
    padding: 3.2rem 0 3.8rem;
}

.inner-page-heading {
    text-align: center;
    margin-bottom: 1.8rem;
}

.inner-page-heading h1 {
    margin: 0;
    font-size: clamp(2rem, 3.6vw, 3rem);
}

.inner-page-heading p {
    margin: 0.6rem auto 0;
    max-width: 760px;
    color: #5e5548;
}

.inner-page-heading-left {
    text-align: left;
}

.inner-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--bv-olive-dark);
    font-weight: 600;
    margin-bottom: 0.7rem;
}

.inner-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(106, 96, 81, 0.14);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(54, 46, 35, 0.1);
    overflow: hidden;
}

.inner-empty-state {
    padding: 2rem;
}

.inner-empty-state h1,
.inner-empty-state h2 {
    margin-bottom: 0.7rem;
}

.inner-empty-state p {
    color: #5f5448;
    max-width: 780px;
    margin: 0 auto 1rem;
}

.inner-copy-block {
    padding: 1rem 1.2rem;
}

.inner-copy-block p {
    margin: 0;
    color: #5a5246;
}

.room-card-media {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.room-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room-card-body {
    padding: 1rem 1rem 1.2rem;
}

.room-card-body h2 {
    font-size: 1.45rem;
    margin: 0 0 0.4rem;
}

.room-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    color: #5a5247;
    font-size: 0.92rem;
    margin-bottom: 0.6rem;
}

.room-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.room-card-summary {
    color: #605749;
    margin-bottom: 0.9rem;
}

.room-detail-media img {
    width: 100%;
    height: auto;
    display: block;
}

.room-detail-title {
    text-align: center;
}

.room-detail-intro {
    text-align: center;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.room-detail-summary {
    padding: 1.2rem;
}

.room-detail-summary h2 {
    font-size: 1.7rem;
    margin-bottom: 0.8rem;
}

.room-detail-summary h3 {
    font-size: 1.35rem;
    margin-top: 1rem;
    margin-bottom: 0.6rem;
}

.room-detail-meta,
.room-feature-list,
.contact-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.room-detail-meta li,
.room-feature-list li,
.contact-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    margin-bottom: 0.45rem;
    color: #564d41;
}

.room-feature-list i,
.contact-info-list i {
    color: var(--bv-olive);
}

.room-detail-description {
    padding: 1.35rem;
}

.room-detail-description h2 {
    margin-bottom: 0.6rem;
}

.service-list-card {
    height: 100%;
}

.service-list-image {
    aspect-ratio: 16 / 9;
}

.service-list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-list-content {
    padding: 1rem;
}

.service-list-content h2 {
    margin-top: 0.8rem;
    margin-bottom: 0.45rem;
    font-size: 1.45rem;
}

.service-list-content p {
    color: #5a5146;
    margin: 0;
}

.gallery-grid {
    column-count: 3;
    column-gap: 1rem;
}

.gallery-grid-item {
    break-inside: avoid;
    margin: 0 0 1rem;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 24px rgba(46, 37, 28, 0.12);
}

.gallery-grid-item img {
    width: 100%;
    height: auto;
    display: block;
}

.gallery-grid-item figcaption {
    font-size: 0.84rem;
    color: #5b5247;
    padding: 0.5rem 0.7rem 0.7rem;
}

.price-table {
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 10px 24px rgba(49, 42, 32, 0.1);
}

.price-table thead th {
    background: rgba(99, 116, 67, 0.13);
    color: #453c32;
    border-bottom: none;
}

.price-table td {
    color: #50473b;
}

.contact-form-card,
.contact-info-card {
    padding: 1.2rem;
}

.contact-map-embed {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(99, 116, 67, 0.28);
    background: #f6f1e8;
    box-shadow: 0 10px 22px rgba(46, 37, 28, 0.1);
}

.contact-map-embed iframe {
    display: block;
    width: 100%;
    min-height: 300px;
    border: 0;
}

.contact-map-link {
    font-size: 0.95rem;
}

.contact-map-link a {
    color: var(--bv-olive);
    font-weight: 700;
    text-decoration: none;
}

.contact-map-link a:hover {
    color: var(--bv-orange);
    text-decoration: underline;
}

.contact-form-card h2,
.contact-info-card h2 {
    font-size: 1.65rem;
    margin-bottom: 0.8rem;
}

.error-page {
    min-height: 45vh;
    display: grid;
    align-items: center;
}

.cms-rich-content p,
.cms-rich-content ul,
.cms-rich-content ol,
.cms-rich-content blockquote,
.cms-rich-content div {
    color: #5a5246;
}

.cms-rich-content p {
    margin: 0 0 0.9rem;
}

.cms-rich-content ul,
.cms-rich-content ol {
    margin: 0 0 0.9rem 1.25rem;
    padding: 0;
}

.cms-rich-content li {
    margin-bottom: 0.34rem;
}

.cms-rich-content > *:last-child {
    margin-bottom: 0;
}
.gallery-page-modern .inner-copy-block {
    background: rgba(255, 255, 255, 0.9);
}

.gallery-filter-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1.4rem;
}

.gallery-filter-chip {
    border: 1px solid rgba(99, 116, 67, 0.22);
    background: rgba(255, 255, 255, 0.92);
    color: #4a4338;
    border-radius: 999px;
    padding: 0.45rem 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.gallery-filter-chip:hover {
    border-color: rgba(99, 116, 67, 0.5);
    transform: translateY(-1px);
}

.gallery-filter-chip.is-active {
    background: linear-gradient(140deg, rgba(99, 116, 67, 0.96), rgba(79, 96, 51, 0.96));
    color: #f6f1e7;
    border-color: rgba(78, 95, 52, 0.9);
    box-shadow: 0 10px 24px rgba(56, 69, 35, 0.28);
}

.gallery-filter-count {
    min-width: 26px;
    height: 26px;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    font-size: 0.8rem;
    background: rgba(87, 79, 66, 0.12);
    color: inherit;
}

.gallery-filter-chip.is-active .gallery-filter-count {
    background: rgba(255, 255, 255, 0.18);
}

.gallery-type-stack {
    display: grid;
    gap: 1rem;
}

.gallery-type-panel {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(103, 93, 78, 0.14);
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(49, 42, 33, 0.09);
    overflow: hidden;
}

.gallery-type-head {
    padding: 1.2rem 1.2rem 0.95rem;
}

.gallery-type-kicker {
    margin: 0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.78rem;
    color: #7f766a;
    font-weight: 700;
}

.gallery-type-head h2 {
    margin: 0.15rem 0 0.25rem;
    font-size: clamp(1.55rem, 2.8vw, 2.25rem);
}

.gallery-type-head p {
    margin: 0;
    color: #5b5347;
}

.gallery-mosaic-grid {
    column-count: 4;
    column-gap: 0.85rem;
    padding: 0 1.2rem 1.2rem;
}

.gallery-mosaic-item {
    margin: 0 0 0.85rem;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    background: #f1e9dc;
    box-shadow: 0 10px 20px rgba(41, 34, 25, 0.12);
    break-inside: avoid;
    page-break-inside: avoid;
}

.gallery-mosaic-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.28s ease;
}

.gallery-mosaic-item::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 38%;
    background: linear-gradient(180deg, rgba(20, 17, 14, 0) 0%, rgba(20, 17, 14, 0.56) 100%);
    pointer-events: none;
}

.gallery-mosaic-item:hover img {
    transform: scale(1.03);
}

.gallery-mosaic-item figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 0.62rem 0.78rem;
    color: #f6f0e7;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.35;
}
.promotions-page .inner-copy-block {
    background: rgba(255, 255, 255, 0.9);
}

.promo-list-grid {
    align-items: stretch;
}

.promo-list-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(103, 93, 78, 0.14);
    box-shadow: 0 14px 30px rgba(49, 42, 33, 0.1);
}

.promo-media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #efe7da;
}

.promo-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.promo-list-card:hover .promo-media img {
    transform: scale(1.03);
}

.promo-badge {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.38rem 0.72rem;
    background: linear-gradient(140deg, rgba(214, 133, 31, 0.98), rgba(190, 109, 11, 0.96));
    color: #fff;
    font-weight: 700;
    font-size: 0.82rem;
    box-shadow: 0 10px 20px rgba(87, 52, 10, 0.28);
    letter-spacing: 0.02em;
}

.promo-content {
    padding: 1.05rem 1.1rem 1.15rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    flex: 1;
}

.promo-kicker {
    margin: 0;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7a7265;
    font-weight: 700;
}

.promo-content h2 {
    margin: 0;
    font-size: 1.38rem;
    line-height: 1.2;
}

.promo-summary {
    margin: 0;
    color: #4f473c;
    font-weight: 600;
}

.promo-description {
    margin: 0;
    color: #5d564a;
}

.promo-meta {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.75rem;
    color: #5a5144;
    font-size: 0.9rem;
}

.promo-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.promo-meta i {
    color: var(--bv-olive);
}

.promo-contact-btn {
    align-self: flex-start;
    margin-top: 0.35rem;
}

.promotions-empty-state {
    text-align: center;
    padding: 2.2rem 1.4rem;
}

.promotions-empty-icon {
    display: inline-flex;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.8rem;
    font-size: 1.9rem;
    color: var(--bv-olive);
    background: rgba(99, 116, 67, 0.14);
    border: 1px solid rgba(99, 116, 67, 0.25);
}
