/* ============================================================
   LUMINA CAFÉ — Complete Stylesheet (Pastel Theme + Big Fonts)
   ============================================================ */

:root {
    --bg:          #F7F3EB;
    --bg-mid:      #EFEADD;
    --bg-card:     #E6D8C3; 
    --bg-footer:   #E8E2D5; 
    
    --text:        #382E25; 
    --muted:       #7A6A5D; 
    --dim:         #A39589; 
    
    --gold:        #C08552;
    --gold-light:  #D39E70;
    --gold-deep:   #8A5C35;
    
    --border:      rgba(56, 46, 37, 0.08); 
    --border-gold: rgba(192, 133, 82, 0.35);
    
    /* Nuevas tipografías implementadas */
    --font-d:      'Playfair Display', Georgia, serif;
    --font-b:      'DM Sans', system-ui, sans-serif;
    --ease:        cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after {
    margin: 0; padding: 0;
    box-sizing: border-box;
    cursor: none;
}
html { scroll-behavior: smooth; font-size: 16px; }
body {
    background: var(--bg);
    color: var(--text);
    font-family: var(--font-b);
    font-weight: 400;
    line-height: 1.6;
    overflow-x: hidden;
    background-image:
        linear-gradient(rgba(56, 46, 37, 0.09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(56, 46, 37, 0.09) 1px, transparent 1px);
    background-size: 60px 60px;
}
a { text-decoration: none; color: inherit; }
button { border: none; background: none; font-family: inherit; }
img, svg { display: block; }

.grain-overlay {
    position: fixed; inset: 0;
    z-index: 9997;
    pointer-events: none;
    opacity: 0.06;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 220px;
}

#cursor-dot {
    position: fixed;
    width: 7px; height: 7px;
    background: var(--gold);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%,-50%);
    box-shadow: 0 0 10px rgba(192, 133, 82, 0.5);
    transition: width .2s, height .2s, opacity .2s;
}
#cursor-ring {
    position: fixed;
    width: 34px; height: 34px;
    border: 1px solid rgba(192,133,82,.5);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9998;
    transform: translate(-50%,-50%);
    transition: width .35s var(--ease), height .35s var(--ease),
                border-color .35s, background .35s;
}
body.cursor-big #cursor-ring {
    width: 54px; height: 54px;
    border-color: var(--gold);
    background: rgba(192,133,82,.06);
}
body.cursor-big #cursor-dot { width: 4px; height: 4px; opacity: .6; }

.premium-nav {
    position: fixed; top: 0; width: 100%;
    padding: 1.8rem 6%;
    display: flex; align-items: center; justify-content: space-between;
    z-index: 1000;
    background: linear-gradient(to bottom, rgba(247, 243, 235, 0.95) 0%, transparent 100%);
    transition: padding .4s var(--ease), background .4s;
}
.premium-nav.scrolled {
    padding: 1.1rem 6%;
    background: rgba(247, 243, 235, 0.9);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border-bottom: 1px solid var(--border);
}
.brand {
    font-family: var(--font-b);
    font-size: 1.1rem;
    letter-spacing: 6px;
    font-weight: 500;
    color: var(--gold);
}
.brand-italic {
    font-family: var(--font-d);
    font-style: italic;
    font-size: 1.45rem;
    letter-spacing: 0;
    margin-right: -1px;
}
.nav-links { display: flex; gap: 2.4rem; }
.nav-link {
    font-size: .85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--muted);
    position: relative;
    transition: color .3s;
    font-weight: 500;
}
.nav-link::after {
    content: '';
    position: absolute; bottom: -5px; left: 0;
    width: 0; height: 1px;
    background: var(--gold);
    transition: width .35s var(--ease);
}
.nav-link:hover, .nav-link.active { color: var(--text); }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }
.nav-reserve {
    font-size: .8rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid var(--border-gold);
    padding: .6rem 1.4rem;
    border-radius: 2px;
    transition: all .3s;
    font-weight: 500;
}
.nav-reserve:hover {
    background: var(--gold);
    color: var(--bg-card);
}

