@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Montserrat:wght@400;500;700;800&display=swap');
:root{--negro:#080808;--oro:#d6a31f;--crema:#f4efe6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--crema);color:#111;font-family:Montserrat,Arial,sans-serif}img{max-width:100%;display:block}.header{position:fixed;top:0;left:0;width:100%;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:16px 5vw;background:rgba(0,0,0,.78);backdrop-filter:blur(10px)}.Logo img{width:245px;max-height:65px;object-fit:contain}nav{display:flex;gap:22px}nav a{color:white;text-decoration:none;font-weight:800;font-size:.86rem}.hero{position:relative;min-height:92vh;display:flex;align-items:center;color:white;overflow:hidden;background:#000}.hero:before{content:"";position:absolute;inset:-18px;background:var(--hero) center/cover no-repeat;filter:blur(5px);transform:scale(1.04)}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.84),rgba(0,0,0,.48))}.hero-content{position:relative;z-index:1;padding:0 8vw;max-width:930px}.tag{color:var(--oro);text-transform:uppercase;letter-spacing:.18em;font-weight:900;font-size:.78rem}.tag.dark{color:#9a7419}h1,h2{font-family:'Playfair Display',Georgia,serif}h1{font-size:clamp(4rem,9vw,9rem);line-height:.9;margin:12px 0}h2{font-size:clamp(2.1rem,4.6vw,4.8rem);line-height:1.05;margin:10px 0 25px}p{line-height:1.85}.hero p{font-size:1.2rem;max-width:680px}.btn{display:inline-flex;margin-top:18px;padding:15px 24px;background:var(--oro);color:#111;border-radius:999px;text-decoration:none;font-weight:900}.story,.video-section,.seo-content{padding:95px 8vw;max-width:1180px;margin:auto}.story p,.seo-content p{font-size:1.08rem}.back{display:inline-flex;margin-bottom:24px;color:#9a7419;font-weight:900;text-decoration:none}.video-frame{aspect-ratio:16/9;border-radius:26px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.25);background:#000}.video-frame iframe{width:100%;height:100%;border:0}.gallery-section{padding:95px 4vw;background:#090909;color:white}.section-title{max-width:900px;margin-bottom:38px}.gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:285px;gap:16px}.gallery figure{margin:0;border-radius:22px;overflow:hidden;background:#222;cursor:pointer}.gallery img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.gallery figure:nth-child(1),.gallery figure:nth-child(2),.gallery figure:nth-child(15){grid-column:span 2}.gallery figure:nth-child(5),.gallery figure:nth-child(9),.gallery figure:nth-child(17){grid-row:span 2}.gallery figure:hover img{transform:scale(1.045)}.cta{padding:110px 8vw;text-align:center;color:white;background:linear-gradient(rgba(0,0,0,.78),rgba(0,0,0,.78)),var(--cta) center/cover no-repeat}.cta p{max-width:700px;margin-left:auto;margin-right:auto}footer{background:#050505;color:#aaa;text-align:center;padding:38px}footer img{width:220px;margin:0 auto 14px}.reveal{opacity:0;transform:translateY(26px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:translateY(0)}.lightbox{display:none;position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.94);align-items:center;justify-content:center;padding:24px}.lightbox.open{display:flex}.lightbox-content{max-width:88vw;max-height:82vh;border-radius:12px;box-shadow:0 0 60px rgba(0,0,0,.75)}.lightbox-close,.lightbox-prev,.lightbox-next{position:absolute;background:rgba(255,255,255,.1);color:white;border:0;cursor:pointer;border-radius:999px}.lightbox-close{top:22px;right:28px;font-size:42px;width:54px;height:54px}.lightbox-prev,.lightbox-next{top:50%;transform:translateY(-50%);font-size:54px;width:62px;height:62px}.lightbox-prev{left:28px}.lightbox-next{right:28px}#lightbox-caption{position:absolute;bottom:22px;color:white;text-align:center;max-width:80vw}@media(max-width:900px){.gallery{grid-template-columns:repeat(2,1fr);grid-auto-rows:250px}.gallery figure:nth-child(n){grid-column:auto;grid-row:auto}.Logo img{width:190px}nav{gap:14px}.story,.video-section,.seo-content{padding:75px 6vw}}@media(max-width:600px){.header{padding:12px 4vw}nav a:nth-child(1),nav a:nth-child(2){display:none}.hero-content{padding:0 6vw}.gallery{grid-template-columns:1fr;grid-auto-rows:380px}.lightbox-prev,.lightbox-next{display:none}h1{font-size:4rem}}
