:root {
    --merlot: #8d2b3f;
    --merlot-dark: #5a1727;
    --merlot-900: #2a1519;
    --sunrise: linear-gradient(135deg, #ff8a3d 0%, #ff4f7b 100%);
    --sunrise-soft: linear-gradient(135deg, rgba(255,138,61,.14) 0%, rgba(255,79,123,.14) 100%);
    --cream: #fff8f4;
    --soft: #fff1ea;
    --soft-2: #fde6dd;
    --white: #ffffff;
    --card: rgba(255, 255, 255, 0.84);
    --card-strong: rgba(255, 255, 255, 0.93);
    --text: #24181a;
    --muted: #6f6366;
    --line: rgba(141, 43, 63, .10);
    --line-strong: rgba(141, 43, 63, .18);
    --shadow-xs: 0 8px 22px rgba(120, 52, 64, 0.08);
    --shadow-sm: 0 14px 30px rgba(120, 52, 64, 0.10);
    --shadow: 0 22px 60px rgba(120, 52, 64, 0.14);
    --shadow-xl: 0 36px 80px rgba(120, 52, 64, 0.18);
    --radius-sm: 18px;
    --radius: 28px;
    --radius-lg: 36px;
    --container: 1320px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(255, 152, 89, 0.10), transparent 26%),
        radial-gradient(circle at bottom right, rgba(255, 79, 123, 0.08), transparent 24%),
        linear-gradient(180deg, #fffdfb 0%, #fff7f2 100%);
    line-height: 1.65;
    overflow-x: hidden;
}

img,
video {
    max-width: 100%;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
.navbar-brand span,
.section-title,
.auth-brand-link {
    font-family: 'Playfair Display', serif;
    letter-spacing: -0.02em;
}

a {
    text-decoration: none;
    transition: all .25s ease;
}

p:last-child,
ul:last-child,
ol:last-child {
    margin-bottom: 0;
}

.text-dark { color: var(--text) !important; }
.text-muted { color: var(--muted) !important; }
.text-merlot { color: var(--merlot) !important; }
.shadow-xl { box-shadow: var(--shadow-xl) !important; }
.min-vh-85 { min-height: 85vh; }
.fw-black { font-weight: 900; }

.container,
.container-lg,
.container-xl,
.container-xxl {
    max-width: var(--container);
}

.cursor-glow {
    position: fixed;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(circle, rgba(255,124,67,0.18) 0%, rgba(255,124,67,0) 70%);
    filter: blur(8px);
    transition: transform .08s linear;
}

.loader-merlot {
    position: fixed;
    inset: 0;
    background: rgba(255, 251, 248, 0.95);
    display: grid;
    place-items: center;
    z-index: 9999;
    transition: opacity .4s ease, visibility .4s ease;
}

.loader-merlot.hidden {
    opacity: 0;
    visibility: hidden;
}

.loader-content {
    background: rgba(255,255,255,.94);
    padding: 28px 36px;
    border-radius: 24px;
    box-shadow: var(--shadow);
    text-align: center;
    border: 1px solid var(--line);
}

.loader-brand {
    display: block;
    font-size: 2rem;
    color: var(--merlot);
}

.merlot-navbar {
    background: rgba(255,255,255,.80);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(141,43,63,.08);
    box-shadow: 0 8px 24px rgba(90, 23, 39, 0.03);
}

.merlot-navbar .container {
    min-height: 84px;
}

.brand-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.brand-logo span {
    font-size: 1.6rem;
    color: var(--merlot-dark);
    font-weight: 800;
}

.brand-mark {
    width: 52px;
    height: 52px;
    object-fit: contain;
    border-radius: 16px;
    background: #fff;
    padding: 6px;
    box-shadow: 0 12px 26px rgba(0,0,0,.08);
    border: 1px solid rgba(141,43,63,.06);
}

.nav-link {
    color: var(--text) !important;
    font-weight: 700;
    font-size: .95rem;
    padding: .78rem 1rem !important;
    border-radius: 999px;
    transition: .25s ease;
}

.nav-link:hover,
.nav-link.active {
    background: rgba(141,43,63,.08);
    color: var(--merlot) !important;
    transform: translateY(-1px);
}

.lang-switcher {
    display: inline-flex;
    align-items: center;
    background: rgba(141,43,63,.08);
    border-radius: 999px;
    padding: 4px;
    gap: 4px;
}

.lang-switcher a {
    padding: .38rem .78rem;
    border-radius: 999px;
    color: var(--merlot-dark);
    font-weight: 800;
    font-size: .85rem;
}

.lang-switcher a.active {
    background: white;
    box-shadow: 0 8px 16px rgba(0,0,0,.06);
}

.btn {
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: .01em;
    padding: .85rem 1.35rem;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}

.btn:focus {
    box-shadow: 0 0 0 .24rem rgba(141,43,63,.14);
}

.btn-sunrise {
    border: 0;
    color: #fff;
    background-image: var(--sunrise);
    box-shadow: 0 18px 30px rgba(255, 111, 86, 0.28);
}

.btn-sunrise:hover,
.btn-sunrise.is-hovered {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 24px 38px rgba(255, 111, 86, 0.34);
}

.btn-outline-merlot {
    border: 1px solid rgba(141,43,63,.18);
    color: var(--merlot);
    background: rgba(255,255,255,.88);
}

.btn-outline-merlot:hover {
    background: var(--merlot);
    color: white;
    border-color: var(--merlot);
    transform: translateY(-2px);
}

.btn-link-merlot {
    color: var(--merlot);
    font-weight: 800;
}

.alert-merlot {
    border: 0;
    border-radius: 20px;
    box-shadow: var(--shadow-sm);
    background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,246,242,.92) 100%);
}

