@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500&family=Jost:wght@300;400;500;600&display=swap";.theme-look{--ls-black:#0a0a0a;--ls-charcoal:#141414;--ls-charcoal-2:#1d1d1d;--ls-gold:#d4af37;--ls-gold-light:#f3d98b;--ls-gold-deep:#b8932e;--ls-cream:#faf6ee;--ls-soft:#f4eede;--ls-text:#262320;--ls-text-dim:#6b6258;--ls-on-dark:#ece4d4;--ls-on-dark-dim:#a89f8f;--ls-line:#d4af3738;--ls-radius:16px;--ls-shadow:0 18px 50px #0000001f;--ls-gold-grad:linear-gradient(135deg, #f3d98b 0%, #d4af37 45%, #b8932e 100%);color:var(--ls-text);background:var(--ls-cream);-webkit-font-smoothing:antialiased;font-family:Jost,system-ui,sans-serif;line-height:1.65}.theme-look h1,.theme-look h2,.theme-look h3,.theme-look h4{margin:0;font-family:Playfair Display,Georgia,serif;font-weight:600;line-height:1.18}.theme-look p{margin:0}.theme-look a{color:inherit;text-decoration:none}.theme-look img{object-fit:cover;width:100%;height:100%;display:block}.theme-look ul{margin:0;padding:0;list-style:none}.theme-look *,.theme-look :before,.theme-look :after{box-sizing:border-box}.theme-look .ls-container{width:min(1200px,92vw);margin:0 auto}.theme-look .ls-section{padding:96px 0}.theme-look .ls-bg-dark{background:var(--ls-black);color:var(--ls-on-dark)}.theme-look .ls-bg-soft{background:var(--ls-soft)}.theme-look .ls-center{text-align:center;margin-top:44px}.theme-look .ls-eyebrow{letter-spacing:.32em;text-transform:uppercase;color:var(--ls-gold-deep);margin-bottom:14px;font-size:.78rem;font-weight:600;display:inline-block}.theme-look .ls-heading{max-width:660px;margin:0 auto 52px}.theme-look .ls-heading--left{text-align:left;margin-left:0}.theme-look .ls-heading--center{text-align:center}.theme-look .ls-heading--light .ls-heading-title{color:var(--ls-on-dark)}.theme-look .ls-heading--light .ls-heading-sub{color:var(--ls-on-dark-dim)}.theme-look .ls-heading-title{font-size:clamp(2rem,4vw,2.9rem)}.theme-look .ls-heading-sub{color:var(--ls-text-dim);margin-top:16px;font-size:1.05rem}.theme-look .ls-heading-title:after{content:"";background:var(--ls-gold-grad);width:64px;height:2px;margin:18px auto 0;display:block}.theme-look .ls-heading--left .ls-heading-title:after{margin-left:0}.theme-look .ls-btn{letter-spacing:.04em;cursor:pointer;text-align:center;border:1.5px solid #0000;border-radius:50px;justify-content:center;align-items:center;padding:14px 32px;font-family:Jost,sans-serif;font-size:.95rem;font-weight:500;transition:all .3s;display:inline-flex}.theme-look .ls-btn--gold{background:var(--ls-gold-grad);color:#1a1206;box-shadow:0 10px 26px #d4af3752}.theme-look .ls-btn--gold:hover{transform:translateY(-3px);box-shadow:0 16px 34px #d4af3773}.theme-look .ls-btn--outline{color:var(--ls-on-dark);background:0 0;border-color:#ece4d466}.theme-look .ls-btn--outline:hover{border-color:var(--ls-gold);color:var(--ls-gold-light)}.theme-look .ls-btn--outline-gold{color:var(--ls-gold-deep);border-color:var(--ls-gold);background:0 0}.theme-look .ls-btn--outline-gold:hover{background:var(--ls-gold);color:#1a1206}.theme-look .ls-btn--ghost{color:var(--ls-gold-light);border-color:var(--ls-line);background:#d4af371f}.theme-look .ls-btn--ghost:hover{background:var(--ls-gold);color:#1a1206}.theme-look .ls-reveal,.theme-look .ls-reveal-left,.theme-look .ls-reveal-right,.theme-look .ls-reveal-zoom{opacity:0;transition:opacity .7s,transform .7s}.theme-look .ls-reveal{transform:translateY(34px)}.theme-look .ls-reveal-left{transform:translate(-44px)}.theme-look .ls-reveal-right{transform:translate(44px)}.theme-look .ls-reveal-zoom{transform:scale(.94)}.theme-look .ls-visible{opacity:1!important;transform:none!important}.theme-look .ls-nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a0aeb;border-bottom:1px solid #d4af372e;transition:background .3s,box-shadow .3s;position:sticky;top:0}.theme-look .ls-nav.scrolled{background:#0a0a0afa;box-shadow:0 8px 30px #0006}.theme-look .ls-nav-inner{justify-content:space-between;align-items:center;width:min(1200px,92vw);height:78px;margin:0 auto;display:flex}.theme-look .ls-logo{align-items:center;gap:12px;display:flex}.theme-look .ls-logo-mark{background:var(--ls-gold-grad);color:#120c02;border-radius:12px;flex:none;place-items:center;width:46px;height:46px;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;display:grid;box-shadow:0 6px 18px #d4af3766}.theme-look .ls-logo-mark--lg{width:60px;height:60px;font-size:2rem}.theme-look .ls-logo-text{flex-direction:column;line-height:1.1;display:flex}.theme-look .ls-logo-main{color:var(--ls-on-dark);font-family:Playfair Display,serif;font-size:1.12rem;font-weight:600}.theme-look .ls-logo-sub{letter-spacing:.22em;text-transform:uppercase;color:var(--ls-gold);font-size:.66rem}.theme-look .ls-nav-links{align-items:center;gap:6px;display:flex}.theme-look .ls-nav-links a{color:var(--ls-on-dark);border-radius:8px;padding:9px 16px;font-size:.92rem;font-weight:500;transition:color .2s;position:relative}.theme-look .ls-nav-links a:hover,.theme-look .ls-nav-links a.active{color:var(--ls-gold-light)}.theme-look .ls-nav-links a.active:after{content:"";background:var(--ls-gold-grad);height:2px;position:absolute;bottom:2px;left:16px;right:16px}.theme-look .ls-nav-cta{background:var(--ls-gold-grad);border-radius:50px;margin-left:10px;box-shadow:0 8px 20px #d4af374d;color:#120c02!important;font-weight:600!important}.theme-look .ls-nav-cta:after{display:none!important}.theme-look .ls-nav-cta:hover{transform:translateY(-2px)}.theme-look .ls-burger{cursor:pointer;background:0 0;border:0;flex-direction:column;gap:5px;padding:6px;display:none}.theme-look .ls-burger span{background:var(--ls-gold);width:26px;height:2px;transition:all .3s}.theme-look .ls-burger.open span:first-child{transform:translateY(7px)rotate(45deg)}.theme-look .ls-burger.open span:nth-child(2){opacity:0}.theme-look .ls-burger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.theme-look .ls-wa-float{z-index:90;color:#fff;background:#25d366;border-radius:50%;place-items:center;width:58px;height:58px;animation:2.4s infinite ls-pulse;display:grid;position:fixed;bottom:22px;right:22px;box-shadow:0 10px 30px #25d36680}.theme-look .ls-wa-float:hover{transform:scale(1.08)}@keyframes ls-pulse{0%,to{box-shadow:0 10px 30px #25d36680}50%{box-shadow:0 10px 38px #25d366d9}}.theme-look .ls-page-loading{min-height:70vh;color:var(--ls-gold-deep);letter-spacing:.2em;text-transform:uppercase;justify-content:center;align-items:center;font-size:.85rem;display:flex}@media (width<=920px){.theme-look .ls-burger{display:flex}.theme-look .ls-nav-links{border-bottom:1px solid var(--ls-line);background:#0a0a0afc;flex-direction:column;align-items:stretch;gap:0;max-height:calc(100vh - 78px);padding:14px 22px 26px;transition:transform .35s;position:fixed;inset:78px 0 auto;overflow-y:auto;transform:translateY(-130%)}.theme-look .ls-nav-links.open{transform:translateY(0)}.theme-look .ls-nav-links a{border-bottom:1px solid #d4af371a;padding:14px 8px}.theme-look .ls-nav-cta{margin:14px 0 0}}