.hero-immersive {
    min-height: 100vh;
    display: flex; align-items: center;
    position: relative; overflow: hidden;
    padding: 0 8%;
}
.hero-bg {
    position: absolute; inset: 0; z-index: 0;
    background:
        radial-gradient(ellipse 80% 70% at 72% 50%, rgba(192,133,82,.15) 0%, transparent 68%),
        radial-gradient(ellipse 50% 50% at 20% 85%, rgba(192,133,82,.08) 0%, transparent 60%);
}
.hero-content { position: relative; z-index: 2; max-width: 640px; }

.hero-eyebrow {
    font-size: .85rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 2rem;
    font-weight: 500;
    opacity: 0;
}
.hero-content h1 {
    font-family: var(--font-d);
    font-size: clamp(3.8rem, 7.5vw, 7.2rem);
    font-weight: 500;
    line-height: 1.0;
    letter-spacing: -.5px;
    margin-bottom: 1.8rem;
    opacity: 0;
}
.hero-content h1 em { font-style: italic; color: var(--gold); }
.hero-sub {
    font-size: 1.15rem;
    color: var(--muted);
    font-weight: 400;
    line-height: 1.85;
    margin-bottom: 3rem;
    opacity: 0;
}
.hero-cta { display: flex; align-items: center; gap: 2rem; opacity: 0; }

.hero-rings {
    position: absolute; right: 8%; top: 50%;
    transform: translateY(-50%);
    width: 380px; height: 380px; z-index: 1;
}
.ring { position: absolute; top: 50%; left: 50%; border-radius: 50%; }
.r1 {
    width: 380px; height: 380px; margin: -190px 0 0 -190px;
    border: 1px solid rgba(192,133,82,.2); animation-duration: 50s;
}
.r2 {
    width: 265px; height: 265px; margin: -132.5px 0 0 -132.5px;
    border: 1px solid rgba(192,133,82,.3); animation-duration: 32s; animation-direction: reverse;
}
.r3 {
    width: 160px; height: 160px; margin: -80px 0 0 -80px;
    border: 1px solid rgba(192,133,82,.4); animation-duration: 20s;
}
.ring-center {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
    font-size: 2.4rem; color: var(--gold); opacity: .7;
    animation: floatCenter 6s ease-in-out infinite alternate; font-family: var(--font-d);
}

.scroll-hint {
    position: absolute; bottom: 2.8rem; left: 8%;
    display: flex; flex-direction: column; align-items: center; gap: .8rem; z-index: 2;
}
.scroll-line {
    width: 1px; height: 56px;
    background: linear-gradient(to bottom, var(--gold), transparent);
    animation: breathe 2.4s ease-in-out infinite;
}
.scroll-hint span {
    font-size: .75rem; letter-spacing: 2px; text-transform: uppercase;
    color: var(--dim); writing-mode: vertical-lr; transform: rotate(180deg);
}

.hero-stats {
    position: absolute; bottom: 2.8rem; right: 8%;
    display: flex; align-items: center; gap: 2.2rem; z-index: 2;
}
.stat { text-align: center; }
.stat-n { display: block; font-family: var(--font-d); font-size: 2.6rem; font-weight: 500; color: var(--gold); line-height: 1; }
.stat-l { display: block; font-size: .75rem; letter-spacing: 2px; text-transform: uppercase; color: var(--dim); margin-top: .35rem; font-weight: 500; }
.stat-sep { width: 1px; height: 38px; background: var(--border); }

.btn-primary {
    background: transparent; color: var(--text); border: 1px solid rgba(56, 46, 37, 0.2);
    padding: 1.05rem 2.8rem; font-family: var(--font-b); font-size: .85rem; font-weight: 500;
    letter-spacing: 2px; text-transform: uppercase; border-radius: 2px; transition: all .4s var(--ease);
}
.btn-primary:hover { border-color: var(--gold); color: var(--gold); box-shadow: 0 5px 20px rgba(192,133,82,.2); transform: translateY(-2px); }
.btn-ghost { font-size: .9rem; letter-spacing: 1px; color: var(--muted); display: flex; align-items: center; gap: .5rem; transition: color .3s; font-weight: 500; }
.btn-ghost::before { content: '→'; transition: transform .3s; }
.btn-ghost:hover { color: var(--gold); }
.btn-ghost:hover::before { transform: translateX(4px); }

.section-tag { display: block; font-size: .8rem; letter-spacing: 3px; text-transform: uppercase; color: var(--dim); margin-bottom: 4.5rem; font-weight: 500; }