.section-merlot {
    position: relative;
    padding: 96px 0;
    z-index: 1;
}

.section-light {
    background: linear-gradient(180deg, #fffaf7 0%, #fff2eb 100%);
}

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

.section-white {
    background: rgba(255,255,255,.72);
}

.section-experience {
    background: linear-gradient(180deg, #fff4ee 0%, #fff9f5 100%);
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: .58rem 1rem;
    border-radius: 999px;
    background: rgba(141,43,63,.08);
    color: var(--merlot);
    font-weight: 900;
    text-transform: uppercase;
    font-size: .76rem;
    letter-spacing: .10em;
    border: 1px solid rgba(141,43,63,.08);
}

.badge-soft,
.badge-light-outline {
    padding: .45rem .85rem;
    border-radius: 999px;
    background: rgba(255,255,255,.82);
    color: var(--merlot);
    border: 1px solid rgba(141,43,63,.12);
    font-size: .82rem;
    font-weight: 800;
    box-shadow: 0 10px 18px rgba(120, 52, 64, 0.05);
}

.section-title {
    font-size: clamp(2.3rem, 4vw, 4.1rem);
    line-height: 1.02;
    margin-bottom: 1rem;
    color: var(--merlot-900);
}

.section-description {
    font-size: 1.06rem;
    max-width: 760px;
    color: var(--muted);
}

.hero-light {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(255, 152, 89, 0.18), transparent 34%),
        radial-gradient(circle at bottom right, rgba(255, 104, 149, 0.14), transparent 34%),
        linear-gradient(180deg, #fffefd 0%, #fff5ee 100%);
}

.hero-light::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,251,248,.84) 0%, rgba(255,248,244,.66) 36%, rgba(255,245,239,.18) 100%);
    pointer-events: none;
    z-index: 1;
}

.hero-slider-section {
    position: relative;
}

.hero-slider-section .carousel-item {
    min-height: 88vh;
    position: relative;
}

.hero-slider-section .container {
    position: relative;
    z-index: 3;
}

.hero-slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.03);
    filter: saturate(1.03) contrast(1.02) brightness(.80);
}

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

.hero-copy .section-title,
.hero-copy h1 {
    font-size: clamp(2.8rem, 4.6vw, 5.2rem);
    line-height: .98;
    color: #221416;
}

