:root {
    --nature-900: #183c32;
    --nature-800: #244d41;
    --nature-700: #2f6b57;
    --nature-600: #4f826c;
    --nature-500: #76a18f;
    --nature-200: #d8e4dc;
    --nature-100: #eef3ee;
    --surface: #fffdf8;
    --surface-soft: #f6f2e8;
    --text-900: #1f2e2a;
    --text-700: #5d6c67;
    --accent-gold: #c6922b;
    --accent-gold-deep: #a97818;
    --font-body: "Be Vietnam Pro", "Segoe UI", sans-serif;
    --font-display: "Cormorant Garamond", Georgia, serif;
    --shadow-soft: 0 24px 60px rgba(24, 60, 50, 0.08);
    --shadow-card: 0 18px 40px rgba(24, 60, 50, 0.09);
    --line-soft: rgba(24, 60, 50, 0.1);
}

body,
.btn,
.form-control,
.form-select,
.dropdown-menu {
    font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-4,
.page-banner-title,
.section-title,
.section-subtitle,
.navbar-brand,
.blog-card-title,
.listing-title-clamp {
    font-family: var(--font-display);
    letter-spacing: 0.01em;
}

.site-header {
    background:
        linear-gradient(180deg, rgba(18, 41, 35, 0.98), rgba(30, 66, 56, 0.95)),
        radial-gradient(circle at top right, rgba(198, 146, 43, 0.18), transparent 28%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar {
    background: rgba(255, 248, 236, 0.06);
    border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

.site-navbar .navbar-brand {
    font-size: clamp(1.6rem, 2.2vw, 2rem);
    font-weight: 700;
    letter-spacing: 0.04em;
}

.navbar .nav-link {
    position: relative;
    color: rgba(255, 251, 242, 0.86);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.84rem;
}

.navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.35rem;
    height: 1px;
    transform: scaleX(0);
    transform-origin: center;
    background: linear-gradient(90deg, transparent, rgba(198, 146, 43, 0.95), transparent);
    transition: transform 0.25s ease;
}

.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
    transform: scaleX(1);
}

.btn {
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.btn:hover,
.btn:focus {
    transform: translateY(-1px);
}

.btn-warning {
    background: linear-gradient(180deg, #ddb251 0%, var(--accent-gold) 100%);
    border-color: rgba(169, 120, 24, 0.55);
    color: #1b241f;
    box-shadow: 0 14px 30px rgba(198, 146, 43, 0.24);
}

.btn-warning:hover,
.btn-warning:focus {
    background: linear-gradient(180deg, #e6be67 0%, var(--accent-gold-deep) 100%);
    color: #17201c;
}

.btn-primary {
    background: linear-gradient(180deg, #315f52 0%, var(--nature-900) 100%);
    border-color: rgba(24, 60, 50, 0.5);
    box-shadow: 0 14px 32px rgba(24, 60, 50, 0.18);
}

.btn-outline-light {
    border-color: rgba(255, 248, 236, 0.5);
}

.home-hero-section {
    background:
        radial-gradient(circle at top left, rgba(198, 146, 43, 0.1), transparent 26%),
        radial-gradient(circle at right center, rgba(47, 107, 87, 0.14), transparent 26%),
        linear-gradient(180deg, #f7f1e6 0%, #f1ecdf 100%);
}

.home-panel,
.page-banner-inner,
.soft-card,
.activity-card,
.explore-card,
.tier-card,
.guide-highlight,
.blog-sidebar-item,
.homepage-media-carousel,
.homepage-media-carousel-single,
.custom-home-media-item {
    border: 1px solid var(--line-soft);
    box-shadow: var(--shadow-card);
}

.home-panel {
    background: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(252, 248, 240, 0.96));
}

.hero-panel {
    background:
        linear-gradient(135deg, rgba(18, 41, 35, 0.94), rgba(36, 77, 65, 0.88)),
        radial-gradient(circle at top right, rgba(198, 146, 43, 0.2), transparent 30%);
    box-shadow: 0 32px 80px rgba(24, 60, 50, 0.18);
}

.eyebrow,
.homepage-carousel-label,
.homepage-carousel-count,
.listing-rating {
    border: 1px solid rgba(198, 146, 43, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.eyebrow {
    background: rgba(198, 146, 43, 0.12);
    color: var(--accent-gold-deep);
}

.page-banner-inner,
.custom-sections-panel,
.soft-card,
.site-footer {
    background: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(247, 242, 232, 0.96));
}

.page-banner-title,
.section-title,
.section-subtitle {
    color: var(--nature-900);
}

.page-banner-title,
.section-title {
    font-weight: 700;
    line-height: 1.02;
}

.display-4 {
    font-weight: 700 !important;
    line-height: 0.96;
}

.hero-copy,
.section-copy,
.section-lead {
    font-size: 1.02rem;
}

.hero-visual,
.image-frame,
.activity-thumb,
.blog-card-thumb-wrap,
.listing-card-thumb-wrap,
.product-detail-media-col,
.product-detail-media-frame,
.product-detail-video-frame {
    background:
        radial-gradient(circle at top left, rgba(198, 146, 43, 0.08), transparent 28%),
        linear-gradient(180deg, #fffcf5 0%, #f4eee1 100%);
}

.activity-card,
.explore-card,
.tier-card,
.blog-sidebar-item,
.guide-highlight {
    backdrop-filter: blur(8px);
}

.activity-card:hover,
.explore-card:hover,
.soft-card:hover,
.blog-sidebar-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 54px rgba(24, 60, 50, 0.14);
}

.activity-icon,
.guide-icon,
.homepage-carousel-control .carousel-control-prev-icon,
.homepage-carousel-control .carousel-control-next-icon,
.homepage-carousel-thumb-video {
    background: linear-gradient(180deg, rgba(24, 60, 50, 0.94), rgba(47, 107, 87, 0.9));
    box-shadow: 0 12px 24px rgba(24, 60, 50, 0.2);
}

.tier-overlay {
    background: linear-gradient(180deg, transparent 0%, rgba(18, 41, 35, 0.8) 50%, rgba(18, 41, 35, 0.95) 100%);
}

.explore-card .btn-outline-success,
.product-detail-cart-link,
.soft-card .btn-outline-primary,
.soft-card .btn-outline-secondary {
    border-radius: 999px;
}

.site-footer {
    border-top: 1px solid var(--line-soft);
}

.listing-title-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.listing-title-link:hover,
.listing-title-link:focus {
    color: var(--nature-700);
}

.listing-cta {
    width: 100%;
    justify-content: center;
}

.listing-rating-empty,
.blog-sidebar-rating-empty,
.product-related-rating-empty {
    background: linear-gradient(180deg, rgba(24, 60, 50, 0.06), rgba(24, 60, 50, 0.03));
    border-color: rgba(24, 60, 50, 0.12);
    color: var(--text-700);
}

.listing-rating-empty i,
.blog-sidebar-rating-empty i,
.product-related-rating-empty i {
    color: var(--text-700);
}

.detail-badge {
    display: inline-flex;
    align-items: center;
    min-height: 2.1rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 1px solid transparent;
}

.detail-badge-olive {
    background: rgba(47, 107, 87, 0.12);
    color: var(--nature-800);
    border-color: rgba(47, 107, 87, 0.16);
}

.detail-badge-gold {
    background: rgba(198, 146, 43, 0.14);
    color: var(--accent-gold-deep);
    border-color: rgba(198, 146, 43, 0.22);
}

.soft-card.card,
.blog-detail-shell.card,
.product-detail-shell.card {
    border-radius: 1.7rem;
    overflow: hidden;
}

.soft-card .card-body,
.blog-detail-shell .card-body,
.product-detail-shell .card-body {
    padding: 1.55rem;
}

.listing-card-thumb-wrap,
.blog-card-thumb-wrap {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(198, 146, 43, 0.08), transparent 28%),
        linear-gradient(180deg, #fffcf5 0%, #f2ebde 100%);
}

.listing-card-thumb-wrap::after,
.blog-card-thumb-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(18, 41, 35, 0) 45%, rgba(18, 41, 35, 0.08) 100%);
    pointer-events: none;
}

.listing-card-thumb,
.blog-card-thumb {
    transition: transform 0.45s ease;
}

.soft-card:hover .listing-card-thumb,
.soft-card:hover .blog-card-thumb {
    transform: scale(1.035);
}

.soft-card .card-body.d-flex.flex-column {
    gap: 0.85rem;
}

.listing-title-clamp,
.blog-card-title {
    color: var(--nature-900);
    font-weight: 700;
    line-height: 1.08;
    margin-bottom: 0;
}

.blog-card-title {
    min-height: 3rem;
}

.listing-title-clamp {
    min-height: 2.55em;
}

.listing-rating,
.rating-chip {
    background: linear-gradient(180deg, rgba(222, 178, 88, 0.18), rgba(198, 146, 43, 0.12));
    border: 1px solid rgba(198, 146, 43, 0.22);
    color: #8a6211;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.listing-rating {
    min-height: 2.35rem;
}

.listing-rating i,
.rating-chip i {
    color: #b98312;
}

.soft-card .text-muted {
    color: var(--text-700) !important;
}

.soft-card .btn-outline-secondary,
.soft-card .btn-outline-primary {
    min-height: 3.15rem;
    border-width: 1px;
}

.soft-card .btn-outline-secondary {
    border-color: rgba(24, 60, 50, 0.14);
    background: rgba(255, 253, 248, 0.7);
    color: var(--nature-900);
}

.soft-card .btn-outline-secondary:hover,
.soft-card .btn-outline-secondary:focus {
    border-color: rgba(24, 60, 50, 0.26);
    background: rgba(246, 242, 232, 0.95);
    color: var(--nature-900);
}

.place-rating-summary {
    min-width: 132px;
    padding: 0.7rem 0.85rem;
    border: 1px solid rgba(24, 60, 50, 0.1);
    border-radius: 1.2rem;
    background: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(247, 242, 232, 0.94));
    box-shadow: 0 12px 30px rgba(24, 60, 50, 0.06);
}

.blog-detail-shell,
.product-detail-shell,
.soft-card.overflow-hidden {
    background: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(249, 245, 236, 0.96));
    border: 1px solid var(--line-soft);
    box-shadow: 0 26px 60px rgba(24, 60, 50, 0.1);
}

.blog-detail-shell > .card-body,
.product-detail-shell > .row > .product-detail-content-col .card-body,
.soft-card.overflow-hidden > .card-body {
    padding: clamp(1.35rem, 2vw, 2rem);
}

.blog-detail-gallery,
.product-detail-gallery {
    gap: 1.05rem;
}

.blog-detail-media-frame,
.product-detail-media-frame,
.product-detail-video-frame {
    border: 1px solid rgba(24, 60, 50, 0.08);
    border-radius: 1.45rem;
    box-shadow: 0 18px 42px rgba(24, 60, 50, 0.08);
}

.article-rich-content,
.place-rich-content,
.product-detail-description-content {
    max-width: 860px;
    font-size: 1.03rem;
    line-height: 1.88;
}

.article-rich-content h2,
.article-rich-content h3,
.place-rich-content h2,
.place-rich-content h3,
.product-detail-description-content h2,
.product-detail-description-content h3 {
    margin-top: 1.7rem;
    margin-bottom: 0.7rem;
    color: var(--nature-900);
}

.review-item,
.review-login-card,
.review-admin-reply {
    border-color: rgba(24, 60, 50, 0.1);
    box-shadow: 0 12px 28px rgba(24, 60, 50, 0.04);
}

.review-item {
    background: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(250, 246, 238, 0.94));
}

@media (max-width: 991.98px) {
    .place-rating-summary {
        min-width: 0;
        width: 100%;
        text-align: left;
    }

    .blog-detail-shell > .card-body,
    .soft-card .card-body,
    .product-detail-shell > .row > .product-detail-content-col .card-body {
        padding: 1.2rem;
    }
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    color: var(--text-900);
    background: var(--surface-soft);
    background-image:
        radial-gradient(circle at top left, rgba(198, 146, 43, 0.07), transparent 24%),
        radial-gradient(circle at top right, rgba(47, 107, 87, 0.08), transparent 22%);
}

.site-navbar .navbar-brand {
    letter-spacing: 0.03em;
}

.site-logo {
    display: block;
    height: 52px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
}

.site-navbar .navbar-collapse {
    transition: all 0.25s ease;
}

.btn-primary:hover,
.btn-primary:focus {
    background: linear-gradient(180deg, var(--nature-600) 0%, var(--nature-700) 100%);
    border-color: var(--nature-700);
}

.page-banner {
    margin-bottom: 2rem;
}

.page-banner-inner {
    background:
        radial-gradient(circle at top left, rgba(95, 166, 106, 0.18), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 247, 236, 0.96));
    border: 1px solid rgba(47, 106, 65, 0.08);
    border-radius: 2rem;
    padding: 2rem;
    box-shadow: var(--shadow-soft);
}

.page-banner-title {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    color: var(--nature-900);
    font-weight: 800;
    margin-bottom: 1rem;
}

.page-banner-copy {
    color: var(--text-700);
    font-size: 1.05rem;
    max-width: 58rem;
}

.home-panel {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(47, 106, 65, 0.08);
    border-radius: 2rem;
    padding: 2rem;
    box-shadow: var(--shadow-soft);
}

.hero-panel {
    background:
        linear-gradient(135deg, rgba(20, 54, 31, 0.88), rgba(47, 106, 65, 0.78)),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 30%);
    color: #fff;
}