.section-origen { padding: 12rem 8%; position: relative; overflow: hidden; }
.origen-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; align-items: start; margin-bottom: 8rem; }
.origen-text h2 { font-family: var(--font-d); font-size: clamp(2.8rem, 4.5vw, 5rem); font-weight: 500; line-height: 1.08; margin-bottom: 2.5rem; }
.origen-text h2 em { font-style: italic; color: var(--gold); }
.origen-body p { color: var(--muted); line-height: 1.9; margin-bottom: 1.4rem; font-size: 1.1rem; }
.origen-quote { margin-top: 3rem; font-family: var(--font-d); font-style: italic; font-size: 1.3rem; color: var(--dim); border-left: 2px solid var(--gold); padding-left: 1.4rem; display: block; }

.origen-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.o-card { background: var(--bg-card); border: 1px solid var(--border); padding: 2.2rem 1.8rem; border-radius: 4px; transition: all .4s var(--ease); }
.o-card:hover { border-color: var(--border-gold); transform: translateY(-4px); box-shadow: 0 10px 30px rgba(56, 46, 37, 0.08); }
/* Letras de tarjetas Origen Aumentadas */
.o-tag { display: block; font-size: .85rem; letter-spacing: 2px; text-transform: uppercase; color: var(--dim); margin-bottom: 1rem; font-weight: 500; }
.o-card strong { font-family: var(--font-d); font-size: 1.8rem; font-weight: 500; line-height: 1.2; color: var(--text); }
.o-card strong small { display: block; font-family: var(--font-b); font-size: .95rem; letter-spacing: 1px; color: var(--dim); margin-top: .4rem; font-weight: 400; }

.marquee-wrap { overflow: hidden; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 1.6rem 0; }
.marquee-track { display: inline-flex; gap: 2rem; white-space: nowrap; animation: marquee 35s linear infinite; font-family: var(--font-d); font-style: italic; font-size: 1.6rem; color: var(--dim); }
.marquee-track em { color: var(--gold); font-style: normal; }

.section-blend { padding: 12rem 8%; background: var(--bg-mid); position: relative; }
.blend-heading { font-family: var(--font-d); font-size: clamp(2.8rem, 4.5vw, 5rem); font-weight: 500; line-height: 1.08; margin-bottom: 5rem; }
.blend-heading em { font-style: italic; color: var(--gold); }
.blend-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.blend-card { background: var(--bg-card); border: 1px solid var(--border); padding: 2.6rem 2.2rem; border-radius: 6px; transition: all .5s var(--ease); position: relative; overflow: hidden; display: flex; flex-direction: column; }
.blend-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-deep)); transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease); }
.blend-card:hover { border-color: var(--border-gold); transform: translateY(-8px); box-shadow: 0 15px 35px rgba(56, 46, 37, 0.08); }
.blend-card:hover::after { transform: scaleX(1); }
.bc-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 1.8rem; }
/* Letras de tarjetas Blend Aumentadas */
.bc-num { font-size: .85rem; letter-spacing: 2px; color: var(--dim); font-weight: 500; }
.bc-symbol { font-size: 1.8rem; color: var(--gold); line-height: 1; }
.blend-card h3 { font-family: var(--font-d); font-size: 1.8rem; font-weight: 600; line-height: 1.2; margin-bottom: 1.4rem; }
.bc-tags { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 1.5rem; }
.bc-tags span { font-size: .75rem; letter-spacing: 1px; text-transform: uppercase; color: var(--gold); border: 1px solid var(--border-gold); padding: .35rem .85rem; border-radius: 20px; font-weight: 500; }
.blend-card p { font-size: 1.05rem; color: var(--muted); line-height: 1.75; flex: 1; margin-bottom: 2rem; }
.bc-footer { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--border); padding-top: 1.4rem; margin-top: auto; }
.bc-temp { font-size: .85rem; letter-spacing: 1px; text-transform: uppercase; color: var(--dim); font-weight: 500; }
.bc-strength { font-size: .9rem; color: var(--gold); letter-spacing: 3px; }