.hero-copy .lead,
.hero-copy .section-description,
.hero-copy p {
    font-size: 1.08rem;
    color: rgba(36, 24, 26, .78);
    max-width: 600px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 1.6rem;
}

.hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 1.7rem;
}

.hero-pill,
.hero-stat-card,
.experience-item,
.mini-metric,
.glass-card {
    background: var(--card);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(141,43,63,.08);
    box-shadow: var(--shadow-sm);
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: .95rem 1rem;
    border-radius: 20px;
    font-size: .95rem;
    color: var(--text);
    font-weight: 700;
}

.hero-media-card {
    position: relative;
    min-height: 540px;
    display: grid;
    place-items: center;
    padding: 28px;
}

.hero-floating-image {
    max-width: 100%;
    width: 440px;
    height: 540px;
    object-fit: cover;
    object-position: center;
    border-radius: 34px;
    position: relative;
    z-index: 3;
    box-shadow: 0 30px 80px rgba(33, 17, 21, .24);
    border: 1px solid rgba(255,255,255,.18);
}

.hero-light-card {
    position: absolute;
    right: -10px;
    bottom: 24px;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(14px);
    padding: 22px;
    max-width: 310px;
    border-radius: 24px;
    z-index: 4;
    box-shadow: var(--shadow);
    border: 1px solid rgba(141,43,63,.10);
}

.hero-light-card h5,
.hero-light-card h4 {
    margin-bottom: .5rem;
    font-size: 1.25rem;
    color: var(--merlot-900);
}

.hero-light-card p {
    color: var(--muted);
    font-size: .95rem;
    margin-bottom: 0;
}

.hero-light-blur,
.floating-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(24px);
    pointer-events: none;
}

.hero-light-blur-1,
.floating-shape-1 {
    width: 220px;
    height: 220px;
    background: rgba(255,132,80,.18);
    top: 24px;
    left: 10px;
}

.hero-light-blur-2,
.floating-shape-2 {
    width: 220px;
    height: 220px;
    background: rgba(255,79,123,.14);
    right: 24px;
    bottom: 8px;
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 1.7rem;
}

.hero-stat-card {
    padding: 16px 20px;
    border-radius: 20px;
    color: var(--text);
}

.hero-stat-card strong {
    display: block;
    font-size: 1.1rem;
    color: var(--merlot-dark);
}

.glass-card {
    border-radius: 28px;
    padding: 26px;
}

.glass-card-light {
    background: rgba(255,255,255,.92);
}

.product-card-light,
.promo-card-light,
.gallery-item-light,
.experience-card,
.experience-visual,
.video-card-premium {
    border-radius: var(--radius);
    overflow: hidden;
    background: rgba(255,255,255,.92);
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(141,43,63,.08);
    transition: transform .30s ease, box-shadow .30s ease, border-color .30s ease;
}

.product-card-light:hover,
.promo-card-light:hover,
.gallery-item-light:hover,
.interactive-card:hover,
.experience-card:hover,
.experience-visual:hover,
.video-card-premium:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 70px rgba(120,52,64,.16);
    border-color: rgba(141,43,63,.14);
}

.product-card-image-wrap,
.promo-card-light,
.gallery-item-light,
.video-card-premium {
    position: relative;
}

.product-card-image,
.promo-image,
.gallery-item-light img,
.video-card-premium video,
.video-card-premium iframe {
    width: 100%;
    display: block;
    object-fit: cover;
}

.product-card-image {
    height: 280px;
}

.promo-image {
    height: 260px;
}

.gallery-item-light img {
    height: 360px;
    transition: transform .5s ease;
}

.gallery-item-light:hover img {
    transform: scale(1.05);
}

.product-card-body,
.promo-body,
.video-card-body {
    padding: 24px;
}

.product-chip,
.price-pill,
.promo-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: 900;
}

.product-chip {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: .52rem .92rem;
    background: rgba(255,255,255,.92);
    color: var(--merlot);
    box-shadow: 0 10px 24px rgba(0,0,0,.10);
    z-index: 3;
}

