:root{
  --navy:#032e58;
  --navy-2:#063b70;
  --blue:#0875df;
  --blue-2:#0a62b7;
  --ink:#10345f;
  --text:#26384e;
  --muted:#687789;
  --soft:#f6f8fb;
  --border:#dfe6ee;
  --white:#fff;
  --shadow:0 12px 30px rgba(9,49,88,.13);
  --radius:12px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.5}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(1380px,calc(100% - 48px));margin-inline:auto}
.section{padding:58px 0}.section-tight{padding:30px 0 40px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:absolute;left:12px;top:-48px;background:#fff;padding:9px 14px;z-index:999;border-radius:8px}.skip-link:focus{top:10px}
.material-symbols-rounded{font-variation-settings:'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 24}
.wa-icon{display:inline-block;width:20px;height:20px;flex:0 0 auto;color:inherit;fill:currentColor;vertical-align:middle;overflow:visible}.wa-icon path{fill:currentColor}.header-cta .wa-icon{width:18px;height:18px}.floating-wa .wa-icon{width:29px;height:29px}.mobile-bottom .wa-icon{width:23px;height:23px;margin-bottom:1px}.internal-actions .wa-icon,.internal-hero .wa-icon,.seo-cta-band .wa-icon{width:19px;height:19px}

.site-header{height:72px;background:linear-gradient(90deg,#022946,#073c73);position:sticky;top:0;z-index:50;color:#fff;box-shadow:0 2px 15px rgba(0,0,0,.13)}
.header-inner{height:72px;display:flex;align-items:center;gap:28px}
.brand{width:110px;display:flex;align-items:center;align-self:stretch}.brand img{width:95px;height:60px;object-fit:contain;filter:drop-shadow(0 3px 8px rgba(0,0,0,.25))}
.desktop-nav{display:flex;align-items:center;gap:26px;margin-left:auto;font-size:13px}.desktop-nav a{padding:26px 0 19px;position:relative;white-space:nowrap}.desktop-nav a::after{content:"";position:absolute;height:2px;background:#fff;left:50%;right:50%;bottom:15px;transition:.2s}.desktop-nav a:hover::after,.desktop-nav a.active::after{left:0;right:0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:7px;padding:12px 18px;font-weight:700;transition:transform .32s cubic-bezier(.2,.7,.2,1),box-shadow .32s ease,background-color .32s ease,border-color .32s ease,color .32s ease}.btn:hover{transform:translateY(-2px) scale(1.012)}.btn:active{transform:translateY(0) scale(.992)}
.btn-whatsapp{background:#25D366;color:#fff}.btn-whatsapp:hover{background:#20bd5a}.header-cta{font-size:13px;padding:11px 15px;box-shadow:0 8px 20px rgba(0,70,140,.25)}
.btn-primary{background:linear-gradient(180deg,#0f7bea,#0765c0);color:#fff;box-shadow:0 7px 18px rgba(0,95,190,.2)}
.btn-small{padding:9px 17px;font-size:13px}.btn-outline-light{border:1px solid rgba(255,255,255,.85);color:#fff;background:rgba(0,0,0,.22)}
.menu-toggle{display:none;margin-left:auto;background:transparent;border:0;color:#fff}.menu-toggle .material-symbols-rounded{font-size:32px}
.mobile-nav{display:none;position:absolute;top:72px;left:0;right:0;background:#032f59;padding:12px 20px 20px;box-shadow:0 12px 20px rgba(0,0,0,.2)}.mobile-nav.open{display:grid}.mobile-nav a{padding:11px;border-bottom:1px solid rgba(255,255,255,.12)}

.hero{position:relative;background:#062d52;overflow:hidden}.hero-desktop{min-height:480px}.hero-generated{display:block;width:100%;height:clamp(430px,48vw,610px);object-fit:cover;object-position:center;transform:scale(1.035);animation:hero-cinematic 9s cubic-bezier(.2,.65,.25,1) .15s both}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,26,48,.34) 0%,rgba(2,26,48,.18) 22%,rgba(1,19,36,.30) 58%,rgba(1,16,31,.52) 100%);pointer-events:none}.hero-center{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:40px 24px 72px}.hero-center h1{font-family:'Playfair Display',Georgia,serif;font-size:clamp(42px,5.6vw,76px);line-height:.98;max-width:820px;margin:0 0 14px;text-shadow:0 8px 24px rgba(0,0,0,.35)}.hero-center h1 span{color:#0f7bea}.hero-center p{max-width:760px;margin:0 0 22px;font-size:clamp(16px,1.65vw,24px);line-height:1.35;text-shadow:0 5px 18px rgba(0,0,0,.28)}.hero-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.hero-actions-desktop .btn{min-width:220px;min-height:52px;box-shadow:0 10px 24px rgba(0,0,0,.24)}.hero-mobile{display:none;position:relative;background:#020b14;color:#fff;overflow:hidden;text-align:center}.hero-mobile-image{display:block;width:100%;height:auto;transform:scale(1.025);animation:hero-cinematic-mobile 10s cubic-bezier(.2,.65,.25,1) .1s both}.hero-mobile-content{position:absolute;z-index:2;left:0;right:0;bottom:28px;padding:0 18px}.hero-mobile .btn{min-height:44px;box-shadow:0 8px 24px rgba(0,0,0,.3)}.hero-mobile .btn-outline-light,.hero-actions-desktop .btn-outline-light{background:rgba(2,18,34,.64);backdrop-filter:blur(5px)}

.feature-strip{position:relative;z-index:5;margin-top:-34px;background:#fff;border-radius:12px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(7,1fr);padding:16px 8px}.feature{text-align:center;padding:2px 10px;border-right:1px solid var(--border);min-width:0}.feature:last-child{border-right:0}.feature .material-symbols-rounded{font-size:40px;color:#0872d7;margin-bottom:3px}.feature strong{display:block;font-family:'Playfair Display',Georgia,serif;color:var(--ink);font-size:14px}.feature small{display:block;color:#627991;font-size:10px;line-height:1.25;margin-top:2px}

.eyebrow{color:#0c6cc8;font-size:11px;letter-spacing:.18em;font-weight:800;margin:0 0 10px}
.dual-experience-section{padding:44px 0 28px}
.dual-experience-heading{margin-bottom:22px}
.dual-experience-heading .eyebrow{margin-bottom:8px}
.dual-experience-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.experience-panel{position:relative;min-height:520px;border-radius:18px;overflow:hidden;box-shadow:0 16px 40px rgba(6,33,61,.16);background:#09121c}
.experience-panel img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.experience-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,18,28,.18) 0%,rgba(7,19,30,.42) 46%,rgba(6,17,28,.82) 100%)}
.experience-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:34px 30px;color:#fff}
.experience-kicker{display:inline-flex;align-items:center;gap:8px;font-size:11px;letter-spacing:.16em;font-weight:800;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.14);backdrop-filter:blur(6px);margin-bottom:16px}
.experience-events .experience-kicker{background:rgba(15,123,234,.18)}
.experience-club .experience-kicker{background:rgba(197,154,82,.22)}
.experience-content h3{font-family:'Playfair Display',Georgia,serif;font-size:clamp(28px,2.6vw,42px);line-height:1.06;margin:0 0 12px;max-width:540px}
.experience-content p{max-width:540px;margin:0 0 20px;color:rgba(255,255,255,.88);font-size:14px;line-height:1.5}
.intro{padding-top:72px}.intro-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:62px;align-items:center}.intro-copy h2,.section-heading h2,.process h2,.faq-panel h2,.contact-info h2{font-family:'Playfair Display',Georgia,serif;color:var(--ink);font-weight:700}.intro-copy h2{font-size:36px;line-height:1.04;margin:0 0 15px}.intro-copy>p:not(.eyebrow){font-size:13px;color:#587089;margin:0 0 9px}.mini-points{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:20px 0}.mini-points>div{display:grid;grid-template-columns:36px 1fr;grid-template-rows:auto auto;align-items:center}.mini-points .material-symbols-rounded{grid-row:1/3;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#0c70cf;color:#fff;font-size:18px}.mini-points b{font-size:10px;color:var(--ink)}.mini-points small{font-size:8px;color:#64758a;line-height:1.2}.intro-collage{display:grid;grid-template-columns:2.25fr 1fr;grid-template-rows:1fr 1fr;gap:10px;height:350px}.intro-collage img{width:100%;height:100%;object-fit:cover;border-radius:9px}.intro-collage .collage-main{grid-row:1/3}

.section-heading{text-align:center;margin-bottom:16px}.section-heading h2{font-size:28px;margin:0}.heading-rule{height:12px;width:118px;border-top:2px solid #6fa7da;margin:7px auto 0;position:relative}.heading-rule span{position:absolute;top:-11px;left:50%;transform:translateX(-50%);background:#fff;padding:0 7px;color:#0c68bd;font-size:12px}.heading-rule.left{margin-left:0}.process .heading-rule span,.faq-panel .heading-rule span{background:#fff}

.event-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.event-card{border:1px solid #e0e6ed;border-radius:10px;background:#fff;overflow:hidden;box-shadow:0 4px 12px rgba(20,58,96,.07);text-align:center;position:relative;padding-bottom:13px}.event-card img{width:100%;height:175px;object-fit:cover}.event-card .event-icon{position:relative;margin:-20px auto 3px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#0d67bf;color:#fff;border:4px solid #fff;font-size:21px}.event-card h3{font-family:'Playfair Display',Georgia,serif;color:var(--ink);font-size:17px;margin:5px 10px 2px}.event-card p{font-size:12px;color:#587089;line-height:1.4;margin:5px 14px 14px}
.gallery-row{display:grid;grid-template-columns:repeat(7,1fr);gap:14px;margin:8px 0 18px}.gallery-item{border:0;padding:0;background:transparent;border-radius:10px;overflow:hidden;height:168px;box-shadow:0 5px 15px rgba(20,58,96,.08)}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.25s}.gallery-item:hover img{transform:scale(1.05)}.center{text-align:center}
.spaces-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.space-card{border:1px solid #e1e6ed;background:#fff;border-radius:9px;overflow:hidden;text-align:center;box-shadow:0 4px 12px rgba(20,58,96,.06)}.space-card img{height:165px;width:100%;object-fit:cover}.space-card h3{font-family:'Playfair Display',Georgia,serif;color:var(--ink);font-size:16px;margin:10px 8px 3px}.space-card p{font-size:11px;color:#63778e;line-height:1.4;margin:0 12px 14px}

.process{padding:28px 0}.process-shell{border:1px solid #e1e7ed;border-radius:12px;padding:18px;display:grid;grid-template-columns:220px 1fr;gap:18px;box-shadow:0 3px 12px rgba(20,58,96,.04)}.process-intro{border-right:1px solid #dce4ec;padding-right:20px}.process-intro h2{font-size:25px;margin:0}.process-intro p{font-size:11px;color:#587089}.process-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:0}.process-steps li{text-align:center;position:relative;padding:5px 14px}.process-steps li:not(:last-child)::after{content:'→';position:absolute;right:-7px;top:30px;color:#99a7b5;font-size:22px}.process-steps .material-symbols-rounded{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:#0d6ccc;color:#fff;margin:0 auto 6px;font-size:23px}.step-number{position:absolute;left:calc(50% - 39px);top:2px;width:20px;height:20px;border-radius:50%;background:#0c6ac5;color:#fff;font-size:11px;font-weight:800;display:grid;place-items:center;border:2px solid #fff}.process-steps h3{font-size:12px;color:var(--ink);margin:3px 0}.process-steps p{font-size:9px;color:#64788c;line-height:1.35;margin:0}

.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{border:1px solid #dfe5ec;border-radius:10px;padding:15px 18px;box-shadow:0 3px 12px rgba(20,58,96,.05);background:#fff}.review-head{display:flex;gap:10px;align-items:center}.review-avatar{width:40px;height:40px;border-radius:50%;background:#eef5fc;color:#0d69c4;display:grid;place-items:center}.review-head strong{display:block;color:var(--ink);font-size:11px}.review-head small{display:block;color:#7a8898;font-size:9px}.review-card p{font-family:'Playfair Display',Georgia,serif;color:#1c4b7a;font-size:12px;margin:10px 0 0;line-height:1.45}

.contact-zone{border-top:1px solid #eef1f4;padding:30px 0 0}.contact-grid{display:grid;grid-template-columns:300px 1fr;gap:30px;align-items:start}.faq-panel h2{font-size:24px;margin:0}.faq-list{margin-top:14px}.faq-list details{border:1px solid #e0e6ed;border-radius:5px;margin-bottom:7px;background:#fff}.faq-list summary{list-style:none;cursor:pointer;padding:9px 13px;font-size:10px;color:#335b82;display:flex;justify-content:space-between}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:'+';font-weight:800;color:#0b6bc9}.faq-list details[open] summary::after{content:'−'}.faq-list p{font-size:10px;color:#627991;padding:0 13px 11px;margin:0}
.contact-card{display:grid;grid-template-columns:1fr 1.35fr;border-radius:12px 12px 0 0;overflow:hidden;background-image:linear-gradient(135deg,rgba(0,56,113,.98),rgba(0,109,199,.82)),url('assets/images/hero-xuan-generated.png');background-size:cover;background-position:center;color:#fff;min-height:305px}.contact-info{padding:30px 26px}.contact-info h2{color:#fff;font-size:26px;line-height:1.1;margin:0 0 12px}.contact-info p{font-size:12px;max-width:330px}.contact-phone{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#245581;border-radius:8px;padding:10px 14px;font-weight:700;margin:6px 0 13px}.contact-meta{display:grid;gap:6px;font-size:10px}.contact-meta span{display:flex;gap:6px;align-items:center}.contact-meta .material-symbols-rounded{font-size:16px}.quote-form{margin:12px;background:#fff;border-radius:7px;padding:15px;color:#40566e;box-shadow:0 8px 22px rgba(0,0,0,.16)}.quote-form h3{font-family:'Playfair Display',Georgia,serif;color:#19466f;margin:0 0 8px}.quote-form label{display:grid;gap:4px;font-size:9px;color:#6c7d90;margin-bottom:7px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid #cfd9e3;border-radius:4px;padding:8px 9px;min-height:35px;color:#344c65;background:#fff}.quote-form textarea{resize:vertical}.quote-form .btn{width:100%;padding:9px}

.site-footer{background:linear-gradient(90deg,#04305b,#064379);color:#fff}.footer-grid{display:grid;grid-template-columns:1.35fr 1.1fr 1.1fr .9fr;gap:34px;padding:26px 0 20px}.footer-brand img{width:120px;height:92px;object-fit:contain}.footer-brand p,.site-footer p,.site-footer a,.site-footer span{font-size:10px;color:rgba(255,255,255,.86)}.site-footer h3{font-family:'Playfair Display',Georgia,serif;font-size:13px;margin:7px 0}.site-footer>div>div:not(.footer-brand){display:flex;flex-direction:column;gap:6px}.site-footer a,.site-footer span{display:flex;align-items:center;gap:6px}.site-footer .material-symbols-rounded{font-size:15px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:5px 14px}.muted{opacity:.78}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.18);padding:8px;font-size:9px;color:rgba(255,255,255,.7)}
.floating-wa{position:fixed;right:22px;bottom:22px;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#25D366;color:#fff;box-shadow:0 10px 30px rgba(24,156,81,.35);z-index:45;transition:transform .2s ease,background .2s ease}.floating-wa .material-symbols-rounded{font-size:29px}.mobile-bottom{display:none}

.lightbox{position:fixed;inset:0;background:rgba(0,15,29,.9);z-index:100;display:none;align-items:center;justify-content:center;padding:50px}.lightbox.open{display:flex}.lightbox img{max-width:min(1200px,95vw);max-height:85vh;border-radius:10px;box-shadow:0 20px 60px #000}.lightbox-close{position:absolute;right:24px;top:18px;background:transparent;border:0;color:#fff;font-size:44px;line-height:1}
.reveal{opacity:0;transform:translate3d(0,28px,0) scale(.988);filter:blur(2px);transition:opacity .76s cubic-bezier(.2,.7,.2,1),transform .76s cubic-bezier(.2,.7,.2,1),filter .68s ease;transition-delay:var(--reveal-delay,0ms);will-change:opacity,transform,filter}.reveal.visible{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
.reveal.reveal-left{transform:translate3d(-30px,10px,0) scale(.992)}.reveal.reveal-left.visible{transform:translate3d(0,0,0) scale(1)}
.reveal.reveal-right{transform:translate3d(30px,10px,0) scale(.992)}.reveal.reveal-right.visible{transform:translate3d(0,0,0) scale(1)}
.reveal.reveal-scale{transform:translate3d(0,14px,0) scale(.965)}.reveal.reveal-scale.visible{transform:translate3d(0,0,0) scale(1)}
.motion-media{overflow:hidden}.motion-media img{transform:scale(1.045);transition:transform 7.5s cubic-bezier(.18,.72,.25,1);will-change:transform}.motion-media.media-active img{transform:scale(1)}
.motion-media.media-active:hover img{transform:scale(1.025)}
@keyframes hero-cinematic{from{transform:scale(1.055)}to{transform:scale(1.015)}}
@keyframes hero-cinematic-mobile{from{transform:scale(1.045)}to{transform:scale(1.012)}}


@media (max-width:1100px){
  .desktop-nav{gap:15px;font-size:12px}.header-cta{display:none}.event-grid{grid-template-columns:repeat(3,1fr)}.event-card img{height:190px}.spaces-grid{grid-template-columns:repeat(3,1fr)}.space-card img{height:180px}.gallery-row{grid-template-columns:repeat(4,1fr)}.gallery-row .gallery-item:nth-child(n+5){display:none}.feature-strip{grid-template-columns:repeat(4,1fr)}.feature{border-right:1px solid var(--border);border-bottom:1px solid var(--border);padding:10px}.feature:nth-child(4n){border-right:0}.feature:nth-last-child(-n+3){border-bottom:0}
}
@media (max-width:820px){
  body{padding-bottom:64px}.site-header{height:64px}.header-inner{height:64px}.brand img{height:52px;width:82px}.desktop-nav{display:none}.menu-toggle{display:block}.mobile-nav{top:64px}.hero-desktop{display:none}.hero-mobile{display:block}.feature-strip{margin-top:-28px;grid-template-columns:repeat(2,1fr);padding:10px}.feature:nth-child(n){border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.feature:nth-child(2n){border-right:0}.feature:last-child{border-bottom:0}.feature:nth-last-child(2){border-bottom:0}.feature:nth-child(7){grid-column:1/3;border-right:0}.dual-experience-section{padding:36px 0 22px}.dual-experience-grid{grid-template-columns:1fr;gap:14px}.experience-panel{min-height:390px}.experience-content{padding:26px 22px}.experience-content h3{font-size:30px}.intro{padding-top:50px}.intro-grid{grid-template-columns:1fr;gap:28px}.intro-collage{height:310px}.mini-points{grid-template-columns:1fr}.event-grid{grid-template-columns:repeat(2,1fr)}.event-card img{height:175px}.gallery-row{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px}.gallery-item{min-width:72%;height:190px;scroll-snap-align:start}.gallery-row .gallery-item:nth-child(n){display:block}.spaces-grid{grid-template-columns:repeat(2,1fr)}.space-card img{height:165px}.process-shell{grid-template-columns:1fr}.process-intro{border-right:0;border-bottom:1px solid var(--border);padding:0 0 12px}.process-steps{grid-template-columns:1fr 1fr}.process-steps li:nth-child(2)::after{display:none}.review-grid{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr}.contact-card{grid-template-columns:1fr;border-radius:12px 12px 0 0}.form-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.floating-wa{display:none}.mobile-bottom{display:grid;position:fixed;z-index:60;left:0;right:0;bottom:0;height:64px;grid-template-columns:repeat(3,1fr);background:#063b70;color:#fff;border-top:1px solid rgba(255,255,255,.18);box-shadow:0 -8px 22px rgba(0,0,0,.14)}.mobile-bottom a{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:10px;gap:2px}.mobile-bottom .material-symbols-rounded{font-size:23px}
}
@media (max-width:520px){
  .container{width:min(100% - 28px,1120px)}.hero-mobile-content{bottom:22px}.hero-mobile .btn{padding:11px 13px;font-size:12px}.feature-strip{width:calc(100% - 24px)}.dual-experience-heading h2{font-size:29px}.experience-panel{min-height:330px}.experience-content h3{font-size:25px}.experience-content p{font-size:13px}.experience-content .btn{width:100%}.intro-copy h2{font-size:31px}.intro-collage{grid-template-columns:1fr 1fr;height:370px}.intro-collage .collage-main{grid-column:1/3;grid-row:auto;height:210px}.event-grid,.spaces-grid{grid-template-columns:1fr 1fr;gap:9px}.event-card img{height:150px}.space-card img{height:145px}.process-steps{grid-template-columns:1fr}.process-steps li:not(:last-child)::after{content:'↓';right:50%;top:auto;bottom:-10px}.review-card{padding:14px}.footer-grid{grid-template-columns:1fr}.footer-brand img{width:110px}.lightbox{padding:22px}.section{padding:42px 0}
}
/* Páginas internas */
.internal-hero{min-height:420px;background-size:cover;background-position:center;display:flex;align-items:center;color:#fff;text-align:center}.internal-hero .container{max-width:800px}.internal-hero .eyebrow{color:#cfe5ff}.internal-hero h1{font-family:'Playfair Display',Georgia,serif;font-size:clamp(40px,6vw,70px);line-height:1;margin:8px 0 15px}.internal-hero p:not(.eyebrow){font-size:17px;max-width:720px;margin:0 auto 22px}.internal-content{max-width:850px;margin:55px auto;padding:0 22px;text-align:center}.internal-content h2,.club-block h2{font-family:'Playfair Display',Georgia,serif;color:var(--ink);font-size:34px}.internal-content p{color:#64788c}.internal-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.btn-outline{border:1px solid #0b68c2;color:#0b68c2;background:#fff}.internal-gallery{width:min(1120px,calc(100% - 40px));margin:45px auto;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.internal-gallery img{width:100%;height:240px;object-fit:cover;border-radius:10px}.club-block{background:#07101a;color:#fff;display:grid;grid-template-columns:1fr 1.2fr;gap:0;align-items:center}.club-block>div{padding:55px max(40px,calc((100vw - 1120px)/2))}.club-block h2{color:#fff}.club-block p:not(.eyebrow){color:#c0cad4}.club-block img{width:100%;height:420px;object-fit:cover}@media(max-width:820px){.internal-hero{min-height:460px}.internal-gallery{grid-template-columns:1fr 1fr}.internal-gallery img{height:180px}.club-block{grid-template-columns:1fr}.club-block>div{padding:42px 24px}.club-block img{height:320px}}@media(max-width:520px){.internal-gallery{grid-template-columns:1fr}.internal-gallery img{height:230px}}


/* SEO landing pages */
.seo-landing .seo-hero{min-height:500px}.seo-landing .seo-hero .container{max-width:860px}.seo-landing .seo-hero h1{font-size:clamp(42px,6vw,72px)}
.seo-page-content{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);gap:54px;padding-top:58px;padding-bottom:58px}.seo-main-copy{display:grid;gap:30px}.seo-copy-block{border-bottom:1px solid var(--border);padding-bottom:28px}.seo-copy-block:last-child{border-bottom:0}.seo-copy-block h2,.seo-checklist h2,.seo-cta-band h2,.seo-related h2,.home-seo-links h2{font-family:'Playfair Display',Georgia,serif;color:var(--ink);line-height:1.08}.seo-copy-block h2{font-size:30px;margin:0 0 10px}.seo-copy-block p{color:#5d7187;font-size:15px;margin:0;line-height:1.75}.seo-checklist{align-self:start;position:sticky;top:100px;border:1px solid #dce5ee;border-radius:14px;background:#f8fbfe;padding:26px;box-shadow:0 10px 28px rgba(13,58,100,.08)}.seo-checklist h2{font-size:26px;margin:0 0 16px}.seo-checklist ul{list-style:none;margin:0 0 20px;padding:0;display:grid;gap:12px}.seo-checklist li{display:flex;gap:9px;align-items:flex-start;color:#526b83;font-size:13px}.seo-checklist li .material-symbols-rounded{color:#0c70cf;font-size:20px}.seo-checklist .btn{width:100%}.seo-cta-band{background:linear-gradient(110deg,#032e58,#075091);color:#fff;padding:42px 0}.seo-cta-band .container{display:flex;gap:28px;align-items:center;justify-content:space-between}.seo-cta-band h2{font-size:34px;color:#fff;margin:2px 0 8px}.seo-cta-band p:not(.eyebrow){max-width:720px;margin:0;color:rgba(255,255,255,.82)}.seo-cta-band .eyebrow{color:#b9dcff}.seo-faq-section{padding-top:52px;padding-bottom:30px}.seo-faq{max-width:860px;margin:20px auto 0}.seo-faq details{border-radius:9px}.seo-faq summary{font-size:14px;padding:14px 16px}.seo-faq p{font-size:13px;line-height:1.65;padding:0 16px 15px}.seo-related{padding-top:26px;padding-bottom:58px;text-align:center}.seo-related h2{font-size:25px}.seo-related-links{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin-top:16px}.seo-related-links a{border:1px solid #cfdce9;border-radius:999px;padding:9px 14px;background:#fff;color:#245781;font-size:12px;font-weight:700;transition:.2s}.seo-related-links a:hover{border-color:#0a70d4;color:#0a70d4;transform:translateY(-1px)}.home-seo-links{padding:42px 0;background:#f6f9fc;text-align:center;border-top:1px solid #e7edf3}.home-seo-links h2{margin:2px 0 6px;font-size:30px}.home-seo-links .eyebrow{margin-bottom:4px}.event-card h3 a:hover{text-decoration:underline}.seo-footer-grid{grid-template-columns:1.2fr 1fr 1.4fr 1.2fr}
@media(max-width:820px){.seo-page-content{grid-template-columns:1fr;gap:28px;padding-top:38px;padding-bottom:38px}.seo-checklist{position:static}.seo-cta-band .container{display:grid;text-align:center;justify-items:center}.seo-related{padding-bottom:42px}.seo-footer-grid{grid-template-columns:1fr 1fr}.seo-landing .seo-hero{min-height:480px}}
@media(max-width:520px){.seo-copy-block h2{font-size:27px}.seo-copy-block p{font-size:14px}.seo-cta-band h2{font-size:29px}.seo-related-links a{font-size:11px;padding:8px 11px}.seo-footer-grid{grid-template-columns:1fr}.home-seo-links{padding:36px 0}.home-seo-links h2{font-size:27px}}


/* Redes sociales verificadas públicamente */
.social-links{display:grid;gap:8px;margin-top:8px}.social-link{display:flex!important;align-items:center!important;gap:9px!important;width:100%;padding:7px 9px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:rgba(255,255,255,.06);transition:transform .2s ease,background .2s ease,border-color .2s ease}.social-link:hover{transform:translateY(-1px);background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.32)}.social-link>span:last-child{display:grid;gap:0}.social-link strong{font-size:10px;color:#fff;line-height:1.1}.social-link small{font-size:9px;color:rgba(255,255,255,.72);line-height:1.25}.social-icon{flex:0 0 29px;width:29px;height:29px;border-radius:8px;display:grid!important;place-items:center;background:rgba(255,255,255,.13);color:#fff}.social-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.social-icon .social-dot{fill:currentColor;stroke:none}.social-fb{font:800 22px/1 Arial,sans-serif;padding-top:2px}.social-note{margin:8px 0 0!important;font-size:8.5px!important;line-height:1.35;color:rgba(255,255,255,.62)!important}.contact-socials{margin-top:16px}.contact-social-label{display:block;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:7px;color:rgba(255,255,255,.85)}.contact-socials .social-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.contact-socials .social-link{padding:6px}.contact-socials .social-link>span:last-child{display:none!important}.contact-socials .social-icon{margin:auto;background:rgba(255,255,255,.16)}
@media(max-width:820px){.contact-socials .social-links{grid-template-columns:repeat(3,1fr)}.social-link{padding:8px 10px}.social-icon{width:31px;height:31px;flex-basis:31px}}

/* Horarios públicos */
.opening-hours-compact{margin-top:14px;padding:12px 14px;border:1px solid rgba(255,255,255,.22);border-radius:9px;background:rgba(0,25,52,.28);backdrop-filter:blur(5px);display:grid;gap:5px;max-width:360px}.opening-hours-compact>strong{font-family:'Playfair Display',Georgia,serif;font-size:14px;color:#fff;margin-bottom:2px}.opening-hours-compact>span{display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:10px;color:rgba(255,255,255,.92)}.opening-hours-compact b{font-weight:600}.opening-hours-compact em{font-style:normal;font-weight:800;color:#fff}.opening-hours-compact small{font-size:8px;line-height:1.35;color:rgba(255,255,255,.7);margin-top:4px}
.hours-section{padding:48px 0;background:#f6f8fb}.hours-shell{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.hours-shell h2{font-family:'Playfair Display',Georgia,serif;color:var(--ink);font-size:36px;line-height:1.05;margin:0 0 12px}.hours-shell p:not(.eyebrow){color:#60758b;font-size:13px;max-width:560px}.hours-list{background:#fff;border:1px solid #dfe6ee;border-radius:12px;box-shadow:var(--shadow);overflow:hidden}.hours-list>div{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 18px;border-bottom:1px solid #e7edf3}.hours-list>div:last-child{border-bottom:0}.hours-list span{font-size:12px;color:#5f7489}.hours-list strong{font-size:13px;color:var(--ink)}.hours-list .hours-note{background:#f0f6fc}.hours-list .hours-note strong{color:#0b69c5}
@media(max-width:820px){.hours-shell{grid-template-columns:1fr;gap:22px}.hours-section{padding:38px 0}.hours-shell h2{font-size:31px}.opening-hours-compact{max-width:none}.opening-hours-compact>span{font-size:11px}.opening-hours-compact small{font-size:9px}}

.mobile-bottom a[href*="wa.me"]{background:#25D366;color:#fff}.mobile-bottom a[href*="wa.me"]:hover{background:#1ebe5d}

.floating-wa:hover{background:#1ebe5d;transform:translateY(-2px) scale(1.03)}


/* Sección premium de matrimonios */
.wedding-premium{position:relative;padding:76px 0;background:linear-gradient(180deg,#fbf8f2 0%,#f5f0e7 100%);overflow:hidden}
.wedding-premium::before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-180px;top:-200px;background:radial-gradient(circle,rgba(215,185,121,.26),rgba(215,185,121,0) 70%);pointer-events:none}
.wedding-premium-grid{display:grid;grid-template-columns:1.2fr .9fr;gap:62px;align-items:center}
.wedding-visuals{position:relative;display:grid;grid-template-columns:1.65fr .8fr;gap:12px;min-height:540px}
.wedding-visuals img{width:100%;height:100%;object-fit:cover;border-radius:14px}
.wedding-main-image{min-height:540px}
.wedding-side-images{display:grid;grid-template-rows:1fr 1fr;gap:12px}
.wedding-photo-label{position:absolute;left:22px;bottom:22px;display:inline-flex;align-items:center;gap:8px;padding:11px 14px;border-radius:999px;background:rgba(8,25,41,.78);color:#fff;font-size:11px;font-weight:800;letter-spacing:.04em;backdrop-filter:blur(7px);box-shadow:0 8px 22px rgba(0,0,0,.18)}
.wedding-photo-label .material-symbols-rounded{font-size:18px;color:#d7b979}
.wedding-copy .eyebrow{color:#9d6e2d}
.wedding-copy h2{font-family:'Playfair Display',Georgia,serif;color:#16334f;font-size:clamp(42px,4.6vw,64px);line-height:.96;margin:0 0 20px}
.wedding-lead{font-size:15px;line-height:1.72;color:#5e6f7f;margin:0 0 24px}
.wedding-pillars{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0 0 18px}
.wedding-pillars>div{display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:start;padding:13px 12px;border:1px solid rgba(197,154,82,.32);border-radius:10px;background:rgba(255,255,255,.72)}
.wedding-pillars .material-symbols-rounded{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#173b5f;color:#fff;font-size:20px}
.wedding-pillars strong{display:block;font-family:'Playfair Display',Georgia,serif;color:#173b5f;font-size:15px;line-height:1.15;margin:1px 0 3px}
.wedding-pillars small{display:block;color:#6c7883;font-size:10px;line-height:1.35}
.wedding-note{margin:0 0 20px;padding-left:12px;border-left:3px solid #c59a52;color:#7b6e5e;font-size:11px;line-height:1.55}
.wedding-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.wedding-actions .btn-whatsapp{background:#25D366;color:#fff;box-shadow:0 9px 22px rgba(37,211,102,.22)}
.wedding-actions .wa-icon{width:19px;height:19px}
.wedding-text-link{color:#174d79;font-size:12px;font-weight:800;border-bottom:1px solid rgba(23,77,121,.28);padding-bottom:2px}
.wedding-text-link:hover{color:#0c70cf;border-color:#0c70cf}
@media(max-width:920px){.wedding-premium{padding:58px 0}.wedding-premium-grid{grid-template-columns:1fr;gap:34px}.wedding-visuals{min-height:430px}.wedding-main-image{min-height:430px}.wedding-copy{max-width:760px}}
@media(max-width:620px){.wedding-premium{padding:46px 0}.wedding-visuals{grid-template-columns:1fr;min-height:auto}.wedding-main-image{height:390px;min-height:0}.wedding-side-images{grid-template-columns:1fr 1fr;grid-template-rows:none;height:150px}.wedding-photo-label{left:14px;bottom:176px}.wedding-copy h2{font-size:40px}.wedding-pillars{grid-template-columns:1fr}.wedding-actions{display:grid;gap:13px}.wedding-actions .btn{width:100%}.wedding-text-link{text-align:center;border-bottom:0}}

/* Xuan Club - sección home */
.xuan-club-home{position:relative;overflow:hidden;background:linear-gradient(135deg,#060606 0%,#0d0d0e 56%,#16090b 100%);color:#fff;padding:86px 0}
.xuan-club-home::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,transparent,black 22%,black 78%,transparent);pointer-events:none}
.xuan-club-glow{position:absolute;border-radius:50%;filter:blur(12px);pointer-events:none}
.xuan-club-glow-one{width:520px;height:520px;right:-180px;top:-170px;background:radial-gradient(circle,rgba(170,29,37,.30),rgba(170,29,37,0) 70%)}
.xuan-club-glow-two{width:430px;height:430px;left:-190px;bottom:-210px;background:radial-gradient(circle,rgba(197,154,82,.13),rgba(197,154,82,0) 72%)}
.xuan-club-home-grid{position:relative;z-index:2;display:grid;grid-template-columns:.88fr 1.12fr;gap:64px;align-items:center}
.club-eyebrow{margin:0 0 14px;color:#d7b979;font-size:11px;font-weight:800;letter-spacing:.22em}
.xuan-club-home-copy h2{font-family:'Playfair Display',Georgia,serif;font-size:clamp(46px,5vw,72px);line-height:.94;margin:0 0 22px;color:#fff;letter-spacing:-.03em}
.xuan-club-home-copy h2 span{color:#d7b979;font-style:italic}
.club-lead{max-width:610px;margin:0 0 28px;color:#c9c9cd;font-size:15px;line-height:1.72}
.club-verbs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 28px}
.club-verbs span{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 13px;border:1px solid rgba(215,185,121,.34);border-radius:999px;color:#f4f0e8;background:rgba(255,255,255,.035);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.club-verbs span:last-child{border-color:rgba(170,29,37,.65);background:rgba(170,29,37,.16)}
.club-home-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.club-whatsapp-btn{background:#25D366;color:#fff;box-shadow:0 12px 28px rgba(37,211,102,.20);padding:13px 18px}
.club-whatsapp-btn .wa-icon{width:19px;height:19px}
.club-page-link{display:inline-flex;align-items:center;gap:8px;color:#fff;font-size:12px;font-weight:800;border-bottom:1px solid rgba(255,255,255,.28);padding-bottom:3px}
.club-page-link:hover{color:#d7b979;border-color:#d7b979}
.club-disclaimer{max-width:590px;margin:18px 0 0;color:#85858d;font-size:10px;line-height:1.55}
.xuan-club-home-visual{position:relative;min-height:570px;border-radius:20px;overflow:hidden;box-shadow:0 28px 70px rgba(0,0,0,.46);border:1px solid rgba(255,255,255,.08)}
.xuan-club-home-visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.club-image-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,3,3,.08) 0%,rgba(5,5,5,.16) 38%,rgba(7,7,7,.72) 100%),linear-gradient(90deg,rgba(132,29,36,.13),transparent 45%)}
.club-image-badge{position:absolute;z-index:2;left:22px;bottom:22px;display:flex;align-items:center;gap:12px;max-width:310px;padding:13px 15px;border:1px solid rgba(255,255,255,.15);border-radius:12px;background:rgba(8,8,8,.70);backdrop-filter:blur(10px);box-shadow:0 10px 28px rgba(0,0,0,.28)}
.club-image-badge .material-symbols-rounded{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#841d24;color:#fff;font-size:21px}
.club-image-badge strong{display:block;font-family:'Playfair Display',Georgia,serif;font-size:17px;color:#fff;line-height:1}
.club-image-badge small{display:block;margin-top:5px;color:#c8c8cc;font-size:9px;line-height:1.25}
.club-image-word{position:absolute;z-index:1;right:-6px;top:18px;font-family:'Playfair Display',Georgia,serif;font-size:clamp(72px,9vw,132px);font-weight:700;letter-spacing:.02em;color:rgba(255,255,255,.10);line-height:1;writing-mode:vertical-rl;text-orientation:mixed}
@media(max-width:920px){.xuan-club-home{padding:66px 0}.xuan-club-home-grid{grid-template-columns:1fr;gap:36px}.xuan-club-home-copy{max-width:760px}.xuan-club-home-visual{min-height:490px}}
@media(max-width:620px){.xuan-club-home{padding:52px 0}.xuan-club-home-grid{gap:30px}.xuan-club-home-copy h2{font-size:43px}.club-lead{font-size:14px}.club-home-actions{display:grid;gap:14px}.club-home-actions .btn{width:100%}.club-page-link{justify-content:center;border-bottom:0}.xuan-club-home-visual{min-height:390px;border-radius:14px}.club-image-badge{left:14px;right:14px;bottom:14px;max-width:none}.club-image-word{font-size:78px;right:-4px}.club-verbs{gap:6px}.club-verbs span{font-size:9px;padding:7px 10px}}
.xuan-club-glow-one{animation:club-glow-one 7.5s ease-in-out infinite alternate}.xuan-club-glow-two{animation:club-glow-two 9s ease-in-out infinite alternate}
.xuan-club-home .club-verbs span{opacity:.25;transform:translateY(9px) scale(.98);transition:opacity .48s ease,transform .48s cubic-bezier(.2,.75,.2,1),border-color .35s ease,background .35s ease}
.xuan-club-home.club-active .club-verbs span{opacity:1;transform:translateY(0) scale(1)}
.xuan-club-home.club-active .club-verbs span:nth-child(1){transition-delay:.08s}.xuan-club-home.club-active .club-verbs span:nth-child(2){transition-delay:.14s}.xuan-club-home.club-active .club-verbs span:nth-child(3){transition-delay:.20s}.xuan-club-home.club-active .club-verbs span:nth-child(4){transition-delay:.26s}.xuan-club-home.club-active .club-verbs span:nth-child(5){transition-delay:.32s}
.xuan-club-home .club-image-badge{opacity:0;transform:translate3d(0,14px,0);transition:opacity .6s ease .25s,transform .6s cubic-bezier(.2,.75,.2,1) .25s}.xuan-club-home.club-active .club-image-badge{opacity:1;transform:translate3d(0,0,0)}
.xuan-club-home .club-image-word{transition:transform 1.2s cubic-bezier(.2,.7,.2,1),opacity .8s ease;opacity:.65}.xuan-club-home.club-active .club-image-word{transform:translateY(10px);opacity:1}
.club-verbs span:hover{border-color:rgba(215,185,121,.65);background:rgba(215,185,121,.10);transform:translateY(-2px)!important}
@keyframes club-glow-one{from{transform:translate3d(0,0,0) scale(1);opacity:.78}to{transform:translate3d(-28px,24px,0) scale(1.08);opacity:1}}
@keyframes club-glow-two{from{transform:translate3d(0,0,0) scale(1);opacity:.62}to{transform:translate3d(26px,-18px,0) scale(1.06);opacity:.9}}


/* Gastronomía home */
.gastronomy-home{position:relative;overflow:hidden;padding:82px 0;background:linear-gradient(180deg,#fffaf2 0%,#f8f1e5 100%)}
.gastronomy-home::before{content:"";position:absolute;width:460px;height:460px;border-radius:50%;left:-220px;bottom:-260px;background:radial-gradient(circle,rgba(197,154,82,.20),rgba(197,154,82,0) 70%);pointer-events:none}
.gastronomy-home-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;gap:64px;align-items:center}
.gastronomy-visual{display:grid;grid-template-columns:1.5fr .75fr;gap:12px;min-height:560px}
.gastronomy-main-photo{position:relative;overflow:hidden;border-radius:18px;min-height:560px;box-shadow:0 24px 54px rgba(70,48,22,.16)}
.gastronomy-main-photo>img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.gastronomy-photo-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(18,12,7,.62) 100%)}
.gastronomy-photo-caption{position:absolute;left:20px;bottom:20px;display:inline-flex;align-items:center;gap:9px;color:#fff;background:rgba(19,14,10,.62);border:1px solid rgba(255,255,255,.18);padding:10px 13px;border-radius:999px;backdrop-filter:blur(7px);font-size:11px;font-weight:800}
.gastronomy-photo-caption .material-symbols-rounded{font-size:19px;color:#d7b979}
.gastronomy-mini-photos{display:grid;grid-template-rows:1fr 1fr;gap:12px}
.gastronomy-mini-photos img{width:100%;height:100%;object-fit:cover;border-radius:14px;box-shadow:0 16px 34px rgba(70,48,22,.11)}
.gastronomy-copy .eyebrow{color:#9a6828}
.gastronomy-copy h2{font-family:'Playfair Display',Georgia,serif;color:#17344d;font-size:clamp(44px,4.8vw,66px);line-height:.95;margin:0 0 20px;letter-spacing:-.02em}
.gastronomy-lead{font-size:15px;line-height:1.72;color:#5f6e78;margin:0 0 24px}
.gastronomy-highlights{display:grid;gap:10px;margin:0 0 18px}
.gastronomy-highlights>div{display:grid;grid-template-columns:46px 1fr;gap:11px;align-items:center;padding:13px 14px;border:1px solid rgba(197,154,82,.32);border-radius:12px;background:rgba(255,255,255,.66)}
.gastronomy-highlights .material-symbols-rounded{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#173b5f;color:#fff;font-size:21px}
.gastronomy-highlights strong{display:block;font-family:'Playfair Display',Georgia,serif;color:#173b5f;font-size:15px;line-height:1.15;margin-bottom:3px}
.gastronomy-highlights small{display:block;color:#6d7880;font-size:10px;line-height:1.4}
.gastronomy-note{font-size:11px;line-height:1.55;color:#786c5d;border-left:3px solid #c59a52;padding-left:12px;margin:0 0 21px}
.gastronomy-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.gastronomy-actions .btn-whatsapp{background:#25D366;color:#fff;box-shadow:0 9px 22px rgba(37,211,102,.22)}
.gastronomy-actions .wa-icon{width:19px;height:19px}
.gastronomy-text-link{color:#174d79;font-size:12px;font-weight:800;border-bottom:1px solid rgba(23,77,121,.28);padding-bottom:2px}
.gastronomy-text-link:hover{color:#0c70cf;border-color:#0c70cf}
@media(max-width:920px){.gastronomy-home{padding:62px 0}.gastronomy-home-grid{grid-template-columns:1fr;gap:38px}.gastronomy-visual{min-height:470px}.gastronomy-main-photo{min-height:470px}.gastronomy-copy{max-width:760px}}
@media(max-width:620px){.gastronomy-home{padding:48px 0}.gastronomy-visual{grid-template-columns:1fr;min-height:auto}.gastronomy-main-photo{height:390px;min-height:0}.gastronomy-mini-photos{grid-template-columns:1fr 1fr;grid-template-rows:none;height:155px}.gastronomy-copy h2{font-size:41px}.gastronomy-lead{font-size:14px}.gastronomy-actions{display:grid;gap:13px}.gastronomy-actions .btn{width:100%}.gastronomy-text-link{text-align:center;border-bottom:0}}


/* Producción del evento */
.production-home{position:relative;overflow:hidden;padding:88px 0;background:linear-gradient(135deg,#08111b 0%,#0c1a29 52%,#07101a 100%);color:#fff}
.production-home::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,transparent,black 18%,black 82%,transparent);pointer-events:none}
.production-glow{position:absolute;border-radius:50%;pointer-events:none}
.production-glow-one{width:520px;height:520px;right:-210px;top:-220px;background:radial-gradient(circle,rgba(12,112,207,.22),rgba(12,112,207,0) 70%)}
.production-glow-two{width:460px;height:460px;left:-230px;bottom:-250px;background:radial-gradient(circle,rgba(197,154,82,.13),rgba(197,154,82,0) 72%)}
.production-home-grid{position:relative;z-index:2;display:grid;grid-template-columns:.86fr 1.14fr;gap:64px;align-items:center}
.production-eyebrow{margin:0 0 14px;color:#d7b979;font-size:11px;font-weight:800;letter-spacing:.2em}
.production-copy h2{font-family:'Playfair Display',Georgia,serif;font-size:clamp(44px,4.9vw,70px);line-height:.96;margin:0 0 22px;color:#fff;letter-spacing:-.03em}
.production-copy h2 span{color:#d7b979;font-style:italic}
.production-lead{max-width:610px;margin:0 0 25px;color:#c4ced9;font-size:15px;line-height:1.72}
.production-tags{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px}
.production-tags span{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:8px 12px;border:1px solid rgba(215,185,121,.25);border-radius:999px;background:rgba(255,255,255,.035);color:#f4f0e8;font-size:10px;font-weight:800;letter-spacing:.04em}
.production-tags .material-symbols-rounded{font-size:17px;color:#d7b979;font-style:normal}
.production-note{max-width:610px;margin:0 0 23px;padding-left:13px;border-left:3px solid #c59a52;color:#929eaa;font-size:10px;line-height:1.58}
.production-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.production-whatsapp-btn{background:#25D366;color:#fff;box-shadow:0 12px 28px rgba(37,211,102,.18);padding:13px 18px}
.production-whatsapp-btn .wa-icon{width:19px;height:19px}
.production-text-link{display:inline-flex;align-items:center;gap:8px;color:#fff;font-size:12px;font-weight:800;border-bottom:1px solid rgba(255,255,255,.28);padding-bottom:3px}
.production-text-link:hover{color:#d7b979;border-color:#d7b979}
.production-visual{position:relative;min-height:600px;border-radius:20px;overflow:hidden;box-shadow:0 30px 74px rgba(0,0,0,.48);border:1px solid rgba(255,255,255,.08)}
.production-visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.production-image-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,10,16,.07) 0%,rgba(5,12,19,.15) 42%,rgba(6,13,21,.76) 100%),linear-gradient(90deg,rgba(4,30,55,.12),transparent 50%)}
.production-label{position:absolute;z-index:3;display:grid;grid-template-columns:40px 1fr;grid-template-rows:auto auto;align-items:center;column-gap:10px;padding:11px 13px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:rgba(5,13,22,.72);backdrop-filter:blur(9px);box-shadow:0 10px 30px rgba(0,0,0,.24)}
.production-label .material-symbols-rounded{grid-row:1/3;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#0c70cf;color:#fff;font-size:20px}
.production-label strong{font-family:'Playfair Display',Georgia,serif;font-size:15px;line-height:1;color:#fff}
.production-label small{font-size:9px;color:#bdc8d2;margin-top:4px}
.production-label-one{left:22px;bottom:22px}
.production-label-two{right:22px;bottom:94px}
.production-label-three{right:22px;top:22px}
.production-word{position:absolute;z-index:1;left:-6px;top:20px;font-family:'Playfair Display',Georgia,serif;font-size:clamp(54px,7vw,104px);font-weight:700;letter-spacing:.02em;color:rgba(255,255,255,.08);line-height:1;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg)}
@media(max-width:920px){.production-home{padding:66px 0}.production-home-grid{grid-template-columns:1fr;gap:38px}.production-copy{max-width:760px}.production-visual{min-height:500px}}
@media(max-width:620px){.production-home{padding:52px 0}.production-copy h2{font-size:41px}.production-lead{font-size:14px}.production-tags{gap:6px}.production-tags span{font-size:9px;padding:7px 10px}.production-actions{display:grid;gap:13px}.production-actions .btn{width:100%}.production-text-link{justify-content:center;border-bottom:0}.production-visual{min-height:430px;border-radius:14px}.production-label{padding:9px 10px}.production-label-one{left:12px;bottom:12px}.production-label-two{right:12px;bottom:82px}.production-label-three{right:12px;top:12px}.production-word{font-size:64px}}


/* Eventos realizados */
.events-realized-home{position:relative;padding:82px 0;background:#f7f4ef;overflow:hidden}
.events-realized-home::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 100% 0,rgba(197,154,82,.16),transparent 34%),radial-gradient(circle at 0 100%,rgba(8,117,223,.08),transparent 30%);pointer-events:none}
.events-realized-home>.container{position:relative;z-index:1}
.events-realized-heading{display:grid;grid-template-columns:1.1fr .9fr;gap:46px;align-items:end;margin-bottom:28px}
.events-realized-heading h2{font-family:'Playfair Display',Georgia,serif;color:var(--ink);font-size:clamp(36px,4vw,56px);line-height:1.02;margin:0}
.events-realized-intro{margin:0;color:#64758a;font-size:14px;line-height:1.65;max-width:560px}
.events-realized-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:260px 260px 310px;gap:16px}
.realized-card{position:relative;overflow:hidden;border-radius:16px;min-height:0;background:#0a1420;box-shadow:0 14px 34px rgba(18,46,77,.13)}
.realized-card-featured{grid-row:1/3}
.realized-card-wide{grid-column:1/3}
.realized-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .65s ease}
.realized-card:hover img{transform:scale(1.035)}
.realized-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,14,25,.10) 10%,rgba(3,14,25,.38) 50%,rgba(3,14,25,.86) 100%)}
.realized-card-content{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:26px;color:#fff}
.realized-type{display:inline-flex;padding:7px 10px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(5,20,34,.34);backdrop-filter:blur(6px);font-size:9px;font-weight:800;letter-spacing:.15em;margin-bottom:10px}
.realized-card h3{font-family:'Playfair Display',Georgia,serif;font-size:clamp(22px,2.2vw,36px);line-height:1.08;margin:0 0 8px;max-width:660px}
.realized-card p{margin:0 0 12px;max-width:590px;font-size:13px;line-height:1.5;color:rgba(255,255,255,.86)}
.realized-status{display:inline-flex;align-items:center;gap:7px;font-size:10px;color:#f0d8aa;font-weight:700}
.realized-status::before{content:"";width:6px;height:6px;border-radius:50%;background:#d7b979;box-shadow:0 0 0 4px rgba(215,185,121,.14)}
.events-realized-bottom{margin-top:20px;padding:18px 20px;border:1px solid #e3dbcf;border-radius:14px;background:rgba(255,255,255,.76);display:flex;align-items:center;justify-content:space-between;gap:24px}
.events-realized-bottom p{margin:0;max-width:790px;color:#6b7682;font-size:11px;line-height:1.5}
.events-realized-bottom strong{color:#324b65}
.events-realized-bottom .btn{white-space:nowrap}
@media(max-width:920px){.events-realized-home{padding:62px 0}.events-realized-heading{grid-template-columns:1fr;gap:14px}.events-realized-grid{grid-template-columns:1fr 1fr;grid-template-rows:410px 260px 280px}.realized-card-featured{grid-column:1/3;grid-row:auto}.realized-card-wide{grid-column:1/3}.events-realized-bottom{align-items:flex-start;flex-direction:column}.events-realized-bottom .btn{width:100%}}
@media(max-width:620px){.events-realized-home{padding:48px 0}.events-realized-heading h2{font-size:38px}.events-realized-grid{display:grid;grid-template-columns:1fr;grid-template-rows:none;gap:12px}.realized-card,.realized-card-featured,.realized-card-wide{grid-column:auto;grid-row:auto;min-height:330px}.realized-card-featured{min-height:410px}.realized-card-content{padding:20px}.realized-card h3{font-size:28px}.events-realized-bottom{padding:16px}.events-realized-bottom p{font-size:10px}}

/* Todo en un mismo lugar */
.all-in-one-home{position:relative;overflow:hidden;padding:86px 0;background:linear-gradient(180deg,#07111c 0%,#0b1d2f 100%);color:#fff}
.all-in-one-home::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 0,rgba(8,117,223,.18),transparent 30%),radial-gradient(circle at 90% 100%,rgba(197,154,82,.14),transparent 32%);pointer-events:none}
.all-in-one-home>.container{position:relative;z-index:1}
.all-in-one-heading{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:end;margin-bottom:28px}
.all-in-one-heading .eyebrow{color:#d7b979;margin-bottom:8px}
.all-in-one-heading h2{font-family:'Playfair Display',Georgia,serif;font-size:clamp(38px,4.2vw,58px);line-height:1.02;margin:0;color:#fff}
.all-in-one-heading>p{margin:0;color:rgba(255,255,255,.72);font-size:14px;line-height:1.7;max-width:520px}
.all-in-one-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.all-in-one-card{position:relative;min-height:390px;overflow:hidden;border-radius:14px;background:#132233;isolation:isolate}
.all-in-one-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.all-in-one-card:hover img{transform:scale(1.045)}
.all-in-one-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,13,22,.06) 20%,rgba(4,13,22,.34) 54%,rgba(3,10,18,.94) 100%)}
.all-in-one-content{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:22px 18px}
.all-in-one-content>span{display:block;color:#d7b979;font-size:10px;font-weight:800;letter-spacing:.18em;margin-bottom:7px}
.all-in-one-content h3{font-family:'Playfair Display',Georgia,serif;font-size:25px;line-height:1;margin:0 0 8px;color:#fff}
.all-in-one-content p{font-size:11px;line-height:1.45;color:rgba(255,255,255,.78);margin:0}
.all-in-one-bottom{margin-top:18px;padding:18px 20px;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.045);border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.all-in-one-bottom p{margin:0;color:rgba(255,255,255,.78);font-size:13px}
.all-in-one-bottom .btn{flex:0 0 auto}
@media(max-width:1050px){.all-in-one-grid{grid-template-columns:repeat(3,1fr)}.all-in-one-card:nth-child(4),.all-in-one-card:nth-child(5){min-height:330px}.all-in-one-heading{grid-template-columns:1fr;gap:12px;align-items:start}.all-in-one-heading>p{max-width:720px}}
@media(max-width:720px){.all-in-one-home{padding:54px 0}.all-in-one-heading h2{font-size:39px}.all-in-one-grid{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory;padding-bottom:5px}.all-in-one-card{flex:0 0 82%;min-height:390px;scroll-snap-align:start}.all-in-one-card:nth-child(4),.all-in-one-card:nth-child(5){min-height:390px}.all-in-one-bottom{align-items:flex-start;flex-direction:column}.all-in-one-bottom .btn{width:100%}}


/* Motion polish */
.experience-panel{transition:transform .55s cubic-bezier(.2,.7,.2,1),box-shadow .55s ease}.experience-panel:hover{transform:translateY(-5px);box-shadow:0 24px 54px rgba(6,33,61,.22)}
.experience-content,.realized-card-content,.all-in-one-content{transition:transform .5s cubic-bezier(.2,.7,.2,1)}.experience-panel:hover .experience-content,.realized-card:hover .realized-card-content,.all-in-one-card:hover .all-in-one-content{transform:translateY(-4px)}
.event-card,.space-card,.review-card,.gastronomy-highlights>div{transition:transform .42s cubic-bezier(.2,.7,.2,1),box-shadow .42s ease,border-color .42s ease}.event-card:hover,.space-card:hover{transform:translateY(-5px);box-shadow:0 16px 34px rgba(20,58,96,.13)}.review-card:hover,.gastronomy-highlights>div:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(20,58,96,.10)}
.event-card img,.space-card img,.intro-collage img,.wedding-main-image img,.wedding-side-images img,.gastronomy-mini-photos img{transition:transform 6.5s cubic-bezier(.2,.7,.2,1)}
.wedding-premium.motion-section-active .wedding-main-image img{transform:scale(1.025)}.wedding-premium.motion-section-active .wedding-side-images img:first-child{transform:scale(1.018)}.wedding-premium.motion-section-active .wedding-side-images img:last-child{transform:scale(1.025)}
.production-label{transition:transform .45s cubic-bezier(.2,.75,.2,1),background .35s ease,border-color .35s ease}.production-label:hover{transform:translateY(-4px);background:rgba(5,13,22,.84);border-color:rgba(215,185,121,.34)}
.production-tags span{transition:transform .35s cubic-bezier(.2,.7,.2,1),background .35s ease,border-color .35s ease}.production-tags span:hover{transform:translateY(-2px);background:rgba(215,185,121,.08);border-color:rgba(215,185,121,.45)}
.gallery-item{transition:transform .4s cubic-bezier(.2,.7,.2,1),box-shadow .4s ease}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 14px 28px rgba(20,58,96,.15)}
.lightbox{opacity:0;transition:opacity .26s ease}.lightbox.open{opacity:1}.lightbox img{transform:scale(.97);opacity:0;transition:transform .34s cubic-bezier(.2,.75,.2,1),opacity .3s ease}.lightbox.open img{transform:scale(1);opacity:1}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal,.reveal.reveal-left,.reveal.reveal-right,.reveal.reveal-scale{opacity:1!important;transform:none!important;filter:none!important;transition:none!important}.hero-generated,.hero-mobile-image,.xuan-club-glow-one,.xuan-club-glow-two{animation:none!important;transform:none!important}.motion-media img,.motion-media.media-active img,.motion-media.media-active:hover img,.wedding-premium.motion-section-active .wedding-main-image img,.wedding-premium.motion-section-active .wedding-side-images img{transform:none!important;transition:none!important}.xuan-club-home .club-verbs span,.xuan-club-home .club-image-badge,.xuan-club-home .club-image-word{opacity:1!important;transform:none!important;transition:none!important}.btn,.event-card,.space-card,.review-card,.gallery-item,.experience-panel,.production-label,.production-tags span,.gastronomy-highlights>div{transition:none!important}.btn:hover,.event-card:hover,.space-card:hover,.review-card:hover,.gallery-item:hover,.experience-panel:hover,.production-label:hover,.production-tags span:hover,.gastronomy-highlights>div:hover{transform:none!important}}

/* Entrada inicial del hero */
.hero-center h1{animation:hero-copy-in .82s cubic-bezier(.2,.75,.2,1) .12s both}
.hero-center>p{animation:hero-copy-in .82s cubic-bezier(.2,.75,.2,1) .24s both}
.hero-actions-desktop{animation:hero-copy-in .78s cubic-bezier(.2,.75,.2,1) .36s both}
.hero-mobile .hero-actions{animation:hero-copy-in .72s cubic-bezier(.2,.75,.2,1) .28s both}
@keyframes hero-copy-in{from{opacity:0;transform:translate3d(0,18px,0)}to{opacity:1;transform:translate3d(0,0,0)}}
@media(prefers-reduced-motion:reduce){.hero-center h1,.hero-center>p,.hero-actions-desktop,.hero-mobile .hero-actions{animation:none!important}}

/* ==================================================
   RESPONSIVE HARDENING — 320 / 360 / 390 / 430 / 768 / 1024 / 1440+
   ================================================== */
html,body{max-width:100%;overflow-x:clip}
body{min-width:0}
.container,.header-inner,.footer-grid,.seo-page-content{min-width:0}
img,video,svg{max-width:100%}
button,a,input,select,textarea{max-width:100%}
h1,h2,h3,p,strong,small,a{overflow-wrap:break-word}
.feature .material-symbols-rounded,.btn .material-symbols-rounded,.mobile-bottom .material-symbols-rounded{width:1em;overflow:hidden;white-space:nowrap;flex:0 0 auto;line-height:1}
.gallery-row,.all-in-one-grid{-webkit-overflow-scrolling:touch;scrollbar-width:thin}
.gallery-row>* ,.all-in-one-grid>*{min-width:0}

/* El CTA del header no debe competir con una navegación larga. */
@media (max-width:1199px){
  .header-cta{display:none}
}

/* Header compacto para tablet y pantallas donde la navegación completa queda apretada. */
@media (max-width:1050px){
  .site-header{height:64px}
  .header-inner{height:64px;gap:14px}
  .brand{width:auto;min-width:82px}
  .brand img{width:82px;height:52px}
  .desktop-nav{display:none}
  .menu-toggle{display:grid;place-items:center;margin-left:auto;width:44px;height:44px;padding:0;border-radius:8px}
  .mobile-nav{position:fixed;z-index:70;top:64px;left:0;right:0;max-height:calc(100dvh - 64px);overflow-y:auto;overscroll-behavior:contain;padding:12px max(18px,calc((100vw - 720px)/2)) 18px;background:rgba(3,47,89,.985);backdrop-filter:blur(12px);grid-template-columns:repeat(2,minmax(0,1fr));column-gap:10px}
  .mobile-nav a{min-height:44px;display:flex;align-items:center;padding:10px 12px}
}

/* En tablet conviene el hero horizontal; la imagen vertical queda reservada para teléfonos. */
@media (min-width:481px) and (max-width:820px){
  .hero-desktop{display:block}
  .hero-mobile{display:none}
  .hero-desktop{min-height:420px}
  .hero-generated{height:clamp(420px,62vw,540px);object-position:center}
  .hero-center{padding:38px 34px 62px}
  .hero-center h1{font-size:clamp(40px,6.5vw,58px);max-width:720px}
  .hero-center p{font-size:clamp(15px,2.4vw,20px);max-width:650px}
  .hero-actions-desktop .btn{min-width:190px;min-height:48px}
}

/* 1024 px: priorizar legibilidad en los bloques editoriales de dos columnas. */
@media (max-width:1050px){
  .wedding-premium-grid,.xuan-club-home-grid,.gastronomy-home-grid,.production-home-grid{grid-template-columns:1fr;gap:36px}
  .wedding-copy,.xuan-club-home-copy,.gastronomy-copy,.production-copy{max-width:780px}
  .wedding-visuals{min-height:460px}.wedding-main-image{min-height:460px}
  .xuan-club-home-visual{min-height:500px}
  .gastronomy-visual,.gastronomy-main-photo{min-height:480px}
  .production-visual{min-height:500px}
  .events-realized-heading{grid-template-columns:1fr;gap:14px;align-items:start}
}

@media (max-width:720px){
  .section-heading h2{font-size:clamp(28px,7vw,36px)}
  .intro-grid{gap:24px}
  .contact-card{min-width:0}
  .quote-form{min-width:0}
  .form-row>*{min-width:0}
}

/* Teléfonos: composición de una sola columna y objetivos táctiles cómodos. */
@media (max-width:480px){
  .container{width:calc(100% - 24px)}
  .section{padding:44px 0}.section-tight{padding:28px 0 34px}
  .mobile-nav{grid-template-columns:1fr;padding:10px 14px 16px}
  .mobile-nav a{padding:9px 12px}

  .hero-mobile{display:block}
  .hero-desktop{display:none}
  .hero-mobile-image{width:100%;height:auto;max-width:none}
  .hero-mobile-content{bottom:18px;padding:0 12px}
  .hero-mobile .hero-actions{display:grid;grid-template-columns:1fr;gap:8px;width:100%;max-width:360px;margin-inline:auto}
  .hero-mobile .btn{width:100%;min-height:46px;padding:11px 14px;font-size:12px}

  .feature-strip{width:calc(100% - 24px);margin-top:-22px;padding:8px 6px;border-radius:10px}
  .feature{padding:9px 6px}
  .feature .material-symbols-rounded{font-size:30px}
  .feature strong{font-size:12.5px;line-height:1.2}
  .feature small{font-size:9px}

  .dual-experience-section{padding:34px 0 18px}
  .dual-experience-heading{margin-bottom:16px}
  .dual-experience-heading h2{font-size:clamp(28px,9vw,35px)}
  .experience-panel{min-height:390px;border-radius:14px}
  .experience-content{padding:24px 20px}
  .experience-content h3{font-size:clamp(25px,8vw,31px)}
  .experience-content p{font-size:13px;line-height:1.45}
  .experience-content .btn{width:100%;min-height:46px}

  .intro{padding-top:42px}
  .intro-copy h2{font-size:clamp(30px,9vw,36px)}
  .intro-copy>p:not(.eyebrow){font-size:13px;line-height:1.6}
  .intro-collage{height:330px;gap:8px}
  .intro-collage .collage-main{height:190px}

  .event-grid,.spaces-grid{grid-template-columns:1fr;gap:14px}
  .event-card img,.space-card img{height:clamp(200px,62vw,255px)}
  .event-card h3,.space-card h3{font-size:18px}
  .event-card p,.space-card p{font-size:12px;line-height:1.45}
  .event-card{padding-bottom:16px}.space-card{padding-bottom:4px}

  .gallery-row{gap:10px;margin-inline:0;scroll-padding-left:0}
  .gallery-item{min-width:86%;height:clamp(210px,62vw,260px)}

  .wedding-premium,.xuan-club-home,.gastronomy-home,.production-home,.events-realized-home{padding:48px 0}
  .wedding-copy h2,.xuan-club-home-copy h2,.gastronomy-copy h2,.production-copy h2,.events-realized-heading h2,.all-in-one-heading h2{font-size:clamp(33px,10.2vw,40px);line-height:.98}
  .wedding-main-image,.gastronomy-main-photo{height:clamp(330px,100vw,410px)}
  .wedding-side-images,.gastronomy-mini-photos{height:140px;gap:8px}
  .wedding-visuals,.gastronomy-visual{gap:8px}
  .wedding-photo-label{left:12px;bottom:158px;max-width:calc(100% - 24px)}
  .wedding-lead,.club-lead,.gastronomy-lead,.production-lead{font-size:13.5px;line-height:1.6}
  .wedding-pillars{gap:9px}
  .wedding-pillars>div{grid-template-columns:38px minmax(0,1fr);padding:11px 10px}
  .wedding-actions,.club-home-actions,.gastronomy-actions,.production-actions{width:100%}
  .wedding-actions .btn,.club-home-actions .btn,.gastronomy-actions .btn,.production-actions .btn{width:100%;min-height:46px}

  .xuan-club-home-visual{min-height:370px}
  .club-image-word{font-size:66px}
  .club-image-badge{left:12px;right:12px;bottom:12px;padding:11px 12px}
  .club-verbs{gap:6px}.club-verbs span{font-size:9px;padding:7px 9px;min-height:34px}

  .gastronomy-highlights>div{grid-template-columns:40px minmax(0,1fr);padding:11px}
  .gastronomy-highlights .material-symbols-rounded{width:38px;height:38px}

  .production-visual{min-height:410px}
  .production-label{grid-template-columns:34px minmax(0,1fr);column-gap:8px;max-width:calc(100% - 24px);padding:8px 9px}
  .production-label .material-symbols-rounded{width:32px;height:32px;font-size:18px}
  .production-label strong{font-size:13px}.production-label small{font-size:8px}
  .production-label-one{left:12px;bottom:12px}.production-label-two{right:12px;bottom:76px}.production-label-three{right:12px;top:12px}
  .production-word{font-size:56px}

  .realized-card,.realized-card-featured,.realized-card-wide{min-height:310px}
  .realized-card-featured{min-height:370px}
  .realized-card-content{padding:18px}
  .realized-card h3{font-size:26px}.realized-card p{font-size:12px}

  .all-in-one-home{padding:48px 0}
  .all-in-one-grid{gap:10px}
  .all-in-one-card,.all-in-one-card:nth-child(4),.all-in-one-card:nth-child(5){flex-basis:88%;min-height:360px}
  .all-in-one-content{padding:20px 16px}
  .all-in-one-bottom{padding:15px;gap:14px}

  .process-shell{padding:14px;gap:14px}
  .process-steps li{padding:9px 8px}
  .process-steps li:not(:last-child)::after{bottom:-13px}

  .opening-hours-compact>span,.hours-list>div{gap:10px}
  .opening-hours-compact>span{flex-wrap:wrap}
  .hours-list>div{padding:12px 14px}
  .hours-list span,.hours-list strong{font-size:11px}

  .contact-socials .social-links{grid-template-columns:repeat(3,minmax(0,1fr))}
  .quote-form{margin:10px;padding:13px}
  .contact-info{padding:24px 18px}
  .contact-phone{max-width:100%;font-size:13px}

  .internal-hero,.seo-landing .seo-hero{min-height:420px;padding:36px 0}
  .internal-hero h1,.seo-landing .seo-hero h1{font-size:clamp(34px,10vw,42px);line-height:1.02}
  .internal-hero p:not(.eyebrow){font-size:14px;line-height:1.55}
  .internal-actions{display:grid;grid-template-columns:1fr;width:100%;gap:9px}
  .internal-actions .btn{width:100%}
  .internal-content{margin:38px auto;padding:0 14px}
  .internal-content h2,.club-block h2{font-size:29px}
  .internal-gallery{width:calc(100% - 24px);gap:10px}
  .internal-gallery img{height:220px}

  .seo-page-content{padding-top:32px;padding-bottom:32px}
  .seo-checklist{padding:20px}
  .seo-cta-band{padding:34px 0}
  .seo-cta-band .btn{width:100%}
  .seo-footer-grid{grid-template-columns:1fr}

  .footer-grid{gap:22px;padding:24px 0 18px}
  .mobile-bottom{height:60px;grid-template-columns:repeat(3,minmax(0,1fr))}
  body{padding-bottom:60px}
  .mobile-bottom a{min-width:0;font-size:9.5px;padding:4px}
  .mobile-bottom .material-symbols-rounded,.mobile-bottom .wa-icon{width:22px;height:22px;font-size:22px}
}

/* Ultra estrecho: 320 px. */
@media (max-width:340px){
  .container{width:calc(100% - 20px)}
  .brand img{width:76px}
  .feature-strip{width:calc(100% - 20px)}
  .feature strong{font-size:11.5px}
  .feature small{font-size:8.5px}
  .experience-content{padding:20px 16px}
  .experience-content h3{font-size:24px}
  .wedding-copy h2,.xuan-club-home-copy h2,.gastronomy-copy h2,.production-copy h2,.events-realized-heading h2,.all-in-one-heading h2{font-size:32px}
  .club-verbs span,.production-tags span{font-size:8.5px}
  .realized-card-content{padding:16px}
  .mobile-bottom a{font-size:9px}
}

/* Escritorios amplios: evitar líneas excesivamente largas y conservar escala editorial. */
@media (min-width:1440px){
  .hero-center h1{max-width:900px}
  .hero-center p{max-width:800px}
  .dual-experience-grid{gap:22px}
  .experience-panel{min-height:550px}
  .intro-grid{gap:72px}
}

/* Ajustes finales detectados en revisión visual móvil */
.menu-toggle .material-symbols-rounded{width:1em;max-width:1em;overflow:hidden;white-space:nowrap;line-height:1}
@media (max-width:480px){
  .hero-mobile{height:calc(100svh - 64px);min-height:640px;max-height:900px}
  .hero-mobile-image{height:100%;object-fit:cover;object-position:center}
  .hero-mobile-content{bottom:76px}
}
@media (max-width:480px){.hero-mobile-content{bottom:84px}}
@media (max-width:1050px){body.nav-open{overflow:hidden}}
@media (min-width:1051px){.mobile-nav{display:none!important}}
