:root{--bg-light:#fff;--bg-offwhite:#faf8f5;--bg-card:#fff;--bg-card-hover:#f5f2eb;--bg-glass:#fffffff0;--bg-glass-card:#faf8f5cc;--gold-primary:#b89343;--gold-light:#c5a059;--gold-muted:#b893431f;--gold-border:#b8934359;--text-main:#17181c;--text-muted:#4b515d;--text-dim:#717784;--font-serif:"Cormorant Garamond", Georgia, serif;--font-sans:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--transition-smooth:all .4s cubic-bezier(.16, 1, .3, 1);--transition-fast:all .25s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-family:var(--font-sans);background-color:var(--bg-light);color:var(--text-main);width:100%;overflow-x:hidden}body{background-color:var(--bg-light);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;line-height:1.6;position:relative;overflow-x:hidden}.app{width:100%;overflow-x:hidden}h1,h2,h3,h4,.font-serif{font-family:var(--font-serif);letter-spacing:-.01em;font-weight:500}.text-gold{color:var(--gold-primary)}.text-gradient{background:linear-gradient(135deg, #17181c 0%, #3a3e47 60%, var(--gold-primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.gold-gradient-text{background:linear-gradient(135deg, #967026 0%, var(--gold-primary) 50%, #d4af37 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#faf8f5}::-webkit-scrollbar-thumb{background:#d8d3c5;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gold-primary)}.container{box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}@media (width<=768px){.container{padding:0 1.25rem}}.section{padding:7rem 0;position:relative;overflow:hidden}@media (width<=768px){.section{padding:4rem 0}}.navbar{z-index:1000;width:100%;transition:var(--transition-smooth);box-sizing:border-box;padding:1.5rem 0;position:fixed;top:0;left:0;right:0}.navbar.scrolled{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid #b8934326;padding:1rem 0;box-shadow:0 10px 30px #0000000d}.nav-container{justify-content:space-between;align-items:center;width:100%;display:flex}.logo{color:var(--text-main);cursor:pointer;align-items:center;gap:.75rem;text-decoration:none;display:flex}.logo-symbol{border:1.5px solid var(--gold-primary);width:38px;height:38px;transition:var(--transition-smooth);background:var(--bg-offwhite);flex-shrink:0;justify-content:center;align-items:center;display:flex;transform:rotate(45deg)}.logo:hover .logo-symbol{background:var(--gold-muted);transform:rotate(225deg)}.logo-symbol span{font-family:var(--font-serif);color:var(--gold-primary);font-size:1.1rem;font-weight:700;transform:rotate(-45deg)}.logo-text{flex-direction:column;display:flex}.logo-title{font-family:var(--font-serif);letter-spacing:.15em;text-transform:uppercase;color:#17181c;font-size:1.35rem;font-weight:600;line-height:1}.logo-sub{letter-spacing:.35em;text-transform:uppercase;color:var(--gold-primary);margin-top:2px;font-size:.65rem}@media (width<=576px){.logo-title{letter-spacing:.08em;font-size:1rem}.logo-sub{letter-spacing:.18em;font-size:.55rem}.logo-symbol{width:32px;height:32px}}.nav-links{align-items:center;gap:2.25rem;list-style:none;display:flex}.nav-link{color:var(--text-main);letter-spacing:.12em;text-transform:uppercase;transition:var(--transition-fast);cursor:pointer;padding:.4rem 0;font-size:.88rem;font-weight:600;text-decoration:none;position:relative}.nav-link:after{content:"";background:var(--gold-primary);width:0%;height:1.5px;transition:var(--transition-smooth);position:absolute;bottom:0;left:0}.nav-link:hover,.nav-link.active{color:var(--gold-primary)}.nav-link:hover:after,.nav-link.active:after{width:100%}.btn-primary{color:var(--gold-primary);border:1px solid var(--gold-border);font-family:var(--font-sans);letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:var(--transition-smooth);background:0 0;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-size:.82rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.btn-primary:before{content:"";background:linear-gradient(90deg,#0000,#b8934333,#0000);width:100%;height:100%;transition:all .6s;position:absolute;top:0;left:-100%}.btn-primary:hover:before{left:100%}.btn-primary:hover{background:var(--gold-primary);color:#fff;border-color:var(--gold-primary);box-shadow:0 5px 20px #b893434d}.btn-solid{background:var(--gold-primary);color:#fff;border:1px solid var(--gold-primary)}.btn-solid:hover{color:#fff;background:#a37f34}.hero{background:var(--bg-offwhite);box-sizing:border-box;justify-content:center;align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero-bg{object-fit:cover;object-position:center;opacity:.28;filter:contrast(105%)brightness(108%);width:100%;height:100%;animation:20s ease-in-out infinite alternate heroPulse;position:absolute;top:0;left:0;transform:scale(1.02)}@keyframes heroPulse{0%{transform:scale(1.02)}to{transform:scale(1.08)}}.hero-overlay{background:radial-gradient(circle at center, #fff6 0%, #faf8f5d9 75%, var(--bg-offwhite) 100%), linear-gradient(to bottom, transparent 60%, var(--bg-offwhite) 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;text-align:center;max-width:920px;margin:0 auto;padding:0 .5rem;position:relative}.hero-tagline{border:1px solid var(--gold-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--gold-primary);letter-spacing:.22em;text-transform:uppercase;text-align:center;background:#ffffffd9;border-radius:40px;align-items:center;gap:.75rem;max-width:100%;margin-bottom:1.75rem;padding:.45rem 1.4rem;font-size:.78rem;font-weight:600;display:inline-flex;box-shadow:0 4px 15px #00000008}.hero-tagline-dot{background:var(--gold-primary);width:6px;height:6px;box-shadow:0 0 8px var(--gold-primary);border-radius:50%;flex-shrink:0}.hero-title{color:#17181c;margin-bottom:1.5rem;font-size:4.5rem;font-weight:400;line-height:1.1}@media (width<=1024px){.hero-title{font-size:3.2rem}}@media (width<=640px){.hero-title{font-size:2.2rem;line-height:1.2}.hero-tagline{letter-spacing:.15em;padding:.35rem 1rem;font-size:.68rem}}@media (width<=400px){.hero-title{font-size:1.9rem}}.hero-desc{color:var(--text-muted);max-width:650px;margin:0 auto 2.5rem;font-size:1.15rem;font-weight:400}@media (width<=640px){.hero-desc{margin-bottom:2rem;font-size:.95rem}}.hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;display:flex}.scroll-cue{color:var(--text-muted);letter-spacing:.2em;text-transform:uppercase;z-index:2;cursor:pointer;transition:var(--transition-fast);flex-direction:column;align-items:center;gap:.5rem;font-size:.7rem;font-weight:600;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.scroll-cue:hover{color:var(--gold-primary)}.scroll-icon{border:1.5px solid var(--gold-border);background:var(--bg-light);border-radius:20px;width:22px;height:38px;position:relative}.scroll-dot{background:var(--gold-primary);border-radius:2px;width:4px;height:8px;animation:2s ease-in-out infinite scrollDown;position:absolute;top:6px;left:50%;transform:translate(-50%)}@keyframes scrollDown{0%{opacity:1;top:6px}to{opacity:0;top:22px}}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem;padding:0 .5rem}@media (width<=768px){.section-header{margin-bottom:2.5rem}}.section-subtitle{letter-spacing:.25em;text-transform:uppercase;color:var(--gold-primary);justify-content:center;align-items:center;gap:1rem;margin-bottom:.75rem;font-size:.8rem;font-weight:600;display:flex}.section-subtitle:before,.section-subtitle:after{content:"";background:var(--gold-border);width:30px;height:1px}.section-title{color:var(--text-main);font-size:3.25rem;font-weight:400;line-height:1.2}@media (width<=768px){.section-title{font-size:2.1rem}}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media (width<=992px){.about-grid{text-align:center;grid-template-columns:1fr;gap:2.5rem}}.about-image-wrapper{width:100%;max-width:580px;margin:0 auto;position:relative}.about-image-frame{border:1px solid var(--gold-border);border-radius:4px;width:100%;position:relative;overflow:hidden;box-shadow:0 15px 35px #0000000f}.about-image-frame img{object-fit:cover;object-position:center;width:100%;height:520px;transition:var(--transition-smooth);margin:0 auto;display:block}@media (width<=768px){.about-image-frame img{height:360px}}.about-image-frame:hover img{transform:scale(1.04)}.about-experience-badge{background:var(--bg-card);border:1px solid var(--gold-border);border-radius:4px;align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex;position:absolute;bottom:-2rem;right:-2rem;box-shadow:0 15px 35px #00000014}@media (width<=992px){.about-experience-badge{justify-content:center;margin:1.5rem auto 0;display:inline-flex;position:relative;bottom:auto;right:auto}}.badge-number{font-family:var(--font-serif);color:var(--gold-primary);font-size:3.5rem;font-weight:600;line-height:1}.badge-text{letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);text-align:left;font-size:.75rem;font-weight:600;line-height:1.3}.about-text{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.05rem}.about-stats{border-top:1px solid #b8934333;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;padding-top:2rem;display:grid}@media (width<=640px){.about-stats{text-align:center;grid-template-columns:1fr;gap:1.5rem}}.stat-item h4{color:var(--text-main);font-size:2.2rem}.stat-item p{letter-spacing:.15em;text-transform:uppercase;color:var(--gold-primary);margin-top:.2rem;font-size:.75rem;font-weight:600}.services-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}@media (width<=480px){.services-grid{grid-template-columns:1fr;gap:1.5rem}}.service-card{background:var(--bg-card);transition:var(--transition-smooth);border:1px solid #b8934333;border-radius:4px;width:100%;overflow:hidden;box-shadow:0 10px 30px #00000008}.service-card:hover{border-color:var(--gold-primary);transform:translateY(-8px);box-shadow:0 20px 40px #b893431f}.service-image{width:100%;height:240px;position:relative;overflow:hidden}.service-image img{object-fit:cover;object-position:center;width:100%;height:100%;transition:var(--transition-smooth);margin:0 auto;display:block}.service-card:hover .service-image img{transform:scale(1.08)}.service-number{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--gold-border);color:var(--gold-primary);font-family:var(--font-serif);background:#ffffffe6;border-radius:2px;padding:.3rem .8rem;font-size:.9rem;font-weight:600;position:absolute;top:1rem;right:1rem}.service-body{padding:2rem}@media (width<=480px){.service-body{padding:1.5rem 1.25rem}}.service-title{color:var(--text-main);margin-bottom:.75rem;font-size:1.75rem}.service-desc{color:var(--text-muted);margin-bottom:1.25rem;font-size:.92rem}.service-list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.service-list li{color:var(--text-main);align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;display:flex}.service-list li:before{content:"✦";color:var(--gold-primary);font-size:.65rem}.quote-banner{text-align:center;border-top:1px solid var(--gold-border);border-bottom:1px solid var(--gold-border);background:linear-gradient(#faf8f5e6,#faf8f5e6),url(/assets/hero_bg.jpg) 50%/cover fixed;padding:6rem 0}@media (width<=768px){.quote-banner{background-attachment:scroll;padding:4rem 1.25rem}}.quote-mark{font-family:var(--font-serif);color:var(--gold-primary);margin-bottom:1rem;font-size:5rem;line-height:.5;display:block}.quote-text{font-family:var(--font-serif);max-width:850px;color:var(--text-main);margin:0 auto 1.5rem;font-size:2.2rem;font-style:italic}@media (width<=768px){.quote-text{font-size:1.4rem}}.quote-author{letter-spacing:.25em;text-transform:uppercase;color:var(--gold-primary);font-size:.85rem;font-weight:600}.portfolio-filters{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-bottom:3rem;padding:0 .5rem;display:flex}.filter-btn{background:var(--bg-card);border:1px solid var(--gold-border);color:var(--text-muted);letter-spacing:.15em;text-transform:uppercase;cursor:pointer;transition:var(--transition-fast);padding:.5rem 1.5rem;font-size:.8rem;font-weight:600}@media (width<=576px){.filter-btn{letter-spacing:.1em;padding:.4rem .9rem;font-size:.72rem}}.filter-btn:hover,.filter-btn.active{color:#fff;border-color:var(--gold-primary);background:var(--gold-primary)}.portfolio-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}@media (width<=480px){.portfolio-grid{grid-template-columns:1fr;gap:1.5rem}}.portfolio-item{cursor:pointer;border:1px solid var(--gold-border);border-radius:4px;width:100%;height:380px;position:relative;overflow:hidden;box-shadow:0 10px 25px #0000000a}.portfolio-item img{object-fit:cover;object-position:center;width:100%;height:100%;transition:var(--transition-smooth);margin:0 auto;display:block}.portfolio-overlay{opacity:0;transition:var(--transition-smooth);background:linear-gradient(#0000 0%,#17181c66 40%,#17181ce6 100%);flex-direction:column;justify-content:flex-end;padding:2rem;display:flex;position:absolute;inset:0}.portfolio-item:hover img{transform:scale(1.08)}.portfolio-item:hover .portfolio-overlay{opacity:1}.portfolio-category{letter-spacing:.2em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.4rem;font-size:.75rem;font-weight:600}.portfolio-item-title{color:#fff;font-size:1.8rem}.modal-overlay{z-index:2000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-sizing:border-box;background:#17181cd9;justify-content:center;align-items:center;padding:1.5rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--bg-card);border:1px solid var(--gold-border);box-sizing:border-box;border-radius:4px;width:100%;max-width:900px;position:relative;overflow:hidden;box-shadow:0 25px 50px #0003}.modal-close{z-index:10;background:var(--bg-light);border:1px solid var(--gold-border);color:var(--gold-primary);cursor:pointer;width:36px;height:36px;transition:var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:1rem;right:1rem}.modal-close:hover{background:var(--gold-primary);color:#fff}.modal-img-container{width:100%;max-height:500px;overflow:hidden}.modal-img-container img{object-fit:cover;object-position:center;width:100%;height:500px;margin:0 auto;display:block}@media (width<=640px){.modal-img-container img{height:300px}}.modal-body{padding:2rem}@media (width<=640px){.modal-body{padding:1.25rem}}.process-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;display:grid}.process-step{background:var(--bg-card);transition:var(--transition-smooth);border:1px solid #b8934333;border-radius:4px;width:100%;padding:2.5rem 2rem;position:relative;box-shadow:0 10px 25px #00000008}@media (width<=640px){.process-step{text-align:center;padding:2rem 1.5rem}}.process-step:hover{border-color:var(--gold-primary);transform:translateY(-5px);box-shadow:0 15px 35px #b893431f}.step-number{font-family:var(--font-serif);color:var(--gold-primary);margin-bottom:1rem;font-size:3rem;font-weight:600;line-height:1}.step-title{color:var(--text-main);margin-bottom:.75rem;font-size:1.4rem}.step-desc{color:var(--text-muted);font-size:.88rem}.contact-single-card{background:var(--bg-card);border:1px solid var(--gold-border);box-sizing:border-box;border-radius:4px;width:100%;max-width:800px;margin:0 auto;padding:3.5rem;box-shadow:0 15px 40px #0000000a}@media (width<=768px){.contact-single-card{padding:2rem 1.25rem}}.editable-badge{border:1px dashed var(--gold-primary);color:var(--gold-primary);letter-spacing:.15em;text-transform:uppercase;box-sizing:border-box;background:#b893431a;border-radius:2px;max-width:100%;margin-bottom:1.5rem;padding:.3rem .8rem;font-size:.72rem;font-weight:600;display:inline-block}.contact-details-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;width:100%;margin-top:2.5rem;display:grid}@media (width<=640px){.contact-details-grid{grid-template-columns:1fr;gap:1.5rem}}.contact-detail-item{box-sizing:border-box;align-items:flex-start;gap:1.25rem;width:100%;min-width:0;display:flex}.contact-icon{border:1px solid var(--gold-border);background:var(--bg-offwhite);width:48px;height:48px;color:var(--gold-primary);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-detail-label{letter-spacing:.2em;text-transform:uppercase;color:var(--gold-primary);margin-bottom:.25rem;font-size:.72rem;font-weight:600}.contact-detail-val{color:var(--text-main);transition:var(--transition-fast);word-break:break-word;overflow-wrap:anywhere;max-width:100%;font-size:1.05rem;font-weight:500;text-decoration:none;display:block}a.contact-detail-val:hover{color:var(--gold-primary)}@media (width<=480px){.contact-detail-val{font-size:.95rem}}.footer{background:var(--bg-offwhite);border-top:1px solid var(--gold-border);padding:4rem 0 2rem;overflow:hidden}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}@media (width<=768px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.footer-brand p{color:var(--text-muted);max-width:380px;margin-top:1.25rem;font-size:.9rem}.footer-col-title{font-family:var(--font-serif);color:var(--text-main);margin-bottom:1.5rem;font-size:1.25rem}.footer-links{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-links a{color:var(--text-muted);transition:var(--transition-fast);cursor:pointer;font-size:.88rem;font-weight:500;text-decoration:none}.footer-links a:hover{color:var(--gold-primary)}.footer-bottom{color:var(--text-dim);border-top:1px solid #b8934333;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.8rem;display:flex}.mobile-toggle{color:var(--text-main);cursor:pointer;z-index:1001;background:0 0;border:none;padding:.25rem;display:none}@media (width<=992px){.mobile-toggle{display:block}.desktop-only{display:none!important}}
