:root{--bg:#080808;--surface:#111;--surface2:#171717;--gold:#d4af37;--gold2:#f2dc81;--text:#f2f0e9;--muted:#9a9a9a;--border:rgba(255,255,255,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;overflow-x:hidden}body::selection{background:var(--gold);color:#000}a{color:inherit;text-decoration:none}button{font:inherit}img,video{display:block;max-width:100%}svg{width:1.2em;height:1.2em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.nav{position:fixed;inset:0 0 auto;z-index:40;height:84px;padding:0 clamp(20px,5vw,72px);display:flex;align-items:center;justify-content:space-between;transition:.3s}.nav.scrolled{height:70px;background:#080808e6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--border)}.brand{display:flex;align-items:center;gap:12px;font-family:Cinzel,serif;font-size:15px;letter-spacing:.14em;font-weight:700}.brand img{width:44px;height:44px;object-fit:cover;border-radius:50%;border:1px solid rgba(212,175,55,.5)}.brand b,.heading em,h2 em,.studio-head em{font-style:normal;color:var(--gold)}.nav-links{display:flex;align-items:center;gap:27px}.nav-links>a:not(.btn){font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:#ccc;transition:.2s}.nav-links>a:hover{color:var(--gold)}.menu-btn,.mobile-close{display:none;background:none;border:0;color:#fff}.menu-btn svg,.mobile-close svg{width:29px;height:29px}.mobile-menu{display:none}.hero{position:relative;min-height:100svh;display:grid;place-items:center;overflow:hidden;text-align:center}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 28%;filter:saturate(.72)}.hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,#000000b8,#00000075 46%,#080808),linear-gradient(90deg,rgba(0,0,0,.45),transparent,rgba(0,0,0,.45))}.hero-content{position:relative;z-index:2;padding:110px 20px 80px;max-width:1050px}.gold-line{display:block;width:82px;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin:0 auto 25px}.eyebrow{text-transform:uppercase;letter-spacing:.24em;font-size:10px;color:var(--gold);font-weight:600}.hero h1,.heading h2,.booking h2{font-family:Cinzel,serif;font-size:clamp(48px,8vw,102px);line-height:.95;letter-spacing:-.045em;margin:22px 0 23px;text-shadow:0 8px 40px rgba(0,0,0,.65)}.hero h1 em{font-style:normal;background:linear-gradient(110deg,#b99021,#fff0a5,#b88d18);-webkit-background-clip:text;color:transparent}.hero-sub{font-family:Cinzel,serif;letter-spacing:.28em;color:#d4d1c8;font-size:clamp(10px,1.4vw,15px)}.hero-actions{display:flex;gap:13px;justify-content:center;margin-top:40px}.btn{min-height:48px;padding:0 27px;display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--gold);color:#080808;border:1px solid var(--gold);text-transform:uppercase;letter-spacing:.13em;font-weight:700;font-size:11px;transition:.25s}.btn:hover{background:var(--gold2);border-color:var(--gold2);transform:translateY(-2px)}.btn-ghost{background:#00000026;color:#fff;border-color:#ffffff52}.btn-ghost:hover,.btn-outline:hover{background:var(--gold);color:#000}.btn-outline{background:transparent;color:var(--gold)}.btn.small{min-height:38px;padding:0 18px}.whatsapp{background:#25d366;border-color:#25d366;color:#fff}.whatsapp:hover{background:#20bc5a;border-color:#20bc5a;color:#fff}.scroll{position:absolute;bottom:24px;z-index:2;text-transform:uppercase;letter-spacing:.2em;font-size:8px;color:#d4af37cc}.scroll span{display:block;width:1px;height:45px;background:linear-gradient(var(--gold),transparent);margin:0 auto 8px;animation:scroll 1.8s infinite}@keyframes scroll{50%{transform:translateY(8px);opacity:.45}}.section{padding:110px clamp(18px,5vw,72px);max-width:1440px;margin:auto}.section.alt{max-width:none;background:var(--surface);padding-left:max(clamp(18px,5vw,72px),calc((100vw - 1440px)/2 + 72px));padding-right:max(clamp(18px,5vw,72px),calc((100vw - 1440px)/2 + 72px))}.heading{text-align:center;max-width:750px;margin:0 auto 62px}.heading h2,.booking h2{font-size:clamp(37px,5vw,61px);margin:14px 0 22px;letter-spacing:-.025em}.heading>p:last-child{color:var(--muted);line-height:1.7}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.portfolio-card{position:relative;aspect-ratio:3/4;border:0;background:#111;padding:0;overflow:hidden;cursor:pointer}.portfolio-card img{width:100%;height:100%;object-fit:cover;transition:.65s;filter:saturate(.85)}.portfolio-card:hover img{transform:scale(1.075);filter:saturate(1)}.card-overlay{position:absolute;inset:0;background:#0000009e;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;opacity:0;transition:.3s;border:14px solid transparent;outline:1px solid rgba(212,175,55,.55);outline-offset:-14px}.card-overlay svg{width:30px;height:30px;color:var(--gold)}.card-overlay b{font-family:Cinzel,serif;text-transform:uppercase;letter-spacing:.18em;font-size:11px}.portfolio-card:hover .card-overlay{opacity:1}.center-cta{text-align:center;margin-top:65px}.center-cta h3{font-family:Cinzel,serif;font-size:22px;margin-bottom:25px}.style-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.style-card{position:relative;background:#0d0d0d;border:1px solid var(--border);padding:45px 34px;overflow:hidden;transition:.3s}.style-card:hover{border-color:#d4af3780;transform:translateY(-4px)}.style-number{font-family:Cinzel,serif;font-size:68px;line-height:1;color:#d4af3717;position:absolute;right:17px;top:14px}.style-card h3{font-family:Cinzel,serif;font-size:28px;margin:20px 0 17px}.style-card p{color:var(--muted);line-height:1.75;min-height:120px}.style-card a{display:flex;align-items:center;justify-content:space-between;color:var(--gold);text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:700;border-top:1px solid var(--border);padding-top:22px}.style-card a svg{transition:.2s}.style-card a:hover svg{transform:translate(5px)}.booking{display:grid;grid-template-columns:.9fr 1.1fr;gap:95px;align-items:center}.booking-copy>p:not(.eyebrow){color:var(--muted);line-height:1.8;max-width:560px;margin-bottom:30px}.steps{list-style:none;margin:0;padding:0;border-top:1px solid var(--border)}.steps li{display:grid;grid-template-columns:82px 1fr;gap:20px;padding:31px 0;border-bottom:1px solid var(--border)}.steps li>b{font-family:Cinzel,serif;color:var(--gold);font-size:28px}.steps h3{font-family:Cinzel,serif;margin:0 0 9px;font-size:20px}.steps p{margin:0;color:var(--muted);line-height:1.6}.location-grid{display:grid;grid-template-columns:1.4fr .7fr;min-height:430px;margin-bottom:90px}.location-grid iframe{width:100%;height:100%;border:0;filter:grayscale(1) invert(.92) contrast(.83)}.location-info{background:#0d0d0d;border:1px solid var(--border);padding:50px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.location-info>svg{width:36px;height:36px;color:var(--gold);margin-bottom:25px}.location-info h3{font-family:Cinzel,serif;font-size:29px;line-height:1.4;margin:8px 0 30px}.studio-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:27px}.studio-head h3{font-family:Cinzel,serif;font-size:34px;margin:0}.studio-head p{color:var(--muted);max-width:550px;line-height:1.6;margin:0}.studio-row{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:14px}.studio-row img,.studio-row video{width:min(310px,78vw);aspect-ratio:9/16;object-fit:cover;background:#000;flex:0 0 auto;scroll-snap-align:start;border:1px solid var(--border)}.studio-row::-webkit-scrollbar{height:5px}.studio-row::-webkit-scrollbar-thumb{background:var(--gold)}footer{background:#030303;border-top:1px solid var(--border);padding:75px clamp(20px,5vw,72px) 25px}.footer-grid{max-width:1296px;margin:auto;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:80px;padding-bottom:55px}.footer-brand{display:grid;grid-template-columns:62px 1fr;gap:16px;align-items:center}.footer-brand img{width:62px;height:62px;border-radius:50%;object-fit:cover;border:1px solid rgba(212,175,55,.5)}.footer-brand h3{font-family:Cinzel,serif;margin:0;font-size:23px}.footer-brand div p{margin:5px 0 0;color:var(--gold);text-transform:uppercase;letter-spacing:.2em;font-size:9px}.footer-brand>span{grid-column:1/-1;color:#777;line-height:1.7;font-size:13px}.footer-grid h4{font-family:Cinzel,serif;margin:13px 0;font-size:18px}.footer-grid>div>p:not(.eyebrow),.footer-grid small{color:#777}.footer-grid small{color:var(--gold);font-style:italic}.socials{display:flex;gap:10px;margin-top:20px}.socials a{width:41px;height:41px;border:1px solid var(--border);display:grid;place-items:center;transition:.2s}.socials a:hover{background:var(--gold);color:#000}.footer-bottom{max-width:1296px;margin:auto;padding-top:25px;border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;color:#555;font-size:11px}.footer-bottom b{color:#888}.floating-wa{position:fixed;right:20px;bottom:20px;width:55px;height:55px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;z-index:35;box-shadow:0 10px 30px #00000059;transition:.2s}.floating-wa:hover{transform:scale(1.08)}.floating-wa svg{width:28px;height:28px}.lightbox{position:fixed;inset:0;background:#000000f2;z-index:80;display:none;place-items:center;padding:40px}.lightbox.open{display:grid}.lightbox img{max-height:90vh;max-width:92vw;object-fit:contain}.lightbox button{position:absolute;right:25px;top:22px;background:transparent;border:0;color:#fff;cursor:pointer}.lightbox button svg{width:34px;height:34px}.reveal{opacity:0;transform:translateY(22px);transition:opacity .75s var(--delay,0ms),transform .75s var(--delay,0ms)}.reveal.visible{opacity:1;transform:none}@media(max-width:960px){.nav-links{display:none}.menu-btn{display:block}.mobile-menu{position:fixed;inset:0 0 0 auto;width:min(390px,88vw);background:#0c0c0c;z-index:70;padding:90px 32px 35px;display:flex;flex-direction:column;gap:25px;transform:translate(101%);transition:.35s;border-left:1px solid var(--border)}.mobile-menu.open{transform:none}.mobile-menu>img{width:75px;height:75px;object-fit:cover;border-radius:50%;border:1px solid rgba(212,175,55,.5);margin-bottom:10px}.mobile-menu>a:not(.btn){font-family:Cinzel,serif;text-transform:uppercase;letter-spacing:.15em;border-bottom:1px solid var(--border);padding-bottom:15px}.mobile-close{display:block;position:absolute;right:25px;top:25px}.booking{grid-template-columns:1fr;gap:55px}.location-grid{grid-template-columns:1fr}.location-grid iframe{min-height:380px}.style-grid{grid-template-columns:1fr}.style-card p{min-height:0}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media(max-width:700px){.nav{height:70px;padding:0 16px}.brand span{font-size:12px}.brand img{width:39px;height:39px}.hero-content{padding-top:100px}.hero h1{font-size:clamp(43px,14vw,68px)}.hero-sub{letter-spacing:.18em;line-height:1.8}.hero-actions{flex-direction:column}.hero-actions .btn{width:min(100%,310px)}.section,.section.alt{padding:78px 16px}.heading{margin-bottom:42px}.portfolio-grid{grid-template-columns:repeat(2,1fr);gap:8px}.portfolio-card:nth-child(9){grid-column:1/-1;aspect-ratio:1.15}.card-overlay{display:none}.center-cta{margin-top:45px}.center-cta h3{font-size:18px}.center-cta .btn{width:100%}.style-card{padding:35px 24px}.booking h2{font-size:42px}.steps li{grid-template-columns:55px 1fr}.location-grid{margin-bottom:65px}.location-grid iframe{min-height:310px}.location-info{padding:35px 25px}.studio-head{display:block}.studio-head p{margin-top:12px}.footer-grid{grid-template-columns:1fr;gap:45px}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column;gap:12px;text-align:center}.floating-wa{width:51px;height:51px}.lightbox{padding:20px}}
