*{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-links a.nav-cta{color:#FAF7F2}
.nav-cta:hover,.nav-links a.nav-cta:hover{background:#C4A265;color:#FAF7F2}
.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}

/* PORTFOLIO PAGE */
.portfolio-tier-divider{display:flex;align-items:center;gap:24px;margin-bottom:20px}
.portfolio-tier-divider::before,.portfolio-tier-divider::after{content:'';flex:1;height:1px;background:rgba(196,162,101,.3)}
.portfolio-tier-label{font-family:'Playfair Display',Georgia,serif;font-size:14px;letter-spacing:5px;text-transform:uppercase;color:#C4A265;font-weight:400;white-space:nowrap}
.portfolio-tier-desc{font-family:'Cormorant Garamond',Georgia,serif;font-size:18px;color:#8C8276;font-style:italic;text-align:center;margin-bottom:48px;line-height:1.7}
.portfolio-showcase{position:relative;border-radius:20px;overflow:hidden;margin-bottom:48px;cursor:pointer}
.portfolio-showcase img{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:bottom;display:block;transition:transform .8s ease}
.portfolio-showcase:hover img{transform:scale(1.02)}
.portfolio-showcase-overlay{position:absolute;bottom:0;left:0;right:0;padding:48px;background:linear-gradient(to top,rgba(26,23,20,.75) 0%,rgba(26,23,20,.2) 60%,transparent 100%)}
.portfolio-showcase-name{font-family:'Playfair Display',Georgia,serif;font-size:36px;font-weight:400;color:#FAF7F2;margin-bottom:8px}
.portfolio-showcase-meta{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:rgba(196,162,101,.9);margin-bottom:20px;font-weight:400}
.portfolio-showcase-cta{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:#FAF7F2;border-bottom:1px solid rgba(250,247,242,.3);padding-bottom:2px;transition:all .3s;font-weight:400}
.portfolio-showcase:hover .portfolio-showcase-cta{color:#C4A265;border-color:#C4A265}
.portfolio-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.portfolio-card{border-radius:16px;overflow:hidden;background:#FFF;transition:all .5s}
.portfolio-card:hover{transform:translateY(-6px);box-shadow:0 20px 56px rgba(42,37,32,.1)}
.portfolio-card-img{overflow:hidden}
.portfolio-card-img img{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:center;display:block;transition:transform .7s ease}
.portfolio-card:hover .portfolio-card-img img{transform:scale(1.04)}
.portfolio-card-info{padding:24px 20px 28px}
.portfolio-card-name{font-family:'Playfair Display',Georgia,serif;font-size:20px;font-weight:400;color:#2A2520;margin-bottom:6px}
.portfolio-card-price{font-family:'Cormorant Garamond',Georgia,serif;font-size:15px;color:#8C8276;font-style:italic;margin-bottom:16px}
.portfolio-card-cta{font-size:11px;color:#C4A265;letter-spacing:2px;text-transform:uppercase;cursor:pointer;background:none;border:none;padding:0;font-family:'Outfit',sans-serif;transition:color .3s;font-weight:400}
.portfolio-card-cta:hover{color:#2A2520}
.portfolio-card.on-dark{background:#2A2520}
.portfolio-card.on-dark .portfolio-card-name{color:#FAF7F2}
.portfolio-card.on-dark .portfolio-card-price{color:rgba(250,247,242,.5)}
.portfolio-card.on-dark .portfolio-card-cta{color:#C4A265}
.portfolio-card.on-dark .portfolio-card-cta:hover{color:#FAF7F2}

/* 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}

/* CALENDAR WIDGET */
.cal-widget { animation: fadeInUp 0.3s ease; }
.cal-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.cal-nav { background: none; border: 1px solid #E8DFD0; border-radius: 50%; width: 28px; height: 28px; cursor: pointer; color: #C4A265; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; padding: 0; line-height: 1; flex-shrink: 0; transition: background 0.2s; }
.cal-nav:hover { background: #F0E8D8; }
.cal-title { font-family: 'Playfair Display', Georgia, serif; font-size: 16px; font-weight: 400; color: #2A2520; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; text-align: center; }
.cal-label { font-size: 10px; color: #B8AD9E; letter-spacing: 1px; text-transform: uppercase; padding: 4px 0; font-weight: 500; }
.cal-empty { }
.cal-day { position: relative; padding: 6px 2px; border-radius: 8px; cursor: default; min-height: 36px; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.15s ease; }
.cal-num { font-size: 13px; font-weight: 400; line-height: 1; }
.cal-status { font-size: 8px; line-height: 1; margin-top: 2px; white-space: nowrap; }
.cal-open { cursor: pointer; color: #2A2520; }
.cal-open:hover { background: #C4A265; color: #FFF; border-radius: 8px; }
.cal-busy { cursor: pointer; color: #2A2520; background: rgba(196, 162, 101, 0.1); }
.cal-busy:hover { background: #C4A265; color: #FFF; }
.cal-ask { color: #C4A265; }
.cal-busy:hover .cal-ask { color: #FFF; }
.cal-past { color: #D4CFC8; cursor: default; }
.cal-past .cal-num { color: #D4CFC8; }
.cal-blocked { color: #D4CFC8; cursor: default; }
.cal-full { color: #E88; font-size: 8px; }
.cal-today .cal-num { font-weight: 600; color: #C4A265; }
.cal-note { font-size: 12px; color: #8C8276; line-height: 1.6; margin-top: 12px; text-align: center; padding: 0 8px; }

/* CARD VIEW LINK */
.card-view-link {
  display: inline-block;
  margin-top: 12px;
  color: #C4A265;
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.card-view-link:hover {
  border-bottom-color: #C4A265;
  color: #2A2520;
}

/* ATTENTION BUBBLE */
#attention-bubble {
  position: fixed !important;
  bottom: 90px !important;
  right: 20px !important;
  left: auto !important;
  width: fit-content !important;
  max-width: 190px !important;
  background: #FAF7F2;
  color: #2A2520;
  border: 1px solid #C4A265;
  border-radius: 20px 20px 4px 20px;
  padding: 10px 14px;
  font-size: 0.82rem;
  font-family: inherit;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  cursor: pointer;
  z-index: 8999;
  line-height: 1.4;
  animation: bubbleBounce 2s ease-in-out infinite;
  box-sizing: border-box;
}
#attention-bubble-arrow {
  position: absolute;
  bottom: -8px;
  right: 18px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #C4A265;
}
@keyframes bubbleBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
#attention-bubble.hidden {
  display: none;
}

/* EXIT-INTENT POPUP */
#exit-intent-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(30, 24, 20, 0.75);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
#exit-intent-overlay.active {
  display: flex;
}
#exit-intent-modal {
  background: #FAF7F2;
  border: 1px solid #C4A265;
  border-radius: 12px;
  padding: 44px 36px 36px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  position: relative;
  box-shadow: 0 24px 64px rgba(0,0,0,0.35);
  animation: modalSlideIn 0.3s ease;
}
@keyframes modalSlideIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.exit-modal-icon {
  color: #C4A265;
  font-size: 1.6rem;
  margin-bottom: 8px;
}
#exit-intent-modal h3 {
  color: #2A2520;
  font-size: 1.6rem;
  margin: 0 0 10px;
  font-weight: 600;
}
#exit-intent-modal p {
  color: #5C4F3D;
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 28px;
}
#exit-intent-cta {
  display: block;
  width: 100%;
  background: #2A2520;
  color: #FAF7F2;
  border: none;
  padding: 15px 28px;
  border-radius: 6px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  margin-bottom: 14px;
  transition: background 0.2s ease;
}
#exit-intent-cta:hover { background: #C4A265; }
#exit-intent-decline {
  background: none;
  border: none;
  color: #9E8E7E;
  font-size: 0.88rem;
  cursor: pointer;
  text-decoration: underline;
  padding: 4px;
}
#exit-intent-close {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  font-size: 1.1rem;
  color: #9E8E7E;
  cursor: pointer;
  line-height: 1;
  padding: 4px;
}
#exit-intent-close:hover { color: #2A2520; }

/* SCROLL REVEAL */
.scroll-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.scroll-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.scroll-reveal-child {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.scroll-reveal-child.visible {
  opacity: 1;
  transform: translateY(0);
}

/* INSTAGRAM LINK */
#instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #C4A265;
  text-decoration: none;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  transition: color 0.2s ease, transform 0.2s ease;
  padding: 8px 0;
}
#instagram-link:hover {
  color: #FAF7F2;
  transform: translateY(-2px);
}
#instagram-link svg {
  flex-shrink: 0;
}

/* 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}
.portfolio-showcase img{aspect-ratio:4/3}.portfolio-showcase-overlay{padding:28px 24px}.portfolio-showcase-name{font-size:24px}
.portfolio-cards{grid-template-columns:1fr}.portfolio-card-info{padding:20px 16px 24px}
.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}
}