.section-quiz { padding: 12rem 8%; display: flex; flex-direction: column; align-items: center; position: relative; overflow: hidden; background: radial-gradient(ellipse 70% 60% at 50% 55%, rgba(192,133,82,.08) 0%, transparent 70%), var(--bg); }
.quiz-heading { font-family: var(--font-d); font-size: clamp(2.8rem, 4.5vw, 5rem); font-weight: 500; line-height: 1.08; text-align: center; margin-bottom: 4.5rem; }
.quiz-heading em { font-style: italic; color: var(--gold); }
.quiz-box { width: 100%; max-width: 660px; background: var(--bg-card); border: 1px solid var(--border); padding: 4rem 3.5rem; border-radius: 8px; box-shadow: 0 10px 30px rgba(56,46,37,.03); transition: opacity .35s, transform .35s; }
.step-bar { display: flex; gap: .6rem; justify-content: center; margin-bottom: 3rem; }
.step-seg { width: 32px; height: 3px; background: var(--border); border-radius: 2px; transition: background .3s; }
.step-seg.active { background: var(--gold); }
.q-text { font-family: var(--font-d); font-size: 2.2rem; font-weight: 500; text-align: center; line-height: 1.35; margin-bottom: 3rem; }
.quiz-choices { display: flex; gap: 1.4rem; justify-content: center; flex-wrap: wrap; }
.quiz-btn { display: flex; flex-direction: column; align-items: center; gap: .6rem; min-width: 185px; padding: 2rem 1.5rem; border: 1px solid var(--border); border-radius: 6px; color: var(--text); transition: all .4s var(--ease); background: var(--bg); }
.qb-icon { font-size: 2.2rem; line-height: 1; }
/* Letras de botones Quiz Aumentadas */
.qb-label { font-size: 1.1rem; font-weight: 500; }
.qb-sub { font-size: .85rem; letter-spacing: 2px; text-transform: uppercase; color: var(--dim); font-weight: 500; }
.quiz-btn:hover { border-color: var(--gold); color: var(--gold); background: rgba(192,133,82,.05); transform: translateY(-5px); box-shadow: 0 10px 25px rgba(192,133,82,.15); }
.quiz-btn:hover .qb-sub { color: var(--gold-deep); }
.quiz-result { width: 100%; max-width: 660px; border: 1px solid var(--border-gold); border-radius: 8px; background: rgba(192,133,82,.04); padding: 4.5rem 3.5rem; text-align: center; animation: fadeUp .6s var(--ease) both; }
.result-eye { display: block; font-size: .85rem; letter-spacing: 3px; text-transform: uppercase; color: var(--dim); margin-bottom: 1.6rem; font-weight: 500; }
#result-title { font-family: var(--font-d); font-size: clamp(2.6rem, 5vw, 4rem); font-weight: 600; color: var(--gold); line-height: 1.15; margin-bottom: 1.8rem; }
#result-desc { color: var(--muted); font-size: 1.1rem; line-height: 1.8; max-width: 440px; margin: 0 auto 3rem; }

.section-visitanos { padding: 12rem 8%; position: relative; background: var(--bg-card); border-top: 1px solid var(--border); }
.visitanos-container { display: grid; grid-template-columns: 1fr 1.2fr; gap: 6rem; align-items: center; }
.visitanos-info h2 { font-family: var(--font-d); font-size: clamp(2.8rem, 4.5vw, 5rem); font-weight: 500; line-height: 1.08; margin-bottom: 2rem; }
.visitanos-info h2 em { font-style: italic; color: var(--gold); }
.visitanos-info > p { color: var(--muted); line-height: 1.8; margin-bottom: 3rem; font-size: 1.1rem; }
.info-block { margin-bottom: 2rem; }
/* Letras de Info Aumentadas */
.info-block strong { display: block; font-size: .85rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: .5rem; font-weight: 500; }
.info-block p { color: var(--text); font-size: 1.2rem; line-height: 1.5; font-weight: 400; }

.visitanos-gallery { position: relative; height: 600px; display: flex; gap: 2rem; }
.g-img { object-fit: cover; border-radius: 4px; filter: grayscale(10%) brightness(0.95); transition: filter 0.6s var(--ease); }
.g-img:hover { filter: grayscale(0%) brightness(1); }
.img-1 { width: 55%; height: 80%; margin-top: auto; }
.img-2 { width: 45%; height: 70%; margin-bottom: auto; }

