:root{--gold: #c9a84c;--gold-light: #e8d48b;--gold-dark: #a07d2e;--cream: #faf6ee;--dark: #1a1612;--dark-card: #2a2318;--warm-gray: #8a7e6e;--text: #3d3529;--text-light: #6b5f4f;--shadow: rgba(26, 22, 18, .12);--shadow-lg: rgba(26, 22, 18, .2);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;color-scheme:light}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body,#root{min-height:100vh;background:var(--cream);color:var(--text)}h1,h2,h3,h4{font-family:Playfair Display,Georgia,serif;font-weight:600;line-height:1.2}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 2rem;transition:background .4s,box-shadow .4s,padding .4s;background:transparent}.nav.scrolled{background:#faf6eef2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 20px var(--shadow)}.nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:72px}.nav.scrolled .nav-inner{height:60px}.logo{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700;color:var(--dark);text-decoration:none;letter-spacing:-.02em}.logo span{color:var(--gold)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{text-decoration:none;color:var(--text-light);font-size:.9rem;font-weight:500;letter-spacing:.03em;transition:color .3s;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--gold);transition:width .3s}.nav-links a:hover{color:var(--gold-dark)}.nav-links a:hover:after{width:100%}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden;background:linear-gradient(160deg,#faf6ee,#f0e8d4 40%,#e8dcc4)}.hero:before{content:"";position:absolute;top:-50%;right:-30%;width:80vw;height:80vw;border-radius:50%;background:radial-gradient(circle,rgba(201,168,76,.08) 0%,transparent 70%);animation:heroPulse 8s ease-in-out infinite}.hero:after{content:"";position:absolute;bottom:-40%;left:-20%;width:60vw;height:60vw;border-radius:50%;background:radial-gradient(circle,rgba(201,168,76,.06) 0%,transparent 70%);animation:heroPulse 10s ease-in-out infinite reverse}@keyframes heroPulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.1);opacity:1}}.hero-content{position:relative;z-index:2;padding:2rem;max-width:800px}.hero-badge{display:inline-block;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-dark);border:1.5px solid var(--gold);padding:.4rem 1.2rem;border-radius:100px;margin-bottom:2rem;animation:fadeUp .8s ease-out both}.hero h1{font-size:clamp(2.8rem,6vw,5rem);color:var(--dark);margin-bottom:1.5rem;animation:fadeUp .8s ease-out .15s both}.hero h1 em{font-style:italic;color:var(--gold-dark)}.hero p{font-size:1.15rem;color:var(--text-light);max-width:520px;margin:0 auto 2.5rem;animation:fadeUp .8s ease-out .3s both}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeUp .8s ease-out .45s both}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 2rem;border-radius:100px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;letter-spacing:.02em;text-decoration:none;cursor:pointer;border:none;transition:all .3s ease}.btn-primary{background:var(--dark);color:var(--cream)}.btn-primary:hover{background:var(--gold-dark);transform:translateY(-2px);box-shadow:0 8px 24px #a07d2e4d}.btn-outline{background:transparent;color:var(--dark);border:1.5px solid var(--dark)}.btn-outline:hover{background:var(--dark);color:var(--cream);transform:translateY(-2px)}.section{padding:6rem 2rem;max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-label{font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;display:block}.section-header h2{font-size:clamp(1.8rem,3.5vw,2.8rem);color:var(--dark);margin-bottom:1rem}.section-header p{color:var(--text-light);max-width:500px;margin:0 auto;font-size:1rem}.features-bg{background:var(--dark);padding:6rem 2rem}.features-inner{max-width:1200px;margin:0 auto}.features-bg .section-label{color:var(--gold-light)}.features-bg .section-header h2{color:var(--cream)}.features-bg .section-header p{color:#faf6ee99}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#faf6ee0a;border:1px solid rgba(250,246,238,.08);border-radius:1rem;padding:2rem;transition:all .4s ease;cursor:default}.feature-card:hover{background:#faf6ee14;border-color:var(--gold);transform:translateY(-4px)}.feature-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,var(--gold),var(--gold-dark));display:grid;place-items:center;font-size:1.4rem;margin-bottom:1.25rem}.feature-card h3{color:var(--cream);font-size:1.15rem;margin-bottom:.5rem}.feature-card p{color:#faf6ee8c;font-size:.9rem;line-height:1.7}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.gallery-item{position:relative;border-radius:1rem;overflow:hidden;cursor:pointer;aspect-ratio:4 / 5;background:var(--dark-card);transition:transform .4s ease,box-shadow .4s ease}.gallery-item:hover{transform:translateY(-6px);box-shadow:0 20px 40px var(--shadow-lg)}.gallery-item .frame-visual{position:absolute;top:12%;right:12%;bottom:12%;left:12%;border:8px solid;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .4s ease}.gallery-item:hover .frame-visual{top:10%;right:10%;bottom:10%;left:10%}.gallery-item-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(transparent,#1a1612d9);transform:translateY(20px);opacity:0;transition:all .4s ease}.gallery-item:hover .gallery-item-overlay{transform:translateY(0);opacity:1}.gallery-item-overlay h3{color:var(--cream);font-size:1.1rem;margin-bottom:.25rem}.gallery-item-overlay .painting-artist{color:var(--gold-light);font-size:.85rem;font-weight:500;display:block;margin-bottom:.15rem}.gallery-item-overlay .painting-meta{color:#faf6ee80;font-size:.78rem}.frame-mona-lisa .frame-visual{border-color:#8b6914;background:#2a1f0e}.frame-starry-night .frame-visual{border-color:#1a1a2e;background:#0a0a1a}.frame-great-wave .frame-visual{border-color:#2c1810;background:#0d1b2a}.frame-pearl-earring .frame-visual{border-color:#1a1612;background:#0a0a0a}.frame-venus .frame-visual{border-color:#c9a84c;border-width:12px;border-style:double;background:#d4c5a0}.frame-persistence .frame-visual{border-color:#6b4226;background:#c2a66b}.painting{width:100%;height:100%;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.painting svg{width:100%;height:100%;display:block}.testimonials-bg{background:linear-gradient(160deg,#f0e8d4,#e8dcc4);padding:6rem 2rem}.testimonials-inner{max-width:1200px;margin:0 auto}.testimonial-carousel{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:1rem 0;scrollbar-width:none}.testimonial-carousel::-webkit-scrollbar{display:none}.testimonial-card{flex:0 0 350px;scroll-snap-align:start;background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px var(--shadow);transition:transform .3s,box-shadow .3s}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px var(--shadow-lg)}.testimonial-stars{color:var(--gold);font-size:.9rem;letter-spacing:2px;margin-bottom:1rem}.testimonial-card blockquote{font-size:.95rem;color:var(--text);line-height:1.7;margin-bottom:1.25rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-dark));display:grid;place-items:center;font-weight:600;font-size:.85rem;color:#fff}.testimonial-name{font-weight:600;font-size:.9rem;color:var(--dark)}.testimonial-role{font-size:.78rem;color:var(--warm-gray)}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;counter-reset:step}.process-step{text-align:center;position:relative;padding:1.5rem}.process-step:before{counter-increment:step;content:counter(step,decimal-leading-zero);font-family:Playfair Display,serif;font-size:3rem;font-weight:700;color:var(--gold);opacity:.2;display:block;margin-bottom:.5rem}.process-step h3{font-size:1.1rem;color:var(--dark);margin-bottom:.5rem}.process-step p{font-size:.88rem;color:var(--text-light);line-height:1.7}.cta-section{background:var(--dark);padding:5rem 2rem;text-align:center}.cta-inner{max-width:600px;margin:0 auto}.cta-section h2{font-size:clamp(1.8rem,3vw,2.5rem);color:var(--cream);margin-bottom:1rem}.cta-section p{color:#faf6ee99;margin-bottom:2rem;font-size:1.05rem}.cta-section .btn-primary{background:var(--gold);color:var(--dark);font-weight:600}.cta-section .btn-primary:hover{background:var(--gold-light);box-shadow:0 8px 32px #c9a84c66}.footer{background:#110f0b;padding:4rem 2rem 2rem}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}.footer-brand .logo{color:var(--cream);display:inline-block;margin-bottom:1rem}.footer-brand p{color:#faf6ee66;font-size:.88rem;max-width:280px;line-height:1.7}.footer h4{color:var(--cream);font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem}.footer ul{list-style:none}.footer ul li{margin-bottom:.5rem}.footer ul a{color:#faf6ee73;text-decoration:none;font-size:.88rem;transition:color .3s}.footer ul a:hover{color:var(--gold-light)}.footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(250,246,238,.08);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#faf6ee4d;font-size:.8rem}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a1612b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:200;display:grid;place-items:center;padding:2rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:#fff;border-radius:1.25rem;max-width:500px;width:100%;padding:2.5rem;position:relative;animation:modalUp .4s ease}@keyframes modalUp{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--warm-gray);transition:color .3s;width:36px;height:36px;display:grid;place-items:center;border-radius:50%}.modal-close:hover{color:var(--dark);background:var(--cream)}.modal h2{font-size:1.5rem;color:var(--dark);margin-bottom:.5rem}.modal p.subtitle{color:var(--text-light);margin-bottom:1.5rem;font-size:.9rem}.modal-field{margin-bottom:1rem}.modal-field label{display:block;font-size:.8rem;font-weight:600;color:var(--text);margin-bottom:.35rem}.modal-field input,.modal-field textarea{width:100%;padding:.7rem 1rem;border:1.5px solid #e0dbd2;border-radius:.6rem;font-family:inherit;font-size:.9rem;transition:border-color .3s,box-shadow .3s;background:var(--cream)}.modal-field input:focus,.modal-field textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px #c9a84c26}.modal-field textarea{resize:vertical;min-height:80px}.modal .btn-primary{width:100%;justify-content:center;margin-top:.5rem}.hamburger{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:4px}.hamburger span{width:22px;height:2px;background:var(--dark);transition:all .3s;display:block}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:768px){.hamburger{display:flex}.nav-links{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:var(--cream);flex-direction:column;padding:5rem 2rem 2rem;gap:1.5rem;transition:right .4s ease;box-shadow:-4px 0 30px var(--shadow-lg)}.nav-links.open{right:0}.nav-links a{font-size:1.05rem}.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}.testimonial-card{flex:0 0 300px}}@media(max-width:480px){.footer-inner{grid-template-columns:1fr}.testimonial-card{flex:0 0 280px}}