.hero-panel .section-title,
.hero-panel .hero-copy,
.hero-panel .eyebrow {
    color: #fff;
}

.hero-panel .eyebrow {
    background: rgba(255, 255, 255, 0.14);
}

.py-lg-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    background: rgba(95, 166, 106, 0.16);
    color: var(--nature-800);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
}

.hero-copy,
.section-copy,
.section-lead,
.small-copy {
    color: var(--text-700);
    line-height: 1.8;
}

.hero-visual img,
.hero-visual video,
.image-frame img,
.image-frame video,
.activity-card img,
.activity-card video,
.explore-card img,
.explore-card video,
.tier-three-card img,
.tier-three-card video {
    object-fit: cover;
}

.hero-visual {
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: 2rem;
    overflow: hidden;
    background: linear-gradient(180deg, #f7fbf6 0%, #e8f3e6 100%);
    box-shadow: var(--shadow-soft);
}

.hero-visual img,
.hero-visual video {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-visual::after {
    content: "";
    position: absolute;
    inset: auto -2rem -2rem auto;
    width: 120px;
    height: 120px;
    border-radius: 999px;
    background: rgba(95, 166, 106, 0.18);
    z-index: -1;
}

.section-block {
    position: relative;
}

.section-soft {
    background: linear-gradient(180deg, #f5faf4 0%, #edf6ec 100%);
}

.section-title {
    color: var(--nature-900);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.25rem;
}

.section-subtitle {
    color: var(--nature-800);
    font-weight: 700;
}

.image-frame,
.map-shell,
.activity-card,
.explore-card,
.tier-three-card,
.tier-card {
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
}

.image-frame {
    aspect-ratio: 4 / 3;
    background: linear-gradient(180deg, #ffffff 0%, #eef7ec 100%);
}

.image-frame img,
.image-frame video {
    width: 100%;
    height: 100%;
    display: block;
}

.tier-card {
    background: #fff;
    padding: 1.5rem;
    border: 1px solid rgba(47, 106, 65, 0.08);
}

.custom-sections-panel {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 244, 0.98));
}

.custom-home-row {
    overflow: visible;
}

.custom-home-media-grid {
    display: grid;
    gap: 1rem;
}

.homepage-media-carousel,
.homepage-media-carousel-single {
    position: relative;
    border-radius: 1.4rem;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #eef7ec 100%);
    box-shadow: 0 18px 36px rgba(20, 54, 31, 0.08);
}

.homepage-carousel-shell {
    display: grid;
    gap: 0.9rem;
}

.homepage-carousel-shell.is-single {
    gap: 0.65rem;
}

.homepage-carousel-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
}

.homepage-carousel-meta-simple {
    justify-content: flex-end;
}

.homepage-carousel-label,
.homepage-carousel-count {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.3rem 0.85rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.homepage-carousel-label {
    background: rgba(95, 166, 106, 0.14);
    color: var(--nature-800);
    text-transform: uppercase;
}

.homepage-carousel-count {
    background: rgba(20, 54, 31, 0.08);
    color: var(--nature-900);
}

.homepage-carousel-item img,
.homepage-carousel-item video,
.homepage-media-carousel-single img,
.homepage-media-carousel-single video {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.homepage-carousel-item img,
.homepage-media-carousel-single img {
    cursor: zoom-in;
}

.homepage-carousel-control {
    width: 12%;
}

.homepage-carousel-control .carousel-control-prev-icon,
.homepage-carousel-control .carousel-control-next-icon {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    background-color: rgba(20, 54, 31, 0.72);
    background-size: 45%;
}

.homepage-carousel-indicators {
    margin-bottom: 0.8rem;
}

.homepage-carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.72);
}

.homepage-carousel-thumbs {
    display: flex;
    gap: 0.85rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    scrollbar-width: thin;
}

.homepage-carousel-thumb {
    flex: 0 0 auto;
    position: relative;
    width: 86px;
    height: 86px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 1rem;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #eef7ec 100%);
    box-shadow: 0 12px 24px rgba(20, 54, 31, 0.08);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.homepage-carousel-thumb:hover,
.homepage-carousel-thumb.is-active {
    border-color: rgba(63, 133, 82, 0.7);
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(20, 54, 31, 0.12);
}

.homepage-carousel-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.homepage-carousel-thumb-video {
    position: absolute;
    inset: auto 0.4rem 0.4rem auto;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(20, 54, 31, 0.72);
    color: #fff;
    z-index: 2;
}

.homepage-carousel-thumbs::-webkit-scrollbar {
    height: 6px;
}

.homepage-carousel-thumbs::-webkit-scrollbar-thumb {
    background: rgba(47, 106, 65, 0.24);
    border-radius: 999px;
}

.homepage-image-preview-modal .modal-content {
    background: rgba(10, 16, 12, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.2rem;
}

.homepage-image-preview-modal .modal-body {
    padding: 0.8rem;
    position: relative;
}

.homepage-image-preview-close {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    width: 2.2rem;
    height: 2.2rem;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    z-index: 3;
}

.homepage-image-preview-media {
    width: 100%;
    max-height: calc(100vh - 4rem);
    border-radius: 0.9rem;
    object-fit: contain;
    display: block;
}

.homepage-image-preview-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.7rem;
    height: 2.7rem;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    z-index: 3;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.homepage-image-preview-nav:hover {
    background: rgba(255, 255, 255, 0.3);
}

.homepage-image-preview-nav.is-prev {
    left: 1rem;
}

.homepage-image-preview-nav.is-next {
    right: 1rem;
}

.custom-home-media-grid.is-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.custom-home-media-grid.has-secondary-media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.custom-home-media-grid.has-secondary-media .custom-home-media-item.is-primary {
    grid-column: 1 / -1;
}

.custom-home-media-item {
    overflow: hidden;
    border-radius: 1.4rem;
    background: linear-gradient(180deg, #ffffff 0%, #eef7ec 100%);
    box-shadow: 0 18px 36px rgba(20, 54, 31, 0.08);
}

.custom-home-media-item img,
.custom-home-media-item video {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.custom-home-media-grid.has-secondary-media .custom-home-media-item.is-secondary img,
.custom-home-media-grid.has-secondary-media .custom-home-media-item.is-secondary video {
    aspect-ratio: 1 / 1;
}

.activity-card,
.explore-card {
    display: block;
    background: var(--surface);
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.explore-card:hover {
    transform: translateY(-4px);
}

.compact-card {
    border: 1px solid rgba(47, 106, 65, 0.08);
}

.activity-thumb {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #eef7ec 100%);
}

.activity-thumb img {
    width: 100%;
    height: 100%;
}

.activity-thumb video {
    height: 100%;
    width: 100%;
}

.activity-icon {
    position: absolute;
    top: 0.9rem;
    left: 0.9rem;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(20, 54, 31, 0.78);
    color: #fff;
    font-size: 1rem;
}

.tier-three-card {
    position: relative;
    min-height: 430px;
}

.tier-three-card img {
    height: 430px;
}

.tier-three-card video {
    height: 430px;
    width: 100%;
}

.tier-overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 2rem;
    background: linear-gradient(180deg, transparent 0%, rgba(20, 54, 31, 0.88) 60%, rgba(20, 54, 31, 0.96) 100%);
}

.explore-link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin-top: 1rem;
    color: var(--nature-800);
    font-weight: 700;
}

.guide-highlights {
    display: grid;
    gap: 1rem;
}

.guide-highlight {
    display: grid;
    grid-template-columns: 3rem 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1rem 1.1rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(47, 106, 65, 0.08);
}

.guide-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--nature-100);
    color: var(--nature-800);
    font-size: 1.1rem;
}

.soft-card {
    border-radius: 1.6rem;
    overflow: hidden;
    border: 1px solid rgba(47, 106, 65, 0.08);
    box-shadow: var(--shadow-soft);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 247, 0.98));
}

