/* GLOBAL RESET & VARIABLES */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{
  --black:#ffffff;--white:#1a1a1a;--gold:#c7871a;--orange:#d4511e;
  --cream:#f9f8f5;--charcoal:#f5f3ef;--grey:#5a5550;
}
html{scroll-behavior:smooth;font-size:16px}
body{background:var(--black);color:var(--white);font-family:'DM Sans',sans-serif;overflow-x:hidden}

/* NAVIGATION */
nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center;backdrop-filter:blur(12px);background:rgba(255,255,255,0.85);transition:all 0.4s}
.nav-logo{font-family:'Playfair Display',serif;font-size:1.4rem;font-weight:700;letter-spacing:0.08em;color:var(--gold)}
.nav-links{display:flex;gap:2.5rem;list-style:none}
.nav-links a{color:var(--white);text-decoration:none;font-size:0.85rem;letter-spacing:0.12em;text-transform:uppercase;font-weight:400;opacity:0.7;transition:opacity 0.3s}
.nav-links a:hover{opacity:1;color:var(--gold)}
.nav-cta{border:1px solid var(--gold);color:var(--gold);padding:0.6rem 1.6rem;font-size:0.8rem;letter-spacing:0.1em;text-transform:uppercase;text-decoration:none;transition:all 0.3s}
.nav-cta:hover{background:var(--gold);color:var(--black)}

/* HERO SECTION */
.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgba(232,93,44,0.04) 0%,transparent 60%),radial-gradient(ellipse at 30% 80%,rgba(232,168,37,0.03) 0%,transparent 50%)}
.hero-grain{position:absolute;inset:0;opacity:0.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:128px 128px}
.hero-content{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:0 4rem;gap:2rem}
.hero-text{padding-right:2rem}
.hero-label{font-size:0.75rem;letter-spacing:0.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;opacity:0;animation:fadeUp 0.8s 0.3s forwards}
.hero-title{font-family:'Playfair Display',serif;font-size:clamp(3rem,6vw,5.5rem);font-weight:900;line-height:1.05;margin-bottom:1.5rem;opacity:0;animation:fadeUp 0.8s 0.5s forwards}
.hero-title span{color:var(--gold);font-style:italic}
.hero-subtitle{font-size:1.1rem;line-height:1.7;color:var(--grey);max-width:480px;margin-bottom:2.5rem;font-weight:300;opacity:0;animation:fadeUp 0.8s 0.7s forwards}
.hero-actions{display:flex;gap:1.2rem;opacity:0;animation:fadeUp 0.8s 0.9s forwards}

/* BUTTONS */
.btn-primary{background:var(--gold);color:var(--black);padding:0.9rem 2.4rem;font-size:0.85rem;letter-spacing:0.1em;text-transform:uppercase;font-weight:700;border:none;cursor:pointer;transition:all 0.3s;text-decoration:none}
.btn-primary:hover{background:var(--orange);color:var(--white);transform:translateY(-2px);box-shadow:0 8px 30px rgba(26,26,26,0.12)}
.btn-secondary{border:1px solid rgba(26,26,26,0.2);color:var(--white);padding:0.9rem 2.4rem;font-size:0.85rem;letter-spacing:0.1em;text-transform:uppercase;font-weight:500;background:transparent;cursor:pointer;transition:all 0.3s;text-decoration:none}
.btn-secondary:hover{border-color:var(--gold);color:var(--gold)}

/* HERO IMAGES & EFFECTS */
.hero-image{position:relative;display:flex;justify-content:center;align-items:center;opacity:0;animation:fadeIn 1.2s 0.6s forwards}
.hero-image img{max-width:100%;max-height:75vh;object-fit:contain;filter:drop-shadow(0 20px 60px rgba(0,0,0,0.08));transition:transform 0.6s cubic-bezier(0.16,1,0.3,1)}
.hero-image:hover img{transform:scale(1.03)}
.hero-image::before{content:'';position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(199,135,26,0.06) 0%,transparent 70%);z-index:-1;animation:pulse 4s ease-in-out infinite}

/* DIVIDER */
.divider{width:100%;max-width:1400px;margin:0 auto;padding:0 4rem;height:1px;position:relative}
.divider::after{content:'';display:block;width:100%;height:1px;background:linear-gradient(to right,transparent,rgba(26,26,26,0.12),transparent)}

