.luxury-appointment{padding:8rem 0;background:linear-gradient(135deg,#3a3632,#2d2a27);position:relative;overflow:hidden}.luxury-appointment:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(201,168,124,.03) 1px,transparent 1px);background-size:30px 30px;pointer-events:none}.luxury-appointment--light{background:linear-gradient(135deg,#f5f4f2,#edecea)}.luxury-appointment--light:before{background-image:radial-gradient(rgba(42,42,42,.03) 1px,transparent 1px)}.luxury-appointment__container{position:relative;z-index:1}.luxury-appointment__grid{display:grid;grid-template-columns:1fr 1.1fr;gap:5rem;align-items:center}.luxury-appointment__content{color:var(--color-text-inverse, #FFFFFF);opacity:0;transform:translate(-40px);transition:all 1s cubic-bezier(.4,0,.2,1)}.luxury-appointment--light .luxury-appointment__content{color:var(--color-text-primary, #2A2A2A)}.luxury-appointment__content.revealed{opacity:1;transform:translate(0)}.luxury-appointment__subheading{font-family:var(--font-body, "Montserrat", sans-serif);font-size:1.4rem;font-weight:400;letter-spacing:.3em;text-transform:uppercase;color:var(--color-accent, #C9A87C);margin-bottom:1.5rem}.luxury-appointment__heading{font-family:var(--font-heading, "Cormorant Garamond", serif);font-size:clamp(3.6rem,5vw,5rem);font-weight:300;letter-spacing:.01em;color:var(--color-text-inverse, #FFFFFF);margin-bottom:2rem;line-height:1.15}.luxury-appointment--light .luxury-appointment__heading{color:var(--color-text-primary, #2A2A2A)}.luxury-appointment__text{font-family:var(--font-body, "Montserrat", sans-serif);font-size:1.6rem;font-weight:300;line-height:1.9;color:#ffffffbf;margin-bottom:3rem}.luxury-appointment--light .luxury-appointment__text,.luxury-appointment--light .luxury-appointment__text p{color:var(--color-text-secondary, #6B6B6B)}.luxury-appointment__text p{color:#ffffffbf;font-size:1.6rem}.luxury-appointment__features{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.luxury-appointment__feature{display:flex;gap:1.75rem;align-items:flex-start}.luxury-appointment__feature-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;border:1px solid var(--color-accent, #C9A87C);border-radius:var(--radius-md, 10px);color:var(--color-accent, #C9A87C);flex-shrink:0;transition:all .4s ease}.luxury-appointment__feature:hover .luxury-appointment__feature-icon{background:var(--color-accent, #C9A87C);color:var(--color-text-primary, #2A2A2A)}.luxury-appointment__feature-text h4{font-family:var(--font-body, "Montserrat", sans-serif);font-size:1.6rem;font-weight:500;color:var(--color-text-inverse, #FFFFFF);margin-bottom:.5rem}.luxury-appointment--light .luxury-appointment__feature-text h4{color:var(--color-text-primary, #2A2A2A)}.luxury-appointment__feature-text p{font-family:var(--font-body, "Montserrat", sans-serif);font-size:1.5rem;font-weight:300;color:#ffffffa6}.luxury-appointment--light .luxury-appointment__feature-text p{color:var(--color-text-muted, #9A9A9A)}.luxury-appointment__store{padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.1)}.luxury-appointment--light .luxury-appointment__store{border-top-color:var(--color-border, #E8E6E3)}.luxury-appointment__store p{font-family:var(--font-body, "Montserrat", sans-serif);font-weight:300;color:#ffffffa6;font-size:1.6rem;line-height:1.9}.luxury-appointment--light .luxury-appointment__store p{color:var(--color-text-secondary, #6B6B6B)}.luxury-appointment__store strong{font-family:var(--font-body, "Montserrat", sans-serif);color:var(--color-accent, #C9A87C);font-weight:500;letter-spacing:.15em;text-transform:uppercase;font-size:1.4rem;display:block;margin-bottom:.625rem}.luxury-appointment__form-wrapper{opacity:0;transform:translate(40px);transition:all 1s cubic-bezier(.4,0,.2,1) .2s}.luxury-appointment__form-wrapper.revealed{opacity:1;transform:translate(0)}.luxury-appointment__form-container{background:var(--color-surface, #FFFFFF);padding:1.5rem;border-radius:var(--radius-lg, 16px);box-shadow:0 30px 80px #00000026}.luxury-appointment__form-container .calendly-inline-widget{width:calc(100% + 1rem)!important;min-width:0!important;margin:0 -.5rem;height:780px!important}.luxury-appointment__form-title{font-family:var(--font-heading, "Cormorant Garamond", serif);font-size:2.8rem;font-weight:300;margin-bottom:2.5rem;color:var(--color-text-primary, #2A2A2A);text-align:center}.luxury-appointment__services{margin-bottom:2.5rem}.service-types{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.service-type{cursor:pointer}.service-type input{position:absolute;opacity:0;pointer-events:none}.service-type__content{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;border:1px solid var(--color-border, #E8E6E3);border-radius:var(--radius-md, 10px);text-align:center;transition:all .4s ease}.service-type__content span{font-family:var(--font-body, "Montserrat", sans-serif);font-size:1.4rem;font-weight:400;color:var(--color-text-secondary, #6B6B6B)}.service-type__content svg{color:var(--color-text-muted, #9A9A9A);transition:color .4s ease}.service-type:hover .service-type__content{border-color:var(--color-accent, #C9A87C)}.service-type input:checked+.service-type__content{border-color:var(--color-accent, #C9A87C);background:#c9a87c14}.service-type input:checked+.service-type__content svg,.service-type input:checked+.service-type__content span{color:var(--color-accent, #C9A87C)}.luxury-appointment__label{display:block;font-family:var(--font-body, "Montserrat", sans-serif);font-size:1.2rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-primary, #2A2A2A);margin-bottom:.75rem}.luxury-appointment__row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.5rem}.luxury-appointment__field{margin-bottom:1.5rem}.luxury-appointment__input,.luxury-appointment__select,.luxury-appointment__textarea{width:100%;padding:1.125rem 1.25rem;border:1px solid var(--color-border, #E8E6E3);border-radius:var(--radius-md, 10px);font-family:var(--font-body, "Montserrat", sans-serif);font-size:1.5rem;font-weight:400;color:var(--color-text-primary, #2A2A2A);background:var(--color-surface, #FFFFFF);transition:border-color .4s ease,box-shadow .4s ease}.luxury-appointment__input:focus,.luxury-appointment__select:focus,.luxury-appointment__textarea:focus{outline:none;border-color:var(--color-accent, #C9A87C);box-shadow:0 0 0 4px #c9a87c1f}.luxury-appointment__input::placeholder,.luxury-appointment__textarea::placeholder{color:var(--color-text-muted, #9A9A9A);font-weight:300}.luxury-appointment__select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%239A9A9A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.25rem center;padding-right:3rem}.luxury-appointment__textarea{resize:vertical;min-height:130px}.luxury-appointment__submit{width:100%;padding:1.375rem 2.5rem;background:var(--color-accent, #C9A87C);color:var(--color-text-primary, #2A2A2A);border:none;border-radius:var(--radius-md, 10px);font-family:var(--font-body, "Montserrat", sans-serif);font-size:1.4rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;transition:all .5s ease}.luxury-appointment__submit:hover{background:var(--color-accent-dark, #B8956A);transform:translateY(-2px);box-shadow:0 10px 30px #c9a87c4d}.luxury-appointment__disclaimer{margin-top:1.5rem;font-family:var(--font-body, "Montserrat", sans-serif);font-size:1.3rem;font-weight:300;color:var(--color-text-muted, #9A9A9A);text-align:center}.luxury-appointment__success{text-align:center;padding:3rem}.luxury-appointment__success svg{color:var(--color-accent, #C9A87C);margin-bottom:1.5rem}.luxury-appointment__success h4{font-family:var(--font-heading, "Cormorant Garamond", serif);font-size:2.8rem;font-weight:300;color:var(--color-text-primary, #2A2A2A);margin-bottom:.75rem}.luxury-appointment__success p{font-family:var(--font-body, "Montserrat", sans-serif);font-size:1.6rem;font-weight:300;color:var(--color-text-secondary, #6B6B6B)}@media(max-width:991px){.luxury-appointment{padding:6rem 0}.luxury-appointment__grid{grid-template-columns:1fr;gap:4rem}.luxury-appointment__form-container{padding:2.75rem}}@media(max-width:575px){.luxury-appointment{padding:5rem 0}.luxury-appointment__row,.service-types{grid-template-columns:1fr}.luxury-appointment__form-container{padding:2rem;border-radius:var(--radius-md, 10px)}}@media(prefers-reduced-motion:reduce){.luxury-appointment__content,.luxury-appointment__form-wrapper{opacity:1;transform:none;transition:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/luxury-appointment.css.map */