.site-footer { background: var(--bg-footer); border-top: 1px solid var(--border); }
.footer-inner { padding: 7rem 8% 5rem; display: grid; grid-template-columns: 1fr 2fr; gap: 8rem; border-bottom: 1px solid var(--border); }
.footer-logo { font-size: 1.4rem; letter-spacing: 7px; margin-bottom: 1.2rem; }
.footer-brand p { font-size: 1rem; color: var(--dim); line-height: 1.75; }
.footer-social { display: flex; gap: 1.4rem; margin-top: 2rem; }
.footer-social a { color: var(--dim); transition: color .3s, transform .3s; display: flex; }
.footer-social a:hover { color: var(--gold); transform: translateY(-2px); }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; align-self: start; }
/* Letras de Footer Aumentadas */
.footer-col h4 { font-size: .85rem; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-bottom: 1.8rem; }
.footer-col a, .footer-col span { display: block; font-size: 1rem; color: var(--dim); margin-bottom: .8rem; transition: color .3s; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { padding: 2rem 8%; display: flex; justify-content: space-between; align-items: center; }
.footer-bottom > span { font-size: .85rem; color: var(--dim); letter-spacing: .5px; }
.back-top { font-size: .85rem; letter-spacing: 1.5px; color: var(--dim); transition: color .3s, transform .3s; display: flex; align-items: center; gap: .4rem; font-weight: 500; }
.back-top:hover { color: var(--gold); transform: translateY(-2px); }

.hidden { display: none !important; }

.fade-in { animation: fadeUp .9s var(--ease) .15s both; }
.fade-in-delay { animation: fadeUp .9s var(--ease) .42s both; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-text { opacity: 0; transform: translateY(36px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal-text.in { opacity: 1; transform: translateY(0); }

@keyframes fadeUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes spinRingCW { from { transform: translate(-50%,-50%) rotate(0deg); } to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes spinRingCCW { from { transform: translate(-50%,-50%) rotate(0deg); } to { transform: translate(-50%,-50%) rotate(-360deg); } }
@keyframes floatCenter { from { transform: translate(-50%,-50%) translateY(0); } to { transform: translate(-50%,-50%) translateY(-10px); } }
@keyframes breathe { 0%, 100% { opacity: 1; transform: scaleY(1); } 50% { opacity: .4; transform: scaleY(.85); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

@media (max-width: 1200px) {
    .blend-grid { grid-template-columns: repeat(2, 1fr); }
    .hero-rings { right: 4%; }
}
@media (max-width: 960px) {
    .origen-grid { grid-template-columns: 1fr; gap: 4.5rem; }
    .hero-rings { display: none; }
    .hero-content { max-width: 100%; }
    .visitanos-container { grid-template-columns: 1fr; gap: 4rem; }
    .visitanos-gallery { height: 400px; }
}
@media (max-width: 768px) {
    .nav-links, .nav-reserve { display: none; }
    .hero-immersive { padding: 0 6%; }
    .hero-stats { left: 6%; right: auto; gap: 1.4rem; }
    .scroll-hint { display: none; }
    .hero-cta { flex-direction: column; align-items: flex-start; gap: 1.2rem; }
    .section-origen, .section-blend, .section-quiz, .section-visitanos { padding: 8rem 6%; }
    .blend-grid { grid-template-columns: 1fr; }
    .quiz-box, .quiz-result { padding: 3rem 1.8rem; }
    .quiz-choices { flex-direction: column; align-items: center; }
    .quiz-btn { width: 100%; max-width: 340px; flex-direction: row; gap: 1rem; }
    .qb-icon { font-size: 1.4rem; }
    .visitanos-gallery { flex-direction: column; height: auto; }
    .img-1, .img-2 { width: 100%; height: 300px; }
    .footer-inner { grid-template-columns: 1fr; gap: 4rem; padding: 5rem 6% 4rem; }
    .footer-cols { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
    .footer-bottom { flex-direction: column; gap: 1.2rem; padding: 1.8rem 6%; text-align: center; }
}
@media (max-width: 460px) {
    .footer-cols { grid-template-columns: 1fr; }
    .origen-cards { grid-template-columns: 1fr; }
    .hero-stats { display: none; }
}