/* PROCESS SECTION */
.process{padding:8rem 4rem;max-width:1400px;margin:0 auto}
.section-label{font-size:0.75rem;letter-spacing:0.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}
.section-title{font-family:'Playfair Display',serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:700;margin-bottom:4rem;line-height:1.15}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}
.process-card{padding:2.5rem;border:1px solid rgba(26,26,26,0.08);background:rgba(26,26,26,0.02);position:relative;transition:all 0.4s}
.process-card:hover{border-color:rgba(199,135,26,0.4);background:rgba(199,135,26,0.04);transform:translateY(-4px)}
.process-number{font-family:'Playfair Display',serif;font-size:4rem;font-weight:900;color:rgba(199,135,26,0.15);position:absolute;top:1rem;right:1.5rem;line-height:1}
.process-card h3{font-family:'Playfair Display',serif;font-size:1.4rem;font-weight:700;margin-bottom:1rem;color:var(--white)}
.process-card p{font-size:0.95rem;line-height:1.7;color:var(--grey);font-weight:300}

/* ABOUT SECTION */
.about{padding:8rem 4rem;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}
.about-visual{position:relative;height:500px;display:flex;align-items:center;justify-content:center}
.about-circle{width:380px;height:380px;border-radius:50%;border:1px solid rgba(199,135,26,0.25);display:flex;align-items:center;justify-content:center;position:relative}
.about-circle::before{content:'';position:absolute;inset:-20px;border-radius:50%;border:1px solid rgba(199,135,26,0.12)}
.about-circle::after{content:'';position:absolute;inset:-40px;border-radius:50%;border:1px solid rgba(199,135,26,0.06)}
.about-inner{text-align:center}
.about-inner .big-text{font-family:'Playfair Display',serif;font-size:5rem;font-weight:900;color:var(--gold);line-height:1}
.about-inner .small-text{font-size:0.8rem;letter-spacing:0.2em;text-transform:uppercase;color:var(--grey);margin-top:0.5rem}
.about-text h2{font-family:'Playfair Display',serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;margin-bottom:1.5rem;line-height:1.2}
.about-text h2 span{color:var(--gold);font-style:italic}
.about-text p{font-size:1rem;line-height:1.8;color:var(--grey);font-weight:300;margin-bottom:1.2rem}
.about-text .signature{font-family:'Playfair Display',serif;font-style:italic;color:var(--gold);font-size:1.1rem;margin-top:2rem}

/* VENUE CTA */
.venue-cta{padding:8rem 4rem;text-align:center;position:relative;overflow:hidden}
.venue-cta::before{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,transparent,rgba(199,135,26,0.03),transparent)}
.venue-cta .section-title{margin-bottom:1.5rem}
.venue-cta p{font-size:1.1rem;color:var(--grey);max-width:600px;margin:0 auto 2.5rem;font-weight:300;line-height:1.7}

/* FOOTER */
footer{padding:4rem;border-top:1px solid rgba(26,26,26,0.1);display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}
.footer-brand{font-family:'Playfair Display',serif;font-size:1.2rem;color:var(--gold)}
.footer-brand span{font-weight:300;color:var(--grey);font-family:'DM Sans',sans-serif;font-size:0.8rem;display:block;margin-top:0.3rem;letter-spacing:0.1em}
.footer-links{display:flex;gap:2rem}
.footer-links a{color:var(--grey);text-decoration:none;font-size:0.8rem;letter-spacing:0.1em;text-transform:uppercase;transition:color 0.3s}
.footer-links a:hover{color:var(--gold)}
.footer-legal{font-size:0.75rem;color:rgba(90,85,80,0.5)}

/* ANIMATIONS */
@keyframes fadeUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes pulse{0%,100%{transform:scale(1);opacity:0.5}50%{transform:scale(1.08);opacity:1}}

/* RESPONSIVE QUERIES */
@media(max-width:900px){
  .hero-content{grid-template-columns:1fr;text-align:center;padding:8rem 2rem 4rem}
  .hero-text{padding-right:0}
  .hero-subtitle{margin-left:auto;margin-right:auto}
  .hero-actions{justify-content:center}
  .hero-image{max-height:50vh;margin-top:2rem}
  .hero-image img{max-height:50vh}
  .process{padding:5rem 2rem}
  .process-grid{grid-template-columns:1fr}
  .about{grid-template-columns:1fr;padding:5rem 2rem;gap:3rem}
  .about-visual{height:300px}
  .about-circle{width:260px;height:260px}
  .about-inner .big-text{font-size:3.5rem}
  .venue-cta{padding:5rem 2rem}
  footer{flex-direction:column;gap:1.5rem;text-align:center;padding:3rem 2rem}
  nav{padding:1rem 1.5rem}
  .nav-links{display:none}
}