@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600&family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&display=swap";:root{--gold:#c9a84c;--gold-light:#e8c97e;--gold-dim:#c9a84c26;--dark-900:#070707;--dark-800:#0f0f0f;--dark-700:#181818;--dark-600:#242424;--text:#f0ede8;--text-muted:#8a8580;--border:#ffffff12;--radius:12px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--dark-900);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Outfit,sans-serif;line-height:1.65;overflow-x:hidden}h1,h2,h3,h4{color:var(--text);font-family:Cormorant Garamond,serif;font-weight:600;line-height:1.1}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page-wrapper{position:relative}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (width>=768px){.container{padding:0 2.5rem}}.reveal{opacity:0;transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1);transform:translateY(36px)}.reveal.active{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.24s}.delay-3{transition-delay:.36s}.delay-4{transition-delay:.48s}.header{z-index:200;transition:background .4s,box-shadow .4s;position:fixed;top:0;left:0;right:0}.header.scrolled{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 1px 0 var(--border);background:#070707e0}.header-inner{justify-content:center;align-items:center;max-width:1200px;margin:0 auto;padding:1.2rem 1.5rem;display:flex;position:relative}@media (width>=768px){.header-inner{padding:1.2rem 2.5rem}}.header-logo img{filter:brightness(1.1);width:auto;height:38px;transition:transform .3s}.header-logo:hover img{transform:scale(1.05)}.nav-links{gap:2rem;display:none}@media (width>=768px){.nav-links{display:flex}}.nav-links a{letter-spacing:1.5px;text-transform:uppercase;color:var(--text-muted);font-size:.8rem;font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--gold)}.menu-btn{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;padding:.45rem;transition:border-color .3s;display:flex}.menu-btn:hover{border-color:var(--gold)}@media (width>=768px){.menu-btn{display:none}}.mobile-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--border);background:#070707f7;flex-direction:column;display:flex}.mobile-menu a{letter-spacing:1px;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border);padding:1rem 1.5rem;font-size:.9rem;font-weight:500;transition:color .3s,padding-left .3s}.mobile-menu a:hover{color:var(--gold);padding-left:2rem}.hero{background:var(--dark-900);align-items:center;min-height:100svh;display:flex;position:relative;overflow:hidden}.hero-bg{opacity:.18;z-index:0;background:url(https://images.unsplash.com/photo-1544079860-25bc2f1f0a14?auto=format&fit=crop&w=1920&q=80) 50%/cover no-repeat;animation:30s ease-out infinite alternate kenBurns;position:absolute;inset:0}@keyframes kenBurns{0%{transform:scale(1)}to{transform:scale(1.08)}}.hero-noise{opacity:.5;z-index:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");background-size:160px 160px;position:absolute;inset:0}.hero-overlay{z-index:1;background:linear-gradient(135deg,#070707f5 0%,#070707bf 50%,#07070780 100%);position:absolute;inset:0}.orb{filter:blur(80px);pointer-events:none;z-index:1;border-radius:50%;position:absolute}.orb-1{background:radial-gradient(circle,#c9a84c1f 0%,#0000 70%);width:500px;height:500px;animation:18s ease-in-out infinite alternate floatOrb;top:-10%;right:5%}.orb-2{background:radial-gradient(circle,#c9a84c12 0%,#0000 70%);width:400px;height:400px;animation:24s ease-in-out infinite alternate-reverse floatOrb;bottom:5%;left:-5%}@keyframes floatOrb{0%{transform:translate(0)scale(1)}to{transform:translate(40px,-40px)scale(1.08)}}.hero-inner{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:3rem;width:100%;max-width:1200px;margin:0 auto;padding:8rem 1.5rem 5rem;display:flex;position:relative}@media (width>=900px){.hero-inner{text-align:left;flex-direction:row;justify-content:space-between;align-items:center;gap:4rem;padding:7rem 2.5rem 5rem}}.hero-text{flex:1;max-width:580px}.hero-eyebrow{letter-spacing:3px;text-transform:uppercase;color:var(--gold);border:1px solid #c9a84c4d;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.72rem;font-weight:500;display:inline-block}.hero-title{color:var(--text);letter-spacing:-1px;margin-bottom:1.5rem;font-size:clamp(3rem,7vw,5.5rem)}.hero-title em{color:var(--gold);font-style:italic}.hero-desc{color:var(--text-muted);max-width:480px;margin:0 auto 2.5rem;font-size:1.1rem;font-weight:300;line-height:1.75}@media (width>=900px){.hero-desc{margin:0 0 2.5rem}}.hero-actions{flex-direction:column;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}@media (width>=480px){.hero-actions{flex-direction:row;justify-content:center}}@media (width>=900px){.hero-actions{justify-content:flex-start}}.btn-primary{background:var(--gold);color:#080808;letter-spacing:1.5px;text-transform:uppercase;border-radius:4px;justify-content:center;align-items:center;padding:.9rem 2.5rem;font-size:.82rem;font-weight:600;transition:background .3s,transform .3s,box-shadow .3s;display:inline-flex;box-shadow:0 0 #c9a84c00}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 24px -4px #c9a84c59}.btn-ghost{color:var(--text-muted);letter-spacing:1.5px;text-transform:uppercase;border:1px solid #ffffff26;border-radius:4px;justify-content:center;align-items:center;padding:.9rem 2rem;font-size:.82rem;transition:border-color .3s,color .3s;display:inline-flex}.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}.hero-trust{justify-content:center;align-items:center;gap:1.5rem;display:flex}@media (width>=900px){.hero-trust{justify-content:flex-start}}.trust-item{flex-direction:column;gap:.1rem;display:flex}.trust-num{color:var(--gold);font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:700;line-height:1}.trust-label{letter-spacing:1.5px;text-transform:uppercase;color:var(--text-muted);font-size:.7rem}.trust-divider{background:var(--border);width:1px;height:40px}.hero-badge-wrap{flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.hero-badge-ring{border:1px solid #c9a84c33;border-radius:50%;width:280px;height:280px;animation:4s ease-in-out infinite pulsRing;position:absolute}.hero-badge-ring-2{border:1px solid #c9a84c14;border-radius:50%;width:340px;height:340px;animation:4s ease-in-out 1s infinite pulsRing;position:absolute}@keyframes pulsRing{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.04)}}.hero-badge-logo{object-fit:contain;filter:drop-shadow(0 0 40px #c9a84c59)brightness(1.1);width:200px;height:200px;transition:transform .6s;position:relative}@media (width>=900px){.hero-badge-ring{width:340px;height:340px}.hero-badge-ring-2{width:420px;height:420px}.hero-badge-logo{width:260px;height:260px}}.hero-badge-logo:hover{transform:scale(1.04)rotate(3deg)}.scroll-hint{z-index:3;color:var(--text-muted);transition:color .3s;animation:2s infinite bounce;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-hint:hover{color:var(--gold)}@keyframes bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(6px)}}.section{padding:6rem 0}@media (width>=768px){.section{padding:9rem 0}}.section-dark{background:var(--dark-800)}.section-header{text-align:center;margin-bottom:4rem}.section-label{letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;font-size:.7rem;font-weight:500;display:inline-block}.section-title{color:var(--text);margin-bottom:1.25rem;font-size:clamp(2.2rem,4vw,3.5rem)}.gold-line{background:var(--gold);width:40px;height:2px;margin:0 auto}.about-grid{gap:3rem;display:grid}@media (width>=900px){.about-grid{grid-template-columns:1fr 1fr;align-items:start}}.about-text p{color:#c8c4be;margin-bottom:1.25rem;font-size:1.05rem;font-weight:300;line-height:1.85}.about-text p:last-child{margin-bottom:0}.about-values{flex-direction:column;gap:1.5rem;display:flex}.value-card{background:var(--dark-700);border:1px solid var(--border);border-radius:var(--radius);align-items:flex-start;gap:1.25rem;padding:1.5rem;transition:border-color .3s,transform .3s;display:flex}.value-card:hover{border-color:#c9a84c4d;transform:translate(4px)}.value-icon{color:var(--gold);flex-shrink:0;margin-top:2px}.value-card h4{margin-bottom:.35rem;font-family:Cormorant Garamond,serif;font-size:1.25rem}.value-card p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.services-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=600px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:var(--dark-700);border:1px solid var(--border);border-radius:var(--radius);cursor:default;padding:2.25rem;transition:border-color .4s,transform .4s,box-shadow .4s;position:relative;overflow:hidden}.service-card:hover{border-color:#c9a84c59;transform:translateY(-6px);box-shadow:0 24px 50px -12px #0009}.service-card-icon{background:var(--gold-dim);width:56px;height:56px;color:var(--gold);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:background .3s;display:inline-flex}.service-card:hover .service-card-icon{background:#c9a84c38}.service-card h3{margin-bottom:.75rem;font-size:1.3rem}.service-card p{color:var(--text-muted);font-size:.9rem;line-height:1.65}.service-card-glow{opacity:0;pointer-events:none;background:radial-gradient(circle at 50% 0,#c9a84c14 0%,#0000 60%);transition:opacity .4s;position:absolute;inset:0}.service-card:hover .service-card-glow{opacity:1}.gallery-mosaic{grid-template-columns:1fr;gap:.75rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid}@media (width>=600px){.gallery-mosaic{grid-template-columns:repeat(2,1fr);grid-auto-rows:220px}.mosaic-large{grid-area:span 2/span 2}.mosaic-wide{grid-column:span 2}}@media (width>=900px){.gallery-mosaic{grid-template-columns:repeat(3,1fr);grid-auto-rows:240px;padding:0 2.5rem}.mosaic-large{grid-area:span 2/span 2}.mosaic-wide{grid-column:span 2}}.mosaic-item{background:var(--dark-700);border-radius:8px;position:relative;overflow:hidden}.mosaic-item img{object-fit:cover;filter:grayscale(30%)brightness(.8);width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1),filter .6s}.mosaic-item:hover img{filter:grayscale(0%)brightness();transform:scale(1.07)}.mosaic-overlay{pointer-events:none;background:linear-gradient(#0000 45%,#070707a6 100%);transition:background .4s;position:absolute;inset:0}.mosaic-item:hover .mosaic-overlay{background:linear-gradient(#0000 35%,#070707bf 100%)}.mosaic-label{letter-spacing:.5px;color:#f0ede8d9;opacity:0;pointer-events:none;text-shadow:0 1px 4px #000c;font-size:.78rem;font-weight:500;transition:opacity .4s,transform .4s;position:absolute;bottom:1rem;left:1rem;right:1rem;transform:translateY(6px)}.mosaic-item:hover .mosaic-label{opacity:1;transform:translateY(0)}.branches-row{gap:1.5rem;display:grid}@media (width>=640px){.branches-row{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.branches-row{grid-template-columns:repeat(3,1fr)}}.branch-item{background:var(--dark-700);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem 2rem;transition:border-color .3s,transform .3s;position:relative;overflow:hidden}.branch-item:hover{border-color:#c9a84c59;transform:translateY(-4px)}.branch-item:before{content:"";background:linear-gradient(90deg, var(--gold), transparent);opacity:0;width:100%;height:3px;transition:opacity .3s;position:absolute;top:0;left:0}.branch-item:hover:before{opacity:1}.branch-number{color:#c9a84c1f;letter-spacing:-2px;margin-bottom:.5rem;font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:700;line-height:1;display:block}.branch-name{color:var(--text);margin-bottom:1.25rem;font-size:1.5rem}.branch-name em{color:var(--gold);font-style:italic}.branch-info{flex-direction:column;gap:.6rem;display:flex}.branch-info span{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.branch-info svg{color:var(--gold);flex-shrink:0}.contact-banner{background:var(--dark-900);padding:7rem 0;position:relative;overflow:hidden}.contact-banner-bg{opacity:.06;background:url(https://images.unsplash.com/photo-1524388616140-5bb92004245c?auto=format&fit=crop&w=1920&q=80) 50%/cover no-repeat;position:absolute;inset:0}.contact-banner:after{content:"";pointer-events:none;background:radial-gradient(#c9a84c0f 0%,#0000 70%);position:absolute;inset:0}.contact-banner-inner{z-index:1;gap:3rem;display:grid;position:relative}@media (width>=768px){.contact-banner-inner{grid-template-columns:1fr 1fr;align-items:center}}.contact-content .section-label{margin-bottom:.75rem}.contact-content h2{margin-bottom:1rem;font-size:clamp(2.5rem,4vw,3.5rem)}.contact-content p{color:var(--text-muted);font-size:1rem;line-height:1.7}.contact-details{flex-direction:column;gap:1.25rem;display:flex}.contact-link{background:var(--dark-700);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;transition:border-color .3s,transform .3s;display:flex}.contact-link:hover{border-color:#c9a84c59;transform:translate(4px)}.contact-link svg{color:var(--gold);flex-shrink:0}.contact-link span{letter-spacing:1px;text-transform:uppercase;color:var(--text-muted);margin-bottom:.2rem;font-size:.72rem;display:block}.contact-link strong{font-size:1.05rem;font-weight:500}.footer{background:var(--dark-800);border-top:1px solid var(--border);padding:3rem 0}.footer-inner{flex-direction:column;align-items:center;gap:2rem;margin-bottom:2rem;display:flex}@media (width>=640px){.footer-inner{flex-direction:row;justify-content:space-between}}.footer-brand{flex-direction:column;align-items:center;gap:.5rem;display:flex}@media (width>=640px){.footer-brand{align-items:flex-start}}.footer-brand img{filter:brightness(.9);height:44px}.footer-brand p{color:var(--text-muted);font-size:.8rem}.footer-nav{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}@media (width>=640px){.footer-nav{justify-content:flex-end}}.footer-nav a{letter-spacing:1px;text-transform:uppercase;color:var(--text-muted);font-size:.78rem;transition:color .3s}.footer-nav a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid var(--border);text-align:center;padding-top:1.5rem}.footer-bottom p{color:var(--text-muted);font-size:.75rem}