.price-pill,
.promo-price {
    padding: .65rem 1rem;
    background: linear-gradient(135deg, rgba(255,138,61,.15), rgba(255,79,123,.12));
    color: var(--merlot-dark);
}

.gallery-overlay-light {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 18px;
    border-radius: 22px;
    color: white;
    background: linear-gradient(180deg, rgba(23,13,15,0) 0%, rgba(23,13,15,.75) 100%);
    z-index: 2;
}

.gallery-overlay-light h5,
.gallery-overlay-light h4 {
    color: #fff;
    margin-bottom: .35rem;
}

.gallery-overlay-light p {
    color: rgba(255,255,255,.86);
    font-size: .93rem;
    margin-bottom: 0;
}

.experience-card,
.experience-visual {
    padding: 30px;
    min-height: 100%;
}

.experience-list {
    display: grid;
    gap: 14px;
}

.experience-item {
    padding: 16px 18px;
    border-radius: 20px;
    color: var(--text);
    font-weight: 700;
}

.experience-visual {
    position: relative;
    min-height: 430px;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,244,238,.96));
}

.experience-ring {
    position: absolute;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(141,43,63,.12);
    border-radius: 50%;
    animation: pulseRing 8s linear infinite;
}

.experience-ring-2 {
    width: 390px;
    height: 390px;
    animation-duration: 11s;
}

@keyframes pulseRing {
    0% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.05) rotate(180deg); }
    100% { transform: scale(1) rotate(360deg); }
}

.experience-panel {
    width: min(100%, 420px);
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,.92);
    border-radius: 28px;
    padding: 24px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--line);
}

.mini-metric-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.mini-metric {
    padding: 18px;
    border-radius: 20px;
}

.mini-metric span {
    display: block;
    color: var(--muted);
    font-size: .85rem;
}

.mini-metric strong {
    color: var(--text);
}

.cta-light-section {
    background: linear-gradient(180deg, #fff8f4 0%, #fff1ea 100%);
}

.cta-shine {
    position: absolute;
    inset: auto -10% 10% auto;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,145,92,.2), rgba(255,145,92,0));
}

.footer-light {
    background: linear-gradient(180deg, #fff2eb 0%, #fff8f4 100%);
    border-top: 1px solid rgba(141,43,63,.08);
}

.footer-text,
.footer-list li {
    color: var(--muted);
}

.footer-bottom {
    border-top: 1px solid rgba(141,43,63,.08);
}

.floating-whatsapp,
.back-to-top {
    position: fixed;
    right: 20px;
    z-index: 30;
    border-radius: 999px;
    padding: .95rem 1.18rem;
    box-shadow: var(--shadow);
}

.floating-whatsapp {
    bottom: 84px;
    background: #25D366;
    color: white;
    font-weight: 900;
}

.floating-whatsapp:hover {
    color: #fff;
    transform: translateY(-3px);
}

.back-to-top {
    bottom: 20px;
    border: 0;
    color: white;
    background: var(--merlot);
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.cart-thumb {
    width: 74px;
    height: 74px;
    border-radius: 16px;
    object-fit: cover;
}

.cart-item-light {
    background: rgba(255, 246, 242, .86);
    padding: 12px;
    border-radius: 18px;
    border: 1px solid rgba(141,43,63,.08);
}

.sticky-summary {
    position: sticky;
    top: 96px;
}

.timeline-light {
    display: grid;
    gap: 18px;
}

.timeline-item-light {
    position: relative;
    padding-left: 28px;
}

.timeline-dot {
    position: absolute;
    left: 0;
    top: 8px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--merlot);
    box-shadow: 0 0 0 8px rgba(141,43,63,.12);
}

.timeline-item-light::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 24px;
    bottom: -22px;
    width: 2px;
    background: linear-gradient(180deg, rgba(141,43,63,.18), rgba(141,43,63,.04));
}

.timeline-item-light:last-child::after {
    display: none;
}

