*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
::selection{background:#E8D5C8;color:#2A2520}
body{font-family:'Outfit','Helvetica Neue',Arial,sans-serif;color:#3D3832;background:#FFF;overflow-x:hidden}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
.fade-in{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}
.fade-in.visible{opacity:1;transform:translateY(0)}

/* NAV */
.nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:22px 48px;display:flex;align-items:center;justify-content:space-between;transition:all .4s}
.nav.scrolled{background:rgba(255,255,255,.96);backdrop-filter:blur(20px);border-bottom:1px solid rgba(237,232,223,.6);padding:14px 48px}
.nav-logo{font-family:'Playfair Display',Georgia,serif;font-size:22px;font-weight:400;color:#2A2520;letter-spacing:4px;text-transform:uppercase}
.nav-logo b{font-weight:600}
.nav-links{display:flex;gap:32px;align-items:center}
.nav-links a{color:#3D3832;font-size:12px;letter-spacing:2px;text-transform:uppercase;transition:color .3s;font-weight:400}
.nav-links a:hover{color:#C4A265}
.nav-cta{background:#2A2520;border:none;border-radius:28px;padding:10px 26px;color:#FAF7F2;font-size:11px;font-weight:500;letter-spacing:2px;text-transform:uppercase;cursor:pointer;font-family:'Outfit',sans-serif;transition:all .3s}
.nav-cta:hover{background:#C4A265}
.nav-menu-btn{display:none;background:none;border:none;font-size:22px;color:#3D3832;cursor:pointer}

/* HERO */
.hero{min-height:100vh;display:flex;align-items:center;background:#FAF7F2;position:relative;overflow:hidden}
.hero-inner{max-width:1200px;margin:0 auto;padding:140px 48px 120px;display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;width:100%}
.hero-label{font-size:11px;letter-spacing:6px;text-transform:uppercase;color:#C4A265;font-weight:400;margin-bottom:28px;display:flex;align-items:center;gap:16px}
.hero-label span{width:36px;height:1px;background:#C4A265}
.hero h1{font-family:'Playfair Display',Georgia,serif;font-size:58px;font-weight:400;color:#2A2520;line-height:1.1;margin-bottom:28px}
.hero h1 em{font-style:italic;color:#8C8276}
.hero-p{font-size:16px;line-height:1.85;color:#8C8276;max-width:420px;margin-bottom:40px;font-weight:300}
.hero-btns{display:flex;gap:16px;align-items:center;flex-wrap:wrap}
.btn-primary{background:#2A2520;border:none;border-radius:32px;padding:16px 36px;color:#FAF7F2;font-size:12px;font-weight:500;letter-spacing:1.5px;cursor:pointer;font-family:'Outfit',sans-serif;transition:all .3s;text-transform:uppercase}
.btn-primary:hover{background:#C4A265}
.btn-link{color:#8C8276;font-size:13px;letter-spacing:1px;transition:color .3s}
.btn-link:hover{color:#C4A265}
.hero-stats{margin-top:60px;display:flex;gap:40px;padding-top:32px;border-top:1px solid rgba(237,232,223,.8)}
.hero-stat-val{font-family:'Playfair Display',Georgia,serif;font-size:26px;font-weight:400;color:#2A2520}
.hero-stat-label{font-size:10px;color:#B8AD9E;letter-spacing:2.5px;text-transform:uppercase;margin-top:4px;font-weight:400}
.hero-img{width:100%;border-radius:20px;overflow:hidden;box-shadow:0 24px 64px rgba(42,37,32,.1)}
.hero-img img{width:100%;height:100%;object-fit:cover;aspect-ratio:3/4}

/* PAGE HERO (for subpages) */
.page-hero{padding:160px 48px 80px;background:#FAF7F2;text-align:center}
.page-hero .section-label{margin-bottom:16px}
.page-hero .section-title{margin-bottom:16px}
.page-hero .section-sub{margin-bottom:0}

/* SECTIONS */
.section{padding:120px 48px}
.section-inner{max-width:1200px;margin:0 auto}
.section-label{font-size:11px;letter-spacing:5px;text-transform:uppercase;color:#C4A265;font-weight:400;margin-bottom:16px;text-align:center}
.section-title{font-family:'Playfair Display',Georgia,serif;font-size:44px;font-weight:400;color:#2A2520;line-height:1.2;text-align:center}
.section-sub{font-family:'Cormorant Garamond',Georgia,serif;font-size:18px;color:#8C8276;margin-top:16px;max-width:520px;margin-left:auto;margin-right:auto;line-height:1.7;text-align:center;font-style:italic}

/* HOW IT WORKS */
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:48px;margin-top:64px;text-align:center}
.process-num{font-family:'Playfair Display',Georgia,serif;font-size:36px;color:rgba(196,162,101,.3);font-weight:400;margin-bottom:16px}
.process-title{font-weight:500;font-size:15px;color:#2A2520;margin-bottom:8px;letter-spacing:.5px}
.process-desc{font-size:13px;color:#8C8276;line-height:1.65}

/* SERVICES */
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:64px}
.service-card{text-align:center;padding:52px 36px;border-radius:20px;background:#FFF;border:1px solid rgba(237,232,223,.7);transition:all .4s}
.service-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(42,37,32,.06);border-color:rgba(196,162,101,.3)}
.service-icon{margin-bottom:24px}
.service-icon svg{width:36px;height:36px;stroke:#C4A265;stroke-width:1.5;fill:none}
.service-name{font-family:'Playfair Display',Georgia,serif;font-size:22px;font-weight:400;color:#2A2520;margin-bottom:14px}
.service-desc{font-size:14px;line-height:1.7;color:#8C8276;font-weight:300}

/* GALLERY */
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:48px}
.gallery-item{border-radius:12px;overflow:hidden;cursor:pointer;position:relative;aspect-ratio:1/1}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.gallery-item:hover img{transform:scale(1.04)}
.gallery-item:first-child{grid-column:span 2;grid-row:span 2;aspect-ratio:auto}
.gallery-item:nth-child(6){grid-column:span 2;aspect-ratio:auto}

/* TESTIMONIALS */
.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:56px}
.testimonial-card{background:#FFF;border-radius:20px;padding:44px;border:1px solid rgba(237,232,223,.7)}
.testimonial-quote{font-family:'Cormorant Garamond',Georgia,serif;font-size:32px;color:rgba(196,162,101,.25);line-height:1;margin-bottom:16px}
.testimonial-text{font-size:15px;line-height:1.8;color:#3D3832;margin-bottom:24px;font-weight:300}
.testimonial-divider{width:32px;height:1px;background:#C4A265;margin-bottom:16px}
.testimonial-author{font-weight:500;font-size:14px;color:#2A2520;letter-spacing:1px}
.testimonial-event{font-size:12px;color:#B8AD9E;margin-top:4px;letter-spacing:.5px}
.testimonial-stars{color:#C4A265;font-size:12px;letter-spacing:3px;margin-bottom:20px}

/* PRICING */
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:56px}
.pricing-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:56px}
.price-card{border-radius:20px;padding:44px;display:flex;flex-direction:column;position:relative;border:1px solid rgba(237,232,223,.7);background:#FFF;transition:all .4s}
.price-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(42,37,32,.06)}
.price-card.featured{background:#2A2520;color:#FAF7F2;border:1px solid rgba(196,162,101,.15)}
.price-badge{position:absolute;top:20px;right:24px;background:rgba(196,162,101,.08);border:1px solid rgba(196,162,101,.15);border-radius:20px;padding:5px 16px;font-size:10px;color:#C4A265;letter-spacing:2px;font-weight:500;text-transform:uppercase}
.price-tier{font-size:11px;letter-spacing:4px;text-transform:uppercase;color:#C4A265;font-weight:400;margin-bottom:20px}
.price-range{font-family:'Playfair Display',Georgia,serif;font-size:32px;font-weight:400;color:#2A2520;margin-bottom:8px}
.price-card.featured .price-range{color:#FAF7F2}
.price-tagline{font-family:'Cormorant Garamond',Georgia,serif;font-size:16px;font-style:italic;color:#8C8276;margin-bottom:28px}
.price-card.featured .price-tagline{color:rgba(250,247,242,.5)}
.price-line{width:32px;height:1px;background:rgba(237,232,223,.7);margin-bottom:28px}
.price-card.featured .price-line{background:rgba(250,247,242,.1)}
.price-desc{font-size:14px;line-height:1.75;color:#8C8276;margin-bottom:32px;flex:1;font-weight:300}
.price-card.featured .price-desc{color:rgba(250,247,242,.7)}
.price-duration{font-size:12px;color:#B8AD9E;letter-spacing:1px;margin-bottom:20px}
.price-card.featured .price-duration{color:rgba(250,247,242,.4)}
.price-includes{margin-bottom:28px;flex:1}
.price-includes li{font-size:13px;color:#8C8276;line-height:1.7;padding:3px 0;padding-left:16px;position:relative;list-style:none;font-weight:300}
.price-includes li::before{content:'';position:absolute;left:0;top:11px;width:6px;height:1px;background:#C4A265}
.price-card.featured .price-includes li{color:rgba(250,247,242,.7)}
.price-card.featured .price-includes li::before{background:rgba(196,162,101,.5)}
.price-addons{font-size:12px;color:#B8AD9E;margin-bottom:24px;line-height:1.6}
.price-card.featured .price-addons{color:rgba(250,247,242,.35)}
.price-btn{width:100%;padding:14px 0;border-radius:12px;font-size:12px;font-weight:500;cursor:pointer;font-family:'Outfit',sans-serif;letter-spacing:1.5px;transition:all .3s;text-transform:uppercase}
.price-btn-outline{background:transparent;border:1px solid #2A2520;color:#2A2520}
.price-btn-outline:hover{background:#2A2520;color:#FAF7F2}
.price-btn-gold{background:#C4A265;border:none;color:#2A2520}
.price-btn-gold:hover{background:#B89B5E}

/* WHY US */
.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:56px;max-width:880px;margin-left:auto;margin-right:auto}
.why-item{display:flex;gap:20px;padding:28px;border-radius:16px;background:#FFF;border:1px solid rgba(237,232,223,.7);transition:all .3s}
.why-item:hover{border-color:rgba(196,162,101,.3)}
.why-num{font-family:'Playfair Display',Georgia,serif;font-size:18px;color:#C4A265;font-weight:400;flex-shrink:0;width:28px}
.why-title{font-weight:500;font-size:14px;color:#2A2520;margin-bottom:6px;letter-spacing:.5px}
.why-desc{font-size:13px;color:#8C8276;line-height:1.65;font-weight:300}

/* ABOUT */
.about-content{max-width:680px;margin:40px auto 0;text-align:center}
.about-content p{font-size:15px;color:#8C8276;line-height:1.9;margin-bottom:20px;font-weight:300}
.about-tags{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:36px}
.about-tag{padding:8px 20px;border-radius:24px;border:1px solid rgba(212,204,189,.6);font-size:12px;color:#8C8276;letter-spacing:1px}

/* FAQ */
.faq-list{max-width:720px;margin:0 auto}
.faq-item{border-bottom:1px solid rgba(237,232,223,.7);padding:28px 0}
.faq-item:first-child{border-top:1px solid rgba(237,232,223,.7)}
.faq-q{display:flex;justify-content:space-between;align-items:center;cursor:pointer;gap:16px}
.faq-q h3{font-family:'Playfair Display',Georgia,serif;font-size:18px;font-weight:400;color:#2A2520;line-height:1.4}
.faq-arrow{font-size:18px;color:#C4A265;transition:transform .3s;flex-shrink:0}
.faq-item.open .faq-arrow{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}
.faq-item.open .faq-a{max-height:300px;padding-top:16px}
.faq-a p{font-size:14px;line-height:1.75;color:#8C8276;font-weight:300}

/* ELOPEMENT FEATURES */
.elope-features{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:56px;text-align:center}
.elope-feature-title{font-weight:500;font-size:15px;color:#2A2520;margin-bottom:8px}
.elope-feature-desc{font-size:13px;color:#8C8276;line-height:1.65;font-weight:300}

/* CTA */
.cta{padding:110px 48px;background:#2A2520;text-align:center}
.cta-label{font-size:11px;letter-spacing:6px;color:#C4A265;text-transform:uppercase;margin-bottom:24px;font-weight:400}
.cta h2{font-family:'Playfair Display',Georgia,serif;font-size:48px;font-weight:400;color:#FAF7F2;line-height:1.15;margin-bottom:20px}
.cta h2 em{font-style:italic;color:#C4A265}
.cta-p{font-size:15px;color:rgba(250,247,242,.45);max-width:440px;margin:0 auto 40px;font-weight:300}
.btn-cream{background:#FAF7F2;border:none;border-radius:32px;padding:18px 48px;color:#2A2520;font-size:12px;font-weight:600;letter-spacing:1.5px;cursor:pointer;font-family:'Outfit',sans-serif;transition:all .3s;text-transform:uppercase}
.btn-cream:hover{background:#C4A265}

/* FOOTER */
.footer{padding:48px 48px 36px;background:#1A1714}
.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px}
.footer-logo{font-family:'Playfair Display',Georgia,serif;font-size:18px;color:#FAF7F2;letter-spacing:3px;margin-bottom:12px;text-transform:uppercase;font-weight:400}
.footer-logo b{font-weight:600}
.footer-text{font-size:13px;color:#8C8276;line-height:1.7;font-weight:300}
.footer-heading{font-size:10px;color:#B8AD9E;letter-spacing:3px;text-transform:uppercase;margin-bottom:16px;font-weight:400}
.footer a{display:block;color:#8C8276;font-size:13px;padding:5px 0;transition:color .3s;font-weight:300}
.footer a:hover{color:#C4A265}
.footer-bottom{max-width:1200px;margin:32px auto 0;padding-top:24px;border-top:1px solid rgba(61,56,50,.4);display:flex;justify-content:space-between;font-size:11px;color:#8C8276;flex-wrap:wrap;gap:8px;font-weight:300}

/* CHAT */
.chat-bubble{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:#2A2520;border:1px solid rgba(196,162,101,.15);cursor:pointer;z-index:9999;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 24px rgba(42,37,32,.15);transition:all .3s}
.chat-bubble:hover{transform:scale(1.06);box-shadow:0 8px 32px rgba(42,37,32,.2)}
.chat-bubble svg{width:24px;height:24px;fill:none;stroke:#FAF7F2;stroke-width:1.5}
.chat-widget{position:fixed;bottom:0;right:0;width:100%;max-width:400px;height:min(580px,calc(100dvh - 40px));background:#FFF;z-index:10000;font-family:'Outfit',sans-serif;display:flex;flex-direction:column;overflow:hidden;border-radius:20px 20px 0 0;box-shadow:0 -8px 60px rgba(26,23,20,.18)}
.chat-header{padding:18px 20px;display:flex;align-items:center;gap:12px;border-bottom:1px solid rgba(245,240,232,.8);flex-shrink:0}
.chat-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(145deg,#F5F0E8,#E8D5C8);display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',Georgia,serif;font-size:13px;font-weight:600;color:#3D3832}
.chat-name{font-weight:500;font-size:14px;color:#2A2520;letter-spacing:.5px}
.chat-status{font-size:11px;color:#B8AD9E;display:flex;align-items:center;gap:5px;margin-top:2px;font-weight:300}
.chat-status-dot{width:6px;height:6px;border-radius:50%;display:inline-block}
.chat-close{background:rgba(245,240,232,.6);border:none;width:30px;height:30px;border-radius:50%;cursor:pointer;font-size:12px;color:#8C8276;display:flex;align-items:center;justify-content:center;transition:background .3s}
.chat-close:hover{background:rgba(237,232,223,.8)}
.chat-messages{flex:1;overflow-y:auto;padding:16px 14px;display:flex;flex-direction:column;gap:12px;background:#FAF7F2}
.msg{max-width:82%}.msg-ai{align-self:flex-start}.msg-user{align-self:flex-end}
.msg-bubble{padding:12px 16px;font-size:14px;line-height:1.65;border-radius:16px;white-space:pre-wrap;font-weight:300}
.msg-ai .msg-bubble{background:#FFF;color:#3D3832;border-bottom-left-radius:4px;box-shadow:0 1px 4px rgba(0,0,0,.03)}
.msg-user .msg-bubble{background:#2A2520;color:#FAF7F2;border-bottom-right-radius:4px}
@keyframes dotPulse{0%,100%{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}
.chat-typing{align-self:flex-start;background:#FFF;padding:12px 20px;border-radius:16px;border-bottom-left-radius:4px;display:flex;gap:5px}
.chat-typing-dot{width:6px;height:6px;border-radius:50%;background:#C4A265}
.chat-quick{padding:8px 14px 4px;display:flex;gap:6px;flex-wrap:wrap;background:#FAF7F2}
.chat-quick button{background:#FFF;border:1px solid rgba(237,232,223,.7);border-radius:20px;padding:8px 14px;font-size:12px;color:#3D3832;cursor:pointer;font-family:'Outfit',sans-serif;transition:all .3s;font-weight:300}
.chat-quick button:hover{border-color:#C4A265;color:#C4A265}
.chat-input-bar{padding:12px 14px;border-top:1px solid rgba(245,240,232,.8);display:flex;gap:8px;background:#FFF;flex-shrink:0}
.chat-input{flex:1;border:1px solid rgba(237,232,223,.7);border-radius:12px;padding:11px 14px;font-size:14px;outline:none;font-family:'Outfit',sans-serif;background:#FAF7F2;font-weight:300}
.chat-input:focus{border-color:rgba(196,162,101,.4)}
.chat-send{background:#2A2520;border:none;border-radius:12px;width:42px;height:42px;cursor:pointer;color:#FAF7F2;font-size:14px;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background .3s}
.chat-send:hover{background:#C4A265}

/* MOBILE MENU */
.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.98);backdrop-filter:blur(20px);z-index:999;padding:100px 32px 32px;display:none;flex-direction:column}
.mobile-menu.open{display:flex}
.mobile-menu a{display:block;padding:18px 0;color:#2A2520;font-size:18px;border-bottom:1px solid rgba(237,232,223,.5);font-weight:400;letter-spacing:1px}
.mobile-menu button{width:100%;margin-top:24px;background:#2A2520;border:none;border-radius:12px;padding:16px;color:#FAF7F2;font-size:14px;font-weight:500;cursor:pointer;font-family:'Outfit',sans-serif;letter-spacing:1px}
.mobile-menu-close{position:absolute;top:20px;right:20px;background:none;border:none;font-size:24px;color:#3D3832;cursor:pointer}

/* RESPONSIVE */
@media(max-width:768px){
.nav{padding:16px 20px}.nav.scrolled{padding:12px 20px}.nav-links{display:none}.nav-menu-btn{display:block}.nav-logo{font-size:18px}
.hero-inner{grid-template-columns:1fr;padding:100px 20px 60px;gap:32px}.hero h1{font-size:36px}.hero-img-wrap{order:-1}
.hero-stats{gap:28px}.hero-stat-val{font-size:22px}
.page-hero{padding:120px 20px 60px}.page-hero .section-title{font-size:30px}
.section{padding:80px 20px}.section-title{font-size:30px}
.process-grid{grid-template-columns:repeat(2,1fr);gap:32px}
.services-grid{grid-template-columns:1fr}
.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-item:first-child{grid-column:span 2;grid-row:span 1}.gallery-item:nth-child(6){grid-column:span 1}
.testimonials-grid{grid-template-columns:1fr}
.pricing-grid{grid-template-columns:1fr}
.pricing-grid-4{grid-template-columns:1fr}
.why-grid{grid-template-columns:1fr}
.elope-features{grid-template-columns:1fr}
.cta{padding:80px 20px}.cta h2{font-size:32px}
.footer{padding:40px 20px}.footer-inner{grid-template-columns:1fr}
.chat-widget{max-width:100%;border-radius:0}
}
