:root{--bg-obsidian:#070a0f;--bg-midnight:#111827;--accent-gold:#d7b56d;--accent-gold-hover:#e8c784;--text-ivory:#f7f1e3;--accent-emerald:#0f3d35;--accent-bronze:#a7784f;--text-muted:#a1a8b9;--border-gold:#d7b56d33;--border-muted:#ffffff14;--glass-bg:#111827bf;--glass-blur:blur(12px);--shadow-premium:0 10px 30px -5px #00000080;--font-serif:"Playfair Display", Georgia, serif;--font-sans:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--max-width:1400px;--header-height:80px;--promo-height:40px}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-obsidian);width:100%;min-height:100vh;color:var(--text-ivory);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-size:16px;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);letter-spacing:.03em;color:#fff;font-weight:400}p{color:var(--text-muted);letter-spacing:.01em;font-weight:300}a{color:inherit;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-obsidian)}::-webkit-scrollbar-thumb{background:var(--accent-gold);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-gold-hover)}.editorial-title{margin-bottom:1.5rem;font-size:clamp(2rem,5vw,4rem);line-height:1.1}.editorial-subtitle{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.3em;color:var(--accent-gold);margin-bottom:.75rem;font-size:.75rem;display:block}.editorial-divider{background:var(--accent-gold);width:60px;height:1px;margin:2rem 0}.btn-gold{background:var(--accent-gold);color:var(--bg-obsidian);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.2em;border:1px solid var(--accent-gold);cursor:pointer;z-index:1;border-radius:0;justify-content:center;align-items:center;padding:1rem 2.25rem;font-size:.75rem;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.btn-gold:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(90deg,#0000 0%,#ffffff40 50%,#0000 100%);width:50%;height:100%;animation:4s ease-in-out infinite goldShine;position:absolute;top:0;left:-100%;transform:skew(-25deg)}.btn-gold:before{content:"";z-index:-1;background:linear-gradient(135deg,#ffe5a3 0%,#d7b56d 100%);width:0;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.btn-gold:hover:before{width:100%}.btn-gold:hover{color:var(--bg-obsidian);border-color:#ffe5a3;transform:translateY(-2px);box-shadow:0 0 25px #e8c78499,0 10px 25px #d7b56d59}.btn-outline{color:#fff;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.2em;border:1px solid var(--border-gold);cursor:pointer;background:0 0;border-radius:0;justify-content:center;align-items:center;padding:1rem 2.25rem;font-size:.75rem;font-weight:500;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-outline:hover{border-color:var(--accent-gold);color:var(--accent-gold);background:#d7b56d14;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.animate-fade-in{animation:.8s cubic-bezier(.4,0,.2,1) forwards fadeIn}.animate-slide-down{animation:.5s cubic-bezier(.4,0,.2,1) forwards slideDown}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.grid-editorial{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (min-width:768px){.grid-editorial{grid-template-columns:1fr 1fr;gap:4rem}}.editorial-image-wrapper{aspect-ratio:4/5;background:var(--bg-midnight);position:relative;overflow:hidden}.editorial-image{object-fit:cover;width:100%;height:100%;transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.editorial-image-wrapper:hover .editorial-image{transform:scale(1.05)}.editorial-image-wrapper:after{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#070a0f66 100%);position:absolute;inset:0}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer-skeleton{background:linear-gradient(90deg,#11182799 25%,#d7b56d1a 37%,#11182799 63%) 0 0/200% 100%;animation:1.8s linear infinite shimmer}@keyframes goldShine{0%{left:-120%}50%{left:220%}to{left:220%}}@keyframes revealFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.reveal-fade-up{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards revealFadeUp}.scroll-reveal{opacity:0;transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1);transition-delay:var(--reveal-delay,0s);will-change:transform, opacity;transform:translateY(30px)}.scroll-reveal.is-visible{opacity:1;transform:translateY(0)}.scroll-reveal-left{opacity:0;transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1);transition-delay:var(--reveal-delay,0s);will-change:transform, opacity;transform:translate(-40px)}.scroll-reveal-left.is-visible{opacity:1;transform:translate(0)}.scroll-reveal-right{opacity:0;transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1);transition-delay:var(--reveal-delay,0s);will-change:transform, opacity;transform:translate(40px)}.scroll-reveal-right.is-visible{opacity:1;transform:translate(0)}.scroll-reveal-scale{opacity:0;transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1);transition-delay:var(--reveal-delay,0s);will-change:transform, opacity;transform:scale(.96)translateY(15px)}.scroll-reveal-scale.is-visible{opacity:1;transform:scale(1)translateY(0)}.shimmer-card-hover{position:relative;overflow:hidden}.shimmer-card-hover:after{content:"";pointer-events:none;z-index:5;background:linear-gradient(90deg,#0000 0%,#d7b56d26 50%,#0000 100%);width:50%;height:100%;transition:none;position:absolute;top:0;left:-150%;transform:skew(-25deg)}.shimmer-card-hover:hover:after{transition:left 1.2s cubic-bezier(.16,1,.3,1);left:200%}nextjs-portal{display:none!important}
.Header-module__lnUIdW__promoBar{background-color:var(--accent-gold);color:var(--bg-obsidian);height:var(--promo-height);letter-spacing:.05em;z-index:1000;justify-content:center;align-items:center;width:100%;padding:0 1.5rem;font-size:.75rem;font-weight:500;transition:all .3s;display:flex;position:fixed;top:0;left:0}.Header-module__lnUIdW__promoText{align-items:center;gap:10px;display:flex}.Header-module__lnUIdW__promoLink{cursor:pointer;font-weight:700;text-decoration:underline}.Header-module__lnUIdW__promoLink:hover{color:#070a0fcc}.Header-module__lnUIdW__promoClose{color:var(--bg-obsidian);cursor:pointer;opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;right:1.5rem}.Header-module__lnUIdW__promoClose:hover{opacity:1}.Header-module__lnUIdW__header{top:var(--promo-height);width:100%;height:var(--header-height);z-index:999;background:linear-gradient(#070a0fcc 0%,#0000 100%);border-bottom:1px solid #ffffff08;align-items:center;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;left:0}.Header-module__lnUIdW__header.Header-module__lnUIdW__noPromo{top:0!important}.Header-module__lnUIdW__header.Header-module__lnUIdW__scrolled{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border-bottom:1px solid var(--border-gold);height:70px;box-shadow:var(--shadow-premium)}.Header-module__lnUIdW__navContainer{width:100%;max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0 2rem;display:flex}.Header-module__lnUIdW__logoWrapper{align-items:center;display:flex}.Header-module__lnUIdW__logo{font-family:var(--font-serif);letter-spacing:.15em;color:#fff;font-size:1.5rem;font-weight:600;transition:color .3s}.Header-module__lnUIdW__logo:hover{color:var(--accent-gold)}.Header-module__lnUIdW__desktopNav{align-items:center;gap:1.75rem;display:none}@media (min-width:1024px){.Header-module__lnUIdW__desktopNav{display:flex}}.Header-module__lnUIdW__navLink{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.15em;color:var(--text-ivory);opacity:.85;padding:.5rem 0;font-size:.7rem;font-weight:500;position:relative}.Header-module__lnUIdW__navLink:after{content:"";background-color:var(--accent-gold);width:0;height:1px;transition:width .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0}.Header-module__lnUIdW__navLink:hover{opacity:1;color:var(--accent-gold)}.Header-module__lnUIdW__navLink:hover:after,.Header-module__lnUIdW__navLink.Header-module__lnUIdW__active:after{width:100%}.Header-module__lnUIdW__navLink.Header-module__lnUIdW__active{opacity:1;color:var(--accent-gold);font-weight:600}.Header-module__lnUIdW__rightActions{align-items:center;gap:1.5rem;display:flex}.Header-module__lnUIdW__adminShortcut{text-transform:uppercase;letter-spacing:.1em;opacity:.7;color:var(--text-ivory);align-items:center;gap:6px;font-size:.7rem;transition:all .3s;display:flex}.Header-module__lnUIdW__actionText{display:none}@media (min-width:640px){.Header-module__lnUIdW__actionText{display:inline}}.Header-module__lnUIdW__adminShortcut:hover{opacity:1;color:var(--accent-gold)}.Header-module__lnUIdW__bookBtn{background-color:var(--accent-gold);color:var(--bg-obsidian);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.1em;border:1px solid var(--accent-gold);align-items:center;padding:.75rem 1.25rem;font-size:.7rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.Header-module__lnUIdW__bookBtn:hover{color:var(--accent-gold);background-color:#0000;transform:translateY(-1px)}.Header-module__lnUIdW__hamburger{color:var(--text-ivory);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:color .3s;display:flex}.Header-module__lnUIdW__hamburger:hover{color:var(--accent-gold)}@media (min-width:1024px){.Header-module__lnUIdW__hamburger{display:none}}.Header-module__lnUIdW__mobileMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:2000;background:#070a0ffa;flex-direction:column;padding:2rem;transition:transform .5s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset:0;transform:translate(-100%)}.Header-module__lnUIdW__mobileMenuOpen{transform:translate(0)}.Header-module__lnUIdW__mobileMenuHeader{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.Header-module__lnUIdW__mobileLogo{font-family:var(--font-serif);letter-spacing:.15em;color:var(--accent-gold);font-size:1.5rem;font-weight:600}.Header-module__lnUIdW__closeBtn{color:var(--text-ivory);cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.Header-module__lnUIdW__closeBtn:hover{color:var(--accent-gold);border-color:var(--accent-gold)}.Header-module__lnUIdW__mobileNavLinks{flex-direction:column;flex-grow:1;gap:1.5rem;display:flex}.Header-module__lnUIdW__mobileNavLink{font-family:var(--font-serif);color:#fff;width:fit-content;font-size:1.75rem;font-weight:300;transition:all .3s}.Header-module__lnUIdW__mobileNavLink:hover,.Header-module__lnUIdW__mobileActive{color:var(--accent-gold);padding-left:10px}.Header-module__lnUIdW__mobileDivider{background:#ffffff14;height:1px;margin:1rem 0}.Header-module__lnUIdW__mobileSecondaryLink{color:var(--text-muted);align-items:center;gap:12px;font-size:.9rem;transition:color .3s;display:flex}.Header-module__lnUIdW__mobileSecondaryLink:hover{color:var(--accent-gold)}.Header-module__lnUIdW__mobileBookBtn{background-color:var(--accent-gold);color:var(--bg-obsidian);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.15em;border:1px solid var(--accent-gold);justify-content:center;align-items:center;width:100%;margin-top:auto;padding:1.25rem;font-size:.85rem;font-weight:600;transition:all .3s;display:flex}.Header-module__lnUIdW__mobileBookBtn:hover{color:var(--accent-gold);background-color:#0000}
.Footer-module__3hUVsW__footer{border-top:1px solid var(--border-gold);z-index:10;background-color:#04060a;width:100%;margin-top:auto;padding:5rem 0 0;position:relative}.Footer-module__3hUVsW__footerContainer{max-width:var(--max-width);grid-template-columns:1fr;gap:3rem;margin:0 auto;padding:0 2rem 4rem;display:grid}@media (min-width:768px){.Footer-module__3hUVsW__footerContainer{grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:2rem}}.Footer-module__3hUVsW__brandCol{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__3hUVsW__logo{font-family:var(--font-serif);letter-spacing:.2em;color:#fff;font-size:1.75rem;font-weight:600}.Footer-module__3hUVsW__brandDesc{max-width:300px;font-size:.85rem;line-height:1.7}.Footer-module__3hUVsW__socials{gap:1rem;margin-top:.5rem;display:flex}.Footer-module__3hUVsW__socialIcon{border:1px solid var(--border-muted);width:36px;height:36px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Footer-module__3hUVsW__socialIcon:hover{color:var(--accent-gold);border-color:var(--accent-gold);transform:translateY(-2px)}.Footer-module__3hUVsW__linksCol{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__3hUVsW__colTitle{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.2em;color:var(--accent-gold);border-bottom:1px solid #ffffff0d;width:fit-content;padding-bottom:.75rem;font-size:.75rem;font-weight:600}.Footer-module__3hUVsW__linksList{flex-direction:column;gap:.75rem;list-style:none;display:flex}.Footer-module__3hUVsW__linksList a{color:var(--text-muted);font-size:.85rem;transition:color .2s}.Footer-module__3hUVsW__linksList a:hover{color:var(--text-ivory);padding-left:2px}.Footer-module__3hUVsW__newsletterCol{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__3hUVsW__newsletterDesc{font-size:.85rem;line-height:1.6}.Footer-module__3hUVsW__newsletterForm{width:100%}.Footer-module__3hUVsW__inputWrapper{border-bottom:1px solid var(--border-gold);align-items:center;padding:.5rem 0;transition:border-color .3s;display:flex;position:relative}.Footer-module__3hUVsW__inputWrapper:focus-within{border-color:#fff}.Footer-module__3hUVsW__mailIcon{color:var(--accent-gold);opacity:.7}.Footer-module__3hUVsW__emailInput{color:#fff;font-family:var(--font-sans);letter-spacing:.1em;background:0 0;border:none;outline:none;flex-grow:1;padding:.5rem .75rem;font-size:.75rem}.Footer-module__3hUVsW__emailInput::placeholder{color:#a1a8b980}.Footer-module__3hUVsW__submitBtn{color:var(--accent-gold);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:transform .3s;display:flex}.Footer-module__3hUVsW__submitBtn:hover{transform:translate(3px)}.Footer-module__3hUVsW__successMsg{color:#4ade80;align-items:center;margin-top:.5rem;font-size:.75rem;animation:.3s Footer-module__3hUVsW__fadeIn;display:flex}.Footer-module__3hUVsW__languageSelector{align-items:center;gap:10px;margin-top:1rem;display:flex}.Footer-module__3hUVsW__langLabel{color:var(--text-muted);font-size:.75rem}.Footer-module__3hUVsW__langSelect{color:var(--text-ivory);border:1px solid var(--border-muted);font-family:var(--font-sans);cursor:pointer;background:#0d121c;outline:none;padding:.4rem .8rem;font-size:.75rem;transition:border-color .3s}.Footer-module__3hUVsW__langSelect:hover{border-color:var(--accent-gold)}.Footer-module__3hUVsW__bottomBar{background-color:#020305;border-top:1px solid #ffffff08;width:100%;padding:2rem 0}.Footer-module__3hUVsW__bottomContainer{max-width:var(--max-width);flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:0 2rem;display:flex}@media (min-width:768px){.Footer-module__3hUVsW__bottomContainer{flex-direction:row;gap:0}}.Footer-module__3hUVsW__copyright{color:var(--text-muted);font-size:.75rem}.Footer-module__3hUVsW__footerLegalLinks{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.Footer-module__3hUVsW__footerLegalLinks a{color:var(--text-muted);font-size:.75rem}.Footer-module__3hUVsW__footerLegalLinks a:hover{color:var(--text-ivory)}
