:root{--rose-gold:#d4a574;--rose-dark:#c4906a;--rose-light:#edd5bc;--rose-pale:#fdf8f4;--mahogany:#2c1810;--mahogany-mid:#4a2820;--mahogany-soft:#6b3a2a;--text-main:#1a0f0a;--text-muted:#9b7a6a;--text-light:#c4a89a;--white:#fffcfa;--border:#edd5bc;--font-display:"Cormorant Garamond", serif;--font-body:"Jost", sans-serif;--radius-sm:4px;--radius-md:8px;--radius-lg:14px;--shadow-sm:0 2px 12px #2c18100f;--shadow-md:0 6px 32px #2c18101a}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-main);background-color:var(--white);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.7}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-body)}h1,h2,h3,h4,h5{font-family:var(--font-display);font-weight:300;line-height:1.2}h1{font-size:clamp(2.4rem,5vw,3.8rem)}h2{font-size:clamp(1.8rem,3vw,2.6rem)}h3{font-size:1.4rem}h4{font-size:1.1rem;font-family:var(--font-body);font-weight:500}em{color:var(--rose-gold);font-style:italic}p{color:var(--text-muted);font-weight:300;line-height:1.75}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-label{letter-spacing:4px;text-transform:uppercase;color:var(--rose-gold);align-items:center;gap:10px;margin-bottom:.5rem;font-size:11px;display:flex}.section-label:before{content:"";background:var(--rose-gold);width:24px;height:1px;display:inline-block}.section-title{font-family:var(--font-display);color:var(--text-main);margin-bottom:2.5rem;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:300}.btn{letter-spacing:2.5px;text-transform:uppercase;font-size:12px;font-weight:500;font-family:var(--font-body);border-radius:var(--radius-sm);border:none;padding:13px 32px;transition:all .25s;display:inline-block}.btn-primary{background:var(--rose-gold);color:var(--mahogany)}.btn-primary:hover{background:var(--rose-dark);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.btn-outline{color:var(--rose-gold);border:1px solid var(--rose-gold);background:0 0}.btn-outline:hover{background:#d4a5741a;transform:translateY(-1px)}.btn-dark{background:var(--mahogany);color:var(--rose-pale)}.btn-dark:hover{background:var(--mahogany-mid);transform:translateY(-1px)}.btn-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.navbar{z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#fffcfafa;width:100%;padding:0 1.5rem;position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;max-width:1100px;height:70px;margin:0 auto;display:flex}.navbar-logo{flex-direction:column;line-height:1.1;display:flex}.navbar-logo .logo-name{font-family:var(--font-display);color:var(--mahogany);letter-spacing:.5px;font-size:1.3rem;font-weight:400}.navbar-logo .logo-tag{letter-spacing:3px;text-transform:uppercase;color:var(--rose-gold);font-size:9px}.navbar-links{align-items:center;gap:2.5rem;list-style:none;display:flex}.navbar-links a{letter-spacing:1.5px;text-transform:uppercase;color:var(--text-muted);font-size:12px;font-weight:500;transition:color .2s;position:relative}.navbar-links a:after{content:"";background:var(--rose-gold);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.navbar-links a:hover{color:var(--mahogany)}.navbar-links a:hover:after{width:100%}.navbar-cta{border-radius:var(--radius-sm);padding:9px 20px;background:var(--rose-gold)!important;color:var(--mahogany)!important;letter-spacing:2px!important;font-size:11px!important}.navbar-cta:after{display:none!important}.navbar-mobile-btn{color:var(--mahogany);background:0 0;border:none;padding:4px;font-size:1.5rem;display:none}.mobile-menu{background:var(--white);border-top:1px solid var(--border);flex-direction:column;gap:1rem;padding:1.5rem;display:none}.mobile-menu.open{display:flex}.mobile-menu a{letter-spacing:1.5px;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border);padding:.6rem 0;font-size:13px;font-weight:500}.hero{background:linear-gradient(135deg,#fff7fb 0%,#ffeaf3 45%,#ffdce9 100%);align-items:center;min-height:92vh;padding:5rem 0 6rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.hero-deco{opacity:.07;pointer-events:none;position:absolute;top:50%;right:8%;transform:translateY(-50%)}.hero-content{z-index:2;max-width:600px;position:relative}.hero-eyebrow{letter-spacing:4px;text-transform:uppercase;color:var(--rose-gold);align-items:center;gap:80px;margin-bottom:1.2rem;font-size:11px;display:flex}.hero-eyebrow:before{content:"";background:var(--rose-gold);width:32px;height:1px;display:inline-block}.hero h1{color:#7a4b5d}.hero>.container>.hero-content>p,.hero-description{color:#8c6a77;max-width:420px;margin-bottom:2.2rem;font-size:15px}.hero-badge{z-index:2;background:#d4a5741a;border:1px solid #d4a57459;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:absolute;bottom:2rem;right:2rem}.badge-num{font-family:var(--font-display);color:var(--rose-gold);font-size:2rem;line-height:1}.badge-text{letter-spacing:2px;text-transform:uppercase;color:var(--text-light);font-size:9px}.announce{background:var(--rose-pale);border-bottom:1px solid var(--border);text-align:center;color:var(--mahogany-soft);padding:.9rem 1.5rem;font-size:13px}.announce strong{color:var(--mahogany);font-weight:500}.services-grid{background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1px;display:grid;overflow:hidden}.service-card{background:var(--white);text-align:center;padding:2rem 1.2rem;transition:background .25s}.service-card:hover{background:#fdf0e6}.service-icon{margin-bottom:1rem;font-size:1.8rem}.service-name{color:var(--mahogany);margin-bottom:5px;font-size:13px;font-weight:500}.service-desc{color:var(--text-muted);font-size:11.5px;line-height:1.5}.why-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.why-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;transition:box-shadow .25s,transform .25s}.why-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.why-card .num{font-family:var(--font-display);color:var(--border);margin-bottom:.8rem;font-size:2.8rem;line-height:1}.why-card h4{color:var(--mahogany);margin-bottom:6px;font-size:15px}.why-card p{margin:0;font-size:13px}.contact-strip{background:linear-gradient(135deg, var(--mahogany), var(--mahogany-mid));border-radius:var(--radius-lg);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:2.5rem 3rem;display:flex}.contact-strip h3{font-family:var(--font-display);color:#f5ede6;margin-bottom:4px;font-size:1.8rem}.contact-strip p{color:var(--text-light);margin:0;font-size:13px}.contact-items{flex-direction:column;gap:10px;display:flex}.contact-item{color:var(--rose-gold);align-items:center;gap:10px;font-size:13px;display:flex}.footer{background:var(--mahogany);color:var(--text-light);padding:3rem 0 2rem}.footer-inner{max-width:1100px;margin:0 auto;padding:0 1.5rem}.footer-grid{border-bottom:1px solid #d4a57433;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:1.5rem;padding-bottom:2.5rem;display:grid}.footer-brand .brand-name{font-family:var(--font-display);color:#f5ede6;margin-bottom:4px;font-size:1.5rem;display:block}.footer-brand p{max-width:280px;margin-top:.75rem;font-size:13px;line-height:1.6}.footer-col h5{font-family:var(--font-body);letter-spacing:3px;text-transform:uppercase;color:var(--rose-gold);margin-bottom:1rem;font-size:10px}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.6rem}.footer-col a{color:var(--text-light);font-size:13px;transition:color .2s}.footer-col a:hover{color:var(--rose-gold)}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;font-size:12px;display:flex}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:.7s both fadeUp}@media (max-width:768px){.navbar-links{display:none}.navbar-mobile-btn{display:block}.hero{min-height:75vh}.hero-deco{display:none}.footer-grid{grid-template-columns:1fr;gap:2rem}.contact-strip{flex-direction:column;align-items:flex-start;padding:2rem}.section{padding:3.5rem 0}}.service-img-wrap{border-radius:var(--radius-md) var(--radius-md) 0 0;width:100%;height:180px;margin-bottom:1rem;overflow:hidden}.service-img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.service-card:hover .service-img{transform:scale(1.06)}.service-card{background:var(--white);border-radius:var(--radius-md);text-align:center;border:1px solid var(--border);padding:0 0 1.5rem;transition:box-shadow .25s,transform .25s;overflow:hidden}.service-card:hover{background:var(--white);box-shadow:var(--shadow-md);transform:translateY(-4px)}.service-card .service-name{margin-bottom:5px;padding:0 1rem}.service-card .service-desc{padding:0 1rem}.services-grid{background:0 0;border:none;border-radius:0;gap:1.2rem}.navbar-logo-img{object-fit:contain;width:auto;height:42px}.navbar-logo-text{flex-direction:column;line-height:1.1;display:flex}.page-header{background:linear-gradient(135deg, var(--mahogany) 0%, var(--mahogany-mid) 60%);padding:5rem 0 4rem;position:relative;overflow:hidden}.page-header:before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.page-header .section-label{z-index:1;position:relative}.page-header h1{color:#f5ede6;z-index:1;margin-bottom:1rem;position:relative}.page-header-sub{color:var(--text-light);z-index:1;max-width:500px;font-size:15px;position:relative}.service-section{border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:4rem 0;display:grid}.service-section:last-child{border-bottom:none}.service-section--reverse{direction:rtl}.service-section--reverse>*{direction:ltr}.service-section-img-wrap{border-radius:var(--radius-lg);height:420px;box-shadow:var(--shadow-md);overflow:hidden}.service-section-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.service-section-img-wrap:hover .service-section-img{transform:scale(1.04)}.service-section-title{font-family:var(--font-display);color:var(--text-main);margin-bottom:.75rem;font-size:2rem;font-weight:300}.service-section-desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:14px;line-height:1.75}.price-list{flex-direction:column;gap:0;display:flex}.price-row{border-bottom:1px dashed var(--border);align-items:baseline;gap:6px;padding:10px 0;display:flex}.price-row:last-child{border-bottom:none}.price-name{color:var(--text-main);white-space:nowrap;font-size:13px;font-weight:400}.price-dots{border-bottom:1px dotted var(--rose-light);flex:1;margin:0 6px 4px}.price-amount{color:var(--rose-dark);white-space:nowrap;font-size:13px;font-weight:500}@media (max-width:768px){.service-section{grid-template-columns:1fr;gap:2rem;direction:ltr!important}.service-section-img-wrap{height:260px}.page-header{padding:3rem 0 2.5rem}}.insta-profile-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:3rem;padding:2rem;display:flex}.insta-avatar{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;padding:3px;display:flex}.insta-avatar svg{border-radius:50%}.insta-profile-info{flex:1;min-width:200px}.insta-profile-info h3{font-family:var(--font-body);color:var(--mahogany);margin-bottom:4px;font-size:1.1rem;font-weight:500}.insta-profile-info p{color:var(--text-muted);margin:0;font-size:13px}.insta-embed-label{letter-spacing:4px;text-transform:uppercase;color:var(--rose-gold);align-items:center;gap:10px;margin-bottom:1.5rem;font-size:11px;display:flex}.insta-embed-label:before{content:"";background:var(--rose-gold);width:24px;height:1px;display:inline-block}.insta-grid-placeholder{border-radius:var(--radius-md);grid-template-columns:repeat(3,1fr);gap:4px;margin-bottom:2rem;display:grid;overflow:hidden}.insta-tile{aspect-ratio:1;background:var(--rose-pale);border:1px solid var(--border);justify-content:center;align-items:center;text-decoration:none;transition:background .2s;display:flex}.insta-tile:hover{background:#fdf0e6}.insta-tile-inner{flex-direction:column;align-items:center;gap:8px;display:flex}.insta-tile-inner span{letter-spacing:1px;color:var(--text-muted);text-transform:uppercase;font-size:11px}.insta-cta{text-align:center;margin-top:1rem}@media (max-width:600px){.insta-profile-card{flex-direction:column;align-items:flex-start}.insta-grid-placeholder{grid-template-columns:repeat(2,1fr)}}.hero-title-row{align-items:center;gap:22px;display:flex}.hero-text-content{margin-left:8px}.hero-heading-wrap{align-items:center;gap:12px;display:flex}.hero-stars{font-size:22px}:root{--rose-gold:#d98ca3;--rose-dark:#c97592;--rose-light:#f5d4df;--rose-pale:#fff5f8}.hero{background:linear-gradient(135deg,#5c2f3d 0%,#81485c 45%,#a7637d 100%)}@media (max-width:768px){.hero-title-row{flex-direction:column;align-items:flex-start}.hero-image{width:110px;height:110px}.hero-heading-wrap{flex-direction:column;align-items:flex-start}}.hero-main-row{align-items:center;gap:82px;display:flex}.hero-image{object-fit:cover;border:4px solid #ffffff26;border-radius:22px;flex-shrink:0;width:330px;height:450px}.hero-right{flex-direction:column;align-items:flex-start;display:flex}.hero-description{color:#edd5bc;max-width:480px;margin-bottom:2rem}@media (max-width:768px){.hero-main-row{flex-direction:column;align-items:flex-start}.hero-image{width:220px;height:300px}}.hero-right h1{color:#f4e6dc;line-height:1.1}.hero-right h1:first-line{background:linear-gradient(90deg,#fff3e8 0%,#ffe0ec 45%,#f7bfd3 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}
.contact-page{background:#f8f5f2;min-height:100vh}.contact-hero{background:linear-gradient(#4a2820eb,#4a2820eb),#4a2820 url(/hero-texture.png);padding:140px 8% 100px;position:relative;overflow:hidden}.contact-hero:before{content:"";background-image:radial-gradient(#d4a57414 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.hero-content{z-index:2;max-width:650px;position:relative}.hero-tag{color:#d4a574;letter-spacing:4px;text-transform:uppercase;align-items:center;gap:12px;margin-bottom:18px;font-size:12px;display:inline-flex}.hero-tag:before{content:"";background:#d4a574;width:34px;height:1px}.contact-hero h1{color:#fff6ef;margin-bottom:24px;font-family:Cormorant Garamond,serif;font-size:clamp(3.5rem,7vw,6rem);font-weight:300;line-height:.95}.contact-hero h1 span{color:#d4a574;font-style:italic}.contact-hero p{color:#d9c1b3;max-width:550px;font-size:18px;line-height:1.9}.contact-section{z-index:5;margin-top:-60px;padding:0 8% 100px;position:relative}.contact-card{background:#fffdfa;border:1px solid #edd5bc;border-radius:28px;grid-template-columns:1.1fr 1fr;display:grid;overflow:hidden;box-shadow:0 20px 60px #2c18101f}.contact-left{padding:65px}.section-tag{color:#c4906a;letter-spacing:4px;text-transform:uppercase;align-items:center;gap:10px;font-size:12px;display:inline-flex}.section-tag:before{content:"";background:#c4906a;width:28px;height:1px}.contact-left h2{color:#2c1810;margin:18px 0 20px;font-family:Cormorant Garamond,serif;font-size:clamp(2.3rem,4vw,4rem);line-height:1.05}.contact-text{color:#8a6e60;margin-bottom:40px;font-size:16px;line-height:1.9}.info-box{background:#fbf7f3;border:1px solid #edd5bc;border-radius:22px;align-items:center;gap:18px;margin-bottom:18px;padding:22px;transition:all .25s;display:flex}.info-box:hover{transform:translateY(-3px);box-shadow:0 8px 25px #2c181014}.icon{background:linear-gradient(135deg,#d4a574,#b98259);border-radius:18px;justify-content:center;align-items:center;min-width:62px;height:62px;font-size:30px;display:flex}.info-box h4{color:#2c1810;margin-bottom:4px;font-size:17px}.info-box p{color:#8b7264;margin:0;font-size:15px}.book-btn{color:#2c1810;letter-spacing:2px;text-transform:uppercase;background:linear-gradient(135deg,#d4a574,#b98259);border-radius:100px;justify-content:center;align-items:center;margin-top:25px;padding:18px 34px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.book-btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #b982594d}.contact-right{min-height:780px;position:relative}.contact-right img{object-fit:cover;width:100%;height:100%}@media (max-width:900px){.contact-card{grid-template-columns:1fr}.contact-left{padding:38px 24px}.contact-right{min-height:420px}.contact-hero{padding:120px 24px 80px}.contact-hero h1{font-size:4rem}.contact-left h2{font-size:2.6rem}.info-box{gap:14px;padding:18px}.icon{min-width:55px;height:55px;font-size:26px}.book-btn{text-align:center;width:100%}}
