*,:after,:before{box-sizing:border-box}:root{--color-pink:#D63384;--color-pink-dark:#a5185e;--color-gray-light:#f3f3f3;--color-gray:#444;--color-gray-muted:#888;--font-base:"Inter",sans-serif;--max-width:1280px}body{font-family:var(--font-base);background-color:#fffafc;color:var(--color-gray);margin:0;padding:0}.navbar-shell{position:sticky;top:0;z-index:1000}.navbar{width:100%;padding:1rem 0;background:rgba(255,248,252,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(196,115,146,.12);box-shadow:0 10px 30px rgba(34,24,28,.06)}.navbar-container{width:min(1180px,calc(100% - 2rem));margin:0 auto;justify-content:space-between;gap:1rem}.logo,.navbar-container{display:flex;align-items:center}.logo{gap:.85rem;text-decoration:none;min-width:0}.logo-mark{width:54px;height:54px;border-radius:16px;background:linear-gradient(135deg,#fff7fb,#ffe8f1);border:1px solid rgba(196,115,146,.14);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px rgba(196,115,146,.12);flex-shrink:0}.logo-image{width:42px;height:42px;object-fit:contain}.logo-copy{display:flex;flex-direction:column;min-width:0}.logo-text{font-size:1.02rem;font-weight:700;color:#3d2530;line-height:1.1;letter-spacing:.01em}.logo-subtext{font-size:.76rem;color:#9a6b7d;line-height:1.2;margin-top:.15rem}.desktop-links{display:flex;align-items:center;gap:.35rem;background:rgba(255,255,255,.72);border:1px solid rgba(196,115,146,.1);border-radius:999px;padding:.4rem}.nav-link{padding:.78rem 1rem;border-radius:999px;text-decoration:none;color:#5d3b48;font-size:.95rem;font-weight:600;transition:all .25s ease}.nav-link:hover{color:#c47392;background:rgba(255,236,243,.9)}.active-link{color:#c47392!important}.desktop-links .active-link{background:linear-gradient(135deg,#ffe9f1,#fff5f8)}.navbar-actions{display:flex;align-items:center;gap:.75rem}.book-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:999px;background:linear-gradient(135deg,#c47392,#d98aa8);color:#ffffff;font-weight:700;font-size:.92rem;padding:.88rem 1.3rem;box-shadow:0 14px 30px rgba(196,115,146,.22);transition:transform .25s ease,box-shadow .25s ease,opacity .25s ease}.book-btn:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(196,115,146,.28);color:#ffffff}.mobile-toggle{width:48px;height:48px;border:1px solid rgba(196,115,146,.15);border-radius:14px;background:rgba(255,255,255,.82);color:#5d3b48;display:none;align-items:center;justify-content:center;font-size:1.7rem;cursor:pointer;transition:all .25s ease}.mobile-toggle:hover{color:#c47392;background:#fff}.mobile-menu-overlay{position:fixed;inset:0;background:rgba(27,18,22,.26);backdrop-filter:blur(8px);opacity:0;visibility:hidden;transition:all .28s ease;z-index:999}.mobile-menu-overlay.show{opacity:1;visibility:visible}.mobile-menu{position:absolute;top:88px;left:1rem;right:1rem;background:linear-gradient(180deg,#fff9fb,#ffffff);border:1px solid rgba(196,115,146,.12);border-radius:24px;padding:1rem;box-shadow:0 24px 50px rgba(34,24,28,.12);display:flex;flex-direction:column;gap:.45rem;transform:translateY(-14px);opacity:0;transition:all .28s ease}.mobile-menu.show{transform:translateY(0);opacity:1}.mobile-link{text-decoration:none;color:#4f3240;font-weight:600;font-size:1rem;padding:.95rem 1rem;border-radius:16px;transition:all .25s ease}.mobile-link:hover{background:#fff1f6;color:#c47392}.mobile-menu .active-link{background:linear-gradient(135deg,#ffe9f1,#fff5f8)}.mobile-book-btn{margin-top:.4rem;width:100%}@media (max-width:980px){.desktop-book-btn,.desktop-links{display:none}.mobile-toggle{display:inline-flex}.logo-text{font-size:.96rem}.logo-subtext{font-size:.72rem}}@media (max-width:640px){.navbar{padding:.85rem 0}.navbar-container{width:min(100%,calc(100% - 1rem))}.logo-mark{width:48px;height:48px;border-radius:14px}.logo-image{width:36px;height:36px}.logo-text{font-size:.9rem}.logo-subtext{font-size:.68rem}.mobile-menu{top:80px;left:.75rem;right:.75rem;border-radius:20px}}.site-footer{margin-top:5rem;padding:0 0 1.5rem}.site-footer-top{width:min(1200px,calc(100% - 2rem));margin:0 auto;background:linear-gradient(135deg,#2d1b22,#4a2c38 55%,#5d3847);border-radius:32px;padding:2rem;box-shadow:0 22px 50px rgba(38,24,30,.16);overflow:hidden}.site-footer-brand{display:grid;grid-template-columns:110px 1fr;gap:1.25rem;align-items:start;padding-bottom:1.8rem;border-bottom:1px solid rgba(255,255,255,.1)}.site-footer-logo-link{text-decoration:none}.site-footer-logo-wrap{width:96px;height:96px;border-radius:28px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08)}.site-footer-logo-image{width:74px;height:74px;object-fit:contain}.site-footer-brand-copy{max-width:760px}.site-footer-badge{display:inline-flex;align-items:center;justify-content:center;padding:.48rem .9rem;border-radius:999px;background:rgba(255,240,246,.12);color:#ffd8e5;font-size:.8rem;font-weight:700;letter-spacing:.02em;margin-bottom:.9rem}.site-footer-title{color:#ffffff;font-size:clamp(1.5rem,3vw,2.25rem);line-height:1.2;margin-bottom:.8rem}.site-footer-text{color:rgba(255,255,255,.82);line-height:1.9;margin:0;max-width:720px}.site-footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;padding-top:1.8rem}.site-footer-card{background:rgba(255,255,255,.06);border-radius:24px;padding:1.25rem;backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.07)}.site-footer-heading{color:#ffffff;font-size:1rem;margin-bottom:.9rem}.site-footer-list{list-style:none;padding:0;margin:0;display:grid;gap:.8rem}.site-footer-list li{display:flex;align-items:flex-start;gap:.7rem;color:rgba(255,255,255,.82);line-height:1.7;font-size:.95rem}.site-footer-list li svg{margin-top:.18rem;flex-shrink:0;color:#ffbfd4}.site-footer-list a{color:rgba(255,255,255,.82);text-decoration:none;transition:color .25s ease}.site-footer-list a:hover{color:#ffffff}.site-footer-note{margin-top:.2rem;padding-left:1.9rem;color:#ffd8e5!important;font-size:.88rem!important}.site-footer-links{display:flex;flex-direction:column;gap:.8rem}.site-footer-links a{color:rgba(255,255,255,.82);text-decoration:none;transition:color .25s ease,transform .25s ease;width:fit-content}.site-footer-links a:hover{color:#ffffff;transform:translateX(4px)}.site-footer-bottom{width:min(1200px,calc(100% - 2rem));margin:1rem auto 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 .25rem}.site-footer-socials{display:flex;align-items:center;gap:.7rem}.site-footer-icon{width:46px;height:46px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#fff3f8;color:#c47392;font-size:1.15rem;text-decoration:none;transition:all .25s ease;box-shadow:0 10px 20px rgba(196,115,146,.1)}.site-footer-icon:hover{transform:translateY(-2px);background:#ffffff;color:#a85f7b}.site-footer-copy{margin:0;color:#7b5d69;font-size:.92rem;text-align:right}@media (max-width:1024px){.site-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer-brand{grid-template-columns:96px 1fr}}@media (max-width:680px){.site-footer-top{width:min(100%,calc(100% - 1rem));padding:1.25rem;border-radius:24px}.site-footer-brand{grid-template-columns:1fr;gap:1rem;padding-bottom:1.35rem}.site-footer-logo-wrap{width:82px;height:82px;border-radius:24px}.site-footer-logo-image{width:62px;height:62px}.site-footer-grid{grid-template-columns:1fr;gap:.9rem;padding-top:1.35rem}.site-footer-card{border-radius:20px;padding:1rem}.site-footer-bottom{width:min(100%,calc(100% - 1rem));flex-direction:column;align-items:flex-start}.site-footer-copy{text-align:left}}.contact-page{width:min(1100px,calc(100% - 2rem));margin:0 auto;padding:1.5rem 0 5rem}.contact-hero{padding-bottom:2.5rem}.contact-hero-inner{max-width:780px;margin:0 auto;text-align:center}.contact-badge{display:inline-flex;padding:.55rem 1rem;border-radius:999px;background:linear-gradient(135deg,#fff0f6,#fff8fb);color:#c47392;font-size:.85rem;font-weight:700;border:1px solid rgba(196,115,146,.14)}.contact-title{font-size:clamp(2rem,4vw,3.2rem);margin:1rem 0;color:#2f1d24;line-height:1.2}.contact-description{color:#73515f;line-height:1.9}.contact-content{padding-top:1rem}.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:1.5rem}.contact-info-card{background:linear-gradient(180deg,#fff9fb,#ffffff);border:1px solid rgba(196,115,146,.1);border-radius:28px;padding:2rem;box-shadow:0 14px 34px rgba(38,24,30,.06);display:flex;flex-direction:column;gap:1.5rem}.contact-info-item{display:flex;gap:1rem;align-items:flex-start}.contact-icon{width:50px;height:50px;border-radius:16px;background:linear-gradient(135deg,#ffeef5,#fff8fb);display:flex;align-items:center;justify-content:center;color:#c47392;font-size:1.2rem;flex-shrink:0}.contact-info-item h3{margin-bottom:.4rem;font-size:1rem;color:#38212b}.contact-info-item p{margin:0;color:#71505e;line-height:1.7}.contact-info-item a{color:#c47392;text-decoration:none}.contact-info-item a:hover{text-decoration:underline}.contact-note{display:block;margin-top:.3rem;font-size:.85rem;color:#c47392}.contact-cta-card{background:linear-gradient(135deg,#2d1b22,#4a2c38);border-radius:28px;padding:2rem;color:#ffffff;box-shadow:0 18px 40px rgba(38,24,30,.14);display:flex;flex-direction:column;justify-content:center}.contact-cta-card h2{font-size:1.6rem;margin-bottom:.7rem}.contact-cta-card p{color:rgba(255,255,255,.85);line-height:1.8}.contact-actions{display:flex;gap:.8rem;margin-top:1.4rem;flex-wrap:wrap}.contact-primary-btn,.contact-secondary-btn{border-radius:999px;padding:.9rem 1.3rem;font-weight:700;text-decoration:none;transition:all .25s ease}.contact-primary-btn{background:linear-gradient(135deg,#c47392,#d98aa8);color:#fff}.contact-primary-btn:hover{transform:translateY(-2px)}.contact-secondary-btn{background:rgba(255,255,255,.9);color:#8d5970}.contact-secondary-btn:hover{background:#ffffff}@media (max-width:900px){.contact-grid{grid-template-columns:1fr}.contact-cta-card{text-align:center}.contact-actions{justify-content:center}}.whatsapp-btn{position:fixed;bottom:1.5rem;right:1.5rem;background-color:var(--color-pink);color:var(--color-gray-light);padding:.85rem;border-radius:9999px;box-shadow:0 6px 16px rgba(0,0,0,.2);z-index:100;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease,transform .3s ease}.whatsapp-btn:hover{background-color:var(--color-gray-light);color:var(--color-pink);transform:scale(1.05)}.services-page{width:min(1200px,calc(100% - 2rem));margin:0 auto;padding:2rem 0 5rem}.services-hero{padding:2rem 0 1rem}.services-hero-inner{max-width:860px;margin:0 auto;text-align:center}.services-badge{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1rem;border-radius:999px;background:linear-gradient(135deg,#fff0f6,#fff8fb);color:#c47392;font-size:.85rem;font-weight:700;letter-spacing:.02em;border:1px solid rgba(196,115,146,.14)}.services-title{margin:1rem auto;max-width:880px;font-size:clamp(2rem,4vw,3.4rem);line-height:1.15;color:#2f1d24}.services-description{max-width:760px;margin:0 auto;font-size:1rem;line-height:1.9;color:#71505e}.services-hero-actions{margin-top:1.8rem;display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap}.service-button,.services-primary-btn,.services-secondary-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:999px;font-weight:700;transition:all .25s ease}.service-button,.services-primary-btn{background:linear-gradient(135deg,#c47392,#d98aa8);color:#fff;box-shadow:0 14px 28px rgba(196,115,146,.2)}.service-button:hover,.services-primary-btn:hover{color:#fff;transform:translateY(-2px);box-shadow:0 18px 34px rgba(196,115,146,.26)}.services-primary-btn{padding:.95rem 1.45rem}.services-secondary-btn{padding:.95rem 1.45rem;color:#a15d78;background:#fff;border:1px solid rgba(196,115,146,.16)}.services-secondary-btn:hover{color:#c47392;background:#fff6fa;transform:translateY(-2px)}.services-list-section{padding:3.2rem 0 2rem}.services-list-header{max-width:760px;margin:0 auto 2.2rem;text-align:center}.services-list-title{margin-bottom:.8rem;font-size:clamp(1.7rem,3vw,2.4rem);color:#2f1d24}.services-list-text{margin:0;line-height:1.85;color:#71505e}.services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.service-card{background:linear-gradient(180deg,#fff9fb,#ffffff);border:1px solid rgba(196,115,146,.1);border-radius:24px;padding:1.35rem;box-shadow:0 14px 34px rgba(38,24,30,.06);display:flex;flex-direction:column;min-height:100%}.service-icon{width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,#ffeef5,#fff7fa);color:#c47392;display:inline-flex;align-items:center;justify-content:center;font-size:1.35rem;margin-bottom:1rem;box-shadow:0 10px 20px rgba(196,115,146,.1)}.service-content{display:flex;flex-direction:column;height:100%}.service-title{font-size:1.12rem;line-height:1.35;margin-bottom:.7rem;color:#38212b}.service-description{color:#71505e;line-height:1.75;margin-bottom:1.15rem;flex-grow:1}.service-button{padding:.82rem 1.15rem;width:fit-content}.services-cta-section{padding-top:2.2rem}.services-cta-box{border-radius:28px;padding:2.3rem 1.5rem;text-align:center;background:linear-gradient(135deg,#2d1b22,#4a2c38);box-shadow:0 18px 40px rgba(38,24,30,.14)}.services-cta-title{color:#fff;margin-bottom:.8rem;font-size:clamp(1.6rem,3vw,2.2rem)}.services-cta-text{max-width:700px;margin:0 auto 1.4rem;color:rgba(255,255,255,.82);line-height:1.85}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.services-page{width:min(100%,calc(100% - 1rem));padding:1.25rem 0 4rem}.services-hero{padding-top:1rem}.services-grid{grid-template-columns:1fr;gap:1rem}.service-card{border-radius:20px;padding:1.15rem}.services-cta-box{border-radius:22px;padding:1.8rem 1rem}}.booking-page{width:min(1200px,calc(100% - 2rem));margin:0 auto;padding:1.5rem 0 5rem}.booking-hero{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:stretch}.booking-hero-copy{background:linear-gradient(135deg,#fff8fb,#fff0f6);border:1px solid rgba(196,115,146,.12);border-radius:32px;padding:2.25rem;box-shadow:0 18px 40px rgba(38,24,30,.08)}.booking-badge{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1rem;border-radius:999px;background:#ffffff;color:#c47392;font-size:.84rem;font-weight:700;border:1px solid rgba(196,115,146,.14)}.booking-hero-copy h1{font-size:clamp(2rem,4vw,3.4rem);line-height:1.15;margin:1rem 0 .9rem;color:#2f1d24}.booking-hero-copy>p{color:#71505e;line-height:1.9;margin-bottom:1.8rem}.booking-points{display:grid;gap:1rem}.booking-point{display:flex;gap:.9rem;align-items:flex-start;background:rgba(255,255,255,.76);border-radius:22px;padding:1rem;border:1px solid rgba(196,115,146,.1)}.booking-point-icon{width:46px;height:46px;border-radius:15px;background:linear-gradient(135deg,#ffe7f1,#fff8fb);color:#c47392;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.05rem}.booking-point h3{margin:0 0 .35rem;font-size:1rem;color:#38212b}.booking-point p{margin:0;color:#71505e;line-height:1.7}.booking-form-card{background:linear-gradient(180deg,#ffffff,#fff9fb);border:1px solid rgba(196,115,146,.1);border-radius:32px;padding:2rem;box-shadow:0 18px 40px rgba(38,24,30,.08)}.booking-form-header{display:flex;align-items:center;gap:.95rem;margin-bottom:1.6rem}.booking-form-logo{width:66px;height:66px;border-radius:20px;background:linear-gradient(135deg,#fff0f6,#fff8fb);display:flex;align-items:center;justify-content:center;border:1px solid rgba(196,115,146,.12);flex-shrink:0}.booking-form-header h2{margin:0 0 .3rem;color:#2f1d24}.booking-form-header p{margin:0;color:#7a5d69;line-height:1.7}.booking-form,.booking-row{display:grid;gap:1rem}.booking-row{grid-template-columns:1fr 1fr}.booking-field{display:grid;gap:.55rem}.booking-label{display:inline-flex;align-items:center;gap:.55rem;font-weight:700;color:#4a2c38;font-size:.94rem}.booking-label svg{color:#c47392}.booking-field input,.booking-field select{width:100%;border:1px solid rgba(196,115,146,.16);background:#ffffff;border-radius:16px;padding:.95rem 1rem;color:#38212b;font:inherit;outline:none;transition:all .25s ease}.booking-field input:focus,.booking-field select:focus{border-color:#c47392;box-shadow:0 0 0 4px rgba(196,115,146,.1)}.booking-preset-note{margin:-.1rem 0 .2rem;color:#b06381;font-size:.9rem}.booking-primary-btn,.booking-secondary-btn,.booking-submit{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;text-decoration:none;font-weight:700;transition:all .25s ease}.booking-primary-btn,.booking-submit{background:linear-gradient(135deg,#c47392,#d98aa8);color:#ffffff;box-shadow:0 16px 32px rgba(196,115,146,.2)}.booking-submit{margin-top:.35rem;border:0;padding:1rem 1.4rem;cursor:pointer}.booking-primary-btn:hover,.booking-submit:hover{color:#ffffff;transform:translateY(-2px)}.booking-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.booking-secondary-btn{background:rgba(255,255,255,.92);color:#8d5970;border:1px solid rgba(196,115,146,.14);padding:.95rem 1.35rem}.booking-secondary-btn:hover{background:#ffffff;color:#c47392}.booking-success-shell{min-height:70vh;display:flex;align-items:center;justify-content:center}.booking-success-card{max-width:720px;width:100%;text-align:center;background:linear-gradient(180deg,#ffffff,#fff9fb);border:1px solid rgba(196,115,146,.1);border-radius:32px;padding:2.4rem 1.4rem;box-shadow:0 18px 40px rgba(38,24,30,.08)}.booking-success-logo{width:86px;height:86px;margin:0 auto 1rem;border-radius:24px;background:linear-gradient(135deg,#fff0f6,#fff8fb);display:flex;align-items:center;justify-content:center;border:1px solid rgba(196,115,146,.12)}.booking-success-card h1{margin:1rem 0 .7rem;color:#2f1d24}.booking-success-card p{color:#71505e;line-height:1.85;max-width:560px;margin:0 auto 1.4rem}.booking-success-actions{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap}.booking-primary-btn,.booking-secondary-btn{padding:.95rem 1.35rem}@media (max-width:980px){.booking-hero{grid-template-columns:1fr}}@media (max-width:680px){.booking-page{width:min(100%,calc(100% - 1rem));padding:1rem 0 4rem}.booking-form-card,.booking-hero-copy,.booking-success-card{border-radius:24px;padding:1.25rem}.booking-row{grid-template-columns:1fr}.booking-form-header{align-items:flex-start}.booking-form-logo{width:58px;height:58px;border-radius:18px}.booking-success-logo{width:74px;height:74px;border-radius:22px}}.gallery-page{width:min(1200px,calc(100% - 2rem));margin:0 auto;padding:1.5rem 0 5rem}.gallery-hero{padding:1rem 0 2rem}.gallery-hero-inner{max-width:860px;margin:0 auto;text-align:center}.gallery-badge{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1rem;border-radius:999px;background:linear-gradient(135deg,#fff0f6,#fff8fb);color:#c47392;font-size:.84rem;font-weight:700;letter-spacing:.02em;border:1px solid rgba(196,115,146,.14)}.gallery-title{margin:1rem auto;max-width:900px;font-size:clamp(2rem,4vw,3.4rem);line-height:1.15;color:#2f1d24}.gallery-description{max-width:760px;margin:0 auto;font-size:1rem;line-height:1.9;color:#73515f}.gallery-toolbar-section{padding-bottom:1.6rem}.gallery-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:linear-gradient(180deg,#fff9fb,#ffffff);border:1px solid rgba(196,115,146,.1);border-radius:24px;padding:1rem;box-shadow:0 14px 34px rgba(38,24,30,.06)}.gallery-tabs{display:inline-flex;align-items:center;gap:.45rem;background:#fff3f8;border-radius:999px;padding:.35rem}.gallery-tab{border:0;background:transparent;color:#8d5970;padding:.8rem 1.15rem;border-radius:999px;font-weight:700;cursor:pointer;transition:all .25s ease}.gallery-tab.active{background:linear-gradient(135deg,#c47392,#d98aa8);color:#ffffff;box-shadow:0 10px 22px rgba(196,115,146,.18)}.gallery-count{color:#8b6473;font-weight:600;font-size:.95rem}.gallery-grid-section{padding-top:.4rem}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.gallery-card{background:linear-gradient(180deg,#fff9fb,#ffffff);border:1px solid rgba(196,115,146,.1);border-radius:24px;padding:.75rem;box-shadow:0 14px 34px rgba(38,24,30,.06);overflow:hidden}.gallery-media{width:100%;height:320px;object-fit:cover;display:block;border-radius:18px;background:#f7f1f4}.gallery-cta-section{padding-top:3rem}.gallery-cta-box{border-radius:30px;padding:2.5rem 1.5rem;text-align:center;background:linear-gradient(135deg,#2d1b22,#4a2c38);box-shadow:0 18px 44px rgba(38,24,30,.14)}.gallery-cta-title{color:#ffffff;font-size:clamp(1.8rem,3vw,2.4rem);margin-bottom:.8rem}.gallery-cta-text{max-width:700px;margin:0 auto 1.4rem;color:rgba(255,255,255,.84);line-height:1.9}.gallery-cta-button{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 1.45rem;border-radius:999px;text-decoration:none;font-weight:700;background:linear-gradient(135deg,#c47392,#d98aa8);color:#ffffff;box-shadow:0 16px 32px rgba(196,115,146,.24);transition:all .25s ease}.gallery-cta-button:hover{color:#ffffff;transform:translateY(-2px)}@media (max-width:1024px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.gallery-page{width:min(100%,calc(100% - 1rem));padding:1rem 0 4rem}.gallery-toolbar{flex-direction:column;align-items:stretch;border-radius:20px}.gallery-tabs{width:100%;justify-content:center}.gallery-count{text-align:center}.gallery-grid{grid-template-columns:1fr}.gallery-card{border-radius:20px;padding:.65rem}.gallery-media{height:260px;border-radius:16px}.gallery-cta-box{border-radius:22px;padding:1.8rem 1rem}}.home-page{width:min(1200px,calc(100% - 2rem));margin:0 auto;padding:1.25rem 0 5rem}.home-hero{position:relative;min-height:78vh;border-radius:34px;overflow:hidden;display:flex;align-items:center;padding:3rem 2rem;box-shadow:0 24px 60px rgba(41,24,31,.12)}.home-hero-media{position:absolute;inset:0}.home-hero-video{width:100%;height:100%;object-fit:cover}.home-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(36,21,27,.72),rgba(36,21,27,.3) 60%,rgba(36,21,27,.18))}.home-hero-content{position:relative;z-index:2;max-width:640px}.home-badge,.home-section-tag{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1rem;border-radius:999px;background:rgba(255,241,246,.9);color:#c47392;font-size:.84rem;font-weight:700;letter-spacing:.02em;border:1px solid rgba(196,115,146,.14)}.home-hero-title{font-size:clamp(2.4rem,5vw,4.5rem);line-height:1.05;margin:1rem 0;color:#ffffff}.home-hero-text{font-size:1.04rem;line-height:1.9;color:rgba(255,255,255,.88);max-width:580px}.home-center-action,.home-hero-actions{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:1.8rem}.home-primary-btn,.home-secondary-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;text-decoration:none;font-weight:700;transition:all .25s ease}.home-primary-btn{background:linear-gradient(135deg,#c47392,#d98aa8);color:#ffffff;padding:.95rem 1.45rem;box-shadow:0 16px 32px rgba(196,115,146,.24)}.home-primary-btn:hover{color:#ffffff;transform:translateY(-2px)}.home-secondary-btn{background:rgba(255,255,255,.92);color:#8d5970;padding:.95rem 1.45rem;border:1px solid rgba(196,115,146,.14)}.home-secondary-btn:hover{color:#c47392;background:#ffffff;transform:translateY(-2px)}.home-cta,.home-gallery-preview,.home-intro,.home-services-preview,.home-testimonials{padding-top:5rem}.home-section-heading{max-width:760px;margin:0 auto 2.3rem;text-align:center}.home-section-heading h2{font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.15;margin:1rem 0 .8rem;color:#2f1d24}.home-section-heading p{margin:0;line-height:1.9;color:#73515f}.home-highlight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.home-highlight-card{background:linear-gradient(180deg,#fff9fb,#ffffff);border:1px solid rgba(196,115,146,.1);border-radius:24px;padding:1.5rem;box-shadow:0 14px 34px rgba(38,24,30,.06)}.home-highlight-icon{width:56px;height:56px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffeef5,#fff8fb);color:#c47392;font-size:1.3rem;margin-bottom:1rem}.home-highlight-card h3{font-size:1.15rem;color:#38212b;margin-bottom:.65rem}.home-highlight-card p{color:#71505e;line-height:1.8;margin:0}.home-split-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:1.5rem;align-items:center}.home-copy-block{background:linear-gradient(180deg,#fff8fb,#ffffff);border:1px solid rgba(196,115,146,.1);border-radius:28px;padding:2rem;box-shadow:0 14px 34px rgba(38,24,30,.06)}.home-copy-block h2{font-size:clamp(1.8rem,3vw,2.6rem);margin:1rem 0 .8rem;color:#2f1d24}.home-copy-block p{color:#71505e;line-height:1.9}.home-service-list{margin-top:1.5rem;display:grid;gap:1rem}.home-service-item{padding:1rem 0 0;border-top:1px solid rgba(196,115,146,.12)}.home-service-item h3{font-size:1.02rem;margin-bottom:.45rem;color:#38212b}.home-service-item p{margin:0}.home-inline-link{margin-top:1.4rem;display:inline-flex;align-items:center;gap:.55rem;color:#c47392;font-weight:700;text-decoration:none}.home-feature-media{border-radius:28px;overflow:hidden;box-shadow:0 18px 44px rgba(38,24,30,.1);min-height:100%}.home-feature-video{width:100%;height:100%;min-height:460px;object-fit:cover;display:block}.home-gallery-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:1rem}.home-gallery-card{width:100%;height:260px;object-fit:cover;border-radius:22px;box-shadow:0 14px 34px rgba(38,24,30,.08)}.home-gallery-card.large{grid-row:span 2;height:540px}.home-testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.home-testimonial-card{background:linear-gradient(180deg,#fff9fb,#ffffff);border:1px solid rgba(196,115,146,.1);border-radius:24px;padding:1.4rem;box-shadow:0 14px 34px rgba(38,24,30,.06)}.home-quote-icon{color:#c47392;font-size:1.3rem;margin-bottom:.9rem}.home-testimonial-card p{margin:0;color:#71505e;line-height:1.85;font-style:italic}.home-cta-box{border-radius:30px;padding:2.6rem 1.5rem;text-align:center;background:linear-gradient(135deg,#2d1b22,#4a2c38);box-shadow:0 18px 44px rgba(38,24,30,.14)}.home-cta-box h2{color:#ffffff;font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:.9rem}.home-cta-box p{max-width:720px;margin:0 auto 1.4rem;color:rgba(255,255,255,.84);line-height:1.9}@media (max-width:1024px){.home-highlight-grid,.home-testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-gallery-grid,.home-split-grid{grid-template-columns:1fr}.home-gallery-card.large{grid-row:span 1;height:320px}.home-feature-video{min-height:360px}}@media (max-width:680px){.home-page{width:min(100%,calc(100% - 1rem));padding:.75rem 0 4rem}.home-hero{min-height:72vh;border-radius:26px;padding:2rem 1rem}.home-hero-title{font-size:2.2rem}.home-hero-text{font-size:.96rem}.home-highlight-grid,.home-testimonial-grid{grid-template-columns:1fr}.home-copy-block,.home-cta-box,.home-highlight-card,.home-testimonial-card{border-radius:22px;padding:1.25rem}.home-gallery-card,.home-gallery-card.large{height:240px}.home-feature-video{min-height:280px}}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4cf2300e9c8272f7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_188709{font-family:Geist,Geist Fallback;font-style:normal}.__variable_188709{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}