.timeline-content-light {
    padding: 16px 18px;
    background: rgba(255,246,242,.86);
    border-radius: 18px;
    border: 1px solid rgba(141,43,63,.08);
}

.avatar-soft {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: var(--merlot);
    background: rgba(141,43,63,.1);
}

.stars-merlot {
    color: #ff9d42;
    letter-spacing: .2rem;
}

.form-control,
.form-select {
    border-radius: 18px;
    border: 1px solid rgba(141,43,63,.14);
    padding: .95rem 1rem;
    background: rgba(255,255,255,.92);
    color: var(--text);
}

.form-control::placeholder {
    color: #9a8d90;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(141,43,63,.38);
    box-shadow: 0 0 0 .25rem rgba(141,43,63,.12);
    background: #fff;
}

.card,
.table,
.dropdown-menu {
    border-radius: 20px;
}

.table thead th {
    color: var(--muted);
    font-weight: 800;
}

.video-showcase-section {
    position: relative;
    padding: 96px 0;
    background:
        radial-gradient(circle at top left, rgba(255,138,61,.10), transparent 24%),
        linear-gradient(180deg, #fffaf7 0%, #fff5ef 100%);
}

.video-showcase-grid {
    display: grid;
    grid-template-columns: minmax(320px, 460px) minmax(0, 1fr);
    gap: 32px;
    align-items: center;
}

.video-intro-panel {
    position: sticky;
    top: 110px;
    padding: 26px;
    border-radius: 30px;
    background: rgba(255,255,255,.78);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(141,43,63,.08);
    box-shadow: var(--shadow);
}

.video-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.video-card-premium {
    overflow: hidden;
}

.video-card-premium video,
.video-card-premium iframe {
    aspect-ratio: 9 / 16;
    width: 100%;
    height: auto;
    background: #120b0d;
}

.video-card-premium .badge-soft {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
}

.video-card-body h4,
.video-card-body h5 {
    margin-bottom: .45rem;
    color: var(--merlot-900);
}

.video-card-body p {
    color: var(--muted);
    font-size: .95rem;
}

.gallery-premium-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 22px;
}

.gallery-premium-grid .gallery-item-light:nth-child(1),
.gallery-premium-grid .gallery-item-light:nth-child(4),
.gallery-premium-grid .gallery-item-light:nth-child(7) {
    grid-column: span 5;
}

.gallery-premium-grid .gallery-item-light:nth-child(2),
.gallery-premium-grid .gallery-item-light:nth-child(3),
.gallery-premium-grid .gallery-item-light:nth-child(5),
.gallery-premium-grid .gallery-item-light:nth-child(6),
.gallery-premium-grid .gallery-item-light:nth-child(8) {
    grid-column: span 7;
}

.gallery-premium-grid .gallery-item-light img {
    min-height: 360px;
}

.gallery-item-light.is-tall img {
    min-height: 480px;
}

.gallery-item-light.is-short img {
    min-height: 280px;
}

.reveal-up {
    opacity: 0;
    transform: translateY(18px);
    transition: all .6s ease;
}

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

.auth-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(248, 178, 134, 0.22), transparent 28%),
        radial-gradient(circle at bottom right, rgba(120, 28, 43, 0.18), transparent 30%),
        linear-gradient(135deg, #fbf7f4 0%, #f7efea 45%, #fdfaf8 100%);
    font-family: "Inter", sans-serif;
}

.auth-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 3rem 0;
}

.auth-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    text-decoration: none;
    color: #5f1f2c;
    font-size: 2rem;
    font-weight: 800;
}

.auth-logo {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 45px rgba(95, 31, 44, 0.12);
    padding: 0.35rem;
}

.auth-alert {
    max-width: 760px;
    border-radius: 1.1rem;
}

.login-card {
    max-width: 760px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(95, 31, 44, 0.08);
    border-radius: 2rem;
    padding: 2.5rem;
    box-shadow: var(--shadow);
}