.soft-card .card-body {
    padding: 1.5rem;
}

.soft-card:hover {
    transform: translateY(-2px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 24px 48px rgba(19, 56, 38, 0.14);
}

.soft-card .btn-outline-primary,
.soft-card .btn-outline-secondary {
    border-radius: 0.9rem;
}

.listing-rating {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 196, 61, 0.15);
    color: #9a6300;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.listing-rating small {
    font-weight: 600;
    color: #8a6a17;
}

.site-footer {
    background: linear-gradient(180deg, #ffffff 0%, #f4faf3 100%);
}

.hero-block {
    background: linear-gradient(135deg, rgba(63, 133, 82, 0.98), rgba(20, 54, 31, 0.92));
    color: #fff;
    border-radius: 1.75rem;
    overflow: hidden;
}

.hero-block img,
.content-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.card-img-top {
    height: 260px;
    object-fit: contain;
    background: linear-gradient(180deg, #ffffff 0%, #f5faf4 100%);
    padding: 1rem;
}

.blog-card-thumb-wrap,
.listing-card-thumb-wrap {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #eef7ec 100%);
}

.blog-card-thumb,
.listing-card-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    background: transparent;
}

.blog-card-title {
    min-height: 3.3rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.38;
}

.blog-card-excerpt {
    min-height: 4.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.listing-title-clamp {
    min-height: 2.8em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.35;
}

.block-content p:last-child,
.rich-content p:last-child {
    margin-bottom: 0;
}

.block-content,
.rich-content {
    color: var(--text-900);
    line-height: 1.8;
    overflow: hidden;
}

.block-content > *,
.rich-content > * {
    max-width: 100%;
}

.block-content img,
.block-content video,
.block-content iframe,
.block-content table,
.block-content canvas,
.block-content svg,
.rich-content img,
.rich-content video,
.rich-content iframe,
.rich-content table,
.rich-content canvas,
.rich-content svg {
    max-width: 100% !important;
    height: auto !important;
}

.block-content img,
.block-content video,
.block-content iframe,
.rich-content img,
.rich-content video,
.rich-content iframe {
    display: inline-block;
    margin: 1.2rem 0;
    border-radius: 1rem;
    box-shadow: 0 16px 36px rgba(20, 54, 31, 0.1);
}

.block-content iframe,
.block-content video,
.rich-content iframe,
.rich-content video {
    width: 100%;
}

.block-content table,
.rich-content table {
    display: block;
    overflow-x: auto;
    border-collapse: collapse;
}

.block-content ul,
.block-content ol,
.rich-content ul,
.rich-content ol {
    padding-left: 1.25rem;
}

.block-content [style*="text-align: center"] img,
.block-content [style*="text-align:center"] img,
.block-content [style*="text-align: center"] video,
.block-content [style*="text-align:center"] video,
.block-content [style*="text-align: center"] iframe,
.block-content [style*="text-align:center"] iframe,
.rich-content [style*="text-align: center"] img,
.rich-content [style*="text-align:center"] img,
.rich-content [style*="text-align: center"] video,
.rich-content [style*="text-align:center"] video,
.rich-content [style*="text-align: center"] iframe,
.rich-content [style*="text-align:center"] iframe {
    margin-left: auto;
    margin-right: auto;
}

.block-content [style*="text-align: right"] img,
.block-content [style*="text-align:right"] img,
.block-content [style*="text-align: right"] video,
.block-content [style*="text-align:right"] video,
.block-content [style*="text-align: right"] iframe,
.block-content [style*="text-align:right"] iframe,
.rich-content [style*="text-align: right"] img,
.rich-content [style*="text-align:right"] img,
.rich-content [style*="text-align: right"] video,
.rich-content [style*="text-align:right"] video,
.rich-content [style*="text-align: right"] iframe,
.rich-content [style*="text-align:right"] iframe {
    margin-left: auto;
    margin-right: 0;
}

.article-rich-content,
.hero-copy,
.section-copy,
.section-lead,
.small-copy {
    overflow: hidden;
}

.place-rich-content,
.product-detail-description-content {
    max-width: 920px;
}

.article-rich-content img,
.article-rich-content video,
.article-rich-content iframe,
.hero-copy img,
.hero-copy video,
.hero-copy iframe,
.section-copy img,
.section-copy video,
.section-copy iframe,
.section-lead img,
.section-lead video,
.section-lead iframe,
.small-copy img,
.small-copy video,
.small-copy iframe {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 1.25rem 0;
    border-radius: 1rem;
    object-fit: contain;
}

.article-rich-content img {
    width: auto !important;
}

.article-rich-content video,
.article-rich-content iframe {
    width: 100% !important;
}

.article-rich-content [style*="text-align: center"] img,
.article-rich-content [style*="text-align:center"] img,
.article-rich-content [style*="text-align: center"] video,
.article-rich-content [style*="text-align:center"] video,
.article-rich-content [style*="text-align: center"] iframe,
.article-rich-content [style*="text-align:center"] iframe,
.hero-copy [style*="text-align: center"] img,
.hero-copy [style*="text-align:center"] img,
.section-copy [style*="text-align: center"] img,
.section-copy [style*="text-align:center"] img,
.section-lead [style*="text-align: center"] img,
.section-lead [style*="text-align:center"] img {
    margin-left: auto;
    margin-right: auto;
}

.article-rich-content [style*="text-align: right"] img,
.article-rich-content [style*="text-align:right"] img,
.article-rich-content [style*="text-align: right"] video,
.article-rich-content [style*="text-align:right"] video,
.article-rich-content [style*="text-align: right"] iframe,
.article-rich-content [style*="text-align:right"] iframe,
.hero-copy [style*="text-align: right"] img,
.hero-copy [style*="text-align:right"] img,
.section-copy [style*="text-align: right"] img,
.section-copy [style*="text-align:right"] img,
.section-lead [style*="text-align: right"] img,
.section-lead [style*="text-align:right"] img {
    margin-left: auto;
    margin-right: 0;
}

.product-actions {
    display: grid;
    gap: 0.75rem;
    align-items: stretch;
}

.product-actions-inline {
    grid-template-columns: 1fr 1fr;
}

.product-actions form {
    margin: 0;
    display: flex;
    height: 100%;
}

.product-actions .btn {
    min-height: 3.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.9rem 1.2rem;
    text-align: center;
    line-height: 1.2;
    white-space: normal;
}

.product-actions .btn-outline-primary {
    border-width: 1px;
    border-color: rgba(24, 60, 50, 0.18);
    background: linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(244, 238, 225, 0.94));
    color: var(--nature-900);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.product-actions .btn-outline-primary:hover,
.product-actions .btn-outline-primary:focus {
    border-color: rgba(24, 60, 50, 0.32);
    background: linear-gradient(180deg, rgba(255, 252, 244, 1), rgba(238, 232, 218, 0.98));
    color: var(--nature-900);
}

.product-actions .btn-warning {
    border-width: 1px;
}

.soft-card .product-actions {
    margin-top: 0.15rem;
}

.soft-card .product-actions .btn {
    min-height: 3.2rem;
    font-size: 0.96rem;
}

.product-detail-actions {
    margin-top: 1.1rem;
}

.product-detail-actions .btn {
    min-height: 3.8rem;
    font-size: 1rem;
}

.product-detail-summary {
    display: grid;
    gap: 1.3rem;
}

.product-detail-price-row {
    padding: 1.1rem 1.2rem;
    border: 1px solid rgba(24, 60, 50, 0.1);
    border-radius: 1.35rem;
    background: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(247, 242, 232, 0.94));
}

.product-detail-shell {
    border-radius: 1.8rem;
}

.product-detail-media-col {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbf6 100%);
}

