/* ═══════════════════════════════════════════════════════
   FIGURAS PERSONALIZADAS - PREMIUM FULLSCREEN COVERFLOW
   ═══════════════════════════════════════════════════════ */
.figuras-section {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(80px, 12vh, 120px) 0 clamp(40px, 6vh, 60px);
    background: radial-gradient(circle at center, #2D1B0D 0%, #1A0F07 50%, #050301 100%);
    overflow: hidden;
}

.figuras-section::before {
    content: "";
    position: absolute;
    top: -10%; right: -5%;
    width: 600px; height: 600px;
    background: radial-gradient(circle, #D4A373 0%, transparent 70%);
    opacity: 0.1;
    filter: blur(80px);
    pointer-events: none;
}

.figuras-creative-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.light-beam {
    position: absolute;
    top: -50%; left: 10%;
    width: 100%; height: 200%;
    background: conic-gradient(from 180deg at 50% 0%, rgba(255, 255, 255, 0.05) 0%, transparent 10%, transparent 90%, rgba(255, 255, 255, 0.05) 100%);
    filter: blur(80px);
    transform: rotate(-15deg);
    opacity: 0.8;
}

.luxury-shape {
    position: absolute;
    border-radius: 40% 60% 60% 40% / 40% 40% 60% 60%;
    filter: blur(120px);
    opacity: 0.15;
    animation: flowLuxury 30s infinite alternate ease-in-out;
}

.shape-1 { width: 800px; height: 600px; background: #4A2B15; top: -10%; left: -10%; }
.shape-2 { width: 600px; height: 500px; background: #2D1B0D; bottom: -10%; right: -5%; animation-duration: 25s; animation-delay: -5s; }
.shape-3 { width: 400px; height: 400px; background: #8B4513; top: 30%; right: 20%; opacity: 0.1; animation-duration: 35s; }

.sparkle {
    position: absolute;
    width: 4px; height: 4px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 0 0 20px 2px rgba(255, 255, 255, 0.8);
    animation: pulseSparkle 6s infinite ease-in-out;
}

.sp-1 { top: 20%; left: 20%; }
.sp-2 { top: 70%; left: 80%; width: 6px; height: 6px; animation-delay: -1s; }
.sp-3 { top: 40%; left: 15%; width: 2px; height: 2px; animation-delay: -3s; }
.sp-4 { top: 15%; left: 75%; width: 5px; height: 5px; animation-delay: -2s; }
.sp-5 { top: 85%; left: 30%; width: 3px; height: 3px; animation-delay: -4s; }
.sp-6 { top: 50%; left: 90%; width: 7px; height: 7px; animation-delay: -5.5s; }

@keyframes flowLuxury {
    0% { transform: translate(0,0) scale(1) rotate(0deg); border-radius: 40% 60% 60% 40% / 40% 40% 60% 60%; }
    100% { transform: translate(100px, 50px) scale(1.1) rotate(20deg); border-radius: 60% 40% 40% 60% / 60% 60% 40% 40%; }
}

@keyframes pulseSparkle {
    0%, 100% { opacity: 0.2; transform: rotate(45deg) scale(0.5); }
    50% { opacity: 1; transform: rotate(45deg) scale(1.2); }
}

/* Background decorativo compartido o similar */
.proceso-creative-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.shape-4 { width: 700px; height: 500px; background: #2D1B0D; top: 20%; right: -10%; animation-delay: -10s; }
.sp-7 { top: 15%; left: 85%; }
.sp-8 { bottom: 20%; left: 10%; width: 5px; height: 5px; animation-delay: -2.5s; }

.figuras-container {
    max-width: 90rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 60px);
    position: relative;
    z-index: 2;
}

.figuras-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
    gap: 40px;
    width: 100%;
}

.figuras-titles { text-align: left; flex: 1; }
.figuras-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: #FFFFFF;
    margin: 0.8rem 0;
    line-height: 1.1;
    letter-spacing: -0.01em;
    font-weight: 700;
    text-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.figuras-title em { font-style: italic; color: #D8B98A; font-weight: 400; }
.figuras-subtext {
    font-family: 'Inter', sans-serif;
    color: rgba(255,255,255,0.9);
    font-size: 1.15rem;
    max-width: 550px;
    margin: 0;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.figuras-coverflow {
    position: relative;
    height: clamp(450px, 62vh, 600px);
    width: 100%;
    margin: 0 auto;
    perspective: 1500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.figuras-track { position: relative; width: 21.25rem; height: 100%; transform-style: preserve-3d; }

.figuras-item {
    position: absolute;
    width: 21.25rem;
    height: 32.5rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 2.5rem;
    backdrop-filter: blur(25px) saturate(180%);
    -webkit-backdrop-filter: blur(25px) saturate(180%);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 30px 60px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(255,255,255,0.1);
}

.figuras-item.far-left { transform: translateX(-25rem) rotateY(45deg) scale(0.7); opacity: 0.3; filter: blur(4px); z-index: 1; }
.figuras-item.side-left { transform: translateX(-15rem) rotateY(25deg) scale(0.85); opacity: 0.75; z-index: 2; }
.figuras-item.center {
    transform: translateX(0) rotateY(0) scale(1.1);
    opacity: 1;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 133, 49, 0.3);
}
.figuras-item.side-right { transform: translateX(15rem) rotateY(-25deg) scale(0.85); opacity: 0.75; z-index: 2; }
.figuras-item.far-right { transform: translateX(25rem) rotateY(-45deg) scale(0.7); opacity: 0.3; filter: blur(4px); z-index: 1; }

.figuras-item-img-wrap { position: relative; height: 20rem; width: 100%; background: linear-gradient(135deg, #F9F1EA 0%, #F1DED3 100%); overflow: hidden; }
.figuras-item-img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s ease; }
.figuras-item.center:hover .figuras-item-img { transform: scale(1.1); }
.figuras-item-badge {
    position: absolute; top: 1.5rem; left: 1.5rem; padding: 0.5rem 1.1rem;
    background: #FF8531; border-radius: 3.125rem; font-size: 0.7rem; font-weight: 700;
    letter-spacing: 0.1em; text-transform: uppercase; color: #fff;
    box-shadow: 0 0.25rem 1rem rgba(255, 133, 49, 0.3);
}
.figuras-item-number {
    position: absolute; bottom: 1.5rem; right: 1.5rem; width: 2.75rem; height: 2.75rem;
    border-radius: 50%; background: rgba(255, 255, 255, 0.9);
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem; font-weight: 700; color: #5E371B;
    box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.1); z-index: 5;
}

.figuras-item-info { padding: 1.875rem; display: flex; flex-direction: column; flex: 1; }
.figuras-item-name { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 700; color: #5E371B; margin-bottom: 0.625rem; }
.figuras-item-desc { font-size: 0.95rem; color: #5E371B; opacity: 0.6; line-height: 1.6; margin-bottom: 1.5rem; }
.figuras-item-actions { display: flex; align-items: center; gap: 0.75rem; margin-top: auto; }
.figuras-item-btn-info { flex: 1; background: #5E371B; color: #fff; height: 3.25rem; border-radius: 3.125rem; font-weight: 600; transition: all 0.3s ease; }
.figuras-item-btn-info:hover { background: #FF8531; transform: translateY(-0.125rem); box-shadow: 0 0.5rem 1.25rem rgba(255, 133, 49, 0.3); }
.figuras-item-btn-wa { width: 3.25rem; height: 3.25rem; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; color: #fff; transition: all 0.3s ease; flex-shrink: 0; }
.figuras-item-btn-wa:hover { transform: scale(1.1) rotate(10deg); box-shadow: 0 0.5rem 1.25rem rgba(37, 211, 102, 0.3); }

.figuras-coverflow-nav {
    position: absolute; 
    top: 50%; 
    transform: translateY(-50%);
    width: 3.5rem; 
    height: 3.5rem; 
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15); 
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex; 
    align-items: center; 
    justify-content: center;
    cursor: pointer; 
    color: #FFFFFF; 
    z-index: 100; 
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Desktop wide positioning */
.figuras-coverflow-nav.prev { left: -5vw; }
.figuras-coverflow-nav.next { right: -5vw; }

.figuras-coverflow-nav:hover { 
    background: #FF8531; 
    color: #fff;
    border-color: #FF8531;
    transform: translateY(-50%) scale(1.1); 
    box-shadow: 0 10px 25px rgba(255, 133, 49, 0.4); 
}

.figuras-dot.active { opacity: 1; background: #FF8531; width: 40px; border-radius: 10px; }

/* Constrain buttons to container padding for smaller screens */
@media (max-width: 110rem) { 
    .figuras-coverflow-nav.prev { left: -2rem; } 
    .figuras-coverflow-nav.next { right: -2rem; } 
}

@media (max-width: 90rem) { 
    .figuras-coverflow-nav.prev { left: 0px; } 
    .figuras-coverflow-nav.next { right: 0px; } 
}
@media (max-width: 56.25rem) {
    .figuras-section { padding: 6.875rem 0 3.75rem; }
    .figuras-title { font-size: 2.4rem; }
    .figuras-coverflow { height: 33.75rem; }
    .figuras-track { width: 18.75rem; }
    .figuras-item { width: 17.5rem; height: 30rem; border-radius: 1.875rem; }
    .figuras-item-img-wrap { height: 15rem; }
    .figuras-item.center { transform: translateX(0) scale(1.05); }
    .figuras-item.side-left { transform: translateX(-180px) scale(0.8); }
    .figuras-item.side-right { transform: translateX(180px) scale(0.8); }
    .figuras-item.far-left { transform: translateX(-300px) scale(0.65); }
    .figuras-item.far-right { transform: translateX(300px) scale(0.65); }
}
@media (max-width: 1024px) {
    .figuras-header-wrapper { flex-direction: column; align-items: center; text-align: center; gap: 20px; }
    .figuras-titles { text-align: center; }
    .figuras-subtext { margin: 0 auto; }
}
@media (max-width: 600px) {
    .figuras-container { padding: 0 30px; }
    .figuras-coverflow { height: 500px; }
    .figuras-track { width: 260px; }
    .figuras-item { width: 240px; height: 440px; }
    .figuras-item-img-wrap { height: 200px; }
    .figuras-item-info { padding: 24px; }
    .figuras-item-name { font-size: 1.3rem; }
    .figuras-item.side-left, .figuras-item.side-right, .figuras-item.far-left, .figuras-item.far-right { opacity: 0; pointer-events: none; }
    .figuras-coverflow-nav { width: 44px; height: 44px; }
    .figuras-coverflow-nav.prev { left: 5px; }
    .figuras-coverflow-nav.next { right: 5px; }
}

/* ═══════════════════════════════════════════════════════
   DEL SUEÑO A LA REALIDAD - HORIZONTAL ACCORDION
   ═══════════════════════════════════════════════════════ */
.proceso-accordion-section {
    position: relative;
    height: 100vh;
    width: 100%;
    background: radial-gradient(circle at center, #1A0F07 0%, #0D0A08 50%, #000000 100%);
    padding: 160px 0 80px;
    overflow: hidden;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.proceso-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.proceso-header {
    margin-bottom: 40px;
    text-align: center;
}

.proceso-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: #FFFFFF;
    margin: 0 0 1rem;
    line-height: 1.1;
    font-weight: 700;
}

.proceso-title em {
    font-style: italic;
    color: #D8B98A;
    font-weight: 400;
}

.proceso-subtext {
    font-family: 'Inter', sans-serif;
    color: rgba(255,255,255,0.7);
    font-size: 1.2rem;
    margin: 0;
}

.proceso-accordion-container {
    display: flex;
    flex: 1; /* Ocupa el espacio restante */
    max-height: 650px; /* Tamaño controlado para que quepa el título */
    width: 100%;
    gap: 0;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.proceso-panel {
    position: relative;
    flex: 1;
    height: 100%;
    border-radius: 40px;
    margin: 0 10px;
    overflow: hidden;
    transition: flex 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s ease;
    cursor: pointer;
    background: var(--panel-color);
}

.proceso-panel:first-child { margin-left: 0; }
.proceso-panel:last-child { margin-right: 0; }

.proceso-panel:hover {
    flex: 6;
}

.proceso-panel-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
}

.proceso-panel-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
    transition: transform 1.2s ease, opacity 0.6s ease;
    filter: grayscale(20%);
}

.proceso-panel:hover .proceso-panel-bg img {
    transform: scale(1.05);
    opacity: 1;
    filter: grayscale(0%);
}

.proceso-panel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 60%);
    opacity: 0.8;
    z-index: 2;
}

.proceso-panel-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px;
    color: #fff;
    pointer-events: none;
}

.proceso-panel-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.proceso-panel-num {
    font-size: 1.2rem;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.proceso-panel-collapsed-title {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 1.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: auto 0;
    white-space: nowrap;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.proceso-panel:hover .proceso-panel-header {
    flex-direction: row;
    align-items: flex-start;
}

.proceso-panel:hover .proceso-panel-collapsed-title {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.proceso-panel-expanded {
    margin-top: auto;
    max-width: 600px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease 0.2s;
    pointer-events: none;
}

.proceso-panel:hover .proceso-panel-expanded {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

.proceso-panel-subtitle {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.9);
}

.proceso-panel-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 800;
}

.proceso-panel-desc {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 450px;
}

.proceso-panel-btn {
    display: inline-flex;
    align-items: center;
    padding: 14px 28px;
    background: #fff;
    color: var(--panel-color);
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.proceso-panel-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

@media (max-width: 900px) {
    .proceso-accordion-section { height: auto; padding-top: 100px; padding-bottom: 40px; }
    .proceso-accordion-container { flex-direction: column; padding: 20px; height: auto; }
    .proceso-panel { flex: none; height: 180px; width: 100%; margin: 10px 0; transition: height 0.6s ease; }
    .proceso-panel:hover { height: 480px; flex: none; }
    .proceso-panel-header { flex-direction: row; gap: 15px; }
    .proceso-panel-collapsed-title { writing-mode: horizontal-tb; transform: none; font-size: 1.2rem; }
    .proceso-panel-content { padding: 25px; }
    .proceso-panel:hover .proceso-panel-collapsed-title { opacity: 0; }
    .proceso-panel-title { font-size: 1.8rem; }
}

.social-community-section {
    position: relative;
    padding: 160px 0 80px;
    background: radial-gradient(circle at center, #1A0F07 0%, #0D0A08 50%, #000000 100%);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-container {
    max-width: 90rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 4vw, 3.75rem);
    position: relative;
    z-index: 5;
}

.social-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3.75rem;
    gap: 2.5rem;
}

.social-text-content {
    text-align: left;
    max-width: 700px;
}

.social-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.1;
}

.social-title em {
    font-style: italic;
    color: #D8B98A;
    font-weight: 400;
}

.social-subtext {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.7);
    margin: 0;
}

.social-buttons {
    display: flex;
    gap: 12px;
}

.social-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(10px);
    white-space: nowrap;
}

.social-btn:hover {
    background: #fff;
    color: #000;
    transform: translateY(-5px);
}

.social-btn img {
    opacity: 0.8;
}

/* Tracks & Marquee */
.social-tracks-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.social-track {
    width: 100%;
    overflow: hidden;
    position: relative;
    user-select: none;
}

.social-track-inner {
    display: flex;
    width: max-content;
    gap: 24px;
}

/* Animations */
.track-to-right .social-track-inner {
    animation: marqueeRight 60s infinite linear;
}

.track-to-left .social-track-inner {
    animation: marqueeLeft 50s infinite linear;
}

@keyframes marqueeLeft {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes marqueeRight {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}

.social-track-inner:hover {
    animation-play-state: paused;
}

/* Cards */
.social-track-card {
    flex-shrink: 0;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    transition: all 0.4s ease;
}

.social-track-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(216, 185, 138, 0.3);
}

/* Comentarios - Reducidos */
.card-horizontal {
    width: 360px;
    height: 180px;
    padding: 30px;
}

/* Productos */
.card-vertical {
    width: 300px;
    height: 450px;
}

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

.social-card-text {
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    font-style: italic;
    margin-bottom: 12px;
}

.social-card-author {
    font-weight: 700;
    color: #D8B98A;
    font-size: 0.9rem;
}

/* Partner Card - Altura reducida */
.partner-card {
    width: 300px;
    height: 100px; /* Reducido dramáticamente */
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px dashed rgba(255, 255, 255, 0.15);
}

.partner-name {
    font-size: 1.3rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.3);
    transition: color 0.3s;
}

.partner-card:hover .partner-name {
    color: #fff;
}

/* Responsive */
@media (max-width: 1024px) {
    .social-header-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .social-container { padding: 0 20px; }
    .card-horizontal { width: 280px; height: 160px; padding: 20px; }
    .card-vertical { width: 200px; height: 300px; }
    .social-card-text { font-size: 0.9rem; }
    .partner-card { width: 200px; height: 80px; }
    .partner-name { font-size: 1rem; }
}




.partner-card:hover .partner-name {
    color: #fff;
}

/* ═══════════════════════════════════════════════════════
   NEWSLETTER - GLOBAL CLUB
   ═══════════════════════════════════════════════════════ */
.newsletter-section {
    padding: 100px 0;
    position: relative;
    z-index: 5;
    background: transparent;
}

.newsletter-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.newsletter-glass {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 60px;
    padding: 80px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(94, 55, 27, 0.1);
}

.newsletter-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}

.newsletter-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin: 20px 0;
    color: var(--brown);
}

.newsletter-title em {
    font-style: italic;
    color: var(--terracota);
}

.newsletter-text {
    font-size: 1.1rem;
    color: var(--brown);
    opacity: 0.7;
    margin-bottom: 40px;
    line-height: 1.6;
}

.newsletter-form {
    display: flex;
    gap: 15px;
    max-width: 550px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1;
    padding: 18px 30px;
    border-radius: 50px;
    border: 1px solid rgba(94, 55, 27, 0.2);
    background: rgba(255, 255, 255, 0.8);
    font-family: inherit;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.newsletter-input:focus {
    outline: none;
    border-color: var(--terracota);
    box-shadow: 0 0 0 4px rgba(255, 133, 49, 0.1);
}

.newsletter-decor {
    position: absolute;
    font-size: 2rem;
    color: var(--terracota);
    opacity: 0.2;
    animation: float 4s infinite ease-in-out;
}

.decor-1 { top: 20%; left: 10%; }
.decor-2 { bottom: 20%; right: 10%; animation-delay: -2s; }

/* ═══════════════════════════════════════════════════════
   FOOTER LUXURY
   ═══════════════════════════════════════════════════════ */
.footer-luxury {
    background: #1A0F07;
    color: #fff;
    position: relative;
    padding-bottom: 60px;
}

.footer-arch {
    width: 100%;
    height: 100px;
    margin-top: -1px;
}

.footer-arch svg {
    display: block;
}

.footer-luxury-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.footer-luxury-top {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    padding: 100px 0 80px;
}

.footer-luxury-brand {
    max-width: 350px;
}

.footer-luxury-logo {
    margin-bottom: 30px;
}

.footer-luxury-logo-img {
    height: 50px;
    filter: brightness(0) invert(1);
}

.footer-luxury-tagline {
    font-size: 1.1rem;
    line-height: 1.7;
    opacity: 0.6;
    margin-bottom: 40px;
}

.footer-lux-socials {
    display: flex;
    gap: 20px;
}

.lux-social-link {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.lux-social-link:hover {
    background: var(--terracota);
    border-color: var(--terracota);
    transform: translateY(-5px);
}

.footer-luxury-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.footer-lux-title {
    font-family: var(--font-display);
    font-size: 1.4rem;
    margin-bottom: 30px;
    color: var(--gold);
}

.footer-lux-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-lux-list a {
    font-size: 1rem;
    opacity: 0.5;
    transition: all 0.3s ease;
    position: relative;
    width: fit-content;
}

.footer-lux-list a:hover {
    opacity: 1;
    color: var(--terracota);
}

.footer-lux-list a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--terracota);
    transition: width 0.3s ease;
}

.footer-lux-list a:hover::after {
    width: 100%;
}

.footer-luxury-bottom {
    padding-top: 60px;
    text-align: center;
}

.footer-lux-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(216, 185, 138, 0.2), transparent);
    margin-bottom: 40px;
}

.footer-lux-legal {
    display: flex;
    justify-content: space-between;
    opacity: 0.4;
    font-size: 0.9rem;
}

@media (max-width: 1024px) {
    .footer-luxury-top { flex-direction: column; gap: 60px; padding: 60px 0; }
    .footer-luxury-brand { max-width: 100%; text-align: center; }
    .footer-lux-socials { justify-content: center; }
    .footer-luxury-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .newsletter-glass { padding: 60px 24px; border-radius: 40px; }
    .newsletter-form { flex-direction: column; }
    .footer-luxury-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; }
    .footer-lux-list { align-items: center; }
    .footer-lux-legal { flex-direction: column; gap: 15px; }
}

/* ══ BENTO CATEGORIES GRID ══════════════════════════════════════ */
.bento-categories-section {
    padding: clamp(3.75rem, 12vh, 7.5rem) 0;
    position: relative;
    background: #0D0805;
}

.bento-container {
    max-width: 90rem;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 4vw, 3.75rem);
}

.bento-header {
    text-align: center;
    margin-bottom: clamp(2.5rem, 8vh, 5rem);
}

.bento-main-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.5rem, 4.5vw, 4rem);
    font-weight: 200;
    color: #fff;
    margin-top: 1rem;
    letter-spacing: -0.02em;
}