.login-tip {
    display: inline-block;
    background: rgba(255, 138, 76, 0.12);
    color: #7a2a35;
    border: 1px solid rgba(122, 42, 53, 0.12);
    border-radius: 999px;
    padding: 0.6rem 1rem;
    font-size: 0.95rem;
    margin-top: 0.35rem;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .hero-slider-section .carousel-item {
        min-height: auto;
        padding: 70px 0 80px;
    }

    .hero-copy .section-title,
    .hero-copy h1 {
        font-size: clamp(2.5rem, 4vw, 4.4rem);
    }

    .hero-media-card {
        min-height: 480px;
    }

    .hero-floating-image {
        width: 390px;
        height: 500px;
    }

    .video-showcase-grid {
        grid-template-columns: 1fr;
    }

    .video-intro-panel {
        position: relative;
        top: 0;
    }
}

@media (max-width: 991px) {
    .section-merlot,
    .video-showcase-section {
        padding: 72px 0;
    }

    .hero-light::before {
        background: linear-gradient(180deg, rgba(255,251,248,.92) 0%, rgba(255,247,242,.82) 40%, rgba(255,245,239,.54) 100%);
    }

    .hero-media-card {
        min-height: 360px;
        padding: 0;
        margin-top: 24px;
    }

    .hero-floating-image {
        width: 100%;
        max-width: 460px;
        height: 360px;
        margin: 0 auto;
        border-radius: 28px;
    }

    .hero-light-card {
        position: static;
        margin: 18px auto 0;
        max-width: 460px;
    }

    .hero-copy,
    .hero-copy .lead,
    .hero-copy .section-description,
    .hero-copy p {
        max-width: 100%;
    }

    .sticky-summary {
        position: static;
    }

    .navbar-nav {
        padding-top: 1rem;
        gap: 6px;
    }

    .nav-link {
        padding: .85rem 1rem !important;
    }

    .gallery-premium-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .gallery-premium-grid .gallery-item-light {
        grid-column: auto !important;
    }

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

@media (max-width: 767px) {
    .merlot-navbar .container {
        min-height: 74px;
    }

    .brand-mark {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    .brand-logo span {
        font-size: 1.28rem;
    }

    .section-title {
        font-size: 2.15rem;
    }

    .hero-copy .section-title,
    .hero-copy h1 {
        font-size: 2.55rem;
        line-height: 1.02;
    }

    .hero-actions,
    .hero-pills,
    .hero-stats {
        gap: 10px;
    }

    .hero-pill,
    .hero-stat-card {
        width: 100%;
    }

    .product-card-image {
        height: 240px;
    }

    .promo-image {
        height: 230px;
    }

    .gallery-item-light img,
    .gallery-premium-grid .gallery-item-light img {
        height: 300px;
        min-height: 300px;
    }

    .video-card-grid {
        grid-template-columns: 1fr;
    }

    .video-card-premium video,
    .video-card-premium iframe {
        aspect-ratio: 9 / 16;
    }

    .experience-card,
    .experience-visual,
    .login-card {
        padding: 22px;
    }

    .mini-metric-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .section-merlot,
    .video-showcase-section {
        padding: 64px 0;
    }

    .hero-slider-section .carousel-item {
        padding: 54px 0 68px;
    }

    .hero-copy .section-title,
    .hero-copy h1 {
        font-size: 2.2rem;
    }

    .section-title {
        font-size: 1.95rem;
    }

    .hero-floating-image {
        height: 300px;
    }

    .hero-light-card {
        padding: 18px;
        border-radius: 20px;
    }

    .product-card-body,
    .promo-body,
    .video-card-body {
        padding: 20px;
    }

    .gallery-overlay-light {
        left: 14px;
        right: 14px;
        bottom: 14px;
        padding: 14px;
        border-radius: 18px;
    }

    .floating-whatsapp,
    .back-to-top {
        right: 14px;
    }

    .floating-whatsapp {
        bottom: 78px;
    }

    .auth-brand-link {
        font-size: 1.6rem;
    }

    .auth-logo {
        width: 60px;
        height: 60px;
    }

    .login-card {
        border-radius: 1.5rem;
        padding: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}