@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&display=swap";*,*:before,*:after{box-sizing:border-box}:root{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;line-height:1.6;font-weight:400;color-scheme:light;color:#1a1a1a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body{margin:0;padding:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{width:100%;margin:0;padding:0}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit}button:focus,a:focus,input:focus,select:focus,textarea:focus{outline:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#1a1814}::-webkit-scrollbar-thumb{background:#3a3836;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#c4a35a}::selection{background:#c4a35a4d;color:#f5f0e8}:root{--bg-dark: #1A1814;--bg-darker: #141210;--bg-card: #242220;--gold: #C4A35A;--gold-light: #D4B76A;--gold-dark: #A68B4A;--cream: #F5F0E8;--white: #FFFFFF;--text-muted: #8A8680;--text-light: #B5B0A8;--border-dark: #2A2826}.home-page{background:var(--bg-dark);color:var(--cream);overflow-x:hidden}.navbar{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 5%;background:#1a1814f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;border-bottom:1px solid var(--border-dark)}.nav-logo{display:flex;align-items:baseline;gap:.5rem}.nav-logo-text{font-family:Cormorant Garamond,Georgia,serif;font-size:.9rem;font-weight:300;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted)}.nav-logo-main{font-family:Cormorant Garamond,Georgia,serif;font-size:1.75rem;font-weight:400;letter-spacing:.05em;color:var(--cream)}.nav-links{display:flex;gap:2.5rem;list-style:none;margin:0;padding:0}.nav-links a{font-family:Cormorant Garamond,Georgia,serif;font-size:1rem;font-weight:500;color:var(--text-light);text-decoration:none;letter-spacing:.05em;transition:color .3s ease;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--gold);transition:width .3s ease}.nav-links a:hover,.nav-links a.active{color:var(--gold)}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-cta{padding:.75rem 1.75rem;background:var(--gold);color:var(--bg-dark);border:1px solid var(--gold);font-family:Cormorant Garamond,Georgia,serif;font-size:.95rem;font-weight:600;letter-spacing:.1em;cursor:pointer;transition:all .3s ease;border-radius:30px}.nav-cta:hover{background:var(--gold-light);border-color:var(--gold-light)}.hero-section{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;padding:8rem 5% 4rem;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-color:var(--bg-card);z-index:0}.hero-background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,rgba(26,24,20,.85) 0%,rgba(26,24,20,.4) 50%,transparent 100%)}.hero-content{position:relative;z-index:2;max-width:600px}.hero-subtitle{font-family:Cormorant Garamond,Georgia,serif;font-size:.9rem;font-weight:400;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.hero-subtitle:before{content:"";width:40px;height:1px;background:var(--gold)}.hero-content h1{font-family:Cormorant Garamond,Georgia,serif;font-size:4rem;font-weight:300;letter-spacing:.08em;text-transform:uppercase;margin:0 0 2rem;line-height:1.15;color:var(--cream)}.hero-content h1 span{display:block}.hero-buttons{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:2.5rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-family:Cormorant Garamond,Georgia,serif;font-size:.95rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:all .3s ease;border-radius:30px}.btn-primary{background:var(--gold);color:var(--bg-dark);border:2px solid var(--gold)}.btn-primary:hover{background:transparent;color:var(--gold)}.btn-secondary{background:transparent;color:var(--cream);border:2px solid var(--border-dark)}.btn-secondary:hover{border-color:var(--gold);color:var(--gold)}.btn-outline{background:transparent;color:var(--gold);border:2px solid var(--gold)}.btn-outline:hover{background:var(--gold);color:var(--bg-dark)}.marquee-section{padding:2rem 0;background:var(--bg-darker);border-top:1px solid var(--border-dark);border-bottom:1px solid var(--border-dark);overflow:hidden}.marquee-track{display:flex;animation:marquee 30s linear infinite}.marquee-content{display:flex;align-items:center;gap:3rem;padding-right:3rem;flex-shrink:0}.marquee-item{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:var(--cream);white-space:nowrap;display:flex;align-items:center;gap:3rem}.marquee-item:after{content:"✦";color:var(--gold);font-size:.8rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.section-header{text-align:center;margin-bottom:4rem}.section-label{font-family:Cormorant Garamond,Georgia,serif;font-size:.85rem;font-weight:400;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;display:block}.section-header h2{font-family:Cormorant Garamond,Georgia,serif;font-size:3rem;font-weight:300;color:var(--cream);margin:0;letter-spacing:.08em;text-transform:uppercase}.services-section{padding:8rem 5%;background:var(--bg-dark)}.services-section .section-header{max-width:600px;margin-left:auto;margin-right:auto}.services-section .section-header p{color:var(--text-muted);font-size:1.1rem;line-height:1.7;margin-top:1.5rem}.services-grid{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;max-width:1200px;margin:0 auto}.service-card{text-align:center;width:220px}.service-image{width:180px;height:180px;border-radius:50%;overflow:hidden;margin:0 auto 1.5rem;border:3px solid var(--border-dark);transition:all .4s ease}.service-image img,.service-image-bg{width:100%;height:100%;object-fit:cover;background-size:cover;background-position:center;background-color:var(--bg-card);transition:transform .4s ease}.service-card:hover .service-image{border-color:var(--gold)}.service-card:hover .service-image-bg{transform:scale(1.1)}.service-card h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1rem;font-weight:400;color:var(--cream);letter-spacing:.15em;text-transform:uppercase;margin:0}.about-section{padding:8rem 5%;background:var(--bg-darker)}.about-container{display:grid;grid-template-columns:1fr 1fr;gap:5rem;max-width:1200px;margin:0 auto;align-items:center}.about-images{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.about-image{border-radius:100px;overflow:hidden;height:300px}.about-image:first-child{border-radius:100px 100px 20px}.about-image:last-child{border-radius:100px 100px 100px 20px;margin-top:2rem}.about-image-bg{width:100%;height:100%;background-size:cover;background-position:center;background-color:var(--bg-card)}.about-content .section-label{text-align:left}.about-content h2{font-family:Cormorant Garamond,Georgia,serif;font-size:2.5rem;font-weight:300;color:var(--cream);margin:0 0 2rem;line-height:1.3;text-transform:uppercase;letter-spacing:.05em}.about-content p{font-family:Cormorant Garamond,Georgia,serif;font-size:1.1rem;color:var(--text-muted);line-height:1.8;margin-bottom:2rem}.faq-list{margin-top:2rem}.faq-item{border-bottom:1px solid var(--border-dark);padding:1rem 0}.faq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:Cormorant Garamond,Georgia,serif;font-size:1.1rem;color:var(--cream);letter-spacing:.05em}.faq-question svg{color:var(--gold);transition:transform .3s ease}.pricing-section{padding:8rem 5%;background:var(--bg-dark)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto}.pricing-card{background:var(--bg-card);border:1px solid var(--border-dark);padding:2.5rem;text-align:left;transition:all .3s ease}.pricing-card:hover{border-color:var(--gold)}.pricing-card.featured{border-color:var(--gold);position:relative}.pricing-card h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.25rem;font-weight:400;color:var(--cream);margin:0 0 .5rem;letter-spacing:.1em;text-transform:uppercase}.pricing-card .price-description{font-size:.9rem;color:var(--text-muted);margin-bottom:1.5rem;line-height:1.5}.pricing-card .price{display:flex;align-items:baseline;gap:.25rem;margin-bottom:2rem}.pricing-card .currency{font-family:Cormorant Garamond,Georgia,serif;font-size:1.25rem;color:var(--gold)}.pricing-card .amount{font-family:Cormorant Garamond,Georgia,serif;font-size:3rem;font-weight:300;color:var(--cream);line-height:1}.pricing-card .btn{width:100%;justify-content:center;margin-bottom:2rem;padding:.875rem 1.5rem;font-size:.85rem}.pricing-features{list-style:none;padding:0;margin:0}.pricing-features li{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;font-family:Cormorant Garamond,Georgia,serif;font-size:.95rem;color:var(--text-light)}.pricing-features li svg{color:var(--gold);flex-shrink:0;margin-top:.2rem}.testimonial-section{padding:8rem 5%;background:var(--bg-darker);text-align:center}.testimonial-video{max-width:900px;margin:0 auto 4rem;position:relative;border-radius:20px;overflow:hidden;aspect-ratio:16/9}.testimonial-video-bg{width:100%;height:100%;background-size:cover;background-position:center;background-color:var(--bg-card)}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.play-button:hover{transform:translate(-50%,-50%) scale(1.1);background:var(--gold-light)}.play-button svg{color:var(--bg-dark);margin-left:4px}.testimonial-quote{max-width:800px;margin:0 auto}.quote-icon{font-size:4rem;color:var(--gold);margin-bottom:1.5rem;font-family:Georgia,serif;line-height:1}.testimonial-quote p{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-style:italic;color:var(--cream);line-height:1.7;margin-bottom:2rem}.testimonial-author{font-family:Cormorant Garamond,Georgia,serif;font-size:1rem;color:var(--gold);letter-spacing:.1em}.portfolio-section{padding:8rem 5%;background:var(--bg-dark)}.portfolio-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:200px;gap:1rem;max-width:1400px;margin:0 auto}.portfolio-item{cursor:pointer;overflow:hidden;border-radius:8px;position:relative}.portfolio-item.tall{grid-row:span 2}.portfolio-item.wide{grid-column:span 2}.portfolio-item.large{grid-column:span 2;grid-row:span 2}.portfolio-image{width:100%;height:100%;background-size:cover;background-position:center;background-color:var(--bg-card);position:relative;transition:transform .5s ease}.portfolio-item:hover .portfolio-image{transform:scale(1.05)}.portfolio-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#1a181499;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.portfolio-item:hover .portfolio-overlay{opacity:1}.portfolio-overlay span{color:var(--cream);font-family:Cormorant Garamond,Georgia,serif;font-size:1rem;letter-spacing:.15em;text-transform:uppercase;padding:.6rem 1.5rem;border:1px solid var(--gold)}.portfolio-cta{text-align:center;margin-top:4rem}.contact-section{padding:8rem 5%;background:var(--bg-darker);color:var(--cream)}.contact-container{display:grid;grid-template-columns:1fr 1fr;gap:5rem;max-width:1200px;margin:0 auto}.contact-info .section-label{text-align:left}.contact-info h2{font-family:Cormorant Garamond,Georgia,serif;font-size:2.5rem;font-weight:300;margin:0 0 1.5rem;color:var(--cream);text-transform:uppercase;letter-spacing:.05em}.contact-info p{font-family:Cormorant Garamond,Georgia,serif;font-size:1.15rem;color:var(--text-muted);line-height:1.7;margin-bottom:2.5rem}.contact-details{display:flex;flex-direction:column;gap:1.25rem}.contact-item{display:flex;align-items:center;gap:1rem;color:var(--text-light);font-family:Cormorant Garamond,Georgia,serif;font-size:1.1rem}.contact-item svg{color:var(--gold)}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem 1.25rem;background:var(--bg-card);border:1px solid var(--border-dark);color:var(--cream);font-family:Cormorant Garamond,Georgia,serif;font-size:1rem;transition:all .3s ease;border-radius:4px}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}.form-group select{appearance:none;cursor:pointer}.form-group select option{background:var(--bg-card);color:var(--cream)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--gold)}.contact-form .btn-primary{width:fit-content}.footer{padding:4rem 5% 2rem;background:var(--bg-darker);text-align:center;border-top:1px solid var(--border-dark)}.footer-content{max-width:1200px;margin:0 auto}.footer-logo{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.footer-logo-text{font-family:Cormorant Garamond,Georgia,serif;font-size:.85rem;font-weight:300;letter-spacing:.3em;text-transform:uppercase;color:var(--text-muted)}.footer-logo-main{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:300;letter-spacing:.1em;color:var(--cream)}.footer-tagline{font-family:Cormorant Garamond,Georgia,serif;font-size:.8rem;font-weight:300;letter-spacing:.3em;text-transform:uppercase;color:var(--text-muted);margin-top:.25rem}.footer-social{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2rem}.footer-social a{color:var(--text-muted);transition:all .3s ease}.footer-social a:hover{color:var(--gold);transform:translateY(-3px)}.footer-copyright{font-family:Cormorant Garamond,Georgia,serif;font-size:.9rem;color:var(--text-muted);margin:0}@media(max-width:1024px){.nav-links{display:none}.hero-section{text-align:center;justify-content:center}.hero-content{max-width:100%}.hero-content h1{font-size:3rem}.hero-subtitle{justify-content:center}.hero-subtitle:before{display:none}.hero-buttons{justify-content:center}.hero-background:after{background:linear-gradient(to bottom,#1a1814b3,#1a181480)}.about-container,.contact-container{grid-template-columns:1fr;gap:3rem}.pricing-grid{grid-template-columns:1fr;max-width:400px}.portfolio-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px}.portfolio-item.tall{grid-row:span 2}.portfolio-item.wide,.portfolio-item.large{grid-column:span 1;grid-row:span 1}}@media(max-width:768px){.hero-content h1{font-size:2.5rem}.section-header h2{font-size:2rem}.services-grid{gap:1.5rem}.service-card{width:160px}.service-image{width:140px;height:140px}.about-images{grid-template-columns:1fr}.about-image:last-child{margin-top:0}.testimonial-quote p{font-size:1.25rem}.form-row{grid-template-columns:1fr}}@media(max-width:480px){.navbar{padding:1rem 4%}.nav-cta{padding:.6rem 1.25rem;font-size:.85rem}.hero-content h1{font-size:2rem}.portfolio-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:150px;gap:.5rem}.portfolio-item.tall,.portfolio-item.wide,.portfolio-item.large{grid-column:span 1;grid-row:span 1}.marquee-item{font-size:1.2rem}.btn{padding:.875rem 1.5rem;font-size:.85rem}.services-section,.portfolio-section,.about-section,.contact-section,.pricing-section,.testimonial-section{padding:5rem 4%}}.home-page{width:100%}