.product-detail-content-col {
    background: #fff;
}

.product-detail-body {
    display: block;
}

.product-detail-info-panel {
    width: 100%;
    max-width: 760px;
}

.product-detail-gallery {
    display: grid;
    gap: 1rem;
}

.product-detail-media-frame,
.product-detail-video-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    max-height: 480px;
    padding: 1.5rem;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(95, 166, 106, 0.12), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f5faf4 100%);
}

.product-detail-video-frame {
    min-height: 360px;
    max-height: 360px;
    padding: 0;
}

.product-detail-media {
    width: 100%;
    max-width: 100%;
    max-height: 420px;
    object-fit: contain;
    display: block;
}

.product-detail-video {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

.blog-detail-shell {
    border-radius: 1.6rem;
}

.blog-recent-card {
    border-radius: 1.35rem;
}

.article-reading-shell {
    max-width: 920px;
    margin: 0 auto;
}

.blog-sidebar-stack {
    display: grid;
    gap: 1rem;
    position: sticky;
    top: 110px;
}

.blog-sidebar-card {
    border-radius: 1.4rem;
}

.blog-sidebar-list {
    display: grid;
    gap: 0.9rem;
}

.blog-sidebar-item {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 0.85rem;
    align-items: start;
    text-decoration: none;
    color: inherit;
    padding: 0.8rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(47, 106, 65, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.blog-sidebar-item:hover {
    transform: translateY(-2px);
    border-color: rgba(47, 106, 65, 0.16);
    box-shadow: 0 18px 36px rgba(20, 54, 31, 0.08);
}

.blog-sidebar-thumb {
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0.9rem;
    background: linear-gradient(180deg, #ffffff 0%, #eef7ec 100%);
}

.blog-sidebar-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-sidebar-body {
    min-width: 0;
    display: grid;
    gap: 0.45rem;
}

.blog-sidebar-title {
    font-weight: 700;
    color: var(--nature-900);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-sidebar-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.75rem;
    font-size: 0.86rem;
    color: var(--text-700);
}

.blog-sidebar-rating {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: #9a6300;
    font-weight: 700;
}

.article-rich-content {
    font-size: 1.06rem;
    line-height: 1.9;
}

.article-rich-content > * + * {
    margin-top: 1.15rem;
}

.article-rich-content h2,
.article-rich-content h3,
.article-rich-content h4 {
    color: var(--nature-900);
    font-weight: 800;
    line-height: 1.3;
    margin-top: 2rem;
    margin-bottom: 0.9rem;
}

.article-rich-content p,
.article-rich-content ul,
.article-rich-content ol,
.article-rich-content blockquote {
    max-width: 100%;
}

.article-rich-content ul,
.article-rich-content ol,
.homepage-rich-content ul,
.homepage-rich-content ol {
    padding-left: 1.35rem;
}

.article-rich-content li + li,
.homepage-rich-content li + li {
    margin-top: 0.45rem;
}

.article-rich-content img,
.homepage-rich-content img {
    max-width: min(100%, 860px) !important;
}

.article-rich-content img {
    border-radius: 1.35rem;
    display: block;
    margin-left: 0;
    margin-right: auto;
}

.article-rich-content blockquote,
.homepage-rich-content blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.2rem;
    border-left: 4px solid rgba(63, 133, 82, 0.42);
    background: rgba(238, 247, 236, 0.72);
    border-radius: 0 1rem 1rem 0;
    color: var(--text-900);
}

.rich-figure {
    margin: 1.5rem 0;
}

.rich-figure img,
.rich-figure video,
.rich-figure iframe {
    margin-top: 0;
    margin-bottom: 0;
}

.rich-figcaption {
    margin-top: 0.7rem;
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--text-700);
    text-align: center;
}

.homepage-rich-content {
    line-height: 1.85;
}

.homepage-rich-content h2,
.homepage-rich-content h3,
.homepage-rich-content h4 {
    color: inherit;
    font-weight: 800;
    line-height: 1.35;
    margin-top: 1.2rem;
    margin-bottom: 0.65rem;
}

.homepage-rich-content img,
.homepage-rich-content video,
.homepage-rich-content iframe {
    margin-left: auto;
    margin-right: auto;
}

.article-rich-content img,
.article-rich-content video,
.article-rich-content iframe {
    box-shadow: 0 18px 40px rgba(20, 54, 31, 0.1);
}

.article-rich-content p[style*="text-align: center"] img,
.article-rich-content div[style*="text-align: center"] img,
.article-rich-content p[style*="text-align:center"] img,
.article-rich-content div[style*="text-align:center"] img {
    margin-left: auto;
    margin-right: auto;
}

.article-rich-content p[style*="text-align: right"] img,
.article-rich-content div[style*="text-align: right"] img,
.article-rich-content p[style*="text-align:right"] img,
.article-rich-content div[style*="text-align:right"] img {
    margin-left: auto;
    margin-right: 0;
}

.explore-card > img,
.explore-card > video {
    width: 100%;
    aspect-ratio: 16 / 10;
    display: block;
}

.blog-detail-media-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    max-height: 420px;
    padding: 0;
    background: linear-gradient(180deg, #ffffff 0%, #f5faf4 100%);
    overflow: hidden;
}

.blog-detail-media {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 0;
}

.product-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
    gap: 0.75rem;
    padding: 0 1.5rem 1.5rem;
}

.product-gallery-thumb {
    position: relative;
    border: 2px solid transparent;
    border-radius: 1rem;
    padding: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 24px rgba(20, 54, 31, 0.08);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.product-gallery-thumb:hover,
.product-gallery-thumb.is-active {
    transform: translateY(-2px);
    border-color: var(--nature-600);
}

.product-gallery-thumb img {
    display: block;
    width: 100%;
    height: 84px;
    object-fit: contain;
    background: linear-gradient(180deg, #ffffff 0%, #f5faf4 100%);
    padding: 0.35rem;
}

.product-gallery-play {
    position: absolute;
    inset: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    background: rgba(20, 54, 31, 0.36);
}

.product-detail-summary {
    display: grid;
    gap: 1.5rem;
    align-content: start;
}

.product-detail-price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    border-radius: 1.25rem;
    background: linear-gradient(180deg, #fffdf5 0%, #f8fbf6 100%);
    border: 1px solid rgba(47, 106, 65, 0.08);
}

.product-detail-price-label {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-700);
    margin-bottom: 0.35rem;
}

.product-detail-cart-link {
    border-radius: 999px;
    white-space: nowrap;
}

.product-detail-actions {
    align-items: stretch;
}

.product-detail-actions .btn {
    border-radius: 1rem;
}

.product-detail-rich-content {
    display: grid;
    gap: 1.15rem;
    max-width: 100%;
    width: min(100%, 920px);
    margin: 0;
    overflow: hidden;
    color: var(--text-900);
    line-height: 1.8;
    font-size: 1.05rem;
}

.product-detail-rich-content > * {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.product-detail-rich-content img,
.product-detail-rich-content video,
.product-detail-rich-content iframe,
.product-detail-rich-content table,
.product-detail-rich-content canvas,
.product-detail-rich-content svg {
    max-width: 100% !important;
    height: auto !important;
}

.product-detail-rich-content img,
.product-detail-rich-content video,
.product-detail-rich-content iframe {
    display: inline-block;
    margin: 1.35rem 0;
    border-radius: 1rem;
    box-shadow: 0 18px 40px rgba(20, 54, 31, 0.1);
}

.product-detail-rich-content iframe,
.product-detail-rich-content video {
    width: 100%;
}

.product-detail-rich-content table {
    display: block;
    overflow-x: auto;
    border-collapse: collapse;
}

.product-detail-rich-content ul,
.product-detail-rich-content ol {
    padding-left: 1.2rem;
    margin-bottom: 0;
}

.product-detail-rich-content p,
.product-detail-rich-content h1,
.product-detail-rich-content h2,
.product-detail-rich-content h3,
.product-detail-rich-content h4,
.product-detail-rich-content h5,
.product-detail-rich-content h6,
.product-detail-rich-content blockquote {
    margin-bottom: 0;
}

.product-detail-rich-content h1,
.product-detail-rich-content h2,
.product-detail-rich-content h3 {
    color: var(--nature-900);
    line-height: 1.25;
}

.product-detail-rich-content h1 {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.product-detail-rich-content h2 {
    font-size: clamp(1.45rem, 2.6vw, 1.9rem);
}

.product-detail-rich-content h3 {
    font-size: clamp(1.2rem, 2.2vw, 1.5rem);
}

.product-detail-rich-content ul,
.product-detail-rich-content ol,
.product-detail-rich-content p,
.product-detail-rich-content blockquote,
.product-detail-rich-content table {
    width: 100%;
}

.product-detail-rich-content [style*="text-align: center"] img,
.product-detail-rich-content [style*="text-align:center"] img,
.product-detail-rich-content [style*="text-align: center"] video,
.product-detail-rich-content [style*="text-align:center"] video,
.product-detail-rich-content [style*="text-align: center"] iframe,
.product-detail-rich-content [style*="text-align:center"] iframe {
    margin-left: auto;
    margin-right: auto;
}

.product-detail-rich-content [style*="text-align: right"] img,
.product-detail-rich-content [style*="text-align:right"] img,
.product-detail-rich-content [style*="text-align: right"] video,
.product-detail-rich-content [style*="text-align:right"] video,
.product-detail-rich-content [style*="text-align: right"] iframe,
.product-detail-rich-content [style*="text-align:right"] iframe {
    margin-left: auto;
    margin-right: 0;
}

.product-detail-rich-content blockquote {
    padding: 1rem 1.15rem;
    border-left: 4px solid var(--nature-600);
    background: rgba(95, 166, 106, 0.08);
    border-radius: 0 1rem 1rem 0;
}

.product-detail-description-card {
    border-radius: 1.8rem;
}

.product-related-card {
    border-radius: 1.6rem;
    position: sticky;
    top: 110px;
}

.product-related-head {
    margin-bottom: 1rem;
}

.product-related-list {
    display: grid;
    gap: 0.9rem;
}

.product-related-item {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 0.9rem;
    padding: 0.8rem;
    border-radius: 1rem;
    text-decoration: none;
    color: inherit;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbf6 100%);
    border: 1px solid rgba(47, 106, 65, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.product-related-item:hover {
    transform: translateY(-2px);
    border-color: rgba(47, 106, 65, 0.16);
    box-shadow: 0 18px 32px rgba(20, 54, 31, 0.08);
}

.product-related-thumb {
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.9rem;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f5faf4 100%);
}

.product-related-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.4rem;
}

.product-related-body {
    min-width: 0;
}

.product-related-title {
    margin: 0 0 0.45rem;
    font-size: 1rem;
    line-height: 1.4;
    color: var(--nature-900);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-related-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 0.85rem;
    align-items: center;
}

.product-related-price {
    font-weight: 800;
    color: #c47a00;
}

.product-related-rating {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: #9a6300;
    font-weight: 700;
}

.product-detail-description-title-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1.75rem;
    padding: 1rem 1.25rem;
    border-left: 6px solid rgba(95, 166, 106, 0.35);
    background: linear-gradient(90deg, rgba(95, 166, 106, 0.1), rgba(95, 166, 106, 0.03));
    border-radius: 1rem;
}

.product-detail-description-title {
    margin: 0;
    color: var(--nature-900);
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    font-weight: 800;
}

.product-detail-rating-panel {
    display: grid;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    border-radius: 1.25rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbf6 100%);
    border: 1px solid rgba(47, 106, 65, 0.08);
}

.product-detail-rating-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.product-detail-rating-link {
    text-decoration: none;
    font-weight: 700;
    padding: 0;
}

.product-detail-review-preview-list {
    display: grid;
    gap: 0.85rem;
}

.product-detail-review-preview {
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(63, 133, 82, 0.06);
    border: 1px solid rgba(47, 106, 65, 0.08);
}

.product-detail-review-empty {
    border-radius: 1rem;
    padding: 1rem 1.1rem;
    background: rgba(255, 193, 7, 0.08);
    border: 1px dashed rgba(255, 193, 7, 0.4);
}

.admin-review-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.admin-review-stat {
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(238,247,236,0.98));
    border: 1px solid rgba(47, 106, 65, 0.1);
    box-shadow: 0 14px 30px rgba(20, 54, 31, 0.08);
}

