/* Static utility subset used by the 303 Beauty templates. */
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.absolute{position:absolute}
.top-0{top:0}.left-0{left:0}.right-0{right:0}.bottom-0{bottom:0}
.z-50{z-index:50}.z-55{z-index:55}.z-60{z-index:60}
.block{display:block}.inline-flex{display:inline-flex}.flex{display:flex}.grid{display:grid}.hidden{display:none}
.items-center{align-items:center}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}
.flex-wrap{flex-wrap:wrap}.flex-col{flex-direction:column}.flex-1{flex:1 1 0%}
.w-5{width:1.25rem}.w-6{width:1.5rem}.w-full{width:100%}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-auto{height:auto}.h-16{height:4rem}.h-20{height:5rem}.h-72{height:18rem}.h-80{height:20rem}
.min-h-\[40px\]{min-height:40px}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-7xl{max-width:80rem}
.mx-auto{margin-left:auto;margin-right:auto}.mb-0{margin-bottom:0}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}
.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}
.p-2{padding:.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-28{padding-top:7rem;padding-bottom:7rem}.pb-4{padding-bottom:1rem}.pt-2{padding-top:.5rem}.pt-8{padding-top:2rem}
.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}
.space-y-1>*+*{margin-top:.25rem}.space-y-3>*+*{margin-top:.75rem}.space-y-5>*+*{margin-top:1.25rem}.space-y-6>*+*{margin-top:1.5rem}
.rounded-lg{border-radius:.5rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.overflow-hidden{overflow:hidden}
.border-t{border-top:1px solid rgba(216,194,166,.3)}.border-white\/10{border-color:rgba(255,255,255,.1)}
.bg-white{background:#fff}.bg-cream{background:#f8f5f0}
.text-center{text-align:center}.text-base{font-size:1rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}
.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}
.text-white{color:#fff}.text-white\/70{color:rgba(255,255,255,.7)}.text-white\/85{color:rgba(255,255,255,.85)}.text-dark{color:#2d2d2d}.text-gold{color:#d8c2a6}
.opacity-50{opacity:.5}.opacity-70{opacity:.7}
.object-cover{object-fit:cover}.cursor-zoom-in{cursor:zoom-in}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}
.transition{transition:all .2s ease}.rotate-90{transform:rotate(90deg)}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.col-span-full{grid-column:1/-1}.lg\:col-span-2{grid-column:auto}
.hover\:underline:hover{text-decoration:underline}.hover\:opacity-95:hover{opacity:.95}.hover\:text-gold:hover{color:#d8c2a6}
.\!min-h-\[40px\]{min-height:40px!important}.\!py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.\!px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}

@media (min-width:640px){
  .sm\:flex-row{flex-direction:row}.sm\:items-end{align-items:flex-end}.sm\:justify-between{justify-content:space-between}
  .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sm\:text-5xl{font-size:3rem}.sm\:text-xl{font-size:1.25rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
}
@media (min-width:768px){
  .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .md\:flex{display:flex}.md\:hidden{display:none}
}
@media (min-width:1024px){
  .lg\:hidden{display:none}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .lg\:col-span-2{grid-column:span 2/span 2}.lg\:h-20{height:5rem}.lg\:h-\[28rem\]{height:28rem}
  .lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-24{padding-top:6rem;padding-bottom:6rem}.lg\:py-28{padding-top:7rem;padding-bottom:7rem}.lg\:py-32{padding-top:8rem;padding-bottom:8rem}
  .lg\:gap-8{gap:2rem}.lg\:gap-14{gap:3.5rem}.lg\:gap-16{gap:4rem}.lg\:gap-20{gap:5rem}
  .lg\:text-3xl{font-size:1.875rem}.lg\:text-4xl{font-size:2.25rem}.lg\:text-5xl{font-size:3rem}.lg\:text-6xl{font-size:3.75rem}
}
