.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:120px 24px 80px;background:var(--bg)}.hero:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 56px,rgba(160,120,40,.028) 56px,rgba(160,120,40,.028) 57px);pointer-events:none}.hero-ambient{position:absolute;top:15%;left:50%;transform:translate(-50%);width:720px;height:520px;background:radial-gradient(ellipse,rgba(201,169,110,.16) 0%,transparent 68%);animation:ambientGlow 8s ease-in-out infinite;pointer-events:none;z-index:2}.hero-content{position:relative;z-index:10;text-align:center;max-width:820px}.hero-eyebrow{font-size:.68rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:var(--gold-mid);margin-bottom:20px;opacity:0;animation:fadeUp 1s ease .3s forwards}.hero-title{font-family:Cormorant Garamond,serif;font-weight:300;font-size:clamp(3.5rem,9vw,7.5rem);letter-spacing:.14em;text-transform:uppercase;line-height:.9;color:var(--gold-dark);animation:fadeUp 1.2s ease .1s both}.hero-subtitle-line{display:block;font-family:Cormorant Garamond,serif;font-style:italic;font-weight:300;font-size:clamp(1.1rem,2.5vw,1.8rem);letter-spacing:.1em;color:var(--text-muted);margin-top:10px;opacity:0;animation:fadeUp 1s ease .6s forwards}.hero-divider{width:1px;height:52px;margin:30px auto;background:linear-gradient(to bottom,transparent,var(--gold),transparent);opacity:0;animation:beamPulse 4s ease-in-out infinite,fadeUp 1s ease .9s forwards}.hero-tagline{font-size:clamp(.9rem,2vw,1.05rem);font-weight:300;line-height:1.9;color:var(--text-muted);max-width:500px;margin:0 auto 48px;opacity:0;animation:fadeUp 1s ease 1.1s forwards}.cta-group{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;opacity:0;animation:fadeUp 1s ease 1.3s forwards}.proof-bar{padding:28px 48px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:center;gap:64px;flex-wrap:wrap;background-color:var(--bg-surface);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Crect x='9' y='9' width='6' height='6' fill='%23A07828' fill-opacity='0.11' transform='rotate(45,12,12)'/%3E%3C/svg%3E")}.proof-item{display:flex;align-items:center;gap:12px}.proof-number{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:600;color:var(--gold-dark)}.proof-label{font-size:.68rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);line-height:1.5}.proof-sep{width:1px;height:40px;background:linear-gradient(to bottom,transparent,var(--gold),transparent);animation:beamPulse 5s ease-in-out infinite}.about-junny{padding:100px 48px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;max-width:1080px;margin:0 auto}.about-text .section-headline{text-align:left;margin-bottom:28px}.about-text .section-body{margin-bottom:16px}.about-photo-wrap{position:relative}.about-photo-wrap img{display:block;width:100%;aspect-ratio:3/4;object-fit:cover}.about-photo-wrap:before{content:"";position:absolute;inset:-14px;border:1.2px solid rgba(201,150,12,.38);pointer-events:none}.services-home{padding:110px 48px;background:var(--bg-surface)}.services-inner{max-width:1120px;margin:0 auto;text-align:center}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:56px;background:var(--border);border:1px solid var(--border)}.service-card{position:relative;display:block;background:var(--bg);text-decoration:none;overflow:hidden;aspect-ratio:4/5}.service-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.16,1,.3,1);filter:saturate(.9) brightness(.92)}.service-card:hover img{transform:scale(1.05);filter:saturate(1.05) brightness(1)}.service-card-label{position:absolute;bottom:0;left:0;right:0;padding:28px 24px 24px;background:linear-gradient(to top,rgba(32,20,8,.9) 0%,rgba(32,20,8,.3) 65%,transparent 100%);text-align:left}.service-card-title{font-family:Cormorant Garamond,serif;font-size:1.45rem;font-weight:400;color:var(--gold-bright);margin-bottom:4px;letter-spacing:.04em}.service-card-desc{font-size:.72rem;font-weight:300;color:#fefcf7d9;line-height:1.5}.service-card-arrow{color:var(--gold-bright);font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;margin-top:10px;display:inline-block}.light-cycle{position:relative;width:100%;height:100%}.light-cycle img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;animation:lightCycle 9s ease-in-out infinite}.light-cycle img:nth-child(1){opacity:1;animation-delay:0s}.light-cycle img:nth-child(2){animation-delay:3s}.light-cycle img:nth-child(3){animation-delay:6s}@keyframes lightCycle{0%{opacity:1}26%{opacity:1}33%{opacity:0}93%{opacity:0}to{opacity:1}}.service-card:hover .light-cycle img{animation-duration:4.5s}@media(prefers-reduced-motion:reduce){.light-cycle img{animation:none}.light-cycle img:nth-child(1){opacity:1}}.exp-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin-top:64px;max-width:1100px;margin-left:auto;margin-right:auto}.exp-photo-card{position:relative;aspect-ratio:3/4;overflow:hidden}.exp-photo-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s cubic-bezier(.16,1,.3,1)}.exp-photo-card:hover img{transform:scale(1.05)}.exp-photo-caption{position:absolute;bottom:0;left:0;right:0;padding:32px 24px 28px;background:linear-gradient(to top,rgba(32,20,8,.88) 0%,rgba(32,20,8,.38) 60%,transparent 100%)}.exp-caption-title{font-family:Cormorant Garamond,serif;font-weight:400;font-size:1.4rem;letter-spacing:.06em;color:var(--gold-bright);margin-bottom:6px}.exp-caption-desc{font-size:.72rem;font-weight:300;letter-spacing:.04em;color:#fefcf7d1;line-height:1.55}.testimonials{padding:100px 48px;max-width:1200px;margin:0 auto;text-align:center}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(280px,380px));gap:2px;margin:56px auto 0;max-width:1180px;justify-content:center}.testimonial-card{width:100%;padding:44px 36px;border:1px solid var(--border);background:var(--bg-surface);text-align:left}.testimonial-stars{color:var(--gold);font-size:.75rem;letter-spacing:.2em;margin-bottom:20px}.testimonial-quote{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:300;font-style:italic;line-height:1.75;color:var(--text);margin-bottom:24px}.testimonial-name{font-size:.65rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-mid)}.gallery-strip{display:flex;gap:4px;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory}.gallery-strip::-webkit-scrollbar{display:none}.gallery-img{flex:0 0 auto;width:clamp(200px,26vw,360px);aspect-ratio:3/4;object-fit:cover;object-position:center top;filter:saturate(.88) brightness(.94);scroll-snap-align:start;display:block}.final-cta{padding:140px 48px;text-align:center;background-color:var(--bg-surface);background-image:repeating-linear-gradient(45deg,rgba(160,120,40,.05) 0,rgba(160,120,40,.05) .8px,transparent 0,transparent 12px),repeating-linear-gradient(-45deg,rgba(160,120,40,.05) 0,rgba(160,120,40,.05) .8px,transparent 0,transparent 12px)}.final-headline{font-family:Cormorant Garamond,serif;font-weight:300;font-size:clamp(2.5rem,6vw,5rem);letter-spacing:.05em;line-height:1.15;margin-bottom:20px;color:var(--text)}.final-headline em{font-style:italic;color:var(--gold-dark)}.final-sub{font-size:1rem;font-weight:300;color:var(--text-muted);margin:0 auto 48px;max-width:440px;line-height:1.8}@media(max-width:768px){.hero{min-height:auto;justify-content:flex-start;padding:112px 20px 56px}.about-junny{padding:60px 24px}.about-grid{grid-template-columns:1fr;gap:40px}.about-photo-wrap{order:-1}.services-home{padding:70px 20px}.services-grid{grid-template-columns:1fr}.service-card{aspect-ratio:16/10}.exp-photo-grid{grid-template-columns:1fr}.testimonial-grid{grid-template-columns:1fr;max-width:520px}.proof-sep{display:none}.proof-bar{padding:20px 24px;gap:28px}.final-cta{padding:90px 24px}}
