.studio-page{--studio-gold: hsl(38 50% 50%);--studio-gold-hover: hsl(38 55% 42%);--studio-charcoal: hsl(30 10% 20%);--studio-muted: hsl(30 8% 45%);--studio-border: hsl(35 15% 85%);--studio-bg-cream: hsl(30 20% 96%);--studio-white: #ffffff;font-family:Montserrat,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--studio-charcoal)}.studio-container{max-width:1024px;margin:0 auto;padding:0 1.5rem}.studio-container--narrow{max-width:768px}.studio-section-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.875rem;font-weight:500;color:var(--studio-charcoal);margin-bottom:2rem}@media (min-width: 768px){.studio-section-title{font-size:2.25rem}}.studio-section-title--center{text-align:center}.studio-section-title--white{color:var(--studio-white)}.studio-section-title--small{font-size:1.25rem;margin-bottom:1.5rem}.studio-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s ease;border:none;cursor:pointer}.studio-btn--primary{background-color:var(--studio-gold);color:var(--studio-white)}.studio-btn--primary:hover{background-color:var(--studio-gold-hover)}.studio-btn--outline{background:transparent;border:1px solid var(--studio-border);color:var(--studio-charcoal)}.studio-btn--outline:hover{background:var(--studio-bg-cream)}.studio-btn__icon{width:1rem;height:1rem}.studio-hero{position:relative;padding:6rem 0;overflow:hidden;display:flex;align-items:center;justify-content:center}.studio-hero__background{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.studio-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#2d292680}.studio-hero__content{position:relative;z-index:1;text-align:center;color:var(--studio-white);max-width:56rem;padding:0 1.5rem}.studio-hero__tagline{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;margin-bottom:1rem;font-weight:300;color:var(--studio-gold)}.studio-hero__title{font-family:Cormorant Garamond,Georgia,serif;font-size:2.25rem;font-weight:400;letter-spacing:-.02em;margin-bottom:1.5rem;line-height:1.2;color:var(--studio-white)}@media (min-width: 768px){.studio-hero__title{font-size:3rem}}@media (min-width: 1024px){.studio-hero__title{font-size:3.75rem}}.studio-hero__description{font-size:1.125rem;font-weight:300;max-width:42rem;margin:0 auto;line-height:1.6;opacity:.8}.studio-about{padding:4rem 0}@media (min-width: 768px){.studio-about{padding:5rem 0}}.studio-about__grid{display:grid;gap:3rem;align-items:center}@media (min-width: 1024px){.studio-about__grid{grid-template-columns:1fr 1fr}}.studio-about__content p{color:var(--studio-muted);line-height:1.7;margin-bottom:1.5rem}.studio-about__image{aspect-ratio:4 / 3;overflow:hidden}.studio-about__image img{width:100%;height:100%;object-fit:cover}.studio-info{padding:4rem 0;background:var(--studio-bg-cream)}@media (min-width: 768px){.studio-info{padding:5rem 0}}.studio-info__grid{display:grid;gap:2rem}@media (min-width: 768px){.studio-info__grid{grid-template-columns:repeat(3,1fr)}}.studio-info__card{background:var(--studio-white);padding:2rem;border:1px solid var(--studio-border)}.studio-info__card-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.25rem;font-weight:500;color:var(--studio-charcoal);margin-bottom:1.5rem}.studio-info__list{list-style:none;padding:0;margin:0}.studio-info__list li{color:var(--studio-muted);font-size:.875rem;margin-bottom:.5rem;line-height:1.5}.studio-info__list--check li{display:flex;align-items:flex-start;gap:.5rem}.studio-info__check-icon{flex-shrink:0;width:.75rem;height:.75rem;color:var(--studio-gold);margin-top:.25rem}.studio-events{padding:4rem 0}@media (min-width: 768px){.studio-events{padding:5rem 0}}.studio-events__grid{display:grid;gap:2rem}@media (min-width: 768px){.studio-events__grid{grid-template-columns:repeat(3,1fr)}}.studio-event{background:var(--studio-white);border:1px solid var(--studio-border);overflow:hidden}.studio-event__image{aspect-ratio:4 / 3;overflow:hidden}.studio-event__image img{width:100%;height:100%;object-fit:cover}.studio-event__content{padding:1.5rem}.studio-event__title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.125rem;font-weight:500;color:var(--studio-charcoal);margin-bottom:.5rem}.studio-event__description{color:var(--studio-muted);font-size:.875rem;line-height:1.6;margin-bottom:1rem}.studio-event__vendors{font-size:.75rem;color:var(--studio-muted)}.studio-event__vendors-label{font-weight:500;color:var(--studio-charcoal);margin-bottom:.25rem}.studio-event__vendor{margin:.25rem 0}.studio-gallery{padding:4rem 0;background:var(--studio-bg-cream)}@media (min-width: 768px){.studio-gallery{padding:5rem 0}}.studio-gallery__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.studio-gallery__item{aspect-ratio:1;overflow:hidden}.studio-gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.studio-gallery__item:hover img{transform:scale(1.05)}.studio-cta{padding:4rem 0;background:var(--studio-charcoal);color:var(--studio-white)}@media (min-width: 768px){.studio-cta{padding:5rem 0}}.studio-cta__content{text-align:center}.studio-cta__title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.875rem;font-weight:500;color:var(--studio-white);margin-bottom:1rem}@media (min-width: 768px){.studio-cta__title{font-size:2.25rem}}.studio-cta__text{color:#ffffffb3;line-height:1.7;margin-bottom:2rem;max-width:42rem;margin-left:auto;margin-right:auto}.studio-cta__actions{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}@media (min-width: 640px){.studio-cta__actions{flex-direction:row}}.studio-cta__location{display:flex;align-items:center;gap:.5rem;color:#ffffffb3;font-size:.875rem}.studio-cta__location-icon{width:1rem;height:1rem}
/*# sourceMappingURL=/cdn/shop/t/19/assets/page-studio.css.map */
