:root{--plum:#6B2D5E;--plum-dark:#4A1F42;--plum-light:#8B3D7A;--rose-gold:#C8956C;--rose-light:#E8C4A0;--blush:#F5E6EE;--blush-deep:#EDD0E0;--cream:#FDF8F5;--champagne:#F0E0CC;--charcoal:#1E1A1E;--mid-grey:#6B6070;--light-grey:#BDB0BA;--white:#FFFFFF;--font-serif:"Playfair Display",Georgia,serif;--font-sans:"Inter",system-ui,sans-serif;--radius-sm:8px;--radius-md:16px;--radius-lg:32px;--shadow-sm:0 2px 12px rgba(107,45,94,0.08);--shadow-md:0 8px 32px rgba(107,45,94,0.12);--shadow-lg:0 20px 60px rgba(107,45,94,0.18);--transition:all 0.35s cubic-bezier(0.4,0,0.2,1);--max-w:1200px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);color:var(--charcoal);background:var(--cream);line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}h1,h2,h3,h4,h5{font-family:var(--font-serif);line-height:1.25}h1{font-size:clamp(2.2rem,5vw,3.8rem)}h1,h2{font-weight:600}h2{font-size:clamp(1.8rem,3.5vw,2.8rem)}h3{font-size:clamp(1.1rem,2vw,1.4rem);font-weight:500}h4{font-size:1.1rem}h4,h5{font-weight:600}h5{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase}p{color:var(--mid-grey);line-height:1.8}strong{color:var(--charcoal);font-weight:600}em{font-style:italic;color:var(--plum)}.section-inner{max-width:var(--max-w);margin:0 auto;padding:0 2rem}.section-header{text-align:center;max-width:680px;margin:0 auto 4rem}.section-header h2{margin:.5rem 0 1rem}.section-header p{font-size:1.05rem}.section-tag{display:inline-block;font-family:var(--font-sans);font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--rose-gold);background:rgba(200,149,108,.12);padding:.35rem .9rem;border-radius:100px;margin-bottom:.75rem}.section-tag.light{color:var(--rose-light);background:rgba(232,196,160,.2)}.fade-in{transform:translateY(30px)}.fade-in,.fade-right{opacity:0;transition:opacity .7s ease,transform .7s ease}.fade-right{transform:translateX(-30px)}.fade-left{opacity:0;transform:translateX(30px);transition:opacity .7s ease,transform .7s ease}.fade-in.visible,.fade-left.visible,.fade-right.visible{opacity:1;transform:none}.btn-primary{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--plum),var(--plum-light));color:var(--white);padding:.85rem 2rem;border-radius:100px;font-weight:600;font-size:.95rem;letter-spacing:.02em;transition:var(--transition);border:none;cursor:pointer;box-shadow:0 4px 20px rgba(107,45,94,.3);min-height:48px}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(107,45,94,.4)}.btn-primary.full-width{width:100%}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;color:var(--plum);border:2px solid var(--plum);padding:.8rem 1.8rem;border-radius:100px;font-weight:600;font-size:.95rem;transition:var(--transition);min-height:48px}.btn-ghost:hover{background:var(--plum);color:var(--white);transform:translateY(-2px)}.btn-ghost-dark{display:inline-flex;align-items:center;justify-content:center;color:var(--white);border:2px solid rgba(255,255,255,.5);padding:.85rem 2rem;border-radius:100px;font-weight:600;font-size:.95rem;transition:var(--transition);min-height:48px}.btn-ghost-dark:hover{background:rgba(255,255,255,.15);border-color:var(--white)}#navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;transition:var(--transition)}#navbar.scrolled{background:rgba(253,248,245,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--blush-deep);box-shadow:var(--shadow-sm)}.nav-inner{max-width:var(--max-w);margin:0 auto;padding:1.2rem 2rem;display:flex;align-items:center;justify-content:space-between}.nav-logo{font-family:var(--font-serif);font-size:1.35rem;font-weight:600;color:var(--white);transition:var(--transition)}#navbar.scrolled .nav-logo{color:var(--plum)}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{font-size:.9rem;font-weight:500;color:rgba(255,255,255,.9);transition:var(--transition)}#navbar.scrolled .nav-links a{color:var(--mid-grey)}.nav-links a:hover{color:var(--rose-gold)!important}.nav-cta{background:linear-gradient(135deg,var(--rose-gold),var(--plum));color:var(--white)!important;padding:.5rem 1.3rem;border-radius:100px;font-weight:600}.nav-cta:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.hamburger span{width:24px;height:2px;background:var(--white);transition:var(--transition);border-radius:2px;display:block}#navbar.scrolled .hamburger span{background:var(--plum)}.mobile-menu{display:none;flex-direction:column;background:var(--white);border-top:1px solid var(--blush-deep)}.mobile-menu.open{display:flex}.mobile-link{padding:1rem 2rem;font-weight:500;color:var(--mid-grey);border-bottom:1px solid var(--blush);transition:var(--transition)}.mobile-link:hover{color:var(--plum);background:var(--blush)}.mobile-link.cta{color:var(--plum);font-weight:700}#hero{min-height:100vh;padding:7rem 0 4rem;background:linear-gradient(135deg,var(--plum-dark) 0,var(--plum) 50%,#9B4A88 100%);display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.hero-bg-pattern{position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(circle at 20% 50%,rgba(200,149,108,.15) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.05) 0,transparent 40%),radial-gradient(circle at 60% 80%,rgba(200,149,108,.08) 0,transparent 40%)}.hero-content{max-width:var(--max-w);margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.hero-tag{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--rose-light);background:rgba(232,196,160,.15);border:1px solid rgba(232,196,160,.3);padding:.35rem .9rem;border-radius:100px;margin-bottom:1.5rem}.hero-text h1{color:var(--white);margin-bottom:1.5rem}.hero-text h1 em{color:var(--rose-gold);font-style:italic}.hero-sub{color:rgba(255,255,255,.8);font-size:1.05rem;margin-bottom:2.5rem;max-width:520px;line-height:1.8}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.hero-actions .btn-ghost{border-color:rgba(255,255,255,.5);color:var(--white)}.hero-actions .btn-ghost:hover{background:rgba(255,255,255,.1);border-color:var(--white);color:var(--white)}.hero-badges{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.badge{display:flex;flex-direction:column}.badge-num{font-family:var(--font-serif);font-size:1.8rem;font-weight:700;color:var(--rose-gold);line-height:1}.badge-label{font-size:.75rem;color:rgba(255,255,255,.65);font-weight:500;letter-spacing:.05em;margin-top:.2rem}.badge-divider{width:1px;height:40px;background:rgba(255,255,255,.2)}.hero-image-wrap{position:relative;display:flex;justify-content:center;align-items:center}.hero-image-ring,.hero-image-ring.ring-2{position:absolute;border-radius:50%;border:2px solid rgba(200,149,108,.3);animation:pulse-ring 3s ease-in-out infinite}.hero-image-ring{width:400px;height:400px}.hero-image-ring.ring-2{width:460px;height:460px;border-color:rgba(200,149,108,.15);animation-delay:1s}@keyframes pulse-ring{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.03);opacity:.6}}.hero-photo{width:360px;height:360px;border-radius:50%;object-fit:cover;object-position:top center;border:5px solid rgba(200,149,108,.6);box-shadow:0 20px 60px rgba(0,0,0,.3),0 0 0 10px rgba(200,149,108,.1);position:relative;z-index:1}.hero-float-card{position:absolute;bottom:-20px;left:-20px;background:var(--white);border-radius:var(--radius-md);padding:.9rem 1.2rem;display:flex;align-items:center;gap:.75rem;box-shadow:var(--shadow-lg);z-index:2;max-width:240px}.hero-float-card .float-icon{font-size:1.5rem}.hero-float-card strong{display:block;font-size:.8rem;color:var(--charcoal);font-weight:700}.hero-float-card span{display:block;font-size:.72rem;color:var(--mid-grey);margin-top:.1rem}.hero-scroll-hint{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:rgba(255,255,255,.5);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}.scroll-line{width:1px;height:40px;background:linear-gradient(180deg,rgba(255,255,255,.5),transparent);animation:scroll-anim 1.5s ease-in-out infinite}@keyframes scroll-anim{0%,to{opacity:1}50%{opacity:.3}}#trust-bar{background:var(--white);border-bottom:1px solid var(--blush-deep);padding:1.5rem 0}.trust-inner{max-width:var(--max-w);margin:0 auto;padding:0 2rem;justify-content:center;gap:2rem;flex-wrap:wrap}.trust-inner,.trust-item{display:flex;align-items:center}.trust-item{gap:.5rem;font-size:.85rem;font-weight:500;color:var(--mid-grey)}.trust-icon{font-size:1rem}.trust-sep{width:1px;height:20px;background:var(--blush-deep)}#about{padding:7rem 0;background:var(--cream)}.about-grid{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:5rem;gap:5rem;align-items:center}.about-image-col,.about-img-frame{position:relative}.about-img-frame{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);height:520px}.about-img-accent{position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(107,45,94,.15))}.about-quote-card{position:absolute;bottom:-30px;right:-30px;background:linear-gradient(135deg,var(--plum),var(--plum-light));color:var(--white);border-radius:var(--radius-md);padding:1.5rem;max-width:260px;box-shadow:var(--shadow-lg)}.about-quote-card p{font-family:var(--font-serif);font-style:italic;font-size:1rem;color:var(--white);margin-bottom:.5rem;line-height:1.5}.about-quote-card span{font-size:.78rem;color:var(--rose-light);font-weight:600}.about-text-col{padding-left:1rem}.about-text-col h2{margin-bottom:1.5rem;color:var(--charcoal)}.about-text-col p{margin-bottom:1.2rem}.about-specialties{display:flex;flex-wrap:wrap;gap:.6rem;margin:2rem 0 2.5rem}.about-specialties span{display:inline-block;background:var(--blush);color:var(--plum);font-size:.8rem;font-weight:600;padding:.35rem .9rem;border-radius:100px;border:1px solid var(--blush-deep)}#services{padding:7rem 0;background:var(--white)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.service-card{background:var(--cream);border:1px solid var(--blush-deep);border-radius:var(--radius-md);padding:2rem;position:relative;transition:var(--transition)}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--rose-gold)}.service-card.featured{background:linear-gradient(135deg,var(--plum-dark),var(--plum));border-color:var(--plum);color:var(--white)}.service-card.featured p,.service-card.featured ul li{color:rgba(255,255,255,.8)}.featured-badge,.service-card.featured h3{color:var(--white)}.featured-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,var(--rose-gold),#D4A470);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .9rem;border-radius:100px;white-space:nowrap;box-shadow:0 4px 15px rgba(200,149,108,.4)}.service-icon{font-size:2rem;margin-bottom:1rem}.service-card h3{margin-bottom:.75rem;color:var(--charcoal)}.service-card p{font-size:.9rem;margin-bottom:1.2rem}.service-card ul{display:flex;flex-direction:column;gap:.5rem}.service-card ul li{font-size:.82rem;color:var(--mid-grey);display:flex;align-items:center;gap:.5rem}.service-card ul li:before{content:"";width:5px;height:5px;background:var(--rose-gold);border-radius:50%;flex-shrink:0}.service-card.featured ul li:before{background:var(--rose-light)}#experience{padding:7rem 0;background:var(--blush)}.timeline{position:relative;max-width:900px;margin:0 auto;padding:0 1rem}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--plum),var(--rose-gold));transform:translateX(-50%)}.timeline-item{display:grid;grid-template-columns:1fr 40px 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:start;margin-bottom:3rem;position:relative}.timeline-item .timeline-date{text-align:right;font-size:.8rem;font-weight:700;color:var(--plum);letter-spacing:.05em;padding-top:1.2rem;grid-column:1}.timeline-item .timeline-dot{grid-column:2;width:14px;height:14px;background:linear-gradient(135deg,var(--plum),var(--rose-gold));border-radius:50%;margin:1.3rem auto 0;position:relative;z-index:1;box-shadow:0 0 0 4px var(--blush),0 0 0 6px rgba(107,45,94,.2)}.timeline-item .timeline-card{grid-column:3;background:var(--white);border-radius:var(--radius-md);padding:1.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--blush-deep);transition:var(--transition)}.timeline-item .timeline-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.timeline-item.right .timeline-date{grid-column:3;text-align:left}.timeline-item.right .timeline-dot{grid-column:2}.timeline-item.right .timeline-card{grid-column:1;grid-row:1}.timeline-company{display:block;font-size:.78rem;color:var(--rose-gold);font-weight:600;letter-spacing:.03em;margin:.3rem 0 .75rem}.timeline-card h4{color:var(--charcoal)}.timeline-card p{font-size:.88rem}#why{padding:7rem 0;background:var(--white)}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.why-card{background:var(--cream);border:1px solid var(--blush-deep);border-radius:var(--radius-md);padding:2rem;text-align:center;transition:var(--transition)}.why-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--plum-light);background:var(--white)}.why-icon{font-size:2.2rem;margin-bottom:1rem;display:block}.why-card h3{font-size:1rem;margin-bottom:.75rem;color:var(--charcoal)}.why-card p{font-size:.88rem}#insights{padding:7rem 0;background:var(--blush)}.insights-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}.insight-card{background:var(--white);border-radius:var(--radius-md);padding:2rem;border:1px solid var(--blush-deep);transition:var(--transition);display:flex;flex-direction:column}.insight-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.insight-tag{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--plum);background:var(--blush);padding:.25rem .7rem;border-radius:100px;margin-bottom:1rem;width:-moz-fit-content;width:fit-content}.insight-card h4{font-size:1rem;margin-bottom:.75rem;color:var(--charcoal);line-height:1.4}.insight-card p{font-size:.85rem;flex:1 1;margin-bottom:1.2rem}.insight-link{font-size:.82rem;font-weight:700;color:var(--rose-gold);transition:var(--transition)}.insight-link:hover{color:var(--plum)}.insights-cta{text-align:center}#contact{padding:7rem 0;background:linear-gradient(135deg,var(--plum-dark) 0,var(--plum) 60%,#9B4A88 100%);position:relative;overflow:hidden}.contact-bg-pattern{position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(circle at 10% 50%,rgba(200,149,108,.15) 0,transparent 50%),radial-gradient(circle at 90% 20%,rgba(255,255,255,.05) 0,transparent 40%)}.contact-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;align-items:start}.contact-text h2{color:var(--white);margin-bottom:1.5rem}.contact-text p{color:rgba(255,255,255,.8);font-size:1.05rem;margin-bottom:2.5rem}.contact-details{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:rgba(255,255,255,.85)}.c-icon{font-size:1.1rem}.contact-item a{color:var(--rose-light);transition:var(--transition)}.contact-item a:hover{color:var(--white)}.contact-form-wrap{background:var(--white);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:var(--shadow-lg)}.contact-form h3{font-size:1.3rem;color:var(--charcoal);margin-bottom:1.75rem;padding-bottom:1rem;border-bottom:2px solid var(--blush)}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.2rem}label{font-size:.78rem;font-weight:600;color:var(--charcoal);letter-spacing:.04em}input,select,textarea{padding:.75rem 1rem;border:1.5px solid var(--blush-deep);border-radius:var(--radius-sm);font-family:var(--font-sans);font-size:.9rem;color:var(--charcoal);background:var(--cream);transition:var(--transition);outline:none;width:100%}input:focus,select:focus,textarea:focus{border-color:var(--plum);background:var(--white);box-shadow:0 0 0 3px rgba(107,45,94,.1)}textarea{resize:vertical;min-height:110px}.form-note{text-align:center;font-size:.75rem;color:var(--light-grey);margin-top:.75rem}#footer{background:var(--charcoal);color:rgba(255,255,255,.7);padding:4rem 0 0}.footer-inner{max-width:var(--max-w);margin:0 auto;padding:0 2rem 3rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:3rem;gap:3rem}.footer-logo{font-family:var(--font-serif);font-size:1.5rem;color:var(--white);display:block;margin-bottom:.75rem}.footer-brand p{font-size:.85rem;line-height:1.6}.footer-tagline{color:var(--rose-gold)!important;margin-top:.5rem;font-style:italic}.footer-links h5,.footer-services h5,.footer-social h5{color:var(--white);margin-bottom:1.2rem}.footer-links a,.footer-services a{display:block;font-size:.85rem;color:rgba(255,255,255,.55);margin-bottom:.6rem;transition:var(--transition)}.footer-links a:hover,.footer-services a:hover{color:var(--rose-gold)}.social-btn{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.8);padding:.6rem 1.1rem;border-radius:var(--radius-sm);font-size:.85rem;font-weight:500;transition:var(--transition)}.social-btn:hover{background:var(--plum);border-color:var(--plum);color:var(--white)}.footer-bottom{max-width:var(--max-w);margin:0 auto;padding:1.5rem 2rem;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.footer-bottom p{font-size:.8rem}@media (max-width:1024px){.services-grid,.why-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr 1fr;gap:2.5rem}.about-grid{gap:3rem}.hero-photo{width:300px;height:300px}.hero-image-ring{width:340px;height:340px}.hero-image-ring.ring-2{width:390px;height:390px}}@media (max-width:768px){.nav-links{display:none}.hamburger{display:flex}#about,#contact,#experience,#insights,#services,#why{padding:4.5rem 0}.section-inner{padding:0 1.25rem}.section-header{margin-bottom:2.5rem}#hero{padding:6rem 0 5rem;min-height:auto}.hero-content{grid-template-columns:1fr;text-align:center;gap:2.5rem;padding:0 1.25rem}.hero-image-wrap{order:-1;padding-bottom:3.5rem}.hero-photo{width:230px;height:230px}.hero-image-ring{width:270px;height:270px}.hero-image-ring.ring-2{width:310px;height:310px}.hero-sub{max-width:100%;font-size:.95rem}.hero-badges{gap:1rem}.hero-actions,.hero-badges{justify-content:center}.hero-float-card{left:50%;transform:translateX(-50%);bottom:0;white-space:nowrap}.hero-scroll-hint{display:none}.trust-inner{flex-wrap:wrap;gap:.75rem 1.5rem}.trust-sep{display:none}.about-grid{grid-template-columns:1fr;gap:2rem}.about-img-frame{height:340px}.about-quote-card{position:static;margin-top:1rem;border-radius:var(--radius-md);max-width:100%}.about-text-col{padding-left:0}.services-grid{grid-template-columns:1fr}.timeline:before{left:16px;transform:none}.timeline-item{grid-template-columns:36px 1fr;gap:.75rem;margin-bottom:2rem}.timeline-item .timeline-date{display:none}.timeline-item .timeline-dot{grid-column:1;grid-row:1;margin-top:1rem}.timeline-item .timeline-card{grid-column:2;grid-row:1}.timeline-item.right .timeline-date{display:none}.timeline-item.right .timeline-dot{grid-column:1;grid-row:1}.timeline-item.right .timeline-card{grid-column:2;grid-row:1}.contact-inner,.insights-grid,.why-grid{grid-template-columns:1fr}.contact-inner{gap:2.5rem}.contact-form-wrap{padding:1.75rem 1.25rem;border-radius:var(--radius-md)}.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center;gap:.4rem}.form-row{grid-template-columns:1fr}input,select,textarea{font-size:16px}}@media (max-width:480px){h1{font-size:1.9rem}h2{font-size:1.6rem}.hero-photo{width:190px;height:190px}.hero-image-ring{width:225px;height:225px}.hero-image-ring.ring-2{width:260px;height:260px}.hero-badges{gap:.75rem}.badge-num{font-size:1.4rem}.footer-inner{grid-template-columns:1fr}.footer-services{display:none}.contact-form-wrap{padding:1.25rem 1rem}.nav-inner{padding:1rem 1.25rem}.about-img-frame{height:280px}.insight-card,.service-card,.why-card{padding:1.5rem}}