.theme-app .contact-layout__section{padding:96px 24px}@media(min-width:1024px){.theme-app .contact-layout__section{padding:112px 80px}}.theme-app .contact-layout__infos-title{font-family:var(--font-display),"Cormorant Garamond",Georgia,serif;font-size:clamp(20px,2vw,26px);font-weight:600;color:var(--color-foreground,oklch(28% .04 200deg));margin-bottom:32px}.theme-app .contact-layout__infos{display:grid;grid-gap:24px;gap:24px;grid-template-columns:1fr;margin-bottom:40px}@media(min-width:768px){.theme-app .contact-layout__infos{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}.theme-app .contact-layout__hours-link{font-family:var(--font-body),"Inter",system-ui,sans-serif;font-size:16px;color:var(--color-muted-foreground,oklch(50% .03 200deg));margin-bottom:64px}.theme-app .contact-layout__hours-link a{color:var(--color-primary,oklch(36% .07 195deg));font-weight:500;text-decoration:underline;text-underline-offset:3px}.theme-app .contact-layout__form-block{max-width:720px}.theme-app .contact-layout__block-eyebrow{font-family:var(--font-body),"Inter",system-ui,sans-serif;font-size:12px;font-weight:400;text-transform:uppercase;letter-spacing:.3em;color:oklch(from var(--color-forest,oklch(58% .14 140deg)) l c h/.7)}.theme-app .contact-layout__block-title{font-family:var(--font-display),"Cormorant Garamond",Georgia,serif;font-size:clamp(20px,2vw,26px);font-weight:600;color:var(--color-foreground,oklch(28% .04 200deg));margin-top:8px}.theme-app .contact-layout__block-divider{width:64px;height:3px;background-color:var(--color-accent,oklch(74% .16 55deg));margin:16px 0 40px}.theme-app .contact-layout__form{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px}@media(min-width:768px){.theme-app .contact-layout__form{grid-template-columns:1fr 1fr}}.theme-app .contact-layout__field{display:flex;flex-direction:column;gap:4px}@media(min-width:768px){.theme-app .contact-layout__field--full{grid-column:1/-1}}.theme-app .contact-layout__label{font-size:14px;font-weight:500}.theme-app .contact-layout__input,.theme-app .contact-layout__label,.theme-app .contact-layout__textarea{font-family:var(--font-body),"Inter",system-ui,sans-serif;color:var(--color-foreground,oklch(28% .04 200deg))}.theme-app .contact-layout__input,.theme-app .contact-layout__textarea{font-size:16px;background:var(--color-card,oklch(100% 0 0deg));border:1px solid var(--color-border,oklch(90% .02 95deg));border-radius:12px;padding:12px 16px;transition:all .4s cubic-bezier(.22,1,.36,1)}.theme-app .contact-layout__input::placeholder,.theme-app .contact-layout__textarea::placeholder{color:var(--color-muted-foreground,oklch(50% .03 200deg))}.theme-app .contact-layout__input:focus,.theme-app .contact-layout__textarea:focus{outline:none;border-color:var(--color-primary,oklch(36% .07 195deg));box-shadow:0 0 0 3px oklch(from var(--color-primary,oklch(36% .07 195deg)) l c h/.1)}.theme-app .contact-layout__textarea{resize:vertical;min-height:140px}.theme-app .contact-layout__submit{justify-self:flex-start}@media(min-width:768px){.theme-app .contact-layout__submit{grid-column:1/-1}}