.bento-main-title em {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: var(--gold);
}



.cat-bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(clamp(240px, 18rem, 300px), auto);
    gap: 1.5rem;
}

.bento-item {
    position: relative;
    border-radius: 2.5rem;
    overflow: hidden;
    background: #1A120B;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2.5rem;
    text-decoration: none;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.bento-item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.bento-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 1;
    transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.bento-item:hover .bento-bg {
    transform: scale(1.1);
}

.bento-bg img {
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.5;
    transition: opacity 0.6s ease, filter 0.6s ease;
    filter: grayscale(0.2) brightness(0.8);
}

.bento-item:hover .bento-bg img {
    opacity: 0.8;
    filter: grayscale(0) brightness(1);
}

.bento-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #0D0805 0%, rgba(13,8,5,0.4) 40%, transparent 100%);
    z-index: 2;
}

.bento-content {
    position: relative;
    z-index: 3;
    pointer-events: none;
}

.bento-tag {
    font-family: 'Outfit', sans-serif;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: var(--gold);
    display: block;
    margin-bottom: 10px;
}

.bento-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
}

/* Bento Sizes */
.bento-2x2 { grid-column: span 2; grid-row: span 2; }
.bento-2x1 { grid-column: span 2; grid-row: span 1; }
.bento-1x2 { grid-column: span 1; grid-row: span 2; }
.bento-1x1 { grid-column: span 1; grid-row: span 1; }

@media (max-width: 75rem) {
    .cat-bento-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 15.625rem;
    }
    .bento-main-title { font-size: 3.2rem; }
}

@media (max-width: 62rem) {
    .bento-container { padding: 0 1.875rem; }
    .cat-bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 48rem) {
    .bento-main-title { font-size: 2.6rem; }
    .bento-header { margin-bottom: 2.5rem; }
    .cat-bento-grid {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
    }
    .bento-item { 
        min-height: 17.5rem; 
        border-radius: 1.875rem;
        padding: 1.875rem;
    }
}