.studio-section{position:relative;padding:72px 0}@media(min-width:640px){.studio-section{padding:96px 0}}@media(min-width:1024px){.studio-section{padding:192px 0}}.studio-section__eyebrow{margin-bottom:32px}@media(min-width:1024px){.studio-section__eyebrow{margin-bottom:48px}}.studio-section__grid{display:grid;grid-template-columns:1fr;gap:40px}@media(min-width:1024px){.studio-section__grid{grid-template-columns:6fr 1fr 6fr;gap:40px;align-items:start}.studio-section__copy{grid-column:3}}.studio-section__image-wrap{position:relative;aspect-ratio:1 / 1;overflow:hidden;border-radius:4px;will-change:transform;max-height:70svh}@media(min-width:1024px){.studio-section__image-wrap{max-height:none}}.studio-section__image-wrap img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.studio-section__image-placeholder{width:100%;height:100%;background:var(--surface-elevated);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.studio-section__image-placeholder span{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted-foreground)}.studio-section__image-caption{display:flex;justify-content:space-between;margin-top:16px}@media(min-width:1024px){.studio-section__image-caption{margin-top:24px}}.studio-section__headline{font-family:var(--font-display);font-weight:300;font-size:clamp(1.75rem,5vw,3.75rem);line-height:1.05;letter-spacing:-.02em}.studio-section__lede{color:#f5f5f5b3;margin-top:24px;font-size:clamp(.95rem,2.5vw,1.125rem);line-height:1.7;max-width:36rem}@media(min-width:1024px){.studio-section__lede{margin-top:32px}}.studio-section__principles{list-style:none;margin-top:40px;display:flex;flex-direction:column;gap:28px}@media(min-width:640px){.studio-section__principles{margin-top:48px;gap:32px}}@media(min-width:1024px){.studio-section__principles{margin-top:64px;gap:40px}}.principle-item{display:grid;grid-template-columns:48px 1fr;gap:12px;border-top:1px solid var(--border);padding-top:20px}@media(min-width:640px){.principle-item{grid-template-columns:2fr 10fr;gap:16px;padding-top:24px}}.principle-item__num{color:var(--light-grey)}.principle-item__title{font-family:var(--font-display);font-size:clamp(1.1rem,3vw,1.875rem);letter-spacing:-.01em;line-height:1.1}.principle-item__desc{color:#f5f5f5a6;margin-top:8px;line-height:1.7;font-size:clamp(.875rem,2vw,1rem)}.contact-section{position:relative;padding:72px 0;background:var(--surface);overflow:hidden}@media(min-width:640px){.contact-section{padding:96px 0}}@media(min-width:1024px){.contact-section{padding:192px 0}}.contact-section__bg-text{position:absolute;left:0;right:0;bottom:0;text-align:center;font-family:var(--font-display);font-size:clamp(4rem,18vw,18vw);line-height:.85;letter-spacing:-.04em;color:#f5f5f50a;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none}.contact-section__grid{position:relative;display:grid;grid-template-columns:1fr;gap:48px}@media(min-width:1024px){.contact-section__grid{grid-template-columns:5fr 1fr 6fr;gap:40px}.contact-section__form-col{grid-column:3}}.contact-section__title{font-family:var(--font-display);font-weight:300;font-size:clamp(2rem,7vw,4.5rem);line-height:.95;letter-spacing:-.02em;margin-top:20px}.contact-section__details{margin-top:36px;display:flex;flex-direction:column;gap:20px;font-size:clamp(.95rem,2.5vw,1.125rem)}@media(min-width:1024px){.contact-section__details{margin-top:48px;gap:24px}}.contact-section__details .label{margin-bottom:6px}.contact-section__details a{transition:color .2s}.contact-section__details a:hover{color:var(--light-grey)}.contact-form{display:flex;flex-direction:column;gap:32px}@media(min-width:1024px){.contact-form{gap:40px}}.form-field-wrap{display:block}.form-field-wrap .label{display:block;margin-bottom:10px;transition:color .3s}@media(min-width:640px){.form-field-wrap .label{margin-bottom:12px}}.form-field-wrap:focus-within .label{color:var(--foreground)}.form-field-wrap input,.form-field-wrap textarea{width:100%;background:transparent;border:0;border-bottom:1px solid var(--border-strong);outline:none;padding:14px 0;font-size:clamp(1rem,2.5vw,1.125rem);color:var(--foreground);font-family:inherit;transition:border-color .3s;-webkit-appearance:none;border-radius:0}@media(min-width:640px){.form-field-wrap input,.form-field-wrap textarea{padding:16px 0}}.form-field-wrap input:focus,.form-field-wrap textarea:focus{border-color:var(--foreground)}.form-field-wrap textarea{resize:none}.form-field-wrap input::placeholder,.form-field-wrap textarea::placeholder{color:var(--muted-foreground)}.interest-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.chip{padding:7px 14px;border-radius:999px;border:1px solid var(--border-strong);font-size:clamp(.75rem,2vw,.875rem);color:#f5f5f5b3;transition:all .3s;cursor:pointer;min-height:36px;display:inline-flex;align-items:center}@media(min-width:640px){.chip{padding:8px 16px}}.chip:hover{color:var(--foreground);border-color:var(--foreground)}.chip.is-active{background:var(--foreground);color:var(--background);border-color:var(--foreground)}.form-submit{display:inline-flex;align-items:center;gap:16px;margin-top:8px;cursor:pointer;background:none;border:none;font:inherit;color:inherit}@media(min-width:640px){.form-submit{gap:20px}}.form-submit__circle{position:relative;width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--border-strong);overflow:hidden;flex-shrink:0}@media(min-width:640px){.form-submit__circle{width:64px;height:64px}}.form-submit__circle:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--foreground);transform:translateY(100%);transition:transform .7s var(--ease-out-expo)}.form-submit__circle span{position:relative;font-size:1.125rem;transition:color .5s}@media(min-width:640px){.form-submit__circle span{font-size:1.25rem}}.form-submit:hover .form-submit__circle:before{transform:translateY(0)}.form-submit:hover .form-submit__circle span{color:var(--background)}.form-submit__label{font-family:var(--font-display);font-size:clamp(1.2rem,3vw,1.875rem);letter-spacing:-.01em}.form-success{padding:2.5rem 0;text-align:center}.form-success__icon{font-family:var(--font-display);font-size:3rem;color:var(--foreground);display:block;margin-bottom:1.25rem}.form-success__text{font-family:var(--font-display);font-size:1.375rem;letter-spacing:-.02em;color:var(--foreground);margin-bottom:.5rem}.form-success__sub{color:var(--muted-foreground);font-size:.875rem}.site-footer{border-top:1px solid var(--border-strong)}.site-footer__upper{display:flex;flex-direction:column;gap:20px;padding:32px 0 24px;border-bottom:1px solid var(--border)}@media(min-width:640px){.site-footer__upper{flex-direction:row;justify-content:space-between;align-items:flex-end;padding:40px 0 32px;gap:0}}.site-footer__brand{font-family:var(--font-display);font-size:clamp(1.25rem,4vw,1.875rem);letter-spacing:-.02em;color:var(--foreground)}.site-footer__tagline{margin-top:6px;color:var(--muted-foreground)}.site-footer__social{display:flex;gap:20px;align-items:center}@media(min-width:640px){.site-footer__social{gap:24px}}.site-footer__social a{color:var(--muted-foreground);transition:color .2s;min-height:unset}.site-footer__social a:hover{color:var(--foreground)}.site-footer__lower{display:grid;grid-template-columns:1fr 1fr;gap:32px 0;padding:28px 0 36px;border-bottom:1px solid var(--border)}@media(min-width:640px){.site-footer__lower{grid-template-columns:repeat(3,1fr);gap:0;padding:32px 0 40px}}.site-footer__col{padding-right:16px}@media(min-width:640px){.site-footer__col{padding-right:24px}.site-footer__col+.site-footer__col{border-left:1px solid var(--border);padding-left:24px;padding-right:0}}.site-footer__col:last-child{grid-column:1 / -1;border-top:1px solid var(--border);padding-top:28px;padding-right:0}@media(min-width:640px){.site-footer__col:last-child{grid-column:auto;border-top:none;padding-top:0}}.site-footer__col-heading{display:block;color:#f5f5f566;margin-bottom:12px;font-size:.6rem;letter-spacing:.2em}@media(min-width:640px){.site-footer__col-heading{margin-bottom:14px}}.site-footer__col ul{list-style:none}.site-footer__col ul li{line-height:1.85}.site-footer__col a{color:var(--muted-foreground);transition:color .2s;font-family:var(--font-mono);font-size:.65rem;letter-spacing:.06em;min-height:unset}@media(min-width:640px){.site-footer__col a{font-size:.7rem}}.site-footer__col a:hover{color:var(--foreground)}.site-footer__bottom{display:flex;flex-direction:column;gap:8px;padding:16px 0}@media(min-width:640px){.site-footer__bottom{flex-direction:row;justify-content:space-between;align-items:center;padding:20px 0;gap:0}}.site-footer__copy{color:#f5f5f54d;font-size:.6rem}@media(min-width:640px){.site-footer__copy{font-size:.65rem}}.site-footer__legal{display:flex;gap:16px}@media(min-width:640px){.site-footer__legal{gap:20px}}.site-footer__legal a{color:#f5f5f54d;transition:color .2s;font-size:.6rem;min-height:unset}.site-footer__legal a:hover{color:var(--muted-foreground)}
/*# sourceMappingURL=/cdn/shop/t/5/assets/croce-studio-contact.css.map */
