@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Jost:wght@300;400;500;600&display=swap";:root{--blush:#f1bebf;--mauve:#a75b5e;--rose:#c37477;--crimson:#b94448;--white:#fff;--off-white:#fdf7f7;--light-bg:#fbf0f0;--text-dark:#2c1a1a;--text-muted:#7a5050;--font-serif:"Cormorant Garamond", Georgia, serif;--font-sans:"Jost", system-ui, sans-serif;--shadow-soft:0 4px 24px #b9444814;--shadow-medium:0 8px 40px #b9444824;--shadow-hover:0 16px 60px #b9444838;--radius:16px;--radius-lg:32px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background-color:var(--white);color:var(--text-dark);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-sans);background:0 0;border:none}section{scroll-margin-top:80px}#root{width:100%;min-height:100vh}.navbar{z-index:100;padding:0 2rem;transition:background .4s,box-shadow .4s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;box-shadow:0 2px 20px #b944481a}.navbar-inner{justify-content:space-between;align-items:center;max-width:1200px;height:80px;margin:0 auto;display:flex}.navbar-logo img{width:auto;height:52px;transition:transform .3s}.navbar-logo:hover img{transform:scale(1.04)}.navbar-links{align-items:center;gap:2rem;display:flex}.navbar-link{font-family:var(--font-sans);letter-spacing:.04em;color:var(--text-dark);text-transform:uppercase;padding-bottom:2px;font-size:.875rem;font-weight:500;transition:color .3s;position:relative}.navbar-link:after{content:"";background:var(--crimson);width:0;height:1.5px;transition:width .3s;position:absolute;bottom:0;left:0}.navbar-link:hover{color:var(--crimson)}.navbar-link:hover:after{width:100%}.navbar-cta{background:var(--crimson);color:var(--white);font-family:var(--font-sans);letter-spacing:.06em;text-transform:uppercase;border-radius:50px;padding:.6rem 1.4rem;font-size:.875rem;font-weight:500;transition:background .3s,transform .2s,box-shadow .3s}.navbar-cta:hover{background:var(--mauve);transform:translateY(-1px);box-shadow:0 4px 16px #b944484d}.navbar-burger{color:var(--text-dark);padding:4px;display:none}.navbar-mobile{background:var(--white);border-top:1px solid var(--blush);flex-direction:column;display:flex;overflow:hidden}.mobile-link{letter-spacing:.04em;text-transform:uppercase;color:var(--text-dark);border-bottom:1px solid #f1bebf4d;padding:1rem 1.5rem;font-size:.95rem;font-weight:500;transition:color .2s,background .2s}.mobile-link:hover{color:var(--crimson);background:var(--light-bg)}.mobile-cta{text-align:center;background:var(--crimson);color:var(--white);letter-spacing:.06em;text-transform:uppercase;border-radius:50px;margin:1rem 1.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500}@media (width<=768px){.navbar-links{display:none}.navbar-burger{display:flex}}.hero{background:var(--off-white);flex-direction:column;justify-content:center;min-height:100vh;padding:0 2rem;display:flex;position:relative;overflow:hidden}.hero-bg-blob{filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.blob-1{background:radial-gradient(circle,#f1bebf73 0%,#0000 70%);width:600px;height:600px;animation:8s ease-in-out infinite alternate blobFloat;top:-100px;right:-100px}.blob-2{background:radial-gradient(circle,#c3747740 0%,#0000 70%);width:400px;height:400px;animation:10s ease-in-out infinite alternate-reverse blobFloat;bottom:0;left:-80px}@keyframes blobFloat{0%{transform:translate(0)scale(1)}to{transform:translate(20px,30px)scale(1.05)}}.hero-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;padding:7rem 0 4rem;display:grid;position:relative}.hero-content{flex-direction:column;gap:1.5rem;display:flex}.hero-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--crimson);align-items:center;gap:.5rem;font-size:.78rem;font-weight:500;display:flex}.hero-eyebrow:before{content:"";background:var(--crimson);width:24px;height:1.5px;display:inline-block}.hero-title{font-family:var(--font-serif);color:var(--text-dark);letter-spacing:-.01em;font-size:clamp(2.6rem,5vw,4rem);font-weight:400;line-height:1.15}.hero-title em{color:var(--crimson);font-style:italic}.hero-subtitle{color:var(--text-muted);max-width:500px;font-size:1.05rem;font-weight:300;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.btn-primary{background:var(--crimson);color:var(--white);letter-spacing:.05em;text-transform:uppercase;border-radius:50px;padding:.85rem 2rem;font-size:.9rem;font-weight:500;transition:background .3s,transform .2s,box-shadow .3s}.btn-primary:hover{background:var(--mauve);transform:translateY(-2px);box-shadow:0 8px 24px #b944484d}.btn-secondary{border:1.5px solid var(--rose);color:var(--rose);letter-spacing:.05em;text-transform:uppercase;border-radius:50px;padding:.85rem 2rem;font-size:.9rem;font-weight:500;transition:background .3s,color .3s,transform .2s}.btn-secondary:hover{background:var(--rose);color:var(--white);transform:translateY(-2px)}.hero-badges{flex-wrap:wrap;align-items:center;gap:1.5rem;padding-top:.5rem;display:flex}.badge{flex-direction:column;gap:2px;display:flex}.badge-num{font-family:var(--font-serif);color:var(--crimson);font-size:1.8rem;font-weight:500;line-height:1}.badge-label{color:var(--text-muted);font-size:.75rem;font-weight:400}.badge-divider{background:var(--blush);width:1px;height:36px}.hero-image-wrapper{justify-content:center;display:flex;position:relative}.hero-image-frame{aspect-ratio:3/4;border-radius:var(--radius-lg);width:100%;max-width:500px;box-shadow:var(--shadow-medium);z-index:1;position:relative;overflow:hidden}.hero-img{object-fit:cover;width:100%;height:100%}.hero-image-deco{background:var(--blush);opacity:.5;z-index:0;border-radius:50%;width:200px;height:200px;position:absolute;bottom:-24px;right:-24px}.hero-scroll-hint{z-index:1;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-line{background:linear-gradient(to bottom, var(--crimson), transparent);transform-origin:top;width:1px;height:40px;margin:0 auto}@media (width<=900px){.hero-inner{grid-template-columns:1fr;gap:2.5rem;padding:6rem 0 3rem}.hero-image-wrapper{order:-1}.hero-image-frame{aspect-ratio:3/4;max-width:320px}.hero-title{font-size:2.4rem}.hero-badges{gap:1rem}}@media (width<=480px){.hero{padding:0 1.25rem}.hero-title{font-size:2rem}.hero-actions{flex-direction:column}.btn-primary,.btn-secondary{text-align:center}}.about{background:var(--white);padding:6rem 2rem}.about-inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1200px;margin:0 auto;display:grid}.about-image-side{position:relative}.about-img-stack{width:100%;position:relative}.about-img-main{border-radius:var(--radius-lg);width:78%;box-shadow:var(--shadow-medium);aspect-ratio:3/4;overflow:hidden}.about-img-main img{object-fit:cover;width:100%;height:100%}.about-img-accent{border-radius:var(--radius);width:48%;box-shadow:var(--shadow-soft);border:4px solid var(--white);aspect-ratio:1;position:absolute;bottom:-40px;right:0;overflow:hidden}.about-img-accent img{object-fit:cover;width:100%;height:100%}.about-deco-circle{background:var(--blush);opacity:.6;z-index:-1;border-radius:50%;width:120px;height:120px;position:absolute;top:-24px;left:-24px}.about-text-side{flex-direction:column;gap:1.25rem;padding-bottom:2rem;display:flex}.section-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--crimson);align-items:center;gap:.5rem;font-size:.78rem;font-weight:500;display:flex}.section-eyebrow:before{content:"";background:var(--crimson);width:24px;height:1.5px;display:inline-block}.section-title{font-family:var(--font-serif);color:var(--text-dark);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:400;line-height:1.2}.section-title em{color:var(--crimson);font-style:italic}.about-text{color:var(--text-muted);font-size:1rem;font-weight:300;line-height:1.8}.about-values{border-top:1px solid var(--blush);flex-direction:column;gap:1rem;margin-top:.5rem;padding-top:1rem;display:flex}.value-item{align-items:flex-start;gap:1rem;display:flex}.value-icon-box{background:var(--light-bg);width:42px;height:42px;color:var(--crimson);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.value-item strong{color:var(--text-dark);margin-bottom:2px;font-size:.9rem;font-weight:600;display:block}.value-item p{color:var(--text-muted);font-size:.85rem;font-weight:300}@media (width<=900px){.about-inner{grid-template-columns:1fr;gap:3rem}.about-img-stack{max-width:400px;margin:0 auto}}@media (width<=480px){.about{padding:4rem 1.25rem}}.services{background:var(--light-bg);padding:6rem 2rem}.services-inner{max-width:1200px;margin:0 auto}.services-header{text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-bottom:3.5rem;display:flex}.services-subtitle{color:var(--text-muted);max-width:520px;font-size:1rem;font-weight:300;line-height:1.75}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.service-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-soft);flex-direction:column;gap:.75rem;padding:2rem;transition:box-shadow .3s;display:flex}.service-card:hover{box-shadow:var(--shadow-hover)}.service-card--highlight{background:linear-gradient(135deg, var(--crimson) 0%, var(--mauve) 100%);color:var(--white)}.service-card--highlight .service-title{color:var(--white)}.service-card--highlight .service-desc{color:#ffffffd9}.service-icon-box{background:var(--light-bg);width:52px;height:52px;color:var(--crimson);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.service-card--highlight .service-icon-box{color:var(--white);background:#fff3}.service-icon{font-size:2rem;line-height:1}.service-title{font-family:var(--font-serif);color:var(--text-dark);font-size:1.3rem;font-weight:500}.service-desc{color:var(--text-muted);font-size:.9rem;font-weight:300;line-height:1.7}.services-cta{justify-content:center;margin-top:3rem;display:flex}@media (width<=900px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=580px){.services{padding:4rem 1.25rem}.services-grid{grid-template-columns:1fr}}.gallery{background:var(--white);padding:6rem 2rem}.gallery-inner{max-width:1200px;margin:0 auto}.gallery-header{text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.gallery-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:280px;gap:1rem;display:grid}.gallery-item{border-radius:var(--radius);cursor:pointer;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-item:hover img{transform:scale(1.06)}.gallery-overlay{opacity:0;background:linear-gradient(#0000 40%,#b9444826 100%);transition:opacity .3s;position:absolute;inset:0}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-item--tall{grid-row:span 2}.gallery-item--wide{grid-column:span 2}@media (width<=768px){.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:220px}.gallery-item--tall{grid-row:span 1}}@media (width<=480px){.gallery{padding:4rem 1.25rem}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:240px}.gallery-item--wide{grid-column:span 1}}.testimonials{background:var(--light-bg);padding:6rem 2rem}.testimonials-inner{max-width:1200px;margin:0 auto}.testimonials-header{text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:4rem;display:grid}.testimonial-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-soft);border-top:3px solid var(--blush);flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.testimonial-text{font-family:var(--font-serif);color:var(--text-dark);flex:1;font-size:1.1rem;font-style:italic;font-weight:400;line-height:1.7}.testimonial-author{align-items:center;gap:.75rem;display:flex}.testimonial-avatar{background:linear-gradient(135deg, var(--blush), var(--rose));width:44px;height:44px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:600;display:flex}.testimonial-author strong{color:var(--text-dark);font-size:.9rem;display:block}.testimonial-author span{color:var(--text-muted);font-size:.78rem}.faq-section{max-width:720px;margin:0 auto}.faq-title{font-family:var(--font-serif);color:var(--text-dark);text-align:center;margin-bottom:1.5rem;font-size:1.8rem;font-weight:400}.faq-list{flex-direction:column;gap:.75rem;display:flex}.faq-item{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-soft);overflow:hidden}.faq-question{color:var(--text-dark);cursor:pointer;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:.95rem;font-weight:500;list-style:none;transition:color .2s;display:flex}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";color:var(--crimson);font-size:1.2rem;font-weight:300;transition:transform .3s}details[open] .faq-question:after{transform:rotate(45deg)}.faq-question:hover{color:var(--crimson)}.faq-answer{color:var(--text-muted);padding:0 1.5rem 1.25rem;font-size:.9rem;font-weight:300;line-height:1.75}@media (width<=900px){.testimonials-grid{grid-template-columns:1fr;max-width:520px;margin-bottom:3rem;margin-left:auto;margin-right:auto}}@media (width<=480px){.testimonials{padding:4rem 1.25rem}}.contact{background:var(--off-white);padding:6rem 2rem}.contact-inner{grid-template-columns:1fr 1.2fr;align-items:start;gap:5rem;max-width:1200px;margin:0 auto;display:grid}.contact-lead{color:var(--text-muted);margin-top:.25rem;font-size:1rem;font-weight:300;line-height:1.75}.contact-details{border-top:1px solid var(--blush);flex-direction:column;gap:1.25rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.contact-detail{align-items:flex-start;gap:1rem;display:flex}.detail-icon{background:var(--blush);width:40px;height:40px;color:var(--crimson);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-detail strong{color:var(--text-dark);letter-spacing:.03em;text-transform:uppercase;margin-bottom:2px;font-size:.82rem;font-weight:600;display:block}.contact-detail span{color:var(--text-muted);font-size:.9rem}.contact-form-wrapper{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-medium);padding:2.5rem}.form-title{font-family:var(--font-serif);color:var(--text-dark);margin-bottom:1.5rem;font-size:1.6rem;font-weight:400}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-size:.8rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{border:1.5px solid var(--blush);font-family:var(--font-sans);color:var(--text-dark);background:var(--off-white);resize:vertical;border-radius:10px;outline:none;padding:.75rem 1rem;font-size:.9rem;transition:border-color .3s,box-shadow .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--rose);background:var(--white);box-shadow:0 0 0 3px #c3747726}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23C37477' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.form-submit{letter-spacing:.06em;width:100%;padding:1rem;font-size:.95rem}.form-submit:disabled{opacity:.55;cursor:not-allowed}.contact-form-error{color:#b94448;background:#b944480f;border:1px solid #b9444833;border-radius:8px;padding:.65rem .9rem;font-size:.85rem}.form-success{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.success-icon{background:linear-gradient(135deg, var(--rose), var(--crimson));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.8rem;display:flex}.form-success h3{font-family:var(--font-serif);color:var(--text-dark);font-size:1.8rem;font-weight:400}.form-success p{color:var(--text-muted);font-size:1rem}@media (width<=900px){.contact-inner{grid-template-columns:1fr;gap:3rem}}@media (width<=580px){.contact{padding:4rem 1.25rem}.form-row{grid-template-columns:1fr}.contact-form-wrapper{padding:1.75rem 1.25rem}}.footer{background:var(--text-dark);color:#ffffffbf}.footer-inner{grid-template-columns:2fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;padding:4rem 2rem;display:grid}.footer-brand{flex-direction:column;gap:1rem;display:flex}.footer-logo{filter:brightness(0)invert();opacity:.9;width:60px;height:60px}.footer-tagline{max-width:260px;font-size:.875rem;font-weight:300;line-height:1.7}.footer-social{width:40px;height:40px;color:var(--blush);background:#f1bebf26;border-radius:50%;justify-content:center;align-items:center;transition:background .3s,transform .2s;display:flex}.footer-social:hover{background:var(--crimson);color:#fff;transform:translateY(-2px)}.footer-nav{flex-direction:column;gap:.6rem;display:flex}.footer-nav-title{letter-spacing:.1em;text-transform:uppercase;color:var(--blush);margin-bottom:.5rem;font-size:.75rem;font-weight:600}.footer-link{font-size:.875rem;font-weight:300;transition:color .2s}.footer-link:hover{color:var(--blush)}.footer-contact-col{flex-direction:column;gap:.6rem;font-size:.875rem;font-weight:300;display:flex}.footer-contact-col span{letter-spacing:.1em;text-transform:uppercase;color:var(--blush);margin-bottom:.5rem;font-size:.75rem;font-weight:600}.footer-bottom{text-align:center;color:#fff6;border-top:1px solid #ffffff14;padding:1.25rem 2rem;font-size:.8rem;font-weight:300}.footer-heart{vertical-align:middle;color:var(--rose);display:inline}@media (width<=768px){.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1/-1}}@media (width<=480px){.footer-inner{grid-template-columns:1fr;padding:2.5rem 1.25rem}}.booking-page{background:var(--off-white);flex-direction:column;min-height:100vh;display:flex}.booking-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--blush);z-index:50;background:#fdf7f7f5;padding:0 2rem;position:sticky;top:0}.booking-header-inner{justify-content:space-between;align-items:center;max-width:900px;height:72px;margin:0 auto;display:flex}.back-link{color:var(--text-muted);letter-spacing:.03em;align-items:center;gap:.4rem;font-size:.85rem;font-weight:500;transition:color .2s;display:flex}.back-link:hover{color:var(--crimson)}.booking-logo{width:auto;height:44px}.booking-hero{background:linear-gradient(135deg, var(--light-bg) 0%, #fdf0f0 100%);text-align:center;border-bottom:1px solid var(--blush);padding:3.5rem 2rem 2.5rem}.booking-eyebrow{letter-spacing:.15em;text-transform:uppercase;color:var(--crimson);margin-bottom:.5rem;font-size:.72rem;font-weight:500;display:block}.booking-title{font-family:var(--font-serif);color:var(--text-dark);margin-bottom:.75rem;font-size:clamp(2rem,4vw,2.8rem);font-weight:400;line-height:1.2}.booking-subtitle{color:var(--text-muted);max-width:520px;margin:0 auto;font-size:.95rem;font-weight:300;line-height:1.7}.booking-container{flex:1;width:100%;max-width:900px;margin:0 auto;padding:2.5rem 2rem 4rem}.booking-tabs{border-bottom:2px solid var(--blush);gap:0;margin-bottom:2.5rem;display:flex}.booking-tab{font-family:var(--font-sans);letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.75rem 1.75rem;font-size:.875rem;font-weight:500;transition:color .2s,border-color .2s}.booking-tab.active{color:var(--crimson);border-bottom-color:var(--crimson)}.booking-tab:hover:not(.active){color:var(--text-dark)}.step-indicator{align-items:center;gap:0;margin-bottom:2rem;display:flex}.step-item{flex:1;align-items:center;min-width:0;display:flex}.step-circle{border:2px solid var(--blush);background:var(--white);width:34px;height:34px;color:var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.82rem;font-weight:600;transition:all .3s;display:flex}.step-circle.active{border-color:var(--crimson);background:var(--crimson);color:#fff}.step-circle.done{border-color:var(--rose);background:var(--rose);color:#fff}.step-label{letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin-left:.5rem;font-size:.72rem;font-weight:500;transition:color .3s;overflow:hidden}.step-label.active{color:var(--crimson)}.step-line{background:var(--blush);flex:1;height:2px;margin:0 .75rem;transition:background .3s}.step-line.done{background:var(--rose)}.form-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);margin-bottom:1.5rem;padding:2.5rem}.form-step-title{font-family:var(--font-serif);color:var(--text-dark);margin-bottom:1.75rem;font-size:1.7rem;font-weight:400}.form-step-sub{color:var(--text-muted);align-items:center;gap:.4rem;margin-top:-1.25rem;margin-bottom:1.75rem;font-size:.875rem;display:flex}.form-section{margin-bottom:1.75rem}.field-label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem;font-size:.8rem;font-weight:500}.choice-cards{flex-wrap:wrap;gap:1rem;display:flex}.choice-card{border:2px solid var(--blush);border-radius:var(--radius);background:var(--off-white);min-width:140px;color:var(--text-muted);cursor:pointer;font-family:var(--font-sans);flex-direction:column;flex:1;align-items:center;gap:.5rem;padding:1.5rem 1rem;transition:all .25s;display:flex}.choice-card:hover{border-color:var(--rose);background:var(--white);color:var(--rose)}.choice-card.selected{border-color:var(--crimson);color:var(--crimson);box-shadow:0 0 0 1px var(--crimson);background:#b944480a}.choice-label{letter-spacing:.02em;font-size:.95rem;font-weight:600}.choice-sub{opacity:.7;text-align:center;overflow-wrap:break-word;word-break:break-word;max-width:100%;font-size:.75rem;font-weight:400;line-height:1.5}.radio-list{flex-direction:column;gap:.6rem;display:flex}.radio-item{border:1.5px solid var(--blush);cursor:pointer;background:var(--off-white);border-radius:10px;align-items:center;gap:.75rem;padding:.9rem 1.1rem;transition:all .2s;display:flex}.radio-item:hover{border-color:var(--rose);background:var(--white)}.radio-item.selected{border-color:var(--crimson);background:#b9444808}.radio-item input[type=radio]{accent-color:var(--crimson);flex-shrink:0;width:16px;height:16px}.radio-label{color:var(--text-dark);flex:1;font-size:.9rem}.intro-badge{letter-spacing:.06em;text-transform:uppercase;background:var(--blush);color:var(--crimson);border-radius:20px;padding:.2rem .5rem;font-size:.68rem;font-weight:600}.price-card{background:linear-gradient(135deg, var(--light-bg), #fdf0f0);border:1px solid var(--blush);border-radius:var(--radius);padding:1.25rem 1.5rem}.price-card-row{align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.price-card-item{color:var(--text-muted);flex:1;align-items:center;gap:.5rem;display:flex}.price-card-item svg{color:var(--crimson);flex-shrink:0}.price-card-item span{font-size:.82rem}.price-card-item strong{color:var(--crimson);margin-left:auto;font-size:1.2rem}.price-card-divider{background:var(--blush);width:1px;height:36px}.price-card-note{color:var(--text-muted);border-top:1px solid var(--blush);flex-wrap:wrap;gap:.6rem;padding-top:.75rem;font-size:.78rem;display:flex}.price-card-note span:first-child{text-transform:capitalize;font-weight:500}.cal-picker{background:var(--white);border:1.5px solid var(--blush);border-radius:var(--radius);max-width:320px;padding:1rem}.cal-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.cal-month-label{color:var(--text-dark);letter-spacing:.02em;font-size:.9rem;font-weight:600}.cal-nav{border:1px solid var(--blush);background:var(--off-white);width:28px;height:28px;color:var(--text-muted);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;font-size:1rem;transition:all .2s;display:flex}.cal-nav:hover:not(:disabled){border-color:var(--rose);color:var(--crimson);background:var(--white)}.cal-nav:disabled{opacity:.35;cursor:default}.cal-grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.cal-day-header{text-align:center;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);padding:.3rem 0;font-size:.68rem;font-weight:600}.cal-cell{text-align:center;cursor:pointer;color:var(--text-dark);border-radius:6px;padding:.45rem .2rem;font-size:.82rem;transition:all .15s}.cal-cell.cal-empty{cursor:default}.cal-cell.cal-available:hover{background:var(--blush);color:var(--crimson)}.cal-cell.cal-disabled{color:var(--blush);cursor:default}.cal-cell.cal-today{color:var(--rose);font-weight:700}.cal-cell.cal-selected{background:var(--crimson);color:#fff;font-weight:600}.date-time-layout{grid-template-columns:auto 1fr;align-items:start;gap:2rem;display:grid}.slots-section{min-height:180px}.slots-placeholder,.slots-loading,.slots-empty{text-align:center;color:var(--text-muted);background:var(--off-white);border:1.5px dashed var(--blush);border-radius:var(--radius);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-height:120px;padding:2rem 1rem;font-size:.875rem;display:flex}.slots-loading{font-style:italic}.slots-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.6rem;display:grid}.slot-btn{border:1.5px solid var(--blush);background:var(--off-white);color:var(--text-dark);font-family:var(--font-sans);cursor:pointer;text-align:center;border-radius:8px;padding:.65rem .5rem;font-size:.9rem;font-weight:500;transition:all .2s}.slot-btn:hover{border-color:var(--rose);background:var(--white);color:var(--crimson)}.slot-btn.selected{border-color:var(--crimson);background:var(--crimson);color:#fff}.slots-note{color:var(--text-muted);margin-top:.75rem;font-size:.78rem}.summary-bar{background:var(--light-bg);border:1px solid var(--blush);color:var(--text-muted);border-radius:10px;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.8rem;display:flex}.summary-item{color:var(--text-dark)}.summary-sep{color:var(--blush)}.summary-price{color:var(--crimson);margin-left:auto;font-weight:600}.personal-grid{grid-template-columns:1fr 1fr;gap:1.1rem;display:grid}.p-field{flex-direction:column;gap:.4rem;display:flex}.p-field.full-width{grid-column:1/-1}.p-field label{letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);font-size:.78rem;font-weight:500}.p-field input,.p-field textarea{border:1.5px solid var(--blush);font-family:var(--font-sans);color:var(--text-dark);background:var(--off-white);resize:vertical;border-radius:10px;outline:none;width:100%;padding:.75rem 1rem;font-size:.9rem;transition:border-color .3s,box-shadow .3s}.p-field input:focus,.p-field textarea:focus{border-color:var(--rose);background:var(--white);box-shadow:0 0 0 3px #c374771f}.req{color:var(--crimson)}.optional{text-transform:none;letter-spacing:0;color:var(--text-muted);font-size:.72rem;font-weight:400}.form-nav{justify-content:flex-end;align-items:center;gap:1rem;display:flex}.form-nav .btn-secondary{margin-right:auto}.btn-primary:disabled{opacity:.45;cursor:not-allowed}.form-error-msg{color:var(--crimson);background:#b944480f;border:1px solid #b9444840;border-radius:8px;margin-top:1rem;padding:.75rem 1rem;font-size:.875rem}.success-screen{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);text-align:center;max-width:560px;margin:0 auto;padding:3rem 2.5rem}.success-check{background:linear-gradient(135deg, var(--rose), var(--crimson));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.5rem;font-size:2rem;display:flex}.success-title{font-family:var(--font-serif);color:var(--text-dark);margin-bottom:.5rem;font-size:2rem;font-weight:400}.success-subtitle{color:var(--text-muted);margin-bottom:1.75rem;font-size:.9rem}.success-ref-box{background:var(--light-bg);border:1px solid var(--blush);border-radius:var(--radius);flex-direction:column;gap:.25rem;min-width:220px;margin-bottom:1.5rem;padding:1rem 1.5rem;display:inline-flex}.success-ref-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:.72rem;font-weight:500}.success-ref{color:var(--crimson);letter-spacing:.05em;font-size:1.4rem;font-weight:700}.success-details{background:var(--off-white);border-radius:var(--radius);text-align:left;margin-bottom:1.25rem;padding:1rem 1.25rem}.success-row{border-bottom:1px solid var(--blush);justify-content:space-between;align-items:center;gap:1rem;padding:.4rem 0;font-size:.875rem;display:flex}.success-row:last-child{border-bottom:none}.success-row span{color:var(--text-muted);flex-shrink:0}.success-row strong{color:var(--text-dark);text-align:right}.success-note{color:var(--text-muted);margin-bottom:1.75rem;font-size:.82rem;line-height:1.6}.success-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.lookup-wrapper{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:2.5rem}.lookup-title{font-family:var(--font-serif);color:var(--text-dark);margin-bottom:.4rem;font-size:1.7rem;font-weight:400}.lookup-sub{color:var(--text-muted);margin-bottom:1.75rem;font-size:.875rem;line-height:1.6}.lookup-form{flex-direction:column;gap:1rem;max-width:420px;margin-bottom:2rem;display:flex}.lookup-result{border:1.5px solid var(--blush);border-radius:var(--radius);margin-top:1rem;padding:1.5rem}.lr-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.lr-ref{color:var(--crimson);letter-spacing:.04em;font-size:1.1rem;font-weight:700}.lr-status{letter-spacing:.08em;text-transform:uppercase;border-radius:20px;padding:.25rem .65rem;font-size:.72rem;font-weight:600}.lr-status.confirmado{color:#2d7a4f;background:#48a0641f}.lr-status.cancelado{color:var(--crimson);background:#b944481a}.lr-grid{flex-direction:column;gap:0;margin-bottom:1.25rem;display:flex}.lr-row{border-bottom:1px solid var(--light-bg);justify-content:space-between;align-items:center;gap:1rem;padding:.45rem 0;font-size:.875rem;display:flex}.lr-row:last-child{border-bottom:none}.lr-row span{color:var(--text-muted);flex-shrink:0}.lr-row strong{color:var(--text-dark);text-align:right}.lr-actions{border-top:1px solid var(--blush);flex-wrap:wrap;gap:.75rem;padding-top:1rem;display:flex}.btn-outline{border:1.5px solid var(--rose);color:var(--rose);font-family:var(--font-sans);letter-spacing:.04em;cursor:pointer;background:0 0;border-radius:50px;padding:.65rem 1.4rem;font-size:.875rem;font-weight:500;transition:all .2s}.btn-outline:hover{background:var(--rose);color:var(--white)}.btn-danger{border:1.5px solid var(--crimson);color:var(--white);background:var(--crimson);font-family:var(--font-sans);letter-spacing:.04em;cursor:pointer;border-radius:50px;padding:.65rem 1.4rem;font-size:.875rem;font-weight:500;transition:all .2s}.btn-danger:hover{background:var(--mauve);border-color:var(--mauve)}.btn-danger:disabled{opacity:.5;cursor:not-allowed}.confirm-box{background:var(--light-bg);border:1px solid var(--blush);border-radius:var(--radius);margin-top:.75rem;padding:1.25rem}.confirm-box p{color:var(--text-dark);margin-bottom:1rem;font-size:.9rem;line-height:1.6}.confirm-actions{flex-wrap:wrap;gap:.75rem;display:flex}.edit-form{flex-direction:column;gap:.75rem;margin-top:.75rem;display:flex}.edit-intro{color:var(--text-muted);font-size:.875rem;line-height:1.6}.edit-sent{color:#2d7a4f;background:#48a06414;border:1px solid #48a06440;border-radius:8px;margin-top:.75rem;padding:.75rem 1rem;font-size:.875rem}.cancelled-notice{background:var(--light-bg);border-radius:var(--radius);text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-top:.75rem;padding:1.25rem;display:flex}.cancelled-notice p{color:var(--text-muted);font-size:.9rem}.booking-footer{text-align:center;border-top:1px solid var(--blush);color:var(--text-muted);flex-direction:column;gap:.25rem;padding:2rem;font-size:.8rem;display:flex}.booking-footer a{color:var(--rose)}.booking-footer a:hover{color:var(--crimson)}@media (width<=700px){.booking-container{padding:1.5rem 1.25rem 3rem}.form-card{padding:1.5rem 1.25rem}.booking-hero{padding:2.5rem 1.25rem 2rem}.step-label{display:none}.step-line{margin:0 .4rem}.date-time-layout{grid-template-columns:1fr}.cal-picker{max-width:100%}.personal-grid{grid-template-columns:1fr}.p-field.full-width{grid-column:1}.choice-card{min-width:0;padding:1.1rem .75rem}.success-screen{padding:2rem 1.25rem}.success-actions{flex-direction:column}.form-nav{flex-direction:column-reverse}.form-nav .btn-secondary{margin-right:0}.form-nav .btn-primary,.form-nav .btn-secondary{text-align:center;width:100%}}@media (width<=480px){.choice-cards{flex-direction:column}.choice-card{text-align:left;flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;padding:1rem 1.1rem}.choice-sub{text-align:left}}@media (width<=420px){.booking-tabs{overflow-x:auto}.booking-tab{white-space:nowrap;padding:.65rem 1rem;font-size:.78rem}}:root{--red:#b94448;--dark:#2c1a1a;--muted:#7a5050;--bg:#fdf7f7;--line:#f0dede;--accent:#f1bebf;--green:#3b7a57;--blue:#3b5e8c}.admin,.admin-login{color:var(--dark);background:radial-gradient(60vw 60vw at 100% -10%, #f1bebf59, transparent 60%), radial-gradient(50vw 50vw at -10% 110%, #f1bebf4d, transparent 60%), var(--bg);min-height:100vh;font-family:Jost,system-ui,sans-serif}.admin{padding:34px 26px}.admin *,.admin-login *{box-sizing:border-box}.admin-loading{min-height:100vh;color:var(--muted);background:var(--bg);justify-content:center;align-items:center;font-family:Jost,sans-serif;display:flex}.admin-login{justify-content:center;align-items:center;padding:24px;display:flex}.admin-login-card{border:1px solid var(--line);text-align:center;background:#fff;border-radius:16px;flex-direction:column;align-items:center;gap:8px;width:100%;max-width:380px;padding:40px 36px;display:flex;box-shadow:0 12px 40px #b944481a}.admin-login-logo{width:120px;height:auto;margin-bottom:6px}.admin-login-card h1{color:var(--dark);margin:0;font-family:Georgia,serif;font-size:1.4rem;font-weight:400}.admin-login-card p{color:var(--muted);margin:0 0 10px;font-size:.88rem}.admin-login-card input{border:1px solid var(--line);width:100%;color:var(--dark);border-radius:10px;padding:11px 13px;font-family:inherit;font-size:.95rem}.admin-login-card input:focus{border-color:var(--red);outline:none}.admin-login-error{color:var(--red);font-size:.82rem}.admin-login-card button{background:var(--red);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;margin-top:6px;padding:12px;font-family:inherit;font-size:.95rem;font-weight:600}.admin-login-card button:disabled{opacity:.6;cursor:default}.admin-top{justify-content:space-between;align-items:center;max-width:1080px;margin-bottom:22px;margin-left:auto;margin-right:auto;display:flex}.admin-brand{align-items:center;gap:12px;display:flex}.admin-brand img{width:40px;height:auto}.admin-brand-name{color:var(--red);font-family:Georgia,serif;font-size:1.4rem;line-height:1.05;display:block}.admin-brand small{letter-spacing:.16em;text-transform:uppercase;color:var(--muted);font-family:Jost,sans-serif;font-size:.66rem}.admin-logout{color:var(--muted);border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:9px;padding:8px 15px;font-family:inherit;font-size:.8rem}.admin-logout:hover{border-color:var(--red);color:var(--red)}.admin-tabs{border:1px solid var(--line);background:#fff;border-radius:12px;gap:4px;width:fit-content;max-width:1080px;margin:0 auto 24px;padding:4px;display:flex;box-shadow:0 4px 18px #b944480f}.admin-tabs button{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:9px;padding:10px 24px;font-family:inherit;font-size:.9rem}.admin-tabs button.on{background:var(--red);color:#fff;font-weight:600}.tab{max-width:1080px;margin:0 auto}.filters{grid-template-columns:1.6fr 1fr 1fr 1fr 1fr 1fr;gap:10px;margin-bottom:16px;display:grid}.filters .grow{grid-column:span 2}.fld{flex-direction:column;gap:5px;display:flex}.fld label{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:.63rem}.fld input,.fld select{border:1px solid var(--line);color:var(--dark);background:#fff;border-radius:9px;padding:9px 11px;font-family:inherit;font-size:.85rem}.fld input:focus,.fld select:focus{border-color:var(--red);outline:none}.seg{border:1px solid var(--line);background:#fff;border-radius:9px;display:flex;overflow:hidden}.seg button{cursor:pointer;color:var(--muted);background:0 0;border:none;flex:1;padding:9px 0;font-family:inherit;font-size:.78rem}.seg button.on{background:var(--red);color:#fff;font-weight:600}.table-wrap{overflow-x:auto}.adm-table{border-collapse:collapse;border:1px solid var(--line);background:#fff;border-radius:14px;width:100%;overflow:hidden;box-shadow:0 8px 30px #b944480f}.adm-table th{text-align:left;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--line);background:#fbefef;padding:13px 15px;font-size:.66rem}.adm-table td{border-bottom:1px solid var(--line);vertical-align:top;padding:13px 15px;font-size:.85rem}.adm-table tr:last-child td{border-bottom:none}.adm-table tbody tr:hover{background:snow}.ref{color:var(--red);font-size:.8rem;font-weight:600}.sub{color:var(--muted);margin-top:2px;font-size:.75rem}.empty{text-align:center;color:var(--muted);padding:26px 0;font-size:.88rem}.pill{border-radius:20px;padding:3px 10px;font-size:.7rem;font-weight:600;display:inline-block}.pill.pres{color:var(--green);background:#eaf3ee}.pill.onl{color:var(--blue);background:#eaf0f7}.pill.ok{color:var(--green);background:#eaf3ee}.pill.canc{color:var(--red);background:#f7eaea}.row-canc td{opacity:.5}.acts{gap:6px;display:flex}.ic{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;width:31px;height:31px;font-size:.9rem;display:flex}.ic:hover{border-color:var(--red);background:#fbefef}.adm-foot{color:var(--muted);justify-content:space-between;align-items:center;margin-top:16px;font-size:.82rem;display:flex}.adm-foot strong{color:var(--dark)}.kpis{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px;display:grid}.kpi{border:1px solid var(--line);background:#fff;border-radius:14px;padding:18px;box-shadow:0 8px 30px #b944480d}.kpi .lab{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:.66rem}.kpi .val{color:var(--dark);margin-top:6px;font-family:Georgia,serif;font-size:1.95rem}.kpi .val.muted{color:var(--muted)}.kpi .delta{color:var(--muted);margin-top:4px;font-size:.72rem}.kpi.hi{border-color:var(--accent);background:linear-gradient(160deg,#fff,#fdefef)}.kpi.hi .val,.kpi.hi .delta{color:var(--red)}.grid2{grid-template-columns:1.6fr 1fr;gap:14px;display:grid}.card{border:1px solid var(--line);background:#fff;border-radius:14px;padding:20px;box-shadow:0 8px 30px #b944480d}.card h3{margin:0 0 8px;font-family:Georgia,serif;font-size:1.05rem;font-weight:400}.card h3 span{color:var(--muted);float:right;font-family:Jost,sans-serif;font-size:.72rem;font-weight:400}.chart-head{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.metric-seg{border:1px solid var(--line);background:#fff;border-radius:8px;display:flex;overflow:hidden}.metric-seg button{cursor:pointer;color:var(--muted);background:0 0;border:none;padding:6px 13px;font-family:inherit;font-size:.74rem}.metric-seg button.on{background:var(--red);color:#fff;font-weight:600}.chart-sub{color:var(--muted);margin-bottom:2px;font-size:.72rem}.chart{align-items:flex-end;gap:14px;height:180px;padding-top:20px;display:flex}.bar-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:8px;height:100%;display:flex}.bar{background:linear-gradient(#d98a8d,#b94448);border-radius:6px 6px 0 0;width:58%;min-height:2px;position:relative}.bar b{color:var(--dark);white-space:nowrap;font-size:.7rem;font-weight:600;position:absolute;top:-18px;left:50%;transform:translate(-50%)}.bar-col small{color:var(--muted);font-size:.68rem}.split-row{margin-bottom:14px}.split-line{justify-content:space-between;align-items:baseline;display:flex}.dot{border-radius:3px;width:11px;height:11px;margin-right:5px;display:inline-block}.dot.presencial{background:var(--green)}.dot.online{background:var(--blue)}.nm{font-size:.85rem}.ct{color:var(--muted);font-size:.82rem}.ct strong{color:var(--dark)}.g{color:var(--muted);font-size:.75rem}.loc{border-bottom:1px solid var(--line);justify-content:space-between;padding:9px 0;font-size:.85rem;display:flex}.loc:last-child{border-bottom:none}.loc .r{color:var(--red);font-weight:600}.modal-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;background:#2c1a1a73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:16px;width:100%;max-width:560px;max-height:90vh;padding:26px;font-family:Jost,sans-serif;overflow-y:auto;box-shadow:0 20px 60px #2c1a1a4d}.modal h3{color:var(--dark);margin:0 0 18px;font-family:Georgia,serif;font-size:1.2rem;font-weight:400}.modal-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.modal-note{color:var(--muted);margin:16px 0 6px;font-size:.76rem}.modal-err{color:var(--red);margin:12px 0 0;font-size:.82rem}.modal-actions{justify-content:flex-end;gap:10px;margin-top:14px;display:flex}.btn-ghost,.btn-red{cursor:pointer;border-radius:10px;padding:10px 20px;font-family:inherit;font-size:.88rem}.btn-ghost{border:1px solid var(--line);color:var(--muted);background:#fff}.btn-ghost:hover{border-color:var(--red);color:var(--red)}.btn-red{background:var(--red);color:#fff;border:none;font-weight:600}.btn-red:disabled{opacity:.6;cursor:default}@media (width<=720px){.admin{padding:18px 12px}.filters{grid-template-columns:1fr 1fr}.filters .grow{grid-column:span 2}.kpis{grid-template-columns:1fr 1fr}.grid2,.modal-grid{grid-template-columns:1fr}.admin-brand-name{font-size:1.2rem}}@media (width<=640px){.adm-table{box-shadow:none;background:0 0;border:none}.adm-table thead{display:none}.adm-table,.adm-table tbody,.adm-table tr,.adm-table td{width:100%;display:block}.adm-table tr{border:1px solid var(--line);background:#fff;border-radius:12px;margin-bottom:12px;padding:6px 14px;box-shadow:0 4px 18px #b944480d}.adm-table td{border:none;justify-content:space-between;align-items:center;gap:12px;padding:8px 0;display:flex}.adm-table td:before{content:attr(data-label);color:var(--muted);text-transform:uppercase;letter-spacing:.08em;flex-shrink:0;font-size:.68rem}.adm-table td.ref:before{content:""}.adm-table td .sub{text-align:right}.acts{justify-content:flex-end}.adm-foot{flex-direction:column;align-items:flex-start;gap:4px}}