.admin-review-stat .label {
    display: block;
    color: var(--text-700);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.35rem;
}

.admin-review-stat .value {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--nature-900);
    line-height: 1;
}

.admin-review-stat .hint {
    display: block;
    margin-top: 0.45rem;
    color: var(--text-700);
    font-size: 0.86rem;
}

.admin-review-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    margin-bottom: 1rem;
}

.admin-review-meta .badge {
    font-size: 0.8rem;
}

.admin-review-comment,
.admin-review-reply-box {
    border-radius: 1rem;
    padding: 1rem 1.1rem;
}

.admin-review-comment {
    background: #f8faf8;
    border: 1px solid rgba(47, 106, 65, 0.08);
}

.admin-review-reply-box {
    background: linear-gradient(180deg, rgba(223, 244, 227, 0.95), rgba(239, 249, 241, 0.95));
    border: 1px solid rgba(63, 133, 82, 0.16);
}

.cart-summary-card {
    position: sticky;
    top: 110px;
}

.customer-menu-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    border-radius: 999px;
}

.customer-avatar,
.review-avatar {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 999px;
    object-fit: cover;
    flex-shrink: 0;
}

.review-avatar {
    width: 3rem;
    height: 3rem;
}

.customer-avatar-fallback,
.review-avatar-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.review-avatar-fallback {
    background: var(--nature-100);
    color: var(--nature-800);
}

.social-login-stack {
    display: grid;
    gap: 1rem;
}

.social-login-card {
    border: 1px solid rgba(47, 106, 65, 0.1);
    border-radius: 1.5rem;
    padding: 1rem 1.1rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbf6 100%);
}

.google-login-slot {
    margin-top: 0.85rem;
    min-height: 44px;
}

.btn-facebook {
    margin-top: 0.85rem;
    border-radius: 999px;
    background: #1877f2;
    color: #fff;
    border: none;
}

.btn-facebook:hover {
    background: #1468d2;
    color: #fff;
}

.rating-chip-lg {
    font-size: 1rem;
    padding: 0.55rem 0.95rem;
}

.review-form textarea {
    border-radius: 1rem;
}

.review-login-card {
    padding: 1.2rem;
    border-radius: 1.25rem;
    background: linear-gradient(180deg, #f6fbf6 0%, #edf6ed 100%);
    border: 1px solid rgba(47, 106, 65, 0.08);
}

.review-login-actions {
    display: grid;
    gap: 0.75rem;
}

.star-picker {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.star-picker-btn {
    border: none;
    background: transparent;
    font-size: 2rem;
    line-height: 1;
    color: #d7d7d7;
    padding: 0;
    transition: transform 0.15s ease, color 0.2s ease;
}

.star-picker-btn:hover,
.star-picker-btn.is-active {
    color: #ffb200;
    transform: translateY(-1px);
}

.review-list {
    display: grid;
    gap: 1rem;
}

.review-item {
    padding: 1.1rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(47, 106, 65, 0.08);
    background: #fff;
}

.review-admin-reply {
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: rgba(63, 133, 82, 0.1);
    color: var(--nature-900);
    border: 1px solid rgba(47, 106, 65, 0.12);
}

.empty-review-state {
    display: grid;
    place-items: center;
    text-align: center;
    gap: 0.65rem;
    min-height: 240px;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, #f7fbf7 0%, #edf6ed 100%);
    color: var(--nature-700);
    border: 1px dashed rgba(47, 106, 65, 0.22);
}

.empty-review-state i {
    font-size: 2rem;
}

.zalo-chat-fab {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1050;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    background: #0068ff;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 20px 40px rgba(0, 104, 255, 0.24);
}

.zalo-chat-fab:hover {
    color: #fff;
    transform: translateY(-2px);
}

.zalo-chat-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    font-weight: 800;
}

.fade-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-reveal.delay-1 {
    transition-delay: 0.12s;
}

.fade-reveal.delay-2 {
    transition-delay: 0.2s;
}

.fade-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 768px) {
    .product-actions {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 991.98px) {
    .py-lg-6 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .home-panel {
        padding: 1.25rem;
        border-radius: 1.5rem;
    }

    .page-banner-inner {
        padding: 1.25rem;
        border-radius: 1.5rem;
    }

    .page-banner-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
    }

    .page-banner-copy {
        font-size: 0.98rem;
        max-width: 100%;
    }

    .site-logo {
        height: 46px;
        max-width: 180px;
    }

    .site-navbar .navbar-collapse {
        margin-top: 0.85rem;
        padding: 1rem;
        border-radius: 1.2rem;
        background: rgba(16, 46, 31, 0.92);
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 18px 34px rgba(10, 24, 16, 0.24);
    }

    .site-navbar .navbar-nav {
        gap: 0.35rem !important;
    }

    .site-navbar .nav-link {
        padding: 0.8rem 0.95rem;
        border-radius: 0.9rem;
    }

    .site-navbar .nav-link.active,
    .site-navbar .nav-link:hover {
        background: rgba(255, 255, 255, 0.08);
    }

    .soft-card .card-body {
        padding: 1.2rem;
    }

    .tier-three-card,
    .tier-three-card img {
        min-height: auto;
        height: auto;
    }

    .tier-overlay {
        position: static;
        background: var(--nature-900);
    }

    .place-rating-summary {
        text-align: left;
    }

    .product-detail-media-frame,
    .product-detail-video-frame {
        min-height: 340px;
        max-height: 360px;
    }

    .product-detail-media {
        max-height: 320px;
    }

    .product-detail-price-row {
        align-items: flex-start;
    }

    .product-related-card {
        position: static;
        top: auto;
    }

    .blog-sidebar-stack {
        position: static;
        top: auto;
    }

    .product-gallery-thumbs {
        padding: 0 1rem 1rem;
    }

    .blog-detail-media-frame {
        min-height: 340px;
        max-height: 360px;
    }

    .blog-detail-media {
        height: 360px;
    }

    .homepage-carousel-thumb {
        width: 78px;
        height: 78px;
    }

    .zalo-chat-text {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .topbar .container {
        justify-content: center !important;
        text-align: center;
        gap: 0.45rem !important;
    }

    .topbar .d-flex {
        justify-content: center;
        width: 100%;
        gap: 0.8rem !important;
    }

    .site-logo {
        height: 40px;
        max-width: 140px;
    }

    .site-navbar .container {
        gap: 0.65rem;
    }

    .customer-menu-btn,
    .site-navbar .btn-warning,
    .site-navbar .btn-outline-light {
        width: 100%;
        justify-content: center;
    }

    .page-banner {
        margin-bottom: 1.35rem;
    }

    .page-banner-inner {
        padding: 1.1rem;
        border-radius: 1.25rem;
    }

    .eyebrow {
        padding: 0.38rem 0.8rem;
        font-size: 0.72rem;
    }

    .blog-card-thumb-wrap,
    .listing-card-thumb-wrap {
        aspect-ratio: 16 / 11;
    }

    .listing-rating {
        padding: 0.38rem 0.65rem;
        font-size: 0.88rem;
    }

    .product-actions-inline {
        grid-template-columns: 1fr;
    }

    .product-detail-media-frame,
    .product-detail-video-frame {
        min-height: 280px;
        max-height: 280px;
        padding: 1rem;
    }

    .product-detail-media {
        max-height: 240px;
    }

    .product-detail-video {
        height: 280px;
    }

    .blog-detail-media-frame {
        min-height: 260px;
        max-height: 280px;
        padding: 0;
    }

    .blog-detail-media {
        height: 280px;
    }

    .product-detail-price-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-detail-cart-link {
        width: 100%;
        justify-content: center;
    }

    .product-detail-rating-head {
        flex-direction: column;
        align-items: flex-start;
    }

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

    .homepage-carousel-meta {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0.6rem;
    }

    .homepage-carousel-thumb {
        width: 68px;
        height: 68px;
        border-radius: 0.85rem;
    }

    .homepage-carousel-item img,
    .homepage-carousel-item video,
    .homepage-media-carousel-single img,
    .homepage-media-carousel-single video {
        aspect-ratio: 5 / 4;
    }

    .homepage-image-preview-modal .modal-dialog {
        margin: 0.5rem;
    }

    .homepage-image-preview-media {
        max-height: calc(100vh - 2.4rem);
    }

    .homepage-image-preview-nav {
        width: 2.35rem;
        height: 2.35rem;
    }

    .homepage-image-preview-nav.is-prev {
        left: 0.6rem;
    }

    .homepage-image-preview-nav.is-next {
        right: 0.6rem;
    }

    .blog-card-title,
    .listing-title-clamp,
    .blog-card-excerpt {
        min-height: auto;
    }
}
